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

Average verified rate: 0.9407182815335127

Average of error rates: 0.06201746242263484

Total token count: 4963402

In [11]:
errors_summary = reports.get_errors_summary( stats )
reports.top_errors( errors_summary, 300 )
Out[11]:
[('ñ', 9252),
 ('w', 9015),
 ('-', 6096),
 ('m', 5475),
 ('e', 5442),
 ("'", 4444),
 ('g', 3932),
 ('con-', 3696),
 ('r', 3563),
 ('t', 3506),
 ('d', 3149),
 ('tion', 3124),
 ('n', 3090),
 ('f', 2997),
 ('re-', 2952),
 ('¥', 2573),
 ('in-', 2261),
 ('be-', 2257),
 (')', 2219),
 (']', 1590),
 ('de-', 1457),
 ('com-', 1455),
 ('ence', 1328),
 ('ference', 1260),
 ('confer-', 1220),
 ('ment', 1167),
 ('ex-', 1151),
 ('mis-', 959),
 ('(', 928),
 ('tions', 814),
 ('--', 781),
 ('en-', 766),
 ('dis-', 732),
 ('un-', 697),
 ('ple', 686),
 ('peo-', 684),
 ('ers', 651),
 ('pre-', 599),
 ('ad-', 597),
 ('per-', 588),
 ('pro-', 575),
 ('eral', 573),
 ('ac-', 566),
 ('[congregation', 564),
 ('to-', 552),
 ('gen-', 550),
 ('ap-', 530),
 ('th', 526),
 ('u', 525),
 ('im-', 524),
 ('for-', 512),
 ('mittee', 500),
 ('an-', 466),
 ('sab-', 459),
 ('mes-', 448),
 ('--gcs', 436),
 ('sabbath-', 417),
 ('ñthe', 407),
 ('ments', 398),
 ('k', 393),
 ("'the", 387),
 ('meet-', 384),
 ('can-', 379),
 ('some-', 374),
 ('al-', 370),
 ('at-', 366),
 ('fol-', 362),
 ('sionary', 359),
 ('/', 354),
 ('_', 353),
 ('or-', 351),
 ('co', 350),
 ('mission-', 347),
 ('mem-', 346),
 ('sub-', 345),
 ('as-', 335),
 ('pub-', 335),
 ('depart-', 331),
 ('inter-', 329),
 ('work-', 325),
 ("the'", 320),
 ('under-', 318),
 ('coun-', 315),
 ('ren', 308),
 ('(a)', 304),
 ('ber', 303)]

Check Special Character Use

In [12]:
reports.tokens_with_special_characters(errors_summary)[:400]
Out[12]:
[('ñ', 9252),
 ('¥', 2573),
 (')', 2219),
 (']', 1590),
 ('(', 928),
 ('[congregation', 564),
 ('ñthe', 407),
 ('/', 354),
 ('_', 353),
 ('(a)', 304),
 ('(b)', 278),
 ('ñno', 235),
 ('*', 217),
 ('(m)', 203),
 ('ñthat', 189),
 ('(m', 181),
 ('(c)', 180),
 ('(reading)', 146),
 ('[voices', 145),
 ('ña', 137),
 ('ã', 136),
 ('(in', 133),
 ('(d)', 120),
 ('ñit', 120),
 ('(i)', 114),
 ('ñand', 110),
 ('`', 99),
 ('ñto', 99),
 ('ñi', 98),
 ('[voice', 95),
 ('(a', 94),
 ('i)', 92),
 ('\\', 92),
 ('¥the', 91),
 ('(see', 90),
 ('ñnot', 87),
 ('[the', 86),
 ('ñin', 84),
 ('[', 84),
 ('%', 77),
 ('(e)', 77),
 ('(the', 74),
 ('¥¥', 68),
 ('[reading]', 67),
 ('ñwe', 62),
 ('sections)', 60),
 ('[congrega-', 60),
 ('ñbecause', 60),
 ('[con-', 58),
 ('ñyes', 58),
 ('the¥', 58),
 ('ñhe', 57),
 ('(page', 54),
 ('(and', 53),
 ('£', 53),
 ('=', 51),
 ('ô', 51),
 ('(continued', 50),
 ('(n)', 50),
 ('(on', 50),
 ('ñthey', 47),
 ('(s', 47),
 ('[that', 46),
 ('(or', 44),
 ('¡', 43),
 ('voice)', 43),
 ('(chairman)', 42),
 ('[a', 42),
 ('(to', 42),
 ('(t)', 41),
 ('(gain', 40),
 ('(for', 40),
 ('¥and', 39),
 ('(concluded', 39),
 ('ñby', 38),
 ('•', 37),
 ('(i', 36),
 ('ñis', 36),
 ('(s)', 35),
 ('(except', 35),
 ('[many', 34),
 ('ñall', 33),
 ('ñas', 32),
 ('ñwhat', 31),
 ('s)', 31),
 ('tent)', 31),
 ('sabbath)', 31),
 ('ñbut', 30),
 ('and¥', 30),
 ('ñgod', 30),
 ('[ans', 30),
 ('(read', 30),
 ('ñw', 30),
 ('(that', 30),
 ('¥of', 30),
 ('[congre-', 28),
 ('in¥', 28),
 ('ñone', 28),
 ('cents)', 28),
 ('(of', 28),
 ('—', 28),
 ('oñ', 27),
 ('ñthis', 27),
 ('(voices)', 27),
 ('(including', 27),
 ('[amen', 26),
 ('ñwhen', 26),
 ('[amens', 25),
 ('(south', 25),
 ('ñyou', 25),
 ('ñhow', 25),
 ('ñjust', 25),
 ('ñfor', 25),
 ('(sabbath', 24),
 ('¥in', 24),
 ('bulletin)', 24),
 ('ñmen', 24),
 ('[amen]', 23),
 ('ñj', 23),
 ('ñfrom', 23),
 ('ñif', 23),
 ('ñthere', 22),
 ('ooñ', 22),
 ("¥'", 22),
 ('[elder', 22),
 ('to¥', 22),
 ('ñof', 22),
 ('(f)', 21),
 ('____', 21),
 ('(established', 21),
 ('ñthen', 21),
 ('excepted)', 20),
 ('__', 20),
 ('(d', 20),
 ('(john', 20),
 ('ñchrist', 20),
 ('ñhis', 20),
 ('[audience', 19),
 ('>', 19),
 ('(reports)', 19),
 ('[this', 19),
 ('(organized', 19),
 ('¥to', 19),
 ('floor)', 18),
 ('(as', 18),
 ('`the', 18),
 ('(secretary)', 18),
 ('[oct', 18),
 ('that¥', 17),
 ('(all', 17),
 ('(business)', 17),
 ('___', 17),
 ('conference)', 17),
 ('ñthose', 17),
 ('¥that', 17),
 ('[nov', 16),
 ('(ml)', 16),
 ('man)', 16),
 ('[or', 16),
 ('°', 16),
 ('¥a', 16),
 ('(voices', 16),
 ('(this', 15),
 ('ñc', 15),
 ('¥i', 15),
 ('(north', 15),
 ('ñwhy', 15),
 ('(signed)', 15),
 ('ñso', 15),
 ('year)', 14),
 ('ó', 14),
 ('[and', 14),
 ('¥this', 14),
 ('ñare', 14),
 ('oregon)', 14),
 ('ñsome', 14),
 ('the_', 14),
 ('ñsimply', 13),
 ('(bulletin', 13),
 ('from¥', 13),
 ('(which', 13),
 ('ño', 13),
 ('\ufeff', 13),
 ('-¥', 13),
 ('our¥', 13),
 ('america)', 13),
 ('ñl', 13),
 ('¥-', 13),
 ('(loss', 13),
 ('ñr', 13),
 ('[entered', 13),
 ('¥conference', 13),
 ('ñwhich', 13),
 ("'¥", 13),
 ('}', 13),
 ('(devoted', 13),
 ('(by', 12),
 ('is¥', 12),
 ('t)', 12),
 ('(thirty-ninth', 12),
 ('[to', 12),
 ('[here', 12),
 ('ñpage', 12),
 ('[on', 12),
 ('[mrs', 12),
 ('(tuesday', 12),
 ('<', 12),
 ('(now', 12),
 ('(first', 12),
 ('[pointing', 12),
 ('[applause', 12),
 ('ñan', 12),
 ('(g)', 12),
 ('(if', 11),
 ('(it', 11),
 ('[as', 11),
 ('(h)', 11),
 ('be¥', 11),
 ('(new', 11),
 ('(reading', 11),
 ('[holding', 11),
 ('paper)', 11),
 ('ñg', 11),
 ('for¥', 11),
 ('ñonly', 11),
 ('union)', 11),
 ('e)', 11),
 ("ñgod's", 11),
 ('(e', 10),
 ('(chair-', 10),
 ('journal)', 10),
 ('(in)', 10),
 ('[reading', 10),
 ('¥have', 10),
 ('ñmrs', 10),
 ('line)', 10),
 ('(report', 10),
 ('ñthese', 10),
 ('[see', 10),
 ('ñhas', 10),
 ('(b', 10),
 ('(rev', 10),
 ('ñlet', 10),
 ('¥is', 10),
 ('(wednesday', 10),
 ('[in', 10),
 ('**', 10),
 ('*the', 10),
 ('¤', 10),
 ('(voice)', 9),
 ('(mrs', 9),
 ('[referring', 9),
 ('ñnothing', 9),
 ('(with', 9),
 ('¥work', 9),
 ('itñ', 9),
 ('ñwhere', 9),
 ('andñ', 9),
 ('(sunday', 9),
 ('(cal', 9),
 ('(r)', 9),
 ('ñchristian', 9),
 ('***', 9),
 ('ñn', 9),
 ('[christ]', 9),
 ('(n', 9),
 ('ñwith', 9),
 ('ñcertainly', 9),
 ('¥are', 9),
 ('(pages', 9),
 ('messageñno', 9),
 ('(one', 9),
 ('¥for', 9),
 ('(scenic', 9),
 ('ñoh', 9),
 ('[not', 9),
 ('(third', 9),
 ('christ)', 8),
 ('college)', 8),
 ('that_', 8),
 ('ñjesus', 8),
 ('of¥', 8),
 ('(many', 8),
 ('(we', 8),
 ("ñ'", 8),
 ('(c', 8),
 ('(w', 8),
 ('committeeñ', 8),
 ('¥from', 8),
 ('thereforeñ', 8),
 ('ñs', 8),
 ('(thursday', 8),
 ('(congregation)', 8),
 ('¥general', 8),
 ('(voice', 8),
 ('ñbe-', 8),
 ('(acts', 8),
 ('ñwell', 8),
 ('¥we', 8),
 ('a¥', 8),
 ('[amens]', 8),
 ('¥not', 8),
 ('(published', 8),
 ('(about', 8),
 ('(alternate', 8),
 ('(rom', 8),
 ('ñsomething', 8),
 ('#', 8),
 ('`¥', 8),
 ('(conference', 8),
 ('(monday', 8),
 ('ñnone', 8),
 ('ñmore', 8),
 ('(ma)', 8),
 ('(gen', 8),
 ('¥¥¥', 8),
 ('months)', 8),
 ('¥people', 7),
 ('ñtwo', 7),
 ('[at', 7),
 ('(there', 7),
 ('thatñ', 7),
 ('ñd', 7),
 ('(spanish)', 7),
 ('_-', 7),
 ('(south)', 7),
 ('this¥', 7),
 ('¥will', 7),
 ('ñunpublished', 7),
 ('(president', 7),
 ('(no', 7),
 ('¥man', 7),
 ('i_', 7),
 ('ñour', 7),
 ('(not', 7),
 ('[there', 7),
 ('i¥', 7),
 ('^', 7),
 ('_that', 7),
 ('(they', 7),
 ('ñh', 7),
 ('him)', 7),
 ('with¥', 7),
 ('ñat', 7),
 ('_i', 7),
 ('his¥', 7),
 ('work)', 7),
 ('him¥', 7),
 ('(j', 7),
 ('[he', 7),
 ('*as', 7),
 ('c)', 7),
 ('ñelder', 7),
 ('(tr)', 7),
 ('africa)', 7),
 ('(college', 7),
 ('ñm', 7),
 ('(friday', 7),
 ('god]', 7),
 ('work¥', 7),
 ('it)', 7),
 ('+', 7),
 ('[it', 7),
 ('(formerly', 7),
 ("`christ's", 7),
 ('„', 7),
 ('secretaryñw', 7),
 ('¥with', 6),
 ('margin]', 6),
 ('ñf', 6),
 ('(elder', 6),
 ('[what', 6),
 ('there¥', 6),
 ('(tenn', 6),
 ('[margin', 6),
 ('¥but', 6),
 ('(matt', 6),
 ('worth)', 6),
 ('sanitarium)', 6),
 ('(pres', 6),
 ('¥be', 6),
 ('report)', 6),
 ('\\\\', 6),
 ('[dutch]', 6),
 ('¥on', 6),
 ('brother¥', 6),
 ('(p', 6),
 ('(via', 6),
 ('(present', 6),
 ('_general', 6),
 ('¥their', 6),
 ('(west', 6),
 ('(christ)', 6),
 ('¥it', 6),
 ('(amen', 6),
 ('(australia)', 6),
 ('(mass', 6),
 ('verse)', 6),
 ('[note', 6),
 ('‘', 6)]

Correction 1 -- Normalize Characters

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

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

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

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

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

    # Substitute formatted apostrophe
    content = re.sub(r"’", r"'", content)
    
    # Replace all special characters with a space (as these tend to occur at the end of lines)
    content = re.sub(r"[^a-zA-Z0-9\s,.!?$:;\-&\'\"]", r" ", content)
    
    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()

Check Correction 1

In [14]:
# %load shared_elements/summary.py
summary = reports.overview_report(directories['cycle'], spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/GCB/correction1

Average verified rate: 0.9479328127510654

Average of error rates: 0.05410234305923962

Total token count: 4947665

In [15]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[15]:
[('w', 9114),
 ('-', 6248),
 ('m', 5887),
 ('e', 5602),
 ("'", 4590),
 ('g', 3985),
 ('con-', 3760),
 ('t', 3638),
 ('r', 3635),
 ('d', 3331),
 ('n', 3186),
 ('tion', 3135),
 ('f', 3064),
 ('re-', 2959),
 ('in-', 2270),
 ('be-', 2268),
 ('de-', 1464),
 ('com-', 1456),
 ('ence', 1334),
 ('ference', 1262),
 ('confer-', 1222),
 ('ment', 1169),
 ('ex-', 1151),
 ('mis-', 959),
 ('tions', 816),
 ('--', 808),
 ('en-', 767),
 ('dis-', 733),
 ('un-', 700),
 ('ple', 688),
 ('peo-', 684),
 ('ers', 655),
 ('pre-', 601),
 ('ad-', 597),
 ('per-', 590),
 ('pro-', 575),
 ('eral', 574),
 ('ac-', 566),
 ('to-', 553),
 ('gen-', 553),
 ('u', 539),
 ('th', 534),
 ('ap-', 531),
 ('im-', 527),
 ('for-', 513),
 ('mittee', 501),
 ('an-', 466),
 ('sab-', 460),
 ('mes-', 450),
 ('--gcs', 436)]

Correction 2 -- Fix line endings

In [16]:
# %load shared_elements/correct_line_endings.py
prev = "correction1"
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()

Check Correction 2

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/GCB/correction2

Average verified rate: 0.9687233876242939

Average of error rates: 0.034968611847922194

Total token count: 4861460

In [18]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[18]:
[('w', 9111),
 ('-', 6201),
 ('m', 5884),
 ('e', 5586),
 ("'", 4590),
 ('g', 3980),
 ('r', 3625),
 ('t', 3625),
 ('d', 3327),
 ('n', 3183),
 ('f', 3054),
 ('--', 808),
 ('tion', 686),
 ('u', 539),
 ('th', 533),
 ('--gcs', 436),
 ('k', 395),
 ("'the", 391),
 ('ence', 363),
 ('co', 359),
 ("the'", 319),
 ('ference', 311),
 ('wm', 284),
 ('x', 276),
 ('con-', 272),
 ('z', 247),
 ('ment', 246),
 ("'of", 232),
 ('re-', 225),
 ('oo', 222),
 ('by-laws', 221),
 ('ex', 212),
 ('il', 202),
 ('ple', 176),
 ('in-', 172),
 ('mo', 171),
 ('sabbathschool', 170),
 ('-the', 167),
 ('ers', 164),
 ("'to", 163),
 ('de-', 161),
 ("to'", 153),
 ('tions', 153),
 ('mc', 150),
 ('eral', 146),
 ('first-day', 139),
 ('be-', 135),
 ('confer-', 135),
 ("'and", 132),
 ("'be", 130)]

Correction 3 -- Remove extra dashes

In [19]:
# %load shared_elements/remove_extra_dashes.py
prev = "correction2"
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()
GCB186305XX-VXX-XX-page1.txt: [('-', ''), ('--some', '-some'), ('--GCS', '-GCS'), ('-', '')]
GCB186305XX-VXX-XX-page2.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186305XX-VXX-XX-page3.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186305XX-VXX-XX-page4.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186305XX-VXX-XX-page5.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186305XX-VXX-XX-page6.txt: [('--to', '-to'), ('--GCS', '-GCS'), ('-', '')]
GCB186305XX-VXX-XX-page7.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186305XX-VXX-XX-page8.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186405XX-VXX-XX-page1.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186405XX-VXX-XX-page2.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186405XX-VXX-XX-page3.txt: [('year---------------------', 'year--------------------'), ('year---------------------', 'year--------------------'), ('Total--------------------', 'Total-------------------'), ('Loughborough-------------------', 'Loughborough------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB186505XX-VXX-XX-page1.txt: [('year---------------------', 'year--------------------'), ('year---------------------', 'year--------------------'), ('Total--------------------', 'Total-------------------'), ('Loughborough-------------------', 'Loughborough------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB186505XX-VXX-XX-page2.txt: [('Tour-----------------', 'Tour----------------'), ('White-----------------------', 'White----------------------'), ('Cornell------------------------', 'Cornell-----------------------'), ('account--------------', 'account-------------'), ('Total--------------------', 'Total-------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB186505XX-VXX-XX-page3.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186505XX-VXX-XX-page4.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186505XX-VXX-XX-page5.txt: [('-', ''), ('--GCS', '-GCS'), ('-', '')]
GCB186505XX-VXX-XX-page6.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186605XX-VXX-XX-page1.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186605XX-VXX-XX-page2.txt: [('report----------------', 'report---------------'), ('year-------', 'year------'), ('Total--------------------', 'Total-------------------'), ('book-------------', 'book------------'), ('balance------------------', 'balance-----------------'), ('Total--------------------', 'Total-------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB186605XX-VXX-XX-page3.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186605XX-VXX-XX-page4.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186605XX-VXX-XX-page5.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186605XX-VXX-XX-page6.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186605XX-VXX-XX-page7.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186705XX-VXX-XX-page1.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186705XX-VXX-XX-page10.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186705XX-VXX-XX-page11.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186705XX-VXX-XX-page2.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186705XX-VXX-XX-page3.txt: [('time--------------', 'time-------------'), ('bills---------------------------------------------', 'bills--------------------------------------------'), ('Association--------', 'Association-------'), ('--GCS', '-GCS'), ('-', ''), ('pledges-------------------------------', 'pledges------------------------------'), ('pledges------------------------------------', 'pledges-----------------------------------'), ('house--------------------------------', 'house-------------------------------'), ('report----------------', 'report---------------'), ('year------------------', 'year-----------------'), ('Total------------------------------------', 'Total-----------------------------------')]
GCB186705XX-VXX-XX-page4.txt: [('book-------------', 'book------------'), ('balance------------------', 'balance-----------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB186705XX-VXX-XX-page5.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186705XX-VXX-XX-page6.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186705XX-VXX-XX-page7.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186705XX-VXX-XX-page8.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186705XX-VXX-XX-page9.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186805XX-VXX-XX-page1.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186805XX-VXX-XX-page2.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186805XX-VXX-XX-page3.txt: [('--------------------', '-------------------'), ('year---------------', 'year--------------'), ('book-------------', 'book------------'), ('balance---------------------', 'balance--------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB186805XX-VXX-XX-page4.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186805XX-VXX-XX-page5.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186805XX-VXX-XX-page6.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186805XX-VXX-XX-page7.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186905XX-VXX-XX-page1.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186905XX-VXX-XX-page2.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186905XX-VXX-XX-page3.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186905XX-VXX-XX-page4.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186905XX-VXX-XX-page5.txt: [('--GCS', '-GCS'), ('-', '')]
GCB186905XX-VXX-XX-page6.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187003XX-VXX-XX-page1.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187003XX-VXX-XX-page2.txt: [('---------------------', '--------------------'), ('--------------', '-------------'), ('book-------------', 'book------------'), ('Conference-------', 'Conference------'), ('--GCS', '-GCS'), ('-', '')]
GCB187003XX-VXX-XX-page3.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187003XX-VXX-XX-page4.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187003XX-VXX-XX-page5.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187003XX-VXX-XX-page6.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187003XX-VXX-XX-page7.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187003XX-VXX-XX-page8.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187003XX-VXX-XX-page9.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187102XX-VXX-XX-page1.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187102XX-VXX-XX-page2.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187102XX-VXX-XX-page3.txt: [('report---', 'report--'), ('time------', 'time-----'), ('----------', '---------'), ('--GCS', '-GCS'), ('-', '')]
GCB187102XX-VXX-XX-page4.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187102XX-VXX-XX-page5.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187102XX-VXX-XX-page6.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187112XX-VXX-XX-page1.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187112XX-VXX-XX-page10.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187112XX-VXX-XX-page11.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187112XX-VXX-XX-page2.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187112XX-VXX-XX-page3.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187112XX-VXX-XX-page4.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187112XX-VXX-XX-page5.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187112XX-VXX-XX-page6.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187112XX-VXX-XX-page7.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187112XX-VXX-XX-page8.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187112XX-VXX-XX-page9.txt: [('--', '-'), ('----------------', '---------------'), ('year--------------', 'year-------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('year--------', 'year-------'), ('------------', '-----------'), ('--GCS', '-GCS'), ('-', '')]
GCB187303XX-VXX-XX-page1.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187303XX-VXX-XX-page2.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187303XX-VXX-XX-page3.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187303XX-VXX-XX-page4.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187303XX-VXX-XX-page5.txt: [('-------', '------'), ('year--------------------------------', 'year-------------------------------'), ('Total------------------------------------------------------', 'Total-----------------------------------------------------'), ('year--------------------------------', 'year-------------------------------'), ('time------------------------', 'time-----------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB187303XX-VXX-XX-page6.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187303XX-VXX-XX-page7.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187303XX-VXX-XX-page8.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187311XX-VXX-XX-page1.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187311XX-VXX-XX-page2.txt: [('--', '-'), ('--', '-'), ('-----', '----'), ('report----------------------------', 'report---------------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB187311XX-VXX-XX-page3.txt: [('Total----------------------------------------------------', 'Total---------------------------------------------------'), ('report----------------------------', 'report---------------------------'), ('---------------------------', '--------------------------'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187311XX-VXX-XX-page4.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187311XX-VXX-XX-page5.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187311XX-VXX-XX-page6.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187408XX-VXX-XX-page1.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187408XX-VXX-XX-page2.txt: [('--', '-'), ('---------------', '--------------'), ('year---------------------', 'year--------------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('out-------------------------------------', 'out------------------------------------'), ('hand------------------------------', 'hand-----------------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB187408XX-VXX-XX-page3.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187408XX-VXX-XX-page4.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187408XX-VXX-XX-page5.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187408XX-VXX-XX-page6.txt: [('--president', '-president'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187408XX-VXX-XX-page7.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187508XX-VXX-XX-page1.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187508XX-VXX-XX-page2.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187508XX-VXX-XX-page3.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187508XX-VXX-XX-page4.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187508XX-VXX-XX-page5.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187508XX-VXX-XX-page6.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', ''), ('-----------------', '----------------'), ('year-------------------------', 'year------------------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('year-------------------------', 'year------------------------'), ('--------------', '-------------'), ('Total------------------------------------', 'Total-----------------------------------')]
GCB187508XX-VXX-XX-page7.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187508XX-VXX-XX-page8.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187603XX-VXX-XX-page1.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187603XX-VXX-XX-page2.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187603XX-VXX-XX-page3.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187603XX-VXX-XX-page4.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187603XX-VXX-XX-page5.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187603XX-VXX-XX-page6.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187603XX-VXX-XX-page7.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187603XX-VXX-XX-page8.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187609XX-VXX-XX-page1.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187609XX-VXX-XX-page10.txt: [('Tracts-------------------', 'Tracts------------------'), ('Tracts------------', 'Tracts-----------'), ('Periodicals-----------------------------', 'Periodicals----------------------------'), ('Almanacs--------------------------------', 'Almanacs-------------------------------'), ('Views------------------------', 'Views-----------------------'), ('Publications-------', 'Publications------'), ('circulated----------------', 'circulated---------------'), ('cost--------------------------', 'cost-------------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB187609XX-VXX-XX-page11.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187609XX-VXX-XX-page12.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187609XX-VXX-XX-page2.txt: [('--', '-'), ('Maine------------------------------', 'Maine-----------------------------'), ('Vermont----------------------------', 'Vermont---------------------------'), ('England------------------------', 'England-----------------------'), ('Pennsylvania----------', 'Pennsylvania---------'), ('Ohio-------------------------------', 'Ohio------------------------------'), ('Indiana----------------------------', 'Indiana---------------------------'), ('Wisconsin--------------------------', 'Wisconsin-------------------------'), ('Illinois---------------------------', 'Illinois--------------------------'), ('Minnesota--------------------------', 'Minnesota-------------------------'), ('Nebraska------------------', 'Nebraska-----------------'), ('Missouri---------------------------', 'Missouri--------------------------'), ('Kansas-----------------------------', 'Kansas----------------------------'), ('California-------------------------', 'California------------------------'), ('Kentucky---------------------------', 'Kentucky--------------------------'), ('Mission----------------------', 'Mission---------------------'), ('Total--------------------------', 'Total-------------------------'), ('--GCS', '-GCS'), ('-', ''), ('Michigan---------------------------', 'Michigan--------------------------')]
GCB187609XX-VXX-XX-page3.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187609XX-VXX-XX-page4.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187609XX-VXX-XX-page5.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187609XX-VXX-XX-page6.txt: [('--------', '-------'), ('--------reported', '-------reported'), ('--', '-'), ('--------', '-------'), ('--GCS', '-GCS'), ('-', '')]
GCB187609XX-VXX-XX-page7.txt: [('--GCS', '-GCS'), ('-', ''), ('hand--------------', 'hand-------------'), ('year-----------', 'year----------'), ('Total------------------------------------', 'Total-----------------------------------'), ('year--------------------------', 'year-------------------------'), ('hand------------------------------', 'hand-----------------------------'), ('Total------------------------------------', 'Total-----------------------------------')]
GCB187609XX-VXX-XX-page8.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187609XX-VXX-XX-page9.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187709XX-VXX-XX-page1.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187709XX-VXX-XX-page2.txt: [('--', '-'), ('Maine-------------------', 'Maine------------------'), ('Vermont-----------------', 'Vermont----------------'), ('England-------------', 'England------------'), ('Pennsylvania-', 'Pennsylvania'), ('Ohio--------------------', 'Ohio-------------------'), ('Michigan----------------', 'Michigan---------------'), ('Indiana-----------------', 'Indiana----------------'), ('Wisconsin---------------', 'Wisconsin--------------'), ('Illinois----------------', 'Illinois---------------'), ('Minnesota---------------', 'Minnesota--------------'), ('Nebraska-------', 'Nebraska------'), ('Missouri----------------', 'Missouri---------------'), ('Kansas------------------', 'Kansas-----------------'), ('California--------------', 'California-------------'), ('Tennessee----', 'Tennessee---'), ('Mission---', 'Mission--'), ('Mission-----------', 'Mission----------'), ('Mission--------', 'Mission-------'), ('Total-----------------', 'Total----------------'), ('hand---------------', 'hand--------------'), ('year--------------------', 'year-------------------'), ('Total-----------------------------------------', 'Total----------------------------------------'), ('year-----------------------------------', 'year----------------------------------'), ('hand-----------------------------------', 'hand----------------------------------'), ('--GCS', '-GCS'), ('-', ''), ('Total-----------------------------------------', 'Total----------------------------------------')]
GCB187709XX-VXX-XX-page3.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187709XX-VXX-XX-page4.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187709XX-VXX-XX-page5.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187709XX-VXX-XX-page6.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187709XX-VXX-XX-page7.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187803XX-VXX-XX-page1.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187803XX-VXX-XX-page10.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187803XX-VXX-XX-page2.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187803XX-VXX-XX-page3.txt: [('--', '-'), ('-', ''), ('-', ''), ('-June', 'June'), ('---Sept.', '--Sept.'), ('-', ''), ('------June', '-----June'), ('-', ''), ('------Sept.', '-----Sept.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('England-----', 'England----'), ('Maine-----------', 'Maine----------'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187803XX-VXX-XX-page4.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187803XX-VXX-XX-page5.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187803XX-VXX-XX-page6.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187803XX-VXX-XX-page7.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187803XX-VXX-XX-page8.txt: [('Vice-', 'Vice'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187803XX-VXX-XX-page9.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187810XX-VXX-XX-page1.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187810XX-VXX-XX-page10.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187810XX-VXX-XX-page11.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187810XX-VXX-XX-page12.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187810XX-VXX-XX-page13.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187810XX-VXX-XX-page14.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187810XX-VXX-XX-page2.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', ''), ('Maine-----------------', 'Maine----------------'), ('Vermont---------------', 'Vermont--------------'), ('England-----------', 'England----------'), ('Ohio------------------', 'Ohio-----------------'), ('Michigan--------------', 'Michigan-------------'), ('Indiana---------------', 'Indiana--------------'), ('Wisconsin-------------', 'Wisconsin------------'), ('Illinois--------------', 'Illinois-------------'), ('Minnesota-------------', 'Minnesota------------'), ('Nebraska-----', 'Nebraska----'), ('Missouri--------------', 'Missouri-------------'), ('Kansas----------------', 'Kansas---------------'), ('California------------', 'California-----------'), ('Tennessee--', 'Tennessee-'), ('Oregon----------------', 'Oregon---------------'), ('Mission---------', 'Mission--------'), ('Mission-', 'Mission'), ('Mission------', 'Mission-----'), ('Mission--------', 'Mission-------'), ('Mission------', 'Mission-----')]
GCB187810XX-VXX-XX-page3.txt: [('Mission--------', 'Mission-------'), ('Total-------------', 'Total------------'), ('year----', 'year---'), ('year------', 'year-----'), ('--GCS', '-GCS'), ('-', ''), ('--', '-'), ('--', '-')]
GCB187810XX-VXX-XX-page4.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187810XX-VXX-XX-page5.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', ''), ('--', '-'), ('--', '-')]
GCB187810XX-VXX-XX-page6.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187810XX-VXX-XX-page7.txt: [('--', '-'), ('--General', '-General'), ('--', '-'), ('camp-', 'camp'), ('--GCS', '-GCS'), ('-', '')]
GCB187810XX-VXX-XX-page8.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187810XX-VXX-XX-page9.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187904XX-VXX-XX-page1.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187904XX-VXX-XX-page10.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187904XX-VXX-XX-page11.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187904XX-VXX-XX-page12.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187904XX-VXX-XX-page13.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187904XX-VXX-XX-page14.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187904XX-VXX-XX-page2.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187904XX-VXX-XX-page3.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187904XX-VXX-XX-page4.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187904XX-VXX-XX-page5.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187904XX-VXX-XX-page6.txt: [('accordingly--', 'accordingly-'), ('--GCS', '-GCS'), ('-', '')]
GCB187904XX-VXX-XX-page7.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187904XX-VXX-XX-page8.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187904XX-VXX-XX-page9.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page1.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page10.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page11.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page12.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page13.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page14.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page15.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page16.txt: [('--------', '-------'), ('--', '-'), ('--------', '-------'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page17.txt: [('--', '-'), ('you--', 'you-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page18.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page19.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page2.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page20.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page21.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page22.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page23.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', ''), ('Maine--------------------', 'Maine-------------------'), ('Vermont------------------', 'Vermont-----------------'), ('England--------------', 'England-------------'), ('York-----------------', 'York----------------'), ('Pennsylvania-------------', 'Pennsylvania------------'), ('Ohio---------------------', 'Ohio--------------------'), ('Michigan-----------------', 'Michigan----------------'), ('Indiana------------------', 'Indiana-----------------')]
GCB187911XX-VXX-XX-page24.txt: [('Wisconsin----------------', 'Wisconsin---------------'), ('Illinois-----------------', 'Illinois----------------'), ('Minnesota----------------', 'Minnesota---------------'), ('Iowa---------------------', 'Iowa--------------------'), ('Nebraska-----------------', 'Nebraska----------------'), ('Conference--------', 'Conference-------'), ('Missouri-----------------', 'Missouri----------------'), ('Kansas-------------------', 'Kansas------------------'), ('California---------------', 'California--------------'), ('Kentucky-----------------', 'Kentucky----------------'), ('Tennessee----------------', 'Tennessee---------------'), ('Oregon-------------------', 'Oregon------------------'), ('Texas--------------------', 'Texas-------------------'), ('Mission-', 'Mission'), ('Mission-----------', 'Mission----------'), ('Mission---------', 'Mission--------'), ('Europe-', 'Europe'), ('Mission----------', 'Mission---------'), ('Mission---------', 'Mission--------'), ('Mission---------', 'Mission--------'), ('Wyoming------------------', 'Wyoming-----------------'), ('Total----------------', 'Total---------------'), ('year-------', 'year------'), ('year-', 'year'), ('--GCS', '-GCS'), ('-', ''), ('-', '')]
GCB187911XX-VXX-XX-page3.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page4.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page5.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page6.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page7.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page8.txt: [('--GCS', '-GCS'), ('-', '')]
GCB187911XX-VXX-XX-page9.txt: [('--', '-'), ('-------', '------'), ('year------------------', 'year-----------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('year--------------', 'year-------------'), ('balance------------------', 'balance-----------------'), ('--GCS', '-GCS'), ('-', '')]
GCB188003XX-VXX-XX-page1.txt: [('Wisconsin----------------', 'Wisconsin---------------'), ('Illinois-----------------', 'Illinois----------------'), ('Minnesota----------------', 'Minnesota---------------'), ('Iowa---------------------', 'Iowa--------------------'), ('Nebraska-----------------', 'Nebraska----------------'), ('Conference--------', 'Conference-------'), ('Missouri-----------------', 'Missouri----------------'), ('Kansas-------------------', 'Kansas------------------'), ('California---------------', 'California--------------'), ('Kentucky-----------------', 'Kentucky----------------'), ('Tennessee----------------', 'Tennessee---------------'), ('Oregon-------------------', 'Oregon------------------'), ('Texas--------------------', 'Texas-------------------'), ('Mission-', 'Mission'), ('Mission-----------', 'Mission----------'), ('Mission---------', 'Mission--------'), ('Europe-', 'Europe'), ('Mission----------', 'Mission---------'), ('Mission---------', 'Mission--------'), ('Mission---------', 'Mission--------'), ('Wyoming------------------', 'Wyoming-----------------'), ('Total----------------', 'Total---------------'), ('year-------', 'year------'), ('year-', 'year'), ('--GCS', '-GCS'), ('-', ''), ('-', '')]
GCB188003XX-VXX-XX-page10.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188003XX-VXX-XX-page2.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188003XX-VXX-XX-page3.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188003XX-VXX-XX-page4.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188003XX-VXX-XX-page5.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188003XX-VXX-XX-page6.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188003XX-VXX-XX-page7.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188003XX-VXX-XX-page8.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188003XX-VXX-XX-page9.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188010XX-VXX-XX-page1.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188010XX-VXX-XX-page2.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188010XX-VXX-XX-page3.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188010XX-VXX-XX-page4.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188010XX-VXX-XX-page5.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188010XX-VXX-XX-page6.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188010XX-VXX-XX-page7.txt: [('Maine----------------', 'Maine---------------'), ('Vermont--------------', 'Vermont-------------'), ('England----------', 'England---------'), ('York-------------', 'York------------'), ('Pennsylvania---------', 'Pennsylvania--------'), ('Ohio-----------------', 'Ohio----------------'), ('Michigan-------------', 'Michigan------------'), ('Indiana--------------', 'Indiana-------------'), ('Wisconsin------------', 'Wisconsin-----------'), ('Illinois-------------', 'Illinois------------'), ('Minnesota------------', 'Minnesota-----------'), ('Iowa-----------------', 'Iowa----------------'), ('Nebraska-------------', 'Nebraska------------'), ('Dakota---------------', 'Dakota--------------'), ('Missouri-------------', 'Missouri------------'), ('Kansas---------------', 'Kansas--------------'), ('California-----------', 'California----------'), ('Pacific--------', 'Pacific-------'), ('Columbia-------', 'Columbia------'), ('Kentucky-------------', 'Kentucky------------'), ('Tennessee------------', 'Tennessee-----------'), ('Texas----------------', 'Texas---------------'), ('Quebec---', 'Quebec--'), ('Denmark--------------', 'Denmark-------------'), ('Southern-----', 'Southern----'), ('Virginia-------------', 'Virginia------------'), ('Wyoming--------------', 'Wyoming-------------'), ('Colorado-------------', 'Colorado------------'), ('Nevada---------------', 'Nevada--------------'), ('European-----', 'European----'), ('European----', 'European---'), ('English--------------', 'English-------------'), ('--GCS', '-GCS'), ('-', ''), ('Total------------', 'Total-----------'), ('Gain-------------', 'Gain------------')]
GCB188010XX-VXX-XX-page8.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188010XX-VXX-XX-page9.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page1.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page10.txt: [('--', '-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page11.txt: [('--', '-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page12.txt: [('therefore--', 'therefore-'), ('therefore--', 'therefore-'), ('--', '-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page13.txt: [('and--', 'and-'), ('therefore--', 'therefore-'), ('therefore--', 'therefore-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page14.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page15.txt: [('--', '-'), ('therefore--', 'therefore-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page16.txt: [('therefore--', 'therefore-'), ('-', ''), ('therefore--', 'therefore-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page17.txt: [('--', '-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page18.txt: [('therefore--', 'therefore-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page19.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', ''), ('------------', '-----------'), ('--------', '-------'), ('Total------------------------------------', 'Total-----------------------------------'), ('--------------------------', '-------------------------'), ('Treasury--------------------------', 'Treasury-------------------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('Maine-----------------', 'Maine----------------'), ('Vermont---------------', 'Vermont--------------'), ('----------', '---------'), ('York--------------', 'York-------------'), ('Pennsylvania----------', 'Pennsylvania---------'), ('Ohio------------------', 'Ohio-----------------'), ('Michigan--------------', 'Michigan-------------'), ('Indiana---------------', 'Indiana--------------'), ('Wisconsin-------------', 'Wisconsin------------'), ('Illinois--------------', 'Illinois-------------'), ('Minnesota-------------', 'Minnesota------------'), ('Iowa------------------', 'Iowa-----------------'), ('Nebraska--------------', 'Nebraska-------------'), ('Dakota----------------', 'Dakota---------------'), ('Missouri--------------', 'Missouri-------------'), ('Kansas----------------', 'Kansas---------------')]
GCB188112XX-VXX-XX-page2.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page20.txt: [('California------------', 'California-----------'), ('Pacific---------', 'Pacific--------'), ('Columbia--------', 'Columbia-------'), ('Kentucky--------------', 'Kentucky-------------'), ('Tennessee-------------', 'Tennessee------------'), ('Texas-----------------', 'Texas----------------'), ('Quebec----', 'Quebec---'), ('Denmark---------------', 'Denmark--------------'), ('Missions--', 'Missions-'), ('Southern------', 'Southern-----'), ('Virginia--------------', 'Virginia-------------'), ('Colorado--------------', 'Colorado-------------'), ('Nevada----------------', 'Nevada---------------'), ('European------', 'European-----'), ('European-----', 'European----'), ('English---------------', 'English--------------'), ('Total---------------', 'Total--------------'), ('year---', 'year--'), ('Gain-----------------', 'Gain----------------'), ('--GCS', '-GCS'), ('-', ''), ('--', '-')]
GCB188112XX-VXX-XX-page3.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page4.txt: [('therefore--', 'therefore-'), ('--', '-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page5.txt: [('and--', 'and-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page6.txt: [('--', '-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page7.txt: [('and--', 'and-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page8.txt: [('--Secretary.', '-Secretary.'), ('--', '-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188112XX-VXX-XX-page9.txt: [('therefore--', 'therefore-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page1.txt: [('California------------', 'California-----------'), ('Pacific---------', 'Pacific--------'), ('Columbia--------', 'Columbia-------'), ('Kentucky--------------', 'Kentucky-------------'), ('Tennessee-------------', 'Tennessee------------'), ('Texas-----------------', 'Texas----------------'), ('Quebec----', 'Quebec---'), ('Denmark---------------', 'Denmark--------------'), ('Missions--', 'Missions-'), ('Southern------', 'Southern-----'), ('Virginia--------------', 'Virginia-------------'), ('Colorado--------------', 'Colorado-------------'), ('Nevada----------------', 'Nevada---------------'), ('European------', 'European-----'), ('European-----', 'European----'), ('English---------------', 'English--------------'), ('Total---------------', 'Total--------------'), ('year---', 'year--'), ('Gain-----------------', 'Gain----------------'), ('--GCS', '-GCS'), ('-', ''), ('--', '-')]
GCB188212XX-VXX-XX-page10.txt: [('--', '-'), ('therefore--', 'therefore-'), ('--', '-'), ('therefore--', 'therefore-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page11.txt: [('and--', 'and-'), ('therefore--', 'therefore-'), ('--', '-'), ('------------', '-----------'), ('---------', '--------'), ('Total------------------------------------', 'Total-----------------------------------'), ('---------------------------', '--------------------------'), ('Treasury--------------------------', 'Treasury-------------------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page12.txt: [('--', '-'), ('therefore--', 'therefore-'), ('--', '-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page13.txt: [('--', '-'), ('therefore--', 'therefore-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page14.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page15.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page16.txt: [('therefore--', 'therefore-'), ('--', '-'), ('--', '-'), ('and--', 'and-'), ('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page17.txt: [('therefore--', 'therefore-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('--', '-'), ('--an', '-an'), ('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page18.txt: [('--GCS', '-GCS'), ('-', ''), ('California------------', 'California-----------'), ('Canada----------------', 'Canada---------------'), ('Colorado--------------', 'Colorado-------------'), ('Dakota----------------', 'Dakota---------------'), ('Denmark---------------', 'Denmark--------------'), ('Illinois--------------', 'Illinois-------------'), ('Indiana---------------', 'Indiana--------------'), ('Iowa------------------', 'Iowa-----------------'), ('Kansas----------------', 'Kansas---------------'), ('Kentucky--------------', 'Kentucky-------------'), ('Maine-----------------', 'Maine----------------'), ('Michigan--------------', 'Michigan-------------'), ('Minnesota-------------', 'Minnesota------------'), ('Missouri--------------', 'Missouri-------------'), ('Nebraska--------------', 'Nebraska-------------'), ('England-----------', 'England----------'), ('York--------------', 'York-------------'), ('Pacific---------', 'Pacific--------'), ('Ohio------------------', 'Ohio-----------------'), ('Pennsylvania----------', 'Pennsylvania---------'), ('Sweden----------------', 'Sweden---------------'), ('Tennessee-------------', 'Tennessee------------'), ('Texas-----------------', 'Texas----------------'), ('Columbia--------', 'Columbia-------'), ('Vermont---------------', 'Vermont--------------'), ('Virginia--------------', 'Virginia-------------'), ('Wisconsin-------------', 'Wisconsin------------'), ('MISSIONS--', 'MISSIONS-'), ('European------', 'European-----'), ('English---------------', 'English--------------'), ('Southern------', 'Southern-----'), ('Nevada----------------', 'Nevada---------------'), ('Norway----------------', 'Norway---------------'), ('Totals----------------', 'Totals---------------'), ('year----', 'year---'), ('Gain------------------', 'Gain-----------------')]
GCB188212XX-VXX-XX-page2.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page3.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page4.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page5.txt: [('--', '-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page6.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page7.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page8.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188212XX-VXX-XX-page9.txt: [('--', '-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page1.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page10.txt: [('--', '-'), ('--', '-'), ('therefore--', 'therefore-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page11.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page12.txt: [('also--', 'also-'), ('--', '-'), ('--', '-'), ('------------', '-----------'), ('---------', '--------'), ('Total------------------------------------', 'Total-----------------------------------'), ('rendered-', 'rendered'), ('--------', '-------'), ('Total------------------------------------', 'Total-----------------------------------'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page13.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page14.txt: [('--', '-'), ('--', '-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page15.txt: [('therefore--', 'therefore-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page16.txt: [('and--', 'and-'), ('therefore--', 'therefore-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('further--', 'further-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page17.txt: [('also--', 'also-'), ('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page18.txt: [('--GCS', '-GCS'), ('-', ''), ('-', ''), ('Canada------------------------', 'Canada-----------------------'), ('Colorado----------------------', 'Colorado---------------------'), ('Dakota------------------------', 'Dakota-----------------------'), ('Norway---', 'Norway--'), ('Illinois----------------------', 'Illinois---------------------'), ('Indiana-----------------------', 'Indiana----------------------'), ('Iowa--------------------------', 'Iowa-------------------------'), ('Kansas------------------------', 'Kansas-----------------------'), ('Kentucky----------------------', 'Kentucky---------------------'), ('Maine-------------------------', 'Maine------------------------'), ('Michigan----------------------', 'Michigan---------------------'), ('Minnesota---------------------', 'Minnesota--------------------'), ('Missouri----------------------', 'Missouri---------------------'), ('Nebraska----------------------', 'Nebraska---------------------'), ('England-------------------', 'England------------------'), ('York----------------------', 'York---------------------'), ('Pacific-----------------', 'Pacific----------------'), ('Ohio--------------------------', 'Ohio-------------------------'), ('Pennsylvania------------------', 'Pennsylvania-----------------'), ('Tennessee---------------------', 'Tennessee--------------------'), ('Texas-------------------------', 'Texas------------------------'), ('Columbia----------------', 'Columbia---------------'), ('Vermont-----------------------', 'Vermont----------------------'), ('Virginia----------------------', 'Virginia---------------------'), ('Wisconsin---------------------', 'Wisconsin--------------------'), ('MISSIONS--', 'MISSIONS-'), ('European--------------', 'European-------------'), ('English-----------------------', 'English----------------------'), ('Southern--------------', 'Southern-------------'), ('Totals------------------------', 'Totals-----------------------'), ('year------------', 'year-----------'), ('Gain--------------------------', 'Gain-------------------------')]
GCB188311XX-VXX-XX-page2.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page3.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page4.txt: [('was--', 'was-'), ('--', '-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page5.txt: [('therefore--', 'therefore-'), ('was--', 'was-'), ('--', '-'), ('therefore--', 'therefore-'), ('therefore--', 'therefore-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page6.txt: [('-page', 'page'), ('finally--', 'finally-'), ('was--', 'was-'), ('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page7.txt: [('then--', 'then-'), ('--', '-'), ('also--', 'also-'), ('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page8.txt: [('--', '-'), ('therefore--', 'therefore-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188311XX-VXX-XX-page9.txt: [('was--', 'was-'), ('--', '-'), ('therefore--', 'therefore-'), ('therefore--', 'therefore-'), ('--', '-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page1.txt: [('--GCS', '-GCS'), ('-', ''), ('-', ''), ('Canada------------------------', 'Canada-----------------------'), ('Colorado----------------------', 'Colorado---------------------'), ('Dakota------------------------', 'Dakota-----------------------'), ('Norway---', 'Norway--'), ('Illinois----------------------', 'Illinois---------------------'), ('Indiana-----------------------', 'Indiana----------------------'), ('Iowa--------------------------', 'Iowa-------------------------'), ('Kansas------------------------', 'Kansas-----------------------'), ('Kentucky----------------------', 'Kentucky---------------------'), ('Maine-------------------------', 'Maine------------------------'), ('Michigan----------------------', 'Michigan---------------------'), ('Minnesota---------------------', 'Minnesota--------------------'), ('Missouri----------------------', 'Missouri---------------------'), ('Nebraska----------------------', 'Nebraska---------------------'), ('England-------------------', 'England------------------'), ('York----------------------', 'York---------------------'), ('Pacific-----------------', 'Pacific----------------'), ('Ohio--------------------------', 'Ohio-------------------------'), ('Pennsylvania------------------', 'Pennsylvania-----------------'), ('Tennessee---------------------', 'Tennessee--------------------'), ('Texas-------------------------', 'Texas------------------------'), ('Columbia----------------', 'Columbia---------------'), ('Vermont-----------------------', 'Vermont----------------------'), ('Virginia----------------------', 'Virginia---------------------'), ('Wisconsin---------------------', 'Wisconsin--------------------'), ('MISSIONS--', 'MISSIONS-'), ('European--------------', 'European-------------'), ('English-----------------------', 'English----------------------'), ('Southern--------------', 'Southern-------------'), ('Totals------------------------', 'Totals-----------------------'), ('year------------', 'year-----------'), ('Gain--------------------------', 'Gain-------------------------')]
GCB188410XX-VXX-XX-page10.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page11.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page12.txt: [('therefore--', 'therefore-'), ('further--', 'further-'), ('was--', 'was-'), ('further--', 'further-'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page13.txt: [('was--', 'was-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page14.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page15.txt: [('-foot', 'foot'), ('--', '-'), ('therefore--', 'therefore-'), ('was--', 'was-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page16.txt: [('also--', 'also-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page17.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page18.txt: [('--', '-'), ('therefore--', 'therefore-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page19.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page2.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page20.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page21.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page22.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page23.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', ''), ('California--------', 'California-------'), ('Canada------------', 'Canada-----------'), ('Colorado----------', 'Colorado---------'), ('Dakota------------', 'Dakota-----------'), ('Denmark-----------', 'Denmark----------'), ('Illinois----------', 'Illinois---------'), ('Indiana-----------', 'Indiana----------'), ('Iowa--------------', 'Iowa-------------'), ('Kansas------------', 'Kansas-----------'), ('Kentucky----------', 'Kentucky---------'), ('Maine-------------', 'Maine------------'), ('Michigan----------', 'Michigan---------'), ('Minnesota---------', 'Minnesota--------'), ('Missouri----------', 'Missouri---------'), ('Nebraska----------', 'Nebraska---------'), ('England-------', 'England------'), ('York----------', 'York---------')]
GCB188410XX-VXX-XX-page24.txt: [('Pacific-----', 'Pacific----'), ('Ohio--------------', 'Ohio-------------'), ('Pennsylvania------', 'Pennsylvania-----'), ('Switzerland-------', 'Switzerland------'), ('Sweden------------', 'Sweden-----------'), ('Tennessee---------', 'Tennessee--------'), ('Texas-------------', 'Texas------------'), ('Columbia----', 'Columbia---'), ('Vermont-----------', 'Vermont----------'), ('Virginia----------', 'Virginia---------'), ('Wisconsin---------', 'Wisconsin--------'), ('English-----------', 'English----------'), ('Southern--', 'Southern-'), ('Norway------------', 'Norway-----------'), ('Total-------------', 'Total------------'), ('yr.-', 'yr.'), ('Gain--------------', 'Gain-------------'), ('--GCS', '-GCS'), ('-', ''), ('--', '-')]
GCB188410XX-VXX-XX-page3.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page4.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page5.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page6.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page7.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('------------', '-----------'), ('yr.-', 'yr.'), ('fund----------------', 'fund---------------'), ('sources----', 'sources---'), ('Total------------------------------------', 'Total-----------------------------------'), ('ministers------------------', 'ministers-----------------'), ('Mission------', 'Mission-----'), ('sundries-------------------', 'sundries------------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page8.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188410XX-VXX-XX-page9.txt: [('--', '-'), ('therefore--', 'therefore-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page1.txt: [('Pacific-----', 'Pacific----'), ('Ohio--------------', 'Ohio-------------'), ('Pennsylvania------', 'Pennsylvania-----'), ('Switzerland-------', 'Switzerland------'), ('Sweden------------', 'Sweden-----------'), ('Tennessee---------', 'Tennessee--------'), ('Texas-------------', 'Texas------------'), ('Columbia----', 'Columbia---'), ('Vermont-----------', 'Vermont----------'), ('Virginia----------', 'Virginia---------'), ('Wisconsin---------', 'Wisconsin--------'), ('English-----------', 'English----------'), ('Southern--', 'Southern-'), ('Norway------------', 'Norway-----------'), ('Total-------------', 'Total------------'), ('yr.-', 'yr.'), ('Gain--------------', 'Gain-------------'), ('--GCS', '-GCS'), ('-', ''), ('--', '-')]
GCB188511XX-VXX-XX-page10.txt: [('--Because', '-Because'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page11.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page12.txt: [('--', '-'), ('--', '-'), ('further--', 'further-'), ('therefore--', 'therefore-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page13.txt: [('--', '-'), ('therefore--', 'therefore-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page14.txt: [('--', '-'), ('-------------', '------------'), ('year---------------------', 'year--------------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('year-------------------------', 'year------------------------'), ('Overdrawn------------------------------------', 'Overdrawn-----------------------------------'), ('-------------', '------------'), ('year---------------------', 'year--------------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('year-------------------------', 'year------------------------'), ('Overdrawn------------------------------------', 'Overdrawn-----------------------------------'), ('-------------', '------------'), ('year---------------------', 'year--------------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('year-------------------------', 'year------------------------'), ('---------------------', '--------------------'), ('year-------------------------', 'year------------------------'), ('year-------------------------', 'year------------------------'), ('--------------------', '-------------------'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page15.txt: [('--', '-'), ('-', ''), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page16.txt: [('therefore--', 'therefore-'), ('--', '-'), ('recommend--', 'recommend-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page17.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page18.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page19.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page2.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page20.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page21.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page22.txt: [('--', '-'), ('--', '-'), ('recommend--', 'recommend-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page23.txt: [('was--', 'was-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page24.txt: [('--', '-'), ('--', '-'), ('And--', 'And-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page25.txt: [('was--', 'was-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page26.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page27.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page28.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page29.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page3.txt: [('--', '-'), ('--', '-'), ('year---------', 'year--------'), ('Conferences------------', 'Conferences-----------'), ('fund--------------', 'fund-------------'), ('sources----------', 'sources---------'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page30.txt: [('--', '-'), ('submit--', 'submit-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page31.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page32.txt: [('therefore--', 'therefore-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page33.txt: [('--', '-'), ('recommend--', 'recommend-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page34.txt: [('--', '-'), ('recommend--', 'recommend-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page35.txt: [('and--', 'and-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page36.txt: [('And--', 'And-'), ('--', '-'), ('bell------------------', 'bell-----------------'), ('hours----------------', 'hours---------------'), ('-', ''), ('devotion--', 'devotion-'), ('-', ''), ('hours---------------', 'hours--------------'), ('-', ''), ('Breakfast--------------------', 'Breakfast-------------------'), ('work-', 'work'), ('-', ''), ('Worship----------------------', 'Worship---------------------'), ('devotions---------', 'devotions--------'), ('-', ''), ('work-------------', 'work------------'), ('-', ''), ('Prayer-meeting------------', 'Prayer-meeting-----------'), ('people--', 'people-'), ('-', ''), ('bell--------------', 'bell-------------'), ('was--', 'was-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page37.txt: [('then--', 'then-'), ('-------', '------'), ('--GCS', '-GCS'), ('-', ''), ('California---------', 'California--------'), ('Canada-------------', 'Canada------------'), ('Colorado-----------', 'Colorado----------'), ('Dakota-------------', 'Dakota------------'), ('Denmark------------', 'Denmark-----------'), ('Illinois-----------', 'Illinois----------'), ('Indiana------------', 'Indiana-----------'), ('Iowa---------------', 'Iowa--------------'), ('Kansas-------------', 'Kansas------------'), ('Kentucky-----------', 'Kentucky----------'), ('Maine--------------', 'Maine-------------'), ('Michigan-----------', 'Michigan----------'), ('Minnesota----------', 'Minnesota---------'), ('Missouri-----------', 'Missouri----------'), ('Nebraska-----------', 'Nebraska----------'), ('England--------', 'England-------'), ('York-----------', 'York----------'), ('Pacific------', 'Pacific-----'), ('Ohio---------------', 'Ohio--------------'), ('Pennsylvania-------', 'Pennsylvania------'), ('Switzerland--------', 'Switzerland-------'), ('Sweden-------------', 'Sweden------------'), ('Tennessee----------', 'Tennessee---------'), ('Texas--------------', 'Texas-------------'), ('--', '-'), ('Columbia-----', 'Columbia----'), ('----', '---'), ('----', '---'), ('----', '---')]
GCB188511XX-VXX-XX-page38.txt: [('Vermont------------', 'Vermont-----------'), ('Virginia-----------', 'Virginia----------'), ('Wisconsin----------', 'Wisconsin---------'), ('British------------', 'British-----------'), ('Southern---', 'Southern--'), ('Scandinavian-------', 'Scandinavian------'), ('Total--------------', 'Total-------------'), ('Gain---------------', 'Gain--------------'), ('----', '---'), ('----', '---'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page4.txt: [('Total------------------------------------', 'Total-----------------------------------'), ('ministers---------------------', 'ministers--------------------'), ('missions-------------------', 'missions------------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('balance-------------------', 'balance------------------'), ('--GCS', '-GCS'), ('-', ''), ('was--', 'was-')]
GCB188511XX-VXX-XX-page5.txt: [('finally--', 'finally-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page6.txt: [('then--', 'then-'), ('recommending--', 'recommending-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page7.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page8.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188511XX-VXX-XX-page9.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page1.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page10.txt: [('--', '-'), ('recommend--', 'recommend-'), ('--', '-'), ('at----------------------------------', 'at---------------------------------'), ('tent-------', 'tent------'), ('-', ''), ('Breakfast--------------------------------', 'Breakfast-------------------------------'), ('Labor------------------------------------', 'Labor-----------------------------------'), ('-', ''), ('Instructions-----------------------------', 'Instructions----------------------------'), ('-', ''), ('Dinner-----------------------------------', 'Dinner----------------------------------'), ('Labor------------------------------------', 'Labor-----------------------------------'), ('-', ''), ('Instructions-----------------------------', 'Instructions----------------------------'), ('-', ''), ('at--------------------------------', 'at-------------------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page11.txt: [('--', '-'), ('therefore--', 'therefore-'), ('therefore--', 'therefore-'), ('--', '-'), ('and--', 'and-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page12.txt: [('--', '-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page13.txt: [('therefore--', 'therefore-'), ('--', '-'), ('--', '-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('--', '-'), ('then--', 'then-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page14.txt: [('was--', 'was-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page15.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page16.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page17.txt: [('--', '-'), ('therefore--', 'therefore-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page18.txt: [('--', '-'), ('--', '-'), ('therefore--', 'therefore-'), ('further--', 'further-'), ('--', '-'), ('recommend--', 'recommend-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page19.txt: [('--', '-'), ('--', '-'), ('and--', 'and-'), ('and--', 'and-'), ('and--', 'and-'), ('and--', 'and-'), ('and--', 'and-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page2.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page20.txt: [('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page21.txt: [('--', '-'), ('therefore--', 'therefore-'), ('this--', 'this-'), ('therefore--', 'therefore-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page22.txt: [('--', '-'), ('Further-', 'Further'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page23.txt: [('recommend--', 'recommend-'), ('recommend--', 'recommend-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page24.txt: [('--', '-'), ('--', '-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('And--', 'And-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page25.txt: [('therefore--', 'therefore-'), ('therefore--', 'therefore-'), ('-', ''), ('--', '-'), ('therefore--', 'therefore-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page26.txt: [('--', '-'), ('recommend--', 'recommend-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page27.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page28.txt: [('-page', 'page'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page29.txt: [('--', '-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page3.txt: [('then--', 'then-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page30.txt: [('--', '-'), ('recommend--', 'recommend-'), ('--', '-'), ('further--', 'further-'), ('Review--', 'Review-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page31.txt: [('--', '-'), ('----', '---'), ('----', '---'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page32.txt: [('----', '---'), ('Tennessee-----------------', 'Tennessee----------------'), ('Columbia------------', 'Columbia-----------'), ('British----------------------', 'British---------------------'), ('Southern-------------', 'Southern------------'), ('Scandinavian-----------------', 'Scandinavian----------------'), ('Total------------------', 'Total-----------------'), ('year-----------', 'year----------'), ('Gain-------------------------', 'Gain------------------------'), ('----', '---'), ('----', '---'), ('----', '---'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page4.txt: [('--', '-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page5.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page6.txt: [('and--', 'and-'), ('therefore--', 'therefore-'), ('further--', 'further-'), ('therefore--', 'therefore-'), ('-', ''), ('and--', 'and-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page7.txt: [('therefore--', 'therefore-'), ('--', '-'), ('and--', 'and-'), ('therefore--', 'therefore-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page8.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188611XX-VXX-XX-page9.txt: [('--', '-'), ('--', '-'), ('------------', '-----------'), ('-------------------------', '------------------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('year-----------', 'year----------'), ('sundries--------------------', 'sundries-------------------'), ('balance----------------------', 'balance---------------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page1.txt: [('----', '---'), ('Tennessee-----------------', 'Tennessee----------------'), ('Columbia------------', 'Columbia-----------'), ('British----------------------', 'British---------------------'), ('Southern-------------', 'Southern------------'), ('Scandinavian-----------------', 'Scandinavian----------------'), ('Total------------------', 'Total-----------------'), ('year-----------', 'year----------'), ('Gain-------------------------', 'Gain------------------------'), ('----', '---'), ('----', '---'), ('----', '---'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page10.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--which', '-which'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page11.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page12.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page13.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page14.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page15.txt: [('--', '-'), ('--', '-'), ('---------------', '--------------'), ('-----------------', '----------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('ministers----------------------------', 'ministers---------------------------'), ('sundries----------------------------', 'sundries---------------------------'), ('Total------------------------------------', 'Total-----------------------------------'), ('balance---------', 'balance--------'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page16.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page17.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page18.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page19.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page2.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page20.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('recommend--', 'recommend-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page21.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page22.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page23.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page24.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page25.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page26.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('was--', 'was-'), ('further--', 'further-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page27.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page28.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page29.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page3.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page30.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page31.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page32.txt: [('STATISTICS--', 'STATISTICS-'), ('--GCS', '-GCS'), ('-', ''), ('Tennessee---------------', 'Tennessee--------------'), ('Columbia----------', 'Columbia---------'), ('----', '---'), ('----', '---'), ('----', '---')]
GCB188711XX-VXX-XX-page33.txt: [('Australian--------------------', 'Australian-------------------'), ('British-----------------------', 'British----------------------'), ('American--------------', 'American-------------'), ('Southern--------------', 'Southern-------------'), ('Zealand-------------------', 'Zealand------------------'), ('Islands---------', 'Islands--------'), ('African-----------------', 'African----------------'), ('American----------------', 'American---------------'), ('Total-------------------------', 'Total------------------------'), ('year---------------', 'year--------------'), ('Gain--------------------------', 'Gain-------------------------'), ('-------', '------'), ('-------', '------'), ('-------', '------'), ('-------', '------'), ('----', '---'), ('----', '---'), ('----', '---'), ('----', '---'), ('----', '---'), ('----', '---'), ('----', '---'), ('----', '---'), ('--GCS', '-GCS'), ('-', ''), ('the--', 'the-')]
GCB188711XX-VXX-XX-page4.txt: [('--', '-'), ('-', ''), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page5.txt: [('--', '-'), ('assembled--', 'assembled-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page6.txt: [('--', '-'), ('-', ''), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page7.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page8.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188711XX-VXX-XX-page9.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB18881019-V02-01,02,03-page1.txt: [('-geSellth.', 'geSellth.'), ('Seventh-', 'Seventh'), ('-Northern', 'Northern'), ('G-', 'G')]
GCB18881019-V02-01,02,03-page10.txt: [('I-', 'I')]
GCB18881019-V02-01,02,03-page2.txt: [('r---', 'r--'), ('-', ''), ('-', ''), ('-compare', 'compare'), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('.-', '.'), ('-', ''), ('connec-', 'connec'), ('-', '')]
GCB18881019-V02-01,02,03-page3.txt: [('.-', '.'), ('emote-', 'emote')]
GCB18881019-V02-01,02,03-page4.txt: [('of--', 'of-'), ('t--', 't-'), ('so-', 'so'), ('sec-', 'sec'), ('-', '')]
GCB18881019-V02-01,02,03-page5.txt: [('-ship', 'ship'), ('-have', 'have'), ('dis-', 'dis'), ('-Brother', 'Brother'), ('propor-', 'propor'), ('.-', '.'), ('-Are', 'Are'), ('-nine', 'nine')]
GCB18881019-V02-01,02,03-page6.txt: [('-', ''), ('-', ''), ('Pzsv-', 'Pzsv'), ('-JT', 'JT'), ('-', '')]
GCB18881019-V02-01,02,03-page8.txt: [('-', ''), ('that-', 'that'), ('-', ''), ('-', ''), ('-Agile', 'Agile'), ('-', ''), ('-We', 'We'), ('-...', '...'), ('-', ''), ('-I', 'I'), ('site-', 'site'), ('-return', 'return')]
GCB18881019-V02-01,02,03-page9.txt: [('-man', 'man'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18881023-V02-04,05,06-page1.txt: [('--', '-'), ('-page', 'page'), ('-', ''), ('-', ''), ('nits-', 'nits'), ('-', '')]
GCB18881023-V02-04,05,06-page10.txt: [('-', ''), ('estab-', 'estab'), ('in-', 'in'), ('-', ''), ('-', ''), ('-as', 'as'), ('so-', 'so')]
GCB18881023-V02-04,05,06-page11.txt: [('-On.motion', 'On.motion'), ('-Carolina', 'Carolina'), ('-with', 'with'), ('-', '')]
GCB18881023-V02-04,05,06-page12.txt: [('-of', 'of')]
GCB18881023-V02-04,05,06-page2.txt: [('-', ''), ('pre-', 'pre'), ('-We', 'We'), ('-Moth', 'Moth'), ('Sandi-', 'Sandi'), ('Erick-', 'Erick')]
GCB18881023-V02-04,05,06-page3.txt: [('-and', 'and'), ('con-', 'con'), ('-studies', 'studies')]
GCB18881023-V02-04,05,06-page4.txt: [('can-', 'can'), ('en-', 'en'), ('-', ''), ('-', ''), ('-Brethren', 'Brethren'), ('-publishing', 'publishing')]
GCB18881023-V02-04,05,06-page5.txt: [('Oct-', 'Oct'), ('pro-', 'pro'), ('-traffic', 'traffic')]
GCB18881023-V02-04,05,06-page6.txt: [('-worker', 'worker'), ('AV-', 'AV')]
GCB18881023-V02-04,05,06-page7.txt: [('lost.-', 'lost.')]
GCB18881023-V02-04,05,06-page8.txt: [('should-', 'should'), ('-', ''), ('Pennsylvania.-', 'Pennsylvania.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18881023-V02-04,05,06-page9.txt: [('mis-', 'mis'), ('re-', 're'), ('-', ''), ('--', '-'), ('Reeoln-', 'Reeoln'), ('--', '-'), ('--so', '-so'), ('read-', 'read')]
GCB18881026-V02-07,08,09-page1.txt: [('pre-', 'pre')]
GCB18881026-V02-07,08,09-page2.txt: [('Lan-', 'Lan'), ('bar-', 'bar'), ('PUB.-', 'PUB.'), ('-', '')]
GCB18881026-V02-07,08,09-page3.txt: [('-the', 'the')]
GCB18881026-V02-07,08,09-page4.txt: [('MICilloAN.--', 'MICilloAN.-'), ('into-', 'into'), ('-', '')]
GCB18881026-V02-07,08,09-page5.txt: [('sc.-', 'sc.'), ('-outside', 'outside'), ('tinderwood-', 'tinderwood'), ('-', ''), ('Sard-', 'Sard')]
GCB18881026-V02-07,08,09-page6.txt: [('-', '')]
GCB18881026-V02-07,08,09-page7.txt: [('MISSION-', 'MISSION'), ('-', '')]
GCB18881026-V02-07,08,09-page8.txt: [('C-', 'C'), ('-----', '----'), ('Frt.-', 'Frt.'), ('-PUBLISHING', 'PUBLISHING')]
GCB18881026-V02-07,08,09-page9.txt: [('-', ''), ('ASSO-', 'ASSO')]
GCB18881031-V02-10,11,12-page1.txt: [('mem-', 'mem'), ('.-', '.'), ('w-', 'w'), ('eon-', 'eon'), ("'-", "'"), ('-es-W', 'es-W'), ('con-', 'con'), ('Nor-', 'Nor'), ('.-', '.'), ('-E.', 'E.')]
GCB18881031-V02-10,11,12-page2.txt: [('-W.', 'W.'), ('-time', 'time'), ('reoornmenda-', 'reoornmenda'), ('BUL-', 'BUL'), ('-', '')]
GCB18881031-V02-10,11,12-page3.txt: [('.--', '.-'), ('W-', 'W'), ('-', ''), ('canvass-', 'canvass'), ('ques-', 'ques')]
GCB18881031-V02-10,11,12-page4.txt: [('-', ''), ('A-', 'A'), ('ad-', 'ad'), ('President-', 'President'), ('-', '')]
GCB18881031-V02-10,11,12-page5.txt: [('-', '')]
GCB18881031-V02-10,11,12-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-besides', 'besides'), ('see-', 'see'), ('-"pa', '"pa')]
GCB18881031-V02-10,11,12-page7.txt: [('-', ''), ('re-', 're'), ('-.', '.'), ('-Oct', 'Oct'), ('rem-', 'rem')]
GCB18881031-V02-10,11,12-page9.txt: [('ASSO-', 'ASSO'), ('-', ''), ('fa-', 'fa')]
GCB188811XX-VXX-XX-page1.txt: [('Australian--------------------', 'Australian-------------------'), ('British-----------------------', 'British----------------------'), ('American--------------', 'American-------------'), ('Southern--------------', 'Southern-------------'), ('Zealand-------------------', 'Zealand------------------'), ('Islands---------', 'Islands--------'), ('African-----------------', 'African----------------'), ('American----------------', 'American---------------'), ('Total-------------------------', 'Total------------------------'), ('year---------------', 'year--------------'), ('Gain--------------------------', 'Gain-------------------------'), ('-------', '------'), ('-------', '------'), ('-------', '------'), ('-------', '------'), ('----', '---'), ('----', '---'), ('----', '---'), ('----', '---'), ('----', '---'), ('----', '---'), ('----', '---'), ('----', '---'), ('--GCS', '-GCS'), ('-', ''), ('the--', 'the-')]
GCB188811XX-VXX-XX-page10.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page11.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page12.txt: [('-', ''), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page13.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page14.txt: [('--L.', '-L.'), ('--presented', '-presented'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('recommend--', 'recommend-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page15.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page16.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page17.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page18.txt: [('--', '-'), ('-', ''), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page19.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page2.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page20.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page21.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page22.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page23.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page24.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page25.txt: [('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page26.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page27.txt: [('work--', 'work-'), ('etc.--', 'etc.-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page28.txt: [('Total--------', 'Total-------'), ('--GCS', '-GCS'), ('-', ''), ('---', '--'), ('----', '---'), ('--', '-'), ('--', '-'), ('---', '--'), ('-', ''), ('-', ''), ('---', '--'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('--', '-'), ('---', '--'), ('---', '--'), ('---', '--'), ('---', '--'), ('-', ''), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('Tennessee-------', 'Tennessee------'), ('-', ''), ('--', '-'), ('Columbia--', 'Columbia-'), ('-', ''), ('--', '-'), ('---', '--'), ('-', ''), ('--', '-'), ('---', '--'), ('---', '--'), ('---', '--'), ('-----', '----'), ('---', '--'), ('---', '--'), ('---', '--'), ('----', '---'), ('---', '--'), ('British----------------------------', 'British---------------------------'), ('Southern-------------------', 'Southern------------------'), ('Zealand------------------------', 'Zealand-----------------------'), ('Islands--------------', 'Islands-------------'), ('African----------------------', 'African---------------------'), ('counted--------------', 'counted-------------'), ('Total------------------------------', 'Total-----------------------------'), ('--------', '-------'), ('--------', '-------'), ('---', '--'), ('---', '--'), ('----', '---'), ('---', '--'), ('---', '--'), ('---', '--')]
GCB188811XX-VXX-XX-page29.txt: [('---------------', '--------------'), ('--------------------', '-------------------'), ('Total----------------------------------------------', 'Total---------------------------------------------'), ('ministers----------------------------', 'ministers---------------------------'), ('sundries-----------------------------', 'sundries----------------------------'), ('--GCS', '-GCS'), ('-', ''), ('Total-----------------------------------------------', 'Total----------------------------------------------'), ('-----------------------', '----------------------'), ('-------------------------------', '------------------------------'), ('------------------------------', '-----------------------------'), ('Increase--------------------------------------------', 'Increase-------------------------------------------'), ('missions----------------------------', 'missions---------------------------'), ('Press-----------------------', 'Press----------------------'), ('--------------', '-------------'), ('accounts---------------------', 'accounts--------------------'), ('-----', '----'), ('Total-----------------------------------------------', 'Total----------------------------------------------'), ('funds---------------------------------', 'funds--------------------------------'), ('Herald---------------------', 'Herald--------------------'), ('-----------------', '----------------'), ('accounts---------------------', 'accounts--------------------'), ('worth--------------------------------', 'worth-------------------------------'), ('Total-----------------------------------------------', 'Total----------------------------------------------'), ('plant-----------------------', 'plant----------------------'), ('cash-----------------------', 'cash----------------------'), ('Total-----------------------------------------------', 'Total----------------------------------------------'), ('accounts----------------------------', 'accounts---------------------------'), ('indebtedness-------------', 'indebtedness------------'), ('Total-----------------------------------------------', 'Total----------------------------------------------')]
GCB188811XX-VXX-XX-page3.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page30.txt: [('estate----------------------------------', 'estate---------------------------------'), ('-------------------------', '------------------------'), ('Total-----------------------------------------------', 'Total----------------------------------------------'), ('payable--------------------------------', 'payable-------------------------------'), ('Mortgages------------------------------------', 'Mortgages-----------------------------------'), ('bank----------------------------', 'bank---------------------------'), ('accounts----------------------------', 'accounts---------------------------'), ('indebtedness-------------', 'indebtedness------------'), ('Total-----------------------------------------------', 'Total----------------------------------------------'), ('estate----------------------------------', 'estate---------------------------------'), ('----', '---'), ('Total-----------------------------------------------', 'Total----------------------------------------------'), ('payable--------------------------------', 'payable-------------------------------'), ('Mortgages------------------------------------', 'Mortgages-----------------------------------'), ('accounts----------------------------', 'accounts---------------------------'), ('indebtedness-------------', 'indebtedness------------'), ('Total-----------------------------------------------', 'Total----------------------------------------------'), ('accounts--------------------------------', 'accounts-------------------------------'), ('----------------------', '---------------------'), ('accounts-------------------', 'accounts------------------'), ('indebtedness-------------------------', 'indebtedness------------------------'), ('Total-----------------------------------------------', 'Total----------------------------------------------'), ('etc.----------------------------------', 'etc.---------------------------------'), ('fund------------------', 'fund-----------------'), ('indebtedness--------------------------------', 'indebtedness-------------------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page31.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page32.txt: [('--', '-'), ('-', ''), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page33.txt: [('--questions', '-questions'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page34.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page35.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page36.txt: [('-', ''), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page37.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page38.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page39.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page4.txt: [('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page40.txt: [('--', '-'), ('Michigan---------', 'Michigan--------'), ('Tennessee--------', 'Tennessee-------'), ('Texas------------', 'Texas-----------'), ('Canada-----------', 'Canada----------'), ('Virginia----', 'Virginia---'), ('Virginia---------', 'Virginia--------'), ('Kentucky---------', 'Kentucky--------'), ('----', '---'), ('----', '---'), ('----', '---'), ('-------', '------'), ('Pacific----', 'Pacific---'), ('Ohio-------------', 'Ohio------------'), ('Dakota-----------', 'Dakota----------'), ('Pennsylvania-----', 'Pennsylvania----'), ('Alabama----------', 'Alabama---------'), ('----', '---'), ('Vermont----------', 'Vermont---------'), ('-------', '------'), ('Georgia----------', 'Georgia---------'), ('----', '---'), ('Missouri---------', 'Missouri--------'), ('Louisiana--------', 'Louisiana-------'), ('-----', '----'), ('----', '---'), ('Nebraska---------', 'Nebraska--------'), ('Mississippi------', 'Mississippi-----'), ('----', '---'), ('Indiana----------', 'Indiana---------'), ('Maryland---------', 'Maryland--------'), ('----', '---'), ('Colorado---------', 'Colorado--------'), ('Miscellaneous----', 'Miscellaneous---'), ('Maine------------', 'Maine-----------'), ('-------', '------'), ('Total----------', 'Total---------'), ('Florida----------', 'Florida---------'), ('----', '---'), ('----', '---'), ('--GCS', '-GCS'), ('-', ''), ('California-------', 'California------'), ('Iowa-------------', 'Iowa------------'), ('England------', 'England-----'), ('Minnesota--------', 'Minnesota-------'), ('Illinois---------', 'Illinois--------'), ('Kansas-----------', 'Kansas----------'), ('York---------', 'York--------'), ('Wisconsin--------', 'Wisconsin-------')]
GCB188811XX-VXX-XX-page41.txt: [('--', '-'), ('European----------------------------------', 'European---------------------------------'), ('Scandinavian--------------------------------------', 'Scandinavian-------------------------------------'), ('British-------------------------------------------', 'British------------------------------------------'), ('Pacific----------------------------', 'Pacific---------------------------'), ('--', '-'), ('donations-------------------------------', 'donations------------------------------'), ('contributions----------------------', 'contributions---------------------'), ('offerings----------------------', 'offerings---------------------'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page42.txt: [('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page5.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page6.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page7.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page8.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB188811XX-VXX-XX-page9.txt: [('--', '-'), ('--', '-'), ('--', '-'), ('--', '-'), ('--GCS', '-GCS'), ('-', '')]
GCB18891018-V03-01-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18891018-V03-01-page2.txt: [('-', ''), ('for-', 'for'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Iowa-', 'Iowa'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18891018-V03-01-page3.txt: [('-vote.', 'vote.'), ('-', ''), ('-Sabbath-keepers', 'Sabbath-keepers')]
GCB18891018-V03-01-page4.txt: [('-past', 'past'), ('-', '')]
GCB18891018-V03-01-page5.txt: [('Brook-', 'Brook'), ('-', ''), ('-', '')]
GCB18891018-V03-01-page6.txt: [('-are', 'are')]
GCB18891018-V03-01-page7.txt: [('-', ''), ('-', ''), ('-time', 'time'), ('--', '-'), ('-', '')]
GCB18891018-V03-01-page8.txt: [('-very', 'very'), ('-and', 'and'), ('thereof.-', 'thereof.')]
GCB18891020-V03-02-page1.txt: [('Columbia-', 'Columbia'), ('MISSION-', 'MISSION'), ('So-', 'So'), ('-', '')]
GCB18891020-V03-02-page5.txt: [('voca-', 'voca'), ('-his', 'his'), ('feel--', 'feel-'), ('mes-', 'mes')]
GCB18891020-V03-02-page6.txt: [('-', '')]
GCB18891021-V03-03-page1.txt: [('-page', 'page')]
GCB18891021-V03-03-page10.txt: [('-', '')]
GCB18891021-V03-03-page11.txt: [('-the', 'the'), ('-', ''), ('Sabbath-', 'Sabbath'), ('.-', '.'), ('-', ''), ('un-', 'un'), ('-', ''), ('-', '')]
GCB18891021-V03-03-page12.txt: [('-heretofore', 'heretofore')]
GCB18891021-V03-03-page13.txt: [('-', ''), ('-the', 'the'), ('-the', 'the'), ('-', ''), ('after-', 'after')]
GCB18891021-V03-03-page15.txt: [('than-', 'than'), ('-', ''), ('number-', 'number'), ('-', ''), ('-', ''), ('-', '')]
GCB18891021-V03-03-page2.txt: [('begin-', 'begin'), ('-things', 'things'), ('-our', 'our')]
GCB18891021-V03-03-page3.txt: [('-', ''), ('-to', 'to'), ('Individ-', 'Individ'), ('-page', 'page'), ('the-', 'the')]
GCB18891021-V03-03-page4.txt: [('-be', 'be')]
GCB18891021-V03-03-page5.txt: [('-', ''), ('-', '')]
GCB18891021-V03-03-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('black-', 'black')]
GCB18891021-V03-03-page7.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18891021-V03-03-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('Member-', 'Member')]
GCB18891021-V03-03-page9.txt: [('-', ''), ('-The', 'The'), ('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Rob-', 'Rob'), ('-Last', 'Last'), ('Licentiates-', 'Licentiates'), ('-', ''), ('Members-', 'Members'), ('-', ''), ('Ministers-', 'Ministers'), ('-', ''), ('Churches-', 'Churches'), ('-', ''), ('-', ''), ('Licentiates-', 'Licentiates'), ('Churches-', 'Churches'), ('Members-', 'Members'), ('Tithes-', 'Tithes'), ('-', ''), ('Licentiates-', 'Licentiates'), ('-', ''), ('-', ''), ('Tithes-', 'Tithes'), ('-', ''), ('-', '')]
GCB18891022-V03-04-page1.txt: [('-', '')]
GCB18891022-V03-04-page2.txt: [('Cork-', 'Cork'), ('-', ''), ('-Vernon', 'Vernon')]
GCB18891022-V03-04-page3.txt: [('pre-', 'pre'), ('-', ''), ('-', ''), ('Read-', 'Read'), ('-', '')]
GCB18891022-V03-04-page4.txt: [('-', '')]
GCB18891022-V03-04-page6.txt: [('-Provinces', 'Provinces')]
GCB18891022-V03-04-page7.txt: [('-SOCIETY.', 'SOCIETY.')]
GCB18891023-V03-05-page1.txt: [('deliv-', 'deliv')]
GCB18891023-V03-05-page10.txt: [('-', ''), ('-', ''), ('Confer-', 'Confer')]
GCB18891023-V03-05-page11.txt: [('-truth', 'truth'), ('-small', 'small'), ('self-support-', 'self-support'), ('-', '')]
GCB18891023-V03-05-page12.txt: [('-', ''), ('Cop-', 'Cop')]
GCB18891023-V03-05-page13.txt: [('-', '')]
GCB18891023-V03-05-page14.txt: [('-best', 'best'), ('-', ''), ('-', '')]
GCB18891023-V03-05-page2.txt: [('-general', 'general')]
GCB18891023-V03-05-page7.txt: [('-', ''), ('ap-', 'ap'), ('-', ''), ('-AMENDMENTS.', 'AMENDMENTS.'), ('-', ''), ('-same', 'same'), ("o'-", "o'")]
GCB18891023-V03-05-page8.txt: [('-', ''), ('-', ''), ('VII.-', 'VII.'), ('-', ''), ('IX.-', 'IX.'), ('-ton', 'ton'), ('or-', 'or'), ('X.-', 'X.')]
GCB18891024-V03-06-page1.txt: [('Con-', 'Con'), ('the-', 'the')]
GCB18891024-V03-06-page10.txt: [('-now', 'now'), ('-the', 'the'), ('-all', 'all')]
GCB18891024-V03-06-page11.txt: [('-Hamburg', 'Hamburg'), ('.-', '.'), ('-', '')]
GCB18891024-V03-06-page12.txt: [('-ohm-returned', 'ohm-returned'), ('-connect', 'connect')]
GCB18891024-V03-06-page13.txt: [('blab.-', 'blab.'), ('-the', 'the'), ('-', ''), ('-', ''), ('-The', 'The'), ('-Oct.', 'Oct.'), ('Mel-', 'Mel'), ('.-', '.'), ('.-', '.'), ('-discussed', 'discussed'), ('-', ''), ('adher-', 'adher')]
GCB18891024-V03-06-page14.txt: [('-Sabbath-school', 'Sabbath-school'), ('-', '')]
GCB18891024-V03-06-page15.txt: [('-The', 'The'), ('-of', 'of'), ('S.-', 'S.')]
GCB18891024-V03-06-page16.txt: [('-Samoan', 'Samoan'), ('-not', 'not')]
GCB18891024-V03-06-page18.txt: [('-', ''), ('-', '')]
GCB18891024-V03-06-page19.txt: [('-GENERAL', 'GENERAL'), ('-', ''), ('-nothing', 'nothing')]
GCB18891024-V03-06-page2.txt: [('-Sunday', 'Sunday'), ('be-', 'be')]
GCB18891024-V03-06-page3.txt: [('congre-', 'congre'), ('-', ''), ('-', '')]
GCB18891024-V03-06-page4.txt: [('-', ''), ('-is', 'is'), ('mem-', 'mem')]
GCB18891024-V03-06-page5.txt: [('Confer-', 'Confer'), ('-', ''), ('recep-', 'recep'), ('-section', 'section'), ('-a', 'a'), ('-', '')]
GCB18891024-V03-06-page6.txt: [('-', '')]
GCB18891024-V03-06-page7.txt: [('-', ''), ('-', ''), ('-was', 'was'), ('-', ''), ('-', ''), ('themselves-', 'themselves')]
GCB18891024-V03-06-page8.txt: [('Schwa-', 'Schwa'), ('-', ''), ('-will', 'will')]
GCB18891025-V03-07-page1.txt: [('-Elder', 'Elder')]
GCB18891025-V03-07-page10.txt: [('pre-', 'pre')]
GCB18891025-V03-07-page11.txt: [('-', ''), ('-', ''), ('so-', 'so')]
GCB18891025-V03-07-page2.txt: [('Inter-', 'Inter'), ('-articles', 'articles')]
GCB18891025-V03-07-page3.txt: [('Vice-', 'Vice'), ('-the', 'the')]
GCB18891025-V03-07-page4.txt: [('-', ''), ('Treas-', 'Treas'), ('-', ''), ('-', ''), ('in-', 'in')]
GCB18891025-V03-07-page9.txt: [('-All', 'All'), ('it-', 'it'), ('indiffer-', 'indiffer'), ('-', '')]
GCB18891027-V03-08-page1.txt: [('B.-', 'B.'), ('-', ''), ('-', '')]
GCB18891027-V03-08-page2.txt: [('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sabbath-', 'Sabbath')]
GCB18891027-V03-08-page3.txt: [('-MISSIONARY', 'MISSIONARY'), ('--', '-'), ('the-', 'the')]
GCB18891027-V03-08-page4.txt: [('-', '')]
GCB18891027-V03-08-page5.txt: [('GOVERN-', 'GOVERN'), ('-Resolutions', 'Resolutions')]
GCB18891027-V03-08-page6.txt: [('-', ''), ('PC-', 'PC'), ('-', ''), ('-icpoot-oc.lacqt-mcc', 'icpoot-oc.lacqt-mcc'), ('-Imakoo', 'Imakoo'), ('-', ''), ('-diqc', 'diqc'), ('-roiceSsids.', 'roiceSsids.'), ('i-', 'i'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-iioocotopacr', 'iioocotopacr'), ('-', ''), ('.--', '.-'), ('-Y', 'Y'), ('-yi', 'yi'), ('-st-as.at.aar-smovaaaamm..-', 'st-as.at.aar-smovaaaamm..-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-era', 'era'), ('-la', 'la'), ('-', ''), ('-', ''), ("-'", "'"), ('-f', 'f'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-AoXo', 'AoXo'), ('z-', 'z'), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the'), ('s-', 's'), ('---', '--'), ('-', ''), ('-i', 'i'), ("-'", "'"), ('FOR-', 'FOR')]
GCB18891027-V03-08-page7.txt: [('-', '')]
GCB18891028-V03-09-page2.txt: [('-into', 'into')]
GCB18891028-V03-09-page3.txt: [('-raised', 'raised'), ('-quite', 'quite')]
GCB18891029-V03-10-page2.txt: [('-', ''), ('-', '')]
GCB18891029-V03-10-page3.txt: [('-Will', 'Will'), ('Sara-', 'Sara')]
GCB18891029-V03-10-page6.txt: [('-', ''), ('-a', 'a'), ('-', ''), ('-', ''), ('-', '')]
GCB18891029-V03-10-page7.txt: [('Loughbor-', 'Loughbor'), ('tracts-', 'tracts')]
GCB18891029-V03-10-page8.txt: [('-witness', 'witness')]
GCB18891029-V03-10-page9.txt: [('-V', 'V'), ('-DAILY', 'DAILY'), ('-BULLETIN..', 'BULLETIN..'), ('-', ''), ('-', ''), ('-', ''), ('-called', 'called'), ('life."-', 'life."'), ('-and', 'and'), ('-', ''), ('-ancl', 'ancl'), ('-wo-loOk', 'wo-loOk'), ('-"\'""In\'', '"\'""In\''), ('land.-', 'land.'), ('-', ''), ('-I', 'I'), ('-heavenly', 'heavenly'), ('go-', 'go'), ('a-', 'a'), ('-up', 'up'), ('-hues', 'hues'), ('-I', 'I'), ('-touch', 'touch'), ('-sin.', 'sin.'), ('-see', 'see'), ('pre-', 'pre'), ('-', ''), ('-dust', 'dust'), ('-', ''), ('-a', 'a'), ('-', ''), ('-"the', '"the'), ('-every', 'every'), ('-limblithe', 'limblithe'), ('-and', 'and'), ('-', ''), ('-ring', 'ring'), ('-', ''), ('-of', 'of')]
GCB18891030-V03-11-page1.txt: [('sod-', 'sod')]
GCB18891030-V03-11-page10.txt: [('-century', 'century')]
GCB18891030-V03-11-page2.txt: [('resumed.-', 'resumed.'), ('-', '')]
GCB18891030-V03-11-page3.txt: [('-until', 'until'), ('-prayer', 'prayer'), ('-', ''), ('-Committee', 'Committee')]
GCB18891030-V03-11-page4.txt: [('FOR-', 'FOR'), ('SUN-', 'SUN'), ('dif-', 'dif')]
GCB18891030-V03-11-page7.txt: [('-', '')]
GCB18891030-V03-11-page9.txt: [('--', '-'), ('GENERAL-', 'GENERAL')]
GCB18891031-V03-12-page2.txt: [('Others.-', 'Others.'), ('self-de-', 'self-de'), ('-', '')]
GCB18891031-V03-12-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com')]
GCB18891031-V03-12-page4.txt: [('-', ''), ('Conference-', 'Conference'), ('-play', 'play'), ('-', ''), ('-', '')]
GCB18891031-V03-12-page5.txt: [('-', ''), ('Gen-', 'Gen'), ('-', ''), ('-', ''), ('-', ''), ('Shreve-', 'Shreve'), ('-', ''), ('.President-', '.President'), ('-', ''), ('-books.', 'books.'), ('-', ''), ('-Bay', 'Bay'), ('mill-', 'mill'), ('-agent', 'agent'), ('Trustees-', 'Trustees')]
GCB18891031-V03-12-page6.txt: [('--', '-'), ('-constitution', 'constitution'), ('-those', 'those'), ('-He', 'He')]
GCB18891031-V03-12-page7.txt: [('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('Deify-', 'Deify')]
GCB18891101-V03-13-page2.txt: [('-', ''), ('-', '')]
GCB18891101-V03-13-page3.txt: [('ad-', 'ad'), ('-', '')]
GCB18891101-V03-13-page4.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18891104-V03-14-page1.txt: [('-', '')]
GCB18891104-V03-14-page10.txt: [('-', '')]
GCB18891104-V03-14-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to')]
GCB18891104-V03-14-page3.txt: [('-', ''), ('-regular', 'regular')]
GCB18891104-V03-14-page4.txt: [('Sabbath-', 'Sabbath')]
GCB18891104-V03-14-page5.txt: [('-upon', 'upon')]
GCB18891104-V03-14-page6.txt: [('-of', 'of')]
GCB18891104-V03-14-page7.txt: [('-heart', 'heart'), ('-how', 'how'), ('-', ''), ('chil-', 'chil')]
GCB18891104-V03-14-page9.txt: [('-', ''), ('the-', 'the'), ('-', ''), ('-', '')]
GCB18891105-V03-15-page1.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18891105-V03-15-page2.txt: [('recommend-', 'recommend'), ('-', '')]
GCB18891105-V03-15-page3.txt: [('-', ''), ('-German', 'German'), ('men-', 'men'), ('BULLE-', 'BULLE'), ('II.-', 'II.'), ('-', '')]
GCB18891105-V03-15-page4.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18891105-V03-15-page5.txt: [('-', ''), ('P.-', 'P.'), ('-', ''), ('-Sabbath', 'Sabbath')]
GCB18891105-V03-15-page6.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18891105-V03-15-page7.txt: [('-', ''), ('-.', '.'), ('-.-', '.-'), ('-', ''), ('-r', 'r'), ('-', ''), ('-', ''), ('Vice-', 'Vice'), ('-Vice-President', 'Vice-President'), ('-', ''), ('-....', '....'), ('-iiiqg', 'iiiqg'), ('E-', 'E')]
GCB18891105-V03-15-page8.txt: [('Vice-', 'Vice')]
GCB18891106-V03-16-page1.txt: [('-', ''), ('-', '')]
GCB18891106-V03-16-page2.txt: [('-', ''), ('R-', 'R'), ('-Committee', 'Committee'), ('Interests-', 'Interests'), ('-', ''), ('Con-', 'Con'), ('-', '')]
GCB18891106-V03-16-page3.txt: [('-on', 'on'), ('W.-', 'W.')]
GCB18891106-V03-16-page4.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18891106-V03-16-page5.txt: [('-', ''), ('Columbia-', 'Columbia'), ('Pacific-', 'Pacific')]
GCB18891106-V03-16-page6.txt: [('-', ''), ('Italian-', 'Italian'), ('-for', 'for'), ('-', ''), ('-', ''), ('Edu-', 'Edu'), ('-', '')]
GCB18891106-V03-16-page7.txt: [('inter-', 'inter'), ('-', ''), ('-adjourn', 'adjourn'), ('-', '')]
GCB18891122-V03-17-page1.txt: [('Oen-', 'Oen')]
GCB18891122-V03-17-page2.txt: [('Vice-', 'Vice'), ('deposit.-', 'deposit.')]
GCB18891122-V03-17-page4.txt: [('-Foreign', 'Foreign')]
GCB18891122-V03-17-page5.txt: [('See-', 'See'), ('-', ''), ('BULLETIN-', 'BULLETIN')]
GCB18891122-V03-17-page6.txt: [('Seere-', 'Seere')]
GCB18891122-V03-17-page7.txt: [('-', '')]
GCB18891122-V03-17-page8.txt: [('-', '')]
GCB18910306-V04-01-page1.txt: [('-', ''), ('-', '')]
GCB18910306-V04-01-page10.txt: [('-Haskell', 'Haskell'), ('meet-', 'meet'), ('-', '')]
GCB18910306-V04-01-page11.txt: [('rtnfnfiiiitIo-n-', 'rtnfnfiiiitIo-n'), ('-eheiaSt', 'eheiaSt'), ('-field', 'field'), ('vice-', 'vice'), ('-to', 'to')]
GCB18910306-V04-01-page12.txt: [('-effort', 'effort')]
GCB18910306-V04-01-page13.txt: [('neces-', 'neces'), ('end-', 'end'), ('-ing', 'ing'), ('Corn-', 'Corn')]
GCB18910306-V04-01-page14.txt: [('-by', 'by'), ('-not', 'not')]
GCB18910306-V04-01-page15.txt: [('-', ''), ('usefulness.-', 'usefulness.')]
GCB18910306-V04-01-page3.txt: [('England-', 'England'), ('L-', 'L'), ('Denmark-', 'Denmark'), ('-', ''), ('-', ''), ('Con-', 'Con'), ('-', '')]
GCB18910306-V04-01-page4.txt: [('-', ''), ('sat-', 'sat'), ('superin-', 'superin')]
GCB18910306-V04-01-page5.txt: [('-among', 'among'), ('-', '')]
GCB18910306-V04-01-page6.txt: [('SHIP.-', 'SHIP.'), ('-remained', 'remained')]
GCB18910306-V04-01-page7.txt: [('-', ''), ('-to', 'to')]
GCB18910308-V04-02-page1.txt: [('-', '')]
GCB18910308-V04-02-page10.txt: [('-', '')]
GCB18910308-V04-02-page11.txt: [('SABBATH-', 'SABBATH'), ('-Prayer', 'Prayer')]
GCB18910308-V04-02-page12.txt: [('-', ''), ('en-', 'en')]
GCB18910308-V04-02-page15.txt: [('-', ''), ('-give', 'give'), ('-', ''), ('spend-', 'spend'), ('-', '')]
GCB18910308-V04-02-page16.txt: [('-men', 'men'), ('-', ''), ('-', ''), ('Tennessee-', 'Tennessee'), ('ap-', 'ap'), ('-', ''), ('-', ''), ('-', '')]
GCB18910308-V04-02-page17.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18910308-V04-02-page18.txt: [('-', ''), ('-', ''), ('-', ''), ('BULLE-', 'BULLE')]
GCB18910308-V04-02-page2.txt: [('-r', 'r')]
GCB18910308-V04-02-page4.txt: [('Con-', 'Con')]
GCB18910308-V04-02-page5.txt: [('-There', 'There')]
GCB18910308-V04-02-page6.txt: [('thirty-', 'thirty'), ('laborlabor-', 'laborlabor'), ('-', ''), ('---', '--')]
GCB18910308-V04-02-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18910308-V04-02-page8.txt: [('-', '')]
GCB18910308-V04-02-page9.txt: [('Ari-', 'Ari'), ('inter-', 'inter')]
GCB18910309-V04-03-page10.txt: [('-.', '.'), ('C-', 'C')]
GCB18910309-V04-03-page11.txt: [('ROMANS.-', 'ROMANS.')]
GCB18910309-V04-03-page2.txt: [('-all', 'all')]
GCB18910309-V04-03-page3.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18910309-V04-03-page4.txt: [('-', ''), ('Confer-', 'Confer')]
GCB18910309-V04-03-page5.txt: [('cover-', 'cover')]
GCB18910309-V04-03-page6.txt: [('DAILY-', 'DAILY')]
GCB18910309-V04-03-page7.txt: [('-', ''), ('flesh-', 'flesh'), ('-', ''), ('tem-', 'tem')]
GCB18910309-V04-03-page8.txt: [('-', '')]
GCB18910309-V04-03-page9.txt: [('camp-', 'camp')]
GCB18910310-V04-04-page1.txt: [('----OE', '---OE'), ('among-', 'among')]
GCB18910310-V04-04-page10.txt: [('-', ''), ('--', '-')]
GCB18910310-V04-04-page11.txt: [('-', ''), ('.-', '.')]
GCB18910310-V04-04-page12.txt: [('-', ''), ('-our', 'our'), ('pub-', 'pub')]
GCB18910310-V04-04-page15.txt: [('-', '')]
GCB18910310-V04-04-page16.txt: [('-', ''), ('-the', 'the'), ('Period-', 'Period')]
GCB18910310-V04-04-page17.txt: [('-', ''), ('-be', 'be'), ('-', ''), ('law-', 'law'), ('-', '')]
GCB18910310-V04-04-page18.txt: [('-', '')]
GCB18910310-V04-04-page2.txt: [('the...-', 'the...'), ('-C.', 'C.')]
GCB18910310-V04-04-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('.-', '.')]
GCB18910310-V04-04-page4.txt: [('-', ''), ('--', '-'), ('pre--', 'pre-')]
GCB18910310-V04-04-page5.txt: [('-', ''), ('-Daring', 'Daring'), ('-', '')]
GCB18910310-V04-04-page6.txt: [('-', ''), ('Pit-', 'Pit'), ('-', ''), ('-', '')]
GCB18910310-V04-04-page8.txt: [('Transvaal-', 'Transvaal')]
GCB18910310-V04-04-page9.txt: [('read-', 'read')]
GCB18910311-V04-05-page10.txt: [('-', ''), ('-', '')]
GCB18910311-V04-05-page11.txt: [('-', '')]
GCB18910311-V04-05-page2.txt: [('-', ''), ('do-', 'do')]
GCB18910311-V04-05-page3.txt: [('opportuni-', 'opportuni')]
GCB18910311-V04-05-page4.txt: [('-world', 'world')]
GCB18910311-V04-05-page7.txt: [('-of', 'of'), ('-were', 'were'), ('-', '')]
GCB18910311-V04-05-page8.txt: [('be-', 'be'), ('-r-iro--n-thetelgarver.', 'r-iro--n-thetelgarver.'), ('people.-', 'people.'), ('-', ''), ('-release', 'release')]
GCB18910312-V04-06-page3.txt: [('-', ''), ('-', '')]
GCB18910312-V04-06-page4.txt: [('-already', 'already')]
GCB18910312-V04-06-page5.txt: [('ecommen-', 'ecommen')]
GCB18910312-V04-06-page6.txt: [('-have', 'have')]
GCB18910312-V04-06-page7.txt: [('-', ''), ('.-', '.'), ('-', ''), ('-', '')]
GCB18910312-V04-06-page8.txt: [('-', ''), ('-subscription', 'subscription')]
GCB18910312-V04-06-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--.that', '-.that'), ('justifi-', 'justifi')]
GCB18910313-V04-07-page1.txt: [('-were', 'were')]
GCB18910313-V04-07-page11.txt: [('from-', 'from'), ('Interns-', 'Interns'), ('in-', 'in')]
GCB18910313-V04-07-page13.txt: [('-', '')]
GCB18910313-V04-07-page15.txt: [('-', ''), ('-', ''), ('justi-', 'justi'), ('-', '')]
GCB18910313-V04-07-page2.txt: [('-', '')]
GCB18910313-V04-07-page3.txt: [('-business', 'business'), ('estab-', 'estab')]
GCB18910313-V04-07-page4.txt: [('-', ''), ('BUL-', 'BUL')]
GCB18910313-V04-07-page5.txt: [('conse--', 'conse-'), ('-', ''), ('-institutes', 'institutes')]
GCB18910313-V04-07-page6.txt: [('-', ''), ('-', ''), ('SABBATH-', 'SABBATH')]
GCB18910313-V04-07-page7.txt: [('and-', 'and'), ('-', '')]
GCB18910313-V04-07-page8.txt: [('or-', 'or')]
GCB18910313-V04-07-page9.txt: [('--', '-'), ('work-', 'work'), ('-', ''), ('Conference-', 'Conference'), ('-Signs', 'Signs')]
GCB18910315-V04-08-page10.txt: [('-comment', 'comment')]
GCB18910315-V04-08-page11.txt: [('-', ''), ('-', '')]
GCB18910315-V04-08-page13.txt: [('-', ''), ('ROMANS.-', 'ROMANS.')]
GCB18910315-V04-08-page14.txt: [('-', '')]
GCB18910315-V04-08-page15.txt: [('rejoicing.-', 'rejoicing.')]
GCB18910315-V04-08-page3.txt: [('-', ''), ('-and', 'and')]
GCB18910315-V04-08-page5.txt: [('-', '')]
GCB18910315-V04-08-page6.txt: [('-a', 'a')]
GCB18910315-V04-08-page8.txt: [('-cannot', 'cannot')]
GCB18910315-V04-08-page9.txt: [('situation-', 'situation'), ('in-', 'in')]
GCB18910316-V04-09-page1.txt: [('--', '-')]
GCB18910316-V04-09-page10.txt: [('-for', 'for')]
GCB18910316-V04-09-page11.txt: [('-', ''), ('-', '')]
GCB18910316-V04-09-page12.txt: [('-wicked', 'wicked')]
GCB18910316-V04-09-page2.txt: [('exten-', 'exten')]
GCB18910316-V04-09-page3.txt: [('-that', 'that'), ('-', '')]
GCB18910316-V04-09-page4.txt: [('-', ''), ('-prepare', 'prepare'), ('-of', 'of'), ('-', ''), ('-', '')]
GCB18910316-V04-09-page5.txt: [('-', ''), ('Haskell-', 'Haskell')]
GCB18910316-V04-09-page6.txt: [('DAILY-', 'DAILY'), ('-', ''), ('-number', 'number'), ('CON-', 'CON')]
GCB18910316-V04-09-page7.txt: [('---', '--'), ('PRO-', 'PRO'), ('CON-', 'CON'), ('-', '')]
GCB18910316-V04-09-page8.txt: [('-', '')]
GCB18910316-V04-09-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('V-', 'V'), ('-', ''), ('-', ''), ('-', '')]
GCB18910317-V04-10-page2.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18910317-V04-10-page3.txt: [('Company-', 'Company'), ('ROMANS.-', 'ROMANS.')]
GCB18910317-V04-10-page5.txt: [('-hands', 'hands')]
GCB18910317-V04-10-page7.txt: [('-that', 'that'), ('-', ''), ('-comfort', 'comfort')]
GCB18910318-V04-11-page1.txt: [('aston-', 'aston'), ('-', '')]
GCB18910318-V04-11-page10.txt: [('-appear', 'appear'), ('proph-', 'proph'), ('-', '')]
GCB18910318-V04-11-page11.txt: [('-', '')]
GCB18910318-V04-11-page12.txt: [('---', '--'), ('-', '')]
GCB18910318-V04-11-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-Spirit', 'Spirit'), ('-', ''), ('-', ''), ('-', ''), ('SABBATH-', 'SABBATH')]
GCB18910318-V04-11-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18910318-V04-11-page15.txt: [('Sabbath-', 'Sabbath'), ('-', ''), ('-', ''), ('-man', 'man')]
GCB18910318-V04-11-page16.txt: [('ac-', 'ac')]
GCB18910318-V04-11-page18.txt: [('-', ''), ('con-', 'con')]
GCB18910318-V04-11-page2.txt: [('-They', 'They')]
GCB18910318-V04-11-page20.txt: [('-', '')]
GCB18910318-V04-11-page3.txt: [('-into', 'into')]
GCB18910318-V04-11-page6.txt: [('SAB-', 'SAB'), ('un-', 'un')]
GCB18910318-V04-11-page7.txt: [('as-', 'as')]
GCB18910318-V04-11-page8.txt: [('-', '')]
GCB18910318-V04-11-page9.txt: [('-', '')]
GCB18910319-V04-12-page1.txt: [('PRO-', 'PRO'), ('BUL-', 'BUL'), ('-', ''), ('-', ''), ('rail-', 'rail')]
GCB18910319-V04-12-page10.txt: [('forti-', 'forti'), ('-', ''), ('-', '')]
GCB18910319-V04-12-page13.txt: [('-', '')]
GCB18910319-V04-12-page2.txt: [('-and', 'and'), ('pre-', 'pre')]
GCB18910319-V04-12-page3.txt: [('Sc-', 'Sc')]
GCB18910319-V04-12-page4.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18910319-V04-12-page5.txt: [('-', '')]
GCB18910319-V04-12-page6.txt: [('When-', 'When'), ('MON-', 'MON')]
GCB18910319-V04-12-page7.txt: [('-Isle', 'Isle')]
GCB18910319-V04-12-page9.txt: [('-and', 'and')]
GCB18910320-V04-13-page1.txt: [('-', '')]
GCB18910320-V04-13-page10.txt: [('-is', 'is')]
GCB18910320-V04-13-page11.txt: [('ROMANS.-', 'ROMANS.')]
GCB18910320-V04-13-page12.txt: [('-', '')]
GCB18910320-V04-13-page13.txt: [('-world', 'world')]
GCB18910320-V04-13-page15.txt: [('-', ''), ('--', '-'), ('In-', 'In')]
GCB18910320-V04-13-page3.txt: [('-', ''), ('satis-', 'satis')]
GCB18910320-V04-13-page6.txt: [('-', ''), ('-', '')]
GCB18910320-V04-13-page7.txt: [('-DAILY', 'DAILY')]
GCB18910320-V04-13-page9.txt: [('-poverty.', 'poverty.')]
GCB18910322-V04-14-page10.txt: [('-in', 'in'), ('-in', 'in'), ('contin-', 'contin')]
GCB18910322-V04-14-page11.txt: [('-', ''), ('-', '')]
GCB18910322-V04-14-page2.txt: [('-', ''), ('-', '')]
GCB18910322-V04-14-page3.txt: [('Mis-', 'Mis'), ('-', ''), ('-', ''), ('-the', 'the')]
GCB18910322-V04-14-page5.txt: [('-', '')]
GCB18910322-V04-14-page6.txt: [('-', '')]
GCB18910322-V04-14-page7.txt: [('-', ''), ('-', '')]
GCB18910322-V04-14-page8.txt: [('-', '')]
GCB18910322-V04-14-page9.txt: [('-', ''), ('-', '')]
GCB18910323-V04-15-page1.txt: [('SABBATH-', 'SABBATH')]
GCB18910323-V04-15-page10.txt: [('-', ''), ('-', '')]
GCB18910323-V04-15-page11.txt: [('-', '')]
GCB18910323-V04-15-page12.txt: [('-', '')]
GCB18910323-V04-15-page2.txt: [('-was', 'was')]
GCB18910323-V04-15-page4.txt: [('...-', '...'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('".-', '".'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', '')]
GCB18910323-V04-15-page5.txt: [('-', ''), ('-The', 'The'), ('BULLE-', 'BULLE'), ('Chain-', 'Chain'), ('agricult-', 'agricult'), ('--', '-'), ('---', '--')]
GCB18910323-V04-15-page7.txt: [('-confidence', 'confidence'), ('-whose', 'whose'), ('respect.-', 'respect.'), ('-', '')]
GCB18910323-V04-15-page8.txt: [('ROMANS.-', 'ROMANS.'), ('-', '')]
GCB18910323-V04-15-page9.txt: [('-"', '"'), ('-', ''), ('-', '')]
GCB18910324-V04-16-page10.txt: [('-', ''), ('-able', 'able')]
GCB18910324-V04-16-page11.txt: [('ROMANS.-', 'ROMANS.'), ('-', ''), ('hearts.-', 'hearts.')]
GCB18910324-V04-16-page12.txt: [('what-', 'what')]
GCB18910324-V04-16-page13.txt: [('-', ''), ('-', '')]
GCB18910324-V04-16-page14.txt: [('stu-', 'stu'), ('-', ''), ('--he', '-he')]
GCB18910324-V04-16-page16.txt: [('-', '')]
GCB18910324-V04-16-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('aecord-', 'aecord'), ('-"-.', '"-.'), ('recom-', 'recom')]
GCB18910324-V04-16-page3.txt: [('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-with', 'with'), ('SABBATH-', 'SABBATH')]
GCB18910324-V04-16-page5.txt: [('-', ''), ('-', ''), ('shin-', 'shin'), ('wit-', 'wit')]
GCB18910324-V04-16-page6.txt: [('-', ''), ('recon-', 'recon'), ('-', '')]
GCB18910324-V04-16-page7.txt: [('-', '')]
GCB18910324-V04-16-page9.txt: [('-', ''), ('-', '')]
GCB18910325-V04-17-page1.txt: [('-definite', 'definite'), ('prob-', 'prob')]
GCB18910325-V04-17-page10.txt: [('-', '')]
GCB18910325-V04-17-page3.txt: [('-', '')]
GCB18910325-V04-17-page5.txt: [('-', ''), ('-as', 'as'), ('But-', 'But')]
GCB18910325-V04-17-page6.txt: [('-', ''), ('SABBATH-', 'SABBATH')]
GCB18910325-V04-17-page8.txt: [('Christ.-', 'Christ.')]
GCB18910325-V04-17-page9.txt: [('-', ''), ('-', ''), ('therein.-', 'therein.'), ('-', ''), ('-', '')]
GCB18910326-V04-18-page1.txt: [('--', '-'), ('Gen-', 'Gen')]
GCB18910326-V04-18-page10.txt: [('Education-', 'Education'), ('-', '')]
GCB18910326-V04-18-page12.txt: [('of-', 'of'), ('-know', 'know')]
GCB18910326-V04-18-page15.txt: [('BUL-', 'BUL')]
GCB18910326-V04-18-page16.txt: [('-', ''), ('-', ''), ('F-', 'F'), ('--Nominations', '-Nominations'), ('-', '')]
GCB18910326-V04-18-page3.txt: [('BULLE-', 'BULLE'), ('-', ''), ('BUL-', 'BUL')]
GCB18910326-V04-18-page5.txt: [('ap-', 'ap')]
GCB18910326-V04-18-page6.txt: [('-', ''), ('-', '')]
GCB18910326-V04-18-page7.txt: [('necessary--', 'necessary-'), ('-', ''), ('commit-', 'commit'), ('-', ''), ('-', '')]
GCB18910326-V04-18-page8.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18930127-V05-01-page1.txt: [('-', ''), ('FEREN-CC-----', 'FEREN-CC----')]
GCB18930127-V05-01-page12.txt: [('-', ''), ('-', ''), ('-advancement', 'advancement')]
GCB18930127-V05-01-page13.txt: [('illiter-', 'illiter')]
GCB18930127-V05-01-page15.txt: [('some-', 'some')]
GCB18930127-V05-01-page2.txt: [('-', '')]
GCB18930127-V05-01-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18930127-V05-01-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('con-', 'con')]
GCB18930127-V05-01-page6.txt: [('-', '')]
GCB18930127-V05-01-page9.txt: [('-', '')]
GCB18930129-V05-02-page1.txt: [('-', '')]
GCB18930129-V05-02-page10.txt: [('-', '')]
GCB18930129-V05-02-page11.txt: [('CONFERENCE-', 'CONFERENCE')]
GCB18930129-V05-02-page13.txt: [('import-', 'import')]
GCB18930129-V05-02-page15.txt: [('-for', 'for'), ('-was', 'was')]
GCB18930129-V05-02-page17.txt: [('-', ''), ('-to', 'to'), ('-of', 'of'), ('-', ''), ('-', ''), ('-the', 'the'), ('con-', 'con')]
GCB18930129-V05-02-page19.txt: [('-', ''), ('de-', 'de'), ('-', ''), ('-is', 'is'), ('"-', '"'), ('-', ''), ('-', '')]
GCB18930129-V05-02-page2.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18930129-V05-02-page20.txt: [('-it', 'it'), ('-work', 'work'), ('--', '-'), ('-Educate', 'Educate'), ('-drugs.', 'drugs.'), ('-of', 'of'), ('-', ''), ('-', ''), ('sus-', 'sus')]
GCB18930129-V05-02-page21.txt: [('creden-', 'creden'), ('-subject', 'subject'), ("thu's.--", "thu's.-"), ('-perverted', 'perverted'), ('-', ''), ('-', ''), ('-', '')]
GCB18930129-V05-02-page22.txt: [('-', ''), ('-and', 'and'), ('-', ''), ('-Now', 'Now'), ('duty-', 'duty')]
GCB18930129-V05-02-page23.txt: [('-weakness', 'weakness'), ('shine.-', 'shine.'), ('-convince', 'convince'), ('-of', 'of'), ('-upon', 'upon'), ('-', ''), ('-now.we', 'now.we'), ('-', ''), ('United-', 'United'), ('leg-', 'leg'), ('sub-', 'sub')]
GCB18930129-V05-02-page24.txt: [('-', ''), ('-been', 'been')]
GCB18930129-V05-02-page25.txt: [('"-', '"'), ('that-', 'that'), ('.wasintro-', '.wasintro'), ('intention-', 'intention'), ('-"Congress', '"Congress'), ('-', ''), ('-Mr.', 'Mr.')]
GCB18930129-V05-02-page26.txt: [('-', ''), ('no-', 'no'), ('-ticed', 'ticed'), ('-opened', 'opened'), ('-in', 'in'), ('-expect', 'expect'), ('-', ''), ('-willing', 'willing')]
GCB18930129-V05-02-page27.txt: [('-', ''), ('-', ''), ('-', ''), ('-words', 'words'), ('re-', 're'), ('-', ''), ('the-', 'the'), ('-powers', 'powers'), ('-', ''), ('-made', 'made'), ('-embodied', 'embodied'), ('-is', 'is')]
GCB18930129-V05-02-page28.txt: [('-explicitly', 'explicitly'), ('-who', 'who'), ('-Sabbath', 'Sabbath'), ('twenty-', 'twenty'), ('-five', 'five'), ('be-', 'be'), ('-longs', 'longs'), ('report-', 'report'), ('-would', 'would'), ('-to', 'to'), ('accord--', 'accord-'), ('-', ''), ('-warmly', 'warmly')]
GCB18930129-V05-02-page29.txt: [('-', ''), ('-attention', 'attention'), ('-considered.', 'considered.'), ('day-', 'day'), ('night-', 'night'), ('-', ''), ('inter-', 'inter'), ('.-', '.'), ('corree--', 'corree-'), ('-', ''), ('-', ''), ('-north', 'north'), ('Engle--', 'Engle-'), ('your--', 'your-'), ('chano.--', 'chano.-'), ('Sabbath-', 'Sabbath'), ('-in', 'in'), ('-', '')]
GCB18930129-V05-02-page3.txt: [('-', ''), ('-', '')]
GCB18930129-V05-02-page30.txt: [('CONFERENCE-', 'CONFERENCE'), ('-that', 'that'), ('-Chicago.', 'Chicago.'), ('-is', 'is'), ('--', '-'), ('-same', 'same'), ('the-', 'the')]
GCB18930129-V05-02-page31.txt: [('-', ''), ('-once', 'once'), ('ability-', 'ability'), ('-into', 'into'), ('-Parliament', 'Parliament'), ('-you', 'you'), ('-country', 'country'), ('-', ''), ('En-', 'En'), ('-', ''), ('-alone', 'alone'), ('-your', 'your'), ('-', ''), ('-I', 'I'), ('-their', 'their'), ('exhib-', 'exhib'), ("'-", "'")]
GCB18930129-V05-02-page32.txt: [('astound--', 'astound-'), ('-United', 'United'), ('Crafts.-', 'Crafts.'), ('PuB-', 'PuB')]
GCB18930129-V05-02-page33.txt: [('Intel-', 'Intel'), ('-', '')]
GCB18930129-V05-02-page34.txt: [('--On', '-On'), ('inter-', 'inter')]
GCB18930129-V05-02-page4.txt: [('-', '')]
GCB18930129-V05-02-page5.txt: [('one-', 'one')]
GCB18930129-V05-02-page6.txt: [('-', '')]
GCB18930129-V05-02-page7.txt: [('-', ''), ('-required', 'required'), ('-', '')]
GCB18930131-V05-03-page10.txt: [('-they', 'they'), ('-one', 'one'), ('-them', 'them'), ('-come', 'come')]
GCB18930131-V05-03-page11.txt: [('-transgression', 'transgression'), ('-', ''), ('-', '')]
GCB18930131-V05-03-page12.txt: [('-', ''), ('im-', 'im')]
GCB18930131-V05-03-page13.txt: [('-', ''), ('-what', 'what'), ('it.-', 'it.')]
GCB18930131-V05-03-page14.txt: [('-to', 'to')]
GCB18930131-V05-03-page15.txt: [('the-', 'the'), ('to-', 'to'), ('We-', 'We')]
GCB18930131-V05-03-page16.txt: [('-world', 'world'), ('-', '')]
GCB18930131-V05-03-page17.txt: [('GENERAL-', 'GENERAL'), ('-would', 'would'), ('-will', 'will'), ('-United', 'United')]
GCB18930131-V05-03-page19.txt: [('-third', 'third')]
GCB18930131-V05-03-page2.txt: [('-', ''), ('-', '')]
GCB18930131-V05-03-page20.txt: [('be-', 'be')]
GCB18930131-V05-03-page22.txt: [('-', ''), ('-', '')]
GCB18930131-V05-03-page23.txt: [('men-', 'men')]
GCB18930131-V05-03-page25.txt: [('-', ''), ('in-', 'in'), ('-possessed.', 'possessed.'), ('-each', 'each'), ('-and', 'and')]
GCB18930131-V05-03-page27.txt: [('-', '')]
GCB18930131-V05-03-page28.txt: [('-', '')]
GCB18930131-V05-03-page29.txt: [('-I', 'I')]
GCB18930131-V05-03-page3.txt: [('-this', 'this'), ('-Kings', 'Kings')]
GCB18930131-V05-03-page30.txt: [('lay-', 'lay'), ('-ing', 'ing'), ('recent-', 'recent')]
GCB18930131-V05-03-page33.txt: [('-in', 'in'), ('-', ''), ('the-', 'the'), ('discus-', 'discus'), ('-', ''), ("place.'-", "place.'"), ('-let', 'let'), ('-', ''), ('produced-', 'produced')]
GCB18930131-V05-03-page34.txt: [('-', '')]
GCB18930131-V05-03-page35.txt: [('-', '')]
GCB18930131-V05-03-page37.txt: [('-to', 'to'), ('-', ''), ('-was', 'was'), ('-so', 'so'), ('-the', 'the')]
GCB18930131-V05-03-page38.txt: [('-', ''), ('-presence', 'presence')]
GCB18930131-V05-03-page39.txt: [('-', ''), ('-It', 'It'), ('-', ''), ('-I', 'I'), ('-', ''), ('-a', 'a'), ('-I', 'I'), ('-with', 'with'), ('-', ''), ('-he', 'he'), ('-', ''), ('-is', 'is'), ('-lids', 'lids'), ('-', ''), ('-', ''), ('-', ''), ('-is', 'is'), ('diffi-', 'diffi'), ('be-', 'be')]
GCB18930131-V05-03-page40.txt: [('-', ''), ('-men', 'men'), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('the-', 'the'), ('-', ''), ('Rhode-', 'Rhode'), ('-', ''), ('-', ''), ('-', '')]
GCB18930131-V05-03-page5.txt: [('-and', 'and')]
GCB18930131-V05-03-page8.txt: [('-The', 'The'), ('mir-', 'mir')]
GCB18930131-V05-03-page9.txt: [('-', ''), ('-', ''), ('CONVENTION.--', 'CONVENTION.-')]
GCB18930202-V05-04-page1.txt: [('-', ''), ('gospel."--', 'gospel."-')]
GCB18930202-V05-04-page10.txt: [('-"', '"'), ('-this', 'this'), ('-', '')]
GCB18930202-V05-04-page11.txt: [('-', '')]
GCB18930202-V05-04-page13.txt: [('re-', 're'), ('-', '')]
GCB18930202-V05-04-page14.txt: [('DAILY-', 'DAILY')]
GCB18930202-V05-04-page15.txt: [('-', ''), ('of-', 'of'), ('understand--', 'understand-'), ('considerable--', 'considerable-'), ('the-', 'the'), ('-', ''), ('the-', 'the')]
GCB18930202-V05-04-page16.txt: [('DAILY-', 'DAILY')]
GCB18930202-V05-04-page18.txt: [('-that.', 'that.'), ('-organizations.', 'organizations.'), ('-will', 'will')]
GCB18930202-V05-04-page19.txt: [('-', ''), ('-will', 'will'), ('in-', 'in'), ('-', '')]
GCB18930202-V05-04-page2.txt: [('-might', 'might'), ('-', '')]
GCB18930202-V05-04-page20.txt: [('-', '')]
GCB18930202-V05-04-page22.txt: [('DAILY-', 'DAILY'), ('--As', '-As')]
GCB18930202-V05-04-page23.txt: [('-floating', 'floating')]
GCB18930202-V05-04-page24.txt: [('-up', 'up')]
GCB18930202-V05-04-page25.txt: [('in-', 'in'), ('-', '')]
GCB18930202-V05-04-page26.txt: [('also-', 'also'), ('-', '')]
GCB18930202-V05-04-page27.txt: [('-I', 'I')]
GCB18930202-V05-04-page28.txt: [('-sabbath', 'sabbath')]
GCB18930202-V05-04-page3.txt: [('DAILY-', 'DAILY')]
GCB18930202-V05-04-page30.txt: [('--', '-')]
GCB18930202-V05-04-page32.txt: [('-', ''), ('sal-', 'sal')]
GCB18930202-V05-04-page34.txt: [('-', ''), ('ap-', 'ap')]
GCB18930202-V05-04-page38.txt: [('world-', 'world'), ('-will', 'will')]
GCB18930202-V05-04-page4.txt: [('-', ''), ('-stupendous', 'stupendous')]
GCB18930202-V05-04-page40.txt: [('-partake', 'partake')]
GCB18930202-V05-04-page5.txt: [('-', '')]
GCB18930202-V05-04-page6.txt: [('-wrested', 'wrested'), ('-', '')]
GCB18930202-V05-04-page7.txt: [('-', ''), ('-', '')]
GCB18930202-V05-04-page9.txt: [('Y-', 'Y'), ('CONVENTION.--', 'CONVENTION.-'), ('-and', 'and'), ('Al--', 'Al-'), ('-', ''), ('-', '')]
GCB18930205-V05-05-page1.txt: [('-VERAL', 'VERAL'), ('-', ''), ('glory."-', 'glory."'), ('-', '')]
GCB18930205-V05-05-page12.txt: [('-of', 'of'), ("'again.-", "'again."), ('-He', 'He')]
GCB18930205-V05-05-page13.txt: [('-only', 'only'), ('-than', 'than')]
GCB18930205-V05-05-page14.txt: [('preach-', 'preach'), ('are-', 'are'), ('-', ''), ('-', ''), ('-', ''), ('said-', 'said'), ('-shall', 'shall')]
GCB18930205-V05-05-page15.txt: [('-opened', 'opened'), ('-Although', 'Although'), ('-', ''), ('-just', 'just'), ('-as', 'as')]
GCB18930205-V05-05-page16.txt: [('-that', 'that'), ('-God', 'God'), ('-', '')]
GCB18930205-V05-05-page17.txt: [('-', ''), ('-in', 'in'), ('won-', 'won')]
GCB18930205-V05-05-page18.txt: [('-world', 'world'), ('-us', 'us'), ('-to', 'to'), ('-', '')]
GCB18930205-V05-05-page19.txt: [('-', '')]
GCB18930205-V05-05-page2.txt: [('-', ''), ('of---', 'of--'), ('to-', 'to'), ('utterance."-', 'utterance."')]
GCB18930205-V05-05-page3.txt: [('prolia--', 'prolia-')]
GCB18930205-V05-05-page4.txt: [('-', ''), ('-was', 'was'), ('-to', 'to')]
GCB18930205-V05-05-page5.txt: [('.DAILY-', '.DAILY'), ('-.', '.'), ('-', ''), ('-the', 'the')]
GCB18930205-V05-05-page6.txt: [('-', ''), ('-and', 'and'), ('-', ''), ('-', '')]
GCB18930205-V05-05-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-and-his', 'and-his')]
GCB18930205-V05-05-page8.txt: [('-.', '.')]
GCB18930205-V05-05-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-meet', 'meet')]
GCB18930206-V05-06-page1.txt: [('-', '')]
GCB18930206-V05-06-page10.txt: [('-', ''), ('-tied', 'tied'), ('-the', 'the'), ('-is', 'is')]
GCB18930206-V05-06-page11.txt: [('con-', 'con'), ('pleas-', 'pleas'), ('-everything', 'everything')]
GCB18930206-V05-06-page13.txt: [('-', '')]
GCB18930206-V05-06-page14.txt: [('-We', 'We'), ('-we', 'we')]
GCB18930206-V05-06-page15.txt: [('-', ''), ('-truth', 'truth')]
GCB18930206-V05-06-page16.txt: [('DAILY-', 'DAILY'), ('-', ''), ('posi-', 'posi'), ('-tion', 'tion')]
GCB18930206-V05-06-page2.txt: [('DAILY-', 'DAILY'), ('-', '')]
GCB18930206-V05-06-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('king-', 'king'), ('-', ''), ('-', '')]
GCB18930206-V05-06-page5.txt: [('-', ''), ('-', ''), ('an-', 'an')]
GCB18930206-V05-06-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18930206-V05-06-page7.txt: [('-', ''), ('-avoid', 'avoid'), ('-all', 'all'), ('-to', 'to'), ('-upon', 'upon'), ('-committed', 'committed'), ('tith-', 'tith')]
GCB18930206-V05-06-page8.txt: [('-', ''), ('court--', 'court-'), ('-', '')]
GCB18930206-V05-06-page9.txt: [('per-', 'per'), ('-', ''), ('"under--', '"under-'), ('-', '')]
GCB18930207-V05-07-page1.txt: [('-TUESDAY', 'TUESDAY'), ('-', '')]
GCB18930207-V05-07-page11.txt: [('-as', 'as')]
GCB18930207-V05-07-page13.txt: [('-latter', 'latter')]
GCB18930207-V05-07-page15.txt: [('-', '')]
GCB18930207-V05-07-page16.txt: [('-', ''), ('-', '')]
GCB18930207-V05-07-page17.txt: [('-', ''), ('-', '')]
GCB18930207-V05-07-page19.txt: [('others.-', 'others.')]
GCB18930207-V05-07-page2.txt: [('-would', 'would'), ('-', ''), ('-Is', 'Is')]
GCB18930207-V05-07-page20.txt: [('-', ''), ('-they', 'they'), ('-able', 'able'), ('-far', 'far'), ('-Scriptures', 'Scriptures'), ('-who', 'who'), ('-text', 'text'), ('the-', 'the'), ('im-', 'im'), ('-', '')]
GCB18930207-V05-07-page21.txt: [('-due', 'due'), ('for-', 'for')]
GCB18930207-V05-07-page22.txt: [('-no', 'no'), ('-with', 'with'), ('-crucified', 'crucified')]
GCB18930207-V05-07-page3.txt: [('-', ''), ('-', '')]
GCB18930207-V05-07-page4.txt: [('-', ''), ('-', '')]
GCB18930207-V05-07-page5.txt: [('c.-', 'c.')]
GCB18930207-V05-07-page7.txt: [('-', '')]
GCB18930207-V05-07-page8.txt: [('T-', 'T'), ('.-', '.'), ('-', ''), ('-and', 'and'), ('yourei-', 'yourei'), ('-', ''), ('sin-', 'sin'), ('-', '')]
GCB18930209-V05-08-page1.txt: [('-', ''), ('-', '')]
GCB18930209-V05-08-page11.txt: [('DAILY-', 'DAILY'), ('Breth-', 'Breth')]
GCB18930209-V05-08-page12.txt: [('any-', 'any')]
GCB18930209-V05-08-page13.txt: [('-gold', 'gold')]
GCB18930209-V05-08-page14.txt: [('-', '')]
GCB18930209-V05-08-page15.txt: [('DAILY-', 'DAILY')]
GCB18930209-V05-08-page16.txt: [('-the', 'the')]
GCB18930209-V05-08-page17.txt: [('-', '')]
GCB18930209-V05-08-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18930209-V05-08-page20.txt: [('-', ''), ('-', ''), ('-divine', 'divine'), ('corn-', 'corn')]
GCB18930209-V05-08-page21.txt: [('-', ''), ('-Therefore', 'Therefore')]
GCB18930209-V05-08-page23.txt: [('-', ''), ('AILT-', 'AILT')]
GCB18930209-V05-08-page24.txt: [('DAILY-', 'DAILY')]
GCB18930209-V05-08-page3.txt: [('-', '')]
GCB18930209-V05-08-page6.txt: [('-', ''), ('-', '')]
GCB18930209-V05-08-page8.txt: [('fire-', 'fire'), ('-', '')]
GCB18930209-V05-08-page9.txt: [('-', '')]
GCB18930211-V05-09-page1.txt: [('-', ''), ('-that', 'that'), ('-and', 'and'), ('principali-', 'principali')]
GCB18930211-V05-09-page10.txt: [('-of', 'of'), ('-', ''), ('-said', 'said')]
GCB18930211-V05-09-page11.txt: [('-the', 'the'), ('bless-', 'bless')]
GCB18930211-V05-09-page3.txt: [('DAILY-', 'DAILY'), ('-', ''), ('-', ''), ('stand-', 'stand'), ('-an', 'an')]
GCB18930211-V05-09-page4.txt: [('that-', 'that'), ('-', ''), ('come-', 'come')]
GCB18930211-V05-09-page6.txt: [('-', '')]
GCB18930211-V05-09-page7.txt: [('doing-', 'doing'), ('-', '')]
GCB18930213-V05-10-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18930213-V05-10-page15.txt: [('-', ''), ('through-', 'through'), ('the-', 'the')]
GCB18930213-V05-10-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18930213-V05-10-page17.txt: [('breth-', 'breth')]
GCB18930213-V05-10-page19.txt: [('-of', 'of')]
GCB18930213-V05-10-page2.txt: [('-', '')]
GCB18930213-V05-10-page21.txt: [('-experience', 'experience'), ('-of', 'of'), ('-God.', 'God.'), ('-of', 'of'), ('couldbe-', 'couldbe'), ('-away', 'away'), ('-State', 'State'), ('-express', 'express')]
GCB18930213-V05-10-page22.txt: [('-be', 'be')]
GCB18930213-V05-10-page23.txt: [('-', ''), ('-', '')]
GCB18930213-V05-10-page24.txt: [('-the', 'the'), ('-refused', 'refused')]
GCB18930213-V05-10-page25.txt: [('-He', 'He'), ('inevit-', 'inevit')]
GCB18930213-V05-10-page26.txt: [('DAILY-', 'DAILY'), ('accom-', 'accom'), ('-', ''), ('self-existent--', 'self-existent-')]
GCB18930213-V05-10-page27.txt: [('Con-', 'Con'), ('-right', 'right'), ('-Yes.', 'Yes.')]
GCB18930213-V05-10-page28.txt: [('-', ''), ('-mind', 'mind'), ('-', '')]
GCB18930213-V05-10-page29.txt: [('Rector-', 'Rector')]
GCB18930213-V05-10-page30.txt: [('-', ''), ('know-', 'know'), ('-', ''), ('-to', 'to'), ('-of', 'of'), ('-own', 'own')]
GCB18930213-V05-10-page31.txt: [('-everlasting', 'everlasting'), ('-there', 'there'), ('-', '')]
GCB18930213-V05-10-page32.txt: [('-', '')]
GCB18930213-V05-10-page4.txt: [('-', '')]
GCB18930213-V05-10-page5.txt: [('-message', 'message')]
GCB18930213-V05-10-page6.txt: [('-sanctified', 'sanctified'), ('per-', 'per')]
GCB18930213-V05-10-page8.txt: [('-', '')]
GCB18930213-V05-10-page9.txt: [('-', ''), ('-will', 'will')]
GCB18930215-V05-11-page1.txt: [('-', ''), ('-', '')]
GCB18930215-V05-11-page10.txt: [('-of', 'of'), ('de-', 'de'), ("to'-", "to'")]
GCB18930215-V05-11-page11.txt: [('--S.', '-S.')]
GCB18930215-V05-11-page12.txt: [('DAILY-', 'DAILY'), ('-', '')]
GCB18930215-V05-11-page13.txt: [('in-', 'in'), ('-', '')]
GCB18930215-V05-11-page15.txt: [('and-', 'and'), ('in-', 'in'), ('-Russia.', 'Russia.'), ('-public', 'public'), ('in-', 'in')]
GCB18930215-V05-11-page19.txt: [('-', '')]
GCB18930215-V05-11-page2.txt: [('-which', 'which')]
GCB18930215-V05-11-page20.txt: [('-', ''), ('-', '')]
GCB18930215-V05-11-page21.txt: [('-Elder', 'Elder'), ('physi-', 'physi')]
GCB18930215-V05-11-page4.txt: [('-', '')]
GCB18930215-V05-11-page5.txt: [('-', ''), ('-', '')]
GCB18930215-V05-11-page6.txt: [('-', ''), ('right-', 'right')]
GCB18930215-V05-11-page7.txt: [('-', ''), ('-bitterness', 'bitterness'), ('-', '')]
GCB18930215-V05-11-page8.txt: [('-', ''), ('-', '')]
GCB18930215-V05-11-page9.txt: [('DAILY-', 'DAILY')]
GCB18930220-V05-12-page1.txt: [('-NFERENCE.', 'NFERENCE.'), ('Confer-', 'Confer'), ('-', '')]
GCB18930220-V05-12-page14.txt: [('DAILY-', 'DAILY')]
GCB18930220-V05-12-page16.txt: [('-be', 'be')]
GCB18930220-V05-12-page17.txt: [('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('European-', 'European'), ('-', ''), ('.-', '.'), ('Mission-', 'Mission'), ('-', '')]
GCB18930220-V05-12-page2.txt: [('-I', 'I')]
GCB18930220-V05-12-page20.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18930220-V05-12-page21.txt: [('-love', 'love'), ('-', ''), ('-', '')]
GCB18930220-V05-12-page22.txt: [('DAILY-', 'DAILY'), ('-', '')]
GCB18930220-V05-12-page5.txt: [('wit-', 'wit')]
GCB18930220-V05-12-page9.txt: [('-', '')]
GCB18930221-V05-13-page1.txt: [('BUL-', 'BUL'), ('Confer-', 'Confer')]
GCB18930221-V05-13-page10.txt: [('BUL-', 'BUL'), ('-', '')]
GCB18930221-V05-13-page11.txt: [('-these', 'these'), ('-Tennessee', 'Tennessee'), ('sug-', 'sug')]
GCB18930221-V05-13-page13.txt: [('in-', 'in')]
GCB18930221-V05-13-page14.txt: [('-and', 'and'), ('Asso-', 'Asso')]
GCB18930221-V05-13-page15.txt: [('minis-', 'minis'), ('-STATE', 'STATE'), ('-eighteenth', 'eighteenth'), ('-whose', 'whose')]
GCB18930221-V05-13-page16.txt: [('DAILY-', 'DAILY'), ('Ex-', 'Ex')]
GCB18930221-V05-13-page17.txt: [('DAILY-', 'DAILY')]
GCB18930221-V05-13-page18.txt: [('Ex-', 'Ex')]
GCB18930221-V05-13-page2.txt: [('Grays-', 'Grays'), ('-dile', 'dile'), ('effec-', 'effec')]
GCB18930221-V05-13-page4.txt: [('-', ''), ('dur-', 'dur'), ('Norm-', 'Norm')]
GCB18930221-V05-13-page5.txt: [('Mc-', 'Mc')]
GCB18930221-V05-13-page6.txt: [('-', '')]
GCB18930221-V05-13-page7.txt: [('DAILY-', 'DAILY'), ('-officers', 'officers'), ('embar-', 'embar'), ('-rassment', 'rassment'), ('-that', 'that')]
GCB18930221-V05-13-page8.txt: [('-', ''), ('has-', 'has')]
GCB18930221-V05-13-page9.txt: [('-', ''), ('Con-', 'Con'), ('Oak-', 'Oak'), ('mem-', 'mem'), ('.-', '.'), ('mis-', 'mis')]
GCB18930222-V05-14-page1.txt: [('-', '')]
GCB18930222-V05-14-page10.txt: [('-those', 'those'), ('-things', 'things'), ('-', ''), ('-every', 'every'), ('-', '')]
GCB18930222-V05-14-page11.txt: [('For-', 'For'), ('-eign', 'eign')]
GCB18930222-V05-14-page12.txt: [('-', '')]
GCB18930222-V05-14-page13.txt: [('-', ''), ('-a', 'a'), ('-that', 'that'), ('dis-', 'dis')]
GCB18930222-V05-14-page15.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18930222-V05-14-page16.txt: [('-realize', 'realize'), ('Con-', 'Con')]
GCB18930222-V05-14-page3.txt: [('-a', 'a')]
GCB18930222-V05-14-page4.txt: [('DAILY-', 'DAILY'), ('-heard', 'heard'), ('-various', 'various'), ('-called', 'called')]
GCB18930222-V05-14-page5.txt: [('for-', 'for')]
GCB18930222-V05-14-page6.txt: [('EDUCA-', 'EDUCA'), ('con-', 'con')]
GCB18930222-V05-14-page7.txt: [('-the', 'the')]
GCB18930222-V05-14-page9.txt: [('the-', 'the'), ('joyous."-', 'joyous."')]
GCB18930223-V05-15-page1.txt: [('BULLE-', 'BULLE')]
GCB18930223-V05-15-page14.txt: [('-Faith', 'Faith')]
GCB18930223-V05-15-page15.txt: [('be-', 'be'), ('-flesh', 'flesh')]
GCB18930223-V05-15-page16.txt: [('-of', 'of'), ('-a', 'a'), ('-', ''), ('re-', 're')]
GCB18930223-V05-15-page18.txt: [('-', ''), ('-', '')]
GCB18930223-V05-15-page19.txt: [('-CONFERENCE', 'CONFERENCE'), ('-', ''), ('the-', 'the'), ('the-', 'the')]
GCB18930223-V05-15-page2.txt: [('doc-', 'doc')]
GCB18930223-V05-15-page20.txt: [('so.-', 'so.')]
GCB18930223-V05-15-page3.txt: [('-sick', 'sick'), ('-the', 'the')]
GCB18930223-V05-15-page4.txt: [('-', ''), ('-', '')]
GCB18930223-V05-15-page5.txt: [('DAILY-', 'DAILY'), ('-educational', 'educational')]
GCB18930223-V05-15-page7.txt: [('-the', 'the')]
GCB18930223-V05-15-page8.txt: [('-Elder', 'Elder'), ('DAILY-', 'DAILY')]
GCB18930223-V05-15-page9.txt: [('-on', 'on'), ('-', '')]
GCB18930224-V05-16-page1.txt: [('ASSOCIA-', 'ASSOCIA'), ('ADVENT-', 'ADVENT'), ('-BRIAR', 'BRIAR')]
GCB18930224-V05-16-page11.txt: [('-were', 'were'), ('-rejoice', 'rejoice'), ('-this', 'this')]
GCB18930224-V05-16-page12.txt: [('-.', '.'), ('-.', '.'), ('Publish-', 'Publish'), ('--', '-'), ('-', ''), ('-.', '.'), ('-.', '.')]
GCB18930224-V05-16-page14.txt: [('-must', 'must')]
GCB18930224-V05-16-page16.txt: [('-these', 'these'), ('-that', 'that'), ('-to', 'to'), ('-offers', 'offers'), ('-through', 'through'), ('-the', 'the'), ('-viewing', 'viewing'), ('-.and', '.and')]
GCB18930224-V05-16-page18.txt: [('-', '')]
GCB18930224-V05-16-page19.txt: [('-', '')]
GCB18930224-V05-16-page2.txt: [('-', '')]
GCB18930224-V05-16-page3.txt: [('-An', 'An')]
GCB18930224-V05-16-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('eon-', 'eon')]
GCB18930224-V05-16-page5.txt: [('DAILY-', 'DAILY'), ('BULLE-', 'BULLE'), ('-', '')]
GCB18930224-V05-16-page7.txt: [('-meeting', 'meeting')]
GCB18930224-V05-16-page8.txt: [('-', '')]
GCB18930224-V05-16-page9.txt: [('re--', 're-'), ('-', ''), ('-', '')]
GCB18930226-V05-17-page1.txt: [('-', ''), ('-', ''), ('-called', 'called')]
GCB18930226-V05-17-page10.txt: [('-', ''), ('-whether', 'whether'), ('-ready.', 'ready.'), ('-anyhow', 'anyhow'), ('-their', 'their'), ('-away', 'away'), ('-at', 'at'), ('-', '')]
GCB18930226-V05-17-page11.txt: [('-Christ', 'Christ'), ('-We', 'We')]
GCB18930226-V05-17-page12.txt: [('-is', 'is')]
GCB18930226-V05-17-page13.txt: [('pro-', 'pro'), ('-', '')]
GCB18930226-V05-17-page14.txt: [('character----', 'character---')]
GCB18930226-V05-17-page16.txt: [('-we', 'we')]
GCB18930226-V05-17-page2.txt: [('MIS-', 'MIS'), ('GEN-', 'GEN'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-itemized', 'itemized'), ('-', ''), ('-', ''), ('-', ''), ('Balance-', 'Balance'), ('-', '')]
GCB18930226-V05-17-page3.txt: [('-', ''), ('after-', 'after')]
GCB18930226-V05-17-page4.txt: [('-', '')]
GCB18930226-V05-17-page5.txt: [('Associa-', 'Associa'), ('-', '')]
GCB18930226-V05-17-page7.txt: [('-', ''), ('-', '')]
GCB18930226-V05-17-page8.txt: [('-', ''), ('or--', 'or-'), ('ministers-', 'ministers'), ('-', '')]
GCB18930226-V05-17-page9.txt: [('-', ''), ('-', ''), ('Holy--', 'Holy-'), ('believes-', 'believes'), ('out-', 'out')]
GCB18930227-V05-18-page10.txt: [('-"', '"')]
GCB18930227-V05-18-page2.txt: [('-', '')]
GCB18930227-V05-18-page5.txt: [('Con-', 'Con')]
GCB18930227-V05-18-page6.txt: [('-', '')]
GCB18930227-V05-18-page7.txt: [('-', '')]
GCB18930227-V05-18-page8.txt: [('-', '')]
GCB18930227-V05-18-page9.txt: [('-', ''), ('-', ''), ('-face', 'face'), ('-', ''), ('-', ''), ('-', ''), ('from-', 'from'), ('-', ''), ('-', ''), ('-made', 'made'), ('faith-in--', 'faith-in-'), ('tab--', 'tab-'), ('-the', 'the'), ('-', ''), ('-God', 'God'), ('-he', 'he'), ('-', ''), ('it-', 'it'), ('-', ''), ('-he', 'he')]
GCB18930228-V05-19-page1.txt: [('-', ''), ('-heard', 'heard')]
GCB18930228-V05-19-page10.txt: [('-"But', '"But')]
GCB18930228-V05-19-page11.txt: [('-Phil.', 'Phil.'), ('you-', 'you')]
GCB18930228-V05-19-page12.txt: [('-', ''), ('-thing.', 'thing.'), ('-there.', 'there.'), ('vie-', 'vie'), ('-tory', 'tory'), ('-than', 'than'), ('-place.', 'place.'), ('-comes', 'comes')]
GCB18930228-V05-19-page13.txt: [('-men', 'men'), ('-ye', 'ye'), ('-', '')]
GCB18930228-V05-19-page2.txt: [('kuowl-', 'kuowl')]
GCB18930228-V05-19-page5.txt: [('LIB-', 'LIB'), ('Vice-', 'Vice')]
GCB18930228-V05-19-page6.txt: [('SABBATH-', 'SABBATH'), ('one.-', 'one.')]
GCB18930228-V05-19-page7.txt: [('-', ''), ('-reach', 'reach'), ('study-', 'study'), ('-', ''), ('-Surely', 'Surely')]
GCB18930228-V05-19-page8.txt: [('Interns-', 'Interns'), ('-', '')]
GCB18930301-V05-20-page1.txt: [('Con-', 'Con'), ('circuit-', 'circuit'), ('-', '')]
GCB18930301-V05-20-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('legis-', 'legis')]
GCB18930301-V05-20-page3.txt: [('-', ''), ('-', ''), ('-I', 'I')]
GCB18930301-V05-20-page4.txt: [('--for', '-for'), ('-', ''), ('-', '')]
GCB18930301-V05-20-page6.txt: [('-please', 'please')]
GCB18930301-V05-20-page9.txt: [('-The', 'The'), ('-', '')]
GCB18930302-V05-21-page1.txt: [('dark-', 'dark')]
GCB18930302-V05-21-page10.txt: [('-', ''), ('-that', 'that'), ('-Christ', 'Christ')]
GCB18930302-V05-21-page11.txt: [('-', '')]
GCB18930302-V05-21-page13.txt: [('-', ''), ('-', '')]
GCB18930302-V05-21-page2.txt: [('-these', 'these')]
GCB18930302-V05-21-page3.txt: [('DAILY-', 'DAILY'), ('BULLETIN-', 'BULLETIN'), ('-when', 'when'), ('be-', 'be'), ('-', ''), ('con-', 'con')]
GCB18930302-V05-21-page4.txt: [('DAILY-', 'DAILY')]
GCB18930302-V05-21-page5.txt: [('-', ''), ('-', '')]
GCB18930302-V05-21-page6.txt: [('-', ''), ('-', '')]
GCB18930302-V05-21-page7.txt: [('-that', 'that'), ('-', ''), ('-', ''), ('-', '')]
GCB18930302-V05-21-page8.txt: [('-', '')]
GCB18930303-V05-22-page1.txt: [('GEN-', 'GEN'), ('Committee-', 'Committee')]
GCB18930303-V05-22-page10.txt: [('-', '')]
GCB18930303-V05-22-page12.txt: [('-doctrine', 'doctrine'), ('-other', 'other'), ('-And', 'And'), ('-else', 'else'), ('kingdom."--', 'kingdom."-')]
GCB18930303-V05-22-page13.txt: [('-', ''), ('-', ''), ('-to', 'to'), ('the-', 'the'), ('-', ''), ('putting-', 'putting')]
GCB18930303-V05-22-page14.txt: [('de-', 'de')]
GCB18930303-V05-22-page15.txt: [('-churches', 'churches'), ('sec-', 'sec'), ('govern-', 'govern')]
GCB18930303-V05-22-page16.txt: [('-If', 'If')]
GCB18930303-V05-22-page17.txt: [('Christ-', 'Christ')]
GCB18930303-V05-22-page18.txt: [('DAILY-', 'DAILY'), ('ENDING-', 'ENDING'), ('-', ''), ('Stamps..-', 'Stamps..'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18930303-V05-22-page2.txt: [('-to', 'to'), ('-', '')]
GCB18930303-V05-22-page4.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18930303-V05-22-page5.txt: [('-', ''), ('-', '')]
GCB18930303-V05-22-page6.txt: [('-', '')]
GCB18930303-V05-22-page7.txt: [('-', '')]
GCB18930303-V05-22-page8.txt: [('-Christ.', 'Christ.')]
GCB18930303-V05-22-page9.txt: [('-That', 'That'), ('-', '')]
GCB18930305-V05-23-page1.txt: [('ex-', 'ex'), ('-', ''), ('-', ''), ('--', '-')]
GCB18930305-V05-23-page2.txt: [('-', ''), ('-', ''), ('-then', 'then'), ('transposed-', 'transposed'), ('-T.', 'T.'), ('-Mn', 'Mn'), ('-Clare', 'Clare')]
GCB18930305-V05-23-page3.txt: [('Directors-', 'Directors'), ('-', '')]
GCB18930305-V05-23-page4.txt: [('through-', 'through'), ('or-', 'or'), ('the-', 'the'), ('-', '')]
GCB18930305-V05-23-page5.txt: [('-', ''), ('-', ''), ('-grandest', 'grandest'), ('-a-man', 'a-man')]
GCB18930305-V05-23-page6.txt: [('-DAILY', 'DAILY'), ('-the', 'the'), ('Christ-', 'Christ'), ('-coin-roam', 'coin-roam'), ('-Proposition', 'Proposition'), ('-but', 'but'), ('-suppose', 'suppose'), ('--', '-')]
GCB18930305-V05-23-page7.txt: [('Ad-', 'Ad'), ('ash-', 'ash')]
GCB18930306-V05-24-page3.txt: [('-', '')]
GCB18930306-V05-24-page4.txt: [('-', '')]
GCB18930306-V05-24-page5.txt: [('ex-', 'ex'), ('-', '')]
GCB18930306-V05-24-page6.txt: [('-those', 'those')]
GCB18930306-V05-24-page7.txt: [('-', '')]
GCB18930307-V05-25-page1.txt: [('-', '')]
GCB18930307-V05-25-page10.txt: [('-', '')]
GCB18930307-V05-25-page11.txt: [('-full', 'full'), ('-', ''), ('-', ''), ('-The', 'The'), ('-', ''), ('-', '')]
GCB18930307-V05-25-page12.txt: [('-Still', 'Still'), ('-vision', 'vision'), ('-of', 'of'), ('-', ''), ('-I', 'I')]
GCB18930307-V05-25-page13.txt: [('-', '')]
GCB18930307-V05-25-page14.txt: [('-', ''), ('-is', 'is'), ('les-', 'les'), ('-', ''), ('-the', 'the'), ('-himself', 'himself'), ('-', ''), ('-think', 'think')]
GCB18930307-V05-25-page2.txt: [('-', ''), ('-books', 'books')]
GCB18930307-V05-25-page3.txt: [('-behold', 'behold'), ('required."--', 'required."-')]
GCB18930307-V05-25-page5.txt: [('-the', 'the'), ('-', ''), ('Congrega-', 'Congrega')]
GCB18930307-V05-25-page6.txt: [('-light', 'light'), ('-is', 'is')]
GCB18930307-V05-25-page7.txt: [('BUL-', 'BUL'), ('beauti-', 'beauti')]
GCB18930307-V05-25-page9.txt: [('Eli-', 'Eli'), ('-Corinthians', 'Corinthians'), ('righteous-', 'righteous')]
GCB18930326-V05-26-page1.txt: [('-', ''), ('-', '')]
GCB18930326-V05-26-page10.txt: [('rain-', 'rain')]
GCB18930326-V05-26-page11.txt: [('--the', '-the')]
GCB18930326-V05-26-page12.txt: [('Quay.--', 'Quay.-')]
GCB18930326-V05-26-page13.txt: [('ex-', 'ex'), ('-Congress', 'Congress')]
GCB18930326-V05-26-page14.txt: [('expect-', 'expect'), ('-we', 'we')]
GCB18930326-V05-26-page15.txt: [('-', ''), ('in-', 'in')]
GCB18930326-V05-26-page16.txt: [('-', '')]
GCB18930326-V05-26-page17.txt: [('-', ''), ('--', '-'), ('-', '')]
GCB18930326-V05-26-page19.txt: [('-"', '"'), ('-', ''), ('-', '')]
GCB18930326-V05-26-page2.txt: [('Vice-', 'Vice'), ('--', '-'), ('-', '')]
GCB18930326-V05-26-page20.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18930326-V05-26-page3.txt: [('But-', 'But')]
GCB18930326-V05-26-page5.txt: [('question-', 'question'), ('-', ''), ('-reading', 'reading'), ('-"', '"')]
GCB18930326-V05-26-page7.txt: [('spirit-', 'spirit'), ('he-', 'he'), ('-', '')]
GCB18930326-V05-26-page9.txt: [('-', ''), ('chapter-', 'chapter'), ('-', ''), ('-', ''), ('-', ''), ('to-', 'to')]
GCB18950204-V01-01-page11.txt: [('-', '')]
GCB18950204-V01-01-page12.txt: [('Presi-', 'Presi'), ('-', ''), ('-violation', 'violation'), ('February-', 'February'), ('-of', 'of'), ('-court-martialed', 'court-martialed'), ('-voters', 'voters')]
GCB18950204-V01-01-page15.txt: [('fellow-', 'fellow')]
GCB18950204-V01-01-page16.txt: [('CONFER-', 'CONFER'), ('BULLE-', 'BULLE')]
GCB18950204-V01-01-page2.txt: [('-our', 'our')]
GCB18950204-V01-01-page3.txt: [('BENEVO-', 'BENEVO'), ('in-', 'in')]
GCB18950204-V01-01-page5.txt: [('pure-', 'pure')]
GCB18950204-V01-01-page7.txt: [('-', '')]
GCB18950204-V01-01-page8.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18950206-V01-01ex01-page1.txt: [('QUARTERLY-', 'QUARTERLY')]
GCB18950206-V01-01ex01-page10.txt: [('-', '')]
GCB18950206-V01-01ex01-page12.txt: [('-What', 'What')]
GCB18950206-V01-01ex01-page13.txt: [('official-', 'official'), ('re-', 're')]
GCB18950206-V01-01ex01-page14.txt: [('-spiritual', 'spiritual')]
GCB18950206-V01-01ex01-page15.txt: [('-We', 'We'), ('-', ''), ("apostolic'dele-", "apostolic'dele")]
GCB18950206-V01-01ex01-page16.txt: [('edifice-', 'edifice')]
GCB18950206-V01-01ex01-page17.txt: [('sen-', 'sen'), ('-', '')]
GCB18950206-V01-01ex01-page18.txt: [('can-', 'can'), ('in-', 'in')]
GCB18950206-V01-01ex01-page2.txt: [('-', '')]
GCB18950206-V01-01ex01-page21.txt: [('-', ''), ('as-', 'as')]
GCB18950206-V01-01ex01-page22.txt: [('-', '')]
GCB18950206-V01-01ex01-page23.txt: [('BENEVO-', 'BENEVO'), ('-command', 'command')]
GCB18950206-V01-01ex01-page24.txt: [('saving-', 'saving')]
GCB18950206-V01-01ex01-page25.txt: [('-', ''), ('health-', 'health'), ('-', ''), ('-it', 'it'), ('-', '')]
GCB18950206-V01-01ex01-page26.txt: [('-', ''), ('-', '')]
GCB18950206-V01-01ex01-page28.txt: [('-sin', 'sin')]
GCB18950206-V01-01ex01-page4.txt: [('BENEVO-', 'BENEVO')]
GCB18950206-V01-01ex01-page5.txt: [('-', '')]
GCB18950206-V01-01ex01-page9.txt: [('be-', 'be'), ('-', '')]
GCB18950208-V01-01ex02-page1.txt: [('-', ''), ('J.-', 'J.'), ('Mc-', 'Mc')]
GCB18950208-V01-01ex02-page10.txt: [('-of', 'of'), ('God.-', 'God.'), ('-', '')]
GCB18950208-V01-01ex02-page11.txt: [('-', '')]
GCB18950208-V01-01ex02-page12.txt: [('time.-', 'time.')]
GCB18950208-V01-01ex02-page2.txt: [('what-', 'what')]
GCB18950208-V01-01ex02-page25.txt: [('respira-', 'respira'), ('-', ''), ('represent-', 'represent')]
GCB18950208-V01-01ex02-page27.txt: [('-in', 'in')]
GCB18950208-V01-01ex02-page29.txt: [('numeri-', 'numeri'), ('pre-', 'pre'), ('en-', 'en'), ('favor-', 'favor'), ('-', '')]
GCB18950208-V01-01ex02-page3.txt: [('--whether', '-whether')]
GCB18950208-V01-01ex02-page30.txt: [('Sab-', 'Sab')]
GCB18950208-V01-01ex02-page32.txt: [('BULLE-', 'BULLE')]
GCB18950208-V01-01ex02-page4.txt: [('-', ''), ('-', '')]
GCB18950208-V01-01ex02-page7.txt: [('-out', 'out')]
GCB18950208-V01-01ex02-page9.txt: [('-', '')]
GCB18950211-V01-01ex03-page12.txt: [('breth-', 'breth')]
GCB18950211-V01-01ex03-page17.txt: [('-the', 'the'), ('-', '')]
GCB18950211-V01-01ex03-page18.txt: [('judg-', 'judg'), ("-Daniel's", "Daniel's"), ('-this', 'this')]
GCB18950211-V01-01ex03-page20.txt: [('--', '-')]
GCB18950211-V01-01ex03-page21.txt: [('-', ''), ('-does.', 'does.')]
GCB18950211-V01-01ex03-page22.txt: [('-', '')]
GCB18950211-V01-01ex03-page24.txt: [('-', ''), ('pos-', 'pos')]
GCB18950211-V01-01ex03-page25.txt: [('-', '')]
GCB18950211-V01-01ex03-page27.txt: [('-', ''), ('FAMILY.-', 'FAMILY.')]
GCB18950211-V01-01ex03-page28.txt: [('-are', 'are')]
GCB18950211-V01-01ex03-page29.txt: [('-', '')]
GCB18950211-V01-01ex03-page3.txt: [('-one', 'one'), ('-difficulties', 'difficulties'), ('-contest', 'contest'), ('princi-', 'princi')]
GCB18950211-V01-01ex03-page30.txt: [('-other', 'other'), ('-', ''), ('-of', 'of'), ('an-', 'an')]
GCB18950211-V01-01ex03-page5.txt: [('pre-', 'pre'), ('hard-', 'hard')]
GCB18950211-V01-01ex03-page6.txt: [('-', '')]
GCB18950211-V01-01ex03-page7.txt: [('-', ''), ('-kingdom', 'kingdom')]
GCB18950211-V01-01ex03-page8.txt: [('-', ''), ('-', '')]
GCB18950213-V01-01ex04-page10.txt: [('sup-', 'sup')]
GCB18950213-V01-01ex04-page11.txt: [('enter-', 'enter')]
GCB18950213-V01-01ex04-page13.txt: [('-', '')]
GCB18950213-V01-01ex04-page14.txt: [('-', ''), ('-toward', 'toward'), ('us.-', 'us.'), ('-"Christian', '"Christian'), ('-some', 'some'), ('-we', 'we'), ('Un-', 'Un'), ('-der', 'der'), ('-flesh', 'flesh')]
GCB18950213-V01-01ex04-page15.txt: [('Testi-', 'Testi'), ('-Ought', 'Ought'), ('-so', 'so'), ('igno-', 'igno')]
GCB18950213-V01-01ex04-page17.txt: [('fornication-', 'fornication')]
GCB18950213-V01-01ex04-page21.txt: [('---', '--'), ('re-', 're')]
GCB18950213-V01-01ex04-page23.txt: [('-', '')]
GCB18950213-V01-01ex04-page24.txt: [('-', ''), ('-', ''), ('in-', 'in'), ('-stead', 'stead'), ('-', '')]
GCB18950213-V01-01ex04-page27.txt: [('-firmly', 'firmly'), ('-', ''), ('-.a.amplesr', '.a.amplesr')]
GCB18950213-V01-01ex04-page28.txt: [('the-', 'the')]
GCB18950213-V01-01ex04-page29.txt: [('-but', 'but'), ('-the', 'the'), ('-with', 'with'), ('-of', 'of'), ('-strengthening', 'strengthening'), ('-earnest', 'earnest'), ('-and', 'and'), ('-', '')]
GCB18950213-V01-01ex04-page3.txt: [('quo-', 'quo')]
GCB18950213-V01-01ex04-page6.txt: [('-', ''), ('-', '')]
GCB18950213-V01-01ex04-page8.txt: [('-', ''), ('-', '')]
GCB18950215-V01-01ex05-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18950215-V01-01ex05-page10.txt: [('-', ''), ('attri-', 'attri')]
GCB18950215-V01-01ex05-page11.txt: [('-Jehovah', 'Jehovah'), ('-circles', 'circles'), ('Phe-', 'Phe'), ('-Meta.', 'Meta.'), ('-time', 'time'), ('-the', 'the'), ('-name', 'name'), ('-that', 'that'), ('-of', 'of'), ('dis-', 'dis'), ('-coveries', 'coveries'), ('-the', 'the'), ('-of', 'of'), ('-man', 'man'), ('-effect', 'effect'), ('-outward', 'outward'), ('-effect', 'effect')]
GCB18950215-V01-01ex05-page12.txt: [('-', ''), ('-standard', 'standard')]
GCB18950215-V01-01ex05-page14.txt: [('-of', 'of')]
GCB18950215-V01-01ex05-page16.txt: [('-extirpated', 'extirpated'), ('Tertul-', 'Tertul')]
GCB18950215-V01-01ex05-page17.txt: [('-.closely', '.closely'), ('how-', 'how'), ('-ever', 'ever'), ('-in', 'in'), ('-of', 'of'), ('-consecrating', 'consecrating'), ('-question', 'question'), ('Chris-', 'Chris'), ('-constituted', 'constituted'), ('-one', 'one'), ('all-', 'all')]
GCB18950215-V01-01ex05-page18.txt: [('-', ''), ('contra-', 'contra'), ('-', ''), ('-', '')]
GCB18950215-V01-01ex05-page2.txt: [('-notice', 'notice')]
GCB18950215-V01-01ex05-page22.txt: [('in-', 'in'), ('-strueted', 'strueted'), ('-else', 'else'), ('-injunctions', 'injunctions'), ('-that', 'that'), ('-stood', 'stood'), ('-Jewish', 'Jewish'), ('-Gentiles', 'Gentiles'), ('pro-', 'pro')]
GCB18950215-V01-01ex05-page23.txt: [('-theory', 'theory'), ('-that', 'that'), ('-against', 'against'), ('-', ''), ('-about', 'about'), ('-thought', 'thought'), ('-', ''), ('-', ''), ('-itself', 'itself'), ('true-', 'true'), ('-trate', 'trate'), ('whimsi-', 'whimsi'), ('--cal', '-cal'), ('-spirituality', 'spirituality'), ('-', ''), ('--through', '-through'), ('-and', 'and'), ('-', ''), ('--or', '-or'), ('-', '')]
GCB18950215-V01-01ex05-page24.txt: [('-few', 'few'), ('are-', 'are')]
GCB18950215-V01-01ex05-page29.txt: [('-', ''), ('-ask', 'ask')]
GCB18950215-V01-01ex05-page30.txt: [('-', ''), ('-is', 'is')]
GCB18950215-V01-01ex05-page31.txt: [('past-', 'past')]
GCB18950215-V01-01ex05-page32.txt: [('de-', 'de'), ('--', '-'), ('BULLE-', 'BULLE')]
GCB18950215-V01-01ex05-page5.txt: [('Con-', 'Con')]
GCB18950215-V01-01ex05-page6.txt: [('-line.', 'line.'), ('-', '')]
GCB18950217-V01-01ex06-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('heart.-', 'heart.')]
GCB18950217-V01-01ex06-page11.txt: [('-', '')]
GCB18950217-V01-01ex06-page14.txt: [('-', '')]
GCB18950217-V01-01ex06-page15.txt: [('-only', 'only')]
GCB18950217-V01-01ex06-page16.txt: [('-', '')]
GCB18950217-V01-01ex06-page17.txt: [('-flesh', 'flesh'), ('-enemies', 'enemies'), ('-', ''), ('-read', 'read'), ('-walk', 'walk'), ('-of', 'of'), ('an-', 'an'), ('oVis-', 'oVis'), ('-obedience', 'obedience'), ('hay-', 'hay'), ('-intimes', 'intimes'), ('-in', 'in')]
GCB18950217-V01-01ex06-page19.txt: [('-best', 'best')]
GCB18950217-V01-01ex06-page2.txt: [('-', '')]
GCB18950217-V01-01ex06-page20.txt: [('--', '-')]
GCB18950217-V01-01ex06-page21.txt: [('giv-', 'giv'), ('--On', '-On'), ('-The', 'The'), ('-of', 'of')]
GCB18950217-V01-01ex06-page22.txt: [('-', '')]
GCB18950217-V01-01ex06-page23.txt: [('-to', 'to'), ('-the', 'the'), ('-complete', 'complete'), ('-the', 'the')]
GCB18950217-V01-01ex06-page25.txt: [('-', ''), ('-', ''), ('lan-', 'lan')]
GCB18950217-V01-01ex06-page26.txt: [('be-', 'be'), ('-hold', 'hold'), ('-Christ', 'Christ'), ('-to', 'to'), ('-God', 'God'), ('-expressly', 'expressly')]
GCB18950217-V01-01ex06-page27.txt: [('-that', 'that'), ('-swing', 'swing')]
GCB18950217-V01-01ex06-page28.txt: [('the-', 'the'), ('-', ''), ('Nominations-', 'Nominations'), ('-', ''), ('Mrs-', 'Mrs'), ('Auditing-', 'Auditing'), ('-', ''), ('-', ''), ('-How', 'How'), ('-', ''), ('-and', 'and'), ('Exercises-', 'Exercises'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Contri-', 'Contri')]
GCB18950217-V01-01ex06-page29.txt: [('-islands', 'islands'), ('-.fifteenth', '.fifteenth'), ('-that', 'that'), ('-', ''), ('-', ''), ('-to', 'to'), ('-six', 'six'), ('-', '')]
GCB18950217-V01-01ex06-page30.txt: [('-', ''), ('-', ''), ('-', ''), ('our-', 'our')]
GCB18950217-V01-01ex06-page31.txt: [('-voted', 'voted')]
GCB18950217-V01-01ex06-page32.txt: [('-to', 'to'), ('-who', 'who'), ('-the', 'the'), ('-exercise', 'exercise'), ('-the', 'the'), ('-relating', 'relating'), ('in-', 'in'), ('-quire', 'quire'), ('West-', 'West'), ('-ern', 'ern'), ('-on', 'on')]
GCB18950217-V01-01ex06-page7.txt: [('-O', 'O'), ('-', ''), ('-', '')]
GCB18950217-V01-01ex06-page9.txt: [('-', ''), ('confer-', 'confer')]
GCB18950218-V01-01ex07-page11.txt: [('-of', 'of')]
GCB18950218-V01-01ex07-page2.txt: [('ap-', 'ap')]
GCB18950218-V01-01ex07-page4.txt: [('-the', 'the')]
GCB18950218-V01-01ex07-page5.txt: [('im-', 'im'), ('advantage.-', 'advantage.'), ('pre-', 'pre'), ('adyer-', 'adyer'), ('.....-', '.....'), ('-...', '...'), ('-....', '....'), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18950218-V01-01ex07-page6.txt: [('re-', 're'), ('-ported', 'ported'), ('-of', 'of'), ('Four-', 'Four'), ('-', ''), ('-', '')]
GCB18950218-V01-01ex07-page8.txt: [('-', ''), ('-', '')]
GCB18950219-V01-01ex08-page10.txt: [('the-', 'the')]
GCB18950219-V01-01ex08-page11.txt: [('-', ''), ('-', ''), ('-and', 'and')]
GCB18950219-V01-01ex08-page12.txt: [('"--', '"-')]
GCB18950219-V01-01ex08-page17.txt: [('-', '')]
GCB18950219-V01-01ex08-page18.txt: [('.-', '.'), ('-the', 'the')]
GCB18950219-V01-01ex08-page19.txt: [('Sob-', 'Sob'), ('canvass-', 'canvass')]
GCB18950219-V01-01ex08-page2.txt: [('-made', 'made'), ('self-support-', 'self-support')]
GCB18950219-V01-01ex08-page20.txt: [('in-', 'in'), ('-', ''), ('expects-', 'expects')]
GCB18950219-V01-01ex08-page21.txt: [('por-', 'por'), ('-', '')]
GCB18950219-V01-01ex08-page22.txt: [('churches-', 'churches'), ('-', '')]
GCB18950219-V01-01ex08-page23.txt: [('-', '')]
GCB18950219-V01-01ex08-page3.txt: [('-we', 'we'), ('Rara-', 'Rara')]
GCB18950219-V01-01ex08-page8.txt: [('-which', 'which')]
GCB18950220-V01-01ex09-page14.txt: [('-employed', 'employed')]
GCB18950220-V01-01ex09-page2.txt: [('-', '')]
GCB18950220-V01-01ex09-page3.txt: [('of-', 'of')]
GCB18950220-V01-01ex09-page4.txt: [('-', '')]
GCB18950220-V01-01ex09-page5.txt: [('-', '')]
GCB18950220-V01-01ex09-page7.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18950220-V01-01ex09-page9.txt: [('-operation.', 'operation.'), ('-', ''), ('.-', '.')]
GCB18950221-V01-01ex10-page13.txt: [('with-', 'with'), ('pri-', 'pri')]
GCB18950221-V01-01ex10-page14.txt: [('-', ''), ('-', ''), ('vie-', 'vie')]
GCB18950221-V01-01ex10-page15.txt: [('-', '')]
GCB18950221-V01-01ex10-page16.txt: [('---', '--'), ('-', ''), ('-..', '..'), ('-', '')]
GCB18950221-V01-01ex10-page17.txt: [('bring-', 'bring'), ('tran-', 'tran')]
GCB18950221-V01-01ex10-page18.txt: [('-', ''), ('-', '')]
GCB18950221-V01-01ex10-page2.txt: [('-to', 'to'), ('-courage', 'courage')]
GCB18950221-V01-01ex10-page20.txt: [('---', '--')]
GCB18950221-V01-01ex10-page21.txt: [('-', '')]
GCB18950221-V01-01ex10-page22.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('Furnishings---', 'Furnishings--'), ('LIABILIrIEa-', 'LIABILIrIEa'), ('-', '')]
GCB18950221-V01-01ex10-page23.txt: [('ASSOCIA-', 'ASSOCIA'), ('-', ''), ('So-', 'So')]
GCB18950221-V01-01ex10-page3.txt: [('-but', 'but'), ('-went', 'went'), ('prop-', 'prop')]
GCB18950221-V01-01ex10-page4.txt: [('-', ''), ('-', '')]
GCB18950221-V01-01ex10-page5.txt: [('-', '')]
GCB18950221-V01-01ex10-page6.txt: [('Adam.-', 'Adam.')]
GCB18950221-V01-01ex10-page7.txt: [('--', '-')]
GCB18950221-V01-01ex10-page8.txt: [('-', ''), ('-', '')]
GCB18950221-V01-01ex10-page9.txt: [('help-', 'help')]
GCB18950222-V01-01ex11-page1.txt: [('sider-', 'sider'), ('-', '')]
GCB18950222-V01-01ex11-page10.txt: [('-.', '.'), ('-', ''), ('-', '')]
GCB18950222-V01-01ex11-page11.txt: [('--', '-'), ('-net', 'net'), ('PUBLISH-', 'PUBLISH')]
GCB18950222-V01-01ex11-page12.txt: [('-net', 'net'), ('-', ''), ('-', '')]
GCB18950222-V01-01ex11-page14.txt: [('MESSAGE.-', 'MESSAGE.')]
GCB18950222-V01-01ex11-page15.txt: [('-', ''), ('-', '')]
GCB18950222-V01-01ex11-page16.txt: [('-', ''), ('-', ''), ('De-', 'De')]
GCB18950222-V01-01ex11-page17.txt: [('-', ''), ('death."--', 'death."-')]
GCB18950222-V01-01ex11-page19.txt: [('over-', 'over'), ('Chris-', 'Chris')]
GCB18950222-V01-01ex11-page2.txt: [('-', ''), ('-', '')]
GCB18950222-V01-01ex11-page20.txt: [('-', ''), ('Year-', 'Year')]
GCB18950222-V01-01ex11-page24.txt: [('-', '')]
GCB18950222-V01-01ex11-page3.txt: [('-', '')]
GCB18950222-V01-01ex11-page5.txt: [('-the', 'the')]
GCB18950222-V01-01ex11-page7.txt: [('-Scripture', 'Scripture'), ('.-e--', '.-e-')]
GCB18950222-V01-01ex11-page8.txt: [('.-', '.'), ('Tithes.-', 'Tithes.'), ('.-', '.'), ('Tithes.-', 'Tithes.'), ('.-', '.'), ('-', ''), ('.-', '.'), ('--', '-'), ('--', '-'), ('Tithes-', 'Tithes'), ('-', ''), ('--', '-'), ('Union-', 'Union'), ('-', ''), ('--', '-'), ('-', ''), ('---', '--')]
GCB18950222-V01-01ex11-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-Colorado', 'Colorado'), ('.-', '.'), ('FOREIGN.-', 'FOREIGN.'), ('Member-', 'Member'), ('-', ''), ('-', '')]
GCB18950224-V01-01ex12-page1.txt: [('-people', 'people'), ('or-', 'or')]
GCB18950224-V01-01ex12-page10.txt: [('-to', 'to'), ('-which', 'which'), ('-Lo', 'Lo')]
GCB18950224-V01-01ex12-page12.txt: [('-', ''), ('training-', 'training')]
GCB18950224-V01-01ex12-page13.txt: [('to-', 'to'), ('expecta-', 'expecta')]
GCB18950224-V01-01ex12-page14.txt: [('-with', 'with')]
GCB18950224-V01-01ex12-page15.txt: [('-', ''), ('-', ''), ('-God', 'God')]
GCB18950224-V01-01ex12-page16.txt: [('-was', 'was'), ('-said', 'said')]
GCB18950224-V01-01ex12-page3.txt: [('-', '')]
GCB18950224-V01-01ex12-page4.txt: [('--', '-')]
GCB18950224-V01-01ex12-page5.txt: [('se-', 'se'), ('superintend-', 'superintend')]
GCB18950224-V01-01ex12-page6.txt: [('-', '')]
GCB18950224-V01-01ex12-page7.txt: [('-', '')]
GCB18950225-V01-01ex13-page1.txt: [('re-', 're')]
GCB18950225-V01-01ex13-page10.txt: [('terri-', 'terri'), ('year-', 'year')]
GCB18950225-V01-01ex13-page12.txt: [('the-', 'the'), ('-us', 'us')]
GCB18950225-V01-01ex13-page13.txt: [('-', ''), ('bur-', 'bur')]
GCB18950225-V01-01ex13-page14.txt: [('har-', 'har'), ('life."-', 'life."'), ('Holy-', 'Holy'), ('-by', 'by'), ('-feel', 'feel')]
GCB18950225-V01-01ex13-page15.txt: [('-', ''), ('-thus', 'thus')]
GCB18950225-V01-01ex13-page16.txt: [('-to', 'to')]
GCB18950225-V01-01ex13-page19.txt: [('--', '-'), ('-', '')]
GCB18950225-V01-01ex13-page21.txt: [('inter-', 'inter')]
GCB18950225-V01-01ex13-page22.txt: [('-interpret', 'interpret'), ('ground-', 'ground')]
GCB18950225-V01-01ex13-page23.txt: [('-', '')]
GCB18950225-V01-01ex13-page24.txt: [('-his', 'his'), ('-', '')]
GCB18950225-V01-01ex13-page3.txt: [('--', '-')]
GCB18950225-V01-01ex13-page4.txt: [('-', ''), ('-', '')]
GCB18950225-V01-01ex13-page5.txt: [('Di-', 'Di')]
GCB18950225-V01-01ex13-page8.txt: [('be-', 'be'), ('-cause', 'cause'), ('-', '')]
GCB18950225-V01-01ex13-page9.txt: [('-', '')]
GCB18950226-V01-01ex14-page1.txt: [('-', ''), ('u-', 'u')]
GCB18950226-V01-01ex14-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the')]
GCB18950226-V01-01ex14-page11.txt: [('--', '-'), ('-', ''), ('-', '')]
GCB18950226-V01-01ex14-page12.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18950226-V01-01ex14-page13.txt: [('-school', 'school')]
GCB18950226-V01-01ex14-page14.txt: [('-constant', 'constant')]
GCB18950226-V01-01ex14-page15.txt: [('-', ''), ('-', '')]
GCB18950226-V01-01ex14-page16.txt: [('-', '')]
GCB18950226-V01-01ex14-page2.txt: [('-', '')]
GCB18950226-V01-01ex14-page5.txt: [('-', '')]
GCB18950226-V01-01ex14-page6.txt: [('-', ''), ('advan-', 'advan')]
GCB18950226-V01-01ex14-page7.txt: [('States-', 'States'), ('-', ''), ('-', '')]
GCB18950226-V01-01ex14-page8.txt: [('TEAR.-', 'TEAR.')]
GCB18950226-V01-01ex14-page9.txt: [('-', '')]
GCB18950227-V01-01ex15-page1.txt: [('-God', 'God'), ('-', '')]
GCB18950227-V01-01ex15-page10.txt: [('ASSO-', 'ASSO')]
GCB18950227-V01-01ex15-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a')]
GCB18950227-V01-01ex15-page12.txt: [('-', '')]
GCB18950227-V01-01ex15-page13.txt: [('-character', 'character'), ('-glorify', 'glorify'), ('him-', 'him')]
GCB18950227-V01-01ex15-page14.txt: [('--', '-')]
GCB18950227-V01-01ex15-page16.txt: [('-', ''), ('-God', 'God')]
GCB18950227-V01-01ex15-page17.txt: [('-leave', 'leave'), ('-Father', 'Father'), ('-', '')]
GCB18950227-V01-01ex15-page18.txt: [('-', '')]
GCB18950227-V01-01ex15-page19.txt: [('-', '')]
GCB18950227-V01-01ex15-page20.txt: [('-', '')]
GCB18950227-V01-01ex15-page21.txt: [('our-', 'our')]
GCB18950227-V01-01ex15-page22.txt: [('-Read', 'Read')]
GCB18950227-V01-01ex15-page23.txt: [('-', '')]
GCB18950227-V01-01ex15-page24.txt: [('-', '')]
GCB18950227-V01-01ex15-page5.txt: [('-them.', 'them.')]
GCB18950227-V01-01ex15-page6.txt: [('-', ''), ('-', '')]
GCB18950227-V01-01ex15-page7.txt: [('-', ''), ('-aft', 'aft')]
GCB18950227-V01-01ex15-page8.txt: [('circum-', 'circum'), ('Sabbath-', 'Sabbath'), ('evi-', 'evi')]
GCB18950227-V01-01ex15-page9.txt: [('-', ''), ('-although', 'although'), ('-', '')]
GCB18950228-V01-01ex16-page10.txt: [('-annot', 'annot'), ('say-', 'say'), ('-', '')]
GCB18950228-V01-01ex16-page11.txt: [('-It', 'It'), ('eternity-', 'eternity'), ('-', '')]
GCB18950228-V01-01ex16-page12.txt: [('-who', 'who'), ('rejoic-', 'rejoic')]
GCB18950228-V01-01ex16-page13.txt: [('-attendance', 'attendance')]
GCB18950228-V01-01ex16-page14.txt: [('-the', 'the'), ('-', ''), ('-"local', '"local'), ('self-sup-', 'self-sup')]
GCB18950228-V01-01ex16-page15.txt: [('Dur-', 'Dur')]
GCB18950228-V01-01ex16-page3.txt: [('-', '')]
GCB18950228-V01-01ex16-page4.txt: [('-', '')]
GCB18950228-V01-01ex16-page5.txt: [('in-', 'in')]
GCB18950228-V01-01ex16-page7.txt: [('Abbe-', 'Abbe'), ('-', '')]
GCB18950228-V01-01ex16-page8.txt: [('-', ''), ('-', '')]
GCB18950228-V01-01ex16-page9.txt: [('-', '')]
GCB18950301-V01-01ex17-page12.txt: [('-own', 'own')]
GCB18950301-V01-01ex17-page14.txt: [('impor-', 'impor')]
GCB18950301-V01-01ex17-page15.txt: [('-Since', 'Since'), ('-or', 'or')]
GCB18950301-V01-01ex17-page16.txt: [('-a', 'a'), ('SUBSCRIP-', 'SUBSCRIP'), ('calcu-', 'calcu')]
GCB18950301-V01-01ex17-page19.txt: [('-', '')]
GCB18950301-V01-01ex17-page21.txt: [('-', '')]
GCB18950301-V01-01ex17-page22.txt: [('Confer-', 'Confer')]
GCB18950301-V01-01ex17-page23.txt: [('Credentlals--', 'Credentlals-'), ('-', '')]
GCB18950301-V01-01ex17-page24.txt: [('Mc-', 'Mc'), ('-', '')]
GCB18950301-V01-01ex17-page3.txt: [('-', '')]
GCB18950301-V01-01ex17-page4.txt: [('mean-', 'mean')]
GCB18950301-V01-01ex17-page5.txt: [('-', '')]
GCB18950301-V01-01ex17-page6.txt: [('mount-', 'mount')]
GCB18950301-V01-01ex17-page7.txt: [('-hows', 'hows')]
GCB18950301-V01-01ex17-page8.txt: [('-', ''), ('as-', 'as')]
GCB18950303-V01-01ex18-page1.txt: [('QUARTERLY-', 'QUARTERLY'), ('God.-', 'God.'), ('-on', 'on')]
GCB18950303-V01-01ex18-page10.txt: [('-', '')]
GCB18950303-V01-01ex18-page11.txt: [('-to', 'to'), ('-he', 'he')]
GCB18950303-V01-01ex18-page12.txt: [('--', '-'), ('-religious', 'religious'), ('-', '')]
GCB18950303-V01-01ex18-page13.txt: [('done-', 'done')]
GCB18950303-V01-01ex18-page15.txt: [('-', ''), ('-', ''), ('peo-', 'peo')]
GCB18950303-V01-01ex18-page16.txt: [('BUL-', 'BUL')]
GCB18950303-V01-01ex18-page2.txt: [('con-', 'con')]
GCB18950303-V01-01ex18-page3.txt: [('-', '')]
GCB18950303-V01-01ex18-page4.txt: [('vehi-', 'vehi'), ('-with', 'with'), ('intel-', 'intel')]
GCB18950303-V01-01ex18-page5.txt: [('-', ''), ('-TO', 'TO')]
GCB18950303-V01-01ex18-page6.txt: [('See-', 'See'), ('re-', 're')]
GCB18950303-V01-01ex18-page8.txt: [('-', '')]
GCB18950303-V01-01ex18-page9.txt: [('-', ''), ('di-', 'di')]
GCB18950304-V01-01ex19-page10.txt: [('--', '-'), ('-ye', 'ye')]
GCB18950304-V01-01ex19-page11.txt: [('-', ''), ('-Dec.', 'Dec.'), ('-We', 'We'), ('-of', 'of'), ('-', ''), ('-speech', 'speech')]
GCB18950304-V01-01ex19-page12.txt: [('-o', 'o'), ('-deal', 'deal'), ('-', '')]
GCB18950304-V01-01ex19-page13.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18950304-V01-01ex19-page14.txt: [('-and', 'and')]
GCB18950304-V01-01ex19-page15.txt: [('accom--', 'accom-')]
GCB18950304-V01-01ex19-page16.txt: [('-filling', 'filling')]
GCB18950304-V01-01ex19-page2.txt: [('de-', 'de'), ('sub-', 'sub')]
GCB18950304-V01-01ex19-page3.txt: [('-the', 'the')]
GCB18950304-V01-01ex19-page5.txt: [('bring-', 'bring')]
GCB18950304-V01-01ex19-page8.txt: [('-From', 'From')]
GCB18950304-V01-01ex19-page9.txt: [('-was', 'was'), ('-', '')]
GCB18950305-V01-01ex20-page10.txt: [('-', '')]
GCB18950305-V01-01ex20-page13.txt: [('sal-', 'sal')]
GCB18950305-V01-01ex20-page15.txt: [('-', '')]
GCB18950305-V01-01ex20-page19.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18950305-V01-01ex20-page2.txt: [('com-', 'com')]
GCB18950305-V01-01ex20-page22.txt: [('--', '-')]
GCB18950305-V01-01ex20-page23.txt: [('-', ''), ('-', ''), ('ques-', 'ques')]
GCB18950305-V01-01ex20-page24.txt: [('CORRECTION.-', 'CORRECTION.')]
GCB18950305-V01-01ex20-page3.txt: [('-do', 'do'), ('-to', 'to'), ('-destroy', 'destroy'), ('-', ''), ('GENERAL-', 'GENERAL')]
GCB18950305-V01-01ex20-page5.txt: [('-who', 'who'), ('-', ''), ('-', ''), ('-were', 'were')]
GCB18950305-V01-01ex20-page6.txt: [('pro"-', 'pro"'), ('obe-', 'obe'), ('-phase', 'phase')]
GCB18950305-V01-01ex20-page7.txt: [('-They', 'They')]
GCB189504XX-V01-02-page10.txt: [('coun-', 'coun')]
GCB189504XX-V01-02-page13.txt: [('-', '')]
GCB189504XX-V01-02-page15.txt: [('Confer-', 'Confer'), ('Chris-', 'Chris'), ('Endeav-', 'Endeav')]
GCB189504XX-V01-02-page17.txt: [('-', '')]
GCB189504XX-V01-02-page18.txt: [('-the', 'the'), ('-of', 'of')]
GCB189504XX-V01-02-page22.txt: [('-', '')]
GCB189504XX-V01-02-page23.txt: [('-', ''), ('-be', 'be')]
GCB189504XX-V01-02-page25.txt: [('-', ''), ('com-', 'com')]
GCB189504XX-V01-02-page26.txt: [('-', '')]
GCB189504XX-V01-02-page28.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB189504XX-V01-02-page29.txt: [('-', ''), ('-', ''), ('-', '')]
GCB189504XX-V01-02-page3.txt: [('fourth--', 'fourth-')]
GCB189504XX-V01-02-page30.txt: [('-recommended', 'recommended'), ('-', ''), ('-', ''), ('Times.-', 'Times.'), ('Sentinel.-', 'Sentinel.'), ('Instructor.-', 'Instructor.'), ('Tecken.-', 'Tecken.'), ('-Editors', 'Editors'), ('Temps.-', 'Temps.'), ('Dan-', 'Dan'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB189504XX-V01-02-page31.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Conference.-', 'Conference.'), ('Secretary.-', 'Secretary.'), ('Secretary.-', 'Secretary.'), ('Conference.-', 'Conference.'), ('Superintendents.-', 'Superintendents.'), ('.-', '.'), ('-', ''), ('-', '')]
GCB189504XX-V01-02-page32.txt: [('Trustees.-', 'Trustees.'), ('President.-', 'President.')]
GCB189504XX-V01-02-page33.txt: [('Mown-', 'Mown'), ('Wok-', 'Wok'), ('Fla-', 'Fla'), ('Ohio-', 'Ohio'), ('Cinein-', 'Cinein'), ('Ark-', 'Ark')]
GCB189504XX-V01-02-page34.txt: [('-', ''), ('-Neb.', 'Neb.'), ('Fitz-', 'Fitz')]
GCB189504XX-V01-02-page35.txt: [('-', '')]
GCB189504XX-V01-02-page36.txt: [('Mont-', 'Mont'), ("'St-", "'St"), ('Port-', 'Port'), ('-', ''), ('Free-', 'Free'), ('Nor-', 'Nor'), ('Switzer-', 'Switzer')]
GCB189504XX-V01-02-page37.txt: [('Argentina-', 'Argentina'), ('Jr-', 'Jr'), ('Wash-', 'Wash'), ('-', ''), ('St-', 'St'), ('Ger-', 'Ger'), ('Horn-', 'Horn'), ('Lon-', 'Lon')]
GCB189504XX-V01-02-page38.txt: [('Ham-', 'Ham')]
GCB189504XX-V01-02-page39.txt: [('Kon-', 'Kon'), ('-', '')]
GCB189504XX-V01-02-page40.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB189504XX-V01-02-page41.txt: [('MEET-', 'MEET'), ('Robin-', 'Robin')]
GCB189504XX-V01-02-page5.txt: [('-of', 'of'), ('-"Do', '"Do')]
GCB189504XX-V01-02-page6.txt: [('BULLE-', 'BULLE')]
GCB189504XX-V01-02-page7.txt: [('d-', 'd')]
GCB189504XX-V01-02-page8.txt: [('-we', 'we')]
GCB18970212-V01-01-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18970212-V01-01-page12.txt: [('-', ''), ('-theories', 'theories')]
GCB18970212-V01-01-page15.txt: [('DAILY-', 'DAILY')]
GCB18970212-V01-01-page16.txt: [('-business', 'business'), ('Mc-', 'Mc'), ('-', '')]
GCB18970212-V01-01-page5.txt: [('occupy-', 'occupy')]
GCB18970212-V01-01-page7.txt: [('-was', 'was')]
GCB18970212-V01-01-page8.txt: [('-', '')]
GCB18970215-V01-02-page1.txt: [('-', '')]
GCB18970215-V01-02-page10.txt: [('-', '')]
GCB18970215-V01-02-page11.txt: [('-', ''), ('-', '')]
GCB18970215-V01-02-page12.txt: [('T-', 'T')]
GCB18970215-V01-02-page13.txt: [('--annening', '-annening')]
GCB18970215-V01-02-page16.txt: [('-', '')]
GCB18970215-V01-02-page4.txt: [('DAILY-', 'DAILY'), ('possible-', 'possible')]
GCB18970215-V01-02-page5.txt: [('DAILY-', 'DAILY')]
GCB18970215-V01-02-page8.txt: [('--All', '-All')]
GCB18970216-V01-03-page11.txt: [('-manner', 'manner'), ('qualifies-', 'qualifies'), ('-opportunities', 'opportunities'), ('-world.', 'world.'), ('-converted', 'converted')]
GCB18970216-V01-03-page15.txt: [('DAILY-', 'DAILY')]
GCB18970216-V01-03-page16.txt: [('-', ''), ('last--', 'last-')]
GCB18970216-V01-03-page3.txt: [('-in', 'in'), ('-', '')]
GCB18970216-V01-03-page4.txt: [('man-', 'man'), ('-', '')]
GCB18970216-V01-03-page6.txt: [('-', ''), ('-method', 'method'), ('there-', 'there'), ('-illustration', 'illustration'), ('-.where', '.where'), ('-The', 'The'), ('-', ''), ('-', '')]
GCB18970216-V01-03-page7.txt: [('-die', 'die'), ('-world', 'world'), ('-f', 'f')]
GCB18970216-V01-03-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-so', 'so')]
GCB18970216-V01-03-page9.txt: [('--', '-')]
GCB18970217-V01-04-page1.txt: [('-', '')]
GCB18970217-V01-04-page10.txt: [('pres-', 'pres')]
GCB18970217-V01-04-page11.txt: [('in-', 'in'), ('-', '')]
GCB18970217-V01-04-page12.txt: [('-', '')]
GCB18970217-V01-04-page15.txt: [('-instruction', 'instruction')]
GCB18970217-V01-04-page2.txt: [('-', '')]
GCB18970217-V01-04-page4.txt: [('-', '')]
GCB18970217-V01-04-page5.txt: [('-', '')]
GCB18970217-V01-04-page6.txt: [('-or', 'or'), ('-', '')]
GCB18970217-V01-04-page7.txt: [('-every', 'every')]
GCB18970217-V01-04-page8.txt: [('-', '')]
GCB18970217-V01-04-page9.txt: [('--It', '-It'), ('-should', 'should'), ('--The', '-The')]
GCB18970218-V01-05-page10.txt: [('in-', 'in'), ('-', '')]
GCB18970218-V01-05-page11.txt: [('-world', 'world')]
GCB18970218-V01-05-page13.txt: [('-wandered', 'wandered')]
GCB18970218-V01-05-page4.txt: [('-', ''), ('be-', 'be')]
GCB18970218-V01-05-page5.txt: [('neces-', 'neces'), ('--', '-')]
GCB18970218-V01-05-page6.txt: [('-', '')]
GCB18970218-V01-05-page7.txt: [('-and', 'and'), ('-also', 'also'), ('-', ''), ('-able', 'able'), ('-not', 'not'), ('sub-', 'sub'), ('--One', '-One'), ('--No.', '-No.')]
GCB18970218-V01-05-page8.txt: [('-', ''), ('--', '-'), ('-', '')]
GCB18970218-V01-05-page9.txt: [('supernatural-', 'supernatural')]
GCB18970219-V01-06-page10.txt: [('-"', '"'), ('prop-', 'prop'), ('-', '')]
GCB18970219-V01-06-page11.txt: [('curl-', 'curl')]
GCB18970219-V01-06-page12.txt: [('TIT-', 'TIT')]
GCB18970219-V01-06-page14.txt: [('body-', 'body')]
GCB18970219-V01-06-page6.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18970219-V01-06-page8.txt: [('-and', 'and')]
GCB18970219-V01-06-page9.txt: [('-', '')]
GCB18970222-V01-07-page11.txt: [('circum-', 'circum')]
GCB18970222-V01-07-page13.txt: [('acknowl-', 'acknowl')]
GCB18970222-V01-07-page14.txt: [('advance-', 'advance'), ('-is', 'is')]
GCB18970222-V01-07-page15.txt: [('con-', 'con'), ('DAILY-', 'DAILY')]
GCB18970222-V01-07-page4.txt: [('-we', 'we'), ('-', ''), ('uphold-', 'uphold')]
GCB18970222-V01-07-page5.txt: [('person-', 'person'), ('--It', '-It')]
GCB18970222-V01-07-page6.txt: [('be-', 'be')]
GCB18970222-V01-07-page7.txt: [('-worrying', 'worrying'), ('--', '-'), ('-', '')]
GCB18970222-V01-07-page9.txt: [('sec-', 'sec')]
GCB18970223-V01-08-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('do-', 'do')]
GCB18970223-V01-08-page12.txt: [('-time', 'time'), ('Ix-', 'Ix'), ("'-", "'"), ('-', ''), ('-', ''), ('Re-', 'Re'), ('Ne.-', 'Ne.'), ('-', ''), ('-', ''), ('-', '')]
GCB18970223-V01-08-page16.txt: [('Mc-', 'Mc')]
GCB18970223-V01-08-page3.txt: [('-', '')]
GCB18970223-V01-08-page7.txt: [('-', '')]
GCB18970224-V01-09-page1.txt: [('understand-', 'understand')]
GCB18970224-V01-09-page10.txt: [('-', '')]
GCB18970224-V01-09-page11.txt: [('.-', '.'), ('-', '')]
GCB18970224-V01-09-page13.txt: [('-delegates.', 'delegates.'), ('secre-', 'secre')]
GCB18970224-V01-09-page15.txt: [('de-', 'de')]
GCB18970224-V01-09-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Asso-', 'Asso'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18970224-V01-09-page2.txt: [('Gen-', 'Gen'), ('-.Read', '.Read')]
GCB18970224-V01-09-page3.txt: [('-', '')]
GCB18970224-V01-09-page6.txt: [('stom-', 'stom')]
GCB18970225-V01-10-page1.txt: [('enthu-', 'enthu')]
GCB18970225-V01-10-page10.txt: [('-', '')]
GCB18970225-V01-10-page13.txt: [('---Be', '--Be'), ('--', '-')]
GCB18970225-V01-10-page14.txt: [('--Because', '-Because')]
GCB18970225-V01-10-page15.txt: [('-ire', 'ire')]
GCB18970225-V01-10-page3.txt: [('pay--', 'pay-')]
GCB18970225-V01-10-page6.txt: [('-', '')]
GCB18970225-V01-10-page8.txt: [('Camp-', 'Camp'), ('state-', 'state')]
GCB18970225-V01-10-page9.txt: [('-', ''), ('ad-', 'ad')]
GCB18970226-V01-11-page1.txt: [('re-', 're'), ('-call', 'call'), ('-', '')]
GCB18970226-V01-11-page10.txt: [('DAILY-', 'DAILY')]
GCB18970226-V01-11-page11.txt: [('-us', 'us')]
GCB18970226-V01-11-page12.txt: [('--In', '-In'), ('pa-', 'pa')]
GCB18970226-V01-11-page14.txt: [('im-', 'im')]
GCB18970226-V01-11-page16.txt: [('-in', 'in')]
GCB18970226-V01-11-page2.txt: [('-', ''), ('Ben-', 'Ben'), ('de-', 'de')]
GCB18970226-V01-11-page4.txt: [('--', '-')]
GCB18970226-V01-11-page5.txt: [('mes-', 'mes')]
GCB18970226-V01-11-page7.txt: [('-confusion', 'confusion')]
GCB18970226-V01-11-page8.txt: [('--to', '-to')]
GCB18970226-V01-11-page9.txt: [('can.-', 'can.'), ('-if', 'if')]
GCB18970301-V01-12-page11.txt: [('-', '')]
GCB18970301-V01-12-page14.txt: [('----', '---')]
GCB18970301-V01-12-page15.txt: [('-', ''), ('-', ''), ('-', '')]
GCB18970301-V01-12-page16.txt: [('DAILY-', 'DAILY')]
GCB18970301-V01-12-page2.txt: [('-', '')]
GCB18970301-V01-12-page3.txt: [('God-', 'God')]
GCB18970301-V01-12-page5.txt: [('-Wes', 'Wes')]
GCB18970301-V01-12-page7.txt: [('read-', 'read')]
GCB18970301-V01-12-page8.txt: [('DAILY-', 'DAILY')]
GCB18970301-V01-12-page9.txt: [('-I', 'I')]
GCB18970302-V01-13-page1.txt: [('-', '')]
GCB18970302-V01-13-page10.txt: [('-', '')]
GCB18970302-V01-13-page11.txt: [('-very', 'very'), ('-other', 'other'), ('-held', 'held'), ('Nor-', 'Nor'), ('-way', 'way')]
GCB18970302-V01-13-page12.txt: [('-', ''), ('in-', 'in')]
GCB18970302-V01-13-page16.txt: [('-', '')]
GCB18970302-V01-13-page17.txt: [('--if', '-if')]
GCB18970302-V01-13-page18.txt: [('---To', '--To'), ('--He', '-He')]
GCB18970302-V01-13-page19.txt: [('un-', 'un')]
GCB18970302-V01-13-page20.txt: [('-', '')]
GCB18970302-V01-13-page21.txt: [('-work', 'work'), ('-case', 'case'), ('Under-', 'Under'), ('-wood', 'wood')]
GCB18970302-V01-13-page3.txt: [('-there', 'there')]
GCB18970302-V01-13-page5.txt: [('-', '')]
GCB18970302-V01-13-page9.txt: [('-', ''), ('-', ''), ('---They', '--They'), ('-', ''), ('to-', 'to'), ('it."-', 'it."')]
GCB18970303-V01-14-page1.txt: [('-', ''), ('.-', '.')]
GCB18970303-V01-14-page12.txt: [('-', ''), ('-', '')]
GCB18970303-V01-14-page13.txt: [('-', ''), ('-', '')]
GCB18970303-V01-14-page16.txt: [('-fall', 'fall'), ('-', '')]
GCB18970303-V01-14-page18.txt: [('-they', 'they')]
GCB18970303-V01-14-page19.txt: [('whitherso-', 'whitherso')]
GCB18970303-V01-14-page20.txt: [('DAILY-', 'DAILY')]
GCB18970303-V01-14-page23.txt: [('DAILY-', 'DAILY'), ('appar-', 'appar')]
GCB18970303-V01-14-page24.txt: [('-', '')]
GCB18970303-V01-14-page4.txt: [('-the', 'the')]
GCB18970303-V01-14-page7.txt: [('-', '')]
GCB18970303-V01-14-page8.txt: [('-expression', 'expression')]
GCB18970304-V01-15-page10.txt: [('--', '-'), ('them-', 'them'), ('--Christ', '-Christ')]
GCB18970304-V01-15-page11.txt: [('-where', 'where')]
GCB18970304-V01-15-page12.txt: [('-', '')]
GCB18970304-V01-15-page13.txt: [('ac-', 'ac')]
GCB18970304-V01-15-page14.txt: [('-', '')]
GCB18970304-V01-15-page16.txt: [('-a', 'a')]
GCB18970304-V01-15-page7.txt: [('BUL-', 'BUL'), ('-', ''), ('salva-', 'salva')]
GCB18970304-V01-15-page8.txt: [('-', '')]
GCB18970304-V01-15-page9.txt: [('spend-', 'spend')]
GCB18970305-V01-16-page10.txt: [('heart.-', 'heart.'), ('sea-', 'sea')]
GCB18970305-V01-16-page12.txt: [('DAILY-', 'DAILY')]
GCB18970305-V01-16-page13.txt: [('-upon', 'upon')]
GCB18970305-V01-16-page14.txt: [('-', ''), ('-ifts', 'ifts'), ('of--', 'of-')]
GCB18970305-V01-16-page15.txt: [('wis-', 'wis')]
GCB18970305-V01-16-page16.txt: [('DAILY-', 'DAILY')]
GCB18970305-V01-16-page17.txt: [('-we', 'we')]
GCB18970305-V01-16-page19.txt: [('-', ''), ('-', '')]
GCB18970305-V01-16-page2.txt: [('-', ''), ('the-', 'the'), ('persecu--', 'persecu-')]
GCB18970305-V01-16-page20.txt: [('-', '')]
GCB18970305-V01-16-page21.txt: [('-', '')]
GCB18970305-V01-16-page23.txt: [('-we', 'we')]
GCB18970305-V01-16-page25.txt: [('-all', 'all')]
GCB18970305-V01-16-page26.txt: [('be-', 'be')]
GCB18970305-V01-16-page27.txt: [('--God.', '-God.')]
GCB18970305-V01-16-page29.txt: [('-', '')]
GCB18970305-V01-16-page3.txt: [('--', '-')]
GCB18970305-V01-16-page30.txt: [('help-', 'help'), ('-', '')]
GCB18970305-V01-16-page31.txt: [('-', ''), ('-Committee', 'Committee'), ('-', '')]
GCB18970305-V01-16-page6.txt: [('-', ''), ('sup-', 'sup')]
GCB18970305-V01-16-page8.txt: [('DAILY-', 'DAILY')]
GCB18970308-V01-17-page10.txt: [('-does', 'does')]
GCB18970308-V01-17-page11.txt: [('--When', '-When'), ('--Rest.', '-Rest.'), ('-Rest.', 'Rest.'), ('--The', '-The')]
GCB18970308-V01-17-page12.txt: [('any-', 'any')]
GCB18970308-V01-17-page13.txt: [('-work', 'work'), ('-has', 'has'), ('-the', 'the'), ('-...', '...'), ('-means', 'means'), ('it.--', 'it.-'), ('-Then', 'Then')]
GCB18970308-V01-17-page15.txt: [('--By', '-By'), ('-', '')]
GCB18970308-V01-17-page16.txt: [('-', ''), ('-', ''), ('-work', 'work')]
GCB18970308-V01-17-page18.txt: [('in-', 'in')]
GCB18970308-V01-17-page20.txt: [('over-', 'over'), ('feltovv-', 'feltovv')]
GCB18970308-V01-17-page21.txt: [("-who'", "who'")]
GCB18970308-V01-17-page22.txt: [('-', '')]
GCB18970308-V01-17-page23.txt: [('DAILY-', 'DAILY')]
GCB18970308-V01-17-page25.txt: [('-', '')]
GCB18970308-V01-17-page27.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('indi-', 'indi'), ('-', '')]
GCB18970308-V01-17-page28.txt: [('-', ''), ('Publishing-', 'Publishing'), ('-', '')]
GCB18970308-V01-17-page30.txt: [('-', ''), ('recommend.-', 'recommend.'), ('-', ''), ('cu.-', 'cu.'), ('-', ''), ('-', '')]
GCB18970308-V01-17-page31.txt: [('-', ''), ('Sisley-', 'Sisley'), ('W-', 'W'), ('-', '')]
GCB18970308-V01-17-page32.txt: [('QUAR-', 'QUAR')]
GCB18970308-V01-17-page5.txt: [('--', '-'), ('-', ''), ('attending-', 'attending'), ('-to', 'to')]
GCB18970308-V01-17-page6.txt: [('-somebody', 'somebody'), ('-thing', 'thing')]
GCB18970308-V01-17-page7.txt: [('mod-', 'mod'), ('them-', 'them')]
GCB1897XXXX-V01-01-page11.txt: [('--', '-'), ('perse-', 'perse')]
GCB1897XXXX-V01-01-page12.txt: [('think-', 'think')]
GCB1897XXXX-V01-01-page13.txt: [('-Christ', 'Christ'), ('-of', 'of'), ('-the', 'the')]
GCB1897XXXX-V01-01-page15.txt: [('-', '')]
GCB1897XXXX-V01-01-page16.txt: [('-to', 'to'), ('-they', 'they'), ('--It', '-It'), ('Abra-', 'Abra')]
GCB1897XXXX-V01-01-page2.txt: [('-', ''), ('-', ''), ('al-', 'al'), ('-Committee.', 'Committee.')]
GCB1897XXXX-V01-01-page20.txt: [('-', ''), ('all-per-', 'all-per')]
GCB1897XXXX-V01-01-page22.txt: [('--', '-')]
GCB1897XXXX-V01-01-page23.txt: [('-', ''), ('-.', '.')]
GCB1897XXXX-V01-01-page24.txt: [('-I', 'I')]
GCB1897XXXX-V01-01-page25.txt: [('see.-', 'see.')]
GCB1897XXXX-V01-01-page28.txt: [('-', '')]
GCB1897XXXX-V01-01-page29.txt: [('-coming', 'coming'), ('BULLETIN-', 'BULLETIN')]
GCB1897XXXX-V01-01-page30.txt: [('chil-', 'chil')]
GCB1897XXXX-V01-01-page33.txt: [('pre-', 'pre'), ('-with', 'with'), ('-and', 'and')]
GCB1897XXXX-V01-01-page34.txt: [('-the', 'the'), ('-', '')]
GCB1897XXXX-V01-01-page35.txt: [('-them', 'them'), ('-him', 'him')]
GCB1897XXXX-V01-01-page36.txt: [('them-', 'them'), ('-selves.', 'selves.'), ('-of', 'of'), ('-should', 'should'), ('-therefore', 'therefore'), ('-understanding', 'understanding')]
GCB1897XXXX-V01-01-page37.txt: [('-', '')]
GCB1897XXXX-V01-01-page38.txt: [('gov-', 'gov'), ('-ernment.', 'ernment.'), ('-the', 'the')]
GCB1897XXXX-V01-01-page39.txt: [('-', ''), ('-', ''), ('-until', 'until')]
GCB1897XXXX-V01-01-page4.txt: [('uncon-', 'uncon'), ('some-', 'some'), ('cam-', 'cam'), ('min-', 'min'), ('ex-', 'ex')]
GCB1897XXXX-V01-01-page40.txt: [('apos-', 'apos')]
GCB1897XXXX-V01-01-page41.txt: [('-', ''), ('--', '-')]
GCB1897XXXX-V01-01-page43.txt: [('-', ''), ('-', '')]
GCB1897XXXX-V01-01-page45.txt: [('-', ''), ('-', ''), ('-any', 'any'), ('-them', 'them')]
GCB1897XXXX-V01-01-page47.txt: [('-carried', 'carried')]
GCB1897XXXX-V01-01-page50.txt: [('differ.-', 'differ.')]
GCB1897XXXX-V01-01-page51.txt: [('-government', 'government')]
GCB1897XXXX-V01-01-page53.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB1897XXXX-V01-01-page54.txt: [('-', ''), ('-there', 'there'), ('im-', 'im')]
GCB1897XXXX-V01-01-page55.txt: [('-will', 'will'), ('-nature', 'nature'), ('-', '')]
GCB1897XXXX-V01-01-page56.txt: [('-we', 'we'), ('-wants', 'wants'), ('-that', 'that'), ('-', '')]
GCB1897XXXX-V01-01-page57.txt: [('Loughborough-', 'Loughborough')]
GCB1897XXXX-V01-01-page58.txt: [('-been', 'been')]
GCB1897XXXX-V01-01-page59.txt: [('-', '')]
GCB1897XXXX-V01-01-page60.txt: [('MG-', 'MG')]
GCB1897XXXX-V01-01-page64.txt: [('-', ''), ('-', '')]
GCB1897XXXX-V01-01-page65.txt: [('-work', 'work'), ('-was', 'was')]
GCB1897XXXX-V01-01-page66.txt: [('-', ''), ('some-', 'some')]
GCB1897XXXX-V01-01-page67.txt: [('CON-', 'CON'), ('dol-', 'dol')]
GCB1897XXXX-V01-01-page68.txt: [('-', '')]
GCB1897XXXX-V01-01-page69.txt: [('CON-', 'CON')]
GCB1897XXXX-V01-01-page70.txt: [('-', ''), ('--', '-'), ('-', '')]
GCB1897XXXX-V01-01-page71.txt: [('-', '')]
GCB1897XXXX-V01-01-page9.txt: [('--', '-')]
GCB18990216-V08-01-page1.txt: [('-', ''), ('-', ''), ('Cali-', 'Cali'), ('GEN-', 'GEN'), ('Mis-', 'Mis'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('-', '')]
GCB18990216-V08-01-page2.txt: [('-I', 'I'), ('indispen-', 'indispen'), ('-to', 'to'), ('-God', 'God'), ('-residence', 'residence'), ('--', '-'), ('-bind', 'bind')]
GCB18990216-V08-01-page3.txt: [('-said', 'said'), ('morn-', 'morn'), ('MASSA-', 'MASSA'), ('-Lust', 'Lust'), ('sani-', 'sani')]
GCB18990216-V08-01-page4.txt: [('-', ''), ('be-', 'be'), ('--', '-')]
GCB18990216-V08-01-page5.txt: [('Sis-', 'Sis'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('cora-', 'cora'), ('-', ''), ('WEDNES-', 'WEDNES'), ('-', ''), ('Commit-', 'Commit'), ('Lough-', 'Lough'), ('-', ''), ('-', ''), ('Assent-', 'Assent'), ('breth--', 'breth-'), ('con-', 'con')]
GCB18990216-V08-01-page6.txt: [('ba-', 'ba'), ('-', ''), ('atten-', 'atten'), ('-', ''), ('differ-', 'differ'), ('organ-', 'organ'), ('suf-', 'suf'), ('re-', 're'), ('un-', 'un'), ('heart-', 'heart'), ('-', ''), ('-the', 'the')]
GCB18990216-V08-01-page7.txt: [('-', ''), ('--', '-'), ('-Lewis', 'Lewis'), ('-', ''), ('--', '-'), ('-', ''), ('-every', 'every'), ('delega-', 'delega'), ('--', '-'), ('--', '-'), ('General-', 'General'), ('-', ''), ('-took.', 'took.'), ('--', '-'), ('-o', 'o'), ('GEN-', 'GEN'), ('accom-', 'accom'), ('sal-', 'sal'), ('-Nation', 'Nation'), ('ex-', 'ex')]
GCB18990216-V08-01-page8.txt: [('-MIND', 'MIND'), ('-Because', 'Because'), ('PARLIA-', 'PARLIA'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('TREAS-', 'TREAS'), ('-Chicago', 'Chicago'), ('-', ''), ('asso-', 'asso'), ('-', ''), ('-', ''), ('ONE.-', 'ONE.'), ('Two.-', 'Two.'), ('THREE.-', 'THREE.'), ('Foos.-', 'Foos.'), ('FIVE.-', 'FIVE.'), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-MATHEWS', 'MATHEWS')]
GCB18990217-V08-02-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('District-', 'District')]
GCB18990217-V08-02-page10.txt: [('-fifty', 'fifty'), ('---an', '--an'), ('con-', 'con'), ('--a', '-a'), ('-', ''), ('confer-', 'confer'), ('-', ''), ('en-', 'en'), ('---a', '--a')]
GCB18990217-V08-02-page11.txt: [('struc-', 'struc'), ('nue-', 'nue'), ('-', ''), ('-', ''), ('WI-', 'WI'), ('organ-', 'organ'), ('-', ''), ('stu-', 'stu'), ('Dis-', 'Dis'), ('discov-', 'discov'), ('or-', 'or'), ('bi-', 'bi'), ('a-', 'a'), ('sup-', 'sup'), ('.-', '.'), ('-', ''), ('--a', '-a'), ('de-', 'de'), ('min-', 'min'), ('Chris-', 'Chris')]
GCB18990217-V08-02-page12.txt: [('-.-', '.-'), ('---', '--'), ('-atiomb', 'atiomb'), ('--I', '-I'), ("-'kW", "'kW"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('N.-', 'N.'), ('pc-', 'pc'), ('----', '---'), ('-tit', 'tit'), ('-', ''), ('-', ''), ('-', ''), ('-..', '..'), ('\'-..".-', '\'-..".'), ('-r----', 'r----'), ('-', ''), ('i-', 'i'), ('-', ''), ('....--', '....-'), ('..-', '..'), ('-.', '.'), ('-', ''), ('----n---', '---n---'), ('--ci..s', '-ci..s'), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('---', '--'), ('---', '--'), ('--------', '-------'), ('--k', '-k'), ('T-----', 'T----'), ('T"--', 'T"-'), ('-al', 'al'), ('----', '---'), ('---', '--'), ("-r'", "r'"), ('-------', '------'), ('-Z....', 'Z....'), ('C-', 'C'), ("-W'", "W'"), ('--se', '-se'), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'--", "'-"), ('--', '-'), ('---', '--'), ('-', ''), ('-rnt-I', 'rnt-I'), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('r-', 'r'), ('--', '-'), ('-', ''), ('----', '---'), ('-----', '----'), ('WIA-', 'WIA'), ('-', ''), ('-', ''), ('V-', 'V'), ('-', ''), ('----', '---'), ('-', ''), ('----', '---'), ('-...s', '...s'), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('----', '---'), ('-------', '------'), ('R-', 'R'), ('-', ''), ('-', ''), ('-----', '----'), ('-', ''), ('----', '---'), ('N-', 'N'), ('----', '---'), ('..-', '..'), ('I--', 'I-'), ('----', '---'), ('---', '--'), ('------', '-----'), ('-', ''), ('--', '-'), ('---', '--'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-XVIII', 'XVIII'), ('-.', '.'), ('-', ''), ('--', '-'), ('-it-', 'it-')]
GCB18990217-V08-02-page13.txt: [('-', ''), ('as-', 'as'), ('Virginia-', 'Virginia'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--slow', '-slow'), ('-One', 'One'), ('-Manitoba', 'Manitoba'), ('-under', 'under'), ('confer-', 'confer'), ('-', '')]
GCB18990217-V08-02-page14.txt: [('-', ''), ('-', ''), ('--', '-')]
GCB18990217-V08-02-page15.txt: [('-', ''), ('-WEST', 'WEST'), ('-.', '.'), ('-', ''), ('Mis-', 'Mis'), ('es-', 'es'), ('chit.-', 'chit.'), ('Afri-', 'Afri'), ('minis-', 'minis')]
GCB18990217-V08-02-page16.txt: [('in-', 'in'), ('trans-', 'trans'), ('-', '')]
GCB18990217-V08-02-page2.txt: [('-', ''), ('-', ''), ('-to', 'to'), ('this-', 'this'), ('Con-', 'Con'), ('--', '-'), ('co-', 'co'), ('pre-', 'pre')]
GCB18990217-V08-02-page3.txt: [('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('San-', 'San'), ('-', ''), ('-', ''), ('--to', '-to'), ('--at', '-at')]
GCB18990217-V08-02-page4.txt: [('-will', 'will'), ('recommenda.-', 'recommenda.'), ('Tes-', 'Tes'), ('-to', 'to'), ('conthey-', 'conthey')]
GCB18990217-V08-02-page5.txt: [('inch-', 'inch')]
GCB18990217-V08-02-page6.txt: [('--in', '-in'), ('-', ''), ('--who', '-who'), ('-', ''), ('-', ''), ('way-', 'way'), ('--a', '-a')]
GCB18990217-V08-02-page7.txt: [('pres-', 'pres'), ('Suet.-', 'Suet.'), ('ac-', 'ac'), ('col-', 'col'), ('pro-', 'pro'), ('-', ''), ('educe-', 'educe'), ('-', '')]
GCB18990217-V08-02-page8.txt: [('Publish-', 'Publish')]
GCB18990217-V08-02-page9.txt: [('-cities', 'cities'), ('--', '-'), ('-', ''), ('en-', 'en'), ('medi-', 'medi'), ('-from', 'from')]
GCB18990219-V08-03-page1.txt: [('-', ''), ('beto-', 'beto'), ('difler-', 'difler'), ('-', ''), ('--', '-'), ('----in', '---in'), ("'rep-", "'rep"), ('Bal-', 'Bal'), ('com-', 'com')]
GCB18990219-V08-03-page2.txt: [('-we', 'we'), ('---that', '--that'), ('--one', '-one'), ('debt-', 'debt'), ('-something', 'something'), ('-that', 'that'), ('harmo-', 'harmo')]
GCB18990219-V08-03-page3.txt: [('-would', 'would'), ('institu-', 'institu'), ('sim-', 'sim'), ('mem-', 'mem'), ('mem-', 'mem'), ('hun-', 'hun'), ('multi-', 'multi')]
GCB18990219-V08-03-page4.txt: [('me-', 'me'), ('tench-', 'tench'), ('way--', 'way-'), ('whet.-', 'whet.'), ('-', ''), ('sue-', 'sue'), ('other--', 'other-')]
GCB18990219-V08-03-page5.txt: [('-', ''), ('im-', 'im'), ('-', ''), ('necent-', 'necent'), ('-', ''), ('-SCHOOL', 'SCHOOL'), ('name-', 'name'), ('ex-', 'ex'), ('fol-', 'fol'), ('en-', 'en'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-more', 'more'), ('-having', 'having'), ('-', ''), ('esti-', 'esti'), ('-wary', 'wary'), ('Sab-', 'Sab'), ('be-', 'be'), ('-ntlil', 'ntlil'), ('-', ''), ('quar-', 'quar'), ('-', ''), ('sub-', 'sub'), ('-', ''), ('or-', 'or'), ('-', ''), ('--', '-'), ('al-', 'al'), ('-', ''), ('-', ''), ('Sab-', 'Sab'), ('-', ''), ('Eft-', 'Eft'), ('Carib-', 'Carib')]
GCB18990219-V08-03-page6.txt: [('-the', 'the'), ('--', '-'), ('-But', 'But'), ("-'prevents", "'prevents"), ('-Work', 'Work'), ('es-', 'es'), ('-', '')]
GCB18990219-V08-03-page7.txt: [('-of', 'of'), ('-promise', 'promise'), ('the--', 'the-'), ('-"', '"'), ('cen-', 'cen'), ('-have', 'have'), ('latter.-', 'latter.'), ('dis-', 'dis'), ('intelli-', 'intelli'), ('-been', 'been'), ('-word', 'word')]
GCB18990219-V08-03-page8.txt: [('-Underwood', 'Underwood'), ('--the', '-the'), ('--in', '-in'), ('church-', 'church'), ('Baby-', 'Baby'), ('-fault', 'fault'), ('the-', 'the'), ('mak-', 'mak'), ('Non-', 'Non'), ('-r-It', 'r-It'), ('-', ''), ('ex-', 'ex'), ('-him.', 'him.'), ('agen-', 'agen'), ('-lllayl', 'lllayl'), ('-page', 'page')]
GCB18990220-V08-04-page1.txt: [('strength."-', 'strength."'), ('great-', 'great'), ('-', ''), ('-', ''), ('de-', 'de'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-of', 'of'), ('-there', 'there'), ('-', '')]
GCB18990220-V08-04-page2.txt: [('day-', 'day'), ("-'-religion", "'-religion"), ('-the', 'the'), ('-way', 'way'), ('-established', 'established'), ('-elaborate', 'elaborate'), ('-have', 'have'), ('-be', 'be'), ('-by', 'by'), ('-supposed', 'supposed'), ('-doing', 'doing'), ('-is', 'is'), ('-right', 'right'), ('-simply', 'simply'), ('-course', 'course'), ('-and', 'and'), ('-perfectly.', 'perfectly.'), ('-almost', 'almost'), ('-took', 'took'), ('sufft-', 'sufft'), ('-', ''), ('Ines-', 'Ines'), ('-training', 'training')]
GCB18990220-V08-04-page3.txt: [('him--', 'him-'), ('bring-', 'bring'), ('endeavor-', 'endeavor'), ('-feel', 'feel'), ('-At', 'At'), ('-', ''), ('-to', 'to'), ('-THE', 'THE'), ('-tobe', 'tobe'), ('-', ''), ('one-', 'one'), ('the-', 'the'), ('-use', 'use'), ('princi-', 'princi')]
GCB18990220-V08-04-page4.txt: [('-schools', 'schools'), ('-', ''), ('-know', 'know'), ('my-', 'my'), ('-sec', 'sec'), ('-drinks', 'drinks'), ('-we', 'we'), ('-I', 'I'), ('in-', 'in'), ('-', ''), ('-', ''), ('-the', 'the'), ('-that', 'that'), ('per-', 'per')]
GCB18990220-V08-04-page5.txt: [('-them', 'them'), ('-', ''), ('publish-', 'publish'), ('pal--', 'pal-'), ('-', ''), ('-', ''), ('vitaliz-', 'vitaliz'), ('.--', '.-'), ('-No', 'No'), ('command-', 'command'), ('Re-', 'Re'), ('fore-', 'fore'), ('un-', 'un'), ('-', ''), ('-.A', '.A'), ("bg'-", "bg'"), ('-God', 'God'), ('-', ''), ('bat-', 'bat'), ('-', ''), ('some-', 'some'), ('-', ''), ('-', ''), ('--', '-'), ('I.-', 'I.'), ("devil's-", "devil's"), ('-', ''), ('-', ''), ('pro-', 'pro'), ('-by', 'by'), ('sus-', 'sus'), ('-whole.', 'whole.'), ('-the', 'the'), ('-See', 'See'), ('-upon', 'upon'), ('--the', '-the'), ('-', ''), ('en-', 'en')]
GCB18990220-V08-04-page6.txt: [('-Gideon', 'Gideon'), ('-', ''), ('-in', 'in'), ('cond.-', 'cond.'), ('-', ''), ('the-', 'the'), ('inany-', 'inany'), ('-is', 'is'), ('organiza-', 'organiza'), ('-', ''), ('-yet', 'yet'), ('-was', 'was'), ('-pray', 'pray'), ('-', ''), ('-the', 'the'), ('-truth', 'truth'), ('-that', 'that'), ('-we', 'we'), ('-thorough', 'thorough'), ('-are', 'are'), ('-but', 'but'), ('-f', 'f'), ('se-', 'se'), ('-Lord', 'Lord'), ('-foreman.', 'foreman.'), ('-condition', 'condition'), ('-in', 'in'), ('"Testi-', '"Testi'), ('-', ''), ('-', ''), ('weare-', 'weare'), ('-the', 'the'), ('of-', 'of'), ('of-', 'of'), ('-', ''), ('-carpenter', 'carpenter')]
GCB18990220-V08-04-page7.txt: [('Brun-', 'Brun'), ('-and', 'and'), ('-wobation', 'wobation'), ('-have', 'have'), ('-', ''), ('scar-', 'scar'), ('--and', '-and'), ('storage-', 'storage'), ('-', ''), ('--', '-'), ('--I', '-I'), ('pub-', 'pub'), ('-So', 'So'), ('--those', '-those'), ('--ftis', '-ftis'), ('-this', 'this'), ('-a', 'a'), ('-', ''), ('-rates', 'rates'), ('sup-', 'sup'), ('-', ''), ('-before.', 'before.'), ('-work', 'work'), ('-broom-corm', 'broom-corm'), ('-feed', 'feed'), ('-for', 'for'), ('de-', 'de'), ('pre-', 'pre'), ('-him', 'him'), ('fail-', 'fail'), ('-', ''), ('-unjust', 'unjust'), ('-', ''), ('-', ''), ('-', ''), ('-Sabbath', 'Sabbath'), ('-filthy', 'filthy'), ('w-', 'w'), ('-let', 'let'), ('-Three', 'Three'), ('-lives', 'lives'), ('-ministry.', 'ministry.'), ('-', ''), ('-and', 'and'), ('-all', 'all'), ('-coining', 'coining'), ('-change', 'change'), ('-Christ', 'Christ'), ('--Just', '-Just'), ('-there', 'there'), ('-a', 'a'), ('agrieul-', 'agrieul'), ('-', ''), ('-thus', 'thus'), ('-', ''), ('-Our', 'Our'), ('-We', 'We'), ('-change.', 'change.'), ('-glorious', 'glorious'), ('body-', 'body'), ('Be-', 'Be'), ('-', ''), ('-', ''), ('twinkling-', 'twinkling'), ('-', ''), ('-', ''), ('-of', 'of'), ('-', ''), ("-'man", "'man"), ('-of', 'of'), ('-"No', '"No'), ('-', ''), ('-', ''), ('-defilement', 'defilement'), ('-when', 'when'), ('-', ''), ('-of', 'of'), ('with-', 'with'), ('-', ''), ('contin-', 'contin'), ('-Another', 'Another'), ('-is', 'is'), ('-however', 'however')]
GCB18990220-V08-04-page8.txt: [('PARLIA-', 'PARLIA'), ('-', ''), ('-covers', 'covers'), ('-', ''), ('-', ''), ("-darkness'light", "darkness'light"), ('-', ''), ('-not', 'not'), ('-way', 'way'), ('-W-iok', 'W-iok'), ('-bring', 'bring'), ('testi-', 'testi'), ('lok-', 'lok'), ('full-', 'full'), ('en-', 'en'), ('-defilement', 'defilement'), ('-', ''), ('fortlibe-', 'fortlibe'), ('-', ''), ('there-', 'there'), ('-', ''), ('-and', 'and'), ('-while', 'while'), ('-have', 'have'), ('Ref-', 'Ref'), ('Martha-', 'Martha'), ('-up', 'up'), ('in-', 'in'), ('-', ''), ('-', ''), ('-begging', 'begging'), ('-this', 'this'), ('-shall', 'shall'), ('Is-', 'Is'), ('-have', 'have'), ('repro-', 'repro'), ('-', ''), ('-', ''), ('-and', 'and'), ('-not', 'not'), ('-which', 'which'), ('Prices.-', 'Prices.'), ('page-', 'page'), ('col-', 'col'), ('-', ''), ('-', ''), ('-', '')]
GCB18990221-V08-05-page1.txt: [('-', ''), ('-Jan.', 'Jan.'), ('-it', 'it'), ('this.morn-', 'this.morn'), ('CO-', 'CO'), ('-', ''), ('tent-', 'tent'), ('--Sticking', '-Sticking'), ('HOMO-', 'HOMO')]
GCB18990221-V08-05-page2.txt: [('"co-', '"co'), ('pen-', 'pen'), ('--it', '-it'), ('-put', 'put'), ('judg-', 'judg'), ('--a', '-a'), ('-', ''), ('-the', 'the'), ('-', ''), ('--"', '-"'), ('-without', 'without'), ('-f', 'f'), ('--', '-'), ('men-', 'men'), ('-Spirit', 'Spirit')]
GCB18990221-V08-05-page3.txt: [('Fri-', 'Fri'), ('person-', 'person'), ('-of', 'of'), ('com-', 'com'), ('dis-', 'dis'), ('-which', 'which'), ('-of', 'of')]
GCB18990221-V08-05-page4.txt: [('-', ''), ('vacci-', 'vacci'), ('con-', 'con'), ('some-', 'some'), ('sub-', 'sub'), ('-horse.', 'horse.'), ('rattle-', 'rattle')]
GCB18990221-V08-05-page5.txt: [('--Why', '-Why'), ('obe-', 'obe'), ('-me', 'me'), ('dinner-', 'dinner'), ('proper-', 'proper'), ('---', '--'), ('med-', 'med'), ("-men's", "men's")]
GCB18990221-V08-05-page6.txt: [('REVELA-', 'REVELA'), ('Prophecies-', 'Prophecies'), ("---studying'", "--studying'"), ('--What', '-What'), ('-they', 'they'), ('na-', 'na'), ('-Culls', 'Culls'), ('-Persia', 'Persia'), ('-minute', 'minute'), ('de-', 'de'), ('-and', 'and'), ('-', ''), ('-', ''), ('-the', 'the'), ('-read', 'read'), ('-is', 'is')]
GCB18990221-V08-05-page7.txt: [('Testi-', 'Testi'), ('our-', 'our'), ('noth-', 'noth'), ('Re-', 'Re'), ('associa-', 'associa'), ('INTERNA-', 'INTERNA'), ('-and', 'and'), ('chit-', 'chit'), ('sum-', 'sum'), ('En-', 'En')]
GCB18990221-V08-05-page8.txt: [('noth-', 'noth'), ('them-', 'them'), ('relig-', 'relig'), ('-', ''), ('Northwest-', 'Northwest'), ('----about', '---about'), ('church-', 'church'), ('hy-', 'hy'), ('-', ''), ("con'-", "con'"), ('pos-', 'pos'), ('-say', 'say'), ('fail-', 'fail'), ('advane-', 'advane'), ('COL-', 'COL'), ('-of', 'of'), ('-', ''), ('--', '-'), ('readi-', 'readi')]
GCB18990222-V08-06-page1.txt: [('See-', 'See'), ('dEoxneece-', 'dEoxneece'), ('INIS-', 'INIS'), ('-', ''), ('-', ''), ('so-', 'so'), ('Score-', 'Score'), ('Ad-', 'Ad'), ('-', ''), ('re-', 're'), ('Constitn-', 'Constitn'), ('offer-', 'offer'), ('-', ''), ('--withspecialenvelopes', '-withspecialenvelopes'), ('confer-', 'confer'), ('envel-', 'envel'), ('--', '-'), ('-Whereas', 'Whereas'), ('testi-', 'testi'), ('Den-', 'Den'), ('Re-', 'Re'), ('-', ''), ('-lint', 'lint'), ('acrd-', 'acrd'), ('Gen-', 'Gen'), ('en-', 'en')]
GCB18990222-V08-06-page2.txt: [('--', '-'), ('--', '-'), ('-', ''), ('ex-', 'ex')]
GCB18990222-V08-06-page3.txt: [('peo-', 'peo'), ('tent-meet-', 'tent-meet'), ('sub-', 'sub'), ('-', ''), ('will-', 'will')]
GCB18990222-V08-06-page4.txt: [('be-', 'be'), ('re-', 're'), ('--', '-'), ('---perhaps', '--perhaps'), ('--perhaps', '-perhaps'), ('despond-', 'despond'), ('cor-', 'cor')]
GCB18990222-V08-06-page5.txt: [('da-', 'da'), ('---As', '--As'), ('coun-', 'coun'), ('--It', '-It'), ('-an', 'an'), ('do-', 'do'), ('broth-', 'broth'), ('Mato-', 'Mato'), ('roe-', 'roe')]
GCB18990222-V08-06-page6.txt: [('cities--', 'cities-'), ('-Blgaria.', 'Blgaria.'), ('-', ''), ('-', '')]
GCB18990222-V08-06-page7.txt: [('King-', 'King'), ('-A', 'A'), ('Proclamation-', 'Proclamation'), ('-the', 'the'), ('-', ''), ('pre-', 'pre'), ('-', ''), ('-canvassing', 'canvassing'), ('Advent-', 'Advent'), ('religion-', 'religion'), ('re-', 're'), ('there-', 'there'), ('or-', 'or'), ('be-', 'be')]
GCB18990222-V08-06-page8.txt: [('eon-', 'eon'), ('-Dalt', 'Dalt'), ('heaven.-', 'heaven.'), ('king-', 'king'), ('Babylon-', 'Babylon'), ('-The', 'The'), ('---The', '--The'), ('beauti-', 'beauti'), ('nn-', 'nn')]
GCB18990223-V08-07-page1.txt: [('-', ''), ('-', ''), ('---to', '--to'), ('--', '-'), ('--No', '-No'), ('nos-', 'nos'), ('--Thirteenth', '-Thirteenth'), ('-', ''), ('Sev-', 'Sev'), ('o--', 'o-'), ('-vas', 'vas')]
GCB18990223-V08-07-page10.txt: [('inlandtrav-', 'inlandtrav'), ('Swe-', 'Swe'), ('aggres-', 'aggres'), ('Nor-', 'Nor'), ('-brother', 'brother')]
GCB18990223-V08-07-page11.txt: [('--Themselves.', '-Themselves.'), ('respon-', 'respon'), ('---they', '--they'), ('-the', 'the')]
GCB18990223-V08-07-page12.txt: [('thorough-', 'thorough'), ('-it', 'it'), ('general-', 'general'), ('an-', 'an'), ('your-', 'your')]
GCB18990223-V08-07-page13.txt: [('-aim.', 'aim.'), ('--coming', '-coming'), ('con-', 'con'), ('Baby-', 'Baby'), ('in-', 'in'), ('condi-', 'condi')]
GCB18990223-V08-07-page14.txt: [('-try', 'try'), ('iden-', 'iden'), ('con-', 'con')]
GCB18990223-V08-07-page15.txt: [('Eng-', 'Eng'), ('-', ''), ('them--', 'them-'), ('say-', 'say'), ('pro-', 'pro'), ('.-', '.'), ('-the', 'the'), ('--that', '-that'), ('-at', 'at'), ('-before', 'before'), ('-not', 'not'), ('totem-', 'totem'), ('-it', 'it'), ('-this', 'this'), ('---"Well', '--"Well'), ('-his', 'his')]
GCB18990223-V08-07-page16.txt: [('-OF', 'OF'), ('-', ''), ('--Ile', '-Ile'), ('--breathed', '-breathed'), ('--if', '-if'), ('--simply', '-simply'), ('full-', 'full'), ('fol-', 'fol'), ('PARLIA-', 'PARLIA'), ('-page', 'page'), ('book-', 'book'), ('par-', 'par'), ('com-', 'com'), ('-v..', 'v..')]
GCB18990223-V08-07-page2.txt: [('-have', 'have'), ('-', ''), ('--Ile', '-Ile'), ('-yet', 'yet'), ('recog-', 'recog'), ('--', '-'), ('underly-', 'underly')]
GCB18990223-V08-07-page3.txt: [('be-', 'be'), ('-But', 'But'), ('-is', 'is'), ('-what', 'what'), ('--The', '-The'), ('--The', '-The'), ('Satan.-', 'Satan.'), ('-there', 'there'), ('Sab-', 'Sab'), ('Sab-', 'Sab'), ('-', ''), ('--lie', '-lie'), ('-the', 'the')]
GCB18990223-V08-07-page4.txt: [('-', ''), ('Aus-', 'Aus'), ('-have', 'have'), ('-appropriations', 'appropriations'), ('ap-', 'ap')]
GCB18990223-V08-07-page5.txt: [('-', ''), ('--say', '-say'), ('in-', 'in'), ('ac-', 'ac'), ('-', ''), ('insuffi-', 'insuffi')]
GCB18990223-V08-07-page6.txt: [('-not', 'not'), ('--directly', '-directly'), ('what-', 'what'), ('-more', 'more'), ('or-', 'or')]
GCB18990223-V08-07-page7.txt: [('-has', 'has'), ('pre-', 'pre'), ('-', ''), ('-gene', 'gene'), ('-hate', 'hate'), ('-', ''), ('-Lord', 'Lord')]
GCB18990223-V08-07-page8.txt: [('Ro-', 'Ro'), ('ENTER-', 'ENTER'), ('-York', 'York'), ('COM-', 'COM'), ('De-', 'De'), ('-', ''), ('en-', 'en'), ('-', ''), ('de-', 'de')]
GCB18990223-V08-07-page9.txt: [('hand-', 'hand'), ('multi-', 'multi'), ('semi-', 'semi'), ('-of', 'of'), ('-importance', 'importance')]
GCB18990224-V08-08-page1.txt: [('-', ''), ('-', ''), ('--not', '-not'), ('sunshine-', 'sunshine'), ('phys-', 'phys'), ('---', '--'), ('stip-', 'stip')]
GCB18990224-V08-08-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('--just', '-just'), ('--', '-'), ('-.', '.')]
GCB18990224-V08-08-page3.txt: [('pas-', 'pas'), ('prin-', 'prin'), ('Com-', 'Com'), ('dis-', 'dis'), ('breth-', 'breth'), ('--', '-'), ('principles-', 'principles'), ('short-', 'short'), ('Gen-', 'Gen'), ('-', ''), ('in-', 'in'), ('Hoopes-', 'Hoopes')]
GCB18990224-V08-08-page4.txt: [('be-', 'be'), ('eke-', 'eke'), ('con-', 'con'), ('-Heavenly', 'Heavenly'), ('breth-', 'breth'), ('-', ''), ('neces-', 'neces')]
GCB18990224-V08-08-page5.txt: [('pow-', 'pow'), ('-nine', 'nine'), ('after-', 'after'), ('Darkness-', 'Darkness'), ('-The', 'The'), ('-', ''), ('per-', 'per'), ('under-', 'under')]
GCB18990224-V08-08-page6.txt: [('distrib-', 'distrib'), ('"-', '"'), ('Estho-', 'Estho'), ('-', '')]
GCB18990224-V08-08-page7.txt: [('-', ''), ('--', '-'), ('les-', 'les'), ('indi-', 'indi'), ('It-', 'It'), ('-Righteousness', 'Righteousness'), ('"--', '"-'), ('be-', 'be'), ('transforma-', 'transforma')]
GCB18990224-V08-08-page8.txt: [('-', ''), ('say-', 'say'), ('--Life.', '-Life.'), ('-to', 'to'), ('---By', '--By'), ('-upon', 'upon'), ('him-', 'him'), ('bring-', 'bring'), ('--', '-')]
GCB18990226-V08-09-page1.txt: [('-', ''), ('-', ''), ('see-', 'see'), ('pos-', 'pos')]
GCB18990226-V08-09-page2.txt: [('justify-', 'justify'), ('---to', '--to'), ('in-', 'in'), ('oth-', 'oth'), ('mes-', 'mes'), ('-has', 'has'), ('-Hoopes', 'Hoopes'), ('trust-', 'trust'), ('ac-', 'ac'), ('meet-', 'meet'), ('great-', 'great'), ('-and', 'and'), ('---well', '--well')]
GCB18990226-V08-09-page3.txt: [('per-', 'per'), ('com-', 'com'), ('-', ''), ('pre-', 'pre'), ('eon-', 'eon'), ('-', ''), ('neees-', 'neees'), ('com-', 'com'), ('Wind-', 'Wind'), ('-has', 'has'), ('-', '')]
GCB18990226-V08-09-page4.txt: [('-we', 'we'), ('-United', 'United'), ('--', '-'), ('-of', 'of'), ('-prisoner', 'prisoner'), ('--just', '-just'), ('-we', 'we'), ('-', ''), ('work-', 'work')]
GCB18990226-V08-09-page5.txt: [('--all', '-all'), ('a.-', 'a.'), ('difficulty-', 'difficulty'), ('--how', '-how'), ('be-', 'be'), ('hint-', 'hint'), ('-was', 'was'), ('recommenda-', 'recommenda')]
GCB18990226-V08-09-page6.txt: [('-', ''), ('--but', '-but'), ('or-', 'or'), ('-up', 'up'), ('individ-', 'individ'), ('-Li', 'Li'), ('groweth.-', 'groweth.'), ('doI--', 'doI-'), ('-It', 'It'), ('-', ''), ('-By', 'By'), ('In-', 'In'), ('Christ-', 'Christ'), ('tem-', 'tem'), ('--His', '-His'), ('-', ''), ('-', ''), ('-worshiping', 'worshiping'), ('trou-', 'trou'), ('--just', '-just')]
GCB18990226-V08-09-page7.txt: [('busi-', 'busi'), ('pro-', 'pro'), ('ad-', 'ad'), ('-Is', 'Is'), ('confer-', 'confer'), ('--Why', '-Why'), ('-lis', 'lis')]
GCB18990226-V08-09-page8.txt: [('ter-', 'ter'), ('-mind', 'mind'), ('con-', 'con'), ('there-', 'there'), ('be-', 'be'), ('en-', 'en'), ('wil-', 'wil'), ('Organ-', 'Organ'), ('under-', 'under'), ('re-', 're')]
GCB18990227-V08-10-page1.txt: [('devel-', 'devel'), ('profit-', 'profit'), ('Sama-', 'Sama'), ("-'", "'")]
GCB18990227-V08-10-page2.txt: [('die-', 'die'), ('-God', 'God'), ('-Le', 'Le'), ('-would', 'would'), ('-', ''), ('dis-', 'dis'), ('-', ''), ('et-', 'et'), ('--', '-'), ('check-', 'check'), ('-cad', 'cad'), ('-', ''), ('im-', 'im')]
GCB18990227-V08-10-page3.txt: [('edi-', 'edi'), ('to-', 'to'), ('be-', 'be'), ('-are', 'are'), ('last-', 'last'), ('t-----', 't----'), ('--"\'', '-"\''), ('Breth-', 'Breth'), ('fa-', 'fa'), ('person-', 'person'), ('ino---', 'ino--'), ('un-', 'un'), ('-been', 'been'), ('-before', 'before'), ('bretlx-', 'bretlx'), ('--', '-'), ('obey-', 'obey')]
GCB18990227-V08-10-page4.txt: [('win-', 'win'), ('evi-', 'evi'), ('organ-', 'organ')]
GCB18990227-V08-10-page5.txt: [('some-', 'some'), ('---some', '--some'), ('--', '-'), ('to-', 'to'), ('heaven--', 'heaven-'), ('--No.', '-No.')]
GCB18990227-V08-10-page6.txt: [('re-', 're'), ('-Owned.', 'Owned.'), ('ap-', 'ap'), ('ex-', 'ex'), ('-conference.', 'conference.'), ('--by', '-by'), ('ob-', 'ob'), ('be-', 'be'), ('breth-', 'breth')]
GCB18990227-V08-10-page7.txt: [('con-', 'con'), ('re-', 're'), ('con-', 'con'), ('That-', 'That'), ('with-', 'with'), ('-Daniel', 'Daniel'), ('Per-', 'Per'), ('govern-', 'govern')]
GCB18990227-V08-10-page8.txt: [('Bal-', 'Bal'), ('-barnyard.', 'barnyard.'), ('-', ''), ('-', ''), ('-the', 'the'), ('-in', 'in'), ('thevie-', 'thevie'), ("holy'-", "holy'")]
GCB18990228-V08-11-page1.txt: [('-', ''), ('develop-', 'develop'), ('"-', '"')]
GCB18990228-V08-11-page10.txt: [('train-', 'train'), ('stu-', 'stu'), ('-', ''), ('--not', '-not'), ('-', ''), ('-', '')]
GCB18990228-V08-11-page11.txt: [('deuom-', 'deuom'), ('Bible-', 'Bible'), ('au-', 'au'), ('-', ''), ('Sec-', 'Sec'), ('confer-', 'confer'), ('en-', 'en'), ('soy-', 'soy'), ('---more', '--more')]
GCB18990228-V08-11-page12.txt: [('our-', 'our'), ('insti-', 'insti'), ('en-', 'en'), ('Col-', 'Col')]
GCB18990228-V08-11-page13.txt: [('-', ''), ('recitation-', 'recitation'), ('No-', 'No'), ('-the', 'the'), ('-the', 'the'), ('low.-', 'low.'), ('could-', 'could'), ('-', ''), ('be-', 'be'), ('--', '-'), ('estab-', 'estab'), ("'Con-", "'Con")]
GCB18990228-V08-11-page14.txt: [('-', ''), ('---that', '--that'), ('--I', '-I'), ('---the', '--the')]
GCB18990228-V08-11-page15.txt: [('-Alexander', 'Alexander'), ('---The', '--The'), ('--', '-'), ('-', ''), ('--The', '-The'), ('-the', 'the')]
GCB18990228-V08-11-page16.txt: [('--', '-'), ('restora-', 'restora'), ('show-', 'show'), ('-by', 'by'), ('Pub-', 'Pub')]
GCB18990228-V08-11-page2.txt: [('argu-', 'argu'), ('Ares-', 'Ares'), ('-', ''), ('-Kellogg', 'Kellogg'), ('ques-', 'ques'), ('-others', 'others'), ('num-', 'num'), ('Gen-', 'Gen'), ('-', '')]
GCB18990228-V08-11-page3.txt: [('sessions-', 'sessions'), ('confer-', 'confer'), ('Con-', 'Con'), ('-Collection', 'Collection')]
GCB18990228-V08-11-page4.txt: [('matter-', 'matter')]
GCB18990228-V08-11-page5.txt: [('mission-', 'mission'), ('of-', 'of'), ('be-', 'be'), ('hap-', 'hap'), ('un-', 'un'), ('broth-', 'broth')]
GCB18990228-V08-11-page6.txt: [('----From', '---From'), ('---For', '--For'), ('--we', '-we'), ('-United', 'United'), ('---that', '--that'), ('-O', 'O'), ('-', '')]
GCB18990228-V08-11-page7.txt: [('Cab-', 'Cab')]
GCB18990228-V08-11-page8.txt: [('--the', '-the'), ('ae-', 'ae'), ('sus-', 'sus'), ('---what', '--what'), ('-Haskell', 'Haskell'), ('mg-', 'mg'), ('orphan-', 'orphan'), ('--o', '-o'), ('be-', 'be'), ('ad-', 'ad'), ('-', ''), ('--to', '-to')]
GCB18990228-V08-11-page9.txt: [('confer-', 'confer'), ('for-', 'for'), ('churcb.-', 'churcb.'), ('-', ''), ('Testi-', 'Testi'), ('-older', 'older')]
GCB18990301-V08-12-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('man-', 'man'), ('del-', 'del'), ('es-', 'es'), ('indul-', 'indul')]
GCB18990301-V08-12-page2.txt: [('hu-', 'hu'), ('minis-', 'minis'), ('-', ''), ('denomina-', 'denomina'), ('Plans--', 'Plans-'), ('-land', 'land')]
GCB18990301-V08-12-page3.txt: [('com-', 'com'), ('-to', 'to'), ('neftehb-', 'neftehb'), ('con-', 'con'), ('-hardly', 'hardly'), ('-think', 'think'), ('Arrange-', 'Arrange')]
GCB18990301-V08-12-page4.txt: [('some-', 'some'), ('--not', '-not'), ('em-', 'em'), ('ad-', 'ad'), ('un-', 'un'), ('re-', 're')]
GCB18990301-V08-12-page5.txt: [('-a', 'a'), ('-', ''), ('consump-', 'consump'), ('--it', '-it'), ('bodies--', 'bodies-'), ('-', ''), ('you-', 'you'), ('-', ''), ('Sanaa-', 'Sanaa'), ('-rho', 'rho'), ('-that', 'that'), ('-It', 'It'), ('-beam', 'beam'), ('-', '')]
GCB18990301-V08-12-page6.txt: [('-why', 'why'), ('wonder-', 'wonder'), ('applied--', 'applied-'), ('--that', '-that'), ('of-', 'of'), ('some-', 'some'), ('unprofes-', 'unprofes')]
GCB18990301-V08-12-page7.txt: [('be-', 'be'), ('repre-', 'repre'), ('--to', '-to'), ('sim-', 'sim'), ('-we', 'we'), ('re-', 're'), ('Ad-', 'Ad'), ('-', ''), ('-water', 'water'), ('di-', 'di')]
GCB18990301-V08-12-page8.txt: [('-that', 'that'), ('-work', 'work'), ('-on', 'on'), ('---to', '--to'), ('-comes', 'comes'), ('sanitari-', 'sanitari'), ('-Opposed', 'Opposed'), ('sani-', 'sani')]
GCB18990302-V08-13-page1.txt: [('refer-', 'refer'), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('impor-', 'impor')]
GCB18990302-V08-13-page10.txt: [('re-', 're'), ('--the', '-the'), ('-of', 'of'), ('presenting-', 'presenting')]
GCB18990302-V08-13-page11.txt: [('assur-', 'assur'), ('selfish-', 'selfish'), ('con-', 'con'), ('every-', 'every'), ('strengthen-', 'strengthen'), ('ob-', 'ob'), ('denomina-', 'denomina'), ('Si-', 'Si'), ('mag-', 'mag'), ('em-', 'em')]
GCB18990302-V08-13-page12.txt: [('shnita-', 'shnita'), ('nomi-', 'nomi'), ('English-', 'English'), ('Testi-', 'Testi'), ('al-', 'al'), ('sanita-', 'sanita'), ('hand-', 'hand'), ('be-', 'be'), ('--an', '-an'), ('some-', 'some'), ('count-', 'count'), ('ora-', 'ora'), ('correspond-', 'correspond'), ('be-', 'be'), ('con-', 'con'), ('Say-', 'Say'), ('-Eliza', 'Eliza')]
GCB18990302-V08-13-page13.txt: [('are-', 'are'), ('repre-', 'repre'), ('Tak-', 'Tak')]
GCB18990302-V08-13-page14.txt: [('----', '---'), ('---solid', '--solid'), ('be-', 'be')]
GCB18990302-V08-13-page15.txt: [('-', ''), ('al-', 'al'), ('aceumu-', 'aceumu'), ('car-', 'car'), ('be-', 'be'), ('work-', 'work')]
GCB18990302-V08-13-page16.txt: [('-', ''), ('-', ''), ('-was', 'was'), ('-stand', 'stand')]
GCB18990302-V08-13-page2.txt: [('--Through', '-Through'), ('-', ''), ('other-', 'other'), ('-send', 'send'), ('-gospel', 'gospel'), ('re-', 're'), ('thesub-', 'thesub')]
GCB18990302-V08-13-page3.txt: [('pub-', 'pub'), ('peo-', 'peo'), ('-Hughes', 'Hughes'), ('let-', 'let'), ('--and', '-and'), ('iffus-', 'iffus'), ('quarter-centen-', 'quarter-centen'), ('peo-', 'peo'), ('contain-', 'contain'), ('confer-', 'confer'), ('pro-', 'pro')]
GCB18990302-V08-13-page4.txt: [('-field.', 'field.'), ('--"It', '-"It'), ('po-', 'po'), ('ad-', 'ad'), ('Ar-', 'Ar')]
GCB18990302-V08-13-page5.txt: [('every-', 'every'), ('-', ''), ('-and', 'and'), ('-', ''), ('wonder-', 'wonder')]
GCB18990302-V08-13-page6.txt: [('state-', 'state'), ('subserip-', 'subserip'), ('-', ''), ('can-', 'can'), ('amnia-', 'amnia'), ('adver-', 'adver'), ('-such', 'such')]
GCB18990302-V08-13-page7.txt: [('eat-', 'eat'), ('dol-', 'dol'), ('--and', '-and'), ('breth-', 'breth'), ('con-', 'con'), ('-', ''), ('th-', 'th'), ('-', '')]
GCB18990302-V08-13-page8.txt: [('Camp-', 'Camp'), ('WEDNES-', 'WEDNES'), ('pre-', 'pre'), ('ex-', 'ex'), ('awak-', 'awak'), ('re-', 're'), ('self-', 'self'), ('educa-', 'educa')]
GCB18990302-V08-13-page9.txt: [('in-', 'in'), ("'sanita-", "'sanita"), ('MIS-', 'MIS')]
GCB18990303-V08-14-page1.txt: [('-', ''), ('--at', '-at'), ('-', ''), ('po-', 'po'), ('WEDNES-', 'WEDNES'), ('-who', 'who'), ('recom-', 'recom')]
GCB18990303-V08-14-page2.txt: [('-H.', 'H.'), ('--that', '-that'), ('set-', 'set'), ('eiroula-', 'eiroula'), ('Truth-', 'Truth'), ('coals-', 'coals')]
GCB18990303-V08-14-page3.txt: [('nee-', 'nee'), ('By-', 'By'), ('Commit-', 'Commit'), ('bur-', 'bur'), ('periodical-', 'periodical'), ('THURS-', 'THURS'), ('har-', 'har'), ('secrete-', 'secrete'), ('re-', 're'), ('be-', 'be'), ('pleas-', 'pleas'), ('neighboring-', 'neighboring'), ('see-', 'see'), ('educa-', 'educa'), ('establish-', 'establish'), ('peo-', 'peo'), ('mated-', 'mated'), ('con-', 'con')]
GCB18990303-V08-14-page4.txt: [('ob-', 'ob'), ('num-', 'num'), ('hal-', 'hal'), ('-never', 'never'), ('-delegates-whom', 'delegates-whom'), ('-the', 'the'), ('confer-', 'confer')]
GCB18990303-V08-14-page5.txt: [('--A.', '-A.'), ('ex-', 'ex'), ('cow.-', 'cow.')]
GCB18990303-V08-14-page6.txt: [('-', ''), ('-', ''), ('friend-', 'friend'), ('as-', 'as'), ('im-', 'im'), ('Uruguay-', 'Uruguay'), ('becomingac-', 'becomingac'), ('peo-', 'peo')]
GCB18990303-V08-14-page7.txt: [('hos-', 'hos'), ('Month-', 'Month'), ('--fruits', '-fruits'), ('beef-', 'beef')]
GCB18990303-V08-14-page8.txt: [('-which', 'which'), ('--sound', '-sound'), ('as.-', 'as.')]
GCB18990305-V08-15-page1.txt: [('In-', 'In'), ('-', ''), ('pro-', 'pro'), ('-', ''), ('With-', 'With'), ('BUL-', 'BUL'), ('-of', 'of'), ('the-peo-', 'the-peo')]
GCB18990305-V08-15-page2.txt: [('o---', 'o--')]
GCB18990305-V08-15-page3.txt: [('secre-', 'secre'), ('-SLIeneailcsututed', 'SLIeneailcsututed'), ('amend-', 'amend'), ('pro-', 'pro')]
GCB18990305-V08-15-page4.txt: [('-in', 'in'), ('-', ''), ('denomina-', 'denomina'), ('inter-', 'inter'), ('other-', 'other'), ('-', ''), ('-when', 'when'), ('resolu-', 'resolu'), ('thecon-', 'thecon')]
GCB18990305-V08-15-page5.txt: [('American-', 'American'), ('--o', '-o'), ('be-', 'be'), ('peo-', 'peo'), ('Inter-', 'Inter'), ('Ito-', 'Ito'), ('Lib-', 'Lib'), ('Prot-', 'Prot')]
GCB18990305-V08-15-page6.txt: [('inter-', 'inter'), ('pub-', 'pub'), ('access-', 'access'), ('rec-', 'rec')]
GCB18990305-V08-15-page7.txt: [('-it.', 'it.'), ('-must', 'must'), ('-the', 'the'), ('-can', 'can'), ('pa-', 'pa'), ('per-', 'per'), ('-here', 'here'), ('Sen-', 'Sen'), ('-importance', 'importance'), ('--a', '-a'), ('-to', 'to'), ('edi-', 'edi'), ('in-', 'in'), ('it.-', 'it.'), ('--Peanut', '-Peanut')]
GCB18990305-V08-15-page8.txt: [('AI-', 'AI'), ('-flextrin', 'flextrin'), ('--', '-'), ('-tn', 'tn'), ('-buta', 'buta'), ('-very', 'very'), ('-send-', 'send-'), ('-dextrin', 'dextrin'), ('-ofany.other', 'ofany.other'), ('-that', 'that'), ('-Passes.', 'Passes.'), ('levu--', 'levu-'), ('-cereals', 'cereals'), ('-', ''), ('-', ''), ('-', ''), ('-to', 'to'), ('bet-', 'bet'), ('-', ''), ('areboil--', 'areboil-'), ('imag-', 'imag'), ('-', ''), ('is-', 'is'), ('-', ''), ('dextrin-', 'dextrin'), ('dextrin-', 'dextrin'), ('-their', 'their'), ('-believes', 'believes'), ('our-', 'our'), ('-be', 'be'), ('-.-there', '.-there'), ('ex-', 'ex'), ('-', ''), ('-inconperiments.', 'inconperiments.'), ('-Persons', 'Persons'), ('-roasted', 'roasted'), ('-', ''), ("died'-", "died'"), ('-nuts.', 'nuts.'), ('-', ''), ('-coming', 'coming'), ('-foods', 'foods'), ('-satisfies', 'satisfies'), ('-the', 'the'), ('ad-', 'ad'), ('-consider', 'consider'), ('-granose', 'granose'), ('etc.-', 'etc.'), ('-much', 'much'), ('distinct-', 'distinct'), ('-deep-blue', 'deep-blue'), ('dilli-', 'dilli'), ('-"cereal', '"cereal'), ('-foods', 'foods'), ('-.', '.'), ('-I', 'I'), ('-the', 'the'), ('-', ''), ('-the', 'the'), ('-or', 'or'), ('-', ''), ('-the', 'the'), ('--converting', '-converting'), ('-and', 'and'), ('-they', 'they'), ('-browned', 'browned'), ('but-', 'but'), ('-recommend', 'recommend'), ('-coarse', 'coarse'), ('-', ''), ('-coffee-mill', 'coffee-mill'), ('-which', 'which')]
GCB18990306-V08-16-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('pre-', 'pre'), ('LIB-', 'LIB'), ('ac-', 'ac'), ('arrange-', 'arrange'), ('In-', 'In')]
GCB18990306-V08-16-page2.txt: [('numeri-', 'numeri'), ('-way', 'way'), ('re-', 're'), ('--the', '-the'), ('dele-', 'dele'), ('con-', 'con'), ('Chris-', 'Chris'), ('peo-', 'peo')]
GCB18990306-V08-16-page3.txt: [('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('Sabbath-', 'Sabbath'), ('respec-', 'respec'), ('concern-', 'concern'), ('con-', 'con')]
GCB18990306-V08-16-page4.txt: [('gen-', 'gen'), ('-', '')]
GCB18990306-V08-16-page5.txt: [('inspira-', 'inspira'), ('-', ''), ('ele-', 'ele'), ('ele-', 'ele'), ('heav-', 'heav'), ('in-', 'in'), ('EDU-', 'EDU'), ('in-', 'in')]
GCB18990306-V08-16-page6.txt: [('temp-', 'temp'), ('-', ''), ('-', '')]
GCB18990306-V08-16-page7.txt: [('-', ''), ('stu-', 'stu'), ('be--', 'be-'), ('-of', 'of'), ('-', ''), ('ques-', 'ques'), ('display-', 'display'), ('fami-', 'fami'), ('Chil-', 'Chil')]
GCB18990306-V08-16-page8.txt: [('-', ''), ('of-', 'of'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB18990307-V08-17-page1.txt: [('-', ''), ('-', ''), ('work-', 'work'), ('-', ''), ('-The', 'The'), ('ad-', 'ad')]
GCB18990307-V08-17-page10.txt: [('-', '')]
GCB18990307-V08-17-page11.txt: [('condi-', 'condi'), ('ASSO-', 'ASSO'), ('ask-', 'ask'), ('through-', 'through'), ('in-', 'in'), ('of-', 'of'), ('---o', '--o'), ('fol-', 'fol'), ('some-', 'some')]
GCB18990307-V08-17-page12.txt: [('-Average', 'Average'), ('in-', 'in'), ('-"every', '"every'), ('-', '')]
GCB18990307-V08-17-page13.txt: [('to-', 'to'), ('repre-', 'repre'), ('con-', 'con')]
GCB18990307-V08-17-page14.txt: [('applica-', 'applica'), ('lib-', 'lib'), ('-United', 'United'), ('lib-', 'lib'), ('Phtihot-', 'Phtihot'), ('foun-', 'foun'), ('---a', '--a')]
GCB18990307-V08-17-page15.txt: [('difficul-', 'difficul'), ('indi-', 'indi'), ('individ-', 'individ'), ('some-', 'some'), ('sin-', 'sin')]
GCB18990307-V08-17-page16.txt: [('-', ''), ('long-', 'long'), ('empty-', 'empty'), ('-way', 'way'), ('--ie..', '-ie..')]
GCB18990307-V08-17-page2.txt: [('pur-', 'pur'), ('as-', 'as')]
GCB18990307-V08-17-page3.txt: [('Con-', 'Con'), ('liter-', 'liter'), ('lit-', 'lit'), ('associa-', 'associa'), ('--either', '-either')]
GCB18990307-V08-17-page4.txt: [('care-', 'care'), ('un-', 'un'), ('distribu-', 'distribu'), ('publish-', 'publish'), ('fur-', 'fur'), ('peri-', 'peri'), ('-', ''), ('re-', 're'), ('As-', 'As')]
GCB18990307-V08-17-page5.txt: [('INTER-', 'INTER'), ('-the', 'the'), ('pa-', 'pa'), ('char-', 'char'), ('-', '')]
GCB18990307-V08-17-page6.txt: [('recommend--', 'recommend-'), ('-', '')]
GCB18990307-V08-17-page7.txt: [('labor-', 'labor'), ('re-', 're'), ('Ger-', 'Ger'), ('Scan-', 'Scan')]
GCB18990307-V08-17-page8.txt: [('im-', 'im'), ('perma-', 'perma'), ('twen-', 'twen'), ('com-', 'com'), ('-that', 'that'), ('-eircumthey', 'eircumthey'), ('kind-', 'kind'), ('sing-', 'sing'), ('---a', '--a')]
GCB18990307-V08-17-page9.txt: [('mis-', 'mis'), ('re-', 're'), ('pos-', 'pos'), ('-', '')]
GCB18990316-V08-18-page1.txt: [('j-', 'j'), ('-British', 'British'), ('notbe-', 'notbe'), ('-move', 'move'), ('coin-', 'coin'), ('to-', 'to'), ('-does', 'does'), ('-must', 'must'), ('.-', '.'), ('com-', 'com')]
GCB18990316-V08-18-page2.txt: [('-When', 'When')]
GCB18990316-V08-18-page3.txt: [('-X', 'X'), ('respect-', 'respect'), ('-', ''), ('poll-', 'poll'), ('New-', 'New')]
GCB18990316-V08-18-page4.txt: [('BULLE-', 'BULLE'), ('-them', 'them'), ('-it', 'it'), ('Con-', 'Con'), ('--', '-')]
GCB18990316-V08-18-page5.txt: [('-as', 'as'), ('-', ''), ('Lit-', 'Lit'), ('-All', 'All'), ('BULLE-', 'BULLE'), ('-gates', 'gates'), ('out-', 'out'), ('-', ''), ('re-', 're'), ('-', '')]
GCB18990316-V08-18-page6.txt: [('PUB-', 'PUB'), ('begin-', 'begin'), ('CON-', 'CON'), ('-', ''), ('-the', 'the')]
GCB18990316-V08-18-page7.txt: [('-of', 'of'), ('that-', 'that'), ('-classification', 'classification'), ('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('-then', 'then'), ('-', ''), ('-', ''), ('in-', 'in')]
GCB18990316-V08-18-page8.txt: [('Mc-', 'Mc'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('fromo-', 'fromo'), ('Addresses-', 'Addresses'), ('-', ''), ('-', ''), ('-', ''), ('Assn-', 'Assn'), ('-', ''), ('-', ''), ('Zions-', 'Zions'), ('-', ''), ('-United', 'United'), ('Oak-', 'Oak'), ('-', ''), ('Letter-', 'Letter'), ('una-', 'una'), ('Hunts-', 'Hunts'), ('-', ''), ('-', ''), ('dif-', 'dif'), ('Con-', 'Con'), ('Inter-', 'Inter'), ('Asso-', 'Asso'), ('-', ''), ('Acad-', 'Acad')]
GCB19010402-V04-01-page1.txt: [('Li-', 'Li'), ('-', ''), ('-cent', 'cent'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('As-', 'As'), ('IN-', 'IN'), ('PROCLA-', 'PROCLA'), ('or-', 'or')]
GCB19010402-V04-01-page10.txt: [('as-', 'as'), ('-stimulate', 'stimulate'), ('ar-', 'ar')]
GCB19010402-V04-01-page11.txt: [('-', ''), ('books-', 'books'), ('--', '-'), ('--', '-'), ('success-', 'success')]
GCB19010402-V04-01-page12.txt: [('darkness-', 'darkness'), ('-and', 'and'), ('-', ''), ('--', '-'), ('-place', 'place'), ('-', '')]
GCB19010402-V04-01-page13.txt: [('-', ''), ('-', ''), ('to-', 'to'), ('-', ''), ('Dune-', 'Dune')]
GCB19010402-V04-01-page14.txt: [('thou-', 'thou'), ('de-', 'de'), ('-', ''), ('-five', 'five'), ('-thirtyof', 'thirtyof'), ('PUBLICA-', 'PUBLICA'), ('natu-', 'natu'), ('-in', 'in'), ('-', ''), ('Austro-', 'Austro'), ('one-', 'one')]
GCB19010402-V04-01-page15.txt: [('our-', 'our'), ('-less', 'less'), ('-', ''), ('.-', '.'), ('at-', 'at'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('se-', 'se'), ('the--', 'the-'), ('wherethe-', 'wherethe'), ('--', '-'), ('in-', 'in'), ('-', ''), ('self-', 'self'), ('-', ''), ('-', ''), ('Aus-', 'Aus'), ('IS-', 'IS'), ('bemight-', 'bemight'), ('-', ''), ('Ian-', 'Ian'), ('opportuni-', 'opportuni'), ('en-', 'en'), ('-', ''), ('educa-', 'educa'), ('-', ''), ('-', '')]
GCB19010402-V04-01-page16.txt: [('can-', 'can'), ('train-', 'train'), ('-by', 'by'), ('ma-', 'ma'), ('--', '-'), ('training-', 'training'), ('instruc-', 'instruc'), ('edu-', 'edu')]
GCB19010402-V04-01-page2.txt: [('at--', 'at-'), ('effi-', 'effi'), ('Train-', 'Train')]
GCB19010402-V04-01-page3.txt: [('DEAL-', 'DEAL'), ('-and', 'and'), ('-Work', 'Work'), ('re-', 're'), ('-', ''), ('-weevig', 'weevig'), ('em-', 'em'), ('pur-', 'pur'), ('-to', 'to'), ('-giveth', 'giveth'), ('-fritbuild', 'fritbuild'), ('-not', 'not'), ('-', ''), ('--', '-'), ('-', ''), ('-has', 'has'), ('-of', 'of'), ('-', ''), ('-anddo--judgment', 'anddo--judgment'), ('-', ''), ('--', '-'), ('--One', '-One'), ('-', ''), ('-', ''), ('-fet', 'fet'), ('A.-', 'A.')]
GCB19010402-V04-01-page4.txt: [('qnr-', 'qnr'), ('lit-', 'lit'), ('con-', 'con'), ('be-', 'be'), ('-de-camp', 'de-camp'), ('-sillhey', 'sillhey'), ('sun-', 'sun'), ('promi-', 'promi'), ('character-', 'character'), ('tale-', 'tale'), ('-', ''), ('-office.', 'office.'), ('dis-', 'dis'), ('finan-', 'finan'), ('-manner.', 'manner.'), ('-', ''), ('busi-', 'busi'), ('-state', 'state'), ('Every-', 'Every')]
GCB19010402-V04-01-page5.txt: [('litera-', 'litera'), ('DIVI-', 'DIVI'), ('ACCOM-', 'ACCOM'), ('-reading', 'reading'), ('English-speak-', 'English-speak'), ('-', ''), ('How-', 'How')]
GCB19010402-V04-01-page6.txt: [('-that', 'that'), ('-Association', 'Association'), ('-', ''), ('denomina-', 'denomina'), ('El-', 'El'), ('re--', 're-')]
GCB19010402-V04-01-page7.txt: [('-forefront', 'forefront'), ('-', ''), ('con-', 'con'), ('-had', 'had'), ('-work', 'work'), ('in-', 'in'), ('fol-', 'fol'), ('Eu-', 'Eu')]
GCB19010402-V04-01-page8.txt: [('kettle-', 'kettle'), ('-This', 'This'), ('print-', 'print'), ('-of', 'of'), ('con-', 'con'), ('-to', 'to'), ('cer-', 'cer'), ('Canada-', 'Canada'), ('-comiug', 'comiug'), ('pres-', 'pres')]
GCB19010402-V04-01-page9.txt: [('hav-', 'hav'), ('Ameri-', 'Ameri'), ('-and', 'and'), ('-', ''), ('-', ''), ('Amen-', 'Amen'), ('-necessity', 'necessity'), ('-question', 'question'), ('REGARD-', 'REGARD')]
GCB19010403-V04-01ex01-page1.txt: [('--', '-'), ('-', ''), ('-', ''), ('-cent', 'cent'), ('-', ''), ('Message-', 'Message'), ("'righteous-", "'righteous"), ('re-', 're'), ('sur-', 'sur'), ('-Adventist', 'Adventist'), ('tole-', 'tole'), ('-VOL.', 'VOL.')]
GCB19010403-V04-01ex01-page10.txt: [('-Simon', 'Simon'), ('-', '')]
GCB19010403-V04-01ex01-page11.txt: [('-', ''), ('car-', 'car'), ('-I', 'I'), ('-So', 'So'), ('yes-', 'yes'), ('impetu-', 'impetu'), ('-plots', 'plots')]
GCB19010403-V04-01ex01-page12.txt: [('evi-', 'evi'), ('them-', 'them'), ('-own', 'own'), ('pro-', 'pro'), ('diffi-', 'diffi'), ('-recommended', 'recommended'), ('-moment', 'moment'), ('-been', 'been'), ('-is', 'is'), ('prin-', 'prin'), ('ev-', 'ev'), ('-concerning', 'concerning')]
GCB19010403-V04-01ex01-page13.txt: [('-', ''), ('-', ''), ('Do-', 'Do'), ('-', ''), ('quiet-', 'quiet'), ('-', ''), ('-slow', 'slow'), ('to-', 'to'), ('-', ''), ('ap--', 'ap-'), ('-', ''), ('-', ''), ('-', ''), ('-can', 'can'), ('-', ''), ('--mnite', '-mnite'), ('-which', 'which'), ('-', ''), ('that-', 'that'), ('por-', 'por'), ('ex-', 'ex')]
GCB19010403-V04-01ex01-page14.txt: [('-of', 'of'), ('-Years', 'Years'), ('man-', 'man')]
GCB19010403-V04-01ex01-page15.txt: [('--', '-'), ('-', ''), ('con-', 'con'), ("'be-", "'be"), ('-', ''), ('kings.-', 'kings.'), ('-', ''), ('what--', 'what-'), ('-expressions', 'expressions')]
GCB19010403-V04-01ex01-page16.txt: [('-arose', 'arose'), ('-a', 'a'), ('-', ''), ('it-', 'it'), ('Con-', 'Con'), ('-devil', 'devil'), ('-when', 'when'), ('--knows-every-course', '-knows-every-course'), ('-may', 'may'), ('-pursue', 'pursue'), ('-so', 'so'), ('--', '-'), ('Lord-', 'Lord'), ('-', '')]
GCB19010403-V04-01ex01-page2.txt: [('-', ''), ('Anderson-', 'Anderson'), ('SES-', 'SES'), ('dis-', 'dis'), ('-', ''), ('Ire-', 'Ire'), ('-will', 'will'), ('individ-', 'individ'), ('Ot-', 'Ot'), ('cer-', 'cer'), ('-not', 'not'), ('Mar-', 'Mar'), ('Lough-', 'Lough'), ('-', ''), ('Me-', 'Me'), ('-', ''), ('J--', 'J-'), ('-J.', 'J.')]
GCB19010403-V04-01ex01-page3.txt: [('-', ''), ('po-', 'po'), ('-', ''), ('Con-', 'Con'), ('Confer-', 'Confer'), ('islarger-', 'islarger'), ('smaller-', 'smaller'), ('..-', '..'), ('li-', 'li'), ('--', '-'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-R', 'R'), ('-', ''), ('-', '')]
GCB19010403-V04-01ex01-page4.txt: [('-', ''), ('-to', 'to'), ('-we', 'we'), ('thanksgiv-', 'thanksgiv'), ('equip-', 'equip'), ('asso-', 'asso')]
GCB19010403-V04-01ex01-page5.txt: [('de-', 'de'), ('labor-', 'labor'), ('-', ''), ('offer-', 'offer'), ('-', ''), ('per-', 'per'), ('CONFER-', 'CONFER'), ('-', ''), ('Nor-', 'Nor'), ('litera-', 'litera'), ('mes-', 'mes'), ('in-', 'in'), ('-', ''), ('anim-', 'anim'), ('depart-', 'depart'), ('Cum-', 'Cum'), ('-The', 'The'), ('publi-', 'publi')]
GCB19010403-V04-01ex01-page6.txt: [('under-', 'under'), ('-recommendation', 'recommendation'), ('increas-', 'increas'), ('-was', 'was'), ('aggres-', 'aggres'), ('de-', 'de'), ('-co-operation-in', 'co-operation-in'), ('CONFER-', 'CONFER')]
GCB19010403-V04-01ex01-page7.txt: [('mar-', 'mar'), ('willing-', 'willing'), ('opin-', 'opin'), ('heav-', 'heav'), ('repre-', 'repre'), ('-', ''), ('of-', 'of'), ('-', '')]
GCB19010403-V04-01ex01-page8.txt: [('-', ''), ('your-', 'your'), ('-', ''), ('-you', 'you'), ('obey-', 'obey'), ('un-', 'un'), ('ac-', 'ac'), ('-whiichh', 'whiichh'), ('-', ''), ('in-', 'in'), ('-', ''), ('-No', 'No')]
GCB19010403-V04-01ex01-page9.txt: [('healing--', 'healing-'), ('-want', 'want'), ('mission-', 'mission'), ('control.-', 'control.'), ('-world.', 'world.'), ('-us', 'us'), ('-God', 'God'), ('-', ''), ('man-', 'man'), ('thent-', 'thent'), ('institu-', 'institu'), ('-', ''), ('-us', 'us'), ('God-', 'God')]
GCB19010404-V04-01ex02-page1.txt: [('-', ''), ('ref-', 'ref'), ('-cent', 'cent'), ('-volume', 'volume'), ('-OF', 'OF'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Her-', 'Her'), ('-General', 'General'), ('-the', 'the'), ('-city', 'city'), ('-page', 'page'), ('-of', 'of'), ('-GONFERENOE', 'GONFERENOE'), ('-', ''), ('-', ''), ('cam-', 'cam'), ('-', ''), ('-that', 'that'), ('-was', 'was'), ('-leading', 'leading'), ('.nstitu-', '.nstitu')]
GCB19010404-V04-01ex02-page10.txt: [('from-', 'from'), ('-from', 'from'), ('-Where', 'Where'), ('authority-', 'authority'), ('-The', 'The'), ('thority.-', 'thority.'), ('--', '-'), ('-', ''), ('to-', 'to'), ('-', ''), ('this-', 'this'), ('be--', 'be-'), ('-and', 'and')]
GCB19010404-V04-01ex02-page11.txt: [('mes-', 'mes'), ('ad-', 'ad')]
GCB19010404-V04-01ex02-page12.txt: [('ex-', 'ex'), ('-', ''), ('in-', 'in'), ('Jose-', 'Jose')]
GCB19010404-V04-01ex02-page13.txt: [('-', ''), ('-than', 'than'), ('-the', 'the'), ('-', ''), ('-and', 'and'), ('-', ''), ('-', ''), ('-of', 'of'), ('-Spirit', 'Spirit'), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-insense', 'insense'), ('-place', 'place'), ('-', ''), ('-it', 'it'), ('.-', '.')]
GCB19010404-V04-01ex02-page14.txt: [('--', '-'), ('-I', 'I'), ('sin-', 'sin'), ('-', ''), ('-spread', 'spread')]
GCB19010404-V04-01ex02-page15.txt: [('-speedily', 'speedily'), ('-', ''), ('-is', 'is'), ('-', ''), ('sup-', 'sup'), ('-', ''), ('-before', 'before')]
GCB19010404-V04-01ex02-page16.txt: [('-will', 'will'), ('-for', 'for'), ('-', ''), ('-would', 'would'), ('-', ''), ('-forth', 'forth'), ('-efforts', 'efforts'), ('-', ''), ('-we', 'we'), ('sub-', 'sub')]
GCB19010404-V04-01ex02-page17.txt: [('-lay', 'lay'), ('-', ''), ('-doneright', 'doneright'), ('-servants', 'servants'), ('-the', 'the'), ('-only', 'only'), ('Con-', 'Con'), ('-', ''), ('-vital', 'vital'), ('-tier', 'tier'), ('-world."', 'world."'), ('-be', 'be'), ('-vital', 'vital'), ('-living', 'living'), ('blood.-', 'blood.'), ('-field', 'field'), ('-said', 'said'), ('-I', 'I'), ('-', ''), ('-But', 'But'), ('-fourteen', 'fourteen'), ('-labor.', 'labor.'), ('-I', 'I'), ('-here', 'here'), ('-', ''), ('-', ''), ('-this', 'this'), ('-Mho', 'Mho'), ('Ne-', 'Ne')]
GCB19010404-V04-01ex02-page18.txt: [('unneces-', 'unneces'), ('-of', 'of'), ('-Jesus', 'Jesus'), ('-Our', 'Our'), ('-', ''), ('com-', 'com')]
GCB19010404-V04-01ex02-page19.txt: [('-the', 'the'), ('-', ''), ('mak-', 'mak'), ('member-', 'member')]
GCB19010404-V04-01ex02-page2.txt: [('-', ''), ('-White', 'White'), ('com-', 'com'), ('-', ''), ('-we', 'we'), ('-and', 'and'), ('recom-', 'recom'), ('--', '-'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-that', 'that')]
GCB19010404-V04-01ex02-page20.txt: [('Mace-', 'Mace'), ('CON-', 'CON'), ('-field', 'field'), ('-', ''), ('re-', 're'), ('buildings-', 'buildings'), ('remark-', 'remark'), ('-', '')]
GCB19010404-V04-01ex02-page21.txt: [('Lexing-', 'Lexing'), ('-', ''), ('-Ky.', 'Ky.'), ('.-', '.'), ('-', ''), ('en-', 'en'), ('-', ''), ('-', ''), ('dis-', 'dis'), ('or-', 'or'), ('com-', 'com'), ('isolated-', 'isolated'), ('build--', 'build-'), ('-', ''), ('-', ''), ('minis-', 'minis'), ('ex-', 'ex'), ('COn-', 'COn'), ('mis--', 'mis-'), ('CON-', 'CON'), ('-States', 'States'), ("'of-", "'of"), ('--', '-'), ('-Montana.', 'Montana.'), ('--Utah', '-Utah')]
GCB19010404-V04-01ex02-page22.txt: [('Dur-', 'Dur'), ('Moun-', 'Moun'), ('Seven-', 'Seven'), ('minis-', 'minis'), ('-UPPER', 'UPPER'), ('sixty-', 'sixty'), ('-', ''), ('-', ''), ('-previous', 'previous'), ('-', ''), ('support-', 'support'), ('appropri-', 'appropri')]
GCB19010404-V04-01ex02-page23.txt: [('re-', 're'), ('re-', 're'), ('-', ''), ('dur-', 'dur'), ('-', ''), ('the-', 'the'), ('wish-', 'wish'), ('un-', 'un'), ('forgotten.-', 'forgotten.'), ('-', ''), ('litera-', 'litera'), ('-', ''), ('let-', 'let')]
GCB19010404-V04-01ex02-page24.txt: [('peculmoved-', 'peculmoved'), ('-desired', 'desired'), ('-with', 'with'), ('-temperance', 'temperance'), ('-', ''), ('-a', 'a'), ('inter-', 'inter'), ('-our', 'our'), ('-temperance', 'temperance'), ('circurnstances-', 'circurnstances'), ('and-', 'and'), ('college-', 'college'), ('-', ''), ('-to', 'to'), ('-her', 'her'), ('-faithfully', 'faithfully'), ('was-', 'was'), ('-', ''), ('-', ''), ('-', ''), ('Gab.-', 'Gab.'), ('-', ''), ('-"state', '"state'), ('church-', 'church'), ('-', ''), ('-', ''), ('also.-', 'also.'), ('-has', 'has'), ('-a', 'a'), ('-Hansen', 'Hansen'), ('-', ''), ('serv--', 'serv-'), ('-two', 'two'), ('hundred-', 'hundred'), ('-during', 'during'), ('des-', 'des'), ('by-', 'by'), ('-theloan', 'theloan'), ('-while', 'while'), ('Wehave-', 'Wehave'), ('-', ''), ('-measure.', 'measure.'), ('-little', 'little'), ('-over', 'over'), ('-three', 'three'), ('-time', 'time'), ('-and', 'and'), ('-wish', 'wish'), ('-few-words', 'few-words'), ('-', ''), ('-', ''), ('their-lives--', 'their-lives-'), ('-the', 'the'), ('-schools', 'schools'), ('-in', 'in'), ('-effort', 'effort'), ('-work', 'work'), ("-and'", "and'"), ('faithance-', 'faithance'), ('-work', 'work'), ('begun-', 'begun'), ('-', '')]
GCB19010404-V04-01ex02-page25.txt: [('-', ''), ('-', ''), ('char-', 'char'), ('-has', 'has'), ('-', ''), ('-', '')]
GCB19010404-V04-01ex02-page26.txt: [('schools.-', 'schools.'), ('how-', 'how'), ('teach-', 'teach'), ('ex-', 'ex'), ('pros-', 'pros')]
GCB19010404-V04-01ex02-page27.txt: [('CON-', 'CON'), ('nuclei-', 'nuclei'), ('organ-', 'organ'), ('main-', 'main'), ('Confer-', 'Confer'), ('licen-', 'licen'), ('farm-', 'farm'), ('--', '-'), ('-', ''), ('dislaborers-', 'dislaborers'), ('-', ''), ('-forth', 'forth')]
GCB19010404-V04-01ex02-page28.txt: [('-', ''), ('gen-', 'gen'), ('an-', 'an'), ('well-', 'well'), ('-', ''), ('-with', 'with'), ('-work', 'work')]
GCB19010404-V04-01ex02-page29.txt: [('-', ''), ('-and', 'and'), ('four-', 'four'), ('capac-', 'capac'), ('-', ''), ('-short', 'short'), ('-darkened', 'darkened'), ('on-', 'on'), ('-', ''), ('come-', 'come'), ('the-', 'the'), ('wide-', 'wide'), ('-', ''), ('INTERNA-', 'INTERNA'), ('ASSOCI-', 'ASSOCI'), ('In-', 'In'), ('care-', 'care')]
GCB19010404-V04-01ex02-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('immedi-', 'immedi'), ('re-', 're'), ('re-', 're')]
GCB19010404-V04-01ex02-page30.txt: [('practi-', 'practi'), ('Sab-', 'Sab'), ('secre-', 'secre'), ('Sabbath-', 'Sabbath'), ('asso-', 'asso'), ('any-', 'any'), ('-secretary', 'secretary'), ('Associa-', 'Associa'), ('follow-', 'follow'), ('-', ''), ('CONTRI-', 'CONTRI'), ('Associa-', 'Associa'), ('MEM-', 'MEM'), ('DONA-', 'DONA')]
GCB19010404-V04-01ex02-page31.txt: [('Mis-', 'Mis'), ('ac-', 'ac'), ('other-', 'other'), ('-', ''), ('sum-', 'sum'), ('-', ''), ('Sab-', 'Sab'), ('Car-', 'Car'), ('-', ''), ('-N...', 'N...'), ('-', ''), ('-i', 'i'), ('-', ''), ("-'", "'"), ("-'", "'"), ('o-', 'o')]
GCB19010404-V04-01ex02-page32.txt: [('-sometimes', 'sometimes'), ('-strong', 'strong'), ('Australasia.-', 'Australasia.'), ('-', ''), ('in-', 'in')]
GCB19010404-V04-01ex02-page4.txt: [('-"If', '"If'), ('-', ''), ('-', ''), ('-', ''), ('-their', 'their'), ('-receive', 'receive'), ('be-', 'be'), ('"-', '"'), ('be-', 'be')]
GCB19010404-V04-01ex02-page5.txt: [('-It', 'It'), ('-', ''), ('as-', 'as'), ('-hunt', 'hunt'), ('ap-', 'ap'), ('-are', 'are'), ('Scrip-', 'Scrip'), ('-', ''), ('pre-', 'pre'), ('-', ''), ('-', ''), ('win-', 'win'), ('-', ''), ('-', ''), ('-', ''), ('watch-', 'watch'), ('privi-', 'privi'), ('-', ''), ('-', '')]
GCB19010404-V04-01ex02-page6.txt: [('-', ''), ('-b', 'b'), ('us--', 'us-'), ('-unless', 'unless'), ('-than', 'than'), ('-the', 'the'), ('-', '')]
GCB19010404-V04-01ex02-page7.txt: [('power.-', 'power.'), ('-', ''), ('-', ''), ('right-', 'right'), ('-is', 'is'), ('-', ''), ('-in', 'in'), ('of-', 'of'), ('de-', 'de'), ('to-', 'to'), ('John-', 'John')]
GCB19010404-V04-01ex02-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('min-', 'min'), ('Christ--', 'Christ-'), ('men-', 'men'), ('correspond-', 'correspond'), ('re-', 're'), ('worthose-', 'worthose'), ('them-', 'them'), ('-building', 'building'), ('crafti-', 'crafti'), ('de-', 'de')]
GCB19010404-V04-01ex02-page9.txt: [('mem-', 'mem'), ('re-', 're'), ('-any', 'any'), ('what-', 'what'), ('-They', 'They'), ('-are', 'are'), ('-', ''), ('-', ''), ('connec-', 'connec'), ('-', ''), ('author-', 'author'), ('-', '')]
GCB19010405-V04-01ex03-page1.txt: [('-', ''), ('-cent', 'cent')]
GCB19010405-V04-01ex03-page10.txt: [('the-', 'the'), ('Doc-', 'Doc'), ('-would', 'would'), ('-', ''), ('-', ''), ('didmothave-', 'didmothave'), ('-to', 'to'), ('for-', 'for')]
GCB19010405-V04-01ex03-page11.txt: [('imitate.-', 'imitate.'), ('fol-', 'fol'), ('Sabbath-', 'Sabbath'), ('-', ''), ('Sabbath-', 'Sabbath'), ('ne-', 'ne'), ('-', ''), ("Sabbath-keepers'-", "Sabbath-keepers'")]
GCB19010405-V04-01ex03-page12.txt: [('-home', 'home'), ('field.-', 'field.'), ('-', ''), ('of-', 'of'), ('poorhouse-', 'poorhouse'), ('standard-', 'standard'), ('-the', 'the'), ('-', ''), ('-In', 'In')]
GCB19010405-V04-01ex03-page13.txt: [('-it', 'it'), ('-God', 'God')]
GCB19010405-V04-01ex03-page14.txt: [('-may', 'may'), ('-dee', 'dee'), ('difficul-', 'difficul'), ('danger-', 'danger'), ('to-', 'to'), ('sick-', 'sick'), ('na-', 'na'), ('-steps', 'steps'), ('faultfind-', 'faultfind'), ('-', ''), ('-', '')]
GCB19010405-V04-01ex03-page15.txt: [('-devils', 'devils'), ('-of', 'of'), ('-', ''), ('-Jesus', 'Jesus'), ('-the', 'the'), ('-he', 'he'), ('-old', 'old'), ('-are', 'are'), ('-committed', 'committed'), ('be-', 'be'), ('-and', 'and'), ('apos-', 'apos'), ('-and', 'and'), ('-ple', 'ple'), ('Say-', 'Say'), ("-iour's", "iour's"), ('-it', 'it'), ('-Jesus', 'Jesus'), ('possibili-', 'possibili')]
GCB19010405-V04-01ex03-page16.txt: [('right-', 'right'), ('-of', 'of'), ('-', ''), ('-No', 'No'), ('-', '')]
GCB19010405-V04-01ex03-page17.txt: [('-', ''), ('-and', 'and'), ('-pulls', 'pulls'), ('-had', 'had'), ('.-', '.'), ('dis-', 'dis'), ('-', ''), ('wait-', 'wait'), ('any-', 'any'), ('un-', 'un'), ('-know', 'know'), ('ofde--', 'ofde-')]
GCB19010405-V04-01ex03-page18.txt: [('wouldnot-', 'wouldnot'), ('-we', 'we'), ('our-', 'our')]
GCB19010405-V04-01ex03-page19.txt: [('-Get', 'Get'), ('we--', 'we-'), ('-', ''), ('tes-', 'tes')]
GCB19010405-V04-01ex03-page2.txt: [('-Elders', 'Elders'), ('MEET-', 'MEET'), ('appoint-', 'appoint'), ('Mc-', 'Mc'), ('Lib-', 'Lib')]
GCB19010405-V04-01ex03-page20.txt: [('-Rocky', 'Rocky')]
GCB19010405-V04-01ex03-page21.txt: [('-if', 'if'), ('-you', 'you'), ('Coor-', 'Coor'), ('-', ''), ('-trustees', 'trustees'), ('-bought.', 'bought.'), ('-When', 'When'), ('-made', 'made'), ('peo-', 'peo'), ('-to', 'to'), ('-the', 'the')]
GCB19010405-V04-01ex03-page22.txt: [('be-', 'be'), ('-will', 'will'), ('Everyyou-', 'Everyyou')]
GCB19010405-V04-01ex03-page23.txt: [('RESOUR-', 'RESOUR'), ('LIABIL-', 'LIABIL'), ('RESOIIR-', 'RESOIIR'), ('LIABIL-', 'LIABIL'), ('sev-', 'sev'), ('mem-', 'mem'), ('ap-', 'ap')]
GCB19010405-V04-01ex03-page24.txt: [('-', ''), ('pre-', 'pre'), ('-', ''), ('thirty-', 'thirty'), ('dis-', 'dis'), ('-work.', 'work.')]
GCB19010405-V04-01ex03-page3.txt: [("'mo-", "'mo"), ('-vestry', 'vestry'), ('-', ''), ('self-suppor-', 'self-suppor'), ('edu-', 'edu'), ('statis-', 'statis'), ('---', '--'), ('thirty-sec-', 'thirty-sec'), ('mat-', 'mat'), ('-', ''), ('-', ''), ('A-', 'A'), ('as-', 'as'), ('-.In', '.In'), ('Confer-', 'Confer')]
GCB19010405-V04-01ex03-page4.txt: [('ac-', 'ac')]
GCB19010405-V04-01ex03-page5.txt: [('-one', 'one'), ('-', ''), ('-', ''), ('ter-', 'ter'), ('a-', 'a'), ('-been', 'been'), ('righteous-', 'righteous'), ('-', ''), ('Con--', 'Con-'), ('immedi-', 'immedi'), ('in-', 'in')]
GCB19010405-V04-01ex03-page6.txt: [('far-', 'far'), ('des-', 'des'), ('con-', 'con')]
GCB19010405-V04-01ex03-page7.txt: [('-', ''), ('-', ''), ('-in', 'in'), ('mission-', 'mission'), ('-', ''), ('-field', 'field'), ('mis-', 'mis'), ('-even', 'even')]
GCB19010405-V04-01ex03-page8.txt: [('-I', 'I'), ('-great', 'great'), ('-missionary', 'missionary'), ('-is', 'is')]
GCB19010405-V04-01ex03-page9.txt: [('-', ''), ('Taber-', 'Taber'), ('-', ''), ('train-', 'train'), ('-', '')]
GCB19010407-V04-01ex04-page1.txt: [('self-', 'self'), ('-', ''), ('rever-', 'rever'), ('pro-', 'pro'), ('-', ''), ('-', ''), ('-', ''), ('-cent', 'cent'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('princi-', 'princi'), ('dis-', 'dis'), ('-the', 'the')]
GCB19010407-V04-01ex04-page10.txt: [('Seventh-', 'Seventh'), ('-account', 'account'), ('-that', 'that')]
GCB19010407-V04-01ex04-page11.txt: [('-', ''), ('-', ''), ('-fail', 'fail')]
GCB19010407-V04-01ex04-page12.txt: [('-Was', 'Was'), ('sub-', 'sub'), ('-to', 'to')]
GCB19010407-V04-01ex04-page13.txt: [('-', ''), ('-', ''), ('inheri-', 'inheri')]
GCB19010407-V04-01ex04-page14.txt: [('-', '')]
GCB19010407-V04-01ex04-page15.txt: [('-', ''), ('shel-', 'shel'), ('-', ''), ('indi-', 'indi'), ('sin-', 'sin'), ('hav-', 'hav'), ('-', ''), ('self-govern-', 'self-govern')]
GCB19010407-V04-01ex04-page17.txt: [('fellow-', 'fellow')]
GCB19010407-V04-01ex04-page18.txt: [('in-', 'in')]
GCB19010407-V04-01ex04-page19.txt: [('con-', 'con')]
GCB19010407-V04-01ex04-page2.txt: [('operat-', 'operat'), ('sim-', 'sim'), ('art-', 'art')]
GCB19010407-V04-01ex04-page20.txt: [('men-', 'men'), ('-', '')]
GCB19010407-V04-01ex04-page21.txt: [('religion."-', 'religion."'), ('-then', 'then'), ('-a', 'a'), ('king-', 'king'), ('-', '')]
GCB19010407-V04-01ex04-page22.txt: [('-', ''), ('deter-', 'deter'), ('-', ''), ('Mission-', 'Mission'), ('-', '')]
GCB19010407-V04-01ex04-page23.txt: [('-field.', 'field.'), ('peo-', 'peo'), ('doubt-', 'doubt'), ('con-', 'con'), ('Wis-', 'Wis'), ('con-', 'con'), ('organiza-', 'organiza'), ('Pro-', 'Pro'), ('ani-', 'ani'), ('-', ''), ('nn-', 'nn'), ('-and', 'and')]
GCB19010407-V04-01ex04-page24.txt: [('stead-', 'stead'), ('rea-', 'rea'), ('-', ''), ('sweet-', 'sweet'), ('eye-', 'eye')]
GCB19010407-V04-01ex04-page3.txt: [('manage--', 'manage-'), ('-', ''), ('-misrelation', 'misrelation'), ('or-', 'or')]
GCB19010407-V04-01ex04-page5.txt: [('-work.', 'work.'), ('can-', 'can'), ('recom-', 'recom'), ('-', ''), ('-work', 'work'), ('serv-', 'serv'), ('Con-', 'Con'), ('-', ''), ('car-', 'car'), ('Ger-', 'Ger'), ('sup-', 'sup'), ('Af-', 'Af'), ('Mis-', 'Mis'), ('Con-', 'Con')]
GCB19010407-V04-01ex04-page6.txt: [('Confer-', 'Confer'), ('-', ''), ('-fields', 'fields'), ('propor-', 'propor'), ('ad-', 'ad'), ('re-', 're')]
GCB19010407-V04-01ex04-page7.txt: [('simple-', 'simple'), ('-', ''), ('-that', 'that'), ('-in', 'in'), ('en-', 'en'), ('-', ''), ('litera-', 'litera'), ('Con-', 'Con'), ('in-', 'in'), ('read-', 'read')]
GCB19010407-V04-01ex04-page8.txt: [('-returned', 'returned'), ('-', ''), ('coun-', 'coun'), ('commit-', 'commit'), ('-', ''), ('per-', 'per'), ('pub-', 'pub')]
GCB19010407-V04-01ex04-page9.txt: [('Cir-', 'Cir'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('educa-', 'educa'), ('lati-', 'lati'), ('-', ''), ('-we', 'we'), ('-', ''), ('-', ''), ('-', ''), ('Balance-', 'Balance'), ('-', '')]
GCB19010408-V04-01ex05-page1.txt: [('-', ''), ('-', ''), ('-cent', 'cent'), ('re-', 're'), ('pub-', 'pub')]
GCB19010408-V04-01ex05-page10.txt: [('self-sup-', 'self-sup'), ('-Work', 'Work')]
GCB19010408-V04-01ex05-page11.txt: [('-but', 'but'), ('peo-', 'peo'), ('-to', 'to')]
GCB19010408-V04-01ex05-page12.txt: [('-', ''), ('speak-', 'speak')]
GCB19010408-V04-01ex05-page13.txt: [('sac-', 'sac'), ('-of', 'of')]
GCB19010408-V04-01ex05-page14.txt: [('organ-', 'organ'), ('emer-', 'emer'), ('min-', 'min'), ('writ-', 'writ'), ('-I', 'I'), ('follow-', 'follow')]
GCB19010408-V04-01ex05-page15.txt: [('--', '-')]
GCB19010408-V04-01ex05-page16.txt: [('fel-', 'fel'), ('-', ''), ('im-', 'im'), ('bless-', 'bless')]
GCB19010408-V04-01ex05-page17.txt: [('Coun-', 'Coun'), ('-', ''), ('corn-', 'corn'), ('salva-', 'salva')]
GCB19010408-V04-01ex05-page19.txt: [('-', ''), ('his--', 'his-'), ('-', ''), ('wilder-', 'wilder'), ('interpreta-', 'interpreta'), ('in-', 'in')]
GCB19010408-V04-01ex05-page2.txt: [('thou-', 'thou'), ('dol-', 'dol'), ('notIonly-', 'notIonly'), ('-', '')]
GCB19010408-V04-01ex05-page20.txt: [('VICE-PRES-', 'VICE-PRES'), ('Vice-', 'Vice')]
GCB19010408-V04-01ex05-page21.txt: [('Treas-', 'Treas'), ('Con-', 'Con'), ('Illi-', 'Illi'), ('Com-', 'Com'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('--a', '-a'), ('Sabbath-', 'Sabbath'), ('-', ''), ('-', ''), ('-', ''), ('sev-', 'sev')]
GCB19010408-V04-01ex05-page22.txt: [('-', ''), ('-', ''), ('-', ''), ('bene-', 'bene'), ('re-', 're'), ('-', ''), ('-', ''), ('mem-', 'mem'), ('com-', 'com')]
GCB19010408-V04-01ex05-page23.txt: [('-', ''), ('contrib-', 'contrib'), ('mem-', 'mem'), ('fam-', 'fam'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19010408-V04-01ex05-page24.txt: [('self-sup-', 'self-sup'), ('mem-', 'mem'), ('iso-', 'iso'), ('-', ''), ('hun-', 'hun')]
GCB19010408-V04-01ex05-page3.txt: [('-I', 'I')]
GCB19010408-V04-01ex05-page5.txt: [('sev-', 'sev'), ('-ences.', 'ences.'), ('faith-', 'faith')]
GCB19010408-V04-01ex05-page6.txt: [('with-', 'with')]
GCB19010408-V04-01ex05-page7.txt: [('-', ''), ('-United', 'United'), ('-shall', 'shall'), ('an-', 'an')]
GCB19010408-V04-01ex05-page8.txt: [('ob-', 'ob')]
GCB19010408-V04-01ex05-page9.txt: [('-laboring', 'laboring'), ('-called', 'called'), ('-', ''), ('en-', 'en'), ('-', ''), ('miles.-', 'miles.')]
GCB19010409-V04-01ex06-page1.txt: [('let-', 'let'), ('-cent', 'cent'), ('Gen-', 'Gen'), ('CON-', 'CON')]
GCB19010409-V04-01ex06-page10.txt: [('knowl-', 'knowl'), ('ap-', 'ap'), ('neverthe-', 'neverthe'), ('--', '-')]
GCB19010409-V04-01ex06-page11.txt: [('point-', 'point'), ('demon-', 'demon'), ('sin-', 'sin'), ('-', '')]
GCB19010409-V04-01ex06-page12.txt: [('-Do', 'Do'), ('understand-', 'understand'), ('an-', 'an'), ('crea-', 'crea'), ('-', ''), ('under-', 'under')]
GCB19010409-V04-01ex06-page14.txt: [('ex-', 'ex'), ('ques-', 'ques'), ('min-', 'min'), ('ham--', 'ham-')]
GCB19010409-V04-01ex06-page15.txt: [('-', ''), ('be-', 'be'), ('cap-', 'cap'), ('ae-', 'ae')]
GCB19010409-V04-01ex06-page16.txt: [('-way', 'way'), ('-came', 'came')]
GCB19010409-V04-01ex06-page17.txt: [('-simple', 'simple')]
GCB19010409-V04-01ex06-page18.txt: [('be-', 'be'), ('talk-', 'talk'), ('na-', 'na'), ('him-', 'him'), ('re-', 're'), ('mes-', 'mes'), ('mes-', 'mes')]
GCB19010409-V04-01ex06-page19.txt: [('-went', 'went'), ('-', ''), ('sim-', 'sim')]
GCB19010409-V04-01ex06-page2.txt: [('-', ''), ('adminis-', 'adminis'), ('As-', 'As'), ('exam-', 'exam'), ('certifi-', 'certifi'), ('state-', 'state'), ('Con-', 'Con')]
GCB19010409-V04-01ex06-page20.txt: [('experi-', 'experi'), ('any-', 'any'), ('discour-', 'discour'), ('for-', 'for')]
GCB19010409-V04-01ex06-page21.txt: [('-foreboding', 'foreboding'), ('Confer-', 'Confer'), ('-The', 'The'), ('there-', 'there')]
GCB19010409-V04-01ex06-page22.txt: [('unfavor-', 'unfavor'), ('en-', 'en'), ('insti-', 'insti'), ('men-', 'men')]
GCB19010409-V04-01ex06-page23.txt: [('-', ''), ('Confer-', 'Confer'), ('im-', 'im'), ('ex-', 'ex'), ('-', ''), ('en-', 'en'), ('ter-', 'ter'), ('med-', 'med'), ('-', ''), ('-Yet', 'Yet')]
GCB19010409-V04-01ex06-page24.txt: [('German-', 'German'), ('work-', 'work')]
GCB19010409-V04-01ex06-page25.txt: [('-', ''), ('-', ''), ('-".', '".'), ('-to', 'to'), ('-a', 'a'), ('-', ''), ('I-', 'I'), ('et-', 'et'), ('....-', '....'), ('-', ''), ('-rt', 'rt'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-w', 'w'), ('-', ''), ('-.', '.'), ('-..', '..'), ('-.', '.'), ('-', ''), ("-'-", "'-"), ('-', ''), ('moo-', 'moo'), ('-', ''), ('-', ''), ('-LIN.D', 'LIN.D'), ('-', ''), ('-', ''), ('.--', '.-'), ('-', ''), ('-.', '.'), ('-', ''), ('-.', '.'), ('-k', 'k'), ('-.P.P.P', '.P.P.P'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.-', '.-'), ('-ts', 'ts'), ('-', ''), ('-', ''), ('-...cxa', '...cxa'), ('-', ''), ('Z-', 'Z'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('ANDMEM-', 'ANDMEM')]
GCB19010409-V04-01ex06-page26.txt: [('-', ''), ('Oct-', 'Oct')]
GCB19010409-V04-01ex06-page27.txt: [('-ONFERENOE', 'ONFERENOE'), ('-', ''), ('-', ''), ('-t', 't'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-cel', 'cel'), ('-', ''), ('F-', 'F'), ('-', ''), ('-zaa', 'zaa'), ('-', ''), ('-', '')]
GCB19010409-V04-01ex06-page28.txt: [('-', ''), ('per-', 'per'), ('world.-', 'world.'), ('mem-', 'mem'), ('estab-', 'estab')]
GCB19010409-V04-01ex06-page29.txt: [('labor-', 'labor'), ('well-', 'well'), ('COM-', 'COM')]
GCB19010409-V04-01ex06-page3.txt: [('Burlin-', 'Burlin'), ('BE-', 'BE'), ('dele-', 'dele'), ('Con-', 'Con'), ('Declara-', 'Declara'), ('SANITA-', 'SANITA'), ('as-', 'as'), ('ques-', 'ques'), ('pay-', 'pay'), ('Asso-', 'Asso')]
GCB19010409-V04-01ex06-page30.txt: [('-', ''), ('hasde-', 'hasde'), ('ener-', 'ener')]
GCB19010409-V04-01ex06-page31.txt: [('con-', 'con'), ('-', ''), ('donations.-', 'donations.'), ('Dis-', 'Dis')]
GCB19010409-V04-01ex06-page4.txt: [('per-', 'per')]
GCB19010409-V04-01ex06-page5.txt: [('"-', '"'), ('repre-', 'repre'), ('mo-', 'mo'), ('-to', 'to'), ('aver-', 'aver')]
GCB19010409-V04-01ex06-page6.txt: [('-very', 'very'), ('discour-', 'discour'), ('-', ''), ('salva-', 'salva')]
GCB19010409-V04-01ex06-page7.txt: [('oppor-', 'oppor'), ('-', ''), ('institu-', 'institu'), ('-', ''), ('-', ''), ('--', '-'), ('teach-', 'teach')]
GCB19010409-V04-01ex06-page8.txt: [('train-', 'train'), ('train-', 'train'), ('San-', 'San'), ('phys-', 'phys')]
GCB19010409-V04-01ex06-page9.txt: [('or-', 'or'), ('-', ''), ('stab-', 'stab'), ('in-', 'in')]
GCB19010410-V04-01ex07-page1.txt: [('-cent', 'cent'), ('proceed-', 'proceed'), ('-', '')]
GCB19010410-V04-01ex07-page10.txt: [('-couraged', 'couraged'), ('neces-', 'neces'), ('por-', 'por'), ('phil-', 'phil'), ('sub-', 'sub'), ('in-', 'in')]
GCB19010410-V04-01ex07-page11.txt: [('atten-', 'atten'), ('-be', 'be'), ('-which', 'which'), ('dol-', 'dol'), ('self-', 'self'), ('con-', 'con'), ('-', ''), ('-', ''), ('busi-', 'busi')]
GCB19010410-V04-01ex07-page12.txt: [('pur-', 'pur')]
GCB19010410-V04-01ex07-page13.txt: [('perplex-', 'perplex'), ('influ-', 'influ')]
GCB19010410-V04-01ex07-page14.txt: [('con-', 'con'), ('com-', 'com'), ('impos-', 'impos')]
GCB19010410-V04-01ex07-page15.txt: [('fer-', 'fer'), ('institu-', 'institu'), ('ef-', 'ef'), ('treas-', 'treas'), ('free-', 'free'), ('institu-', 'institu'), ('fa-', 'fa')]
GCB19010410-V04-01ex07-page16.txt: [('-over', 'over'), ('-accomplished', 'accomplished'), ('-those', 'those'), ('-where', 'where'), ('-the', 'the'), ('-worked', 'worked'), ('Yester-', 'Yester'), ('be-', 'be')]
GCB19010410-V04-01ex07-page2.txt: [('differ-', 'differ'), ('the-', 'the')]
GCB19010410-V04-01ex07-page3.txt: [('Dis-', 'Dis'), ('Lord-', 'Lord'), ('con-', 'con'), ('of-', 'of'), ('-', ''), ('recom-', 'recom'), ('-mendations', 'mendations'), ('denomina-', 'denomina'), ('contribu-', 'contribu'), ('rea-', 'rea')]
GCB19010410-V04-01ex07-page4.txt: [('incorpo-', 'incorpo'), ('med-', 'med'), ('differ-', 'differ'), ('estab-', 'estab')]
GCB19010410-V04-01ex07-page5.txt: [('ESTAB-', 'ESTAB'), ('INCORPO-', 'INCORPO'), ('Doc-', 'Doc'), ('signifi-', 'signifi'), ('-', ''), ('-', ''), ('sauna-', 'sauna'), ('-', '')]
GCB19010410-V04-01ex07-page6.txt: [('oc-', 'oc'), ('denom-', 'denom'), ('-no.', 'no.'), ('insti-', 'insti'), ('hon-', 'hon'), ('mak-', 'mak'), ('Col-', 'Col'), ('de-', 'de')]
GCB19010410-V04-01ex07-page7.txt: [('un-', 'un'), ('advan-', 'advan'), ('dis-', 'dis'), ('dis-', 'dis'), ('kinder-', 'kinder'), ('Boat.-', 'Boat.'), ('-Since', 'Since'), ('-', ''), ('mod-', 'mod'), ('Feb-', 'Feb'), ('head-', 'head'), ('volun-', 'volun'), ('self-sup-', 'self-sup'), ('commer-', 'commer')]
GCB19010410-V04-01ex07-page8.txt: [('-workbeen', 'workbeen'), ('institu-', 'institu'), ('numer-', 'numer'), ('in-', 'in'), ('old-', 'old'), ('-', ''), ('prin-', 'prin'), ('prin-', 'prin')]
GCB19010410-V04-01ex07-page9.txt: [('-', ''), ('car-', 'car'), ('-', ''), ('hus-', 'hus'), ('-', ''), ('im-', 'im'), ('-of', 'of'), ('re-', 're'), ('after-', 'after'), ('dis-', 'dis')]
GCB19010411-V04-01ex08-page1.txt: [('re-', 're'), ('commit-', 'commit'), ('Educa-', 'Educa'), ('re-', 're'), ('con-', 'con'), ('re-', 're'), ('-cent', 'cent'), ('Com-', 'Com'), ('de-', 'de'), ('Con-', 'Con'), ('car-', 'car'), ('mes-', 'mes')]
GCB19010411-V04-01ex08-page10.txt: [('-', ''), ('audi-', 'audi')]
GCB19010411-V04-01ex08-page11.txt: [('-of', 'of'), ('-to', 'to'), ('-according', 'according'), ('-a', 'a')]
GCB19010411-V04-01ex08-page12.txt: [('be-', 'be'), ('al-', 'al')]
GCB19010411-V04-01ex08-page13.txt: [('-not', 'not')]
GCB19010411-V04-01ex08-page14.txt: [('get-', 'get')]
GCB19010411-V04-01ex08-page15.txt: [('every-', 'every')]
GCB19010411-V04-01ex08-page16.txt: [('-we', 'we'), ('-sisters', 'sisters'), ('-work', 'work'), ('ex-', 'ex')]
GCB19010411-V04-01ex08-page2.txt: [('Com-', 'Com'), ('de-', 'de'), ('read-', 'read'), ('Inter-', 'Inter'), ('Com-', 'Com'), ('recom-', 'recom'), ('ques-', 'ques'), ('For-', 'For')]
GCB19010411-V04-01ex08-page3.txt: [('com-', 'com'), ('-represented', 'represented'), ('Con-', 'Con'), ('re-', 're'), ('-', ''), ('situ-', 'situ'), ('rec-', 'rec'), ('experi-', 'experi'), ('-all', 'all'), ('-work.', 'work.')]
GCB19010411-V04-01ex08-page4.txt: [('Hindu-', 'Hindu'), ('Commit-', 'Commit'), ('recog-', 'recog'), ('lan-', 'lan'), ('ev-', 'ev'), ('rep-', 'rep'), ('differ-', 'differ')]
GCB19010411-V04-01ex08-page5.txt: [('presi-', 'presi'), ('ex-', 'ex'), ('Med-', 'Med'), ('BENEVO-', 'BENEVO'), ('cleans-', 'cleans')]
GCB19010411-V04-01ex08-page6.txt: [('-', ''), ('Rip-', 'Rip'), ('Mar-', 'Mar')]
GCB19010411-V04-01ex08-page7.txt: [('med-', 'med')]
GCB19010411-V04-01ex08-page8.txt: [('-', ''), ('princi-', 'princi')]
GCB19010411-V04-01ex08-page9.txt: [('be-', 'be'), ('-', ''), ('Sup-', 'Sup'), ('Sanita-', 'Sanita'), ('hy-', 'hy'), ('Nom--', 'Nom-')]
GCB19010412-V04-01ex09-page1.txt: [('chair-', 'chair'), ('Mis-', 'Mis'), ('con-', 'con'), ('-cent', 'cent'), ('-case', 'case'), ('Nom-', 'Nom'), ('Con-', 'Con')]
GCB19010412-V04-01ex09-page2.txt: [('propor-', 'propor'), ('finan-', 'finan'), ('incident-', 'incident'), ('com-', 'com'), ('pro-', 'pro')]
GCB19010412-V04-01ex09-page3.txt: [('pro-', 'pro'), ('appreci-', 'appreci'), ('-to', 'to'), ('-', ''), ('pur-', 'pur'), ('-', ''), ('crowd-', 'crowd')]
GCB19010412-V04-01ex09-page4.txt: [('faith-', 'faith'), ('Oak-', 'Oak'), ('-been', 'been')]
GCB19010412-V04-01ex09-page5.txt: [('prin-', 'prin'), ('-close.', 'close.'), ('re-', 're'), ('responsi-', 'responsi')]
GCB19010412-V04-01ex09-page6.txt: [('pro-', 'pro'), ('appre-', 'appre'), ('recommenda-', 'recommenda'), ('recommen-', 'recommen')]
GCB19010412-V04-01ex09-page7.txt: [('sup-', 'sup'), ('con-', 'con'), ('regu-', 'regu'), ('de-', 'de'), ('disposi-', 'disposi')]
GCB19010412-V04-01ex09-page8.txt: [('provi-', 'provi'), ('Scan-', 'Scan')]
GCB19010414-V04-01ex10-page1.txt: [('suc-', 'suc'), ('-Conference', 'Conference'), ('-cent', 'cent'), ('-', ''), ('Healds-', 'Healds')]
GCB19010414-V04-01ex10-page11.txt: [('Con-', 'Con'), ('in-', 'in'), ('Les-', 'Les'), ('bet-', 'bet')]
GCB19010414-V04-01ex10-page13.txt: [('every-', 'every'), ('visi-', 'visi'), ('ad-', 'ad'), ('run-', 'run')]
GCB19010414-V04-01ex10-page14.txt: [('con-', 'con')]
GCB19010414-V04-01ex10-page16.txt: [('-substitute', 'substitute'), ('wres-', 'wres'), ('-', ''), ('bless-', 'bless')]
GCB19010414-V04-01ex10-page3.txt: [('per-', 'per'), ('a.-', 'a.'), ('-', ''), ('cer-', 'cer'), ('un-', 'un'), ('be-', 'be'), ('-', ''), ('-', '')]
GCB19010414-V04-01ex10-page4.txt: [('en-', 'en'), ('-cent', 'cent'), ('con-', 'con')]
GCB19010414-V04-01ex10-page5.txt: [('peo-', 'peo'), ('congrega-', 'congrega'), ('al-', 'al'), ('sery-', 'sery'), ('-', '')]
GCB19010414-V04-01ex10-page6.txt: [('sea-', 'sea'), ('-', ''), ('En-', 'En')]
GCB19010414-V04-01ex10-page7.txt: [('appre-', 'appre'), ('-', ''), ('peo-', 'peo'), ('en-', 'en'), ('ex-', 'ex'), ('-not', 'not'), ('-', ''), ('be-', 'be'), ('Mas-', 'Mas'), ('submit-', 'submit')]
GCB19010414-V04-01ex10-page8.txt: [('-He', 'He'), ('de-', 'de'), ('won-', 'won')]
GCB19010414-V04-01ex10-page9.txt: [('-land', 'land'), ('build-', 'build')]
GCB19010415-V04-01ex11-page1.txt: [('re-', 're'), ('-cent', 'cent'), ('push-', 'push'), ('con-', 'con')]
GCB19010415-V04-01ex11-page10.txt: [('-power', 'power')]
GCB19010415-V04-01ex11-page11.txt: [('re-', 're'), ('success-', 'success'), ('pub-', 'pub'), ('set-', 'set'), ('lead-', 'lead'), ('Col-', 'Col'), ('some-', 'some')]
GCB19010415-V04-01ex11-page12.txt: [('Re-', 'Re')]
GCB19010415-V04-01ex11-page13.txt: [('-many', 'many'), ('benedic-', 'benedic'), ('-', ''), ('-thy', 'thy'), ('counte-', 'counte')]
GCB19010415-V04-01ex11-page14.txt: [('-', ''), ('nothing-', 'nothing')]
GCB19010415-V04-01ex11-page15.txt: [('serv-', 'serv'), ('-said', 'said')]
GCB19010415-V04-01ex11-page16.txt: [('en-', 'en'), ('-did', 'did')]
GCB19010415-V04-01ex11-page17.txt: [('re-', 're'), ('-pathway', 'pathway'), ('chap-', 'chap'), ('-', ''), ('success-', 'success')]
GCB19010415-V04-01ex11-page18.txt: [('-without', 'without'), ('in-', 'in'), ('be-', 'be')]
GCB19010415-V04-01ex11-page19.txt: [('-', '')]
GCB19010415-V04-01ex11-page2.txt: [('Com-', 'Com'), ('twenty-', 'twenty'), ('Confer-', 'Confer'), ('Con-', 'Con'), ('-our', 'our')]
GCB19010415-V04-01ex11-page20.txt: [('-', ''), ('gos-', 'gos'), ('-', ''), ('mo-', 'mo')]
GCB19010415-V04-01ex11-page21.txt: [('neverthe-', 'neverthe'), ('eter-', 'eter')]
GCB19010415-V04-01ex11-page23.txt: [('the-', 'the'), ('-months', 'months'), ('Constanti-', 'Constanti'), ('-now', 'now'), ('ex-', 'ex')]
GCB19010415-V04-01ex11-page24.txt: [('Euro-', 'Euro')]
GCB19010415-V04-01ex11-page3.txt: [('-', ''), ('-', ''), ('diffi-', 'diffi'), ('Mis-', 'Mis'), ('ener-', 'ener')]
GCB19010415-V04-01ex11-page4.txt: [('-BULLETIN.', 'BULLETIN.'), ('be-', 'be'), ('Con-', 'Con'), ('-but', 'but'), ('-their', 'their'), ('ob-', 'ob')]
GCB19010415-V04-01ex11-page5.txt: [('Gen-', 'Gen'), ('sensi-', 'sensi'), ('sugges-', 'sugges'), ('ex-', 'ex'), ('un-', 'un'), ('infor-', 'infor'), ('Com-', 'Com')]
GCB19010415-V04-01ex11-page6.txt: [('com-', 'com'), ('sug-', 'sug'), ('think-', 'think'), ('strength-', 'strength'), ('ad-', 'ad'), ('Educa-', 'Educa'), ('ques-', 'ques'), ('Confer-', 'Confer')]
GCB19010415-V04-01ex11-page7.txt: [('peo-', 'peo')]
GCB19010415-V04-01ex11-page8.txt: [('any-', 'any'), ('na-', 'na')]
GCB19010415-V04-01ex11-page9.txt: [('-with', 'with'), ('mission-', 'mission')]
GCB19010416-V04-01ex12-page1.txt: [('gram-', 'gram'), ('-cent', 'cent'), ('circu-', 'circu')]
GCB19010416-V04-01ex12-page10.txt: [('-coming', 'coming')]
GCB19010416-V04-01ex12-page12.txt: [('sac-', 'sac'), ('minis-', 'minis')]
GCB19010416-V04-01ex12-page13.txt: [('---Present', '--Present')]
GCB19010416-V04-01ex12-page14.txt: [('re-', 're'), ('-', ''), ('ac-', 'ac')]
GCB19010416-V04-01ex12-page15.txt: [('at-', 'at')]
GCB19010416-V04-01ex12-page16.txt: [('kin-', 'kin'), ('stand-', 'stand')]
GCB19010416-V04-01ex12-page17.txt: [('-r', 'r'), ('Seventh-', 'Seventh'), ('fol-', 'fol'), ('Seventh-', 'Seventh'), ('pro-', 'pro'), ('pro-', 'pro')]
GCB19010416-V04-01ex12-page18.txt: [('repub-', 'repub'), ('ef-', 'ef')]
GCB19010416-V04-01ex12-page19.txt: [('-to', 'to'), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('bur-', 'bur'), ('your-', 'your'), ('min-', 'min'), ('-"', '"'), ('-My', 'My')]
GCB19010416-V04-01ex12-page2.txt: [('-family', 'family'), ('-I', 'I'), ('ex-', 'ex'), ('in-', 'in'), ('-his', 'his'), ('in-', 'in'), ('en-', 'en'), ('pray-', 'pray')]
GCB19010416-V04-01ex12-page20.txt: [('-', ''), ('-Thou', 'Thou'), ('x-', 'x'), ('-in', 'in'), ('-', '')]
GCB19010416-V04-01ex12-page21.txt: [('-do', 'do'), ('atti-', 'atti'), ('thank-', 'thank'), ('-', ''), ('-turning', 'turning'), ('ask-', 'ask')]
GCB19010416-V04-01ex12-page22.txt: [('peo-', 'peo'), ('-', '')]
GCB19010416-V04-01ex12-page23.txt: [('burn-', 'burn'), ('pos-', 'pos')]
GCB19010416-V04-01ex12-page24.txt: [('-', '')]
GCB19010416-V04-01ex12-page25.txt: [('misunder-', 'misunder')]
GCB19010416-V04-01ex12-page26.txt: [('in-', 'in'), ('Cer-', 'Cer'), ('re-', 're')]
GCB19010416-V04-01ex12-page27.txt: [('Confer-', 'Confer'), ('-', ''), ('de-', 'de'), ('Sab-', 'Sab'), ('-', ''), ('of-be-', 'of-be')]
GCB19010416-V04-01ex12-page28.txt: [('Hon-', 'Hon'), ('im-', 'im')]
GCB19010416-V04-01ex12-page29.txt: [('en-', 'en'), ('com-', 'com'), ('cleanli-', 'cleanli'), ('-.arty..', '.arty..'), ('-to', 'to'), ('sim-', 'sim'), ('-', ''), ('-', ''), ('sur-', 'sur'), ('-see', 'see')]
GCB19010416-V04-01ex12-page3.txt: [('the-', 'the'), ('-', ''), ('-much', 'much'), ('-', ''), ('-would', 'would'), ('knowl-', 'knowl'), ('recog-', 'recog'), ('pres-', 'pres')]
GCB19010416-V04-01ex12-page30.txt: [('Sabbath-', 'Sabbath'), ('accom-', 'accom'), ('suc-', 'suc')]
GCB19010416-V04-01ex12-page31.txt: [('condi-', 'condi'), ('multi-', 'multi'), ('-wants', 'wants'), ('peo-', 'peo')]
GCB19010416-V04-01ex12-page32.txt: [('-native', 'native'), ('-step', 'step'), ('to-', 'to'), ('-day.', 'day.'), ('-tress', 'tress'), ('cer-', 'cer'), ('-One', 'One')]
GCB19010416-V04-01ex12-page4.txt: [('can-', 'can'), ('Co-op-', 'Co-op'), ('ex-', 'ex'), ('Dan-', 'Dan'), ('-of', 'of')]
GCB19010416-V04-01ex12-page5.txt: [('capi-', 'capi'), ('in-', 'in'), ('Hand-', 'Hand')]
GCB19010416-V04-01ex12-page6.txt: [('-', ''), ('canvass-', 'canvass')]
GCB19010416-V04-01ex12-page7.txt: [('ex-', 'ex'), ('Testi-', 'Testi'), ('secre-', 'secre')]
GCB19010416-V04-01ex12-page8.txt: [('adver-', 'adver'), ('for-', 'for'), ('respon-', 'respon'), ('book-', 'book')]
GCB19010416-V04-01ex12-page9.txt: [('call-', 'call'), ('Euro-', 'Euro')]
GCB19010417-V04-01ex13-page1.txt: [('-cent', 'cent'), ('or-', 'or'), ('DIS-', 'DIS'), ('Mis-', 'Mis'), ('Grays-', 'Grays'), ('Hunts-', 'Hunts'), ('direc-', 'direc')]
GCB19010417-V04-01ex13-page10.txt: [('Mis-', 'Mis'), ('world-', 'world'), ('re-', 're')]
GCB19010417-V04-01ex13-page11.txt: [('re-', 're'), ('PUBLISH-', 'PUBLISH'), ('Con-', 'Con'), ('Benevo-', 'Benevo'), ('asso-', 'asso')]
GCB19010417-V04-01ex13-page12.txt: [('propor-', 'propor'), ('under-', 'under'), ('institu-', 'institu'), ('meas-', 'meas')]
GCB19010417-V04-01ex13-page13.txt: [('per-', 'per'), ('per-', 'per'), ('mes-', 'mes'), ('Is-', 'Is'), ('be-', 'be'), ('LIABILI-', 'LIABILI'), ('LIABILI-', 'LIABILI')]
GCB19010417-V04-01ex13-page14.txt: [('-z.', 'z.')]
GCB19010417-V04-01ex13-page15.txt: [('pros-', 'pros'), ('-', ''), ('peo-', 'peo'), ('re-', 're'), ('sum-', 'sum'), ('-we', 'we'), ('Re-', 'Re')]
GCB19010417-V04-01ex13-page17.txt: [('board-', 'board'), ('ob-', 'ob'), ('-', ''), ('giv-', 'giv')]
GCB19010417-V04-01ex13-page18.txt: [('Gen-', 'Gen'), ('Chi-', 'Chi'), ('be-', 'be'), ('east-', 'east')]
GCB19010417-V04-01ex13-page19.txt: [('-the', 'the'), ('-shows', 'shows'), ('par-', 'par'), ('pres-', 'pres')]
GCB19010417-V04-01ex13-page2.txt: [('Timis-', 'Timis')]
GCB19010417-V04-01ex13-page20.txt: [('dif-', 'dif')]
GCB19010417-V04-01ex13-page22.txt: [('-', ''), ('--', '-')]
GCB19010417-V04-01ex13-page23.txt: [('Chal-', 'Chal'), ('chap-', 'chap'), ('Jeru-', 'Jeru'), ('be-', 'be'), ('-', '')]
GCB19010417-V04-01ex13-page24.txt: [('-', '')]
GCB19010417-V04-01ex13-page3.txt: [('Min-', 'Min'), ('what-', 'what'), ('per-', 'per'), ('en-', 'en')]
GCB19010417-V04-01ex13-page4.txt: [('in-', 'in')]
GCB19010417-V04-01ex13-page5.txt: [('-BULLETIN.', 'BULLETIN.'), ('twenty-', 'twenty'), ('rub-', 'rub'), ('ap-', 'ap'), ('be-', 'be'), ('-quake.', 'quake.'), ('Oath-', 'Oath'), ('per-', 'per')]
GCB19010417-V04-01ex13-page6.txt: [('"Ad-', '"Ad')]
GCB19010417-V04-01ex13-page7.txt: [('any-', 'any'), ('-', '')]
GCB19010417-V04-01ex13-page8.txt: [('Chi-', 'Chi'), ('con-', 'con'), ('ac-', 'ac'), ('pa-', 'pa')]
GCB19010418-V04-01ex14-page1.txt: [('-cent', 'cent'), ('un-', 'un'), ('BUL-', 'BUL'), ('BULLE-', 'BULLE'), ('pre-', 'pre'), ('admon-', 'admon')]
GCB19010418-V04-01ex14-page10.txt: [('MIS-', 'MIS'), ('mission-', 'mission'), ('-', ''), ('com-', 'com'), ('-forty', 'forty'), ('-that', 'that'), ('or-', 'or')]
GCB19010418-V04-01ex14-page11.txt: [('GENERAL-', 'GENERAL'), ('-work', 'work'), ('asso-', 'asso'), ('rheumatism.-', 'rheumatism.'), ('-Minutes', 'Minutes'), ('at-', 'at'), ('mis-', 'mis'), ('-', '')]
GCB19010418-V04-01ex14-page12.txt: [('-recommendation', 'recommendation'), ('nom-', 'nom')]
GCB19010418-V04-01ex14-page13.txt: [('mis-', 'mis'), ('co-opera-', 'co-opera'), ('Mich-', 'Mich'), ('Asso-', 'Asso'), ('-who', 'who')]
GCB19010418-V04-01ex14-page14.txt: [('under-', 'under'), ('-thought', 'thought'), ('minis-', 'minis'), ('mis-', 'mis')]
GCB19010418-V04-01ex14-page15.txt: [('common-', 'common'), ('-', ''), ('-', ''), ('restaur-', 'restaur'), ('ap-', 'ap'), ('dol-', 'dol')]
GCB19010418-V04-01ex14-page16.txt: [('con-', 'con')]
GCB19010418-V04-01ex14-page17.txt: [('min-', 'min'), ('-', ''), ('peo-', 'peo')]
GCB19010418-V04-01ex14-page18.txt: [('pros-', 'pros')]
GCB19010418-V04-01ex14-page19.txt: [('-she', 'she'), ('BUL-', 'BUL')]
GCB19010418-V04-01ex14-page2.txt: [('treat-', 'treat'), ('im-', 'im'), ('un-', 'un'), ('-of', 'of')]
GCB19010418-V04-01ex14-page20.txt: [('-ought', 'ought'), ('-out', 'out'), ('-could', 'could'), ('govern-', 'govern'), ('work-', 'work'), ('-than', 'than'), ('-icents', 'icents')]
GCB19010418-V04-01ex14-page21.txt: [('-the', 'the')]
GCB19010418-V04-01ex14-page22.txt: [('in-', 'in')]
GCB19010418-V04-01ex14-page23.txt: [('con-', 'con'), ('Con-', 'Con'), ('mat-', 'mat'), ('-for', 'for')]
GCB19010418-V04-01ex14-page24.txt: [('vis-', 'vis'), ('tes-', 'tes'), ('-', ''), ('Argen-', 'Argen')]
GCB19010418-V04-01ex14-page3.txt: [('lit-', 'lit'), ('-along', 'along'), ('There-', 'There')]
GCB19010418-V04-01ex14-page4.txt: [('recom-', 'recom'), ('-', ''), ('Pass-', 'Pass')]
GCB19010418-V04-01ex14-page5.txt: [('re-', 're'), ('-He', 'He'), ('-', ''), ('-then', 'then'), ('-', '')]
GCB19010418-V04-01ex14-page6.txt: [('-Conferences', 'Conferences'), ('"fol-', '"fol'), ('con-', 'con')]
GCB19010418-V04-01ex14-page7.txt: [('-', ''), ('-will', 'will'), ('Rock-', 'Rock'), ('-to', 'to'), ('pre-', 'pre'), ('LaughbOr-', 'LaughbOr'), ('Dis-', 'Dis'), ('--', '-'), ('pected.-', 'pected.'), ('to-', 'to')]
GCB19010418-V04-01ex14-page8.txt: [('selec-', 'selec'), ('ac-', 'ac'), ('BE-', 'BE'), ('-', ''), ('com-', 'com'), ('inter-', 'inter'), ('recom-', 'recom'), ('un-', 'un'), ('Reli-', 'Reli'), ('mo-', 'mo')]
GCB19010418-V04-01ex14-page9.txt: [('-GENERAL', 'GENERAL'), ('dormi-', 'dormi'), ('Benevo-', 'Benevo'), ('build-', 'build'), ('-and', 'and'), ('mo-', 'mo'), ('nego-', 'nego')]
GCB19010419-V04-01ex15-page1.txt: [('-cent', 'cent'), ('-to', 'to'), ('constitu-', 'constitu'), ('busi-', 'busi'), ('dis-', 'dis'), ('mem-', 'mem')]
GCB19010419-V04-01ex15-page10.txt: [('Com-', 'Com'), ('-at', 'at'), ('princi-', 'princi'), ('-seed', 'seed')]
GCB19010419-V04-01ex15-page11.txt: [('-', ''), ('noth-', 'noth'), ('-are', 'are'), ('institu-', 'institu'), ('-', ''), ('In-', 'In'), ('-branch', 'branch'), ('Missionary-', 'Missionary'), ('-', ''), ('indi-', 'indi')]
GCB19010419-V04-01ex15-page12.txt: [('in-', 'in')]
GCB19010419-V04-01ex15-page13.txt: [('inde-', 'inde'), ('diffi-', 'diffi')]
GCB19010419-V04-01ex15-page14.txt: [('Col-', 'Col'), ('reso-', 'reso'), ('con-', 'con'), ('some-', 'some'), ('up-', 'up'), ('ap-', 'ap'), ('Skods-', 'Skods')]
GCB19010419-V04-01ex15-page15.txt: [('-', ''), ('MIS-', 'MIS'), ('TAB-', 'TAB'), ('AS-', 'AS'), ('Med-', 'Med'), ('Associa-', 'Associa')]
GCB19010419-V04-01ex15-page16.txt: [('Inter--', 'Inter-')]
GCB19010419-V04-01ex15-page17.txt: [('litera-', 'litera'), ('morning.-', 'morning.')]
GCB19010419-V04-01ex15-page18.txt: [('les-', 'les'), ('par-', 'par')]
GCB19010419-V04-01ex15-page19.txt: [('sec-', 'sec')]
GCB19010419-V04-01ex15-page2.txt: [('Educa-', 'Educa'), ('mat-', 'mat'), ('In-', 'In'), ('cor-', 'cor'), ('Michi-', 'Michi'), ('Judg-', 'Judg')]
GCB19010419-V04-01ex15-page20.txt: [('Sab-', 'Sab'), ('be-', 'be'), ('-ale', 'ale'), ('an-', 'an')]
GCB19010419-V04-01ex15-page21.txt: [('-', ''), ('-he', 'he'), ('re-', 're'), ('Sab-', 'Sab'), ('four-', 'four')]
GCB19010419-V04-01ex15-page22.txt: [('-', '')]
GCB19010419-V04-01ex15-page23.txt: [('Sab-', 'Sab'), ('be-', 'be'), ('reg-', 'reg'), ('offi-', 'offi'), ('recom-', 'recom')]
GCB19010419-V04-01ex15-page24.txt: [('commemora-', 'commemora'), ('truth."--', 'truth."-'), ('unan-', 'unan'), ('col-', 'col')]
GCB19010419-V04-01ex15-page3.txt: [('with-', 'with'), ('made-', 'made'), ('mes-', 'mes'), ('-', ''), ('mes-', 'mes'), ('-or', 'or')]
GCB19010419-V04-01ex15-page4.txt: [('consul-', 'consul'), ('fas-', 'fas'), ('va-', 'va'), ('in-', 'in'), ('cuntribu-', 'cuntribu'), ('sup-', 'sup'), ('under-', 'under'), ('mem-', 'mem')]
GCB19010419-V04-01ex15-page5.txt: [('Cot-', 'Cot'), ('PUBLISH-', 'PUBLISH'), ('Con-', 'Con'), ('-up', 'up'), ('Druil-', 'Druil'), ('be-', 'be'), ('develop-', 'develop'), ('Nor-', 'Nor'), ('peo-', 'peo'), ('Gen-', 'Gen')]
GCB19010419-V04-01ex15-page6.txt: [('stand-', 'stand'), ('-him', 'him'), ('-him', 'him'), ('col-', 'col'), ('busi-', 'busi'), ('-', ''), ('nomi-', 'nomi')]
GCB19010419-V04-01ex15-page7.txt: [('sat-', 'sat'), ('-of', 'of')]
GCB19010419-V04-01ex15-page8.txt: [('la-', 'la'), ('MISSION-', 'MISSION'), ('ASSO-', 'ASSO'), ('-the', 'the')]
GCB19010419-V04-01ex15-page9.txt: [('-with', 'with'), ('-have', 'have'), ('sup-', 'sup'), ('-unanimously', 'unanimously')]
GCB19010421-V04-01ex16-page1.txt: [('BULLE-', 'BULLE'), ('-cent', 'cent'), ('-', ''), ('in-', 'in'), ('BULLE-', 'BULLE')]
GCB19010421-V04-01ex16-page10.txt: [('per-', 'per'), ('-', '')]
GCB19010421-V04-01ex16-page11.txt: [('de-', 'de'), ('thorough-', 'thorough'), ('terri-', 'terri')]
GCB19010421-V04-01ex16-page12.txt: [('pre-', 'pre'), ('descen-', 'descen')]
GCB19010421-V04-01ex16-page13.txt: [('-whose', 'whose'), ('can-', 'can')]
GCB19010421-V04-01ex16-page14.txt: [('circula-', 'circula'), ('per-', 'per'), ('-prison', 'prison'), ('perse-', 'perse')]
GCB19010421-V04-01ex16-page15.txt: [('Corn-', 'Corn'), ('can-', 'can'), ('re-', 're'), ('Man-', 'Man'), ('-the', 'the'), ('sev-', 'sev'), ('trans-', 'trans')]
GCB19010421-V04-01ex16-page16.txt: [('In-', 'In'), ('now-', 'now'), ('Wel-', 'Wel')]
GCB19010421-V04-01ex16-page17.txt: [('put-', 'put')]
GCB19010421-V04-01ex16-page18.txt: [('cir-', 'cir'), ('-', '')]
GCB19010421-V04-01ex16-page19.txt: [('-', ''), ('carry-', 'carry'), ('-', '')]
GCB19010421-V04-01ex16-page2.txt: [('-the', 'the'), ('-', '')]
GCB19010421-V04-01ex16-page20.txt: [('peo-', 'peo'), ('ques-', 'ques'), ('re-', 're'), ('be-', 'be')]
GCB19010421-V04-01ex16-page21.txt: [('Cer-', 'Cer'), ('crea-', 'crea'), ('prin-', 'prin'), ('-being', 'being'), ('immuni-', 'immuni'), ('-', '')]
GCB19010421-V04-01ex16-page22.txt: [('pur-', 'pur'), ('ha-U-', 'ha-U')]
GCB19010421-V04-01ex16-page23.txt: [('-', ''), ('-', ''), ('abun-', 'abun'), ('Christ.-', 'Christ.'), ('-and', 'and'), ('possi-', 'possi'), ('dol-', 'dol'), ('surren-', 'surren'), ('re-', 're'), ('un-', 'un')]
GCB19010421-V04-01ex16-page24.txt: [('some-', 'some'), ('-throne', 'throne')]
GCB19010421-V04-01ex16-page3.txt: [('-', ''), ('-', ''), ('Conference-', 'Conference'), ('com-', 'com'), ('Confer-', 'Confer'), ('con-', 'con'), ('-', ''), ('-', ''), ('reforma-', 'reforma'), ('col-', 'col')]
GCB19010421-V04-01ex16-page4.txt: [('self-sup-', 'self-sup'), ('Mani-', 'Mani'), ('-', ''), ('Ger-', 'Ger'), ('-', ''), ('direc-', 'direc'), ('Com-', 'Com'), ('Aus-', 'Aus'), ('estab-', 'estab')]
GCB19010421-V04-01ex16-page5.txt: [('mo-', 'mo'), ('hon-', 'hon'), ('-', '')]
GCB19010421-V04-01ex16-page6.txt: [('adher-', 'adher'), ('ASSO-', 'ASSO'), ('ex-', 'ex')]
GCB19010421-V04-01ex16-page7.txt: [('labor-', 'labor')]
GCB19010421-V04-01ex16-page8.txt: [('dis-', 'dis'), ('tent-', 'tent'), ('in-', 'in'), ('ar-', 'ar'), ('bask-', 'bask'), ('re-', 're'), ('-one', 'one')]
GCB19010421-V04-01ex16-page9.txt: [('meet-', 'meet')]
GCB19010423-V04-01ex18-page1.txt: [('circu-', 'circu'), ('Chris-', 'Chris'), ('-cent', 'cent'), ('CON-', 'CON')]
GCB19010423-V04-01ex18-page10.txt: [('Tennes-', 'Tennes'), ('appli-', 'appli'), ('fa-', 'fa')]
GCB19010423-V04-01ex18-page11.txt: [('Com-', 'Com')]
GCB19010423-V04-01ex18-page12.txt: [('-', ''), ('ac-', 'ac'), ('move-', 'move'), ('cap-', 'cap'), ('removed-', 'removed'), ('knowl-', 'knowl'), ('supposi-', 'supposi'), ('incorrup-', 'incorrup'), ('circum-', 'circum')]
GCB19010423-V04-01ex18-page13.txt: [("-Lord's", "Lord's"), ('for-', 'for'), ('-in', 'in'), ('meas-', 'meas'), ('Seventh-', 'Seventh'), ('people--', 'people-'), ('-', ''), ('car-', 'car'), ('ac-', 'ac'), ('-', ''), ('de-', 'de'), ('-', ''), ('be-', 'be')]
GCB19010423-V04-01ex18-page14.txt: [('-', ''), ('-', ''), ('represen-', 'represen'), ('be-', 'be'), ('-', ''), ('-', ''), ('Leav-', 'Leav'), ('possi-', 'possi')]
GCB19010423-V04-01ex18-page15.txt: [('evi-', 'evi'), ('re-', 're'), ('-', ''), ('--', '-'), ('joy-', 'joy')]
GCB19010423-V04-01ex18-page16.txt: [('pre-', 'pre'), ('him-', 'him')]
GCB19010423-V04-01ex18-page17.txt: [('-and', 'and'), ('-', ''), ('opportuni-', 'opportuni'), ('God."-', 'God."'), ('-Great', 'Great'), ('-', ''), ('peo-', 'peo')]
GCB19010423-V04-01ex18-page18.txt: [('--', '-'), ('to-', 'to')]
GCB19010423-V04-01ex18-page19.txt: [('coun-', 'coun'), ('occu-', 'occu')]
GCB19010423-V04-01ex18-page2.txt: [('out-', 'out'), ('esti-', 'esti'), ('in-', 'in'), ('hav-', 'hav'), ('propo-', 'propo'), ('-shut', 'shut'), ('look-', 'look')]
GCB19010423-V04-01ex18-page20.txt: [('Mich-', 'Mich'), ('fur-', 'fur'), ('com-', 'com'), ('-the', 'the'), ('ex-', 'ex'), ('Eng-', 'Eng')]
GCB19010423-V04-01ex18-page21.txt: [('in-', 'in'), ('there-', 'there'), ('-who', 'who'), ('-relatives', 'relatives'), ('es-', 'es'), ('impos-', 'impos')]
GCB19010423-V04-01ex18-page22.txt: [('cli-', 'cli'), ('sev-', 'sev'), ('-', ''), ('num-', 'num'), ('in-', 'in')]
GCB19010423-V04-01ex18-page23.txt: [('Sco-', 'Sco'), ('-', ''), ('-', ''), ('Eng-', 'Eng'), ('re-', 're')]
GCB19010423-V04-01ex18-page24.txt: [('-in', 'in'), ('peo-', 'peo'), ('report-', 'report'), ('kin-', 'kin'), ('--', '-'), ('-', '')]
GCB19010423-V04-01ex18-page25.txt: [('con-', 'con'), ('-', ''), ('na-', 'na'), ('be-', 'be')]
GCB19010423-V04-01ex18-page26.txt: [('-given', 'given'), ('com-', 'com'), ('In-', 'In'), ('en-', 'en')]
GCB19010423-V04-01ex18-page27.txt: [('from-', 'from'), ('mis-', 'mis'), ('ap-', 'ap'), ('-where', 'where'), ('-over', 'over'), ('break-', 'break')]
GCB19010423-V04-01ex18-page28.txt: [('mes-', 'mes'), ('re-', 're'), ('-', '')]
GCB19010423-V04-01ex18-page29.txt: [('tumor.-', 'tumor.'), ('-universe', 'universe'), ('-There', 'There'), ('appli-', 'appli'), ('be-', 'be'), ('-', '')]
GCB19010423-V04-01ex18-page30.txt: [('-is', 'is')]
GCB19010423-V04-01ex18-page31.txt: [('-CONFERENCE', 'CONFERENCE'), ('-put', 'put'), ('-you', 'you'), ('ex-', 'ex')]
GCB19010423-V04-01ex18-page32.txt: [('mat-', 'mat'), ('minis-', 'minis'), ('culti-', 'culti'), ('instantane-', 'instantane')]
GCB19010423-V04-01ex18-page4.txt: [('Seventh-', 'Seventh'), ('institu-', 'institu'), ('dol-', 'dol')]
GCB19010423-V04-01ex18-page5.txt: [('-want', 'want'), ('-we', 'we')]
GCB19010423-V04-01ex18-page6.txt: [('-watching', 'watching'), ('--', '-')]
GCB19010423-V04-01ex18-page7.txt: [('agree-', 'agree'), ('discus-', 'discus'), ('-', '')]
GCB19010423-V04-01ex18-page8.txt: [('ques-', 'ques'), ('Recommenda-', 'Recommenda'), ('contin-', 'contin'), ('pio-', 'pio')]
GCB19010423-V04-01ex18-page9.txt: [('Ore-', 'Ore'), ('under-', 'under'), ('Ev-', 'Ev'), ('.-', '.'), ('-', ''), ('busi-', 'busi'), ('To-', 'To')]
GCB19010424-V04-01ex17-page1.txt: [('-cent', 'cent'), ('CON-', 'CON'), ('Mc-', 'Mc'), ('-BULLETIN', 'BULLETIN'), ('PRESENT-', 'PRESENT')]
GCB19010424-V04-01ex17-page10.txt: [('fifty-', 'fifty'), ('Danish-', 'Danish')]
GCB19010424-V04-01ex17-page11.txt: [('house-', 'house'), ('Car-', 'Car')]
GCB19010424-V04-01ex17-page12.txt: [('man-', 'man'), ('breth-', 'breth')]
GCB19010424-V04-01ex17-page13.txt: [('be-', 'be'), ('Me-', 'Me'), ('representa-', 'representa'), ('men-', 'men'), ('breth-', 'breth'), ('ad-', 'ad'), ('peo-', 'peo')]
GCB19010424-V04-01ex17-page14.txt: [('Sab-', 'Sab'), ('cen-', 'cen'), ('dif-', 'dif'), ('-', ''), ('busi-', 'busi'), ('in-', 'in'), ('impracti-', 'impracti'), ('num-', 'num'), ('Kan-', 'Kan'), ('Union-', 'Union'), ('Con-', 'Con'), ('Con-', 'Con'), ('Un-', 'Un')]
GCB19010424-V04-01ex17-page15.txt: [('ac-', 'ac'), ('pro-', 'pro'), ('-the', 'the'), ('dele-', 'dele'), ('rec-', 'rec'), ('-and', 'and'), ('-', '')]
GCB19010424-V04-01ex17-page16.txt: [('-shall', 'shall'), ('discour-', 'discour'), ('so-', 'so'), ('can-', 'can')]
GCB19010424-V04-01ex17-page18.txt: [('cen-', 'cen')]
GCB19010424-V04-01ex17-page19.txt: [('-is', 'is'), ('per-', 'per'), ('appear-', 'appear'), ('-pledge', 'pledge'), ('-', ''), ('-', '')]
GCB19010424-V04-01ex17-page2.txt: [('CONFERENCE-', 'CONFERENCE'), ('CAN-', 'CAN'), ('COLPOR-', 'COLPOR'), ('dele-', 'dele'), ('lit-', 'lit'), ('suita-', 'suita')]
GCB19010424-V04-01ex17-page20.txt: [('-emphasizing.', 'emphasizing.'), ('com-', 'com')]
GCB19010424-V04-01ex17-page21.txt: [('to-', 'to'), ('ex-', 'ex'), ('represen-', 'represen'), ('-help', 'help'), ('-work', 'work')]
GCB19010424-V04-01ex17-page22.txt: [('edu-', 'edu'), ('warn-', 'warn')]
GCB19010424-V04-01ex17-page23.txt: [('INTER-', 'INTER'), ('-', ''), ('em-', 'em'), ('Interna-', 'Interna'), ('Correspond-', 'Correspond'), ('for-', 'for')]
GCB19010424-V04-01ex17-page24.txt: [('re-', 're'), ('-', ''), ('hun-', 'hun'), ('--', '-')]
GCB19010424-V04-01ex17-page25.txt: [('-firmed', 'firmed'), ('wit-', 'wit'), ('pre-', 'pre'), ('eter-', 'eter')]
GCB19010424-V04-01ex17-page26.txt: [('nothing-', 'nothing'), ('him-', 'him'), ('-orders', 'orders')]
GCB19010424-V04-01ex17-page27.txt: [('wis-', 'wis'), ('offer-', 'offer'), ('lay-', 'lay'), ('-', ''), ('sub-', 'sub'), ('ex-', 'ex'), ('-to', 'to')]
GCB19010424-V04-01ex17-page28.txt: [('go-', 'go'), ('manifes-', 'manifes'), ('in-', 'in')]
GCB19010424-V04-01ex17-page29.txt: [('-', ''), ('corrupti-', 'corrupti')]
GCB19010424-V04-01ex17-page30.txt: [('--It', '-It'), ('-is', 'is'), ('trans-', 'trans')]
GCB19010424-V04-01ex17-page31.txt: [('sin-', 'sin')]
GCB19010424-V04-01ex17-page32.txt: [('any-', 'any'), ('-', ''), ('-we', 'we'), ('-suppose', 'suppose'), ('-', ''), ('be-', 'be'), ('-we', 'we'), ('con-', 'con')]
GCB19010424-V04-01ex17-page4.txt: [('mes-', 'mes'), ('re-', 're'), ('messen-', 'messen'), ('re-', 're'), ('obey-', 'obey'), ('send-', 'send')]
GCB19010424-V04-01ex17-page5.txt: [('-', ''), ('Inter-', 'Inter'), ('Associa-', 'Associa'), ('-', ''), ('accom-', 'accom'), ('Prov-', 'Prov'), ('spirit-', 'spirit'), ('prose-', 'prose')]
GCB19010424-V04-01ex17-page6.txt: [('enjoy-', 'enjoy'), ('or-', 'or'), ('fa-', 'fa'), ('cir-', 'cir'), ('Breth-', 'Breth')]
GCB19010424-V04-01ex17-page7.txt: [('lit--', 'lit-'), ('lib-', 'lib'), ('-my.', 'my.'), ('-The', 'The'), ('Re-', 'Re')]
GCB19010424-V04-01ex17-page8.txt: [('BUL-', 'BUL'), ('courts.-', 'courts.'), ('mem-', 'mem'), ('-coming', 'coming')]
GCB19010424-V04-01ex17-page9.txt: [('-', ''), ('recom-', 'recom'), ('Re-', 'Re'), ('for-', 'for'), ('-', ''), ('-house', 'house')]
GCB19010424-V04-01ex19-page1.txt: [('--', '-'), ('PEO-', 'PEO'), ('-', ''), ('-cent', 'cent'), ('-Tim', 'Tim')]
GCB19010424-V04-01ex19-page10.txt: [('bur-', 'bur'), ('peo-', 'peo'), ('re-', 're')]
GCB19010424-V04-01ex19-page11.txt: [('money-', 'money'), ('sugges-', 'sugges'), ('incapable-', 'incapable'), ('be-', 'be')]
GCB19010424-V04-01ex19-page12.txt: [('-', ''), ('with-', 'with')]
GCB19010424-V04-01ex19-page13.txt: [('con-', 'con'), ('foun-', 'foun')]
GCB19010424-V04-01ex19-page14.txt: [('-OENERAL', 'OENERAL'), ('-which', 'which'), ('cor-', 'cor'), ('-No', 'No')]
GCB19010424-V04-01ex19-page15.txt: [('ac-', 'ac'), ('dili-', 'dili'), ('re-', 're'), ('sub-', 'sub')]
GCB19010424-V04-01ex19-page16.txt: [('Gil-', 'Gil'), ('com-', 'com')]
GCB19010424-V04-01ex19-page2.txt: [('-', ''), ('av-', 'av'), ('Corn-', 'Corn'), ('-mittee', 'mittee'), ('unfin-', 'unfin'), ('institu-', 'institu'), ('pa-', 'pa'), ('unfin-', 'unfin')]
GCB19010424-V04-01ex19-page3.txt: [('-', ''), ('re-', 're'), ('superintend-', 'superintend'), ('peo-', 'peo'), ('pre-', 'pre')]
GCB19010424-V04-01ex19-page4.txt: [('Consti-', 'Consti'), ('BUL-', 'BUL'), ('BUL-', 'BUL'), ('-Conference', 'Conference')]
GCB19010424-V04-01ex19-page5.txt: [('-', ''), ('delega-', 'delega'), ('pa-', 'pa'), ('Doc-', 'Doc')]
GCB19010424-V04-01ex19-page7.txt: [('Dan-', 'Dan'), ('Lough-', 'Lough'), ('Os-', 'Os'), ('Pee-', 'Pee'), ('substi-', 'substi'), ('Cavi-', 'Cavi'), ('Bun-', 'Bun'), ('Hays-', 'Hays'), ('Well-', 'Well'), ('Mc-', 'Mc'), ('Rich-', 'Rich'), ('Sny-', 'Sny'), ('Well-', 'Well'), ('Brook-', 'Brook'), ('Cris-', 'Cris'), ('-', '')]
GCB19010424-V04-01ex19-page8.txt: [('car-', 'car'), ('Confer-', 'Confer'), ('creden-', 'creden')]
GCB19010424-V04-01ex19-page9.txt: [('\'"A-', '\'"A'), ('-', ''), ('-sessions', 'sessions'), ('VICE-', 'VICE'), ('Vice-', 'Vice'), ('EXECU-', 'EXECU'), ('-the', 'the')]
GCB19010425-V04-01ex20-page1.txt: [('-THE', 'THE'), ('or-', 'or'), ('organic-', 'organic'), ('great-', 'great'), ('con-', 'con'), ('-', ''), ('-to', 'to'), ('-meetings', 'meetings'), ('--', '-'), ('-cent', 'cent'), ('-GENERAL', 'GENERAL'), ('CONFER-', 'CONFER'), ('the-', 'the'), ('the-', 'the'), ('-The', 'The'), ('-', '')]
GCB19010425-V04-01ex20-page10.txt: [('last-', 'last'), ('-that', 'that'), ('---', '--')]
GCB19010425-V04-01ex20-page11.txt: [('at-', 'at'), ('Con-', 'Con'), ('-velous', 'velous')]
GCB19010425-V04-01ex20-page12.txt: [('remarka-', 'remarka'), ('sepa-', 'sepa')]
GCB19010425-V04-01ex20-page13.txt: [('-', ''), ('-', ''), ('-we', 'we'), ('-', ''), ('-', ''), ('-', ''), ('won-', 'won'), ('-', ''), ('-.', '.'), ('-time', 'time'), ('-', ''), ('-', ''), ('-air', 'air'), ('-faith', 'faith'), ('determi-', 'determi'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-as', 'as'), ('-', ''), ('in-', 'in')]
GCB19010425-V04-01ex20-page14.txt: [('as-', 'as'), ('bless-', 'bless'), ('Con-', 'Con'), ('re-', 're'), ('-gather', 'gather'), ('-', ''), ('recogret-', 'recogret'), ('-blessingsrareceived.', 'blessingsrareceived.'), ('Gen-', 'Gen')]
GCB19010425-V04-01ex20-page15.txt: [('re-', 're'), ('pre-', 'pre'), ('-', ''), ('-', ''), ('--', '-'), ('--should', '-should'), ('-ever', 'ever'), ('-May', 'May'), ('-which', 'which'), ('meeting--', 'meeting-'), ('Was-', 'Was'), ('-', ''), ('-', ''), ('-held', 'held'), ('con-', 'con'), ('-his', 'his'), ('to-', 'to'), ('-', ''), ('Cap-', 'Cap'), ('-', ''), ('E-', 'E'), ('-the', 'the'), ('-thie', 'thie')]
GCB19010425-V04-01ex20-page16.txt: [('-ants', 'ants'), ('-', ''), ('-thine', 'thine'), ('-the', 'the'), ('-us.', 'us.'), ('-', ''), ('call-', 'call')]
GCB19010425-V04-01ex20-page17.txt: [('-', ''), ('-the', 'the'), ('-', ''), ('-strong', 'strong'), ('-', ''), ('-', ''), ('-"and."', '"and."'), ('pre--', 'pre-'), ('--', '-'), ('-', ''), ('day.-', 'day.'), ('and-', 'and'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('----Brother', '---Brother'), ('-house', 'house'), ('Con-', 'Con')]
GCB19010425-V04-01ex20-page18.txt: [('-', ''), ('an-', 'an'), ('-well', 'well'), ('Work.-', 'Work.'), ('-responsible', 'responsible'), ('-it', 'it'), ('-we', 'we'), ('-pledge', 'pledge'), ('-would', 'would'), ('our-', 'our'), ('-my-faith', 'my-faith'), ('--any', '-any'), ('-Would', 'Would'), ('dele-', 'dele'), ('enter-', 'enter')]
GCB19010425-V04-01ex20-page19.txt: [('-', ''), ('-this', 'this'), ('-about', 'about'), ('en-', 'en'), ('fol-', 'fol'), ('Confer-', 'Confer'), ('Seventh-', 'Seventh'), ('In-', 'In'), ('Union-', 'Union'), ('--may', '-may'), ('Article-', 'Article'), ('-', ''), ('-same', 'same'), ('per-', 'per'), ('-to', 'to'), ('-', ''), ('-Auditor', 'Auditor'), ('presi-', 'presi')]
GCB19010425-V04-01ex20-page2.txt: [('-', ''), ('per-', 'per'), ('-', ''), ('pre-', 'pre'), ('-', ''), ('re-', 're'), ('Beards-', 'Beards'), ('Ten-', 'Ten'), ('Daniells-', 'Daniells')]
GCB19010425-V04-01ex20-page20.txt: [('Execu-', 'Execu'), ('presi-', 'presi'), ('im-', 'im'), ('har-', 'har'), ('pro-', 'pro'), ('-regular', 'regular'), ('re-', 're'), ('con-', 'con'), ('Man-', 'Man'), ("credential's-", "credential's"), ('-', ''), ('-', ''), ('per-', 'per')]
GCB19010425-V04-01ex20-page21.txt: [('col--', 'col-'), ('New-', 'New'), ('EXECU-', 'EXECU'), ('-session', 'session'), ('-', ''), ('-', ''), ('Con-', 'Con'), ('numeri-', 'numeri')]
GCB19010425-V04-01ex20-page22.txt: [('scat-', 'scat'), ('-that', 'that'), ('Dur-', 'Dur'), ('tes-', 'tes'), ('inti-', 'inti'), ('cer-', 'cer'), ('-', ''), ('sim-', 'sim'), ('-as', 'as'), ('French-', 'French'), ('-a', 'a'), ('--and', '-and'), ('-', '')]
GCB19010425-V04-01ex20-page23.txt: [('-', ''), ('atten-', 'atten'), ('-', ''), ('re-', 're'), ('-Our', 'Our'), ('other-', 'other'), ('dona-', 'dona'), ('-fund', 'fund'), ('-', ''), ('-an', 'an'), ('-', ''), ('-', ''), ('-', ''), ('Sister-', 'Sister')]
GCB19010425-V04-01ex20-page24.txt: [('-the', 'the'), ('-lam', 'lam'), ('-', ''), ('coming-', 'coming'), ('-', ''), ('-a', 'a'), ('-the', 'the'), ('-y', 'y'), ('-an', 'an')]
GCB19010425-V04-01ex20-page25.txt: [('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-made', 'made'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('immense-', 'immense'), ('-', ''), ('diiin-', 'diiin'), ('-originally', 'originally'), ('-n', 'n')]
GCB19010425-V04-01ex20-page26.txt: [('-', ''), ('-high.', 'high.'), ('-Ine', 'Ine'), ('-Make', 'Make')]
GCB19010425-V04-01ex20-page27.txt: [('-they', 'they'), ('-', ''), ('-what', 'what'), ('-There', 'There'), ('-us', 'us'), ('-', ''), ('-them', 'them'), ('-a', 'a'), ('-and', 'and'), ('about-', 'about'), ('-to-a', 'to-a'), ('-', ''), ('-', ''), ('-"Is', '"Is'), ('-considerations', 'considerations')]
GCB19010425-V04-01ex20-page28.txt: [('be-', 'be')]
GCB19010425-V04-01ex20-page29.txt: [('-full', 'full'), ('-', ''), ('-', ''), ('-said', 'said'), ('-see', 'see'), ('proposi-', 'proposi'), ('sacri-', 'sacri'), ('-know', 'know'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('twenty-', 'twenty'), ('--', '-'), ('-', ''), ('can-', 'can'), ('-', ''), ('pre-', 'pre'), ('-"', '"'), ('A-', 'A'), ('princi-', 'princi'), ('.-', '.')]
GCB19010425-V04-01ex20-page3.txt: [('CONFERENCE-', 'CONFERENCE'), ('neg-', 'neg'), ('in-', 'in'), ('-I', 'I'), ('-to', 'to'), ('-be', 'be')]
GCB19010425-V04-01ex20-page30.txt: [('--G-ENERAL', '-G-ENERAL'), ('-Then', 'Then'), ('-', ''), ('get-', 'get'), ('-be', 'be'), ('-hours', 'hours'), ('aver-', 'aver'), ('woak.---', 'woak.--'), ('-in', 'in'), ('-', '')]
GCB19010425-V04-01ex20-page31.txt: [('for-', 'for'), ('-that', 'that'), ('-', ''), ('-showed', 'showed'), ('-they', 'they'), ('-Cetalte..-', 'Cetalte..-'), ('re-', 're')]
GCB19010425-V04-01ex20-page32.txt: [('-book.', 'book.'), ('-', ''), ('-large', 'large'), ('-and', 'and'), ('-as', 'as'), ('-sacred', 'sacred'), ('-', ''), ('-', ''), ('-have', 'have')]
GCB19010425-V04-01ex20-page4.txt: [('everbe-', 'everbe'), ('Con-', 'Con'), ('depart-', 'depart')]
GCB19010425-V04-01ex20-page5.txt: [('-', ''), ('ap-', 'ap'), ('-', ''), ('-', ''), ('-here', 'here'), ('peo-', 'peo'), ('-high', 'high'), ('be-', 'be'), ('-minds', 'minds'), ('-of', 'of'), ('peo-', 'peo'), ('-', ''), ('-', ''), ('an-', 'an'), ('be-', 'be'), ('-knew', 'knew'), ('-', ''), ('noth-', 'noth')]
GCB19010425-V04-01ex20-page6.txt: [('ser-', 'ser'), ('meas-', 'meas'), ('-', ''), ('-at', 'at'), ('-it', 'it'), ('Audit-', 'Audit')]
GCB19010425-V04-01ex20-page7.txt: [('ex-', 'ex'), ('-', ''), ('-does', 'does'), ('shall-', 'shall'), ('-as', 'as'), ('-is', 'is'), ('-city', 'city'), ('be-', 'be'), ('-', '')]
GCB19010425-V04-01ex20-page8.txt: [('-', ''), ('-', ''), ('GEIVERAL----', 'GEIVERAL---'), ('-N-PB-R-EN-UE-HUITLE-TIN.', 'N-PB-R-EN-UE-HUITLE-TIN.'), ('-', ''), ('-never', 'never'), ('work-', 'work')]
GCB19010425-V04-01ex20-page9.txt: [('--', '-'), ('-the', 'the'), ('-to', 'to'), ('before-', 'before'), ('Alto-', 'Alto'), ('-for', 'for'), ('-', ''), ('-', ''), ('-this', 'this'), ('-one', 'one'), ('-And', 'And'), ('-', ''), ('--', '-'), ('-with', 'with'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB1901XXXX-V04-02-page1.txt: [('-cent', 'cent'), ('princi-', 'princi'), ('refer-', 'refer'), ('belong-', 'belong')]
GCB1901XXXX-V04-02-page10.txt: [('him-', 'him'), ('-healing.', 'healing.'), ('-power', 'power')]
GCB1901XXXX-V04-02-page11.txt: [('ORGANIZA-', 'ORGANIZA'), ('ques-', 'ques'), ('MIS-', 'MIS'), ('Suther-', 'Suther'), ('-S.', 'S.'), ('Pub-', 'Pub')]
GCB1901XXXX-V04-02-page12.txt: [('MISSION-', 'MISSION'), ('BENEVO-', 'BENEVO'), ('nENEVO-', 'nENEVO'), ('ASSO-', 'ASSO'), ('MAN-', 'MAN'), ('Hurl-', 'Hurl')]
GCB1901XXXX-V04-02-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('responsibil-', 'responsibil'), ('ASSO-', 'ASSO'), ('dis-', 'dis'), ('organ-', 'organ'), ('-lines', 'lines'), ('inter-', 'inter'), ('Con-', 'Con')]
GCB1901XXXX-V04-02-page14.txt: [('prop-', 'prop'), ('Confer-', 'Confer'), ('Les-', 'Les'), ('-', ''), ('-', ''), ('-the', 'the'), ('training-', 'training')]
GCB1901XXXX-V04-02-page15.txt: [('camp-', 'camp'), ('ex-', 'ex'), ('Chris-', 'Chris'), ('devel-', 'devel')]
GCB1901XXXX-V04-02-page16.txt: [('cover-', 'cover'), ('pre-', 'pre'), ('Con-', 'Con'), ('recom-', 'recom'), ('-', ''), ('assem-', 'assem'), ('Ger-', 'Ger'), ('la-', 'la'), ('Publish-', 'Publish'), ('do-', 'do'), ('-', ''), ('min-', 'min')]
GCB1901XXXX-V04-02-page17.txt: [('-perform', 'perform'), ('open-', 'open'), ('-', ''), ('-', ''), ('Mis-', 'Mis')]
GCB1901XXXX-V04-02-page18.txt: [('-', ''), ('em-', 'em'), ('so-', 'so'), ('-', ''), ('COM-', 'COM'), ('do-', 'do'), ('Benev-', 'Benev')]
GCB1901XXXX-V04-02-page19.txt: [('-', ''), ('-', ''), ('-', '')]
GCB1901XXXX-V04-02-page2.txt: [('incul-', 'incul'), ('in-', 'in')]
GCB1901XXXX-V04-02-page20.txt: [('-', ''), ('Evange-', 'Evange'), ('insti-', 'insti'), ('self-gov-', 'self-gov'), ('la-', 'la')]
GCB1901XXXX-V04-02-page21.txt: [('-', ''), ('-', '')]
GCB1901XXXX-V04-02-page22.txt: [('-', ''), ('Con-', 'Con'), ('-', ''), ('Con-', 'Con'), ('-', '')]
GCB1901XXXX-V04-02-page23.txt: [('-', ''), ('-', ''), ('BULLE-', 'BULLE'), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('---"', '--"'), ('--', '-'), ('-what', 'what'), ('-', ''), ('pres-', 'pres'), ('Pres-', 'Pres'), ('Peo-', 'Peo')]
GCB1901XXXX-V04-02-page24.txt: [('-an', 'an'), ('meet-', 'meet'), ('-only', 'only'), ('com-', 'com'), ('start-', 'start'), ('con-', 'con'), ('-', ''), ('-Jesus.', 'Jesus.'), ('bus-', 'bus'), ('-withdrawn.', 'withdrawn.')]
GCB1901XXXX-V04-02-page3.txt: [('ac-', 'ac'), ('prin-', 'prin'), ('-ciples', 'ciples'), ("-'", "'"), ('-the', 'the'), ('-that', 'that'), ('be-', 'be')]
GCB1901XXXX-V04-02-page4.txt: [('mi-', 'mi')]
GCB1901XXXX-V04-02-page5.txt: [('be-', 'be'), ('-hind', 'hind'), ('-', ''), ('-my', 'my'), ('-along', 'along')]
GCB1901XXXX-V04-02-page6.txt: [('-', ''), ('-', ''), ('kid-', 'kid'), ('-', ''), ('--', '-')]
GCB1901XXXX-V04-02-page7.txt: [('-they', 'they'), ('-i', 'i'), ('nitro-', 'nitro')]
GCB1901XXXX-V04-02-page8.txt: [('-of', 'of'), ('hu-', 'hu'), ('sensi-', 'sensi'), ('color-', 'color')]
GCB1901XXXX-V04-02-page9.txt: [('Taber-', 'Taber'), ('-was', 'was')]
GCB1901XXXX-V04-03-page1.txt: [('-cent', 'cent'), ('RE-', 'RE'), ('-', ''), ('ex-', 'ex')]
GCB1901XXXX-V04-03-page10.txt: [('Bat-', 'Bat'), ('MIS-', 'MIS'), ('-', ''), ('Christ-', 'Christ'), ('Mex-', 'Mex'), ('Sanita-', 'Sanita'), ('Sanita-', 'Sanita')]
GCB1901XXXX-V04-03-page11.txt: [('Mich-', 'Mich'), ('Guadala-', 'Guadala'), ('Bat-', 'Bat'), ('Chris-', 'Chris'), ('Chris-', 'Chris'), ('Nash-', 'Nash'), ('Ham-', 'Ham'), ('Aus-', 'Aus'), ('-', ''), ('-Colo.', 'Colo.'), ('-', ''), ('-', ''), ('Bat-', 'Bat'), ('Ashe-', 'Ashe'), ('Mont-', 'Mont'), ('Col-', 'Col')]
GCB1901XXXX-V04-03-page12.txt: [('Guadala-', 'Guadala'), ('-', ''), ('-Moaning', 'Moaning'), ('Germany-', 'Germany'), ('Stock-', 'Stock'), ('-', ''), ('-', ''), ('J.-', 'J.')]
GCB1901XXXX-V04-03-page13.txt: [('Vice-', 'Vice')]
GCB1901XXXX-V04-03-page14.txt: [('-sarket.', 'sarket.'), ('Fog-', 'Fog'), ('Hagers-', 'Hagers'), ('Parkers-', 'Parkers'), ('Parkers-', 'Parkers')]
GCB1901XXXX-V04-03-page15.txt: [('Ashe-', 'Ashe'), ('-', ''), ('Ir-', 'Ir'), ('Incorporat-', 'Incorporat'), ('Sim-', 'Sim'), ('-', '')]
GCB1901XXXX-V04-03-page16.txt: [('Or-', 'Or'), ('Alpha-', 'Alpha'), ('Boule-', 'Boule'), ('Hart-', 'Hart'), ('Nash-', 'Nash'), ('Martha-', 'Martha'), ('Vice-', 'Vice'), ('Nash-', 'Nash'), ('Sanita-', 'Sanita'), ('Kel-', 'Kel'), ('-', '')]
GCB1901XXXX-V04-03-page17.txt: [('Vice-', 'Vice'), ('Indian-', 'Indian'), ('Trus-', 'Trus'), ('Indian-', 'Indian'), ('To-', 'To'), ('Indian-', 'Indian'), ('Chi-', 'Chi'), ('Chi-', 'Chi')]
GCB1901XXXX-V04-03-page18.txt: [('De-', 'De'), ('--', '-'), ('-', ''), ('Vice-', 'Vice'), ('Ed-', 'Ed'), ('-wards.', 'wards.'), ('-R.', 'R.'), ('-Eau', 'Eau'), ('LICENTIATES-', 'LICENTIATES'), ('To-', 'To'), ('Mil-', 'Mil'), ('Milwau-', 'Milwau'), ('Bram-', 'Bram'), ('Mc-', 'Mc')]
GCB1901XXXX-V04-03-page19.txt: [('-', ''), ('Vice-', 'Vice'), ('Des-', 'Des'), ('Minne-', 'Minne'), ('Ne-', 'Ne'), ('Missionary-', 'Missionary')]
GCB1901XXXX-V04-03-page2.txt: [('-', '')]
GCB1901XXXX-V04-03-page20.txt: [('-', ''), ('Des-', 'Des'), ('Mer-', 'Mer'), ('Vice-', 'Vice'), ('Fre-', 'Fre')]
GCB1901XXXX-V04-03-page21.txt: [('Confer-', 'Confer'), ('-', ''), ('-', ''), ('Vice-', 'Vice'), ('-', ''), ('Huff-', 'Huff'), ('depart-', 'depart'), ('-Victor.', 'Victor.'), ('To-', 'To')]
GCB1901XXXX-V04-03-page22.txt: [('Castro-', 'Castro')]
GCB1901XXXX-V04-03-page23.txt: [('Watson-', 'Watson'), ('Fran-', 'Fran'), ('Oak-', 'Oak'), ('Oak-', 'Oak'), ('-', ''), ('Oak-', 'Oak'), ('Oax-', 'Oax'), ('Oak-', 'Oak'), ('-Cal.', 'Cal.'), ('Oak-', 'Oak')]
GCB1901XXXX-V04-03-page24.txt: [('Port-', 'Port'), ('Tehach-', 'Tehach'), ('An-', 'An'), ('Col-', 'Col'), ('-', ''), ('San-', 'San')]
GCB1901XXXX-V04-03-page25.txt: [('Vice-', 'Vice'), ('Vice-', 'Vice')]
GCB1901XXXX-V04-03-page26.txt: [('Vice-', 'Vice'), ('Vice-', 'Vice'), ('Vice-', 'Vice'), ('-', ''), ('Vice-', 'Vice'), ('Ost-', 'Ost'), ('Stock-', 'Stock'), ('Pas-', 'Pas')]
GCB1901XXXX-V04-03-page27.txt: [('-all', 'all'), ('CONFER-', 'CONFER')]
GCB1901XXXX-V04-03-page28.txt: [('re-', 're'), ('Germany-', 'Germany'), ('-Kola', 'Kola'), ('Col-', 'Col'), ('Er-', 'Er'), ('Col-', 'Col')]
GCB1901XXXX-V04-03-page29.txt: [('Rich-', 'Rich'), ('Well-', 'Well'), ('Valpa-', 'Valpa'), ('Royer-', 'Royer'), ('-E.', 'E.')]
GCB1901XXXX-V04-03-page3.txt: [('-', ''), ('-', ''), ('West-', 'West'), ('CON-', 'CON')]
GCB1901XXXX-V04-03-page30.txt: [('Lan-', 'Lan'), ('In-', 'In')]
GCB1901XXXX-V04-03-page31.txt: [('Indus-', 'Indus'), ('Wine-', 'Wine'), ('ACAD-', 'ACAD'), ('Oper-', 'Oper'), ('-', ''), ('D-', 'D'), ('Hydro-', 'Hydro')]
GCB1901XXXX-V04-03-page32.txt: [('Rein-', 'Rein'), ('-', ''), ('-', ''), ('Vice-', 'Vice'), ('Hem-', 'Hem'), ('Ge-', 'Ge')]
GCB1901XXXX-V04-03-page33.txt: [('-', ''), ('-', ''), ('Spencer-', 'Spencer')]
GCB1901XXXX-V04-03-page34.txt: [('COM-', 'COM'), ('SUR-', 'SUR'), ('Sanita-', 'Sanita'), ('Frie-', 'Frie'), ('ASSOCIA-', 'ASSOCIA'), ('-', ''), ('Birming-', 'Birming'), ('Magde-', 'Magde'), ('Den-', 'Den')]
GCB1901XXXX-V04-03-page35.txt: [('Jeru-', 'Jeru'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Oak-', 'Oak'), ('-', ''), ('Ade-', 'Ade'), ('sub-', 'sub'), ('de-', 'de'), ("l'Hy-", "l'Hy"), ('De-', 'De'), ('-', '')]
GCB1901XXXX-V04-03-page36.txt: [('semi-', 'semi'), ('-', ''), ('Thirty-', 'Thirty'), ('month-', 'month'), ('-', ''), ('-', ''), ('Cape-', 'Cape'), ('Mc-', 'Mc'), ('subscrip-', 'subscrip'), ('Kungs-', 'Kungs'), ('an-', 'an'), ('De-', 'De'), ('Ger-', 'Ger')]
GCB1901XXXX-V04-03-page37.txt: [('semi-', 'semi'), ('Okla-', 'Okla'), ('So-', 'So'), ('Man-', 'Man'), ('de-', 'de'), ('thirty-', 'thirty'), ('sub-', 'sub'), ('Roe-', 'Roe'), ('Lon-', 'Lon'), ('-', ''), ('-', ''), ('Nor-', 'Nor'), ('Aca-', 'Aca'), ('Mis-', 'Mis'), ('semi-', 'semi'), ('So-', 'So'), ('Mon-', 'Mon'), ('Lances-', 'Lances'), ('edi-', 'edi'), ('Cen-', 'Cen'), ('Trial-', 'Trial'), ('-', '')]
GCB1901XXXX-V04-03-page38.txt: [('Cot-', 'Cot'), ('Kil-', 'Kil'), ('Pal-', 'Pal'), ('Me-', 'Me'), ('Con-', 'Con'), ('Lan-', 'Lan'), ('Zea-', 'Zea'), ('ein-', 'ein'), ('Ok-', 'Ok'), ('Mese-', 'Mese'), ('Springdale-', 'Springdale'), ('Boule-', 'Boule'), ('-', ''), ('Weiher-', 'Weiher'), ('Grindel-', 'Grindel')]
GCB1901XXXX-V04-03-page39.txt: [('-', ''), ('-St.', 'St.'), ('Mel-', 'Mel'), ('Mis-', 'Mis'), ('Lan-', 'Lan'), ('Wei-', 'Wei'), ('Aus-', 'Aus'), ('Akers-', 'Akers'), ('Spring-', 'Spring'), ('Church-', 'Church'), ('Phil-', 'Phil'), ('Weiher-', 'Weiher'), ('Aus-', 'Aus'), ('Jef-', 'Jef'), ('Man-', 'Man'), ('Lang-', 'Lang'), ('Washing-', 'Washing'), ('-', ''), ('-', ''), ('Aus-', 'Aus'), ('-', '')]
GCB1901XXXX-V04-03-page4.txt: [('-', ''), ('-he', 'he'), ('Commit-', 'Commit')]
GCB1901XXXX-V04-03-page40.txt: [('Aus-', 'Aus'), ('Chair-', 'Chair'), ('Roe-', 'Roe'), ('Wei-', 'Wei'), ('Mill-', 'Mill'), ('Grays-', 'Grays'), ('Robin-', 'Robin'), ('Mani-', 'Mani'), ('Mis-', 'Mis'), ('-', ''), ('-Williamsport', 'Williamsport'), ('Lan-', 'Lan'), ('--', '-'), ('Har-', 'Har'), ('In-', 'In'), ('Vic-', 'Vic'), ('-', '')]
GCB1901XXXX-V04-03-page41.txt: [('operat-', 'operat'), ('Wel-', 'Wel'), ('ap-', 'ap'), ('Winni-', 'Winni'), ('-', ''), ('Lon-', 'Lon'), ('Oak-', 'Oak'), ('Helsing-', 'Helsing'), ('Stock-', 'Stock'), ('Uni-', 'Uni'), ('Bruns-', 'Bruns'), ('Lon-', 'Lon'), ('Birming-', 'Birming'), ('Lon-', 'Lon'), ('George-', 'George'), ('Cin-', 'Cin'), ('Oak-', 'Oak'), ('Fitz-', 'Fitz')]
GCB1901XXXX-V04-03-page42.txt: [('Port-', 'Port'), ('Parkers-', 'Parkers'), ('-', ''), ('-Collie', 'Collie'), ('Ham-', 'Ham'), ('Oak-', 'Oak'), ('-Maley', 'Maley'), ('Oak-', 'Oak'), ('-', ''), ('Ham-', 'Ham'), ('-', ''), ('Lon-', 'Lon')]
GCB1901XXXX-V04-03-page43.txt: [('Copen-', 'Copen'), ('Chris-', 'Chris'), ('Oak-', 'Oak'), ('Ter-', 'Ter'), ('New-', 'New'), ('Cooran-', 'Cooran'), ('Hough-', 'Hough'), ('Char-', 'Char'), ('Lon-', 'Lon'), ('kifty-sev-', 'kifty-sev'), ('Cooran-', 'Cooran'), ('-', ''), ('Chris-', 'Chris'), ('Fran-', 'Fran'), ('Rock-', 'Rock')]
GCB1901XXXX-V04-03-page44.txt: [('Su-', 'Su'), ('An-', 'An'), ('Copen-', 'Copen'), ('Bruns-', 'Bruns'), ('Mex-', 'Mex'), ('To-', 'To'), ('Winni-', 'Winni'), ('Win-', 'Win'), ('To-', 'To'), ('To-', 'To'), ('Indian-', 'Indian'), ('Oak-', 'Oak'), ('-', ''), ('George-', 'George'), ('Oak-', 'Oak'), ('Watson-', 'Watson'), ('Copen-', 'Copen')]
GCB1901XXXX-V04-03-page45.txt: [('Nash-', 'Nash'), ('Welling-', 'Welling'), ('What-', 'What'), ('Par-', 'Par'), ('Ger-', 'Ger'), ('Minne-', 'Minne'), ('A-', 'A'), ('Harris-', 'Harris'), ('An-', 'An'), ('Ger-', 'Ger'), ('Nash-', 'Nash')]
GCB1901XXXX-V04-03-page46.txt: [('Syra-', 'Syra'), ('Ham-', 'Ham'), ('Col-', 'Col')]
GCB1901XXXX-V04-03-page47.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Associa-', 'Associa'), ('-', ''), ('-', ''), ('-', ''), ('So-', 'So'), ('-', ''), ('INFORMA-', 'INFORMA')]
GCB1901XXXX-V04-03-page48.txt: [('BUL-', 'BUL'), ('CONFER-', 'CONFER')]
GCB1901XXXX-V04-03-page5.txt: [('-', '')]
GCB1901XXXX-V04-03-page7.txt: [('Conference.-', 'Conference.'), ('OROANIZA-', 'OROANIZA'), ('KILONIE-', 'KILONIE'), ('-', ''), ('Austria-', 'Austria'), ('Hungarian-', 'Hungarian')]
GCB1901XXXX-V04-03-page8.txt: [('-Battle', 'Battle'), ('chair-', 'chair'), ('-', ''), ('George-', 'George'), ('Char-', 'Char'), ('Suther-', 'Suther'), ('Nash-', 'Nash'), ('To-', 'To'), ('Kan-', 'Kan'), ('Oak-', 'Oak'), ('Dan-', 'Dan')]
GCB1901XXXX-V04-03-page9.txt: [('-Shaw', 'Shaw'), ('Mich-', 'Mich'), ('Correo-', 'Correo'), ('Bunco-', 'Bunco'), ('-Pacific', 'Pacific'), ('George-', 'George'), ('Ar-', 'Ar'), ('-Giddings', 'Giddings'), ('Arnold-', 'Arnold')]
GCB1901XXXX-V04-04-page11.txt: [('-', ''), ('-', ''), ('edu-', 'edu')]
GCB1901XXXX-V04-04-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB1901XXXX-V04-04-page14.txt: [('ex-', 'ex'), ('-', '')]
GCB1901XXXX-V04-04-page16.txt: [('-', ''), ('-', ''), ('-Babylon', 'Babylon'), ('In-', 'In')]
GCB1901XXXX-V04-04-page17.txt: [('-the', 'the')]
GCB1901XXXX-V04-04-page18.txt: [('-"', '"'), ('look-', 'look')]
GCB1901XXXX-V04-04-page19.txt: [('-worshiping', 'worshiping'), ('-', ''), ('-', '')]
GCB1901XXXX-V04-04-page2.txt: [('-', ''), ('con-', 'con')]
GCB1901XXXX-V04-04-page24.txt: [('-have', 'have')]
GCB1901XXXX-V04-04-page25.txt: [('-.to', '.to'), ('-came', 'came'), ('-written', 'written')]
GCB1901XXXX-V04-04-page27.txt: [('-been', 'been'), ('-', ''), ('-', '')]
GCB1901XXXX-V04-04-page28.txt: [('-cent', 'cent'), ('-evening', 'evening')]
GCB1901XXXX-V04-04-page3.txt: [('-', ''), ('-', ''), ('-', '')]
GCB1901XXXX-V04-04-page4.txt: [("-serpent's", "serpent's"), ('-', ''), ('-', '')]
GCB1901XXXX-V04-04-page6.txt: [('-him', 'him'), ('-', '')]
GCB1901XXXX-V04-04-page8.txt: [('-the', 'the'), ('-', ''), ('pre-', 'pre'), ('-pared', 'pared')]
GCB1901XXXX-V04-04-page9.txt: [('-strife', 'strife'), ('-lot', 'lot')]
GCB190212XX-V04-08-page11.txt: [('-', ''), ('-', ''), ('-GENERAL', 'GENERAL')]
GCB190212XX-V04-08-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--in', '-in'), ('-from', 'from'), ('-', ''), ('-', ''), ('-', ''), ('-ian', 'ian'), ('Tim-', 'Tim')]
GCB190212XX-V04-08-page13.txt: [('-God', 'God')]
GCB190212XX-V04-08-page14.txt: [('responsi-', 'responsi')]
GCB190212XX-V04-08-page15.txt: [('redemption-', 'redemption')]
GCB190212XX-V04-08-page18.txt: [('-who', 'who')]
GCB190212XX-V04-08-page19.txt: [('-Esther', 'Esther')]
GCB190212XX-V04-08-page2.txt: [('sepa-', 'sepa')]
GCB190212XX-V04-08-page22.txt: [('-cent', 'cent'), ('-and', 'and'), ('-face', 'face'), ('-', '')]
GCB190212XX-V04-08-page3.txt: [('-', '')]
GCB190212XX-V04-08-page4.txt: [('-', '')]
GCB190212XX-V04-08-page5.txt: [('-', '')]
GCB190212XX-V04-08-page6.txt: [('assurance.-', 'assurance.')]
GCB190212XX-V04-08-page9.txt: [('--', '-'), ('service.-', 'service.'), ('-', ''), ('-in', 'in')]
GCB1902XXXX-V04-05-page1.txt: [('-cent', 'cent')]
GCB1902XXXX-V04-05-page10.txt: [('-', ''), ('-not', 'not')]
GCB1902XXXX-V04-05-page2.txt: [('organ-', 'organ'), ('Confer-', 'Confer'), ('institu-', 'institu')]
GCB1902XXXX-V04-05-page3.txt: [('CONFER-', 'CONFER'), ('what-', 'what'), ('T-', 'T'), ('SEVENTH-', 'SEVENTH')]
GCB1902XXXX-V04-05-page4.txt: [('fore--', 'fore-')]
GCB1902XXXX-V04-05-page5.txt: [('-Pacific.', 'Pacific.'), ('-Atlantic.', 'Atlantic.'), ('-Southern.', 'Southern.'), ('-Lake.', 'Lake.'), ('-Northwest.', 'Northwest.'), ('-Southwest.', 'Southwest.'), ('-', ''), ('-', ''), ('LIA-', 'LIA')]
GCB1902XXXX-V04-05-page6.txt: [('.-', '.'), ('-', '')]
GCB1902XXXX-V04-05-page7.txt: [('-', ''), ('-.tesans', '.tesans'), ("-'", "'")]
GCB1902XXXX-V04-05-page8.txt: [('Vice-', 'Vice'), ('-', ''), ('Ok-', 'Ok'), ('-', ''), ('Lan-', 'Lan'), ('Cham-', 'Cham')]
GCB1902XXXX-V04-05-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('Weiher-', 'Weiher'), ('Kansas-', 'Kansas'), ('Wash-', 'Wash'), ('Robin-', 'Robin'), ('Lang-', 'Lang')]
GCB1902XXXX-V04-06,07-page1.txt: [('session-', 'session'), ('-cent', 'cent'), ('-at', 'at'), ('-', ''), ('-', ''), ('-', ''), ('-Work', 'Work')]
GCB1902XXXX-V04-06,07-page10.txt: [('Robin-', 'Robin'), ('Grays-', 'Grays'), ('Nash-', 'Nash'), ('LICENTIATES-', 'LICENTIATES'), ('Nash-', 'Nash')]
GCB1902XXXX-V04-06,07-page11.txt: [('Vice-', 'Vice'), ('Mon-', 'Mon'), ('Mul-', 'Mul'), ('-', ''), ('Vice-', 'Vice')]
GCB1902XXXX-V04-06,07-page12.txt: [('Ken-', 'Ken'), ('Har-', 'Har'), ('Boll-', 'Boll'), ('La-', 'La'), ('Vice-', 'Vice'), ('Rep-', 'Rep'), ('Trus-', 'Trus'), ('Mc-', 'Mc')]
GCB1902XXXX-V04-06,07-page13.txt: [('Indian-', 'Indian'), ('-North', 'North'), ('Osce-', 'Osce'), ('Seventh-', 'Seventh'), ('Rap-', 'Rap'), ('Mis-', 'Mis'), ('Confer-', 'Confer'), ('Wit-', 'Wit'), ('Char-', 'Char'), ('-', ''), ('Confer-', 'Confer')]
GCB1902XXXX-V04-06,07-page14.txt: [('Vice-', 'Vice'), ('Tag-', 'Tag'), ('Con-', 'Con'), ('-', ''), ('Burk-', 'Burk'), ('Chi-', 'Chi'), ('-J.', 'J.'), ('-', ''), ('Colum-', 'Colum'), ('Confer-', 'Confer'), ('Pe-', 'Pe')]
GCB1902XXXX-V04-06,07-page15.txt: [('Mil-', 'Mil'), ('-', ''), ('-', ''), ('Wiscon-', 'Wiscon'), ('North-', 'North'), ('-', ''), ('Wis-', 'Wis'), ('H.-', 'H.'), ('OFFICERS-', 'OFFICERS'), ('Vice-', 'Vice'), ('Win-', 'Win'), ('Winni-', 'Winni')]
GCB1902XXXX-V04-06,07-page16.txt: [('Vice-', 'Vice'), ('De-', 'De'), ('Rob-', 'Rob'), ('Vice-', 'Vice'), ('Asso-', 'Asso')]
GCB1902XXXX-V04-06,07-page17.txt: [('Kan-', 'Kan'), ('MINISTERS.-', 'MINISTERS.'), ('Vice-', 'Vice'), ('CUM-', 'CUM'), ('Boone-', 'Boone'), ('Ot-', 'Ot'), ('ice-', 'ice'), ('Me-', 'Me'), ('Di-', 'Di'), ('Ce-', 'Ce')]
GCB1902XXXX-V04-06,07-page18.txt: [('-', ''), ('Quan-', 'Quan'), ('To-', 'To'), ('Kan-', 'Kan'), ('Kan-', 'Kan')]
GCB1902XXXX-V04-06,07-page19.txt: [('-', ''), ('Vice-', 'Vice'), ('Ste-', 'Ste'), ('Mc-', 'Mc'), ('Associa-', 'Associa')]
GCB1902XXXX-V04-06,07-page2.txt: [('Sec-', 'Sec'), ('MIS-', 'MIS'), ('SEV-', 'SEV'), ('Pres-', 'Pres'), ('Fred-', 'Fred'), ('Sham-', 'Sham'), ('Thoma-', 'Thoma'), ('score-', 'score'), ('Nash-', 'Nash'), ('Sather-', 'Sather'), ('Lon-', 'Lon'), ('Bat-', 'Bat'), ('Is-', 'Is')]
GCB1902XXXX-V04-06,07-page20.txt: [('Ter-', 'Ter'), ('Fran-', 'Fran'), ('Kel-', 'Kel'), ('Washing-', 'Washing'), ('Oak-', 'Oak'), ('Pub-', 'Pub'), ('Oak-', 'Oak'), ('Oak-', 'Oak'), ('Oak-', 'Oak'), ('-', ''), ('Fran-', 'Fran'), ('-Conference', 'Conference'), ('Direct-', 'Direct')]
GCB1902XXXX-V04-06,07-page21.txt: [('CONFER-', 'CONFER'), ('Advent-', 'Advent'), ('-Blanchley', 'Blanchley'), ('CONFER-', 'CONFER'), ('-', '')]
GCB1902XXXX-V04-06,07-page22.txt: [('Seat-', 'Seat'), ('Vice-', 'Vice'), ('Cooran-', 'Cooran'), ('Vice-', 'Vice'), ('Hindson-', 'Hindson'), ('-Transportation', 'Transportation'), ('Gil-', 'Gil'), ('-', ''), ('Vice-', 'Vice')]
GCB1902XXXX-V04-06,07-page23.txt: [('Wel-', 'Wel'), ('n-', 'n'), ('Tas-', 'Tas'), ('CONFER-', 'CONFER'), ('Vice-', 'Vice'), ('Un-', 'Un'), ('Laun-', 'Laun'), ('-', ''), ('Aus-', 'Aus'), ('Vim-', 'Vim'), ('Vice-', 'Vice')]
GCB1902XXXX-V04-06,07-page24.txt: [('-', ''), ('Stock-', 'Stock'), ('Del-', 'Del'), ('-', ''), ('linter-', 'linter'), ('Er-', 'Er')]
GCB1902XXXX-V04-06,07-page25.txt: [('Vice-', 'Vice'), ('Ma-', 'Ma'), ('-', ''), ('-T', 'T'), ('Mis-', 'Mis'), ('Arm-', 'Arm'), ('Mc-', 'Mc'), ('Borrow-', 'Borrow')]
GCB1902XXXX-V04-06,07-page26.txt: [('Switzer-', 'Switzer'), ('Ire-', 'Ire'), ('-', ''), ('-', ''), ('-', ''), ('Cave-', 'Cave'), ('Switzer-', 'Switzer'), ('Val-', 'Val'), ('Swit-', 'Swit'), ('-', ''), ('Jae-', 'Jae')]
GCB1902XXXX-V04-06,07-page27.txt: [('-H.', 'H.'), ('-', '')]
GCB1902XXXX-V04-06,07-page28.txt: [('-', ''), ('Pietermaritz-', 'Pietermaritz'), ('Commit-', 'Commit'), ('Royer-', 'Royer'), ('-', ''), ('-', ''), ('Au-', 'Au'), ('-nson', 'nson'), ('-', ''), ('hy-', 'hy'), ('Ad-', 'Ad'), ('-', ''), ('Lon-', 'Lon'), ('-', '')]
GCB1902XXXX-V04-06,07-page29.txt: [('-', ''), ('-Thomas', 'Thomas'), ('Cul-', 'Cul')]
GCB1902XXXX-V04-06,07-page3.txt: [('-Anderson', 'Anderson'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Washing-', 'Washing'), ('-', ''), ('-', ''), ('-', '')]
GCB1902XXXX-V04-06,07-page30.txt: [('Typewrit-', 'Typewrit'), ('Pres-', 'Pres'), ('ACAD-', 'ACAD'), ('Con-', 'Con'), ('-.', '.'), ('Blacksmith-', 'Blacksmith')]
GCB1902XXXX-V04-06,07-page31.txt: [('-', ''), ('-', ''), ('Boll-', 'Boll'), ('Repub-', 'Repub'), ('In-', 'In'), ('Evange-', 'Evange'), ('Farns-', 'Farns'), ('Forlags-', 'Forlags'), ('ASSOCIA-', 'ASSOCIA'), ('Com-', 'Com'), ('Vice-', 'Vice')]
GCB1902XXXX-V04-06,07-page32.txt: [('Vuil-', 'Vuil'), ('Au-', 'Au'), ('Educa-', 'Educa')]
GCB1902XXXX-V04-06,07-page33.txt: [('Sim-', 'Sim'), ('Ore-', 'Ore'), ('Burn-', 'Burn'), ('Townsend-', 'Townsend'), ('SANITARIUIVI-', 'SANITARIUIVI'), ('Hay-', 'Hay')]
GCB1902XXXX-V04-06,07-page34.txt: [('Vice-', 'Vice'), ('-Medical', 'Medical'), ('Me-', 'Me'), ('-', ''), ('COM-', 'COM'), ('ASSOCIA-', 'ASSOCIA'), ('-', ''), ('MISSION-', 'MISSION'), ('Vice-', 'Vice')]
GCB1902XXXX-V04-06,07-page35.txt: [('mission-', 'mission'), ('Man-', 'Man'), ('-Tidens', 'Tidens'), ('-', ''), ('subscrip-', 'subscrip'), ('six-', 'six'), ('-', ''), ('-', ''), ('offi-', 'offi'), ('-', ''), ('sani-', 'sani'), ('subscrip-', 'subscrip'), ('-', ''), ('Thirty-', 'Thirty')]
GCB1902XXXX-V04-06,07-page36.txt: [('-', ''), ('Soci-', 'Soci'), ('De-', 'De'), ('semi-', 'semi'), ('Mc-', 'Mc'), ('sub-', 'sub'), ('Minne-', 'Minne'), ('semi-', 'semi'), ('-', ''), ('-', '')]
GCB1902XXXX-V04-06,07-page37.txt: [('Vice-', 'Vice'), ('Minne-', 'Minne'), ('Mis-', 'Mis'), ('West-', 'West')]
GCB1902XXXX-V04-06,07-page38.txt: [('-', ''), ('Grindel-', 'Grindel'), ('-Rome', 'Rome'), ('-', ''), ('Argen-', 'Argen')]
GCB1902XXXX-V04-06,07-page39.txt: [('-', ''), ('Aus-', 'Aus'), ('-', ''), ('Eng-', 'Eng'), ('Sec-', 'Sec'), ('EDUCA-', 'EDUCA'), ('Spring-', 'Spring'), ('Wil-', 'Wil')]
GCB1902XXXX-V04-06,07-page4.txt: [('-', ''), ('-Munson', 'Munson'), ('-', ''), ('Cal-', 'Cal'), ('Mex-', 'Mex'), ('Oak-', 'Oak'), ('Phila-', 'Phila'), ('MIS-', 'MIS'), ('-', ''), ('-', ''), ('Char-', 'Char'), ('-', ''), ('-', '')]
GCB1902XXXX-V04-06,07-page40.txt: [('Mance-', 'Mance'), ('-', ''), ('Can-', 'Can'), ('AGENTS.-', 'AGENTS.'), ('Nuss-', 'Nuss')]
GCB1902XXXX-V04-06,07-page41.txt: [('On-', 'On'), ('Stock-', 'Stock'), ('Aus-', 'Aus'), ('Switzer-', 'Switzer'), ('Hare-', 'Hare'), ('Helsing-', 'Helsing'), ('Sham-', 'Sham')]
GCB1902XXXX-V04-06,07-page42.txt: [('Ger-', 'Ger'), ('At-', 'At'), ('-South', 'South'), ('Montgom-', 'Montgom'), ('Basuto-', 'Basuto')]
GCB1902XXXX-V04-06,07-page43.txt: [('Aus-', 'Aus'), ('Independ-', 'Independ'), ('Indian-', 'Indian'), ('Ed-', 'Ed'), ('Indian-', 'Indian'), ('Cooran-', 'Cooran'), ('-Mo.', 'Mo.'), ('Chris-', 'Chris'), ('Albu-', 'Albu')]
GCB1902XXXX-V04-06,07-page44.txt: [('Stock-', 'Stock'), ('Mon-', 'Mon'), ('Indian-', 'Indian'), ('George-', 'George'), ('Netherlands-', 'Netherlands'), ('Ger-', 'Ger'), ('Parkers-', 'Parkers'), ('Stran-', 'Stran'), ('Winni-', 'Winni'), ('Oak-', 'Oak'), ('Bat-', 'Bat')]
GCB1902XXXX-V04-06,07-page45.txt: [('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('Ger-', 'Ger'), ('-', ''), ('Park-', 'Park'), ('Allen-', 'Allen'), ('-', ''), ('Ham-', 'Ham'), ('Copen-', 'Copen'), ('-', ''), ('Cal-', 'Cal'), ('Fran-', 'Fran'), ('-Waterman', 'Waterman'), ('In-', 'In'), ('Fran-', 'Fran'), ('Vicks-', 'Vicks'), ('Ger-', 'Ger'), ('Is-', 'Is'), ('Switzer-', 'Switzer'), ('Dor-', 'Dor'), ('Swit-', 'Swit'), ('Welling-', 'Welling')]
GCB1902XXXX-V04-06,07-page46.txt: [('Syd-', 'Syd'), ('Well-', 'Well'), ('Ham-', 'Ham'), ('Okla-', 'Okla'), ('Okla-', 'Okla'), ('-Upton', 'Upton')]
GCB1902XXXX-V04-06,07-page47.txt: [('Holland.-', 'Holland.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Con-', 'Con'), ('-', ''), ('-', '')]
GCB1902XXXX-V04-06,07-page48.txt: [('-is', 'is'), ('-incomparable.', 'incomparable.'), ('-the', 'the'), ('-', ''), ('may-', 'may'), ('-', ''), ('-of', 'of'), ('-', ''), ("preaching'ilie-", "preaching'ilie"), ('-modern', 'modern'), ('directory.-', 'directory.'), ('charitably-bearin-', 'charitably-bearin'), ('-', '')]
GCB1902XXXX-V04-06,07-page5.txt: [('Bat-', 'Bat'), ('Mel-', 'Mel'), ('Phila.-', 'Phila.'), ('Bat-', 'Bat'), ('Buf-', 'Buf'), ('Cumin-', 'Cumin'), ('Cleve-', 'Cleve'), ('Lon-', 'Lon'), ('Skods-', 'Skods'), ('Bat-', 'Bat'), ('-Paulson', 'Paulson'), ('Eimber-', 'Eimber'), ('Guadala-', 'Guadala'), ('Chi-', 'Chi'), ('Mont-', 'Mont'), ('Bat-', 'Bat'), ('Col-', 'Col'), ('Bat-', 'Bat'), ('De-', 'De')]
GCB1902XXXX-V04-06,07-page6.txt: [('Guadala-', 'Guadala'), ('ror-', 'ror'), ('Bat-', 'Bat'), ('Guadala-', 'Guadala'), ('Nquam-', 'Nquam'), ('Thirty-', 'Thirty'), ('Mo-', 'Mo'), ('Is-', 'Is'), ('Spo-', 'Spo')]
GCB1902XXXX-V04-06,07-page7.txt: [('-', ''), ('Vice-', 'Vice'), ('except-', 'except')]
GCB1902XXXX-V04-06,07-page8.txt: [('Vice-', 'Vice'), ('Me-', 'Me')]
GCB1902XXXX-V04-06,07-page9.txt: [('White-', 'White'), ('Parkers-', 'Parkers'), ('Bur-', 'Bur'), ('Parkers-', 'Parkers'), ('On-', 'On'), ('-', ''), ('West-', 'West'), ('Viee-', 'Viee'), ('Parkers-', 'Parkers')]
GCB19030330-V05-01-page1.txt: [('-', ''), ('-', ''), ('Seventhd-', 'Seventhd'), ('-', ''), ('-', ''), ('tl-', 'tl'), ('-with', 'with'), ('Confer-', 'Confer')]
GCB19030330-V05-01-page10.txt: [('--', '-'), ('under-', 'under')]
GCB19030330-V05-01-page11.txt: [('-', '')]
GCB19030330-V05-01-page13.txt: [('--No.', '-No.')]
GCB19030330-V05-01-page14.txt: [('CONFERENCE-', 'CONFERENCE')]
GCB19030330-V05-01-page2.txt: [('French-', 'French')]
GCB19030330-V05-01-page3.txt: [('-', '')]
GCB19030330-V05-01-page4.txt: [('--landmarks', '-landmarks'), ('-never', 'never')]
GCB19030330-V05-01-page5.txt: [('atten-', 'atten')]
GCB19030330-V05-01-page6.txt: [('-see', 'see')]
GCB19030330-V05-01-page7.txt: [('-very', 'very')]
GCB19030330-V05-01-page8.txt: [('-lig', 'lig'), ('-', '')]
GCB19030331-V05-02-page1.txt: [('-', ''), ('o-', 'o'), ('-', '')]
GCB19030331-V05-02-page11.txt: [('--', '-'), ('con-', 'con')]
GCB19030331-V05-02-page2.txt: [('"heaven-dis-', '"heaven-dis')]
GCB19030331-V05-02-page6.txt: [('-', ''), ('-for', 'for')]
GCB19030331-V05-02-page7.txt: [('-', '')]
GCB19030331-V05-02-page8.txt: [('non-', 'non'), ('-', '')]
GCB19030401-V05-03-page1.txt: [('-left.', 'left.'), ('re-', 're'), ('an-', 'an'), ('-', ''), ('-', ''), ('-', '')]
GCB19030401-V05-03-page10.txt: [('presi-', 'presi'), ('contain-', 'contain')]
GCB19030401-V05-03-page12.txt: [('pet--', 'pet-')]
GCB19030401-V05-03-page13.txt: [('-I', 'I')]
GCB19030401-V05-03-page4.txt: [('-BULLETINfor', 'BULLETINfor')]
GCB19030401-V05-03-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('be-', 'be')]
GCB19030401-V05-03-page7.txt: [('-', '')]
GCB19030401-V05-03-page8.txt: [('-', '')]
GCB19030401-V05-03-page9.txt: [('-', ''), ('Lang-', 'Lang'), ('-General', 'General'), ('-', '')]
GCB19030402-V05-04-page1.txt: [('-', ''), ('o-', 'o'), ('-', ''), ('sec-', 'sec'), ('PUB-', 'PUB'), ('ap-', 'ap'), ('-', '')]
GCB19030402-V05-04-page10.txt: [('co-', 'co'), ('blot-', 'blot'), ('ex-', 'ex'), ('de-', 'de')]
GCB19030402-V05-04-page11.txt: [('-', ''), ('ques-', 'ques'), ('Scrip-', 'Scrip'), ('-yesterday', 'yesterday')]
GCB19030402-V05-04-page13.txt: [('--Thou', '-Thou')]
GCB19030402-V05-04-page14.txt: [('in-', 'in'), ('serv-', 'serv')]
GCB19030402-V05-04-page16.txt: [('--CONFERENCE', '-CONFERENCE')]
GCB19030402-V05-04-page2.txt: [('-and', 'and'), ('for-', 'for'), ('CONI-ERENCE-', 'CONI-ERENCE')]
GCB19030402-V05-04-page3.txt: [('-', '')]
GCB19030402-V05-04-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('con-', 'con')]
GCB19030402-V05-04-page5.txt: [('-', ''), ('-', ''), ('-', ''), ('Califor-', 'Califor')]
GCB19030402-V05-04-page6.txt: [('-', ''), ('everlast-', 'everlast')]
GCB19030402-V05-04-page7.txt: [('-', '')]
GCB19030402-V05-04-page9.txt: [('hear.-', 'hear.'), ('be-', 'be'), ('Ad-', 'Ad')]
GCB19030403-V05-05-page1.txt: [('.-', '.'), ('es--', 'es-'), ('PUB-', 'PUB'), ('-', ''), ('-', ''), ('-', ''), ('Sab-', 'Sab')]
GCB19030403-V05-05-page10.txt: [('GENERAL-', 'GENERAL'), ('BULLETIN-', 'BULLETIN'), ('-', '')]
GCB19030403-V05-05-page11.txt: [('-All', 'All'), ('thy-', 'thy')]
GCB19030403-V05-05-page12.txt: [('-CONFERENCE', 'CONFERENCE'), ('-', ''), ('confer-', 'confer')]
GCB19030403-V05-05-page2.txt: [('-GENERAL', 'GENERAL'), ('-', ''), ('-NFERE-NCE', 'NFERE-NCE'), ('mis-', 'mis')]
GCB19030403-V05-05-page5.txt: [('recommenda-', 'recommenda'), ('-m', 'm'), ('-im-', 'im-')]
GCB19030403-V05-05-page7.txt: [('-No', 'No'), ('ex-', 'ex')]
GCB19030403-V05-05-page8.txt: [('GENERAL-', 'GENERAL'), ('-CONF-ER-', 'CONF-ER-'), ('BULLETIN-', 'BULLETIN')]
GCB19030406-V05-06-page1.txt: [('PUB-', 'PUB'), ('-', ''), ('-', ''), ('-', '')]
GCB19030406-V05-06-page10.txt: [('encour-', 'encour')]
GCB19030406-V05-06-page12.txt: [('-', '')]
GCB19030406-V05-06-page13.txt: [('out-', 'out'), ('publish-', 'publish')]
GCB19030406-V05-06-page14.txt: [('-', ''), ('-', ''), ('-', '')]
GCB19030406-V05-06-page15.txt: [('-it', 'it'), ('-the', 'the')]
GCB19030406-V05-06-page18.txt: [('h.-', 'h.')]
GCB19030406-V05-06-page19.txt: [('to-', 'to')]
GCB19030406-V05-06-page20.txt: [('-', '')]
GCB19030406-V05-06-page21.txt: [('Salis-', 'Salis')]
GCB19030406-V05-06-page22.txt: [('CONFER-', 'CONFER'), ('-', ''), ('-', '')]
GCB19030406-V05-06-page23.txt: [('Trans-', 'Trans')]
GCB19030406-V05-06-page5.txt: [('-Publishing', 'Publishing'), ('go-', 'go')]
GCB19030406-V05-06-page9.txt: [('-I', 'I'), ('de-', 'de'), ('-', '')]
GCB19030407-V05-07-page1.txt: [('PUB-', 'PUB'), ('-', ''), ('-', '')]
GCB19030407-V05-07-page11.txt: [('mes-', 'mes'), ('-us', 'us'), ('ring-', 'ring')]
GCB19030407-V05-07-page12.txt: [('GENERA-', 'GENERA')]
GCB19030407-V05-07-page3.txt: [('to-', 'to'), ('leg-', 'leg'), ('con-', 'con')]
GCB19030407-V05-07-page5.txt: [('the-', 'the'), ('-at', 'at'), ('-ced', 'ced')]
GCB19030407-V05-07-page9.txt: [('-pray', 'pray')]
GCB19030408-V05-08-page1.txt: [('PUB-', 'PUB'), ('-', ''), ('-II', 'II'), ('-', ''), ('-', ''), ('-', '')]
GCB19030408-V05-08-page10.txt: [('-', ''), ('-', ''), ('Union-', 'Union'), ('-', ''), ('-', ''), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-.e.........', '.e.........'), ('-', ''), ('Sabbath-', 'Sabbath'), ('Sabbath-', 'Sabbath'), ('ofSabbath-', 'ofSabbath')]
GCB19030408-V05-08-page11.txt: [('-', ''), ('--', '-'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('d-', 'd'), ('i-', 'i'), ('Bible-', 'Bible')]
GCB19030408-V05-08-page12.txt: [('Union-', 'Union'), ('-', ''), ('-', ''), ('-', '')]
GCB19030408-V05-08-page13.txt: [('-', ''), ('--.......', '-.......'), ('-.i', '.i'), ('-.', '.'), ('-', ''), ('r-', 'r'), ('-Sa', 'Sa')]
GCB19030408-V05-08-page14.txt: [('-', '')]
GCB19030408-V05-08-page15.txt: [('-', ''), ('Sab-', 'Sab')]
GCB19030408-V05-08-page17.txt: [('BE-', 'BE'), ('-', ''), ('-', '')]
GCB19030408-V05-08-page19.txt: [('OPEN-', 'OPEN')]
GCB19030408-V05-08-page2.txt: [('-', '')]
GCB19030408-V05-08-page3.txt: [('mes-', 'mes'), ('Revo-', 'Revo'), ('de-', 'de'), ('offi-', 'offi'), ('estab-', 'estab')]
GCB19030408-V05-08-page4.txt: [('-', ''), ('R-', 'R'), ('-', ''), ('--B-U-L', '-B-U-L'), ('IN--', 'IN-')]
GCB19030408-V05-08-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--LE-T-I-N', '-LE-T-I-N'), ('organi-', 'organi')]
GCB19030408-V05-08-page7.txt: [('-work', 'work'), ('-', '')]
GCB19030408-V05-08-page8.txt: [('top-', 'top')]
GCB19030409-V05-09-page1.txt: [('PUB-', 'PUB'), ('-', ''), ('o-', 'o'), ('-', ''), ('ow-', 'ow')]
GCB19030409-V05-09-page10.txt: [('-in', 'in')]
GCB19030409-V05-09-page11.txt: [('con-', 'con'), ('Septemet-', 'Septemet')]
GCB19030409-V05-09-page15.txt: [('be-', 'be')]
GCB19030409-V05-09-page5.txt: [('-cation', 'cation'), ('PUB-', 'PUB')]
GCB19030409-V05-09-page6.txt: [('Grays-', 'Grays')]
GCB19030409-V05-09-page7.txt: [('con-', 'con'), ('-', ''), ('-', '')]
GCB19030410-V05-10-page1.txt: [('COM-', 'COM'), ('PUB-', 'PUB'), ('-', ''), ('-', ''), ('-', '')]
GCB19030410-V05-10-page10.txt: [('presi-', 'presi')]
GCB19030410-V05-10-page12.txt: [('-', ''), ('-for', 'for'), ('-stand', 'stand')]
GCB19030410-V05-10-page13.txt: [('Assb-', 'Assb')]
GCB19030410-V05-10-page14.txt: [('lib-', 'lib')]
GCB19030410-V05-10-page15.txt: [('corn-', 'corn')]
GCB19030410-V05-10-page16.txt: [('organi-', 'organi')]
GCB19030410-V05-10-page17.txt: [('--in', '-in'), ('organiza-', 'organiza')]
GCB19030410-V05-10-page18.txt: [('-Big', 'Big')]
GCB19030410-V05-10-page19.txt: [('guid-', 'guid')]
GCB19030410-V05-10-page2.txt: [('COM-', 'COM')]
GCB19030410-V05-10-page20.txt: [('Chair-', 'Chair')]
GCB19030410-V05-10-page6.txt: [('ET-', 'ET'), ('-N', 'N'), ('clumsily-', 'clumsily')]
GCB19030410-V05-10-page7.txt: [('Chris-', 'Chris'), ('con-', 'con')]
GCB19030410-V05-10-page8.txt: [('-', ''), ('-.L', '.L'), ('-CONFEREALC', 'CONFEREALC'), ('BULLETIN--', 'BULLETIN-')]
GCB19030410-V05-10-page9.txt: [('church-', 'church'), ('-', ''), ('self-', 'self'), ('-', '')]
GCB19030411-V05-11-page1.txt: [('PUB-', 'PUB'), ('-', ''), ('o-', 'o'), ('-', ''), ('of--', 'of-'), ('Confer-', 'Confer')]
GCB19030411-V05-11-page10.txt: [('es-', 'es'), ('pur-', 'pur'), ('fa-', 'fa'), ('per-', 'per'), ('dis-', 'dis')]
GCB19030411-V05-11-page2.txt: [('GENERAL-', 'GENERAL'), ('-', ''), ('-', ''), ('-there', 'there')]
GCB19030411-V05-11-page3.txt: [('-way', 'way'), ('us-', 'us')]
GCB19030411-V05-11-page5.txt: [('-', ''), ('-', ''), ('med-', 'med')]
GCB19030411-V05-11-page6.txt: [('Laugh-', 'Laugh')]
GCB19030411-V05-11-page7.txt: [('-', '')]
GCB19030411-V05-11-page9.txt: [('-so', 'so')]
GCB19030413-V05-12-page1.txt: [('-', ''), ('-', ''), ('Pus-', 'Pus'), ('-', ''), ('-H', 'H'), ('-', '')]
GCB19030413-V05-12-page11.txt: [('-Wined', 'Wined')]
GCB19030413-V05-12-page12.txt: [('Un-', 'Un')]
GCB19030413-V05-12-page14.txt: [('-GENERAL', 'GENERAL'), ('-', '')]
GCB19030413-V05-12-page16.txt: [('be.-', 'be.'), ('-B-UL-L-ET', 'B-UL-L-ET')]
GCB19030413-V05-12-page2.txt: [('-ears', 'ears')]
GCB19030413-V05-12-page4.txt: [('CONFEREN-CE-', 'CONFEREN-CE'), ('-.', '.')]
GCB19030413-V05-12-page6.txt: [('-.-', '.-'), ('-', ''), ('to-', 'to')]
GCB19030413-V05-12-page7.txt: [('-', '')]
GCB19030413-V05-12-page8.txt: [('-', ''), ('as-', 'as'), ('-', ''), ('-', '')]
GCB19030413-V05-12-page9.txt: [('re-', 're')]
GCB19030414-V05-13-page1.txt: [('-', ''), ('PUB-', 'PUB'), ('-', ''), ('-I', 'I'), ('-', '')]
GCB19030414-V05-13-page11.txt: [('HUNTS-', 'HUNTS')]
GCB19030414-V05-13-page12.txt: [('-field.', 'field.'), ('-Angels', 'Angels')]
GCB19030414-V05-13-page16.txt: [('-', '')]
GCB19030414-V05-13-page19.txt: [('-', '')]
GCB19030414-V05-13-page2.txt: [('-actirdirig', 'actirdirig'), ('.-', '.'), ('-', '')]
GCB19030414-V05-13-page20.txt: [('-', ''), ('-in', 'in'), ('glo-', 'glo')]
GCB19030414-V05-13-page24.txt: [('-', ''), ('-', ''), ('Califor-', 'Califor'), ('Mac-', 'Mac'), ('-', ''), ('ivlissionary-', 'ivlissionary')]
GCB19030414-V05-13-page25.txt: [('Tawny-', 'Tawny')]
GCB19030414-V05-13-page26.txt: [('COM-', 'COM')]
GCB19030414-V05-13-page27.txt: [('re-', 're'), ('-y', 'y'), ('COM-', 'COM'), ('-', ''), ('other-', 'other'), ('-vicepresident', 'vicepresident'), ('-of', 'of'), ('-AUDITS', 'AUDITS')]
GCB19030414-V05-13-page28.txt: [('-', ''), ('-', ''), ('SABBATH-', 'SABBATH'), ('Sabbath-', 'Sabbath'), ('Mem-', 'Mem'), ('Con-', 'Con'), ('Aver-', 'Aver'), ('Aver-', 'Aver')]
GCB19030414-V05-13-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('de-', 'de'), ('-', '')]
GCB19030414-V05-13-page8.txt: [('equip-', 'equip')]
GCB190308XX-V05-14-page1.txt: [('TI-', 'TI'), ('-', ''), ('PRO-', 'PRO'), ('-', ''), ('en-', 'en')]
GCB190308XX-V05-14-page2.txt: [('CON-', 'CON'), ('Gen-', 'Gen'), ('-', ''), ('-', ''), ('ap-', 'ap'), ('mis-', 'mis'), ('HEAD-', 'HEAD'), ('-', ''), ('-', '')]
GCB190308XX-V05-14-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('-other', 'other')]
GCB190308XX-V05-14-page4.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('can-', 'can')]
GCB190308XX-V05-14-page5.txt: [('mem-', 'mem'), ('-', ''), ('TER-', 'TER'), ('Publish-', 'Publish'), ('COM-', 'COM'), ('up-', 'up')]
GCB190308XX-V05-14-page6.txt: [('-', ''), ('vice-', 'vice'), ('Mis-', 'Mis'), ('Ell-', 'Ell'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('concern-', 'concern'), ('Confer-', 'Confer'), ('me-', 'me'), ('Confer--', 'Confer-'), ('-', ''), ('-', ''), ('Con-', 'Con'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB190308XX-V05-14-page7.txt: [('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('pub-', 'pub'), ('Commit-', 'Commit'), ('-', ''), ('-', ''), ('con-', 'con'), ('Sabbath-', 'Sabbath'), ('appoint-', 'appoint'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('appoint-', 'appoint'), ('-', ''), ('Sec-', 'Sec'), ('-', ''), ('re-', 're'), ('Commit-', 'Commit'), ('-', ''), ('South-', 'South'), ('encour-', 'encour'), ('de-', 'de'), ('Com-', 'Com'), ('-', ''), ('Confer-', 'Confer'), ('-', ''), ('Con-', 'Con'), ('-', '')]
GCB190308XX-V05-14-page8.txt: [('-BULLETIN', 'BULLETIN'), ('----', '---'), ('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('concern-', 'concern'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Church-', 'Church'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('De-', 'De'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Wag-', 'Wag'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('resolu-', 'resolu'), ('-Union', 'Union'), ('suggested-', 'suggested'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Cam-', 'Cam'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090514-V06-01-page10.txt: [('-', ''), ('--ritilli', '-ritilli'), ('-t', 't'), ('.-', '.'), ('-ocretary', 'ocretary'), ('-d', 'd'), ('-', ''), ('-sa.tiitariuni', 'sa.tiitariuni'), ('-', ''), ('cir-', 'cir'), ('Confer-', 'Confer'), ('the-', 'the'), ('-.', '.'), ('-', ''), ('-', ''), ('-f', 'f')]
GCB19090514-V06-01-page11.txt: [('im-', 'im'), ('--', '-')]
GCB19090514-V06-01-page12.txt: [('confer-', 'confer'), ('-the', 'the'), ('com-', 'com')]
GCB19090514-V06-01-page13.txt: [("-Australasia's", "Australasia's"), ('gener-', 'gener')]
GCB19090514-V06-01-page14.txt: [('impor-', 'impor'), ('-', ''), ('-', ''), ('-W.', 'W.')]
GCB19090514-V06-01-page15.txt: [('-', ''), ('PRONUNCI-', 'PRONUNCI'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-')]
GCB19090514-V06-01-page2.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('BULLE-', 'BULLE'), ('Mac-', 'Mac')]
GCB19090514-V06-01-page3.txt: [('LARGE.-', 'LARGE.'), ('-', ''), ('Bearthem-', 'Bearthem')]
GCB19090514-V06-01-page5.txt: [('-we', 'we'), ('confer-', 'confer')]
GCB19090514-V06-01-page6.txt: [('Rus-', 'Rus')]
GCB19090514-V06-01-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('San-', 'San')]
GCB19090514-V06-01-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090514-V06-01-page9.txt: [('-', ''), ('-that', 'that')]
GCB19090516-V06-02-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090516-V06-02-page10.txt: [('-handled.', 'handled.'), ('CON-', 'CON'), ('SEVENTH-', 'SEVENTH'), ('DISBURSE-', 'DISBURSE'), ('COMPAR-', 'COMPAR')]
GCB19090516-V06-02-page11.txt: [('TREAS-', 'TREAS'), ('-', ''), ('cen-', 'cen'), ('-', ''), ('-', ''), ('care-', 'care'), ('-', ''), ('FIFTH-', 'FIFTH'), ('mis-', 'mis')]
GCB19090516-V06-02-page12.txt: [('-', ''), ('-', ''), ('suc-', 'suc'), ('-', '')]
GCB19090516-V06-02-page13.txt: [('dis-', 'dis'), ('-me', 'me'), ('-made', 'made')]
GCB19090516-V06-02-page14.txt: [('Middle-', 'Middle'), ('CONFER-', 'CONFER'), ('CON-', 'CON')]
GCB19090516-V06-02-page15.txt: [('terri-', 'terri'), ('-', ''), ('fin-', 'fin'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('indus-', 'indus'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090516-V06-02-page16.txt: [('in-', 'in'), ('SAB-', 'SAB')]
GCB19090516-V06-02-page2.txt: [("col'-", "col'"), ('DEPART-', 'DEPART')]
GCB19090516-V06-02-page3.txt: [('-', ''), ('DEPART-', 'DEPART'), ('-', '')]
GCB19090516-V06-02-page4.txt: [('TREAS-', 'TREAS')]
GCB19090516-V06-02-page5.txt: [('-', ''), ('-', ''), ('Confer-', 'Confer'), ('splen-', 'splen'), ('-', '')]
GCB19090516-V06-02-page6.txt: [('DIS-', 'DIS'), ('LABOR-', 'LABOR'), ('LABOR-', 'LABOR'), ('Conference..-', 'Conference..')]
GCB19090516-V06-02-page7.txt: [('LABOR-', 'LABOR'), ('-', '')]
GCB19090516-V06-02-page9.txt: [('DISBURSE-', 'DISBURSE'), ('CON-', 'CON'), ('CON-', 'CON'), ('COMPAR-', 'COMPAR')]
GCB19090517-V06-03-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('DE-', 'DE')]
GCB19090517-V06-03-page10.txt: [('--', '-'), ('connec-', 'connec')]
GCB19090517-V06-03-page11.txt: [('-', ''), ('-as', 'as'), ('--', '-')]
GCB19090517-V06-03-page12.txt: [('serv-', 'serv')]
GCB19090517-V06-03-page13.txt: [('-', ''), ('-', ''), ('-', ''), ('fig-', 'fig'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090517-V06-03-page14.txt: [('-', '')]
GCB19090517-V06-03-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('PRONUNCI-', 'PRONUNCI'), ('-', '')]
GCB19090517-V06-03-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090517-V06-03-page2.txt: [('de-', 'de'), ('EDU-', 'EDU'), ('DE-', 'DE'), ('-First', 'First'), ('Mc-', 'Mc'), ('DE-', 'DE')]
GCB19090517-V06-03-page3.txt: [('-to-day.', 'to-day.'), ('page-', 'page')]
GCB19090517-V06-03-page4.txt: [('-race', 'race'), ('ad-', 'ad')]
GCB19090517-V06-03-page5.txt: [('Constitu-', 'Constitu'), ('CON-', 'CON'), ('--After', '-After'), ('-', '')]
GCB19090517-V06-03-page6.txt: [('-', '')]
GCB19090517-V06-03-page8.txt: [('have-', 'have'), ('wea-', 'wea')]
GCB19090518-V06-04-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Euro-', 'Euro'), ('Danish-', 'Danish'), ('EDU-', 'EDU'), ('Sabbath-', 'Sabbath'), ('com-', 'com'), ('DE-', 'DE')]
GCB19090518-V06-04-page13.txt: [('teach-', 'teach'), ('-ter', 'ter')]
GCB19090518-V06-04-page15.txt: [('-Lord', 'Lord'), ('-is', 'is')]
GCB19090518-V06-04-page2.txt: [('DE-', 'DE')]
GCB19090518-V06-04-page3.txt: [('CON-', 'CON')]
GCB19090518-V06-04-page4.txt: [('subscrip-', 'subscrip'), ('Con-', 'Con'), ('-', ''), ('-with', 'with'), ('Aus-', 'Aus'), ('Member-', 'Member'), ('Atten-', 'Atten'), ('develop-', 'develop'), ('spend-', 'spend')]
GCB19090518-V06-04-page5.txt: [('re-', 're'), ('ab-', 'ab'), ('per-', 'per'), ('-practically', 'practically')]
GCB19090518-V06-04-page6.txt: [('im-', 'im'), ('soul-win-', 'soul-win')]
GCB19090518-V06-04-page7.txt: [('-and', 'and'), ('confer-', 'confer'), ('state-', 'state')]
GCB19090518-V06-04-page8.txt: [('-', '')]
GCB19090518-V06-04-page9.txt: [('-', ''), ('Ru-', 'Ru'), ('let-', 'let'), ('-', '')]
GCB19090519-V06-05-page1.txt: [('-', '')]
GCB19090519-V06-05-page11.txt: [('-the', 'the'), ('-was', 'was'), ('hiJoTtifin-', 'hiJoTtifin'), ('-zrty', 'zrty'), ('-demonstration', 'demonstration'), ('-gospel', 'gospel'), ('-', ''), ('-deffigrfifigignifi.Carit', 'deffigrfifigignifi.Carit'), ('-', ''), ('-', ''), ('oneis-', 'oneis'), ('-', ''), ('witheitit-', 'witheitit'), ('-', ''), ('-the', 'the'), ('-', ''), ('-Chinese', 'Chinese'), ("China'-", "China'"), ('adjourned.-', 'adjourned.'), ('CON-', 'CON'), ('PUBLISH-', 'PUBLISH')]
GCB19090519-V06-05-page13.txt: [('-ampere', 'ampere')]
GCB19090519-V06-05-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090519-V06-05-page15.txt: [('mourn-', 'mourn'), ('rec-', 'rec')]
GCB19090519-V06-05-page16.txt: [('-day', 'day')]
GCB19090519-V06-05-page2.txt: [('DE-', 'DE'), ('DE-', 'DE'), ('DEPART-', 'DEPART'), ('hun-', 'hun'), ('-', '')]
GCB19090519-V06-05-page3.txt: [('-ve', 've'), ('Cartliimn-', 'Cartliimn'), ('tes-', 'tes')]
GCB19090519-V06-05-page5.txt: [('bor-', 'bor')]
GCB19090519-V06-05-page6.txt: [('-Are', 'Are')]
GCB19090519-V06-05-page7.txt: [('-', ''), ('pa-', 'pa'), ('consider-', 'consider')]
GCB19090519-V06-05-page8.txt: [('-Last', 'Last')]
GCB19090519-V06-05-page9.txt: [('-', ''), ('Van-', 'Van')]
GCB19090520-V06-06-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('writ-', 'writ')]
GCB19090520-V06-06-page10.txt: [('CA-', 'CA'), ('CON-', 'CON')]
GCB19090520-V06-06-page11.txt: [('-', ''), ('-serves', 'serves'), ('organ-', 'organ'), ('Sab-', 'Sab')]
GCB19090520-V06-06-page12.txt: [('-', ''), ('-', '')]
GCB19090520-V06-06-page13.txt: [('-', ''), ('be-', 'be')]
GCB19090520-V06-06-page14.txt: [('mem-', 'mem'), ('-', ''), ('.-', '.'), ('-', '')]
GCB19090520-V06-06-page15.txt: [('-', ''), ('-', ''), ('Glas-', 'Glas')]
GCB19090520-V06-06-page16.txt: [('-it', 'it')]
GCB19090520-V06-06-page2.txt: [('DEPART-', 'DEPART'), ('BUL-', 'BUL'), ('de-', 'de')]
GCB19090520-V06-06-page3.txt: [('DE-', 'DE'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090520-V06-06-page4.txt: [('ne-', 'ne'), ('par-', 'par')]
GCB19090520-V06-06-page6.txt: [('HER-', 'HER'), ("cc'nse-", "cc'nse")]
GCB19090520-V06-06-page7.txt: [('.-', '.'), ('-', ''), ('-', ''), ('con-', 'con')]
GCB19090520-V06-06-page8.txt: [('-ways', 'ways'), ('-', ''), ('ac-', 'ac')]
GCB19090520-V06-06-page9.txt: [('edu-', 'edu')]
GCB19090521-V06-07-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pub-', 'pub'), ('DE-', 'DE'), ('ques-', 'ques'), ('foun-', 'foun')]
GCB19090521-V06-07-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('oppres-', 'oppres')]
GCB19090521-V06-07-page11.txt: [('ex-', 'ex'), ('-hold', 'hold'), ('min-', 'min'), ('con-', 'con'), ('Sanita-', 'Sanita'), ('Dur-', 'Dur')]
GCB19090521-V06-07-page12.txt: [('-pound', 'pound'), ('-pound', 'pound'), ('mili-', 'mili'), ('popu-', 'popu'), ('-Tract', 'Tract')]
GCB19090521-V06-07-page13.txt: [('mis-', 'mis')]
GCB19090521-V06-07-page14.txt: [('lan-', 'lan')]
GCB19090521-V06-07-page15.txt: [('-we', 'we'), ('-', ''), ('knowl-', 'knowl')]
GCB19090521-V06-07-page16.txt: [('un-', 'un'), ('-', ''), ('-', '')]
GCB19090521-V06-07-page2.txt: [('DE-', 'DE'), ('-sanitarium', 'sanitarium'), ('DE-', 'DE')]
GCB19090521-V06-07-page3.txt: [('-', ''), ('-that', 'that'), ('coun-', 'coun')]
GCB19090521-V06-07-page4.txt: [('RE-', 'RE'), ('-', ''), ('localpatron-', 'localpatron')]
GCB19090521-V06-07-page5.txt: [('Isles.-', 'Isles.'), ('encourag-', 'encourag'), ('French-', 'French')]
GCB19090521-V06-07-page6.txt: [('-', ''), ('-', ''), ('-at', 'at')]
GCB19090521-V06-07-page7.txt: [('AFRI-', 'AFRI'), ('ASSEM-', 'ASSEM')]
GCB19090521-V06-07-page8.txt: [('re-', 're')]
GCB19090521-V06-07-page9.txt: [('-', '')]
GCB19090523-V06-08-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('DE-', 'DE')]
GCB19090523-V06-08-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-shaped', 'shaped')]
GCB19090523-V06-08-page11.txt: [('pic-', 'pic')]
GCB19090523-V06-08-page12.txt: [('-', ''), ('de-', 'de')]
GCB19090523-V06-08-page13.txt: [('-school', 'school'), ('-in', 'in'), ('inhabi-', 'inhabi')]
GCB19090523-V06-08-page14.txt: [('AN-', 'AN')]
GCB19090523-V06-08-page15.txt: [('-', ''), ('-', ''), ('-', '')]
GCB19090523-V06-08-page16.txt: [('-', ''), ('-', '')]
GCB19090523-V06-08-page2.txt: [('DE-', 'DE'), ('-', ''), ('Sabbath-', 'Sabbath')]
GCB19090523-V06-08-page3.txt: [('un-', 'un'), ('be-', 'be'), ('-', ''), ('-', '')]
GCB19090523-V06-08-page4.txt: [('-', ''), ('.-', '.'), ('tofor-', 'tofor')]
GCB19090523-V06-08-page5.txt: [('-"cured', '"cured'), ('-', ''), ('se-', 'se')]
GCB19090523-V06-08-page6.txt: [('AUSTRALA-', 'AUSTRALA'), ('-', ''), ('-', ''), ('con-', 'con'), ('sit-', 'sit'), ('-', ''), ('contri-', 'contri'), ('so-', 'so'), ('espe-', 'espe')]
GCB19090523-V06-08-page7.txt: [('cam-', 'cam'), ('-miles', 'miles'), ('addi-', 'addi'), ('ad-', 'ad'), ('-', '')]
GCB19090523-V06-08-page8.txt: [('-', ''), ('Singapore-', 'Singapore'), ('in-', 'in')]
GCB19090523-V06-08-page9.txt: [('-', ''), ('-started', 'started'), ('reap-', 'reap'), ('-the', 'the'), ('-Chinese', 'Chinese'), ('ce-', 'ce')]
GCB19090524-V06-09-page1.txt: [('DE-', 'DE'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('o-', 'o'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('urg-', 'urg')]
GCB19090524-V06-09-page10.txt: [('bu-', 'bu')]
GCB19090524-V06-09-page11.txt: [('Con-', 'Con')]
GCB19090524-V06-09-page12.txt: [('-', ''), ('--', '-'), ('-', '')]
GCB19090524-V06-09-page13.txt: [('.-', '.'), ('-', ''), ('Bohemian-', 'Bohemian'), ('-', ''), ('Swed-', 'Swed'), ('Slavish-', 'Slavish')]
GCB19090524-V06-09-page14.txt: [('-This', 'This')]
GCB19090524-V06-09-page15.txt: [('-r', 'r'), ('-mosquito', 'mosquito'), ('-and', 'and')]
GCB19090524-V06-09-page16.txt: [('water-', 'water')]
GCB19090524-V06-09-page2.txt: [('DE-', 'DE'), ('estab-', 'estab'), ('DE-', 'DE')]
GCB19090524-V06-09-page3.txt: [('DEPART-', 'DEPART'), ('-', '')]
GCB19090524-V06-09-page4.txt: [('-', '')]
GCB19090524-V06-09-page5.txt: [('re-', 're'), ('con-', 'con')]
GCB19090524-V06-09-page6.txt: [('-', ''), ('-', ''), ('.-', '.'), ('CONFER-', 'CONFER')]
GCB19090524-V06-09-page7.txt: [('re-', 're'), ('-', ''), ('-', ''), ('-', '')]
GCB19090524-V06-09-page8.txt: [('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('Mc-', 'Mc'), ('com-', 'com')]
GCB19090524-V06-09-page9.txt: [('-', '')]
GCB19090525-V06-10-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090525-V06-10-page10.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('CON-', 'CON'), ('in-', 'in')]
GCB19090525-V06-10-page11.txt: [('ef-', 'ef'), ('en-', 'en'), ('Maga-', 'Maga')]
GCB19090525-V06-10-page12.txt: [('GAR-', 'GAR'), ('ex-', 'ex')]
GCB19090525-V06-10-page13.txt: [('repre-', 'repre'), ('prin-', 'prin'), ('Protestant-', 'Protestant')]
GCB19090525-V06-10-page14.txt: [('--', '-'), ('the-', 'the')]
GCB19090525-V06-10-page15.txt: [('re-', 're'), ('EDUCA-', 'EDUCA'), ('Le-', 'Le')]
GCB19090525-V06-10-page16.txt: [('-by', 'by')]
GCB19090525-V06-10-page2.txt: [('DE-', 'DE'), ('DEPART-', 'DEPART')]
GCB19090525-V06-10-page3.txt: [('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-of', 'of'), ('-', '')]
GCB19090525-V06-10-page5.txt: [('-', ''), ('pro.-', 'pro.'), ('work-', 'work'), ('pre-', 'pre'), ('Sabbath-', 'Sabbath')]
GCB19090525-V06-10-page6.txt: [('-much', 'much'), ('-', '')]
GCB19090525-V06-10-page7.txt: [('-of', 'of'), ('.estab-', '.estab'), ('mothers.-', 'mothers.')]
GCB19090525-V06-10-page8.txt: [('-', ''), ('Medo-', 'Medo')]
GCB19090525-V06-10-page9.txt: [('-', ''), ('noth-', 'noth'), ('govern-', 'govern'), ('-', ''), ('fore-', 'fore'), ('-we', 'we')]
GCB19090526-V06-11-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ('DE-', 'DE'), ('ap-', 'ap'), ('Prin-', 'Prin'), ('be-', 'be'), ('DE-', 'DE'), ('shouldel-', 'shouldel'), ('suf-', 'suf'), ('DEPART-', 'DEPART'), ('Inter-', 'Inter')]
GCB19090526-V06-11-page10.txt: [('-', ''), ('ex-', 'ex'), ('in-', 'in')]
GCB19090526-V06-11-page11.txt: [('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('--factor', '-factor'), ('-', ''), ('-', ''), ("'-la-", "'-la"), ('-that', 'that'), ('-even', 'even'), ('-', ''), ('-on', 'on'), ('do-', 'do'), ('-', ''), ('Saint-', 'Saint'), ('Con-', 'Con'), ('-', ''), ('con-', 'con'), ('easy-', 'easy'), ('terri-', 'terri'), ('Su-', 'Su'), ('pros-', 'pros'), ('-', ''), ('-', ''), ('put-', 'put'), ('-', '')]
GCB19090526-V06-11-page12.txt: [('la-', 'la'), ('-GLAND', 'GLAND'), ('-', ''), ('-', ''), ('-You', 'You'), ('pray--', 'pray-'), ('-Wherein', 'Wherein'), ('-', ''), ('-', ''), ('Reire-', 'Reire'), ('-the', 'the'), ('speak-', 'speak'), ('-', ''), ('received-', 'received'), ('-', ''), ('hun-', 'hun'), ('-', ''), ('-before', 'before'), ('-', ''), ('-with', 'with'), ('-.their', '.their'), ('-', ''), ('-had', 'had'), ('it-', 'it'), ('-and', 'and'), ("'Repeat-", "'Repeat"), ("'pi-", "'pi"), ('-', ''), ('-', '')]
GCB19090526-V06-11-page13.txt: [('Aleppo.-', 'Aleppo.'), ('-', ''), ('-', ''), ('-', ''), ('-Asiatic', 'Asiatic'), ('ordihave-', 'ordihave'), ('nec-', 'nec'), ('Nothing.-', 'Nothing.'), ('-of', 'of'), ('-', ''), ('Brother-', 'Brother'), ('re-', 're'), ('-.', '.'), ('com-', 'com'), ('re-', 're'), ('-', ''), ("'Biblein-", "'Biblein"), ("-did'-good", "did'-good"), ('of-', 'of'), ('-at', 'at'), ('senti-', 'senti')]
GCB19090526-V06-11-page14.txt: [('-', ''), ('-been', 'been'), ('-the', 'the'), ('-enjoyed', 'enjoyed'), ('-', ''), ('-', '')]
GCB19090526-V06-11-page15.txt: [('-', ''), ('-', ''), ('treat-', 'treat'), ('-', ''), ('offi-', 'offi'), ('sev-', 'sev'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', '')]
GCB19090526-V06-11-page16.txt: [('-loins', 'loins'), ('-', ''), ('--', '-')]
GCB19090526-V06-11-page2.txt: [('-Professor', 'Professor'), ('accom-', 'accom'), ('pro-', 'pro'), ('jour-', 'jour')]
GCB19090526-V06-11-page3.txt: [('-Until', 'Until'), ('-in', 'in'), ('ex-', 'ex'), ('-could', 'could'), ('an-', 'an'), ('-', ''), ('-ionn.', 'ionn.'), ('-the', 'the'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090526-V06-11-page4.txt: [('-', ''), ('secre-', 'secre'), ('pol-', 'pol')]
GCB19090526-V06-11-page5.txt: [("-'", "'"), ('labor-', 'labor'), ('-hoid', 'hoid'), ('circu-', 'circu'), ('-', ''), ('con-', 'con'), ('sub-', 'sub'), ('-own', 'own'), ('-View', 'View'), ('fac-', 'fac')]
GCB19090526-V06-11-page6.txt: [('period-', 'period'), ('-magazine', 'magazine'), ('-with', 'with'), ('-it', 'it'), ('supervision-', 'supervision')]
GCB19090526-V06-11-page7.txt: [('-Java', 'Java'), ('l-', 'l'), ('-avv.l', 'avv.l'), ('-', ''), ('a-', 'a'), ('so."e-', 'so."e'), ('-', ''), ('-.trovgcsN', '.trovgcsN'), ('a-', 'a'), ('SHnioTRORnaa-gij-', 'SHnioTRORnaa-gij'), ('ete-', 'ete'), ('-avvo', 'avvo'), ('lz-', 'lz'), ('-', ''), ('-', ''), ('-', ''), ('pascvao-', 'pascvao'), ('-rnee', 'rnee'), ('-CctiAvQc.', 'CctiAvQc.'), ('-', ''), ('c-', 'c'), ('t.A.Liola-', 't.A.Liola'), ('.-', '.'), ('-paY', 'paY'), ('SPA-', 'SPA'), ('mcsiVaaacocaltc-', 'mcsiVaaacocaltc'), ('abbaCh-', 'abbaCh'), ('-tia.', 'tia.'), ('-', ''), ('-', '')]
GCB19090526-V06-11-page8.txt: [('-', ''), ('-hands', 'hands'), ('-', ''), ('-', ''), ('-', ''), ('cir-', 'cir'), ('ur-', 'ur'), ('-', ''), ('-devote', 'devote'), ('-', '')]
GCB19090526-V06-11-page9.txt: [('every-', 'every'), ('-there', 'there'), ('-or', 'or'), ('hold-', 'hold'), ('-', ''), ('-', ''), ('-', ''), ('stand-', 'stand'), ('-SPANISH', 'SPANISH'), ('-field.', 'field.'), ('.-', '.'), ('--cerbe', '-cerbe'), ('an-', 'an'), ('-of', 'of')]
GCB19090527-V06-12-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('DE-', 'DE')]
GCB19090527-V06-12-page10.txt: [('-numerous', 'numerous'), ('-', '')]
GCB19090527-V06-12-page11.txt: [('mes-', 'mes'), ('-', ''), ('.-', '.')]
GCB19090527-V06-12-page14.txt: [('ex-', 'ex')]
GCB19090527-V06-12-page15.txt: [('com-', 'com')]
GCB19090527-V06-12-page16.txt: [('-is', 'is'), ('-', ''), ('SANITA-', 'SANITA')]
GCB19090527-V06-12-page2.txt: [('DE-', 'DE'), ('-', ''), ('-', ''), ('-', ''), ('as--', 'as-')]
GCB19090527-V06-12-page3.txt: [('-', ''), ('es-', 'es')]
GCB19090527-V06-12-page5.txt: [('be-', 'be'), ('de-', 'de')]
GCB19090527-V06-12-page6.txt: [('--', '-'), ('Mex-', 'Mex'), ('ap-', 'ap')]
GCB19090527-V06-12-page7.txt: [('in-', 'in'), ('ex-', 'ex')]
GCB19090527-V06-12-page8.txt: [('-gathered', 'gathered')]
GCB19090527-V06-12-page9.txt: [('-about', 'about')]
GCB19090528-V06-13-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-misSionary', 'misSionary'), ('DE-', 'DE'), ('med-', 'med')]
GCB19090528-V06-13-page10.txt: [('-', ''), ('--', '-'), ('-', '')]
GCB19090528-V06-13-page11.txt: [('-sent', 'sent'), ('-', ''), ('Un-', 'Un')]
GCB19090528-V06-13-page12.txt: [('organ-', 'organ'), ('improve-', 'improve')]
GCB19090528-V06-13-page13.txt: [('dis-', 'dis'), ('disor-', 'disor')]
GCB19090528-V06-13-page15.txt: [('Supplies-', 'Supplies'), ('-inch', 'inch'), ('-inch', 'inch'), ('-inch', 'inch'), ('outfit--', 'outfit-'), ('-inch', 'inch'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090528-V06-13-page16.txt: [('peo-', 'peo'), ('SANITA-', 'SANITA')]
GCB19090528-V06-13-page2.txt: [('DE-', 'DE'), ('DE-', 'DE'), ('-', ''), ('by-', 'by'), ('-', ''), ('wher-', 'wher')]
GCB19090528-V06-13-page3.txt: [('-', '')]
GCB19090528-V06-13-page4.txt: [('peo-', 'peo'), ('-', ''), ('--', '-'), ('Com-', 'Com'), ('-of', 'of'), ('pros-', 'pros')]
GCB19090528-V06-13-page5.txt: [('T.--', 'T.-'), ('vice-presi-', 'vice-presi'), ('spe-', 'spe'), ('-', ''), ('Confer-', 'Confer'), ('CON-', 'CON'), ('-', ''), ('pro-', 'pro')]
GCB19090528-V06-13-page6.txt: [('un-', 'un'), ('-the', 'the'), ('agri-', 'agri'), ('-met', 'met'), ('-', ''), ('Fac-', 'Fac')]
GCB19090528-V06-13-page7.txt: [('-under', 'under'), ('bath-', 'bath'), ('treatment-', 'treatment'), ('operation-', 'operation'), ('Isbell-', 'Isbell')]
GCB19090528-V06-13-page9.txt: [('-', ''), ('Catharina-', 'Catharina'), ('-', ''), ('-', ''), ('-', ''), ('Con-', 'Con')]
GCB19090530-V06-14-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-being', 'being'), ('DEPART-', 'DEPART'), ('-', ''), ('-lectures', 'lectures')]
GCB19090530-V06-14-page10.txt: [('Nominating-', 'Nominating')]
GCB19090530-V06-14-page11.txt: [('-', ''), ('Notni-', 'Notni'), ('-', '')]
GCB19090530-V06-14-page13.txt: [('-', ''), ('WASHING-', 'WASHING'), ('in-', 'in'), ('human-', 'human'), ('-nature', 'nature')]
GCB19090530-V06-14-page14.txt: [('-One', 'One'), ('---', '--')]
GCB19090530-V06-14-page15.txt: [('-as', 'as'), ('glut-', 'glut')]
GCB19090530-V06-14-page16.txt: [('file-', 'file'), ('-held', 'held'), ('the-', 'the')]
GCB19090530-V06-14-page2.txt: [('-', ''), ('-laring', 'laring')]
GCB19090530-V06-14-page3.txt: [('.-', '.'), ('minis-', 'minis'), ('mem-', 'mem')]
GCB19090530-V06-14-page4.txt: [('-for', 'for'), ('-too', 'too')]
GCB19090530-V06-14-page5.txt: [('Leaving-', 'Leaving'), ('-', ''), ('--indeed', '-indeed')]
GCB19090530-V06-14-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090530-V06-14-page7.txt: [('-', ''), ('--', '-'), ('refer-', 'refer'), ('Danish-', 'Danish')]
GCB19090530-V06-14-page8.txt: [('corn-', 'corn'), ('Confer-', 'Confer'), ('Japan-', 'Japan'), ('-one', 'one'), ('-Brother', 'Brother'), ('-matter', 'matter')]
GCB19090530-V06-14-page9.txt: [('-Asiatic', 'Asiatic'), ('-delegates', 'delegates')]
GCB19090531-V06-15-page1.txt: [('rem-', 'rem'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('DE-', 'DE'), ('DEPART-', 'DEPART'), ('rem-', 'rem')]
GCB19090531-V06-15-page10.txt: [('al-', 'al')]
GCB19090531-V06-15-page11.txt: [('-', '')]
GCB19090531-V06-15-page14.txt: [('al-', 'al')]
GCB19090531-V06-15-page15.txt: [('un-', 'un')]
GCB19090531-V06-15-page2.txt: [('DE-', 'DE'), ('precipi-', 'precipi')]
GCB19090531-V06-15-page3.txt: [('intri-', 'intri'), ('master-', 'master')]
GCB19090531-V06-15-page4.txt: [('-', ''), ('in-', 'in')]
GCB19090531-V06-15-page6.txt: [('amend-', 'amend'), ('confer-', 'confer')]
GCB19090531-V06-15-page7.txt: [('con-', 'con'), ('ad-', 'ad')]
GCB19090531-V06-15-page8.txt: [('-cities', 'cities'), ('-a', 'a'), ('-become', 'become'), ('-about', 'about'), ('ter-', 'ter'), ('-cause', 'cause'), ('-be', 'be'), ('-Maine', 'Maine')]
GCB19090531-V06-15-page9.txt: [('rep-', 'rep'), ('-', ''), ('-it', 'it'), ('an-', 'an'), ('car-', 'car'), ('pre-', 'pre')]
GCB19090601-V06-16-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('recommend-', 'recommend'), ('chil-', 'chil')]
GCB19090601-V06-16-page10.txt: [('-the', 'the')]
GCB19090601-V06-16-page12.txt: [('-Australia', 'Australia'), ('super-', 'super'), ('-vision', 'vision')]
GCB19090601-V06-16-page13.txt: [('Lib-', 'Lib')]
GCB19090601-V06-16-page15.txt: [('-the', 'the'), ('-at', 'at'), ('legisla-', 'legisla'), ('en-', 'en')]
GCB19090601-V06-16-page16.txt: [('-we', 'we'), ('-us', 'us'), ('-After', 'After'), ('-my', 'my'), ('Adven-', 'Adven')]
GCB19090601-V06-16-page17.txt: [('--"', '-"'), ('a..cstrange-', 'a..cstrange'), ('-itis', 'itis'), ('-have', 'have'), ('-identical', 'identical'), ('-', ''), ('-Occupy', 'Occupy'), ('adjourned-', 'adjourned'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-eOld-rliath', 'eOld-rliath'), ('about-', 'about'), ('you-', 'you'), ('-', ''), ('-we', 'we'), ('-', ''), ('-still', 'still'), ('-ninth', 'ninth'), ('be-', 'be'), ('-that.', 'that.'), ('-', ''), ('thor-', 'thor'), ('-', ''), ('-', ''), ('-', ''), ('eat-', 'eat'), ('-', ''), ('-is', 'is'), ('-', ''), ('-in', 'in'), ('-we', 'we'), ('thor-', 'thor'), ('-bring', 'bring'), ('a..eatar-', 'a..eatar'), ('-', ''), ('-for', 'for'), ('-', ''), ("'eel-", "'eel"), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090601-V06-16-page18.txt: [('strug-', 'strug'), ('-', ''), ('---', '--'), ('ever-', 'ever'), ('-', '')]
GCB19090601-V06-16-page19.txt: [('con-', 'con'), ('-institutions', 'institutions'), ('-upon', 'upon'), ('-of', 'of'), ('-', ''), ('-', ''), ('-financial', 'financial')]
GCB19090601-V06-16-page2.txt: [('DE-', 'DE'), ('understand-', 'understand')]
GCB19090601-V06-16-page20.txt: [('-', ''), ('-', ''), ('-', ''), ('Conference.--', 'Conference.-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-Totals', 'Totals'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-t--', 't--'), ('-', ''), ('.--', '.-'), ('-.', '.'), ('-', ''), ('-', ''), ('for-', 'for'), ('-', ''), ('-Totals', 'Totals'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'-", "'"), ('-', ''), ('-', ''), ('--', '-'), ('---', '--'), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('--', '-'), ('-.', '.'), ('--', '-'), ('-', ''), ('-Totals', 'Totals'), ('-', ''), ('-', ''), ('-', ''), ('.------', '.-----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('Retail-', 'Retail')]
GCB19090601-V06-16-page21.txt: [('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-..', '..'), ('-', ''), ("'-", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-"..', '"..'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ("-'-'", "'-'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'...-", "'..."), ('-.', '.'), ('-', ''), ("'-", "'"), ('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ('-Y', 'Y'), ('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-ence', 'ence'), ('-', ''), ('-', ''), ('exceptas-', 'exceptas'), ('--', '-'), ('Contributions-', 'Contributions'), ('Sabbath-', 'Sabbath'), ('hurch-', 'hurch'), ('-', ''), ('-', ''), ('For-', 'For')]
GCB19090601-V06-16-page22.txt: [('-', ''), ('---', '--'), ('--', '-'), ('--------', '-------'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-----', '----'), ('------', '-----'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090601-V06-16-page23.txt: [('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ("'-", "'"), ('-', ''), ('Sabbath-', 'Sabbath'), ('Church-', 'Church'), ('Lo-', 'Lo')]
GCB19090601-V06-16-page24.txt: [('----.', '---.'), ('---', '--'), ('-', ''), ('--.', '-.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('-', ''), ('Indian-', 'Indian'), ('------------', '-----------'), ('-', ''), ('Mission-', 'Mission'), ('-', ''), ('----', '---'), ('----', '---'), ('-', ''), ('--', '-'), ('-', ''), ('----', '---'), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('----', '---'), ('--', '-'), ('--........---', '-........---'), ('--', '-'), ('-ii', 'ii'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090601-V06-16-page25.txt: [('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('........-', '........'), ('--', '-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-------', '------'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'-", "'"), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('..-', '..'), ('-', ''), ('-', ''), ('r-', 'r'), ('-', ''), ('-', ''), ('-', ''), ('..-', '..'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.....-', '.....'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("'-", "'"), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('-', ''), ('-', ''), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ("-'", "'"), ('---', '--'), ('--t', '-t'), ('-', ''), ('-', ''), ('Total-', 'Total'), ('Church-', 'Church'), ('-', ''), ('Mission-', 'Mission')]
GCB19090601-V06-16-page26.txt: [('-..-', '..-'), ('-', ''), ('--', '-'), ('Conf.---', 'Conf.--'), ('-', ''), ('-', ''), ('years--', 'years-'), ('..-', '..'), ('-', ''), ('-', '')]
GCB19090601-V06-16-page27.txt: [('-', ''), ('-...', '...'), ('-', ''), ('-', ''), ('-', ''), ('-------', '------'), ('-', ''), ('-', ''), ('-----', '----'), ('------', '-----'), ('-', ''), ('...-', '...'), ('-', ''), ('appropriated-', 'appropriated'), ('Foreign-', 'Foreign'), ('-', ''), ('Sabbath-', 'Sabbath'), ('-', '')]
GCB19090601-V06-16-page28.txt: [('-Armona', 'Armona'), ('r-', 'r'), ('---DuQuoin', '--DuQuoin'), ('-', ''), ('-Gaston', 'Gaston'), ('-', ''), ('-', ''), ('-', ''), ('Assn-', 'Assn'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Institutions-', 'Institutions'), ('-', ''), ('-', ''), ('---', '--'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--gg', '-gg'), ('----', '---'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('--', '-')]
GCB19090601-V06-16-page29.txt: [('--', '-'), ('--', '-'), ('-', ''), ('---', '--'), ('--', '-'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('Fn-', 'Fn'), ('Employ-', 'Employ'), ('ploy-', 'ploy'), ('-Sanitarium', 'Sanitarium'), ('---', '--'), ('---', '--'), ('---', '--'), ('-Colorado', 'Colorado'), ('-', ''), ('sanitari-', 'sanitari'), ('-', ''), ('-', ''), ('-', ''), ('---', '--'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("-Satiitartams'", "Satiitartams'"), ('-', ''), ('-', ''), ('---', '--'), ('-', ''), ('-', '')]
GCB19090601-V06-16-page30.txt: [('Sab-', 'Sab'), ('-........', '........'), ('-', ''), ('-', ''), ('col-', 'col'), ('-', ''), ('-', ''), ('-Table', 'Table'), ('-', ''), ('-II', 'II'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090601-V06-16-page31.txt: [('LangUages-', 'LangUages'), ('Tahitian-', 'Tahitian'), ('-', ''), ('-', ''), ('-', ''), ('......-', '......'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Con-', 'Con'), ('-', ''), ('-', ''), ('--------', '-------'), ('-', ''), ('.-', '.')]
GCB19090601-V06-16-page32.txt: [('-fs', 'fs'), ('-', ''), ('-', ''), ('-', ''), ('Wladikawkas-', 'Wladikawkas'), ('-teach', 'teach'), ('late.-', 'late.')]
GCB19090601-V06-16-page4.txt: [('dif-', 'dif'), ('Publish-', 'Publish'), ('-', ''), ('regu-', 'regu'), ('self-support-', 'self-support'), ('compli-', 'compli'), ('re-', 're'), ('rec-', 'rec')]
GCB19090601-V06-16-page5.txt: [('-institution', 'institution'), ('-chair.', 'chair.'), ('-brethren', 'brethren'), ('--ought', '-ought'), ('publish-', 'publish')]
GCB19090601-V06-16-page6.txt: [('-', ''), ('depart-', 'depart'), ('-have', 'have'), ('Confer-', 'Confer'), ('-', '')]
GCB19090601-V06-16-page7.txt: [('-reach', 'reach'), ('tree.-', 'tree.'), ('depart-', 'depart'), ('As-', 'As'), ('de-', 'de')]
GCB19090601-V06-16-page8.txt: [('depart-', 'depart'), ('med-', 'med'), ('-', ''), ('-', ''), ('-for', 'for'), ('church-', 'church'), ('-', ''), ('Palmer-', 'Palmer'), ('be-', 'be'), ('per-', 'per'), ('twoorgani-', 'twoorgani'), ("-the'", "the'"), ('-', ''), ('-', ''), ('some-', 'some'), ('ex-', 'ex'), ('evan-', 'evan'), ('inter-', 'inter'), ('-to', 'to'), ('on-', 'on'), ('De-', 'De'), ('thePub-', 'thePub'), ('w--', 'w-'), ('corn-', 'corn'), ('Publish-', 'Publish'), ('-of', 'of'), ('can-', 'can'), ('per.-', 'per.'), ('Publish-', 'Publish')]
GCB19090601-V06-16-page9.txt: [('Confer-', 'Confer'), ('-', ''), ('-a', 'a'), ('-', ''), ('-', ''), ('-', ''), ('LIB-', 'LIB'), ('-', ''), ('con-', 'con'), ('treat-', 'treat')]
GCB19090602-V06-17-page1.txt: [('after-', 'after'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('DE-', 'DE'), ('-E.', 'E.'), ('-', ''), ('consider-', 'consider'), ('dem-', 'dem')]
GCB19090602-V06-17-page11.txt: [('-breaking', 'breaking'), ('---', '--'), ('-missions', 'missions')]
GCB19090602-V06-17-page12.txt: [('valu-', 'valu'), ('help-', 'help'), ('Eng-', 'Eng'), ('oper-', 'oper'), ('-', ''), ('-', '')]
GCB19090602-V06-17-page13.txt: [('commit-', 'commit'), ('Accord-', 'Accord'), ('-', ''), ('Pa-', 'Pa'), ('Intem-', 'Intem')]
GCB19090602-V06-17-page14.txt: [('respon-', 'respon'), ('be-', 'be'), ('-', ''), ('search-', 'search'), ('insti-', 'insti')]
GCB19090602-V06-17-page15.txt: [('fol-', 'fol'), ('carry-', 'carry'), ('insti-', 'insti')]
GCB19090602-V06-17-page16.txt: [('mis-', 'mis'), ('-sionary', 'sionary'), ('do-', 'do')]
GCB19090602-V06-17-page17.txt: [('institu-', 'institu')]
GCB19090602-V06-17-page19.txt: [('mo--', 'mo-'), ('-', ''), ('-', ''), ('followed.-', 'followed.')]
GCB19090602-V06-17-page2.txt: [('DEPART-', 'DEPART'), ('"-', '"')]
GCB19090602-V06-17-page20.txt: [('-for', 'for')]
GCB19090602-V06-17-page21.txt: [('-and', 'and')]
GCB19090602-V06-17-page22.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('APPROPRIA-', 'APPROPRIA'), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090602-V06-17-page23.txt: [('-', ''), ('-', ''), ('Au-', 'Au'), ('-PER', 'PER'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('work-', 'work'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090602-V06-17-page24.txt: [('-company', 'company'), ('ar-', 'ar')]
GCB19090602-V06-17-page3.txt: [('-in', 'in'), ('pre-', 'pre')]
GCB19090602-V06-17-page4.txt: [('-Which', 'Which')]
GCB19090602-V06-17-page5.txt: [('ere-', 'ere'), ('---', '--'), ('Dan-', 'Dan'), ('meet-', 'meet')]
GCB19090602-V06-17-page6.txt: [('-', ''), ('-the', 'the'), ('thesebreth-', 'thesebreth'), ('underta-', 'underta'), ('com-', 'com')]
GCB19090602-V06-17-page7.txt: [('from-', 'from'), ('sim-', 'sim'), ('-', '')]
GCB19090602-V06-17-page8.txt: [('be-', 'be'), ('IN-', 'IN'), ('SAB-', 'SAB')]
GCB19090602-V06-17-page9.txt: [('im-', 'im'), ('-nary', 'nary'), ('prom-', 'prom')]
GCB19090603-V06-18-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('MIS-', 'MIS'), ('of-', 'of'), ('be-', 'be'), ('sanitariurns--', 'sanitariurns-')]
GCB19090603-V06-18-page10.txt: [('-', ''), ('-years', 'years'), ('-', '')]
GCB19090603-V06-18-page11.txt: [('-', ''), ('.-', '.'), ('-all', 'all'), ('-', ''), ('-was', 'was'), ('-to', 'to'), ('peo-', 'peo'), ('-', ''), ('pub--', 'pub-')]
GCB19090603-V06-18-page13.txt: [('ban-', 'ban'), ('Chris-', 'Chris'), ('-our', 'our'), ('-', ''), ('-she', 'she')]
GCB19090603-V06-18-page14.txt: [('-', ''), ('GEN-', 'GEN'), ('ASSO-', 'ASSO'), ('BULLE-', 'BULLE'), ('quad-', 'quad')]
GCB19090603-V06-18-page15.txt: [('gazeas-', 'gazeas'), ('-the', 'the'), ('-find', 'find'), ('--', '-'), ('H-', 'H'), ('-', '')]
GCB19090603-V06-18-page16.txt: [('asso-', 'asso'), ('-', ''), ('appropria-', 'appropria'), ('Con-', 'Con'), ('for-', 'for'), ('rep-', 'rep'), ('COR-', 'COR'), ('Corpo-', 'Corpo'), ('prob.-', 'prob.'), ('con-', 'con')]
GCB19090603-V06-18-page2.txt: [('-', ''), ('-elastic', 'elastic'), ('Great-', 'Great'), ('un-', 'un'), ('-', ''), ('-them', 'them'), ('-', ''), ('-bier', 'bier'), ('-', ''), ('simili-', 'simili'), ('now.-', 'now.')]
GCB19090603-V06-18-page3.txt: [('-', ''), ('-Springs', 'Springs'), ("essen-'---", "essen-'--"), ('un-', 'un'), ('-', ''), ('foreign-', 'foreign'), ('peak-', 'peak'), ("-nurses'", "nurses'"), ('-', '')]
GCB19090603-V06-18-page4.txt: [('God.-', 'God.'), ('-go', 'go'), ('-or', 'or'), ('-', ''), ('-', ''), ('carry-', 'carry')]
GCB19090603-V06-18-page5.txt: [('DE-', 'DE'), ('Danish-', 'Danish'), ('-', ''), ('ap-', 'ap')]
GCB19090603-V06-18-page6.txt: [('camp-meet-', 'camp-meet'), ('-page', 'page'), ('-page', 'page'), ('-page', 'page')]
GCB19090603-V06-18-page7.txt: [('-.', '.'), ('Interests-', 'Interests')]
GCB19090603-V06-18-page8.txt: [('stu-', 'stu'), ('North-', 'North'), ('-', ''), ('Con-', 'Con'), ('Con-', 'Con'), ('-', ''), ('-o', 'o'), ('-', ''), ('-thank', 'thank'), ('-', ''), ('and-', 'and'), ('-responding', 'responding')]
GCB19090603-V06-18-page9.txt: [('-', ''), ('-', ''), ('-', ''), ('-can', 'can'), ('-which', 'which'), ('-is', 'is'), ('-of', 'of'), ('-flesh', 'flesh'), ('-humanity', 'humanity'), ('-offers', 'offers'), ('study-', 'study')]
GCB19090604-V06-19-page1.txt: [('Vol-', 'Vol'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('DE-', 'DE'), ('DEPART-', 'DEPART'), ('addi-', 'addi')]
GCB19090604-V06-19-page10.txt: [('self-', 'self')]
GCB19090604-V06-19-page11.txt: [('--', '-'), ('prophe--', 'prophe-')]
GCB19090604-V06-19-page12.txt: [('-to', 'to'), ('-Let', 'Let')]
GCB19090604-V06-19-page13.txt: [('-the', 'the')]
GCB19090604-V06-19-page14.txt: [('-in', 'in')]
GCB19090604-V06-19-page15.txt: [('-health', 'health')]
GCB19090604-V06-19-page2.txt: [('-should', 'should'), ('-plan.', 'plan.'), ('-powerful', 'powerful'), ('charm-', 'charm')]
GCB19090604-V06-19-page3.txt: [('in-', 'in'), ('institu-', 'institu')]
GCB19090604-V06-19-page5.txt: [('-take', 'take'), ('-is', 'is'), ('-', ''), ('-', '')]
GCB19090604-V06-19-page6.txt: [('-', ''), ('dele-', 'dele')]
GCB19090604-V06-19-page7.txt: [('SEVENTH-', 'SEVENTH'), ('appropria--', 'appropria-'), ('-lessons', 'lessons'), ('reso-', 'reso')]
GCB19090604-V06-19-page8.txt: [('-', ''), ('or-', 'or')]
GCB19090604-V06-19-page9.txt: [('treas-', 'treas'), ('-', ''), ('-of', 'of'), ('-tithes.', 'tithes.'), ('-have', 'have')]
GCB19090606-V06-20-page1.txt: [('-iat', 'iat'), ('work-', 'work'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('DE-', 'DE'), ('-', ''), ('-Seventeenth', 'Seventeenth')]
GCB19090606-V06-20-page10.txt: [('or-', 'or')]
GCB19090606-V06-20-page11.txt: [('ex-', 'ex'), ('.-', '.'), ('How-', 'How'), ('in-', 'in'), ('-', ''), ('-', ''), ('ai-', 'ai'), ('Ba-', 'Ba'), ('-the', 'the'), ('perma-', 'perma'), ('-this', 'this'), ('be-', 'be'), ('---a', '--a'), ('-bring', 'bring'), ('re-', 're'), ('follow-', 'follow'), ('-', '')]
GCB19090606-V06-20-page12.txt: [('Sabbath-', 'Sabbath'), ('advance-', 'advance')]
GCB19090606-V06-20-page13.txt: [('ex-', 'ex'), ('Amer-', 'Amer'), ('-', ''), ('-rapidly', 'rapidly'), ('-attention', 'attention'), ('peo-', 'peo'), ('fol-', 'fol'), ('-', '')]
GCB19090606-V06-20-page14.txt: [('-offerings', 'offerings'), ('-foree', 'foree'), ('-consists', 'consists'), ('-', ''), ('-', ''), ('-different', 'different'), ('prom-', 'prom'), ('-', ''), ('-have', 'have'), ('sef.-', 'sef.'), ('ear-', 'ear')]
GCB19090606-V06-20-page15.txt: [('co-', 'co'), ('-', '')]
GCB19090606-V06-20-page16.txt: [('-', ''), ('as-', 'as'), ('Spanish-', 'Spanish'), ('-message', 'message'), ('-raised', 'raised'), ('-', ''), ('-', '')]
GCB19090606-V06-20-page17.txt: [('-', ''), ('-..--', '..--'), ('-Union', 'Union'), ('-location', 'location'), ('breth-', 'breth')]
GCB19090606-V06-20-page19.txt: [('supposed--', 'supposed-'), ('sit-', 'sit'), ('Alto-', 'Alto'), ('circul-', 'circul'), ('-', ''), ('compen-', 'compen'), ('Amer-', 'Amer')]
GCB19090606-V06-20-page2.txt: [('-', ''), ('-period', 'period'), ('DE-', 'DE'), ('-', ''), ('RECOM-', 'RECOM'), ('DE-', 'DE'), ('-', ''), ('Par-', 'Par')]
GCB19090606-V06-20-page20.txt: [('-a', 'a'), ('BUL-', 'BUL'), ('Fis-', 'Fis'), ('suc-', 'suc')]
GCB19090606-V06-20-page21.txt: [('-', ''), ('mil-', 'mil'), ('im-', 'im'), ('neces-', 'neces'), ('As-', 'As')]
GCB19090606-V06-20-page22.txt: [('-', ''), ('-bythe', 'bythe'), ('condi-', 'condi'), ('-', ''), ('-to', 'to'), ('-', ''), ('-to', 'to'), ('-', ''), ('-', ''), ('-be', 'be'), ('-', ''), ('-', ''), ('-', ''), ('con-', 'con'), ('financialassist-', 'financialassist'), ('-', ''), ('board-', 'board'), ('-thou', 'thou'), ('-', '')]
GCB19090606-V06-20-page23.txt: [('-', ''), ('-', ''), ('-that', 'that'), ('-day', 'day'), ('-him', 'him'), ('-the', 'the'), ('man--', 'man-'), ('-of', 'of'), ('-', ''), ('-be', 'be'), ('-great', 'great'), ('-between', 'between'), ('a-character-', 'a-character'), ('-for', 'for'), ('-We', 'We')]
GCB19090606-V06-20-page24.txt: [('SANITA-', 'SANITA'), ('Mc-', 'Mc'), ('Com-', 'Com'), ('-and', 'and'), ('-', ''), ("-the'", "the'"), ('-were', 'were'), ('diffi-', 'diffi')]
GCB19090606-V06-20-page3.txt: [('-all', 'all')]
GCB19090606-V06-20-page4.txt: [('PEO-', 'PEO'), ('VOLUN-', 'VOLUN'), ('-', ''), ('-', ''), ('as--', 'as-'), ('canvassing-', 'canvassing')]
GCB19090606-V06-20-page5.txt: [('-are', 'are'), ('-', ''), ('Sabbath-', 'Sabbath'), ('help-', 'help'), ('Gen-', 'Gen')]
GCB19090606-V06-20-page6.txt: [('sec-', 'sec'), ('they-', 'they'), ('-is', 'is'), ('-', ''), ('-Effort', 'Effort'), ('With-', 'With'), ('-might', 'might')]
GCB19090606-V06-20-page7.txt: [('--', '-'), ('-', ''), ('-a', 'a'), ('or-', 'or')]
GCB19090606-V06-20-page8.txt: [('-', ''), ('-field', 'field'), ('-', ''), ('-', ''), ('MED-', 'MED')]
GCB19090606-V06-20-page9.txt: [('--', '-'), ('-', ''), ('-', ''), ('-see', 'see'), ('people-', 'people'), ('-in', 'in')]
GCB19090607-V06-21-page1.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('mis-', 'mis'), ('-small', 'small'), ('-be', 'be')]
GCB19090607-V06-21-page10.txt: [('Anto-', 'Anto')]
GCB19090607-V06-21-page11.txt: [('sim-', 'sim'), ('-after', 'after')]
GCB19090607-V06-21-page13.txt: [('li-', 'li'), ('-', ''), ('-one', 'one'), ('-better', 'better'), ('fu-', 'fu')]
GCB19090607-V06-21-page14.txt: [('-', ''), ('-campaign', 'campaign'), ('-', '')]
GCB19090607-V06-21-page15.txt: [('-the', 'the'), ('SEMINARY-', 'SEMINARY'), ('-called', 'called'), ('-', ''), ('-', ''), ('-', ''), ('BULLE-', 'BULLE')]
GCB19090607-V06-21-page16.txt: [('-sent', 'sent'), ('-', ''), ('-', ''), ('-here', 'here'), ('-be', 'be')]
GCB19090607-V06-21-page17.txt: [('--', '-'), ('-', ''), ('Reso-', 'Reso'), ('-lution', 'lution'), ('sepa-', 'sepa'), ('lead-', 'lead'), ('del-', 'del')]
GCB19090607-V06-21-page18.txt: [('en-', 'en'), ('med-', 'med'), ('per-', 'per'), ('Some-', 'Some')]
GCB19090607-V06-21-page19.txt: [('per-', 'per'), ('followinginterest-', 'followinginterest'), ('the-', 'the')]
GCB19090607-V06-21-page2.txt: [('-', '')]
GCB19090607-V06-21-page20.txt: [('Mohamme-', 'Mohamme'), ('Ara-', 'Ara')]
GCB19090607-V06-21-page21.txt: [('Leba-', 'Leba'), ('Mohamme-', 'Mohamme'), ('-dam', 'dam'), ('acquain-', 'acquain')]
GCB19090607-V06-21-page22.txt: [('re-', 're'), ('-turned', 'turned'), ('-us', 'us')]
GCB19090607-V06-21-page23.txt: [('-have', 'have'), ('-glory', 'glory'), ('.-', '.'), ('.-', '.'), ('.-', '.'), ('in-', 'in'), ('plac-', 'plac')]
GCB19090607-V06-21-page24.txt: [('-', ''), ('-', ''), ('APPROPRIA-', 'APPROPRIA'), ('-', ''), ('equita-', 'equita'), ('evan-', 'evan'), ('.-', '.')]
GCB19090607-V06-21-page25.txt: [('publish-', 'publish'), ('period-', 'period'), ('di-', 'di'), ('neces-', 'neces'), ('thor-', 'thor'), ('iso-', 'iso'), ('conse-', 'conse'), ('practi-', 'practi'), ('-of', 'of'), ('is-', 'is'), ('cam-', 'cam'), ('-', ''), ('mis-', 'mis'), ('--', '-'), ('organ-', 'organ'), ('pub-', 'pub')]
GCB19090607-V06-21-page26.txt: [('-', ''), ('re-', 're'), ('-', ''), ('-to', 'to'), ('-in', 'in'), ('underta-', 'underta'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('secre-', 'secre'), ('-', ''), ('-', ''), ('-', ''), ('advise-', 'advise')]
GCB19090607-V06-21-page27.txt: [('-', ''), ('-', ''), ('-', ''), ('uni-', 'uni'), ('-', ''), ('-', ''), ('-', ''), ('bu-', 'bu'), ('MED-', 'MED'), ('-', ''), ('educa-', 'educa'), ('read-', 'read'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090607-V06-21-page28.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-and', 'and'), ('-', ''), ('-', '')]
GCB19090607-V06-21-page29.txt: [('-', ''), ('-', ''), ('inter-', 'inter'), ('-', ''), ('BULLE-', 'BULLE'), ('-', ''), ('-', ''), ('com-', 'com'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Brit-', 'Brit'), ('Ameri-', 'Ameri'), ('-', ''), ('-', ''), ('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('superin-', 'superin'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090607-V06-21-page3.txt: [('-ta', 'ta')]
GCB19090607-V06-21-page30.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('South-', 'South'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('re-', 're'), ('Land-', 'Land'), ('-', ''), ('superinten-', 'superinten'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('rec-', 'rec'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('can-', 'can'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('lo-', 'lo'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mission-', 'Mission'), ('-', ''), ('Mission-', 'Mission'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19090607-V06-21-page31.txt: [('--', '-'), ("'Taber-", "'Taber")]
GCB19090607-V06-21-page32.txt: [('BULLE-', 'BULLE'), ('re-', 're')]
GCB19090607-V06-21-page5.txt: [('-', ''), ('lan-', 'lan'), ('-', ''), ('be-', 'be'), ('thir-', 'thir'), ('pres-', 'pres'), ('chil-', 'chil')]
GCB19090607-V06-21-page6.txt: [('-', ''), ('Gold-', 'Gold'), ('good.-', 'good.')]
GCB19090607-V06-21-page7.txt: [('ac-', 'ac'), ('Field-', 'Field'), ('-and', 'and'), ('-effort', 'effort'), ('recom-', 'recom')]
GCB19090607-V06-21-page8.txt: [('dis-', 'dis'), ('Be-', 'Be'), ('appre-', 'appre')]
GCB19090607-V06-21-page9.txt: [('-in', 'in'), ('-', ''), ('to-', 'to'), ('-', ''), ('-', ''), ('abun-', 'abun')]
GCB19130516-V07-01-page1.txt: [('Mar-', 'Mar'), ('Mc-', 'Mc'), ('West-', 'West'), ('Mc-', 'Mc'), ('Kirken-', 'Kirken'), ('Gard-', 'Gard'), ('o--', 'o-'), ('LARGE.--', 'LARGE.-'), ('Farns-', 'Farns'), ('Meyer-', 'Meyer'), ('Hart-', 'Hart'), ('Mc-', 'Mc'), ('Will-', 'Will'), ('Bran-', 'Bran'), ('DELEGATES.--', 'DELEGATES.-'), ('Stephen-', 'Stephen')]
GCB19130516-V07-01-page10.txt: [('--wholly', '-wholly'), ('in-', 'in')]
GCB19130516-V07-01-page100.txt: [('ma-', 'ma'), ('thor-', 'thor'), ('be-', 'be'), ('liv-', 'liv')]
GCB19130516-V07-01-page101.txt: [('re-', 're'), ('Con-', 'Con'), ('some-', 'some'), ('read-', 'read'), ('meet-', 'meet'), ('sub-', 'sub'), ('school-', 'school'), ('de-', 'de'), ('en-', 'en'), ('with-', 'with'), ('sub-', 'sub'), ('set-', 'set'), ('fos-', 'fos')]
GCB19130516-V07-01-page102.txt: [('Depart-', 'Depart'), ('de-', 'de'), ('DE-', 'DE'), ('Mis-', 'Mis')]
GCB19130516-V07-01-page103.txt: [('an-', 'an'), ('re-', 're'), ('proph-', 'proph'), ('sim-', 'sim'), ('DEPART-', 'DEPART'), ('year.-', 'year.'), ('camp-', 'camp'), ('meet-', 'meet'), ('chair-', 'chair'), ('al-', 'al'), ('corn-', 'corn'), ('appoint-', 'appoint'), ('un-', 'un'), ('pur-', 'pur')]
GCB19130516-V07-01-page104.txt: [('-', ''), ('ex-', 'ex'), ('doc-', 'doc'), ('organi-', 'organi')]
GCB19130516-V07-01-page11.txt: [('-', '')]
GCB19130516-V07-01-page12.txt: [('-', '')]
GCB19130516-V07-01-page13.txt: [('-', ''), ('--', '-'), ('-', ''), ('examined.-', 'examined.'), ('-how', 'how'), ('--k', '-k'), ('-', ''), ("-'", "'"), ('-', ''), ('-', ''), ('a-', 'a'), ('-', ''), ('-I', 'I'), ("-'", "'")]
GCB19130516-V07-01-page14.txt: [("-'ifi", "'ifi"), ('-.', '.'), ('Countries-', 'Countries')]
GCB19130516-V07-01-page16.txt: [('-', ''), ('-.', '.'), ('-', ''), ('-Head', 'Head')]
GCB19130516-V07-01-page17.txt: [('-', ''), ('for-', 'for'), ('Con-', 'Con'), ('connec-', 'connec'), ('finan-', 'finan'), ('di-', 'di'), ('ex-', 'ex'), ('breth-', 'breth'), ('com-', 'com'), ('congrega-', 'congrega'), ('mes-', 'mes')]
GCB19130516-V07-01-page18.txt: [('re-', 're'), ('-', ''), ('-', ''), ('prom-', 'prom')]
GCB19130516-V07-01-page19.txt: [('-', ''), ('ap-', 'ap'), ('secre-', 'secre'), ('in-', 'in')]
GCB19130516-V07-01-page2.txt: [('ac-', 'ac'), ('mes-', 'mes'), ('meet-', 'meet'), ('thecongregationjoinedinsing-', 'thecongregationjoinedinsing')]
GCB19130516-V07-01-page20.txt: [('mem.-', 'mem.'), ('coun-', 'coun'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('member-', 'member')]
GCB19130516-V07-01-page21.txt: [('Ur-', 'Ur'), ('thor-', 'thor'), ('priv-', 'priv'), ('de-', 'de'), ('re-', 're'), ('work-', 'work'), ('en-', 'en'), ('Con-', 'Con'), ('pre-', 'pre'), ('cau-', 'cau'), ('de-', 'de'), ('-', ''), ('clues-', 'clues'), ('impor-', 'impor')]
GCB19130516-V07-01-page22.txt: [('-', ''), ('treat-', 'treat'), ('Ger-', 'Ger'), ('-', ''), ('-', ''), ('en-', 'en'), ('heathen-', 'heathen'), ('Lis-', 'Lis'), ('sanita-', 'sanita'), ('Ham-', 'Ham')]
GCB19130516-V07-01-page23.txt: [('---', '--')]
GCB19130516-V07-01-page24.txt: [('-', ''), ('-', ''), ('-', ''), ('An-', 'An')]
GCB19130516-V07-01-page25.txt: [('--', '-')]
GCB19130516-V07-01-page27.txt: [('--', '-')]
GCB19130516-V07-01-page29.txt: [('originalcorre-', 'originalcorre'), ('CON-', 'CON'), ('FINAN-', 'FINAN'), ('-', '')]
GCB19130516-V07-01-page3.txt: [('sleep-', 'sleep'), ('-of', 'of'), ('mes-', 'mes')]
GCB19130516-V07-01-page30.txt: [('DE-', 'DE'), ('for-', 'for'), ('meet-', 'meet'), ('re-', 're'), ('-', ''), ('oper-', 'oper'), ('-', ''), ('confer-', 'confer'), ('my-', 'my')]
GCB19130516-V07-01-page31.txt: [('Dur-', 'Dur'), ('meet-', 'meet'), ('be-', 'be'), ('up-', 'up'), ('-', '')]
GCB19130516-V07-01-page32.txt: [('-', ''), ('-', ''), ('ap-', 'ap')]
GCB19130516-V07-01-page33.txt: [('mes-', 'mes'), ('endeav-', 'endeav'), ('be-', 'be'), ('-of', 'of')]
GCB19130516-V07-01-page34.txt: [('transforma-', 'transforma'), ('re-', 're'), ('cre-', 'cre'), ('serv-', 'serv'), ('de-', 'de'), ('un-', 'un'), ('master-', 'master'), ('lan-', 'lan'), ('com-', 'com'), ('Asi-', 'Asi')]
GCB19130516-V07-01-page35.txt: [('West-', 'West'), ('mod-', 'mod'), ('-', ''), ('-', ''), ('of-', 'of')]
GCB19130516-V07-01-page36.txt: [('stag-', 'stag')]
GCB19130516-V07-01-page37.txt: [('train-', 'train'), ('com-', 'com'), ('con-', 'con'), ('to-', 'to')]
GCB19130516-V07-01-page38.txt: [('to-', 'to'), ('bap-', 'bap'), ('after-', 'after'), ('North-', 'North'), ('mission-', 'mission'), ('addi-', 'addi'), ('Sab-', 'Sab'), ('en-', 'en')]
GCB19130516-V07-01-page39.txt: [('free-', 'free'), ('re-', 're'), ('Training-', 'Training'), ('re-', 're'), ('tomor-', 'tomor'), ('pre-', 'pre'), ('perish-', 'perish'), ('sec-', 'sec')]
GCB19130516-V07-01-page4.txt: [('--wwwimpsw', '-wwwimpsw'), ('thank-', 'thank'), ('intelli-', 'intelli'), ('man-', 'man'), ('ex-', 'ex'), ('to-', 'to'), ('-with', 'with'), ('Sa-', 'Sa')]
GCB19130516-V07-01-page40.txt: [('Shang-', 'Shang'), ('endeav-', 'endeav'), ('for-', 'for'), ('Sheh-', 'Sheh')]
GCB19130516-V07-01-page41.txt: [('-', ''), ('for-', 'for'), ('med-', 'med'), ('-', '')]
GCB19130516-V07-01-page42.txt: [('Sabbath-keep-', 'Sabbath-keep'), ('Prov-', 'Prov'), ('dol-', 'dol')]
GCB19130516-V07-01-page43.txt: [('-', ''), ('car-', 'car'), ('be-', 'be'), ('meet-', 'meet'), ('in-', 'in'), ('com-', 'com'), ('find-', 'find')]
GCB19130516-V07-01-page44.txt: [('dis-', 'dis'), ('peo-', 'peo'), ('Scharf-', 'Scharf'), ('soon-', 'soon')]
GCB19130516-V07-01-page45.txt: [('gov-', 'gov'), ('in-', 'in'), ('hun-', 'hun'), ('pa-', 'pa'), ('be-', 'be')]
GCB19130516-V07-01-page46.txt: [('stand-', 'stand'), ('estima-', 'estima'), ('aposta-', 'aposta'), ('re-', 're'), ('wor-', 'wor'), ('bul-', 'bul'), ('Ma-', 'Ma'), ('sac-', 'sac'), ('right-', 'right'), ('fel-', 'fel')]
GCB19130516-V07-01-page47.txt: [('indiffer-', 'indiffer'), ('Method-', 'Method'), ('com-', 'com'), ('some-', 'some'), ('preach-', 'preach')]
GCB19130516-V07-01-page48.txt: [('instru-', 'instru'), ('con-', 'con'), ('suffi-', 'suffi'), ('-', '')]
GCB19130516-V07-01-page49.txt: [('-', ''), ('him-', 'him'), ('possibili-', 'possibili'), ('perfec-', 'perfec')]
GCB19130516-V07-01-page5.txt: [('morn-', 'morn'), ('Mis-', 'Mis'), ('confer-', 'confer'), ('com-', 'com'), ('Un-', 'Un'), ('mem-', 'mem'), ('an-', 'an'), ('pres-', 'pres'), ('refer-', 'refer'), ('pres-', 'pres'), ('mis-', 'mis'), ('greet-', 'greet'), ('Con-', 'Con'), ('fel-', 'fel'), ('QUADREN-', 'QUADREN'), ('Frau-', 'Frau'), ('inspira-', 'inspira')]
GCB19130516-V07-01-page50.txt: [('excel-', 'excel'), ('apos-', 'apos')]
GCB19130516-V07-01-page51.txt: [('ac-', 'ac'), ('Con-', 'Con'), ('vice-', 'vice'), ('attend-', 'attend'), ('fol-', 'fol'), ('su-', 'su'), ('Gen-', 'Gen'), ('confer-', 'confer')]
GCB19130516-V07-01-page52.txt: [('su-', 'su'), ('di-', 'di'), ('and--', 'and-'), ('ac-', 'ac'), ('hav-', 'hav'), ('--', '-'), ('fi-', 'fi'), ('Mis-', 'Mis')]
GCB19130516-V07-01-page53.txt: [('colo-', 'colo'), ('mission-', 'mission'), ('con-', 'con'), ('---.', '--.'), ('-', ''), ('--', '-'), ('WIS--', 'WIS-'), ('-', ''), ('-', ''), ('forty-', 'forty'), ('Depart-', 'Depart'), ('Depart-', 'Depart'), ('oppor-', 'oppor'), ('-', ''), ('Scandi-', 'Scandi'), ('-..irsr', '..irsr'), ('-', ''), ('-', '')]
GCB19130516-V07-01-page54.txt: [('Danish-', 'Danish'), ('Hunga-', 'Hunga')]
GCB19130516-V07-01-page55.txt: [('Di-', 'Di'), ('Ger-', 'Ger'), ('ninety-', 'ninety'), ('Da-', 'Da')]
GCB19130516-V07-01-page56.txt: [('pio-', 'pio'), ('to-', 'to'), ('sem-', 'sem'), ('English-Ger-', 'English-Ger'), ('-page', 'page'), ('mem-', 'mem'), ('Decem-', 'Decem'), ('or-', 'or'), ('self-support-', 'self-support'), ('sec-', 'sec'), ('Milwau-', 'Milwau')]
GCB19130516-V07-01-page57.txt: [('feel-', 'feel'), ('-', ''), ('di-', 'di'), ('-', ''), ('national-', 'national'), ('Meth-', 'Meth'), ('-', ''), ('licen-', 'licen')]
GCB19130516-V07-01-page58.txt: [('Amer-', 'Amer'), ('sum-', 'sum'), ('Danish-', 'Danish'), ('-', '')]
GCB19130516-V07-01-page59.txt: [('He-', 'He'), ('pres-', 'pres'), ('teach-', 'teach'), ('-', ''), ('re-', 're'), ('Bos-', 'Bos'), ('-', ''), ('Mon-', 'Mon'), ('infi-', 'infi'), ('set-', 'set'), ('Un-', 'Un'), ('discourage-', 'discourage'), ('se-', 'se'), ('Hutchin-', 'Hutchin'), ('stu-', 'stu')]
GCB19130516-V07-01-page6.txt: [('meet-', 'meet'), ('instrumentali-', 'instrumentali'), ('Tops-', 'Tops'), ('help-', 'help')]
GCB19130516-V07-01-page60.txt: [('BROAD-', 'BROAD'), ('print--', 'print-'), ('truck-gar-', 'truck-gar'), ('ad-', 'ad'), ('put-', 'put')]
GCB19130516-V07-01-page61.txt: [('ad-', 'ad'), ('impor-', 'impor'), ('neces-', 'neces'), ('-', ''), ('accom-', 'accom'), ("-and'", "and'"), ('-Much', 'Much'), ('--', '-'), ('stand-', 'stand')]
GCB19130516-V07-01-page62.txt: [('tal-', 'tal'), ('gram-', 'gram'), ('-', ''), ('repre-', 'repre'), ('Meth-', 'Meth')]
GCB19130516-V07-01-page63.txt: [('some-', 'some'), ('DE-', 'DE'), ('Mis-', 'Mis'), ('-outside', 'outside'), ('Com-', 'Com'), ('commit-', 'commit')]
GCB19130516-V07-01-page64.txt: [('wit-', 'wit'), ('SAB-', 'SAB'), ('sur-', 'sur')]
GCB19130516-V07-01-page65.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Gen-', 'Gen')]
GCB19130516-V07-01-page66.txt: [('-', ''), ('Confer-', 'Confer'), ('-', ''), ('re-', 're')]
GCB19130516-V07-01-page67.txt: [('Can-', 'Can'), ('re-', 're'), ('dis-', 'dis'), ('compa-', 'compa'), ('be-', 'be')]
GCB19130516-V07-01-page68.txt: [('intro-', 'intro'), ('Ad-', 'Ad'), ('al-', 'al'), ('coun-', 'coun'), ('agi-', 'agi'), ('pub-', 'pub'), ('announce-', 'announce'), ('set-', 'set'), ('secre-', 'secre'), ('en-', 'en'), ('de-', 'de'), ('-', '')]
GCB19130516-V07-01-page69.txt: [('-', ''), ('anti-', 'anti'), ('as-', 'as'), ('work-', 'work')]
GCB19130516-V07-01-page7.txt: [('--', '-'), ('com-', 'com'), ('con-', 'con')]
GCB19130516-V07-01-page70.txt: [('Gen-', 'Gen'), ('-', ''), ('conven-', 'conven'), ('-', '')]
GCB19130516-V07-01-page71.txt: [('Chris-', 'Chris'), ('con-', 'con'), ('offi-', 'offi'), ('gram-', 'gram'), ('be-', 'be')]
GCB19130516-V07-01-page72.txt: [('training-', 'training'), ('training-', 'training')]
GCB19130516-V07-01-page73.txt: [('-', ''), ('Scrip-', 'Scrip'), ('de-', 'de'), ('com-', 'com')]
GCB19130516-V07-01-page74.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('DE-', 'DE'), ('-', ''), ('circum-', 'circum')]
GCB19130516-V07-01-page75.txt: [('con-', 'con'), ('mis-', 'mis'), ('confer-', 'confer')]
GCB19130516-V07-01-page76.txt: [('sani-', 'sani')]
GCB19130516-V07-01-page77.txt: [('re-', 're'), ('col-', 'col'), ('es-', 'es'), ('edu-', 'edu'), ('-', ''), ('black-', 'black'), ('-', ''), ('Nor-', 'Nor'), ('hy-', 'hy'), ('-', ''), ('with-', 'with'), ('-', ''), ('confer-', 'confer'), ('Massa-', 'Massa'), ('insur-', 'insur'), ('ad-', 'ad'), ('Austra-', 'Austra')]
GCB19130516-V07-01-page78.txt: [('Con-', 'Con'), ('-', ''), ('-t', 't'), ('-', ''), ('.-', '.'), ('-INCA', 'INCA'), ('con-', 'con')]
GCB19130516-V07-01-page79.txt: [('-in', 'in'), ('pub-', 'pub'), ('An-', 'An'), ('depart-', 'depart'), ('Sabbath-', 'Sabbath'), ('newspa-', 'newspa'), ('va-', 'va'), ('interest-', 'interest')]
GCB19130516-V07-01-page8.txt: [('-', ''), ('-', '')]
GCB19130516-V07-01-page80.txt: [('adver-', 'adver'), ('forty-', 'forty'), ('news-', 'news'), ('ob-', 'ob'), ('Seventh-', 'Seventh'), ('un-', 'un')]
GCB19130516-V07-01-page81.txt: [('for-', 'for'), ('Breth-', 'Breth'), ('relig-', 'relig'), ('Beldence-', 'Beldence'), ('ap-', 'ap')]
GCB19130516-V07-01-page82.txt: [('-', '')]
GCB19130516-V07-01-page83.txt: [('-', ''), ('con-', 'con'), ('organ-', 'organ')]
GCB19130516-V07-01-page84.txt: [('nec-', 'nec'), ('previ-', 'previ'), ('-', ''), ('Mo-', 'Mo')]
GCB19130516-V07-01-page85.txt: [('Aus-', 'Aus'), ('permis-', 'permis'), ('"Chris-', '"Chris'), ('Huener-', 'Huener'), ('-', ''), ('busi-', 'busi'), ('pro-', 'pro'), ('se-', 'se'), ('meet-', 'meet')]
GCB19130516-V07-01-page86.txt: [('vis-', 'vis'), ('dan-', 'dan'), ('sta-', 'sta'), ('can-', 'can'), ('re-', 're')]
GCB19130516-V07-01-page87.txt: [('consider-', 'consider'), ('Ad-', 'Ad'), ('Advent-', 'Advent'), ('re-', 're'), ('neces-', 'neces'), ('com-', 'com'), ('reform-', 'reform'), ('be-', 'be'), ('vir-', 'vir'), ('con-', 'con'), ('instruc-', 'instruc'), ('-by', 'by')]
GCB19130516-V07-01-page88.txt: [('edu-', 'edu'), ('les-', 'les'), ('-', '')]
GCB19130516-V07-01-page89.txt: [('o-', 'o')]
GCB19130516-V07-01-page9.txt: [('hun-', 'hun'), ('hu-', 'hu'), ('man-', 'man'), ('-.', '.')]
GCB19130516-V07-01-page90.txt: [('Yen-', 'Yen'), ('float-', 'float'), ('get-', 'get')]
GCB19130516-V07-01-page91.txt: [('writ-', 'writ'), ('hun-', 'hun'), ('Constitu-', 'Constitu'), ('speak-', 'speak'), ('for-', 'for'), ('inter-', 'inter'), ('--Section', '-Section'), ('publish-', 'publish'), ('chol-', 'chol'), ('CONFER-', 'CONFER'), ('offi-', 'offi'), ('resolu-', 'resolu'), ('Con-', 'Con')]
GCB19130516-V07-01-page93.txt: [('con-', 'con'), ('mem-', 'mem'), ('Acad-', 'Acad'), ('un-', 'un'), ('mis-', 'mis'), ('improve-', 'improve'), ('thou-', 'thou'), ('At-', 'At'), ('-', '')]
GCB19130516-V07-01-page94.txt: [('-', ''), ('propor-', 'propor'), ('-', '')]
GCB19130516-V07-01-page95.txt: [('-', ''), ('giv-', 'giv'), ('-', ''), ('immedi-', 'immedi'), ('influ-', 'influ'), ('twenty-per-', 'twenty-per'), ('move-', 'move'), ('Wilkin-', 'Wilkin'), ('M.-', 'M.')]
GCB19130516-V07-01-page96.txt: [('cour-', 'cour'), ('-', ''), ('rap-', 'rap'), ('pro-', 'pro')]
GCB19130516-V07-01-page97.txt: [('-better', 'better'), ('Scan-', 'Scan'), ('at-', 'at'), ('pros-', 'pros'), ('CON-', 'CON')]
GCB19130516-V07-01-page98.txt: [('Mis-', 'Mis'), ('accom-', 'accom'), ('ignor-', 'ignor')]
GCB19130516-V07-01-page99.txt: [('Va-', 'Va'), ('im-', 'im')]
GCB19130521-V07-04-page1.txt: [('evi-', 'evi'), ('him-', 'him'), ('possibili-', 'possibili'), ('perfec-', 'perfec')]
GCB19130521-V07-04-page10.txt: [('de-', 'de'), ('lit-', 'lit'), ('sum-', 'sum'), ('Danish-', 'Danish'), ('-', ''), ('re-', 're'), ('Confer-', 'Confer')]
GCB19130521-V07-04-page11.txt: [('stu-', 'stu'), ('teach-', 'teach'), ('-', ''), ('re-', 're'), ('Bos-', 'Bos'), ('-', ''), ('Mon-', 'Mon'), ('set-', 'set'), ('Mich-', 'Mich'), ('con-', 'con')]
GCB19130521-V07-04-page12.txt: [('BROAD-', 'BROAD'), ('ad-', 'ad'), ('print--', 'print-')]
GCB19130521-V07-04-page13.txt: [('Conse-', 'Conse'), ('-our', 'our'), ('Feb-', 'Feb'), ('--', '-'), ('stand-', 'stand'), ('promis-', 'promis')]
GCB19130521-V07-04-page14.txt: [('tal-', 'tal'), ('gram-', 'gram'), ('BUL-', 'BUL'), ('hun-', 'hun'), ('set-', 'set'), ('Da-', 'Da'), ('lis-', 'lis'), ('peo-', 'peo'), ('be-', 'be'), ('Confer-', 'Confer'), ('prin-', 'prin'), ('Contro-', 'Contro'), ('-', '')]
GCB19130521-V07-04-page15.txt: [('de-', 'de'), ('Depart-', 'Depart'), ('man-', 'man'), ('ap-', 'ap'), ('DE-', 'DE'), ('-outside', 'outside'), ('accom-', 'accom'), ('Mis-', 'Mis'), ('Corn-', 'Corn'), ('commit-', 'commit')]
GCB19130521-V07-04-page16.txt: [('SAB-', 'SAB'), ('Is-', 'Is'), ('ac-', 'ac'), ('Re-', 'Re'), ('self-sup-', 'self-sup')]
GCB19130521-V07-04-page2.txt: [('excel-', 'excel'), ('apos-', 'apos')]
GCB19130521-V07-04-page3.txt: [('ac-', 'ac'), ('Con-', 'Con'), ('vice-', 'vice'), ('attend-', 'attend'), ('fol-', 'fol'), ('su-', 'su'), ('Gen-', 'Gen'), ('confer-', 'confer'), ('com-', 'com')]
GCB19130521-V07-04-page4.txt: [('Hebrew-German-Irish-', 'Hebrew-German-Irish'), ('Mis-', 'Mis'), ('and--', 'and-'), ('ac-', 'ac'), ('AMER-', 'AMER')]
GCB19130521-V07-04-page5.txt: [('twenty-', 'twenty'), ('---.', '--.'), ('no-', 'no'), ('-q..', 'q..'), ('--', '-'), ('-', ''), ("-dt-ZU-'", "dt-ZU-'"), ('forty-', 'forty'), ('oppor-', 'oppor'), ('Hun-', 'Hun'), ('-', ''), ('-"\'', '"\'')]
GCB19130521-V07-04-page6.txt: [('maga-', 'maga'), ('-e', 'e'), ('Hunga-', 'Hunga'), ('Danish-', 'Danish'), ('Scandina-', 'Scandina'), ('distribu-', 'distribu'), ('circula-', 'circula'), ('prop-', 'prop')]
GCB19130521-V07-04-page7.txt: [('li-', 'li'), ('va-', 'va'), ('in-', 'in'), ('ex-', 'ex'), ('Di-', 'Di'), ('organ-', 'organ'), ('quad-', 'quad'), ('ninety-', 'ninety'), ('ag-', 'ag'), ('re-', 're')]
GCB19130521-V07-04-page8.txt: [('oth-', 'oth'), ('min-', 'min'), ('-page', 'page'), ('mem-', 'mem'), ('or-', 'or'), ('Milwau-', 'Milwau'), ('Semi-', 'Semi'), ('to-', 'to')]
GCB19130521-V07-04-page9.txt: [('-', ''), ('immi-', 'immi'), ('-', ''), ('na-', 'na'), ('Sal-', 'Sal'), ('offer-', 'offer'), ('-', ''), ('mes-', 'mes')]
GCB19130521-V07-05-page1.txt: [('-', ''), ('Gen-', 'Gen'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19130521-V07-05-page10.txt: [('in-', 'in'), ('-', ''), ('per-', 'per'), ('danger-', 'danger'), ('giv-', 'giv'), ('for-', 'for'), ('correspond-', 'correspond'), ('spe-', 'spe'), ('-', ''), ('de-', 'de'), ('-', ''), ('-', ''), ('DE-', 'DE'), ('-', ''), ('de-', 'de')]
GCB19130521-V07-05-page11.txt: [('mis-', 'mis')]
GCB19130521-V07-05-page12.txt: [('sani-', 'sani')]
GCB19130521-V07-05-page13.txt: [('re-', 're'), ('col-', 'col'), ('es-', 'es'), ('edu-', 'edu'), ('-', ''), ('black-', 'black'), ('-', ''), ('Nor-', 'Nor'), ('hy-', 'hy'), ('-', ''), ('with-', 'with'), ('-', ''), ('confer-', 'confer'), ('Massa-', 'Massa'), ('insur-', 'insur'), ('ad-', 'ad'), ('Austra-', 'Austra')]
GCB19130521-V07-05-page14.txt: [('Con-', 'Con'), ('-', ''), ('con-', 'con')]
GCB19130521-V07-05-page15.txt: [('-in', 'in'), ('newspa-', 'newspa'), ('pub-', 'pub'), ('va-', 'va'), ('at-', 'at'), ('Sabbath-', 'Sabbath')]
GCB19130521-V07-05-page16.txt: [('ef-', 'ef'), ('atten-', 'atten'), ('pub-', 'pub')]
GCB19130521-V07-05-page17.txt: [('relig-', 'relig'), ('Ger-', 'Ger'), ('ap-', 'ap'), ('us-', 'us'), ('Bel-', 'Bel')]
GCB19130521-V07-05-page18.txt: [('Huener-', 'Huener'), ('-', '')]
GCB19130521-V07-05-page19.txt: [('-', ''), ('con-', 'con'), ('organ-', 'organ')]
GCB19130521-V07-05-page2.txt: [('-', ''), ('Confer-', 'Confer'), ('-', ''), ('par-', 'par'), ('re-', 're')]
GCB19130521-V07-05-page20.txt: [('previ-', 'previ'), ('-', '')]
GCB19130521-V07-05-page21.txt: [('permis-', 'permis'), ('-', '')]
GCB19130521-V07-05-page22.txt: [('vis-', 'vis'), ('dan-', 'dan'), ('confer-', 'confer'), ('breth-', 'breth'), ('confu-', 'confu'), ('govern-', 'govern')]
GCB19130521-V07-05-page23.txt: [('consider-', 'consider'), ('Ad-', 'Ad'), ('Advent-', 'Advent'), ('re-', 're'), ('neces-', 'neces'), ('com-', 'com'), ('reform-', 'reform'), ('be-', 'be'), ('vir-', 'vir'), ('con-', 'con'), ('instruc-', 'instruc'), ('-by', 'by')]
GCB19130521-V07-05-page24.txt: [('edu-', 'edu'), ('sug-', 'sug'), ('-', '')]
GCB19130521-V07-05-page3.txt: [('organiza-', 'organiza'), ('-', ''), ('coun-', 'coun'), ('Can-', 'Can'), ('re-', 're'), ('dis-', 'dis'), ('be-', 'be'), ('in-', 'in')]
GCB19130521-V07-05-page4.txt: [('intro-', 'intro'), ('Ad-', 'Ad'), ('al-', 'al'), ('coun-', 'coun'), ('agi-', 'agi'), ('as-', 'as'), ('-', ''), ('se-', 'se')]
GCB19130521-V07-05-page5.txt: [('anti-', 'anti'), ('-', '')]
GCB19130521-V07-05-page6.txt: [('-', ''), ('conven-', 'conven'), ('va-', 'va'), ('-', ''), ('pri-', 'pri')]
GCB19130521-V07-05-page7.txt: [('build-', 'build'), ('offi-', 'offi'), ('possi-', 'possi')]
GCB19130521-V07-05-page8.txt: [('ac-', 'ac'), ('substan-', 'substan'), ('re-', 're'), ('training-', 'training'), ('stu-', 'stu'), ('dan-', 'dan')]
GCB19130521-V07-05-page9.txt: [('in-', 'in'), ('doc-', 'doc'), ('-', ''), ('Sab-', 'Sab'), ('de-', 'de'), ('com-', 'com')]
GCB19130522-V07-06-page1.txt: [('Ander-', 'Ander')]
GCB19130522-V07-06-page10.txt: [('accom-', 'accom'), ('Skods-', 'Skods'), ('differ-', 'differ')]
GCB19130522-V07-06-page11.txt: [('Ali-', 'Ali'), ('popula-', 'popula'), ('Portu-', 'Portu'), ('hold-', 'hold'), ('meet-', 'meet')]
GCB19130522-V07-06-page12.txt: [('ma-', 'ma'), ('be-', 'be')]
GCB19130522-V07-06-page13.txt: [('organi-', 'organi'), ('de-', 'de'), ('sub-', 'sub'), ('en-', 'en'), ('with-', 'with'), ('sub-', 'sub'), ('set-', 'set'), ('fos-', 'fos'), ('ques-', 'ques')]
GCB19130522-V07-06-page14.txt: [('Depart-', 'Depart'), ('de-', 'de'), ('carefully-pre-', 'carefully-pre'), ('reg-', 'reg'), ('DE-', 'DE')]
GCB19130522-V07-06-page15.txt: [('al-', 'al'), ('an-', 'an'), ('re-', 're'), ('re-', 're'), ('proph-', 'proph'), ('sim-', 'sim'), ('appoint-', 'appoint'), ('un-', 'un'), ('pur-', 'pur')]
GCB19130522-V07-06-page16.txt: [('-', ''), ('pub-', 'pub'), ('ex-', 'ex'), ('Confer-', 'Confer'), ('de-', 'de'), ('ad-', 'ad'), ('doc-', 'doc')]
GCB19130522-V07-06-page2.txt: [('with-', 'with'), ('Yen-', 'Yen'), ('float-', 'float'), ('get-', 'get')]
GCB19130522-V07-06-page3.txt: [('hun-', 'hun'), ('con-', 'con'), ('Constitu-', 'Constitu'), ('speak-', 'speak'), ('for-', 'for'), ('Di-', 'Di'), ('writ-', 'writ'), ('CONFER-', 'CONFER'), ('publish-', 'publish'), ('vice-', 'vice'), ('inter-', 'inter'), ('Con-', 'Con'), ('offi-', 'offi'), ('resolu-', 'resolu')]
GCB19130522-V07-06-page4.txt: [('lo-', 'lo'), ('.--', '.-'), ('by-', 'by'), ('commit-', 'commit'), ('ad-', 'ad'), ('or-', 'or'), ('con-', 'con'), ('sub-', 'sub')]
GCB19130522-V07-06-page5.txt: [('con-', 'con'), ('im-', 'im'), ('un-', 'un'), ('in-', 'in'), ('mem-', 'mem'), ('Port-', 'Port'), ('Acad-', 'Acad'), ('mis-', 'mis'), ('improve-', 'improve'), ('thou-', 'thou'), ('-', '')]
GCB19130522-V07-06-page6.txt: [('tem-', 'tem'), ('li-', 'li'), ('differ-', 'differ'), ('in-', 'in'), ('-', '')]
GCB19130522-V07-06-page7.txt: [('how-', 'how'), ('-', ''), ('giv-', 'giv'), ('-', ''), ('M.-', 'M.'), ('twenty-per-', 'twenty-per'), ('move-', 'move'), ('suc-', 'suc'), ('influ-', 'influ')]
GCB19130522-V07-06-page8.txt: [('cour-', 'cour'), ('re-', 're'), ('favor-', 'favor'), ('-', ''), ('rap-', 'rap'), ('Dan-', 'Dan'), ('pro-', 'pro'), ('advance-', 'advance')]
GCB19130522-V07-06-page9.txt: [('at-', 'at'), ('pros-', 'pros'), ('CON-', 'CON')]
GCB19130523-V07-07-page1.txt: [('ap-', 'ap'), ('ap-', 'ap'), ('Morn-', 'Morn')]
GCB19130523-V07-07-page10.txt: [('secre-', 'secre'), ('Novi-', 'Novi'), ('Ana-', 'Ana'), ('con-', 'con')]
GCB19130523-V07-07-page11.txt: [('Lon-', 'Lon'), ('Sis-', 'Sis'), ('--', '-'), ('-', ''), ('....-', '....'), ('----', '---'), ('-.', '.'), ('t-', 't'), ('letr-', 'letr'), ('-', ''), ('-', ''), ('-', ''), ('-."--', '."--'), ('-', ''), ('rtj-', 'rtj'), ('------', '-----'), ('-', ''), ('A-', 'A'), ('...--', '...-'), ('-', ''), ("'-", "'"), ('----', '---'), ('-', ''), ('-', ''), ('--', '-'), ('--', '-'), ('-', ''), ('----', '---'), ('---', '--'), ('coun-', 'coun'), ('mis-', 'mis'), ('-', ''), ('.ig--', '.ig-')]
GCB19130523-V07-07-page13.txt: [('exper-', 'exper'), ('rela-', 'rela'), ('pro-', 'pro')]
GCB19130523-V07-07-page14.txt: [('advan-', 'advan'), ('Publish-', 'Publish'), ('equip-', 'equip'), ('prov-', 'prov'), ('book-', 'book'), ('Grad-', 'Grad'), ('encour-', 'encour'), ('treat-', 'treat')]
GCB19130523-V07-07-page15.txt: [('-', ''), ('-', ''), ('-', ''), ('Princi-', 'Princi'), ('Sab-', 'Sab'), ('Seventh-', 'Seventh'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Tuber-', 'Tuber')]
GCB19130523-V07-07-page16.txt: [('right-', 'right'), ('apos-', 'apos')]
GCB19130523-V07-07-page2.txt: [('-', ''), ('At-', 'At'), ('inspira-', 'inspira'), ('Se-', 'Se'), ('confer-', 'confer')]
GCB19130523-V07-07-page3.txt: [('un-', 'un'), ('organiza-', 'organiza'), ('Ja-', 'Ja'), ('Atlan-', 'Atlan'), ('lead-', 'lead'), ('Under-', 'Under')]
GCB19130523-V07-07-page4.txt: [('forgive-', 'forgive'), ('gath-', 'gath'), ('de-', 'de')]
GCB19130523-V07-07-page5.txt: [('Memo-', 'Memo'), ('institu-', 'institu'), ('con-', 'con'), ('in-', 'in'), ('rec-', 'rec'), ('Confer-', 'Confer'), ('gen-', 'gen'), ('in-', 'in'), ('-', '')]
GCB19130523-V07-07-page6.txt: [('con-', 'con'), ('Confer-', 'Confer'), ('Con-', 'Con'), ('with-', 'with'), ('in-', 'in'), ('develop-', 'develop'), ('de-', 'de'), ('even-', 'even'), ('adjourn-', 'adjourn'), ('or-', 'or'), ('in-', 'in'), ('Confer-', 'Confer'), ('em-', 'em'), ('sub-', 'sub'), ('confer-', 'confer')]
GCB19130523-V07-07-page7.txt: [('rep-', 'rep'), ('or-', 'or'), ('pre-', 'pre'), ('Confer-', 'Confer'), ('in-', 'in')]
GCB19130523-V07-07-page8.txt: [('offi-', 'offi'), ('li-', 'li'), ('re-', 're')]
GCB19130523-V07-07-page9.txt: [('-our', 'our'), ('-.', '.'), ('.-', '.')]
GCB19130525-V07-08-page1.txt: [('con-', 'con'), ('com-', 'com'), ('-', ''), ('So-', 'So'), ('Pente-', 'Pente'), ('ad-', 'ad')]
GCB19130525-V07-08-page10.txt: [('read-', 'read'), ('-', ''), ('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('look-', 'look'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('confer-', 'confer')]
GCB19130525-V07-08-page11.txt: [('in-', 'in'), ('teach-', 'teach'), ('-', ''), ('sight-', 'sight'), ('-', '')]
GCB19130525-V07-08-page12.txt: [('-', ''), ('-', ''), ('-', ''), ('ma-', 'ma'), ('DE-', 'DE')]
GCB19130525-V07-08-page13.txt: [('-', ''), ('.-', '.'), ('DE-', 'DE'), ('ques-', 'ques'), ('lib-', 'lib'), ('se-', 'se'), ('direc-', 'direc'), ('prin-', 'prin'), ('stu-', 'stu'), ('opera-', 'opera'), ('Sab-', 'Sab'), ('offer-', 'offer'), ('instruc-', 'instruc'), ('re-', 're')]
GCB19130525-V07-08-page14.txt: [('want-', 'want'), ('prin-', 'prin'), ('stimu-', 'stimu'), ('SAB-', 'SAB'), ('out-', 'out'), ('well-', 'well')]
GCB19130525-V07-08-page15.txt: [('reg-', 'reg'), ('sub-', 'sub'), ('be-', 'be'), ('Sabbath-', 'Sabbath')]
GCB19130525-V07-08-page16.txt: [('gath-', 'gath')]
GCB19130525-V07-08-page2.txt: [('enter-', 'enter'), ('Chi-', 'Chi'), ('litera-', 'litera')]
GCB19130525-V07-08-page3.txt: [('conduct-', 'conduct'), ('--', '-'), ('.mag-', '.mag'), ('labor-', 'labor'), ('be-', 'be'), ('cre-', 'cre'), ('---', '--'), ('op-', 'op'), ('As-', 'As'), ('ac-', 'ac')]
GCB19130525-V07-08-page4.txt: [('fif-', 'fif'), ('confer-', 'confer'), ('num-', 'num'), ('show-', 'show'), ('compa-', 'compa')]
GCB19130525-V07-08-page5.txt: [('insti-', 'insti'), ('influ-', 'influ'), ('Sab-', 'Sab'), ('---', '--'), ('aggres-', 'aggres'), ('Citi-', 'Citi'), ('de-', 'de'), ('resi-', 'resi')]
GCB19130525-V07-08-page6.txt: [('Philip-', 'Philip'), ('-', '')]
GCB19130525-V07-08-page7.txt: [('mis-', 'mis'), ('won-', 'won'), ('appar-', 'appar'), ('con-', 'con'), ('SOUTHEAST-', 'SOUTHEAST'), ('-', ''), ('Associ-', 'Associ'), ('contin-', 'contin'), ('Jan-', 'Jan'), ('se-', 'se'), ('diffi-', 'diffi')]
GCB19130525-V07-08-page8.txt: [('dur-', 'dur'), ('treas-', 'treas'), ('-', ''), ('enrol-', 'enrol'), ('in-', 'in'), ('fol-', 'fol'), ('-', ''), ('-', ''), ('Ad-', 'Ad')]
GCB19130525-V07-08-page9.txt: [('Con-', 'Con'), ('South-', 'South'), ('mis-', 'mis')]
GCB19130526-V07-09-page1.txt: [('gen-', 'gen'), ('-tobacco', 'tobacco'), ('-drinktwenty', 'drinktwenty')]
GCB19130526-V07-09-page2.txt: [('con-', 'con'), ('na-', 'na')]
GCB19130526-V07-09-page3.txt: [('-as', 'as'), ('coun-', 'coun'), ('mat-', 'mat'), ('Phil-', 'Phil'), ('Philip-', 'Philip'), ('oppor-', 'oppor'), ('call-', 'call'), ('ap-', 'ap')]
GCB19130526-V07-09-page4.txt: [('-', ''), ('Minne-', 'Minne'), ('pol-', 'pol'), ('com-', 'com'), ('CONFER-', 'CONFER')]
GCB19130526-V07-09-page5.txt: [('--', '-'), ('Rus-', 'Rus'), ('-', ''), ('Ger-', 'Ger'), ('ter-', 'ter'), ('fail-', 'fail'), ('suf-', 'suf')]
GCB19130526-V07-09-page6.txt: [('dis-', 'dis'), ('Turko-', 'Turko'), ('Gen-', 'Gen'), ('Vladi-', 'Vladi'), ('sol-', 'sol'), ('-', ''), ('men-', 'men'), ('meet-', 'meet')]
GCB19130526-V07-09-page7.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Balkan-', 'Balkan'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('in-', 'in')]
GCB19130526-V07-09-page8.txt: [('SAB-', 'SAB'), ('Si-', 'Si'), ('fore-', 'fore'), ('Cas-', 'Cas'), ('-', ''), ('testi-', 'testi')]
GCB19130527-V07-10-page1.txt: [('General-', 'General'), ('-', ''), ('re-', 're'), ('spe-', 'spe'), ('-', ''), ('confer-', 'confer'), ('author-', 'author'), ('DIVI-', 'DIVI'), ('SEV-', 'SEV'), ('ex-', 'ex')]
GCB19130527-V07-10-page10.txt: [('-bath', 'bath'), ('va-', 'va'), ('-eludes', 'eludes'), ('-of', 'of'), ('-work.', 'work.'), ('-without', 'without'), ('-', ''), ('-', ''), ('were-', 'were'), ('-Wife', 'Wife'), ('-', ''), ('-', ''), ('-our', 'our'), ('-be', 'be'), ('rep-', 'rep'), ('giv-', 'giv'), ('Java-', 'Java'), ('--', '-'), ('-home.', 'home.'), ('commer-', 'commer'), ('pur-', 'pur'), ('-the', 'the'), ('-', ''), ('-', ''), ('Confer-', 'Confer')]
GCB19130527-V07-10-page11.txt: [('prob-', 'prob'), ('glor-', 'glor'), ('tri-', 'tri'), ('hini-', 'hini'), ('-Out', 'Out')]
GCB19130527-V07-10-page12.txt: [('condemna-', 'condemna'), ('-a', 'a'), ('runt--', 'runt-'), ('mani-', 'mani'), ('hu-', 'hu'), ('-I', 'I'), ('ex-', 'ex')]
GCB19130527-V07-10-page13.txt: [('-long', 'long'), ('per-', 'per'), ('-of', 'of'), ('-ought', 'ought'), ('the-', 'the')]
GCB19130527-V07-10-page14.txt: [('because-', 'because'), ('fol-', 'fol'), ('-', ''), ('let-', 'let')]
GCB19130527-V07-10-page15.txt: [('-angers', 'angers'), ('-', '')]
GCB19130527-V07-10-page16.txt: [('re-', 're'), ('do-', 'do'), ('Sabbath-', 'Sabbath'), ('-will', 'will'), ('bless-', 'bless'), ('camp-', 'camp'), ('con-', 'con'), ('per-', 'per')]
GCB19130527-V07-10-page2.txt: [('execu-', 'execu'), ('delegate.-', 'delegate.'), ('distribu-', 'distribu'), ('no-', 'no'), ('confer-', 'confer'), ('-or', 'or')]
GCB19130527-V07-10-page3.txt: [('Fifteen-cent-a-', 'Fifteen-cent-a'), ('re-', 're'), ('Confer-', 'Confer'), ('Confer-', 'Confer'), ('re-', 're'), ('possibil-', 'possibil'), ('com-', 'com'), ('wri-', 'wri'), ('de-', 'de'), ('explana-', 'explana'), ('in-', 'in')]
GCB19130527-V07-10-page4.txt: [('communi-', 'communi'), ('stu-', 'stu'), ('Mis-', 'Mis'), ('--', '-'), ('Common-', 'Common')]
GCB19130527-V07-10-page5.txt: [('-larger.', 'larger.'), ('-', ''), ("-tO'iepit", "tO'iepit"), ('com-', 'com'), ('buy.--', 'buy.-'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('on-', 'on'), ('-BUILDING', 'BUILDING'), ('-', ''), ('-thel', 'thel'), ('-Iehridei', 'Iehridei'), ('-', ''), ('-', ''), ('New-', 'New'), ('has-', 'has'), ('-', ''), ('-', ''), ('-', ''), ('-bands', 'bands'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-.', '.'), ('.-.-', '.-.'), ('-', ''), ('-.', '.'), ('-', ''), ('.--', '.-'), ('-', ''), ('--', '-'), ('-', '')]
GCB19130527-V07-10-page6.txt: [('ex-', 'ex'), ('-', ''), ('ipet--', 'ipet-'), ('-Australasian', 'Australasian'), ("on'-", "on'"), ('-', ''), ('asking-', 'asking'), ('-', '')]
GCB19130527-V07-10-page7.txt: [('popu-', 'popu'), ('ma-', 'ma'), ('con-', 'con'), ('sup-', 'sup'), ('instrumentali-', 'instrumentali'), ('-cited', 'cited'), ('train-', 'train'), ('-', ''), ('-permanent', 'permanent'), ("'repi-", "'repi"), ('-order', 'order'), ("-.'fields", ".'fields"), ('printed-', 'printed'), ('-balance', 'balance'), ('this.-', 'this.'), ('situated-', 'situated'), ('--SoCiety', '-SoCiety'), ("-GOOk'Sainoan-", "GOOk'Sainoan-"), ('-beelive', 'beelive'), ('institu-', 'institu')]
GCB19130527-V07-10-page8.txt: [('-', ''), ('mil-', 'mil'), ('-of', 'of'), ('AUS-', 'AUS'), ('do-', 'do'), ('-is', 'is'), ('-', ''), ('whole-', 'whole'), ('-', ''), ('-', ''), ('-', ''), ("-rPe'eanYasiefi'", "rPe'eanYasiefi'"), ('Work-', 'Work'), ('with-', 'with')]
GCB19130527-V07-10-page9.txt: [('-', ''), ('-', ''), ('dis-', 'dis'), ('communi-', 'communi'), ('re-', 're'), ('-Stittite', 'Stittite'), ('twenty-four-', 'twenty-four'), ('Aus-', 'Aus'), ('al-', 'al'), ('-', ''), ('coun-', 'coun'), ('-coneerning', 'coneerning'), ('-merely', 'merely'), ('prog--', 'prog-'), ('-', ''), ('-', ''), ('church-tnern-', 'church-tnern'), ('-that', 'that'), ('--as', '-as'), ('scat-', 'scat'), ('tered-', 'tered'), ('know--', 'know-'), ('-and', 'and'), ('-must', 'must'), ('-.', '.'), ('.and-', '.and'), ('settingbefore-', 'settingbefore'), ('-', ''), ('-The.', 'The.'), ("-that'.", "that'."), ('-copula-', 'copula-'), ('-', ''), ("-dant'", "dant'")]
GCB19130528-V07-11-page1.txt: [('-', ''), ('wil-', 'wil'), ('post-', 'post'), ('-office', 'office'), ('-pf', 'pf'), ('"-', '"'), ("'-", "'"), ('high-', 'high'), ('-', ''), ('-', ''), ('-in', 'in')]
GCB19130528-V07-11-page10.txt: [('-including', 'including'), ('-rent', 'rent'), ('Calthis-', 'Calthis'), ('-work', 'work'), ('-"\'in', '"\'in'), ('-qtlite', 'qtlite'), ('-favorable', 'favorable'), ('-A', 'A'), ('cir-', 'cir'), ('training-', 'training'), ('circulat-', 'circulat'), ('-school', 'school'), ('-.need', '.need'), ('-the', 'the'), ('-tuition.', 'tuition.')]
GCB19130528-V07-11-page11.txt: [('-Brother', 'Brother'), ('-being', 'being'), ("on'-", "on'"), ('and-', 'and'), ('-', ''), ("-land'", "land'"), ('-', ''), ('-give', 'give'), ('-Quantock', 'Quantock'), ('Ma-', 'Ma'), ('could--', 'could-'), ('Najiba-', 'Najiba'), ('Pan-', 'Pan'), ('peo-', 'peo'), ('pur-', 'pur'), ('-station', 'station'), ('rep-', 'rep'), ('-', ''), ('-property', 'property'), ('tie-', 'tie'), ('-It', 'It'), ('in-', 'in'), ('-', ''), ("'Plan's-", "'Plan's"), ('in-', 'in'), ('dis-', 'dis'), ('No-', 'No'), ('Eng-', 'Eng'), ('-husbands.', 'husbands.'), ('Bom-', 'Bom'), ('estab-', 'estab')]
GCB19130528-V07-11-page12.txt: [('-.', '.'), ('-among', 'among'), ('-their.', 'their.'), ('ago.-', 'ago.'), ('forcarrying-', 'forcarrying'), ('-', ''), ('for--', 'for-'), ('-re--', 're--'), ('be-', 'be'), ('spo-', 'spo'), ('re-', 're'), ('-', ''), ('-', '')]
GCB19130528-V07-11-page13.txt: [('-', ''), ('-people', 'people'), ('-our', 'our'), ('-paper', 'paper'), ('-', ''), ('out-', 'out'), ('-three', 'three'), ('-', ''), ('editor-', 'editor'), ('--Worker.', '-Worker.'), ('ear-', 'ear'), ('-Do', 'Do'), ('Reply-', 'Reply'), ('-Offerthe', 'Offerthe'), ('-for', 'for'), ('-', ''), ('-With', 'With'), ('-', ''), ('-', ''), ('-ready', 'ready')]
GCB19130528-V07-11-page14.txt: [('-', ''), ('re-', 're'), ('-He', 'He'), ('-', ''), ('-kinds', 'kinds'), ('-an', 'an'), ('-', ''), ('circum-', 'circum'), ('-', ''), ('-five', 'five'), ('-', ''), ('-people', 'people'), ('-one', 'one'), ('-', ''), ('-', ''), ('-', ''), ('-school', 'school'), ('-mission-compelund.-', 'mission-compelund.-'), ('-', ''), ('-', ''), ('-', ''), ('--', '-'), ('grand-', 'grand'), ('-', '')]
GCB19130528-V07-11-page15.txt: [('Moham-', 'Moham'), ('----', '---'), ('-', ''), ('-', ''), ('ba-', 'ba'), ('helpthey-', 'helpthey'), ('denominational"ac-', 'denominational"ac'), ('encour-', 'encour'), ('-.', '.'), ('dis-', 'dis'), ('ten-', 'ten')]
GCB19130528-V07-11-page16.txt: [('-.', '.'), ('com-', 'com'), ("-'", "'"), ('-continental', 'continental'), ('DE-', 'DE'), ('-and', 'and'), ('-tract', 'tract'), ('-', ''), ('F.-', 'F.'), ('tor-', 'tor'), ('fur-', 'fur'), ('drift-', 'drift'), ('-then', 'then'), ('re-', 're'), ('--', '-'), ('-titiOns', 'titiOns'), ('spalti-', 'spalti'), ('-thost', 'thost'), ('D-', 'D'), ('-cOnfer', 'cOnfer'), ('readi-', 'readi')]
GCB19130528-V07-11-page2.txt: [('-GENERAL', 'GENERAL'), ('-', ''), ('-their', 'their'), ('accom-', 'accom'), ('-', ''), ('-', ''), ('before-', 'before'), ('-', ''), ('--', '-'), ('-', ''), ('-he', 'he'), ('-', ''), ('-', ''), ('-tbe', 'tbe'), ('-or', 'or'), ('-answered', 'answered'), ('-the', 'the'), ('-', ''), ('-lame--walk', 'lame--walk'), ('-', ''), ('.-', '.'), ('-ineltS', 'ineltS'), ('-My', 'My'), ('--clearsedi', '-clearsedi'), ('-thedeaf', 'thedeaf'), ('-', ''), ('--blessed-', '-blessed-'), ('-', ''), ('offended-', 'offended'), ('-', ''), ('-', ''), ('de-', 'de'), ('your-', 'your'), ('-foundation', 'foundation'), ('mes-', 'mes'), ('-', '')]
GCB19130528-V07-11-page3.txt: [('--', '-'), ('I-', 'I'), ('-viri', 'viri'), ('-', ''), ('-and', 'and'), ('do-', 'do'), ('-she', 'she'), ('--over', '-over'), ('--Lhow', '-Lhow'), ('-might', 'might'), ('-want', 'want'), ('-', ''), ('-that', 'that'), ('-are', 'are'), ('let-', 'let'), ("standard''hymn-", "standard''hymn"), ('--\'"\'HYnni', '-\'"\'HYnni'), ('-', ''), ('-f\'o"it', 'f\'o"it'), ('-', ''), ("Piote's-", "Piote's"), ('nu-', 'nu'), ('-for', 'for'), ('un-', 'un')]
GCB19130528-V07-11-page4.txt: [('-TWENTIETH', 'TWENTIETH'), ('he-', 'he'), ('stead-', 'stead'), ('the-', 'the'), ('-my', 'my'), ('Confer-', 'Confer'), ('-Spirit', 'Spirit'), ('com-', 'com'), ('-in', 'in'), ('peo-', 'peo'), ('-our', 'our'), ('-history.', 'history.'), ('pro-', 'pro'), ('-claimed', 'claimed'), ('-hearts.', 'hearts.'), ('accom-', 'accom'), ('-not', 'not'), ('-testimony', 'testimony'), ('stand-', 'stand'), ('-two', 'two')]
GCB19130528-V07-11-page5.txt: [('-were', 'were'), ('-And', 'And'), ('-', ''), ('illicit-', 'illicit'), ('the-', 'the'), ('-greatness', 'greatness'), ('-', ''), ('take-tour-', 'take-tour'), ('-read', 'read'), ('-.desire.', '.desire.'), ("'experiences-", "'experiences"), ('-he', 'he'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('communication.--', 'communication.-'), ('en-', 'en'), ('-', ''), ('-do', 'do'), ('-all', 'all'), ('-give', 'give'), ('The--', 'The-'), ('-to.', 'to.'), ('-fifty.', 'fifty.'), ('au--', 'au-'), ('weak-', 'weak'), ('-advances.', 'advances.'), ('-', ''), ('-', '')]
GCB19130528-V07-11-page6.txt: [('-', ''), ('-', ''), ('Seventh-', 'Seventh'), ('-us', 'us'), ('-', ''), ('Con-', 'Con'), ('ac-', 'ac'), ('-the', 'the'), ('as-', 'as'), ('fur-', 'fur')]
GCB19130528-V07-11-page7.txt: [('-women', 'women'), ('men-', 'men'), ('-lost', 'lost'), ('-', ''), ('be-', 'be'), ('re-', 're'), ('-Christ.', 'Christ.'), ('torsi-', 'torsi'), ('-', ''), ('-', ''), ('everlast-', 'everlast'), ('in-', 'in')]
GCB19130528-V07-11-page8.txt: [('send-', 'send'), ('cora-', 'cora'), ('-', ''), ('-', ''), ('I-', 'I'), ('good.-', 'good.'), ('L-', 'L'), ('-giit-', 'giit-'), ('loquial.-', 'loquial.'), ('com-', 'com'), ('--ittO', '-ittO'), ('-', '')]
GCB19130528-V07-11-page9.txt: [('Soci-', 'Soci'), ('-', ''), ('-over', 'over'), ('un-', 'un'), ('dif-', 'dif'), ('-in', 'in'), ("-'Death", "'Death"), ('-', ''), ('-Union', 'Union'), ('-be', 'be'), ('-', '')]
GCB19130529-V07-12-page1.txt: [('sub-', 'sub'), ('post-', 'post'), ('morn-', 'morn'), ('-areciousness', 'areciousness')]
GCB19130529-V07-12-page10.txt: [('titles-', 'titles'), ('-', ''), ('-', ''), ('-', ''), ('-mind.', 'mind.'), ('-was', 'was'), ('-', ''), ('thaw-', 'thaw'), ('ask-', 'ask'), ('-laskell.', 'laskell.'), ('.Con-', '.Con'), ('--in', '-in'), ('-', ''), ('that-', 'that'), ('-this', 'this'), ('-ihas', 'ihas'), ('--', '-'), ('-it', 'it'), ('-', ''), ('to--', 'to-'), ('-seems', 'seems'), ('-abroad', 'abroad'), ('people-', 'people'), ('each-', 'each'), ('Amer-', 'Amer'), ('-', ''), ('-', ''), ('-', ''), ('that-', 'that'), ('-.work', '.work'), ('some-', 'some'), ('event--', 'event-'), ('South-', 'South'), ('-', ''), ('-', ''), ('-', ''), ('-to', 'to'), ('-', ''), ('-', ''), ('-might', 'might'), ('-.', '.'), ('-of', 'of'), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('-out', 'out'), ('-', ''), ('.con-', '.con'), ('-number', 'number'), ('-meet', 'meet'), ('-', '')]
GCB19130529-V07-12-page11.txt: [('-Period', 'Period'), ('has.-', 'has.'), ('-', ''), ('-', ''), ('-gratitudestotEei', 'gratitudestotEei'), ('-.glad', '.glad'), ('-', ''), ('Lake--', 'Lake-'), ("-'", "'"), ('-', ''), ('-.beginninv', '.beginninv'), ('-', ''), ('--comprising', '-comprising'), ("'heaven-", "'heaven"), ('and-', 'and'), ('so-', 'so'), ('----', '---'), ('-way', 'way'), ('-with', 'with'), ("-She'", "She'"), ('a-', 'a'), ('-', ''), ('-', ''), ('-', ''), ('--seeming', '-seeming'), ('carry-', 'carry'), ('-Mg', 'Mg'), ('allhless-', 'allhless'), ('--Mg', '-Mg'), ('-', ''), ('-', ''), ('-', ''), ('the-sum-', 'the-sum'), ('-', ''), ('-people.', 'people.'), ('-.', '.'), ('repre-', 'repre'), ('-she', 'she'), ('-appreciation', 'appreciation'), ('-.', '.'), ("'in.-", "'in."), ('-the', 'the'), ('-this', 'this'), ('-sister', 'sister'), ('-', ''), ('.-', '.'), ('ow--', 'ow-'), ('-', ''), ("-'coming", "'coming"), ('-', '')]
GCB19130529-V07-12-page12.txt: [('earn-', 'earn'), ('in-', 'in'), ('in-', 'in'), ('Confer-', 'Confer'), ('ex-', 'ex')]
GCB19130529-V07-12-page13.txt: [('-labors', 'labors'), ('ac-', 'ac'), ('DIVI-', 'DIVI'), ('di-', 'di'), ('Confer-', 'Confer'), ('depart-', 'depart'), ('depart-', 'depart'), ('pres-', 'pres'), ('ac-', 'ac'), ('Mc-', 'Mc'), ('finish-', 'finish'), ('Mor-', 'Mor')]
GCB19130529-V07-12-page14.txt: [('-Unbelievers."', 'Unbelievers."'), ('les-', 'les'), ('DE-', 'DE'), ('de-', 'de'), ('-', ''), ('-and', 'and'), ('as-', 'as'), ('com-', 'com'), ('-', ''), ("'sim-", "'sim"), ('.CaMp-', '.CaMp'), ('-', ''), ('eve-', 'eve'), ('Confer-', 'Confer'), ('--', '-'), ('-', ''), ('-', ''), ('VII.S-', 'VII.S'), ('-', ''), ('Vol-', 'Vol'), ('Con-', 'Con'), ('-', ''), ('--', '-'), ('-', '')]
GCB19130529-V07-12-page15.txt: [('-ter', 'ter'), ('car-', 'car'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('en-', 'en'), ('-This', 'This'), ('satisfac-', 'satisfac'), ('-', ''), ('-', ''), ('organ-', 'organ'), ('-than', 'than'), ('en-', 'en'), ('-', ''), ('-', ''), ('meth-', 'meth'), ('-Mrs.', 'Mrs.'), ('-members', 'members'), ('-', ''), ('-of', 'of'), ('pur--', 'pur-'), ('dis-', 'dis'), ('pe-', 'pe'), ('in-', 'in'), ('Sabbath-', 'Sabbath'), ('be-', 'be'), ('-are', 'are'), ('coun-', 'coun'), ('-', ''), ('-', ''), ('-ginning', 'ginning'), ('-', ''), ('-', ''), ('hi-', 'hi'), ('"Di-', '"Di'), ('-"HOW', '"HOW'), ('-', ''), ('Relation-', 'Relation'), ('-Aip', 'Aip'), ('imPor-', 'imPor'), ('-', '')]
GCB19130529-V07-12-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19130529-V07-12-page2.txt: [('proph-', 'proph'), ('mis-', 'mis'), ('corn-', 'corn'), ('para.-', 'para.'), ('a-', 'a'), ('de-', 'de'), ('-read', 'read'), ('bap-', 'bap'), ('-"', '"'), ('-sOmewhere', 'sOmewhere'), ('-it', 'it'), ('Christ-', 'Christ'), ('-child', 'child'), ('-', ''), ('-glory', 'glory'), ('-ave', 'ave'), ('-', ''), ('.per-', '.per'), ('cer-', 'cer'), ('-the', 'the'), ('-..These', '..These')]
GCB19130529-V07-12-page3.txt: [('-have', 'have'), ('-', ''), ('--a', '-a'), ('-minor', 'minor'), ('-etc.', 'etc.'), ('-', ''), ('-', ''), ('-to', 'to'), ('-of', 'of'), ('-', ''), ('-', ''), ('Euro-', 'Euro'), ('-', ''), ("-meetings'", "meetings'"), ('-are', 'are'), ('ina-', 'ina'), ("-'", "'"), ('-', ''), ('as-', 'as'), ('-', ''), ("'success-", "'success"), ('-', ''), ('-', ''), ("'angel-", "'angel"), ('-the', 'the'), ('under-', 'under'), ('-', ''), ('-.', '.'), ("'-", "'"), ('-', ''), ('-', ''), ('-', ''), ("'-", "'"), ('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-the', 'the'), ('-', ''), ('com-', 'com'), ('-', ''), ('bet-', 'bet'), ('denomi-', 'denomi'), ('-', ''), ('-last', 'last'), ('commit-', 'commit'), ('eon-', 'eon'), ('-', ''), ('-divided', 'divided'), ('"thirty-', '"thirty'), ("'-", "'"), ('-', ''), ('-dialects', 'dialects'), ('-', ''), ('-', ''), ('.-', '.'), ('-', ''), ('-', ''), ('--', '-'), ('-now', 'now'), ('-', ''), ('-hear', 'hear'), ('-', ''), ('-anything', 'anything'), ('-', ''), ('-', ''), ('Igor-', 'Igor'), ('Ian-', 'Ian')]
GCB19130529-V07-12-page4.txt: [('in-', 'in'), ('peo-', 'peo'), ('-room', 'room'), ('-read', 'read')]
GCB19130529-V07-12-page5.txt: [('con-', 'con'), ('Jona-', 'Jona'), ('offices.-', 'offices.'), ('Amer-', 'Amer')]
GCB19130529-V07-12-page6.txt: [('-literature', 'literature'), ('-more', 'more'), ('thir-', 'thir'), ('sub-', 'sub'), ('com-', 'com'), ('of-', 'of'), ('Bur-', 'Bur'), ('geOg-', 'geOg'), ('-have', 'have'), ('-It', 'It'), ('-giving', 'giving'), ('-It', 'It'), ('conver-', 'conver'), ('can-', 'can'), ('-', ''), ('Bur-', 'Bur'), ('half-', 'half'), ('-', ''), ('y-', 'y'), ('-gOod', 'gOod'), ('-', ''), ('on-', 'on'), ('-', ''), ('thou-', 'thou'), ('-', ''), ('"with-', '"with'), ('-memfifteen', 'memfifteen'), ('-', ''), ('-', ''), ('Every-', 'Every'), ('-fotirtlii', 'fotirtlii'), ('-', ''), ('-entire', 'entire'), ("General'-", "General'")]
GCB19130529-V07-12-page7.txt: [('CONFERENCE-', 'CONFERENCE'), ('build-', 'build'), ('mission-', 'mission'), ('Sabbath-', 'Sabbath'), ('-', ''), ('he-', 'he'), ("-'the", "'the"), ('-', ''), ('ses-', 'ses'), ("-This'", "This'"), ('-make', 'make'), ("-'surgical", "'surgical"), ('thirty-fivepa-', 'thirty-fivepa'), ('organ-', 'organ'), ('gradu-', 'gradu'), ('edu-', 'edu'), ('-', ''), ('Re-', 'Re')]
GCB19130529-V07-12-page8.txt: [('suf-', 'suf'), ('super-', 'super')]
GCB19130529-V07-12-page9.txt: [('corn-', 'corn'), ('in-', 'in'), ('ad-', 'ad'), ('hav-', 'hav'), ('increas-', 'increas'), ('re-', 're'), ('disturb-', 'disturb'), ('col-', 'col'), ('-', ''), ('eman-', 'eman')]
GCB19130530-V07-13-page1.txt: [('To-', 'To'), ('heav-', 'heav')]
GCB19130530-V07-13-page10.txt: [('al-', 'al'), ('after-', 'after'), ('-', ''), ('dif-', 'dif'), ('ciga-', 'ciga'), ('Im-', 'Im'), ('pass-', 'pass'), ('-I', 'I'), ('per-', 'per'), ('-', '')]
GCB19130530-V07-13-page11.txt: [('DE-', 'DE'), ('ap-', 'ap'), ('prin-', 'prin'), ('institu-', 'institu'), ('con-', 'con'), ('.-', '.')]
GCB19130530-V07-13-page12.txt: [('wri-', 'wri'), ('com-', 'com'), ('as-', 'as'), ('Mar-', 'Mar'), ('dig-', 'dig'), ('inter-', 'inter'), ('Au-', 'Au')]
GCB19130530-V07-13-page13.txt: [('supe-', 'supe'), ('di-', 'di'), ('judg-', 'judg'), ('com-', 'com'), ('rela-', 'rela'), ('-to', 'to'), ('se-', 'se'), ('re-', 're'), ('RELIG-', 'RELIG')]
GCB19130530-V07-13-page15.txt: [('beauti-', 'beauti')]
GCB19130530-V07-13-page16.txt: [('conse-', 'conse'), ('in-', 'in'), ('BULLE-', 'BULLE'), ('search-', 'search'), ('--', '-')]
GCB19130530-V07-13-page2.txt: [('physi-', 'physi'), ('what-', 'what'), ('-', ''), ('be-', 'be'), ('ac-', 'ac'), ('them-', 'them'), ('es-', 'es'), ('relig-', 'relig'), ('-', '')]
GCB19130530-V07-13-page3.txt: [('denomina-', 'denomina'), ('re-', 're'), ('sub-', 'sub'), ('instruc-', 'instruc')]
GCB19130530-V07-13-page4.txt: [('Seventh-', 'Seventh'), ('be-', 'be')]
GCB19130530-V07-13-page5.txt: [('in-', 'in'), ('--', '-'), ('train-', 'train'), ('crip-', 'crip'), ('de-', 'de')]
GCB19130530-V07-13-page6.txt: [('con-', 'con'), ('mate-', 'mate'), ('can-', 'can'), ('re-', 're')]
GCB19130530-V07-13-page7.txt: [('ap-', 'ap'), ('suc-', 'suc'), ('se-', 'se'), ('Con-', 'Con'), ('dif-', 'dif'), ('re-', 're'), ('par-', 'par'), ('sec-', 'sec'), ('-', '')]
GCB19130530-V07-13-page8.txt: [('vice-presi-', 'vice-presi'), ('twen-', 'twen'), ('Un-', 'Un'), ('in-', 'in'), ('-', '')]
GCB19130530-V07-13-page9.txt: [('in-', 'in'), ('Ap-', 'Ap'), ('denomina-', 'denomina'), ('alco-', 'alco'), ('mat-', 'mat'), ('self-', 'self')]
GCB19130601-V07-14-page1.txt: [('pa-', 'pa'), ('--', '-'), ('con-', 'con'), ('my-', 'my')]
GCB19130601-V07-14-page10.txt: [('-as', 'as'), ('BUL-', 'BUL'), ('-', ''), ('Di-', 'Di'), ('resolu-', 'resolu'), ('headquar-', 'headquar')]
GCB19130601-V07-14-page100.txt: [('morn-', 'morn'), ('Sab-', 'Sab'), ('of-', 'of'), ('-', ''), ('-explain', 'explain'), ('con-', 'con')]
GCB19130601-V07-14-page101.txt: [('elect-', 'elect'), ('offi-', 'offi'), ('-a', 'a'), ('experi-', 'experi'), ('at-', 'at'), ('Sab-', 'Sab'), ('Sabbath-', 'Sabbath'), ('depart-', 'depart'), ('en-', 'en'), ('suc-', 'suc')]
GCB19130601-V07-14-page102.txt: [('-', ''), ('Di-', 'Di'), ('Educa-', 'Educa'), ('Vol-', 'Vol'), ('For-', 'For'), ('-', ''), ('-', ''), ('su-', 'su'), ('Consti-', 'Consti'), ('-', ''), ('or-', 'or'), ('.quar-', '.quar'), ('--The', '-The'), ('confer-', 'confer'), ('---', '--'), ('Pre-', 'Pre'), ('-', ''), ('re-', 're'), ('sta-', 'sta'), ('-of', 'of'), ('Confer-', 'Confer'), ('-and', 'and'), ('ques-', 'ques'), ('Philippine-', 'Philippine'), ('Shaiild-', 'Shaiild'), ('training-', 'training'), ('Airier-', 'Airier'), ('-Division', 'Division'), ('Sem-', 'Sem'), ('Em-', 'Em'), ('training-', 'training'), ('-', ''), ('fol-', 'fol'), ("'Con-", "'Con")]
GCB19130601-V07-14-page103.txt: [('-', ''), ('un-', 'un'), ('Substan-', 'Substan'), ('gen-', 'gen'), ('-', ''), ('dis-', 'dis'), ('-winning', 'winning'), ('teach-', 'teach'), ('denomi...-', 'denomi...'), ('-and', 'and'), ('to-', 'to'), ('-', ''), ('djuStment-', 'djuStment'), ('-has', 'has'), ('-the', 'the'), ('-', ''), ('mes-', 'mes'), ('hold-trieet-', 'hold-trieet')]
GCB19130601-V07-14-page104.txt: [('-home', 'home'), ('distribu-', 'distribu'), ('ef-', 'ef'), ('-', ''), ('self-support-', 'self-support'), ('rub-', 'rub')]
GCB19130601-V07-14-page105.txt: [('fi-', 'fi'), ('ex-', 'ex'), ('whitherso-', 'whitherso'), ('peo-', 'peo'), ('-', ''), ('mission-', 'mission'), ('becom-', 'becom'), ('re-', 're'), ('pre-', 'pre'), ('suc-', 'suc')]
GCB19130601-V07-14-page106.txt: [('coopera-', 'coopera'), ('hav-', 'hav'), ('In-', 'In'), ('satisfac-', 'satisfac'), ('-of', 'of'), ('corn-', 'corn'), ('grow-', 'grow'), ('Treatment-', 'Treatment')]
GCB19130601-V07-14-page107.txt: [('non-behey--', 'non-behey-'), ('rich-', 'rich'), ('re-', 're'), ('-', ''), ('-field', 'field'), ("ner.'-", "ner.'"), ('-', ''), ('-On', 'On'), ('-Wednesday', 'Wednesday'), ('-a', 'a'), ('-crotsesthe', 'crotsesthe'), ('-end', 'end'), ('-varied', 'varied'), ('build.-', 'build.'), ('-much', 'much'), ('Work--', 'Work-'), ('-', ''), ('"-', '"'), ('-', ''), ('-Elder', 'Elder'), ('Z.-', 'Z.'), ('--the', '-the'), ('-tip', 'tip'), ('-and..', 'and..'), ('-schools.', 'schools.'), ('-especially', 'especially'), ('-whO', 'whO'), ('-in', 'in'), ('-', ''), ('rel-', 'rel'), ('-', ''), ('invited-', 'invited'), ("-forty-'acres", "forty-'acres"), ('-', ''), ('-', ''), ('-the', 'the'), ('-His', 'His'), ('that-', 'that'), ('mencedtodraw-', 'mencedtodraw'), ('-', ''), ('did--', 'did-'), ('-year', 'year'), ('-w', 'w'), ('-planted', 'planted'), ('-fiveliundred', 'fiveliundred'), ('which-', 'which'), ('-Ernest', 'Ernest'), ('-', ''), ('-', ''), ('-View', 'View'), ('-work.', 'work.'), ('sea.---', 'sea.--')]
GCB19130601-V07-14-page108.txt: [('main-', 'main'), ('corre-', 'corre'), ('stud-', 'stud'), ('diffi-', 'diffi'), ('bur-', 'bur'), ('la-', 'la'), ('book-', 'book'), ('Con-', 'Con'), ('con-', 'con'), ('Dur-', 'Dur'), ('es-', 'es')]
GCB19130601-V07-14-page109.txt: [('re-', 're'), ('bacca-', 'bacca'), ('Ques.-', 'Ques.'), ('-our', 'our'), ('experi-', 'experi'), ('accom-', 'accom'), ('Normal-', 'Normal'), ('-charge', 'charge'), ('sug-', 'sug'), ('Gen-', 'Gen'), ('patientlyla-', 'patientlyla'), ('Depart-', 'Depart'), ('ob-', 'ob')]
GCB19130601-V07-14-page11.txt: [('experi-', 'experi'), ('-', ''), ('stand-', 'stand'), ('ad-', 'ad'), ('-Voice', 'Voice'), ('-', ''), ('re-', 're')]
GCB19130601-V07-14-page110.txt: [('-InereaSing', 'InereaSing'), ('Inteiest"-', 'Inteiest"')]
GCB19130601-V07-14-page111.txt: [('Philip-', 'Philip'), ('--', '-'), ('-', ''), ('gov-', 'gov'), ('circu-', 'circu'), ('--', '-'), ('na-', 'na'), ('found-', 'found'), ('Thurs-', 'Thurs'), ('States-', 'States'), ('mission-', 'mission'), ('DE-', 'DE')]
GCB19130601-V07-14-page112.txt: [('sixteen-thousand-', 'sixteen-thousand'), ('im-', 'im'), ('Gos-', 'Gos'), ('sub-', 'sub')]
GCB19130601-V07-14-page113.txt: [('mis-', 'mis'), ('some-', 'some'), ('sun-', 'sun'), ('coun-', 'coun'), ('coun-', 'coun')]
GCB19130601-V07-14-page114.txt: [('en-', 'en'), ('unpre-', 'unpre'), ('-pared', 'pared'), ('accom-', 'accom'), ('work-', 'work')]
GCB19130601-V07-14-page115.txt: [('breth-', 'breth'), ("'With-", "'With"), ('meet-', 'meet'), ('ear-', 'ear'), ('-be', 'be'), ('un-', 'un'), ('pro-', 'pro'), ('peo-', 'peo')]
GCB19130601-V07-14-page116.txt: [('-to', 'to'), ('ex-', 'ex'), ('-', ''), ('-', ''), ('we.-', 'we.')]
GCB19130601-V07-14-page117.txt: [('-carried.', 'carried.'), ('--', '-'), ('But-', 'But'), ('recog-', 'recog')]
GCB19130601-V07-14-page118.txt: [('sub-', 'sub'), ('con.-', 'con.'), ('-as', 'as'), ('com-', 'com'), ('-grade', 'grade')]
GCB19130601-V07-14-page119.txt: [('Sanita-', 'Sanita'), ('electro-', 'electro'), ('--', '-'), ('con-', 'con'), ('-', ''), ('ta-', 'ta'), ('nurs-', 'nurs'), ('band-', 'band'), ('dis-', 'dis'), ('ac-', 'ac'), ('determina-', 'determina'), ('ex-', 'ex'), ('.---ar---', '.---ar--'), ('espe-', 'espe'), ('trop-', 'trop'), ('appli-', 'appli'), ('by-', 'by'), ('DE-', 'DE'), ('peo-', 'peo'), ('af-', 'af')]
GCB19130601-V07-14-page12.txt: [('faith-', 'faith'), ('coun-', 'coun'), ('per-', 'per')]
GCB19130601-V07-14-page120.txt: [('dis-', 'dis'), ('oppor-', 'oppor'), ('socie-', 'socie'), ('-', ''), ('Ri-', 'Ri'), ('o-', 'o'), ('-', ''), ('-', ''), ('to-', 'to'), ('-I.', 'I.'), ('meas-', 'meas'), ('an-', 'an'), ('connect-', 'connect'), ('MEET-', 'MEET')]
GCB19130601-V07-14-page121.txt: [('-', ''), ('-', ''), ('an-', 'an'), ('-this', 'this'), ('contrib-', 'contrib'), ('antith-', 'antith')]
GCB19130601-V07-14-page122.txt: [('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('gen-', 'gen'), ('-', ''), ('la-', 'la'), ('-WEEK', 'WEEK')]
GCB19130601-V07-14-page123.txt: [('-', ''), ("'Confer-", "'Confer"), ('com-', 'com'), ('Southeast-', 'Southeast'), ('cre-', 'cre'), ('Confer-', 'Confer'), ('or-', 'or'), ('-', ''), ('Confer-', 'Confer'), ('--', '-'), ('ex-', 'ex'), ('-', ''), ('gen-', 'gen'), ('-', ''), ('-', ''), ('rais-', 'rais'), ('-', ''), ('Gen-', 'Gen'), ('ap-', 'ap'), ('ap-', 'ap'), ('re-', 're'), ('fol-', 'fol'), ('encroach-', 'encroach'), ('-', ''), ('advan-', 'advan'), ('denomina-', 'denomina')]
GCB19130601-V07-14-page124.txt: [('-', ''), ('-', ''), ('-', ''), ('Educa-', 'Educa'), ('-', ''), ("people'sconven-", "people'sconven"), ('-', ''), ('-', ''), ('Confer-', 'Confer'), ('sec-', 'sec'), ('im-', 'im'), ('-', ''), ('-', '')]
GCB19130601-V07-14-page125.txt: [('train-', 'train'), ('evangelistic-', 'evangelistic'), ('Col-', 'Col'), ('-', ''), ('--', '-'), ('con-', 'con'), ('-', ''), ('-', ''), ('Sustenta-', 'Sustenta'), ('the-', 'the'), ('PHYSI-', 'PHYSI'), ('be-', 'be')]
GCB19130601-V07-14-page126.txt: [('Sabbath-', 'Sabbath'), ('-', ''), ('-', ''), ('Is-', 'Is'), ('admis-', 'admis'), ('-', ''), ('-', ''), ('-', ''), ('ad-', 'ad'), ('Amer-', 'Amer'), ('Un-', 'Un'), ('Confer-', 'Confer'), ('-', ''), ('-', ''), ('-', ''), ('West-', 'West'), ('-', ''), ('-', ''), ('White-', 'White'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ("West'Carib-", "West'Carib"), ('of-', 'of'), ('-', '')]
GCB19130601-V07-14-page127.txt: [('Armitage-', 'Armitage'), ('-Report', 'Report'), ('Con-', 'Con'), ('-', ''), ('Con-', 'Con'), ('Ar-', 'Ar'), ('be-', 'be'), ('Han-', 'Han'), ('Sabbath-', 'Sabbath'), ('se-', 'se'), ('Mis-', 'Mis'), ('Di-', 'Di'), ('quota-', 'quota'), ('Mis-', 'Mis'), ('quad-', 'quad'), ('Par-', 'Par'), ('-', ''), ('Danish-liorwe-', 'Danish-liorwe'), ('-', ''), ('-', ''), ('Gen-', 'Gen'), ('-', ''), ('--', '-'), ('-', ''), ('-of', 'of'), ('Nis-', 'Nis'), ('-Sabbath', 'Sabbath'), ('--Department', '-Department'), ('-', ''), ('PublishineDe-', 'PublishineDe'), ('-', ''), ('Amer-', 'Amer'), ('Depart-', 'Depart'), ('Depart-', 'Depart'), ('re-', 're'), ('-', '')]
GCB19130601-V07-14-page128.txt: [('peo-', 'peo'), ('em-', 'em'), ('morn-', 'morn'), ('at-', 'at'), ('-', ''), ('ex-', 'ex'), ('SAB-', 'SAB'), ('de-', 'de'), ('carry-', 'carry')]
GCB19130601-V07-14-page13.txt: [('-ADVANCEMENT', 'ADVANCEMENT'), ('situa-', 'situa'), ('any-', 'any')]
GCB19130601-V07-14-page14.txt: [('regu-', 'regu'), ('Mas-', 'Mas'), ('DE-', 'DE'), ('peo-', 'peo')]
GCB19130601-V07-14-page15.txt: [('ef-', 'ef'), ('con-', 'con'), ('experi-', 'experi'), ('sub-', 'sub'), ('depart-', 'depart'), ('pro-', 'pro'), ('im-', 'im'), ('mis-', 'mis')]
GCB19130601-V07-14-page16.txt: [('-', ''), ('strug-', 'strug'), ('BUL-', 'BUL')]
GCB19130601-V07-14-page17.txt: [('car-', 'car'), ('re-', 're'), ('-so', 'so'), ('peo-', 'peo')]
GCB19130601-V07-14-page18.txt: [('-', ''), ('Confer-', 'Confer'), ('be-', 'be'), ("good'cour-", "good'cour"), ('for-', 'for'), ('con-', 'con')]
GCB19130601-V07-14-page19.txt: [('Seventh-', 'Seventh'), ('uncircum-', 'uncircum'), ('re-', 're'), ('ad-', 'ad'), ('-', ''), ('any-', 'any'), ('corn-', 'corn'), ('-', ''), ('prin-', 'prin'), ('fur-', 'fur'), ('my-', 'my')]
GCB19130601-V07-14-page2.txt: [('recol-', 'recol'), ('Christ-', 'Christ'), ('re-', 're'), ('chap-', 'chap'), ('Jeru-', 'Jeru'), ('-', ''), ('dis-', 'dis'), ('re-', 're'), ('priv-', 'priv')]
GCB19130601-V07-14-page20.txt: [('An-', 'An'), ('--', '-'), ('To-', 'To'), ('Seventh-', 'Seventh')]
GCB19130601-V07-14-page21.txt: [('breth-', 'breth'), ('to-', 'to')]
GCB19130601-V07-14-page22.txt: [('min-', 'min'), ('re-', 're'), ('busi-', 'busi'), ('presi-', 'presi')]
GCB19130601-V07-14-page23.txt: [('pres-', 'pres'), ('at-', 'at'), ('impossi-', 'impossi'), ('proposi-', 'proposi'), ('institu-', 'institu'), ('sev-', 'sev'), ('dea-', 'dea'), ('con-', 'con'), ('de-', 'de'), ('peo-', 'peo')]
GCB19130601-V07-14-page24.txt: [('com-', 'com'), ('thou-', 'thou'), ('resolu-', 'resolu'), ('re-', 're'), ('ad-', 'ad')]
GCB19130601-V07-14-page25.txt: [('regard-', 'regard'), ('Di-', 'Di'), ('-', ''), ('pres-', 'pres'), ('re-', 're'), ('denomina-', 'denomina'), ('-', '')]
GCB19130601-V07-14-page26.txt: [('-', ''), ('-', ''), ('clear-', 'clear'), ('an-', 'an')]
GCB19130601-V07-14-page27.txt: [('re-', 're'), ('de-', 'de'), ('be-', 'be'), ('coin-', 'coin')]
GCB19130601-V07-14-page28.txt: [('de-', 'de'), ('ear-', 'ear')]
GCB19130601-V07-14-page29.txt: [('stu-', 'stu'), ('pre-', 'pre'), ('Bat-', 'Bat')]
GCB19130601-V07-14-page3.txt: [('fam-', 'fam'), ('ques-', 'ques'), ('at-', 'at'), ('fol-', 'fol'), ('-', ''), ('.-', '.'), ('or-', 'or')]
GCB19130601-V07-14-page30.txt: [('-a', 'a'), ('be-', 'be'), ('bur-', 'bur'), ('my-', 'my')]
GCB19130601-V07-14-page31.txt: [('per-', 'per'), ('them-', 'them'), ('denomina-', 'denomina'), ('Advent-', 'Advent'), ('chair-', 'chair'), ('DE-', 'DE'), ('ha-', 'ha')]
GCB19130601-V07-14-page32.txt: [('conscien-', 'conscien'), ('-', ''), ('sanc-', 'sanc'), ('-', ''), ('SAB-', 'SAB'), ('beauti-', 'beauti'), ('exer-', 'exer'), ('-', '')]
GCB19130601-V07-14-page33.txt: [('any-', 'any'), ('chil-', 'chil'), ('re-', 're'), ('treas-', 'treas')]
GCB19130601-V07-14-page34.txt: [('en-', 'en'), ('de-', 'de')]
GCB19130601-V07-14-page35.txt: [('king-', 'king'), ('Nebuchadnez-', 'Nebuchadnez'), ('for-', 'for'), ('-', ''), ('-', ''), ('dis-', 'dis'), ('-', ''), ('Neb-', 'Neb')]
GCB19130601-V07-14-page36.txt: [('insti-', 'insti'), ('pa-', 'pa'), ('condi-', 'condi'), ('con-', 'con'), ('-of', 'of'), ('mes-', 'mes'), ('pre-', 'pre')]
GCB19130601-V07-14-page37.txt: [('favor-', 'favor'), ('mis-', 'mis')]
GCB19130601-V07-14-page38.txt: [('show-', 'show'), ('con-', 'con'), ('hun-', 'hun'), ('hun-', 'hun')]
GCB19130601-V07-14-page40.txt: [('decide.-', 'decide.'), ('reg-', 'reg'), ('be-', 'be'), ('peo-', 'peo'), ('-we', 'we')]
GCB19130601-V07-14-page41.txt: [('-acre', 'acre'), ('de-', 'de')]
GCB19130601-V07-14-page42.txt: [('attack-', 'attack'), ('Cen-', 'Cen'), ('-', ''), ('hun-', 'hun')]
GCB19130601-V07-14-page43.txt: [('in-', 'in')]
GCB19130601-V07-14-page44.txt: [('Mala-', 'Mala'), ('MIS-', 'MIS')]
GCB19130601-V07-14-page45.txt: [('expe-', 'expe'), ('scien-', 'scien'), ('Tre-', 'Tre'), ('scien-', 'scien'), ('un-', 'un'), ('phy-', 'phy'), ('pos-', 'pos'), ('al-', 'al')]
GCB19130601-V07-14-page46.txt: [('in-', 'in'), ('cour-', 'cour')]
GCB19130601-V07-14-page47.txt: [('Seventh-', 'Seventh'), ('DEPART-', 'DEPART'), ('consti-', 'consti'), ('Di-', 'Di'), ('chair-', 'chair'), ('common-', 'common'), ('re-', 're'), ('politport-', 'politport'), ('compro-', 'compro')]
GCB19130601-V07-14-page48.txt: [('-', ''), ('salva-', 'salva'), ('oppo-', 'oppo'), ('penetra-', 'penetra')]
GCB19130601-V07-14-page49.txt: [('ex-', 'ex'), ('-ct', 'ct'), ('dis-', 'dis'), ('dis-', 'dis'), ('char-', 'char')]
GCB19130601-V07-14-page5.txt: [('desir-', 'desir'), ('re-', 're'), ('re-', 're'), ('let-', 'let')]
GCB19130601-V07-14-page50.txt: [('-', ''), ('-', ''), ('doc-', 'doc'), ('con-', 'con'), ('our-', 'our'), ('Eli-', 'Eli')]
GCB19130601-V07-14-page51.txt: [('in-', 'in'), ('per-', 'per'), ('posi-', 'posi'), ('-', ''), ('an-', 'an'), ('Chris-', 'Chris'), ('tes-', 'tes'), ('breth-', 'breth'), ('-', ''), ('ut-', 'ut'), ('posi-', 'posi'), ('-', ''), ('-', '')]
GCB19130601-V07-14-page52.txt: [('CON-', 'CON'), ('divi-', 'divi'), ('mis-', 'mis')]
GCB19130601-V07-14-page53.txt: [('pre-', 'pre'), ('out-', 'out'), ('re-', 're'), ('divi-', 'divi'), ('represen-', 'represen'), ('-Union', 'Union')]
GCB19130601-V07-14-page54.txt: [('Confer-', 'Confer'), ('rad-', 'rad'), ('multiply-', 'multiply'), ('in-', 'in'), ('thou-', 'thou'), ('De-', 'De')]
GCB19130601-V07-14-page55.txt: [('meet-', 'meet'), ('con-', 'con'), ('pres-', 'pres'), ('ar-', 'ar'), ('arrange-', 'arrange'), ('mes-', 'mes'), ('cov-', 'cov'), ('Confer-', 'Confer'), ('hea-', 'hea'), ('or-', 'or'), ('-', ''), ('com-', 'com'), ('edu-', 'edu'), ('pre-', 'pre')]
GCB19130601-V07-14-page56.txt: [('-', ''), ('Gen-', 'Gen'), ('Janu-', 'Janu'), ('fur-', 'fur'), ('recommenda-', 'recommenda'), ('confer-', 'confer'), ('pre-', 'pre'), ('Chris-', 'Chris')]
GCB19130601-V07-14-page57.txt: [('recog-', 'recog'), ('in-', 'in'), ('mem-', 'mem'), ('posi-', 'posi'), ('confer-', 'confer'), ('for-', 'for'), ('thou-', 'thou'), ('run-', 'run')]
GCB19130601-V07-14-page58.txt: [('pres-', 'pres'), ('di-', 'di'), ('Danish-', 'Danish'), ('di-', 'di')]
GCB19130601-V07-14-page59.txt: [('-', ''), ('record-', 'record'), ('Confer-', 'Confer'), ('real-', 'real'), ('some-', 'some')]
GCB19130601-V07-14-page6.txt: [('-', ''), ('sev-', 'sev'), ('-', ''), ('-', ''), ('-', ''), ('licen-', 'licen')]
GCB19130601-V07-14-page60.txt: [('per-', 'per'), ('Bal-', 'Bal'), ('Rus-', 'Rus'), ('morn-', 'morn'), ('marvel-', 'marvel'), ('Bap-', 'Bap')]
GCB19130601-V07-14-page61.txt: [('vis-', 'vis'), ('won-', 'won'), ('jour-', 'jour'), ('knowl-', 'knowl'), ('dif-', 'dif'), ('mem-', 'mem'), ('ma-', 'ma'), ('prem-', 'prem')]
GCB19130601-V07-14-page62.txt: [('so-', 'so'), ('testi-', 'testi'), ('hus-', 'hus'), ('un-', 'un')]
GCB19130601-V07-14-page63.txt: [('peo-', 'peo'), ('ac-', 'ac'), ('circu-', 'circu')]
GCB19130601-V07-14-page64.txt: [('-cent', 'cent'), ('DEPART-', 'DEPART'), ('ben-', 'ben'), ('or-', 'or'), ('DE-', 'DE')]
GCB19130601-V07-14-page65.txt: [('re-', 're'), ('-', ''), ('---"', '--"'), ('for-', 'for'), ('-sections', 'sections'), ('-first', 'first'), ('-', ''), ('-', '')]
GCB19130601-V07-14-page66.txt: [('op-', 'op'), ('de-', 'de'), ('insti-', 'insti'), ('atmos-', 'atmos'), ('pub-', 'pub'), ('Divi-', 'Divi'), ('-to', 'to'), ('-', ''), ('tech-', 'tech'), ('Con-', 'Con'), ('atten-', 'atten'), ('confer-', 'confer')]
GCB19130601-V07-14-page67.txt: [('rec-', 'rec'), ('pos-', 'pos'), ('Amer-', 'Amer'), ('Kan-', 'Kan'), ('concern-', 'concern'), ('with-', 'with'), ('dele-', 'dele'), ('di-', 'di'), ('con-', 'con')]
GCB19130601-V07-14-page68.txt: [('-a', 'a'), ('death.-', 'death.'), ('-two', 'two'), ('FARM-', 'FARM'), ('-movement', 'movement'), ('"-', '"'), ('dele-', 'dele'), ('mem-', 'mem'), ('in-', 'in'), ('re--', 're-'), ('confer-', 'confer')]
GCB19130601-V07-14-page69.txt: [('-', ''), ('-', ''), ('dis-', 'dis')]
GCB19130601-V07-14-page7.txt: [('inexperi-', 'inexperi'), ('-difficulty', 'difficulty'), ('re-', 're'), ('-', ''), ('Ton-', 'Ton'), ('-cities', 'cities')]
GCB19130601-V07-14-page70.txt: [('appropria-', 'appropria'), ('treat-', 'treat'), ('lo-', 'lo'), ('ex-', 'ex')]
GCB19130601-V07-14-page71.txt: [('dur-', 'dur'), ('un-', 'un')]
GCB19130601-V07-14-page72.txt: [('ad-', 'ad'), ('some-', 'some'), ('thous-', 'thous'), ('pre-', 'pre')]
GCB19130601-V07-14-page73.txt: [('Po-', 'Po'), ('cus-', 'cus'), ('labor-', 'labor')]
GCB19130601-V07-14-page74.txt: [('ef-', 'ef'), ('in-', 'in'), ('pre-', 'pre'), ('hu-', 'hu'), ('secur-', 'secur'), ('be-', 'be'), ('Fa-', 'Fa'), ('bat-', 'bat'), ('sanc-', 'sanc')]
GCB19130601-V07-14-page75.txt: [('med-', 'med'), ('regener-', 'regener'), ('war-', 'war'), ('-', ''), ('en-', 'en')]
GCB19130601-V07-14-page76.txt: [('pro-', 'pro'), ('-preparing', 'preparing'), ('coopera-', 'coopera')]
GCB19130601-V07-14-page77.txt: [('min-', 'min'), ('-', ''), ('God--', 'God-'), ('obedi-', 'obedi'), ('chil-', 'chil'), ('-who', 'who')]
GCB19130601-V07-14-page78.txt: [('com-', 'com'), ('-our', 'our')]
GCB19130601-V07-14-page79.txt: [('im-', 'im'), ('Amer-', 'Amer'), ('Volun-', 'Volun'), ('op-', 'op'), ('DE-', 'DE'), ('bet-', 'bet'), ('DE-', 'DE'), ('suc-', 'suc'), ('cre-', 'cre'), ('camp-meet-', 'camp-meet'), ('ar-', 'ar'), ('church-', 'church'), ('present-', 'present'), ('book-', 'book'), ('ad-', 'ad')]
GCB19130601-V07-14-page8.txt: [('Brazil-', 'Brazil'), ('for-', 'for'), ('di-', 'di'), ('-thus', 'thus'), ('Indo-', 'Indo'), ('repre-', 'repre'), ('superin-', 'superin')]
GCB19130601-V07-14-page80.txt: [('sur-', 'sur'), ('-', ''), ('-', ''), ('-', ''), ('cre-', 'cre'), ('-I', 'I'), ('-', ''), ('-', ''), ('dur-', 'dur'), ('command-', 'command'), ('-', ''), ('-.', '.'), ('.-', '.')]
GCB19130601-V07-14-page81.txt: [('con-', 'con')]
GCB19130601-V07-14-page82.txt: [('-', ''), ('doubt-', 'doubt'), ('them-', 'them'), ('-', ''), ('in-', 'in'), ('as-', 'as'), ('-', '')]
GCB19130601-V07-14-page83.txt: [('Austra-', 'Austra'), ('con-', 'con'), ('guid-', 'guid'), ('Confer-', 'Confer'), ('de-', 'de'), ('confi-', 'confi'), ('-Fanaticism', 'Fanaticism'), ('-', ''), ('-to', 'to'), ('secre-', 'secre'), ('-', ''), ('-', ''), ('-', ''), ('Aus-', 'Aus'), ('training-', 'training'), ('Gid-', 'Gid'), ('hun-', 'hun'), ('South-', 'South'), ('-', ''), ('la-', 'la'), ('Mex-', 'Mex')]
GCB19130601-V07-14-page84.txt: [('ad-', 'ad'), ('correspond-', 'correspond'), ('De-', 'De'), ('endeav-', 'endeav'), ('corn-', 'corn'), ('---', '--')]
GCB19130601-V07-14-page85.txt: [('-school', 'school'), ('mes-', 'mes'), ('-', ''), ('en-', 'en'), ('posi-', 'posi'), ('attain-', 'attain'), ('-the', 'the'), ('repre-', 'repre'), ('-our', 'our'), ('cour-', 'cour'), ('-', ''), ('there-', 'there'), ('-', ''), ('Vol-', 'Vol'), ('"mo-', '"mo'), ('Con-', 'Con')]
GCB19130601-V07-14-page86.txt: [('-', ''), ('mes-', 'mes')]
GCB19130601-V07-14-page87.txt: [('cour-', 'cour'), ('gov-', 'gov'), ('repre-', 'repre'), ('re-', 're'), ('mas-', 'mas')]
GCB19130601-V07-14-page89.txt: [('--', '-'), ('excep-', 'excep'), ('Lil-', 'Lil'), ('pres-', 'pres'), ('na-', 'na'), ('hun-', 'hun'), ('ap-', 'ap'), ('character-', 'character'), ('Cav-', 'Cav'), ('com-', 'com'), ('in-', 'in'), ('twenty-', 'twenty')]
GCB19130601-V07-14-page9.txt: [('-', ''), ('com-', 'com'), ('sec-', 'sec'), ('nom-', 'nom'), ('re-', 're'), ('for-', 'for'), ('-', '')]
GCB19130601-V07-14-page90.txt: [('qualifica-', 'qualifica'), ('lan-', 'lan')]
GCB19130601-V07-14-page91.txt: [('Portu-', 'Portu'), ('command-', 'command'), ('liter-', 'liter')]
GCB19130601-V07-14-page92.txt: [('is-', 'is'), ('pre-', 'pre'), ('is-', 'is'), ('la-', 'la'), ('dis-', 'dis')]
GCB19130601-V07-14-page93.txt: [('self-', 'self'), ('some-', 'some'), ('-', ''), ('-', ''), ('-', ''), ('Sabbath-', 'Sabbath'), ('-', ''), ('prej-', 'prej'), ('com-', 'com'), ('-', ''), ('la-', 'la')]
GCB19130601-V07-14-page94.txt: [('suf-', 'suf'), ('Sabbath-', 'Sabbath'), ('DE-', 'DE'), ('re-', 're'), ('fre-', 'fre'), ('re-', 're'), ('prophe-', 'prophe'), ('-', ''), ('re-', 're')]
GCB19130601-V07-14-page95.txt: [('-', ''), ('lo-', 'lo'), ('spiri-', 'spiri'), ('per-', 'per'), ('-', ''), ('con-', 'con'), ('impor-', 'impor'), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('investi-', 'investi'), ('inter-', 'inter'), ('accom-', 'accom')]
GCB19130601-V07-14-page96.txt: [('over-', 'over'), ('dis-', 'dis')]
GCB19130601-V07-14-page97.txt: [('at-', 'at'), ('ATTAIN-', 'ATTAIN'), ('Mon-', 'Mon'), ('re-', 're'), ('expe-', 'expe')]
GCB19130601-V07-14-page98.txt: [('be-', 'be'), ('eter-', 'eter'), ('ex-', 'ex'), ('ex-', 'ex'), ('scat-', 'scat'), ('heav-', 'heav')]
GCB19130601-V07-14-page99.txt: [('bless-', 'bless'), ('exper-', 'exper'), ('experi-', 'experi'), ('be-', 'be'), ('agon-', 'agon'), ('Seventh-', 'Seventh'), ('to-', 'to'), ('consecra-', 'consecra'), ('relig-', 'relig'), ('-of', 'of')]
GCB19130602-V07-15-page1.txt: [('car-', 'car'), ('-so', 'so')]
GCB19130602-V07-15-page10.txt: [('-', ''), ('-', ''), ('clear-', 'clear'), ('an-', 'an')]
GCB19130602-V07-15-page11.txt: [('re-', 're'), ('de-', 'de'), ('be-', 'be'), ('coin-', 'coin')]
GCB19130602-V07-15-page12.txt: [('de-', 'de'), ('heart-to-', 'heart-to'), ('ear-', 'ear'), ('Re-', 'Re')]
GCB19130602-V07-15-page13.txt: [('stu-', 'stu'), ('pre-', 'pre'), ('Bat-', 'Bat')]
GCB19130602-V07-15-page14.txt: [('-a', 'a'), ('be-', 'be'), ('bur-', 'bur'), ('my-', 'my')]
GCB19130602-V07-15-page15.txt: [('denomina-', 'denomina'), ('them-', 'them'), ('DE-', 'DE'), ('Advent-', 'Advent')]
GCB19130602-V07-15-page16.txt: [('brev-', 'brev'), ('-', ''), ('SAB-', 'SAB'), ('in-', 'in'), ('-', ''), ('-', '')]
GCB19130602-V07-15-page2.txt: [('-', ''), ('hu-', 'hu'), ('be-', 'be'), ('for-', 'for'), ('con-', 'con')]
GCB19130602-V07-15-page3.txt: [('Seventh-', 'Seventh'), ('uncircum-', 'uncircum'), ('re-', 're'), ('ad-', 'ad'), ('-', ''), ('any-', 'any'), ('com-', 'com'), ('-', ''), ('prin-', 'prin'), ('my-', 'my')]
GCB19130602-V07-15-page4.txt: [('--', '-'), ('sur-', 'sur')]
GCB19130602-V07-15-page5.txt: [('breth-', 'breth'), ('to-', 'to')]
GCB19130602-V07-15-page6.txt: [('min-', 'min'), ('con-', 'con'), ('re-', 're'), ('ef-', 'ef'), ('pres-', 'pres'), ('busi-', 'busi'), ('presi-', 'presi'), ('-been', 'been')]
GCB19130602-V07-15-page7.txt: [('pres-', 'pres'), ('at-', 'at'), ('impossi-', 'impossi'), ('proposi-', 'proposi'), ('institu-', 'institu'), ('sev-', 'sev'), ('dea-', 'dea'), ('con-', 'con'), ('de-', 'de'), ('peo-', 'peo'), ('ef-', 'ef')]
GCB19130602-V07-15-page8.txt: [('com-', 'com'), ('thou-', 'thou'), ('resolu-', 'resolu'), ('re-', 're'), ('ad-', 'ad')]
GCB19130602-V07-15-page9.txt: [('regard-', 'regard'), ('Di-', 'Di'), ('-', ''), ('teach-', 'teach'), ('other-', 'other'), ('er-', 'er'), ('-', '')]
GCB19130603-V07-16-page1.txt: [('re-', 're')]
GCB19130603-V07-16-page10.txt: [('attack-', 'attack'), ('Cen-', 'Cen'), ('-', ''), ('hun-', 'hun')]
GCB19130603-V07-16-page11.txt: [('in-', 'in')]
GCB19130603-V07-16-page12.txt: [('MIS-', 'MIS'), ('Mala-', 'Mala')]
GCB19130603-V07-16-page13.txt: [('expe-', 'expe'), ('scien-', 'scien'), ('Tre-', 'Tre'), ('scien-', 'scien'), ('un-', 'un'), ('phy-', 'phy'), ('pos-', 'pos'), ('al-', 'al')]
GCB19130603-V07-16-page14.txt: [('in-', 'in'), ('in-', 'in'), ('expe-', 'expe'), ('----', '---')]
GCB19130603-V07-16-page15.txt: [('Seventh-', 'Seventh'), ('DEPART-', 'DEPART'), ('consti-', 'consti'), ('Di-', 'Di'), ('chair-', 'chair'), ('common-', 'common'), ('re-', 're'), ('politport-', 'politport'), ('compro-', 'compro')]
GCB19130603-V07-16-page16.txt: [('-', ''), ('salva-', 'salva'), ('oppo-', 'oppo'), ('penetra-', 'penetra')]
GCB19130603-V07-16-page2.txt: [('Je-', 'Je'), ('any-', 'any'), ('vine-', 'vine'), ('twenty-', 'twenty'), ('your-', 'your'), ('de-', 'de')]
GCB19130603-V07-16-page3.txt: [('king-', 'king'), ('Nebuchadnez-', 'Nebuchadnez'), ('dis-', 'dis'), ('Neb-', 'Neb'), ('repu-', 'repu'), ('-', ''), ('-', '')]
GCB19130603-V07-16-page4.txt: [('mis-', 'mis'), ('insti-', 'insti'), ('-of', 'of'), ('mes-', 'mes'), ('pre-', 'pre')]
GCB19130603-V07-16-page5.txt: [('treat-', 'treat'), ('oper-', 'oper'), ('out-', 'out'), ('in-', 'in'), ('in-', 'in'), ('hun-', 'hun')]
GCB19130603-V07-16-page6.txt: [('actom-', 'actom'), ('con-', 'con'), ('hun-', 'hun'), ('well-', 'well'), ('hun-', 'hun')]
GCB19130603-V07-16-page8.txt: [('reg-', 'reg'), ('al-', 'al'), ('peo-', 'peo')]
GCB19130603-V07-16-page9.txt: [('-acre', 'acre'), ('de-', 'de')]
GCB19130604-V07-17-page1.txt: [('-cs', 'cs'), ('dis-', 'dis'), ('dis-', 'dis')]
GCB19130604-V07-17-page10.txt: [('pres-', 'pres'), ('di-', 'di'), ('Danish-', 'Danish'), ('di-', 'di')]
GCB19130604-V07-17-page11.txt: [('-', ''), ('real-', 'real'), ('some-', 'some')]
GCB19130604-V07-17-page12.txt: [('per-', 'per'), ('Bal-', 'Bal'), ('Rus-', 'Rus'), ('morn-', 'morn'), ('marvel-', 'marvel'), ('Bap-', 'Bap')]
GCB19130604-V07-17-page13.txt: [('vis-', 'vis'), ('won-', 'won'), ('jour-', 'jour'), ('dif-', 'dif'), ('mem-', 'mem'), ('ma-', 'ma')]
GCB19130604-V07-17-page14.txt: [('chil-', 'chil'), ('so-', 'so'), ('testi-', 'testi'), ('hus-', 'hus'), ('un-', 'un')]
GCB19130604-V07-17-page15.txt: [('peo-', 'peo'), ('ac-', 'ac'), ('circu-', 'circu')]
GCB19130604-V07-17-page16.txt: [('-cent', 'cent'), ('DEPART-', 'DEPART'), ('DE-', 'DE'), ('Aus-', 'Aus'), ('Mex-', 'Mex'), ('ben-', 'ben'), ('or-', 'or'), ('fea-', 'fea')]
GCB19130604-V07-17-page2.txt: [('-', ''), ('-', ''), ('our-', 'our'), ('Eli-', 'Eli')]
GCB19130604-V07-17-page3.txt: [('-', ''), ('accu-', 'accu'), ('-', ''), ('-', ''), ('--.', '-.'), ('.-', '.'), ('-', '')]
GCB19130604-V07-17-page4.txt: [('la-', 'la'), ('addi-', 'addi'), ('de-', 'de'), ('CON-', 'CON'), ('terri-', 'terri'), ('ses-', 'ses'), ('divi-', 'divi')]
GCB19130604-V07-17-page5.txt: [('nomi-', 'nomi'), ('li-', 'li'), ('out-', 'out'), ('re-', 're'), ('exec-', 'exec'), ('represen-', 'represen'), ('Confer-', 'Confer'), ('re-', 're'), ('-Union', 'Union'), ('Amer-', 'Amer')]
GCB19130604-V07-17-page6.txt: [('representa-', 'representa'), ('multiply-', 'multiply'), ('in-', 'in'), ('Confer-', 'Confer'), ('GeneralCon-', 'GeneralCon'), ('thou-', 'thou'), ('con-', 'con')]
GCB19130604-V07-17-page7.txt: [('con-', 'con'), ('meet-', 'meet'), ('pres-', 'pres'), ('ar-', 'ar'), ('arrange-', 'arrange'), ('mes-', 'mes'), ('mem.-', 'mem.'), ('cov-', 'cov'), ('or-', 'or'), ('-', ''), ('nom-', 'nom'), ('coin-', 'coin'), ('edu-', 'edu'), ('pre-', 'pre'), ('edu-', 'edu')]
GCB19130604-V07-17-page8.txt: [('-', '')]
GCB19130604-V07-17-page9.txt: [('train-', 'train'), ('recog-', 'recog'), ('sup-', 'sup'), ('for-', 'for')]
GCB19130605-V07-18-page1.txt: [('re-', 're'), ('---"', '--"'), ('for-', 'for'), ('-sections', 'sections'), ('pas-', 'pas'), ('-first', 'first'), ('-', ''), ('-', '')]
GCB19130605-V07-18-page10.txt: [('be-', 'be'), ('them-', 'them'), ('redemp-', 'redemp'), ('Fa-', 'Fa'), ('dif-', 'dif'), ('everlast-', 'everlast'), ('sanc-', 'sanc'), ('hith-', 'hith')]
GCB19130605-V07-18-page11.txt: [('regener-', 'regener'), ('war-', 'war'), ('-', ''), ('her-', 'her')]
GCB19130605-V07-18-page12.txt: [('pro-', 'pro'), ('-preparing', 'preparing'), ('coopera-', 'coopera')]
GCB19130605-V07-18-page13.txt: [('min-', 'min'), ('-', ''), ('God--', 'God-'), ('obedi-', 'obedi'), ('chil-', 'chil'), ('-who', 'who')]
GCB19130605-V07-18-page14.txt: [('com-', 'com'), ('sur-', 'sur'), ('sig-', 'sig'), ('com-', 'com'), ('-our', 'our'), ('Napo-', 'Napo')]
GCB19130605-V07-18-page15.txt: [('im-', 'im'), ('Amer-', 'Amer'), ('Volun-', 'Volun'), ('-Christians', 'Christians'), ('op-', 'op'), ('DE-', 'DE'), ('-Some', 'Some'), ('suc-', 'suc'), ('cre-', 'cre'), ('camp-meet-', 'camp-meet'), ('ar-', 'ar'), ('church-', 'church'), ('posse-', 'posse'), ('book-', 'book'), ('ad-', 'ad'), ('DE-', 'DE')]
GCB19130605-V07-18-page16.txt: [('-', ''), ('cre-', 'cre'), ('-I', 'I'), ('-', ''), ('occu-', 'occu'), ('-', ''), ('-', ''), ('-', ''), ('mis-', 'mis'), ('im-', 'im'), ('state-', 'state'), ('en-', 'en'), ('-', '')]
GCB19130605-V07-18-page2.txt: [('di-', 'di'), ('confer-', 'confer'), ('atmos-', 'atmos'), ('pub-', 'pub'), ('-to', 'to'), ('-', ''), ('Con-', 'Con')]
GCB19130605-V07-18-page3.txt: [('dele-', 'dele'), ('di-', 'di'), ('con-', 'con'), ('concern-', 'concern'), ('with-', 'with'), ('ap-', 'ap')]
GCB19130605-V07-18-page4.txt: [('-a', 'a'), ('FARM-', 'FARM'), ('-', ''), ('-', ''), ('-movement', 'movement'), ('"-', '"'), ('Con-', 'Con'), ('-two', 'two'), ('di-', 'di'), ('dele-', 'dele'), ('mem-', 'mem'), ('in-', 'in'), ('re--', 're-'), ('confer-', 'confer')]
GCB19130605-V07-18-page5.txt: [('Af-', 'Af'), ('as-', 'as'), ('au-', 'au'), ('-', ''), ('dis-', 'dis'), ('Gen-', 'Gen'), ('Med-', 'Med'), ('-numbers', 'numbers'), ('-', ''), ('Mis-', 'Mis'), ('in-', 'in'), ('evan-', 'evan')]
GCB19130605-V07-18-page6.txt: [('appropria-', 'appropria'), ('treat-', 'treat'), ('lo-', 'lo'), ('ex-', 'ex')]
GCB19130605-V07-18-page7.txt: [('dur-', 'dur'), ('un-', 'un')]
GCB19130605-V07-18-page8.txt: [('ad-', 'ad'), ('some-', 'some'), ('thous-', 'thous'), ('pre-', 'pre')]
GCB19130605-V07-18-page9.txt: [('Po-', 'Po'), ('-', ''), ('in-', 'in'), ('trans-', 'trans'), ('cus-', 'cus'), ('kAl-', 'kAl'), ('labor-', 'labor')]
GCB19130606-V07-19-page1.txt: [('-', ''), ('dis-', 'dis'), ('de-', 'de')]
GCB19130606-V07-19-page10.txt: [('Ply-', 'Ply'), ('qualifica-', 'qualifica'), ('lan-', 'lan')]
GCB19130606-V07-19-page11.txt: [('command-', 'command'), ('liter-', 'liter')]
GCB19130606-V07-19-page12.txt: [('is-', 'is'), ('pre-', 'pre'), ('is-', 'is'), ('la-', 'la'), ('dis-', 'dis')]
GCB19130606-V07-19-page13.txt: [('self-', 'self'), ('some-', 'some'), ('Sabbath-', 'Sabbath'), ('Publish-', 'Publish'), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('Michi-', 'Michi'), ('can-', 'can'), ('considera-', 'considera'), ('com-', 'com'), ('-', ''), ('-', ''), ('some-', 'some'), ('com-', 'com'), ('Confer-', 'Confer'), ('Confer-', 'Confer'), ('E.-', 'E.'), ('Confer-', 'Confer'), ('prej-', 'prej'), ('Con-', 'Con'), ('Un-', 'Un')]
GCB19130606-V07-19-page14.txt: [('suf-', 'suf'), ('un-', 'un'), ('op-', 'op'), ('Sabbath-', 'Sabbath'), ('DE-', 'DE'), ('Ro-', 'Ro'), ('-', ''), ('re-', 're'), ('fre-', 'fre'), ('re-', 're'), ('prophe-', 'prophe'), ('re-', 're')]
GCB19130606-V07-19-page15.txt: [('lo-', 'lo'), ('spiri-', 'spiri'), ('-', ''), ('-', ''), ('-', ''), ('com-', 'com'), ('investi-', 'investi'), ('accom-', 'accom')]
GCB19130606-V07-19-page16.txt: [('dis-', 'dis'), ('sup-', 'sup'), ('.-', '.'), ('labor-', 'labor'), ('vege-', 'vege')]
GCB19130606-V07-19-page2.txt: [('-', ''), ('doubt-', 'doubt'), ('them-', 'them'), ('-', ''), ('in-', 'in'), ('as-', 'as'), ('-', '')]
GCB19130606-V07-19-page3.txt: [('ing-', 'ing'), ('-to', 'to'), ('afore-', 'afore'), ('Austra-', 'Austra'), ('con-', 'con'), ('guid-', 'guid'), ('Confer-', 'Confer'), ('de-', 'de'), ('confi-', 'confi'), ('secre-', 'secre'), ('Tsung-', 'Tsung'), ('-', ''), ('coin-', 'coin'), ('oppor-', 'oppor'), ('-', ''), ('la-', 'la'), ('-', ''), ('-', ''), ('training-', 'training'), ('Gid-', 'Gid'), ('hun-', 'hun'), ('South-', 'South'), ('Aus-', 'Aus'), ('Mex-', 'Mex')]
GCB19130606-V07-19-page4.txt: [('responsibili-', 'responsibili'), ('De-', 'De'), ('under-', 'under'), ('en-', 'en'), ('appro-', 'appro'), ('corn-', 'corn'), ('---', '--')]
GCB19130606-V07-19-page5.txt: [('-', ''), ('re-', 're'), ('-school', 'school'), ('-', ''), ('--', '-'), ('cour-', 'cour'), ('-The', 'The'), ('re-', 're'), ('realiza-', 'realiza'), ('there-', 'there'), ('-', ''), ('Vol-', 'Vol'), ('Con-', 'Con')]
GCB19130606-V07-19-page6.txt: [('-', ''), ('mes-', 'mes')]
GCB19130606-V07-19-page7.txt: [('cour-', 'cour'), ('mas-', 'mas')]
GCB19130606-V07-19-page8.txt: [('relig-', 'relig'), ('condi-', 'condi')]
GCB19130606-V07-19-page9.txt: [('be-', 'be'), ('Lil-', 'Lil'), ('Prot-', 'Prot'), ('pres-', 'pres'), ('scat-', 'scat'), ('-', ''), ('--', '-'), ('-', ''), ('na-', 'na'), ('ap-', 'ap'), ('character-', 'character'), ('com-', 'com')]
GCB19130608-V07-20-page1.txt: [('thank-', 'thank'), ('ATTAIN-', 'ATTAIN'), ('expe-', 'expe'), ('re-', 're'), ('in-', 'in')]
GCB19130608-V07-20-page10.txt: [('coopera-', 'coopera'), ('hav-', 'hav'), ('In-', 'In'), ('satisfac-', 'satisfac'), ('-of', 'of'), ('corn-', 'corn'), ('grow-', 'grow'), ('Treatment-', 'Treatment')]
GCB19130608-V07-20-page11.txt: [('CONFERENCE"-', 'CONFERENCE"'), ('-the', 'the'), ('-the', 'the'), ('-Rios', 'Rios'), ('-', ''), ('-best', 'best'), ('-few', 'few'), ('away.-', 'away.'), ('-When', 'When'), ('-the', 'the'), ('re-', 're'), ('More--', 'More-'), ('-Today', 'Today'), ('any--', 'any-'), ('-', ''), ('right-', 'right'), ('-and', 'and'), ('-able', 'able'), ("-'", "'"), ('-Another', 'Another'), ('-iri', 'iri'), ('-and', 'and'), ('-committee', 'committee'), ('-', ''), ('-schools.', 'schools.'), ('-', ''), ('-especially', 'especially'), ('-in', 'in'), ('-', ''), ('mbre--', 'mbre-'), ('worked-', 'worked'), ('-the', 'the'), ('-her', 'her'), ('-Isis', 'Isis'), ('-succeeded', 'succeeded'), ('-', ''), ('-', ''), ('-a', 'a'), ('-', ''), ('-planted', 'planted'), ('which-', 'which'), ('-.Town', '.Town'), ('-Roscher', 'Roscher'), ('-', ''), ('sea.-', 'sea.'), ('-', '')]
GCB19130608-V07-20-page12.txt: [('main-', 'main'), ('corre-', 'corre'), ('stud-', 'stud'), ('breth-', 'breth'), ('diffi-', 'diffi'), ('Con-', 'Con'), ('la-', 'la'), ('Con-', 'Con')]
GCB19130608-V07-20-page13.txt: [('-charge', 'charge'), ('Normal-', 'Normal'), ('--', '-'), ('Depart-', 'Depart'), ('-our', 'our'), ('experi-', 'experi')]
GCB19130608-V07-20-page14.txt: [('-', ''), ('Sabhath-', 'Sabhath')]
GCB19130608-V07-20-page15.txt: [('commit-', 'commit'), ('Philip-', 'Philip'), ('ex-', 'ex'), ('Wither-', 'Wither'), ('-', ''), ('DE-', 'DE'), ('gov-', 'gov'), ('produc-', 'produc'), ('mission-', 'mission'), ('--', '-'), ('found-', 'found'), ('Pres-', 'Pres')]
GCB19130608-V07-20-page16.txt: [('Bat-', 'Bat'), ('-', '')]
GCB19130608-V07-20-page2.txt: [('discourage-', 'discourage'), ('heav-', 'heav')]
GCB19130608-V07-20-page3.txt: [('bless-', 'bless'), ('agon-', 'agon'), ('consecra-', 'consecra'), ('relig-', 'relig'), ('-of', 'of')]
GCB19130608-V07-20-page4.txt: [('morn-', 'morn'), ('of-', 'of'), ('-', ''), ('every-', 'every'), ('-', ''), ('-explain', 'explain'), ('con-', 'con'), ('Sab-', 'Sab'), ('es-', 'es')]
GCB19130608-V07-20-page5.txt: [('elect-', 'elect'), ('offi-', 'offi'), ('-a', 'a'), ('experi-', 'experi'), ('at-', 'at'), ('Sab-', 'Sab'), ('Sabbath-', 'Sabbath'), ('depart-', 'depart'), ('en-', 'en'), ('suc-', 'suc')]
GCB19130608-V07-20-page6.txt: [('-', ''), ('-', ''), ('Di-', 'Di'), ('Educa-', 'Educa'), ('Vol-', 'Vol'), ('For-', 'For'), ('-', ''), ('-', ''), ('North-', 'North'), ('Consti-', 'Consti'), ('or-', 'or'), ('quar-', 'quar'), ('--The', '-The'), ('-be', 'be'), ('confer-', 'confer'), ('---', '--'), ("-'", "'"), ('-', ''), ('-', ''), ('de-', 'de'), ('-', ''), ('-of', 'of'), ('Ten-', 'Ten'), ('-', ''), ('-J.', 'J.'), ('-fall', 'fall'), ('-', ''), ('--', '-'), ('-', ''), ('Col-', 'Col'), ('-and', 'and'), ('training-', 'training'), ('-Division', 'Division'), ('-', ''), ('Ern-', 'Ern'), ('training-', 'training'), ('-', ''), ('fol-', 'fol')]
GCB19130608-V07-20-page7.txt: [('abun-', 'abun'), ('-', ''), ('Substan-', 'Substan'), ('gen-', 'gen'), ('-', ''), ('Cour-', 'Cour'), ('-', ''), ('-We', 'We'), ('hold-Meet-', 'hold-Meet'), ('denomi...-', 'denomi...'), ('-and', 'and'), ('na-', 'na'), ('to-', 'to'), ('-has', 'has'), ('-', ''), ('EkecutiVe-', 'EkecutiVe'), ('Sab-', 'Sab')]
GCB19130608-V07-20-page8.txt: [('-home', 'home'), ('-', ''), ('peo-', 'peo'), ('distribu-', 'distribu'), ('mes-', 'mes'), ('ef-', 'ef'), ('rub-', 'rub')]
GCB19130608-V07-20-page9.txt: [('-', ''), ('num-', 'num'), ('hun-', 'hun'), ('ar-', 'ar'), ('Ha-', 'Ha'), ('in-', 'in')]
GCB19130609-V07-21-page1.txt: [('breth-', 'breth'), ('some-', 'some'), ('bid-', 'bid')]
GCB19130609-V07-21-page10.txt: [('-', ''), ('com-', 'com'), ('-WEEK', 'WEEK'), ('-and', 'and'), ('-', ''), ('-', ''), ('-', ''), ('gen-', 'gen'), ('Col-', 'Col')]
GCB19130609-V07-21-page11.txt: [("'Confer-", "'Confer"), ('-L', 'L'), ('com-', 'com'), ('Southeast-', 'Southeast'), ('-', ''), ('--', '-'), ('cre-', 'cre'), ('Confer-', 'Confer'), ('or-', 'or'), ('ex-', 'ex'), ('---', '--'), ('-', ''), ('-', ''), ('-', ''), ('mis-', 'mis'), ('-', ''), ('Gen-', 'Gen'), ('ap-', 'ap'), ('re-', 're'), ('-', ''), ('encroach-', 'encroach'), ('-', ''), ('advan-', 'advan'), ('-', ''), ('denomina-', 'denomina'), ('provi-', 'provi'), ('-', ''), ('Confer-', 'Confer')]
GCB19130609-V07-21-page12.txt: [('Educa-', 'Educa'), ('-', ''), ('-', ''), ('-', ''), ("people'sconven-", "people'sconven"), ('-', ''), ('-', ''), ('-', ''), ('Confer-', 'Confer'), ('-', ''), ('im-', 'im'), ('-', ''), ('-', '')]
GCB19130609-V07-21-page13.txt: [('in-', 'in'), ('legis-', 'legis'), ('-', ''), ('PHYSI-', 'PHYSI'), ('effi-', 'effi'), ('-', ''), ('-', ''), ('con-', 'con'), ('-', ''), ('Sustenta-', 'Sustenta'), ('evan-', 'evan'), ('hy-', 'hy'), ('work-', 'work'), ('medical-', 'medical'), ('evangelistic-', 'evangelistic'), ('Col-', 'Col')]
GCB19130609-V07-21-page14.txt: [('-', ''), ('-', ''), ('-', ''), ('ad-', 'ad'), ('Con-', 'Con'), ('-', ''), ('Amer-', 'Amer'), ('Un-', 'Un'), ('-', ''), ('-', ''), ('De-', 'De'), ('West-', 'West'), ('Butter-', 'Butter'), ('-', ''), ('Carib-', 'Carib'), ('-', ''), ('in-', 'in'), ('Is-', 'Is'), ('Un-', 'Un'), ('Gen-', 'Gen'), ('-', ''), ('-I', 'I'), ('-', ''), ('-', ''), ('-', ''), ('Confer-', 'Confer')]
GCB19130609-V07-21-page15.txt: [('Di-', 'Di'), ('-', ''), ('-', ''), ('s-', 's'), ('-', ''), ('by-', 'by'), ('-Sabbath', 'Sabbath'), ('quad-', 'quad'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('divisions-', 'divisions'), ('-', ''), ('-', ''), ('Con-', 'Con'), ('-', ''), ('-', ''), ('in-', 'in'), ('meet-', 'meet'), ('-', ''), ('divis-', 'divis'), ('Konig-', 'Konig'), ('he-', 'he'), ('-', ''), ('re-', 're'), ('Mis-', 'Mis'), ('De-', 'De'), ('-Rio', 'Rio'), ('ap-', 'ap'), ('Con-', 'Con'), ('-', ''), ('-', ''), ('-on', 'on'), ('-', ''), ('Con-', 'Con'), ('Se-', 'Se'), ('-of', 'of'), ('-', ''), ('med-', 'med'), ('-of', 'of'), ('Amer-', 'Amer'), ('Depart-', 'Depart'), ('Armitage-', 'Armitage')]
GCB19130609-V07-21-page16.txt: [('rever-', 'rever'), ('em-', 'em'), ('at-', 'at'), ('peo-', 'peo'), ('morn-', 'morn'), ('vic-', 'vic'), ('-', ''), ('SAB-', 'SAB'), ('Con-', 'Con')]
GCB19130609-V07-21-page2.txt: [('fel-', 'fel'), ('-do', 'do'), ('ar-', 'ar'), ('unpre-', 'unpre'), ('-pared', 'pared'), ('bless-', 'bless'), ('--', '-'), ('accom-', 'accom'), ('work-', 'work')]
GCB19130609-V07-21-page3.txt: [("'With-", "'With"), ('meet-', 'meet'), ('relig-', 'relig'), ('-be', 'be'), ('be-', 'be'), ('inci-', 'inci'), ('pro-', 'pro'), ('peo-', 'peo')]
GCB19130609-V07-21-page4.txt: [('-', ''), ('Confer-', 'Confer'), ('educa-', 'educa'), ('Divi-', 'Divi'), ('sum-', 'sum'), ('we.-', 'we.'), ('res-', 'res'), ('gen-', 'gen'), ('South-', 'South'), ('-', ''), ('un-', 'un'), ('confer-', 'confer'), ('cooper-', 'cooper'), ('over-', 'over')]
GCB19130609-V07-21-page5.txt: [('under-', 'under'), ('formu-', 'formu'), ('.distri-', '.distri'), ('re-', 're'), ('-.Shaw', '.Shaw'), ('pal-', 'pal'), ('But-', 'But'), ('-carried.', 'carried.'), ('Con-', 'Con'), ('recommenda-', 'recommenda'), ('--', '-'), ('resolu-', 'resolu')]
GCB19130609-V07-21-page6.txt: [('-', ''), ('con.-', 'con.'), ('-as', 'as'), ('-grade', 'grade')]
GCB19130609-V07-21-page7.txt: [('Sanita-', 'Sanita'), ('-great', 'great'), ('physi-', 'physi'), ('chem-', 'chem'), ('vari-', 'vari'), ('electro-', 'electro'), ('--', '-'), ('con-', 'con'), ('ta-', 'ta'), ('nurs-', 'nurs'), ('band-', 'band'), ('--.', '-.'), ('dis-', 'dis'), ('ac-', 'ac'), ('determina-', 'determina'), ('ex-', 'ex'), ('espe-', 'espe'), ('trop-', 'trop'), ('appli-', 'appli'), ('by-', 'by'), ('--', '-'), ('-', ''), ('af-', 'af')]
GCB19130609-V07-21-page8.txt: [('dis-', 'dis'), ('-', ''), ('connect-', 'connect'), ('o-', 'o'), ('-', ''), ('-io', 'io'), ('-', ''), ('-I.', 'I.'), ('oppor-', 'oppor'), ('an-', 'an'), ('MEET-', 'MEET')]
GCB19130609-V07-21-page9.txt: [('-', ''), ('-', ''), ('an-', 'an'), ('-this', 'this'), ('contrib-', 'contrib'), ('antith-', 'antith')]
GCB19180401-V08-01-page1.txt: [('EXECU-', 'EXECU')]
GCB19180401-V08-01-page13.txt: [('noth-', 'noth'), ('gath-', 'gath')]
GCB19180401-V08-01-page16.txt: [('neces-', 'neces'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19180401-V08-01-page2.txt: [('-', ''), ('Confer-', 'Confer')]
GCB19180401-V08-01-page3.txt: [('Mc-', 'Mc'), ('Mac-', 'Mac')]
GCB19180401-V08-01-page4.txt: [('im-', 'im'), ('---', '--')]
GCB19180401-V08-01-page5.txt: [('spirit-', 'spirit'), ('lib-', 'lib')]
GCB19180401-V08-01-page7.txt: [('-occupied', 'occupied'), ('Pan-', 'Pan')]
GCB19180401-V08-01-page8.txt: [('perfec-', 'perfec')]
GCB19180401-V08-01-page9.txt: [('-', '')]
GCB19180402-V08-02-page1.txt: [('mas-', 'mas')]
GCB19180402-V08-02-page10.txt: [('Depart-', 'Depart'), ('ex-', 'ex'), ('-', ''), ('faithful-', 'faithful'), ('consti-', 'consti'), ('East-', 'East')]
GCB19180402-V08-02-page11.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('en-', 'en')]
GCB19180402-V08-02-page12.txt: [('-', ''), ('-', ''), ('institu-', 'institu'), ('-', '')]
GCB19180402-V08-02-page13.txt: [('-', '')]
GCB19180402-V08-02-page14.txt: [('-', ''), ('-oul', 'oul'), ('-', ''), ('believ-', 'believ')]
GCB19180402-V08-02-page15.txt: [('-in', 'in')]
GCB19180402-V08-02-page16.txt: [('-', ''), ('re-', 're'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19180402-V08-02-page2.txt: [('-', ''), ('impos-', 'impos'), ('-', '')]
GCB19180402-V08-02-page3.txt: [('-', ''), ('con-', 'con'), ('oppor-', 'oppor'), ('-', ''), ('-', ''), ('-', ''), ('non-', 'non')]
GCB19180402-V08-02-page4.txt: [('FIFTEEN-', 'FIFTEEN')]
GCB19180402-V08-02-page6.txt: [('-', '')]
GCB19180402-V08-02-page8.txt: [('DE-', 'DE'), ('-', '')]
GCB19180402-V08-02-page9.txt: [('condi-', 'condi'), ('con-', 'con'), ('evan-', 'evan'), ('in-', 'in'), ('re-', 're')]
GCB19180403-V08-03-page10.txt: [('-enchow.', 'enchow.')]
GCB19180403-V08-03-page11.txt: [('-up', 'up'), ('-', '')]
GCB19180403-V08-03-page12.txt: [('-', ''), ('in--', 'in-'), ('---', '--')]
GCB19180403-V08-03-page13.txt: [('pm-', 'pm')]
GCB19180403-V08-03-page15.txt: [('Confer-', 'Confer'), ('re-', 're')]
GCB19180403-V08-03-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19180403-V08-03-page2.txt: [('publish-', 'publish')]
GCB19180403-V08-03-page3.txt: [('-', ''), ('litera-', 'litera'), ('-', ''), ('re-', 're'), ('-', '')]
GCB19180403-V08-03-page4.txt: [('meet-', 'meet'), ('-', ''), ('lan-', 'lan'), ('success-', 'success'), ('to-', 'to')]
GCB19180403-V08-03-page5.txt: [('-', ''), ('marvel-', 'marvel'), ('mis-', 'mis'), ('-', '')]
GCB19180403-V08-03-page6.txt: [('del-', 'del')]
GCB19180403-V08-03-page7.txt: [('Confer-', 'Confer'), ('coniniif-', 'coniniif'), ("Conference'Corn-", "Conference'Corn"), ('Exec-', 'Exec'), ('ormilza-', 'ormilza')]
GCB19180403-V08-03-page8.txt: [('-', ''), ('-', ''), ('-', '')]
GCB19180403-V08-03-page9.txt: [('-', '')]
GCB19180404-V08-04-page1.txt: [('un-', 'un'), ('-', ''), ('-actVol-', 'actVol-'), ('-Congress', 'Congress'), ('that-', 'that'), ('delega-', 'delega')]
GCB19180404-V08-04-page10.txt: [('-', ''), ('im-', 'im'), ('require-', 'require')]
GCB19180404-V08-04-page11.txt: [('ad-', 'ad'), ('-Vance', 'Vance'), ('-', ''), ('CON-', 'CON'), ('-', '')]
GCB19180404-V08-04-page13.txt: [('-', ''), ('-', '')]
GCB19180404-V08-04-page14.txt: [('-', ''), ('-territory', 'territory'), ('cooperation-', 'cooperation'), ('-', ''), ('Danish-', 'Danish'), ('-', '')]
GCB19180404-V08-04-page15.txt: [('-to', 'to'), ('-ivi', 'ivi'), ('-', ''), ('-', ''), ('-Because', 'Because'), ('-', ''), ('-', '')]
GCB19180404-V08-04-page16.txt: [('re-', 're'), ('red-', 'red'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19180404-V08-04-page2.txt: [('-', ''), ('me-', 'me'), ('-dium', 'dium'), ('-of', 'of'), ('-not', 'not'), ('-vast', 'vast'), ('-rurope', 'rurope')]
GCB19180404-V08-04-page3.txt: [('-education', 'education'), ('teacher-', 'teacher'), ('-fruit.', 'fruit.'), ("-Y'", "Y'"), ('-', '')]
GCB19180404-V08-04-page4.txt: [('-', ''), ('-"Th-OEFWTO', '"Th-OEFWTO')]
GCB19180404-V08-04-page5.txt: [('pur-', 'pur'), ('of-', 'of'), ('CONFERENCE-', 'CONFERENCE'), ('-', ''), ('-', '')]
GCB19180404-V08-04-page7.txt: [('na-', 'na')]
GCB19180404-V08-04-page8.txt: [('-', ''), ('-', ''), ('DEPART-', 'DEPART')]
GCB19180404-V08-04-page9.txt: [('pre-', 'pre'), ('-', ''), ('prac-', 'prac')]
GCB19180405-V08-05-page11.txt: [('period-', 'period'), ('in-', 'in'), ('-proved', 'proved')]
GCB19180405-V08-05-page12.txt: [('-the', 'the'), ('-', ''), ('Mason-', 'Mason'), ('-', ''), ('-', ''), ('Di-', 'Di')]
GCB19180405-V08-05-page13.txt: [('-', ''), ('epidemics-', 'epidemics')]
GCB19180405-V08-05-page14.txt: [('-', ''), ('for-', 'for'), ('en-', 'en')]
GCB19180405-V08-05-page15.txt: [('-', ''), ('-', '')]
GCB19180405-V08-05-page16.txt: [('-', ''), ('BUL-', 'BUL'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19180405-V08-05-page2.txt: [('con-', 'con')]
GCB19180405-V08-05-page3.txt: [('-How', 'How'), ('-', '')]
GCB19180405-V08-05-page4.txt: [('-', ''), ('India-', 'India')]
GCB19180405-V08-05-page5.txt: [('-', ''), ('-', '')]
GCB19180405-V08-05-page6.txt: [('sol-', 'sol'), ('faith-', 'faith')]
GCB19180405-V08-05-page7.txt: [('-was', 'was')]
GCB19180405-V08-05-page8.txt: [('Latin-', 'Latin'), ('At-', 'At')]
GCB19180405-V08-05-page9.txt: [('-', '')]
GCB19180407-V08-06-page1.txt: [('-', '')]
GCB19180407-V08-06-page11.txt: [('-', ''), ('-', '')]
GCB19180407-V08-06-page12.txt: [('-page', 'page'), ('-', ''), ('-', ''), ('this-', 'this'), ('-', ''), ('.oxt-', '.oxt'), ('-re', 're'), ('-weekly', 'weekly'), ('-', '')]
GCB19180407-V08-06-page13.txt: [('-', ''), ('-', ''), ('and-', 'and'), ('-', ''), ('Ameri-', 'Ameri')]
GCB19180407-V08-06-page15.txt: [('pas-', 'pas'), ('demonsta-', 'demonsta')]
GCB19180407-V08-06-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-a', 'a')]
GCB19180407-V08-06-page2.txt: [('-', ''), ('northern-', 'northern'), ('-a', 'a')]
GCB19180407-V08-06-page3.txt: [('English--', 'English-')]
GCB19180407-V08-06-page4.txt: [('-will', 'will'), ('-', ''), ('-he', 'he')]
GCB19180407-V08-06-page5.txt: [('twothou-', 'twothou'), ('in-', 'in')]
GCB19180407-V08-06-page6.txt: [('-', ''), ('-', ''), ('people-', 'people'), ('-to', 'to'), ('-the', 'the'), ('-reporting.--system.', 'reporting.--system.'), ('-', ''), ('-', ''), ('-o-fthe', 'o-fthe'), ('-Successful', 'Successful'), ('I-', 'I'), ('-', '')]
GCB19180407-V08-06-page7.txt: [('de-', 'de'), ('-', ''), ('contin-', 'contin'), ('-', '')]
GCB19180407-V08-06-page8.txt: [('-', ''), ('-fora', 'fora'), ('-', '')]
GCB19180407-V08-06-page9.txt: [('DE-', 'DE'), ('self-', 'self')]
GCB19180408-V08-07-page1.txt: [('-Sunday', 'Sunday')]
GCB19180408-V08-07-page10.txt: [('ap-', 'ap'), ('-in', 'in')]
GCB19180408-V08-07-page11.txt: [('-', ''), ('-very', 'very'), ('MC-', 'MC'), ('re-', 're')]
GCB19180408-V08-07-page12.txt: [('our-', 'our'), ('-', ''), ('-', ''), ("Visitors'-", "Visitors'"), ('-', ''), ('-', '')]
GCB19180408-V08-07-page14.txt: [("-God's", "God's"), ('-We', 'We')]
GCB19180408-V08-07-page15.txt: [('DE-', 'DE')]
GCB19180408-V08-07-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('Mc-', 'Mc')]
GCB19180408-V08-07-page4.txt: [('-', ''), ('.-', '.'), ('-', ''), ('year-', 'year'), ('-', '')]
GCB19180408-V08-07-page5.txt: [('-', ''), ('desir-', 'desir')]
GCB19180408-V08-07-page7.txt: [('-mission', 'mission')]
GCB19180408-V08-07-page8.txt: [('-', '')]
GCB19180409-V08-08-page10.txt: [('-the', 'the'), ('DEPART-', 'DEPART'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19180409-V08-08-page12.txt: [('circula-', 'circula'), ('-the', 'the'), ('diffi-', 'diffi'), ('-', ''), ('-', ''), ('-total', 'total'), ('-churches', 'churches')]
GCB19180409-V08-08-page14.txt: [('serv-', 'serv')]
GCB19180409-V08-08-page15.txt: [('-', ''), ('-were', 'were'), ('ere-', 'ere'), ('-ate', 'ate'), ('-almost', 'almost'), ('Testa-', 'Testa'), ('-Biblical', 'Biblical'), ('-for', 'for'), ('-people', 'people'), ('DE-', 'DE'), ('Mac-', 'Mac'), ('be-', 'be'), ('o-', 'o')]
GCB19180409-V08-08-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('dis-', 'dis')]
GCB19180409-V08-08-page3.txt: [('Ash--', 'Ash-'), ('-on', 'on')]
GCB19180409-V08-08-page4.txt: [('-v', 'v'), ('conse-', 'conse')]
GCB19180409-V08-08-page5.txt: [('-', ''), ('-', ''), ('speci-', 'speci'), ('-years.', 'years.'), ('therefore-', 'therefore'), ('-account', 'account')]
GCB19180409-V08-08-page6.txt: [('-', ''), ('-', ''), ('-', ''), ('responsi-', 'responsi'), ('-', ''), ('lit-', 'lit'), ('con-', 'con')]
GCB19180409-V08-08-page7.txt: [('-', ''), ('-', ''), ('diffi-', 'diffi')]
GCB19180409-V08-08-page9.txt: [('-', ''), ('.-', '.')]
GCB19180410-V08-09-page1.txt: [('free-', 'free')]
GCB19180410-V08-09-page11.txt: [('re-', 're'), ("'-", "'"), ('-port', 'port'), ('re-', 're'), ('-in', 'in'), ('con-', 'con'), ('re-', 're')]
GCB19180410-V08-09-page12.txt: [('DE-', 'DE')]
GCB19180410-V08-09-page13.txt: [('-', '')]
GCB19180410-V08-09-page14.txt: [('-page', 'page'), ('languages-', 'languages'), ('-', ''), ('-', '')]
GCB19180410-V08-09-page15.txt: [('-', ''), ('Languages-', 'Languages'), ('-.', '.'), ('-', ''), ('-', ''), ('-', ''), ('..-', '..'), ('--.', '-.'), ('-', ''), ('-.', '.'), ('-.', '.')]
GCB19180410-V08-09-page16.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('DEPART-', 'DEPART')]
GCB19180410-V08-09-page2.txt: [('power-', 'power')]
GCB19180410-V08-09-page3.txt: [('-in', 'in')]
GCB19180410-V08-09-page4.txt: [('-', ''), ('-', '')]
GCB19180410-V08-09-page5.txt: [('-acquire', 'acquire')]
GCB19180410-V08-09-page6.txt: [('-Unity', 'Unity'), ('meet-', 'meet')]
GCB19180410-V08-09-page7.txt: [('"--', '"-'), ('-', '')]
GCB19180410-V08-09-page9.txt: [('-', ''), ('-the', 'the')]
GCB19180411-V08-10-page10.txt: [('in-', 'in'), ('-', ''), ('-', ''), ('-', ''), ('ef-', 'ef'), ('-', ''), ('-', ''), ('-', ''), ('well-', 'well'), ('-', ''), ('-', ''), ('-', '')]
GCB19180411-V08-10-page12.txt: [('-', ''), ('-', ''), ('-', '')]
GCB19180411-V08-10-page14.txt: [('-', ''), ('-', ''), ('-by', 'by'), ('-those', 'those'), ('equip--', 'equip-'), ('-', ''), ('-', ''), ('.-', '.')]
GCB19180411-V08-10-page15.txt: [('re-', 're'), ('-', '')]
GCB19180411-V08-10-page16.txt: [('-up', 'up')]
GCB19180411-V08-10-page2.txt: [('-', ''), ('where-', 'where')]
GCB19180411-V08-10-page3.txt: [('de-', 'de'), ('-', '')]
GCB19180411-V08-10-page5.txt: [('-Home', 'Home'), ('-Reporting.', 'Reporting.'), ('-Harvest', 'Harvest'), ('-Training', 'Training'), ("-Nurses'", "Nurses'"), ('-', ''), ('-', ''), ('RECOMMEN-', 'RECOMMEN'), ('therefore-', 'therefore'), ('care-', 'care')]
GCB19180411-V08-10-page6.txt: [('therefore-', 'therefore'), ('West--', 'West-')]
GCB19180411-V08-10-page7.txt: [('Sun-', 'Sun'), ('-toward', 'toward'), ('com-', 'com'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19180411-V08-10-page9.txt: [('-total', 'total')]
GCB19180412-V08-11-page1.txt: [('astonishment-', 'astonishment'), ('-', '')]
GCB19180412-V08-11-page10.txt: [('-', ''), ('-a', 'a'), ('re-', 're')]
GCB19180412-V08-11-page12.txt: [('-', ''), ('-', '')]
GCB19180412-V08-11-page13.txt: [('Sun-', 'Sun'), ('-', ''), ('-while', 'while'), ('-page', 'page'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('busi-', 'busi')]
GCB19180412-V08-11-page14.txt: [('im-', 'im'), ('up-', 'up'), ('-', ''), ('-', ''), ('Sep-', 'Sep'), ('-', '')]
GCB19180412-V08-11-page15.txt: [('-', ''), ('-in', 'in'), ('-', ''), ('-be', 'be')]
GCB19180412-V08-11-page16.txt: [('mis-', 'mis'), ('con-', 'con')]
GCB19180412-V08-11-page2.txt: [('-', ''), ('-in', 'in'), ('-', '')]
GCB19180412-V08-11-page3.txt: [('----', '---'), ('Vice-', 'Vice')]
GCB19180412-V08-11-page4.txt: [('-could', 'could')]
GCB19180412-V08-11-page5.txt: [('-', ''), ('-', ''), ('therefore-', 'therefore'), ('-', ''), ('-', ''), ('-', '')]
GCB19180412-V08-11-page6.txt: [('-', ''), ('-', '')]
GCB19180412-V08-11-page7.txt: [('-', ''), ('num-', 'num')]
GCB19180412-V08-11-page8.txt: [('-', ''), ('-result', 'result')]
GCB19180412-V08-11-page9.txt: [('-', ''), ('.-', '.'), ('-', '')]
GCB19180415-V08-12-page1.txt: [('PRO-', 'PRO'), ('exam-', 'exam')]
GCB19180415-V08-12-page10.txt: [('-', ''), ('in-', 'in')]
GCB19180415-V08-12-page11.txt: [('-consecration', 'consecration'), ('therefore-', 'therefore'), ('therefore-', 'therefore'), ('Sis-', 'Sis')]
GCB19180415-V08-12-page12.txt: [('and-', 'and'), ('therefore-', 'therefore'), ('-', ''), ('-', ''), ('Wash-', 'Wash')]
GCB19180415-V08-12-page13.txt: [('be-', 'be'), ('per-', 'per'), ('Hon-', 'Hon'), ('Par-', 'Par'), ('-', '')]
GCB19180415-V08-12-page14.txt: [('-', ''), ('-say', 'say'), ('-', '')]
GCB19180415-V08-12-page15.txt: [('in-', 'in'), ('-', ''), ('-ested', 'ested')]
GCB19180415-V08-12-page16.txt: [('-', ''), ('Ed-', 'Ed'), ('-', ''), ('--', '-')]
GCB19180415-V08-12-page17.txt: [("-'.-CONEFRENCE", "'.-CONEFRENCE"), ('-', ''), ('for-', 'for'), ('with-', 'with')]
GCB19180415-V08-12-page18.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('la-', 'la'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('period-', 'period'), ('literature-', 'literature')]
GCB19180415-V08-12-page19.txt: [('--', '-'), ('con-', 'con'), ('member-', 'member'), ('-', ''), ('CON-', 'CON'), ('-', ''), ('enrol-', 'enrol'), ('approxi-', 'approxi'), ('..---', '..--'), ('Sun-', 'Sun'), ('sani-', 'sani'), ('leader-', 'leader'), ('Cot-', 'Cot'), ('ar-', 'ar')]
GCB19180415-V08-12-page2.txt: [('-a', 'a'), ('Em-', 'Em')]
GCB19180415-V08-12-page20.txt: [('-', ''), ('-', ''), ('-', ''), ('-', ''), ('-', '')]
GCB19180415-V08-12-page21.txt: [('South-', 'South'), ('-Policy', 'Policy'), ('Our-', 'Our'), ('Gen-', 'Gen'), ('-', ''), ('-', ''), ('coun-', 'coun'), ('-', '')]
GCB19180415-V08-12-page22.txt: [('-', '')]
GCB19180415-V08-12-page23.txt: [('dol-', 'dol'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('pro-', 'pro'), ('-', ''), ('-', ''), ('-', '')]
GCB19180415-V08-12-page24.txt: [('-without', 'without'), ('hasten-', 'hasten'), ('--', '-'), ('-', ''), ('pop--', 'pop-'), ('-', ''), ('.-', '.')]
GCB19180415-V08-12-page25.txt: [('-', ''), ('mis-', 'mis'), ('in-', 'in'), ('lo-', 'lo'), ('be-', 'be'), ('-gun', 'gun')]
GCB19180415-V08-12-page26.txt: [('-', ''), ('entertain-', 'entertain')]
GCB19180415-V08-12-page27.txt: [('-vite', 'vite'), ('-', ''), ('-come', 'come')]
GCB19180415-V08-12-page28.txt: [('-some', 'some'), ('-', '')]
GCB19180415-V08-12-page29.txt: [('-ether', 'ether'), ('pro-', 'pro'), ('-', ''), ('re-', 're')]
GCB19180415-V08-12-page3.txt: [('fol-', 'fol'), ('Mc-', 'Mc')]
GCB19180415-V08-12-page30.txt: [('-', ''), ('-this', 'this'), ('Danish-', 'Danish'), ('regard-', 'regard')]
GCB19180415-V08-12-page31.txt: [('secre-', 'secre'), ('Divi-', 'Divi'), ('Con-', 'Con'), ('pro-', 'pro'), ('-', ''), ('Ameri-', 'Ameri'), ('-', ''), ('Pa-', 'Pa'), ('re-', 're'), ('-Mission', 'Mission'), ('-', ''), ('-', ''), ('-', ''), ('-', ''), ('appoint-', 'appoint'), ('-', ''), ('re-', 're'), ('secre-', 'secre'), ('Educa-', 'Educa'), ('-', ''), ('re-', 're'), ('-', ''), ('gone-', 'gone'), ('-', ''), ('-Inca', 'Inca'), ('---', '--'), ('-', ''), ('-', ''), ('presi-', 'presi'), ('-', ''), ('-', ''), ('Ameri-', 'Ameri')]
GCB19180415-V08-12-page32.txt: [('BUL-', 'BUL'), ('labor-', 'labor'), ('Asso-', 'Asso')]
GCB19180415-V08-12-page4.txt: [('Medo-', 'Medo')]
GCB19180415-V08-12-page5.txt: [('-N', 'N'), ('comes-', 'comes'), ('provi-', 'provi')]
GCB19180415-V08-12-page6.txt: [('fellowmen-', 'fellowmen'), ('-work', 'work')]
GCB19180415-V08-12-page8.txt: [('-', ''), ("the'-", "the'")]
GCB19180415-V08-12-page9.txt: [('-', ''), ('prob-', 'prob'), ('--Embrace', '-Embrace')]

Check Correction 3

In [20]:
# %load shared_elements/summary.py
summary = reports.overview_report(directories['cycle'], spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/GCB/correction3

Average verified rate: 0.9729776654900703

Average of error rates: 0.028496463306808134

Total token count: 4866863

In [21]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[21]:
[('w', 9137),
 ('m', 5893),
 ('e', 5615),
 ("'", 4709),
 ('g', 3987),
 ('t', 3674),
 ('r', 3663),
 ('d', 3338),
 ('n', 3217),
 ('f', 3068),
 ('tion', 687),
 ('co', 576),
 ('u', 546),
 ('th', 544),
 ('re', 432),
 ('k', 398),
 ("'the", 393),
 ('ence', 364),
 ("the'", 325),
 ('ference', 311),
 ('ex', 299),
 ('wm', 285),
 ('x', 279),
 ('z', 251),
 ('ment', 248),
 ("'of", 234),
 ('oo', 223),
 ('il', 204),
 ('mo', 181),
 ('ple', 177),
 ('mc', 177),
 ('sabbathschool', 170),
 ("'to", 166),
 ('ers', 164),
 ("to'", 157),
 ('tions', 153),
 ('eral', 147),
 ("'and", 133),
 ("'be", 132),
 ('basle', 130),
 ("'in", 129),
 ("'i", 129),
 ('mt', 125),
 ('mittee', 122),
 ("in'", 121),
 ('io', 119),
 ('pa', 118),
 ('va', 117),
 ('al', 117),
 ('partment', 114)]

Correction 4 -- Remove extra quotation marks

In [22]:
# %load shared_elements/replace_extra_quotation_marks.py
prev = "correction3"
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) > 3:
                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()

Check Correction 4

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/GCB/correction4

Average verified rate: 0.9744648636029983

Average of error rates: 0.02711184792219275

Total token count: 4866236

In [24]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[24]:
[('w', 9149),
 ('m', 5901),
 ('e', 5631),
 ('g', 3990),
 ("'", 3866),
 ('t', 3712),
 ('r', 3668),
 ('d', 3347),
 ('n', 3233),
 ('f', 3089),
 ('tion', 688),
 ('co', 577),
 ('th', 546),
 ('u', 546),
 ('re', 444),
 ('k', 399),
 ('ence', 364),
 ('ference', 312),
 ("the'", 300),
 ('ex', 299),
 ('wm', 285),
 ('x', 280),
 ('z', 251),
 ('ment', 248),
 ('oo', 223),
 ('il', 206),
 ('mo', 182),
 ('mc', 178),
 ('ple', 177),
 ('sabbathschool', 170),
 ('ers', 164),
 ('tions', 154),
 ("to'", 147),
 ('eral', 147),
 ('basle', 130),
 ('mt', 125),
 ('mittee', 122),
 ('io', 119),
 ('pa', 119),
 ('va', 118),
 ('al', 117),
 ('partment', 114),
 ("in'", 110),
 ('sionary', 109),
 ('ulletin', 107),
 ("and'", 102),
 ('mis', 102),
 ("canvassers'", 100),
 ('ky', 97),
 ('by-laws', 95)]

Correction 5 -- Rejoin Burst Words

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

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

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

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

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

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

    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()

Check Correction 5

In [26]:
# %load shared_elements/summary.py
summary = reports.overview_report(directories['cycle'], spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/GCB/correction5

Average verified rate: 0.974466987655691

Average of error rates: 0.02711427939876216

Total token count: 4866210

In [27]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[27]:
[('w', 9149),
 ('m', 5900),
 ('e', 5628),
 ('g', 3989),
 ("'", 3866),
 ('t', 3709),
 ('r', 3661),
 ('d', 3346),
 ('n', 3230),
 ('f', 3089),
 ('tion', 688),
 ('co', 577),
 ('th', 546),
 ('u', 544),
 ('re', 444),
 ('k', 399),
 ('ence', 364),
 ('ference', 312),
 ("the'", 300),
 ('ex', 299),
 ('wm', 285),
 ('x', 280),
 ('z', 251),
 ('ment', 248),
 ('oo', 223),
 ('il', 206),
 ('mo', 182),
 ('mc', 178),
 ('ple', 177),
 ('sabbathschool', 170),
 ('ers', 164),
 ('tions', 154),
 ("to'", 147),
 ('eral', 147),
 ('basle', 130),
 ('mt', 125),
 ('mittee', 122),
 ('io', 119),
 ('pa', 119),
 ('va', 118),
 ('al', 117),
 ('partment', 114),
 ("in'", 110),
 ('sionary', 109),
 ('ulletin', 107),
 ("and'", 102),
 ('mis', 102),
 ("canvassers'", 100),
 ('ky', 97),
 ('by-laws', 95)]

Correction 6 -- Rejoin Split Words I

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

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

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

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

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

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

    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()

Check Correction 6

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/GCB/correction6

Average verified rate: 0.974720198107879

Average of error rates: 0.026836427939876215

Total token count: 4865228

In [30]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[30]:
[('w', 9146),
 ('m', 5929),
 ('e', 5605),
 ('g', 3986),
 ("'", 3866),
 ('t', 3696),
 ('r', 3653),
 ('d', 3342),
 ('n', 3216),
 ('f', 3087),
 ('tion', 668),
 ('u', 544),
 ('th', 528),
 ('k', 395),
 ('co', 387),
 ('ence', 364),
 ('re', 330),
 ('ference', 312),
 ("the'", 300),
 ('ex', 291),
 ('wm', 284),
 ('x', 279),
 ('z', 251),
 ('ment', 247),
 ('oo', 223),
 ('il', 195),
 ('mo', 173),
 ('ple', 172),
 ('sabbathschool', 170),
 ('ers', 162),
 ('tions', 150),
 ("to'", 147),
 ('eral', 147),
 ('basle', 130),
 ('mt', 124),
 ('mittee', 122),
 ('io', 118),
 ('va', 116),
 ('pa', 115),
 ('partment', 114),
 ("in'", 110),
 ('ulletin', 107),
 ("and'", 102),
 ("canvassers'", 100),
 ('al', 98),
 ('ky', 97),
 ('by-laws', 95),
 ('seventhday', 93),
 ('sionary', 93),
 ('-', 90)]

Correction 7 -- Rejoin Split Words II

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

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

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

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

    replacements = clean.check_if_stem(errors, spelling_dictionary, tokens, get_prior=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()

Check Correction 7

In [32]:
# %load shared_elements/summary.py
summary = reports.overview_report(directories['cycle'], spelling_dictionary, title)
Directory: /Users/jeriwieringa/Dissertation/text/text/2017-01-31-corpus-with-utf8-split-into-titles-cleaning/GCB/correction7

Average verified rate: 0.9748495954949369

Average of error rates: 0.026694297082228115

Total token count: 4864216

In [33]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[33]:
[('w', 9136),
 ('m', 5917),
 ('e', 5600),
 ('g', 3980),
 ("'", 3866),
 ('t', 3692),
 ('r', 3651),
 ('d', 3341),
 ('n', 3214),
 ('f', 3080),
 ('tion', 667),
 ('u', 544),
 ('th', 519),
 ('k', 394),
 ('co', 380),
 ('ence', 344),
 ("the'", 300),
 ('ex', 291),
 ('wm', 284),
 ('x', 279),
 ('ference', 277),
 ('re', 262),
 ('z', 251),
 ('oo', 222),
 ('ment', 216),
 ('il', 191),
 ('ple', 172),
 ('mo', 172),
 ('sabbathschool', 170),
 ('tions', 148),
 ("to'", 147),
 ('ers', 141),
 ('eral', 140),
 ('basle', 130),
 ('mt', 124),
 ('io', 118),
 ('va', 116),
 ('mittee', 116),
 ('pa', 115),
 ("in'", 110),
 ("and'", 102),
 ("canvassers'", 100),
 ('ky', 97),
 ('by-laws', 95),
 ('sionary', 93),
 ('seventhday', 92),
 ('al', 91),
 ('-', 90),
 ("a'", 87),
 ('ga', 84)]

Review Remaining Errors

In [34]:
reports.docs_with_high_error_rate(summary)
Out[34]:
[('GCB19090526-V06-11-page7.txt', 0.602),
 ('GCB18990217-V08-02-page12.txt', 0.509),
 ('GCB18930305-V05-23-page8.txt', 0.5),
 ('GCB19180410-V08-09-page15.txt', 0.491),
 ('GCB19090601-V06-16-page25.txt', 0.393),
 ('GCB19090601-V06-16-page23.txt', 0.341),
 ('GCB19030408-V05-08-page13.txt', 0.328),
 ('GCB19090601-V06-16-page27.txt', 0.319),
 ('GCB19130516-V07-01-page14.txt', 0.303),
 ('GCB189504XX-V01-02-page37.txt', 0.303),
 ('GCB189504XX-V01-02-page36.txt', 0.3),
 ('GCB1901XXXX-V04-03-page33.txt', 0.291),
 ('GCB1902XXXX-V04-06,07-page24.txt', 0.288),
 ('GCB1901XXXX-V04-03-page27.txt', 0.288),
 ('GCB19090601-V06-16-page21.txt', 0.288),
 ('GCB189504XX-V01-02-page33.txt', 0.281),
 ('GCB189504XX-V01-02-page38.txt', 0.275),
 ('GCB189504XX-V01-02-page34.txt', 0.27),
 ('GCB19130516-V07-01-page13.txt', 0.267),
 ('GCB18930224-V05-16-page12.txt', 0.264),
 ('GCB189504XX-V01-02-page35.txt', 0.257),
 ('GCB189504XX-V01-02-page32.txt', 0.254),
 ('GCB1902XXXX-V04-06,07-page32.txt', 0.253),
 ('GCB1901XXXX-V04-03-page34.txt', 0.253),
 ('GCB1902XXXX-V04-06,07-page26.txt', 0.251),
 ('GCB189504XX-V01-02-page39.txt', 0.251),
 ('GCB19130516-V07-01-page1.txt', 0.246),
 ('GCB188811XX-VXX-XX-page2.txt', 0.244),
 ('GCB19010409-V04-01ex06-page25.txt', 0.242),
 ('GCB18891027-V03-08-page6.txt', 0.238),
 ('GCB1902XXXX-V04-06,07-page31.txt', 0.235),
 ('GCB1901XXXX-V04-03-page32.txt', 0.234),
 ('GCB19090601-V06-16-page24.txt', 0.227),
 ('GCB1901XXXX-V04-03-page22.txt', 0.222),
 ('GCB19090514-V06-01-page1.txt', 0.222),
 ('GCB1902XXXX-V04-06,07-page46.txt', 0.22),
 ('GCB188811XX-VXX-XX-page24.txt', 0.22),
 ('GCB1901XXXX-V04-03-page25.txt', 0.219),
 ('GCB1902XXXX-V04-06,07-page19.txt', 0.218),
 ('GCB1902XXXX-V04-06,07-page25.txt', 0.216),
 ('GCB1901XXXX-V04-03-page45.txt', 0.216),
 ('GCB1901XXXX-V04-03-page44.txt', 0.214),
 ('GCB1902XXXX-V04-06,07-page42.txt', 0.213),
 ('GCB1901XXXX-V04-03-page14.txt', 0.212),
 ('GCB1902XXXX-V04-06,07-page33.txt', 0.211),
 ('GCB1902XXXX-V04-06,07-page44.txt', 0.209),
 ('GCB1902XXXX-V04-06,07-page34.txt', 0.208),
 ('GCB1901XXXX-V04-03-page28.txt', 0.206),
 ('GCB1902XXXX-V04-06,07-page45.txt', 0.204)]
In [35]:
doc_keys = [x[0] for x in reports.docs_with_high_error_rate(summary) if x[1] > 0.3]
In [36]:
# utilities.open_original_docs(doc_keys, directories['cycle'])
In [37]:
reports.long_errors(errors_summary, min_length=15)
Out[37]:
(['long-established',
  'wayself-supporting',
  'needencouragement',
  'recommendameetings',
  'spiriltefrtommuask',
  'yrazilorninittee',
  'resolutionsrespectingsouthern',
  'nnintentienallii',
  'discussunderstand',
  'self-existingspirit',
  'leiecitzcidaidcosi',
  'comparathroughout',
  'rationarremedies',
  'genericconferenceproceedings',
  'woxideriutclehaiiges',
  'earnestipeasants',
  'lottannottountit',
  'non-dividend-paying',
  'dellartintroduced',
  'bespitahsanitariunt',
  'deceasesecretary',
  'inexhaustiblewealth',
  'encroachstatement',
  'sell-righteousness',
  'independpictures',
  'commandmentkeeper',
  'prelimidelegates',
  'faaccommodations',
  'theinternational',
  'notbepossiblethat',
  'eheekneeeekneentramoirstiffaro',
  'licensedmissionariesl',
  "frbin'aifferereplaces",
  'perishsanitariums',
  'everlastinglragainst',
  "'ourteaehse'rwere",
  'interspersedwith',
  'valentfintilivero',
  'followinginterest',
  'operaestablishing',
  'mtihtiaclitiilewnnfvtoerteoeftthipireiet',
  'one-day-in-seven',
  'fellow-countrymen',
  'themselveswholly',
  'denomination-has',
  'andindiansfromtheres',
  'menkterannworannaneszformeiminanven',
  'difficulselfishness',
  'twocharacteristic',
  'recommendatwenty-five',
  'etlithriaccommieceo',
  'enthusiastidally',
  'colbjornsensgade',
  'the-man-whogoes-alone',
  "followinstitution'",
  'huenerlightening',
  'geodlitantliremaigow',
  'logicallydeveloped',
  'frenchdenominations',
  'constantaommunion',
  'humatter-of-fact',
  'spiritually-minded',
  'representameetings',
  'stibscripdepartment',
  'medicalevangelistic',
  'ing-conversation',
  'niibtichadnezzar',
  'great-grandmother',
  'heavyindebtedness',
  'diametricalfeeble',
  'worshpcivilization',
  'missionpopulation',
  'iiiiiiiiiiiiiiii',
  'seventhspiration',
  'writing-material',
  "buildings'rected",
  'fitrepresentatives',
  'generalsonferenee',
  'worksuperintendents',
  'seventhinterested',
  'mmuirimcniiiiiimiiiiinimmitimiiiimiimiiiimm',
  'cirnorth-central',
  'successsacrifices',
  'recomrecommendation',
  "intreased'araltie",
  'mommempummammilmrammomammummammunimmummummesso',
  'authorgovernment',
  'iliticlituateova',
  'enouughoryfoutodowhat',
  'iiniiiiimerniliiiiminmili',
  'direading-course',
  'berlin-schiinenberg',
  'training-sot-pool',
  "eyanshoanl'ltbioenailstiewlbe",
  'immmmmmimonommemomeminememmimmomimminimoromemowimmommo',
  'student-canvassers',
  'greatest-missionary',
  'self-consciousthe',
  'circuminterested',
  'erartartartararme',
  'impressthesmallestchild',
  'creative-life-giving',
  'norecommendation',
  'corresponderally',
  'theinvestigation',
  'greatgrand-father',
  'certificatesgranted',
  'missioncomprises',
  'afterconsideration',
  'variellslangnage',
  'fifteen-per-cent',
  'correspondence-and',
  'religiousiegislation',
  'seoauondommendations',
  'uponurrebarweeded',
  'taisapprivriatton',
  'nianifteoswtendrd',
  'twentyeight-page',
  'seven-hundreddollar',
  'publicamanifested',
  'inseparably-connected',
  'iifomiftgracionlgif',
  'mlsoiistitutiosef',
  'mathematicadexactness',
  'chesapeakeconference',
  'housedemandedthe',
  'sabbathconsidered',
  'executive-committee',
  "superintendents'",
  'welllooked-after',
  'britishconferenceorganizedin',
  'drenhestuadcycionngimicn',
  'presattractiveness',
  'seeretmominunion',
  'envice-president',
  'nebuchadneztaries',
  'anticipate--that',
  'treatmentgreatly',
  'direct-connected',
  'summercollectively',
  'confermembership',
  'training-classes',
  'somecivilization',
  'non-organization',
  'misrecommendation',
  'orthoreligiously',
  'contradicarriving',
  'overcomesgravitation',
  "sabbath-keepers'",
  'submit-ourselves',
  "general'conference",
  'far-out-of-the-way',
  'slaughter-houses',
  'withspecialenvelopes',
  'nineteen-twentieths',
  'sabbathconsecrated',
  'atetsimesehnatitosuagidh',
  'heaven-illumined',
  'prochurch-schools',
  'saturday-keepers',
  'associated-press',
  'uncircumcisbefore',
  'snook-brinkerhoof',
  'sabbathcitizenship',
  'disappointedwished',
  'minimmiummememmenmeiwinommomionim',
  'self-exhaltation',
  'steppinginterests',
  'iwnhilteheheforwmas',
  'rightworldliness',
  'recommendavinced',
  'followingbrethren',
  'fivilliiiiiiniiiii',
  'rkarammimmaraarmiri',
  'conferreformation',
  'programcommittee',
  'theiroadtkxetlofbeloeftoeuinend',
  'bacteriologicalbstudies',
  'societymofficers',
  'enlightstitutions',
  'bceloiesuevanesticty',
  'cmommititteteess',
  'iflrememberright',
  'until-satan-nearly',
  'hebrew-german-irishfirst',
  'canvasssomething',
  'europe-africa-asia',
  'tcommittelleportedahat',
  'matchingtogether',
  'correspondducted',
  'victoriaraustralia',
  'founintelligence',
  'ambasinfirmities',
  'annuities-sanitarium',
  'thecongregationjoinedinsing',
  "nurses'''training",
  'self-propagating',
  'entdayisborrowedfromancient',
  'twenty-five-dollar',
  'poverty-stricken',
  'sithbath-keepers',
  'interest-corporation',
  'associasanitarium',
  'observancethrotighthe',
  'miiiimimirmimimomummimmimom',
  'righteousmanifested',
  're-consideration',
  'regularly-appointed',
  'counter-revolutions',
  "their'responsibility",
  'cvferencebulletin',
  'ingwasopenedwhithymnno',
  'inadditiontowhathouses',
  'societymissionaty',
  'licentiatelaboring',
  'sabbath-schools-to',
  'constantlylosing',
  'headache-powders',
  "youth'sinstructior",
  'virnotwithstanding',
  'governor-general',
  'victoria-tasmania',
  'conferenceproceedings',
  'conferencesinterested',
  'administrativepower',
  'comparstandpoint',
  'recommendaprinciple',
  'canvasscontaining',
  'churchfellowship',
  'organizaauthority',
  'andhedoesnotintheeternalpowerofgod',
  'organirecommendations',
  "conferenee'coioamittee",
  'recommendachurch',
  'tryrecommendation',
  'constitustockholders',
  'profesconference',
  'postmaster-general',
  'anti-everything-bad',
  'englishcommittee',
  'emergentyobtained',
  'answerthroughout',
  'recommendainterested',
  'instruclicentiates',
  'departdiscussion',
  'vergiszmeinnicht',
  'sleepexplanation',
  'utfestifanitldret',
  'religiousliberty',
  'recommensomething',
  'deliberaconference',
  'drought-stricken',
  'forcontributions',
  'swedish-speaking',
  'commandment-keeping',
  'simpletreatments',
  'tasstmoacincihao',
  'properly-trained',
  'inedicavaiithorities',
  "brought'together",
  'bilhestablishing',
  'associaefficient',
  'twannmtopteilfethpe',
  'quitereluctantly',
  'continustitution',
  'nationstitablath',
  'theyareturningovertotheunthe',
  'ovetshadowalitilislands',
  'hebrew-german-irish',
  'self-consecration',
  "from'minneapolis",
  'representarecommendation',
  'considerbelievers',
  'hard-heartedness',
  'lindgrenbflathuda',
  '-toterirbrmearis',
  'relationsiderably',
  'sewerthirty-seven',
  'generaltwiagrence',
  'rightknigimselfher',
  'gesundheitspfiege',
  'confertionalities',
  'quanticonnection',
  'businessanniversary',
  'accountabilities',
  'recruiting-ground',
  'boaroapenttoduzneryi',
  'schleswig-holstein',
  'sisterseverywhere',
  'satisenlargement',
  'provice-presidents',
  'admitderstanding',
  'sabbath-keepference',
  'tesponsibilities',
  'faithoccasionally',
  'intelligent-looking',
  'associaxperiment',
  'excellentremarks',
  'fecsoicarat-ientiontothe',
  'reconciliamaking',
  'charitacircumstances',
  'tiiiiiiiiiiiiiiiiiiiii',
  'denominationally',
  "above-mentioned'",
  'instructionwhich',
  'tellinghowtheprinciplesaredevelopverystrongdemonstrationofthefact',
  'aftlfriaftliffileflmar',
  'enthusiasticimportant',
  "totai'meinbership",
  'printterritories',
  'armenian-turkish',
  'theloteignatiiiion',
  'emphaticsociation',
  'ccoossmopolliitatanncictyit',
  "demands'unlimited",
  'simplymerecontinuity',
  'chrispropriations',
  'theyhnuabvleisphed',
  'formeroconversation',
  "every'conference",
  'governmentitself',
  'thanksganization',
  'backslidcouraging',
  'inter-denominational',
  'thesperosemvoetriaolnuonfiopnusbu',
  'ommommommimmammernmemminmpummomiennemmagimpimmull',
  'unreservsomething',
  'inthemanetofetnhescandinavianprintin',
  'sabbathmentioned',
  "subjects'brought",
  'establishmedical',
  'thing-more-to-do-an',
  'resolurespondence',
  'possesindividual',
  'timclosely-related',
  'tuberculojustification',
  'encourageworkers',
  "hi'sheagorespvealatcoattsoii",
  'bunveconunendations',
  'evangelinfluence',
  'announcemaintain',
  'superintendtruth',
  'aptillustrations',
  'charactertalking',
  'cconnffeerreennccee',
  'theavnedrydarrkkest',
  'pagesgratuitously',
  'misresponsibilities',
  'selfsupportingnurse',
  'betrecommendation',
  'healthiyublishing',
  'thisconstitution',
  'committeethenyvhe',
  'approximateseating',
  'awepnattiteonthien',
  'vaalysdhmelsyses',
  "iiiiiiiiiiiiiiiiiiiiiruelmli'wil'ilnli",
  'noonommismommassinsisoom',
  'applicarenounced',
  'becomeestablisheduin',
  'especiallyclemand',
  'twenty-five-cent',
  'corruptibleshall',
  'mommempummammimmummommemammummiummallummismsso',
  'scandinaportance',
  'descripelaborate',
  'conferindependent',
  're-establishment',
  'representatenances',
  'constitucommittee',
  'experithoughtful',
  'theresponsibility',
  'irritatprinciples',
  'independventories',
  'misundertandings',
  'three-thousand-acre',
  'reeonilliendations',
  'conferinteresting',
  'deliberately-expressed',
  'obnitritiaibttileth',
  'sabbathsecretary',
  'sepatranquillity',
  'self-righteousness',
  'legislatorswillyield',
  'thjeopnaecsifhicaspsreasids',
  'interest-sanitarium',
  'gerrecommendation',
  'reconimendations',
  'ineludingchristmas',
  'inwilekdimaimultilhadihn',
  'cherubim-guarded',
  'raililontsheiorf',
  'conferencecommittee',
  'delicately-marked',
  'thirteenth-sabbath',
  'brother-ministers',
  'forgiverighteousness',
  'delegaconferences',
  'spanish-speaking',
  'brickauthorities',
  'trainingtraining-school',
  'originayecominendation',
  'eommandthentaand',
  'divinely-bestowed',
  'publishinghouses',
  'gontehatheroiiueigihaallmtalmu',
  'laborconstructed',
  'coltdorasensgade',
  'self-appropriation',
  'preciousommendation',
  'division-conference',
  'sdisfellowshiped',
  'religio-political',
  "hpfanniatid'frecl",
  "responsibilities'",
  "beginmissionary's",
  'literrighteousness',
  'limmillillimmommaimmorm',
  'obstathsthnknown',
  'finnish-speaking',
  'innerqualification',
  'congregathree-fourths',
  'organizadisorganized',
  'discouragepreparation',
  'ciutztouscwiouvittve',
  'seemedabsolutely',
  "quesrecommendation'",
  'thecontributions',
  'iiiiiiiiiiiiiiiimiiiiiiiiiiimiiiiimminiamiligullimillumil',
  'requestedbysthis',
  'instructionsehow',
  'ohemian-hungarian',
  'petiorganization',
  'samediffidulties',
  'tseaeritrarterrrive',
  "increasing'germissions",
  'five-thousand-dollar',
  'improveefficiency',
  'isanintornational',
  'correspondmember',
  'brethrentocarrytileworktothenorth',
  'wilkinnationality',
  'commandment-keepers',
  'considerportunities',
  'wonderfully-made',
  'stumbling-blocks',
  'definiteapportionment',
  'varmarsiarammurdarsmearmatam',
  'specificationsin',
  'isconstitutional',
  'trykkeriforening',
  'departconference',
  'unrighteousstand',
  'quarter-centennial',
  'shouldentermorefully',
  'accomplishvancing',
  'spetiafitildance',
  'firmlysestablished',
  'printing-presses',
  'missionunderstand',
  'europe-asia-africa',
  'conference-daily',
  'recommennecessary',
  'haraccomplishment',
  "iiiiiiiiiiiiiiiiiiiiiruelmli'w",
  'sixteenth-century',
  "vice-president's",
  'quescommunication',
  "the'consideration'of",
  'danish-norwegian',
  'diffisponsibility',
  'self-glorification',
  'governsecretaries',
  'assonationalities',
  'conferundertaken',
  'pleasantaddition',
  'self-helpfulness',
  'williiiiiiniiiiiiiiiiiiliolfiliiiiii',
  'foilowingcorrectio',
  'approprisometimes',
  'recommendadelegation',
  'hgholtyedspuiproitn',
  'carerully-selected',
  'vigorconsultation',
  'representaexpected',
  'vice-presieducated',
  'salvation-bringing',
  "s'abbath-keepers",
  'newly-established',
  'limmillimmommissmaimmorm',
  'educationalleaders',
  'discouragemerits',
  'pre-threitra-clii',
  'examindenomination',
  'inconsistdonations',
  'experiencteresting',
  "representatives'",
  'wecrystallizethat',
  'represenbarrassments',
  'unspeakable-gift',
  'emmerieriziderariririemenerionerimeneemeeramenreer',
  'presconsiderable',
  'substantiallyacatn',
  'prosindependently',
  'church-membership',
  'deleconsideration',
  'imannounnuninsnmsolonninnutommuinnimmountunnnonnum',
  'importantquestion',
  'havecirculatedrel',
  'evantent-meetings',
  'associaliterature',
  'electro-mechanical',
  "and'recommendations",
  'evangelespecially',
  'evangelmunication',
  'reenneeemekeehek-waehembeeembeheemeeemene',
  'licendisadvantages',
  'double-mindedness',
  'gglipitiallefiffiffeilliiiffileiewmia',
  'collectconference',
  'beinggrandchildren',
  'tesliuaulcracalliradcc',
  'establishimportance',
  'numberincreasing',
  'self-aggrandizethis',
  'simnationalities',
  'andbroughtbefore',
  'training-college',
  'moldinginfluence',
  'wonderfaleontrast',
  'nothwithstanding',
  'recomthendations',
  'sabbath-schoolassociation',
  'disopportunities',
  'blessingsrareceived',
  'certainly-nothing',
  'swedish-norwegian',
  'million-signature',
  'excepttheoneteacher',
  'subscription-book',
  'notwithdepartment',
  'five-pertrustees',
  'ouaroiirthrumerous',
  'generalconferenceproceedings',
  'improveanthropic',
  'twenty-four-page',
  'workerscooranbong',
  'conferencetailletin',
  'self-supportenment',
  'dailyexceptsaturday',
  'deliberconference',
  'pleuro-pneutasteless',
  'recommendarounded',
  'washingtonnevada',
  'prosnominational',
  'memreconciliation',
  'thirtypreparation',
  'withtheprinciplesofromancatholicompulsidn',
  'littleexperiment',
  'world-shattering',
  "recommendations'",
  'mmilliliallerttlinciiminion',
  'nourishcordingly',
  'discourageinents',
  'reccommendations',
  'lackconsecration',
  "genatal'conferecr'builetin",
  'long-lost-sight-of',
  'responsibibility',
  'gentlesanitarium',
  'printing-offices',
  'relationactually',
  "this'discourages",
  'individualwhether',
  'responsitreatment',
  "sisterlfuntley's",
  'eterresurrection',
  'sufferinsufficient',
  'self-supportdeal',
  'contrirobruetilir',
  'literaperstitions',
  'almimillumuggsmillimill',
  'quesrecommendation',
  'representcanvassers',
  'u-p-h-o-l-d-i-n-g',
  'denominainterviews',
  'unchristlikeness',
  'orationofourgrief',
  'revolustandpoint',
  'instrumentalitiew',
  'meihtsotnuesoqbthaeilila',
  'special-delivery',
  'steondfoitelilnwnho',
  'thoroughlymasticate',
  'b-e-l-i-e-v-e-t-h',
  'conferencebulletin',
  'faithfullaborers',
  'investithroughout',
  'theirmdependenee',
  'rerepresentative',
  'missionknowledge',
  'considerableinfluence',
  'increasdenomination',
  'memrepresentative',
  'errconferenceproceedings',
  'issionarylicenses',
  'deliberatelyrbut',
  'organiincorporation',
  'sanitudunrtraining',
  'soberlyatoneanother',
  'responsibiladopted',
  'standard-bearers',
  'pernamsuccessful',
  'missioneryenterpriees',
  'supjustification',
  'accompanythousand',
  'forlagsexpeditionen',
  'interstockholders',
  'sabbath-meetings',
  'veryplaininstructionon',
  'whoarelookingtowardourschools',
  'educationaliadvantages',
  'isteutfinilteugt',
  'opportuinfidelity',
  'commandmentkeeping',
  'meeconferenceproceedings',
  'wonderfutcharacter',
  'prophet-statesman',
  'liiiiniiiiiiiiiiinmi',
  'generalconference',
  'contradictractive',
  'followinstitutional',
  'sever-to-be-forgotten',
  'disfellowslfiped',
  'tatagbadgthoseln',
  'denominational-ridden',
  'followingintereaing',
  'conferknowledges',
  'liberalitymanifested',
  'thanhalfofthevalueofourproperty',
  'accountpersonnel',
  'excelsubscriptions',
  'iiiiimiiiiimmillinigiiiiiiiiirialimuliiill',
  'church-instituted',
  'sixteen-thousand',
  'sparsely-settled',
  'speciailprivileg',
  'iiilitatesserifier',
  'departdepartment',
  'relationship-that',
  'serecommendations',
  'sabbathsubscription',
  'medicalvangelistic',
  'iiniiiiimerniliiiiwnwlii',
  'inoneoftheleadingnew',
  'difficulcouraged',
  'secretary-treasurer',
  'remainsuggestion',
  'driaittrintental',
  'representaquestions',
  'denselypopulated',
  'consecratedthemselves',
  'brconferenceproceedings',
  'mentthatthepublishinghousesoutside',
  'teonelenaydtotheomceominpabney',
  'instrucupbuilding',
  'self-sufficiency',
  'eisrasinihatetachers',
  'transgresmessage',
  'departemphasized',
  'short-sightedness',
  'abraharniiiconcerning',
  'announceperverted',
  'enthusiastictivity',
  'encourageutterly',
  'school-of-health',
  'attendanceduring',
  'almosteverynorthernstatefromnaie',
  'firstdayofferings',
  'traktat-gesellschaft',
  'adventfortunately',
  'slieneailcsututed',
  'ofssuufffeerirningg',
  'twenty-five-hundred-word',
  'uttertrioetllattis',
  'organizapolluted',
  'evangelisticmedical',
  'superinsoon-coming',
  'ffistrnmentality',
  'preliminoreksamen',
  'reorganizationmow',
  'reotuilillendations',
  'soangleelnatteane',
  "conference'bulletin",
  'characterisseeking',
  'tonneettdelinitely',
  'fbtaimernbership',
  'introarrangement',
  'schoolindividual',
  'faresponsibilities',
  'sabencouragement',
  'french-switzerland',
  'thanwearesitmers',
  'bohemian-slavonic',
  'geographcheering',
  'languagewgravings',
  'responsiconference',
  'ttttttutttttttttttttt',
  'characterbuilding',
  'treatmentpreparing',
  'fruitblackberries',
  'themdissatisfied',
  'unrecommendation',
  'questniotnnsusititinpavrloienreetnstiazery',
  'organsatisfactory',
  'superinexplanation',
  'correpondarbitrarily',
  'reprederstandingly',
  'sabbath-commandment',
  'saturday-keeping',
  'delegatesopportunity',
  'sabbathommendation',
  'self-deification',
  'successdaughters',
  'this-world-liness',
  'deposielementary',
  'missionarylicentiates',
  'freeidistribution',
  'mayarginvoitrommgemarmanlamontrrwar',
  'editorialcommittee',
  'per-and-magazine',
  'italian-bohemian-hungarian',
  'conferappearance',
  'only-begotministration',
  'exhaustcanvasser',
  'russian-japanese',
  'appointanyonebeforehandtodrawup',
  'oolbiejeccttiion',
  'tenneseieelintereeting',
  'gesundheitspflege',
  'constituinstitution',
  'ducationaftlepartmeni',
  'switzerministers',
  'immuummummummymmummilm',
  'theserecommendations',
  'long-planned-for',
  'speaking-with-tongues',
  'iecontmendations',
  'carefully-prepared',
  'everythingelseyoucanimagineinthe',
  'self-denunciation',
  'sabbathconnection',
  'apsuperintendent',
  'our-firsilidasian-cliiii',
  'anticipated-when',
  'establishgeneral',
  'annuities-corporation',
  'liiiiniiiiiiiiiiinmidliiiiiii',
  'world-membership',
  'previously-mentioned',
  'conadministration',
  'responefficiency',
  "severi'ditectors",
  'romnominsommisincissoom',
  'ten-cent-a-week-plan',
  'generalftiference',
  'subscriptionbook',
  'forpublicationin',
  "people'slmeetings",
  'righteousclaimed',
  'thataltourpeopte',
  "disadvantages'of",
  'general-in-chief',
  'ourliteratureshouldoccupyingiving',
  'qquualaifliefdied',
  'greatuchadnezzar',
  'iiiiiiiiiiiiingligillimilm',
  'probationspecial',
  'standardofpelfection',
  'willithtmonstrates',
  'nationalitiestoo',
  'roaltherppurselyes',
  'instumentalities',
  'developcommunion',
  'narnedthoughofuhave',
  'golpitiallefiffiffeilliiiffileriiilifra',
  'connectionpublishing',
  'ogyizereivxedail',
  'conferenceexperience',
  'hissiesurrection',
  'self-supportlarge',
  'superinopposition',
  'undershuepervision',
  'indispensablirite',
  'splendid-looking',
  'let-the-other-fellow-stay-at-home',
  'soul-satisfaction',
  'confersuccessful',
  'interest-bearing',
  'essenperceptibly',
  'scatnedrminavian',
  'exrepresentation',
  'bstarriatormiummnimmenmennemer',
  'foreign-speaking',
  'endurce---forever',
  'organizatogether',
  'licahturtchheaselbderesncaonudralgibearatroia',
  'beconstitutional',
  'giganperiodicals',
  'lishedataintabbyamericanmmisissiosnioarinecs',
  'self-complacency',
  'missionsociations',
  'hisrighteousness',
  'recommendataining',
  'religiouslegislation',
  'thecaeresponding',
  'semimencimmenromminimmon',
  'oonimmosewissiis',
  'australathemselves',
  'ourideasonconcertsandthe',
  'glorreconciliation',
  'enlightenchannels',
  'anti-protperplexity',
  'neverthemcntbers',
  'statisticalsecretary',
  'secretarytreasurers',
  'ten-thousand-dollar',
  'self-chastisement',
  "human'deirisifig",
  'owshsgubscwriber',
  'mrammommommmomimmommomemmcmmmimmin',
  'chapter-by-chapter',
  'immiredsabbath-keepers',
  'frictionvegetable',
  'treasinstitutions',
  'supportingschools',
  'seventh-clay-adventists',
  'temperancemeetings',
  'poweroegiictrso-wheneyar',
  'thetnanufiteture',
  'german-switzerland',
  'spanish-american',
  'statesgovernment',
  'heaven-appointed',
  'nagormewerregeigaieriempimerizzeriermmeneerm',
  'maceappropriation',
  'mmuurraingurdimmmumemmummemmommlommiummommilir',
  'recommendavision',
  'world-statistics',
  'mmuurraingurdimmmumemmummemmommlommiummommillir',
  'throughimmediate',
  'delivernevertheless',
  'selfdisappointed',
  'nothinstitutions',
  'acetanilid-bearing',
  'sabbathdemonstrate',
  'ix-demist-hearing',
  'preparingapsepie',
  'window-curtaining',
  'gratitudestoteei',
  'sunday-legislation',
  'misunderstandthat',
  'conferrepresentative',
  'instrucuniversity',
  'haveageneralcouncil',
  'missionarylicenses',
  "nation'sgreatness",
  'missionsentatives',
  'recomtraining-schools',
  'antblirconespondence',
  'matevangelization',
  'klostermyeniaines',
  'inter-dependence',
  'sabbath-quesbody',
  'vegetable-gardening',
  'correspondingly-worse',
  'direetienecthelliehigaseonterence',
  "traininscgho'rodl",
  "called'''fietcherizing",
  "become'interested",
  'entirelyneglected',
  'sanitadebtedness',
  'great-grandchildren',
  'publishing-house',
  'superintendwhich',
  'hutreatment-rooms',
  'sabbathmendation',
  'euwtslillllililjlhl',
  'consolationgrant',
  'kingdimpikleaven',
  'inresponsetotheobthesehous',
  'followmanagement',
  'administranslated',
  'observprinciples',
  'continunacquainted',
  'organizadelegate',
  'missionarymeeting',
  'hebrew-christian',
  'variedexperiences',
  'seventypublisher',
  'union-conference',
  'permeatpowerfully',
  'equalizationrlet',
  'nationalimessage',
  'colbiorneensgade',
  'mussoorietreatment',
  'fifteen-cent-a-week',
  "general-confebenzz'",
  'beensaidtomeright',
  'thtiovreparation',
  'thoughtsuntainted',
  'thisisadenftintoite',
  'appropricleansing',
  'loving-kindnesses',
  'everywherepreaching',
  'micronesia-takes',
  'thorconsideration',
  'attorney-general',
  'establishcertain',
  'suthercorrections',
  'bentreatment-rooms',
  'watchliberations',
  'hewasconvertedfromtherussianchurchbythe',
  'natorganizations',
  'german-scandinavian-polish',
  'communicatetheir',
  'representadepartments',
  'missionpublishing',
  'unaniauthorization',
  'hrviariiiitrinted',
  'twenty-cent-a-week',
  'religious-liberty',
  'consecrabuilding',
  "world'spopulation",
  'mimencimmenromminimmon',
  'self-examination',
  'superinufactured',
  'conferencetreasury',
  'campdiscouragement',
  'brotherneighborhood',
  "receiveidelegates'",
  'givelheadventmesmuch',
  'requalifications',
  'therecommendations',
  'permanentlyentered',
  'sabbathprehension',
  'riminiviimmilimiiiv',
  'specialconnection',
  'deffigrfifigignifi',
  'sameoersecutions',
  'tremendouslylarge',
  'givingpowerandeffciiencybets',
  'cannotengageinthislineofworkwithoutimpairinghisefficiencyas',
  'constitusessions',
  'pitunderstanding',
  'tweepublications',
  'prinsponsibility',
  'physical-culture',
  'onttaissionaries',
  'prophetic-souled',
  'organizarecently',
  'departconferences',
  'righteousgathered'],
 15)

Correction 8 -- Remove long error tokens

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

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

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

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

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

        for replacement in replacements:
            content = clean.replace_pair(replacement, content)
    else:
        pass
    
    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()
GCB19010416-V04-01ex12-page17.txt: [('CCONNFFEERREENNCCEE', ' ')]
GCB19130516-V07-01-page13.txt: [('MMUIRIMCNIIIIIIMIIIIINIMMITIMIIIIMIIMIIIIMM', ' '), ('TIIIIIIIIIIIIIIIIIIIII', ' '), ('MMUIRIMCNIIIIIIMIIIIINIMMITIMIIIIMIIMIIIIMM', ' ')]
GCB19130516-V07-01-page53.txt: [('immuummummummymmummilm', ' '), ('OMMOMMOMMIMMAMMERNMEMMINMPUMMOMIENNEMMAgimpimmull', ' '), ('MIMENCIMMENROMMINIMMON', ' '), ('mmuurraingurdimmmumemmummemmommlommiummommilir', ' '), ('limmillimmommissmaimmorm', ' '), ('mommempummAmmilmrammomammummammunimmummummesso', ' '), ('.iMMMMMMIMONOMMEMOMEMINEMEMMIMMOMIMMINIMOROMEMOWIMMOmmo', ' '), ('IIIIIIIIIIIIIIiimiiiiiiiiiiimiiiiimminiamiligullimillumil', ' '), ('imbiiiiii.iiiiiiii..i.iiil', ' '), ('IIIIIIIIIIiiiiii', ' '), ('WilliiIiiiniiiiiIiiiiiiliOlfiliiiiii', ' '), ("iiiiiiiiiiiiiiiiiiiIiruelmlI'Wil'ilNli", ' '), ('iiniiiiiMErNIlIiIiWnWlIi', ' '), ('liiiiNiIiiIIiiiiinMIdliiiiiii', ' '), ('IIIIIIIIIIIIIngligillimilm', ' '), ('golPitiallEfiffiffEilliiiffilEriiilifra', ' ')]
GCB19130521-V07-04-page5.txt: [('OMMOMMOMMIMMAMMERNMEMMINMPUMMOMIENNEMMAgimpimmull', ' '), ('SEMIMENCIMMENROMMINIMMON', ' '), ('MINIMMIUMMEMEMMENMEIWINOMMOMIONIM', ' '), ('mmuurraingurdimmmumemmummemmommlommiummommillir', ' '), ('limmillillimmommaimmorm', ' '), ('mommempummAmmimmummommemammummiummallummismsso', ' '), ('.iMMMMMMIMONOMMEMOMEMINEMEMMIMMOMIMMINIMOROMEMOWIMMOmmo', ' '), ('iiiiimiiiiimmillinigiiiiiiiiirialimuliiill', ' '), ("rm'IIIII.iiiiiiii..i.iiil", ' '), ('FiVilliiIiiiniiiii', ' '), ("iiiiiiiiiiiiiiiiiiiIiruelmlI'W", ' '), ('iiniiiiiMErNIlIIiiMInMIli', ' '), ('liiiiNiIiiIIiiiiinMI', ' '), ('ggliPitiallEfiffiffEilliiiffilEIEWMIA', ' '), ('AlmImillumuggsmillimill', ' ')]
GCB19130523-V07-07-page15.txt: [('ttttttUtttttttttttttt', ' ')]
GCB19130526-V07-09-page7.txt: [('MraMMOMMOMMMOMIMMOMMOMEMMCMMMIMMIN', ' ')]
GCB19130530-V07-13-page13.txt: [('Imannounnuninsnmsolonninnutommuinnimmountunnnonnum', ' '), ('EHEEKNEEEEKNEENtramoIrstiffaro', ' ')]
GCB19130530-V07-13-page14.txt: [('REENNEEEMEKEEHEK-WAEHEMBEEEMBEHEEMEEEMENE', ' ')]
GCB19130530-V07-13-page15.txt: [('EMMERIERIZIDERARIRIRIEMENERIONERIMENEEMEERAMENREER', ' ')]

Correction 9 -- Separate Squash Words

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

prev = cycle
cycle = "correction9"

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

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

verified_tokens = []

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

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

sorted_list_of_words = list(words_sorted_short['token'])

wordcost = dict((k, log((i+1)*log(len(sorted_list_of_words)))) for i,k in enumerate(sorted_list_of_words))
maxword = max(len(x) for x in sorted_list_of_words)

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

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

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

    with open(join(directories['cycle'], filename), mode="w") as o:
        o.write(content)
        o.close()
GCB18881023-V02-04,05,06-page12.txt: [('definiteapportionment', 'definite apportionment')]
GCB18881026-V02-07,08,09-page4.txt: [('Temperancemeetings', 'Temperance meetings')]
GCB18891101-V03-13-page3.txt: [('religiouslegislation', 'religious legislation')]
GCB18891105-V03-15-page7.txt: [('cannotengageinthislineofworkwithoutimpairinghisefficiencyas', 'cannot engage in this line of work without impair ing his efficiency as')]
GCB18910306-V04-01-page10.txt: [('ingwasopenedwhithymnNo', 'ing was opened whit hymn No')]
GCB18910308-V04-02-page2.txt: [('liberalitymanifested', 'liberality manifested')]
GCB18910309-V04-03-page5.txt: [('Conferencesinterested', 'Conferences interested')]
GCB18910313-V04-07-page3.txt: [('HewasconvertedfromtheRussianChurchbythe', 'He was converted from the Russian Church by the')]
GCB18930129-V05-02-page21.txt: [('fitrepresentatives', 'fit representatives')]
GCB18930206-V05-06-page12.txt: [('inexhaustiblewealth', 'inexhaustible wealth')]
GCB18930215-V05-11-page16.txt: [('educationaliadvantages', 'educational i advantages')]
GCB18930221-V05-13-page8.txt: [('licentiatelaboring', 'licentiate laboring')]
GCB18930326-V05-26-page6.txt: [('legislatorswillyield', 'legislators will yield')]
GCB18950204-V01-01-page8.txt: [('formeroconversation', 'former o conversation'), ('literrighteousness', 'liter righteousness')]
GCB18950225-V01-01ex13-page17.txt: [('whoarelookingtowardourschools', 'who are looking toward our schools')]
GCB18970217-V01-04-page5.txt: [('overcomesgravitation', 'overcomes gravitation')]
GCB18970222-V01-07-page12.txt: [('firmlysestablished', 'firmly s established')]
GCB18990216-V08-01-page2.txt: [('CONFERENCEPROCEEDINGS', 'CONFERENCE PROCEEDINGS')]
GCB18990217-V08-02-page1.txt: [('GENERALCONFERENCEPROCEEDINGS', 'GENERAL CONFERENCE PROCEEDINGS')]
GCB18990217-V08-02-page11.txt: [('presattractiveness', 'pres attractive ness')]
GCB18990219-V08-03-page5.txt: [('veryplaininstructionon', 'very plain instruction on')]
GCB18990221-V08-05-page2.txt: [('excepttheoneTeacher', 'except the one Teacher'), ('andhedoesnotintheeternalpowerofGod', 'and he does not in the eternal power of God')]
GCB18990221-V08-05-page4.txt: [('tellinghowtheprinciplesaredevelopverystrongdemonstrationofthefact', 'telling how the principles are develop very strong demonstration of the fact')]
GCB18990222-V08-06-page1.txt: [('withspecialenvelopes', 'with special envelopes'), ('awepnattiteonthien', 'a we p nat tit eon t h i e n'), ('everythingelseyoucanimagineinthe', 'everything else you can imagine in the')]
GCB18990222-V08-06-page7.txt: [('selfsupportingnurse', 'self supporting nurse')]
GCB18990223-V08-07-page14.txt: [('characterisseeking', 'character is seeking')]
GCB18990224-V08-08-page1.txt: [('GENERALCONFERENCEPROCEEDINGS', 'GENERAL CONFERENCE PROCEEDINGS')]
GCB18990224-V08-08-page7.txt: [('innerqualification', 'inner qualification')]
GCB18990227-V08-10-page2.txt: [('appointanyonebeforehandtodrawup', 'appoint anyone beforehand to draw up'), ('soberlyatoneanother', 'soberly atone another')]
GCB18990227-V08-10-page6.txt: [('therecommendations', 'the recommendations')]
GCB18990228-V08-11-page2.txt: [('recommendameetings', 'recommend a meetings')]
GCB18990228-V08-11-page3.txt: [('haveageneralcouncil', 'have a general council')]
GCB18990228-V08-11-page4.txt: [('everywherepreaching', 'everywhere preaching')]
GCB18990228-V08-11-page5.txt: [('ovetshadowAlitilislands', 'o vet shadow Ali til islands')]
GCB18990228-V08-11-page6.txt: [('shouldentermorefully', 'should enter more fully')]
GCB18990228-V08-11-page7.txt: [('originayecominendation', 'origin aye com in end at ion')]
GCB18990228-V08-11-page9.txt: [('therecommendations', 'the recommendations')]
GCB18990301-V08-12-page3.txt: [('brethrentocarrytileworktotheNorth', 'brethren to carry tile work to the North')]
GCB18990302-V08-13-page3.txt: [('excelsubscriptions', 'excel subscriptions')]
GCB18990303-V08-14-page4.txt: [('deliberaconference', 'de lib era conference')]
GCB18990303-V08-14-page7.txt: [('connectionpublishing', 'connection publishing')]
GCB18990305-V08-15-page5.txt: [('ourideasonconcertsandthe', 'our ideas on concerts and the')]
GCB18990306-V08-16-page1.txt: [('substantiallyacatn', 'substantially a cat n'), ('GENERALCONFERENCEPROCEEDINGS', 'GENERAL CONFERENCE PROCEEDINGS')]
GCB18990316-V08-18-page1.txt: [('CONFERENCEPROCEEDINGS', 'CONFERENCE PROCEEDINGS')]
GCB18990316-V08-18-page2.txt: [('afterconsideration', 'after consideration')]
GCB19010403-V04-01ex01-page12.txt: [('representarecommendation', 'represent a recommendation')]
GCB19010404-V04-01ex02-page12.txt: [('givelheadventmesmuch', 'give l he advent mes much')]
GCB19010405-V04-01ex03-page16.txt: [('simplymerecontinuity', 'simply mere continuity')]
GCB19010405-V04-01ex03-page8.txt: [('discouragepreparation', 'discourage preparation')]
GCB19010409-V04-01ex06-page10.txt: [('righteousmanifested', 'righteous manifested')]
GCB19010409-V04-01ex06-page28.txt: [('Sabbathconsecrated', 'Sabbath consecrated')]
GCB19010409-V04-01ex06-page3.txt: [('organiincorporation', 'organ i incorporation')]
GCB19010412-V04-01ex09-page2.txt: [('recommendainterested', 'recommend a interested'), ('representadepartments', 'represent a departments')]
GCB19010412-V04-01ex09-page6.txt: [('recommendaprinciple', 'recommend a principle')]
GCB19010415-V04-01ex11-page6.txt: [('superinexplanation', 'super in explanation')]
GCB19010415-V04-01ex11-page7.txt: [('establishimportance', 'establish importance')]
GCB19010416-V04-01ex12-page21.txt: [('forgiverighteousness', 'forgive righteousness')]
GCB19010418-V04-01ex14-page6.txt: [('quesrecommendation', 'ques recommendation')]
GCB19010418-V04-01ex14-page7.txt: [('theserecommendations', 'these recommendations')]
GCB19010421-V04-01ex16-page23.txt: [('represenbarrassments', 'rep res en bar r a s s m e n t s')]
GCB19010424-V04-01ex17-page11.txt: [('ConferenceCommittee', 'Conference Committee')]
GCB19010424-V04-01ex17-page19.txt: [('disappointedwished', 'disappointed wished')]
GCB19010424-V04-01ex17-page3.txt: [('administrativepower', 'administrative power')]
GCB19010425-V04-01ex20-page12.txt: [('Conferenceexperience', 'Conference experience')]
GCB19010425-V04-01ex20-page14.txt: [('blessingsrareceived', 'blessings rare c e i v e d')]
GCB19010425-V04-01ex20-page20.txt: [('inconsistdonations', 'in consist donations')]
GCB19010425-V04-01ex20-page22.txt: [('Frenchdenominations', 'French denominations')]
GCB19010425-V04-01ex20-page9.txt: [('consecratedthemselves', 'consecrated themselves')]
GCB1901XXXX-V04-03-page32.txt: [('Forlagsexpeditionen', 'For lag s expedition en')]
GCB1901XXXX-V04-03-page47.txt: [('ChesapeakeConference', 'Chesapeake Conference')]
GCB1902XXXX-V04-06,07-page13.txt: [('MISSIONARYLICENTIATES', 'MISSIONARY LICENTIATES')]
GCB1902XXXX-V04-06,07-page25.txt: [('BritishConferenceorganizedin', 'British Conference organized in')]
GCB19030401-V05-03-page1.txt: [('GENERALCONFERENCEPROCEEDINGS', 'GENERAL CONFERENCE PROCEEDINGS')]
GCB19030406-V05-06-page2.txt: [('logicallydeveloped', 'logically developed')]
GCB19090514-V06-01-page2.txt: [('DAILYEXCEPTSATURDAY', 'DAILY EXCEPT SATURDAY')]
GCB19090520-V06-06-page14.txt: [('Conferencetreasury', 'Conference treasury')]
GCB19090521-V06-07-page11.txt: [('treatmentpreparing', 'treatment preparing'), ('Sabbathdemonstrate', 'Sabbath demonstrate')]
GCB19090525-V06-10-page2.txt: [('sufferinsufficient', 'suffer insufficient')]
GCB19090526-V06-11-page8.txt: [('delegatesopportunity', 'delegates opportunity')]
GCB19090531-V06-15-page7.txt: [('commandmentkeeping', 'commandment keeping')]
GCB19090601-V06-16-page17.txt: [('inoneoftheleadingNew', 'in one of the leading New'), ('thoroughlymasticate', 'thoroughly masticate')]
GCB19090601-V06-16-page24.txt: [('LicensedMissionariesl', 'Licensed Missionaries l')]
GCB19090601-V06-16-page25.txt: [('ducationaftlepartmeni', 'du cation aft le part men i')]
GCB19090601-V06-16-page26.txt: [('ApproximateSeating', 'Approximate Seating')]
GCB19090601-V06-16-page4.txt: [('Inadditiontowhathouses', 'In addition to what houses'), ('theyareturningovertotheunthe', 'they a returning over to the u n t h e')]
GCB19090602-V06-17-page7.txt: [('considerableinfluence', 'considerable influence')]
GCB19090603-V06-18-page4.txt: [('CONFERENCEBULLETIN', 'CONFERENCE BULLETIN')]
GCB19090603-V06-18-page7.txt: [('undershuepervision', 'under s hue per vision')]
GCB19130516-V07-01-page2.txt: [('thecongregationjoinedinsing', 'the congregation joined in sing')]
GCB19130516-V07-01-page52.txt: [('followinstitutional', 'follow institutional')]
GCB19130516-V07-01-page61.txt: [('permanentlyentered', 'permanently entered')]
GCB19130516-V07-01-page63.txt: [('increasdenomination', 'inc rea s denomination')]
GCB19130516-V07-01-page80.txt: [('enthusiasticimportant', 'enthusiastic important')]
GCB19130521-V07-04-page15.txt: [('increasdenomination', 'inc rea s denomination')]
GCB19130521-V07-04-page7.txt: [('thanhalfofthevalueofourproperty', 'than half of the value of our property')]
GCB19130521-V07-05-page10.txt: [('Sabbathsubscription', 'Sabbath subscription')]
GCB19130521-V07-05-page16.txt: [('enthusiasticimportant', 'enthusiastic important')]
GCB19130522-V07-06-page13.txt: [('businessanniversary', 'business anniversary')]
GCB19130523-V07-07-page6.txt: [('representaquestions', 'represent a questions')]
GCB19130523-V07-07-page7.txt: [('organirecommendations', 'organ i recommendations')]
GCB19130525-V07-08-page5.txt: [('Sabbathcitizenship', 'Sabbath citizenship')]
GCB19130525-V07-08-page6.txt: [('worksuperintendents', 'work superintendents')]
GCB19130527-V07-10-page10.txt: [('FollowingintereAing', 'Following int ere A ing')]
GCB19130528-V07-11-page11.txt: [('Mussoorietreatment', 'Mussoorie treatment')]
GCB19130528-V07-11-page16.txt: [('withtheprinciplesofRomanCatholicompulsidn', 'with the principles of Roman Cat ho l i com p u l s i d n'), ('OurLiteratureShouldOccupyinGiving', 'Our Literature Should O c cup y in Giving')]
GCB19130529-V07-12-page15.txt: [('impressthesmallestchild', 'impress the smallest child')]
GCB19130601-V07-14-page1.txt: [('continunacquainted', 'con tin unacquainted')]
GCB19130601-V07-14-page103.txt: [('missionarylicenses', 'missionary licenses')]
GCB19130601-V07-14-page108.txt: [('Brotherneighborhood', 'Brother neighborhood'), ('andIndiansfromtheres', 'and Indians from the res')]
GCB19130601-V07-14-page113.txt: [('representatenances', 'represent ate nance s')]
GCB19130601-V07-14-page49.txt: [('Editorialcommittee', 'Editorial committee')]
GCB19130601-V07-14-page54.txt: [('representameetings', 'represent a meetings')]
GCB19130601-V07-14-page55.txt: [('representcanvassers', 'represent canvassers')]
GCB19130601-V07-14-page67.txt: [('recommendadelegation', 'recommend a delegation')]
GCB19130601-V07-14-page69.txt: [('medicalevangelistic', 'medical evangelistic'), ('evangelisticmedical', 'evangelistic medical')]
GCB19130601-V07-14-page79.txt: [('summercollectively', 'summer collectively')]
GCB19130601-V07-14-page9.txt: [('Australathemselves', 'Austral a themselves')]
GCB19130601-V07-14-page95.txt: [('campdiscouragement', 'camp discouragement')]
GCB19130604-V07-17-page13.txt: [('delivernevertheless', 'deliver nevertheless')]
GCB19130604-V07-17-page6.txt: [('representameetings', 'represent a meetings')]
GCB19130605-V07-18-page15.txt: [('summercollectively', 'summer collectively')]
GCB19130605-V07-18-page3.txt: [('recommendadelegation', 'recommend a delegation')]
GCB19130605-V07-18-page5.txt: [('medicalevangelistic', 'medical evangelistic'), ('evangelisticmedical', 'evangelistic medical')]
GCB19130608-V07-20-page16.txt: [('almosteveryNorthernStatefromnaie', 'almost every Northern State from n a i e')]
GCB19130608-V07-20-page6.txt: [('statisticalsecretary', 'statistical secretary')]
GCB19130609-V07-21-page1.txt: [('representaexpected', 'represent a expected')]
GCB19130609-V07-21-page4.txt: [('conferrepresentative', 'confer representative')]
GCB19180407-V08-06-page6.txt: [('certificatesgranted', 'certificates granted')]
GCB19180409-V08-08-page6.txt: [('secretarytreasurers', 'secretary treasurers')]
GCB19180415-V08-12-page16.txt: [('beinggrandchildren', 'being grandchildren')]
In [44]:
# %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/GCB/correction9

Average verified rate: 0.9748856110194958

Average of error rates: 0.026651193633952252

Total token count: 4864542

In [45]:
# %load shared_elements/top_errors.py
errors_summary = reports.get_errors_summary( summary )
reports.top_errors( errors_summary, 10 )[:50]
Out[45]:
[('w', 9136),
 ('m', 5918),
 ('e', 5606),
 ('g', 3980),
 ("'", 3866),
 ('t', 3695),
 ('r', 3652),
 ('d', 3343),
 ('n', 3220),
 ('f', 3080),
 ('tion', 667),
 ('u', 546),
 ('th', 519),
 ('k', 394),
 ('co', 380),
 ('ence', 344),
 ("the'", 300),
 ('ex', 291),
 ('wm', 284),
 ('x', 279),
 ('ference', 277),
 ('re', 262),
 ('z', 251),
 ('oo', 222),
 ('ment', 216),
 ('il', 191),
 ('ple', 172),
 ('mo', 172),
 ('sabbathschool', 170),
 ('tions', 148),
 ("to'", 147),
 ('ers', 141),
 ('eral', 140),
 ('basle', 130),
 ('mt', 124),
 ('io', 118),
 ('va', 116),
 ('mittee', 116),
 ('pa', 115),
 ("in'", 110),
 ("and'", 102),
 ("canvassers'", 100),
 ('ky', 97),
 ('by-laws', 95),
 ('sionary', 93),
 ('seventhday', 92),
 ('al', 91),
 ('-', 90),
 ("a'", 87),
 ('ga', 84)]
In [ ]: