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

Average verified rate: 0.959743479825711

Average of error rates: 0.040890625

Total token count: 1803211

In [11]:
errors_summary = reports.get_errors_summary( stats )
reports.top_errors( errors_summary, 50 )
Out[11]:
[('ñ', 3529),
 ("'", 3320),
 ('-', 3126),
 ("officers'", 1335),
 (')', 1176),
 ('¥', 794),
 ('e', 594),
 ('re-', 574),
 ('minutes)', 526),
 ('con-', 524),
 ('in-', 468),
 ('tion', 462),
 ('d', 449),
 ('g', 405),
 ('t', 372),
 ('be-', 352),
 ('r', 350),
 ('m', 346),
 ('mis-', 300),
 ('w', 293),
 ('(', 278),
 ('de-', 276),
 ('id', 263),
 ('pp', 253),
 ('com-', 235),
 ('ment', 230),
 ('ex-', 208),
 ('(ten', 207),
 ('f', 199),
 ('ñid', 198),
 ('(five', 188),
 ('mem-', 183),
 ('sionary', 182),
 ('en-', 181),
 ('n', 178),
 ('(see', 178),
 ('per-', 178),
 ("'the", 169),
 ('ex', 166),
 ('pro-', 164),
 ('dis-', 162),
 ('tions', 159),
 ('pre-', 147),
 ('soul-winning', 143),
 ('ñselected', 142),
 ('un-', 137),
 ('ful', 135),
 ('ence', 135),
 ('ñthe', 130),
 ('(to', 129),
 (']', 128),
 ('bers', 125),
 ('im-', 121),
 ('ers', 121),
 ('mission-', 117),
 ('ary', 114),
 ("'i", 111),
 ('ber', 106),
 ('meet-', 105),
 ('to-', 98),
 ('ac-', 96),
 ('-id', 94),
 ('some-', 90),
 ('--', 90),
 ('an-', 89),
 ('sab-', 88),
 ('ments', 87),
 ('min-', 86),
 ('/', 86),
 ('chris-', 86),
 ('inter-', 84),
 ('ple', 83),
 ('ap-', 82),
 ("'tis", 81),
 ('for-', 81),
 ('peo-', 79),
 ('ad-', 79),
 ('mes-', 75),
 ('serv-', 75),
 ('sub-', 69),
 ('(fifteen', 68),
 ('tian', 65),
 ('the-', 65),
 ('(the', 64),
 ("the'", 63),
 ('ture', 63),
 ('ques-', 60),
 ('ent', 60),
 ('ference', 60),
 ('eze', 59),
 ('can-', 58),
 ('dren', 58),
 ("an'", 57),
 ('chil-', 57),
 ('with-', 56),
 ('(twenty', 56),
 ('th', 55),
 ('mal', 54),
 ("'of", 54),
 ('every-', 54),
 ('under-', 53),
 ('sup-', 53),
 ('work-', 53),
 ('at-', 53),
 ('fol-', 52),
 ('pres-', 52),
 ('hun-', 52),
 ('read-', 51)]

Review Special Character Use

In [12]:
reports.tokens_with_special_characters(errors_summary)
Out[12]:
[('ñ', 3529),
 (')', 1176),
 ('¥', 794),
 ('minutes)', 526),
 ('(', 278),
 ('(ten', 207),
 ('ñid', 198),
 ('(five', 188),
 ('(see', 178),
 ('ñselected', 142),
 ('ñthe', 130),
 ('(to', 129),
 (']', 128),
 ('/', 86),
 ('(fifteen', 68),
 ('(the', 64),
 ('(twenty', 56),
 ('(concluded', 49),
 ('(for', 45),
 ('ñthis', 43),
 ('[the', 41),
 ('ña', 38),
 ('¥¥', 38),
 ('ñmrs', 37),
 ('(this', 32),
 ('ñadapted', 31),
 ('ñin', 29),
 ('ñthat', 28),
 ('_', 28),
 ('(a)', 27),
 ('ñhave', 27),
 ('`', 26),
 ('ñit', 24),
 ('ñand', 24),
 ('(b)', 24),
 ('(a', 23),
 ('(or', 22),
 ('\\', 22),
 ('[', 21),
 ('ñwhat', 19),
 ('(plans', 18),
 ('ã', 18),
 ('reports)', 18),
 ('(john', 17),
 ('ñfor', 17),
 ('ñnot', 17),
 ('ñthese', 17),
 ('*', 16),
 ('(c)', 16),
 ('talk)', 16),
 ('junior)', 16),
 ('`the', 15),
 ('ñjohn', 15),
 ('(let', 15),
 ('ñno', 14),
 ('cents)', 14),
 ('(acts', 14),
 ('ñlet', 14),
 ('(matt', 14),
 ('ñi', 14),
 ('ñto', 14),
 ('ñwe', 14),
 ('ñj', 14),
 ('ñamos', 13),
 ('(luke', 12),
 ('ñibid', 12),
 ('(by', 12),
 ('ô', 12),
 ('(these', 12),
 ('¡', 11),
 ('ñmargaret', 11),
 ('%', 11),
 ('{', 11),
 ('wantedñyoung', 11),
 ('(i', 11),
 ('(continued', 11),
 ('margin]', 11),
 ('studyñ', 11),
 ('(no', 11),
 ('(and', 11),
 ('sash]', 10),
 ('ñreview', 10),
 ('(rom', 10),
 ('utes)', 10),
 ('ñan', 10),
 ('—', 10),
 ('/department', 10),
 ('(in', 9),
 ('(barb', 9),
 ('=', 9),
 ('meetings)', 9),
 ('ñone', 9),
 ('president)', 9),
 ('(i)', 9),
 ('(mark', 9),
 ('ñthere', 9),
 ('program)', 9),
 ('(if', 9),
 ('(including', 9),
 ('(it', 9),
 ('(died', 9),
 ('(v', 9),
 ('[read', 9),
 ('[draw', 9),
 ('ñf', 9),
 ('ñour', 8),
 ("ñ'", 8),
 ('ñall', 8),
 ('ñmary', 8),
 ("'ñ", 8),
 ('(d)', 8),
 ('edition)', 8),
 ('(tune', 8),
 ('¥the', 8),
 ('ñas', 8),
 ('york)', 8),
 ('ñs', 8),
 ('`i', 8),
 ('(except', 8),
 ('ñpage', 7),
 ('(price', 7),
 ('(signs', 7),
 ('ñjesus', 7),
 ('(gen', 7),
 ('ñwhen', 7),
 ('ñjames', 7),
 ('ñbut', 7),
 ('ñyes', 7),
 ('(eph', 7),
 ('times)', 7),
 ('part)', 7),
 ('(first', 7),
 ('to¥', 7),
 ('[show', 6),
 ('¥a', 6),
 ('`if', 6),
 ('(review', 6),
 ('[write', 6),
 ('-¥', 6),
 ('ñsome', 6),
 ('(new', 6),
 ('`this', 6),
 ('(suggestions', 6),
 ('ñe', 6),
 ('ñib', 6),
 ('ñask', 6),
 ('ñbishop', 6),
 ('(old', 6),
 ('ñhe', 6),
 ('[quote]', 6),
 ('(rev', 6),
 ('(from', 6),
 ('ñif', 6),
 ('(isa', 6),
 ('(page', 6),
 ('[or', 6),
 ('ñ/d', 6),
 ('i)', 6),
 ('(not', 6),
 ('ñmarianne', 5),
 ('ñare', 5),
 ('[for', 5),
 ('(mal', 5),
 ('juniors)', 5),
 ('(quoted', 5),
 ('(as', 5),
 ('(twenty-five', 5),
 ('(heb', 5),
 ('(three', 5),
 ('(four', 5),
 ('ñannie', 5),
 ('[a', 5),
 ('doneñ', 5),
 ('ñhelen', 5),
 ('ñthose', 5),
 ('ñdr', 5),
 ('ñby', 5),
 ('(two', 5),
 ('(talk)', 5),
 ('ñrev', 5),
 ('[quote', 5),
 ('ñis', 5),
 ('(our', 5),
 ('ñat', 5),
 ('fitter(', 5),
 ('ñmany', 5),
 ("'¥", 5),
 ('(last', 5),
 ('ñjust', 5),
 ('ñmake', 5),
 ('(one', 5),
 ('(now', 5),
 ('`you', 5),
 ('[this', 5),
 ('ñwho', 5),
 ('\ufeff', 5),
 ('(second', 4),
 ('¥of', 4),
 ('ñthey', 4),
 ('(margin)', 4),
 ('(there', 4),
 ('note)', 4),
 ('(give', 4),
 ('(that', 4),
 ('[these', 4),
 ('ho*', 4),
 ('todayñ', 4),
 ('ñmissionary', 4),
 ('(concluded)', 4),
 ('+', 4),
 ('ñr', 4),
 ('(when', 4),
 ('ñuse', 4),
 ('[satan]', 4),
 ('ñhas', 4),
 ('ñgeorge', 4),
 ('ñhelps', 4),
 ('ñsunday', 4),
 ('`go', 4),
 ('dayñ', 4),
 ('ñnever', 4),
 ('ñdo', 4),
 ('card]', 4),
 ('[jesus]', 4),
 ('ñbennett', 4),
 ('(revised)', 4),
 ('worldñ', 4),
 ('ñhugh', 4),
 ('ñm', 4),
 ('(lev', 4),
 ('ñc', 4),
 ('`to', 4),
 ('himñ', 4),
 ('ñon', 4),
 ('ñservice', 4),
 ('ñhenry', 4),
 ('[christ]', 4),
 ('ñbecause', 4),
 ('(s', 4),
 ('(of', 4),
 ('ñgood', 4),
 ('ñlove', 4),
 ('£', 4),
 ('herald)', 4),
 ('`yes', 4),
 (")'", 4),
 ('(an', 4),
 ('soul-winningñno', 4),
 ('beñ', 4),
 ('ñpriscilla', 4),
 ('saidñ', 4),
 ('bible]', 4),
 ('(show', 4),
 ('(place', 4),
 ('ñfrom', 4),
 ('(point', 4),
 ('(lord', 4),
 ('(ps', 4),
 ('[signed]', 4),
 ('ñjoseph', 4),
 ('ñmatt', 3),
 ('(how', 3),
 ('*ere', 3),
 ('(have', 3),
 ('ñdavid', 3),
 ('`they', 3),
 ('(iowa)', 3),
 ('isñ', 3),
 ('ñread', 3),
 ('bñ', 3),
 ('`no', 3),
 ('(dent', 3),
 ('ñg', 3),
 ('know)', 3),
 ('ñlaura', 3),
 ('(you', 3),
 ('toñ', 3),
 ('ñwith', 3),
 ('ñella', 3),
 ('butñ', 3),
 ('liberty]', 3),
 ('[of', 3),
 ('(such', 3),
 ('bible)', 3),
 ('people]', 3),
 ('(with', 3),
 ('(after', 3),
 ('ñafter', 3),
 ('service)', 3),
 ('ñbe', 3),
 ('goñ', 3),
 ('it]', 3),
 ('ñtime', 3),
 ('(personal', 3),
 ('seven)', 3),
 ('[now', 3),
 ('ñevery', 3),
 ('it)', 3),
 ('(use', 3),
 ('`do', 3),
 ('lifeñthe', 3),
 ('>', 3),
 ('(missionary', 3),
 ('ourselvesñand', 3),
 ('to)', 3),
 ('(assign', 3),
 ('-/d', 3),
 ('blackboard)', 3),
 ('ñkate', 3),
 ('ñsir', 3),
 ('(adapted)', 3),
 ('meñ', 3),
 ('day)', 3),
 ('ñh', 3),
 ('(elder', 3),
 ('two)', 3),
 ('margin)', 3),
 ('he¥', 3),
 ('church)', 3),
 ('leader¥', 3),
 ('workñthe', 3),
 ('ñwilliam', 3),
 ('ñhere', 3),
 ('(e)', 3),
 ('man)', 3),
 ('(about', 3),
 ('ñplan', 3),
 ('(given', 3),
 ('[make', 3),
 ('ñchurch', 3),
 ('(seven', 3),
 ('(phil', 3),
 ('ñcount', 3),
 ('ñfollow', 3),
 ('conference)', 3),
 ('añ', 3),
 ('messageñthe', 3),
 ('a)', 3),
 ('ñarrange', 3),
 ('todayñthe', 3),
 ('(which', 3),
 ('(but', 3),
 ('an(', 3),
 ('church]', 3),
 ('(col', 3),
 ('(be', 3),
 ('(continued)', 3),
 ('(read', 3),
 ('ñreally', 3),
 ('(call', 3),
 ('¥are', 3),
 ('(who', 3),
 ('(we', 3),
 ('ñeven', 3),
 ('(senior', 3),
 ('usñ', 3),
 ('(eight', 3),
 ('namedñ', 3),
 ('no*', 3),
 ('`may', 3),
 ('(her', 3),
 ('who¥', 3),
 ('(compare', 3),
 ('(fleming', 3),
 ('ñ`', 3),
 ('*ill', 3),
 ('ñwould', 3),
 ('booksñ', 3),
 ('(draw', 3),
 ('`have', 3),
 ('(reading', 3),
 ('ñhome', 3),
 ('ñeach', 3),
 ('thatñ', 3),
 ('ñbible', 3),
 ('/d', 3),
 ('¥and', 3),
 ('timesñin', 2),
 ('ñnixon', 2),
 ('ñhis', 2),
 ('ñpass', 2),
 ('(genesis', 2),
 ('/i', 2),
 ('thereñevery', 2),
 ('churchñno', 2),
 ('ñwhile', 2),
 ('nobodyñonly', 2),
 ('the¥', 2),
 ('godñare', 2),
 ('loveñ', 2),
 ('iñ', 2),
 ('(instructor', 2),
 ('natureñwhich', 2),
 ('christñthe', 2),
 ('`two', 2),
 ('(esther', 2),
 ('(verses', 2),
 ('ñthen', 2),
 ('ñmy', 2),
 ('members]', 2),
 ('ñalexander', 2),
 ('ñsmith', 2),
 ('ñhelp', 2),
 ('[not', 2),
 ('ñanonymous', 2),
 ('noteñ', 2),
 ('studentsñfuture', 2),
 ('(at', 2),
 ('(make', 2),
 ('o(', 2),
 ("`armageddon'", 2),
 ('dozen)', 2),
 ('sufficed)', 2),
 ('jesusñ', 2),
 ('in¥', 2),
 ('(daniel', 2),
 ('(senior)', 2),
 ('ñcharles', 2),
 ('[missionary', 2),
 ('she¥', 2),
 ('/of', 2),
 ('#', 2),
 ('upñ', 2),
 ('judgmentñthe', 2),
 ('(east)', 2),
 ('(suggest', 2),
 ('whoñ', 2),
 ('[and', 2),
 ('(hodder', 2),
 ('`master', 2),
 ('///', 2),
 ('ñtwenty-five', 2),
 ('*as', 2),
 ('✓', 2),
 ('somethingñ', 2),
 ('*hen', 2),
 ('wa¥', 2),
 ('(then', 2),
 ('(h', 2),
 ('ñmore', 2),
 ('(five-', 2),
 ('me)', 2),
 ('(chap', 2),
 ('picture]', 2),
 ('ruleñ', 2),
 ('tiredñnot', 2),
 ('boy)', 2),
 ('__', 2),
 ('offeringñthe', 2),
 ('(morning', 2),
 ('i/', 2),
 ('will)', 2),
 ('[have', 2),
 ('ñmen', 2),
 ('(adapted', 2),
 ('or_', 2),
 ('cñ', 2),
 ('touchñ', 2),
 ('lady)', 2),
 ('(bath', 2),
 ('(they', 2),
 ('[church', 2),
 ('wayñ', 2),
 ('`lord', 2),
 ('ñprayer', 2),
 ('(usually', 2),
 ('ñepworth', 2),
 ("¥'", 2),
 ('live)', 2),
 ('al/', 2),
 ('ñpaul', 2),
 ('[handing', 2),
 ('signs)', 2),
 ('ñb', 2),
 ('company)', 2),
 ('ñunknown', 2),
 ('bengal)', 2),
 ('(num', 2),
 ('forñ', 2),
 ('hamptonñ', 2),
 ('(using', 2),
 ('warñwhat', 2),
 ('[in', 2),
 ('workers]', 2),
 ('(thoughts', 2),
 ('(joshua', 2),
 ('ñyour', 2),
 ('workñno', 2),
 ('timeñnot', 2),
 ('ñwatch', 2),
 ('(ask', 2),
 ('cases)', 2),
 ('(gal', 2),
 ('seventh¥day', 2),
 ('notñ', 2),
 ('(w', 2),
 ('--/d', 2),
 (')the', 2),
 ('(junior', 2),
 ('leafñwhat', 2),
 ('not¥', 2),
 ('(j', 2),
 ('(oct', 2),
 ('trueñ', 2),
 ('elseñ', 2),
 ('(special', 2),
 ('`why', 2),
 ('american)', 2),
 ('ñfour', 2),
 ('ñduring', 2),
 ('calledñ', 2),
 ('ñidã', 2),
 ('ñfrancis', 2),
 ('`tomorrow', 2),
 ('[when', 2),
 ('others)', 2),
 ('`whosoever', 2),
 ('(morena)', 2),
 ('themñthe', 2),
 ('`bible', 2),
 ('picturesñamong', 2),
 ('how¥', 2),
 ('kindñ', 2),
 ('thereñ', 2),
 ('themñis', 2),
 ('years)', 2),
 ('ñnotice', 2),
 ('[who', 2),
 ('oldñ', 2),
 ('(isaiah', 2),
 ('missionary]', 2),
 ('ñelder', 2),
 ('(published', 2),
 ('ñwebster', 2),
 ('(adapt', 2),
 ('(outline', 2),
 ('ñsomething', 2),
 ('(just', 2),
 ('(nab', 2),
 ('`is', 2),
 ('ñchristian', 2),
 ('(referred', 2),
 ('ñsing', 2),
 ("ñ's", 2),
 ('ñher', 2),
 ('`be', 2),
 ('(in-', 2),
 ('¥you', 2),
 ('cent)', 2),
 ('price)', 2),
 ('clause)', 2),
 ('world)', 2),
 ('ñbertha', 2),
 ('afternoon]', 2),
 ('(interrupting)', 2),
 ('wñ', 2),
 ('(e', 2),
 ('(west)', 2),
 ('ñonly', 2),
 ('foxñ', 2),
 ('ñshe', 2),
 ('song)', 2),
 ('usñand', 2),
 ('manchuriañland', 2),
 ('is)', 2),
 ('[it', 2),
 ('[brother', 2),
 ('¥to', 2),
 ('[nora', 2),
 ('ñvery', 2),
 ('ñah', 2),
 ('ñwhich', 2),
 ('(ex', 2),
 ('ñl', 2),
 ('ñmatilda', 2),
 ('ñbeing', 2),
 ('(librarian)', 2),
 ('[if', 2),
 ('`say', 2),
 ('<', 2),
 ('`though', 2),
 ('theñ', 2),
 ('the)', 2),
 ('plagueñ', 2),
 ('(l', 2),
 ('say)', 2),
 ('(put', 2),
 ('`in', 2),
 ('exercises¥', 2),
 ('}', 2),
 ('ñwhere', 2),
 ('day]', 2),
 ('(nub', 2),
 ('ñagainst', 2),
 ('ñremember', 2),
 ('(r)', 2),
 ('spirit)', 2),
 ('ñvol', 2),
 ('read)', 2),
 ('(sketch', 2),
 ('(write', 2),
 ('(words', 2),
 ('ñof', 2),
 ('ñillustrated', 2),
 ('(holding', 2),
 ('(also', 2),
 ('ñselect', 2),
 ('ñbe-', 2),
 ('`rejoice', 2),
 ('[he', 2),
 ('[let', 2),
 ('ofñ', 2),
 ('ñlayman', 2),
 ('tempera/nee', 2),
 ('doctrinal)', 2),
 ('ñfirst', 2),
 ('(help', 2),
 ('\\assigning', 2),
 ('a/', 2),
 ('studyñthe', 2),
 ('communityñ', 2),
 ('(each', 2),
 ('ñfrances', 2),
 ('ñbenedict', 2),
 ('[love]', 2),
 ('m)', 2),
 ('ñdaniel', 2),
 ('ñmiss', 2),
 ('todayñjoseph', 2),
 ('members)', 2),
 ('ñtoo', 2),
 ('saidñthat', 2),
 ('week)', 2),
 ('asñ', 2),
 ('one)', 2),
 ('oldñpast', 2),
 ('on¥', 2),
 ('and`', 2),
 ('ñcarpenter', 2),
 ('now]', 2),
 ('ñtell', 2),
 ('moneyñ', 2),
 ('(tell', 2),
 ('wrongñ', 2),
 ('¥be', 2),
 ('ñbegan', 2),
 ('ñfind', 2),
 ('`look', 2),
 ('(hold', 2),
 ('(had', 2),
 ('singñ', 2),
 ('ñanna', 2),
 ('ñmaterial', 2),
 ('andñ', 2),
 ('noteñin', 2),
 ('`we', 2),
 ('meeting)', 2),
 ('miles)', 2),
 ('(p', 2),
 ('give)', 2),
 ('ñenglish', 2),
 ('ñsimply', 2),
 ('(t)', 2),
 ('weeklyña', 2),
 ('[from', 2),
 ('(ga', 2),
 ('/s', 2),
 ('[showing', 2),
 ('(followed', 2),
 ('(general', 2),
 ('(notice', 2),
 ('genera/', 2),
 ('(note', 2),
 ('ñlb', 2),
 ('`a', 2),
 ('willñ', 2),
 ('(james', 2),
 ('(through', 2),
 ('fredñ', 2),
 ('[margin]', 2),
 ("ñ'tis", 2),
 ('`every', 2),
 ('too)', 2),
 ('`from', 2),
 ('idã', 2),
 ('ñright', 2),
 ('talks)', 2),
 ('`with', 2),
 ('(formerly', 2),
 ('religionñthe', 2),
 ('iñand', 2),
 ('quartet)', 2),
 ('(overseers)', 2),
 ('allñthe', 2),
 ('[by', 2),
 ('[four', 2),
 ('paper]', 2),
 ('¥for', 2),
 ('//', 2),
 ('youñ', 2),
 ('anañwe', 2),
 ('(pour', 2),
 ('th(', 2),
 ('ñpages', 2),
 ('(illustrate', 2),
 ('ñwhy', 2),
 ('(f)', 2),
 ('¥god', 2),
 ('answer)', 2),
 ('(effective', 2),
 ('ñgeneral', 2),
 ('thingñ', 2),
 ('(chorus', 2),
 ('ñsee', 2),
 ('(job', 2),
 ('age)', 2),
 ('awayñ', 2),
 ('(repeats)', 2),
 ('dialogue)', 2),
 ('ñyou', 2),
 ('ñwell', 2),
 ('(jan', 2),
 ('menñmen', 2),
 ('ñsaturday', 1),
 ('must)', 1),
 ('¥must', 1),
 ('servant]', 1),
 ('soñ', 1),
 ('(giving', 1),
 ('(rabbit-skin', 1),
 ('itñas', 1),
 ('_-____', 1),
 ('things¥iii', 1),
 ('conversion)', 1),
 ('the/priest', 1),
 ('singingñnicer', 1),
 ('officers`', 1),
 ('divisionñhas', 1),
 ('/husk', 1),
 ('movementñelder', 1),
 ('didñstop', 1),
 ('ñmoravian', 1),
 ("[angry'", 1),
 ('jonah)', 1),
 ('¥r', 1),
 ('dreamñand', 1),
 ('ti=e', 1),
 ('timesñindeed', 1),
 ("o'erñof", 1),
 ('signsñ', 1),
 ('(ore', 1),
 ('(so-reita)', 1),
 ('`take', 1),
 ('-)analytic', 1),
 ('serviceñwork', 1),
 ('[violet', 1),
 ('sabha(', 1),
 ('ñpicture', 1),
 ('(here', 1),
 ('soul-winnerñthe', 1),
 ('(chicago)', 1),
 ("yo'l`ltiht", 1),
 ('(sec', 1),
 ("junto')", 1),
 ('thoughtlessñengrossed', 1),
 ('ãbe', 1),
 ('(all', 1),
 ('thereñare', 1),
 ('how¥he', 1),
 (']-[and', 1),
 ('sharingñand', 1),
 ('ñprov', 1),
 ('used/', 1),
 ('seeñ', 1),
 ('ñthanks-giving', 1),
 ('sakeñat', 1),
 ('disobedience)', 1),
 ("fairmont'(w", 1),
 ('ñpreparation', 1),
 ('act=', 1),
 ('ñminna', 1),
 ('peace)', 1),
 ('ñverbal', 1),
 ('ñgenevieve', 1),
 ('¡laim', 1),
 ("feelin'ñ", 1),
 ('iiôolottarp', 1),
 ('¥people', 1),
 ('earthñgiving', 1),
 ('september]', 1),
 ('concert)', 1),
 ('butterworth)', 1),
 ('brava/', 1),
 ('danielñeyes', 1),
 ('for%week', 1),
 ('muchñamñi', 1),
 ('ñrufinus', 1),
 ("god's)holy", 1),
 ('`give', 1),
 ('¥d', 1),
 ('/yet', 1),
 ('ñlavatar', 1),
 ('¥spoken', 1),
 ('`gazett', 1),
 ('ñwas', 1),
 ('doñand', 1),
 ('/an', 1),
 ('jesusñwill', 1),
 ('javañthe', 1),
 ("large'ñ", 1),
 ('discipleñ', 1),
 ('ñrom', 1),
 ('galileeñwhich', 1),
 ("'ñamos", 1),
 ('cowñwas', 1),
 ("')", 1),
 ('christñdo', 1),
 ('youñstand', 1),
 ('ñstella', 1),
 ('\\we', 1),
 ('habitñto', 1),
 ('saysôthe', 1),
 ('(memorize)', 1),
 ('pathñstand', 1),
 ('open)', 1),
 ('(some', 1),
 ("bushed'ñ", 1),
 ('fowlsñmatt', 1),
 ('everybodyñyoung', 1),
 ("overheats's(", 1),
 ('degreeñborn', 1),
 ('through)', 1),
 ('thoughñif', 1),
 ('ñrelate', 1),
 ('jiiiitôzionarp', 1),
 ('somehowñthe', 1),
 ('openingñ', 1),
 ('`growing', 1),
 ('careñjust', 1),
 ('ñrd', 1),
 ('spotñ', 1),
 ('`watchman', 1),
 ('ñasking', 1),
 ('ñ¥', 1),
 ('+let', 1),
 ('[liberty', 1),
 ('earth-lif+', 1),
 ('stateñso', 1),
 ('ñme', 1),
 ('know%', 1),
 ('allñmen', 1),
 ('(told', 1),
 ('_there', 1),
 ('soulsñits', 1),
 ('his_request', 1),
 ('friendñtill', 1),
 ('ñjanet', 1),
 ('¡the', 1),
 ('(signed)', 1),
 ('[presenting', 1),
 ('theirñmoneyñin', 1),
 ('ñtestimoniesfor', 1),
 ('lossñof', 1),
 ('drink_', 1),
 ('surfaceñwill', 1),
 ('thisñthat', 1),
 ('creator)', 1),
 ('`enter', 1),
 ('[psalm', 1),
 ('volumes)', 1),
 ('the)a', 1),
 ('ñannounce', 1),
 ('(twenty-two', 1),
 ('worldñto', 1),
 ('friendsñluke', 1),
 ('warñto', 1),
 ('ñsevenñ', 1),
 ('(ohio)', 1),
 ('godñhis', 1),
 ('gloryñthen', 1),
 ('ñoctavius', 1),
 ('ñsaved', 1),
 ('outline)', 1),
 ('wit(', 1),
 ('becauseñhe', 1),
 ('ñgreat-heartedness', 1),
 ('ñre-', 1),
 ('furlough)', 1),
 ("çsperm'", 1),
 ("'`you", 1),
 ('ñrecogizing', 1),
 ('penuryñpassed', 1),
 ('catholic)', 1),
 ('mother]', 1),
 ('upñwith', 1),
 ('two(', 1),
 ('(writ', 1),
 ('denominationñthe', 1),
 ('ñlook', 1),
 ('(thanksgiving', 1),
 ('sailsñuntil', 1),
 ('goalñ', 1),
 ('touchñthat', 1),
 ('(g)', 1),
 ('paperñpaper', 1),
 ('nowñal-', 1),
 ('(truth)', 1),
 ('handñ', 1),
 ('meñespecially', 1),
 ('wean¥', 1),
 ('allñevangelical', 1),
 ('_____', 1),
 ('meta(', 1),
 ('nurse)', 1),
 ('readyñ', 1),
 ('ñuseful', 1),
 ('t♦_', 1),
 ('ism]', 1),
 ("withhimñefnor's", 1),
 ('visited¥after', 1),
 ('openedñthat', 1),
 ('cover/one', 1),
 ('boys_', 1),
 ('themñbrothers', 1),
 ('jesusñmoment', 1),
 ('lawñ', 1),
 ('pauperñalmost', 1),
 ('greatñwhat', 1),
 ('thei=e', 1),
 ('page)', 1),
 ('[seventy', 1),
 ('profitably)', 1),
 ('dollarsña', 1),
 ('storehouse]', 1),
 ('\\differed', 1),
 ('combing)', 1),
 ('butñthe', 1),
 ('_¥', 1),
 ('ôpart', 1),
 ('serviceñto', 1),
 ('¥`c', 1),
 ('consecrationñthe', 1),
 ('presentñincluding', 1),
 ('¡so', 1),
 ('¡poor-', 1),
 ('tôt', 1),
 ('(regular', 1),
 ('(man', 1),
 ('¥grace', 1),
 ('ahout`two', 1),
 ('[white', 1),
 ('fen¥', 1),
 ('upon/', 1),
 ('serviceñmidsummer', 1),
 ('(health', 1),
 ('[unrolls', 1),
 ('ñlittle', 1),
 ('[distribute', 1),
 ('`peace', 1),
 ('it/', 1),
 ('jesusñwhen', 1),
 ('(edition', 1),
 ('flitz#tonarp', 1),
 ('bin)', 1),
 ('ó', 1),
 ('linesñ', 1),
 ('pledgeñbeing', 1),
 ('meñmy', 1),
 ("neighbors'ñthat's", 1),
 ('doñit', 1),
 ('aniwa)', 1),
 ('conversionñin', 1),
 ('offerings]', 1),
 ('/elated', 1),
 ('l/to', 1),
 ('greatñand', 1),
 ('daughter]', 1),
 ('boysñ', 1),
 ('(meth', 1),
 ('/close', 1),
 ('loveñthe', 1),
 ('(button)', 1),
 ('homeñthough', 1),
 ('[pointing', 1),
 ('ñanything', 1),
 ('¥arly', 1),
 ('(intend', 1),
 ('possibleñthat', 1),
 ('(organized', 1),
 ('againñ', 1),
 ('missionsñthat', 1),
 ('`what', 1),
 ('(stories', 1),
 ('bookñthe', 1),
 ('ñmost', 1),
 ('quartersñ', 1),
 ('ñwhether', 1),
 ("(scribner'", 1),
 ('`gatup', 1),
 ('`jesus', 1),
 ...]

Correction 1 -- Normalize Characters

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

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

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

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

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

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

Average verified rate: 0.9670947548262806

Average of error rates: 0.03345089285714285

Total token count: 1798072

In [18]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[18]:
[("'", 3370),
 ('-', 3155),
 ("officers'", 1335),
 ('e', 613),
 ('re-', 576),
 ('con-', 524),
 ('d', 474),
 ('in-', 473),
 ('id', 467),
 ('tion', 462),
 ('g', 413),
 ('t', 384),
 ('r', 362),
 ('be-', 354),
 ('m', 352),
 ('w', 303),
 ('mis-', 301),
 ('de-', 276),
 ('pp', 253),
 ('com-', 235),
 ('ment', 231),
 ('f', 217),
 ('ex-', 208),
 ('mem-', 183),
 ('sionary', 182),
 ('en-', 181),
 ('n', 180),
 ('per-', 178),
 ("'the", 170),
 ('ex', 169),
 ('pro-', 164),
 ('dis-', 162),
 ('tions', 160),
 ('pre-', 147),
 ('soul-winning', 147),
 ('un-', 138),
 ('ful', 135),
 ('ence', 135),
 ('bers', 125),
 ('im-', 122),
 ('ers', 121),
 ('mission-', 117),
 ('ary', 115),
 ("'i", 111),
 ('ber', 106),
 ('meet-', 105),
 ('to-', 98),
 ('--', 96),
 ('ac-', 96),
 ('-id', 94)]

Correction 2 -- Correct Line Endings

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

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

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

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

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

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

Average verified rate: 0.9816785590488941

Average of error rates: 0.018890625

Total token count: 1779991

In [24]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[24]:
[("'", 3370),
 ('-', 3144),
 ("officers'", 1335),
 ('e', 612),
 ('d', 474),
 ('id', 467),
 ('g', 411),
 ('t', 383),
 ('r', 361),
 ('m', 351),
 ('w', 303),
 ('pp', 253),
 ('f', 216),
 ('n', 179),
 ("'the", 170),
 ('ex', 169),
 ('soul-winning', 150),
 ("'i", 111),
 ('--', 96),
 ('-id', 94),
 ("'tis", 83),
 ("the'", 63),
 ('eze', 59),
 ("an'", 58),
 ('th', 57),
 ('mal', 54),
 ("'of", 54),
 ("'a", 49),
 ('good-by', 48),
 ("'and", 47),
 ('tbe', 45),
 ('mayta', 43),
 ('-the', 43),
 ("'to", 42),
 ('x', 42),
 ('scudder', 40),
 ("'he", 38),
 ('u', 37),
 ('agtte', 36),
 ("'in", 36),
 ('five-minute', 36),
 ('soul-winners', 36),
 ('z', 35),
 ('k', 35),
 ("to'", 34),
 ('follow-up', 33),
 ('soul-winner', 33),
 ('seventhday', 31),
 ('missi', 30),
 ('mt', 29)]

Correction 3 -- Remove Extra Dashes

In [26]:
# %load shared_elements/remove_extra_dashes.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)
    
    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()
TCOG19140101-V01-01-page1.txt: [('-', '')]
TCOG19140101-V01-01-page10.txt: [('-', ''), ('-', '')]
TCOG19140101-V01-01-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19140101-V01-01-page12.txt: [('-money', 'money'), ('-', '')]
TCOG19140101-V01-01-page13.txt: [('-create', 'create'), ('-', '')]
TCOG19140101-V01-01-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-dying', 'dying')]
TCOG19140101-V01-01-page15.txt: [('-', '')]
TCOG19140101-V01-01-page16.txt: [('-S', 'S'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('sec-', 'sec')]
TCOG19140101-V01-01-page2.txt: [('-report', 'report')]
TCOG19140101-V01-01-page3.txt: [('-', ''), ('espe-', 'espe')]
TCOG19140101-V01-01-page4.txt: [('-planned', 'planned')]
TCOG19140101-V01-01-page5.txt: [('Follow-', 'Follow'), ('-', '')]
TCOG19140101-V01-01-page6.txt: [('them-', 'them')]
TCOG19140101-V01-01-page7.txt: [('-is', 'is'), ('-', ''), ('-', '')]
TCOG19140101-V01-01-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('un-', 'un')]
TCOG19140101-V01-01-page9.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19140201-V01-02-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('p-', 'p'), ('-', ''), ('-', ''), ('-', '')]
TCOG19140201-V01-02-page11.txt: [('-', ''), ('--', '-'), ('wait-', 'wait'), ('de-', 'de'), ('offi-', 'offi'), ('stair-', 'stair'), ('assem-', 'assem'), ('-', ''), ('man-', 'man'), ('corn-', 'corn'), ('-', ''), ('-', '')]
TCOG19140201-V01-02-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('i-', 'i'), ('-committee', 'committee'), ('-In', 'In'), ('-for', 'for')]
TCOG19140201-V01-02-page14.txt: [('-get', 'get'), ('timber-', 'timber')]
TCOG19140201-V01-02-page15.txt: [('Ribbon-', 'Ribbon')]
TCOG19140201-V01-02-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19140201-V01-02-page2.txt: [('-', ''), ('In-', 'In'), ('-gathering-campaign', 'gathering-campaign'), ('-', ''), ('-to-his-church.---L', 'to-his-church.---L'), ('et-them-pr-each-the-great--', 'et-them-pr-each-the-great-')]
TCOG19140201-V01-02-page3.txt: [('-', ''), ('-', '')]
TCOG19140201-V01-02-page4.txt: [('-n.', 'n.')]
TCOG19140201-V01-02-page5.txt: [('-cases', 'cases'), ('-', ''), ('-', ''), ('-', ''), ('-awaits', 'awaits'), ('conscience."-', 'conscience."'), ('-subscriptions', 'subscriptions')]
TCOG19140201-V01-02-page6.txt: [('--shelter-his', '-shelter-his'), ('talk-with--', 'talk-with-')]
TCOG19140201-V01-02-page7.txt: [('-', ''), ('OFFI-', 'OFFI')]
TCOG19140201-V01-02-page8.txt: [('pre-', 'pre'), ('-', ''), ('-solicitation.--The-attraction-comes-from-the-Unitod-States', 'solicitation.--The-attraction-comes-from-the-Unitod-States'), ('-"', '"')]
TCOG19140201-V01-02-page9.txt: [('-', ''), ('-', '')]
TCOG19140301-V01-03-page10.txt: [('Mayo-', 'Mayo'), ('-', ''), ('--', '-')]
TCOG19140301-V01-03-page11.txt: [('dent.-', 'dent.'), ('operations."-', 'operations."'), ('majority."-', 'majority."'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('Danish-', 'Danish'), ('nationali-', 'nationali')]
TCOG19140301-V01-03-page16.txt: [('death.--', 'death.-')]
TCOG19140301-V01-03-page2.txt: [('-join', 'join'), ('re-', 're'), ('im-', 'im'), ('num-', 'num')]
TCOG19140301-V01-03-page3.txt: [('-', ''), ('-', ''), ('Sister--', 'Sister-')]
TCOG19140301-V01-03-page4.txt: [('-', ''), ('-', '')]
TCOG19140301-V01-03-page5.txt: [('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.')]
TCOG19140301-V01-03-page6.txt: [("I'M-", "I'M"), ('-the', 'the')]
TCOG19140301-V01-03-page7.txt: [('-', ''), ('mes-', 'mes'), ('-', '')]
TCOG19140301-V01-03-page8.txt: [('-', ''), ('-', '')]
TCOG19140301-V01-03-page9.txt: [('-', ''), ('sti-', 'sti'), ('-', '')]
TCOG19140401-V01-04-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19140401-V01-04-page10.txt: [('-Give', 'Give'), ('-', ''), ('Ta-wis-sis-', 'Ta-wis-sis')]
TCOG19140401-V01-04-page11.txt: [('-', '')]
TCOG19140401-V01-04-page12.txt: [('-Let', 'Let'), ('-', '')]
TCOG19140401-V01-04-page15.txt: [('perspi-', 'perspi')]
TCOG19140401-V01-04-page16.txt: [('-', '')]
TCOG19140401-V01-04-page2.txt: [('-that', 'that'), ('-', ''), ('-the', 'the')]
TCOG19140401-V01-04-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19140401-V01-04-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-It', 'It'), ('-', '')]
TCOG19140401-V01-04-page5.txt: [('-has', 'has'), ('-', '')]
TCOG19140401-V01-04-page7.txt: [('promi-', 'promi'), ('-byer', 'byer')]
TCOG19140401-V01-04-page8.txt: [('-', ''), ('-', '')]
TCOG19140401-V01-04-page9.txt: [('-him', 'him'), ('-', ''), ('-', ''), ('-', '')]
TCOG19140501-V01-05-page1.txt: [('-', ''), ('-', '')]
TCOG19140501-V01-05-page10.txt: [('-', ''), ('keno--', 'keno-'), ('-', ''), ('-', '')]
TCOG19140501-V01-05-page11.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19140501-V01-05-page12.txt: [('-', ''), ('-', '')]
TCOG19140501-V01-05-page14.txt: [('Newcastle-on-', 'Newcastle-on')]
TCOG19140501-V01-05-page15.txt: [('houses.---', 'houses.--')]
TCOG19140501-V01-05-page2.txt: [('them.-', 'them.'), ('State."--', 'State."-')]
TCOG19140501-V01-05-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19140501-V01-05-page4.txt: [('prohibi-', 'prohibi'), ('NOTE.-', 'NOTE.')]
TCOG19140501-V01-05-page5.txt: [('-which', 'which'), ('win-', 'win')]
TCOG19140501-V01-05-page6.txt: [('time.".-', 'time.".'), ('proclaimed."-', 'proclaimed."'), ('worked."-', 'worked."'), ('converted."-', 'converted."'), ('dream."-', 'dream."'), ('success."-', 'success."'), ('darkness."-', 'darkness."'), ('on."-', 'on."'), ('-', ''), ('places."-', 'places."'), ('"-', '"'), ('plans."-', 'plans."'), ('officers."-', 'officers."'), ('-', ''), ('-', ''), ('-many', 'many'), ('them.-', 'them.'), ('end."-', 'end."'), ('magnitude."-', 'magnitude."'), ('-', ''), ('attention."-', 'attention."'), ('."-', '."'), ('".-', '".'), ('time."-', 'time."')]
TCOG19140501-V01-05-page7.txt: [('-', '')]
TCOG19140501-V01-05-page8.txt: [('-t', 't'), ('-', ''), ('-name', 'name')]
TCOG19140501-V01-05-page9.txt: [('-', ''), ('-', '')]
TCOG19140601-V01-06-page10.txt: [('-', ''), ('imme-', 'imme')]
TCOG19140601-V01-06-page11.txt: [('-o', 'o'), ('Bryan-', 'Bryan'), ('-These', 'These'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-OFFICERS'", "OFFICERS'")]
TCOG19140601-V01-06-page12.txt: [('Birds-', 'Birds'), ('-', ''), ('-', '')]
TCOG19140601-V01-06-page13.txt: [('-', '')]
TCOG19140601-V01-06-page14.txt: [('-', ''), ('-of', 'of')]
TCOG19140601-V01-06-page15.txt: [('--', '-'), ('-', ''), ('-kindly', 'kindly'), ('-own.', 'own.')]
TCOG19140601-V01-06-page16.txt: [('-', '')]
TCOG19140601-V01-06-page2.txt: [('-can', 'can'), ('i-', 'i')]
TCOG19140601-V01-06-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('--Mle', '-Mle')]
TCOG19140601-V01-06-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-i', 'i'), ('-', ''), ('-', ''), ('appears.--', 'appears.-'), ('-', ''), ('r-', 'r'), ('-', '')]
TCOG19140601-V01-06-page6.txt: [('-', ''), ('-done', 'done'), ('-ct', 'ct'), ('-', ''), ('-', ''), ('-', '')]
TCOG19140601-V01-06-page7.txt: [('-T', 'T'), ('instruc-', 'instruc'), ('wrong.--', 'wrong.-')]
TCOG19140601-V01-06-page8.txt: [('-', ''), ('-', ''), ('mur-', 'mur')]
TCOG19140601-V01-06-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-soap', 'soap')]
TCOG19140701-V01-07-page1.txt: [('-', '')]
TCOG19140701-V01-07-page10.txt: [('-', ''), ('-', '')]
TCOG19140701-V01-07-page11.txt: [('-boys', 'boys'), ("-OFFICERS'", "OFFICERS'"), ('-', ''), ('-him', 'him')]
TCOG19140701-V01-07-page15.txt: [('-', ''), ('NOTE.-', 'NOTE.')]
TCOG19140701-V01-07-page3.txt: [('NOTE.-', 'NOTE.'), ('."--', '."-'), ('pam-', 'pam')]
TCOG19140701-V01-07-page7.txt: [('-', ''), ('-', ''), ('-any', 'any')]
TCOG19140701-V01-07-page8.txt: [('-', ''), ('us--', 'us-'), ('-', '')]
TCOG19140801-V01-08-page1.txt: [('or-', 'or')]
TCOG19140801-V01-08-page12.txt: [('-', ''), ('heartily.-', 'heartily.'), ('eat-', 'eat'), ('-', ''), ('Patri-', 'Patri'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-been', 'been'), ('-', '')]
TCOG19140801-V01-08-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ro-', 'Ro'), ('-mans', 'mans')]
TCOG19140801-V01-08-page15.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19140801-V01-08-page2.txt: [('------', '-----'), ('-', ''), ('--', '-'), ('----', '---'), ('---', '--'), ('------', '-----')]
TCOG19140801-V01-08-page3.txt: [('-', ''), ('-', ''), ('Revelation."-', 'Revelation."'), ('-', ''), ('obedience.-', 'obedience.'), ('--', '-'), ('-', ''), ('-', '')]
TCOG19140801-V01-08-page4.txt: [('prep-', 'prep'), ('obvious.--', 'obvious.-'), ('peo-', 'peo'), ('prepara-', 'prepara')]
TCOG19140801-V01-08-page6.txt: [('s-', 's'), ('-gal', 'gal'), ('-', ''), ('-at', 'at'), ('i-', 'i')]
TCOG19140801-V01-08-page7.txt: [('-jising', 'jising')]
TCOG19140801-V01-08-page8.txt: [('-', ''), ('--', '-')]
TCOG19140801-V01-08-page9.txt: [('-', ''), ('-', '')]
TCOG19140901-V01-09-page1.txt: [('-', '')]
TCOG19140901-V01-09-page10.txt: [('-ri', 'ri'), ('blue-', 'blue')]
TCOG19140901-V01-09-page11.txt: [('says--', 'says-')]
TCOG19140901-V01-09-page12.txt: [('-perform', 'perform')]
TCOG19140901-V01-09-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Id', 'Id'), ('in-', 'in')]
TCOG19140901-V01-09-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19140901-V01-09-page15.txt: [('Jun-', 'Jun'), ('-', '')]
TCOG19140901-V01-09-page3.txt: [('sons-', 'sons'), ('-', '')]
TCOG19140901-V01-09-page5.txt: [('as-', 'as')]
TCOG19140901-V01-09-page6.txt: [('-', ''), ('-of', 'of')]
TCOG19140901-V01-09-page7.txt: [('-bring', 'bring'), ('-', '')]
TCOG19140901-V01-09-page8.txt: [('Ay-', 'Ay'), ('-', '')]
TCOG19140901-V01-09-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ca-', 'ca')]
TCOG19141001-V01-10-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-Lord.', 'Lord.'), ('-', ''), ('-in', 'in'), ('-receive', 'receive'), ('accord-', 'accord')]
TCOG19141001-V01-10-page10.txt: [('-', ''), ('blue-', 'blue')]
TCOG19141001-V01-10-page11.txt: [('deter-', 'deter')]
TCOG19141001-V01-10-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in')]
TCOG19141001-V01-10-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19141001-V01-10-page2.txt: [('-', ''), ('-', ''), ('treas-', 'treas')]
TCOG19141001-V01-10-page3.txt: [('in-', 'in'), ('-whereas', 'whereas'), ('--', '-'), ('-', '')]
TCOG19141001-V01-10-page4.txt: [('--', '-'), ('-', ''), ('-Brethren', 'Brethren'), ('-hut', 'hut')]
TCOG19141001-V01-10-page6.txt: [('-was', 'was')]
TCOG19141001-V01-10-page7.txt: [('-blessings', 'blessings'), ('each.-', 'each.')]
TCOG19141001-V01-10-page8.txt: [('-', ''), ('-', ''), ('-from', 'from'), ('ri-', 'ri'), ('-', ''), ('-', ''), ('-', ''), ('popu-', 'popu')]
TCOG19141001-V01-10-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('ca-', 'ca')]
TCOG19141101-V01-11-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19141101-V01-11-page10.txt: [('-sentence', 'sentence')]
TCOG19141101-V01-11-page11.txt: [('eon-', 'eon'), ('-ducted', 'ducted'), ('-', ''), ("-an'", "an'"), ('break-', 'break'), ('-', ''), ('-', ''), ('"-', '"'), ('-Ellen', 'Ellen'), ('-', ''), ('-"', '"')]
TCOG19141101-V01-11-page12.txt: [('-faithful', 'faithful')]
TCOG19141101-V01-11-page13.txt: [('-Israel', 'Israel'), ('-to', 'to')]
TCOG19141101-V01-11-page14.txt: [('the-', 'the')]
TCOG19141101-V01-11-page16.txt: [('-', '')]
TCOG19141101-V01-11-page2.txt: [('PAAP-', 'PAAP'), ('--', '-')]
TCOG19141101-V01-11-page3.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19141101-V01-11-page4.txt: [('-', '')]
TCOG19141101-V01-11-page5.txt: [('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('-history.', 'history.'), ('-of', 'of')]
TCOG19141101-V01-11-page6.txt: [('-', ''), ('-"Testimonies', '"Testimonies'), ('-Id.', 'Id.'), ('NOTE.-', 'NOTE.'), ('-', '')]
TCOG19141101-V01-11-page7.txt: [('foun-', 'foun')]
TCOG19141101-V01-11-page8.txt: [('-', ''), ('-', '')]
TCOG19141101-V01-11-page9.txt: [('-', ''), ('-', '')]
TCOG19141201-V01-12-page1.txt: [('-', '')]
TCOG19141201-V01-12-page12.txt: [('---Selected.', '--Selected.')]
TCOG19141201-V01-12-page13.txt: [('De-', 'De')]
TCOG19141201-V01-12-page15.txt: [('the-', 'the')]
TCOG19141201-V01-12-page16.txt: [('-', ''), ('-up.', 'up.')]
TCOG19141201-V01-12-page2.txt: [('-', ''), ('-', ''), ('the-', 'the'), ('the-', 'the')]
TCOG19141201-V01-12-page3.txt: [('-', '')]
TCOG19141201-V01-12-page4.txt: [('-upon', 'upon'), ('-his', 'his'), ('-voice', 'voice'), ('pro-', 'pro'), ('-', '')]
TCOG19141201-V01-12-page5.txt: [('-spirit', 'spirit'), ('re-', 're')]
TCOG19141201-V01-12-page7.txt: [('-cent', 'cent')]
TCOG19141201-V01-12-page8.txt: [('o-', 'o'), ('-', '')]
TCOG19141201-V01-12-page9.txt: [('Record-', 'Record'), ('Tes-', 'Tes')]
TCOG19150101-V02-01-page1.txt: [('de-', 'de'), ('--', '-')]
TCOG19150101-V02-01-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150101-V02-01-page11.txt: [('-', ''), ('liter-', 'liter')]
TCOG19150101-V02-01-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150101-V02-01-page13.txt: [('interested.-', 'interested.')]
TCOG19150101-V02-01-page14.txt: [('-', ''), ('-', '')]
TCOG19150101-V02-01-page15.txt: [('-', ''), ('--the', '-the'), ('Exercise-', 'Exercise'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150101-V02-01-page16.txt: [('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150101-V02-01-page3.txt: [('Nam-', 'Nam'), ('-r', 'r'), ('-', ''), ('se-', 'se'), ('-', ''), ('judgment"-', 'judgment"'), ('be."-', 'be."'), ('graves."-', 'graves."'), ('Non.-', 'Non.')]
TCOG19150101-V02-01-page4.txt: [('NOTE.-', 'NOTE.')]
TCOG19150101-V02-01-page5.txt: [('--', '-'), ('-', ''), ('-', '')]
TCOG19150101-V02-01-page6.txt: [('-"Testimonies', '"Testimonies'), ('another."-', 'another."'), ('others."-', 'others."'), ('food."-', 'food."'), ("'-", "'"), ('-', ''), ('-', ''), ('state."-', 'state."'), ('coffee."-', 'coffee."'), ('food."-', 'food."'), ('people."-', 'people."'), ('Jesus."-', 'Jesus."'), ('poisons."-', 'poisons."'), ('it"-', 'it"'), ('diet."-', 'diet."'), ('manner."-', 'manner."')]
TCOG19150101-V02-01-page7.txt: [('death."---', 'death."--')]
TCOG19150101-V02-01-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150201-V02-02-page10.txt: [('--', '-'), ('-man.', 'man.'), ('--', '-'), ('-', '')]
TCOG19150201-V02-02-page11.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19150201-V02-02-page12.txt: [('-', ''), ('Swed-', 'Swed')]
TCOG19150201-V02-02-page13.txt: [('after-', 'after')]
TCOG19150201-V02-02-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150201-V02-02-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-r', 'r'), ('-', '')]
TCOG19150201-V02-02-page16.txt: [('-', ''), ('-', '')]
TCOG19150201-V02-02-page2.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19150201-V02-02-page3.txt: [('-', '')]
TCOG19150201-V02-02-page4.txt: [('LI-', 'LI'), ('-', ''), ('world."---', 'world."--')]
TCOG19150201-V02-02-page5.txt: [('-', ''), ('peo-', 'peo'), ('Con-', 'Con')]
TCOG19150201-V02-02-page6.txt: [('-beaming', 'beaming')]
TCOG19150201-V02-02-page7.txt: [('-', ''), ('faith-', 'faith')]
TCOG19150201-V02-02-page8.txt: [('-', ''), ('-', '')]
TCOG19150201-V02-02-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('condi-', 'condi')]
TCOG19150301-V02-03-page10.txt: [('apartment-', 'apartment'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-to', 'to'), ('-', ''), ('-', ''), ('-', ''), ('God."-', 'God."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sanctuary."-', 'sanctuary."'), ('sinner."-', 'sinner."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('per-', 'per')]
TCOG19150301-V02-03-page11.txt: [('-', ''), ('tr-', 'tr'), ('-', ''), ('-', ''), ('en-', 'en')]
TCOG19150301-V02-03-page13.txt: [('-of', 'of'), ('--', '-'), ('-to', 'to')]
TCOG19150301-V02-03-page14.txt: [('message."-', 'message."'), ('-', ''), ('-', ''), ('-his', 'his'), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', '')]
TCOG19150301-V02-03-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('t-', 't'), ('-', ''), ('-', ''), ('gr-', 'gr'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com')]
TCOG19150301-V02-03-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150301-V02-03-page2.txt: [('-', '')]
TCOG19150301-V02-03-page3.txt: [('-', ''), ('-', '')]
TCOG19150301-V02-03-page5.txt: [('NOTE.-', 'NOTE.'), ('NOTE-', 'NOTE'), ('-', ''), ('NOTE.-', 'NOTE.')]
TCOG19150301-V02-03-page6.txt: [('-', ''), ('-', '')]
TCOG19150301-V02-03-page7.txt: [('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-', ''), ('-', '')]
TCOG19150301-V02-03-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('heaven."-', 'heaven."'), ('-', ''), ('-', ''), ('-', ''), ('Schaff-', 'Schaff'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Christ-', 'Christ'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150301-V02-03-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('r-', 'r'), ('-', ''), ('-', ''), ('-', '')]
TCOG19150401-V02-04-page1.txt: [('-', ''), ('the-', 'the'), ('-read', 'read'), ('-.-noone', '.-noone'), ('-', '')]
TCOG19150401-V02-04-page10.txt: [('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-', '')]
TCOG19150401-V02-04-page12.txt: [('-their', 'their'), ('-', ''), ('-', ''), ('-year', 'year'), ('-the', 'the'), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', '')]
TCOG19150401-V02-04-page13.txt: [('-his', 'his'), ('V-', 'V'), ('-the', 'the'), ('-Christ', 'Christ'), ('-bottom', 'bottom'), ('-', ''), ('-', '')]
TCOG19150401-V02-04-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150401-V02-04-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150401-V02-04-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ro.', 'ro.'), ('-', '')]
TCOG19150401-V02-04-page2.txt: [('-love', 'love'), ('-', ''), ('-Lord', 'Lord'), ('-', ''), ('-', '')]
TCOG19150401-V02-04-page3.txt: [('-', ''), ('-', ''), ('Ans.-', 'Ans.'), ('Ans.-', 'Ans.'), ('-', ''), ('pre-', 'pre'), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-Selected.', 'Selected.'), ('redemp-', 'redemp')]
TCOG19150401-V02-04-page4.txt: [('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', '')]
TCOG19150401-V02-04-page5.txt: [('.-', '.'), ('-what', 'what'), ('-', ''), ('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-doing', 'doing'), ('-Liberty', 'Liberty')]
TCOG19150401-V02-04-page6.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19150401-V02-04-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ro', 'ro'), ('-', ''), ('-', '')]
TCOG19150401-V02-04-page9.txt: [('-lb.', 'lb.'), ('"-', '"'), ("God.'.'-", "God.'.'"), ('-', ''), ('-', ''), ('sanctuary."-', 'sanctuary."'), ('-', ''), ('-', ''), ('sanctuary."-', 'sanctuary."'), ('judgment"-', 'judgment"'), ('."-', '."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('sinners."-', 'sinners."'), ('-', ''), ('works."-', 'works."'), ('-Years', 'Years')]
TCOG19150501-V02-05-page1.txt: [('-', ''), ('school--', 'school-')]
TCOG19150501-V02-05-page10.txt: [('-', ''), ('judgment"-', 'judgment"'), ('life.\'"-', 'life.\'"'), ('angel."-', 'angel."'), ('"-', '"'), ('-Id.', 'Id.'), ('-', ''), ('II-', 'II'), ('-', ''), ('-ready', 'ready'), ('-', ''), ('"-', '"'), ('-', '')]
TCOG19150501-V02-05-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('E-', 'E'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Bible-', 'Bible')]
TCOG19150501-V02-05-page12.txt: [('-g.', 'g.'), ('-', ''), ('-', '')]
TCOG19150501-V02-05-page13.txt: [('-', ''), ('Nico-', 'Nico'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150501-V02-05-page14.txt: [('-', ''), ('bit-', 'bit'), ('-', ''), ('to-', 'to'), ('-', ''), ('-Ending', 'Ending'), ('-', ''), ('-', ''), ('T-', 'T')]
TCOG19150501-V02-05-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Ethi-', 'Ethi')]
TCOG19150501-V02-05-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('lo-', 'lo'), ('-', '')]
TCOG19150501-V02-05-page2.txt: [('made."-', 'made."')]
TCOG19150501-V02-05-page3.txt: [('Song-', 'Song'), ('---', '--')]
TCOG19150501-V02-05-page5.txt: [('-several', 'several'), ('you-', 'you'), ('re--', 're-')]
TCOG19150501-V02-05-page6.txt: [('-', '')]
TCOG19150501-V02-05-page7.txt: [('-', '')]
TCOG19150501-V02-05-page8.txt: [('Vic-', 'Vic')]
TCOG19150501-V02-05-page9.txt: [('-', '')]
TCOG19150601-V02-06-page1.txt: [('truction-', 'truction'), ('-', ''), ('-', ''), ('-', ''), ('I-', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-gin', 'gin'), ('-', ''), ('-', ''), ('-io', 'io'), ('-', '')]
TCOG19150601-V02-06-page11.txt: [('--', '-')]
TCOG19150601-V02-06-page12.txt: [('-', ''), ('con-', 'con')]
TCOG19150601-V02-06-page13.txt: [('-', '')]
TCOG19150601-V02-06-page14.txt: [('-', ''), ('-', ''), ('-to', 'to')]
TCOG19150601-V02-06-page15.txt: [('-do', 'do'), ('-', ''), ('--', '-'), ('-', '')]
TCOG19150601-V02-06-page16.txt: [('-', ''), ('-class', 'class'), ('-', ''), ('-', '')]
TCOG19150601-V02-06-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', ''), ('-r', 'r'), ('-"', '"'), ('-', ''), ('-"', '"')]
TCOG19150601-V02-06-page3.txt: [('-', ''), ('cer-', 'cer')]
TCOG19150601-V02-06-page4.txt: [('-of', 'of'), ('-', '')]
TCOG19150601-V02-06-page5.txt: [('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('inaction."-', 'inaction."'), ('correspondence."-', 'correspondence."'), ('home."-', 'home."'), ('do."-', 'do."'), ('him."-', 'him."'), ('-', ''), ('bloodshed."-', 'bloodshed."')]
TCOG19150601-V02-06-page7.txt: [('re-', 're'), ('-', ''), ('nat-', 'nat'), ('-ally', 'ally')]
TCOG19150601-V02-06-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('spirit.\'"--', 'spirit.\'"-'), ('this."-', 'this."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150601-V02-06-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150701-V02-07-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150701-V02-07-page10.txt: [('-', ''), ('power."-', 'power."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"Christ\'s', '"Christ\'s'), ('die."-', 'die."'), ('-', '')]
TCOG19150701-V02-07-page11.txt: [('-', '')]
TCOG19150701-V02-07-page13.txt: [('-', ''), ('pre-', 'pre'), ('al-', 'al')]
TCOG19150701-V02-07-page14.txt: [('o-', 'o'), ('-rthrown', 'rthrown')]
TCOG19150701-V02-07-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150701-V02-07-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-y', 'y')]
TCOG19150701-V02-07-page3.txt: [('-', ''), ('-', ''), ('known."-', 'known."')]
TCOG19150701-V02-07-page5.txt: [('-', ''), ('-', ''), ('.-', '.'), ('prompt-', 'prompt'), ('-', '')]
TCOG19150701-V02-07-page7.txt: [('-', ''), ('-', '')]
TCOG19150701-V02-07-page8.txt: [('-', '')]
TCOG19150701-V02-07-page9.txt: [('gospel."-', 'gospel."'), ('-', ''), ('hearts."-', 'hearts."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150801-V02-08-page1.txt: [('-', ''), ('-', ''), ('"priv-', '"priv'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150801-V02-08-page10.txt: [('sweet-', 'sweet'), ('-service', 'service'), ('-I', 'I')]
TCOG19150801-V02-08-page12.txt: [('-', ''), ('-', '')]
TCOG19150801-V02-08-page13.txt: [('-', ''), ('-', '')]
TCOG19150801-V02-08-page14.txt: [('was-', 'was'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150801-V02-08-page15.txt: [('-John', 'John')]
TCOG19150801-V02-08-page16.txt: [('--', '-')]
TCOG19150801-V02-08-page2.txt: [('-', ''), ('-How', 'How'), ('to-', 'to'), ('-lives', 'lives')]
TCOG19150801-V02-08-page3.txt: [('-founder', 'founder'), ('grati-', 'grati')]
TCOG19150801-V02-08-page4.txt: [('-', '')]
TCOG19150801-V02-08-page5.txt: [('--', '-')]
TCOG19150801-V02-08-page6.txt: [('NOTE.--', 'NOTE.-'), ('-', ''), ('-', '')]
TCOG19150801-V02-08-page7.txt: [('-', ''), ('-all', 'all'), ('-', ''), ('-', ''), ('refines."--', 'refines."-')]
TCOG19150801-V02-08-page8.txt: [('-', ''), ('soul."-', 'soul."'), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('-', ''), ('-"Steps', '"Steps'), ('-', ''), ('promise."-', 'promise."'), ('-', '')]
TCOG19150801-V02-08-page9.txt: [('forgiven."-', 'forgiven."'), ('acceptance."-', 'acceptance."'), ('-', ''), ('-', ''), ('Testament."-', 'Testament."'), ('us."-', 'us."')]
TCOG19150901-V02-09-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150901-V02-09-page10.txt: [('corn-', 'corn'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150901-V02-09-page11.txt: [('individuals."-', 'individuals."'), ('-', ''), ('beauty."-', 'beauty."'), ("'-", "'"), ('-word', 'word'), ('unconverted."-', 'unconverted."'), ('-', ''), ('-', ''), ('\'"-', '\'"'), ('-"Christ\'s', '"Christ\'s'), ('pity."-', 'pity."'), ('men."-', 'men."'), ('be-', 'be')]
TCOG19150901-V02-09-page13.txt: [('Cars-', 'Cars'), ('-from', 'from')]
TCOG19150901-V02-09-page14.txt: [('-rapidly', 'rapidly'), ('-S', 'S')]
TCOG19150901-V02-09-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150901-V02-09-page16.txt: [('tins-', 'tins'), ('so-', 'so'), ('-', ''), ('-dew', 'dew')]
TCOG19150901-V02-09-page2.txt: [('-', ''), ('-t', 't')]
TCOG19150901-V02-09-page3.txt: [('-', ''), ('-r', 'r'), ('-', ''), ('-the', 'the')]
TCOG19150901-V02-09-page6.txt: [('NOTE.-', 'NOTE.'), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19150901-V02-09-page7.txt: [('dis-', 'dis'), ('-their', 'their')]
TCOG19150901-V02-09-page8.txt: [('bears."-', 'bears."'), ('-', ''), ('-', ''), ('-io.', 'io.'), ('-', ''), ('truth."--', 'truth."-'), ('-the', 'the')]
TCOG19150901-V02-09-page9.txt: [('-to', 'to')]
TCOG19151001-V02-10-page1.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19151001-V02-10-page10.txt: [('NOTE.--', 'NOTE.-'), ('-', ''), ('num-', 'num'), ('-', '')]
TCOG19151001-V02-10-page11.txt: [('school-', 'school'), ('-', '')]
TCOG19151001-V02-10-page14.txt: [('any.--', 'any.-')]
TCOG19151001-V02-10-page15.txt: [('I-', 'I'), ('-', ''), ('-', ''), ('-', '')]
TCOG19151001-V02-10-page16.txt: [('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-a', 'a'), ('Organization.-', 'Organization.'), ('Leaders.-', 'Leaders.'), ('School.-', 'School.')]
TCOG19151001-V02-10-page2.txt: [('in-', 'in')]
TCOG19151001-V02-10-page3.txt: [('"Tes-', '"Tes'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19151001-V02-10-page5.txt: [('-remember', 'remember')]
TCOG19151001-V02-10-page6.txt: [('-cent', 'cent')]
TCOG19151001-V02-10-page7.txt: [('-', ''), ('-', '')]
TCOG19151001-V02-10-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19151001-V02-10-page9.txt: [('-', ''), ('remained."-', 'remained."'), ('-', ''), ('-', ''), ('-', ''), ('commandment."-', 'commandment."'), ('connec-', 'connec')]
TCOG19151101-V02-11-page1.txt: [('GA-', 'GA'), ('-', ''), ('-', ''), ('-', '')]
TCOG19151101-V02-11-page10.txt: [('-', ''), ('-two', 'two'), ('-', ''), ('-', ''), ('-', ''), ('Sunday."---', 'Sunday."--')]
TCOG19151101-V02-11-page11.txt: [('-', ''), ('"Forty-', '"Forty'), ('-', ''), ('holy."-', 'holy."'), ('themselves."-', 'themselves."'), ('."-', '."'), ('"-', '"'), ('-', ''), ('-', ''), ('-', '')]
TCOG19151101-V02-11-page12.txt: [('-grandma', 'grandma'), ('--', '-'), ('--', '-'), ('Eve."-', 'Eve."'), ('-', ''), ('-', ''), ('-', ''), ('through.-', 'through.'), ('By-', 'By'), ('-', ''), ('-Definitely.', 'Definitely.'), ('-', ''), ('-', ''), ('-', '')]
TCOG19151101-V02-11-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-')]
TCOG19151101-V02-11-page2.txt: [('develop-', 'develop'), ('--', '-'), ('--', '-'), ('OFFI-', 'OFFI'), ('-', '')]
TCOG19151101-V02-11-page3.txt: [('-', '')]
TCOG19151101-V02-11-page4.txt: [('--', '-')]
TCOG19151101-V02-11-page5.txt: [('NOTE.-', 'NOTE.'), ('NOTE.-', 'NOTE.'), ('-', '')]
TCOG19151101-V02-11-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-that', 'that'), ('-', '')]
TCOG19151101-V02-11-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19151101-V02-11-page8.txt: [('NOTE.-', 'NOTE.'), ('-', ''), ('--"History', '-"History'), ('-', ''), ('-"Six', '"Six'), ('-"', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('x-', 'x'), ('-', ''), ('-', ''), ('Sabbath.-', 'Sabbath.')]
TCOG19151101-V02-11-page9.txt: [('-', ''), ('-', ''), ('abrogated."-', 'abrogated."'), ('obey."-', 'obey."'), ('day."--', 'day."-'), ('-"', '"')]
TCOG19151201-V02-12-page1.txt: [('-', ''), ('-', '')]
TCOG19151201-V02-12-page10.txt: [('-', '')]
TCOG19151201-V02-12-page12.txt: [('-', ''), ('-', '')]
TCOG19151201-V02-12-page14.txt: [('--will', '-will'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o')]
TCOG19151201-V02-12-page15.txt: [('-', '')]
TCOG19151201-V02-12-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19151201-V02-12-page2.txt: [('-', '')]
TCOG19151201-V02-12-page3.txt: [('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('NOTE.-', 'NOTE.'), ('-', ''), ('NOTE.-', 'NOTE.')]
TCOG19151201-V02-12-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('mothers-', 'mothers')]
TCOG19151201-V02-12-page5.txt: [('-', '')]
TCOG19151201-V02-12-page6.txt: [('-kind', 'kind'), ('-', '')]
TCOG19151201-V02-12-page7.txt: [('-', ''), ('-', '')]
TCOG19151201-V02-12-page8.txt: [('NOTE.-', 'NOTE.')]
TCOG19151201-V02-12-page9.txt: [('-', '')]
TCOG19160101-V03-01-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19160101-V03-01-page10.txt: [('-', ''), ('-', '')]
TCOG19160101-V03-01-page11.txt: [('-Do', 'Do')]
TCOG19160101-V03-01-page12.txt: [('-', '')]
TCOG19160101-V03-01-page13.txt: [('-', ''), ('-', '')]
TCOG19160101-V03-01-page14.txt: [('-', '')]
TCOG19160101-V03-01-page16.txt: [('-', ''), ('-', ''), ('-last', 'last'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19160101-V03-01-page2.txt: [('-', '')]
TCOG19160101-V03-01-page3.txt: [('-Id.', 'Id.'), ('-', ''), ('--', '-'), ('-', ''), ('Gentiles."-', 'Gentiles."'), ('-', ''), ('-', ''), ('-', ''), ('"-', '"'), ('-', ''), ('-', ''), ('earth."-', 'earth."'), ('-', ''), ('-', '')]
TCOG19160101-V03-01-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19160101-V03-01-page6.txt: [('-for.those', 'for.those'), ('-', ''), ('-', ''), ('-prayed', 'prayed'), ('-"In', '"In'), ('-', ''), ('in--', 'in-'), ('to-', 'to'), ('examples-', 'examples'), ('-', ''), ('-In', 'In')]
TCOG19160101-V03-01-page7.txt: [('-', ''), ('-Id', 'Id'), ('influence."-', 'influence."'), ('-', ''), ('hand."-', 'hand."')]
TCOG19160101-V03-01-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('blocs-', 'blocs'), ('law-', 'law'), ('-John', 'John')]
TCOG19160101-V03-01-page9.txt: [('little-', 'little'), ('-She', 'She'), ('-our', 'our')]
TCOG19160201-V03-02-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-"The', '"The'), ('it.\'"-', 'it.\'"'), ('-', ''), ('supremacy.-', 'supremacy.'), ('-', ''), ('com-', 'com')]
TCOG19160201-V03-02-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Talmage.', 'Talmage.')]
TCOG19160201-V03-02-page12.txt: [('be-', 'be'), ('-to', 'to')]
TCOG19160201-V03-02-page13.txt: [('feet-', 'feet'), ('-', '')]
TCOG19160201-V03-02-page14.txt: [('-', '')]
TCOG19160201-V03-02-page15.txt: [('-the', 'the')]
TCOG19160201-V03-02-page16.txt: [('-', ''), ('-', ''), ('-R', 'R'), ('-', '')]
TCOG19160201-V03-02-page2.txt: [('Financial-', 'Financial')]
TCOG19160201-V03-02-page3.txt: [('-', ''), ('en-', 'en'), ('-r', 'r')]
TCOG19160201-V03-02-page4.txt: [('-', '')]
TCOG19160201-V03-02-page5.txt: [('-This', 'This'), ('-For', 'For'), ('mem-', 'mem'), ('-individuality', 'individuality'), ('-', ''), ('-Selected.', 'Selected.'), ('-This', 'This'), ('-In', 'In'), ('today."-', 'today."')]
TCOG19160201-V03-02-page6.txt: [('-page', 'page'), ('-page', 'page'), ('-when', 'when'), ('-was', 'was')]
TCOG19160201-V03-02-page7.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19160201-V03-02-page8.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis'), ("-'or", "'or"), ('ser-', 'ser'), ('-', ''), ('-', '')]
TCOG19160201-V03-02-page9.txt: [('-the', 'the')]
TCOG19160301-V03-03-page1.txt: [('-', ''), ('-Let', 'Let'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"')]
TCOG19160301-V03-03-page11.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19160301-V03-03-page13.txt: [('Chris-', 'Chris'), ('-', '')]
TCOG19160301-V03-03-page14.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19160301-V03-03-page16.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19160301-V03-03-page2.txt: [('-', '')]
TCOG19160301-V03-03-page3.txt: [('work-', 'work'), ('work-', 'work')]
TCOG19160301-V03-03-page4.txt: [('-who', 'who'), ('-', ''), ('-', '')]
TCOG19160301-V03-03-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19160301-V03-03-page8.txt: [('-', '')]
TCOG19160401-V03-04-page1.txt: [('-', ''), ('-', ''), ('encour-', 'encour')]
TCOG19160401-V03-04-page10.txt: [('-', '')]
TCOG19160401-V03-04-page11.txt: [('Anti-', 'Anti'), ('organ-', 'organ'), ('-', ''), ('-', ''), ('-', '')]
TCOG19160401-V03-04-page12.txt: [('-', ''), ('-', '')]
TCOG19160401-V03-04-page13.txt: [('-', ''), ('Sun-', 'Sun')]
TCOG19160401-V03-04-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"-', '"'), ('"-', '"'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Selected.', 'Selected.')]
TCOG19160401-V03-04-page16.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19160401-V03-04-page2.txt: [('-', ''), ('-', '')]
TCOG19160401-V03-04-page3.txt: [('-', ''), ('-a', 'a'), ('thief."-', 'thief."')]
TCOG19160401-V03-04-page5.txt: [('-', '')]
TCOG19160401-V03-04-page6.txt: [('-', '')]
TCOG19160401-V03-04-page8.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19160401-V03-04-page9.txt: [('-', ''), ('pre-', 'pre')]
TCOG19160501-V03-05-page1.txt: [('-Christian', 'Christian'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-so', 'so'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-A', 'A')]
TCOG19160501-V03-05-page10.txt: [('-', ''), ('-', ''), ('--Canon', '-Canon')]
TCOG19160501-V03-05-page11.txt: [('-the', 'the')]
TCOG19160501-V03-05-page12.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19160501-V03-05-page13.txt: [('-', ''), ('-', ''), ('-a', 'a'), ('-', '')]
TCOG19160501-V03-05-page16.txt: [('-', '')]
TCOG19160501-V03-05-page2.txt: [('-mentioned', 'mentioned'), ('repen-', 'repen')]
TCOG19160501-V03-05-page3.txt: [('inter-', 'inter')]
TCOG19160501-V03-05-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('with-', 'with')]
TCOG19160501-V03-05-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19160501-V03-05-page7.txt: [('-', ''), ('--"Individual', '-"Individual'), ('-', '')]
TCOG19160501-V03-05-page9.txt: [('-a', 'a')]
TCOG19160601-V03-06-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19160601-V03-06-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19160601-V03-06-page14.txt: [('-', '')]
TCOG19160601-V03-06-page2.txt: [('it-', 'it'), ('-', ''), ('-', '')]
TCOG19160601-V03-06-page3.txt: [('-There', 'There'), ('-', ''), ('-', ''), ('"-', '"')]
TCOG19160601-V03-06-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('Abra-', 'Abra'), ('-do', 'do'), ('S.-', 'S.')]
TCOG19160601-V03-06-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19160601-V03-06-page8.txt: [('-', '')]
TCOG19160601-V03-06-page9.txt: [('-stood', 'stood'), ('sub-', 'sub'), ('-in', 'in'), ('-the', 'the'), ('-platform.', 'platform.')]
TCOG19160701-V03-07-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19160701-V03-07-page10.txt: [('-', '')]
TCOG19160701-V03-07-page12.txt: [('-', ''), ('-', ''), ('judg-', 'judg'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('repent-', 'repent')]
TCOG19160701-V03-07-page13.txt: [('-by', 'by')]
TCOG19160701-V03-07-page14.txt: [('-', ''), ('Jun-', 'Jun')]
TCOG19160701-V03-07-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19160701-V03-07-page2.txt: [('-', '')]
TCOG19160701-V03-07-page3.txt: [('-This', 'This'), ('time.-', 'time.'), ('-in', 'in'), ('-Id.', 'Id.'), ('-souls', 'souls')]
TCOG19160701-V03-07-page4.txt: [('-same', 'same')]
TCOG19160701-V03-07-page5.txt: [('-This', 'This'), ('he-', 'he'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19160701-V03-07-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19160701-V03-07-page8.txt: [('-', ''), ('-', '')]
TCOG19160701-V03-07-page9.txt: [('-and', 'and'), ('-the', 'the'), ('-imagine', 'imagine'), ('-the', 'the'), ('-deeper', 'deeper')]
TCOG19160801-V03-08-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.'), ('Spirit."-', 'Spirit."'), ('-These', 'These'), ('-', '')]
TCOG19160801-V03-08-page12.txt: [('during-', 'during')]
TCOG19160801-V03-08-page13.txt: [('-', '')]
TCOG19160801-V03-08-page14.txt: [('--the', '-the'), ('-', ''), ('-', '')]
TCOG19160801-V03-08-page15.txt: [('eharac-', 'eharac')]
TCOG19160801-V03-08-page16.txt: [('-', '')]
TCOG19160801-V03-08-page2.txt: [('-', ''), ('-', '')]
TCOG19160801-V03-08-page3.txt: [('-', ''), ('"-', '"'), ('-By', 'By'), ('-Unprofitable', 'Unprofitable'), ('-It', 'It'), ('-', ''), ('-', ''), ('NOTE.-', 'NOTE.')]
TCOG19160801-V03-08-page4.txt: [('-', ''), ('-', '')]
TCOG19160801-V03-08-page5.txt: [('min-', 'min')]
TCOG19160801-V03-08-page6.txt: [('-', ''), ('-', '')]
TCOG19160801-V03-08-page7.txt: [('-that', 'that'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"To', '"To'), ('-', ''), ('-No.', 'No.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19160801-V03-08-page8.txt: [('Correspondence-', 'Correspondence'), ('yourcon-', 'yourcon')]
TCOG19160801-V03-08-page9.txt: [('opportu--', 'opportu-'), ('care-', 'care')]
TCOG19160901-V03-09-page1.txt: [('-Follow', 'Follow'), ('-', ''), ('-', ''), ('"-', '"'), ('-Punshon.', 'Punshon.'), ('present."-', 'present."'), ('-is', 'is')]
TCOG19160901-V03-09-page10.txt: [('-Vol.', 'Vol.'), ('everywhere-', 'everywhere'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-In', 'In'), ('-', ''), ('weapons."-', 'weapons."'), ('"-', '"'), ('-Selected.', 'Selected.'), ('Obey-', 'Obey')]
TCOG19160901-V03-09-page12.txt: [('-', ''), ('ser-', 'ser'), ('-means', 'means')]
TCOG19160901-V03-09-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19160901-V03-09-page14.txt: [('-', ''), ('-', ''), ('--the', '-the'), ('-', '')]
TCOG19160901-V03-09-page15.txt: [('can-', 'can')]
TCOG19160901-V03-09-page16.txt: [('-', ''), ('Israel-', 'Israel')]
TCOG19160901-V03-09-page2.txt: [('re-', 're')]
TCOG19160901-V03-09-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('by-', 'by'), ('-', '')]
TCOG19160901-V03-09-page5.txt: [('cer-', 'cer')]
TCOG19160901-V03-09-page6.txt: [('-', ''), ('-', '')]
TCOG19160901-V03-09-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19160901-V03-09-page9.txt: [('-perhaps', 'perhaps'), ('-and', 'and'), ('improv-', 'improv'), ('-', ''), ('Read-', 'Read'), ('the-', 'the'), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19161001-V03-10-page1.txt: [('NOTE.-', 'NOTE.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Pages', 'Pages')]
TCOG19161001-V03-10-page11.txt: [('through-', 'through'), ('For-', 'For')]
TCOG19161001-V03-10-page13.txt: [('-', ''), ('-that', 'that'), ('-time', 'time'), ('.-', '.')]
TCOG19161001-V03-10-page14.txt: [('-', '')]
TCOG19161001-V03-10-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19161001-V03-10-page2.txt: [('-', '')]
TCOG19161001-V03-10-page5.txt: [('-that', 'that'), ('meet-', 'meet'), ('-', '')]
TCOG19161001-V03-10-page8.txt: [('GA-', 'GA'), ('-Selected.', 'Selected.'), ('-', ''), ('-', ''), ('-"', '"')]
TCOG19161001-V03-10-page9.txt: [('Who-', 'Who'), ('-', '')]
TCOG19161115-V03-11-page1.txt: [('are-', 'are'), ('-', ''), ('-', ''), ('-', ''), ('-more', 'more'), ('-', '')]
TCOG19161115-V03-11-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19161115-V03-11-page12.txt: [('non-', 'non')]
TCOG19161115-V03-11-page13.txt: [('ac-', 'ac'), ('-', '')]
TCOG19161115-V03-11-page14.txt: [('fa-', 'fa')]
TCOG19161115-V03-11-page15.txt: [('Avery-', 'Avery')]
TCOG19161115-V03-11-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19161115-V03-11-page2.txt: [('best.-', 'best.'), ('-', '')]
TCOG19161115-V03-11-page3.txt: [('-', ''), ('-', '')]
TCOG19161115-V03-11-page5.txt: [('-and', 'and'), ('-than', 'than')]
TCOG19161115-V03-11-page6.txt: [('-', ''), ('."--', '."-'), ('-', ''), ('-', ''), ('-', '')]
TCOG19161115-V03-11-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19161115-V03-11-page8.txt: [('-washing', 'washing'), ('com-', 'com')]
TCOG19161115-V03-11-page9.txt: [('head-', 'head')]
TCOG19161201-V03-12-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-No', 'No'), ('-', ''), ('-', '')]
TCOG19161201-V03-12-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19161201-V03-12-page12.txt: [('-', '')]
TCOG19161201-V03-12-page14.txt: [('Cheerfulness.-', 'Cheerfulness.')]
TCOG19161201-V03-12-page15.txt: [('AVERY-', 'AVERY')]
TCOG19161201-V03-12-page16.txt: [('-', ''), ('-us', 'us'), ('-sions', 'sions'), ('Wag-', 'Wag'), ('Schaff-', 'Schaff')]
TCOG19161201-V03-12-page2.txt: [('-', ''), ('Pass-', 'Pass'), ('-', '')]
TCOG19161201-V03-12-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-teaching', 'teaching'), ('-souls', 'souls'), ('-', ''), ('-at', 'at'), ('-', ''), ('-', '')]
TCOG19161201-V03-12-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19161201-V03-12-page7.txt: [('-a', 'a'), ('Mc-', 'Mc'), ('-', '')]
TCOG19161201-V03-12-page8.txt: [('---', '--')]
TCOG19161201-V03-12-page9.txt: [('-us', 'us'), ('-China', 'China')]
TCOG19170101-V04-01-page1.txt: [('-', ''), ('-Follow', 'Follow'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19170101-V04-01-page10.txt: [('-', ''), ('-', '')]
TCOG19170101-V04-01-page11.txt: [('-', ''), ('--', '-')]
TCOG19170101-V04-01-page12.txt: [('-', '')]
TCOG19170101-V04-01-page16.txt: [('-Orr.', 'Orr.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('writers."-', 'writers."'), ('-', ''), ('-sensible', 'sensible')]
TCOG19170101-V04-01-page2.txt: [('Mc-', 'Mc')]
TCOG19170101-V04-01-page3.txt: [('-We', 'We'), ('-', ''), ('-', ''), ('-', '')]
TCOG19170101-V04-01-page5.txt: [('said-', 'said'), ('-', ''), ('-', '')]
TCOG19170101-V04-01-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('-', '')]
TCOG19170101-V04-01-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"'), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('Interna-', 'Interna')]
TCOG19170101-V04-01-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-smaller', 'smaller'), ('per-', 'per'), ('-consuming', 'consuming'), ('-', '')]
TCOG19170201-V04-02-page1.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19170201-V04-02-page11.txt: [('-', '')]
TCOG19170201-V04-02-page12.txt: [('pro-', 'pro')]
TCOG19170201-V04-02-page13.txt: [('-', ''), ('-', '')]
TCOG19170201-V04-02-page14.txt: [('-', ''), ('rual-', 'rual')]
TCOG19170201-V04-02-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('-', ''), ('-', '')]
TCOG19170201-V04-02-page2.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19170201-V04-02-page5.txt: [('-', '')]
TCOG19170201-V04-02-page6.txt: [('-', ''), ('Min-', 'Min'), ('-', ''), ('-', ''), ('-', '')]
TCOG19170201-V04-02-page7.txt: [('-', ''), ('-', '')]
TCOG19170201-V04-02-page8.txt: [('-', ''), ('-In', 'In'), ('-Selected.', 'Selected.'), ('-this', 'this'), ('-Id.', 'Id.'), ('-"Gospel', '"Gospel'), ('-Id.', 'Id.'), ('-Id.', 'Id.')]
TCOG19170301-V04-03-page1.txt: [('-', ''), ('-to', 'to'), ('-and', 'and'), ('-', ''), ('MissioN.-', 'MissioN.'), ('"-', '"'), ('-', ''), ('"-', '"'), ('-Our', 'Our'), ('-', ''), ('-', ''), ('-', '')]
TCOG19170301-V04-03-page10.txt: [('-', ''), ('atmos-', 'atmos')]
TCOG19170301-V04-03-page11.txt: [('-"', '"'), ('--', '-')]
TCOG19170301-V04-03-page13.txt: [('-', ''), ('meet-', 'meet'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19170301-V04-03-page14.txt: [('Elimi-', 'Elimi')]
TCOG19170301-V04-03-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"-', '"'), ('-', ''), ('-', ''), ('-', ''), ('"-', '"'), ('-', ''), ('-', '')]
TCOG19170301-V04-03-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Volun-', 'Volun'), ('-', ''), ('-', '')]
TCOG19170301-V04-03-page2.txt: [('-', '')]
TCOG19170301-V04-03-page3.txt: [('-subscriptions', 'subscriptions')]
TCOG19170301-V04-03-page4.txt: [('king-', 'king')]
TCOG19170301-V04-03-page5.txt: [('-Put', 'Put'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-This', 'This'), ('time."-', 'time."')]
TCOG19170301-V04-03-page6.txt: [('mis-', 'mis'), ('-moves', 'moves')]
TCOG19170301-V04-03-page7.txt: [('-', ''), ('-', '')]
TCOG19170301-V04-03-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('light-', 'light'), ('dome-', 'dome'), ('psalm-', 'psalm'), ('men-', 'men'), ('-"What', '"What'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Selected.', 'Selected.')]
TCOG19170301-V04-03-page9.txt: [('-', ''), ('-', '')]
TCOG19170401-V04-04-page1.txt: [('-', '')]
TCOG19170401-V04-04-page10.txt: [('-', '')]
TCOG19170401-V04-04-page11.txt: [('-', ''), ('sympathy-', 'sympathy'), ('-', ''), ('sympathy-', 'sympathy'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ministry."-', 'ministry."'), ('con-', 'con'), ('-an', 'an')]
TCOG19170401-V04-04-page12.txt: [('uni-', 'uni')]
TCOG19170401-V04-04-page14.txt: [('-', '')]
TCOG19170401-V04-04-page15.txt: [('-oo-oo', 'oo-oo')]
TCOG19170401-V04-04-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19170401-V04-04-page2.txt: [('Le-', 'Le'), ('-', '')]
TCOG19170401-V04-04-page3.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19170401-V04-04-page4.txt: [('-', ''), ('-', ''), ('propriety."-', 'propriety."'), ('-', ''), ('-', '')]
TCOG19170401-V04-04-page5.txt: [('-', ''), ('-', ''), ('-We', 'We'), ('-The', 'The'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', '')]
TCOG19170401-V04-04-page6.txt: [('-one', 'one'), ('-', ''), ('-', ''), ('re-', 're')]
TCOG19170401-V04-04-page7.txt: [('-', '')]
TCOG19170401-V04-04-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-because', 'because'), ('-Madeline', 'Madeline'), ('-', ''), ('-', ''), ('-', '')]
TCOG19170401-V04-04-page9.txt: [('-', '')]
TCOG19170501-V04-05-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-"The', '"The'), ('-pray', 'pray')]
TCOG19170501-V04-05-page11.txt: [('-"purified', '"purified'), ('-Missionary', 'Missionary'), ('-', ''), ('-', ''), ('Volun-', 'Volun')]
TCOG19170501-V04-05-page14.txt: [('-', ''), ('-', '')]
TCOG19170501-V04-05-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19170501-V04-05-page2.txt: [('-', '')]
TCOG19170501-V04-05-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the'), ('-', ''), ('-', '')]
TCOG19170501-V04-05-page4.txt: [('Danish-', 'Danish'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page')]
TCOG19170501-V04-05-page5.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19170501-V04-05-page6.txt: [('-', ''), ('ruin."-', 'ruin."'), ('body."-', 'body."'), ('joy."-', 'joy."'), ('-', ''), ('-', ''), ('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page')]
TCOG19170501-V04-05-page7.txt: [('-', '')]
TCOG19170501-V04-05-page8.txt: [('-', ''), ('preparation.-', 'preparation.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19170601-V04-06-page1.txt: [('-names', 'names'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"There', '"There')]
TCOG19170601-V04-06-page11.txt: [('-', ''), ('-', '')]
TCOG19170601-V04-06-page13.txt: [('-', ''), ('-Adapted.', 'Adapted.'), ('bell-', 'bell'), ('-a', 'a'), ('-Amos', 'Amos'), ('-', ''), ('-', '')]
TCOG19170601-V04-06-page15.txt: [('-with', 'with')]
TCOG19170601-V04-06-page16.txt: [('-', ''), ('-', ''), ('------', '-----'), ('-a.', 'a.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19170601-V04-06-page3.txt: [('of-', 'of'), ('-', ''), ('-', ''), ('-', '')]
TCOG19170601-V04-06-page4.txt: [('Ex-', 'Ex'), ('Anti-', 'Anti')]
TCOG19170601-V04-06-page7.txt: [('-', '')]
TCOG19170601-V04-06-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Selected.', 'Selected.'), ('value-', 'value')]
TCOG19170701-V04-07-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19170701-V04-07-page11.txt: [('-perhaps', 'perhaps'), ('-Adapted.', 'Adapted.'), ('-', ''), ('-', ''), ('-', '')]
TCOG19170701-V04-07-page12.txt: [('-', ''), ('gift.--', 'gift.-'), ('---all', '--all'), ('-', '')]
TCOG19170701-V04-07-page14.txt: [('co-', 'co'), ('-', '')]
TCOG19170701-V04-07-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Who', 'Who'), ('-', '')]
TCOG19170701-V04-07-page3.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19170701-V04-07-page4.txt: [('--', '-'), ('-', '')]
TCOG19170701-V04-07-page5.txt: [('indi-', 'indi')]
TCOG19170701-V04-07-page6.txt: [('-', ''), ('-following', 'following'), ('-', '')]
TCOG19170701-V04-07-page8.txt: [('-', ''), ('-', ''), ('"-', '"'), ('-Id.', 'Id.'), ('opportunity."-', 'opportunity."')]
TCOG19170801-V04-08-page1.txt: [('t-', 't'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-While', 'While'), ('-', ''), ('-', ''), ('-"', '"'), ('-"Testimonies', '"Testimonies'), ('-', '')]
TCOG19170801-V04-08-page11.txt: [('-', ''), ('-', '')]
TCOG19170801-V04-08-page14.txt: [('-', ''), ('-', ''), ('Mos-', 'Mos'), ('Topsy-', 'Topsy'), ('-', '')]
TCOG19170801-V04-08-page15.txt: [('-', ''), ('-', '')]
TCOG19170801-V04-08-page16.txt: [('con-', 'con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19170801-V04-08-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"-', '"'), ('-fire', 'fire'), ('-', ''), ('-afaith', 'afaith'), ('-', ''), ('days-', 'days'), ('"-', '"'), ('promised."-', 'promised."'), ('opportuni-', 'opportuni')]
TCOG19170801-V04-08-page4.txt: [('-their', 'their'), ('-', ''), ('-even', 'even'), ('-experience', 'experience'), ('-practiced', 'practiced'), ('-God.', 'God.'), ('right-', 'right'), ('-eousness', 'eousness'), ('-displays', 'displays'), ('-Christ', 'Christ'), ('-of', 'of'), ('-or', 'or'), ('-God', 'God'), ('Exam-', 'Exam')]
TCOG19170801-V04-08-page5.txt: [('-', ''), ('restrained-', 'restrained'), ('Sev-', 'Sev')]
TCOG19170801-V04-08-page8.txt: [('-', '')]
TCOG19170801-V04-08-page9.txt: [('-', ''), ('-going', 'going')]
TCOG19170901-V04-09-page1.txt: [('-', ''), ('.-', '.'), ('-a', 'a'), ('-', ''), ('-', '')]
TCOG19170901-V04-09-page10.txt: [('alf-W-', 'alf-W'), ('-', ''), ('-"', '"')]
TCOG19170901-V04-09-page11.txt: [('.-', '.'), ('-Jesus', 'Jesus'), ('-and', 'and'), ('-"The\'-wines', '"The\'-wines'), ('-in', 'in'), ('-hare', 'hare'), ('-of', 'of'), ('-our', 'our'), ('-Selected.', 'Selected.'), ('-', ''), ('-', ''), ('Observation-', 'Observation'), ('in-', 'in'), ('from-', 'from'), ('-', '')]
TCOG19170901-V04-09-page12.txt: [('-', '')]
TCOG19170901-V04-09-page13.txt: [('-', ''), ('-Mrs.', 'Mrs.')]
TCOG19170901-V04-09-page14.txt: [('-', ''), ('nation--', 'nation-'), ('-', ''), ('-', ''), ('-', ''), ('-But-close', 'But-close'), ('-where', 'where'), ('-aid', 'aid'), ('-for', 'for'), ('-', ''), ('-', ''), ('-that', 'that'), ('.-', '.'), ('them-', 'them'), ('-', '')]
TCOG19170901-V04-09-page15.txt: [('-off', 'off'), ('makingffiowers.-', 'makingffiowers.'), ('-', '')]
TCOG19170901-V04-09-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Inter-', 'Inter'), ('------', '-----')]
TCOG19170901-V04-09-page2.txt: [('-', ''), ('-', ''), ('-presupposes', 'presupposes'), ('re-', 're'), ('devolv-', 'devolv')]
TCOG19170901-V04-09-page3.txt: [('-that', 'that'), ('-its', 'its'), ('-or', 'or'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('South-', 'South'), ('Brethren-', 'Brethren'), ('-', ''), ('and-', 'and'), ('either-', 'either')]
TCOG19170901-V04-09-page4.txt: [('-a', 'a'), ('-people', 'people'), ('en-', 'en'), ('-very', 'very')]
TCOG19170901-V04-09-page5.txt: [('-', ''), ('aggra-', 'aggra'), ('Ans.-', 'Ans.'), ('-of', 'of')]
TCOG19170901-V04-09-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('they-', 'they'), ('-', ''), ('the-', 'the'), ('-', '')]
TCOG19170901-V04-09-page7.txt: [('-their', 'their'), ('-is', 'is')]
TCOG19170901-V04-09-page8.txt: [('-"Story', '"Story'), ('-', ''), ('-', ''), ('-To', 'To'), ('-', ''), ('-', '')]
TCOG19170901-V04-09-page9.txt: [('-Juniors', 'Juniors')]
TCOG19171001-V04-10-page1.txt: [('-"Testimoniesfor', '"Testimoniesfor'), ('-and', 'and'), ('-', '')]
TCOG19171001-V04-10-page10.txt: [('-', ''), ('-John', 'John'), ('-Good', 'Good')]
TCOG19171001-V04-10-page13.txt: [('world-', 'world'), ('-', ''), ('-and', 'and'), ('-George', 'George'), ('-', '')]
TCOG19171001-V04-10-page14.txt: [('Ziegen-', 'Ziegen')]
TCOG19171001-V04-10-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-church'", "church'"), ('Ger-', 'Ger')]
TCOG19171001-V04-10-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('------', '-----'), ('-', '')]
TCOG19171001-V04-10-page2.txt: [('-', ''), ('"-', '"'), ('-when', 'when'), ('-the', 'the'), ('-Let', 'Let'), ('disease.-', 'disease.'), ('-', '')]
TCOG19171001-V04-10-page3.txt: [('-', ''), ('-', '')]
TCOG19171001-V04-10-page4.txt: [('vis-', 'vis')]
TCOG19171001-V04-10-page5.txt: [('said-', 'said')]
TCOG19171001-V04-10-page6.txt: [('occu-', 'occu')]
TCOG19171001-V04-10-page7.txt: [('-the', 'the'), ('quarter.-', 'quarter.'), ('-number', 'number'), ('-our', 'our')]
TCOG19171001-V04-10-page8.txt: [('-', ''), ('-', '')]
TCOG19171001-V04-10-page9.txt: [('-done.', 'done.')]
TCOG19171101-V04-11-page1.txt: [('-', ''), ('per-', 'per'), ('-formed', 'formed'), ('-', '')]
TCOG19171101-V04-11-page11.txt: [('-', '')]
TCOG19171101-V04-11-page12.txt: [('Give-', 'Give'), ('Give-', 'Give'), ('Give-', 'Give'), ('-', ''), ('-Selected.', 'Selected.'), ('-', ''), ('-that', 'that')]
TCOG19171101-V04-11-page14.txt: [('-which', 'which')]
TCOG19171101-V04-11-page16.txt: [('-', ''), ('-------', '------'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-in', 'in'), ('-be', 'be')]
TCOG19171101-V04-11-page2.txt: [('-', ''), ('-', '')]
TCOG19171101-V04-11-page3.txt: [('handker-', 'handker'), ('-', ''), ('-', ''), ('-', ''), ('-men', 'men')]
TCOG19171101-V04-11-page4.txt: [('-karat.', 'karat.')]
TCOG19171101-V04-11-page6.txt: [('-on', 'on'), ('-One', 'One'), ('-friends', 'friends'), ('ren-', 'ren'), ('vari-', 'vari'), ('-ous', 'ous'), ('-needed', 'needed'), ('-children.', 'children.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.')]
TCOG19171101-V04-11-page7.txt: [('indulgence."-', 'indulgence."')]
TCOG19171101-V04-11-page8.txt: [('-a', 'a'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19171101-V04-11-page9.txt: [("-parents'", "parents'")]
TCOG19171201-V04-12-page1.txt: [('-We', 'We')]
TCOG19171201-V04-12-page10.txt: [('-', ''), ('NOTE.-', 'NOTE.'), ('-', '')]
TCOG19171201-V04-12-page12.txt: [('Story-', 'Story')]
TCOG19171201-V04-12-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19171201-V04-12-page14.txt: [('enjoyed-', 'enjoyed'), ('dur-', 'dur'), ('-', ''), ('-', ''), ('-', ''), ('-that', 'that'), ('-Selected.', 'Selected.')]
TCOG19171201-V04-12-page16.txt: [('-', ''), ('-', ''), ('-notIater', 'notIater'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-------', '------')]
TCOG19171201-V04-12-page2.txt: [('-He', 'He')]
TCOG19171201-V04-12-page4.txt: [('-proper', 'proper')]
TCOG19171201-V04-12-page5.txt: [('Study-', 'Study'), ('-', ''), ('-a', 'a'), ('-but', 'but')]
TCOG19171201-V04-12-page6.txt: [('-', ''), ('-', '')]
TCOG19171201-V04-12-page8.txt: [('air-', 'air'), ('-Selected.', 'Selected.'), ('-nothing', 'nothing')]
TCOG19180101-V05-01-page1.txt: [('-', ''), ('-The', 'The'), ('-', ''), ('-church', 'church')]
TCOG19180101-V05-01-page10.txt: [('-', '')]
TCOG19180101-V05-01-page11.txt: [('-', '')]
TCOG19180101-V05-01-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19180101-V05-01-page13.txt: [('-all', 'all')]
TCOG19180101-V05-01-page14.txt: [('-written', 'written'), ('Seventh-', 'Seventh')]
TCOG19180101-V05-01-page15.txt: [('-', '')]
TCOG19180101-V05-01-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19180101-V05-01-page2.txt: [('-', '')]
TCOG19180101-V05-01-page3.txt: [('-as', 'as'), ('-methods', 'methods'), ('-a', 'a'), ('-It', 'It')]
TCOG19180101-V05-01-page5.txt: [('-the', 'the'), ('-tracts', 'tracts'), ('-these', 'these'), ('-', ''), ('-', ''), ('.-', '.')]
TCOG19180101-V05-01-page6.txt: [('-that', 'that')]
TCOG19180101-V05-01-page8.txt: [('-latent', 'latent'), ('-', ''), ('-', ''), ('-', ''), ('reli-', 'reli'), ('-', ''), ('-No', 'No')]
TCOG19180201-V05-02-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19180201-V05-02-page10.txt: [('-', ''), ('-do', 'do')]
TCOG19180201-V05-02-page11.txt: [('-confessed', 'confessed')]
TCOG19180201-V05-02-page12.txt: [('work.-', 'work.'), ('mat-', 'mat')]
TCOG19180201-V05-02-page13.txt: [('heav-', 'heav'), ('-', ''), ('-shall', 'shall'), ('-', '')]
TCOG19180201-V05-02-page14.txt: [('-', ''), ('pre-', 'pre')]
TCOG19180201-V05-02-page15.txt: [('-', '')]
TCOG19180201-V05-02-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sher-', 'Sher'), ('-gular', 'gular')]
TCOG19180201-V05-02-page2.txt: [('-', '')]
TCOG19180201-V05-02-page3.txt: [('sub-', 'sub')]
TCOG19180201-V05-02-page5.txt: [('Study-', 'Study')]
TCOG19180201-V05-02-page7.txt: [('-', '')]
TCOG19180201-V05-02-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('elsewhere-', 'elsewhere')]
TCOG19180301-V05-03-page1.txt: [('testimony.-', 'testimony.'), ('the-', 'the'), ('prob-', 'prob'), ('intern-', 'intern'), ('-gent', 'gent'), ('-thought', 'thought')]
TCOG19180301-V05-03-page10.txt: [('Ben-', 'Ben')]
TCOG19180301-V05-03-page11.txt: [('-', ''), ('-', '')]
TCOG19180301-V05-03-page12.txt: [('fel-', 'fel')]
TCOG19180301-V05-03-page13.txt: [('--', '-'), ('-', '')]
TCOG19180301-V05-03-page15.txt: [('-', '')]
TCOG19180301-V05-03-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19180301-V05-03-page3.txt: [('-', ''), ('-Our', 'Our')]
TCOG19180301-V05-03-page4.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19180301-V05-03-page5.txt: [('be-', 'be'), ('souls."-', 'souls."')]
TCOG19180301-V05-03-page6.txt: [('pro-', 'pro')]
TCOG19180301-V05-03-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('joy.-', 'joy.'), ('-', '')]
TCOG19180401-V05-04-page1.txt: [('-Only', 'Only'), ('-restored', 'restored'), ('-also', 'also'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19180401-V05-04-page10.txt: [('porce-', 'porce'), ('re-', 're')]
TCOG19180401-V05-04-page11.txt: [('con-', 'con'), ('-', ''), ('-', '')]
TCOG19180401-V05-04-page12.txt: [('impreg-', 'impreg')]
TCOG19180401-V05-04-page13.txt: [('Aunt-', 'Aunt')]
TCOG19180401-V05-04-page14.txt: [('-', ''), ('-in', 'in'), ('-', ''), ('discoursg-', 'discoursg')]
TCOG19180401-V05-04-page15.txt: [('-to', 'to')]
TCOG19180401-V05-04-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19180401-V05-04-page2.txt: [('-their', 'their')]
TCOG19180401-V05-04-page3.txt: [('-Through', 'Through'), ('-', ''), ('-', ''), ('-', ''), ('-Diem', 'Diem'), ('-a', 'a'), ('-nply', 'nply')]
TCOG19180401-V05-04-page5.txt: [('-', ''), ('-', '')]
TCOG19180401-V05-04-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-five', 'five')]
TCOG19180401-V05-04-page8.txt: [('movement-', 'movement')]
TCOG19180401-V05-04-page9.txt: [('-', ''), ('-', '')]
TCOG19180501-V05-05-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a'), ('--"', '-"'), ('-', ''), ('-', ''), ('-"Testimonies', '"Testimonies'), ('-the', 'the'), ('-', '')]
TCOG19180501-V05-05-page10.txt: [('-', ''), ('-', '')]
TCOG19180501-V05-05-page11.txt: [('-', ''), ('her-', 'her')]
TCOG19180501-V05-05-page13.txt: [('West-', 'West')]
TCOG19180501-V05-05-page14.txt: [('Know"-', 'Know"')]
TCOG19180501-V05-05-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19180501-V05-05-page3.txt: [('darkness."-', 'darkness."'), ('"-', '"')]
TCOG19180501-V05-05-page4.txt: [('-', ''), ('-"The', '"The'), ('you."-', 'you."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"')]
TCOG19180501-V05-05-page5.txt: [('ef-', 'ef')]
TCOG19180501-V05-05-page6.txt: [('per-', 'per')]
TCOG19180601-V05-06-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('"-', '"')]
TCOG19180601-V05-06-page10.txt: [('-', '')]
TCOG19180601-V05-06-page12.txt: [('-among', 'among')]
TCOG19180601-V05-06-page13.txt: [('Ad-', 'Ad')]
TCOG19180601-V05-06-page15.txt: [('-', ''), ('-a', 'a')]
TCOG19180601-V05-06-page16.txt: [('Not---', 'Not--'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19180601-V05-06-page3.txt: [('-to', 'to'), ('-', ''), ('-"The', '"The'), ('-', ''), ('character."-', 'character."'), ('enjoyment."-', 'enjoyment."'), ('others."-', 'others."')]
TCOG19180601-V05-06-page4.txt: [('-', '')]
TCOG19180601-V05-06-page5.txt: [('consider-', 'consider')]
TCOG19180601-V05-06-page6.txt: [('-E.', 'E.'), ('Be-', 'Be')]
TCOG19180601-V05-06-page7.txt: [('-', '')]
TCOG19180701-V05-07-page1.txt: [('-grant.', 'grant.'), ('Otfi-', 'Otfi'), ('-undershepherds', 'undershepherds'), ('-love', 'love'), ('-pasture', 'pasture'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Our', 'Our'), ('-', ''), ('-John', 'John')]
TCOG19180701-V05-07-page10.txt: [('any-', 'any')]
TCOG19180701-V05-07-page11.txt: [('-', '')]
TCOG19180701-V05-07-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19180701-V05-07-page13.txt: [('-It', 'It'), ('-in', 'in')]
TCOG19180701-V05-07-page14.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19180701-V05-07-page15.txt: [('-it', 'it')]
TCOG19180701-V05-07-page16.txt: [('-of', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and')]
TCOG19180701-V05-07-page2.txt: [('-', ''), ('-Are', 'Are'), ('-us', 'us')]
TCOG19180701-V05-07-page3.txt: [('Camp-', 'Camp'), ('ad-', 'ad'), ('-', ''), ('-', ''), ('-', ''), ('-VI', 'VI'), ('-', '')]
TCOG19180701-V05-07-page4.txt: [('-from', 'from')]
TCOG19180701-V05-07-page6.txt: [('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('be--', 'be-')]
TCOG19180701-V05-07-page7.txt: [('-', ''), ('pellagra.-', 'pellagra.')]
TCOG19180701-V05-07-page8.txt: [('approach-', 'approach'), ('-This', 'This')]
TCOG19180701-V05-07-page9.txt: [('-east', 'east'), ('ring-', 'ring'), ('-', '')]
TCOG19180801-V05-08-page1.txt: [('Soul-', 'Soul'), ('-', ''), ('-shall', 'shall'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19180801-V05-08-page10.txt: [('poi--', 'poi-')]
TCOG19180801-V05-08-page11.txt: [('frost-', 'frost')]
TCOG19180801-V05-08-page13.txt: [('-', '')]
TCOG19180801-V05-08-page14.txt: [('-no', 'no'), ('-', ''), ('-A', 'A'), ('-"', '"')]
TCOG19180801-V05-08-page2.txt: [('-', ''), ('appreci-', 'appreci'), ('-', ''), ('-request', 'request'), ('-', ''), ('Presi-', 'Presi'), ('informa-', 'informa')]
TCOG19180801-V05-08-page3.txt: [('-', ''), ('-', '')]
TCOG19180801-V05-08-page5.txt: [('-', '')]
TCOG19180801-V05-08-page6.txt: [('-to', 'to'), ('-', '')]
TCOG19180801-V05-08-page7.txt: [('-with', 'with')]
TCOG19180801-V05-08-page8.txt: [('-Seventh-day', 'Seventh-day')]
TCOG19180801-V05-08-page9.txt: [('-', ''), ('-', ''), ('-they', 'they'), ('-to', 'to')]
TCOG19180901-V05-09-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19180901-V05-09-page10.txt: [('-started', 'started')]
TCOG19180901-V05-09-page12.txt: [('re-', 're'), ('Selected-', 'Selected')]
TCOG19180901-V05-09-page13.txt: [('-', ''), ('-', '')]
TCOG19180901-V05-09-page14.txt: [('-', ''), ('Sep-', 'Sep'), ('-', ''), ('the-', 'the'), ('-', '')]
TCOG19180901-V05-09-page15.txt: [('-', '')]
TCOG19180901-V05-09-page16.txt: [('-', ''), ('-in', 'in'), ('-', ''), ('-Missionary', 'Missionary')]
TCOG19180901-V05-09-page2.txt: [('-', ''), ('-', ''), ('-"Ancient', '"Ancient'), ('augmenta-', 'augmenta'), ('All-', 'All'), ('-', ''), ('-', '')]
TCOG19180901-V05-09-page3.txt: [('-', ''), ('-', ''), ('treasure-', 'treasure'), ('-', ''), ('-', ''), ('-', ''), ('en--', 'en-')]
TCOG19180901-V05-09-page4.txt: [('-and', 'and'), ('-this', 'this'), ('-many', 'many')]
TCOG19180901-V05-09-page6.txt: [('-to', 'to')]
TCOG19180901-V05-09-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"', '"')]
TCOG19180901-V05-09-page8.txt: [('-', ''), ('-', '')]
TCOG19180901-V05-09-page9.txt: [('-eager', 'eager'), ('and-', 'and'), ('-', '')]
TCOG19181001-V05-10-page1.txt: [('-', ''), ('die."-', 'die."'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-God', 'God'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19181001-V05-10-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19181001-V05-10-page13.txt: [('con-', 'con'), ('-', ''), ('-', ''), ('conde-', 'conde')]
TCOG19181001-V05-10-page14.txt: [('-', '')]
TCOG19181001-V05-10-page16.txt: [('--"', '-"')]
TCOG19181001-V05-10-page4.txt: [('-former', 'former'), ('-', ''), ('-', ''), ('-', '')]
TCOG19181001-V05-10-page6.txt: [('-', ''), ('-', '')]
TCOG19181001-V05-10-page7.txt: [('-', ''), ('-', '')]
TCOG19181001-V05-10-page8.txt: [('-', '')]
TCOG19181001-V05-10-page9.txt: [('sol-', 'sol')]
TCOG19181101-V05-11-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-communicated', 'communicated'), ('-change', 'change'), ('-remove', 'remove')]
TCOG19181101-V05-11-page10.txt: [('-', ''), ('-feel', 'feel'), ('pleasure.-', 'pleasure.')]
TCOG19181101-V05-11-page11.txt: [('-Helpful', 'Helpful'), ('and-', 'and')]
TCOG19181101-V05-11-page13.txt: [('defini-', 'defini'), ('-Oda', 'Oda'), ('-', ''), ('-all', 'all')]
TCOG19181101-V05-11-page14.txt: [('for-', 'for')]
TCOG19181101-V05-11-page16.txt: [('horse-', 'horse'), ('-', ''), ('.-', '.')]
TCOG19181101-V05-11-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19181101-V05-11-page3.txt: [('sub--', 'sub-'), ('con--', 'con-'), ('deny--', 'deny-'), ('inhabit--', 'inhabit-'), ('-', ''), ('Seventh--', 'Seventh-'), ('In-the-', 'In-the')]
TCOG19181101-V05-11-page4.txt: [('-seven', 'seven'), ('-we', 'we'), ('-', ''), ('-effort', 'effort'), ('-shall', 'shall'), ('come-', 'come'), ('pub-', 'pub'), ('follow-', 'follow')]
TCOG19181101-V05-11-page5.txt: [('-', ''), ('-', ''), ('be--', 'be-'), ('house--', 'house-'), ('-', '')]
TCOG19181101-V05-11-page6.txt: [('-given', 'given'), ('-copies', 'copies'), ('-items', 'items'), ('-nothing', 'nothing'), ('con-', 'con'), ('-', ''), ('--', '-'), ('-Plans', 'Plans'), ('sam-', 'sam')]
TCOG19181101-V05-11-page7.txt: [('-of', 'of'), ('-exceed', 'exceed'), ('-evident', 'evident'), ('-those', 'those'), ('-who', 'who'), ('-or', 'or')]
TCOG19181101-V05-11-page8.txt: [('Naza-', 'Naza'), ('evi-', 'evi'), ('-', ''), ('-of', 'of')]
TCOG19181201-V05-12-page1.txt: [('-', ''), ('care-', 'care'), ('-', ''), ('-', ''), ('-', ''), ('-difficulties', 'difficulties'), ('-', '')]
TCOG19181201-V05-12-page10.txt: [('-', ''), ('-work', 'work'), ("tam-o'-", "tam-o'"), ('--', '-'), ('-week', 'week')]
TCOG19181201-V05-12-page13.txt: [('-', ''), ('-on', 'on'), ('-the', 'the')]
TCOG19181201-V05-12-page14.txt: [('under-', 'under'), ('-stand', 'stand'), ('-was', 'was')]
TCOG19181201-V05-12-page15.txt: [('-never', 'never'), ('--', '-'), ('-', '')]
TCOG19181201-V05-12-page3.txt: [('-appeal', 'appeal')]
TCOG19181201-V05-12-page4.txt: [('-', ''), ('life.--', 'life.-')]
TCOG19181201-V05-12-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-If', 'If')]
TCOG19181201-V05-12-page6.txt: [('-', ''), ('souls."-', 'souls."'), ('-', ''), ('-servant', 'servant')]
TCOG19181201-V05-12-page7.txt: [('-of', 'of'), ('-them', 'them')]
TCOG19181201-V05-12-page8.txt: [('appoint-', 'appoint'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the')]
TCOG19181201-V05-12-page9.txt: [('mach.--', 'mach.-')]
TCOG19190101-V06-01-page1.txt: [('-', ''), ('sec-', 'sec'), ('-', ''), ('hid-', 'hid')]
TCOG19190101-V06-01-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('help-', 'help'), ("'serious-", "'serious"), ('-', ''), ('-the', 'the'), ('The-', 'The'), ('.--', '.-'), ('yob.--', 'yob.-'), ('-as', 'as'), ('-a', 'a'), ('-band', 'band'), ('-of', 'of'), ('Prayers.-', 'Prayers.'), ('-', ''), ('-', ''), ('Isaiah-', 'Isaiah'), ('con-', 'con'), ("-missionary's", "missionary's"), ('-to', 'to'), ('spontatie-', 'spontatie'), ('-', ''), ('oninterest-', 'oninterest'), ('-', ''), ('-', ''), ('Response.-', 'Response.')]
TCOG19190101-V06-01-page11.txt: [('-', ''), ('Nil-', 'Nil'), ('-nobody', 'nobody'), ('-', ''), ('-', ''), ('par-', 'par'), ('-', '')]
TCOG19190101-V06-01-page12.txt: [('-', ''), ("-who'", "who'"), ('-', ''), ('-father', 'father'), ('sor-', 'sor'), ('-', ''), ('-', ''), ('Morth-', 'Morth'), ('-January', 'January'), ('-band', 'band')]
TCOG19190101-V06-01-page13.txt: [('ftt--', 'ftt-'), ('-Go', 'Go'), ('-in', 'in'), ('-and', 'and'), ('-earth', 'earth'), ('-', ''), ('-sin', 'sin'), ('sin.-', 'sin.'), ('-him', 'him'), ('-his', 'his'), ('har-', 'har'), ('en-', 'en'), ('-', ''), ('-time', 'time'), ('-Through', 'Through')]
TCOG19190101-V06-01-page14.txt: [('Water.-', 'Water.'), ('t-', 't'), ('One-', 'One'), ('-This', 'This'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-Sensor', 'Sensor'), ('-', ''), ('hab-', 'hab'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Will-', 'Will'), ('-me', 'me'), ('kr-', 'kr'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('coin-', 'coin'), ('-', ''), ('-', ''), ('-', ''), ('Services-', 'Services'), ('-', ''), ('-', ''), ('In-', 'In'), ('-', ''), ('Sung-', 'Sung'), ('mis-', 'mis'), ('-sionary', 'sionary'), ('sprang-', 'sprang'), ("drowning'-", "drowning'")]
TCOG19190101-V06-01-page15.txt: [('-', ''), ("-'s", "'s"), ('-', ''), ('-', ''), ('-', ''), ('-We', 'We'), ('main-', 'main'), ('-', ''), ('-', '')]
TCOG19190101-V06-01-page16.txt: [('stir-', 'stir'), ('-For', 'For'), ('the-', 'the'), ('-', ''), ('-', ''), ('TOr-', 'TOr'), ('Gor-', 'Gor')]
TCOG19190101-V06-01-page2.txt: [('-', ''), ('-', ''), ('-polite', 'polite'), ('-pipe', 'pipe')]
TCOG19190101-V06-01-page3.txt: [('-But', 'But'), ('-angels', 'angels'), ('-wen', 'wen'), ('-', ''), ('-.coal', '.coal'), ("'great-", "'great"), ('-and', 'and'), ('organ-', 'organ'), ('-', ''), ('-', ''), ('-', ''), ('a-teati-', 'a-teati'), ('-', ''), ('-', ''), ('-', ''), ('Verses-', 'Verses'), ('-', ''), ('.-', '.'), ('-Verse', 'Verse'), ('-', ''), ('-', ''), ('-wars.', 'wars.'), ('-has', 'has'), ('-proclaimed', 'proclaimed'), ('-', ''), ('-smoke', 'smoke'), ('con-', 'con'), ('assort-', 'assort'), ('January-', 'January'), ('-', '')]
TCOG19190101-V06-01-page4.txt: [('-Pass', 'Pass'), ('-These', 'These'), ('-', ''), ('-', ''), ('-God', 'God'), ('to-', 'to'), ('-it', 'it'), ('-giver', 'giver'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('error.-', 'error.'), ('-by', 'by'), ('-', ''), ('-', ''), ('-It', 'It'), ('--', '-'), ('-', ''), ('-', ''), ('-efforts', 'efforts'), ('-Society', 'Society'), ('-the', 'the'), ('thiCtime-', 'thiCtime'), ('-need', 'need'), ('-work', 'work'), ('tees-', 'tees'), ('-give', 'give'), ('-', ''), ('--divine', '-divine'), ('-', ''), ('-', ''), ('-theoretical', 'theoretical'), ('-prevailing', 'prevailing'), ('-to', 'to'), ("-camterwotk'", "camterwotk'"), ('-now', 'now'), ('eon-', 'eon'), ('-', ''), ('-under', 'under'), ('your-', 'your'), ('-and', 'and'), ('-those', 'those'), ('-Christ', 'Christ'), ("the'-", "the'"), ('-before', 'before')]
TCOG19190101-V06-01-page5.txt: [('-master', 'master'), ('-', ''), ('ac-', 'ac'), ('spir-', 'spir'), ('car-', 'car'), ('-', ''), ('-', ''), ('-', ''), ('be-', 'be'), ('end-', 'end'), ('-in', 'in'), ('-', ''), ('--Note', '-Note'), ('-this', 'this'), ('one-', 'one')]
TCOG19190101-V06-01-page6.txt: [('house-to-', 'house-to'), ('cer-', 'cer'), ('-', ''), ('-which', 'which'), ('ac-', 'ac'), ('-quaintance', 'quaintance'), ('--', '-'), ('work.-', 'work.'), ('--those', '-those'), ('dis-', 'dis'), ('-received.', 'received.'), ('--Some', '-Some'), ('-the', 'the')]
TCOG19190101-V06-01-page7.txt: [('non-', 'non'), ('-religioulseconvictions.', 'religioulseconvictions.'), ('Old-', 'Old'), ('-', ''), ('-indifference', 'indifference'), ('-', ''), ('At-', 'At'), ('-again', 'again'), ('-ones.', 'ones.')]
TCOG19190101-V06-01-page8.txt: [('the-', 'the'), ('al-', 'al'), ('Can--', 'Can-'), ('the-', 'the'), ('the-', 'the'), ('-', ''), ('-to', 'to'), ('-', ''), ('-are', 'are'), ('Make-', 'Make'), ('-', ''), ('-', ''), ('-', '')]
TCOG19190101-V06-01-page9.txt: [('-', ''), ('accom-', 'accom'), ('-', ''), ('-"beyond', '"beyond'), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('-', ''), ('tak-', 'tak'), ('-a', 'a'), ('Mem-', 'Mem'), ('-', ''), ('-inactive', 'inactive'), ('love-', 'love'), ('persisted-', 'persisted')]
TCOG19190201-V06-02-page1.txt: [('-', ''), ('-', ''), ('-wrong.', 'wrong.')]
TCOG19190201-V06-02-page10.txt: [('-', '')]
TCOG19190201-V06-02-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('"-', '"'), ('Exercises.-', 'Exercises.'), ('Service.-', 'Service.'), ('-', ''), ('-', '')]
TCOG19190201-V06-02-page13.txt: [('-', ''), ('-', ''), ('up-', 'up'), ('-', ''), ('-willing', 'willing')]
TCOG19190201-V06-02-page14.txt: [('Three-', 'Three'), ('-', ''), ('-', ''), ('-', '')]
TCOG19190201-V06-02-page15.txt: [('-"', '"'), ('-as', 'as')]
TCOG19190201-V06-02-page16.txt: [('-', '')]
TCOG19190201-V06-02-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-by', 'by')]
TCOG19190201-V06-02-page3.txt: [('-', '')]
TCOG19190201-V06-02-page4.txt: [('-when', 'when'), ('-', ''), ('Mir-', 'Mir'), ('-', '')]
TCOG19190201-V06-02-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19190201-V06-02-page6.txt: [('-', '')]
TCOG19190201-V06-02-page9.txt: [('-Of', 'Of'), ('any-', 'any'), ('Call-', 'Call')]
TCOG19190301-V06-03-page1.txt: [('ibid.-', 'ibid.'), ('-', '')]
TCOG19190301-V06-03-page11.txt: [('-.', '.'), ('-', ''), ('-', ''), ('Aim.-', 'Aim.'), ('Service.-', 'Service.'), ('Prayer.-', 'Prayer.'), ('Lesson.-', 'Lesson.'), ('Missions.-', 'Missions.'), ('America."-', 'America."'), ('Box.-', 'Box.'), ('Reading.-', 'Reading.'), ('-', ''), ('-', ''), ('prayer.-', 'prayer.'), ('Man."-', 'Man."'), ('Fire.-', 'Fire.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-T', 'T')]
TCOG19190301-V06-03-page12.txt: [('Ter-', 'Ter'), ('rats-', 'rats')]
TCOG19190301-V06-03-page13.txt: [('-seeker', 'seeker')]
TCOG19190301-V06-03-page14.txt: [('-', ''), ('-', '')]
TCOG19190301-V06-03-page15.txt: [('-to', 'to'), ('it.-', 'it.'), ('loosen.--', 'loosen.-'), ('-', '')]
TCOG19190301-V06-03-page16.txt: [('-keep', 'keep')]
TCOG19190301-V06-03-page2.txt: [('-', ''), ('-Within', 'Within')]
TCOG19190301-V06-03-page3.txt: [('-', ''), ('-Ibid.', 'Ibid.'), ('-"My', '"My'), ('peace."-', 'peace."'), ('-', ''), ('astrous."-', 'astrous."'), ('-', '')]
TCOG19190301-V06-03-page4.txt: [('de-', 'de'), ('-fulness', 'fulness'), ('-meet', 'meet'), ('-', '')]
TCOG19190301-V06-03-page5.txt: [('-', ''), ('ravage-', 'ravage'), ('-', '')]
TCOG19190301-V06-03-page6.txt: [('-She', 'She'), ('-we', 'we')]
TCOG19190301-V06-03-page7.txt: [('en-', 'en'), ('-deavor.', 'deavor.'), ('-criticized', 'criticized'), ('-used', 'used'), ('-el', 'el'), ('-t', 't')]
TCOG19190301-V06-03-page8.txt: [('-', ''), ('-', ''), ('wa-', 'wa'), ('-', ''), ('-er', 'er')]
TCOG19190301-V06-03-page9.txt: [('-', '')]
TCOG19190401-V06-04-page1.txt: [('wis-', 'wis'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19190401-V06-04-page10.txt: [('-by', 'by')]
TCOG19190401-V06-04-page11.txt: [('-', ''), ('-', ''), ('be-', 'be'), ('-', '')]
TCOG19190401-V06-04-page12.txt: [('-', ''), ('See-', 'See'), ('-', '')]
TCOG19190401-V06-04-page13.txt: [('-not', 'not'), ('Mendelssohn-', 'Mendelssohn')]
TCOG19190401-V06-04-page14.txt: [('-way', 'way'), ('R-', 'R')]
TCOG19190401-V06-04-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('lo-', 'lo')]
TCOG19190401-V06-04-page2.txt: [('-', ''), ('-And', 'And'), ('-', '')]
TCOG19190401-V06-04-page3.txt: [('-', '')]
TCOG19190401-V06-04-page4.txt: [('him-', 'him'), ('-', ''), ('-we', 'we')]
TCOG19190401-V06-04-page5.txt: [('-', ''), ('-', '')]
TCOG19190401-V06-04-page6.txt: [('-', ''), ('development"-', 'development"'), ('thoughts."-', 'thoughts."'), ('-', ''), ('Answer.-', 'Answer.'), ('-', ''), ('message."--', 'message."-'), ('-', ''), ('-', ''), ('vessels."-', 'vessels."'), ('-', ''), ('truth."-', 'truth."'), ('wanting."-', 'wanting."'), ('us."-', 'us."'), ('twenty."-', 'twenty."')]
TCOG19190401-V06-04-page7.txt: [('-der', 'der'), ('-of', 'of'), ('-crisis', 'crisis'), ('-our', 'our'), ('-p.', 'p.'), ('-', '')]
TCOG19190401-V06-04-page9.txt: [('-gather', 'gather')]
TCOG19190501-V06-05-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-J', 'J')]
TCOG19190501-V06-05-page11.txt: [('-', ''), ('-', '')]
TCOG19190501-V06-05-page12.txt: [('-sad', 'sad'), ('-', ''), ('-', '')]
TCOG19190501-V06-05-page13.txt: [('-Talk', 'Talk')]
TCOG19190501-V06-05-page15.txt: [('presi-', 'presi'), ('-', ''), ('-', '')]
TCOG19190501-V06-05-page16.txt: [('-which', 'which'), ('-was', 'was')]
TCOG19190501-V06-05-page3.txt: [('-a', 'a')]
TCOG19190501-V06-05-page5.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19190501-V06-05-page6.txt: [('-', ''), ('-', ''), ('-little', 'little'), ('-', '')]
TCOG19190501-V06-05-page7.txt: [('--', '-'), ('-', '')]
TCOG19190501-V06-05-page8.txt: [('Oommand-', 'Oommand'), ('con-', 'con'), ('-', ''), ('-', '')]
TCOG19190601-V06-06-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19190601-V06-06-page10.txt: [('-', ''), ('-could', 'could')]
TCOG19190601-V06-06-page11.txt: [('-Morning', 'Morning'), ('-', '')]
TCOG19190601-V06-06-page12.txt: [('-', ''), ('-', '')]
TCOG19190601-V06-06-page13.txt: [('-to', 'to'), ('things."--', 'things."-')]
TCOG19190601-V06-06-page14.txt: [('corn-', 'corn')]
TCOG19190601-V06-06-page15.txt: [('-have', 'have')]
TCOG19190601-V06-06-page2.txt: [('-with', 'with')]
TCOG19190601-V06-06-page4.txt: [('-must', 'must')]
TCOG19190601-V06-06-page5.txt: [('-effort', 'effort'), ('-', '')]
TCOG19190601-V06-06-page7.txt: [('-', ''), ('-including', 'including'), ('-dawns', 'dawns')]
TCOG19190601-V06-06-page8.txt: [('-', ''), ('-', ''), ('-oft', 'oft'), ('--', '-')]
TCOG19190601-V06-06-page9.txt: [('vim-', 'vim'), ('-', '')]
TCOG19190701-V06-07-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19190701-V06-07-page12.txt: [('-', ''), ('-', '')]
TCOG19190701-V06-07-page13.txt: [('secret.-', 'secret.')]
TCOG19190701-V06-07-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19190701-V06-07-page15.txt: [('---', '--'), ('-rule', 'rule'), ('-', ''), ('ref-', 'ref')]
TCOG19190701-V06-07-page16.txt: [('-', '')]
TCOG19190701-V06-07-page3.txt: [('-', ''), ('-', ''), ('increase."--', 'increase."-'), ('-', ''), ('mis-', 'mis')]
TCOG19190701-V06-07-page4.txt: [('-Vol.', 'Vol.')]
TCOG19190701-V06-07-page5.txt: [('ques-', 'ques')]
TCOG19190701-V06-07-page7.txt: [('SUG-', 'SUG')]
TCOG19190701-V06-07-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('patriotism.-', 'patriotism.')]
TCOG19190701-V06-07-page9.txt: [('-', '')]
TCOG19190801-V06-08-page1.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19190801-V06-08-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19190801-V06-08-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('il-', 'il')]
TCOG19190801-V06-08-page14.txt: [('-was', 'was'), ('-', '')]
TCOG19190801-V06-08-page15.txt: [('-', '')]
TCOG19190801-V06-08-page2.txt: [('-', ''), ('-', '')]
TCOG19190801-V06-08-page3.txt: [('-', '')]
TCOG19190801-V06-08-page4.txt: [('-', '')]
TCOG19190801-V06-08-page5.txt: [('-', '')]
TCOG19190801-V06-08-page6.txt: [('-', ''), ('-will', 'will'), ('-', '')]
TCOG19190801-V06-08-page7.txt: [('resto-', 'resto')]
TCOG19190801-V06-08-page8.txt: [('-', '')]
TCOG19190901-V06-09-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19190901-V06-09-page10.txt: [('-', ''), ('-convictions', 'convictions'), ('-will', 'will')]
TCOG19190901-V06-09-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-repeat', 'repeat'), ('-', '')]
TCOG19190901-V06-09-page12.txt: [('-is', 'is'), ('-we', 'we'), ('-in', 'in')]
TCOG19190901-V06-09-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19190901-V06-09-page14.txt: [('prayer.-', 'prayer.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19190901-V06-09-page15.txt: [('-', ''), ('...-', '...'), ('--send', '-send')]
TCOG19190901-V06-09-page16.txt: [('-', '')]
TCOG19190901-V06-09-page2.txt: [('-', ''), ('-her', 'her'), ('-', ''), ('-', '')]
TCOG19190901-V06-09-page3.txt: [('the-', 'the')]
TCOG19190901-V06-09-page5.txt: [('-', '')]
TCOG19190901-V06-09-page6.txt: [('-', ''), ('pre-', 'pre'), ('-within', 'within'), ('-', ''), ('-', '')]
TCOG19190901-V06-09-page7.txt: [('-g', 'g')]
TCOG19190901-V06-09-page8.txt: [('Time.-', 'Time.'), ('-', ''), ('-to', 'to'), ('-day', 'day'), ('dress-', 'dress')]
TCOG19190901-V06-09-page9.txt: [('-Vol.', 'Vol.')]
TCOG19191001-V06-10-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19191001-V06-10-page10.txt: [('-', ''), ('-', ''), ('peo-', 'peo'), ('-', ''), ('promis-', 'promis')]
TCOG19191001-V06-10-page11.txt: [('Cape-to-', 'Cape-to'), ('-', ''), ('-who', 'who'), ('-William', 'William'), ('-', '')]
TCOG19191001-V06-10-page12.txt: [('-', ''), ('-what', 'what'), ('-', ''), ('deal-', 'deal'), ('tn-', 'tn')]
TCOG19191001-V06-10-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19191001-V06-10-page15.txt: [('-', ''), ('-', '')]
TCOG19191001-V06-10-page16.txt: [('-', '')]
TCOG19191001-V06-10-page2.txt: [('-', ''), ('-', '')]
TCOG19191001-V06-10-page3.txt: [('-', ''), ('-', ''), ('sci-', 'sci')]
TCOG19191001-V06-10-page4.txt: [('Papers.--', 'Papers.-'), ('lot-', 'lot'), ('-with', 'with')]
TCOG19191001-V06-10-page5.txt: [('-', ''), ('-the', 'the'), ('person-', 'person')]
TCOG19191001-V06-10-page6.txt: [('-who', 'who')]
TCOG19191001-V06-10-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('names-', 'names'), ("-that's", "that's"), ('-Mrs.', 'Mrs.')]
TCOG19191001-V06-10-page9.txt: [('-strength', 'strength'), ('-', '')]
TCOG19191101-V06-11-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19191101-V06-11-page10.txt: [('-want', 'want')]
TCOG19191101-V06-11-page13.txt: [('-', ''), ('-A', 'A')]
TCOG19191101-V06-11-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-as', 'as')]
TCOG19191101-V06-11-page4.txt: [('-One', 'One'), ('-went', 'went'), ('-were', 'were')]
TCOG19191101-V06-11-page5.txt: [('you.--', 'you.-')]
TCOG19191101-V06-11-page6.txt: [('ac-', 'ac')]
TCOG19191101-V06-11-page8.txt: [('-', ''), ('-', '')]
TCOG19191101-V06-11-page9.txt: [('-', ''), ('-continue', 'continue')]
TCOG19191201-V06-12-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('trees-', 'trees'), ('-', ''), ('-', ''), ('-', '')]
TCOG19191201-V06-12-page10.txt: [('-', '')]
TCOG19191201-V06-12-page11.txt: [('-daughter', 'daughter'), ('-working', 'working')]
TCOG19191201-V06-12-page12.txt: [('-', ''), ('In-', 'In'), ('impor-', 'impor')]
TCOG19191201-V06-12-page14.txt: [('-', ''), ('-', '')]
TCOG19191201-V06-12-page15.txt: [('-form', 'form')]
TCOG19191201-V06-12-page16.txt: [('-and', 'and'), ('-should', 'should'), ('Open.-', 'Open.')]
TCOG19191201-V06-12-page2.txt: [('-', '')]
TCOG19191201-V06-12-page4.txt: [('-', '')]
TCOG19191201-V06-12-page6.txt: [('-of', 'of'), ('-obtained', 'obtained')]
TCOG19191201-V06-12-page7.txt: [('saY-', 'saY'), ('-are', 'are'), ('-', '')]
TCOG19191201-V06-12-page8.txt: [('-', ''), ('-cheerfully', 'cheerfully'), ('-', ''), ('for-', 'for')]
TCOG19191201-V06-12-page9.txt: [('-', '')]
TCOG19200101-V07-01-page1.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19200101-V07-01-page10.txt: [('-willing', 'willing')]
TCOG19200101-V07-01-page11.txt: [('-', '')]
TCOG19200101-V07-01-page12.txt: [('-Without', 'Without'), ('-than', 'than'), ('-', ''), ('-', '')]
TCOG19200101-V07-01-page13.txt: [('-', ''), ('-', '')]
TCOG19200101-V07-01-page14.txt: [('-', ''), ('glory.-', 'glory.'), ('-', ''), ('friends.-', 'friends.'), ('-', ''), ('-', ''), ('.--', '.-'), ('-', ''), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('-silver', 'silver'), ('-', '')]
TCOG19200101-V07-01-page15.txt: [('-take', 'take')]
TCOG19200101-V07-01-page2.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-.', '.')]
TCOG19200101-V07-01-page3.txt: [('MIS-', 'MIS'), ('-', '')]
TCOG19200101-V07-01-page4.txt: [('-be', 'be'), ('-', '')]
TCOG19200101-V07-01-page5.txt: [('-', ''), ('soul-saving."--', 'soul-saving."-'), ('-', '')]
TCOG19200101-V07-01-page6.txt: [('-', '')]
TCOG19200101-V07-01-page7.txt: [('-gives', 'gives'), ('-and', 'and'), ('con-', 'con'), ('con-', 'con'), ('-', '')]
TCOG19200101-V07-01-page8.txt: [('-', '')]
TCOG19200201-V07-02-page1.txt: [('a-', 'a'), ('-', ''), ('-', ''), ('-', '')]
TCOG19200201-V07-02-page10.txt: [('back-', 'back'), ('-personal', 'personal'), ('Note.-', 'Note.'), ('-his', 'his'), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('prec-', 'prec'), ('Nora.-', 'Nora.')]
TCOG19200201-V07-02-page11.txt: [('--', '-'), ('-and', 'and'), ('-them', 'them')]
TCOG19200201-V07-02-page12.txt: [('-"', '"'), ('-', ''), ('-', ''), ('Note.-', 'Note.'), ('Note.-', 'Note.'), ('be--', 'be-'), ('-words', 'words'), ('-', ''), ('we--', 'we-')]
TCOG19200201-V07-02-page13.txt: [('-', ''), ('hun-', 'hun')]
TCOG19200201-V07-02-page15.txt: [('-of', 'of')]
TCOG19200201-V07-02-page2.txt: [('-i', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Cr-', 'Cr'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('dered-', 'dered'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Cr', 'Cr'), ('-', ''), ('-.r.', '.r.'), ('-', ''), ('-', ''), ('-vitt', 'vitt')]
TCOG19200201-V07-02-page4.txt: [('pre-', 'pre'), ('-we', 'we'), ('-', '')]
TCOG19200201-V07-02-page5.txt: [('-Watchman', 'Watchman'), ('Wash-', 'Wash')]
TCOG19200201-V07-02-page8.txt: [('-', ''), ('-', '')]
TCOG19200301-V07-03-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('service.-', 'service.'), ('-', '')]
TCOG19200301-V07-03-page11.txt: [('-concerning', 'concerning'), ('-comes', 'comes'), ('-we', 'we'), ("OFFICERS'-", "OFFICERS'")]
TCOG19200301-V07-03-page13.txt: [('--which', '-which'), ('-', ''), ('-', ''), ('-', '')]
TCOG19200301-V07-03-page14.txt: [('-with', 'with'), ('pocket-', 'pocket')]
TCOG19200301-V07-03-page16.txt: [('-', ''), ('field.-', 'field.'), ('-onsecrated', 'onsecrated')]
TCOG19200301-V07-03-page2.txt: [('the-', 'the'), ('-', '')]
TCOG19200301-V07-03-page3.txt: [('in-', 'in'), ('-', ''), ('n-', 'n'), ('-', '')]
TCOG19200301-V07-03-page4.txt: [('workers."--', 'workers."-')]
TCOG19200301-V07-03-page5.txt: [('-', '')]
TCOG19200301-V07-03-page6.txt: [('of-', 'of')]
TCOG19200301-V07-03-page7.txt: [('-or', 'or'), ('Ill-', 'Ill')]
TCOG19200301-V07-03-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19200401-V07-04-page1.txt: [('-', ''), ('-witness', 'witness'), ('-', ''), ('--', '-')]
TCOG19200401-V07-04-page11.txt: [('-', ''), ('-', ''), ('ad-', 'ad')]
TCOG19200401-V07-04-page12.txt: [('-I', 'I')]
TCOG19200401-V07-04-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19200401-V07-04-page14.txt: [('-', ''), ('-n', 'n'), ('-ome', 'ome'), ('--ome', '-ome'), ('-n', 'n'), ('-n', 'n'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-eeking', 'eeking'), ('-by', 'by'), ('-', ''), ('meet-', 'meet'), ('-at', 'at'), ('-be', 'be'), ('-with', 'with')]
TCOG19200401-V07-04-page15.txt: [('-', ''), ('-fault', 'fault'), ('-', ''), ('--', '-'), ('-', ''), ('-', '')]
TCOG19200401-V07-04-page16.txt: [('corn-', 'corn'), ('literature-', 'literature'), ('-', '')]
TCOG19200401-V07-04-page2.txt: [('-with', 'with'), ('-', ''), ('-The', 'The'), ('-', ''), ('-at', 'at'), ('-chur', 'chur'), ('-that', 'that'), ('-aggressive', 'aggressive')]
TCOG19200401-V07-04-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-I', 'I'), ('-', '')]
TCOG19200401-V07-04-page4.txt: [('-', ''), ('-', '')]
TCOG19200401-V07-04-page5.txt: [('Song-', 'Song')]
TCOG19200401-V07-04-page6.txt: [('-', ''), ('after-', 'after'), ('-farm', 'farm'), ('-carried', 'carried'), ('and-', 'and'), ('-', ''), ('-every', 'every')]
TCOG19200401-V07-04-page7.txt: [('invite-', 'invite'), ('--ton', '-ton')]
TCOG19200401-V07-04-page8.txt: [('-in', 'in')]
TCOG19200401-V07-04-page9.txt: [('--hest', '-hest'), ('-le', 'le'), ('-stay', 'stay'), ('-', '')]
TCOG19200501-V07-05-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19200501-V07-05-page10.txt: [('-', '')]
TCOG19200501-V07-05-page11.txt: [('-', ''), ('back-', 'back'), ('-But', 'But'), ('-they', 'they'), ('-two', 'two'), ('-', ''), ('intro-', 'intro'), ('-version', 'version'), ('-a', 'a')]
TCOG19200501-V07-05-page12.txt: [('-Kings', 'Kings'), ('-', ''), ('inten-', 'inten')]
TCOG19200501-V07-05-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-Base', 'Base'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19200501-V07-05-page15.txt: [('-"', '"'), ('Chris-', 'Chris'), ('-', '')]
TCOG19200501-V07-05-page16.txt: [('fellow-', 'fellow'), ('em-', 'em'), ('-', '')]
TCOG19200501-V07-05-page2.txt: [('-', ''), ('Never-', 'Never'), ('-', ''), ('paying.-', 'paying.')]
TCOG19200501-V07-05-page3.txt: [('-', ''), ('-', '')]
TCOG19200501-V07-05-page4.txt: [('Camp-', 'Camp'), ('-', '')]
TCOG19200501-V07-05-page5.txt: [('-then', 'then'), ('in-', 'in')]
TCOG19200501-V07-05-page6.txt: [('-first', 'first'), ('-', ''), ('-which', 'which'), ('-member', 'member'), ('-wore', 'wore')]
TCOG19200501-V07-05-page7.txt: [('-of', 'of'), ('-came', 'came'), ('-reason', 'reason'), ('cam-', 'cam')]
TCOG19200501-V07-05-page8.txt: [('-loving', 'loving'), ('-', ''), ('-', '')]
TCOG19200601-V07-06-page1.txt: [('--', '-'), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19200601-V07-06-page10.txt: [('-', ''), ('-', '')]
TCOG19200601-V07-06-page11.txt: [('world-', 'world'), ('con-', 'con'), ('-Saviour', 'Saviour'), ('-unwilling', 'unwilling'), ('-of', 'of'), ('-it', 'it'), ('-choir.', 'choir.'), ('dis-', 'dis'), ('-Wretched', 'Wretched')]
TCOG19200601-V07-06-page12.txt: [('-the', 'the'), ('-was', 'was')]
TCOG19200601-V07-06-page13.txt: [('-I', 'I'), ('-', ''), ('-', '')]
TCOG19200601-V07-06-page14.txt: [('myste-', 'myste')]
TCOG19200601-V07-06-page16.txt: [('-we', 'we')]
TCOG19200601-V07-06-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19200601-V07-06-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('outpouring--', 'outpouring-')]
TCOG19200601-V07-06-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-t.Cheer-ful', 't.Cheer-ful'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-se', 'se'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-God', 'God'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mis-', 'mis')]
TCOG19200601-V07-06-page6.txt: [('-', ''), ('"Pas-', '"Pas'), ('to-', 'to'), ('-his', 'his'), ('-', '')]
TCOG19200601-V07-06-page7.txt: [('-a', 'a'), ('-', ''), ('-', '')]
TCOG19200601-V07-06-page8.txt: [('-', ''), ('-', '')]
TCOG19200701-V07-07-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19200701-V07-07-page10.txt: [('-', ''), ('-', ''), ('If-', 'If'), ('-', '')]
TCOG19200701-V07-07-page11.txt: [('-Hebrew', 'Hebrew'), ('-witness', 'witness'), ('pre-', 'pre'), ('-in', 'in')]
TCOG19200701-V07-07-page13.txt: [("-we've", "we've")]
TCOG19200701-V07-07-page14.txt: [('-"', '"'), ('-', ''), ('-', ''), ('Today.-', 'Today.'), ('-It', 'It'), ('-', ''), ('Prayers.-', 'Prayers.')]
TCOG19200701-V07-07-page15.txt: [('-Merrill', 'Merrill'), ('-think', 'think'), ('dates-', 'dates')]
TCOG19200701-V07-07-page16.txt: [('-War', 'War')]
TCOG19200701-V07-07-page2.txt: [('"-', '"')]
TCOG19200701-V07-07-page3.txt: [('-', '')]
TCOG19200701-V07-07-page4.txt: [('-', ''), ('.-', '.'), ('-', '')]
TCOG19200701-V07-07-page5.txt: [('-worth', 'worth'), ('-"', '"'), ('-', ''), ('-', '')]
TCOG19200701-V07-07-page6.txt: [('ac-', 'ac'), ('divi-', 'divi')]
TCOG19200701-V07-07-page7.txt: [('-', ''), ('-', '')]
TCOG19200701-V07-07-page8.txt: [('-', '')]
TCOG19200801-V07-08-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19200801-V07-08-page10.txt: [('-The', 'The'), ('-', ''), ('-', ''), ('-', ''), ('-recreation', 'recreation'), ('-', ''), ('-', ''), ('-', '')]
TCOG19200801-V07-08-page11.txt: [('-her', 'her'), ('-', ''), ('-person', 'person'), ('-', ''), ('-', '')]
TCOG19200801-V07-08-page12.txt: [('-', '')]
TCOG19200801-V07-08-page13.txt: [('-', ''), ('-we', 'we'), ('-to', 'to'), ('-give', 'give'), ('-mission', 'mission')]
TCOG19200801-V07-08-page14.txt: [('mine-', 'mine'), ('We-', 'We')]
TCOG19200801-V07-08-page15.txt: [('-', ''), ('-no', 'no'), ('-was', 'was')]
TCOG19200801-V07-08-page16.txt: [('-very.', 'very.'), ('Rag-', 'Rag')]
TCOG19200801-V07-08-page2.txt: [('re-', 're'), ('-', ''), ('relat-', 'relat'), ('-elders', 'elders'), ('-a', 'a'), ('-in', 'in')]
TCOG19200801-V07-08-page3.txt: [('-an', 'an'), ('un-', 'un'), ('-', ''), ('effort-', 'effort'), ('-would', 'would')]
TCOG19200801-V07-08-page4.txt: [('-', ''), ('-are', 'are'), ('middle-', 'middle'), ('-a', 'a'), ('ready-', 'ready')]
TCOG19200801-V07-08-page6.txt: [('-upon', 'upon'), ('espe-', 'espe'), ('-cially', 'cially'), ('-gatherings', 'gatherings'), ('-of', 'of'), ('-glorious', 'glorious'), ('-the', 'the'), ('-', ''), ('-at', 'at'), ('head-', 'head'), ('-dress.', 'dress.'), ('-strangely', 'strangely'), ('-against', 'against')]
TCOG19200801-V07-08-page7.txt: [('-work', 'work'), ('-Opening', 'Opening'), ('con-', 'con'), ('-sideration', 'sideration'), ('les--', 'les-')]
TCOG19200801-V07-08-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in'), ('-lost', 'lost'), ('-', ''), ('-grade', 'grade'), ('Enrol-', 'Enrol'), ('-', ''), ('Enrol-', 'Enrol'), ('num-', 'num'), ('-', '')]
TCOG19200901-V07-09-page1.txt: [('-won', 'won'), ('-Holy', 'Holy'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19200901-V07-09-page10.txt: [('-', '')]
TCOG19200901-V07-09-page11.txt: [('-', '')]
TCOG19200901-V07-09-page12.txt: [('-a', 'a'), ('approach-', 'approach')]
TCOG19200901-V07-09-page13.txt: [('-', ''), ('"-', '"'), ('-', '')]
TCOG19200901-V07-09-page14.txt: [('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-for', 'for')]
TCOG19200901-V07-09-page15.txt: [('-', ''), ('-ameented', 'ameented'), ('-', ''), ('-', ''), ('-as', 'as'), ('-', ''), ('Ansieer.--', 'Ansieer.-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-How', 'How'), ('-', ''), ('-some', 'some'), ('-', ''), ('.-', '.'), ('-the', 'the')]
TCOG19200901-V07-09-page16.txt: [('-', ''), ('-', ''), ('-active', 'active')]
TCOG19200901-V07-09-page2.txt: [('-one', 'one'), ('-', ''), ('-"', '"'), ('-N', 'N')]
TCOG19200901-V07-09-page3.txt: [('confusion.-', 'confusion.'), ('-servants', 'servants'), ('-Movement', 'Movement'), ('-Connection', 'Connection'), ('-instruments', 'instruments'), ('-Among', 'Among'), ('Nations.-', 'Nations.'), ('-of', 'of'), ('em---', 'em--')]
TCOG19200901-V07-09-page4.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19200901-V07-09-page6.txt: [('-VI', 'VI'), ('-', ''), ('opportun-', 'opportun')]
TCOG19200901-V07-09-page9.txt: [('follow-', 'follow'), ('-', ''), ('-', '')]
TCOG19201001-V07-10-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mod-', 'mod'), ('-', '')]
TCOG19201001-V07-10-page11.txt: [('drinks.-', 'drinks.')]
TCOG19201001-V07-10-page13.txt: [('-', ''), ('-our', 'our')]
TCOG19201001-V07-10-page14.txt: [('-was', 'was'), ('-years', 'years'), ('-', ''), ('-who', 'who'), ('-', ''), ('-', '')]
TCOG19201001-V07-10-page15.txt: [('labo-', 'labo'), ('con-', 'con')]
TCOG19201001-V07-10-page16.txt: [('meet-', 'meet'), ('-Sixteen', 'Sixteen')]
TCOG19201001-V07-10-page2.txt: [('-work', 'work')]
TCOG19201001-V07-10-page3.txt: [('-the', 'the'), ('-', '')]
TCOG19201001-V07-10-page4.txt: [('con-', 'con'), ('-time', 'time')]
TCOG19201001-V07-10-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('hesi-', 'hesi')]
TCOG19201001-V07-10-page6.txt: [('hun-', 'hun')]
TCOG19201001-V07-10-page7.txt: [('the-', 'the'), ('neighbor-', 'neighbor')]
TCOG19201001-V07-10-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19201001-V07-10-page9.txt: [('-', '')]
TCOG19201101-V07-11-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
TCOG19201101-V07-11-page10.txt: [('-"Please', '"Please')]
TCOG19201101-V07-11-page11.txt: [('-', ''), ('-', ''), ('pro-', 'pro')]
TCOG19201101-V07-11-page12.txt: [('-together', 'together')]
TCOG19201101-V07-11-page13.txt: [('in-', 'in'), ('-the', 'the')]
TCOG19201101-V07-11-page14.txt: [('mur-', 'mur'), ('con-', 'con'), ('in-', 'in'), ('-today', 'today'), ('-to', 'to')]
TCOG19201101-V07-11-page16.txt: [('-', ''), ('--', '-')]
TCOG19201101-V07-11-page2.txt: [('-', '')]
TCOG19201101-V07-11-page3.txt: [('MESSEN-', 'MESSEN'), ('-', ''), ('-man.', 'man.')]
TCOG19201101-V07-11-page4.txt: [('spe-', 'spe')]
TCOG19201101-V07-11-page6.txt: [('-', ''), ('continued-', 'continued'), ('hope."--', 'hope."-')]
TCOG19201101-V07-11-page7.txt: [('high-', 'high'), ('train-', 'train'), ('ad-', 'ad'), ('class-', 'class')]
TCOG19201101-V07-11-page8.txt: [('-Volunteer', 'Volunteer'), ('-Hills', 'Hills'), ('-warm', 'warm'), ('-', ''), ('-', ''), ('-', '')]
TCOG19201101-V07-11-page9.txt: [('-', ''), ('Himself"--', 'Himself"-'), ('-', ''), ('-', '')]
TCOG19201201-V07-12-page1.txt: [('-', ''), ('-prayers.', 'prayers.'), ('thor-', 'thor'), ('-', '')]
TCOG19201201-V07-12-page10.txt: [('-we', 'we')]
TCOG19201201-V07-12-page12.txt: [('-', ''), ('-', ''), ('-', '')]
TCOG19201201-V07-12-page13.txt: [('stim-', 'stim')]
TCOG19201201-V07-12-page15.txt: [('-', '')]
TCOG19201201-V07-12-page16.txt: [('-', ''), ('-', ''), ('-will', 'will'), ('-', ''), ('-', '')]
TCOG19201201-V07-12-page2.txt: [('testi-', 'testi'), ('-A', 'A'), ('-', '')]
TCOG19201201-V07-12-page3.txt: [('-', ''), ('-', '')]
TCOG19201201-V07-12-page4.txt: [('-vain', 'vain'), ('-to', 'to')]
TCOG19201201-V07-12-page7.txt: [('-they', 'they'), ('-', ''), ('-only', 'only')]
TCOG19201201-V07-12-page9.txt: [('Decem-', 'Decem'), ('-', ''), ('--', '-')]
In [29]:
# %load shared_elements/summary.py
summary = reports.overview_report(directories['cycle'], spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/TCOG/correction3

Average verified rate: 0.9852239299762794

Average of error rates: 0.015097470238095241

Total token count: 1780311

In [30]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[30]:
[("'", 3395),
 ("officers'", 1338),
 ('e', 628),
 ('id', 541),
 ('d', 477),
 ('g', 417),
 ('t', 402),
 ('r', 380),
 ('m', 355),
 ('w', 308),
 ('pp', 253),
 ('f', 218),
 ('n', 192),
 ('ex', 173),
 ("'the", 171),
 ("'i", 111),
 ("'tis", 83),
 ("the'", 64),
 ('th', 60),
 ('soul-winning', 60),
 ("an'", 59),
 ('co', 59),
 ('eze', 59),
 ('mal', 54),
 ("'of", 54),
 ("'a", 50),
 ('re', 49),
 ("'and", 47),
 ('tbe', 45),
 ('x', 44),
 ('mayta', 43),
 ("'to", 42),
 ('u', 42),
 ('scudder', 40),
 ("'he", 38),
 ('agtte', 36),
 ('k', 36),
 ("'in", 36),
 ('z', 35),
 ("to'", 34),
 ('seventhday', 31),
 ('missi', 30),
 ('lb', 30),
 ('mt', 29),
 ("'for", 29),
 ("'what", 29),
 ('ro', 28),
 ("'we", 26),
 ('-', 26),
 ("'it", 26)]

Correction 4 -- Remove extra quotation marks

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

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

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

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

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

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

    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()
TCOG19140101-V01-01-page14.txt: [("'Before", 'Before'), ("'Twas", 'Twas')]
TCOG19140101-V01-01-page15.txt: [("'for", 'for'), ("'There", 'There')]
TCOG19140101-V01-01-page3.txt: [("'and", 'and'), ("'giving", 'giving')]
TCOG19140101-V01-01-page4.txt: [("'points", 'points'), ("'close", 'close')]
TCOG19140101-V01-01-page5.txt: [("'to", 'to')]
TCOG19140101-V01-01-page6.txt: [("'to", 'to')]
TCOG19140101-V01-01-page7.txt: [("'Gospel", 'Gospel')]
TCOG19140101-V01-01-page8.txt: [("'lives", 'lives'), ("'He", 'He')]
TCOG19140101-V01-01-page9.txt: [("'had", 'had'), ("'cause", 'cause')]
TCOG19140201-V01-02-page10.txt: [("'The", 'The'), ('\'sense."', 'sense."')]
TCOG19140201-V01-02-page11.txt: [("'Had", 'Had')]
TCOG19140201-V01-02-page14.txt: [("'Neath", 'Neath'), ("'sister", 'sister')]
TCOG19140201-V01-02-page16.txt: [("'Bout", 'Bout'), ("'fore", 'fore')]
TCOG19140201-V01-02-page5.txt: [("'Christ.", 'Christ.')]
TCOG19140201-V01-02-page6.txt: [("'Search", 'Search'), ("'Bible", 'Bible')]
TCOG19140201-V01-02-page7.txt: [("'Great", 'Great'), ("'Introduced", 'Introduced')]
TCOG19140201-V01-02-page8.txt: [("'the", 'the')]
TCOG19140201-V01-02-page9.txt: [("'control", 'control'), ("'good", 'good')]
TCOG19140301-V01-03-page1.txt: [("'Now", 'Now')]
TCOG19140301-V01-03-page10.txt: [("'THE", 'THE'), ("'We", 'We'), ("'thus", 'thus'), ("'In", 'In'), ("'If", 'If'), ("'office", 'office'), ("'the", 'the'), ("'the", 'the'), ("'the", 'the'), ("'the", 'the'), ("'scum", 'scum'), ("'the", 'the'), ("'the", 'the')]
TCOG19140301-V01-03-page11.txt: [("'the", 'the'), ("'Ems", 'Ems')]
TCOG19140301-V01-03-page12.txt: [("'Our", 'Our'), ("'Tis", 'Tis'), ("'Twill", 'Twill')]
TCOG19140301-V01-03-page13.txt: [("'addition", 'addition'), ("'taken", 'taken'), ("'sustenance", 'sustenance'), ("'students", 'students')]
TCOG19140301-V01-03-page14.txt: [("'Way", 'Way'), ("'on", 'on')]
TCOG19140301-V01-03-page15.txt: [("'chief", 'chief'), ("'The", 'The')]
TCOG19140301-V01-03-page16.txt: [("'as", 'as')]
TCOG19140301-V01-03-page3.txt: [("'o", 'o')]
TCOG19140301-V01-03-page4.txt: [("'the", 'the'), ("'expressed", 'expressed'), ("'meet", 'meet')]
TCOG19140301-V01-03-page5.txt: [("'in", 'in'), ("'No", 'No'), ("'Don't", 'Dont'), ("'You", 'You'), ("'No", 'No'), ("'But", 'But'), ("'I", 'I')]
TCOG19140301-V01-03-page6.txt: [("'To", 'To')]
TCOG19140301-V01-03-page7.txt: [("'craves", 'craves')]
TCOG19140301-V01-03-page8.txt: [("'was", 'was'), ("'white", 'white')]
TCOG19140301-V01-03-page9.txt: [("'the", 'the'), ("'There", 'There'), ("'fling", 'fling')]
TCOG19140401-V01-04-page10.txt: [("'Go", 'Go'), ("'Come", 'Come'), ("'Never", 'Never'), ("'camp", 'camp')]
TCOG19140401-V01-04-page11.txt: [("'the", 'the')]
TCOG19140401-V01-04-page12.txt: [("'thoughts", 'thoughts'), ("'one", 'one'), ("'for", 'for')]
TCOG19140401-V01-04-page13.txt: [("'The", 'The')]
TCOG19140401-V01-04-page14.txt: [("'Toria", 'Toria'), ("'Down", 'Down'), ("'Who", 'Who'), ("'Hewent", 'Hewent'), ("'Nonsense", 'Nonsense')]
TCOG19140401-V01-04-page15.txt: [("'at", 'at')]
TCOG19140401-V01-04-page16.txt: [("'prietor", 'prietor')]
TCOG19140401-V01-04-page2.txt: [("'missionary", 'missionary'), ("'The", 'The')]
TCOG19140401-V01-04-page3.txt: [("'Work", 'Work'), ("'The", 'The'), ("'twenty", 'twenty'), ("'Individual", 'Individual')]
TCOG19140401-V01-04-page4.txt: [("'His", 'His')]
TCOG19140401-V01-04-page5.txt: [("'Christ", 'Christ'), ("'worthy", 'worthy'), ("'alms", 'alms'), ("'let", 'let')]
TCOG19140401-V01-04-page6.txt: [("'know", 'know'), ("'Some", 'Some')]
TCOG19140401-V01-04-page8.txt: [("'pointing", 'pointing')]
TCOG19140501-V01-05-page12.txt: [("''regions", 'regions')]
TCOG19140501-V01-05-page13.txt: [("'tis", 'tis'), ("'black", 'black')]
TCOG19140501-V01-05-page15.txt: [("'curiosity", 'curiosity')]
TCOG19140501-V01-05-page3.txt: [("'iquors", 'iquors')]
TCOG19140501-V01-05-page4.txt: [("'the", 'the'), ("'Norwegian", 'Norwegian'), ("'every", 'every')]
TCOG19140501-V01-05-page5.txt: [("'shoulder", 'shoulder')]
TCOG19140501-V01-05-page6.txt: [("'Son", 'Son')]
TCOG19140501-V01-05-page7.txt: [("'wealthier", 'wealthier'), ("'be", 'be')]
TCOG19140501-V01-05-page8.txt: [("'Shall", 'Shall'), ("'Here", 'Here')]
TCOG19140601-V01-06-page10.txt: [("'him.", 'him.'), ("'her", 'her')]
TCOG19140601-V01-06-page11.txt: [("'With", 'With')]
TCOG19140601-V01-06-page12.txt: [("'the", 'the'), ("'Word", 'Word'), ("'grow", 'grow'), ("'to", 'to')]
TCOG19140601-V01-06-page13.txt: [("'Darling", 'Darling')]
TCOG19140601-V01-06-page14.txt: [("'severed", 'severed')]
TCOG19140601-V01-06-page3.txt: [("'o", 'o'), ("'in", 'in'), ("'Bible", 'Bible')]
TCOG19140601-V01-06-page4.txt: [("'We", 'We')]
TCOG19140601-V01-06-page7.txt: [("'s", 's'), ("'by", 'by')]
TCOG19140601-V01-06-page8.txt: [("'sometimes", 'sometimes')]
TCOG19140601-V01-06-page9.txt: [("'finger", 'finger'), ("'twenty", 'twenty'), ("'miles", 'miles'), ("'traffic.", 'traffic.'), ("'measures", 'measures')]
TCOG19140701-V01-07-page1.txt: [("'and", 'and')]
TCOG19140701-V01-07-page10.txt: [('\'"', '"'), ("'From", 'From'), ("'From", 'From')]
TCOG19140701-V01-07-page11.txt: [("'From", 'From')]
TCOG19140701-V01-07-page12.txt: [("'intended", 'intended'), ("'From", 'From')]
TCOG19140701-V01-07-page13.txt: [("'through", 'through'), ("'Christians.", 'Christians.'), ("'burning", 'burning'), ("'to", 'to'), ("'Lord", 'Lord')]
TCOG19140701-V01-07-page14.txt: [("'Week", 'Week')]
TCOG19140701-V01-07-page15.txt: [("'and", 'and')]
TCOG19140701-V01-07-page2.txt: [("'church.", 'church.')]
TCOG19140701-V01-07-page3.txt: [("'California", 'California'), ("'We", 'We')]
TCOG19140701-V01-07-page7.txt: [("'Word", 'Word')]
TCOG19140701-V01-07-page9.txt: [("'From", 'From'), ("'From", 'From')]
TCOG19140801-V01-08-page10.txt: [("'blessed", 'blessed'), ("'I", 'I'), ("'key", 'key'), ("'Will", 'Will'), ("'Why", 'Why')]
TCOG19140801-V01-08-page11.txt: [("'and", 'and')]
TCOG19140801-V01-08-page12.txt: [("'Yes", 'Yes'), ("'O", 'O'), ("'Lo", 'Lo'), ("'inherit", 'inherit')]
TCOG19140801-V01-08-page14.txt: [("'bullets", 'bullets'), ("'for", 'for')]
TCOG19140801-V01-08-page15.txt: [("'Chinese", 'Chinese')]
TCOG19140801-V01-08-page16.txt: [("'this", 'this')]
TCOG19140801-V01-08-page2.txt: [("'ennessee", 'ennessee')]
TCOG19140801-V01-08-page4.txt: [("'the", 'the'), ("'The", 'The')]
TCOG19140801-V01-08-page5.txt: [("'But", 'But')]
TCOG19140801-V01-08-page6.txt: [("'with", 'with')]
TCOG19140801-V01-08-page7.txt: [("'cents", 'cents'), ("'St", 'St'), ("'is", 'is')]
TCOG19140801-V01-08-page8.txt: [("'side", 'side')]
TCOG19140901-V01-09-page10.txt: [("'the", 'the')]
TCOG19140901-V01-09-page11.txt: [("'however", 'however'), ("'students.", 'students.')]
TCOG19140901-V01-09-page12.txt: [("'ast", 'ast'), ("'I", 'I'), ("'Sendai", 'Sendai')]
TCOG19140901-V01-09-page13.txt: [("'of", 'of'), ("'into", 'into')]
TCOG19140901-V01-09-page14.txt: [("'government", 'government')]
TCOG19140901-V01-09-page15.txt: [("'Kim", 'Kim'), ("'drowning.", 'drowning.'), ("'Tis", 'Tis')]
TCOG19140901-V01-09-page16.txt: [("'en", 'en')]
TCOG19140901-V01-09-page2.txt: [("'With", 'With')]
TCOG19140901-V01-09-page3.txt: [("'right", 'right'), ("'work", 'work'), ("'into", 'into'), ("'for", 'for')]
TCOG19140901-V01-09-page4.txt: [("'The", 'The')]
TCOG19140901-V01-09-page5.txt: [("'Perhaps", 'Perhaps'), ("'Perhaps", 'Perhaps'), ("'by", 'by'), ("'has", 'has')]
TCOG19140901-V01-09-page7.txt: [("'Danish", 'Danish')]
TCOG19140901-V01-09-page8.txt: [("'place", 'place'), ("'report", 'report')]
TCOG19140901-V01-09-page9.txt: [("'sums", 'sums')]
TCOG19141001-V01-10-page1.txt: [("'they", 'they'), ("'he", 'he')]
TCOG19141001-V01-10-page10.txt: [("'the", 'the')]
TCOG19141001-V01-10-page11.txt: [("'however", 'however')]
TCOG19141001-V01-10-page12.txt: [("'.", '.'), ("'and", 'and'), ("'I", 'I'), ("'brought", 'brought')]
TCOG19141001-V01-10-page14.txt: [("'class", 'class'), ("'government", 'government'), ("'Where", 'Where')]
TCOG19141001-V01-10-page15.txt: [("'his", 'his'), ("'Tis", 'Tis'), ("'bicycle", 'bicycle')]
TCOG19141001-V01-10-page16.txt: [("'of", 'of'), ("'most", 'most'), ("'big", 'big')]
TCOG19141001-V01-10-page2.txt: [("'clIE", 'clIE'), ("'The", 'The')]
TCOG19141001-V01-10-page4.txt: [("'various", 'various'), ("'to", 'to')]
TCOG19141001-V01-10-page5.txt: [("'confusion.", 'confusion.')]
TCOG19141001-V01-10-page6.txt: [("'Sister", 'Sister'), ("'God", 'God'), ("'health", 'health'), ("'Ong", 'Ong')]
TCOG19141001-V01-10-page8.txt: [("'the", 'the'), ("'aim", 'aim')]
TCOG19141001-V01-10-page9.txt: [("'churches", 'churches')]
TCOG19141101-V01-11-page11.txt: [("'Tain't", 'Taint'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'Twas", 'Twas'), ("'an", 'an')]
TCOG19141101-V01-11-page12.txt: [("'for", 'for'), ("'His", 'His')]
TCOG19141101-V01-11-page13.txt: [("'than", 'than'), ("'hope", 'hope')]
TCOG19141101-V01-11-page14.txt: [("'goes", 'goes'), ("'twill", 'twill'), ("'tis", 'tis'), ("'Twill", 'Twill'), ("'exercises", 'exercises')]
TCOG19141101-V01-11-page15.txt: [("'rikisha", 'rikisha'), ("'duties", 'duties'), ("'it", 'it')]
TCOG19141101-V01-11-page16.txt: [("'opened", 'opened')]
TCOG19141101-V01-11-page3.txt: [("'world", 'world')]
TCOG19141101-V01-11-page5.txt: [("'the", 'the'), ("'Beloved.", 'Beloved.')]
TCOG19141101-V01-11-page7.txt: [("'for", 'for')]
TCOG19141101-V01-11-page9.txt: [("'publications", 'publications')]
TCOG19141201-V01-12-page11.txt: [("'Finley", 'Finley')]
TCOG19141201-V01-12-page13.txt: [("'to", 'to'), ("'last", 'last'), ("'the", 'the'), ("'Well", 'Well')]
TCOG19141201-V01-12-page15.txt: [("'believe", 'believe'), ("'And", 'And')]
TCOG19141201-V01-12-page2.txt: [("'some", 'some')]
TCOG19141201-V01-12-page4.txt: [("'former", 'former'), ("'of", 'of'), ("'their", 'their')]
TCOG19141201-V01-12-page5.txt: [('\'heaven."', 'heaven."'), ("'and", 'and'), ("'but", 'but'), ("'broadly", 'broadly')]
TCOG19141201-V01-12-page9.txt: [("'Millennial", 'Millennial'), ("'Our", 'Our'), ("'heroism", 'heroism')]
TCOG19150101-V02-01-page10.txt: [("'Publication", 'Publication'), ("'For", 'For'), ("'essential", 'essential'), ("'By", 'By')]
TCOG19150101-V02-01-page11.txt: [("'Bury", 'Bury')]
TCOG19150101-V02-01-page12.txt: [("'These", 'These'), ("'the", 'the'), ("'the", 'the')]
TCOG19150101-V02-01-page13.txt: [("'The", 'The'), ("'They", 'They'), ('\'Evolution"', 'Evolution"'), ("'prophecy.", 'prophecy.'), ("'My", 'My'), ("'Not", 'Not')]
TCOG19150101-V02-01-page14.txt: [("'treatment", 'treatment'), ("'the", 'the'), ("'we", 'we'), ("'bringeth", 'bringeth'), ("'maketh", 'maketh'), ("'These", 'These'), ("'He", 'He'), ("'This", 'This')]
TCOG19150101-V02-01-page16.txt: [("'Tis", 'Tis'), ("'Love", 'Love'), ("'tis", 'tis'), ("'Tis", 'Tis')]
TCOG19150101-V02-01-page2.txt: [("'six", 'six'), ("'length", 'length')]
TCOG19150101-V02-01-page3.txt: [("''Christ", 'Christ')]
TCOG19150101-V02-01-page4.txt: [("'Come", 'Come'), ("'into", 'into')]
TCOG19150101-V02-01-page5.txt: [("'Whosoever", 'Whosoever'), ("'are", 'are'), ("'so", 'so'), ("'Go", 'Go')]
TCOG19150101-V02-01-page6.txt: [("'You", 'You'), ("'near", 'near')]
TCOG19150101-V02-01-page7.txt: [("'You", 'You')]
TCOG19150101-V02-01-page9.txt: [("'can", 'can')]
TCOG19150201-V02-02-page1.txt: [("'irneral", 'irneral'), ("'under", 'under'), ("'not", 'not'), ("'officers.", 'officers.')]
TCOG19150201-V02-02-page11.txt: [("'We", 'We')]
TCOG19150201-V02-02-page12.txt: [("'of", 'of')]
TCOG19150201-V02-02-page14.txt: [("'Hosanna", 'Hosanna')]
TCOG19150201-V02-02-page15.txt: [("'Mission", 'Mission'), ("'yield.", 'yield.')]
TCOG19150201-V02-02-page2.txt: [("'he", 'he'), ("'The", 'The')]
TCOG19150201-V02-02-page4.txt: [("'and", 'and')]
TCOG19150201-V02-02-page6.txt: [("'o'clock", 'oclock'), ("'It", 'It')]
TCOG19150201-V02-02-page7.txt: [("'meet", 'meet')]
TCOG19150201-V02-02-page9.txt: [("'It", 'It')]
TCOG19150301-V02-03-page1.txt: [("'Come", 'Come'), ("'How", 'How'), ("'I", 'I')]
TCOG19150301-V02-03-page10.txt: [("'among", 'among'), ("'the", 'the'), ("'Patriarchs", 'Patriarchs')]
TCOG19150301-V02-03-page12.txt: [("'been", 'been'), ("'his", 'his'), ("'of", 'of'), ("'Roman-Swiss", 'Roman-Swiss')]
TCOG19150301-V02-03-page13.txt: [("'During", 'During')]
TCOG19150301-V02-03-page14.txt: [("'of", 'of'), ("'the", 'the'), ("'and", 'and')]
TCOG19150301-V02-03-page16.txt: [("'them", 'them'), ("'stones", 'stones')]
TCOG19150301-V02-03-page2.txt: [("'temperance", 'temperance')]
TCOG19150301-V02-03-page3.txt: [("'Hyiiins", 'Hyiiins'), ("'tunes", 'tunes'), ("'Springfield", 'Springfield'), ("'God", 'God')]
TCOG19150301-V02-03-page4.txt: [("'the", 'the'), ("'my", 'my'), ("'Jesus", 'Jesus'), ("'Sabbath.", 'Sabbath.'), ("'Praise", 'Praise')]
TCOG19150301-V02-03-page5.txt: [("'comes", 'comes')]
TCOG19150301-V02-03-page8.txt: [("'he", 'he')]
TCOG19150301-V02-03-page9.txt: [("'the", 'the'), ("'Id.", 'Id.'), ("'the", 'the')]
TCOG19150401-V02-04-page10.txt: [("'appointed.", 'appointed.'), ("'out", 'out')]
TCOG19150401-V02-04-page11.txt: [("'any", 'any'), ("'But", 'But'), ("'He", 'He'), ("'can", 'can')]
TCOG19150401-V02-04-page12.txt: [("'a", 'a'), ('\'"', '"'), ("'the", 'the'), ("'under", 'under')]
TCOG19150401-V02-04-page13.txt: [("'It", 'It'), ("'It", 'It'), ("'Nile", 'Nile')]
TCOG19150401-V02-04-page14.txt: [("'of", 'of'), ("'I", 'I'), ("'by", 'by')]
TCOG19150401-V02-04-page15.txt: [('\'Missions"', 'Missions"'), ("'the", 'the'), ("'Lord", 'Lord'), ("'I", 'I')]
TCOG19150401-V02-04-page16.txt: [("'because", 'because')]
TCOG19150401-V02-04-page2.txt: [("'own", 'own')]
TCOG19150401-V02-04-page3.txt: [("'ared", 'ared'), ("'to", 'to'), ("'It", 'It')]
TCOG19150401-V02-04-page4.txt: [("'were", 'were'), ("'went", 'went')]
TCOG19150401-V02-04-page5.txt: [("'public", 'public'), ("'are", 'are')]
TCOG19150401-V02-04-page7.txt: [("'over", 'over')]
TCOG19150401-V02-04-page8.txt: [("'or", 'or'), ("'placed", 'placed'), ("'Type", 'Type'), ("'shall", 'shall'), ("'according", 'according')]
TCOG19150401-V02-04-page9.txt: [("'was", 'was'), ("'all", 'all'), ("'the", 'the'), ("'by", 'by'), ("'Rev", 'Rev'), ("'cleansing", 'cleansing'), ("'Christ", 'Christ'), ("'Cleansing", 'Cleansing')]
TCOG19150501-V02-05-page1.txt: [("'sevenfold", 'sevenfold'), ("'Truly", 'Truly'), ("'moment.", 'moment.'), ('\'"', '"'), ("'some", 'some')]
TCOG19150501-V02-05-page10.txt: [("'Thou", 'Thou'), ("'I", 'I'), ("'Know", 'Know')]
TCOG19150501-V02-05-page11.txt: [("'one", 'one')]
TCOG19150501-V02-05-page12.txt: [("'with", 'with'), ('\'"', '"')]
TCOG19150501-V02-05-page13.txt: [("'the", 'the'), ("'hese", 'hese')]
TCOG19150501-V02-05-page14.txt: [("'Lord", 'Lord'), ("'thou", 'thou'), ("'man", 'man')]
TCOG19150501-V02-05-page15.txt: [("'Lord", 'Lord'), ("'o", 'o')]
TCOG19150501-V02-05-page16.txt: [("'whatsoever", 'whatsoever'), ("'the", 'the'), ("'Ezekiel", 'Ezekiel'), ("'name", 'name')]
TCOG19150501-V02-05-page2.txt: [("'church", 'church'), ("'was", 'was')]
TCOG19150501-V02-05-page4.txt: [("'follow", 'follow'), ("'given", 'given')]
TCOG19150501-V02-05-page5.txt: [("'the", 'the')]
TCOG19150501-V02-05-page7.txt: [("'Every", 'Every')]
TCOG19150501-V02-05-page8.txt: [("'in", 'in'), ("'opportunity", 'opportunity')]
TCOG19150601-V02-06-page1.txt: [("'Foreign", 'Foreign')]
TCOG19150601-V02-06-page10.txt: [("'When", 'When'), ("'The", 'The'), ("'maketh", 'maketh'), ("'My", 'My'), ("'It", 'It'), ("'Yes", 'Yes'), ("'Are", 'Are')]
TCOG19150601-V02-06-page11.txt: [("'no", 'no'), ("'For", 'For'), ("'Well", 'Well'), ("'some", 'some'), ("'First", 'First'), ("'A", 'A'), ("'Last", 'Last'), ("'a", 'a')]
TCOG19150601-V02-06-page13.txt: [("'Peter.", 'Peter.'), ("'and", 'and')]
TCOG19150601-V02-06-page14.txt: [("'Who", 'Who'), ("'Martin", 'Martin'), ("'The", 'The'), ("'Into", 'Into')]
TCOG19150601-V02-06-page15.txt: [("'Holy", 'Holy'), ("'I", 'I'), ("'the", 'the')]
TCOG19150601-V02-06-page16.txt: [('\'"', '"'), ("'from", 'from'), ("'That", 'That'), ("'I", 'I'), ("'You", 'You'), ("'No.", 'No.'), ("'Read", 'Read'), ("'I", 'I'), ("'What", 'What'), ("'I", 'I'), ("'No", 'No'), ("'Will", 'Will'), ("'souls", 'souls'), ("'There", 'There'), ("'We", 'We'), ("'Why", 'Why'), ("'You", 'You'), ("'why", 'why'), ("'the", 'the'), ("'and", 'and'), ("'The", 'The'), ("'going", 'going'), ("'For", 'For')]
TCOG19150601-V02-06-page3.txt: [("'A", 'A')]
TCOG19150601-V02-06-page5.txt: [("'how", 'how')]
TCOG19150601-V02-06-page6.txt: [("'The", 'The'), ("'You", 'You')]
TCOG19150601-V02-06-page7.txt: [("'his", 'his'), ("'cards", 'cards'), ("'tended", 'tended')]
TCOG19150601-V02-06-page8.txt: [("'newborn", 'newborn'), ("'grow", 'grow'), ("'says", 'says'), ("'be", 'be'), ("'love", 'love'), ("'will", 'will'), ("'the", 'the'), ("'Go", 'Go')]
TCOG19150601-V02-06-page9.txt: [("'in", 'in'), ("'Rejoice", 'Rejoice'), ("'whose", 'whose'), ("'a", 'a'), ("'every", 'every'), ("'are", 'are'), ("'It", 'It')]
TCOG19150701-V02-07-page1.txt: [("'II", 'II'), ("'Yield", 'Yield'), ("'n", 'n')]
TCOG19150701-V02-07-page10.txt: [("'Little", 'Little'), ("'What", 'What'), ("'Ho", 'Ho'), ("'This", 'This'), ("'For", 'For'), ("'God", 'God'), ("'all", 'all'), ("'love", 'love'), ("'Come", 'Come'), ("'There", 'There')]
TCOG19150701-V02-07-page11.txt: [("'a", 'a'), ("'More", 'More'), ("'Much", 'Much'), ("'exceeding", 'exceeding'), ("'all", 'all'), ("'in", 'in'), ("'Of", 'Of'), ("'all", 'all'), ("'in", 'in'), ("'the", 'the'), ("'the", 'the'), ("'fulfilled", 'fulfilled'), ("'As", 'As'), ("'Yes", 'Yes'), ("'Missionary", 'Missionary'), ("'Missionary", 'Missionary'), ("'What", 'What'), ("'Two", 'Two'), ("'Another", 'Another')]
TCOG19150701-V02-07-page12.txt: [("'Sah", 'Sah'), ("'Sic", 'Sic')]
TCOG19150701-V02-07-page14.txt: [("'humankind", 'humankind'), ("'He", 'He'), ("'You", 'You')]
TCOG19150701-V02-07-page15.txt: [("'He", 'He'), ("'Well", 'Well'), ("'o.", 'o.'), ("'Good", 'Good'), ("'Jes", 'Jes'), ("'Let", 'Let'), ("'No", 'No')]
TCOG19150701-V02-07-page16.txt: [("'Papa", 'Papa'), ("'s", 's'), ("'I", 'I'), ("'He", 'He'), ("'Praise", 'Praise'), ("'L", 'L'), ("'Lord", 'Lord'), ("'Wash", 'Wash'), ("'Myers", 'Myers')]
TCOG19150701-V02-07-page3.txt: [("'i", 'i'), ("'of", 'of')]
TCOG19150701-V02-07-page4.txt: [("'The", 'The'), ("'The", 'The'), ("'The", 'The'), ("'Capital", 'Capital'), ("'Here", 'Here'), ("'The", 'The'), ("'get", 'get')]
TCOG19150701-V02-07-page5.txt: [("'be", 'be'), ("'the", 'the')]
TCOG19150701-V02-07-page6.txt: [("'Why", 'Why'), ("'You", 'You')]
TCOG19150701-V02-07-page9.txt: [("'Ask", 'Ask'), ("'Ye", 'Ye')]
TCOG19150801-V02-08-page10.txt: [("'What", 'What')]
TCOG19150801-V02-08-page11.txt: [("'we", 'we'), ("'Such", 'Such'), ("'You", 'You'), ("'and", 'and'), ("'They", 'They'), ("'How", 'How'), ("'Two", 'Two'), ("'spoke", 'spoke'), ("'We", 'We'), ("'This", 'This')]
TCOG19150801-V02-08-page13.txt: [("'Now", 'Now'), ("'Is", 'Is'), ("'Something", 'Something'), ("'Has", 'Has'), ("'Yes", 'Yes')]
TCOG19150801-V02-08-page14.txt: [("'Two", 'Two'), ("'Captain", 'Captain'), ("'I", 'I'), ("'It", 'It'), ("'Very", 'Very'), ("'What", 'What'), ("'do", 'do'), ("'my", 'my'), ("'That", 'That'), ("'First", 'First'), ("'Captain", 'Captain'), ("'That", 'That'), ("'she", 'she'), ("'You", 'You'), ("'We", 'We'), ("'Hindustani", 'Hindustani')]
TCOG19150801-V02-08-page15.txt: [("'Book", 'Book'), ("'I'll", 'Ill'), ("'I", 'I'), ("'I", 'I'), ("'He", 'He'), ("'it", 'it'), ("'In", 'In'), ("'Marvels", 'Marvels')]
TCOG19150801-V02-08-page16.txt: [("'path.", 'path.'), ("'Amen", 'Amen'), ('\'"', '"'), ("'The", 'The'), ("'living", 'living')]
TCOG19150801-V02-08-page2.txt: [("'Here", 'Here'), ("'Patriarchs", 'Patriarchs'), ("'The", 'The')]
TCOG19150801-V02-08-page5.txt: [("'our", 'our'), ("'members", 'members')]
TCOG19150801-V02-08-page6.txt: [("'GAZETTE", 'GAZETTE'), ("'He", 'He'), ("'principles", 'principles')]
TCOG19150801-V02-08-page7.txt: [("'If", 'If')]
TCOG19150801-V02-08-page8.txt: [("'Ask", 'Ask'), ("'Ask", 'Ask'), ('\'"', '"'), ("'He", 'He'), ("'instant", 'instant'), ("'continue", 'continue'), ("'sober", 'sober'), ("'In", 'In'), ("'But", 'But'), ("'praying", 'praying')]
TCOG19150801-V02-08-page9.txt: [("'What", 'What'), ("'Forgive", 'Forgive'), ("'for", 'for'), ("'thinking", 'thinking'), ("'Ye", 'Ye'), ("'beginning", 'beginning'), ("'Had", 'Had'), ("'ye", 'ye'), ("'Sanctify", 'Sanctify'), ("'Heaven", 'Heaven')]
TCOG19150901-V02-09-page10.txt: [("'short", 'short'), ("'of", 'of'), ("'every", 'every'), ("'There", 'There'), ("'for", 'for')]
TCOG19150901-V02-09-page11.txt: [("'neighbor's", 'neighbors'), ("'their", 'their'), ("'.", '.'), ('\'"', '"'), ("'his", 'his')]
TCOG19150901-V02-09-page12.txt: [("'I", 'I')]
TCOG19150901-V02-09-page13.txt: [("'the", 'the'), ("'compound", 'compound')]
TCOG19150901-V02-09-page15.txt: [("'Mother", 'Mother'), ("'I", 'I')]
TCOG19150901-V02-09-page16.txt: [("'tie", 'tie')]
TCOG19150901-V02-09-page2.txt: [("'lives", 'lives'), ("'church", 'church')]
TCOG19150901-V02-09-page5.txt: [("'GAZETTE", 'GAZETTE')]
TCOG19150901-V02-09-page6.txt: [("'my", 'my'), ("'Closing", 'Closing')]
TCOG19150901-V02-09-page8.txt: [("'Senior", 'Senior'), ("'The", 'The')]
TCOG19151001-V02-10-page10.txt: [("'Turn", 'Turn'), ("'Nor", 'Nor'), ("'unite", 'unite'), ("'came", 'came'), ("'Finnevelli.", 'Finnevelli.'), ("''The", 'The')]
TCOG19151001-V02-10-page12.txt: [("'work", 'work'), ("'Miss", 'Miss'), ("'A", 'A')]
TCOG19151001-V02-10-page13.txt: [("'This", 'This'), ("'I", 'I'), ("'Your", 'Your'), ("'Our", 'Our'), ("'Your", 'Your')]
TCOG19151001-V02-10-page15.txt: [("'shall", 'shall'), ("'Nellie", 'Nellie'), ("'Nobody", 'Nobody'), ("'God", 'God')]
TCOG19151001-V02-10-page16.txt: [("'article", 'article'), ("'Buddha", 'Buddha'), ("'fate", 'fate')]
TCOG19151001-V02-10-page2.txt: [("'of", 'of')]
TCOG19151001-V02-10-page3.txt: [("'his", 'his'), ("'monies", 'monies'), ("'aw", 'aw'), ("'Thy", 'Thy'), ("'Doors", 'Doors')]
TCOG19151001-V02-10-page4.txt: [("'when", 'when')]
TCOG19151001-V02-10-page5.txt: [("'minutes", 'minutes'), ("'Aren't", 'Arent'), ("'Indeed", 'Indeed'), ("'Then", 'Then')]
TCOG19151001-V02-10-page6.txt: [("'My", 'My'), ("'I", 'I'), ("'I", 'I'), ("'I", 'I'), ("'Our", 'Our'), ("'being", 'being')]
TCOG19151001-V02-10-page8.txt: [("'wrestle", 'wrestle'), ("'Be", 'Be')]
TCOG19151001-V02-10-page9.txt: [("'The", 'The'), ("'Remember", 'Remember'), ("'I.", 'I.'), ("'rested", 'rested'), ("'But", 'But'), ("'him", 'him'), ("'restitution", 'restitution'), ("'from", 'from'), ("'The", 'The')]
TCOG19151101-V02-11-page11.txt: [("'the", 'the')]
TCOG19151101-V02-11-page12.txt: [("'out", 'out'), ("'hunger", 'hunger'), ("'shall", 'shall'), ("'These", 'These'), ("'Wife", 'Wife')]
TCOG19151101-V02-11-page14.txt: [("'Well", 'Well'), ("'God", 'God'), ("'good", 'good')]
TCOG19151101-V02-11-page16.txt: [("'Sunday", 'Sunday')]
TCOG19151101-V02-11-page2.txt: [("'He", 'He')]
TCOG19151101-V02-11-page4.txt: [("'If", 'If')]
TCOG19151101-V02-11-page5.txt: [("'So", 'So'), ("'Help", 'Help')]
TCOG19151101-V02-11-page7.txt: [("'the", 'the')]
TCOG19151101-V02-11-page8.txt: [("'For", 'For'), ("'Thus", 'Thus')]
TCOG19151101-V02-11-page9.txt: [("'This", 'This'), ("'I", 'I'), ("'it", 'it'), ("'Father", 'Father'), ("'Bible", 'Bible'), ("'I", 'I'), ("'sin", 'sin'), ("'whosoever", 'whosoever'), ("'an", 'an'), ("'He", 'He'), ("'He", 'He'), ("'Shall", 'Shall'), ("'times", 'times')]
TCOG19151201-V02-12-page10.txt: [("'Tis", 'Tis'), ("'the", 'the'), ("'asked", 'asked')]
TCOG19151201-V02-12-page11.txt: [("'before", 'before'), ("'workers", 'workers'), ("'Iso", 'Iso')]
TCOG19151201-V02-12-page12.txt: [("'more", 'more'), ("'What", 'What'), ('\'"', '"')]
TCOG19151201-V02-12-page13.txt: [("'Yes", 'Yes')]
TCOG19151201-V02-12-page14.txt: [("'Missions", 'Missions'), ("'glad", 'glad')]
TCOG19151201-V02-12-page15.txt: [("'once", 'once'), ("'ashar", 'ashar'), ("'Phoenicians", 'Phoenicians'), ("'they", 'they'), ("'Supplanter", 'Supplanter')]
TCOG19151201-V02-12-page4.txt: [("'as", 'as'), ("'or", 'or')]
TCOG19151201-V02-12-page6.txt: [("'talking", 'talking'), ("'required", 'required'), ("'he", 'he')]
TCOG19151201-V02-12-page7.txt: [("'Therefore", 'Therefore'), ("'that", 'that'), ("'the", 'the')]
TCOG19151201-V02-12-page8.txt: [("'a", 'a')]
TCOG19160101-V03-01-page1.txt: [("'beyond.", 'beyond.')]
TCOG19160101-V03-01-page10.txt: [("'found", 'found'), ("'Thou", 'Thou')]
TCOG19160101-V03-01-page11.txt: [("'five", 'five')]
TCOG19160101-V03-01-page12.txt: [("'sin", 'sin'), ("'Thou", 'Thou')]
TCOG19160101-V03-01-page13.txt: [("'out", 'out')]
TCOG19160101-V03-01-page14.txt: [("'nigh", 'nigh')]
TCOG19160101-V03-01-page15.txt: [("'a", 'a'), ("'you", 'you')]
TCOG19160101-V03-01-page2.txt: [("'behold", 'behold'), ("'Lo", 'Lo'), ("'Know", 'Know')]
TCOG19160101-V03-01-page3.txt: [("'As", 'As')]
TCOG19160101-V03-01-page4.txt: [("'the", 'the')]
TCOG19160101-V03-01-page5.txt: [("'presence", 'presence'), ("'Intereessio", 'Intereessio'), ("'Titus", 'Titus'), ("'need", 'need'), ("'ministers.", 'ministers.'), ("'Church", 'Church')]
TCOG19160101-V03-01-page6.txt: [("'would", 'would')]
TCOG19160101-V03-01-page8.txt: [("'law", 'law'), ("'who", 'who'), ("'and", 'and'), ("'And", 'And'), ("'Take", 'Take'), ("'And", 'And')]
TCOG19160101-V03-01-page9.txt: [("'company", 'company')]
TCOG19160201-V03-02-page1.txt: [("'in", 'in'), ("'destroy", 'destroy'), ("'always", 'always')]
TCOG19160201-V03-02-page12.txt: [("'our", 'our')]
TCOG19160201-V03-02-page13.txt: [("'but", 'but')]
TCOG19160201-V03-02-page14.txt: [("'and", 'and'), ("'and", 'and')]
TCOG19160201-V03-02-page16.txt: [("'Week", 'Week'), ("'REVIEW", 'REVIEW'), ("'of", 'of'), ("'week", 'week'), ("'finishes", 'finishes')]
TCOG19160201-V03-02-page2.txt: [("'be", 'be')]
TCOG19160201-V03-02-page3.txt: [("'The", 'The')]
TCOG19160201-V03-02-page5.txt: [("'his", 'his'), ("'What", 'What'), ("'By", 'By')]
TCOG19160201-V03-02-page6.txt: [("'But", 'But')]
TCOG19160201-V03-02-page8.txt: [("'The", 'The'), ("'concerning", 'concerning'), ("'second", 'second'), ("'two", 'two'), ("'Called", 'Called'), ("'better", 'better'), ("'of", 'of'), ("'or", 'or'), ("'old", 'old')]
TCOG19160201-V03-02-page9.txt: [("'Pass", 'Pass'), ("'Paint", 'Paint')]
TCOG19160301-V03-03-page11.txt: [("'re", 're'), ("'union", 'union'), ("'All", 'All')]
TCOG19160301-V03-03-page12.txt: [("'Whose", 'Whose'), ("'Reprove", 'Reprove'), ("'with", 'with')]
TCOG19160301-V03-03-page13.txt: [("'Jesus", 'Jesus')]
TCOG19160301-V03-03-page14.txt: [("'the", 'the'), ("'He", 'He'), ("'As", 'As'), ("'This", 'This')]
TCOG19160301-V03-03-page15.txt: [("'What", 'What'), ("'twixt", 'twixt')]
TCOG19160301-V03-03-page16.txt: [("'Earning", 'Earning')]
TCOG19160301-V03-03-page2.txt: [("'the", 'the')]
TCOG19160301-V03-03-page3.txt: [("'be", 'be')]
TCOG19160301-V03-03-page6.txt: [("'wrapped", 'wrapped')]
TCOG19160301-V03-03-page7.txt: [("'He", 'He'), ("'refuge", 'refuge'), ("'God", 'God')]
TCOG19160301-V03-03-page8.txt: [("'Tell", 'Tell')]
TCOG19160301-V03-03-page9.txt: [("'birth", 'birth')]
TCOG19160401-V03-04-page10.txt: [("'We", 'We'), ("'How", 'How'), ("'I", 'I')]
TCOG19160401-V03-04-page11.txt: [("'Disease", 'Disease')]
TCOG19160401-V03-04-page13.txt: [("'folk", 'folk')]
TCOG19160401-V03-04-page14.txt: [("'wet", 'wet'), ("'Pitania", 'Pitania'), ("'bread", 'bread'), ("'Pitcairn", 'Pitcairn'), ("'Well", 'Well')]
TCOG19160401-V03-04-page15.txt: [("'the", 'the')]
TCOG19160401-V03-04-page2.txt: [("'Here's", 'Heres'), ("'round", 'round')]
TCOG19160401-V03-04-page3.txt: [("'do", 'do')]
TCOG19160401-V03-04-page4.txt: [("'I", 'I')]
TCOG19160401-V03-04-page5.txt: [("'in", 'in'), ("'talk", 'talk')]
TCOG19160401-V03-04-page6.txt: [("'will", 'will')]
TCOG19160401-V03-04-page7.txt: [("'Are", 'Are'), ("'Well", 'Well'), ("'sometime", 'sometime'), ("'We", 'We')]
TCOG19160501-V03-05-page1.txt: [("'It", 'It')]
TCOG19160501-V03-05-page10.txt: [("'and", 'and')]
TCOG19160501-V03-05-page13.txt: [("'You", 'You'), ("'Preserve", 'Preserve')]
TCOG19160501-V03-05-page15.txt: [("'tis", 'tis'), ("'tis", 'tis')]
TCOG19160501-V03-05-page2.txt: [("'I", 'I')]
TCOG19160501-V03-05-page5.txt: [("'salvation", 'salvation')]
TCOG19160601-V03-06-page10.txt: [("'far", 'far'), ("'Our", 'Our')]
TCOG19160601-V03-06-page12.txt: [("'tis", 'tis'), ("'tis", 'tis'), ("'tis", 'tis'), ("'tis", 'tis'), ("'Junior", 'Junior')]
TCOG19160601-V03-06-page13.txt: [("'conversion", 'conversion'), ("'Parliament", 'Parliament'), ("'Mid", 'Mid'), ("'Mid", 'Mid'), ("'Mid", 'Mid'), ("'Forty", 'Forty'), ("'sewed", 'sewed'), ("'that", 'that'), ("'And", 'And')]
TCOG19160601-V03-06-page14.txt: [("'before", 'before'), ("'now", 'now')]
TCOG19160601-V03-06-page15.txt: [("'roaring", 'roaring')]
TCOG19160601-V03-06-page16.txt: [("'But", 'But'), ("'Incline", 'Incline'), ("'Goal", 'Goal'), ("'questions", 'questions')]
TCOG19160601-V03-06-page3.txt: [("'Personal", 'Personal'), ("'we", 'we')]
TCOG19160601-V03-06-page4.txt: [("'be", 'be')]
TCOG19160601-V03-06-page6.txt: [("'observing", 'observing')]
TCOG19160601-V03-06-page7.txt: [("'Go", 'Go'), ("'He", 'He')]
TCOG19160601-V03-06-page9.txt: [("'Tis", 'Tis'), ("'Then", 'Then'), ("'claimed", 'claimed')]
TCOG19160701-V03-07-page1.txt: [("'your", 'your'), ("'Fear", 'Fear'), ("'County", 'County')]
TCOG19160701-V03-07-page10.txt: [("'Children", 'Children')]
TCOG19160701-V03-07-page11.txt: [("'Oh", 'Oh')]
TCOG19160701-V03-07-page13.txt: [("'Fear", 'Fear'), ("'were", 'were'), ("'Read", 'Read'), ("'Read", 'Read')]
TCOG19160701-V03-07-page15.txt: [("''JUNIOR", 'JUNIOR'), ("'of", 'of')]
TCOG19160701-V03-07-page4.txt: [("'have", 'have')]
TCOG19160701-V03-07-page5.txt: [("'cause", 'cause'), ("'is", 'is')]
TCOG19160701-V03-07-page6.txt: [("'was", 'was'), ("'constant", 'constant')]
TCOG19160701-V03-07-page7.txt: [("'should", 'should')]
TCOG19160701-V03-07-page9.txt: [("'people", 'people')]
TCOG19160801-V03-08-page1.txt: [("'Well", 'Well'), ("'What", 'What'), ("'Am", 'Am'), ("'Yea", 'Yea')]
TCOG19160801-V03-08-page10.txt: [("'cause", 'cause')]
TCOG19160801-V03-08-page11.txt: [("'The", 'The'), ("'Rio", 'Rio')]
TCOG19160801-V03-08-page12.txt: [("'twill", 'twill'), ("'against", 'against')]
TCOG19160801-V03-08-page13.txt: [("'Meath", 'Meath')]
TCOG19160801-V03-08-page14.txt: [("'of", 'of'), ("'We", 'We')]
TCOG19160801-V03-08-page15.txt: [("'bile", 'bile'), ("'I", 'I'), ("'I", 'I'), ("'I", 'I'), ("'How", 'How'), ("'I", 'I'), ("'I", 'I'), ("'I", 'I'), ("'In", 'In'), ("'orship", 'orship'), ("'Brethren", 'Brethren'), ("'I", 'I'), ("'hristian", 'hristian'), ("'I", 'I')]
TCOG19160801-V03-08-page16.txt: [("'in", 'in'), ("'REPORTS", 'REPORTS'), ("'After", 'After')]
TCOG19160801-V03-08-page2.txt: [("'Thou", 'Thou'), ("'Peace", 'Peace'), ("'behold", 'behold'), ("'Lo", 'Lo'), ("'appropriate", 'appropriate')]
TCOG19160801-V03-08-page3.txt: [("'nearly", 'nearly'), ("'How", 'How'), ("'.", '.')]
TCOG19160801-V03-08-page4.txt: [("'leaves", 'leaves'), ("'hundred", 'hundred'), ("'The", 'The'), ("'The", 'The'), ("'Coming", 'Coming'), ("'Bible", 'Bible'), ("'I", 'I'), ("'I", 'I'), ("'she", 'she'), ("'Practical", 'Practical'), ("'The", 'The'), ("'Uncle", 'Uncle'), ("'Practical", 'Practical'), ("'Started", 'Started'), ("'visited", 'visited')]
TCOG19160801-V03-08-page5.txt: [("'Best", 'Best'), ("'Eto", 'Eto'), ("'The", 'The'), ("'Steps", 'Steps'), ("'Monday", 'Monday'), ("'a", 'a')]
TCOG19160801-V03-08-page6.txt: [("'Let", 'Let'), ("'provoke", 'provoke')]
TCOG19160801-V03-08-page7.txt: [("'service", 'service'), ("'This", 'This'), ("'cards", 'cards')]
TCOG19160801-V03-08-page9.txt: [("'tis", 'tis'), ("'home", 'home')]
TCOG19160901-V03-09-page10.txt: [("'it", 'it')]
TCOG19160901-V03-09-page12.txt: [("'the", 'the')]
TCOG19160901-V03-09-page13.txt: [("'Twill", 'Twill')]
TCOG19160901-V03-09-page14.txt: [("'partake", 'partake'), ("'both", 'both'), ("'be", 'be'), ("'tis", 'tis'), ("'Twill", 'Twill'), ("'In", 'In'), ("'and", 'and')]
TCOG19160901-V03-09-page15.txt: [("'You", 'You'), ("'llama", 'llama'), ("'Helen", 'Helen'), ("'corner", 'corner'), ("'corner", 'corner')]
TCOG19160901-V03-09-page4.txt: [("'dred", 'dred')]
TCOG19160901-V03-09-page5.txt: [("'Remember", 'Remember'), ("'twist", 'twist')]
TCOG19160901-V03-09-page6.txt: [("'I", 'I'), ('\'"', '"'), ("'a", 'a'), ("'Young", 'Young'), ("'em", 'em'), ("'em", 'em'), ("'I", 'I')]
TCOG19160901-V03-09-page7.txt: [("'The", 'The'), ("'Bible", 'Bible')]
TCOG19160901-V03-09-page9.txt: [("'Places", 'Places')]
TCOG19161001-V03-10-page1.txt: [("'Faith", 'Faith'), ("'Growing", 'Growing')]
TCOG19161001-V03-10-page10.txt: [("'spent", 'spent'), ('\'"', '"')]
TCOG19161001-V03-10-page11.txt: [("'In", 'In'), ("'In", 'In')]
TCOG19161001-V03-10-page12.txt: [("'was", 'was')]
TCOG19161001-V03-10-page14.txt: [("'tis", 'tis')]
TCOG19161001-V03-10-page15.txt: [("'mong", 'mong'), ("'jealousy", 'jealousy')]
TCOG19161001-V03-10-page16.txt: [("'The", 'The'), ("'and", 'and'), ("'I", 'I')]
TCOG19161001-V03-10-page2.txt: [("'blackening", 'blackening'), ("'the", 'the'), ("'take", 'take'), ("'take", 'take')]
TCOG19161001-V03-10-page3.txt: [("'for", 'for'), ("'The", 'The'), ("'together", 'together'), ("'The", 'The'), ("'what", 'what'), ("'Adventism", 'Adventism'), ("'Daniel", 'Daniel'), ("'Hire.", 'Hire.')]
TCOG19161001-V03-10-page4.txt: [("'soweth", 'soweth')]
TCOG19161001-V03-10-page5.txt: [("'of", 'of'), ("'Tis", 'Tis'), ("'tis", 'tis')]
TCOG19161001-V03-10-page6.txt: [("'We", 'We'), ("'It", 'It'), ("'regular", 'regular')]
TCOG19161001-V03-10-page8.txt: [("'tis", 'tis')]
TCOG19161001-V03-10-page9.txt: [("'alienated", 'alienated'), ("'All", 'All'), ("'or", 'or'), ("'I", 'I'), ("'that", 'that'), ("'he", 'he'), ("'though", 'though'), ("'of", 'of'), ("'Then", 'Then')]
TCOG19161115-V03-11-page11.txt: [("'Will", 'Will'), ("'just", 'just')]
TCOG19161115-V03-11-page14.txt: [("'the", 'the')]
TCOG19161115-V03-11-page15.txt: [("'He", 'He'), ("'He", 'He'), ("'God", 'God'), ("'always", 'always'), ("'forgiveness", 'forgiveness'), ("'way", 'way'), ("'work", 'work'), ("'I", 'I'), ("'known", 'known'), ("'saving", 'saving')]
TCOG19161115-V03-11-page16.txt: [("'By", 'By'), ('\'"', '"')]
TCOG19161115-V03-11-page3.txt: [("'his", 'his'), ("'to", 'to')]
TCOG19161115-V03-11-page4.txt: [("'mid", 'mid')]
TCOG19161115-V03-11-page5.txt: [("'Men", 'Men'), ("'takes", 'takes'), ("'realize", 'realize'), ("'Individual", 'Individual'), ("'to", 'to')]
TCOG19161115-V03-11-page6.txt: [("'His", 'His'), ("'second", 'second'), ("'do", 'do'), ("'Take", 'Take')]
TCOG19161115-V03-11-page7.txt: [("'cept", 'cept'), ("'him", 'him')]
TCOG19161201-V03-12-page1.txt: [("'thought", 'thought'), ("'How", 'How'), ("'pride", 'pride'), ("'finances", 'finances')]
TCOG19161201-V03-12-page14.txt: [("'Simple.", 'Simple.'), ("'Whom", 'Whom'), ("'Here", 'Here')]
TCOG19161201-V03-12-page15.txt: [("'The", 'The')]
TCOG19161201-V03-12-page16.txt: [("'He", 'He'), ("'following", 'following'), ("'address", 'address'), ("'and", 'and'), ("'nail", 'nail'), ("'surely", 'surely')]
TCOG19161201-V03-12-page3.txt: [("'save", 'save'), ("'him", 'him')]
TCOG19161201-V03-12-page4.txt: [("'Wine", 'Wine'), ("'Then", 'Then'), ("'Swear", 'Swear'), ("'come", 'come'), ("'own", 'own'), ("'Individual", 'Individual'), ("'Individual", 'Individual'), ("'My", 'My'), ("'Your", 'Your')]
TCOG19161201-V03-12-page5.txt: [("'shall", 'shall')]
TCOG19161201-V03-12-page7.txt: [("'ninety", 'ninety')]
TCOG19161201-V03-12-page8.txt: [("'Giving", 'Giving'), ("'God", 'God'), ("'asks", 'asks'), ("'You", 'You'), ("'I've", 'Ive'), ("'of", 'of')]
TCOG19161201-V03-12-page9.txt: [("'I", 'I'), ("'I", 'I'), ("'Do", 'Do'), ("'Thank", 'Thank'), ("'Thank", 'Thank')]
TCOG19170101-V04-01-page1.txt: [("'at", 'at'), ("'Thus", 'Thus')]
TCOG19170101-V04-01-page10.txt: [("'soldier", 'soldier')]
TCOG19170101-V04-01-page11.txt: [("'certainly", 'certainly')]
TCOG19170101-V04-01-page12.txt: [("'of", 'of'), ("'gives", 'gives')]
TCOG19170101-V04-01-page13.txt: [("'far", 'far'), ("'the", 'the')]
TCOG19170101-V04-01-page14.txt: [("'Arid", 'Arid')]
TCOG19170101-V04-01-page16.txt: [("'St.", 'St.'), ("'preachers.", 'preachers.'), ("'Exposition", 'Exposition')]
TCOG19170101-V04-01-page3.txt: [("'and", 'and')]
TCOG19170101-V04-01-page4.txt: [("'of", 'of'), ("'My", 'My'), ('\'"My', '"My'), ('\'"Do', '"Do')]
TCOG19170101-V04-01-page5.txt: [("'A", 'A'), ("'Intense", 'Intense')]
TCOG19170101-V04-01-page6.txt: [("'An", 'An'), ("'At", 'At'), ("'Not", 'Not'), ("'I..", 'I..')]
TCOG19170101-V04-01-page7.txt: [("'of", 'of'), ("'eople", 'eople'), ("'rule", 'rule')]
TCOG19170101-V04-01-page8.txt: [("'The", 'The'), ("'Get", 'Get'), ("'The", 'The')]
TCOG19170101-V04-01-page9.txt: [("'War", 'War'), ("'The", 'The'), ("'Saviour", 'Saviour'), ("'mong", 'mong')]
TCOG19170201-V04-02-page10.txt: [("'Did", 'Did'), ("'Yes", 'Yes'), ("'are", 'are'), ("'said", 'said')]
TCOG19170201-V04-02-page11.txt: [("'he", 'he')]
TCOG19170201-V04-02-page13.txt: [("'I", 'I'), ("'for", 'for'), ("'Gentlemen", 'Gentlemen'), ("'I", 'I'), ("'whichever", 'whichever')]
TCOG19170201-V04-02-page15.txt: [("'to", 'to'), ("'Now", 'Now'), ("'Cappadocia", 'Cappadocia'), ("'Parthians", 'Parthians'), ("'Arabians", 'Arabians')]
TCOG19170201-V04-02-page3.txt: [("'time", 'time'), ("'not", 'not')]
TCOG19170201-V04-02-page4.txt: [("'Sunday.", 'Sunday.')]
TCOG19170201-V04-02-page6.txt: [("'Let", 'Let'), ("'I", 'I')]
TCOG19170201-V04-02-page9.txt: [("'to", 'to')]
TCOG19170301-V04-03-page10.txt: [("'Madame", 'Madame'), ("'When", 'When')]
TCOG19170301-V04-03-page14.txt: [("'I", 'I'), ("'parable-servant", 'parable-servant')]
TCOG19170301-V04-03-page15.txt: [("'A", 'A')]
TCOG19170301-V04-03-page16.txt: [("'Testimony", 'Testimony'), ("'Week", 'Week')]
TCOG19170301-V04-03-page3.txt: [("'truth", 'truth')]
TCOG19170301-V04-03-page4.txt: [("'Have", 'Have')]
TCOG19170301-V04-03-page5.txt: [("'Go", 'Go')]
TCOG19170301-V04-03-page7.txt: [("'to", 'to'), ("'An", 'An')]
TCOG19170301-V04-03-page8.txt: [("'shining", 'shining'), ("'neath", 'neath')]
TCOG19170301-V04-03-page9.txt: [("'day", 'day'), ("'Jesus", 'Jesus')]
TCOG19170401-V04-04-page10.txt: [("'as", 'as'), ("'tis", 'tis')]
TCOG19170401-V04-04-page12.txt: [("'Will", 'Will'), ("'Could", 'Could'), ("'and", 'and')]
TCOG19170401-V04-04-page14.txt: [("'tis", 'tis')]
TCOG19170401-V04-04-page15.txt: [("'the", 'the')]
TCOG19170401-V04-04-page16.txt: [("'I", 'I')]
TCOG19170401-V04-04-page3.txt: [("'A", 'A'), ("'I", 'I'), ("'jewelry", 'jewelry')]
TCOG19170401-V04-04-page4.txt: [("'a.", 'a.'), ("'all", 'all'), ("'Thou", 'Thou'), ("'The", 'The'), ("'What", 'What')]
TCOG19170401-V04-04-page5.txt: [("'of", 'of')]
TCOG19170401-V04-04-page6.txt: [("'trip.", 'trip.')]
TCOG19170401-V04-04-page7.txt: [("'In", 'In')]
TCOG19170401-V04-04-page8.txt: [("'sunshine", 'sunshine')]
TCOG19170401-V04-04-page9.txt: [("'cannot", 'cannot')]
TCOG19170501-V04-05-page10.txt: [("'doubt", 'doubt'), ("'Do", 'Do')]
TCOG19170501-V04-05-page11.txt: [("'Neath", 'Neath'), ("'cause", 'cause')]
TCOG19170501-V04-05-page12.txt: [("'sometimes", 'sometimes')]
TCOG19170501-V04-05-page14.txt: [("'be", 'be'), ("'Twenty", 'Twenty'), ("'And", 'And'), ("'I", 'I'), ("'I", 'I'), ("'horse", 'horse')]
TCOG19170501-V04-05-page15.txt: [("'Not", 'Not')]
TCOG19170501-V04-05-page16.txt: [('\'"', '"')]
TCOG19170501-V04-05-page6.txt: [("'Thou", 'Thou')]
TCOG19170501-V04-05-page7.txt: [("'.God", '.God'), ("'whose", 'whose')]
TCOG19170501-V04-05-page9.txt: [("'Hear", 'Hear'), ("'there", 'there')]
TCOG19170601-V04-06-page1.txt: [("'every", 'every')]
TCOG19170601-V04-06-page10.txt: [("'course", 'course')]
TCOG19170601-V04-06-page11.txt: [("'neath", 'neath'), ("'tis", 'tis'), ("'tis", 'tis'), ("'tis", 'tis'), ("'tis", 'tis'), ("'tis", 'tis')]
TCOG19170601-V04-06-page12.txt: [('\'fever."', 'fever."')]
TCOG19170601-V04-06-page13.txt: [("'tis", 'tis')]
TCOG19170601-V04-06-page14.txt: [("'tis", 'tis')]
TCOG19170601-V04-06-page15.txt: [("'tis", 'tis')]
TCOG19170601-V04-06-page2.txt: [("'advocacy", 'advocacy')]
TCOG19170601-V04-06-page3.txt: [("'we", 'we')]
TCOG19170601-V04-06-page5.txt: [("'neighbors", 'neighbors'), ("'I", 'I'), ("'You", 'You'), ("'I", 'I'), ("'Who", 'Who')]
TCOG19170601-V04-06-page6.txt: [("'You", 'You')]
TCOG19170601-V04-06-page9.txt: [("'tis", 'tis')]
TCOG19170701-V04-07-page1.txt: [("'Lord's", 'Lords'), ("'the", 'the')]
TCOG19170701-V04-07-page10.txt: [("'To", 'To')]
TCOG19170701-V04-07-page11.txt: [('\'"', '"')]
TCOG19170701-V04-07-page12.txt: [("'All", 'All')]
TCOG19170701-V04-07-page13.txt: [("'There", 'There'), ("'Some", 'Some')]
TCOG19170701-V04-07-page15.txt: [("'frivolity.", 'frivolity.'), ("'ascii", 'ascii'), ("'Matthew", 'Matthew')]
TCOG19170701-V04-07-page16.txt: [("'ending", 'ending')]
TCOG19170701-V04-07-page2.txt: [("'The", 'The')]
TCOG19170701-V04-07-page3.txt: [("'styes", 'styes'), ("'Let", 'Let')]
TCOG19170701-V04-07-page4.txt: [("'In", 'In'), ("'when", 'when'), ("'caused", 'caused')]
TCOG19170701-V04-07-page5.txt: [("'Well", 'Well'), ('\'"', '"'), ("'one", 'one'), ("'minister.", 'minister.')]
TCOG19170701-V04-07-page6.txt: [("'often", 'often'), ("'the", 'the')]
TCOG19170701-V04-07-page7.txt: [("'for", 'for')]
TCOG19170701-V04-07-page8.txt: [("'Volunteer", 'Volunteer'), ("'Now", 'Now')]
TCOG19170701-V04-07-page9.txt: [("'religious", 'religious'), ("'Spanish", 'Spanish'), ("'I", 'I'), ("'Are", 'Are'), ("'No", 'No')]
TCOG19170801-V04-08-page1.txt: [("'help", 'help')]
TCOG19170801-V04-08-page10.txt: [("'greatly", 'greatly')]
TCOG19170801-V04-08-page13.txt: [("'Twixt", 'Twixt'), ("'skipping", 'skipping')]
TCOG19170801-V04-08-page14.txt: [("'FIFTY", 'FIFTY')]
TCOG19170801-V04-08-page15.txt: [("'The", 'The'), ("'The", 'The')]
TCOG19170801-V04-08-page16.txt: [("'without", 'without')]
TCOG19170801-V04-08-page3.txt: [("'time", 'time'), ("'Seek", 'Seek')]
TCOG19170801-V04-08-page4.txt: [("'Trespasses", 'Trespasses'), ("'To", 'To')]
TCOG19170801-V04-08-page6.txt: [("'elderly", 'elderly'), ("'Poor", 'Poor')]
TCOG19170801-V04-08-page7.txt: [("'Bible", 'Bible'), ("'few", 'few'), ("'Where", 'Where'), ("'At", 'At'), ("'That's", 'Thats')]
TCOG19170801-V04-08-page8.txt: [("'Volunteer", 'Volunteer')]
TCOG19170801-V04-08-page9.txt: [("'him", 'him'), ("'Twas", 'Twas'), ("'twill", 'twill')]
TCOG19170901-V04-09-page1.txt: [("'We", 'We')]
TCOG19170901-V04-09-page10.txt: [("'What", 'What'), ("'No", 'No'), ("'of", 'of'), ("'a", 'a'), ("'of", 'of'), ("'cause", 'cause'), ("'Thou", 'Thou'), ("'We", 'We')]
TCOG19170901-V04-09-page11.txt: [("'for", 'for'), ("'of", 'of'), ("'the", 'the'), ("'a", 'a'), ("'enemy", 'enemy'), ("'can", 'can'), ("'the", 'the'), ("'when", 'when'), ("'feeble", 'feeble'), ("'H", 'H'), ("'knows", 'knows'), ("'Christ", 'Christ')]
TCOG19170901-V04-09-page13.txt: [("'missionary", 'missionary')]
TCOG19170901-V04-09-page14.txt: [("'have", 'have'), ("'earning", 'earning'), ("'only", 'only'), ("'All", 'All'), ("'set", 'set'), ("'ten", 'ten'), ("'should", 'should'), ("'T", 'T'), ("'When", 'When'), ("'their", 'their'), ("'to", 'to')]
TCOG19170901-V04-09-page15.txt: [("'it", 'it'), ("'in", 'in'), ("'two", 'two'), ("'a", 'a'), ("'a", 'a'), ("'Som'e", 'Some'), ("'as", 'as'), ("'hot", 'hot'), ("'crowd", 'crowd'), ("'drove", 'drove'), ("'them", 'them'), ("'play", 'play'), ("'winding", 'winding'), ("'and", 'and'), ("'far", 'far'), ("'to", 'to'), ("'a", 'a'), ("'drift", 'drift'), ("'plan", 'plan')]
TCOG19170901-V04-09-page2.txt: [("'and", 'and'), ("'is", 'is'), ("'are", 'are'), ("'angel's", 'angels'), ("'a", 'a'), ("'while", 'while'), ("'instead", 'instead'), ("'all", 'all'), ("'In", 'In'), ("'time.", 'time.'), ("'a", 'a'), ("'given", 'given'), ('\'"will', '"will'), ("'Sister", 'Sister'), ("'of", 'of'), ("'providing", 'providing')]
TCOG19170901-V04-09-page3.txt: [("'a", 'a'), ("'Governments", 'Governments'), ("'field.", 'field.'), ("'If", 'If'), ("'to", 'to')]
TCOG19170901-V04-09-page4.txt: [("'THE", 'THE'), ("'Our", 'Our')]
TCOG19170901-V04-09-page6.txt: [("'I", 'I'), ("'The", 'The'), ("'a", 'a')]
TCOG19170901-V04-09-page7.txt: [("'the", 'the'), ("'Well", 'Well'), ("'I", 'I'), ("'ant", 'ant'), ("'selling", 'selling'), ("'the", 'the')]
TCOG19170901-V04-09-page9.txt: [("'action.", 'action.')]
TCOG19171001-V04-10-page12.txt: [("'But", 'But')]
TCOG19171001-V04-10-page15.txt: [("'year", 'year'), ("'believed", 'believed'), ("'statements", 'statements'), ("'sale", 'sale'), ("'indulgences", 'indulgences'), ("'can", 'can'), ("'give", 'give'), ("'of", 'of')]
TCOG19171001-V04-10-page2.txt: [("'It", 'It')]
TCOG19171001-V04-10-page3.txt: [("'his", 'his'), ("'The", 'The')]
TCOG19171001-V04-10-page4.txt: [("'I", 'I'), ("'I", 'I'), ("'I", 'I')]
TCOG19171001-V04-10-page5.txt: [("'ted", 'ted'), ("'The", 'The'), ("'Are", 'Are'), ("'Yes", 'Yes'), ("'Will", 'Will'), ("'Jesus", 'Jesus'), ("'Thank", 'Thank'), ("'It", 'It')]
TCOG19171001-V04-10-page6.txt: [("'I", 'I')]
TCOG19171001-V04-10-page8.txt: [("'Tis", 'Tis'), ("'ow", 'ow')]
TCOG19171001-V04-10-page9.txt: [("'Others", 'Others'), ("'can", 'can'), ("'soul", 'soul'), ("'Tis", 'Tis'), ("'twill", 'twill')]
TCOG19171101-V04-11-page1.txt: [("'in", 'in'), ("'the", 'the'), ("'Hymn.", 'Hymn.'), ("'Ps.", 'Ps.'), ("'Mark", 'Mark')]
TCOG19171101-V04-11-page11.txt: [("'Whatsoever", 'Whatsoever'), ("'The", 'The'), ("'.", '.')]
TCOG19171101-V04-11-page12.txt: [("'purse", 'purse'), ("'Father", 'Father'), ("'How", 'How'), ("'Will", 'Will'), ("'No", 'No'), ("'Mr.", 'Mr.'), ("'I", 'I'), ("'Does", 'Does'), ("'Take", 'Take'), ("'give", 'give'), ("'first", 'first'), ("'the", 'the'), ("'life", 'life')]
TCOG19171101-V04-11-page13.txt: [("'Our", 'Our'), ("'thread", 'thread'), ("'something", 'something')]
TCOG19171101-V04-11-page14.txt: [("'responsively", 'responsively')]
TCOG19171101-V04-11-page15.txt: [("'cause", 'cause'), ("'e", 'e'), ('\'em."', 'em."'), ("'across", 'across'), ("'real", 'real'), ("'Tis", 'Tis')]
TCOG19171101-V04-11-page16.txt: [("'Well", 'Well'), ("'How", 'How')]
TCOG19171101-V04-11-page5.txt: [("'But", 'But')]
TCOG19171101-V04-11-page7.txt: [("'I", 'I'), ("'As", 'As'), ("'Likewise", 'Likewise'), ("'What", 'What')]
TCOG19171101-V04-11-page9.txt: [("'I", 'I'), ("''The", 'The')]
TCOG19171201-V04-12-page10.txt: [("'to", 'to'), ("'the", 'the'), ("'all", 'all'), ("'they", 'they')]
TCOG19171201-V04-12-page11.txt: [("'long", 'long'), ("''tis.", 'tis.')]
TCOG19171201-V04-12-page12.txt: [("'spose", 'spose')]
TCOG19171201-V04-12-page13.txt: [("'Tis", 'Tis')]
TCOG19171201-V04-12-page15.txt: [("'Ruth", 'Ruth'), ("'about", 'about'), ("'happy", 'happy')]
TCOG19171201-V04-12-page2.txt: [("'means", 'means')]
TCOG19171201-V04-12-page3.txt: [("'immortality", 'immortality'), ("'see", 'see')]
TCOG19171201-V04-12-page4.txt: [("'Educate", 'Educate'), ("'night", 'night')]
TCOG19171201-V04-12-page7.txt: [("'the", 'the')]
TCOG19171201-V04-12-page8.txt: [("'Two", 'Two')]
TCOG19171201-V04-12-page9.txt: [("'I", 'I'), ("'That", 'That'), ("'Went", 'Went')]
TCOG19180101-V05-01-page10.txt: [("'a", 'a'), ("'had", 'had')]
TCOG19180101-V05-01-page11.txt: [("'Tis", 'Tis'), ("'in", 'in')]
TCOG19180101-V05-01-page14.txt: [("'tis", 'tis'), ("'tis", 'tis')]
TCOG19180101-V05-01-page3.txt: [("'Behold", 'Behold')]
TCOG19180101-V05-01-page7.txt: [("'comparatively", 'comparatively'), ("'Of", 'Of'), ("'Bible", 'Bible'), ("'where", 'where')]
TCOG19180101-V05-01-page8.txt: [("'I", 'I'), ("'What", 'What')]
TCOG19180101-V05-01-page9.txt: [("'Elder", 'Elder')]
TCOG19180201-V05-02-page10.txt: [("'Neath", 'Neath'), ("'I", 'I')]
TCOG19180201-V05-02-page12.txt: [("'twas", 'twas')]
TCOG19180201-V05-02-page13.txt: [("'said", 'said')]
TCOG19180201-V05-02-page15.txt: [("'Glory", 'Glory'), ("'colt's", 'colts'), ("'The", 'The'), ("'The", 'The'), ("'It", 'It'), ("'and", 'and'), ("'facts", 'facts'), ("'I", 'I'), ("'What", 'What'), ("'I", 'I'), ("'Ico", 'Ico'), ("'souls", 'souls'), ("'There", 'There')]
TCOG19180201-V05-02-page16.txt: [("'The", 'The')]
TCOG19180201-V05-02-page2.txt: [("'carries", 'carries'), ("'The", 'The'), ("'Go", 'Go'), ("'for", 'for')]
TCOG19180201-V05-02-page4.txt: [("'Let", 'Let')]
TCOG19180201-V05-02-page6.txt: [("'to", 'to')]
TCOG19180201-V05-02-page7.txt: [("'the", 'the'), ("'the", 'the')]
TCOG19180301-V05-03-page1.txt: [("'it", 'it'), ("'of", 'of')]
TCOG19180301-V05-03-page12.txt: [("'Tis", 'Tis')]
TCOG19180301-V05-03-page13.txt: [("'I", 'I')]
TCOG19180301-V05-03-page14.txt: [("'draw", 'draw')]
TCOG19180301-V05-03-page15.txt: [("'tis", 'tis')]
TCOG19180301-V05-03-page3.txt: [("'Suppose", 'Suppose'), ("'I", 'I')]
TCOG19180301-V05-03-page4.txt: [("'chiefest", 'chiefest'), ("'How", 'How')]
TCOG19180301-V05-03-page5.txt: [("'like", 'like')]
TCOG19180301-V05-03-page6.txt: [("'of", 'of')]
TCOG19180301-V05-03-page7.txt: [("'They", 'They')]
TCOG19180301-V05-03-page8.txt: [("'that", 'that'), ("'Here", 'Here'), ("'Do", 'Do'), ("'I", 'I'), ("'I", 'I'), ("'Fottow", 'Fottow'), ("'loved", 'loved'), ("'Follow", 'Follow'), ("'Follow", 'Follow')]
TCOG19180301-V05-03-page9.txt: [("'Each", 'Each')]
TCOG19180401-V05-04-page1.txt: [("'I", 'I')]
TCOG19180401-V05-04-page10.txt: [("'Christ.", 'Christ.')]
TCOG19180401-V05-04-page11.txt: [("'a", 'a'), ("'selfish", 'selfish')]
TCOG19180401-V05-04-page12.txt: [("'up", 'up'), ("'WHEN", 'WHEN'), ("'Better", 'Better'), ("'Whatever", 'Whatever'), ("'Tis", 'Tis'), ("'Twill", 'Twill')]
TCOG19180401-V05-04-page13.txt: [("'.'Belle", '.Belle'), ("'Now", 'Now')]
TCOG19180401-V05-04-page14.txt: [("'say", 'say')]
TCOG19180401-V05-04-page15.txt: [("'A", 'A'), ("'Please", 'Please'), ("'said", 'said'), ("'The", 'The'), ("'a", 'a')]
TCOG19180401-V05-04-page16.txt: [("'get", 'get')]
TCOG19180401-V05-04-page2.txt: [("'on", 'on'), ("'It", 'It'), ("'would", 'would')]
TCOG19180401-V05-04-page4.txt: [("'consider", 'consider'), ("'been", 'been')]
TCOG19180401-V05-04-page5.txt: [("'great", 'great')]
TCOG19180401-V05-04-page7.txt: [("'Sabbath", 'Sabbath'), ("'asked", 'asked')]
TCOG19180401-V05-04-page8.txt: [("'Such", 'Such')]
TCOG19180501-V05-05-page1.txt: [("'the", 'the')]
TCOG19180501-V05-05-page10.txt: [("'twas", 'twas')]
TCOG19180501-V05-05-page11.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis'), ("'slipped", 'slipped')]
TCOG19180501-V05-05-page12.txt: [("'efforts", 'efforts')]
TCOG19180501-V05-05-page13.txt: [("'ern", 'ern')]
TCOG19180501-V05-05-page14.txt: [("'em", 'em'), ("'at", 'at'), ("'seemed", 'seemed'), ("'of", 'of')]
TCOG19180501-V05-05-page15.txt: [("'Twill", 'Twill'), ("'urge", 'urge')]
TCOG19180501-V05-05-page16.txt: [("'mid", 'mid'), ("'neath", 'neath')]
TCOG19180501-V05-05-page2.txt: [("'If", 'If'), ("'I", 'I')]
TCOG19180501-V05-05-page3.txt: [("'Neither", 'Neither'), ("'do", 'do')]
TCOG19180501-V05-05-page6.txt: [("'Are", 'Are'), ("'work", 'work')]
TCOG19180501-V05-05-page7.txt: [("'What", 'What'), ("'our", 'our'), ("'What", 'What'), ("'we", 'we'), ("'what", 'what'), ("'We", 'We'), ("'s", 's'), ("'s", 's'), ("'domestic", 'domestic'), ("'a", 'a')]
TCOG19180501-V05-05-page8.txt: [("'tie", 'tie'), ("'most", 'most')]
TCOG19180501-V05-05-page9.txt: [("'Tis", 'Tis'), ("'mitscenes", 'mitscenes'), ("'Lo", 'Lo'), ("'tis", 'tis')]
TCOG19180601-V05-06-page1.txt: [("'Full", 'Full')]
TCOG19180601-V05-06-page11.txt: [("'road", 'road')]
TCOG19180601-V05-06-page13.txt: [("'ventists", 'ventists'), ("'with", 'with'), ("'under", 'under')]
TCOG19180601-V05-06-page14.txt: [("'material", 'material'), ('\'"Howard', '"Howard')]
TCOG19180601-V05-06-page16.txt: [("'TwAs", 'TwAs'), ("'xis", 'xis'), ("'Are", 'Are')]
TCOG19180601-V05-06-page2.txt: [("'against", 'against')]
TCOG19180601-V05-06-page3.txt: [("'Come", 'Come')]
TCOG19180601-V05-06-page4.txt: [("'of", 'of')]
TCOG19180601-V05-06-page5.txt: [("'the", 'the')]
TCOG19180601-V05-06-page6.txt: [("'and", 'and')]
TCOG19180601-V05-06-page7.txt: [("'to", 'to'), ("'Margaret", 'Margaret')]
TCOG19180601-V05-06-page8.txt: [("'Junior", 'Junior')]
TCOG19180601-V05-06-page9.txt: [("'heavy.", 'heavy.'), ("'social", 'social'), ("'twixt", 'twixt'), ("'two", 'two')]
TCOG19180701-V05-07-page1.txt: [("'Feed", 'Feed'), ("'in", 'in'), ("'beside", 'beside'), ("'dwell", 'dwell')]
TCOG19180701-V05-07-page10.txt: [("'Martin", 'Martin')]
TCOG19180701-V05-07-page11.txt: [("'diamond", 'diamond'), ("'the", 'the'), ("'Christ", 'Christ'), ("'the", 'the')]
TCOG19180701-V05-07-page13.txt: [("'city", 'city'), ("'any", 'any'), ("'twas", 'twas')]
TCOG19180701-V05-07-page14.txt: [("'home", 'home'), ("'remarkable", 'remarkable'), ("'and", 'and')]
TCOG19180701-V05-07-page15.txt: [("'a", 'a')]
TCOG19180701-V05-07-page16.txt: [("'Do", 'Do'), ("'Mrs.", 'Mrs.'), ("'didn't", 'didnt'), ("'Steps", 'Steps')]
TCOG19180701-V05-07-page2.txt: [("'from", 'from'), ("'I", 'I'), ("'Church", 'Church'), ("'feed", 'feed'), ("'If", 'If'), ("'example", 'example'), ("'then", 'then'), ("'Testimonies", 'Testimonies'), ("'example", 'example')]
TCOG19180701-V05-07-page3.txt: [("'Gatherings", 'Gatherings'), ("'Unto", 'Unto'), ("'I", 'I'), ("'yea", 'yea'), ("'work", 'work'), ("'My", 'My'), ("'is", 'is')]
TCOG19180701-V05-07-page4.txt: [("'It", 'It'), ("'I", 'I'), ("'What", 'What')]
TCOG19180701-V05-07-page5.txt: [("'reach", 'reach'), ("'There", 'There')]
TCOG19180701-V05-07-page7.txt: [("'they", 'they'), ("'Our", 'Our')]
TCOG19180701-V05-07-page8.txt: [("'can", 'can')]
TCOG19180701-V05-07-page9.txt: [("'great", 'great'), ("'He", 'He'), ("'There", 'There'), ("'the", 'the')]
TCOG19180801-V05-08-page1.txt: [("'souls", 'souls'), ("'Glory", 'Glory'), ("'The", 'The'), ("'Righteousness", 'Righteousness'), ("'of", 'of'), ("'people", 'people'), ("'Why", 'Why'), ("'it", 'it')]
TCOG19180801-V05-08-page10.txt: [("'broidered", 'broidered')]
TCOG19180801-V05-08-page11.txt: [("'Tis", 'Tis'), ("'Tis", 'Tis')]
TCOG19180801-V05-08-page12.txt: [("'told", 'told'), ("'a", 'a'), ("'one", 'one')]
TCOG19180801-V05-08-page13.txt: [("'Ending", 'Ending'), ("'s", 's'), ("'Madam", 'Madam'), ("'I", 'I'), ("'upon", 'upon')]
TCOG19180801-V05-08-page14.txt: [("'out", 'out')]
TCOG19180801-V05-08-page15.txt: [("'make", 'make'), ("'regions", 'regions')]
TCOG19180801-V05-08-page16.txt: [("'she", 'she'), ("'Here", 'Here'), ("'civilization.", 'civilization.'), ("'enough", 'enough')]
TCOG19180801-V05-08-page2.txt: [("'successful", 'successful'), ("'the", 'the')]
TCOG19180901-V05-09-page1.txt: [("'evil", 'evil')]
TCOG19180901-V05-09-page11.txt: [("'will", 'will'), ("'Is", 'Is')]
TCOG19180901-V05-09-page12.txt: [("'and", 'and'), ("'very", 'very')]
TCOG19180901-V05-09-page13.txt: [("'Except", 'Except'), ("'You", 'You'), ("'You", 'You'), ("'Over", 'Over')]
TCOG19180901-V05-09-page15.txt: [("'give", 'give'), ("'Uganda's", 'Ugandas'), ("'Martin", 'Martin'), ("'The", 'The')]
TCOG19180901-V05-09-page16.txt: [("'of", 'of')]
TCOG19180901-V05-09-page2.txt: [("'tion", 'tion'), ("'Song", 'Song'), ("'Go", 'Go'), ("'Many", 'Many'), ("'The", 'The')]
TCOG19180901-V05-09-page3.txt: [("'definite", 'definite'), ("'in", 'in')]
TCOG19180901-V05-09-page4.txt: [("'country", 'country')]
TCOG19180901-V05-09-page6.txt: [("'Behold", 'Behold'), ("'He", 'He'), ("'I", 'I')]
TCOG19180901-V05-09-page7.txt: [("'twould", 'twould'), ("'crowded", 'crowded'), ("'think", 'think'), ("'minutes", 'minutes')]
TCOG19180901-V05-09-page8.txt: [("'Matt.", 'Matt.')]
TCOG19180901-V05-09-page9.txt: [("'a", 'a'), ("'Go", 'Go')]
TCOG19181001-V05-10-page1.txt: [("'Must", 'Must'), ("'pardons", 'pardons')]
TCOG19181001-V05-10-page11.txt: [("'It", 'It'), ("'Go", 'Go'), ("'T", 'T')]
TCOG19181001-V05-10-page12.txt: [("'of", 'of')]
TCOG19181001-V05-10-page13.txt: [("'prayers", 'prayers')]
TCOG19181001-V05-10-page15.txt: [("'Little", 'Little')]
TCOG19181001-V05-10-page16.txt: [("'Jesus", 'Jesus')]
TCOG19181001-V05-10-page2.txt: [("'being", 'being'), ("'The", 'The'), ("'go", 'go'), ("'in", 'in'), ("'diligent", 'diligent'), ("'will", 'will'), ("'We", 'We')]
TCOG19181001-V05-10-page3.txt: [("'he", 'he'), ("'be", 'be'), ("'Mita", 'Mita'), ("'When", 'When')]
TCOG19181001-V05-10-page4.txt: [("'Lift", 'Lift')]
TCOG19181001-V05-10-page5.txt: [("'the", 'the'), ("'men", 'men')]
TCOG19181001-V05-10-page6.txt: [("'Exercises", 'Exercises'), ("'If", 'If')]
TCOG19181001-V05-10-page7.txt: [("'Well", 'Well'), ("'my", 'my'), ("'all", 'all'), ("'in", 'in')]
TCOG19181001-V05-10-page8.txt: [("'will", 'will')]
TCOG19181001-V05-10-page9.txt: [("'small", 'small')]
TCOG19181101-V05-11-page1.txt: [("'The", 'The'), ("'Yearly", 'Yearly'), ("'Clubs", 'Clubs'), ("'their", 'their')]
TCOG19181101-V05-11-page10.txt: [("'T", 'T'), ("'two", 'two')]
TCOG19181101-V05-11-page11.txt: [("'buildings", 'buildings'), ("'Prayer", 'Prayer')]
TCOG19181101-V05-11-page12.txt: [("'out-of-door", 'out-of-door'), ("'very", 'very')]
TCOG19181101-V05-11-page13.txt: [("'an", 'an'), ("'shall", 'shall'), ("'speaking", 'speaking')]
TCOG19181101-V05-11-page15.txt: [("'I", 'I'), ("'they", 'they')]
TCOG19181101-V05-11-page2.txt: [("'entrance", 'entrance'), ("'as", 'as')]
TCOG19181101-V05-11-page3.txt: [("'becomes", 'becomes'), ("'stroke", 'stroke')]
TCOG19181101-V05-11-page4.txt: [("'church", 'church')]
TCOG19181101-V05-11-page5.txt: [("'trials", 'trials'), ("'.issues", '.issues')]
TCOG19181101-V05-11-page6.txt: [("'She", 'She'), ("'They", 'They'), ("'a", 'a')]
TCOG19181101-V05-11-page7.txt: [("'Thousands", 'Thousands'), ("'Plans", 'Plans'), ("'divine", 'divine'), ("'cents", 'cents')]
TCOG19181101-V05-11-page8.txt: [("'He", 'He'), ("'one", 'one'), ("'manners", 'manners')]
TCOG19181101-V05-11-page9.txt: [("'good", 'good'), ("'But", 'But'), ("'would", 'would'), ("'for", 'for')]
TCOG19181201-V05-12-page1.txt: [("'Washington", 'Washington')]
TCOG19181201-V05-12-page10.txt: [("'How", 'How')]
TCOG19181201-V05-12-page13.txt: [("'forget", 'forget')]
TCOG19181201-V05-12-page14.txt: [("'best", 'best')]
TCOG19181201-V05-12-page15.txt: [("'was", 'was'), ("'child", 'child'), ("'this", 'this'), ("'Tear's", 'Tears'), ("'Elliott", 'Elliott'), ("'use", 'use')]
TCOG19181201-V05-12-page3.txt: [("'greatly", 'greatly'), ("'s", 's')]
TCOG19181201-V05-12-page5.txt: [("'be", 'be'), ("'one", 'one'), ("'read", 'read')]
TCOG19181201-V05-12-page6.txt: [("'and", 'and')]
TCOG19181201-V05-12-page7.txt: [("'One", 'One'), ("'Who", 'Who'), ("'want", 'want'), ("'Life", 'Life')]
TCOG19181201-V05-12-page8.txt: [("'Why", 'Why'), ("'victory", 'victory'), ("'Let", 'Let'), ("'Leave", 'Leave')]
TCOG19181201-V05-12-page9.txt: [("'have", 'have'), ("'that", 'that')]
TCOG19190101-V06-01-page1.txt: [("'ten", 'ten'), ('\'"', '"'), ("'Still", 'Still'), ("'The", 'The'), ("'in", 'in'), ("'whatever", 'whatever')]
TCOG19190101-V06-01-page10.txt: [("'serious", 'serious'), ("'FRE", 'FRE'), ("'than", 'than'), ("''Ao", 'Ao'), ("'Goal", 'Goal'), ("'meeting", 'meeting'), ("'in", 'in'), ("'she", 'she'), ("'eXposure", 'eXposure'), ("'twas", 'twas'), ("'from", 'from'), ("'given", 'given'), ("'stirr", 'stirr'), ("'if", 'if'), ("'HO", 'HO')]
TCOG19190101-V06-01-page11.txt: [("'tell", 'tell'), ("'or", 'or'), ("'years", 'years'), ("'that", 'that'), ("'teach", 'teach'), ("'they", 'they'), ("'dying", 'dying'), ("'l", 'l'), ("'was", 'was'), ("'that", 'that'), ("'know", 'know')]
TCOG19190101-V06-01-page12.txt: [("'Askeach", 'Askeach'), ("'destruction", 'destruction'), ("'a", 'a'), ("'give", 'give'), ("'corroding", 'corroding'), ("'the", 'the')]
TCOG19190101-V06-01-page13.txt: [("'vile", 'vile'), ("'the", 'the'), ("'deceit", 'deceit'), ("'had", 'had'), ("'my", 'my'), ("'feeling", 'feeling'), ("'a", 'a'), ("'many", 'many'), ("'Rebellion", 'Rebellion'), ("'second", 'second'), ("'we", 'we'), ("'follower", 'follower'), ("'OF", 'OF')]
TCOG19190101-V06-01-page14.txt: [("'a", 'a'), ("'a", 'a'), ("'close", 'close'), ("'the", 'the'), ("'his", 'his'), ('\'third."', 'third."'), ("'both", 'both'), ("'for", 'for'), ("'one", 'one'), ("'for", 'for'), ("'d", 'd'), ("'they", 'they'), ("'these", 'these'), ("'sing", 'sing'), ("'in", 'in'), ("'Spiritual", 'Spiritual'), ("'So", 'So'), ("'See", 'See'), ("'the", 'the'), ("'the", 'the'), ("'Junior.", 'Junior.'), ("'are", 'are'), ("'Even", 'Even')]
TCOG19190101-V06-01-page15.txt: [("'VERYtiny", 'VERYtiny'), ("'boat", 'boat'), ("'s", 's'), ("'a", 'a'), ("'Weare", 'Weare'), ("'fishing", 'fishing'), ("'Oh", 'Oh'), ("'exercised", 'exercised'), ("'cannot", 'cannot'), ("'wonder.", 'wonder.')]
TCOG19190101-V06-01-page16.txt: [("'Gordon", 'Gordon'), ("'In", 'In'), ("'Sabbath", 'Sabbath'), ("'to", 'to'), ("'Subject", 'Subject'), ("'still", 'still'), ("'study", 'study'), ("'the", 'the'), ("'All", 'All')]
TCOG19190101-V06-01-page2.txt: [("'properly", 'properly'), ("'Your", 'Your'), ("'That's", 'Thats'), ("'Doesn't", 'Doesnt'), ("'I", 'I'), ("'Ah", 'Ah'), ("'I'll", 'Ill'), ("'some", 'some'), ("'Yes", 'Yes'), ("'What", 'What'), ("'Doesn't", 'Doesnt'), ("'What'sthe", 'Whatsthe'), ("'You", 'You'), ("'.", '.'), ("'to", 'to'), ("'Beg", 'Beg'), ("'Who", 'Who'), ("'ask.", 'ask.'), ("'Doesn't", 'Doesnt'), ("'Another", 'Another'), ("'to", 'to'), ("'organ", 'organ'), ("'See", 'See')]
TCOG19190101-V06-01-page3.txt: [("'the", 'the'), ("'machinery", 'machinery'), ("'doesn't", 'doesnt'), ("'Well", 'Well'), ("'pardon", 'pardon'), ("'Why", 'Why'), ("'go", 'go'), ("'Make", 'Make'), ("'took", 'took'), ("'set", 'set'), ("'great", 'great'), ('\'for"', 'for"'), ("'need", 'need'), ('\'"', '"'), ("'Did", 'Did'), ('\'"', '"'), ("'come", 'come'), ("'mightyepitliet", 'mightyepitliet'), ("'Issues", 'Issues'), ("'and", 'and')]
TCOG19190101-V06-01-page4.txt: [("'utmost", 'utmost'), ("'the", 'the'), ("'day", 'day'), ("'cannot", 'cannot'), ("'be", 'be'), ("'calculated", 'calculated')]
TCOG19190101-V06-01-page5.txt: [("'to", 'to'), ("'''nia", 'nia'), ("'the", 'the'), ("'for", 'for'), ("'providing", 'providing'), ("'Missionary", 'Missionary'), ("'missionary", 'missionary'), ("'Many", 'Many'), ("'a", 'a'), ("'secretary", 'secretary'), ("'for", 'for'), ("'Done", 'Done'), ("'No", 'No'), ("'to", 'to'), ("'distribution", 'distribution'), ("'distribution", 'distribution'), ("'be", 'be'), ("'or", 'or')]
TCOG19190101-V06-01-page6.txt: [("'it", 'it'), ("'to", 'to'), ("'the", 'the'), ("'developed.", 'developed.'), ("'for", 'for'), ("'can", 'can'), ("'of", 'of'), ("'question", 'question'), ("'First", 'First'), ("'not", 'not'), ("'do", 'do'), ("'This", 'This'), ("'fisher", 'fisher'), ("'only", 'only'), ("'a", 'a')]
TCOG19190101-V06-01-page7.txt: [("'harvest.", 'harvest.'), ("'found", 'found'), ("'correspondence", 'correspondence'), ("'called", 'called'), ("'..the", '..the'), ("'not", 'not'), ("'Made", 'Made'), ("'first", 'first'), ("'the", 'the'), ("'sent", 'sent'), ("'reply", 'reply'), ("'may", 'may'), ("'continue", 'continue'), ("'is", 'is'), ("'letters", 'letters'), ("'should", 'should'), ("'find", 'find'), ("'correspondence", 'correspondence'), ("'handy", 'handy'), ("'and", 'and'), ("'it", 'it'), ("'bills", 'bills'), ("'He", 'He'), ("'of", 'of'), ("'and", 'and'), ("'the", 'the'), ("'again", 'again'), ("'a", 'a'), ("'its", 'its'), ("'ones", 'ones'), ("'a", 'a')]
TCOG19190101-V06-01-page8.txt: [("'this", 'this'), ("'numbers", 'numbers'), ("'Programs", 'Programs')]
TCOG19190101-V06-01-page9.txt: [("'previous", 'previous'), ("'General", 'General'), ("'Bible", 'Bible'), ("'I", 'I'), ("'of", 'of'), ("'shadow", 'shadow'), ("'Volunteers", 'Volunteers'), ("'to", 'to')]
TCOG19190201-V06-02-page11.txt: [("'Christ", 'Christ')]
TCOG19190201-V06-02-page14.txt: [("'John", 'John'), ("'Blessed", 'Blessed')]
TCOG19190201-V06-02-page3.txt: [("'VI", 'VI')]
TCOG19190201-V06-02-page4.txt: [("'em", 'em')]
TCOG19190201-V06-02-page6.txt: [("'today's", 'todays')]
TCOG19190201-V06-02-page7.txt: [("'from", 'from')]
TCOG19190201-V06-02-page9.txt: [("'thy", 'thy'), ("'God", 'God'), ('\'"', '"'), ("'DEN.", 'DEN.'), ("'in", 'in'), ("'hold", 'hold')]
TCOG19190301-V06-03-page1.txt: [("'highly", 'highly')]
TCOG19190301-V06-03-page10.txt: [("'Tis", 'Tis'), ("'This", 'This'), ("'Twill", 'Twill')]
TCOG19190301-V06-03-page12.txt: [("'Are", 'Are')]
TCOG19190301-V06-03-page13.txt: [("'My", 'My')]
TCOG19190301-V06-03-page15.txt: [('\'"', '"')]
TCOG19190301-V06-03-page2.txt: [("'church", 'church'), ("'considered.", 'considered.'), ("'Vol", 'Vol'), ("'Duo", 'Duo')]
TCOG19190301-V06-03-page4.txt: [("'was", 'was')]
TCOG19190301-V06-03-page6.txt: [("'belong", 'belong'), ("'she", 'she')]
TCOG19190301-V06-03-page7.txt: [("'Questions", 'Questions')]
TCOG19190301-V06-03-page8.txt: [("'respon", 'respon'), ("'es", 'es')]
TCOG19190401-V06-04-page10.txt: [("'Send", 'Send'), ("'Lord", 'Lord'), ("'Hiding", 'Hiding')]
TCOG19190401-V06-04-page12.txt: [("'alcohol", 'alcohol'), ("'every", 'every')]
TCOG19190401-V06-04-page14.txt: [("'nough", 'nough')]
TCOG19190401-V06-04-page3.txt: [("'the", 'the')]
TCOG19190401-V06-04-page5.txt: [('\'"Go', '"Go')]
TCOG19190401-V06-04-page6.txt: [("'Thess.", 'Thess.')]
TCOG19190401-V06-04-page7.txt: [("'Except", 'Except')]
TCOG19190401-V06-04-page9.txt: [("'My", 'My')]
TCOG19190501-V06-05-page10.txt: [("'Cause", 'Cause')]
TCOG19190501-V06-05-page12.txt: [("'the", 'the'), ("'Gaither", 'Gaither'), ("'will", 'will')]
TCOG19190501-V06-05-page13.txt: [("'As", 'As'), ("'Whosoever", 'Whosoever')]
TCOG19190501-V06-05-page15.txt: [("'twas", 'twas'), ("'tis", 'tis'), ("'twas", 'twas'), ("'twas", 'twas'), ("'ewes", 'ewes'), ("'tis", 'tis'), ("'twas", 'twas'), ("'twas", 'twas'), ("'twas", 'twas'), ("'tis", 'tis')]
TCOG19190501-V06-05-page16.txt: [("'This", 'This')]
TCOG19190501-V06-05-page3.txt: [("'Church", 'Church')]
TCOG19190501-V06-05-page5.txt: [("'hand", 'hand')]
TCOG19190501-V06-05-page6.txt: [("'No", 'No')]
TCOG19190501-V06-05-page7.txt: [("'I", 'I'), ("'Behold", 'Behold')]
TCOG19190501-V06-05-page8.txt: [("'Twas", 'Twas')]
TCOG19190601-V06-06-page1.txt: [("'June", 'June'), ("'with", 'with'), ("'my", 'my'), ("'them", 'them')]
TCOG19190601-V06-06-page10.txt: [("'sure", 'sure')]
TCOG19190601-V06-06-page11.txt: [("'Bout", 'Bout'), ("'at", 'at'), ("'Bout", 'Bout'), ("'at", 'at'), ("'An", 'An')]
TCOG19190601-V06-06-page12.txt: [("'.", '.')]
TCOG19190601-V06-06-page15.txt: [("'Siah", 'Siah'), ("'Stings", 'Stings')]
TCOG19190601-V06-06-page16.txt: [("'Tis", 'Tis')]
TCOG19190601-V06-06-page3.txt: [("'believe", 'believe')]
TCOG19190601-V06-06-page5.txt: [("'consequences", 'consequences')]
TCOG19190601-V06-06-page6.txt: [("'em", 'em'), ("'em", 'em')]
TCOG19190601-V06-06-page7.txt: [("'Cor.", 'Cor.'), ('\'"', '"')]
TCOG19190601-V06-06-page8.txt: [("'chosen", 'chosen')]
TCOG19190601-V06-06-page9.txt: [("'this", 'this'), ("'broad", 'broad')]
TCOG19190701-V06-07-page10.txt: [("'.", '.')]
TCOG19190701-V06-07-page11.txt: [("'ifyou'll", 'ifyoull'), ("'God", 'God')]
TCOG19190701-V06-07-page15.txt: [("'understand", 'understand')]
TCOG19190701-V06-07-page16.txt: [("'as", 'as')]
TCOG19190701-V06-07-page4.txt: [("'which", 'which'), ("'and", 'and')]
TCOG19190701-V06-07-page5.txt: [("'Repent", 'Repent')]
TCOG19190701-V06-07-page7.txt: [("'were", 'were')]
TCOG19190701-V06-07-page8.txt: [("'Tis", 'Tis')]
TCOG19190801-V06-08-page11.txt: [("'Sherwood.", 'Sherwood.')]
TCOG19190801-V06-08-page13.txt: [("'or", 'or'), ('\'work."', 'work."'), ("'comes", 'comes')]
TCOG19190801-V06-08-page2.txt: [("'This", 'This')]
TCOG19190801-V06-08-page5.txt: [("'of", 'of')]
TCOG19190801-V06-08-page6.txt: [("'with", 'with')]
TCOG19190801-V06-08-page9.txt: [("'an", 'an'), ("'tried", 'tried')]
TCOG19190901-V06-09-page1.txt: [("'White.", 'White.'), ("'every", 'every'), ("'to", 'to')]
TCOG19190901-V06-09-page10.txt: [("'all", 'all'), ("'Tis", 'Tis'), ("'Tie", 'Tie'), ("'Tis", 'Tis'), ("'Tie", 'Tie')]
TCOG19190901-V06-09-page11.txt: [("'c", 'c')]
TCOG19190901-V06-09-page12.txt: [("'to", 'to'), ("'as", 'as'), ("'house.", 'house.')]
TCOG19190901-V06-09-page13.txt: [("'invite", 'invite'), ("'Secretary's", 'Secretarys')]
TCOG19190901-V06-09-page14.txt: [("'f", 'f'), ("'Brother", 'Brother'), ("'just", 'just'), ("'Did", 'Did'), ("'Now", 'Now')]
TCOG19190901-V06-09-page15.txt: [("'She", 'She'), ("'Twas", 'Twas'), ("'My", 'My'), ("'a", 'a'), ("'Has", 'Has')]
TCOG19190901-V06-09-page16.txt: [("'Goal", 'Goal'), ("'to", 'to')]
TCOG19190901-V06-09-page3.txt: [("'located", 'located')]
TCOG19190901-V06-09-page4.txt: [("'Task", 'Task'), ("'Source", 'Source'), ("'luring", 'luring')]
TCOG19190901-V06-09-page6.txt: [("'seating", 'seating')]
TCOG19190901-V06-09-page7.txt: [("'want", 'want')]
TCOG19191001-V06-10-page1.txt: [("'of", 'of')]
TCOG19191001-V06-10-page11.txt: [("'regular", 'regular'), ("'water.", 'water.')]
TCOG19191001-V06-10-page12.txt: [("'Jesus", 'Jesus')]
TCOG19191001-V06-10-page13.txt: [("'long", 'long'), ("'er", 'er'), ("'er", 'er'), ("'fraid", 'fraid'), ("'gone", 'gone')]
TCOG19191001-V06-10-page15.txt: [("'For", 'For'), ("'life", 'life')]
TCOG19191001-V06-10-page16.txt: [("'in", 'in')]
TCOG19191001-V06-10-page2.txt: [("'for", 'for')]
TCOG19191001-V06-10-page3.txt: [("'Band", 'Band')]
TCOG19191001-V06-10-page4.txt: [("'More", 'More'), ("'.", '.')]
TCOG19191001-V06-10-page5.txt: [("'the", 'the'), ("'be", 'be'), ("'one", 'one'), ("'Twas", 'Twas')]
TCOG19191001-V06-10-page6.txt: [("'promises", 'promises')]
TCOG19191001-V06-10-page8.txt: [("'most", 'most'), ("'tis", 'tis'), ("'tis", 'tis'), ("'Twould", 'Twould')]
TCOG19191001-V06-10-page9.txt: [("'for", 'for'), ("'regain", 'regain'), ("'improvement", 'improvement'), ("'odd", 'odd'), ("'Tis", 'Tis')]
TCOG19191101-V06-11-page12.txt: [("'in", 'in'), ("'social", 'social'), ('\'"', '"')]
TCOG19191101-V06-11-page13.txt: [("'They're", 'Theyre')]
TCOG19191101-V06-11-page14.txt: [("'tis", 'tis'), ("'tis", 'tis'), ("'tis", 'tis'), ("'cement", 'cement')]
TCOG19191101-V06-11-page15.txt: [("'f", 'f')]
TCOG19191101-V06-11-page16.txt: [("'Lelia", 'Lelia'), ("'Work", 'Work')]
TCOG19191101-V06-11-page2.txt: [("'referred", 'referred'), ("'church", 'church'), ("'the", 'the')]
TCOG19191101-V06-11-page3.txt: [("'multiplied", 'multiplied')]
TCOG19191101-V06-11-page4.txt: [("'Bob", 'Bob')]
TCOG19191101-V06-11-page6.txt: [("'different", 'different')]
TCOG19191101-V06-11-page8.txt: [("'just", 'just')]
TCOG19191101-V06-11-page9.txt: [("'to", 'to')]
TCOG19191201-V06-12-page10.txt: [("'Tis", 'Tis')]
TCOG19191201-V06-12-page11.txt: [("'F.", 'F.')]
TCOG19191201-V06-12-page13.txt: [("'Tis", 'Tis')]
TCOG19191201-V06-12-page14.txt: [("'ought", 'ought'), ("'and", 'and'), ("'winding", 'winding'), ("'of", 'of'), ('\'"', '"')]
TCOG19191201-V06-12-page15.txt: [("'of", 'of')]
TCOG19191201-V06-12-page3.txt: [("'Uncle", 'Uncle'), ("'No", 'No'), ("'Have", 'Have'), ("'I", 'I'), ("'What", 'What'), ("'Dear", 'Dear')]
TCOG19191201-V06-12-page7.txt: [("'Easy", 'Easy'), ("'and", 'and')]
TCOG19191201-V06-12-page9.txt: [("'twas", 'twas')]
TCOG19200101-V07-01-page10.txt: [("'secret", 'secret'), ("'and", 'and'), ("'as", 'as'), ("'and", 'and')]
TCOG19200101-V07-01-page11.txt: [("'Nay", 'Nay'), ("'Yes", 'Yes'), ("'Tie", 'Tie'), ("'laid", 'laid')]
TCOG19200101-V07-01-page12.txt: [('\'means"', 'means"'), ("'work.", 'work.'), ("'neath", 'neath')]
TCOG19200101-V07-01-page14.txt: [("'Nichau", 'Nichau')]
TCOG19200101-V07-01-page15.txt: [("'Ricotta", 'Ricotta'), ("'this", 'this'), ("'pointed", 'pointed'), ("'cause", 'cause'), ("'rithmetic.", 'rithmetic.')]
TCOG19200101-V07-01-page16.txt: [("'twill", 'twill'), ("'When", 'When')]
TCOG19200101-V07-01-page3.txt: [("'Ye", 'Ye')]
TCOG19200101-V07-01-page5.txt: [("'regardless", 'regardless')]
TCOG19200101-V07-01-page6.txt: [("'school", 'school'), ("'summer", 'summer'), ("'smallest", 'smallest'), ("'curbstone.", 'curbstone.')]
TCOG19200101-V07-01-page7.txt: [("'within", 'within'), ("'verts", 'verts'), ("'out", 'out'), ("'Manual", 'Manual')]
TCOG19200101-V07-01-page8.txt: [("'Topic", 'Topic')]
TCOG19200101-V07-01-page9.txt: [("'youth", 'youth')]
TCOG19200201-V07-02-page1.txt: [("'Reprove", 'Reprove')]
TCOG19200201-V07-02-page10.txt: [("'anchor", 'anchor'), ("'twas", 'twas'), ("'another.", 'another.')]
TCOG19200201-V07-02-page11.txt: [("'Daily", 'Daily'), ('\'"', '"'), ("'cover", 'cover')]
TCOG19200201-V07-02-page12.txt: [("'because", 'because'), ("'Love", 'Love'), ("'Love", 'Love')]
TCOG19200201-V07-02-page13.txt: [("'honor", 'honor'), ("'By", 'By'), ("'For", 'For')]
TCOG19200201-V07-02-page15.txt: [("'room", 'room'), ("'Behold", 'Behold')]
TCOG19200201-V07-02-page16.txt: [("'going", 'going')]
TCOG19200201-V07-02-page2.txt: [("'church", 'church'), ("'tense.", 'tense.'), ("'Fait", 'Fait'), ("'that", 'that'), ("'But", 'But'), ("'he", 'he'), ("'God", 'God')]
TCOG19200201-V07-02-page3.txt: [("'the", 'the')]
TCOG19200201-V07-02-page4.txt: [("'channels", 'channels')]
TCOG19200201-V07-02-page6.txt: [("'temper", 'temper'), ("'He", 'He')]
TCOG19200201-V07-02-page7.txt: [("'You", 'You'), ("'Every", 'Every'), ("'that", 'that'), ("'Christ", 'Christ')]
TCOG19200201-V07-02-page8.txt: [("'of", 'of'), ("'Secretary's", 'Secretarys')]
TCOG19200301-V07-03-page1.txt: [("'church.", 'church.'), ("'binding", 'binding')]
TCOG19200301-V07-03-page10.txt: [("'spiritual", 'spiritual')]
TCOG19200301-V07-03-page11.txt: [("'Song.", 'Song.'), ("'better", 'better'), ("'the", 'the')]
TCOG19200301-V07-03-page12.txt: [("'Doing", 'Doing'), ("'Good", 'Good')]
TCOG19200301-V07-03-page14.txt: [("'nether", 'nether')]
TCOG19200301-V07-03-page15.txt: [("'to", 'to'), ("'neath", 'neath'), ("'dared", 'dared')]
TCOG19200301-V07-03-page5.txt: [("'gleaming", 'gleaming')]
TCOG19200301-V07-03-page7.txt: [("'Tis", 'Tis'), ("'twill", 'twill')]
TCOG19200301-V07-03-page8.txt: [("'As", 'As')]
TCOG19200401-V07-04-page1.txt: [("'be", 'be'), ("'did", 'did'), ("'Verily", 'Verily')]
TCOG19200401-V07-04-page10.txt: [("'statement", 'statement'), ("'criticize", 'criticize'), ("'em", 'em')]
TCOG19200401-V07-04-page11.txt: [("'Tis", 'Tis')]
TCOG19200401-V07-04-page12.txt: [("'their", 'their')]
TCOG19200401-V07-04-page13.txt: [("'is", 'is')]
TCOG19200401-V07-04-page14.txt: [("'en", 'en'), ("'Is", 'Is'), ("'welting", 'welting'), ("'Well", 'Well'), ("'Well", 'Well'), ("'He", 'He')]
TCOG19200401-V07-04-page15.txt: [("'was", 'was')]
TCOG19200401-V07-04-page16.txt: [("'IRENE", 'IRENE'), ("'gainst", 'gainst'), ("'Tis", 'Tis'), ("'they", 'they')]
TCOG19200401-V07-04-page2.txt: [("'immediately", 'immediately'), ("'has", 'has'), ("'work.", 'work.'), ("'election", 'election')]
TCOG19200401-V07-04-page3.txt: [("'Reading", 'Reading'), ("'Collect", 'Collect'), ("'Follow", 'Follow'), ("'of", 'of'), ("'led", 'led'), ("'Here", 'Here'), ("'Thou", 'Thou'), ("'would", 'would'), ("'give", 'give'), ("'p.", 'p.')]
TCOG19200401-V07-04-page4.txt: [("'I", 'I')]
TCOG19200401-V07-04-page6.txt: [("'Christian", 'Christian'), ("'his", 'his'), ("'I", 'I'), ("'Wait", 'Wait'), ("'Why", 'Why'), ("'I", 'I'), ("'That's", 'Thats'), ("'John", 'John'), ("'one", 'one')]
TCOG19200401-V07-04-page7.txt: [("'a", 'a'), ("'church", 'church'), ("'We", 'We')]
TCOG19200401-V07-04-page8.txt: [("'Volunteer", 'Volunteer')]
TCOG19200401-V07-04-page9.txt: [("'was", 'was')]
TCOG19200501-V07-05-page1.txt: [("'country", 'country')]
TCOG19200501-V07-05-page10.txt: [("'SHAW.", 'SHAW.'), ("'He", 'He')]
TCOG19200501-V07-05-page11.txt: [("'Then", 'Then'), ("'bone", 'bone'), ("'They", 'They'), ("'had", 'had'), ("'of", 'of'), ("'then", 'then')]
TCOG19200501-V07-05-page13.txt: [("'Be", 'Be'), ("'Nuther", 'Nuther')]
TCOG19200501-V07-05-page15.txt: [("'casually.", 'casually.'), ("'San", 'San')]
TCOG19200501-V07-05-page16.txt: [("'witness", 'witness'), ("'and", 'and')]
TCOG19200501-V07-05-page3.txt: [("'Report", 'Report'), ("'Offering", 'Offering'), ("'Let", 'Let')]
TCOG19200501-V07-05-page4.txt: [("'as", 'as'), ("'Set", 'Set')]
TCOG19200501-V07-05-page5.txt: [("'Of", 'Of'), ("'A", 'A')]
TCOG19200501-V07-05-page6.txt: [("'missionary", 'missionary'), ("'of", 'of'), ("'down", 'down'), ("'objectionable", 'objectionable'), ("'Christ", 'Christ'), ("'Sabbath", 'Sabbath')]
TCOG19200501-V07-05-page7.txt: [("'brings", 'brings'), ("'but", 'but'), ("'Possibly", 'Possibly')]
TCOG19200601-V07-06-page1.txt: [("'he", 'he'), ("'January", 'January')]
TCOG19200601-V07-06-page10.txt: [("'him.", 'him.'), ("'in", 'in'), ("'Judas", 'Judas'), ("'our", 'our')]
TCOG19200601-V07-06-page11.txt: [("'doesn't", 'doesnt'), ("'Whether", 'Whether'), ("'class", 'class'), ("'Does", 'Does'), ("'heart", 'heart'), ("'idly", 'idly'), ("'etntlie", 'etntlie'), ("'The", 'The'), ("'huge", 'huge'), ("'of", 'of'), ("'cheek", 'cheek'), ("'Supper", 'Supper'), ("'the", 'the'), ("'Pietro", 'Pietro'), ("'artist", 'artist'), ("'hardened", 'hardened')]
TCOG19200601-V07-06-page12.txt: [("'think", 'think')]
TCOG19200601-V07-06-page14.txt: [("'Cast", 'Cast'), ("'the", 'the'), ("'The", 'The')]
TCOG19200601-V07-06-page15.txt: [("'Tis", 'Tis'), ("'all", 'all')]
TCOG19200601-V07-06-page16.txt: [("'s", 's'), ("'Ss", 'Ss')]
TCOG19200601-V07-06-page2.txt: [("'life.", 'life.'), ("'leaders", 'leaders')]
TCOG19200601-V07-06-page3.txt: [("'case", 'case'), ("'God", 'God'), ("'Surely", 'Surely')]
TCOG19200601-V07-06-page4.txt: [("'the", 'the'), ("'Bible", 'Bible')]
TCOG19200601-V07-06-page5.txt: [('\'."', '."'), ("'go", 'go'), ("'hat", 'hat')]
TCOG19200601-V07-06-page6.txt: [("'others", 'others'), ("'Collie", 'Collie'), ("'called", 'called'), ("'Closing", 'Closing'), ("'sorry", 'sorry'), ("'development", 'development'), ("'message", 'message')]
TCOG19200601-V07-06-page8.txt: [("'there", 'there'), ("'Society", 'Society'), ("'Phis", 'Phis'), ("'Consecration", 'Consecration')]
TCOG19200601-V07-06-page9.txt: [("'said", 'said'), ("'be", 'be'), ("'intellectual", 'intellectual'), ("'he", 'he'), ("'to", 'to'), ("'Twas", 'Twas')]
TCOG19200701-V07-07-page10.txt: [("'will", 'will'), ('\'"', '"')]
TCOG19200701-V07-07-page11.txt: [("'That", 'That'), ("'or", 'or'), ("'Many", 'Many')]
TCOG19200701-V07-07-page12.txt: [("'em", 'em'), ("'.", '.')]
TCOG19200701-V07-07-page13.txt: [("'bout", 'bout'), ("'im", 'im'), ("'im", 'im'), ("'ins", 'ins'), ("'ud", 'ud'), ("'bout", 'bout'), ("'z", 'z'), ("'round", 'round'), ("'im.", 'im.')]
TCOG19200701-V07-07-page14.txt: [("'fore", 'fore'), ("'vision", 'vision')]
TCOG19200701-V07-07-page16.txt: [("'Twould", 'Twould'), ("'Mid", 'Mid'), ("'word", 'word')]
TCOG19200701-V07-07-page2.txt: [("'We", 'We'), ("'should", 'should')]
TCOG19200701-V07-07-page3.txt: [("'in", 'in'), ("'the", 'the')]
TCOG19200701-V07-07-page4.txt: [("'a", 'a'), ("'beginning", 'beginning'), ("'Well", 'Well'), ("'Well", 'Well')]
TCOG19200701-V07-07-page5.txt: [("'sit", 'sit'), ("'the", 'the')]
TCOG19200701-V07-07-page6.txt: [("'complished", 'complished'), ("'lions", 'lions')]
TCOG19200701-V07-07-page7.txt: [("'I", 'I'), ("'he", 'he')]
TCOG19200701-V07-07-page8.txt: [("'I", 'I')]
TCOG19200701-V07-07-page9.txt: [("'I'm", 'Im')]
TCOG19200801-V07-08-page1.txt: [("'of", 'of')]
TCOG19200801-V07-08-page10.txt: [("'Junior", 'Junior')]
TCOG19200801-V07-08-page11.txt: [("'God", 'God'), ("'girl", 'girl'), ("'seem", 'seem'), ("'seventeen", 'seventeen'), ("'this", 'this'), ("'tarry", 'tarry')]
TCOG19200801-V07-08-page12.txt: [("'neath", 'neath')]
TCOG19200801-V07-08-page13.txt: [("'Salvation", 'Salvation'), ("'everything", 'everything'), ("'Have", 'Have'), ("'of", 'of')]
TCOG19200801-V07-08-page14.txt: [("'appreciative", 'appreciative'), ("'WITHIN", 'WITHIN'), ("'from", 'from')]
TCOG19200801-V07-08-page15.txt: [("'kind", 'kind'), ("'Form", 'Form'), ("'DONA", 'DONA'), ("'spirit", 'spirit'), ("'princes", 'princes')]
TCOG19200801-V07-08-page16.txt: [("'so", 'so'), ("'a", 'a')]
TCOG19200801-V07-08-page2.txt: [("'.", '.'), ("'believe", 'believe'), ("'charge", 'charge'), ("'was", 'was'), ("'secretary", 'secretary')]
TCOG19200801-V07-08-page3.txt: [("'its", 'its'), ("'work", 'work')]
TCOG19200801-V07-08-page4.txt: [("'who", 'who'), ("'that", 'that'), ("'medical", 'medical'), ("'of", 'of'), ("'of", 'of'), ("'denomination", 'denomination'), ("'accomplished", 'accomplished')]
TCOG19200801-V07-08-page5.txt: [("'Tis", 'Tis')]
TCOG19200801-V07-08-page6.txt: [("'and", 'and'), ("'voices", 'voices'), ("'Christ", 'Christ'), ("'Truly", 'Truly'), ("'The", 'The'), ("'to", 'to')]
TCOG19200801-V07-08-page7.txt: [("'ever", 'ever'), ("'In", 'In')]
TCOG19200801-V07-08-page8.txt: [("'he", 'he'), ("'rolled", 'rolled')]
TCOG19200801-V07-08-page9.txt: [("'contact", 'contact')]
TCOG19200901-V07-09-page10.txt: [("'feel", 'feel'), ("'invited", 'invited')]
TCOG19200901-V07-09-page12.txt: [("'tut", 'tut')]
TCOG19200901-V07-09-page13.txt: [("'not", 'not'), ("'entrance", 'entrance'), ("'s", 's'), ("'be", 'be')]
TCOG19200901-V07-09-page14.txt: [("'on", 'on'), ("'al", 'al'), ("'eternitY", 'eternitY'), ("'asked.", 'asked.'), ("'we", 'we')]
TCOG19200901-V07-09-page15.txt: [("'about", 'about'), ("'auntie", 'auntie'), ("'Just", 'Just'), ("'Way", 'Way'), ("'gift", 'gift'), ("'and", 'and'), ("'the", 'the')]
TCOG19200901-V07-09-page2.txt: [("'cannot", 'cannot'), ("'timer", 'timer'), ("'of", 'of')]
TCOG19200901-V07-09-page3.txt: [("'attended", 'attended'), ('\'"', '"'), ("'Will", 'Will'), ("'till", 'till'), ("'good", 'good'), ("'all", 'all'), ("'thus", 'thus'), ('\'"', '"'), ("'Many", 'Many')]
TCOG19200901-V07-09-page4.txt: [("'without", 'without'), ("'Annual", 'Annual')]
TCOG19200901-V07-09-page5.txt: [("'your", 'your'), ("'Tis", 'Tis')]
TCOG19200901-V07-09-page6.txt: [("'Where", 'Where')]
TCOG19200901-V07-09-page7.txt: [("'the", 'the')]
TCOG19200901-V07-09-page8.txt: [("'friendship", 'friendship'), ("'Tis", 'Tis')]
TCOG19200901-V07-09-page9.txt: [("'Howard", 'Howard')]
TCOG19201001-V07-10-page10.txt: [("'murderers", 'murderers')]
TCOG19201001-V07-10-page13.txt: [('\'"', '"'), ("'My", 'My'), ("'Week", 'Week')]
TCOG19201001-V07-10-page15.txt: [("'most", 'most')]
TCOG19201001-V07-10-page3.txt: [("'make", 'make')]
TCOG19201001-V07-10-page4.txt: [("'test", 'test'), ("'She", 'She'), ("'aching", 'aching'), ("'Saviour.", 'Saviour.')]
TCOG19201001-V07-10-page5.txt: [("'shall", 'shall')]
TCOG19201001-V07-10-page6.txt: [("'to", 'to'), ("''shalt", 'shalt')]
TCOG19201001-V07-10-page7.txt: [("'have", 'have'), ("'Are", 'Are'), ("'Come", 'Come'), ("'No", 'No')]
TCOG19201001-V07-10-page8.txt: [("'Light", 'Light')]
TCOG19201001-V07-10-page9.txt: [("'tis", 'tis')]
TCOG19201101-V07-11-page1.txt: [("'the", 'the'), ("'the", 'the'), ("'Give", 'Give'), ("'Strength", 'Strength'), ("'perishable", 'perishable')]
TCOG19201101-V07-11-page10.txt: [("'Sin", 'Sin'), ("'imperiled.", 'imperiled.')]
TCOG19201101-V07-11-page11.txt: [("'any", 'any')]
TCOG19201101-V07-11-page13.txt: [("'Tin", 'Tin'), ("'to", 'to'), ("'I", 'I')]
TCOG19201101-V07-11-page14.txt: [("'m", 'm'), ("'but", 'but'), ("'Tis", 'Tis'), ("'I", 'I')]
TCOG19201101-V07-11-page15.txt: [("'thank", 'thank'), ("'Lady", 'Lady'), ("'Lost", 'Lost'), ("'Lady", 'Lady'), ("'Lady", 'Lady'), ("'fastened", 'fastened'), ("'Lady", 'Lady')]
TCOG19201101-V07-11-page16.txt: [("'to", 'to'), ('\'"But', '"But'), ("'be", 'be')]
TCOG19201101-V07-11-page2.txt: [("'to", 'to')]
TCOG19201101-V07-11-page3.txt: [("'second", 'second')]
TCOG19201101-V07-11-page4.txt: [("'seeking", 'seeking')]
TCOG19201101-V07-11-page5.txt: [("'The", 'The')]
TCOG19201101-V07-11-page6.txt: [("'the", 'the')]
TCOG19201101-V07-11-page7.txt: [("'em", 'em'), ("'her", 'her')]
TCOG19201101-V07-11-page8.txt: [("'be", 'be'), ("'to", 'to'), ("'I", 'I')]
TCOG19201101-V07-11-page9.txt: [("'quiet", 'quiet')]
TCOG19201201-V07-12-page10.txt: [("'home.", 'home.')]
TCOG19201201-V07-12-page11.txt: [("'Big", 'Big')]
TCOG19201201-V07-12-page12.txt: [("'and", 'and')]
TCOG19201201-V07-12-page15.txt: [("'literature", 'literature')]
TCOG19201201-V07-12-page5.txt: [("'under", 'under')]
TCOG19201201-V07-12-page8.txt: [("'tis", 'tis'), ("'tis", 'tis'), ("'the", 'the')]
TCOG19201201-V07-12-page9.txt: [("'ter", 'ter'), ("'Webster.", 'Webster.')]
In [35]:
# %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/TCOG/correction4

Average verified rate: 0.9867158041488256

Average of error rates: 0.013583333333333333

Total token count: 1780311

In [36]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[36]:
[("'", 3299),
 ("officers'", 1329),
 ('e', 632),
 ('id', 542),
 ('d', 478),
 ('g', 417),
 ('t', 407),
 ('r', 381),
 ('m', 360),
 ('w', 308),
 ('pp', 253),
 ('f', 222),
 ('n', 195),
 ('ex', 173),
 ("the'", 62),
 ('th', 60),
 ('co', 60),
 ('soul-winning', 60),
 ("an'", 59),
 ('eze', 59),
 ('mal', 54),
 ('re', 53),
 ('tbe', 45),
 ('x', 44),
 ('mayta', 43),
 ('u', 42),
 ('scudder', 40),
 ('agtte', 36),
 ('z', 36),
 ('k', 36),
 ("to'", 34),
 ('seventhday', 31),
 ('missi', 30),
 ('lb', 30),
 ('mt', 29),
 ('ro', 28),
 ('nd', 26),
 ('-', 26),
 ('epartment', 26),
 ('cburth', 25),
 ('ft', 24),
 ('cburtb', 24),
 ("and'", 24),
 ('hsi', 24),
 ('good-by', 24),
 ("leaders'", 23),
 ('hasan', 23),
 ('hunchy', 23),
 ('al', 22),
 ('tion', 22)]

Correction 5 -- Rejoin Split Words

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

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

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

for filename in corpus:
    content = utilities.readfile(directories['prev'], filename)
    
    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()
TCOG19140101-V01-01-page14.txt: [('Foreig', 'n')]
TCOG19140101-V01-01-page16.txt: [('ti', 'l')]
TCOG19140101-V01-01-page8.txt: [('unsc', 'reened')]
TCOG19140201-V01-02-page11.txt: [('Throug', 'h')]
TCOG19140201-V01-02-page2.txt: [('pr', 'each')]
TCOG19140201-V01-02-page4.txt: [('formi', 'dable')]
TCOG19140201-V01-02-page8.txt: [('conditio', 'ns')]
TCOG19140301-V01-03-page9.txt: [('sti', 'fling')]
TCOG19140401-V01-04-page10.txt: [('Nez', 'Perce')]
TCOG19140401-V01-04-page15.txt: [('swif', 'tly')]
TCOG19140401-V01-04-page8.txt: [('Mis', 'sions')]
TCOG19140501-V01-05-page16.txt: [('Asso', 'ciation'), ('re', 'sults')]
TCOG19140501-V01-05-page2.txt: [('pa', 'ge'), ('ge', 'o')]
TCOG19140501-V01-05-page4.txt: [('prohibi', 'tion')]
TCOG19140601-V01-06-page14.txt: [('Ning', 'po')]
TCOG19140601-V01-06-page2.txt: [('disf', 'ellowshiped')]
TCOG19140801-V01-08-page12.txt: [('Patri', 'archs')]
TCOG19140801-V01-08-page13.txt: [('Ro', 'mans')]
TCOG19140901-V01-09-page15.txt: [('Sik', 'Kim')]
TCOG19141001-V01-10-page15.txt: [('Sik', 'KIM'), ('CH', 'UNG')]
TCOG19141001-V01-10-page16.txt: [('ASSOCIA', 'TION')]
TCOG19141101-V01-11-page9.txt: [('co', 'uncil')]
TCOG19150101-V02-01-page14.txt: [('Rememb', 'er')]
TCOG19150101-V02-01-page16.txt: [('re', 'minder')]
TCOG19150101-V02-01-page3.txt: [('TI', 'E')]
TCOG19150101-V02-01-page8.txt: [('subdi', 'visions')]
TCOG19150201-V02-02-page7.txt: [('M.', '')]
TCOG19150401-V02-04-page12.txt: [('yo', 'ur')]
TCOG19150401-V02-04-page3.txt: [('redemp', 'tion')]
TCOG19150401-V02-04-page8.txt: [('re', 'ceive')]
TCOG19150501-V02-05-page14.txt: [('un', 'Christlike')]
TCOG19150601-V02-06-page7.txt: [('re', 'ligious')]
TCOG19150601-V02-06-page9.txt: [('re', 'written')]
TCOG19150701-V02-07-page16.txt: [('Ne', 'v'), ("Go'", 's')]
TCOG19150701-V02-07-page8.txt: [('wel', 'fare'), ('al', 'lowed')]
TCOG19150801-V02-08-page1.txt: [("Christ'", 's')]
TCOG19150801-V02-08-page16.txt: [('da', 'is')]
TCOG19150901-V02-09-page13.txt: [('li', 'fe')]
TCOG19150901-V02-09-page16.txt: [('luxuri', 'ous')]
TCOG19151001-V02-10-page8.txt: [('Wres', 'tle')]
TCOG19151001-V02-10-page9.txt: [('re', 'create')]
TCOG19151101-V02-11-page1.txt: [('GA', 'ZETTE')]
TCOG19151101-V02-11-page3.txt: [('Testi', 'monies'), ('op', 'portune'), ('unweary', 'ing')]
TCOG19151101-V02-11-page7.txt: [('re', 'create')]
TCOG19151201-V02-12-page10.txt: [('ti', 'a')]
TCOG19151201-V02-12-page2.txt: [('tup', 'is')]
TCOG19160101-V03-01-page7.txt: [('re', 'alize')]
TCOG19160201-V03-02-page4.txt: [('exer', 'cised'), ('giv', 'ing'), ('representa', 'tives'), ('re', 'strict'), ('Ma', 'the'), ('wa', 'in'), ('effec', 'tive'), ('arrang', 'ing')]
TCOG19160201-V03-02-page5.txt: [('asser', 'tions')]
TCOG19160201-V03-02-page6.txt: [('pre', 'sent')]
TCOG19160301-V03-03-page10.txt: [('Fili', 'pinos')]
TCOG19160301-V03-03-page11.txt: [('re', 'sold')]
TCOG19160301-V03-03-page12.txt: [('AL', 'E'), ('su', 'perior')]
TCOG19160301-V03-03-page14.txt: [('ob', 'served')]
TCOG19160601-V03-06-page1.txt: [('re', 'created')]
TCOG19160601-V03-06-page4.txt: [('Hospi', 'tality')]
TCOG19160801-V03-08-page10.txt: [('Divi', 'sion')]
TCOG19160901-V03-09-page10.txt: [('re', 'creation')]
TCOG19160901-V03-09-page12.txt: [('organi', 'zation')]
TCOG19160901-V03-09-page5.txt: [('re', 'people')]
TCOG19161001-V03-10-page14.txt: [('wo', 'rking')]
TCOG19161001-V03-10-page8.txt: [('GA', 'ZETTE')]
TCOG19161115-V03-11-page16.txt: [('Criti', 'cism'), ("Scribner'", 's')]
TCOG19161115-V03-11-page2.txt: [('instruc', 'tion')]
TCOG19161115-V03-11-page7.txt: [('glor', 'ify')]
TCOG19161115-V03-11-page8.txt: [('fi', 'ends')]
TCOG19161201-V03-12-page4.txt: [('conven', 'tional'), ('ti', 'the')]
TCOG19170101-V04-01-page13.txt: [('dif', 'ferent')]
TCOG19170301-V04-03-page11.txt: [("didn'", 't')]
TCOG19170501-V04-05-page1.txt: [('Co', 'operation')]
TCOG19170701-V04-07-page14.txt: [('co', 'Operate')]
TCOG19170701-V04-07-page16.txt: [('co', 'operation')]
TCOG19170801-V04-08-page3.txt: [('opportuni', 'ties')]
TCOG19170801-V04-08-page6.txt: [('kno', 'w')]
TCOG19170901-V04-09-page6.txt: [('pre', 'pared')]
TCOG19170901-V04-09-page8.txt: [('wi', 'thin')]
TCOG19171101-V04-11-page10.txt: [('impre', 'ss')]
TCOG19171101-V04-11-page13.txt: [('mor', 'ning')]
TCOG19171101-V04-11-page2.txt: [('grati', 'tude')]
TCOG19171101-V04-11-page3.txt: [('handker', 'chiefs')]
TCOG19171101-V04-11-page6.txt: [('vari', 'ous')]
TCOG19171201-V04-12-page1.txt: [('occa', 'sion'), ('oppor', 'tunity')]
TCOG19171201-V04-12-page2.txt: [('Ulti', 'mate')]
TCOG19171201-V04-12-page9.txt: [('ble', 'ak')]
TCOG19180101-V05-01-page16.txt: [('Indo', 'China')]
TCOG19180201-V05-02-page13.txt: [('heav', 'ens')]
TCOG19180201-V05-02-page7.txt: [('co', 'operative')]
TCOG19180301-V05-03-page1.txt: [('IL', 'e')]
TCOG19180301-V05-03-page3.txt: [('th', 'e')]
TCOG19180501-V05-05-page1.txt: [('Peo', 'ple')]
TCOG19180501-V05-05-page4.txt: [('co', 'operate')]
TCOG19180501-V05-05-page6.txt: [('Wha', 't')]
TCOG19180601-V05-06-page11.txt: [('murdere', 'd')]
TCOG19180701-V05-07-page2.txt: [('co', 'operate')]
TCOG19180701-V05-07-page3.txt: [('importan', 't'), ('co', 'operation')]
TCOG19180801-V05-08-page2.txt: [('appreci', 'ated')]
TCOG19180901-V05-09-page12.txt: [('id', 'a')]
TCOG19180901-V05-09-page16.txt: [('co', 'operation')]
TCOG19180901-V05-09-page2.txt: [('co', 'operate'), ("treasury'", 's'), ('augmenta', 'tion')]
TCOG19180901-V05-09-page3.txt: [('co', 'operation')]
TCOG19180901-V05-09-page4.txt: [('re', 'turns')]
TCOG19180901-V05-09-page5.txt: [('refor', 'm')]
TCOG19180901-V05-09-page9.txt: [('Co', 'on')]
TCOG19181001-V05-10-page5.txt: [('brin', 'g')]
TCOG19181101-V05-11-page8.txt: [('Naza', 'reth')]
TCOG19181201-V05-12-page10.txt: [('co', 'operation')]
TCOG19181201-V05-12-page14.txt: [('knowl', 'edge')]
TCOG19190101-V06-01-page1.txt: [('co', 'operate')]
TCOG19190101-V06-01-page10.txt: [('Jes', 'us')]
TCOG19190101-V06-01-page12.txt: [('sor', 'row')]
TCOG19190101-V06-01-page4.txt: [('th', 'at')]
TCOG19190101-V06-01-page6.txt: [('ac', 'quaintance'), ('cer', 'tain'), ('sug', 'gestive')]
TCOG19190101-V06-01-page9.txt: [('accom', 'plished')]
TCOG19190201-V06-02-page1.txt: [('Su', 'it')]
TCOG19190201-V06-02-page10.txt: [('co', 'operation')]
TCOG19190201-V06-02-page3.txt: [('co', 'operate')]
TCOG19190301-V06-03-page2.txt: [('reli', 'gious')]
TCOG19190301-V06-03-page5.txt: [('ou', 'r')]
TCOG19190301-V06-03-page8.txt: [('po', 'ses'), ('mu', 't')]
TCOG19190401-V06-04-page14.txt: [('MA', 'R')]
TCOG19190501-V06-05-page14.txt: [('BA', 'BY')]
TCOG19190501-V06-05-page15.txt: [('presi', 'dent')]
TCOG19190601-V06-06-page7.txt: [('co', 'operate')]
TCOG19190601-V06-06-page8.txt: [('dissolu', 'tion')]
TCOG19190701-V06-07-page7.txt: [('SUG', 'GESTIONS')]
TCOG19190801-V06-08-page16.txt: [('effi', 'cient')]
TCOG19190801-V06-08-page3.txt: [('re', 'ceived')]
TCOG19190801-V06-08-page8.txt: [('co', 'operate')]
TCOG19190901-V06-09-page14.txt: [('co', 'operate')]
TCOG19190901-V06-09-page2.txt: [('co', 'operation')]
TCOG19190901-V06-09-page5.txt: [('co', 'operation')]
TCOG19190901-V06-09-page6.txt: [('insti', 'tutes')]
TCOG19191001-V06-10-page10.txt: [('peo', 'Ple')]
TCOG19191001-V06-10-page5.txt: [('inex', 'perienced')]
TCOG19191001-V06-10-page9.txt: [('insignifi', 'cant')]
TCOG19191101-V06-11-page10.txt: [('da', 'rkness')]
TCOG19191201-V06-12-page14.txt: [('co', 'operate')]
TCOG19191201-V06-12-page2.txt: [('co', 'operating'), ('em', 'phasized')]
TCOG19191201-V06-12-page8.txt: [('co', 'operating')]
TCOG19200101-V07-01-page11.txt: [('conduc', "tor's")]
TCOG19200101-V07-01-page3.txt: [('MIS', 'SIONARY')]
TCOG19200101-V07-01-page4.txt: [('re', 'enforced')]
TCOG19200101-V07-01-page5.txt: [('co', 'operate')]
TCOG19200101-V07-01-page7.txt: [('co', 'operation')]
TCOG19200101-V07-01-page8.txt: [('Co', 'operate')]
TCOG19200201-V07-02-page1.txt: [('co', 'operated')]
TCOG19200201-V07-02-page10.txt: [('pri', 'ed')]
TCOG19200201-V07-02-page11.txt: [('Ole', 'in')]
TCOG19200201-V07-02-page2.txt: [('un', 'to'), ('Bab', 'y'), ('ren', 'der'), ('Ca', 'sar'), ('op', 'en'), ('Un', 'to')]
TCOG19200201-V07-02-page4.txt: [('pre', 'Serving')]
TCOG19200301-V07-03-page16.txt: [('un', 'to')]
TCOG19200301-V07-03-page2.txt: [('pre', 'eminence')]
TCOG19200401-V07-04-page2.txt: [('re', 'election')]
TCOG19200501-V07-05-page6.txt: [("time'", 's')]
TCOG19200501-V07-05-page8.txt: [('ma', 'I')]
TCOG19200601-V07-06-page13.txt: [('co', 'operation')]
TCOG19200601-V07-06-page5.txt: [('ful', 'ly'), ('wea', 'ry'), ('co', 'operation'), ('Ef', 'fort'), ('Mur', 'mur')]
TCOG19200601-V07-06-page7.txt: [('mov', 'e')]
TCOG19200701-V07-07-page11.txt: [('pre', 'Pared')]
TCOG19200701-V07-07-page6.txt: [('ac', 'complished')]
TCOG19200801-V07-08-page10.txt: [('un', 'Christian')]
TCOG19200801-V07-08-page2.txt: [('re', 'proof')]
TCOG19200801-V07-08-page3.txt: [('un', 'Promising')]
TCOG19200801-V07-08-page6.txt: [('espe', 'cially')]
TCOG19200901-V07-09-page2.txt: [('pre', 'eminence')]
TCOG19200901-V07-09-page6.txt: [('co', 'operation')]
TCOG19201001-V07-10-page3.txt: [('co', 'operation')]
TCOG19201101-V07-11-page12.txt: [('Sc', 'one')]
TCOG19201101-V07-11-page2.txt: [('pre', 'eminence')]
TCOG19201101-V07-11-page3.txt: [('co', 'operation'), ('MESSEN', 'GERS')]
TCOG19201101-V07-11-page8.txt: [('si', 'mon')]
TCOG19201201-V07-12-page15.txt: [('Czecho', 'Slovakia'), ('re', 'establishment'), ('pre', 'war')]
TCOG19201201-V07-12-page2.txt: [('co', 'operation'), ('testi', 'MOnY')]
In [41]:
# %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/TCOG/correction5

Average verified rate: 0.986843103119939

Average of error rates: 0.013447172619047619

Total token count: 1780131

In [42]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[42]:
[("'", 3299),
 ("officers'", 1329),
 ('e', 630),
 ('id', 541),
 ('d', 478),
 ('g', 416),
 ('t', 403),
 ('r', 380),
 ('m', 360),
 ('w', 308),
 ('pp', 253),
 ('f', 222),
 ('n', 195),
 ('ex', 173),
 ("the'", 62),
 ('th', 60),
 ('soul-winning', 60),
 ("an'", 59),
 ('eze', 59),
 ('mal', 54),
 ('tbe', 45),
 ('x', 44),
 ('mayta', 43),
 ('u', 42),
 ('scudder', 40),
 ('agtte', 36),
 ('z', 36),
 ('re', 36),
 ('k', 36),
 ("to'", 34),
 ('seventhday', 31),
 ('missi', 30),
 ('lb', 30),
 ('mt', 29),
 ('ro', 27),
 ('nd', 26),
 ('-', 26),
 ('epartment', 26),
 ('cburth', 25),
 ('ft', 24),
 ('cburtb', 24),
 ('hsi', 24),
 ("and'", 24),
 ('good-by', 24),
 ("leaders'", 23),
 ('hasan', 23),
 ('hunchy', 23),
 ('co', 22),
 ('pa', 21),
 ('-id', 20)]

Correction 6 -- Rejoin Split Words II

In [44]:
# %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=True)
    
    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()
TCOG19140101-V01-01-page13.txt: [('m', 'om')]
TCOG19140201-V01-02-page1.txt: [('pro', 'tem')]
TCOG19140301-V01-03-page9.txt: [('f', 'ancy')]
TCOG19140401-V01-04-page1.txt: [('in', 'struction')]
TCOG19140501-V01-05-page16.txt: [('Move', 'ment')]
TCOG19140501-V01-05-page4.txt: [('prohibi', 'tion')]
TCOG19140601-V01-06-page1.txt: [('a', 'mi')]
TCOG19140601-V01-06-page15.txt: [('Yang', 'tze')]
TCOG19140601-V01-06-page4.txt: [('The', 'se')]
TCOG19140701-V01-07-page1.txt: [('sin', 'gle')]
TCOG19140701-V01-07-page12.txt: [('the', 'Se')]
TCOG19140801-V01-08-page12.txt: [('Patri', 'archs')]
TCOG19140801-V01-08-page2.txt: [('West', 'ern')]
TCOG19140901-V01-09-page13.txt: [('A', 'fter')]
TCOG19140901-V01-09-page15.txt: [('Jun', 'ior')]
TCOG19140901-V01-09-page16.txt: [('J', 'esus')]
TCOG19140901-V01-09-page7.txt: [('Span', 'ish')]
TCOG19140901-V01-09-page9.txt: [('are', 'ca')]
TCOG19141001-V01-10-page14.txt: [('M', 'ses')]
TCOG19141001-V01-10-page9.txt: [('are', 'ca')]
TCOG19141101-V01-11-page9.txt: [('co', 'uncil')]
TCOG19141201-V01-12-page5.txt: [('the', 're')]
TCOG19150101-V02-01-page13.txt: [('S', 'abbath')]
TCOG19150101-V02-01-page16.txt: [('won', 'derful'), ('en', 'deavor')]
TCOG19150101-V02-01-page3.txt: [('as', 'TI')]
TCOG19150401-V02-04-page8.txt: [('re', 'ceive')]
TCOG19150601-V02-06-page11.txt: [('or', 'phan')]
TCOG19150601-V02-06-page3.txt: [('a', 'cer')]
TCOG19150601-V02-06-page4.txt: [('sub', 'ject')]
TCOG19150601-V02-06-page6.txt: [('cam', 'paign')]
TCOG19150601-V02-06-page8.txt: [('pref', 'erence')]
TCOG19150701-V02-07-page11.txt: [('a', 'll')]
TCOG19150701-V02-07-page12.txt: [('lemon', 'ade')]
TCOG19150701-V02-07-page13.txt: [('as', 'ey')]
TCOG19150701-V02-07-page8.txt: [('phys', 'ically'), ('d', 'epartment')]
TCOG19150801-V02-08-page16.txt: [('Vol', 'unteer')]
TCOG19150801-V02-08-page8.txt: [('a', 're')]
TCOG19150901-V02-09-page8.txt: [('d', 'epartment')]
TCOG19151001-V02-10-page1.txt: [('bun', 'gling')]
TCOG19151001-V02-10-page8.txt: [('Wres', 'tle')]
TCOG19151101-V02-11-page12.txt: [('be', 'th')]
TCOG19151101-V02-11-page3.txt: [('op', 'portune')]
TCOG19151201-V02-12-page10.txt: [('the', 'Ta')]
TCOG19160101-V03-01-page7.txt: [('we', 're'), ('re', 'alize')]
TCOG19160201-V03-02-page4.txt: [('Sen', 'tinel'), ('in', 'terposing')]
TCOG19160201-V03-02-page5.txt: [('asser', 'tions')]
TCOG19160301-V03-03-page1.txt: [('the', 're')]
TCOG19160301-V03-03-page11.txt: [('as', 'ey'), ('in', 'ch')]
TCOG19160301-V03-03-page12.txt: [('to', 'ther'), ('ben', 'efit'), ('con', 'fession'), ('advance', 'ment')]
TCOG19160301-V03-03-page14.txt: [('is', 'th')]
TCOG19160301-V03-03-page16.txt: [('Chris', 'tian')]
TCOG19160401-V03-04-page11.txt: [('organ', 'izations')]
TCOG19160501-V03-05-page11.txt: [('r', 'ich')]
TCOG19160501-V03-05-page3.txt: [('inter', 'ested')]
TCOG19160601-V03-06-page5.txt: [('k', 'ep')]
TCOG19160801-V03-08-page10.txt: [('Confer', 'ence')]
TCOG19160801-V03-08-page12.txt: [('and', 're')]
TCOG19160801-V03-08-page14.txt: [('dis', 'tance')]
TCOG19160801-V03-08-page15.txt: [('the', 'reat')]
TCOG19160901-V03-09-page4.txt: [('prob', 'lems'), ('persist', 'ent')]
TCOG19161001-V03-10-page11.txt: [('W', 'estern')]
TCOG19161001-V03-10-page14.txt: [('wo', 'rking')]
TCOG19161115-V03-11-page16.txt: [('Criti', 'cism')]
TCOG19161201-V03-12-page16.txt: [('sub', 'jects'), ('mission', 'ary')]
TCOG19161201-V03-12-page3.txt: [('M', 'eetings'), ('M', 'issionary')]
TCOG19161201-V03-12-page7.txt: [('reg', 'ular'), ('OF', 'FICER')]
TCOG19170101-V04-01-page10.txt: [('Chris', 'tian')]
TCOG19170101-V04-01-page13.txt: [('dif', 'ferent')]
TCOG19170101-V04-01-page8.txt: [('Move', 'ment')]
TCOG19170201-V04-02-page1.txt: [('e', 'rnest')]
TCOG19170201-V04-02-page3.txt: [('No', 'Ma')]
TCOG19170201-V04-02-page8.txt: [('pro', 'vided'), ('com', 'munion')]
TCOG19170401-V04-04-page9.txt: [('cir', 'cumstances')]
TCOG19170601-V04-06-page7.txt: [('i', 'ndividual')]
TCOG19170701-V04-07-page11.txt: [('el', 'Kader')]
TCOG19170801-V04-08-page13.txt: [('Y', 'es')]
TCOG19170801-V04-08-page16.txt: [('con', 'verted')]
TCOG19170801-V04-08-page4.txt: [('right', 'eousness')]
TCOG19170901-V04-09-page15.txt: [('a', 'nd')]
TCOG19170901-V04-09-page2.txt: [('a', 'll')]
TCOG19171101-V04-11-page10.txt: [('impre', 'ss')]
TCOG19171101-V04-11-page3.txt: [('en', 'couraged')]
TCOG19171201-V04-12-page10.txt: [('R', 'egenerates'), ('S', 'anctifies'), ('I', 'nstructs'), ('P', 'urifies'), ('H', 'elps'), ('I', 'nspires'), ('Y', 'ield'), ('O', 'vercome'), ('L', 'ive')]
TCOG19171201-V04-12-page14.txt: [('E', 'ver'), ('pres', 'ent'), ('W', 'ork'), ('A', 'lways'), ('R', 'eady'), ('E', 'vade')]
TCOG19171201-V04-12-page9.txt: [('a', 'ble'), ('ble', 'ak')]
TCOG19180101-V05-01-page5.txt: [('the', 'se')]
TCOG19180201-V05-02-page15.txt: [('The', 're')]
TCOG19180401-V05-04-page4.txt: [('f', 'ormed')]
TCOG19180501-V05-05-page16.txt: [('A', 'nd')]
TCOG19180601-V05-06-page10.txt: [('Confer', 'ence')]
TCOG19180601-V05-06-page12.txt: [('I', 'sm')]
TCOG19180601-V05-06-page13.txt: [('Ad', 'ventists')]
TCOG19180601-V05-06-page7.txt: [('me', 'ow')]
TCOG19180801-V05-08-page6.txt: [('half', 'heartedness')]
TCOG19180901-V05-09-page3.txt: [('en', 'gaged')]
TCOG19181101-V05-11-page3.txt: [('sub', 'mit'), ('con', 'tradictions')]
TCOG19181201-V05-12-page16.txt: [('J', 'anuary')]
TCOG19181201-V05-12-page8.txt: [('appoint', 'Ment')]
TCOG19190101-V06-01-page1.txt: [('sec', 'Ondly')]
TCOG19190101-V06-01-page14.txt: [('the', 'mis'), ('a', 're'), ('the', 'se')]
TCOG19190101-V06-01-page15.txt: [('hard', 'heartedness')]
TCOG19190101-V06-01-page2.txt: [('OF', 'FICER')]
TCOG19190101-V06-01-page3.txt: [('I', 'sm'), ('system', 'atically')]
TCOG19190101-V06-01-page6.txt: [('sug', 'gestive'), ('correspond', 'ence')]
TCOG19190101-V06-01-page9.txt: [('Mem', 'ber'), ('accom', 'plished')]
TCOG19190201-V06-02-page11.txt: [('f', 'ood')]
TCOG19190201-V06-02-page4.txt: [('Mir', 'acles')]
TCOG19190201-V06-02-page8.txt: [('Ad', 'ventist'), ('con', 'verted')]
TCOG19190301-V06-03-page14.txt: [('In', 'structor')]
TCOG19190301-V06-03-page8.txt: [('I', 're'), ('pos', 'es')]
TCOG19190401-V06-04-page9.txt: [('T', 'yte')]
TCOG19190501-V06-05-page3.txt: [('Y', 'es')]
TCOG19190601-V06-06-page10.txt: [('y', 'ou')]
TCOG19190601-V06-06-page16.txt: [('p', 'iC')]
TCOG19190601-V06-06-page2.txt: [('arrange', 'ment')]
TCOG19190701-V06-07-page12.txt: [('W', 'oodrow')]
TCOG19190801-V06-08-page16.txt: [('organ', 'ized')]
TCOG19190901-V06-09-page14.txt: [('dis', 'couraged')]
TCOG19190901-V06-09-page6.txt: [('insti', 'tutes')]
TCOG19191001-V06-10-page12.txt: [('an', 'swer')]
TCOG19191001-V06-10-page15.txt: [('good', 'bys')]
TCOG19191001-V06-10-page5.txt: [('inex', 'perienced')]
TCOG19191101-V06-11-page10.txt: [('da', 'rkness')]
TCOG19200101-V07-01-page7.txt: [('con', 'verts'), ('con', 'stantly')]
TCOG19200201-V07-02-page2.txt: [('A', 'ts'), ('Han', 'iel'), ('hun', 'gry'), ('i', 'ng'), ('On', 'ly')]
TCOG19200301-V07-03-page13.txt: [('S', 'aved'), ('Vol', 'unteers')]
TCOG19200301-V07-03-page16.txt: [('U', 'nder'), ('C', 'hristian'), ('C', 'arefully'), ('U', 'ntiring'), ('S', 'ociety'), ('S', 'uccessful')]
TCOG19200301-V07-03-page2.txt: [('in', 'terest')]
TCOG19200401-V07-04-page13.txt: [('P', 'ower'), ('E', 'arnestness'), ('A', 'ssurance'), ('N', 'IAGARA')]
TCOG19200401-V07-04-page14.txt: [('V', 'olunteers'), ('S', 'eeking'), ('M', 'ission'), ('S', 'ome'), ('R', 'eady')]
TCOG19200401-V07-04-page15.txt: [('disc', 'ontent')]
TCOG19200501-V07-05-page2.txt: [('Never', 'theless')]
TCOG19200501-V07-05-page6.txt: [('Of', 'ttimes')]
TCOG19200501-V07-05-page7.txt: [('cam', 'Paign')]
TCOG19200601-V07-06-page11.txt: [('con', 'cerning')]
TCOG19200601-V07-06-page2.txt: [('de', 'scription')]
TCOG19200601-V07-06-page5.txt: [('will', 'ful'), ('lug', 'es')]
TCOG19200801-V07-08-page13.txt: [('ha', 've')]
TCOG19200801-V07-08-page15.txt: [('do', 'nn')]
TCOG19200801-V07-08-page6.txt: [('care', 'lessly')]
TCOG19200801-V07-08-page7.txt: [('con', 'sideration')]
TCOG19200801-V07-08-page8.txt: [('in', 'spiration')]
TCOG19200901-V07-09-page8.txt: [('V', 'olunteer')]
TCOG19201001-V07-10-page15.txt: [('won', 'derful')]
TCOG19201001-V07-10-page6.txt: [('I', 'ri')]
TCOG19201101-V07-11-page11.txt: [('be', 'tting'), ('e', 've')]
TCOG19201201-V07-12-page9.txt: [('B', 'eing'), ('E', 'xceptionally'), ('M', 'issionary'), ('D', 'ecember'), ('F', 'aithfully')]
In [47]:
# %load shared_elements/summary.py
summary = reports.overview_report(directories['cycle'], spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/TCOG/correction6

Average verified rate: 0.9869422784886932

Average of error rates: 0.013345238095238096

Total token count: 1779943

In [48]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[48]:
[("'", 3299),
 ("officers'", 1329),
 ('e', 625),
 ('id', 541),
 ('d', 475),
 ('g', 416),
 ('t', 402),
 ('r', 377),
 ('m', 355),
 ('w', 305),
 ('pp', 253),
 ('f', 218),
 ('n', 194),
 ('ex', 173),
 ("the'", 62),
 ('soul-winning', 60),
 ("an'", 59),
 ('eze', 59),
 ('th', 57),
 ('mal', 54),
 ('tbe', 45),
 ('x', 44),
 ('mayta', 43),
 ('scudder', 40),
 ('u', 40),
 ('agtte', 36),
 ('z', 36),
 ('k', 36),
 ("to'", 34),
 ('seventhday', 31),
 ('missi', 30),
 ('lb', 30),
 ('mt', 29),
 ('re', 28),
 ('ro', 27),
 ('-', 26),
 ('nd', 25),
 ('cburth', 25),
 ('ft', 24),
 ('cburtb', 24),
 ('hsi', 24),
 ("and'", 24),
 ('good-by', 24),
 ('epartment', 24),
 ('hasan', 23),
 ("leaders'", 23),
 ('hunchy', 23),
 ('co', 22),
 ('pa', 21),
 ('-id', 20)]

Review Remaining Errors

In [49]:
reports.docs_with_high_error_rate(summary)
Out[49]:
[]
In [ ]: