SUW-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 = "SUW"
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/SUW/baseline

Average verified rate: 0.930803878640141

Average of error rates: 0.08090269400884599

Total token count: 4788173

In [11]:
errors_summary = reports.get_errors_summary( stats )
reports.top_errors( errors_summary, 500 )
Out[11]:
[('r', 13516),
 ('w', 11174),
 ('e', 10465),
 ('br', 8797),
 ('m', 8636),
 ('d', 7710),
 ('-', 6269),
 ('f', 6154),
 ('ñ', 5924),
 ('g', 4774),
 ("'", 4706),
 ('t', 4099),
 ('oo', 3876),
 ('n', 3801),
 ('¥', 2914),
 (')', 2304),
 ('re-', 2095),
 ('con-', 2092),
 ('th', 2084),
 ('bf', 1998),
 ('in-', 1605),
 ('gc', 1377),
 ('ck', 1353),
 ('tion', 1347),
 ('ky', 1278),
 ('ó', 1251),
 ('od', 1152),
 ('be-', 1029),
 ('/', 1029),
 ('de-', 1026),
 ('pp', 1012),
 ('bfl', 960),
 ('ex-', 895),
 ('u', 883),
 ('wm', 858),
 ('ence', 836),
 ('(agts', 804),
 ('ference', 796),
 ('ò', 757),
 ('com-', 743),
 ('en-', 719),
 ('k', 704),
 ("colporteurs'", 700),
 ('confer-', 681),
 ('mis-', 673),
 ('(', 651),
 ('io', 650),
 ('*', 645),
 ('ment', 638),
 ('twenty-cent-a-week', 568),
 ('_', 535),
 ('ers', 518),
 ('ad-', 506),
 ('sab-', 504)]

Check Special Character Use

In [13]:
reports.tokens_with_special_characters(errors_summary)
Out[13]:
[('ñ', 5924),
 ('¥', 2914),
 (')', 2304),
 ('ó', 1251),
 ('/', 1029),
 ('(agts', 804),
 ('ò', 757),
 ('(', 651),
 ('*', 645),
 ('_', 535),
 ('(colored)', 334),
 ('%', 268),
 ('numbers)', 251),
 ('(fifty', 250),
 ('=', 248),
 ('ã', 234),
 ('(white)', 217),
 ('(a', 185),
 ('¡', 184),
 ('—', 178),
 ('”', 172),
 ('õ', 167),
 ('ñselected', 158),
 ('wk)', 148),
 ('•', 146),
 ('[', 144),
 ('godõs', 144),
 ('wk]', 136),
 ('(a)', 134),
 ('(b)', 132),
 ('|', 112),
 (']', 103),
 ('òthe', 96),
 ('¥¥', 86),
 ('ô', 86),
 ('`', 85),
 ('ñthe', 85),
 ('\ufeff', 84),
 ('òi', 82),
 ('(c)', 82),
 ('lordõs', 73),
 ('nameñ', 71),
 ('(the', 63),
 ('ñmrs', 61),
 ('*two', 61),
 ('(signed)', 57),
 ("sec'y¥treasurer", 56),
 ('(col', 55),
 ('(col)', 55),
 ('canvassersõ', 54),
 ("g'dtotals(a", 54),
 ('`the', 51),
 ('donõt', 50),
 ('(to', 50),
 ('(continued', 48),
 ('(d)', 47),
 ('¥¥¥', 46),
 ('ña', 45),
 ('[the', 43),
 ('“', 43),
 ('**', 42),
 ('(concluded', 41),
 ('^', 41),
 ('òwe', 40),
 ('__', 39),
 ('colored)', 39),
 ('(white', 38),
 ('(and', 37),
 ('òbible', 37),
 ('christõs', 36),
 ('(i)', 36),
 ('colporteursõ', 34),
 ('’', 34),
 ('gallons)', 33),
 ('¤', 33),
 ('óñ', 33),
 ('#', 33),
 ('òdaniel', 30),
 ('angelõs', 29),
 ('(or', 29),
 ('_bf', 28),
 ('©', 27),
 ('òit', 27),
 ('\\', 27),
 ('+', 26),
 ('yearõs', 26),
 ('_the', 26),
 ('ñj', 26),
 ('(i', 26),
 ('<', 26),
 ('ñw', 25),
 ('¥¥¥¥', 25),
 ('“the', 25),
 ('the¥', 25),
 ('(not', 25),
 ('ñby', 24),
 ('bracy*', 24),
 ('to¥', 23),
 ('òa', 23),
 ('(for', 23),
 ('andñ', 23),
 ('`bible', 23),
 ('(e)', 23),
 ('o)', 22),
 ('✓', 22),
 ('ñh', 22),
 ('ñand', 22),
 ('conferenceñ', 22),
 ('ñp', 22),
 ('(as', 21),
 ('the_', 21),
 ('(this', 21),
 ('à', 21),
 ('¥the', 21),
 ('(from', 21),
 ('ñid', 21),
 ('¥and', 21),
 ('conference*', 20),
 ('©ur', 20),
 ('c)', 20),
 ('worldõs', 20),
 ('peopleõs', 20),
 ('¥¥¥¥¥¥¥¥', 20),
 ('*(', 20),
 ('<>', 20),
 ('agentsõ', 19),
 ('ñc', 19),
 ('ãã', 19),
 ('*m', 19),
 ('weekõs', 19),
 ('ñbr', 19),
 ('taylor*', 18),
 ('christ)', 18),
 ('editorõs', 18),
 ('*mrs', 18),
 ('_br', 18),
 ('*e', 18),
 ('(concluded)', 18),
 ('òmy', 18),
 ('¥¥¥¥¥', 17),
 ('(r', 17),
 ('ñsigns', 17),
 ('>', 17),
 ('ñdr', 17),
 ('(which', 17),
 ('so/p', 17),
 ('totals(agts', 17),
 ('(p', 17),
 ('ñsel', 16),
 ('*j', 16),
 ('missionñ', 16),
 ('continued)', 16),
 ('òpast', 16),
 ('¥of', 16),
 ('`i', 16),
 ('ñchristian', 16),
 ('postñoffice', 16),
 ('ñvol', 16),
 ('{', 16),
 ('membershipamõtforyear', 16),
 ('*h', 16),
 ('confñno', 16),
 ('amõt', 16),
 ('¥¥¥¥¥¥', 16),
 ('ãbr', 16),
 ('oõclock', 16),
 ('“i', 15),
 ('wagner*', 15),
 ('*w', 15),
 ('¥a', 15),
 ('wool)', 15),
 ('~~', 15),
 ('ñl', 15),
 ('it)', 15),
 ('footlightsó', 15),
 ('ñr', 15),
 ('ãããã', 15),
 ('¥-', 15),
 ('ñno', 15),
 ('ii)', 14),
 ('(tenn', 14),
 ('ñaugust', 14),
 ('work)', 14),
 ('*r', 14),
 ('manõs', 14),
 ('ñall', 14),
 ('turner*', 14),
 ('hazelton*', 14),
 ('(f)', 14),
 ('con\xad', 14),
 ('th\x8e', 14),
 ('ñe', 14),
 ('ant)', 14),
 ('th\x8f', 14),
 ('■', 14),
 ('-¥', 14),
 ('ããã', 14),
 ('*c', 14),
 ('to_', 13),
 ('ñf', 13),
 ('(syriac)', 13),
 ('¥¥¥¥¥¥¥¥¥¥¥', 13),
 ('(*', 13),
 ('(smith)', 13),
 ('(matt', 13),
 ('¥to', 13),
 ("'ñ", 13),
 ('ñi', 13),
 ('`no', 13),
 ('(if', 13),
 ('ògreat', 13),
 ('to)', 13),
 ('°', 13),
 ('ñan', 13),
 ('ivory*', 13),
 ('*a', 13),
 ('and_', 13),
 ("'¥", 13),
 ('(about', 13),
 ('ñyes', 12),
 ('òas', 12),
 ('thereforeñ', 12),
 ('è', 12),
 ("`world's", 12),
 ('¥d', 12),
 ('(he', 12),
 ('ñtestimonies', 12),
 ('(at', 12),
 ('(see', 12),
 ('ñto', 12),
 ('¥¥¥¥¥¥¥¥¥', 12),
 ('~', 12),
 ('_to', 12),
 ('¥i', 12),
 ('ñjohn', 12),
 ('ñrev', 12),
 ('(personal', 12),
 ('_and', 12),
 ('ñthat', 11),
 ('(no', 11),
 ('(in', 11),
 ('i)', 11),
 ('(sunday)', 11),
 ('wade*', 11),
 ('do/a', 11),
 ('masterõs', 11),
 ('and¥', 11),
 ('(acts', 11),
 ('ñspurgeon', 11),
 ('ñbe', 11),
 ('ainõt', 11),
 ('i()', 11),
 ('ñsell', 11),
 ('de\xad', 11),
 ('õõ', 11),
 ('coble*', 11),
 ('brown*', 11),
 ('campbell*', 11),
 ('tennã', 11),
 ('mo/n', 11),
 ('eaton*', 11),
 ('¥in', 11),
 ('(two', 11),
 ('//', 11),
 ('¥¥¥¥¥¥¥¥¥¥¥¥', 11),
 ('òand', 11),
 ('dayõs', 11),
 ('ñbf', 11),
 ('_of', 11),
 ('“bible', 11),
 ('òour', 11),
 ('in¥', 10),
 ('*l', 10),
 ('edition)', 10),
 ('(page', 10),
 ('(fenton)', 10),
 ('===', 10),
 ('(continued)', 10),
 ('`it', 10),
 ('i/', 10),
 ('youthõs', 10),
 ('♦', 10),
 ('`daniel', 10),
 ('people)', 10),
 ('(cloth)', 10),
 ('(one', 10),
 ('miller*', 10),
 ('canõt', 10),
 ('òif', 10),
 ('(his', 10),
 ('wks)', 10),
 ('••', 10),
 ('ôi', 10),
 ('¡¡', 9),
 ('ñhenry', 9),
 ('(unincorporated)', 9),
 ('(conference', 9),
 ('(baton', 9),
 ('io)', 9),
 ('____', 9),
 ('¥¥¥¥¥¥¥', 9),
 ('doctrines)', 9),
 ('controversyó', 9),
 ('robertson*', 9),
 ('rouge)', 9),
 ('(bible', 9),
 ('õs', 9),
 ('tew*', 9),
 ('wilson*', 9),
 ('(luke', 9),
 ('òbest', 9),
 ('foley*', 9),
 ('(mrs', 9),
 ('revelationó', 9),
 ('ñseptember', 9),
 ('(board)', 9),
 ('(our', 9),
 ('of_', 9),
 ('(of', 9),
 ('òone', 9),
 ('cents)', 9),
 ('(gr', 9),
 ('eñ', 9),
 ('ôdaniel', 9),
 ('òin', 9),
 ('workersõ', 9),
 ('ñone', 9),
 ('¥¥¥¥¥¥¥¥¥¥', 9),
 ('/a', 8),
 ('òwhen', 8),
 ('òw', 8),
 ('hampton*', 8),
 ('edwards*', 8),
 ('watchmanñthe', 8),
 ('davis*', 8),
 ('*g', 8),
 ('wk)br', 8),
 ('colporteurs’', 8),
 ("`fireside'", 8),
 ('„', 8),
 ('ñin', 8),
 ('}', 8),
 ('mann*', 8),
 ('òthere', 8),
 ('_i', 8),
 ('murphy*', 8),
 ('is¥', 8),
 ('¥we', 8),
 ('harzman*', 8),
 ('“in', 8),
 ('ñpearl', 8),
 ('___', 8),
 ('a¥', 8),
 ('(isa', 8),
 ('dayñ', 8),
 ('ñthis', 8),
 ('ñfebruary', 8),
 ('fatherõs', 8),
 ('ñg', 8),
 ('ããããã', 8),
 ('m¥', 8),
 ('(dr', 8),
 ('ñs', 8),
 ('satanõs', 8),
 ('bodwell*', 8),
 ('ñm', 8),
 ('%-pound', 8),
 ('(it', 8),
 ('week)', 8),
 ('reed*', 8),
 ('bookmenõs', 8),
 ('green*', 8),
 ('**three', 8),
 ('schmehl*', 8),
 ('saviourõs', 7),
 ('¥¥¥¥¥¥¥¥¥¥¥¥¥', 7),
 ('(calif', 7),
 ('re\xad', 7),
 ('ñbp', 7),
 ('name—', 7),
 ('òt', 7),
 ('l/', 7),
 ('ñhow', 7),
 ('johnson*', 7),
 ('ôcoming', 7),
 ('hubbell*', 7),
 ('(three', 7),
 ('corporation)', 7),
 ('==', 7),
 ('work=', 7),
 ('ç', 7),
 ('futureó', 7),
 ('heavenõs', 7),
 ('weõll', 7),
 ('*f', 7),
 ('ic)', 7),
 ('*ill', 7),
 ('series)', 7),
 ('õt', 7),
 ('[or', 7),
 ('ñdavid', 7),
 ('(brother', 7),
 ('_be', 7),
 ('jones*', 7),
 ('footlights”', 7),
 ('(rayville)', 7),
 ('will¥', 7),
 ('ñjames', 7),
 ('sligh*', 7),
 ('õtis', 7),
 ('(fullerton)', 7),
 ('*the', 7),
 ("sec'y¥treas", 7),
 ('(s', 7),
 ('ñt', 7),
 ('conferenceñweek', 7),
 ('hickman*', 7),
 ('ñcharles', 7),
 ('soft)', 7),
 ('motherõs', 7),
 ('ñd', 7),
 ('ñnew', 7),
 ('lifeõs', 7),
 ('(including', 7),
 ('(d', 7),
 ('òchrist', 7),
 ('lowry*', 7),
 ('(july', 7),
 ('jesusõ', 7),
 ('ñjust', 7),
 ('(left', 7),
 ('*lee', 7),
 ('t)', 7),
 ('(ps', 6),
 ('`what', 6),
 ('[c]', 6),
 ('ballard*', 6),
 ('worker)', 6),
 ('(incorporated)', 6),
 ('o¥', 6),
 ('ñ¥', 6),
 ('(rev', 6),
 ('widgery*', 6),
 ('hardy*', 6),
 ('¥for', 6),
 ('¨', 6),
 ('(improved)', 6),
 ('ñour', 6),
 ('(heb', 6),
 ('ñarthur', 6),
 ('ñb', 6),
 ('(weekly)', 6),
 ('(rotherham)', 6),
 ('£', 6),
 ('i_', 6),
 ('(w)', 6),
 ('oõer', 6),
 ('*-', 6),
 ('isnõt', 6),
 ('òthis', 6),
 ('a_', 6),
 ('(e', 6),
 ('ñed', 6),
 ('childrenõs', 6),
 ('ògood', 6),
 ('or\xad', 6),
 ('¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥', 6),
 ('/louisiana', 6),
 ('membershipam’tforyear', 6),
 ('wood*', 6),
 ('(t', 6),
 ('ñit', 6),
 ('****', 6),
 ('òbut', 6),
 ('margin]', 6),
 ('òyou', 6),
 ('membershipainõtforyear', 6),
 ('as¥', 6),
 ('school)', 6),
 ('year)', 6),
 ('ñwe', 6),
 ('ññ', 6),
 ('ñtest', 6),
 ('[this', 6),
 ('t¥', 6),
 ('ñlongfellow', 6),
 ('[of', 6),
 ('[for', 6),
 ('boysõ', 6),
 ('[w]', 6),
 ('û', 6),
 ('com\xad', 6),
 ('holland*', 6),
 ('texas)', 6),
 ('_bc', 6),
 ('keate**', 6),
 ('(who', 6),
 ('()', 6),
 ('òthat', 6),
 ('x¡', 6),
 ('`to', 6),
 ('hoursõ', 6),
 ('smith*', 6),
 ('“we', 6),
 ('ñidem', 6),
 ('weeks)', 6),
 ('moore*', 6),
 ('williams*', 6),
 ('(march)', 6),
 ('griffiths*', 6),
 ('church)', 6),
 ('truth)', 6),
 ('(june', 6),
 ('ñeditor', 6),
 ('saleña', 6),
 ('nursesõ', 6),
 ('battle*', 6),
 ('they_', 6),
 ('¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥', 6),
 ('(texas)', 6),
 ('oneõs', 6),
 ('time)', 6),
 ('conf*', 6),
 ('¥our', 6),
 ('(plain)', 6),
 ('ñnot', 6),
 ('`great', 6),
 ('presidentõs', 5),
 ('iõll', 5),
 ('(pool)', 5),
 ('quarter)', 5),
 ('o*', 5),
 ('_work', 5),
 ('that¥', 5),
 ('can)', 5),
 ('in_', 5),
 ('heinig*', 5),
 ('hoot(', 5),
 ('òwell', 5),
 ('are_', 5),
 ('(gen', 5),
 ('(home', 5),
 ('òon', 5),
 ('(cond', 5),
 ('whiteõs', 5),
 ('ñfor', 5),
 ('*paul', 5),
 ('ñbrother', 5),
 ('sab\xad', 5),
 ('ògod', 5),
 ('*week', 5),
 ('agents’', 5),
 ('sabbath)', 5),
 ('clark*', 5),
 ('ñmay', 5),
 ('%outbern', 5),
 ('page)', 5),
 ('mcelroy*', 5),
 ('be¥', 5),
 ('wagner**', 5),
 ('“a', 5),
 ('an\xad', 5),
 ('clarke)', 5),
 ('i¥', 5),
 ('reams*', 5),
 ('too)', 5),
 ('gold)', 5),
 ('`go', 5),
 ('_bp', 5),
 ('ãi', 5),
 ('(pointing', 5),
 ('have_', 5),
 ('ñphillips', 5),
 ('(bolted)', 5),
 ('ñrichard', 5),
 ('@', 5),
 ('terms)', 5),
 ('/t', 5),
 ('ñreview', 5),
 ('our¥', 5),
 ('boyd*', 5),
 ('μ', 5),
 ('/n', 5),
 ('this_', 5),
 ('ñ]', 5),
 ('<x>', 5),
 ('(r)', 5),
 ('totals(a', 5),
 ('work_', 5),
 ('wonõt', 5),
 ('wit]', 5),
 ('(dickenson)', 5),
 ('(old', 5),
 ('*more', 5),
 ('(margin)', 5),
 ('(haweis)', 5),
 ('¥it', 5),
 ('ôin', 5),
 ('for¥', 5),
 ('fry*', 5),
 ('_we', 5),
 ('ñsouthern', 5),
 ('òwhat', 5),
 ('to%', 5),
 ('¥will', 5),
 ('reed**', 5),
 ('_an', 5),
 ('steele*', 5),
 ('youõll', 5),
 ('ãbf', 5),
 ('ñtwenty-cent-a-week', 5),
 ('(four', 5),
 ('boden**', 5),
 ('iõm', 5),
 ('_cc', 5),
 ('¥bfl', 5),
 ('`of', 5),
 ('(ky', 5),
 ('(m', 5),
 ('guilford*', 5),
 ('of¥', 5),
 ('àx', 5),
 ('***', 5),
 ('¥=', 5),
 ('miles)', 5),
 ('thereõs', 5),
 ('nõt', 5),
 ('f¥', 5),
 ('ñ`', 5),
 ('canvasserõs', 5),
 ('òcoming', 5),
 ('(g)', 5),
 ('òhelp', 5),
 ('*fred', 5),
 ('/i', 5),
 ('[a', 5),
 ('number)', 5),
 ('salmon*', 5),
 ('cheek*', 5),
 ('==i', 5),
 ('¥be', 5),
 ('±', 5),
 ('grades)', 5),
 ('dollarsõ', 5),
 ('[we', 5),
 ('(china)', 5),
 ('readingsó', 5),
 ('¥w', 5),
 ('miles*', 5),
 ('¥o', 5),
 ('òbe', 5),
 ('(leather)', 5),
 ('books)', 5),
 ('(cloth', 5),
 ('is_', 5),
 ('mis\xad', 5),
 ('òlet', 5),
 ('(memorial)', 5),
 ('cans)', 5),
 ('ôwe', 5),
 ('ñ-', 5),
 ('ôbest', 5),
 ('(aug', 5),
 ('ñanon', 5),
 ('òall', 5),
 ('“best', 5),
 ('possible)', 4),
 ('`come', 4),
 ('oo¥', 4),
 ('ôwell', 4),
 ('`why', 4),
 ('fund)', 4),
 ('[margin', 4),
 ("¥'", 4),
 ('ònew', 4),
 ('boswell*', 4),
 ('*mississippi', 4),
 ('`this', 4),
 ('`that', 4),
 ('(prices', 4),
 ('òat', 4),
 ('ewald*', 4),
 ('_re', 4),
 ('vassersõ', 4),
 ('pub\xad', 4),
 ('stewart*', 4),
 ('ray*', 4),
 ('(inventory)', 4),
 ('*anna', 4),
 ('kentuckyè', 4),
 ('prayerñde-', 4),
 ('¥e', 4),
 ('letõs', 4),
 ('(gal', 4),
 ('(that', 4),
 ('peabody*', 4),
 ('ñgranoilña', 4),
 ('====', 4),
 ('a*', 4),
 ('slaughter*', 4),
 ('balsbaugh*', 4),
 ('*d', 4),
 ('_a', 4),
 ('ac\xad', 4),
 ('òbrother', 4),
 ('southern_', 4),
 ('billups*', 4),
 ("ñyouth's", 4),
 ('soulõs', 4),
 ('ôbible', 4),
 ('r¥', 4),
 ('òcome', 4),
 ('¥not', 4),
 ('__and', 4),
 ('mathews*', 4),
 ('(monthly)', 4),
 ('term)', 4),
 ('ònow', 4),
 ('(new', 4),
 ('ñn', 4),
 ('¥have', 4),
 ('spear(', 4),
 ('*p', 4),
 ('ñthere', 4),
 ('ñprof', 4),
 ('young*', 4),
 ('ñwm', 4),
 ('`a', 4),
 ('foot)', 4),
 ('“and', 4),
 ('ñexchange', 4),
 ('ñwhat', 4),
 ('ñmary', 4),
 ('vol_', 4),
 ('you_', 4),
 ('(s)', 4),
 ('[in', 4),
 ('helps)', 4),
 ('(rom', 4),
 ('(ten', 4),
 ('areñ', 4),
 ('to`', 4),
 ('-)', 4),
 ('òthose', 4),
 ('ñpage', 4),
 ('¥he', 4),
 ('girlsõ', 4),
 ('*alabama', 4),
 ('¥this', 4),
 ('ford*', 4),
 ('ñchas', 4),
 ('`but', 4),
 ('(field', 4),
 ('¥that', 4),
 ('boden*', 4),
 ('at¥', 4),
 ('the¡', 4),
 ("')", 4),
 ('(illustrated)', 4),
 ('dis\xad', 4),
 ('hadñ', 4),
 ('sabbath¥school', 4),
 ('r/', 4),
 ('******', 4),
 ('(name', 4),
 ('ñthese', 4),
 ('op\xad', 4),
 ('bag)', 4),
 ('(so', 4),
 ('ñyou', 4),
 ('‘the', 4),
 ('òafter', 4),
 ('ôthe', 4),
 ('(canada', 4),
 ('textñ', 4),
 ('prophecyñwhat', 4),
 ('(henry)', 4),
 ('storiesõ', 4),
 ('ñsister', 4),
 ('`do', 4),
 ('`he', 4),
 ('oc\xad', 4),
 ('months)', 4),
 ('josephõs', 4),
 ('that_', 4),
 ('hoot<', 4),
 ('_mississippi', 4),
 ('(weymouth)', 4),
 ('en\xad', 4),
 ('`not', 4),
 ('(cal', 4),
 ('(margin', 4),
 ('(relief', 4),
 ("`i'", 4),
 ('^louisiana', 4),
 ('(james', 4),
 ('crawford*', 4),
 ('“daniel', 4),
 ('¥his', 4),
 ('ñiowa', 4),
 ('ñfrom', 4),
 ('‘i', 4),
 ('‘', 4),
 ('(organic', 4),
 ('ã-', 4),
 ('(prerequisite', 4),
 ('we¥', 4),
 ('(treasurer)', 4),
 ('onñ', 4),
 ('ñaug', 4),
 ('òfrom', 4),
 ('_______', 4),
 ('òbi', 4),
 ('not_', 4),
 ('*to', 4),
 ('g_', 4),
 ('peevy*', 4),
 ('ôand', 4),
 ('us)', 4),
 ('[brother', 4),
 ('mem\xad', 4),
 ('white*', 4),
 ('¥or', 4),
 (')-', 4),
 ('report¡', 4),
 ('lifeñ', 4),
 ('sanders*', 4),
 ('ñgladstone', 4),
 ('man)', 4),
 ('b(', 4),
 ('conventionñbirmingham', 4),
 ('ñgospel', 4),
 ('¥bp', 4),
 ('—selected', 4),
 ('corner)', 4),
 ('*myrtle', 4),
 ('ãto', 4),
 ('renewalña', 4),
 ('july)', 4),
 ('><>', 4),
 ('but¥', 4),
 ('ãa', 4),
 ('*for', 4),
 ('___bfl', 4),
 ('`world', 4),
 ('ñbenjamin', 4),
 ('-(', 4),
 ('`take', 4),
 ('for_', 4),
 ('(wakefield)', 4),
 ('j*', 4),
 ('(shuttleworth)', 4),
 ('in\xad', 4),
 ('`god', 4),
 ('¥work', 4),
 ('ãããããã', 4),
 ('(librarian)', 4),
 ('ñen', 4),
 ('¥southern', 4),
 ('(referred', 4),
 ('%anitariums', 4),
 ('òso', 4),
 ('eringñdecember', 4),
 ('/v', 4),
 ('sunday)', 4),
 ('allen*', 3),
 ('suc\xad', 3),
 ('¥j', 3),
 ('thatñ', 3),
 ('(minutes', 3),
 ('ògo', 3),
 ("'/", 3),
 ('(april', 3),
 ('`lo', 3),
 ('waters*', 3),
 ('_possible', 3),
 ('nã', 3),
 ('ñuntil', 3),
 ('themñ', 3),
 ('morningõs', 3),
 ('“great', 3),
 ('“as', 3),
 ('(new)', 3),
 ('òhave', 3),
 ('saxon*', 3),
 ('*effie', 3),
 ('-_', 3),
 ('evidencesó', 3),
 ('harris*', 3),
 ('city)', 3),
 ('sug\xad', 3),
 ('¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥', 3),
 ('ar\x8e', 3),
 ('margin)', 3),
 ('(by', 3),
 ('ñnorthern', 3),
 ('ñbc', 3),
 ('weñ', 3),
 ('ñprinciples', 3),
 ("goin')", 3),
 ('_brother', 3),
 ('òtell', 3),
 ('(part', 3),
 ('conferenceñtwenty-cents-a-week', 3),
 ('ñjan', 3),
 ('cheeseñis', 3),
 ('ôt', 3),
 ('church*', 3),
 ('all¥', 3),
 ('¥with', 3),
 ('ñmargaret', 3),
 ('%anthem', 3),
 ('ham*', 3),
 ('wa¤', 3),
 ('¥from', 3),
 ('wilson(', 3),
 ('*k', 3),
 ('seventh=', 3),
 ('_truth', 3),
 ('(applause)', 3),
 ('souther/', 3),
 ('òdear', 3),
 ('todd*', 3),
 ('òfor', 3),
 ('ãcc', 3),
 ('___d', 3),
 ('ñanonymous', 3),
 ('or¥', 3),
 ('book\xad', 3),
 ('chastain*', 3),
 ('<à', 3),
 ('¥last', 3),
 ('sloane*', 3),
 ('lord)', 3),
 ('¦', 3),
 ('union¥', 3),
 ('*mary', 3),
 ("'¥'", 3),
 ('dart*', 3),
 ('usedñthe', 3),
 ('o%', 3),
 ('j¥', 3),
 ('(weekes)', 3),
 ('hughmoomaugh*br', 3),
 ('pfeiffer*', 3),
 ('teacher)', 3),
 ('(my', 3),
 ('¥very', 3),
 ('ñeducation', 3),
 ('c=i', 3),
 ('amõ', 3),
 ('(showing', 3),
 ('literatureñ', 3),
 ('union`', 3),
 ('\x87re', 3),
 ('-=', 3),
 ('òenclosed', 3),
 ('(moffatt)', 3),
 ('ôscriptural', 3),
 ('thereñ', 3),
 ('_years', 3),
 ('r)', 3),
 ('subs(', 3),
 ('(almost', 3),
 ('__________', 3),
 ('—“', 3),
 ('(third', 3),
 ('sof])', 3),
 ('some¥', 3),
 ('¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥', 3),
 ('weeksõ', 3),
 ('¥by', 3),
 ('ñfrancis', 3),
 ('people_', 3),
 ('angel’s', 3),
 ('earthõs', 3),
 ('timeñ', 3),
 ('ours)', 3),
 ('ñillinois', 3),
 ('department)', 3),
 ('ì', 3),
 ('will)', 3),
 ('_our', 3),
 ('(mark', 3),
 ('powers*', 3),
 ('¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥', 3),
 ('lightsó', 3),
 ('(with', 3),
 ('christianõs', 3),
 ('(september', 3),
 ('òremember', 3),
 ('lã', 3),
 ('òearly', 3),
 ('ôyou', 3),
 ('ñmissionary', 3),
 ('nutcysañnut', 3),
 ('-ã', 3),
 ('louisiana(c)', 3),
 ('ñst', 3),
 ('e_', 3),
 ...]

Correction 1 -- Address Accented "o"s

In [15]:
# %load shared_elements/replace_accented_o.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:
    with open(join(directories['prev'], filename)) as f:
        content = f.read()
        
    content = re.sub(r"(\w+)(õ|Õ)", r"\1'", content)
    
    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()
In [18]:
# %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/SUW/correction1

Average verified rate: 0.9310001956905066

Average of error rates: 0.08073743466023321

Total token count: 4788173

In [19]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[19]:
[('r', 13516),
 ('w', 11174),
 ('e', 10465),
 ('br', 8797),
 ('m', 8636),
 ('d', 7710),
 ('-', 6269),
 ('f', 6154),
 ('ñ', 5924),
 ('g', 4774),
 ("'", 4708),
 ('t', 4099),
 ('oo', 3876),
 ('n', 3801),
 ('¥', 2914),
 (')', 2304),
 ('re-', 2095),
 ('con-', 2092),
 ('th', 2084),
 ('bf', 1998),
 ('in-', 1605),
 ('gc', 1377),
 ('ck', 1353),
 ('tion', 1347),
 ('ky', 1278),
 ('ó', 1251),
 ('od', 1152),
 ('/', 1029),
 ('be-', 1029),
 ('de-', 1026),
 ('pp', 1012),
 ('bfl', 960),
 ('ex-', 895),
 ('u', 883),
 ('wm', 858),
 ('ence', 836),
 ('(agts', 804),
 ('ference', 796),
 ('ò', 757),
 ('com-', 743),
 ("colporteurs'", 734),
 ('en-', 719),
 ('k', 704),
 ('confer-', 681),
 ('mis-', 673),
 ('(', 651),
 ('io', 650),
 ('*', 645),
 ('ment', 638),
 ('twenty-cent-a-week', 568)]

Correction 2 -- Normalize Characters

In [21]:
# %load shared_elements/normalize_characters.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)

    # 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 [24]:
# %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/SUW/correction2

Average verified rate: 0.9380934729992245

Average of error rates: 0.07288841978287092

Total token count: 4772437

In [25]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[25]:
[('r', 13633),
 ('w', 11294),
 ('e', 10621),
 ('br', 8893),
 ('m', 8726),
 ('d', 7845),
 ('-', 6475),
 ('f', 6238),
 ("'", 4843),
 ('g', 4823),
 ('t', 4247),
 ('oo', 3890),
 ('n', 3876),
 ('th', 2133),
 ('re-', 2100),
 ('con-', 2094),
 ('bf', 2061),
 ('in-', 1614),
 ('gc', 1388),
 ('ck', 1359),
 ('tion', 1350),
 ('ky', 1288),
 ('od', 1155),
 ('be-', 1033),
 ('de-', 1033),
 ('pp', 1030),
 ('bfl', 971),
 ('u', 898),
 ('ex-', 898),
 ('agts', 875),
 ('wm', 864),
 ('ence', 843),
 ('ference', 796),
 ('wk', 763),
 ('com-', 743),
 ("colporteurs'", 736),
 ('k', 728),
 ('en-', 721),
 ('confer-', 682),
 ('mis-', 675),
 ('io', 662),
 ('ment', 639),
 ('twenty-cent-a-week', 575),
 ('ers', 522),
 ('ad-', 507),
 ('sab-', 505),
 ('at-', 502),
 ('meet-', 481),
 ('col-', 460),
 ('x', 460)]

Correction 3 -- Correct Line Endings

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

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 [30]:
# %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/SUW/correction3

Average verified rate: 0.9558221330391822

Average of error rates: 0.05502030558906313

Total token count: 4711409

In [31]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[31]:
[('r', 13629),
 ('w', 11292),
 ('e', 10613),
 ('br', 8893),
 ('m', 8725),
 ('d', 7842),
 ('-', 6423),
 ('f', 6236),
 ("'", 4843),
 ('g', 4822),
 ('t', 4244),
 ('oo', 3889),
 ('n', 3873),
 ('th', 2132),
 ('bf', 2061),
 ('gc', 1388),
 ('ck', 1359),
 ('ky', 1288),
 ('od', 1149),
 ('pp', 1029),
 ('bfl', 971),
 ('u', 897),
 ('agts', 875),
 ('wm', 864),
 ("colporteurs'", 766),
 ('wk', 763),
 ('k', 728),
 ('io', 662),
 ('twenty-cent-a-week', 575),
 ('x', 460),
 ("canvassers'", 415),
 ('ords', 413),
 ('bs', 368),
 ('bp', 348),
 ('wks', 336),
 ('co', 334),
 ('sofp', 301),
 ("'the", 301),
 ('hm', 290),
 ('rd', 288),
 ('twenty-fourth', 287),
 ('bracy', 286),
 ('ga', 282),
 ('re', 273),
 ('q', 269),
 ('secretary-treasurer', 262),
 ('pg', 261),
 ('ex', 260),
 ('cx', 255),
 ('--', 252)]

Correction 4 -- Remove Extra Dashes

In [33]:
# %load shared_elements/remove_extra_dashes.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)
    
    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()
SUW19070702-V01-01-page1.txt: [('-be', 'be'), ('stars-foli.u.-', 'stars-foli.u.')]
SUW19070702-V01-01-page2.txt: [('.-', '.'), ('-nay', 'nay')]
SUW19070702-V01-01-page3.txt: [('--', '-'), ('know-', 'know'), ('REPORT-', 'REPORT')]
SUW19070702-V01-01-page4.txt: [('-', ''), ('-it', 'it'), ('vic-', 'vic'), ('CON-', 'CON')]
SUW19070702-V01-01-page5.txt: [('-', '')]
SUW19070702-V01-01-page6.txt: [('-we', 'we'), ('BRANDON-', 'BRANDON'), ('-', ''), ('bor-', 'bor'), ('-', ''), ('-', ''), ('-', '')]
SUW19070702-V01-01-page7.txt: [('-comes', 'comes')]
SUW19070702-V01-01-page8.txt: [('-', ''), ('-NASH.', 'NASH.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('camp-meet-', 'camp-meet'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19070716-V01-02-page1.txt: [('re-', 're')]
SUW19070716-V01-02-page2.txt: [('-and', 'and'), ('-', '')]
SUW19070716-V01-02-page4.txt: [('MEET-', 'MEET')]
SUW19070716-V01-02-page5.txt: [('-book', 'book'), ('possibili-', 'possibili')]
SUW19070716-V01-02-page6.txt: [('-in', 'in'), ('-finding', 'finding'), ('---', '--')]
SUW19070716-V01-02-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19070730-V01-03-page1.txt: [('Fi-', 'Fi')]
SUW19070730-V01-03-page2.txt: [('-of', 'of'), ('-', ''), ('CAMP-', 'CAMP'), ('-mean', 'mean'), ('-i-ced', 'i-ced')]
SUW19070730-V01-03-page3.txt: [('CIRCUM-', 'CIRCUM')]
SUW19070730-V01-03-page4.txt: [('CAMP-', 'CAMP'), ('--ley--being', '-ley--being'), ('-Brethren', 'Brethren')]
SUW19070730-V01-03-page5.txt: [('that-', 'that'), ('in-', 'in')]
SUW19070730-V01-03-page6.txt: [('-voted', 'voted'), ('PROG-', 'PROG')]
SUW19070730-V01-03-page7.txt: [('hay-', 'hay'), ('lack-', 'lack'), ('Ad-', 'Ad')]
SUW19070730-V01-03-page8.txt: [('pa-', 'pa'), ('-CO', 'CO'), ('-Cfittich-', 'Cfittich-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('PROG-', 'PROG'), ('appoint-', 'appoint'), ('-', '')]
SUW19070813-V01-04-page2.txt: [('--more-glory-to', '-more-glory-to'), ('--God', '-God'), ('-by-telling', 'by-telling'), ('--reeeiVe', '-reeeiVe'), ('-uponothers"', 'uponothers"'), ('-', ''), ('---', '--'), ('THE-', 'THE')]
SUW19070813-V01-04-page3.txt: [('-', '')]
SUW19070813-V01-04-page4.txt: [('OAK-', 'OAK'), ('-', ''), ('-us', 'us'), ('-', ''), ('CAMP-MEET-', 'CAMP-MEET'), ('-', ''), ('char-', 'char')]
SUW19070813-V01-04-page5.txt: [('-', ''), ('from-', 'from'), ('ac-', 'ac'), ('SPEAR-', 'SPEAR'), ('July-', 'July'), ('-to', 'to')]
SUW19070813-V01-04-page6.txt: [('--No', '-No'), ('-.-.Tra-cts', '.-.Tra-cts'), ('Conference.-', 'Conference.'), ('MEET-', 'MEET'), ('-', ''), ('-Ttiarto', 'Ttiarto'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Periodicals', 'Periodicals'), ('NO-', 'NO'), ('f.-', 'f.')]
SUW19070813-V01-04-page7.txt: [('-', ''), ('-D', 'D')]
SUW19070813-V01-04-page8.txt: [('-from', 'from'), ('-important.-', 'important.-'), ('-some', 'some'), ('PaoG-', 'PaoG'), ('ASSOCIA-', 'ASSOCIA'), ('TION-', 'TION'), ('-', ''), ('Con-', 'Con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('PROG-', 'PROG')]
SUW19070827-V01-05-page1.txt: [('-for', 'for'), ('---', '--')]
SUW19070827-V01-05-page2.txt: [('-given', 'given'), ('ord--', 'ord-'), ('-Otir', 'Otir'), ('-', '')]
SUW19070827-V01-05-page3.txt: [('MEET-', 'MEET'), ('Union-', 'Union')]
SUW19070827-V01-05-page4.txt: [('-speciai-thing-thallias-biolightus', 'speciai-thing-thallias-biolightus'), ('-tlac', 'tlac'), ('-adopted', 'adopted'), ('out-', 'out')]
SUW19070827-V01-05-page5.txt: [('RE-', 'RE'), ('CAR-', 'CAR')]
SUW19070827-V01-05-page6.txt: [('is-only--a-fewweeks-', 'is-only--a-fewweeks'), ('-.groundin-Tampa.---These-who-have-Hotbegun', '.groundin-Tampa.---These-who-have-Hotbegun'), ('-should', 'should'), ('-', ''), ('-financial', 'financial'), ('ARMSTRONG.-', 'ARMSTRONG.'), ('-', '')]
SUW19070827-V01-05-page7.txt: [('-', ''), ('-', ''), ('by-', 'by'), ('ear-', 'ear'), ('neigh-', 'neigh')]
SUW19070827-V01-05-page8.txt: [('--whieh', '-whieh'), ('contains--', 'contains-'), ('-LIBRARIANS', 'LIBRARIANS'), ('-fli-orof-the', 'fli-orof-the'), ('--SUBSC-RIP', '-SUBSC-RIP'), ('--CENTS-A-YE', '-CENTS-A-YE'), ('-', ''), ('r-L.-', 'r-L.'), ('-Smith', 'Smith'), ('---', '--'), ('-J', 'J'), ('-Eurnhant', 'Eurnhant'), ('-', ''), ('-', ''), ('-P.-', 'P.-'), ('-', ''), ('-', ''), ('-page', 'page')]
SUW19070910-V01-06-page2.txt: [('most-', 'most'), ('improve-', 'improve'), ('-', '')]
SUW19070910-V01-06-page3.txt: [('--', '-'), ('mat-', 'mat'), ('grati-', 'grati')]
SUW19070910-V01-06-page4.txt: [('-denominational', 'denominational'), ('Th-ecanvass-', 'Th-ecanvass'), ('-fully', 'fully'), ('CAMP-', 'CAMP'), ('Grays-', 'Grays'), ('self-', 'self'), ('-.and--', '.and--')]
SUW19070910-V01-06-page5.txt: [('CAMP-', 'CAMP')]
SUW19070910-V01-06-page6.txt: [('col-', 'col'), ('-there', 'there'), ('-', ''), ('-leave', 'leave'), ('-', '')]
SUW19070910-V01-06-page7.txt: [('I-', 'I'), ('-is', 'is'), ('--', '-'), ("MI'S'SION-", "MI'S'SION")]
SUW19070910-V01-06-page8.txt: [('CONFER-', 'CONFER'), ('-', ''), ('-spetiat-duty', 'spetiat-duty'), ('uni-', 'uni'), ('-', ''), ('-sitbsiribe.', 'sitbsiribe.'), ('-', ''), ('-', ''), ('-', ''), ('-pulpit.', 'pulpit.'), ('-', ''), ('-', ''), ('proph-', 'proph')]
SUW19070924-V01-07-page1.txt: [("-cannot'", "cannot'")]
SUW19070924-V01-07-page2.txt: [('-lives.', 'lives.'), ('-', ''), ('-', ''), ('CARO-', 'CARO'), ('stead-', 'stead')]
SUW19070924-V01-07-page3.txt: [('campiMeeting-', 'campiMeeting'), ('command-', 'command')]
SUW19070924-V01-07-page4.txt: [('-', ''), ('-Euz-monr', 'Euz-monr'), ('MIS-', 'MIS'), ('-', ''), ('T-', 'T')]
SUW19070924-V01-07-page5.txt: [('-', ''), ('PRO-', 'PRO'), ('-', '')]
SUW19070924-V01-07-page6.txt: [('-that', 'that'), ('-the', 'the'), ('sup-', 'sup'), ('cre-', 'cre'), ('-', ''), ('READ-', 'READ'), ('growth."--', 'growth."-')]
SUW19070924-V01-07-page7.txt: [('-', ''), ('-.mg', '.mg'), ('-', ''), ('-', '')]
SUW19070924-V01-07-page8.txt: [('.....-A--eordial-', '.....-A--eordial'), ('SUBSCRIR-T-', 'SUBSCRIR-T'), ('--CENTS', '-CENTS'), ('-', ''), ('ad-', 'ad'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-work', 'work')]
SUW19071008-V01-08-page2.txt: [("arrest-'for-", "arrest-'for"), ('-he', 'he'), ('-hat', 'hat'), ('RESOLU-', 'RESOLU'), ('LIBERTY-', 'LIBERTY'), ('-E', 'E'), ('IN-TEN-', 'IN-TEN')]
SUW19071008-V01-08-page3.txt: [('-', ''), ('Cum-', 'Cum')]
SUW19071008-V01-08-page4.txt: [('-', ''), ('Rowe-', 'Rowe'), ('Liberty-', 'Liberty'), ('Washbtirn-', 'Washbtirn'), ('-', ''), ('-S.', 'S.'), ('-Whereas', 'Whereas'), ('-steps', 'steps'), ('-erittcation', 'erittcation'), ('-a', 'a'), ('CAMP-', 'CAMP')]
SUW19071008-V01-08-page5.txt: [('MIS-', 'MIS')]
SUW19071008-V01-08-page6.txt: [('-of', 'of'), ('-the', 'the'), ('--English', '-English'), ('-early', 'early'), ('--', '-'), ('-high', 'high'), ('-low--must', 'low--must'), ('-soon.', 'soon.'), ('-warned.', 'warned.'), ('-Godis-', 'Godis-'), ('-light', 'light'), ('-what', 'what'), ('-he', 'he'), ('-', ''), ('-workers', 'workers')]
SUW19071008-V01-08-page7.txt: [('stu-', 'stu')]
SUW19071008-V01-08-page8.txt: [('-', ''), ('-', ''), ('-I.', 'I.'), ('-did', 'did'), ('compare.-', 'compare.'), ('-disciples', 'disciples'), ('-', ''), ('-II.', 'II.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('-number', 'number'), ('departmeats-', 'departmeats'), ('-', ''), ('acceptably."-', 'acceptably."'), ('-', '')]
SUW19071022-V01-09-page1.txt: [('-nets', 'nets'), ('ad-', 'ad')]
SUW19071022-V01-09-page2.txt: [('-the', 'the'), ('-', ''), ('example-', 'example'), ('--', '-'), ('-', '')]
SUW19071022-V01-09-page3.txt: [('--', '-'), ('-', '')]
SUW19071022-V01-09-page4.txt: [('priv-', 'priv'), ('-few', 'few'), ('What-', 'What'), ('-', ''), ('-', ''), ('holding-upthe-', 'holding-upthe'), ('-all-the-way', 'all-the-way'), ('-', ''), ('Advent-', 'Advent'), ('-', ''), ('-', ''), ('-fourth-Sabbath', 'fourth-Sabbath'), ('-hotne-missionary-nreeting-s', 'hotne-missionary-nreeting-s'), ('-the', 'the'), ('-to-be-used', 'to-be-used'), ('-Whereas', 'Whereas'), ('and-', 'and'), ('-', ''), ('-The', 'The'), ('-', ''), ('-time', 'time'), ('insti-', 'insti'), ('-', '')]
SUW19071022-V01-09-page5.txt: [('-', ''), ('-some', 'some'), ('im-', 'im'), ('-', ''), ('Frank-', 'Frank'), ('Craw-', 'Craw'), ('L.-', 'L.'), ('mission-', 'mission'), ('thesub-', 'thesub'), ('-Home', 'Home'), ('pre-', 'pre'), ("'OF-", "'OF"), ('reg-', 'reg'), ('-Agent', 'Agent'), ('-', ''), ('-', ''), ('iNIS-', 'iNIS'), ('-of-the', 'of-the'), ('-"', '"'), ('-Elder', 'Elder'), ('-was', 'was'), ('-speak', 'speak')]
SUW19071022-V01-09-page6.txt: [('mis-', 'mis'), ('--STOnary', '-STOnary'), ('-it', 'it'), ('PROG-', 'PROG'), ('Lo-', 'Lo'), ('beenpub-', 'beenpub'), ('-young', 'young'), ('-shows', 'shows'), ('-took', 'took')]
SUW19071022-V01-09-page7.txt: [('-results.', 'results.')]
SUW19071022-V01-09-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19071105-V01-10-page1.txt: [('-', '')]
SUW19071105-V01-10-page2.txt: [('HEART-', 'HEART')]
SUW19071105-V01-10-page3.txt: [('sur-', 'sur')]
SUW19071105-V01-10-page4.txt: [('-', ''), ('-shall', 'shall'), ('-', ''), ('dis-', 'dis'), ('-success', 'success'), ('-reading', 'reading'), ('-', ''), ('-she', 'she'), ('-God', 'God'), ('oppor-', 'oppor'), ('-', '')]
SUW19071105-V01-10-page5.txt: [('-While', 'While'), ('-', ''), ('PROCEED-', 'PROCEED'), ('-end', 'end'), ('-', ''), ('therefore--', 'therefore-')]
SUW19071105-V01-10-page6.txt: [('-', ''), ('-', ''), ('and-', 'and'), ('-passed', 'passed'), ('PROG-', 'PROG'), ('-', ''), ('-eVilsOf', 'eVilsOf'), ('-', ''), ('-', ''), ('-', ''), ('therefore-', 'therefore'), ('-', ''), ('-', '')]
SUW19071105-V01-10-page7.txt: [('-', ''), ('trea-', 'trea'), ('---', '--'), ('ap-', 'ap')]
SUW19071105-V01-10-page8.txt: [('--church', '-church'), ('-eachindividual-make', 'eachindividual-make'), ('sa.-', 'sa.'), ('-', ''), ('-TENN.', 'TENN.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('evi-', 'evi')]
SUW19071119-V01-11-page1.txt: [('CONFI-', 'CONFI')]
SUW19071119-V01-11-page2.txt: [('PUBLISH-', 'PUBLISH'), ('By-', 'By'), ('-to', 'to'), ('-purpose', 'purpose'), ('-necessary', 'necessary'), ('-to', 'to'), ('-purposes', 'purposes'), ('--essence--of', '-essence--of'), ('-', ''), ('.--', '.-'), ('offi-', 'offi'), ('-cersaf', 'cersaf'), ('this-Carp-oration-', 'this-Carp-oration'), ('-', ''), ('ahalt-emsist--', 'ahalt-emsist-')]
SUW19071119-V01-11-page4.txt: [('-', ''), ('-LITERA-', 'LITERA-'), ('-', ''), ('SOUTH-', 'SOUTH'), ('even-', 'even')]
SUW19071119-V01-11-page5.txt: [('-', ''), ('-the', 'the'), ('-', '')]
SUW19071119-V01-11-page6.txt: [('-From', 'From'), ('-there', 'there'), ('-plan', 'plan'), ('-canvassing', 'canvassing'), ('HICK-', 'HICK'), ('-in-the-days-ofthe', 'in-the-days-ofthe'), ('-how', 'how')]
SUW19071119-V01-11-page7.txt: [('-MOLLIE', 'MOLLIE'), ('SABBATH-', 'SABBATH'), ('Nash-', 'Nash'), ('manu-', 'manu')]
SUW19071119-V01-11-page8.txt: [('-Conike', 'Conike'), ('--expenses', '-expenses'), ('--program', '-program'), ('---etc.', '--etc.'), ('-', '')]
SUW19071203-V01-12-page1.txt: [('-Adventists.', 'Adventists.')]
SUW19071203-V01-12-page2.txt: [('-fire', 'fire'), ('-in', 'in'), ('fol-', 'fol'), ('-', ''), ('-', ''), ('in-', 'in')]
SUW19071203-V01-12-page3.txt: [('-and', 'and'), ('-that', 'that')]
SUW19071203-V01-12-page4.txt: [('--The', '-The'), ('-', ''), ('-Inmy-', 'Inmy-'), ('--people', '-people'), ('letters-', 'letters'), ('-the', 'the'), ('-acre', 'acre'), ('-buggy', 'buggy'), ('-', '')]
SUW19071203-V01-12-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
SUW19071203-V01-12-page6.txt: [('-', ''), ('-', ''), ('es-', 'es'), ('-sentia-I', 'sentia-I'), ('-', ''), ('-taken', 'taken'), ('PROCEED-', 'PROCEED'), ('hun-', 'hun')]
SUW19071203-V01-12-page7.txt: [('Mc-', 'Mc')]
SUW19071203-V01-12-page8.txt: [('CON-', 'CON'), ('-page', 'page'), ('-anxious', 'anxious'), ('-sec', 'sec'), ('--help--in-opening', '-help--in-opening'), ('-', '')]
SUW19071217-V01-13-page1.txt: [('-of', 'of')]
SUW19071217-V01-13-page2.txt: [('MIS-', 'MIS'), ('all--', 'all-'), ('-o-f--places-', 'o-f--places-'), ('-', ''), ('-pain.', 'pain.')]
SUW19071217-V01-13-page3.txt: [('-the', 'the')]
SUW19071217-V01-13-page4.txt: [('strong--', 'strong-'), ('-', ''), ('-is', 'is'), ('exer-', 'exer'), ('-', ''), ('-should', 'should')]
SUW19071217-V01-13-page5.txt: [('-', '')]
SUW19071217-V01-13-page6.txt: [('-', ''), ('-to', 'to'), ('-canvass', 'canvass'), ('-we--conclude', 'we--conclude'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19071217-V01-13-page7.txt: [('-brethren', 'brethren'), ('NAME-', 'NAME'), ('-BEL', 'BEL')]
SUW19071217-V01-13-page8.txt: [('-', ''), ('-Will', 'Will')]
SUW19071231-V01-14-page1.txt: [('mis-', 'mis'), ('Themis-', 'Themis')]
SUW19071231-V01-14-page2.txt: [('-', '')]
SUW19071231-V01-14-page3.txt: [('-', ''), ('-', ''), ('re-', 're'), ('-to', 'to')]
SUW19071231-V01-14-page5.txt: [('lit-', 'lit')]
SUW19071231-V01-14-page6.txt: [('mis-', 'mis'), ('Janu-', 'Janu'), ('sea-', 'sea'), ('-fast', 'fast'), ('-', '')]
SUW19071231-V01-14-page7.txt: [('CARO-', 'CARO'), ('-great', 'great'), ('firmament.-', 'firmament.'), ('-', '')]
SUW19071231-V01-14-page8.txt: [('-SUBSCRIPTION', 'SUBSCRIPTION'), ('-', ''), ('SPE-', 'SPE'), ('-date', 'date'), ('-thesum-', 'thesum-'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19080114-V02-01-page1.txt: [('-alley', 'alley'), ('-and', 'and'), ('apos-', 'apos'), ('begun-', 'begun'), ('-those', 'those'), ('-', ''), ("'a-", "'a"), ('to-', 'to')]
SUW19080114-V02-01-page2.txt: [('-.own', '.own'), ('-Now', 'Now'), ('-', ''), ('"---', '"--'), ('-', ''), ('rest--', 'rest-')]
SUW19080114-V02-01-page3.txt: [('--', '-')]
SUW19080114-V02-01-page4.txt: [('-truths', 'truths'), ('-', ''), ('-C.', 'C.'), ('-of', 'of'), ('-', ''), ('contem-', 'contem')]
SUW19080114-V02-01-page5.txt: [('-many', 'many'), ('in-', 'in'), ('-', ''), ('-', '')]
SUW19080114-V02-01-page6.txt: [('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('AT-', 'AT'), ('-', ''), ('con-', 'con')]
SUW19080114-V02-01-page7.txt: [('polit-', 'polit')]
SUW19080114-V02-01-page8.txt: [('end-', 'end'), ('-WEEKLY', 'WEEKLY'), ('-', '')]
SUW19080128-V02-02-page2.txt: [('-of', 'of'), ('-g-', 'g-'), ('-altar', 'altar'), ('-saving--souls.', 'saving--souls.')]
SUW19080128-V02-02-page3.txt: [('-', ''), ('misapprehension.-', 'misapprehension.'), ('--', '-'), ('LOCOMO-', 'LOCOMO')]
SUW19080128-V02-02-page4.txt: [('-taking', 'taking'), ('-adefinite-', 'adefinite-'), ('inter-', 'inter')]
SUW19080128-V02-02-page6.txt: [('--', '-'), ('-the', 'the'), ('-', ''), ('-to', 'to'), ('how-', 'how')]
SUW19080128-V02-02-page7.txt: [('-', ''), ('d-', 'd'), ('Obedi-', 'Obedi'), ('-', ''), ('persevering.-', 'persevering.'), ('-Napoleon.', 'Napoleon.'), ('Young-', 'Young')]
SUW19080128-V02-02-page8.txt: [('-Georgia', 'Georgia'), ('-and-Florila', 'and-Florila'), ('-can', 'can'), ('-"-Sonie', '"-Sonie'), ('camp-', 'camp'), ('-', ''), ('-and', 'and'), ('the--', 'the-'), ('-meetings', 'meetings'), ('RE-', 'RE')]
SUW19080211-V02-03-page1.txt: [('-earth', 'earth'), ('-this', 'this'), ('-one.', 'one.'), ('nicely-', 'nicely'), ('fin-', 'fin'), ('-', ''), ('-', '')]
SUW19080211-V02-03-page2.txt: [('-northwest-of', 'northwest-of'), ('the-', 'the'), ('-a-temporary', 'a-temporary'), ('or-', 'or'), ('-', ''), ('chairman-', 'chairman'), ('-Union', 'Union'), ('-', ''), ('ieenses-', 'ieenses'), ('--R-.', '-R-.'), ('Vice-', 'Vice'), ('-invited', 'invited'), ('-JAN.', 'JAN.'), ('-', '')]
SUW19080211-V02-03-page3.txt: [('of-', 'of'), ('RE-', 'RE')]
SUW19080211-V02-03-page4.txt: [('-', ''), ('-', ''), ('ex-', 'ex'), ('-secretary-', 'secretary-'), ('-andtreasurer', 'andtreasurer'), ('-mrill-teceive', 'mrill-teceive'), ('men-', 'men'), ('pre-', 'pre'), ('WASI-', 'WASI')]
SUW19080218-V02-04-page1.txt: [('ADVAN-', 'ADVAN'), ('-', '')]
SUW19080218-V02-04-page2.txt: [('-', ''), ('ac-', 'ac'), ('-the', 'the'), ('behindwith-', 'behindwith'), ('oft-', 'oft'), ('-harts', 'harts'), ('-', '')]
SUW19080218-V02-04-page3.txt: [('offi-', 'offi'), ('---', '--')]
SUW19080218-V02-04-page4.txt: [('-by-Me', 'by-Me'), ('-', ''), ('-', ''), ('-', ''), ('PROG-', 'PROG'), ('TO-EVERY-', 'TO-EVERY'), ('-kticitirn..', 'kticitirn..'), ('CAN-', 'CAN')]
SUW19080225-V02-05-page1.txt: [('Babel-', 'Babel'), ('torepre-', 'torepre')]
SUW19080225-V02-05-page10.txt: [('-', ''), ('-', ''), ('PROG-', 'PROG'), ('Sanitarium-', 'Sanitarium'), ('filutricialre-', 'filutricialre'), ('-Accounts', 'Accounts'), ('-', ''), ('--', '-')]
SUW19080225-V02-05-page11.txt: [('-', '')]
SUW19080225-V02-05-page12.txt: [('-', ''), ('PROG-', 'PROG'), ('-that', 'that'), ('Isbell-', 'Isbell'), ('-', ''), ('-return', 'return')]
SUW19080225-V02-05-page13.txt: [('CONFER-', 'CONFER'), ('RE-', 'RE'), ('-', ''), ('WATCH-', 'WATCH'), ('OF-', 'OF')]
SUW19080225-V02-05-page14.txt: [("-'", "'"), ('-report', 'report'), ('-love', 'love'), ('-', ''), ('-..', '..'), ('oo-', 'oo')]
SUW19080225-V02-05-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19080225-V02-05-page16.txt: [('-helP', 'helP'), ('efikageriiieither-', 'efikageriiieither'), ('-', '')]
SUW19080225-V02-05-page2.txt: [('-', '')]
SUW19080225-V02-05-page3.txt: [('--', '-'), ('-of', 'of')]
SUW19080225-V02-05-page4.txt: [('-andalso', 'andalso'), ('haie-', 'haie'), ('-', ''), ('-these', 'these'), ('-', ''), ('-', ''), ('-', '')]
SUW19080225-V02-05-page5.txt: [('-', ''), ('--', '-'), ('-Nominating', 'Nominating'), ('-', ''), ('General-', 'General'), ('-was', 'was'), ('-conference.', 'conference.'), ('-of', 'of'), ("'Southeastern-", "'Southeastern"), ('Union-', 'Union'), ('-of', 'of'), ('-', ''), ('-until', 'until')]
SUW19080225-V02-05-page6.txt: [('--andshall', '-andshall'), ('member-', 'member'), ('krayer-', 'krayer'), ('-', ''), ('-', '')]
SUW19080225-V02-05-page7.txt: [('-', '')]
SUW19080225-V02-05-page8.txt: [('-', ''), ('-tithe', 'tithe'), ('-', ''), ('-The', 'The'), ('-andthe', 'andthe'), ('-', ''), ('therefore-', 'therefore'), ('-', ''), ('un-', 'un'), ('-', ''), ('CONFER-', 'CONFER'), ('-', ''), ('adjust-', 'adjust'), ('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('par-', 'par'), ('bath-', 'bath')]
SUW19080225-V02-05-page9.txt: [('.-', '.'), ('-', ''), ('-relief', 'relief'), ('Con-', 'Con'), ('-', ''), ('-', ''), ('-', ''), ('we-', 'we'), ('in-', 'in')]
SUW19080303-V02-06-page1.txt: [('-to', 'to'), ('-ito-intiela..time', 'ito-intiela..time'), ('situa-', 'situa'), ('time.-', 'time.')]
SUW19080303-V02-06-page2.txt: [('--', '-'), ('--', '-'), ('appre-', 'appre'), ('-is', 'is'), ('-presidents', 'presidents'), ('-the', 'the'), ('-that', 'that'), ('-papers', 'papers'), ('-subscription.', 'subscription.'), ('-', ''), ('d-', 'd'), ('-weeks', 'weeks'), ('-', ''), ('-', ''), ('-same', 'same')]
SUW19080303-V02-06-page3.txt: [('AD-', 'AD'), ('-products', 'products'), ('-', ''), ('produced-', 'produced'), ('FRY.-', 'FRY.'), ('-', ''), ('-broth-', 'broth-'), ('-F', 'F'), ('-', ''), ('Geor-', 'Geor'), ('-t', 't'), ('-"Let', '"Let'), ('-', '')]
SUW19080303-V02-06-page4.txt: [('PUBLISHED-', 'PUBLISHED'), ('Sunday--', 'Sunday-'), ('PROG-', 'PROG'), ('-', ''), ('the-', 'the'), ('.-', '.'), ('-has', 'has'), ('-', ''), ('camp--', 'camp-'), ('-Vititgville', 'Vititgville'), ('-', ''), ('the-', 'the'), ('--', '-')]
SUW19080310-V02-07-page2.txt: [('-white', 'white'), ('-.well', '.well'), ('-on', 'on'), ('-they', 'they')]
SUW19080310-V02-07-page4.txt: [('-Hoidard', 'Hoidard'), ('-', '')]
SUW19080317-V02-08-page1.txt: [('-', ''), ('-Street', 'Street'), ('-a', 'a'), ('re-', 're'), ('-', ''), ('-', ''), ('-agents', 'agents'), ('-stink-en', 'stink-en'), ('I--', 'I-'), ('you..-', 'you..')]
SUW19080317-V02-08-page2.txt: [('--', '-'), ('-the---inElividual', 'the---inElividual'), ('-', ''), ('-', ''), ('-unlock', 'unlock'), ('-storelrOttSeSteps-to', 'storelrOttSeSteps-to'), ('-of', 'of'), ('-', ''), ('attend.-', 'attend.'), ('-', ''), ('-should-until', 'should-until'), ('-', ''), ('-get', 'get'), ('-', ''), ('-', ''), ('-forts', 'forts'), ('-the', 'the'), ('in-', 'in'), ('-', ''), ('-is', 'is'), ('CAN-', 'CAN'), ('one--else-has-', 'one--else-has'), ('-canvassing', 'canvassing'), ("-will-'rejoice", "will-'rejoice"), ('suf-', 'suf'), ('to-', 'to'), ('-may', 'may'), ('-held-', 'held-'), ('-inthe-', 'inthe-'), ("-small'", "small'"), ('-', '')]
SUW19080317-V02-08-page3.txt: [('-', ''), ('-', ''), ('-COMparty', 'COMparty'), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-entire', 'entire'), ("-'", "'"), ('-Carolina', 'Carolina')]
SUW19080317-V02-08-page4.txt: [('North-and-', 'North-and'), ('---The', '--The'), ('-', ''), ('--', '-'), ('--S', '-S'), ('-C-ongress-Street', 'C-ongress-Street'), ('-', ''), ('-', ''), ('ent-', 'ent'), ('-', ''), ('-------Plans--foc-the-proseeution', '------Plans--foc-the-proseeution')]
SUW19080324-V02-09-page1.txt: [('TRAIN-', 'TRAIN'), ('anti-', 'anti')]
SUW19080324-V02-09-page2.txt: [('-effoi', 'effoi'), ('methodsproposed-', 'methodsproposed'), ('coloredpeople-', 'coloredpeople'), ('-for--afew', 'for--afew'), ('-', ''), ('-', '')]
SUW19080324-V02-09-page3.txt: [('instruc-', 'instruc')]
SUW19080324-V02-09-page4.txt: [('-', ''), ('ffoni-', 'ffoni'), ('iiiig-', 'iiiig'), ('CARO-', 'CARO'), ('-to', 'to'), ('-', ''), ('-Carolina', 'Carolina')]
SUW19080331-V02-10-page2.txt: [('IN-', 'IN'), ('-the', 'the'), ('-', ''), ('-all--have', 'all--have'), ('VICKS-', 'VICKS')]
SUW19080331-V02-10-page3.txt: [('CON-', 'CON'), ('-', '')]
SUW19080331-V02-10-page4.txt: [('-', ''), ('-', ''), ('Of-', 'Of'), ('-', ''), ('-PROGRESS', 'PROGRESS'), ('-church', 'church'), ('-we', 'we'), ('-bdeklet', 'bdeklet'), ('-date', 'date'), ('-as', 'as'), ('--CRdniaRS', '-CRdniaRS'), ('-PROGRAM--', 'PROGRAM--'), ('-F', 'F'), ('-', ''), ('--APRH.', '-APRH.'), ('-', ''), ('-was', 'was'), ('Which-', 'Which'), ('Preath-', 'Preath')]
SUW19080407-V02-11-page1.txt: [('-to', 'to')]
SUW19080407-V02-11-page2.txt: [('-Here', 'Here'), ('-manyor', 'manyor'), ('areall-', 'areall'), ('-The', 'The'), ('-up', 'up'), ('-last', 'last'), ('Rid-', 'Rid'), ('-der', 'der'), ('-', ''), ('-', '')]
SUW19080407-V02-11-page3.txt: [('-', '')]
SUW19080407-V02-11-page4.txt: [('-Lenker', 'Lenker'), ('-', ''), ('IN-', 'IN'), ('-', ''), ('dis-', 'dis'), ('-looking', 'looking')]
SUW19080414-V02-12-page1.txt: [('ful-', 'ful')]
SUW19080414-V02-12-page2.txt: [('-to', 'to'), ('-the', 'the'), ('-call', 'call')]
SUW19080414-V02-12-page3.txt: [('-', ''), ('encourage-', 'encourage')]
SUW19080414-V02-12-page4.txt: [('Mc-', 'Mc'), ('-agents', 'agents'), ('-', ''), ('Camp-', 'Camp')]
SUW19080421-V02-13-page1.txt: [('im-', 'im')]
SUW19080421-V02-13-page2.txt: [('interested-', 'interested'), ('-ears-and', 'ears-and'), ('-the', 'the'), ('-on', 'on'), ('-because--we-brow', 'because--we-brow'), ('-', ''), ('-angels', 'angels'), ('-an', 'an')]
SUW19080421-V02-13-page3.txt: [('af-', 'af')]
SUW19080421-V02-13-page4.txt: [('manywon-', 'manywon'), ('-such', 'such'), ('are--', 'are-'), ('--from---Christ', '-from---Christ')]
SUW19080421-V02-13-page5.txt: [('-', ''), ('-', '')]
SUW19080421-V02-13-page6.txt: [('-returned', 'returned'), ('Cumberland-', 'Cumberland'), ('-', ''), ('Agee-', 'Agee'), ('SOUTH-', 'SOUTH'), ('--', '-'), ('-a', 'a'), ('-s-core.', 's-core.')]
SUW19080421-V02-13-page7.txt: [('-KIsc', 'KIsc')]
SUW19080421-V02-13-page8.txt: [('-.SUBSCRIPTION', '.SUBSCRIPTION'), ('-..', '..'), ('-', ''), ('-Associate', 'Associate'), ('BAT-', 'BAT')]
SUW19080428-V02-14-page3.txt: [('corre-', 'corre'), ('SOUTH-', 'SOUTH'), ('END-', 'END')]
SUW19080428-V02-14-page4.txt: [('willa-', 'willa'), ('-.', '.'), ('-', ''), ('-', ''), ('Seventh-', 'Seventh'), ('-day', 'day'), ('-A-ve.-North', 'A-ve.-North'), ('-and"', 'and"')]
SUW19080505-V02-15-page1.txt: [('-ern', 'ern'), ('de--', 'de-')]
SUW19080505-V02-15-page2.txt: [('thatthey-', 'thatthey'), ('-a', 'a'), ('-', ''), ('-', ''), ('-canvassers', 'canvassers')]
SUW19080505-V02-15-page3.txt: [('LES-', 'LES'), ('HEAL-', 'HEAL')]
SUW19080505-V02-15-page4.txt: [('-our', 'our'), ('-lar-ge', 'lar-ge'), ('extravagantly.-', 'extravagantly.'), ('INSTITU-', 'INSTITU'), ('-a', 'a'), ('-slip.', 'slip.')]
SUW19080505-V02-15-page5.txt: [('speed.-', 'speed.'), ('SOUTH-', 'SOUTH'), ('-', '')]
SUW19080505-V02-15-page6.txt: [('-only', 'only'), ('-own', 'own'), ('SAB-', 'SAB'), ('-be', 'be')]
SUW19080512-V02-16-page1.txt: [('atti-', 'atti')]
SUW19080512-V02-16-page2.txt: [('-', ''), ('-of', 'of'), ('-', ''), ('Mas-', 'Mas')]
SUW19080512-V02-16-page3.txt: [('-', ''), ('Mc-', 'Mc'), ('-', ''), ('SOUTH-', 'SOUTH')]
SUW19080512-V02-16-page4.txt: [('-', ''), ('SPE-', 'SPE')]
SUW19080519-V02-17-page1.txt: [('can-', 'can'), ('or-', 'or')]
SUW19080519-V02-17-page2.txt: [('some-', 'some')]
SUW19080519-V02-17-page3.txt: [('mem-', 'mem'), ('SOUTH-', 'SOUTH'), ('END-', 'END')]
SUW19080519-V02-17-page4.txt: [('-', ''), ('Seventh--', 'Seventh-'), ('-', ''), ('-', ''), ('--copies', '-copies'), ('-', ''), ('-', ''), ('an-', 'an'), ('-', ''), ('En-', 'En'), ('pre-', 'pre'), ('camp-meet-', 'camp-meet'), ('liv-', 'liv'), ('Sab-', 'Sab'), ('lat-', 'lat'), ('pa-', 'pa')]
SUW19080526-V02-18-page1.txt: [('CAN-', 'CAN')]
SUW19080526-V02-18-page2.txt: [('-who', 'who'), ('-for', 'for'), ('PROG-', 'PROG')]
SUW19080526-V02-18-page3.txt: [('Burgess-', 'Burgess'), ('SOUTH-', 'SOUTH'), ('-', '')]
SUW19080526-V02-18-page4.txt: [('-', ''), ('-with', 'with'), ('-Book"', 'Book"'), ('-', ''), ('-This', 'This'), ('-', '')]
SUW19080602-V02-19-page2.txt: [('reading-', 'reading'), ('-of', 'of'), ('-h-O', 'h-O')]
SUW19080602-V02-19-page3.txt: [('SUP-', 'SUP'), ('aggre-', 'aggre')]
SUW19080602-V02-19-page4.txt: [('-Watch', 'Watch'), ('com.-', 'com.'), ('-', ''), ('-Board', 'Board'), ('SUP-', 'SUP')]
SUW19080609-V02-20-page2.txt: [('-x', 'x'), ('-which', 'which'), ('-took', 'took'), ('-Tenn.', 'Tenn.'), ('-', ''), ('by-', 'by'), ('-Mr.', 'Mr.'), ('-', '')]
SUW19080609-V02-20-page3.txt: [('-', ''), ('-', '')]
SUW19080609-V02-20-page4.txt: [('Publishing-', 'Publishing'), ('-', ''), ('-', ''), ('-', ''), ('causeof-', 'causeof'), ('-prohibition', 'prohibition'), ('-and', 'and')]
SUW19080616-V02-21-page1.txt: [('un-', 'un')]
SUW19080616-V02-21-page2.txt: [('meeting-', 'meeting'), ('-', ''), ('re-', 're')]
SUW19080616-V02-21-page3.txt: [('HOME-', 'HOME'), ('SOUTH-', 'SOUTH')]
SUW19080616-V02-21-page4.txt: [('-The-', 'The-'), ('-', ''), ('-', ''), ('-as', 'as'), ('-papers', 'papers'), ('-', ''), ('CAMP-MEET-', 'CAMP-MEET'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19080623-V02-22-page1.txt: [('SANI-', 'SANI'), ('PARmELE-', 'PARmELE')]
SUW19080623-V02-22-page2.txt: [('--Brother', '-Brother'), ('-', ''), ('-was', 'was'), ('-', ''), ('-', '')]
SUW19080623-V02-22-page3.txt: [('SOUTHEAST-', 'SOUTHEAST'), ('-', '')]
SUW19080623-V02-22-page4.txt: [('Seventh--', 'Seventh-'), ('TEM-', 'TEM'), ('-of-J', 'of-J'), ('--GarrnireT.-th-e--enveto-pe', '-GarrnireT.-th-e--enveto-pe'), ('-literature', 'literature'), ('-', ''), ('sym-', 'sym'), ('-pathywith', 'pathywith'), ('-them', 'them'), ('CANVASS-', 'CANVASS'), ('-', ''), ('place.-', 'place.'), ('-', ''), ('-', ''), ('W.-', 'W.')]
SUW19080630-V02-23-page1.txt: [('mes-', 'mes'), ('-e', 'e'), ('pa-', 'pa')]
SUW19080630-V02-23-page2.txt: [('-up', 'up'), ('CAN-', 'CAN')]
SUW19080630-V02-23-page3.txt: [('-', ''), ('RE-', 'RE'), ('SOUTHEAST-', 'SOUTHEAST'), ('NAME-', 'NAME'), ('--', '-'), ('in-', 'in')]
SUW19080630-V02-23-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19080707-V02-24-page1.txt: [('-', ''), ('pub-', 'pub')]
SUW19080707-V02-24-page2.txt: [('-of', 'of'), ('-but', 'but'), ('-helpllesss', 'helpllesss')]
SUW19080707-V02-24-page3.txt: [('SABBATH-', 'SABBATH')]
SUW19080707-V02-24-page4.txt: [('-portion', 'portion'), ('-day.', 'day.'), ('-started', 'started'), ('un--', 'un-'), ('-of', 'of')]
SUW19080707-V02-24-page6.txt: [('decidedto-', 'decidedto'), ('-A.', 'A.'), ('-Brother', 'Brother'), ('-andthe', 'andthe'), ('-the', 'the')]
SUW19080707-V02-24-page7.txt: [('-author', 'author')]
SUW19080707-V02-24-page8.txt: [('Seventh-', 'Seventh'), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('--It', '-It'), ('CARO-', 'CARO'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19080714-V02-25-page2.txt: [('-Brother-', 'Brother-'), ('--T', '-T'), ('-Alabama', 'Alabama'), ('we-', 'we'), ('-seetroth-', 'seetroth-'), ('-Oak', 'Oak')]
SUW19080714-V02-25-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('comfortable.---', 'comfortable.--'), ('to---bea-', 'to---bea'), ('-blessing', 'blessing'), ('-', ''), ('-', '')]
SUW19080721-V02-26-page2.txt: [('-he-no-lack-of-ftittdfor--home--and', 'he-no-lack-of-ftittdfor--home--and'), ('opened-', 'opened'), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('-You-cannot', 'You-cannot'), ('Pro-', 'Pro')]
SUW19080721-V02-26-page4.txt: [('-al-se-', 'al-se-')]
SUW19080721-V02-26-page5.txt: [('-vas', 'vas'), ('-', ''), ('-foot', 'foot')]
SUW19080721-V02-26-page6.txt: [('contro-', 'contro')]
SUW19080721-V02-26-page7.txt: [('-', ''), ('-', '')]
SUW19080721-V02-26-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--TRAINING', '-TRAINING')]
SUW19080728-V02-27-page2.txt: [('-Surely', 'Surely'), ('-some', 'some'), ('-some', 'some'), ('-wrong-Louse', 'wrong-Louse'), ('--an-d-thereis', '-an-d-thereis'), ('-sisters', 'sisters')]
SUW19080728-V02-27-page3.txt: [('CAN-', 'CAN'), ('-', ''), ('I-', 'I'), ('-', '')]
SUW19080728-V02-27-page4.txt: [('WATCH-', 'WATCH'), ('Hou-', 'Hou'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of')]
SUW19080804-V02-28-page1.txt: [('PUB-', 'PUB'), ('-', '')]
SUW19080804-V02-28-page2.txt: [('-have', 'have'), ('Seventh-', 'Seventh')]
SUW19080804-V02-28-page3.txt: [('-', ''), ('TEN-', 'TEN')]
SUW19080804-V02-28-page4.txt: [('-Life-should', 'Life-should'), ('-', ''), ('-the', 'the'), ('atched-', 'atched'), ('precious--souls-----', 'precious--souls----'), ("God's-", "God's"), ('-and.', 'and.'), ('though-', 'though'), ('--', '-'), ('---', '--')]
SUW19080804-V02-28-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('CAMP-', 'CAMP')]
SUW19080804-V02-28-page7.txt: [('-', '')]
SUW19080804-V02-28-page8.txt: [('How-', 'How'), ('-', ''), ('---------', '--------'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19080811-V02-29-page1.txt: [('MISSIS-', 'MISSIS')]
SUW19080811-V02-29-page2.txt: [('--ftrly', '-ftrly'), ('tent-', 'tent'), ('-', '')]
SUW19080811-V02-29-page3.txt: [('im-', 'im'), ('-', ''), ('-', ''), ('-Conference', 'Conference')]
SUW19080811-V02-29-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--Pogue', '-Pogue'), ('trans-', 'trans'), ('-', ''), ('-', ''), ('-', '')]
SUW19080818-V02-30-page1.txt: [('char-', 'char'), ('Chris-', 'Chris')]
SUW19080818-V02-30-page2.txt: [('-S-c-Off', 'S-c-Off'), ('-ri"', 'ri"'), ('Ralfiii-', 'Ralfiii'), ('--and', '-and')]
SUW19080818-V02-30-page3.txt: [('-', ''), ('CAMP-', 'CAMP')]
SUW19080818-V02-30-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-iii-', 'iii-'), ('-', ''), ('fur-', 'fur')]
SUW19080825-V02-31-page2.txt: [('pur-', 'pur'), ('--chase', '-chase'), ('--and-we', '-and-we'), ('-trust', 'trust'), ('camp-', 'camp'), ('-meeting-fund.', 'meeting-fund.'), ('--our', '-our'), ('Marlow-', 'Marlow'), ('.--.--', '.--.-'), ('limb.-', 'limb.'), ('Otter-', 'Otter'), ('Expends-', 'Expends'), ('-', ''), ('-', ''), ('-', '')]
SUW19080825-V02-31-page3.txt: [('NAME-', 'NAME')]
SUW19080825-V02-31-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-andwatch', 'andwatch'), ('EDUCA-', 'EDUCA'), ('-', ''), ('-', ''), ('-', '')]
SUW19080901-V02-32-page1.txt: [('spir-', 'spir'), ('-be', 'be'), ('CAMP-', 'CAMP'), ('-', ''), ('Prof-', 'Prof'), ('manage-', 'manage'), ('-', '')]
SUW19080901-V02-32-page2.txt: [('-.the', '.the')]
SUW19080901-V02-32-page3.txt: [('-', '')]
SUW19080901-V02-32-page4.txt: [('-.', '.'), ('-GENTS-', 'GENTS-'), ('-.YEAR', '.YEAR'), ('-', ''), ('-', ''), ('-Miss', 'Miss'), ('TENNES-', 'TENNES'), ('-with', 'with'), ('-', ''), ('Tri-', 'Tri'), ('at-', 'at'), ('WATCH-', 'WATCH'), ('-', '')]
SUW19080908-V02-33-page1.txt: [('ex-E-', 'ex-E')]
SUW19080908-V02-33-page2.txt: [('-commonthing', 'commonthing'), ('-thisto', 'thisto'), ('-compelled', 'compelled'), ('-', '')]
SUW19080908-V02-33-page4.txt: [('-is', 'is'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('How-', 'How'), ('-', ''), ('-ard', 'ard'), ('-Tenn.', 'Tenn.'), ('-', ''), ('-', ''), ('-', ''), ('-"The', '"The')]
SUW19080915-V02-34-page1.txt: [('-', ''), ('-', '')]
SUW19080915-V02-34-page3.txt: [('camp--', 'camp-'), ('be-', 'be')]
SUW19080915-V02-34-page4.txt: [('READ-', 'READ'), ('-take', 'take'), ('-good', 'good'), ('-', ''), ('-.but', '.but')]
SUW19080915-V02-34-page5.txt: [('-', ''), ('-', '')]
SUW19080915-V02-34-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sur-', 'sur'), ('-', ''), ('-', ''), ('Tunes"-', 'Tunes"'), ('-', '')]
SUW19080915-V02-34-page7.txt: [('camp-meet-', 'camp-meet')]
SUW19080915-V02-34-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-Life', 'Life'), ('-', '')]
SUW19080922-V02-35-page1.txt: [('-', '')]
SUW19080922-V02-35-page2.txt: [('whohave-', 'whohave'), ('-be--with---tis.', 'be--with---tis.'), ('-', ''), ('-Prof.', 'Prof.'), ('--', '-'), ('-wifehave', 'wifehave'), ('-', ''), ('cir-', 'cir')]
SUW19080922-V02-35-page3.txt: [('MISSION-', 'MISSION')]
SUW19080922-V02-35-page4.txt: [('By-', 'By'), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('--Afict-On-the', '-Afict-On-the'), ('-', ''), ('-', '')]
SUW19080929-V02-36-page1.txt: [('PRO-', 'PRO'), ('-', ''), ('therefore-', 'therefore'), ('-', ''), ('-', ''), ('liqui-', 'liqui')]
SUW19080929-V02-36-page2.txt: [('-and', 'and'), ('-cannot', 'cannot'), ('further-', 'further'), ('--', '-'), ('gr-', 'gr'), ('-', ''), ('--and-wewant-to', '-and-wewant-to')]
SUW19080929-V02-36-page3.txt: [('-the', 'the'), ('o-', 'o')]
SUW19080929-V02-36-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-sentto', 'sentto'), ('school-with-', 'school-with'), ('-', ''), ('---be', '--be'), ('-theirpapers', 'theirpapers'), ('-', ''), ('re-', 're')]
SUW19081006-V02-37-page2.txt: [('-Then', 'Then'), ('-the-overwhelming', 'the-overwhelming'), ('ofthe-', 'ofthe'), ('-they', 'they'), ('-for', 'for'), ('-', ''), ('Awell-', 'Awell'), ('it-f-', 'it-f')]
SUW19081006-V02-37-page3.txt: [('-', '')]
SUW19081006-V02-37-page4.txt: [('-', ''), ('-work-through-at', 'work-through-at'), ('ft-Fake-', 'ft-Fake'), ('--Atlankz', '-Atlankz'), ('--', '-'), ('JEYs-', 'JEYs'), ('-little', 'little'), ('-', '')]
SUW19081006-V02-37-page5.txt: [('-', '')]
SUW19081006-V02-37-page6.txt: [('-at', 'at'), ('ofthe-', 'ofthe'), ('-', ''), ('-', ''), ('prepar-', 'prepar')]
SUW19081006-V02-37-page7.txt: [('peo-', 'peo'), ('-', ''), ('-', ''), ('-', '')]
SUW19081006-V02-37-page8.txt: [('How-', 'How'), ('-', ''), ('-ard-', 'ard-'), ('-', ''), ('-', ''), ('-', ''), ('greatsuc-', 'greatsuc'), ('-now', 'now')]
SUW19081013-V02-38-page1.txt: [('--', '-'), ('spe-', 'spe')]
SUW19081013-V02-38-page2.txt: [('iiitereSredlier--', 'iiitereSredlier-'), ('-sotiiid', 'sotiiid'), ('READ-', 'READ')]
SUW19081013-V02-38-page3.txt: [('-', ''), ('can-', 'can')]
SUW19081013-V02-38-page4.txt: [('--NaShWte', '-NaShWte'), ('--SUBSCRIPTIO.N', '-SUBSCRIPTIO.N'), ('-', ''), ('-GEN-TS-', 'GEN-TS-'), ('free-', 'free'), ('-dont', 'dont'), ('-fought', 'fought'), ('-out---in', 'out---in'), ('--joys', '-joys'), ('-', '')]
SUW19081020-V02-39-page2.txt: [('-as', 'as')]
SUW19081020-V02-39-page3.txt: [('-rest', 'rest'), ('-', ''), ('-', '')]
SUW19081020-V02-39-page4.txt: [('-We', 'We'), ('re-', 're'), ('message.-', 'message.'), ('---It', '--It'), ('to-', 'to'), ('-', '')]
SUW19081027-V02-40-page2.txt: [('ma-', 'ma'), ('-glad-to', 'glad-to'), ('They.-', 'They.'), ('-shethrew', 'shethrew'), ('-', ''), ('---do', '--do'), ('-we.', 'we.'), ('-', ''), ('--', '-'), ('put-in--', 'put-in-'), ('-Any', 'Any'), ('help--', 'help-'), ('-in', 'in')]
SUW19081027-V02-40-page3.txt: [('glo-', 'glo')]
SUW19081027-V02-40-page4.txt: [('-way', 'way'), ('-', ''), ('-College', 'College'), ('I-', 'I'), ('-', ''), ('Springville-', 'Springville'), ('Grove-', 'Grove'), ('Tenn.-', 'Tenn.'), ('I-', 'I'), ('-', ''), ('--S.', '-S.'), ('Paducah-', 'Paducah'), ('Madison-', 'Madison'), ('Madison-', 'Madison'), ('work-', 'work'), ('neigh-', 'neigh')]
SUW19081103-V02-41-page1.txt: [('-', ''), ('en-', 'en')]
SUW19081103-V02-41-page2.txt: [('-and-Health', 'and-Health'), ('-contain-a---message', 'contain-a---message'), ('-', ''), ('-all', 'all'), ("r'-", "r'")]
SUW19081103-V02-41-page3.txt: [('your-', 'your'), ('-', ''), ('-N', 'N')]
SUW19081103-V02-41-page4.txt: [('-...-.', '...-.'), ('-B.', 'B.'), ('-Fla', 'Fla'), ('-', ''), ('post-', 'post'), ('-', '')]
SUW19081110-V02-42-page1.txt: [('fol-', 'fol')]
SUW19081110-V02-42-page2.txt: [('-foundthebrethren', 'foundthebrethren'), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('Sis-', 'Sis')]
SUW19081110-V02-42-page3.txt: [('partici-', 'partici'), ('meet-', 'meet'), ('vv-', 'vv')]
SUW19081110-V02-42-page4.txt: [('-been', 'been'), ('-', ''), ('-', ''), ('-P-UBLISHED', 'P-UBLISHED'), ('MIS-', 'MIS'), ('PROG-', 'PROG')]
SUW19081117-V02-43-page1.txt: [('-', '')]
SUW19081117-V02-43-page2.txt: [('CAN-', 'CAN'), ('-first', 'first'), ("o'dotk-arrright-", "o'dotk-arrright"), ('preju-', 'preju'), ('-', ''), ('--', '-'), ('-Ipiomised', 'Ipiomised'), ('-', '')]
SUW19081117-V02-43-page3.txt: [('-', '')]
SUW19081117-V02-43-page4.txt: [('in-', 'in'), ('-stituTes', 'stituTes'), ('--cents', '-cents'), ('--', '-'), ('--per', '-per'), ('-', ''), ('brethrenprayed-', 'brethrenprayed'), ('-', '')]
SUW19081117-V02-43-page5.txt: [('-A.', 'A.'), ('CONVEN-', 'CONVEN'), ('-', ''), ('-account', 'account')]
SUW19081117-V02-43-page6.txt: [('-', ''), ('Con-', 'Con'), ('re-', 're'), ('pre-', 'pre')]
SUW19081117-V02-43-page7.txt: [('-', '')]
SUW19081117-V02-43-page8.txt: [('-We', 'We'), ('-h-ave', 'h-ave'), ('WATCH-', 'WATCH'), ('will--', 'will-'), ('WATCH-', 'WATCH'), ('RE-', 'RE'), ('-', ''), ('WATCH-', 'WATCH'), ('WATCH-', 'WATCH'), ('.CENTS---A-', '.CENTS---A'), ('-YEAR', 'YEAR'), ('---', '--'), ('-', ''), ('PROG-', 'PROG'), ('PROG-', 'PROG')]
SUW19081124-V02-44-page1.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19081124-V02-44-page2.txt: [('-', ''), ('adopted-i-', 'adopted-i'), ('-', ''), ('-c-', 'c-'), ('-Of', 'Of'), ('sold-', 'sold')]
SUW19081124-V02-44-page3.txt: [('-', ''), ('-Ben', 'Ben'), ('----', '---')]
SUW19081124-V02-44-page4.txt: [('Allcoming-', 'Allcoming'), ('-the-in', 'the-in'), ('-', ''), ('SCHOLAR-', 'SCHOLAR'), ('jour-', 'jour'), ('How-', 'How'), ('-', ''), ('Mc-', 'Mc')]
SUW19081201-V02-45-page1.txt: [('RE-', 'RE')]
SUW19081201-V02-45-page2.txt: [('-we', 'we'), ('--give', '-give'), ('-at', 'at'), ('-ibis', 'ibis')]
SUW19081201-V02-45-page3.txt: [('-if', 'if'), ('-work', 'work'), ('-take', 'take'), ('Mrs-', 'Mrs')]
SUW19081201-V02-45-page4.txt: [('have--been-run---', 'have--been-run--'), ('-"-It', '"-It'), ('-', ''), ('How-', 'How'), ('THANKS-', 'THANKS'), ('-thethousands', 'thethousands'), ('DAN-', 'DAN')]
SUW19081208-V02-46-page1.txt: [('Hills-', 'Hills'), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('-Ransdell.', 'Ransdell.'), ('--', '-'), ('-', ''), ('-', ''), ('-', '')]
SUW19081208-V02-46-page2.txt: [('Berriallthr-', 'Berriallthr'), ('-Humplri-eys', 'Humplri-eys'), ('-Gay', 'Gay'), ('---Grenadk-', '--Grenadk-'), ('Mc-', 'Mc'), ('-', ''), ('-London', 'London'), ('-Roane', 'Roane'), ('This-', 'This'), ('--', '-'), ('re-', 're')]
SUW19081208-V02-46-page3.txt: [("plaCes'ourcan-", "plaCes'ourcan"), ('MOUN-', 'MOUN'), ('-', ''), ('-', ''), ('--which', '-which'), ('-', ''), ('tent-', 'tent'), ('-', '')]
SUW19081208-V02-46-page4.txt: [('-', ''), ('-Basney', 'Basney'), ('INGATH-', 'INGATH'), ('homes-muchpleased-edifiedby-', 'homes-muchpleased-edifiedby'), ('the--', 'the-')]
SUW19081208-V02-46-page5.txt: [('-felt', 'felt'), ('-', ''), ('othervery-', 'othervery'), ('may-', 'may'), ('STUDY.-', 'STUDY.')]
SUW19081208-V02-46-page6.txt: [("-fa'", "fa'"), ('his-', 'his'), ('-book.', 'book.'), ('-savor', 'savor'), ('.-', '.'), ("God'S-", "God'S"), ('-means', 'means'), ('-rot', 'rot'), ('-his', 'his'), ('-', ''), ('--', '-')]
SUW19081208-V02-46-page7.txt: [('-Griffiths', 'Griffiths'), ('-has', 'has'), ('-', ''), ('-Lull', 'Lull')]
SUW19081208-V02-46-page8.txt: [('How-', 'How'), ('-', ''), ('-', ''), ('-the', 'the'), ('---Southern-', '--Southern-'), ('-Association', 'Association'), ('-', ''), ('----C\'"onTei-ence', '---C\'"onTei-ence'), ('--Nastmilte', '-Nastmilte'), ('TOM-', 'TOM')]
SUW19081215-V02-47-page2.txt: [('CON-', 'CON'), ('-----', '----'), ('-', ''), ('-', ''), ('--', '-'), ('-.', '.'), ('-I', 'I'), ('As-', 'As'), ('treat-', 'treat')]
SUW19081215-V02-47-page3.txt: [('-row', 'row'), ('-and', 'and'), ('-cx', 'cx')]
SUW19081215-V02-47-page4.txt: [('-', ''), ('-all', 'all'), ('writeme-', 'writeme'), ('INSTI-', 'INSTI'), ('save-from.-', 'save-from.'), ('-..cents-to', '..cents-to'), ('-', ''), ('-SlAt--', 'SlAt--'), ('Mc--', 'Mc-')]
SUW19081222-V02-48-page1.txt: [('-', ''), ('-', ''), ('---', '--'), ('-.', '.'), ("'-", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pur-', 'pur'), ('-', '')]
SUW19081222-V02-48-page2.txt: [('-reported', 'reported'), ('en-', 'en'), ('-', ''), ('Sabbath-', 'Sabbath')]
SUW19081222-V02-48-page3.txt: [('-', ''), ('Shaffer....------', 'Shaffer....-----'), ('-', ''), ('-', ''), ('.------', '.-----'), ('Sutton-----', 'Sutton----')]
SUW19081222-V02-48-page4.txt: [('----------------PUBLISHED', '---------------PUBLISHED'), ('EEKLY----------------', 'EEKLY---------------'), ('Seventh-', 'Seventh'), ('-', ''), ('ChwimmTYrPrMHlHHTepar-tment-.---', 'ChwimmTYrPrMHlHHTepar-tment-.--'), ('-If', 'If'), ('-----', '----'), ('-', '')]
SUW19081229-V02-49-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-always', 'always')]
SUW19081229-V02-49-page2.txt: [('---------', '--------'), ('---------------', '--------------'), ('-', ''), ('-', '')]
SUW19081229-V02-49-page3.txt: [('-', ''), ('mjs.-', 'mjs.'), ('-arid', 'arid'), ('-------CK', '------CK'), ("to'-", "to'"), ('-', '')]
SUW19081229-V02-49-page4.txt: [('-them', 'them'), ('-', ''), ('fol-', 'fol'), ('-', ''), ('-', ''), ('-', '')]
SUW19090105-V03-01-page1.txt: [('-age.', 'age.'), ('-all', 'all'), ('-himself', 'himself'), ('per-', 'per')]
SUW19090105-V03-01-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('rug-', 'rug'), ('-cr', 'cr'), ('members.-', 'members.'), ('and-', 'and'), ('-was', 'was')]
SUW19090105-V03-01-page3.txt: [('-', '')]
SUW19090105-V03-01-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('year-ls-', 'year-ls'), ('-Feb', 'Feb'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-was', 'was'), ('-', ''), ('-', ''), ('-', '')]
SUW19090112-V03-02-page1.txt: [('-', ''), ('-', ''), ('Seventh-', 'Seventh'), ('pos--', 'pos-')]
SUW19090112-V03-02-page2.txt: [('Winston-', 'Winston'), ('-', ''), ('-', '')]
SUW19090112-V03-02-page3.txt: [('-Test.', 'Test.'), ('Seventh-', 'Seventh'), ('-', ''), ('-----', '----'), ('-', '')]
SUW19090112-V03-02-page4.txt: [('-tafisat', 'tafisat'), ('sufP-', 'sufP'), ('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in')]
SUW19090119-V03-03-page2.txt: [('-.reading', '.reading'), ('-by', 'by'), ('-now', 'now'), ('---------', '--------'), ('-', ''), ('-again.', 'again.'), ('glorify-', 'glorify'), ('aim-', 'aim')]
SUW19090119-V03-03-page3.txt: [('-', ''), ('Decem-', 'Decem'), ('-', ''), ('R-', 'R'), ('broth-', 'broth'), ('-', '')]
SUW19090119-V03-03-page4.txt: [('-', ''), ('litera-', 'litera'), ('--be', '-be'), ('-small', 'small'), ('-', ''), ('-', ''), ('-', ''), ('-wife', 'wife')]
SUW19090126-V03-04-page1.txt: [('-Ea', 'Ea'), ('-', ''), ('F.-', 'F.')]
SUW19090126-V03-04-page2.txt: [('E-', 'E')]
SUW19090126-V03-04-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19090126-V03-04-page4.txt: [('-', ''), ('------', '-----'), ('-', ''), ('-', ''), ('-We', 'We'), ('-memory', 'memory'), ('-', ''), ('-like', 'like'), ('n-', 'n')]
SUW19090202-V03-05-page1.txt: [('-', '')]
SUW19090202-V03-05-page2.txt: [('sur-', 'sur'), ('-', ''), ('prop-', 'prop'), ('-', ''), ('-', '')]
SUW19090202-V03-05-page4.txt: [('-', ''), ('How-', 'How'), ('and-eaeb-metrr-', 'and-eaeb-metrr'), ('----------', '---------'), ('-should', 'should'), ("s'-", "s'"), ('-', ''), ('-', ''), ('-Buffalo-', 'Buffalo-'), ('-', ''), ('-are', 'are')]
SUW19090209-V03-06-page1.txt: [('-', ''), ('-not', 'not'), ('-Within', 'Within')]
SUW19090209-V03-06-page2.txt: [('-', ''), ('-local', 'local'), ('Free-Will-', 'Free-Will'), ('-who', 'who'), ('-rice', 'rice'), ('--eatables', '-eatables'), ('-m', 'm'), ('-a', 'a'), ('Bibier-', 'Bibier'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('II-', 'II'), ('-', ''), ('-', ''), ('-J', 'J'), ('-', ''), ('-', '')]
SUW19090209-V03-06-page3.txt: [('-sacrifice', 'sacrifice'), ("would'-", "would'"), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19090209-V03-06-page4.txt: [('Adimtistsr-', 'Adimtistsr'), ('NerthandHow-------', 'NerthandHow------'), ('v.--', 'v.-'), ('-', ''), ('-', ''), ('-In', 'In'), ('-is', 'is'), ('-the', 'the'), ('-', '')]
SUW19090216-V03-07-page1.txt: [('-me.', 'me.'), ('-', ''), ('every-', 'every')]
SUW19090216-V03-07-page2.txt: [('--', '-'), ('-', ''), ('.he-', '.he'), ('-to', 'to'), ('Bagley-', 'Bagley'), ('-and', 'and'), ('.-', '.'), ('books-', 'books'), ('-.', '.'), ('-Ri', 'Ri'), ("-'", "'"), ('-Nearly', 'Nearly'), ('-fifteen', 'fifteen'), ('-', ''), ('S-', 'S'), ('-.', '.'), ('-', ''), ('Louisiana-', 'Louisiana'), ('.-', '.'), ('-because', 'because'), ('-', ''), ('-', '')]
SUW19090216-V03-07-page3.txt: [('-nights.', 'nights.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ageand-', 'ageand'), ('-pursuedher', 'pursuedher'), ('-', ''), ('-', '')]
SUW19090216-V03-07-page4.txt: [('How-', 'How'), ('---------ard', '--------ard'), ('-', ''), ('-', '')]
SUW19090223-V03-08-page1.txt: [('-A', 'A'), ('-through', 'through'), ('-in', 'in'), ('-', ''), ('own-', 'own'), ('-', ''), ('-and', 'and'), ('-A', 'A')]
SUW19090223-V03-08-page2.txt: [('-', ''), ('-per', 'per'), ('-', ''), ('Mc-', 'Mc')]
SUW19090223-V03-08-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ac', 'ac')]
SUW19090223-V03-08-page4.txt: [('eventli-', 'eventli'), ('How-', 'How'), ('-', ''), ('-', ''), ('-Ietm.', 'Ietm.'), ('-----', '----'), ('-.-', '.-'), ('-', ''), ('-', ''), ('-E', 'E'), ('-', ''), ('-', '')]
SUW19090302-V03-09-page1.txt: [('-', ''), ('-for', 'for'), ('with-hisobedient-', 'with-hisobedient'), ('mony.-', 'mony.'), ('-of', 'of'), ('-up', 'up'), ('-how', 'how'), ('-heaven', 'heaven')]
SUW19090302-V03-09-page2.txt: [('-', ''), ('-in', 'in'), ('be--', 'be-'), ('-', ''), ('s-', 's'), ('-', ''), ('Maxwell-', 'Maxwell'), ('-', '')]
SUW19090302-V03-09-page3.txt: [('-the-', 'the-'), ('R-', 'R'), ('-', ''), ('Brother-', 'Brother'), ('-', ''), ('-the', 'the'), ('Balsbaugh.-----', 'Balsbaugh.----'), ('.-', '.')]
SUW19090302-V03-09-page4.txt: [('---L-.PUBLISHED', '--L-.PUBLISHED'), ('-', ''), ('-', ''), ('-and-ai-l-Averenailcd', 'and-ai-l-Averenailcd'), ('-', ''), ('-have', 'have'), ('-', ''), ('-Kitchen', 'Kitchen'), ('-three', 'three'), ('-', ''), ('-', ''), ('Court-', 'Court'), ('-conditions', 'conditions')]
SUW19090309-V03-10-page1.txt: [('afeseryed-', 'afeseryed'), ('-and', 'and'), ('-', '')]
SUW19090309-V03-10-page2.txt: [('sol-', 'sol'), ('-', ''), ('-Remember', 'Remember')]
SUW19090309-V03-10-page3.txt: [('-preparation', 'preparation'), ('-', ''), ('-----D', '----D'), ('-', '')]
SUW19090309-V03-10-page4.txt: [('t--be-', 't--be'), ('-peeuleare', 'peeuleare'), ('-Nashville', 'Nashville'), ('-', ''), ('-', '')]
SUW19090316-V03-11-page1.txt: [('-sinner', 'sinner'), ('-', ''), ('-and', 'and')]
SUW19090316-V03-11-page2.txt: [('--------------------', '-------------------'), ('-', ''), ("H-AVE-J-tJst-madc-a'-twcFuteys'-", "H-AVE-J-tJst-madc-a'-twcFuteys'"), ('-', ''), ('weeks.-', 'weeks.'), ('-', ''), ('--', '-'), ('-agent', 'agent')]
SUW19090316-V03-11-page3.txt: [('-M', 'M'), ('-D.', 'D.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19090316-V03-11-page4.txt: [('-tract', 'tract'), ('Parkj-', 'Parkj'), ('L-', 'L'), ('--------', '-------'), ('-help', 'help'), ('oeo-', 'oeo'), ('-and', 'and'), ('invitation-', 'invitation'), ('------', '-----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19090323-V03-12-page1.txt: [('God.-', 'God.'), ('-', ''), ('-be', 'be')]
SUW19090323-V03-12-page2.txt: [('ar.tmw..-of-kea-ven.-', 'ar.tmw..-of-kea-ven.'), ('-work-that', 'work-that'), ('-Many', 'Many'), ('-are', 'are'), ('-', '')]
SUW19090323-V03-12-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19090323-V03-12-page4.txt: [('How-', 'How'), ('-------', '------'), ('-', ''), ('-Unpublished', 'Unpublished'), ('-Note', 'Note'), ('--healthr-and', '-healthr-and'), ('-Review', 'Review')]
SUW19090330-V03-13-page1.txt: [('-IIs', 'IIs'), ('-', ''), ('-.', '.')]
SUW19090330-V03-13-page2.txt: [('-', ''), ('---------------------------', '--------------------------'), ('------------------', '-----------------'), ('-', ''), ('Bethlehem-', 'Bethlehem'), ("-yc'afs", "yc'afs"), ('-feel', 'feel'), ('E-', 'E')]
SUW19090330-V03-13-page3.txt: [('-', ''), ('-', '')]
SUW19090330-V03-13-page4.txt: [('Seventh-', 'Seventh'), ('How-------', 'How------'), ('---------------------------------Prices---------------------------------', '--------------------------------Prices---------------------------------'), ('twenty-', 'twenty')]
SUW19090406-V03-14-page1.txt: [("'-", "'"), ("-'Without", "'Without"), ('-', '')]
SUW19090406-V03-14-page2.txt: [('-', ''), ('-the', 'the'), ('the-', 'the')]
SUW19090406-V03-14-page3.txt: [('under-', 'under'), ('-', ''), ('-ever', 'ever'), ('universe.-', 'universe.'), ('-', '')]
SUW19090406-V03-14-page4.txt: [('-and', 'and')]
SUW19090413-V03-15-page1.txt: [('Voi-', 'Voi'), ('-is', 'is'), ('-taught', 'taught')]
SUW19090413-V03-15-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-weep', 'weep'), ('-page', 'page'), ('-', '')]
SUW19090413-V03-15-page3.txt: [('-thought', 'thought'), ('ev-', 'ev'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('house-', 'house'), ('-', '')]
SUW19090413-V03-15-page4.txt: [('Mc-', 'Mc'), ('-', '')]
SUW19090420-V03-16-page1.txt: [('-', ''), ('-to', 'to'), ("-wrong'-habit", "wrong'-habit"), ('-that--fes', 'that--fes'), ('self-', 'self'), ('-', ''), ('-deplore', 'deplore'), ('THERE-', 'THERE')]
SUW19090420-V03-16-page2.txt: [('-pointed-out', 'pointed-out'), ('-', ''), ('-a', 'a'), ('-brook--andthe---him-', 'brook--andthe---him-'), ('-', ''), ('him-', 'him'), ('-but', 'but'), ('-', ''), ('Med-', 'Med')]
SUW19090420-V03-16-page3.txt: [('-', ''), ("-'", "'"), ('-', ''), ('Si.-', 'Si.')]
SUW19090420-V03-16-page4.txt: [('Seventh-', 'Seventh'), ('ia-', 'ia'), ('-', ''), ('-high', 'high'), ('-M.', 'M.'), ('faith.-', 'faith.'), ('and-How------', 'and-How-----'), ('-', ''), ('mistakes.-', 'mistakes.')]
SUW19090427-V03-17-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('When-', 'When'), ('children-', 'children'), ('-weet-', 'weet-')]
SUW19090427-V03-17-page2.txt: [('-haying', 'haying'), ('wax-------', 'wax------'), ('-What', 'What'), ('-the', 'the'), ('-They-are', 'They-are'), ('-', ''), ('-came', 'came')]
SUW19090427-V03-17-page3.txt: [('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('-BFL', 'BFL')]
SUW19090427-V03-17-page4.txt: [('-Rible-headingsheld', 'Rible-headingsheld'), ('-------', '------'), ('ll-', 'll'), ('-', ''), ('-I', 'I'), ('-', ''), ('----------', '---------')]
SUW19090504-V03-18-page1.txt: [('-', ''), ('-', '')]
SUW19090504-V03-18-page2.txt: [('-in', 'in'), ('-anfRcalied', 'anfRcalied'), ('-woman', 'woman'), ('-it', 'it')]
SUW19090504-V03-18-page3.txt: [('his-', 'his'), ('----', '---'), ("t-'-", "t-'")]
SUW19090504-V03-18-page4.txt: [('Seventh-', 'Seventh'), ('-work', 'work'), ('-', ''), ('-', '')]
SUW19090511-V03-19-page1.txt: [('---------', '--------'), ('-', ''), ('kind-', 'kind')]
SUW19090511-V03-19-page2.txt: [('day-', 'day'), ('-', ''), ('-', ''), ('-the', 'the')]
SUW19090511-V03-19-page3.txt: [('for-', 'for'), ('-that', 'that'), ('----', '---'), ('-Individual', 'Individual'), ('-', ''), ('-', ''), ('-negotiation', 'negotiation'), ('-op', 'op'), ('----', '---')]
SUW19090511-V03-19-page4.txt: [('-TiKisn-Er-P-AVEY', 'TiKisn-Er-P-AVEY'), ('-', ''), ('.......-', '.......'), ('-the', 'the'), ('-the', 'the'), ('--but', '-but'), ('-becattse--of', 'becattse--of'), ('"giving-', '"giving'), ('Fund-', 'Fund'), ('-isauthoritative', 'isauthoritative'), ('-the', 'the')]
SUW19090518-V03-20-page1.txt: [('-.', '.'), ('his-', 'his'), ('-', ''), ('White.-', 'White.'), ('-', ''), ('d-', 'd')]
SUW19090518-V03-20-page2.txt: [('-', '')]
SUW19090518-V03-20-page3.txt: [('some-', 'some'), ('Ringgold------', 'Ringgold-----'), ('-', ''), ('-Wm', 'Wm')]
SUW19090518-V03-20-page4.txt: [('ele-', 'ele'), ('--and--Teels--verr', '-and--Teels--verr'), ('-a--faard-day', 'a--faard-day'), ('.---', '.--'), ('-', '')]
SUW19090525-V03-21-page2.txt: [('acconnt-', 'acconnt'), ('training-', 'training'), ('-to', 'to'), ('-', ''), ('-', '')]
SUW19090525-V03-21-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19090525-V03-21-page4.txt: [('-sending-in-hisre', 'sending-in-hisre'), ('-', '')]
SUW19090601-V03-22-page1.txt: [('NN-', 'NN'), ('-Manager.', 'Manager.')]
SUW19090601-V03-22-page2.txt: [('-----------', '----------'), ('-importance', 'importance'), ('-terrtsr-', 'terrtsr-'), ('------', '-----'), ('---', '--'), ('s-', 's'), ('-prayeT', 'prayeT'), ('students.-', 'students.')]
SUW19090601-V03-22-page3.txt: [('-BFL', 'BFL'), ('-', ''), ('-was', 'was'), ('-BFL', 'BFL'), ('-', ''), ('-to', 'to'), ('re-', 're')]
SUW19090601-V03-22-page4.txt: [('-Association', 'Association'), ('m-wm-', 'm-wm'), ('mve--a-greatdwantage--wherever-', 'mve--a-greatdwantage--wherever'), ('anothercopy-', 'anothercopy'), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-These', 'These'), ('-treasure', 'treasure'), ('-to', 'to'), ('-Jt', 'Jt')]
SUW19090608-V03-23-page1.txt: [('-', '')]
SUW19090608-V03-23-page2.txt: [('-', ''), ('-jj', 'jj'), ('-eottrage', 'eottrage'), ('-flsr', 'flsr')]
SUW19090608-V03-23-page3.txt: [('-meet', 'meet'), ('Noyes----', 'Noyes---'), ('-Jt', 'Jt'), ('----', '---'), ('Mead-', 'Mead'), ('-', ''), ('Morgan----', 'Morgan---'), ('-', '')]
SUW19090608-V03-23-page4.txt: [('-', ''), ('-', ''), ('CENTS-', 'CENTS'), ('in-', 'in'), ('-ail', 'ail'), ('-', ''), ('eyes-', 'eyes'), ('-of', 'of'), ('dis--', 'dis-'), ('-', '')]
SUW19090615-V03-24-page1.txt: [('noth-', 'noth'), ('-', '')]
SUW19090615-V03-24-page2.txt: [('-t-his-t-oNvrt', 't-his-t-oNvrt'), ('-andshall-catwass', 'andshall-catwass'), ('-families', 'families'), ('-given', 'given'), ('PENSA-', 'PENSA'), ('-we', 'we'), ('--theadverse', '-theadverse')]
SUW19090615-V03-24-page3.txt: [("-'", "'")]
SUW19090615-V03-24-page4.txt: [('ler-Tennr-', 'ler-Tennr'), ('-SUBSCRIPTION', 'SUBSCRIPTION'), ('-', ''), ('-tion', 'tion'), ('--Nashuille.', '-Nashuille.')]
SUW19090622-V03-25-page1.txt: [('-to', 'to'), ('dis-', 'dis'), ('bur--', 'bur-')]
SUW19090622-V03-25-page2.txt: [('--fOr-urttit---aberat', '-fOr-urttit---aberat'), ('--MetrLh', '-MetrLh'), ('--rrrwherr', '-rrrwherr'), ('-set-in', 'set-in'), ('-about', 'about'), ('Adventistmin-', 'Adventistmin'), ('-and', 'and'), ('-coming', 'coming'), ('be-held--in.-c-onnectiea--with--the--eamp--', 'be-held--in.-c-onnectiea--with--the--eamp-'), ('-', ''), ('-', ''), ('-r-his', 'r-his'), ('-of', 'of'), ('-A', 'A')]
SUW19090622-V03-25-page3.txt: [('pages-', 'pages'), ('Tem.-', 'Tem.'), ('-', ''), ('-to', 'to'), ('-', ''), ('-RIVER', 'RIVER'), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of')]
SUW19090622-V03-25-page4.txt: [('CON-', 'CON'), ('-Waibru', 'Waibru'), ('-', ''), ('-', ''), ('V--', 'V-'), ('A-', 'A'), ('-YEAR', 'YEAR'), ('-', ''), ('-', ''), ('-', ''), ('de--', 'de-'), ('-', ''), ('-pound', 'pound'), ('-pound', 'pound'), ('-pound', 'pound'), ('-', '')]
SUW19090629-V03-26-page1.txt: [('SOUTH-', 'SOUTH'), ('-', '')]
SUW19090629-V03-26-page2.txt: [('Ne-', 'Ne'), ('-gra-Department-Committee', 'gra-Department-Committee'), ('--Ikaysnyer', '-Ikaysnyer'), ('-hetraif-of-the-trhitill', 'hetraif-of-the-trhitill'), ('--d-', '-d-'), ('.-', '.'), ('-Mary-Mandy', 'Mary-Mandy'), ('-to-', 'to-'), ('West--', 'West-'), ('-', ''), ('CAN-', 'CAN'), ('-the', 'the')]
SUW19090629-V03-26-page4.txt: [('the--', 'the-'), ('-see', 'see'), ('-pound', 'pound'), ('-pound', 'pound')]
SUW19090706-V03-27-page2.txt: [('-limited', 'limited'), ('-', ''), ('and-glorifiesthe-Sa.-', 'and-glorifiesthe-Sa.'), ('-me', 'me'), ('-felling', 'felling'), ('--', '-')]
SUW19090706-V03-27-page3.txt: [('-', ''), ('-the', 'the')]
SUW19090706-V03-27-page4.txt: [('trick-', 'trick'), ('-', ''), ('."-', '."'), ('who...have...-', 'who...have...'), ('Manitoba-', 'Manitoba'), ('-of', 'of'), ('-', ''), ('-', ''), ('-', '')]
SUW19090713-V03-28-page1.txt: [('un-', 'un'), ('-', ''), ('-', '')]
SUW19090713-V03-28-page2.txt: [('-', ''), ('CAMP-', 'CAMP'), ('-', ''), ('-one', 'one'), ('Spe-', 'Spe'), ('--cial', '-cial'), ('-', ''), ('-e', 'e'), ('-advantage.', 'advantage.')]
SUW19090713-V03-28-page3.txt: [('cer-', 'cer'), ('Con-', 'Con'), ('-', '')]
SUW19090713-V03-28-page4.txt: [('How-', 'How'), ('SCRIRTION-', 'SCRIRTION'), ('-', ''), ('-Chinese', 'Chinese'), ('night-he-gave--', 'night-he-gave-'), ('-', ''), ('-friends--', 'friends--'), ('-', ''), ('-', ''), ('-', ''), ('SO-', 'SO'), ('NASH-', 'NASH'), ('White-CraCker.S..-', 'White-CraCker.S..'), ('-Whole', 'Whole'), ('-Wheat-Wafers', 'Wheat-Wafers'), ('-pound', 'pound'), ('-pound', 'pound'), ('-', '')]
SUW19090720-V03-29-page1.txt: [('it--', 'it-')]
SUW19090720-V03-29-page2.txt: [('elder-', 'elder'), ('-annalT', 'annalT'), ('-honor', 'honor'), ('in-', 'in'), ('PROG-', 'PROG'), ('-', '')]
SUW19090720-V03-29-page3.txt: [('-', '')]
SUW19090720-V03-29-page4.txt: [('Alaska-Yukon-', 'Alaska-Yukon'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-foot', 'foot')]
SUW19090727-V03-30-page1.txt: [('-', ''), ('-.the', '.the'), ('-', ''), ('-elbthini', 'elbthini'), ('well.-', 'well.'), ('-religiously', 'religiously'), ('-', ''), ('hymn-', 'hymn'), ('-people', 'people'), ('sor-', 'sor'), ('con-', 'con'), ('-', ''), ('-at', 'at'), ('-prophecy', 'prophecy'), ('feel.that-', 'feel.that'), ('-be', 'be'), ('corCon-', 'corCon')]
SUW19090727-V03-30-page2.txt: [('-', ''), ('corn-', 'corn'), ('-', ''), ('-', ''), ('-', ''), ('-pitchedin', 'pitchedin'), ('-a.', 'a.'), ('-of-the', 'of-the'), ('-e', 'e'), ('-people."', 'people."'), ('-', ''), ('-', ''), ('-.Sunday', '.Sunday'), ('-were', 'were'), ('littlelater-', 'littlelater'), ('oc-', 'oc'), ('-their', 'their'), ('-', ''), ('-of', 'of')]
SUW19090727-V03-30-page3.txt: [('-up', 'up'), ('-Work', 'Work'), ('-Wit', 'Wit'), ('nvasser-', 'nvasser'), ('-in', 'in'), ('-true', 'true'), ('F.-', 'F.'), ('SOUTH-', 'SOUTH'), ('-.', '.'), ('-', ''), ('-', ''), ('Roberts-', 'Roberts'), ('--oo', '-oo')]
SUW19090727-V03-30-page4.txt: [('-OF', 'OF'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-pound', 'pound'), ('-pound', 'pound'), ('fitilloivritig-grelioallard-', 'fitilloivritig-grelioallard'), ('-Oar', 'Oar'), ('--', '-'), ('-Africa', 'Africa'), ('Alaska-Yukon-', 'Alaska-Yukon'), ('-with', 'with'), ('-the.', 'the.'), ('-of', 'of'), ('-pound', 'pound'), ('-', ''), ('Church.-', 'Church.'), ('-impressed', 'impressed'), ('-', ''), ('-', ''), ('-turned', 'turned'), ('-the', 'the'), ('Mem-', 'Mem'), ('-by', 'by'), ('-', ''), ("We'ai-", "We'ai"), ('-', ''), ('-', '')]
SUW19090803-V03-31-page1.txt: [('-', ''), ('con-', 'con')]
SUW19090803-V03-31-page2.txt: [('-close-tap-', 'close-tap-'), ('-the-', 'the-'), ('-', ''), ('-Malay', 'Malay'), ('Committee-', 'Committee'), ('-that-thewi', 'that-thewi'), ('-eallecf-a', 'eallecf-a'), ('-him', 'him'), ('-Co', 'Co'), ('-Army', 'Army')]
SUW19090803-V03-31-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in')]
SUW19090803-V03-31-page4.txt: [('-W', 'W'), ('-', ''), ('s-the--', 's-the-'), ('iorcenturies-', 'iorcenturies'), ('-', ''), ('Ele-', 'Ele'), ('--book', '-book'), ('----I--hav', '---I--hav'), ('reci-', 'reci'), ('-', '')]
SUW19090803-V03-31-page5.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('Loftin--', 'Loftin-'), ('-BR', 'BR')]
SUW19090803-V03-31-page6.txt: [('Seventh-', 'Seventh'), ('-', ''), ('-', ''), ('How-', 'How'), ('-Crackers.', 'Crackers.'), ('-', ''), ('-Whife-', 'Whife-'), ('-pound', 'pound'), ('-pound', 'pound'), ('-', ''), ('-', ''), ('In-', 'In'), ('post-', 'post'), ('Dyers-', 'Dyers'), ('-', ''), ('en-', 'en'), ('-pound', 'pound'), ('bet-', 'bet')]
SUW19090810-V03-32-page2.txt: [('orith---', 'orith--'), ('---Tht', '--Tht'), ("--pe'opte", "-pe'opte"), ('RE-', 'RE'), ('-fall', 'fall')]
SUW19090810-V03-32-page3.txt: [('-', ''), ('-', ''), ('Smith-', 'Smith'), ('-', '')]
SUW19090810-V03-32-page4.txt: [('A-', 'A'), ('excellentarticle.-', 'excellentarticle.'), ('-with', 'with'), ('your-', 'your'), ('-pound', 'pound'), ('-', ''), ('-', ''), ('-', ''), ('-prOdnetidfiprice', 'prOdnetidfiprice'), ('-iriOre', 'iriOre'), ('be-', 'be')]
SUW19090817-V03-33-page1.txt: [('-', ''), ('be-', 'be')]
SUW19090817-V03-33-page2.txt: [('.year-', '.year'), ('-.Rainy', '.Rainy'), ('-in-view-of', 'in-view-of'), ('the-', 'the'), ('-spiritual-', 'spiritual-'), ('---', '--'), ('carrip-meeting-', 'carrip-meeting'), ('-', ''), ('as-', 'as'), ('-it', 'it'), ('-prevailed', 'prevailed'), ('fourth-', 'fourth')]
SUW19090817-V03-33-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('therefore-', 'therefore'), ('-', ''), ('-', ''), ('therefore-', 'therefore'), ('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ('Mem-', 'Mem'), ('con-', 'con'), ('Ex-', 'Ex')]
SUW19090817-V03-33-page4.txt: [('th-', 'th'), ('-North-and-Hoteard', 'North-and-Hoteard'), ('-', ''), ('-A.', 'A.'), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('eeda-r--', 'eeda-r-'), ('-rove-', 'rove-'), ('Pa-ducal-', 'Pa-ducal'), ('-Signs', 'Signs'), ('-', '')]
SUW19090831-V03-34-page2.txt: [('-', ''), ('-along', 'along'), ('--There', '-There'), ('the-', 'the'), ('lit-', 'lit')]
SUW19090831-V03-34-page3.txt: [('-We', 'We'), ('-', ''), ('R-', 'R'), ('RE-', 'RE'), ('--', '-')]
SUW19090831-V03-34-page4.txt: [('How--', 'How-'), ('-', ''), ('ar--', 'ar-'), ('in---', 'in--'), ('-re', 're'), ('-', ''), ('-', ''), ('-CENTS', 'CENTS'), ('A-', 'A'), ('-', ''), ('-', ''), ('-will', 'will'), ('-Editor', 'Editor'), ('-M', 'M'), ('-pound', 'pound'), ('-pound', 'pound'), ('NOR-', 'NOR'), ('Wed-', 'Wed'), ('-', '')]
SUW19090907-V03-35-page1.txt: [('-', '')]
SUW19090907-V03-35-page2.txt: [('-', ''), ('DICK-', 'DICK'), ('good.-', 'good.'), ('-', ''), ('ALA-', 'ALA'), ('-', '')]
SUW19090907-V03-35-page3.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19090907-V03-35-page4.txt: [('--rate-off-g', '-rate-off-g'), ('-cents', 'cents'), ('-', ''), ('-', ''), ('-', ''), ('North-and-', 'North-and'), ('-', ''), ('WANTED.-', 'WANTED.'), ('con-', 'con'), ('NOR-', 'NOR'), ('camp-', 'camp')]
SUW19090914-V03-36-page1.txt: [('deeds-', 'deeds')]
SUW19090914-V03-36-page2.txt: [('-', ''), ('-', ''), ('VOLUN-', 'VOLUN'), ('-a', 'a'), ('seventy-', 'seventy')]
SUW19090914-V03-36-page3.txt: [('VOLUN-', 'VOLUN'), ('SOUTH-', 'SOUTH')]
SUW19090914-V03-36-page4.txt: [('--SUBSCIPTIOX.-PRIC.C', '-SUBSCIPTIOX.-PRIC.C'), ('-', ''), ('-EN-TS', 'EN-TS'), ('-Mrs.', 'Mrs.'), ('j-', 'j'), ('RE-', 'RE'), ('NOR-', 'NOR'), ('-', '')]
SUW19090921-V03-37-page1.txt: [('a-', 'a'), ('SeVenth-day-', 'SeVenth-day')]
SUW19090921-V03-37-page2.txt: [('-likethis..', 'likethis..'), ('--No-other', '-No-other'), ('-a', 'a'), ('-', ''), ('-', '')]
SUW19090921-V03-37-page3.txt: [('--promptly', '-promptly'), ('pur-', 'pur'), ('-', ''), ('bed-', 'bed')]
SUW19090921-V03-37-page4.txt: [('-that', 'that'), ('fi-', 'fi'), ('-pr', 'pr'), ('--', '-'), ('-theAnspireil-Wop', 'theAnspireil-Wop'), ('P-', 'P'), ('-', '')]
SUW19090921-V03-37-page5.txt: [('-', '')]
SUW19090921-V03-37-page6.txt: [('Associa-', 'Associa')]
SUW19090928-V03-38-page1.txt: [('-', ''), ('-work', 'work'), ('-aWay', 'aWay'), ('-Conference', 'Conference')]
SUW19090928-V03-38-page2.txt: [('-to---b-e---igstied', 'to---b-e---igstied'), ('----reselstion', '---reselstion'), ('-doing', 'doing'), ('-', ''), ('The-', 'The')]
SUW19090928-V03-38-page3.txt: [('PROG-', 'PROG'), ('-', ''), ('COL-', 'COL'), ('-', ''), ('SOUTH-', 'SOUTH')]
SUW19090928-V03-38-page4.txt: [('-', ''), ('-th-Avo', 'th-Avo'), ('-Nor', 'Nor'), ('-is-the', 'is-the'), ('-', ''), ('-that-c-oufereBee.', 'that-c-oufereBee.'), ('-', ''), ('-', ''), ('-untirthe', 'untirthe'), ('-', ''), ('-', ''), ('-', ''), ('---S', '--S'), ('-the', 'the')]
SUW19091005-V03-39-page2.txt: [('-', ''), ('-', ''), ('-exalts', 'exalts'), ('Christ-', 'Christ'), ('-', '')]
SUW19091005-V03-39-page3.txt: [('TEN-', 'TEN'), ('improve-', 'improve'), ('-', '')]
SUW19091005-V03-39-page4.txt: [('-hypntists', 'hypntists'), ('-STIBSCRIP', 'STIBSCRIP'), ('-Bditor', 'Bditor'), ('-', ''), ('-Iff.', 'Iff.'), ('-Cfotheit', 'Cfotheit'), ('Watch-', 'Watch'), ('-', ''), ('-TO-NOVEMBER', 'TO-NOVEMBER'), ('-Congress', 'Congress'), ('sup-', 'sup'), ("'Pd-S'ed-t-", "'Pd-S'ed-t")]
SUW19091012-V03-40-page1.txt: [('mean-', 'mean'), ('-', ''), ('the-', 'the'), ('is.-', 'is.'), ('-', '')]
SUW19091012-V03-40-page2.txt: [('-', ''), ('Ourcourage-', 'Ourcourage'), ('s-', 's'), ('-the', 'the'), ('-annual', 'annual'), ('-', ''), ('Sabbath-', 'Sabbath'), ('-', ''), ('--jarmary', '-jarmary'), ('-.', '.'), ('in-', 'in')]
SUW19091012-V03-40-page3.txt: [('thou-', 'thou'), ('-sand', 'sand'), ('-', '')]
SUW19091012-V03-40-page4.txt: [('Seventh-', 'Seventh'), ('-Catalogue', 'Catalogue'), ('--andblanks', '-andblanks'), ('-corries', 'corries'), ('.-', '.'), ('efforfs-effectrie-fOrIO-Oa-.--', 'efforfs-effectrie-fOrIO-Oa-.-'), ('-', ''), ('-"Editor', '"Editor')]
SUW19091019-V03-41-page1.txt: [('the-', 'the'), ('-and', 'and'), ('presideeka-', 'presideeka')]
SUW19091019-V03-41-page2.txt: [('SEP-', 'SEP'), ('-First-day', 'First-day'), ('--', '-'), ('-', '')]
SUW19091019-V03-41-page3.txt: [('-', ''), ('NAME--', 'NAME-')]
SUW19091019-V03-41-page4.txt: [('-being', 'being'), ('CON-', 'CON'), ("-Foster's", "Foster's"), ('-', ''), ('.qa-', '.qa'), ('-', ''), ('Out-', 'Out'), ('-Woodlawn', 'Woodlawn'), ('-the', 'the')]
SUW19091026-V03-42-page1.txt: [('-', ''), ('-', '')]
SUW19091026-V03-42-page2.txt: [('-', ''), ('-', ''), ('--upporttnffles', '-upporttnffles'), ('----secured', '---secured'), ('-something', 'something'), ('--', '-'), ('During-', 'During'), ('-', '')]
SUW19091026-V03-42-page3.txt: [('SOUTH-', 'SOUTH'), ('-that', 'that'), ('barb-', 'barb')]
SUW19091026-V03-42-page4.txt: [('New-', 'New'), ('-', ''), ('-', ''), ('Semi-', 'Semi')]
SUW19091102-V03-43-page1.txt: [('-', '')]
SUW19091102-V03-43-page2.txt: [('per-', 'per'), ('-', ''), ('-that', 'that'), ('-', ''), ('-', ''), ('-', ''), ('-WILL', 'WILL'), ('-possible', 'possible'), ('there-', 'there')]
SUW19091102-V03-43-page3.txt: [('fam-', 'fam'), ('-', '')]
SUW19091102-V03-43-page4.txt: [('-decided', 'decided'), ('-what-did', 'what-did'), ('-', ''), ('--tilinisseriously', '-tilinisseriously'), ('coun-', 'coun'), ('-attention', 'attention'), ('subject-', 'subject'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-pound', 'pound'), ('AN-', 'AN'), ('-', '')]
SUW19091109-V03-44-page2.txt: [('his--', 'his-'), ('--flicker', '-flicker'), ('-', ''), ('DIS-', 'DIS'), ('in-', 'in'), ('-', '')]
SUW19091109-V03-44-page3.txt: [('-drawing', 'drawing'), ('-', ''), ('-in', 'in'), ('SO-', 'SO'), ('our-', 'our'), ('-Worker', 'Worker'), ('-.Br', '.Br')]
SUW19091109-V03-44-page4.txt: [('for-', 'for'), ('-pound', 'pound'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19091116-V03-45-page1.txt: [('-all', 'all'), ('-an', 'an')]
SUW19091116-V03-45-page2.txt: [('BURROW-', 'BURROW'), ('-gave', 'gave'), ('-th', 'th'), ('-', ''), ('-', ''), ('-weetriselo-re.', 'weetriselo-re.'), ('-sang', 'sang'), ('-Southeastern', 'Southeastern')]
SUW19091116-V03-45-page3.txt: [('-', ''), ('splen-', 'splen')]
SUW19091116-V03-45-page4.txt: [('RZPORT-', 'RZPORT'), ('-OF', 'OF'), ('-PROGRESS', 'PROGRESS'), ('Seventh-', 'Seventh'), ('SO-', 'SO'), ('-CENTS', 'CENTS'), ('-A-', 'A-'), ('-canvassing', 'canvassing'), ('--being', '-being'), ('-', ''), ('-', '')]
SUW19091123-V03-46-page2.txt: [('-that---go-od', 'that---go-od'), ('-', ''), ('-', ''), ('-to', 'to'), ('MIS-', 'MIS'), ('-', ''), ('-', '')]
SUW19091123-V03-46-page4.txt: [('How-', 'How'), ('--------', '-------'), ('------------------', '-----------------'), ('---', '--'), ('-', ''), ('gal-', 'gal'), ('-pound', 'pound'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19091130-V03-47-page1.txt: [('-', ''), ('enun-', 'enun')]
SUW19091130-V03-47-page2.txt: [('-', ''), ('-nor', 'nor'), ('-not', 'not'), ('-fail', 'fail'), ('with-', 'with')]
SUW19091130-V03-47-page3.txt: [('-', ''), ('remail-', 'remail')]
SUW19091130-V03-47-page4.txt: [("Hoe'-", "Hoe'"), ('-', ''), ('--', '-'), ('Tenn-.-', 'Tenn-.'), ('-', ''), ('-SO', 'SO'), ('Ad-', 'Ad'), ('-ventist', 'ventist'), ('Twenty-third-', 'Twenty-third')]
SUW19091207-V03-48-page1.txt: [('-', ''), ('-.A', '.A'), ('-is', 'is'), ('-spiritually', 'spiritually'), ('-hours', 'hours'), ('-good', 'good'), ('-', ''), ('-if', 'if'), ('the-', 'the'), ('-', ''), ('A-', 'A'), ('-or', 'or'), ('person-', 'person'), ('-', ''), ('-passible', 'passible')]
SUW19091207-V03-48-page2.txt: [('-PROGRESS', 'PROGRESS'), ('-', ''), ('Sab-', 'Sab'), ('-as', 'as'), ('-one-of-the-hest----', 'one-of-the-hest----'), ('--any-too', '-any-too'), ('--oftelv', '-oftelv'), ('-more', 'more'), ('-', ''), ('-', ''), ('-.', '.'), ('-went', 'went'), ('-', ''), ('-I', 'I'), ('sake-.-', 'sake-.'), ('-', ''), ('-month', 'month'), ('-but', 'but'), ('-', '')]
SUW19091207-V03-48-page3.txt: [('-we', 'we'), ('-these', 'these'), ('-to', 'to'), ('-of', 'of'), ('-the', 'the'), ('-taken', 'taken'), ('-still', 'still'), ('-in', 'in'), ('-for', 'for'), ('-continued', 'continued'), ('-a', 'a'), ('-being', 'being'), ('-', ''), ('-of', 'of'), ('sum--', 'sum-'), ('-', ''), ('-of', 'of'), ('person-', 'person'), ('John-', 'John'), ('-Lours', 'Lours'), ('-help', 'help')]
SUW19091207-V03-48-page4.txt: [('the-', 'the'), ('Reading-', 'Reading'), ('field.-', 'field.'), ('-to', 'to'), ('-in', 'in'), ('Ellothers-', 'Ellothers'), ('-Watchman', 'Watchman'), ('-', ''), ('-', ''), ('--.', '-.'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-Tall-adega', 'Tall-adega'), ('--', '-'), ('-II', 'II'), ('-', ''), ('-', '')]
SUW19091214-V03-49-page1.txt: [('-', ''), ('-', ''), ('experienced-', 'experienced'), ('-be', 'be')]
SUW19091214-V03-49-page2.txt: [('-', ''), ('-talk', 'talk'), ('--that-threatert', '-that-threatert'), ('-more', 'more'), ('-feasts', 'feasts'), ('-', ''), ('-faith', 'faith'), ('-means', 'means'), ('-Sister', 'Sister'), ('-', ''), ('-and', 'and'), ('-All', 'All'), ('CONVEN-', 'CONVEN'), ('-the', 'the'), ('-The', 'The')]
SUW19091214-V03-49-page3.txt: [('-hearts', 'hearts'), ('-', ''), ('MISSIS-', 'MISSIS'), ('De-', 'De'), ('-', ''), ('--the', '-the')]
SUW19091214-V03-49-page4.txt: [('-', ''), ('--Editor', '-Editor'), ('--Crotheff', '-Crotheff'), ('af-', 'af'), ('-', ''), ('-', ''), ('-be', 'be'), ('-church', 'church'), ('mira-', 'mira'), ('-', ''), ('-Se-G-', 'Se-G-'), ('-', ''), ('-', '')]
SUW19091221-V03-50-page1.txt: [('-of', 'of'), ('-a', 'a')]
SUW19091221-V03-50-page2.txt: [('-', ''), ('regarding-', 'regarding'), ('-', ''), ('-', ''), ('-regular', 'regular'), ('hasex-', 'hasex')]
SUW19091221-V03-50-page3.txt: [('Southern-', 'Southern'), ('-', ''), ('-', ''), ('-about', 'about'), ('-aS', 'aS'), ('-', ''), ('fall-', 'fall'), ('-', '')]
SUW19091221-V03-50-page4.txt: [('How-', 'How'), ('an-', 'an'), ('months-', 'months'), ('--will--then--reach', '-will--then--reach'), ('-pferity-', 'pferity-'), ('-time', 'time'), ('-', ''), ('-in', 'in'), ('--cznY-Street-.--NdMleT', '-cznY-Street-.--NdMleT'), ('CENT-', 'CENT'), ('--A---YEA-R', '-A---YEA-R'), ('-', ''), ('-for', 'for'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19091228-V03-51-page1.txt: [('-be', 'be'), ('who--', 'who-')]
SUW19091228-V03-51-page2.txt: [('-', ''), ('de-', 'de'), ('-', ''), ('-', ''), ('homage-', 'homage'), ('-Iope', 'Iope'), ('--not---bL', '-not---bL'), ('Onac-', 'Onac'), ('-', ''), ('-give', 'give'), ('PROG-', 'PROG'), ('-their', 'their'), ('he-', 'he'), ('-', ''), ('count-', 'count'), ('-false', 'false'), ('--', '-'), ('-', '')]
SUW19091228-V03-51-page3.txt: [('-that', 'that'), ('-.that', '.that'), ('Book-', 'Book'), ('-spare', 'spare'), ('-', ''), ('-of', 'of'), ('-txtm', 'txtm'), ('-Short', 'Short'), ('ntest-', 'ntest'), ('-', '')]
SUW19091228-V03-51-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-Proper', 'Proper'), ('-meals', 'meals'), ('-thismeeting', 'thismeeting'), ('Ad-', 'Ad'), ('-', ''), ('--', '-'), ('-but-therare-ratling', 'but-therare-ratling'), ('-Committee.', 'Committee.'), ('-Dated', 'Dated'), ('-', ''), ('ofSeveith-', 'ofSeveith'), ('-and', 'and'), ('--A---dir-ectors', '-A---dir-ectors'), ('-far', 'far'), ('-', ''), ('-', ''), ('-of', 'of'), ('-curious', 'curious')]
SUW19100104-V04-01-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('--Selected.', '-Selected.'), ('-', ''), ('the-', 'the')]
SUW19100104-V04-01-page2.txt: [('-it', 'it'), ('-selfish', 'selfish'), ('"-', '"'), ('-me', 'me'), ('-some', 'some'), ('-', ''), ('-Young', 'Young'), ('-', ''), ('-heaven.', 'heaven.'), ('--not', '-not'), ('-', ''), ('-', ''), ('ex-', 'ex'), ('-', ''), ('-service', 'service'), ('-', ''), ('-the', 'the'), ('earth-', 'earth')]
SUW19100104-V04-01-page3.txt: [("canvassers'-", "canvassers'"), ('-', ''), ('fea-', 'fea'), ('-Paid', 'Paid'), ('-', '')]
SUW19100104-V04-01-page4.txt: [('--', '-'), ('-', ''), ('-', ''), ('--tither', '-tither'), ('-business', 'business'), ('-pniperly', 'pniperly'), ('-', ''), ('and-extremelypracticalar-', 'and-extremelypracticalar'), ('How-', 'How'), ('--ard-Stre', '-ard-Stre'), ('-Nasbville.', 'Nasbville.'), ('Nash-', 'Nash'), ('-.HEART', '.HEART'), ('-Purity', 'Purity'), ('-North', 'North'), ('---P', '--P'), ('-', '')]
SUW19100111-V04-02-page1.txt: [('-', ''), ('-lessons', 'lessons'), ('-and', 'and'), ('-We', 'We')]
SUW19100111-V04-02-page2.txt: [('-than', 'than'), ('-the', 'the'), ('-', ''), ('-', ''), ('-winter.', 'winter.'), ('-', ''), ('--seNen--cents--', '-seNen--cents--'), ('Chil-', 'Chil'), ('-', ''), ('-and', 'and'), ('-yet', 'yet'), ('-', ''), ('canvass-', 'canvass')]
SUW19100111-V04-02-page3.txt: [('-', ''), ('-place', 'place'), ('ten.-', 'ten.'), ('-', ''), ('-doors', 'doors')]
SUW19100111-V04-02-page4.txt: [('-', ''), ('obser-', 'obser'), ('-', ''), ('-', ''), ('--', '-'), ('-baked', 'baked'), ('-', ''), ('-business', 'business'), ('-come', 'come'), ('-', ''), ('-a-dishpan', 'a-dishpan')]
SUW19100118-V04-03-page2.txt: [('RE-', 'RE'), ('-Besides', 'Besides'), ('-theme', 'theme'), ('-the-salc-eof', 'the-salc-eof'), ('---', '--'), ('-canvasser', 'canvasser'), ('-explanation-after-you-havesaid-it', 'explanation-after-you-havesaid-it')]
SUW19100118-V04-03-page3.txt: [('-', ''), ('CAN-', 'CAN'), ('bed-', 'bed'), ('-there', 'there'), ('-interesting', 'interesting'), ('OF-', 'OF'), ('-materials.', 'materials.'), ('WATCH-', 'WATCH')]
SUW19100118-V04-03-page4.txt: [('SeventhdarAdeentists---', 'SeventhdarAdeentists--'), ('-th', 'th'), ('Ave.-', 'Ave.'), ('-Flour', 'Flour'), ('-him', 'him'), ('-', '')]
SUW19100125-V04-04-page1.txt: [('-', ''), ('-', '')]
SUW19100125-V04-04-page10.txt: [('float-', 'float'), ('---ing-elettrentin', '--ing-elettrentin'), ('-', ''), ('pp--', 'pp-'), ('-goad.', 'goad.'), ('-', ''), ('-There', 'There'), ('-is-', 'is-'), ('-aside', 'aside'), ('-makes-room', 'makes-room')]
SUW19100125-V04-04-page11.txt: [('-', ''), ('be-', 'be')]
SUW19100125-V04-04-page14.txt: [('-', ''), ('-sinks', 'sinks'), ('-in', 'in'), ('the--', 'the-'), ('-alsomeals', 'alsomeals'), ('-b-o', 'b-o'), ('-better', 'better'), ('-ability.', 'ability.'), ('--tticr', '-tticr'), ('-', ''), ('-', ''), ('be-', 'be')]
SUW19100125-V04-04-page15.txt: [('-help', 'help')]
SUW19100125-V04-04-page16.txt: [('--Te', '-Te'), ('-', ''), ('-G.', 'G.'), ('-otrr', 'otrr'), ('-to', 'to')]
SUW19100125-V04-04-page2.txt: [('and-', 'and'), ('-or', 'or'), ('-', ''), ('BOOK-', 'BOOK'), ('-and', 'and')]
SUW19100125-V04-04-page3.txt: [('encourage-', 'encourage'), ('at-', 'at'), ('-"\'', '"\'')]
SUW19100125-V04-04-page4.txt: [('intolerance-', 'intolerance'), ('-only-In', 'only-In'), ('-the', 'the'), ('-be-rebelliously', 'be-rebelliously'), ('-the', 'the'), ('-', ''), ('-', ''), ('-h-o-urs', 'h-o-urs'), ('dol.-', 'dol.'), ("s'-", "s'"), ('-worth', 'worth'), ('Conven-', 'Conven'), ('-', ''), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', '')]
SUW19100125-V04-04-page5.txt: [('Mc-', 'Mc'), ('Mc-', 'Mc'), ('Ps.-', 'Ps.'), ('-', ''), ('-Arimmg----other', 'Arimmg----other')]
SUW19100125-V04-04-page6.txt: [('publicity-', 'publicity'), ('-that', 'that'), ('-in', 'in'), ('-', ''), ('-', ''), ('-factor', 'factor'), ('-literature', 'literature'), ('-', '')]
SUW19100125-V04-04-page7.txt: [('CONFER-', 'CONFER'), ("-the'", "the'"), ('-this', 'this')]
SUW19100125-V04-04-page8.txt: [('-only', 'only'), ('-', ''), ('-are', 'are'), ('-a', 'a'), ('-the', 'the')]
SUW19100125-V04-04-page9.txt: [('-think', 'think')]
SUW19100203-V04-05-page1.txt: [('Elder-', 'Elder')]
SUW19100203-V04-05-page2.txt: [('-', ''), ('Publishing-', 'Publishing'), ('.-', '.'), ('--', '-'), ('-', ''), ('-care', 'care'), ('-', ''), ('-Chairman', 'Chairman'), ('-', ''), ('-total', 'total'), ('-', ''), ('-would', 'would')]
SUW19100203-V04-05-page3.txt: [('By-', 'By'), ('revision-', 'revision'), ('-', '')]
SUW19100203-V04-05-page4.txt: [('-', ''), ('SELL-', 'SELL'), ('Vurgerves-', 'Vurgerves')]
SUW19100203-V04-05-page5.txt: [('-work.', 'work.'), ('-wives', 'wives'), ('let-', 'let'), ('-', ''), ('let-', 'let'), ('-ter', 'ter'), ('-engaged', 'engaged'), ('-demonstrated', 'demonstrated'), ('neck-', 'neck'), ('-sales', 'sales'), ('-book', 'book')]
SUW19100203-V04-05-page6.txt: [('opportunity-', 'opportunity'), ('-at', 'at'), ('tolearn-', 'tolearn'), ('---truth.', '--truth.'), ('-should-not', 'should-not'), ('-', ''), ('-', ''), ('Con-', 'Con'), ('-may', 'may'), ('gen--', 'gen-')]
SUW19100203-V04-05-page7.txt: [('Atlanta-', 'Atlanta'), ('by-', 'by'), ('By-', 'By'), ('revision-', 'revision'), ('-', ''), ('-mom', 'mom'), ('-conferences', 'conferences'), ('-', ''), ('Total-', 'Total'), ('-recent', 'recent')]
SUW19100203-V04-05-page8.txt: [('Seventh-', 'Seventh'), ('-.number', '.number'), ('of-', 'of'), ('-', ''), ('the-', 'the'), ('-', ''), ('-', ''), ('--the-Fr-ice-en', '-the-Fr-ice-en'), ('-amid', 'amid'), ('-', ''), ('-Crothers', 'Crothers'), ('CAN-', 'CAN'), ('-', ''), ('-', ''), ('INDUS-', 'INDUS'), ('---but', '--but'), ('-bej-smaller', 'bej-smaller'), ('-tithes', 'tithes')]
SUW19100210-V04-06-page1.txt: [('Sanitarium-', 'Sanitarium'), ('-"', '"'), ('-', '')]
SUW19100210-V04-06-page2.txt: [('-', ''), ('-editorial-', 'editorial-'), ('-', ''), ('-we', 'we'), ('-', ''), ('-held', 'held'), ('-', ''), ('to-', 'to'), ('-wards', 'wards'), ('-rest', 'rest'), ('-addition', 'addition'), ('-only', 'only')]
SUW19100210-V04-06-page3.txt: [('-', ''), ('--', '-'), ('-', ''), ('Elder-', 'Elder'), ('West-', 'West'), ('in--', 'in-'), ('bien-', 'bien')]
SUW19100210-V04-06-page4.txt: [('material-', 'material'), ('-', ''), ('.--', '.-'), ('--', '-'), ('-', ''), ('-', ''), ('mem-', 'mem'), ('the--', 'the-'), ('-', ''), ('-', ''), ('J-', 'J'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19100210-V04-06-page5.txt: [('RE-', 'RE')]
SUW19100210-V04-06-page6.txt: [('es-', 'es'), ('-', ''), ('our--', 'our-'), ('PROG-', 'PROG'), ('-Tea.ding', 'Tea.ding')]
SUW19100210-V04-06-page7.txt: [('KEN-', 'KEN'), ('-the', 'the'), ('-', ''), ('.-', '.')]
SUW19100210-V04-06-page8.txt: [('Publishing-', 'Publishing'), ('-', ''), ('number--', 'number-'), ('-every', 'every'), ('By--', 'By-'), ('-', ''), ('-', '')]
SUW19100217-V04-07-page2.txt: [('-PROGRESS', 'PROGRESS'), ('-the-religious-phase--of', 'the-religious-phase--of'), ('-meetings', 'meetings'), ('-', ''), ('-and', 'and'), ('-and', 'and'), ('-women', 'women'), ('-', ''), ('-', ''), ('-', ''), ('mis-', 'mis'), ('-sionary', 'sionary'), ("-He-ti's-been", "He-ti's-been"), ('-There', 'There'), ('Lordcar-', 'Lordcar'), ('-spoke', 'spoke'), ('-', ''), ('-', '')]
SUW19100217-V04-07-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-fund', 'fund'), ('-', ''), ('-', ''), ('-', '')]
SUW19100217-V04-07-page4.txt: [('-', ''), ('-', ''), ('-fund.', 'fund.'), ('-', ''), ('-Rogers', 'Rogers'), ('-', ''), ('-Discussion', 'Discussion'), ('Bollinam--', 'Bollinam-'), ('-five', 'five'), ('-', ''), ('-fund', 'fund'), ('-', ''), ('-C.', 'C.'), ('-Kinney', 'Kinney'), ('-Furs', 'Furs')]
SUW19100217-V04-07-page5.txt: [('-', ''), ('Ten-', 'Ten'), ('-Blake.', 'Blake.'), ('En-', 'En'), ('En-', 'En'), ('-', ''), ('-having', 'having'), ('four-weekssum-', 'four-weekssum'), ('-and', 'and')]
SUW19100217-V04-07-page6.txt: [('-Education', 'Education')]
SUW19100217-V04-07-page7.txt: [('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bro-', 'Bro'), ('-', ''), ('-', '')]
SUW19100217-V04-07-page8.txt: [('work-of-soliciting--for-the-', 'work-of-soliciting--for-the'), ('-Lenteritigwedge"', 'Lenteritigwedge"'), ('-accountof-scune', 'accountof-scune'), ('-', ''), ('-the', 'the')]
SUW19100224-V04-08-page1.txt: [('-', ''), ('re-', 're')]
SUW19100224-V04-08-page2.txt: [('-fund', 'fund'), ('-fund', 'fund'), ('----nofor-', '---nofor-'), ('-FUND', 'FUND')]
SUW19100224-V04-08-page3.txt: [('-', ''), ('MES-', 'MES')]
SUW19100224-V04-08-page4.txt: [('-', ''), ('-', ''), ('mem-', 'mem'), ('-ter', 'ter'), ('-', ''), ('-line', 'line'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19100303-V04-09-page2.txt: [('-The', 'The'), ('Miss--Bettlah-', 'Miss--Bettlah'), ('-', ''), ('AD-', 'AD'), ('CONFER-', 'CONFER'), ('-of', 'of'), ('-', ''), ('-fund.', 'fund.')]
SUW19100303-V04-09-page4.txt: [('Bro-', 'Bro'), ('--Tenn.', '-Tenn.')]
SUW19100310-V04-10-page1.txt: [('-', ''), ('circu-', 'circu')]
SUW19100310-V04-10-page2.txt: [('-He', 'He'), ('-fund', 'fund'), ('-severalmore', 'severalmore'), ('PROGRESS-', 'PROGRESS')]
SUW19100310-V04-10-page3.txt: [('sub-', 'sub'), ('-that', 'that'), ('-who', 'who'), ('some-', 'some'), ('-thing', 'thing'), ('-place', 'place'), ('-which', 'which'), ('-to', 'to'), ('-prepared', 'prepared'), ('-Beck', 'Beck'), ('-', '')]
SUW19100310-V04-10-page4.txt: [('-', ''), ('---', '--'), ('-Twenty', 'Twenty'), ('and-Randall-y-', 'and-Randall-y'), ('-fund.', 'fund.')]
SUW19100317-V04-11-page2.txt: [('-him', 'him'), ('-As', 'As'), ('-Hanson-is', 'Hanson-is')]
SUW19100317-V04-11-page3.txt: [('-relatives', 'relatives'), ('-four', 'four'), ('-to', 'to'), ('-fund', 'fund'), ('Mc-', 'Mc')]
SUW19100317-V04-11-page4.txt: [('--', '-')]
SUW19100324-V04-12-page2.txt: [('-and', 'and'), ('--where', '-where'), ('-Brother', 'Brother'), ('-Sister--Lawrence', 'Sister--Lawrence'), ('We--', 'We-'), ('judg-', 'judg'), ('-', ''), ('-THE-', 'THE-'), ('-advancementof', 'advancementof'), ('-', ''), ('manage-', 'manage')]
SUW19100324-V04-12-page3.txt: [('-should', 'should'), ('SOCI-', 'SOCI'), ('-', '')]
SUW19100324-V04-12-page4.txt: [('f-IfTY-CENTS-A-YEAR--', 'f-IfTY-CENTS-A-YEAR-'), ('good-soulshave-', 'good-soulshave'), ('taken-', 'taken'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-', '')]
SUW19100331-V04-13-page2.txt: [('-', ''), ('-separatedwith', 'separatedwith'), ('-are', 'are'), ('-stay-over', 'stay-over'), ('-rotifer', 'rotifer'), ('canvass-', 'canvass')]
SUW19100331-V04-13-page3.txt: [('ac-', 'ac'), ('o-', 'o')]
SUW19100331-V04-13-page4.txt: [('Naglivitte-', 'Naglivitte'), ('-Thrtmoin-d-erAktiii-Congics-s-of-March', 'Thrtmoin-d-erAktiii-Congics-s-of-March'), ('-', ''), ('-', ''), ('-come', 'come'), ('-the-time-when', 'the-time-when'), ('blessing-', 'blessing'), ('-', '')]
SUW19100407-V04-14-page1.txt: [('-fund', 'fund'), ('-', ''), ('-', '')]
SUW19100407-V04-14-page2.txt: [('--', '-'), ('-', ''), ('--During-the-institute-flit', '-During-the-institute-flit'), ('-', ''), ('-', ''), ('-from', 'from'), ('-magazines', 'magazines')]
SUW19100407-V04-14-page3.txt: [('-Book', 'Book'), ('-', '')]
SUW19100407-V04-14-page4.txt: [('-', ''), ('--Stil', '-Stil'), ('--FTFTY', '-FTFTY'), ('-sanitarium.Address', 'sanitarium.Address'), ('-', ''), ('-lb', 'lb'), ('-of', 'of')]
SUW19100414-V04-15-page2.txt: [('-', ''), ('-', ''), ('-fund.', 'fund.'), ('.--', '.-'), ('-', '')]
SUW19100414-V04-15-page3.txt: [('B-', 'B'), ('-N', 'N')]
SUW19100414-V04-15-page4.txt: [('-', ''), ('-lb', 'lb'), ('recoil-', 'recoil'), ('-', ''), ('-men', 'men'), ('-', ''), ('-', '')]
SUW19100421-V04-16-page1.txt: [('-', '')]
SUW19100421-V04-16-page2.txt: [('-it', 'it'), ('-if', 'if'), ('Bro-', 'Bro')]
SUW19100421-V04-16-page4.txt: [('--SU-', '-SU-'), ('-F', 'F'), ('-FTY-CfNTS', 'FTY-CfNTS'), ('--', '-'), ('-lb', 'lb')]
SUW19100428-V04-17-page2.txt: [('-tithes', 'tithes'), ('-Mat', 'Mat'), ('---The-n-rission-b-tfilding', '--The-n-rission-b-tfilding'), ('AD-', 'AD'), ("-'", "'")]
SUW19100428-V04-17-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('PROGRESS-', 'PROGRESS')]
SUW19100428-V04-17-page4.txt: [('F-', 'F'), ('-FT-', 'FT-'), ('-CENT-S', 'CENT-S'), ('-lb', 'lb'), ('-she', 'she'), ('"o-', '"o'), ('-', '')]
SUW19100505-V04-18-page1.txt: [('-', '')]
SUW19100505-V04-18-page2.txt: [('-of-the', 'of-the'), ('-fund', 'fund'), ('Germans..---', 'Germans..--'), ('-nobody', 'nobody')]
SUW19100505-V04-18-page3.txt: [('-', '')]
SUW19100505-V04-18-page4.txt: [('-lb', 'lb'), ('-aye', 'aye'), ('-', ''), ('-', ''), ('-', ''), ('-Fund', 'Fund'), ('From-', 'From'), ('-', ''), ('-the-eh-arch', 'the-eh-arch'), ('cus-', 'cus')]
SUW19100512-V04-19-page1.txt: [('-', '')]
SUW19100512-V04-19-page2.txt: [('de-', 'de'), ('-livered-in-Ad-air', 'livered-in-Ad-air'), ('well-', 'well'), ('-treasurer', 'treasurer'), ('-', ''), ('-fund', 'fund')]
SUW19100512-V04-19-page4.txt: [('-YEAR-', 'YEAR-'), ('-six', 'six'), ('-', '')]
SUW19100519-V04-20-page2.txt: [('-pre', 'pre'), ('su-', 'su')]
SUW19100519-V04-20-page3.txt: [('-me', 'me')]
SUW19100519-V04-20-page4.txt: [('-house.', 'house.'), ('-numberwill', 'numberwill'), ('-We', 'We'), ('-quite', 'quite'), ('-few', 'few'), ('-', '')]
SUW19100519-V04-20-page5.txt: [('-', '')]
SUW19100519-V04-20-page6.txt: [('dormi-', 'dormi'), ('-', ''), ('-The-', 'The-'), ('truthwas-', 'truthwas'), ('-', ''), ('SANI-', 'SANI'), ('-goods."', 'goods."')]
SUW19100519-V04-20-page7.txt: [('per-', 'per'), ('-WORKER', 'WORKER')]
SUW19100519-V04-20-page8.txt: [('im-', 'im')]
SUW19100526-V04-21-page2.txt: [('num-', 'num'), ('-Cree-k', 'Cree-k'), ('in-', 'in')]
SUW19100526-V04-21-page4.txt: [('-into', 'into'), ('-', ''), ('-', ''), ('-Fund', 'Fund')]
SUW19100526-V04-21-page5.txt: [('-', ''), ('-Fund', 'Fund'), ('-', '')]
SUW19100526-V04-21-page6.txt: [('-UNION', 'UNION'), ('-have', 'have'), ('--ES-ours', '-ES-ours'), ('-teach', 'teach'), ("resources.'-", "resources.'")]
SUW19100526-V04-21-page7.txt: [('oo-', 'oo')]
SUW19100526-V04-21-page8.txt: [('MIN-', 'MIN')]
SUW19100602-V04-22-page2.txt: [('-is', 'is'), ('--', '-'), ('-it', 'it'), ('-zeal-were', 'zeal-were'), ('-', ''), ('clear-', 'clear'), ('--Reader', '-Reader')]
SUW19100602-V04-22-page4.txt: [('-lighted', 'lighted'), ('-', '')]
SUW19100602-V04-22-page5.txt: [('-fund.', 'fund.')]
SUW19100602-V04-22-page6.txt: [('-that', 'that'), ('-', '')]
SUW19100602-V04-22-page7.txt: [('-pound', 'pound'), ('-', '')]
SUW19100602-V04-22-page8.txt: [('-PrintedSy', 'PrintedSy'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-notices', 'notices'), ('bar-', 'bar'), ('-Kentucky', 'Kentucky'), ('-', '')]
SUW19100609-V04-23-page1.txt: [('---', '--')]
SUW19100609-V04-23-page2.txt: [('-Rudy', 'Rudy'), ('-to', 'to')]
SUW19100609-V04-23-page3.txt: [('im-', 'im')]
SUW19100609-V04-23-page4.txt: [('-we', 'we'), ('up-', 'up'), ('-', ''), ('-many', 'many')]
SUW19100609-V04-23-page5.txt: [('-', '')]
SUW19100609-V04-23-page6.txt: [('-', ''), ('-', '')]
SUW19100609-V04-23-page7.txt: [('-Fund', 'Fund'), ('cal-Pa-', 'cal-Pa')]
SUW19100609-V04-23-page8.txt: [('-Twenty', 'Twenty'), ('celebra--', 'celebra-'), ('-', ''), ('-', ''), ('-', ''), ('-------', '------'), ('-S-epternbaer', 'S-epternbaer'), ('-', '')]
SUW19100616-V04-24-page1.txt: [('dis-', 'dis')]
SUW19100616-V04-24-page2.txt: [('-better', 'better'), ('-would', 'would'), ('-work', 'work'), ('-slripnrent--to', 'slripnrent--to'), ('-Sentinel-', 'Sentinel-'), ('-', ''), ('-book', 'book'), ('.----', '.---')]
SUW19100616-V04-24-page3.txt: [('-', '')]
SUW19100616-V04-24-page4.txt: [('-the', 'the'), ('--and--', '-and--'), ('--', '-')]
SUW19100616-V04-24-page6.txt: [('-', ''), ('-Like', 'Like'), ('--quick', '-quick'), ('manifested-', 'manifested'), ('-', ''), ('-', ''), ('colored-', 'colored'), ('-account', 'account'), ('-fund.', 'fund.'), ('emer-', 'emer')]
SUW19100616-V04-24-page8.txt: [('corresuonderice-to-', 'corresuonderice-to'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19100623-V04-25-page1.txt: [('-physical', 'physical'), ('Sab-', 'Sab')]
SUW19100623-V04-25-page2.txt: [('-When', 'When'), ('volun-', 'volun')]
SUW19100623-V04-25-page3.txt: [('re-', 're')]
SUW19100623-V04-25-page4.txt: [('-', ''), ('-', ''), ('SOURCES-', 'SOURCES'), ('-', ''), ('-', ''), ('wer-ds--are-', 'wer-ds--are'), ('is-ffecegrrertothe-', 'is-ffecegrrertothe'), ('-Paul', 'Paul')]
SUW19100623-V04-25-page5.txt: [('-', ''), ('-', ''), ('-going', 'going')]
SUW19100623-V04-25-page6.txt: [('-', ''), ('-', ''), ('-three', 'three'), ('-j-agged--', 'j-agged--'), ('until-', 'until'), ('-', ''), ('-', ''), ('-r-otliefand', 'r-otliefand')]
SUW19100623-V04-25-page7.txt: [('Union-', 'Union'), ('-', ''), ('that-', 'that'), ('-in', 'in'), ('-more', 'more'), ('-', ''), ('TINTON-', 'TINTON'), ('Dora-', 'Dora'), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19100623-V04-25-page8.txt: [('CENTS-A-YEAR--', 'CENTS-A-YEAR-'), ('-', ''), ('-', ''), ('-', ''), ('August--', 'August-'), ('-to--September-', 'to--September-'), ('---', '--'), ('-', ''), ('-medical', 'medical')]
SUW19100630-V04-26-page2.txt: [('-diverting', 'diverting')]
SUW19100630-V04-26-page3.txt: [('-WORKER', 'WORKER')]
SUW19100630-V04-26-page4.txt: [('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('--schoolquarterly', '-schoolquarterly')]
SUW19100630-V04-26-page5.txt: [('-', '')]
SUW19100630-V04-26-page6.txt: [('-', ''), ('-fund.', 'fund.'), ('-On-the', 'On-the'), ('June-', 'June'), ('"-The-', '"-The'), ('-', ''), ('-their', 'their'), ('-', '')]
SUW19100630-V04-26-page7.txt: [('-lb.', 'lb.'), ('-lb.', 'lb.'), ('-lb.', 'lb.'), ('-lb.', 'lb.'), ('-lb.', 'lb.'), ('-lb.', 'lb.'), ('-lb.', 'lb.'), ('sup-', 'sup')]
SUW19100630-V04-26-page8.txt: [('-', ''), ('-Tien-tt-EtaY', 'Tien-tt-EtaY'), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-...f.', '...f.'), ('..--', '..-'), ('-', ''), ('pub-', 'pub'), ('Sabbath-', 'Sabbath')]
SUW19100707-V04-27-page1.txt: [('Mc-', 'Mc')]
SUW19100707-V04-27-page2.txt: [('-are', 'are'), ('-our', 'our'), ('Taut-', 'Taut'), ('-', ''), ('-four', 'four'), ('in-', 'in'), ('-Brethren', 'Brethren')]
SUW19100707-V04-27-page3.txt: [('-', ''), ('de-', 'de'), ('-mands', 'mands'), ('let-', 'let')]
SUW19100707-V04-27-page4.txt: [('---Spiren--', '--Spiren--'), ('-often-held', 'often-held'), ('so-', 'so'), ('-returned-home-from', 'returned-home-from'), ('-on', 'on')]
SUW19100707-V04-27-page5.txt: [('-', ''), ('sis-', 'sis'), ('neigh-', 'neigh'), ('-', ''), ('INDUS-', 'INDUS'), ('-just', 'just'), ('-before', 'before'), ('-Out', 'Out')]
SUW19100707-V04-27-page6.txt: [('-', ''), ('be-', 'be'), ('Sabbath-', 'Sabbath'), ('faithful-', 'faithful'), ('-', ''), ('camp-', 'camp'), ('-"', '"'), ('-', ''), ('-nil.-', 'nil.-'), ('-', ''), ('-As', 'As'), ('-after', 'after')]
SUW19100707-V04-27-page7.txt: [('-fund', 'fund'), ('Mc-', 'Mc')]
SUW19100707-V04-27-page8.txt: [('EIETN-', 'EIETN'), ('-', ''), ('YFAR-', 'YFAR'), ('-as', 'as'), ('-Field', 'Field'), ('hu-', 'hu'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19100714-V04-28-page1.txt: [('genera-', 'genera')]
SUW19100714-V04-28-page2.txt: [('---thiMigh', '--thiMigh'), ('-up', 'up')]
SUW19100714-V04-28-page3.txt: [('pre-', 'pre'), ('-from', 'from')]
SUW19100714-V04-28-page4.txt: [('-', ''), ('--', '-'), ('a-', 'a'), ('-', ''), ('-are', 'are')]
SUW19100714-V04-28-page5.txt: [('lam-', 'lam'), ('--', '-'), ('-', ''), ('-pound', 'pound'), ('-pound', 'pound'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pound-', 'pound'), ('-In', 'In'), ('-', '')]
SUW19100714-V04-28-page6.txt: [('--beginrring---to', '-beginrring---to'), ('-severe', 'severe'), ('-earnestly--aski--Who', 'earnestly--aski--Who'), ('-', ''), ('al-', 'al'), ('-mostendet', 'mostendet'), ('Eu---', 'Eu--'), ('North---', 'North--'), ('-', '')]
SUW19100714-V04-28-page7.txt: [('-', ''), ('Pon-', 'Pon')]
SUW19100714-V04-28-page8.txt: [('SOUTHERN-', 'SOUTHERN'), ('onctence-to-', 'onctence-to'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19100721-V04-29-page2.txt: [('-at', 'at'), ('-Wort', 'Wort'), ('-', ''), ('ill-', 'ill'), ('-of', 'of'), ('dur-', 'dur')]
SUW19100721-V04-29-page4.txt: [('-A.-This', 'A.-This')]
SUW19100721-V04-29-page5.txt: [('-reading', 'reading'), ('-', '')]
SUW19100721-V04-29-page6.txt: [('mples-', 'mples'), ('ant-schools-', 'ant-schools'), ('---', '--')]
SUW19100721-V04-29-page7.txt: [('-', ''), ('Pah-', 'Pah')]
SUW19100721-V04-29-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('SO-', 'SO'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19100728-V04-30-page2.txt: [('said-', 'said'), ("canvassers'-", "canvassers'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19100728-V04-30-page3.txt: [('-', ''), ('-', '')]
SUW19100728-V04-30-page4.txt: [('-', ''), ('-of-eolarado.', 'of-eolarado.'), ('-orders', 'orders'), ('-what', 'what'), ('people-', 'people'), ('train-', 'train')]
SUW19100728-V04-30-page5.txt: [('VOL-', 'VOL'), ('tgio-', 'tgio')]
SUW19100728-V04-30-page6.txt: [('sol-', 'sol'), ('unlessheart-', 'unlessheart'), ('-fellyesterday', 'fellyesterday'), ('--', '-'), ('pub-', 'pub')]
SUW19100728-V04-30-page7.txt: [('-fund', 'fund'), ('-fund', 'fund'), ('-page', 'page'), ('-', '')]
SUW19100728-V04-30-page8.txt: [('allcorrespondence-', 'allcorrespondence'), ('a--', 'a-'), ('-', ''), ('-', ''), ('-', '')]
SUW19100804-V04-31-page1.txt: [('-necessary', 'necessary'), ('-', ''), ('-', '')]
SUW19100804-V04-31-page2.txt: [('-', ''), ('-wrong.', 'wrong.'), ('BRETHREN-', 'BRETHREN')]
SUW19100804-V04-31-page4.txt: [('--secure-rateK-ftrrThire-hlirfdf-R', '-secure-rateK-ftrrThire-hlirfdf-R'), ('-accommodate', 'accommodate'), ('alwaysglad-', 'alwaysglad'), ('-', ''), ('camp-', 'camp'), ('SELF-SUP-', 'SELF-SUP'), ('-', '')]
SUW19100804-V04-31-page6.txt: [('-mission', 'mission'), ('-fields.', 'fields.'), ('-and', 'and'), ('-a"', 'a"'), ('-Corifetence.', 'Corifetence.'), ('--', '-'), ('-', ''), ('--which', '-which'), ('-Studying', 'Studying')]
SUW19100804-V04-31-page7.txt: [('-', '')]
SUW19100804-V04-31-page8.txt: [('-UNION', 'UNION'), ('-', ''), ('-', ''), ('-', '')]
SUW19100811-V04-32-page1.txt: [('-', '')]
SUW19100811-V04-32-page2.txt: [('-', '')]
SUW19100811-V04-32-page3.txt: [('-periodicals.', 'periodicals.'), ('CONFER-', 'CONFER'), ('-', ''), ('Brother-', 'Brother'), ('-and', 'and')]
SUW19100811-V04-32-page4.txt: [('-That', 'That'), ('-a', 'a'), ('-of', 'of')]
SUW19100811-V04-32-page5.txt: [('-', '')]
SUW19100811-V04-32-page6.txt: [('-and', 'and'), ('mo---', 'mo--'), ('-want', 'want'), ('-Wher-e-Are-the-Deadi-', 'Wher-e-Are-the-Deadi-'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19100811-V04-32-page7.txt: [('-', ''), ('-', '')]
SUW19100811-V04-32-page8.txt: [('-SUBSCRIPTION', 'SUBSCRIPTION'), ('"Roosevelt-', '"Roosevelt'), ('consecra-', 'consecra'), ('-', '')]
SUW19100818-V04-33-page1.txt: [('-United', 'United'), ('an-', 'an'), ('-A', 'A')]
SUW19100818-V04-33-page2.txt: [('s-first---', 's-first--'), ('-that', 'that'), ('-are', 'are')]
SUW19100818-V04-33-page3.txt: [('-', '')]
SUW19100818-V04-33-page4.txt: [('-incessant', 'incessant'), ('-for', 'for'), ('Foot-', 'Foot'), ('-', ''), ('July-', 'July')]
SUW19100818-V04-33-page5.txt: [('-family', 'family')]
SUW19100818-V04-33-page6.txt: [('-', ''), ('-e', 'e'), ('-', '')]
SUW19100818-V04-33-page7.txt: [('CON-', 'CON'), ('Missis-', 'Missis')]
SUW19100818-V04-33-page8.txt: [('-', ''), ('peo-', 'peo'), ('-', ''), ('-', '')]
SUW19100901-V04-34-page1.txt: [('the-', 'the'), ('al-', 'al'), ('-lowed', 'lowed'), ('--', '-'), ('steward-', 'steward'), ('-', ''), ('-out', 'out')]
SUW19100901-V04-34-page10.txt: [('Wash-', 'Wash'), ('-', ''), ('are-not--', 'are-not-')]
SUW19100901-V04-34-page11.txt: [('-of', 'of'), ('-Totals', 'Totals')]
SUW19100901-V04-34-page12.txt: [('Address-aii--Ger-FesEtendefiee-te--', 'Address-aii--Ger-FesEtendefiee-te-'), ('Sun-', 'Sun'), ('-', ''), ('---"I', '--"I')]
SUW19100901-V04-34-page2.txt: [('-home.', 'home.'), ('-we', 'we'), ('-their', 'their'), ('sac-IThee-', 'sac-IThee')]
SUW19100901-V04-34-page3.txt: [('-"Cotir', '"Cotir'), ('-', ''), ('-', ''), ('-A.Y', 'A.Y'), ('-..-', '..-'), ('-forr', 'forr'), ('-you', 'you')]
SUW19100901-V04-34-page4.txt: [('-messag', 'messag'), ('-Lord', 'Lord'), ('blessedand-', 'blessedand'), ('-the', 'the'), ('-canvassing', 'canvassing'), ('-', ''), ('--', '-'), ('-forth', 'forth')]
SUW19100901-V04-34-page5.txt: [('r.-', 'r.'), ('F.-', 'F.'), ('B.F.L.-', 'B.F.L.'), ('B.F.L.-', 'B.F.L.'), ('F.-', 'F.'), ('F.-', 'F.'), ('F.-', 'F.'), ('F.-', 'F.'), ('F.-', 'F.')]
SUW19100901-V04-34-page6.txt: [('--', '-'), ('-I-thought', 'I-thought'), ('-', ''), ('-I-arri-of', 'I-arri-of'), ('-', ''), ('anitig-', 'anitig'), ('-E-THINGTON-----', 'E-THINGTON-----'), ('-LAUREL', 'LAUREL')]
SUW19100901-V04-34-page7.txt: [('feet-wash-', 'feet-wash'), ('-a', 'a')]
SUW19100901-V04-34-page9.txt: [('-in', 'in'), ('--', '-'), ('Hig-', 'Hig'), ('-no', 'no')]
SUW19100908-V04-35-page1.txt: [('treas-', 'treas'), ('-cries', 'cries'), ('-', ''), ('-', ''), ('-', '')]
SUW19100908-V04-35-page2.txt: [('-', ''), ('--iiinia.', '-iiinia.'), ('agile--', 'agile-'), ('-', ''), ('-Augtist', 'Augtist'), ('means-', 'means'), ('-into', 'into'), ('-', ''), ('-a', 'a'), ('-repo', 'repo'), ('-from', 'from'), ('totha-', 'totha')]
SUW19100908-V04-35-page3.txt: [('-stead.', 'stead.'), ('impor-', 'impor'), ('camp-', 'camp'), ('in-', 'in')]
SUW19100908-V04-35-page4.txt: [('-the', 'the'), ('-Calera.', 'Calera.'), ('-fund', 'fund'), ('while-before.-', 'while-before.'), ('spirit-', 'spirit'), ('-by', 'by'), ('visiting-', 'visiting'), ('"-', '"'), ('Missis-', 'Missis')]
SUW19100908-V04-35-page5.txt: [('-be', 'be'), ('-fhl.', 'fhl.'), ('-', ''), ('chh--', 'chh-'), ('-', '')]
SUW19100908-V04-35-page6.txt: [('-', ''), ('CHURCH-', 'CHURCH'), ('-we', 'we'), ('-', ''), ('-', '')]
SUW19100908-V04-35-page7.txt: [('-glory', 'glory'), ('--', '-'), ('HN.ItZY-', 'HN.ItZY'), ('adjoin-', 'adjoin'), ('F-', 'F'), ('-', ''), ('-', ''), ('ReynoldsPrp-', 'ReynoldsPrp'), ('-', ''), ('..BF-', '..BF'), ('-', '')]
SUW19100908-V04-35-page8.txt: [('----', '---'), ('ic-er-', 'ic-er'), ('-Twenty-foultlr-Ave-mre-N', 'Twenty-foultlr-Ave-mre-N'), ('-aira-', 'aira-')]
SUW19100915-V04-36-page1.txt: [('-it', 'it'), ('--eif', '-eif'), ('-', ''), ('-Meaning', 'Meaning'), ('-.she', '.she'), ('-', ''), ('-', ''), ('-', ''), ('-Sail', 'Sail'), ('-dreamed', 'dreamed')]
SUW19100915-V04-36-page2.txt: [('-briox', 'briox'), ('pros-', 'pros'), ('--tate', '-tate'), ('-sowingrOiV', 'sowingrOiV'), ('-', ''), ('-We', 'We'), ('-is', 'is'), ('Un-', 'Un'), ('-a', 'a')]
SUW19100915-V04-36-page3.txt: [("-'they", "'they"), ('-', '')]
SUW19100915-V04-36-page4.txt: [('-Field-Missionary-Agent', 'Field-Missionary-Agent'), ('-SABBATH-SCHbOL', 'SABBATH-SCHbOL'), ('-----fOr', '----fOr'), ('-', ''), ('-fund.', 'fund.'), ('work-', 'work'), ('-did.', 'did.'), ('--PaPers', '-PaPers'), ('-offerings', 'offerings'), ('-', ''), ('Mc-', 'Mc')]
SUW19100915-V04-36-page5.txt: [('-a', 'a'), ('-fund', 'fund'), ('-', ''), ('laborers-', 'laborers'), ('-', '')]
SUW19100915-V04-36-page6.txt: [('---trutir-for-these-tinies', '--trutir-for-these-tinies'), ('self-support-', 'self-support'), ('-M.', 'M.'), ('-Fund', 'Fund')]
SUW19100915-V04-36-page7.txt: [('---', '--'), ('-pound', 'pound'), ('-', '')]
SUW19100915-V04-36-page8.txt: [('-', ''), ('-FOOD', 'FOOD'), ('-than', 'than'), ('-more', 'more'), ('-', '')]
SUW19100922-V04-37-page1.txt: [('up-', 'up')]
SUW19100922-V04-37-page2.txt: [('Watehman--', 'Watehman-'), ('-', ''), ('nicely-', 'nicely'), ('--A', '-A'), ('-Present', 'Present'), ('-fund', 'fund'), ('-Ail', 'Ail')]
SUW19100922-V04-37-page3.txt: [('com-', 'com'), ('-', ''), ('-fund.', 'fund.'), ('-fund.', 'fund.'), ('mold-', 'mold')]
SUW19100922-V04-37-page4.txt: [('and--also-the--', 'and--also-the-'), ('op-', 'op'), ('-F.', 'F.'), ('-', '')]
SUW19100922-V04-37-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('Nor-', 'Nor'), ('-citizens', 'citizens')]
SUW19100922-V04-37-page6.txt: [('---JUNIOR', '--JUNIOR'), ('-cotton-mill', 'cotton-mill'), ('-', ''), ('---beette-r-serviee', '--beette-r-serviee'), ('---Every', '--Every'), ('-fund', 'fund'), ('-therten-cent-a-vfeek-missioir', 'therten-cent-a-vfeek-missioir'), ('-andthe', 'andthe')]
SUW19100922-V04-37-page7.txt: [('zee-', 'zee')]
SUW19100922-V04-37-page8.txt: [('Address-all-c-er-respendeflee-te-', 'Address-all-c-er-respendeflee-te'), ('Association.-', 'Association.'), ('September-', 'September'), ('eter-', 'eter'), ('-less', 'less')]
SUW19100929-V04-38-page1.txt: [('pri-', 'pri'), ('-', ''), ('facili-', 'facili')]
SUW19100929-V04-38-page3.txt: [('setting-', 'setting')]
SUW19100929-V04-38-page4.txt: [('-', ''), ('Brother-', 'Brother'), ('---arrsortand', '--arrsortand'), ('-many', 'many'), ('-blessings', 'blessings'), ('camp-', 'camp'), ('--e--', '-e--'), ('--to', '-to'), ('-ter', 'ter'), ('-lb.', 'lb.')]
SUW19100929-V04-38-page5.txt: [('WOMAN-', 'WOMAN'), ('-they', 'they')]
SUW19100929-V04-38-page6.txt: [('-', ''), ('campaign.-', 'campaign.'), ('-making', 'making'), ('-this', 'this'), ('-masses', 'masses')]
SUW19100929-V04-38-page7.txt: [('-Roali.', 'Roali.'), ('Louisiana-', 'Louisiana'), ('-T', 'T'), ('-', ''), ("-'", "'"), ('-', '')]
SUW19100929-V04-38-page8.txt: [('-UNION', 'UNION'), ('-confidently', 'confidently'), ('-expected', 'expected')]
SUW19101006-V04-39-page1.txt: [('be-', 'be'), ('-the', 'the'), ('-way', 'way'), ('arise-', 'arise')]
SUW19101006-V04-39-page2.txt: [('-of--falling-away-to', 'of--falling-away-to'), ('--that', '-that'), ('-this', 'this'), ('-tour', 'tour'), ('-work', 'work'), ('-has-been', 'has-been'), ('-', ''), ('-art', 'art')]
SUW19101006-V04-39-page3.txt: [('-', ''), ('remain-', 'remain'), ('-', '')]
SUW19101006-V04-39-page4.txt: [('-see', 'see'), ('---arrdthat', '--arrdthat'), ('the-', 'the'), ('-', ''), ('-treasury', 'treasury'), ('-', ''), ('-is', 'is'), ('swelling--', 'swelling-')]
SUW19101006-V04-39-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('r---', 'r--'), ('-', '')]
SUW19101006-V04-39-page6.txt: [('DEPART-', 'DEPART'), ('MEND-', 'MEND'), ('-for', 'for'), ('-', ''), ('-', '')]
SUW19101006-V04-39-page7.txt: [('-', ''), ('thequeation--', 'thequeation-')]
SUW19101006-V04-39-page8.txt: [('F-', 'F'), ('-', ''), ('s-', 's'), ('-eika-eIais', 'eika-eIais'), ('to-', 'to'), ('-', '')]
SUW19101013-V04-40-page1.txt: [('--', '-'), ('-Past', 'Past'), ('thisfield-', 'thisfield'), ('-the.waY', 'the.waY'), ('envelopes--', 'envelopes-')]
SUW19101013-V04-40-page2.txt: [('Ard-', 'Ard'), ('--but', '-but')]
SUW19101013-V04-40-page3.txt: [('appreciate.-', 'appreciate.'), ('-our', 'our')]
SUW19101013-V04-40-page4.txt: [('-UNION', 'UNION'), ('-', ''), ('-the', 'the'), ('-Lord', 'Lord'), ('-', '')]
SUW19101013-V04-40-page5.txt: [('-', ''), ('-while', 'while'), ('can-', 'can')]
SUW19101013-V04-40-page6.txt: [('-', ''), ('Herod-', 'Herod'), ('----of-the-chrrrch-todo', '---of-the-chrrrch-todo'), ('-', '')]
SUW19101013-V04-40-page7.txt: [('-', ''), ('-abiding', 'abiding'), ('tie--', 'tie-'), ('-choose', 'choose'), ('Selected.-', 'Selected.')]
SUW19101013-V04-40-page8.txt: [('-it--witl-dbraite', 'it--witl-dbraite'), ('indi-', 'indi'), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('-', ''), ('-TwerrriTid-ur', 'TwerrriTid-ur'), ('-Avenue', 'Avenue'), ('-FifTY-CENTS', 'FifTY-CENTS'), ('-YEA', 'YEA'), ('-great', 'great'), ('-he', 'he'), ('-The', 'The')]
SUW19101020-V04-41-page1.txt: [('-and', 'and'), ('enlight-', 'enlight'), ('be-', 'be'), ('-Ilievers', 'Ilievers'), ('-', ''), ('Seventh-day-', 'Seventh-day'), ('-', ''), ('-in', 'in'), ('-of', 'of'), ('-out', 'out')]
SUW19101020-V04-41-page2.txt: [('-often', 'often'), ('-brings', 'brings'), ('-time--to--properly', 'time--to--properly'), ('---passages-as-Mark-', '--passages-as-Mark-'), ('-', ''), ('-', ''), ('-Foreign-Mission', 'Foreign-Mission'), ('-a', 'a'), ('-step-which', 'step-which'), ('PiiiiiiFiriere-', 'PiiiiiiFiriere'), ("-God's", "God's"), ('give-', 'give'), ('-kind.', 'kind.')]
SUW19101020-V04-41-page3.txt: [('em-', 'em'), ('SOUTI-', 'SOUTI')]
SUW19101020-V04-41-page4.txt: [('-', ''), ('-', '')]
SUW19101020-V04-41-page5.txt: [('Mis-', 'Mis')]
SUW19101020-V04-41-page6.txt: [('-course', 'course'), ('-and', 'and'), ('-for', 'for'), ('-ought', 'ought'), ('"-', '"')]
SUW19101020-V04-41-page7.txt: [('REPORT-', 'REPORT'), ('-', ''), ('-all', 'all'), ('-', ''), ('-enatural', 'enatural'), ('de-', 'de'), ('-its', 'its'), ('-lasts', 'lasts')]
SUW19101020-V04-41-page8.txt: [('--', '-'), ('-acre', 'acre'), ('-pound', 'pound'), ('-acre', 'acre'), ('-acre', 'acre'), ('drift-', 'drift'), ('-foot', 'foot'), ('-', ''), ('-foot', 'foot'), ('-foot', 'foot'), ('-foot', 'foot')]
SUW19101027-V04-42-page1.txt: [('mat-', 'mat'), ('-in-the', 'in-the')]
SUW19101027-V04-42-page2.txt: [('-', ''), ('-business', 'business'), ('Ran-', 'Ran'), ('-tan', 'tan'), ('-', ''), ('-', ''), ('to-day--', 'to-day-'), ('-', '')]
SUW19101027-V04-42-page3.txt: [('-', ''), ('Foot-', 'Foot')]
SUW19101027-V04-42-page4.txt: [('-is-to-he-light-erred', 'is-to-he-light-erred'), ('-is', 'is')]
SUW19101027-V04-42-page5.txt: [('Bro.-', 'Bro.'), ('-O.', 'O.'), ('corn-', 'corn')]
SUW19101027-V04-42-page6.txt: [('-Onrsales', 'Onrsales'), ('-for', 'for'), ('--be-for', '-be-for'), ('-', ''), ('-years', 'years'), ('-feel', 'feel'), ('-years', 'years'), ('--The', '-The'), ('backward-', 'backward'), ('-', '')]
SUW19101027-V04-42-page7.txt: [('-Marley....n', 'Marley....n'), ('min-', 'min'), ('-commer-', 'commer-')]
SUW19101027-V04-42-page8.txt: [('--', '-'), ('-T', 'T'), ('-T-enne', 'T-enne'), ('-', ''), ('away.-', 'away.')]
SUW19101103-V04-43-page1.txt: [('-can', 'can')]
SUW19101103-V04-43-page2.txt: [('-We', 'We')]
SUW19101103-V04-43-page3.txt: [('-will', 'will'), ('-of', 'of'), ('some-', 'some'), ('thirty-', 'thirty'), ('-"I', '"I'), ('contribut-', 'contribut')]
SUW19101103-V04-43-page4.txt: [('---carne', '--carne'), ('-', ''), ('-So', 'So'), ('MAGAZINE-', 'MAGAZINE'), ('-how', 'how')]
SUW19101103-V04-43-page5.txt: [('sub-', 'sub'), ('-the', 'the')]
SUW19101103-V04-43-page6.txt: [('-But-Satan', 'But-Satan'), ('-plainins', 'plainins'), ('-shotrldnut', 'shotrldnut'), ('-and-sinned', 'and-sinned'), ('-', ''), ('come-to--it--', 'come-to--it-'), ('te-plan--requires--a-', 'te-plan--requires--a'), ('word-.-', 'word-.'), ('were-', 'were'), ('-', '')]
SUW19101103-V04-43-page7.txt: [('-', '')]
SUW19101103-V04-43-page8.txt: [('to-', 'to'), ('dis-', 'dis')]
SUW19101110-V04-44-page2.txt: [('-e', 'e'), ('--Y-', '-Y-'), ('ENKS-', 'ENKS'), ('-enclosed', 'enclosed'), ('-on--', 'on--'), ('-camp-grounds--', 'camp-grounds--'), ('-interest.', 'interest.'), ('that-', 'that'), ('-.have-a-right.', '.have-a-right.'), ('-unto-the-Lard', 'unto-the-Lard'), ('--The-first--', '-The-first--'), ('--', '-'), ('-when-', 'when-'), ('-good', 'good'), ('-books', 'books'), ('-way.', 'way.'), ('-to', 'to'), ('South--', 'South-')]
SUW19101110-V04-44-page3.txt: [("'-", "'"), ('-funeral', 'funeral')]
SUW19101110-V04-44-page4.txt: [('a-', 'a'), ('g-', 'g'), ('-the', 'the'), ('-', '')]
SUW19101110-V04-44-page5.txt: [('-her', 'her'), ('-heart', 'heart'), ('-to', 'to'), ('-', ''), ('they-', 'they')]
SUW19101110-V04-44-page6.txt: [('-', ''), ('-on', 'on'), ('-', ''), ('appre-', 'appre')]
SUW19101110-V04-44-page7.txt: [('-.unanimously', '.unanimously'), ('--Bro.', '-Bro.'), ('thirty-', 'thirty'), ('-other', 'other'), ('-', ''), ('-high', 'high'), ('-', ''), ('-', ''), ('SOITTItERTU-', 'SOITTItERTU'), ('of-', 'of'), ('-', ''), ('--', '-')]
SUW19101110-V04-44-page8.txt: [('-', ''), ('-T-enne-ssee', 'T-enne-ssee')]
SUW19101117-V04-45-page1.txt: [('-', ''), ('-', '')]
SUW19101117-V04-45-page2.txt: [('-of', 'of'), ('-Sunday', 'Sunday'), ('lastwinter--', 'lastwinter-'), ('who-', 'who'), ('-', '')]
SUW19101117-V04-45-page3.txt: [('-UNION', 'UNION')]
SUW19101117-V04-45-page4.txt: [('-', ''), ('-S-.-Fry', 'S-.-Fry'), ('-the', 'the'), ('-by', 'by'), ('-in', 'in'), ('-behalf', 'behalf'), ('"Godsinark-', '"Godsinark')]
SUW19101117-V04-45-page5.txt: [('-', ''), ('them-', 'them'), ('Nebu-', 'Nebu'), ('-chadnezzar', 'chadnezzar'), ('-as', 'as'), ('-', '')]
SUW19101117-V04-45-page6.txt: [('SO-', 'SO'), ('OF-TH.E-SOU-THERN-', 'OF-TH.E-SOU-THERN'), ('of-', 'of'), ('some--', 'some-'), ('-makes', 'makes'), ('-', ''), ('Every-', 'Every'), ('ex-', 'ex'), ('-tell-you-wiren', 'tell-you-wiren')]
SUW19101117-V04-45-page7.txt: [('-', '')]
SUW19101117-V04-45-page8.txt: [('-Twelity-fourth.', 'Twelity-fourth.'), ('Avenue-', 'Avenue'), ('-liashville', 'liashville'), ('-', ''), ('-enth-day', 'enth-day')]
SUW19101124-V04-46-page1.txt: [('-He', 'He'), ('-of', 'of'), ('-about', 'about'), ('-three', 'three')]
SUW19101124-V04-46-page2.txt: [('-UNION', 'UNION'), ('-votgicEik', 'votgicEik'), ('--second', '-second'), ('-FUND', 'FUND'), ('-fund.', 'fund.'), ('-other-fund', 'other-fund'), ('-', ''), ('-SOas', 'SOas'), ('-', '')]
SUW19101124-V04-46-page3.txt: [('-', ''), ('fun-', 'fun')]
SUW19101124-V04-46-page4.txt: [('F-', 'F'), ('-farm', 'farm'), ('and-', 'and'), ('a-', 'a'), ('-very', 'very'), ('-profitable', 'profitable'), ('study--', 'study-'), ('-past-lessons', 'past-lessons'), ('--ilinstrated-toy', '-ilinstrated-toy'), ('-Lord-has', 'Lord-has'), ('carperit-', 'carperit'), ('-We', 'We'), ('-of', 'of'), ('-', ''), ('-Great', 'Great'), ('-', ''), ('-', '')]
SUW19101124-V04-46-page5.txt: [('..Sister-', '..Sister'), ('-', ''), ('-work."', 'work."'), ('.-', '.'), ('experiences.-', 'experiences.'), ('-the', 'the'), ('-', ''), ('-', ''), ('-and', 'and')]
SUW19101124-V04-46-page6.txt: [('tin-', 'tin'), ('-interesting', 'interesting'), ('as-', 'as')]
SUW19101124-V04-46-page7.txt: [('-AVoliWYPAPse.', 'AVoliWYPAPse.'), ("-sigh'", "sigh'"), ('-t', 't')]
SUW19101124-V04-46-page8.txt: [('onfereimes-', 'onfereimes'), ('-Mrsriktfri', 'Mrsriktfri'), ('ad-', 'ad'), ('"Roosevelt-', '"Roosevelt'), ('-for', 'for'), ('-to', 'to'), ('-', ''), ('higher-', 'higher'), ('yet-', 'yet')]
SUW19101201-V04-47-page1.txt: [('-', '')]
SUW19101201-V04-47-page2.txt: [('seated.-', 'seated.')]
SUW19101201-V04-47-page3.txt: [('-', '')]
SUW19101201-V04-47-page4.txt: [('-------------------------------------------', '------------------------------------------'), ('-with', 'with')]
SUW19101201-V04-47-page5.txt: [('re-', 're')]
SUW19101201-V04-47-page6.txt: [('-victory', 'victory')]
SUW19101201-V04-47-page7.txt: [("'-", "'"), ('-such', 'such')]
SUW19101201-V04-47-page8.txt: [('-', ''), ('--fslashville', '-fslashville')]
SUW19101208-V04-48-page1.txt: [('-', '')]
SUW19101208-V04-48-page2.txt: [('-', ''), ('-the', 'the'), ('-', '')]
SUW19101208-V04-48-page4.txt: [('END--', 'END-'), ('-------------------------------------', '------------------------------------'), ('END-', 'END')]
SUW19101208-V04-48-page5.txt: [('inac-', 'inac'), ('-rtive', 'rtive'), ('-', ''), ('suc-', 'suc')]
SUW19101208-V04-48-page6.txt: [('-little', 'little'), ('c-cTii"-', 'c-cTii"')]
SUW19101208-V04-48-page7.txt: [('-', ''), ('pofj-', 'pofj')]
SUW19101208-V04-48-page8.txt: [('-', '')]
SUW19101215-V04-49-page1.txt: [('lo-', 'lo'), ('athe-', 'athe')]
SUW19101215-V04-49-page3.txt: [('-are', 'are'), ('-visitors.', 'visitors.'), ('-', ''), ('-an', 'an')]
SUW19101215-V04-49-page4.txt: [('-SAD', 'SAD'), ('-NEWS-', 'NEWS-'), ('WEIRE-THE-CDSTOMERS-SAY-', 'WEIRE-THE-CDSTOMERS-SAY'), ('--', '-'), ('-', ''), ('-to-get--my', 'to-get--my'), ('-', ''), ('-dollar', 'dollar')]
SUW19101215-V04-49-page5.txt: [('Mc-', 'Mc'), ('hun-', 'hun'), ('-', ''), ('In-', 'In')]
SUW19101215-V04-49-page7.txt: [('DIS-', 'DIS'), ('wor-', 'wor')]
SUW19101215-V04-49-page8.txt: [('-.Address--all', '.Address--all'), ('-correspondence-te', 'correspondence-te'), ('-', ''), ('-', ''), ('black-', 'black'), ('-Conference-earnrnittee-as', 'Conference-earnrnittee-as')]
SUW19101222-V04-50-page1.txt: [('fur-', 'fur'), ('meet-', 'meet')]
SUW19101222-V04-50-page2.txt: [('-In', 'In'), ('-"-Ministry', '"-Ministry'), ('-which-are', 'which-are'), ('.-', '.')]
SUW19101222-V04-50-page3.txt: [('re-', 're')]
SUW19101222-V04-50-page4.txt: [('that-will--', 'that-will-'), ('--', '-'), ('presi-', 'presi')]
SUW19101222-V04-50-page5.txt: [('RE-', 'RE'), ('Charles-', 'Charles')]
SUW19101222-V04-50-page6.txt: [('-aft', 'aft'), ('-', ''), ('rec-', 'rec')]
SUW19101222-V04-50-page7.txt: [('an-', 'an')]
SUW19101222-V04-50-page8.txt: [('ASSOCIA-', 'ASSOCIA'), ('MISSION-', 'MISSION'), ('-', ''), ('-', '')]
SUW19101229-V04-51-page1.txt: [('-', '')]
SUW19101229-V04-51-page3.txt: [('-A', 'A')]
SUW19101229-V04-51-page4.txt: [('AGENTS-REPORT-', 'AGENTS-REPORT'), ('-', ''), ('-or---', 'or---'), ('who-survives-', 'who-survives'), ('-----------------------------------', '----------------------------------'), ('-', '')]
SUW19101229-V04-51-page5.txt: [('-of', 'of'), ('ACAD-', 'ACAD'), ('partial-', 'partial'), ('-', ''), ('colpOr-', 'colpOr')]
SUW19101229-V04-51-page6.txt: [('-and', 'and'), ('-It', 'It'), ('-their.', 'their.'), ('-desires', 'desires'), ('-bapti', 'bapti'), ('-many', 'many'), ('-by', 'by'), ('-of', 'of'), ('-are-...of', 'are-...of'), ('-', ''), ('accom-', 'accom')]
SUW19101229-V04-51-page7.txt: [('-scale', 'scale'), ('-', ''), ('-Money', 'Money'), ('-', '')]
SUW19101229-V04-51-page8.txt: [('consider-', 'consider'), ('-December', 'December'), ('-', ''), ('-', ''), ('ASSOCIA-', 'ASSOCIA'), ('-Secretary.', 'Secretary.'), ('-', '')]
SUW19110105-V05-01-page1.txt: [('-should', 'should')]
SUW19110105-V05-01-page2.txt: [('-', ''), ('-Eld.', 'Eld.'), ('Work-', 'Work'), ('-Eld.', 'Eld.'), ('-J.', 'J.'), ('-A.', 'A.'), ('-L.', 'L.'), ('-Stereopticon', 'Stereopticon'), ('-J.', 'J.'), ('-', ''), ('Magazines-', 'Magazines')]
SUW19110105-V05-01-page3.txt: [('-Discussion', 'Discussion'), ('-Now', 'Now'), ('-he', 'he'), ('con-', 'con')]
SUW19110105-V05-01-page4.txt: [('Jack-', 'Jack'), ('SOUTHERN-', 'SOUTHERN')]
SUW19110105-V05-01-page5.txt: [('-as', 'as')]
SUW19110105-V05-01-page6.txt: [('-"Ministry', '"Ministry')]
SUW19110105-V05-01-page7.txt: [('-', '')]
SUW19110105-V05-01-page8.txt: [('ASSOCIA-', 'ASSOCIA'), ('UN-', 'UN')]
SUW19110112-V05-02-page2.txt: [('-see', 'see'), ('-will', 'will'), ('-', '')]
SUW19110112-V05-02-page3.txt: [('thor-', 'thor'), ('mes-', 'mes'), ('con-', 'con'), ('-vider', 'vider')]
SUW19110112-V05-02-page4.txt: [('south-', 'south')]
SUW19110112-V05-02-page5.txt: [('-', ''), ('-', '')]
SUW19110112-V05-02-page6.txt: [('-from', 'from')]
SUW19110112-V05-02-page7.txt: [('-', ''), ('-', ''), ('....Pofj-', '....Pofj')]
SUW19110112-V05-02-page8.txt: [('-UNION', 'UNION'), ('-lb.', 'lb.'), ('WORK-', 'WORK')]
SUW19110119-V05-03-page1.txt: [('wor-', 'wor')]
SUW19110119-V05-03-page2.txt: [('-', ''), ('-to', 'to'), ('ovei-', 'ovei'), ('-', '')]
SUW19110119-V05-03-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19110119-V05-03-page4.txt: [('-', '')]
SUW19110119-V05-03-page5.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19110119-V05-03-page6.txt: [('I-', 'I'), ('-that', 'that'), ('-think', 'think')]
SUW19110119-V05-03-page7.txt: [('summer.-', 'summer.'), ('while-', 'while')]
SUW19110126-V05-04-page1.txt: [('-Seventh-day', 'Seventh-day'), ('-the', 'the'), ('-Conference', 'Conference'), ('-to"', 'to"'), ('-', ''), ('-the', 'the'), ('-place', 'place'), ('-and', 'and'), ('-hie', 'hie'), ('instrumentality-', 'instrumentality'), ('-neath', 'neath'), ('-victory.-', 'victory.-'), ('--', '-'), ("-I-have'", "I-have'"), ('dif-', 'dif'), ('-ferent', 'ferent'), ('-the', 'the'), ('will-', 'will')]
SUW19110126-V05-04-page2.txt: [('-of', 'of'), ('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('can-', 'can'), ('-', '')]
SUW19110126-V05-04-page3.txt: [('-', ''), ('Sab-', 'Sab'), ('END-', 'END'), ('-honor', 'honor')]
SUW19110126-V05-04-page4.txt: [('-one', 'one'), ('-on', 'on'), ('-six', 'six'), ('---', '--')]
SUW19110126-V05-04-page5.txt: [('twine-', 'twine'), ('-', ''), ('-the', 'the'), ('-', ''), ("-'the'latte.", "'the'latte."), ("I'-'kneW-", "I'-'kneW"), ('an-', 'an'), ('-fOodS', 'fOodS'), ('-', ''), ('-How', 'How'), ('-', ''), ('-', '')]
SUW19110126-V05-04-page6.txt: [('-', '')]
SUW19110126-V05-04-page7.txt: [('-Iowa', 'Iowa'), ('red-', 'red'), ('-for', 'for'), ('"SEVENTH-DA-', '"SEVENTH-DA')]
SUW19110126-V05-04-page8.txt: [('-lb.', 'lb.'), ('-it', 'it'), ('-the', 'the'), ('-', '')]
SUW19110202-V05-05-page2.txt: [('-', ''), ('encourage-', 'encourage')]
SUW19110202-V05-05-page4.txt: [('-', ''), ('oppor-', 'oppor')]
SUW19110202-V05-05-page5.txt: [('en-', 'en'), ('thou-', 'thou'), ('-', '')]
SUW19110202-V05-05-page7.txt: [('-who', 'who'), ('-a', 'a'), ('-ones.', 'ones.'), ('-reward.', 'reward.'), ('-Value', 'Value')]
SUW19110209-V05-06-page2.txt: [('-', '')]
SUW19110209-V05-06-page3.txt: [('-', ''), ('law-', 'law')]
SUW19110209-V05-06-page4.txt: [('serv-', 'serv'), ('-', ''), ('-he', 'he')]
SUW19110216-V05-07-page2.txt: [('-UNION', 'UNION'), ('-', ''), ('-', '')]
SUW19110216-V05-07-page3.txt: [('--', '-')]
SUW19110216-V05-07-page4.txt: [('-', ''), ('-that', 'that'), ('SABBATH-', 'SABBATH'), ('much.-', 'much.')]
SUW19110216-V05-07-page6.txt: [('-', '')]
SUW19110216-V05-07-page7.txt: [('-', '')]
SUW19110216-V05-07-page8.txt: [('IN-', 'IN'), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', ''), ('-jumped', 'jumped')]
SUW19110223-V05-08-page1.txt: [('-', '')]
SUW19110223-V05-08-page3.txt: [('-', '')]
SUW19110223-V05-08-page4.txt: [('-a', 'a')]
SUW19110223-V05-08-page5.txt: [('-', '')]
SUW19110223-V05-08-page7.txt: [('-I', 'I'), ('-we', 'we')]
SUW19110223-V05-08-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Twenty-', 'Twenty')]
SUW19110302-V05-09-page2.txt: [('-', ''), ('-', '')]
SUW19110302-V05-09-page4.txt: [('-', '')]
SUW19110302-V05-09-page5.txt: [('-begin', 'begin')]
SUW19110302-V05-09-page6.txt: [('inexpen-', 'inexpen')]
SUW19110302-V05-09-page8.txt: [('-', ''), ('Twenty-', 'Twenty'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19110309-V05-10-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-is', 'is'), ('Sab-', 'Sab')]
SUW19110309-V05-10-page2.txt: [('-by', 'by')]
SUW19110309-V05-10-page3.txt: [('Read-', 'Read')]
SUW19110309-V05-10-page5.txt: [('-very', 'very')]
SUW19110309-V05-10-page8.txt: [('-of', 'of'), ('CAMP-', 'CAMP'), ('o-', 'o'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19110316-V05-11-page1.txt: [('sure--', 'sure-')]
SUW19110316-V05-11-page2.txt: [('-UNION', 'UNION'), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Floyd-', 'Floyd'), ('extend-', 'extend')]
SUW19110316-V05-11-page3.txt: [('-UNION', 'UNION')]
SUW19110316-V05-11-page7.txt: [('peo-', 'peo')]
SUW19110316-V05-11-page8.txt: [('-WORKER', 'WORKER'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19110323-V05-12-page2.txt: [('The-', 'The')]
SUW19110323-V05-12-page3.txt: [('-mark', 'mark'), ('-WORKER', 'WORKER')]
SUW19110323-V05-12-page4.txt: [('-------------------------------------------', '------------------------------------------')]
SUW19110323-V05-12-page8.txt: [('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', '')]
SUW19110330-V05-13-page2.txt: [('Co-', 'Co'), ('-', '')]
SUW19110330-V05-13-page3.txt: [('-UNION', 'UNION')]
SUW19110330-V05-13-page5.txt: [('-to', 'to')]
SUW19110330-V05-13-page6.txt: [('New-', 'New')]
SUW19110330-V05-13-page8.txt: [('VOLUN-', 'VOLUN'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19110406-V05-14-page2.txt: [('-if', 'if')]
SUW19110406-V05-14-page3.txt: [('EVO-', 'EVO'), ('-', ''), ('-WORKER', 'WORKER'), ('-', '')]
SUW19110406-V05-14-page4.txt: [('ACCOM-', 'ACCOM'), ('-', '')]
SUW19110406-V05-14-page6.txt: [('-they', 'they'), ('-', ''), ('see.-', 'see.')]
SUW19110406-V05-14-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('consumed-', 'consumed'), ('-', '')]
SUW19110413-V05-15-page1.txt: [('estab-', 'estab')]
SUW19110413-V05-15-page2.txt: [('you.-', 'you.'), ('-workers', 'workers')]
SUW19110413-V05-15-page3.txt: [('I-', 'I'), ('-', '')]
SUW19110413-V05-15-page6.txt: [('in-', 'in'), ('Seventh-day-', 'Seventh-day'), ('-obey', 'obey'), ('-Achans', 'Achans'), ('-', ''), ('-introduced', 'introduced'), ('-question', 'question'), ('-arid', 'arid')]
SUW19110413-V05-15-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('four-', 'four')]
SUW19110413-V05-15-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19110420-V05-16-page1.txt: [('-.titne', '.titne'), ('-progress', 'progress'), ('-For', 'For'), ('--McKellar.', '-McKellar.')]
SUW19110420-V05-16-page2.txt: [('-If', 'If')]
SUW19110420-V05-16-page3.txt: [('-FOR', 'FOR'), ('-', '')]
SUW19110420-V05-16-page4.txt: [('-UNION', 'UNION'), ('END-', 'END')]
SUW19110420-V05-16-page5.txt: [('hun-', 'hun')]
SUW19110420-V05-16-page7.txt: [('Pro-', 'Pro'), ('arti-', 'arti'), ('il-', 'il')]
SUW19110420-V05-16-page8.txt: [('-gallon', 'gallon'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('CANVASSERS--', 'CANVASSERS-')]
SUW19110427-V05-17-page1.txt: [('-', '')]
SUW19110427-V05-17-page2.txt: [('-', '')]
SUW19110427-V05-17-page4.txt: [('-', ''), ('TITHE-', 'TITHE'), ('-', ''), ('dis-', 'dis'), ('Rea-', 'Rea')]
SUW19110427-V05-17-page6.txt: [('CONFERENCE-', 'CONFERENCE')]
SUW19110427-V05-17-page7.txt: [('-Moore.BFL', 'Moore.BFL'), ('-UNION', 'UNION')]
SUW19110427-V05-17-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19110504-V05-18-page4.txt: [('-The', 'The'), ('an-', 'an')]
SUW19110504-V05-18-page5.txt: [('-the', 'the'), ('show-', 'show'), ('to-', 'to')]
SUW19110504-V05-18-page6.txt: [('-II.', 'II.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19110504-V05-18-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19110511-V05-19-page1.txt: [("'-", "'"), ('-would', 'would'), ('MIS-', 'MIS')]
SUW19110511-V05-19-page2.txt: [('Sabbath-', 'Sabbath')]
SUW19110511-V05-19-page4.txt: [('oc-', 'oc')]
SUW19110511-V05-19-page6.txt: [('-rarely', 'rarely'), ('-', ''), ('-', '')]
SUW19110511-V05-19-page7.txt: [('MIS-', 'MIS')]
SUW19110511-V05-19-page8.txt: [('-', ''), ('-', ''), ('COOK-', 'COOK'), ('-', ''), ('-', ''), ('-', ''), ('CAMP-', 'CAMP')]
SUW19110518-V05-20-page2.txt: [('-', '')]
SUW19110518-V05-20-page4.txt: [('-', ''), ('-', '')]
SUW19110518-V05-20-page6.txt: [('SO-', 'SO')]
SUW19110518-V05-20-page7.txt: [('-delivered', 'delivered')]
SUW19110518-V05-20-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('COOK-', 'COOK'), ('-', '')]
SUW19110525-V05-21-page1.txt: [('Jebusi-', 'Jebusi'), ('-', ''), ('--', '-')]
SUW19110525-V05-21-page3.txt: [('-', '')]
SUW19110525-V05-21-page5.txt: [('co-', 'co')]
SUW19110525-V05-21-page7.txt: [('es-', 'es'), ('-the', 'the')]
SUW19110525-V05-21-page8.txt: [('-MEETING', 'MEETING'), ('-July', 'July'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-gallon', 'gallon'), ('COOK-', 'COOK'), ('-', '')]
SUW19110601-V05-22-page1.txt: [('-', ''), ('-', '')]
SUW19110601-V05-22-page3.txt: [('SOUTHERN-', 'SOUTHERN')]
SUW19110601-V05-22-page4.txt: [('-UNION', 'UNION'), ('END-', 'END')]
SUW19110601-V05-22-page5.txt: [('-', ''), ('pur-', 'pur')]
SUW19110601-V05-22-page8.txt: [('-', ''), ('-MEETING', 'MEETING'), ('-', ''), ('-', ''), ('COOK-', 'COOK'), ('-new', 'new'), ('-', ''), ('-', ''), ('-', '')]
SUW19110608-V05-23-page1.txt: [('-', '')]
SUW19110608-V05-23-page4.txt: [('-', ''), ('-there', 'there'), ('Pine-', 'Pine'), ('-', '')]
SUW19110608-V05-23-page5.txt: [('-', ''), ('Sa-', 'Sa')]
SUW19110608-V05-23-page6.txt: [('SANI-', 'SANI')]
SUW19110608-V05-23-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('COOK-', 'COOK'), ('sere-', 'sere'), ('-', '')]
SUW19110615-V05-24-page2.txt: [('Sab-', 'Sab'), ('-without', 'without'), ('-', ''), ('-', '')]
SUW19110615-V05-24-page3.txt: [('-aching', 'aching'), ('"The-', '"The'), ('-', ''), ('L-', 'L')]
SUW19110615-V05-24-page4.txt: [('-Oxt', 'Oxt')]
SUW19110615-V05-24-page5.txt: [('-to', 'to'), ('-wonderfully.', 'wonderfully.'), ('-headed', 'headed'), ('con-', 'con'), ('can-', 'can')]
SUW19110615-V05-24-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('COOK-', 'COOK'), ('-', ''), ('-', ''), ('-', '')]
SUW19110622-V05-25-page1.txt: [('press-', 'press')]
SUW19110622-V05-25-page2.txt: [('-', ''), ('-churches.', 'churches.'), ('peo-', 'peo'), ('-pie', 'pie')]
SUW19110622-V05-25-page3.txt: [('Evan-', 'Evan')]
SUW19110622-V05-25-page4.txt: [('-', ''), ('Sev-', 'Sev'), ('Marie-', 'Marie'), ('-', ''), ('-is', 'is'), ('-Shelby', 'Shelby')]
SUW19110622-V05-25-page5.txt: [('-en', 'en')]
SUW19110622-V05-25-page6.txt: [('gen-', 'gen'), ('-', ''), ('---', '--')]
SUW19110622-V05-25-page7.txt: [('-', ''), ('--', '-')]
SUW19110622-V05-25-page8.txt: [('-MEETING', 'MEETING'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('COOK-', 'COOK')]
SUW19110629-V05-26-page2.txt: [('love.--', 'love.-')]
SUW19110629-V05-26-page3.txt: [('-', ''), ('-', '')]
SUW19110629-V05-26-page4.txt: [('-SABBATH-SCHOOL', 'SABBATH-SCHOOL'), ('-UNION', 'UNION')]
SUW19110629-V05-26-page5.txt: [('--', '-')]
SUW19110629-V05-26-page6.txt: [('-', ''), ('--', '-'), ('-"God', '"God')]
SUW19110629-V05-26-page7.txt: [('-', '')]
SUW19110629-V05-26-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-given.', 'given.'), ('-', ''), ('-', ''), ('COOK-', 'COOK'), ('-seriously', 'seriously'), ('-interrupts', 'interrupts'), ('-the', 'the'), ('per-', 'per')]
SUW19110706-V05-27-page2.txt: [('-W', 'W'), ('-lodging', 'lodging')]
SUW19110706-V05-27-page3.txt: [('-', '')]
SUW19110706-V05-27-page5.txt: [('-SABBATH-SCHOOL', 'SABBATH-SCHOOL')]
SUW19110706-V05-27-page6.txt: [('world."--', 'world."-'), ('-p', 'p')]
SUW19110706-V05-27-page7.txt: [('--Selected', '-Selected')]
SUW19110706-V05-27-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('COOK-', 'COOK')]
SUW19110713-V05-28-page1.txt: [('-.Elder', '.Elder')]
SUW19110713-V05-28-page2.txt: [('-', '')]
SUW19110713-V05-28-page3.txt: [('in-', 'in')]
SUW19110713-V05-28-page4.txt: [('Thum-', 'Thum'), ('-', '')]
SUW19110713-V05-28-page5.txt: [('-SABBATH-SCHOOL', 'SABBATH-SCHOOL'), ('-Sabbath.', 'Sabbath.')]
SUW19110713-V05-28-page6.txt: [('con-', 'con')]
SUW19110713-V05-28-page7.txt: [('-', '')]
SUW19110713-V05-28-page8.txt: [('-friend', 'friend'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-in', 'in')]
SUW19110720-V05-29-page3.txt: [('-', ''), ('SOUTH-', 'SOUTH')]
SUW19110720-V05-29-page5.txt: [('-', '')]
SUW19110720-V05-29-page7.txt: [('-', ''), ('--', '-')]
SUW19110720-V05-29-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('COOK-', 'COOK'), ('-', ''), ('-read', 'read')]
SUW19110727-V05-30-page1.txt: [('-over', 'over'), ('the-', 'the')]
SUW19110727-V05-30-page2.txt: [('-HOME', 'HOME')]
SUW19110727-V05-30-page3.txt: [('-it', 'it')]
SUW19110727-V05-30-page4.txt: [('-me', 'me'), ('-why', 'why'), ('-SABBATH-SCHOOL', 'SABBATH-SCHOOL'), ('-', '')]
SUW19110727-V05-30-page7.txt: [('-', '')]
SUW19110727-V05-30-page8.txt: [('-WORKER', 'WORKER'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19110803-V05-31-page4.txt: [('-', ''), ('TAB-', 'TAB')]
SUW19110803-V05-31-page5.txt: [('-', '')]
SUW19110803-V05-31-page6.txt: [('Independ-', 'Independ')]
SUW19110803-V05-31-page7.txt: [('-', ''), ('-', '')]
SUW19110803-V05-31-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19110810-V05-32-page4.txt: [('NOTICE-', 'NOTICE')]
SUW19110810-V05-32-page7.txt: [('Cooper.--', 'Cooper.-'), ('-', ''), ('-', '')]
SUW19110810-V05-32-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19110817-V05-33-page3.txt: [('-', ''), ('confer-', 'confer'), ('cam-', 'cam'), ('CON-', 'CON'), ('-', '')]
SUW19110817-V05-33-page4.txt: [('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19110817-V05-33-page6.txt: [('-----------------------------------', '----------------------------------'), ('-', ''), ('-', '')]
SUW19110817-V05-33-page7.txt: [('cabbag-', 'cabbag')]
SUW19110817-V05-33-page8.txt: [('-reports', 'reports'), ('-', ''), ('-', '')]
SUW19110824-V05-34-page3.txt: [('success-', 'success')]
SUW19110824-V05-34-page4.txt: [('-hope', 'hope')]
SUW19110824-V05-34-page5.txt: [('-', ''), ('-to', 'to')]
SUW19110824-V05-34-page7.txt: [('-', ''), ('-', '')]
SUW19110824-V05-34-page8.txt: [('-', '')]
SUW19110831-V05-35-page2.txt: [('--', '-')]
SUW19110831-V05-35-page3.txt: [('-', '')]
SUW19110831-V05-35-page4.txt: [('-', '')]
SUW19110831-V05-35-page5.txt: [('n-', 'n')]
SUW19110831-V05-35-page6.txt: [('-', ''), ('-.', '.')]
SUW19110831-V05-35-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('COOK-', 'COOK')]
SUW19110907-V05-36-page2.txt: [('church-', 'church')]
SUW19110907-V05-36-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
SUW19110907-V05-36-page8.txt: [('-', ''), ('-', '')]
SUW19110914-V05-37-page3.txt: [('-', ''), ('-', '')]
SUW19110914-V05-37-page4.txt: [('-', ''), ('-', ''), ('prep-', 'prep')]
SUW19110914-V05-37-page5.txt: [('-', ''), ('therefore-', 'therefore'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Seventh-', 'Seventh')]
SUW19110914-V05-37-page6.txt: [('-', ''), ('-', '')]
SUW19110914-V05-37-page7.txt: [('camp-', 'camp'), ('-lb.', 'lb.'), ('-', '')]
SUW19110914-V05-37-page8.txt: [('School"--', 'School"-')]
SUW19110921-V05-38-page1.txt: [('compre-', 'compre')]
SUW19110921-V05-38-page2.txt: [('-to', 'to')]
SUW19110921-V05-38-page4.txt: [('-', ''), ('-', ''), ('Com-', 'Com'), ('-', '')]
SUW19110921-V05-38-page6.txt: [('-', '')]
SUW19110921-V05-38-page8.txt: [('Sabbath-', 'Sabbath')]
SUW19110928-V05-39-page3.txt: [('-his', 'his')]
SUW19110928-V05-39-page4.txt: [('-', '')]
SUW19110928-V05-39-page5.txt: [('TRAIN-', 'TRAIN'), ('SANI-', 'SANI')]
SUW19110928-V05-39-page6.txt: [('Manage-', 'Manage')]
SUW19110928-V05-39-page8.txt: [('-lb.', 'lb.')]
SUW19111005-V05-40-page2.txt: [('-', '')]
SUW19111005-V05-40-page3.txt: [('-', '')]
SUW19111005-V05-40-page4.txt: [('-He', 'He')]
SUW19111005-V05-40-page5.txt: [("re'-", "re'")]
SUW19111005-V05-40-page6.txt: [('-', '')]
SUW19111005-V05-40-page7.txt: [('-Br', 'Br')]
SUW19111012-V05-41-page1.txt: [('-', '')]
SUW19111012-V05-41-page2.txt: [('cor-', 'cor')]
SUW19111012-V05-41-page7.txt: [('Tal-king."---', 'Tal-king."--')]
SUW19111012-V05-41-page8.txt: [('September-', 'September'), ('-', '')]
SUW19111019-V05-42-page6.txt: [('-', '')]
SUW19111026-V05-43-page1.txt: [('pre-', 'pre')]
SUW19111026-V05-43-page2.txt: [('-I', 'I')]
SUW19111026-V05-43-page4.txt: [('-', ''), ('-', '')]
SUW19111026-V05-43-page8.txt: [('-lb.', 'lb.')]
SUW19111102-V05-44-page3.txt: [('doctors.-', 'doctors.'), ('-', '')]
SUW19111102-V05-44-page4.txt: [('-', '')]
SUW19111102-V05-44-page5.txt: [('-', ''), ('-', '')]
SUW19111102-V05-44-page6.txt: [('-', '')]
SUW19111109-V05-45-page1.txt: [('-', ''), ('-', '')]
SUW19111109-V05-45-page3.txt: [('-', '')]
SUW19111109-V05-45-page4.txt: [('-', '')]
SUW19111109-V05-45-page5.txt: [('-', '')]
SUW19111116-V05-46-page3.txt: [('-', '')]
SUW19111116-V05-46-page4.txt: [('visit-', 'visit'), ('meet-', 'meet')]
SUW19111116-V05-46-page6.txt: [('invita-', 'invita'), ('-INFIDEL', 'INFIDEL'), ('-would', 'would')]
SUW19111116-V05-46-page7.txt: [('Lewis-', 'Lewis'), ('-...', '...')]
SUW19111123-V05-47-page2.txt: [('-', '')]
SUW19111123-V05-47-page3.txt: [('-', ''), ('-', '')]
SUW19111123-V05-47-page4.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19111123-V05-47-page5.txt: [('Dis-', 'Dis')]
SUW19111123-V05-47-page6.txt: [('-', ''), ('-', '')]
SUW19111130-V05-48-page5.txt: [('-', '')]
SUW19111207-V05-49-page6.txt: [('-Be', 'Be'), ('-', '')]
SUW19111207-V05-49-page7.txt: [('-', '')]
SUW19111207-V05-49-page8.txt: [('-', '')]
SUW19111214-V05-50-page5.txt: [('-WORKER', 'WORKER')]
SUW19111214-V05-50-page7.txt: [('-', '')]
SUW19111214-V05-50-page8.txt: [('ASSOCIA-', 'ASSOCIA')]
SUW19111221-V05-51-page2.txt: [('publi-', 'publi'), ('-cation', 'cation')]
SUW19111221-V05-51-page3.txt: [('-Bible', 'Bible')]
SUW19111221-V05-51-page4.txt: [('read-', 'read')]
SUW19111221-V05-51-page5.txt: [('--', '-')]
SUW19111221-V05-51-page6.txt: [('SANI-', 'SANI'), ('-it', 'it')]
SUW19111221-V05-51-page7.txt: [('-a', 'a'), ('-heard.', 'heard.'), ('-', ''), ('-', ''), ('-', '')]
SUW19111221-V05-51-page8.txt: [('-', ''), ('MEET-', 'MEET'), ('ASSOCIA-', 'ASSOCIA')]
SUW19111228-V05-52-page3.txt: [('-UNION', 'UNION')]
SUW19111228-V05-52-page6.txt: [('respon-', 'respon')]
SUW19111228-V05-52-page7.txt: [('-every', 'every')]
SUW19111228-V05-52-page8.txt: [('MEET-', 'MEET'), ('-Avenue', 'Avenue'), ('ASSOCIA-', 'ASSOCIA'), ('-', ''), ('-', '')]
SUW19120104-V06-01-page1.txt: [('-', ''), ('-', '')]
SUW19120104-V06-01-page2.txt: [('-UNION', 'UNION')]
SUW19120104-V06-01-page3.txt: [('-UNION', 'UNION')]
SUW19120104-V06-01-page4.txt: [('-', '')]
SUW19120104-V06-01-page5.txt: [('SABBATH-', 'SABBATH'), ('-"When', '"When')]
SUW19120104-V06-01-page6.txt: [('SANI-', 'SANI')]
SUW19120104-V06-01-page7.txt: [('never-', 'never')]
SUW19120104-V06-01-page8.txt: [('ASSOCIA-', 'ASSOCIA'), ('-', '')]
SUW19120111-V06-02-page1.txt: [('-', ''), ('de-', 'de')]
SUW19120111-V06-02-page4.txt: [('-', '')]
SUW19120111-V06-02-page6.txt: [('-love', 'love'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19120118-V06-03-page1.txt: [('par-', 'par'), ('pre-', 'pre')]
SUW19120118-V06-03-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('Two-Thousand-', 'Two-Thousand'), ('-', '')]
SUW19120118-V06-03-page4.txt: [('-', '')]
SUW19120118-V06-03-page6.txt: [('fur-', 'fur'), ('benefit.-', 'benefit.')]
SUW19120118-V06-03-page8.txt: [('there-', 'there')]
SUW19120125-V06-04-page3.txt: [('-', ''), ('-page', 'page')]
SUW19120125-V06-04-page4.txt: [('-page', 'page')]
SUW19120125-V06-04-page6.txt: [('-', '')]
SUW19120125-V06-04-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.plans', '.plans')]
SUW19120201-V06-05-page5.txt: [('CON-', 'CON'), ('-', '')]
SUW19120201-V06-05-page6.txt: [('-', '')]
SUW19120201-V06-05-page8.txt: [('-', ''), ('Two-Thousand-', 'Two-Thousand'), ('-', '')]
SUW19120208-V06-06-page3.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19120208-V06-06-page4.txt: [('ASSO-', 'ASSO'), ('ASSO-', 'ASSO')]
SUW19120208-V06-06-page5.txt: [('-', ''), ('ASSO-', 'ASSO'), ('-', ''), ('-', ''), ('-', '')]
SUW19120208-V06-06-page6.txt: [('-', ''), ('-is', 'is'), ('-', '')]
SUW19120208-V06-06-page7.txt: [('-', '')]
SUW19120208-V06-06-page8.txt: [('-', '')]
SUW19120215-V06-07-page1.txt: [('-', '')]
SUW19120215-V06-07-page2.txt: [('Sab-', 'Sab')]
SUW19120215-V06-07-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19120215-V06-07-page7.txt: [('-', ''), ('-', '')]
SUW19120222-V06-08-page1.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19120222-V06-08-page2.txt: [('-', '')]
SUW19120222-V06-08-page3.txt: [('-', '')]
SUW19120222-V06-08-page5.txt: [('-', '')]
SUW19120222-V06-08-page6.txt: [('-', ''), ('-', '')]
SUW19120222-V06-08-page7.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19120222-V06-08-page8.txt: [('-', ''), ('pub-', 'pub')]
SUW19120229-V06-09-page1.txt: [('-', '')]
SUW19120229-V06-09-page3.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19120229-V06-09-page4.txt: [('-', ''), ('-as', 'as')]
SUW19120229-V06-09-page5.txt: [('-', '')]
SUW19120229-V06-09-page6.txt: [('-', '')]
SUW19120229-V06-09-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('COM-', 'COM'), ('-', '')]
SUW19120229-V06-09-page8.txt: [('-', ''), ('-', '')]
SUW19120307-V06-10-page4.txt: [('-', ''), ('in-', 'in')]
SUW19120307-V06-10-page5.txt: [('-', '')]
SUW19120307-V06-10-page6.txt: [('FEHRU-', 'FEHRU'), ('-', '')]
SUW19120307-V06-10-page7.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19120314-V06-11-page1.txt: [('Solo-', 'Solo')]
SUW19120314-V06-11-page2.txt: [('-WORKER', 'WORKER'), ('-barely', 'barely')]
SUW19120314-V06-11-page3.txt: [('-', ''), ('-', '')]
SUW19120314-V06-11-page4.txt: [('-', '')]
SUW19120314-V06-11-page5.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19120314-V06-11-page7.txt: [('WANTED-', 'WANTED'), ('-WORKER', 'WORKER')]
SUW19120321-V06-12-page3.txt: [('-', '')]
SUW19120321-V06-12-page4.txt: [('visit-', 'visit'), ('-', '')]
SUW19120321-V06-12-page7.txt: [('-', '')]
SUW19120328-V06-13-page1.txt: [('MOVEMENT-', 'MOVEMENT'), ('-', ''), ('stars--', 'stars-')]
SUW19120328-V06-13-page3.txt: [('-adversely', 'adversely')]
SUW19120328-V06-13-page4.txt: [('-', ''), ('-', '')]
SUW19120328-V06-13-page5.txt: [('-', ''), ('can-', 'can')]
SUW19120328-V06-13-page7.txt: [('-companions', 'companions'), ('-', '')]
SUW19120404-V06-14-page2.txt: [('Chris-', 'Chris'), ('Tues-', 'Tues')]
SUW19120404-V06-14-page3.txt: [('best.-', 'best.')]
SUW19120404-V06-14-page4.txt: [('-', '')]
SUW19120404-V06-14-page5.txt: [('DEPART-', 'DEPART')]
SUW19120404-V06-14-page6.txt: [('life.--', 'life.-')]
SUW19120404-V06-14-page7.txt: [('FEB-', 'FEB')]
SUW19120404-V06-14-page8.txt: [('-', '')]
SUW19120411-V06-15-page1.txt: [('-', '')]
SUW19120411-V06-15-page2.txt: [('-', ''), ('-', '')]
SUW19120411-V06-15-page4.txt: [('-know.', 'know.')]
SUW19120411-V06-15-page5.txt: [('-', '')]
SUW19120411-V06-15-page6.txt: [('confer-', 'confer'), ('----------------------------------', '---------------------------------'), ('con-', 'con')]
SUW19120411-V06-15-page8.txt: [('-revised', 'revised'), ('Health-', 'Health'), ('neglect."--', 'neglect."-')]
SUW19120418-V06-16-page3.txt: [('Counting-', 'Counting')]
SUW19120418-V06-16-page5.txt: [('al-', 'al')]
SUW19120418-V06-16-page7.txt: [('-', ''), ('de-', 'de'), ('irrevo-', 'irrevo')]
SUW19120418-V06-16-page8.txt: [('in-', 'in'), ('-', '')]
SUW19120425-V06-17-page2.txt: [('-', ''), ('Arkan-', 'Arkan')]
SUW19120425-V06-17-page4.txt: [('inser-', 'inser'), ('-copies', 'copies'), ('-', '')]
SUW19120425-V06-17-page5.txt: [('-surrender', 'surrender')]
SUW19120425-V06-17-page6.txt: [('-of', 'of')]
SUW19120425-V06-17-page8.txt: [('Sanitarium-', 'Sanitarium')]
SUW19120502-V06-18-page1.txt: [('-', ''), ('--Bukver-Lytton.', '-Bukver-Lytton.')]
SUW19120502-V06-18-page2.txt: [('work-', 'work'), ('-', ''), ('-', ''), ('-in', 'in')]
SUW19120502-V06-18-page3.txt: [('-Springs', 'Springs'), ('-an', 'an'), ('-', ''), ('dif-', 'dif')]
SUW19120502-V06-18-page4.txt: [('-there', 'there'), ('un-', 'un'), ('prayer-meet-', 'prayer-meet'), ('-gathering', 'gathering'), ('at-', 'at'), ('-through', 'through'), ('-books', 'books')]
SUW19120502-V06-18-page5.txt: [('-hospitably', 'hospitably'), ('-much', 'much')]
SUW19120502-V06-18-page6.txt: [('-', '')]
SUW19120502-V06-18-page7.txt: [('-avian', 'avian'), ('-', ''), ('Roach-', 'Roach'), ('-the', 'the')]
SUW19120502-V06-18-page8.txt: [('SUBSCRIPTION-', 'SUBSCRIPTION'), ('-solicit', 'solicit'), ('Sanitarium-', 'Sanitarium')]
SUW19120509-V06-19-page1.txt: [('for-', 'for'), ('-in', 'in')]
SUW19120509-V06-19-page5.txt: [('-Frisby', 'Frisby'), ('High-', 'High'), ('MILLER-', 'MILLER')]
SUW19120509-V06-19-page7.txt: [('--"Daniel', '-"Daniel'), ('-', '')]
SUW19120509-V06-19-page8.txt: [('-', ''), ("na'-", "na'"), ('three-', 'three'), ('--that', '-that'), ('-', '')]
SUW19120516-V06-20-page3.txt: [('--', '-')]
SUW19120516-V06-20-page7.txt: [('Chris-', 'Chris'), ('Chal-', 'Chal'), ('hu-', 'hu'), ('con-', 'con'), ('ac-', 'ac')]
SUW19120523-V06-21-page1.txt: [('-to', 'to')]
SUW19120523-V06-21-page2.txt: [('-', '')]
SUW19120523-V06-21-page3.txt: [('--', '-'), ('publi-', 'publi'), ('-', ''), ('-', '')]
SUW19120523-V06-21-page6.txt: [('-', '')]
SUW19120523-V06-21-page7.txt: [('-', '')]
SUW19120523-V06-21-page8.txt: [('AN-', 'AN')]
SUW19120530-V06-22-page1.txt: [("'-", "'"), ('--', '-'), ('-', ''), ('-', '')]
SUW19120530-V06-22-page2.txt: [('LETTERS.--', 'LETTERS.-'), ('de-', 'de')]
SUW19120530-V06-22-page3.txt: [('-the', 'the'), ('the-', 'the'), ('-and', 'and'), ('-', ''), ('-', ''), ('-in', 'in'), ('-in', 'in')]
SUW19120530-V06-22-page4.txt: [('cer-', 'cer'), ('-Bible', 'Bible'), ('-of', 'of')]
SUW19120530-V06-22-page5.txt: [('time-', 'time'), ('delivered-', 'delivered'), ('-', '')]
SUW19120530-V06-22-page6.txt: [('-', '')]
SUW19120530-V06-22-page8.txt: [('-a', 'a')]
SUW19120606-V06-23-page1.txt: [('wis-', 'wis')]
SUW19120606-V06-23-page2.txt: [('tak-', 'tak')]
SUW19120606-V06-23-page3.txt: [('-', ''), ('-', '')]
SUW19120606-V06-23-page5.txt: [('-', '')]
SUW19120606-V06-23-page6.txt: [('-I', 'I')]
SUW19120606-V06-23-page7.txt: [('-', '')]
SUW19120606-V06-23-page8.txt: [('AP-', 'AP'), ('-', ''), ('-October', 'October'), ('-', ''), ('meet-', 'meet'), ('-', ''), ('-', ''), ('-', ''), ('-September', 'September')]
SUW19120613-V06-24-page2.txt: [('-', '')]
SUW19120613-V06-24-page7.txt: [('thereby.--', 'thereby.-')]
SUW19120613-V06-24-page8.txt: [('AP-', 'AP'), ('-', ''), ('-', ''), ('-August', 'August'), ('-September', 'September'), ('-', ''), ('-October', 'October'), ('-', '')]
SUW19120620-V06-25-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19120620-V06-25-page4.txt: [('-', '')]
SUW19120620-V06-25-page5.txt: [('grow-', 'grow')]
SUW19120620-V06-25-page6.txt: [('-', ''), ('-', ''), ('-praise', 'praise')]
SUW19120620-V06-25-page7.txt: [('Milton-', 'Milton'), ('-', '')]
SUW19120620-V06-25-page8.txt: [('AP-', 'AP'), ('EX-', 'EX'), ('-', ''), ('-', ''), ('-August', 'August'), ('-', ''), ('-', ''), ('-October', 'October'), ('-', '')]
SUW19120627-V06-26-page1.txt: [('pur-', 'pur')]
SUW19120627-V06-26-page2.txt: [('-', ''), ('-Do', 'Do')]
SUW19120627-V06-26-page3.txt: [('MI-', 'MI'), ('OUT-', 'OUT')]
SUW19120627-V06-26-page4.txt: [('-joy.', 'joy.')]
SUW19120627-V06-26-page5.txt: [('-of', 'of'), ('-', ''), ('-', ''), ('-A', 'A'), ('agen-', 'agen'), ('-', ''), ('-', '')]
SUW19120627-V06-26-page6.txt: [('-UNION', 'UNION'), ('-', '')]
SUW19120627-V06-26-page7.txt: [('Ourcan-', 'Ourcan'), ('-', ''), ('Nash-', 'Nash'), ('-BF', 'BF'), ('-', ''), ('-', ''), ('-', '')]
SUW19120627-V06-26-page8.txt: [('AP-', 'AP'), ('-', ''), ('-August', 'August'), ('-', ''), ('-', ''), ('-October', 'October'), ('-', '')]
SUW19120704-V06-27-page1.txt: [('-', ''), ('-', '')]
SUW19120704-V06-27-page2.txt: [('camp-meet-', 'camp-meet')]
SUW19120704-V06-27-page3.txt: [('-', ''), ('-', '')]
SUW19120704-V06-27-page4.txt: [('CAMP-', 'CAMP'), ('-August', 'August'), ('-', '')]
SUW19120704-V06-27-page5.txt: [('-Seventh-day', 'Seventh-day'), ('-Camden', 'Camden'), ('-', ''), ('FIF-', 'FIF'), ('-', ''), ('-', ''), ('-', '')]
SUW19120704-V06-27-page6.txt: [('-', '')]
SUW19120704-V06-27-page7.txt: [('-', '')]
SUW19120704-V06-27-page8.txt: [('AP-', 'AP'), ('-', ''), ('-', ''), ('-August', 'August'), ('-', ''), ('-', ''), ('-October', 'October'), ('-', '')]
SUW19120711-V06-28-page3.txt: [('-', '')]
SUW19120711-V06-28-page5.txt: [('-four', 'four')]
SUW19120711-V06-28-page7.txt: [('.-', '.'), ('-', '')]
SUW19120711-V06-28-page8.txt: [('AP-', 'AP'), ('-', ''), ('-August', 'August'), ('-', ''), ('-', ''), ('-October', 'October'), ('-September', 'September'), ('pub-', 'pub')]
SUW19120718-V06-29-page1.txt: [('-', '')]
SUW19120718-V06-29-page2.txt: [('Reve-', 'Reve')]
SUW19120718-V06-29-page3.txt: [('-', '')]
SUW19120718-V06-29-page4.txt: [('-some', 'some'), ('CAMP-', 'CAMP'), ('-', '')]
SUW19120718-V06-29-page5.txt: [('CAMP-', 'CAMP'), ('-PEACE', 'PEACE')]
SUW19120718-V06-29-page6.txt: [('averaging-', 'averaging')]
SUW19120718-V06-29-page7.txt: [('-Ewa', 'Ewa'), ('-John', 'John'), ('-SYkes.', 'SYkes.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19120718-V06-29-page8.txt: [('AP-', 'AP'), ('-', ''), ('-', ''), ('-', ''), ('-August', 'August'), ('-', ''), ('-', ''), ('-', ''), ('-October', 'October'), ('-September', 'September'), ('edi-', 'edi')]
SUW19120725-V06-30-page1.txt: [('-for', 'for'), ('-The', 'The')]
SUW19120725-V06-30-page2.txt: [('-a', 'a')]
SUW19120725-V06-30-page3.txt: [('--', '-'), ('nber-', 'nber')]
SUW19120725-V06-30-page4.txt: [('CAMP-', 'CAMP'), ('-', '')]
SUW19120725-V06-30-page5.txt: [('-', ''), ('en-', 'en'), ('-', ''), ('-to', 'to'), ('-', '')]
SUW19120725-V06-30-page6.txt: [('-Years', 'Years')]
SUW19120725-V06-30-page7.txt: [('grow-', 'grow'), ('re-', 're'), ('-SO', 'SO'), ('HERS-', 'HERS'), ('be-', 'be'), ('ques-', 'ques'), ('-Battle', 'Battle'), ('-', ''), ("'-", "'")]
SUW19120725-V06-30-page8.txt: [('AP-', 'AP'), ('-', ''), ('-August', 'August'), ('-', ''), ('-', ''), ('-October', 'October')]
SUW19120801-V06-31-page1.txt: [('-shall', 'shall'), ('-', ''), ('-', ''), ('-', ''), ('at-', 'at'), ('fertili-', 'fertili'), ('thee----', 'thee---'), ('-of', 'of')]
SUW19120801-V06-31-page2.txt: [('Mc-', 'Mc')]
SUW19120801-V06-31-page3.txt: [('in-', 'in'), ('con-', 'con')]
SUW19120801-V06-31-page4.txt: [('CAMP-', 'CAMP')]
SUW19120801-V06-31-page5.txt: [('---------------------------------', '--------------------------------'), ('-', ''), ('-', ''), ('convictions."--Gtastoiii.-', 'convictions."--Gtastoiii.')]
SUW19120801-V06-31-page6.txt: [('be-', 'be'), ('-', '')]
SUW19120801-V06-31-page7.txt: [('Jacob-', 'Jacob'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('BE-', 'BE'), ("-'", "'"), ('-', ''), ('-cid', 'cid'), ('-', ''), ('-reports', 'reports'), ('-', ''), ('-', ''), ('-toannounce', 'toannounce'), ('-the', 'the'), ('-', ''), ('-', '')]
SUW19120801-V06-31-page8.txt: [('AP-', 'AP'), ('-it', 'it'), ('-August', 'August'), ('-', ''), ('-', ''), ('-', ''), ('-September', 'September'), ('-October', 'October'), ('popularity-', 'popularity'), ('Nash-', 'Nash')]
SUW19120808-V06-32-page1.txt: [('-', ''), ('-', ''), ('-and', 'and'), ('dam-', 'dam'), ('-neither', 'neither'), ("'Sabbath-", "'Sabbath"), ('-', ''), ('-', '')]
SUW19120808-V06-32-page2.txt: [('-', ''), ('-', ''), ('-ANNIE', 'ANNIE')]
SUW19120808-V06-32-page3.txt: [('-', ''), ('-Professor', 'Professor'), ('Oder-', 'Oder')]
SUW19120808-V06-32-page4.txt: [('-General', 'General'), ('main-', 'main'), ('-', '')]
SUW19120808-V06-32-page5.txt: [('-', ''), ('-', ''), ('ARTHUR-', 'ARTHUR')]
SUW19120808-V06-32-page6.txt: [('-', ''), ('in-', 'in'), ('-the', 'the'), ('-but', 'but'), ('-', '')]
SUW19120808-V06-32-page7.txt: [('-', '')]
SUW19120808-V06-32-page8.txt: [('-UNION', 'UNION'), ('AP-', 'AP'), ('anti-', 'anti'), ('-', ''), ('-', ''), ('-September', 'September'), ('-October', 'October'), ('-', ''), ('bap-', 'bap')]
SUW19120815-V06-33-page1.txt: [('-', '')]
SUW19120815-V06-33-page3.txt: [('with-', 'with')]
SUW19120815-V06-33-page4.txt: [('-', '')]
SUW19120815-V06-33-page5.txt: [('-These', 'These')]
SUW19120815-V06-33-page8.txt: [('AP-', 'AP'), ('-for', 'for'), ('-', ''), ('-', ''), ('-September', 'September'), ('-October', 'October'), ('-', '')]
SUW19120822-V06-34-page1.txt: [('.-', '.')]
SUW19120822-V06-34-page2.txt: [('-', '')]
SUW19120822-V06-34-page6.txt: [('-', '')]
SUW19120822-V06-34-page8.txt: [('AP-', 'AP'), ('-September', 'September'), ('-October', 'October'), ('-.', '.')]
SUW19120829-V06-35-page1.txt: [('-', ''), ('-', ''), ('-Mari', 'Mari'), ('-dis-', 'dis-')]
SUW19120829-V06-35-page3.txt: [('-', ''), ('-MEETING', 'MEETING'), ('-', '')]
SUW19120829-V06-35-page4.txt: [('-the', 'the')]
SUW19120829-V06-35-page5.txt: [('the-', 'the'), ('binding-', 'binding'), ("-without-the'", "without-the'"), ("-'It", "'It"), ('-sewing', 'sewing'), ('Sticceededjnfixing-', 'Sticceededjnfixing')]
SUW19120829-V06-35-page7.txt: [('-to', 'to'), ('Hurdle-', 'Hurdle'), ('-', ''), ('-RTEr', 'RTEr')]
SUW19120829-V06-35-page8.txt: [('AP-', 'AP'), ('-', ''), ('-', ''), ('-', ''), ('-October', 'October'), ('charity.-', 'charity.')]
SUW19120905-V06-36-page1.txt: [('w-', 'w'), ('fin-', 'fin'), ('-up', 'up'), ('be-', 'be'), ('-cause', 'cause')]
SUW19120905-V06-36-page3.txt: [('-company-', 'company-'), ('Indiana.-', 'Indiana.'), ('interest-', 'interest'), ('CONFER-', 'CONFER'), ('Si-', 'Si'), ('-we', 'we'), ('-wish', 'wish'), ('-sinti', 'sinti'), ('-to', 'to'), ('-', ''), ('-on', 'on'), ('--the', '-the'), ('-Montgomery', 'Montgomery'), ('-Elder', 'Elder')]
SUW19120905-V06-36-page5.txt: [('-', ''), ('-the', 'the'), ('-will', 'will'), ('-Completed', 'Completed'), ('-work', 'work')]
SUW19120905-V06-36-page6.txt: [('-', ''), ('-', '')]
SUW19120905-V06-36-page7.txt: [('-"October', '"October'), ('-', ''), ('-', ''), ('-', ''), ('----Vhesefigures', '---Vhesefigures')]
SUW19120905-V06-36-page8.txt: [('AP-', 'AP'), ('-October', 'October'), ('-', ''), ('-', '')]
SUW19120912-V06-37-page1.txt: [('-', ''), ('num-', 'num'), ('-tame.', 'tame.'), ('-Mik.', 'Mik.')]
SUW19120912-V06-37-page3.txt: [('-highest', 'highest'), ('-', ''), ('-', ''), ('-', '')]
SUW19120912-V06-37-page4.txt: [('-being', 'being'), ('-', '')]
SUW19120912-V06-37-page5.txt: [('com-', 'com'), ('-', ''), ('-MEETING', 'MEETING')]
SUW19120912-V06-37-page7.txt: [('-', ''), ('E-', 'E'), ('-', ''), ('r-', 'r'), ('-', ''), ('Crl-', 'Crl'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('ae-', 'ae'), ('-S', 'S'), ('-', ''), ('-', '')]
SUW19120912-V06-37-page8.txt: [('-will', 'will'), ('-', ''), ('-educated', 'educated')]
SUW19120919-V06-38-page2.txt: [('num-', 'num'), ('-', '')]
SUW19120919-V06-38-page3.txt: [('-', ''), ('-', ''), ('the-', 'the')]
SUW19120919-V06-38-page4.txt: [('-If', 'If')]
SUW19120919-V06-38-page6.txt: [('SOUTHERN-', 'SOUTHERN'), ('stand-', 'stand'), ('-in', 'in')]
SUW19120919-V06-38-page7.txt: [('-', ''), ('-', ''), ('-One', 'One'), ('--divine', '-divine'), ('re-', 're'), ('Sani-', 'Sani'), ('har-', 'har'), ('-', '')]
SUW19120926-V06-39-page1.txt: [('-i', 'i'), ('-last', 'last'), ('Ger-', 'Ger'), ('-sunniest', 'sunniest'), ('-em-', 'em-'), ('-marching', 'marching'), ('in-', 'in')]
SUW19120926-V06-39-page2.txt: [('-', ''), ('-this', 'this'), ('held.-', 'held.')]
SUW19120926-V06-39-page3.txt: [('De-', 'De'), ('--', '-'), ('un-', 'un'), ('H.-', 'H.'), ('greet-', 'greet'), ('-neglected', 'neglected'), ('wer-', 'wer')]
SUW19120926-V06-39-page5.txt: [('chil-', 'chil'), ('-', ''), ('-Sabbath', 'Sabbath'), ('-vii', 'vii')]
SUW19120926-V06-39-page6.txt: [('-', ''), ('-by', 'by'), ('-heir', 'heir')]
SUW19120926-V06-39-page7.txt: [('--', '-'), ('-quantities', 'quantities'), ('-', '')]
SUW19120926-V06-39-page8.txt: [('-UNION', 'UNION')]
SUW19121003-V06-40-page1.txt: [('-engaged', 'engaged'), ('-the', 'the'), ('-not', 'not')]
SUW19121003-V06-40-page2.txt: [('op-', 'op')]
SUW19121003-V06-40-page3.txt: [('-', ''), ('-"except', '"except'), ('-', ''), ('speci-', 'speci'), ('-', ''), ('-art', 'art'), ('-', '')]
SUW19121003-V06-40-page4.txt: [('-Nixon', 'Nixon')]
SUW19121003-V06-40-page7.txt: [('Rear-', 'Rear'), ('-affairs', 'affairs'), ('Enter-', 'Enter'), ('-', ''), ('-', ''), ('-', '')]
SUW19121010-V06-41-page1.txt: [('-of', 'of')]
SUW19121010-V06-41-page5.txt: [('-are', 'are')]
SUW19121010-V06-41-page6.txt: [('German-', 'German'), ('-', '')]
SUW19121010-V06-41-page7.txt: [('-', ''), ('-Verna', 'Verna')]
SUW19121010-V06-41-page8.txt: [('-our', 'our')]
SUW19121017-V06-42-page1.txt: [('-', ''), ('Pub-', 'Pub'), ('-fa-', 'fa-'), ('-', ''), ('-much', 'much'), ('home.-', 'home.'), ('At-', 'At'), ('-whp', 'whp'), ('-day', 'day'), ('-city.', 'city.')]
SUW19121017-V06-42-page3.txt: [('-', ''), ('SABBATH-', 'SABBATH'), ('SOUTHERN-', 'SOUTHERN'), ('-order', 'order')]
SUW19121017-V06-42-page5.txt: [('-eelporteur', 'eelporteur'), ('-and', 'and'), ('A.-', 'A.'), ('-', '')]
SUW19121017-V06-42-page7.txt: [('-', ''), ('-', '')]
SUW19121017-V06-42-page8.txt: [('-then', 'then')]
SUW19121024-V06-43-page1.txt: [('-Publishing', 'Publishing'), ('-Our', 'Our'), ('-remittances', 'remittances'), ('-just', 'just'), ('-generally', 'generally'), ('-', '')]
SUW19121024-V06-43-page2.txt: [('-the', 'the'), ('anden-', 'anden'), ('-', ''), ('-Brother', 'Brother'), ('visited-', 'visited'), ('-', ''), ('-for', 'for')]
SUW19121024-V06-43-page3.txt: [('-', ''), ('-', ''), ('ar-', 'ar'), ("Soldier's-", "Soldier's")]
SUW19121024-V06-43-page5.txt: [('-every', 'every'), ('-took.', 'took.'), ('-', '')]
SUW19121024-V06-43-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('comfort.--', 'comfort.-'), ('---Sir', '--Sir')]
SUW19121024-V06-43-page7.txt: [('J-', 'J'), ('-', ''), ('izelton-', 'izelton'), ('-B', 'B'), ('-', '')]
SUW19121031-V06-44-page1.txt: [('-"\'"Well', '"\'"Well')]
SUW19121031-V06-44-page2.txt: [('-', '')]
SUW19121031-V06-44-page3.txt: [('exPeerkiieesthat-', 'exPeerkiieesthat')]
SUW19121031-V06-44-page5.txt: [('-of', 'of'), ('-', ''), ('-UNION', 'UNION')]
SUW19121031-V06-44-page7.txt: [('-Two-term', 'Two-term'), ('-ERN', 'ERN')]
SUW19121107-V06-45-page1.txt: [('Pc-', 'Pc'), ('-are', 'are')]
SUW19121107-V06-45-page2.txt: [('--', '-'), ('-way', 'way'), ('-me.', 'me.')]
SUW19121107-V06-45-page3.txt: [('-', '')]
SUW19121107-V06-45-page5.txt: [('-.', '.'), ('-', ''), ("-for'", "for'"), ('eau-', 'eau')]
SUW19121107-V06-45-page6.txt: [('-trOpits', 'trOpits'), ('is."--', 'is."-')]
SUW19121107-V06-45-page7.txt: [('-BF', 'BF'), ('-', ''), ('-CONFERENCE', 'CONFERENCE'), ('-B', 'B'), ('-SF', 'SF'), ('-', ''), ('-', ''), ('-', '')]
SUW19121107-V06-45-page8.txt: [('Southern.Pub-', 'Southern.Pub'), ('-', ''), ('-Gal', 'Gal'), ('-Gal.', 'Gal.')]
SUW19121114-V06-46-page1.txt: [('new-', 'new'), ('-more', 'more'), ('ea-', 'ea'), ('-of', 'of'), ('thirty-', 'thirty'), ('-', '')]
SUW19121114-V06-46-page3.txt: [('CENTS-', 'CENTS'), ('-', ''), ('FIFTEEN-', 'FIFTEEN'), ('-work', 'work'), ('-', ''), ('-', '')]
SUW19121114-V06-46-page4.txt: [('-', ''), ('-WEEK', 'WEEK')]
SUW19121114-V06-46-page5.txt: [('SANITARIUM-', 'SANITARIUM'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', '')]
SUW19121114-V06-46-page7.txt: [('-', '')]
SUW19121114-V06-46-page8.txt: [('-', ''), ('-', ''), ('A-', 'A'), ('-page', 'page'), ('-', ''), ('-H.', 'H.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-To.', 'To.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19121121-V06-47-page1.txt: [('God--', 'God-'), ('-time', 'time'), ('th-', 'th'), ('la--', 'la-')]
SUW19121121-V06-47-page2.txt: [('-enclosing', 'enclosing'), ('Frank-', 'Frank')]
SUW19121121-V06-47-page3.txt: [("'go-", "'go"), ('-', ''), ('-', ''), ('-', ''), ('-"SAInday', '"SAInday'), ('-', ''), ('-Hazel', 'Hazel'), ('-eatili', 'eatili'), ('-', ''), ('-Brother', 'Brother')]
SUW19121121-V06-47-page5.txt: [('-', ''), ('-WORRAR', 'WORRAR'), ('-', '')]
SUW19121121-V06-47-page7.txt: [('trAlbri-', 'trAlbri'), ("-'", "'")]
SUW19121121-V06-47-page8.txt: [('-Gal.', 'Gal.'), ('-Gal.', 'Gal.')]
SUW19121128-V06-48-page2.txt: [('-', ''), ('-During', 'During')]
SUW19121128-V06-48-page3.txt: [('-ask', 'ask'), ('-', ''), ("-'sag-e", "'sag-e")]
SUW19121128-V06-48-page5.txt: [('-supporters', 'supporters')]
SUW19121128-V06-48-page6.txt: [('HENRY-', 'HENRY')]
SUW19121128-V06-48-page7.txt: [('-', ''), ('-', '')]
SUW19121205-V06-49-page3.txt: [('-', ''), ('-.IL', '.IL'), ('-Sthat', 'Sthat'), ('-dear', 'dear')]
SUW19121205-V06-49-page4.txt: [('Mis-', 'Mis')]
SUW19121205-V06-49-page5.txt: [('-', ''), ('WANTED-', 'WANTED'), ('Mem-', 'Mem'), ('and-', 'and'), ('-are', 'are'), ('in-', 'in'), ('-delivery', 'delivery'), ('-profit', 'profit'), ('-', ''), ('--', '-'), ('-County', 'County')]
SUW19121205-V06-49-page6.txt: [('-"rejoicing."', '"rejoicing."'), ('-', ''), ('-', ''), ('---', '--'), ('---', '--')]
SUW19121205-V06-49-page7.txt: [('-schOite', 'schOite'), ('I-', 'I'), ('-some', 'some')]
SUW19121205-V06-49-page8.txt: [('-Gal.', 'Gal.'), ('-Gal.', 'Gal.')]
SUW19121212-V06-50-page1.txt: [('"-', '"'), ('-and', 'and'), ('-Jiily', 'Jiily'), ('--ate', '-ate')]
SUW19121212-V06-50-page3.txt: [('fol-', 'fol')]
SUW19121212-V06-50-page4.txt: [('-', '')]
SUW19121212-V06-50-page5.txt: [('ar-', 'ar')]
SUW19121212-V06-50-page6.txt: [('-', ''), ('in-', 'in')]
SUW19121212-V06-50-page7.txt: [('-', '')]
SUW19121212-V06-50-page8.txt: [('-Gal.', 'Gal.'), ('-Gal', 'Gal'), ('re-', 're'), ('-', '')]
SUW19121219-V06-51-page1.txt: [('-', ''), ('wad-', 'wad')]
SUW19121219-V06-51-page2.txt: [('Con-', 'Con'), ('base-', 'base')]
SUW19121219-V06-51-page3.txt: [('-With', 'With'), ('ate-', 'ate'), ('-', ''), ('-UM', 'UM'), ('-back-A', 'back-A'), ('again-', 'again')]
SUW19121219-V06-51-page5.txt: [('-', ''), ('JNION-', 'JNION')]
SUW19121219-V06-51-page6.txt: [('-', ''), ('CONFER-', 'CONFER')]
SUW19121219-V06-51-page7.txt: [('-', ''), ('-RE', 'RE'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19121219-V06-51-page8.txt: [('-Gal.', 'Gal.'), ('-Gal.', 'Gal.'), ('ASSO-', 'ASSO')]
SUW19121226-V06-52-page1.txt: [('-', ''), ('-', ''), ('above-', 'above'), ('-', '')]
SUW19121226-V06-52-page2.txt: [('outsid.-', 'outsid.')]
SUW19121226-V06-52-page3.txt: [('-been', 'been'), ('Deeern-', 'Deeern'), ('fifteen-cents-', 'fifteen-cents'), ('rem-', 'rem'), ('-small', 'small')]
SUW19121226-V06-52-page4.txt: [('-', ''), ('bless-', 'bless')]
SUW19121226-V06-52-page5.txt: [('-', ''), ('-known', 'known'), ('-certainly', 'certainly'), ('-their', 'their'), ('-the', 'the')]
SUW19121226-V06-52-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-educated', 'educated')]
SUW19121226-V06-52-page7.txt: [('-', ''), ('-', ''), ('-Tota', 'Tota')]
SUW19121226-V06-52-page8.txt: [('-', '')]
SUW19130102-V07-01-page1.txt: [('-', ''), ('-', ''), ('dur-', 'dur'), ('ex-', 'ex'), ('-.', '.'), ('-', ''), ('-', ''), ('-Fc', 'Fc'), ('-', ''), ('-.gainsoGodlfftu', '.gainsoGodlfftu')]
SUW19130102-V07-01-page3.txt: [('-', ''), ('-', ''), ('-Ha', 'Ha'), ('-', ''), ('pa-', 'pa'), ('-Gal', 'Gal'), ('-', '')]
SUW19130102-V07-01-page5.txt: [('-Atcl', 'Atcl'), ('-', ''), ('-first', 'first'), ('-', ''), ('thesonth-', 'thesonth'), ('-""d\'a', '""d\'a'), ('--', '-'), ('-.recent', '.recent'), ('-yr.bacr', 'yr.bacr')]
SUW19130102-V07-01-page6.txt: [('review-', 'review')]
SUW19130102-V07-01-page7.txt: [('specific-', 'specific')]
SUW19130102-V07-01-page8.txt: [('-triov.', 'triov.'), ('-', ''), ('-ice', 'ice'), ('-', ''), ('-', ''), ('PI-', 'PI'), ('-', ''), ('ri-', 'ri'), ('-', ''), ('-', ''), ('ANCTY-', 'ANCTY'), ('-', ''), ('-.', '.')]
SUW19130109-V07-02-page1.txt: [('-', ''), ('-the', 'the'), ('-a', 'a'), ('the-', 'the'), ('-announced', 'announced')]
SUW19130109-V07-02-page2.txt: [('-', ''), ('-new', 'new')]
SUW19130109-V07-02-page3.txt: [('-', '')]
SUW19130109-V07-02-page4.txt: [('-Erase', 'Erase'), ('-', ''), ('-', '')]
SUW19130109-V07-02-page5.txt: [('-Very', 'Very'), ('-baggage', 'baggage')]
SUW19130109-V07-02-page6.txt: [('-we', 'we'), ('-with', 'with'), ('etc.-', 'etc.')]
SUW19130109-V07-02-page7.txt: [('proph-', 'proph'), ('-', ''), ('-', '')]
SUW19130109-V07-02-page8.txt: [('Nash-', 'Nash'), ('I-', 'I'), ('reader.-', 'reader.'), ('-', '')]
SUW19130116-V07-03-page1.txt: [('Miss-', 'Miss')]
SUW19130116-V07-03-page3.txt: [('-pray', 'pray'), ('-', '')]
SUW19130116-V07-03-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19130116-V07-03-page5.txt: [('Nash-', 'Nash'), ('-', ''), ('C.-', 'C.')]
SUW19130116-V07-03-page6.txt: [('-', '')]
SUW19130116-V07-03-page7.txt: [('-', ''), ('-kind', 'kind'), ('-the', 'the'), ('-', '')]
SUW19130116-V07-03-page8.txt: [('-', ''), ('-', ''), ('-get', 'get'), ('-', '')]
SUW19130123-V07-04-page2.txt: [('-', ''), ('-', ''), ('-if', 'if'), ('-March', 'March'), ('-March', 'March'), ('-', ''), ('-', ''), ('--', '-')]
SUW19130123-V07-04-page3.txt: [('-', ''), ("permanent'-", "permanent'")]
SUW19130123-V07-04-page4.txt: [('-', ''), ('Ford-', 'Ford')]
SUW19130123-V07-04-page6.txt: [('De-', 'De'), ('-looking', 'looking'), ('-', ''), ('-very', 'very')]
SUW19130123-V07-04-page7.txt: [('-', ''), ('strange-', 'strange'), ('-', ''), ('-Mansfield', 'Mansfield'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19130130-V07-05-page2.txt: [('------------------------------', '-----------------------------'), ('Ma-', 'Ma')]
SUW19130130-V07-05-page3.txt: [('-a', 'a')]
SUW19130130-V07-05-page4.txt: [('-a', 'a'), ('Tract-', 'Tract')]
SUW19130130-V07-05-page5.txt: [('nice-', 'nice'), ('-all', 'all')]
SUW19130130-V07-05-page7.txt: [('-', '')]
SUW19130130-V07-05-page8.txt: [('-', ''), ('-the', 'the'), ('-that', 'that')]
SUW19130206-V07-06-page1.txt: [('-his', 'his'), ('life.--', 'life.-'), ('-counteract', 'counteract')]
SUW19130206-V07-06-page2.txt: [('-the', 'the'), ('-a', 'a')]
SUW19130206-V07-06-page3.txt: [('-To', 'To'), ('-courage.', 'courage.'), ('sight.-', 'sight.'), ('-glad', 'glad')]
SUW19130206-V07-06-page4.txt: [('-', '')]
SUW19130206-V07-06-page5.txt: [('new-', 'new'), ('out-', 'out'), ('-', '')]
SUW19130206-V07-06-page6.txt: [('of-', 'of')]
SUW19130206-V07-06-page7.txt: [('-', '')]
SUW19130206-V07-06-page8.txt: [('offer-', 'offer'), ('-', ''), ('-by', 'by'), ('-', ''), ('-a', 'a')]
SUW19130213-V07-07-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('that-', 'that'), ('de-', 'de')]
SUW19130213-V07-07-page2.txt: [('-', '')]
SUW19130213-V07-07-page3.txt: [('-', '')]
SUW19130213-V07-07-page4.txt: [('-', '')]
SUW19130213-V07-07-page5.txt: [('-Prase', 'Prase')]
SUW19130213-V07-07-page6.txt: [('Sab-', 'Sab'), ('-upon', 'upon'), ('-', ''), ('-', ''), ('-he', 'he')]
SUW19130213-V07-07-page7.txt: [('at-', 'at'), ('-', '')]
SUW19130213-V07-07-page8.txt: [('---------------------------------------------', '--------------------------------------------'), ('------------------------------------', '-----------------------------------'), ('-', ''), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-', '')]
SUW19130220-V07-08-page2.txt: [('-', ''), ('-', '')]
SUW19130220-V07-08-page3.txt: [('sup-', 'sup'), ('-', ''), ('-', ''), ('-enable', 'enable'), ('pub-', 'pub'), ('"-', '"')]
SUW19130220-V07-08-page4.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19130220-V07-08-page5.txt: [('sev-', 'sev')]
SUW19130220-V07-08-page6.txt: [('-', ''), ('-and', 'and'), ('-seems', 'seems'), ('--', '-'), ('-', '')]
SUW19130220-V07-08-page7.txt: [('-to', 'to'), ('-', ''), ('CONFERENCE-', 'CONFERENCE'), ('-', ''), ('-', '')]
SUW19130220-V07-08-page8.txt: [('-', ''), ('-keeping', 'keeping'), ('MRs.-', 'MRs.')]
SUW19130227-V07-09-page3.txt: [('mem-', 'mem')]
SUW19130227-V07-09-page4.txt: [('-en', 'en'), ('Sun-', 'Sun'), ('-', '')]
SUW19130227-V07-09-page5.txt: [('theser-', 'theser'), ('who--', 'who-'), ('-', '')]
SUW19130227-V07-09-page6.txt: [('-', ''), ('-', ''), ('-out', 'out')]
SUW19130227-V07-09-page7.txt: [('corres-', 'corres')]
SUW19130227-V07-09-page8.txt: [('-', ''), ('-', '')]
SUW19130306-V07-10-page1.txt: [('good-', 'good')]
SUW19130306-V07-10-page10.txt: [('-', '')]
SUW19130306-V07-10-page12.txt: [('Mc-', 'Mc')]
SUW19130306-V07-10-page13.txt: [('-', '')]
SUW19130306-V07-10-page2.txt: [('-', ''), ('Denomina-', 'Denomina')]
SUW19130306-V07-10-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19130306-V07-10-page4.txt: [('Pub-', 'Pub'), ('-', '')]
SUW19130306-V07-10-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19130306-V07-10-page7.txt: [('.-', '.'), ('-', '')]
SUW19130306-V07-10-page8.txt: [('-', '')]
SUW19130306-V07-10-page9.txt: [('Nash-', 'Nash')]
SUW19130313-V07-11-page2.txt: [('which-', 'which')]
SUW19130313-V07-11-page3.txt: [('vv.-', 'vv.'), ('ex-', 'ex')]
SUW19130313-V07-11-page4.txt: [('Cir-', 'Cir')]
SUW19130313-V07-11-page5.txt: [('-', ''), ('-', '')]
SUW19130313-V07-11-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('oo-', 'oo')]
SUW19130320-V07-12-page1.txt: [('-during', 'during'), ('-', ''), ('-', ''), ('-not', 'not'), ('-we', 'we'), ("-realizethat'", "realizethat'"), ("'--", "'-"), ('-expecting', 'expecting'), ('-the', 'the'), ('-Hamby', 'Hamby'), ('-arid', 'arid'), ('-number', 'number'), ('there.-', 'there.'), ('-', ''), ('-anearlier', 'anearlier'), ('--', '-'), ('With-', 'With'), ('-', ''), ('-expetilig', 'expetilig'), ('-srof', 'srof'), ('-we', 'we'), ('-Why', 'Why')]
SUW19130320-V07-12-page2.txt: [('-gallon', 'gallon')]
SUW19130320-V07-12-page3.txt: [('-', ''), ('-', '')]
SUW19130320-V07-12-page4.txt: [('-', ''), ('-a', 'a'), ('-', '')]
SUW19130320-V07-12-page5.txt: [('-', '')]
SUW19130320-V07-12-page6.txt: [('Ad-', 'Ad'), ('-I', 'I')]
SUW19130320-V07-12-page7.txt: [('-', ''), ('-', ''), ('-cents', 'cents')]
SUW19130320-V07-12-page8.txt: [('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-', ''), ('-', ''), ('-descriptive', 'descriptive'), ('-addresss', 'addresss'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-""', '""'), ('-', ''), ('Hrs.-', 'Hrs.'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-GC', 'GC'), ('-', ''), ('r-', 'r'), ('-II', 'II')]
SUW19130327-V07-13-page1.txt: [('-the', 'the'), ('satisfaction-', 'satisfaction'), ('-', ''), ('num-', 'num')]
SUW19130327-V07-13-page3.txt: [('Sabbath-', 'Sabbath'), ('thir-', 'thir'), ('-', '')]
SUW19130327-V07-13-page4.txt: [('-', '')]
SUW19130327-V07-13-page5.txt: [('-', '')]
SUW19130327-V07-13-page8.txt: [('-page', 'page'), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19130403-V07-14-page1.txt: [('pur-', 'pur')]
SUW19130403-V07-14-page2.txt: [('-', ''), ('-also', 'also')]
SUW19130403-V07-14-page4.txt: [('-', '')]
SUW19130403-V07-14-page5.txt: [('-', '')]
SUW19130403-V07-14-page7.txt: [('-', '')]
SUW19130403-V07-14-page8.txt: [('-', '')]
SUW19130410-V07-15-page1.txt: [('-', ''), ('--', '-')]
SUW19130410-V07-15-page2.txt: [('cut-', 'cut')]
SUW19130410-V07-15-page3.txt: [('Watch-', 'Watch'), ('-', ''), ('-', ''), ('-gal.', 'gal.'), ('-gal', 'gal')]
SUW19130410-V07-15-page5.txt: [('-', ''), ('co-', 'co'), ('-Offerings', 'Offerings'), ('-', '')]
SUW19130410-V07-15-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('z-', 'z'), ('-', '')]
SUW19130410-V07-15-page7.txt: [('-', '')]
SUW19130410-V07-15-page8.txt: [('Wash-', 'Wash')]
SUW19130417-V07-16-page2.txt: [('-fence', 'fence')]
SUW19130417-V07-16-page3.txt: [('-', ''), ('-to', 'to'), ('meet-', 'meet')]
SUW19130417-V07-16-page4.txt: [('I-', 'I')]
SUW19130417-V07-16-page6.txt: [('-', '')]
SUW19130417-V07-16-page7.txt: [('be-', 'be')]
SUW19130417-V07-16-page8.txt: [('-', ''), ('thi-', 'thi'), ('-', '')]
SUW19130424-V07-17-page1.txt: [('-', '')]
SUW19130424-V07-17-page2.txt: [('-', ''), ('pass-', 'pass')]
SUW19130424-V07-17-page3.txt: [('-', '')]
SUW19130424-V07-17-page5.txt: [('pre-', 'pre'), ('-', '')]
SUW19130424-V07-17-page7.txt: [('-', '')]
SUW19130501-V07-18-page1.txt: [('bookkeepe-', 'bookkeepe')]
SUW19130501-V07-18-page2.txt: [('-the', 'the')]
SUW19130501-V07-18-page3.txt: [('-auditor', 'auditor')]
SUW19130501-V07-18-page5.txt: [('-', ''), ('Camp-', 'Camp')]
SUW19130501-V07-18-page6.txt: [('-', '')]
SUW19130501-V07-18-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-gal.', 'gal.')]
SUW19130508-V07-19-page1.txt: [('-', '')]
SUW19130508-V07-19-page2.txt: [('-', ''), ('-', '')]
SUW19130508-V07-19-page3.txt: [('-Society', 'Society'), ('Louis-', 'Louis'), ('-ville.', 'ville.'), ('-t', 't')]
SUW19130508-V07-19-page4.txt: [('Wash-', 'Wash')]
SUW19130508-V07-19-page5.txt: [('-', '')]
SUW19130508-V07-19-page6.txt: [('-', ''), ('--.', '-.'), ('----PP', '---PP'), ('-----', '----'), ('-..', '..')]
SUW19130508-V07-19-page7.txt: [('----so', '---so'), ('-are', 'are'), ('-ia', 'ia')]
SUW19130515-V07-20-page1.txt: [('-Department', 'Department')]
SUW19130515-V07-20-page2.txt: [('-', ''), ('-', '')]
SUW19130515-V07-20-page3.txt: [('-', ''), ('inter-', 'inter')]
SUW19130515-V07-20-page5.txt: [('-', ''), ('ih-', 'ih')]
SUW19130515-V07-20-page6.txt: [('-', ''), ('----', '---'), ('----', '---'), ('Scott----', 'Scott---'), ('-GC', 'GC'), ('-BE', 'BE'), ('------', '-----')]
SUW19130515-V07-20-page7.txt: [('-from', 'from')]
SUW19130515-V07-20-page8.txt: [('-highest', 'highest')]
SUW19130522-V07-21-page2.txt: [('-', '')]
SUW19130522-V07-21-page4.txt: [('us.-', 'us.'), ('Christ------', 'Christ-----')]
SUW19130522-V07-21-page5.txt: [('-', ''), ('..-', '..'), ('---S.', '--S.')]
SUW19130522-V07-21-page6.txt: [('-BF', 'BF'), ('-', ''), ('-V', 'V')]
SUW19130522-V07-21-page7.txt: [('-----------', '----------'), ('------------', '-----------'), ('-----------', '----------')]
SUW19130522-V07-21-page8.txt: [('-', '')]
SUW19130529-V07-22-page1.txt: [('-', '')]
SUW19130529-V07-22-page2.txt: [('power.-', 'power.')]
SUW19130529-V07-22-page4.txt: [('-those', 'those')]
SUW19130529-V07-22-page6.txt: [('-', ''), ('-', '')]
SUW19130612-V07-23-page3.txt: [('-', '')]
SUW19130612-V07-23-page5.txt: [('-', '')]
SUW19130612-V07-23-page6.txt: [('-', ''), ('twenty-', 'twenty')]
SUW19130612-V07-23-page7.txt: [('i-', 'i'), ('-', '')]
SUW19130619-V07-24-page2.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19130619-V07-24-page3.txt: [('-to', 'to'), ('-went', 'went'), ('---------', '--------'), ('pray-', 'pray')]
SUW19130619-V07-24-page4.txt: [('-morning', 'morning'), ('-', '')]
SUW19130619-V07-24-page5.txt: [('-', ''), ('Off-', 'Off')]
SUW19130619-V07-24-page6.txt: [('ten-', 'ten')]
SUW19130619-V07-24-page7.txt: [('-', ''), ('-', ''), ('-pp', 'pp'), ('I-', 'I')]
SUW19130619-V07-24-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19130626-V07-25-page1.txt: [('-', '')]
SUW19130626-V07-25-page2.txt: [('Agent-', 'Agent')]
SUW19130626-V07-25-page3.txt: [('-', ''), ('-the', 'the'), ('-di', 'di'), ('-', '')]
SUW19130626-V07-25-page4.txt: [('-', ''), ('-..', '..'), ('-', '')]
SUW19130626-V07-25-page5.txt: [('-', ''), ('----', '---'), ('-BP', 'BP')]
SUW19130626-V07-25-page6.txt: [('-', ''), ('-settlement.', 'settlement.')]
SUW19130626-V07-25-page7.txt: [('-a', 'a')]
SUW19130626-V07-25-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19130703-V07-26-page3.txt: [('-', '')]
SUW19130703-V07-26-page6.txt: [('-', '')]
SUW19130703-V07-26-page7.txt: [('-', '')]
SUW19130703-V07-26-page8.txt: [('-', ''), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-BF', 'BF'), ('-BF', 'BF'), ('-', '')]
SUW19130710-V07-27-page1.txt: [('-', ''), ('-', '')]
SUW19130710-V07-27-page2.txt: [('-August', 'August')]
SUW19130710-V07-27-page4.txt: [('-', ''), ('-fain', 'fain'), ('-which', 'which')]
SUW19130710-V07-27-page5.txt: [('-anxious', 'anxious')]
SUW19130710-V07-27-page6.txt: [('-', ''), ('I-', 'I'), ('-----bf', '----bf')]
SUW19130710-V07-27-page7.txt: [('-', '')]
SUW19130710-V07-27-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-August', 'August'), ('-', ''), ('-', '')]
SUW19130717-V07-28-page1.txt: [('-hours', 'hours')]
SUW19130717-V07-28-page2.txt: [('-', '')]
SUW19130717-V07-28-page3.txt: [('-io', 'io')]
SUW19130717-V07-28-page4.txt: [('-', ''), ('L-', 'L'), ('-AUG.', 'AUG.')]
SUW19130717-V07-28-page5.txt: [('-', ''), ('-', '')]
SUW19130717-V07-28-page6.txt: [('-', ''), ('-', '')]
SUW19130717-V07-28-page7.txt: [('-----bf', '----bf'), ('-', ''), ('-----', '----'), ('-', ''), ('-f', 'f')]
SUW19130717-V07-28-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-August', 'August'), ('-', ''), ('-', ''), ('-', '')]
SUW19130724-V07-29-page3.txt: [('-third', 'third'), ('-', ''), ('-saida', 'saida')]
SUW19130724-V07-29-page4.txt: [('Mis--', 'Mis-'), ('-', '')]
SUW19130724-V07-29-page5.txt: [('-', '')]
SUW19130724-V07-29-page6.txt: [('-', ''), ('-', '')]
SUW19130724-V07-29-page7.txt: [('-CK', 'CK'), ('-', ''), ('m-', 'm')]
SUW19130724-V07-29-page8.txt: [('SUBS-', 'SUBS'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-August', 'August'), ('-', ''), ('-', '')]
SUW19130731-V07-30-page1.txt: [('-', ''), ('-', '')]
SUW19130731-V07-30-page3.txt: [('furnished.-', 'furnished.'), ('-', '')]
SUW19130731-V07-30-page4.txt: [('-', ''), ('-', '')]
SUW19130731-V07-30-page6.txt: [('-n', 'n'), ('-', ''), ('----', '---')]
SUW19130731-V07-30-page7.txt: [('-', ''), ('-Cents-a-Week', 'Cents-a-Week')]
SUW19130731-V07-30-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-full-page', 'full-page')]
SUW19130807-V07-31-page3.txt: [('-yields', 'yields')]
SUW19130807-V07-31-page4.txt: [('song-', 'song')]
SUW19130807-V07-31-page7.txt: [('-', ''), ('LulaScott-----', 'LulaScott----')]
SUW19130807-V07-31-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the')]
SUW19130814-V07-32-page1.txt: [('-', ''), ('-', ''), ('-cgw', 'cgw')]
SUW19130814-V07-32-page2.txt: [('-', '')]
SUW19130814-V07-32-page4.txt: [('-second', 'second'), ('-', '')]
SUW19130814-V07-32-page5.txt: [('colpor-', 'colpor'), ('Be-', 'Be')]
SUW19130814-V07-32-page7.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19130814-V07-32-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19130821-V07-33-page1.txt: [('-Wortkie', 'Wortkie'), ('-eg', 'eg'), ('-', '')]
SUW19130821-V07-33-page3.txt: [('-', ''), ('-', '')]
SUW19130821-V07-33-page6.txt: [('-W', 'W'), ('-', '')]
SUW19130821-V07-33-page7.txt: [('-', ''), ('-V', 'V')]
SUW19130821-V07-33-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19130828-V07-34-page1.txt: [('-', ''), ("-'", "'"), ('the-', 'the')]
SUW19130828-V07-34-page2.txt: [('-', ''), ('-', '')]
SUW19130828-V07-34-page3.txt: [('success.-', 'success.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19130828-V07-34-page5.txt: [('-was', 'was'), ('-well-organized', 'well-organized')]
SUW19130828-V07-34-page7.txt: [('L-', 'L'), ('-...BE', '...BE'), ('-----', '----'), ('-----------------', '----------------'), ('-', ''), ('-', '')]
SUW19130828-V07-34-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-acre', 'acre'), ('-roomed', 'roomed')]
SUW19130904-V07-35-page1.txt: [('-', ''), ('-', '')]
SUW19130904-V07-35-page2.txt: [('-He', 'He'), ('-to', 'to'), ('L-', 'L'), ('-the', 'the')]
SUW19130904-V07-35-page6.txt: [('Con-', 'Con'), ('-was', 'was'), ('-', '')]
SUW19130904-V07-35-page7.txt: [('-', '')]
SUW19130904-V07-35-page8.txt: [('-', ''), ('-', ''), ('-acre', 'acre'), ('-roomed', 'roomed')]
SUW19130911-V07-36-page1.txt: [('-.', '.'), ('-descrip', 'descrip'), ('-readily', 'readily')]
SUW19130911-V07-36-page2.txt: [('Holy-', 'Holy'), ('-', ''), ('--------', '-------'), ('-------', '------')]
SUW19130911-V07-36-page4.txt: [('-io', 'io')]
SUW19130911-V07-36-page5.txt: [('-', '')]
SUW19130911-V07-36-page7.txt: [('RalphElstrom...BI-', 'RalphElstrom...BI'), ('-----', '----'), ('RebeccaMoore..bf-', 'RebeccaMoore..bf'), ('-', ''), ('-', '')]
SUW19130911-V07-36-page8.txt: [('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-is', 'is'), ('-', '')]
SUW19130918-V07-37-page1.txt: [('-', '')]
SUW19130918-V07-37-page3.txt: [('-forces', 'forces')]
SUW19130918-V07-37-page5.txt: [('-', ''), ('-Twenty-Cents-a-Week', 'Twenty-Cents-a-Week'), ('Miss-', 'Miss')]
SUW19130918-V07-37-page6.txt: [('possible.-', 'possible.')]
SUW19130918-V07-37-page7.txt: [('-', '')]
SUW19130918-V07-37-page8.txt: [('-', ''), ('-', '')]
SUW19130925-V07-38-page1.txt: [('-', ''), ('-yyork', 'yyork')]
SUW19130925-V07-38-page2.txt: [('PVorld-', 'PVorld')]
SUW19130925-V07-38-page5.txt: [('-', ''), ('-', ''), ('-who', 'who'), ('-', '')]
SUW19130925-V07-38-page6.txt: [('-We', 'We'), ('Sabbath-', 'Sabbath')]
SUW19131002-V07-39-page1.txt: [('Voi-', 'Voi')]
SUW19131002-V07-39-page2.txt: [('meas-', 'meas')]
SUW19131002-V07-39-page3.txt: [('-ft-Immensely.---We', 'ft-Immensely.---We'), ('-dear', 'dear'), ('-', ''), ('-that', 'that'), ('-', ''), ('Christ-', 'Christ'), ('-whether', 'whether'), ('-colpdrtetrr', 'colpdrtetrr')]
SUW19131002-V07-39-page4.txt: [('-every', 'every'), ('-soon', 'soon'), ('-', '')]
SUW19131002-V07-39-page5.txt: [('-has-been', 'has-been'), ('it.-', 'it.'), ('-price', 'price'), ('-send', 'send'), ("-their'", "their'"), ('-for', 'for'), ('-WfrJrajie', 'WfrJrajie'), ('-', ''), ('-has', 'has'), ('-been', 'been'), ('-past', 'past')]
SUW19131002-V07-39-page6.txt: [('-to', 'to'), ('-', '')]
SUW19131002-V07-39-page7.txt: [('-.BE', '.BE'), ('rUNION-', 'rUNION'), ('------d', '-----d')]
SUW19131002-V07-39-page8.txt: [('-man', 'man')]
SUW19131009-V07-40-page1.txt: [('-', ''), ('-', '')]
SUW19131009-V07-40-page2.txt: [('-where', 'where'), ('-', '')]
SUW19131009-V07-40-page3.txt: [('-', ''), ('-Sales', 'Sales')]
SUW19131009-V07-40-page6.txt: [('Sabbath-', 'Sabbath'), ('-are', 'are'), ('-', ''), ('-or', 'or')]
SUW19131009-V07-40-page7.txt: [('Crabtree----', 'Crabtree---'), ('Ivory----', 'Ivory---')]
SUW19131016-V07-41-page1.txt: [('-inaugurating', 'inaugurating'), ('-For', 'For')]
SUW19131016-V07-41-page2.txt: [('-', ''), ('of-', 'of')]
SUW19131016-V07-41-page3.txt: [('ditch-', 'ditch')]
SUW19131016-V07-41-page4.txt: [('C-', 'C')]
SUW19131016-V07-41-page6.txt: [('-to', 'to'), ("Society'Secretary-", "Society'Secretary"), ('-', '')]
SUW19131016-V07-41-page7.txt: [('-', ''), ('-', ''), ('-D', 'D'), ('------', '-----'), ("-'", "'"), ("-'", "'"), ("'-", "'")]
SUW19131016-V07-41-page8.txt: [('-', ''), ('six-', 'six')]
SUW19131023-V07-42-page3.txt: [('-', '')]
SUW19131023-V07-42-page4.txt: [('camp-', 'camp')]
SUW19131023-V07-42-page7.txt: [('-BF', 'BF'), ('-', ''), ('-----', '----'), ('-', '')]
SUW19131023-V07-42-page8.txt: [('-', '')]
SUW19131030-V07-43-page2.txt: [('Confer-', 'Confer')]
SUW19131030-V07-43-page5.txt: [('camp-', 'camp')]
SUW19131030-V07-43-page6.txt: [('-', ''), ('Sun-', 'Sun')]
SUW19131030-V07-43-page7.txt: [('-', ''), ('.-', '.'), ('-', ''), ('-', '')]
SUW19131030-V07-43-page8.txt: [('-', ''), ('-page', 'page')]
SUW19131106-V07-44-page2.txt: [('-This', 'This')]
SUW19131106-V07-44-page3.txt: [("-as'faithful", "as'faithful"), ('-a', 'a'), ('-water', 'water'), ('-', ''), ('-ivi', 'ivi')]
SUW19131106-V07-44-page4.txt: [('stop-', 'stop')]
SUW19131106-V07-44-page5.txt: [('-the', 'the'), ('-his', 'his'), ('-this', 'this')]
SUW19131106-V07-44-page6.txt: [('-', ''), ('-journal.', 'journal.'), ('-', ''), ('Music-', 'Music')]
SUW19131106-V07-44-page7.txt: [('-', '')]
SUW19131106-V07-44-page8.txt: [('-', ''), ('-', ''), ('-i', 'i'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19131113-V07-45-page1.txt: [('infor-', 'infor')]
SUW19131113-V07-45-page2.txt: [('Pun-', 'Pun')]
SUW19131113-V07-45-page3.txt: [('-', '')]
SUW19131113-V07-45-page4.txt: [('-', ''), ('-', ''), ('--', '-'), ('Sec-', 'Sec'), ('faith-', 'faith')]
SUW19131113-V07-45-page5.txt: [('-', '')]
SUW19131113-V07-45-page6.txt: [('-', '')]
SUW19131113-V07-45-page7.txt: [('Char-', 'Char'), ('-', '')]
SUW19131113-V07-45-page8.txt: [('-', ''), ('-', ''), ('-several', 'several')]
SUW19131120-V07-46-page1.txt: [('PEO-', 'PEO')]
SUW19131120-V07-46-page2.txt: [('-attended', 'attended'), ('Mc-', 'Mc'), ('-', '')]
SUW19131120-V07-46-page3.txt: [('lVIcColrey-', 'lVIcColrey')]
SUW19131120-V07-46-page4.txt: [('-Brother', 'Brother'), ('-Among', 'Among')]
SUW19131120-V07-46-page6.txt: [('---------------------------------', '--------------------------------'), ('-of', 'of')]
SUW19131120-V07-46-page7.txt: [('conference.-', 'conference.')]
SUW19131120-V07-46-page8.txt: [('-', '')]
SUW19131127-V07-47-page1.txt: [('Texas-', 'Texas')]
SUW19131127-V07-47-page4.txt: [('sea-', 'sea')]
SUW19131127-V07-47-page5.txt: [('-to.', 'to.')]
SUW19131127-V07-47-page8.txt: [('-', ''), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19131204-V07-48-page1.txt: [('--', '-'), ('-', ''), ('-', '')]
SUW19131204-V07-48-page2.txt: [('-', ''), ('peo-', 'peo'), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', '')]
SUW19131204-V07-48-page3.txt: [('-', '')]
SUW19131204-V07-48-page5.txt: [('-MOLLIE', 'MOLLIE')]
SUW19131204-V07-48-page8.txt: [('-', ''), ('-appear', 'appear'), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19131211-V07-49-page1.txt: [('-marked', 'marked'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('acquaint-', 'acquaint')]
SUW19131211-V07-49-page3.txt: [('sup--', 'sup-')]
SUW19131211-V07-49-page4.txt: [('-', '')]
SUW19131211-V07-49-page5.txt: [('ad-', 'ad')]
SUW19131211-V07-49-page8.txt: [('-', ''), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19131218-V07-50-page1.txt: [('cer-', 'cer'), ('-', ''), ('-', '')]
SUW19131218-V07-50-page2.txt: [('-our', 'our'), ('-as', 'as'), ('-so', 'so'), ('-can', 'can'), ('-collection', 'collection')]
SUW19131218-V07-50-page3.txt: [('-', ''), ('-', '')]
SUW19131218-V07-50-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-appeal.', 'appeal.'), ('-in', 'in')]
SUW19131218-V07-50-page5.txt: [('-', ''), ('-of', 'of'), ('-Lord', 'Lord'), ('-', ''), ('-', '')]
SUW19131218-V07-50-page6.txt: [('-', '')]
SUW19131218-V07-50-page7.txt: [('SOUTH-', 'SOUTH'), ('-Conference', 'Conference'), ('-', '')]
SUW19131218-V07-50-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('organiza-', 'organiza'), ('-', ''), ('-gat.', 'gat.'), ('-gal.', 'gal.'), ('-', '')]
SUW19140101-V08-01-page1.txt: [('ac-', 'ac')]
SUW19140101-V08-01-page2.txt: [('-until', 'until'), ('-', '')]
SUW19140101-V08-01-page3.txt: [('-', '')]
SUW19140101-V08-01-page5.txt: [('Pro-', 'Pro'), ('-', '')]
SUW19140101-V08-01-page6.txt: [('mis-', 'mis')]
SUW19140101-V08-01-page7.txt: [('-', ''), ('-asleep', 'asleep'), ('-', ''), ('-', ''), ('-in', 'in'), ('-', '')]
SUW19140101-V08-01-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('to-', 'to'), ('-gal.', 'gal.'), ('-gal', 'gal')]
SUW19140108-V08-02-page3.txt: [('our-', 'our')]
SUW19140108-V08-02-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19140108-V08-02-page6.txt: [('-', ''), ('mem-', 'mem')]
SUW19140108-V08-02-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', '')]
SUW19140115-V08-03-page1.txt: [('-', ''), ('-', '')]
SUW19140115-V08-03-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19140115-V08-03-page3.txt: [('trans-', 'trans')]
SUW19140115-V08-03-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19140115-V08-03-page5.txt: [('-in', 'in')]
SUW19140115-V08-03-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19140115-V08-03-page8.txt: [('-', ''), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal', 'gal')]
SUW19140122-V08-04-page1.txt: [('-', '')]
SUW19140122-V08-04-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ii.', 'ii.'), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', '')]
SUW19140122-V08-04-page4.txt: [('Twenty-Cent-a-', 'Twenty-Cent-a'), ('-', '')]
SUW19140122-V08-04-page5.txt: [('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-Ul', 'Ul')]
SUW19140122-V08-04-page6.txt: [('sixteen-', 'sixteen')]
SUW19140122-V08-04-page7.txt: [('-', ''), ('-', '')]
SUW19140122-V08-04-page8.txt: [('-', ''), ('-', '')]
SUW19140129-V08-05-page1.txt: [('-', ''), ('-I', 'I'), ('-t', 't'), ('-', '')]
SUW19140129-V08-05-page4.txt: [('-for', 'for')]
SUW19140129-V08-05-page5.txt: [('be-', 'be')]
SUW19140129-V08-05-page8.txt: [('-', ''), ('-', '')]
SUW19140205-V08-06-page1.txt: [('-will', 'will')]
SUW19140205-V08-06-page2.txt: [('-', '')]
SUW19140205-V08-06-page4.txt: [('-', ''), ('-', '')]
SUW19140205-V08-06-page5.txt: [('-', '')]
SUW19140205-V08-06-page6.txt: [('thirteenth-', 'thirteenth'), ('-Fund.', 'Fund.')]
SUW19140212-V08-07-page1.txt: [('-', '')]
SUW19140212-V08-07-page2.txt: [('min-', 'min')]
SUW19140212-V08-07-page3.txt: [('-', ''), ('confer-', 'confer'), ('-', ''), ('-', ''), ('-', '')]
SUW19140212-V08-07-page4.txt: [('it-', 'it')]
SUW19140212-V08-07-page8.txt: [('-by', 'by'), ('-a', 'a'), ('-', ''), ('-gal.', 'gal.'), ('-gal', 'gal')]
SUW19140219-V08-08-page1.txt: [('edu-', 'edu'), ('-f', 'f')]
SUW19140219-V08-08-page2.txt: [('-his', 'his')]
SUW19140219-V08-08-page3.txt: [('-', '')]
SUW19140219-V08-08-page5.txt: [('-there', 'there'), ('SOUTHERN-', 'SOUTHERN')]
SUW19140219-V08-08-page6.txt: [('-', ''), ('-ii', 'ii'), ('-', ''), ('-', ''), ('-', '')]
SUW19140219-V08-08-page7.txt: [("him.'.'-", "him.'.'")]
SUW19140219-V08-08-page8.txt: [('-', ''), ('-', ''), ('-August', 'August'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('-September', 'September'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19140226-V08-09-page1.txt: [('suc-', 'suc')]
SUW19140226-V08-09-page2.txt: [('-', '')]
SUW19140226-V08-09-page4.txt: [('de-', 'de')]
SUW19140226-V08-09-page5.txt: [('Jack-', 'Jack'), ('-', '')]
SUW19140226-V08-09-page6.txt: [('-', '')]
SUW19140226-V08-09-page7.txt: [('--', '-')]
SUW19140226-V08-09-page8.txt: [('-', '')]
SUW19140305-V08-10-page1.txt: [('-Sabbath', 'Sabbath'), ('ac-', 'ac'), ('-children', 'children'), ('-destruction', 'destruction'), ('-scarlet', 'scarlet'), ('-', '')]
SUW19140305-V08-10-page3.txt: [('----', '---'), ('-The', 'The'), ('-every', 'every')]
SUW19140305-V08-10-page5.txt: [('-of', 'of'), ('the-', 'the')]
SUW19140305-V08-10-page6.txt: [('now.-', 'now.')]
SUW19140305-V08-10-page7.txt: [('Hutchins-', 'Hutchins')]
SUW19140305-V08-10-page8.txt: [('-', ''), ('-', ''), ('-August', 'August'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('-September', 'September'), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19140312-V08-11-page1.txt: [('-', ''), ('-', '')]
SUW19140312-V08-11-page2.txt: [('ex-', 'ex'), ('col-', 'col')]
SUW19140312-V08-11-page3.txt: [('Brother-', 'Brother'), ('-', ''), ('en-', 'en')]
SUW19140312-V08-11-page4.txt: [('-', ''), ('tem--', 'tem-'), ('from-', 'from'), ('-', ''), ('-', ''), ('-sortie', 'sortie'), ('-', ''), ('-using', 'using'), ('-"Great', '"Great'), ('-of', 'of'), ('-', '')]
SUW19140312-V08-11-page5.txt: [('-he', 'he'), ('-the', 'the'), ('-Dcamc', 'Dcamc'), ("we'hope-", "we'hope"), ('-to', 'to')]
SUW19140312-V08-11-page6.txt: [('-', '')]
SUW19140312-V08-11-page7.txt: [('-E', 'E'), ('-', ''), ('j-', 'j')]
SUW19140312-V08-11-page8.txt: [('-', ''), ('-August', 'August'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('-September', 'September'), ('-', ''), ('-gal.', 'gal.'), ('-gal', 'gal'), ('-gal.', 'gal.')]
SUW19140319-V08-12-page1.txt: [('encourag-', 'encourag'), ('in-', 'in')]
SUW19140319-V08-12-page3.txt: [('mat-', 'mat')]
SUW19140319-V08-12-page5.txt: [('Mc-', 'Mc'), ('-Elder', 'Elder')]
SUW19140319-V08-12-page8.txt: [('-.', '.'), ('-', ''), ('-August', 'August'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('-September', 'September')]
SUW19140326-V08-13-page1.txt: [('-Ft', 'Ft')]
SUW19140326-V08-13-page2.txt: [('-', '')]
SUW19140326-V08-13-page4.txt: [('-', ''), ('-', ''), ('pres-', 'pres')]
SUW19140326-V08-13-page7.txt: [('Hutchins-', 'Hutchins')]
SUW19140326-V08-13-page8.txt: [('-', ''), ('-August', 'August'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('-September', 'September'), ('ex-', 'ex')]
SUW19140402-V08-14-page1.txt: [('-..y', '..y')]
SUW19140402-V08-14-page2.txt: [('-', ''), ('-', '')]
SUW19140402-V08-14-page3.txt: [('-o.ne', 'o.ne')]
SUW19140402-V08-14-page4.txt: [('im-', 'im'), ('-', '')]
SUW19140402-V08-14-page6.txt: [('-P', 'P')]
SUW19140402-V08-14-page8.txt: [('-', ''), ('-August', 'August'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('-September', 'September'), ('-Remnant', 'Remnant')]
SUW19140409-V08-15-page1.txt: [('-is', 'is')]
SUW19140409-V08-15-page2.txt: [('re-', 're')]
SUW19140409-V08-15-page4.txt: [('im-', 'im')]
SUW19140409-V08-15-page8.txt: [('-', ''), ('-', ''), ('-August', 'August'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('-September', 'September'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal', 'gal')]
SUW19140416-V08-16-page2.txt: [('-the--work', 'the--work')]
SUW19140416-V08-16-page3.txt: [('-', ''), ('remark--', 'remark-'), ('hold-', 'hold')]
SUW19140416-V08-16-page5.txt: [('splen-', 'splen'), ('inter-', 'inter')]
SUW19140416-V08-16-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19140416-V08-16-page7.txt: [('-Sutton', 'Sutton')]
SUW19140416-V08-16-page8.txt: [('-', ''), ('-', ''), ('-Facts', 'Facts'), ('-', ''), ('-August', 'August'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('-September', 'September')]
SUW19140423-V08-17-page1.txt: [('-', '')]
SUW19140423-V08-17-page2.txt: [('-our', 'our'), ('lo-', 'lo')]
SUW19140423-V08-17-page4.txt: [('Feb-', 'Feb')]
SUW19140423-V08-17-page5.txt: [('thirteenth-', 'thirteenth')]
SUW19140423-V08-17-page8.txt: [('-', ''), ('-', ''), ('Associati.-', 'Associati.'), ('-', ''), ('-August', 'August'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19140430-V08-18-page1.txt: [('Vol-', 'Vol'), ('Con-', 'Con'), ('Ex-', 'Ex')]
SUW19140430-V08-18-page2.txt: [('pros-', 'pros')]
SUW19140430-V08-18-page3.txt: [('-One', 'One')]
SUW19140430-V08-18-page6.txt: [('Bldg-', 'Bldg'), ('-', ''), ('-', ''), ('-', '')]
SUW19140430-V08-18-page7.txt: [('-', '')]
SUW19140430-V08-18-page8.txt: [('-', ''), ('-August', 'August'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('-', '')]
SUW19140507-V08-19-page1.txt: [('--', '-')]
SUW19140507-V08-19-page4.txt: [('de-', 'de')]
SUW19140507-V08-19-page8.txt: [('Ex-', 'Ex'), ('-', ''), ('-', ''), ('-August', 'August'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('-', ''), ('sum-', 'sum'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal', 'gal')]
SUW19140514-V08-20-page1.txt: [('-ho', 'ho')]
SUW19140514-V08-20-page8.txt: [('-be', 'be'), ('-', ''), ('-August', 'August'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('-', '')]
SUW19140521-V08-21-page1.txt: [('--Alice', '-Alice'), ('The-', 'The')]
SUW19140521-V08-21-page4.txt: [('-UNION', 'UNION')]
SUW19140521-V08-21-page5.txt: [('Con-', 'Con')]
SUW19140521-V08-21-page8.txt: [('-', ''), ('-August', 'August'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('o-', 'o'), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19140528-V08-22-page2.txt: [('-', '')]
SUW19140528-V08-22-page4.txt: [('-Brother', 'Brother')]
SUW19140528-V08-22-page7.txt: [('-', '')]
SUW19140528-V08-22-page8.txt: [('-', ''), ('-August', 'August'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('-', '')]
SUW19140604-V08-23-page2.txt: [('-of', 'of')]
SUW19140604-V08-23-page4.txt: [('-', ''), ('day."--', 'day."-'), ('build-', 'build')]
SUW19140604-V08-23-page5.txt: [('r--', 'r-')]
SUW19140604-V08-23-page8.txt: [('-', ''), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19140611-V08-24-page2.txt: [('-suc-', 'suc-')]
SUW19140611-V08-24-page4.txt: [('-earnest', 'earnest')]
SUW19140611-V08-24-page5.txt: [('-', ''), ('-UNION', 'UNION')]
SUW19140611-V08-24-page8.txt: [('-r', 'r'), ('r-', 'r'), ('in-', 'in'), ('-', ''), ('-', ''), ('-hville', 'hville'), ('--', '-'), ('ro-', 'ro'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-t', 't'), ('com-', 'com')]
SUW19140618-V08-25-page2.txt: [('-', ''), ('remetn-', 'remetn')]
SUW19140618-V08-25-page4.txt: [('sug-', 'sug')]
SUW19140618-V08-25-page5.txt: [('-Tune', 'Tune')]
SUW19140618-V08-25-page8.txt: [('-', ''), ('-August', 'August'), ('-', ''), ('o-', 'o'), ('-September', 'September'), ('-', '')]
SUW19140625-V08-26-page2.txt: [('-especial', 'especial')]
SUW19140625-V08-26-page4.txt: [('Sabbath-', 'Sabbath')]
SUW19140625-V08-26-page5.txt: [('-', '')]
SUW19140625-V08-26-page7.txt: [('-', '')]
SUW19140625-V08-26-page8.txt: [('-to', 'to'), ('-', ''), ('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-August', 'August'), ('-', ''), ('-', ''), ('-September', 'September'), ('-', '')]
SUW19140702-V08-27-page1.txt: [('col-', 'col')]
SUW19140702-V08-27-page3.txt: [('-to', 'to')]
SUW19140702-V08-27-page4.txt: [('-', ''), ('-September', 'September')]
SUW19140702-V08-27-page7.txt: [('-', '')]
SUW19140702-V08-27-page8.txt: [('-August', 'August'), ('-August', 'August'), ('-', ''), ('-', ''), ('-September', 'September'), ('-September', 'September'), ('-', ''), ('-', ''), ('thirteenth-', 'thirteenth'), ('-September', 'September')]
SUW19140709-V08-28-page1.txt: [('presi-', 'presi'), ('-', ''), ('o-', 'o'), ('edi-', 'edi')]
SUW19140709-V08-28-page2.txt: [('jtYS-', 'jtYS')]
SUW19140709-V08-28-page4.txt: [('-Alexandria', 'Alexandria'), ('-September', 'September')]
SUW19140709-V08-28-page5.txt: [('-', ''), ('recog--', 'recog-')]
SUW19140709-V08-28-page6.txt: [('-', ''), ('-', '')]
SUW19140709-V08-28-page7.txt: [('-Deliveries', 'Deliveries'), ('Lula-', 'Lula')]
SUW19140709-V08-28-page8.txt: [('-August', 'August'), ('-', ''), ('-', ''), ('-September', 'September'), ('-September', 'September'), ('-', ''), ('se-', 'se')]
SUW19140716-V08-29-page1.txt: [('Smith-', 'Smith')]
SUW19140716-V08-29-page2.txt: [('-', '')]
SUW19140716-V08-29-page3.txt: [('-', ''), ('-may', 'may')]
SUW19140716-V08-29-page4.txt: [('-', '')]
SUW19140716-V08-29-page5.txt: [('-', '')]
SUW19140716-V08-29-page7.txt: [('-', '')]
SUW19140716-V08-29-page8.txt: [('-August', 'August'), ('-August', 'August'), ('-', ''), ('-', ''), ('-September', 'September'), ('-September', 'September'), ('-', ''), ('-These', 'These'), ('in-', 'in')]
SUW19140723-V08-30-page2.txt: [('-', '')]
SUW19140723-V08-30-page3.txt: [('-', '')]
SUW19140723-V08-30-page4.txt: [('in-', 'in')]
SUW19140723-V08-30-page8.txt: [('-', ''), ('-August', 'August'), ('-August', 'August'), ('-August', 'August'), ('-', ''), ('o-', 'o'), ('-September', 'September'), ('-September', 'September'), ('-', ''), ('-', ''), ('TRAnt--', 'TRAnt-'), ('-acre', 'acre')]
SUW19140730-V08-31-page2.txt: [('inak-', 'inak')]
SUW19140730-V08-31-page5.txt: [('-', ''), ('-', '')]
SUW19140730-V08-31-page7.txt: [('-', '')]
SUW19140730-V08-31-page8.txt: [('-', ''), ('-', ''), ('-September', 'September'), ('-September', 'September'), ('-', ''), ('TRADE--', 'TRADE-'), ('-acre', 'acre')]
SUW19140806-V08-32-page1.txt: [('ex-', 'ex')]
SUW19140806-V08-32-page2.txt: [('-', ''), ('-weight', 'weight')]
SUW19140806-V08-32-page3.txt: [('-to', 'to')]
SUW19140806-V08-32-page4.txt: [('-', '')]
SUW19140806-V08-32-page5.txt: [('-that', 'that')]
SUW19140806-V08-32-page7.txt: [('--', '-'), ('.-', '.')]
SUW19140806-V08-32-page8.txt: [('-August', 'August'), ('-August', 'August'), ('-', ''), ('-', ''), ('-September', 'September'), ('-September', 'September'), ('-', ''), ('--', '-')]
SUW19140813-V08-33-page1.txt: [('-', '')]
SUW19140813-V08-33-page8.txt: [('-', ''), ('-', ''), ('-September', 'September'), ('-September', 'September'), ('-', ''), ('-', '')]
SUW19140820-V08-34-page1.txt: [('-', ''), ('-', ''), ('-September', 'September'), ('-September', 'September'), ('-', '')]
SUW19140820-V08-34-page3.txt: [('-', '')]
SUW19140820-V08-34-page5.txt: [('-Then', 'Then')]
SUW19140820-V08-34-page6.txt: [('-', '')]
SUW19140820-V08-34-page7.txt: [('-.', '.')]
SUW19140827-V08-35-page1.txt: [('-', ''), ('-September', 'September'), ('-September', 'September'), ('-', '')]
SUW19140827-V08-35-page2.txt: [('-', ''), ('-Babylon', 'Babylon')]
SUW19140827-V08-35-page3.txt: [('-', '')]
SUW19140827-V08-35-page8.txt: [('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19140903-V08-36-page1.txt: [('-September', 'September'), ('-September', 'September'), ('-', '')]
SUW19140903-V08-36-page3.txt: [('fourth-', 'fourth'), ('-', '')]
SUW19140903-V08-36-page4.txt: [('-Elders', 'Elders'), ('corn-', 'corn')]
SUW19140903-V08-36-page5.txt: [('-', ''), ('dis-', 'dis')]
SUW19140903-V08-36-page6.txt: [('-', '')]
SUW19140903-V08-36-page8.txt: [('-office', 'office'), ('-the', 'the'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19140910-V08-37-page1.txt: [('-asurer', 'asurer'), ('-', '')]
SUW19140910-V08-37-page2.txt: [('-drawing', 'drawing'), ('STUDY.-', 'STUDY.')]
SUW19140910-V08-37-page4.txt: [('-', '')]
SUW19140910-V08-37-page8.txt: [('-Price', 'Price'), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19140917-V08-38-page2.txt: [('--The', '-The')]
SUW19140917-V08-38-page3.txt: [('-', '')]
SUW19140917-V08-38-page5.txt: [('pre-', 'pre')]
SUW19140924-V08-39-page2.txt: [('second-', 'second'), ('-', '')]
SUW19140924-V08-39-page5.txt: [('Secretary-', 'Secretary')]
SUW19140924-V08-39-page6.txt: [('-', ''), ('-', '')]
SUW19140924-V08-39-page8.txt: [('-', ''), ('-gal.', 'gal.'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19141001-V08-40-page2.txt: [('-', '')]
SUW19141001-V08-40-page4.txt: [('-a', 'a')]
SUW19141001-V08-40-page5.txt: [('purpose--', 'purpose-'), ('-way', 'way')]
SUW19141001-V08-40-page6.txt: [('-', '')]
SUW19141001-V08-40-page7.txt: [('-', '')]
SUW19141008-V08-41-page3.txt: [('Con-', 'Con')]
SUW19141008-V08-41-page4.txt: [('In-', 'In')]
SUW19141008-V08-41-page6.txt: [('.-', '.')]
SUW19141008-V08-41-page7.txt: [('-', ''), ('per-', 'per'), ('-', '')]
SUW19141008-V08-41-page8.txt: [('-', '')]
SUW19141015-V08-42-page1.txt: [('actually-', 'actually')]
SUW19141015-V08-42-page3.txt: [('Ameri-', 'Ameri'), ('-', ''), ('twenty-', 'twenty')]
SUW19141015-V08-42-page4.txt: [('Sec-', 'Sec')]
SUW19141015-V08-42-page5.txt: [('re-', 're'), ('-', '')]
SUW19141015-V08-42-page6.txt: [('meet-', 'meet')]
SUW19141015-V08-42-page8.txt: [('-excellent', 'excellent')]
SUW19141022-V08-43-page1.txt: [('-as', 'as')]
SUW19141022-V08-43-page2.txt: [('-and', 'and')]
SUW19141022-V08-43-page3.txt: [('-', '')]
SUW19141022-V08-43-page4.txt: [('-', '')]
SUW19141022-V08-43-page6.txt: [('Vol-', 'Vol')]
SUW19141022-V08-43-page8.txt: [('co-', 'co'), ('-', ''), ('-', '')]
SUW19141022-V08-44-page3.txt: [('-brethren', 'brethren'), ('second-', 'second'), ('-', '')]
SUW19141022-V08-44-page4.txt: [('ar-', 'ar')]
SUW19141022-V08-44-page5.txt: [('-', ''), ('-', ''), ('-Last', 'Last')]
SUW19141022-V08-44-page6.txt: [('-', ''), ('mis-', 'mis')]
SUW19141022-V08-44-page8.txt: [('tem-', 'tem'), ('-gal', 'gal'), ('-they', 'they'), ('-gal.', 'gal.')]
SUW19141105-V08-45-page2.txt: [('EXCEPTION-', 'EXCEPTION')]
SUW19141105-V08-45-page3.txt: [('Sec-', 'Sec')]
SUW19141105-V08-45-page4.txt: [('Con-', 'Con'), ('-', '')]
SUW19141105-V08-45-page6.txt: [('--Edgar', '-Edgar')]
SUW19141105-V08-45-page8.txt: [('Tobacco-', 'Tobacco'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19141112-V08-46-page1.txt: [('mem-', 'mem')]
SUW19141112-V08-46-page2.txt: [('Sec-', 'Sec')]
SUW19141112-V08-46-page3.txt: [('goal-', 'goal'), ('Confer-', 'Confer')]
SUW19141112-V08-46-page5.txt: [('-', ''), ('LI-', 'LI'), ('BI-', 'BI')]
SUW19141112-V08-46-page6.txt: [('-', ''), ('-', '')]
SUW19141112-V08-46-page8.txt: [('-page', 'page'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19141119-V08-47-page3.txt: [('Sec-', 'Sec')]
SUW19141119-V08-47-page4.txt: [('Con-', 'Con'), ('Le.-', 'Le.'), ('-ton', 'ton')]
SUW19141119-V08-47-page8.txt: [('-', ''), ('church-', 'church'), ('ef-', 'ef'), ('through-', 'through')]
SUW19141126-V08-48-page1.txt: [('wisdom-', 'wisdom')]
SUW19141126-V08-48-page2.txt: [('-', ''), ('-tecy', 'tecy'), ('--erity', '-erity')]
SUW19141126-V08-48-page4.txt: [('Ingather-', 'Ingather')]
SUW19141126-V08-48-page5.txt: [('-late', 'late'), ('-', '')]
SUW19141126-V08-48-page7.txt: [('--', '-'), ('-', '')]
SUW19141126-V08-48-page8.txt: [('Geor-', 'Geor'), ('-Park', 'Park')]
SUW19141203-V08-49-page1.txt: [('-', '')]
SUW19141203-V08-49-page3.txt: [('-', '')]
SUW19141203-V08-49-page4.txt: [('-', ''), ('Re-', 'Re')]
SUW19141203-V08-49-page5.txt: [('ad-', 'ad')]
SUW19141203-V08-49-page6.txt: [('-', '')]
SUW19141203-V08-49-page7.txt: [('-', '')]
SUW19141203-V08-49-page8.txt: [('ECCLE-', 'ECCLE'), ('PRO-', 'PRO'), ('-useful."', 'useful."'), ('--Edgar', '-Edgar'), ('-gal.', 'gal.'), ('-gal.', 'gal.')]
SUW19141210-V08-50-page1.txt: [('con-', 'con')]
SUW19141210-V08-50-page5.txt: [('.-', '.')]
SUW19141210-V08-50-page6.txt: [('-', '')]
SUW19141210-V08-50-page7.txt: [('Sab-', 'Sab')]
SUW19141210-V08-50-page8.txt: [('-', '')]
SUW19141224-V08-51-page2.txt: [('-I', 'I')]
SUW19141224-V08-51-page3.txt: [('faith-', 'faith'), ('--', '-'), ('-', ''), ('-', ''), ('re-', 're'), ('-', '')]
SUW19141224-V08-51-page4.txt: [('PARMELE-', 'PARMELE')]
SUW19141224-V08-51-page5.txt: [('Sabbath-', 'Sabbath'), ('-page', 'page')]
SUW19141224-V08-51-page6.txt: [('col-', 'col')]
SUW19141224-V08-51-page8.txt: [('Worker-', 'Worker'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150101-V09-01-page4.txt: [('-', '')]
SUW19150101-V09-01-page5.txt: [('-', '')]
SUW19150101-V09-01-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150114-V09-02-page1.txt: [('directly-', 'directly'), ('-', '')]
SUW19150114-V09-02-page2.txt: [('-hath', 'hath'), ('-Work', 'Work'), ('-done.', 'done.'), ('-', ''), ('-arouse', 'arouse'), ('-a', 'a'), ('want-', 'want'), ('-life-', 'life-'), ('-We', 'We'), ('-land."', 'land."'), ('-', ''), ('-and', 'and'), ('-eXperience', 'eXperience'), ('-had', 'had'), ('-', ''), ('-present', 'present'), ('-a', 'a'), ('-As', 'As'), ('loVe.--', 'loVe.-'), ('-Goll', 'Goll')]
SUW19150114-V09-02-page3.txt: [('-Conference', 'Conference')]
SUW19150114-V09-02-page4.txt: [('-', '')]
SUW19150114-V09-02-page5.txt: [('-', '')]
SUW19150114-V09-02-page7.txt: [('--', '-'), ('-', ''), ('-', '')]
SUW19150114-V09-02-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150121-V09-03-page4.txt: [('-', '')]
SUW19150121-V09-03-page5.txt: [('-', ''), ('-its', 'its')]
SUW19150121-V09-03-page6.txt: [('-', '')]
SUW19150121-V09-03-page7.txt: [('confession."-', 'confession."'), ('require.-', 'require.')]
SUW19150121-V09-03-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150128-V09-04-page1.txt: [('member-', 'member'), ('ex-', 'ex')]
SUW19150128-V09-04-page3.txt: [('-', ''), ('-', ''), ('New.-', 'New.')]
SUW19150128-V09-04-page4.txt: [('-', '')]
SUW19150128-V09-04-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150204-V09-05-page1.txt: [('how-', 'how'), ('-', ''), ('-Id', 'Id'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150204-V09-05-page2.txt: [('-', ''), ('o-', 'o')]
SUW19150204-V09-05-page3.txt: [('-', '')]
SUW19150204-V09-05-page4.txt: [('-', ''), ('second-', 'second')]
SUW19150204-V09-05-page5.txt: [('maga-', 'maga')]
SUW19150204-V09-05-page6.txt: [('-----------------------------', '----------------------------'), ('-', ''), ('-', ''), ('-is', 'is')]
SUW19150204-V09-05-page7.txt: [('--', '-'), ('.-', '.')]
SUW19150204-V09-05-page8.txt: [('-Roman', 'Roman'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150211-V09-06-page2.txt: [('con-', 'con'), ('-borders.', 'borders.')]
SUW19150211-V09-06-page3.txt: [('missions-', 'missions'), ('-December.', 'December.')]
SUW19150211-V09-06-page4.txt: [('-', '')]
SUW19150211-V09-06-page5.txt: [('third-', 'third')]
SUW19150211-V09-06-page6.txt: [('-', ''), ('-', '')]
SUW19150211-V09-06-page8.txt: [('-."', '."'), ('-day', 'day'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150218-V09-07-page1.txt: [('even-', 'even'), ('-', '')]
SUW19150218-V09-07-page2.txt: [('-', '')]
SUW19150218-V09-07-page6.txt: [('Spirit-', 'Spirit')]
SUW19150218-V09-07-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150225-V09-08-page2.txt: [('-interest', 'interest'), ('-said."', 'said."')]
SUW19150225-V09-08-page3.txt: [('-', '')]
SUW19150225-V09-08-page5.txt: [('-----------------------------', '----------------------------')]
SUW19150225-V09-08-page7.txt: [('Panama-', 'Panama'), ('-', '')]
SUW19150225-V09-08-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150304-V09-09-page1.txt: [('train-', 'train'), ('opportu-', 'opportu'), ('church-', 'church')]
SUW19150304-V09-09-page2.txt: [('-', '')]
SUW19150304-V09-09-page6.txt: [('-', ''), ('-', ''), ('man.-', 'man.'), ('-', '')]
SUW19150304-V09-09-page8.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19150311-V09-10-page1.txt: [('-', ''), ('in-', 'in')]
SUW19150311-V09-10-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-August', 'August'), ('-', ''), ('zo-', 'zo'), ('-September', 'September'), ('-', ''), ('Some-', 'Some')]
SUW19150311-V09-10-page2.txt: [('offer-', 'offer'), ('-', '')]
SUW19150311-V09-10-page4.txt: [('-', '')]
SUW19150311-V09-10-page5.txt: [('-of', 'of'), ('ser-', 'ser')]
SUW19150311-V09-10-page6.txt: [('-copy', 'copy')]
SUW19150311-V09-10-page8.txt: [('-', ''), ('-Calendar', 'Calendar'), ('-', '')]
SUW19150318-V09-11-page6.txt: [('-', '')]
SUW19150318-V09-11-page7.txt: [('-', ''), ('-', ''), ('-WORKER', 'WORKER')]
SUW19150318-V09-11-page8.txt: [('-', ''), ('-', ''), ('-August', 'August'), ('-', ''), ('-', ''), ('-September', 'September'), ('-', ''), ('Sanitarium-', 'Sanitarium')]
SUW19150325-V09-12-page1.txt: [('twenty-', 'twenty')]
SUW19150325-V09-12-page2.txt: [('fol-', 'fol')]
SUW19150325-V09-12-page4.txt: [('-', '')]
SUW19150325-V09-12-page8.txt: [('fore-', 'fore'), ('-page', 'page'), ('-August', 'August'), ('-', ''), ('-', ''), ('-September', 'September'), ('-', '')]
SUW19150401-V09-13-page1.txt: [('-', ''), ('cola-', 'cola')]
SUW19150401-V09-13-page3.txt: [('business."-', 'business."'), ('-', ''), ('assembly"-', 'assembly"'), ('Sabbath."-', 'Sabbath."'), ('I-', 'I'), ('-', ''), ('ob-', 'ob'), ('-"Bestowed', '"Bestowed'), ('Sabbath."-', 'Sabbath."')]
SUW19150401-V09-13-page4.txt: [('-', ''), ('-', '')]
SUW19150401-V09-13-page6.txt: [('-August', 'August'), ('-', ''), ('-', ''), ('-September', 'September'), ('-', '')]
SUW19150401-V09-13-page8.txt: [('-', '')]
SUW19150408-V09-14-page1.txt: [('-Paid', 'Paid')]
SUW19150408-V09-14-page10.txt: [('-August', 'August'), ('-', ''), ('-', ''), ('-September', 'September'), ('guster-', 'guster')]
SUW19150408-V09-14-page2.txt: [('-', ''), ('-have', 'have')]
SUW19150408-V09-14-page5.txt: [('in.-', 'in.'), ('-', '')]
SUW19150408-V09-14-page9.txt: [('-', '')]
SUW19150415-V09-15-page1.txt: [('-', ''), ('-', ''), ('-.', '.'), ('ob-', 'ob')]
SUW19150415-V09-15-page2.txt: [('-could', 'could')]
SUW19150415-V09-15-page4.txt: [('thirteenth-', 'thirteenth'), ('Louis-', 'Louis')]
SUW19150415-V09-15-page5.txt: [('ef-', 'ef')]
SUW19150415-V09-15-page8.txt: [('-Some', 'Some'), ('Anti-', 'Anti'), ('-', ''), ('-', ''), ('-', '')]
SUW19150422-V09-16-page1.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19150422-V09-16-page2.txt: [('-', '')]
SUW19150422-V09-16-page5.txt: [('Saviour.--', 'Saviour.-')]
SUW19150429-V09-17-page2.txt: [('--', '-')]
SUW19150429-V09-17-page5.txt: [('Fu-', 'Fu')]
SUW19150429-V09-17-page6.txt: [('Mc-', 'Mc')]
SUW19150429-V09-17-page7.txt: [('it-', 'it')]
SUW19150429-V09-17-page8.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19150506-V09-18-page2.txt: [('-of', 'of')]
SUW19150506-V09-18-page8.txt: [('-NCi', 'NCi'), ('-', ''), ('-', ''), ('-', ''), ('-August', 'August'), ('-', ''), ('-', ''), ('-September', 'September'), ('-', '')]
SUW19150513-V09-19-page2.txt: [('-', ''), ('-', '')]
SUW19150513-V09-19-page3.txt: [('-', ''), ('-The', 'The'), ('reach-', 'reach')]
SUW19150513-V09-19-page5.txt: [('-planning', 'planning'), ('sell-', 'sell')]
SUW19150513-V09-19-page6.txt: [('-', ''), ('-August', 'August'), ('trans-', 'trans')]
SUW19150513-V09-19-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150520-V09-20-page1.txt: [('touch-', 'touch')]
SUW19150520-V09-20-page3.txt: [('-Iviay', 'Iviay')]
SUW19150520-V09-20-page4.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19150520-V09-20-page6.txt: [('Harp-', 'Harp'), ('-', '')]
SUW19150520-V09-20-page8.txt: [('-Union', 'Union'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150527-V09-21-page2.txt: [('exis-', 'exis')]
SUW19150527-V09-21-page3.txt: [('-orders', 'orders')]
SUW19150527-V09-21-page4.txt: [('Patience.--', 'Patience.-')]
SUW19150527-V09-21-page6.txt: [('-', '')]
SUW19150527-V09-21-page8.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19150603-V09-22-page1.txt: [('peo-', 'peo'), ('-', '')]
SUW19150603-V09-22-page4.txt: [('-', '')]
SUW19150603-V09-22-page6.txt: [('-August', 'August'), ('-', ''), ('-begin', 'begin')]
SUW19150603-V09-22-page7.txt: [('-', '')]
SUW19150603-V09-22-page8.txt: [('-ofttimes', 'ofttimes'), ('-', ''), ('-', ''), ('-', '')]
SUW19150610-V09-23-page2.txt: [('-', ''), ('-', '')]
SUW19150610-V09-23-page4.txt: [('-', '')]
SUW19150610-V09-23-page6.txt: [('-', '')]
SUW19150610-V09-23-page8.txt: [('-August', 'August'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150617-V09-24-page1.txt: [('-in', 'in'), ('in-', 'in')]
SUW19150617-V09-24-page3.txt: [('-----------------------------------------', '----------------------------------------')]
SUW19150617-V09-24-page4.txt: [('-', '')]
SUW19150617-V09-24-page6.txt: [('-', ''), ('-August', 'August')]
SUW19150617-V09-24-page8.txt: [('-vs', 'vs'), ('-', ''), ('-', ''), ('-', ''), ('-ned', 'ned')]
SUW19150624-V09-25-page4.txt: [('-', ''), ('II-', 'II')]
SUW19150624-V09-25-page5.txt: [('-', '')]
SUW19150624-V09-25-page6.txt: [('-', ''), ('-', '')]
SUW19150624-V09-25-page8.txt: [('-August', 'August'), ('-', ''), ('-', ''), ('-', '')]
SUW19150701-V09-26-page2.txt: [('com-', 'com')]
SUW19150701-V09-26-page8.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19150708-V09-27-page1.txt: [('ourditera-', 'ourditera')]
SUW19150708-V09-27-page2.txt: [('-', '')]
SUW19150708-V09-27-page3.txt: [('-tent', 'tent'), ('-', '')]
SUW19150708-V09-27-page4.txt: [('-', ''), ('-', '')]
SUW19150708-V09-27-page5.txt: [('net-', 'net')]
SUW19150708-V09-27-page6.txt: [('------------------------------------', '-----------------------------------')]
SUW19150708-V09-27-page7.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-the....Raview', 'the....Raview')]
SUW19150708-V09-27-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('below-', 'below')]
SUW19150715-V09-28-page1.txt: [('-', '')]
SUW19150715-V09-28-page4.txt: [('-', ''), ('-', '')]
SUW19150715-V09-28-page6.txt: [('-', ''), ('pres-', 'pres')]
SUW19150715-V09-28-page8.txt: [("-what's", "what's"), ('-', ''), ('-August', 'August'), ('-', ''), ('o-', 'o'), ('-', '')]
SUW19150722-V09-29-page1.txt: [('-Aug.', 'Aug.')]
SUW19150722-V09-29-page3.txt: [('peo-', 'peo')]
SUW19150722-V09-29-page4.txt: [('-', '')]
SUW19150722-V09-29-page5.txt: [('Bal-', 'Bal')]
SUW19150722-V09-29-page6.txt: [('Pub-', 'Pub'), ('-', '')]
SUW19150722-V09-29-page8.txt: [('-', '')]
SUW19150729-V09-30-page1.txt: [('"--', '"-'), ('McEn-', 'McEn')]
SUW19150729-V09-30-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150729-V09-30-page4.txt: [('Septem-', 'Septem'), ('-', ''), ('-I', 'I')]
SUW19150729-V09-30-page5.txt: [('-', ''), ('-hut', 'hut'), ('-and', 'and')]
SUW19150729-V09-30-page6.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19150729-V09-30-page7.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19150729-V09-30-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('accom-', 'accom')]
SUW19150812-V09-31-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150812-V09-31-page5.txt: [('Decem-', 'Decem'), ('-', '')]
SUW19150812-V09-31-page7.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19150812-V09-31-page8.txt: [('-', ''), ('-', '')]
SUW19150819-V09-32-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Iress', 'Iress'), ('-', '')]
SUW19150819-V09-32-page3.txt: [('-', ''), ('-', '')]
SUW19150819-V09-32-page4.txt: [('Remem-', 'Remem')]
SUW19150826-V09-33-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', '')]
SUW19150826-V09-33-page3.txt: [('"what-', '"what')]
SUW19150826-V09-33-page4.txt: [('-', ''), ('organiza-', 'organiza')]
SUW19150826-V09-33-page5.txt: [('-', ''), ('-', '')]
SUW19150826-V09-33-page6.txt: [('Soso-', 'Soso')]
SUW19150826-V09-33-page7.txt: [('stu-', 'stu'), ('Bral-', 'Bral')]
SUW19150826-V09-33-page8.txt: [('-', ''), ('Ken-', 'Ken'), ('Secre-', 'Secre')]
SUW19150902-V09-34-page2.txt: [('-', '')]
SUW19150902-V09-34-page5.txt: [('-', '')]
SUW19150902-V09-34-page6.txt: [('---------------------------------', '--------------------------------')]
SUW19150902-V09-34-page8.txt: [('-', '')]
SUW19150909-V09-35-page1.txt: [('-', '')]
SUW19150909-V09-35-page10.txt: [('-', ''), ('-', ''), ('bet-', 'bet'), ('mid-sum-', 'mid-sum'), ('short-', 'short'), ('mem-', 'mem')]
SUW19150909-V09-35-page3.txt: [('-', '')]
SUW19150909-V09-35-page4.txt: [('-', '')]
SUW19150909-V09-35-page5.txt: [('-', ''), ('-', '')]
SUW19150909-V09-35-page6.txt: [('-', ''), ('-', '')]
SUW19150916-V09-36-page2.txt: [('-United', 'United')]
SUW19150916-V09-36-page3.txt: [('-', '')]
SUW19150916-V09-36-page4.txt: [('-', ''), ('-', '')]
SUW19150916-V09-36-page5.txt: [('-Unless', 'Unless'), ('SALE-', 'SALE')]
SUW19150916-V09-36-page7.txt: [('-Jezebel."', 'Jezebel."')]
SUW19150916-V09-36-page8.txt: [('-', ''), ('no-', 'no')]
SUW19150923-V09-37-page2.txt: [('-', '')]
SUW19150923-V09-37-page4.txt: [('-', ''), ('-', '')]
SUW19150923-V09-37-page6.txt: [('-the', 'the')]
SUW19150923-V09-37-page7.txt: [('--', '-')]
SUW19150930-V09-38-page2.txt: [('Con-', 'Con'), ('Washing-', 'Washing'), ('con-', 'con'), ('in-', 'in')]
SUW19150930-V09-38-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19150930-V09-38-page7.txt: [('-', '')]
SUW19150930-V09-38-page8.txt: [('-', '')]
SUW19151007-V09-39-page1.txt: [('-', '')]
SUW19151007-V09-39-page3.txt: [('-', '')]
SUW19151007-V09-39-page7.txt: [('-', ''), ('-', '')]
SUW19151007-V09-39-page8.txt: [('-', '')]
SUW19151014-V09-40-page1.txt: [('-', ''), ('bands.-', 'bands.'), ('re-', 're')]
SUW19151014-V09-40-page2.txt: [('-', '')]
SUW19151014-V09-40-page3.txt: [('-the', 'the')]
SUW19151014-V09-40-page4.txt: [('bap-', 'bap'), ('faith-', 'faith')]
SUW19151014-V09-40-page6.txt: [('Soma-', 'Soma')]
SUW19151014-V09-40-page7.txt: [('-of', 'of')]
SUW19151014-V09-40-page8.txt: [('-SUBSCRIPTION', 'SUBSCRIPTION'), ('-', '')]
SUW19151021-V09-41-page1.txt: [('--', '-'), ('--', '-'), ('-', ''), ('.-', '.')]
SUW19151021-V09-41-page2.txt: [('-', '')]
SUW19151021-V09-41-page3.txt: [('Pensacola-', 'Pensacola')]
SUW19151021-V09-41-page4.txt: [('-', '')]
SUW19151021-V09-41-page5.txt: [('-', '')]
SUW19151021-V09-41-page6.txt: [('Gen-', 'Gen'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('week."-', 'week."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('consecration."-', 'consecration."'), ('touch.-', 'touch.')]
SUW19151021-V09-41-page7.txt: [('Crawiord-', 'Crawiord'), ('-', ''), ('-', ''), ('-ex', 'ex'), ('Oster-', 'Oster')]
SUW19151021-V09-41-page8.txt: [('Adventists-', 'Adventists'), ('-"Whooping', '"Whooping')]
SUW19151028-V09-42-page1.txt: [('-', '')]
SUW19151028-V09-42-page2.txt: [('Read-', 'Read')]
SUW19151028-V09-42-page4.txt: [('v-', 'v')]
SUW19151028-V09-42-page5.txt: [('-of', 'of')]
SUW19151028-V09-42-page8.txt: [('-', '')]
SUW19151104-V09-43-page1.txt: [('Madefroth-', 'Madefroth'), ('clearUnele-', 'clearUnele'), ('mis-', 'mis')]
SUW19151104-V09-43-page2.txt: [('-Napoleon', 'Napoleon')]
SUW19151104-V09-43-page3.txt: [('-', ''), ('the-', 'the'), ('-a', 'a')]
SUW19151104-V09-43-page4.txt: [('-', '')]
SUW19151104-V09-43-page5.txt: [('-children', 'children'), ('-WORKER', 'WORKER'), ('Secretary-', 'Secretary')]
SUW19151104-V09-43-page6.txt: [('-', '')]
SUW19151104-V09-43-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('Anti-', 'Anti'), ('-', ''), ("'American-", "'American"), ('Y.-', 'Y.'), ('atiaci.-', 'atiaci.'), ('-', ''), ('-respect', 'respect'), ('-', ''), ('christ.-', 'christ.'), ('--', '-'), ("Ringgold's-", "Ringgold's"), ('-', '')]
SUW19151104-V09-43-page8.txt: [('-', ''), ('society.-', 'society.'), ('-', '')]
SUW19151111-V09-44-page1.txt: [('va-', 'va')]
SUW19151111-V09-44-page2.txt: [('-', ''), ('seventy-', 'seventy')]
SUW19151111-V09-44-page3.txt: [('-', '')]
SUW19151111-V09-44-page8.txt: [('ti-', 'ti')]
SUW19151118-V09-45-page1.txt: [('-', ''), ('-', ''), ('-Harn', 'Harn'), ('-', ''), ('-', '')]
SUW19151118-V09-45-page3.txt: [('-monotonous', 'monotonous'), ('-', ''), ('the-', 'the'), ('the-', 'the'), ('-', '')]
SUW19151118-V09-45-page5.txt: [('-find', 'find'), ("-gefher'bOrik.", "gefher'bOrik.")]
SUW19151118-V09-45-page7.txt: [('-tent', 'tent')]
SUW19151125-V09-46-page1.txt: [('repre-', 'repre')]
SUW19151125-V09-46-page2.txt: [('Conti-', 'Conti'), ('be-', 'be'), ('-', '')]
SUW19151125-V09-46-page3.txt: [('-', ''), ('-then', 'then'), ('-', '')]
SUW19151125-V09-46-page4.txt: [('-', '')]
SUW19151125-V09-46-page5.txt: [('-week', 'week'), ('-', ''), ('-', ''), ('Madi-', 'Madi')]
SUW19151125-V09-46-page6.txt: [('-', '')]
SUW19151125-V09-46-page7.txt: [('-', '')]
SUW19151202-V09-47-page1.txt: [('---', '--'), ('-of', 'of'), ('-are', 'are'), ('-fall.', 'fall.'), ('-is', 'is'), ('-', ''), ('-', ''), ('-theologians', 'theologians'), ('man-', 'man'), ('-The', 'The'), ('-but', 'but'), ("-'Sat", "'Sat"), ('-thatafter', 'thatafter')]
SUW19151202-V09-47-page2.txt: [('V-', 'V'), ('-order', 'order')]
SUW19151202-V09-47-page3.txt: [('-as', 'as'), ('SALE-', 'SALE'), ('-', ''), ('re-', 're'), ('-settled', 'settled'), ("-thirdangel's", "thirdangel's"), ('-something', 'something'), ('-', '')]
SUW19151202-V09-47-page5.txt: [('In-', 'In'), ('-', '')]
SUW19151202-V09-47-page6.txt: [('-is', 'is'), ('within-', 'within'), ('-', '')]
SUW19151202-V09-47-page7.txt: [('-', ''), ('-', ''), ('were.-', 'were.'), ('-', ''), ('the-', 'the')]
SUW19151202-V09-47-page8.txt: [('-visit', 'visit'), ('-', ''), ('de-', 'de'), ('-we', 'we'), ('-convey', 'convey'), ('-We-shall', 'We-shall'), ('-be', 'be'), ('--aside', '-aside'), ('-and', 'and'), ('-', ''), ('-If', 'If'), ('-', ''), ('--care."', '-care."')]
SUW19151209-V09-48-page1.txt: [('-the', 'the'), ('-conducted', 'conducted'), ('-', ''), ("-'", "'"), ('-This', 'This'), ('-they', 'they'), ('-while', 'while'), ('-they', 'they'), ('-', '')]
SUW19151209-V09-48-page2.txt: [('--attractive', '-attractive'), ('-', ''), ('-Hurry', 'Hurry'), ('-up.', 'up.'), ('day--', 'day-'), ('-', ''), ('-persons', 'persons'), ('-make', 'make'), ('affairs.-', 'affairs.'), ('-experience', 'experience'), ('accom-', 'accom'), ('-One', 'One')]
SUW19151209-V09-48-page3.txt: [('-a', 'a'), ('-', ''), ('one-', 'one'), ('-Who', 'Who'), ('the-', 'the'), ('-', ''), ('thei-jimitiElatelpi---', 'thei-jimitiElatelpi--')]
SUW19151209-V09-48-page4.txt: [('-', '')]
SUW19151209-V09-48-page5.txt: [('Your-', 'Your'), ('-', ''), ('-acquired', 'acquired'), ('sot-', 'sot'), ('Wii-', 'Wii'), ('-', ''), ('-', '')]
SUW19151209-V09-48-page7.txt: [('start-', 'start'), ('-', ''), ('-', '')]
SUW19151209-V09-48-page8.txt: [('-are', 'are'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19151216-V09-49-page1.txt: [('-old', 'old'), ('-sake.', 'sake.'), ('-', ''), ('-eictravagance', 'eictravagance')]
SUW19151216-V09-49-page2.txt: [('the-', 'the'), ('ing-', 'ing'), ('--', '-'), ('of-', 'of'), ('-angel', 'angel'), ('-to', 'to'), ('ap-', 'ap'), ('of-', 'of'), ('Qlarist-', 'Qlarist'), ('-', ''), ('-class', 'class')]
SUW19151216-V09-49-page3.txt: [("I'deltc.hietOr-", "I'deltc.hietOr"), ('--rdSePhirieRain', '-rdSePhirieRain'), ('-', '')]
SUW19151216-V09-49-page4.txt: [('SOUTHERN-', 'SOUTHERN')]
SUW19151216-V09-49-page5.txt: [('Ga-', 'Ga'), ('twenty-', 'twenty'), ('-', ''), ('-', '')]
SUW19151216-V09-49-page6.txt: [('-', ''), ('-', ''), ('Mande-', 'Mande'), ('afitt-', 'afitt'), ('-them', 'them'), ('meet-', 'meet'), ('-', ''), ('-but', 'but'), ('with-the.-', 'with-the.'), ('-baptism.', 'baptism.'), ('-is', 'is'), ('-to', 'to'), ('what-', 'what'), ('-the', 'the'), ('No-', 'No'), ('-to', 'to')]
SUW19151216-V09-49-page7.txt: [('s-', 's'), ('deliverieS-', 'deliverieS'), ('--the', '-the'), ('-announce.', 'announce.'), ('pay.-', 'pay.'), ('-', ''), ('-', ''), ('mem-', 'mem'), ('Ingather-', 'Ingather'), ('-', ''), ('IBC-', 'IBC'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-I', 'I'), ('Agts-', 'Agts'), ('-', ''), ("LANA--CONFKRENCE'-'----", "LANA--CONFKRENCE'-'---"), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19151216-V09-49-page8.txt: [('-', ''), ('Conti-', 'Conti')]
SUW19151223-V09-50-page1.txt: [('--PFcmi', '-PFcmi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19151223-V09-50-page3.txt: [('-The', 'The'), ("-'", "'")]
SUW19151223-V09-50-page5.txt: [('Watch-', 'Watch'), ('-', '')]
SUW19151223-V09-50-page6.txt: [('-work', 'work'), ('-', '')]
SUW19160106-V10-01-page1.txt: [('-.Lord', '.Lord'), ('-ap.', 'ap.')]
SUW19160106-V10-01-page2.txt: [('-as', 'as'), ('-us', 'us'), ('-M.', 'M.')]
SUW19160106-V10-01-page3.txt: [('-treasurer', 'treasurer'), ('-and', 'and'), ('-ati', 'ati'), ('-availed', 'availed'), ('-', ''), ('-doings', 'doings'), ('-yAii', 'yAii')]
SUW19160106-V10-01-page4.txt: [("and'-", "and'"), ('Me-', 'Me')]
SUW19160106-V10-01-page5.txt: [('-', '')]
SUW19160106-V10-01-page6.txt: [('-was', 'was'), ('-', ''), ('-Orleans', 'Orleans')]
SUW19160106-V10-01-page7.txt: [('-per', 'per'), ('-', ''), ('-', '')]
SUW19160106-V10-01-page8.txt: [("--'Amos", "-'Amos"), ('-', ''), ('-', '')]
SUW19160113-V10-02-page1.txt: [('-', ''), ('sta-', 'sta')]
SUW19160113-V10-02-page2.txt: [('-', '')]
SUW19160113-V10-02-page3.txt: [('-', '')]
SUW19160113-V10-02-page4.txt: [('-or', 'or')]
SUW19160113-V10-02-page5.txt: [('-', '')]
SUW19160113-V10-02-page8.txt: [('-', ''), ('-Feb.', 'Feb.'), ('-', ''), ('-Mar.', 'Mar.'), ('-Mar.', 'Mar.'), ('forthe-Yai-OSUThor-', 'forthe-Yai-OSUThor')]
SUW19160120-V10-03-page2.txt: [('-Lawrence', 'Lawrence')]
SUW19160120-V10-03-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19160120-V10-03-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-UNION', 'UNION')]
SUW19160120-V10-03-page6.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19160120-V10-03-page8.txt: [('-', '')]
SUW19160127-V10-04-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19160127-V10-04-page3.txt: [('-', ''), ('-his', 'his')]
SUW19160127-V10-04-page4.txt: [('Conti-', 'Conti'), ('-', ''), ('-', '')]
SUW19160127-V10-04-page5.txt: [('-', ''), ('I-', 'I'), ('accord-', 'accord'), ('-', ''), ('-tows.', 'tows.'), ('Confer-', 'Confer')]
SUW19160127-V10-04-page6.txt: [('insti-', 'insti'), ('brethren-', 'brethren'), ('--', '-')]
SUW19160127-V10-04-page7.txt: [('-', ''), ('-', '')]
SUW19160127-V10-04-page8.txt: [('-Feb.', 'Feb.'), ('-', ''), ('-Mar.', 'Mar.'), ('-Mar.', 'Mar.'), ('--department-assembled', '-department-assembled'), ('-order', 'order'), ('-warring', 'warring'), ('-', '')]
SUW19160203-V10-05-page2.txt: [('-page', 'page')]
SUW19160203-V10-05-page3.txt: [('-', ''), ('-this', 'this')]
SUW19160203-V10-05-page6.txt: [('-', ''), ('-', '')]
SUW19160203-V10-05-page7.txt: [('-', ''), ('-"pp.', '"pp.'), ('-', ''), ('obligation."-', 'obligation."'), ('-', '')]
SUW19160203-V10-05-page8.txt: [('-', ''), ('-', ''), ('-Mar.', 'Mar.'), ('-Mar.', 'Mar.')]
SUW19160210-V10-06-page1.txt: [('the-', 'the'), ('Natianal-', 'Natianal')]
SUW19160210-V10-06-page2.txt: [('-the', 'the'), ('-', ''), ('fire-', 'fire')]
SUW19160210-V10-06-page3.txt: [('know-', 'know')]
SUW19160210-V10-06-page4.txt: [('-mu', 'mu'), ('-up', 'up'), ('-and', 'and'), ('-Classes', 'Classes'), ('-half', 'half'), ('-to', 'to'), ('-in', 'in'), ('-in', 'in'), ('-coins', 'coins'), ('-tl-', 'tl-'), ('-repeated', 'repeated'), ('-we', 'we'), ('-report', 'report'), ('-publiShed', 'publiShed'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-and', 'and'), ('-have', 'have'), ('-work', 'work'), ('-the', 'the'), ('-eleven', 'eleven'), ('-raised', 'raised')]
SUW19160210-V10-06-page5.txt: [('-of', 'of'), ('-heavy.', 'heavy.'), ('-will', 'will'), ('-will', 'will'), ('-of', 'of'), ('-wewould', 'wewould'), ('-wrong', 'wrong'), ('-precious', 'precious'), ('pos-', 'pos')]
SUW19160210-V10-06-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Mar.', 'Mar.'), ('-Mar.', 'Mar.'), ('-', '')]
SUW19160217-V10-07-page1.txt: [('-ese', 'ese'), ('-', ''), ('-havebeen', 'havebeen'), ('-', ''), ("-thi'sline", "thi'sline")]
SUW19160217-V10-07-page10.txt: [('-will', 'will')]
SUW19160217-V10-07-page11.txt: [('-where', 'where'), ('-the', 'the'), ('-perfect', 'perfect'), ('-', ''), ('-', ''), ('-', ''), ('na-', 'na')]
SUW19160217-V10-07-page12.txt: [('-general', 'general'), ('enthusi-', 'enthusi')]
SUW19160217-V10-07-page15.txt: [('Conti-', 'Conti'), ('be-', 'be'), ('commenda-', 'commenda')]
SUW19160217-V10-07-page16.txt: [('-Mar.', 'Mar.'), ('-Mar.', 'Mar.'), ('-', ''), ('-', '')]
SUW19160217-V10-07-page3.txt: [('tui-', 'tui')]
SUW19160217-V10-07-page4.txt: [('stu-', 'stu')]
SUW19160217-V10-07-page5.txt: [('-', ''), ('-', ''), ('-platys', 'platys'), ('Tes-', 'Tes'), ('realiza-', 'realiza'), ('-truth', 'truth')]
SUW19160217-V10-07-page6.txt: [('-of', 'of'), ('-missionaries.', 'missionaries.'), ('itanywheret--Get--', 'itanywheret--Get-'), ('-to', 'to')]
SUW19160217-V10-07-page7.txt: [('School-', 'School'), ('-', ''), ('ac-', 'ac'), ('-in', 'in'), ('-', ''), ('-Work', 'Work'), ('-The', 'The'), ('-', ''), ('--', '-')]
SUW19160217-V10-07-page8.txt: [('-', '')]
SUW19160217-V10-07-page9.txt: [('-Sunshine', 'Sunshine'), ('ex-', 'ex')]
SUW19160224-V10-08-page2.txt: [('quarter-', 'quarter'), ('-', ''), ('-', ''), ('-to', 'to'), ('-All', 'All'), ('-shall', 'shall'), ('and--', 'and-'), ('--', '-'), ('-that', 'that'), ('-', ''), ('--', '-')]
SUW19160224-V10-08-page3.txt: [('-near', 'near'), ('-.L', '.L')]
SUW19160224-V10-08-page4.txt: [('Confer-', 'Confer')]
SUW19160224-V10-08-page5.txt: [('SOUTH-', 'SOUTH')]
SUW19160224-V10-08-page6.txt: [('-March', 'March'), ('the-year-', 'the-year'), ('---The-affering', '--The-affering')]
SUW19160224-V10-08-page7.txt: [('-', '')]
SUW19160224-V10-08-page8.txt: [('-Mar.', 'Mar.'), ('-Mar.', 'Mar.'), ('-', ''), ('-', ''), ('-Rut', 'Rut')]
SUW19160302-V10-09-page1.txt: [('-', ''), ('-', '')]
SUW19160302-V10-09-page2.txt: [('Wm-', 'Wm')]
SUW19160302-V10-09-page4.txt: [('-here', 'here'), ('-', ''), ('lo-', 'lo'), ('-', ''), ('cour-', 'cour'), ('-age', 'age'), ('-', '')]
SUW19160302-V10-09-page5.txt: [('-Institutes', 'Institutes')]
SUW19160302-V10-09-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('Tes-', 'Tes')]
SUW19160302-V10-09-page7.txt: [('-', ''), ('"Ettiling--', '"Ettiling-'), ('-', ''), ('-', '')]
SUW19160302-V10-09-page8.txt: [('-Mar.', 'Mar.'), ('-', ''), ('-', ''), ('-page', 'page')]
SUW19160309-V10-10-page1.txt: [('-', ''), ('-', '')]
SUW19160309-V10-10-page2.txt: [('-', '')]
SUW19160309-V10-10-page3.txt: [('-', ''), ('de-', 'de')]
SUW19160309-V10-10-page7.txt: [('-', '')]
SUW19160309-V10-10-page8.txt: [('-', ''), ('-', ''), ('Mc-', 'Mc'), ('.-', '.'), ('-', '')]
SUW19160316-V10-11-page1.txt: [('-', ''), ('--', '-')]
SUW19160316-V10-11-page3.txt: [('prospec-', 'prospec')]
SUW19160316-V10-11-page4.txt: [('na-', 'na'), ('-', '')]
SUW19160316-V10-11-page5.txt: [('HICKMAN-', 'HICKMAN')]
SUW19160316-V10-11-page7.txt: [('-', ''), ('-Ift', 'Ift')]
SUW19160316-V10-11-page8.txt: [('-', ''), ('-', '')]
SUW19160323-V10-12-page1.txt: [('maga-', 'maga'), ('SOUTH-', 'SOUTH')]
SUW19160323-V10-12-page2.txt: [('-', '')]
SUW19160323-V10-12-page4.txt: [('Conti-', 'Conti')]
SUW19160323-V10-12-page5.txt: [('-we', 'we')]
SUW19160323-V10-12-page6.txt: [('-Price', 'Price')]
SUW19160323-V10-12-page7.txt: [('descrip-', 'descrip'), ('Armageddon"--', 'Armageddon"-')]
SUW19160323-V10-12-page8.txt: [('-', ''), ('interpre-', 'interpre'), ('pains-', 'pains'), ('-', ''), ('permit-', 'permit')]
SUW19160330-V10-13-page2.txt: [('confer-', 'confer')]
SUW19160330-V10-13-page4.txt: [('-', ''), ('Mc-', 'Mc')]
SUW19160330-V10-13-page5.txt: [('con-', 'con')]
SUW19160330-V10-13-page6.txt: [('determina-', 'determina'), ('-', '')]
SUW19160330-V10-13-page7.txt: [('-', '')]
SUW19160330-V10-13-page8.txt: [('MILLER-', 'MILLER')]
SUW19160406-V10-14-page2.txt: [('-', ''), ('-', '')]
SUW19160406-V10-14-page3.txt: [('-tt', 'tt'), ('-', '')]
SUW19160406-V10-14-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19160406-V10-14-page6.txt: [('Mc-', 'Mc')]
SUW19160406-V10-14-page7.txt: [('-', ''), ('-', '')]
SUW19160413-V10-15-page1.txt: [('do-', 'do')]
SUW19160413-V10-15-page3.txt: [('Afro-', 'Afro')]
SUW19160413-V10-15-page4.txt: [('-send', 'send')]
SUW19160413-V10-15-page7.txt: [('-', ''), ('-ma', 'ma')]
SUW19160413-V10-15-page8.txt: [('-We', 'We'), ('-The', 'The'), ('Rus-', 'Rus')]
SUW19160420-V10-16-page1.txt: [('S-', 'S')]
SUW19160420-V10-16-page3.txt: [('-', ''), ('-', ''), ('-ctmfetenee.', 'ctmfetenee.'), ('to-', 'to'), ('member-', 'member')]
SUW19160420-V10-16-page4.txt: [('-shorthanded.', 'shorthanded.')]
SUW19160420-V10-16-page7.txt: [('-', ''), ('-u', 'u'), ('-a', 'a')]
SUW19160427-V10-17-page1.txt: [('-', ''), ('-', ''), ('Accom-', 'Accom')]
SUW19160427-V10-17-page2.txt: [('-to', 'to')]
SUW19160427-V10-17-page4.txt: [('-', ''), ('Belle-', 'Belle'), ('and-', 'and'), ('-I', 'I'), ('-man--', 'man--'), ('Memorial-', 'Memorial'), ('Fifth-', 'Fifth'), ('obtained--', 'obtained-'), ('rightin-', 'rightin'), ('-of', 'of'), ('t-', 't'), ('people.-', 'people.'), ('W.-', 'W.'), ('East-', 'East'), ('West-', 'West'), ('-', ''), ('The-', 'The'), ('-', '')]
SUW19160427-V10-17-page5.txt: [('-', '')]
SUW19160504-V10-18-page2.txt: [('-', '')]
SUW19160504-V10-18-page6.txt: [('-', '')]
SUW19160504-V10-18-page8.txt: [('-', ''), ('-Aug.', 'Aug.'), ('-', ''), ('-', ''), ('-', '')]
SUW19160511-V10-19-page3.txt: [('-', '')]
SUW19160511-V10-19-page6.txt: [('-', ''), ('-of', 'of')]
SUW19160511-V10-19-page7.txt: [('-', '')]
SUW19160511-V10-19-page8.txt: [('-', ''), ('-Aug.', 'Aug.'), ('-', ''), ('-', ''), ('-', ''), ('-nw', 'nw')]
SUW19160518-V10-20-page2.txt: [('-', '')]
SUW19160518-V10-20-page3.txt: [('-', '')]
SUW19160518-V10-20-page7.txt: [('-August', 'August'), ('-fund', 'fund'), ('-', '')]
SUW19160518-V10-20-page8.txt: [('-', ''), ('-Aug.', 'Aug.'), ('-', ''), ('-', ''), ('-', '')]
SUW19160525-V10-21-page1.txt: [('re-', 're')]
SUW19160525-V10-21-page2.txt: [('be-', 'be')]
SUW19160525-V10-21-page4.txt: [('-', '')]
SUW19160525-V10-21-page6.txt: [('-', ''), ('Mc-', 'Mc')]
SUW19160525-V10-21-page7.txt: [('-', '')]
SUW19160525-V10-21-page8.txt: [('-', ''), ('-', ''), ('-Aug.', 'Aug.'), ('-', ''), ('-', ''), ('-', '')]
SUW19160601-V10-22-page1.txt: [('-', '')]
SUW19160601-V10-22-page2.txt: [('-', '')]
SUW19160601-V10-22-page3.txt: [('-', ''), ('onethird-', 'onethird')]
SUW19160601-V10-22-page5.txt: [('--Week.', '-Week.')]
SUW19160601-V10-22-page8.txt: [('-', ''), ('-Aug.', 'Aug.'), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.')]
SUW19160608-V10-23-page1.txt: [('Vol-', 'Vol')]
SUW19160608-V10-23-page5.txt: [('-until', 'until')]
SUW19160608-V10-23-page8.txt: [('-students', 'students'), ('-', ''), ('-Aug.', 'Aug.'), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.')]
SUW19160615-V10-24-page1.txt: [('-of', 'of')]
SUW19160615-V10-24-page2.txt: [('-', ''), ('at-', 'at'), ('-', '')]
SUW19160615-V10-24-page3.txt: [('bles-', 'bles'), ('-', '')]
SUW19160615-V10-24-page5.txt: [('-', '')]
SUW19160615-V10-24-page8.txt: [('-', ''), ('-', ''), ('-Aug.', 'Aug.'), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.')]
SUW19160622-V10-25-page2.txt: [('-are', 'are')]
SUW19160622-V10-25-page3.txt: [('-', '')]
SUW19160622-V10-25-page5.txt: [('fall.-', 'fall.'), ('-for', 'for')]
SUW19160622-V10-25-page6.txt: [('ownload-', 'ownload')]
SUW19160622-V10-25-page7.txt: [('-', '')]
SUW19160622-V10-25-page8.txt: [('-', ''), ('-Aug.', 'Aug.'), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.'), ('Miss.-', 'Miss.')]
SUW19160629-V10-26-page1.txt: [('-', '')]
SUW19160629-V10-26-page5.txt: [('-', ''), ('-', '')]
SUW19160629-V10-26-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-Aug.'", "Aug.'"), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.')]
SUW19160706-V10-27-page1.txt: [('-', '')]
SUW19160706-V10-27-page4.txt: [('-order', 'order'), ('-in', 'in')]
SUW19160706-V10-27-page5.txt: [('-', ''), ('-a', 'a'), ('--', '-'), ('-', ''), ('jet-', 'jet'), ('-arerstritii-ig', 'arerstritii-ig'), ('truth....-', 'truth....'), ('church.-', 'church.'), ('-begallnle"Clinrati', 'begallnle"Clinrati'), ('asking-', 'asking'), ("'that-the-", "'that-the"), ('-Who', 'Who'), ('pro-', 'pro')]
SUW19160706-V10-27-page6.txt: [('-here', 'here'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19160706-V10-27-page7.txt: [('-reader', 'reader'), ('-C.', 'C.')]
SUW19160706-V10-27-page8.txt: [('Ave.-', 'Ave.'), ('-', ''), ('as-', 'as'), ('-Camp-Meeting', 'Camp-Meeting'), ('-', ''), ('-Aug.', 'Aug.'), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.'), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-be.', 'be.'), ('twenty-', 'twenty'), ('-', ''), ('-', ''), ('fifteenth-', 'fifteenth'), ('-antnial', 'antnial'), ('-to', 'to'), ('-August', 'August'), ('--one', '-one'), ('-and', 'and'), ('-', ''), ('-', ''), ('.-', '.'), ('-', '')]
SUW19160713-V10-28-page1.txt: [('-of', 'of')]
SUW19160713-V10-28-page2.txt: [('-', ''), ('-', '')]
SUW19160713-V10-28-page3.txt: [('I-', 'I'), ('-', ''), ('-', '')]
SUW19160713-V10-28-page6.txt: [('-', '')]
SUW19160713-V10-28-page7.txt: [('CK-', 'CK')]
SUW19160713-V10-28-page8.txt: [('-', ''), ('-', ''), ('friend-', 'friend'), ('-', ''), ('-Aug.', 'Aug.'), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.'), ('-Sept.', 'Sept.'), ('-', '')]
SUW19160720-V10-29-page2.txt: [('-', ''), ('--', '-')]
SUW19160720-V10-29-page3.txt: [('UNION-', 'UNION'), ('-', '')]
SUW19160720-V10-29-page4.txt: [('-', '')]
SUW19160720-V10-29-page6.txt: [('-', ''), ('-', '')]
SUW19160720-V10-29-page8.txt: [('-', ''), ('de-', 'de'), ('-', ''), ('-Aug.', 'Aug.'), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.'), ('-Sept.', 'Sept.')]
SUW19160727-V10-30-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19160727-V10-30-page10.txt: [('-', ''), ('confer-', 'confer')]
SUW19160727-V10-30-page12.txt: [('-', ''), ('-Aug.', 'Aug.'), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.'), ('-Sept.', 'Sept.'), ('-Sept.', 'Sept.'), ('-', ''), ('-', '')]
SUW19160727-V10-30-page2.txt: [('of-', 'of')]
SUW19160727-V10-30-page4.txt: [('-', ''), ('-no', 'no'), ('-m', 'm'), ('-', '')]
SUW19160727-V10-30-page9.txt: [('-', '')]
SUW19160810-V10-31-page1.txt: [('-', '')]
SUW19160810-V10-31-page10.txt: [('Enrol-', 'Enrol'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19160810-V10-31-page11.txt: [('-', ''), ('--', '-')]
SUW19160810-V10-31-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.'), ('-Sept.', 'Sept.'), ('-Sept.', 'Sept.'), ('-.-', '.-')]
SUW19160810-V10-31-page2.txt: [('begotten-', 'begotten'), ('of-', 'of')]
SUW19160810-V10-31-page3.txt: [('mem-', 'mem')]
SUW19160810-V10-31-page4.txt: [('-', '')]
SUW19160810-V10-31-page5.txt: [('-September', 'September'), ('through-', 'through')]
SUW19160810-V10-31-page7.txt: [('-', '')]
SUW19160810-V10-31-page8.txt: [('-limos.', 'limos.'), ('-', ''), ('-.', '.')]
SUW19160810-V10-31-page9.txt: [('limos.-', 'limos.')]
SUW19160817-V10-32-page1.txt: [('-schools', 'schools'), ('selfdenial.-', 'selfdenial.')]
SUW19160817-V10-32-page2.txt: [('-', '')]
SUW19160817-V10-32-page4.txt: [('repre-', 'repre'), ('-', '')]
SUW19160817-V10-32-page5.txt: [('re-', 're'), ('-', '')]
SUW19160817-V10-32-page6.txt: [('--', '-'), ('-', '')]
SUW19160817-V10-32-page7.txt: [('-', '')]
SUW19160817-V10-32-page8.txt: [('-Sept.', 'Sept.'), ('-Sept.', 'Sept.'), ('-Sept.', 'Sept.'), ('Conti-', 'Conti')]
SUW19160824-V10-33-page1.txt: [('-', '')]
SUW19160824-V10-33-page2.txt: [('-', '')]
SUW19160824-V10-33-page3.txt: [('-', '')]
SUW19160824-V10-33-page6.txt: [('-had.', 'had.'), ('-', '')]
SUW19160824-V10-33-page8.txt: [('-Sept.', 'Sept.'), ('-Sept.', 'Sept.'), ('-Sept.', 'Sept.')]
SUW19160831-V10-34-page1.txt: [('Watch-', 'Watch')]
SUW19160831-V10-34-page2.txt: [('-', '')]
SUW19160831-V10-34-page4.txt: [('-', ''), ('Herald-', 'Herald'), ('-', ''), ('-', ''), ('-', '')]
SUW19160831-V10-34-page5.txt: [('-', '')]
SUW19160831-V10-34-page6.txt: [('-August', 'August')]
SUW19160831-V10-34-page7.txt: [('-', '')]
SUW19160831-V10-34-page8.txt: [('--sell', '-sell'), ('-', '')]
SUW19160907-V10-35-page1.txt: [('-French', 'French')]
SUW19160907-V10-35-page2.txt: [('-as', 'as')]
SUW19160907-V10-35-page3.txt: [('Conti-', 'Conti'), ('Story-', 'Story')]
SUW19160907-V10-35-page4.txt: [('copies.-', 'copies.')]
SUW19160907-V10-35-page5.txt: [('-at', 'at')]
SUW19160907-V10-35-page6.txt: [('Brother-', 'Brother')]
SUW19160907-V10-35-page7.txt: [('-', ''), ('-', '')]
SUW19160907-V10-35-page8.txt: [('the-worldre-', 'the-worldre'), ('-', ''), ('-I', 'I'), ('-be', 'be'), ('with-', 'with'), ('need..--', 'need..-')]
SUW19160912-V10-36-page1.txt: [('-', '')]
SUW19160912-V10-36-page2.txt: [('-', ''), ('October-', 'October'), ('September-', 'September'), ('-', ''), ('-', ''), ('-', '')]
SUW19160912-V10-36-page4.txt: [('-', ''), ('sister-', 'sister')]
SUW19160912-V10-36-page6.txt: [('-', ''), ('-', '')]
SUW19160912-V10-36-page7.txt: [('-', '')]
SUW19160912-V10-36-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('Rea.cling-', 'Rea.cling'), ('-', '')]
SUW19160921-V10-37-page2.txt: [('-approximate-dates-were', 'approximate-dates-were'), ('-from', 'from'), ('-', ''), ('-be', 'be')]
SUW19160921-V10-37-page3.txt: [('-', ''), ('-', ''), ('-forth', 'forth'), ('-H.', 'H.')]
SUW19160921-V10-37-page4.txt: [("-'", "'"), ('-first', 'first'), ('-', ''), ('soul-', 'soul'), ('Member-', 'Member'), ('-', '')]
SUW19160921-V10-37-page6.txt: [('Mrs-', 'Mrs'), ('-', '')]
SUW19160921-V10-37-page8.txt: [('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-Oct.', 'Oct.'), ('-', ''), ('-society', 'society'), ('-', ''), ('-save-thoSe-who', 'save-thoSe-who')]
SUW19160928-V10-38-page2.txt: [('-since', 'since'), ('-Unions', 'Unions'), ('-', ''), ('-', ''), ('-Now', 'Now')]
SUW19160928-V10-38-page3.txt: [('-from', 'from'), ('-ten', 'ten'), ('-', '')]
SUW19160928-V10-38-page4.txt: [("-Let's", "Let's"), ('W-', 'W')]
SUW19160928-V10-38-page5.txt: [('-HICKMAN', 'HICKMAN'), ('-', ''), ('-good', 'good'), ('-home', 'home')]
SUW19160928-V10-38-page6.txt: [('-MRS.', 'MRS.'), ('-', ''), ('-V.', 'V.'), ('-take', 'take')]
SUW19160928-V10-38-page7.txt: [('-present', 'present'), ('-', '')]
SUW19160928-V10-38-page8.txt: [('-BURSORIFTION-', 'BURSORIFTION-'), ('FRIOR-', 'FRIOR'), ('--', '-'), ('-', ''), ('-', ''), ('-the', 'the'), ('-the', 'the')]
SUW19161005-V10-39-page1.txt: [('-and', 'and'), ('-', '')]
SUW19161005-V10-39-page2.txt: [('-isbeing', 'isbeing'), ('record--', 'record-'), ('-', ''), ('--------------------', '-------------------'), ('Lime--', 'Lime-')]
SUW19161005-V10-39-page3.txt: [('-', ''), ('SUPERINTEND-', 'SUPERINTEND')]
SUW19161005-V10-39-page4.txt: [('-their-seed', 'their-seed'), ('-.', '.'), ('-ouffds', 'ouffds'), ('-', '')]
SUW19161005-V10-39-page5.txt: [('-is', 'is'), ('-', ''), ('-', '')]
SUW19161005-V10-39-page6.txt: [('-brauc.li', 'brauc.li'), ('-', ''), ('--a', '-a'), ('November-', 'November'), ('--', '-'), ('-Plan', 'Plan')]
SUW19161005-V10-39-page7.txt: [('-.', '.'), ('-purchased', 'purchased'), ('UNION-', 'UNION'), ('WORKER-', 'WORKER')]
SUW19161005-V10-39-page8.txt: [('-', ''), ('Na-shville-', 'Na-shville'), ('-T-enn.', 'T-enn.'), ('church-', 'church'), ('-Officers', 'Officers'), ('-or', 'or'), ('-our--', 'our--'), ('--', '-')]
SUW19161012-V10-40-page2.txt: [('OCTO-', 'OCTO'), ('-lospital.', 'lospital.')]
SUW19161012-V10-40-page4.txt: [('deliver-', 'deliver')]
SUW19161012-V10-40-page6.txt: [('-', '')]
SUW19161012-V10-40-page7.txt: [('-', ''), ('gos-', 'gos')]
SUW19161012-V10-40-page8.txt: [('-', '')]
SUW19161019-V10-41-page1.txt: [('--Ella', '-Ella')]
SUW19161019-V10-41-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-moment.', 'moment.'), ('-and--machinery', 'and--machinery'), ('-writes', 'writes'), ('the-', 'the'), ('-of', 'of')]
SUW19161019-V10-41-page5.txt: [("-life's", "life's")]
SUW19161019-V10-41-page6.txt: [('ye-', 'ye'), ('-the', 'the'), ('-old-', 'old-'), ('-', ''), ('point-', 'point'), ('-his', 'his')]
SUW19161019-V10-41-page8.txt: [('dollars-', 'dollars'), ('-them.', 'them.')]
SUW19161026-V10-42-page1.txt: [('-Work', 'Work'), ('GrayS-', 'GrayS')]
SUW19161026-V10-42-page2.txt: [('-it', 'it')]
SUW19161026-V10-42-page3.txt: [('-', ''), ('-and', 'and'), ('-', ''), ('--he', '-he'), ('-a', 'a'), ('-the', 'the')]
SUW19161026-V10-42-page4.txt: [('-have', 'have'), ('-held', 'held'), ('at-', 'at'), ('Hendersotn-', 'Hendersotn'), ('-than', 'than'), ('-twenty', 'twenty'), ('-', ''), ('to--', 'to-'), ('de-', 'de'), ('-La.', 'La.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bessie-', 'Bessie'), ('-the', 'the'), ('-.Miss', '.Miss'), ('Andra-', 'Andra')]
SUW19161026-V10-42-page5.txt: [('testimony.-', 'testimony.'), ('-', ''), ('not-', 'not'), ('-', ''), ('toerg-of-', 'toerg-of'), ('-belumbered', 'belumbered'), ("-G.'", "G.'")]
SUW19161026-V10-42-page6.txt: [('S.-', 'S.'), ('-C-tARK', 'C-tARK'), ('-Prificipai', 'Prificipai'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', '')]
SUW19161026-V10-42-page7.txt: [('-R', 'R'), ('.BR-', '.BR'), ('-', ''), ('-', ''), ('-', ''), ('-Kuebel', 'Kuebel'), ('-', ''), ('-', ''), ('endeavor-', 'endeavor'), ('-', ''), ('-', ''), ('-', '')]
SUW19161026-V10-42-page8.txt: [('-', ''), ('-', ''), ('---', '--'), ('FIFTY-', 'FIFTY'), ('TEAR--', 'TEAR-'), ('--', '-'), ('-.changes', '.changes'), ('and-', 'and'), ('-.Christianity', '.Christianity'), ('Christian-', 'Christian'), ('-', ''), ('-in', 'in'), ('-', ''), ('-neighbors', 'neighbors'), ('-behind', 'behind'), ('carry.-', 'carry.'), ('-Time', 'Time'), ('-winner.', 'winner.'), ('-', ''), ('Takoma-', 'Takoma'), ('-', ''), ('-', ''), ("'-s-", "'-s")]
SUW19161102-V10-43-page2.txt: [('-the', 'the'), ('publish---', 'publish--')]
SUW19161102-V10-43-page4.txt: [('in-', 'in'), ('-his', 'his'), ('-Holland', 'Holland'), ('ofthe-', 'ofthe'), ('Ham-', 'Ham')]
SUW19161102-V10-43-page5.txt: [('-', '')]
SUW19161102-V10-43-page6.txt: [('-churches', 'churches'), ('-eparate', 'eparate')]
SUW19161102-V10-43-page7.txt: [('-.', '.'), ('-', ''), ('-.', '.')]
SUW19161102-V10-43-page8.txt: [('-', ''), ('SURSCRIPTION--PRICE-', 'SURSCRIPTION--PRICE'), ('CENTS-', 'CENTS'), ('A-', 'A'), ('-', ''), ('----friends-and-neighbors', '---friends-and-neighbors'), ('---Most-of-these--magazineshave-beenissued', '--Most-of-these--magazineshave-beenissued'), ('advance-', 'advance'), ('-was', 'was'), ('-', ''), ('-', ''), ('-a', 'a'), ('-come', 'come'), ('-reachthe', 'reachthe'), ('-foreign', 'foreign'), ('-number', 'number'), ('preparations-', 'preparations'), ('-', ''), ('-and', 'and')]
SUW19161109-V10-44-page2.txt: [('-E', 'E'), ('-ha-ving', 'ha-ving'), ('-outlook', 'outlook'), ('-workers', 'workers'), ("Worker's-", "Worker's"), ('-', '')]
SUW19161109-V10-44-page4.txt: [('-grewworse.', 'grewworse.'), ('-', ''), ('C.-', 'C.'), ('---w-here', '--w-here')]
SUW19161109-V10-44-page6.txt: [('-.', '.'), ('-', ''), ('T-', 'T')]
SUW19161109-V10-44-page8.txt: [('-', ''), ('-', ''), ('-SUBSCRIPTION', 'SUBSCRIPTION'), ('-CENTS', 'CENTS'), ('-are', 'are'), ('---so', '--so'), ('Ingathering--', 'Ingathering-'), ('-', '')]
SUW19161116-V10-45-page1.txt: [('Mason-', 'Mason')]
SUW19161116-V10-45-page2.txt: [('-third', 'third'), ("-angel's", "angel's")]
SUW19161116-V10-45-page4.txt: [('to-him.--', 'to-him.-'), ('-wanderer', 'wanderer'), ('work.-', 'work.'), ('there--', 'there-')]
SUW19161116-V10-45-page6.txt: [('---', '--'), ('CoNmEN-', 'CoNmEN'), ('-', ''), ('.-', '.'), ('-dor', 'dor')]
SUW19161116-V10-45-page8.txt: [('-and', 'and'), ('to-', 'to')]
SUW19161123-V10-46-page1.txt: [('-', '')]
SUW19161123-V10-46-page2.txt: [('-and', 'and'), ('-songs', 'songs')]
SUW19161123-V10-46-page3.txt: [('con.-', 'con.'), ('-', ''), ('-God', 'God')]
SUW19161123-V10-46-page4.txt: [('-I--havebeen', 'I--havebeen'), ('-this--', 'this--'), ('-attentively', 'attentively'), ('-Since', 'Since'), ('--at', '-at')]
SUW19161123-V10-46-page6.txt: [('----', '---')]
SUW19161123-V10-46-page7.txt: [('-', '')]
SUW19161123-V10-46-page8.txt: [('--', '-'), ('-Printed', 'Printed'), ('-', ''), ('-inerease--in', 'inerease--in'), ('-reeeived', 'reeeived'), ('-the', 'the'), ('-junior', 'junior')]
SUW19161130-V10-47-page2.txt: [('-figures', 'figures'), ('-do', 'do'), ('-representorders-', 'representorders-'), ('-hasbeen', 'hasbeen'), ('-a', 'a'), ('-before', 'before'), ('-ehi', 'ehi')]
SUW19161130-V10-47-page3.txt: [('col-', 'col'), ('ten-', 'ten')]
SUW19161130-V10-47-page4.txt: [('-', ''), ('Charles-', 'Charles'), ('-', ''), ('--------liarvest-Ingatherbig-Honor-Roll', '-------liarvest-Ingatherbig-Honor-Roll'), ('pump-', 'pump')]
SUW19161130-V10-47-page5.txt: [('-and', 'and')]
SUW19161130-V10-47-page6.txt: [('---Union-Conference-for-Tett--Months-', '--Union-Conference-for-Tett--Months-'), ('----', '---'), ('-"', '"'), ('-', ''), ('-', ''), ('---', '--'), ('-interpretation', 'interpretation'), ('-', ''), ('-', ''), ('---', '--'), ('--', '-'), ('-', '')]
SUW19161130-V10-47-page7.txt: [('-m', 'm')]
SUW19161130-V10-47-page8.txt: [('-EttropE', 'EttropE'), ('-', '')]
SUW19161207-V10-48-page2.txt: [('school-lessons--', 'school-lessons-'), ('enablingstudents-', 'enablingstudents'), ('-major', 'major')]
SUW19161207-V10-48-page3.txt: [('can-', 'can'), ('accom-', 'accom'), ('en-', 'en')]
SUW19161207-V10-48-page4.txt: [('-', ''), ('-', ''), ('Ingather-', 'Ingather')]
SUW19161207-V10-48-page6.txt: [('-it', 'it')]
SUW19161207-V10-48-page7.txt: [('SOUTHERN-', 'SOUTHERN')]
SUW19161207-V10-48-page8.txt: [('-', ''), ('-Printed', 'Printed')]
SUW19161214-V10-49-page1.txt: [('dot-', 'dot'), ('-', ''), ('Mrs.-', 'Mrs.')]
SUW19161214-V10-49-page2.txt: [('--Surely.-G-ad-lras', '-Surely.-G-ad-lras'), ('-been', 'been')]
SUW19161214-V10-49-page3.txt: [('har-', 'har'), ('edu-', 'edu'), ('-cational', 'cational'), ('-', '')]
SUW19161214-V10-49-page4.txt: [('-', ''), ('-That', 'That'), ('-because', 'because'), ('improve-', 'improve'), ('-O', 'O')]
SUW19161214-V10-49-page5.txt: [('-', ''), ('-', '')]
SUW19161214-V10-49-page6.txt: [('-point', 'point')]
SUW19161214-V10-49-page7.txt: [('Sabbath-', 'Sabbath')]
SUW19161214-V10-49-page8.txt: [('-', ''), ("'---", "'--"), ('--', '-'), ('-', ''), ('--PrifittE-hiffiMifithirti', '-PrifittE-hiffiMifithirti'), ('-', '')]
SUW19161221-V10-50-page2.txt: [('-or', 'or'), ('-', ''), ('-Nath.n', 'Nath.n'), ('M-', 'M')]
SUW19161221-V10-50-page4.txt: [('-', ''), ('-sends-in-', 'sends-in-'), ('-Harvest', 'Harvest'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19161221-V10-50-page6.txt: [('Sab-', 'Sab')]
SUW19161221-V10-50-page7.txt: [('-a', 'a'), ('-to', 'to'), ('-', '')]
SUW19161221-V10-50-page8.txt: [('-Printed-bythe-Sonth-efitPiffiltsliiiiigaioasitiOn--', 'Printed-bythe-Sonth-efitPiffiltsliiiiigaioasitiOn--'), ('an--extended-', 'an--extended'), ('-trip', 'trip'), ('-', ''), ('-of', 'of')]
SUW19170104-V11-01-page1.txt: [('-anxious', 'anxious'), ('-d', 'd'), ('.--', '.-'), ('Aesirie.-', 'Aesirie.'), ('-the', 'the')]
SUW19170104-V11-01-page2.txt: [('A-L-', 'A-L'), ('-', ''), ('----', '---'), ('-', '')]
SUW19170104-V11-01-page3.txt: [('-', ''), ('-', ''), ('va-', 'va')]
SUW19170104-V11-01-page4.txt: [('-', ''), ('-', '')]
SUW19170104-V11-01-page5.txt: [('-', ''), ('-spoke', 'spoke'), ('-to', 'to')]
SUW19170104-V11-01-page7.txt: [('-', '')]
SUW19170104-V11-01-page8.txt: [('up-the-new-scho-d.-', 'up-the-new-scho-d.'), ('restiri--', 'restiri-'), ('-', ''), ('-tinning', 'tinning'), ('iiiiitife-', 'iiiiitife')]
SUW19170111-V11-02-page1.txt: [('--', '-'), ('--', '-'), ('-why', 'why'), ('-', ''), ('-put', 'put'), ('-is', 'is')]
SUW19170111-V11-02-page2.txt: [('--', '-'), ('dropped----', 'dropped---'), ('-', ''), ('--', '-'), ("-'", "'"), ('-', '')]
SUW19170111-V11-02-page3.txt: [('-bitterly', 'bitterly')]
SUW19170111-V11-02-page5.txt: [('-E.', 'E.'), ('asboth-', 'asboth'), ('-Brother', 'Brother'), ('col-', 'col'), ('-', ''), ('ittiiiirr-thkeit--', 'ittiiiirr-thkeit-'), ('-Manythnesthe', 'Manythnesthe'), ('andwilling-', 'andwilling'), ('-', ''), ('-', ''), ('-letter', 'letter'), ('-.how', '.how'), ('-he', 'he'), ('-are', 'are'), ('-this', 'this'), ('-had', 'had'), ("-chocolate'", "chocolate'"), ('-', '')]
SUW19170111-V11-02-page6.txt: [('--fast', '-fast'), ('-', ''), ('-having', 'having'), ('-le', 'le'), ('-', ''), ('T.-', 'T.')]
SUW19170111-V11-02-page7.txt: [('weeks.-', 'weeks.'), ('rders.ot-', 'rders.ot')]
SUW19170111-V11-02-page8.txt: [('-kingdomof', 'kingdomof'), ('-heaven', 'heaven')]
SUW19170118-V11-03-page1.txt: [('-Many', 'Many'), ("-easurer's", "easurer's"), ('To-', 'To')]
SUW19170118-V11-03-page2.txt: [('-', ''), ('-Now', 'Now'), ('-listen.', 'listen.'), ('-held', 'held'), ('-', ''), ('-end.', 'end.')]
SUW19170118-V11-03-page4.txt: [('-President.', 'President.')]
SUW19170118-V11-03-page6.txt: [('prieej---', 'prieej--'), ('-.', '.'), ('-bigclub', 'bigclub')]
SUW19170118-V11-03-page7.txt: [('-page', 'page')]
SUW19170118-V11-03-page8.txt: [('CONFERENCE---', 'CONFERENCE--'), ('-', ''), ('-', ''), ('--tract', '-tract'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19170125-V11-04-page2.txt: [('board--', 'board-'), ('-', ''), ('-', '')]
SUW19170125-V11-04-page4.txt: [('--', '-')]
SUW19170125-V11-04-page5.txt: [('-selling', 'selling'), ('-', '')]
SUW19170125-V11-04-page6.txt: [('con-', 'con'), ('-', ''), ('--', '-'), ('-', ''), ('enter-', 'enter')]
SUW19170125-V11-04-page7.txt: [('-', ''), ('-', '')]
SUW19170125-V11-04-page8.txt: [('-Printed', 'Printed'), ('Com-', 'Com')]
SUW19170208-V11-05-page2.txt: [('--', '-')]
SUW19170208-V11-05-page4.txt: [('--JL.be', '-JL.be'), ('-', ''), ('-', '')]
SUW19170208-V11-05-page5.txt: [('-effort', 'effort')]
SUW19170208-V11-05-page6.txt: [('-', ''), ('-', ''), ('--------------------------', '-------------------------'), ('-', '')]
SUW19170208-V11-05-page7.txt: [('-eagerly', 'eagerly'), ('-', ''), ('-', '')]
SUW19170208-V11-05-page8.txt: [('-', '')]
SUW19170208-V11-06-page1.txt: [('beauty-', 'beauty'), ('-grasp', 'grasp'), ('-that', 'that')]
SUW19170208-V11-06-page2.txt: [('-line', 'line')]
SUW19170208-V11-06-page3.txt: [('boats-', 'boats')]
SUW19170208-V11-06-page4.txt: [('-', ''), ('Educa-', 'Educa'), ('-', ''), ('-well', 'well')]
SUW19170208-V11-06-page7.txt: [('Pittsburg-', 'Pittsburg'), ('Pittsburg-', 'Pittsburg')]
SUW19170208-V11-06-page8.txt: [('-cent', 'cent'), ('-', ''), ('-', '')]
SUW19170215-V11-07-page1.txt: [('-of', 'of'), ('the-', 'the'), ('-ent', 'ent'), ('took-', 'took'), ('-Every', 'Every'), ('-of', 'of'), ('-form', 'form'), ('-thenation.', 'thenation.')]
SUW19170215-V11-07-page4.txt: [('Edu-', 'Edu'), ('-', ''), ('-', ''), ('-for', 'for'), ('-', ''), ('-missionary', 'missionary'), ('-', ''), ('-', ''), ('--', '-'), ('-Ieicr', 'Ieicr'), ('Writing.Ti-', 'Writing.Ti'), ('Brothel-', 'Brothel'), ('-VC', 'VC'), ('-', ''), ('-We', 'We'), ('-', ''), ('V-', 'V'), ('-p', 'p'), ('-in', 'in'), ('-', ''), ('-OgiRg', 'OgiRg'), ('-ne', 'ne'), ('W-c-', 'W-c'), ('C-', 'C'), ('t-', 't'), ('r-', 'r'), ('J--', 'J-'), ('F-', 'F'), ('-', ''), ('Brother-', 'Brother'), ('t-', 't'), ('-wggk', 'wggk'), ('-gp', 'gp'), ('-', '')]
SUW19170215-V11-07-page5.txt: [('in-', 'in')]
SUW19170215-V11-07-page6.txt: [('-work', 'work'), ('-are', 'are')]
SUW19170215-V11-07-page7.txt: [('-', ''), ('-', '')]
SUW19170215-V11-07-page8.txt: [('-----------------', '----------------'), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('school.-', 'school.'), ('which-are-', 'which-are'), ('-d', 'd'), ('--about', '-about'), ('-', ''), ('-Mar.', 'Mar.'), ('and-', 'and')]
SUW19170222-V11-08-page1.txt: [('Souni-', 'Souni')]
SUW19170222-V11-08-page2.txt: [('-MiniSty', 'MiniSty'), ('-', '')]
SUW19170222-V11-08-page6.txt: [('-Ashland', 'Ashland'), ('South-', 'South')]
SUW19170222-V11-08-page8.txt: [('-SY', 'SY'), ('-', ''), ('-', ''), ('-', ''), ("''--", "''-"), ('-I', 'I'), ('-', ''), ('r.-', 'r.'), ('-.', '.')]
SUW19170301-V11-09-page2.txt: [('-to', 'to')]
SUW19170301-V11-09-page3.txt: [('PP-', 'PP')]
SUW19170301-V11-09-page4.txt: [('-Madison', 'Madison'), ('-', ''), ('--', '-')]
SUW19170301-V11-09-page7.txt: [('-', '')]
SUW19170301-V11-09-page8.txt: [('-Kentucky', 'Kentucky')]
SUW19170308-V11-10-page1.txt: [('-IL', 'IL'), ('-', ''), ('-', ''), ('Mc-', 'Mc')]
SUW19170308-V11-10-page2.txt: [('ter-', 'ter')]
SUW19170308-V11-10-page5.txt: [('-', '')]
SUW19170308-V11-10-page8.txt: [('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', '')]
SUW19170315-V11-11-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Twenty-Thousand-', 'Twenty-Thousand'), ('-', ''), ('-', '')]
SUW19170315-V11-11-page7.txt: [('health-', 'health')]
SUW19170315-V11-11-page8.txt: [('given-', 'given')]
SUW19170322-V11-12-page1.txt: [('Vol-', 'Vol'), ('book."\'-', 'book."\''), ('A-', 'A')]
SUW19170322-V11-12-page2.txt: [('-', '')]
SUW19170322-V11-12-page3.txt: [('-JOLJOI', 'JOLJOI'), ('-', ''), ('L-Fir-r-', 'L-Fir-r'), ('.-', '.'), ('MNNMI-', 'MNNMI'), ('-.', '.'), ('-', '')]
SUW19170322-V11-12-page4.txt: [('--andpledged', '-andpledged')]
SUW19170322-V11-12-page6.txt: [('-woukl', 'woukl')]
SUW19170322-V11-12-page8.txt: [('HAS-', 'HAS'), ('-', ''), ('-', '')]
SUW19170329-V11-13-page3.txt: [('in-', 'in')]
SUW19170329-V11-13-page4.txt: [('will-be--done.-', 'will-be--done.'), ('-', '')]
SUW19170329-V11-13-page6.txt: [('-orders', 'orders'), ('Pre-sent-', 'Pre-sent'), ('-', ''), ('Mc-', 'Mc'), ('-record', 'record'), ('-acres', 'acres')]
SUW19170329-V11-13-page7.txt: [('-', '')]
SUW19170329-V11-13-page8.txt: [('of-', 'of'), ('-', '')]
SUW19170405-V11-14-page1.txt: [('-l', 'l'), ('mr-', 'mr'), ('-', '')]
SUW19170405-V11-14-page2.txt: [('-', '')]
SUW19170405-V11-14-page3.txt: [('fol-', 'fol')]
SUW19170412-V11-15-page2.txt: [('"-', '"')]
SUW19170412-V11-15-page6.txt: [('-clay', 'clay')]
SUW19170412-V11-15-page7.txt: [('-.', '.')]
SUW19170412-V11-15-page8.txt: [('-page', 'page')]
SUW19170419-V11-16-page4.txt: [('I-', 'I'), ('I-', 'I')]
SUW19170419-V11-16-page5.txt: [('-', ''), ('W-', 'W'), ('-', ''), ('Mc-', 'Mc')]
SUW19170419-V11-16-page6.txt: [('-', '')]
SUW19170419-V11-16-page8.txt: [('-', '')]
SUW19170426-V11-17-page1.txt: [('-', '')]
SUW19170426-V11-17-page2.txt: [('-confession', 'confession'), ('-', ''), ('-', ''), ('-', ''), ('-BEN', 'BEN'), ('-C.', 'C.')]
SUW19170426-V11-17-page3.txt: [('-', '')]
SUW19170426-V11-17-page5.txt: [('-cent-', 'cent-')]
SUW19170426-V11-17-page6.txt: [('Con-', 'Con')]
SUW19170426-V11-17-page8.txt: [('s-', 's'), ('Generation-', 'Generation')]
SUW19170503-V11-18-page1.txt: [('-', '')]
SUW19170503-V11-18-page3.txt: [('-', '')]
SUW19170503-V11-18-page5.txt: [('-has', 'has'), ('-', ''), ('-', '')]
SUW19170503-V11-18-page6.txt: [('Con-', 'Con')]
SUW19170510-V11-19-page1.txt: [('-', '')]
SUW19170510-V11-19-page2.txt: [('Bibte-', 'Bibte'), ('-', ''), ('-', '')]
SUW19170510-V11-19-page3.txt: [('-', ''), ('-', '')]
SUW19170510-V11-19-page8.txt: [('Louisiana-', 'Louisiana')]
SUW19170517-V11-20-page4.txt: [('-program.-', 'program.-'), ('-', '')]
SUW19170517-V11-20-page5.txt: [('-', '')]
SUW19170517-V11-20-page7.txt: [('-RIVER', 'RIVER'), ('-WORKER', 'WORKER')]
SUW19170517-V11-20-page8.txt: [('-', '')]
SUW19170524-V11-21-page2.txt: [('-', ''), ('Story-', 'Story'), ('Conti-', 'Conti')]
SUW19170524-V11-21-page4.txt: [('-', ''), ('--of--', '-of--'), ('-for', 'for')]
SUW19170531-V11-22-page4.txt: [('-Christwould', 'Christwould'), ('-', ''), ('-', '')]
SUW19170531-V11-22-page5.txt: [('whole-', 'whole'), ('en-', 'en')]
SUW19170531-V11-22-page7.txt: [('-lc', 'lc')]
SUW19170531-V11-22-page8.txt: [('-Work', 'Work')]
SUW19170607-V11-23-page2.txt: [('--Seven', '-Seven')]
SUW19170607-V11-23-page4.txt: [('rnembers-', 'rnembers'), ('-', ''), ('instruction-', 'instruction'), ('j-', 'j'), ('-', '')]
SUW19170607-V11-23-page5.txt: [('-', ''), ('-humors', 'humors')]
SUW19170607-V11-23-page6.txt: [('--', '-'), ('-want', 'want')]
SUW19170607-V11-23-page7.txt: [('--Selected.', '-Selected.')]
SUW19170607-V11-23-page8.txt: [('--dwch', '-dwch')]
SUW19170614-V11-24-page1.txt: [('constitu-', 'constitu')]
SUW19170614-V11-24-page2.txt: [('-blight', 'blight'), ('-wouldtoday', 'wouldtoday')]
SUW19170614-V11-24-page3.txt: [('-on', 'on')]
SUW19170614-V11-24-page6.txt: [('-', ''), ('Lessons-"-at-', 'Lessons-"-at'), ('--eattand', '-eattand')]
SUW19170614-V11-24-page8.txt: [('-', ''), ('".--', '".-'), ('Iilttli-il-', 'Iilttli-il'), ('-', ''), ('-t', 't'), ('-', ''), ('-', ''), ('-MEMITAI', 'MEMITAI'), ('-', ''), ('-', ''), ('---', '--'), ('....-', '....')]
SUW19170621-V11-25-page1.txt: [('-', '')]
SUW19170621-V11-25-page2.txt: [('-want', 'want'), ('Christian.--', 'Christian.-')]
SUW19170621-V11-25-page4.txt: [('-Emerspn', 'Emerspn'), ('-summer', 'summer')]
SUW19170621-V11-25-page5.txt: [('faith-', 'faith')]
SUW19170621-V11-25-page6.txt: [('-', '')]
SUW19170621-V11-25-page7.txt: [('-', '')]
SUW19170621-V11-25-page8.txt: [('-Conferences-', 'Conferences-'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19170628-V11-26-page1.txt: [('work."-', 'work."'), ('-', '')]
SUW19170628-V11-26-page2.txt: [('SHIDLER-', 'SHIDLER')]
SUW19170628-V11-26-page4.txt: [('-', '')]
SUW19170628-V11-26-page5.txt: [('-', '')]
SUW19170628-V11-26-page6.txt: [('-', '')]
SUW19170628-V11-26-page8.txt: [('Conferences-', 'Conferences'), ('help-', 'help'), ('-', '')]
SUW19170705-V11-27-page2.txt: [('eourse-', 'eourse'), ('featureof-', 'featureof')]
SUW19170705-V11-27-page4.txt: [('-', ''), ('-OFFICE-', 'OFFICE-'), ('ADDREss-', 'ADDREss'), ('--Jackson--Bldg-Nashville', '-Jackson--Bldg-Nashville'), ("-'Penn.", "'Penn.")]
SUW19170705-V11-27-page5.txt: [('-', '')]
SUW19170705-V11-27-page6.txt: [('-inlrabiting-native', 'inlrabiting-native')]
SUW19170705-V11-27-page7.txt: [('-Br', 'Br')]
SUW19170705-V11-27-page8.txt: [('--', '-'), ('-', ''), ('-Confeieui.eir', 'Confeieui.eir'), ('-----', '----'), ('------', '-----'), ('Y-', 'Y'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19170712-V11-28-page2.txt: [('a-', 'a')]
SUW19170712-V11-28-page3.txt: [('-', '')]
SUW19170712-V11-28-page4.txt: [('-', ''), ('-', '')]
SUW19170712-V11-28-page6.txt: [('-L-.--WirsoN', 'L-.--WirsoN'), ('-', '')]
SUW19170712-V11-28-page8.txt: [('-Conferences', 'Conferences'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19170719-V11-29-page2.txt: [('-that', 'that')]
SUW19170719-V11-29-page5.txt: [('Mc-', 'Mc')]
SUW19170719-V11-29-page6.txt: [('-OFFICE', 'OFFICE'), ('ADDRess-', 'ADDRess'), ('-.', '.'), ('-Tetinr', 'Tetinr')]
SUW19170719-V11-29-page7.txt: [('-', ''), ('Danish-', 'Danish')]
SUW19170719-V11-29-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('asking-', 'asking'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19170726-V11-30-page1.txt: [('-children', 'children'), ('and-', 'and'), ('lam--', 'lam-')]
SUW19170726-V11-30-page2.txt: [('-', ''), ('-clay', 'clay'), ('-', ''), ('-In', 'In'), ('un-', 'un'), ('i-', 'i')]
SUW19170726-V11-30-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('assist-', 'assist'), ('-', ''), ('-', '')]
SUW19170726-V11-30-page4.txt: [('-', ''), ('-', '')]
SUW19170726-V11-30-page5.txt: [('-week.', 'week.'), ('and-', 'and'), ('-toward', 'toward'), ('-', '')]
SUW19170726-V11-30-page6.txt: [('Principar-', 'Principar'), ('-Tazel', 'Tazel'), ('-lead', 'lead'), ('foun-', 'foun'), ('-', ''), ('-', ''), ('-home', 'home'), ('-k', 'k')]
SUW19170726-V11-30-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('MOOter.-', 'MOOter.'), ('-.', '.'), ('-', ''), ('-', '')]
SUW19170726-V11-30-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-money', 'money'), ('-', ''), ('-', ''), ('MN-', 'MN'), ('-', ''), ('E-', 'E'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-way."', 'way."'), ('--', '-'), ('-', ''), ('-', '')]
SUW19170802-V11-31-page3.txt: [('-', ''), ('-', ''), ('-"MARSHALL', '"MARSHALL'), ('camp-', 'camp')]
SUW19170802-V11-31-page4.txt: [('certi-', 'certi'), ('--fieates', '-fieates'), ('-and', 'and'), ('-very-laighlyc', 'very-laighlyc'), ('-I', 'I'), ('-ashvitle', 'ashvitle'), ('----', '---'), ('-', '')]
SUW19170802-V11-31-page5.txt: [('-quite', 'quite'), ('-', '')]
SUW19170802-V11-31-page6.txt: [('Alabama-', 'Alabama'), ('-', ''), ('-tithe', 'tithe'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-At', 'At')]
SUW19170802-V11-31-page7.txt: [('-', '')]
SUW19170802-V11-31-page8.txt: [('---Conferences-', '--Conferences-'), ('"-', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19170809-V11-32-page1.txt: [('-', ''), ('So-', 'So'), ('Across-', 'Across'), ('-satsunshine', 'satsunshine')]
SUW19170809-V11-32-page4.txt: [('-the-Ms-', 'the-Ms-'), ('-si', 'si'), ('MRS-', 'MRS'), ('-', ''), ('-of', 'of'), ('-', ''), ('is-', 'is')]
SUW19170809-V11-32-page5.txt: [('-', ''), ('-', ''), ('NJONWORK.ER--', 'NJONWORK.ER-')]
SUW19170809-V11-32-page6.txt: [('-', '')]
SUW19170809-V11-32-page7.txt: [('PPP-', 'PPP')]
SUW19170809-V11-32-page8.txt: [('-', ''), ('the-', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.')]
SUW19170816-V11-33-page1.txt: [('-', '')]
SUW19170816-V11-33-page10.txt: [('-Each', 'Each'), ('.-', '.')]
SUW19170816-V11-33-page12.txt: [('-t', 't'), ('-', ''), ('-', ''), ('"-z-', '"-z'), ('-', ''), ('-', ''), ('-...-..', '...-..'), ('-', '')]
SUW19170816-V11-33-page2.txt: [('chew-', 'chew')]
SUW19170816-V11-33-page3.txt: [('thou-', 'thou'), ('speak-', 'speak')]
SUW19170816-V11-33-page8.txt: [('-very', 'very'), ('-workers', 'workers')]
SUW19170823-V11-34-page1.txt: [('neigh-', 'neigh')]
SUW19170823-V11-34-page2.txt: [('-with', 'with'), ('-and-as', 'and-as')]
SUW19170823-V11-34-page3.txt: [('-stirring', 'stirring'), ('Mc-', 'Mc')]
SUW19170823-V11-34-page4.txt: [('-', ''), ('-in', 'in')]
SUW19170823-V11-34-page5.txt: [('-', ''), ('-', ''), ('Louis-', 'Louis'), ('Lexing-', 'Lexing'), ('Coving-', 'Coving'), ('Hender-', 'Hender'), ('Lexing-', 'Lexing'), ('Louis-', 'Louis')]
SUW19170823-V11-34-page6.txt: [('-', ''), ('-', ''), ('-camp-meeting', 'camp-meeting'), ('-', ''), ('col-', 'col')]
SUW19170823-V11-34-page7.txt: [('-', ''), ('vitality-', 'vitality')]
SUW19170823-V11-34-page8.txt: [('-', ''), ('--', '-'), ('-Conftrences', 'Conftrences'), ('-', ''), ('--We-thank', '-We-thank'), ('heard-', 'heard'), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oct', 'Oct')]
SUW19170830-V11-35-page1.txt: [('-receive', 'receive'), ('-', '')]
SUW19170830-V11-35-page2.txt: [('-accompany--you.-', 'accompany--you.-'), ('ad-', 'ad'), ('-', ''), ('corn-', 'corn')]
SUW19170830-V11-35-page3.txt: [('-', '')]
SUW19170830-V11-35-page4.txt: [('-', ''), ('-', ''), ('put-', 'put')]
SUW19170830-V11-35-page6.txt: [('-like', 'like')]
SUW19170830-V11-35-page8.txt: [('-particular', 'particular'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.')]
SUW19170906-V11-36-page1.txt: [('-', '')]
SUW19170906-V11-36-page2.txt: [('-foi', 'foi'), ('-not', 'not'), ('SABBATH-', 'SABBATH'), ('SCHOOL-DEPARTMENT-', 'SCHOOL-DEPARTMENT')]
SUW19170906-V11-36-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19170906-V11-36-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19170906-V11-36-page6.txt: [('--', '-'), ('Ashford-', 'Ashford'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---.-', '--.-')]
SUW19170906-V11-36-page7.txt: [('-', '')]
SUW19170906-V11-36-page8.txt: [('Louisiana--', 'Louisiana-'), ('and-', 'and'), ('-Jacobs-and--soure', 'Jacobs-and--soure'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19170913-V11-37-page2.txt: [('-visited', 'visited'), ('-of', 'of')]
SUW19170913-V11-37-page3.txt: [('-', '')]
SUW19170913-V11-37-page4.txt: [('-try', 'try'), ('-given', 'given')]
SUW19170913-V11-37-page6.txt: [('-', ''), ('-get', 'get'), ('-a', 'a')]
SUW19170913-V11-37-page7.txt: [('-', '')]
SUW19170913-V11-37-page8.txt: [('-WORKER', 'WORKER'), ('-Alabama', 'Alabama'), ('-Mississippi', 'Mississippi'), ('-and', 'and'), ('-', ''), ('-', ''), ('-Nut', 'Nut'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.'), ('-to', 'to')]
SUW19170927-V11-38-page2.txt: [('ad-', 'ad'), ('-work.', 'work.'), ('-on', 'on'), ('taking--', 'taking-'), ('-the', 'the'), ('Totals-', 'Totals'), ('-number', 'number'), ('Missis-', 'Missis')]
SUW19170927-V11-38-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', '')]
SUW19170927-V11-38-page4.txt: [('River-', 'River'), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.')]
SUW19171004-V11-39-page2.txt: [('-us', 'us'), ('-', ''), ('Seventh-', 'Seventh'), ('-', ''), ('-', ''), ('tO--', 'tO-'), ('-', ''), ('-child.', 'child.')]
SUW19171004-V11-39-page3.txt: [('-brother', 'brother'), ('"-', '"'), ('most..-', 'most..'), ('----', '---'), ('-', '')]
SUW19171004-V11-39-page4.txt: [('-SOciety.', 'SOciety.'), ('mis-', 'mis')]
SUW19171004-V11-39-page5.txt: [('camp-', 'camp'), ('-which', 'which')]
SUW19171004-V11-39-page6.txt: [('Sab-', 'Sab'), ('A-', 'A'), ('-It-i.s...better', 'It-i.s...better'), ('--', '-'), ('and-', 'and'), ('-J.', 'J.'), ('-Elliott', 'Elliott'), ('-our', 'our'), ('properties.-', 'properties.'), ('--', '-'), ('-', ''), ('-', '')]
SUW19171004-V11-39-page7.txt: [('-November', 'November'), ('-', ''), ('"Testi-', '"Testi'), ('-', '')]
SUW19171004-V11-39-page8.txt: [('Member-', 'Member'), ('Date--', 'Date-')]
SUW19171011-V11-40-page1.txt: [('pm-', 'pm'), ('-k', 'k')]
SUW19171011-V11-40-page2.txt: [('ex-', 'ex')]
SUW19171011-V11-40-page3.txt: [('-to', 'to'), ('mem-', 'mem'), ('-', '')]
SUW19171011-V11-40-page4.txt: [('-way.', 'way.'), ('-', '')]
SUW19171011-V11-40-page5.txt: [('KEN-', 'KEN'), ('-I', 'I'), ('-September', 'September'), ('chil-', 'chil')]
SUW19171011-V11-40-page6.txt: [('-busy', 'busy'), ('-offering.', 'offering.'), ('-courage.', 'courage.'), ('--A-number-of-the', '-A-number-of-the'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19171011-V11-40-page7.txt: [('-', ''), ('-', ''), ('-"Testimonies', '"Testimonies'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('zrotaks-', 'zrotaks')]
SUW19171011-V11-40-page8.txt: [("-with'", "with'")]
SUW19171018-V11-41-page1.txt: [('-', ''), ('-kt.', 'kt.'), ('-by', 'by'), ('-the', 'the'), ('-take', 'take')]
SUW19171018-V11-41-page2.txt: [('-advance', 'advance'), ('-us', 'us'), ('-held', 'held'), ('--and', '-and')]
SUW19171018-V11-41-page3.txt: [('-', '')]
SUW19171018-V11-41-page4.txt: [('-', ''), ('-', ''), ('-pages', 'pages'), ('-', '')]
SUW19171018-V11-41-page5.txt: [('-VNION', 'VNION')]
SUW19171018-V11-41-page6.txt: [('-', ''), ('-New', 'New')]
SUW19171018-V11-41-page8.txt: [('-Kentucky', 'Kentucky'), ('--AlahamsMississippl', '-AlahamsMississippl'), ('-and-touisinna', 'and-touisinna'), ('-', ''), ('-', ''), ('where--', 'where-'), ('camp-meet-', 'camp-meet'), ('After-', 'After'), ('-Madison', 'Madison'), ('-', ''), ('-to', 'to')]
SUW19171025-V11-42-page1.txt: [('-have', 'have')]
SUW19171025-V11-42-page2.txt: [('-know', 'know')]
SUW19171025-V11-42-page3.txt: [('Reader"-', 'Reader"'), ('NE-', 'NE')]
SUW19171025-V11-42-page5.txt: [('--Our', '-Our'), ('-Mrs.', 'Mrs.')]
SUW19171025-V11-42-page6.txt: [('-', ''), ('WORKER-', 'WORKER')]
SUW19171025-V11-42-page7.txt: [('the-', 'the'), ('-', ''), ('-', ''), ('-', '')]
SUW19171025-V11-42-page8.txt: [('In-', 'In')]
SUW19171101-V11-43-page1.txt: [('-', ''), ('-', '')]
SUW19171101-V11-43-page2.txt: [('-UNION', 'UNION'), ('-Anita', 'Anita'), ('Martin-', 'Martin'), ('-Cora', 'Cora'), ('-be', 'be')]
SUW19171101-V11-43-page3.txt: [('-acre', 'acre'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19171101-V11-43-page4.txt: [('-', ''), ('-', ''), ('P-', 'P'), ('-', ''), ('T-', 'T'), ('-', ''), ('-', ''), ('-', ''), ('.t--', '.t-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19171101-V11-43-page5.txt: [('-', '')]
SUW19171101-V11-43-page7.txt: [('-', ''), ('-', '')]
SUW19171101-V11-43-page8.txt: [('--', '-'), ('--', '-'), ('-', ''), ('con-', 'con'), ('-', '')]
SUW19171108-V11-44-page1.txt: [('-helpless', 'helpless'), ('Conti-', 'Conti')]
SUW19171108-V11-44-page2.txt: [('-', ''), ('----The-Uplift', '---The-Uplift'), ('Story-', 'Story'), ('-', '')]
SUW19171108-V11-44-page3.txt: [('-the', 'the'), ('q-', 'q')]
SUW19171108-V11-44-page4.txt: [('-', '')]
SUW19171108-V11-44-page5.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19171108-V11-44-page6.txt: [('--my-husband-and', '-my-husband-and'), ('-', ''), ('--ha-d-taken-one-hundre-d-capies', '-ha-d-taken-one-hundre-d-capies'), ('-', ''), ('sub-', 'sub'), ('-ea-', 'ea-')]
SUW19171115-V11-45-page1.txt: [("-holding'", "holding'"), ('-Fall', 'Fall')]
SUW19171115-V11-45-page2.txt: [('-a-series', 'a-series')]
SUW19171115-V11-45-page3.txt: [('Africa.-', 'Africa.'), ('-', '')]
SUW19171115-V11-45-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('----', '---'), ('-R-o-', 'R-o-'), ('-', '')]
SUW19171115-V11-45-page5.txt: [("'talk-", "'talk"), ('SOUTHERN-', 'SOUTHERN'), ('last-', 'last'), ('i-', 'i')]
SUW19171115-V11-45-page6.txt: [('-at', 'at'), ('which---gave--', 'which---gave-'), ('-having', 'having'), ('---', '--')]
SUW19171115-V11-45-page7.txt: [('-', ''), ('-', '')]
SUW19171115-V11-45-page8.txt: [('-Ave.', 'Ave.'), ('--', '-'), ('-', ''), ('-cent', 'cent'), ('-', ''), ('-insurance.', 'insurance.'), ('-', '')]
SUW19171122-V11-46-page3.txt: [('-of', 'of'), ('-events.', 'events.'), ('-', ''), ('demand-', 'demand')]
SUW19171122-V11-46-page4.txt: [('r-', 'r'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19171122-V11-46-page5.txt: [('-', '')]
SUW19171122-V11-46-page6.txt: [('-', ''), ('indi-', 'indi'), ('-', '')]
SUW19171122-V11-46-page8.txt: [('-.', '.'), ('-Cogiiiiiiii', 'Cogiiiiiiii')]
SUW19171129-V11-47-page1.txt: [('un-', 'un'), ('-', ''), ('-or', 'or'), ('-a', 'a')]
SUW19171129-V11-47-page2.txt: [('-furnish', 'furnish'), ('emphasi-', 'emphasi'), ("-'WORKER", "'WORKER")]
SUW19171129-V11-47-page3.txt: [('-orders.', 'orders.')]
SUW19171129-V11-47-page4.txt: [('-', ''), ('-', ''), ('---', '--'), ('---CoNFERENcE', '--CoNFERENcE'), ('-', ''), ('--', '-'), ('-', ''), ('over-', 'over')]
SUW19171129-V11-47-page5.txt: [('tinder-', 'tinder'), ('-Work.', 'Work.')]
SUW19171129-V11-47-page6.txt: [('-', ''), ('-', ''), ('-AcizsaK', 'AcizsaK'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('---', '--'), ('-', ''), ('-', '')]
SUW19171129-V11-47-page7.txt: [('-the', 'the')]
SUW19171129-V11-47-page8.txt: [('-Mississippi', 'Mississippi'), ('-ancl-Louisiana', 'ancl-Louisiana'), ('--', '-'), ('---', '--')]
SUW19171206-V11-48-page1.txt: [('-', ''), ('-this', 'this')]
SUW19171206-V11-48-page2.txt: [('-The', 'The'), ('--governmenthas', '-governmenthas'), ('DE-', 'DE'), ('-to', 'to'), ('Postmaster-', 'Postmaster')]
SUW19171206-V11-48-page3.txt: [('ordering-', 'ordering'), ('granainar-', 'granainar'), ('-', ''), ('-', '')]
SUW19171206-V11-48-page4.txt: [('pres-', 'pres'), ('--ent--ma-nageraf-our-Port', '-ent--ma-nageraf-our-Port'), ('--i', '-i'), ('-', ''), ('-', ''), ('"mi.-', '"mi.')]
SUW19171206-V11-48-page5.txt: [('---', '--'), ('Fara-', 'Fara')]
SUW19171206-V11-48-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-Letters', 'Letters'), ('-have', 'have'), ('---', '--'), ('-', ''), ('-.', '.'), ('R.-', 'R.'), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-Eastman', 'Eastman'), ('-Ameeting', 'Ameeting'), ('-of', 'of'), ('-', ''), ('-to', 'to')]
SUW19171206-V11-48-page7.txt: [('---', '--'), ('in-', 'in'), ('--gathering', '-gathering'), ('encourag-', 'encourag'), ('-your', 'your'), ('-', '')]
SUW19171206-V11-48-page8.txt: [('-', ''), ('-on', 'on'), ('-Washington.', 'Washington.')]
SUW19171213-V11-49-page1.txt: [('-in', 'in'), ('staggering.-', 'staggering.')]
SUW19171213-V11-49-page2.txt: [('-prayer-to-Gottfor-bells', 'prayer-to-Gottfor-bells'), ('-deserted-', 'deserted-')]
SUW19171213-V11-49-page3.txt: [('-', ''), ('-', ''), ('"re-', '"re'), ('-the', 'the'), ('-IiRN', 'IiRN')]
SUW19171213-V11-49-page4.txt: [('from-', 'from'), ('.-', '.'), ('-L.', 'L.'), ('-', ''), ('-', ''), ('com-', 'com')]
SUW19171213-V11-49-page5.txt: [('-our', 'our'), ('-Harrison', 'Harrison'), ('Church"-', 'Church"'), ('-Mrs', 'Mrs')]
SUW19171213-V11-49-page6.txt: [('--of', '-of'), ('-LSabbatil', 'LSabbatil'), ('-', ''), ('-mistakeS', 'mistakeS'), ('-', ''), ('-', '')]
SUW19171213-V11-49-page8.txt: [('-Conferences-', 'Conferences-'), ('-of-', 'of-'), ('-', '')]
SUW19171220-V11-50-page1.txt: [('-to', 'to'), ('sub-', 'sub'), ('-aeriptiori', 'aeriptiori'), ('-the', 'the')]
SUW19171220-V11-50-page2.txt: [('else-', 'else'), ('-', '')]
SUW19171220-V11-50-page3.txt: [('-', ''), ('-I', 'I')]
SUW19171220-V11-50-page4.txt: [('--', '-'), ('-WORKER', 'WORKER'), ('ASt-', 'ASt'), ('-', ''), ('-ru', 'ru'), ('-', ''), ('-', ''), ('--', '-')]
SUW19171220-V11-50-page5.txt: [('put-', 'put')]
SUW19171220-V11-50-page6.txt: [('-I', 'I'), ('-', ''), ('-', ''), ('-Willie', 'Willie'), ('-.-', '.-'), ('-', ''), ('-', '')]
SUW19171220-V11-50-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19171220-V11-50-page8.txt: [('-arriaT-Mississippi', 'arriaT-Mississippi'), ('PRICE-', 'PRICE'), ('-', ''), ('Seventh-', 'Seventh'), ('-', ''), ('-', ''), ('-WORK.ER', 'WORK.ER')]
SUW19180103-V12-01-page1.txt: [('-', ''), ('interest-', 'interest'), ('en-', 'en'), ("'-", "'"), ('develop-', 'develop'), ('-Mary', 'Mary'), ('-', ''), ('-', '')]
SUW19180103-V12-01-page2.txt: [('-', ''), ('-', '')]
SUW19180103-V12-01-page3.txt: [('-', ''), ('Boga-', 'Boga'), ('Ful-', 'Ful')]
SUW19180103-V12-01-page4.txt: [('Miller-', 'Miller'), ('McLui-e-', 'McLui-e'), ('Elford-', 'Elford'), ('Hoskins-', 'Hoskins'), ('Hoskins-', 'Hoskins'), ('Miller-', 'Miller'), ('Kelley-', 'Kelley'), ('Burroughs--', 'Burroughs-'), ('Helms-', 'Helms'), ('Hornung-', 'Hornung'), ('Wilson-', 'Wilson'), ('Wilson-', 'Wilson'), ('-', ''), ('-to', 'to'), ('-your', 'your'), ('Jan.-', 'Jan.'), ('-', '')]
SUW19180103-V12-01-page5.txt: [('-', ''), ('-date', 'date'), ('th-', 'th'), ('Balsbaugh-', 'Balsbaugh'), ('Balsbaugh-', 'Balsbaugh'), ('Erwin--', 'Erwin-'), ('Maxey-', 'Maxey'), ('Warren-', 'Warren'), ('Watson-', 'Watson'), ('McLeod-', 'McLeod'), ('-', ''), ('CONFERENCE-', 'CONFERENCE')]
SUW19180103-V12-01-page6.txt: [('-', ''), ('the-', 'the'), ('-', ''), ('Aldridge-', 'Aldridge'), ('Salmon-', 'Salmon'), ('Patton-', 'Patton'), ('Miller-', 'Miller'), ('Wagner-', 'Wagner'), ('Steele-', 'Steele'), ('Wagner-', 'Wagner'), ('Bivens-', 'Bivens'), ('Hickman-', 'Hickman'), ('McNabb-', 'McNabb'), ('Keate-', 'Keate'), ('Toops-', 'Toops'), ('Todd-', 'Todd'), ('Glenn-', 'Glenn'), ('Davis--', 'Davis-'), ('Ewaid-', 'Ewaid'), ('Wilhelm-', 'Wilhelm'), ('Sachrader-', 'Sachrader'), ('Kroeger-', 'Kroeger'), ('-', ''), ('Heinig-', 'Heinig'), ('Davis-', 'Davis'), ('Ramey-', 'Ramey'), ('Ramey-', 'Ramey'), ('Ramey-', 'Ramey'), ('Thompson-', 'Thompson'), ('Winston-', 'Winston'), ('Winston-', 'Winston'), ('Allman-', 'Allman'), ('White-', 'White'), ('Vermillion--', 'Vermillion-'), ('Oaks-', 'Oaks'), ('Dow-', 'Dow'), ('Stains-', 'Stains'), ('Webster-', 'Webster'), ('Williams-', 'Williams'), ('Miles-', 'Miles'), ('Wages-', 'Wages'), ('Fort-', 'Fort'), ('Slaughter-', 'Slaughter'), ('Fort-', 'Fort'), ('Beck-', 'Beck')]
SUW19180103-V12-01-page7.txt: [('McLennan-', 'McLennan'), ('King-', 'King'), ('Frank-', 'Frank'), ('Swimm-', 'Swimm'), ('Miller-', 'Miller'), ('Clevenger-', 'Clevenger'), ('Morrow-', 'Morrow'), ('Sander-', 'Sander'), ('Ulmer-', 'Ulmer'), ('Covert-', 'Covert'), ('Sanders-', 'Sanders'), ('Morrow-', 'Morrow'), ('Collie-', 'Collie'), ('Cain-', 'Cain'), ('Sellers-', 'Sellers'), ('Shasky-', 'Shasky'), ('Shasky-', 'Shasky'), ('Green-', 'Green'), ('Moore-', 'Moore'), ('Roberts-', 'Roberts'), ('Stegall-', 'Stegall'), ('Good-', 'Good'), ('-C.', 'C.'), ('Mc-', 'Mc'), ('-Potato', 'Potato'), ('Knox--', 'Knox-'), ('Pierce--', 'Pierce-'), ('Harvey--', 'Harvey-'), ('Elliott-', 'Elliott'), ('Pfeiffer-', 'Pfeiffer'), ('Kennedy-', 'Kennedy'), ('Pound-', 'Pound'), ('Davis-', 'Davis'), ('Dasent-', 'Dasent')]
SUW19180103-V12-01-page8.txt: [('-day', 'day'), ('--the', '-the'), ('Volun-', 'Volun'), ('Fri--', 'Fri-'), ('en--', 'en-')]
SUW19180110-V12-02-page1.txt: [('per-', 'per')]
SUW19180110-V12-02-page2.txt: [('Jan-', 'Jan'), ('possi-', 'possi'), ('or-', 'or'), ('af-', 'af'), ('Nash-', 'Nash')]
SUW19180110-V12-02-page3.txt: [('Gov-', 'Gov'), ('-', ''), ('deliver-', 'deliver'), ('him-', 'him')]
SUW19180110-V12-02-page5.txt: [('-aid', 'aid')]
SUW19180110-V12-02-page7.txt: [('entertain-', 'entertain')]
SUW19180110-V12-02-page8.txt: [('-', ''), ('singing--', 'singing-')]
SUW19180117-V12-03-page1.txt: [('-them', 'them'), ('---of', '--of'), ('pointin-', 'pointin')]
SUW19180117-V12-03-page2.txt: [('-', '')]
SUW19180117-V12-03-page3.txt: [('---', '--')]
SUW19180117-V12-03-page4.txt: [('-.', '.'), ('-', ''), ('en-', 'en'), ('-', '')]
SUW19180117-V12-03-page5.txt: [('-to', 'to'), ('-his', 'his'), ('-Holiday', 'Holiday'), ('-of', 'of'), ('-of', 'of'), ('-orders', 'orders'), ('-', '')]
SUW19180117-V12-03-page6.txt: [('-', ''), ('Colored-', 'Colored'), ('--Feb.', '-Feb.'), ('-to', 'to')]
SUW19180117-V12-03-page7.txt: [('-end', 'end'), ('-means', 'means'), ('-send', 'send'), ('-of', 'of'), ('-erty', 'erty'), ('-', ''), ('-streets', 'streets'), ('-the-', 'the-'), ('-the', 'the'), ('-stay', 'stay')]
SUW19180117-V12-03-page8.txt: [('-moo--', 'moo--'), ('ad--', 'ad-')]
SUW19180124-V12-04-page2.txt: [('-', '')]
SUW19180124-V12-04-page3.txt: [('-', ''), ('-than', 'than'), ('-', ''), ('Lou-', 'Lou'), ('-', ''), ('-', ''), ('-', ''), ('x-', 'x')]
SUW19180124-V12-04-page4.txt: [('Goals-', 'Goals'), ('sales---', 'sales--')]
SUW19180124-V12-04-page7.txt: [('.-', '.'), ('Years---', 'Years--'), ('-', ''), ('-----', '----'), ('act-', 'act')]
SUW19180124-V12-04-page8.txt: [('peo-', 'peo')]
SUW19180131-V12-05-page1.txt: [('Soul-', 'Soul'), ('slate-', 'slate')]
SUW19180131-V12-05-page2.txt: [('--un--', '-un--')]
SUW19180131-V12-05-page3.txt: [('-', ''), ('-', '')]
SUW19180131-V12-05-page4.txt: [('-', ''), ('-', '')]
SUW19180131-V12-05-page5.txt: [('-weeks.', 'weeks.')]
SUW19180131-V12-05-page6.txt: [('.-', '.'), ('-cent-a-week', 'cent-a-week'), ('.-', '.')]
SUW19180131-V12-05-page7.txt: [('-door', 'door'), ('-enough', 'enough'), ('World.---', 'World.--')]
SUW19180131-V12-05-page8.txt: [('-.-', '.-'), ('-', ''), ('.-', '.')]
SUW19180207-V12-06-page2.txt: [('DE-', 'DE'), ('-', '')]
SUW19180207-V12-06-page4.txt: [('-', '')]
SUW19180207-V12-06-page5.txt: [('WORK-', 'WORK'), ('-', ''), ('-', '')]
SUW19180207-V12-06-page6.txt: [('-months', 'months'), ('-pound', 'pound'), ('-', '')]
SUW19180214-V12-07-page1.txt: [('-', ''), ('-', '')]
SUW19180214-V12-07-page2.txt: [('-', ''), ('so-', 'so')]
SUW19180214-V12-07-page3.txt: [('Knox--', 'Knox-'), ('Pierce-', 'Pierce'), ('Harvey-', 'Harvey'), ('Elliott-', 'Elliott'), ('Pfeiffer-', 'Pfeiffer'), ('-', ''), ('Kennedy-', 'Kennedy'), ('Pound-', 'Pound'), ('Davis-', 'Davis'), ('Dasent-', 'Dasent'), ('-whom', 'whom'), ('Balsbaugh-', 'Balsbaugh'), ('Balsbaugh-', 'Balsbaugh'), ('Warren-', 'Warren'), ('Watson-', 'Watson'), ('McLeod-', 'McLeod')]
SUW19180214-V12-07-page4.txt: [('sub-', 'sub'), ('Aldridge-', 'Aldridge'), ('Salmon-', 'Salmon'), ('Patton-', 'Patton'), ('Miller-', 'Miller'), ('Ford-', 'Ford'), ('Wagner-', 'Wagner'), ('Steele-', 'Steele'), ('Wagner-', 'Wagner'), ('Bivens-', 'Bivens'), ('Hickman-', 'Hickman'), ('McNabb-', 'McNabb'), ('Keate-', 'Keate'), ('Toops-', 'Toops'), ('Todd-', 'Todd'), ('Glenn-', 'Glenn'), ('Davis-', 'Davis'), ('-', ''), ('Ewald-', 'Ewald'), ('Wilhelm-', 'Wilhelm'), ('Kroeger-', 'Kroeger'), ('-', ''), ('Hess-', 'Hess'), ('Heinig--', 'Heinig-'), ('Ramey-', 'Ramey'), ('Ramey-', 'Ramey'), ('Ramey-', 'Ramey'), ('Staines-', 'Staines'), ('Slaughter-', 'Slaughter'), ('Miles-', 'Miles'), ('Wages-', 'Wages'), ('Fort-', 'Fort'), ('Slaughter-', 'Slaughter'), ('Fort-', 'Fort'), ('Thompson-', 'Thompson'), ('Winston-', 'Winston'), ('Winston-', 'Winston'), ('Allman-', 'Allman'), ('Allman-', 'Allman'), ('-', ''), ('White-', 'White'), ('Vermillion-', 'Vermillion'), ('Vermillion--', 'Vermillion-'), ('Oaks-', 'Oaks'), ('-', ''), ('Webster-', 'Webster'), ('Beck-', 'Beck'), ('-', '')]
SUW19180214-V12-07-page5.txt: [('-work', 'work'), ('-Home', 'Home'), ('-Over', 'Over')]
SUW19180214-V12-07-page6.txt: [('--Kentucky', '-Kentucky'), ('Miller-', 'Miller'), ('McLure-', 'McLure'), ('Ash-', 'Ash'), ('Hoskins-', 'Hoskins'), ('Hoskins-', 'Hoskins'), ('Newsome-', 'Newsome'), ('Miller-', 'Miller'), ('Kelley-', 'Kelley'), ('Burroughs-', 'Burroughs'), ('Burroughs--', 'Burroughs-'), ('Helms-', 'Helms'), ('Hornung-', 'Hornung'), ('Wilson-', 'Wilson'), ('Wilson-', 'Wilson'), ('Davis-', 'Davis')]
SUW19180214-V12-07-page7.txt: [('McLennan-', 'McLennan'), ('King-', 'King'), ('Frank-', 'Frank'), ('Swimm-', 'Swimm'), ('Miller-', 'Miller'), ('Clevenger-', 'Clevenger'), ('Morrow-', 'Morrow'), ('Sanders-', 'Sanders'), ('Ulmer-', 'Ulmer'), ('Covert-', 'Covert'), ('Sanders-', 'Sanders'), ('Morrow-', 'Morrow'), ('Collie-', 'Collie'), ('Cain-', 'Cain'), ('Sellers-', 'Sellers'), ('Shasky-', 'Shasky'), ('Shasky-', 'Shasky'), ('Stegall-', 'Stegall'), ('-', ''), ('Green-', 'Green'), ('Moore-', 'Moore'), ('Roberts-', 'Roberts'), ('-', '')]
SUW19180214-V12-07-page8.txt: [('SANITARI-', 'SANITARI'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19180221-V12-08-page1.txt: [('Vol-', 'Vol'), ('.-', '.')]
SUW19180221-V12-08-page2.txt: [('-', '')]
SUW19180221-V12-08-page3.txt: [('iso-', 'iso'), ('-', '')]
SUW19180221-V12-08-page4.txt: [('peo-', 'peo')]
SUW19180221-V12-08-page5.txt: [('-they', 'they'), ('-', ''), ('-', ''), ('-', ''), ('-."', '."'), ('-', ''), ('"Topsy-', '"Topsy'), ('-', ''), ('-Sunday', 'Sunday'), ('week-', 'week'), ('Tan-', 'Tan')]
SUW19180221-V12-08-page6.txt: [('----------', '---------'), ('mem-', 'mem'), ('Mis-', 'Mis')]
SUW19180221-V12-08-page7.txt: [('HOME-', 'HOME'), ('SANITARI-', 'SANITARI'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19180228-V12-09-page1.txt: [('Vol-', 'Vol')]
SUW19180228-V12-09-page2.txt: [('-', '')]
SUW19180228-V12-09-page5.txt: [('maga-', 'maga'), ('-', '')]
SUW19180228-V12-09-page6.txt: [('be-', 'be')]
SUW19180228-V12-09-page7.txt: [('-Rowe', 'Rowe'), ('.T-', '.T'), ('--', '-')]
SUW19180228-V12-09-page8.txt: [('SANITARI-', 'SANITARI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
SUW19180307-V12-10-page1.txt: [('-Ye', 'Ye'), ('-And', 'And')]
SUW19180307-V12-10-page4.txt: [('-', ''), ('FORTY-TWO-', 'FORTY-TWO')]
SUW19180307-V12-10-page5.txt: [('Hon-', 'Hon'), ('-', '')]
SUW19180307-V12-10-page6.txt: [('-', ''), ('-', ''), ('minis-', 'minis')]
SUW19180307-V12-10-page7.txt: [('-socket', 'socket'), ('break-', 'break'), ('pub-', 'pub'), ('con-', 'con')]
SUW19180307-V12-10-page8.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19180314-V12-11-page1.txt: [('--Selected.', '-Selected.')]
SUW19180314-V12-11-page2.txt: [('--', '-'), ('granted.-', 'granted.')]
SUW19180314-V12-11-page3.txt: [('-', ''), ('.-----', '.----'), ('Insti-', 'Insti')]
SUW19180314-V12-11-page4.txt: [('-', '')]
SUW19180314-V12-11-page5.txt: [('Ger-', 'Ger')]
SUW19180314-V12-11-page8.txt: [('--', '-'), ('under-', 'under')]
SUW19180321-V12-12-page1.txt: [('-all', 'all')]
SUW19180321-V12-12-page2.txt: [('BIBLE-', 'BIBLE'), ('--Fbnok.', '-Fbnok.')]
SUW19180321-V12-12-page4.txt: [('One-Thousand-a-', 'One-Thousand-a'), ('Schroad-', 'Schroad')]
SUW19180321-V12-12-page8.txt: [('-', '')]
SUW19180328-V12-13-page1.txt: [('-sick', 'sick')]
SUW19180328-V12-13-page5.txt: [('-', ''), ('--Interesting', '-Interesting'), ('--contains', '-contains')]
SUW19180328-V12-13-page6.txt: [('-', '')]
SUW19180328-V12-13-page8.txt: [('E-', 'E')]
SUW19180404-V12-14-page1.txt: [('-', ''), ('attempt--', 'attempt-')]
SUW19180404-V12-14-page2.txt: [('-', ''), ('-', '')]
SUW19180404-V12-14-page3.txt: [('-', ''), ('ev-', 'ev')]
SUW19180404-V12-14-page5.txt: [('experi-', 'experi'), ('-', '')]
SUW19180404-V12-14-page7.txt: [('-', '')]
SUW19180404-V12-14-page8.txt: [('-', '')]
SUW19180411-V12-15-page1.txt: [('--Selectiet', '-Selectiet')]
SUW19180411-V12-15-page3.txt: [('well.-', 'well.'), ("-hour'", "hour'")]
SUW19180411-V12-15-page4.txt: [('-', '')]
SUW19180411-V12-15-page5.txt: [('or-', 'or')]
SUW19180411-V12-15-page7.txt: [('Jack-', 'Jack')]
SUW19180418-V12-16-page2.txt: [('ordersamount-', 'ordersamount'), ('-', ''), ('world-beat-', 'world-beat')]
SUW19180418-V12-16-page4.txt: [('-ago', 'ago'), ('-factory', 'factory')]
SUW19180418-V12-16-page5.txt: [('-cent-a-week', 'cent-a-week')]
SUW19180418-V12-16-page6.txt: [('-', '')]
SUW19180418-V12-16-page7.txt: [('-', '')]
SUW19180418-V12-16-page8.txt: [('-.', '.')]
SUW19180425-V12-17-page1.txt: [('Har-', 'Har')]
SUW19180425-V12-17-page2.txt: [('Secretary-', 'Secretary')]
SUW19180425-V12-17-page3.txt: [('--', '-'), ('-take', 'take')]
SUW19180425-V12-17-page4.txt: [('-on-', 'on-')]
SUW19180425-V12-17-page5.txt: [('class-', 'class'), ('-', ''), ('-', '')]
SUW19180425-V12-17-page6.txt: [('-', '')]
SUW19180425-V12-17-page7.txt: [('-', ''), ('--', '-')]
SUW19180425-V12-17-page8.txt: [('-Published', 'Published'), ('illustrated--', 'illustrated-')]
SUW19180502-V12-18-page1.txt: [('-', '')]
SUW19180502-V12-18-page2.txt: [('Father."-', 'Father."')]
SUW19180502-V12-18-page4.txt: [('Star-', 'Star')]
SUW19180502-V12-18-page5.txt: [('U-', 'U'), ('canvass-', 'canvass')]
SUW19180502-V12-18-page7.txt: [('-', '')]
SUW19180502-V12-18-page8.txt: [('--', '-')]
SUW19180509-V12-19-page2.txt: [('meet-', 'meet'), ('concern-', 'concern')]
SUW19180509-V12-19-page6.txt: [('for-', 'for'), ('morn-', 'morn')]
SUW19180509-V12-19-page7.txt: [('Hurlbutt-', 'Hurlbutt')]
SUW19180509-V12-19-page8.txt: [('--Anon.', '-Anon.'), ('--If', '-If')]
SUW19180513-V12-20-page2.txt: [('SUBSCRIP-', 'SUBSCRIP')]
SUW19180513-V12-20-page3.txt: [('comma-', 'comma'), ('-', '')]
SUW19180513-V12-20-page6.txt: [('-', '')]
SUW19180513-V12-20-page8.txt: [('--If', '-If')]
SUW19180523-V12-21-page2.txt: [('-', ''), ('-', '')]
SUW19180523-V12-21-page3.txt: [('---A', '--A'), ('Certificate---', 'Certificate--')]
SUW19180523-V12-21-page4.txt: [("'Com-", "'Com"), ('-', '')]
SUW19180523-V12-21-page5.txt: [('-annual', 'annual'), ('---', '--'), ('-----J', '----J')]
SUW19180523-V12-21-page6.txt: [('depart-', 'depart'), ('-', '')]
SUW19180523-V12-21-page7.txt: [('-I', 'I')]
SUW19180523-V12-21-page8.txt: [('-Entered', 'Entered')]
SUW19180530-V12-22-page3.txt: [('-', ''), ('deliv-', 'deliv')]
SUW19180530-V12-22-page8.txt: [('encourage-', 'encourage')]
SUW19180606-V12-23-page1.txt: [('scholar-', 'scholar')]
SUW19180606-V12-23-page2.txt: [('ac-', 'ac'), ('--', '-')]
SUW19180606-V12-23-page3.txt: [('-of', 'of'), ('-', ''), ('-Schools.', 'Schools.')]
SUW19180606-V12-23-page5.txt: [('-', ''), ('-', '')]
SUW19180606-V12-23-page6.txt: [('Sep-', 'Sep'), ('Mc-', 'Mc')]
SUW19180606-V12-23-page7.txt: [('-this', 'this')]
SUW19180613-V12-24-page1.txt: [('-deal', 'deal'), ('-cent', 'cent')]
SUW19180613-V12-24-page2.txt: [('-Volume', 'Volume'), ('-volume', 'volume'), ('-volume', 'volume')]
SUW19180613-V12-24-page3.txt: [('la-', 'la')]
SUW19180613-V12-24-page5.txt: [('assort-', 'assort')]
SUW19180613-V12-24-page6.txt: [('WORK-', 'WORK'), ('-----J', '----J')]
SUW19180613-V12-24-page7.txt: [('-and', 'and')]
SUW19180613-V12-24-page8.txt: [('-of', 'of')]
SUW19180620-V12-25-page1.txt: [('adequate-', 'adequate'), ('what-', 'what'), ('what-', 'what'), ('what-', 'what')]
SUW19180620-V12-25-page3.txt: [('-', '')]
SUW19180620-V12-25-page4.txt: [('-mile', 'mile')]
SUW19180620-V12-25-page5.txt: [('-', '')]
SUW19180627-V12-26-page1.txt: [('-', ''), ('-however', 'however')]
SUW19180627-V12-26-page4.txt: [('en-', 'en')]
SUW19180627-V12-26-page5.txt: [('Star-', 'Star'), ('-', ''), ('-', '')]
SUW19180627-V12-26-page6.txt: [('Montgom-', 'Montgom')]
SUW19180627-V12-26-page7.txt: [('-foot', 'foot'), ('.-', '.')]
SUW19180627-V12-26-page8.txt: [('Mon-', 'Mon')]
SUW19180704-V12-27-page1.txt: [('fi-', 'fi')]
SUW19180704-V12-27-page2.txt: [('--------', '-------')]
SUW19180704-V12-27-page3.txt: [('-', ''), ('-', '')]
SUW19180704-V12-27-page4.txt: [('-', ''), ('him-', 'him')]
SUW19180704-V12-27-page5.txt: [('Wil-', 'Wil'), ('-year-old', 'year-old')]
SUW19180704-V12-27-page6.txt: [('--rnCONFERENCE', '-rnCONFERENCE'), ('-----', '----')]
SUW19180711-V12-28-page2.txt: [('Associ-', 'Associ'), ('Pyor-', 'Pyor')]
SUW19180711-V12-28-page3.txt: [('-', ''), ('--m--a', '-m--a')]
SUW19180711-V12-28-page5.txt: [('-', ''), ('-----', '----'), ('Camp-', 'Camp')]
SUW19180711-V12-28-page6.txt: [('-Being', 'Being'), ('Mis-', 'Mis')]
SUW19180711-V12-28-page8.txt: [('-', ''), ('-grade', 'grade')]
SUW19180718-V12-29-page1.txt: [('--Edgar', '-Edgar')]
SUW19180718-V12-29-page3.txt: [('-meetings', 'meetings')]
SUW19180718-V12-29-page4.txt: [('anoth-', 'anoth'), ('-', ''), ('-', '')]
SUW19180718-V12-29-page5.txt: [('-I.', 'I.')]
SUW19180718-V12-29-page6.txt: [('"--------', '"-------'), ('-', ''), ('-', ''), ('-', ''), ('paper---', 'paper--')]
SUW19180725-V12-30-page1.txt: [('-', ''), ('--', '-'), ('-', '')]
SUW19180725-V12-30-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19180725-V12-30-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('re--', 're-'), ('the-', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.First.Twelve', '.First.Twelve'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19180725-V12-30-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19180725-V12-30-page5.txt: [('-', ''), ('-.', '.'), ('Drill-', 'Drill'), ('-', ''), ('-', ''), ('Year--', 'Year-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Year-', 'Year'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('held-', 'held'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Y', 'Y'), ('-grt', 'grt'), ('-', ''), ('-', ''), ('-', '')]
SUW19180725-V12-30-page6.txt: [('-', ''), ('-', ''), ('Cr-', 'Cr')]
SUW19180725-V12-30-page8.txt: [('-', ''), ('-Allen', 'Allen')]
SUW19180801-V12-31-page1.txt: [('-', '')]
SUW19180801-V12-31-page2.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19180801-V12-31-page3.txt: [('---u-', '--u-'), ('-Your', 'Your'), ('-', '')]
SUW19180801-V12-31-page4.txt: [('-', '')]
SUW19180801-V12-31-page6.txt: [('Tri-', 'Tri'), ('-', '')]
SUW19180801-V12-31-page7.txt: [('Unions---', 'Unions--')]
SUW19180808-V12-32-page2.txt: [('recommended-', 'recommended')]
SUW19180808-V12-32-page3.txt: [('re--', 're-')]
SUW19180808-V12-32-page4.txt: [('-', ''), ('dray-', 'dray'), ('--total', '-total')]
SUW19180808-V12-32-page5.txt: [('pen-', 'pen')]
SUW19180808-V12-32-page7.txt: [('-', ''), ('-', '')]
SUW19180815-V12-33-page1.txt: [('-', ''), ('-the', 'the')]
SUW19180815-V12-33-page3.txt: [('-', ''), ('-', '')]
SUW19180815-V12-33-page4.txt: [('---', '--'), ('-', ''), ('-', ''), ('-', '')]
SUW19180815-V12-33-page5.txt: [('-', ''), ('.-', '.')]
SUW19180815-V12-33-page6.txt: [('-foot', 'foot')]
SUW19180815-V12-33-page7.txt: [('Sep-', 'Sep'), ('-', ''), ('Dip-', 'Dip'), ('.-', '.')]
SUW19180815-V12-33-page8.txt: [('Staines-', 'Staines'), ('College-', 'College')]
SUW19180822-V12-34-page2.txt: [('pro-', 'pro'), ("-----'", "----'"), ('se-', 'se'), ('coun-', 'coun'), ('-', ''), ('......-', '......'), ('-', ''), ('-', ''), ('--', '-'), ('---', '--'), ('-', ''), ('--', '-')]
SUW19180822-V12-34-page3.txt: [('-bite', 'bite')]
SUW19180822-V12-34-page4.txt: [('answer-', 'answer'), ('-within', 'within'), ('sun-', 'sun')]
SUW19180822-V12-34-page5.txt: [('teach-', 'teach')]
SUW19180822-V12-34-page6.txt: [('-baud.', 'baud.'), ('deliver-', 'deliver')]
SUW19180822-V12-34-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19180822-V12-34-page8.txt: [('-', '')]
SUW19180829-V12-35-page1.txt: [('pre-', 'pre')]
SUW19180829-V12-35-page3.txt: [('-', ''), ('-', '')]
SUW19180829-V12-35-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('Mc-', 'Mc')]
SUW19180829-V12-35-page6.txt: [('WORK-', 'WORK'), ('this-', 'this'), ('Sister-', 'Sister')]
SUW19180829-V12-35-page8.txt: [('-', '')]
SUW19180905-V12-36-page1.txt: [('.-', '.')]
SUW19180905-V12-36-page2.txt: [('-', ''), ('-', ''), ('consider-', 'consider')]
SUW19180905-V12-36-page3.txt: [('PUBLI-', 'PUBLI'), ('-for', 'for')]
SUW19180905-V12-36-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19180905-V12-36-page5.txt: [('.-', '.'), ('-', '')]
SUW19180905-V12-36-page6.txt: [('-', '')]
SUW19180905-V12-36-page7.txt: [('meet-', 'meet'), ('-nu-', 'nu-'), ('-', ''), ('ser-', 'ser'), ('-', '')]
SUW19180912-V12-37-page1.txt: [('-of', 'of')]
SUW19180912-V12-37-page3.txt: [('-', ''), ('-', '')]
SUW19180912-V12-37-page4.txt: [('ser-', 'ser')]
SUW19180912-V12-37-page6.txt: [('Jew-', 'Jew'), ('-', ''), ('-', ''), ('-', '')]
SUW19180912-V12-37-page7.txt: [('pres-', 'pres')]
SUW19180912-V12-37-page8.txt: [('South-', 'South'), ('Confer-', 'Confer'), ('arri-', 'arri'), ('campmeet-', 'campmeet'), ('Col-', 'Col'), ('Septem-', 'Septem'), ('as-', 'as'), ('edi-', 'edi')]
SUW19180919-V12-38-page2.txt: [('-', ''), ('-some', 'some'), ('.-', '.'), ('--I', '-I'), ('-', ''), ('t-', 't'), ('-e', 'e'), ('-', '')]
SUW19180919-V12-38-page3.txt: [('-schools', 'schools')]
SUW19180919-V12-38-page5.txt: [('con-', 'con'), ('-SOUTHERN', 'SOUTHERN'), ('help-', 'help'), ('ex-', 'ex'), ('-', '')]
SUW19180919-V12-38-page6.txt: [('-----J', '----J'), ('co-', 'co'), ('-have', 'have')]
SUW19180919-V12-38-page7.txt: [('Miss-', 'Miss'), ('-Anon.', 'Anon.')]
SUW19180919-V12-38-page8.txt: [('Euro-', 'Euro')]
SUW19180926-V12-39-page2.txt: [('-Be', 'Be'), ('your-', 'your')]
SUW19180926-V12-39-page3.txt: [('-', ''), ('----', '---')]
SUW19180926-V12-39-page4.txt: [('exterior--', 'exterior-'), ('-there', 'there'), ('su.-', 'su.'), ('-', '')]
SUW19180926-V12-39-page5.txt: [('footman.-', 'footman.'), ('-', ''), ('-', ''), ('-Ruth', 'Ruth')]
SUW19180926-V12-39-page8.txt: [('-', '')]
SUW19181010-V12-41-page1.txt: [('-', ''), ('Soc-', 'Soc'), ('bdoks-', 'bdoks')]
SUW19181010-V12-41-page2.txt: [('WORK-', 'WORK'), ('-', '')]
SUW19181010-V12-41-page3.txt: [('soul--', 'soul-'), ('re-', 're'), ('-pay', 'pay')]
SUW19181010-V12-41-page4.txt: [('won-', 'won'), ('coo-', 'coo')]
SUW19181010-V12-41-page5.txt: [('Huributt-', 'Huributt'), ('-I', 'I'), ('Corr.-', 'Corr.'), ('-', ''), ('Sec-', 'Sec'), ('-How', 'How')]
SUW19181010-V12-41-page6.txt: [('be-', 'be'), ('-t-ween', 't-ween')]
SUW19181010-V12-41-page7.txt: [('-', '')]
SUW19181010-V12-41-page8.txt: [('-', ''), ('-A', 'A')]
SUW19181017-V12-42-page1.txt: [('-meeting', 'meeting')]
SUW19181017-V12-42-page2.txt: [('in-', 'in'), ('-', ''), ('-training', 'training')]
SUW19181017-V12-42-page3.txt: [('-less', 'less'), ('-', ''), ('-', ''), ('-', '')]
SUW19181017-V12-42-page4.txt: [('Con-', 'Con')]
SUW19181017-V12-42-page5.txt: [('-', ''), ('-', ''), ('-January', 'January'), ('-', ''), ('-February', 'February'), ('-', ''), ('-March', 'March'), ('-S.E.', 'S.E.'), ('success.-', 'success.'), ('pioneer.-', 'pioneer.'), ('.-', '.'), ('-', '')]
SUW19181017-V12-42-page6.txt: [('--', '-')]
SUW19181017-V12-42-page7.txt: [('Hurlbutt-', 'Hurlbutt'), ('-', ''), ('-A', 'A'), ('immediate-', 'immediate')]
SUW19181017-V12-42-page8.txt: [('-"Daniel"', '"Daniel"'), ('WORK-', 'WORK')]
SUW19181024-V12-43-page1.txt: [('-', '')]
SUW19181024-V12-43-page2.txt: [('WORK-', 'WORK')]
SUW19181024-V12-43-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('opportu-', 'opportu')]
SUW19181024-V12-43-page5.txt: [('-Louisiana', 'Louisiana'), ('-', ''), ('-', ''), ('-January', 'January'), ('-', ''), ('-February', 'February'), ('-', ''), ('-March', 'March')]
SUW19181024-V12-43-page6.txt: [('-m.t', 'm.t'), ('Mis-', 'Mis')]
SUW19181024-V12-43-page8.txt: [('-', ''), ('t-', 't')]
SUW19181031-V12-44-page2.txt: [('-', ''), ('-', ''), ('-Many', 'Many')]
SUW19181031-V12-44-page3.txt: [('-', '')]
SUW19181031-V12-44-page4.txt: [('faith-', 'faith')]
SUW19181031-V12-44-page5.txt: [('-', ''), ('-', ''), ('-January', 'January'), ('-', ''), ('-February', 'February'), ('-', ''), ('-March', 'March'), ('-', '')]
SUW19181031-V12-44-page6.txt: [('Coopers-', 'Coopers'), ('-', ''), ('-was', 'was'), ('--', '-')]
SUW19181031-V12-44-page7.txt: [('-', '')]
SUW19181031-V12-44-page8.txt: [('-', ''), ('WORK-', 'WORK')]
SUW19181107-V12-45-page1.txt: [('fellow-', 'fellow')]
SUW19181107-V12-45-page4.txt: [('-', '')]
SUW19181107-V12-45-page5.txt: [('-', ''), ('-', ''), ('-January', 'January'), ('-February', 'February'), ('-', ''), ('-March', 'March')]
SUW19181107-V12-45-page6.txt: [('-', ''), ('es-', 'es')]
SUW19181107-V12-45-page7.txt: [('indi-', 'indi')]
SUW19181107-V12-45-page8.txt: [('-G.', 'G.'), ('-lust', 'lust')]
SUW19181114-V12-46-page2.txt: [('coun-', 'coun')]
SUW19181114-V12-46-page3.txt: [('-', '')]
SUW19181114-V12-46-page4.txt: [('-----', '----')]
SUW19181114-V12-46-page5.txt: [('.-', '.'), ('-', ''), ('-', ''), ('-January', 'January'), ('-', ''), ('-February', 'February'), ('-', ''), ('-March', 'March')]
SUW19181114-V12-46-page6.txt: [('--Fred', '-Fred'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19181114-V12-46-page8.txt: [('Three-', 'Three')]
SUW19181121-V12-47-page1.txt: [('-', '')]
SUW19181121-V12-47-page2.txt: [('-', ''), ('Czecho-', 'Czecho')]
SUW19181121-V12-47-page5.txt: [('-', '')]
SUW19181121-V12-47-page6.txt: [('subscrip-', 'subscrip'), ('-', ''), ('-', '')]
SUW19181121-V12-47-page7.txt: [('-', ''), ('-', ''), ('--"', '-"'), ('en-', 'en'), ('--', '-')]
SUW19181121-V12-47-page8.txt: [('-', ''), ('"-', '"'), ('Mission-', 'Mission'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19181128-V12-48-page2.txt: [('--the', '-the'), ('-', '')]
SUW19181128-V12-48-page3.txt: [('-ay', 'ay')]
SUW19181128-V12-48-page4.txt: [('-', ''), ('CONFERENCE-', 'CONFERENCE')]
SUW19181128-V12-48-page5.txt: [('-----', '----')]
SUW19181128-V12-48-page6.txt: [('-n', 'n'), ('------', '-----')]
SUW19181128-V12-48-page8.txt: [('f-', 'f'), ('Staines-', 'Staines'), ('WORK-', 'WORK')]
SUW19181205-V12-49-page2.txt: [('----', '---')]
SUW19181205-V12-49-page3.txt: [('-', ''), ('.-', '.'), ('.-', '.')]
SUW19181205-V12-49-page4.txt: [('-', ''), ('NOTICE-', 'NOTICE'), ('CONFERENCE-', 'CONFERENCE')]
SUW19181205-V12-49-page6.txt: [('WANTED-', 'WANTED'), ('...........................--', '...........................-')]
SUW19181205-V12-49-page7.txt: [('--', '-')]
SUW19181205-V12-49-page8.txt: [('-iiimmalimulournoromiimmnoimurniEmov.', 'iiimmalimulournoromiimmnoimurniEmov.')]
SUW19181212-V12-50-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19181212-V12-50-page5.txt: [('run-', 'run')]
SUW19181212-V12-50-page6.txt: [('-', '')]
SUW19181212-V12-50-page7.txt: [('devasta-', 'devasta'), ('--', '-'), ('-', '')]
SUW19190109-V13-03-page1.txt: [('-', ''), ('--', '-')]
SUW19190109-V13-03-page2.txt: [('-', ''), ('chil-', 'chil')]
SUW19190109-V13-03-page3.txt: [('-', ''), ('L.-mu-', 'L.-mu'), ('--', '-')]
SUW19190109-V13-03-page4.txt: [('-', '')]
SUW19190109-V13-03-page5.txt: [('-----', '----'), ('-', ''), ('colpor-', 'colpor')]
SUW19190109-V13-03-page6.txt: [('.-', '.'), ('-', '')]
SUW19190109-V13-03-page7.txt: [('.-', '.'), ('Life-', 'Life'), ('-', '')]
SUW19190109-V13-03-page8.txt: [('Ingath-', 'Ingath'), ('LOUISIANA--', 'LOUISIANA-')]
SUW19190116-V13-04-page1.txt: [('-', '')]
SUW19190116-V13-04-page3.txt: [('la-', 'la'), ('-borers', 'borers'), ('re-', 're'), ('-member', 'member'), ('-', '')]
SUW19190116-V13-04-page4.txt: [('-', ''), ('.-', '.')]
SUW19190116-V13-04-page5.txt: [('-taking', 'taking'), ('-which', 'which')]
SUW19190116-V13-04-page7.txt: [('-the', 'the'), ('--Why', '-Why'), ('-to', 'to'), ('-', '')]
SUW19190116-V13-04-page8.txt: [('Truth.-', 'Truth.'), ('Mac-', 'Mac')]
SUW19190123-V13-05-page1.txt: [('Vol-', 'Vol')]
SUW19190123-V13-05-page2.txt: [('-it', 'it')]
SUW19190123-V13-05-page4.txt: [('-those', 'those'), ('-', ''), ('--MinneapolisJournal.', '-MinneapolisJournal.'), ('Star-', 'Star')]
SUW19190123-V13-05-page5.txt: [('--Selected.', '-Selected.')]
SUW19190123-V13-05-page6.txt: [('Secre-', 'Secre'), ('-------', '------')]
SUW19190123-V13-05-page8.txt: [('-', ''), ('.-', '.')]
SUW19190130-V13-06-page1.txt: [('-may', 'may'), ('world-', 'world'), ('educe-', 'educe')]
SUW19190130-V13-06-page2.txt: [('-', '')]
SUW19190130-V13-06-page3.txt: [('-', ''), ('-', ''), ('-these', 'these'), ('de-', 'de')]
SUW19190130-V13-06-page4.txt: [('-She', 'She')]
SUW19190130-V13-06-page5.txt: [('-campaign', 'campaign'), ('Solliday-', 'Solliday'), ('Mau-', 'Mau'), ('-Seibrt', 'Seibrt'), ('-Grimes', 'Grimes'), ('...MOttsrtaw-', '...MOttsrtaw'), ('-', ''), ('-Schedule', 'Schedule'), ('-Feb.', 'Feb.'), ('-Feb', 'Feb'), ('-Mar.', 'Mar.')]
SUW19190130-V13-06-page7.txt: [('-under', 'under')]
SUW19190130-V13-06-page8.txt: [('South-', 'South'), ('examina-', 'examina')]
SUW19190206-V13-07-page3.txt: [('-Sister', 'Sister')]
SUW19190206-V13-07-page4.txt: [('-', '')]
SUW19190206-V13-07-page5.txt: [('.--', '.-'), ('-.--J', '.--J')]
SUW19190206-V13-07-page7.txt: [('-', ''), ('Messen-', 'Messen'), ('in-', 'in')]
SUW19190206-V13-07-page8.txt: [('-inspection', 'inspection'), ('in-', 'in')]
SUW19190213-V13-08-page1.txt: [('-to', 'to'), ('task-', 'task')]
SUW19190213-V13-08-page2.txt: [('Wil-', 'Wil'), ('collec-', 'collec')]
SUW19190213-V13-08-page3.txt: [('fromin-', 'fromin'), ('Insti-', 'Insti'), ('-pray', 'pray'), ('-', '')]
SUW19190213-V13-08-page5.txt: [('gotelst-', 'gotelst'), ('-I', 'I'), ('-inestimable', 'inestimable'), ('-betiefit', 'betiefit'), ('-', '')]
SUW19190213-V13-08-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19190213-V13-08-page7.txt: [('-existence', 'existence')]
SUW19190213-V13-08-page8.txt: [('-', ''), ('Seventh-', 'Seventh')]
SUW19190220-V13-09-page1.txt: [('reach-', 'reach'), ('dis-', 'dis')]
SUW19190220-V13-09-page3.txt: [('-', ''), ('tour-', 'tour')]
SUW19190220-V13-09-page5.txt: [('Mc-', 'Mc')]
SUW19190220-V13-09-page7.txt: [('prodi-', 'prodi')]
SUW19190220-V13-09-page8.txt: [('-', '')]
SUW19190227-V13-10-page1.txt: [('-Mrs.', 'Mrs.'), ('Avery-', 'Avery'), ('--Franklin', '-Franklin')]
SUW19190227-V13-10-page2.txt: [('--', '-'), ('Mc-', 'Mc')]
SUW19190227-V13-10-page3.txt: [('-', ''), ('-having', 'having')]
SUW19190227-V13-10-page5.txt: [('-taken', 'taken'), ('-daughter', 'daughter'), ('re-', 're'), ('-quested', 'quested'), ('-children', 'children'), ('De-', 'De'), ('-cember', 'cember'), ('inter-', 'inter'), ('ex-', 'ex'), ('-as', 'as'), ('-crowded', 'crowded')]
SUW19190227-V13-10-page7.txt: [('-skeletons', 'skeletons'), ('-and', 'and'), ('-Southern', 'Southern'), ('-eggs', 'eggs'), ('-is', 'is'), ('-who', 'who'), ('-construction', 'construction'), ('-who', 'who'), ('-a', 'a'), ('-on', 'on'), ('-and', 'and'), ('cereal-', 'cereal'), ('-oil-green', 'oil-green'), ('veg-', 'veg'), ('-etarian', 'etarian'), ('-done', 'done'), ('-', ''), ('-', ''), ('-in', 'in'), ('-', ''), ('-at', 'at')]
SUW19190227-V13-10-page8.txt: [('vis-', 'vis'), ('J-', 'J')]
SUW19190306-V13-11-page2.txt: [('re-', 're'), ('im-', 'im')]
SUW19190306-V13-11-page3.txt: [('---', '--'), ('peopic-', 'peopic')]
SUW19190306-V13-11-page4.txt: [('.-', '.')]
SUW19190306-V13-11-page5.txt: [('-and', 'and'), ('-', '')]
SUW19190306-V13-11-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19190306-V13-11-page7.txt: [('-God', 'God'), ('-', ''), ('-', ''), ('wide-', 'wide'), ('-other', 'other')]
SUW19190313-V13-12-page2.txt: [('Lock-', 'Lock')]
SUW19190313-V13-12-page4.txt: [('-', '')]
SUW19190313-V13-12-page5.txt: [('-----J', '----J'), ('-', '')]
SUW19190313-V13-12-page7.txt: [('-God', 'God'), ('-apostles', 'apostles'), ('-', '')]
SUW19190313-V13-12-page8.txt: [('-Private', 'Private'), ('-', ''), ('light-', 'light'), ('Bunce-', 'Bunce')]
SUW19190320-V13-13-page1.txt: [('thecorn-', 'thecorn'), ("Lord's-", "Lord's"), ('-', ''), ('of-', 'of'), ('-the', 'the')]
SUW19190320-V13-13-page2.txt: [('------...', '-----...')]
SUW19190320-V13-13-page3.txt: [('Har-', 'Har')]
SUW19190320-V13-13-page4.txt: [("-'ENDING'", "'ENDING'"), ('Con-', 'Con'), ('-.', '.'), ('Star-', 'Star'), ('-E', 'E'), ('Star-', 'Star')]
SUW19190320-V13-13-page5.txt: [('-Chas', 'Chas'), ('-', ''), ('-canvassing.', 'canvassing.'), ('-wrong', 'wrong'), ('al-', 'al'), ('-Mrs', 'Mrs'), ('-regular-price', 'regular-price'), ('-', ''), ('-volpmea', 'volpmea'), ('-', ''), ('Branch-', 'Branch'), ('-', '')]
SUW19190320-V13-13-page6.txt: [('-and', 'and'), ('privi-', 'privi'), ('----F', '---F')]
SUW19190320-V13-13-page7.txt: [('-the', 'the'), ('Seventh-', 'Seventh'), ('-day', 'day'), ('Life-', 'Life'), ('burying-', 'burying'), ('-', ''), ('-the', 'the'), ('-', ''), ('-J.', 'J.'), ('-.', '.')]
SUW19190320-V13-13-page8.txt: [('Union-', 'Union'), ('-President.', 'President.')]
SUW19190327-V13-14-page1.txt: [('-or', 'or'), ('-on', 'on')]
SUW19190327-V13-14-page3.txt: [('-', ''), ('-', '')]
SUW19190327-V13-14-page4.txt: [('-', ''), ('appre-', 'appre')]
SUW19190327-V13-14-page6.txt: [('-', '')]
SUW19190327-V13-14-page8.txt: [('-', '')]
SUW19190403-V13-15-page1.txt: [('-', ''), ("'right-", "'right"), ('Christ-', 'Christ'), ('God-', 'God'), ('-is', 'is'), ('-that', 'that'), ('needs-', 'needs'), ('entireconforrni-', 'entireconforrni')]
SUW19190403-V13-15-page3.txt: [('-applied', 'applied')]
SUW19190403-V13-15-page4.txt: [('Lou-', 'Lou'), ('-REPORT', 'REPORT')]
SUW19190403-V13-15-page5.txt: [('--BR', '-BR'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('be-', 'be')]
SUW19190403-V13-15-page6.txt: [('-', '')]
SUW19190403-V13-15-page7.txt: [('of-', 'of')]
SUW19190410-V13-16-page2.txt: [('-', ''), ('stu-', 'stu')]
SUW19190410-V13-16-page3.txt: [('-', '')]
SUW19190410-V13-16-page4.txt: [('U-m---', 'U-m--'), ('Tithe-', 'Tithe')]
SUW19190410-V13-16-page5.txt: [('-', '')]
SUW19190410-V13-16-page6.txt: [('-', '')]
SUW19190410-V13-16-page7.txt: [('.-', '.'), ('omit-', 'omit')]
SUW19190410-V13-16-page8.txt: [('-', ''), ('-', ''), ('be-', 'be')]
SUW19190417-V13-17-page2.txt: [('-us', 'us'), ('-Eunice', 'Eunice'), ('-Mary', 'Mary'), ('-Julia', 'Julia'), ('-Robert', 'Robert'), ('-', '')]
SUW19190417-V13-17-page3.txt: [('-', ''), ('-to', 'to')]
SUW19190417-V13-17-page4.txt: [('-', '')]
SUW19190417-V13-17-page6.txt: [('-', '')]
SUW19190417-V13-17-page7.txt: [('-', '')]
SUW19190417-V13-17-page8.txt: [('Charles-', 'Charles')]
SUW19190424-V13-18-page2.txt: [('-and', 'and')]
SUW19190424-V13-18-page3.txt: [('-', '')]
SUW19190424-V13-18-page6.txt: [('-', ''), ('Star-', 'Star'), ('Star-', 'Star')]
SUW19190424-V13-18-page7.txt: [('-', ''), ('Star-', 'Star'), ('Broth-', 'Broth')]
SUW19190501-V13-19-page1.txt: [('linger--', 'linger-'), ('-', ''), ('"pat"-', '"pat"')]
SUW19190501-V13-19-page2.txt: [('pa-', 'pa')]
SUW19190501-V13-19-page3.txt: [('pro-', 'pro'), ('re-', 're'), ('--the', '-the'), ('to-', 'to')]
SUW19190501-V13-19-page5.txt: [('-', ''), ('-', '')]
SUW19190501-V13-19-page6.txt: [('-if', 'if')]
SUW19190501-V13-19-page7.txt: [('-C', 'C'), ('Colo.-', 'Colo.')]
SUW19190501-V13-19-page8.txt: [('-', '')]
SUW19190508-V13-20-page1.txt: [('.-', '.'), ('soon-', 'soon')]
SUW19190508-V13-20-page2.txt: [('----', '---')]
SUW19190508-V13-20-page3.txt: [('-', ''), ('-', ''), ('prog-', 'prog'), ('-', '')]
SUW19190508-V13-20-page5.txt: [('-', ''), ('sub-', 'sub')]
SUW19190515-V13-21-page1.txt: [('-', ''), ('-July', 'July'), ('re-', 're'), ('-here', 'here'), ('-he', 'he'), ("-'", "'"), ('-I', 'I'), ('mat-', 'mat'), ('had-op-', 'had-op'), ('-', '')]
SUW19190515-V13-21-page2.txt: [('-', ''), ('-white', 'white'), ('.-', '.'), ('------J', '-----J')]
SUW19190515-V13-21-page3.txt: [('out-', 'out'), ('-The', 'The'), ('-books', 'books'), ('-Sabbath', 'Sabbath'), ('-', ''), ('thecol-', 'thecol'), ('-', ''), ('-ElkWood', 'ElkWood'), ("-HomeDe'ut", "HomeDe'ut"), ('-', ''), ('-', ''), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ("--'", "-'"), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19190515-V13-21-page4.txt: [('Mrs--', 'Mrs-'), ('-', ''), ('-', '')]
SUW19190515-V13-21-page5.txt: [('-', ''), ('O-', 'O'), ('-', ''), ('-', ''), ('-Treece', 'Treece'), ("-'", "'"), ('-', ''), ('-', ''), ('Cramer-', 'Cramer'), ('-Ortmeier', 'Ortmeier')]
SUW19190515-V13-21-page6.txt: [('-', ''), ('Brother-', 'Brother'), ('-and-Ora', 'and-Ora'), ('-', ''), ('Van-', 'Van'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19190515-V13-21-page7.txt: [('-John', 'John'), ('McGee-', 'McGee'), ('-GC', 'GC'), ('-', ''), ('-Hughes', 'Hughes'), ('-', ''), ('-them', 'them'), ('i-', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-July.', 'July.'), ('-', ''), ('-', ''), ('-', ''), ('eat-', 'eat')]
SUW19190515-V13-21-page8.txt: [('-', ''), ('-', ''), ('Secretary-', 'Secretary'), ('-friends', 'friends'), ('-John', 'John'), ('ad-', 'ad'), ('try-', 'try')]
SUW19190522-V13-22-page1.txt: [('-', ''), ('-July', 'July')]
SUW19190522-V13-22-page2.txt: [('-', ''), ('request-', 'request'), ('to-', 'to'), ('stu-', 'stu')]
SUW19190522-V13-22-page3.txt: [('Mis-', 'Mis'), ('-', ''), ('-handed', 'handed'), ('pre-', 'pre'), ('-have', 'have')]
SUW19190522-V13-22-page4.txt: [('-', ''), ('-', '')]
SUW19190522-V13-22-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-selling', 'selling')]
SUW19190522-V13-22-page6.txt: [('-x-', 'x-'), ('to-', 'to')]
SUW19190522-V13-22-page7.txt: [('book.-', 'book.'), ('-', ''), ('-to', 'to'), ('exceed-', 'exceed')]
SUW19190522-V13-22-page8.txt: [('-and', 'and'), ('-', ''), ('-July', 'July')]
SUW19190529-V13-23-page1.txt: [('-', ''), ('-July', 'July'), ('-cent', 'cent')]
SUW19190529-V13-23-page2.txt: [('Mission-', 'Mission')]
SUW19190529-V13-23-page3.txt: [('-for', 'for')]
SUW19190529-V13-23-page4.txt: [('-', '')]
SUW19190529-V13-23-page5.txt: [('Sab-', 'Sab')]
SUW19190529-V13-23-page6.txt: [('-', '')]
SUW19190529-V13-23-page7.txt: [('or-', 'or'), ('-and', 'and')]
SUW19190529-V13-23-page8.txt: [('Truth-', 'Truth'), ('pro-', 'pro')]
SUW19190605-V13-24-page1.txt: [('-', ''), ('-July', 'July')]
SUW19190605-V13-24-page4.txt: [('-', '')]
SUW19190605-V13-24-page5.txt: [('-G', 'G')]
SUW19190605-V13-24-page7.txt: [('-endeavoring', 'endeavoring'), ('re-', 're'), ('-claimed', 'claimed'), ('Evangelists-', 'Evangelists')]
SUW19190605-V13-24-page8.txt: [('-', ''), ('as-', 'as')]
SUW19190612-V13-25-page1.txt: [('-', ''), ('-July', 'July')]
SUW19190612-V13-25-page2.txt: [('I-', 'I'), ('-', ''), ('minis-', 'minis'), ('offering-', 'offering'), ('Society-', 'Society')]
SUW19190612-V13-25-page3.txt: [('-', ''), ('-', ''), ('I-', 'I'), ('----', '---')]
SUW19190612-V13-25-page7.txt: [('ex-', 'ex')]
SUW19190619-V13-26-page1.txt: [('-ft.', 'ft.')]
SUW19190619-V13-26-page2.txt: [('strenu-', 'strenu'), ('-We', 'We')]
SUW19190619-V13-26-page5.txt: [('-', '')]
SUW19190619-V13-26-page7.txt: [('-one', 'one')]
SUW19190619-V13-26-page8.txt: [('-office', 'office'), ('-July', 'July'), ('-July', 'July'), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', '')]
SUW19190626-V13-27-page1.txt: [('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', '')]
SUW19190626-V13-27-page2.txt: [('-', '')]
SUW19190626-V13-27-page6.txt: [('-', '')]
SUW19190626-V13-27-page7.txt: [('-John', 'John'), ('-S', 'S'), ('-Sister', 'Sister'), ('-us', 'us')]
SUW19190626-V13-27-page8.txt: [('-', ''), ('soul-win-', 'soul-win')]
SUW19190703-V13-28-page2.txt: [('do-', 'do')]
SUW19190703-V13-28-page5.txt: [('-', ''), ('-', '')]
SUW19190703-V13-28-page6.txt: [('-', '')]
SUW19190703-V13-28-page8.txt: [('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('Dormi-', 'Dormi'), ('breth-', 'breth'), ('-', '')]
SUW19190710-V13-29-page2.txt: [('-', '')]
SUW19190710-V13-29-page3.txt: [('-', ''), ('-', ''), ('-time.', 'time.'), ('-Stories', 'Stories')]
SUW19190710-V13-29-page4.txt: [('-', '')]
SUW19190710-V13-29-page5.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19190710-V13-29-page7.txt: [('grandmoth-', 'grandmoth')]
SUW19190710-V13-29-page8.txt: [('-that', 'that'), ('-', ''), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('SOUTH-', 'SOUTH'), ('WORK-', 'WORK')]
SUW19190717-V13-30-page1.txt: [('See-', 'See'), ('-', '')]
SUW19190717-V13-30-page2.txt: [('-push', 'push'), ('SALE-', 'SALE')]
SUW19190717-V13-30-page3.txt: [('-', '')]
SUW19190717-V13-30-page4.txt: [('-', '')]
SUW19190717-V13-30-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19190717-V13-30-page7.txt: [('-services.', 'services.'), ('-we', 'we'), ('-as', 'as'), ('-results', 'results'), ('-------', '------'), ('De-', 'De')]
SUW19190717-V13-30-page8.txt: [('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', '')]
SUW19190724-V13-31-page1.txt: [('-', '')]
SUW19190724-V13-31-page2.txt: [('-', '')]
SUW19190724-V13-31-page3.txt: [('-------', '------'), ('recent-', 'recent'), ('Elliott--', 'Elliott-'), ('----', '---'), ('can-', 'can'), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.')]
SUW19190724-V13-31-page4.txt: [('-', ''), ('-', '')]
SUW19190724-V13-31-page5.txt: [('-', ''), ('-', '')]
SUW19190724-V13-31-page6.txt: [('-', ''), ('---G.', '--G.')]
SUW19190724-V13-31-page7.txt: [('Coun-', 'Coun'), ('Sev-', 'Sev'), ('-entieth', 'entieth')]
SUW19190724-V13-31-page8.txt: [('A-', 'A')]
SUW19190807-V13-32-page1.txt: [('-', ''), ('-to', 'to'), ('-same', 'same'), ('-it', 'it')]
SUW19190807-V13-32-page2.txt: [('-', ''), ('-', '')]
SUW19190807-V13-32-page3.txt: [('-', ''), ('-September', 'September'), ('-Sovriecti', 'Sovriecti'), ('-', '')]
SUW19190807-V13-32-page5.txt: [('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('t-', 't'), ('-', ''), ('OD-', 'OD'), ('-', ''), ('-', ''), ('-', ''), ('Cooper-', 'Cooper'), ('-', ''), ('-', ''), ('-Sept.', 'Sept.'), ('-', '')]
SUW19190807-V13-32-page6.txt: [('-a-am-', 'a-am-'), ('t-', 't'), ('megribe-', 'megribe'), ('th-', 'th'), ('-', '')]
SUW19190807-V13-32-page7.txt: [('-wife', 'wife'), ('ice....--', 'ice....-'), ('--', '-'), ('Davis-', 'Davis')]
SUW19190807-V13-32-page8.txt: [("Sec'y-", "Sec'y"), ('Vt.-', 'Vt.'), ('-', ''), ('-', ''), ('-o', 'o')]
SUW19190814-V13-33-page1.txt: [('---', '--'), ('i-', 'i'), ('..A.-', '..A.')]
SUW19190814-V13-33-page3.txt: [('-', ''), ('-----', '----'), ('------J', '-----J')]
SUW19190814-V13-33-page4.txt: [('-', ''), ('t-', 't'), ('de-', 'de')]
SUW19190814-V13-33-page5.txt: [('-', '')]
SUW19190814-V13-33-page6.txt: [('-', ''), ('-', '')]
SUW19190814-V13-33-page7.txt: [('-', '')]
SUW19190814-V13-33-page8.txt: [('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('to-', 'to')]
SUW19190821-V13-34-page1.txt: [('SOUTH-', 'SOUTH'), ('-', ''), ('-Brother', 'Brother'), ('-page', 'page'), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', '')]
SUW19190821-V13-34-page2.txt: [('-', ''), ('bless-', 'bless'), ('-', '')]
SUW19190821-V13-34-page3.txt: [('Bordeaux-', 'Bordeaux')]
SUW19190821-V13-34-page4.txt: [('-Trip', 'Trip')]
SUW19190821-V13-34-page6.txt: [('-', '')]
SUW19190821-V13-34-page7.txt: [('Building-', 'Building'), ('-', '')]
SUW19190828-V13-35-page2.txt: [('-I', 'I'), ('-', ''), ('of-', 'of'), ('-', '')]
SUW19190828-V13-35-page3.txt: [('-', ''), ('-', '')]
SUW19190828-V13-35-page4.txt: [('-I', 'I'), ('I-', 'I'), ('--Aug.', '-Aug.'), ('-Aug.', 'Aug.')]
SUW19190828-V13-35-page5.txt: [('-', '')]
SUW19190828-V13-35-page6.txt: [('-wife', 'wife'), ('with--', 'with-'), ('present--', 'present-'), ('-and', 'and'), ('-', ''), ('-But', 'But'), ('-', ''), ('-t', 't')]
SUW19190828-V13-35-page7.txt: [('impor-', 'impor'), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('--I', '-I'), ('-e.t.rid', 'e.t.rid'), ('-', '')]
SUW19190828-V13-35-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('Spalding-', 'Spalding'), ('-', '')]
SUW19190904-V13-36-page3.txt: [('-F.', 'F.'), ('.-', '.')]
SUW19190904-V13-36-page5.txt: [('ENCE-', 'ENCE'), ('-', '')]
SUW19190904-V13-36-page6.txt: [('-----', '----')]
SUW19190904-V13-36-page7.txt: [('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', '')]
SUW19190904-V13-36-page8.txt: [('Train-', 'Train'), ('-', '')]
SUW19190911-V13-37-page3.txt: [('-', ''), ('-', ''), ('------', '-----'), ('---rnd', '--rnd')]
SUW19190911-V13-37-page5.txt: [('-', ''), ('Read-', 'Read')]
SUW19190911-V13-37-page7.txt: [('-"sky-scrapers"', '"sky-scrapers"'), ('-moment', 'moment')]
SUW19190911-V13-37-page8.txt: [('-', '')]
SUW19190918-V13-38-page1.txt: [('-us', 'us')]
SUW19190918-V13-38-page3.txt: [('-', ''), ('Pub-', 'Pub')]
SUW19190918-V13-38-page5.txt: [('min-', 'min')]
SUW19190918-V13-38-page6.txt: [('CUTLER-', 'CUTLER'), ('---', '--')]
SUW19190918-V13-38-page7.txt: [('won-', 'won'), ('-I', 'I'), ('-', '')]
SUW19190918-V13-38-page8.txt: [('-', ''), ('-', '')]
SUW19190925-V13-39-page2.txt: [('-', '')]
SUW19190925-V13-39-page3.txt: [('--', '-'), ('-', '')]
SUW19190925-V13-39-page4.txt: [('--', '-'), ('-zlay', 'zlay'), ('-.', '.')]
SUW19190925-V13-39-page5.txt: [('.-', '.')]
SUW19190925-V13-39-page6.txt: [('--Selected.', '-Selected.')]
SUW19190925-V13-39-page7.txt: [('-suffers', 'suffers'), ('-His', 'His')]
SUW19190925-V13-39-page8.txt: [('-', '')]
SUW19191002-V13-40-page1.txt: [('thecorre-', 'thecorre')]
SUW19191002-V13-40-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('store-', 'store')]
SUW19191002-V13-40-page3.txt: [('Sister-', 'Sister'), ('torefuse-', 'torefuse'), ('-', '')]
SUW19191002-V13-40-page4.txt: [('-----', '----'), ('-', ''), ('-', ''), ('-', '')]
SUW19191002-V13-40-page5.txt: [('-this', 'this'), ('-of', 'of')]
SUW19191002-V13-40-page6.txt: [('Ingather-', 'Ingather'), ('-----J', '----J'), ('-', '')]
SUW19191002-V13-40-page7.txt: [('-', ''), ('-the', 'the'), ('Globe-', 'Globe'), ('en-', 'en'), ('-courage', 'courage')]
SUW19191002-V13-40-page8.txt: [('giv-', 'giv')]
SUW19191009-V13-41-page2.txt: [('-', '')]
SUW19191009-V13-41-page6.txt: [('-month', 'month'), ('In-', 'In'), ('-year-olds', 'year-olds'), ('head-', 'head')]
SUW19191009-V13-41-page7.txt: [('-early', 'early'), ('-acting', 'acting'), ('-supply', 'supply'), ('ex-', 'ex')]
SUW19191009-V13-41-page8.txt: [('-', ''), ('-', '')]
SUW19191016-V13-42-page1.txt: [('--', '-')]
SUW19191016-V13-42-page2.txt: [('-were', 'were'), ('Mc-', 'Mc')]
SUW19191016-V13-42-page3.txt: [('-----J', '----J')]
SUW19191016-V13-42-page6.txt: [('-', ''), ('--', '-')]
SUW19191016-V13-42-page7.txt: [('-of', 'of'), ('-on', 'on'), ('-her', 'her')]
SUW19191016-V13-42-page8.txt: [('at---', 'at--')]
SUW19191023-V13-43-page3.txt: [('-', '')]
SUW19191023-V13-43-page5.txt: [('-', ''), ('thanks-', 'thanks')]
SUW19191023-V13-43-page6.txt: [('-', '')]
SUW19191023-V13-43-page7.txt: [('in-', 'in'), ('-him', 'him'), ("-who's", "who's"), ('-Selected.', 'Selected.')]
SUW19191030-V13-44-page1.txt: [('Young-', 'Young'), ('-it', 'it'), ('-', ''), ('self-', 'self')]
SUW19191030-V13-44-page2.txt: [('-week', 'week')]
SUW19191030-V13-44-page3.txt: [('-', ''), ('-------', '------'), ('-----mg', '----mg'), ('recent-', 'recent')]
SUW19191030-V13-44-page5.txt: [('-', '')]
SUW19191030-V13-44-page6.txt: [('-', ''), ('-', '')]
SUW19191030-V13-44-page7.txt: [('-and', 'and'), ('-', ''), ('-delivery', 'delivery'), ('-expecting', 'expecting')]
SUW19191030-V13-44-page8.txt: [('--We', '-We')]
SUW19191106-V13-45-page2.txt: [('-home', 'home'), ('"----', '"---')]
SUW19191106-V13-45-page3.txt: [('-', ''), ('-They', 'They'), ('-prospectus.', 'prospectus.')]
SUW19191106-V13-45-page5.txt: [('-', ''), ('-January', 'January'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-March', 'March'), ('-', '')]
SUW19191106-V13-45-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-Dec.', 'Dec.'), ('-', ''), ('-', ''), ('-', ''), ('-Feb.', 'Feb.'), ('-Feb.', 'Feb.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('brethren-', 'brethren')]
SUW19191106-V13-45-page7.txt: [('Gospel--', 'Gospel-')]
SUW19191113-V13-46-page2.txt: [('fig-', 'fig'), ('-', '')]
SUW19191113-V13-46-page3.txt: [('-', ''), ('Soul-', 'Soul')]
SUW19191113-V13-46-page4.txt: [('t-', 't'), ('Slaughter-', 'Slaughter'), ('our--', 'our-')]
SUW19191113-V13-46-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-January', 'January'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-March', 'March'), ('-', ''), ("'-", "'")]
SUW19191113-V13-46-page6.txt: [('thatrecommenda-', 'thatrecommenda'), ('-Falls', 'Falls'), ('-', ''), ('-', ''), ('-', ''), ('sub-', 'sub')]
SUW19191113-V13-46-page7.txt: [('-which', 'which'), ('-is', 'is'), ('-very', 'very'), ('-', ''), ('-how', 'how')]
SUW19191113-V13-46-page8.txt: [('-', ''), ('-', ''), ('-it', 'it'), ('-', ''), ('INGATH-', 'INGATH')]
SUW19191120-V13-47-page1.txt: [('-Rig', 'Rig'), ('-co.op-', 'co.op-'), ('Godwill-', 'Godwill'), ('the-', 'the'), ('His-', 'His'), ('-fort', 'fort')]
SUW19191120-V13-47-page2.txt: [('be-', 'be'), ('-', ''), ('-dayAdventist', 'dayAdventist')]
SUW19191120-V13-47-page3.txt: [('-thecause', 'thecause'), ('-from', 'from')]
SUW19191120-V13-47-page4.txt: [('-Helps', 'Helps'), ('-', ''), ('Rayiond-', 'Rayiond')]
SUW19191120-V13-47-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('H.-', 'H.'), ('St-', 'St'), ('-', '')]
SUW19191120-V13-47-page7.txt: [('-Collie', 'Collie'), ('-the', 'the'), ('.-', '.'), ('-', ''), ('-iele', 'iele'), ('-', ''), ('-', '')]
SUW19191120-V13-47-page8.txt: [('Train-', 'Train'), ('ACICOM-', 'ACICOM'), ('Well-', 'Well'), ('-', ''), ('-Mother', 'Mother'), ('-work', 'work'), ('-', ''), ('TOPPrta-', 'TOPPrta'), ('-.God', '.God'), ('-The', 'The'), ('-', '')]
SUW19191204-V13-49-page1.txt: [('ena-', 'ena'), ('-', ''), ('impor-', 'impor')]
SUW19191204-V13-49-page2.txt: [('-of', 'of'), ('Phil-', 'Phil')]
SUW19191204-V13-49-page4.txt: [('-', '')]
SUW19191204-V13-49-page5.txt: [('-', ''), ('I-', 'I'), ('-b', 'b')]
SUW19191204-V13-49-page7.txt: [('-', ''), ('De-', 'De')]
SUW19191211-V13-50-page1.txt: [('-', ''), ('-', '')]
SUW19191211-V13-50-page2.txt: [('-', '')]
SUW19191211-V13-50-page3.txt: [('-', ''), ('-', ''), ('hun-', 'hun'), ('.-', '.')]
SUW19191211-V13-50-page5.txt: [('yy-', 'yy')]
SUW19191211-V13-50-page7.txt: [('-cannot', 'cannot'), ('-', ''), ('ad-', 'ad'), ('-vantages', 'vantages'), ('-"Our', '"Our'), ('-', ''), ('-', '')]
SUW19191211-V13-50-page8.txt: [('all.-', 'all.')]
SUW19191218-V13-01-page2.txt: [('-----J', '----J')]
SUW19191218-V13-01-page3.txt: [('-the', 'the'), ('Grove-', 'Grove'), ('-moving', 'moving'), ('-place.', 'place.')]
SUW19191218-V13-01-page4.txt: [('--willing', '-willing')]
SUW19191218-V13-01-page5.txt: [('-or', 'or'), ('-January', 'January'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-March', 'March'), ('-', ''), ('-', ''), ('-Colored', 'Colored'), ('Period-', 'Period'), ('.tp-', '.tp')]
SUW19191218-V13-01-page6.txt: [('Mc-', 'Mc')]
SUW19191218-V13-01-page7.txt: [('les-', 'les'), ('-and', 'and'), ("--quickly.'", "-quickly.'"), ('-Sea', 'Sea'), ('im-', 'im'), ('illus-', 'illus')]
SUW19191218-V13-01-page8.txt: [('-', ''), ('.-', '.')]
SUW19200101-V14-02-page2.txt: [('-', ''), ('-', ''), ('Hick-', 'Hick')]
SUW19200101-V14-02-page3.txt: [('-', ''), ('fret-', 'fret')]
SUW19200101-V14-02-page5.txt: [('-', ''), ('-Dec.', 'Dec.'), ('-', ''), ('-March', 'March'), ('-', ''), ('-', '')]
SUW19200101-V14-02-page6.txt: [('-', '')]
SUW19200101-V14-02-page7.txt: [('-Seeing', 'Seeing')]
SUW19200101-V14-02-page8.txt: [('-', ''), ("'.-", "'."), ('-page', 'page'), ('-cent', 'cent'), ('-', '')]
SUW19200108-V14-03-page1.txt: [('mem-', 'mem')]
SUW19200108-V14-03-page2.txt: [('-the', 'the')]
SUW19200108-V14-03-page3.txt: [('-', ''), ('-Church.', 'Church.')]
SUW19200108-V14-03-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-March', 'March'), ('-', ''), ('-', '')]
SUW19200108-V14-03-page7.txt: [('De-', 'De')]
SUW19200108-V14-03-page8.txt: [('-', '')]
SUW19200115-V14-04-page2.txt: [('--', '-'), ('Mc-', 'Mc')]
SUW19200115-V14-04-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19200115-V14-04-page4.txt: [('.-', '.'), ('-', '')]
SUW19200115-V14-04-page5.txt: [('-', ''), ('-', ''), ('-March', 'March'), ('-', ''), ('-', '')]
SUW19200115-V14-04-page6.txt: [('-', ''), ('-', '')]
SUW19200115-V14-04-page7.txt: [('-', ''), ('-"There\'s', '"There\'s'), ('con-', 'con'), ('-', '')]
SUW19200115-V14-04-page8.txt: [('Train-', 'Train'), ('-', ''), ('ma-', 'ma')]
SUW19200122-V14-05-page3.txt: [('-', '')]
SUW19200122-V14-05-page4.txt: [('-', ''), ('-March', 'March'), ('-', '')]
SUW19200122-V14-05-page5.txt: [('-', ''), ('-Things', 'Things')]
SUW19200122-V14-05-page6.txt: [('-', '')]
SUW19200122-V14-05-page8.txt: [('of-', 'of')]
SUW19200129-V14-06-page1.txt: [('-Union', 'Union')]
SUW19200129-V14-06-page2.txt: [('de-', 'de'), ('-partment', 'partment')]
SUW19200129-V14-06-page3.txt: [('s-', 's')]
SUW19200129-V14-06-page4.txt: [('Sa-', 'Sa'), ('-', ''), ('-', ''), ('-March', 'March'), ('-', '')]
SUW19200129-V14-06-page5.txt: [('---', '--'), ('-', ''), ('here.-', 'here.'), ('-', ''), ('-', ''), ('life-', 'life')]
SUW19200129-V14-06-page6.txt: [('re-', 're'), ('-Work', 'Work'), ('-River', 'River')]
SUW19200129-V14-06-page7.txt: [('-thetent', 'thetent'), ('-did', 'did'), ("eliose'ef-", "eliose'ef"), ('-', '')]
SUW19200129-V14-06-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-of', 'of')]
SUW19200205-V14-07-page1.txt: [('--', '-'), ('prin-', 'prin')]
SUW19200205-V14-07-page2.txt: [('-and', 'and')]
SUW19200205-V14-07-page3.txt: [('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('col-', 'col')]
SUW19200205-V14-07-page4.txt: [('CONFERENCE-', 'CONFERENCE'), ('-', ''), ('han-', 'han')]
SUW19200205-V14-07-page5.txt: [('-', ''), ('-', ''), ('-March', 'March'), ('-', ''), ('be-', 'be')]
SUW19200205-V14-07-page7.txt: [('------', '-----'), ('-', ''), ('--', '-')]
SUW19200212-V14-08-page2.txt: [('Mc-', 'Mc'), ('-', ''), ('-', '')]
SUW19200212-V14-08-page3.txt: [('the-', 'the'), ('-', ''), ('-', '')]
SUW19200212-V14-08-page4.txt: [('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19200212-V14-08-page5.txt: [('-', ''), ('-', ''), ('-March', 'March'), ('-', ''), ('.-', '.'), ('-', '')]
SUW19200212-V14-08-page6.txt: [('.-', '.')]
SUW19200212-V14-08-page7.txt: [('-', ''), ('Mc-', 'Mc'), ('pros-', 'pros'), ('.-', '.')]
SUW19200212-V14-08-page8.txt: [('-by', 'by')]
SUW19200219-V14-09-page1.txt: [('COLPOR-', 'COLPOR')]
SUW19200219-V14-09-page2.txt: [('Af-', 'Af'), ('Mc-', 'Mc'), ('-cent', 'cent'), ('-', '')]
SUW19200219-V14-09-page3.txt: [('Depart-', 'Depart')]
SUW19200219-V14-09-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('over-', 'over'), ('-', '')]
SUW19200219-V14-09-page5.txt: [('-', ''), ('-March', 'March'), ('-', ''), ('-', ''), ('-', ''), ('Mes-', 'Mes'), ('great-', 'great')]
SUW19200219-V14-09-page8.txt: [('Jerusalem--', 'Jerusalem-'), ('Kaiser--', 'Kaiser-'), ('-', ''), ('------', '-----'), ('---.', '--.')]
SUW19200226-V14-10-page2.txt: [('-commenced', 'commenced'), ("-Workers'", "Workers'")]
SUW19200226-V14-10-page3.txt: [('-as', 'as'), ('-', '')]
SUW19200226-V14-10-page4.txt: [('-', '')]
SUW19200226-V14-10-page5.txt: [('-and', 'and'), ('-', ''), ('-March', 'March'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19200226-V14-10-page6.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19200226-V14-10-page7.txt: [('EDUCA-', 'EDUCA')]
SUW19200226-V14-10-page8.txt: [('Adventists-', 'Adventists'), ('-', ''), ('-', ''), ('-', ''), ('-tit', 'tit'), ('-Pertiiiiiiiiteln', 'Pertiiiiiiiiteln'), ('-', ''), ('-', '')]
SUW19200304-V14-11-page1.txt: [('earn--', 'earn-')]
SUW19200304-V14-11-page4.txt: [('depart-', 'depart'), ('-', '')]
SUW19200304-V14-11-page5.txt: [('-March', 'March'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('answering-', 'answering')]
SUW19200304-V14-11-page6.txt: [('-could', 'could'), ('-', '')]
SUW19200304-V14-11-page7.txt: [('-', ''), ('-May', 'May'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19200304-V14-11-page8.txt: [('-', ''), ('-went', 'went'), ('-', ''), ('in.-', 'in.')]
SUW19200311-V14-12-page1.txt: [('-United', 'United')]
SUW19200311-V14-12-page2.txt: [('-', ''), ('.-', '.'), ('-', '')]
SUW19200311-V14-12-page3.txt: [('-', ''), ('-', ''), ('-year-old', 'year-old')]
SUW19200311-V14-12-page4.txt: [('-', '')]
SUW19200311-V14-12-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19200311-V14-12-page6.txt: [('-', '')]
SUW19200311-V14-12-page7.txt: [('cir-', 'cir'), ('-', ''), ('-', '')]
SUW19200311-V14-12-page8.txt: [('-', ''), ('-', '')]
SUW19200318-V14-13-page1.txt: [('thrill-', 'thrill')]
SUW19200318-V14-13-page3.txt: [('col-', 'col'), ('RAY-', 'RAY'), ('ad-', 'ad')]
SUW19200318-V14-13-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19200318-V14-13-page6.txt: [('Mac-', 'Mac')]
SUW19200325-V14-14-page2.txt: [('campmeet-', 'campmeet')]
SUW19200325-V14-14-page3.txt: [('Missionary-', 'Missionary')]
SUW19200325-V14-14-page4.txt: [('-very', 'very'), ('bor-', 'bor'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19200325-V14-14-page5.txt: [('OD-', 'OD')]
SUW19200325-V14-14-page7.txt: [('-foot', 'foot')]
SUW19200325-V14-14-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-April', 'April'), ('-', '')]
SUW19200401-V14-15-page3.txt: [('-Jo', 'Jo')]
SUW19200401-V14-15-page4.txt: [('Mc-', 'Mc'), ('con-', 'con')]
SUW19200401-V14-15-page5.txt: [('-April', 'April'), ('-', '')]
SUW19200401-V14-15-page6.txt: [('-', ''), ('pros-', 'pros'), ('-', ''), ('-', '')]
SUW19200401-V14-15-page7.txt: [('-', '')]
SUW19200401-V14-15-page8.txt: [('un-', 'un')]
SUW19200408-V14-16-page2.txt: [('-mile', 'mile')]
SUW19200408-V14-16-page3.txt: [('-', ''), ('lady\'s"-', 'lady\'s"'), ('--how', '-how')]
SUW19200408-V14-16-page4.txt: [('es-', 'es'), ('-', ''), ('-', '')]
SUW19200408-V14-16-page5.txt: [('-', '')]
SUW19200408-V14-16-page6.txt: [('re--', 're-')]
SUW19200408-V14-16-page7.txt: [('Member-', 'Member')]
SUW19200408-V14-16-page8.txt: [('-', ''), ('-', ''), ('.-', '.')]
SUW19200415-V14-17-page1.txt: [('occu-', 'occu')]
SUW19200415-V14-17-page2.txt: [('-one', 'one'), ('Danish-', 'Danish'), ('Danish-', 'Danish')]
SUW19200415-V14-17-page3.txt: [('broth--', 'broth-')]
SUW19200415-V14-17-page4.txt: [('-', '')]
SUW19200415-V14-17-page5.txt: [('-', '')]
SUW19200415-V14-17-page6.txt: [('-', ''), ('building-', 'building'), ('we-', 'we')]
SUW19200415-V14-17-page7.txt: [('-the', 'the'), ('-decide', 'decide'), ('Out-of-', 'Out-of')]
SUW19200415-V14-17-page8.txt: [('Trai-', 'Trai'), ('-', '')]
SUW19200422-V14-18-page2.txt: [('-', ''), ('-', ''), ('neces-', 'neces')]
SUW19200422-V14-18-page3.txt: [('-', ''), ('the-', 'the'), ('-----', '----')]
SUW19200422-V14-18-page4.txt: [('-', ''), ('-', '')]
SUW19200422-V14-18-page5.txt: [('-----J', '----J'), ('scholar-', 'scholar'), ('deter-', 'deter')]
SUW19200422-V14-18-page6.txt: [('-F.', 'F.'), ('-W.', 'W.'), ('-H.', 'H.'), ('-Viola', 'Viola')]
SUW19200422-V14-18-page7.txt: [('secretary-', 'secretary'), ('-cent', 'cent')]
SUW19200422-V14-18-page8.txt: [('a-', 'a'), ('im-', 'im')]
SUW19200429-V14-19-page1.txt: [('-', ''), ('Jere-', 'Jere'), ('read-', 'read'), ('-that', 'that')]
SUW19200429-V14-19-page2.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19200429-V14-19-page4.txt: [('-', '')]
SUW19200429-V14-19-page6.txt: [('WORK-', 'WORK')]
SUW19200429-V14-19-page7.txt: [('ar-', 'ar')]
SUW19200429-V14-19-page8.txt: [('tl-', 'tl'), ('stu-', 'stu'), ('-', ''), ('-', ''), ('-', ''), ('-July', 'July'), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.')]
SUW19200506-V14-20-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('accord-', 'accord')]
SUW19200506-V14-20-page4.txt: [('-', '')]
SUW19200506-V14-20-page6.txt: [('-', ''), ('-', ''), ('Mission-', 'Mission')]
SUW19200506-V14-20-page7.txt: [('differ-', 'differ')]
SUW19200506-V14-20-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.')]
SUW19200513-V14-21-page1.txt: [('-', ''), ('-.', '.'), ('-Jorrathan', 'Jorrathan')]
SUW19200513-V14-21-page2.txt: [('over-', 'over'), ('-', ''), ('effort.-', 'effort.')]
SUW19200513-V14-21-page3.txt: [("'aft-", "'aft"), ('gvt-', 'gvt'), ('-', ''), ('-', ''), ('attended-', 'attended'), ('-We', 'We'), ('-', ''), ('-help', 'help'), ('work-', 'work'), ('-July', 'July'), ('-', ''), ('.k-', '.k'), ('-Ainth', 'Ainth'), ('-cloth', 'cloth'), ('-', ''), ('-.taken', '.taken'), ('founda-', 'founda')]
SUW19200513-V14-21-page4.txt: [('privi-', 'privi'), ('-', ''), ('-a', 'a'), ('invest-', 'invest'), ('t.-', 't.'), ('-', ''), ('-T', 'T'), ('Mann-', 'Mann'), ('-', ''), ('-', ''), ('-', '')]
SUW19200513-V14-21-page5.txt: [('-', ''), ("-''", "''"), ('-', ''), ('-', ''), ('-', '')]
SUW19200513-V14-21-page6.txt: [('-', ''), ('-', ''), ('-Adventist', 'Adventist'), ('-', ''), ('-', '')]
SUW19200513-V14-21-page7.txt: [('great-', 'great'), ('-A', 'A'), ('-', ''), ('recupera-', 'recupera')]
SUW19200513-V14-21-page8.txt: [('and-', 'and'), ('Sister-', 'Sister'), ('Sa-', 'Sa'), ('Elder-', 'Elder'), ('-class', 'class'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('read-', 'read'), ('-', ''), ('-', ''), ('Last-', 'Last'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.')]
SUW19200520-V14-22-page1.txt: [('-', ''), ('-acre', 'acre'), ('-side', 'side'), ('lar-', 'lar'), ('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19200520-V14-22-page2.txt: [('-', ''), ('-exert', 'exert'), ('-influence', 'influence'), ('.re-', '.re'), ('mis-', 'mis'), ('-maintained', 'maintained')]
SUW19200520-V14-22-page3.txt: [('----', '---'), ('people.-', 'people.'), ('win"-', 'win"'), ('-t', 't')]
SUW19200520-V14-22-page4.txt: [('Menther-', 'Menther'), ('Arlf-', 'Arlf'), ('-', ''), ('quarter-', 'quarter'), ('-', ''), ('Montevallo-', 'Montevallo'), ('Confer-', 'Confer'), ('won-', 'won')]
SUW19200520-V14-22-page5.txt: [('HM-', 'HM'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('t-', 't'), ('"-', '"'), ('-and', 'and'), ('not-', 'not')]
SUW19200520-V14-22-page6.txt: [('-young', 'young'), ('hu-', 'hu'), ('-', ''), ('-', ''), ('-', ''), ('thee-', 'thee'), ('---to', '--to'), ('-heart', 'heart'), ('forsake-', 'forsake'), ('-', ''), ('-the', 'the')]
SUW19200520-V14-22-page7.txt: [('"-', '"'), ('-.-', '.-'), ('-.', '.'), ('evangelisticef-', 'evangelisticef'), ('number-----', 'number----'), ('weather.-', 'weather.'), ('-cent', 'cent'), ('-cent', 'cent'), ('con-', 'con')]
SUW19200520-V14-22-page8.txt: [('Train-', 'Train'), ('-', ''), ('be-', 'be'), ('Bi-', 'Bi'), ('be-', 'be'), ('be-', 'be'), ('-', ''), ('the--', 'the-'), ('-pastor', 'pastor'), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.')]
SUW19200527-V14-23-page1.txt: [('-July', 'July'), ('-Aug.', 'Aug.'), ('non-', 'non'), ('-', ''), ('-Jul', 'Jul'), ('yv-', 'yv'), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oct', 'Oct'), ('-', ''), ('----"\'""', '---"\'""')]
SUW19200527-V14-23-page2.txt: [('-', ''), ('-', ''), ('-campmeeting.', 'campmeeting.'), ('Chest-', 'Chest')]
SUW19200527-V14-23-page3.txt: [('list-', 'list'), ('-in', 'in')]
SUW19200527-V14-23-page4.txt: [('-', ''), ('Luck-', 'Luck'), ('B-', 'B'), ('-Ray.ford', 'Ray.ford'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('W-', 'W'), ('-', ''), ('-', ''), ('R-', 'R'), ('-', ''), ('.-', '.'), ('I-', 'I'), ('-', ''), ('Nash-', 'Nash'), ('con-', 'con'), ('V-', 'V')]
SUW19200527-V14-23-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Meath-', 'Meath'), ('-', ''), ('.-', '.')]
SUW19200527-V14-23-page6.txt: [('-', ''), ('Ca--', 'Ca-'), ('having--', 'having-'), ('Dyersburg--', 'Dyersburg-'), ('Co-', 'Co'), ('-the', 'the'), ('li-', 'li')]
SUW19200527-V14-23-page7.txt: [('op-', 'op'), ('-looking', 'looking'), ('-', ''), ('-he', 'he'), ('-McComas', 'McComas'), ('-', ''), ('sub-', 'sub'), ('-Lord.', 'Lord.'), ('-', ''), ('Can-', 'Can')]
SUW19200527-V14-23-page8.txt: [('mem-', 'mem'), ('Ten-', 'Ten'), ('Train-', 'Train'), ('treks--', 'treks-'), ('De-', 'De'), ('-partment', 'partment'), ('Le-', 'Le'), ('-the', 'the'), ('-.they', '.they'), ('-Florida', 'Florida')]
SUW19200603-V14-24-page1.txt: [('-', ''), ('-.but.from', '.but.from')]
SUW19200603-V14-24-page2.txt: [('to-', 'to'), ('Ten-', 'Ten'), ('treas-', 'treas')]
SUW19200603-V14-24-page3.txt: [('---"the', '--"the'), ('-from', 'from'), ('vine--', 'vine-'), ('-Miss', 'Miss'), ('i-', 'i')]
SUW19200603-V14-24-page4.txt: [('Is-', 'Is'), ('Orders-', 'Orders'), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('-in', 'in')]
SUW19200603-V14-24-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19200603-V14-24-page6.txt: [('-', ''), ('ex-', 'ex'), ('.--"--', '.--"-'), ('-----', '----'), ('camp-ground.-', 'camp-ground.'), ('-', '')]
SUW19200603-V14-24-page7.txt: [('ex-', 'ex'), ('more-', 'more')]
SUW19200603-V14-24-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.')]
SUW19200610-V14-25-page1.txt: [('-Review', 'Review')]
SUW19200610-V14-25-page2.txt: [('-"afterwards', '"afterwards'), ('-', '')]
SUW19200610-V14-25-page3.txt: [('Member-', 'Member'), ('"Edu-', '"Edu')]
SUW19200610-V14-25-page4.txt: [('-own', 'own')]
SUW19200610-V14-25-page6.txt: [('-', '')]
SUW19200610-V14-25-page7.txt: [('-Be', 'Be')]
SUW19200610-V14-25-page8.txt: [('Mar-', 'Mar'), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.')]
SUW19200617-V14-26-page1.txt: [('con-', 'con')]
SUW19200617-V14-26-page5.txt: [('-', ''), ('-July', 'July'), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.')]
SUW19200617-V14-26-page6.txt: [('teach-', 'teach')]
SUW19200617-V14-26-page7.txt: [('sin-', 'sin'), ('-er', 'er'), ('-in', 'in'), ('en-', 'en'), ('lo-', 'lo'), ('langua-', 'langua'), ('-', ''), ('-', ''), ('anX-', 'anX'), ('-', ''), ("'van--", "'van-"), ('camp-', 'camp'), ('A-', 'A'), ('ful-', 'ful'), ('repre-', 'repre'), ('-', ''), ('-', ''), ('-StsrissieskaYeathe', 'StsrissieskaYeathe'), ('-', ''), ('-ofsiiiesnageyazingw', 'ofsiiiesnageyazingw'), ("-Tkvzi'giiti.i", "Tkvzi'giiti.i"), ('-bersisten', 'bersisten'), ('.-', '.'), ('.-', '.'), ("'''''''-e---", "'''''''-e--"), ('-committeeearendered.', 'committeeearendered.'), ('-Sernin.a.f', 'Sernin.a.f'), ('-', ''), ("-'", "'"), ("'-", "'"), ('-', '')]
SUW19200617-V14-26-page8.txt: [('Mc-', 'Mc'), ('commit-', 'commit')]
SUW19200624-V14-27-page2.txt: [('-embracing', 'embracing')]
SUW19200624-V14-27-page4.txt: [('-', '')]
SUW19200624-V14-27-page5.txt: [('-', '')]
SUW19200624-V14-27-page6.txt: [('STAINES-', 'STAINES'), ('-', '')]
SUW19200624-V14-27-page7.txt: [('-', ''), ('-are', 'are'), ('-', '')]
SUW19200624-V14-27-page8.txt: [('-', ''), ('-', '')]
SUW19200701-V14-28-page5.txt: [('-', '')]
SUW19200701-V14-28-page6.txt: [('Dollar-Oakwood-', 'Dollar-Oakwood'), ('Junior-', 'Junior'), ('-', '')]
SUW19200701-V14-28-page8.txt: [('Caro-', 'Caro'), ('Engineer-', 'Engineer')]
SUW19200708-V14-29-page2.txt: [('-----------', '----------'), ('----um', '---um')]
SUW19200708-V14-29-page5.txt: [('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-July', 'July'), ('-', ''), ('-Oct.', 'Oct.')]
SUW19200708-V14-29-page6.txt: [('of-', 'of')]
SUW19200708-V14-29-page7.txt: [('-', ''), ('--', '-')]
SUW19200715-V14-30-page1.txt: [('heav-', 'heav')]
SUW19200715-V14-30-page2.txt: [('-help', 'help'), ('-', '')]
SUW19200715-V14-30-page3.txt: [('-wedding', 'wedding')]
SUW19200715-V14-30-page4.txt: [('in-', 'in')]
SUW19200715-V14-30-page5.txt: [('Dharm-', 'Dharm')]
SUW19200715-V14-30-page6.txt: [('heath--', 'heath-'), ('North-', 'North'), ('Pastor--', 'Pastor-')]
SUW19200715-V14-30-page7.txt: [('-', '')]
SUW19200715-V14-30-page8.txt: [('-', '')]
SUW19200722-V14-31-page1.txt: [('-a', 'a'), ('-', ''), ('tht-', 'tht'), ('AtAe.-', 'AtAe.'), ('-', ''), ('-', ''), ('-', ''), ('-vg', 'vg')]
SUW19200722-V14-31-page2.txt: [('-', ''), ('-Lord', 'Lord'), ('-Nashville', 'Nashville')]
SUW19200722-V14-31-page3.txt: [('-', '')]
SUW19200722-V14-31-page5.txt: [('-', '')]
SUW19200722-V14-31-page6.txt: [('-', ''), ('for-', 'for'), ('-----', '----')]
SUW19200722-V14-31-page8.txt: [('-', ''), ('Missiona.-', 'Missiona.'), ('-', '')]
SUW19200729-V14-32-page1.txt: [('them--', 'them-')]
SUW19200729-V14-32-page2.txt: [('-', ''), ('-', '')]
SUW19200729-V14-32-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19200729-V14-32-page5.txt: [('-W', 'W'), ('-Alice', 'Alice'), ('-Georgia', 'Georgia'), ('-and', 'and'), ('.-', '.')]
SUW19200729-V14-32-page6.txt: [('""---', '""--'), ('feeldiscourag-', 'feeldiscourag')]
SUW19200729-V14-32-page7.txt: [('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.')]
SUW19200729-V14-32-page8.txt: [('ex-', 'ex'), ('e-', 'e'), ('Con-', 'Con'), ('-', ''), ('-', '')]
SUW19200805-V14-33-page1.txt: [('sal-', 'sal')]
SUW19200805-V14-33-page2.txt: [('-the', 'the')]
SUW19200805-V14-33-page3.txt: [('-', ''), ('wrap-', 'wrap')]
SUW19200805-V14-33-page4.txt: [('-', ''), ('-colored', 'colored'), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Oct.', 'Oct.')]
SUW19200805-V14-33-page5.txt: [('-Ile', 'Ile')]
SUW19200805-V14-33-page6.txt: [('hear-', 'hear')]
SUW19200805-V14-33-page8.txt: [('f-', 'f'), ('Confer-', 'Confer'), ('appre-', 'appre'), ('--eek', '-eek'), ('-', ''), ('-', ''), ('-', '')]
SUW19200819-V14-35-page2.txt: [('Virgi-', 'Virgi')]
SUW19200819-V14-35-page3.txt: [('-speech.', 'speech.')]
SUW19200819-V14-35-page4.txt: [('Virgi-', 'Virgi')]
SUW19200819-V14-35-page5.txt: [('-', ''), ('-', '')]
SUW19200819-V14-35-page6.txt: [('-', ''), ('-', '')]
SUW19200819-V14-35-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'-", "'"), ('-', ''), ('c--', 'c-'), ('-', ''), ('."--', '."-')]
SUW19200821-V14-34-page1.txt: [('campmeet-', 'campmeet'), ('-', ''), ('tri-', 'tri')]
SUW19200821-V14-34-page3.txt: [('--.rd', '-.rd'), ('shay-', 'shay'), ('Read-', 'Read'), ('"Corn-', '"Corn')]
SUW19200821-V14-34-page6.txt: [('-', ''), ('-', '')]
SUW19200821-V14-34-page7.txt: [('-that', 'that'), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19200826-V14-36-page1.txt: [('-', '')]
SUW19200826-V14-36-page3.txt: [('mem-', 'mem'), ('com-', 'com'), ('afford-', 'afford')]
SUW19200826-V14-36-page4.txt: [('-', '')]
SUW19200826-V14-36-page5.txt: [('-', ''), ('-', ''), ('-', '')]
SUW19200826-V14-36-page6.txt: [('-', ''), ('lit-', 'lit')]
SUW19200826-V14-36-page7.txt: [('South-', 'South'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', '')]
SUW19200826-V14-36-page8.txt: [('"Edg-', '"Edg')]
SUW19200902-V14-37-page3.txt: [('-', '')]
SUW19200902-V14-37-page4.txt: [('-William', 'William'), ('-', '')]
SUW19200902-V14-37-page5.txt: [('is--', 'is-')]
SUW19200902-V14-37-page6.txt: [('-what', 'what'), ('-"Father', '"Father'), ('lead-', 'lead')]
SUW19200902-V14-37-page8.txt: [('Confer-', 'Confer'), ('-mce', 'mce'), ('fam-', 'fam'), ('en-', 'en'), ('uneasi-', 'uneasi'), ('In-', 'In'), ('uneasi-', 'uneasi'), ('"Her-', '"Her'), ('Win-', 'Win'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Sept.', 'Sept.'), ("'F-", "'F"), ('N-', 'N'), ('-t', 't'), ('-', ''), ("T'-", "T'"), ('-', ''), ('-', '')]
SUW19200909-V14-38-page1.txt: [('-', '')]
SUW19200909-V14-38-page2.txt: [('-iat', 'iat'), ('-we', 'we'), ("----mm'", "---mm'")]
SUW19200909-V14-38-page3.txt: [('His-', 'His')]
SUW19200909-V14-38-page4.txt: [('-', '')]
SUW19200909-V14-38-page5.txt: [('-bait"', 'bait"'), ('re-', 're'), ('-', ''), ('-', '')]
SUW19200909-V14-38-page6.txt: [('Charles-', 'Charles'), ('-', '')]
SUW19200916-V14-39-page1.txt: [('laW-', 'laW'), ('-day', 'day'), ('further-', 'further')]
SUW19200916-V14-39-page2.txt: [('ad-', 'ad'), ('oc-', 'oc'), ('--this', '-this')]
SUW19200916-V14-39-page4.txt: [('-', ''), ('Secretary-', 'Secretary'), ('res-', 'res')]
SUW19200916-V14-39-page5.txt: [('THERE-', 'THERE'), ('-', ''), ('af-', 'af')]
SUW19200916-V14-39-page6.txt: [('un-', 'un')]
SUW19200916-V14-39-page8.txt: [('second-', 'second'), ('r----', 'r---'), ("Feo'Y-", "Feo'Y"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re--', 're-'), ('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Edi-', 'Edi')]
SUW19200923-V14-40-page1.txt: [('-', '')]
SUW19200923-V14-40-page2.txt: [('-', '')]
SUW19200923-V14-40-page3.txt: [('-cents-a-week', 'cents-a-week')]
SUW19200923-V14-40-page4.txt: [('-', ''), ('-', ''), ('-as', 'as'), ('-', '')]
SUW19200923-V14-40-page5.txt: [('-', ''), ('-eight', 'eight'), ('-Sabbath"', 'Sabbath"'), ('-', ''), ('-', ''), ('-is', 'is'), ('al-', 'al')]
SUW19200923-V14-40-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('an-', 'an')]
SUW19200923-V14-40-page8.txt: [('Confer-', 'Confer'), ('-', ''), ('-', ''), ('-their', 'their'), ('all-', 'all')]
SUW19200930-V14-41-page1.txt: [('Mc-', 'Mc')]
SUW19200930-V14-41-page2.txt: [('--J', '-J')]
SUW19200930-V14-41-page3.txt: [('Har-', 'Har'), ('leav-', 'leav'), ('disappoint-', 'disappoint'), ('Ingathering-', 'Ingathering'), ('Madi-', 'Madi')]
SUW19200930-V14-41-page5.txt: [('-And', 'And'), ('re-', 're')]
SUW19200930-V14-41-page6.txt: [('.-', '.'), ('-', '')]
SUW19200930-V14-41-page8.txt: [('-Treas.', 'Treas.'), ('-', '')]
SUW19201014-V14-42-page1.txt: [('-Danish', 'Danish')]
SUW19201014-V14-42-page6.txt: [('-', ''), ('Adventist-', 'Adventist'), ('pre--', 'pre-')]
SUW19201021-V14-43-page1.txt: [('-', ''), ('on-', 'on')]
SUW19201028-V14-44-page2.txt: [('-', '')]
SUW19201028-V14-44-page3.txt: [('Sis-', 'Sis'), ('....-----', '....----'), ('----mrl', '---mrl'), ('wreck.-', 'wreck.'), ('-Evans', 'Evans')]
SUW19201028-V14-44-page5.txt: [('-', ''), ('atten-', 'atten')]
SUW19201028-V14-44-page7.txt: [('sent-', 'sent'), ('formal-', 'formal')]
SUW19201028-V14-44-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-receive', 'receive')]
SUW19201111-V14-45-page1.txt: [('-', ''), ('con-', 'con'), ('field-s-', 'field-s'), ('publi-', 'publi'), ('our--', 'our-'), ('-met', 'met'), ('-the', 'the'), ('-', ''), ('-', ''), ('-far', 'far'), ('-', '')]
SUW19201111-V14-45-page2.txt: [('-indicate', 'indicate'), ('hope-', 'hope'), ('-after', 'after'), ('-Would', 'Would'), ('-', '')]
SUW19201111-V14-45-page3.txt: [('-ENDING', 'ENDING'), ('-', ''), ('-', ''), ('-', ''), ('"-', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'-", "'"), ('-', '')]
SUW19201111-V14-45-page4.txt: [('-Pertainingto', 'Pertainingto'), ('-', '')]
SUW19201118-V14-46-page3.txt: [('-Signs', 'Signs')]
SUW19201118-V14-46-page4.txt: [('-', ''), ("-'", "'"), ('-DAY', 'DAY')]
SUW19201118-V14-46-page5.txt: [('-----', '----')]
SUW19201118-V14-46-page7.txt: [('-', ''), ('Tuesday-', 'Tuesday')]
SUW19201118-V14-46-page8.txt: [('-', '')]
SUW19201125-V14-47-page1.txt: [('-Miller', 'Miller')]
SUW19201125-V14-47-page2.txt: [('.December-', '.December'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-iii', 'iii'), ('di-', 'di'), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-iiist', 'iiist'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ("''--", "''-"), ('-.', '.'), ("-'", "'"), ('-', ''), ('-Ts', 'Ts'), ('-', ''), ('might-', 'might'), ('--', '-'), ('Hatvest..--', 'Hatvest..-'), ('-', ''), ('-', ''), ('to--', 'to-'), ('-', ''), ('-..', '..'), ('-', ''), ('-ill', 'ill'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-reCetcted--', 'reCetcted--'), ('-', ''), ('--', '-'), ('Secfe-', 'Secfe'), ('---', '--'), ("--'e", "-'e"), ('--\'."\'', '-\'."\''), ('.-', '.'), ('it-', 'it'), ('e-', 'e'), ('-', ''), ('.-', '.'), ('effort-', 'effort'), ('-', ''), ('-Ai', 'Ai'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'.", "'."), ('Col-', 'Col'), ('enthiir-', 'enthiir'), ("tl'is-", "tl'is"), ('Bi-', 'Bi'), ('raised-', 'raised'), ('therebers.---', 'therebers.--'), ('.assessments-', '.assessments'), ("-''", "''"), ('-', ''), ('im-', 'im'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-evepprt', 'evepprt'), ('coin-', 'coin'), ('-.', '.'), ('-ii-s', 'ii-s'), ("l-I'd--", "l-I'd-"), ('bst-', 'bst'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('inftikWOrk.-', 'inftikWOrk.'), ('-', ''), ('-', ''), ('-sis', 'sis'), ('eeks.-', 'eeks.'), ('-', ''), ('-', ''), ('fi-', 'fi'), ('WOrideiftilliiitver-', 'WOrideiftilliiitver'), ('-', ''), ('Sabbathat-', 'Sabbathat'), ("--L'", "-L'"), ('--', '-'), ('-', ''), ('-fort', 'fort'), ('-r', 'r'), ("-We'", "We'")]
SUW19201125-V14-47-page3.txt: [('-', ''), ('-', ''), ('.cOn-', '.cOn'), ('-', ''), ('-', ''), ('-', ''), ('SO-', 'SO')]
SUW19201125-V14-47-page4.txt: [('boOk."-', 'boOk."'), ('al-', 'al'), ('-a', 'a'), ('-indicated', 'indicated'), ('-These', 'These'), ('-You', 'You'), ('-root', 'root'), ('faithfully.-', 'faithfully.'), ('in-', 'in')]
SUW19201125-V14-47-page5.txt: [('-CONFERENCE', 'CONFERENCE'), ('-Watson', 'Watson'), ('ad-', 'ad')]
SUW19201125-V14-47-page6.txt: [('UNION-', 'UNION'), ('-born', 'born'), ('South-', 'South'), ('-', ''), ('in-', 'in'), ('--', '-'), ('Mis-', 'Mis'), ('-', ''), ('-schools', 'schools'), ('-for', 'for'), ('requesting-', 'requesting'), ('--', '-'), ('enlarged.-', 'enlarged.'), ('will--', 'will-'), ('-', ''), ('-', ''), ('-work', 'work'), ('-', ''), ('"Winter-', '"Winter'), ('-Sortie', 'Sortie'), ('the--peo-', 'the--peo'), ('-', ''), ('--', '-'), ("to-give'-", "to-give'"), ('Hof-', 'Hof'), ('-have-last', 'have-last'), ('-"\'', '"\''), ('-hut', 'hut'), ('-', '')]
SUW19201125-V14-47-page7.txt: [('-Housechapel', 'Housechapel'), ('-week', 'week'), ('-abOve', 'abOve'), ('-Memphis', 'Memphis'), ('-', ''), ('-Publishing', 'Publishing'), ('thinkers.-', 'thinkers.'), ('-Ruslfin.', 'Ruslfin.'), ('pled-', 'pled'), ('-', ''), ('-Harvest', 'Harvest')]
SUW19201125-V14-47-page8.txt: [('oufer-', 'oufer'), ('-His', 'His'), ('-', ''), ('-', '')]
SUW19201201-V14-48-page1.txt: [('-elect', 'elect')]
SUW19201201-V14-48-page2.txt: [('-', ''), ('bray-', 'bray')]
SUW19201201-V14-48-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19201201-V14-48-page7.txt: [('WORK-', 'WORK'), ('de-', 'de'), ('-', '')]
SUW19201201-V14-48-page8.txt: [('-', ''), ('leftNash-', 'leftNash'), ('-of', 'of'), ('peo-', 'peo')]
SUW19201216-V14-50-page3.txt: [('-', '')]
SUW19201216-V14-50-page5.txt: [('-', '')]
SUW19201216-V14-50-page6.txt: [('quick-', 'quick')]
SUW19201216-V14-50-page7.txt: [('Louisiana-', 'Louisiana'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19201216-V14-50-page8.txt: [('Mc-', 'Mc')]
SUW19201223-V14-51-page2.txt: [('Louisana-', 'Louisana'), ('in-', 'in')]
SUW19201223-V14-51-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be')]
SUW19201223-V14-51-page4.txt: [('-that', 'that'), ('Louisiana-', 'Louisiana')]
SUW19201223-V14-51-page5.txt: [('Socie-', 'Socie')]
SUW19201223-V14-51-page6.txt: [('Mc-', 'Mc')]
SUW19201223-V14-51-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
SUW19201223-V14-51-page8.txt: [('-UNION', 'UNION'), ('-heard', 'heard')]
SUW19201230-V14-02-page1.txt: [('pre-', 'pre'), ('-The', 'The'), ('-a', 'a'), ('-thy', 'thy'), ('-human', 'human')]
SUW19201230-V14-02-page2.txt: [('T-', 'T'), ('-front', 'front'), ('-our', 'our'), ('-', ''), ('-', '')]
SUW19201230-V14-02-page3.txt: [('-called', 'called'), ('-', '')]
SUW19201230-V14-02-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('OD-', 'OD'), ('-', ''), ('-', ''), ('-hlit', 'hlit'), ('-', ''), ('six-', 'six'), ('--iaj', '-iaj'), ('-their', 'their'), ('-and', 'and'), ('-ese', 'ese'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('Amine-', 'Amine'), ('-', '')]
SUW19201230-V14-02-page5.txt: [('-', ''), ('-do', 'do'), ('SOUTHERN-', 'SOUTHERN'), ('De-', 'De'), ('move-', 'move')]
SUW19201230-V14-02-page6.txt: [('-for', 'for'), ('applies.--', 'applies.-'), ('at-', 'at'), ('--', '-')]
SUW19201230-V14-02-page7.txt: [('MAGA-', 'MAGA'), ('-the', 'the'), ("-that'", "that'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--')]
SUW19201230-V14-02-page8.txt: [('-spent', 'spent'), ('great-', 'great'), ('-and', 'and'), ('-Independent', 'Independent'), ('-Takoma', 'Takoma')]
In [36]:
# %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/SUW/correction4

Average verified rate: 0.9595301817445692

Average of error rates: 0.051165661439485324

Total token count: 4722507

In [37]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[37]:
[('r', 13689),
 ('w', 11325),
 ('e', 10685),
 ('br', 8901),
 ('m', 8758),
 ('d', 7871),
 ('f', 6276),
 ("'", 4947),
 ('g', 4845),
 ('t', 4345),
 ('n', 3901),
 ('oo', 3895),
 ('th', 2157),
 ('bf', 2077),
 ('gc', 1391),
 ('ck', 1364),
 ('ky', 1289),
 ('od', 1153),
 ('pp', 1036),
 ('bfl', 975),
 ('u', 900),
 ('agts', 875),
 ('wm', 867),
 ("colporteurs'", 766),
 ('wk', 765),
 ('k', 734),
 ('io', 668),
 ('co', 586),
 ('x', 471),
 ("canvassers'", 417),
 ('ords', 413),
 ('re', 399),
 ('bs', 368),
 ('bp', 349),
 ('wks', 336),
 ('twenty-cent-a-week', 311),
 ('sofp', 301),
 ("'the", 301),
 ('ex', 298),
 ('hm', 291),
 ('rd', 288),
 ('bracy', 286),
 ('ga', 284),
 ('q', 271),
 ('pg', 262),
 ('cx', 256),
 ('cc', 249),
 ('billups', 228),
 ('ro', 228),
 ('chastain', 228)]

Correction 5 -- Remove extra quotation marks

In [39]:
# %load shared_elements/remove_extra_quotation_marks.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)
    
    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()
SUW19070702-V01-01-page1.txt: [("'Organ.", 'Organ.'), ("'We", 'We'), ("'the", 'the'), ("'Lit'a", 'Lita'), ("'Be", 'Be'), ('\'"', '"'), ("'for", 'for')]
SUW19070702-V01-01-page5.txt: [("'victories", 'victories')]
SUW19070702-V01-01-page8.txt: [("'but", 'but'), ("'campers", 'campers')]
SUW19070716-V01-02-page3.txt: [("'should", 'should')]
SUW19070716-V01-02-page8.txt: [("'RATES", 'RATES')]
SUW19070730-V01-03-page3.txt: [("'to", 'to')]
SUW19070730-V01-03-page5.txt: [("'is", 'is')]
SUW19070730-V01-03-page7.txt: [("'I", 'I'), ("'Coming", 'Coming'), ("'us", 'us')]
SUW19070730-V01-03-page8.txt: [("'wrong", 'wrong')]
SUW19070813-V01-04-page3.txt: [("'We", 'We'), ("'have", 'have')]
SUW19070813-V01-04-page7.txt: [("'of", 'of'), ("'tis", 'tis'), ("'tis", 'tis'), ("'BFL", 'BFL')]
SUW19070827-V01-05-page1.txt: [("'the", 'the'), ("'lumber", 'lumber'), ("'combinations.", 'combinations.')]
SUW19070827-V01-05-page2.txt: [('\'"', '"')]
SUW19070827-V01-05-page4.txt: [("'September", 'September'), ("'board.", 'board.')]
SUW19070827-V01-05-page6.txt: [("'Sanitarium", 'Sanitarium'), ("'of", 'of')]
SUW19070827-V01-05-page7.txt: [("'appointed", 'appointed'), ("'in", 'in')]
SUW19070827-V01-05-page8.txt: [("'the", 'the')]
SUW19070910-V01-06-page1.txt: [("'Unless", 'Unless')]
SUW19070910-V01-06-page2.txt: [("'department", 'department')]
SUW19070910-V01-06-page5.txt: [("'thus", 'thus'), ("'was", 'was')]
SUW19070910-V01-06-page6.txt: [("'people", 'people')]
SUW19070910-V01-06-page7.txt: [("'in", 'in')]
SUW19070910-V01-06-page8.txt: [("'lamps", 'lamps'), ("'received", 'received')]
SUW19070924-V01-07-page5.txt: [("'unanswered.", 'unanswered.')]
SUW19070924-V01-07-page8.txt: [("'and", 'and'), ("'addition", 'addition')]
SUW19071008-V01-08-page3.txt: [("'be", 'be')]
SUW19071008-V01-08-page7.txt: [("'Lord", 'Lord'), ("'MSC", 'MSC')]
SUW19071022-V01-09-page1.txt: [("'into", 'into')]
SUW19071022-V01-09-page3.txt: [("'And", 'And'), ("'And", 'And')]
SUW19071022-V01-09-page4.txt: [("'OF", 'OF'), ("'Burton", 'Burton'), ("'Spaulding", 'Spaulding'), ("'When", 'When'), ("'ista", 'ista'), ("'in", 'in'), ("'in", 'in'), ("'sad", 'sad'), ("'favor", 'favor'), ("'message", 'message'), ("'heartily", 'heartily'), ("'approve", 'approve'), ("'and", 'and'), ("'reading", 'reading'), ("'organization", 'organization'), ("'as", 'as'), ("'conference.", 'conference.'), ("'them", 'them'), ("'place", 'place')]
SUW19071022-V01-09-page5.txt: [("'we", 'we'), ("'but", 'but'), ("'a", 'a'), ("'of", 'of'), ("'Conference", 'Conference'), ("'The", 'The'), ("'.", '.'), ("'New", 'New'), ("'sets", 'sets'), ("'be", 'be'), ("'OF", 'OF'), ("'othervisitingbrethren.Theaboverecomhforurt", 'othervisitingbrethren.Theaboverecomhforurt'), ("'reader", 'reader'), ("'all", 'all'), ("'the", 'the'), ("'Publishing", 'Publishing'), ("'of", 'of'), ("'paper", 'paper'), ("'to", 'to')]
SUW19071022-V01-09-page6.txt: [("'And", 'And'), ("'And", 'And')]
SUW19071022-V01-09-page8.txt: [("'favor", 'favor'), ("'The", 'The'), ("'the", 'the')]
SUW19071105-V01-10-page4.txt: [("'Ttte", 'Ttte')]
SUW19071105-V01-10-page5.txt: [("'secure", 'secure')]
SUW19071105-V01-10-page6.txt: [("'have", 'have'), ("'demand", 'demand')]
SUW19071105-V01-10-page7.txt: [("'Total", 'Total'), ("'Dec.", 'Dec.')]
SUW19071119-V01-11-page4.txt: [("'The", 'The'), ("'spread", 'spread'), ("'good", 'good'), ("'animated", 'animated')]
SUW19071119-V01-11-page7.txt: [("'Conf", 'Conf')]
SUW19071203-V01-12-page1.txt: [("'up", 'up')]
SUW19071203-V01-12-page4.txt: [("'INTERMEDIATE", 'INTERMEDIATE')]
SUW19071217-V01-13-page1.txt: [("'When", 'When')]
SUW19071217-V01-13-page3.txt: [("'is", 'is')]
SUW19071217-V01-13-page4.txt: [("'meeting", 'meeting')]
SUW19071217-V01-13-page6.txt: [("'Land", 'Land'), ("'is", 'is')]
SUW19071217-V01-13-page7.txt: [("'to", 'to')]
SUW19071231-V01-14-page3.txt: [("'everlasting", 'everlasting'), ('\'"', '"')]
SUW19071231-V01-14-page4.txt: [("'every", 'every')]
SUW19071231-V01-14-page8.txt: [("'should", 'should')]
SUW19080114-V02-01-page1.txt: [("'a", 'a'), ("'the", 'the'), ("'suffering", 'suffering'), ("'a", 'a'), ("'believers", 'believers'), ("'Notwithstanding", 'Notwithstanding')]
SUW19080114-V02-01-page2.txt: [("'woman", 'woman')]
SUW19080114-V02-01-page4.txt: [("'neath", 'neath')]
SUW19080114-V02-01-page7.txt: [("'the", 'the'), ("'town", 'town')]
SUW19080128-V02-02-page2.txt: [("'Daniel", 'Daniel')]
SUW19080128-V02-02-page4.txt: [("'books", 'books'), ("'matter.", 'matter.')]
SUW19080128-V02-02-page7.txt: [("'in", 'in'), ("'Controversy", 'Controversy')]
SUW19080128-V02-02-page8.txt: [("'McVagh", 'McVagh')]
SUW19080211-V02-03-page1.txt: [("'together", 'together'), ("'end", 'end')]
SUW19080211-V02-03-page3.txt: [("'wk", 'wk')]
SUW19080211-V02-03-page4.txt: [("'read", 'read'), ("'and", 'and')]
SUW19080218-V02-04-page1.txt: [("'Wait", 'Wait'), ("'speak.", 'speak.'), ("'to", 'to')]
SUW19080218-V02-04-page2.txt: [("'Atlanta", 'Atlanta')]
SUW19080218-V02-04-page3.txt: [('\'"', '"')]
SUW19080225-V02-05-page10.txt: [("'true", 'true')]
SUW19080225-V02-05-page12.txt: [("'being", 'being')]
SUW19080225-V02-05-page13.txt: [("'I", 'I')]
SUW19080225-V02-05-page15.txt: [("'Bible", 'Bible')]
SUW19080225-V02-05-page3.txt: [("'We", 'We'), ("'smaller", 'smaller')]
SUW19080225-V02-05-page4.txt: [("'been", 'been'), ("'important", 'important')]
SUW19080225-V02-05-page5.txt: [("'the", 'the'), ("'is", 'is'), ("'statement.", 'statement.'), ("'Canvassing", 'Canvassing'), ("'suggested", 'suggested'), ("'Southeastern", 'Southeastern'), ("'prayer", 'prayer'), ("'of", 'of'), ("'the", 'the'), ("'Southeastern", 'Southeastern')]
SUW19080225-V02-05-page8.txt: [("'Moved", 'Moved'), ("'Meeting", 'Meeting')]
SUW19080225-V02-05-page9.txt: [("'Union", 'Union'), ("'nice", 'nice')]
SUW19080303-V02-06-page1.txt: [("'pass", 'pass'), ("'soon", 'soon'), ("'of", 'of')]
SUW19080303-V02-06-page2.txt: [("'a", 'a'), ("'a", 'a'), ("'foundation", 'foundation')]
SUW19080303-V02-06-page3.txt: [("'AND", 'AND'), ("'of", 'of'), ("'FIT", 'FIT'), ('\'""Empire', '""Empire')]
SUW19080303-V02-06-page4.txt: [("'the", 'the'), ("'in", 'in'), ("'in", 'in'), ("'a", 'a'), ("'people", 'people')]
SUW19080310-V02-07-page2.txt: [("'conference", 'conference'), ("'was", 'was')]
SUW19080317-V02-08-page1.txt: [("'clay", 'clay'), ("'sent", 'sent'), ("'Out", 'Out'), ("'to", 'to')]
SUW19080317-V02-08-page2.txt: [("'can", 'can'), ("'expect", 'expect'), ("''geV", 'geV'), ("'if", 'if'), ("'Whetr", 'Whetr'), ("'for", 'for'), ("'Pay", 'Pay'), ("'freely.", 'freely.'), ("'corn", 'corn'), ("'denying", 'denying'), ("'struggle", 'struggle'), ("'in", 'in'), ("'He", 'He'), ("'to", 'to'), ("'trust", 'trust'), ("'Wasto", 'Wasto'), ("'He", 'He'), ("'gratitude", 'gratitude'), ("'of", 'of'), ("'rejoice", 'rejoice'), ("'to", 'to'), ("'if", 'if'), ("'earned", 'earned')]
SUW19080317-V02-08-page3.txt: [("'attended.", 'attended.'), ("'Daniel", 'Daniel'), ("'the", 'the'), ("'County", 'County'), ("'wise", 'wise')]
SUW19080317-V02-08-page4.txt: [("'nit", 'nit'), ("'who", 'who'), ("'Lord's", 'Lords'), ("'N", 'N')]
SUW19080324-V02-09-page1.txt: [("'active", 'active')]
SUW19080324-V02-09-page2.txt: [("'The", 'The'), ("'Creek.", 'Creek.')]
SUW19080324-V02-09-page3.txt: [("'husband", 'husband')]
SUW19080331-V02-10-page1.txt: [("'funds", 'funds'), ("'to", 'to'), ("'requeSt", 'requeSt')]
SUW19080331-V02-10-page2.txt: [("'work.", 'work.')]
SUW19080331-V02-10-page3.txt: [("'this", 'this')]
SUW19080331-V02-10-page4.txt: [("'words", 'words'), ("'witness", 'witness'), ("'for", 'for'), ("'who", 'who'), ("'methods", 'methods'), ("''hoOk", 'hoOk'), ("'at", 'at'), ("'for", 'for')]
SUW19080407-V02-11-page1.txt: [("'shows", 'shows'), ("'Tis", 'Tis')]
SUW19080407-V02-11-page2.txt: [("'the", 'the')]
SUW19080414-V02-12-page1.txt: [("'that", 'that'), ("'have", 'have')]
SUW19080421-V02-13-page2.txt: [("'riftrc", 'riftrc')]
SUW19080421-V02-13-page3.txt: [("'Object", 'Object')]
SUW19080421-V02-13-page7.txt: [("'Go", 'Go'), ("'Much", 'Much'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'The", 'The')]
SUW19080421-V02-13-page8.txt: [("'A", 'A')]
SUW19080428-V02-14-page1.txt: [("'work", 'work')]
SUW19080428-V02-14-page2.txt: [("'Convention", 'Convention'), ("'gatherings", 'gatherings')]
SUW19080428-V02-14-page3.txt: [("'G", 'G')]
SUW19080428-V02-14-page4.txt: [("'CONFERENCE", 'CONFERENCE')]
SUW19080505-V02-15-page2.txt: [("'and", 'and')]
SUW19080505-V02-15-page3.txt: [("'I", 'I')]
SUW19080512-V02-16-page3.txt: [("'Great", 'Great')]
SUW19080519-V02-17-page1.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
SUW19080526-V02-18-page2.txt: [("'Pineville", 'Pineville')]
SUW19080609-V02-20-page1.txt: [("'not", 'not')]
SUW19080616-V02-21-page3.txt: [("'Daniel", 'Daniel'), ("'wk...", 'wk...')]
SUW19080616-V02-21-page4.txt: [("'pamphlet", 'pamphlet')]
SUW19080623-V02-22-page2.txt: [("'attempts", 'attempts'), ("'be", 'be'), ("'of", 'of'), ("'assisted", 'assisted')]
SUW19080623-V02-22-page3.txt: [("'effort", 'effort')]
SUW19080630-V02-23-page2.txt: [("'Ogden", 'Ogden'), ("'F.caryk", 'F.caryk'), ("'I", 'I')]
SUW19080707-V02-24-page1.txt: [("'the", 'the')]
SUW19080707-V02-24-page3.txt: [("'hinders", 'hinders')]
SUW19080707-V02-24-page4.txt: [("'Try", 'Try')]
SUW19080707-V02-24-page6.txt: [("'Daniel", 'Daniel')]
SUW19080714-V02-25-page1.txt: [("'city", 'city')]
SUW19080714-V02-25-page2.txt: [("'the", 'the')]
SUW19080721-V02-26-page1.txt: [("'Woul", 'Woul')]
SUW19080721-V02-26-page2.txt: [("'following", 'following')]
SUW19080721-V02-26-page5.txt: [("'the", 'the')]
SUW19080721-V02-26-page6.txt: [("'Tis", 'Tis'), ("'meetings", 'meetings')]
SUW19080728-V02-27-page2.txt: [("'They", 'They')]
SUW19080804-V02-28-page1.txt: [("'the", 'the')]
SUW19080804-V02-28-page4.txt: [("'here", 'here')]
SUW19080811-V02-29-page1.txt: [("'look", 'look')]
SUW19080811-V02-29-page2.txt: [("'our", 'our')]
SUW19080825-V02-31-page3.txt: [("'wk", 'wk'), ("'disc", 'disc')]
SUW19080901-V02-32-page4.txt: [("'unanimously", 'unanimously')]
SUW19080908-V02-33-page3.txt: [("'total", 'total')]
SUW19080908-V02-33-page4.txt: [("'A", 'A')]
SUW19080915-V02-34-page1.txt: [("'Add", 'Add')]
SUW19080915-V02-34-page6.txt: [("'have", 'have')]
SUW19080922-V02-35-page2.txt: [("'camp", 'camp')]
SUW19081006-V02-37-page2.txt: [("'my", 'my')]
SUW19081006-V02-37-page4.txt: [("'Abstain", 'Abstain')]
SUW19081006-V02-37-page6.txt: [("'hard", 'hard'), ("'at", 'at')]
SUW19081006-V02-37-page7.txt: [("'HLWaters...", 'HLWaters...')]
SUW19081006-V02-37-page8.txt: [("'cash", 'cash')]
SUW19081020-V02-39-page1.txt: [("'of", 'of')]
SUW19081020-V02-39-page2.txt: [("'tis", 'tis')]
SUW19081027-V02-40-page3.txt: [("'messages", 'messages'), ("'The", 'The')]
SUW19081103-V02-41-page2.txt: [("'times.", 'times.')]
SUW19081110-V02-42-page3.txt: [("'I'.", 'I.')]
SUW19081117-V02-43-page1.txt: [("'take", 'take'), ("'carry", 'carry')]
SUW19081117-V02-43-page2.txt: [("'need", 'need')]
SUW19081117-V02-43-page3.txt: [("'desirable", 'desirable'), ("'as", 'as')]
SUW19081117-V02-43-page4.txt: [("'orders", 'orders'), ("'reach", 'reach')]
SUW19081117-V02-43-page6.txt: [("'Daniel", 'Daniel')]
SUW19081124-V02-44-page1.txt: [("'.", '.')]
SUW19081201-V02-45-page1.txt: [("'miners.", 'miners.')]
SUW19081201-V02-45-page4.txt: [("'glad", 'glad'), ("'Following", 'Following'), ("'others", 'others'), ("'us", 'us'), ("'in", 'in')]
SUW19081208-V02-46-page1.txt: [("'Franklin.", 'Franklin.'), ("'Tarigipaboa", 'Tarigipaboa')]
SUW19081208-V02-46-page2.txt: [("'Tallahatchie", 'Tallahatchie'), ("'Clarendon", 'Clarendon'), ("'Bradley", 'Bradley'), ("'petition", 'petition'), ("'of", 'of')]
SUW19081208-V02-46-page3.txt: [("'profitable", 'profitable'), ("'experience", 'experience'), ("'held", 'held'), ("'Jan.", 'Jan.'), ("'students", 'students'), ("'to", 'to'), ("'handle", 'handle'), ("'Sbmetimes", 'Sbmetimes'), ("'that", 'that'), ("'showing", 'showing'), ("'double", 'double'), ("'to", 'to'), ("'winter", 'winter')]
SUW19081208-V02-46-page4.txt: [("'success", 'success'), ("'two", 'two')]
SUW19081208-V02-46-page5.txt: [("'attention", 'attention'), ("'and", 'and')]
SUW19081208-V02-46-page6.txt: [("'Do", 'Do'), ("'Daniel", 'Daniel'), ("'That", 'That'), ("'unto", 'unto'), ("'chaste", 'chaste'), ("'two", 'two'), ("'long", 'long'), ("'season's", 'seasons')]
SUW19081208-V02-46-page7.txt: [("'same.", 'same.')]
SUW19081208-V02-46-page8.txt: [("'the", 'the')]
SUW19081215-V02-47-page2.txt: [("'.", '.'), ("'What", 'What'), ("'Well", 'Well'), ("'treatments", 'treatments')]
SUW19081215-V02-47-page3.txt: [("'Mrs", 'Mrs')]
SUW19081215-V02-47-page4.txt: [("'TRELL", 'TRELL')]
SUW19081222-V02-48-page1.txt: [("'white", 'white'), ("'lg", 'lg')]
SUW19081229-V02-49-page1.txt: [("'mayors", 'mayors')]
SUW19081229-V02-49-page3.txt: [("'iti'onths", 'itionths')]
SUW19090105-V03-01-page3.txt: [("'.so", '.so')]
SUW19090105-V03-01-page4.txt: [("'off", 'off')]
SUW19090112-V03-02-page1.txt: [("'of", 'of'), ("'other", 'other'), ("''AILthe", 'AILthe')]
SUW19090112-V03-02-page2.txt: [("'is", 'is')]
SUW19090112-V03-02-page3.txt: [("'sister", 'sister'), ("'Harzman", 'Harzman')]
SUW19090112-V03-02-page4.txt: [("'c", 'c')]
SUW19090119-V03-03-page2.txt: [("'C.", 'C.')]
SUW19090119-V03-03-page3.txt: [("'W", 'W')]
SUW19090126-V03-04-page1.txt: [("'NOTES.", 'NOTES.')]
SUW19090126-V03-04-page4.txt: [("'Washington", 'Washington'), ("'D.", 'D.')]
SUW19090202-V03-05-page2.txt: [("'fiJ", 'fiJ'), ("'taking", 'taking')]
SUW19090202-V03-05-page4.txt: [("'NasbtriHe", 'NasbtriHe')]
SUW19090209-V03-06-page2.txt: [("'otit", 'otit')]
SUW19090209-V03-06-page3.txt: [("'Health..........................................", 'Health..........................................')]
SUW19090223-V03-08-page1.txt: [("'rO", 'rO')]
SUW19090302-V03-09-page1.txt: [("'high", 'high')]
SUW19090302-V03-09-page2.txt: [("'Mother", 'Mother'), ("'Trf'Kofeil", 'TrfKofeil')]
SUW19090302-V03-09-page3.txt: [("'M", 'M'), ("'friends", 'friends'), ("'For", 'For'), ("'Hnswer", 'Hnswer')]
SUW19090302-V03-09-page4.txt: [("'Elder", 'Elder'), ("'by", 'by'), ("'Are", 'Are')]
SUW19090309-V03-10-page4.txt: [("''SUBSCRIPTION", 'SUBSCRIPTION')]
SUW19090316-V03-11-page1.txt: [("'fheirj", 'fheirj')]
SUW19090316-V03-11-page3.txt: [("'conflict", 'conflict'), ("'for", 'for')]
SUW19090323-V03-12-page1.txt: [("'The", 'The')]
SUW19090323-V03-12-page2.txt: [("'surprising", 'surprising')]
SUW19090323-V03-12-page4.txt: [("'keep", 'keep')]
SUW19090330-V03-13-page1.txt: [("'fix", 'fix'), ("'and", 'and')]
SUW19090330-V03-13-page3.txt: [("'f", 'f'), ("'not", 'not')]
SUW19090330-V03-13-page4.txt: [("'FJ", 'FJ')]
SUW19090406-V03-14-page1.txt: [("'Without", 'Without'), ("'He", 'He')]
SUW19090406-V03-14-page2.txt: [("'to", 'to')]
SUW19090406-V03-14-page3.txt: [("'in", 'in'), ("'It", 'It')]
SUW19090406-V03-14-page4.txt: [("'aniTe'speciaily", 'aniTespeciaily')]
SUW19090413-V03-15-page2.txt: [("'afternoon", 'afternoon')]
SUW19090420-V03-16-page1.txt: [("'.man", '.man'), ("'Christians", 'Christians')]
SUW19090420-V03-16-page2.txt: [("'or", 'or'), ("'went", 'went'), ("'O", 'O')]
SUW19090420-V03-16-page4.txt: [("'tm", 'tm'), ("'St", 'St'), ("'Daily", 'Daily'), ("'your", 'your')]
SUW19090427-V03-17-page1.txt: [("'.parents", '.parents')]
SUW19090427-V03-17-page2.txt: [("'at", 'at')]
SUW19090504-V03-18-page3.txt: [("'in", 'in')]
SUW19090504-V03-18-page4.txt: [("'YdufTTTTnsifuHor", 'YdufTTTTnsifuHor')]
SUW19090511-V03-19-page1.txt: [("'Js'ee", 'Jsee'), ("'when", 'when')]
SUW19090518-V03-20-page1.txt: [("'veven", 'veven'), ("'may", 'may')]
SUW19090518-V03-20-page3.txt: [("'seed", 'seed')]
SUW19090525-V03-21-page3.txt: [("'to", 'to'), ("'Romines", 'Romines')]
SUW19090525-V03-21-page4.txt: [("'St", 'St')]
SUW19090601-V03-22-page4.txt: [("'The", 'The')]
SUW19090608-V03-23-page1.txt: [("'.you", '.you')]
SUW19090608-V03-23-page3.txt: [("'S", 'S'), ("'Louise", 'Louise'), ("'WaichmSm'h", 'WaichmSmh')]
SUW19090608-V03-23-page4.txt: [("'rest.", 'rest.')]
SUW19090615-V03-24-page1.txt: [("'discouragements", 'discouragements'), ("''peOple", 'peOple'), ("'pardoned", 'pardoned'), ("'unto", 'unto')]
SUW19090615-V03-24-page2.txt: [("'Daniel", 'Daniel'), ("'where", 'where'), ("'sent", 'sent')]
SUW19090615-V03-24-page3.txt: [("'Bible", 'Bible')]
SUW19090615-V03-24-page4.txt: [("'A", 'A')]
SUW19090622-V03-25-page2.txt: [("'is", 'is'), ("'We", 'We')]
SUW19090622-V03-25-page3.txt: [("'have", 'have')]
SUW19090622-V03-25-page4.txt: [("'people.", 'people.')]
SUW19090629-V03-26-page2.txt: [("'Secretary", 'Secretary'), ("'a", 'a'), ("'God", 'God')]
SUW19090629-V03-26-page3.txt: [("'cultivate", 'cultivate')]
SUW19090706-V03-27-page2.txt: [("'A", 'A')]
SUW19090706-V03-27-page4.txt: [("'state", 'state')]
SUW19090713-V03-28-page1.txt: [("'in", 'in'), ("'good", 'good'), ("'door", 'door'), ("'seeking", 'seeking'), ("'theirhomes.", 'theirhomes.')]
SUW19090713-V03-28-page2.txt: [("'little", 'little'), ("'more", 'more'), ("'a", 'a')]
SUW19090720-V03-29-page3.txt: [("'by", 'by'), ("'OF", 'OF')]
SUW19090727-V03-30-page1.txt: [("'due", 'due'), ("'L", 'L'), ("'re", 're'), ("'yet", 'yet'), ("'sweetness", 'sweetness'), ("'it", 'it'), ("'to", 'to'), ("'he", 'he'), ("'rugs", 'rugs'), ("'Pail", 'Pail'), ("'scissors", 'scissors'), ("'other", 'other'), ("'PerPleXifies", 'PerPleXifies'), ("'such", 'such'), ("'T", 'T'), ("'out", 'out'), ("'these", 'these'), ("'during", 'during'), ("'representatives", 'representatives'), ("'Of", 'Of'), ("'every", 'every'), ("'them", 'them'), ("'our", 'our'), ("'the", 'the')]
SUW19090727-V03-30-page2.txt: [("'central", 'central'), ("'will", 'will'), ("'we", 'we'), ("'The", 'The'), ("'The", 'The'), ("'have", 'have'), ("'any", 'any'), ("'on", 'on'), ("'selection", 'selection'), ("'have", 'have')]
SUW19090727-V03-30-page3.txt: [("'This", 'This'), ("'continued", 'continued'), ("'Next", 'Next'), ("'Cheek...", 'Cheek...'), ("'a", 'a')]
SUW19090727-V03-30-page4.txt: [("'OFFER", 'OFFER'), ("'for", 'for'), ("'.", '.'), ("'success", 'success'), ("'the", 'the'), ("'rejoiced", 'rejoiced'), ("'She", 'She'), ("'do", 'do')]
SUW19090803-V03-31-page2.txt: [("'may", 'may')]
SUW19090803-V03-31-page4.txt: [("'each", 'each')]
SUW19090803-V03-31-page5.txt: [("'this", 'this')]
SUW19090810-V03-32-page1.txt: [("'heard", 'heard'), ("'done", 'done'), ("'worship", 'worship'), ("'neath", 'neath'), ("'the", 'the')]
SUW19090810-V03-32-page2.txt: [("'has", 'has'), ("'average", 'average')]
SUW19090817-V03-33-page1.txt: [("'the", 'the'), ("'d", 'd'), ("'Cinre", 'Cinre')]
SUW19090817-V03-33-page4.txt: [("'Huntsville", 'Huntsville'), ("'t", 't'), ("'m", 'm')]
SUW19090831-V03-34-page2.txt: [("'three", 'three')]
SUW19090831-V03-34-page3.txt: [("'why.", 'why.'), ("'Skidmore", 'Skidmore')]
SUW19090907-V03-35-page1.txt: [("'T", 'T')]
SUW19090907-V03-35-page4.txt: [("'Right", 'Right'), ("'.", '.'), ("'Right", 'Right'), ('\'"', '"')]
SUW19090914-V03-36-page1.txt: [("'We", 'We'), ("'meet", 'meet')]
SUW19090914-V03-36-page2.txt: [("'Missionary", 'Missionary')]
SUW19090921-V03-37-page3.txt: [("'my", 'my')]
SUW19090928-V03-38-page1.txt: [("'ruitless", 'ruitless')]
SUW19090928-V03-38-page2.txt: [("'how", 'how'), ("'rich", 'rich')]
SUW19090928-V03-38-page3.txt: [("'small", 'small'), ("'Oklahoina.", 'Oklahoina.')]
SUW19091005-V03-39-page1.txt: [("'thy", 'thy'), ("'Let", 'Let'), ("''CII", 'CII')]
SUW19091005-V03-39-page2.txt: [("'this", 'this'), ("'briefly", 'briefly')]
SUW19091005-V03-39-page3.txt: [("'Nearly", 'Nearly'), ("'stand", 'stand'), ("'indefinitely", 'indefinitely')]
SUW19091005-V03-39-page4.txt: [("'Pd", 'Pd'), ("'illness", 'illness')]
SUW19091012-V03-40-page2.txt: [("'basket", 'basket')]
SUW19091012-V03-40-page4.txt: [("'the", 'the')]
SUW19091019-V03-41-page1.txt: [("'t", 't'), ("'en", 'en'), ("'College", 'College'), ("'was", 'was')]
SUW19091019-V03-41-page2.txt: [("'possess", 'possess'), ("'for", 'for')]
SUW19091019-V03-41-page3.txt: [("'for", 'for')]
SUW19091019-V03-41-page4.txt: [("'s", 's')]
SUW19091026-V03-42-page2.txt: [("'Well", 'Well')]
SUW19091026-V03-42-page3.txt: [("'Ore", 'Ore'), ("'Daniel", 'Daniel'), ("'harvest", 'harvest')]
SUW19091102-V03-43-page1.txt: [("'of", 'of')]
SUW19091109-V03-44-page2.txt: [('\'rat.\'"', 'rat."'), ("'make", 'make'), ("'and", 'and'), ("'WHAT", 'WHAT')]
SUW19091123-V03-46-page1.txt: [("'steps", 'steps')]
SUW19091123-V03-46-page2.txt: [("'A", 'A'), ("'canvasser", 'canvasser'), ("'work", 'work')]
SUW19091130-V03-47-page1.txt: [("'re", 're'), ("'re", 're')]
SUW19091130-V03-47-page2.txt: [("'congregation", 'congregation'), ("'I", 'I')]
SUW19091207-V03-48-page1.txt: [("'function", 'function'), ("'a", 'a'), ("'you", 'you'), ("'house", 'house')]
SUW19091207-V03-48-page2.txt: [("'them.", 'them.'), ("'elder", 'elder'), ("'showing", 'showing'), ("'in", 'in'), ("'I", 'I'), ("'were", 'were'), ("'the", 'the'), ("'the", 'the')]
SUW19091207-V03-48-page3.txt: [("'Those", 'Those'), ("'hope", 'hope'), ("'student", 'student'), ("'the", 'the')]
SUW19091207-V03-48-page4.txt: [("'for", 'for'), ("'.", '.')]
SUW19091214-V03-49-page1.txt: [('\'"', '"')]
SUW19091214-V03-49-page2.txt: [("'by", 'by'), ("'Sister", 'Sister'), ("'us", 'us'), ("'experiences", 'experiences'), ("'during", 'during'), ("'iiiiiChIneeded", 'iiiiiChIneeded'), ("'us'.", 'us.')]
SUW19091214-V03-49-page4.txt: [("'fat", 'fat'), ("'significance", 'significance'), ("'Shaeffer", 'Shaeffer'), ("'cies", 'cies')]
SUW19091221-V03-50-page1.txt: [("'has", 'has')]
SUW19091221-V03-50-page2.txt: [("'summer", 'summer')]
SUW19091221-V03-50-page3.txt: [("'We", 'We')]
SUW19091221-V03-50-page4.txt: [("'f", 'f')]
SUW19091228-V03-51-page1.txt: [("'a", 'a')]
SUW19091228-V03-51-page2.txt: [("'these", 'these')]
SUW19091228-V03-51-page3.txt: [("'Gerhard", 'Gerhard'), ("'plea", 'plea'), ("'for", 'for'), ("'joined", 'joined')]
SUW19091228-V03-51-page4.txt: [("'constituency", 'constituency'), ("'Adventists", 'Adventists'), ("'class.", 'class.')]
SUW19100104-V04-01-page1.txt: [("'REPORT", 'REPORT'), ("'ii", 'ii'), ("'Th'ese", 'These'), ("'eturn", 'eturn')]
SUW19100104-V04-01-page2.txt: [("'My", 'My'), ("'to", 'to'), ("'in", 'in')]
SUW19100104-V04-01-page3.txt: [("'sandstone", 'sandstone')]
SUW19100104-V04-01-page4.txt: [("'CENTS", 'CENTS'), ("'g", 'g'), ("'Boy's", 'Boys')]
SUW19100111-V04-02-page2.txt: [("'of", 'of'), ("'at", 'at')]
SUW19100111-V04-02-page3.txt: [("'shine", 'shine'), ("'A", 'A'), ("'way", 'way')]
SUW19100118-V04-03-page1.txt: [("'neath", 'neath'), ("'d", 'd')]
SUW19100118-V04-03-page3.txt: [("'uncertain", 'uncertain')]
SUW19100118-V04-03-page4.txt: [("'Taking", 'Taking')]
SUW19100125-V04-04-page10.txt: [("'to", 'to'), ("'prevail", 'prevail')]
SUW19100125-V04-04-page11.txt: [("'This", 'This'), ('\'"', '"')]
SUW19100125-V04-04-page12.txt: [("'He", 'He')]
SUW19100125-V04-04-page13.txt: [("'He", 'He')]
SUW19100125-V04-04-page14.txt: [("'comfort", 'comfort')]
SUW19100125-V04-04-page2.txt: [("'in", 'in'), ("'simple", 'simple')]
SUW19100125-V04-04-page3.txt: [('\'"', '"')]
SUW19100125-V04-04-page4.txt: [("'gm", 'gm')]
SUW19100125-V04-04-page5.txt: [("'Greater", 'Greater')]
SUW19100125-V04-04-page6.txt: [("'Great", 'Great'), ("'patriarchs", 'patriarchs'), ("'Great", 'Great'), ("'Both", 'Both'), ("'but", 'but'), ("'I", 'I'), ("'Selling", 'Selling')]
SUW19100125-V04-04-page7.txt: [("'Bible", 'Bible'), ("'Coming", 'Coming'), ("'Family", 'Family'), ("'Daniel", 'Daniel'), ("'Object", 'Object'), ("'Mount", 'Mount'), ("'I", 'I'), ("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'I", 'I'), ("'See", 'See'), ("'Bible", 'Bible'), ("'It", 'It'), ("'While", 'While')]
SUW19100125-V04-04-page8.txt: [("'Such", 'Such'), ("'I", 'I'), ("'would", 'would')]
SUW19100203-V04-05-page1.txt: [("'beginning", 'beginning')]
SUW19100203-V04-05-page2.txt: [("'of", 'of'), ("'business", 'business')]
SUW19100203-V04-05-page5.txt: [("'the", 'the'), ("'in", 'in')]
SUW19100203-V04-05-page6.txt: [("'such", 'such'), ("'provided", 'provided')]
SUW19100203-V04-05-page7.txt: [("'submitted", 'submitted')]
SUW19100210-V04-06-page3.txt: [("'different", 'different'), ("'The", 'The')]
SUW19100210-V04-06-page4.txt: [("'the", 'the')]
SUW19100210-V04-06-page5.txt: [("'upon", 'upon'), ("'statement", 'statement')]
SUW19100210-V04-06-page6.txt: [("'used", 'used'), ("'have", 'have')]
SUW19100210-V04-06-page8.txt: [("'coo.", 'coo.'), ("'reunion", 'reunion')]
SUW19100217-V04-07-page2.txt: [("'mentioned", 'mentioned'), ("'McVagh", 'McVagh')]
SUW19100217-V04-07-page4.txt: [("'We", 'We'), ("'A.", 'A.')]
SUW19100217-V04-07-page5.txt: [("'Chairman", 'Chairman'), ("'EDUCATION", 'EDUCATION'), ("'the", 'the'), ("'effort", 'effort')]
SUW19100217-V04-07-page6.txt: [("'encourage", 'encourage'), ("'good", 'good')]
SUW19100217-V04-07-page7.txt: [("'help", 'help'), ("'TO", 'TO')]
SUW19100217-V04-07-page8.txt: [("'begin", 'begin')]
SUW19100224-V04-08-page2.txt: [("'home.", 'home.'), ("'profitable", 'profitable')]
SUW19100224-V04-08-page3.txt: [("'his", 'his')]
SUW19100303-V04-09-page1.txt: [("'t", 't')]
SUW19100303-V04-09-page2.txt: [("'upon", 'upon'), ("'they", 'they')]
SUW19100310-V04-10-page2.txt: [("'young", 'young')]
SUW19100310-V04-10-page3.txt: [("'ller", 'ller'), ("'There", 'There')]
SUW19100317-V04-11-page2.txt: [("'from", 'from')]
SUW19100324-V04-12-page2.txt: [("'Mareh", 'Mareh'), ("'a", 'a')]
SUW19100324-V04-12-page4.txt: [("'Society", 'Society')]
SUW19100331-V04-13-page2.txt: [("'at", 'at')]
SUW19100407-V04-14-page1.txt: [("'enter", 'enter')]
SUW19100407-V04-14-page2.txt: [("'the", 'the'), ("'land", 'land')]
SUW19100407-V04-14-page3.txt: [("'become", 'become')]
SUW19100407-V04-14-page4.txt: [("'Sanitarium", 'Sanitarium')]
SUW19100414-V04-15-page1.txt: [("'Wonderful", 'Wonderful')]
SUW19100414-V04-15-page2.txt: [("'at", 'at'), ("'Ministry", 'Ministry')]
SUW19100421-V04-16-page2.txt: [("'rotal", 'rotal')]
SUW19100428-V04-17-page1.txt: [("'that", 'that')]
SUW19100428-V04-17-page2.txt: [("'future", 'future')]
SUW19100428-V04-17-page3.txt: [("'another", 'another')]
SUW19100428-V04-17-page4.txt: [("'and", 'and')]
SUW19100505-V04-18-page1.txt: [("'d", 'd')]
SUW19100505-V04-18-page4.txt: [("'our", 'our')]
SUW19100512-V04-19-page2.txt: [("'I", 'I')]
SUW19100519-V04-20-page2.txt: [("'cities", 'cities'), ("'When", 'When')]
SUW19100519-V04-20-page4.txt: [("'Yak", 'Yak')]
SUW19100519-V04-20-page5.txt: [("'Myer", 'Myer')]
SUW19100519-V04-20-page7.txt: [("'notices", 'notices')]
SUW19100526-V04-21-page2.txt: [("'Publishing", 'Publishing')]
SUW19100526-V04-21-page3.txt: [("'This", 'This'), ("'WORKER", 'WORKER')]
SUW19100526-V04-21-page4.txt: [("'we", 'we'), ("'River", 'River'), ("'he", 'he'), ("'but", 'but')]
SUW19100526-V04-21-page6.txt: [("'Of", 'Of')]
SUW19100526-V04-21-page7.txt: [("'WORKER", 'WORKER')]
SUW19100602-V04-22-page2.txt: [("'Muse", 'Muse')]
SUW19100602-V04-22-page3.txt: [("'This", 'This'), ("'apples", 'apples')]
SUW19100602-V04-22-page4.txt: [("'can", 'can')]
SUW19100602-V04-22-page5.txt: [("'River", 'River')]
SUW19100602-V04-22-page7.txt: [("'is", 'is')]
SUW19100609-V04-23-page1.txt: [("'cog", 'cog')]
SUW19100609-V04-23-page5.txt: [("'WORKER", 'WORKER')]
SUW19100609-V04-23-page8.txt: [("'are", 'are'), ("'dollars", 'dollars')]
SUW19100616-V04-24-page4.txt: [("'are", 'are')]
SUW19100616-V04-24-page5.txt: [("'Bible", 'Bible')]
SUW19100616-V04-24-page7.txt: [("'Lift", 'Lift')]
SUW19100616-V04-24-page8.txt: [("'in", 'in')]
SUW19100623-V04-25-page2.txt: [("'in", 'in'), ("'danced", 'danced'), ("'lots", 'lots'), ("'his", 'his')]
SUW19100623-V04-25-page4.txt: [("'hath", 'hath')]
SUW19100623-V04-25-page6.txt: [("'school", 'school')]
SUW19100623-V04-25-page7.txt: [("'NOW", 'NOW')]
SUW19100630-V04-26-page1.txt: [("'after", 'after'), ("'neath", 'neath')]
SUW19100630-V04-26-page2.txt: [("'mouse", 'mouse'), ("'daily", 'daily')]
SUW19100630-V04-26-page6.txt: [("'River", 'River')]
SUW19100630-V04-26-page7.txt: [("'WORKER", 'WORKER')]
SUW19100630-V04-26-page8.txt: [("'Alexandria", 'Alexandria'), ("'A", 'A')]
SUW19100707-V04-27-page1.txt: [("'the", 'the')]
SUW19100707-V04-27-page2.txt: [("'Home", 'Home'), ("'I", 'I'), ("'Bible", 'Bible'), ("'I", 'I'), ("'Steps", 'Steps'), ("'Daniel", 'Daniel'), ("'Daniel", 'Daniel'), ("'Bible", 'Bible'), ("'Come", 'Come'), ("'Daniel", 'Daniel'), ("'I", 'I'), ("'a", 'a'), ("'witness", 'witness')]
SUW19100707-V04-27-page3.txt: [("'States", 'States')]
SUW19100707-V04-27-page4.txt: [("'they", 'they'), ("'Ministry", 'Ministry'), ("'the", 'the')]
SUW19100707-V04-27-page6.txt: [("'The", 'The'), ("'gait", 'gait'), ("'thissionS.", 'thissionS.'), ("'meeting", 'meeting'), ("'One", 'One')]
SUW19100714-V04-28-page1.txt: [("'s", 's'), ("'Punching", 'Punching'), ("'house", 'house')]
SUW19100714-V04-28-page2.txt: [("'ence-.", 'ence-.')]
SUW19100714-V04-28-page3.txt: [("'ons", 'ons'), ("'much", 'much')]
SUW19100714-V04-28-page5.txt: [("'charity", 'charity')]
SUW19100714-V04-28-page6.txt: [("'Lift", 'Lift')]
SUW19100714-V04-28-page7.txt: [("'are", 'are')]
SUW19100714-V04-28-page8.txt: [("'F.", 'F.')]
SUW19100721-V04-29-page2.txt: [("'Daniel", 'Daniel'), ('\'Were"', 'Were"'), ("'Daniel", 'Daniel'), ("'Bible", 'Bible'), ("'It", 'It'), ("'Bible", 'Bible')]
SUW19100721-V04-29-page3.txt: [("'mentioned", 'mentioned'), ("'few", 'few')]
SUW19100721-V04-29-page5.txt: [("'grandest", 'grandest')]
SUW19100721-V04-29-page6.txt: [("'hold", 'hold')]
SUW19100728-V04-30-page4.txt: [("'matter.", 'matter.')]
SUW19100728-V04-30-page5.txt: [("'and", 'and'), ("'exhaustive", 'exhaustive')]
SUW19100728-V04-30-page6.txt: [("'notices", 'notices')]
SUW19100728-V04-30-page8.txt: [("'Take", 'Take')]
SUW19100804-V04-31-page1.txt: [("'no", 'no'), ("'no", 'no')]
SUW19100804-V04-31-page2.txt: [("'Good", 'Good'), ("'an", 'an')]
SUW19100804-V04-31-page4.txt: [("'River", 'River')]
SUW19100804-V04-31-page5.txt: [("'that", 'that')]
SUW19100804-V04-31-page6.txt: [("'Home", 'Home')]
SUW19100804-V04-31-page7.txt: [("'all", 'all'), ("'Annie", 'Annie')]
SUW19100811-V04-32-page2.txt: [("'find", 'find'), ("'I", 'I'), ("'A", 'A'), ("'can", 'can'), ("'that", 'that'), ("'Heaven", 'Heaven'), ("'Daniel", 'Daniel'), ("'to", 'to')]
SUW19100811-V04-32-page3.txt: [("'JULY", 'JULY')]
SUW19100811-V04-32-page4.txt: [("'indirectly", 'indirectly')]
SUW19100811-V04-32-page8.txt: [("'pages", 'pages')]
SUW19100818-V04-33-page3.txt: [("'When", 'When'), ("'Who", 'Who'), ("'We", 'We'), ("'No", 'No'), ("'I", 'I')]
SUW19100818-V04-33-page6.txt: [('\'it."', 'it."')]
SUW19100818-V04-33-page7.txt: [("'Reward", 'Reward')]
SUW19100818-V04-33-page8.txt: [("'true", 'true')]
SUW19100901-V04-34-page1.txt: [("'ant.", 'ant.')]
SUW19100901-V04-34-page11.txt: [("'the", 'the'), ("'by", 'by'), ("'birthday", 'birthday'), ("'.BEI", '.BEI')]
SUW19100901-V04-34-page2.txt: [("'Muse", 'Muse')]
SUW19100901-V04-34-page3.txt: [("'Meet", 'Meet'), ("'.z.rieW.", '.z.rieW.'), ("'fellOW", 'fellOW'), ("'in", 'in'), ("'c", 'c')]
SUW19100901-V04-34-page7.txt: [("'that", 'that'), ("'so.", 'so.'), ("'interested", 'interested'), ("'tract", 'tract')]
SUW19100901-V04-34-page9.txt: [("'meeting", 'meeting')]
SUW19100908-V04-35-page1.txt: [("'trust", 'trust')]
SUW19100908-V04-35-page2.txt: [("'Was", 'Was'), ("'Bible", 'Bible')]
SUW19100908-V04-35-page3.txt: [("'Here", 'Here'), ("'tis", 'tis'), ("'Daniel", 'Daniel'), ("'Bible", 'Bible'), ("'Steps", 'Steps'), ("'Best", 'Best'), ("'Daniel", 'Daniel'), ("'Best", 'Best'), ("'Daniel", 'Daniel'), ("'in", 'in'), ("'the", 'the')]
SUW19100908-V04-35-page4.txt: [("'ual.", 'ual.'), ("'Take", 'Take'), ("'nlilY", 'nlilY')]
SUW19100908-V04-35-page7.txt: [('\'"a', '"a')]
SUW19100908-V04-35-page8.txt: [("'to", 'to')]
SUW19100915-V04-36-page1.txt: [("'There", 'There'), ("'YOUr", 'YOUr'), ("'te", 'te'), ("'pressed", 'pressed'), ("'knew", 'knew'), ("'now", 'now'), ("'the", 'the'), ("'butthey", 'butthey'), ('\'Concert."', 'Concert."')]
SUW19100915-V04-36-page2.txt: [("'Practical", 'Practical'), ("'Past", 'Past'), ("'Practical", 'Practical'), ("'Past", 'Past'), ("'Practical", 'Practical'), ("'Monday", 'Monday'), ("'Yes", 'Yes'), ("'received", 'received')]
SUW19100915-V04-36-page3.txt: [("'they", 'they'), ("'amount", 'amount')]
SUW19100915-V04-36-page4.txt: [("'privilege", 'privilege')]
SUW19100915-V04-36-page6.txt: [("'Burrow", 'Burrow')]
SUW19100915-V04-36-page7.txt: [("'foods", 'foods'), ("'WPAIKEB", 'WPAIKEB')]
SUW19100915-V04-36-page8.txt: [("'masculine", 'masculine')]
SUW19100922-V04-37-page1.txt: [("'How", 'How'), ("'What", 'What')]
SUW19100922-V04-37-page3.txt: [("'bur", 'bur')]
SUW19100922-V04-37-page4.txt: [("'Flyer", 'Flyer'), ("'the", 'the'), ("'e", 'e')]
SUW19100922-V04-37-page5.txt: [("'young", 'young'), ("'WORKER", 'WORKER'), ("'the", 'the'), ("'of", 'of'), ("'the", 'the')]
SUW19100922-V04-37-page7.txt: [("'can", 'can')]
SUW19100929-V04-38-page1.txt: [("'in", 'in')]
SUW19100929-V04-38-page2.txt: [("'bowie", 'bowie'), ("'Last", 'Last')]
SUW19100929-V04-38-page3.txt: [("'Course", 'Course'), ("'hear", 'hear'), ("'CrOd", 'CrOd'), ('\'"\'hunti\'ng', '"hunting'), ("'report", 'report')]
SUW19100929-V04-38-page5.txt: [("'her", 'her')]
SUW19100929-V04-38-page7.txt: [("'Weatietit", 'Weatietit'), ("''..the", '..the'), ("'the", 'the'), ("'article", 'article'), ("'entitled", 'entitled'), ("'God", 'God')]
SUW19101006-V04-39-page1.txt: [("'effort", 'effort'), ("'Are", 'Are'), ("'of", 'of'), ("'atquairited", 'atquairited'), ("'more", 'more'), ("'Laodicean", 'Laodicean'), ("'contr", 'contr'), ("'arsh", 'arsh'), ("'hem.", 'hem.'), ("'is", 'is'), ("'F.", 'F.')]
SUW19101006-V04-39-page2.txt: [("'we", 'we'), ("'retard", 'retard'), ("'effort", 'effort'), ("'How", 'How'), ("'Bible", 'Bible')]
SUW19101006-V04-39-page3.txt: [("'the", 'the'), ("'We", 'We'), ("'work", 'work'), ("'UNION", 'UNION')]
SUW19101006-V04-39-page5.txt: [("'firm", 'firm'), ("'both", 'both'), ("'this.", 'this.'), ("'WORKED", 'WORKED'), ("'decide", 'decide'), ("'society", 'society')]
SUW19101006-V04-39-page7.txt: [("'too", 'too'), ("'too", 'too')]
SUW19101013-V04-40-page1.txt: [("'are", 'are'), ("'missionary", 'missionary'), ("'every", 'every')]
SUW19101013-V04-40-page2.txt: [("'Publishing", 'Publishing'), ("'a", 'a'), ("'I", 'I'), ("'La", 'La'), ("'I", 'I'), ("'My", 'My'), ("'You", 'You'), ("'The", 'The'), ("'I", 'I')]
SUW19101013-V04-40-page3.txt: [("'hard", 'hard'), ("'sin", 'sin')]
SUW19101013-V04-40-page4.txt: [("'S", 'S')]
SUW19101013-V04-40-page5.txt: [("'Work", 'Work'), ("'office", 'office'), ("'once", 'once')]
SUW19101013-V04-40-page7.txt: [("''.With", '.With'), ("'life", 'life'), ("'more", 'more'), ("'a", 'a'), ("'Ali", 'Ali'), ("'CO", 'CO'), ("'Cod", 'Cod'), ("'neither", 'neither')]
SUW19101020-V04-41-page1.txt: [("'eried", 'eried'), ("'th", 'th'), ("'arise", 'arise')]
SUW19101020-V04-41-page2.txt: [("'added", 'added'), ("'Into", 'Into'), ("'publishing", 'publishing'), ("'Bible", 'Bible'), ("'The", 'The'), ("'And", 'And'), ("'would", 'would'), ("'Bible", 'Bible'), ("'Change", 'Change'), ("'Let", 'Let'), ("'what", 'what')]
SUW19101020-V04-41-page3.txt: [("'be", 'be'), ("'Christ", 'Christ')]
SUW19101020-V04-41-page5.txt: [("'Let", 'Let'), ("'soon", 'soon')]
SUW19101020-V04-41-page7.txt: [("'CANVASSING", 'CANVASSING'), ("'Mississippi", 'Mississippi'), ("''become", 'become')]
SUW19101020-V04-41-page8.txt: [("'waste", 'waste')]
SUW19101027-V04-42-page1.txt: [("'that", 'that'), ("'mighty.", 'mighty.')]
SUW19101027-V04-42-page2.txt: [("'gm", 'gm'), ("'summary", 'summary'), ("'Dear", 'Dear'), ("'Be", 'Be'), ("'market", 'market')]
SUW19101027-V04-42-page3.txt: [("'redeem", 'redeem'), ("'pay", 'pay'), ("'Perhaps", 'Perhaps'), ("'Elder", 'Elder'), ("'Daniel", 'Daniel'), ("'Daniel", 'Daniel'), ("'Best", 'Best'), ("'everlasting", 'everlasting'), ("'Bible", 'Bible')]
SUW19101027-V04-42-page5.txt: [("'cal-rip-Meeting", 'cal-rip-Meeting'), ("'It", 'It')]
SUW19101027-V04-42-page6.txt: [("'WORKER", 'WORKER')]
SUW19101027-V04-42-page7.txt: [("'cial.", 'cial.')]
SUW19101027-V04-42-page8.txt: [("'grow.", 'grow.')]
SUW19101103-V04-43-page1.txt: [("'had", 'had'), ('\'fever"', 'fever"'), ("'is", 'is'), ("'is", 'is')]
SUW19101103-V04-43-page2.txt: [("'Publishingbouse", 'Publishingbouse'), ("'true", 'true'), ("'old", 'old'), ("'Past", 'Past'), ("'Who", 'Who'), ("'This", 'This'), ("'Yes", 'Yes')]
SUW19101103-V04-43-page3.txt: [("'Past", 'Past'), ("'Daniel", 'Daniel'), ("'All", 'All'), ("'I", 'I'), ("'Have", 'Have'), ("'All", 'All'), ("'Go", 'Go'), ("'Bible-Footlights", 'Bible-Footlights')]
SUW19101103-V04-43-page4.txt: [("'River", 'River')]
SUW19101103-V04-43-page5.txt: [("'fail", 'fail'), ("'H.", 'H.'), ("'appetite", 'appetite'), ("'Bre.", 'Bre.'), ("'Tyer", 'Tyer')]
SUW19101103-V04-43-page6.txt: [("'Ye", 'Ye')]
SUW19101110-V04-44-page1.txt: [("'the", 'the')]
SUW19101110-V04-44-page2.txt: [("'Publishing", 'Publishing'), ("'I", 'I'), ("'Yes", 'Yes'), ("'I", 'I'), ("'Yes", 'Yes'), ("'I", 'I'), ("'But", 'But')]
SUW19101110-V04-44-page3.txt: [("'sisterS", 'sisterS'), ("'and", 'and')]
SUW19101110-V04-44-page4.txt: [("'who", 'who')]
SUW19101110-V04-44-page5.txt: [("'Lord", 'Lord'), ("'to", 'to')]
SUW19101110-V04-44-page6.txt: [("'from", 'from')]
SUW19101110-V04-44-page8.txt: [("'who", 'who')]
SUW19101117-V04-45-page1.txt: [("'the", 'the'), ("'isolated", 'isolated')]
SUW19101117-V04-45-page2.txt: [("'publishing", 'publishing'), ("'Bible", 'Bible'), ("'Best", 'Best'), ("'His", 'His'), ("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'That's", 'Thats'), ("'Mother", 'Mother'), ("'I", 'I'), ("'Manual", 'Manual'), ("'Good", 'Good')]
SUW19101117-V04-45-page3.txt: [("'Twould", 'Twould'), ("'With", 'With')]
SUW19101117-V04-45-page5.txt: [("'set", 'set'), ("'they", 'they')]
SUW19101117-V04-45-page6.txt: [("'of", 'of'), ("'months", 'months'), ("'sculptor", 'sculptor'), ("'the", 'the')]
SUW19101117-V04-45-page8.txt: [('\'"boy', '"boy')]
SUW19101124-V04-46-page1.txt: [("'tis", 'tis'), ("'store", 'store'), ("'walls", 'walls'), ("'the", 'the'), ("'is", 'is')]
SUW19101124-V04-46-page2.txt: [("'here", 'here'), ("'then", 'then'), ("''was", 'was'), ("'gm", 'gm')]
SUW19101124-V04-46-page3.txt: [("'can", 'can')]
SUW19101124-V04-46-page4.txt: [("'River", 'River')]
SUW19101124-V04-46-page5.txt: [("'Also", 'Also'), ("'Freely", 'Freely'), ("'first", 'first'), ("'spect", 'spect'), ("'Twas", 'Twas'), ("'Heralds", 'Heralds'), ("'Sanitarium", 'Sanitarium'), ("'Itorning", 'Itorning')]
SUW19101124-V04-46-page6.txt: [("'Quiet", 'Quiet'), ('\'"', '"'), ("'in", 'in')]
SUW19101124-V04-46-page7.txt: [("'Wheeler", 'Wheeler')]
SUW19101124-V04-46-page8.txt: [("'From", 'From'), ("'Roman", 'Roman'), ("'us", 'us')]
SUW19101201-V04-47-page3.txt: [("'We", 'We')]
SUW19101201-V04-47-page4.txt: [("'Past", 'Past'), ("'Here", 'Here'), ("'River", 'River'), ("'Daniel", 'Daniel'), ("'Bible", 'Bible'), ("'Best", 'Best'), ("'Bible", 'Bible'), ("'Daniel", 'Daniel')]
SUW19101201-V04-47-page8.txt: [("'Please", 'Please')]
SUW19101208-V04-48-page2.txt: [("'Publishing", 'Publishing'), ("'Over", 'Over')]
SUW19101208-V04-48-page6.txt: [("'got", 'got')]
SUW19101208-V04-48-page7.txt: [("'them", 'them')]
SUW19101215-V04-49-page1.txt: [("'equal", 'equal')]
SUW19101215-V04-49-page2.txt: [("'There", 'There'), ("'rouse", 'rouse'), ("'Daniel", 'Daniel'), ("'Daniel", 'Daniel'), ("'Daniel", 'Daniel'), ("'Bible", 'Bible'), ("'Christ's", 'Christs'), ("'Daniel", 'Daniel'), ("'Daniel", 'Daniel'), ("'School", 'School'), ("'Coming", 'Coming'), ("'His", 'His'), ("'Patriarchs", 'Patriarchs'), ("'Prophecies", 'Prophecies'), ("'Marvel", 'Marvel'), ("'This", 'This')]
SUW19101215-V04-49-page3.txt: [("'Did", 'Did'), ("'I", 'I'), ("'Great", 'Great'), ("'No", 'No'), ("'Not", 'Not')]
SUW19101215-V04-49-page4.txt: [("'I", 'I'), ("'ten", 'ten'), ("'Value", 'Value')]
SUW19101215-V04-49-page5.txt: [("''quota.", 'quota.')]
SUW19101215-V04-49-page6.txt: [("'School", 'School'), ("'scurrilous", 'scurrilous'), ("'River", 'River')]
SUW19101215-V04-49-page7.txt: [("'''sfor", 'sfor'), ("'dedicated", 'dedicated'), ("'should", 'should')]
SUW19101222-V04-50-page3.txt: [("'Teach", 'Teach'), ("'book-hawkers", 'book-hawkers')]
SUW19101222-V04-50-page4.txt: [("'are", 'are')]
SUW19101222-V04-50-page5.txt: [("'Shreveport", 'Shreveport')]
SUW19101222-V04-50-page7.txt: [("'H", 'H')]
SUW19101229-V04-51-page2.txt: [("'Tis", 'Tis'), ("'Why", 'Why'), ("'God", 'God'), ("'A", 'A'), ("'Kill", 'Kill')]
SUW19101229-V04-51-page7.txt: [("'rushed", 'rushed'), ("'stages", 'stages')]
SUW19110105-V05-01-page1.txt: [("'and", 'and'), ("'vr", 'vr'), ("'earnest", 'earnest')]
SUW19110105-V05-01-page3.txt: [("'each", 'each')]
SUW19110105-V05-01-page4.txt: [("'My", 'My')]
SUW19110105-V05-01-page5.txt: [("'You", 'You'), ("'Many", 'Many'), ("'You", 'You')]
SUW19110105-V05-01-page6.txt: [("'done", 'done'), ("'The", 'The')]
SUW19110105-V05-01-page7.txt: [("'gm", 'gm')]
SUW19110112-V05-02-page1.txt: [("'Tis", 'Tis')]
SUW19110112-V05-02-page2.txt: [("'publishing", 'publishing'), ("'house", 'house'), ("'pay", 'pay'), ("'pay", 'pay'), ("'pay", 'pay'), ("'broke", 'broke')]
SUW19110112-V05-02-page3.txt: [("'Son", 'Son'), ("'Stop", 'Stop'), ("'Very", 'Very'), ("'epartment", 'epartment')]
SUW19110112-V05-02-page5.txt: [("'good", 'good')]
SUW19110112-V05-02-page6.txt: [("'WORKER", 'WORKER'), ("'my", 'my'), ("'also", 'also')]
SUW19110119-V05-03-page1.txt: [("'No", 'No')]
SUW19110119-V05-03-page2.txt: [("'publishing", 'publishing')]
SUW19110119-V05-03-page3.txt: [("'young", 'young'), ("'I'Prieger", 'IPrieger')]
SUW19110119-V05-03-page6.txt: [("'Why", 'Why'), ("'Why", 'Why'), ("'Because", 'Because'), ("'I", 'I'), ("'I", 'I')]
SUW19110119-V05-03-page7.txt: [("'On", 'On')]
SUW19110126-V05-04-page1.txt: [("'every", 'every'), ("'the", 'the'), ("'voice", 'voice'), ("'earnestly", 'earnestly'), ('\'\'"The', '"The'), ("'different", 'different')]
SUW19110126-V05-04-page3.txt: [("'a", 'a'), ("'in", 'in')]
SUW19110126-V05-04-page4.txt: [("'neath", 'neath'), ("'Sweet", 'Sweet'), ("'show", 'show')]
SUW19110126-V05-04-page5.txt: [("'Lard", 'Lard'), ("'the'latte.", 'thelatte.'), ("'is", 'is'), ("'I", 'I'), ("'given", 'given'), ("'kneW", 'kneW'), ("'i'eadings", 'ieadings'), ("'t", 't'), ("'understood", 'understood'), ("'anxieties", 'anxieties'), ("'the", 'the'), ("'The", 'The'), ("'If", 'If'), ("'forth", 'forth')]
SUW19110126-V05-04-page6.txt: [("'the", 'the')]
SUW19110126-V05-04-page7.txt: [("'forgiving", 'forgiving'), ("'three", 'three'), ("'ROAD", 'ROAD'), ("'nests", 'nests'), ("'has", 'has'), ("'AnvENTIsrs", 'AnvENTIsrs')]
SUW19110202-V05-05-page2.txt: [("'Daniel", 'Daniel'), ("'Daniel", 'Daniel'), ("'I", 'I'), ("'Daniel", 'Daniel')]
SUW19110202-V05-05-page3.txt: [("'The", 'The'), ("'The", 'The'), ("'Bible", 'Bible'), ("'See", 'See'), ("'When", 'When')]
SUW19110202-V05-05-page7.txt: [("'Why", 'Why')]
SUW19110209-V05-06-page4.txt: [("'SC", 'SC')]
SUW19110209-V05-06-page5.txt: [("'River", 'River'), ("'temperance", 'temperance'), ("'what", 'what')]
SUW19110209-V05-06-page7.txt: [("'WORKER", 'WORKER')]
SUW19110209-V05-06-page8.txt: [("'You", 'You')]
SUW19110216-V05-07-page2.txt: [("'Publishing", 'Publishing'), ("'mouse", 'mouse'), ("'remember", 'remember')]
SUW19110216-V05-07-page5.txt: [("'Thou", 'Thou')]
SUW19110216-V05-07-page8.txt: [("'Tis", 'Tis')]
SUW19110223-V05-08-page2.txt: [("'bowie", 'bowie'), ("'Daniel", 'Daniel'), ("'Daniel", 'Daniel'), ("'Science", 'Science')]
SUW19110223-V05-08-page3.txt: [("'I", 'I'), ("'gm.", 'gm.'), ("'greatest", 'greatest'), ("'Moth", 'Moth')]
SUW19110223-V05-08-page5.txt: [("'River", 'River')]
SUW19110302-V05-09-page2.txt: [("'UNION", 'UNION'), ("'Bible", 'Bible')]
SUW19110302-V05-09-page3.txt: [("'for", 'for')]
SUW19110302-V05-09-page8.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
SUW19110309-V05-10-page1.txt: [("'Tis", 'Tis'), ("'round", 'round')]
SUW19110309-V05-10-page3.txt: [("'mouse", 'mouse'), ("'Daniel", 'Daniel'), ("'Gospel", 'Gospel'), ("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'UNION", 'UNION')]
SUW19110309-V05-10-page4.txt: [("'Bible", 'Bible'), ("'Great", 'Great')]
SUW19110309-V05-10-page5.txt: [("'Lion", 'Lion')]
SUW19110309-V05-10-page7.txt: [("'UNION", 'UNION')]
SUW19110309-V05-10-page8.txt: [("'other", 'other')]
SUW19110316-V05-11-page6.txt: [("'great", 'great'), ("'good", 'good')]
SUW19110316-V05-11-page8.txt: [("'Tenn.", 'Tenn.'), ("'Keep", 'Keep')]
SUW19110323-V05-12-page1.txt: [("'Tis", 'Tis'), ("'Twill", 'Twill')]
SUW19110323-V05-12-page2.txt: [("'Bible", 'Bible'), ("'Best", 'Best'), ("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'Best", 'Best')]
SUW19110323-V05-12-page3.txt: [("'I", 'I'), ("'Salud", 'Salud'), ("'Give", 'Give'), ("'tortillas", 'tortillas')]
SUW19110323-V05-12-page4.txt: [("'Louisiana", 'Louisiana')]
SUW19110323-V05-12-page5.txt: [("'scrip", 'scrip'), ("'UNION", 'UNION')]
SUW19110323-V05-12-page7.txt: [("'learned", 'learned')]
SUW19110323-V05-12-page8.txt: [("'town.", 'town.')]
SUW19110330-V05-13-page2.txt: [("'mouse", 'mouse'), ("'Bible", 'Bible'), ("'Remember", 'Remember'), ("'Remember", 'Remember')]
SUW19110330-V05-13-page3.txt: [("'WORKER", 'WORKER')]
SUW19110330-V05-13-page4.txt: [("'accompanied", 'accompanied'), ("'raise", 'raise')]
SUW19110330-V05-13-page5.txt: [("'Kansas", 'Kansas')]
SUW19110330-V05-13-page6.txt: [("'would", 'would')]
SUW19110330-V05-13-page8.txt: [("'Oh", 'Oh'), ("'The", 'The')]
SUW19110406-V05-14-page1.txt: [("'We", 'We'), ("'is", 'is')]
SUW19110406-V05-14-page3.txt: [("'apartment", 'apartment'), ("'God", 'God')]
SUW19110406-V05-14-page4.txt: [("'a", 'a'), ("'of", 'of'), ("'No", 'No')]
SUW19110413-V05-15-page2.txt: [("'Publishing", 'Publishing'), ("'England", 'England'), ("'toward", 'toward'), ("'particular", 'particular')]
SUW19110413-V05-15-page3.txt: [("'I", 'I'), ("'I", 'I'), ("'In", 'In'), ("'We", 'We'), ("'Last", 'Last'), ("'South", 'South'), ("'We", 'We'), ("'Come", 'Come')]
SUW19110413-V05-15-page4.txt: [("'THE", 'THE'), ("'The", 'The'), ("'The", 'The'), ("'Invincibles", 'Invincibles'), ("'conquering", 'conquering'), ("'llath", 'llath')]
SUW19110413-V05-15-page6.txt: [("'We", 'We'), ("'again", 'again')]
SUW19110413-V05-15-page8.txt: [("'SOUTHERN", 'SOUTHERN')]
SUW19110420-V05-16-page1.txt: [("'closing", 'closing')]
SUW19110420-V05-16-page3.txt: [("'WORKER", 'WORKER')]
SUW19110420-V05-16-page4.txt: [("'of", 'of')]
SUW19110420-V05-16-page5.txt: [("'Myer", 'Myer'), ("'program", 'program')]
SUW19110420-V05-16-page6.txt: [("'Phis", 'Phis'), ("'each", 'each'), ("'members", 'members')]
SUW19110420-V05-16-page8.txt: [("'gallons", 'gallons'), ("'Comfort", 'Comfort')]
SUW19110427-V05-17-page2.txt: [("'UNION", 'UNION'), ("'Father", 'Father')]
SUW19110427-V05-17-page3.txt: [("'great", 'great'), ("'kingdom", 'kingdom'), ("'books", 'books'), ("'I", 'I'), ("'I", 'I'), ("'Others", 'Others'), ("'Show", 'Show'), ("'I", 'I'), ("'spect", 'spect'), ("'cause", 'cause')]
SUW19110427-V05-17-page5.txt: [("'Science", 'Science'), ("'sure", 'sure')]
SUW19110427-V05-17-page6.txt: [("'s", 's')]
SUW19110427-V05-17-page8.txt: [("'and", 'and')]
SUW19110504-V05-18-page2.txt: [("'goo.", 'goo.')]
SUW19110504-V05-18-page3.txt: [("'Work", 'Work')]
SUW19110504-V05-18-page5.txt: [("'as", 'as'), ("'Callicott", 'Callicott')]
SUW19110504-V05-18-page6.txt: [("'s", 's')]
SUW19110504-V05-18-page8.txt: [("'UNION", 'UNION'), ("'Review", 'Review'), ("'It", 'It')]
SUW19110511-V05-19-page1.txt: [("'T", 'T'), ("'withhold", 'withhold'), ("'Think", 'Think')]
SUW19110511-V05-19-page2.txt: [("'Muse", 'Muse'), ("'Please", 'Please'), ("'Oh", 'Oh')]
SUW19110511-V05-19-page3.txt: [("'by", 'by'), ("'WORKER", 'WORKER')]
SUW19110511-V05-19-page4.txt: [("'River", 'River')]
SUW19110511-V05-19-page6.txt: [("'your", 'your')]
SUW19110511-V05-19-page7.txt: [("'UNION", 'UNION')]
SUW19110511-V05-19-page8.txt: [("'WORKER", 'WORKER'), ("'will", 'will')]
SUW19110518-V05-20-page1.txt: [("'Twill", 'Twill')]
SUW19110518-V05-20-page2.txt: [("'Dub'feting", 'Dubfeting'), ("'Are", 'Are'), ("'He", 'He'), ("'El", 'El'), ("'This", 'This')]
SUW19110518-V05-20-page3.txt: [("'On", 'On'), ("'Past", 'Past'), ("'Practical", 'Practical')]
SUW19110518-V05-20-page4.txt: [("'do", 'do')]
SUW19110518-V05-20-page5.txt: [("'River", 'River'), ("'SOUTHERN", 'SOUTHERN')]
SUW19110518-V05-20-page6.txt: [("'Sister", 'Sister')]
SUW19110525-V05-21-page2.txt: [("'Bible", 'Bible')]
SUW19110525-V05-21-page4.txt: [("'Bible", 'Bible'), ("'She", 'She'), ("'Bible", 'Bible'), ("'skiff", 'skiff')]
SUW19110525-V05-21-page6.txt: [("'of", 'of'), ("'bill", 'bill')]
SUW19110601-V05-22-page2.txt: [("'Publishing", 'Publishing'), ("'Bible", 'Bible'), ("'Steps", 'Steps'), ("'an", 'an'), ("'do", 'do')]
SUW19110601-V05-22-page3.txt: [("'Far", 'Far'), ("'we", 'we')]
SUW19110601-V05-22-page4.txt: [("'I", 'I'), ("'s", 's')]
SUW19110601-V05-22-page5.txt: [("'corps", 'corps')]
SUW19110601-V05-22-page6.txt: [("'T", 'T')]
SUW19110601-V05-22-page7.txt: [("'I", 'I')]
SUW19110608-V05-23-page1.txt: [("'t", 't')]
SUW19110608-V05-23-page2.txt: [("'publishing", 'publishing')]
SUW19110608-V05-23-page3.txt: [("'T", 'T'), ("'T", 'T'), ("'GROVE", 'GROVE')]
SUW19110608-V05-23-page5.txt: [("'Whittier", 'Whittier')]
SUW19110608-V05-23-page8.txt: [("'CE", 'CE')]
SUW19110615-V05-24-page2.txt: [("'unworthy", 'unworthy'), ("'I", 'I'), ("'I", 'I')]
SUW19110615-V05-24-page3.txt: [("'Bible", 'Bible'), ("'s", 's')]
SUW19110615-V05-24-page4.txt: [("'Doctor", 'Doctor'), ("'Sir", 'Sir')]
SUW19110615-V05-24-page5.txt: [("'vassing", 'vassing')]
SUW19110615-V05-24-page6.txt: [("'Mid", 'Mid'), ("'In", 'In'), ("'m", 'm'), ("'m", 'm')]
SUW19110615-V05-24-page7.txt: [("'and", 'and')]
SUW19110615-V05-24-page8.txt: [("'A", 'A')]
SUW19110622-V05-25-page2.txt: [("'evident", 'evident'), ("'Best", 'Best'), ("'Gospel", 'Gospel')]
SUW19110622-V05-25-page3.txt: [("'all", 'all')]
SUW19110622-V05-25-page4.txt: [("'in", 'in')]
SUW19110622-V05-25-page5.txt: [("'some", 'some')]
SUW19110622-V05-25-page8.txt: [("'A", 'A')]
SUW19110629-V05-26-page2.txt: [("'bowie", 'bowie')]
SUW19110629-V05-26-page5.txt: [("'for", 'for')]
SUW19110629-V05-26-page8.txt: [("'children", 'children'), ("'vegetable", 'vegetable'), ("'of", 'of')]
SUW19110706-V05-27-page2.txt: [("'house", 'house'), ("'before", 'before'), ("'One", 'One'), ("'Bible", 'Bible'), ("'Ministry", 'Ministry'), ("'I", 'I'), ("'He", 'He'), ("'Great", 'Great')]
SUW19110706-V05-27-page4.txt: [("'even", 'even')]
SUW19110706-V05-27-page5.txt: [("'carrying", 'carrying')]
SUW19110706-V05-27-page6.txt: [("'Sir", 'Sir'), ("'when", 'when')]
SUW19110706-V05-27-page8.txt: [("'re", 're'), ("'re", 're'), ("'s", 's')]
SUW19110713-V05-28-page1.txt: [("'A", 'A'), ("'have", 'have'), ("'CO", 'CO')]
SUW19110713-V05-28-page2.txt: [("'back", 'back'), ("'lime", 'lime'), ("'A", 'A'), ("'Church", 'Church'), ("'what", 'what')]
SUW19110713-V05-28-page3.txt: [("'surely", 'surely')]
SUW19110713-V05-28-page6.txt: [("'just", 'just')]
SUW19110720-V05-29-page1.txt: [("'No", 'No'), ("'come", 'come'), ("'T", 'T')]
SUW19110720-V05-29-page2.txt: [("'Publishing", 'Publishing'), ("'mouse", 'mouse')]
SUW19110720-V05-29-page4.txt: [("'Signs", 'Signs')]
SUW19110720-V05-29-page7.txt: [("'l", 'l')]
SUW19110720-V05-29-page8.txt: [("'That", 'That')]
SUW19110727-V05-30-page1.txt: [("'ben", 'ben'), ("'t", 't'), ("'not", 'not')]
SUW19110727-V05-30-page2.txt: [("'Say", 'Say'), ("'Say", 'Say')]
SUW19110727-V05-30-page3.txt: [("'lltentuchp", 'lltentuchp')]
SUW19110727-V05-30-page6.txt: [("'hundred", 'hundred')]
SUW19110803-V05-31-page2.txt: [("'mouse", 'mouse'), ("'s", 's'), ("'the", 'the'), ("'Harvest", 'Harvest'), ("'s", 's'), ("'Bible", 'Bible')]
SUW19110803-V05-31-page4.txt: [("'Past", 'Past'), ("'Best", 'Best'), ("'B.", 'B.')]
SUW19110803-V05-31-page7.txt: [("'this", 'this')]
SUW19110810-V05-32-page1.txt: [("'the", 'the')]
SUW19110810-V05-32-page2.txt: [("'twixt", 'twixt'), ("'Are", 'Are'), ("'Come", 'Come'), ("'I", 'I')]
SUW19110810-V05-32-page3.txt: [("'Department", 'Department'), ("'read", 'read')]
SUW19110810-V05-32-page5.txt: [("'of", 'of')]
SUW19110810-V05-32-page8.txt: [("'address", 'address')]
SUW19110817-V05-33-page1.txt: [("'T", 'T'), ("'T", 'T'), ("'views", 'views')]
SUW19110817-V05-33-page2.txt: [("'Last", 'Last')]
SUW19110817-V05-33-page5.txt: [("'River", 'River'), ("'Bible", 'Bible'), ("'Gospel", 'Gospel'), ("'Best", 'Best'), ("'Bible", 'Bible'), ("'Best", 'Best')]
SUW19110817-V05-33-page7.txt: [("'the", 'the')]
SUW19110824-V05-34-page2.txt: [("'yet", 'yet')]
SUW19110824-V05-34-page3.txt: [("'and", 'and')]
SUW19110824-V05-34-page4.txt: [("'conversation", 'conversation'), ("'had", 'had')]
SUW19110824-V05-34-page5.txt: [("'man", 'man'), ("'in", 'in')]
SUW19110831-V05-35-page1.txt: [("'T", 'T')]
SUW19110831-V05-35-page2.txt: [("'T", 'T'), ("'Publishing", 'Publishing'), ("'house", 'house'), ("'Bible", 'Bible'), ("'Daniel", 'Daniel'), ("'At", 'At')]
SUW19110831-V05-35-page4.txt: [("'River", 'River'), ("'Business", 'Business')]
SUW19110831-V05-35-page5.txt: [("'Men", 'Men')]
SUW19110831-V05-35-page6.txt: [("'times", 'times')]
SUW19110831-V05-35-page7.txt: [("'Silver", 'Silver'), ("'In", 'In'), ("'Jesus", 'Jesus'), ("'The", 'The')]
SUW19110907-V05-36-page1.txt: [("'t", 't'), ("'s", 's')]
SUW19110907-V05-36-page2.txt: [("'apparent", 'apparent')]
SUW19110907-V05-36-page6.txt: [("'I", 'I')]
SUW19110907-V05-36-page8.txt: [("'How", 'How'), ("'has", 'has'), ("'How", 'How')]
SUW19110914-V05-37-page1.txt: [("'t", 't'), ("'Hold", 'Hold')]
SUW19110914-V05-37-page2.txt: [("'Douse", 'Douse'), ("'You", 'You'), ("'Steps", 'Steps'), ("'Great", 'Great'), ("'Bring", 'Bring'), ("'Come", 'Come')]
SUW19110914-V05-37-page4.txt: [("'report", 'report')]
SUW19110921-V05-38-page2.txt: [("'Bible", 'Bible')]
SUW19110921-V05-38-page5.txt: [("'m", 'm')]
SUW19110928-V05-39-page2.txt: [("'Bible", 'Bible'), ("'Home", 'Home'), ("'This", 'This'), ("'Coming", 'Coming'), ("'Best", 'Best'), ("'Gospel", 'Gospel')]
SUW19110928-V05-39-page3.txt: [("'Both", 'Both'), ("'Bring", 'Bring'), ("'Great", 'Great'), ("'Bring", 'Bring'), ("'He", 'He'), ("'How", 'How'), ("'Bible", 'Bible'), ("'Stand", 'Stand'), ("'Stand", 'Stand')]
SUW19111005-V05-40-page1.txt: [("'T", 'T'), ("'T", 'T'), ("'gainst", 'gainst')]
SUW19111005-V05-40-page2.txt: [("'publishing", 'publishing'), ("'Bible", 'Bible'), ("'Great", 'Great'), ("'Gospel", 'Gospel'), ("'Best", 'Best')]
SUW19111005-V05-40-page3.txt: [("'Bible", 'Bible')]
SUW19111005-V05-40-page4.txt: [("'SOUTHERN", 'SOUTHERN')]
SUW19111005-V05-40-page7.txt: [("'BF", 'BF')]
SUW19111005-V05-40-page8.txt: [("'do", 'do')]
SUW19111012-V05-41-page2.txt: [("'publishing", 'publishing')]
SUW19111012-V05-41-page4.txt: [("'OFVERINGS", 'OFVERINGS')]
SUW19111019-V05-42-page2.txt: [("'acting", 'acting'), ("'Brother", 'Brother')]
SUW19111019-V05-42-page6.txt: [("'River", 'River')]
SUW19111026-V05-43-page3.txt: [("'Adventist", 'Adventist'), ("'pillar", 'pillar'), ("'Others", 'Others'), ("'the", 'the')]
SUW19111026-V05-43-page5.txt: [("'s", 's'), ("'t", 't'), ("'d", 'd')]
SUW19111026-V05-43-page6.txt: [("'an", 'an'), ("'among", 'among')]
SUW19111026-V05-43-page7.txt: [("'about", 'about')]
SUW19111026-V05-43-page8.txt: [("'Tim", 'Tim')]
SUW19111102-V05-44-page2.txt: [("'Publishing", 'Publishing')]
SUW19111102-V05-44-page4.txt: [("'River", 'River')]
SUW19111102-V05-44-page5.txt: [("'WORKER", 'WORKER')]
SUW19111102-V05-44-page6.txt: [("'UNION", 'UNION')]
SUW19111109-V05-45-page1.txt: [("'Refiner's", 'Refiners')]
SUW19111109-V05-45-page2.txt: [("'re", 're'), ("'re", 're'), ("'m", 'm')]
SUW19111116-V05-46-page1.txt: [("'Moult", 'Moult')]
SUW19111116-V05-46-page2.txt: [("'s", 's'), ("'s", 's'), ("'s", 's')]
SUW19111116-V05-46-page3.txt: [("'As", 'As'), ("'Louisiana", 'Louisiana')]
SUW19111116-V05-46-page6.txt: [("'re", 're'), ("'blessed", 'blessed'), ("'atheism", 'atheism'), ("'of", 'of')]
SUW19111116-V05-46-page8.txt: [("'A", 'A')]
SUW19111123-V05-47-page1.txt: [("'t", 't')]
SUW19111123-V05-47-page6.txt: [("'at", 'at')]
SUW19111123-V05-47-page7.txt: [("'I.", 'I.'), ("'the", 'the')]
SUW19111130-V05-48-page2.txt: [("'Muse", 'Muse')]
SUW19111130-V05-48-page3.txt: [("'a", 'a'), ("'Louisiana", 'Louisiana')]
SUW19111130-V05-48-page4.txt: [("'one", 'one'), ("'knack", 'knack')]
SUW19111130-V05-48-page7.txt: [("'T", 'T')]
SUW19111207-V05-49-page2.txt: [("'THE", 'THE'), ("'painstaking", 'painstaking')]
SUW19111207-V05-49-page4.txt: [("'the", 'the'), ("'hosts", 'hosts')]
SUW19111207-V05-49-page6.txt: [("'thou", 'thou'), ("'great", 'great')]
SUW19111214-V05-50-page2.txt: [("'Nue", 'Nue'), ("'to", 'to')]
SUW19111214-V05-50-page3.txt: [("'UNION", 'UNION')]
SUW19111214-V05-50-page6.txt: [("'River", 'River')]
SUW19111214-V05-50-page7.txt: [("'he", 'he')]
SUW19111221-V05-51-page1.txt: [("'T", 'T'), ("'s", 's'), ("'A", 'A')]
SUW19111221-V05-51-page2.txt: [("'Wm", 'Wm'), ("'the", 'the')]
SUW19111221-V05-51-page3.txt: [("'t", 't')]
SUW19111221-V05-51-page5.txt: [("'of", 'of')]
SUW19111221-V05-51-page6.txt: [("'will", 'will'), ('\'"MINISTRY', '"MINISTRY')]
SUW19111221-V05-51-page7.txt: [("'Arcanum", 'Arcanum')]
SUW19111228-V05-52-page1.txt: [("'but", 'but')]
SUW19111228-V05-52-page6.txt: [("'d", 'd')]
SUW19120104-V06-01-page1.txt: [("'records", 'records'), ("'the", 'the'), ("'social", 'social'), ("'and", 'and'), ("'sent", 'sent')]
SUW19120104-V06-01-page5.txt: [("'River", 'River')]
SUW19120104-V06-01-page7.txt: [("'which", 'which')]
SUW19120111-V06-02-page2.txt: [("'T", 'T'), ("'mouse", 'mouse'), ("'T", 'T'), ("'d", 'd'), ("'d", 'd')]
SUW19120118-V06-03-page1.txt: [("'t", 't')]
SUW19120118-V06-03-page2.txt: [("'mouse", 'mouse'), ("'the", 'the'), ("'as", 'as')]
SUW19120125-V06-04-page3.txt: [("'As", 'As')]
SUW19120125-V06-04-page4.txt: [("'him", 'him')]
SUW19120125-V06-04-page5.txt: [("'Louisiana", 'Louisiana'), ("'River", 'River')]
SUW19120125-V06-04-page6.txt: [("'or", 'or'), ("'t", 't')]
SUW19120125-V06-04-page7.txt: [("'bowed", 'bowed')]
SUW19120125-V06-04-page8.txt: [("'spect", 'spect'), ("'cause", 'cause')]
SUW19120201-V06-05-page1.txt: [("'S", 'S'), ("'his", 'his')]
SUW19120201-V06-05-page2.txt: [("'WORKER", 'WORKER')]
SUW19120201-V06-05-page4.txt: [("'ask", 'ask')]
SUW19120201-V06-05-page7.txt: [("'ago", 'ago'), ("'SUMMARY", 'SUMMARY')]
SUW19120201-V06-05-page8.txt: [("'there", 'there')]
SUW19120215-V06-07-page5.txt: [("'house", 'house')]
SUW19120215-V06-07-page7.txt: [("'River", 'River')]
SUW19120222-V06-08-page2.txt: [("'house", 'house')]
SUW19120222-V06-08-page5.txt: [("'fifty", 'fifty')]
SUW19120222-V06-08-page7.txt: [("'UNION", 'UNION')]
SUW19120229-V06-09-page6.txt: [("'allowance", 'allowance'), ("'organization", 'organization'), ("'may", 'may')]
SUW19120229-V06-09-page7.txt: [("'morning", 'morning')]
SUW19120307-V06-10-page1.txt: [("'be", 'be'), ("'it", 'it'), ("'now", 'now')]
SUW19120307-V06-10-page2.txt: [("'had", 'had'), ("'POUND.", 'POUND.')]
SUW19120307-V06-10-page3.txt: [("'s", 's'), ("'This", 'This')]
SUW19120307-V06-10-page6.txt: [("'River", 'River')]
SUW19120307-V06-10-page7.txt: [("'is.", 'is.')]
SUW19120307-V06-10-page8.txt: [("'Land", 'Land')]
SUW19120314-V06-11-page1.txt: [("'t", 't')]
SUW19120314-V06-11-page4.txt: [("'River", 'River')]
SUW19120314-V06-11-page7.txt: [("'stationed", 'stationed')]
SUW19120321-V06-12-page3.txt: [("'from", 'from')]
SUW19120328-V06-13-page1.txt: [("'and", 'and'), ("'ten", 'ten')]
SUW19120328-V06-13-page3.txt: [("'yet", 'yet')]
SUW19120328-V06-13-page5.txt: [("'colPorteuri", 'colPorteuri')]
SUW19120328-V06-13-page7.txt: [("'a", 'a'), ("'published", 'published')]
SUW19120404-V06-14-page1.txt: [("'days", 'days')]
SUW19120404-V06-14-page3.txt: [("'Bro.", 'Bro.')]
SUW19120404-V06-14-page5.txt: [("'next", 'next')]
SUW19120404-V06-14-page6.txt: [("'em", 'em'), ("'m", 'm')]
SUW19120404-V06-14-page7.txt: [("'D.", 'D.')]
SUW19120404-V06-14-page8.txt: [("'the", 'the'), ("'s", 's')]
SUW19120411-V06-15-page2.txt: [("'house", 'house')]
SUW19120411-V06-15-page8.txt: [("'THE", 'THE')]
SUW19120418-V06-16-page2.txt: [("'Those", 'Those'), ("'We", 'We'), ("'tis", 'tis'), ("'counsel", 'counsel')]
SUW19120418-V06-16-page3.txt: [("'have", 'have'), ("'interested", 'interested'), ("'success", 'success')]
SUW19120418-V06-16-page4.txt: [("'UNION", 'UNION'), ("'not", 'not'), ("'give", 'give')]
SUW19120418-V06-16-page5.txt: [("'River", 'River')]
SUW19120418-V06-16-page6.txt: [("'night", 'night'), ("'MEDICAL", 'MEDICAL'), ("'Religious", 'Religious'), ("'Dios", 'Dios')]
SUW19120418-V06-16-page7.txt: [("'between", 'between'), ("'call", 'call'), ("'BF", 'BF'), ("'INFORMATION", 'INFORMATION'), ("'A", 'A'), ("'Within.", 'Within.')]
SUW19120425-V06-17-page2.txt: [("'report", 'report'), ("'New", 'New'), ("'Corning", 'Corning'), ("'Bible", 'Bible'), ("'the", 'the')]
SUW19120425-V06-17-page4.txt: [("'ouisiana", 'ouisiana')]
SUW19120425-V06-17-page6.txt: [("'I", 'I'), ("'Thoughts", 'Thoughts')]
SUW19120425-V06-17-page7.txt: [("'Burchard", 'Burchard')]
SUW19120425-V06-17-page8.txt: [("'connect", 'connect')]
SUW19120502-V06-18-page1.txt: [("'word", 'word'), ("'it", 'it'), ("'put", 'put')]
SUW19120502-V06-18-page2.txt: [("'My", 'My'), ("'would", 'would'), ("'country.", 'country.')]
SUW19120502-V06-18-page3.txt: [("'surely", 'surely'), ("'students", 'students'), ("'See", 'See'), ("'there", 'there')]
SUW19120502-V06-18-page4.txt: [("'I", 'I'), ("'Same", 'Same'), ("'What", 'What'), ("'the", 'the'), ("'sorry", 'sorry'), ('\'owners.\'"', 'owners."'), ("'ing.", 'ing.'), ("'this", 'this'), ("'to", 'to')]
SUW19120502-V06-18-page5.txt: [("'of", 'of'), ("'and", 'and'), ("'with", 'with'), ("'of", 'of'), ("'Soutkiatitly", 'Soutkiatitly')]
SUW19120502-V06-18-page7.txt: [("'Ulcli", 'Ulcli'), ("'.", '.'), ("'totals", 'totals'), ("'to", 'to'), ("'.up", '.up')]
SUW19120502-V06-18-page8.txt: [("'will", 'will')]
SUW19120509-V06-19-page1.txt: [("'cOrrupting", 'cOrrupting'), ("'lead", 'lead'), ("'her", 'her'), ("'where", 'where'), ("'Isaac.", 'Isaac.'), ("'Behold", 'Behold'), ("'would", 'would'), ("'and", 'and'), ("'I", 'I')]
SUW19120509-V06-19-page4.txt: [("'We", 'We'), ("'I", 'I')]
SUW19120509-V06-19-page5.txt: [("'having", 'having'), ("'River", 'River')]
SUW19120509-V06-19-page8.txt: [("'its", 'its'), ("'laborers", 'laborers'), ("'opening", 'opening'), ("'ply", 'ply')]
SUW19120516-V06-20-page1.txt: [("'s", 's')]
SUW19120516-V06-20-page2.txt: [("'blessing", 'blessing'), ("'Yes", 'Yes'), ("'I", 'I')]
SUW19120516-V06-20-page3.txt: [("'go", 'go')]
SUW19120516-V06-20-page5.txt: [("'and", 'and'), ("'River", 'River')]
SUW19120516-V06-20-page6.txt: [("'he", 'he')]
SUW19120516-V06-20-page8.txt: [("'of", 'of')]
SUW19120523-V06-21-page2.txt: [("'Bible", 'Bible')]
SUW19120523-V06-21-page3.txt: [("'I", 'I'), ("'Yesterday", 'Yesterday'), ("'opportunities.", 'opportunities.'), ("'tis", 'tis')]
SUW19120523-V06-21-page5.txt: [("'as", 'as'), ("'spoke", 'spoke'), ("'Myer", 'Myer')]
SUW19120523-V06-21-page6.txt: [("'Between", 'Between')]
SUW19120530-V06-22-page1.txt: [("'And", 'And'), ("'And", 'And'), ("'For", 'For'), ("'ye", 'ye'), ("'Stiehl", 'Stiehl'), ("'don't", 'dont'), ("'Prat", 'Prat'), ("'old", 'old'), ("'hand", 'hand'), ("'tears", 'tears')]
SUW19120530-V06-22-page2.txt: [("'Daniel", 'Daniel'), ("'to", 'to'), ("'Student's", 'Students'), ("'announce", 'announce'), ("'will", 'will')]
SUW19120530-V06-22-page3.txt: [("'Tenn.", 'Tenn.'), ("'a", 'a')]
SUW19120530-V06-22-page4.txt: [("'Whith", 'Whith'), ("'She", 'She')]
SUW19120530-V06-22-page5.txt: [("'You", 'You'), ("'Mt", 'Mt')]
SUW19120530-V06-22-page8.txt: [("'Bible", 'Bible')]
SUW19120606-V06-23-page2.txt: [("'You", 'You'), ("'Come", 'Come')]
SUW19120606-V06-23-page7.txt: [("'laborers", 'laborers')]
SUW19120613-V06-24-page2.txt: [("'Bro.", 'Bro.')]
SUW19120613-V06-24-page3.txt: [("'is", 'is')]
SUW19120613-V06-24-page4.txt: [("'UNION", 'UNION'), ("'Louisiana", 'Louisiana'), ("'Do", 'Do'), ("'Why", 'Why'), ("'If", 'If'), ("'Yes", 'Yes'), ("'Bible", 'Bible'), ("'Daniel", 'Daniel')]
SUW19120613-V06-24-page8.txt: [("'this", 'this')]
SUW19120620-V06-25-page1.txt: [("'I", 'I')]
SUW19120620-V06-25-page2.txt: [("'At", 'At'), ("'not", 'not')]
SUW19120620-V06-25-page5.txt: [("'UNION", 'UNION')]
SUW19120620-V06-25-page7.txt: [("'Mrs", 'Mrs'), ("'ol", 'ol')]
SUW19120627-V06-26-page1.txt: [("'consecrated", 'consecrated'), ("'fOr", 'fOr'), ("'of", 'of')]
SUW19120627-V06-26-page2.txt: [("'Friday", 'Friday'), ("'May", 'May')]
SUW19120627-V06-26-page3.txt: [("'can", 'can')]
SUW19120627-V06-26-page4.txt: [("'Trust", 'Trust'), ('\'lining."', 'lining."'), ("'five", 'five')]
SUW19120627-V06-26-page5.txt: [("'It", 'It'), ("'on", 'on'), ("'greater", 'greater')]
SUW19120627-V06-26-page6.txt: [("'River", 'River'), ("'rolling", 'rolling')]
SUW19120704-V06-27-page4.txt: [("'.All", '.All')]
SUW19120704-V06-27-page5.txt: [("'Gather", 'Gather'), ("'with", 'with'), ("'case", 'case')]
SUW19120704-V06-27-page6.txt: [("'I", 'I'), ("'words", 'words')]
SUW19120704-V06-27-page8.txt: [("'THE", 'THE')]
SUW19120711-V06-28-page1.txt: [("'me", 'me'), ("'m", 'm'), ("'seven", 'seven')]
SUW19120711-V06-28-page3.txt: [("'letter", 'letter')]
SUW19120711-V06-28-page5.txt: [("'It", 'It')]
SUW19120711-V06-28-page7.txt: [('\'"', '"')]
SUW19120718-V06-29-page1.txt: [("'gather", 'gather')]
SUW19120718-V06-29-page2.txt: [("'mouse", 'mouse'), ("'Seventh-day", 'Seventh-day')]
SUW19120718-V06-29-page3.txt: [("'tis", 'tis'), ("'which", 'which'), ("'enjoins", 'enjoins'), ("'given", 'given'), ("'he", 'he')]
SUW19120718-V06-29-page4.txt: [("'Ssattiluutav", 'Ssattiluutav')]
SUW19120718-V06-29-page5.txt: [("'decide", 'decide'), ("'Shape", 'Shape')]
SUW19120718-V06-29-page6.txt: [("'in", 'in')]
SUW19120718-V06-29-page7.txt: [("'Cliefia", 'Cliefia'), ("'Clark", 'Clark'), ("'Si", 'Si')]
SUW19120718-V06-29-page8.txt: [("'n", 'n')]
SUW19120725-V06-30-page1.txt: [("'of", 'of')]
SUW19120725-V06-30-page4.txt: [("'River", 'River')]
SUW19120725-V06-30-page5.txt: [("'a", 'a')]
SUW19120725-V06-30-page6.txt: [("'direction", 'direction')]
SUW19120801-V06-31-page1.txt: [("'the", 'the'), ("'measure", 'measure'), ("'to", 'to')]
SUW19120801-V06-31-page2.txt: [("'DubLIMAN", 'DubLIMAN'), ("'mouse", 'mouse'), ("'Heralds", 'Heralds'), ("'Brother", 'Brother'), ("'addresses", 'addresses')]
SUW19120801-V06-31-page3.txt: [("'like", 'like'), ("'otherwise", 'otherwise')]
SUW19120801-V06-31-page4.txt: [("'UNION", 'UNION')]
SUW19120801-V06-31-page5.txt: [("'Daniel", 'Daniel'), ("'COLEY", 'COLEY')]
SUW19120801-V06-31-page6.txt: [("'duties", 'duties')]
SUW19120801-V06-31-page7.txt: [("'BF", 'BF')]
SUW19120801-V06-31-page8.txt: [("'UNION", 'UNION'), ("'August", 'August')]
SUW19120808-V06-32-page1.txt: [("'Sabbath", 'Sabbath')]
SUW19120808-V06-32-page3.txt: [("'has", 'has'), ("'last", 'last'), ("'River", 'River')]
SUW19120808-V06-32-page4.txt: [("'the", 'the')]
SUW19120808-V06-32-page5.txt: [("'pursue", 'pursue'), ("'holde", 'holde'), ("'husband's", 'husbands')]
SUW19120808-V06-32-page7.txt: [("'BR", 'BR')]
SUW19120808-V06-32-page8.txt: [("'tism.", 'tism.')]
SUW19120815-V06-33-page2.txt: [("'of", 'of'), ("'rice", 'rice'), ("'They", 'They')]
SUW19120815-V06-33-page3.txt: [("'River", 'River')]
SUW19120815-V06-33-page6.txt: [("'Oh", 'Oh'), ("'The", 'The'), ("'Susan", 'Susan')]
SUW19120815-V06-33-page7.txt: [("'Test", 'Test')]
SUW19120822-V06-34-page1.txt: [("'He", 'He')]
SUW19120822-V06-34-page2.txt: [("'of", 'of')]
SUW19120822-V06-34-page3.txt: [("'some", 'some')]
SUW19120822-V06-34-page4.txt: [("'said", 'said')]
SUW19120822-V06-34-page6.txt: [("'Take", 'Take'), ("'life", 'life')]
SUW19120822-V06-34-page7.txt: [("'no", 'no'), ("'Nay", 'Nay'), ("'no", 'no')]
SUW19120829-V06-35-page1.txt: [('\'hearers."', 'hearers."'), ("'The", 'The')]
SUW19120829-V06-35-page2.txt: [("'as", 'as')]
SUW19120829-V06-35-page3.txt: [("'advantage", 'advantage')]
SUW19120829-V06-35-page5.txt: [("'and", 'and'), ("'enough", 'enough'), ("'but-their", 'but-their'), ("'husbands", 'husbands'), ("'Were", 'Were'), ("'It", 'It'), ("'The.", 'The.'), ("'g", 'g'), ("'Tis", 'Tis'), ("'have", 'have')]
SUW19120829-V06-35-page7.txt: [('\'"Arina', '"Arina')]
SUW19120829-V06-35-page8.txt: [("'Who", 'Who'), ("'he", 'he'), ("'mid", 'mid')]
SUW19120905-V06-36-page1.txt: [("'house", 'house'), ("'persuaded", 'persuaded'), ("'s", 's'), ("'God", 'God'), ("'S.", 'S.')]
SUW19120905-V06-36-page3.txt: [("'the", 'the'), ("'anyho", 'anyho'), ("'assured", 'assured')]
SUW19120905-V06-36-page5.txt: [("'Pavey", 'Pavey'), ("'to", 'to'), ("'by", 'by'), ("'this", 'this'), ("'this", 'this')]
SUW19120905-V06-36-page7.txt: [("'Inasmuch", 'Inasmuch'), ("'ye", 'ye'), ("'UNION", 'UNION')]
SUW19120905-V06-36-page8.txt: [("'Christian", 'Christian')]
SUW19120912-V06-37-page1.txt: [("'s", 's'), ("'s", 's'), ("'by", 'by'), ("'These", 'These')]
SUW19120912-V06-37-page2.txt: [("'new", 'new')]
SUW19120912-V06-37-page5.txt: [("'''boll", 'boll')]
SUW19120912-V06-37-page6.txt: [("'Bible", 'Bible'), ("'Christ", 'Christ'), ("'Making", 'Making')]
SUW19120912-V06-37-page7.txt: [("'fifteen", 'fifteen')]
SUW19120919-V06-38-page1.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'s", 's'), ("'and", 'and'), ("'bosoms", 'bosoms'), ("'the", 'the'), ("'both", 'both')]
SUW19120919-V06-38-page2.txt: [("'is", 'is'), ("'at", 'at')]
SUW19120919-V06-38-page3.txt: [("'Would", 'Would')]
SUW19120919-V06-38-page5.txt: [("'neath", 'neath'), ("'burdens", 'burdens')]
SUW19120919-V06-38-page6.txt: [("'help", 'help'), ("'THERE", 'THERE'), ("'leaves", 'leaves'), ("'twould", 'twould')]
SUW19120919-V06-38-page7.txt: [("'the", 'the'), ("'UNION", 'UNION'), ("'by", 'by'), ("'prayers", 'prayers'), ("'will", 'will')]
SUW19120926-V06-39-page1.txt: [("'Let", 'Let'), ("'The", 'The'), ("'Question", 'Question'), ("'is", 'is'), ("'apparent", 'apparent'), ("'Dual", 'Dual'), ("'the", 'the')]
SUW19120926-V06-39-page2.txt: [("'Their", 'Their')]
SUW19120926-V06-39-page3.txt: [("'Louisiana", 'Louisiana')]
SUW19120926-V06-39-page4.txt: [("'WORKER", 'WORKER'), ("'River", 'River'), ("'us", 'us'), ("'appreciate", 'appreciate')]
SUW19120926-V06-39-page5.txt: [("'Great", 'Great'), ("'Tis", 'Tis'), ("'The", 'The')]
SUW19120926-V06-39-page6.txt: [("'Two", 'Two')]
SUW19120926-V06-39-page7.txt: [("'A", 'A'), ("'UNION", 'UNION')]
SUW19121003-V06-40-page1.txt: [("'twixt", 'twixt'), ("'s", 's'), ("'s", 's'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Probably", 'Probably'), ("'thity", 'thity'), ("'care", 'care')]
SUW19121003-V06-40-page2.txt: [("'to", 'to'), ("'New", 'New'), ("'Teutonic", 'Teutonic'), ("'Celtic", 'Celtic'), ("'Slavic", 'Slavic'), ("'Offscouring", 'Offscouring'), ("'garbage", 'garbage')]
SUW19121003-V06-40-page3.txt: [("'than", 'than'), ("'If", 'If')]
SUW19121003-V06-40-page4.txt: [("'tis", 'tis')]
SUW19121003-V06-40-page5.txt: [("'Myer", 'Myer'), ("'of", 'of')]
SUW19121003-V06-40-page6.txt: [("'You", 'You'), ("'said", 'said')]
SUW19121003-V06-40-page7.txt: [("'there", 'there')]
SUW19121010-V06-41-page1.txt: [("'Dub", 'Dub'), ("'mouse", 'mouse')]
SUW19121010-V06-41-page3.txt: [("'Write", 'Write'), ("'we", 'we')]
SUW19121010-V06-41-page4.txt: [("'River", 'River')]
SUW19121010-V06-41-page5.txt: [("'Let", 'Let'), ("'Neither", 'Neither'), ("'nothing", 'nothing')]
SUW19121010-V06-41-page7.txt: [("'S", 'S'), ("'Totals", 'Totals')]
SUW19121017-V06-42-page1.txt: [("'show", 'show'), ("'Brother", 'Brother'), ("'does", 'does')]
SUW19121017-V06-42-page3.txt: [("'Pensacola", 'Pensacola'), ("'Total", 'Total')]
SUW19121017-V06-42-page5.txt: [("'the", 'the'), ("'committee", 'committee')]
SUW19121017-V06-42-page6.txt: [("'bring", 'bring')]
SUW19121017-V06-42-page7.txt: [("'before", 'before')]
SUW19121024-V06-43-page2.txt: [("'a", 'a')]
SUW19121024-V06-43-page4.txt: [("'UNION", 'UNION'), ("'River", 'River')]
SUW19121024-V06-43-page5.txt: [("'anarchy.", 'anarchy.'), ("'paying.", 'paying.')]
SUW19121031-V06-44-page1.txt: [("'s", 's'), ("'s", 's'), ("'Douse", 'Douse'), ("'Practical", 'Practical'), ("'times", 'times'), ('\'".', '".')]
SUW19121031-V06-44-page2.txt: [("'bigger", 'bigger')]
SUW19121031-V06-44-page5.txt: [("'offerings", 'offerings'), ("'day", 'day')]
SUW19121031-V06-44-page6.txt: [("'Great", 'Great'), ("'Great", 'Great'), ("'Great", 'Great')]
SUW19121031-V06-44-page7.txt: [("'That", 'That'), ("'growing", 'growing'), ("'parents.", 'parents.')]
SUW19121107-V06-45-page1.txt: [("'of", 'of'), ("'societies", 'societies'), ("'be", 'be')]
SUW19121107-V06-45-page2.txt: [("'When", 'When'), ("'invited", 'invited'), ("'When", 'When')]
SUW19121107-V06-45-page3.txt: [("'to", 'to'), ("'leaflets", 'leaflets'), ("'to", 'to'), ("'our", 'our'), ("'Lord", 'Lord')]
SUW19121107-V06-45-page4.txt: [("'Tis", 'Tis'), ("'and", 'and'), ("'success", 'success')]
SUW19121107-V06-45-page5.txt: [("'the", 'the'), ("'day", 'day'), ("'Union", 'Union'), ("'For", 'For')]
SUW19121107-V06-45-page7.txt: [("'More", 'More'), ("'MP", 'MP'), ("'ran", 'ran'), ("''MBWilson", 'MBWilson')]
SUW19121107-V06-45-page8.txt: [("'divine", 'divine')]
SUW19121114-V06-46-page1.txt: [("'Publishing", 'Publishing'), ("'encouragement", 'encouragement')]
SUW19121114-V06-46-page2.txt: [("'I", 'I'), ("'see", 'see')]
SUW19121114-V06-46-page3.txt: [("'rARIZZMA", 'rARIZZMA'), ("'Workers", 'Workers')]
SUW19121114-V06-46-page4.txt: [("'I", 'I'), ("'Practical", 'Practical'), ("'Practical", 'Practical'), ("'see", 'see'), ("'I", 'I')]
SUW19121114-V06-46-page6.txt: [("'dispersing", 'dispersing'), ("'tis", 'tis')]
SUW19121114-V06-46-page7.txt: [("'fiVe", 'fiVe')]
SUW19121121-V06-47-page1.txt: [("'Publishing", 'Publishing'), ("'Work.", 'Work.')]
SUW19121121-V06-47-page2.txt: [("'Well", 'Well'), ("'Yes", 'Yes'), ("'I", 'I'), ("'I", 'I'), ("'redemption", 'redemption')]
SUW19121121-V06-47-page3.txt: [("'at", 'at'), ("'go", 'go'), ("'school", 'school'), ("'Of", 'Of'), ("'Judson...has", 'Judson...has')]
SUW19121121-V06-47-page5.txt: [("'phone", 'phone'), ("'Coriference", 'Coriference'), ("'a", 'a'), ("'Nuts", 'Nuts')]
SUW19121128-V06-48-page1.txt: [("'twere", 'twere'), ("'ISTAKE", 'ISTAKE'), ("'Second", 'Second')]
SUW19121128-V06-48-page2.txt: [("'house", 'house'), ("'Les", 'Les'), ("'Treasure", 'Treasure'), ("'by", 'by')]
SUW19121128-V06-48-page3.txt: [("'sag", 'sag'), ("'made", 'made')]
SUW19121128-V06-48-page4.txt: [("'tis", 'tis')]
SUW19121128-V06-48-page5.txt: [("'such", 'such'), ("'an", 'an'), ("'off", 'off')]
SUW19121128-V06-48-page6.txt: [("'This", 'This')]
SUW19121205-V06-49-page1.txt: [("'NASHVILLE", 'NASHVILLE'), ("'Tis", 'Tis'), ("'before", 'before')]
SUW19121205-V06-49-page3.txt: [("'warm", 'warm'), ("'open", 'open'), ("'holding", 'holding'), ("'haVe", 'haVe'), ("'fb", 'fb')]
SUW19121205-V06-49-page4.txt: [("'front", 'front')]
SUW19121205-V06-49-page5.txt: [("'River", 'River'), ("'some", 'some')]
SUW19121205-V06-49-page7.txt: [("'of", 'of'), ("'give", 'give'), ("'You", 'You')]
SUW19121212-V06-50-page1.txt: [("'The", 'The'), ("'that", 'that'), ("'of", 'of'), ("'quotation", 'quotation'), ("'frorn", 'frorn'), ("''Migninection", 'Migninection'), ("'enderthe'heading", 'endertheheading'), ("'heepthee", 'heepthee')]
SUW19121212-V06-50-page3.txt: [("'You", 'You'), ("'Oak", 'Oak'), ("'is", 'is')]
SUW19121219-V06-51-page1.txt: [("'Union", 'Union'), ("'home", 'home')]
SUW19121219-V06-51-page3.txt: [("'want", 'want'), ("'Colored", 'Colored')]
SUW19121219-V06-51-page5.txt: [("'from", 'from'), ("'Blystadt", 'Blystadt')]
SUW19121219-V06-51-page6.txt: [("'in", 'in')]
SUW19121219-V06-51-page7.txt: [("'origitrat", 'origitrat')]
SUW19121219-V06-51-page8.txt: [("'A", 'A')]
SUW19121226-V06-52-page1.txt: [("'mouse", 'mouse'), ("'who", 'who'), ("'s", 's'), ("'dotes", 'dotes'), ("'with", 'with'), ("'one", 'one'), ("'Is", 'Is')]
SUW19121226-V06-52-page2.txt: [("'phoned", 'phoned')]
SUW19121226-V06-52-page3.txt: [("'send", 'send'), ("'flOurishing'hOtrieS", 'flOurishinghOtrieS')]
SUW19121226-V06-52-page4.txt: [("'River", 'River')]
SUW19121226-V06-52-page5.txt: [("'his", 'his'), ("'Union", 'Union'), ("'Friday", 'Friday')]
SUW19121226-V06-52-page7.txt: [("'For", 'For'), ("'Let", 'Let')]
SUW19121226-V06-52-page8.txt: [("'be", 'be')]
SUW19130102-V07-01-page1.txt: [("'Secretary", 'Secretary'), ("'s", 's'), ("'Twas", 'Twas'), ("'ing", 'ing'), ("'BE", 'BE')]
SUW19130102-V07-01-page2.txt: [("'key", 'key')]
SUW19130102-V07-01-page3.txt: [("'met", 'met'), ("'The", 'The'), ("'I", 'I'), ("'ASSOCIATION", 'ASSOCIATION'), ("'Cooking", 'Cooking')]
SUW19130102-V07-01-page5.txt: [("'Louisiana", 'Louisiana'), ("'Elder", 'Elder'), ("''S'Penirtils", 'SPenirtils'), ("'Oval", 'Oval'), ("''wdtild", 'wdtild'), ("'the", 'the'), ("'l.", 'l.')]
SUW19130102-V07-01-page6.txt: [("'quota", 'quota'), ("'River", 'River')]
SUW19130102-V07-01-page7.txt: [("'was", 'was')]
SUW19130102-V07-01-page8.txt: [("'th", 'th'), ("'rsBal", 'rsBal')]
SUW19130109-V07-02-page1.txt: [("'the", 'the')]
SUW19130109-V07-02-page2.txt: [("'Louisville", 'Louisville'), ("'will", 'will'), ("'this", 'this')]
SUW19130109-V07-02-page3.txt: [("'Lift", 'Lift'), ("'.", '.'), ("'work", 'work')]
SUW19130109-V07-02-page4.txt: [("'m", 'm')]
SUW19130109-V07-02-page5.txt: [("'literature", 'literature'), ("'accept-this", 'accept-this'), ("'shall", 'shall')]
SUW19130109-V07-02-page7.txt: [("'Old", 'Old'), ("'Many", 'Many')]
SUW19130109-V07-02-page8.txt: [("'constituency", 'constituency')]
SUW19130116-V07-03-page1.txt: [("'publishing", 'publishing')]
SUW19130116-V07-03-page3.txt: [("'Brown", 'Brown')]
SUW19130116-V07-03-page7.txt: [("'mid", 'mid')]
SUW19130116-V07-03-page8.txt: [('\'full."', 'full."'), ("'I", 'I')]
SUW19130123-V07-04-page3.txt: [("'of", 'of')]
SUW19130123-V07-04-page5.txt: [("'De", 'De')]
SUW19130123-V07-04-page7.txt: [("'copy", 'copy')]
SUW19130123-V07-04-page8.txt: [("'has", 'has')]
SUW19130130-V07-05-page1.txt: [("'Publishing", 'Publishing')]
SUW19130130-V07-05-page3.txt: [("'true", 'true'), ("'Bible", 'Bible'), ("'The", 'The'), ("'New", 'New'), ("'The", 'The')]
SUW19130130-V07-05-page5.txt: [("'River", 'River')]
SUW19130130-V07-05-page6.txt: [("'Department", 'Department')]
SUW19130130-V07-05-page8.txt: [("'Union", 'Union'), ("'The", 'The'), ("'according", 'according'), ("'not", 'not')]
SUW19130206-V07-06-page1.txt: [("'highest", 'highest'), ("'and", 'and'), ("'character", 'character'), ("'te", 'te')]
SUW19130206-V07-06-page4.txt: [("'River", 'River')]
SUW19130206-V07-06-page5.txt: [("'Nevertheless", 'Nevertheless'), ("'the", 'the'), ("'The", 'The')]
SUW19130206-V07-06-page6.txt: [("'Mother", 'Mother'), ("'WY", 'WY'), ("'I", 'I')]
SUW19130206-V07-06-page7.txt: [("'evangelize", 'evangelize')]
SUW19130213-V07-07-page1.txt: [("'knowledge", 'knowledge'), ("'mouse", 'mouse')]
SUW19130213-V07-07-page2.txt: [("'conscientious", 'conscientious'), ("'of", 'of')]
SUW19130213-V07-07-page3.txt: [("'Bible", 'Bible')]
SUW19130213-V07-07-page7.txt: [("'tween", 'tween'), ("'the", 'the'), ("'interested", 'interested'), ("'I", 'I')]
SUW19130213-V07-07-page8.txt: [("'Union", 'Union')]
SUW19130220-V07-08-page1.txt: [("'mouse", 'mouse')]
SUW19130220-V07-08-page3.txt: [("'Union", 'Union')]
SUW19130220-V07-08-page7.txt: [("'Hubbell", 'Hubbell')]
SUW19130227-V07-09-page2.txt: [("'The", 'The'), ("'We", 'We'), ("'anion", 'anion')]
SUW19130227-V07-09-page6.txt: [("'can", 'can'), ("'I", 'I')]
SUW19130306-V07-10-page1.txt: [("'publishing", 'publishing'), ("'Muse", 'Muse'), ("'whole", 'whole')]
SUW19130306-V07-10-page10.txt: [("'A", 'A')]
SUW19130306-V07-10-page14.txt: [("'Loma", 'Loma')]
SUW19130306-V07-10-page9.txt: [("'Union", 'Union'), ("'do", 'do'), ("'better", 'better')]
SUW19130313-V07-11-page1.txt: [("'Take", 'Take'), ("'February", 'February')]
SUW19130313-V07-11-page2.txt: [("'Best", 'Best'), ("'Gospel", 'Gospel')]
SUW19130313-V07-11-page3.txt: [("'Louisiana", 'Louisiana'), ("'Bible", 'Bible'), ("'Great", 'Great'), ("'Practical", 'Practical'), ("'I", 'I'), ("'Great", 'Great'), ("'Practical", 'Practical')]
SUW19130313-V07-11-page6.txt: [("'River", 'River')]
SUW19130320-V07-12-page1.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'Twas", 'Twas'), ("'Muse", 'Muse'), ("'The", 'The'), ("'large", 'large'), ("'work", 'work'), ("'large", 'large'), ("'large", 'large'), ("'a", 'a'), ("'field", 'field'), ("'pass", 'pass'), ("'and", 'and'), ("'to", 'to'), ("'by", 'by'), ("'a", 'a'), ("'tie", 'tie'), ("'the", 'the')]
SUW19130320-V07-12-page3.txt: [("'E.", 'E.')]
SUW19130320-V07-12-page4.txt: [("'WORKER", 'WORKER'), ("'wife", 'wife'), ("'he", 'he')]
SUW19130320-V07-12-page6.txt: [("'Twill", 'Twill'), ("'Twould", 'Twould')]
SUW19130320-V07-12-page7.txt: [("'taking", 'taking'), ("'the", 'the'), ("'eleven", 'eleven')]
SUW19130320-V07-12-page8.txt: [("'thirty", 'thirty'), ("'oo", 'oo'), ("'is", 'is'), ("'do", 'do'), ("'go", 'go')]
SUW19130327-V07-13-page1.txt: [("'Since", 'Since'), ("'Your", 'Your')]
SUW19130327-V07-13-page2.txt: [("'You", 'You'), ("'of", 'of'), ("'Shun", 'Shun'), ("'Union", 'Union')]
SUW19130327-V07-13-page4.txt: [("'Seven", 'Seven')]
SUW19130327-V07-13-page5.txt: [("'It", 'It')]
SUW19130403-V07-14-page5.txt: [("'of", 'of')]
SUW19130403-V07-14-page7.txt: [("'Union", 'Union')]
SUW19130410-V07-15-page2.txt: [("'La.", 'La.')]
SUW19130410-V07-15-page3.txt: [("'much", 'much'), ("'UNION", 'UNION')]
SUW19130410-V07-15-page4.txt: [("'River", 'River'), ("'says", 'says'), ("'What", 'What')]
SUW19130410-V07-15-page5.txt: [("'Union", 'Union')]
SUW19130410-V07-15-page6.txt: [("'Tis", 'Tis'), ("'twill", 'twill'), ("'Tis", 'Tis'), ("'Tis", 'Tis')]
SUW19130410-V07-15-page7.txt: [("'That's", 'Thats'), ("'just", 'just'), ("'Malt", 'Malt'), ("'league", 'league'), ("'Diary", 'Diary'), ("'me", 'me')]
SUW19130410-V07-15-page8.txt: [("'Conference", 'Conference'), ("'Outline", 'Outline')]
SUW19130417-V07-16-page2.txt: [("'Printing", 'Printing')]
SUW19130417-V07-16-page3.txt: [("'La.", 'La.')]
SUW19130417-V07-16-page6.txt: [("'no", 'no')]
SUW19130417-V07-16-page8.txt: [("'of", 'of')]
SUW19130424-V07-17-page1.txt: [("'bowie", 'bowie')]
SUW19130424-V07-17-page4.txt: [("'La.", 'La.')]
SUW19130424-V07-17-page5.txt: [("'Great", 'Great'), ("'Great", 'Great'), ("'Best", 'Best'), ("'Great", 'Great'), ("'that", 'that')]
SUW19130424-V07-17-page6.txt: [("'River", 'River')]
SUW19130501-V07-18-page1.txt: [("'man", 'man')]
SUW19130501-V07-18-page8.txt: [("'..'.jovej", '...jovej')]
SUW19130508-V07-19-page1.txt: [("'anew", 'anew')]
SUW19130515-V07-20-page1.txt: [("'Mm", 'Mm')]
SUW19130522-V07-21-page8.txt: [("'igs", 'igs')]
SUW19130529-V07-22-page3.txt: [("'WORKED", 'WORKED')]
SUW19130529-V07-22-page8.txt: [("'to", 'to')]
SUW19130612-V07-23-page1.txt: [("'will", 'will')]
SUW19130612-V07-23-page6.txt: [("'being", 'being')]
SUW19130619-V07-24-page4.txt: [("'tracts", 'tracts')]
SUW19130626-V07-25-page1.txt: [("'We", 'We')]
SUW19130703-V07-26-page7.txt: [("'and", 'and')]
SUW19130724-V07-29-page7.txt: [("'SO", 'SO')]
SUW19130731-V07-30-page7.txt: [("'Two", 'Two')]
SUW19130807-V07-31-page3.txt: [("'President.", 'President.')]
SUW19130828-V07-34-page1.txt: [("'ltf", 'ltf'), ("'.We", '.We'), ("'can...give", 'can...give')]
SUW19130828-V07-34-page5.txt: [("'VV'ill", 'VVill')]
SUW19130904-V07-35-page2.txt: [("'C.", 'C.')]
SUW19130904-V07-35-page7.txt: [("'W", 'W')]
SUW19130911-V07-36-page1.txt: [("'a..weapon.", 'a..weapon.'), ("'campaign", 'campaign')]
SUW19130918-V07-37-page2.txt: [("'they", 'they')]
SUW19130918-V07-37-page5.txt: [("'Hazel", 'Hazel')]
SUW19130925-V07-38-page1.txt: [("'will", 'will')]
SUW19130925-V07-38-page8.txt: [("'by", 'by')]
SUW19131002-V07-39-page3.txt: [("'cantatas", 'cantatas')]
SUW19131002-V07-39-page8.txt: [("'uld", 'uld')]
SUW19131009-V07-40-page4.txt: [("'Ingathering", 'Ingathering')]
SUW19131016-V07-41-page2.txt: [("'effort", 'effort')]
SUW19131030-V07-43-page7.txt: [("'Church", 'Church')]
SUW19131030-V07-43-page8.txt: [("'Union", 'Union')]
SUW19131106-V07-44-page1.txt: [("'Origin", 'Origin'), ("'If", 'If')]
SUW19131106-V07-44-page2.txt: [("'Desire", 'Desire'), ("'The", 'The'), ("'in", 'in'), ("'oiorders.", 'oiorders.')]
SUW19131106-V07-44-page3.txt: [("'Bible", 'Bible'), ("'are", 'are')]
SUW19131106-V07-44-page5.txt: [("'donating", 'donating')]
SUW19131106-V07-44-page6.txt: [("'Past", 'Past'), ("'all", 'all'), ("'River", 'River')]
SUW19131106-V07-44-page7.txt: [("'Sabbath", 'Sabbath'), ("'Thank", 'Thank')]
SUW19131106-V07-44-page8.txt: [("'Union", 'Union')]
SUW19131113-V07-45-page1.txt: [("'Daniel", 'Daniel')]
SUW19131113-V07-45-page3.txt: [("'properly", 'properly'), ("'bonze", 'bonze')]
SUW19131113-V07-45-page6.txt: [("'there", 'there'), ("'River", 'River'), ("'Be", 'Be')]
SUW19131113-V07-45-page7.txt: [("'Come", 'Come'), ("'Into", 'Into')]
SUW19131113-V07-45-page8.txt: [("'Testimonies", 'Testimonies'), ("'Be", 'Be'), ("'all", 'all')]
SUW19131120-V07-46-page1.txt: [("'I", 'I')]
SUW19131120-V07-46-page2.txt: [("'Charleston", 'Charleston')]
SUW19131120-V07-46-page3.txt: [("'That's", 'Thats'), ("'Of", 'Of'), ("'Oh", 'Oh')]
SUW19131120-V07-46-page6.txt: [("'River", 'River'), ("'the", 'the'), ("'to", 'to'), ("'Our", 'Our'), ("'Personal", 'Personal')]
SUW19131120-V07-46-page7.txt: [("'Knowledge", 'Knowledge'), ("'On", 'On'), ("'Testimonies", 'Testimonies'), ("'We", 'We')]
SUW19131120-V07-46-page8.txt: [("'mistakes", 'mistakes'), ("'of", 'of')]
SUW19131127-V07-47-page1.txt: [("'tangible", 'tangible')]
SUW19131127-V07-47-page2.txt: [("'publishing", 'publishing')]
SUW19131127-V07-47-page3.txt: [("'This", 'This'), ("'I", 'I')]
SUW19131127-V07-47-page4.txt: [("'Louisiana", 'Louisiana')]
SUW19131127-V07-47-page7.txt: [("'It", 'It')]
SUW19131204-V07-48-page1.txt: [("'and", 'and')]
SUW19131204-V07-48-page3.txt: [("'in", 'in')]
SUW19131204-V07-48-page5.txt: [("'the", 'the')]
SUW19131204-V07-48-page8.txt: [("'coming", 'coming')]
SUW19131211-V07-49-page2.txt: [("'publishing", 'publishing'), ("'Black", 'Black')]
SUW19131211-V07-49-page3.txt: [("'The", 'The'), ("'There", 'There'), ("'This", 'This'), ("'I", 'I'), ("'I", 'I'), ("'I", 'I')]
SUW19131211-V07-49-page4.txt: [("'sent", 'sent')]
SUW19131211-V07-49-page5.txt: [("'Daniel", 'Daniel')]
SUW19131218-V07-50-page1.txt: [("'have", 'have')]
SUW19131218-V07-50-page3.txt: [("'angels", 'angels')]
SUW19131218-V07-50-page4.txt: [("'As", 'As'), ("'in", 'in'), ("'Thus", 'Thus')]
SUW19131218-V07-50-page5.txt: [("'If", 'If'), ("'The", 'The'), ("'Go", 'Go'), ("'But", 'But'), ("'Also", 'Also'), ("'Who", 'Who')]
SUW19131218-V07-50-page7.txt: [("'UNION", 'UNION')]
SUW19140101-V08-01-page2.txt: [("'I", 'I'), ("'You", 'You'), ("'then", 'then')]
SUW19140101-V08-01-page3.txt: [("'I", 'I'), ("'One", 'One'), ("'One", 'One'), ("'Go", 'Go')]
SUW19140101-V08-01-page4.txt: [("'Before", 'Before')]
SUW19140101-V08-01-page7.txt: [("'received", 'received'), ("'Feb.", 'Feb.')]
SUW19140108-V08-02-page3.txt: [("'publishing", 'publishing')]
SUW19140108-V08-02-page6.txt: [("'Inasmuch", 'Inasmuch'), ("'.", '.')]
SUW19140108-V08-02-page7.txt: [("'The", 'The')]
SUW19140115-V08-03-page2.txt: [("'goo", 'goo')]
SUW19140115-V08-03-page4.txt: [("'word", 'word')]
SUW19140115-V08-03-page5.txt: [("'souls", 'souls')]
SUW19140115-V08-03-page6.txt: [("'s'everal", 'several')]
SUW19140115-V08-03-page7.txt: [("'Mrs.", 'Mrs.')]
SUW19140122-V08-04-page5.txt: [("'mouse", 'mouse')]
SUW19140122-V08-04-page8.txt: [("'River", 'River')]
SUW19140129-V08-05-page2.txt: [("'.", '.')]
SUW19140129-V08-05-page4.txt: [("'Muse", 'Muse')]
SUW19140129-V08-05-page6.txt: [("'will", 'will')]
SUW19140205-V08-06-page1.txt: [("'ussuppose", 'ussuppose')]
SUW19140205-V08-06-page5.txt: [("'Louisiana", 'Louisiana')]
SUW19140205-V08-06-page6.txt: [("'River", 'River'), ("'Desire", 'Desire')]
SUW19140212-V08-07-page1.txt: [("'Who", 'Who')]
SUW19140212-V08-07-page6.txt: [("'the", 'the'), ("'be", 'be')]
SUW19140212-V08-07-page8.txt: [("'Published", 'Published')]
SUW19140219-V08-08-page4.txt: [("'Treasurer.", 'Treasurer.')]
SUW19140219-V08-08-page6.txt: [("'be", 'be')]
SUW19140226-V08-09-page5.txt: [("'the", 'the'), ("'River", 'River')]
SUW19140226-V08-09-page7.txt: [("'Shrewd", 'Shrewd')]
SUW19140305-V08-10-page1.txt: [("'Thursday", 'Thursday')]
SUW19140305-V08-10-page2.txt: [("'Publishing", 'Publishing'), ("'Wm", 'Wm')]
SUW19140305-V08-10-page3.txt: [("'Coming", 'Coming'), ("'Coming", 'Coming'), ("'The", 'The')]
SUW19140305-V08-10-page8.txt: [("'they", 'they')]
SUW19140312-V08-11-page1.txt: [("'the", 'the'), ("'tis", 'tis'), ("'Instructor", 'Instructor'), ("'bring", 'bring')]
SUW19140312-V08-11-page2.txt: [("'Publishing", 'Publishing')]
SUW19140312-V08-11-page4.txt: [("'to", 'to'), ("'Considering", 'Considering'), ("'for", 'for'), ("'be", 'be'), ("'circumstance", 'circumstance'), ("'we", 'we')]
SUW19140312-V08-11-page7.txt: [("'IS", 'IS')]
SUW19140319-V08-12-page1.txt: [("'and", 'and'), ("'Bible", 'Bible'), ("'Forty", 'Forty'), ("'Publishing", 'Publishing'), ("'Spirit's", 'Spirits'), ("'sun", 'sun'), ("'blow", 'blow'), ("'Tis", 'Tis')]
SUW19140319-V08-12-page5.txt: [("'River", 'River')]
SUW19140319-V08-12-page8.txt: [("'instruction", 'instruction')]
SUW19140326-V08-13-page2.txt: [("'Twill", 'Twill'), ("'Twas", 'Twas')]
SUW19140326-V08-13-page3.txt: [("'If", 'If'), ("'He", 'He'), ("'of", 'of')]
SUW19140326-V08-13-page6.txt: [("'This", 'This'), ("'Then", 'Then'), ("'how", 'how'), ("'You", 'You'), ("'I", 'I')]
SUW19140326-V08-13-page8.txt: [("'the", 'the')]
SUW19140402-V08-14-page1.txt: [("'We", 'We'), ("'You", 'You')]
SUW19140402-V08-14-page2.txt: [("'was", 'was'), ("'The", 'The')]
SUW19140402-V08-14-page3.txt: [("'convenient", 'convenient'), ("'DO", 'DO'), ("'The", 'The'), ("'The", 'The')]
SUW19140409-V08-15-page1.txt: [("'Of", 'Of'), ("'It", 'It')]
SUW19140409-V08-15-page2.txt: [("'It", 'It'), ("'Huss", 'Huss')]
SUW19140409-V08-15-page3.txt: [("'Louisiana", 'Louisiana'), ("'we", 'we')]
SUW19140409-V08-15-page6.txt: [("'Ballard", 'Ballard')]
SUW19140416-V08-16-page3.txt: [("'Mork", 'Mork')]
SUW19140416-V08-16-page8.txt: [("'of", 'of'), ("'Study", 'Study')]
SUW19140423-V08-17-page2.txt: [("'Coming", 'Coming')]
SUW19140423-V08-17-page4.txt: [("'continue", 'continue'), ("'Daniel", 'Daniel'), ("'Here", 'Here'), ("'Bible", 'Bible')]
SUW19140423-V08-17-page5.txt: [("'River", 'River')]
SUW19140430-V08-18-page1.txt: [("'Moth", 'Moth'), ("'Now", 'Now'), ("'opportune", 'opportune')]
SUW19140430-V08-18-page5.txt: [("'No", 'No')]
SUW19140430-V08-18-page6.txt: [("'River", 'River')]
SUW19140507-V08-19-page2.txt: [("'him.", 'him.')]
SUW19140507-V08-19-page6.txt: [("'ERENCE", 'ERENCE')]
SUW19140514-V08-20-page1.txt: [("'I", 'I')]
SUW19140514-V08-20-page2.txt: [("'the", 'the'), ("'Problem", 'Problem'), ("'Bible", 'Bible')]
SUW19140514-V08-20-page3.txt: [("'Without", 'Without'), ("'in", 'in'), ("'Come", 'Come'), ("'These", 'These'), ("'What", 'What'), ("'And", 'And'), ("'Twill", 'Twill')]
SUW19140514-V08-20-page8.txt: [("'River", 'River')]
SUW19140521-V08-21-page3.txt: [("'River", 'River')]
SUW19140521-V08-21-page8.txt: [("'s", 's')]
SUW19140528-V08-22-page2.txt: [("'very", 'very'), ("'the", 'the')]
SUW19140528-V08-22-page4.txt: [("'Birmingham's", 'Birminghams')]
SUW19140528-V08-22-page5.txt: [("'co", 'co')]
SUW19140528-V08-22-page6.txt: [("'of", 'of')]
SUW19140528-V08-22-page8.txt: [("'Whatsoever", 'Whatsoever')]
SUW19140604-V08-23-page2.txt: [("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'whole", 'whole'), ("'Union", 'Union'), ("'before", 'before')]
SUW19140611-V08-24-page2.txt: [("'Put", 'Put'), ("'Daniel", 'Daniel'), ("'Patriarchs", 'Patriarchs')]
SUW19140611-V08-24-page3.txt: [("'Our", 'Our'), ("'Our", 'Our'), ("'Let", 'Let'), ("'are", 'are')]
SUW19140611-V08-24-page4.txt: [("'Praise", 'Praise')]
SUW19140611-V08-24-page8.txt: [("'ttend", 'ttend'), ("'the", 'the')]
SUW19140618-V08-25-page4.txt: [("'of", 'of'), ("'ticket", 'ticket'), ("'but", 'but'), ("'in", 'in')]
SUW19140618-V08-25-page5.txt: [("'in.", 'in.')]
SUW19140618-V08-25-page8.txt: [("'.", '.'), ("'diplomatic", 'diplomatic')]
SUW19140625-V08-26-page2.txt: [("'Mork", 'Mork'), ("'Bible", 'Bible')]
SUW19140625-V08-26-page5.txt: [("'River", 'River'), ("'son", 'son')]
SUW19140625-V08-26-page8.txt: [("'It", 'It')]
SUW19140702-V08-27-page1.txt: [("'Rork", 'Rork')]
SUW19140702-V08-27-page2.txt: [("'You", 'You'), ("'I", 'I'), ("'round", 'round')]
SUW19140702-V08-27-page3.txt: [("'Louisiana", 'Louisiana')]
SUW19140709-V08-28-page2.txt: [("'Daniel", 'Daniel'), ("'Enclosed", 'Enclosed'), ("'In", 'In')]
SUW19140709-V08-28-page3.txt: [("'W.", 'W.')]
SUW19140709-V08-28-page8.txt: [("'Wait", 'Wait'), ("'Lazo", 'Lazo')]
SUW19140716-V08-29-page2.txt: [("'Our", 'Our')]
SUW19140723-V08-30-page1.txt: [("'publishing", 'publishing'), ("'signs", 'signs')]
SUW19140723-V08-30-page3.txt: [("'help", 'help')]
SUW19140723-V08-30-page5.txt: [("'colporteur", 'colporteur')]
SUW19140730-V08-31-page4.txt: [("'What", 'What'), ("'When", 'When'), ("'Hear", 'Hear'), ("'money", 'money'), ("'shouted", 'shouted')]
SUW19140806-V08-32-page2.txt: [("'seed", 'seed')]
SUW19140806-V08-32-page5.txt: [("'be", 'be')]
SUW19140806-V08-32-page8.txt: [("'embracing", 'embracing'), ("'Righteousness", 'Righteousness')]
SUW19140813-V08-33-page1.txt: [("'Bible", 'Bible'), ("'We", 'We'), ("'It", 'It'), ("'Bible", 'Bible'), ("'Past", 'Past'), ("'a", 'a')]
SUW19140813-V08-33-page2.txt: [("'Bible", 'Bible'), ("'Past", 'Past'), ("'The", 'The'), ("'hard", 'hard'), ("'hard", 'hard'), ("'It", 'It')]
SUW19140813-V08-33-page4.txt: [("'the", 'the')]
SUW19140813-V08-33-page5.txt: [("'River", 'River')]
SUW19140813-V08-33-page8.txt: [("'reasons", 'reasons'), ("'the", 'the')]
SUW19140820-V08-34-page3.txt: [("'IRiver", 'IRiver'), ("'at", 'at')]
SUW19140820-V08-34-page5.txt: [("'sell", 'sell'), ("'Give", 'Give')]
SUW19140820-V08-34-page8.txt: [("'publishing", 'publishing')]
SUW19140827-V08-35-page2.txt: [("'Union", 'Union'), ("'year", 'year'), ("'and", 'and')]
SUW19140827-V08-35-page3.txt: [("'Balsbaugh", 'Balsbaugh'), ("'Mississippi.", 'Mississippi.')]
SUW19140903-V08-36-page4.txt: [("'meeting", 'meeting')]
SUW19140910-V08-37-page2.txt: [("'Arabian", 'Arabian')]
SUW19140910-V08-37-page7.txt: [("'To", 'To')]
SUW19140910-V08-37-page8.txt: [("'Blessed", 'Blessed')]
SUW19140917-V08-38-page1.txt: [("'and", 'and')]
SUW19140917-V08-38-page2.txt: [("'Publishing", 'Publishing'), ("'your", 'your')]
SUW19140917-V08-38-page3.txt: [("'WILSON", 'WILSON')]
SUW19140917-V08-38-page4.txt: [("'are", 'are'), ("'Louisiana", 'Louisiana')]
SUW19140917-V08-38-page7.txt: [("'Three", 'Three')]
SUW19140924-V08-39-page1.txt: [("'pertaining", 'pertaining')]
SUW19140924-V08-39-page5.txt: [("'ponderous", 'ponderous')]
SUW19141001-V08-40-page2.txt: [("'publishing", 'publishing'), ("'Bible", 'Bible'), ("'Daniel", 'Daniel')]
SUW19141001-V08-40-page4.txt: [("'writes", 'writes')]
SUW19141001-V08-40-page5.txt: [("'River", 'River')]
SUW19141001-V08-40-page8.txt: [("'made", 'made')]
SUW19141008-V08-41-page1.txt: [("'pertaining", 'pertaining'), ("'Union", 'Union'), ("'I", 'I')]
SUW19141008-V08-41-page3.txt: [("'Louisiana", 'Louisiana')]
SUW19141008-V08-41-page5.txt: [("'River", 'River'), ("'Son", 'Son')]
SUW19141008-V08-41-page6.txt: [("'is", 'is'), ("'keep", 'keep')]
SUW19141015-V08-42-page1.txt: [("'Pertaining", 'Pertaining')]
SUW19141015-V08-42-page2.txt: [("'Mork", 'Mork'), ("'Literature", 'Literature')]
SUW19141022-V08-43-page1.txt: [("'Mork", 'Mork')]
SUW19141022-V08-43-page3.txt: [("'Louisiana", 'Louisiana')]
SUW19141022-V08-43-page5.txt: [("'carry", 'carry')]
SUW19141022-V08-43-page7.txt: [("'From", 'From'), ("'Take", 'Take'), ("'From", 'From'), ("'The", 'The')]
SUW19141022-V08-43-page8.txt: [("'entering", 'entering')]
SUW19141022-V08-44-page1.txt: [("'tis", 'tis'), ("'Mork", 'Mork')]
SUW19141022-V08-44-page2.txt: [("'Harvest", 'Harvest')]
SUW19141022-V08-44-page3.txt: [("'sell", 'sell')]
SUW19141022-V08-44-page4.txt: [("'experience", 'experience')]
SUW19141022-V08-44-page5.txt: [("'this", 'this'), ("'is", 'is'), ("'give", 'give'), ("'v", 'v')]
SUW19141022-V08-44-page6.txt: [("'River", 'River')]
SUW19141105-V08-45-page1.txt: [("'tis", 'tis'), ("'without", 'without')]
SUW19141105-V08-45-page6.txt: [("'The", 'The'), ("'Spring", 'Spring')]
SUW19141112-V08-46-page2.txt: [("'He", 'He'), ("'Yes", 'Yes'), ("'I", 'I')]
SUW19141112-V08-46-page3.txt: [("'and", 'and')]
SUW19141112-V08-46-page5.txt: [("'Finally", 'Finally'), ("'In", 'In'), ("'the", 'the')]
SUW19141119-V08-47-page1.txt: [("'midst", 'midst')]
SUW19141119-V08-47-page2.txt: [("'fork", 'fork')]
SUW19141119-V08-47-page4.txt: [("'Louisiana", 'Louisiana')]
SUW19141119-V08-47-page6.txt: [("'River", 'River')]
SUW19141119-V08-47-page8.txt: [("'ORKEI", 'ORKEI')]
SUW19141126-V08-48-page2.txt: [("'e", 'e')]
SUW19141126-V08-48-page6.txt: [("'Bible", 'Bible')]
SUW19141126-V08-48-page7.txt: [("'Catholic", 'Catholic')]
SUW19141126-V08-48-page8.txt: [("'Hot", 'Hot'), ("'and", 'and')]
SUW19141203-V08-49-page1.txt: [("'The", 'The'), ("'Sell", 'Sell')]
SUW19141203-V08-49-page2.txt: [("'publishing", 'publishing')]
SUW19141203-V08-49-page8.txt: [("'The", 'The'), ("'Spring", 'Spring')]
SUW19141210-V08-50-page4.txt: [("'Louisiana", 'Louisiana')]
SUW19141210-V08-50-page5.txt: [("'The", 'The'), ("'The", 'The')]
SUW19141210-V08-50-page8.txt: [("'Many", 'Many')]
SUW19141224-V08-51-page6.txt: [("'River", 'River'), ("'to", 'to')]
SUW19141224-V08-51-page7.txt: [("'KENTUCKY", 'KENTUCKY')]
SUW19150101-V09-01-page1.txt: [("'r", 'r'), ("'this", 'this')]
SUW19150101-V09-01-page5.txt: [("'was", 'was')]
SUW19150114-V09-02-page1.txt: [("'splendid", 'splendid')]
SUW19150114-V09-02-page2.txt: [("'cause", 'cause'), ("'way", 'way'), ("'to", 'to'), ("'sister", 'sister'), ("'nonsideratelk", 'nonsideratelk')]
SUW19150114-V09-02-page3.txt: [("'the", 'the'), ("'have", 'have')]
SUW19150114-V09-02-page5.txt: [("'the", 'the'), ("'River", 'River')]
SUW19150114-V09-02-page6.txt: [("'Thou", 'Thou')]
SUW19150114-V09-02-page7.txt: [("'experience", 'experience')]
SUW19150114-V09-02-page8.txt: [("'the", 'the'), ("'United", 'United'), ("'Is", 'Is')]
SUW19150121-V09-03-page2.txt: [("'A", 'A')]
SUW19150121-V09-03-page6.txt: [("'three", 'three')]
SUW19150121-V09-03-page7.txt: [("'into", 'into')]
SUW19150121-V09-03-page8.txt: [("'What", 'What')]
SUW19150128-V09-04-page2.txt: [("'it", 'it'), ("'object", 'object')]
SUW19150128-V09-04-page3.txt: [("'Pertaining", 'Pertaining')]
SUW19150128-V09-04-page4.txt: [("'Publishing", 'Publishing'), ("'SELL", 'SELL')]
SUW19150128-V09-04-page5.txt: [("'Taint", 'Taint'), ("'Cause", 'Cause'), ("'Taint", 'Taint')]
SUW19150128-V09-04-page7.txt: [("'River", 'River')]
SUW19150128-V09-04-page8.txt: [("'St.", 'St.')]
SUW19150204-V09-05-page3.txt: [("'square", 'square'), ("'temper", 'temper'), ("'Union", 'Union'), ("'That", 'That'), ("'for", 'for'), ("'honor", 'honor')]
SUW19150211-V09-06-page2.txt: [("'dition", 'dition')]
SUW19150211-V09-06-page3.txt: [("'Moth", 'Moth')]
SUW19150211-V09-06-page5.txt: [("'tis", 'tis')]
SUW19150211-V09-06-page8.txt: [("'The", 'The'), ("'Heralds", 'Heralds'), ("'I", 'I')]
SUW19150218-V09-07-page3.txt: [("'Mork", 'Mork'), ("'Home", 'Home')]
SUW19150218-V09-07-page6.txt: [("'River", 'River')]
SUW19150225-V09-08-page2.txt: [("'With", 'With'), ("'I", 'I'), ("'you", 'you')]
SUW19150225-V09-08-page3.txt: [("'whose", 'whose')]
SUW19150225-V09-08-page5.txt: [("'The", 'The'), ("'Commandment-keeping", 'Commandment-keeping')]
SUW19150225-V09-08-page6.txt: [("'Reports", 'Reports')]
SUW19150225-V09-08-page8.txt: [("'It", 'It')]
SUW19150304-V09-09-page1.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
SUW19150304-V09-09-page2.txt: [("'My", 'My'), ("'Advance", 'Advance'), ("'United", 'United')]
SUW19150304-V09-09-page3.txt: [("'hard", 'hard')]
SUW19150311-V09-10-page10.txt: [("'It", 'It'), ("'thus", 'thus')]
SUW19150311-V09-10-page2.txt: [("'to", 'to')]
SUW19150311-V09-10-page4.txt: [("'some", 'some')]
SUW19150311-V09-10-page6.txt: [("'Waldenses", 'Waldenses')]
SUW19150311-V09-10-page9.txt: [("'Acts", 'Acts'), ("'Counsels", 'Counsels'), ("'Gospel", 'Gospel'), ("'Facts", 'Facts'), ("'Testimonies", 'Testimonies'), ("'Patriarchs", 'Patriarchs'), ("'Great", 'Great'), ("'The", 'The'), ("'man", 'man'), ("'Who", 'Who'), ('\'"', '"')]
SUW19150318-V09-11-page1.txt: [("'these", 'these'), ("'Workers", 'Workers')]
SUW19150318-V09-11-page5.txt: [("'elucidation", 'elucidation'), ("'The", 'The'), ("'But", 'But'), ("'Ecclesiastical", 'Ecclesiastical'), ("'a", 'a')]
SUW19150318-V09-11-page7.txt: [("'River", 'River')]
SUW19150318-V09-11-page8.txt: [("'subscribe", 'subscribe')]
SUW19150325-V09-12-page1.txt: [('\'siva."', 'siva."')]
SUW19150325-V09-12-page2.txt: [("'The", 'The'), ("'Reports", 'Reports')]
SUW19150325-V09-12-page3.txt: [("'N.", 'N.'), ("'Vicksburg", 'Vicksburg')]
SUW19150325-V09-12-page5.txt: [("'Diver", 'Diver')]
SUW19150325-V09-12-page6.txt: [("'One", 'One'), ("'judgments", 'judgments'), ("'When", 'When')]
SUW19150401-V09-13-page2.txt: [("'Destiny", 'Destiny'), ("'how", 'how')]
SUW19150401-V09-13-page3.txt: [("'Remember", 'Remember')]
SUW19150401-V09-13-page4.txt: [("'both", 'both')]
SUW19150401-V09-13-page6.txt: [("'Union", 'Union')]
SUW19150408-V09-14-page1.txt: [("'Reports", 'Reports'), ("'Workers", 'Workers')]
SUW19150408-V09-14-page10.txt: [("'pertaining", 'pertaining'), ("'Union", 'Union')]
SUW19150408-V09-14-page4.txt: [("'Have", 'Have'), ("'News", 'News'), ("'No", 'No'), ("'Does", 'Does'), ("'Think", 'Think'), ("'But", 'But')]
SUW19150408-V09-14-page8.txt: [("'Sun", 'Sun')]
SUW19150408-V09-14-page9.txt: [("'the", 'the')]
SUW19150415-V09-15-page1.txt: [("'Daniel", 'Daniel')]
SUW19150415-V09-15-page2.txt: [("'He", 'He'), ("'Lord", 'Lord'), ("'Bible", 'Bible'), ("'Daniel", 'Daniel'), ("'Thoughts", 'Thoughts')]
SUW19150415-V09-15-page4.txt: [("'No", 'No'), ("'that", 'that')]
SUW19150415-V09-15-page5.txt: [("'Louisiana", 'Louisiana')]
SUW19150422-V09-16-page1.txt: [("'pertaining", 'pertaining'), ("'Union", 'Union'), ("'program", 'program')]
SUW19150422-V09-16-page4.txt: [("'was", 'was')]
SUW19150422-V09-16-page5.txt: [("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'Best", 'Best'), ("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'Best", 'Best'), ("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'River", 'River'), ("'and", 'and')]
SUW19150422-V09-16-page7.txt: [("'Young", 'Young')]
SUW19150429-V09-17-page2.txt: [("'Hard", 'Hard')]
SUW19150429-V09-17-page5.txt: [("'Louisiana", 'Louisiana'), ("'The", 'The'), ("'Past", 'Past'), ("'Past", 'Past'), ("'Bible", 'Bible'), ("'When", 'When'), ("'Manual", 'Manual'), ("'Please", 'Please')]
SUW19150429-V09-17-page6.txt: [("'He", 'He'), ("'I", 'I')]
SUW19150506-V09-18-page3.txt: [("'Awls", 'Awls'), ("'the", 'the')]
SUW19150506-V09-18-page4.txt: [("'Go", 'Go')]
SUW19150506-V09-18-page8.txt: [("'Union", 'Union')]
SUW19150513-V09-19-page3.txt: [("'the", 'the')]
SUW19150513-V09-19-page6.txt: [("'You", 'You'), ("'the", 'the'), ("'We", 'We'), ("'a", 'a')]
SUW19150513-V09-19-page8.txt: [("'Union", 'Union')]
SUW19150527-V09-21-page2.txt: [("'are", 'are')]
SUW19150527-V09-21-page3.txt: [("'Bible", 'Bible'), ("'Past", 'Past'), ("'writing", 'writing'), ("'of", 'of')]
SUW19150527-V09-21-page6.txt: [("'The", 'The')]
SUW19150527-V09-21-page7.txt: [("'t", 't')]
SUW19150603-V09-22-page2.txt: [("'hard", 'hard'), ("'low", 'low')]
SUW19150603-V09-22-page8.txt: [("'pertaining", 'pertaining')]
SUW19150610-V09-23-page2.txt: [("'twill", 'twill'), ("'neath", 'neath')]
SUW19150610-V09-23-page3.txt: [("'the", 'the'), ("'Problem", 'Problem')]
SUW19150610-V09-23-page7.txt: [("'NB", 'NB'), ("'leen", 'leen')]
SUW19150610-V09-23-page8.txt: [("'Union", 'Union')]
SUW19150617-V09-24-page1.txt: [("'Yes", 'Yes'), ("'he", 'he'), ("''alone", 'alone')]
SUW19150617-V09-24-page2.txt: [("'Yes", 'Yes'), ("'We", 'We'), ("'What", 'What'), ("'borne", 'borne'), ("'Mork", 'Mork')]
SUW19150617-V09-24-page3.txt: [("'tis", 'tis'), ("'s", 's')]
SUW19150617-V09-24-page8.txt: [("'pertaining", 'pertaining'), ("'Union", 'Union')]
SUW19150624-V09-25-page1.txt: [("'Bible", 'Bible'), ("'hard", 'hard')]
SUW19150624-V09-25-page2.txt: [("'It", 'It'), ("'I", 'I'), ("'Manual", 'Manual'), ("'Manual", 'Manual'), ("'Not", 'Not')]
SUW19150624-V09-25-page4.txt: [("'They", 'They'), ("'Although", 'Although')]
SUW19150624-V09-25-page5.txt: [("'Bible", 'Bible')]
SUW19150701-V09-26-page1.txt: [("'Then", 'Then'), ("'Tis", 'Tis')]
SUW19150701-V09-26-page3.txt: [("'WORKER", 'WORKER')]
SUW19150701-V09-26-page5.txt: [("'do", 'do')]
SUW19150708-V09-27-page1.txt: [("'felt", 'felt'), ("'we", 'we'), ("'bite.", 'bite.')]
SUW19150708-V09-27-page2.txt: [("'an", 'an')]
SUW19150708-V09-27-page3.txt: [("'prayers", 'prayers')]
SUW19150708-V09-27-page5.txt: [("'William", 'William'), ("'the", 'the'), ("'ektend", 'ektend'), ("'WeICOrtie.", 'WeICOrtie.'), ("'to", 'to')]
SUW19150708-V09-27-page6.txt: [("'River", 'River')]
SUW19150708-V09-27-page7.txt: [("'Sets", 'Sets')]
SUW19150715-V09-28-page6.txt: [("'River", 'River'), ("'and", 'and'), ("'One", 'One')]
SUW19150715-V09-28-page8.txt: [("'for", 'for'), ("'Mark", 'Mark')]
SUW19150722-V09-29-page1.txt: [("'River", 'River'), ("'twill", 'twill')]
SUW19150722-V09-29-page5.txt: [("'Sal", 'Sal')]
SUW19150729-V09-30-page1.txt: [("'My", 'My')]
SUW19150729-V09-30-page2.txt: [("'With", 'With')]
SUW19150729-V09-30-page8.txt: [("'Union", 'Union')]
SUW19150812-V09-31-page10.txt: [("'sly", 'sly'), ("'pertaining", 'pertaining')]
SUW19150812-V09-31-page7.txt: [("'grace", 'grace')]
SUW19150819-V09-32-page12.txt: [("'Union", 'Union')]
SUW19150819-V09-32-page4.txt: [("'Waters", 'Waters'), ("'FROM", 'FROM')]
SUW19150819-V09-32-page5.txt: [("'I", 'I')]
SUW19150826-V09-33-page3.txt: [("'Come", 'Come'), ("'over", 'over'), ("'people", 'people')]
SUW19150826-V09-33-page5.txt: [("'lessen", 'lessen')]
SUW19150826-V09-33-page6.txt: [("'River", 'River'), ("'for", 'for')]
SUW19150826-V09-33-page8.txt: [("'Union", 'Union')]
SUW19150902-V09-34-page5.txt: [("'after", 'after'), ("'the", 'the')]
SUW19150902-V09-34-page6.txt: [("'Myer", 'Myer'), ("'An", 'An')]
SUW19150902-V09-34-page8.txt: [("'from", 'from'), ("'pertaining", 'pertaining'), ("'Union", 'Union')]
SUW19150909-V09-35-page10.txt: [("'pertaining", 'pertaining')]
SUW19150909-V09-35-page4.txt: [("'Year", 'Year')]
SUW19150909-V09-35-page9.txt: [("'Well", 'Well')]
SUW19150916-V09-36-page2.txt: [("'Heralds", 'Heralds')]
SUW19150916-V09-36-page5.txt: [("'River", 'River')]
SUW19150923-V09-37-page4.txt: [("'The", 'The'), ("'River", 'River')]
SUW19150923-V09-37-page8.txt: [("'Union", 'Union')]
SUW19150930-V09-38-page1.txt: [("'Union", 'Union')]
SUW19150930-V09-38-page3.txt: [("'With", 'With')]
SUW19150930-V09-38-page6.txt: [("'River", 'River')]
SUW19151007-V09-39-page4.txt: [("'were", 'were')]
SUW19151007-V09-39-page6.txt: [("'Manchester", 'Manchester'), ("'She", 'She')]
SUW19151007-V09-39-page8.txt: [("'Wryest", 'Wryest'), ("'dotes", 'dotes'), ("'Union", 'Union'), ("'The", 'The')]
SUW19151014-V09-40-page1.txt: [("'Union", 'Union'), ("'WIGHT.", 'WIGHT.'), ("'cause", 'cause'), ("'Nigger", 'Nigger')]
SUW19151014-V09-40-page3.txt: [("'through", 'through')]
SUW19151014-V09-40-page5.txt: [("'and'a", 'anda'), ("'in", 'in'), ("'Convention", 'Convention')]
SUW19151014-V09-40-page7.txt: [("'srStrat", 'srStrat'), ("'D.", 'D.'), ("'five", 'five'), ("'The", 'The')]
SUW19151021-V09-41-page1.txt: [("'twas", 'twas'), ("'Twill", 'Twill'), ("'performing.", 'performing.')]
SUW19151021-V09-41-page3.txt: [("'hoof", 'hoof')]
SUW19151021-V09-41-page4.txt: [("'him", 'him')]
SUW19151021-V09-41-page6.txt: [("'of", 'of')]
SUW19151021-V09-41-page7.txt: [("'and", 'and')]
SUW19151021-V09-41-page8.txt: [("'Rotes", 'Rotes')]
SUW19151028-V09-42-page1.txt: [("'Tis", 'Tis'), ("'dotes", 'dotes')]
SUW19151028-V09-42-page2.txt: [("'of", 'of'), ("'It", 'It')]
SUW19151028-V09-42-page3.txt: [("'were", 'were'), ("'the", 'the')]
SUW19151028-V09-42-page5.txt: [("'in", 'in'), ("'of", 'of')]
SUW19151028-V09-42-page8.txt: [("'Pertaining", 'Pertaining'), ("'comfort", 'comfort')]
SUW19151104-V09-43-page1.txt: [("'notes", 'notes'), ("'given", 'given'), ("'you", 'you')]
SUW19151104-V09-43-page3.txt: [("'WAS", 'WAS')]
SUW19151104-V09-43-page4.txt: [("'had", 'had')]
SUW19151104-V09-43-page5.txt: [("'the", 'the')]
SUW19151104-V09-43-page6.txt: [("'splendid", 'splendid'), ("'southern", 'southern'), ("'about", 'about')]
SUW19151104-V09-43-page7.txt: [("'UNION", 'UNION'), ("'American", 'American'), ("'sne'eesSiiiif", 'sneeesSiiiif'), ("'White", 'White'), ("'Find", 'Find'), ("'Iitte", 'Iitte'), ("'Grid", 'Grid'), ("'and", 'and'), ("'of", 'of')]
SUW19151111-V09-44-page1.txt: [("'Wryest", 'Wryest'), ("'notes", 'notes')]
SUW19151111-V09-44-page5.txt: [("'River", 'River'), ("'KT", 'KT'), ("'signified", 'signified')]
SUW19151111-V09-44-page8.txt: [("'round", 'round'), ("'pertaining", 'pertaining'), ("'Union", 'Union'), ("'Mom.", 'Mom.'), ("'It", 'It')]
SUW19151118-V09-45-page2.txt: [("'anion", 'anion'), ("'figures", 'figures')]
SUW19151118-V09-45-page3.txt: [("'nothing", 'nothing'), ("'is", 'is'), ("'tedious", 'tedious'), ("'Of", 'Of')]
SUW19151118-V09-45-page5.txt: [('\'\'titure"', 'titure"')]
SUW19151118-V09-45-page6.txt: [("'Myer", 'Myer')]
SUW19151118-V09-45-page7.txt: [("'I", 'I'), ("'Por", 'Por'), ("'At", 'At'), ("'Three", 'Three')]
SUW19151125-V09-46-page1.txt: [("'wards", 'wards')]
SUW19151125-V09-46-page4.txt: [("'River", 'River')]
SUW19151125-V09-46-page5.txt: [("'hour", 'hour')]
SUW19151202-V09-47-page1.txt: [("'that", 'that'), ("'Think", 'Think'), ("'I", 'I'), ("'to", 'to'), ("'check", 'check'), ("'Sat", 'Sat'), ("'the", 'the')]
SUW19151202-V09-47-page3.txt: [("'are", 'are')]
SUW19151202-V09-47-page4.txt: [("'..", '..')]
SUW19151202-V09-47-page5.txt: [("''steadtagti", 'steadtagti')]
SUW19151202-V09-47-page6.txt: [("'brother.", 'brother.')]
SUW19151202-V09-47-page7.txt: [("'Liberty.", 'Liberty.'), ("'Tettice.", 'Tettice.')]
SUW19151202-V09-47-page8.txt: [("'Union", 'Union'), ("'Elder", 'Elder'), ("'age", 'age'), ("'pull", 'pull'), ("'to", 'to'), ("'friends", 'friends'), ("'Our", 'Our')]
SUW19151209-V09-48-page1.txt: [("'Mong", 'Mong'), ("'attended", 'attended'), ("'all", 'all'), ("'Aboutseventy", 'Aboutseventy'), ("'day", 'day'), ("'and", 'and'), ("'for", 'for'), ("'school", 'school'), ("'are", 'are'), ("'Lord", 'Lord')]
SUW19151209-V09-48-page2.txt: [("'because", 'because'), ("'caters", 'caters')]
SUW19151209-V09-48-page3.txt: [("'which", 'which'), ("'cOIPOrtenrS", 'cOIPOrtenrS')]
SUW19151209-V09-48-page4.txt: [("'were", 'were'), ("'magazines", 'magazines')]
SUW19151209-V09-48-page5.txt: [("'of", 'of'), ("'tearing", 'tearing'), ("'offers", 'offers'), ("'Papers", 'Papers'), ("'noe", 'noe')]
SUW19151209-V09-48-page6.txt: [("'that", 'that'), ("'It", 'It'), ("'River", 'River')]
SUW19151209-V09-48-page7.txt: [("'ling", 'ling'), ("'IV", 'IV')]
SUW19151209-V09-48-page8.txt: [("'Union", 'Union'), ("'Rotes", 'Rotes')]
SUW19151216-V09-49-page1.txt: [("'ever", 'ever'), ("'of", 'of'), ("'sliall", 'sliall')]
SUW19151216-V09-49-page2.txt: [("'are", 'are'), ("'mission'Search", 'missionSearch'), ("'new", 'new'), ("'Christmas", 'Christmas'), ("'preciate", 'preciate'), ("'School", 'School'), ("'in", 'in'), ("'Birmingham", 'Birmingham')]
SUW19151216-V09-49-page3.txt: [("'not", 'not'), ("'Roberts", 'Roberts'), ("'be", 'be'), ("'there", 'there'), ("'a", 'a'), ("'to", 'to'), ("'the", 'the')]
SUW19151216-V09-49-page4.txt: [("'work", 'work')]
SUW19151216-V09-49-page6.txt: [("'others", 'others'), ("'Sister", 'Sister'), ("'rnoudn'r", 'rnoudnr'), ("'I", 'I'), ("'that", 'that'), ("'NOW", 'NOW'), ("'show", 'show'), ("'our", 'our'), ("'to", 'to'), ("'written", 'written')]
SUW19151216-V09-49-page7.txt: [("'secretary", 'secretary'), ("'River", 'River'), ("'Some", 'Some'), ("'We", 'We'), ("'church", 'church'), ("'HS", 'HS'), ("'Ingatherin.g", 'Ingatherin.g'), ("'Ffeif", 'Ffeif')]
SUW19151216-V09-49-page8.txt: [("'Union", 'Union'), ("'Dark", 'Dark')]
SUW19151223-V09-50-page1.txt: [("'Ponder", 'Ponder')]
SUW19151223-V09-50-page3.txt: [("'Eyster", 'Eyster'), ("'Mrs.", 'Mrs.')]
SUW19151223-V09-50-page5.txt: [("'for", 'for'), ("'T", 'T'), ("'.", '.')]
SUW19151223-V09-50-page6.txt: [("'October", 'October')]
SUW19151223-V09-50-page8.txt: [("'Mow", 'Mow'), ("'the", 'the')]
SUW19160106-V10-01-page1.txt: [("'We", 'We'), ("'of", 'of')]
SUW19160106-V10-01-page5.txt: [("'s", 's'), ("'Number", 'Number')]
SUW19160106-V10-01-page6.txt: [("'he", 'he')]
SUW19160106-V10-01-page7.txt: [("'living", 'living'), ("'to", 'to')]
SUW19160106-V10-01-page8.txt: [("'Amos", 'Amos'), ("'furnished", 'furnished')]
SUW19160113-V10-02-page1.txt: [("'Tis", 'Tis')]
SUW19160113-V10-02-page3.txt: [("'Babylon", 'Babylon'), ("'Whom", 'Whom'), ("'HERE", 'HERE')]
SUW19160113-V10-02-page5.txt: [("'subscriptions", 'subscriptions')]
SUW19160113-V10-02-page6.txt: [("'without", 'without'), ("'for", 'for'), ("'The", 'The')]
SUW19160120-V10-03-page2.txt: [("'work", 'work')]
SUW19160120-V10-03-page8.txt: [("'Silent", 'Silent')]
SUW19160127-V10-04-page2.txt: [("'according", 'according'), ("'The", 'The'), ("'Disciple", 'Disciple'), ("'Truth", 'Truth')]
SUW19160127-V10-04-page3.txt: [("'Message", 'Message'), ("'WAS", 'WAS'), ("'to", 'to'), ("'itheWorld's", 'itheWorlds'), ("'Widener", 'Widener')]
SUW19160127-V10-04-page4.txt: [("'for", 'for'), ("'scarcely", 'scarcely')]
SUW19160127-V10-04-page6.txt: [("'cently", 'cently')]
SUW19160203-V10-05-page1.txt: [("'Well", 'Well'), ("'Wife", 'Wife'), ("'I", 'I')]
SUW19160203-V10-05-page2.txt: [("'hard", 'hard'), ("'Bible", 'Bible')]
SUW19160203-V10-05-page4.txt: [("'will", 'will'), ("'one", 'one')]
SUW19160203-V10-05-page5.txt: [("'What", 'What')]
SUW19160203-V10-05-page7.txt: [("'the", 'the'), ("'to", 'to'), ("'of", 'of')]
SUW19160203-V10-05-page8.txt: [("'are", 'are')]
SUW19160210-V10-06-page1.txt: [("'retained", 'retained'), ("'by", 'by')]
SUW19160210-V10-06-page3.txt: [("'Constantinople", 'Constantinople'), ("'natives", 'natives'), ("'understand", 'understand'), ("'We-set", 'We-set'), ("'Words", 'Words'), ("'they", 'they')]
SUW19160210-V10-06-page4.txt: [("'people", 'people'), ("'less", 'less'), ("'and", 'and'), ("'of", 'of'), ("'Epistles", 'Epistles'), ("'been", 'been'), ("'a", 'a'), ("'will", 'will'), ("'be", 'be'), ("'HELEN", 'HELEN')]
SUW19160210-V10-06-page5.txt: [("'vie", 'vie'), ("'the", 'the')]
SUW19160210-V10-06-page7.txt: [("'the", 'the'), ("'people", 'people'), ("'Remember", 'Remember')]
SUW19160217-V10-07-page1.txt: [("'is", 'is')]
SUW19160217-V10-07-page11.txt: [("'like", 'like'), ("'western", 'western'), ("'bright", 'bright'), ("'enthusiastic", 'enthusiastic')]
SUW19160217-V10-07-page14.txt: [("'a", 'a')]
SUW19160217-V10-07-page16.txt: [("'Bible", 'Bible')]
SUW19160217-V10-07-page2.txt: [("'prayerfully", 'prayerfully')]
SUW19160217-V10-07-page3.txt: [("'a", 'a')]
SUW19160217-V10-07-page5.txt: [("'s", 's')]
SUW19160217-V10-07-page7.txt: [("'dePartmetiti", 'dePartmetiti'), ("'intermediate", 'intermediate'), ("'WORKER.", 'WORKER.')]
SUW19160217-V10-07-page8.txt: [("'No", 'No')]
SUW19160217-V10-07-page9.txt: [("'has", 'has'), ("'advertiging", 'advertiging')]
SUW19160224-V10-08-page1.txt: [("'tis", 'tis')]
SUW19160224-V10-08-page2.txt: [("'The", 'The'), ("'is", 'is'), ("'That", 'That')]
SUW19160224-V10-08-page3.txt: [("'courage.", 'courage.'), ("'work", 'work'), ("'is", 'is'), ("'The", 'The'), ("'Conference", 'Conference'), ("'see", 'see')]
SUW19160224-V10-08-page5.txt: [("'NOT", 'NOT'), ("'a", 'a')]
SUW19160224-V10-08-page7.txt: [("'SOUTHERN", 'SOUTHERN'), ("'that", 'that')]
SUW19160224-V10-08-page8.txt: [("'publishing", 'publishing')]
SUW19160302-V10-09-page1.txt: [("'a", 'a'), ("'sttetets", 'sttetets')]
SUW19160302-V10-09-page3.txt: [("'the", 'the'), ("'Church", 'Church')]
SUW19160302-V10-09-page4.txt: [("'whenever", 'whenever')]
SUW19160302-V10-09-page6.txt: [("'can", 'can')]
SUW19160309-V10-10-page1.txt: [("'twill", 'twill'), ("'neath", 'neath')]
SUW19160309-V10-10-page2.txt: [("'The", 'The'), ("'The", 'The'), ("'There", 'There'), ("'these", 'these')]
SUW19160309-V10-10-page5.txt: [("'We", 'We')]
SUW19160309-V10-10-page8.txt: [("'Modern", 'Modern')]
SUW19160316-V10-11-page1.txt: [("'gainst", 'gainst')]
SUW19160316-V10-11-page2.txt: [("'And", 'And')]
SUW19160316-V10-11-page3.txt: [("'I", 'I')]
SUW19160316-V10-11-page4.txt: [("'in", 'in')]
SUW19160316-V10-11-page5.txt: [("'very", 'very')]
SUW19160323-V10-12-page4.txt: [("'my", 'my'), ("'A", 'A'), ("'My", 'My'), ("'Deep-Sea", 'Deep-Sea')]
SUW19160323-V10-12-page8.txt: [("'Published", 'Published'), ("'received", 'received')]
SUW19160330-V10-13-page1.txt: [("'the", 'the')]
SUW19160330-V10-13-page2.txt: [("'of", 'of')]
SUW19160330-V10-13-page5.txt: [("'indicates", 'indicates')]
SUW19160406-V10-14-page1.txt: [("'VOL.", 'VOL.')]
SUW19160406-V10-14-page3.txt: [("'each", 'each')]
SUW19160406-V10-14-page4.txt: [('\'Miller."', 'Miller."')]
SUW19160406-V10-14-page7.txt: [("'March", 'March')]
SUW19160406-V10-14-page8.txt: [("'are", 'are')]
SUW19160413-V10-15-page1.txt: [("'accomplishing", 'accomplishing')]
SUW19160413-V10-15-page3.txt: [("'Union", 'Union')]
SUW19160413-V10-15-page7.txt: [("'Modern", 'Modern')]
SUW19160413-V10-15-page8.txt: [("'and", 'and')]
SUW19160420-V10-16-page2.txt: [("'matter", 'matter'), ("'thank", 'thank')]
SUW19160420-V10-16-page3.txt: [("'for", 'for')]
SUW19160427-V10-17-page1.txt: [("'cause", 'cause'), ("'way", 'way')]
SUW19160427-V10-17-page2.txt: [("'to", 'to'), ("'Bible", 'Bible'), ("'Bible", 'Bible')]
SUW19160427-V10-17-page4.txt: [("'purchased", 'purchased'), ("'Hammond.", 'Hammond.')]
SUW19160427-V10-17-page8.txt: [("'What", 'What'), ("'speak", 'speak'), ("'What", 'What'), ("'Well", 'Well')]
SUW19160504-V10-18-page3.txt: [("'at", 'at'), ("'Twill", 'Twill'), ("'twill", 'twill')]
SUW19160504-V10-18-page5.txt: [("'their", 'their')]
SUW19160511-V10-19-page2.txt: [("'and", 'and')]
SUW19160511-V10-19-page8.txt: [("'Treasurer", 'Treasurer')]
SUW19160518-V10-20-page1.txt: [("'He", 'He'), ("'My", 'My')]
SUW19160518-V10-20-page5.txt: [("'New", 'New')]
SUW19160525-V10-21-page1.txt: [("'twill", 'twill'), ("'out", 'out')]
SUW19160525-V10-21-page4.txt: [("'American", 'American')]
SUW19160525-V10-21-page7.txt: [("'The", 'The')]
SUW19160525-V10-21-page8.txt: [("'seed", 'seed')]
SUW19160601-V10-22-page2.txt: [("'towns", 'towns')]
SUW19160601-V10-22-page3.txt: [("'At", 'At'), ("'Missionary", 'Missionary'), ("'Practical", 'Practical'), ("'The", 'The'), ("'Ministry", 'Ministry'), ("'The", 'The'), ("'The", 'The'), ("'Looking", 'Looking'), ("'Bible", 'Bible'), ("'Steps", 'Steps'), ("'Mount", 'Mount'), ("'Men", 'Men')]
SUW19160601-V10-22-page4.txt: [("'Heralds", 'Heralds'), ("'Making", 'Making'), ("'Little", 'Little'), ("'Gospel", 'Gospel'), ("'Best", 'Best'), ("'Stories", 'Stories'), ("'Bible", 'Bible'), ("'Helps", 'Helps'), ("'Scriptural", 'Scriptural'), ("'Past", 'Past'), ("'Here", 'Here'), ("'Christ", 'Christ'), ("'Desire", 'Desire'), ("'Last", 'Last'), ("'My", 'My')]
SUW19160601-V10-22-page5.txt: [("'have", 'have'), ("'I", 'I')]
SUW19160608-V10-23-page2.txt: [("'try", 'try'), ("'US", 'US'), ("'was", 'was')]
SUW19160608-V10-23-page4.txt: [("'The", 'The'), ("'soon", 'soon')]
SUW19160608-V10-23-page6.txt: [("'Taylor", 'Taylor'), ("'Go", 'Go')]
SUW19160615-V10-24-page1.txt: [("'Things", 'Things'), ("'Mention", 'Mention')]
SUW19160615-V10-24-page2.txt: [("'When", 'When'), ("'For", 'For')]
SUW19160615-V10-24-page3.txt: [("'Louisville", 'Louisville')]
SUW19160615-V10-24-page8.txt: [("'PUB.", 'PUB.'), ("'the", 'the')]
SUW19160622-V10-25-page1.txt: [("'twould", 'twould'), ("'Twould", 'Twould'), ("'or", 'or')]
SUW19160622-V10-25-page2.txt: [("'squad", 'squad')]
SUW19160622-V10-25-page3.txt: [("'.", '.')]
SUW19160622-V10-25-page8.txt: [("'etc.", 'etc.')]
SUW19160629-V10-26-page4.txt: [("'anxious", 'anxious')]
SUW19160629-V10-26-page5.txt: [("'Hold", 'Hold'), ("'opened", 'opened'), ("'You", 'You'), ("'Bible", 'Bible'), ("'It", 'It'), ("'displaying", 'displaying')]
SUW19160629-V10-26-page6.txt: [("'Bible", 'Bible')]
SUW19160629-V10-26-page7.txt: [("'hill", 'hill')]
SUW19160706-V10-27-page2.txt: [("'difference", 'difference'), ("'come", 'come')]
SUW19160706-V10-27-page4.txt: [("'age", 'age'), ('\'"Bible', '"Bible'), ("'attention", 'attention'), ("'Bible", 'Bible')]
SUW19160706-V10-27-page5.txt: [("'TernieSSee", 'TernieSSee'), ('\'repOrts"', 'repOrts"'), ("'increased", 'increased'), ("'tile", 'tile'), ("'ikeia", 'ikeia'), ("'and", 'and'), ("'Hansen", 'Hansen'), ("'entitled'fo", 'entitledfo'), ("'matter", 'matter'), ("'first", 'first'), ("'the", 'the'), ("'C.", 'C.'), ("'were", 'were'), ("'for", 'for'), ("'A.clitttch", 'A.clitttch'), ("'f", 'f'), ("'set", 'set'), ("'that", 'that'), ("'this", 'this'), ("'cut", 'cut'), ("'Michigan", 'Michigan')]
SUW19160706-V10-27-page6.txt: [("'and", 'and')]
SUW19160706-V10-27-page8.txt: [("'.", '.'), ("'....", '....'), ("'W.", 'W.'), ("'PAvis", 'PAvis'), ("'session", 'session'), ("'Meridian", 'Meridian'), ("'S.eCretary.", 'S.eCretary.')]
SUW19160713-V10-28-page1.txt: [("'come", 'come')]
SUW19160713-V10-28-page2.txt: [("'I", 'I')]
SUW19160713-V10-28-page3.txt: [("'Twill", 'Twill'), ("'Twas", 'Twas'), ("'book", 'book'), ("'Past", 'Past')]
SUW19160713-V10-28-page4.txt: [("'Past", 'Past'), ("'Practical", 'Practical'), ("'Bible", 'Bible'), ("'important", 'important'), ("'now", 'now')]
SUW19160713-V10-28-page8.txt: [("'ship", 'ship')]
SUW19160720-V10-29-page2.txt: [("'Love", 'Love')]
SUW19160720-V10-29-page7.txt: [("'It", 'It')]
SUW19160720-V10-29-page8.txt: [("'Union", 'Union')]
SUW19160727-V10-30-page10.txt: [("'Daniel", 'Daniel'), ("'Could", 'Could')]
SUW19160727-V10-30-page11.txt: [("'had", 'had'), ("'of", 'of'), ("'id", 'id'), ("'before", 'before')]
SUW19160727-V10-30-page7.txt: [("'Twixt", 'Twixt')]
SUW19160810-V10-31-page1.txt: [("'year.", 'year.'), ("'California", 'California')]
SUW19160810-V10-31-page12.txt: [("'Brother", 'Brother')]
SUW19160817-V10-32-page6.txt: [("'twill", 'twill')]
SUW19160817-V10-32-page7.txt: [("'the", 'the'), ("'tis", 'tis')]
SUW19160817-V10-32-page8.txt: [("'and", 'and')]
SUW19160824-V10-33-page2.txt: [("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'Neither", 'Neither')]
SUW19160824-V10-33-page3.txt: [("'many", 'many')]
SUW19160824-V10-33-page8.txt: [("'sections", 'sections')]
SUW19160831-V10-34-page1.txt: [("'Past", 'Past'), ("'Bible", 'Bible'), ("'a", 'a'), ("'proof-room.", 'proof-room.')]
SUW19160831-V10-34-page2.txt: [("'Brown", 'Brown')]
SUW19160831-V10-34-page7.txt: [("'so", 'so'), ("'work", 'work'), ("'State.", 'State.'), ("'MR", 'MR')]
SUW19160831-V10-34-page8.txt: [("'V.Davis", 'V.Davis')]
SUW19160907-V10-35-page1.txt: [("'towardthis", 'towardthis')]
SUW19160907-V10-35-page2.txt: [("'regular", 'regular')]
SUW19160907-V10-35-page4.txt: [("'Shadow", 'Shadow'), ("'Vatican", 'Vatican'), ("'Shadow", 'Shadow'), ("'Shadow", 'Shadow'), ("'The", 'The')]
SUW19160907-V10-35-page5.txt: [("'was", 'was'), ("'the", 'the')]
SUW19160907-V10-35-page6.txt: [("'Acts", 'Acts')]
SUW19160907-V10-35-page7.txt: [("'We", 'We'), ("'well", 'well')]
SUW19160912-V10-36-page2.txt: [("'not", 'not'), ("'Here", 'Here'), ("'We", 'We'), ("'Be", 'Be')]
SUW19160912-V10-36-page3.txt: [("'Toleration", 'Toleration'), ("'glory", 'glory'), ("'Practical", 'Practical')]
SUW19160912-V10-36-page6.txt: [("'central", 'central')]
SUW19160921-V10-37-page1.txt: [("'tis", 'tis'), ("'Palma", 'Palma')]
SUW19160921-V10-37-page2.txt: [("'a", 'a')]
SUW19160921-V10-37-page3.txt: [("'e", 'e'), ("'little", 'little')]
SUW19160921-V10-37-page5.txt: [("'headquarters", 'headquarters'), ("'OM", 'OM')]
SUW19160928-V10-38-page1.txt: [("'W.", 'W.'), ("'farmwill", 'farmwill'), ("'by", 'by'), ("'work", 'work')]
SUW19160928-V10-38-page2.txt: [("'short", 'short'), ("'The", 'The'), ("'school", 'school'), ("'the", 'the'), ("'very", 'very')]
SUW19160928-V10-38-page3.txt: [("'Put", 'Put'), ("'We", 'We'), ("'To", 'To'), ("'are", 'are')]
SUW19160928-V10-38-page4.txt: [("'tis", 'tis'), ("'Miss", 'Miss'), ("'combines", 'combines'), ("'makethe", 'makethe')]
SUW19160928-V10-38-page5.txt: [("'this", 'this'), ("'ago", 'ago')]
SUW19160928-V10-38-page6.txt: [("'two", 'two')]
SUW19160928-V10-38-page7.txt: [("'of", 'of'), ("'a", 'a'), ("'kingdom", 'kingdom')]
SUW19160928-V10-38-page8.txt: [("'bearing", 'bearing'), ("'not", 'not'), ("'can", 'can'), ("'much", 'much')]
SUW19161005-V10-39-page1.txt: [("'the'Sotithernwillkno'w", 'theSotithernwillknow'), ("'be", 'be'), ("'Studying", 'Studying')]
SUW19161005-V10-39-page2.txt: [("'Hospital", 'Hospital')]
SUW19161005-V10-39-page3.txt: [("'today.", 'today.')]
SUW19161005-V10-39-page4.txt: [("'they", 'they'), ("'do", 'do')]
SUW19161005-V10-39-page5.txt: [("'wish", 'wish'), ("'.", '.')]
SUW19161005-V10-39-page6.txt: [("'preach", 'preach'), ("'provide", 'provide'), ("'sum", 'sum'), ("'writings.", 'writings.')]
SUW19161005-V10-39-page7.txt: [("'Mississippi", 'Mississippi'), ("'these", 'these')]
SUW19161005-V10-39-page8.txt: [("'Interesting", 'Interesting')]
SUW19161012-V10-40-page1.txt: [("'Duni", 'Duni')]
SUW19161012-V10-40-page4.txt: [("'delivery", 'delivery')]
SUW19161012-V10-40-page5.txt: [("'UNION", 'UNION')]
SUW19161012-V10-40-page6.txt: [("'Harding", 'Harding')]
SUW19161012-V10-40-page8.txt: [("'etersburg", 'etersburg')]
SUW19161019-V10-41-page1.txt: [("'very", 'very')]
SUW19161019-V10-41-page3.txt: [("'Sabbath.", 'Sabbath.'), ("'Keep", 'Keep')]
SUW19161019-V10-41-page4.txt: [("'for", 'for')]
SUW19161019-V10-41-page5.txt: [("'For", 'For'), ("'Is", 'Is'), ("'the", 'the')]
SUW19161019-V10-41-page6.txt: [("'enough", 'enough')]
SUW19161026-V10-42-page1.txt: [("'getting", 'getting'), ("'Wood", 'Wood'), ("'to", 'to'), ("'and", 'and'), ("'Could", 'Could'), ("'the", 'the'), ("'past", 'past'), ("'the", 'the')]
SUW19161026-V10-42-page2.txt: [("'I'.", 'I.')]
SUW19161026-V10-42-page3.txt: [("'breaking", 'breaking'), ("'Well", 'Well'), ("'My", 'My'), ("'and", 'and'), ('\'college"', 'college"'), ("'patience", 'patience'), ("'.gininhieand", '.gininhieand'), ("'manly", 'manly')]
SUW19161026-V10-42-page4.txt: [("'at", 'at'), ("'We", 'We'), ("'Voted", 'Voted'), ("'come", 'come'), ("'reach", 'reach'), ("'E.", 'E.')]
SUW19161026-V10-42-page5.txt: [("'those", 'those'), ("'who", 'who'), ("'an", 'an')]
SUW19161026-V10-42-page7.txt: [("'BF", 'BF'), ("'A", 'A')]
SUW19161026-V10-42-page8.txt: [("'to", 'to')]
SUW19161102-V10-43-page1.txt: [("'and", 'and')]
SUW19161102-V10-43-page2.txt: [("'Indications", 'Indications')]
SUW19161102-V10-43-page6.txt: [("'cents", 'cents')]
SUW19161102-V10-43-page8.txt: [("'given", 'given'), ("'T", 'T')]
SUW19161109-V10-44-page2.txt: [("'If", 'If')]
SUW19161109-V10-44-page3.txt: [("'SW", 'SW')]
SUW19161109-V10-44-page4.txt: [("'go", 'go')]
SUW19161109-V10-44-page6.txt: [("'Yes", 'Yes')]
SUW19161116-V10-45-page1.txt: [("'tis", 'tis'), ("'Twas", 'Twas')]
SUW19161116-V10-45-page3.txt: [("'it", 'it')]
SUW19161116-V10-45-page4.txt: [("'No", 'No'), ("'I", 'I')]
SUW19161116-V10-45-page6.txt: [("'.", '.'), ("'Mrs.", 'Mrs.')]
SUW19161116-V10-45-page7.txt: [("'these", 'these')]
SUW19161123-V10-46-page2.txt: [("'o", 'o')]
SUW19161123-V10-46-page5.txt: [("'received", 'received')]
SUW19161130-V10-47-page1.txt: [("'Tis", 'Tis'), ("'tis", 'tis'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'Tis", 'Tis'), ("'tis", 'tis'), ("'should", 'should'), ("'who", 'who'), ("'their", 'their')]
SUW19161130-V10-47-page2.txt: [("'chaps", 'chaps')]
SUW19161130-V10-47-page3.txt: [("'months", 'months')]
SUW19161130-V10-47-page4.txt: [("'this", 'this')]
SUW19161130-V10-47-page5.txt: [("'Ind", 'Ind'), ("'He", 'He'), ("'his", 'his')]
SUW19161130-V10-47-page6.txt: [("'parallel", 'parallel'), ("'placed", 'placed')]
SUW19161207-V10-48-page3.txt: [("'Theoretical", 'Theoretical')]
SUW19161207-V10-48-page8.txt: [("'SUBSCRIPTION", 'SUBSCRIPTION')]
SUW19161214-V10-49-page1.txt: [("'Tis", 'Tis')]
SUW19161214-V10-49-page2.txt: [("'the", 'the')]
SUW19161214-V10-49-page3.txt: [("'ever", 'ever')]
SUW19161214-V10-49-page4.txt: [("'am", 'am')]
SUW19161214-V10-49-page5.txt: [("'the", 'the'), ("'Ngti'VAIILOH", 'NgtiVAIILOH')]
SUW19161214-V10-49-page7.txt: [("'will", 'will')]
SUW19161214-V10-49-page8.txt: [("'Conference", 'Conference'), ("'Magazine", 'Magazine')]
SUW19161221-V10-50-page2.txt: [("'a", 'a')]
SUW19161221-V10-50-page3.txt: [("'We", 'We')]
SUW19161221-V10-50-page5.txt: [("'At", 'At')]
SUW19170104-V11-01-page1.txt: [("'all", 'all'), ("'people", 'people')]
SUW19170104-V11-01-page3.txt: [("'Mrs.", 'Mrs.'), ("'Blackwood", 'Blackwood')]
SUW19170104-V11-01-page8.txt: [("'ke", 'ke')]
SUW19170111-V11-02-page1.txt: [("'Some", 'Some'), ("'I'll", 'Ill'), ("'You", 'You'), ("'It", 'It'), ("'I've", 'Ive'), ("'And", 'And'), ("'It", 'It')]
SUW19170111-V11-02-page2.txt: [("''We", 'We'), ("'Say", 'Say'), ("'man", 'man'), ("'Dancing", 'Dancing')]
SUW19170111-V11-02-page5.txt: [("'her", 'her'), ("'No", 'No'), ("'First", 'First'), ("'Mama", 'Mama')]
SUW19170111-V11-02-page6.txt: [("'Thou", 'Thou'), ("'the", 'the')]
SUW19170111-V11-02-page7.txt: [("'ALABAMA", 'ALABAMA'), ("'announcement", 'announcement'), ("'-one", '-one'), ("'anything'extraordinary", 'anythingextraordinary'), ("'c'fcireign", 'cfcireign'), ("'sent", 'sent'), ("'-other", '-other')]
SUW19170111-V11-02-page8.txt: [("'a", 'a')]
SUW19170118-V11-03-page1.txt: [("'the", 'the')]
SUW19170118-V11-03-page3.txt: [("'five", 'five')]
SUW19170118-V11-03-page7.txt: [("'It", 'It')]
SUW19170125-V11-04-page2.txt: [("'a", 'a'), ("'some", 'some')]
SUW19170125-V11-04-page4.txt: [("'Yorker", 'Yorker'), ("'The", 'The')]
SUW19170125-V11-04-page6.txt: [("'today", 'today')]
SUW19170125-V11-04-page7.txt: [("'comingz", 'comingz')]
SUW19170125-V11-04-page8.txt: [("'I", 'I'), ("'a", 'a')]
SUW19170208-V11-05-page3.txt: [("'found", 'found'), ("'in", 'in')]
SUW19170208-V11-05-page4.txt: [("'overcomer", 'overcomer')]
SUW19170208-V11-06-page1.txt: [("'upon.", 'upon.'), ("'if", 'if')]
SUW19170208-V11-06-page3.txt: [("'the", 'the')]
SUW19170208-V11-06-page5.txt: [("'well", 'well'), ("'need", 'need')]
SUW19170208-V11-06-page6.txt: [("'Tract", 'Tract')]
SUW19170208-V11-06-page8.txt: [("'Nashville", 'Nashville')]
SUW19170215-V11-07-page1.txt: [("'Tis", 'Tis'), ("'are", 'are'), ("'on", 'on'), ("'elders.", 'elders.')]
SUW19170215-V11-07-page3.txt: [("'eeonbritY", 'eeonbritY')]
SUW19170215-V11-07-page5.txt: [("'Shadow", 'Shadow'), ("'most", 'most')]
SUW19170215-V11-07-page6.txt: [("'America", 'America'), ("'Huxtable", 'Huxtable')]
SUW19170222-V11-08-page2.txt: [("'strange", 'strange'), ("'The", 'The')]
SUW19170222-V11-08-page3.txt: [("'Do", 'Do'), ("'No", 'No'), ("'I", 'I'), ("'Mrs.", 'Mrs.')]
SUW19170308-V11-10-page1.txt: [("'We", 'We')]
SUW19170308-V11-10-page2.txt: [("'tis", 'tis'), ("'poor", 'poor')]
SUW19170308-V11-10-page5.txt: [("'Well", 'Well')]
SUW19170308-V11-10-page8.txt: [("'.", '.'), ("'moil", 'moil'), ("'IM", 'IM')]
SUW19170315-V11-11-page3.txt: [("'holy", 'holy'), ("'holy", 'holy'), ("'servile", 'servile'), ("'trades", 'trades'), ("'servile", 'servile'), ("'servile", 'servile'), ("'servile", 'servile'), ("'and", 'and'), ("'in", 'in'), ("'holy", 'holy')]
SUW19170315-V11-11-page6.txt: [("'new", 'new')]
SUW19170322-V11-12-page1.txt: [("'I", 'I'), ("'I", 'I')]
SUW19170322-V11-12-page2.txt: [("'time", 'time'), ("'Bible", 'Bible'), ("'fight", 'fight')]
SUW19170329-V11-13-page5.txt: [("'engage", 'engage')]
SUW19170329-V11-13-page7.txt: [("'CONFERENCE", 'CONFERENCE')]
SUW19170405-V11-14-page1.txt: [("''in", 'in'), ("'jl", 'jl'), ("'latter", 'latter'), ("'going", 'going')]
SUW19170405-V11-14-page3.txt: [("'in", 'in'), ("'You", 'You')]
SUW19170412-V11-15-page1.txt: [("'than", 'than')]
SUW19170412-V11-15-page2.txt: [("'Korea", 'Korea'), ("'mistake", 'mistake')]
SUW19170412-V11-15-page8.txt: [("'Huntsville.", 'Huntsville.')]
SUW19170419-V11-16-page1.txt: [("'the", 'the'), ("'The", 'The')]
SUW19170426-V11-17-page1.txt: [("'tis", 'tis')]
SUW19170426-V11-17-page2.txt: [("'arteries.", 'arteries.')]
SUW19170426-V11-17-page3.txt: [("'we", 'we')]
SUW19170426-V11-17-page4.txt: [("'Christian", 'Christian'), ("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'The", 'The')]
SUW19170426-V11-17-page5.txt: [("'I", 'I'), ("'Do", 'Do'), ("'Of", 'Of'), ("'Am", 'Am'), ("'round", 'round')]
SUW19170426-V11-17-page6.txt: [("'I'm", 'Im')]
SUW19170426-V11-17-page8.txt: [("'He", 'He')]
SUW19170503-V11-18-page5.txt: [("'The", 'The')]
SUW19170510-V11-19-page2.txt: [("'Lessons", 'Lessons')]
SUW19170510-V11-19-page3.txt: [("'Tit.", 'Tit.'), ("'Love", 'Love'), ("'In", 'In')]
SUW19170517-V11-20-page3.txt: [("'Bible", 'Bible')]
SUW19170517-V11-20-page4.txt: [("'Now", 'Now'), ("'Well", 'Well'), ("'Wait", 'Wait'), ("'I", 'I')]
SUW19170517-V11-20-page5.txt: [("'It", 'It')]
SUW19170524-V11-21-page1.txt: [("'Where's", 'Wheres'), ("'How", 'How')]
SUW19170524-V11-21-page3.txt: [("'so", 'so')]
SUW19170524-V11-21-page4.txt: [("'Practical", 'Practical'), ("'hours", 'hours'), ("'United", 'United'), ("'large", 'large')]
SUW19170524-V11-21-page7.txt: [("'Age", 'Age')]
SUW19170531-V11-22-page1.txt: [("'mid", 'mid')]
SUW19170607-V11-23-page5.txt: [("'destiny.", 'destiny.'), ("'here", 'here'), ("'The", 'The')]
SUW19170607-V11-23-page6.txt: [("'cans", 'cans')]
SUW19170607-V11-23-page8.txt: [("'will", 'will'), ("'Christ's", 'Christs')]
SUW19170614-V11-24-page2.txt: [("'No", 'No')]
SUW19170614-V11-24-page3.txt: [("'Widger", 'Widger'), ("'will", 'will')]
SUW19170614-V11-24-page6.txt: [("'accepted", 'accepted')]
SUW19170614-V11-24-page8.txt: [("'Le", 'Le')]
SUW19170621-V11-25-page1.txt: [("'Arise", 'Arise'), ("'For", 'For'), ("'sdom", 'sdom')]
SUW19170621-V11-25-page2.txt: [("'prophecy", 'prophecy'), ("'Bible", 'Bible'), ("'prophecies", 'prophecies')]
SUW19170621-V11-25-page3.txt: [("'Come", 'Come'), ("'meetings.", 'meetings.'), ("'His", 'His'), ("'Signs", 'Signs'), ("'Story", 'Story')]
SUW19170621-V11-25-page6.txt: [("'beginning", 'beginning')]
SUW19170628-V11-26-page2.txt: [("'give", 'give'), ("'Heave", 'Heave'), ("'er", 'er')]
SUW19170628-V11-26-page3.txt: [("'Daniel", 'Daniel'), ("'Steps", 'Steps'), ("'the", 'the')]
SUW19170628-V11-26-page4.txt: [("'Captivity", 'Captivity'), ("'work", 'work'), ("'Bible", 'Bible'), ("'Daniel", 'Daniel'), ("'Bible", 'Bible'), ("'make", 'make')]
SUW19170628-V11-26-page5.txt: [("'gospel", 'gospel')]
SUW19170628-V11-26-page6.txt: [("'to", 'to'), ("'a", 'a')]
SUW19170628-V11-26-page8.txt: [("'Herbert", 'Herbert'), ("'President", 'President')]
SUW19170705-V11-27-page2.txt: [("'I", 'I')]
SUW19170705-V11-27-page4.txt: [("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'helps", 'helps'), ("'Penn.", 'Penn.')]
SUW19170705-V11-27-page6.txt: [("'Bible", 'Bible'), ("'Bible", 'Bible')]
SUW19170712-V11-28-page1.txt: [("'s", 's')]
SUW19170712-V11-28-page3.txt: [("'The", 'The'), ("'The", 'The'), ("'a", 'a'), ("'The", 'The'), ("'I", 'I')]
SUW19170712-V11-28-page4.txt: [("'Quite", 'Quite'), ("'Perhaps", 'Perhaps'), ("'I", 'I'), ("'I", 'I'), ('\'Armageddon."', 'Armageddon."'), ("'The", 'The'), ("'Shadow", 'Shadow'), ("'The", 'The'), ("'I", 'I'), ("'All", 'All'), ("'I'll", 'Ill'), ("'till", 'till')]
SUW19170712-V11-28-page5.txt: [("'Tis", 'Tis'), ("'at", 'at')]
SUW19170712-V11-28-page6.txt: [("'Surely", 'Surely')]
SUW19170719-V11-29-page1.txt: [("'Tis", 'Tis')]
SUW19170719-V11-29-page2.txt: [("'Hey", 'Hey'), ("'I", 'I'), ("'I", 'I')]
SUW19170719-V11-29-page4.txt: [("'tis", 'tis'), ("'issue.", 'issue.'), ("'Have", 'Have'), ("'Maybe", 'Maybe'), ("'I", 'I'), ("'one", 'one')]
SUW19170719-V11-29-page5.txt: [("'hard", 'hard')]
SUW19170726-V11-30-page1.txt: [("'and", 'and'), ("'and", 'and'), ("'Working", 'Working'), ("'the", 'the'), ("'schools", 'schools')]
SUW19170726-V11-30-page2.txt: [("'peace", 'peace'), ("''trey", 'trey'), ("'We", 'We')]
SUW19170726-V11-30-page3.txt: [("'Oat", 'Oat'), ("'is", 'is')]
SUW19170726-V11-30-page4.txt: [("'members", 'members'), ("'the", 'the')]
SUW19170726-V11-30-page5.txt: [("'Friday", 'Friday'), ("'raised", 'raised'), ("'evening", 'evening')]
SUW19170726-V11-30-page6.txt: [("'F.", 'F.'), ("'He", 'He'), ("'Watchman", 'Watchman'), ("'they", 'they'), ("'e", 'e')]
SUW19170726-V11-30-page7.txt: [("'...BR", '...BR')]
SUW19170726-V11-30-page8.txt: [("'FIFTY", 'FIFTY'), ("'WIN", 'WIN'), ("'Mrs.", 'Mrs.')]
SUW19170802-V11-31-page1.txt: [("'.", '.')]
SUW19170802-V11-31-page2.txt: [("'South", 'South'), ("'Reavis", 'Reavis'), ("'UNiON", 'UNiON')]
SUW19170802-V11-31-page5.txt: [("'Cor.", 'Cor.'), ("'can", 'can'), ("'principal", 'principal')]
SUW19170802-V11-31-page6.txt: [("'disposing", 'disposing')]
SUW19170809-V11-32-page1.txt: [("'pacifist", 'pacifist')]
SUW19170809-V11-32-page2.txt: [("'Well", 'Well'), ("'Here's", 'Heres'), ("'They", 'They'), ("'I", 'I'), ("'I", 'I'), ("'Armageddon", 'Armageddon')]
SUW19170809-V11-32-page3.txt: [("'Received", 'Received')]
SUW19170809-V11-32-page5.txt: [("'devil", 'devil'), ("'Bible", 'Bible'), ("'of", 'of')]
SUW19170809-V11-32-page6.txt: [("'Conference", 'Conference')]
SUW19170809-V11-32-page7.txt: [("'price", 'price'), ("'and", 'and')]
SUW19170809-V11-32-page8.txt: [("'needs", 'needs'), ("'stopped", 'stopped'), ("'time", 'time'), ("'SOUTHERN", 'SOUTHERN')]
SUW19170816-V11-33-page1.txt: [("'EM", 'EM'), ("'MM", 'MM')]
SUW19170816-V11-33-page12.txt: [("'llili", 'llili')]
SUW19170816-V11-33-page2.txt: [("'twill", 'twill')]
SUW19170823-V11-34-page1.txt: [("'so", 'so'), ("'have", 'have'), ("'of", 'of'), ("'of", 'of'), ("'be", 'be')]
SUW19170823-V11-34-page2.txt: [("'The", 'The'), ("'Mama", 'Mama'), ("'don't", 'dont'), ("'I", 'I'), ("'certain", 'certain'), ("'me", 'me'), ("'Family", 'Family'), ("'Ministry", 'Ministry'), ("'Some", 'Some'), ("'Charlie", 'Charlie'), ("'Keep", 'Keep'), ("'No", 'No'), ("'Did", 'Did'), ("'Good", 'Good'), ("'Mrs.", 'Mrs.'), ("'Family", 'Family'), ("'hoped", 'hoped'), ("'I", 'I'), ("'Excuse", 'Excuse')]
SUW19170823-V11-34-page3.txt: [("'Times", 'Times'), ("'a", 'a'), ("'a", 'a')]
SUW19170823-V11-34-page4.txt: [("'special", 'special'), ("'MARTIN", 'MARTIN')]
SUW19170823-V11-34-page5.txt: [("'month", 'month')]
SUW19170823-V11-34-page7.txt: [("'Totals", 'Totals'), ("'sapping", 'sapping')]
SUW19170830-V11-35-page1.txt: [("'take", 'take'), ("'should", 'should')]
SUW19170830-V11-35-page2.txt: [("'the", 'the'), ("'every", 'every'), ("'some", 'some')]
SUW19170830-V11-35-page3.txt: [("'told", 'told'), ("'Unless", 'Unless'), ("'Bible", 'Bible'), ("'Watchman", 'Watchman')]
SUW19170830-V11-35-page4.txt: [("'.eritist", '.eritist'), ("'the", 'the')]
SUW19170830-V11-35-page5.txt: [("'C", 'C'), ("'orders", 'orders'), ("'I", 'I'), ("'I", 'I'), ("'to", 'to'), ("'Tain't", 'Taint'), ("'Tain't", 'Taint')]
SUW19170830-V11-35-page6.txt: [("'do-nothing", 'do-nothing')]
SUW19170906-V11-36-page1.txt: [("'m", 'm'), ("'wish", 'wish'), ("'the", 'the')]
SUW19170906-V11-36-page2.txt: [("'are", 'are'), ('\'another."', 'another."'), ("'upon", 'upon')]
SUW19170906-V11-36-page3.txt: [("'that", 'that'), ("'was", 'was')]
SUW19170906-V11-36-page4.txt: [("'s", 's')]
SUW19170906-V11-36-page5.txt: [("'E.", 'E.'), ("'C.", 'C.')]
SUW19170906-V11-36-page7.txt: [("'Kentucky", 'Kentucky'), ("'camp.", 'camp.')]
SUW19170906-V11-36-page8.txt: [("'our", 'our'), ("'camp", 'camp'), ("'earnestly", 'earnestly')]
SUW19170913-V11-37-page1.txt: [("'telling", 'telling')]
SUW19170913-V11-37-page2.txt: [("'people", 'people'), ("'Yes", 'Yes'), ("'their", 'their')]
SUW19170913-V11-37-page3.txt: [("'neath", 'neath'), ("'gainst", 'gainst'), ("'nine", 'nine'), ("'provinces..", 'provinces..')]
SUW19170913-V11-37-page4.txt: [("'the", 'the')]
SUW19170913-V11-37-page5.txt: [("'It", 'It')]
SUW19170913-V11-37-page6.txt: [("'as", 'as'), ("'best", 'best'), ("'is", 'is'), ("'WOR.KER", 'WOR.KER')]
SUW19170913-V11-37-page8.txt: [("'mighty", 'mighty'), ("'Tennessee", 'Tennessee'), ("'Thursday", 'Thursday'), ("'od", 'od'), ("'Turk.", 'Turk.')]
SUW19170927-V11-38-page1.txt: [("'Twill", 'Twill'), ("'Twill", 'Twill')]
SUW19170927-V11-38-page2.txt: [("'is", 'is')]
SUW19170927-V11-38-page3.txt: [("'Week", 'Week')]
SUW19170927-V11-38-page4.txt: [("'THIEL", 'THIEL')]
SUW19171004-V11-39-page1.txt: [("'their", 'their'), ("'seems", 'seems'), ("'twould", 'twould')]
SUW19171004-V11-39-page2.txt: [("'carrying", 'carrying'), ("'in", 'in')]
SUW19171004-V11-39-page3.txt: [("'Another", 'Another'), ("'This", 'This'), ("'quit", 'quit'), ("'h.", 'h.')]
SUW19171004-V11-39-page4.txt: [('\'"', '"'), ("'its", 'its'), ("'all", 'all')]
SUW19171004-V11-39-page5.txt: [("'other", 'other'), ("'UNION", 'UNION')]
SUW19171004-V11-39-page6.txt: [("'should", 'should'), ("'The", 'The'), ("'the", 'the')]
SUW19171004-V11-39-page8.txt: [("'came", 'came')]
SUW19171011-V11-40-page1.txt: [("'animal", 'animal')]
SUW19171011-V11-40-page2.txt: [("'Lord", 'Lord'), ("'I.", 'I.'), ("'Now", 'Now'), ("'No", 'No'), ("'You", 'You')]
SUW19171011-V11-40-page3.txt: [("'smaller", 'smaller'), ("'revolt", 'revolt')]
SUW19171011-V11-40-page5.txt: [("'CONiERENCE", 'CONiERENCE'), ("'returned", 'returned'), ("'canvassing", 'canvassing'), ("'I", 'I'), ("'of", 'of'), ("'held", 'held'), ("'n", 'n'), ("'part", 'part')]
SUW19171011-V11-40-page6.txt: [("'at", 'at'), ("'The", 'The'), ("'the", 'the')]
SUW19171011-V11-40-page7.txt: [("'and", 'and'), ("'shining", 'shining'), ("'as", 'as')]
SUW19171011-V11-40-page8.txt: [("'anything", 'anything'), ("'Bernard", 'Bernard'), ("'to", 'to'), ("'-spent", '-spent'), ("'were", 'were')]
SUW19171018-V11-41-page2.txt: [("'date", 'date'), ("'receiving", 'receiving'), ("'families", 'families'), ("'to", 'to'), ("'of", 'of'), ("'This", 'This'), ("'of", 'of')]
SUW19171018-V11-41-page3.txt: [("'Of", 'Of'), ("'Union", 'Union'), ("'arid", 'arid'), ("'above", 'above'), ("'to", 'to')]
SUW19171018-V11-41-page4.txt: [("'This", 'This'), ("'In", 'In'), ("'United", 'United'), ("'hills", 'hills'), ("'no", 'no'), ("'on", 'on'), ("'sunlight", 'sunlight')]
SUW19171018-V11-41-page5.txt: [("'Harvest", 'Harvest'), ("'and", 'and'), ("'morning", 'morning')]
SUW19171018-V11-41-page6.txt: [("'the", 'the')]
SUW19171018-V11-41-page8.txt: [("'from", 'from'), ("'WORKER", 'WORKER'), ("'Alabama", 'Alabama')]
SUW19171025-V11-42-page1.txt: [("'are", 'are'), ("'we", 'we')]
SUW19171025-V11-42-page2.txt: [("'to", 'to'), ('\'"', '"')]
SUW19171025-V11-42-page3.txt: [("'about", 'about')]
SUW19171025-V11-42-page4.txt: [("'in", 'in'), ("'is", 'is')]
SUW19171025-V11-42-page5.txt: [("'for", 'for'), ("'means", 'means'), ("'NI-CITY", 'NI-CITY')]
SUW19171101-V11-43-page1.txt: [("'This", 'This'), ("'Abernathy", 'Abernathy')]
SUW19171101-V11-43-page4.txt: [("'NUDISM", 'NUDISM')]
SUW19171101-V11-43-page5.txt: [("'enable", 'enable'), ("'Elder", 'Elder')]
SUW19171101-V11-43-page6.txt: [("'R.", 'R.')]
SUW19171101-V11-43-page7.txt: [("'in", 'in'), ("'shaken", 'shaken'), ("'L", 'L')]
SUW19171101-V11-43-page8.txt: [("'Ea", 'Ea'), ("'Ritchey", 'Ritchey'), ("'school.", 'school.'), ("'assisting", 'assisting'), ("'our", 'our')]
SUW19171108-V11-44-page2.txt: [("'Ventures", 'Ventures'), ("'Topsy", 'Topsy')]
SUW19171108-V11-44-page5.txt: [("'from", 'from'), ("'my", 'my')]
SUW19171108-V11-44-page6.txt: [("'ALABAMA", 'ALABAMA')]
SUW19171108-V11-44-page8.txt: [("'Cards", 'Cards'), ("'food", 'food'), ("'It", 'It'), ("'We", 'We'), ("'brought", 'brought'), ("'SOUTHERN", 'SOUTHERN')]
SUW19171115-V11-45-page1.txt: [("'and", 'and')]
SUW19171115-V11-45-page2.txt: [("'Edwards", 'Edwards'), ("'Broderson", 'Broderson'), ("'Next", 'Next')]
SUW19171115-V11-45-page3.txt: [("'the", 'the'), ("'W", 'W'), ("'rug", 'rug'), ("'in", 'in'), ("'of", 'of'), ("'the", 'the')]
SUW19171115-V11-45-page4.txt: [("'they", 'they'), ("'J.", 'J.')]
SUW19171115-V11-45-page5.txt: [("'talk", 'talk'), ("'were", 'were')]
SUW19171115-V11-45-page6.txt: [("'great", 'great'), ("'you", 'you')]
SUW19171115-V11-45-page7.txt: [("'UNION", 'UNION')]
SUW19171115-V11-45-page8.txt: [("'scarce", 'scarce'), ("'foods", 'foods')]
SUW19171122-V11-46-page2.txt: [("'Conference", 'Conference')]
SUW19171122-V11-46-page3.txt: [("'world", 'world'), ("'World", 'World')]
SUW19171122-V11-46-page5.txt: [("'tears", 'tears')]
SUW19171129-V11-47-page2.txt: [("'what", 'what'), ("'on", 'on'), ("'WORKER", 'WORKER')]
SUW19171129-V11-47-page3.txt: [("'give", 'give'), ("'Mrs.", 'Mrs.'), ("'UNION", 'UNION')]
SUW19171129-V11-47-page4.txt: [("'The", 'The'), ("'Lexington", 'Lexington'), ("'yes", 'yes'), ("'Meyer", 'Meyer')]
SUW19171129-V11-47-page5.txt: [("'Surely", 'Surely'), ("'sehool.", 'sehool.'), ("'enjoying", 'enjoying')]
SUW19171129-V11-47-page7.txt: [("'Let", 'Let')]
SUW19171206-V11-48-page1.txt: [("'United", 'United'), ("'training", 'training'), ("'God's", 'Gods')]
SUW19171206-V11-48-page2.txt: [("'then", 'then'), ("'order", 'order'), ("'rejected", 'rejected')]
SUW19171206-V11-48-page3.txt: [("'UNION", 'UNION'), ("'this", 'this')]
SUW19171206-V11-48-page5.txt: [("'necessary", 'necessary'), ("'.Brother", '.Brother')]
SUW19171206-V11-48-page6.txt: [("'the", 'the'), ("'is", 'is'), ("'JacksOn", 'JacksOn')]
SUW19171206-V11-48-page7.txt: [("'Tenn.", 'Tenn.'), ("'a", 'a'), ("'waste.", 'waste.'), ("'A.", 'A.'), ("'on", 'on'), ("'He", 'He'), ("'and", 'and')]
SUW19171206-V11-48-page8.txt: [("'A", 'A'), ("'For", 'For'), ("'offers", 'offers'), ("'Camp", 'Camp'), ("'in", 'in'), ("'be", 'be')]
SUW19171213-V11-49-page1.txt: [("'desperate", 'desperate'), ("'with", 'with'), ("'papers", 'papers'), ("'Conference", 'Conference'), ("'much", 'much')]
SUW19171213-V11-49-page2.txt: [("'stroke", 'stroke'), ("'superintendent", 'superintendent'), ("'this", 'this')]
SUW19171213-V11-49-page3.txt: [("'Smoot", 'Smoot'), ("'from", 'from'), ("'cold", 'cold')]
SUW19171213-V11-49-page4.txt: [("'from", 'from'), ("'the", 'the')]
SUW19171213-V11-49-page5.txt: [("'A", 'A'), ("'boOks", 'boOks'), ("'Kw", 'Kw')]
SUW19171213-V11-49-page6.txt: [("'Mrs.", 'Mrs.'), ("'the", 'the'), ("'the", 'the'), ("'Lying", 'Lying')]
SUW19171213-V11-49-page7.txt: [("'.", '.')]
SUW19171220-V11-50-page1.txt: [("'will", 'will'), ("'which", 'which'), ("'We", 'We'), ("'part", 'part'), ("'is", 'is')]
SUW19171220-V11-50-page2.txt: [("'It", 'It'), ("'more", 'more'), ("'but", 'but'), ("'M.", 'M.')]
SUW19171220-V11-50-page3.txt: [("'BeSides", 'BeSides'), ("'wortk", 'wortk')]
SUW19171220-V11-50-page5.txt: [("'with", 'with')]
SUW19171220-V11-50-page6.txt: [("'of", 'of'), ("'were", 'were'), ("'.", '.'), ("'Goals", 'Goals')]
SUW19171220-V11-50-page7.txt: [("'pin", 'pin'), ("'safe", 'safe')]
SUW19171220-V11-50-page8.txt: [("'Please", 'Please'), ("'has", 'has'), ("'Let", 'Let'), ("'.", '.')]
SUW19180103-V12-01-page1.txt: [("'Ing", 'Ing'), ("'Our", 'Our'), ("'prayer's", 'prayers'), ("'tis", 'tis'), ("'tis", 'tis')]
SUW19180103-V12-01-page2.txt: [("'CONFERENCE", 'CONFERENCE'), ("'days", 'days'), ("'s", 's')]
SUW19180103-V12-01-page3.txt: [("'Lisa", 'Lisa')]
SUW19180103-V12-01-page8.txt: [("'effective.", 'effective.'), ("'to", 'to')]
SUW19180110-V12-02-page1.txt: [("'next", 'next')]
SUW19180110-V12-02-page3.txt: [("'ailments", 'ailments'), ("'Though", 'Though')]
SUW19180110-V12-02-page6.txt: [("'a", 'a')]
SUW19180110-V12-02-page7.txt: [("'to", 'to')]
SUW19180110-V12-02-page8.txt: [("'The", 'The'), ("'Just", 'Just')]
SUW19180117-V12-03-page1.txt: [("'the", 'the')]
SUW19180117-V12-03-page3.txt: [("'relatives", 'relatives'), ("'Bible", 'Bible'), ("'Vatican", 'Vatican'), ("'interested", 'interested')]
SUW19180117-V12-03-page5.txt: [("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'enough", 'enough')]
SUW19180117-V12-03-page7.txt: [("'work", 'work'), ("'the", 'the'), ("'any", 'any'), ("'also", 'also'), ("'suffer", 'suffer'), ("'Yet", 'Yet'), ("'shall", 'shall'), ("'that", 'that'), ("'Without", 'Without'), ('\'"', '"'), ("'but", 'but'), ("'Man", 'Man'), ("'If", 'If'), ("'Now", 'Now'), ("'and'weeping", 'andweeping'), ("'not", 'not'), ("'pain", 'pain'), ("'and", 'and')]
SUW19180117-V12-03-page8.txt: [("'delays", 'delays'), ("'we", 'we'), ("'body.", 'body.')]
SUW19180124-V12-04-page2.txt: [("'Just", 'Just')]
SUW19180124-V12-04-page5.txt: [("'Written", 'Written')]
SUW19180131-V12-05-page1.txt: [("'of", 'of')]
SUW19180131-V12-05-page6.txt: [("'that", 'that')]
SUW19180131-V12-05-page7.txt: [("'to", 'to'), ("'neath", 'neath')]
SUW19180207-V12-06-page3.txt: [("'cord", 'cord')]
SUW19180207-V12-06-page5.txt: [("'Wm", 'Wm'), ("'G", 'G')]
SUW19180207-V12-06-page6.txt: [("'to", 'to')]
SUW19180214-V12-07-page1.txt: [("'things", 'things')]
SUW19180214-V12-07-page2.txt: [("'houses", 'houses')]
SUW19180214-V12-07-page4.txt: [("'.", '.')]
SUW19180214-V12-07-page5.txt: [("'Tracts", 'Tracts'), ("'Tracts", 'Tracts'), ("'Offerings", 'Offerings')]
SUW19180214-V12-07-page8.txt: [("'Cheese", 'Cheese')]
SUW19180221-V12-08-page1.txt: [("'an.", 'an.'), ("'World", 'World')]
SUW19180221-V12-08-page5.txt: [("'life", 'life'), ("'Turvy", 'Turvy')]
SUW19180221-V12-08-page7.txt: [("'em", 'em'), ("'John", 'John'), ("'neath", 'neath')]
SUW19180221-V12-08-page8.txt: [("'Waters", 'Waters')]
SUW19180228-V12-09-page4.txt: [("'I", 'I')]
SUW19180228-V12-09-page6.txt: [("'rime", 'rime')]
SUW19180228-V12-09-page7.txt: [("'three", 'three')]
SUW19180228-V12-09-page8.txt: [("'of", 'of')]
SUW19180307-V12-10-page2.txt: [("'I", 'I'), ("'Bible", 'Bible'), ("'phone", 'phone')]
SUW19180307-V12-10-page3.txt: [("'No", 'No'), ("'Bible", 'Bible'), ("'it", 'it'), ("'Yes", 'Yes'), ("'D.", 'D.')]
SUW19180307-V12-10-page4.txt: [("'Bible", 'Bible'), ("'Bible", 'Bible')]
SUW19180307-V12-10-page7.txt: [("'Way", 'Way')]
SUW19180307-V12-10-page8.txt: [("'similar", 'similar')]
SUW19180314-V12-11-page1.txt: [("'Steps", 'Steps'), ("'about", 'about')]
SUW19180314-V12-11-page2.txt: [("'traffic", 'traffic')]
SUW19180314-V12-11-page3.txt: [("'Elder", 'Elder')]
SUW19180314-V12-11-page4.txt: [("'I", 'I'), ("'Big", 'Big'), ("'Big", 'Big')]
SUW19180314-V12-11-page7.txt: [("'In", 'In'), ("'Twas", 'Twas')]
SUW19180314-V12-11-page8.txt: [("'picture", 'picture')]
SUW19180321-V12-12-page3.txt: [("'work", 'work'), ("'good", 'good')]
SUW19180321-V12-12-page5.txt: [("'A.", 'A.'), ("'and", 'and')]
SUW19180321-V12-12-page6.txt: [("'his", 'his'), ("'deal", 'deal')]
SUW19180321-V12-12-page7.txt: [("'round.", 'round.')]
SUW19180328-V12-13-page2.txt: [("'Mr.", 'Mr.')]
SUW19180328-V12-13-page5.txt: [("'is", 'is')]
SUW19180328-V12-13-page7.txt: [("'Bible", 'Bible'), ("'Why", 'Why'), ("'And", 'And')]
SUW19180404-V12-14-page2.txt: [("'our", 'our'), ("'Daniel", 'Daniel'), ("'The", 'The'), ("'Best", 'Best'), ("'Cross", 'Cross'), ("'Christ's", 'Christs')]
SUW19180404-V12-14-page5.txt: [("'County", 'County')]
SUW19180404-V12-14-page8.txt: [("'A", 'A'), ("'of", 'of')]
SUW19180411-V12-15-page2.txt: [("'launch", 'launch'), ("'shall", 'shall')]
SUW19180411-V12-15-page6.txt: [("'the", 'the'), ("'moved", 'moved')]
SUW19180411-V12-15-page7.txt: [("'Tis", 'Tis')]
SUW19180411-V12-15-page8.txt: [("'On", 'On'), ("'Over", 'Over')]
SUW19180418-V12-16-page1.txt: [("'cri", 'cri'), ("'of", 'of'), ("'teens", 'teens'), ("'in", 'in'), ("'not", 'not'), ("'Boys", 'Boys')]
SUW19180418-V12-16-page3.txt: [("'of", 'of'), ("'by", 'by')]
SUW19180418-V12-16-page4.txt: [("'electrical", 'electrical')]
SUW19180418-V12-16-page5.txt: [("'.", '.')]
SUW19180418-V12-16-page6.txt: [("'a", 'a'), ("'of", 'of')]
SUW19180418-V12-16-page7.txt: [("'drank", 'drank')]
SUW19180418-V12-16-page8.txt: [("'the", 'the'), ("'in", 'in'), ("'Ed.", 'Ed.')]
SUW19180425-V12-17-page5.txt: [("'in", 'in'), ("'make", 'make'), ("'place", 'place'), ("'for", 'for'), ("'OD", 'OD')]
SUW19180425-V12-17-page7.txt: [("'I", 'I'), ("'I", 'I'), ("'You", 'You'), ("'I", 'I'), ("'Well", 'Well')]
SUW19180425-V12-17-page8.txt: [("'.", '.')]
SUW19180502-V12-18-page1.txt: [("'my", 'my'), ("'it.", 'it.')]
SUW19180502-V12-18-page2.txt: [("'Sabbath", 'Sabbath'), ("'me", 'me'), ("'our", 'our'), ("'our", 'our'), ("'our", 'our')]
SUW19180502-V12-18-page7.txt: [("'evening", 'evening')]
SUW19180509-V12-19-page3.txt: [("'when", 'when'), ("'year", 'year')]
SUW19180509-V12-19-page4.txt: [("'Nothing.", 'Nothing.'), ("'I", 'I')]
SUW19180509-V12-19-page5.txt: [("'BB", 'BB'), ("'Ask", 'Ask')]
SUW19180509-V12-19-page6.txt: [("'Bible", 'Bible'), ("'Is", 'Is'), ("'Gospel", 'Gospel'), ("'Yes", 'Yes'), ("'Return", 'Return'), ("'I", 'I'), ("'study", 'study'), ("'Bible", 'Bible'), ("'principles", 'principles')]
SUW19180509-V12-19-page7.txt: [("'we", 'we')]
SUW19180513-V12-20-page1.txt: [("'a", 'a')]
SUW19180513-V12-20-page2.txt: [("'great", 'great')]
SUW19180513-V12-20-page3.txt: [("'A.", 'A.'), ("'We", 'We')]
SUW19180513-V12-20-page5.txt: [("'questioning", 'questioning')]
SUW19180513-V12-20-page6.txt: [("'Bible", 'Bible')]
SUW19180523-V12-21-page4.txt: [("'Coming", 'Coming'), ("'all", 'all'), ("'It", 'It'), ("'Com", 'Com')]
SUW19180523-V12-21-page5.txt: [("'died", 'died')]
SUW19180523-V12-21-page7.txt: [("'How", 'How')]
SUW19180523-V12-21-page8.txt: [("'will", 'will')]
SUW19180530-V12-22-page5.txt: [("'experience", 'experience')]
SUW19180530-V12-22-page6.txt: [("'present.", 'present.'), ("'tis", 'tis')]
SUW19180530-V12-22-page7.txt: [("'with", 'with'), ("'effort", 'effort'), ("'KING.", 'KING.'), ("'A", 'A'), ("'a", 'a')]
SUW19180530-V12-22-page8.txt: [("'I", 'I')]
SUW19180606-V12-23-page1.txt: [("'pray", 'pray')]
SUW19180606-V12-23-page2.txt: [("'the", 'the'), ("'in", 'in')]
SUW19180606-V12-23-page3.txt: [("'and", 'and'), ("'Personally", 'Personally')]
SUW19180606-V12-23-page6.txt: [("'was", 'was')]
SUW19180613-V12-24-page4.txt: [("'Though", 'Though')]
SUW19180613-V12-24-page7.txt: [("'over", 'over')]
SUW19180613-V12-24-page8.txt: [("'reporting", 'reporting')]
SUW19180620-V12-25-page1.txt: [("'of", 'of')]
SUW19180620-V12-25-page2.txt: [("'like", 'like'), ("'Patriarchs", 'Patriarchs'), ("'Practical", 'Practical'), ("'Return", 'Return'), ("'The", 'The')]
SUW19180620-V12-25-page5.txt: [("'who", 'who'), ("'Steps", 'Steps'), ("'rough", 'rough'), ("'S.", 'S.'), ("'is", 'is'), ("'A", 'A')]
SUW19180620-V12-25-page6.txt: [("'sunset", 'sunset')]
SUW19180620-V12-25-page7.txt: [("'but", 'but'), ("'thick", 'thick'), ("'Mother's", 'Mothers'), ("'Neath", 'Neath'), ("'Mid", 'Mid')]
SUW19180620-V12-25-page8.txt: [("'Aug.", 'Aug.')]
SUW19180627-V12-26-page5.txt: [("'having", 'having')]
SUW19180627-V12-26-page6.txt: [("'strong", 'strong'), ("'ery", 'ery')]
SUW19180704-V12-27-page2.txt: [("'are", 'are'), ("'profess", 'profess')]
SUW19180704-V12-27-page4.txt: [("'of", 'of'), ("'Follow", 'Follow'), ("'left", 'left')]
SUW19180704-V12-27-page5.txt: [("'Moomaugh", 'Moomaugh'), ("'How", 'How')]
SUW19180704-V12-27-page6.txt: [("'Won", 'Won')]
SUW19180704-V12-27-page7.txt: [("'Horse", 'Horse')]
SUW19180711-V12-28-page1.txt: [("'of", 'of'), ("'the", 'the')]
SUW19180711-V12-28-page2.txt: [("'Bible", 'Bible')]
SUW19180711-V12-28-page4.txt: [("'at", 'at')]
SUW19180711-V12-28-page5.txt: [("'Am", 'Am')]
SUW19180711-V12-28-page6.txt: [("'Cross", 'Cross')]
SUW19180718-V12-29-page2.txt: [("'the", 'the')]
SUW19180718-V12-29-page5.txt: [("'from", 'from')]
SUW19180718-V12-29-page6.txt: [("'liberal", 'liberal')]
SUW19180718-V12-29-page7.txt: [("'the", 'the'), ("'to", 'to'), ("'a", 'a'), ("'part", 'part'), ("'sense", 'sense'), ("'a", 'a'), ("'is", 'is')]
SUW19180718-V12-29-page8.txt: [("'Sept.", 'Sept.')]
SUW19180725-V12-30-page1.txt: [("'Jesse", 'Jesse')]
SUW19180725-V12-30-page2.txt: [("'B.", 'B.')]
SUW19180725-V12-30-page3.txt: [("'work.", 'work.')]
SUW19180725-V12-30-page4.txt: [("'material", 'material'), ("'including", 'including')]
SUW19180725-V12-30-page5.txt: [("'UNION", 'UNION')]
SUW19180725-V12-30-page6.txt: [("'Saari", 'Saari'), ("'Lu", 'Lu')]
SUW19180725-V12-30-page7.txt: [("'State", 'State'), ("'wks", 'wks')]
SUW19180725-V12-30-page8.txt: [("'kkticeptance", 'kkticeptance'), ("'rite", 'rite'), ("'.", '.'), ("'s", 's')]
SUW19180801-V12-31-page2.txt: [("'are", 'are')]
SUW19180801-V12-31-page3.txt: [("'everything", 'everything')]
SUW19180801-V12-31-page4.txt: [("'White", 'White')]
SUW19180801-V12-31-page6.txt: [("'soon.", 'soon.')]
SUW19180801-V12-31-page8.txt: [("'these", 'these')]
SUW19180808-V12-32-page2.txt: [("'be", 'be'), ("'evergreen", 'evergreen')]
SUW19180808-V12-32-page3.txt: [("'to", 'to')]
SUW19180808-V12-32-page5.txt: [("'Now", 'Now'), ("'Now", 'Now'), ("'No", 'No'), ("'Daniel", 'Daniel'), ("'I", 'I'), ("'When", 'When')]
SUW19180808-V12-32-page6.txt: [("'Yes", 'Yes'), ("'Expect", 'Expect')]
SUW19180808-V12-32-page7.txt: [("'John", 'John'), ("'commandments", 'commandments'), ("'the", 'the')]
SUW19180815-V12-33-page4.txt: [("'Gladys", 'Gladys')]
SUW19180815-V12-33-page7.txt: [("'Sewellton", 'Sewellton')]
SUW19180822-V12-34-page1.txt: [("'the", 'the')]
SUW19180822-V12-34-page2.txt: [("'V", 'V'), ("'the", 'the'), ("'..", '..')]
SUW19180822-V12-34-page3.txt: [("'of", 'of'), ("'our", 'our')]
SUW19180822-V12-34-page5.txt: [("'Dear", 'Dear')]
SUW19180822-V12-34-page6.txt: [("'in", 'in')]
SUW19180822-V12-34-page7.txt: [("''considerable", 'considerable')]
SUW19180829-V12-35-page4.txt: [("'It", 'It')]
SUW19180829-V12-35-page5.txt: [("'Conference", 'Conference'), ("'people.", 'people.')]
SUW19180829-V12-35-page7.txt: [("'They", 'They'), ("'shows", 'shows'), ("'The", 'The')]
SUW19180905-V12-36-page3.txt: [("'Whom", 'Whom'), ("'Here", 'Here')]
SUW19180905-V12-36-page5.txt: [("'in", 'in')]
SUW19180905-V12-36-page6.txt: [("'pitched", 'pitched')]
SUW19180905-V12-36-page7.txt: [("'Bro.", 'Bro.'), ("'take", 'take')]
SUW19180905-V12-36-page8.txt: [("'at", 'at')]
SUW19180912-V12-37-page1.txt: [("'others", 'others'), ("'for", 'for')]
SUW19180912-V12-37-page3.txt: [("'The", 'The')]
SUW19180912-V12-37-page8.txt: [("'Twas", 'Twas'), ("'twas", 'twas'), ("'Twas", 'Twas'), ("''he's", 'hes')]
SUW19180919-V12-38-page2.txt: [("'welled", 'welled'), ("'en", 'en')]
SUW19180919-V12-38-page3.txt: [("'The", 'The')]
SUW19180919-V12-38-page6.txt: [("'for", 'for'), ("'The", 'The'), ("'and", 'and'), ("'are", 'are')]
SUW19180919-V12-38-page7.txt: [("'I", 'I'), ("'can.", 'can.'), ("'year", 'year')]
SUW19180919-V12-38-page8.txt: [("'can", 'can')]
SUW19180926-V12-39-page4.txt: [("'Fear", 'Fear')]
SUW19180926-V12-39-page6.txt: [("''A", 'A')]
SUW19180926-V12-39-page7.txt: [("'heavy", 'heavy'), ("'to", 'to'), ("'I", 'I')]
SUW19180926-V12-39-page8.txt: [("'spring", 'spring'), ("'I", 'I'), ("'In", 'In')]
SUW19181010-V12-41-page1.txt: [("'city.", 'city.'), ("'interest", 'interest'), ("'Mississippi", 'Mississippi'), ("'beside", 'beside'), ("'Words", 'Words'), ("'place.", 'place.')]
SUW19181010-V12-41-page2.txt: [("'enough", 'enough'), ("'work", 'work')]
SUW19181010-V12-41-page3.txt: [("'the", 'the'), ("'is", 'is'), ("'Christian", 'Christian'), ("'never", 'never'), ("'Grove", 'Grove')]
SUW19181010-V12-41-page5.txt: [("'the", 'the'), ("'be", 'be'), ("'Home", 'Home'), ("'love", 'love'), ("'Spirit", 'Spirit'), ("'been", 'been'), ("'ireside", 'ireside'), ("'words", 'words')]
SUW19181010-V12-41-page6.txt: [("'corn", 'corn')]
SUW19181010-V12-41-page7.txt: [("'are", 'are'), ("'a", 'a')]
SUW19181010-V12-41-page8.txt: [("'I", 'I'), ("'You", 'You'), ("'till", 'till'), ("'cause", 'cause'), ("'My", 'My'), ("'till", 'till'), ("'till", 'till')]
SUW19181017-V12-42-page1.txt: [("'unite", 'unite'), ("'carpenters", 'carpenters')]
SUW19181017-V12-42-page3.txt: [("'gone", 'gone')]
SUW19181017-V12-42-page8.txt: [("'of", 'of'), ("'School", 'School')]
SUW19181024-V12-43-page1.txt: [("'All", 'All'), ("'Here", 'Here')]
SUW19181024-V12-43-page3.txt: [("'vrospects", 'vrospects'), ("'are", 'are')]
SUW19181024-V12-43-page5.txt: [("'WORKER", 'WORKER'), ("'Tennessee", 'Tennessee'), ("'Tennessee", 'Tennessee'), ("'Conference", 'Conference'), ("'Conference", 'Conference'), ("'work", 'work'), ("'tont", 'tont')]
SUW19181024-V12-43-page6.txt: [("'Campaign", 'Campaign')]
SUW19181024-V12-43-page8.txt: [("'see", 'see'), ("'Christian", 'Christian')]
SUW19181031-V12-44-page2.txt: [("'rim", 'rim'), ("'How", 'How'), ('\'"', '"'), ("'Sell", 'Sell')]
SUW19181031-V12-44-page6.txt: [("'and", 'and')]
SUW19181107-V12-45-page1.txt: [("'be", 'be')]
SUW19181107-V12-45-page3.txt: [("'conference", 'conference')]
SUW19181107-V12-45-page4.txt: [("'subjects.", 'subjects.')]
SUW19181114-V12-46-page2.txt: [("'to", 'to')]
SUW19181128-V12-48-page1.txt: [("'You", 'You'), ("'Does", 'Does')]
SUW19181128-V12-48-page3.txt: [("'her", 'her'), ("'You", 'You')]
SUW19181128-V12-48-page4.txt: [("'Here", 'Here'), ('\'"', '"')]
SUW19181128-V12-48-page7.txt: [("'If", 'If')]
SUW19181205-V12-49-page1.txt: [("'Be", 'Be'), ("'Your", 'Your'), ("'Whereas", 'Whereas'), ("'Whereas", 'Whereas')]
SUW19181205-V12-49-page2.txt: [("'I", 'I'), ("'Bible", 'Bible'), ("'Two", 'Two')]
SUW19181205-V12-49-page3.txt: [("'Our", 'Our')]
SUW19181212-V12-50-page1.txt: [("'If", 'If')]
SUW19190109-V13-03-page2.txt: [("'Here", 'Here')]
SUW19190109-V13-03-page4.txt: [("'done", 'done')]
SUW19190109-V13-03-page7.txt: [("'work", 'work')]
SUW19190116-V13-04-page1.txt: [("'to", 'to'), ("'Felt.", 'Felt.'), ("'the", 'the'), ("'a", 'a')]
SUW19190116-V13-04-page3.txt: [("'My", 'My'), ("'home", 'home')]
SUW19190116-V13-04-page4.txt: [("'done", 'done')]
SUW19190116-V13-04-page5.txt: [("'forward", 'forward'), ("'Revised", 'Revised')]
SUW19190116-V13-04-page6.txt: [("'people", 'people'), ("'message", 'message')]
SUW19190116-V13-04-page7.txt: [("'Tis", 'Tis')]
SUW19190116-V13-04-page8.txt: [("'a", 'a'), ("'hearty", 'hearty')]
SUW19190123-V13-05-page4.txt: [("'tis", 'tis')]
SUW19190130-V13-06-page1.txt: [("'entering", 'entering'), ("'the", 'the'), ("'World.", 'World.')]
SUW19190130-V13-06-page4.txt: [("'and", 'and'), ("'JANUARY", 'JANUARY')]
SUW19190130-V13-06-page5.txt: [("'Crutcber", 'Crutcber'), ("'Mrs", 'Mrs'), ("'Beulah", 'Beulah'), ("'of", 'of'), ("'Be", 'Be'), ("'Oakwood", 'Oakwood')]
SUW19190130-V13-06-page6.txt: [("'Be", 'Be')]
SUW19190130-V13-06-page8.txt: [("'a", 'a')]
SUW19190206-V13-07-page4.txt: [("'flu", 'flu')]
SUW19190206-V13-07-page5.txt: [("'Mrs.", 'Mrs.')]
SUW19190206-V13-07-page6.txt: [("'the", 'the'), ("'been", 'been'), ("'We", 'We'), ("'Well", 'Well')]
SUW19190206-V13-07-page7.txt: [("'Now", 'Now'), ("'Won't", 'Wont'), ("'Yes", 'Yes'), ("'I", 'I'), ("'Are", 'Are')]
SUW19190213-V13-08-page1.txt: [("'Perhaps", 'Perhaps'), ("'I", 'I'), ("'Go", 'Go')]
SUW19190213-V13-08-page2.txt: [("'these", 'these')]
SUW19190213-V13-08-page3.txt: [("'sympathy", 'sympathy'), ("'to", 'to'), ("'else.", 'else.'), ("'vie", 'vie'), ("'the", 'the')]
SUW19190213-V13-08-page4.txt: [("'through", 'through'), ("'the", 'the'), ("'unto", 'unto'), ("'These", 'These')]
SUW19190213-V13-08-page5.txt: [("'H", 'H')]
SUW19190213-V13-08-page6.txt: [("'OWN", 'OWN'), ("'David", 'David'), ("'upon", 'upon')]
SUW19190213-V13-08-page7.txt: [("'the", 'the'), ("'This", 'This')]
SUW19190213-V13-08-page8.txt: [("'Fiertisinhig", 'Fiertisinhig'), ("'tOnfererke", 'tOnfererke'), ("'Thompson", 'Thompson'), ("'of", 'of'), ("'The", 'The'), ("'The", 'The'), ("'The", 'The'), ("'The", 'The'), ("'The", 'The'), ("'fife", 'fife')]
SUW19190220-V13-09-page3.txt: [("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'Daniel", 'Daniel'), ("'Daniel", 'Daniel'), ("'Bible", 'Bible')]
SUW19190220-V13-09-page4.txt: [("'Daniel", 'Daniel'), ("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'with", 'with'), ("'missionary", 'missionary')]
SUW19190220-V13-09-page5.txt: [("'Grand", 'Grand'), ("'Tennessee", 'Tennessee'), ("'Tennessee", 'Tennessee'), ("'dialnected", 'dialnected'), ("'Conference", 'Conference'), ("'Thirteenth", 'Thirteenth'), ("'Thirteenth", 'Thirteenth')]
SUW19190220-V13-09-page8.txt: [("'neath", 'neath')]
SUW19190227-V13-10-page1.txt: [("'the", 'the')]
SUW19190227-V13-10-page4.txt: [("'Here", 'Here'), ("'Two", 'Two'), ("'You", 'You')]
SUW19190227-V13-10-page7.txt: [("'cause", 'cause'), ("'Tis", 'Tis')]
SUW19190306-V13-11-page2.txt: [("'Daniel", 'Daniel'), ("'Daniel", 'Daniel')]
SUW19190306-V13-11-page4.txt: [("'Bible", 'Bible')]
SUW19190306-V13-11-page7.txt: [("'mid", 'mid')]
SUW19190313-V13-12-page1.txt: [("'exacting.", 'exacting.'), ("'Many", 'Many')]
SUW19190313-V13-12-page2.txt: [("'Bible", 'Bible')]
SUW19190313-V13-12-page5.txt: [("'Thursday.", 'Thursday.')]
SUW19190313-V13-12-page7.txt: [("'enriching", 'enriching'), ("'twixt", 'twixt')]
SUW19190320-V13-13-page1.txt: [("'preside", 'preside'), ("'in", 'in')]
SUW19190320-V13-13-page2.txt: [("'fast", 'fast'), ("'Bible", 'Bible'), ("'Bible", 'Bible'), ("'are", 'are'), ("'Seventh-day", 'Seventh-day')]
SUW19190320-V13-13-page3.txt: [("'there", 'there'), ("'his", 'his'), ("'this", 'this'), ("'this", 'this'), ("'bight", 'bight')]
SUW19190320-V13-13-page4.txt: [("'BR", 'BR'), ("'Howard", 'Howard'), ("'BR", 'BR'), ("'UNION", 'UNION'), ("'WORKER", 'WORKER')]
SUW19190320-V13-13-page5.txt: [("'for", 'for'), ("'orders", 'orders'), ('\'Revelation."', 'Revelation."'), ("'ays", 'ays'), ("'are", 'are')]
SUW19190320-V13-13-page6.txt: [("'met", 'met')]
SUW19190320-V13-13-page7.txt: [("'Texas", 'Texas'), ("'take", 'take')]
SUW19190320-V13-13-page8.txt: [("'for", 'for'), ("'Junior", 'Junior'), ("'I", 'I'), ("'Twill", 'Twill')]
SUW19190327-V13-14-page1.txt: [("'controversy", 'controversy'), ("'exerted", 'exerted')]
SUW19190327-V13-14-page2.txt: [("'wisdom", 'wisdom')]
SUW19190327-V13-14-page3.txt: [("'a", 'a'), ("'.", '.')]
SUW19190327-V13-14-page4.txt: [("'SOUTHERN", 'SOUTHERN'), ("'Hughes", 'Hughes'), ("'.", '.')]
SUW19190327-V13-14-page5.txt: [("'News", 'News'), ("'.", '.')]
SUW19190327-V13-14-page6.txt: [("'in", 'in')]
SUW19190327-V13-14-page7.txt: [('\'Thursday."', 'Thursday."'), ("'a", 'a'), ("'Bible", 'Bible')]
SUW19190403-V13-15-page1.txt: [("'right", 'right'), ("'K.", 'K.')]
SUW19190403-V13-15-page2.txt: [("'I", 'I')]
SUW19190403-V13-15-page4.txt: [("'''did.", 'did.'), ("'Gibson", 'Gibson')]
SUW19190403-V13-15-page5.txt: [("'Frank", 'Frank'), ("'M", 'M'), ("'Patrick", 'Patrick'), ("'DR", 'DR'), ("'deal", 'deal'), ("'UNIONN", 'UNIONN')]
SUW19190403-V13-15-page6.txt: [("'sick.", 'sick.')]
SUW19190410-V13-16-page2.txt: [("'The", 'The')]
SUW19190410-V13-16-page6.txt: [("'Marked", 'Marked'), ("'expect", 'expect'), ("'for", 'for')]
SUW19190417-V13-17-page1.txt: [("'true", 'true')]
SUW19190417-V13-17-page3.txt: [("'church", 'church')]
SUW19190417-V13-17-page7.txt: [("'the", 'the')]
SUW19190417-V13-17-page8.txt: [("'Union", 'Union')]
SUW19190424-V13-18-page1.txt: [("'he", 'he'), ("'Unfaithfulness", 'Unfaithfulness')]
SUW19190424-V13-18-page2.txt: [('\'"""""""""a', '"""""""""a')]
SUW19190424-V13-18-page3.txt: [("'name", 'name')]
SUW19190424-V13-18-page7.txt: [("'workers", 'workers')]
SUW19190501-V13-19-page3.txt: [("'I", 'I'), ("'Church", 'Church')]
SUW19190501-V13-19-page6.txt: [('\'Watchman"', 'Watchman"')]
SUW19190508-V13-20-page1.txt: [("'good", 'good')]
SUW19190508-V13-20-page5.txt: [("'r", 'r')]
SUW19190508-V13-20-page8.txt: [("'of", 'of')]
SUW19190515-V13-21-page1.txt: [("'Lord", 'Lord'), ("'have", 'have'), ("'the", 'the'), ("'take", 'take')]
SUW19190515-V13-21-page2.txt: [("'Paducah", 'Paducah'), ("'colored", 'colored'), ("'Bible", 'Bible'), ("'I", 'I')]
SUW19190515-V13-21-page3.txt: [("'organization.", 'organization.')]
SUW19190515-V13-21-page4.txt: [("'Steward", 'Steward'), ("'WORKER", 'WORKER')]
SUW19190515-V13-21-page5.txt: [("'J", 'J'), ("'Crawford", 'Crawford'), ("'Maude", 'Maude'), ("'Stella", 'Stella'), ("'Miss", 'Miss'), ("'Hardin", 'Hardin')]
SUW19190515-V13-21-page6.txt: [("'came", 'came'), ("'BR", 'BR')]
SUW19190515-V13-21-page7.txt: [("'a", 'a')]
SUW19190515-V13-21-page8.txt: [("'Wilson", 'Wilson'), ("'for", 'for'), ("'president", 'president')]
SUW19190522-V13-22-page2.txt: [("'Junior", 'Junior')]
SUW19190522-V13-22-page3.txt: [("'only", 'only'), ("'return", 'return')]
SUW19190522-V13-22-page4.txt: [("'The", 'The')]
SUW19190522-V13-22-page5.txt: [("'Floyd", 'Floyd')]
SUW19190522-V13-22-page6.txt: [("'to", 'to'), ("'Georgia", 'Georgia')]
SUW19190522-V13-22-page7.txt: [("'brother", 'brother'), ("'Years", 'Years')]
SUW19190529-V13-23-page1.txt: [("'loud", 'loud')]
SUW19190529-V13-23-page3.txt: [("'a", 'a')]
SUW19190529-V13-23-page5.txt: [("'Grand", 'Grand'), ("'DR", 'DR')]
SUW19190529-V13-23-page7.txt: [("'months", 'months')]
SUW19190529-V13-23-page8.txt: [("'Bible", 'Bible')]
SUW19190605-V13-24-page2.txt: [("'study", 'study')]
SUW19190605-V13-24-page3.txt: [("'the", 'the')]
SUW19190605-V13-24-page4.txt: [("'Second", 'Second')]
SUW19190605-V13-24-page5.txt: [("'after", 'after')]
SUW19190605-V13-24-page6.txt: [("'Bible", 'Bible'), ("'Daniel", 'Daniel')]
SUW19190605-V13-24-page7.txt: [("'Outline", 'Outline')]
SUW19190612-V13-25-page4.txt: [("'determined", 'determined')]
SUW19190612-V13-25-page6.txt: [("'this", 'this')]
SUW19190612-V13-25-page7.txt: [("'weeks", 'weeks')]
SUW19190619-V13-26-page1.txt: [("'Prepared", 'Prepared'), ("'short", 'short')]
SUW19190619-V13-26-page7.txt: [("'The", 'The'), ("'direction", 'direction')]
SUW19190619-V13-26-page8.txt: [("'Published", 'Published'), ("'Will", 'Will')]
SUW19190626-V13-27-page6.txt: [("'OD", 'OD')]
SUW19190703-V13-28-page6.txt: [("'Bible", 'Bible')]
SUW19190710-V13-29-page4.txt: [("'BR", 'BR')]
SUW19190710-V13-29-page5.txt: [("'BR", 'BR')]
SUW19190710-V13-29-page6.txt: [("'postage", 'postage')]
SUW19190710-V13-29-page7.txt: [("'healthy", 'healthy')]
SUW19190710-V13-29-page8.txt: [("'the", 'the')]
SUW19190717-V13-30-page1.txt: [("'Big", 'Big'), ("'Big", 'Big'), ("'Big", 'Big')]
SUW19190717-V13-30-page2.txt: [("'phoned", 'phoned'), ("'Loud", 'Loud'), ("'am", 'am'), ("'World", 'World')]
SUW19190717-V13-30-page3.txt: [("'the", 'the')]
SUW19190724-V13-31-page6.txt: [("'Threefold", 'Threefold')]
SUW19190724-V13-31-page8.txt: [("'fiblished", 'fiblished')]
SUW19190807-V13-32-page1.txt: [("'louse", 'louse')]
SUW19190807-V13-32-page2.txt: [("'UNION", 'UNION')]
SUW19190807-V13-32-page3.txt: [("'clock", 'clock')]
SUW19190807-V13-32-page4.txt: [("'llarrigEn", 'llarrigEn'), ("'Scales", 'Scales')]
SUW19190807-V13-32-page6.txt: [("'er", 'er')]
SUW19190807-V13-32-page7.txt: [('\'"Two', '"Two'), ("'last", 'last')]
SUW19190807-V13-32-page8.txt: [("'left", 'left'), ("'Vashi", 'Vashi')]
SUW19190814-V13-33-page2.txt: [("'We", 'We'), ("'Making", 'Making'), ("'Bring", 'Bring')]
SUW19190814-V13-33-page3.txt: [("'that", 'that'), ("'campmeeting", 'campmeeting')]
SUW19190814-V13-33-page8.txt: [("'weekly", 'weekly')]
SUW19190821-V13-34-page1.txt: [("'in", 'in'), ("'we", 'we'), ("'Alabama", 'Alabama')]
SUW19190821-V13-34-page2.txt: [("'the", 'the')]
SUW19190821-V13-34-page3.txt: [("'Tennessee", 'Tennessee')]
SUW19190821-V13-34-page4.txt: [("'Total", 'Total')]
SUW19190821-V13-34-page6.txt: [("'delivery", 'delivery')]
SUW19190821-V13-34-page7.txt: [("'west", 'west'), ("'and", 'and')]
SUW19190821-V13-34-page8.txt: [("'a", 'a'), ("'When", 'When'), ("'.", '.')]
SUW19190828-V13-35-page2.txt: [("'If", 'If')]
SUW19190828-V13-35-page3.txt: [("'It", 'It')]
SUW19190828-V13-35-page4.txt: [("'Appeal", 'Appeal')]
SUW19190828-V13-35-page5.txt: [("'Helps", 'Helps')]
SUW19190828-V13-35-page6.txt: [("'CONFERENCE", 'CONFERENCE'), ("'fallible", 'fallible'), ("'Minister", 'Minister'), ("'child", 'child'), ("'she", 'she'), ("'cheers", 'cheers')]
SUW19190828-V13-35-page7.txt: [("'C.", 'C.'), ("'d", 'd')]
SUW19190904-V13-36-page1.txt: [("'working", 'working')]
SUW19190904-V13-36-page3.txt: [("'wife", 'wife')]
SUW19190904-V13-36-page8.txt: [("'Tell", 'Tell')]
SUW19190911-V13-37-page1.txt: [("'to", 'to')]
SUW19190911-V13-37-page2.txt: [("'How", 'How'), ("'As", 'As')]
SUW19190911-V13-37-page4.txt: [("'Unsigned", 'Unsigned')]
SUW19190911-V13-37-page5.txt: [("'of", 'of'), ("'I", 'I'), ("'Come", 'Come')]
SUW19190911-V13-37-page7.txt: [("'There", 'There'), ("'something", 'something'), ("'of", 'of'), ("'would", 'would')]
SUW19190911-V13-37-page8.txt: [("'ern", 'ern')]
SUW19190918-V13-38-page4.txt: [("'stick", 'stick')]
SUW19190918-V13-38-page6.txt: [("'the", 'the'), ("'add", 'add')]
SUW19190918-V13-38-page7.txt: [("'Thy", 'Thy')]
SUW19190918-V13-38-page8.txt: [("'to", 'to')]
SUW19190925-V13-39-page1.txt: [("'need", 'need')]
SUW19190925-V13-39-page6.txt: [("'cause", 'cause'), ("'for", 'for')]
SUW19190925-V13-39-page7.txt: [("'Seventy", 'Seventy')]
SUW19190925-V13-39-page8.txt: [("'oo", 'oo'), ("'sides", 'sides')]
SUW19191002-V13-40-page2.txt: [("'Tis", 'Tis')]
SUW19191002-V13-40-page3.txt: [("'That", 'That'), ("'the", 'the')]
SUW19191002-V13-40-page5.txt: [("'our", 'our')]
SUW19191002-V13-40-page7.txt: [("'utterance", 'utterance'), ("'or", 'or')]
SUW19191002-V13-40-page8.txt: [("'Union", 'Union')]
SUW19191009-V13-41-page2.txt: [("'Wilson", 'Wilson')]
SUW19191009-V13-41-page3.txt: [("'very", 'very'), ("'Ingathering", 'Ingathering')]
SUW19191009-V13-41-page4.txt: [("'CONFERENCE", 'CONFERENCE')]
SUW19191009-V13-41-page5.txt: [("'s", 's'), ("'BR", 'BR')]
SUW19191009-V13-41-page6.txt: [("'Leach", 'Leach'), ("'is", 'is')]
SUW19191016-V13-42-page1.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
SUW19191016-V13-42-page2.txt: [("'of", 'of'), ("'WORKER", 'WORKER')]
SUW19191016-V13-42-page3.txt: [("'indicates", 'indicates')]
SUW19191016-V13-42-page7.txt: [('\'Times"', 'Times"'), ("'away", 'away'), ("'Great", 'Great')]
SUW19191016-V13-42-page8.txt: [("'she", 'she')]
SUW19191023-V13-43-page1.txt: [("'enjoyable", 'enjoyable')]
SUW19191023-V13-43-page2.txt: [("'on", 'on'), ("'Advance", 'Advance')]
SUW19191023-V13-43-page3.txt: [("'over", 'over')]
SUW19191023-V13-43-page4.txt: [("'Our", 'Our'), ("'Our", 'Our')]
SUW19191023-V13-43-page7.txt: [("'Hi", 'Hi'), ("'Tis", 'Tis')]
SUW19191023-V13-43-page8.txt: [("'Office", 'Office'), ("'of", 'of')]
SUW19191030-V13-44-page1.txt: [('\'will."', 'will."')]
SUW19191030-V13-44-page5.txt: [("'Oct.", 'Oct.')]
SUW19191030-V13-44-page6.txt: [("'Bible", 'Bible'), ("'Scriptural", 'Scriptural')]
SUW19191030-V13-44-page8.txt: [("'Missions", 'Missions'), ("'Business", 'Business'), ("'Soul-Winning", 'Soul-Winning'), ("'Wight", 'Wight'), ("'Review", 'Review')]
SUW19191106-V13-45-page1.txt: [("'n", 'n')]
SUW19191106-V13-45-page2.txt: [("'the", 'the')]
SUW19191106-V13-45-page8.txt: [("'bout", 'bout'), ("'round", 'round')]
SUW19191113-V13-46-page2.txt: [("'church", 'church'), ("'Bible", 'Bible')]
SUW19191113-V13-46-page3.txt: [("'Mrs.", 'Mrs.')]
SUW19191113-V13-46-page7.txt: [("'has", 'has'), ("'That", 'That'), ("'I", 'I'), ("'It", 'It'), ("'his", 'his')]
SUW19191120-V13-47-page1.txt: [("'t", 't'), ("'Thank", 'Thank'), ("'missions", 'missions')]
SUW19191120-V13-47-page2.txt: [("'November", 'November'), ("'this", 'this')]
SUW19191120-V13-47-page3.txt: [("'In", 'In')]
SUW19191120-V13-47-page5.txt: [("'Who", 'Who'), ("'OD", 'OD')]
SUW19191120-V13-47-page6.txt: [("'We", 'We'), ("'seem", 'seem'), ("'conditional.", 'conditional.')]
SUW19191120-V13-47-page7.txt: [("'Conference", 'Conference'), ("'The", 'The'), ("'Plan", 'Plan')]
SUW19191120-V13-47-page8.txt: [("'school", 'school'), ("'BIG", 'BIG'), ("'Home", 'Home'), ("'our", 'our'), ('\'Week"', 'Week"'), ("'TMIS", 'TMIS'), ("'Nev", 'Nev'), ("'Noses", 'Noses'), ("'artOn", 'artOn'), ("'was", 'was'), ("'Mrs.", 'Mrs.')]
SUW19191204-V13-49-page2.txt: [("'raised", 'raised')]
SUW19191204-V13-49-page3.txt: [("'soon", 'soon')]
SUW19191204-V13-49-page6.txt: [("'servants.", 'servants.')]
SUW19191204-V13-49-page7.txt: [("'now", 'now'), ("'last", 'last'), ("'Bible", 'Bible'), ("'Bible", 'Bible')]
SUW19191211-V13-50-page1.txt: [("'and", 'and'), ("'a", 'a')]
SUW19191211-V13-50-page2.txt: [("'enter", 'enter')]
SUW19191211-V13-50-page3.txt: [("'follow", 'follow')]
SUW19191211-V13-50-page5.txt: [("''Our", 'Our')]
SUW19191211-V13-50-page6.txt: [("'a", 'a'), ("'Tis", 'Tis'), ("'tt.RJ", 'tt.RJ'), ("'tie", 'tie'), ("'rho", 'rho')]
SUW19191211-V13-50-page8.txt: [("'Rolling", 'Rolling'), ("'hey", 'hey')]
SUW19191218-V13-01-page1.txt: [("'of", 'of')]
SUW19191218-V13-01-page2.txt: [("'World", 'World')]
SUW19191218-V13-01-page3.txt: [("'Brother", 'Brother'), ("'J.", 'J.'), ("'Wheeler's", 'Wheelers'), ("'to", 'to'), ("'Not", 'Not'), ("'preacher", 'preacher'), ("'fook", 'fook')]
SUW19191218-V13-01-page4.txt: [("'each.", 'each.'), ("'Set-lice", 'Set-lice'), ("'On", 'On'), ("'Ready", 'Ready'), ("'Redeemer's", 'Redeemers')]
SUW19191218-V13-01-page5.txt: [("'for", 'for'), ("'..", '..'), ("'will", 'will')]
SUW19191218-V13-01-page6.txt: [("'related", 'related')]
SUW19191218-V13-01-page7.txt: [("'son", 'son'), ("'Whatever", 'Whatever'), ("'held", 'held'), ("'Bible", 'Bible'), ("'B.", 'B.'), ("'securing", 'securing'), ("''Surely", 'Surely')]
SUW19200101-V14-02-page5.txt: [("'Janitary", 'Janitary')]
SUW19200101-V14-02-page6.txt: [("'Blessed", 'Blessed')]
SUW19200101-V14-02-page8.txt: [("'.", '.')]
SUW19200108-V14-03-page4.txt: [("'h", 'h')]
SUW19200115-V14-04-page4.txt: [("'sta", 'sta')]
SUW19200115-V14-04-page5.txt: [("'Wm.", 'Wm.')]
SUW19200122-V14-05-page3.txt: [("'a", 'a')]
SUW19200122-V14-05-page5.txt: [("'part", 'part'), ("'No", 'No')]
SUW19200122-V14-05-page6.txt: [("'Local", 'Local')]
SUW19200122-V14-05-page7.txt: [("'found.", 'found.'), ("'It", 'It')]
SUW19200129-V14-06-page1.txt: [("'passed", 'passed'), ("'under", 'under')]
SUW19200129-V14-06-page2.txt: [("'was", 'was'), ("'Neiv", 'Neiv')]
SUW19200129-V14-06-page3.txt: [("'General", 'General'), ("'be", 'be'), ("'joy", 'joy')]
SUW19200129-V14-06-page4.txt: [("'to", 'to')]
SUW19200129-V14-06-page5.txt: [("'G", 'G')]
SUW19200129-V14-06-page6.txt: [("'books.", 'books.')]
SUW19200129-V14-06-page7.txt: [("'a", 'a')]
SUW19200205-V14-07-page1.txt: [("'profane", 'profane'), ("'Remove", 'Remove'), ("'I", 'I')]
SUW19200205-V14-07-page2.txt: [("'upon", 'upon')]
SUW19200205-V14-07-page6.txt: [("'Don't", 'Dont')]
SUW19200205-V14-07-page7.txt: [("'Round", 'Round')]
SUW19200212-V14-08-page4.txt: [("'department", 'department'), ("'paid", 'paid')]
SUW19200219-V14-09-page2.txt: [("'will", 'will')]
SUW19200219-V14-09-page3.txt: [("'necessity", 'necessity')]
SUW19200219-V14-09-page5.txt: [("''I", 'I')]
SUW19200219-V14-09-page7.txt: [("'Master.", 'Master.')]
SUW19200219-V14-09-page8.txt: [('\'"\'"""rf', '""""rf')]
SUW19200226-V14-10-page5.txt: [("'what", 'what')]
SUW19200226-V14-10-page6.txt: [("'with", 'with')]
SUW19200226-V14-10-page8.txt: [("'''..", '..'), ("'one", 'one'), ("'in", 'in'), ("'TE", 'TE')]
SUW19200304-V14-11-page6.txt: [("'Round", 'Round')]
SUW19200304-V14-11-page7.txt: [("'Well", 'Well'), ("'We", 'We'), ("'Bible", 'Bible')]
SUW19200311-V14-12-page2.txt: [("'the", 'the')]
SUW19200311-V14-12-page3.txt: [("'and", 'and')]
SUW19200311-V14-12-page5.txt: [("'the", 'the'), ("'Round", 'Round')]
SUW19200311-V14-12-page6.txt: [("'flu", 'flu'), ("'Have", 'Have'), ("'The", 'The'), ("'Daniel", 'Daniel')]
SUW19200318-V14-13-page2.txt: [("'Our", 'Our'), ("'Twos", 'Twos')]
SUW19200318-V14-13-page5.txt: [("'Daniel", 'Daniel'), ("'To", 'To')]
SUW19200318-V14-13-page8.txt: [("'ventists.", 'ventists.'), ("'Union", 'Union')]
SUW19200325-V14-14-page5.txt: [("'HM", 'HM'), ("'in", 'in')]
SUW19200325-V14-14-page8.txt: [("'the", 'the')]
SUW19200401-V14-15-page5.txt: [("'long", 'long')]
SUW19200408-V14-16-page2.txt: [("'twere", 'twere')]
SUW19200408-V14-16-page6.txt: [("'Great", 'Great')]
SUW19200415-V14-17-page7.txt: [("'and", 'and'), ("'hear", 'hear')]
SUW19200422-V14-18-page3.txt: [("'every", 'every')]
SUW19200422-V14-18-page4.txt: [("'Our", 'Our'), ("'Yes", 'Yes'), ("'You", 'You'), ("'I", 'I'), ("'Bible", 'Bible'), ("'Now", 'Now'), ("'Yes", 'Yes'), ("'I", 'I')]
SUW19200422-V14-18-page5.txt: [("'Mobile", 'Mobile')]
SUW19200422-V14-18-page6.txt: [("'Our", 'Our'), ("'Good", 'Good'), ("'We", 'We'), ("'I", 'I')]
SUW19200422-V14-18-page7.txt: [("'Great", 'Great')]
SUW19200429-V14-19-page1.txt: [("'Some", 'Some')]
SUW19200429-V14-19-page2.txt: [("'Here", 'Here'), ("'Bible", 'Bible')]
SUW19200429-V14-19-page4.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
SUW19200506-V14-20-page4.txt: [("'Watch", 'Watch')]
SUW19200506-V14-20-page7.txt: [("'you", 'you')]
SUW19200513-V14-21-page1.txt: [("'a", 'a'), ("'''OPLQ", 'OPLQ'), ("'From", 'From')]
SUW19200513-V14-21-page2.txt: [("'time", 'time')]
SUW19200513-V14-21-page3.txt: [("'A", 'A'), ("'aft", 'aft'), ("'working", 'working'), ("'this", 'this'), ("'The", 'The'), ("'at", 'at')]
SUW19200513-V14-21-page4.txt: [("'and", 'and'), ("'His", 'His'), ("'J'esns.", 'Jesns.'), ("'the", 'the'), ("'and", 'and'), ("'Which", 'Which'), ("'need", 'need'), ("'God", 'God'), ("'rs", 'rs'), ("'Wagner", 'Wagner'), ("'W", 'W'), ("'BR", 'BR')]
SUW19200513-V14-21-page5.txt: [("'Lewis", 'Lewis'), ("'OP", 'OP'), ("'Ashlock", 'Ashlock'), ("'all", 'all')]
SUW19200513-V14-21-page6.txt: [("'CONFERENCE", 'CONFERENCE'), ("'ordinary", 'ordinary')]
SUW19200513-V14-21-page7.txt: [("'will", 'will'), ("'entering", 'entering'), ("'freedom", 'freedom')]
SUW19200513-V14-21-page8.txt: [("'friends", 'friends'), ("'Be", 'Be'), ("'Tenn.", 'Tenn.'), ("'some", 'some')]
SUW19200520-V14-22-page1.txt: [("''Work", 'Work'), ("'the", 'the'), ("'housing", 'housing')]
SUW19200520-V14-22-page2.txt: [("'the", 'the'), ("'every", 'every'), ("'can", 'can'), ("'precincts", 'precincts'), ("'quires", 'quires'), ("'complete", 'complete'), ("'a", 'a')]
SUW19200520-V14-22-page3.txt: [("''the", 'the'), ("'treatment", 'treatment'), ("'him", 'him')]
SUW19200520-V14-22-page4.txt: [("'average", 'average'), ("'Montevallo", 'Montevallo'), ("'No.", 'No.'), ("'e", 'e')]
SUW19200520-V14-22-page5.txt: [("'rain", 'rain')]
SUW19200520-V14-22-page6.txt: [("'Human", 'Human'), ("'that", 'that'), ("'increases.", 'increases.')]
SUW19200520-V14-22-page7.txt: [("'the", 'the')]
SUW19200520-V14-22-page8.txt: [("'Price", 'Price'), ("'editor.", 'editor.'), ("'in", 'in')]
SUW19200527-V14-23-page1.txt: [("'Has", 'Has'), ("'Kentucky", 'Kentucky')]
SUW19200527-V14-23-page2.txt: [("'Thorough", 'Thorough'), ("'sometime", 'sometime'), ("'SundaY", 'SundaY'), ("'until", 'until')]
SUW19200527-V14-23-page3.txt: [("'I", 'I')]
SUW19200527-V14-23-page4.txt: [("'Total", 'Total'), ("'R", 'R'), ("'Total", 'Total'), ("'husband", 'husband'), ("'Sykes", 'Sykes'), ("'OD", 'OD')]
SUW19200527-V14-23-page6.txt: [("'majority", 'majority'), ("'Jackson", 'Jackson'), ("'the.", 'the.')]
SUW19200527-V14-23-page7.txt: [("'We", 'We'), ('\'\'"Coming', '"Coming'), ("'Brethren", 'Brethren'), ("'chit", 'chit'), ("'The", 'The'), ("'no", 'no'), ("'the", 'the')]
SUW19200527-V14-23-page8.txt: [("'yers", 'yers'), ("'the", 'the'), ("'above.", 'above.'), ("'ielitia", 'ielitia'), ("'Herald", 'Herald'), ("'for", 'for'), ("'the", 'the'), ("'will", 'will'), ("'after", 'after'), ("'you", 'you'), ("'ay", 'ay'), ("'the", 'the'), ("'Jennings", 'Jennings'), ("'Bryan", 'Bryan'), ("'a", 'a'), ("'Fia.", 'Fia.')]
SUW19200603-V14-24-page2.txt: [("'is", 'is'), ("'which", 'which'), ("'not", 'not'), ("'the", 'the'), ("'us", 'us')]
SUW19200603-V14-24-page3.txt: [("'be", 'be'), ("'They", 'They'), ("''-Moody", '-Moody')]
SUW19200603-V14-24-page4.txt: [("'.", '.')]
SUW19200603-V14-24-page5.txt: [("'back", 'back'), ("''DR", 'DR')]
SUW19200603-V14-24-page6.txt: [("'We", 'We'), ("'Bible", 'Bible'), ("'it", 'it'), ("'Heralds", 'Heralds')]
SUW19200603-V14-24-page7.txt: [("'to", 'to'), ("'thought", 'thought'), ("'ereate", 'ereate')]
SUW19200603-V14-24-page8.txt: [("'having", 'having'), ("'York", 'York')]
SUW19200610-V14-25-page5.txt: [("'em", 'em')]
SUW19200610-V14-25-page6.txt: [("'round.", 'round.')]
SUW19200610-V14-25-page7.txt: [("'Tis", 'Tis'), ("'tis", 'tis')]
SUW19200617-V14-26-page1.txt: [("'scattered", 'scattered')]
SUW19200617-V14-26-page3.txt: [("''In", 'In')]
SUW19200617-V14-26-page5.txt: [("'n", 'n')]
SUW19200617-V14-26-page6.txt: [("'tam", 'tam'), ('\'"""mm"""""..."', '"""mm"""""..."')]
SUW19200617-V14-26-page7.txt: [("'van", 'van'), ("'the", 'the'), ('\'Cant"', 'Cant"'), ("'.", '.'), ("'Whatever", 'Whatever')]
SUW19200617-V14-26-page8.txt: [("'William", 'William')]
SUW19200624-V14-27-page4.txt: [("'neath", 'neath')]
SUW19200624-V14-27-page7.txt: [("'finish", 'finish')]
SUW19200701-V14-28-page2.txt: [("'etiters.", 'etiters.')]
SUW19200708-V14-29-page3.txt: [("'sick", 'sick')]
SUW19200708-V14-29-page4.txt: [("'brig", 'brig')]
SUW19200715-V14-30-page2.txt: [("'of", 'of')]
SUW19200715-V14-30-page5.txt: [("'a", 'a'), ("'think", 'think')]
SUW19200715-V14-30-page8.txt: [("'Jesus", 'Jesus')]
SUW19200722-V14-31-page1.txt: [("'by", 'by'), ("'pleased..", 'pleased..'), ("'from", 'from'), ("'TIarris", 'TIarris')]
SUW19200722-V14-31-page3.txt: [("'fold", 'fold')]
SUW19200722-V14-31-page4.txt: [("'TM", 'TM')]
SUW19200729-V14-32-page1.txt: [("'paragraph", 'paragraph'), ("'We", 'We'), ("'You", 'You'), ("'Father", 'Father'), ("'It", 'It'), ("'Colporteur", 'Colporteur')]
SUW19200729-V14-32-page5.txt: [("'syta.", 'syta.')]
SUW19200729-V14-32-page7.txt: [("'sincere", 'sincere')]
SUW19200729-V14-32-page8.txt: [("'gave", 'gave'), ("'venue", 'venue')]
SUW19200805-V14-33-page1.txt: [("'history", 'history'), ("'message", 'message')]
SUW19200805-V14-33-page4.txt: [("'will", 'will'), ("'.", '.')]
SUW19200805-V14-33-page6.txt: [("'he", 'he')]
SUW19200805-V14-33-page8.txt: [("'Practical", 'Practical'), ("'Great", 'Great'), ("'Our", 'Our'), ("'River", 'River')]
SUW19200819-V14-35-page5.txt: [("'of", 'of'), ("'convene", 'convene'), ("'Conference", 'Conference')]
SUW19200821-V14-34-page3.txt: [("'lugs", 'lugs')]
SUW19200821-V14-34-page4.txt: [("'otal", 'otal')]
SUW19200821-V14-34-page5.txt: [("'name", 'name')]
SUW19200821-V14-34-page6.txt: [("'GIs", 'GIs')]
SUW19200826-V14-36-page1.txt: [("'Make", 'Make'), ("'I", 'I')]
SUW19200826-V14-36-page4.txt: [("'C", 'C')]
SUW19200826-V14-36-page6.txt: [("'that", 'that')]
SUW19200826-V14-36-page8.txt: [("'-tars", '-tars')]
SUW19200902-V14-37-page1.txt: [("'refreshing", 'refreshing')]
SUW19200902-V14-37-page5.txt: [("'nvisible", 'nvisible')]
SUW19200902-V14-37-page6.txt: [("'read", 'read'), ("'come", 'come')]
SUW19200902-V14-37-page7.txt: [("'Were", 'Were'), ("'in", 'in')]
SUW19200902-V14-37-page8.txt: [("'so", 'so'), ("'I", 'I'), ("'F", 'F')]
SUW19200909-V14-38-page3.txt: [("'steadily", 'steadily')]
SUW19200909-V14-38-page5.txt: [("'More", 'More')]
SUW19200916-V14-39-page1.txt: [("'foom", 'foom'), ('\'"""', '"""'), ("'when", 'when'), ("'wuold", 'wuold')]
SUW19200916-V14-39-page2.txt: [("'Martin", 'Martin')]
SUW19200916-V14-39-page8.txt: [("''Are", 'Are')]
SUW19200923-V14-40-page2.txt: [("'Ibis", 'Ibis'), ("'Messenger'.", 'Messenger.')]
SUW19200923-V14-40-page3.txt: [("'Messenger", 'Messenger')]
SUW19200923-V14-40-page4.txt: [("'done", 'done'), ("'the", 'the'), ("'Washington", 'Washington'), ("'a", 'a'), ("'The", 'The')]
SUW19200923-V14-40-page5.txt: [("'for", 'for'), ("'well", 'well')]
SUW19200923-V14-40-page8.txt: [("'new", 'new')]
SUW19200930-V14-41-page2.txt: [("'Mrs.", 'Mrs.')]
SUW19200930-V14-41-page3.txt: [("'p", 'p'), ("'Harvest", 'Harvest')]
SUW19200930-V14-41-page8.txt: [("'t", 't')]
SUW19201014-V14-42-page6.txt: [("'the", 'the')]
SUW19201014-V14-42-page8.txt: [("'Junior", 'Junior'), ("'spite", 'spite')]
SUW19201021-V14-43-page2.txt: [("'s", 's')]
SUW19201028-V14-44-page3.txt: [("'improvements", 'improvements')]
SUW19201111-V14-45-page1.txt: [("'amid", 'amid'), ("'e", 'e'), ("'.", '.'), ("'bring", 'bring')]
SUW19201111-V14-45-page2.txt: [("'sure", 'sure'), ("'tdurageously", 'tdurageously'), ("'of", 'of')]
SUW19201111-V14-45-page3.txt: [("'Archie", 'Archie')]
SUW19201118-V14-46-page1.txt: [("'Signs", 'Signs')]
SUW19201118-V14-46-page2.txt: [("'More", 'More')]
SUW19201118-V14-46-page4.txt: [("''There", 'There')]
SUW19201118-V14-46-page5.txt: [("'Signs", 'Signs'), ("'at", 'at')]
SUW19201118-V14-46-page6.txt: [("'Honor", 'Honor')]
SUW19201125-V14-47-page1.txt: [("'s", 's'), ("''who", 'who')]
SUW19201125-V14-47-page2.txt: [("'even", 'even'), ("'Ruth", 'Ruth'), ("'A", 'A'), ("'.", '.'), ("'It", 'It'), ("'.", '.'), ("'and", 'and'), ('\'\'\'\'"\'In', '"In'), ("'e", 'e'), ("'receiVing", 'receiVing'), ("'our", 'our'), ("'the", 'the'), ("'ff.", 'ff.'), ("'.", '.'), ("'.", '.'), ("'and", 'and'), ("''on", 'on'), ("''gil", 'gil'), ("'visiting.", 'visiting.'), ('\'"', '"'), ("''grit", 'grit'), ("'a", 'a'), ("'Otitl'PraYer", 'OtitlPraYer'), ("'''.'..", '...'), ("'.", '.'), ("'for", 'for'), ("'The", 'The'), ("''af", 'af'), ("'thissef", 'thissef'), ("'Christmas", 'Christmas'), ("'krit.all", 'krit.all'), ("'goal", 'goal')]
SUW19201125-V14-47-page3.txt: [("'with", 'with'), ("'toward", 'toward'), ("'Was", 'Was'), ("'raised", 'raised'), ("'together", 'together')]
SUW19201125-V14-47-page4.txt: [("'a", 'a'), ("'to", 'to'), ("'Milked", 'Milked'), ("'in", 'in'), ("'are", 'are'), ("'begtin", 'begtin'), ("'realty", 'realty'), ("'play", 'play')]
SUW19201125-V14-47-page6.txt: [("'of", 'of'), ("'frequently", 'frequently'), ("'society", 'society'), ("'to", 'to'), ("'who", 'who'), ("'many", 'many'), ("'of.their", 'of.their'), ("'faUlts", 'faUlts'), ("'ancty", 'ancty'), ("'of", 'of')]
SUW19201125-V14-47-page7.txt: [("'was", 'was'), ("'visiting", 'visiting'), ("'River", 'River'), ("''Who", 'Who'), ("'on", 'on'), ("'n", 'n'), ("'Choi", 'Choi'), ("'here", 'here'), ("'and", 'and'), ("'Itternal", 'Itternal'), ("'the", 'the'), ("'Each", 'Each'), ("'cidubt", 'cidubt'), ("'.", '.')]
SUW19201125-V14-47-page8.txt: [("'in", 'in'), ("'science", 'science')]
SUW19201201-V14-48-page5.txt: [("'Many", 'Many'), ("'ONION", 'ONION'), ("'Spare", 'Spare'), ("'Haste", 'Haste')]
SUW19201216-V14-50-page1.txt: [("'and", 'and')]
SUW19201216-V14-50-page5.txt: [("'Workings", 'Workings')]
SUW19201216-V14-50-page6.txt: [("'at", 'at'), ("'Morning", 'Morning')]
SUW19201223-V14-51-page5.txt: [("'different", 'different'), ("'laid", 'laid')]
SUW19201223-V14-51-page6.txt: [('\'"selfgoverning"', '"selfgoverning"')]
SUW19201230-V14-02-page1.txt: [("'Villein", 'Villein'), ("'modern", 'modern'), ("'modern", 'modern')]
SUW19201230-V14-02-page2.txt: [("'are", 'are'), ("'.", '.')]
SUW19201230-V14-02-page3.txt: [("'Life", 'Life'), ("'on", 'on')]
SUW19201230-V14-02-page5.txt: [("'the.", 'the.'), ("'work.", 'work.'), ("'We", 'We')]
SUW19201230-V14-02-page8.txt: [("'Act", 'Act'), ("'''teachers", 'teachers'), ("'during", 'during'), ("'or", 'or'), ("'the", 'the'), ("'forecasts", 'forecasts')]
In [42]:
# %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/SUW/correction5

Average verified rate: 0.9606655978668613

Average of error rates: 0.04999638118214717

Total token count: 4722431

In [43]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[43]:
[('r', 13695),
 ('w', 11331),
 ('e', 10698),
 ('br', 8910),
 ('m', 8772),
 ('d', 7886),
 ('f', 6290),
 ('g', 4851),
 ("'", 4685),
 ('t', 4396),
 ('n', 3918),
 ('oo', 3897),
 ('th', 2159),
 ('bf', 2081),
 ('gc', 1391),
 ('ck', 1364),
 ('ky', 1289),
 ('od', 1158),
 ('pp', 1036),
 ('bfl', 976),
 ('u', 900),
 ('agts', 875),
 ('wm', 871),
 ('wk', 768),
 ("colporteurs'", 761),
 ('k', 735),
 ('io', 668),
 ('co', 589),
 ('x', 471),
 ('re', 414),
 ('ords', 413),
 ("canvassers'", 413),
 ('bs', 368),
 ('bp', 349),
 ('wks', 337),
 ('twenty-cent-a-week', 311),
 ('sofp', 301),
 ('ex', 298),
 ('hm', 292),
 ('rd', 288),
 ('bracy', 286),
 ('ga', 284),
 ('q', 271),
 ('pg', 262),
 ('cx', 256),
 ('cc', 249),
 ('ro', 229),
 ('billups', 228),
 ('chastain', 228),
 ('seventhday', 215)]

Correction 6 -- Rejoin Split Words

In [45]:
# %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()
SUW19070702-V01-01-page8.txt: [('Bi', 'weekly')]
SUW19070716-V01-02-page1.txt: [('re', 'No')]
SUW19070716-V01-02-page2.txt: [('pre', 'pared'), ('proclama', 'tion')]
SUW19070716-V01-02-page8.txt: [('BI', 'WEEKLY'), ('co', 'operation')]
SUW19070730-V01-03-page3.txt: [('CIRCUM', 'STANCES')]
SUW19070730-V01-03-page8.txt: [('BI', 'WEEKLY'), ('pers', 'on')]
SUW19070813-V01-04-page4.txt: [('co', 'operate')]
SUW19070813-V01-04-page6.txt: [('Pa', 'mphlets'), ('co', 'operate')]
SUW19070813-V01-04-page7.txt: [('BR', 'o')]
SUW19070813-V01-04-page8.txt: [('BI', 'WEEKLY'), ('ASSOCIA', 'TION')]
SUW19070827-V01-05-page5.txt: [('RE', 'PORT')]
SUW19070827-V01-05-page7.txt: [('Mc', 'Rae')]
SUW19070827-V01-05-page8.txt: [('BI', 'WEEKLY')]
SUW19070910-V01-06-page8.txt: [('BI', 'WEEKLY')]
SUW19070924-V01-07-page4.txt: [('MIS', 'SIONARY')]
SUW19070924-V01-07-page7.txt: [('ro', 'W'), ('oo', 'H')]
SUW19070924-V01-07-page8.txt: [('BI', 'WEEKLY')]
SUW19071008-V01-08-page2.txt: [('RESOLU', 'TIONS')]
SUW19071008-V01-08-page3.txt: [('co', 'operate')]
SUW19071008-V01-08-page5.txt: [('MIS', 'SIONARY')]
SUW19071008-V01-08-page7.txt: [('ex', 'C')]
SUW19071008-V01-08-page8.txt: [('BI', 'WEEKLY')]
SUW19071022-V01-09-page4.txt: [('accom', 'plished')]
SUW19071022-V01-09-page5.txt: [('TRA', 'CT')]
SUW19071022-V01-09-page8.txt: [('ro', 'at'), ('BI', 'WEEKLY'), ('co', 'operation')]
SUW19071105-V01-10-page4.txt: [('co', 'operation')]
SUW19071105-V01-10-page5.txt: [('co', 'operation')]
SUW19071105-V01-10-page6.txt: [('Ma', 'C')]
SUW19071105-V01-10-page7.txt: [('ti', 'to'), ('BR', 'o')]
SUW19071105-V01-10-page8.txt: [('Sund', 'ay')]
SUW19071119-V01-11-page1.txt: [('CONFI', 'DENCE')]
SUW19071119-V01-11-page2.txt: [('PROGRE', 'SS')]
SUW19071119-V01-11-page4.txt: [('LITERA', 'TURE')]
SUW19071119-V01-11-page5.txt: [('co', 'operation')]
SUW19071119-V01-11-page8.txt: [('th', 'a'), ('BI', 'WEEKLY')]
SUW19071203-V01-12-page4.txt: [('co', 'workers')]
SUW19071203-V01-12-page7.txt: [('Mc', 'Kinnon'), ('ro', 'o'), ('Co', 'la'), ('BR', 'IO')]
SUW19071203-V01-12-page8.txt: [('BI', 'WEEKLY')]
SUW19071217-V01-13-page2.txt: [('MIS', 'SIONS'), ('pre', 'eminence'), ('PRE', 'EMINENCE')]
SUW19071231-V01-14-page1.txt: [('mis', 'sionary')]
SUW19071231-V01-14-page2.txt: [('noth', 'ing')]
SUW19071231-V01-14-page3.txt: [('re', 'maining')]
SUW19071231-V01-14-page7.txt: [('co', 'operate')]
SUW19071231-V01-14-page8.txt: [('SPE', 'CIAL'), ('BI', 'WEEKLY')]
SUW19080114-V02-01-page6.txt: [('co', 'operated')]
SUW19080114-V02-01-page7.txt: [('oo', 'H')]
SUW19080128-V02-02-page3.txt: [('LOCOMO', 'TIVE')]
SUW19080128-V02-02-page6.txt: [('larg', 'e')]
SUW19080128-V02-02-page7.txt: [('co', 'o')]
SUW19080128-V02-02-page8.txt: [('BI', 'WEEKLY'), ('RE', 'PORT'), ('Se', 'th'), ('Bre', 'thren')]
SUW19080211-V02-03-page1.txt: [('co', 'operation')]
SUW19080211-V02-03-page2.txt: [('Confere', 'nce')]
SUW19080211-V02-03-page3.txt: [('RE', 'PORT'), ('BR', 'o')]
SUW19080211-V02-03-page4.txt: [('BI', 'WEEKLY'), ('Chairm', 'an')]
SUW19080218-V02-04-page1.txt: [('ADVAN', 'TAGES')]
SUW19080218-V02-04-page3.txt: [('UN', 'ION'), ('Dobb', 'S')]
SUW19080218-V02-04-page4.txt: [('BI', 'WEEKLY'), ('co', 'operate')]
SUW19080225-V02-05-page1.txt: [('prin', 'ciples')]
SUW19080225-V02-05-page10.txt: [('ce', 'Real')]
SUW19080225-V02-05-page12.txt: [('Mc', 'Vagh')]
SUW19080225-V02-05-page13.txt: [('co', 'operation'), ('re', 'elected'), ('RE', 'SORT')]
SUW19080225-V02-05-page14.txt: [('co', 'worker')]
SUW19080225-V02-05-page16.txt: [('BI', 'WEEKLY')]
SUW19080225-V02-05-page2.txt: [('co', 'operation')]
SUW19080225-V02-05-page4.txt: [('co', 'operation')]
SUW19080225-V02-05-page7.txt: [('purpos', 'e')]
SUW19080225-V02-05-page8.txt: [('BI', 'ENNIAL'), ('co', 'operation')]
SUW19080303-V02-06-page1.txt: [('ti', 'e'), ('situa', 'tion')]
SUW19080303-V02-06-page2.txt: [('appre', 'ciated'), ('co', 'operation')]
SUW19080303-V02-06-page3.txt: [('Geor', "gia's")]
SUW19080303-V02-06-page4.txt: [('co', 'operate')]
SUW19080310-V02-07-page2.txt: [('ern', 'a')]
SUW19080310-V02-07-page3.txt: [('Dobb', 'S')]
SUW19080310-V02-07-page4.txt: [('SUBSCRIPTI', 'ON')]
SUW19080317-V02-08-page1.txt: [('ma', 'n'), ('re', 'sent')]
SUW19080317-V02-08-page2.txt: [('wa', 'ys'), ('co', 'workers'), ('re', 'sponse')]
SUW19080317-V02-08-page3.txt: [('co', 'operation')]
SUW19080317-V02-08-page4.txt: [('re', 'spond')]
SUW19080324-V02-09-page1.txt: [('enj', 'oyed')]
SUW19080331-V02-10-page1.txt: [('corre', 'spondence')]
SUW19080331-V02-10-page2.txt: [('VICKS', 'BURG'), ('co', 'operation')]
SUW19080331-V02-10-page4.txt: [('ro', 'o'), ('co', 'operation')]
SUW19080407-V02-11-page2.txt: [('Mc', 'Kinney'), ('MC', 'KINNEY')]
SUW19080407-V02-11-page3.txt: [('sof', 'T')]
SUW19080407-V02-11-page4.txt: [('Leade', 'r')]
SUW19080414-V02-12-page4.txt: [('Mc', 'Kinney'), ('Co', 'operate')]
SUW19080421-V02-13-page2.txt: [('secre', 'tary'), ('re', 'establishment')]
SUW19080421-V02-13-page6.txt: [('Orlean', 's'), ('hav', 'ing')]
SUW19080421-V02-13-page7.txt: [('KIsc', 'o')]
SUW19080428-V02-14-page3.txt: [('ES', 'D')]
SUW19080505-V02-15-page2.txt: [('co', 'operate')]
SUW19080505-V02-15-page4.txt: [('INSTITU', 'TION')]
SUW19080505-V02-15-page5.txt: [('BR', 'o')]
SUW19080512-V02-16-page3.txt: [('Mc', 'Kinney'), ('GC', 'S')]
SUW19080512-V02-16-page4.txt: [('SPE', 'CIAL'), ('co', 'operation')]
SUW19080519-V02-17-page3.txt: [('Ma', 'S')]
SUW19080526-V02-18-page1.txt: [('atten', 'tion')]
SUW19080526-V02-18-page3.txt: [('BR', 'o')]
SUW19080602-V02-19-page2.txt: [('brou', 'ght')]
SUW19080609-V02-20-page3.txt: [('co', 'operate')]
SUW19080616-V02-21-page3.txt: [('CANV', 'ASSING'), ('BR', 'it')]
SUW19080616-V02-21-page4.txt: [('muc', 'h')]
SUW19080623-V02-22-page1.txt: [('SANI', 'TARIUM')]
SUW19080623-V02-22-page3.txt: [('fA', 'D'), ('co', 'operation'), ('Wm', 'K')]
SUW19080623-V02-22-page4.txt: [('th', 'e'), ('TEM', 'PERANCE'), ('co', 'operation')]
SUW19080630-V02-23-page1.txt: [('mo', 'e')]
SUW19080630-V02-23-page2.txt: [('ke', 'a')]
SUW19080630-V02-23-page3.txt: [('RE', 'PORT'), ('Co', 'CK')]
SUW19080714-V02-25-page2.txt: [('congre', 'gational')]
SUW19080714-V02-25-page3.txt: [('Wm', 'K')]
SUW19080721-V02-26-page2.txt: [('co', 'operation')]
SUW19080721-V02-26-page7.txt: [('bo', 'D'), ('CU', 'MBERLAND'), ('Ch', 's'), ('oo', 'F')]
SUW19080728-V02-27-page2.txt: [('unpleas', 'ant')]
SUW19080728-V02-27-page3.txt: [('ro', 'o'), ('po', 'D')]
SUW19080728-V02-27-page4.txt: [('co', 'operate')]
SUW19080804-V02-28-page7.txt: [('fel', 'low'), ('Wm', 'K')]
SUW19080811-V02-29-page4.txt: [('Acad', 'emy')]
SUW19080825-V02-31-page3.txt: [('ro', 'o'), ('Wm', 'K')]
SUW19080825-V02-31-page4.txt: [('EDUCA', 'TION')]
SUW19080901-V02-32-page2.txt: [('MC', 'KINNON')]
SUW19080901-V02-32-page3.txt: [('Wm', 'K')]
SUW19080901-V02-32-page4.txt: [('Mc', 'VAGH'), ('TENNES', 'SEE')]
SUW19080908-V02-33-page2.txt: [('foreig', 'n')]
SUW19080908-V02-33-page3.txt: [('Bri', 'CK'), ('Wm', 'K')]
SUW19080915-V02-34-page1.txt: [('co', 'operates')]
SUW19080915-V02-34-page3.txt: [('camp-', 'meeting')]
SUW19080915-V02-34-page5.txt: [('co', 'operation')]
SUW19080915-V02-34-page7.txt: [('Wm', 'K')]
SUW19080915-V02-34-page8.txt: [('th', 'A'), ('co', 'operation'), ('ev', 'en')]
SUW19080922-V02-35-page1.txt: [('co', 'operation')]
SUW19080922-V02-35-page3.txt: [('Wm', 'K')]
SUW19080922-V02-35-page4.txt: [('th', 'a'), ('somethin', 'g'), ('co', 'operation'), ('McKIN', 'NON')]
SUW19080929-V02-36-page1.txt: [('liqui', 'date'), ('co', 'operation')]
SUW19080929-V02-36-page3.txt: [('Wm', 'K')]
SUW19081006-V02-37-page5.txt: [('co', 'operate')]
SUW19081006-V02-37-page7.txt: [('Wm', 'K')]
SUW19081020-V02-39-page3.txt: [('fA', 'D')]
SUW19081020-V02-39-page4.txt: [('estab', 'lishing')]
SUW19081027-V02-40-page4.txt: [('th', 'e'), ('Soo', 'T'), ('ma', 'y')]
SUW19081110-V02-42-page2.txt: [('co', 'operation')]
SUW19081110-V02-42-page3.txt: [('Wm', 'K')]
SUW19081110-V02-42-page4.txt: [('MIS', 'SIONARY'), ('re', 'elected')]
SUW19081117-V02-43-page5.txt: [('co', 'operation'), ('CONVEN', 'TIONS')]
SUW19081117-V02-43-page7.txt: [('Wm', 'K')]
SUW19081117-V02-43-page8.txt: [('Medi', 'cal'), ('RE', 'PORT')]
SUW19081124-V02-44-page1.txt: [('co', 'operation')]
SUW19081124-V02-44-page2.txt: [('co', 'operation')]
SUW19081124-V02-44-page3.txt: [('NI', 'L'), ('co', 'operation'), ('BR', 'o')]
SUW19081124-V02-44-page4.txt: [('Mc', 'Vagh')]
SUW19081201-V02-45-page1.txt: [('RE', 'PORT')]
SUW19081208-V02-46-page1.txt: [('Mc', 'Intosh'), ('Grav', 'es')]
SUW19081208-V02-46-page2.txt: [('Mc', 'Dowell'), ('Repre', 'sentative')]
SUW19081208-V02-46-page3.txt: [('Avr', 'a'), ('MOUN', 'TAINS')]
SUW19081208-V02-46-page4.txt: [('INGATH', 'ERING'), ('Ja', 'to'), ('co', 'operation')]
SUW19081208-V02-46-page5.txt: [('ver', 'Y')]
SUW19081208-V02-46-page6.txt: [('OM', 'it')]
SUW19081208-V02-46-page7.txt: [('G.', '')]
SUW19081215-V02-47-page2.txt: [('co', 'operation')]
SUW19081215-V02-47-page4.txt: [('Mc', 'Kinney'), ('INSTI', 'TUTE')]
SUW19081222-V02-48-page1.txt: [('Sev', 'enth'), ('Reve', 'lation'), ('transla', 'tion'), ('Tennes', 'see'), ('diffi', 'culties')]
SUW19081222-V02-48-page2.txt: [('il', 'e'), ('chil', 'dren'), ('grudg', 'ingly'), ('har', 'mony'), ('ex', 'perience'), ('Contro', 'versy'), ('co', 'operate'), ('re', 'lating'), ('Revela', 'tion')]
SUW19081222-V02-48-page3.txt: [('cele', 'brated'), ('Co', 'n'), ('ren', 'dered'), ('Servan', 'ts'), ('exer', 'cises'), ('breth', 'ren'), ('un', 'derstanding')]
SUW19081222-V02-48-page4.txt: [('io', 'n'), ('Spaul', 'ding'), ('chil', 'dren'), ('es', 'pecially'), ('ex', 'ceeds'), ('se', 'ries'), ('ev', 'erywhere'), ('Vicks', 'burg'), ('Hender', 'son'), ('Freder', 'ick')]
SUW19081229-V02-49-page1.txt: [('peo', 'ple'), ('repre', 'sentatives'), ('ex', 'amine'), ('busi', 'ness'), ('solic', 'ited'), ('Relig', 'ious'), ('prac', 'tices'), ('re', 'ceiving'), ('wel', 'fare')]
SUW19081229-V02-49-page2.txt: [('misunder', 'standing'), ('Kissim', 'mee'), ('Breth', 'ren'), ('pre', 'pare'), ('phy', 'sicians'), ('re', 'consecrated'), ('ac', 'tivities'), ('breth', 'ren')]
SUW19081229-V02-49-page3.txt: [('tes', 'timony'), ('resur', 'rection'), ('delibera', 'tions'), ('spe', 'cial'), ('Revela', 'tion'), ('mo', 'n'), ('Wm', 'K')]
SUW19081229-V02-49-page4.txt: [('regu', 'lar'), ('il', 'l'), ('Mis', 'sionary'), ('quar', 'terly'), ('ex', 'perience'), ('busi', 'ness'), ('circula', 'tion'), ('Reynol', 'ds'), ('re', 'read'), ('Revela', 'tion'), ('particu', 'lars'), ('tru', 'e'), ('op', 'portunity'), ('conse', 'crate')]
SUW19090105-V03-01-page1.txt: [('corre', 'sponding')]
SUW19090105-V03-01-page2.txt: [('Gr', 'e'), ('chil', 'dren'), ('pre', 'meditated'), ('uncon', 'sciously'), ('expedi', 'ent'), ('re', 'sulted'), ('puz', 'zle'), ('shak', 'ing'), ('op', 'portunities')]
SUW19090105-V03-01-page3.txt: [('impor', 'tance'), ('regu', 'larity'), ('encour', 'agement'), ('Al', 'abama'), ('promis', 'ing'), ('knowl', 'edge')]
SUW19090105-V03-01-page4.txt: [('vis', 'ited'), ('Sev', 'eral'), ('Bi', 'ble'), ('denomi', 'national'), ('cour', 'age'), ('Ca', 'n')]
SUW19090112-V03-02-page1.txt: [('restor', 'ing'), ('Ch', 'in'), ('mis', 'sions'), ('Ou', 'r'), ('ex', 'posure'), ('lega', 'tion')]
SUW19090112-V03-02-page2.txt: [('oth', 'ers'), ('Contro', 'versy'), ('pre', 'cious'), ('ac', 'count'), ('Br', 'a'), ('ob', 'servance'), ('op', 'portunity')]
SUW19090112-V03-02-page3.txt: [('cour', 'age'), ('giv', 'ing')]
SUW19090112-V03-02-page4.txt: [('ap', 'pear'), ('Decem', 'ber'), ('presi', 'dent'), ('CO', 'OPERATIVE'), ('ex', 'cellent'), ('co', 'operation'), ('Ca', 'n'), ('secre', 'tary')]
SUW19090119-V03-03-page1.txt: [('denomina', 'tional'), ('Ja', 'n'), ('sor', 'row'), ('re', 'corded'), ('ef', 'fort'), ('impossi', 'bilities')]
SUW19090119-V03-03-page2.txt: [('devo', 'tion'), ('co', 'operate'), ('re', 'ceived'), ('Jes', 'sie')]
SUW19090119-V03-03-page3.txt: [('insti', 'tutes'), ('informa', 'tion'), ('Co', 'l'), ('confirma', 'tion'), ('co', 'operate'), ('princi', 'ples'), ('cer', 'tificate')]
SUW19090119-V03-03-page4.txt: [('io', 'n'), ('suc', 'cess'), ('Ga', 'l'), ('accom', 'panied'), ('pre', 'ceding'), ('prac', 'tically'), ('foun', 'dation'), ('Ca', 'n'), ('re', 'moved')]
SUW19090126-V03-04-page1.txt: [('io', 'n'), ('sepa', 'rate'), ('valu', 'able'), ('peo', 'ple'), ('Co', 'n'), ('sanita', 'rium'), ('publi', 'cation')]
SUW19090126-V03-04-page2.txt: [('Mc', 'Kinnon'), ('insti', 'tutes'), ('relig', 'ious'), ('fre', 'quently'), ('pre', 'sents'), ('Re', 'ligious'), ('Ca', 'r'), ('re', 'gard'), ('occa', 'sion'), ('contro', 'versy'), ('pledg', 'ing')]
SUW19090126-V03-04-page3.txt: [('io', 'n'), ('endeav', 'oring'), ('Ob', 'serve'), ('contin', 'ually'), ('br', 'is'), ('Pre', 'sent')]
SUW19090126-V03-04-page4.txt: [('th', 'o'), ('coun', 'try'), ('bo', 'oks'), ('Ca', 'n'), ('re', 'entered')]
SUW19090202-V03-05-page1.txt: [('chim', 'neys'), ('serv', 'ants'), ('secre', 'tary'), ('re', 'entered'), ('Bulle', 'tins')]
SUW19090202-V03-05-page2.txt: [('peo', 'ple'), ('encourag', 'ing'), ('advan', 'tageous'), ('mis', 'sionaries'), ('Ac', 'cordingly'), ('corre', 'spondence'), ('ac', 'commodation')]
SUW19090202-V03-05-page3.txt: [('aggre', 'gate'), ('Repor', 't'), ('ex', 'pensive'), ('re', 'ceived'), ('proph', 'ecy')]
SUW19090202-V03-05-page4.txt: [('inser', 'tion'), ('newspa', 'pers'), ('educa', 'tion'), ('li', 'braries'), ('denomi', 'national'), ('ex', 'cuse'), ('co', 'operate'), ('Ca', 'n')]
SUW19090209-V03-06-page1.txt: [('encour', 'aged'), ('ex', 'amine'), ('instruc', 'tion'), ('ev', 'ery'), ('ef', 'fort'), ('ani', 'mals')]
SUW19090209-V03-06-page2.txt: [('peo', 'ple'), ('enthu', 'siasm'), ('al', 'ready'), ('ex', 'presses'), ('Sa', 'x'), ('hav', 'ing'), ('re', 'sults'), ('remem', 'ber'), ('cer', 'tainly'), ('boun', 'tiful'), ('includ', 'ing')]
SUW19090209-V03-06-page3.txt: [('Co', 'n'), ('ex', 'pressed')]
SUW19090209-V03-06-page4.txt: [('inser', 'tion'), ('offi', 'cers'), ('Pr', 'o'), ('ses', 'sion'), ('har', 'mony'), ('Keat', 'e'), ('Tuberculo', 'sis'), ('rav', 'ages'), ('re', 'acts'), ('op', 'portune'), ('Deu', 'sen')]
SUW19090216-V03-07-page1.txt: [('Ze', 'n'), ('ap', 'pearance'), ('noth', 'ing'), ('mak', 'ing'), ('tal', 'ent'), ('repre', 'sentatives'), ('ex', 'ercised'), ('re', 'quirements')]
SUW19090216-V03-07-page2.txt: [('ap', 'propriated'), ('peo', 'ple'), ('insti', 'tute'), ('Ga', 'n'), ('ex', 'penses'), ('Th', 'e'), ('provi', 'dence'), ('Ri', 'v'), ('ren', 'dered'), ('re', 'porting')]
SUW19090216-V03-07-page3.txt: [('pa', 'pers'), ('busi', 'ness'), ('Sabba', 'th')]
SUW19090216-V03-07-page4.txt: [('inser', 'tion'), ('quan', 'tities'), ('prin', 'ciples'), ('volun', 'teer'), ('insti', 'tute'), ('disap', 'pointed'), ('posi', 'tion'), ('qual', 'ity'), ('distri', 'bution'), ('estab', 'lished')]
SUW19090223-V03-08-page1.txt: [('edu', 'cating'), ('ful', 'filled'), ('har', 'mony'), ('co', 'operate'), ('re', 'quires'), ('ac', 'tions')]
SUW19090223-V03-08-page2.txt: [('atten', 'tion'), ('Mc', 'Vagh'), ('il', 'l'), ('al', 'lowed'), ('Ja', 'cobs'), ('co', 'operate')]
SUW19090223-V03-08-page3.txt: [('physi', 'cian'), ('accomp', 'lishing'), ('pa', 'tients'), ('Ja', 'n'), ('ev', 'ery'), ('exer', 'cises'), ('ac', 'tivity'), ('breth', 'ren'), ('Na', 'tional'), ('conse', 'crated')]
SUW19090223-V03-08-page4.txt: [('inser', 'tion'), ('quan', 'tities'), ('il', 'lustrated'), ('coun', 'try'), ('mak', 'ing'), ('volun', 'teer'), ('peo', 'ple'), ('Thos', 'E'), ('ex', 'tracts'), ('legis', 'lation'), ('qual', 'ity'), ('conspicu', 'ous'), ('re', 'ligion'), ('distri', 'bution')]
SUW19090302-V03-09-page1.txt: [('testi', 'mony'), ('chil', 'dren'), ('em', 'ber'), ('Bi', 'ble'), ('reso', 'lutions')]
SUW19090302-V03-09-page2.txt: [('vis', 'ited'), ('oth', 'ers'), ('penin', 'sula'), ('ex', 'perience'), ('obedi', 'ent'), ('fo', 'r'), ('na', 'tions'), ('ef', 'forts'), ('un', 'derstanding'), ('Na', 'tion')]
SUW19090302-V03-09-page3.txt: [('tw', 'elve'), ('experi', 'ences'), ('th', 'in'), ('re', 'sponded'), ('Medi', 'terranean'), ('Revela', 'tion'), ('mo', 'n')]
SUW19090302-V03-09-page4.txt: [('ap', 'plication'), ('mak', 'ing'), ('Associa', 'tion'), ('Un', 'written'), ('edi', 'torial')]
SUW19090309-V03-10-page1.txt: [('atten', 'tion'), ('authori', 'ties'), ('recog', 'nized'), ('firma', 'ment'), ('Th', 'e'), ('re', 'ceive'), ('ob', 'servance'), ('un', 'der')]
SUW19090309-V03-10-page2.txt: [('prin', 'ciple'), ('insti', 'tute'), ('imi', 'tate'), ('cour', 'age'), ('Vicks', 'burg'), ('re', 'joices'), ('ob', 'long'), ('MOR', 'LAND')]
SUW19090309-V03-10-page3.txt: [('suc', 'cess'), ('engag', 'ing'), ('mischiev', 'ous'), ('Reynol', 'ds'), ('mo', 'n')]
SUW19090309-V03-10-page4.txt: [('inser', 'tion'), ('Gos', 'pel'), ('re', 'quests')]
SUW19090316-V03-11-page1.txt: [('founda', 'tion'), ('ap', 'proaching'), ('repre', 'sents'), ('mis', 'sion'), ('Si', 'S')]
SUW19090316-V03-11-page2.txt: [('conver', 'sation'), ('institu', 'tion'), ('ex', 'pect'), ('enj', 'oyed'), ('op', 'portunity')]
SUW19090316-V03-11-page3.txt: [('admoni', 'tion'), ('Dar', 't'), ('testi', 'mony'), ('chil', 'dren'), ('co', 'operation'), ('Spir', 'e'), ('mo', 'n'), ('sev', 'eral'), ('BR', 'iS')]
SUW19090316-V03-11-page4.txt: [('inser', 'tion'), ('bounti', 'ful'), ('organiza', 'tions'), ('testi', 'mony'), ('conven', 'tion'), ('Mis', 'sion'), ('har', 'mony'), ('Conserva', 'tion'), ('situa', 'tion'), ('consid', 'eration'), ('re', 'mittance'), ('quanti', 'ties'), ('Criti', 'cism'), ('Presi', 'dent')]
SUW19090323-V03-12-page1.txt: [('founda', 'tions'), ('es', 'tablishing'), ('asso', 'ciations'), ('prac', 'tises'), ('re', 'sults'), ('mo', 'ment')]
SUW19090323-V03-12-page2.txt: [('om', 'nipotence'), ('ex', 'pect'), ('inspira', 'tion'), ('re', 'ceived'), ('ac', 'complish'), ('princi', 'palities'), ('estab', 'lished'), ('op', 'portunity')]
SUW19090323-V03-12-page3.txt: [('bi', 'weekly'), ('Bir', 'mingham'), ('SI', 'S'), ('pre', 'vent'), ('co', 'operate'), ('festivi', 'ties'), ('Unpub', 'lished')]
SUW19090323-V03-12-page4.txt: [('inser', 'tion'), ('volun', 'teer'), ('chil', 'dren'), ('Bi', 'ble'), ('tem', 'perance'), ('re', 'turns'), ('refor', 'mation')]
SUW19090330-V03-13-page1.txt: [('spe', 'cial'), ('br', 'others'), ('pre', 'cious')]
SUW19090330-V03-13-page2.txt: [('ap', 'plication'), ('Mis', 'sissippi'), ('credu', 'lity'), ('INSTI', 'TUTE'), ('har', 'vest'), ('ne', 'cessity'), ('ev', 'ery'), ('re', 'ceived'), ('stim', 'ulate')]
SUW19090330-V03-13-page3.txt: [('ap', 'propriate'), ('ses', 'sion'), ('Mis', 'sissippi'), ('encour', 'aged'), ('Sa', 'viour'), ('sanita', 'rium'), ('devel', 'opment'), ('re', 'cently'), ('fif', 'teen')]
SUW19090330-V03-13-page4.txt: [('inser', 'tion'), ('Su', 'It'), ('atten', 'tion'), ('ral', 'lies'), ('ex', 'ample'), ('se', 'curing'), ('tem', 'perance'), ('secur', 'ing'), ('Na', 'tional')]
SUW19090406-V03-14-page1.txt: [('conver', 'sion'), ('unan', 'swered'), ('serv', 'ice'), ('co', 'operate'), ('Re', 'ligion')]
SUW19090406-V03-14-page2.txt: [('founda', 'tion'), ('testi', 'mony'), ('se', 'cure'), ('Elij', 'ah'), ('experi', 'ences'), ('re', 'mained'), ('harmoni', 'ously'), ('urg', 'ing')]
SUW19090406-V03-14-page3.txt: [('th', 'e'), ('hu', 'manity'), ('li', 'Q'), ('dedi', 'cated')]
SUW19090406-V03-14-page4.txt: [('inser', 'tion'), ('peo', 'ple'), ('Na', 'ture')]
SUW19090413-V03-15-page1.txt: [('th', 'e'), ('shar', 'ing'), ('edu', 'cation'), ('chil', 'dren'), ('increas', 'ing'), ('facul', 'ties'), ('ev', 'ery'), ('devel', 'oped')]
SUW19090413-V03-15-page2.txt: [('af', 'fection'), ('mis', 'sionary'), ('pa', 'per'), ('Si', 'S'), ('Sa', 'x'), ('Br', 'o'), ('diffi', 'culties')]
SUW19090413-V03-15-page4.txt: [('inser', 'tion'), ('lodg', 'ing'), ('Mc', 'Kinney'), ('Tay', 'lor'), ('prac', 'tical'), ('proposi', 'tions')]
SUW19090420-V03-16-page1.txt: [('ap', 'petites'), ('PRINCI', 'PLES'), ('hav', 'ing'), ('re', 'form')]
SUW19090420-V03-16-page2.txt: [('ment', 'he'), ('prepar', 'ing'), ('appre', 'ciate'), ('consid', 'erable'), ('re', 'in'), ('un', 'awares')]
SUW19090420-V03-16-page3.txt: [('ap', 'preciation'), ('peo', 'ple'), ('informa', 'tion'), ('fi', 'E'), ('re', 'fined'), ('ac', 'cording')]
SUW19090420-V03-16-page4.txt: [('inser', 'tion'), ('Mc', 'Kinney'), ('Vir', 'ginia'), ('ses', 'sion'), ('serv', 'ants'), ('ac', 'cident'), ('proposi', 'tions')]
SUW19090427-V03-17-page1.txt: [('fos', 'tered'), ('prin', 'ciples'), ('chil', 'dren'), ('ex', 'ample'), ('PRINCI', 'PLES'), ('Sa', 'viour'), ('tem', 'perance'), ('ac', 'cusers'), ('appe', 'tites'), ('transgres', 'sor')]
SUW19090427-V03-17-page2.txt: [('pri', 'mary'), ('determina', 'tion'), ('ex', 'isted'), ('fel', 'lowship'), ('dissen', 'sion'), ('unrelent', 'ing'), ('ev', 'A'), ('Ver', 'sailles'), ('sev', 'eral'), ('un', 'changed'), ('diffi', 'culties')]
SUW19090427-V03-17-page3.txt: [('oppor', 'tunities'), ('Co', 'n'), ('fre', 'quently'), ('re', 'porter'), ('neces', 'sary')]
SUW19090427-V03-17-page4.txt: [('inser', 'tion'), ('communica', 'tion'), ('peo', 'ple'), ('re', 'ceived')]
SUW19090504-V03-18-page1.txt: [('determina', 'tion'), ('acknowledg', 'ment'), ('Jeru', 'salem'), ('Ca', 'l'), ('re', 'spond'), ('ac', 'knowledging'), ('influ', 'ences')]
SUW19090504-V03-18-page2.txt: [('Sanita', 'rium'), ('experi', 'ence'), ('oc', 'casion'), ('re', 'member'), ('Revela', 'tion'), ('influ', 'ence')]
SUW19090504-V03-18-page3.txt: [('distin', 'guish'), ('noth', 'ing'), ('suc', 'ceed'), ('Co', 'n'), ('serv', 'ants'), ('busi', 'ness'), ('re', 'quired'), ('un', 'complaining')]
SUW19090504-V03-18-page4.txt: [('inser', 'tion'), ('ap', 'pear'), ('ses', 'sion'), ('Tem', 'perance'), ('pa', 'per'), ('ex', 'cellent')]
SUW19090511-V03-19-page1.txt: [('resur', 'rection'), ('chil', 'dren'), ('blos', 'soming')]
SUW19090511-V03-19-page2.txt: [('th', 'e'), ('sepa', 'rated'), ('pa', 'tients'), ('ex', 'penses'), ('Ol', 'ives')]
SUW19090511-V03-19-page3.txt: [('ex', 'pressed'), ('inspi', 'ration'), ('cer', 'tainly')]
SUW19090511-V03-19-page4.txt: [('inser', 'tion'), ('suc', 'ceeded'), ('oth', 'ers'), ('Mis', 'sion'), ('privi', 'lege'), ('Associa', 'tion'), ('Si', 'A'), ('ex', 'cepted'), ('Re', 'ligious'), ('hav', 'ing'), ('sug', 'gesting'), ('Chatta', 'nooga'), ('re', 'ferring'), ('arriv', 'ing')]
SUW19090518-V03-20-page1.txt: [('th', 'y'), ('determ', 'ining'), ('Unbe', 'lief'), ('Elij', 'ah')]
SUW19090518-V03-20-page2.txt: [('Har', 'rison'), ('elabo', 'rate'), ('Ol', 'ives'), ('busi', 'ness'), ('re', 'ports'), ('breth', 'ren')]
SUW19090518-V03-20-page3.txt: [('Co', 'n'), ('Em', 'ily'), ('mis', 'sion')]
SUW19090518-V03-20-page4.txt: [('inser', 'tion'), ('Publica', 'tions'), ('maga', 'zine'), ('imita', 'tion'), ('Da', 'kota'), ('Bi', 'ble'), ('Associa', 'tion'), ('MIS', 'SIONARY'), ('ex', 'pense'), ('se', 'lected'), ('Th', 'e'), ('Re', 'ligious'), ('sug', 'gesting')]
SUW19090525-V03-21-page1.txt: [('foun', 'dations'), ('ev', 'ery'), ('Abra', 'ham')]
SUW19090525-V03-21-page2.txt: [('loveli', 'ness'), ('th', 'in'), ('ap', 'plications'), ('peo', 'ple'), ('insti', 'tutions'), ('pa', "tient's"), ('ex', 'pressed'), ('reso', 'lutions'), ('legis', 'lation'), ('experi', 'ence'), ('contem', 'plates'), ('re', 'ceive'), ('assump', 'tions'), ('connec', 'tion')]
SUW19090525-V03-21-page3.txt: [('Mc', 'Kinney'), ('ex', 'perience'), ('Un', 'der'), ('al', 'ready'), ('re', 'cently')]
SUW19090525-V03-21-page4.txt: [('inser', 'tion'), ('oppor', 'tunity'), ('TA', 'x'), ('Associa', 'tion'), ('se', 'lected'), ('tem', 'perate'), ('Re', 'ligious'), ('sug', 'gesting'), ('presenta', 'tion')]
SUW19090601-V03-22-page1.txt: [('cus', 'toms'), ('tem', 'perance'), ('re', 'sponsibilities'), ('Sani', 'tarium')]
SUW19090601-V03-22-page2.txt: [('deplor', 'able'), ('fa', 'vored'), ('sched', 'uled'), ('re', 'viewed')]
SUW19090601-V03-22-page3.txt: [('inas', 'much')]
SUW19090601-V03-22-page4.txt: [('sh', 'e'), ('expe', 'riences'), ('es', 'tablished'), ('Sanita', 'rium'), ('Sa', "viour's"), ('va', 'rious'), ('re', 'ceive')]
SUW19090608-V03-23-page1.txt: [('al', 'low'), ('co', 'operating'), ('respon', 'sibility'), ('mo', 'tives')]
SUW19090608-V03-23-page2.txt: [('sor', 'row'), ('dispo', 'sition'), ('mo', 'n'), ('cer', 'tain'), ('diffi', 'culties')]
SUW19090608-V03-23-page3.txt: [('testi', 'mony'), ('Notwith', 'standing'), ('congre', 'gations'), ('cour', 'age'), ('ex', 'perience'), ('incor', 'ruptible'), ('Fr', 'a'), ('mo', 'n'), ('sancti', 'fying')]
SUW19090608-V03-23-page4.txt: [('ap', 'peared'), ('chil', 'dren'), ('em', 'ploying'), ('Associa', 'tion'), ('Sanita', 'rium'), ('Re', 'ligious'), ('sug', 'gesting'), ('senti', 'ment'), ('rela', 'tives'), ('manu', 'facturers')]
SUW19090615-V03-24-page2.txt: [('CROT', 'HERS'), ('PENSA', 'COLA')]
SUW19090622-V03-25-page2.txt: [('staffe', 'd'), ('onl', 'y')]
SUW19090622-V03-25-page3.txt: [('ro', 'o')]
SUW19090622-V03-25-page4.txt: [('Bi', 'bles')]
SUW19090629-V03-26-page1.txt: [('co', 'operation')]
SUW19090629-V03-26-page3.txt: [('SI', 'MKIN'), ('BR', 'o')]
SUW19090706-V03-27-page3.txt: [('ro', 'M'), ('co', 'operation'), ('BR', 'o')]
SUW19090706-V03-27-page4.txt: [('Li', 'e')]
SUW19090713-V03-28-page2.txt: [('Spe', 'cial')]
SUW19090713-V03-28-page4.txt: [('ro', 'c'), ('Wednesda', 'y')]
SUW19090720-V03-29-page2.txt: [('re', 'enlist')]
SUW19090720-V03-29-page3.txt: [('ES', 'D'), ('BR', 'o')]
SUW19090727-V03-30-page1.txt: [('condi', 'tions'), ('re', 'presentatives')]
SUW19090727-V03-30-page2.txt: [('tw', 'o'), ('oc', 'casiOns')]
SUW19090727-V03-30-page3.txt: [('th', 'or'), ('sp', 'R'), ('BR', 'o')]
SUW19090727-V03-30-page4.txt: [('co', 'operation')]
SUW19090803-V03-31-page1.txt: [('M.', '')]
SUW19090803-V03-31-page4.txt: [('co', 'operation'), ('hav', 'e')]
SUW19090810-V03-32-page2.txt: [('RE', 'PORT')]
SUW19090810-V03-32-page3.txt: [('re', 'reading'), ('BR', 'o')]
SUW19090817-V03-33-page1.txt: [('infor', 'med')]
SUW19090817-V03-33-page2.txt: [('re', 'elected')]
SUW19090817-V03-33-page3.txt: [('co', 'operate')]
SUW19090817-V03-33-page4.txt: [('Sabba', 'th')]
SUW19090831-V03-34-page3.txt: [('RE', 'PORT')]
SUW19090831-V03-34-page4.txt: [('th', 'in')]
SUW19090907-V03-35-page2.txt: [('NASHV', 'ILLE')]
SUW19090907-V03-35-page3.txt: [('co', 'operation')]
SUW19090907-V03-35-page4.txt: [('th', 'in')]
SUW19090914-V03-36-page2.txt: [('VOLUN', 'TEER')]
SUW19090914-V03-36-page3.txt: [('VOLUN', 'TEER')]
SUW19090914-V03-36-page4.txt: [('th', 'in'), ('RE', 'PORT')]
SUW19090921-V03-37-page5.txt: [('re', 'creation')]
SUW19091005-V03-39-page3.txt: [('BR', 'o')]
SUW19091005-V03-39-page4.txt: [('co', 'operation')]
SUW19091012-V03-40-page2.txt: [('throug', 'h')]
SUW19091012-V03-40-page3.txt: [('poin', 't'), ('fA', 'M')]
SUW19091019-V03-41-page2.txt: [('desi', 're'), ('co', 'operation')]
SUW19091019-V03-41-page3.txt: [('Bri', 'o')]
SUW19091026-V03-42-page3.txt: [('FL', 'o')]
SUW19091026-V03-42-page4.txt: [('UN', 'ION')]
SUW19091102-V03-43-page3.txt: [('BR', 'o')]
SUW19091102-V03-43-page4.txt: [('reser', 'vation')]
SUW19091109-V03-44-page4.txt: [('rE', 'E')]
SUW19091116-V03-45-page4.txt: [('fo', 'r'), ('ac', 'corded')]
SUW19091123-V03-46-page2.txt: [('MIS', 'SIONARY'), ('si', 'x')]
SUW19091123-V03-46-page3.txt: [('rE', 'E')]
SUW19091207-V03-48-page3.txt: [('EMI', 'R')]
SUW19091207-V03-48-page4.txt: [('Co', 'BS')]
SUW19091214-V03-49-page1.txt: [('co', 'operate'), ('re', 'introduced')]
SUW19091214-V03-49-page2.txt: [('co', 'operative'), ('CONVEN', 'TION')]
SUW19091221-V03-50-page4.txt: [('Sev', 'enth')]
SUW19091228-V03-51-page3.txt: [('co', 'ntest'), ('BR', 'o')]
SUW19100104-V04-01-page2.txt: [('sho', 'uld'), ('ex', 'pected')]
SUW19100104-V04-01-page3.txt: [('fea', 'ture')]
SUW19100104-V04-01-page4.txt: [('Stre', 'et')]
SUW19100111-V04-02-page1.txt: [('stunn', 'er')]
SUW19100111-V04-02-page2.txt: [('Chil', 'dren')]
SUW19100111-V04-02-page3.txt: [('ro', 'o'), ('MO', 'o')]
SUW19100111-V04-02-page4.txt: [('obser', 'vance')]
SUW19100118-V04-03-page2.txt: [('RE', 'PORT')]
SUW19100125-V04-04-page11.txt: [('co', 'operation'), ('re', 'establishment')]
SUW19100125-V04-04-page4.txt: [('th', 'at'), ('Mc', 'Vagh'), ('ex', 'alted')]
SUW19100125-V04-04-page5.txt: [('Mc', 'Vagh')]
SUW19100125-V04-04-page6.txt: [('co', 'operate')]
SUW19100125-V04-04-page9.txt: [('oth', 'ers')]
SUW19100203-V04-05-page2.txt: [('secretari', 'es'), ('co', 'operation'), ('re', 'establishment')]
SUW19100203-V04-05-page3.txt: [('co', 'operate')]
SUW19100203-V04-05-page4.txt: [('discoun', 'ts')]
SUW19100203-V04-05-page6.txt: [('considera', 'tion')]
SUW19100203-V04-05-page7.txt: [('se', 'lecting'), ('co', 'operate')]
SUW19100203-V04-05-page8.txt: [('co', 'operation')]
SUW19100210-V04-06-page3.txt: [('bien', 'nial')]
SUW19100210-V04-06-page4.txt: [('ro', 'c')]
SUW19100210-V04-06-page5.txt: [('RE', 'PORT')]
SUW19100210-V04-06-page6.txt: [('es', 'tablished')]
SUW19100210-V04-06-page7.txt: [('co', 'operate')]
SUW19100210-V04-06-page8.txt: [('fi', 've')]
SUW19100217-V04-07-page2.txt: [('mis', 'sionary'), ('Sa', 'nitarium'), ('co', 'operation')]
SUW19100217-V04-07-page3.txt: [('co', 'operation')]
SUW19100217-V04-07-page5.txt: [('co', 'laborers')]
SUW19100217-V04-07-page7.txt: [('Mc', 'Vagh')]
SUW19100224-V04-08-page3.txt: [('Pa', 'H')]
SUW19100317-V04-11-page4.txt: [('th', 'at')]
SUW19100324-V04-12-page3.txt: [('SOCI', 'ETY')]
SUW19100324-V04-12-page4.txt: [('th', 'in')]
SUW19100331-V04-13-page3.txt: [('PP', 'F')]
SUW19100414-V04-15-page3.txt: [('pp', 'F'), ('PP', 'F')]
SUW19100421-V04-16-page1.txt: [('LI', 'E')]
SUW19100421-V04-16-page3.txt: [('PP', 'F')]
SUW19100428-V04-17-page3.txt: [('PP', 'F')]
SUW19100505-V04-18-page1.txt: [('co', 'operation')]
SUW19100505-V04-18-page2.txt: [('pledg', 'e')]
SUW19100505-V04-18-page3.txt: [('PP', 'F')]
SUW19100505-V04-18-page4.txt: [('pertainin', 'g')]
SUW19100512-V04-19-page2.txt: [('th', 'at')]
SUW19100512-V04-19-page3.txt: [('PP', 'F')]
SUW19100519-V04-20-page6.txt: [('SANI', 'TARIUM'), ('co', 'operation')]
SUW19100519-V04-20-page7.txt: [('BrI', 'o'), ('PP', 'F')]
SUW19100519-V04-20-page8.txt: [('th', 'at')]
SUW19100526-V04-21-page7.txt: [('ro', 'o')]
SUW19100602-V04-22-page2.txt: [('ple', 'asing')]
SUW19100602-V04-22-page8.txt: [('M.', '')]
SUW19100609-V04-23-page6.txt: [('mea', 'ns'), ('re', 'entered')]
SUW19100609-V04-23-page7.txt: [('Bri', 'o'), ('PP', 'F'), ('MI', 'C'), ('oo', 'H')]
SUW19100609-V04-23-page8.txt: [('celebra', 'tion')]
SUW19100616-V04-24-page2.txt: [('co', 'operate')]
SUW19100616-V04-24-page6.txt: [('Pa', 'u')]
SUW19100616-V04-24-page7.txt: [('ID', 'o'), ('co', 'o')]
SUW19100623-V04-25-page4.txt: [('pla', 'ce'), ('unde', 'r')]
SUW19100623-V04-25-page7.txt: [('Pp', 'r'), ('arL', 'o'), ('PP', 'F'), ('oo', 'H')]
SUW19100630-V04-26-page2.txt: [('inte', 'rests'), ('hav', 'e')]
SUW19100630-V04-26-page6.txt: [('th', 'e'), ('meetin', 'gs')]
SUW19100630-V04-26-page7.txt: [('PP', 'F')]
SUW19100707-V04-27-page1.txt: [('Mc', 'Vagh')]
SUW19100707-V04-27-page7.txt: [('Br', 'o')]
SUW19100714-V04-28-page1.txt: [('MO', 'No')]
SUW19100714-V04-28-page5.txt: [('zo', 'o')]
SUW19100714-V04-28-page7.txt: [('Po', 'o')]
SUW19100721-V04-29-page2.txt: [('co', 'operate')]
SUW19100721-V04-29-page7.txt: [('PP', 'F')]
SUW19100721-V04-29-page8.txt: [('M.', '')]
SUW19100728-V04-30-page3.txt: [('M.', '')]
SUW19100728-V04-30-page4.txt: [('fa', 'mily')]
SUW19100728-V04-30-page7.txt: [('pP', 'F'), ('PP', 'F')]
SUW19100728-V04-30-page8.txt: [('unive', 'rse')]
SUW19100804-V04-31-page6.txt: [('co', 'operate')]
SUW19100811-V04-32-page2.txt: [('co', 'operation')]
SUW19100811-V04-32-page3.txt: [('ro', 'o')]
SUW19100811-V04-32-page6.txt: [('ro', 'Jo'), ('Wher', 'e')]
SUW19100811-V04-32-page7.txt: [('ro', 'o')]
SUW19100811-V04-32-page8.txt: [('re', 'elected')]
SUW19100818-V04-33-page3.txt: [('co', 'operate'), ('re', 'elected')]
SUW19100818-V04-33-page4.txt: [('ro', 'o')]
SUW19100818-V04-33-page6.txt: [('co', 'operated')]
SUW19100818-V04-33-page7.txt: [('Pp', 'r'), ('PP', 'F')]
SUW19100901-V04-34-page1.txt: [('al', 'lowed'), ('co', 'operate')]
SUW19100901-V04-34-page10.txt: [('co', 'operation')]
SUW19100901-V04-34-page11.txt: [('PP', 'F'), ('oo', 'H')]
SUW19100901-V04-34-page12.txt: [('covere', 'd')]
SUW19100901-V04-34-page4.txt: [('messag', 'e')]
SUW19100901-V04-34-page6.txt: [('co', 'workers')]
SUW19100901-V04-34-page9.txt: [('wa', 's'), ('se', 'ise')]
SUW19100908-V04-35-page1.txt: [('co', 'operation')]
SUW19100908-V04-35-page6.txt: [('Georg', 'e'), ('co', 'operation')]
SUW19100915-V04-36-page3.txt: [('co', 'workers')]
SUW19100915-V04-36-page4.txt: [('Mc', 'Vagh')]
SUW19100915-V04-36-page5.txt: [('co', 'operate')]
SUW19100922-V04-37-page2.txt: [('re', 'elect')]
SUW19100922-V04-37-page3.txt: [('ro', 'W')]
SUW19100922-V04-37-page4.txt: [('co', 'operation')]
SUW19100922-V04-37-page5.txt: [('re', 'elected')]
SUW19100922-V04-37-page6.txt: [('fu', 'nd'), ('re', 'elected')]
SUW19100929-V04-38-page1.txt: [('co', 'operation')]
SUW19100929-V04-38-page6.txt: [('ro', 't'), ('wor', 'k'), ('shal', 'low')]
SUW19100929-V04-38-page7.txt: [('ro', 'o'), ('Maga', 'zine')]
SUW19101006-V04-39-page2.txt: [('co', 'operation'), ('dragg', 'ing')]
SUW19101006-V04-39-page4.txt: [('co', 'operation'), ('re', 'elected')]
SUW19101006-V04-39-page5.txt: [('co', 'operation')]
SUW19101006-V04-39-page6.txt: [('Haz', 'e')]
SUW19101006-V04-39-page7.txt: [('pp', 'F'), ('PP', 'F'), ('oo', 'H')]
SUW19101013-V04-40-page7.txt: [('CO', 'If')]
SUW19101020-V04-41-page2.txt: [('co', 'operate')]
SUW19101020-V04-41-page4.txt: [('addres', 's')]
SUW19101020-V04-41-page5.txt: [('Perhap', 's')]
SUW19101027-V04-42-page3.txt: [('Al', 'one'), ('ti', 'e')]
SUW19101027-V04-42-page4.txt: [('warie', 'R')]
SUW19101027-V04-42-page5.txt: [('co', 'operation')]
SUW19101103-V04-43-page6.txt: [('co', 'operation')]
SUW19101103-V04-43-page8.txt: [('JOH', 'N')]
SUW19101110-V04-44-page7.txt: [('Br', 'o')]
SUW19101110-V04-44-page8.txt: [('re', 'opened')]
SUW19101117-V04-45-page2.txt: [('Co', 'workers')]
SUW19101117-V04-45-page5.txt: [('Nebu', 'chadnezzar')]
SUW19101124-V04-46-page7.txt: [('Br', 'o'), ('te', 'a')]
SUW19101208-V04-48-page1.txt: [('thr', 'ee')]
SUW19101208-V04-48-page2.txt: [('CO', 'WORKERS')]
SUW19101208-V04-48-page7.txt: [('Br', 'R')]
SUW19101215-V04-49-page2.txt: [('th', 'in')]
SUW19101215-V04-49-page5.txt: [('Mc', 'Lennan'), ('NOVEMB', 'ER')]
SUW19101215-V04-49-page7.txt: [('sr', 'I')]
SUW19101222-V04-50-page5.txt: [('RE', 'CEIVED')]
SUW19101222-V04-50-page7.txt: [('sr', 'I')]
SUW19101222-V04-50-page8.txt: [('ASSOCIA', 'TION')]
SUW19101229-V04-51-page5.txt: [('ACAD', 'EMY')]
SUW19101229-V04-51-page6.txt: [('lor', 'a')]
SUW19101229-V04-51-page8.txt: [('educati', 'ng'), ('Ex', 'change'), ('ASSOCIA', 'TION')]
SUW19110105-V05-01-page2.txt: [('co', 'operation')]
SUW19110105-V05-01-page8.txt: [('UN', 'ION'), ('ASSOCIA', 'TION')]
SUW19110112-V05-02-page7.txt: [('zo', 'o')]
SUW19110119-V05-03-page1.txt: [('Fr', 'is')]
SUW19110119-V05-03-page5.txt: [('th', 'ought')]
SUW19110126-V05-04-page1.txt: [('dif', 'ferent')]
SUW19110126-V05-04-page4.txt: [('th', 'is')]
SUW19110126-V05-04-page5.txt: [('re', 'ferring')]
SUW19110126-V05-04-page7.txt: [('ro', 'o'), ('sr', 'I')]
SUW19110202-V05-05-page4.txt: [('co', 'operation')]
SUW19110202-V05-05-page5.txt: [('co', 'operate')]
SUW19110216-V05-07-page7.txt: [('Br', 'o')]
SUW19110223-V05-08-page1.txt: [('CO', 'OPERATION'), ('co', 'operation')]
SUW19110223-V05-08-page5.txt: [('th', 'at')]
SUW19110223-V05-08-page8.txt: [('Te', 'nn')]
SUW19110309-V05-10-page7.txt: [('Es', 'To')]
SUW19110316-V05-11-page7.txt: [('Br', 'o')]
SUW19110323-V05-12-page7.txt: [('Br', 'R')]
SUW19110330-V05-13-page2.txt: [('Co', 'Workers')]
SUW19110330-V05-13-page8.txt: [('VOLUN', 'TEER'), ('co', 'operation')]
SUW19110406-V05-14-page3.txt: [('EVO', 'LUTION')]
SUW19110406-V05-14-page4.txt: [('ACCOM', 'PLISH')]
SUW19110413-V05-15-page3.txt: [('co', 'workers')]
SUW19110413-V05-15-page7.txt: [('Br', 'o')]
SUW19110413-V05-15-page8.txt: [('co', 'operation')]
SUW19110420-V05-16-page1.txt: [('Mc', 'VAGH')]
SUW19110420-V05-16-page7.txt: [('Al', 'A'), ('arti', 'cle'), ('Br', 'o')]
SUW19110427-V05-17-page7.txt: [('Al', 'A'), ('oo', 'F')]
SUW19110504-V05-18-page7.txt: [('Al', 'A')]
SUW19110504-V05-18-page8.txt: [('co', 'operation')]
SUW19110511-V05-19-page1.txt: [('MIS', 'SIONARY')]
SUW19110511-V05-19-page7.txt: [('MIS', 'SIONARY'), ('Millar', 'D')]
SUW19110525-V05-21-page3.txt: [('co', 'operation')]
SUW19110525-V05-21-page5.txt: [('co', 'laborers')]
SUW19110601-V05-22-page3.txt: [('YI', 'P')]
SUW19110608-V05-23-page6.txt: [('SANI', 'TARIUM')]
SUW19110608-V05-23-page7.txt: [('Bri', 'o'), ('Millar', 'D')]
SUW19110608-V05-23-page8.txt: [('CE', 'to')]
SUW19110615-V05-24-page4.txt: [('ro', 'o')]
SUW19110615-V05-24-page7.txt: [('AC', 'C')]
SUW19110629-V05-26-page2.txt: [('th', 'at')]
SUW19110629-V05-26-page3.txt: [('CU', 'P'), ('re', 'elected')]
SUW19110629-V05-26-page7.txt: [('Br', 'o')]
SUW19110706-V05-27-page7.txt: [('ma', 'R'), ('av', 'o'), ('Br', 'r')]
SUW19110706-V05-27-page8.txt: [('re', 'E')]
SUW19110713-V05-28-page1.txt: [('CO', 'n'), ('Sa', 'far')]
SUW19110713-V05-28-page7.txt: [('ro', 'EG'), ('PP', 'F')]
SUW19110720-V05-29-page6.txt: [("world'", 's')]
SUW19110720-V05-29-page7.txt: [('ma', 'o')]
SUW19110727-V05-30-page7.txt: [('ALABA', 'MA'), ('Millar', 'D')]
SUW19110803-V05-31-page4.txt: [('fil', 'e')]
SUW19110810-V05-32-page3.txt: [('drawin', 'g')]
SUW19110810-V05-32-page4.txt: [('SABBATH-S', 'CHOOL')]
SUW19110810-V05-32-page7.txt: [('Br', 'io')]
SUW19110810-V05-32-page8.txt: [('co', 'operate')]
SUW19110817-V05-33-page2.txt: [('Mc', 'VAGH')]
SUW19110817-V05-33-page3.txt: [('re', 'elected')]
SUW19110817-V05-33-page8.txt: [('co', 'operate')]
SUW19110824-V05-34-page7.txt: [('Br', 'o')]
SUW19110831-V05-35-page4.txt: [('re', 'elected')]
SUW19110831-V05-35-page5.txt: [('iro', 'n')]
SUW19110907-V05-36-page8.txt: [('co', 'operate')]
SUW19110914-V05-37-page3.txt: [('co', 'operation')]
SUW19110914-V05-37-page6.txt: [('co', 'operation'), ('re', 'elected')]
SUW19110914-V05-37-page7.txt: [('Br', 'o')]
SUW19110921-V05-38-page7.txt: [('Br', 'o'), ('oo', 'H')]
SUW19110928-V05-39-page5.txt: [('SANI', 'TARIUM')]
SUW19110928-V05-39-page7.txt: [('ro', 'o')]
SUW19111012-V05-41-page1.txt: [('mi', 'ssionary')]
SUW19111019-V05-42-page7.txt: [('SE', 'PTEMBER')]
SUW19111026-V05-43-page2.txt: [('MO', 'per'), ('co', 'per')]
SUW19111102-V05-44-page6.txt: [('re', 'echoed')]
SUW19111102-V05-44-page7.txt: [('Br', 'o')]
SUW19111109-V05-45-page5.txt: [('co', 'operation')]
SUW19111109-V05-45-page7.txt: [('Br', 'o'), ('MI', 'o')]
SUW19111116-V05-46-page7.txt: [('ro', 'o'), ('Millar', 'D')]
SUW19111123-V05-47-page2.txt: [('co', 'operation')]
SUW19111123-V05-47-page7.txt: [('ro', 'o'), ('Millar', 'D'), ('Br', 'o')]
SUW19111130-V05-48-page5.txt: [('co', 'laborers')]
SUW19111130-V05-48-page7.txt: [('ro', 'o'), ('NADI', 'A'), ('BR', 'o')]
SUW19111207-V05-49-page7.txt: [('Millar', 'D'), ('Br', 'o'), ('oo', 'F')]
SUW19111214-V05-50-page4.txt: [('Re', 'member'), ('smal', 'to')]
SUW19111214-V05-50-page5.txt: [('GRA', 'W')]
SUW19111214-V05-50-page7.txt: [('ro', 'o'), ('co', 'operation')]
SUW19111214-V05-50-page8.txt: [('ASSOCIA', 'TION')]
SUW19111221-V05-51-page2.txt: [('publi', 'cation')]
SUW19111221-V05-51-page6.txt: [('SANI', 'TARIUM')]
SUW19111221-V05-51-page7.txt: [('BP', 'S'), ('Fr', 'is'), ('Br', 'o')]
SUW19111221-V05-51-page8.txt: [('ASSOCIA', 'TION')]
SUW19111228-V05-52-page5.txt: [('ob', 'servances')]
SUW19111228-V05-52-page7.txt: [('RE', 'I')]
SUW19111228-V05-52-page8.txt: [('co', 'operation'), ('ASSOCIA', 'TION')]
SUW19120104-V06-01-page6.txt: [('SANI', 'TARIUM')]
SUW19120104-V06-01-page8.txt: [('th', 'or'), ('ASSOCIA', 'TION')]
SUW19120111-V06-02-page6.txt: [('co', 'workers')]
SUW19120111-V06-02-page7.txt: [('Br', 'o')]
SUW19120118-V06-03-page4.txt: [('co', 'operation')]
SUW19120118-V06-03-page6.txt: [('Nashvi', 'lle'), ('MA', 'N')]
SUW19120125-V06-04-page6.txt: [('co', 'operate')]
SUW19120125-V06-04-page7.txt: [('Br', 'At')]
SUW19120208-V06-06-page1.txt: [('Sr', 'I')]
SUW19120208-V06-06-page4.txt: [('ASSO', 'CIATION')]
SUW19120208-V06-06-page5.txt: [('ASSO', 'CIATION')]
SUW19120208-V06-06-page7.txt: [('Cer', 'tainties'), ('sc', 'I')]
SUW19120208-V06-06-page8.txt: [('re', 'elected')]
SUW19120215-V06-07-page1.txt: [('co', 'operation')]
SUW19120215-V06-07-page4.txt: [('co', 'operating')]
SUW19120215-V06-07-page8.txt: [('th', 'U'), ('TH', 'U')]
SUW19120222-V06-08-page6.txt: [('co', 'operation')]
SUW19120222-V06-08-page8.txt: [('BR', 'o')]
SUW19120229-V06-09-page7.txt: [('CO', 'LABORERS')]
SUW19120307-V06-10-page5.txt: [('co', 'operate')]
SUW19120307-V06-10-page7.txt: [('aP', 'o')]
SUW19120314-V06-11-page3.txt: [('CO', 'WORKERS')]
SUW19120314-V06-11-page4.txt: [('re', 'elected')]
SUW19120314-V06-11-page5.txt: [('re', 'elected')]
SUW19120321-V06-12-page3.txt: [('co', 'operate')]
SUW19120321-V06-12-page4.txt: [('co', 'relation')]
SUW19120321-V06-12-page7.txt: [('BR', 'o')]
SUW19120328-V06-13-page1.txt: [('co', 'operating')]
SUW19120328-V06-13-page7.txt: [('BP', 'M')]
SUW19120404-V06-14-page6.txt: [('ab', 'a')]
SUW19120404-V06-14-page7.txt: [('Br', 'A'), ('oo', 'H')]
SUW19120404-V06-14-page8.txt: [('co', 'operation')]
SUW19120411-V06-15-page4.txt: [('th', 'U')]
SUW19120411-V06-15-page5.txt: [('co', 'operate')]
SUW19120425-V06-17-page4.txt: [('inser', 'tion'), ('ry', 'e')]
SUW19120502-V06-18-page3.txt: [('UN', 'ION')]
SUW19120502-V06-18-page7.txt: [('sR', 'I'), ('po', 'o'), ('Br', 'io')]
SUW19120509-V06-19-page7.txt: [('Al', 'B'), ('Br', 'o'), ('PP', 'F')]
SUW19120516-V06-20-page5.txt: [('zo', 'o')]
SUW19120516-V06-20-page7.txt: [('hu', 'I'), ('Chal', 'mers'), ('ac', 'complish'), ('Br', 'R'), ('PP', 'F')]
SUW19120516-V06-20-page8.txt: [('CA', 'sar'), ('sar', 'is')]
SUW19120523-V06-21-page3.txt: [('publi', 'cations')]
SUW19120523-V06-21-page6.txt: [('co', 'workers')]
SUW19120523-V06-21-page7.txt: [('PP', 'F')]
SUW19120530-V06-22-page1.txt: [('NAS', 'HVILLE')]
SUW19120530-V06-22-page4.txt: [('cer', 'tainly')]
SUW19120530-V06-22-page6.txt: [('deca', 'de')]
SUW19120530-V06-22-page7.txt: [('BR', 'o')]
SUW19120606-V06-23-page1.txt: [('pu', 't')]
SUW19120606-V06-23-page7.txt: [('ex', 'R')]
SUW19120606-V06-23-page8.txt: [('AP', 'POINTMENTS')]
SUW19120613-V06-24-page4.txt: [('zo', 'o')]
SUW19120613-V06-24-page7.txt: [('Br', 'o'), ('PP', 'F')]
SUW19120613-V06-24-page8.txt: [('AP', 'POINTMENTS')]
SUW19120620-V06-25-page5.txt: [('OFFE', 'RINGS')]
SUW19120620-V06-25-page7.txt: [('PP', 'F')]
SUW19120620-V06-25-page8.txt: [('EX', 'ERCISES'), ('AP', 'POINTMENTS')]
SUW19120627-V06-26-page5.txt: [('PO', 'ND'), ('re', 'member')]
SUW19120627-V06-26-page6.txt: [('co', 'operation')]
SUW19120627-V06-26-page7.txt: [('Al', 'A'), ('CO', 'o'), ('BOLLM', 'AN')]
SUW19120627-V06-26-page8.txt: [('AP', 'POINTMENTS')]
SUW19120704-V06-27-page5.txt: [('FIF', 'TEEN'), ('co', 'operate')]
SUW19120704-V06-27-page7.txt: [('BR', 'A'), ('Br', 'o'), ('PP', 'F')]
SUW19120704-V06-27-page8.txt: [('AP', 'POINTMENTS')]
SUW19120711-V06-28-page7.txt: [('BP', 'S'), ('pp', 'r'), ('Br', 'R')]
SUW19120711-V06-28-page8.txt: [('AP', 'POINTMENTS')]
SUW19120718-V06-29-page3.txt: [('co', 'operation'), ('WO', 'of')]
SUW19120718-V06-29-page7.txt: [('Br', 'o'), ('RE', 'I'), ('TI', 'C'), ('BR', 'o')]
SUW19120718-V06-29-page8.txt: [('AP', 'POINTMENTS'), ('co', 'workers')]
SUW19120725-V06-30-page7.txt: [('Br', 'as'), ('BO', 'o'), ('PP', 'F')]
SUW19120725-V06-30-page8.txt: [('AP', 'POINTMENTS')]
SUW19120801-V06-31-page1.txt: [('ev', 'ery')]
SUW19120801-V06-31-page3.txt: [('th', 'a'), ("TREASURER'", 'S')]
SUW19120801-V06-31-page7.txt: [('co', 'operation'), ('PP', 'F')]
SUW19120801-V06-31-page8.txt: [('AP', 'POINTMENTS'), ('co', 'operation')]
SUW19120808-V06-32-page7.txt: [('BR', 'R'), ('PP', 'F')]
SUW19120808-V06-32-page8.txt: [('AP', 'POINTMENTS')]
SUW19120815-V06-33-page3.txt: [('th', 'in')]
SUW19120815-V06-33-page4.txt: [('co', 'operation')]
SUW19120815-V06-33-page8.txt: [('AP', 'POINTMENTS'), ('consc', 'ience')]
SUW19120822-V06-34-page8.txt: [('AP', 'POINTMENTS')]
SUW19120829-V06-35-page1.txt: [('co', 'operation'), ('Br', 'EsT')]
SUW19120829-V06-35-page3.txt: [('co', 'operation')]
SUW19120829-V06-35-page5.txt: [('ro', 'get')]
SUW19120829-V06-35-page6.txt: [('BO', 'OK')]
SUW19120829-V06-35-page7.txt: [('ti', 'S'), ('Br', 'o')]
SUW19120829-V06-35-page8.txt: [('AP', 'POINTMENTS')]
SUW19120905-V06-36-page6.txt: [('co', 'operate')]
SUW19120905-V06-36-page7.txt: [('oo', 'F')]
SUW19120905-V06-36-page8.txt: [('AP', 'POINTMENTS')]
SUW19120912-V06-37-page3.txt: [('co', 'operation')]
SUW19120912-V06-37-page7.txt: [('Cl', 'E'), ('CO', 'N'), ('Br', 'o')]
SUW19120919-V06-38-page2.txt: [('mo', 'nthly')]
SUW19120919-V06-38-page7.txt: [('Al', 'A'), ('Br', 'o'), ('BR', 'A')]
SUW19120926-V06-39-page3.txt: [('un', 'common')]
SUW19120926-V06-39-page4.txt: [('th', 'at')]
SUW19120926-V06-39-page5.txt: [('co', 'operate')]
SUW19120926-V06-39-page6.txt: [("E'", 'S'), ('PP', 'F')]
SUW19120926-V06-39-page8.txt: [('Mc', 'Daniel')]
SUW19121003-V06-40-page3.txt: [('speci', 'fied'), ('op', 'portunities')]
SUW19121003-V06-40-page7.txt: [('Br', 'o'), ('PP', 'F')]
SUW19121010-V06-41-page7.txt: [('Br', 'o')]
SUW19121017-V06-42-page5.txt: [('Iow', 'a')]
SUW19121024-V06-43-page1.txt: [('co', 'operation')]
SUW19121024-V06-43-page4.txt: [('Fr', 'is')]
SUW19121024-V06-43-page5.txt: [('co', 'operation')]
SUW19121031-V06-44-page2.txt: [('SOUT', 'H')]
SUW19121031-V06-44-page7.txt: [('Br', 'o')]
SUW19121107-V06-45-page3.txt: [('ma', 'e'), ('co', 'laborer')]
SUW19121107-V06-45-page7.txt: [('Br', 'o'), ('PP', 'F')]
SUW19121114-V06-46-page1.txt: [('Re', 'form')]
SUW19121114-V06-46-page7.txt: [('co', 'operation')]
SUW19121114-V06-46-page8.txt: [('io', 'n'), ('M.', '')]
SUW19121128-V06-48-page1.txt: [('gener', 'ous')]
SUW19121128-V06-48-page7.txt: [('Br', 'o'), ('PP', 'r')]
SUW19121205-V06-49-page5.txt: [('zo', 'o')]
SUW19121219-V06-51-page5.txt: [('ap', 'ply')]
SUW19121219-V06-51-page8.txt: [('ASSO', 'CIATION')]
SUW19121226-V06-52-page7.txt: [('Br', 'o')]
SUW19130102-V07-01-page2.txt: [('th', 'at')]
SUW19130102-V07-01-page8.txt: [("i'", 's'), ('PP', 'F'), ('Kee', 'ne')]
SUW19130109-V07-02-page3.txt: [('op', 'portunity')]
SUW19130109-V07-02-page7.txt: [('co', 'operate'), ('proph', 'ecies')]
SUW19130109-V07-02-page8.txt: [('zo', 'o')]
SUW19130116-V07-03-page6.txt: [('Memp', 'his')]
SUW19130116-V07-03-page7.txt: [('ro', 'o')]
SUW19130123-V07-04-page3.txt: [('th', 'e')]
SUW19130123-V07-04-page4.txt: [('Mc', 'LENNAN'), ('co', 'operation')]
SUW19130123-V07-04-page5.txt: [('PROGRA', 'M')]
SUW19130123-V07-04-page6.txt: [('co', 'operation')]
SUW19130130-V07-05-page7.txt: [('oo', 'H')]
SUW19130206-V07-06-page7.txt: [('BEA', 'n'), ('Br', 'o')]
SUW19130213-V07-07-page3.txt: [('Birm', 'ingham')]
SUW19130220-V07-08-page2.txt: [('co', 'operation')]
SUW19130220-V07-08-page3.txt: [('re', 'moving')]
SUW19130220-V07-08-page6.txt: [('co', 'operation')]
SUW19130220-V07-08-page7.txt: [('Br', 'A')]
SUW19130220-V07-08-page8.txt: [('LOWR', 'Y')]
SUW19130227-V07-09-page6.txt: [('co', 'operation')]
SUW19130306-V07-10-page12.txt: [('Mc', 'Lennan')]
SUW19130306-V07-10-page4.txt: [('pre', 'sented'), ('co', 'operation')]
SUW19130313-V07-11-page5.txt: [('WIL', 'SON')]
SUW19130313-V07-11-page6.txt: [('Urie', 'L')]
SUW19130313-V07-11-page8.txt: [('PP', 'F'), ('oo', 'H')]
SUW19130320-V07-12-page5.txt: [('Mc', 'Cracken'), ('co', 'laborers')]
SUW19130403-V07-14-page5.txt: [('Urie', 'L')]
SUW19130403-V07-14-page7.txt: [('PP', 'F'), ('oo', 'H')]
SUW19130403-V07-14-page8.txt: [('co', 'operate')]
SUW19130410-V07-15-page4.txt: [('Bu', 'St')]
SUW19130410-V07-15-page5.txt: [('co', 'operation'), ('re', 'Port'), ('PP', 'F')]
SUW19130410-V07-15-page7.txt: [('denomi', 'nation'), ('Hea', 'then')]
SUW19130417-V07-16-page3.txt: [('yo', 'ur')]
SUW19130417-V07-16-page5.txt: [('th', 'a')]
SUW19130417-V07-16-page6.txt: [('ro', 'o'), ('co', 'operation')]
SUW19130417-V07-16-page7.txt: [('Br', 'o'), ('PP', 'r')]
SUW19130424-V07-17-page7.txt: [('ro', 'OD'), ('PP', 'F')]
SUW19130501-V07-18-page1.txt: [('tempta', 'tions')]
SUW19130501-V07-18-page2.txt: [('acquir', 'ing')]
SUW19130501-V07-18-page3.txt: [('th', 'at'), ('mis', 'sion')]
SUW19130501-V07-18-page4.txt: [('re', 'turned'), ('neces', 'sarily'), ("Am'", 't')]
SUW19130501-V07-18-page5.txt: [('impor', 'tant'), ('maga', 'zines'), ('Associa', 'tion'), ('mis', 'sionary'), ('pa', 'trons'), ('co', 'operation')]
SUW19130501-V07-18-page6.txt: [('co', 'operation'), ('pp', 'f')]
SUW19130501-V07-18-page7.txt: [('prin', 'ciples'), ('ineffi', 'ciency'), ('Ari', 'zona'), ('ex', 'istence'), ('Psy', 'chology'), ('ridi', 'cule')]
SUW19130501-V07-18-page8.txt: [('io', 'n'), ('dif', 'ficulties')]
SUW19130508-V07-19-page1.txt: [('Reve', 'lation'), ('hav', 'ing'), ('ac', 'count')]
SUW19130508-V07-19-page2.txt: [('ic', 'e')]
SUW19130508-V07-19-page3.txt: [('un', 'til')]
SUW19130508-V07-19-page4.txt: [('ex', 'pect'), ('surgi', 'cal'), ('Sani', 'tarium')]
SUW19130508-V07-19-page5.txt: [('ex', 'cellent'), ('Re', 'becca'), ('ic', 'e'), ('wel', 'come')]
SUW19130508-V07-19-page6.txt: [('ex', 'ercises'), ('PP', 'F')]
SUW19130508-V07-19-page7.txt: [('peo', 'ple'), ('dif', 'ference'), ('discon', 'tinued'), ('wil', 'lingness')]
SUW19130508-V07-19-page8.txt: [('Sout', 'her'), ('Al', 'l'), ('es', 'pecially'), ('knowl', 'edge'), ('Wor', 'ker')]
SUW19130515-V07-20-page1.txt: [('Sa', 'l'), ('Breth', 'ren'), ('M.', '')]
SUW19130515-V07-20-page2.txt: [('ma', 'n'), ('insti', 'tutes'), ('denomi', 'nation'), ('ex', 'cellent'), ('co', 'operation'), ('re', 'member'), ('ac', 'cepted')]
SUW19130515-V07-20-page3.txt: [('maga', 'zines'), ('Bi', 'ble'), ('mov', 'ing'), ('co', 'operation'), ('Godsmar', 'k'), ('ig', 'nored')]
SUW19130515-V07-20-page4.txt: [('colpor', 'teur')]
SUW19130515-V07-20-page5.txt: [('Ri', 'dgeland')]
SUW19130515-V07-20-page6.txt: [('Co', 'l'), ('GC', 'S'), ('os', 'OS'), ('SS', 'H'), ('ic', 'e'), ('colpor', 'teur'), ('Na', 'me')]
SUW19130515-V07-20-page7.txt: [('knowl', 'edge'), ('re', 'lax')]
SUW19130515-V07-20-page8.txt: [('oppor', 'tunities'), ('io', 'n'), ('tes', 'timony'), ('pre', 'sented'), ('Th', 'is'), ('circula', 'tion'), ('splen', 'did'), ('Se', 'c')]
SUW19130522-V07-21-page1.txt: [('vaca', 'tion'), ('re', 'marked'), ('TH', 'E'), ('sw', 'iftly')]
SUW19130522-V07-21-page2.txt: [('naviga', 'tion'), ('ab', 'ruptly'), ('ef', 'forts')]
SUW19130522-V07-21-page3.txt: [('Smit', 'h'), ('Th', 'e'), ('Ma', 'y')]
SUW19130522-V07-21-page4.txt: [('Bi', 'ble'), ('fa', 'ther'), ('Re', 'member')]
SUW19130522-V07-21-page5.txt: [('iso', 'lated'), ('har', 'vest'), ('Ju', 'd'), ('ic', 'e')]
SUW19130522-V07-21-page6.txt: [('mis', 'sionary'), ('pa', 'pers'), ('ic', 'e'), ('PP', 'F')]
SUW19130522-V07-21-page7.txt: [('Sev', 'enth-day'), ('happi', 'ness'), ('em', 'phatically'), ('disposi', 'tion'), ('re', 'frain')]
SUW19130522-V07-21-page8.txt: [('io', 'n'), ('quan', 'tities'), ('maga', 'zine'), ('psycholo', 'gist'), ('Al', 't'), ('Associa', 'tion'), ('ex', 'plaining'), ('emi', 'nent'), ('re', 'minded')]
SUW19130529-V07-22-page1.txt: [('ap', 'peal'), ('communica', 'tion'), ('tes', 'timony'), ('dif', 'ficult'), ('neces', 'sity'), ('Bue', 'nos')]
SUW19130529-V07-22-page2.txt: [('peo', 'ple'), ('criti', 'cisms'), ('colpor', 'teur')]
SUW19130529-V07-22-page3.txt: [('oc', 'cupy'), ('colpor', 'teurs')]
SUW19130529-V07-22-page4.txt: [('Ch', 'ar'), ('serv', 'ice'), ('al', 'b'), ('Ri', 'd'), ('Jen', 'a'), ('op', 'pression')]
SUW19130529-V07-22-page5.txt: [('edu', 'cated'), ('Gr', 'ove'), ('providen', 'tial'), ('Sp', 'r'), ('em', 'p'), ('mis', 'sionaries'), ('ev', 'an'), ('ceb', 'u')]
SUW19130529-V07-22-page6.txt: [('em', 'p'), ('ev', 'an'), ('az', 'el'), ('Bo', 'n'), ('ceb', 'u')]
SUW19130529-V07-22-page7.txt: [('sugges', 'tions'), ('acknowl', 'edged'), ('gir', 'l'), ('pp', 'F')]
SUW19130529-V07-22-page8.txt: [('io', 'n'), ('Offi', 'cers'), ('whatso', 'ever'), ('oc', 'cur'), ('Ver', 'y'), ('Sani', 'tarium')]
SUW19130612-V07-23-page1.txt: [('busi', 'ness')]
SUW19130612-V07-23-page2.txt: [('ap', 'pealed'), ('mak', 'ing'), ('dif', 'ferent'), ('ex', 'perience'), ('produc', 'ing'), ('ambassa', 'dors')]
SUW19130612-V07-23-page3.txt: [('Dar', 't'), ('ple', 'a'), ('peo', 'ple'), ('hav', 'ing')]
SUW19130612-V07-23-page4.txt: [('th', 'in'), ('receiv', 'ing'), ('Al', 'mo'), ('Smit', 'h'), ('anx', 'iously'), ('hav', 'ing'), ('mo', 'st')]
SUW19130612-V07-23-page5.txt: [('giv', 'ing')]
SUW19130612-V07-23-page6.txt: [('institu', 'tion'), ('finan', 'ces'), ('por', 'tion'), ('Sanita', 'rium'), ('accom', 'plishment'), ('ex', 'penses'), ('re', 'ceiving'), ('ac', 'tivity')]
SUW19130612-V07-23-page7.txt: [('pp', 'f'), ('PP', 'F'), ('Na', 'me')]
SUW19130612-V07-23-page8.txt: [('io', 'n'), ('impor', 'tant'), ('af', 'fairs'), ('peo', 'ple'), ('strik', 'ers'), ('Fr', 'ank')]
SUW19130619-V07-24-page1.txt: [('dif', 'ferent'), ('clim', 'ax')]
SUW19130619-V07-24-page2.txt: [('Eastm', 'an'), ('Har', 'rison'), ('anx', 'ious'), ('pre', 'pared')]
SUW19130619-V07-24-page3.txt: [('ma', 'r'), ('Laur', 'a'), ('Bi', 'ble'), ('loca', 'tion'), ('ic', 'e'), ('Br', 'own')]
SUW19130619-V07-24-page4.txt: [('Maxw', 'ell'), ('re', 'sponsibility'), ('breth', 'ren')]
SUW19130619-V07-24-page5.txt: [('il', 'l'), ('theo', 'retical'), ('Bir', 'mingham'), ('remem', 'ber')]
SUW19130619-V07-24-page6.txt: [('vis', 'iting'), ('hospita', 'ble'), ('al', 'though'), ('ex', 'perience')]
SUW19130619-V07-24-page7.txt: [('oppor', 'tunity'), ('Re', 'e'), ('ic', 'e')]
SUW19130619-V07-24-page8.txt: [('io', 'n'), ('Co', 'n'), ('TH', 'A')]
SUW19130626-V07-25-page1.txt: [('Vo', 'l'), ('serv', 'ice'), ('pre', 'sented'), ('co', 'operation'), ('commer', 'cial')]
SUW19130626-V07-25-page2.txt: [('Smit', 'h'), ('cour', 'age'), ('Fr', 'a'), ('re', 'cent'), ('colpor', 'teurs')]
SUW19130626-V07-25-page3.txt: [('chil', 'dren'), ('ex', 'periences'), ('Re', 'member'), ('re', 'luctance'), ('Br', 'o')]
SUW19130626-V07-25-page4.txt: [('fu', 'ture'), ('al', 'ternates'), ('consti', 'tution'), ('Ma', 'x'), ('un', 'fulfilled')]
SUW19130626-V07-25-page5.txt: [('litera', 'ture'), ('Edu', 'cational'), ('edu', 'cators'), ('ex', 'cellent'), ('Re', 'e'), ('experi', 'ence'), ('ic', 'e'), ('Na', 'h')]
SUW19130626-V07-25-page6.txt: [('finan', 'cial'), ('Co', 'n'), ('busi', 'ness'), ('neces', 'sary')]
SUW19130626-V07-25-page7.txt: [('suc', 'cessful'), ('transac', 'tions'), ('har', 'mony'), ('ex', 'cuse'), ('se', 'cured'), ('busi', 'ness'), ('secre', 'tary'), ('re', 'enter'), ('satis', 'factory'), ('mo', 'tives'), ('un', 'desirable')]
SUW19130626-V07-25-page8.txt: [('io', 'n'), ('aggres', 'sive'), ('Co', 'operation'), ('ex', 'pects'), ('re', 'quired'), ('colpor', 'teur'), ('wi', 'ping')]
SUW19130703-V07-26-page1.txt: [('ex', 'tent'), ('asso', 'ciations'), ('Sa', 'l'), ('Ameri', 'can'), ('oc', 'casion')]
SUW19130703-V07-26-page2.txt: [('Sout', 'her'), ('Associat', 'ion'), ('serv', 'ices'), ('ex', 'ertion'), ('re', 'ports'), ('vir', 'tue')]
SUW19130703-V07-26-page3.txt: [('illustra', 'tions'), ('ap', 'preciated'), ('encourag', 'ing'), ('Remem', 'ber'), ('pa', 'per'), ('se', 'cured'), ('Birm', 'ingham'), ('wel', 'come'), ('Ma', 'y')]
SUW19130703-V07-26-page5.txt: [('responsibili', 'ties'), ('re', 'joices'), ('Br', 'own'), ('cer', 'tainly')]
SUW19130703-V07-26-page6.txt: [('pre', 'vious'), ('re', 'turned'), ('accommoda', 'tions')]
SUW19130703-V07-26-page7.txt: [('appre', 'ciated'), ('opportuni', 'ties')]
SUW19130703-V07-26-page8.txt: [('pp', 'F')]
SUW19130710-V07-27-page1.txt: [('tes', 'timony'), ('peo', 'ple'), ('Responsi', 'bility'), ('Independ', 'ence'), ('invi', 'tation')]
SUW19130710-V07-27-page2.txt: [('mis', 'sions'), ('Ma', 'r')]
SUW19130710-V07-27-page3.txt: [('tes', 'timonies'), ('Alexan', 'dria'), ('maga', 'zine'), ('ma', 'chine'), ('ic', 'e'), ('sev', 'eral')]
SUW19130710-V07-27-page4.txt: [('suc', 'cess'), ('peo', 'ple'), ('prepa', 'ration'), ('ex', 'pecting')]
SUW19130710-V07-27-page5.txt: [('Su', 'n'), ('resur', 'rection'), ('chil', 'dren'), ('ex', 'perience'), ('Breth', 'ren')]
SUW19130710-V07-27-page6.txt: [('pp', 'f'), ('re', 'late'), ('ic', 'e'), ('Na', 'me')]
SUW19130710-V07-27-page7.txt: [('quali', 'ties'), ('Co', 'n'), ('shoul', 'der'), ('mo', 'ment')]
SUW19130710-V07-27-page8.txt: [('io', 'n'), ('confes', 'sion'), ('repre', 'sentatives'), ('ex', 'clusively')]
SUW19130717-V07-28-page1.txt: [('suc', 'cessful'), ('re', 'turned')]
SUW19130717-V07-28-page2.txt: [('ro', 'w'), ('mak', 'ing')]
SUW19130717-V07-28-page3.txt: [('neu', 'tral'), ('Fa', 'r'), ('re', 'joice'), ('ef', 'ficiency'), ('gradu', 'ate')]
SUW19130717-V07-28-page4.txt: [('ses', 'sion'), ('confus', 'ion')]
SUW19130717-V07-28-page5.txt: [('peo', 'ple'), ('breth', 'ren')]
SUW19130717-V07-28-page6.txt: [('ma', 'laria'), ('na', 'tives')]
SUW19130717-V07-28-page7.txt: [('pp', 'f')]
SUW19130717-V07-28-page8.txt: [('repre', 'sentatives'), ('re', 'newed'), ('ac', 'companied'), ('inconceiv', 'able')]
SUW19130724-V07-29-page2.txt: [('physi', 'ognomy'), ('provis', 'ions'), ('natu', 'ral')]
SUW19130724-V07-29-page3.txt: [('ap', 'pointment'), ('ex', 'perience'), ('al', 'ready'), ('Un', 'ion'), ('po', 'sition'), ('re', 'port')]
SUW19130724-V07-29-page4.txt: [('edu', 'cational'), ('Mis', 'sionary'), ('mis', 'sion'), ('cour', 'age'), ('Br', 'o')]
SUW19130724-V07-29-page5.txt: [('nec', 'essary'), ('Superin', 'tendent'), ('Th', 'o'), ('re', 'elected'), ('ic', 'e'), ('Ma', 'r'), ('un', 'tried')]
SUW19130724-V07-29-page6.txt: [('rejoic', 'ing'), ('re', 'cite'), ('arrang', 'ing')]
SUW19130724-V07-29-page7.txt: [('Reve', 'lation'), ('FI', 'G'), ('pp', 'F'), ('PP', 'F')]
SUW19130724-V07-29-page8.txt: [('io', 'n'), ('repre', 'sentatives'), ('ic', 'e'), ('Thomp', 'son'), ('Ee', 'l')]
SUW19130731-V07-30-page1.txt: [('peo', 'ple'), ('ful', 'fil'), ('ex', 'pressed'), ('Sa', "tan's"), ('ris', 'ing'), ('re', 'ceive'), ('gradu', 'ally')]
SUW19130731-V07-30-page2.txt: [('atten', 'tion'), ('Sanc', 'tuary'), ('Associa', 'tion')]
SUW19130731-V07-30-page3.txt: [('Lindsa', 'y'), ('cour', 'age')]
SUW19130731-V07-30-page4.txt: [('regu', 'lar'), ('Nea', 'r'), ('Bi', 'ble'), ('direc', 'tions'), ('re', 'ceive'), ('ic', 'e')]
SUW19130731-V07-30-page5.txt: [('suc', 'ceeded'), ('Al', 't'), ('Bi', 'ble'), ('wor', 'k'), ('re', 'ceived'), ('op', 'posing')]
SUW19130731-V07-30-page6.txt: [('har', 'vest'), ('sr', 'I')]
SUW19130731-V07-30-page8.txt: [('io', 'n'), ('repre', 'sentatives'), ('trus', 'tees'), ('Ma', 'x')]
SUW19130807-V07-31-page1.txt: [('knowl', 'edge'), ('esti', 'mate'), ('fel', 'low'), ('re', 'quest')]
SUW19130807-V07-31-page2.txt: [('ap', 'preciated'), ('ac', 'cordingly')]
SUW19130807-V07-31-page3.txt: [('re', 'ported')]
SUW19130807-V07-31-page4.txt: [('har', 'mony'), ('organi', 'zation'), ('ac', 'quainted')]
SUW19130807-V07-31-page5.txt: [('Parm', 'ele'), ('pio', 'neering'), ('estab', 'lished')]
SUW19130807-V07-31-page6.txt: [('vis', 'iting'), ('Mc', 'Lennan'), ('disap', 'pointed'), ('mis', 'sionary'), ('re', 'quests'), ('arrangem', 'ents')]
SUW19130807-V07-31-page7.txt: [('PP', 'F')]
SUW19130807-V07-31-page8.txt: [('io', 'n'), ('repre', 'sentatives'), ('se', 'cure'), ('re', 'elected'), ('trus', 'tees')]
SUW19130814-V07-32-page1.txt: [('Vo', 'l'), ('Wher', 'ever'), ('chil', 'dren'), ('busi', 'ness'), ('prac', 'tical'), ('re', 'quires'), ('un', 'happy')]
SUW19130814-V07-32-page2.txt: [('indi', 'viduals'), ('testi', 'mony'), ('educa', 'tion'), ('presi', 'dents'), ('prepa', 'rations'), ('ex', 'pected'), ('prac', 'tical'), ('splen', 'did')]
SUW19130814-V07-32-page3.txt: [('Th', 'o'), ('re', 'membering'), ('ic', 'e'), ('colpor', 'teurs')]
SUW19130814-V07-32-page4.txt: [('Har', 'vest'), ('relig', 'ious'), ('em', 'phasize'), ('ab', 'sorption'), ('al', 'low'), ('ef', 'fort'), ('colpor', 'teurs')]
SUW19130814-V07-32-page5.txt: [('receiv', 'ing'), ('litera', 'ture'), ('Sev', 'eral'), ('maga', 'zine'), ('coun', 'tries'), ('camp-meet', 'ing'), ('Mis', 'sionary'), ('re', 'quired'), ('un', 'flinching')]
SUW19130814-V07-32-page6.txt: [('oppor', 'tunity'), ('sepa', 'rate'), ('decis', 'ion'), ('ic', 'e'), ('cer', 'tificate')]
SUW19130814-V07-32-page7.txt: [('litera', 'ture'), ('Clin', 'ton'), ('Co', 'n'), ('Bi', 'ble'), ('repre', 'sentatives'), ('appre', 'ciate'), ('Ma', 'x')]
SUW19130814-V07-32-page8.txt: [('Sout', 'her'), ('co', 'operate'), ('Wor', 'ker'), ('re', 'gions')]
SUW19130821-V07-33-page1.txt: [('obedi', 'ent'), ('Fa', 'r'), ('cre', 'ative'), ('grati', 'tude'), ('oblit', 'erated')]
SUW19130821-V07-33-page2.txt: [('Reve', 'lation'), ('ma', 'chine'), ('strik', 'ing'), ('un', 'til')]
SUW19130821-V07-33-page3.txt: [('finan', 'cially'), ('fu', 'ture'), ('co', 'operation'), ('Wor', 'ker'), ('wel', 'come')]
SUW19130821-V07-33-page4.txt: [('Testimo', 'nies'), ('il', 'l'), ('maga', 'zine'), ('camp-meet', 'ing'), ('repre', 'sent'), ('re', 'sult')]
SUW19130821-V07-33-page5.txt: [('camp-meet', 'ing'), ('ic', 'e'), ('grati', 'tude')]
SUW19130821-V07-33-page6.txt: [('peo', 'ple'), ('Ea', 't'), ('repre', 'sentatives'), ('re', 'F'), ('trus', 'tees'), ('gos', 'pel'), ('sev', 'enty')]
SUW19130821-V07-33-page7.txt: [('pp', 'f')]
SUW19130821-V07-33-page8.txt: [('io', 'n'), ('co', 'operation'), ('Ry', 'a')]
SUW19130828-V07-34-page1.txt: [('litera', 'ture'), ('Oc', 'tober'), ('inex', 'pensively'), ('ex', 'tremely'), ('ob', 'tained')]
SUW19130828-V07-34-page2.txt: [('cul', 'tivate'), ('re', 'ceived'), ('exer', 'cising')]
SUW19130828-V07-34-page3.txt: [('organiza', 'tion'), ('librari', 'ans'), ('prepa', 'ration'), ('recommen', 'dation')]
SUW19130828-V07-34-page4.txt: [('ca', 'pable'), ('re', 'sponsibility'), ('ef', 'forts'), ('grati', 'tude')]
SUW19130828-V07-34-page5.txt: [('appre', 'ciation'), ('re', 'port'), ('breth', 'ren'), ('discourag', 'ing')]
SUW19130828-V07-34-page6.txt: [('subscrip', 'tion')]
SUW19130828-V07-34-page7.txt: [('Dar', 't'), ('Addr', 'ess'), ('Re', 'e'), ('Ma', 'x')]
SUW19130828-V07-34-page8.txt: [('edu', 'cation'), ('re', 'elected'), ('trus', 'tees'), ('reci', 'tation')]
SUW19130904-V07-35-page1.txt: [('Oc', 'tober'), ('re', 'cent'), ('op', 'portunities')]
SUW19130904-V07-35-page2.txt: [('ap', 'pearing'), ('presi', 'dent'), ('Re', 'form'), ('agen', 't')]
SUW19130904-V07-35-page3.txt: [('impres', 'sion'), ('maga', 'zines'), ('af', 'fected'), ('ac', 'curacy')]
SUW19130904-V07-35-page4.txt: [('vis', 'iting'), ('Lexing', 'ton'), ('respon', 'sibility'), ('un', 'bounded')]
SUW19130904-V07-35-page5.txt: [('Ast', 'er'), ('Chil', 'dren'), ('Fo', 'r'), ('cer', 'tainly'), ('breth', 'ren')]
SUW19130904-V07-35-page6.txt: [('Reve', 'lation'), ('Birming', 'ham'), ('il', 'l'), ('Sp', 'r'), ('re', 'ports'), ('ef', 'f')]
SUW19130904-V07-35-page7.txt: [('unen', 'lightened'), ('Co', 'n'), ('ex', 'cellent'), ('fa', 'vored'), ('compli', 'mentary'), ('pp', 'f'), ('UNIO', 'N'), ('Rai', 'n')]
SUW19130904-V07-35-page8.txt: [('sugges', 'tions'), ('Ob', 'servatory'), ('mak', 'ing'), ('insti', 'tution'), ('Sout', 'her'), ('mis', 'sionary'), ('consecra', 'tion'), ('Wor', 'ker'), ('Re', 'e'), ('intellec', 'tual'), ('Physiologi', 'cal')]
SUW19130911-V07-36-page1.txt: [('adapta', 'bility'), ('Vo', 'l'), ('Sa', 'repta'), ('inscrip', 'tions'), ('Ex', 'ploration'), ('sus', 'pect'), ('trustwor', 'thiness'), ('un', 'pronounceable')]
SUW19130911-V07-36-page2.txt: [('sepa', 'rated'), ('providen', 'tial'), ('es', 'pecially'), ('discrimi', 'nate'), ('inscrip', 'tions'), ('Ori', 'ental'), ('re', 'called'), ('secur', 'ing'), ('un', 'necessary')]
SUW19130911-V07-36-page3.txt: [('hu', 'manity'), ('privi', 'lege'), ('sav', 'ing'), ('colpor', 'teurs')]
SUW19130911-V07-36-page4.txt: [('conven', 'tion'), ('posi', 'tion'), ('Tennes', 'see'), ('experi', 'ence'), ('re', 'sponsibility')]
SUW19130911-V07-36-page5.txt: [('il', 'e'), ('Louisi', 'ana')]
SUW19130911-V07-36-page6.txt: [('adapta', 'bility'), ('Hatties', 'burg'), ('ac', 'tive'), ('ic', 'e'), ('orga', 'nized')]
SUW19130911-V07-36-page7.txt: [('Co', 'n'), ('ia', 'n'), ('pp', 'f'), ('PP', 'F')]
SUW19130911-V07-36-page8.txt: [('io', 'n'), ('ap', 'preciated'), ('cour', 'age'), ('Un', 'ion'), ('na', 'ture'), ('ic', 'e')]
SUW19130918-V07-37-page1.txt: [('hav', 'ing'), ('sug', 'gestions'), ('combi', 'nation'), ('op', 'portunity')]
SUW19130918-V07-37-page2.txt: [('nec', 'essary'), ('suc', 'cess'), ('insti', 'tution'), ('Da', 'n'), ('Mis', 'sissippi'), ('accom', 'plish'), ('thir', 'teenth'), ('condi', 'tions'), ('origi', 'nated'), ('situa', 'tion'), ('ac', 'tivity')]
SUW19130918-V07-37-page3.txt: [('mak', 'ing'), ('accom', 'plished')]
SUW19130918-V07-37-page4.txt: [('chil', 'dren'), ('ex', 'pressed')]
SUW19130918-V07-37-page5.txt: [('Mis', 'sissippi'), ('accom', 'plish'), ('co', 'operation'), ('re', 'gions')]
SUW19130918-V07-37-page6.txt: [('Cov', 'ington'), ('re', 'sponsibility')]
SUW19130918-V07-37-page7.txt: [('pp', 'f')]
SUW19130918-V07-37-page8.txt: [('io', 'n'), ('unso', 'licited'), ('br', 'o'), ('prac', 'tically'), ('re', 'ceive'), ('ef', 'ficient'), ('un', 'broken')]
SUW19130925-V07-38-page1.txt: [('litera', 'ture'), ('Oppor', 'tunity'), ('Bi', 'ble'), ('re', 'ceive')]
SUW19130925-V07-38-page2.txt: [('har', 'vesters'), ('co', 'operate'), ('cer', 'tainly')]
SUW19130925-V07-38-page3.txt: [('commenda', 'tion'), ('imme', 'diately'), ('maga', 'zine'), ('giv', 'ing'), ('Br', 'o'), ('preser', 'vation')]
SUW19130925-V07-38-page4.txt: [('Gos', 'pel'), ('Oc', 'tober'), ('il', 'l'), ("Am'", 't')]
SUW19130925-V07-38-page5.txt: [('es', 'pecially'), ('Ameri', 'can'), ('re', 'sults')]
SUW19130925-V07-38-page6.txt: [('fami', 'lies'), ('re', 'place')]
SUW19130925-V07-38-page7.txt: [('edu', 'cational'), ('Al', 'abama'), ('unreadi', 'ness'), ('pp', 'F')]
SUW19130925-V07-38-page8.txt: [('io', 'n'), ('Loui', 'siana'), ('ex', 'plains'), ('investi', 'gate'), ('Re', 'e'), ('re', 'port'), ('ac', 'curate'), ('Se', 'pt')]
SUW19131002-V07-39-page2.txt: [('th', 'readers'), ('oppor', 'tune'), ('ap', 'propriations'), ('Wyom', 'ing'), ('em', 'brace'), ('suf', 'ficiently'), ('popula', 'tion'), ('ef', 'forts'), ('mo', 'tion')]
SUW19131002-V07-39-page3.txt: [('Testimo', 'nies'), ('fu', 'ture'), ('ex', 'pect'), ('especi', 'ally'), ('re', 'classification'), ('Mak', 'ing')]
SUW19131002-V07-39-page4.txt: [('coun', 'try'), ('al', 'though'), ('neces', 'sary'), ('colpor', 'teur')]
SUW19131002-V07-39-page5.txt: [('als', 'o'), ('Har', 'vest'), ('edu', 'cation'), ('rheu', 'matism'), ('co', 'workers'), ('re', 'ceived'), ('ac', 'cept'), ("Am'", 't')]
SUW19131002-V07-39-page6.txt: [('peo', 'ple'), ('re', 'ceives'), ('earli', 'est')]
SUW19131002-V07-39-page7.txt: [('ex', 'ample'), ('pp', 'F')]
SUW19131002-V07-39-page8.txt: [('self-de', 'nial'), ('Offic', 'e'), ('Re', 'e'), ('ke', 'a')]
SUW19131009-V07-40-page1.txt: [('individ', 'ual'), ('Vo', 'l'), ('Sto', 'ries'), ('re', 'cent'), ('Mak', 'ing')]
SUW19131009-V07-40-page2.txt: [('atten', 'tion'), ('litera', 'ture'), ('privi', 'lege'), ('ex', 'periences'), ('se', 'cure')]
SUW19131009-V07-40-page3.txt: [('Oc', 'tober'), ('cour', 'age'), ('ex', 'hausted'), ('Hous', 'ton'), ('re', 'cently')]
SUW19131009-V07-40-page4.txt: [('peo', 'ple'), ('dif', 'ferent'), ('Smit', 'h')]
SUW19131009-V07-40-page5.txt: [('ex', 'pect'), ('Sa', 'x'), ('Adven', 'tists'), ('re', 'ceived'), ('Godsmar', 'k')]
SUW19131009-V07-40-page6.txt: [('Lif', 't'), ('Pr', 'o'), ('Bi', 'ble'), ('har', 'vesting'), ('colpor', 'teurs'), ('breth', 'ren')]
SUW19131009-V07-40-page7.txt: [('Co', 'n'), ('Mis', 'sissippi'), ('al', 'ready'), ('pp', 'f'), ('PP', 'F')]
SUW19131009-V07-40-page8.txt: [('suc', 'cess'), ('resur', 'rection'), ('Sout', 'her'), ('chil', 'dren'), ('har', 'vest'), ('ex', 'cellent'), ('destruc', 'tion'), ('Wor', 'ker'), ('Ry', 'a')]
SUW19131016-V07-41-page1.txt: [('suc', 'ceeded'), ('perver', 'sity'), ('theo', 'ries')]
SUW19131016-V07-41-page2.txt: [('unsancti', 'fied'), ('co', 'operation'), ('fa', 'vorably'), ('re', 'gretful'), ('Revela', 'tion'), ('Protes', 'tant'), ('un', 'belief'), ('promi', 'nent')]
SUW19131016-V07-41-page3.txt: [('Sanita', 'rium'), ('dif', 'ficulties'), ('ex', 'pressed'), ('Sa', 'l'), ('conflagra', 'tion'), ('ener', 'gizes'), ('suffi', 'cient')]
SUW19131016-V07-41-page4.txt: [('Oc', 'tober'), ('self-de', 'nial'), ('iso', 'lated')]
SUW19131016-V07-41-page5.txt: [('Har', 'vest')]
SUW19131016-V07-41-page6.txt: [('Bec', 'k'), ('Sa', 'x')]
SUW19131016-V07-41-page7.txt: [('Co', 'n'), ('fr', 'I'), ('Ro', 'mans'), ('ch', 'M'), ('pp', 'F'), ('PP', 'F')]
SUW19131016-V07-41-page8.txt: [('suc', 'cessful'), ('prin', 'ciples'), ('Sug', 'gestion'), ('thir', 'teen'), ('Re', 'e'), ('re', 'establishment'), ('cre', 'ate'), ('ic', 'e')]
SUW19131023-V07-42-page1.txt: [('Coun', 'cil'), ('ap', 'palling'), ('Vo', 'l'), ('mis', 'sions')]
SUW19131023-V07-42-page2.txt: [('Birm', 'ingham'), ('wel', 'l')]
SUW19131023-V07-42-page3.txt: [('ma', 'r'), ('mis', 'sionary'), ('Pa', 'r')]
SUW19131023-V07-42-page4.txt: [('Har', 'rison'), ('maga', 'zines'), ('daugh', 'ter'), ('al', 'e'), ('Ja', 'm'), ('pre', 'paring'), ('Re', 'view')]
SUW19131023-V07-42-page5.txt: [('regu', 'larly'), ('communica', 'tion'), ('iso', 'lated'), ('Mor', 'row'), ('experi', 'ence'), ('ac', 'tion'), ('contri', 'butions'), ('colpor', 'teur')]
SUW19131023-V07-42-page6.txt: [('oppor', 'tunity'), ('coun', 'try'), ('valu', 'able'), ('daugh', 'ter'), ('Pr', 'o'), ('Ju', 't'), ('acci', 'dents')]
SUW19131023-V07-42-page7.txt: [('Co', 'n'), ('ia', 'n'), ('degen', 'erate'), ('Hampto', 'n'), ('ef', 'forts'), ('PP', 'F')]
SUW19131023-V07-42-page8.txt: [('io', 'n'), ('tes', 'timony'), ('suc', 'cess'), ('Pr', 'o'), ('ex', 'cellent'), ('destruc', 'tion'), ('pre', 'sented'), ('Re', 'e')]
SUW19131030-V07-43-page6.txt: [('ne', 'per')]
SUW19131030-V07-43-page7.txt: [('PP', 'F')]
SUW19131106-V07-44-page7.txt: [('PP', 'F')]
SUW19131113-V07-45-page6.txt: [('ou', 't')]
SUW19131113-V07-45-page7.txt: [('Al', 'A')]
SUW19131120-V07-46-page1.txt: [('PEO', 'PLE')]
SUW19131120-V07-46-page2.txt: [('Mc', 'Connell')]
SUW19131120-V07-46-page7.txt: [('Br', 'o'), ('BR', 'o')]
SUW19131127-V07-47-page2.txt: [('welcom', 'e')]
SUW19131127-V07-47-page7.txt: [('PP', 'F')]
SUW19131204-V07-48-page7.txt: [('BP', 'S'), ('ex', 'C'), ('co', 'o')]
SUW19131211-V07-49-page7.txt: [('Br', 'o'), ('PP', 'F')]
SUW19131218-V07-50-page7.txt: [('co', 'M'), ('PP', 'F')]
SUW19140108-V08-02-page4.txt: [('Wi', 'sT')]
SUW19140108-V08-02-page7.txt: [('PP', 'F')]
SUW19140115-V08-03-page5.txt: [('dif', 'ficulties')]
SUW19140122-V08-04-page8.txt: [('Al', 'B'), ('PP', 'F')]
SUW19140129-V08-05-page7.txt: [('PP', 'F')]
SUW19140205-V08-06-page7.txt: [('sr', 'I'), ('PP', 'F')]
SUW19140219-V08-08-page6.txt: [('th', 'is')]
SUW19140219-V08-08-page7.txt: [('Br', 'o'), ('RE', 'C')]
SUW19140226-V08-09-page2.txt: [('prin', 'ted')]
SUW19140305-V08-10-page7.txt: [('PP', 'F')]
SUW19140312-V08-11-page4.txt: [('tem', 'perance')]
SUW19140319-V08-12-page5.txt: [('Mc', 'Donald')]
SUW19140319-V08-12-page7.txt: [('pp', 'r'), ('PP', 'F')]
SUW19140326-V08-13-page5.txt: [('th', 'is')]
SUW19140326-V08-13-page6.txt: [('MI', 'o')]
SUW19140326-V08-13-page7.txt: [('BR', 'o')]
SUW19140402-V08-14-page6.txt: [('PP', 'F'), ('BR', 'IS')]
SUW19140402-V08-14-page7.txt: [('bo', 'o'), ('PP', 'F'), ('ig', 'o'), ('BR', 'o')]
SUW19140409-V08-15-page1.txt: [('Da', 'is')]
SUW19140409-V08-15-page6.txt: [('BR', 'o')]
SUW19140409-V08-15-page7.txt: [('pp', 'F'), ('PP', 'F')]
SUW19140409-V08-15-page8.txt: [('RY', 'AN')]
SUW19140416-V08-16-page6.txt: [('BR', 'o')]
SUW19140416-V08-16-page7.txt: [('pp', 'F')]
SUW19140423-V08-17-page6.txt: [('da', 'te'), ('PP', 'F')]
SUW19140423-V08-17-page7.txt: [('ro', 'E'), ('ig', 'o'), ('BR', 'ig')]
SUW19140423-V08-17-page8.txt: [('gi', 'e')]
SUW19140430-V08-18-page6.txt: [('co', 'o')]
SUW19140507-V08-19-page7.txt: [('Br', 'o')]
SUW19140514-V08-20-page6.txt: [('BR', 'R')]
SUW19140514-V08-20-page7.txt: [('ro', 'o'), ('Br', 'o')]
SUW19140514-V08-20-page8.txt: [('unde', 'rsigned')]
SUW19140521-V08-21-page6.txt: [('BR', 'R')]
SUW19140521-V08-21-page7.txt: [('Harz', 'man')]
SUW19140528-V08-22-page4.txt: [('ri', 'o')]
SUW19140528-V08-22-page5.txt: [('th', 'at'), ('bo', 'o')]
SUW19140528-V08-22-page6.txt: [('PP', 'F')]
SUW19140528-V08-22-page7.txt: [('Br', 'o'), ('BR', 'R')]
SUW19140604-V08-23-page4.txt: [('th', 'at')]
SUW19140604-V08-23-page5.txt: [('th', 'in')]
SUW19140611-V08-24-page6.txt: [('ay', 'E'), ('PP', 'F')]
SUW19140611-V08-24-page7.txt: [('pP', 'F'), ('PP', 'F')]
SUW19140611-V08-24-page8.txt: [('ro', 'o'), ('bi', 'carbonate')]
SUW19140618-V08-25-page6.txt: [('PP', 'F')]
SUW19140618-V08-25-page7.txt: [('co', 'o'), ('PP', 'F'), ('BR', 'R')]
SUW19140625-V08-26-page6.txt: [('co', 'o'), ('PP', 'F')]
SUW19140625-V08-26-page7.txt: [('BP', 'M')]
SUW19140702-V08-27-page1.txt: [('Co', 'To')]
SUW19140702-V08-27-page6.txt: [('PP', 'F')]
SUW19140702-V08-27-page7.txt: [('ca', 'D'), ('BR', 'A')]
SUW19140702-V08-27-page8.txt: [('outlin', 'ed'), ('op', 'portunity')]
SUW19140709-V08-28-page5.txt: [('recog', 'nition')]
SUW19140709-V08-28-page6.txt: [('PP', 'F')]
SUW19140709-V08-28-page8.txt: [('smil', 'e')]
SUW19140716-V08-29-page5.txt: [('Hazle', 'hurst')]
SUW19140716-V08-29-page6.txt: [('PP', 'r')]
SUW19140716-V08-29-page7.txt: [('BR', 'A')]
SUW19140723-V08-30-page6.txt: [('PP', 'F')]
SUW19140730-V08-31-page7.txt: [('PP', 'F'), ('BR', 'R')]
SUW19140806-V08-32-page7.txt: [('PP', 'F'), ('BR', 'R')]
SUW19140813-V08-33-page7.txt: [('zo', 'o'), ('BR', 'A')]
SUW19140820-V08-34-page6.txt: [('PP', 'F')]
SUW19140820-V08-34-page7.txt: [('PP', 'F'), ('BR', 'A')]
SUW19140827-V08-35-page6.txt: [('pp', 'F'), ('BR', 'o')]
SUW19140827-V08-35-page7.txt: [('BR', 'A')]
SUW19140903-V08-36-page6.txt: [('ex', 'C')]
SUW19140903-V08-36-page7.txt: [('PP', 'F'), ('BR', 'A')]
SUW19140910-V08-37-page4.txt: [('ro', 'o')]
SUW19140910-V08-37-page7.txt: [('ro', 'o'), ('GC', 'S'), ('PP', 'F'), ('BR', 'Ed')]
SUW19140917-V08-38-page6.txt: [('PP', 'F')]
SUW19140917-V08-38-page7.txt: [('GC', 'S'), ('BR', 'o')]
SUW19140924-V08-39-page2.txt: [('Watc', 'hman')]
SUW19140924-V08-39-page6.txt: [('Al', 'A'), ('PP', 'F')]
SUW19140924-V08-39-page7.txt: [('GC', 'S'), ('Al', 'L'), ('PP', 'F'), ('BR', 'A')]
SUW19141008-V08-41-page7.txt: [('PP', 'r')]
SUW19141015-V08-42-page7.txt: [('ma', 'W'), ('BR', 'o')]
SUW19141022-V08-43-page7.txt: [('PP', 'F')]
SUW19141022-V08-44-page7.txt: [('ro', 'C'), ('PP', 'F'), ('BR', 'IO')]
SUW19141105-V08-45-page7.txt: [('PP', 'F')]
SUW19141112-V08-46-page5.txt: [('BI', 'BLE'), ('LI', 'BRARIES')]
SUW19141112-V08-46-page7.txt: [('UN', 'ION')]
SUW19141119-V08-47-page7.txt: [('ro', 'Jas'), ('PP', 'F'), ('BR', 'o')]
SUW19141119-V08-47-page8.txt: [('experienc', 'e'), ('ri', 'o')]
SUW19141203-V08-49-page7.txt: [('BR', 'o')]
SUW19141203-V08-49-page8.txt: [('ECCLE', 'SIASTICAL')]
SUW19141224-V08-51-page3.txt: [('re', 'ceiving')]
SUW19141224-V08-51-page7.txt: [('ro', 'o'), ('PP', 'F'), ('oo', 'H'), ('BR', 'o')]
SUW19150101-V09-01-page3.txt: [('G.', '')]
SUW19150101-V09-01-page5.txt: [('Fo', 'B')]
SUW19150101-V09-01-page8.txt: [('re', 'elected')]
SUW19150114-V09-02-page1.txt: [('th', 'ese')]
SUW19150114-V09-02-page4.txt: [('bef', 'ore')]
SUW19150114-V09-02-page7.txt: [('PP', 'F'), ('BR', 'A')]
SUW19150121-V09-03-page5.txt: [('fo', 'r')]
SUW19150121-V09-03-page7.txt: [('BR', 'R')]
SUW19150121-V09-03-page8.txt: [('re', 'echoes')]
SUW19150128-V09-04-page2.txt: [('pla', 'ce'), ('PA', 'w')]
SUW19150128-V09-04-page8.txt: [('fo', 'rd')]
SUW19150204-V09-05-page7.txt: [('LOUISIA', 'NA')]
SUW19150211-V09-06-page7.txt: [('ro', 'o')]
SUW19150218-V09-07-page7.txt: [('CO', 'o')]
SUW19150225-V09-08-page3.txt: [('MC', 'KINNON')]
SUW19150225-V09-08-page7.txt: [('co', 'o')]
SUW19150304-V09-09-page7.txt: [('BR', 'R')]
SUW19150311-V09-10-page11.txt: [('PP', 'r')]
SUW19150325-V09-12-page7.txt: [('Bo', 'B'), ('BR', 'o')]
SUW19150401-V09-13-page2.txt: [('th', 'a')]
SUW19150401-V09-13-page7.txt: [('BR', 'EA')]
SUW19150408-V09-14-page2.txt: [('ro', 'o')]
SUW19150408-V09-14-page9.txt: [('ro', 'o'), ('PP', 'F'), ('oo', 'H')]
SUW19150415-V09-15-page7.txt: [('PP', 'F'), ('BR', 'o')]
SUW19150422-V09-16-page7.txt: [('PP', 'F'), ('oo', 'H'), ('BR', 'o')]
SUW19150429-V09-17-page6.txt: [('Mc', 'Lennan')]
SUW19150429-V09-17-page7.txt: [('BR', 'R'), ('co', 'M'), ('Br', 'o'), ('PP', 'F')]
SUW19150506-V09-18-page7.txt: [('PP', 'F'), ('oo', 'H')]
SUW19150513-V09-19-page7.txt: [('PP', 'F'), ('BR', 'o')]
SUW19150520-V09-20-page7.txt: [('pp', 'R'), ('PP', 'F'), ('oo', 'H'), ('BR', 'o')]
SUW19150527-V09-21-page7.txt: [('PP', 'F'), ('BR', 'o')]
SUW19150603-V09-22-page7.txt: [('PP', 'F'), ('oo', 'H'), ('BR', 'o')]
SUW19150610-V09-23-page7.txt: [('Ge', 'E'), ('Br', 'o'), ('zo', 'o'), ('PP', 'F'), ('BR', 'o')]
SUW19150617-V09-24-page7.txt: [('PP', 'F'), ('BR', 'o')]
SUW19150624-V09-25-page7.txt: [('PP', 'F'), ('BR', 'IO')]
SUW19150701-V09-26-page7.txt: [('tw', 'o'), ('PP', 'F'), ('oo', 'H'), ('BR', 'o')]
SUW19150708-V09-27-page5.txt: [('Pri', 'vate')]
SUW19150708-V09-27-page6.txt: [('Ma', 'rk')]
SUW19150708-V09-27-page7.txt: [('ro', 'D'), ('os', 'o'), ('pp', 'F'), ('PP', 'F'), ('BR', 'Andy')]
SUW19150715-V09-28-page7.txt: [('BR', 'R')]
SUW19150729-V09-30-page4.txt: [('ber', 'I')]
SUW19150729-V09-30-page6.txt: [('pp', 'F'), ('PP', 'F'), ('BR', 'o')]
SUW19150729-V09-30-page7.txt: [('PP', 'F'), ('BR', 'A')]
SUW19150812-V09-31-page3.txt: [('ov', 'er')]
SUW19150812-V09-31-page5.txt: [('Co', 'ot'), ('Sa', 'b')]
SUW19150812-V09-31-page9.txt: [('Pp', 'F'), ('pp', 'F'), ('PP', 'F'), ('oo', 'F'), ('BR', 'o')]
SUW19150819-V09-32-page11.txt: [('BR', 'o')]
SUW19150826-V09-33-page7.txt: [('Bral', 'liar'), ('BR', 'o')]
SUW19150902-V09-34-page7.txt: [('PP', 'F'), ('BR', 'o')]
SUW19150909-V09-35-page1.txt: [('WOR', 'K')]
SUW19150909-V09-35-page4.txt: [('Har', 'Ing'), ('Asso', 'S')]
SUW19150909-V09-35-page5.txt: [('Har', 'Ing')]
SUW19150916-V09-36-page5.txt: [('BR', 'r')]
SUW19150923-V09-37-page5.txt: [('ta', 't')]
SUW19150923-V09-37-page7.txt: [('BR', 'R')]
SUW19150930-V09-38-page3.txt: [('prosp', 'ectuses')]
SUW19151007-V09-39-page7.txt: [('BR', 'R')]
SUW19151014-V09-40-page7.txt: [('PP', 'F'), ('BR', 'R')]
SUW19151021-V09-41-page7.txt: [('PP', 'F')]
SUW19151028-V09-42-page7.txt: [('re', 'F'), ('PP', 'F')]
SUW19151104-V09-43-page3.txt: [('Sh', 'e')]
SUW19151104-V09-43-page7.txt: [('pp', 'F')]
SUW19151111-V09-44-page4.txt: [('campai', 'gn')]
SUW19151118-V09-45-page7.txt: [('UN', 'ION'), ('PP', 'F')]
SUW19151202-V09-47-page5.txt: [('Th', 'ug')]
SUW19151202-V09-47-page6.txt: [("Don'", 't')]
SUW19151202-V09-47-page8.txt: [('oWin', 'g')]
SUW19151209-V09-48-page6.txt: [('fr', 'om')]
SUW19151209-V09-48-page7.txt: [('co', 'P')]
SUW19151216-V09-49-page2.txt: [('ap', 'preciate')]
SUW19151216-V09-49-page7.txt: [('plac', 'e')]
SUW19151223-V09-50-page4.txt: [('OA', 't')]
SUW19151223-V09-50-page7.txt: [('PP', 'F'), ('BR', 'R')]
SUW19160106-V10-01-page1.txt: [('wa', 's')]
SUW19160106-V10-01-page3.txt: [('PAg', 'e')]
SUW19160106-V10-01-page7.txt: [('BR', 'Andy')]
SUW19160106-V10-01-page8.txt: [('ro', 'at')]
SUW19160113-V10-02-page7.txt: [('BP', 'S'), ('BR', 'R')]
SUW19160127-V10-04-page8.txt: [('ro', 'at')]
SUW19160203-V10-05-page3.txt: [('surpri', 'sing')]
SUW19160217-V10-07-page15.txt: [('commenda', 'tion')]
SUW19160217-V10-07-page3.txt: [('po', 'rt'), ('rt', 'e')]
SUW19160217-V10-07-page7.txt: [('ac', 'count')]
SUW19160224-V10-08-page7.txt: [('PP', 'F')]
SUW19160302-V10-09-page3.txt: [('BEUL', 'AH')]
SUW19160302-V10-09-page4.txt: [('cour', 'age')]
SUW19160302-V10-09-page5.txt: [('Janu', 'ary')]
SUW19160302-V10-09-page7.txt: [('HM', 'M'), ('BR', 'R')]
SUW19160309-V10-10-page7.txt: [('ma', 'E'), ('PP', 'F')]
SUW19160309-V10-10-page8.txt: [('Mc', 'Conaughey')]
SUW19160316-V10-11-page7.txt: [('BR', 'R')]
SUW19160323-V10-12-page8.txt: [('LI', 'the')]
SUW19160330-V10-13-page4.txt: [('Mc', 'Conaughey'), ('superin', 'tendent')]
SUW19160330-V10-13-page7.txt: [('HM', 'M')]
SUW19160406-V10-14-page7.txt: [('mu', 'M')]
SUW19160413-V10-15-page7.txt: [('Al', 'L')]
SUW19160420-V10-16-page2.txt: [('th', 'e')]
SUW19160420-V10-16-page7.txt: [('HM', 'M')]
SUW19160427-V10-17-page4.txt: [('Lexing', 'ton'), ('Bos', 'well')]
SUW19160427-V10-17-page7.txt: [('PP', 'r'), ('BR', 'Andy')]
SUW19160504-V10-18-page7.txt: [('BP', 'M'), ('BR', 'R')]
SUW19160511-V10-19-page3.txt: [('theref', 'ore')]
SUW19160511-V10-19-page7.txt: [('BR', 'R')]
SUW19160518-V10-20-page7.txt: [('mu', 'S'), ('BR', 'a')]
SUW19160518-V10-20-page8.txt: [('beauti', 'ful')]
SUW19160525-V10-21-page1.txt: [('wond', 'er')]
SUW19160525-V10-21-page6.txt: [('Mc', 'Donald')]
SUW19160525-V10-21-page7.txt: [('PP', 'F')]
SUW19160601-V10-22-page3.txt: [('wo', 'rld')]
SUW19160601-V10-22-page7.txt: [('BR', 'A')]
SUW19160608-V10-23-page4.txt: [('repre', 'sentatives')]
SUW19160608-V10-23-page7.txt: [('PP', 'F'), ('BR', 'R')]
SUW19160622-V10-25-page4.txt: [('peo', 'ple'), ('asso', 'ciates')]
SUW19160622-V10-25-page7.txt: [('PP', 'F'), ('BR', 'A')]
SUW19160706-V10-27-page4.txt: [('enj', 'oyed')]
SUW19160706-V10-27-page7.txt: [('ma', 'W'), ('BR', 'EI')]
SUW19160713-V10-28-page7.txt: [('Ba', 'H'), ('PP', 'F')]
SUW19160720-V10-29-page7.txt: [('BR', 'A')]
SUW19160720-V10-29-page8.txt: [('MA', 'RSHALL')]
SUW19160727-V10-30-page11.txt: [('PP', 'F'), ('BR', 'A')]
SUW19160810-V10-31-page11.txt: [('BR', 'Ea')]
SUW19160810-V10-31-page4.txt: [('M.', '')]
SUW19160810-V10-31-page8.txt: [('MI', 'N')]
SUW19160817-V10-32-page5.txt: [('re', 'g')]
SUW19160824-V10-33-page6.txt: [('Ht', 'S'), ('BR', 'East')]
SUW19160824-V10-33-page7.txt: [('CONFERE', 'NCE')]
SUW19160831-V10-34-page1.txt: [('ne', 'arly')]
SUW19160831-V10-34-page7.txt: [('BP', 'M')]
SUW19160907-V10-35-page7.txt: [('BR', 'R')]
SUW19160912-V10-36-page7.txt: [('BR', 'R')]
SUW19160921-V10-37-page7.txt: [('BR', 'R'), ('ex', 'R')]
SUW19160928-V10-38-page7.txt: [('BR', 'R')]
SUW19161005-V10-39-page1.txt: [('th', 'e')]
SUW19161005-V10-39-page3.txt: [('Jimson', 'weed')]
SUW19161005-V10-39-page7.txt: [('Br', 'R'), ('BR', 'R')]
SUW19161005-V10-39-page8.txt: [('Na', 'shville')]
SUW19161012-V10-40-page2.txt: [('OCTO', 'BER')]
SUW19161012-V10-40-page7.txt: [('BR', 'R')]
SUW19161012-V10-40-page8.txt: [('mu', 't')]
SUW19161019-V10-41-page3.txt: [('BR', 'A')]
SUW19161026-V10-42-page1.txt: [('co', 't')]
SUW19161026-V10-42-page7.txt: [('BR', 'R')]
SUW19161102-V10-43-page7.txt: [('BR', 'A')]
SUW19161109-V10-44-page7.txt: [('BR', 'A')]
SUW19161109-V10-44-page8.txt: [('ro', 'at')]
SUW19161116-V10-45-page4.txt: [('entere', 'd'), ('Th', 'ey')]
SUW19161116-V10-45-page7.txt: [('BR', 'A')]
SUW19161123-V10-46-page7.txt: [('BR', 'Andy')]
SUW19161123-V10-46-page8.txt: [('ro', 'at')]
SUW19161207-V10-48-page2.txt: [('develope', 'd')]
SUW19161207-V10-48-page3.txt: [('fifte', 'en')]
SUW19161207-V10-48-page7.txt: [('Confe', 'rence'), ('BR', 'A')]
SUW19161214-V10-49-page3.txt: [('edu', 'cational'), ('har', 'mony')]
SUW19161214-V10-49-page5.txt: [('CO', 'O')]
SUW19161221-V10-50-page8.txt: [('Birming', 'ham')]
SUW19170104-V11-01-page1.txt: [('tur', 'd')]
SUW19170104-V11-01-page7.txt: [('BR', 'R')]
SUW19170111-V11-02-page4.txt: [('encourag', 'ing')]
SUW19170111-V11-02-page7.txt: [('BR', 'R')]
SUW19170111-V11-02-page8.txt: [('Kentuc', 'ky')]
SUW19170118-V11-03-page7.txt: [('BR', 'R')]
SUW19170125-V11-04-page4.txt: [('drov', 'e')]
SUW19170125-V11-04-page7.txt: [('re', 'ach'), ('BR', 'A')]
SUW19170125-V11-04-page8.txt: [('ch', 'are')]
SUW19170208-V11-06-page7.txt: [('BR', 'R')]
SUW19170215-V11-07-page4.txt: [('po', 'w'), ('WA', 'ke'), ('OP', 'P'), ('Edu', 'cational'), ('re', 'cePt')]
SUW19170222-V11-08-page8.txt: [('SI', 'S')]
SUW19170301-V11-09-page7.txt: [('BR', 'an')]
SUW19170308-V11-10-page1.txt: [('th', 'e'), ('Mc', 'Lennan')]
SUW19170308-V11-10-page4.txt: [('Keny', 'on')]
SUW19170308-V11-10-page7.txt: [('ex', 'R'), ('BR', 'A')]
SUW19170308-V11-10-page8.txt: [('M.', '')]
SUW19170315-V11-11-page3.txt: [('Ok', 'lahoma')]
SUW19170322-V11-12-page7.txt: [('BR', 'R')]
SUW19170322-V11-12-page8.txt: [('QUESTIO', 'N')]
SUW19170329-V11-13-page6.txt: [('Mc', 'Lennan'), ('Pre', 'sent')]
SUW19170405-V11-14-page1.txt: [('mo', 'On'), ('mi', 'M')]
SUW19170405-V11-14-page7.txt: [('physici', 'an')]
SUW19170412-V11-15-page7.txt: [('BR', 'R')]
SUW19170419-V11-16-page5.txt: [('Mc', 'Veigh'), ('MI', 'MI')]
SUW19170419-V11-16-page7.txt: [('BR', 'R')]
SUW19170426-V11-17-page7.txt: [('BR', 'R')]
SUW19170426-V11-17-page8.txt: [('Ea', 'stern')]
SUW19170503-V11-18-page7.txt: [('BR', 'R')]
SUW19170503-V11-18-page8.txt: [('ro', 'at')]
SUW19170517-V11-20-page3.txt: [('BR', 'R')]
SUW19170517-V11-20-page7.txt: [('BR', 'A')]
SUW19170524-V11-21-page7.txt: [('BR', 'Andy')]
SUW19170607-V11-23-page7.txt: [('ma', 'J'), ('BR', 'R')]
SUW19170614-V11-24-page5.txt: [('princi', 'pally')]
SUW19170614-V11-24-page7.txt: [('BR', 'R')]
SUW19170621-V11-25-page8.txt: [('Alphon', 'so')]
SUW19170628-V11-26-page2.txt: [('Indi', 'viduals')]
SUW19170628-V11-26-page7.txt: [('BR', 'A')]
SUW19170705-V11-27-page1.txt: [('MM', 'e')]
SUW19170705-V11-27-page7.txt: [('BR', 'R')]
SUW19170712-V11-28-page3.txt: [('insti', 'tution')]
SUW19170712-V11-28-page7.txt: [('BR', 'R')]
SUW19170712-V11-28-page8.txt: [('OP', 'S')]
SUW19170719-V11-29-page1.txt: [('Mi', 'M'), ('M.', '')]
SUW19170719-V11-29-page5.txt: [('Mc', 'Leod')]
SUW19170719-V11-29-page7.txt: [('BR', 'R')]
SUW19170726-V11-30-page1.txt: [('ELE', 'M'), ('writte', 'n')]
SUW19170726-V11-30-page6.txt: [('Tennes', 'see'), ('re', 'enter')]
SUW19170726-V11-30-page7.txt: [('BR', 'R')]
SUW19170726-V11-30-page8.txt: [('lIl', 'a')]
SUW19170802-V11-31-page7.txt: [('BR', 'R')]
SUW19170802-V11-31-page8.txt: [("oh'", 'S')]
SUW19170809-V11-32-page7.txt: [('BR', 'R')]
SUW19170809-V11-32-page8.txt: [('Ti', 'me'), ('Hea', 'th')]
SUW19170816-V11-33-page10.txt: [('ti', 'L'), ('Fr', 'I'), ('mu', 'D')]
SUW19170816-V11-33-page11.txt: [('Br', 'R')]
SUW19170823-V11-34-page3.txt: [('Mc', 'Lennan')]
SUW19170823-V11-34-page7.txt: [('BP', 's'), ('BR', 'R')]
SUW19170830-V11-35-page2.txt: [('profe', 'ssing')]
SUW19170830-V11-35-page5.txt: [('Vermil', 'ion')]
SUW19170830-V11-35-page7.txt: [('BR', 'R')]
SUW19170906-V11-36-page7.txt: [('BR', 'Andy')]
SUW19170913-V11-37-page5.txt: [('circum', 'stances')]
SUW19170913-V11-37-page7.txt: [('Po', 'stpaid')]
SUW19170913-V11-37-page8.txt: [('Bac', 't'), ('Nashvill', 'e'), ('Greenwo', 'od')]
SUW19170927-V11-38-page3.txt: [('BR', 'R')]
SUW19171004-V11-39-page7.txt: [('acqu', 'aintances')]
SUW19171011-V11-40-page6.txt: [('th', 'e')]
SUW19171011-V11-40-page7.txt: [('wai', 'n'), ('BR', 'Andy')]
SUW19171011-V11-40-page8.txt: [('re', 'a')]
SUW19171018-V11-41-page2.txt: [('Re', 'view')]
SUW19171018-V11-41-page7.txt: [('BR', 'Andy')]
SUW19171025-V11-42-page7.txt: [('BR', 'Andy')]
SUW19171101-V11-43-page7.txt: [('BR', 'R')]
SUW19171108-V11-44-page6.txt: [('hundre', 'd')]
SUW19171108-V11-44-page7.txt: [('ther', 'e'), ('BR', 'R')]
SUW19171115-V11-45-page4.txt: [('th', 'e')]
SUW19171115-V11-45-page7.txt: [('BR', 'Andy')]
SUW19171122-V11-46-page3.txt: [('wishin', 'g')]
SUW19171122-V11-46-page6.txt: [('indi', 'cated')]
SUW19171129-V11-47-page1.txt: [('un', 'mistakably')]
SUW19171129-V11-47-page2.txt: [('emphasi', 'Zing')]
SUW19171129-V11-47-page6.txt: [('pla', 'ce'), ('ce', 'to'), ('CONFERE', 'NCE')]
SUW19171206-V11-48-page3.txt: [('enab', 'le')]
SUW19171206-V11-48-page4.txt: [('co', 'ria')]
SUW19171206-V11-48-page7.txt: [('BR', 'R')]
SUW19171206-V11-48-page8.txt: [('po', 'wer')]
SUW19171213-V11-49-page4.txt: [('M.', '')]
SUW19171213-V11-49-page6.txt: [('th', 'e')]
SUW19171213-V11-49-page7.txt: [('BR', 'R')]
SUW19171220-V11-50-page4.txt: [('ci', 'T')]
SUW19171220-V11-50-page7.txt: [('gatheri', 'ng')]
SUW19180103-V12-01-page5.txt: [('HM', 'M')]
SUW19180103-V12-01-page7.txt: [('Mc', 'Lennan')]
SUW19180103-V12-01-page8.txt: [('th', 'in')]
SUW19180110-V12-02-page2.txt: [('af', 'ter')]
SUW19180110-V12-02-page3.txt: [('Al', 'dridge')]
SUW19180110-V12-02-page4.txt: [('BR', 'R')]
SUW19180110-V12-02-page5.txt: [('BR', 'Andy')]
SUW19180110-V12-02-page8.txt: [('soo', 'th'), ('exer', 'cises')]
SUW19180117-V12-03-page5.txt: [('separa', 'tions')]
SUW19180117-V12-03-page8.txt: [('Maga', 'zine')]
SUW19180124-V12-04-page8.txt: [('th', 'at')]
SUW19180214-V12-07-page4.txt: [('th', 'in')]
SUW19180214-V12-07-page7.txt: [('al', 'e')]
SUW19180214-V12-07-page8.txt: [('SANITARI', 'UM')]
SUW19180221-V12-08-page7.txt: [('SANITARI', 'UM')]
SUW19180228-V12-09-page8.txt: [('SANITARI', 'UM')]
SUW19180307-V12-10-page8.txt: [('th', 'at'), ('co', 'laborers'), ('M.', ''), ('Alli', 'son')]
SUW19180314-V12-11-page4.txt: [('CO', 'L'), ('PO', 'RTE'), ('BR', 'Andy')]
SUW19180328-V12-13-page4.txt: [('OD', 'E')]
SUW19180328-V12-13-page6.txt: [('th', 'at')]
SUW19180328-V12-13-page7.txt: [('re', 'port')]
SUW19180404-V12-14-page7.txt: [('ful', 'filled')]
SUW19180418-V12-16-page5.txt: [('BR', 'R')]
SUW19180418-V12-16-page6.txt: [('co', 'operated')]
SUW19180418-V12-16-page7.txt: [('co', 'operating'), ('re', 'created')]
SUW19180425-V12-17-page5.txt: [('co', 'worker')]
SUW19180513-V12-20-page2.txt: [('SUBSCRIP', 'TIONS')]
SUW19180513-V12-20-page4.txt: [('BR', 'R')]
SUW19180523-V12-21-page5.txt: [('BR', 'ing')]
SUW19180530-V12-22-page4.txt: [('BR', 'R')]
SUW19180606-V12-23-page2.txt: [('ac', 'c')]
SUW19180606-V12-23-page6.txt: [('Mc', 'Lennan')]
SUW19180606-V12-23-page7.txt: [('G.', '')]
SUW19180613-V12-24-page4.txt: [('OD', 'E'), ('BR', 'A')]
SUW19180620-V12-25-page2.txt: [('Controv', 'ersy')]
SUW19180620-V12-25-page8.txt: [('dormito', 'ry')]
SUW19180627-V12-26-page4.txt: [('HM', 'M'), ('BR', 'A')]
SUW19180627-V12-26-page5.txt: [('BR', 'R')]
SUW19180704-V12-27-page1.txt: [('fi', 'nance'), ('worldw', 'ide')]
SUW19180704-V12-27-page5.txt: [('BR', 'R')]
SUW19180711-V12-28-page4.txt: [('BR', 'A')]
SUW19180711-V12-28-page5.txt: [('BR', 'R')]
SUW19180718-V12-29-page4.txt: [('BR', 'R')]
SUW19180718-V12-29-page5.txt: [('BR', 'R')]
SUW19180718-V12-29-page7.txt: [('keE', 'ping')]
SUW19180725-V12-30-page3.txt: [('re', 'quired')]
SUW19180725-V12-30-page5.txt: [('cO', 'Education')]
SUW19180725-V12-30-page6.txt: [('Al', 'a')]
SUW19180725-V12-30-page8.txt: [('gla', 'ss')]
SUW19180801-V12-31-page4.txt: [('HM', 'M'), ('OD', 'E'), ('BR', 'R')]
SUW19180801-V12-31-page5.txt: [('OD', 'D')]
SUW19180801-V12-31-page7.txt: [('th', 'is')]
SUW19180808-V12-32-page4.txt: [('BR', 'A')]
SUW19180808-V12-32-page5.txt: [('BR', 'R')]
SUW19180808-V12-32-page7.txt: [('Campme', 'eting')]
SUW19180815-V12-33-page1.txt: [('re', 'elected')]
SUW19180815-V12-33-page4.txt: [('OD', 'D'), ('BR', 'R')]
SUW19180815-V12-33-page5.txt: [('BR', 'R')]
SUW19180822-V12-34-page7.txt: [('BR', 'A')]
SUW19180822-V12-34-page8.txt: [('soo', 'th')]
SUW19180829-V12-35-page3.txt: [('Montgom', 'ery')]
SUW19180829-V12-35-page4.txt: [('BR', 'A')]
SUW19180829-V12-35-page5.txt: [('Mc', 'Lennan')]
SUW19180829-V12-35-page8.txt: [('campmeet', 'ing')]
SUW19180905-V12-36-page1.txt: [('CA', 'MPMEETINGS'), ('impro', 've')]
SUW19180905-V12-36-page3.txt: [('PUBLI', 'CATIONS')]
SUW19180912-V12-37-page4.txt: [('BR', 'A')]
SUW19180919-V12-38-page2.txt: [('co', 'co')]
SUW19180919-V12-38-page5.txt: [('ex', 'pected')]
SUW19180926-V12-39-page5.txt: [('BR', 'A')]
SUW19181010-V12-41-page1.txt: [('re', 'elected')]
SUW19181010-V12-41-page2.txt: [('busines', 's'), ('co', 'operation')]
SUW19181010-V12-41-page4.txt: [('BR', 'R')]
SUW19181010-V12-41-page5.txt: [('pre', 'eminently'), ('re', 'elected')]
SUW19181017-V12-42-page1.txt: [('th', 'at')]
SUW19181017-V12-42-page2.txt: [('Genito', 'urinary')]
SUW19181017-V12-42-page4.txt: [('BR', 'No')]
SUW19181024-V12-43-page2.txt: [('th', 'is')]
SUW19181024-V12-43-page4.txt: [('BR', 'R')]
SUW19181024-V12-43-page6.txt: [('Mis', 'sion')]
SUW19181031-V12-44-page4.txt: [('BR', 'R')]
SUW19181107-V12-45-page4.txt: [('pre', 'eminent')]
SUW19181107-V12-45-page5.txt: [('pre', 'eminence'), ('RE', 'PORT')]
SUW19181107-V12-45-page7.txt: [('indi', 'vidual')]
SUW19181114-V12-46-page4.txt: [('BR', 'A')]
SUW19181121-V12-47-page5.txt: [('BR', 'R')]
SUW19181121-V12-47-page6.txt: [('co', 'operate')]
SUW19181128-V12-48-page2.txt: [('HIRLIN', 'GER')]
SUW19181128-V12-48-page4.txt: [('BR', 'R')]
SUW19181205-V12-49-page4.txt: [('CO', 'L'), ('BR', 'R')]
SUW19181205-V12-49-page5.txt: [('BR', 'R')]
SUW19181205-V12-49-page6.txt: [('th', 'at')]
SUW19181212-V12-50-page3.txt: [('offi', 'ce')]
SUW19181212-V12-50-page5.txt: [('BR', 'A')]
SUW19181212-V12-50-page8.txt: [('op', 'erations')]
SUW19190109-V13-03-page1.txt: [('newspa', 'pers')]
SUW19190109-V13-03-page3.txt: [('re', 'dedicated')]
SUW19190109-V13-03-page4.txt: [('BR', 'A')]
SUW19190109-V13-03-page5.txt: [('th', 'at')]
SUW19190109-V13-03-page8.txt: [("Sec'", 'y')]
SUW19190116-V13-04-page1.txt: [('th', 'in')]
SUW19190116-V13-04-page3.txt: [('re', 'member')]
SUW19190116-V13-04-page4.txt: [('re', 'entering')]
SUW19190116-V13-04-page5.txt: [('CO', 'L'), ('RE', 'PORT')]
SUW19190123-V13-05-page4.txt: [('BR', 'R')]
SUW19190123-V13-05-page6.txt: [('M.', '')]
SUW19190123-V13-05-page8.txt: [('co', 'operating')]
SUW19190130-V13-06-page8.txt: [('th', 'a')]
SUW19190206-V13-07-page2.txt: [('Singleter', 'y')]
SUW19190206-V13-07-page4.txt: [('CO', 'L'), ('BR', 'R')]
SUW19190213-V13-08-page3.txt: [('Insti', 'tute')]
SUW19190220-V13-09-page7.txt: [('prodi', 'gal')]
SUW19190227-V13-10-page5.txt: [('re', 'quested')]
SUW19190227-V13-10-page8.txt: [('vis', 'ited')]
SUW19190306-V13-11-page3.txt: [('ro', 'be')]
SUW19190313-V13-12-page4.txt: [('OD', 'E')]
SUW19190320-V13-13-page4.txt: [('PP', 'F'), ('BR', 'R')]
SUW19190320-V13-13-page5.txt: [('peo', 'ple'), ('OD', 'ER'), ('BR', 'R')]
SUW19190327-V13-14-page5.txt: [('hav', 'e')]
SUW19190327-V13-14-page7.txt: [('shoul', 'd'), ('Re', 'tells')]
SUW19190327-V13-14-page8.txt: [('Thom', 'pson')]
SUW19190403-V13-15-page1.txt: [('knowl', 'edge')]
SUW19190403-V13-15-page4.txt: [('BR', 'Ed')]
SUW19190403-V13-15-page5.txt: [('M.', '')]
SUW19190403-V13-15-page7.txt: [('th', 'e')]
SUW19190410-V13-16-page2.txt: [('re', 'consecration')]
SUW19190410-V13-16-page3.txt: [('secre', 'tary')]
SUW19190410-V13-16-page7.txt: [('th', 'in')]
SUW19190417-V13-17-page2.txt: [('Shoemak', 'er')]
SUW19190417-V13-17-page6.txt: [('BR', 'R')]
SUW19190417-V13-17-page7.txt: [('BR', 'A')]
SUW19190417-V13-17-page8.txt: [('li', 'I')]
SUW19190424-V13-18-page2.txt: [('th', 'at')]
SUW19190424-V13-18-page4.txt: [('Johnst', 'on')]
SUW19190424-V13-18-page5.txt: [('Clif', 't')]
SUW19190424-V13-18-page6.txt: [('re', 'organized')]
SUW19190424-V13-18-page7.txt: [('th', 'an'), ('BR', 'A')]
SUW19190501-V13-19-page1.txt: [('visi', 'ted')]
SUW19190501-V13-19-page4.txt: [('Ma', 'J')]
SUW19190501-V13-19-page5.txt: [('fi', 'r')]
SUW19190501-V13-19-page6.txt: [('BR', 'A')]
SUW19190501-V13-19-page7.txt: [('BR', 'R')]
SUW19190508-V13-20-page6.txt: [('CO', 'L'), ('BR', 'R')]
SUW19190508-V13-20-page7.txt: [('BR', 'R')]
SUW19190515-V13-21-page1.txt: [('wor', 'ld'), ('re', 'sponsibilities'), ('op', 'portunity')]
SUW19190515-V13-21-page5.txt: [('Co', 'X')]
SUW19190515-V13-21-page6.txt: [('OD', 'E'), ('BR', 'R')]
SUW19190515-V13-21-page7.txt: [('BR', 'r')]
SUW19190515-V13-21-page8.txt: [('Ool', 'tewah')]
SUW19190522-V13-22-page5.txt: [('th', 'in')]
SUW19190522-V13-22-page6.txt: [('th', 'is')]
SUW19190529-V13-23-page2.txt: [('th', 'in')]
SUW19190529-V13-23-page4.txt: [('th', 'in'), ('PP', 'R'), ('BR', 'A')]
SUW19190605-V13-24-page3.txt: [('th', 'is')]
SUW19190605-V13-24-page5.txt: [('BR', 'R')]
SUW19190605-V13-24-page7.txt: [('re', 'claimed')]
SUW19190612-V13-25-page2.txt: [('th', 'in')]
SUW19190619-V13-26-page4.txt: [('BR', 'A')]
SUW19190619-V13-26-page5.txt: [('BR', 'R')]
SUW19190619-V13-26-page7.txt: [('th', 'at')]
SUW19190626-V13-27-page2.txt: [('BR', 'R')]
SUW19190626-V13-27-page3.txt: [('BR', 'A')]
SUW19190626-V13-27-page6.txt: [('co', 'workers'), ('BR', 'R')]
SUW19190626-V13-27-page7.txt: [('BR', 'R')]
SUW19190703-V13-28-page4.txt: [('BR', 'Ed')]
SUW19190703-V13-28-page5.txt: [('BR', 'R')]
SUW19190710-V13-29-page4.txt: [('OD', 'E'), ('BR', 'R')]
SUW19190717-V13-30-page4.txt: [('th', 'at'), ('BR', 'R')]
SUW19190724-V13-31-page7.txt: [('Coun', 'cil'), ('Sev', 'entieth')]
SUW19190807-V13-32-page3.txt: [('pr', 'ov')]
SUW19190807-V13-32-page4.txt: [('BR', 'R')]
SUW19190807-V13-32-page5.txt: [('BR', 'A')]
SUW19190807-V13-32-page6.txt: [('Lif', 'er'), ('BR', 'R')]
SUW19190807-V13-32-page7.txt: [('KE', 'NTUCKY')]
SUW19190814-V13-33-page4.txt: [('BR', 'R'), ('OD', 'E')]
SUW19190814-V13-33-page6.txt: [('th', 'at'), ('M.', '')]
SUW19190821-V13-34-page1.txt: [('th', 'A')]
SUW19190821-V13-34-page4.txt: [('OD', 'E'), ('BR', 'R')]
SUW19190821-V13-34-page5.txt: [('BR', 'A')]
SUW19190828-V13-35-page4.txt: [('re', 'sults'), ('BR', 'A')]
SUW19190828-V13-35-page6.txt: [('Es', 'ar')]
SUW19190918-V13-38-page4.txt: [('BR', 'A')]
SUW19190925-V13-39-page3.txt: [('co', 'workers')]
SUW19190925-V13-39-page4.txt: [('BR', 'A')]
SUW19191002-V13-40-page1.txt: [('re', 'ceiving')]
SUW19191002-V13-40-page3.txt: [('Co', 'workers')]
SUW19191002-V13-40-page5.txt: [('ful', 'fillment')]
SUW19191002-V13-40-page8.txt: [('illustra', 'ted')]
SUW19191009-V13-41-page4.txt: [('BR', 'OIl')]
SUW19191009-V13-41-page6.txt: [('LUCIL', 'E')]
SUW19191009-V13-41-page7.txt: [('ex', 'ercise')]
SUW19191016-V13-42-page2.txt: [('Mc', 'Donald')]
SUW19191016-V13-42-page4.txt: [('re', 'I')]
SUW19191016-V13-42-page5.txt: [('BR', 'R')]
SUW19191016-V13-42-page6.txt: [('Rabb', 'is'), ('co', 'operation')]
SUW19191030-V13-44-page4.txt: [('BR', 'R')]
SUW19191030-V13-44-page5.txt: [('M.', '')]
SUW19191106-V13-45-page3.txt: [('th', 'at')]
SUW19191106-V13-45-page5.txt: [('BR', 'R')]
SUW19191113-V13-46-page8.txt: [('INGATH', 'ERING')]
SUW19191120-V13-47-page3.txt: [('ber', 'th'), ('Novem', 'ber')]
SUW19191120-V13-47-page5.txt: [('BRi', 'G')]
SUW19191204-V13-49-page1.txt: [('ena', 'bling')]
SUW19191204-V13-49-page3.txt: [('th', 'at')]
SUW19191204-V13-49-page7.txt: [('ut', 'a'), ('giv', 'en')]
SUW19191211-V13-50-page4.txt: [('BR', 'R')]
SUW19191211-V13-50-page5.txt: [('BR', 'as')]
SUW19191218-V13-01-page1.txt: [('th', 'at')]
SUW19191218-V13-01-page2.txt: [('re', 'ceived')]
SUW19191218-V13-01-page5.txt: [('gi', 'De')]
SUW19191218-V13-01-page6.txt: [('th', 'in'), ('Mc', 'Comas')]
SUW19200101-V14-02-page4.txt: [('BR', 'R')]
SUW19200101-V14-02-page8.txt: [('th', 'at')]
SUW19200108-V14-03-page4.txt: [('BR', 'R')]
SUW19200108-V14-03-page8.txt: [('th', 'at')]
SUW19200115-V14-04-page2.txt: [('Mc', 'Comas')]
SUW19200115-V14-04-page4.txt: [('BR', 'Ed')]
SUW19200115-V14-04-page8.txt: [('th', 'at'), ('ma', 'The')]
SUW19200122-V14-05-page5.txt: [('purp', 'oses')]
SUW19200122-V14-05-page8.txt: [('th', 'at')]
SUW19200129-V14-06-page1.txt: [('Youn', 'g')]
SUW19200129-V14-06-page8.txt: [('organiz', 'ation')]
SUW19200205-V14-07-page5.txt: [('OD', 'E')]
SUW19200205-V14-07-page7.txt: [('MI', 'M')]
SUW19200212-V14-08-page1.txt: [("Sec'", 'y')]
SUW19200212-V14-08-page2.txt: [('Mc', 'Conaughey')]
SUW19200212-V14-08-page5.txt: [('BR', 'R')]
SUW19200212-V14-08-page7.txt: [('ju', 't'), ('Mc', 'Intyre')]
SUW19200219-V14-09-page4.txt: [('co', 'operative'), ('BR', 'R')]
SUW19200219-V14-09-page5.txt: [('co', 'operation')]
SUW19200226-V14-10-page7.txt: [('EDUCA', 'TIONAL')]
SUW19200226-V14-10-page8.txt: [('Re', 'y')]
SUW19200304-V14-11-page1.txt: [('ca', 'pacity')]
SUW19200304-V14-11-page5.txt: [('re', 'establish')]
SUW19200311-V14-12-page3.txt: [('tu', 't')]
SUW19200311-V14-12-page5.txt: [('BR', 'R')]
SUW19200325-V14-14-page3.txt: [('th', 'at')]
SUW19200401-V14-15-page5.txt: [('PR', 'OD'), ('fi', 'D')]
SUW19200408-V14-16-page3.txt: [('trun', 'ks')]
SUW19200408-V14-16-page8.txt: [('Thom', 'pson')]
SUW19200415-V14-17-page3.txt: [('Bu', 'rton')]
SUW19200422-V14-18-page2.txt: [('th', 'at')]
SUW19200422-V14-18-page5.txt: [('BR', 'A')]
SUW19200422-V14-18-page6.txt: [('tr', 'Es')]
SUW19200422-V14-18-page8.txt: [('th', 'E')]
SUW19200429-V14-19-page6.txt: [('th', 'or')]
SUW19200506-V14-20-page4.txt: [('BR', 'A')]
SUW19200506-V14-20-page5.txt: [('BR', 'A')]
SUW19200513-V14-21-page3.txt: [('ra', 't'), ('fo', 'r')]
SUW19200513-V14-21-page4.txt: [('privi', 'legeS')]
SUW19200513-V14-21-page5.txt: [('HM', 'M')]
SUW19200513-V14-21-page8.txt: [('M.', '')]
SUW19200520-V14-22-page1.txt: [('insti', 'tution'), ('co', 'educational'), ('od', 'd')]
SUW19200520-V14-22-page2.txt: [('WORKE', 'R')]
SUW19200520-V14-22-page5.txt: [('da', 'T')]
SUW19200520-V14-22-page8.txt: [('Bi', 'ble'), ('va', 'cation')]
SUW19200527-V14-23-page1.txt: [('MAGAZIN', 'E')]
SUW19200527-V14-23-page3.txt: [('oppo', 'site')]
SUW19200527-V14-23-page5.txt: [('dal', 'E')]
SUW19200527-V14-23-page6.txt: [('Co', 'Workers'), ('li', 'The')]
SUW19200527-V14-23-page7.txt: [('th', 'at'), ('op', 'eration')]
SUW19200527-V14-23-page8.txt: [('ch', 'er')]
SUW19200603-V14-24-page1.txt: [('ca', 'ra'), ('enthu', 'siastic')]
SUW19200603-V14-24-page2.txt: [('ma', 'king')]
SUW19200603-V14-24-page3.txt: [('Coun', 'ty')]
SUW19200603-V14-24-page4.txt: [('co', 'operate')]
SUW19200603-V14-24-page5.txt: [('co', 'operation')]
SUW19200603-V14-24-page7.txt: [('Madi', 'son')]
SUW19200617-V14-26-page7.txt: [('ab', 'le')]
SUW19200617-V14-26-page8.txt: [('Mc', 'Gee'), ('fi', 'T'), ('beginn', 'ing')]
SUW19200624-V14-27-page2.txt: [('recog', 'nized'), ('vir', 'tue')]
SUW19200624-V14-27-page4.txt: [('bindin', 'g')]
SUW19200624-V14-27-page5.txt: [('BR', 'A')]
SUW19200624-V14-27-page7.txt: [('th', 'in')]
SUW19200701-V14-28-page4.txt: [('Pr', 'ice'), ('OD', 'E'), ('BR', 'R')]
SUW19200701-V14-28-page8.txt: [('G.', '')]
SUW19200708-V14-29-page4.txt: [('BR', 'R')]
SUW19200708-V14-29-page5.txt: [('co', 'operate')]
SUW19200715-V14-30-page1.txt: [('ren', 'dered')]
SUW19200722-V14-31-page1.txt: [('ce', 'ss')]
SUW19200722-V14-31-page4.txt: [('HM', 'M'), ('OD', 'D'), ('BR', 'R')]
SUW19200722-V14-31-page5.txt: [('BR', 'A')]
SUW19200729-V14-32-page2.txt: [('th', 'at')]
SUW19200729-V14-32-page3.txt: [('fo', 'r')]
SUW19200805-V14-33-page7.txt: [('Si', 't')]
SUW19200805-V14-33-page8.txt: [('th', 'A'), ('withi', 'n')]
SUW19200819-V14-35-page5.txt: [('th', 'in'), ('Bir', 'mingham')]
SUW19200819-V14-35-page6.txt: [('th', 'at'), ('wer', 'e')]
SUW19200821-V14-34-page1.txt: [('co', 'workers')]
SUW19200821-V14-34-page2.txt: [('th', 'in')]
SUW19200821-V14-34-page3.txt: [('comple', 'ted')]
SUW19200821-V14-34-page6.txt: [('th', 'at'), ('re', 't')]
SUW19200821-V14-34-page7.txt: [('sh', 'eet'), ('bearin', 'g')]
SUW19200821-V14-34-page8.txt: [('Thom', 'pson')]
SUW19200826-V14-36-page1.txt: [('sti', 'r'), ('tri', 'bes')]
SUW19200826-V14-36-page2.txt: [('discour', 'aging')]
SUW19200826-V14-36-page5.txt: [('th', 'in')]
SUW19200902-V14-37-page1.txt: [('th', 'e'), ('straig', 'ht')]
SUW19200902-V14-37-page3.txt: [('th', 'in'), ('quar', 'ter')]
SUW19200902-V14-37-page8.txt: [('Pu', 'l'), ('happin', 'ess')]
SUW19200909-V14-38-page3.txt: [('th', 'in')]
SUW19200909-V14-38-page4.txt: [('CO', 'lo')]
SUW19200909-V14-38-page5.txt: [('ti', 'e')]
SUW19200916-V14-39-page4.txt: [('breth', 'ren')]
SUW19200916-V14-39-page6.txt: [('un', 'Christian')]
SUW19200916-V14-39-page8.txt: [('re', 'turned')]
SUW19200923-V14-40-page2.txt: [('ga', 've')]
SUW19200923-V14-40-page5.txt: [('Ro', 'an'), ('delig', 'hted')]
SUW19200923-V14-40-page8.txt: [('th', 'A'), ('ac', 'complished')]
SUW19200930-V14-41-page1.txt: [('Mc', 'Elhany')]
SUW19200930-V14-41-page5.txt: [('campmeet', 'ing')]
SUW19200930-V14-41-page8.txt: [('re', 'veal')]
SUW19201014-V14-42-page6.txt: [('pre', 'pared')]
SUW19201021-V14-43-page3.txt: [('Odega', 'ard')]
SUW19201028-V14-44-page2.txt: [('un', 'der')]
SUW19201028-V14-44-page3.txt: [('pu', 'pils')]
SUW19201028-V14-44-page4.txt: [('th', 'at')]
SUW19201028-V14-44-page5.txt: [('co', 'workers')]
SUW19201028-V14-44-page8.txt: [('re', 'ceive')]
SUW19201111-V14-45-page1.txt: [('th', 'e')]
SUW19201111-V14-45-page4.txt: [('th', 'en')]
SUW19201125-V14-47-page2.txt: [('hav', 'e'), ('Pt', 'S')]
SUW19201125-V14-47-page4.txt: [('al', 'ways'), ('re', 'new')]
SUW19201125-V14-47-page6.txt: [('Mis', 'sionary'), ('popu', 'lation')]
SUW19201216-V14-50-page1.txt: [('cer', 'tificates')]
SUW19201216-V14-50-page8.txt: [('Mc', 'Donald')]
SUW19201223-V14-51-page1.txt: [('co', 'operation')]
SUW19201223-V14-51-page3.txt: [('Guf', 'fey')]
SUW19201223-V14-51-page5.txt: [('PP', 'F')]
SUW19201223-V14-51-page6.txt: [('ex', 'hibition')]
SUW19201230-V14-02-page1.txt: [('ple', 'at'), ('peo', 'ple'), ('pre', 'Viously')]
SUW19201230-V14-02-page5.txt: [('co', 'operation')]
SUW19201230-V14-02-page6.txt: [('unan', 'imously')]
SUW19201230-V14-02-page7.txt: [('MAGA', 'ZINE')]
In [48]:
# %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/SUW/correction6

Average verified rate: 0.9615059628562554

Average of error rates: 0.0491875753920386

Total token count: 4719718

In [49]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[49]:
[('r', 13573),
 ('w', 11328),
 ('e', 10615),
 ('m', 8766),
 ('br', 8725),
 ('d', 7868),
 ('f', 6286),
 ('g', 4846),
 ("'", 4685),
 ('t', 4373),
 ('oo', 3874),
 ('n', 3841),
 ('th', 2088),
 ('bf', 2081),
 ('gc', 1385),
 ('ck', 1363),
 ('ky', 1288),
 ('od', 1150),
 ('pp', 1034),
 ('bfl', 976),
 ('u', 894),
 ('agts', 875),
 ('wm', 859),
 ('wk', 768),
 ("colporteurs'", 761),
 ('k', 716),
 ('io', 644),
 ('x', 459),
 ("canvassers'", 413),
 ('ords', 413),
 ('bs', 367),
 ('bp', 345),
 ('wks', 337),
 ('co', 320),
 ('twenty-cent-a-week', 311),
 ('sofp', 301),
 ('rd', 288),
 ('bracy', 286),
 ('hm', 286),
 ('ga', 281),
 ('q', 270),
 ('pg', 262),
 ('cx', 256),
 ('cc', 249),
 ('ex', 229),
 ('billups', 228),
 ('chastain', 228),
 ('seventhday', 215),
 ('ro', 214),
 ("bookmen's", 213)]

Review Remaining Errors

In [50]:
reports.docs_with_high_error_rate(summary)
Out[50]:
[('SUW19200701-V14-28-page5.txt', 0.549),
 ('SUW19190807-V13-32-page5.txt', 0.509),
 ('SUW19200708-V14-29-page4.txt', 0.468),
 ('SUW19190807-V13-32-page4.txt', 0.466),
 ('SUW19200722-V14-31-page4.txt', 0.465),
 ('SUW19140917-V08-38-page6.txt', 0.459),
 ('SUW19190710-V13-29-page4.txt', 0.458),
 ('SUW19140903-V08-36-page6.txt', 0.447),
 ('SUW19200101-V14-02-page5.txt', 0.444),
 ('SUW19190724-V13-31-page4.txt', 0.442),
 ('SUW19190703-V13-28-page4.txt', 0.439),
 ('SUW19140709-V08-28-page6.txt', 0.434),
 ('SUW19190724-V13-31-page5.txt', 0.432),
 ('SUW19200429-V14-19-page5.txt', 0.426),
 ('SUW19200101-V14-02-page4.txt', 0.423),
 ('SUW19140903-V08-36-page7.txt', 0.423),
 ('SUW19190821-V13-34-page5.txt', 0.421),
 ('SUW19200527-V14-23-page4.txt', 0.42),
 ('SUW19140924-V08-39-page7.txt', 0.419),
 ('SUW19140625-V08-26-page7.txt', 0.415),
 ('SUW19140709-V08-28-page7.txt', 0.414),
 ('SUW19140702-V08-27-page6.txt', 0.414),
 ('SUW19140924-V08-39-page6.txt', 0.412),
 ('SUW19130731-V07-30-page7.txt', 0.41),
 ('SUW19150422-V09-16-page7.txt', 0.41),
 ('SUW19140813-V08-33-page6.txt', 0.408),
 ('SUW19140716-V08-29-page7.txt', 0.408),
 ('SUW19190821-V13-34-page4.txt', 0.407),
 ('SUW19140806-V08-32-page6.txt', 0.407),
 ('SUW19140827-V08-35-page6.txt', 0.405),
 ('SUW19140806-V08-32-page7.txt', 0.404),
 ('SUW19140820-V08-34-page7.txt', 0.404),
 ('SUW19140910-V08-37-page7.txt', 0.403),
 ('SUW19140820-V08-34-page6.txt', 0.402),
 ('SUW19190703-V13-28-page5.txt', 0.4),
 ('SUW19170726-V11-30-page7.txt', 0.398),
 ('SUW19190717-V13-30-page4.txt', 0.398),
 ('SUW19140917-V08-38-page7.txt', 0.395),
 ('SUW19130821-V07-33-page7.txt', 0.394),
 ('SUW19140618-V08-25-page6.txt', 0.394),
 ('SUW19140716-V08-29-page6.txt', 0.392),
 ('SUW19140910-V08-37-page6.txt', 0.392),
 ('SUW19200701-V14-28-page4.txt', 0.392),
 ('SUW19140702-V08-27-page7.txt', 0.392),
 ('SUW19140730-V08-31-page6.txt', 0.392),
 ('SUW19150812-V09-31-page9.txt', 0.39),
 ('SUW19130717-V07-28-page7.txt', 0.39),
 ('SUW19140723-V08-30-page6.txt', 0.385),
 ('SUW19140625-V08-26-page6.txt', 0.381),
 ('SUW19140813-V08-33-page7.txt', 0.381),
 ('SUW19140507-V08-19-page7.txt', 0.38),
 ('SUW19150506-V09-18-page7.txt', 0.379),
 ('SUW19140521-V08-21-page7.txt', 0.377),
 ('SUW19190710-V13-29-page5.txt', 0.376),
 ('SUW19200527-V14-23-page5.txt', 0.372),
 ('SUW19140611-V08-24-page7.txt', 0.37),
 ('SUW19140319-V08-12-page7.txt', 0.368),
 ('SUW19191016-V13-42-page5.txt', 0.367),
 ('SUW19150624-V09-25-page7.txt', 0.367),
 ('SUW19140827-V08-35-page7.txt', 0.366),
 ('SUW19140528-V08-22-page7.txt', 0.364),
 ('SUW19140730-V08-31-page7.txt', 0.355),
 ('SUW19150408-V09-14-page9.txt', 0.355),
 ('SUW19140402-V08-14-page7.txt', 0.354),
 ('SUW19140305-V08-10-page7.txt', 0.352),
 ('SUW19140430-V08-18-page7.txt', 0.349),
 ('SUW19140514-V08-20-page7.txt', 0.348),
 ('SUW19191120-V13-47-page5.txt', 0.346),
 ('SUW19140723-V08-30-page7.txt', 0.345),
 ('SUW19150527-V09-21-page7.txt', 0.344),
 ('SUW19191009-V13-41-page5.txt', 0.342),
 ('SUW19200729-V14-32-page4.txt', 0.342),
 ('SUW19150729-V09-30-page7.txt', 0.342),
 ('SUW19150520-V09-20-page7.txt', 0.342),
 ('SUW19170628-V11-26-page7.txt', 0.338),
 ('SUW19130703-V07-26-page8.txt', 0.327),
 ('SUW19191009-V13-41-page4.txt', 0.326),
 ('SUW19150513-V09-19-page7.txt', 0.325),
 ('SUW19190814-V13-33-page4.txt', 0.325),
 ('SUW19201125-V14-47-page2.txt', 0.323),
 ('SUW19140423-V08-17-page7.txt', 0.322),
 ('SUW19140416-V08-16-page7.txt', 0.319),
 ('SUW19120718-V06-29-page7.txt', 0.318),
 ('SUW19190619-V13-26-page4.txt', 0.311),
 ('SUW19140409-V08-15-page7.txt', 0.311),
 ('SUW19140618-V08-25-page7.txt', 0.311),
 ('SUW19190130-V13-06-page5.txt', 0.31),
 ('SUW19200819-V14-35-page4.txt', 0.31),
 ('SUW19140326-V08-13-page7.txt', 0.309),
 ('SUW19200819-V14-35-page2.txt', 0.305),
 ('SUW19130612-V07-23-page7.txt', 0.304),
 ('SUW19200821-V14-34-page4.txt', 0.304),
 ('SUW19200826-V14-36-page4.txt', 0.303),
 ('SUW19130828-V07-34-page7.txt', 0.3),
 ('SUW19140312-V08-11-page7.txt', 0.299),
 ('SUW19151014-V09-40-page7.txt', 0.298),
 ('SUW19190515-V13-21-page5.txt', 0.297),
 ('SUW19140604-V08-23-page7.txt', 0.294),
 ('SUW19170830-V11-35-page7.txt', 0.294),
 ('SUW19130911-V07-36-page7.txt', 0.293),
 ('SUW19130807-V07-31-page7.txt', 0.293),
 ('SUW19070813-V01-04-page7.txt', 0.293),
 ('SUW19190904-V13-36-page4.txt', 0.293),
 ('SUW19170705-V11-27-page7.txt', 0.291),
 ('SUW19200902-V14-37-page4.txt', 0.291),
 ('SUW19190814-V13-33-page5.txt', 0.29),
 ('SUW19070924-V01-07-page7.txt', 0.289),
 ('SUW19190717-V13-30-page5.txt', 0.288),
 ('SUW19150617-V09-24-page7.txt', 0.286),
 ('SUW19200909-V14-38-page4.txt', 0.286),
 ('SUW19150715-V09-28-page7.txt', 0.284),
 ('SUW19130522-V07-21-page6.txt', 0.282),
 ('SUW19150819-V09-32-page11.txt', 0.279),
 ('SUW19150401-V09-13-page7.txt', 0.274),
 ('SUW19160622-V10-25-page7.txt', 0.274),
 ('SUW19140604-V08-23-page6.txt', 0.274),
 ('SUW19191016-V13-42-page4.txt', 0.273),
 ('SUW19170412-V11-15-page7.txt', 0.271),
 ('SUW19161207-V10-48-page7.txt', 0.27),
 ('SUW19150701-V09-26-page7.txt', 0.269),
 ('SUW19170426-V11-17-page7.txt', 0.267),
 ('SUW19150610-V09-23-page7.txt', 0.267),
 ('SUW19201230-V14-02-page4.txt', 0.266),
 ('SUW19200805-V14-33-page5.txt', 0.266),
 ('SUW19200513-V14-21-page5.txt', 0.265),
 ('SUW19200520-V14-22-page4.txt', 0.264),
 ('SUW19130417-V07-16-page7.txt', 0.261),
 ('SUW19130904-V07-35-page7.txt', 0.261),
 ('SUW19150429-V09-17-page7.txt', 0.26),
 ('SUW19131023-V07-42-page7.txt', 0.259),
 ('SUW19161123-V10-46-page7.txt', 0.255),
 ('SUW19130724-V07-29-page7.txt', 0.255),
 ('SUW19120523-V06-21-page7.txt', 0.252),
 ('SUW19151104-V09-43-page7.txt', 0.251),
 ('SUW19201021-V14-43-page3.txt', 0.251),
 ('SUW19150708-V09-27-page7.txt', 0.251),
 ('SUW19200429-V14-19-page4.txt', 0.248),
 ('SUW19191002-V13-40-page4.txt', 0.248),
 ('SUW19130102-V07-01-page8.txt', 0.246),
 ('SUW19121107-V06-45-page7.txt', 0.246),
 ('SUW19151021-V09-41-page7.txt', 0.244),
 ('SUW19130529-V07-22-page6.txt', 0.244),
 ('SUW19150603-V09-22-page7.txt', 0.242),
 ('SUW19131204-V07-48-page7.txt', 0.241),
 ('SUW19160810-V10-31-page11.txt', 0.241),
 ('SUW19130710-V07-27-page6.txt', 0.24),
 ('SUW19200513-V14-21-page4.txt', 0.239),
 ('SUW19190619-V13-26-page5.txt', 0.238),
 ('SUW19120620-V06-25-page7.txt', 0.236),
 ('SUW19200415-V14-17-page4.txt', 0.236),
 ('SUW19190320-V13-13-page4.txt', 0.235),
 ('SUW19130403-V07-14-page7.txt', 0.235),
 ('SUW19110706-V05-27-page7.txt', 0.234),
 ('SUW19190925-V13-39-page4.txt', 0.234),
 ('SUW19160713-V10-28-page7.txt', 0.232),
 ('SUW19190515-V13-21-page4.txt', 0.231),
 ('SUW19170823-V11-34-page7.txt', 0.23),
 ('SUW19150318-V09-11-page7.txt', 0.23),
 ('SUW19131113-V07-45-page7.txt', 0.229),
 ('SUW19131009-V07-40-page7.txt', 0.227),
 ('SUW19170104-V11-01-page7.txt', 0.226),
 ('SUW19190904-V13-36-page5.txt', 0.226),
 ('SUW19150401-V09-13-page8.txt', 0.226),
 ('SUW19141105-V08-45-page7.txt', 0.225),
 ('SUW19141112-V08-46-page7.txt', 0.224),
 ('SUW19180627-V12-26-page5.txt', 0.224),
 ('SUW19190515-V13-21-page7.txt', 0.223),
 ('SUW19141126-V08-48-page7.txt', 0.223),
 ('SUW19120711-V06-28-page7.txt', 0.221),
 ('SUW19120704-V06-27-page7.txt', 0.221),
 ('SUW19150415-V09-15-page7.txt', 0.22),
 ('SUW19130918-V07-37-page7.txt', 0.22),
 ('SUW19170816-V11-33-page11.txt', 0.219),
 ('SUW19160912-V10-36-page7.txt', 0.219),
 ('SUW19141022-V08-43-page7.txt', 0.218),
 ('SUW19191120-V13-47-page4.txt', 0.217),
 ('SUW19160504-V10-18-page7.txt', 0.216),
 ('SUW19080825-V02-31-page3.txt', 0.215),
 ('SUW19080630-V02-23-page3.txt', 0.215),
 ('SUW19170712-V11-28-page7.txt', 0.215),
 ('SUW19190515-V13-21-page6.txt', 0.215),
 ('SUW19150114-V09-02-page7.txt', 0.214),
 ('SUW19200603-V14-24-page4.txt', 0.212),
 ('SUW19160629-V10-26-page7.txt', 0.212),
 ('SUW19130619-V07-24-page8.txt', 0.211),
 ('SUW19151216-V09-49-page7.txt', 0.21),
 ('SUW19170614-V11-24-page7.txt', 0.21),
 ('SUW19191106-V13-45-page4.txt', 0.21),
 ('SUW19160706-V10-27-page7.txt', 0.207),
 ('SUW19151125-V09-46-page7.txt', 0.207),
 ('SUW19150826-V09-33-page7.txt', 0.207),
 ('SUW19150218-V09-07-page7.txt', 0.205),
 ('SUW19150729-V09-30-page6.txt', 0.205),
 ('SUW19200408-V14-16-page5.txt', 0.205),
 ('SUW19170524-V11-21-page7.txt', 0.205),
 ('SUW19200603-V14-24-page5.txt', 0.204),
 ('SUW19190529-V13-23-page4.txt', 0.204),
 ('SUW19141119-V08-47-page7.txt', 0.203),
 ('SUW19141224-V08-51-page7.txt', 0.203),
 ('SUW19150902-V09-34-page7.txt', 0.201)]
In [52]:
# %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.45]

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

SUW19200701-V14-28-page5.txt

SUW19190807-V13-32-page5.txt

SUW19200708-V14-29-page4.txt

SUW19190807-V13-32-page4.txt

SUW19200722-V14-31-page4.txt

SUW19140917-V08-38-page6.txt

SUW19190710-V13-29-page4.txt

Pages 4 and 5 are consistently tables with the names of distributors.

In [54]:
reports.long_errors(errors_summary, min_length=15)
Out[54]:
(['adientistschools',
  "l'iommmmlummmismmum",
  'stick-to-itiveness',
  'god-doing-as-he-likes',
  'recently-erected',
  'mmillimmulitmtiiiiolinwrj',
  'postmaster-general',
  'lintrtimitlimmilmalitoniiiiitoliixoniinimatimixgifink',
  'extra-constitutional',
  'absurtfitleavtio',
  'acterwhichfvitlgivemeanentrance',
  'tilinisseriously',
  'reportofwatchmanworkers',
  'trans-continental',
  "seventh-day'adventists",
  'altra-sensativeness',
  'our--institutions',
  'walltteerrbbrorwownn',
  'emeliarobersongc',
  'superintendent-and',
  'student-colporteurs',
  'iongaassociaiion',
  'five-dollar-a-member',
  'mounamiwommunnumunnwimurnotittiun',
  'iiiiiiiiiiiiiiiiiiikiiiiiiiiiiii',
  'conferencechurch',
  'ainallyjiniinclethisaiat',
  'two-cent-imental',
  'theinostsuccessful',
  'placingbindingordersfornearly',
  'sollatirc-triviorr',
  'wouldbegladtohearoftheprogressmade',
  'walteredmondsfer',
  'willgivethenamesnextweek',
  'five-hundreddollar',
  'efikageriiieither',
  'soijthrnijnionworker',
  'messingtweperiodical',
  'enccoouurargaegmeentt',
  'uncontractictory',
  'iireimilliimilmiimmiimernmemilliiirimmutn',
  'nagevilterrennessee',
  'convention-birmingham',
  "''understandest'",
  'ensannuminelinitimonvionmnomimmrtillmorminnionmininna',
  'importantauxiliaries',
  'ingatheringilonor',
  'tilltlifililliinlif',
  'migniitionmmilimmluxiteiimmiteimmenitunteimmeimatummtwommulantiotimmunmilluilotelorlotoommtiumilmtiommtilliiiminimiiitiiiinistealiiiiiiiitiumniiiiiiiiteion',
  'meiiiiiimiiiiiimiii',
  'mmintimiminumnomi',
  'discouragernents',
  'gmmummunsimimmiummaiumumugmumummlominwninnimmunimultamantimmtitnommtmk',
  'georgiamangrumbf',
  'mmmwmmmmmmmmmiiimv',
  'ilitliiiititimiiitl',
  'danielandtherevelation',
  'imilimmulliiiiiimilummill',
  'two-and-one-half',
  'pilunteumnimitminuitlimourauminuanu',
  'iiiiiisimmoomilamomommigismossiiiiimaimmiimilimoiligisimsiimiiiissomming',
  'this-telegraphic',
  'condtlettneetingaf-the',
  'mmummtetimmuilltomoomoomett',
  'intimmeliinrolommponninnramtmaniumw',
  'immumnimminnumunnonsimminuir',
  'alahamsmississippl',
  'sabbath-schoolandy',
  'studentcolporteurs',
  'book-s-folibraries',
  'solornonbroussardbro',
  'electionofofficers',
  "cotivocatidrisregi'atel",
  'hamberg-american',
  'emeliarobersonmlse',
  'seenelnownemstimenemeeeinumelereenammeenenetenommintemumnimitmeemai',
  'three-and-a-half',
  'asplendidworkbeingdoneby',
  'considerableincrease',
  'juniorreadingcourse',
  'fnends-iti-the-sotithland',
  'fiersonalservice',
  'twenty-thousand-dollar',
  'the--pa-st-few-years',
  'perthiahamptonav',
  'imputtummummowommew',
  'great-grandchildren',
  'remembercorrectly',
  'laughter-provoking',
  'presses---containing',
  "'ffoin'inanagers",
  'tvventy-cents-a-week',
  'iiimiiiimiiiiiiiiiiiiii',
  'ten-thousand-dollar',
  'againstaifficult',
  'chalmerchastainisr',
  'ximmirminimilmlinnnutonmornommtimittmmimmtenminunexiluimq',
  'self-sufficiency',
  'theeallthedaysofthylife',
  'perthiahamptomar',
  'illittliiitliiiimililiiii',
  'imunionamuummummtiommmomonnj',
  'prayer-to-gottfor-bells',
  "arrmrsrvfrve''crmters",
  'attend-every-effort',
  'cigarette-smoking',
  'emeliarobersonnofa',
  'ilimminmommtamrounnummummiu',
  'jameswharrisonbr',
  'conferencetwenty-cents-a-week',
  'anddmprisonments',
  'mungnionnwiltraminwiftnimmitomm',
  'christianityagainst',
  'iiiiiiiiiiiiiiiiiii',
  'formereditoroftherepost',
  'prolongedcorrespondence',
  'peoplemanifested',
  'thereadersofthew',
  'itleirrifiatontel',
  "obscene'literature",
  'noinumiiimlnotigamilf',
  'lixammmmimilmmmwmm',
  'that-alaborer-or-some-la',
  'southwestern---fully',
  'efitpiffiltsliiiiigaioasition',
  "worship'shoirldtiot",
  'iinitmuxniltlwuywwxniiniwlffiixiiwniijujuinwunuuum',
  'recommendationthat',
  'pleasure-seeking',
  'aswellasthefinancialadvancementwhich',
  'sabbathafternoon',
  'churchmembership',
  'viansfieldreport',
  'withoutpreparation',
  'iimiiiiiimmiiiiiimiiiiiiimillii',
  'prejudice-killer',
  'embracingtannesaec',
  'near-sightedness',
  'totalsmembership',
  'wotikeiceiferiffentibn',
  'annaabeenntotnon',
  "iteligiotis'liberty",
  'however-respectable',
  'emitmimiltanwommitnimmuto',
  'stalwart-looking',
  'itintimilinlitlint',
  'committeeearendered',
  'miiiiiiiimiiiiiimmiiiiiim',
  'stumbling-blocks',
  'henrybalsbaughar',
  'five-horse-power',
  "ssb'oath-keepers",
  'balancesheetforninemonthsendingdec',
  'mullinnompttilialimula',
  'unmelontwomfoultitimmtummliknol',
  "twenty-five'dollars",
  "associate'editors",
  'twentycent-a-week',
  "membershipain'tforyear",
  'istheresultofendeavor',
  'inomenomummommumommommilimaimatilifunimmoilem',
  "telephone'rriessage'",
  'iiniuwiminnixownin',
  'miiiiiimiiiiiiiiiin',
  'commoncourtesies',
  'henrybalsbauglunz',
  'conference---dec',
  'attendedtheunionconferencecom',
  'commandment-keeper',
  'societyrsecretary',
  'unionrconference',
  "easze-affeebeee'se",
  'other-employmeat',
  'woolmammtwilialounimmemoolij',
  'louisiisainaancaocnfonf',
  'one-dollar-per-member',
  'iamashamedofsome',
  'protestantmagazine',
  'payyourtitheandofferingstoyourchurchtreasurerunless',
  '-----------------------------------',
  'houstonkindredsr',
  'her-loss--is---felt',
  'significant-that',
  'ganinfloydcountylastmonday',
  'non-sabbath-keepers',
  'seventhdaradeentists',
  'ordained-ministers',
  'five-dollar-bill',
  'canimnimmtlimoimmmunwrimmummumommium',
  'mmannwnilliallimmumummumom',
  'vatancesthetirring',
  'olderestablished',
  'iteiinitiiiiviske',
  'notonly-will-the-ooltewah',
  'rillodiememeweimeinew',
  'tvveiity-cents-a-week',
  'forty-weeks-in-the-year',
  'address-all-c-er-respendeflee-te',
  'high-cost-of-living',
  'conversationsaid',
  'thesanitarininis',
  'fifty-cent-a-week',
  'himea-gross-profirof',
  'formissionarypurpose',
  "cativassers'texperiences",
  'anniemrinleyrpsa',
  'phpeopleseemeagerj',
  'work-is-progressing',
  'heart-possession',
  'fifteencents-a-week',
  "missionary'thinks",
  "the-lis't-tt-pledges",
  'birminghamselling',
  'lowatthepresenttime',
  'intsininummiiiijullnint',
  'storelrottsesteps',
  'changed-to-immortality',
  'thilelialteibeisonpofa',
  'than-the--sparrows',
  'marguritestrawhum',
  'iiimilnimmiiminumnimiiii',
  'home-niissionary',
  'sticktoitiveness',
  'eieiiiimeljonele',
  'perthiahamptonnv',
  'emeliarobersonce',
  'imiirnviumuilituwili',
  'chalmerchastainbr',
  'dolliehcallender',
  'colemankindredar',
  'commandment-keepers',
  'interestingreports',
  'amountdue-tojune',
  'twenty-five-cent',
  'reirsatffierviotild',
  "heinbersbipam'ifiryejr",
  'effeciiiiraltriierit',
  'sabbath-schoolsecy',
  'erwmeimenimeimme',
  'printing-presses',
  'mmnnommtwimmommtmous',
  'pgreitsox---swan',
  "monlitrslilpain'ttoryear",
  'expect-to--devote--myself',
  'practice-lessons',
  'counterattractions',
  'pionimirmtntemmlinnumimin',
  'dozenindividuals',
  "educational'-secretary",
  'williemceachernbr',
  'wearetounderstandwhatour',
  "the'sabbath-school",
  'benotafraidneitiv',
  'ainericandivision',
  'jeffersonhickmand',
  'ninlmnnmrnittrom',
  'anothersistersaid',
  'mrsoniehenderson',
  "such'experiences",
  "membershiparn'tfaryear",
  'twenty-cent-a-week',
  'mmuimmwiwiminiommi',
  'af-whom-can-neither',
  'flourishinghotries',
  'schoolwasreadand',
  'conferenceandtractsocietysecretaryandtreas',
  'thatthegraysvillesanitarium',
  "membershipain'tferyear",
  'thedayandthenight',
  'mummonimmitouummoinimmott',
  'maehollingsworth',
  'elx-rxmommilitnnelinnlitalmtimi',
  'withbrethrencarey',
  'houstonkindredby',
  'fifteen-cents-aweek',
  'seventhdaraciventists',
  'worideiftilliiitver',
  'ilvely-mord-ei--to',
  'rtoaetterotiditioht',
  "encouraging'reports",
  'smilliomnrmaiiidi',
  'mmillttilinimtimaltualelliilimallilentinvoultiillml',
  'calling-together',
  'hertdersoffehurelfiihii',
  'ten-or-more-party',
  'emeliarobersoncc',
  'health-restoring',
  'aseriesofmeetings',
  'louisebjacksonck',
  "p'smon-'-woktt-er",
  'llllllllllllllllllllllll',
  'mmmmmmmmmmmmixuwmmmmtmmmiammummommnmmmiummm',
  "ingathering'money",
  'terestingcompliments',
  'bible-footlights',
  'uncontrovertible',
  'societyisecretary',
  'sicitigthineltures',
  'thirty-horsepower',
  'electroautomatic',
  "parent-teachers'",
  'hisonlybegottensonthatwhosoeverbelievethinhimshould',
  'margueritekeateck',
  'nmiririniimimitimi',
  'cross-examination',
  'ummuuttonolommommtmountunntmotomumiiimommummtouniiionmiumminittionnummomaimmtmommumannimmanotunmoutiiiimtun',
  'writtenonthememphisspecialinvirginia',
  'elilloododooddeced',
  'paulinestuyvesantbr',
  'delivery-rersort',
  'aniiiiiintililit',
  'danish-norwegian',
  'mississipplancllouisiana',
  'eighty-thousand-dollar',
  'sabbatiischools-for',
  'emeliarobersormofa',
  'nary-do-as-things',
  'gattmuttutumanttuttintatuttammtmtmutto',
  'fifteen-cent-aweek',
  'ftve-ttwateluuan',
  "membershipam'tfuryear",
  'ommanialmillmoimomiailiiiiummimommomntimiiimiiiiinomnimmluniiinmnimmlumionrmoonnaimairmalrumulanutt',
  'that-she-did-rtot--see-how-she-was',
  "regularly'employed",
  "isvisitinghiswifeatherfather'shome",
  'pilmmmmmlitmummink',
  'extiemely-catholic',
  'aschool-teacher-borrowed',
  'splendidineetings',
  "the'bookkeen'iatg",
  'hasbeensetapartbythe',
  "finished'asuceessful",
  'good-for-nothing',
  'kentuckyconference',
  'interest-bearing',
  'camp-meeting-season',
  'inspireenthusiasm',
  'individualshould',
  'is-to-he-light-erred',
  'siatrtreigureiand',
  'fellow-canvassers',
  'approachableness',
  'motimmilintilinimmtimmor',
  'reportofprogress',
  "membershipam'tforyear",
  'floridasanitarium',
  'annimmanammoynnin',
  'ummilmiellimommitemiii',
  'membersofabibleclassinaneng',
  'orl-tbe-spot--whefe-the-eerdthe',
  'two-million-dollar',
  'finishing--of--thework',
  'isuoutillimeolormitnnotetimummtcr',
  'dernonstratiortsthe',
  'initommtliwilnemouttiotonnintinil',
  'twenty-cent-a-wedk',
  'spanish-american',
  'mrsmolliemillermisc',
  'lioliiiiimmounsimiumniiiiiiimilillimminilligionmeliniimumilmilingliiiimmuulommoililliiiiiiiimiumiligi',
  'ten-thousanddollar',
  'students-who-have',
  'self-justification',
  'amountpaidtojuly',
  'otimmiimiimintrinlimmormirenilimm',
  'toconvert-and-rntore',
  'iriiirxiiiiriiiiiriiiiiiiiiiiniinimmu',
  'andmissionaryvolunteerinstitutewas',
  'ssertreasurerstnd',
  'yourlettertothesabbath',
  'soatthatwewillbe',
  'ittiliiiirmililli',
  'askedforgiveness',
  "f'lorenceoverstreet",
  'unthoughtfulness',
  'fiaiimnnumnnimxrexm',
  "separate'addresses",
  'immiummoilmotolimummummommetil',
  'carefullyprepared',
  'psnideokorthlogassesal',
  'thertreasurymuch',
  'wetrustihatothers',
  'mixiiiimmommiiitta',
  'imannimminmfrommtlimmr',
  'vvimminivimmilliiults',
  'missionarysecretary',
  'twenty-four-carat',
  "btiardini'itnderits",
  'twomambotinmitiommtatnonmumainttnq',
  'hissyrnpathizers',
  'felmmumilmamimmorimiluti',
  'mimiiimirmimuimimiowihmimninnalimm',
  "ilkurly'helieve-that",
  'iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiim',
  'replyingtoyourfavorofthe',
  'self-maintenance',
  'visitedthefollowingplacesthepastweek',
  "whole'neighborhood",
  'iamgladthelordhasgivenusthesystemwehaveinre',
  'studentcanvassers',
  'interested-to-know-just',
  "membershinain'tforyear",
  'fortheelectionoftheboardoftrus',
  "parent-teacher's",
  'andoneashighasfourteen',
  'chalmerchastainnx',
  'umummmumittommutmlimmummiiiiimmniiiiimuommi',
  "hembersmpain'tcoryear",
  'mmunlimiiiiiimilm',
  'twenty-foultlr-ave-mre-n',
  'student-colporteur',
  'inthelittlethingsisaspleas',
  'thirteen-year-old',
  'one-hundred-thousand-dollar',
  'weusedtwosmallcheckstomakechangealthough',
  "to'ottlet'a'bookin",
  "ingathering'campaign",
  'religiouritorpedoes',
  "mewberswpain'tforyear",
  'perthiahamptonms',
  'willomitilinotelemmunlmimiiminnminimnimmurimionommeimg',
  'fvivsiistitnigngthbeaislidc',
  'aoiountduetoaiig',
  'mummiqumwmumummmmni',
  'whilespendingafewdaysat',
  'mximiiiiminiiimuim',
  'noticeisherebygiventhatthesecondannual',
  'emeliarobersompofek',
  'piiimillunitgoit',
  'waiting-forthe-truth',
  'fifteen-cent-a-week',
  'thousand-dollar-mark',
  "membershipara'iforyear",
  'mminimiimmiviiiim',
  'secretary-teasurer',
  'sabbath-schooloff',
  'writesthatherhealthhas',
  'four-weeks-in-the-month',
  'tithefordecember',
  'allcorrespondence',
  'hundred-yarddash',
  'quarterendtngjune',
  'much-appreciated',
  'providinghealthful',
  'iiiteresredlier-',
  'sisttrtelitttiiiitivheittli',
  'ten-cent-a-week-plan',
  'subscnirrionnpnice',
  'twenty-cents-a-yveek',
  'subscriptionsfor',
  'great-grandparents',
  "iittiellat-rieed'",
  'anniemayfinleyppp',
  'professionally-trained',
  'mrsldaharrelmisc',
  'half-heartedness',
  'rjudkinsnofmszcoi',
  'accommodatingmore',
  'hiiiiiniiiimiiiiiimiiiiiiiimiihmiiiiiiiehimmiiiiiimiiiimiiiiiiimnim',
  'ydufttttnsifuhor',
  'ailordersaceompanied',
  'iiitumminoritialittitlimitommmillitioutimmomit',
  "wiiter's-heartwelts",
  'daammimffirmatimmmuummo',
  'mississippimission',
  'inimiiimiiiiiiiiiim',
  'restrictiotis-be',
  'miiiiimciiiiimiiiiiiim',
  'encouragement--for',
  'iimewourommonnonownenseseern',
  'tuxford-crothers',
  'andiwantapartinhis',
  'back-to-the-country',
  "tractsociety'secretary",
  'momtuniuttutimortaammmultuliittinal',
  'orthesedepartments',
  'self-forgetfulness',
  'in--our-conference',
  'speciai-thing-thallias-biolightus',
  'very-encouraging',
  'atrcorresoondence',
  'tiosimiicilitfolicrofutitrwte',
  'theremustofnecessitybetwo',
  'perthiahamptorinv',
  'inmminizenummesibeasin',
  'comcomprehensive',
  'asmimmixiiiiiiiimms',
  'mereiftilandkind',
  'correspondencebetween',
  'iiiiiiiiiiiiiiiiiiiiiii',
  'the-acticiris-o-f-to-daywe',
  'fifty-cent-aweek',
  'imilitimmilittilit',
  'e-xt-en-dedthitgir',
  'umilumtitummumtiminimmilmorum',
  'milimiimmimminimi',
  'toliffiltirfeenxit',
  'anniemayeinleypbp',
  'suebeasleyosania',
  'publicationscould',
  'thesotithernwillknow',
  "memberchpain'tforyear",
  'perthiahamptonne',
  'ilimnimmytumiumiumiluttaimikg',
  "vice-president's",
  'course-is--the--stmly--of',
  'gonowtotrezevant',
  'colemankindrednx',
  'colemankindredbx',
  'thezreatermumbencfckunzhes',
  'iiimimaineiiiwill',
  'youhadbettersubscribeforthesouthern',
  'noacriyetaysgeercaretary',
  "seventeenthoouussanddollars'",
  'self-condemnation',
  'thervisitingbrethren',
  'gladlyave-lived-on-bread',
  'coloredministers',
  "hiffingetftehts'",
  'canvasser-evangelists',
  'when-our-consciiption',
  'fifteen-cents-a-week',
  'errieliarobersonnofa',
  'pronlietandaposties',
  'inimiiiiiinniiiiiimisiiiiiimmiiiiiiiiiimiiiiiiiimiiiiiiims',
  "school'quarterlies",
  "two'-conferences",
  'henrybalsbaughsa',
  'enablingstudents',
  'publishefsharulld',
  'rememberthatthepriceoftheworker',
  'kentuckyycoonnff',
  'ollitttimmoxtolutimmil',
  'whatbooksaretobeprinted',
  'aiooootpaidtojoly',
  'administrativeexpense',
  'iamattheofficeforafewdays',
  "membershipain'tteryear",
  'assistant-surgeon',
  'anniemaypinleyprr',
  'buildsonarockthatnaughtcanmove',
  'imommoonounimutassionnswelmaytolonemorynimounimiwissolionimimumosownosimmunuommiummitumboommulmelaitunsesdemoisolnamillmilaimmlulaumiaoroonime',
  'mrsmattiethornton',
  'lommmiumminmemiumnimmignimunsuovomou',
  'williemceachernmt',
  'iiiilonuilirillinlirillmlli',
  'iniiiiiiiiiimmiumimiim',
  'perthiahamptonaf',
  'almost-persuaded',
  'one-thousand-dollar',
  'shermanstewartbf',
  'conferencetreasurer',
  '---------------------------------',
  "antilsaliacca'aini",
  'wearesuretheworker',
  "secretary-treasurer's",
  'numanadernommoonnammommunmitmonnummonommumnrmiimmtmmunommommum',
  'ten-per-cent-on-the-old',
  'rtverceonpratnce',
  'colemankindredbr',
  'magazine-reading',
  'embracingtennessee',
  'viojano-virtuoso',
  'tvventy-cent-a-week',
  'five-hundred-acre',
  'accmaintedisrith',
  'youcanaffordtomisstheblessing',
  'warrethentangleth',
  'brittany-utter-this',
  'wasthesubjectofthediscoursegivenat',
  'corneliacaidwell',
  'heru-ybalsbauglom',
  'perthiahamptonhm',
  'scotch-covenanters',
  'amountduetomayff',
  'pairterd-an-d-sdirie',
  "society'secretary",
  'wilionitnimitruilmitoonmommulomittlil',
  'yoursubscription',
  'pleritytalsbaughimnv',
  'miimmiiiiiiiminilnimmininiominie',
  'friiisliedreattnig',
  'emeliarobersonoc',
  'perthiahamptonbf',
  'individnremember',
  've-received-in-case',
  'fiomesnmissionary',
  'jennieleefrazier',
  'cardwillplacethetotalamount',
  'self-complacence',
  'jailifininiummunlifidinimm',
  'henrybalsbaughbr',
  'jeffersonhickmarmsaz',
  'self-congratulation',
  'speakingofthewon',
  'monthssubscriptions',
  'littledisposition',
  'timituormummitemmumitunne',
  'fifteenmillion-dollar',
  'twenty-cents-aweek',
  'fellow-passengers',
  'milimiturnimituitimammuuttm',
  "membershipam'tftryear",
  'sanitariumnunier',
  'futureareanything',
  'secretaryanditreasurer',
  'miiitmummmiiininnii',
  '---sollool-flonations-be',
  'stick-to-it-ive-ness',
  'pliimilmilltrillirill',
  'subscription-book',
  'okchristthithbse',
  'andwewouldappreciateitverymuch',
  'butcouldnotbuywithouttheconsentofherhusband',
  'twenty-cent-aweek',
  'conferencegeneral',
  'ilitoluttellitliakt',
  'visits-of-elders',
  'tuxvord-crothers',
  "'correspondents'",
  'get-along-ableness',
  "an''inipoptdar'message",
  'emeliarobersondofa',
  'eiiiiiiiiiiimminiii',
  'iiiitilliiiiiiltiliii',
  'corrietidirdelicetelaird',
  'lottgitarttheyare',
  'iviberlanndiisccon',
  'ejnommennommonsilmonsmenumin',
  'locltptikttottisviller',
  'iniemitemapoimminionnin',
  'beaufordstatonww',
  'tractsocietysecretary',
  'recentlyreceived',
  'central-southern',
  'ficielliedullteticlip',
  'littleliirifileathet',
  "membershipam'tcoryear",
  'readings-tv-fe-we',
  'inmakingupmyreporttothegeneral',
  'perthiahamptorair',
  'associateeditors',
  'iiiiiiiwnhisisminim',
  'secrtreasurerard',
  'civic-betterment',
  'sucfibtssiestppt',
  'eifeittially-piai',
  'conferencennnnnwnnnn',
  'iiiiiiiiiiiiiiiiiiiiiiii',
  'positioneofinfluenceare',
  'ileave-this-comity',
  "missionary'agent",
  'count-our-blessings',
  'jeffersonhickmann',
  'it-seems-almost-impossible',
  'seventhpractical',
  'hisrieitentmnpqs',
  'ifillialleimmimoinimmiimmiffillice',
  'canvasserevangelist',
  "extermination'of",
  'iwxwwiuuwnunwmmwnnwnnu',
  'misapprbpriation',
  'perthiahamptonur',
  'miiiiiimmiiiiimmiiiiiimi',
  "visiting'thelorne",
  'georgieandersoncx',
  "englishwill'secure",
  'educationalsecretary',
  'beimimummiummitsiitiowa',
  'heaven-appointed',
  'in-the-days-ofthe',
  'fieldmissionarysecretary',
  'school-department',
  'twenty-cent-ajweek',
  'coutitrstorctrairy',
  "menlieisliipam'tforyear",
  'treatment-of-thesemen',
  'quota--for---nrissions',
  'irmiiiiiiiiiiimimum',
  'superintendentof',
  '------------------------------------------',
  'interesanifested',
  'thirtythousand-dollar',
  "andworks'sintheg",
  'gastro-intestinal',
  'mrsannapatterson',
  'attorney-general',
  'denominationally',
  'conferencepresident',
  'ffsolilimaliiimmint',
  'wihbnthstheactivemembership',
  'self-satisfaction',
  'wehadbutfewfacilities',
  'dmilimmullimilil',
  'sabbath-messageneed',
  'robertdpetersonnx',
  'unionmissionaryagent',
  'was-at-ne-time-larg',
  'vcsitedwooleysprings',
  'irfitiiiiiiiiiiii',
  'vievrtheolonical',
  "riiiiimis'ignitialti",
  'perthiallamptonum',
  '-----------------------------',
  'twenty-four-page',
  'georgiaandersonck',
  '----------------------------',
  'reasan-why-yau-are-n-et',
  'canvassingreport',
  'houstonkindredur',
  'correspondenceand',
  "we'have'endeavbred",
  'oumulmimmemummummunwo',
  'georgiaandersoncx',
  'impressivesounding',
  'gimmimmiummitmonmittimmtuarmixtu',
  'plommtuntiluilliimittunittoutimm',
  'perthiatiamptonpry',
  'foundthebrethren',
  'sendmefiftywatchman',
  'chalmerchastainbb',
  'iiiiiiiiiiiiiiiiii',
  'of-a-mile-from-the-post-office',
  'conflictagaiffftthe',
  'rcutntrummannumtimarmai',
  'miimimmmomiwimmi',
  'planning-for-the',
  'circtifristaticds',
  "resourcefulness'",
  'pensacolaflorida',
  'tagalog-speaking',
  'right-to-the-point',
  'anummutkuutalattpdpnetto',
  'amountimldtoattg',
  'mmimittlintillein',
  'societylsecretary',
  "union'missionary",
  'one-hundred-dollar',
  'foreign-speaking',
  'clear-headedness',
  'amunmromminuntmnnimm',
  'conferencedirectory',
  'understandingthe',
  'babylonish-medo-persian',
  'well-illustrated',
  'ommutmomilloauquinumunut',
  'socialprayer-meeting',
  'aloiriammammamiwiwaiormonamoionommoiwomonariaiminowaimmmmwroompw',
  'twenty-cents-a-vveek',
  'ptitilliiirntassoiziation',
  'tuxpord-crothers',
  'business--than-to-etit-the',
  'ofsiiiesnageyazingw',
  "sabbath-keeper's",
  'odisnimomilvonotimmo',
  'erneliarobersongc',
  'perthiahamptonmi',
  'self-explanatory',
  'pablismiitalsoilation',
  'time-discouragement',
  'imiiiiiiiiiiiiiiiiiiiiiiiiiii',
  'thirteenth-sabbath',
  'twenty-five-cent-books',
  'jweatheringtonnm',
  'it-is-his-wark-for-he-hes-done',
  'vimthslgskiirtimalm',
  'sticceededjnfixing',
  'patientprincipal',
  'chalmerchastainaa',
  "published'weekly'",
  'eanrtvheustiasltniegailtiehetr',
  "finating'throttgh",
  'aelaioctenpatton',
  "missionary'department",
  "meabefsfeteara'tforyear",
  'seasontionwholematter',
  'church-membership',
  'secretary-treasurer',
  'ibero-afro-american',
  'modonmsoommitteip',
  'walterbdmondstbr',
  'immiiimmmiimummimmumml',
  'iiiiiimiiiiiimiiiii',
  'mrrrnrlunrunrrirrrriirrr',
  'fire-arins-and-told-him-tereturn',
  'mrsethelwarrenbf',
  'thetruthisgaininginourconfer',
  'mbracintftennessee',
  'mdlealneaulimumuliniumeneveranernsommuimmunumiinatemummummumelimillimlitiummosu',
  'appreciationof-what',
  'colemankindredsr',
  'ienresemenisierneriseinemmennisimmusinerniemenemene',
  'nmoinsimmimmentimettimitunion',
  'self-examination',
  'henrybalsbaughnx',
  'every-one-the-very-best-of-our',
  'unistammerunntniimmtiunstummt',
  'self-preservation',
  'convictionpossessed',
  'previouslyreported',
  'result-producing',
  'southerinutiiaion',
  'november-december',
  'fieldmissionaryagent',
  'theaboverecomhforurt',
  "becoraestrong'in",
  'henrybalsbaughaa',
  'inaldediathia-m-port',
  'bitliescaitfiern',
  'ittrillatimitilli',
  'heart-expression',
  'conductedworship',
  'secretarytreasurer',
  'iimmiriiiiiimmmwmmwmw',
  'honlet-c-orrie-horne',
  'entireconference',
  'ptommtmintotimmiiiimommunt',
  'minimilloomminnomillimmn',
  'dellheratel-y--eame---to',
  'perthiahamptonmu',
  'isolateebrethren',
  'embraeingtennossee',
  "vicinity'following",
  'nearly-two-weeks',
  'wearetobeorganized',
  'hundred-thousand-dollar-a-year',
  'mmiommmummiiimmmmmmwmwm',
  "publishinst'association",
  'soul-and-life-destroying',
  'visitingdrientis',
  'fifteenmonths-for-fifty-cents',
  'self-distrustful',
  'aimmepamicia-rhm',
  'publishing-association',
  "membercmnain'tforyear",
  "valtinteer'reading",
  'count-your-many-blessings',
  'immediatelyielling',
  'insignificant-appearing',
  'sanitariestatement',
  'eoujmcelroybpstv',
  'hisrighteousness',
  'schoolquarterlies',
  'ingatheringpapers',
  'thequadricentennial',
  'overthefairfameoffriendorfoe',
  'missionaryvolunteer',
  'commandment-keeping',
  'phelpsentertained',
  'norprincipalities',
  'mitliiiltimielmimmom',
  'motklitlibadlithoned',
  'ntuocimpofstible',
  "wordaoftrutiv'may",
  'thelcdlowinedayas-sperk',
  'twenty-foursouls',
  "mississippi'conference",
  'long-established',
  'alongeducational',
  'great-grandmother',
  'attentioncatching',
  'pertiiiiiiiiteln',
  'cracgingtwidgeless',
  'mmilaleimmimmimumilliralllutimmilimmo',
  'iimimmiwiseinivia',
  'mmmimmumwmimmumiorimm',
  'imoximuommrintemilmommum',
  'inuimeilanitiummil',
  'emeliarobersonaofa',
  'stick-to-it-iveness',
  'miiiiiiimmiiiiiimiiiiiiimiiiiiiimmiiimmiiiiiim',
  'thattimehisneighbor',
  'theircredentials',
  'iinxiiimmurnsigilinisium',
  'only-ten-days-will',
  'perthiahamptonbr',
  'begininiinnggileourthquartet',
  'mirmaitauummimmimmuumissumlimmillitimmummimilmmmminrmilmmrnmmilwimwtrmilluim',
  'spiritual-minded',
  'havecorresponded',
  'alabamaconference',
  'simmtuttaillunnt',
  'gerhardjorgenson',
  'self-interpreting',
  'one-hundred-acre',
  'thisanissionaryanumnition',
  'fifteen-centsa-week',
  'religious-liberty',
  'wholiveintheunitedstatesand',
  'differentquarters',
  'selfgratification',
  'iiiiiimiiiiiiimiim',
  'perthiahamptoner',
  'miiiiiimiiiiiimiiiiiiim',
  'sowewentintothehouseand',
  "gettin'-in-place",
  'twenty-cents-a-week',
  'threescore-and-ten',
  'beconnectedwithourinstitutionsorwithotherbranchesof',
  'there-are--no-public',
  'tiuttunniviitttottomilio',
  'stsrissieskayeathe',
  'secretarytreasurership',
  'strong-missionary',
  'ututtmuntimatiiineummtionn',
  'henrybalsbaughnr',
  'onvfiiteetireents',
  'liatitarbitalherink',
  'pleseemstogivethemconfidencetobelieve',
  'world-circulating',
  'iiiiiiiiilainiiiiiiinigutj',
  'excellentarticle',
  'thathathnotthesonofgodhathnotlife',
  'miummumanonnummninemimmumme',
  'xwxwxxxxmwxmwxxx',
  'edwardwhittierbr',
  'perthiahamptonum',
  'gerotsrhuretftlancirn',
  'societysecretary',
  'mattiemckinneybf',
  'eeeedeteeeeeetieee',
  'representative-inthe',
  'iiiirililtrilmillriiimilli',
  'forty-hour-a-week',
  'perthiallamptonam',
  'maaynyssaparrwows',
  'florencegratharnntb',
  'mainthoroughfares',
  'tellsusofamaninglasgow',
  'iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii',
  'edwardwhittieraa',
  "varions'possibilities",
  'twerrty-fotrrth-avemie',
  'untimeemimottionimuneinitimeimromnffiumnomiiiminixiiminaimoommitimiimuutiiiimixiiimitlimmtmoianimuiiimixiiiiimimmmiummuniumulloommiiimmieumnimmullomoommtimminuo',
  'amzininamtutmatiormiumimm',
  'miumiumisiiiiiiimiiimimiiiiiminwo',
  'twenty-cents-a-week-fund',
  'americaroivision',
  'hattiesburgbrings',
  'chalmerchastainax',
  'louisianaconference',
  'swedish-american',
  'representorders-',
  'ingatheringworkisnowinprogress',
  'andunderwoodarepush',
  'fashionablewomen',
  'resultpopulation',
  'illillimilimiimi',
  'withrussiawasacon',
  'iiximyixiiimirnpiuil',
  'theireapaeitytegarding',
  'chaorryyetthiosf',
  'wilderness-tabernacle',
  'intoinsignificance',
  'concratitlations',
  'tvventy-cents-a-we',
  'goodand-he-isteaching',
  'mmininimmusimium',
  'edwardwhittierar',
  'opportunihustlers',
  "clayaiticntists'",
  'artmmmunummummmmnu',
  'divinelyappointed',
  'muniummomuummuum',
  "northings'tirea-tilt",
  'georgeandersonce',
  'extremelypracticalar',
  'cornmaundementes',
  'perthiahamptonme',
  'pithfishingifffouse',
  'literatureirrsuch',
  'walteredmondstnn',
  'mrsfewagnertmrsc',
  'aimshantyhepweooprlke',
  'commandment-breaker',
  'august-september',
  'itaimibiniiiimixnainink',
  'wititpractically',
  'againstabettiitlfrinadeat',
  'inlrabiting-native',
  'eirenienininefiniiiiiinsemerseseimesionmeneres',
  'anythingextraordinary',
  'mulmwmviniiiimim',
  'permanent-address',
  'enthusiasmtheeft',
  'publialiiiiiiiineliiimiof',
  'amountduetomayii',
  'correspoilidence',
  "eonfereneeplegge'",
  'delicatelyadjusted',
  'perthiahamptonar',
  'sarticleintheworker',
  'uunnumnutmanlitssailm',
  'departinginissionaries',
  'ilimiiiniliiiiiiiiiiiiiiiiiiiiiiimmlimillliimiimmoialiiiiintritiilli',
  'hard-heartedness',
  'are-in--the-time',
  '--------------------------------prices---------------------------------',
  'ten-cents-a-week',
  'torterrelrfrieeow',
  'erneliarobersonnof',
  ...],
 15)

Correction 7 -- Remove long repeating errors

In [56]:
# %load shared_elements/remove-tokens-with-long-strings-of-characters.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)
    
    replacements = []
    replacements.append(clean.check_for_repeating_characters(tokens, "m|M"))
    replacements.append(clean.check_for_repeating_characters(tokens, "i|I"))
    replacements.append(clean.check_for_repeating_characters(tokens, "e|E"))
    replacements.append(clean.check_for_repeating_characters(tokens, "l|L"))
    replacements.append(clean.check_for_repeating_characters(tokens, "r|R"))
    
    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()
SUW19160106-V10-01-page8.txt: [('lommmiumminmemiumnimmignimunsuovomou', ' ')]
SUW19160323-V10-12-page8.txt: [('iiiiiiiiiiiirm', ' ')]
SUW19160720-V10-29-page1.txt: [('EIIIIIIIIIIIMMINIII', ' '), ('IIImilniMMIIMINUMNIMIIII', ' ')]
SUW19160720-V10-29-page6.txt: [('.MUMMTM..M.MWM.IIIMMMM.MMUMMII', ' ')]
SUW19160727-V10-30-page4.txt: [('.numanadernommoonnammommunmitmonnummonommumnrmiimmtmmunommommum"', ' ')]
SUW19160727-V10-30-page5.txt: [('gmmummunsimimmiummaiumumugmumummlominwninnimmunimultamantimmtitnommtmk', ' ')]
SUW19160810-V10-31-page5.txt: [('MMMIUMMIMIAMMMMMMMITNNUMMNIMIMMUMMEMMIEMMMMMM', ' ')]
SUW19160810-V10-31-page9.txt: [('ommaniAlMillmoimomiailiiiiummimommomntimiiimiiiiinomnimmluniiinMnimmlumionrmoonnaimairmalrumulanutt.', ' '), ('ommaniAlMillmoimomiailiiiiummimommomntimiiimiiiiinomnimmluniiinMnimmlumionrmoonnaimairmalrumulanutt.', ' ')]
SUW19161019-V10-41-page6.txt: [('ifilliallEIMMIMOINIMMIIMMIffillice', ' '), ('ifilliallEIMMIMOINIMMIIMMIffillice', ' ')]
SUW19161109-V10-44-page4.txt: [('ummuuttonolommommtmountunntmotomumiiimommummtouniiionmiumminIttionnummomaimmtmommumannimmanotunmoutiiiimtun', ' '), ('ummuuttonolommommtmountunntmotomumiiimommummtouniiionmiumminIttionnummomaimmtmommumannimmanotunmoutiiiimtun', ' ')]
SUW19161123-V10-46-page8.txt: [('PublialiiiiiiiineliiiMiof', ' ')]
SUW19170322-V11-12-page2.txt: [('amanammenumanmaniimmumummumaimmuutuumummummumiatiiiii.nommummumwom', ' ')]
SUW19170322-V11-12-page3.txt: [('IIiiiiiiilainiiiiiiinigutj', ' ')]
SUW19170419-V11-16-page1.txt: [('MmilaleimmimmimumillIralllutimmilimmo', ' ')]
SUW19170419-V11-16-page5.txt: [('daammimffirmatimmmuummo', ' '), ('MIIMMIIIIIIIMINilnIMMININIOMINIE', ' '), ('llllllllllllllllllllllll', ' ')]
SUW19170426-V11-17-page4.txt: [('mmannwnilliallimmumummumom', ' ')]
SUW19170524-V11-21-page1.txt: [('iiiiiisimmoomilamomommigismossiiiiimaimmiimilimoiligisimsiimiiiissomming', ' '), ('iiiiiisimmoomilamomommigismossiiiiimaimmiimilimoiligisimsiimiiiissomming', ' ')]
SUW19170614-V11-24-page1.txt: [('MIIIIiIMIIIIIIIIIIN', ' '), ('INIMIIIIIINNIIIIIIMISIIIIIIMMIIIIIIIIIIMIIIIIIIIMIIIIIIIMS', ' '), ('IIIIIIIIIIIIIIIIII.', ' '), ('MIIIIIIMIIIIIIMIIIIIIIM', ' ')]
SUW19170614-V11-24-page8.txt: [('IIIIIIIIIIIIIIIIIIIKIIIIIIIIIIII', ' ')]
SUW19170621-V11-25-page1.txt: [('MMIllttilinimtimaltuAlElliilimallilEntinvoultiillml', ' ')]
SUW19170628-V11-26-page1.txt: [('MIIIIIIIMMIIIIIIMIIIIIIIMIIIIIIIMMIIIMMIIIIIIM', ' '), ('MIIIIIIIIMIIIIIIMMIIIIIIM', ' '), ('IMIIIIIIIMIIIIIIIMIIIIIIMIII', ' '), ('MIIIIIIIMMIIIIIIMIIIIIIIMIIIIIIIMMIIIMMIIIIIIM', ' '), ('MIIIIIIIMIIIIIIIM', ' '), ('MIIIIIIMMIIIIIIIIIMMIIIIIIIIIIIIMIIIIIIrMIIIIIIIM', ' ')]
SUW19170705-V11-27-page1.txt: [('IIIIIIMIIIIIIMIIIII', ' '), ('MEIIIIIIMIIIIIIMIII', ' '), ('MIIIIIMCIIIIIMIIIIIIIM', ' '), ('MIIIIIMIIIIIIIM', ' ')]
SUW19170712-V11-28-page1.txt: [('MIIIIIIMMIIIIIMMIIIIIIMI', ' ')]
SUW19170719-V11-29-page1.txt: [('MIIIIIIIMMIIIIIIMM', ' '), ('MINCIIIIIIIMIIIIIMMIIIIIMMIIIIIIMIIIIIIIMIIIIIIM.', ' '), ('MIIIIIIMIIIIIIMIIIIIIM', ' ')]
SUW19170726-V11-30-page1.txt: [('Mmttilimm..Mmem', ' '), ('.mm.mmolmmammmmuw', ' '), ('.m..mmaM..W.Mw.mMimmori..m..W', ' '), ('iiIIIIIIIIIMIIRIIINE', ' '), ('IIIIIIMIIIIIIIM', ' '), ('IIMIIIIIIMMIIIIIIMIIIIIIIMillii', ' ')]
SUW19170726-V11-30-page8.txt: [('iMIIIIIIIIIIIIIIIIIIIIIIIIIII', ' '), ('IIIIIIIIIIIIInn', ' '), ('IIIIIIIIIIIIIIIIIIIIIIIIIIIIII', ' ')]
SUW19170816-V11-33-page1.txt: [('IIIIIIMMIIIIIMMX', ' ')]
SUW19170816-V11-33-page12.txt: [('iireimilliimilmiimmiimernmemilliiirimmutn', ' '), ('IIIMIIIIMIIIIIIIIIIIIII', ' '), ('MIIIINIMIIIIIIM', ' '), ('IIIIIIMIIIIIIIMIIM', ' '), ('HIIIKIIMMIIIIIIINIIIIIM', ' '), ('HIIIIINIIIIMIIIIIIMIIIIIIIIMIIHMIIIIIIIEHIMMIIIIIIMIIIIMIIIIIIIMNIM', ' ')]
SUW19170816-V11-33-page6.txt: [('lioliiiiimmounsimiumniiiiiiimilillimminilligionmeliniimumilmilingliiiimmuulommoililliiiiiiiimiumiligi', ' '), ('lioliiiiimmounsimiumniiiiiiimilillimminilligionmeliniimumilmilingliiiimmuulommoililliiiiiiiimiumiligi', ' '), ('lioliiiiimmounsimiumniiiiiiimilillimminilligionmeliniimumilmilingliiiimmuulommoililliiiiiiiimiumiligi', ' ')]
SUW19170816-V11-33-page7.txt: [('allinsommilimilimilimmelownlimilmmillumommoneliimemommildienolon', ' ')]
SUW19171206-V11-48-page3.txt: [('IIIIMUIIIIIIIII', ' ')]
SUW19180103-V12-01-page5.txt: [('Tmntnumm.mmilumm.', ' ')]
SUW19180110-V12-02-page3.txt: [('IrIIIrxIIIIrIIIIIriIIIIIIIIIInIInIMMu', ' ')]
SUW19180131-V12-05-page8.txt: [('rilkinulittglimmilimmilliiiiitipuniiirtniill', ' ')]
SUW19180314-V12-11-page8.txt: [('immiummoilmotolimummummommetil', ' ')]
SUW19180411-V12-15-page8.txt: [('rammintmommitotmiontremlimnimmino', ' ')]
SUW19180530-V12-22-page4.txt: [('IIIIIIIIIIIIIIII', ' ')]
SUW19180725-V12-30-page2.txt: [('IIIIIIIIIIIIIIIIIIIIIIII', ' '), ('IIIIIIIIIIIIIIIIIII', ' '), ('IIIIIIIIIIIIIIIIIIIIIII', ' ')]
SUW19180725-V12-30-page4.txt: [('willomitilinotelemmunlmimiiminnminimnimmurimionommeimg.mailiomm', ' ')]
SUW19180725-V12-30-page7.txt: [('....."...................nnnomon.......onmnr.e.Seenelnownemstimenemeeeinumelereenammeenenetenommintemumnimitmeemai', ' ')]
SUW19180815-V12-33-page4.txt: [('IIIIIIIIIIIIIIIIIIIIIIII', ' '), ('IIIIIIIIIIIIII', ' '), ('IIIIIIIIIIIIIIIIII', ' '), ('IIIIIIIIIIIIII', ' '), ('IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII', ' ')]
SUW19180829-V12-35-page8.txt: [('mommismilimitmtnimmulatulleminimmu', ' ')]
SUW19180905-V12-36-page6.txt: [('IIIIIIIIIIIIII', ' ')]
SUW19180905-V12-36-page8.txt: [('gimmimmiummitmonmittimmtuarmixtu', ' ')]
SUW19180912-V12-37-page8.txt: [('iiiiiililltiii', ' ')]
SUW19181010-V12-41-page1.txt: [('lintrtimitlimmilmalitOniiiiitoliixoniinimatimixgifink..', ' ')]
SUW19181017-V12-42-page5.txt: [('untimEemimottionimuneinitimeimromnffiumnomiiiminixiiminaimoommitimiimuutiiiimixiiimitlimmtmoianimuiiimixiiiiimimmmiummuniumulloommiiimmieumnimmullomoommtimminuo', ' '), ('untimEemimottionimuneinitimeimromnffiumnomiiiminixiiminaimoommitimiimuutiiiimixiiimitlimmtmoianimuiiimixiiiiimimmmiummuniumulloommiiimmieumnimmullomoommtimminuo', ' ')]
SUW19181024-V12-43-page8.txt: [('otimmiimiimintrinlimmormirenilimm', ' ')]
SUW19181107-V12-45-page2.txt: [('ilimiiiniliiiIIIIIIIIIIIIIIIIIIiimmlimillliimiimmoialiiiiIntritiilli', ' ')]
SUW19181107-V12-45-page3.txt: [('liwriiIIIIIIiiirilirmill', ' '), ('IIIIITIIIIIIIIi.', ' '), ('iiniiiillilintiiiitiii', ' '), ('Pliimilmilltrillirill', ' ')]
SUW19181205-V12-49-page3.txt: [('illittliiitliiiimiLiliiii', ' '), ('iiiiIiiii.ilitliiiititimiiitl', ' ')]
SUW19181212-V12-50-page8.txt: [('IIIIIIIIIIIIII', ' ')]
SUW19190116-V13-04-page5.txt: [('imommoonounimutassionnswelmaytolonemorynimouniMiwissolionimimumosownosimmunuommiummitumboommulmelaitunsesdeMoisOlnamillmilaimmlulaumiaOroonime', ' ')]
SUW19190123-V13-05-page8.txt: [('iIiitilliiiiiiltiliii', ' ')]
SUW19190206-V13-07-page4.txt: [('.mmulimmulimm.mmmimmwmmm..mmsomMRS.mmMnimmimm...mummmmmwsismmMM.mm..mmussmmmmiontft', ' ')]
SUW19190206-V13-07-page5.txt: [('MMUIMMWIWIMINIOMMI', ' ')]
SUW19190213-V13-08-page3.txt: [('alOiRIAMMAMMAMIWIWAIORMONAMOIONOMMOIWOMONArIAIMINOWAIMMMMWROOMPW', ' ')]
SUW19190213-V13-08-page8.txt: [('mungnionnwiltrAminwiftnimmitomm..modonmsoommitteip........', ' '), ('......mmummtetimmuilltomoomoomett.iiitumminoritialittitlimitommmillitioutimmomit.tiot.', ' ')]
SUW19190306-V13-11-page8.txt: [('motimmilintilinimmtimmor', ' ')]
SUW19190313-V13-12-page2.txt: [('ptommtmintotimmiiiimommunt', ' ')]
SUW19190410-V13-16-page4.txt: [('mmMMMmmmmmmmixuWmmmmtmmmiammummommnmmMiummm', ' '), ('WUMmmmwimmmmmmmmmsotmrnmm.MMMW.WIM', ' ')]
SUW19190508-V13-20-page6.txt: [('IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIM', ' ')]
SUW19190515-V13-21-page6.txt: [('canimnimmtlimoimmmunwrimmummumommium.miummumanonnummninemimmumme', ' ')]
SUW19190522-V13-22-page4.txt: [('.M.M.IMIM.MWMMM.M.M.MMM.MIMMIMMMMMMMM.MM...M.M.MMI.M.MM', ' ')]
SUW19190529-V13-23-page4.txt: [('Imputtummummowommew', ' ')]
SUW19190529-V13-23-page8.txt: [('immumnimminnumunnonsimminuir', ' ')]
SUW19190605-V13-24-page5.txt: [('MMWMIMMMIMMMI', ' ')]
SUW19190626-V13-27-page2.txt: [('migniitionmmilimmluxiteiimmiteimmenitunteimmeimatummtwommulantiotimmunmilluilotelorlotoommtiumilmtiommtilliiiminimiiitiiiinistealiiiiiiiitiumniiiiiiiiteion', ' '), ('migniitionmmilimmluxiteiimmiteimmenitunteimmeimatummtwommulantiotimmunmilluilotelorlotoommtiumilmtiommtilliiiminimiiitiiiinistealiiiiiiiitiumniiiiiiiiteion', ' ')]
SUW19190703-V13-28-page3.txt: [('mmnnommtwimmommtmous', ' ')]
SUW19190717-V13-30-page4.txt: [('MMIMMMIMM...M.', ' ')]
SUW19190724-V13-31-page3.txt: [('oumulmimmemummummunwo', ' ')]
SUW19191009-V13-41-page4.txt: [('rummEnummulmilmmuntuninummummoitimmtintmllummumumi', ' '), ('MMIOMMMUMMIIIMMMMMMWMWM', ' '), ('ximmirminimilmlinnnutonmornommtimittmmimmtenminunexiluimq.u.wmmom', ' ')]
SUW19191016-V13-42-page5.txt: [('inomenomummommumommommilimaimatiliFunimmoilem', ' ')]
SUW19191023-V13-43-page4.txt: [("l'IommmmlummmIsmmum.mmmmuumwmmuimummmmu.mmomm", ' ')]
SUW19191023-V13-43-page5.txt: [('IIMMIRIIIIIIMMMWMMWMW.MMMWMMMMMMMMMIIIMV', ' '), ('IIMMIRIIIIIIMMMWMMWMW.MMMWMMMMMMMMMIIIMV', ' '), ('miumiumisiiiiiiiMIIIMIMIIIIIMINWO', ' ')]
SUW19191106-V13-45-page1.txt: [('INIIIIIIIIIIMMIUMIMIIM', ' ')]
SUW19191106-V13-45-page8.txt: [('ilimminmommtamrounnummummiu', ' ')]
SUW19191113-V13-46-page4.txt: [('lixammmmimilmmmwmm', ' ')]
SUW19191113-V13-46-page5.txt: [('mummonimmitouummoinimmott.u.iinunttmomomitmommoomoin', ' '), ('iinItMuxniltlwuywwxniiniWlffiIxiiwniijUJuinwunuuum', ' ')]
SUW19191113-V13-46-page8.txt: [('ittwommumtiommittimmmmomm.', ' ')]
SUW19191204-V13-49-page4.txt: [('MMMIMMUMWMIMMUMIORIMM', ' ')]
SUW19191218-V13-01-page8.txt: [('IIIIMIiilliii.u', ' ')]
SUW19200122-V14-05-page4.txt: [('alliiiimusiiimiiiimillim.', ' ')]
SUW19200219-V14-09-page8.txt: [('imunionamuummummtiommmomonnj', ' ')]
SUW19200408-V14-16-page4.txt: [('.mMnmluimmm.immt.', ' ')]
SUW19200408-V14-16-page6.txt: [('IMMIIIMMMIIMUMMImmUmml', ' ')]
SUW19200415-V14-17-page4.txt: [('irfITIIIIIIIIIiii..i', ' ')]
SUW19200422-V14-18-page3.txt: [('IIIIIIIIIIIIII', ' ')]
SUW19200422-V14-18-page5.txt: [('IIIIIIIIIIIIIIII', ' ')]
SUW19200429-V14-19-page5.txt: [('umummmumittommutmlimmummiiiiimmniiiiimuommi', ' ')]
SUW19200617-V14-26-page7.txt: [('eeeedeteeeeeeTieee', ' ')]
SUW19200701-V14-28-page8.txt: [('INIMIIIMIIIIIIIIIIM', ' ')]
SUW19200708-V14-29-page3.txt: [('IiiilonuilirillinlIrillmlli', ' ')]
SUW19200819-V14-35-page3.txt: [('iIIIINIIIIIII', ' ')]
SUW19200819-V14-35-page8.txt: [('Mrrrnrlunrunrrirrrriirrr', ' ')]
SUW19200821-V14-34-page4.txt: [('artmmmunummummmmnu......mm...m...mmanmm.mmuomnumm.nmun.mm.mm', ' ')]
SUW19200923-V14-40-page5.txt: [('IRMIIIIIIIIIIIMIMUM', ' ')]
SUW19200930-V14-41-page7.txt: [('MIIITMUMMMIIININNII.MillalryNXIMOMM.', ' ')]
SUW19201014-V14-42-page7.txt: [('TIIIIIIIIIIIII', ' '), ('TIIIIIIIIIIII', ' ')]
SUW19201028-V14-44-page2.txt: [('unistammerunntniimmtiunstummt.', ' ')]
SUW19201118-V14-46-page6.txt: [('mIrmaitauumMimmimmuumissumlimmIllitimmummimilmmmminrmilmmrnmmilwimwtrmilluim', ' '), ('.MMWAV.I.MMIIIMmil....', ' ')]
SUW19201216-V14-50-page4.txt: [('mdlealneaulimumuliniumeneveranernsommuimmunumiinatemummummumeliMillimlitiummosu', ' ')]
SUW19201230-V14-02-page8.txt: [('imanniMminmfrommTlimmr', ' ')]
In [59]:
# %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/SUW/correction7

Average verified rate: 0.9615479149318468

Average of error rates: 0.049118214716525936

Total token count: 4719510

In [60]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[60]:
[('r', 13573),
 ('w', 11326),
 ('e', 10614),
 ('m', 8754),
 ('br', 8725),
 ('d', 7868),
 ('f', 6286),
 ('g', 4846),
 ("'", 4685),
 ('t', 4373),
 ('oo', 3874),
 ('n', 3841),
 ('th', 2088),
 ('bf', 2081),
 ('gc', 1385),
 ('ck', 1363),
 ('ky', 1288),
 ('od', 1150),
 ('pp', 1034),
 ('bfl', 976),
 ('u', 891),
 ('agts', 875),
 ('wm', 859),
 ('wk', 768),
 ("colporteurs'", 761),
 ('k', 716),
 ('io', 644),
 ('x', 459),
 ("canvassers'", 413),
 ('ords', 413),
 ('bs', 367),
 ('bp', 345),
 ('wks', 337),
 ('co', 320),
 ('twenty-cent-a-week', 311),
 ('sofp', 301),
 ('rd', 288),
 ('bracy', 286),
 ('hm', 286),
 ('ga', 281),
 ('q', 270),
 ('pg', 262),
 ('cx', 256),
 ('cc', 249),
 ('ex', 229),
 ('billups', 228),
 ('chastain', 228),
 ('seventhday', 215),
 ('ro', 214),
 ("bookmen's", 213)]

Correction 8 -- Separate Squashed Words

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

prev = cycle
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)))

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()
SUW19071022-V01-09-page5.txt: [('Theaboverecomhforurt', 'The a b o v ere com h for ur t'), ('andoneashighasfourteen', 'and one as high as fourteen')]
SUW19071217-V01-13-page8.txt: [('certificatereceipts', 'certificate receipts')]
SUW19080211-V02-03-page2.txt: [('standingcommittees', 'standing committees')]
SUW19080225-V02-05-page16.txt: [('Orthesedepartments', 'Or these departments')]
SUW19080303-V02-06-page2.txt: [('prolongedcorrespondence', 'prolonged correspondence')]
SUW19080407-V02-11-page2.txt: [('counterattractions', 'counter attractions')]
SUW19080407-V02-11-page4.txt: [('fVivsiistitnigngthbeaislidc', 'f V i v s i i s t i t n i g n g t h b e a i s l i d c')]
SUW19080421-V02-13-page7.txt: [('IVIBERLANNDIisCcON', 'I VI B ER L AN N D I i s C c O N')]
SUW19080526-V02-18-page3.txt: [('REPORTOFWATCHMANWORKERS', 'REPORT OF WATCHMAN WORKERS')]
SUW19080609-V02-20-page4.txt: [('Christianityagainst', 'Christianity against')]
SUW19081006-V02-37-page2.txt: [('providinghealthful', 'providing healthful')]
SUW19081006-V02-37-page7.txt: [('pleseemstogivethemconfidencetobelieve', 'p le seems to give them confidence to believe')]
SUW19081013-V02-38-page3.txt: [('commandmentkeeping', 'commandment keeping')]
SUW19081117-V02-43-page2.txt: [('effeciiiiraltriierit', 'eff e c i i i i r a l t r i i e r i t')]
SUW19081117-V02-43-page8.txt: [('littleliirifileathet', 'little l i iri file at h et')]
SUW19081215-V02-47-page2.txt: [('sowewentintothehouseand', 'so we went into the house and'), ('dernonstratiorTSthe', 'der non st rat i or T S t h e')]
SUW19081222-V02-48-page2.txt: [('thattimehisneighbor', 'that time his neighbor')]
SUW19081229-V02-49-page1.txt: [('Replyingtoyourfavorofthe', 'Reply ing to your favor of the')]
SUW19090105-V03-01-page2.txt: [('Maywenotfinishthisonegame', 'May we not finish this one game')]
SUW19090112-V03-02-page2.txt: [('andUnderwoodarepush', 'and Underwood are push')]
SUW19090112-V03-02-page3.txt: [('thatthehandofpersecution', 'that the hand of persecution')]
SUW19090119-V03-03-page4.txt: [('hasbeensetapartbythe', 'has been set apart by the')]
SUW19090202-V03-05-page4.txt: [('LifeJuJVLissiomXands', 'Life J u J V L i s s i o m X a n d s')]
SUW19090209-V03-06-page3.txt: [('BalanceSheetforNineMonthsEndingDec', 'Balance Sheet for Nine Months Ending Dec'), ('thathathnottheSonofGodhathnotlife', 'that hath not the Son of God hath not life')]
SUW19090209-V03-06-page4.txt: [('JUNIORREADINGCOURSE', 'JUNIOR READING COURSE')]
SUW19090216-V03-07-page3.txt: [('formereditoroftheRepost', 'former editor of the Rep o st')]
SUW19090223-V03-08-page4.txt: [('inthelittlethingsisaspleas', 'in the little things is as pleas')]
SUW19090316-V03-11-page2.txt: [('andIwantapartinhis', 'and I want apart in his')]
SUW19090413-V03-15-page3.txt: [('Wehadbutfewfacilities', 'We had but few facilities')]
SUW19090427-V03-17-page3.txt: [('InmakingupmyreporttotheGeneral', 'In making up my report to the General')]
SUW19090427-V03-17-page4.txt: [('placingbindingordersfornearly', 'placing binding orders for nearly')]
SUW19090504-V03-18-page1.txt: [('overthefairfameoffriendorfoe', 'over the fair fame of friend or foe')]
SUW19090518-V03-20-page3.txt: [('youcanaffordtomisstheblessing', 'you can afford to miss the blessing')]
SUW19090525-V03-21-page3.txt: [('thetruthisgaininginourconfer', 'the truth is gaining in our confer')]
SUW19090525-V03-21-page4.txt: [('tellsusofamaninGlasgow', 'tells us of a man in Glasgow'), ('istheresultofendeavor', 'is the result of endeavor')]
SUW19090608-V03-23-page4.txt: [('membersofaBibleclassinanEng', 'members of a Bible class in an Eng')]
SUW19090727-V03-30-page1.txt: [('importantauxiliarieS', 'important au xi liar i e S')]
SUW19090817-V03-33-page2.txt: [('aswellasthefinancialadvancementwhich', 'as well as the financial advancement which')]
SUW19090907-V03-35-page1.txt: [('proportionateattendance', 'proportionate attendance')]
SUW19091130-V03-47-page4.txt: [('NOTICEisherebygiventhatthesecondannual', 'NOTICE is hereby given that the second annual')]
SUW19100104-V04-01-page4.txt: [('extremelypracticalar', 'extremely practical ar')]
SUW19100125-V04-04-page14.txt: [('intoinsignificance', 'into in significance'), ('conferencepresident', 'conference president')]
SUW19100217-V04-07-page1.txt: [('ElectionofOfficers', 'Election of Officers')]
SUW19100526-V04-21-page8.txt: [('EmbracingTennessee', 'Embracing Tennessee')]
SUW19100630-V04-26-page8.txt: [('SoutheerfPubliahing', 'Sou the er f P u b l i a h i n g')]
SUW19100707-V04-27-page2.txt: [('MessingtWeperiodical', 'Me s sing t W e p e r i o d i c a l')]
SUW19100901-V04-34-page9.txt: [('formissionarypurpose', 'for missionary purpose')]
SUW19100922-V04-37-page2.txt: [('VcsitedWooleySprings', 'V c sit ed Wool e y S p r i n g s')]
SUW19100929-V04-38-page6.txt: [('aiMshantyhepweooprlke', 'ai Ms h an ty he p we o o p r l k e')]
SUW19101013-V04-40-page4.txt: [('theirsubscriptions', 'their subscriptions')]
SUW19101020-V04-41-page8.txt: [('impressivesounding', 'impressive sounding')]
SUW19101124-V04-46-page6.txt: [('patientlypersevere', 'patiently persevere')]
SUW19101215-V04-49-page4.txt: [('ConferencevvvvvVvvvv', 'Conference v v v v v V v v v v')]
SUW19101215-V04-49-page6.txt: [('triiirilateaChfarilify', 't r i i i r i l a t e a C h f a r i l i f y')]
SUW19110126-V05-04-page5.txt: [('withoutpreparation', 'without preparation')]
SUW19110810-V05-32-page3.txt: [('delicatelyadjusted', 'delicately adjusted')]
SUW19110907-V05-36-page4.txt: [('convictionpossessed', 'conviction possessed')]
SUW19120530-V06-22-page4.txt: [('motklitlibadlithoned', 'mot k l i t l i b a d l i t h o n e d')]
SUW19120801-V06-31-page7.txt: [('ErrieliaRobersonnofA', 'Err i el i a Roberson no f A')]
SUW19120822-V06-34-page7.txt: [('LouisiisainaanCaoCnfonf', 'Louis i is a in a an C a o C n f o n f')]
SUW19120912-V06-37-page4.txt: [('ConferencevvvVvvvvvv', 'Conference v v v V v v v v v v')]
SUW19121024-V06-43-page7.txt: [('ThilelialteibeisonpofA', 'T h i l e l i a l t e i b e i s o n p o f A')]
SUW19130102-V07-01-page1.txt: [('ainallyJiniinclethisAiat', 'a in ally J in i in cle this Ai at')]
SUW19130109-V07-02-page4.txt: [('Protestantmagazine', 'Protestant magazine')]
SUW19130320-V07-12-page7.txt: [('mOnthssubscriptions', 'm O n t h s s u b s c r i p t i o n s')]
SUW19130327-V07-13-page7.txt: [('KENTUCKYCONFERENCE', 'KENTUCKY CONFERENCE')]
SUW19130501-V07-18-page2.txt: [('FieldMissionarySecretary', 'Field Missionary Secretary')]
SUW19130501-V07-18-page4.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer'), ('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19130508-V07-19-page4.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer'), ('Buildsonarockthatnaughtcanmove', 'Build son a rock that naught can move')]
SUW19130508-V07-19-page5.txt: [('wasthesubjectofthediscoursegivenat', 'was the subject of the discourse given at')]
SUW19130508-V07-19-page6.txt: [('beconnectedwithourinstitutionsorwithotherbranchesof', 'be connected with our institutions or with other branches of')]
SUW19130508-V07-19-page7.txt: [('wouldbegladtohearoftheprogressmade', 'would be glad to hear of the progress made')]
SUW19130515-V07-20-page2.txt: [('FieldMissionarySecretary', 'Field Missionary Secretary')]
SUW19130515-V07-20-page4.txt: [('thatbearsanyrelationtotheworkofGodshould', 'that bears any relation to the work of God should')]
SUW19130515-V07-20-page5.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer'), ('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19130522-V07-21-page3.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer'), ('TractSocietySecretary', 'Tract Society Secretary'), ('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19130522-V07-21-page4.txt: [('LouisianaConference', 'Louisiana Conference'), ('FieldMissionarySecretary', 'Field Missionary Secretary')]
SUW19130529-V07-22-page3.txt: [('TractSocietySecretary', 'Tract Society Secretary'), ('FieldMissionarySecretary', 'Field Missionary Secretary')]
SUW19130529-V07-22-page4.txt: [('thatImaybesuccessfulinthefield', 'that I may be successful in the field'), ('SecretaryandTreasurer', 'Secretary and Treasurer'), ('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19130529-V07-22-page8.txt: [('theremustofnecessitybetwo', 'there must of necessity be two')]
SUW19130612-V07-23-page2.txt: [('hisonlybegottensonthatwhosoeverbelievethinhimshould', 'his only begotten son that whosoever believeth in him should')]
SUW19130612-V07-23-page4.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer')]
SUW19130612-V07-23-page5.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer'), ('FieldMissionarySecretary', 'Field Missionary Secretary')]
SUW19130619-V07-24-page3.txt: [('interestingreports', 'interesting reports')]
SUW19130619-V07-24-page5.txt: [('FieldMissionarySecretary', 'Field Missionary Secretary')]
SUW19130619-V07-24-page6.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer')]
SUW19130626-V07-25-page2.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer'), ('FieldMissionarySecretary', 'Field Missionary Secretary')]
SUW19130626-V07-25-page3.txt: [('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19130703-V07-26-page1.txt: [('WrittenontheMemphisSpecialinVirginia', 'Written on the Memphis Special in Virginia')]
SUW19130703-V07-26-page3.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer'), ('SecretaryandTreasurer', 'Secretary and Treasurer')]
SUW19130703-V07-26-page5.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer'), ('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19130703-V07-26-page6.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer')]
SUW19130710-V07-27-page2.txt: [('FieldMissionarySecretary', 'Field Missionary Secretary'), ('Iamattheofficeforafewdays', 'I am at the office for a few days'), ('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19130710-V07-27-page6.txt: [('IamgoingtodomybestinthetwodaysthatIdowork', 'I am going to do my best in the two days that I do work')]
SUW19130717-V07-28-page2.txt: [('SecretaryandiTreasurer', 'Secretary and i Treasurer')]
SUW19130717-V07-28-page4.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer'), ('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19130717-V07-28-page5.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer')]
SUW19130717-V07-28-page6.txt: [('UnionMissionaryAgent', 'Union Missionary Agent')]
SUW19130724-V07-29-page5.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer'), ('TractSocietySecretary', 'Tract Society Secretary'), ('FieldMissionarySecretary', 'Field Missionary Secretary')]
SUW19130724-V07-29-page6.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer')]
SUW19130731-V07-30-page2.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer'), ('TractSocietySecretary', 'Tract Society Secretary')]
SUW19130731-V07-30-page3.txt: [('TractSocietySecretary', 'Tract Society Secretary')]
SUW19130731-V07-30-page4.txt: [('ConferenceandTractSocietySecretaryandTreas', 'Conference and Tract Society Secretary and Treas')]
SUW19130731-V07-30-page7.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer')]
SUW19130731-V07-30-page8.txt: [('EmbracingTennessee', 'Embracing Tennessee'), ('TreasurerandAuditor', 'Treasurer and Auditor')]
SUW19130807-V07-31-page3.txt: [('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19130814-V07-32-page3.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer'), ('FieldMissionarySecretary', 'Field Missionary Secretary')]
SUW19130814-V07-32-page7.txt: [('fortheelectionoftheboardoftrus', 'for the election of the board oft ru s')]
SUW19130814-V07-32-page8.txt: [('UnionMissionaryAgent', 'Union Missionary Agent')]
SUW19130821-V07-33-page3.txt: [('FieldMissionarySecretary', 'Field Missionary Secretary')]
SUW19130821-V07-33-page5.txt: [('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19130821-V07-33-page8.txt: [('UnionMissionaryAgent', 'Union Missionary Agent')]
SUW19130828-V07-34-page1.txt: [('wholiveintheUnitedStatesand', 'who live in the United States and')]
SUW19130828-V07-34-page3.txt: [('FieldMissionarySecretary', 'Field Missionary Secretary')]
SUW19130828-V07-34-page7.txt: [('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19130904-V07-35-page2.txt: [('DanielandtheRevelation', 'Daniel and the Revelation')]
SUW19130904-V07-35-page4.txt: [('weusedtwosmallcheckstomakechangealthough', 'we used two small checks to make change although'), ('butcouldnotbuywithouttheconsentofherhusband', 'but could not buy without the consent of her husband')]
SUW19130904-V07-35-page5.txt: [('WearesuretheWorker', 'We are sure the Worker'), ('butwefeelsureallwill', 'but we feel sure all will')]
SUW19130904-V07-35-page6.txt: [('FieldMissionarySecretary', 'Field Missionary Secretary'), ('andMissionaryVolunteerInstitutewas', 'and Missionary Volunteer Institute was')]
SUW19130911-V07-36-page4.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer'), ('FieldMissionarySecretary', 'Field Missionary Secretary')]
SUW19130911-V07-36-page5.txt: [('lowatthepresenttime', 'low at the present time'), ('andwewouldappreciateitverymuch', 'and we would appreciate it very much'), ('SecretaryandTreasurer', 'Secretary and Treasurer'), ('TractSocietySecretary', 'Tract Society Secretary')]
SUW19130911-V07-36-page6.txt: [('FieldMissionaryAgent', 'Field Missionary Agent'), ('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19130918-V07-37-page1.txt: [('Whilespendingafewdaysat', 'While spending a few days at')]
SUW19130918-V07-37-page2.txt: [('Wearetobeorganized', 'We are to be organized'), ('wearetounderstandwhatour', 'we are to understand what our')]
SUW19130918-V07-37-page3.txt: [('whatbooksaretobeprinted', 'what books are to be printed'), ('SecretaryandTreasurer', 'Secretary and Treasurer'), ('TractSocietySecretary', 'Tract Society Secretary'), ('IamgladtheLordhasgivenusthesystemwehaveinre', 'I am glad the Lord has given us the system we have in r e')]
SUW19130918-V07-37-page4.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer'), ('FieldMissionarySecretary', 'Field Missionary Secretary'), ('EducationalSecretary', 'Educational Secretary'), ('SecretaryandTreasurer', 'Secretary and Treasurer'), ('TractSocietySecretary', 'Tract Society Secretary'), ('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19130918-V07-37-page5.txt: [('andmaterialhelptotheneedymissionfieldsasare', 'and material help to the needy mission fields as are'), ('willgivethenamesnextweek', 'will give the names next week')]
SUW19130918-V07-37-page6.txt: [('writesthatherhealthhas', 'writes that her health has')]
SUW19130918-V07-37-page8.txt: [('EmbracingTannesaec', 'Embracing Tan n e s a e c'), ('whowithhiswifeistouringthecountryinan', 'who with his wife is tour ing the country in an')]
SUW19130925-V07-38-page4.txt: [('TractSocietySecretary', 'Tract Society Secretary'), ('attendedtheUnionConferenceCom', 'attended the Union Conference Com'), ('SecretaryandTreasurer', 'Secretary and Treasurer'), ('FieldMissionarySecretary', 'Field Missionary Secretary')]
SUW19130925-V07-38-page5.txt: [('terestingcompliments', 'ter est ing compliments'), ('SecretaryandTreasurer', 'Secretary and Treasurer'), ('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19131002-V07-39-page2.txt: [('thattheGraysvilleSanitarium', 'that the Graysville Sanitarium')]
SUW19131002-V07-39-page3.txt: [('TractSocietySecretary', 'Tract Society Secretary')]
SUW19131002-V07-39-page5.txt: [('FieldMissionaryAgent', 'Field Missionary Agent'), ('visitedthefollowingplacesthepastweek', 'visited the following places the past week')]
SUW19131002-V07-39-page7.txt: [('Conferencetreasurer', 'Conference treasurer')]
SUW19131009-V07-40-page4.txt: [('theeallthedaysofthylife', 'thee all the days of thy life'), ('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19131009-V07-40-page5.txt: [('SecretaryandiTreasurer', 'Secretary and i Treasurer'), ('TractSocietySecretary', 'Tract Society Secretary')]
SUW19131016-V07-41-page4.txt: [('FieldMissionarySecretary', 'Field Missionary Secretary'), ('isdeliveringbooksthisweek', 'is delivering books this week')]
SUW19131016-V07-41-page5.txt: [('Ingatheringworkisnowinprogress', 'Ingathering work is now in progress'), ('sarticleintheWorker', 's article in the Worker'), ('YouhadbettersubscribefortheSouthern', 'You had better subscribe for the Southern')]
SUW19131016-V07-41-page6.txt: [('RememberthatthepriceoftheWorker', 'Remember that the price of the Worker'), ('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19131016-V07-41-page7.txt: [('YourlettertotheSabbath', 'Your letter to the Sabbath')]
SUW19131023-V07-42-page2.txt: [('SecretaryandTreasurer', 'Secretary and Treasurer'), ('TractSocietySecretary', 'Tract Society Secretary'), ('FieldMissionarySecretary', 'Field Missionary Secretary')]
SUW19131023-V07-42-page6.txt: [('FieldMissionaryAgent', 'Field Missionary Agent')]
SUW19131120-V07-46-page3.txt: [('MississippiMission', 'Mississippi Mission')]
SUW19140115-V08-03-page2.txt: [('Missionaryvolunteer', 'Missionary volunteer')]
SUW19140226-V08-09-page8.txt: [('EmbracingTennessee', 'Embracing Tennessee')]
SUW19140514-V08-20-page5.txt: [('correspondencebetween', 'correspondence between')]
SUW19140730-V08-31-page7.txt: [('JeffersonHickmarmsaz', 'Jefferson Hick mar ms a z')]
SUW19150325-V09-12-page7.txt: [('SolornonBroussardBRo', 'So l or non Broussard BRo')]
SUW19150527-V09-21-page3.txt: [('studentcolporteurs', 'student colporteurs')]
SUW19150610-V09-23-page7.txt: [('SolomonBroussardBp', 'Solomon Broussard B p')]
SUW19150722-V09-29-page4.txt: [('AdministrativeExpense', 'Administrative Expense')]
SUW19151014-V09-40-page7.txt: [('Ailordersaceompanied', 'Ail orders ace o m p a n i e d')]
SUW19151104-V09-43-page8.txt: [('Theinostsuccessful', 'The in o st successful')]
SUW19151223-V09-50-page5.txt: [('PreviouslyReported', 'Previously Reported')]
SUW19160224-V10-08-page2.txt: [('missionarysecretary', 'missionary secretary')]
SUW19160323-V10-12-page6.txt: [('thisAnissionaryanumnition', 'this An is sion ar y a num nit ion')]
SUW19160420-V10-16-page6.txt: [('ConferenceDirectory', 'Conference Directory')]
SUW19160525-V10-21-page7.txt: [('PaulineStuyvesantBR', 'Pauline Stuyvesant B R')]
SUW19160622-V10-25-page6.txt: [('secretarytreasurership', 'secretary treasurer ship')]
SUW19160727-V10-30-page1.txt: [('Itintimilinlitlint', 'I tint i mil in lit l int')]
SUW19160727-V10-30-page9.txt: [('AdministrativeExpense', 'Administrative Expense')]
SUW19160831-V10-34-page1.txt: [('secretarytreasurer', 'secretary treasurer')]
SUW19161005-V10-39-page1.txt: [('theSotithernwillknow', 'the So tit her n w i l l k n o w')]
SUW19161012-V10-40-page8.txt: [('PablisMiitAlsoilatiOn', 'P a b l is M i i t A l s o i l a t i O n')]
SUW19161116-V10-45-page2.txt: [('departinginissionaries', 'departing in is sion ar i e s')]
SUW19161116-V10-45-page6.txt: [('liatitarbitalherink', 'l i at it ar bit a l her ink')]
SUW19161214-V10-49-page2.txt: [('conSiderableincrease', 'con S i der able increase')]
SUW19161214-V10-49-page4.txt: [('Payyourtitheandofferingstoyourchurchtreasurerunless', 'Pay your tithe and offerings to your church treasurer unless')]
SUW19161214-V10-49-page8.txt: [('PtitilliiirnTAssoiziation', 'P tit ill ii ir n T A s s o i z i a t i o n')]
SUW19161221-V10-50-page2.txt: [('immediatelyielling', 'immediately i ell ing')]
SUW19161221-V10-50-page8.txt: [('efitPiffiltsliiiiigaioasitiOn', 'e f i t P i f f i l t s l i i i i i g a i o a s i t i O n')]
SUW19170111-V11-02-page1.txt: [('friiisliedreattnig', 'fri i is lie dr eat t n i g')]
SUW19170111-V11-02-page7.txt: [('Perthialiamptonppv', 'P ert hi a l i am p ton p p v'), ('anythingextraordinary', 'anything extraordinary')]
SUW19170208-V11-06-page2.txt: [('EiekLlvlissionaySecretary', 'E i e k L l v l i s s i o n a y S e c r e t a r y')]
SUW19170222-V11-08-page8.txt: [('FICIELLIEDULLTETICLIP', 'F I C I E L L I E D U L L T E T I C L I P')]
SUW19170322-V11-12-page3.txt: [('ffsolilimAliiImmint', 'f f s o l i l i m A l i i I m m i n t')]
SUW19170419-V11-16-page4.txt: [('ElillOODODOODDECED', 'El ill O O DO DO ODD E C E D')]
SUW19170607-V11-23-page8.txt: [('oftheJacksoriTThrul', 'of the Jacks or i T T h r u l')]
SUW19170726-V11-30-page8.txt: [('IIIIIIIWNHISISMINIM', 'III III I W N H I S I S M I N I M')]
SUW19170823-V11-34-page7.txt: [('ChalmerChastainisR', 'C hal mer Chas tain is R')]
SUW19171004-V11-39-page8.txt: [('MississippLancLLouisiana', 'Miss is s i p p L an c L Louisiana')]
SUW19171011-V11-40-page6.txt: [('HertdersOfFehurelfiihii', 'H ert der s Of Fe h ur el f i i h i i')]
SUW19171018-V11-41-page8.txt: [('AlahamsMississippl', 'Ala ham s Miss is s i p p l')]
SUW19171025-V11-42-page7.txt: [('MrsMollieMillerMisc', 'Mrs Mollie Miller Misc')]
SUW19171129-V11-47-page7.txt: [('PerthiaTiamptonPry', 'P ert hi a T i a m p t o n P r y')]
SUW19171206-V11-48-page2.txt: [('preparedwhatitcallsaquestionnaire', 'prepared what it calls a questionnaire')]
SUW19171213-V11-49-page7.txt: [('pleritytalSbaughimnv', 'p l er it y t a l S b a u g h i m n v')]
SUW19171220-V11-50-page1.txt: [('PubishingAssociatiOn', 'Pub is h ing Assoc i at i On')]
SUW19180207-V12-06-page3.txt: [('minimilloomminnomillimmn', 'min i mil loom min no mill im m n')]
SUW19180314-V12-11-page1.txt: [('imilitimmilittilit', 'i mil it im mil it t i l i t')]
SUW19181010-V12-41-page4.txt: [('intsininummiiiijullnint', 'int sin i num m i i i i j u l l n i n t')]
SUW19190109-V13-03-page5.txt: [('KENTUCKYCONFERENCE', 'KENTUCKY CONFERENCE')]
SUW19190123-V13-05-page4.txt: [('MinneapolisJournal', 'Minneapolis Journal')]
SUW19190213-V13-08-page3.txt: [('luurruulnJlniniluul', 'lu ur ru u l n J l n i n i l u u l')]
SUW19190213-V13-08-page5.txt: [('PSnideokorthloGassesal', 'PS n i d e o k o r t h l o G a s s e s a l'), ('poomatewaripmermamix', 'p o o mate war i p mer m a m i x')]
SUW19190313-V13-12-page8.txt: [('convincingpresentatation', 'convincing present at at ion')]
SUW19190320-V13-13-page1.txt: [('positioneofinfluenceare', 'pos it i one of influence are')]
SUW19190327-V13-14-page3.txt: [('seasontionwholematter', 'seas ont ion whole matter')]
SUW19190515-V13-21-page6.txt: [('odisnimomilvonotimmo', 'o dis n i m o m i l v o n o t i m m o')]
SUW19190703-V13-28-page8.txt: [('iiiirililtrilmillriiimilli', 'iii iri lilt r i l m i l l r i i i m i l l i')]
SUW19190925-V13-39-page1.txt: [('sharewithHiminHisglory', 'share with Him in His glory')]
SUW19191016-V13-42-page3.txt: [('IIXImYIXIIImIrnpIuIl', 'I IX Im Y I XII Im Ir n p I u I l')]
SUW19191030-V13-44-page5.txt: [('noinumiiimlnotigamilf', 'no i num ii im l not i g a m i l f')]
SUW19191211-V13-50-page2.txt: [('canvasserevangelist', 'canvasser evangelist')]
SUW19191211-V13-50-page5.txt: [('imilimmulliiiiiimilummill', 'i mil im m u l l i i i i i i m i l u m m i l l')]
SUW19200115-V14-04-page2.txt: [('asplendidworkbeingdoneby', 'a splendid work being done by'), ('cardwillplacethetotalamount', 'card will place the total amount')]
SUW19200115-V14-04-page3.txt: [('itAIMIBINIIIIMIXNAININK', 'it AIM I B IN II IIM IX N A I N I N K')]
SUW19200122-V14-05-page4.txt: [('vVIMMINIVIMMilliiults', 'v V IM MIN IV IM Mill ii ult s')]
SUW19200429-V14-19-page4.txt: [('Imiirnviumuilituwili', 'Im i ir n v i u m u i l i t u w i l i')]
SUW19200527-V14-23-page2.txt: [('wailltotienprimoutemillnutuom', 'wail l tot i en p rim out e m i l l n u t u o m')]
SUW19200617-V14-26-page7.txt: [('StsrissieskaYeathe', 'Sts r i s s i e s k a Y e a t h e'), ('committeeearendered', 'committee ear end er ed')]
SUW19200819-V14-35-page4.txt: [('ASMIMMIXIIIIIIIIMMS', 'AS M I M M I X I I I I I I I I M M S')]
SUW19200902-V14-37-page4.txt: [('tilltlifililliinlIf', 'till t l i f i l i l l i i n l I f')]
SUW19200923-V14-40-page8.txt: [('ilitoluttellitliakt', 'i lit o lu t t e l l i t l i a k t')]
SUW19201014-V14-42-page7.txt: [('uslatuutiltillITIIIHR', 'us lat u u t i l t i l l I T I I I H R')]
SUW19201021-V14-43-page2.txt: [('sendmefiftyWatchman', 'send me fifty Watchman')]
SUW19201216-V14-50-page7.txt: [('recommendationthat', 'recommendation that')]
SUW19201230-V14-02-page4.txt: [('iinxiiimmurnsigilinISIUM', 'i in xi i im m u r n s i g i l i n I S I U M'), ('Phpeopleseemeagerj', 'P h people see meager j')]
In [65]:
# %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/SUW/correction8

Average verified rate: 0.9615643026562551

Average of error rates: 0.049089465219139525

Total token count: 4721158

In [66]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[66]:
[('r', 13596),
 ('w', 11331),
 ('e', 10650),
 ('m', 8790),
 ('br', 8725),
 ('d', 7878),
 ('f', 6304),
 ('g', 4856),
 ("'", 4685),
 ('t', 4423),
 ('n', 3887),
 ('oo', 3874),
 ('th', 2088),
 ('bf', 2081),
 ('gc', 1385),
 ('ck', 1363),
 ('ky', 1288),
 ('od', 1150),
 ('pp', 1034),
 ('bfl', 976),
 ('u', 913),
 ('agts', 875),
 ('wm', 859),
 ('wk', 768),
 ("colporteurs'", 761),
 ('k', 724),
 ('io', 644),
 ('x', 462),
 ("canvassers'", 413),
 ('ords', 413),
 ('bs', 367),
 ('bp', 345),
 ('wks', 337),
 ('co', 320),
 ('twenty-cent-a-week', 311),
 ('sofp', 301),
 ('rd', 288),
 ('bracy', 286),
 ('hm', 286),
 ('ga', 281),
 ('q', 270),
 ('pg', 262),
 ('cx', 256),
 ('cc', 249),
 ('ex', 229),
 ('billups', 228),
 ('chastain', 228),
 ('seventhday', 215),
 ('ro', 214),
 ("bookmen's", 213)]
In [ ]: