Preprocess Corpora for Mallet

This notebook takes the corpus zip files (created in [2018-02-CreateZipsOfCorpusSubsets] ) and preprocesses the documents files into a text file that Mallet can import.

In [1]:
%load_ext autoreload
%autoreload 2
In [2]:
import gensim
import glob
from text2topics import preprocess
import logging
import os
import sys
In [3]:
# %load ../shared_elements/logging.py
# http://stackoverflow.com/questions/35936086/
logger = logging.getLogger()
logger.setLevel(logging.DEBUG)

# Create STDERR handler
handler = logging.StreamHandler(sys.stderr)
# ch.setLevel(logging.DEBUG)

# Create formatter and add it to the handler
formatter = logging.Formatter('%(name)s - %(levelname)s - %(message)s')
handler.setFormatter(formatter)

# Set STDERR handler as the only handler 
logger.handlers = [handler]
In [4]:
corpusDir = "/Users/jeriwieringa/Dissertation/text/text/2018-02-CorpusSubSets/"
In [5]:
corpora = glob.glob(os.path.join(corpusDir, '*.tar.gz'))
In [6]:
corpora
Out[6]:
['/Users/jeriwieringa/Dissertation/text/text/2018-02-CorpusSubSets/randomHoldout.tar.gz',
 '/Users/jeriwieringa/Dissertation/text/text/2018-02-CorpusSubSets/randomSample.tar.gz',
 '/Users/jeriwieringa/Dissertation/text/text/2018-02-CorpusSubSets/target_300_10_Holdout.tar.gz',
 '/Users/jeriwieringa/Dissertation/text/text/2018-02-CorpusSubSets/target_300_10_Sample.tar.gz',
 '/Users/jeriwieringa/Dissertation/text/text/2018-02-CorpusSubSets/test_300_25_Holdout.tar.gz',
 '/Users/jeriwieringa/Dissertation/text/text/2018-02-CorpusSubSets/test_300_25_Sample.tar.gz',
 '/Users/jeriwieringa/Dissertation/text/text/2018-02-CorpusSubSets/test_300_noMax_Holdout.tar.gz',
 '/Users/jeriwieringa/Dissertation/text/text/2018-02-CorpusSubSets/test_300_noMax_Sample.tar.gz']
In [7]:
for corpus in corpora:
    processed_corpus = preprocess.Lemma_Corpus(corpus)
    subset_id = os.path.basename(corpus).split('.')[0]

    with open(os.path.join(corpusDir, "{}.txt".format(subset_id)), "w") as o:
        for document in processed_corpus:
            filename = os.path.basename(document[0])
            o.write("{} \t en \t {}\n".format(filename, " ".join(document[2])))
root - INFO - extracting file #0: 2017-04-Final-Corpus/ADV18981201-V02-01-page1.txt
root - INFO - ['heavenly', 'visitor', 'home', 'god', 'dwells', 'personal', 'experience', 'editorial', 'greeting', 'retrospective', 'interim', 'prospective', 'new', 'ask', 'aid', 'new', 'departure', 'college', 'report', 'church_school_teachers', 'tne', 'educational', 'fund', 'note', 'comment', 'winter', 'announcement', 'cover', 'yaiqin', 'hool']
root - INFO - extracting file #500: 2017-04-Final-Corpus/ADV19000401-V02-04-page29.txt
root - INFO - extracting file #1000: 2017-04-Final-Corpus/ADV19020301-V04-03-page15.txt
root - INFO - ['planted', 'ask', 'definite', 'clear', 'short', 'ques', 'tions', 'question', 'rapidly', 'pupil', 'thinking', 'vary', 'manner', 'question', 'ing', 'question', 'heart', 'mind', 'ask', 'test', 'question', 'let', 'said', 'pupil', 'said', 'said', 'thing', 'ofttimes', 'better', 'attempt', 'teaching', 'truth', 'sure', 'truth', 'mastered', 'body', 'christ', 'like', 'christ', 'self', 'school', 'called', 'come', 'learn', 'man', 'come', 'faith', 'condemn', 'instructed', 'helped', 'ignore', 'express', 'sion', 'mere', 'opinion', 'feed', 'word', 'know', 'certainty', 'tiling', 'believed', 'business', 'mere', 'opinion', 'man', 'leave', 'word', 'cast', 'imagination', 'high', 'thing', 'exalteth', 'master', 'art', 'device', 'teacher', 'resort', 'visit', 'pupil', 'read', 'direct', 'reading', 'play', 'work', 'study', 'standard', 'teacher', 'placed', 'high', 'hand', 'ere', 'stretched', 'ward', 'ready', 'higher', 'aspiration', 'life', 'let', 'sabbath', 'church', 'school', 'teacher', 'grasp', 'saviour', 'ideal', 'remember', 'tamed', 'man', 'opinion', 'deal', 'opinion', 'place', 'gospel', 'anybody', 'christian_experience', 'connection', 'faith', 'faith', 'cometh', 'hearing', 'hear', 'ing', 'word', 'god', 'rom', 'word', 'god', 'sure', 'fore', 'know', 'word', 'speaks', 'room', 'doubt', 'opinion', 'express', 'sion', 'opinion', 'case', 'evidence', 'lack', 'faith', 'selection', 'officer', 'study', 'testimony', 'sabbath', 'school_work', 'recall', 'variety', 'answer', 'given', 'sunday', 'school_convention', 'question', 'manner', 'person', 'chosen', 'superintendent', 'school', 'said', 'choose', 'popular', 'person', 'keen', 'bright', 'mind', 'natural', 'leader', 'good', 'organizer', 'ready', 'talker', 'thought', 'good_education', 'indispensable', 'idea', 'progressive', 'man', 'posted', 'date', 'topic', 'met', 'hearty', 'assent', 'greatly', 'impressed', 'manner', 'answer', 'disposed', 'instruction', 'spirit', 'god', 'given', 'selection', 'officer', 'note', 'following', 'extract', 'selecting', 'officer', 'time', 'time', 'sure', 'personal', 'preference', 'rule', 'place', 'position', 'trust', 'convinced', 'love', 'fear', 'god', 'god', 'counselor', 'advocate', 'fruitful', 'branch', 'bend', 'low', 'teacher', 'successful', 'bend', 'meet', 'lowliest', 'life', 'class', 'bend', 'willingly', 'constraint', 'knowledge', 'god', 'brings', 'meet', 'pupil', 'lift', 'higher', 'plane', 'living', 'school', 'attached', 'served', 'long', 'faithfully', 'good', 'person', 'church', 'christ', 'school', 'considered', 'condemn', 'like', 'society', 'formed', 'men', 'certain', 'test', 'applied', 'applicant', 'membership', 'wdio', 'meet', 'mind', 'member', 'rejected', 'superintendent', 'popular', 'neethought', 'captivity', 'obedience', 'christ', 'waggoner', 'london', 'personal', 'preference', 'teacher', 'pupil', 'idea']
root - INFO - extracting file #1500: 2017-04-Final-Corpus/ADV19040301-V06-03-page8.txt
root - INFO - extracting file #2000: 2017-04-Final-Corpus/AmSn18891023-V04-39-page1.txt
root - INFO - ['equal', 'exact', 'justice', 'men', 'state', 'persuasion', 'religious', 'political', 'thomas', 'efferson', 'volume', 'oakland', 'california', 'october', 'number', 'tir', 'efical', 'gertir', 'published', 'weekly', 'pacific', 'press', 'publishing', 'company', 'bond', 'new', 'york', 'post', 'san', 'francisco', 'cal', 'castro', 'sts', 'oakland', 'cal', 'editor', 'rions', 'sword', 'spear', 'help', 'work', 'went', 'preaching', 'mightily', 'convert', 'sit', 'wait', 'men', 'come', 'convinced', 'went', 'depend', 'militant', 'coercion', 'men', 'good', 'refrain', 'indulgence', 'appetite', 'chicago', 'tribune', 'sept', 'petition', 'inquisition', 'supplement', 'march', 'monthly', 'document', 'american', 'sabbath', 'union', 'devoted', 'statement', 'friend', 'sunday', 'operate', 'union', 'following', 'extract', 'constitution', 'state', 'object', 'union', 'preserve', 'christian', 'sabbath', 'day', 'rest', 'worship', 'earnest', 'appeal', 'individual', 'push', 'petition', 'sunday', 'law', 'making', 'abatement', 'congress', 'adjourned', 'following', 'form', 'petition', 'suggested', 'undersigned', 'organization', 'adult', 'resident', 'united', 'state', 'year', 'age', 'earnestly', 'petition', 'pas', 'forbidding', 'government', 'mail', 'military_service', 'interstate', 'commerce', 'district', 'columbia', 'territory', 'sunday', 'traffic', 'work', 'work', 'necessity', 'mercy', 'private', 'work', 'religiously', 'regularly', 'observe', 'day', 'week', 'abstaining', 'labor', 'business', 'interfere', 'general', 'rest', 'public_worship', 'claim', 'petition', 'furnishes', 'ample', 'proof', 'american', 'sabbath', 'union', 'contemplates', 'union', 'church', 'state', 'fullest', 'sense', 'providing', 'unconsciously', 'surely', 'establishment', 'inquisition', 'strange', 'strongest', 'proof', 'proposed', 'exemption', 'thatobserve', 'day', 'worker', 'sunday', 'law', 'lay', 'great', 'deal', 'stress', 'fact', 'exception', 'speech', 'senate_committee', 'craft', 'spoke', 'exception', 'seventh', 'day', 'baptist', 'law', 'rhode', 'island', 'allowing', 'carry', 'public', 'industry', 'day', 'week', 'said', 'tendency', 'legislature', 'executive', 'officer', 'claim', 'saturday', 'sabbath', 'leniency', 'overstrictness', 'hearing', 'bateham', 'spoke', 'exemption', 'asked', 'petition', 'stating', 'like', 'exempt', 'seventhday', 'keeper', 'penalty', 'law', 'asked', 'providing', 'exemption', 'work', 'general', 'enforcement', 'law', 'wish', 'statement', 'simply', 'regard', 'making', 'great', 'concession', 'persecute', 'people', 'rest', 'saturday', 'bothwell', 'oakland', 'cal', 'stated', 'feeling', 'said', 'state', 'provision', 'exercise', 'peculiar', 'tenet', 'belief', 'entertained', 'adventist', 'worship', 'saturday', 'sabbath', 'choose', 'let', 'privilege', 'end', 'instead', 'thankfully', 'making', 'use', 'concession', 'granted', 'going', 'quietly', 'attending', 'own_business', 'ought', 'start', 'making', 'unholy', 'alliance', 'defeat', 'purpose', 'benefactor', 'statement', 'compare', 'following', 'chapter', 'schafi', 'work', 'progress', 'religious_freedom', 'shown', 'history', 'toleration', 'act', 'edict', 'act', 'toleration', 'grant', 'civil_government', 'authorizes', 'religious', 'society', 'dissenting', 'state_religion', 'worship', 'according', 'dictate', 'conscience', 'liability', 'persecution', 'edict', 'presupposes', 'religion', 'established', 'law', 'supported', 'state', 'right', 'state', 'control', 'public_worship', 'toleration', 'proceed', 'necessity', 'prudence', 'indifference', 'liberality', 'enlarged', 'view', 'truth', 'right', 'extended', 'withdrawn', 'government', 'usually', 'entering', 'wedge', 'religious_liberty', 'legal', 'equality', 'wide', 'difference', 'toleration', 'arid', 'liberty', 'concession', 'right', 'matter', 'expediency', 'principle', 'gift', 'man', 'gift', 'god', 'toleration', 'implies', 'censure', 'disapproval', 'tolerate', 'endure', 'dislike', 'prevent', 'despotic', 'government', 'tolerant', 'subject', 'numerous', 'useful', 'killed', 'exiled', 'russia', 'tolerates', 'romanists', 'protestant', 'jew', 'mohammedan', 'turkey', 'tolerates', 'christian', 'dog', 'like', 'prey', 'woe', 'country', 'apostatizes', 'state_religion', 'attempt', 'induce', 'member', 'apostasy', 'toleration', 'sought', 'granted', 'favor', 'demanded', 'conceded', 'right', 'spurned', 'insult', 'free', 'country', 'want', 'tolerated', 'religious', 'opinion', 'sacred', 'conviction', 'religious_liberty', 'natural', 'fundamental', 'inalienable', 'right', 'man', 'founded', 'sacredness', 'conscience', 'voice', 'god', 'man', 'reach', 'control', 'human_authority', 'law', 'human_laws', 'written', 'parchment', 'table', 'stone', 'heart', 'man', 'finger', 'god', 'law', 'command', 'categorical', 'imperative', 'filled', 'philosopher', 'kant', 'growing', 'reverence', 'awe', 'obey', 'god', 'man', 'author', 'lord', 'conscience', 'power', 'earth', 'right', 'interpose', 'man', 'stand', 'fall', 'lord', 'liberty', 'conscience', 'requires', 'liberty', 'worship', 'manifestation', 'grant', 'deny', 'imprison', 'conscience', 'promote', 'hypocrisy', 'infidelity', 'religion', 'nature', 'voluntary', 'cease', 'religion', 'proportion', 'forced', 'god', 'want', 'free', 'worshiper', 'toleration', 'intermediate', 'state', 'reli', 'iou', 'persecution', 'religious_liberty', 'persecut', 'waggoner', 'alonzo', 'jones', 'catholic', 'world', 'exact', 'situation', 'nutshell', 'purely', 'simply', 'catholic', 'profess', 'unreserved', 'allegiance', 'church', 'precedence', 'rule', 'allegiance', 'state', 'acquaintance', 'exceedingly', 'angry', 'argument', 'cornered', 'statement', 'true', 'catholic', 'good', 'american', 'citizen', 'eye', 'stated', 'servia', 'law', 'passed', 'requiring', 'shop', 'place', 'business', 'closed', 'sunday', 'holy', 'day', 'church', 'told', 'number', 'law', 'rigidly', 'enforced', 'shop', 'keeper', 'supplied', 'customer', 'little', 'rice', 'interdicted', 'day', 'recently', 'fined', 'frank', 'crime', 'sunday', 'legislation', 'carried', 'legitimate', 'conclusion', 'state', 'right', 'business', 'shall', 'suspended', 'sunday', 'right', 'shall', 'suspended', 'called', 'holy', 'day', 'sign', 'time', 'chicago', 'minister', 'grieved', 'men', 'drink', 'sunday', 'mayor', 'helped', 'elect', 'prevent', 'read', 'profit', 'remark', 'elder', 'waggoner', 'convention', 'seventh', 'day', 'adventist', 'bloomington', 'early', 'week', 'said', 'men', 'brought', 'observance', 'sunday', 'persuasion', 'preaching', 'writing', 'right', 'enforce', 'law', 'destroying', 'purpose', 'evangelical_work', 'making', 'hypocrisy', 'compulsory', 'law', 'sunday', 'rest', 'statute_book', 'enforced', 'result', 'bringing', 'people', 'church', 'send', 'recreation', 'amusement', 'word', 'shortsighted', 'preachprs', 'demand', 'cregier', 'shall', 'want', 'leave', 'pulpit', 'let', 'place', 'missionary_work', 'backed', 'cudgel', 'police', 'accomplish', 'elder', 'waggoner', 'follow', 'brother', 'murphy', 'example', 'try', 'little', 'moral', 'suasion', 'paul', 'ask', 'felix', 'roman', 'centu']
root - INFO - extracting file #2500: 2017-04-Final-Corpus/AmSn18911119-V06-45-page2.txt
root - INFO - extracting file #3000: 2017-04-Final-Corpus/AmSn18931207-V08-48-page2.txt
root - INFO - ['aidei', 'sient', 'boose', 'locked', 'friend', 'immediately', 'went', 'work', 'appeal', 'case', 'higher', 'court', 'time', 'difficult', 'work', 'feeling', 'strong', 'mayor', 'concession', 'finally', 'lawyer', 'took', 'case', 'arrangement', 'let', 'bond', 'till', 'january', 'brought', 'superior', 'court', 'case', 'continued', 'till', 'mayor', 'gave', 'opinion', 'lawyer', 'claiming', 'represent', 'state', 'asked', 'bound', 'county', 'court', 'sabbath', 'breaking', 'separate', 'case', 'entirely', 'came', 'jail', 'yesterday', 'evening', 'bond', 'appearance', 'court', 'morning', 'answer', 'charge', 'went', 'asked', 'case', 'continued', 'till', 'term', 'court', 'judge', 'refused', 'demand', 'indictment', 'grand_jury', 'necessarily', 'cause', 'case', 'continued', 'till', 'term', 'february', 'result', 'course', 'know', 'lord', 'glorified', 'cause', 'advanced', 'good_courage', 'rejoicing', 'lord', 'glad', 'accounted', 'worthy', 'suffer', 'truly', 'keck', 'ordinance', 'arrested', 'convicted', 'follows', 'section', 'adopted', 'oct', 'person', 'person', 'shall', 'use', 'loud', 'boisterous', 'insulting', 'obscene', 'language', 'shall', 'curse', 'swear', 'attempt', 'raise', 'quarrel', 'shall', 'act', 'disorderly', 'violent', 'manner', 'shall', 'fight', 'quarrel', 'halloo', 'unnecessary', 'noise', 'corporate', 'limit', 'city', 'calculated', 'disturb', 'peace', 'quiet', 'good_order', 'city', 'citizen', 'shall', 'guilty', 'disorderly', 'conduct', 'conviction', 'shall', 'punished', 'prescribed', 'section', 'sec', 'provides', 'fine', 'cost', 'ninety', 'day', 'jail', 'street', 'doe', 'ordinance', 'conviction', 'disorderly', 'conduct', 'hold', 'higher', 'court', 'appears', 'real', 'offense', 'working', 'sunday', 'crime', 'statute', 'state', 'provide', 'adequate', 'penalty', 'georgia', 'code', 'decision', 'far', 'relate', 'sunday', 'observance', 'follows', 'sec', 'sunday', 'holiday', 'shall', 'case', 'included', 'computation', 'time', 'appeal', 'shall', 'entered', 'holiday', 'included', 'computation', 'case', 'appeal', 'justice', 'court', 'decision', 'sunday', 'counted', 'sunday', 'thirty', 'day', 'exception', 'certified', 'signed', 'judge', 'sunday', 'counted', 'day', 'sheriff', 'allowed', 'serving', 'writ', 'advertisement', 'tax', 'sale', 'sunday', 'paper', 'illegal', 'sale', 'thereunder', 'pass', 'title', 'sawyer', 'corgile', 'draft', 'accepted', 'delivered', 'sunday', 'dated', 'day', 'come', 'hand', 'doe', 'know', 'fact', 'enforce', 'harrison', 'power', 'sec', 'attachment', 'issue', 'levied', 'sunday', 'plaintiff', 'agent', 'attorney', 'law', 'shall', 'swear', 'addition', 'oath', 'prescribed', 'code', 'reason', 'apprehend', 'loss', 'debt', 'process', 'attachment', 'issue', 'sunday', 'shall', 'comply', 'provision', 'code', 'relation', 'issuing', 'attachment', 'sec', 'person', 'shall', 'guilty', 'open', 'lewdness', 'notorious', 'act', 'public', 'indecency', 'tending', 'debauch', 'moral', 'keeping', 'open', 'tippling', 'house', 'sabbath', 'day', 'sabbath', 'night', 'shall', 'conviction', 'punished', 'prescribed', 'section', 'code', 'decision', 'jury', 'decide', 'place', 'tippling', 'house', 'kept', 'open', 'sunday', 'plea', 'conviction', 'city', 'court', 'atlanta', 'charge', 'superior', 'court', 'tippling', 'house', 'bedroom', 'door', 'kept', 'closed', 'sunday', 'house', 'albany', 'glee', 'club', 'met', 'drank', 'sunday', 'held', 'tippling', 'house', 'chief', 'justice', 'jackson', 'deciding', 'constituted', 'opening', 'liquor', 'shop', 'sunday', 'said', 'door', 'street', 'bar', 'office', 'room', 'restaurant', 'kept', 'open', 'extent', 'visitor', 'push', 'tipple', 'restaurant', 'counter', 'day', 'tippling', 'covered', 'canvas', 'ceiling', 'floor', 'invisible', 'conceal', 'bottle', 'vol', 'sin', 'order', 'greatest', 'effectiveness', 'necessary', 'counterfeit', 'law', 'god', 'guilty', 'infraction', 'law', 'sufficient', 'bring', 'transgressor', 'penalty', 'disobedience', 'law', 'necessary', 'change', 'entire', 'law', 'portion', 'serve', 'distinctive', 'mark', 'allegiance', 'order', 'affix', 'mark', 'mankind', 'skill', 'subtlety', 'power', 'master', 'deceivableness', 'result', 'attending', 'progress', 'great', 'deception', 'far', 'subtlety', 'deceptive', 'persuasion', 'accomplished', 'time', 'satan', 'men', 'shortens', 'natural', 'prophetic', 'come', 'power', 'exercise', 'compulsion', 'strive', 'brand', 'men', 'hand', 'forehead', 'sign', 'allegiance', 'shall', 'evidence', 'obedience', 'transgression', 'law', 'god', 'making', 'fellow', 'earner', 'second', 'death', 'wage', 'unrepented', 'sin', 'secret', 'attempted', 'exercise', 'civil_power', 'enforcement', 'religion', 'impossible', 'nature', 'thing', 'purpose', 'use', 'force', 'furtherance', 'religion', 'yield', 'obedience', 'civil_power', 'authority', 'thing', 'god', 'transgress', 'god', 'law', 'sin', 'earn', 'wage', 'sin', 'having', 'written', 'heart', 'law', 'deceiver', 'instead', 'law', 'character', 'conform', 'character', 'satan', 'instead', 'character', 'god', 'come', 'unrighteousness', 'companionship', 'satan', 'second', 'death', 'instead', 'righteousness', 'companionship', 'christ', 'eternal_life', 'purpose', 'exercise', 'satanic', 'power', 'civil', 'enforcement', 'religion', 'yield', 'allegiance', 'said', 'shall', 'drink', 'otthe', 'wine', 'wrath', 'god', 'sunday', 'arrest', 'georgia', 'page', 'note', 'week', 'sentinel', 'gave', 'briefly', 'fact', 'concerning', 'arrest', 'seventh', 'day', 'adventist', 'gainesville', 'sunday', 'work', 'following', 'letter', 'fact', 'fully', 'gainesville', 'hall', 'nov', 'editor', 'american', 'sentinel', 'time', 'enemy', 'righteousness', 'stirred', 'case', 'religious_persecution', 'report', 'sunday', 'morning', 'nov', 'eld', 'mccutchen', 'having', 'work', 'making', 'school', 'seat', 'table', 'took', 'bench', 'rear', 'new_church', 'school_building', 'place', 'quietly', 'possible', 'went', 'work', 'worked', 'forenoon', 'begun', 'afternoon', 'policeman', 'man', 'came', 'watched', 'window', 'minute', 'kept', 'right', 'work', 'went', 'town', 'men', 'came', 'looked', 'working', 'brother', 'mccutchen', 'having', 'gone', 'house', 'little', 'policeman', 'bad', 'returned', 'arrested', 'took', 'mayor', 'office', 'gave', 'bond', 'appear', 'mayor', 'court', 'yesterday', 'appeared', 'time', 'tried', 'disorderly', 'conduct', 'ordinance', 'read', 'substance', 'forbids', 'loud', 'indecent', 'language', 'hallooing', 'fighting', 'quarrelling', 'attempting', 'quarrel', 'city', 'sunday', 'law', 'ordinance', 'convicted', 'fined', 'cost', 'day', 'street', 'money', 'paythe', 'fine', 'paid', 'webadit', 'accordingly', 'taken', 'calaon', 'shelf', 'brazen', 'letter', 'announcement', 'bar', 'closed', 'drinking', 'carried', 'rear', 'restaurant', 'room', 'fact', 'ostrich', 'hid', 'head', 'sand', 'imagined', 'body', 'covered', 'absolutely', 'assigned', 'legal', 'reason', 'visible', 'keen', 'eye', 'law', 'penetrates', 'despises', 'subterfuge', 'deceit', 'witness', 'canvas', 'tried', 'hide', 'bird', 'head', 'actually', 'poked', 'sort', 'aperture', 'window', 'beak', 'let', 'liquor', 'bar', 'servant', 'restaurant', 'foolish', 'bird', 'head', 'hid', 'time', 'difference', 'law', 'place', 'called', 'barroom', 'glee', 'club', 'resort', 'parlor', 'restaurant', 'place', 'liquor', 'retailed', 'tippled', 'sabbath', 'day', 'door', 'kept', 'anybody', 'push', 'open', 'drink', 'proprietor', 'guilty', 'keeping', 'open', 'tippling', 'house', 'sunday', 'ala', 'law', 'oct', 'sec', 'freight', 'train', 'excursion', 'train', 'train', 'regular', 'train', 'run', 'carrying', 'mail', 'passenger', 'shall', 'run', 'railroad', 'state', 'abbath', 'day', 'known', 'sunday', 'superintendent', 'transportation', 'railroad', 'company', 'officer', 'having', 'charge', 'business', 'department', 'railroad', 'shall', 'liable', 'indictment', 'misdemeanor', 'county', 'train', 'shall', 'pas', 'conviction', 'shall', 'offense', 'punished', 'prescribed', 'section', 'code', 'trial', 'shall', 'necessary', 'allege', 'prove', 'employes', 'engaged', 'train', 'simple', 'fact', 'train', 'run', 'defendant', 'justify', 'proof', 'employes', 'acted', 'direct', 'violation', 'order', 'rule', 'defendant', 'provided', 'train', 'railroad', 'state', 'having', 'train', 'car', 'loaded', 'live', 'stock', 'train', 'shall', 'delayed', 'schedule', 'time', 'shall', 'required', 'lay', 'line', 'road', 'route', 'sunday', 'run', 'point', 'course', 'shipment', 'consignment', 'stock', 'pen', 'route', 'said', 'animal', 'fed', 'watered', 'according', 'facility', 'usually', 'afforded', 'transportation', 'shall', 'lawful', 'freight', 'train', 'different', 'railroad', 'state', 'running', 'said', 'road', 'saturday', 'night', 'run', 'destination', 'provided', 'time', 'arrival', 'according', 'schedule', 'train', 'train', 'started', 'trip', 'shall', 'later', 'clock', 'sunday', 'morning', 'sec', 'tradesman', 'artificer', 'workman', 'laborer', 'person', 'shall', 'pursue', 'business', 'work', 'ordinary', 'calling', 'lord', 'day', 'work', 'necessity', 'charity', 'excepted', 'shall', 'guilty', 'misdemeanor', 'conviction', 'shall', 'punished', 'prescribed', 'section', 'code', 'sec', 'person', 'person', 'shall', 'hunt', 'kind', 'game', 'gun', 'dog', 'sabbath', 'day', 'shall', 'guilty', 'misdemeanor', 'conviction', 'shall', 'punished', 'prescribed', 'section', 'code', 'sec', 'person', 'shall', 'bathe', 'stream', 'pond', 'water', 'sabbath', 'day', 'view', 'road', 'passway', 'leading', 'house', 'religious_worship', 'shall', 'considered', 'guilty', 'misdemeanor', 'conviction', 'thereof', 'shall', 'fined', 'sum', 'exceeding', 'imprisoned', 'common', 'jail', 'county', 'discretion', 'court', 'exceeding', 'month', 'sec', 'money', 'arising', 'fine', 'imposed', 'offense', 'gist', 'consist', 'committed', 'sabbath', 'day', 'shall', 'paid', 'ordinary', 'county', 'distributed', 'purpose', 'establishing', 'promoting', 'sabbath', 'school', 'country', 'sec', 'accessory', 'fact', 'ordered', 'code', 'shall', 'punished', 'fine', 'exceed', 'imprisonment', 'exceed', 'month', 'work', 'chain', 'gang', 'public', 'work', 'work', 'county', 'authority', 'employ', 'chain', 'gang', 'exceed', 'month', 'punishment', 'ordered', 'discretion', 'judge', 'provided', 'contained', 'shall', 'authorize', 'giving', 'control', 'private', 'person', 'employment', 'county', 'authority', 'mechanical', 'pursuit', 'bring', 'product', 'labor', 'competition', 'product', 'free', 'labor', 'sec', 'case', 'person', 'convicted', 'misdemeanor', 'senik', 'nced', 'wprk', 'chain', 'gang', 'public', 'work', 'public', 'road', 'such_persons', 'confined', 'jail', 'non', 'payment', 'fine', 'imposed', 'misdemeanor', 'ordinary', 'county', 'board', 'commissioner', 'road', 'revenue', 'county', 'said', 'board', 'commissioner', 'county']
root - INFO - extracting file #3500: 2017-04-Final-Corpus/AmSn18960116-V11-03-page6.txt
root - INFO - extracting file #4000: 2017-04-Final-Corpus/AmSn18970715-V12-28-page4.txt
root - INFO - ['american_sentinel', 'individual', 'determine', 'exercise', 'individual', 'virtue', 'degree', 'prosperity', 'life', 'lie', 'people', 'determine', 'prosperity', 'united', 'body', 'greatly', 'darkens', 'outlook', 'prosperity', 'fact', 'individualism', 'guiding', 'principle', 'life', 'fast', 'losing', 'hold', 'mind', 'people', 'taught', 'depend', 'individual', 'virtue', 'power', 'organization', 'individuality', 'submerged', 'lost', 'bring', 'permanent', 'prosperity', 'contrary', 'nature', 'institution', 'purpose', 'creator', 'present_condition', 'thing', 'regime', 'absolute_necessity', 'true', 'popular', 'point', 'view', 'individual', 'thousand', 'purpose', 'god', 'gospel', 'answer', 'question', 'people', 'individuality', 'given', 'need', 'sacrificed', 'opposing', 'number', 'join', 'individual', 'alliance', 'impossible', 'outnumbered', 'shall', 'chase', 'thousand', 'thousand', 'flight', 'people', 'ate', 'seeking', 'vote', 'prosperity', 'existence', 'turning', 'rascal', 'fulfilled', 'pledge', 'office', 'let', 'remembered', 'service', 'god', 'exercise', 'virtue', 'conserved', 'power', 'god', 'individual', 'life', 'faith', 'jesus_christ', 'assures', 'person', 'enjoyment', 'prosperity', 'sufficient', 'temporal', 'need', 'certainty', 'success', 'respect', 'true', 'purpose', 'existence', 'amid', 'vicissitude', 'inequality', 'life', 'conscience', 'patriotism', 'tee', 'incongruity', 'trying', 'follow', 'dictate', 'conscience', 'commonly', 'termed', 'patriotism', 'time', 'illustrated', 'following', 'published', 'recently', 'new', 'york', 'city', 'daily', 'lamar', 'fontaine', 'mississippi', 'killed', 'men', 'minute', 'war', 'bear', 'written', 'certificate', 'effect', 'gen', 'robert', 'lee', 'fontaine', 'doe', 'care', 'called', 'colonel', 'battle', 'waterloo', 'bridge', 'warrenton', 'august', 'immediately', 'second', 'battle', 'manassas', 'general', 'lee', 'witnessed', 'fontaine', 'foot', 'killing', 'yankee', 'minute', 'stonewall', 'jackson', 'fontaine', 'served', 'flanking', 'pope', 'confederate', 'sharpshooter', 'possession', 'long', 'frame', 'building', 'pouring', 'death', 'pope', 'rank', 'lee', 'rode', 'general', 'heard', 'fontaine', 'wonderful', 'ability', 'marksman', 'paid', 'visit', 'feberal', 'battery', 'directed', 'sharpshooter', 'train', 'yourglass', 'gun', 'fontaine', 'said', 'general', 'lee', 'jump', 'air', 'minute', 'man', 'place', 'went', 'killed', 'men', 'minute', 'lee', 'told', 'stop', 'conscience', 'hurt', 'work', 'kind', 'inquired', 'lee', 'general', 'replied', 'fontaine', 'enlisted', 'army', 'understanding', 'kill', 'enemy', 'conscientious', 'scruple', 'quit', 'army', 'expect', 'kill', 'man', 'enters', 'army', 'enlists', 'doe', 'enlist', 'follow', 'dictate', 'conscience', 'dictate', 'superior', 'officer', 'given', 'view', 'bringinghim', 'highest', 'point', 'efficiency', 'fighter', 'purpose', 'army', 'fight', 'best', 'fighter', 'kill', 'greatest', 'number', 'enemy', 'army', 'composed', 'such_men', 'fontaine', 'invincible', 'soldier', 'cross', 'follow', 'dictate', 'conscience', 'enlightened', 'word', 'god', 'pattern', 'man', 'military', 'renown', 'prince', 'peace', 'life', 'manifest', 'feat', 'arm', 'seen', 'slaughter', 'fellow', 'meekness', 'gentleness', 'christ', 'war', 'natural', 'condition', 'strife', 'exhibition', 'human_nature', 'way', 'human_nature', 'manifest', 'readily', 'merest', 'trifle', 'sufficient', 'set', 'element', 'contention', 'motion', 'regardless', 'possible', 'result', 'illustrated', 'recent', 'history', 'mentioned', 'london', 'eng', 'daily', 'recent', 'date', 'follows', 'cicero', 'said', 'natural', 'state', 'man', 'war', 'certainly', 'savage', 'civilized', 'let', 'opportunity', 'pas', 'proved', 'trifle', 'produced', 'terrible', 'conflict', 'nation', 'franco', 'german', 'war', 'loss', 'life', 'loss', 'money', 'nearly', 'resulted', 'little', 'bit', 'royal', 'match', 'making', 'spain', 'marriageable', 'princess', 'german', 'house', 'hohenzollern', 'marriageable', 'prince', 'apparently', 'anxious', 'join', 'fortune', 'france', 'objected', 'king', 'prussia', 'generously', 'agreed', 'press', 'matter', 'france', 'sure', 'german', 'rule', 'country', 'south', 'western', 'frontier', 'insisted', 'getting', 'promise', 'proposal', 'marriage', 'renewed', 'future_time', 'naturally', 'prussia', 'declined', 'humiliate', 'unfortunately', 'france', 'declared', 'war', 'influence', 'constantinople', 'great_importance', 'argue', 'little', 'moment', 'way', 'cost', 'heavily', 'life', 'money', 'war', 'crimea', 'way', 'began', 'absurdly', 'trifling', 'event', 'cupola']
root - INFO - extracting file #4500: 2017-04-Final-Corpus/AmSn18980811-V13-31-page6.txt
root - INFO - extracting file #5000: 2017-04-Final-Corpus/AmSn18990817-V14-32-page12.txt
root - INFO - ['american', 'sentinim', 'wealthy', 'man', 'ruined', 'single', 'case', 'litigation', 'burial', 'fee', 'demanded', 'priest', 'epidemic', 'smallpox', 'enormous', 'unable', 'pay', 'dead', 'lying', 'church', 'private_houses', 'number', 'menace', 'public_health', 'thing', 'scandalous', 'governor', 'general', 'interfered', 'issued', 'order', 'corps', 'buried', 'priest', 'disregarded', 'telegraphed', 'goy', 'ernment', 'madrid', 'reversed', 'order', 'heard', 'revolting', 'story', 'paco', 'cemetery', 'paco', 'suburb', 'manila', 'decided', 'visit', 'place', 'ascertain', 'fact', 'center', 'plot', 'ground', 'containing', 'acre', 'mortuary', 'chapel', 'concentric', 'circle', 'space', 'foot', 'wall', 'wall', 'seven', 'foot', 'wide', 'foot', 'high', 'contain', 'tier', 'vault', 'sufficient', 'size', 'admit', 'coffin', 'filipino', 'charge', 'told', 'vault', 'adult', 'child', 'fee', 'collected', 'yearly', 'advance', 'thirty', 'dollar', 'adult', 'sixteen', 'dollar', 'child', 'said', 'attendant', 'suppose', 'end', 'period', 'year', 'friend', 'deceased', 'unable', 'pay', 'remove', 'coffin', 'remains', 'throw', 'bone', 'pile', 'bone', 'pile', 'certainly', 'conducted', 'rear', 'cemetary', 'flight', 'stone', 'step', 'wall', 'receptacle', 'bone', 'space', 'parallel', 'wall', 'thirty', 'foot', 'long', 'wide', 'deep', 'nearly', 'near', 'metallic', 'coffin', 'evidently', 'opened', 'bone', 'pile', 'complete', 'skeleton', 'dog', 'munching', 'bone', 'imagine', 'work', 'ignorant', 'superstitious', 'people', 'like', 'native', 'vault', 'occupied', 'fee', 'year', 'fee', 'church', 'near', 'hotel', 'stopping', 'amounted', 'annum', 'surprising', 'great', 'religious', 'corporation', 'enormously', 'wealthy', 'power', 'consonant', 'wealth', 'shocked', 'story', 'told', 'men', 'word', 'doubt', 'flagrant', 'immorality', 'spanish', 'friar', 'men', 'gave', 'statement', 'said', 'prepared', 'date', 'place', 'sure', 'roman', 'catholic', 'united', 'state', 'shocked', 'anybody', 'immorality', 'friar', 'aware', 'roman', 'catholicism', 'england', 'united', 'state', 'day', 'necessary', 'emphasized', 'order', 'comprehend', 'religious', 'condition', 'people', 'adequately', 'realize', 'spiritual', 'need', 'century', 'catholic', 'christianity', 'commodious', 'church', 'island', 'attended', 'practically', 'educate', 'enlighten', 'leaflet', 'issued', 'american', 'bible', 'society', 'new', 'york', 'city', 'ideal', 'food', 'simple', 'fare', 'consistent', 'happiness', 'health', 'table', 'set', 'fruit', 'grain', 'nut', 'nourishes', 'body', 'soul', 'eat', 'merely', 'appetite', 'flesh', 'soul', 'hunger', 'beauty', 'fed', 'table', 'set', 'fit', 'subject', 'artist', 'artist', 'choose', 'rib', 'beef', 'mutton', 'chop', 'picture', 'golden', 'musk', 'melon', 'fragrant', 'sweet', 'bunch', 'purple', 'white', 'grape', 'peach', 'plum', 'section', 'watermelon', 'brilliant', 'black', 'seed', 'set', 'like', 'gem', 'rich', 'red', 'tissue', 'plate', 'ripe', 'red', 'tomato', 'glowing', 'color', 'food', 'furnish', 'subject', 'picture', 'told', 'fruit', 'grain', 'nut', 'furnish', 'body', 'sufficient', 'nutriment', 'meat', 'coarse', 'vegetable', 'added', 'decide', 'question', 'purest', 'best', 'nourished', 'fruit', 'nut', 'beast', 'craving', 'flesh', 'prefer', 'let', 'starve', 'die', 'soon', 'good', 'higher', 'nature', 'speak', 'distinctly', 'believe', 'diet', 'chiefly', 'indication', 'constitution', 'habit', 'thought', 'life', 'live', 'purely', 'dwelling', 'highest', 'realm', 'believe', 'daintiest', 'purest', 'food', 'satisfy', 'need', 'coarsely', 'eat', 'coarsely', 'beast', 'eats', 'active', 'sleep', 'growl', 'meat', 'advocate', 'reform', 'arbitrary', 'method', 'believe', 'character', 'determined', 'diet', 'diet', 'character', 'wish', 'reform', 'man', 'let', 'reform', 'diet', 'higher', 'ideal', 'taken', 'possession', 'mind', 'soul', 'love', 'purity', 'impurity', 'uncleanness', 'food', 'offensive', 'reform', 'instituted', 'lasting', 'eat', 'prescription', 'weigh', 'analyze', 'food', 'feed', 'rule', 'sanction', 'solon', 'lauer', 'new', 'york_sun', 'philippine', 'furnish', 'outlet', 'resource', 'opposite', 'shore', 'pacific', 'shall', 'development', 'mainland', 'vastly', 'increased', 'business', 'relation', 'japan', 'china', 'increase', 'colonel', 'seller', 'said', 'play', 'asia', 'spot', 'brought', 'laugh', 'partly', 'doubt']
root - INFO - extracting file #5500: 2017-04-Final-Corpus/AmSn19000906-V15-35-page16.txt
root - INFO - extracting file #6000: 2017-04-Final-Corpus/CE19110401-V02-04-page1.txt
root - INFO - ['christian_education', 'magazine', 'home', 'school', 'adequate', 'teaching', 'english', 'nerve', 'strain', 'school', 'writ', 'large', 'history', 'english_bible', 'english_bible', 'life', 'people', 'bible', 'influence', 'english', 'literature', 'look', 'school', 'calendar', 'method', 'teaching', 'german', 'farmer', 'calendar', 'informal', 'talk', 'english', 'suggestion', 'school', 'garden', 'summer', 'campaign', 'number']
root - INFO - extracting file #6500: 2017-04-Final-Corpus/CE19130701-V04-10-page13.txt
root - INFO - extracting file #7000: 2017-04-Final-Corpus/CE19151001-V07-02-page33.txt
root - INFO - ['mother', 'experience', 'home', 'teaching', 'woman', 'home', 'companion', 'bertha', 'bellow', 'streeter', 'following', 'interesting_account', 'mother', 'experience', 'teaching', 'child', 'went', 'school', 'day', 'john', 'year', 'old', 'visited', 'friend', 'little', 'girl', 'boy', 'age', 'warren', 'arranged', 'horizontal', 'row', 'flinch', 'card', 'number', 'ran', 'consecutively', 'dorothy', 'entertaining', 'placing', 'rest', 'card', 'pack', 'vertical', 'row', 'similar', 'denomination', 'original', 'row', 'john', 'eagerly', 'joined', 'game', 'reached', 'home', 'begged', 'flinch', 'card', 'play', 'idea', 'place', 'row', 'card', 'bearing', 'similar', 'symbol', 'began', 'ask', 'figure', 'called', 'count', 'stage', 'reading', 'number', 'page', 'book', 'magazine', 'discovered', 'great', 'number', 'wanted', 'know', 'large', 'piece', 'paper', 'wrote', 'number', 'straight', 'column', 'pointed', 'child', 'figure', 'number', 'constant', 'repetition', 'naught', 'figure', 'familiar', 'noted', 'column', 'repetition', 'figure', 'asked', 'tell', 'think', 'ought', 'number', 'child', 'thought', 'minute', 'naught', 'wouldn', 'asked', 'yes', 'assented', 'went', 'describing', 'number', 'fifty', 'little', 'hesitation', 'ventured', 'inside', 'half', 'hour', 'told', 'complete', 'table', 'thinking', 'fortynine', 'thing', 'point', 'figure', 'showed', 'preceded', 'child', 'counted', 'number', 'assure', 'truth', 'statement', 'having', 'learned', 'number', 'far', 'flinch', 'card', 'rest', 'teen', 'easy', 'entering', 'drew', 'attention', 'number', 'reason', 'afforded', 'better', 'example', 'thing', 'wanted', 'teach', 'given', 'group', 'explained', 'instead', 'saying', 'quickly', 'spoken', 'instead', 'fifty', 'eagerly', 'volunteered', 'information', 'seventy', 'eighty', 'ninety', 'mother', 'home', 'teacher', 'school', 'sympathetic', 'understanding', 'work', 'white', 'read', 'editorial', 'mother', 'teacher', 'page', 'home', 'education']
root - INFO - extracting file #7500: 2017-04-Final-Corpus/CE19180201-V09-06-page19.txt
root - INFO - extracting file #8000: 2017-04-Final-Corpus/CE19200601-V11-10-page19.txt
root - INFO - ['man', 'barabbas', 'choice', 'expressed', 'hebrew', 'nation', 'sealed', 'destiny', 'christ', 'saviour', 'king', 'rejected', 'barabbas', 'murderer', 'chosen', 'making', 'choice', 'accepted', 'beginning', 'liar', 'murderer', 'satan', 'leader', 'nation', 'act', 'dictation', 'work', 'rule', 'endure', 'people', 'chose', 'barabbas', 'place', 'christ', 'feel', 'cruelty', 'barabbas', 'long', 'time', 'desire', 'age', 'destruction', 'jerusalem', 'condition', 'jewish_nation', 'eighteen', 'century', 'appalling', 'result', 'fateful', 'decision', 'clearly', 'seen', 'different', 'history', 'jerusalem', 'holy', 'city', 'israel', 'chosen', 'people', 'god', 'jesus', 'instead', 'barabbas', 'chosen', 'awful', 'moment', 'destiny', 'moses', 'standing', 'parting', 'way', 'saw', 'glory', 'earthly', 'throne', 'magnificent', 'palace', 'pharaoh', 'monarch', 'crown', 'wealth', 'greatness', 'fame', 'reach', 'childhood', 'thoroughly', 'instructed', 'regard', 'transitory', 'nature', 'earthly', 'rich', 'honor', 'fame', 'eternal', 'reality', 'future', 'kingdom', 'glory', 'knew', 'sinful', 'pleasure', 'men', 'forget', 'god', 'egypt', 'lordly', 'court', 'looked', 'gorgeous', 'palace', 'monarch', 'crown', 'high', 'honor', 'bestowed', 'saint', 'high', 'kingdom', 'untainted', 'sin', 'saw', 'faith', 'imperishable', 'crown', 'king', 'heaven', 'place', 'brow', 'overcomer', 'faith', 'led', 'turn', 'away', 'lordly', 'earth', 'join', 'humble', 'poor', 'despised', 'nation', 'chosen', 'obey', 'god', 'serve', 'sin', 'patriarch', 'prophet', 'moses', 'mounted', 'height', 'earthly', 'glory', 'honor', 'fame', 'instead', 'cheerfully', 'descended', 'valley', 'humiliation', 'poverty', 'suffering', 'await', 'choosing', 'suffer', 'affliction', 'people', 'god', 'enjoy', 'pleasure', 'sin', 'season', 'esteeming', 'reproach', 'christ', 'greater', 'rich', 'treasure', 'egypt', 'respect', 'unto', 'recompense', 'reward', 'heb', 'glorified', 'body', 'moses', 'exalted', 'right_hand', 'power', 'today', 'bear', 'testimony', 'wisdom', 'choice', 'eternal_ages', 'song', 'moses', 'servant', 'god', 'song', 'lamb', 'forever', 'perpetuate', 'memory', 'victorious', 'decision', 'death', 'end', 'pharaoh', 'egyptian', 'glory', 'mummified', 'body', 'bear', 'witness', 'truth', 'word', 'world', 'passeth', 'away', 'lust', 'thereof', 'doeth', 'god', 'abideth', 'forever', 'john', 'truly', 'way', 'exaltation', 'honor', 'way', 'unselfish', 'service', 'whosoever', 'exalteth', 'shall', 'abased', 'humbleth', 'shall', 'exalted', 'luke', 'perfect', 'example', 'true', 'greatness', 'jesus', 'acknowledged', 'enemy', 'supremely', 'great', 'set', 'right_hand', 'father', 'heavenly', 'court', 'far', 'principality', 'power', 'dominion', 'named', 'world', 'come', 'eph', 'men', 'led', 'way', 'true', 'lasting', 'greatness', 'whosoever', 'great', 'master', 'let', 'minister', 'whosoever', 'chief', 'let', 'servant', 'son', 'man', 'came', 'mini', 'spend', 'spent', 'andross']
root - INFO - extracting file #8500: 2017-04-Final-Corpus/CUV19060523-V10-21-page1.txt
root - INFO - extracting file #9000: 2017-04-Final-Corpus/CUV19090602-V14-20-page8.txt
root - INFO - ['columbia', 'tinton', 'visitor', 'columbia', 'union', 'visitor', 'official', 'organ', 'columbia', 'union_conference', 'seventh', 'day', 'adventist', 'issued', 'fifty', 'time', 'year', 'mount', 'vernon', 'college_press_mount', 'vernon', 'ohio', 'price', 'cent', 'year', 'advance', 'butler', 'editor', 'address', 'subscription', 'money', 'order', 'payable', 'tract', 'society', 'entered', 'second', 'class', 'matter', 'march', 'post', 'office', 'vernon', 'act', 'congress', 'march', 'notice', 'appointment', 'publication', 'wanted', 'watchman', 'sign', 'life', 'health', 'tract', 'life', 'boat', 'suitable', 'use', 'home', 'missionary_work', 'thankfully', 'received', 'sent', 'postpaid', 'alderman', 'youngstown', 'valuable', 'new_book', 'shown', 'copy', 'new_book', 'east', 'michigan', 'banner', 'heading', 'speaks', 'follows', 'professor', 'lamson', 'educational_secretary', 'northern_union_conference', 'working', 'time', 'new_book', 'eleventh', 'daniel', 'narrated', 'book', 'ready', 'delivery', 'mechanical', 'work', 'book', 'adelphian', 'publishing', 'vouch', 'excellence', 'book', 'way', 'eleventh', 'chapter', 'daniel', 'live', 'story', 'sufficient_number', 'left', 'hand', 'page', 'set', 'large', 'type', 'narrative', 'form', 'real', 'individual', 'spoken', 'instead', 'king', 'north', 'person', 'actually', 'read', 'history', 'world', 'read', 'story', 'day', 'balance', 'book', 'large', 'interesting', 'account', 'largly', 'word', 'word', 'authentic', 'source', 'describing', 'event', 'spoken', 'narrative', 'explaining', 'application', 'copious', 'marginal', 'note', 'date', 'reference', 'page', 'common', 'school', 'history', 'possible', 'large', 'library', 'trace', 'positive', 'fulfillment', 'important', 'prophecy', 'page', 'deal', 'eastern', 'question', 'touched', 'chapter', 'interpretation', 'standard', 'author', 'thought', 'daniel', 'story', 'daniel', 'heartily', 'recommend', 'new_book', 'people', 'endorse', 'description', 'contained', 'foregoing', 'word', 'small', 'edition', 'printed', 'order', 'sent', 'early', 'address', 'eastern', 'pennsylvania', 'tract', 'society', 'price', 'net', 'cent', 'postpaid', 'thirty', 'cent', 'paper', 'cover', 'heckman', 'pres', 'step', 'advance', 'possible', 'whohave', 'willing', 'sacrifice', 'posterity', 'obituary', 'blessed', 'dead', 'die', 'lord', 'henceforth', 'yea', 'saith', 'spirit', 'rest', 'labor', 'work', 'follow', 'rev', 'frondorf', 'little', 'otis', 'gibsonfrondorf', 'infant', 'son', 'harry', 'ines', 'gibson', 'frondorf', 'died', 'home', 'cincinatti', 'ohio', 'born', 'month', 'april', 'death', 'relief', 'patient', 'little', 'sufferer', 'hid', 'day', 'life', 'word', 'comfort', 'spoken', 'bereaved', 'writer', 'jer', 'john', 'gaede', 'mile', 'died', 'atlantic', 'city', 'sunday', 'april', 'age', 'year', 'month', 'herman', 'mile', 'eldest', 'son', 'laid', 'away', 'family', 'child', 'brother', 'herman', 'mile', 'mother', 'member', 'atlantic', 'city', 'church', 'father', 'favorable', 'truth', 'died', 'month', 'suffering', 'sarcomatous', 'tumor', 'laid', 'away', 'firm', 'faith', 'lord', 'angel', 'message', 'suffering', 'great', 'borne', 'murmer', 'laid', 'rest', 'pleasantville', 'cemetry', 'word', 'comfort', 'spoken', 'writer', 'rev', 'george', 'spy', 'wadsworth', 'died', 'cancer', 'philadelphia', 'march', 'aaron', 'wadsworth', 'aged', 'year', 'month', 'day', 'year', 'brother', 'wadsworth', 'christain', 'united', 'methodist', 'episcopal_church', 'year', 'later', 'accepted', 'present', 'truth', 'message', 'baptized', 'newark', 'centre', 'delaware', 'camp', 'meeting', 'joining', 'philadelphia', 'church', 'august', 'year', 'time', 'prior', 'death', 'brother', 'wadsworth', 'attended', 'meeting', 'camden', 'held', 'membership', 'plainfield', 'church', 'resided', 'year', 'spring', 'brother', 'wadsworth', 'recieved', 'surgical', 'treatment', 'failing', 'improve', 'patient', 'sufferer', 'year', 'time', 'little', 'freedom', 'pain', 'bore', 'christain', 'fortitude', 'fell', 'asleep', 'jesus', 'remained', 'death', 'consistent', 'professor', 'truth', 'sacrificing', 'position', 'contributing', 'seventh', 'day', 'adventist', 'cause', 'dear', 'wife', 'son', 'daughter', 'left', 'mourn', 'loss', 'funeral_services', 'conducted', 'writer', 'north', 'philadelphia', 'church', 'heckiv', 'editor', 'column', 'help', 'mount', 'vernon', 'college', 'mount', 'vernon', 'college', 'training', 'school', 'columbia', 'union_conference', 'entered', 'period', 'existence', 'demand', 'increased', 'facility', 'school', 'meet', 'need', 'work', 'union', 'skilled', 'workman', 'little', 'poor', 'tool', 'molders', 'character', 'place', 'school', 'equipment', 'help', 'handicap', 'effort', 'fair', 'teacher', 'young_people', 'attend', 'school', 'deprive', 'necessary', 'facility', 'satisfactory', 'work', 'enable', 'college', 'provide', 'better', 'equipment', 'young_people', 'college', 'equipment', 'fund', 'started', 'trust', 'hearty_response', 'people', 'plan', 'raising', 'cent', 'day', 'fund', 'small_sum', 'long', 'raise', 'neeeded', 'apparatus', 'provide', 'necessary', 'repair', 'hope', 'mount', 'vernon', 'college', 'proper_place', 'leading', 'exponent', 'principle', 'christian_education', 'present', 'broader', 'sphere', 'recruiting', 'training', 'station', 'prepare', 'promising', 'young_people', 'greater', 'usefulness', 'work', 'world', 'evangelization', 'undertaken', 'kneeland']
root - INFO - extracting file #9500: 2017-04-Final-Corpus/CUV19110621-V16-25-page6.txt
root - INFO - extracting file #10000: 2017-04-Final-Corpus/CUV19130716-V18-29-page1.txt
root - INFO - ['columbia', 'union', 'initor', 'rehearsed', 'thing', 'god', 'vol', 'float', 'stream', 'memory', 'flow', 'land', 'youth', 'gently', 'glide', 'gate', 'year', 'dear', 'old_home', 'truth', 'wrinkle', 'age', 'left', 'fair', 'haired', 'boy', 'day', 'brought', 'gladness', 'hour', 'joy', 'song', 'sing', 'cadence', 'come', 'mother', 'eye', 'looked', 'soft', 'hand', 'pressed', 'brow', 'song', 'year', 'vanished', 'singer', 'scattered', 'wide', 'shall', 'clasp', 'glad', 'hand', 'till', 'meet', 'farther', 'childish', 'hand', 'pure', 'sweet', 'reach', 'mist', 'memory', 'brings', 'old', 'time', 'smile', 'baby', 'lip', 'kissed', 'like', 'half', 'forgotten', 'music', 'passionate', 'low', 'echo', 'come', 'happy', 'song', 'sang', 'long', 'ago', 'list', 'music', 'wild', 'expectant', 'thrill', 'song', 'died', 'silence', 'voice', 'hushed', 'yes', 'dear', 'old_home', 'passed', 'away', 'child', 'scattered', 'wide', 'shall', 'clasp', 'glad', 'hand', 'till', 'meet', 'farther', 'mingled', 'pain', 'pleasure', 'like', 'symphony', 'sublime', 'wave', 'memory', 'throb', 'beat', 'shore', 'sand', 'time', 'mother', 'come', 'welcome', 'silence', 'year', 'look', 'dear', 'familiar', 'face', 'own_eyes', 'tear', 'happy', 'careless', 'boy', 'childhood', 'band', 'stream', 'memory', 'carry', 'dear', 'enchanted', 'land', 'scattered', 'death', 'distance', 'sundered', 'land', 'tide', 'shall', 'clasp', 'glad', 'hand', 'till', 'meet', 'farther', 'ate', 'married', 'dead', 'sleeping', 'beneath', 'sky', 'vanished', 'year', 'like', 'broken', 'urn', 'lie', 'mount', 'vernon', 'ohio', 'july', 'mother', 'faded', 'ere', 'wrinkle', 'face', 'ere', 'age', 'dimmed', 'azure', 'eye', 'form', 'lost', 'grace', 'burden', 'pillow', 'care', 'release', 'pale', 'face', 'bore', 'seal', 'rest', 'hush', 'perfect_peace', 'shall', 'pure', 'eye', 'beaming', 'soft', 'stand', 'glorified', 'beauty', 'born', 'earth', 'meet', 'farther', 'pictured', 'album', 'treasured', 'form', 'appears', 'memory', 'brings', 'outline', 'voice', 'hushed', 'year', 'father', 'prayer', 'evening', 'child', 'song', 'day', 'live', 'heart', 'deep', 'chamber', 'year', 'borne', 'dear_ones', 'away', 'loving', 'family_circle', 'meeting', 'earth', 'shall', 'meet', 'joy', 'blessed', 'bright', 'immortal', 'shore', 'god', 'bless', 'parent', 'child', 'hope', 'shall', 'abide', 'clasp', 'hand', 'hear', 'voice', 'meet', 'farther', 'santee', 'daniel', 'example', 'faithfulness', 'darius', 'set', 'province', 'kingdom', 'prince', 'president', 'prince', 'account', 'read', 'daniel', 'preferred', 'president', 'prince', 'excellent_spirit', 'king', 'thought', 'set', 'realm', 'evil_angels', 'fearing', 'influence', 'good_man', 'king', 'affair', 'kingdom', 'stirred', 'president', 'prince', 'envy', 'wicked', 'men', 'watched', 'daniel', 'closely', 'fault', 'report', 'king', 'failed', 'faithful', 'error', 'fault', 'satan', 'sought', 'daniel', 'faithfulness', 'god', 'cause', 'destruction', 'president', 'prince', 'came', 'tumultuously', 'king', 'said', 'president', 'kingdom', 'governor', 'prince', 'counselor', 'captain', 'consulted', 'establish', 'royal', 'statue', 'firm', 'decree', 'whosoever', 'shall', 'ask', 'petition', 'god', 'man', 'save', 'thee', 'king', 'shall', 'cast', 'den', 'lion', 'king', 'pride', 'flattered', 'ignorant', 'mischief', 'purposed', 'daniel', 'granted', 'request', 'decree', 'signed', 'unalterable', 'law', 'medes', 'persian', 'envious', 'men', 'believe', 'daniel', 'untrue', 'god', 'falter', 'firm', 'adherence', 'principle', 'mistaken', 'estimate', 'character', 'daniel', 'knew', 'value', 'communion', 'god', 'knowledge', 'king', 'decree', 'bowed', 'prayer', 'time', 'day', 'window', 'opened', 'chamber', 'jerusalem', 'seek', 'conceal', 'act', 'knew', 'consequence', 'fidelity', 'god', 'saw', 'danger', 'beset', 'path', 'step', 'faltered', 'plotting', 'ruin', 'allow', 'appearance', 'connection', 'heaven', 'severed', 'case', 'king', 'right', 'command', 'daniel', 'obey', 'willing', 'obey', 'far', 'consistently', 'truth', 'righteousness', 'king', 'decree', 'swerve', 'allegiance', 'king', 'ofkings', 'knew', 'man', 'king', 'right', 'come', 'conscience', 'god', 'interfere', 'worship', 'maker', 'daniel', 'true', 'noble', 'generous', 'anxious', 'peace', 'men', 'permit', 'power', 'turn', 'aside', 'path', 'duty', 'opportunity', 'testify', 'favor', 'true', 'god', 'present', 'reason', 'receive', 'worship', 'duty', 'rendering', 'praise', 'homage', 'nobly', 'general', 'matter', 'retrospect']
root - INFO - extracting file #10500: 2017-04-Final-Corpus/CUV19150916-V20-36s-page7.txt
root - INFO - extracting file #11000: 2017-04-Final-Corpus/CUV19171004-V22-39-page2.txt
root - INFO - ['columbia', 'union', 'visitor', 'act', 'helping', 'hand', 'reach', 'ing', 'heaven', 'appreciated', 'worldly', 'wise', 'men', 'yes', 'rest', 'peace', 'repose', 'alitrifling', 'ambition', 'self', 'serving', 'compassionate', 'redeemer', 'bid', 'servant', 'rich', 'poor', 'supper', 'highway', 'hedge', 'persevering', 'determined', 'effort', 'compel', 'come', 'gave', 'precious', 'life', 'bring', 'seat', 'table', 'serve', 'vol', 'lord', 'ask', 'shall', 'given', 'seek', 'shall', 'knock', 'shall', 'opened', 'unto', 'asketh', 'receiveth', 'seeketh', 'findeth', 'knocketh', 'shall', 'opened', 'matthew', 'harvest', 'ingathering', 'campaign', 'begin', 'october', 'let', 'knock', 'door', 'rich', 'poor', 'ask', 'faith', 'receive', 'gift', 'large', 'small', 'ask', 'largely', 'people', 'ask', 'afraid', 'dollar', 'dollar', 'dollar', 'thousand', 'dollar', 'according', 'ability', 'people', 'past', 'expected', 'small', 'offering', 'received', 'remember', 'according', 'faith', 'hirlinger', 'money', 'come', 'faithftil', 'sending', 'check', 'harvest', 'ingathering', 'fund', 'talk', 'hard', 'tinies', 'hand', 'money', 'come', 'faithful', 'doe', 'mean', 'work', 'little', 'harder', 'good_courage', 'know', 'lord', 'work', 'stop', 'taken', 'letter', 'sister', 'butt', 'east', 'pennsylvania', 'check', 'sent', 'day', 'time', 'set', 'opening', 'harvest', 'ingathering_campaign', 'represents', 'number', 'small', 'offering', 'cent', 'sister', 'gathered', 'faithful_service', 'year', 'campaign', 'sister', 'butt', 'brought', 'nearly', 'life', 'rural', 'district', 'work', 'largely', 'farmer', 'small', 'country', 'town', 'ought', 'sufficient_evidence', 'rural_districts', 'fertile', 'field', 'soliciting', 'fund', 'fifty', 'sister', 'butt', 'brought', 'union', 'goal', 'reached', 'elder', 'ulrich', 'bring', 'union', 'goal', 'reached', 'member', 'union', 'balance', 'raised', 'easy', 'task', 'work', 'ought', 'accomplished', 'consecrated', 'people', 'day', 'time', 'remember', 'harvest', 'ingathering_campaign', 'begin', 'october', 'continues', 'december', 'october', 'best', 'harvest', 'ingathering_campaign', 'month', 'soliciting', 'fund', 'laborer', 'member', 'columbia', 'union', 'devote', 'entire', 'week', 'october', 'soliciting', 'sufficient', 'fund', 'reach', 'union', 'goal', 'captain', 'salvation', 'leading', 'army', 'strong', 'able', 'accomplish', 'task', 'individual', 'goal', 'north_american_division', 'work', 'kind', 'weather', 'campaign', 'writer', 'pleased', 'receive', 'interesting_experiences', 'come', 'people', 'inthe', 'union', 'past', 'harvest', 'ingathering_campaigns', 'hinrallomi', 'new', 'jersey', 'france', 'columbus', 'ayes', 'trenton', 'sandborn', 'pres', 'lawry', 'sec', 'franklin', 'precious_souls', 'franklin', 'vicinity', 'buried', 'lord', 'baptism', 'july', 'recent', 'campmeeting', 'trenton', 'fruit', 'laborsof', 'late', 'elder', 'gaff', 'writer', 'sunday', 'september', 'writer', 'baptized', 'additional', 'believer', 'portion', 'beautiful', 'franklin', 'lake', 'known', 'franklin', 'swimming', 'pool', 'won', 'truth', 'largely', 'work', 'mentioned', 'laborer', 'zinc', 'company', 'place', 'kindly', 'granted', 'use', 'dressing', 'room', 'connected', 'swimming', 'noel', 'occasion', 'brother', 'andrew', 'hansen', 'lafayette', 'assisted', 'writer', 'conducting', 'singing', 'automobile', 'nearly', 'spectator', 'present', 'bank', 'lake', 'writer', 'addressed', 'audience', 'briefly', 'gave', 'best', 'attention', 'quiet', 'respectful', 'entire', 'service', 'baptized', 'candidate', 'franklin', 'constitute', 'franklin', 'church', 'hope', 'soon', 'organize', 'george', 'spy', 'news', 'note', 'elder', 'sandborn', 'family', 'left', 'sept', 'new_field', 'florida', 'conference', 'friend', 'new', 'jersey', 'miss', 'know', 'god', 'directing', 'work', 'wish', 'happiness', 'success', 'new_home', 'brother', 'adam', 'acting', 'chairman', 'conference_committee', 'elder', 'heckman', 'president', 'arrives', 'charge', 'work', 'new', 'jersey', 'church_school', 'begun', 'think', 'banner', 'year', 'addition', 'pleasantville', 'list', 'school', 'operation', 'pupil', 'enrolled', 'elder', 'richard', 'stirring', 'german', 'people', 'paterson', 'weekly', 'lecture', 'prophecy', 'vital', 'subject', 'result', 'aggressive_work', 'attending', 'meeting', 'beginning', 'inquire', 'truth', 'brother', 'kirk', 'veteran', 'bookman', 'field_agent', 'west', 'virginia', 'taken', 'charge', 'canvassing', 'home', 'missionary', 'work', 'new', 'jersey', 'confeience', 'popular', 'minister', 'busy', 'denouncing', 'brother', 'holman', 'work', 'vineland', 'fourteen', 'people', 'keeping', 'sabbath', 'fruit', 'summer', 'campaign', 'prospect', 'stand', 'truth', 'soon', 'john', 'hobson', 'trenton', 'energetic', 'lad', 'acting', 'tentmaster', 'company', 'newark', 'church', 'conference', 'getting', 'organized', 'systematic', 'record', 'breaking', 'work', 'harvest', 'ingathering', 'consecrated', 'hearted', 'spirit', 'people', 'spell', 'success', 'movement', 'brother', 'lawry', 'kirk', 'warren', 'spending', 'large_part', 'time', 'field', 'bulk', 'office', 'work', 'fall', 'brother', 'rogers', 'addition', 'duty', 'serf', 'bring', 'stuff']
root - INFO - extracting file #11500: 2017-04-Final-Corpus/CUV19191023-V24-42-page11.txt
root - INFO - extracting file #12000: 2017-04-Final-Corpus/EDU18981101-V03-03-page32.txt
root - INFO - ['fthe', 'ttacheii', 'review', 'book', 'jects', 'graded', 'topically', 'arranged', 'book', 'examiner', 'student', 'teacher', 'preparing', 'examination', 'civil', 'service', 'applicant', 'teacher', 'advanced', 'class', 'want', 'inexhaustible', 'supply', 'new', 'bright', 'review', 'question', 'correctly', 'ansv', 'red', 'teacher', 'review', 'book', 'examiner', 'manual', 'book', 'ready', 'mailing', 'weighs', 'pound', 'postage', 'single', 'copy', 'publisher', 'mailing', 'price', 'offer', 'magnificentinew', 'book', 'post', 'paid', 'year', 'subscription', 'brightest', 'spiciest', 'readable', 'monthly', 'educational', 'journal', 'publis', 'tiftla', 'send', 'order', 'day', 'haveyou', 'seen', 'repared', 'expert', 'year', 'preparation', 'contains', 'nearly', 'seven', 'large', 'page', 'specially', 'prepared', 'entirely', 'original', 'question', 'answer', 'covering', 'important_points', 'thirty', 'branch', 'study', 'ifra', 'address', 'new', 'book', 'teacher', 'professor', 'hinsdale', 'jesus', 'teacher', 'horace', 'mann', 'common', 'school', 'revival', 'united', 'state', 'mit', 'thegreatestquestion', 'book', 'published', 'learning', 'battle', 'creek', 'mich', 'praise', 'book', 'extliw', 'scope', 'book', 'seen', 'following', 'chapter', 'headtugs', 'book', 'belongs', 'great', 'educator', 'series', 'connects', 'personal', 'history', 'horace', 'mann', 'running', 'account', 'develop', 'ment', 'american', 'public', 'school', 'education', 'chapter', 'head', 'ings', 'century', 'common_schools', 'horace', 'mann', 'forerunner', 'horace', 'mann', 'school', 'schoolmaster', 'secretary', 'massachusetts', 'board', 'education', 'secretaryship', 'outline', 'massachusetts', 'normal', 'school', 'report', 'board', 'education', 'controversy', 'religious', 'sectary', 'mann', 'member', 'congress', 'horace', 'mann', 'real', 'sas', 'dent', 'antioch', 'college', 'horace', 'mann', 'character', 'work', 'progpeas', 'common', 'school', 'revival', 'introductory', 'view', 'education', 'jesus', 'chapter', 'insight', 'mind', 'character', 'relation', 'tradition', 'legalism', 'jesus', 'scripture', 'historical', 'antecedent', 'institution', 'authority', 'use', 'accommodation', 'method', 'teaching', 'chapter', 'recognition', 'apperception', 'use', 'developing', 'method', 'recognition', 'moral', 'perspective', 'handled', 'case', 'severity', 'jesus', 'child', 'theory', 'teaching', 'added', 'second', 'making', 'new_testament', 'notice', 'personal', 'press', 'notice', 'pressions', 'translation', 'light', 'old', 'language', 'present_day', 'written', 'vain', 'able', 'book', 'method', 'instruction', 'great', 'teacher', 'harris', 'jesus', 'teacher', 'prof', 'hinsdale', 'sober', 'substantial', 'digested', 'book', 'hold', 'aloof', 'merely', 'formal', 'aide', 'truth', 'freely', 'vital', 'aspect', 'expect', 'arising', 'lit', 'pedagogy', 'volume', 'carefully', 'present', 'circumstance', 'imparted', 'character', 'teaching', 'christ', 'xell', 'consideration', 'spirit', 'method', 'dial', 'volume', 'welcomed', 'study', 'finest', 'type', 'men', 'time', 'compendium', 'information', 'touch', 'tag', 'history', 'common_schools', 'country', 'outlook', 'new', 'feature', 'question', 'leading', 'sub', 'book', 'latest', 'valuable', 'product', 'professor', 'hinsdale', 'long', 'continued', 'service', 'educational_work', 'highest', 'value', 'teacher', 'basis', 'educator', 'reading', 'circle', 'study', 'page', 'lesson', 'jesus', 'teacher', 'contains', 'page', 'additional', 'second', 'horace', 'mann', 'book', 'page', 'book', 'complete', 'index', 'bound', 'finecloth', 'horace', 'mann', 'listed', 'publisher', 'plus', 'postage', 'book', 'retail', 'postpaid', 'mall', 'excellent', 'book', 'educator', 'year', 'offer', 'mail', 'book', 'year', 'subscription', 'educator', 'mail', 'book', 'free', 'subscription', 'educator', 'book', 'subscription', 'consider', 'remarkable', 'offer', 'mean', 'regular', 'price', 'ila', 'teacher', 'race', 'mann', 'postage', 'send', 'order', 'review', 'herald', 'publishing', 'company', 'battle', 'creek', 'mich', 'growth', 'secularization', 'school', 'know', 'pop', 'filar', 'book', 'good', 'view', 'wisconsin', 'journal', 'education', 'received', 'due_time', 'horace', 'mann', 'sent', 'having', 'begun', 'drop', 'finished', 'set', 'main', 'event', 'mann', 'lite', 'proper', 'relation', 'educational', 'history', 'introductory', 'closing', 'chapter', 'happily', 'conceived', 'pres', 'angell', 'constantinople', 'price', 'educator', 'book', 'book']
root - INFO - extracting file #12500: 2017-04-Final-Corpus/GCB18910309-V04-03-page4.txt
root - INFO - extracting file #13000: 2017-04-Final-Corpus/GCB18950208-V01-01ex02-page9.txt
root - INFO - ['practice', 'studying', 'word', 'god', 'want', 'filled', 'knowledge', 'act', 'daily', 'life', 'want', 'christian', 'day', 'light', 'house', 'word', 'god', 'light', 'read', 'thess', 'god', 'sanctification', 'abstain', 'fornication', 'sanctification', 'word', 'mean', 'holy', 'thing', 'unclean', 'sanctifying', 'clean', 'let', 'away', 'idea', 'sanctification', 'held', 'professed', 'christian', 'present_time', 'mean', 'simply', 'amen', 'feel', 'good', 'praise', 'lord', 'shun', 'false', 'let', 'seek', 'genuine', 'sanctification', 'defined', 'follows', 'deliver', 'state', 'uncleanness', 'state', 'state', 'corresponding', 'nature', 'god', 'divine_nature', 'divine', 'strength', 'saviour', 'said', 'sanctify', 'thy_word', 'thy_word', 'truth', 'read', 'extract', 'work', 'sanctification', 'testimony', 'christ', 'acknowledge', 'erring', 'helpless', 'condemned', 'sinner', 'exalting', 'glorifying', 'self', 'good', 'wholly', 'attributable', 'mercy', 'compassionate', 'saviour', 'birth', 'reputation', 'wealth', 'talent', 'virtue', 'piety', 'philanthropy', 'connected', 'form', 'bond', 'union', 'soul', 'christ', 'connection', 'church', 'manner', 'brother', 'regard', 'avail', 'believe', 'christ', 'believe', 'believe', 'rely', 'wholly', 'saving', 'grace', 'united', 'christ', 'depart', 'iniquity', 'tell', 'fear', 'god', 'shown', 'fail', 'everlasting', 'life', 'building', 'hope', 'heaven', 'false', 'fouudation', 'god', 'leaving', 'humble', 'thee', 'prove', 'thee', 'know', 'thine_heart', 'neglected', 'scripture', 'despise', 'reject', 'testimony', 'reprove', 'darling', 'sin', 'disturb', 'self', 'complacency', 'christ', 'cherished', 'heart', 'likeness', 'revealed', 'life', 'life', 'christian', 'divested', 'pretense', 'free', 'affectation', 'artifice', 'falseh', 'earnest', 'true', 'sublime', 'christ', 'speaks', 'word', 'ile', 'seen', 'deed', 'life', 'radiant', 'light', 'indwelling', 'saviour', 'converse', 'god', 'happy', 'contemplation', 'heavenly', 'thing', 'soul', 'preparing', 'heaven', 'laboring', 'gather', 'soul', 'fold', 'christ', 'saviour', 'able', 'willing', 'ask', 'think', 'christian_education', 'following', 'expression', 'given', 'let', 'suppose', 'conversion', 'beginning', 'end', 'christian_life', 'science', 'christianity', 'mastered', 'growth', 'grace', 'constant', 'progress', 'improvement', 'mind', 'disciplined', 'trained', 'educated', 'child', 'god', 'service', 'god', 'way', 'natural', 'harmony', 'inborn', 'inclination', 'follower', 'christ', 'new', 'motif', 'action', 'supplied', 'new', 'thought', 'arise', 'new', 'action', 'result', 'bible', 'vital', 'principle', 'declared', 'duty', 'plain', 'obligation', 'evident', 'bible', 'contains', 'science', 'salvation', 'hear', 'word', 'christ', 'bible', 'expositor', 'passage', 'prove', 'key', 'unlock', 'passage', 'way', 'light', 'shed', 'hidden', 'meaning', 'word', 'let', 'examine', 'peter', 'according', 'divine', 'power', 'hath', 'given', 'unto', 'thing', 'pertain', 'unto', 'life', 'godliness', 'knowledge', 'hath', 'called', 'glory', 'virture', 'given', 'unto', 'exceeding', 'great', 'precious', 'promise', 'partaker', 'divine_nature', 'having', 'escaped', 'corruption', 'world', 'lust', 'present', 'morning', 'matter', 'little', 'think', 'small', 'capacity', 'god', 'provided', 'christian_life', 'man', 'woman', 'living', 'question', 'appropriate', 'thing', 'let', 'god', 'work', 'told', 'exceeding', 'great', 'precious', 'promise', 'given', 'unto', 'order', 'partaker', 'divine_nature', 'work', 'sanctification', 'said', 'little', 'putting', 'men', 'state', 'corresponding', 'nature', 'god', 'eph', 'occur', 'word', 'having', 'known', 'unto', 'mystery', 'mystery', 'thing', 'understand', 'understand', 'use', 'try', 'way', 'treat', 'word', 'god', 'present_time', 'need', 'mystery', 'thing', 'revealed', 'initiated', 'child', 'god', 'initiated', 'god', 'hidden', 'apostle', 'expressly', 'god', 'known', 'mystery', 'mystery', 'christ', 'hope', 'glory', 'gospel', 'general_conference_bulletin']
root - INFO - extracting file #13500: 2017-04-Final-Corpus/GCB1897XXXX-V01-01-page69.txt
root - INFO - extracting file #14000: 2017-04-Final-Corpus/GCB1902XXXX-V04-06,07-page14.txt
root - INFO - ['office', 'room', 'monon', 'building', 'dearborn', 'chicago', 'ill', 'officer', 'conference', 'pres', 'allen', 'moon', 'sec', 'conference', 'pres', 'lane', 'vice', 'curtis', 'treas', 'northern', 'illinois', 'tract', 'society', 'corn', 'allen', 'moon', 'curtis', 'wheeler', 'mortenson', 'victor', 'thompson', 'holden', 'educational', 'sabbath', 'school', 'departnient', 'field', 'mary', 'cook', 'sheridan', 'ill', 'cor', 'sec', 'hattie', 'kauble', 'sheridan', 'ill', 'pres', 'chas', 'thompson', 'sec', 'treas', 'proctor', 'canv', 'agt', 'james', 'com', 'lane', 'chas', 'thompson', 'curtis', 'tag', 'illinois', 'conference_association', 'seventh', 'day', 'adventist', 'pres', 'chas', 'thompson', 'willow', 'hill', 'general', 'conference', 'bulletin', 'cummings', 'cottage', 'grove', 'ave', 'huffman', 'south', 'college', 'chicago', 'vice', 'pres', 'kauble', 'springfield', 'sec', 'curtis', 'treas', 'taggart', 'duquoin', 'wheeler', 'auditor', 'edward', 'curtis', 'stewardson', 'councilman', 'curtis', 'santee', 'licentiate', 'association', 'act', 'fred', 'wheeler', 'stewardson', 'northern', 'southern', 'illinois', 'missionary', 'licentiate', 'population', 'office', 'stewardson', 'shelby', 'flora', 'mccollister', 'harrison', 'ave', 'columbus', 'huffaker', 'academia', 'eufffiker', 'academia', 'ferciot', 'west', 'ninth', 'canton', 'fred', 'fairmuld', 'academia', 'haughey', 'academia', 'officer', 'gart', 'rothrock', 'sec', 'conf', 'redfield', 'bristol', 'lou', 'curtis', 'tract', 'society', 'dept', 'sec', 'nettie', 'eaton', 'minister', 'lane', 'west', 'main', 'battle', 'creek', 'mich', 'ida', 'walter', 'gnapel', 'col', 'umbus', 'cora', 'petithory', 'west', 'eighth', 'canton', 'bessie', 'russell', 'academia', 'thurber', 'ranter', 'almeda', 'haughey', 'academia', 'gaede', 'academia', 'miller', 'west', 'mulberry', 'springfield', 'house', 'coshocton', 'hortense', 'howell', 'franklin', 'furnace', 'john', 'gaede', 'south', 'brooklyn', 'ferences', 'year', 'time', 'nellie', 'rothwell', 'fayette', 'peoria', 'cynthia', 'bush', 'east', 'gay', 'conference', 'form', 'association', 'clara', 'silver', 'fayette', 'peoria', 'columbus', 'margaret', 'haughey', 'academia', 'henderson', 'bristol', 'church_school', 'teacher', 'lulu', 'pieper', 'south', 'webster', 'flora', 'evans', 'jackson', 'ottilia', 'olemen', 'academia', 'james', 'shultz', 'clyde', 'rubie', 'owen', 'hough', 'ave', 'cleveland', 'minister', 'allen', 'moon', 'room', 'monon', 'bldg', 'chicago', 'ill', 'kauble', 'sheridan', 'ill', 'curtis', 'siseridan', 'victor', 'thompson', 'sheridan', 'santee', 'north', 'gifford', 'elgin', 'ill', 'mortenson', 'townsend', 'chicago', 'ill', 'johnson', 'eighth', 'ave', 'rockford', 'scholl', 'west', 'chicago', 'ave', 'james', 'east', 'north', 'decatur', 'ohio', 'conference', 'organized', 'territory', 'state', 'ohio', 'population', 'office', 'academia', 'ohio', 'officer', 'chicago', 'hadley', 'mozart', 'north', 'conference', 'pres', 'burkholder', 'vice', 'pres', 'recording', 'sec', 'charles', 'clymer', 'academia', 'lindsey', 'missionary', 'sec', 'miller', 'educational', 'sec', 'bessie', 'wisconsin', 'conference', 'russell', 'treas', 'earner', 'auditor', 'organized', 'edward', 'state', 'canv', 'agt', 'territory', 'state', 'wisconsin', 'gaede', 'com', 'burk', 'population', 'holder', 'lindsey', 'kennedy', 'kirkendall', 'thomas', 'thornton', 'ferciot', 'quillin', 'chicago', 'christian', 'north', 'humboldt', 'chicago', 'illl', 'icentiates', 'lewsadder', 'north', 'monmouth', 'ill', 'andreason', 'north', 'humboldt', 'chicago', 'missionary', 'licentiate', 'jean', 'phillips', 'evergreen', 'ave', 'chicago', 'ill', 'anna', 'hibben', 'evergreen', 'ave', 'chicago', 'ill', 'conference_office', 'wisconsin', 'milwaukee', 'minister', 'ella', 'hancock', 'wabash', 'ave', 'chi', 'wood', 'prairie', 'ave', 'springfield', 'conference', 'pres', 'covert', 'sec', 'treas', 'dowsett', 'sec', 'treas', 'missionary', 'dept', 'nelsen', 'sec', 'treas', 'sabbath', 'school', 'dept', 'church', 'school', 'supt', 'lottie', 'farrell', 'missionary', 'canv', 'agt', 'campbell', 'com', 'covert', 'neilsen', 'snow', 'farnsworth', 'herrmann', 'scott', 'petersen', 'wisconsin', 'conference_association', 'seventh', 'day', 'adventist', 'pres', 'cover', 'sec', 'treas', 'dowsett', 'member', 'snow', 'stebbeds', 'mikkelsen', 'medical', 'missionary', 'board', 'covert', 'chairman', 'bramhall', 'farnsworth', 'dowsett', 'reed', 'campbell', 'budge', 'minister', 'covert', 'bethel', 'shreve', 'spring', 'green', 'scott', 'chetek', 'snow', 'marshfield', 'herrmann', 'antigo', 'mikkelsen', 'bethel', 'cago', 'nellie', 'lockwood', 'indiana', 'ave', 'smith', 'academia', 'burkholder', 'denville', 'kennedy', 'wheelersburg', 'chicago', 'ida', 'hadley', 'mozart', 'van', 'horn', 'lake', 'view', 'north', 'chicago', 'ill', 'ina', 'grundset', 'lane', 'ave', 'chicago', 'ill', 'chas', 'sturdevant', 'onarga', 'nord', 'townsend', 'chicago', 'boardman', 'bowling', 'green', 'lindsey', 'clyde', 'lawrence', 'academia', 'granger', 'warsaw', 'ave', 'cincinnati', 'webster', 'middlefield', 'miller', 'academia', 'francis', 'fairchild', 'delta', 'watkins', 'summit', 'colum', 'richard', 'hook', 'pittwood', 'ill', 'colporter', 'southern', 'illinois', 'conference', 'bus', 'illinois', 'confer', 'kirkendall', 'academia', 'ence', 'organized', 'divided', 'missionary', 'licentiate', 'reorganized', 'miller', 'academia', 'trustee', 'ohio', 'conference_association', 'burkholder', 'sabbath', 'school', 'department', 'office', 'lindsey', 'kirkendall', 'kennedy', 'thomas', 'thornton', 'ferciot', 'quillin', 'officer', 'pres', 'burkholder', 'sec', 'lindsey', 'treas', 'hamer', 'business', 'agt', 'kennedy', 'auditor', 'edward', 'bethel', 'territory', 'southern', 'portion', 'bidwell', 'academia', 'state', 'illinois', 'south', 'county', 'james', 'smith', 'academia', 'iroquois', 'livingston', 'woodford', 'ella', 'talmage', 'west', 'eighth', 'reed', 'main', 'oshkosh', 'oria', 'knox', 'warren', 'henderson', 'canton', 'stebbeds', 'milton', 'junction', 'including', 'city', 'peoria', 'anna', 'smith', 'wheelersburg', 'old', 'janesville', 'missionary', 'department', 'office', 'high', 'oshkosh', 'officer']
root - INFO - extracting file #14500: 2017-04-Final-Corpus/GCB19130527-V07-10-page4.txt
root - INFO - extracting file #15000: 2017-04-Final-Corpus/GH19010801-V03-08-page3.txt
root - INFO - ['man', 'plea', 'god', 'good', 'love', 'kind', 'kind', 'loving', 'heart', 'worth', 'rich', 'whole_world', 'live', 'good', 'child', 'god', 'dwell', 'christ', 'kingdom', 'christian', 'growth', 'waggoner', 'christian_life', 'progressive', 'continual', 'growth', 'peter', 'beware', 'lest', 'led', 'away', 'error', 'wicked', 'fall', 'steadfastness', 'grow', 'grace', 'knowledge', 'lord', 'saviour', 'jesus', 'christ', 'peter', 'way', 'falling', 'grow', 'david', 'righteous', 'man', 'shall', 'like', 'tree', 'planted', 'river', 'water', 'psalm', 'mean', 'continual', 'growth', 'read', 'path', 'shall', 'shining', 'light', 'shineth', 'unto', 'perfect_day', 'prov', 'shall', 'live', 'faith', 'faith', 'increase', 'paul', 'corinthian', 'ministereth', 'seed', 'sower', 'minister', 'bread', 'food', 'multiply', 'seed_sown', 'increase', 'attainment', 'calling', 'god', 'christ_jesus', 'calling', 'holy', 'righteous', 'living', 'read', 'like', 'called', 'holy', 'holy', 'manner', 'living', 'written', 'shall', 'holy', 'holy', 'peter', 'revised_version', 'righteousness', 'called', 'higher', 'attainment', 'men', 'sent', 'king', 'jerico', 'seize', 'spy', 'joshua', 'imagine', 'saving', 'god', 'placed', 'premium', 'lying', 'right', 'lie', 'true', 'rahab', 'saved', 'lie', 'faith', 'common', 'people', 'jerico', 'heard', 'lord', 'dried', 'water', 'red_sea', 'led', 'israelite', 'inhabitant', 'jerico', 'believed', 'hand', 'lord', 'matter', 'given', 'land', 'canaan', 'israelite', 'simple_faith', 'totally', 'ignorant', 'god', 'law', 'code', 'heathen', 'morality', 'lying', 'accounted', 'virtue', 'knew', 'better', 'faith', 'possible', 'saved', 'brought', 'place', 'learn', 'righteousness', 'natural', 'consequence', 'faith', 'god', 'increase', 'learned', 'case', 'clear', 'instance', 'revelation', 'righteousness', 'god', 'faith', 'faith', 'thing', 'true', 'cornelius', 'feared', 'god', 'house', 'gave', 'alms', 'prayed', 'god', 'alway', 'consequence', 'angel', 'sent', 'directing', 'send', 'peter', 'tell', 'ought', 'sum', 'whole_thing', 'faith', 'brings', 'god', 'near', 'believe', 'reveal', 'fully', 'rejoice', 'light', 'walk', 'faith', 'increased', 'bring', 'light', 'rahab', 'god', 'doe', 'grant', 'blessing', 'righteous', 'order', 'righteous', 'faith', 'brings', 'christ', 'learn', 'faith', 'add', 'virtue', 'knowledge', 'faith', 'come', 'hearing', 'hearing', 'word', 'god', 'follows', 'know', 'accept', 'word', 'god', 'greater', 'faith', 'increasing', 'daily', 'faith', 'strength', 'strength', 'dawning', 'perfect_day', 'usher', 'immediate', 'presence', 'god', 'tiv', 'persecution', 'worst', 'thing', 'church', 'encounter', 'time', 'greatest', 'persecution', 'time', 'church', 'greatest', 'purity', 'greatest', 'danger', 'false_teachers', 'draw', 'thousand', 'error', 'eternal', 'ruin', 'pleasing', 'sophistry', 'sinner', 'destroyeth', 'good', 'solomon', 'sinner', 'capable', 'destroying', 'good', 'conceal', 'iniquity', 'cloak', 'righteousness', 'gospel', 'herald', 'thessalonian', 'later', 'fruit', 'righteousness', 'corwrote', 'bound', 'thank', 'god', 'inthians', 'thessalonian', 'wrote', 'lord', 'increase', 'abound', 'brother', 'meet', 'faith', 'groweth', 'exceedingly', 'charity', 'aboundeth', 'thess', 'text', 'contains', 'argument', 'faith', 'grew', 'consequence', 'charity', 'abounded', 'charity', 'lore', 'fulfilling', 'law', 'roman', 'john', 'manifestation', 'righteousness', 'god', 'result', 'true_faith', 'faith', 'work', 'love', 'righteousness', 'accepted', 'lord', 'come', 'faith', 'christ', 'righteousness', 'god', 'faith', 'teaching', 'scripture', 'reason', 'understand', 'roman', 'read', 'righteousness', 'god', 'revealed', 'manifested', 'faith', 'faith', 'notable', 'instance', 'recorded', 'scripture', 'illustrate', 'increase', 'abound', 'love', 'men', 'thessalonian', 'said', 'beseech', 'brother', 'increase', 'thessalonian', 'faith', 'work', 'love', 'galatian', 'love', 'growth', 'true_faith', 'increasing', 'love', 'result', 'increasing', 'faith', 'lebrews', 'apostle', 'wrote', 'leaving', 'principle', 'doctrine', 'christ', 'let', 'unto', 'perfection', 'hebrew', 'epistle', 'philippian', 'paul', 'said', 'attained', 'perfect', 'follow', 'apprehend', 'apprehended', 'christ_jesus', 'brother', 'count', 'apprehended', 'thing', 'forgetting', 'thing', 'reaching', 'forth', 'unto', 'thing', 'press', 'mark', 'prize', 'high', 'calling', 'god', 'christ_jesus', 'philippian', 'set', 'forth', 'continual', 'reaching', 'higher', 'truth', 'illustrated', 'apostle', 'record', 'faith', 'harlot', 'rahab', 'perished', 'called', 'higher', 'attainment', 'constantly', 'press', 'obtained', 'faith', 'paul', 'express', 'desire', 'christ', 'having', 'own_righteousness', 'faith', 'christ', 'righteousness', 'god', 'faith', 'philippian', 'righteousness', 'come', 'faith', 'increase', 'follows', 'faith', 'increase', 'vain', 'prayer', 'disciple', 'uttered', 'said', 'lord', 'increase', 'faith', 'luke', 'faith', 'susceptible', 'growth', 'plainly', 'declared', 'scripture', 'paul', 'hope', 'faith', 'corinthian', 'brother', 'increased', 'helped', 'preach', 'gospel', 'region', 'corinthian', 'thessalonian', 'wrote', 'prayed', 'exceedingly', 'night', 'day', 'perfect', 'lacking', 'faith', 'believed', 'received', 'spy', 'peace', 'hebrew', 'case', 'cause', 'stumbling', 'given', 'cafeful', 'thought', 'known', 'rahab', 'lied']
root - INFO - extracting file #15500: 2017-04-Final-Corpus/GH19110601-V07-06-page5.txt
root - INFO - extracting file #16000: 2017-04-Final-Corpus/GH19200601-V14-06,07-page10.txt
root - INFO - ['paul', 'thonipson', 'working', 'learned', 'righteousness', 'sin', 'held', 'sway', 'selfishness', 'avarice', 'led', 'captive', 'ignorance', 'untold', 'vice', 'stalked', 'land', 'race', 'pitiful', 'condition', 'seeing', 'need', 'christian_men', 'woman', 'left', 'comfortable', 'home', 'east', 'north', 'came', 'aid', 'planting', 'garden', 'god', 'set', 'precious', 'plant', 'human_being', 'noble', 'beginning', 'great_work', 'loyally', 'faithfully', 'continue', 'child', 'men', 'woman', 'trained', 'beginning', 'god', 'world', 'thing', 'crowning', 'act', 'creation', 'formation', 'man', 'god', 'saw', 'good', 'man', 'woman', 'gave', 'helpmeet', 'god', 'planted', 'garden', 'eastward', 'eden', 'placed', 'holy', 'pair', 'dress', 'commanded', 'fruitful', 'multiply', 'replenish', 'earth', 'filled', 'similar', 'home', 'occurred', 'city', 'life', 'god', 'instituted', 'city', 'garden', 'placed', 'man', 'long', 'joy', 'happiness', 'model', 'home', 'continue', 'tempter', 'came', 'sin', 'resulted', 'man', 'lost', 'holy', 'state', 'dominion', 'beautiful_home', 'saddened', 'sorrowful', 'went', 'forth', 'hope', 'god', 'gave', 'promise', 'redeemer', 'declared', 'gen', 'enmity', 'thee', 'woman', 'thy_seed', 'seed', 'time', 'present', 'hope', 'race', 'coming', 'seed', 'century', 'passed', 'nation', 'page', 'school', 'wilmington', 'mission', 'school', 'anna', 'knight', 'educatii', 'coope', 'paul', 'law', 'lord', 'job', 'said', 'somebody', 'wait', 'till', 'know', 'lord', 'came', 'felt', 'kind', 'sneakin', 'like', 'cause', 'knowed', 'wrong', 'day', 'needed', 'lord', 'needed', 'right', 'away', 'answered', 'hear', 'juit', 'educated', 'splendid', 'institution', 'built', 'worker', 'continue', 'reproduce', 'kind', 'seed', 'turn']
root - INFO - extracting file #16500: 2017-04-Final-Corpus/GS18861101-V01-19-page8.txt
root - INFO - extracting file #17000: 2017-04-Final-Corpus/HM18901101-V02-11e2-page22.txt
root - INFO - ['the_home_missionary', 'work', 'heart', 'force', 'life', 'element', 'blood', 'member', 'tissue', 'fiber', 'organism', 'know', 'body', 'cut', 'continual', 'supply', 'life', 'current', 'perish', 'important', 'working', 'heart', 'shall', 'continuous', 'healthy', 'vigorous', 'work', 'church', 'life', 'health', 'growth', 'foreign_mission', 'special', 'occasion', 'lord', 'master', 'great', 'physician', 'feel', 'pulse', 'world', 'strong', 'healthy', 'action', 'church', 'sending', 'liferestoring', 'message', 'nation', 'kindred', 'tongue', 'needed', 'mission', 'present', 'fiscal', 'year', 'needed', 'want', 'translate', 'publish', 'important', 'book', 'german', 'french', 'spanish', 'dutch', 'swedish', 'danish', 'language', 'canvasser', 'working', 'self', 'supporting', 'plan', 'best', 'possible', 'material', 'work', 'want', 'translate', 'print', 'smaller', 'work', 'language', 'require', 'thousand', 'dollar', 'worker', 'foreign_lands', 'supported', 'fund', 'contributed', 'church', 'united', 'state', 'assistance', 'given', 'school', 'education', 'laborer', 'support', 'ship', 'city', 'mission', 'support', 'missionary', 'ship', 'require', 'needed', 'deficiency', 'present_year', 'want', 'open', 'work', 'finland', 'poland', 'russian', 'empire', 'carry', 'message', 'people', 'austria', 'spain', 'south', 'america', 'western', 'africa', 'land', 'way', 'open', 'brother', 'sister', 'planning', 'read', 'act', 'answer', 'missionary', 'offering', 'man', 'according', 'purposeth', 'heart', 'let', 'grudgingly', 'necessity', 'god', 'loveth', 'cheerful', 'giver', 'committee', 'arrangement', 'thought', 'best', 'provide', 'separate', 'service', 'collection', 'missionary', 'offering', 'year', 'advise', 'following', 'program', 'regular', 'service', 'thursday', 'december', 'service', 'held', 'day', 'evening', 'committee', 'view', 'great_need', 'mean', 'foreign', 'missionary', 'work', 'importance', 'solemnity', 'time', 'living', 'ought', 'arrangement', 'collection', 'missionary', 'offering', 'simple', 'inexpensive', 'envelope', 'distributed', 'sunday', 'december', 'pain', 'taken', 'supply', 'absent', 'offering', 'inclosed', 'brought', 'meeting', 'december', 'quietly', 'collected', 'close', 'service', 'child', 'selected', 'collect', 'offering', 'person', 'person', 'chosen', 'receive', 'ascertained', 'announced', 'close', 'meeting', 'order', 'service', 'lengthy', 'suggest', 'opening_exercises', 'brief', 'consistent', 'hymn', 'appropriate', 'opening', 'followed', 'short', 'prayer', 'hymn', 'regular', 'reading', 'day', 'given', 'hymn', 'sung', 'immediately', 'verse', 'given', 'recited', 'previous', 'arrangement', 'having', 'child', 'drilled', 'repeat', 'short', 'verse', 'concert', 'child', 'young_people', 'selected', 'respond', 'succeeding', 'verse', 'respond', 'indicate', 'map', 'world', 'provided', 'year', 'sabbath', 'school', 'portion', 'voice', 'represented', 'coming', 'unite', 'closing', 'verse', 'let', 'offering', 'collected', 'counted', 'entire', 'company', 'join', 'singing', 'closing', 'song', 'come', 'help', 'meeting', 'dismissed', 'benediction', 'earnest_prayer', 'god', 'blessing', 'rest', 'offering', 'white']
root - INFO - extracting file #17500: 2017-04-Final-Corpus/HM18930701-V05-06-page1.txt
root - INFO - extracting file #18000: 2017-04-Final-Corpus/HM18951101-V07-10-page7.txt
root - INFO - ['shaped', 'constitution', 'member', 'church', 'member', 'tract_society', 'said', 'sabbath', 'school', 'church', 'study', 'tract', 'missionary_society', 'church', 'work', 'fact', 'understood', 'officer', 'regarded', 'officer', 'church', 'unitedly', 'seek', 'humble', 'prayer', 'council', 'lay', 'broad', 'practical', 'plan', 'advancement', 'line', 'work', 'heard', 'moody', 'relate', 'experience', 'organized', 'church', 'choir', 'thought', 'organized', 'body', 'church', 'choir', 'proposed', 'manage', 'singing', 'business', 'minister', 'request', 'hymn', 'sung', 'whole_church', 'worship', 'choir', 'start', 'new', 'tune', 'knew', 'defeat', 'request', 'minister', 'congregation', 'acquainted', 'tune', 'afterward', 'kindly', 'spoken', 'minister', 'concerning', 'wish', 'congregation', 'share', 'worship', 'joining', 'choir', 'singing', 'chorister', 'replied', 'sharply', 'care', 'business', 'attend', 'choir', 'organization', 'independent', 'church', 'chorister', 'ready', 'defend', 'fine', 'distinction', 'function', 'special', 'organization', 'hand', 'foot', 'eye', 'body', 'body', 'sad', 'scene', 'truly', 'pious', 'angel', 'weeping', 'behold', 'mockery', 'singing', 'praise', 'god', 'satan', 'exults', 'christ', 'shame', 'house', 'friend', 'sweet', 'spirit', 'unity', 'christ', 'prayed', 'church', 'dwelling', 'heart', 'disciple', 'wanting', 'gone', 'spirit', 'taken', 'place', 'led', 'perverted', 'understanding', 'purpose', 'band', 'singer', 'organized', 'viz', 'lead', 'singing', 'time', 'religious_persecution', 'rapidly', 'arising', 'hand', 'field', 'white', 'ready', 'harvest', 'time', 'frequent', 'prayerful', 'council', 'officer', 'various_branches', 'church_work', 'good_advice', 'war', 'divine', 'leadership', 'captain', 'salvation', 'head', 'church', 'shall', 'forward', 'good_courage', 'shall', 'good_success', 'wining', 'soul', 'christ', 'porter', 'able', 'minister', 'sign', 'time', 'year', 'appropriately', 'termed', 'able', 'minister', 'denomination', 'printing', 'large_number', 'paper', 'occupies', 'distinctive', 'sphere', 'place', 'sign', 'time', 'general', 'nature', 'paper', 'yea', 'paper', 'present', 'peculiar', 'view', 'denomination', 'reason', 'expounds', 'said', 'view', 'thoroughly', 'paper', 'filled', 'such_things', 'people', 'desire', 'hear', 'good', 'ordinary', 'sermon', 'day', 'christian_world', 'preached', 'thoroughly', 'printed', 'extensively', 'good', 'respect', 'tame', 'broken', 'distinctiveness', 'true', 'bible', 'doctrine', 'extent', 'professed', 'christian', 'clear', 'intelligent', 'exposition', 'doctrine', 'held', 'church', 'member', 'thousand', 'individual', 'honest', 'heart', 'reading', 'bible', 'filled', 'earnest_desire', 'know', 'true_meaning', 'hail', 'delight', 'minister', 'bible', 'worker', 'paper', 'reveal', 'truth', 'minister', 'bible', 'worker', 'scarce', 'expensive', 'field', 'sign', 'time', 'able', 'exponent', 'bible', 'doctrine', 'truly', 'able', 'minister', 'minister', 'success', 'count', 'convert', 'thousand', 'rejoicing', 'truth', 'received', 'impression', 'teaching', 'convert', 'english', 'language', 'spoken', 'country', 'england', 'ireland', 'scotland', 'australia', 'south', 'america', 'africa', 'island', 'sea', 'writer', 'labored', 'home', 'foreign_fields', 'labored', 'field', 'finding', 'people', 'embraced', 'truth', 'attention', 'called', 'reading', 'asked', 'introduced', 'invariably', 'reply', 'friend', 'sent', 'sign', 'able', 'minister', 'visited', 'house', 'calmly', 'presented', 'truth', 'read', 'truth', 'presented', 'wondered', 'strange', 'teaching', 'week', 'week', 'added', 'new', 'point', 'enforced', 'previously', 'given', 'wonder', 'gave', 'way', 'pro', 'the_home_missionary']
root - INFO - extracting file #18500: 2017-04-Final-Corpus/HR18670801-V02-02-page9.txt
root - INFO - extracting file #19000: 2017-04-Final-Corpus/HR18710201-V05-08-page23.txt
root - INFO - ['the_health_reformer', 'ing', 'stern', 'time', 'work', 'enthusiastic', 'beautiful', 'sunrise', 'buy', 'pretty', 'picture', 'encourage', 'decorate', 'room', 'childish', 'way', 'instinct', 'inch', 'mile', 'allow', 'privilege', 'home', 'beautiful', 'single', 'step', 'disgraced', 'life', 'single', 'wrong', 'act', 'spend', 'dollar', 'escape', 'law', 'young_man', 'woman', 'rendered', 'miserable', 'hasty', 'selecting', 'partner', 'life', 'reduced', 'poverty', 'single', 'unwise', 'investment', 'thousand', 'lost', 'life', 'single', 'step', 'drunkard', 'single', 'draught', 'whisky', 'tobacco', 'chewer', 'chew', 'gambler', 'game', 'thousand', 'lost', 'word', 'encouragement', 'hasting', 'forward', 'number', 'reformer', 'midst', 'care', 'perplexity', 'closing', 'year', 'busin', 'preparatory', 'annual', 'report', 'publishing', 'association', 'called', 'good', 'sound', 'health_reformers', 'contribute', 'moment', 'miss', 'connected', 'business', 'department', 'eye', 'communication', 'reformer', 'pas', 'handed', 'following', 'constantly', 'receiving', 'letter', 'friend', 'patron', 'health', 'reformer', 'containing', 'remittance', 'prize', 'highly', 'word', 'cheer', 'congratulation', 'success', 'assurance', 'operation', 'great_work', 'reform', 'select', 'rehealth', 'disobeying', 'single', 'law', 'ceived', 'minn', 'writes', 'like', 'journal', 'health_reformer', 'principle', 'practice', 'wish', 'abundant', 'success', 'careful', 'step', 'child', 'subject', 'raising', 'child', 'consequence', 'gaining', 'honor', 'distinction', 'wealth', 'outweighs', 'albert', 'meadow', 'port', 'hope', 'canada', 'othrse', 'ought', 'studied', 'writes', 'word', 'inadequate', 'express', 'deeply', 'profession', 'business', 'pleasure', 'anticipate', 'monthly', 'visit', 'valuable', 'journal', 'prosper', 'friend', 'reform', 'thank', 'encouraging', 'letter', 'liberal', 'patronage', 'beg', 'continuance', 'know', 'love', 'beautiful', 'place', 'young_girl', 'care', 'kind', 'hearted', 'graceful', 'woman', 'unconsciously', 'grows', 'graceful', 'lady', 'place', 'boy', 'establishment', 'thorough', 'going', 'straight', 'forward', 'business_man', 'boy', 'self', 'reliant', 'practical', 'business_man', 'child', 'susceptible', 'creature', 'circumstance', 'scene', 'action', 'impress', 'influence', 'arbitrary', 'rule', 'stern', 'example', 'thousand', 'way', 'speak', 'bright', 'scene', 'soft', 'utterance', 'pretty', 'picture', 'grow', 'teach', 'child', 'love', 'beautiful', 'corner', 'garden', 'flower', 'encourage', 'shape', 'hanging', 'basket', 'allow', 'favorite', 'tree', 'lead', 'wander', 'prettiest', 'woodlet', 'best', 'view', 'sunset', 'rouse', 'mornought', 'interested', 'produce', 'revolution', 'matter', 'rearing', 'child', 'study', 'interesting', 'instructive', 'father', 'mother', 'know', 'properly', 'rear', 'educate', 'family', 'greatly', 'wiser', 'professor', 'live', 'daily', 'growth', 'child', 'observe', 'unfolding', 'nature', 'beauty', 'life', 'behold', 'god', 'seen', 'nature', 'learn', 'guide', 'development', 'wise', 'child', 'educates', 'parent', 'parent', 'educates', 'child', 'school', 'parent', 'afford', 'lose', 'know', 'law', 'govern', 'favor', 'right', 'growth', 'birth', 'know', 'feed', 'clothe', 'train', 'educate', 'amuse', 'play', 'love', 'know', 'teach', 'wise', 'brave', 'truthful', 'industrious', 'mirthful', 'sober', 'able', 'receive', 'favor', 'god', 'bestow', 'mankind', 'learning', 'thousand', 'year', 'learned', 'fellow_beings', 'good']
root - INFO - extracting file #19500: 2017-04-Final-Corpus/HR18730501-V08-05-page5.txt
root - INFO - extracting file #20000: 2017-04-Final-Corpus/HR18750701-V10-07-page11.txt
root - INFO - ['ing', 'injurious', 'tissue', 'eye', 'smart', 'place', 'cuticle', 'removed', 'hardly', 'follows', 'acid', 'eye', 'smart', 'try', 'drop', 'lemon_juice', 'admit', 'wholesomeness', 'fruit', 'acid', 'tell', 'build', 'tissue', 'hard', 'stomach', 'liver', 'work', 'rid', 'argument', 'salt', 'injurious', 'prove', 'acid', 'hardly', 'think', 'live', 'comfortably', 'enter', 'formation', 'tissue', 'muscle', 'bone', 'salt', 'eor', 'pretend', 'able', 'explain', 'effect', 'agency', 'human_system', 'fearfully', 'wonderfully', 'thousand', 'string', 'harp', 'difficult', 'touch', 'benighted', 'doubt', 'doctor', 'learned', 'perfectly', 'doe', 'follow', 'long', 'established', 'habit', 'wrong', 'explain', 'internal', 'process', 'connected', 'seen', 'sufficient_evidence', 'bring', 'conclusion', 'salt', 'deadly', 'effect', 'attribute', 'doubt', 'use', 'far', 'injurious', 'effect', 'moderation', 'believe', 'saviour', 'good', 'zealous', 'health', 'reformer', 'soon', 'use', 'ash', 'potato', 'salt', 'confess', 'prefer', 'salt', 'reply', 'experiment', 'cattle', 'reference', 'effect', 'salt', 'utterly', 'failed', 'establishing', 'position', 'salt', 'beneficial', 'animal', 'know', 'numerous', 'instance', 'animal', 'salt', 'withheld', 'end', 'experiment', 'flourishing', 'condition', 'given', 'freely', 'need', 'add', 'point', 'friend', 'admits', 'experiment', 'favor', 'use', 'salt', 'conclusive', 'let', 'consider', 'great_facts', 'adduced', 'establish', 'dietetic', 'importance', 'salt', 'rightfully', 'expect', 'afford', 'evidence', 'conclusive', 'mind', 'opponent', 'general_use', 'salt', 'remote', 'age', 'produced', 'argument', 'favor', 'answer', 'need', 'scarcely', 'attention', 'said', 'point', 'previous', 'article', 'universality', 'antiquity', 'practice', 'argument', 'favor', 'appeal', 'custom', 'established', 'usage', 'stronghold', 'conservatism', 'old', 'fogyism', 'reasoning', 'bane', 'formidable', 'barrier', 'progress', 'direction', 'logic', 'repudiated', 'worthless', 'such_men', 'luther', 'lord', 'bacon', 'great', 'newton', 'world', 'groping', 'darkness', 'middle', 'age', 'reasoning', 'accepted', 'religion', 'synonym', 'superstition', 'mental', 'philosophy', 'conglomeration', 'absurd', 'vagary', 'puerile', 'speculation', 'physical', 'science', 'greatest', 'pride', 'modern_civilization', 'unsubstantial', 'universal', 'belief', 'world', 'flat', 'supported', 'huge', 'turtle', 'cling', 'old', 'delusion', 'sanction', 'antiquity', 'friend', 'persist', 'eating', 'salt', 'job', 'ancient', 'worthy', 'let', 'adopt', 'ancient', 'view', 'science', 'prefer', 'test', 'question', 'merit', 'discarding', 'appeal', 'prejudice', 'unworthy', 'argument', 'great_fact', 'adduced', 'opponent', 'defense', 'favorite', 'condiment', 'wholly', 'devoid', 'logical', 'force', 'dietetic', 'use', 'salt', 'far', 'universal', 'custom', 'numerous', 'tribe', 'south', 'america', 'north', 'american', 'indian', 'inhabitant', 'siberia', 'central', 'africa', 'know', 'salt', 'far', 'physical_development', 'concerned', 'furnish', 'finest', 'specimen', 'vigorous', 'manhood', 'produced', 'siberian', 'live', 'sea', 'coast', 'ample', 'opportunity', 'obtaining', 'plenty', 'salt', 'necessity', 'unknown', 'rum', 'american', 'indian', 'discovery', 'continent', 'gentleman', 'informs', 'little', 'salt', 'presented', 'preserved', 'great', 'curiosity', 'according', 'quotation', 'livingstone', 'salt', 'operates', 'sick', 'negro', 'medicine', 'true', 'capital', 'argument', 'use', 'food', 'know', 'medicine', 'good', 'food', 'suppose', 'teaspoonful', 'salt', 'cure', 'indigestion', 'african', 'negro', 'diet', 'dose', 'epsom', 'salt', 'american', 'negro', 'dose', 'castor', 'oil', 'mustard', 'emetic', 'effect', 'opponent', 'claim', 'salt', 'mustard', 'castor', 'oil', 'good', 'article', 'food', 'occasion', 'medicinal', 'effect', 'great_fact', 'the_health_reformer']
root - INFO - extracting file #20500: 2017-04-Final-Corpus/HR18770901-V12-09-page11.txt
root - INFO - extracting file #21000: 2017-04-Final-Corpus/HR18790901-V14-09-page7.txt
root - INFO - ['invalid', 'mineral', 'spring', 'form', 'medication', 'properly', 'selected', 'complete', 'transformation', 'patient', 'environment', 'right', 'following', 'excellent', 'article', 'pen', 'rev', 'hastings', 'editor', 'publisher', 'christian', 'best', 'family', 'paper', 'published', 'use', 'tobacco', 'person', 'persistent', 'flagrant', 'transgression', 'right', 'person', 'claim', 'privilege', 'principle', 'law', 'gospel', 'common_sense', 'allows', 'man', 'displeasing', 'annoying', 'man', 'father', 'mother', 'wife', 'child', 'friend', 'lived', 'hermit', 'hole', 'desert', 'island', 'untrodden', 'human', 'foot', 'claim', 'natural', 'right', 'pleased', 'provided', 'god', 'moral', 'responsibility', 'impossible', 'society', 'exist', 'men', 'consent', 'abridgment', 'personal', 'right', 'privilege', 'learn', 'consider', 'respect', 'right', 'inclination', 'law', 'based', 'principle', 'inclination', 'individual', 'yield', 'good', 'community', 'refuse', 'accept', 'principle', 'action', 'speedily', 'outlaw', 'array', 'society', 'society', 'avenges', 'compelling', 'submit', 'wholesome', 'authority', 'man', 'moving', 'society', 'right', 'nuisance', 'occasion', 'offense', 'bound', 'observe', 'propriety', 'decency', 'life', 'member', 'society', 'society', 'subverted', 'man', 'living', 'right', 'defile', 'water', 'drink', 'man', 'living', 'right', 'poison', 'air', 'breathe', 'man', 'tobacco', 'continually', 'thing', 'burn', 'filthy', 'cigar', 'nauseous', 'pipe', 'drawing', 'smoke', 'mouth', 'puffing', 'inhale', 'right', 'poison', 'air', 'breathe', 'right', 'headache', 'way', 'deprive', 'privilege', 'breathing', 'vital', 'air', 'god', 'necessary', 'life', 'away', 'human', 'fellowship', 'hear', 'way', 'affected', 'conduct', 'case', 'different', 'intrudes', 'poison', 'air', 'breathe', 'imagine', 'perfect', 'right', 'right', 'object', 'mistaken', 'right', 'duty', 'protest', 'impudence', 'selfishness', 'man', 'right', 'poison', 'wife', 'child', 'sick', 'use', 'tobacco', 'thousand', 'day', 'day', 'helpless', 'woman', 'little', 'child', 'feeble', 'sensitive', 'suffer', 'headache', 'nausea', 'untold', 'disgust', 'selfish', 'uncourteous', 'man', 'claim', 'privilege', 'plea', 'regard', 'personal', 'habit', 'respect', 'right', 'such_men', 'mistaken', 'position', 'able', 'law', 'brute', 'force', 'higher', 'law', 'right', 'propriety', 'unquestionably', 'condemned', 'marked', 'effect', 'use', 'narcotic', 'blunt', 'conscience', 'render', 'mind', 'insensible', 'delicate', 'moral', 'equitable', 'distinction', 'consequently', 'men', 'slightest', 'apparent', 'sense', 'impropriety', 'commit', 'greatest', 'breach', 'public', 'courtesy', 'man', 'right', 'smoke', 'face', 'spit', 'face', 'hardly', 'street', 'sickened', 'nauseous', 'puffing', 'smoker', 'idea', 'making', 'nuisance', 'fejee', 'islander', 'indecency', 'going', 'naked', 'men', 'know', 'loathing', 'cause', 'mind', 'men', 'woman', 'meet', 'day', 'day', 'certain', 'conscience', 'sensibility', 'thoroughly', 'calloused', 'rid', 'habit', 'uncourteous', 'unjust', 'united', 'state', 'sends', 'money', 'abroad', 'sugar', 'article', 'commerce', 'according', 'best', 'authority', 'annually', 'consume', 'pound', 'domestic', 'foreign', 'sugar', 'good_health']
root - INFO - extracting file #21500: 2017-04-Final-Corpus/HR18811101-V16-11-page27.txt
root - INFO - extracting file #22000: 2017-04-Final-Corpus/HR18831201-V18-12-page19.txt
root - INFO - ['colonial', 'day', 'prof', 'tyler', 'cornell', 'university', 'recent', 'lecture', 'mentioned', 'following', 'curious', 'fact', 'relating', 'view', 'science', 'held', 'colonial', 'father', 'long_time', 'believed', 'country', 'island', 'referred', 'early', 'charter', 'great', 'ignorance', 'mineralogy', 'prevailed', 'led', 'absurd', 'error', 'shipload', 'dark', 'ore', 'carried', 'england', 'turned', 'iron', 'pyrite', 'oyster', 'shell', 'eagerly', 'searched', 'pearl', 'new', 'england', 'farmer', 'anxiously', 'examined', 'stone', 'turned', 'plowshare', 'principle', 'determining', 'character', 'mineral', 'chemical', 'property', 'known', 'middle', 'eighteenth_century', 'botany', 'flora', 'studied', 'discover', 'nature', 'remedy', 'disease', 'sir', 'digby', 'gave', 'following', 'prescription', 'fever', 'ague', 'pare', 'nail', 'patient', 'bag', 'tie', 'bag', 'neck', 'eel', 'eel', 'tub', 'water', 'eel', 'die', 'patient', 'duty', 'owe', 'right', 'eat', 'drink', 'know', 'disagree', 'digestion', 'drop', 'furtive', 'pinch', 'arsenic', 'sicken', 'slightly', 'school', 'fellow', 'cup', 'truly', 'duty', 'eat', 'regularly', 'wholesome', 'strength', 'giving', 'food', 'wisely', 'adapted', 'need', 'pray', 'day', 'daily_bread', 'faith', 'sensible', 'work', 'doe', 'bring', 'miracle', 'age', 'sin', 'kind', 'degree', 'omitting', 'constitutional', 'walk', 'study', 'hard', 'lesson', 'like', 'sure', 'morrow', 'picking', 'neighbor', 'pocket', 'cheating', 'bargain', 'dishonest', 'action', 'long', 'certain', 'run', 'justice', 'sure', 'punished', 'thought', 'outside', 'body', 'inventory', 'capability', 'necessity', 'soul', 'nearest', 'neighbor', 'soul', 'love', 'marion', 'harland', 'god', 'sweet', 'dew', 'shower', 'grace', 'slide', 'mountain', 'pride', 'fall', 'low', 'valley', 'humble', 'heart', 'pleasant', 'fertile', 'opular', 'science', 'silver', 'plating', 'battery', 'chemical', 'contemporary', 'following', 'satisfactory', 'method', 'applying', 'metal', 'article', 'silver', 'coating', 'use', 'battery', 'remembered', 'coating', 'silver', 'applied', 'chemical', 'process', 'deposited', 'electrical', 'action', 'method', 'suggested', 'recommended', 'article', 'subjected', 'wear', 'copper', 'alloy', 'brass', 'german', 'silver', 'metal', 'dipped', 'strong', 'solution', 'caustic', 'potash', 'thoroughly', 'rinsed', 'fresh', 'water', 'care', 'taken', 'touch', 'hand', 'greasy', 'pewter', 'lead', 'tin', 'britannia', 'metal', 'treated', 'silvering', 'solution', 'preparation', 'article', 'joined', 'solder', 'containing', 'tin', 'left', 'long', 'alkali', 'solder', 'dissolve', 'copper', 'blacken', 'copper', 'brass', 'german', 'silver', 'heated', 'dipped', 'dilute', 'sulphuric', 'acid', 'water', 'serve', 'soldered', 'article', 'dip', 'dilute', 'nitric', 'acid', 'mixture', 'sulphuric', 'acid', 'water', 'nitric', 'acid', 'hydrochloric', 'acid', 'case', 'volume', 'bath', 'thirty', 'time', 'article', 'cleansed', 'dip', 'short_time', 'followed', 'thorough', 'rapid', 'rinsing', 'fresh', 'water', 'solution', 'cream', 'tartar', 'common', 'salt', 'silver', 'chloride', 'good_health', 'simplest', 'silvering', 'solution', 'mixing', 'paste', 'soda', 'washing', 'soda', 'common', 'salt', 'silver', 'chloride', 'sufficient', 'warm', 'water', 'mixture', 'salt', 'silver', 'chloride', 'paste', 'applied', 'ith', 'rubber', 'surface', 'properly', 'coated', 'article', 'washed', 'dried', 'possible', 'varnished', 'hard', 'copal', 'varnish', 'dissolve', 'boiling', 'water', 'common', 'kettle', 'addition', 'little', 'alum', 'article', 'stirred', 'till', 'properly', 'coated', 'paste', 'added', 'lot', 'article', 'whitened', 'bath', 'improves', 'use', 'doe', 'produce', 'desired', 'result', 'following', 'boiling', 'effectual', 'silver', 'nitrate', 'potassium', 'cyanide', 'water', 'gall']
root - INFO - extracting file #22500: 2017-04-Final-Corpus/HR18860801-V21-08-page2.txt
root - INFO - extracting file #23000: 2017-04-Final-Corpus/HR18880401-V23-04-page21.txt
root - INFO - ['vegetable', 'gymnasium', 'fitted', 'uncle', 'ready', 'mcintire', 'stepped', 'regular', 'costume', 'exercise', 'gave', 'little', 'talk', 'value', 'exercise', 'turned', 'pole', 'swung', 'long', 'rope', 'foot', 'ring', 'hand', 'climbed', 'ladder', 'fastened', 'barn', 'interesting', 'child', 'john', 'wholly', 'unaccustomed', 'sport', 'permitted', 'try', 'thinking', 'easy', 'failure', 'caused', 'think', 'uncle', 'wonderful', 'man', 'said', 'uncle', 'left', 'gymnasium', 'want', 'tell', 'story', 'read', 'long', 'ago', 'illustrates', 'benefit', 'regular', 'exercise', 'character', 'believe', 'exercise', 'best', 'thing', 'develop', 'manliness', 'help', 'mind', 'body', 'story', 'low', 'browed', 'brutal', 'looking', 'men', 'sent', 'prison', 'foul', 'crime', 'slouching', 'gait', 'spent', 'life', 'satan', 'course', 'low', 'business', 'read', 'write', 'ignorant', 'lazy', 'fellow', 'experiment', 'plain', 'simple', 'food', 'required', 'regular', 'exercise', 'gymnasium', 'soon', 'began', 'develop', 'sprightly', 'step', 'awkward', 'shambling', 'appearance', 'overcome', 'face', 'grew', 'brighter', 'desired', 'study', 'month', 'time', 'came', 'improved', 'cent', 'best', 'men', 'lain', 'folded', 'away', 'lazy', 'muscle', 'boy', 'great', 'deal', 'order', 'live', 'life', 'usefulness', 'hope', 'hold', 'desire', 'earnest', 'purpose', 'making', 'best', 'kind', 'men', 'tell', 'said', 'john', 'prepared', 'dinner', 'uncle', 'tip', 'going', 'man', 'like', 'gentleman', 'polite', 'sister', 'wife', 'said', 'uncle', 'john', 'let', 'millie', 'walk', 'ethel', 'aunt', 'polly', 'boy', 'looked', 'annoyed', 'uncle', 'continued', 'manner', 'great_part', 'play', 'heaith', 'mind', 'body', 'table', 'sparkled', 'new', 'silver', 'regular', 'hygienic', 'dinner', 'said', 'uncle', 'depraved', 'appetite', 'like', 'famous', 'woman', 'interested', 'hygiene', 'temperance', 'louisa', 'alcott', 'miss', 'louisa', 'alcott', 'recent', 'death', 'brought', 'sadness', 'heart', 'born', 'germantown', 'mother', 'lovely', 'gifted', 'woman', 'desended', 'long', 'line', 'distinguished', 'ancestry', 'father', 'amos', 'bronson', 'alcott', 'death', 'occurred', 'day', 'prior', 'long', 'renowned', 'founder', 'leader', 'concord', 'school', 'philosophy', 'louisa', 'eldest', 'daughter', 'incident', 'scene', 'happy', 'childhood', 'vividly', 'portrayed', 'wonderful', 'book', 'little', 'woman', 'early', 'home', 'comparative', 'poverty', 'culture', 'refinement', 'right', 'childhood', 'considered', 'sacred', 'effort', 'develop', 'elevate', 'individual', 'mind', 'nurtured', 'atmosphere', 'strange', 'louiffft', 'early_age', 'began', 'picture', 'imaginary', 'life', 'thought', 'principle', 'home', 'training', 'thirteen', 'wrote', 'beautiful', 'poem', 'kingdom', 'year', 'recently', 'appearance', 'print', 'miss', 'alcott', 'road', 'fame', 'lie', 'flowery', 'path', 'obstacle', 'amid', 'difficulty', 'person', 'determined', 'place', 'world', 'succumbed', 'began', 'teaching', 'sixteen', 'engaged', 'wrote', 'book', 'flower', 'fable', 'published', 'year', 'later', 'book', 'mood', 'written', 'eighteen', 'good', 'ialth']
root - INFO - extracting file #23500: 2017-04-Final-Corpus/HR18890801-V24-08-page21.txt
root - INFO - extracting file #24000: 2017-04-Final-Corpus/HR18910201-V26-02-page45.txt
root - INFO - ['line', 'car', 'change', 'chicago', 'los', 'angeles', 'save', 'hotirs', 'time', 'western', 'excursion', 'ticket', 'california', 'arizona', 'old', 'mexico', 'colorado', 'utah', 'full_particulars', 'apply', 'nearest', 'ticket', 'office', 'geo', 'gillman', 'passenger', 'agent', 'griswold', 'detroit', 'mich', 'advertbements', 'sanitarian', 'based', 'outset', 'medical', 'knowledge', 'naval', 'service', 'extensive', 'field', 'observation', 'climate', 'different', 'quarter', 'world', 'large', 'experience', 'dealing', 'epidemic', 'disease', 'arvactical', 'sanitation', 'maintenance', 'health', 'trying', 'circumstance', 'best', 'sanitary', 'publication', 'america', 'mississippi', 'valley', 'medical', 'monthly', 'easily', 'maintains', 'superiority', 'kll', 'similar', 'publication', 'medical', 'world', 'accomplished', 'good', 'sanitary', 'paper', 'hydraulic', 'sanitary', 'plumber', 'editor', 'bell', 'known', 'mercantile', 'community', 'cooperation', 'merchant', 'quarantine', 'reform', 'profession', 'leader', 'sanitary', 'science', 'new', 'york', 'journal', 'commerce', 'sanitarian', 'hitherto', 'continue', 'future', 'devoted', 'entirely', 'promotion', 'art', 'science', 'sanitation', 'mentally', 'physically', 'relation', 'added', 'attraction', 'beginning', 'november', 'transaction', 'american', 'climatological', 'association', 'sanitarian', 'continue', 'present', 'form', 'page', 'text', 'monthly', 'volume', 'yearly', 'volume', 'begin', 'january', 'july', 'subscription', 'time', 'term', 'year', 'advance', 'cent', 'number', 'sample', 'copy', 'cent', 'cent', 'postage', 'stamp', 'tar', 'communication', 'addressed', 'editor', 'bell', 'plain', 'fact', 'old', 'young', 'member', 'america', 'public', 'health', 'association', 'american', 'society', 'microscopist', 'state', 'medical', 'association', 'associatum', 'advancement', 'science', 'new', 'edition', 'revised', 'enlarged', 'work', 'passed', 'rapidly', 'large', 'edition', 'aggregating', 'copy', 'sold', 'year', 'book', 'commended', 'leading', 'journalist', 'clergyman', 'physi', 'cians', 'examine', 'thoroughly', 'new', 'edition', 'contains', 'new', 'interesting', 'chapter', 'making', 'handsome', 'octavo', 'volume', 'page', 'handsomely', 'bound', 'following', 'style', 'cloth', 'embossed', 'gold', 'jet', 'leather', 'library', 'style', 'half', 'icp', 'occo', 'gilt_edges', 'work', 'sold', 'exclusively', 'subscription', 'best', 'sla', 'ing', 'book', 'published', 'reliable', 'energetic', 'agent', 'wanted', 'canada', 'township', 'united', 'state', 'liberal', 'compensation', 'paid', 'agent', 'outfit', 'information', 'address', 'segner', 'publisher', 'burlington', 'iowa', 'pacific', 'press', 'oakland', 'cal', 'agent', 'pacific_coast', 'australia', 'new', 'zealand', 'eureka', 'incubator', 'brooder', 'send', 'cent', 'stamp', 'page', 'catalogue', 'tell', 'best', 'brooder', 'use', 'campbell', 'west', 'elizabeth', 'second', 'place', 'brooklyn', 'minute', 'going', 'california', 'santa', 'roulte', 'ati', 'aix']
root - INFO - extracting file #24500: 2017-04-Final-Corpus/HR18920901-V27-09-page25.txt
root - INFO - extracting file #25000: 2017-04-Final-Corpus/HR18940201-V29-02-page14.txt
root - INFO - ['amusing', 'paragraph', 'come', 'certain', 'town', 'kansa', 'woman', 'served', 'police', 'justice', 'office', 'dealt', 'nomad', 'fraternity', 'unique', 'fashion', 'tramp', 'sentenced', 'bath', 'day', 'day', 'hard_labor', 'stone', 'pile', 'order', 'fed', 'worked', 'starved', 'shirked', 'nearly', 'case', 'bath', 'sentence', 'town', 'blacklisted', 'entire', 'brotherhood', 'inexorable', 'fact', 'heredity', 'drunk', 'whisky', 'day', 'thirty', 'year', 'remarked', 'gentleman', 'proudly', 'good', 'constitution', 'average', 'man', 'age', 'drunk', 'life', 'telling', 'truth', 'learn', 'whole_truth', 'study', 'child', 'oldest', 'young_lady', 'perfect_health', 'second', 'young_man', 'remarkably', 'nervous', 'excitable', 'temperament', 'different', 'phlegmatic', 'father', 'possible', 'young_lady', 'seventeen', 'epileptic', 'poor_health', 'father', 'whisky', 'drinking', 'fact', 'instance', 'duplicated', 'community', 'think', 'family', 'acquaintance', 'father', 'long', 'moderate', 'drinker', 'observe', 'fact', 'health', 'child', 'superintendent', 'hospital', 'child', 'berne', 'switzerland', 'careful', 'observation', 'cent', 'parent', 'intoxicating', 'liquor', 'habitually', 'good', 'constitution', 'cent', 'child', 'temperate', 'parent', 'sound', 'body', 'child', 'inebriate', 'cent', 'healthy', 'man', 'drink', 'consequence', 'child', 'consequence', 'quarterly', 'journal', 'inebriety', 'centenarian', 'burney', 'yoe', 'king', 'college', 'london', 'author', 'food', 'health', 'disease', 'late', 'article', 'nineteenth', 'century', 'review', 'observes', 'brazil', 'condition', 'favorable', 'longevity', 'life', 'lived', 'brazilian', 'centenarian', 'yoe', 'difficult', 'conciliate', 'exigency', 'european', 'civilization', 'drawback', 'effectually', 'prevent', 'european', 'generally', 'following', 'precept', 'example', 'examined', 'number', 'centenarian', 'locality', 'given', 'presumably', 'british', 'failed', 'discover', 'trace', 'rheumatism', 'gout', 'centenarian', 'sound', 'sleeper', 'contrary', 'rule', 'aged', 'civilization', 'poor', 'sleeper', 'greater', 'centenarian', 'stomach', 'like', 'cast', 'iron', 'retort', 'case', 'examined', 'thirty', 'excellent', 'memory', 'medium', 'memory', 'poor', 'memory', 'diet', 'thirty', 'eaten', 'meat', 'fish', 'barely', 'touched', 'sparingly', 'moderately', 'thirty', 'eaten', 'like', 'yorkshire', 'butcher', 'antiquarian', 'examined', 'drinking', 'habit', 'number', 'beverage', 'water', 'twentytwo', 'occasionally', 'toyed', 'tempter', 'allowed', 'overcome', 'regular', 'drinker', 'drunkard', 'inebriate', 'jolly', 'centenarian', 'sorry', 'relate', 'got', 'gloriously', 'incorrigibly', 'drunk', 'occasion', 'opportunity', 'mean', 'permitted', 'brandy', 'beer', 'old', 'incorrigibles', 'loved', 'gin', 'inveterate', 'drinker', 'limerick', 'farmer', 'contrary', 'rule', 'remained', 'bachelor', 'hard', 'drinker', 'celebrated', 'fifth', 'birthday', 'vegetarianism', 'shaker', 'north', 'america', 'december', 'number', 'sphinxcontains', 'authenticated', 'report', 'peculiar', 'religious', 'social', 'economical', 'institution', 'shaker', 'heading', 'year', 'shaker', 'paul', 'breiterenz', 'author', 'express', 'opinion', 'social', 'situation', 'shaker', 'colony', 'follows', 'shaker', 'religion', 'requires', 'member', 'manual_labor', 'prevented', 'official', 'duty', 'actually', 'saw', 'member', 'central', 'ministry', 'age', 'year', 'occupied', 'time', 'basket', 'making', 'carpenter', 'work', 'farming', 'gardening', 'raising', 'fruit', 'flower', 'cattle', 'poultry', 'branch', 'industry', 'drying', 'maize', 'preparation', 'vegetable', 'patent', 'medicine', 'perserving', 'fruit', 'afford', 'sufficient', 'work', 'learned', 'special', 'profession', 'meal', 'daily', 'ringing', 'bell', 'eat', 'silence', 'silent', 'prayer', 'kneeling', 'begin', 'close', 'meal', 'selection', 'preparation', 'food', 'day', 'influenced', 'hygienic', 'consideration', 'general', 'hygiene']
root - INFO - extracting file #25500: 2017-04-Final-Corpus/HR18950801-V30-08-page24.txt
root - INFO - extracting file #26000: 2017-04-Final-Corpus/HR18961101-V31-12-page33.txt
root - INFO - ['poor', 'colored', 'boy', 'thirteen', 'year', 'age', 'left', 'home', 'friend', 'good_health', 'past_summer', 'useful', 'farm', 'amid', 'christian', 'influence', 'kind', 'hand', 'guide', 'probably', 'develop', 'useful', 'man', 'number', 'colored', 'child', 'ranging', 'fourteen', 'year', 'age', 'brought', 'attention', 'need', 'home', 'christian', 'training', 'case', 'described', 'wishing', 'real', 'missionary', 'work', 'afforded', 'opportunity', 'taking', 'poor', 'outcast', 'word', 'saviour', 'surely', 'verified', 'inasmuch', 'unto', 'unto', 'special_attention', 'girl', 'advertised', 'mother', 'destitute', 'circumstance', 'able', 'child', 'winter', 'living', 'eastern', 'state', 'child', 'home', 'relieve', 'mother', 'anxiety', 'little', 'baby', 'girl', 'reported', 'good_health', 'placed', 'good_home', 'michigan', 'new', 'mother', 'think', 'sweet', 'baby', 'love', 'baby', 'boy', 'gone', 'new_home', 'east', 'kind', 'friend', 'going', 'east', 'consented', 'baby', 'new_home', 'warm', 'welcome', 'awaiting', 'constantly', 'receiving', 'application', 'relief', 'aged', 'brother', 'sister', 'left', 'home', 'mean', 'support', 'account', 'age', 'failing', 'health', 'able', 'care', 'earlier', 'life', 'gave', 'freely', 'mean', 'advance', 'cause', 'god', 'certainly', 'provision', 'declining', 'year', 'able', 'useful', 'assisting', 'work', 'house', 'home', 'friend', 'appeal', 'assistance', 'certainly', 'having', 'comfortable', 'home', 'willing', 'share', 'blessing', 'fortunate', 'winter', 'applied', 'relief', 'prospect', 'shelter', 'poorhouse', 'shall', 'hear', 'willing', 'cheer', 'brighten', 'lonely', 'life', 'declining', 'year', 'state', 'public_school', 'coldwater', 'mich', 'receiving', 'child', 'year', 'age', 'fine', 'baby', 'boy', 'indenture', 'adoption', 'person', 'wishing', 'add', 'baby', 'boy', 'girl', 'household', 'correspond', 'state', 'public_school', 'baby', 'address', 'murray', 'superintendent', 'coldwater', 'mich', 'person', 'making', 'application', 'child', 'advertised', 'department', 'requested', 'send', 'application', 'address', 'person', 'reference', 'possible', 'known', 'personally', 'reputation', 'member', 'board', 'trustee', 'visiting', 'day', 'haskell', 'home', 'person', 'intending', 'visit', 'haskell', 'home', 'note', 'visiting', 'day', 'sunday', 'wednesday', 'clothing', 'poor', 'clothing', 'kind', 'numerous', 'offer', 'supply', 'assistance', 'sort', 'led', 'organize', 'clothing', 'department', 'receive', 'properly', 'distribute', 'new', 'partly', 'worn', 'garment', 'utilized', 'relief', 'poor', 'connection', 'work', 'important', 'point', 'kept', 'mind', 'carefully', 'observed', 'clothes', 'badly', 'worn', 'repair', 'cost', 'money', 'labor', 'garment', 'worth', 'course', 'service', 'garment', 'old', 'faded', 'easily', 'repaired', 'sewing', 'seam', 'presentable', 'stitch', 'judiciously', 'taken', 'point', 'fabric', 'nearly', 'worn', 'utilized', 'excellent', 'advantage', 'garment', 'badly', 'worn', 'need', 'extensive', 'patching', 'clothes', 'soiled', 'grimy', 'long', 'use', 'dirty', 'occupation', 'way', 'rag', 'bag', 'instead', 'missionary', 'box', 'freight', 'prepaid', 'cost', 'send', 'pound', 'pound', 'send', 'pound', 'consequently', 'think', 'sending', 'clothes', 'department', 'contribution', 'shipment', 'benefit', 'pound', 'rate', 'obliged', 'ask', 'freight', 'prebald', 'mean', 'preventing', 'loss', 'work', 'payment', 'freight', 'useless', 'package', 'clothes', 'worn', 'patient', 'suffering', 'contagious', 'disease', 'typhoid', 'fever', 'erysipelas', 'consumption', 'skin', 'disorder', 'sort', 'scarlet', 'fever', 'measles', 'mumps', 'diphtheria', 'smallpox', 'sent', 'infected', 'clothes', 'rendered', 'safe', 'disinfection', 'trust', 'proper', 'disinfection', 'garment', 'sending', 'majority', 'case', 'inexperienced', 'such_work', 'unpack', 'clothes', 'exposed', 'risk', 'contamination', 'preparing', 'disinfection', 'end', 'line', 'clothes', 'rule', 'destroyed', 'destroyed', 'infinite', 'pain', 'required', 'render', 'use', 'perfectly', 'safe', 'ail', 'article', 'received', 'carefully', 'assorted', 'classi', 'fled', 'placed', 'called', 'good', 'clothing', 'intended', 'chicago', 'mission', 'sent', 'medical', 'missionary', 'college', 'settlement', 'chicago', 'ill', 'relief', 'department']
root - INFO - extracting file #26500: 2017-04-Final-Corpus/HR18971201-V32-12-page57.txt
root - INFO - extracting file #27000: 2017-04-Final-Corpus/HR18981201-V33-12-page39.txt
root - INFO - ['nervous_system', 'damaged', 'overexcited', 'nervous_system', 'tired', 'fretful', 'baby', 'like', 'taking', 'arm', 'holding', 'firmly', 'gently', 'humming', 'quiet', 'nursery', 'lullaby', 'self', 'control', 'dealing', 'child', 'important_matter', 'week', 'old', 'infant', 'begin', 'notice', 'going', 'soon', 'begin', 'notice', 'begin', 'imitate', 'surrounded', 'pleasant', 'smiling', 'face', 'hears', 'quietly', 'spoken', 'pleasant', 'word', 'endeavor', 'copy', 'unfortunately', 'surely', 'try', 'copy', 'fretful', 'fault', 'finding', 'querulous', 'tone', 'manner', 'hears', 'remember', 'happiness', 'calmness', 'environment', 'tend', 'brain', 'nerve', 'repose', 'strength', 'mind', 'body', 'moral', 'fretfulness', 'disquietude', 'surroundings', 'tend', 'irritate', 'disturb', 'normal', 'growth', 'action', 'infant', 'nervous_system', 'fix', 'baby', 'life', 'long', 'habit', 'worry', 'unrest', 'sum', 'cause', 'damage', 'infant', 'nerve', 'brain', 'poison', 'irritates', 'nerve', 'brain', 'structure', 'provokes', 'nerve', 'storm', 'followed', 'stupor', 'complete', 'exhaustion', 'damaging', 'baby', 'stupor', 'convulsion', 'decaying', 'food', 'alimentary_canal', 'counterpart', 'man', 'stupor', 'caused', 'alcohol', 'intoxicated', 'overexcitation', 'brain', 'want', 'sleep', 'kind', 'severe', 'mental', 'physical', 'strain', 'adult', 'met', 'baby', 'overstimulation', 'passion', 'emotion', 'dangerous', 'infant', 'grown', 'man', 'anger', 'killed', 'people', 'stunning', 'effect', 'shocking', 'nerve', 'center', 'stop', 'action', 'important', 'organ', 'angry', 'man', 'insane', 'man', 'angry', 'infant', 'condition', 'developing', 'nervous_system', 'grow', 'right_direction', 'mean', 'protected', 'harm', 'physical', 'structure', 'educated', 'growth', 'completed', 'intellectual', 'moral', 'faculty', 'shall', 'ruler', 'emotion', 'passion', 'servant', 'higher', 'faculty', 'muscle', 'organ', 'like', 'trained', 'soldier', 'disciplined', 'respond', 'command', 'superior', 'officer', 'strain', 'friction', 'brain', 'nerve', 'action', 'nerve', 'storm', 'tempest', 'lay', 'waste', 'weaken', 'mind', 'body', 'destroy', 'moral_nature', 'fringed', 'gentian', 'god', 'little', 'gentian', 'tried', 'rose', 'failed', 'summer', 'laughed', 'snow', 'came', 'purple', 'creature', 'ravished', 'hill', 'summer', 'hid', 'forehead', 'mockery', 'frost', 'condition', 'tyrian', 'come', 'north', 'evoked', 'creator', 'shall', 'bloom', 'emily', 'dickinson']
root - INFO - extracting file #27500: 2017-04-Final-Corpus/HR19000101-V35-01-page19.txt
root - INFO - extracting file #28000: 2017-04-Final-Corpus/HR19001001-V35-10-page21.txt
root - INFO - ['fall', 'hygiene', 'fall', 'strengthen', 'nervous', 'urging', 'thereader', 'improve', 'circulation', 'health', 'trial', 'better', 'way', 'utilizing', 'generally', 'winter', 'pure_air', 'good', 'resafe', 'endurable', 'enjoyable', 'peat', 'admonition', 'slowly', 'foremost', 'answer', 'change', 'abrupt', 'principle', 'air', 'pure_air', 'plenty', 'change', 'change', 'degree', 'day', 'night', 'month', 'year', 'bear', 'harm', 'favorable', 'outdoor', 'sleeping', 'point', 'refrain', 'radical', 'ventilation', 'sleep', 'introducing', 'striking', 'testimony', 'indoors', 'taking', 'behalf', 'door', 'theory', 'window', 'bodily', 'leaving', 'door', 'wide', 'following', 'extract', 'editorial', 'open', 'night', 'especially', 'august', 'health', 'note', 'gleanings', 'bee', 'hot', 'ground', 'dry', 'culture', 'editor', 'root', 'freshing', 'rest', 'cool', 'outdoor', 'air', 'lifelong', 'student', 'hygiene', 'aid', 'restoring', 'vigor', 'elasticity', 'talk', 'subject', 'hottest', 'coldest', 'day', 'editorial', 'left', 'home', 'comfortable', 'hard_work', 'comparatively', 'july', 'hardly', 'fit', 'start', 'pleasure', 'remember', 'brokentrip', 'upper', 'lake', 'limp', 'pale', 'dyspeptic', 'bloodless', 'exceedingly', 'careful', 'ate', 'old', 'shadow', 'man', 'woman', 'remember', 'trouble', 'persistent', 'sleeping', 'pure_air', 'short', 'week', 'regained', 'degree', 'elastic', 'man', 'woman', 'overnight', 'health', 'hardly', 'felt', 'month', 'digestion', 'perfect', 'sum', 'hygienic', 'practice', 'thing', 'ache', 'pain', 'gone', 'catarrh', 'neuralmust', 'looked', 'congia', 'rheumatism', 'susceptibility', 'draft', 'sideration', 'come', 'later', 'faintness', 'mealtime', 'lassitude', 'object', 'night', 'ventilation', 'tired', 'feeling', 'vanished', 'september', 'ground', 'hot', 'boy', 'boyish', 'appetite', 'day', 'chilly', 'night', 'bring', 'sickness', 'spirit', 'strength', 'know', 'dallies', 'night', 'air', 'brought', 'try', 'cheerfully', 'admitted', 'night', 'air', 'benefit', 'alike', 'pure', 'wholesome', 'place', 'entirely', 'outall', 'day', 'air', 'equally', 'good', 'door', 'week', 'sufficient', 'protection', 'porous', 'woolen', 'inside', 'building', 'blanket', 'prevent', 'chilliness', 'year', 'old', 'tired', 'board', 'heavy', 'dew', 'lay', 'blanket', 'face', 'chance', 'night', 'air', 'breeze', 'water', 'slept', 'september', 'october', 'winter', 'wanted', 'diet', 'fish', 'roasted', 'malaria', 'disease', 'potato', 'berry', 'paddling', 'time', 'putrid', 'air', 'boat', 'gave', 'exercise', 'arm', 'chest', 'average', 'bedroom', 'vitiated', 'house', 'wheel', 'air', 'perfect', 'aeration', 'lung', 'day', 'long', 'filled', 'skin', 'assimilate', 'food', 'lung', 'clear', 'air', 'pure_air', 'throw', 'chance', 'germ', 'disease', 'far', 'air', 'scented', 'pine', 'resbetter', 'weakened', 'poiinous', 'tree', 'region', 'soned', 'air', 'imperfect', 'ventilation', 'reswilderness', 'wore', 'little', 'clothing', 'piration', 'went', 'bareheaded', 'took', 'sun', 'bath']
root - INFO - extracting file #28500: 2017-04-Final-Corpus/HR19020901-V37-09-page30.txt
root - INFO - extracting file #29000: 2017-04-Final-Corpus/HR19030801-V38-08-page39.txt
root - INFO - ['poison', 'poison', 'produce', 'characteristic', 'harmful', 'effect', 'volatile', 'oil', 'rise', 'nervous', 'excitability', 'time', 'provoke', 'nervous', 'disorder', 'caffein', 'narcotic', 'shown', 'diminish', 'activity', 'peptic', 'gland', 'interfere', 'digestion', 'wolfe', 'shown', 'grain', 'caffein', 'easily', 'furnished', 'ordinary', 'cup', 'tea', 'coffee', 'greatly', 'impairs', 'quality', 'gastric_juice', 'lessening', 'total', 'acidity', 'robert', 'showed', 'tea', 'coffee', 'interfere', 'action', 'saliva', 'starch', 'food', 'wholly', 'destroy', 'effect', 'wood', 'proved', 'daily', 'use', 'decoction', 'prepared', 'ounce', 'tea', 'leaf', 'produce', 'decidedly', 'poisonous', 'symptom', 'german', 'physiologist', 'digestion', 'reduced', 'use', 'tea', 'tannic', 'acid', 'tea', 'interferes', 'digestion', 'starch', 'prevents', 'proper', 'digestion', 'albumin', 'fact', 'coffee', 'similar', 'substance', 'widely', 'doe', 'lessen', 'force', 'argument', 'intelligent', 'observer', 'residing', 'brazil', 'declares', 'entire', 'country', 'perpetual', 'state', 'semi', 'intoxication', 'free_use', 'coffee', 'civilized', 'country', 'similar', 'state', 'thing', 'exists', 'tea', 'drunkard', 'common', 'england', 'australia', 'especially', 'poorer', 'class', 'habitual', 'use', 'tea', 'coffee', 'unquestionably', 'provokes', 'appetite', 'tobacco', 'alcohol', 'narcotic', 'unquestionably', 'child', 'trained', 'drunkard', 'life', 'tea', 'tippling', 'mother', 'table', 'rapid', 'increase', 'opium', 'cocaine', 'habit', 'assuming', 'alarming', 'proportion', 'united', 'state', 'civilized', 'country', 'unquestionably', 'natural_result', 'increasing', 'addiction', 'tea', 'coffee', 'habit', 'use', 'drug', 'confined', 'sipping', 'half', 'cupful', 'weak', 'tea', 'coffee', 'probably', 'suffer', 'slightly', 'disturbance', 'digestion', 'such_persons', 'drink', 'tea', 'coffee', 'nervous', 'effect', 'matter', 'habit', 'palate', 'suffer', 'use', 'drug', 'person', 'cup', 'cup', 'daily', 'suffer', 'inconvenience', 'usual', 'cup', 'tea', 'coffee', 'omitted', 'afford', 'suffer', 'injury', 'result', 'use', 'tea', 'coffee', 'congener', 'limited', 'extent', 'recognize', 'dependence', 'cup', 'cheer', 'inebriate', 'suffered', 'damage', 'permanent', 'impression', 'nervous', 'poison', 'reform', 'wish', 'save', 'complete', 'nervous', 'shipwreck', 'neurasthenia', 'worse', 'disorder', 'best', 'mean', 'ridding', 'self', 'tea', 'coffee', 'habit', 'adopt', 'dry', 'dietary', 'making', 'free_use', 'fruit', 'especially', 'fresh', 'fruit', 'stewed', 'fruit', 'fruit', 'juice', 'flesh_foods', 'animal', 'broth', 'extract', 'unquestionably', 'excite', 'nerve', 'create', 'demand', 'soothing', 'effect', 'narcotic', 'person', 'desire', 'free', 'alcohol', 'tobacco', 'tea', 'coffee', 'habit', 'dist', 'ense', 'flesh_foods', 'sort', 'condiment', 'discarded', 'irritate', 'excite', 'nerve', 'creating', 'desire', 'soothing', 'effect', 'narcotic', 'drug', 'tea', 'coffee', 'drinking']
root - INFO - extracting file #29500: 2017-04-Final-Corpus/HR19040501-V39-05-page62.txt
root - INFO - extracting file #30000: 2017-04-Final-Corpus/HR19050301-V40-03-page72.txt
root - INFO - ['publisher', 'department', 'aim', 'educator', 'entire', 'separation', 'church', 'liquor_traffic', 'incidentally', 'tobacco_habit', 'sister', 'vice', 'drink', 'curse', 'dealt', 'invaluable', 'temperance', 'worker', 'international', 'publishing', 'association', 'college_view', 'nebr', 'set', 'november', 'issue', 'german', 'danish', 'swedish', 'paper', 'circulated', 'subscriber', 'pronounce', 'best', 'religious', 'number', 'issued', 'order', 'set', 'german', 'danish', 'swedish', 'neighbor', 'set', 'mailed', 'address', 'cent', 'address', 'publisher', 'tract', 'society', 'dollar', 'prize', 'gentleman', 'interested', 'teaching', 'health_principles', 'public', 'attractive', 'form', 'wish', 'offer', 'column', 'dollar', 'prize', 'best', 'health', 'rhyme', 'simple', 'easy', 'child', 'enjoy', 'learning', 'remember', 'rhyme', 'line', 'length', 'embodying', 'rule', 'healthful', 'result', 'prize', 'consist', 'dollar', 'second', 'prize', 'dollar', 'prize', 'dollar', 'manuscript', 'returned', 'unsuccessful', 'competitor', 'contest', 'close', 'june', 'cash', 'offer', 'writer', 'written', 'story', 'poem', 'recitation', 'showing', 'danger', 'home', 'prescription', 'alcoholic_liquors', 'patent_medicine', 'evil', 'result', 'professional', 'prescription', 'alcoholic', 'receive', 'good', 'price', 'accepted', 'returned', 'author', 'stamp', 'cover', 'postage', 'enclosed', 'shorter', 'story', 'likely', 'accepted', 'exceed', 'word', 'manuscript', 'examined', 'valued', 'experienced', 'committee', 'address', 'article', 'martha', 'allen', 'broad', 'oneida', 'new', 'book', 'suudies', 'characger', 'building', 'kellogg', 'page', 'page', 'illustration', 'price', 'postpaid', 'healghful', 'cookery', 'kellogg', 'page', 'nearly', 'recipe', 'price', 'postpaid', 'ustocra', 'healgh', 'mary', 'foote', 'henderson', 'wife', 'senator', 'henderson', 'page', 'net', 'price', 'postpaid', 'blue', 'cause', 'cure', 'albert', 'abrams', 'page', 'illustrated', 'price', 'postpaid', 'perfect', 'healuh', 'weinburgh', 'page', 'illustrated', 'price', 'post', 'paid', 'add', 'order', 'named', 'book', 'wild', 'enter', 'year', 'subscription', 'goon', 'health', 'good', 'health', 'publishing', 'company', 'battle', 'creek', 'michigan']
root - INFO - extracting file #30500: 2017-04-Final-Corpus/HR19060101-V41-01-page15.txt
root - INFO - extracting file #31000: 2017-04-Final-Corpus/HR19060901-V41-09-page51.txt
root - INFO - ['doubt', 'ornamental', 'value', 'band', 'gentleman', 'hat', 'bow', 'hat', 'band', 'bow', 'left', 'hand', 'present', 'reason', 'thing', 'cause', 'lie', 'past', 'reason', 'time', 'piece', 'cloth', 'thrown', 'head', 'tied', 'band', 'cloth', 'served', 'hat', 'hat', 'band', 'hold', 'hat', 'band', 'tied', 'left', 'reason', 'day', 'swordfighters', 'bow', 'rosette', 'right_side', 'way', 'naturally', 'placed', 'left', 'hand', 'way', 'course', 'people', 'accustomed', 'thing', 'certain', 'way', 'continue', 'thing', 'way', 'purpose', 'long', 'past', 'interesting', 'survival', 'reason', 'button', 'boy', 'short', 'trouser', 'knee', 'time', 'fashion', 'grown', 'men', 'wear', 'short', 'trouser', 'proud', 'shapely', 'leg', 'wore', 'trouser', 'tight', 'shape', 'limb', 'good_advantage', 'attempted', 'pull', 'tight', 'trouser', 'way', 'relieving', 'strain', 'danger', 'splitting', 'accordingly', 'button', 'placed', 'trouser', 'pulled', 'safely', 'trouser', 'buttoned', 'origin', 'button', 'sleeve', 'men', 'coat', 'time', 'fashion', 'men', 'wear', 'lace', 'cuff', 'undergarment', 'directly', 'exposed', 'weather', 'quickly', 'dirty', 'wore', 'jacket', 'sleeve', 'protect', 'wished', 'lace', 'cuff', 'friend', 'merely', 'unbutton', 'sleeve', 'beautiful', 'cuff', 'beneath', 'reason', 'difference', 'clothing', 'men', 'woman', 'true', 'sure', 'clothing', 'men', 'utilitarian', 'better', 'adapted', 'purpose', 'active', 'life', 'difference', 'arose', 'conflict', 'northern', 'southern', 'type', 'time', 'barbarian', 'north', 'conquered', 'rome', 'roman', 'time', 'like', 'greek', 'mediterranean', 'race', 'worn', 'loose', 'garment', 'southern', 'type', 'barbarian', 'hand', 'wore', 'utilitarian', 'garment', 'northern', 'type', 'men', 'rome', 'quick', 'advantage', 'new', 'dress', 'quick', 'adopt', 'woman', 'hand', 'like', 'woman', 'present_day', 'conservative', 'new', 'fangled', 'notion', 'especially', 'came', 'hated', 'rude', 'conqueror', 'rome', 'minor', 'change', 'day', 'woman', 'dress', 'present_time', 'especially', 'dress', 'south', 'ornamental', 'bright', 'attractive', 'barbaric', 'romish', 'priest', 'clung', 'southern', 'dress', 'conservatism', 'retained', 'old', 'garb', 'college', 'gown', 'survival', 'southern', 'type', 'contrary', 'ordinary', 'opinion', 'place', 'conservative', 'university', 'medieval', 'university', 'ancient', 'garb', 'preserved', 'particular', 'dress', 'custom', 'habit', 'closely', 'connected', 'interesting_facts', 'history', 'evolution', 'dress']
root - INFO - extracting file #31500: 2017-04-Final-Corpus/HR19070601-V42-06-page44.txt
root - INFO - extracting file #32000: 2017-04-Final-Corpus/IR19030527-V09-11-page4.txt
root - INFO - ['explanation', 'conference', 'tract_society', 'owe', 'pay', 'debt', 'note', 'account', 'cash', 'including', 'mission', 'property', 'personal', 'property', 'stock', 'book', 'tithe', 'pay', 'worker', 'borrowed', 'tract_society', 'owing', 'conference', 'worker', 'general', 'lake', 'union', 'conference', 'second', 'tithe', 'sum', 'item', 'hand', 'settle', 'reimburse', 'tract_society', 'reduce', 'entire', 'debt', 'course', 'counting', 'resource', 'par', 'value', 'nearly', 'owing', 'society', 'seventh', 'day', 'adventist', 'ought', 'worth', 'cent', 'dollar', 'replenish', 'tithe', 'treasury', 'supply', 'fund', 'present', 'need', 'question', 'sabbath', 'keeper', 'conference', 'lord', 'faithful', 'tithe', 'offering', 'abundance', 'mean', 'carry', 'work', 'abundance', 'mean', 'dearth', 'mean', 'indiana', 'people', 'unfaithful', 'tithe', 'offering', 'hope', 'hear', 'good', 'faithful_servant', 'faithful', 'thing', 'heard', 'loyalty', 'indiana', 'brother', 'sure', 'situation', 'hearty_response', 'soon', 'report', 'replenished', 'treasury', 'laborer', 'paid', 'date', 'tract_society', 'paid', 'money', 'advanced', 'laborer', 'confidence', 'restored', 'suspicious', 'critical', 'shall', 'experience', 'blessing', 'promised', 'malachi', 'opening', 'window', 'heaven', 'bountiful', 'bestowal', 'needful', 'remnant', 'brother', 'let', 'worry', 'longstanding', 'indebtedness', 'conference', 'let', 'true', 'god', 'tithe', 'offering', 'debt', 'vanish', 'like', 'dew', 'rising', 'sun', 'inquiry', 'lord', 'advance', 'thy', 'work', 'bring', 'deliverance', 'thy', 'waiting', 'people', 'industrial', 'school', 'pledge', 'life', 'boat', 'worker', 'indianapolis', 'florence', 'niehaus', 'encourage', 'enter', 'paper', 'work', 'home', 'short', 'account', 'work', 'carried', 'indianapolis', 'young_people', 'church', 'called', 'meeting', 'relating', 'good_experiences', 'trip', 'california', 'selling', 'life', 'boat', 'got', 'young', 'folk', 'interested', 'number', 'paper', 'obtained', 'hour', 'active_work', 'sent', 'mission', 'saving', 'soul', 'bro', 'lowe', 'took', 'subscription', 'life', 'boat', 'selling', 'number', 'hour', 'good', 'faithful', 'work', 'lord', 'praise', 'intend', 'follow', 'work', 'sign', 'decided', 'locate', 'niehaus', 'engage', 'bible', 'work', 'city', 'connected', 'rational', 'sanitarium', 'address', 'west', 'ohio', 'street', 'desire', 'visit', 'church', 'state', 'encourage', 'people', 'taking', 'grand_work', 'circulating', 'literature', 'deprived', 'privilege', 'present', 'willing', 'desirous', 'giving', 'information', 'instruction', 'power', 'pleased', 'hear', 'interested', 'following', 'pledge', 'meeting', 'held', 'boggstown', 'year', 'month', 'maehlan', 'elder', 'stone', 'lottie', 'reese', 'theresa', 'thompson', 'mccuaig', 'boyd', 'maude', 'henry', 'swarts', 'strickler', 'mcmahan', 'week', 'work', 'elder', 'hankins', 'robert', 'paid', 'subscription', 'steward', 'rogers', 'paid', 'small_beginning', 'effort', 'enlist', 'people', 'making', 'substantial', 'offering', 'raise', 'sufficient', 'mean', 'completing', 'furnishing', 'industrial', 'school', 'building', 'summer', 'good_health', 'bath', 'cabinet', 'recommended', 'physician', 'battle', 'creek_sanitarium', 'best', 'mean', 'breaking', 'cold', 'symptom', 'lagrippe', 'fever', 'relief', 'soreness', 'muscle', 'rheumatism', 'disorder', 'liver', 'kidney', 'assist', 'keeping', 'skin', 'active', 'health', 'condition', 'write', 'day', 'description', 'price', 'good_health', 'pub', 'battle', 'creek', 'mich', 'agent', 'wanted', 'ota', 'lth', 'adjustable', 'waist', 'sleet', 'requirement', 'woman', 'desire', 'healthful', 'artistp', 'dress', 'style', 'short', 'waist', 'erding', 'waist', 'line', 'long', 'waist', 'ending', 'inch', 'waist', 'lira', 'adjustable', 'feature', 'elder', 'harris', 'elder', 'bliss', 'anderson', 'steward', 'rogers', 'mann', 'eld', 'hankins', 'underwood', 'eld', 'robert', 'shov', 'der', 'piece', 'shortened', 'lengthened', 'ucer', 'arm', 'lacing', 'write', 'trr', 'full_information', 'mute', 'riot', 'measurement', 'sevs', 'price', 'satisfaction', 'guaranteed', 'sold', 'igni', 'rnan', 'delighted', 'support', 'reed', 'support', 'harmful', 'errssrre', 'good', 'agent', 'wanted', 'dress', 'cept', 'pialt', 'cepist']
root - INFO - extracting file #32500: 2017-04-Final-Corpus/IR19090609-V15-11-page1.txt
root - INFO - extracting file #33000: 2017-04-Final-Corpus/LB19011001-V04-08-page24.txt
root - INFO - ['aseae', 'seeessese', 'eseam', 'premium', 'life', 'boat', 'subscription', 'sending', 'yearly', 'subscription', 'cent', 'receive', 'lady', 'silver', 'case', 'richly', 'engraved', 'open', 'face', 'good', 'jeweled', 'movement', 'watch', 'boy', 'plain', 'polished', 'open', 'face', 'good', 'movement', 'watch', 'worth', 'retail', 'price', 'subscription', 'offer', 'set', 'sterling', 'silver', 'plated', 'knife', 'fork', 'retailed', 'subscription', 'set', 'sterling', 'silver', 'plated', 'nut', 'pick', 'nut', 'cracker', 'retailed', 'subscription', 'set', 'sterling', 'silver', 'plated', 'child', 'knife', 'fork', 'spoon', 'life', 'boat', 'advertising', 'dept', 'wabash', 'avenue', 'chicago', 'ill', 'wowc']
root - INFO - extracting file #33500: 2017-04-Final-Corpus/LB19031201-V06-12-page29.txt
root - INFO - extracting file #34000: 2017-04-Final-Corpus/LB19051101-V08-11-page35.txt
root - INFO - ['need', 'good_health', 'everybody', 'want', 'eighty', 'page', 'monthly', 'magazine', 'brimful', 'strenuous', 'health', 'idea', 'sick', 'enjoy', 'life', 'utmost', 'eat', 'exercise', 'live', 'wholesome', 'simple', 'natural', 'way', 'number', 'contains', 'entertaining', 'variety', 'interesting', 'illustrated', 'original', 'article', 'question', 'box', 'editor', 'practical', 'information', 'subscription', 'price', 'month', 'cent', 'single', 'copy', 'cent', 'address', 'good_health', 'publishing', 'company', 'washington', 'ave', 'battle', 'creek', 'mich', 'want', 'bible', 'write', 'position', 'furnish', 'want', 'save', 'money', 'glad', 'send', 'catalogue', 'general', 'agent', 'bible', 'want', 'reliable', 'agent', 'state', 'union', 'write', 'catalogue', 'term', 'agent', 'want', 'christian_men', 'woman', 'represent', 'city', 'town', 'county', 'wholesale', 'dealer', 'bible', 'dictionary', 'standard', 'religious', 'work', 'concordance', 'prepared', 'offer', 'exceptionally', 'favorable', 'term', 'reliable', 'agent', 'handle', 'bible', 'leaving', 'home', 'canvasser', 'add', 'line', 'bible', 'regular_work', 'help', 'way', 'bible', 'best', 'known', 'book', 'world', 'thousand', 'sold', 'year', 'good_work', 'write', 'tetra', 'today', 'address', 'central', 'bible', 'supply', 'state', 'street', 'chicago', 'illinois']
root - INFO - extracting file #34500: 2017-04-Final-Corpus/LB19070901-V10-09-page31.txt
root - INFO - extracting file #35000: 2017-04-Final-Corpus/LB19090801-V12-08-page25.txt
root - INFO - ['circulate', 'the_life_boat', 'recently', 'received', 'following', 'letter', 'absolute', 'stranger', 'engaged', 'helpful', 'work', 'inmate', 'county_jail', 'day', 'fortunate', 'buy', 'couple', 'number', 'the_life_boat', 'received', 'interesting', 'want', 'subscribe', 'right', 'away', 'kindly', 'send', 'special', 'prisoner', 'club', 'rate', 'like', 'young', 'people', 'society', 'county_jail', 'unfortunately', 'eighty', 'inmate', 'gone', 'assistance', 'interesting', 'touching', 'meeting', 'prisoner', 'enjoy', 'singing', 'sing', 'tear', 'running', 'cheek', 'collecting', 'sacred', 'literature', 'taking', 'distribution', 'the_life_boat', 'far', 'better', 'evangelizing', 'world', 'extending', 'kingdom', 'god', 'help', 'willing', 'christian_worker', 'community', 'attention', 'called', 'lifeboat', 'thank', 'magazine', 'good', 'hand', 'tract', 'need', 'spiritual', 'help', 'lord', 'blessed', 'conviction', 'soul', 'write', 'term', 'introduce', 'friend', 'following', 'letter', 'received', 'hall', 'superintendent', 'galilee', 'mission', 'philadelphia', 'hall', 'engaged', 'prison', 'work', 'alabama', 'ttie', 'life_boat', 'connection', 'work', 'writes', 'missed', 'the_life_boat', 'left', 'prison', 'work', 'alabama', 'long', 'wanted', 'renew', 'acquaintance', 'duty', 'prevented', 'enclose', 'dollar', 'want', 'try', 'introduce', 'the_life_boat', 'friend', 'heart', 'slum', 'great', 'wicked', 'city', 'vice', 'appalling', 'work', 'glorious', 'drunkard', 'brought', 'knowledge', 'god', 'worst', 'men', 'turned', 'power', 'satan', 'god', 'gospel', 'service', 'night', 'eighty', 'men', 'sleep', 'mission', 'night', 'opportunity', 'unbounded', 'whisky', 'worst', 'enemy', 'hax', 'deal', 'working', 'praying', 'god', 'destroy', 'awful', 'curse', 'land', 'believe', 'work', 'end', 'turn', 'sadness', 'light', 'following', 'extract', 'letter', 'written', 'prisoner', 'indiana', 'state', 'prison', 'rejoice', 'hear', 'soul', 'saved', 'saved', 'glad', 'believe', 'happier', 'time', 'meet', 'dark', 'day', 'trial', 'way', 'god', 'sadness', 'light', 'darkness', 'joy', 'hope', 'prosper', 'good_work', 'lord', 'wish', 'help', 'save', 'soul', 'delight', 'hear', 'good_work', 'going', 'god', 'bless', 'letter', 'showed', 'light', 'joy', 'selling', 'the_life_boat', 'the_life_boat', 'meet', 'welcome', 'sold', 'agent', 'pleasure', 'sell', 'worker', 'tennessee', 'sending', 'remittance', 'lord', 'certainly', 'blessed', 'work', 'thankful', 'sold', 'fifty', 'copy', 'thirty', 'minute', 'monday', 'friday', 'sold', 'fifty', 'copy', 'hour', 'people', 'welcome', 'the_life_boat', 'friend', 'student', 'school_teacher', 'taken', 'work', 'summer_vacation', 'meeting', 'excellent_success', 'want', 'training', 'life', 'missionary', 'activity', 'experience', 'valuable', 'selling', 'magazine', 'carrying', 'gospel', 'printed', 'page', 'opportunity', 'speak', 'people', 'spiritual_condition', 'own_soul', 'watered', 'try', 'send', 'term', 'agent', 'book', 'soul', 'winner', 'christian', 'personal', 'worker', 'soul', 'winner', 'avail', 'opportunity', 'secure', 'copy', 'sadler', 'new_book', 'soul', 'winning', 'text', 'yearly', 'subscription', 'the_life_boat', 'morocco', 'binding', 'stamped', 'gold', 'subscription', 'text', 'singularly', 'blessed', 'god', 'winning', 'soul', 'given', 'book', 'soul', 'winner', 'the_life_boat']
root - INFO - extracting file #35500: 2017-04-Final-Corpus/LB19110801-V14-08-page26.txt
root - INFO - extracting file #36000: 2017-04-Final-Corpus/LB19130701-V16-07-page19.txt
root - INFO - ['prophet', 'speaking', 'showed', 'picture', 'time', 'long', 'day', 'wonder', 'heaven', 'earth', 'blood', 'pillar', 'smoke', 'joel', 'edinburg', 'encyclopedia', 'published', 'year', 'quote', 'following', 'paragraph', 'conclusion', 'naturally', 'drawn', 'proclamation', 'lord', 'coming', 'given', 'sign', 'wonder', 'heaven', 'multiplied', 'case', 'shown', 'wonderful', 'unexplainable', 'sight', 'appeared', 'recent', 'time', 'heaven', 'related', 'individual', 'observed', 'year', 'ago', 'began', 'gather', 'authent', 'information', 'concerning', 'painted', 'chart', 'able', 'resent', 'people', 'beach', 'cal', 'advertised', 'paper', 'oil', 'painting', 'wondrous', 'sign', 'heaven', 'exhibited', 'illustrating', 'scripture', 'prediction', 'said', 'saw', 'notice', 'going', 'chart', 'came', 'mount', 'lowe', 'wonderfully', 'interested', 'man', 'charge', 'telescope', 'oun', 'lowe', 'observatory', 'astronomer', 'face', 'earth', 'explain', 'picture', 'replied', 'professor', 'way', 'explain', 'produced', 'power', 'god', 'fulfilling', 'word', 'reply', 'explanation', 'prof', 'larkin', 'mount', 'lowe', 'observatory', 'cerning', 'phenomenon', 'life', 'boat', 'fearful', 'sight', 'great_signs', 'loughborough', 'lodi', 'cal', 'brother', 'loughborough', 'veteran', 'minister', 'gospel', 'recently', 'visited', 'hinsdale', 'gave', 'worker', 'inspiring', 'gospel', 'study', 'thing', 'exhibited', 'large_number', 'chart', 'prepared', 'original', 'data', 'illustrating', 'remarkable', 'phenomenon', 'occurred', 'different_parts', 'heaven', 'recent', 'time', 'convincing', 'manner', 'demonstrated', 'prophecy', 'pointed', 'phenomenon', 'occur', 'day', 'quote', 'following', 'talk', 'answer', 'question', 'shall', 'sign', 'thy', 'coming', 'saviour', 'replied', 'saying', 'fearful', 'sight', 'great_signs', 'shall', 'heaven', 'luke', 'charge', 'telescope', 'read', 'came', 'mile', 'picture', 'spoken', 'meeting', 'closed', 'came', 'stand', 'talk', 'photo', 'eld', 'loughborough', 'taken', 'sanitarium']
root - INFO - extracting file #36500: 2017-04-Final-Corpus/LB19150601-V18-06-page7.txt
root - INFO - extracting file #37000: 2017-04-Final-Corpus/LB19180601-V21-06-page13.txt
root - INFO - ['remains', 'lift', 'standard', 'world', 'true', 'conception', 'living', 'need', 'help', 'love', 'work', 'given', 'life', 'work', 'love', 'strength', 'thousand', 'failing', 'grasp', 'true_principles', 'living', 'drifting', 'multitude', 'indifferent', 'droop', 'shame', 'sin', 'anguish', 'round', 'thee', 'bravely', 'fling', 'gold', 'chain', 'hath', 'bound', 'thee', 'look', 'yon', 'pure', 'heaven', 'smiling', 'thee', 'rest', 'content', 'thy', 'darkness', 'clod', 'work', 'good', 'slowly', 'cherish', 'flower', 'lowly', 'labor', 'labor', 'noble', 'holy', 'let', 'thy', 'great', 'deed', 'thy', 'prayer', 'thy', 'god', 'woke', 'wisconsin', 'penitentiary', 'the_life_boat', 'certainly', 'mean', 'pointing', 'path', 'life', 'prison', 'prison', 'read', 'the_life_boats', 'number', 'containeda', 'column', 'tobacco', 'alcohol', 'read', 'deep', 'study', 'poor_health', 'wondered', 'tobacco', 'alcohol', 'somewhat', 'responsible', 'poor_health', 'tell', 'blessed', 'truth', 'cause', 'poor_health', 'certain_extent', 'criminal', 'record', 'tended', 'degrade', 'lowering', 'estimation', 'making', 'careless', 'associate', 'cleaner', 'class', 'men', 'woman', 'class', 'tended', 'degrade', 'habit', 'finally', 'landed', 'prison', 'prison', 'commenced', 'think', 'reflect', 'past_life', 'resolved', 'read', 'book', 'called', 'medical_science', 'physiology', 'the_life_boat', 'read', 'immediately', 'strengthened', 'resolve', 'read', 'study', 'physiology', 'feel', 'certain', 'tobacco', 'beer', 'forever', 'certainly', 'feel', 'grateful', 'the_life_boat', 'mean', 'waking', 'higher', 'nobler', 'existence', 'life', 'making', 'feel', 'mission', 'life', 'render', 'humanity', 'useful', 'warning', 'similar', 'fate', 'growing', 'stronger', 'jesus', 'dannemora', 'penitentiary', 'received', 'letter', 'glad', 'hear', 'remember', 'letter', 'year', 'ago', 'touched', 'heart', 'led', 'conversion', 'letter', 'growing', 'stronger', 'jesus_christ', 'love', 'loved', 'rejoicing', 'thank', 'god', 'good_health', 'day', 'sick', 'year', 'god', 'good', 'plenty', 'eat', 'good', 'job', 'god', 'sweet', 'air', 'thank', 'praise', 'free', 'going', 'work', 'god', 'help', 'sinner', 'cross', 'christ', 'help', 'little', 'child', 'help', 'serve', 'god', 'heart', 'today', 'resolved', 'best', 'inmate', 'jeffersonville', 'ind', 'reformatory', 'received', 'kind', 'letter', 'brought', 'sunshine', 'love', 'letter', 'brought', 'true_light', 'cell', 'left', 'impression', 'somebody', 'care', 'sister', 'brother', 'forgotten', 'sad', 'fate', 'new', 'year', 'resolution', 'want', 'dear_lord', 'want', 'want', 'cover', 'great', 'deal', 'ground', 'mean', 'try', 'cover', 'best', 'according', 'strength', 'help', 'christ_jesus', 'hope', 'time', 'write', 'lonesome', 'long', 'letter', 'friend', 'write', 'folk', 'write', 'the_life_boat']
root - INFO - extracting file #37500: 2017-04-Final-Corpus/LB19200601-V23-06-page10.txt
root - INFO - extracting file #38000: 2017-04-Final-Corpus/LH19051101-V20-11-page16.txt
root - INFO - ['medical_missionary', 'work', 'india', 'traveling', 'simultala', 'babolmohol', 'company', 'ingersoll', 'elder', 'miller', 'month', 'ago', 'stopped', 'hindu', 'villager', 'half', 'way', 'asked', 'stop', 'awhile', 'sick', 'person', 'ingersoll', 'gave', 'advice', 'invited', 'mission', 'morning', 'came', 'medical', 'aid', 'read', 'received', 'tract', 'present_truth', 'printed', 'watchman', 'press', 'hindi', 'language', 'character', 'trip', 'village', 'sister', 'burroway', 'haegert', 'way', 'babolmohol', 'mission', 'short_time', 'ago', 'people', 'seeing', 'nearing', 'village', 'came', 'large_number', 'requested', 'stop', 'sick', 'sister', 'burroway', 'gave', 'sick', 'woman', 'good', 'medical', 'advice', 'concerning', 'hygiene', 'health', 'afterward', 'met', 'poor', 'starving', 'man', 'looked', 'like', 'skeleton', 'went', 'home', 'family', 'mud', 'house', 'partly', 'fallen', 'half', 'roof', 'poor', 'family', 'little', 'sorrowfullooking', 'mother', 'called', 'village', 'shopkeeper', 'gave', 'family', 'remedy', 'way', 'seer', 'rice', 'half', 'starved', 'body', 'day', 'mother', 'came', 'mission', 'promised', 'medical', 'aid', 'ease', 'mention', 'poor', 'old', 'mohammedan', 'widow', 'came', 'crawling', 'hand', 'knee', 'night', 'went', 'matter', 'badly', 'burned', 'sleeping', 'temporary', 'shelter', 'cast', 'home', 'family', 'taken', 'food', 'people', 'outside', 'caste', 'prayer', 'simple_treatments', 'able', 'usual', 'brother', 'shaw', 'miller', 'little', 'saw', 'poor', 'old', 'woman', 'day', 'took', 'brother', 'miller', 'gave', 'warm', 'blanket', 'weather', 'cold', 'grateful', 'tried', 'family', 'refuse', 'leave', 'surgical', 'difficult', 'case', 'medical_missionary', 'help', 'begin', 'learn', 'language', 'soon', 'entered', 'field', 'important_point', 'wish', 'useful', 'hindi', 'santal', 'people', 'time', 'lost', 'learning', 'language', 'learning', 'people', 'wish', 'reach', 'speak', 'freely', 'year', 'feel', 'home', 'perseveres', 'prayer', 'patience', 'barlow', 'glad', 'india', 'received', 'hearty', 'welcome', 'shed', 'tear', 'joy', 'saw', 'friend', 'dock', 'meet', 'arrived', 'friday', 'afternoon', 'set']
root - INFO - extracting file #38500: 2017-04-Final-Corpus/LH19070901-V22-09-page11.txt
root - INFO - extracting file #39000: 2017-04-Final-Corpus/LH19081201-V23-12-page48.txt
root - INFO - ['helena', 'california', 'sanitarium', 'largest', 'best', 'equipped', 'institution', 'west', 'rocky', 'motto', 'tains', 'making', 'use', 'rational', 'physiological', 'therapeutic', 'advantage', 'thoroughly', 'equipped', 'medical', 'institution', 'combined', 'convenience', 'modern', 'hotel', 'physician', 'long_experience', 'general', 'practise', 'surgery', 'trained', 'nurse', 'sex', 'polite', 'agreeable', 'attendant', 'delightful', 'climate', 'year_round', 'beautiful', 'mountain', 'scenery', 'contagious', 'infectious', 'disease', 'admitted', 'write', 'large', 'illustrated', 'descriptive', 'booklet', 'california', 'sanitarium', 'napa', 'california', 'write', 'advertiser', 'saw', 'life', 'health', 'sanitarium']
root - INFO - extracting file #39500: 2017-04-Final-Corpus/LH19091201-V24-12-page68.txt
root - INFO - extracting file #40000: 2017-04-Final-Corpus/LH19101201-V25-12-page7.txt
root - INFO - ['xxv', 'lifeignealtii', 'december', 'national', 'health', 'magazine', 'aim', 'assist', 'physical', 'mental', 'moral', 'gptilr', 'humanity', 'individual', 'home', 'published', 'monthly', 'george', 'henry', 'heald', 'editor', 'washington', 'editorial', 'contributor', 'abbot', 'kress', 'rand', 'george', 'ingersoll', 'eng', 'leadsworth', 'lauretta', 'kress', 'otis', 'worster', 'foreword', 'editor', 'notable', 'international', 'congress', 'food', 'congress', 'brussels', 'humane', 'congress', 'washington', 'attention', 'international', 'food', 'congress', 'held', 'month', 'brussels', 'evidence', 'civilized', 'man', 'learning', 'pay', 'time', 'study', 'carefully', 'thoroughly', 'physiology', 'hygiene', 'digestion', 'chemistry', 'food', 'kindred', 'topic', 'full_report', 'great', 'conference', 'met', 'seven', 'section', 'day', 'given', 'merely', 'echo', 'later', 'issue', 'contain', 'matter', 'pertaining', 'congress', 'meeting', 'humane', 'congress', 'washington', 'notable', 'event', 'respect', 'long', 'ago', 'cruelty', 'helpless', 'human', 'subhuman', 'rule', 'exception', 'punishment', 'offender', 'severe', 'barbarous', 'comparatively', 'recently', 'finer', 'feeling', 'mercy', 'entered', 'largely', 'heart', 'mankind', 'result', 'vast', 'elucational', 'movement', 'througn', 'such_books', 'black', 'beauty', 'periodical', 'dumb', 'animal', 'organization', 'band', 'mercy', 'better', 'man', 'making', 'fair', 'growth', 'emerging', 'savagery', 'editorial', 'month', 'devoted', 'largely', 'humane', 'conference', 'month', 'article', 'george', 'wharton', 'james', 'practical', 'earnest', 'preceding', 'series', 'truly', 'wild', 'lead', 'clearer', 'knowledge', 'greater', 'appreciation', 'door', 'cther', 'article', 'door', 'james', 'follow', 'leadsworth', 'article', 'illustrative', 'case', 'appeal', 'people', 'article', 'gastric', 'catarrh', 'issue', 'interested', 'reader', 'prevalent', 'condition', 'autointoxication', 'autotoxemia', 'self', 'poisoning', 'poison', 'generated', 'body', 'intestinal', 'canal', 'considered', 'physician', 'experience', 'given', 'direction', 'intended', 'prevent', 'condition', 'self', 'poisoning', 'possible', 'late', 'prevention', 'bring', 'cure', 'unfortunate', 'belief', 'strong', 'hold', 'mass', 'salem', 'witchcraft', 'ailment', 'disease', 'cured', 'bottle', 'know', 'bottle', 'combated', 'kress', 'england', 'australia', 'america', 'successfully', 'lectured', 'hygiene', 'rand', 'curative', 'effect', 'obtained', 'way', 'avoid', 'evil_effects', 'drug', 'lauretta', 'kress', 'extended', 'experience', 'conducting', 'cookery', 'school', 'instructing', 'nurse', 'invalid', 'cookery', 'given', 'article', 'healthful', 'kery', 'following', 'issue', 'life', 'health', 'contain', 'specific', 'direction', 'simple', 'hygienic', 'cooking', 'prepared', 'experienced', 'professional', 'cook', 'baby', 'chance', 'likely', 'baby', 'intelligent', 'care', 'reading', 'article', 'otis', 'january', 'issue', 'devoted', 'largely', 'care', 'baby', 'announcement', 'page']
root - INFO - extracting file #40500: 2017-04-Final-Corpus/LH19111201-V26-12-page23.txt
root - INFO - extracting file #41000: 2017-04-Final-Corpus/LH19130101-V28-01-page3.txt
root - INFO - ['famous', 'california', 'best', 'equipped', 'delightfully', 'situated', 'health', 'resort', 'region', 'noted', 'equable', 'winter', 'climate', 'long', 'beach', 'sanitarium', 'long', 'beach', 'california', 'established', 'battle', 'creek', 'plan', 'latest', 'battle', 'creek', 'sanitarium', 'method', 'scientific', 'electrical', 'treatment', 'description', 'finest', 'equipped', 'electrical', 'mechanical', 'swedish', 'department', 'west', 'milk', 'diet', 'rest', 'cure', 'osteopathy', 'modern', 'graduate', 'nurse', 'employed', 'spacious', 'ground', 'wide', 'veranda', 'sun', 'parlor', 'outdoor', 'diversion', 'excellent', 'table', 'tippirg', 'rate', 'including', 'treatment', 'medical', 'attention', 'higher', 'hotel', 'rendering', 'equally', 'pleasant', 'service', 'receive', 'money', 'sanitarium', 'california', 'booklet', 'free', 'ray', 'simpson', 'manager', 'new', 'england', 'sanitarium', 'melrose', 'boston', 'mass', 'largest', 'best', 'equipped', 'institution', 'eastern', 'state', 'employing', 'rational', 'physiological', 'therapeutic', 'situated', 'mile', 'boston', 'midst', 'state', 'park', 'acre', 'equipped', 'modern', 'convenience', 'appliance', 'successful', 'treatment', 'disease', 'including', 'hydro', 'electric', 'bath', 'electriclight', 'bath', 'russian', 'bath', 'massage', 'manual', 'swedish', 'movement', 'electricity', 'ray', 'special_attention', 'given', 'surgical', 'case', 'experienced', 'physician', 'trained', 'nurse', 'sex', 'charge', 'send', 'booklet', 'boulder', 'colorado', 'sanitarium', 'boulder', 'colorado', 'boulder', 'colorado', 'sanitarium', 'equipped', 'regulated', 'institution', 'treatment', 'chronic', 'disorder', 'sanitarium', 'rocky', 'mountain', 'region', 'intelligently', 'employing', 'rational', 'treatment', 'conducted', 'general', 'health', 'principle', 'battle', 'creek', 'mich', 'sanitarium', 'building', 'equipped', 'modern', 'convenience', 'including', 'steam', 'heating', 'electric', 'light', 'elevator', 'gymnasium', 'bath', 'description', 'including', 'electric', 'light', 'bath', 'massage', 'manual', 'swedish', 'movement', 'electricity', 'form', 'classified', 'dietary', 'laboratory', 'hygiene', 'bacteriological', 'chemical', 'microscopical', 'investigation', 'experienced', 'physician', 'trained', 'nurse', 'sex', 'contagious', 'offensive', 'disease', 'received', 'institution', 'write', 'catalogue', 'card', 'rate', 'write', 'advertiser', 'saw', 'life_and_health']
root - INFO - extracting file #41500: 2017-04-Final-Corpus/LH19140401-V29-04-page9.txt
root - INFO - extracting file #42000: 2017-04-Final-Corpus/LH19150801-V30-08-page21.txt
root - INFO - ['hour', 'rich', 'delicious', 'flavor', 'know', 'prune', 'richer', 'flavor', 'cooked', 'slowly', 'hour', 'till', 'juice', 'rich', 'sirupy', 'sweet', 'prune', 'sugar', 'superfluous', 'prune', 'cooked', 'short', 'time', 'sugar', 'needed', 'add', 'flavor', 'richness', 'developed', 'longer', 'cooking', 'split', 'pea', 'soup', 'fireless', 'cooker', 'ideal', 'requires', 'great_care', 'cook', 'split', 'pea', 'stove', 'long', 'thoroughly', 'cook', 'scorching', 'soak', 'required', 'quantity', 'split', 'pea', 'overnight', 'thoroughly', 'washing', 'morning', 'add', 'seasoning', 'stew', 'stove', 'hour', 'box', 'forenoon', 'reheat', 'careful', 'scorch', 'noon', 'soup', 'ready', 'eaten', 'lentil', 'cooked', 'box', 'similar', 'way', 'tried', 'reason', 'brown', 'bread', 'usually', 'steamed', 'hour', 'cooked', 'fireless', 'cooker', 'brown', 'bread', 'steamed', 'half', 'hour', 'thoroughly', 'heat', 'box', 'rest', 'cooking', 'steamed', 'pudding', 'cooked', 'similar', 'manner', 'small_amount', 'food', 'cooked', 'dish', 'food', 'contained', 'set', 'larger', 'dish', 'boiling', 'water', 'secure', 'larger', 'voltime', 'heat', 'recipe', 'showing', 'proportion', 'ingredient', 'preparation', 'food', 'method', 'cooking', 'fireless', 'cooker', 'described', 'rolled', 'oat', 'rolled', 'wheat', 'quart', 'water', 'level', 'teaspoon', 'salt', 'cup', 'rolled', 'oat', 'rolled', 'wheat', 'cream', 'wheat', 'farina', 'wheat', 'meal', 'corn', 'meal', 'quart', 'water', 'level', 'teaspoon', 'salt', 'cup', 'cereal', 'baked', 'bean', 'pint', 'bean', 'level', 'teaspoon', 'salt', 'tablespoon', 'molasses', 'tablespoon', 'vegetable', 'oil', 'baked', 'bean', 'tomato', 'sauce', 'pint', 'bean', 'level', 'teaspoon', 'salt', 'tablespoon', 'vegetable', 'oil', 'cup', 'strained', 'tomato', 'small', 'onion', 'grated', 'bay', 'leaf', 'desired', 'teaspoon', 'thyme', 'desired', 'plain', 'split', 'pea', 'soup', 'cup', 'split', 'pea', 'quart', 'water', 'level', 'teaspoon', 'salt', 'tablespoon', 'vegetable', 'oil', 'oil', 'omitted', 'threefourths', 'quart', 'water', 'serving', 'soup', 'seasoned', 'cup', 'hot', 'cream', 'milk', 'instead', 'oil', 'small', 'potato', 'small', 'onion', 'fourth', 'cup', 'peanut', 'butter', 'dissolved', 'water', 'cooked', 'pea', 'stewed', 'lentil', 'pint', 'lentil', 'pint', 'strained', 'canned', 'stewed', 'tomato', 'level', 'teaspoon', 'salt', 'onion', 'grated', 'tablespoon', 'vegetable', 'oil', 'wash', 'lentil', 'thoroughly', 'soak', 'overnight', 'morning', 'wash', 'add', 'seasoning', 'sufficient', 'water', 'cover', 'boil', 'stove', 'minute', 'fireless', 'cooker', 'reheat', 'cooking', 'process', 'home', 'cooking', 'school']
root - INFO - extracting file #42500: 2017-04-Final-Corpus/LH19161201-V31-12-page33.txt
root - INFO - extracting file #43000: 2017-04-Final-Corpus/LH19181201-V33-12-page22.txt
root - INFO - ['omimcnini', 'mouth', 'hygiene', 'teeth', 'tonsil', 'dalbey', 'consider', 'accumulated', 'evidence', 'past', 'year', 'position', 'taken', 'prominent', 'medical', 'teacher', 'bacterial', 'invasion', 'teeth', 'tonsil', 'greatest', 'present', 'day', 'menace', 'health', 'mean', 'unreasonable', 'generally', 'accepted', 'disease', 'caused', 'streptococcus', 'family', 'germ', 'cousin', 'pyogenes', 'producing', 'family', 'possible', 'bad', 'teeth', 'infected', 'tonsil', 'lie', 'open', 'portal', 'body', 'harbor', 'disease', 'producing', 'germ', 'infection', 'generally', 'follows', 'absorption', 'infective', 'material', 'root', 'apical', 'abscess', 'necessary', 'occur', 'nearly', 'space', 'teeth', 'loosened', 'pyorrhea', 'abscessed', 'ill', 'fitting', 'bridge', 'work', 'crown', 'harbor', 'million', 'disease_germs', 'list', 'disease', 'traceable', 'infection', 'formidable', 'endocarditis', 'inflammation', 'lining', 'membrane', 'heart', 'malignant', 'ulcerative', 'endocarditis', 'rapidly', 'fatal', 'form', 'characterized', 'high', 'temperature', 'great', 'prostration', 'fatal', 'bacteremia', 'condition', 'blood', 'stream', 'virulent', 'micro', 'organism', 'nephritig', 'inflammation', 'kidney', 'variety', 'cholangitis', 'inflammation', 'bile', 'duct', 'arthritis', 'called', 'rheumatism', 'inflammation', 'joint', 'rheumatism', 'symptom', 'disease', 'result', 'infection', 'generally', 'unclean', 'mouth', 'thyroid', 'disease', 'nearly', 'traceable', 'mouth', 'infection', 'arteriosclerosis', 'hardening', 'artery', 'wall', 'mean', 'host', 'subvariants', 'attributed', 'focal', 'infection', 'bad', 'mouth', 'condition', 'dentist', 'physician', 'begin', 'recognize', 'importance', 'preventive', 'measure', 'true', 'extreme', 'avoided', 'radical', 'class', 'dentist', 'physician', 'urge', 'suspected', 'tooth', 'promptly', 'sacrificed', 'hand', 'class', 'refuse', 'remove', 'infected', 'teeth', 'trust', 'moderate', 'usually', 'save', 'teeth', 'sacrificed', 'extremist', 'teeth', 'chronic', 'state', 'disease', 'careful', 'treatment', 'prove', 'useful', 'year', 'come', 'probably', 'radical', 'divergence', 'separate', 'tonsil', 'ectomist', 'opposite', 'conservatist', 'doubt', 'harmless', 'tonsil', 'removed', 'doubt', 'rooted', 'shrink', 'casual', 'glance', 'professional', 'eye', 'great_care', 'taken', 'case', 'diseased', 'tooth', 'diseased', 'tonsil', 'kill', 'cure', 'remove', 'case', 'doubt', 'greatest', 'precaution', 'taken', 'teach', 'patient', 'come', 'chronic', 'condition', 'arises', 'safe', 'rule', 'visit', 'dentist', 'throat', 'specialist', 'twice', 'year', 'fall', 'spring', 'time', 'symptom', 'trouble', 'arises', 'conclusion', 'let', 'emphasized', 'focal', 'infection', 'dental', 'oral', 'origin', 'cause', 'slight', 'cause', 'fatal', 'disease', 'tissue', 'organ', 'human_body', 'commonly', 'affect', 'joint', 'muscle', 'bone', 'heart', 'blood', 'vessel', 'nerve', 'kidney', 'pyorrhea', 'mouth', 'disease', 'cause', 'infection', 'tonsil', 'turn', 'cause', 'systemic', 'disease']
root - INFO - extracting file #43500: 2017-04-Final-Corpus/LibM19060401-V01-01-page28.txt
root - INFO - extracting file #44000: 2017-04-Final-Corpus/LibM19101001-V05-04-page43.txt
root - INFO - ['tahpanhes', 'nebuchadnezzar', 'destroyed', 'belshazzar', 'myth', 'belshazzar', 'throne', 'babylon', 'taken', 'critic', 'declared', 'herodotus', 'zenophon', 'berosus', 'fail', 'mention', 'entire', 'story', 'belshazzar', 'pretty', 'myth', 'person', 'existed', 'said', 'sayce', 'uncovered', 'monument', 'showing', 'belshazzar', 'associated', 'father', 'throne', 'von', 'bohlen', 'critic', 'said', 'story', 'joseph', 'fiction', 'fallacy', 'proved', 'person', 'writing', 'book', 'late', 'date', 'referring', 'vine', 'cultivated', 'egypt', 'use', 'flesh', 'article', 'diet', 'upper', 'class', 'present', 'pharaoh', 'abraham', 'included', 'sheep', 'object', 'hatred', 'egypt', 'include', 'horse', 'common', 'joseph', 'day', 'monument', 'process', 'making', 'wine', 'known', 'time', 'joseph', 'rawlinson', 'tell', 'animal_food', 'principal', 'diet', 'upper', 'class', 'horse', 'unknown', 'egypt', 'abraham', 'time', 'far', 'known', 'introduced', 'hyksos', 'king', 'witte', 'von', 'bohlen', 'entire', 'school', 'critic', 'denied', 'existed', 'hittite', 'nation', 'mention', 'people', 'monument', 'year', 'archeologist', 'recovered', 'entire', 'history', 'hittite', 'song', 'solomon', 'original', 'word', 'shel', 'critic', 'said', 'word', 'later', 'origin', 'solomon', 'course', 'song', 'written', 'site', 'samaria', 'drs', 'chaplin', 'sayce', 'tablet', 'executed', 'phenician', 'letter', 'eighth', 'century', 'word', 'shel', 'critic', 'text', 'book', 'said', 'come', 'existence', 'solomon', 'wrote', 'archeology', 'saving', 'bible', 'discredited', 'learned', 'professor', 'theological', 'seminary', 'men', 'defense', 'naturally', 'committed', 'higher', 'criticism', 'year', 'ago', 'treated', 'seriously', 'higher', 'critic', 'day', 'current', 'criticism', 'destructive', 'buried', 'spade', 'archeologist', 'probably', 'share', 'similar', 'fate', 'egypt', 'sand', 'fully', 'secret', 'james', 'polk', 'paper', 'read', 'archeological', 'society', 'new', 'york', 'character', 'needed', 'ministry', 'editor', 'christian', 'register', 'stand', 'theory', 'geologist', 'higher', 'critic', 'article', 'ideal', 'minister', 'issue', 'september', 'reference', 'place', 'importance', 'minister', 'work', 'church', 'fate', 'church', 'doe', 'depend', 'existence', 'character', 'minister', 'religion', 'church', 'product', 'human_nature', 'founded', 'human', 'need', 'minister', 'shape', 'kind', 'expression', 'adopt', 'method', 'culture', 'rule', 'action', 'striking', 'statement', 'glad', 'true', 'conspicuous', 'characteristic', 'striking', 'statement', 'higher', 'critic', 'evolutionist', 'flatly', 'opposed', 'book', 'god', 'lord', 'appointed', 'minister', 'preach', 'gospel', 'necessary', 'furthermore', 'injunction', 'god', 'servant', 'minister', 'clean', 'bear', 'vessel', 'lord', 'clean', 'man', 'invariably', 'man', 'character', 'gospel', 'preached', 'minister', 'apostle', 'paul', 'god', 'good_pleasure', 'foolishness', 'preaching', 'save', 'believe', 'christian_church', 'indebted', 'cor', 'higher', 'critic', 'liberty']
root - INFO - extracting file #44500: 2017-04-Final-Corpus/LibM19141001-V09-04-page42.txt
root - INFO - extracting file #45000: 2017-04-Final-Corpus/LibM19190701-V15-03-page32.txt
root - INFO - ['liberty', 'worry', 'miss', 'lawrence', 'miss', 'lawrence', 'general_secretary', 'international', 'sunday', 'school_association', 'worried', 'god', 'mentioned', 'recognized', 'covenant', 'league', 'nation', 'god', 'recognized', 'present', 'declaration', 'independence', 'lincoln', 'gettysburg', 'address', 'darkest', 'day', 'civil_war', 'god', 'trust', 'silver', 'dollar', 'miss', 'lawrence', 'doe', 'assert', 'god', 'mentioned', 'constitution', 'united', 'state', 'covenant', 'league', 'like', 'like', 'declaration', 'independence', 'gettysburg', 'address', 'god', 'commonly', 'understood', 'incomplete', 'way', 'mortal', 'mind', 'understand', 'omnipresent', 'support', 'good', 'conflict', 'bad', 'league', 'covenant', 'strengthen', 'weak', 'article', 'weak', 'save', 'covenant', 'going', 'bust', 'doe', 'accord', 'omnipotent', 'policy', 'political', 'document', 'human', 'faulty', 'holy', 'alliance', 'god', 'abundantly', 'went', 'pot', 'miss', 'lawrence', 'ought', 'read', 'life', 'april', 'saturday', 'half', 'holiday', 'church', 'attendance', 'following', 'appeared', 'new', 'york', 'christian', 'advocate', 'subsequently', 'reprinted', 'northern', 'christian', 'advocate', 'usual', 'especially', 'vacation', 'outing', 'season', 'needed', 'fancy', 'material', 'benefit', 'inevitably', 'inspire', 'spiritual', 'ardor', 'enjoy', 'indulging', 'delusion', 'traveler', 'australia', 'baptist', 'minister', 'recently', 'said', 'representative', 'new', 'york_sun', 'church', 'leader', 'australia', 'led', 'support', 'saturday', 'half', 'holiday', 'law', 'believing', 'poor', 'men', 'tired', 'working', 'saturday', 'possibly', 'sunday', 'morning', 'church', 'argued', 'holiday', 'fresh', 'sunday', 'possibly', 'early', 'service', 'working', 'disastrous', 'big', 'blow', 'church', 'vacation', 'saturday', 'noon', 'monday', 'morning', 'assured', 'week', 'end', 'country', 'multiplied', 'enormously', 'plan', 'big', 'boon', 'boom', 'road', 'house', 'country', 'tavern', 'maybe', 'rural', 'club', 'sprung', 'existence', 'law', 'cost', 'religion', 'dearly', 'strange', 'appears', 'workingman', 'attracted', 'church', 'appeal', 'higher', 'motif', 'mere', 'personal', 'comfort', 'advocate', 'broadest', 'extension', 'privilege', 'opportunity', 'manual', 'worker', 'sane', 'christian', 'social', 'reform', 'movement', 'suggest', 'look', 'revival', 'religion', 'result', 'providing', 'advantage', 'life', 'meat', 'body', 'raiment', 'man', 'life', 'consisteth', 'abundance', 'thing', 'possesseth', 'suggestion', 'fit', 'question', 'civil', 'sunday', 'law', 'people', 'taught', 'reverence', 'weekly', 'day', 'rest', 'claim', 'urged', 'religious', 'spiritual', 'socalled', 'civil', 'consideration', 'word', 'american', 'civil', 'sabbath', 'place', 'reverence', 'people', 'belongs', 'sabbath', 'lord', 'short', 'civil', 'sabbath', 'law', 'day', 'intended', 'safeguard', 'common', 'political', 'thing', 'instead', 'sacred', 'institution', 'professes', 'liberalizing', 'sunday', 'law', 'state', 'connecticut', 'known', 'home', 'sunday', 'blue', 'law', 'beginning', 'pap', 'old_time', 'legal', 'relic', 'seven', 'liberalizing', 'sunday', 'introduced', 'assembly', 'legislature', 'permitting', 'showing', 'moving', 'picture', 'sunday', 'hearing', 'opposition', 'developed', 'sunday', 'moving', 'picture', 'came', 'clergy', 'principal', 'argument', 'apinst', 'moving', 'picture', 'church', 'compete', 'bid', 'patronage', 'want', 'compel', 'people', 'church', 'sunday', 'instead', 'moving', 'picture', 'old', 'way', 'filling', 'church', 'row', 'christ', 'way', 'peculiar', 'case', 'della', 'post', 'member', 'seventh', 'day', 'adventist', 'church', 'georgia', 'prosecuted', 'north', 'carolina', 'sabbath', 'breaking', 'observes', 'seventh', 'day', 'week', 'sabbath', 'prosecuted', 'sabbath', 'breaking', 'doe', 'observe', 'sunday', 'post', 'life', 'northwest', 'corner', 'georgia', 'act', 'taking', 'borrowed', 'wagon', 'home', 'person', 'life', 'line', 'tennessee', 'crossed', 'edge', 'north', 'carolina', 'passing', 'corner', 'north', 'carolina', 'deputy', 'sheriff', 'arrested', 'breaking', 'sabbath', 'north', 'carolina', 'treated', 'shamefully', 'according', 'report', 'superior', 'court', 'session', 'time', 'solicitor', 'general', 'refused', 'prosecute']
root - INFO - extracting file #45500: 2017-04-Final-Corpus/LUH19100525-V02-21-page5.txt
root - INFO - extracting file #46000: 2017-04-Final-Corpus/LUH19120522-V04-21-page5.txt
root - INFO - ['north', 'michigan', 'conference', 'upper', 'peninsula', 'camp_meeting', 'yesterday', 'received', 'word', 'nice', 'lot', 'secured', 'bark', 'river', 'camp_meeting', 'small_town', 'great', 'people', 'surrounding', 'country', 'need', 'know', 'message', 'proclaiming', 'thought', 'best', 'locate', 'camp', 'bark', 'river', 'situated', 'chicago', 'northwestern', 'railway', 'mile', 'west', 'escanaba', 'easy', 'access', 'nearly', 'people', 'trust', 'begin', 'lay_plans', 'meeting', 'june', 'past', 'worker', 'meeting', 'beginning', 'june', 'number', 'usually', 'come', 'enjoy', 'sabbath', 'daily', 'meeting', 'amither', 'reason', 'want', 'come', 'worker', 'meeting', 'going', 'hold', 'canvasser', 'institute', 'week', 'continue', 'close', 'meeting', 'institute', 'begin', 'tuesday', 'june', 'hope', 'canvasser', 'upper', 'peninsula', 'better', 'prepared', 'service', 'cause', 'minister', 'present', 'conference', 'elder', 'allen_moon', 'promise', 'elder', 'montgomery', 'president', 'indiana', 'conference', 'brother', 'upper', 'peninsula', 'acquainted', 'opportunity', 'renew', 'acquaintance', 'brother', 'blosser', 'present', 'lord', 'promised', 'people', 'gathered', 'sure', 'rich', 'blessing', 'let', 'praying', 'soul', 'won', 'master', 'result', 'meeting', 'shall', 'hold', 'deal', 'brother', 'sister', 'north', 'michigan', 'glad', 'associated', 'forwarding', 'angel', 'message', 'needy_field', 'harvest', 'truly', 'plenteous', 'laborer', 'doubtless', 'conference', 'felt', 'spirit', 'lord', 'calling', 'branch', 'work', 'scattering', 'printed', 'page', 'shall', 'glad', 'hear', 'arrange', 'definitely', 'concerning', 'territory', 'interested', 'work', 'pleased', 'entertain', 'young_people', 'sabbath', 'sunday', 'working', 'community', 'write', 'consecrating', 'life', 'christ', 'service', 'join', 'prayer', 'prophet', 'habakkuk', 'lord', 'revive', 'thy', 'work', 'midst', 'year', 'hab', 'petoskey', 'petoskey', 'mich', 'williams', 'canvasser', 'institute', 'benefit', 'planning', 'engage', 'canvassing', 'work', 'near_future', 'state', 'going', 'hold', 'institute', 'upper', 'peninsula', 'bark', 'river', 'beginning', 'june', 'good_opportunity', 'receive', 'special_instruction', 'branch', 'work', 'hope', 'goodly', 'number', 'present', 'meeting', 'williams', 'news', 'note', 'brother', 'fenner', 'spending', 'week', 'upper', 'peninsula', 'camp_meeting', 'assist', 'elder', 'hansen', 'effort', 'laketon', 'upper', 'peninsula', 'camp_meeting', 'held', 'bark', 'river', 'year', 'let', 'know', 'supply', 'need', 'way', 'tent', 'stove', 'spring', 'chair', 'table', 'elder', 'hansen', 'grand', 'rapid', 'visited', 'petoskey', 'night', 'way', 'laketon', 'kindly', 'consented', 'hold', 'meeting', 'hope', 'good', 'result', 'effort', 'forth', 'dozen', 'bible', 'book', 'tent', 'surely', 'able', 'bible', 'want', 'number', 'brother', 'kellman', 'anxious', 'denominational', 'hook', 'old', 'new', 'genuine', 'bargain', 'wisconsin', 'conference', 'dousman', 'oconomowoc', 'recently', 'family', 'sabbath', 'keeper', 'lived', 'place', 'fall', 'moved', 'california', 'leaving', 'brother', 'william', 'merickle', 'wife', 'son', 'benjamin', 'wife', 'representative', 'truth', 'vicinity', 'mile', 'country', 'good_courage', 'lord', 'gave', 'order', 'review', 'herald', 'subscription', 'expired', 'love', 'paper', 'blessed', 'truth', 'advocate', 'may_god', 'bless', 'child', 'growing', 'family', 'kindly', 'brought', 'country', 'oconomowoc', 'family', 'brother', 'young', 'wife', 'brother', 'millett', 'wife', 'brother', 'gave', 'subscription', 'review', 'lake_union_herald', 'planned', 'lonely', 'come', 'oconomowoc', 'sabbath', 'meeting', 'cold', 'rain', 'storm', 'broke', 'plan', 'little', 'meeting', 'glad', 'keeping', 'sabbath', 'school_lessons', 'effort', 'sabbath', 'meeting', 'help', 'way', 'year', 'good_courage', 'work', 'stebbins', 'memory', 'verse', 'card', 'following', 'good_word', 'memory', 'verse', 'card', 'sabbath', 'school', 'worker', 'long_experience', 'especially', 'successful', 'child', 'campmeetings', 'appeal', 'primary', 'teacher', 'inspire', 'send', 'card', 'set', 'child', 'class', 'believe', 'matter', 'brought', 'school', 'showing', 'value', 'school', 'primary', 'kindergarten', 'division', 'gladly', 'pay', 'card', 'parent', 'indicated', 'following', 'child', 'pleased', 'memory', 'verse', 'card', 'look', 'forward', 'joy', 'think', 'parent', 'appreciate', 'child', 'spoken', 'shown', 'appreciation', 'helping', 'pay', 'help', 'child', 'learn', 'remember', 'verse', 'appeal', 'teacher', 'child', 'year', 'age', 'pleased', 'younger', 'child', 'encouraging', 'experience', 'thank', 'lord', 'success', 'delivering', 'canvassing', 'relate', 'experience', 'monday', 'delivered', 'book', 'passing', 'place', 'tuesday', 'man', 'asked', 'read', 'book', 'delivered', 'telling', 'said', 'read', 'book', 'night', 'know', 'reading', 'book', 'said', 'plain', 'especially', 'sabbath', 'question', 'rude', 'schmeling', 'lake_union_herald']
root - INFO - extracting file #46500: 2017-04-Final-Corpus/LUH19140429-V06-17-page14.txt
root - INFO - extracting file #47000: 2017-04-Final-Corpus/LUH19160209-V08-06-page4.txt
root - INFO - ['lake_union_herald', 'cially', 'occasion', 'sung', 'refreshment', 'served', 'elder', 'irwin', 'presented', 'suitable', 'gift', 'token', 'esteem', 'brother', 'kellman', 'family', 'held', 'member', 'petoskey', 'church', 'regret', 'worker', 'leave', 'glad', 'north', 'michigan', 'contribute', 'laboring', 'force', 'finishing', 'great', 'fold', 'message', 'region', 'prayer', 'good', 'wish', 'florence', 'crouch', 'northern', 'illinois', 'conference_office', 'address', 'ogden', 'ave', 'chicago', 'president', 'wegtworth', 'interesting', 'letter', 'following', 'extract', 'recent_letter', 'written', 'review', 'woman', 'bought', 'copy', 'bible_readings', 'brother', 'eugene', 'davis', 'colporteurs', 'interesting', 'inspiring', 'dated', 'jan', 'dear', 'sir', 'write', 'ask', 'getting', 'book', 'distribute', 'friend', 'overlooked', 'agent', 'title', 'bible', 'reading', 'home_circle', 'fortunate', 'finest', 'book', 'world', 'explaining', 'hard', 'example', 'bible', 'think', 'place', 'half', 'dozen', 'home', 'community', 'care', 'pay', 'home', 'woman', 'willing', 'sell', 'book', 'profit', 'reader', 'sell', 'good', 'profit', 'world', 'hope', 'eternal', 'life', 'tolf', 'quarterly', 'report', 'west', 'chicago', 'sabbath', 'school', 'total', 'membership', 'including', 'officer', 'average', 'attendance', 'number', 'class', 'school', 'senior', 'division', 'junior', 'intermediate', 'primary', 'kindergarten', 'worker', 'taken', 'youth', 'instructor', 'little', 'friend', 'quarterly', 'taking', 'worker', 'training', 'course', 'gift', 'mission', 'sabbath', 'thirteenth', 'sabbath', 'offering', 'total', 'offering', 'special', 'collection', 'expense', 'child', 'primary', 'kindergarten', 'department', 'learned', 'repeated', 'memory', 'verse', 'quarter', 'primary', 'mildred', 'green', 'ethel', 'friels', 'queenie', 'smith', 'ida', 'liebschutz', 'kindergarten', 'florence', 'friels', 'juliette', 'papineau', 'mildred', 'butler', 'jeanie', 'green', 'mary', 'moore', 'sup', 'pearl', 'smith', 'sec', 'fox', 'river_academy', 'item', 'choral', 'society', 'recently', 'gave', 'cantata', 'saul', 'sheridan', 'opera', 'house', 'undertaking', 'proved', 'success', 'appreciated', 'music', 'department', 'including', 'piano', 'voice', 'student', 'number', 'seven', 'student', 'town', 'working', 'hard', 'beginning', 'realize', 'result', 'effort', 'vacation', 'necessarily', 'extended', 'nearly', 'week', 'account', 'leak', 'boiler', 'repair', 'soon', 'possible', 'heat', 'week', 'appreciated', 'good_spirit', 'prevailed', 'student', 'gathered', 'kitchen', 'stove', 'social', 'time', 'time', 'spent', 'coasting', 'skating', 'sleighing', 'time', 'passed', 'quickly', 'pleasantly', 'southern', 'illinois', 'conference_office', 'address', 'allen', 'springfield', 'ill', 'president', 'clark', 'charleston', 'decatur', 'privilege', 'meet', 'church', 'charleston', 'sabbath', 'ago', 'brother', 'sister', 'good_courage', 'meeting', 'held', 'friday', 'evening', 'sabbath', 'sunday', 'evening', 'good_interest', 'manifested', 'time', 'officer', 'elected', 'year', 'adjustment', 'record', 'glad', 'hold', 'work', 'year', 'decided', 'firm_stand', 'message', 'people', 'charleston', 'anxious', 'work', 'number', 'faith', 'attended', 'meeting', 'expressed', 'desire', 'minister', 'conduct', 'series', 'meeting', 'went', 'lake', 'union', 'committee', 'meeting', 'college', 'board', 'meeting', 'returned', 'way', 'decatur', 'decatur', 'held', 'annual', 'business', 'meeting', 'elder', 'hanson', 'william', 'woodford', 'service', 'elder', 'hanson', 'remained', 'decatur', 'week', 'visited', 'brother', 'sister', 'church', 'earnest_desire', 'people', 'hold', 'work', 'year', 'believe', 'southern', 'illinois', 'going', 'best', 'record', 'let', 'work', 'pray', 'soon', 'end', 'thing', 'come', 'clark', 'notice', 'elder', 'attended', 'elder', 'meeting', 'wondering', 'received', 'minute', 'meeting', 'greatly', 'rushed', 'office', 'past', 'week', 'impossible', 'minute', 'stenographer', 'busy', 'work', 'leave', 'minute', 'soon', 'possible', 'furnish', 'elder', 'clark', 'indiana', 'conference_office', 'address', 'indianapolis', 'president', 'bristol', 'south_bend', 'year', 'enjoyable', 'work', 'northern', 'illinois', 'conference', 'labor', 'indiana', 'conference', 'south_bend', 'place', 'residence', 'association', 'worker', 'people', 'northern', 'illinois', 'remembered', 'pleasantly', 'closing', 'work', 'illinois', 'glad', 'seal', 'fruit', 'effort', 'baptism']
root - INFO - extracting file #47500: 2017-04-Final-Corpus/LUH19171121-V09-47-page8.txt
root - INFO - extracting file #48000: 2017-04-Final-Corpus/LUH19190723-V11-30-page11.txt
root - INFO - ['village', 'frequently', 'pas', 'funeral', 'procession', 'loud', 'wailing', 'distress', 'street', 'beggar', 'pauper', 'crippled', 'leper', 'blind', 'help', 'rest', 'comfort', 'multiply', 'scene', 'million', 'time', 'picture', 'korea', 'nation', 'mourning', 'loss', 'long', 'cherished', 'hope', 'aspiration', 'century', 'sin', 'left', 'train', 'woe', 'surely', 'time', 'bring', 'message', 'message', 'given', 'lowly', 'nazarene', 'come', 'unto', 'labor', 'heavy_laden', 'rest', 'bring', 'peace', 'contentment', 'comfort', 'poor', 'lost', 'heathen', 'truly', 'satisfy', 'longing', 'heart', 'dare', 'hold', 'dollar', 'benighted', 'streaming', 'great', 'precipice', 'heathenism', 'ignorance', 'christless', 'graf', 'awake', 'great_privilege', 'giving', 'money', 'carry', 'message', 'great', 'comforter', 'know', 'comfort', 'begin', 'save', 'nickel', 'dime', 'thirteenth', 'sabbath', 'mission', 'goal', 'place', 'little', 'bank', 'return', 'superintendent', 'september', 'ennis', 'moore', 'news', 'note', 'conference_committee', 'met', 'holly', 'july', 'consider', 'matter', 'importance', 'connection', 'work', 'conference', 'academy', 'colporteurs', 'hard', 'work', 'report', 'coming', 'encouraging', 'brother', 'flick', 'field', 'week', 'visiting', 'helping', 'worker', 'important_work', 'believe', 'brighter', 'day', 'ahead', 'work', 'east', 'michigan', 'miss', 'edith', 'shepard', 'indiana', 'spending', 'day', 'friend', 'michigan', 'home', 'state', 'brother', 'moore', 'spent', 'sabbath', 'church', 'willis', 'perry', 'lamb', 'minnie', 'schwartz', 'recently', 'united', 'marriage', 'best', 'wish', 'live', 'holly', 'brother', 'westworth', 'spent', 'sabbath', 'july', 'church', 'holly', 'morning_service', 'administered', 'rite', 'baptism', 'subscription', 'review', 'coming', 'remember', 'time', 'subscribe', 'renew', 'paper', 'doe', 'expire', 'publisher', 'offer', 'fourteen', 'month', 'price', 'year', 'subscription', 'trust', 'seventh', 'day', 'adventist', 'conference', 'advantage', 'liberal', 'offer', 'subscribe', 'review', 'surely', 'ought', 'home', 'field', 'brother', 'thiele', 'spending', 'time', 'week', 'church', 'elmwood', 'memphis', 'port', 'huron', 'jackson', 'napoleon', 'hillsdale', 'publisher', 'life', 'health', 'inform', 'good', 'clean', 'copy', 'july', 'number', 'furnish', 'cent', 'copy', 'lot', 'fine', 'use', 'reading', 'rack', 'good', 'clean', 'copy', 'sign', 'june', 'furnish', 'cent', 'copy', 'quantity', 'order', 'early', 'sabbath', 'school_lessons', 'quarter', 'parable', 'jesus', 'reference', 'book', 'lesson', 'christ', 'object_lesson', 'tract', 'society', 'fufnish', 'cloth', 'red', 'leather', 'cloth', 'sell', 'leather', 'month', 'july', 'furnish', 'follows', 'red', 'leather', 'postpaid', 'cloth', 'offer', 'hold', 'good', 'month', 'july', 'west', 'michigan', 'conference_office', 'address', 'pearl', 'street', 'grand', 'rapid', 'mich', 'president', 'slade', 'thing', 'camp_meeting', 'attend', 'camp_meeting', 'year', 'interested', 'know', 'special_effort', 'finish', 'raising', 'educational_work', 'voted', 'year', 'ago', 'taken', 'camp_meeting', 'liberal', 'response', 'given', 'raised', 'cash', 'pledge', 'faithful', 'brother', 'responded', 'saying', 'close', 'year', 'believe', 'moved', 'way', 'great', 'present', 'need', 'hour', 'question', 'church', 'west', 'michigan', 'attend', 'camp_meeting', 'moved', 'write', 'add', 'pledge', 'gift', 'response', 'earnest', 'absolutely', 'necessary', 'raise', 'cent', 'voted', 'work', 'progress', 'strength', 'vote', 'people', 'requires', 'shall', 'money', 'hand', 'close', 'year', 'possible', 'realize', 'money', 'come', 'real', 'sacrifice', 'people', 'money', 'laid', 'aside', 'able', 'help', 'liberally', 'great_sacrifice', 'resolute', 'decision', 'thought', 'contributed', 'fund', 'past', 'end', 'reason', 'wish', 'need', 'requirement', 'laid', 'line', 'doubtless', 'necessary', 'institute', 'plan', 'individual', 'conference', 'shall', 'solicited', 'given', 'opportunity', 'help', 'completion', 'fund', 'greatly', 'appreciate', 'kindly', 'attitude', 'people', 'undertaking', 'thing', 'positive', 'need', 'hope', 'earnest', 'spirit', 'sacrifice', 'come', 'continue', 'work', 'raising', 'fund', 'doubtless', 'necessary', 'raise', 'work', 'completed', 'shall', 'glad', 'correspond', 'money', 'glad', 'place', 'cause', 'way', 'money', 'wish', 'place', 'cause', 'safe', 'keeping', 'slade', 'important', 'change', 'known', 'people', 'elder', 'lyle', 'shepard', 'recently', 'accepted', 'lake_union_herald']
root - INFO - extracting file #48500: 2017-04-Final-Corpus/LUH19200929-V12-39-page3.txt
root - INFO - extracting file #49000: 2017-04-Final-Corpus/PHJ18870201-V02-05-page8.txt
root - INFO - ['pacific_health_journal', 'muscular', 'organism', 'excess', 'wear', 'supplied', 'necessary', 'material', 'albuminous', 'nitrogenous', 'food', 'true', 'muscle', 'feeder', 'specially', 'supplied', 'great', 'expenditure', 'muscle', 'substance', 'great', 'nerve', 'wear', 'phosphatic', 'food', 'sought', 'furnish', 'brain', 'bone', 'necessary', 'supply', 'material', 'head', 'carbonate', 'include', 'starchy', 'sugary', 'oily', 'food', 'burned', 'heat', 'oil', 'oxidizable', 'burned', 'burning', 'substance', 'heat', 'heat', 'mean', 'motion', 'mechanical', 'energy', 'supplied', 'source', 'motion', 'body', 'mean', 'heat', 'wear', 'tissue', 'good', 'food', 'material', 'expenditure', 'income', 'needed', 'case', 'expenditure', 'exceeds', 'income', 'loss', 'result', 'principle', 'especially', 'true', 'human_body', 'fact', 'people', 'generally', 'ignorant', 'law', 'nature', 'farmer', 'wife', 'sifting', 'muscle', 'food', 'flour', 'giving', 'domestic', 'animal', 'observe', 'pouring', 'buttermilk', 'contains', 'brain', 'bone', 'forming', 'portion', 'milk', 'white_flour', 'butter', 'placed', 'table', 'family', 'realizing', 'excess', 'carbonaceous', 'food', 'cause', 'dyspepsia', 'corpulence', 'apoplexy', 'disease', 'heart', 'realizing', 'course', 'like', 'subject', 'inflammatory', 'trouble', 'feebleness', 'weakness', 'muscular', 'defective', 'aching', 'teeth', 'lack', 'phosphate', 'lime', 'natural', 'product', 'soil', 'declare', 'god', 'regard', 'summer', 'winter', 'diet', 'appetite', 'perverted', 'spring', 'eat', 'acid', 'fruit', 'green', 'vegetable', 'cook', 'right', 'cooking', 'dried', 'bean', 'pea', 'meat', 'albuminous', 'food', 'swimming', 'fat', 'add', 'heat', 'use', 'food', 'spring', 'suitable', 'coldest', 'northern', 'winter', 'thing', 'ought', 'appetite', 'fails', 'food', 'create', 'pepper', 'spice', 'condiment', 'need', 'summer', 'winter', 'nitrogenous', 'food', 'muscle', 'tissue', 'carbonate', 'lung', 'phosphate', 'brain', 'vital', 'power', 'need', 'different', 'proportion', 'according', 'temperature', 'live', 'occupation', 'follow', 'element', 'given', 'varying', 'proportion', 'suited', 'different', 'temperature', 'habit', 'life', 'know', 'fine', 'flour', 'butter', 'carbonaceous', 'food', 'wrong', 'combination', 'ought', 'eaten', 'hot_weather', 'choose', 'carbonaceous', 'food', 'small_quantity', 'com', 'bine', 'acid', 'fruit', 'green', 'vegetable', 'hot_weather', 'cold_weather', 'eat', 'food', 'contain', 'oil', 'starch', 'sugar', 'excess', 'albuminous', 'phosphatic', 'food', 'mother', 'little', 'time', 'making', 'tuck', 'ruffle', 'learn', 'dietetic', 'law', 'adapting', 'mental', 'muscular', 'employment', 'husband', 'child', 'add', 'health', 'comfort', 'length', 'life', 'family', 'blessing', 'enjoy', 'contagiousness', 'consumption', 'recognized', 'fact', 'consumption', 'readily', 'communicated', 'person', 'following', 'clip', 'quincy', 'whig', 'trace', 'matter', 'step', 'farther', 'seen', 'vouching', 'truth', 'reason', 'happened', 'rate', 'come', 'recommended', 'singular', 'instance', 'contagiousness', 'consumption', 'related', 'french', 'medical_journal', 'young_man', 'contracted', 'bronchitis', 'married', 'healthy', 'woman', 'year', 'died', 'consumptioh', 'long', 'afterward', 'widow', 'lung', 'fatally', 'diseased', 'child', 'speedily', 'followed', 'neighbor', 'robust', 'young_woman', 'suddenly', 'attacked', 'disease', 'called', 'repeatedly', 'house', 'consumptive', 'family', 'remained', 'sick_room', 'overnight', 'eaten', 'chicken', 'killed', 'farm', 'reported', 'fowl', 'died', 'prematurely', 'medical', 'authority', 'decided', 'chicken', 'killed', 'examined', 'discovered', 'fowl', 'contracted', 'consumption', 'liver', 'containing', 'bacillus', 'recognized', 'characteristic', 'disease', 'fowl', 'swallowed', 'sputum', 'infected', 'family', 'contracted', 'disease', 'unlucky', 'neighbor', 'daughter', 'eaten', 'fowl', 'liver', 'victim', 'turn', 'remarkable', 'story', 'vouched', 'medical_journal']
root - INFO - extracting file #49500: 2017-04-Final-Corpus/PHJ18891001-V04-10-page1.txt
root - INFO - extracting file #50000: 2017-04-Final-Corpus/PHJ18911101-V06-11-page13.txt
root - INFO - ['england', 'examination', 'different', 'entry', 'contained', 'machyn', 'diary', 'shed', 'strong', 'light', 'matter', 'connected', 'reign', 'mary', 'ordinary', 'historian', 'omit', 'instance', 'criminal', 'statistic', 'machyn', 'furnishes', 'expected', 'age', 'ignorance', 'brutality', 'bigotry', 'numerous', 'example', 'crime', 'attend', 'nation', 'intellectual', 'vitality', 'low', 'pressure', 'look', 'vain', 'particular', 'offense', 'fraud', 'cunning', 'subtlety', 'nineteenth', 'century', 'familiar', 'stead', 'read', 'hostility', 'mechanism', 'religion', 'low', 'cheating', 'cruelty', 'men', 'animal', 'course', 'sin', 'flesh', 'follow', 'wake', 'ill', 'disciplined', 'human_nature', 'furnished', 'armory', 'machyn', 'let', 'select', 'arrow', 'aim', 'manner', 'corruption', 'age', 'young', 'fellow', 'tied', 'post', 'hard', 'standard', 'chep', 'collar', 'iron', 'round', 'neck', 'soundly', 'whipped', 'men', 'pretending', 'vision', 'church', 'offer', 'victim', 'read', 'cheken', 'parson', 'nicholas', 'coldharbor', 'ride', 'cart', 'round', 'london', 'sold', 'wife', 'butcher', 'piece', 'traffic', 'continent', 'believed', 'flourish', 'england', 'purveyor', 'provision', 'inclined', 'palm', 'base', 'good', 'sound', 'use', 'art', 'customer', 'punishment', 'inflicted', 'fraud', 'discovered', 'somewhat', 'personal', 'severe', 'present', 'butcher', 'exposed', 'diseased', 'meat', 'sale', 'punished', 'forced', 'ride', 'london', 'face', 'horse', 'tail', 'half', 'lamb', 'veal', 'calf', 'borne', 'pole', 'raw', 'entry', 'recording', 'punishment', 'men', 'sold', 'decaying', 'fish', 'pillory', 'decaying', 'fish', 'round', 'neck', 'nineteenth', 'century', 'summer', 'trick', 'vogue', 'innocent', 'day', 'day', 'july', 'man', 'woman', 'pillory', 'cheapside', 'man', 'sold', 'pot', 'strawberry', 'pot', 'half', 'filled', 'fern', 'minor', 'matter', 'history', 'repeat', 'gentleman', 'magazine', 'onion', 'dorothy', 'wasn', 'happy', 'day', 'plainly', 'seen', 'ugly', 'little', 'gleam', 'eye', 'unlovely', 'curl', 'red', 'lip', 'little', 'happy', 'miserable', 'hadn', 'married', 'long', 'long', 'ted', 'mortal', 'long', 'learn', 'mortal', 'best', 'sort', 'folk', 'kind', 'planet', 'hard_time', 'young_people', 'honeymoon', 'gone', 'light', 'common_sense', 'hardly', 'tinging', 'sky', 'easily', 'dark', 'world', 'time', 'long', 'known', 'lifetime', 'dorothy', 'gloomy', 'twilight', 'idea', 'ailed', 'spoiled', 'daughter', 'father', 'died', 'mother', 'devoted', 'little', 'girl', 'ted', 'come', 'dorothy', 'given', 'heart', 'living', 'pretty', 'home', 'poor', 'little', 'wife', 'unhappy', 'neighbor', 'seeall', 'came', 'dorothy', 'came', 'day', 'face', 'lovely', 'loveable', 'loving', 'people', 'let', 'talk', 'dorothy', 'sat', 'pretty', 'pink', 'bowed', 'rocking', 'chair', 'seeall', 'folded', 'ted', 'dark', 'green', 'sleepy', 'hollow', 'glanced', 'room', 'vase', 'mantel', 'held', 'faded', 'flower', 'seeall', 'seen', 'faded', 'flower', 'smiled', 'getting', 'rest', 'said', 'nodding', 'neglected', 'vase', 'noticed', 'ted', 'went', 'flower', 'morning', 'dorothy', 'flushed', 'seeall', 'pale', 'eye', 'brightened', 'knew', 'wouldn', 'laughing', 'told', 'think', 'men', 'hold', 'lover', 'long', 'dear', 'thought', 'long', 'woman', 'pretty', 'bright', 'come', 'tell', 'dorothy', 'flushed', 'think', 'seeall', 'and_temperance_advocate']
root - INFO - extracting file #50500: 2017-04-Final-Corpus/PHJ18961201-V11-12-page12.txt
root - INFO - extracting file #51000: 2017-04-Final-Corpus/PHJ19020401-V17-04-page22.txt
root - INFO - ['trouble', 'expression', 'little', 'botheration', 'romping', 'year', 'old', 'hasty', 'word', 'told', 'mong', 'loved', 'best', 'youngest', 'household', 'nest', 'pleasure', 'doth', 'bring', 'journey', 'spring', 'feed', 'chick', 'bring', 'wood', 'gather', 'stick', 'day', 'brings', 'joy', 'happy', 'romping', 'baby', 'boy', 'cow', 'far', 'away', 'near', 'close', 'day', 'bring', 'home', 'fern', 'flower', 'come', 'surely', 'life', 'lost', 'song', 'woman', 'realm', 'conducted', 'wilcox', 'companion', 'minnie', 'embree', 'family', 'solitude', 'self', 'feel', 'sure', 'reader', 'woman', 'realm', 'enjoy', 'reading', 'following', 'excerpt', 'taken', 'independent', 'written', 'able', 'known', 'writer', 'marion', 'harland', 'reply', 'paper', 'discussing', 'subject', 'small', 'large', 'family', 'ida', 'harper', 'paper', 'bespeaks', 'sentiment', 'mind', 'writer', 'sad', 'called', 'higher', 'education', 'fair', 'sex', 'led', 'conclusion', 'subject', 'wifehood', 'motherhood', 'excellent', 'thought', 'brought', 'reply', 'read', 'strange', 'language', 'woman', 'attempted', 'advanced', 'step', 'blocked', 'word', 'wifehood', 'motherhood', 'marriage', 'nowadays', 'mean', 'necessary', 'woman', 'men', 'apt', 'think', 'condition', 'favorable', 'average', 'woman', 'prefer', 'married', 'consider', 'worth', 'sacrifice', 'oftentimes', 'required', 'number', 'educated', 'woman', 'position', 'apt', 'increase', 'long', 'men', 'continue', 'insist', 'certain_amount', 'ignorance', 'strong', 'constitution', 'essential', 'matrimony', 'liberal', 'wise', 'intellectual', 'companionship', 'sympathy', 'thought', 'congeniality', 'taste', 'prominent', 'feature', 'able', 'convince', 'woman', 'great', 'advantage', 'clause', 'quotation', 'pause', 'amazed', 'perplexed', 'declares', 'wifehood', 'motherhood', 'block', 'wheel', 'true', 'advancement', 'sex', 'smiled', 'unkindly', 'day', 'reading', 'protest', 'pres']
root - INFO - extracting file #51500: 2017-04-Final-Corpus/PHJ19040301-V19-03-page21.txt
root - INFO - extracting file #52000: 2017-04-Final-Corpus/PUR19021023-V02-06-page3.txt
root - INFO - ['free', 'forth', 'effort', 'knowledge', 'truth', 'attend', 'outside', 'wing', 'know', 'experience', 'god', 'working', 'good', 'pleasure', 'reform', 'diet', 'line', 'work', 'looked', 'separate', 'distinct', 'line', 'campmeeting', 'work', 'line', 'god', 'work', 'closely', 'related', 'line', 'different_lines', 'distinct', 'advance', 'perfect', 'harmony', 'spake', 'word', 'god', 'boldness', 'multitude', 'believed', 'heart', 'soul', 'said', 'aught', 'thing', 'possessed', 'selfishness', 'expelled', 'heart', 'great_power', 'gave', 'apostle', 'witness', 'resurrection', 'lord', 'jesus', 'great', 'grace', 'book', 'containing', 'present_truth', 'skilful', 'work', 'hunting', 'soul', 'young_man', 'help', 'called', 'covenant', 'god', 'sacrifice', 'hold', 'work', 'sufficiency', 'strong', 'yea', 'strong', 'pacific_union_recorder', 'arouse', 'work', 'lord_calls', 'worker', 'camp_meeting', 'restaurant', 'poor', 'obtain', 'wholesome', 'wellprepared', 'food', 'cheaply', 'possible', 'restaurant', 'food', 'especially', 'prepared', 'education', 'outsider', 'representation', 'healthwith', 'holy', 'ghost', 'bible', 'instruction', 'sell', 'need', 'feel', 'vivifying', 'influence', 'holy', 'spirit', 'disciple', 'felt', 'day', 'pentecost', 'experience', 'time', 'read', 'lord', 'plan', 'prayed', 'place', 'shaken', 'assembled', 'filled', 'instructed', 'encourage', 'decided', 'effort', 'secure', 'helping', 'hand', 'missionary_work', 'curse', 'meroz', 'said', 'angel', 'lord', 'curse', 'bitterly', 'inhabitants_thereof', 'came', 'help', 'lord', 'help', 'lord', 'mighty', 'let', 'indifferent', 'arouse', 'act', 'work', 'lord', 'lest', 'curse', 'spoken', 'let', 'long', 'neglected', 'work', 'city', 'work', 'looked', 'passed', 'press', 'printed', 'orous', 'effort', 'wounded', 'man', 'passed', 'priest', 'levite', 'work', 'city', 'heartedly', 'intelligently', 'unselfishly', 'evangelistic', 'canvasser', 'canvassing', 'publication', 'important', 'profitable', 'line', 'evangelistic_work', 'publication', 'place', 'meeting', 'held', 'such_places', 'faithful', 'evangelistic', 'canvasser', 'place', 'living', 'preacher', 'feel', 'sorry', 'book', 'finding', 'ready', 'sale', 'lying', 'office', 'shelf', 'book', 'contain', 'light', 'people_need', 'lord', 'young_man', 'woman', 'enter', 'canvassing', 'field', 'canvassing', 'evangelist', 'canvassing', 'work', 'truth', 'presented', 'thousand', 'hear', 'time', 'work', 'short', 'need', 'promptitude', 'quickly', 'lead', 'page', 'light', 'reach', 'isolated', 'opportunity', 'hear', 'living', 'preacher', 'blessed', 'missionary_work', 'canvasser', 'lord', 'helping', 'hand', 'opening', 'door', 'entrance', 'truth', 'place', 'book', 'people', 'mention', 'matter', 'special_attention', 'responsibility', 'work', 'relief', 'school', 'believe', 'movement', 'paying', 'debt', 'everlasting', 'gospel', 'nation', 'people', 'rev', 'attention', 'people', 'special', 'way', 'called', 'true', 'god', 'worship', 'time', 'false', 'worship', 'beast', 'image', 'forced', 'people', 'law', 'men', 'attention', 'men', 'fully', 'diverted', 'great', 'creator', 'responsibility', 'special', 'need', 'effort', 'christ', 'object_lesson', 'book', 'creator', 'thing', 'true', 'god', 'power', 'pledged', 'gospel', 'save', 'men', 'brought', 'attention', 'people', 'way', 'great', 'teacher', 'sent', 'heaven', 'gave', 'men', 'diligent', 'seeking', 'lord', 'filled', 'holy', 'spirit', 'forth', 'quickly', 'proclaim', 'truth', 'lord', 'working', 'confirming', 'word', 'sign', 'following', 'commission', 'let', 'light_shine', 'forth', 'field', 'western', 'oregon', 'conference', 'let', 'christian', 'youth', 'selected', 'handle', 'book', 'containing', 'present_truth', 'youth', 'religious_experience', 'accepted', 'canvasser', 'book', 'properly', 'represent', 'precious_truth', 'presented', 'send', 'youth', 'canvassing', 'field', 'unjust', 'lord', 'work', 'sacred', 'work', 'enter', 'able', 'bear', 'witness', 'christ', 'youth', 'work', 'connected', 'older', 'experience', 'devoted', 'god', 'great', 'blessing', 'teaching', 'thing', 'god', 'showing', 'best', 'work', 'youth', 'work', 'own_salvation', 'fear', 'trem', 'men', 'woman', 'enter', 'canvassing', 'field', 'canvasser', 'ellen', 'white', 'church', 'best', 'time', 'year', 'sale', 'christ', 'object_lesson', 'till', 'holiday', 'vig']
root - INFO - extracting file #52500: 2017-04-Final-Corpus/PUR19050209-V04-29-page5.txt
root - INFO - extracting file #53000: 2017-04-Final-Corpus/PUR19100210-V09-28-page3.txt
root - INFO - ['total', 'tithe', 'offering', 'tithe', 'year', 'offering', 'total', 'increase', 'tithe', 'past', 'year', 'offering', 'financial', 'responsibility', 'confines', 'union_conference', 'greater', 'union_conference', 'world', 'represented', 'asset', 'institution', 'department', 'work', 'nearly', 'million', 'dollar', 'liability', 'correspondingly', 'large', 'advise', 'body', 'delegate', 'rest', 'responsibility', 'planning', 'future', 'work', 'union_conference', 'forthcoming', 'biennial', 'term', 'look', 'calmly', 'institutional', 'financial', 'situation', 'individual', 'obligation', 'account', 'man', 'god', 'taking', 'action', 'involve', 'deeply', 'monetary', 'view', 'point', 'text', 'book', 'fund', 'trust', 'fund', 'cash', 'hand', 'jan', 'disbursement', 'appropriation', 'palcific', 'union', 'recorder', 'reconstruction', 'method', 'business', 'foe', 'need', 'enlightened', 'assured', 'financial', 'defeat', 'early', 'future', 'special', 'departmental', 'line', 'considering', 'thought', 'viewpoint', 'gift', 'prophecy', 'quote', 'working', 'wrong', 'plan', 'men', 'brought', 'debt', 'cause', 'let', 'repeated', 'let', 'head', 'work', 'cautiously', 'refusing', 'bury', 'cause', 'god', 'debt', 'let', 'recklessly', 'heedlessly', 'thinking', 'knowing', 'wish', 'particular', 'attention', 'financial', 'spiritual', 'duty', 'combined', 'require', 'individual', 'realm', 'spiritual', 'financial', 'record', 'act', 'resolution', 'session', 'conference', 'refer', 'proportion', 'provided', 'segregated', 'thousand', 'dollar', 'fund', 'foreign_mission', 'hoped', 'shall', 'enabled', 'secure', 'year', 'suggested', 'proportion', 'adviie', 'raise', 'talk', 'resolving', 'secure', 'money', 'getting', 'accomplish', 'task', 'spiritual', 'work', 'spirit', 'accomplish', 'undertaking', 'advise', 'church', 'adopt', 'plan', 'contributing', 'foreign_mission', 'average', 'member', 'cent', 'week', 'church', 'individual', 'permit', 'local', 'interfere', 'perfecting', 'work', 'recommend', 'favorable', 'consideration', 'thought', 'appropriate', 'foreign_mission_work', 'exclusively', 'foreign_fields', 'sum', 'thousand', 'dollar', 'turned', 'general', 'treasury', 'early', 'date', 'arranged', 'cripple', 'line', 'work', 'conclusion', 'allow', 'suggest', 'delegate', 'regard', 'family', 'arc', 'chosen', 'representative', 'great_work', 'people', 'section', 'union', 'let', 'exercise', 'individual', 'civil', 'religious_liberty', 'session', 'person', 'feel', 'called', 'lord', 'occupy', 'clue', 'portion', 'mission', 'conference', 'contributed', 'mission', 'conference', 'term', 'conference', 'continue', 'receive', 'financial', 'help', 'border', 'shall', 'expect', 'particular', 'growth', 'church', 'constituency', 'strengthened', 'conference', 'selecting', 'session', 'incoming', 'executive_committee', 'near_future', 'strong', 'laborer', 'transporting', 'field', 'strengthen', 'field', 'spiritually', 'numerically', 'recommend', 'appropriate', 'utah', 'arizona', 'spirit', 'letter', 'financial_condition', 'union_conference', 'normal', 'thank', 'lord', 'work', 'healthy', 'growing', 'condition', 'spiritually', 'financially', 'christian', 'spirit', 'christian', 'finance', 'lagging', 'partner', 'live', 'aggressive', 'gospel', 'work', 'walk', 'hand', 'hand', 'tithe', 'receipt', 'conference', 'union', 'year', 'offering', 'time', 'time', 'session', 'rightfully', 'belongs', 'libertyloving', 'individual', 'love', 'liberty', 'equally', 'fellow_man', 'let', 'heavenly', 'sitting', 'surely', 'liberty', 'god', 'peace', 'sanctify', 'wholly', 'pray', 'god', 'spirit', 'soul', 'body', 'preserved', 'blameless', 'unto', 'coming', 'lord', 'jesus', 'christ', 'faithful', 'calleth', 'ydu', 'cottrell', 'pacific', 'union_conference', 'treasurer', 'report', 'receipt', 'tithe', 'california', 'southern', 'california', 'arizona', 'utah', 'personal', 'second', 'tithe', 'california', 'arizona', 'utah', 'donation', 'utah', 'conference', 'arizona', 'conference', 'pacific', 'press', 'teacher', 'institute', 'pacific', 'benevolent', 'assn', 'pacific', 'religious_liberty', 'assn', 'medical', 'report', 'pacific_union_recorder', 'general', 'conference', 'mission_board', 'california', 'conference', 'central', 'bank', 'expense', 'sale', 'rent', 'furnishing', 'utah', 'arizona', 'donation', 'mission_board', 'tent', 'france', 'tent', 'union', 'conference', 'sign', 'philippine', 'labor', 'south', 'tah', 'conference', 'laborer', 'salary', 'expense', 'pacific', 'xiox', 'recorder', 'postage', 'stationery', 'light', 'fuel', 'teacher', 'institute', 'pacific', 'religious_liberty', 'assn', 'medical', 'report', 'sanitarium', 'food', 'company', 'pacific', 'press', 'publishing', 'general', 'conference', 'mission_board', 'pacific', 'benevolent', 'assn', 'text', 'book', 'fund', 'furnishing', 'trust', 'fund', 'cash', 'hand', 'dec']
root - INFO - extracting file #53500: 2017-04-Final-Corpus/PUR19111123-V11-17-page7.txt
root - INFO - extracting file #54000: 2017-04-Final-Corpus/PUR19131120-V13-16-page7.txt
root - INFO - ['word', 'cheer', 'canvassing', 'home', 'worker', 'book', 'busy', 'work', 'filling', 'order', 'master', 'certainly', 'doe', 'send', 'favor', 'prosperity', 'busy', 'placing', 'book', 'notably', 'ministry', 'healing', 'tell', 'purchaser', 'especially', 'lady', 'home', 'worker', 'book', 'desirable', 'class', 'reading', 'matter', 'book', 'guarantee', 'work', 'order', 'time', 'holiday', 'manner', 'work', 'enthusiasm', 'behalf', 'book', 'time', 'day', 'week', 'home', 'worker', 'prospectus', 'let', 'examine', 'book', 'place', 'order', 'nearly', 'desire', 'day', 'got', 'promised', 'lady', 'taken', 'ministry', 'healing', 'gave', 'order', 'worth', 'assorted', 'home', 'worker', 'hook', 'party', 'customer', 'gave', 'order', 'evening', 'received', 'ministry', 'placed', 'home', 'worker', 'order', 'experience', 'home', 'worker', 'book', 'sure', 'host', 'order', 'master', 'help', 'holiday', 'delivery', 'time', 'dear_people', 'pure', 'high', 'class', 'uplifting', 'refining', 'educating', 'work', 'public', 'sell', 'sight', 'walter', 'harper', 'way', 'help', 'mission', 'trying', 'increase', 'offering', 'help', 'send', 'hair', 'combing', 'stansbury', 'new', 'decatur', 'alabama', 'rural', 'route', 'box', 'letting', 'light_shine', 'real', 'missionary', 'people', 'need', 'help', 'wish', 'switch', 'assure', 'return', 'hair', 'send', 'need', 'switch', 'send', 'combing', 'privilege', 'making', 'selling', 'little', 'thing', 'count', 'report', 'book', 'work', 'week', 'ending', 'oct', 'dinuba', 'cal', 'loper', 'pacific', 'union', 'recorder', 'agent', 'central', 'california', 'morton', 'jensen', 'bessie', 'doty', 'lela', 'daughter', 'agent', 'book', 'ords', 'help', 'value', 'delivered', 'report', 'book', 'work', 'week', 'ending', 'october', 'california', 'bornecke', 'charlton', 'gerrans', 'harrell', 'rose', 'lull', 'ruth', 'reid', 'phebe', 'tyler', 'gonter', 'agent', 'northern', 'california', 'supplemental', 'morrison', 'report', 'book', 'work', 'week', 'ending', 'october', 'california', 'bornecke', 'charles', 'berg', 'brewster', 'charlton', 'flint', 'gonter', 'gerrans', 'holmes', 'rose', 'lull', 'massey', 'phebe', 'tyler', 'miscellaneous', 'northern', 'california', 'walter', 'harper', 'morrison', 'reese', 'agent', 'report', 'book', 'work', 'week', 'ending', 'november', 'northern', 'california', 'morrison', 'reese', 'agent', 'southern', 'california', 'james', 'bonde', 'egner', 'johnson', 'keele', 'henry', 'bundy', 'hattie', 'williams', 'price', 'southerland', 'benjamin', 'cotton', 'hilliard', 'miscellaneous']
root - INFO - extracting file #54500: 2017-04-Final-Corpus/PUR19151202-V15-17-page2.txt
root - INFO - extracting file #55000: 2017-04-Final-Corpus/PUR19171115-V17-15-page7.txt
root - INFO - ['student', 'parent', 'different', 'camp', 'meeting', 'union', 'alimetas', 'clutch', 'rapidly', 'adventist', 'year', 'conference', 'revolving', 'wheel', 'struck', 'result', 'word', 'passed', 'small_sum', 'addressing', 'head', 'fracturing', 'skull', 'renderon', 'friend', 'school', 'let', 'california', 'conference', 'street', 'ing', 'unconscious', 'elder', 'work', 'good_word', 'oakland', 'cal', 'adam', 'conducted', 'funeral_service', 'neighbor', 'academy', 'brown', 'undertaking', 'parlor', 'sabbath', 'school_convention', 'sale', 'second', 'hand', 'mandy', 'los', 'angeles', 'interment', 'held', 'soon', 'reading', 'course', 'lee', 'incubator', 'egg', 'size', 'new', 'forest', 'lawn', 'cemetery', 'deceasfor', 'sabbath', 'school_teacher', 'lamp', 'complete', 'new', 'thermometer', 'leaf', 'mourn', 'father', 'mother', 'started', 'november', 'price', 'hill', 'drill', 'seeder', 'wife', 'child', 'second', 'sunday', 'plant', 'pea', 'bean', 'garden', 'month', 'study', 'testimony', 'seed', 'planet', 'wheel', 'hoe', 'work', 'teacher', 'attachment', 'ready', 'use', 'price', 'conducted', 'time', 'faculty', 'dried', 'black', 'meeting', 'fourth', 'sunday', 'studfigs', 'pay', 'address', 'esies', 'teaching', 'education', 'ther', 'miller', 'tollhouse', 'cal', 'taken', 'professional', 'standpoint', 'planning', 'study', 'practical', 'real', 'help', 'continued', 'page', 'angel', 'message', 'news', 'good_news', 'salvation', 'everybody', 'reach', 'people', 'public_press', 'worker', 'use', 'medium', 'possible', 'case', 'editor', 'glad', 'know', 'meeting', 'providing', 'write', 'furnished', 'news', 'cold', 'lord', 'brought', 'soul', 'truth', 'newspaper', 'article', 'published', 'past', 'believe', 'continue', 'coffin', 'book', 'report', 'week', 'ending', 'november', 'small', 'plant', 'tree', 'born', 'san', 'pedro', 'cal', 'october', 'watched', 'cultivated', 'carefully', 'died', 'california', 'hosis', 'known', 'san', 'ferpital', 'los', 'angeles', 'october', 'nando', 'academy', 'spirit', 'send', 'decease', 'result', 'little', 'money', 'water', 'accident', 'occurred', 'october', 'student', 'cultivate', 'grow', 'ing', 'plant', 'goodly', 'tree', 'working', 'sugar', 'factory', 'los', 'worthy', 'best', 'care', 'earl', 'hall', 'miscellany', 'special', 'notice', 'term', 'reference', 'conference', 'laborer', 'church', 'elder', 'accompany', 'notice', 'advertiser', 'personally', 'known', 'recorder', 'management', 'advertising', 'rate', 'word', 'insertion', 'cent', 'cash', 'advance', 'wanted', 'bakery', 'saleslady', 'work', 'room', 'board', 'use', 'piano', 'address', 'home', 'bakery', 'college', 'ave', 'oakland', 'cal', 'sale', 'nice', 'home', 'situated', 'acre', 'land', 'half', 'mile', 'helena', 'sanitarium', 'mile', 'good', 'grade', 'church_school', 'interested', 'write', 'rhyme', 'sanitarium', 'cal', 'particular', 'sale', 'acre', 'land', 'room_house', 'cemented', 'cellar', 'cistern', 'walk', 'stock', 'wind', 'variety', 'fruit', 'family', 'use', 'block', 'north', 'junior_college', 'keene', 'texas', 'bargain', 'exchange', 'california', 'property', 'home', 'address', 'jones', 'box', 'armona', 'cal', 'sale', 'room', 'cottage', 'nicely', 'finished', 'bath', 'sleeping', 'porch', 'lot', 'half', 'mile', 'church_school', 'eighth', 'mile', 'helena', 'sanitarium', 'cottage', 'built', 'fiveyears', 'ago', 'sacrifice', 'sold', 'immediately', 'cash', 'balance', 'year', 'dress', 'sanford', 'sanitarium', 'cal', 'safer', 'eidor', 'boroaghlo', 'painted', 'chart', 'standard', 'hang', 'showing', 'sign', 'theheavens', 'exhibiting', 'agent', 'book', 'hour', 'order', 'california', 'helen', 'tanner', 'pratt', 'olive', 'week', 'barbour', 'misc', 'ford', 'misc', 'dalson', 'misc', 'help', 'value', 'del', 'obituary', 'merrill', 'lynn', 'gordon', 'merrill', 'agent', 'northwestern', 'california', 'mary', 'bullock', 'misc', 'dillon', 'misc', 'ada', 'burg', 'blanch', 'garner', 'misc', 'burnham', 'reese', 'bressie', 'morris', 'miscellaneous', 'agent', 'week', 'northern', 'california', 'jeanette', 'boyd', 'rose', 'lull', 'james', 'sims', 'abbott', 'agent', 'central', 'california', 'adam', 'meyers', 'beardslee', 'crowder', 'airk', 'hollenste', 'agent', 'inter', 'mountain', 'jeaks', 'robblsop', 'saunder', 'einida', 'harris', 'agent', 'total', 'mise', 'misc']
root - INFO - extracting file #55500: 2017-04-Final-Corpus/PUR19200108-V19-22-page4.txt
root - INFO - extracting file #56000: 2017-04-Final-Corpus/RH18530331-V03-23-page4.txt
root - INFO - ['rest', 'changed', 'mind', 'remember', 'holy', 'day', 'began', 'labor', 'remarkable', 'fact', 'paul', 'enjoins', 'exacfly', 'reverse', 'public', 'collection', 'doe', 'place', 'alms', 'public', 'treasury', 'day', 'week', 'day', 'week', 'let', 'lay', 'store', 'doe', 'prove', 'corinthian', 'church', 'assembled', 'public_worship', 'day', 'contrary', 'doe', 'prove', 'own_home', 'examine', 'worldly', 'affair', 'lay', 'store', 'god', 'prospered', 'week', 'week', 'collect', 'earnings', 'apostle', 'come', 'bounty', 'ready', 'able', 'present', 'gathered', 'method', 'giving', 'enjoined', 'new_testament', 'reverse', 'public', 'contribution', 'thou', 'doest', 'alms', 'let', 'thy', 'left', 'hand', 'know', 'thy', 'right', 'hand', 'doeth', 'thine', 'alms', 'secret', 'thy', 'father', 'seeth', 'secret', 'shall', 'reward', 'thee', 'openly', 'matt', 'humble', 'unostentatious', 'method', 'giving', 'alms', 'secret', 'paul', 'enjoined', 'corinthian', 'day', 'sabbath', 'better', 'foundation', 'inference', 'drawn', 'text', 'truly', 'rest', 'sand', 'john', 'spirit', 'lord', 'day', 'day', 'week', 'rev', 'the_review_and_herald', 'adopt', 'papist', 'change', 'sabbath', 'proved', 'papist', 'follows', 'ques', 'warrant', 'keeping', 'sunday', 'preferably', 'ancient', 'sabbath', 'saturday', 'authority', 'catholic_church', 'apostolic', 'tradition', 'doe', 'scripture', 'command', 'sunday', 'kept', 'sabbath', 'scripture', 'commmands', 'hear', 'church', 'matt', 'xviii', 'luke', 'hold', 'fast', 'tradition', 'apostle', 'thess', 'scripture', 'doe', 'particular', 'mention', 'change', 'sabbath', 'john', 'speaks', 'lord', 'day', 'rev', 'doe', 'tell', 'day', 'week', 'doe', 'tell', 'day', 'place', 'sabbath', 'ordained', 'commandment', 'luke', 'speaks', 'disciple', 'meeting', 'break', 'bread', 'day', 'week', 'act', 'paul', 'cor', 'xvi', 'order', 'day', 'week', 'corinthian', 'lay', 'store', 'designed', 'bestow', 'charity', 'faithful', 'judea', 'tell', 'day', 'week', 'henceforward', 'day', 'worship', 'christian', 'sabbath', 'truly', 'best', 'authority', 'testimony', 'ordinance', 'church', 'pretend', 'religious', 'sunday', 'whilst', 'notice', 'festival', 'ordained', 'church', 'authority', 'act', 'humor', 'reason', 'religion', 'sunday', 'holy', 'day', 'stand', 'foundation', 'viz', 'ordinance', 'church', 'harmony', 'zechariah', 'george', 'storrs', 'attempt', 'harmony', 'zechariah', 'xiv', 'let', 'remember', 'prophet', 'different', 'event', 'glance', 'prophetic', 'glass', 'record', 'event', 'noting', 'chronological', 'order', 'apply', 'idea', 'chapter', 'consideration', 'read', 'follows', 'verse', 'behold', 'day', 'lord_cometh', 'thy', 'spoil', 'shall', 'divided', 'midst', 'thee', 'gather', 'nation', 'jerusalem', 'bat', 'tie', 'city', 'shall', 'taken', 'house', 'rifled', 'woman', 'ravished', 'half', 'city', 'shall', 'forth', 'captivity', 'residueof', 'people', 'shall', 'cut', 'city', 'verse', 'shall', 'plague', 'wherewith', 'lord', 'smite', 'people', 'fought', 'jerusalem', 'flesh', 'shall', 'consume', 'away', 'stand', 'foot', 'eye', 'shall', 'consume', 'away', 'hole', 'tongue', 'shall', 'consume', 'away', 'mouth', 'shall', 'come', 'pas', 'day', 'great', 'tumult', 'lord', 'shall', 'shall', 'lay', 'hold', 'hand', 'neighbor', 'hand', 'shall', 'rise', 'hand', 'neighbor', 'judah', 'shall', 'fight', 'jerusalem', 'wealth', 'heathen', 'round', 'shall', 'gathered', 'gold', 'silver', 'apparel', 'grew', 'abundance', 'shall', 'plague', 'horse', 'ofithe', 'mule', 'camel', 'beast', 'shall', 'tent', 'plague', 'verse', 'shall', 'whoso', 'come', 'family', 'earth', 'unto', 'jerusalem', 'worship', 'king', 'lord', 'host', 'shall', 'rain', 'family', 'egypt', 'come', 'rain', 'shall', 'plague', 'wherewith', 'lord', 'smite', 'heathen', 'come', 'feast', 'tabernacle', 'shall', 'punishment', 'egypt', 'punishment', 'nation', 'come', 'feast', 'tabernacle', 'verse', 'shall', 'lord', 'forth', 'fight', 'nation', 'fought', 'day', 'battle', 'foot', 'shall', 'stand', 'day', 'mount', 'olive', 'jerusalem', 'east', 'mount', 'olive', 'shall', 'cleave', 'midst', 'thereof', 'east', 'west', 'shall', 'great', 'valley', 'half', 'mountain', 'shall', 'remove', 'north', 'half', 'south', 'shall', 'flee', 'valley', 'mountain', 'valley', 'mountain', 'shall', 'reach', 'unto', 'azal', 'yea', 'shall', 'flee', 'like', 'fled', 'earthquake', 'day', 'uzziah', 'king', 'judah', 'lord', 'god', 'shall', 'come', 'saint', 'thee', 'shall', 'come', 'pas', 'day', 'light', 'shall', 'clear', 'dark', 'shall', 'day', 'shall', 'known', 'lord', 'day', 'night', 'shall', 'come', 'pas', 'evening', 'time', 'shall', 'light', 'shall', 'day', 'living', 'water', 'shall', 'jerusalem', 'half', 'thse', 'sea', 'half', 'hinder', 'sea', 'summer', 'winter', 'shall', 'lord', 'shall', 'king', 'earth', 'day', 'shall', 'lord', 'land', 'shall', 'turned', 'plain', 'peculiarly', 'unfortunate', 'advocate', 'change', 'sabbath', 'instance', 'obliged', 'assume', 'point', 'ought', 'prove', 'text', 'clear', 'proof', 'day', 'gospel_dispensation', 'lord', 'claim', 'text', 'book', 'god', 'testifies', 'day', 'week', 'lord', 'day', 'god', 'claimed', 'day', 'god', 'claimed', 'day', 'reserved', 'god', 'blessed', 'seventh', 'day', 'sanctified', 'rested', 'work', 'god', 'created', 'gen', 'morrow', 'rest', 'holy', 'sabbath', 'unto', 'lord', 'xvi', 'seventh', 'day', 'sabbath', 'lord_thy', 'god', 'thou', 'turn', 'away', 'thy_foot', 'sabbath', 'thy_pleasure', 'holy', 'day', 'sabbath', 'delight', 'holy', 'lord', 'honorable', 'isa', 'lviii', 'son', 'man', 'lord', 'sabbath', 'mark', 'seventh', 'day', 'day', 'god', 'reserved', 'himseff', 'gave', 'man', 'day', 'holy', 'day', 'day', 'new_testament', 'designates', 'son', 'man', 'lord', 'testimony', 'scripture', 'lord', 'sabbath', 'authority', 'sufficient', 'change', 'divine_law', 'away', 'holy', 'day', 'chosen', 'day', 'bible', 'designates', 'lord', 'day', 'sabbath', 'fourth', 'commandment', 'authority', 'change', 'sabbath', 'believe', 'sabbath', 'resort', 'socalled', 'christian', 'father', 'proof', 'change', 'observe', 'sabbath', 'according', 'commandment', 'history', 'change', 'given', 'ask', 'right', 'elder', 'christian', 'church', 'change', 'fourth', 'commandment', 'elder', 'jewish_church', 'change', 'fifth', 'christ', 'sternly', 'rebuked', 'act', 'like', 'act', 'professed', 'follower', 'math', 'farther', 'allow', 'father', 'corrupt', 'fourth', 'commandment', 'admit', 'right', 'corrupt', 'ordinance', 'new_testament', 'established', 'purgatory', 'invocation', 'saint', 'worship', 'virgin', 'mary', 'ere', 'receive', 'particle', 'divine_authority', 'change', 'sabbath', 'read', 'commandment', 'care', 'change', 'sabbath', 'lord', 'absolutely', 'impossible', 'sabbath', 'lord', 'mean', 'rest', 'day', 'lord', 'day', 'geba', 'rimmon', 'south', 'jerusalem', 'almighty', 'wrought', 'work', 'creation', 'protestant', 'professes', 'receive', 'bible', 'standard', 'faith', 'practice', 'sinful', 'sight', 'heaven', 'men', 'papist', 'receives', 'bible', 'tradition', 'change', 'sabbath', 'lord', 'day', 'father', 'rule', 'protestant', 'prove', 'steal', 'commandment', 'guard', 'rusalem', 'shall', 'safely', 'inhabited', 'verse', 'shall', 'come', 'pas', 'left', 'nation', 'came', 'jerusalem', 'shall', 'year', 'year', 'worship', 'king', 'lord', 'host', 'thi', 'feast', 'tabernacle', 'verse', 'day', 'shall', 'bell', 'horse', 'iioliness', 'unto', 'lord', 'pot', 'lord', 'house', 'shall', 'like', 'bowl', 'altar', 'yea', 'pot', 'jerusalem', 'judah', 'hall', 'holiness', 'unto', 'lord', 'host', 'sacrifice', 'shall', 'come', 'reason', 'weekly', 'sabbath', 'changed', 'saturday', 'sunday', 'lord', 'fully', 'accomplished', 'work', 'redemption', 'rising', 'dead', 'sunday', 'sending', 'holy', 'ghost', 'sunday', 'work', 'redemption', 'greater', 'work', 'creation', 'primitive_church', 'thought', 'day', 'work', 'completely', 'finished', 'worthy', 'religious', 'observation', 'god', 'rested', 'creation', 'properly', 'called', 'lord', 'day', 'catholic', 'christian', 'instructor', 'chaptenxxiii', 'testimony', 'right', 'rev', 'challoner', 'conclusively', 'fourth', 'commandment', 'new_testament', 'changed', 'corrupted', 'romish', 'church', 'testimony', 'authority', 'protestant', 'church', 'saying', 'commandment', 'changed', 'redemption', 'greater', 'creation', 'recognize', 'human', 'humbly', 'trust', 'reject', 'tradition', 'elder', 'return', 'commandment', 'god', 'seventh', 'day', 'rested', 'work', 'plain', 'fact', 'day', 'called', 'rest', 'day', 'sabbath', 'shall', 'lifted', 'inhabited', 'place', 'benjarre', 'gate', 'unto', 'place', 'gate', 'unto', 'corner', 'gate', 'tower', 'hananeel', 'unto', 'king', 'wine', 'press', 'men', 'shall', 'dwell', 'lord', 'creator', 'labored', 'shall', 'utter_destruction', 'jeseventh', 'day', 'rest', 'day', 'sabbath', 'day', 'rested', 'work', 'impossible', 'change', 'rest', 'day', 'lord', 'change', 'crucifixion', 'day', 'day', 'resurrection', 'humble', 'disciple', 'christ', 'submit', 'subject', 'divine', 'master', 'kept', 'father', 'commandment', 'disciple', 'lord', 'read', 'article', 'submit', 'question', 'bible', 'point', 'obliged', 'new_day', 'lord', 'host', 'mid', 'crv', 'seethe', 'day', 'change', 'sabbath', 'standard', 'holy', 'sabbath', 'enforce', 'observance', 'shall', 'house']
root - INFO - extracting file #56500: 2017-04-Final-Corpus/RH18560117-V07-16-page7.txt
root - INFO - extracting file #57000: 2017-04-Final-Corpus/RH18580225-V11-16-page5.txt
root - INFO - ['review', 'herald', 'year', 'holy', 'christ', 'minister', 'holy', 'place', 'far', 'greater', 'earthly', 'ministration', 'antitype', 'ministration', 'holy', 'end', 'year', 'performed', 'purpose', 'cleansing', 'sanctuary', 'antitype', 'christ', 'minister', 'holy', 'place', 'follows', 'performs', 'antitype', 'service', 'consequently', 'cleansing', 'sanctuary', 'commenced', 'ascension', 'lord', 'cleansing', 'sanctuary', 'according', 'type', 'preceded', 'long', 'ministration', 'crisis', 'dec', 'figurative', 'tabernacle', 'wilderness', 'jerusalem', 'christ', 'heaven', 'earth', 'heaven', 'holy', 'holy', 'rev', 'isa', 'rev', 'isa', 'rev', 'isa', 'rev', 'viii', 'lord', 'carry', 'forward', 'great_work', 'commenced', 'act', 'bearing', 'sin', 'world', 'death', 'pleading', 'cause', 'penitent', 'sinner', 'blood', 'shed', 'behalf', 'sin', 'mediation', 'transferred', 'heavenly', 'sanctuary', 'strange', 'fanciful', 'easily', 'understand', 'service', 'type', 'shadow', 'heavenly', 'thing', 'heavenly', 'ministration', 'sin', 'god', 'people', 'transferred', 'sanctuary', 'remain', 'removed', 'type', 'heavenly', 'sanctuary', 'cleansed', 'earthly', 'continued', 'spiritual_gifts', 'gift', 'prophecy', 'manifested', 'church', 'long', 'limitation', 'promise', 'run', 'parallel', 'great_commission', 'preach', 'gospel', 'reach', 'believer', 'objected', 'promised', 'aid', 'apostle', 'believed', 'preaching', 'fulfilled', 'commission', 'established', 'gospel', 'gift', 'ceased', 'generation', 'let', 'great_commission', 'ended', 'generation', 'matt', 'xxviii', 'teach', 'nation', 'baptizing', 'father', 'son', 'holy', 'ghost', 'teaching', 'observe', 'things_whatsoever', 'commanded', 'alway', 'unto', 'end', 'world', 'preaching', 'gospel', 'commission', 'end', 'primitive_church', 'evident', 'promise', 'alway', 'end', 'world', 'doe', 'apostle', 'end', 'earth', 'end', 'world', 'earth', 'christ', 'people', 'minister', 'candlestick', 'table', 'shew', 'bread', 'writer', 'blind', 'fundamental', 'point', 'involved', 'question', 'christ', 'ministry', 'performed', 'earth', 'antitype', 'ancient', 'priestly', 'service', 'performed', 'christ', 'point', 'apostle', 'bear', 'direct', 'testimony', 'earth', 'priest', 'seeing', 'priest', 'offer', 'gift', 'according', 'law', 'hob', 'viii', 'service', 'performed', 'earth', 'connection', 'sanctuary', 'performed', 'offer', 'gift', 'according', 'law', 'typical', 'priesthood', 'ministry', 'christ', 'performed', 'entirely', 'completely', 'place', 'hardly', 'restrain', 'word', 'astonishment', 'person', 'fall', 'errror', 'point', 'apostle', 'taken', 'pain', 'guard', 'second', 'principle', 'kept', 'view', 'antitype', 'ancient', 'offering', 'ministry', 'ancient', 'priesthood', 'christ', 'performs', 'independent', 'separate', 'people', 'service', 'christian', 'answer', 'ancient', 'sanctuary', 'service', 'perform', 'antitypical', 'ministration', 'christ', 'priest', 'suppliant', 'sinner', 'seek', 'pardon', 'mediation', 'jewish', 'dispensation', 'disappeared', 'age', 'jewish', 'age', 'imperfection', 'earthly', 'priesthood', 'jerusalem', 'greater', 'prophet', 'john', 'chosen', 'god', 'introduce', 'israel', 'lamb', 'god', 'taketh', 'away', 'sin', 'world', 'christian_age', 'commenced', 'outpouring', 'spirit', 'great_variety', 'spiritual_gifts', 'manifested', 'believer', 'abundant', 'paul', 'corinthian', 'church', 'manifestation', 'spirit', 'given', 'man', 'profit', 'withal', 'man', 'church', 'man', 'world', 'applied', 'great_apostasy', 'gift', 'rarely', 'manifested', 'probably', 'reason', 'professed', 'christian', 'generally', 'believe', 'limited', 'period', 'primitive_church', 'account', 'error', 'unbelief', 'church', 'absence', 'scriptural', 'proof', 'removed', 'abolished', 'think', 'intended', 'remain', 'proof', 'abolished', 'chapter', 'jewish', 'sabbath', 'abolished', 'christian', 'sabbath', 'instituted', 'chapter', 'act', 'mystery', 'iniquity', 'man', 'sin', 'objector', 'claim', 'bible', 'proof', 'gift', 'cease', 'contained', 'following', 'text', 'charity', 'faileth', 'prophecy', 'shall', 'fail', 'tongue', 'shall', 'cease', 'knowledge', 'shall', 'vanish', 'away', 'know', 'prophesy', 'perfect', 'come', 'shall', 'away', 'child', 'spake', 'child', 'understood', 'child', 'thought', 'child', 'man', 'away', 'analogy', 'notice', 'particular', 'christ', 'priest', 'order', 'melchisedec', 'order', 'aaron', 'heb', 'perfection', 'levitical', 'priesthood', 'paul', 'need', 'priest', 'rise', 'order', 'melchisedec', 'order', 'aaron', 'chap', 'vii', 'priest', 'suffered', 'continue', 'reason', 'death', 'man', 'continueth', 'hath', 'unchangeable', 'priesthood', 'verse', 'necessary', 'priest', 'house', 'levi', 'offer', 'sacrifice', 'daily', 'embracing', 'offering', 'transgressed', 'christ', 'act', 'dispensation', 'offered', 'past', 'transgression', 'provision', 'future', 'merit', 'blood', 'shed', 'calvary', 'applied', 'past', 'future', 'dispensation', 'light', 'heb', 'sun', 'feeble', 'ray', 'moon', 'commence', 'said', 'unto', 'world', 'day', 'extend', 'cleansing', 'sanctua', 'sanctuary', 'john', 'saw', 'door', 'opened', 'heaven', 'preach', 'gospel', 'creature', 'tell', 'case', 'took', 'place', 'view', 'terminated', 'lord', 'ascension', 'seen', 'terminate', 'till', 'year', 'event', 'referred', 'view', 'heaven', 'door', 'heavenly', 'tabernacle', 'disclosed', 'john', 'view', 'throne', 'god', 'temple', 'rev', 'xvi', 'door', 'apartment', 'cast', 'devil', 'shall', 'speak', 'new', 'tongue', 'evident', 'object', 'beheld', 'rev', 'viii', 'second', 'apartment', 'contains', 'ark', 'testament', 'commandment', 'opened', 'till', 'sounding', 'seventh', 'angel', 'rev', 'read', 'isaiah', 'description', 'place', 'isa', 'john', 'viewing', 'place', 'appear', 'comthe', 'true', 'minister', 'true', 'house', 'god', 'parison', 'following', 'scripture', 'isa', 'believe', 'earth', 'sanctuary', 'attention', 'sake', 'noticing', 'erroneous', 'feature', 'howard', 'world', 'campbell', 'translation', 'miraculous', 'power', 'shall', 'attend', 'believer', 'gift', 'confined', 'apostle', 'extended', 'believer', 'century', 'account', 'corrupt', 'state', 'church', 'close', 'dispensation', 'reappeared', 'close', 'usher', 'messiah', 'zechariah', 'father', 'john', 'baptist', 'filled', 'holy', 'spirit', 'prophesied', 'simon', 'ajust', 'devout', 'man', 'waiting', 'consolation', 'israel', 'came', 'spirit', 'temple', 'prophecied', 'jesus', 'light', 'lighten', 'genmeant', 'ended', 'cross', 'conclude', 'preaching', 'belief', 'primitive', 'gospel', 'attended', 'spiritual', 'aid', 'apostle', 'commission', 'belonged', 'christian_age', 'embraced', 'consequently', 'gift', 'lost', 'apostasy', 'revived', 'revival', 'primitive', 'faith', 'practice', 'cor', 'xii', 'informed', 'god', 'bath', 'priesthood', 'christ', 'superior', 'priesthood', 'spake', 'looked', 'redemption', 'set', 'placed', 'fixed', 'certain', 'spiritual_gifts', 'tile', 'glory', 'israel', 'anna', 'prophetess', 'offered', 'chap', 'church', 'gift', 'ceased', 'childish', 'thing', 'glass', 'round', 'service', 'earthly', 'tabernacle', 'people', 'god', 'shall', 'attain', 'primitive', 'faith', 'practice', 'certainly', 'proclamation', 'commandment', 'god', 'faith', 'jedarkly', 'face', 'face', 'know', 'shall', 'know', 'known', 'abideth', 'faith', 'hope', 'charity', 'greatest', 'charity', 'xiii', 'time', 'repeated', 'ministry', 'christ', 'accomplished', 'heb', 'sus', 'rain', 'develop', 'gift', 'reasoning', 'analogy', 'expect', 'text', 'doe', 'foretell', 'cessation', 'spirit', 'blood', 'offered', 'withstanding', 'apostasy', 'jewish', 'age', 'opened', 'closed', 'special', 'manifestation', 'spirit', 'god', 'unreasonable', 'suppose', 'christian_age', 'light', 'compared', 'blood', 'christ', 'blood', 'minisin', 'glory', 'close', 'obscurity', 'special', 'tered', 'connection', 'heavenly', 'sanctuary', 'actual', 'presentation', 'virtue', 'merit', 'need', 'inquire', 'blood', 'ministered', 'apartment', 'long', 'christ', 'office', 'priest', 'long', 'mediator', 'petween', 'god', 'man', 'prophet', 'john', 'isaiah', 'view', 'lord', 'position', 'ministry', 'heavenly', 'work', 'spirit', 'necessary', 'prepare', 'people', 'advent', 'christ', 'second', 'especially', 'day', 'perilous', 'precedent', 'false_prophets', 'power', 'great_signs', 'wonder', 'insomuch', 'possible', 'deceive', 'elect', 'scripture', 'truth', 'believeth', 'baptized', 'shall', 'saved', 'believeth', 'shall', 'damned', 'sign', 'shall', 'follow', 'believe', 'shall', 'shall', 'serpent', 'drink', 'deadly', 'thing', 'shall', 'hurt', 'shall', 'lay', 'hand', 'sick', 'shall', 'recover', 'mark', 'xvi']
root - INFO - extracting file #57500: 2017-04-Final-Corpus/RH18600216-V15-13-page8.txt
root - INFO - extracting file #58000: 2017-04-Final-Corpus/RH18620128-V19-09-page3.txt
root - INFO - ['john', 'high', 'mountain', 'apart', 'transfigured', 'matt', 'xvii', 'review', 'herald', 'mistake', 'recorded', 'occurred', 'doe', 'happen', 'mark', 'luke', 'fallen', 'dilemma', 'anctif', 'possible', 'writer', 'mistake', 'point', 'mistake', 'coincidence', 'stronger', 'peter', 'writing', 'babylon', 'brother', 'scattered', 'pontus', 'gallstic', 'cappadocia', 'asia', 'bithynia', 'refers', 'event', 'occurred', 'evidence', 'followed', 'cunningly', 'devised', 'fable', 'case', 'angelists', 'preffise', 'recording', 'supper', 'lord', 'ate', 'disciple', 'distinctly', 'record', 'partaking', 'bread', 'wine', 'language', 'master', 'conearning', 'master', 'betrayal', 'know', 'bea', 'fact', 'strange', 'incidence', 'strange', 'inery', 'eye', 'shall', 'prohets', 'apostle', 'credible', 'miracle', 'recorded', 'bible', 'fifth', 'fabricates', 'story', 'oftheir', 'overmgn', 'merely', 'gathering', 'vast', 'number', 'willing', 'favored', 'subject', 'publishes', 'world', 'infidel', 'claim', 'paul', 'said', 'received', 'lord', 'evangelist', 'subdum', 'allhis', 'corrig', 'foe', 'result', 'look', 'according', 'announcethat', 'delivered', 'unto', 'lord', 'jesus', 'night', 'betrayed', 'took', 'bread', 'given', 'thanks', 'brake', 'said', 'eat', 'body', 'broken', 'remembrance', 'thesame', 'manner', 'took', 'cup', 'supped', 'saying', 'cup', 'new', 'testa', 'merit', 'blood', 'better', 'qualify', 'people', 'god', 'drink', 'remembrance', 'oft', 'eat', 'bread', 'drink', 'cup', 'sliew', 'forththe', 'lord', 'death', 'till', 'come', 'cor', 'look', 'saviour', 'writer', 'knew', 'fact', 'competent', 'bear', 'witness', 'truth', 'know', 'ask', 'happened', 'record', 'agreement', 'evangelist', 'epistle', 'greater', 'act', 'apostle', 'record', 'evargelists', 'epistle', 'evangelist', 'holy', 'ghost', 'descended', 'christ', 'matt', 'iii', 'luke', 'iii', 'jno', 'went', 'good', 'healing', 'sick', 'matt', 'mark', 'hanged', 'cross', 'slain', 'matt', 'xxvii', 'raised', 'day', 'matt', 'xxii', 'xxviii', 'apostle', 'witness', 'thing', 'luke', 'xxiv', 'truth', 'delineated', 'peter', 'house', 'act', 'reader', 'turn', 'act', 'xvi', 'luke', 'record', 'paul', 'silas', 'beaten', 'prison', 'philippi', 'foot', 'fast', 'stock', 'notwithstanding', 'paul', 'manfully', 'defended', 'citizenship', 'proud', 'ruler', 'humble', 'apologize', 'conduct', 'paul', 'letter', 'thessalonian', 'meiolborinc', 'church', 'refers', 'knowledge', 'fact', 'brother', 'know', 'entrance', 'unto', 'vain', 'suffered', 'shamefully', 'entreated', 'know', 'philippi', 'presence', 'bold', 'god', 'speak', 'unto', 'gospel', 'god', 'contention', 'thess', 'subject', 'having', 'come', 'earth', 'revoltii', 'province', 'dom', 'inion', 'went', 'away', 'season', 'according', 'parable', 'coincidence', 'propromises', 'day', 'return', 'vindicate', 'duced', 'sufficient', 'prove', 'thatservants', 'punish', 'enemy', 'disciple', 'familiar', 'recorded', 'competent', 'witness', 'continued', 'expecting', 'till', 'enemy', 'footstool', 'complete', 'work', 'righteous', 'living', 'dead', 'reign', 'new', 'earnest', 'expectation', 'earth', 'new', 'jerusalem', 'promise', 'cited', 'ask', 'shall', 'mark', 'luke', 'appropriate', 'languageix', 'language', 'new_testament', 'thee', 'heathen', 'thine', 'inheritance', 'record', 'fact', 'mark', 'luke', 'uttermost_parts', 'earth', 'thy', 'posse', 'peter', 'testifies', 'eye', 'witness', 'current', 'religious', 'usaq', 'christian', 'regarded', 'ion', 'run', 'threatening', 'thou', 'shalt', 'majesty', 'saw', 'brig', 'cloud', 'citizen', 'divine', 'kingdom', 'lord', 'heard', 'voice', 'head', 'accordingly', 'seek', 'present', 'holy', 'mount', 'pet', 'matthew', 'advancement', 'world', 'break', 'rod', 'iron', 'thou', 'shalt', 'dash', 'piece', 'like', 'potter', 'vessel', 'orious', 'prospect', 'final_triumph', 'second', 'time', 'reward', 'vengeance', 'oming', 'citizenship', 'lie', 'merely', 'obligation', 'service', 'necessary', 'subjection', 'provements', 'reformation', 'sociiettyy', 'sway', 'affirmed', 'mankind', 'infernal', 'power', 'loyalty', 'person', 'reign', 'participation', 'predicted', 'proclamation', 'allnations', 'rest', 'falling', 'asleep', 'jesus', 'amid', 'trial', 'success', 'loaonkdedlonged', 'final', 'coming', 'divine', 'kingdom', 'citizen', 'pmcip', 'fidelity', 'measure', 'confidence', 'resource', 'enters', 'desire', 'plan', 'extend', 'dominion', 'amelioration', 'existin', 'institution', 'multiply', 'subject', 'world', 'deepan', 'prevalence', 'christianity', 'idolsn', 'diffuse', 'blessing', 'enjoyed', 'friend', 'neighbor', 'alithe', 'faintry', 'unbelief', 'finaclo', 'inogftheir', 'ilies', 'mankind', 'partaker', 'privilege', 'hope', 'theirs', 'ambition', 'roman', 'citizen', 'modern', 'aristocracy', 'aggran', 'pilgrim', 'stranger', 'dize', 'exclusive', 'caste', 'enlarging', 'territory', 'multiplying', 'vassal', 'government', 'theywoultd', 'thehirl', 'fellowship', 'wide', 'thethir', 'theirdesire', 'theirioenarnest', 'expectation', 'woiteth', 'earth', 'desiring', 'better', 'country', 'man', 'faithful', 'subjeocts', 'ofe', 'gohd', 'heaven', 'let', 'chief', 'hope', 'know', 'better', 'set', 'forth', 'expectation', 'befits', 'christian', 'amidst', 'trouble', 'lifer', 'turning', 'apostle', 'paul', 'cheer', 'thessalonian', 'persecution', 'tribulation', 'chapter', 'second', 'epistle', 'solicit', 'attention', 'reader', 'sure', 'example', 'new_testament', 'glorious', 'ospect', 'theuylntoimnartce', 'ytr', 'umpn', 'ment', 'second', 'coining', 'promised', 'cont', 'suffering', 'duty', 'present', 'time', 'summation', 'kingdom', 'mankind', 'wait', 'son', 'heaven', 'mother', 'ear', 'beecher', 'vend', 'growth', 'iris', 'religion', 'spread', 'influence', 'personal', 'presence', 'triumph', 'looked', 'connection', 'resurrection', 'time', 'resti', 'mother', 'ear', 'eultivation', 'accomplish', 'thealitity', 'detect', 'sound', 'sound', 'procoeds', 'suffering', 'infant', 'moan', 'mother', 'infant', 'sensitive', 'sitting', 'circle', 'friend', 'parlor', 'mother', 'doofrthat', 'parlor', 'suddenly', 'room', 'conversing', 'noticed', 'change', 'manner', 'young', 'mother', 'hear', 'sound', 'proceeded', 'happy', 'company', 'young', 'mother', 'left', 'child', 'stair', 'thought', 'heard', 'cradle', 'sure', 'needlessly', 'restless', 'joined', 'saying', 'asked', 'opinion', 'persuade', 'mother', 'remain', 'passed', 'away', 'door', 'soon', 'infant', 'correct', 'judgment', 'infant', 'inaudible', 'moan', 'day', 'afterward', 'dangerously', 'ill', 'sleeping', 'sleep', 'sensitive', 'mother', 'ear', 'infant', 'sorrow', 'discriminated', 'noise', 'andhsound', 'lowly', 'eradle', 'elthoti', 'louder', 'confident', 'courtesy', 'friendship', 'pleasure', 'intellectual', 'enjoyment', 'form', 'utterance', 'sound', 'drown', 'feeble', 'plaintive', 'groan', 'offspring', 'afar', 'passage', 'posse', 'great', 'force', 'illustration', 'follow', 'death', 'resurrection', 'isa', 'xlix', 'woman', 'forget', 'suckthe', 'meek', 'shall', 'inherit', 'ing', 'child', 'compassion', 'ihave', 'surprised', 'sensitiveness', 'llthings', 'talo', 'inauguration', 'reign', 'new', 'earth', 'dwelleth', 'righteousness', 'apostle', 'aul', 'saying', 'conversation', 'citizenship', 'heaven', 'add', 'lord', 'jesus_christ', 'shall', 'change', 'vile', 'body', 'unto', 'philanthropist', 'gone', 'aside', 'apostolic', 'scriptural', 'idea', 'conception', 'result', 'anticipated', 'christianity', 'expected', 'civil_governments', 'rectified', 'perfected', 'great', 'moral', 'reform', 'accomplished', 'mankind', 'advanced', 'high', 'social', 'intellectual', 'mid', 'moril', 'condition', 'existing', 'agency', 'leaving', 'gained', 'christian', 'content', 'expecting', 'world', 'pervaded', 'principle', 'christianity', 'making', 'little', 'account', 'christ', 'coming', 'resurrection', 'news', 'earth', 'golden', 'age', 'world', 'best', 'prevalence', 'moral', 'religious', 'truth', 'speak', 'kingdom', 'christ', 'mere', 'figure', 'moral', 'influence', 'religion', 'litera', 'ahccouasnctabnegivenof', 'state', 'rnmonwea', 'thatving', 'christ', 'head', 'utmo', 'rospen', 'musttherefore', 'inhis', 'person', 'speak', 'indithat', 'fashioned', 'like', 'body', 'glorious', 'vidually', 'consummation', 'prospect', 'rest', 'blessedness', 'immediately', 'earth', 'adhering', 'closely', 'scripture', 'remember', 'christ', 'truly', 'proplv', 'king', 'loyal', 'confiding', 'son', 'womb', 'yea', 'forget', 'amidthe', 'temptation', 'sorrow', 'sin', 'struggle', 'desire', 'rebel', 'world', 'gentlest', 'voice', 'child', 'god', 'shall', 'heard', 'heard', 'triumph', 'shout', 'ellergies', 'earth', 'god', 'ear', 'sensitive', 'ear', 'universe', 'encouragement', 'sad', 'sorrowful', 'feebleness', 'able', 'god', 'merciful', 'sinner', 'presbyterian', 'looked', 'forward', 'exultation', 'allim', 'looking', 'halting', 'unto', 'coming', 'ibbb', 'ofthe', 'day', 'god', 'mean', 'time', 'confessing', 'forget', 'thee', 'god', 'offspring']
root - INFO - extracting file #58500: 2017-04-Final-Corpus/RH18631222-V23-04-page8.txt
root - INFO - extracting file #59000: 2017-04-Final-Corpus/RH18660116-V27-07-page5.txt
root - INFO - ['the_review_and_herald', 'lord', 'sabbath', 'lord', 'congress', 'consideration', 'right', 'change', 'pas', 'resurstatus', 'state', 'question', 'calculated', 'reetion', 'christ', 'seventh', 'sab', 'create', 'trouble', 'congress', 'president', 'bath', 'referred', 'believe', 'woman', 'rested', 'let', 'stand', 'evil', 'day', 'neglect', 'mean', 'grace', 'mind', 'led', 'subject', 'fact', 'new_place', 'corner', 'steuben', 'county', 'review', 'read', 'week', 'feel', 'loss', 'believer', 'truth', 'neglect', 'improve', 'mean', 'grace', 'brother', 'sister', 'old', 'young', 'slight', 'present', 'precious', 'privilege', 'cottrell', 'paper', 'lord', 'truly', 'favored', 'remnant_people', 'blessing', 'feel', 'thankful', 'tthe', 'time', 'remember', 'blessing', 'diligence', 'increase', 'responsibility', 'merciful', 'lord', 'protecting', 'review', 'small_beginning', 'hard', 'struggle', 'brought', 'present', 'extension', 'influence', 'work', 'begun', 'fear', 'lord', 'endeavor', 'desire', 'continued', 'fear', 'path', 'shine', 'brighter', 'brighter', 'unto', 'perfect_day', 'paper', 'shall', 'continue', 'organ', 'remnant_people', 'god', 'need', 'mean', 'sustain', 'need', 'prayer', 'expe', 'rience', 'living', 'zealous', 'pious', 'loving', 'people', 'people', 'stand', 'firm', 'united', 'founded', 'immutable', 'rock', 'christ', 'people', 'lord', 'lord', 'father', 'heaven', 'people', 'raising', 'stand', 'holiness', 'purified', 'solemn_message', 'mercy', 'expect', 'paper', 'filled', 'solemn', 'warning', 'brighter', 'experience', 'expect', 'age', 'shine', 'light', 'truth', 'eonsolation', 'cheer', 'love', 'god', 'brotherly', 'love', 'praise', 'lord', 'past', 'blessing', 'suffice', 'expect', 'time', 'refreshing', 'presence', 'lord', 'paper', 'share', 'thing', 'hand', 'hand', 'pious', 'profession', 'corresponds', 'pious', 'life', 'holy', 'press', 'holy', 'people', 'let', 'people', 'stand', 'united', 'trust', 'lord', 'discppoint', 'ask', 'expect', 'believe', 'deal', 'according', 'faith', 'body', 'family', 'promote', 'eing', 'member', 'live', 'promote', 'eing', 'whole_body', 'brother', 'press', 'union', 'strength', 'union', 'love', 'prevail', 'rank', 'seen', 'paper', 'page', 'reflect', 'glorious_light', 'cording', 'commandment', 'pas', 'resurrection', 'christ', 'seventh', 'day', 'mentioned', 'paul', 'accommodation', 'meetinis', 'jew', 'gain', 'thepecially', 'based', 'capacity', 'power', 'jew', 'exception', 'day', 'week', 'sabbaton', 'continued', 'fenianism', 'zunl', 'herald', 'argues', 'great_degree', 'plausibility', 'extensive', 'movement', 'going', 'forward', 'fenianism', 'new', 'mask', 'popery', 'aim', 'life', 'liberty', 'nation', 'object', 'elevation', 'papacy', 'supreme', 'control', 'country', 'assumes', 'different_phases', 'different_places', 'artful', 'unprincipled', 'power', 'inspired', 'best', 'accomplish', 'end', 'look', 'breaker', 'ahead', 'power', 'darkness', 'working', 'look', 'distrust', 'movement', 'innocent', 'fair', 'outside', 'appear', 'evil', 'inspiring', 'principle', 'trouble', 'confusion', 'follow', 'path', 'cling', 'blessed', 'hope', 'work', 'fast', 'enduring', 'heritage', 'world', 'come', 'pray', 'advent', 'blessed', 'hour', 'god', 'shall', 'war', 'cease', 'end', 'earth', 'breaking', 'bow', 'cutting', 'spear', 'sunder', 'burning', 'chariot', 'sweeping', 'away', 'race', 'wicked', 'machination', 'evil', 'trouble', 'brewing', 'faezt', 'following', 'statement', 'written', 'occasional', 'correspondent', 'independent', 'appear', 'thing', 'insurrection', 'tinother', 'war', 'nation', 'event', 'altoget', 'lier', 'impossible', 'mind', 'stand', 'head', 'public', 'affair', 'country', 'evidently', 'difficul', 'tie', 'writer', 'long', 'recess', 'congress', 'time', 'seriously', 'regretted', 'restoration', 'civil_government', 'seceded', 'state', 'regarded', 'president', 'matter', 'immediate', 'importance', 'legislative', 'branch', 'government', 'rule', 'lay', 'restoration', 'proper', 'speak', 'delay', 'week', 'preparation', 'grapple', 'question', 'congress', 'adjourns', 'holiday', 'apparent', 'indifference', 'whole_subject', 'excites', 'considerable', 'unfavorable', 'comment', 'advantage', 'taken', 'adjournment', 'president', 'seward', 'execute', 'flank', 'movement', 'radical', 'host', 'withdrawn', 'provisional', 'governor', 'rebel', 'state', 'recognized', 'governor', 'elect', 'actirisecily', 'understood', 'action', 'seward', 'march', 'sea', 'gen', 'sherman', 'seward', 'committed', 'policy', 'unreservedly', 'certain', 'member', 'congress', 'said', 'congress', 'persisted', 'course', 'pres', 'ideut', 'withdraw', 'troop', 'south', 'insurrection', 'war', 'came', 'congress', 'lie', 'fearful', 'responsibility', 'sueceeding', 'remarkable', 'threat', 'came', 'counting', 'provisionally', 'rganized', 'state', 'ratified', 'constitutional_amendment', 'abolishing', 'slavery', 'recognition', 'south', 'carolina', 'code', 'mississippi', 'rebel', 'brigadier', 'eneral', 'governor', 'mind', 'certainly', 'valid', 'case', 'such_persons', 'assistant_secretary', 'state', 'concerning', 'following', 'anecdote', 'detroit', 'weekly', 'tribune', 'frederick', 'seward', 'inquiry', 'came', 'fully', 'sens', 'long_time', 'assassination', 'sir', 'frederick', 'bruce', 'presented', 'thought', 'night', 'passed', 'knew', 'happened', 'mind', 'took', 'matter', 'left', 'like', 'ask', 'advocate', 'immortality', 'soul', 'question', 'fair', 'legitimate', 'seward', 'immortal', 'soul', 'time', 'unconscious', 'blow', 'received', 'head', 'little', 'disturbance', 'action', 'brain', 'sufficient', 'render', 'portion', 'existence', 'utter', 'blank', 'suppose', 'conscious', 'brain', 'entirely', 'destroyed', 'death', 'short', 'pattern', 'isaiah', 'xxviii', 'language', 'bed', 'shorter', 'man', 'stretch', 'covering', 'narrower', 'wrap', 'language', 'fit', 'description', 'error', 'modern', 'orthodoxy', 'pull', 'scanty', 'covering', 'evidence', 'error', 'invariably', 'expose', 'pedobaptist', 'effort', 'defend', 'doctrine', 'infant_baptism', 'following', 'statement', 'child', 'baptized', 'positive', 'command', 'reason', 'day', 'week', 'attempting', 'pull', 'covering', 'unscriptural', 'dogma', 'infant_baptism', 'expose', 'barrenness', 'evidence', 'equally', 'unscriptural', 'doctrine', 'sunday', 'eeping', 'admitting', 'commandment', 'neglecting', 'mean', 'grace', 'immortal', 'soul', 'argument', 'immortality', 'soul', 'prosper', 'spiritually', 'neglect', 'mean', 'grace', 'god', 'power', 'mean', 'grace', 'secret', 'devotion', 'reading', 'word', 'family', 'prayer', 'instruction', 'social', 'prayer', 'conference', 'meeting', 'ordinance', 'gospel', 'preaching', 'christian', 'live', 'frequent', 'enjoyment', 'pub', 'moral', 'spiritual', 'development', 'tree', 'lie', 'privilege', 'neglect', 'enjoyed', 'wrong', 'lead', 'disastrous', 'consequence', 'christian', 'live', 'habitual', 'neglect', 'maintain', 'spirituality', 'generally', 'admitted', 'people', 'seldom', 'privilege', 'hearing', 'preaching', 'benefit', 'social_meeting', 'ordinance', 'house', 'god', 'mean', 'grace', 'reach', 'family', 'sabbath', 'keeper', 'review', 'instructor', 'paper', 'contain', 'teaching', 'preaching', 'exhortation', 'old', 'young', 'neglect', 'taking', 'neglect', 'read', 'neglect', 'prominent', 'mean', 'grace', 'access', 'reading', 'word', 'private', 'family_worship', 'lover', 'present_truth', 'think', 'mean', 'grace', 'neglect', 'loss', 'need', 'spiritual_food', 'contained', 'paper', 'instruction', 'paper', 'publication', 'young', 'old', 'need', 'able', 'reason', 'faith', 'hope', 'need', 'enlightened', 'assurance', 'truth', 'safety', 'time', 'trouble', 'need', 'know', 'believed', 'support', 'hour', 'known', 'fruit', 'good', 'tree', 'brings', 'forth', 'good_fruit', 'recommend', 'review', 'good_paper', 'cause', 'help', 'journey', 'arouses', 'dillgence', 'cause', 'love', 'faith', 'hope', 'spring', 'anew', 'believe', 'imperfection', 'despair', 'seeing', 'bettered', 'good', 'thank', 'heavenly', 'father', 'original', 'source', 'cause', 'blessing', 'flow', 'let', 'praise', 'jesus', 'forever', 'literary', 'production', 'look', 'splendid', 'leave', 'nourishment', 'digested', 'bring', 'nearer', 'jesus', 'vain', 'bubble', 'shooting', 'star', 'look', 'better', 'fruit', 'coin', 'right', 'sound', 'present_truth', 'feed', 'sheep', 'look', 'gentle', 'dew', 'water', 'heavenly', 'plant', 'union', 'peace', 'love', 'prevail', 'little', 'flock', 'rough', 'goat', 'hard', 'horn', 'better', 'avoided', 'care', 'guidance', 'good', 'shepherd', 'little', 'lamb', 'secure', 'brother', 'let', 'seek', 'shelter', 'cheered', 'lately', 'hear', 'papar', 'place', 'soul', 'receive', 'message', 'hear', 'watchman', 'come', 'rank', 'opposer', 'help', 'swell', 'babylon', 'fallen', 'usurpation', 'senator', 'representative', 'boldly', 'declare', 'action', 'discourteof', 'temptation', 'trial', 'fallen', 'come', 'people', 'love', 'read', 'paper', 'good_effect']
root - INFO - extracting file #59500: 2017-04-Final-Corpus/RH18670827-V30-11-page10.txt
root - INFO - extracting file #60000: 2017-04-Final-Corpus/RH18680929-V32-14-page3.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'ark', 'let', 'open', 'valuable', 'treasure', 'contain', 'open', 'ark', 'book', 'high', 'priest', 'king', 'companion', 'ancient', 'looking', 'book', 'let', 'read', 'read', 'verse', 'chapter', 'genesis', 'reading', 'passage', 'high', 'priest', 'book', 'law', 'long', 'lost', 'holiness', 'lord', 'repeat', 'twice', 'king', 'book', 'law', 'long', 'lost', 'holiness', 'lord', 'scribe', 'repeat', 'high', 'priest', 'candidate', 'world', 'indebted', 'masonry', 'preservation', 'sacred', 'volume', 'wisdom', 'precaution', 'ancient', 'brother', 'remaining', 'copy', 'law', 'destroyed', 'destruction', 'jerusalem', 'misrepresentation', 'following', 'looking', 'ark', 'high', 'priest', 'piece', 'paper', 'examines', 'closely', 'consults', 'king', 'scribe', 'key', 'ineffable', 'character', 'degree', 'examining', 'key', 'proceeds', 'read', 'aid', 'character', 'ark', 'high', 'priest', 'reading', 'deposited', 'year', 'thousand', 'second', 'solomon', 'king', 'israel', 'hiram', 'king', 'tyre', 'hiram', 'abiff', 'fourth', 'good', 'masonry', 'generally', 'jewish_nation', 'particular', 'consult', 'ceremony', 'occur', 'recorded', 'richardson', 'extent', 'candidate', 'misinformed', 'deceived', 'degree', 'substance', 'learned', 'light', 'masonry', 'observe', 'masonry', 'teach', 'solemn', 'manner', 'solomon', 'time', 'ark', 'covenant', 'sacred', 'content', 'buried', 'vault', 'solomon', 'hirams', 'solomon', 'king', 'israel', 'ark', 'buried', 'stand', 'holy_place', 'reign', 'ark', 'covenant', 'sacred', 'content', 'holy_place', 'temple', 'solomon', 'day', 'reader', 'bible', 'doe', 'know', 'representation', 'masonry', 'false', 'candidate', 'falsely', 'taught', 'world', 'indebted', 'masonry', 'preserving', 'book', 'law', 'discovery', 'ark', 'content', 'vault', 'book', 'law', 'preserved', 'copy', 'existence', 'utterly', 'false', 'masonry', 'teach', 'discovery', 'volume', 'bible', 'lost', 'destruction', 'jerusalem', 'truth', 'copy', 'multiplied', 'multiplied', 'destruction', 'jerusalem', 'following', 'example', 'extract', 'prof', 'morgan', 'report', 'alleged', 'consequence', 'murder', 'hiram', 'abiff', 'particular', 'keystone', 'failed', 'designation', 'solomon', 'caused', 'search', 'mean', 'certain', 'initial', 'letter', 'hiram', 'employed', 'mark', 'letter', 'initial', 'english', 'word', 'hiram', 'tyrian', 'widow', 'son', 'sent', 'king', 'solomon', 'initial', 'letter', 'employed', 'mark', 'mark', 'master', 'degree', 'mason', 'wear', 'seal', 'trinket', 'letter', 'seen', 'exhibited', 'picture', 'seal', 'badge', 'widely', 'circulated', 'masonic', 'manual', 'hiram', 'known', 'word', 'english', 'english', 'language', 'existing', 'till', 'thousand', 'year', 'time', 'employing', 'initial', 'english', 'word', 'mark', 'honor', 'employing', 'mark', 'master', 'display', 'mark', 'display', 'ignorance', 'imposture', 'craft', 'alleged', 'historical', 'fact', 'given', 'richardson', 'monitor', 'freemasonry', 'gold', 'plate', 'story', 'ceremony', 'connected', 'degree', 'grand', 'elect', 'perfect', 'sublime', 'mason', 'master', 'true', 'pronunciation', 'deity', 'revealed', 'enoch', 'engraved', 'letter', 'composing', 'triangular', 'plate', 'gold', 'hidden', 'age', 'bowel', 'earth', 'lost', 'mankind', 'mysterious', 'word', 'receive', 'preceding', 'degree', 'corruption', 'true', 'god', 'engraved', 'triangle', 'enoch', 'engraving', 'vowel', 'point', 'arranged', 'pronunciation', 'yowho', 'word', 'pronounced', 'called', 'ineffable', 'word', 'altered', 'word', 'degree', 'called', 'account', 'ineffable', 'degree', 'word', 'recollect', 'death', 'hiram', 'abiff', 'consequently', 'word', 'engraved', 'ark', 'true', 'god', 'ridiculous', 'piece', 'imposture', 'parallel', 'gold', 'plate', 'imposture', 'mormonism', 'hebrew', 'scholar', 'moderate', 'attainment', 'know', 'vowel', 'point', 'alleged', 'enoch', 'flood', 'exist', 'till', 'century', 'birth', 'christ', 'merest', 'smatterer', 'hebrew', 'little', 'thought', 'know', 'god', 'proper', 'arrangement', 'vowel', 'pronounced', 'way', 'story', 'impose', 'grossest', 'ignorance', 'careless', 'inconsiderateness', 'quote', 'scandalously', 'false', 'teaching', 'pretension', 'quote', 'book', 'entire', 'hear', 'professed', 'christian', 'minister', 'claiming', 'freemasonry', 'enables', 'better', 'understand', 'bible', 'ignorant', 'believe', 'urged', 'inducement', 'join', 'lodge', 'masonry', 'claim', 'clay', 'freemason', 'know', 'true', 'god', 'enoch', 'day', 'divine', 'unknown', 'recovered', 'freemason', 'day', 'solomon', 'true', 'god', 'preserved', 'masonic', 'secret', 'course', 'worshiping', 'know', 'masonic', 'benevolence', 'piety', 'conceal', 'craft', 'true', 'god', 'wise', 'benevolent', 'freemasonry', 'wonder', 'minister', 'gospel', 'engaged', 'keeping', 'secret', 'minister', 'know', 'true', 'god', 'joined', 'conspiracy', 'conceal', 'mason', 'fin', 'ney', 'independent', 'gal', 'bum', 'led', 'spirit', 'law', 'reverse', 'declaration', 'led', 'spirit', 'law', 'phrase', 'law', 'mean', 'condemned', 'law', 'transgressor', 'difficulty', 'understanding', 'text', 'led', 'spirit', 'forgiven', 'transgression', 'faith', 'obedience', 'released', 'condemnation', 'law', 'holding', 'condemnation', 'demanding', 'execution', 'penalty', 'mean', 'led', 'spirit', 'obligation', 'precept', 'law', 'led', 'spirit', 'come', 'strange', 'conclusion', 'common', 'sinner', 'held', 'moral', 'duty', 'christian', 'consequently', 'fulfill', 'obligation', 'exhibit', 'better', 'character', 'mind', 'expression', 'heard', 'friend', 'complaining', 'unjust', 'dealing', 'certain', 'professed', 'christian', 'contrasting', 'fair', 'upright', 'dealing', 'profession', 'said', 'thought', 'sinner', 'best', 'christian', 'dishonest', 'christian', 'probably', 'held', 'ease', 'unpracticed', 'timid', 'venture', 'tried', 'dangerous', 'knew', 'laid', 'bundle', 'brother', 'seeing', 'difficulty', 'came', 'took', 'sachel', 'took', 'hold', 'right', 'left_hand', 'kindly', 'courageously', 'addressing', 'essayed', 'lead', 'thing', 'impossible', 'timorous', 'traveler', 'nerving', 'thought', 'try', 'fall', 'attempt', 'holding', 'teeth', 'tightly', 'crossed', 'quickly', 'safely', 'second', 'difficult', 'walk', 'strong', 'determined', 'help', 'fellow', 'overcame', 'dizzy', 'faintness', 'thought', 'moralize', 'little', 'incident', 'christian', 'come', 'difficulty', 'life', 'overcome', 'stop', 'try', 'way', 'precarious', 'lay', 'burden', 'brother', 'good', 'angel', 'come', 'rescue', 'hesitates', 'dangerous', 'finally', 'brother', 'haste', 'wait', 'kind', 'brother', 'shouldered', 'bundle', 'passed', 'half', 'way', 'bridge', 'nerve', 'good', 'angel', 'kind', 'brother', 'die', 'attempt', 'better', 'die', 'deserter', 'victim', 'fear', 'let', 'good', 'brother', 'lead', 'overcomes', 'come', 'like', 'difficulty', 'half', 'broke', 'brother', 'know', 'lead', 'safely', 'doggedly', 'sullenly', 'refused', 'led', 'gone', 'brother', 'let', 'body', 'faint', 'let', 'willing', 'led', 'soon', 'need', 'help', 'willing', 'learn', 'overcome', 'jos', 'clarke', 'blessing', 'blessed', 'waiteth', 'cometh', 'thousand', 'thirty', 'day', 'word', 'spoken', 'long', 'ago', 'angel', 'clothed', 'obscurity', 'covered', 'light', 'sacred', 'page', 'gathered', 'brightness', 'like', 'aaron', 'rod', 'use', 'expression', 'budded', 'blossomed', 'brought', 'forth', 'fruit', 'hath', 'lord', 'spoken', 'shall', 'word', 'saviour', 'significance', 'blessed', 'eye', 'ear', 'hear', 'verily', 'unto', 'prophet', 'righteous', 'men', 'desired', 'thing', 'seen', 'hear', 'thing', 'hear', 'beard', 'beloved', 'daniel', 'inquired', 'diligently', 'earnestly', 'sought', 'god', 'understand', 'vision', 'said', 'thy_way', 'word', 'closed', 'sealed', 'till', 'time', 'end', 'blessing', 'reserved', 'end', 'world', 'come', 'vision', 'opened', 'light', 'sprung', 'blessing', 'come', 'run', 'read', 'eye', 'seen', 'ear', 'heard', 'proclaimed', 'loud_voice', 'near', 'coming', 'dear', 'saviour', 'prepare', 'way', 'lord', 'path', 'straight', 'robe', 'clean', 'spotless', 'shall', 'ashamed', 'day', 'word', 'offer', 'defense', 'prepare', 'gracious', 'god', 'stand', 'thy', 'face', 'ross', 'jew', 'uncommon', 'enemy', 'truth', 'law', 'god', 'old', 'jewish', 'law', 'jew', 'divine_grace', 'striving', 'fear', 'god', 'commandment', 'saint', 'view', 'bride', 'heavenly', 'city', 'wonder', 'old', 'jewish', 'city', 'turn', 'away', 'contempt', 'seen', 'foundation', 'apostle', 'lamb', 'jew', 'gate', 'seen', 'inscribed', 'tribe', 'israel', 'permitted', 'enter', 'city', 'prophet', 'apostle', 'lamb', 'jew', 'glorious', 'light', 'city', 'redeemer', 'saved', 'jew', 'enter', 'child', 'abraham', 'gal', 'iii', 'ashamed', 'lord', 'help', 'jew', 'inwardly', 'true', 'israel', 'foote', 'pendleton', 'law', 'grace', 'helped', 'brother', 'railroading', 'way', 'camp_meeting', 'carelessly', 'carried', 'mile', 'place', 'left', 'plod', 'way', 'foot', 'dusk', 'evening', 'passing', 'bridge', 'open', 'stepping', 'timber', 'timber', 'deep', 'ravine', 'number', 'walked', 'comparative']
root - INFO - extracting file #60500: 2017-04-Final-Corpus/RH18700927-V36-15-page3.txt
root - INFO - extracting file #61000: 2017-04-Final-Corpus/RH18721008-V40-17-page5.txt
root - INFO - ['ottober', 'advent', 'tie', 'herald', 'sabbath', 'anguish', 'brain', 'action', 'trumental', 'music', 'way', 'emmaus', 'heart', 'burn', 'family', 'neighborhood', 'church', 'men', 'rome', 'perceive', 'instrument', 'result', 'action', 'talked', 'way', 'new_fields', 'heart', 'matter', 'superstitious', 'prophet', 'instrument', 'impression', 'ned', 'scripture', 'love', 'god', 'yearning', 'uls', 'christ', 'died', 'testimony', 'encouraging', 'gathering', 'influence', 'bourdeau', 'endless', 'discussion', 'great', 'gracious', 'plan', 'salvation', 'simply', 'plainly', 'reavealed', 'bible', 'revelation', 'adapted', 'capacity', 'ordinary', 'humanity', 'plain', 'easily', 'understood', 'fact', 'faith', 'plain', 'command', 'obedience', 'exceeding', 'teach', 'immortal', 'soul', 'agam', 'veree', 'opened', 'underetantling', 'understand', 'scripture', 'corroborative', 'principle', 'science', 'god', 'word', 'hut', 'let', 'continue', 'read', 'meaning', 'ecorded', 'case', 'person', 'havmany', 'caviler', 'cold', 'critio', 'formleading', 'signification', 'life', 'kulls', 'fractured', 'lost', 'alist', 'brought', 'foot', 'cross', 'truly', 'frost', 'sens', 'answering', 'fingermg', 'instrument', 'sens', 'sight', 'hearing', 'smele', 'feelmg', 'tasting', 'contradic', 'response', 'tion', 'term', 'impossibility', 'accordingly', 'bible', 'teach', 'cold', 'critic', 'read', 'information', 'mean', 'caviling', 'doctrine', 'wholly', 'fails', 'reap', 'harvest', 'jlvxfj', 'according', 'definition', 'term', 'mean', 'breath', 'dead', 'know', 'ecd', 'word', 'god', 'affords', 'read', 'aright', 'appears', 'lib', 'unnecessary', 'day', 'die', 'thoughts_perish', 'reader', 'form', 'read', 'common', 'misapprehension', 'suppose', 'sacred', 'volume', 'diversion', 'read', 'time', 'rendered', 'nind', 'skull', 'pressreading', 'bible', 'read', 'great', 'precious', 'promise', 'encourage', 'time', 'occurrence', 'new', 'testament', 'bram', 'paralyzmg', 'wtth', 'careless', 'profane', 'purpose', 'light', 'mean', 'person', 'organ', 'resumed', 'current', 'heaven', 'unsought', 'came', 'gently', 'sudthoughts', 'trepanned', 'organ', 'denly', 'heart', 'took', 'possession', 'reader', 'kind', 'ssesswn', 'seek', 'read', 'god', 'spirit', 'light', 'understanding', 'joy', 'peace', 'meditate', 'joyfully', 'profitably', 'sublime', 'noble', 'ment', 'mean', 'promise', 'conceive', 'realize', 'tell', 'far', 'able', 'tocomprehend', 'mean', 'sad', 'fact', 'men', 'instead', 'accepting', 'simple', 'plan', 'revealed', 'puzzled', 'mind', 'busied', 'speculating', 'theorizing', 'subject', 'striving', 'persuade', 'adopt', 'fancy', 'interpretation', 'sacred', 'word', 'experience', 'exactly', 'corresponding', 'endless', 'dispute', 'pet', 'speaking', 'ark', 'built', 'brain', 'whi', 'crippled', 'want', 'room', 'noah', 'bemg', 'set', 'hberty', 'result', 'brain', 'action', 'soul', 'saved', 'water', 'robinson', 'thought', 'mind', 'lexicon', 'new', 'testament', 'state', 'rrvevfla', 'body', 'eoul', 'spirit', 'thess', 'periphrasis', 'bourdeau', 'ading', 'subject', 'thought', 'let', 'read', 'bible', 'devoted', 'ezra', 'whole_man', 'rom', 'soul', 'man', 'jew', 'gentile', 'ourse', 'reading', 'cultivated', 'mind', 'profession', 'joy', 'evidently', 'understood', 'way', 'mol', 'character', 'shape', 'destiny', 'understand', 'tlmes', 'event', 'order', 'fable', 'endless', 'gene', 'surprising', 'witness', 'effect', 'brings', 'view', 'person', 'ennobles', 'elevates', 'sink', 'det', 'daily', 'reap', 'alogies', 'question', 'ncb', 'frmt', 'cluster', 'enged', 'christ', 'godly', 'edifying', 'ink', 'shed', 'doe', 'single', 'separate', 'grade', 'word', 'speak', 'unto', 'good', 'purpose', 'breath', 'wasted', 'hair', 'doubt', 'profane', 'young_man', 'wish', 'acspmt', 'lite', 'delicious', 'sweet', 'besplitting', 'theorizing', 'nature', 'god', 'writer', 'antiquity', 'spoke', 'bodiless', 'profession', 'pursues', 'course', 'yond', 'expression', 'word', 'holy', 'writ', 'man', 'mean', 'term', 'salvation', 'readmg', 'ted', 'purpose', 'soon', 'properly', 'understood', 'appreciated', 'better', 'accept', 'plan', 'believe', 'intangible', 'soul', 'men', 'plainly', 'adept', 'art', 'clwsen', 'form', 'described', 'reveals', 'origin', 'doctrine', 'love', 'bordering', 'enthusiasm', 'man', 'world', 'read', 'current', 'news', 'politician', 'selects', 'penod', 'hii', 'fancy', 'soon', 'posted', 'favorite', 'topic', 'merchant', 'answer', 'chapter', 'verse', 'paul', 'pore', 'market', 'report', 'farmer', 'clarke', 'men', 'thing', 'fact', 'obey', 'requirement', 'plain', 'obedience', 'obe', 'paul', 'bolstered', 'pagan', 'roman', 'notion', 'concede', 'paul', 'address', 'epistle', 'roman', 'losing', 'influence', 'person', 'exceedingly', 'fearful', 'los', 'dience', 'heart', 'son', 'thy_heart', 'thou', 'shalt', 'love', 'lord_thy', 'god', 'thy_heart', 'blessed', 'pure', 'heart', 'shall', 'god', 'follow', 'peace', 'servant', 'jesus_christ', 'verse', 'watch', 'report', 'rthe', 'weather', 'ing', 'infl', 'uence', 'sabbath', 'men', 'holiness', 'man', 'shall', 'rome', 'beloved', 'god', 'called', 'prospect', 'coming', 'harvest', 'cross', 'presented', 'hesitate', 'lord', 'understand', 'saint', 'paul', 'addressing', 'mere', 'lover', 'amusement', 'read', 'intense', 'obey', 'fearing', 'injure', 'influence', 'surrender', 'latest', 'ronnn', 'beecher', 'risk', 'losing', 'influence', 'heart', 'entire', 'consecration', 'god', 'rome', 'converted', 'christianity', 'endless', 'variety', 'class', 'fed', 'menth', 'phrase', 'distrust', 'guileless', 'character', 'formed', 'shall', 'fail', 'jewish', 'resident', 'course', 'tally', 'character', 'formed', 'mfl', 'uence', 'good', 'use', 'grace', 'prepare', 'sinless', 'society', 'acquainted', 'teaching', 'moses', 'mind', 'turned', 'direction', 'men', 'heaven', 'let', 'rest', 'try', 'prophet', 'subject', 'course', 'reading', 'want', 'reach', 'differ', 'withto', 'consecration', 'help', 'native', 'roman', 'rescued', 'error', 'heathendom', 'instructed', 'doctrine', 'christianity', 'case', 'understand', 'paul', 'spoke', 'soul', 'man', 'doeth', 'evil', 'jew', 'gentile', 'meant', 'immaterial', 'spirit', 'heathen', 'mythology', 'scripture', 'mean', 'instance', 'person', 'progress', 'cause', 'believer', 'present_truth', 'message', 'probation', 'ghly', 'interested', 'progress', 'department', 'paper', 'news', 'truth', 'proclaimed', 'acstudy', 'furnished', 'material', 'thought', 'meditation', 'thought', 'worked', 'character', 'lord', 'ght', 'place', 'ght', 'spmt', 'wanting', 'neglect', 'bible', 'good_book', 'cepted', 'embraced', 'good_news', 'newspaper', 'looked', 'cause', 'progress', 'greatly', 'interested', 'current', 'news', 'time', 'fly', 'rapidly', 'away', 'busimay', 'whetted', 'grindstone', 'lay', 'lifeless', 'body', 'fellow', 'mortal', 'lying', 'cofopen', 'universal', 'sinfulness', 'men', 'nature', 'fin', 'acquainted', 'skilled', 'law', 'daniel', 'running', 'counter', 'conviction', 'let', 'dispute', 'point', 'exactly', 'influence', 'different', 'theory', 'sanctification', 'rest', 'peace', 'good', 'men', 'violate', 'great_truth', 'plain', 'urged', 'talk', 'practicing', 'medicine', 'law', 'god', 'conscience', 'save', 'testimony', 'let', 'accept', 'live', 'natural', 'life', 'time', 'neglect', 'influence', 'world', 'disputed', 'theory', 'wind', 'readmg', 'subject', 'god', 'use', 'work', 'reformer', 'peculiar', 'theory', 'imbibed', 'physician', 'sense', 'worthy', 'stuff', 'think', 'necessary', 'add', 'new', 'pursue', 'profession', 'law', 'equisite', 'talk', 'end', 'failure', 'profession', 'love', 'read', 'wtth', 'ttmes', 'end', 'disgrace', 'applying', 'principle', 'purfor', 'men', 'dare', 'toco', 'right', 'thouah', 'light', 'testimony', 'spirit', 'god', 'new', 'idea', 'people', 'influence', 'mere', 'time', 'server', 'closing', 'work', 'message', 'forgotten', 'soon', 'dead', 'translated', 'coming', 'christ', 'minister', 'holy', 'people', 'view', 'want', 'thing', 'let', 'assured', 'christia', 'life', 'amve', 'perfectwn', 'barren', 'principle', 'practiced', 'minishke', 'flood', 'epmtism', 'sweeping', 'world', 'prepared', 'carried', 'captive', 'satan', 'lover', 'god', 'embrace', 'truth', 'god', 'constgned', 'secondary', 'place', 'placed', 'line', 'sensuality', 'affection', 'speak', 'providence', 'making', 'clear', 'cause', 'late', 'paper', 'soon', 'spiritual', 'decay', 'come', 'evil', 'sin', 'nature', 'rebellion', 'gate', 'endless', 'joy', 'death', 'voice', 'truth', 'onward', 'tessag', 'preach', 'far', 'far', 'away', 'god_god', 'sovereign', 'ingratitude', 'god', 'jesus', 'sends', 'sentiment', 'hymn', 'great', 'grace', 'god', 'destmed', 'accomplish', 'aware', 'god', 'hide', 'lawgiver', 'contempt', 'authority', 'sung', 'speaker', 'said', 'death', 'mission', 'gather', 'prepare', 'countenance', 'comfort', 'love', 'declare', 'evil', 'sin', 'effect', 'bringenemy', 'deceased', 'conquered', 'remnant', 'god', 'people', 'glorious', 'advent', 'dull', 'service', 'apathy', 'ing', 'sickness', 'pain', 'snare', 'death', 'strange', 'redeemer', 'redeemed', 'soon', 'mdtfference', 'follow', 'course', 'evil', 'feel', 'evil', 'fear', 'lay', 'incongruity', 'fail', 'noted', 'brought', 'heavenly', 'zion', 'song', 'arrested', 'soon', 'fall', 'hopeless', 'aposopen', 'spirituality', 'law', 'extent', 'reflecting', 'mind', 'let', 'popular', 'doctrine', 'embrace', 'death', 'conquered', 'death', 'susceptible', 'sensible', 'illustration', 'company', 'soldier', 'approach', 'fortress', 'held', 'enemy', 'foe', 'enemy', 'intheengagement', 'soldier', 'retreat', 'excepting', 'taken', 'captive', 'bound', 'hand', 'foot', 'carried', 'fort', 'ness', 'bible', 'consulted', 'bible', 'neglected', 'wholly', 'darkness', 'mind', 'frowardness', 'fretfulness', 'temper', 'earthteachings', 'holy', 'writ', 'subject', 'death', 'statement', 'sounded', 'strangely', 'inconsistent', 'unscriptural', 'death', 'everlasting', 'joy', 'tasy', 'reaching', 'thought', 'word', 'action', 'grand', 'triumph', 'feel', 'loss', 'void', 'painful', 'sordeclaring', 'transgression', 'great', 'blessmg', 'whwh', 'crave', 'row', 'eats', 'daily', 'portion', 'comfort', 'sion', 'commission', 'deserving', 'death', 'declare', 'share', 'joy', 'labor', 'world', 'fails', 'satisfy', 'longing', 'man', 'utter', 'helplessness', 'change', 'nature', 'suffering', 'covet', 'portion', 'soul', 'nourishment', 'word', 'god', 'peace', 'hearer', 'deeply', 'work', 'andihavenofears', 'iffaithful', 'afforded', 'past', 'experience', 'andweturn', 'affected', 'thing', 'whichisoftenseen', 'end', 'glorious', 'literature', 'hanging', 'head', 'preach', 'brother', 'cause', 'onward', 'tri', 'earnest', 'seek', 'sacred', 'page', 'bappi', 'chnst', 'lay', 'open', 'saviour', 'almighty', 'power', 'umph', 'gloriously', 'let', 'onward', 'powerless', 'light', 'hard', 'heart', 'repentance', 'shall', 'certainly', 'share', 'glory', 'spnngs', 'soul', 'hope', 'brmg', 'pardon', 'broken', 'heart', 'spirit', 'consoling', 'word', 'like', 'beware', 'loving', 'present_world', 'buoy', 'sinking', 'spirit', 'sifted', 'god', 'spoken', 'true', 'heart', 'joy', 'satisfying', 'joy', 'prayer', 'prayerless', 'heart', 'holiness', 'brother', 'gained', 'glorious', 'victory', 'filthy_heart', 'faith', 'unbelieving', 'heart', 'conquered', 'enemy', 'know', 'christian', 'hope', 'confidence', 'prospect', 'sure', 'realization', 'bible', 'reader', 'wholly', 'study', 'volume', 'probable', 'dare', 'hope', 'neglect', 'btble', 'thmg', 'reading', 'dail', 'reading', 'aright', 'doe', 'denote', 'immortal', 'conscious', 'entity', 'equ', 'valent', 'neglect', 'degree', 'msn', 'life', 'body', 'allowed', 'pas', 'unheeded', 'bible', 'dead', 'phys', 'logwally', 'scripturally', 'read', 'neglectfully', 'carelessly', 'indifferthere', 'room', 'entity', 'harden', 'heart', 'man', 'bible', 'true', 'science', 'agree', 'important', 'purifying', 'influence', 'suggests', 'let', 'know', 'treasure', 'grace', 'saw', 'silent', 'helpless', 'lodged', 'jesus_christ', 'use', 'hand', 'reader', 'faintly', 'rep', 'faith', 'tried', 'beware', 'cottrell', 'mind', 'hnetl', 'poor', 'needy', 'sinner', 'love', 'resents', 'witnessed', 'day', 'power', 'turn', 'beggar', 'gate', 'man', 'sought', 'inventiods', 'refers', 'mmd', 'case', 'receives', 'comer', 'kindly', 'love', 'foolish', 'heart', 'darkened', 'error', 'bestows', 'blesswgs', 'free', 'unbelief', 'word', 'wisdom', 'wave', 'gospel', 'fia', 'magnify', 'case', 'like', 'saviour', 'supremely', 'speak', 'mouth', 'death', 'worst', 'enemy', 'blood', 'wash', 'away', 'foulest', 'stain', 'enemy', 'come', 'near', 'day', 'grace', 'subdue', 'stoutest', 'corruption', 'snatched', 'number', 'entreat', 'people', 'seek', 'grace', 'seek', 'release', 'enemy', 'cruel', 'power', 'directly', 'seek', 'diligently', 'keeper', 'fort', 'hath', 'power', 'stantly', 'acquaint', 'death', 'devil', 'stronger', 'term', 'spirit', 'function', 'mind', 'accounted', 'enforces', 'bible', 'read', 'seek', 'shall', 'assuredly', 'salvation', 'god', 'consolation', 'prin', 'iples', 'scientific', 'men', 'alluded', 'open', 'thou', 'physwtans', 'bemg', 'aware', 'fact', 'eye', 'behold', 'wondrous', 'thing', 'having', 'taught', 'bible', 'sustaids', 'thy_law', 'work', 'god', 'spirit', 'doctrine', 'separate', 'conscious', 'thinking', 'entity', 'led', 'reject', 'bible', 'clashing', 'seienoe', 'fhe', 'hand', 'nany', 'learned', 'men', 'physioligists', 'formed', 'principle', 'incnlinfidelity', 'restored', 'toconfidence', 'bible', 'discovering', 'bible', 'man', 'unit', 'doe', 'posse', 'mortal', 'immortal', 'mind', 'brain', 'result', 'canright', 'mistake', 'stronger', 'key', 'death', 'grave', 'come', 'strong_man', 'bound', 'christ', 'mighty', 'conqueror', 'loose', 'prisoner', 'homeward', 'thew', 'prepare', 'heart', 'man', 'sense', 'holy', 'scripture', 'taken', 'character', 'reader', 'enlightened', 'brother', 'sister', 'saint', 'victory', 'greatly', 'help', 'preacher', 'new_fields', 'till', 'enemy', 'testimony', 'consistent', 'life', 'commit', 'conquered', 'cated', 'thib', 'divine', 'illumination', 'apostle', 'john', 'anointing', 'john', 'thing', 'spoken', 'luke', 'disciple', 'spoke', 'conversation', 'great', 'error', 'confessing', 'backsliding', 'new_fields', 'known', 'tendency', 'discourage', 'young', 'convert', 'der', 'work', 'confession', 'let', 'glorious', 'day', 'ere', 'long', 'dawn', 'christ', 'lord', 'come', 'break', 'band', 'dea', 'hell', 'child', 'home', 'john', 'following', 'christian', 'sound', 'cottrell', 'ter', 'truly', 'preaches', 'gospel', 'open', 'commission', 'old', 'conf', 'nering', 'death', 'john', 'berridge', 'begin', 'layin', 'open', 'conquered', 'death', 'hab', 'gained', 'corruptio', 'victory', 'audtence', 'moses', 'lend', 'knife', 'said', 'minister', 'day', 'pointed', 'thel', 'imagine', 'escaped', 'soldier', 'rejoicing']
root - INFO - extracting file #61500: 2017-04-Final-Corpus/RH18741124-V44-22-page5.txt
root - INFO - extracting file #62000: 2017-04-Final-Corpus/RH18770125-V49-04-page6.txt
root - INFO - ['review', 'herald', 'vol', 'submission', 'way', 'dark', 'dark', 'step', 'ahead', 'laid', 'burden', 'foot', 'trusting', 'yes', 'laid', 'leave', 'trusting', 'israel', 'god', 'know', 'help', 'strength', 'bow', 'kiss', 'rod', 'water', 'surged', 'round', 'deep', 'cold', 'heart', 'frozen', 'sought', 'god', 'sigh', 'tear', 'presenting', 'christ', 'chosen', 'tender', 'love', 'took', 'care', 'blessed', 'heart', 'peace', 'strength', 'israel', 'god', 'know', 'trouble', 'cease', 'way', 'trust', 'lead', 'trouble', 'deepen', 'trust', 'heals', 'heart', 'bleed', 'advantage', 'law', 'greatly', 'embarrassment', 'forget', 'pray', 'bro', 'bourdeau', 'work', 'arduous', 'health', 'feeble', 'cease', 'feel', 'intense', 'anxiety', 'respect', 'health', 'vanquish', 'difficulty', 'beset', 'mission', 'france', 'may_god', 'spare', 'life', 'help', 'wisely', 'arrange', 'accomplish', 'work', 'limit', 'expenditure', 'strength', 'report', 'brother', 'desire', 'let', 'remember', 'day', 'labor', 'long', 'impossible', 'moment', 'time', 'reporting', 'let', 'judge', 'nature', 'present', 'work', 'indicated', 'undertaken', 'time', 'fly', 'admonished', 'close', 'year', 'day', 'pass', 'seek', 'count', 'possible', 'cause', 'christ', 'andrew', 'bale', 'switzerland', 'dec', 'wish', 'soon', 'time', 'strength', 'shall', 'possible', 'devote', 'column', 'french', 'paper', 'passing', 'event', 'worthy', 'chronicled', 'sign', 'time', 'grateful', 'friend', 'america', 'send', 'time', 'time', 'paper', 'pamphlet', 'tract', 'contains', 'matter', 'capable', 'service', 'department', 'worthy', 'translated', 'paper', 'occasion', 'gratefully', 'acknowledge', 'paper', 'sent', 'time_past', 'unknown', 'donor', 'matter', 'thought', 'capable', 'cut', 'carefully', 'laid', 'use', 'hope', 'add', 'greatly', 'value', 'paper', 'time', 'come', 'number', 'best', 'present', 'resource', 'possibly', 'pain', 'spared', 'paper', 'printed', 'language', 'europe', 'italy', 'bro', 'ribton', 'southern', 'italy', 'writes', 'following', 'private_letter', 'bro', 'andrew', 'sends', 'dear', 'bro', 'andrew', 'send', 'english', 'translation', 'article', 'written', 'italian', 'hoping', 'able', 'day', 'print', 'thought', 'degree', 'dead', 'world', 'eye', 'opened', 'importance', 'implicit', 'obedience', 'god', 'commandment', 'midst', 'severe', 'temporal', 'trial', 'difficulty', 'preacher', 'word', 'labor', 'far', 'able', 'carry', 'blessed', 'lord', 'graciously', 'gave', 'light', 'summer', 'earnest', 'having', 'called', 'entirely', 'world', 'laborer', 'sent', 'extraordinary', 'way', 'journal', 'baptist', 'brother', 'england', 'taught', 'true', 'nature', 'sabbath', 'afterward', 'number', 'advent_review_and_sabbath_herald', 'acquainted', 'angel', 'message', 'felt', 'united', 'spirit', 'hear', 'sea', 'roaring', 'lake', 'michigan', 'ice', 'cracking', 'bay', 'sounded', 'like', 'report', 'big', 'gun', 'lord', 'favored', 'morning', 'fair', 'weather', 'started', 'ice', 'reached', 'open', 'water', 'new', 'ice', 'gone', 'lake', 'followed', 'north', 'got', 'got', 'end', 'open', 'channel', 'rod', 'water', 'ice', 'heaved', 'far', 'rose', 'fell', 'inch', 'hear', 'water', 'foot', 'pressing', 'crack', 'ice', 'looked', 'doubtful', 'confidence', 'guide', 'traveled', 'dangerous', 'water', 'month', 'month', 'year', 'arrived', 'safely', 'shore', 'mile', 'travel', 'ice', 'place', 'sink', 'snow', 'water', 'solid', 'ice', 'underneath', 'mount', 'heap', 'ice', 'thrown', 'storm', 'dallas', 'texas', 'bahler', 'dear', 'brother', 'stirred', 'burning', 'irrepressible', 'desire', 'throw', 'wholly', 'missionary_work', 'beautiful', 'benighted', 'country', 'feeling', 'god', 'prepared', 'extraordinary', 'dispensation', 'space', 'doe', 'allow', 'recount', 'laborer', 'send', 'mean', 'work', 'crystal', 'rock', 'glittering', 'sun', 'wrogytoo', 'mot', 'goeth', 'forth', 'weepeth', 'bearing', 'precious_seed', 'shall', 'doubt', 'come', 'rejoicing', 'brirging', 'sheaf', 'report', 'switzerland', 'thing', 'god', 'making', 'french', 'paper', 'blessing', 'people', 'receive', 'time', 'time', 'receive', 'letter', 'stranger', 'expressing', 'paper', 'sending', 'pay', 'copy', 'sending', 'person', 'distance', 'written', 'recommending', 'paper', 'ask', 'sent', 'trial', 'letter', 'great_encouragement', 'course', 'month', 'god', 'shall', 'prosper', 'effort', 'ready', 'publish', 'german', 'edition', 'sign', 'time', 'greatly', 'needed', 'half', 'german', 'sabbath', 'keeper', 'europe', 'french', 'brother', 'judicious', 'labor', 'bro', 'ertzenberger', 'german', 'brother', 'progress', 'grace', 'god', 'knowledge', 'truth', 'god', 'added', 'number', 'delay', 'publication', 'paper', 'german', 'single', 'day', 'god', 'providence', 'shall', 'render', 'possible', 'conand', 'wave', 'beautiful', 'behold', 'sistent', 'commence', 'new', 'branch', 'work', 'demand', 'great_amount', 'brother', 'america', 'like', 'truth', 'correctness', 'pain', 'practiced', 'speaker', 'writer', 'speak', 'language', 'country', 'equally', 'field', 'white', 'harvest', 'faithful', 'brother', 'attached', 'work', 'god', 'mean', 'angel', 'message', 'heard', 'alp', 'southernmost', 'point', 'peninsula', 'sent', 'switzerland', 'voice', 'impels', 'like', 'macedonian', 'appeared', 'paul', 'night', 'vision', 'come', 'italy', 'help', 'good', 'god', 'enable', 'greater', 'thing', 'spirit', 'shall', 'shall', 'devoted', 'bless', 'work', 'land', 'multiply', 'abundantly', 'prayer', 'brother', 'expectation', 'christ', 'speedy', 'coming', 'ribton', 'general', 'business', 'meeting', 'coudre', 'switzerland', 'organization', 'perfected', 'switzerland', 'careful', 'business', 'pertains', 'cause', 'far', 'eye', 'reach', 'thanked', 'lord', 'bringing', 'safely', 'turbident', 'water', 'swallow', 'victim', 'winter', 'summer', 'hope', 'work', 'island', 'contains', 'inhabitant', 'dane', 'american', 'irish', 'icelander', 'church', 'edifice', 'school_houses', 'minister', 'kind', 'thursday', 'cold', 'north', 'wind', 'walked', 'mile', 'trustee', 'church', 'notice', 'meeting', 'friday', 'walked', 'mile', 'storm', 'school_house', 'south', 'island', 'danish', 'meeting', 'notice', 'sabbath', 'rested', 'held', 'meeting', 'sunday', 'meeting', 'church', 'attended', 'good_impression', 'people', 'tender', 'solemn', 'spirit', 'pervaded', 'house', 'notice', 'sent', 'clerk', 'board', 'forbidding', 'hold', 'meeting', 'school_house', 'held', 'meeting', 'private_house', 'opposite', 'school_house', 'came', 'half', 'icelander', 'started', 'petition', 'special', 'school', 'meeting', 'signed', 'thirteen', 'voter', 'good', 'prospect', 'getting', 'house', 'good', 'labor', 'preparation', 'advent_review', 'article', 'taking', 'annual_meeting', 'convened', 'commencement', 'execution', 'wine', 'thought', 'accept', 'dec', 'coudre', 'near', 'neuchatel', 'copy', 'portion', 'report', 'written', 'work', 'faithfully', 'bear', 'fruit', 'time', 'come', 'brother', 'assured', 'use', 'possible', 'diligence', 'faithfulness', 'hasten', 'forward', 'german_work', 'time', 'publication', 'french', 'paper', 'french', 'tract', 'continued', 'present', 'work', 'executed', 'help', 'work', 'able', 'health_reformer', 'enclosure', 'send', 'rewas', 'attended', 'swiss', 'church', 'bro', 'ertzenberger', 'germany', 'executive_committee', 'chosen', 'ensuing', 'year', 'financial', 'management', 'paper', 'publication', 'tract', 'carefully', 'examined', 'book', 'reported', 'satisfactory', 'best', 'method', 'advancing', 'cause', 'special', 'subject', 'discussion', 'meeting', 'report', 'tract', 'missionary_work', 'showed', 'greater', 'labor', 'anticipated', 'able', 'past', 'month', 'visit', 'church', 'help', 'forward', 'work', 'general', 'tract', 'missionary_meeting', 'held', 'soon', 'leave', 'bale', 'attend', 'report', 'meeting', 'particular', 'general_meeting', 'great_encouragement', 'brother', 'switzerland', 'celebrated', 'ordinance', 'fish', 'school', 'law', 'wisconsin', 'chap', 'amended', 'sec', 'majority', 'district', 'board', 'school', 'district', 'state', 'shall', 'right', 'permit', 'school_house', 'occupied', 'religious', 'meeting', 'temperance', 'meeting', 'meeting', 'judgment', 'majority', 'board', 'aid', 'disseminating', 'intelligence', 'good', 'moral', 'inhabitant', 'district', 'approved', 'march', 'board', 'refuse', 'house', 'majority', 'voter', 'district', 'favor', 'meeting', 'special_meeting', 'called', 'sending', 'petition', 'signed', 'voter', 'district', 'clerk', 'school_board', 'stating', 'time', 'place', 'meeting', 'shall', 'held', 'evening', 'object', 'called', 'duty', 'clerk', 'post', 'notice', 'meeting', 'public_places', 'shall', 'outer', 'door', 'schoolhouse', 'notice', 'shall', 'given', 'day', 'meeting', 'called', 'john', 'matteson', 'washington', 'harbor', 'door', 'jan', 'roosevelt', 'came', 'oswego', 'county', 'intending', 'visit', 'church', 'county', 'week', 'sadly', 'dis', 'seen', 'instrumentality', 'brother', 'converted', 'thorough', 'practical', 'printer', 'understands', 'french', 'italian', 'bro', 'asks', 'like', 'issue', 'italian', 'edition', 'paper', 'certainly', 'god', 'begun', 'open', 'way', 'thought', 'possible', 'ing', 'composing', 'practically', 'acquainted', 'work', 'printing', 'house', 'enclose', 'letter', 'good', 'hand', 'writes', 'know', 'french', 'invaluable', 'brought', 'signes', 'temp', 'italian', 'thanks', 'journal', 'best', 'canvassing', 'hope', 'position', 'obtain', 'experience', 'harmony', 'spirit', 'message', 'faltering', 'probably', 'crown', 'lord', 'people', 'prayer', 'live', 'glorify', 'know', 'mingle', 'caution', 'pruobtain', 'order', 'soon', 'tuesday', 'morning', 'started', 'washingappointed', 'stormed', 'fiercely', 'ton', 'island', 'brother', 'went', 'whole_time', 'blocked', 'help', 'draw', 'baggage', 'mile', 'unable', 'scarcely', 'greatest', 'effort', 'brother', 'nearest', 'church', 'able', 'meeting', 'sabbath', 'good_day', 'meeting', 'good', 'turnout', 'notwithstanding', 'feel', 'satisfied', 'meeting', 'considerable', 'accomplished', 'dark', 'power', 'enemy', 'came', 'good', 'free', 'hearty', 'confession', 'dence', 'zeal', 'activity', 'god', 'gone', 'battle', 'time', 'stir', 'follow', 'shall', 'seek', 'matter', 'principle', 'sdstain', 'european', 'laborer', 'mean', 'raised', 'far', 'possible', 'know', 'brother', 'anxious', 'bro', 'bourdeau', 'struggling', 'fully', 'establish', 'cause', 'truth', 'southern', 'france', 'contend', 'difficulty', 'doe', 'lack', 'courage', 'zeal', 'spirit', 'self_sacrifice', 'law', 'france', 'intolerant', 'adversary', 'truth', 'able', 'write', 'shortly', 'may_god', 'abundant', 'harvest', 'switzerland', 'sincerely', 'cause', 'christ', 'ribton', 'bro', 'ribton', 'sends', 'following', 'review', 'seventh', 'day', 'adventist', 'brother', 'america', 'dear', 'brother', 'past_year', 'active', 'laborer', 'lord', 'vineyard', 'acquainted', 'life', 'mean', 'grace', 'pleased', 'lord', 'year', 'half', 'ago', 'bring', 'baptism', 'north', 'point', 'peninsula', 'took', 'carriage', 'baggage', 'mail', 'carrier', 'pilot', 'intended', 'cross', 'ice', 'afternoon', 'rod', 'ahead', 'account', 'snow', 'consider', 'safe', 'cross', 'channel', 'middle', 'door', 'open', 'day', 'mile', 'wide', 'crossed', 'forenoon', 'ice', 'inch', 'formed', 'night', 'thertheir', 'wrong', 'brings', 'light', 'quest', 'italian', 'brother', 'appeal', 'mentioned', 'god', 'enable', 'great_work', 'want', 'feel', 'thoroughly', 'time', 'short', 'ought', 'superhuman', 'effort', 'save', 'soul', 'ohl', 'rich', 'thousandth', 'spend', 'pleasure', 'fleshly', 'lust', 'encircle', 'earth', 'missionary_labor', 'contemplating', 'german', 'edition', 'paper', 'thing', 'shortly', 'possible', 'question', 'paper', 'italian', 'brought', 'notice', 'manner', 'like', 'clear', 'indication', 'duty', 'providence', 'god', 'ribton', 'southern', 'italy', 'received', 'copy', 'sign', 'publication', 'baptist', 'adventist', 'perusal', 'caused', 'embrace', 'bible_sabbath', 'doctrine', 'near', 'advent', 'christ', 'send', 'communication', 'letter', 'letter', 'designed', 'review', 'article', 'wish', 'employment', 'publish', 'italian', 'journal', 'peculiar', 'talent', 'writ', 'creek', 'tried', 'member', 'translated', 'english', 'review', 'like', 'bring', 'edition', 'signes', 'temp', 'italian', 'work', 'devote', 'half', 'night', 'excellent', 'printing', 'press', 'zealous', 'brother', 'martyr', 'faith', 'turned', 'home', 'lost', 'wife', 'child', 'hardship', 'child', 'great', 'peril', 'persecution', 'dependent', 'persecuting', 'family', 'bread', 'wife', 'suggests', 'ask', 'andrew', 'travel', 'north', 'mometer', 'stood', 'degree', 'zero', 'went', 'mile', 'ice', 'shore', 'kindly', 'entertained', 'fisherman', 'shanty', 'night', 'courage', 'church', 'known', 'brother', 'state', 'father', 'edson', 'year', 'seen', 'duty']
root - INFO - extracting file #62500: 2017-04-Final-Corpus/RH18790116-V53-03-page5.txt
root - INFO - extracting file #63000: 2017-04-Final-Corpus/RH18800701-V56-02-page7.txt
root - INFO - ['tivix', 'fine', 'deep', 'set', 'eye', 'gleamed', 'hearty', 'mirth', 'beneath', 'shaggy', 'projecting', 'brow', 'coughed', 'changed', 'seat', 'dropped', 'key', 'purpose', 'continued', 'doctor', 'pleasant', 'gabble', 'rippled', 'having', 'heard', 'own_name', 'pleasant', 'connection', 'waking', 'gratefulness', 'knowing', 'prayer', 'daughter', 'church', 'afraid', 'hear', 'pleasant', 'ere', 'long', 'face', 'battery', 'eye', 'like', 'man', 'announce', 'appears', 'servant', 'servant', 'admit', 'door', 'asked', 'wren', 'unequivocally', 'said', 'doctor', 'twinkle', 'eye', 'come', 'keyhole', 'crowded', 'small', 'place', 'night', 'wife', 'away', 'home', 'right_hand', 'elder', 'gone', 'perplexing', 'matter', 'came', 'requiring', 'visiting', 'time', 'know', 'helpful', 'face', 'wren', 'came', 'thought', 'know', 'work', 'block', 'drop', 'the_review_and_herald', 'came', 'time', 'dictum', 'doctor', 'goodman', 'said', 'ray', 'littlefield', 'wren', 'suggested', 'new', 'idea', 'mind', 'occurs', 'mistake', 'regard', 'social', 'church', 'question', 'discussed', 'degree', 'work', 'better', 'work', 'great_mass', 'disaffected', 'wait', 'warmed', 'instead', 'religious', 'confidence', 'believe', 'church', 'method', 'fully', 'said', 'religious', 'practice', 'individual', 'accused', 'unbelief', 'ripple', 'modern', 'infidelity', 'disturbs', 'calm', 'faith', 'hinders', 'effort', 'undermining', 'confidence', 'religion', 'question', 'truthfulness', 'work', 'propagating', 'business', 'like', 'confidence', 'god', 'given', 'authority', 'disarms', 'doubt', 'set', 'defiance', 'method', 'catholic', 'protestant', 'draw', 'following', 'conclusion', 'aim', 'toteach', 'merely', 'bible', 'geography', 'sacred', 'history', 'surroundings', 'sabbath', 'school_lesson', 'toteach', 'thing', 'order', 'draw', 'suggestion', 'inspiration', 'holier', 'life', 'perseverance', 'useful', 'teaching', 'thing', 'true', 'false', 'success', 'possible', 'bad', 'cause', 'doe', 'possible', 'good', 'accomplish', 'heart', 'work', 'downright', 'earnest', 'faith', 'truth', 'present', 'important', 'unbelieving', 'age', 'confidence', 'contagious', 'lack', 'like', 'lawyer', 'espouses', 'cause', 'fee', 'right', 'know', 'right', 'truth', 'feel', 'force', 'mighty', 'fact', 'teaching', 'method', 'better', 'practice', 'need', 'working', 'method', 'object', 'increasing', 'teaching', 'power', 'making', 'effective', 'utilizing', 'method', 'devised', 'doe', 'away', 'necessity', 'old', 'fashioned', 'hard_work', 'perfection', 'attainable', 'thing', 'think', 'great_degree', 'said', 'doctor', 'said', 'doctor', 'goodman', 'said', 'wren', 'length', 'pause', 'animated', 'discussion', 'entered', 'great', 'heartiness', 'thought', 'ought', 'key', 'situation', 'night', 'left', 'inhospitably', 'dimly', 'lighted', 'parlor', 'swede', 'immortalized', 'asked', 'casper', 'wren', 'sudden', 'look', 'illumination', 'doubtless', 'replied', 'wife', 'turning', 'doctor', 'obliged', 'goodman', 'reinforce', 'week', 'taking', 'second', 'girl', 'swede', 'hardly', 'understands', 'word', 'english', 'misapprehension', 'involved', 'uncounted', 'mystification', 'father', 'arrived', 'afternoon', 'dinner', 'went', 'aunt', 'kate', 'age', 'figure', 'new', 'acquisition', 'taken', 'valise', 'room', 'doubt', 'thought', 'admitted', 'returned', 'said', 'excellent', 'mistake', 'said', 'doctor', 'great', 'glee', 'permit', 'consider', 'given', 'chance', 'participate', 'fireside', 'ventilation', 'church', 'fellowship', 'question', 'opened', 'lately', 'religious', 'paper', 'especially', 'shown', 'home', 'group', 'snuggery', 'madam', 'vine', 'fig_tree', 'doctor', 'facetiously', 'referred', 'gesture', 'tote', 'luxuriant', 'ivy', 'sent', 'wandering', 'spray', 'reconnoitre', 'head', 'sejdora', 'pulpit', 'pew', 'opportunity', 'compare', 'view', 'longer', 'dwell', 'subject', 'strongly', 'confirmed', 'impression', 'excellence', 'mistake', 'mary', 'comstock', 'christian', 'weekly', 'care', 'health', 'foolish', 'thing', 'men', 'woman', 'kill', 'exhaust', 'energy', 'wreck', 'health', 'benefited', 'imprudence', 'doe', 'ordinarily', 'thank', 'pain', 'important', 'ordinary', 'mind', 'performed', 'immense', 'labor', 'sickly', 'sour', 'dyspeptic', 'querulous', 'people', 'forget', 'service', 'attracted', 'superior', 'personality', 'accomplished', 'far', 'imprudent', 'exhausting', 'endeavor', 'promise', 'best', 'result', 'accomplishment', 'needed', 'labor', 'man', 'woman', 'labor', 'moderately', 'judiciously', 'doe', 'year', 'lifetime', 'person', 'rush', 'unreasoning', 'haste', 'rest', 'recreation', 'physical', 'nature', 'demand', 'doe', 'week', 'work', 'sick', 'fortnight', 'pay', 'accomplishes', 'year', 'work', 'permanently', 'disabled', 'useless', 'burden', 'industry', 'opposite', 'plan', 'prized', 'loved', 'honored', 'vigorous', 'manhood', 'womanhood', 'healthful', 'personality', 'image', 'forth', 'likeness', 'hath', 'christiana', 'feed', 'lamb', 'john', 'systematic', 'study', 'truth', 'sabbath', 'school', 'bedee', 'care', 'care', 'care', 'wife', 'husband', 'child', 'thank', 'killing', 'employer', 'bear', 'ache', 'pain', 'pay', 'doctor', 'support', 'sickness', 'brought', 'overwork', 'benefit', 'remember', 'body', 'temple', 'holy', 'ghost', 'bought', 'price', 'right', 'abuse', 'body', 'overtax', 'energy', 'whip', 'abuse', 'overworked', 'borrowed', 'horse', 'person', 'work', 'twice', 'long', 'think', 'right', 'work', 'dumb', 'beast', 'urge', 'jaded', 'energy', 'utter', 'exhaustion', 'paralysis', 'accomplish', 'labored', 'carefully', 'preserved', 'clearness', 'mind', 'vigor', 'body', 'fitness', 'careful', 'successful', 'endeavor', 'work', 'heaven', 'ordinance', 'work', 'food', 'intermission', 'rest', 'violate', 'divine', 'arrangement', 'doom', 'unknown', 'incalculable', 'evil', 'person', 'profited', 'unwise', 'exertion', 'fool', 'pain', 'obliged', 'reluctantly', 'admit', 'appropriateness', 'designation', 'hand', 'careful', 'health', 'strength', 'provide', 'thing', 'needful', 'body', 'treat', 'fis', 'sensible', 'men', 'treat', 'horse', 'end', 'lesson', 'catholic', 'maveety', 'article', 'entitled', 'roman', 'catholic', 'protestant', 'method', 'read', 'convention', 'battle', 'creek', 'charlotte', 'june', 'draw', 'catholic', 'instructing', 'young', 'hint', 'practical', 'excellence', 'defining', 'catholic', 'success', 'giving', 'method', 'attained', 'thing', 'manner', 'method', 'teaching', 'copy', 'perseverance', 'work', 'present', 'method', 'instead', 'constantly', 'alert', 'new', 'method', 'highly', 'important', 'intelligent', 'member', 'remnant_church', 'thorough_knowledge', 'present_truth', 'deny', 'sanctify', 'thy', 'truth', 'petition', 'saviour', 'showing', 'blessed', 'influence', 'word', 'god', 'life', 'golden', 'thread', 'truth', 'order', 'properly', 'reason', 'hope', 'ask', 'pained', 'indifference', 'manifested', 'brother', 'regard', 'informing', 'point', 'present_truth', 'people', 'theaven', 'need', 'discouraged', 'converse', 'wax', 'eloquent', 'politics', 'topic', 'science', 'theme', 'adventist', 'glorious', 'message', 'truth', 'angel', 'message', 'brother', 'tiler', 'useless', 'let', 'work', 'peat', 'chapter', 'verse', 'understand', 'explain', 'solemn', 'denunciation', 'wrath', 'neighbor', 'realize', 'message', 'right', 'sabbath', 'school', 'come', 'aid', 'wonderfully', 'work', 'great', 'know', 'study', 'advantage', 'read', 'great_amount', 'time', 'remember', 'little', 'systematic', 'course', 'study', 'pursued', 'great_variety', 'fact', 'retained', 'mind', 'sabbath', 'school_lesson', 'sheet', 'series', 'systematic', 'lesson', 'best', 'instruct', 'youth', 'adult', 'subject', 'canvassed', 'anhad', 'learned', 'pray', 'receiving', 'negative', 'mind', 'led', 'point', 'point', 'light', 'shine', 'brighter', 'brighter', 'way', 'let', 'appreciate', 'lesson', 'faithfully', 'prepared', 'learn', 'thoroughly', 'may_god', 'bless', 'sabbath', 'school', 'people', 'help', 'act', 'important', 'branch', 'work', 'religion', 'commends', 'commonsense', 'religion', 'commends', 'faith', 'religion', 'faithful', 'little', 'religion', 'faithful', 'national', 'baptist', 'answer', 'directed', 'father', 'understand', 'familiarity', 'earnestness', 'think', 'going', 'peculiar', 'form', 'religious_service', 'church', 'away', 'church', 'irrespective', 'sort', 'hindrance', 'conclude', 'downright', 'earnest', 'fact', 'method', 'lacking', 'working', 'thoroughly', 'reveal', 'lack', 'instance', 'suggest', 'remedy', 'method', 'pace', 'ability', 'use', 'furlike', 'wesley', 'unformed', 'rude', 'plan', 'matter', 'time', 'bring', 'skill', 'knowledge', 'training', 'soul', 'clumsy', 'method', 'kingdom', 'god', 'work', 'work', 'work', 'need', 'little', 'shoeblack', 'called', 'residence', 'clergyman', 'city', 'solicited', 'piece', 'bread', 'water', 'servant', 'directed', 'child', 'bread', 'crumb', 'basket', 'little', 'fellow', 'walking', 'slowly', 'away', 'shifting', 'gift', 'finger', 'piece', 'large', 'chew', 'minister', 'called', 'asked', 'father', 'father', 'father', 'certainly', 'boy', 'looked', 'awhile', 'commenced', 'time', 'holding', 'crust', 'bread', 'exclaiming', 'sob', 'father', 'father', 'ashamed', 'little', 'brother', 'stuff', 'eat', 'got', 'good_things', 'new', 'orleans', 'time', 'let', 'sure', 'delight', 'excludes', 'presence', 'god', 'long', 'displease', 'thentas', 'adam']
root - INFO - extracting file #63500: 2017-04-Final-Corpus/RH18810719-V58-04-page11.txt
root - INFO - extracting file #64000: 2017-04-Final-Corpus/RH18820725-V59-30-page8.txt
root - INFO - ['eview', 'hei', 'ald', 'vol', 'tuiftw', 'oft', 'frolic', 'sanctify', 'thro', 'igh', 'thy', 'truth', 'thy', 'word', 'truth', 'battle', 'creek', 'mich', 'july', 'uriah', 'smith', 'editor', 'ast', 'tdram', 'gost', 'corr', 'erpon', 'ping', 'editor', 'eastern', 'trouble', 'event', 'past_week', 'egypt', 'tended', 'abate', 'jot', 'tittle', 'pertains', 'conflict', 'raging', 'year', 'united', 'state', 'consul', 'turkey', 'qualified', 'speak', 'matter', 'gave', 'lecture', 'new', 'york', 'july', 'subject', 'gave', 'utterance', 'significant', 'statement', 'said', 'present', 'disturbance', 'civil_war', 'rebellion', 'sultan', 'khedive', 'arabi', 'bey', 'restless', 'ambitious', 'arab', 'founded', 'national', 'party', 'trying', 'imitate', 'cromwell', 'garibaldi', 'want', 'drive', 'foreigner', 'owe', 'foreigner', 'statement', 'predicted', 'arabi', 'bey', 'fail', 'utterly', 'ambitious', 'project', 'thought', 'religious', 'war', 'break', 'spread', 'asia', 'africa', 'europe', 'arabi', 'league', 'new', 'prophet', 'senousi', 'sheereef', 'mecca', 'spiritual', 'head', 'mohammedan', 'faith', 'conclusion', 'said', 'thing', 'certain', 'contest', 'ottoman', 'empire', 'fall', 'turk', 'driven', 'europe', 'cross', 'planted', 'mosque', 'sophia', 'view', 'confirmed', 'report', 'source', 'stated', 'religious', 'war', 'proclaimed', 'quarter', 'indication', 'duplicity', 'discovered', 'khedive', 'sultan', 'greater', 'degree', 'uncertainty', 'thrown', 'real', 'position', 'party', 'concerned', 'situation', 'complicated', 'english', 'hold', 'alexandria', 'left', 'end', 'struggle', 'suppressed', 'remains', 'seen', 'foregone', 'conclusion', 'expressed', 'contest', 'doe', 'continue', 'result', 'expulsion', 'turk', 'europe', 'absorption', 'portion', 'turkish', 'territory', 'christian', 'power', 'present', 'agitation', 'result', 'turkey', 'king', 'north', 'watched', 'intense_interest', 'sister', 'ribton', 'pen', 'written', 'friend', 'alexandria', 'massacre', 'pathetic', 'letter', 'wife', 'victim', 'ribton', 'husband', 'herbert', 'panmure', 'ribton', 'murdered', 'alexandria', 'sunday', 'june', 'wrote', 'follows', 'friend', 'alexandria', 'june', 'murdered', 'husband', 'world', 'friend', 'killed', 'know', 'flying', 'fly', 'poor', 'child', 'saw', 'darling', 'father', 'killed', 'saved', 'mighty', 'arm', 'god', 'carried', 'harem', 'kept', 'late', 'night', 'brought', 'home', 'disguise', 'may_god', 'remember', 'day', 'poor', 'child', 'gone', 'blow', 'brute', 'gave', 'know', 'alive', 'learned', 'yesterday', 'darling', 'dead', 'hoped', 'hope', 'taken', 'hospital', 'thrown', 'naked', 'ground', 'mutilated', 'know', 'good', 'line', 'place', 'safety', 'surely', 'write', 'meet', 'saviour', 'kingdom', 'heartbroken', 'sister', 'later', 'extensive', 'massacre', 'followed', 'ribton', 'lost', 'life', 'hope', 'learn', 'sister', 'ribton', 'daughter', 'bad', 'reached', 'place', 'safety', 'occurred', 'covenant', 'query', 'circulating', 'tract', 'covenant', 'people', 'think', 'contradicts', 'explain', 'following', 'review', 'page', 'said', 'tract', 'said', 'old_covenant', 'abolished', 'superseded', 'new', 'affirm', 'abolished', 'old_covenant', 'abolished', 'included', 'covenant', 'included', 'covenant', 'remains', 'unaffected', 'change', 'old', 'new', 'old_covenant', 'mutual', 'agreement', 'israel', 'god', 'sinai', 'bow', 'ceremonial_law', 'abolished', 'agreement', 'thing', 'commanded', 'page', 'said', 'ordinance', 'point', 'unmistakably', 'service', 'ceremony', 'jewish', 'worship', 'constituted', 'body', 'substance', 'old_covenant', 'service', 'constituted', 'body', 'substance', 'old_covenant', 'old_covenant', 'mutual', 'agreement', 'sinai', 'service', 'ceremony', 'commanded', 'lord', 'mutual', 'agreement', 'answer', 'think', 'query', 'correspondent', 'answered', 'reference', 'apostle', 'heb', 'verily', 'way', 'ceremony', 'service', 'peculiar', 'jewish', 'worship', 'saying', 'covenant', 'ordinance', 'paul', 'position', 'held', 'covenant', 'bearing', 'statement', 'mind', 'think', 'seen', 'contradiction', 'involved', 'quotation', 'tract', 'given', 'interesting', 'visit', 'eld', 'albert', 'norton', 'labored', 'year', 'india', 'independent', 'missionary', 'sabbath', 'july', 'learned', 'adventist', 'receiving', 'india', 'secretary', 'general', 'society', 'copy', 'paper', 'accompanying', 'communication', 'country', 'return', 'india', 'came', 'learn', 'work', 'sabbath', 'afternoon', 'spoke', 'tabernacle', 'giving', 'account', 'experience', 'missionary', 'field', 'remarkable', 'providence', 'favored', 'work', 'setting', 'forth', 'condition', 'million', 'india', 'hungering', 'word', 'life', 'half', 'population', 'globe', 'concentrated', 'comparatively', 'small', 'territory', 'composed', 'india', 'china', 'immediately', 'adjacent', 'country', 'remark', 'replete', 'instructive', 'true', 'christian', 'zeal', 'evidently', 'ruling', 'motive', 'work', 'liberal', 'supply', 'publication', 'different_points', 'faith', 'furnished', 'assurance', 'faithfully', 'examined', 'secured', 'company', 'engage', 'missionary_work', 'expect', 'sail', 'new', 'york', 'sept', 'solicitous', 'people', 'enter', 'field', 'multitude', 'heard', 'word', 'life', 'field', 'broad', 'work', 'avoid', 'collision', 'pledged', 'support', 'denomination', 'individual', 'trust', 'providence', 'god', 'sustain', 'far', 'remarkably', 'aroused', 'matter', 'friend', 'contributed', 'form', 'nucleus', 'fund', 'send', 'living', 'preacher', 'million', 'india', 'right', 'spirit', 'following', 'good_word', 'sermon', 'preached', 'burdick', 'synopsis', 'given', 'sabbath', 'recorder', 'july', 'set', 'forth', 'spirit', 'cherished', 'heart', 'forth', 'labor', 'vineyard', 'lord', 'attitude', 'tit', 'student', 'prophecy', 'plant', 'tabernacle', 'palace', 'sea', 'covenant', 'ordinance', 'divine', 'servlaborers', 'bear', 'glorious', 'holy', 'mountain', 'long', 'stride', 'taken', 'completion', 'word', 'prophecy', 'waymark', 'set', 'rapidly', 'nearing', 'end', 'alexandria', 'massacre', 'learn', 'july', 'number', 'signes', 'tent', 'brn', 'ribton', 'rupp', 'case', 'mentioned', 'review', 'july', 'brother', 'aligretti', 'killed', 'massacre', 'alexandria', 'june', 'distributing', 'tract', 'sailor', 'set', 'mob', 'plundering', 'killing', 'ruthlessly', 'murdered', 'provocation', 'bro', 'ribton', 'daughter', 'saw', 'father', 'struck', 'dowili', 'barely', 'escaped', 'fate', 'lpuis', 'globe', 'denieerat', 'july', 'llowing', 'account', 'distressing', 'occurrence', 'ice', 'worldly', 'sanctuary', 'reference', 'typical', 'ceremonial', 'service', 'dispensation', 'doubt', 'covenant', 'come', 'welcome', 'encourage', 'covenant', 'strictly', 'mutual', 'agreement', 'god', 'israel', 'recorded', 'came', 'sustain', 'close', 'peculiar', 'relation', 'people', 'took', 'jehovah', 'god', 'separate', 'peculiar', 'people', 'unto', 'order', 'accomplish', 'god', 'hedged', 'speak', 'nation', 'peculiar', 'ceremony', 'ordinance', 'divine_service', 'confined', 'people', 'ordinance', 'ceremony', 'essential_part', 'arrangement', 'owing', 'existence', 'time', 'came', 'new_covenant', 'god', 'brought', 'relationship', 'existing', 'people', 'end', 'breaking', 'middle', 'wall', 'partition', 'tween', 'people', 'taking', 'meet', 'warmth', 'christian', 'courtesy', 'brotherly', 'regard', 'coldness', 'doubt', 'suspicion', 'till', 'unworthy', 'untold', 'trouble', 'arises', 'envy', 'jealousy', 'let', 'shun', 'trait', 'shun', 'deadly', 'serpent', 'earnestly', 'offering', 'prayer', 'laborer', 'day', 'hurry', 'come', 'anxious', 'sickle', 'better', 'dare', 'insult', 'god', 'offering', 'prayer', 'elbow', 'come', 'beloved', 'zion', 'suffered', 'chilling', 'withering', 'blighting', 'influence', 'proud', 'glad', 'partner', 'god', 'carrying', 'wonder', 'niagara', 'yosemite', 'mount', 'vesuvius', 'asked', 'help', 'place', 'soul', 'asks', 'help', 'save', 'shall', 'live', 'exalted', 'character', 'work', 'need', 'laborer', 'great_harvest_field', 'need', 'pray', 'god', 'raise']
root - INFO - extracting file #64500: 2017-04-Final-Corpus/RH18830807-V60-32-page14.txt
root - INFO - extracting file #65000: 2017-04-Final-Corpus/RH18840805-V61-32-page6.txt
root - INFO - ['review_and_herald', 'resolved', 'vigilant', 'missionary', 'society', 'kept', 'new_ones', 'organized', 'needed', 'continue', 'use', 'sign', 'time', 'manner', 'effectual', 'good', 'past', 'effort', 'obtain', 'trial', 'subscriber', 'continned', 'unabated', 'zeal', 'resolution', 'voted', 'separately', 'adopted', 'spoken', 'eld', 'haskell', 'farnsworth', 'enoch', 'olsen', 'hoyt', 'annual_report', 'secretary', 'read', 'follows', 'member', 'report', 'returned', 'vol', 'hope', 'soon', 'able', 'come', 'time', 'think', 'keeping', 'sabbath', 'old', 'baptist', 'minister', 'dleeynpteirested', 'earnestly', 'studying', 'sabbath', 'question', 'favorable', 'prospect', 'interested', 'good', 'hope', 'soon', 'rejoicing', 'present_truth', 'time', 'devoted', 'distributing', 'club', 'periodical', 'international', 'society', 'kindly', 'furnished', 'eager', 'reader', 'began', 'putting', 'copy', 'boat', 'asked', 'leave', 'copy', 'boat', 'lady', 'cabin', 'gentleman', 'writing', 'apartment', 'class', 'hotel', 'refused', 'allow', 'port', 'folio', 'lady', 'parlor', 'painted', 'hotel', 'cover', 'glad', 'parlor', 'began', 'paper', 'loose', 'place', 'binder', 'soon', 'disappeared', 'soon', 'waste', 'paper', 'invented', 'simple', 'cheap', 'binder', 'paper', 'lost', 'content', 'binder', 'believe', 'taken', 'party', 'interested', 'article', 'contained', 'stamp', 'paper', 'paper', 'away', 'copy', 'free', 'ask', 'binder', 'retailed', 'cent', 'hope', 'supply', 'long', 'felt', 'want', 'mission', 'people', 'individually', 'black', 'board', 'brass', 'fastener', 'paper', 'printed', 'bronze', 'presenting', 'neat', 'attractive', 'appearance', 'donate', 'profit', 'sale', 'louis', 'mission', 'seldom', 'paper', 'idle', 'place', 'looking', 'book', 'hope', 'soon', 'tract', 'distributer', 'place', 'work', 'distributing', 'paper', 'fixing', 'room', 'kept', 'little', 'colporter', 'work', 'bible', 'reading', 'lightly', 'attended', 'far', 'evening', 'short', 'hot', 'like', 'number', 'lighted', 'room', 'number', 'attending', 'increasing', 'steadily', 'case', 'bringing', 'hope', 'soon', 'interested', 'able', 'house', 'reading', 'praying', 'pray', 'god', 'bless', 'labor', 'walk', 'humbly', 'faithfully', 'work', 'allen', 'new', 'york', 'reading', 'room', 'editor', 'review_and_herald', 'permit', 'trespass', 'column', 'moment', 'like', 'tell', 'reader', 'pleasant', 'evening', 'spent', 'reading', 'room', 'international', 'tract', 'society', 'evening', 'recently', 'broadway', 'principal', 'mercantile', 'street', 'know', 'corner', 'street', 'noticed', 'casual', 'observer', 'neat', 'extending', 'lamp', 'bearing', 'word', 'free', 'reading', 'room', 'hanging', 'post', 'near', 'hand', 'correspondent', 'passing', 'evening', 'observing', 'thing', 'stepped', 'place', 'look', 'round', 'entering', 'cordially', 'received', 'young_man', 'attendance', 'invited', 'paper', 'home', 'reading', 'room', 'fifty', 'selected', 'paper', 'consisting', 'city', 'daily', 'dozen', 'secular', 'journal', 'rest', 'cream', 'religious', 'press', 'world', 'domestic', 'paper', 'dozen', 'foreign', 'periodical', 'vernacular', 'language', 'shelf', 'room', 'book', 'repose', 'taking', 'saw', 'glance', 'range', 'literature', 'noticed', 'production', 'editor', 'review_and_herald', 'snuggery', 'perfect', 'order', 'homelike', 'neatness', 'informality', 'place', 'novel', 'captivating', 'adjoining', 'reading', 'room', 'chapel', 'spacious', 'apartment', 'neatly', 'furnished', 'accommodation', 'score', 'person', 'room', 'tart', 'itio', 'tid', 'blessed', 'sow', 'wators', 'isa', 'worker', 'prayer', 'lord', 'speak', 'speak', 'living', 'echo', 'thy', 'tone', 'thou_hast', 'sought', 'let', 'seek', 'thy', 'erring', 'child', 'lost', 'lone', 'lead', 'lord', 'lead', 'wandering', 'wavering', 'foot', 'feed', 'lord', 'feed', 'thy', 'hungering', 'manna', 'sweet', 'teach', 'lord', 'teach', 'precious', 'thing', 'thou', 'dost', 'impart', 'wing', 'word', 'reach', 'hidden', 'depth', 'heart', 'thine', 'sweet', 'rest', 'speak', 'soothing', 'power', 'word', 'season', 'thee', 'weary', 'needful', 'hour', 'thy', 'fullness', 'lord', 'heart', 'erflow', 'kindling', 'thought', 'glowing', 'word', 'thy', 'love', 'tell', 'thy', 'praise', 'use', 'lord', 'use', 'thou_wilt', 'thy', 'blessed', 'face', 'thy', 'rest', 'thy', 'joy', 'thy', 'glory', 'share', 'word', 'work', 'annual_report', 'kansa', 'tract', 'society', 'tenth', 'annual_session', 'kansa', 'tract', 'societtyy', 'held', 'connection', 'annual', 'camp', 'meeting', 'bismark', 'grove', 'kan', 'meeting', 'called', 'order', 'president', 'secretary', 'absent', 'gibbs', 'chosen', 'vacancy', 'vote', 'reading', 'minute', 'annual_session', 'waived', 'motion', 'usual', 'committee', 'appointed', 'chair', 'follows', 'nomination', 'john', 'heligass', 'neal', 'bagby', 'auditing', 'joseph', 'lamont', 'james', 'morrow', 'lesan', 'resolution', 'van', 'horn', 'farnsworth', 'mcreynolds', 'adjourned', 'chair', 'second', 'meeting', 'opened', 'reading', 'minute', 'previous_meeting', 'committee', 'nomination', 'presented', 'following', 'officer', 'society', 'ensuing', 'year', 'president', 'gibbs', 'vice_president', 'oscar', 'hill', 'secretary', 'treasurer', 'clara', 'wood', 'gibbs', 'director', 'dist', 'everington', 'dist', 'charles', 'flaiz', 'dist', 'wakeman', 'dist', 'dail', 'dist', 'john', 'gibbs', 'dist', 'mack', 'dist', 'referred', 'president', 'select', 'dist', 'geo', 'symms', 'dist', 'baghy', 'dist', 'mcreynolds', 'voted', 'separately', 'considered', 'spoken', 'eld', 'farnsworth', 'olsen', 'member', 'added', 'haskell', 'gibbs', 'baaloy', 'remark', 'intending', 'time', 'report', 'pressed', 'time', 'greatly', 'embarrassed', 'lack', 'help', 'mean', 'wife', 'able', 'attending', 'keeping', 'room', 'order', 'household', 'duty', 'work', 'mission_work', 'proper', 'helped', 'considerably', 'office', 'work', 'entertaining', 'caller', 'absence', 'nearly', 'day', 'work', 'seventeen', 'eighteen', 'hour', 'mil', 'work', 'previous', 'voting', 'director', 'voted', 'phillip', 'kent', 'act', 'director', 'dist', 'instead', 'dail', 'candidate', 'unanimously', 'elected', 'eld', 'farnsworth', 'presented', 'following', 'resolution', 'general_interest', 'missionary_work', 'local', 'society', 'far', 'ought', 'best', 'way', 'enlist', 'old', 'young', 'mean', 'resolved', 'including', 'child', 'invited', 'help', 'forward', 'work', 'giving', 'free', 'offering', 'form', 'donation', 'pledge', 'paid', 'monthly', 'causing', 'constant', 'stream', 'flow', 'treasury', 'sign', 'time', 'established', 'direct', 'providence', 'god', 'pioneer', 'paper', 'disseminate', 'light', 'truth', 'world', 'resolved', 'recommend', 'minister', 'precede', 'tent_efforts', 'large', 'meeting', 'colporter', 'work', 'thorough', 'canvas', 'sign', 'time', 'slowly', 'look', 'help', 'soon', 'dismissed', 'missionary', 'visit', 'new_subscriptions', 'obtained', 'review', 'sign', 'good', 'health', 'page', 'periodical', 'distributed', 'annual', 'distributed', 'financial', 'report', 'letter', 'written', 'sign', 'taken', 'club', 'week', 'sign', 'subscription', 'obtained', 'sabbath', 'sentinel', 'periodical', 'page', 'tract', 'pamphlet', 'distributed', 'instructor', 'cash', 'hand', 'beginning', 'year', 'received', 'year', 'total', 'paid', 'book', 'cash', 'hand', 'balance', 'total', 'asset', 'book', 'cash', 'hand', 'total', 'liability', 'balance', 'favor', 'society', 'motion', 'report', 'accepted', 'auditing', 'committee', 'reported', 'far', 'able', 'examine', 'treasurer', 'book', 'correct', 'remark', 'eld', 'haskell', 'sen', 'farnsworth', 'concerning', 'propriety', 'electing', 'financial', 'committee', 'properly', 'dishorse', 'mean', 'raised', 'carry', 'forward', 'demand', 'cause', 'voted', 'financial', 'committee', 'shall', 'consist', 'following', 'person', 'cook', 'gibbs', 'oscar', 'hill', 'john', 'heligass', 'rockey', 'voted', 'raise', 'mission', 'fund', 'voted', 'society', 'send', 'editor', 'kansa', 'sabbath', 'sentinel', 'year', 'letter', 'accompanying', 'sentinel', 'sent', 'adjourned', 'sinedie', 'clara', 'wood', 'gibbs', 'sec', 'coox', 'pres', 'louis', 'mission', 'pleasant', 'inviting', 'place', 'center', 'resident', 'portion', 'city', 'easily', 'accessible', 'known', 'oldest', 'best', 'neighborhood', 'occupy', 'floor', 'room', 'use', 'room', 'second', 'story', 'store', 'room', 'rent', 'rest', 'house', 'room', 'present', 'soon', 'help', 'shall', 'occupy', 'room', 'large', 'hall', 'way', 'open', 'large', 'light', 'cool', 'double', 'parlor', 'folding', 'door', 'parlor', 'use', 'reading', 'room', 'lecture', 'room', 'bible', 'reading', 'friday', 'sunday', 'sabbath', 'sunday', 'sunday', 'sunday', 'school', 'church', 'sabbathkeepers', 'city', 'prevented', 'attending', 'meeting']
root - INFO - extracting file #65500: 2017-04-Final-Corpus/RH18850818-V62-33-page16.txt
root - INFO - extracting file #66000: 2017-04-Final-Corpus/RH18860824-V63-34-page3.txt
root - INFO - ['aug', 'the_review_and_herald', 'believe', 'god', 'let', 'shall', 'soon', 'great_things', 'precious', 'easton', 'minn', 'finding', 'christ', 'milliard', 'saviour', 'men', 'willing', 'desirous', 'sought', 'seek', 'fully', 'demonstrated', 'way', 'manifested', 'disciple', 'earth', 'morning', 'day', 'crucifixion', 'disciple', 'visited', 'sepulcher', 'woman', 'visited', 'tomb', 'pay', 'tribute', 'love', 'beloved', 'master', 'anointing', 'body', 'approaching', 'tomb', 'einpty', 'disciple', 'returned', 'home', 'mary', 'visit', 'grave', 'lord', 'reluctant', 'leave', 'place', 'stood', 'wept', 'wept', 'stooped', 'looked', 'sepulcher', 'heaven', 'witnessed', 'grief', 'heavenly', 'messenger', 'sent', 'inquire', 'woman', 'weepest', 'thou', 'informing', 'search', 'lord', 'turned', 'away', 'accosted', 'question', 'woman', 'weepest', 'thou', 'seekest', 'thou', 'looked', 'blinding', 'mist', 'tear', 'supposed', 'individual', 'addressed', 'gardener', 'replied', 'sir', 'thou', 'borne', 'tell', 'thou_hast', 'laid', 'away', 'little', 'think', 'addressing', 'search', 'jesus', 'knew', 'aching', 'longing', 'heart', 'knew', 'seeking', 'consolation', 'known', 'spoke', 'familiar', 'gentle', 'tone', 'voice', 'mary', 'immediately', 'recognized', 'lord', 'joy', 'hastened', 'tell', 'disciple', 'lord', 'risen', 'dead', 'christ', 'created', 'desire', 'tell', 'sorrowina', 'disciple', 'wending', 'way', 'city', 'eminaus', 'disappointed', 'hope', 'jesus', 'purpose', 'reviving', 'spirit', 'encouraging', 'despondent', 'heart', 'drew', 'near', 'near', 'hour', 'greatest', 'need', 'walked', 'talked', 'disguise', 'journey', 'finished', 'partake', 'evening', 'meal', 'known', 'soon', 'risen', 'christ', 'retraced', 'step', 'jerusalem', 'relate', 'disciple', 'story', 'knew', 'companion', 'equally', 'anxious', 'reached', 'place', 'disciple', 'assembled', 'telling', 'story', 'great', 'surprise', 'jesus', 'seen', 'standing', 'midst', 'said', 'peace', 'unto', 'encouraging', 'instance', 'sayiour', 'willingness', 'searching', 'easily', 'day', 'earth', 'men', 'like', 'disciple', 'place', 'manner', 'expect', 'awake', 'close', 'ready', 'impart', 'spirit', 'comfort', 'cheer', 'heart', 'blessed', 'jesus', 'love', 'seeking', 'earnestly', 'stood', 'near', 'watching', 'falling', 'tear', 'listening', 'word', 'prayer', 'grace', 'assist', 'overcoming', 'tempter', 'know', 'feeble', 'effort', 'conquer', 'adversary', 'soul', 'prove', 'fruitless', 'satan', 'entirely', 'overcome', 'stand', 'ready', 'bidding', 'drive', 'test', 'perseverance', 'spirit', 'earnestness', 'case', 'syrophenician', 'woman', 'withholds', 'help', 'thoroughly', 'earnest', 'desire', 'company', 'assistance', 'want', 'whole_heart', 'single', 'reserve', 'expect', 'shall', 'seek', 'shall', 'search', 'heart', 'day', 'coxing', 'tie', 'king', 'priest', 'time', 'anointing', 'remarkable', 'change', 'life', 'work', 'christ', 'baptism', 'began', 'public', 'ministry', 'work', 'enemy', 'witnessed', 'taught', 'performed', 'work', 'authority', 'testified', 'stirreth', 'people', 'teaching', 'jewry', 'beginning', 'galilee', 'place', 'galilee', 'place', 'baptism', 'peter', 'said', 'lord', 'jesus', 'went', 'amonhgetm', 'beginning', 'baptism', 'john', 'paul', 'minn', 'vigilant', 'foe', 'contend', 'randolph', 'messiah', 'signifies', 'anointed', 'toria', 'book', 'lived', 'reigned', 'chelsb', 'thousand', 'year', 'bev', 'shine', 'light', 'sky', 'night', 'past', 'day', 'breaking', 'morning', 'sun', 'rise', 'high', 'life', 'sleep', 'soon', 'waking', 'shall', 'wrong', 'beat', 'right', 'past', 'error', 'day', 'forever', 'world', 'shall', 'shine', 'light', 'ray', 'place', 'darkness', 'tie', 'coming', 'tie', 'coming', 'coming', 'soon', 'tomb', 'shall', 'sound', 'voice', 'living', 'thunder', 'god', 'lightning', 'gloom', 'bid', 'wrong', 'error', 'stand', 'inland', 'shore', 'ocean', 'main', 'shadow', 'flee', 'hill', 'grow', 'lighter', 'step', 'plain', 'world', 'shine', 'fairer', 'brighter', 'tie', 'coming', 'tin', 'coming', 'thy', 'haunt', 'dark_ages', 'check', 'day', 'coming', 'bright', 'shining', 'track', 'year', 'roll', 'century', 'blooming', 'time', 'come', 'hand', 'hand', 'man', 'brother', 'united', 'heart', 'shall', 'stand', 'truth', 'peace', 'embrace', 'baptism', 'john', 'ended', 'christ', 'baptized', 'people', 'baptized', 'saviour', 'ministry', 'testimony', 'change', 'life', 'christ', 'great', 'occurs', 'king', 'priest', 'anointing', 'anointing', 'prince', 'open', 'visible', 'act', 'performed', 'earth', 'men', 'item', 'history', 'going', 'forth', 'commandment', 'restore', 'build', 'jerusalem', 'marked', 'beginning', 'prophetic_period', 'open', 'visible', 'item', 'history', 'messiah', 'prince', 'coming', 'mark', 'end', 'prophetic_period', 'ought', 'equally', 'open', 'visible', 'item', 'history', 'prophecy', 'written', 'benefit', 'god', 'people', 'gospel', 'age', 'fulfillment', 'prophecy', 'witnessed', 'men', 'recorded', 'reliable', 'historian', 'benefit', 'end', 'prophetic', 'time', 'known', 'ordinance', 'baptism', 'saviour', 'manifest', 'israel', 'lord', 'appointed', 'object', 'john', 'baptizing', 'water', 'christ', 'manifest', 'israel', 'lord', 'told', 'sign', 'known', 'holy', 'spirit', 'descending', 'form', 'dove', 'remaining', 'known', 'anointed', 'ordinance', 'descent', 'holy', 'spirit', 'open', 'visible', 'witnessed', 'men', 'event', 'fact', 'history', 'afterward', 'christ', 'preaching', 'said', 'time', 'fulfilled', 'referring', 'prophetic', 'time', 'dan', 'baptismal', 'scene', 'witnessed', 'pubfished', 'judea', 'beginning', 'galilee', 'baptism', 'john', 'preached', 'act', 'published', 'god', 'anointed', 'jesus', 'nazareth', 'holy', 'ghost', 'proclaimed', 'scene', 'witnessed', 'baptism', 'jesus', 'messiah', 'prince', 'ended', 'prophetic', 'time', 'daniel', 'frankfort', 'prevail', 'heaven', 'know', 'proper_place', 'pleased', 'order', 'prepared', 'enjoy', 'state', 'thing', 'heaven', 'acquire', 'relish', 'especially', 'observe', 'order', 'secret', 'devotion', 'mean', 'dead', 'tedi', 'ous', 'round', 'ceremony', 'stated', 'season', 'prayer', 'closet', 'draw', 'spiritual', 'consolation', 'heavenly', 'food', 'great', 'source', 'good', 'observe', 'hour', 'regularly', 'daily', 'meal', 'preserve', 'healthy', 'state', 'mind', 'physical_strength', 'let', 'proper_time', 'prayer', 'pas', 'unimproved', 'duty', 'having', 'own_time', 'place', 'cause', 'neglect', 'altogether', 'perform', 'hurriedly', 'derive', 'little', 'benefit', 'best', 'obtain', 'food', 'heavenly', 'store', 'house', 'partaking', 'earthly', 'bounty', 'time', 'mind', 'clear', 'susceptible', 'especially', 'temperate', 'eating', 'little', 'effort', 'rise', 'early', 'morning', 'secure', 'moment', 'uninterrupted', 'communion', 'god', 'fitful', 'irregular', 'devotion', 'pray', 'feel', 'like', 'fitful', 'spasmodic', 'experience', 'coming', 'tie', 'coming', 'coming', 'soon', 'radiant', 'band', 'hear', 'sweet', 'song', 'evangel', 'long', 'watched', 'glory', 'land', 'bear', 'home', 'herald', 'angel', 'bright', 'hope', 'sure', 'joy', 'strong', 'faith', 'bear', 'onward', 'pure', 'love', 'alloy', 'lead', 'erring', 'footstep', 'homeward', 'coming', 'coming', 'far', 'sky', 'bright', 'throne', 'sits', 'splendor', 'strong', 'right', 'hand', 'upraised', 'high', 'shield', 'love', 'tender', 'light', 'shining', 'hill', 'foot', 'bright', 'mountain', 'soul', 'coming', 'thrill', 'lip', 'shall', 'drink', 'living', 'fountain', 'coming', 'coming', 'messiah', 'prince', 'dan', 'geo', 'bliss', 'king', 'priest', 'anointed', 'authoritatively', 'execute', 'official', 'duty', 'born', 'office', 'proper', 'age', 'performed', 'ceremonial', 'anointing', 'prophet', 'taught', 'saviour', 'come', 'earth', 'called', 'prince', 'isaiah', 'said', 'called', 'prince', 'peace', 'daniel', 'called', 'prince', 'prince', 'revelation', 'saviour', 'called', 'prince', 'king', 'earth', 'mean', 'prince', 'prince', 'learn', 'prophet', 'called', 'anointed', 'david', 'said', 'king', 'earth', 'set', 'ruler', 'counsel', 'lord', 'anointed', 'passage', 'quoted', 'act', 'instead', 'anointed', 'christ', 'conclude', 'christ', 'mean', 'anointed', 'isaiah', 'said', 'spirit', 'lord', 'god', 'nie', 'lord_hath', 'anointed', 'preach', 'good_tidings', 'meek', 'prophet', 'spoke', 'sayfour', 'declared', 'beginning', 'public', 'ministry', 'saying', 'day', 'scripture', 'fulfilled', 'ear', 'lord', 'anointed', 'preach', 'gospel', 'proclaim', 'liberty', 'captive', 'prince', 'proclaim', 'liberty', 'captive', 'lord', 'time', 'anointed', 'prince', 'expected', 'saviour', 'israel', 'designated', 'anointed', 'anointed', 'revealed', 'simeon', 'holy', 'spirit', 'die', 'seen', 'lord', 'christ', 'mean', 'lord', 'anointed', 'herod', 'demanded', 'chief_priests', 'scribe', 'christ', 'born', 'andrew', 'said', 'brother', 'simon', 'messias', 'interpreted', 'christ', 'samaritan', 'woman', 'said', 'know', 'messias', 'cometh', 'called', 'christ', 'decided', 'change', 'life', 'order', 'lawyon', 'thinking', 'order', 'harmony']
root - INFO - extracting file #66500: 2017-04-Final-Corpus/RH18870913-V64-37-page12.txt
root - INFO - extracting file #67000: 2017-04-Final-Corpus/RH18880925-V65-39-page15.txt
root - INFO - ['serr', 'advent', 'review', 'sabbath', 'herald', 'past', 'present', 'future', 'scripture', 'tractstte', 'holland', 'language', 'present', 'truth', 'character', 'day', 'certain', 'truth', 'especially', 'prom', 'nent', 'rtriltiv', 'liedicai', 'surgical', 'sanitarium', 'largest', 'sanitarium', 'world', 'institution', 'building', 'shown', 'ittand', 'rival', 'perfection', 'completeness', 'peintments', 'following', 'special', 'method', 'eat', 'ployet', 'turkish', 'russian', 'roman', 'thermoelectric', 'elecfro', 'vapor', 'electro', 'hydric', 'electro', 'chomical', 'hot', 'air', 'vapor', 'form', 'water', 'bath', 'electricity', 'form', 'swedish', 'movement', 'manual', 'mechanical', 'massage', 'pneumatic', 'treatment', 'vacuum', 'treatment', 'sun', 'bath', 'remedial', 'agent', 'known', 'curative', 'value', 'employed', 'good', 'water', 'good', 'ventilation', 'steam', 'healing', 'erfeet', 'sewerage', 'circular', 'particular', 'address', 'sanitarium', 'battle', 'creek', 'mich', 'examined', 'pity', 'wad', 'copy', 'tritet', 'greek', 'sei', 'twill', 'inter', 'pat', 'intim', 'help', 'document', 'place', 'llie', 'taiiils', 'orally', 'nito', 'suppose', 'creel', 'ilt', 'sustains', 'flrat', 'dity', 'sabbath', 'tract', 'girt', 'criticism', 'doctor', 'barnes', 'clarke', 'bloomfield', 'tied', 'commentator', 'oil', 'teat', 'itulsupren', 'itsthedrllnllions', 'lexicographer', 'greenfield', 'pickering', 'bain', 'ter', 'scott', 'cesenius', 'young', 'robinson', 'regard', 'meaning', 'greek_word', 'sabbaton', 'tract', 'brimful', 'critical', 'information', 'close', 'pxcelleat', 'iliblu', 'reading', 'sabbath', 'new', 'testameut', 'tab', 'tin', 'nitre', 'creek', 'falsenem', 'reader', 'ilas', 'creek', 'dust', 'raised', 'pacific', 'health', 'journal', 'temperance', 'advocate', 'page', 'monthly', 'manazttnei', 'voted', 'din', 'gemination', 'true', 'temperance', 'principle', 'instruction', 'art', 'preserving', 'health', 'emphatically', 'journal', 'people', 'containing', 'everybody', 'want', 'know', 'thoroughly', 'won', 'lea', 'railroad', 'nerving', 'meta', 'teem', 'meta', 'connects', 'noc', 'crawl', 'trunk', 'connocht', 'ttoottneete', 'railroad', 'diverging', 'end', 'steamboat', 'line', 'daily', 'truing', 'daily', 'sunday', 'page', 'price', 'cent', 'address', 'review', 'herald', 'arri', 'citegg', 'mien', 'practical', 'journal', 'family', 'need', 'read', 'profit', 'price', 'year', 'address', 'pacific', 'press', 'publisher', 'oakland', 'cal', 'ilougirrs', 'tile', 'itiorelatio', 'eld', 'uitiar', 'smith', 'critical', 'practical', 'exposition', 'book', 'apocalypse', 'verse', 'verse', 'harmonious', 'explanation', 'wonderful', 'book', 'companion', 'volume', 'thought', 'daniel', 'read', 'profit', 'muslin', 'cover', 'sent', 'post', 'paid', 'address', 'review', 'herald', 'battle', 'crack', 'mich', 'pacific', 'press', 'oakland', 'pack', 'literk', 'pate', 'station', 'lti', 'ear', 'ray', 'bap', 'pea', 'odern', 'spiritualism', 'scriptural', 'logical', 'treatise', 'nature', 'tendency', 'modern', 'belief', 'rapidly', 'permeating', 'theological', 'world', 'present', 'day', 'paper', 'cover', 'bohoolcraft', 'address', 'review', 'herald', 'tat', 'seoau', 'piellinild', 'ilatthell', 'pnt', 'valparaiso', 'ang', 'abbatit', 'tract', 'tetges', 'fully', 'answer', 'question', 'hew', 'sunday', 'distil', 'wed', 'bible', 'sabbath', 'extract', 'given', 'catholic', 'writer', 'tee', 'ilitepa', 'signal', 'time', 'given', 'train', 'doe', 'stop', 'tin', 'run', 'control', 'standard', 'ime', 'literal', 'accommodation', 'battle', 'reek', 'passenger', 'chicago', 'pattlea', 'address', 'review', 'iiera', 'battle', 'creek', 'mich', 'ger', 'huron', 'paestinger', 'mail', 'maine', 'daily', 'sunday', 'mile', 'limited', 'day', 'atlantic', 'express', 'daily', 'sunday', 'bassormor', 'sunday', 'reeve', 'spicer', 'ratfle', 'maestro', 'overeat', 'manager', 'edition', 'issued', 'hera', 'refuted', 'battle', 'creek', 'mich', 'bin', 'min', 'chicago', 'diem', 'ations', 'uriah', 'smith', 'tine', 'arv', 'second', 'advent', 'careful_consideration', 'author', 'smith', 'parliamentary', 'rule', 'popular', 'work', 'destiny', 'wicked', 'trotting', 'awful', 'subject', 'future', 'retribution', 'entirely', 'bible', 'standpoint', 'sabbath', 'bible', 'contalna', 'cottrell', 'excellent', 'bible', 'reading', 'new_testament', 'sabbath', 'little', 'tract', 'candid', 'admission', 'learned', 'men', 'reading', 'proving', 'existence', 'law', 'previous', 'sinai', 'wine', 'bible', 'question', 'milo', 'wine', 'die', 'cussed', 'length', 'scientific', 'scriptural', 'standpoint', 'kellogg', 'ald', 'changed', 'sabbath', 'answer', 'question', 'directly', 'tell', 'papal_power', 'millennium', 'convincing', 'argument', 'proving', 'world', 'converted', 'seven', 'reason', 'sunday', 'observance', 'examined', 'shown', 'scripture', 'valid', 'reason', 'law', 'gospel', 'complete', 'harmony', 'gospel', 'doe', 'supersede', 'law', 'law', 'present', 'great_difference', 'ten_commandments', 'anti', 'ceremonial', 'ittw', 'hebrew', 'sanctuary', 'bible', 'proven', 'sanctuary', 'dan', 'heaven', 'earth', 'new', 'popular', 'work', 'subject', 'deepest', 'american', 'citizen', 'brief', 'lint', 'comprehensive', 'view', 'government', 'historical', 'political', 'religious', 'stand', 'point', 'united', 'slate', 'subject', 'prophecy', 'outline', 'history', 'written', 'nearly', 'thousand', 'year', 'ago', 'van', 'attention', 'reader', 'government', 'important', 'location', 'time', 'rise', 'nature', 'constitution', 'wonderful', 'growth', 'subsequent', 'influence', 'future', 'attitude', 'clearly', 'foreseen', 'mid', 'followed', 'prophet', 'god', 'year', 'ago', 'great_nations', 'world', 'subject', 'prophecy', 'sunday', 'question', 'modern', 'spiritualism', 'national', 'reform', 'movement', 'prominent', 'topic', 'ably', 'discussed', 'book', 'tun', 'mauve', 'nation', 'work', 'page', 'contains', 'steel', 'plate', 'author', 'printed', 'clear', 'type', 'elegantly', 'bound', 'thousand', 'copy', 'sold', 'month', 'sabbath', 'man', 'excellent', 'sermon', 'sabbath', 'question', 'price', 'battle', 'greek', 'mich', 'american', 'sentinel', 'page', 'monthly', 'journal', 'evoted', 'delmont', 'american', 'institution', 'pres', 'ervation', 'united', 'state', 'constitution', 'far', 'regard', 'religion', 'religious', 'tent', 'maintenance', 'civil', 'religious', 'night', 'ubeomprottilsingly', 'opposed', 'tending', 'union', 'church', 'state', 'nate', 'fact', 'discus', 'subject', 'deepent', 'amerlean', 'citizen', 'position', 'taken', 'fortified', 'sound', 'argument', 'term', 'fifty', 'cent', 'year', 'postpaid', 'sample', 'copy', 'free', 'send', 'new_subscribers', 'fifty', 'cent', 'send', 'paper', 'year', 'free', 'club', 'copy', 'send', 'tite', 'paper', 'rate', 'thirty', 'cent', 'year', 'send', 'alleltican', 'sentinel', 'year', 'book', 'mentioned', 'post', 'paid', 'price', 'named', 'opposite', 'book', 'tail', 'obtained', 'state', 'nod', 'society', 'practical', 'manual', 'hygiene', 'temperance', 'revised', 'version', 'tit', 'new_testament', 'life', 'christ', 'set', 'geikle', 'united', 'state', 'prophecy', 'coming', 'conflict', 'country', 'sacred', 'chronology', 'peopling', 'earth', 'page', 'cloth', 'atonement', 'light', 'nature', 'revforty', 'testa', 'scripture', 'alcoholic', 'poison', 'pithy', 'temperance', 'tract', 'page', 'curse', 'nation', 'startling', 'figure', 'fact', 'reference', 'liquor_traffic', 'foregoing', 'address', 'review', 'tierald', 'dattl', 'creme', 'elation', 'waggoner', 'country', 'marvel', 'nation', 'past', 'pres', 'nay', 'elfle', 'ent', 'lure', 'tiritth', 'smith', 'tho', 'pacific', 'healta', 'journal', 'page', 'monthly', 'maga', 'eine', 'hygiene', 'temperance', 'year', 'great', 'controversy', 'christ', 'satan', 'pugo', 'illustration', 'popular', 'edition', 'rye', 'address', 'pacific', 'press', 'publisher', 'castro', 'oakland', 'cal', 'teat', 'lisp', 'hews', 'amin', 'range', 'subject', 'unlimited', 'embracing', 'thing', 'way', 'affect', 'health', 'article', 'short', 'pointed', 'specially', 'adapted', 'furniera', 'mechanic', 'housekeeper', 'little', 'leisure', 'reading', 'itisjust', 'porthuronarn', 'portant', 'subject', 'revealed', 'scripture', 'suffering', 'christ', 'explains', 'nature', 'atonement', 'amazing', 'love', 'god', 'man', 'intermediate', 'state', 'taught', 'scripture', 'state', 'dead', 'condition', 'man', 'day', 'pithy', 'fact', 'concern', 'ing', 'sabbath', 'mid', 'drat', 'day', 'man', 'immortal', 'pertinently', 'answered', 'michigan', 'cmcmat', 'taw', 'rrid', 'thloaaa', 'paul', 'michigan', 'central', 'railroad', 'niagara', 'fall', 'route', 'train', 'east', 'station', 'chicago', 'hitchigan', 'city', 'nile', 'kalamazoo', 'battle', 'creek', 'jackson', 'ann', 'arbor', 'detroit', 'train', 'west', 'mall', 'kra', 'rions', 'tot', 'rim', 'vaz', 'aeo', 'ruggles', 'general', 'ticket', 'agent', 'chicago', 'jones', 'ticket', 'agent', 'battle', 'creek', 'aio', 'detroit', 'ann', 'arbor', 'jackson', 'battle', 'creek', 'kalamazoo', 'nile', 'michigan', 'city', 'chicago', 'chicago', 'grand', 'trunk', 'titus', 'table', 'omit', 'june', 'going', 'waist', 'dod', 'erna', 'lnktut', 'airlsiantutidg', 'charlotte', 'rog', 'epee', 'vicksburg', 'aee', 'going', 'east', 'died']
root - INFO - extracting file #67500: 2017-04-Final-Corpus/RH18891008-V66-40-page16.txt
root - INFO - extracting file #68000: 2017-04-Final-Corpus/RH18901028-V67-42-page2.txt
root - INFO - ['advert', 'review', 'ahd', 'sabbath', 'herald', 'vol', 'shall', 'peace', 'safety', 'sudden', 'destruction', 'cometh', 'shall', 'escape', 'hear', 'safety', 'yes', 'world', 'rapidly', 'reaching', 'highland', 'perfection', 'millennium', 'near', 'hand', 'conscience', 'cold', 'formal', 'professor', 'quieted', 'messenger', 'cold', 'day', 'doom', 'draw', 'apace', 'paul', 'evil', 'men', 'seducer', 'shall', 'wax', 'worse', 'worse', 'live', 'godly', 'christ_jesus', 'shall', 'suffer', 'persecution', 'peace', 'certainly', 'people', 'said', 'prophet', 'isaiah', 'giving', 'peace', 'safety', 'second', 'verse', 'isaiah', 'tell', 'day', 'day', 'include', 'day', 'doe', 'god', 'concerning', 'matter', 'war', 'away', 'peace', 'safety', 'proclaim', 'gentile', 'prepare', 'war', 'wake', 'mighty', 'men', 'let', 'men', 'war', 'draw', 'near', 'joel', 'certainly', 'peace', 'message', 'introduce', 'testimony', 'mocker', 'scoffer', 'plentiful', 'day', 'heard', 'saying', 'promise', 'sign', 'coming', 'yes', 'blinded', 'pleasure', 'world', 'fail', 'read', 'numberless', 'sign', 'impending', 'dissolution', 'thing', 'peter', 'day', 'lord', 'come', 'thief', 'night', 'looking', 'tlic', 'heaven', 'shall', 'pas', 'away', 'great', 'noise', 'element', 'shall', 'melt', 'fervent_heat', 'earth', 'work', 'shall', 'burned', 'yes', 'scoffer', 'appeared', 'triumphing', 'short', 'duration', 'thing', 'tell', 'unmistakably', 'end', 'thing', 'hand', 'tare', 'ripening', 'harvest', 'proof', 'proximity', 'end', 'quote', 'daniel', 'statement', 'time', 'end', 'run', 'fro', 'knowledge', 'increased', 'reached', 'time', 'need', 'look', 'convinced', 'wonderful', 'facility', 'life', 'endurable', 'present_time', 'come', 'light', 'life', 'time', 'men', 'living', 'simply', 'astonishing', 'discovered', 'ask', 'god', 'evidently', 'held', 'reserve', 'instrument', 'proclaim', 'solemn_message', 'taught', 'text', 'chariot', 'shall', 'flaming', 'torch', 'day', 'preparation', 'said', 'man', 'god', 'nab', 'preparation', 'chapter', 'tell', 'corresponding', 'nahum', 'description', 'visit', 'railroad', 'train', 'chariot', 'shall', 'rage', 'street', 'shall', 'jostle', 'broad', 'way', 'shall', 'like', 'torch', 'shall', 'run', 'like', 'lightning', 'yes', 'proof', 'daniel', 'said', 'shall', 'run', 'fro', 'wonderful', 'facility', 'cheap', 'transportation', 'prophecy', 'daily', 'fulfillment', 'nineteenth', 'century', 'wonderful', 'era', 'evidence', 'end', 'near', 'disregard', 'clear', 'god', 'end', 'thing', 'hand', 'let', 'heed', 'injunction', 'text', 'sober', 'watch', 'unto', 'prayer', 'feel', 'strong_desire', 'friend', 'pastor', 'entreat', 'heed', 'sure_word', 'prophecy', 'holy', 'bible', 'man', 'counsel', 'world', 'hope', 'day', 'notwithstanding', 'men', 'contrary', 'may_god', 'help', 'ready', 'thing', 'coming', 'earth', 'amen', 'sincerity', 'like', 'traveling', 'plain', 'beaten', 'road', 'commonly', 'brings', 'man', 'sooner', 'journey', 'end', 'way', 'men', 'lose', 'tillotson', 'int', 'feared', 'lord_spake', 'lord', 'hearkened', 'heard', 'book', 'remembrance', 'written', 'feared', 'lord', 'thought', 'mal', 'false', 'accusation', 'elder', 'cottrell', 'ridgeway', 'christiana', 'statesman', 'oct', 'craft', 'seventh', 'day', 'adventist', 'seventh', 'day', 'baptist', 'spite', 'passion', 'letter', 'scripture', 'insist', 'interpolating', 'saturday', 'fourth', 'commandment', 'read', 'seventh', 'day', 'weeki', 'seventh', 'day', 'work', 'seventh', 'day', 'christian', 'sabbath', 'claim', 'change', 'decalogue', 'change', 'day', 'specific', 'law', 'god', 'quoted', 'observance', 'saturday', 'specific', 'law', 'needed', 'displacement', 'lord', 'day', 'sabbath', 'hold', 'firmly', 'fourth', 'commandment', 'saturday', 'remarkable', 'paragraph', 'false', 'assertion', 'seventh', 'day', 'adventist', 'seventh', 'day', 'baptist', 'insist', 'interpolating', 'saturday', 'fourth', 'commandment', 'want', 'day', 'saturn', 'pagan', 'deity', 'fourth', 'commandment', 'satisfied', 'title', 'god', 'gave', 'day', 'week', 'second', 'fourth', 'fifth', 'sixth', 'seventh', 'title', 'gave', 'called', 'seventh', 'seven', 'sabbath', 'lord', 'day', 'holy', 'day', 'like', 'theoix', 'working', 'day', 'eze', 'sabbath', 'lord', 'rest_day', 'rested', 'day', 'sabbath', 'rest_day', 'shall', 'rest', 'rest', 'particular_day', 'seven', 'admit', 'day', 'sabbath', 'day', 'rest_day', 'lord', 'god', 'read', 'seventh', 'day', 'week', 'seventh', 'day', 'work', 'doe', 'fact', 'seventh', 'day', 'work', 'fact', 'seventh', 'day', 'week', 'new_testament', 'fully', 'sustains', 'proposition', 'read', 'woman', 'came', 'galilee', 'followed', 'beheld', 'sepulchei', 'body', 'laid', 'returned', 'prepared', 'spice', 'ointment', 'rested', 'sabbath', 'day', 'according', 'commandment', 'day', 'week', 'early', 'morning', 'came', 'unto', 'sepulcher', 'bringing', 'spice', 'prepared', 'luke', 'testimony', 'prof', 'sabbath', 'day', 'according', 'commandment', 'immediately', 'followed', 'day', 'week', 'sabbath', 'day', 'according', 'commandment', 'seventh', 'day', 'week', 'day', 'sabbath', 'preceded', 'day', 'rest', 'instead', 'work', 'day', 'christian', 'sabbath', 'followed', 'seven', 'day', 'labor', 'sabbath', 'according', 'commandment', 'claim', 'change', 'decalogue', 'change', 'day', 'sentence', 'contradicts', 'change', 'day', 'named', 'decalogue', 'change', 'decalogue', 'advocate', 'error', 'inevitably', 'contradict', 'discern', 'lie', 'right_hand', 'lord', 'seventh', 'day', 'sabbath', 'doe', 'mean', 'day', 'seven', 'sabbath', 'choice', 'sabbath', 'according', 'commandment', 'seventh', 'seven', 'proved', 'new_testament', 'place', 'claim', 'change', 'day', 'began', 'listen', 'argument', 'specific', 'law', 'god', 'quoted', 'observance', 'saturday', 'specific', 'law', 'needed', 'displacement', 'profound', 'argument', 'sufficient', 'reply', 'svecific', 'law', 'god', 'quoted', 'observance', 'sunday', 'specific', 'law', 'needed', 'prove', 'sabbath', 'listen', 'lord', 'day', 'sabbath', 'hold', 'firmly', 'fourth', 'commandment', 'saturday', 'true', 'lord', 'day', 'sabbath', 'bible', 'original', 'weekly', 'sabbath', 'bible', 'day', 'creator', 'rested', 'seventh', 'day', 'week', 'new_testament', 'week', 'difference', 'elder', 'henderson', 'cedar', 'rapid', 'iowa', 'religious', 'press', 'national', 'reform', 'advocate', 'unanimous', 'denouncing', 'sunday', 'newspaper', 'sunday', 'advertising', 'little', 'amusing', 'bid', 'paper', 'worldly', 'patronage', 'national', 'presbyterian', 'august', 'article', 'appears', 'giving', 'reason', 'pay', 'advertise', 'religious', 'paper', 'demand', 'higher', 'rate', 'advertising', 'space', 'secular', 'paper', 'question', 'naturally', 'arises', 'afford', 'answer', 'emphatically', 'yes', 'reason', 'assigned', 'paper', 'circulation', 'best', 'home', 'people', 'money', 'spend', 'receive', 'special', 'undivided', 'attention', 'sunday', 'leisure', 'day', 'week', 'time', 'attractive', 'advertisement', 'carefully', 'noted', 'essentially', 'home', 'paper', 'read', 'carefully', 'woman', 'woman', 'greatest', 'reader', 'advertisement', 'column', 'appears', 'certain', 'resolution', 'sabbath', 'observance', 'passed', 'general_assembly', 'presbyterian', 'church', 'south', 'seventh', 'read', 'follows', 'sabbath', 'sunday', 'newspaper', 'general_assembly', 'occupy', 'uncertain', 'position', 'day', 'given', 'god', 'sacred', 'sabbath', 'sunday', 'newspaper', 'immense', 'influence', 'evil', 'evil', 'flood', 'land', 'pernicious', 'literature', 'send', 'forth', 'sabbath', 'sabbath', 'reading', 'assembly', 'protest', 'member', 'christ', 'church', 'way', 'extent', 'giving', 'countenance', 'support', 'paper', 'contrasting', 'statement', 'led', 'inquire', 'difference', 'page', 'advertisement', 'printed', 'sunday', 'handed', 'secular', 'world', 'read', 'printed', 'day', 'week', 'cloak', 'religious', 'sanctity', 'advertiser', 'afford', 'pay', 'extra', 'paper', 'enter', 'best', 'home', 'perused', 'religious', 'men', 'world', 'able', 'undivided', 'attention', 'sunday', 'good', 'woman', 'land', 'read', 'advertisement', 'course', 'supposed', 'opportunity', 'read', 'sunday', 'day', 'leisure', 'day', 'week', 'time', 'attractive', 'advertisement', 'carefully', 'studied', 'column', 'advertisement', 'paper', 'attractive', 'railroad', 'excursion', 'usual', 'number', 'cure', 'patent', 'nostrum', 'professional', 'card', 'long_list', 'general', 'business', 'matter', 'perfectly', 'justifiable', 'read', 'undivided', 'attention', 'sunday', 'religious', 'newspaper', 'appear', 'paper', 'printed', 'sunday', 'read', 'member', 'christ', 'church', 'holy', 'hand', 'held', 'horror', 'grievous', 'sin', 'committed']
root - INFO - extracting file #68500: 2017-04-Final-Corpus/RH18911124-V68-46-page12.txt
root - INFO - extracting file #69000: 2017-04-Final-Corpus/RH18921213-V69-49-page13.txt
root - INFO - ['dec', 'advent', 'review', 'sabbath', 'herald', 'rzigres', 'georgia', 'lasvil', 'sunday', 'nov', 'began', 'meeting', 'commodious', 'school', 'house', 'mile', 'place', 'excellent', 'community', 'attendance', 'good', 'hearer', 'good', 'solid', 'class', 'people', 'revery', 'kind', 'hospitable', 'invitation', 'visit', 'beimg', 'pressed', 'faster', 'presented', 'trite', 'fully', 'sign', 'time', 'nearness', 'end', 'spoken', 'sabbath', 'question', 'continue', 'increase', 'prospect', 'success', 'promising', 'pray', 'god', 'soul', 'blessed', 'truth', 'end', 'labor', 'desire', 'prayer', 'god', 'people', 'mccutchen', 'dec', 'plea', 'sentinel', 'review', 'brother', 'sister', 'generally', 'read', 'american', 'sentinel', 'ought', 'read', 'periodical', 'book', 'published', 'people', 'effectively', 'heralding', 'angel', 'message', 'present', 'stage', 'development', 'paper', 'plead', 'poor', 'subscribe', 'sentinel', 'emmy', 'course', 'adventist', 'family', 'thrive', 'spiritually', 'view', 'subscribed', 'borrowed', 'sentinel', 'needed', 'time', 'surely', 'man', 'town', 'owned', 'large', 'kept', 'night', 'watchman', 'long', 'time', 'guard', 'finally', 'said', 'couldn', 'afford', 'expense', 'dismissed', 'watchman', 'result', 'day', 'burned', 'liberty', 'brother', 'fast', 'taken', 'away', 'soon', 'money', 'bev', 'afford', 'nightwatch', 'american', 'sentinel', 'iso', 'lint', 'interested', 'question', 'law', 'treated', 'largely', 'sentinel', 'mind', 'brother', 'soon', 'interested', 'law', 'property', 'taken', 'fine', 'shut', 'prison', 'work', 'chain', 'gang', 'felon', 'street', 'better', 'forewarned', 'prepared', 'plan', 'devised', 'isolated', 'indifferent', 'family', 'people', 'interested', 'sentinel', 'person', 'piety', 'good', 'address', 'good', 'reader', 'interested', 'subject', 'treated', 'paper', 'appointed', 'church', 'visit', 'family', 'gathering', 'family', 'read', 'sentinel', 'reader', 'help', 'holy', 'spirit', 'awaken', 'soon', 'die', 'reason', 'believe', 'people', 'read', 'sentinel', 'read', 'partially', 'little', 'know', 'interesting', 'matter', 'contains', 'scarcely', 'hope', 'reach', 'plea', 'paper', 'article', 'printed', 'review', 'plea', 'poverty', 'poor', 'excuse', 'having', 'read', 'person', 'pleading', 'wanted', 'want', 'known', 'financially', 'fortunate', 'brother', 'gladly', 'supply', 'second', 'hand', 'seventh', 'day', 'adventist', 'pas', 'event', 'saved', 'deeply', 'interested', 'paper', 'attribute', 'indifference', 'lack', 'subject', 'treat', 'lack', 'result', 'lack', 'knowledge', 'god', 'regard', 'sufficiently', 'sinful', 'merit', 'destruction', 'north', 'pacific', 'conference', 'notice', 'conference_committee', 'appointed', 'starbuck', 'treasurer', 'conference', 'succeed', 'dickinson', 'deceased', 'tithe', 'sent', 'east', 'everett', 'street', 'station', 'portland', 'oregon', 'guarani', 'pre', 'ohio', 'dist', 'district', 'meeting', 'held', 'god', 'willing', 'belleville', 'dec', 'jan', 'let', 'good', 'representation', 'church', 'district', 'matter', 'great_importance', 'presented', 'fail', 'goeth', 'forth', 'weepeth', 'snug', 'precious', 'seed', 'sha', 'metless', 'come', 'rejoicing', 'bringing', 'sheaf', 'hill', 'beautiful_city', 'god', 'susan', 'lni', 'osii', 'chaffee', 'ventwa', 'dffe', 'sweet', 'story', 'revealed', 'word', 'city', 'eye', 'bath', 'seen', 'wonderful', 'tree', 'health', 'givingleaves', 'river', 'rolleth', 'sighed', 'evergreen', 'shore', 'rose', 'sharon', 'non', 'fading', 'flower', 'drink', 'life', 'water', 'rest', 'bower', 'beautiful_city', 'god', 'glad_tidings', 'glad_tidings', 'day', 'star', 'bright', 'watchman', 'discerned', 'hour', 'brings', 'nearer', 'chariot', 'cloud', 'mansion', 'yearned', 'cometh', 'commis', 'repeat', 'glad', 'tale', 'rill', 'echo', 'hilltop', 'mountain', 'vale', 'sweeping', 'land', 'like', 'breath', 'gale', 'cometh', 'cometh', 'reign', 'work', 'wait', 'master', 'command', 'raiment', 'food', 'fear', 'search', 'way', 'hedge', 'sheep', 'strayed', 'fold', 'shepherd', 'dear', 'work', 'shepherd', 'quickly', 'search', 'far', 'near', 'bring', 'gathered', 'shine', 'sun', 'beautiful_city', 'god', 'saviour', 'fall', 'soft', 'ear', 'longer', 'tempted', 'tried', 'forget', 'toil', 'pilgrimage', 'jesus', 'abide', 'joy', 'thought', 'rapture', 'brings', 'shall', 'join', 'heaven', 'choir', 'angel', 'sing', 'shouting', 'praise', 'jesus', 'conquering', 'king', 'beautiful_city', 'god', 'south', 'dakota', 'fuvron', 'state', 'general_meetings', 'holdingaseries', 'meeting', 'schoolhouse', 'near', 'fulton', 'spirit', 'god', 'present', 'accepted', 'light', 'walking', 'number', 'young', 'methodist', 'episcopal', 'minister', 'think', 'enter', 'union', 'college', 'interested', 'trust', 'fruit', 'place', 'lord', 'good', 'greatly', 'praised', 'kauble', 'louisiana', 'coming', 'louisiana', 'april', 'visited', 'church', 'state', 'connection', 'brother', 'dieffenbacher', 'held', 'series', 'tent_meetings', 'result', 'soul', 'taken', 'hold', 'truth', 'praise', 'lord', 'louisiana', 'hungry', 'spiritual_food', 'know', 'lord', 'feed', 'tasted', 'know', 'lord', 'good', 'given', 'power', 'word', 'summer', 'state', 'tired', 'laboring', 'lord', 'courage', 'good', 'ask', 'lord', 'preserve', 'triumph', 'saint', 'shout', 'victory', 'day', 'day', 'dec', 'maine', 'blaine', 'bridgewater', 'report', 'laboring', 'place', 'lord', 'helped', 'given', 'victory', 'cause', 'vicinity', 'sabbath', 'dec', 'baptized', 'united', 'blaine', 'church', 'hope', 'hold', 'obey', 'god', 'truly', 'lord', 'willing', 'bless', 'effort', 'people', 'bringing', 'soul', 'truth', 'command', 'god', 'jesus', 'faith', 'shield', 'day', 'wrath', 'like', 'pulling', 'people', 'heed', 'message', 'obey', 'voice', 'angel', 'day', 'malachi', 'speaks', 'soon', 'come', 'proud', 'yea', 'wiekedly', 'shall', 'stubble', 'day', 'meth', 'shall', 'burn', 'saith', 'lord', 'host', 'shall', 'leave', 'root', 'branch', 'may_god', 'help', 'love', 'work', 'fellowmen', 'mean', 'save', 'expect', 'spead', 'week', 'prayer', 'church', 'east', 'washburn', 'presque', 'isle', 'dec', 'goonnicu', 'attend', 'god', 'blessing', 'woodford', 'director', 'shaw', 'westeield', 'hosea', 'smith', 'ohio', 'notice', 'district', 'meeting', 'grange', 'dist', 'beginning', 'dec', 'continuing', 'jan', 'let', 'brother', 'adjoining', 'church', 'attend', 'meeting', 'possible', 'mlitt', 'postponement', 'general_meetings', 'sand', 'prairie', 'hope', 'postponed', 'week', 'held', 'lord', 'willing', 'follows', 'sand', 'prairie', 'jan', 'hope', 'jan', 'trust', 'brother', 'southwestern', 'state', 'notice', 'change', 'nebraska', 'conference', 'notice', 'week', 'prayer', 'desire', 'great', 'blessing', 'people', 'nebraska', 'time', 'appointed', 'dec', 'soon', 'daily', 'reading', 'sent', 'church', 'company', 'people', 'scattered', 'far', 'know', 'addrtsses', 'trust', 'brother', 'sister', 'asstroble', 'day', 'respective', 'place', 'worship', 'carefully', 'read', 'reading', 'earnestly', 'seek', 'god', 'blessing', 'important', 'week', 'cause', 'state', 'wisely', 'improved', 'people', 'week', 'self', 'examinatiop', 'meditation', 'prayer', 'sin', 'heartily', 'confessed', 'god', 'brother', 'hold', 'god', 'promise', 'faith', 'light', 'come', 'darkness', 'banished', 'sin', 'brings', 'darkness', 'doubt', 'repentance', 'brings', 'faith', 'light', 'peace', 'hope', 'remember', 'christmas', 'offering', 'dec', 'annual', 'contribution', 'foreign_mission', 'far', 'larger', 'year', 'membership', 'materially', 'increased', 'year', 'crop', 'good', 'nebraska', 'trust', 'god', 'prospered', 'work', 'foreign_lands', 'conference_committee', 'bus', 'arranged', 'laborer', 'spend', 'week', 'church', 'far', 'possible', 'receive', 'help', 'week', 'prayer', 'glad', 'hear', 'elder', 'leader', 'minister', 'reference', 'work', 'field', 'brother', 'sister', 'let', 'coming', 'week', 'prayer', 'best', 'enjoyed', 'gabindk', 'hoe', 'entrance', 'thy', 'word', 'giveth', 'light', 'duty', 'sabbath', 'school', 'teacher', 'necessity', 'promptness', 'injunction', 'scripture', 'whatsoever', 'thy', 'hand', 'findeth', 'thy', 'excellent', 'rule', 'work', 'sabbath', 'school', 'fact', 'safe', 'rule', 'work', 'act', 'according', 'precept', 'exercise', 'promptness', 'force', 'promptness', 'readiness', 'includes', 'cheerful', 'willingness', 'natural', 'gift', 'seek', 'god', 'earnestly', 'receive', 'ability', 'right', 'work', 'right_time', 'prosperity', 'sabbath', 'school', 'largely', 'depends', 'having', 'gift', 'head', 'superintendent', 'school', 'generally', 'dull', 'careless', 'discharge', 'deity', 'school', 'time', 'measure', 'tread', 'promptness', 'characterize', 'effort', 'superintendent', 'appointed', 'hour', 'opening', 'school', 'arrives', 'superintendent', 'hand', 'open', 'school', 'member', 'present', 'wait', 'delinquent', 'encourage', 'tardiness', 'likely', 'tardy', 'learn', 'school', 'wait', 'school', 'sure', 'wait', 'time', 'precious', 'linger', 'bestir', 'class', 'appointed', 'hour', 'school', 'delay', 'work', 'time', 'present', 'time', 'soon', 'form', 'habit', 'remaining', 'home', 'little', 'later', 'preferring', 'wait', 'place', 'meeting', 'order', 'ought', 'obtain', 'school', 'soon', 'departs', 'efficiency', 'position', 'superintendent', 'person', 'ought', 'time', 'thought', 'duty', 'enjoins', 'simply', 'superintendent', 'putting', 'energy', 'work', 'benefit', 'school', 'sooner', 'chosen', 'position', 'better', 'concerned', 'enthusiasm', 'contagious', 'school', 'discern', 'superintendent', 'school', 'presides', 'respond', 'readily', 'school', 'know', 'quickly', 'way', 'superintend', 'time']
root - INFO - extracting file #69500: 2017-04-Final-Corpus/RH18931212-V70-49-page10.txt
root - INFO - extracting file #70000: 2017-04-Final-Corpus/RH18941211-V71-49-page14.txt
root - INFO - ['advent', 'review', 'ahd', 'sabbath', 'herald', 'vol', 'late', 'investigation', 'lexow', 'committee', 'new', 'york', 'city', 'concerning', 'terrible', 'rottenness', 'city', 'politics', 'protestant', 'minister', 'took', 'catholic_priest', 'father', 'ducey', 'present', 'severely', 'censured', 'archbishop', 'corrigan', 'priest', 'replied', 'bishop', 'considerable', 'spirit', 'corrigan', 'summoned', 'council', 'try', 'father', 'ducey', 'insubordination', 'bid', 'fair', 'important', 'council', 'catholic', 'diocese', 'new', 'york', 'held', 'year', 'question', 'opening', 'saloon', 'sunday', 'agitating', 'people', 'new', 'york', 'city', 'clergy', 'discussing', 'subject', 'pulpit', 'sunday', 'rylance', 'mark', 'church', 'hold', 'puritan', 'sunday', 'gone', 'forever', 'declares', 'people', 'recognize', 'changed', 'condition', 'society', 'think', 'poor_man', 'good', 'right', 'buy', 'beer', 'sunday', 'rich_man', 'draw', 'wine', 'cellar', 'day', 'friend', 'clergy', 'stop', 'selling', 'beer', 'drinking', 'intoxicating', 'sunday', 'long', 'party', 'british', 'engineer', 'surveyor', 'guard', 'soldier', 'marking', 'boundary', 'british', 'possession', 'india', 'land', 'waziri', 'warlike', 'tribe', 'near', 'afghan', 'border', 'attacked', 'defeated', 'sharp', 'battle', 'killed', 'wounded', 'reported', 'tribesman', 'satisfied', 'gathering', 'larger', 'number', 'lead', 'powerful', 'chief', 'named', 'powiadah', 'indian', 'government', 'slow', 'accept', 'guage', 'battle', 'detachment', 'regiment', 'british', 'east', 'indian', 'force', 'ordered', 'dara', 'ismail', 'body', 'troop', 'notified', 'prepared', 'short', 'notice', 'look', 'severe', 'fighting', 'quarter', 'long', 'ferdinand', 'lesseps', 'famous', 'french', 'civil', 'engineer', 'builder', 'suez', 'canal', 'died', 'paris', 'dec', 'aged', 'eighty', 'year', 'born', 'versailles', 'egypt', 'conceived', 'idea', 'uniting', 'mediterranean', 'red_sea', 'innumerable', 'difficulty', 'delay', 'work', 'commenced', 'completed', 'honor', 'awarded', 'destined', 'close', 'life', 'misfortune', 'undertook', 'construct', 'canal', 'isthmus', 'panama', 'work', 'proved', 'far', 'difficult', 'expected', 'terrible', 'corruption', 'practiced', 'official', 'company', 'brought', 'project', 'disastrous', 'end', 'great_loss', 'invested', 'money', 'enterprise', 'shame', 'officer', 'company', 'lesseps', 'tainted', 'respect', 'past', 'service', 'age', 'operated', 'protract', 'trial', 'formal', 'verdict', 'generally', 'thought', 'advanced', 'age', 'great', 'anxiety', 'success', 'undertaking', 'led', 'thing', 'certainly', 'greatest', 'engineer', 'modern_times', 'domestic', 'student', 'chicago', 'university', 'gang', 'counterfeiter', 'captured', 'fort', 'madison', 'dec', 'new', 'york', 'city', 'barber', 'anxious', 'law', 'compel', 'closing', 'barber', 'shop', 'sunday', 'afternoon', 'governor', 'utah', 'alarmed', 'threatened', 'indian', 'invasion', 'furnished', 'arm', 'citizen', 'marsh', 'field', 'damage', 'lately', 'northern', 'indiana', 'thousand', 'acre', 'burned', 'hay', 'destroyed', 'foot', 'ball', 'game', 'lately', 'played', 'student', 'yale', 'harvard', 'degenerated', 'regular', 'slugging', 'match', 'player', 'hurt', 'life', 'despaired', 'old', 'famous', 'united', 'state', 'frigate', 'war', 'constitution', 'year', 'lain', 'dock', 'portsmouth', 'taken', 'boston', 'refitted', 'training', 'ship', 'bold', 'train', 'robbery', 'occurred', 'fort', 'worth', 'tex', 'dec', 'express', 'train', 'onthe', 'texas', 'pacific', 'railroad', 'held', 'safe', 'containing', 'said', 'taken', 'wood', 'officer', 'hot', 'trail', 'president', 'cleveland', 'telegraphed', 'united', 'state', 'legation', 'constantinople', 'appoint', 'american', 'join', 'commissioner', 'porte', 'making', 'investigation', 'armenian', 'affair', 'solicitation', 'european', 'power', 'dec', 'congress', 'assembled', 'congress', 'known', 'history', 'fifty', 'congress', 'understood', 'question', 'finance', 'occupy', 'time', 'session', 'band', 'smuggler', 'operating', 'successfully', 'year', 'detroit', 'taken', 'custody', 'dec', 'woman', 'persian', 'syrian', 'silk', 'valued', 'concealed', 'person', 'john', 'burn', 'member', 'british', 'parliament', 'famous', 'representative', 'laboring', 'men', 'arrived', 'new', 'york', 'city', 'dec', 'welcomed', 'delegation', 'working', 'men', 'burn', 'way', 'convention', 'representative', 'labor', 'meet', 'denver', 'foreign', 'frontier', 'quarrel', 'trying', 'peace', 'costa', 'rica', 'colombia', 'francis', 'kossuth', 'taken', 'oath', 'allegiance', 'emperor', 'francis', 'joseph', 'armenian', 'appealing', 'pope', 'intercede', 'sultan', 'french', 'city', 'arranging', 'erect', 'statue', 'honor', 'late', 'president', 'carnot', 'king', 'corea', 'appealed', 'american', 'minister', 'protection', 'believing', 'life', 'danger', 'japanese', 'government', 'investigate', 'charge', 'soldier', 'killed', 'defenseless', 'men', 'taking', 'port', 'arthur', 'china', 'seeking', 'peace', 'tsungli', 'yamen', 'board', 'foreign', 'affair', 'dispatched', 'envoy', 'japan', 'purpose', 'montreal', 'health', 'committee', 'intend', 'asking', 'city_council', 'defray', 'expense', 'fitting', 'laboratory', 'production', 'anti', 'diphtheritic', 'serum', 'party', 'returning', 'wedding', 'hungary', 'passing', 'wood', 'attacked', 'pack', 'famished', 'wolf', 'thirteen', 'party', 'eaten', 'wolf', 'marquis', 'lorne', 'son', 'law', 'queen', 'victoria', 'governor', 'general', 'canada', 'gone', 'business', 'london', 'partner', 'large', 'firm', 'house', 'decorator', 'british', 'tory', 'enthusiastic', 'prospect', 'russian', 'alliance', 'return', 'prince', 'wale', 'london', 'given', 'royal', 'reception', 'tory', 'city', 'session', 'new', 'german', 'reichstag', 'opened', 'dec', 'refusal', 'socialist', 'member', 'cheer', 'emperor', 'caused', 'excitement', 'rebuked', 'president', 'adoption', 'france', 'protective', 'tariff', 'falling', 'export', 'franc', 'distress', 'resulted', 'people', 'loudly', 'change', 'russia', 'negotiate', 'new', 'loan', 'issued', 'rothschild', 'thought', 'indicative', 'change', 'feeling', 'jewish', 'banker', 'russia', 'brought', 'russian', 'english', 'entente', 'lord', 'elgin', 'governor', 'general', 'india', 'speech', 'lately', 'native', 'prince', 'country', 'declared', 'soon', 'boundary', 'fixed', 'trouble', 'neighbor', 'czar', 'sent', 'word', 'general', 'gourko', 'governor', 'warsaw', 'ordering', 'interfere', 'affair', 'catholic', 'clergy', 'general', 'tendered', 'resignation', 'appointed', 'succeed', 'catholic', 'journal', 'assert', 'possibility', 'union', 'anglican', 'roman', 'church', 'near_future', 'archbishop', 'corrigan', 'new', 'york', 'friend', 'complaining', 'bitterly', 'taken', 'late', 'election', 'archbishop_ireland', 'minnesota', 'general', 'booth', 'state', 'statistic', 'possession', 'person', 'attended', 'salvation_army', 'meeting', 'year', 'figure', 'idea', 'magnitude', 'power', 'work', 'army', 'jerry', 'auley', 'water', 'street', 'mission', 'new', 'york', 'city', 'celebrated', 'second', 'anniversary', 'nov', 'arthur', 'pierson', 'chief', 'speaker', 'occasion', 'mission', 'fairly', 'prosperous_condition', 'papal', 'decree', 'looking', 'union', 'catholic', 'greek', 'church', 'lately', 'issued', 'forbids', 'catholic', 'proselyting', 'greek', 'christian', 'declares', 'catholic', 'college', 'built', 'east', 'especial', 'permission', 'pope', 'abbaththou', 'entrance', 'thy', 'word', 'giveth', 'light', 'lesson', 'book', 'luke', 'lesson', 'way', 'emmaus', 'luke', 'note', 'general', 'review', 'sabbath', 'dec', 'luke', 'evangelist', 'trip', 'emmaus', 'mark', 'refers', 'mark', 'stated', 'disciple', 'named', 'cleopas', 'cleopas', 'clear', 'john', 'cleopas', 'clopas', 'husband', 'mary', 'thought', 'father', 'peter', 'peter', 'verse', 'cor', 'said', 'returned', 'gathered', 'verse', 'clarke', 'persian', 'positively', 'luke', 'cleopas', 'certain', 'knowledge', 'present', 'probable', 'ancient', 'site', 'emmaus', 'mile', 'jerusalem', 'road', 'jaffa', 'joppa', 'road', 'doe', 'pas', 'directly', 'village', 'valley', 'town', 'hillside', 'right', 'verse', 'revised_version', 'foolish', 'men', 'word', 'original', 'different', 'matt', 'jesus', 'pronounces', 'grievous', 'sin', 'brother', 'fool', 'case', 'word', 'defined', 'mean', 'insipid', 'stupid', 'despiser', 'god', 'case', 'mean', 'thoughtless', 'read', 'hear', 'reflection', 'treasured', 'appreciated', 'told', 'scripture', 'told', 'left', 'darkness', 'verse', 'case', 'realize', 'privilege', 'nature', 'blessing', 'pas', 'away', 'gone', 'frequently', 'busy', 'lamenting', 'loss', 'blessed', 'privilege', 'theirs', 'associate', 'risen', 'christ', 'eye', 'holden', 'doubt', 'grief', 'verse', 'notwithstanding', 'weariness', 'returned', 'jerusalem', 'joyous', 'news', 'resurrection', 'heard', 'report', 'woman', 'leaving', 'jerusalem', 'seen', 'faithless', 'emperor', 'germany', 'deeply', 'offended', 'increased', 'friendliness', 'england', 'russia', 'left', 'berlin', 'prince', 'wale', 'passed', 'city', 'route', 'russia', 'england', 'italian', 'parliament', 'opened', 'rome', 'dec', 'king', 'humbert', 'alluded', 'earthquake', 'lately', 'devastated', 'italy', 'spoke', 'hopefully', 'future', 'country', 'expressed', 'confidence', 'continued', 'peace', 'europe', 'religious', 'commander', 'ballington', 'booth', 'salvation_army', 'ill', 'nervous', 'prostration', 'typhoid_fever', 'ritualistic', 'ceremony', 'practiced', 'john', 'episcopal_church', 'kingston', 'rector', 'rev', 'lewis', 'watson', 'caused', 'drawing', 'member', 'look', 'romanist', 'disguise', 'charge', 'preferred', 'bishop', 'potter', 'week', 'prayer', 'dec', 'soon', 'feel', 'desirous', 'brother', 'nebraska', 'conference', 'receive', 'benefit', 'possible', 'occasion', 'state', 'privilege', 'meeting', 'sabbath', 'regular', 'sabbath', 'school', 'meeting', 'month', 'time', 'attend', 'meeting', 'people', 'religious', 'privilege', 'church', 'state', 'reached', 'day', 'drive', 'people', 'trust', 'church', 'company', 'conference', 'arrange', 'regular_meetings', 'day', 'week', 'prayer', 'reading', 'sent', 'ydu', 'seeking', 'god', 'earnestly', 'deeper', 'work', 'grace', 'heart', 'nebraska', 'notice']
root - INFO - extracting file #70500: 2017-04-Final-Corpus/RH18951126-V72-48-page4.txt
root - INFO - extracting file #71000: 2017-04-Final-Corpus/RH18961201-V73-48-page8.txt
root - INFO - ['adyearr', 'review', 'aim', 'srabbaith', 'hgrald', 'von', 'sundry', 'sabbath', 'sophistry', 'bible', 'state', 'seventh', 'day', 'creation', 'set', 'apart', 'sacred', 'use', 'bible', 'rebuke', 'bold', 'barefaced', 'assumption', 'verse', 'second', 'chapter', 'genesis', 'clearly', 'record', 'seventh', 'day', 'god', 'ended', 'work', 'rested', 'seventh', 'day', 'work', 'place', 'seventh', 'day', 'immediately', 'followed', 'day', 'god', 'employed', 'creation', 'world', 'possible', 'ground', 'fact', 'denied', 'record', 'event', 'seven', 'day', 'time', 'consecutive', 'order', 'given', 'thirty', 'verse', 'book', 'genesis', 'chapter', 'occupied', 'event', 'day', 'verse', 'chapter', 'record', 'took', 'place', 'immediately', 'close', 'seventh', 'day', 'fact', 'established', 'let', 'reference', 'seventh', 'day', 'resting', 'day', 'god', 'rest_day', 'rest', 'sabbath', 'sabbath', 'day', 'sublime', 'scene', 'creative', 'energy', 'power', 'comprehended', 'universe', 'save', 'god', 'christ', 'operating', 'preceding', 'day', 'producing', 'result', 'majesty', 'beauty', 'heavenly', 'world', 'morning', 'star', 'son', 'god', 'burst', 'forth', 'shout', 'song', 'joy', 'seventh', 'day', 'creative', 'energy', 'rested', 'calm', 'repose', 'finished', 'work', 'forth', 'adoration', 'heavenly', 'host', 'doubtless', 'hour', 'world', 'sabbath', 'heard', 'sublime', 'song', 'job', 'angel', 'raising', 'anthem', 'praise', 'lord', 'jehovah', 'honor', 'celebration', 'mighty_power', 'matchless', 'love', 'god', 'christ', 'fit', 'accompaniment', 'passing', 'time', 'quiet', 'glorious', 'contemplation', 'work', 'hand', 'wrought', 'good', 'day', 'celebrated', 'earth', 'celebrated', 'day', 'length', 'ended', 'day', 'turn', 'ended', 'according', 'record', 'god', 'immediately', 'god', 'blessed', 'seventh', 'day', 'sanctified', 'rested', 'work', 'god', 'created', 'remember', 'recorded', 'took', 'place', 'seventh', 'day', 'ended', 'time', 'past', 'god', 'bless', 'day', 'passed', 'away', 'god', 'bless', 'seventh', 'day', 'record', 'bless', 'seventh', 'day', 'seventh', 'day', 'blessing', 'pertain', 'come', 'newt', 'come', 'limited', 'stop', 'record', 'limit', 'embraced', 'seventh', 'day', 'time', 'day', 'come', 'regular', 'succession', 'time', 'allotted', 'world', 'day', 'sanctified', 'blessed', 'sanctify', 'mean', 'set', 'apart', 'holy', 'use', 'seventh', 'day', 'creation', 'set', 'apart', 'sacred', 'use', 'bible', 'state', 'sophist', 'bible', 'state', 'hurl', 'statement', 'face', 'branded', 'grhe', 'sanctify', 'thy', 'truth', 'thy', 'word', 'truth', 'battle', 'creek', 'micil', 'december', 'sacrifice', 'essential', 'principle', 'sacrifice', 'giving', 'surrender', 'desirable', 'prized', 'object', 'literally', 'idea', 'sacredness', 'attached', 'word', 'come', 'latin', 'sacer', 'mean', 'dedicated', 'divinity', 'holy', 'sacred', 'spring', 'sancio', 'turn', 'saint', 'sanctify', 'united', 'sower', 'latin', 'faeere', 'word', 'come', 'common_use', 'association', 'religious', 'offering', 'frequently', 'wanting', 'religious', 'requirement', 'wish', 'consider', 'sacrifice', 'fundamental', 'consideration', 'religion', 'christianity', 'peculiar', 'respect', 'religious', 'knowledge', 'darkest', 'fetishism', 'religion', 'bible', 'thought', 'fact', 'sacrifice', 'laid', 'foundation', 'propitiatory', 'remedial', 'department', 'sin', 'penalty', 'penalty', 'demand', 'sacrifice', 'conscious', 'guilt', 'fear', 'avenger', 'justice', 'belief', 'overruling', 'deity', 'form', 'conception', 'belief', 'assume', 'carry', 'idea', 'retribution', 'wrong', 'doer', 'race', 'confirmed', 'transgressor', 'feature', 'religious_belief', 'apt', 'overshadowing', 'aware', 'defect', 'sin', 'failure', 'etaring', 'face', 'glance', 'backward', 'expect', 'visitation', 'offended', 'justice', 'men', 'reason', 'human', 'conception', 'god', 'austere', 'vindictive', 'love', 'feature', 'multitude', 'false', 'religion', 'sprung', 'human', 'philosophy', 'superstition', 'constant', 'absorbing', 'demand', 'meet', 'claim', 'offended', 'justice', 'apprehensive', 'worshiper', 'escape', 'outpouring', 'wrath', 'hope', 'look', 'higher', 'love', 'compassion', 'bend', 'comfort', 'hope', 'debtor', 'justice', 'know', 'hour', 'called', 'pay', 'debt', 'consume', 'wife', 'child', 'hath', 'awful', 'debt', 'myth', 'christian_religion', 'doe', 'ignore', 'god', 'justice', 'administered', 'scrutiny', 'style', 'jealousy', 'allowance', 'sin', 'death', 'penalty', 'shedding', 'blood', 'remission', 'sin', 'awakens', 'wrath', 'deified', 'creature', 'human', 'imagination', 'meet', 'disapproval', 'infinite', 'hopeless', 'case', 'interposition', 'behalf', 'love', 'compassion', 'god', 'magnified', 'exalted', 'example', 'comparison', 'satan', 'god', 'suggested', 'undertake', 'support', 'code', 'ethic', 'demanding', 'pound', 'flesh', 'nominated', 'bond', 'god', 'meet', 'demand', 'law', 'sacrifice', 'heart', 'best', 'treasure', 'debt', 'imam', 'smith', 'geo', 'tenney', 'editor', 'ole', 'olsen', 'stephen', 'haskell', 'geo', 'butler', 'special', 'contributor', 'alonzo', 'jones', 'prescott', 'henry', 'holser', 'pay', 'fully', 'cancelled', 'blood', 'god', 'dear', 'son', 'propitiation', 'sin', 'sin', 'whole_world', 'religion', 'require', 'sacrifice', 'men', 'god', 'religion', 'bible', 'provides', 'sacrifice', 'god', 'men', 'sacrifice', 'foundation', 'world', 'merit', 'saved', 'countless', 'multitude', 'day', 'past', 'god', 'love', 'yesterday', 'today', 'forever', 'justice', 'blended', 'infinite', 'mercy', 'jealousy', 'tempered', 'compassion', 'closest', 'scrutiny', 'discovers', 'trace', 'sorrow', 'faintest', 'aspiration', 'better', 'life', 'kindling', 'love', 'gratitude', 'root', 'bitterness', 'father', 'yearning', 'love', 'follows', 'devious', 'wandering', 'forgives', 'oft', 'repeated', 'failure', 'message', 'loved', 'thee', 'come', 'heaven', 'hour', 'darkness', 'trial', 'punishment', 'guilt', 'laid', 'god', 'dear', 'son', 'drank', 'cup', 'wrath', 'saw', 'father', 'face', 'withdrawn', 'displeasure', 'weight', 'crushing', 'sorrow', 'portion', 'unaided', 'justice', 'measure', 'pressed', 'gracious', 'lord', 'sweatdrops', 'blood', 'remains', 'cup', 'salvation', 'look', 'father', 'face', 'glorious', 'reconciling', 'grace', 'tenderness', 'perfect', 'love', 'cast', 'dreadful', 'fear', 'conscious', 'guilt', 'inspires', 'hope', 'confidence', 'sacrifice', 'yes', 'said', 'jesus', 'likewise', 'whosoever', 'forsaketh', 'hath', 'disciple', 'sense', 'sacrifice', 'god', 'receives', 'return', 'god', 'overcometh', 'shall', 'inherit', 'thing', 'god', 'shall', 'son', 'god', 'requires', 'sacrifice', 'sinful', 'foolish', 'sacrifice', 'filthy', 'rag', 'obtain', 'shining', 'robe', 'sacrifice', 'selfish', 'mortal', 'life', 'loving', 'life', 'eternal', 'blessedness', 'vile', 'hurtful', 'cause', 'sorrow', 'loss', 'exchange', 'receive', 'heavenly', 'endowment', 'son', 'daughter', 'immortal', 'king', 'sacrifice', 'yes', 'sacrifice', 'god', 'broken', 'spirit', 'broken', 'contrite', 'heart', 'god', 'thou_wilt', 'despise', 'beseech', 'brother', 'mercy', 'god', 'present', 'body', 'timing', 'sacrifice', 'holy', 'acceptable', 'unto', 'god', 'consuming', 'god', 'altar', 'burn', 'consumes', 'sin', 'dross', 'debt', 'justice', 'paid', 'dear_children', 'love', 'pardon', 'blessed', 'god', 'provides', 'heaven', 'purity', 'point', 'way', 'thither', 'remove', 'difficulty', 'redeems', 'death', 'death', 'son', 'forgives', 'sin', 'clean', 'past', 'record', 'purifies', 'robe', 'character', 'upholds', 'guide', 'way', 'help', 'comfort', 'way', 'save', 'grave', 'heaven', 'glory', 'glorious', 'place', 'satisfies', 'life', 'measure', 'truly', 'hath', 'dealt', 'sin', 'rewarded', 'according', 'iniquity', 'bless', 'lord', 'soul', 'forget', 'benefit', 'crowneth', 'thee', 'loving', 'kindness', 'tender', 'mercy']
root - INFO - extracting file #71500: 2017-04-Final-Corpus/RH18971102-V74-44-page8.txt
root - INFO - extracting file #72000: 2017-04-Final-Corpus/RH18980906-V75-36-page15.txt
root - INFO - ['realize', 'fact', 'week', 'appears', 'youth', 'instructor', 'article', 'pen', 'white', 'taking', 'magazine', 'know', 'missing', 'week', 'line', 'remember', 'article', 'vitally', 'concern', 'middle', 'aged', 'older', 'youth', 'read', 'instructor', 'send', 'free', 'sample', 'copy', 'subscription_price', 'youth', 'instructor', 'annum', 'address', 'publisher', 'review_and_herald', 'pub', 'battle', 'creek', 'mich', 'prospectus', 'desire', 'age', 'ready', 'desire', 'age', 'title', 'forthcoming', 'volume', 'white', 'intensely', 'interesting', 'beautifully', 'illustrated', 'devoted', 'consideration', 'great_truth', 'christ', 'love', 'father', 'revealed', 'god', 'christ', 'reconciling', 'world', 'unto', 'complete', 'book', 'ready', 'october', 'prospectus', 'issued', 'early', 'enable', 'agent', 'fall', 'delivery', 'tract_societies', 'handle', 'book', 'respective', 'state', 'order', 'prospectus', 'price', 'post', 'paid', 'correspondence', 'concerning', 'term', 'territory', 'addressed', 'tiie', 'story', 'redemption', 'william', 'covert', 'great_plan', 'redemption', 'christ', 'traced', 'time', 'unfolded', 'parent', 'heeded', 'requirement', 'safely', 'housed', 'city', 'god', 'wonderful', 'story', 'intense_interest', 'profit', 'new', 'beautiful', 'truth', 'brought', 'light', 'author', 'story', 'old', 'sparkle', 'new', 'luster', 'book', 'contains', 'octavo', 'page', 'exclusive', 'page', 'color', 'engraving', 'bound', 'fine', 'cloth', 'emblematical', 'cover', 'design', 'colored', 'edge', 'foregoing', 'aluminum', 'title', 'gold_edges', 'agent', 'wanted', 'territory', 'term', 'apply', 'state_tract_society', 'address', 'order', 'book', 'tract', 'society', 'review', 'herald', 'pub', 'dyent', 'review', 'ahd', 'sabbath', 'herald', 'fail', 'read', 'page', 'article', 'supplement', 'review_and_herald', 'interesting', 'selection', 'advance', 'sheet', 'sister', 'white', 'new_book', 'desire', 'age', 'long', 'looked', 'book', 'life', 'christ', 'seventh', 'day', 'adventist', 'want', 'copy', 'work', 'price', 'style', 'binding', 'given', 'page', 'supplement', 'send', 'order', 'state_tract_society', 'review_and_herald', 'pub', 'battle', 'creek', 'mich', 'extra', 'word', 'truth', 'series', 'ready', 'delivery', 'written', 'uriah_smith', 'bear', 'title', 'come', 'lord', 'jesus', 'little', 'page', 'leaflet', 'vividly', 'portraying', 'scene', 'new', 'earth', 'creates', 'mind', 'reader', 'strong_desire', 'enjoy', 'word', 'writer', 'tree', 'life', 'healing', 'leaf', 'life', 'giving', 'fruit', 'field', 'living', 'green', 'flower', 'fade', 'tract', 'hand', 'discouraged', 'friend', 'price', 'cent', 'copy', 'cent', 'order', 'state_tract_society', 'review_and_herald', 'pub', 'battle', 'creek', 'mich', 'making', 'hom', 'happy', 'new_book', 'review', 'reader', 'remember', 'pleasure', 'series', 'article', 'appeared', 'foregoing', 'heading', 'youth', 'instructor', 'pen', 'avery', 'stuttle', 'happy', 'announce', 'response', 'urgent', 'demand', 'review_and_herald', 'pub', 'issue', 'article', 'book', 'form', 'new_book', 'reflect', 'credit', 'author', 'publisher', 'way', 'artist', 'completed', 'work', 'illustration', 'hasten', 'publication', 'book', 'issued', 'binding', 'book', 'holiday', 'present', 'address', 'order', 'state_tract_society', 'review_and_herald', 'pub', 'peview', 'free', 'secure', 'offer', 'send', 'review', 'month', 'free', 'charge', 'renew', 'subscription', 'mouth', 'send', 'return', 'new', 'yearly', 'subscription', 'magazine', 'youth', 'instructor', 'regular_price', 'offer', 'send', 'review', 'month', 'free', 'charge', 'renew', 'subscription', 'month', 'send', 'return', 'new', 'yearly', 'subscription', 'youth', 'instructor', 'regular_price', 'offer', 'send', 'review', 'month', 'free', 'charge', 'renew', 'subscription', 'month', 'send', 'return', 'new', 'yearly', 'subscription', 'youth', 'instructor', 'regular_price', 'offer', 'send', 'review', 'year', 'free', 'charge', 'renew', 'subscription', 'year', 'send', 'return', 'new', 'yearly', 'subscription', 'youth', 'instructor', 'regular_price', 'battle', 'creek', 'nick', 'atlanta', 'noticu', 'subscription', 'structor', 'count', 'offer', 'inwhich', 'sell', 'greatly', 'reduced', 'rate', 'people', 'book', 'certainly', 'unparalleled', 'opportunity', 'secure', 'large', 'supply', 'book', 'left', 'necessary', 'order', 'right', 'away', 'wait', 'book', 'want', 'gone', 'address', 'order', 'write', 'information', 'review_and_herald', 'pub', 'south', 'boulevard', 'atlanta', 'free', 'instructor', 'canvassing', 'outfit', 'sample_copies', 'work', 'address', 'youth', 'instructor', 'battle', 'creek', 'mich', 'daily', 'sunday', 'parker', 'ticket', 'agent', 'battle', 'creek', 'pacific_press', 'pub', 'oakland', 'cal', 'express', 'boa', 'express', 'expresx', 'nam', 'french', 'life', 'christ', 'eden', 'eden', 'great', 'controversy', 'german', 'life', 'christ', 'bible_readings', 'style', 'binding', 'reg', 'price', 'red', 'price', 'nile', 'michigan', 'city', 'chicago', 'great', 'controversy', 'cloth', 'swedish', 'boston', 'bible_readings', 'great', 'controversy', 'sunshine', 'home', 'holland', 'bible_readings', 'cloth', 'marbled', 'edge', 'cloth', 'plain', 'south_bend', 'chicago', 'west', 'chicago', 'intermediate', 'station', 'mixed', 'south_bend', 'station', 'south_bend', 'chicago', 'west', 'south_bend', 'chicago', 'west', 'bible_readings', 'land', 'sea', 'patriarch', 'prophet', 'republic', 'woman', 'mormonism', 'review', 'herald', 'pub', 'battle', 'creek', 'mich', 'chicago', 'nicbigen', 'cits', 'nile', 'kalamazoo', 'battle', 'creek', 'marshall', 'albion', 'thelcson', 'ann', 'arbor', 'detroit', 'fall', 'view', 'snap', 'bridge', 'niagara', 'fall', 'rochester', 'syracuse', 'albany', 'new', 'york', 'springfield', 'boston', 'excellent', 'opportunity', 'secure', 'standard', 'book', 'reduced', 'rate', 'som', 'time', 'ago', 'branch', 'office', 'review_and_herald', 'pub', 'atlanta', 'number', 'standard', 'book', 'english', 'foreign_languages', 'slightly', 'damaged', 'book', 'good', 'study', 'new_ones', 'damage', 'cover', 'simply', 'smoked', 'little', 'herewith', 'list', 'foreign', 'book', 'style', 'binding', 'hand', 'gilt', 'ruggles', 'general', 'pas', 'ticket', 'agent', 'chicago', 'geo', 'sadler', 'ticket', 'agent', 'battle', 'creek', 'cloth', 'marbled', 'edge', 'marbled', 'edge', 'gilt', 'library', 'cloth', 'plain', 'edge', 'marbled', 'half', 'morocco', 'cloth', 'marbled', 'edge', 'library', 'firand', 'trunk', 'railway', 'cloth', 'marbled', 'edge', 'book', 'sent', 'post', 'paid', 'reduced', 'price', 'copy', 'following', 'english', 'booksgilt', 'sleeping', 'car', 'service', 'eastbound', 'train', 'pullman', 'vestibule', 'sleeping', 'car', 'boston', 'stratford', 'montreal', 'vestibuled', 'sleeper', 'montreal', 'montreal', 'portland', 'daily', 'pullman', 'vestibule', 'buffet', 'sleeping', 'car', 'new', 'york', 'philadelphia', 'susp', 'bridge', 'lehigh', 'valley', 'coach', 'toronto', 'port', 'huron', 'train', 'pullman', 'sleeper', 'bay_city', 'flint', 'pullman', 'buffet', 'sleeping', 'car', 'detroit', 'clemens', 'durand', 'daily', 'detroit', 'daily', 'sunday', 'clemens', 'coach', 'niagara', 'train', 'daily', 'pullman', 'wide', 'vestibule', 'sleeping', 'car', 'montreal', 'wide', 'vestibule', 'sleeping', 'car', 'new', 'york', 'niagara', 'fall', 'wide', 'vestibule', 'coach', 'port', 'huron', 'port', 'huron', 'new', 'york', 'westbound', 'train', 'pullman', 'sleeping', 'car', 'coach', 'chicago', 'connection', 'durand', 'train', 'connect', 'durand', 'division', 'detroit', 'station', 'east', 'west', 'durand', 'division', 'saginaw', 'bay_city', 'ann', 'arbor', 'north', 'south', 'ichigan', 'gential', 'battle', 'creek', 'kalamazoo', 'night', 'exp', 'detroll', 'accom', 'teastero', 'jackson', 'ientb', 'express', 'bolton', 'new', 'york', 'syracuse', 'rochester', 'express', 'aceeta', 'exprese', 'niagara', 'fall', 'route', 'corrected', 'august', 'night', 'sey', 'bos', 'hell', 'news', 'sweste', 'eaton', 'pacific', 'buffalo', 'niagara', 'alls', 'fall', 'view', 'detroit', 'ann', 'arbor', 'jackson', 'aily', 'dai', 'sunday', 'chi', 'express', 'express', 'train', 'battle', 'creek', 'division', 'depart', 'arrive', 'nit', 'daily', 'sunday', 'departure', 'train', 'battle', 'creek', 'lecfzect', 'eastbound', 'montreal', 'new', 'york', 'bay_city', 'detroit', 'port', 'huron', 'east', 'bay_city', 'detroit', 'port', 'huron', 'station', 'port', 'huron', 'susp', 'bridge', 'new', 'york', 'montreal', 'detroit', 'port', 'huron', 'susp', 'bridge', 'new', 'york', 'davis', 'agent', 'hughes', 'agent', 'westbound', 'chicago', 'ill', 'ben', 'fletcher', 'tray', 'pas', 'agt', 'detroit', 'montreal', 'quebec', 'leave']
root - INFO - extracting file #72500: 2017-04-Final-Corpus/RH18990718-V76-29-page7.txt
root - INFO - extracting file #73000: 2017-04-Final-Corpus/RH19000717-V77-29-page5.txt
root - INFO - ['nature', 'evidently', 'expected', 'err', 'proper_use', 'saliva', 'arranged', 'farther', 'digestive', 'process', 'starch', 'directly', 'control', 'man', 'starch', 'digesting', 'fluid', 'pancreatic', 'juice', 'fluid', 'function', 'power', 'digesting', 'starch', 'albumen', 'fat', 'marked', 'activity', 'saliva', 'secreted', 'smaller', 'quantity', 'nature', 'recognizing', 'great_importance', 'having', 'starch', 'thoroughly', 'digested', 'furnishes', 'opportunity', 'acted', 'intestinal', 'juice', 'posse', 'power', 'converting', 'starch', 'sugar', 'way', 'alimentary_canal', 'process', 'starch', 'digestion', 'begun', 'mouth', 'continued', 'completion', 'spiritual', 'lesson', 'starch', 'digestion', 'saliva', 'cooked', 'starch', 'submitted', 'action', 'transform', 'form', 'sugar', 'way', 'suited', 'nourishment', 'body', 'spirit', 'god', 'allowed', 'free', 'access', 'heart', 'carry', 'work', 'transformation', 'able', 'character', 'transforming', 'power', 'convert', 'earthly', 'heavenly', 'sensual', 'spiritual', 'saliva', 'ready', 'able', 'change', 'starch', 'sugar', 'spirit', 'god', 'willing', 'able', 'carry', 'forward', 'wonderful_work', 'changing', 'character', 'fallen', 'man', 'divine', 'similitude', 'entitle', 'eternal', 'place', 'everlasting', 'building', 'temple', 'god', 'building', 'fitly', 'framed', 'groweth', 'unto', 'holy', 'temple', 'lord', 'builded', 'habitation', 'god', 'spirit', 'starch', 'suitable', 'condition', 'digested', 'transformed', 'come', 'contact', 'saliva', 'doe', 'pas', 'opportunity', 'digested', 'opportunity', 'digestion', 'starch', 'second', 'opportunity', 'come', 'contact', 'pancreatic', 'juice', 'possibly', 'opportunity', 'afforded', 'action', 'intestinal', 'juice', 'great_principle', 'divine', 'opportunity', 'extended', 'man', 'spiritual', 'experience', 'god', 'doe', 'cast', 'aside', 'suitable', 'condition', 'hear', 'voice', 'time', 'starch', 'probation', 'passing', 'sphere', 'saliva', 'sinner', 'usually', 'given', 'opportunity', 'turning', 'god', 'god', 'speaketh', 'yea', 'twice', 'man', 'ceiveth', 'dream', 'vision', 'night', 'openeth', 'ear', 'men', 'sealeth', 'instruction', 'withadrw', 'man', 'purpose', 'hide', 'pride', 'man', 'chastened', 'pain', 'bed', 'job', 'god', 'speaks', 'man', 'error', 'way', 'second', 'time', 'effort', 'man', 'folly', 'course', 'opportunity', 'accomplish', 'purpose', 'changing', 'mind', 'transforming', 'character', 'loving', 'father', 'opportunity', 'represents', 'voice', 'pain', 'language', 'disease', 'affliction', 'god', 'seek', 'appeal', 'erring', 'man', 'beautiful', 'lesson', 'starch', 'digested', 'distinct', 'fluid', 'body', 'man', 'represented', 'having', 'distinct', 'opportunity', 'recognize', 'necessity', 'transformation', 'character', 'pride', 'humility', 'purpose', 'god', 'purpose', 'god', 'object', 'speaking', 'man', 'hide', 'pride', 'man', 'withdraw', 'man', 'purpose', 'copyrighted', 'david_paulson', 'sadler', 'know', 'believed', 'ask', 'gave', 'heart', 'christ', 'know', 'came', 'yearning', 'soul', 'long', 'ago', 'earth', 'floweret', 'fade', 'die', 'wept', 'satisfy', 'dare', 'lift', 'broken', 'heart', 'prayer', 'know', 'tell', 'know', 'saviour', 'ask', 'gave', 'heart', 'christ', 'tell', 'day', 'hour', 'remember', 'light', 'forgiving', 'spirit', 'shone', 'heart', 'clouded', 'sin', 'think', 'think', 'let', 'know', 'tell', 'know', 'dear', 'ask', 'gave', 'heart', 'christ', 'sacred', 'place', 'faded', 'sight', 'yesterday', 'thought', 'better', 'remember', 'love', 'spot', 'think', 'tear', 'away', 'ford', 'wish', 'forever', 'stay', 'know', 'tell', 'know', 'came', 'blessed', 'ask', 'gave', 'heart', 'christ', 'reply', 'wondrous', 'story', 'listen', 'tell', 'heart', 'drawn', 'length', 'face', 'resting', 'place', 'heard', 'loved', 'love', 'depth', 'great', 'height', 'far', 'human', 'ken', 'longed', 'love', 'share', 'sought', 'knee', 'prayer', 'guild', 'life', 'work', 'place', 'christ', 'ministry', 'keslake', 'new', 'brunswick', 'studying', 'christ', 'high_priest', 'shall', 'fail', 'fully', 'appreciate', 'work', 'place', 'ministry', 'borne', 'mind', 'fact', 'highest', 'importance', 'point', 'recognized', 'christ', 'ministry', 'fully', 'receive', 'blessing', 'mediatorial', 'work', 'holy', 'spirit', 'caused', 'written', 'necessary', 'purpose', 'clear', 'far', 'study', 'comprehend', 'given', 'relating', 'priestly', 'ministry', 'christ', 'shall', 'derive', 'fullness', 'blessing', 'god', 'holy', 'spirit', 'caused', 'written', 'pertains', 'place', 'christ', 'ministry', 'important', 'phase', 'studied', 'god', 'brought', 'child', 'israel', 'egypt', 'bring', 'land', 'promised', 'abraham', 'seed', 'said', 'moses', 'let', 'sanctuary', 'dwell', 'building', 'sanctuary', 'description', 'book', 'exodus', 'great', 'expensive', 'preparation', 'necessary', 'large_amount', 'precious', 'costly', 'material', 'required', 'care', 'taken', 'strictly', 'according', 'pattern', 'shown', 'moses', 'communing', 'god', 'mount', 'verse', 'sanctuary', 'miniature', 'representation', 'sanctuary', 'heaven', 'christ', 'minister', 'high_priest', 'read', 'thing', 'spoken', 'sum', 'high_priest', 'set', 'right_hand', 'throne', 'majesty', 'heaven', 'minister', 'sanctuary', 'true_tabernacle', 'lord', 'pitched', 'man', 'heb', 'sanctuary', 'built', 'wilderness', 'type', 'shadow', 'referred', 'speaking', 'service', 'priest', 'apostle', 'serve', 'unto', 'example', 'shadow', 'heavenly', 'thing', 'moses', 'admonished', 'god', 'tabernacle', 'saith', 'thou', 'thing', 'according', 'pattern', 'showed', 'thee', 'mount', 'verse', 'object', 'article', 'speak', 'length', 'sanctuary', 'heaven', 'attention', 'house', 'christ', 'minister', 'holy', 'spirit', 'plainest', 'manner', 'possible', 'shown', 'sanctuary', 'built', 'man', 'type', 'sanctuary', 'heaven', 'built', 'god', 'true', 'represents', 'referred', 'scripture', 'way', 'impossible', 'separate', 'sanctuary', 'heaven', 'lord', 'engaged', 'priestly', 'work', 'heaven', 'similar_work', 'place', 'closely', 'related', 'work', 'practically', 'work', 'house', 'told', 'heb', 'christ', 'son', 'own_house', 'house', 'hold', 'fast', 'confidence', 'rejoicing', 'hope', 'firm', 'unto', 'end', 'house', 'people', 'god', 'christ', 'minister', 'establishment', 'levitical', 'priesthood', 'man', 'priest', 'own_household', 'day', 'abraham', 'priesthood', 'regarded', 'birthright', 'eldest', 'son', 'patriarch', 'prophet', 'page', 'clear', 'beautiful', 'truth', 'taught', 'scripture', 'quoted', 'christ', 'faithful', 'son', 'god', 'house', 'family', 'house', 'article', 'shown', 'perfect_obedience', 'faithfulness', 'flesh', 'christ', 'ordained', 'high_priest', 'prerogative', 'birthright', 'eldest', 'son', 'god', 'family', 'exercise', 'office', 'high_priest', 'christ', 'kin', 'related', 'closest', 'blood', 'tie', 'sacrifice', 'hath', 'appeared', 'away', 'sin', 'heb', 'seventh', 'day', 'adventist', 'realize', 'living', 'time', 'cleansing', 'sanctuary', 'heaven', 'sensed', 'ought', 'cleansing', 'heaven', 'mean', 'corresponding', 'clearing', 'saved', 'cleansing', 'sanctuary', 'accomplished', 'sanctuary', 'heaven', 'cleansed', 'solemn', 'truth', 'come', 'testimony', 'god', 'spirit', 'work', 'heaven', 'nearly', 'completed', 'mean', 'little', 'time', 'remains', 'perfecting', 'god', 'character', 'thank', 'god', 'short', 'time', 'abundantly', 'sufficient', 'work', 'took', 'instant', 'time', 'god', 'create', 'world', 'needed', 'create', 'new_heart', 'humility', 'self', 'surrender', 'advent_review_and_sabbath_herald', 'heir', 'shall', 'inherit', 'earth', 'shall', 'delight', 'abundance', 'peace', 'meek']
root - INFO - extracting file #73500: 2017-04-Final-Corpus/RH19010723-V78-30-page12.txt
root - INFO - extracting file #74000: 2017-04-Final-Corpus/RH19020610-V79-23-page12.txt
root - INFO - ['christ', 'influence', 'work', 'constant', 'child', 'example', 'custom', 'ptrefinement', 'ghat', 'encourages', 'untidiness', 'country', 'particularly', 'eng', 'special', 'direction', 'given', 'theore', 'loses', 'influence', 'land', 'scandinavia', 'land', 'army', 'israel', 'ver', 'help', 'seeing', 'use', 'water', 'tent', 'clean', 'difference', 'appearance', 'understood', 'orderly', 'lest', 'angel', 'lord', 'passnd', 'appearance', 'dress', 'leave', 'business', 'trip', 'ing', 'encampment', 'aeatly', 'respect', 'seaside', 'benefit', 'hytheir', 'uncleanness', 'lord', 'eakened', 'mother', 'drotherapy', 'sea', 'cut', 'thing', 'attractive', 'wearing', 'elaborately', 'remember', 'fact', 'stated', 'lest', 'dimmed', 'garment', 'wearing', 'good', 'person', 'ing', 'uncleanness', 'neat', 'fitting', 'let', 'good', 'rward', 'army', 'battle', 'appearance', 'teach', 'lesson', 'neatness', 'injured', 'benefited', 'sea', 'bath', 'particular', 'afford', 'lose', 'respect', 'ing', 'frequently', 'people', 'child', 'israel', 'cherish', 'habit', 'kof', 'child', 'sick', 'seashore', 'overdo', 'cleanliness', 'sanction', 'infancy', 'child', 'spend', 'hour', 'surf', 'purity', 'home', 'people', 'day', 'taught', 'lesson', 'purity', 'mother', 'come', 'completely', 'god', 'look', 'disfavor', 'uncleanness', 'early', 'begin', 'mind', 'hausted', 'unaccustomed', 'sea', 'kind', 'invite', 'child', 'pure', 'holy', 'bathing', 'bath', 'home', 'neat', 'thought', 'way', 'longer', 'thong', 'minute', 'advent', 'review', 'sabbath', 'herald', 'june', 'settled', 'right', 'battle', 'ended', 'proudly', 'victor', 'come', 'holy', 'god', 'soul', 'pur', 'clean', 'azd', 'par', 'jextend', 'dress', 'everythin', 'vide', 'purpose', 'large', 'box', 'fitted', 'shelf', 'tastefully', 'covered', 'teach', 'child', 'habit', 'order', 'time', 'day', 'lost', 'future', 'mother', 'repaid', 'effort', 'direction', 'child', 'clad', 'followed', 'friction', 'till', 'body', 'aglow', 'tell', 'god', 'doe', 'like', 'child', 'unclean', 'body', 'ragged', 'garment', 'speak', 'inward', 'purity', 'let', 'fluttering', 'flag', 'prancing', 'nag', 'lin', 'fionic', 'ministering', 'echoing', 'roll', 'drum', 'truth', 'proclaims', 'motto', 'letter', 'living', 'light', 'question', 'settled', 'settled', 'right', 'heel', 'strong', 'oppressor', 'grind', 'weak', 'dust', 'voice', 'fame', 'acclaim', 'great', 'let', 'applaud', 'warning', 'motto', 'sight', 'question', 'settled', 'settled', 'right', 'let', 'failed', 'courage', 'enemy', 'won', 'rank', 'strong', 'wrong', 'battle', 'ane', 'sure', 'morning', 'follows', 'darkest', 'hour', 'night', 'question', 'settled', 'settled', 'right', 'ella', 'wheeler', 'spot', 'wrinkle', 'white', 'order', 'heaven', 'law', 'tire', 'youth', 'taught', 'impor', 'lord', 'desire', 'people', 'tance', 'presenting', 'appearance', 'abov', 'home', 'representation', 'order', 'criticism', 'appearance', 'honor', 'liarmon', 'pervade', 'heavenly', 'god', 'truth', 'fceoeutritns', 'aiptartuhthofnuenvcelrepalnancesshoeridnepluicraitebutthneeamtoathnedr', 'sta', 'dirr', 'besimple', 'gen', 'hove', 'evidence', 'trut', 'wronght', 'change', 'life', 'purify', 'ing', 'soul', 'refining', 'taste', 'ihos', 'receiving', 'truth', 'change', 'word', 'deportment', 'dres', 'surroundings', 'living', 'defile', 'christ', 'cre', 'tied', 'anew', 'christ_jesus', 'unto', 'purification', 'holiness', 'untidy', 'person', 'need', 'guided', 'hol', 'spirit', 'prepare', 'pure', 'hol', 'heaven', 'god', 'declared', 'child', 'israel', 'came', 'mount', 'nter', 'mansion', 'eaven', 'pun', 'holy', 'pas', 'throug', 'gate', 'city', 'god', 'clothed', 'inward', 'outwar', 'puritli', 'spot', 'wrinkle', 'such_thing', 'charge', 'come', 'separate', 'touch', 'hear', 'proclamation', 'law', 'come', 'clean', 'body', 'unclean', 'thing', 'reclean', 'clothes', 'day', 'people', 'ceive', 'shall', 'son', 'honor', 'habit', 'scrupulous', 'neat', 'ness', 'purity', 'christian', 'judged', 'frui', 'bear', 'true', 'child', 'god', 'wile', 'neat', 'cleant', 'lbuard', 'nee', 'adornment', 'display', 'case', 'careles', 'land', 'indifferent', 'regard', 'outward_appearance', 'person', 'home', 'neat', 'attractive', 'daughter', 'saith', 'lord', 'almighty', 'having', 'promise', 'dearly', 'beloved', 'let', 'cleanse', 'filthiness', 'flesh', 'spirit', 'perfecting', 'holiness', 'fear', 'god', 'practical', 'hydrotherapy', 'lesson', 'xvi', 'hydrotherapy', 'hot', 'weather', 'kellogg', 'cold', 'universal', 'antidote', 'heat', 'heat', 'cold', 'use', 'water', 'warm_water', 'disorder', 'morbid', 'condition', 'readily', 'respond', 'use', 'truth', 'doe', 'men', 'woman', 'wear', 'torn', 'untidy', 'clothes', 'think', 'water', 'radically', 'coarse', 'rough', 'untidy', 'raise', 'dress', 'good', 'home', 'wear', 'readily', 'benefited', 'hydriatic', 'application', 'especially', 'incident', 'hot', 'accept', 'high', 'level', 'matter', 'soiled', 'dilapidated', 'weather', 'public', 'generally', 'clean', 'time', 'little', 'longer', 'believer', 'taught', 'pure', 'mother', 'desire', 'chilmay', 'gradually', 'lengthened', 'dean', 'pure', 'ough', 'poor', 'need', 'dren', 'thought', 'pure', 'let', 'surcan', 'safely', 'stay', 'minute', 'uncleanly', 'untidy', 'person', 'rounding', 'pure', 'let', 'sleeping', 'water', 'cold', 'home', 'help', 'given', 'room', 'scrupulously', 'neat', 'clean', 'remain', 'line', 'teach', 'care', 'clothing', 'minute', 'cold', 'sense', 'meaning', 'importance', 'child', 'place', 'second', 'long', 'eanliness', 'taught', 'clothes', 'parent', 'impression', 'cold', 'icl', 'skin', 'exercise', 'vigorously', 'represent', 'high', 'poor', 'afford', 'pro', 'themotherwh', 'constant', 'effort', 'uplift', 'ennoble', 'child', 'living', 'day', 'soon', 'christ', 'coming', 'people', 'mansion', 'preparing']
root - INFO - extracting file #74500: 2017-04-Final-Corpus/RH19030224-V80-08-page8.txt
root - INFO - extracting file #75000: 2017-04-Final-Corpus/RH19031119-V80-46-page12.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'november', 'conflagration', 'started', 'garden', 'ground', 'blame', 'filled', 'little', 'mound', 'dancing', 'tulip', 'flame', 'thought', 'quenched', 'june', 'rose', 'grew', 'tiny', 'ember', 'smoldered', 'low', 'south', 'wind', 'blew', 'scattered', 'petal', 'coal', 'mischief', 'begun', 'save', 'soul', 'undo', 'nasturtium', 'crept', 'flared', 'garden', 'walk', 'hollyhock', 'like', 'torch', 'glared', 'light', 'stalk', 'scotch', 'mist', 'puffed', 'cloud', 'smoke', 'hill', 'dim', 'haze', 'goldenrod', 'sumac', 'broke', 'mighty', 'blaze', 'field', 'tide', 'turned', 'erleaping', 'stream', 'road', 'hillside', 'like', 'furnace', 'burned', 'forest', 'gleamed', 'glowed', 'watched', 'conflagration', 'grow', 'till', 'november', 'night', 'tempest', 'blast', 'sleet', 'snow', 'splendid', 'light', 'excuse', 'bring', 'said', 'spring', 'guard', 'tulip', 'bed', 'ellen', 'hamlin', 'butler', 'youth', 'companion', 'let', 'light', 'room', 'working', 'sitting', 'eating', 'sleeping', 'freely', 'accessible', 'sunlight', 'best', 'result', 'work', 'sit', 'dowti', 'room', 'daytime', 'light', 'day', 'dampness', 'darkness', 'healthful', 'condition', 'perfectly', 'healthful', 'room', 'light', 'tree', 'dark', 'room', 'favor', 'ill', 'health', 'room', 'sun', 'shine', 'house', 'plant', 'dwindle', 'weak', 'puny', 'human_being', 'best', 'glare', 'sunmay', 'excluded', 'heat', 'day', 'summer', 'light', 'opposite', 'sun', 'far', 'possible', 'american', 'making', 'great_mistake', 'blind', 'shade', 'curtain', 'exclude', 'light', 'day', 'light', 'particularly', 'sunshine', 'healthful', 'long', 'shaded', 'sun', 'middle', 'day', 'overhot', 'hot_weather', 'let', 'sun', 'shine', 'early', 'day', 'night', 'healthful', 'influence', 'better', 'carpet', 'fade', 'life', 'let', 'sun', 'shine', 'bedroom', 'particular', 'time', 'day', 'foot', 'light', 'large', 'tree', 'surely', 'air', 'pure', 'dear_friends', 'hope', 'word', 'simply', 'read', 'thought', 'believe', 'absolutely', 'true', 'overdrawn', 'study', 'life', 'woman', 'particular', 'little', 'cheerful', 'healthful', 'making', 'slight', 'change', 'cut', 'tree', 'know', 'ought', 'extra', 'window', 'door', 'change', 'little', 'home', 'use', 'sunny', 'pleasant', 'room', 'face', 'tree', 'near', 'house', 'shade', 'largest', 'best', 'live', 'sleep', 'instead', 'having', 'closed', 'practically', 'old', 'title', 'parlor', 'guest', 'chamber', 'god', 'said', 'let', 'light', 'light', 'sunshine', 'home', 'people', 'word', 'parenthesis', 'come', 'true', 'home', 'terry', 'practical', 'farmer', 'health', 'decalogue', 'rise', 'early', 'retire', 'early', 'day', 'work', 'water', 'bread', 'maintain', 'life', 'pure_air', 'sunshine', 'indispensable', 'health', 'frugality', 'sobriety', 'form', 'best', 'elixir', 'longevity', 'cleanliness', 'prevents', 'rust', 'bestcared', 'machine', 'longest', 'sleep', 'repair', 'waste', 'strengthens', 'sleep', 'softens', 'enfeebles', 'sensibly', 'dres', 'sed', 'freedom', 'movement', 'warmth', 'protected', 'sudden', 'change', 'temperature', 'clean', 'cheerful', 'house', 'happy', 'home', 'room', 'partly', 'separated', 'come', 'light', 'air', 'large', 'window', 'number', 'door', 'draught', 'east', 'west', 'sun', 'shine', 'morning', 'afternoon', 'room', 'stair', 'writing', 'stay', 'sixteen', 'eighteen', 'hour', 'large', 'window', 'sun', 'shine', 'hour', 'day', 'window', 'face', 'east', 'west', 'south', 'bread', 'pickax', 'tree', 'light', 'winforget', 'cultivate', 'mind', 'enany', 'window', 'tree', 'grand', 'place', 'let', 'shut', 'sunlight', 'room', 'shade', 'mean', 'dampness', 'absence', 'light', 'unhealthful', 'condition', 'window', 'door', 'let', 'light', 'allow', 'fresh_air', 'enter', 'warm_weather', 'open', 'fresh_air', 'necessity', 'highest', 'degree', 'health', 'own_house', 'built', 'study', 'intention', 'having', 'healthful', 'home', 'possible', 'sun', 'shine', 'room', 'home', 'working', 'sitting', 'eating', 'sleeping', 'freely', 'morning', 'afternoon', 'north', 'window', 'open', 'bathroom', 'storeroom', 'sitting', 'living', 'room', 'open', 'having', 'large', 'double', 'door', 'sun', 'shine', 'morning', 'afternoon', 'day', 'winter', 'large', 'window', 'seven', 'foot', 'long', 'outside', 'glass', 'door', 'practically', 'room', 'kitchen', 'dining', 'room', 'dow', 'house', 'large', 'thought', 'selected', 'come', 'study', 'planning', 'think', 'said', 'blind', 'good_thing', 'properly', 'outside', 'use', 'occupied', 'room', 'dark', 'example', 'east', 'blind', 'room', 'shut', 'pair', 'wide', 'open', 'sunrise', 'clock', 'east', 'open', 'let', 'morning', 'sunshine', 'afternoon', 'shut', 'west', 'clock', 'shade', 'taken', 'window', 'let', 'light', 'come', 'opening', 'half', 'taking', 'cold', 'old', 'adage', 'stuff', 'cold', 'starve', 'fever', 'simply', 'nonsense', 'cold', 'fever', 'necessary', 'starve', 'fever', 'necessary', 'starve', 'cold', 'people', 'taken', 'cold', 'right', 'eating', 'beefsteak', 'mutton', 'chop', 'roast', 'pork', 'like', 'adding', 'fuel', 'flame', 'orpour', 'ing', 'gasoline', 'kerosene', 'inflammable', 'stuff', 'food', 'stimulates', 'morbid', 'process', 'work', 'body', 'making', 'worse', 'condition', 'remedied', 'mind', 'refreshed', 'invigorated', 'distraction', 'amusement', 'abuse', 'lead', 'dissipation', 'dissipation', 'vice', 'cheerfulness', 'love', 'life', 'love', 'life', 'half', 'health', 'contrary', 'sadness', 'discouragement', 'hasten', 'old', 'age', 'gain', 'living', 'intellect', 'allow', 'arm', 'leg', 'grow', 'stiff', 'earn']
root - INFO - extracting file #75500: 2017-04-Final-Corpus/RH19040714-V81-28-page17.txt
root - INFO - extracting file #76000: 2017-04-Final-Corpus/RH19050316-V82-11-page15.txt
root - INFO - ['march', 'advent', 'review', 'sabbath', 'herald', 'black', 'hear', 'express', 'confidence', 'message', 'dinner', 'hour', 'privileged', 'fifty', 'hungry', 'little', 'urchin', 'farthing', 'dinner', 'dinner', 'worth', 'penny', 'farthing', 'monday', 'november', 'paper', 'worker', 'glasgow', 'met', 'church', 'vestry', 'talked', 'work', 'city', 'glasgow', 'divided', 'regular', 'division', 'allotted', 'territory', 'work', 'work', 'edinburgh', 'evidence', 'believe', 'added', 'number', 'rejoice', 'truth', 'far', 'report', 'result', 'work', 'past', 'week', 'tent_season', 'seven', 'adult', 'child', 'decided', 'obey', 'number', 'deeply', 'exercised', 'matter', 'brother', 'taylor', 'begun', 'work', 'canvassing', 'shop', 'edinburgh', 'patriarch', 'prophet', 'report', 'interesting', 'visit', 'report', 'kirkcaldy', 'accession', 'faith', 'cheer', 'heart', 'field', 'thankful', 'continually', 'realize', 'responsibility', 'rest', 'press', 'ultimate', 'triumph', 'westwortii', 'testimony', 'honan', 'great_reason', 'thankful', 'god', 'opened', 'wide', 'door', 'shut', 'whole_country', 'lie', 'open', 'spirit', 'god', 'urge', 'believer', 'urge', 'poor', 'heathen', 'plunged', 'darkness', 'lie', 'bleeding', 'pitiful', 'condition', 'reaching', 'blood', 'stained', 'hand', 'asking', 'healing', 'balm', 'wound', 'happy', 'realizes', 'shortness', 'time', 'feel', 'high_time', 'bidding', 'king', 'earth', 'sinful', 'inhabitant', 'whirling', 'forward', 'destruction', 'hasten', 'save', 'sowed', 'wood', 'god', 'best', 'preaching', 'bible', 'reading', 'private', 'conversation', 'distributing', 'bible', 'field', 'world', 'lie', 'open', 'seed', 'word', 'god', 'sower', 'sow', 'seed', 'know', 'prosper', 'best', 'worry', 'concerning', 'anxious', 'shall', 'eager', 'hand', 'friend', 'america', 'remembered', 'practical_way', 'form', 'donation', 'money', 'support', 'school_work', 'buy', 'bible', 'distribution', 'interested', 'reading', 'word', 'god', 'thankful', 'donation', 'shall', 'use', 'judiciously', 'possible', 'bought', 'large_number', 'bible', 'distributed', 'journey', 'shall', 'continue', 'bible', 'distribution', 'long', 'work', 'precious', 'bible', 'human', 'pen', 'human', 'voice', 'approached', 'perfection', 'way', 'god', 'express', 'word', 'simple', 'effective', 'require', 'bible', 'interpreter', 'greater', 'given', 'bible', 'furnish', 'better', 'believe', 'unreservedly', 'simple', 'doctrine', 'bible', 'power', 'god', 'unto_salvation', 'belief', 'depended', 'wicked', 'corrupt', 'world', 'friend', 'received', 'bible', 'join', 'thanks', 'gift', 'may_god', 'bless', 'dear_brethren', 'sister', 'pilquist', 'south', 'carolina', 'sickness', 'worker', 'hindered', 'work', 'columbia', 'week', 'entirely', 'stopped', 'house', 'house_work', 'book', 'paper', 'sold', 'meeting', 'held', 'church', 'furnished', 'free', 'edgwood', 'suburb', 'city', 'sunday', 'morning', 'evening', 'sabbath', 'question', 'presented', 'manifested', 'deeply', 'convicted', 'convinced', 'truth', 'far', 'begun', 'sabbath', 'hope', 'soon', 'sister', 'mchugh', 'bible', 'worker', 'west', 'michigan', 'conference', 'supporting', 'gaining', 'access', 'best', 'home', 'family', 'bible_teacher', 'holding', 'bible', 'reading', 'holding', 'reading', 'interested', 'people', 'cautious', 'generally', 'afraid', 'new', 'religion', 'honest_souls', 'inquiring', 'truth', 'work', 'slowly', 'expect', 'power', 'distant', 'day', 'brother', 'sister', 'north', 'west', 'answered', 'help', 'sending', 'readingmatter', 'corresponding', 'furnished', 'wish', 'way', 'furnish', 'paper', 'tract', 'sufficient', 'work', 'eternity', 'reveal', 'good', 'people', 'way', 'ish', 'score', 'people', 'write', 'club', 'paper', 'single', 'copy', 'opportunity', 'good', 'time', 'send', 'paper', 'correspond', 'send', 'let', 'paper', 'let', 'delay', 'great', 'harvest', 'let', 'hasten', 'earnest_work', 'tear', 'shed', 'destitution', 'field', 'prayer', 'ascended', 'god', 'help', 'opportunity', 'improve', 'little', 'effort', 'engaged', 'home', 'inquired', 'opening', 'canvasser', 'canvasser', 'actively', 'engaged', 'little', 'greatly', 'rejoice', 'little', 'beginning', 'heart', 'sad', 'look', 'unentered', 'field', 'white', 'harvest', 'canvasser', 'twct', 'county', 'small_portion', 'worked', 'thirty', 'county', 'good', 'territory', 'southem', 'state', 'worker', 'room', 'score', 'faithful', 'canvasser', 'praying', 'lord', 'place', 'burden', 'work', 'young_man', 'woman', 'remember', 'south', 'carolina', 'think', 'depend', 'recruit', 'present', 'impressed', 'destitution', 'write', 'learn', 'opening', 'work', 'received', 'inquiry', 'concerning', 'climate', 'soil', 'prospect', 'farmer', 'making', 'living', 'answer', 'briefly', 'inviting', 'question', 'climate', 'delightful', 'winter', 'suppose', 'unendurable', 'summer', 'especially', 'northern_part', 'state', 'malaria', 'summer', 'near', 'coast', 'marsh', 'surprise', 'fact', 'south', 'carolina', 'best', 'climate', 'united', 'state', 'health', 'resort', 'invalid', 'including', 'consumptive', 'climate', 'recommended', 'snow', 'sleet', 'winter', 'inch', 'northern_part', 'near', 'mountain', 'worst', 'storm', 'year', 'drought', 'unknown', 'christmas', 'day', 'door', 'window', 'open', 'child', 'playing', 'barefooted', 'yard', 'street', 'week', 'storm', 'seen', 'unmistakable', 'evidence', 'spring', 'barefoot', 'boy', 'singing', 'frog', 'soil', 'poor', 'having', 'partly', 'washed', 'away', 'neglect', 'worn', 'improper', 'cultivation', 'planting', 'cotton', 'corn', 'corn', 'cotton', 'year', 'year', 'generation', 'ground', 'drained', 'time', 'injured', 'burned', 'excessive_use', 'chemical', 'fertilizer', 'good', 'farm', 'reasonable', 'price', 'proper', 'cultivation', 'good', 'home', 'needed', 'little', 'northern', 'thrift', 'experience', 'people', 'recognize', 'welcome', 'gladly', 'furnish', 'information', 'consecrated', 'farmer', 'help', 'work', 'better', 'way', 'loeating', 'soulh', 'carolina', 'pray', 'work', 'address', 'gervais', 'columbia', 'webster', 'revival', 'kansa', 'city', 'church', 'elder', 'quinn', 'closed', 'week', 'meeting', 'kansa', 'city', 'church', 'church', 'number', 'nearly', 'member', 'like', 'large', 'church', 'settled', 'past', 'year', 'state', 'indifference', 'doubt', 'authenticity', 'testimony', 'cardinal', 'truth', 'bible', 'entered', 'mind', 'causing', 'great', 'discouragement', 'church', 'apparently', 'eve', 'wholesale', 'apostasy', 'number', 'given', 'declaring', 'walk', 'change', 'come', 'week', 'remarkable', 'experience', 'seen', 'power', 'god', 'wonderfully', 'displayed', 'desire', 'right', 'god']
root - INFO - extracting file #76500: 2017-04-Final-Corpus/RH19051026-V82-43-page5.txt
root - INFO - extracting file #77000: 2017-04-Final-Corpus/RH19060628-V83-26-page2.txt
root - INFO - ['publishing', 'work', 'lord', 'gave', 'word', 'great', 'company', 'published', 'psalm', 'fourth', 'edition', 'liberty', 'printed', 'order', 'holding', 'short_time', 'printing', 'plant', 'moved', 'promptly', 'filled', 'lady', 'school', 'teacher', 'ordered', 'copy', 'july', 'number', 'life', 'health', 'sell', 'order', 'profit', 'yearold', 'girl', 'profit', 'day', 'working', 'hour', 'day', 'boy', 'girl', 'sell', 'life', 'health', 'remarkable', 'success', 'want', 'new', 'agent', 'july', 'august', 'number', 'hot', 'weather', 'issue', 'innate', 'desire', 'young', 'mind', 'new', 'adventure', 'study', 'science', 'personal_experience', 'reading', 'author', 'desire', 'satisfied', 'perusal', 'low', 'class', 'literature', 'effect', 'lifetime', 'book', 'travel', 'adventure', 'recommend', 'boy', 'girl', 'book', 'little', 'girl', 'went', 'africa', 'book', 'travel', 'written', 'simple', 'language', 'child', 'sufficient', 'hold', 'attention', 'adult', 'excitement', 'incident', 'preparation', 'taking', 'ocean', 'voyage', 'arouse', 'young', 'mind', 'description', 'illustration', 'native', 'life', 'distant', 'land', 'enlist', 'hold', 'attention', 'old', 'young', 'price', 'book', 'post', 'paid', 'perusal', 'young', 'mind', 'filled', 'missionary_spirit', 'aid', 'spread', 'gospel', 'foreign_lands', 'personal_effort', 'abroad', 'work', 'home', 'price', 'book', 'invested', 'souvenir', 'edition', 'sign', 'time', 'containing', 'page', 'cover', 'insert', 'view', 'great_demand', 'second', 'edition', 'special', 'earthquake', 'sign', 'fifty', 'thousand', 'printed', 'sold', 'publisher', 'decided', 'issue', 'souvenir', 'edition', 'containing', 'page', 'cover', 'insert', 'giving', 'complete', 'story', 'terrible', 'calamity', 'eyewitness', 'illustrated', 'accurate', 'engraving', 'entirely', 'new_edition', 'containing', 'new', 'illustration', 'new', 'article', 'new', 'taken', 'interesting', 'striking', 'attractive', 'second', 'edition', 'following', 'good_things', 'souvenir', 'edition', 'contain', 'thirty', 'finest', 'view', 'obtainable', 'earthquake', 'ruin', 'seismographic', 'record', 'taken', 'oakland', 'napa', 'cal', 'albany', 'imperial', 'observatory', 'austria', 'record', 'whole_world', 'shaken', 'great', 'earthquake', 'paper', 'illustration', 'grouped', 'fine', 'relief', 'map', 'san_francisco', 'color', 'showing', 'swept', 'district', 'map', 'california', 'showing', 'especially', 'affected', 'earthquake', 'comparative', 'diagram', 'great', 'chicago', 'boston', 'baltimore', 'san_francisco', 'beautiful', 'striking', 'view', 'burning', 'san_francisco', 'printed', 'color', 'panoramic', 'scene', 'inch', 'showing', 'whole_city', 'half', 'flame', 'privilege', 'copyrighted', 'illustration', 'souvenir', 'edition', 'purchased', 'considerable', 'expense', 'worth', 'price', 'paper', 'panoramic', 'view', 'inch', 'showing', 'ruin', 'san_francisco', 'earthquake', 'view', 'similar', 'sold', 'fifty', 'cent', 'like', 'nature', 'number', 'tell', 'meaning', 'thing', 'light', 'prophecy', 'point', 'reader', 'sure', 'abiding', 'refuge', 'paper', 'told', 'story', 'fairly', 'sign', 'time', 'paper', 'attempt', 'meaning', 'thing', 'light', 'sure_word', 'prophecy', 'point', 'reader', 'substantial', 'enduring', 'expense', 'getting', 'fourpage', 'number', 'colored', 'engraving', 'regular', 'issue', 'worth', 'retail', 'price', 'cent', 'copy', 'lot', 'cent', 'copy', 'copy', 'cent', 'copy', 'souvenir', 'edition', 'place', 'regular', 'issue', 'june', 'printed', 'ready', 'order', 'june', 'order', 'tract', 'society', 'direct', 'publisher', 'july', 'number', 'read', 'article', 'rossiter', 'feeding', 'infant', 'appreciate', 'importance', 'getting', 'number', 'journal', 'home', 'baby', 'need', 'information', 'contained', 'article', 'entire', 'content', 'issue', 'especially', 'good', 'hot', 'season', 'general', 'public', 'need', 'procure', 'journal', 'properly', 'presented', 'note', 'following', 'subject', 'treated', 'number', 'child', 'care', 'feeding', 'infant', 'divine', 'healing', 'acute', 'articular', 'rheumatism', 'organized', 'poison', 'way', 'transgressor', 'city', 'crime', 'object_lesson', 'fly', 'tubercle', 'bacillus', 'mosquito', 'fly', 'hot', 'weather', 'care', 'infant', 'young', 'child', 'nurse', 'inspection', 'new', 'york', 'city', 'school', 'chinaman', 'rice', 'arrival', 'india', 'sanitarium', 'south', 'africa', 'mission', 'note', 'hint', 'bread', 'yeast', 'mother', 'mother', 'body', 'unofficial', 'report', 'eat', 'meat', 'president', 'message', 'report', 'reynolds', 'commission', 'sugar', 'lore', 'annual', 'subscription', 'price', 'life', 'health', 'cent', 'cent', 'single', 'copy', 'copy', 'address', 'cent', 'copy', 'send', 'circular', 'special_rates', 'agent', 'life', 'health']
root - INFO - extracting file #77500: 2017-04-Final-Corpus/RH19070207-V84-06-page20.txt
root - INFO - extracting file #78000: 2017-04-Final-Corpus/RH19070926-V84-39-page10.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'september', 'instance', 'chapter', 'genesis', 'spoken', 'chapter', 'day', 'creation', 'learn', 'day', 'work', 'chapter', 'sanctification', 'sabbath', 'family', 'tie', 'established', 'world', 'world', 'word', 'form', 'opinion', 'gospel', 'christ', 'represented', 'life', 'truly', 'represent', 'christ', 'world', 'gospel', 'preached', 'truly', 'represent', 'christ', 'quiet', 'water', 'peacefully', 'glide', 'look', 'storm', 'coming', 'break', 'fury', 'vessel', 'strained', 'stem', 'stern', 'excitement', 'sail', 'furled', 'heavy', 'anchor', 'quickly', 'dropped', 'strong', 'steel', 'finger', 'clutch', 'rock', 'ship', 'brings', 'mighty', 'lurch', 'come', 'furious', 'struggle', 'ground', 'storm', 'rage', 'cable', 'strain', 'anchor', 'dig', 'deeper', 'deeper', 'hold', 'tempest', 'driven', 'terrific', 'force', 'hurricane', 'sweep', 'anchor', 'hold', 'mighty', 'overpowering', 'strength', 'storm', 'hurl', 'forward', 'carry', 'destruction', 'look', 'anchor', 'coming', 'home', 'drifting', 'yes', 'slowly', 'drifting', 'closely', 'hug', 'rocky', 'ocean', 'bed', 'strongly', 'contesting', 'inch', 'surrendered', 'driven', 'brother', 'defeated', 'battle', 'enemy', 'discouraged', 'let', 'consider', 'having', 'driven', 'wilfully', 'going', 'having', 'conquered', 'fierce', 'struggle', 'kind', 'considerate', 'feeling', 'readiness', 'help', 'instead', 'condemn', 'know', 'desperate', 'battle', 'fought', 'surrendering', 'soul', 'hanging', 'balance', 'wicked', 'downward', 'thrust', 'christlike', 'tenderly', 'place', 'arm', 'assurance', 'standing', 'ready', 'help', 'driven', 'battle', 'enemy', 'let', 'consider', 'defeated', 'hero', 'cowardly', 'renegade', 'turncoat', 'let', 'mind', 'driven', 'enemy', 'lord', 'told', 'spirit', 'prophecy', 'guard', 'brother', 'character', 'carefully', 'day', 'satan', 'studied', 'purpose', 'drive', 'men', 'woman', 'final', 'race', 'kingdom', 'human', 'agent', 'ready', 'undue', 'censure', 'severe', 'criticism', 'may_god', 'help', 'heart', 'sympathy', 'woe', 'mantle', 'charity', 'failing', 'close', 'relation', 'saviour', 'enable', 'lift', 'fallen', 'encourage', 'downhearted', 'poplar', 'bluff', 'people', 'like', 'door', 'open', 'influence', 'good', 'evil', 'soul', 'god', 'fence', 'board', 'cedar', 'little', 'reserve', 'little', 'sacredness', 'course', 'little', 'security', 'spirit', 'like', 'wall', 'closed', 'entrance', 'temptation', 'evil', 'locked', 'inside', 'open', 'heavenly', 'proprietor', 'foundation', 'god', 'build', 'palace', 'silver', 'time', 'need', 'open', 'god', 'impart', 'closed', 'wile', 'adversary', 'chapter', 'account', 'fall', 'world', 'think', 'know', 'gospel', 'doe', 'sad', 'condition', 'libel', 'acted', 'represented', 'character', 'satan', 'world', 'believe', 'character', 'christ', 'insult', 'dear', 'redeemer', 'died', 'live', 'vast_majority', 'know', 'gether', 'child', 'god', 'gospel', 'christ', 'believer', 'result', 'destruction', 'detersee', 'life', 'professed', 'follower', 'know', 'light', 'shine', 'throne', 'god', 'reflected', 'disciple', 'light', 'world', 'let', 'light', 'shine', 'men', 'good_works', 'punishment', 'line', 'prophecy', 'verse', 'chapter', 'birth', 'cain', 'abel', 'banishment', 'cain', 'polygamy', 'descendant', 'birth', 'seth', 'chapter', 'chronology', 'noah', 'chapter', 'unequal', 'yoking', 'tomined', 'direction', 'building', 'ark', 'given', 'chapter', 'noah', 'family', 'ark', 'covenant', 'god', 'chapter', 'god', 'blessing', 'noah', 'rainbow', 'set', 'cloud', 'sign', 'god', 'covenant', 'man', 'sin', 'ham', 'death', 'noah', 'glorify', 'father', 'heaven', 'matt', 'light', 'shining', 'like', 'city', 'set', 'hill', 'hid', 'let', 'heed', 'let', 'shine', 'let', 'shine', 'men', 'good_works', 'fruit', 'pure_heart', 'heart', 'regenerated', 'spirit', 'living', 'god', 'glorify', 'father', 'heaven', 'let', 'light', 'shine', 'men', 'good_works', 'christ', 'epistle', 'written', 'ink', 'spirit', 'living', 'god', 'table', 'stone', 'fleshly', 'table', 'heart', 'glorify', 'father', 'heaven', 'middletown', 'driven', 'chas', 'bellah', 'run', 'drive', 'obey', 'truth', 'gal', 'margin', 'notice', 'expression', 'text', 'drive', 'drive', 'vast', 'difference', 'deliberately', 'choosing', 'driven', 'mighty', 'overpowering', 'adversary', 'fierce', 'battle', 'implied', 'phrase', 'driven', 'christ', 'censure', 'dweller', 'tomb', 'legion', 'driven', 'devil', 'wilderness', 'cast', 'unclean', 'spirit', 'gave', 'poor_man', 'victory', 'doe', 'condemn', 'driven', 'satan', 'dismal', 'wilderness', 'sin', 'stoop', 'place', 'chapter', 'genealogy', 'noah', 'family', 'able', 'simple', 'outline', 'like', 'firmly', 'fix', 'content', 'book', 'mind', 'time', 'selecting', 'important', 'text', 'chapter', 'commit', 'memory', 'result', 'gained', 'certainly', 'worth', 'effort', 'plan', 'systematically', 'important_work', 'definitely', 'arranged', 'plan', 'important_work', 'storing', 'mind', 'knowledge', 'god', 'word', 'ready', 'use', 'learned', 'lord', 'opportunity', 'pas', 'strength', 'received', 'time', 'trouble', 'precious', 'promise', 'valuable', 'gold', 'precious_stone', 'boulder', 'colo', 'doe', 'world', 'ames', 'epistle', 'read', 'men', 'manifestly', 'declared', 'epistle', 'christ', 'ministered', 'written', 'ink', 'spirit', 'living', 'god', 'table', 'stone', 'fleshly', 'table', 'heart', 'cor', 'known', 'enjoy', 'reading', 'epistle', 'paul', 'gospel', 'christ', 'set', 'forth', 'course', 'realize', 'world', 'read', 'epistle', 'paul', 'gospel', 'christ', 'set', 'forth', 'bible', 'know', 'gospel', 'know', 'read', 'epistle', 'known', 'read', 'men', 'yes', 'men', 'read', 'neath', 'everlasting', 'arm', 'love', 'epistle', 'written', 'ink', 'table', 'stone', 'fleshly', 'table', 'heart', 'manifestly', 'declared', 'epistle', 'christ', 'written', 'spirit', 'living', 'god', 'representation', 'character', 'condemn', 'thee', 'sin', 'fallen', 'profess', 'chrismore', 'tians', 'represent', 'christ', 'look', 'stately', 'ship', 'lift', 'sun', 'shining', 'woman', 'thine', 'accuser', 'hath', 'man', 'condemned', 'thee', 'asked', 'jesus', 'woman', 'taken', 'adultery', 'said', 'man', 'lord', 'jesus', 'said', 'unto']
root - INFO - extracting file #78500: 2017-04-Final-Corpus/RH19080507-V85-19-page6.txt
root - INFO - extracting file #79000: 2017-04-Final-Corpus/RH19081210-V85-50-page21.txt
root - INFO - ['december', 'advent', 'review', 'sabbath', 'herald', 'given', 'remarkable', 'people', 'present', 'county', 'speaking', 'answered', 'question', 'distributed', 'literature', 'omnibus', 'arrived', 'station', 'leaving', 'huntsville', 'sunset', 'arrived', 'moberly', 'minute', 'past', 'half', 'past', 'seven', 'addressing', 'audience', 'fully', 'seven', 'person', 'open', 'air', 'meeting', 'second', 'visit', 'moberly', 'far', 'greater', 'policeman', 'helped', 'arrange', 'platform', 'deeply', 'engrossed', 'topic', 'forgot', 'duty', 'street', 'open', 'rapidly', 'blocked', 'day', 'gave', 'aggregate', 'interested', 'listener', 'large_quantity', 'tract', 'leaflet', 'given', 'palmyra', 'nearly', 'person', 'listened', 'attentively', 'enjoyed', 'good', 'visit', 'brother', 'palmyra', 'church', 'louisiana', 'night', 'inclement', 'audience', 'large', 'returned', 'louisiana', 'second', 'visit', 'order', 'chiefly', 'meet', 'representative', 'men', 'state', 'living', 'city', 'nearly', 'visited', 'gave', 'large', 'audience', 'louis', 'meeting', 'held', 'church', 'meeting', 'accom', 'plished', 'design', 'writer', 'enter', 'louis', 'city', 'half', 'million', 'inhabitant', 'later', 'extensive', 'painstaking', 'public', 'work', 'work', 'church', 'exceedingly', 'anxious', 'know', 'seventh', 'day', 'adventist', 'people', 'term', 'christian', 'seventh', 'day', 'adventist', 'relative', 'term', 'seventh', 'day', 'adventism', 'charles', 'interested', 'listener', 'member', 'dominion', 'parliament', 'gentleman', 'culture', 'refinement', 'said', 'dream', 'movement', 'united', 'state', 'expected', 'return', 'canada', 'erelong', 'reenter', 'political', 'field', 'received', 'important', 'knowledge', 'subject', 'religious_liberty', 'ness', 'man', 'city', 'southern', 'section', 'state', 'writes', 'thing', 'urge', 'meeting', 'continued', 'seen', 'sense', 'political', 'work', 'appeal', 'class', 'shade', 'political', 'belief', 'equally', 'affected', 'equally', 'interested', 'influential', 'citizen', 'score', 'place', 'visited', 'stand', 'ready', 'welcome', 'religious_liberty', 'lecturer', 'offer', 'moral', 'financial_support', 'noticed', 'kansa', 'city', 'enumerated', 'place', 'visited', 'reason', 'considerable_attention', 'work', 'given', 'time', 'judge', 'wallace', 'remarkable', 'procedure', 'sunday', 'closing', 'enforcement', 'december', 'best', 'defer', 'special_effort', 'occasion', 'demand', 'day', 'following', 'close', 'tour', 'visited', 'kansa', 'city', 'kan', 'conducted', 'religious_liberty', 'service', 'church', 'attended', 'person', 'obliged', 'stand', 'evening_service', 'singular', 'noteworthy', 'feature', 'political', 'campaign', 'missouri', 'signal', 'defeat', 'governor', 'joseph', 'folk', 'attempt', 'secure', 'primary', 'nomination', 'united', 'state', 'senator', 'succeed', 'senator', 'stone', 'triumphed', 'political', 'adversary', 'majority', 'eighteen', 'thousand', 'vote', 'political', 'battle', 'missouri', 'waged', 'fiercely', 'governor', 'folk', 'unprecedented', 'canvas', 'strength', 'record', 'law', 'enforcement', 'kirkwood', 'political', 'speech', 'qualified', 'law', 'enforcement', 'meaning', 'sunday', 'closing', 'prosecution', 'violate', 'sunday', 'law', 'folk', 'stone', 'strong', 'member', 'heretofore', 'dominant', 'political', 'party', 'missouri', 'struggle', 'senatorship', 'engaged', 'divided', 'party', 'possible', 'republican', 'elect', 'attorney', 'general', 'hadley', 'governor', 'state', 'inaugurated', 'jefferson', 'city', 'january', 'defeat', 'judge', 'wallace', 'effort', 'secure', 'nomination', 'governor', 'defeat', 'governor', 'folk', 'reach', 'united', 'state', 'senate', 'formidable', 'civic', 'warrior', 'strict', 'compulsory', 'legal', 'sabbath', 'observance', 'ablest', 'champion', 'religious_legislation', 'civil', 'state', 'missouri', 'grand', 'old', 'commonwealth', 'temporarily', 'rid', 'bigotry', 'intolerance', 'god', 'principle', 'religious_liberty', 'advocate', 'triumphed', 'governor', 'folk', 'said', 'retire', 'private', 'life', 'practise', 'law', 'judge', 'wallace', 'term', 'office', 'criminal', 'judge', 'having', 'expired', 'course', 'open', 'private', 'life', 'practise', 'law', 'missouri', 'political', 'sky', 'cleared', 'threatening', 'cloud', 'intolerance', 'persecution', 'ala', 'battle', 'won', 'day', 'lost', 'morrow', 'missouri', 'eternal', 'vigilance', 'price', 'liberty', 'confident', 'governor', 'elect', 'hadley', 'ably', 'distinguished', 'attorney', 'general', 'missouri', 'governor', 'fully', 'safeguard', 'liberty', 'right', 'peo', 'fully', 'person', 'listened', 'lecture', 'inalienable_rights', 'macon', 'afternoon', 'october', 'week', 'meeting', 'pacific_press', 'branch', 'office', 'kansa', 'city', 'received', 'letter', 'prominent', 'physician', 'macon', 'passed', 'wightman', 'speaking', 'stated', 'anxious', 'ascertain', 'speaker', 'desired', 'know', 'subject', 'discussion', 'concluded', 'lecturer', 'christian_people', 'likely', 'seventh', 'day', 'adventist', 'inquired', 'adventist', 'information', 'referred', 'pacific_press', 'branch', 'office', 'evident', 'man', 'seeker', 'truth', 'gratifying', 'know', 'oftentimes', 'intolerant', 'bigot', 'prejudiced', 'person', 'order', 'nullify', 'unanswerable', 'argument', 'place', 'category', 'saloon_keeper', 'lawless', 'vicious', 'honest_souls', 'difficulty', 'classing', 'aright', 'advocate', 'principle', 'justice', 'equality', 'christian', 'seventh', 'day', 'adventist', 'significant', 'principle', 'christian', 'constitutional', 'liberty', 'advocated', 'enabled', 'man', 'identify', 'christian', 'seventh', 'day', 'adventist', 'writes', 'governor', 'elect', 'missouri', 'herbert', 'hadley', 'danger', 'losing', 'feel', 'duty', 'pleasure', 'study', 'entirely', 'proficient', 'field', 'aggressive_work', 'help', 'stay', 'tide', 'evil', 'seriously', 'threatens', 'direction', 'religious', 'intolerance', 'judge', 'ball', 'montgomery', 'city', 'met', 'dominion', 'politician', 'charles', 'related', 'religious_liberty', 'message', 'stirred', 'mind', 'people', 'city', 'said', 'set', 'thinking', 'people', 'return', 'truth', 'believe', 'court_house', 'filled', 'night', 'night', 'hear', 'impression', 'enumerate', 'judge', 'district', 'attorney', 'sheriff', 'official', 'state', 'pleasure', 'privilege', 'converse', 'wish', 'reader', 'review', 'read', 'interesting', 'letter', 'received', 'prominent', 'member', 'republican', 'party', 'lawyer', 'member', 'state', 'senate', 'writes', 'brunswick', 'asking', 'return', 'town', 'lecture', 'city', 'hall', 'promise', 'aid', 'public', 'operation', 'prominent', 'democrat', 'member', 'legislature', 'lawyer', 'chief', 'busi']
root - INFO - extracting file #79500: 2017-04-Final-Corpus/RH19090729-V86-30-page13.txt
root - INFO - extracting file #80000: 2017-04-Final-Corpus/RH19100331-V87-13-page14.txt
root - INFO - ['manitoba', 'conference', 'opened', 'past_year', 'owing', 'misunderstanding', 'management', 'employed', 'conduct', 'school', 'talk', 'manitoba', 'saskatchewan', 'uniting', 'establishing', 'school', 'province', 'carried', 'manitoba', 'school', 'property', 'sold', 'later', 'hall', 'pacific_press', 'bourdeau', 'general_conference', 'local', 'talent', 'led', 'work', 'missionary', 'agent', 'appointed', 'field', 'plan', 'laid', 'vigorous', 'campaign', 'coming', 'biennial', 'term', 'literature', 'advent', 'review', 'sabbath', 'herald', 'march', 'asked', 'work', 'attended', 'degree', 'prosperity', 'heretofore', 'opinion', 'president', 'elder', 'shaw', 'appropriation', 'exhausted', 'conference', 'selfsupporting', 'stated', 'president', 'report', 'union', 'received', 'appropriation', 'general_conference', 'returned', 'general_conference', 'form', 'donation', 'western', 'canadian', 'union_conference', 'certainly', 'interesting', 'viewed', 'standpoint', 'angel', 'message', 'inasmuch', 'contains', 'population', 'representative', 'nationality', 'country', 'rapidly', 'filling', 'thrifty', 'industrious', 'class', 'people', 'railroad', 'built', 'open', 'territory', 'hitherto', 'unentered', 'inaccessible', 'great', 'distance', 'line', 'travel', 'farming', 'stockraising', 'principal', 'industry', 'mining', 'lumbering', 'fruit', 'raising', 'industry', 'carried', 'forward', 'brother', 'field', 'early', 'appreciated', 'advantage', 'education', 'territory', 'organized', 'union_conference', 'local_conferences', 'started', 'maintaining', 'intermediate_school', 'school', 'alberta', 'prosperous', 'present_time', 'school', 'moved', 'past_year', 'leduc', 'lacombe', 'goodsized', 'school_building', 'erected', 'land', 'owned', 'conjointly', 'school', 'sanitarium', 'school', 'enrolbranch', 'work', 'brother', 'ment', 'present', 'eighty', 'school', 'maori', 'mission_field', 'brother', 'read', 'smith', 'letter', 'written', 'tologa', 'bay', 'new', 'zealand', 'following', 'interesting', 'information', 'reference', 'work', 'maori', 'people', 'work', 'maori', 'continues', 'interesting', 'varied', 'sunday', 'school', 'hall', 'time', 'year', 'moving', 'population', 'shearing', 'time', 'native', 'station', 'number', 'present', 'school', 'fluctuates', 'somea', 'time', 'time', 'fifty', 'age', 'teaching', 'need', 'simple', 'interesting', 'illustrated', 'teachable', 'easily', 'pleased', 'easily', 'offended', 'easily', 'spoiled', 'need', 'teaching', 'training', 'development', 'necessity', 'sing', 'tired', 'passionately', 'fond', 'music', 'mass', 'way', 'trained', 'assemble', 'appointment', 'wait', 'sing', 'singing', 'draw', 'near', 'hear', 'communicate', 'neighbor', 'half', 'hour', 'continued', 'singing', 'congregation', 'month', 'sickness', 'general', 'month', 'exceptionally', 'busy', 'gave', 'treatment', 'mean', 'labor', 'given', 'home', 'imagine', 'lack', 'facility', 'nearly', 'baby', 'child', 'ill', 'adult', 'kept', 'going', 'early', 'morning', 'late', 'hour', 'rejoice', 'privilege', 'helping', 'need', 'help', 'able', 'praise', 'lord', 'soul', 'mind', 'strength', 'helped', 'far', 'case', 'hand', 'fatal', 'recovering', 'blessing', 'giver', 'good', 'perfect', 'gift', 'case', 'delight', 'work', 'lord', 'called', 'praise', 'honor', 'bestows', 'colaborers', 'new', 'self_denial', 'box', 'year', 'southern', 'missionary', 'society', 'putting', 'self_denial', 'box', 'purpose', 'securing', 'fund', 'work', 'colored', 'people', 'south', 'harmony', 'light', 'god', 'given', 'servant', 'sister', 'white', 'quote', 'statement', 'great_amount', 'given', 'subject', 'present', 'portion', 'master', 'vineyard', 'neglected', 'worked', 'earnest', 'appeal', 'love', 'lord', 'jesus', 'help', 'important', 'time', 'lord', 'instructed', 'accomplished', 'placing', 'selfdenial', 'box', 'home', 'people', 'acted', 'light', 'given', 'glad', 'learn', 'love', 'christ', 'moved', 'heart', 'large', 'number', 'responded', 'heart', 'thank_god', 'good_results', 'seen', 'money', 'sent', 'self_denial', 'box', 'help', 'acii', 'attendance', 'british', 'columbia', 'school', 'large', 'occasion', 'brother', 'having', 'charge', 'work', 'hopeful', 'near_future', 'good_attendance', 'elder', 'shaw', 'unanimously', 'reelected', 'president', 'union_conference', 'elder', 'burman', 'vicepresident', 'brother', 'good_courage', 'work', 'sermon', 'instruction', 'conference', 'practical', 'nature', 'calculated', 'build', 'establish', 'brother', 'faith', 'elder', 'breed', 'vice_president', 'north', 'pacific', 'union_conference', 'accompanied', 'meeting', 'rendered', 'valuable_assistance', 'preaching', 'committee', 'work', 'inasmuch', 'privilege', 'represent', 'general_conference', 'organization', 'union_conference', 'grateful', 'privilege', 'present', 'biennial', 'meeting', 'note', 'progress', 'attended', 'work', 'result', 'organization', 'self', 'sacrificing', 'spirit', 'continues', 'western', 'canadian', 'union_conference', 'characterized', 'present_time', 'question', 'work', 'field', 'rapidly', 'increase', 'near_future', 'place', 'strong', 'union_conferences', 'prayer', 'god', 'wisdom', 'chosen', 'officer', 'conference', 'bless', 'effort', 'forth', 'laborer', 'field', 'rapid', 'increase', 'conference', 'period', 'irwin', 'present', 'sanitarium_work', 'carried', 'forward', 'union', 'year', 'brother', 'frank', 'hommel', 'corp', 'worker', 'operated', 'treatment_rooms', 'rented', 'building', 'city', 'edmonton', 'capital', 'alberta', 'built', 'reputation', 'practise', 'building', 'finally', 'sold', 'young', 'men', 'christian_association', 'threw', 'place', 'anticipating', 'land', 'purchased', 'lacombe', 'sanitarium', 'connection', 'school', 'closing', 'health_work', 'edmonton', 'brother', 'hommel', 'devoting', 'time', 'sale', 'ministry', 'healing', 'raising', 'mean', 'erect', 'new_building', 'lacombe', 'work', 'building', 'begun', 'soon', 'spring', 'fairly', 'open', 'expected', 'winter', 'come', 'school', 'sanitarium_work', 'operation', 'beautiful', 'valley', 'growing', 'town', 'lacombe', 'located', 'gain', 'seven', 'membership', 'union_conference', 'reported', 'total', 'sale', 'book', 'literature', 'biennial_period', 'amounted', 'average', 'sale', 'caput', 'fourth', 'cent', 'caput', 'reported', 'cent', 'week', 'plan', 'year', 'average', 'fourth', 'cent', 'total', 'paid', 'conference', 'year', 'tithe', 'amounted', 'total', 'offering', 'amounted', 'making', 'grand_total', 'tithe', 'offering', 'tithe', 'caput', 'healthy', 'increase', 'payment', 'tithe', 'probability', 'coming', 'camp_meeting', 'held', 'saskatchewan', 'mission_field', 'organized', 'conference', 'reported', 'self', 'supporting', 'union', 'consist', 'simply', 'organized', 'local_conferences', 'religious', 'liberty', 'paper', 'dominion', 'sentinel', 'great_help', 'work', 'canadian', 'field', 'receiving', 'attention', 'hand', 'sunday', 'law', 'advocate', 'inasmuch', 'beginning', 'realize', 'potent', 'factor', 'opposing', 'plan', 'voted', 'start', 'union_conference', 'paper', 'medium', 'communication', 'union_conference', 'office', 'state', 'medium', 'president', 'touch', 'church', 'isolated', 'brother', 'respective', 'field', 'book', 'men', 'missionary', 'convention', 'carried', 'simultaneously', 'regular', 'conference', 'work', 'afternoon', 'devoted', 'entirely']
root - INFO - extracting file #80500: 2017-04-Final-Corpus/RH19101110-V87-45-page15.txt
root - INFO - extracting file #81000: 2017-04-Final-Corpus/RH19110706-V88-27-page14.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'july', 'quantity', 'require', 'time', 'bread', 'baked', 'clay', 'oven', 'abyssinian', 'woman', 'untidy', 'having', 'apparently', 'thought', 'understanding', 'principle', 'cleanliness', 'older', 'woman', 'deeply', 'rooted', 'custom', 'religious_views', 'somewhat', 'difficult', 'instruction', 'inquisitive', 'ask', 'manner', 'question', 'avenue', 'hope', 'turn', 'mind', 'better', 'thing', 'great', 'work', 'need', 'woman', 'abyssinia', 'asmara', 'eritrea', 'work', 'european_division', 'conradi', 'statistic', 'showing', 'result', 'year', 'work', 'believe', 'reader', 'review', 'interested', 'catch', 'general', 'glimpse', 'european_division', 'conduct', 'work', 'country', 'europe', 'northern', 'eastern', 'africa', 'northern', 'western', 'asia', 'territory', 'tremendous', 'extending', 'atlantic', 'pacific', 'arctic', 'region', 'equator', 'population', 'equally', 'appalling', 'fifty', 'million', 'soul', 'living', 'boundary', 'europe', 'proper', 'divided', 'great', 'union_conferences', 'european', 'turkey', 'greece', 'million', 'people', 'levant', 'mission_field', 'asia', 'levant', 'siberian', 'union', 'mission_fields', 'africa', 'latin', 'union', 'working', 'algeria', 'levant', 'union', 'egypt', 'european_division', 'general_conference', 'look', 'mission_fields', 'british', 'german', 'italian', 'east', 'africa', 'rule', 'progress', 'attended', 'work', 'field', 'specify', 'east', 'german', 'union_conference', 'union', 'population', 'conducting', 'work', 'eastern_part', 'german', 'empire', 'hungary', 'balkan', 'large_portion', 'austria', 'year', 'added', 'member', 'vote', 'baptism', 'increased', 'membership', 'close', 'year', 'boundary', 'conference', 'mission_fields', 'new', 'conference', 'mission_field', 'organized', 'near', 'close', 'year', 'tithe', 'year', 'amounted', 'membership', 'german', 'empire', 'contributed', 'tithe', 'cent', 'given', 'mission', 'purpose', 'conference', 'worked', 'territory', 'containing', 'people', 'contributed', 'mission_fields', 'population', 'gave', 'tithe', 'offering', 'general_conference', 'mission', 'territory', 'readily', 'local', 'german', 'conference', 'retained', 'fund', 'plea', 'large', 'population', 'territory', 'provide', 'allow', 'mean', 'flow', 'liberally', 'region', 'lord', 'prospered', 'east', 'german', 'union_conference', 'work', 'local', 'german', 'conference', 'steadily', 'giving', 'fruit', 'hungary', 'adriatic', 'galician', 'balkan', 'mission_fields', 'member', 'lack', 'large_cities', 'territory', 'union_conference', 'greater', 'berlin', 'population', 'budapest', 'nearly', 'dresden', 'leipzig', 'breslau', 'half', 'million', 'church', 'member', 'berlin', 'church', 'member', 'dresden', 'leipzig', 'member', 'chemnitz', 'stettin', 'bucharest', 'breslau', 'koenigsberg', 'ioo', 'large', 'church', 'growing', 'important', 'populous', 'city', 'rent', 'expensive', 'invested', 'meager', 'mean', 'chapel', 'preferred', 'save', 'possibly', 'furtherance', 'gospel', 'present', 'active', 'worker', 'union', 'thirtyone', 'ordained', 'minister', 'ioo', 'canvasser', 'work', 'sale', 'amounted', 'conference', 'general_agent', 'recently', 'appointed', 'union', 'general_agent', 'east', 'german', 'union', 'led', 'list', 'gain', 'membership', 'year', 'west', 'german', 'union_conference', 'territory', 'west', 'german', 'union', 'includes', 'western_part', 'germany', 'holland', 'belgium', 'german', 'switzerland', 'proportion', 'austria', 'population', 'year', 'added', 'member', 'baptism', 'vote', 'increased', 'membership', 'close', 'year', 'conference', 'mission_fields', 'new', 'conference', 'added', 'december', 'includes', 'border', 'wealthy', 'germany', 'nearly', 'member', 'german', 'swiss', 'conference', 'far', 'secured', 'membership', 'people', 'living', 'local_conferences', 'west', 'german', 'union', 'member', 'tithe', 'union', 'conference', 'paid', 'cent', 'turned', 'mission_work', 'year', 'local', 'conference', 'territory', 'containing', 'people', 'worked', 'conference', 'contributed', 'mission_fields', 'population', 'gave', 'general_conference', 'addition', 'offering', 'making', 'total', 'turned', 'european_division', 'lord', 'prospered', 'union_conference', 'work', 'germany', 'german', 'switzerland', 'territory', 'member', 'austria', 'loo', 'belgium', 'holland', 'doe', 'lack', 'large_cities', 'territory', 'vienna', 'contains', 'population', 'hamburg', 'altona', 'amsterdam', 'cologne', 'munich', 'brussels', 'half', 'million', 'city', 'inhabitant', 'territory', 'west', 'german', 'union_conference', 'church', 'hamburg', 'member', 'member', 'munich', 'nuremberg', 'frankfort', 'hanover', 'stuttgart', 'hague', 'cologne', 'ioo', 'elberfeld', 'essen', 'basel', 'zurich', 'field', 'active', 'worker', 'thirty', 'ordained', 'minister', 'year', 'book', 'canvasser', 'work', 'total', 'sale', 'literature', 'retail', 'value', 'hamburg', 'publishing', 'house', 'sale', 'reported', 'amounted', 'scandinavian', 'union_conference', 'smallest', 'european', 'union_conferences', 'contains', 'population', 'present', 'conference', 'mission_fields', 'territory', 'year', 'added', 'member', 'bringing', 'membership', 'danish', 'swedish', 'norwegian', 'conference', 'retained', 'eighty', 'cent', 'tithe', 'pay', 'cent', 'sustentation', 'fund', 'general_conference', 'beginning', 'jan', 'year', 'union', 'tithe', 'amounted', 'came', 'conference', 'mentioned', 'work', 'field', 'year', 'union', 'contributed', 'regular', 'offering', 'special', 'offering', 'mission', 'scandinavian', 'brother', 'greatly', 'rejoice', 'god', 'enabled', 'support', 'own_work', 'mission', 'territory', 'union', 'eighty', 'canvasser', 'sale', 'year', 'highest', 'average', 'union_conference', 'european_division', 'russian', 'union_conference', 'january', 'great', 'russian', 'empire', 'save', 'little', 'finland', 'million', 'formed', 'scandinavian', 'union_conference', 'composed', 'union_conference', 'year', 'received', 'union', 'member', 'baptism', 'vote', 'making', 'total', 'total_membership', 'end', 'december', 'member', 'exact', 'russia', 'greatest', 'increase', 'finance', 'tithe', 'doubled', 'year', 'corning', 'heretofore', 'conference', 'mission_fields', 'russia', 'jan', 'riga', 'surrounding', 'country']
root - INFO - extracting file #81500: 2017-04-Final-Corpus/RH19120229-V89-09-page14.txt
root - INFO - extracting file #82000: 2017-04-Final-Corpus/RH19121017-V89-42-page21.txt
root - INFO - ['october', 'advent', 'review', 'sabbath', 'herald', 'violent', 'speaker', 'going', 'far', 'threaten', 'political', 'peace', 'nation', 'appropriation', 'november', 'monsignor', 'teeling', 'lynn', 'mass', 'leading', 'prelate', 'ultramontane', 'wing', 'roman_church', 'public', 'address', 'stated', 'time', 'come', 'demand', 'work', 'state', 'support', 'parochial', 'school', 'determined', 'effort', 'secure', 'national', 'support', 'roman', 'school', 'indian', 'control', 'absolutely', 'government', 'school', 'commissioner', 'indian', 'affair', 'valentine', 'spring', 'issued', 'order', 'teacher', 'government', 'school', 'teach', 'religious', 'garb', 'powerful', 'ecclesiastical', 'influence', 'washington', 'president', 'united', 'state', 'immediately', 'revoked', 'order', 'cardinal', 'living', 'called', 'cardinal', 'curia', 'italian', 'exception', 'merry', 'del', 'val', 'vives', 'tuto', 'spanish', 'van', 'rossum', 'dutch', 'billot', 'french', 'cardinal', 'curia', 'remarked', 'profitable', 'work', 'church', 'larger', 'proportion', 'foreign', 'american', 'instance', 'represented', 'late', 'cardinal', 'satolli', 'original', 'apostolic', 'legate', 'washington', 'successor', 'cardinal', 'martinelli', 'falconio', 'need', 'felt', 'born', 'american', 'prominent', 'ecclesiastic', 'dear', 'present', 'pope', 'occupying', 'important', 'position', 'rome', 'mentioned', 'archbishop', 'important', 'united', 'state', 'regarded', 'likely', 'american', 'cardinal', 'curia', 'long', 'talked', 'peace', 'treaty', 'italy', 'turkey', 'signed', 'ouchy', 'switzerland', 'october', 'schooner', 'nearly', 'year', 'old', 'hiram', 'built', 'biddeford', 'maine', 'voyage', 'cape', 'horn', 'san_francisco', 'panama', 'pacific', 'exposition', 'exception', 'oldest', 'vessel', 'american', 'registry', 'afloat', 'active_service', 'launched', 'threat', 'sacrifice', 'european', 'life', 'foochow', 'china', 'uttered', 'general', 'pung', 'demand', 'tael', 'authority', 'acceded', 'mutinous', 'troop', 'general', 'pung', 'number', 'men', 'force', 'government', 'troop', 'marching', 'nanking', 'meet', 'rebel', 'silence', 'american', 'press', 'question', 'nigh', 'criminal', 'daily', 'paper', 'prominence', 'mildly', 'criticized', 'rebuked', 'church', 'demand', 'public', 'united', 'state', 'consistory', 'left', 'active_service', 'support', 'institution', 'paper', 'refused', 'print', 'printed', 'garbled', 'extremely', 'abbreviated', 'form', 'address', 'eminent', 'clergyman', 'criticized', 'opposed', 'demand', 'roman_church', 'anti', 'romanist', 'publication', 'true', 'spoken', 'uncertain', 'tone', 'matter', 'extreme', 'violence', 'intolerance', 'whole_matter', 'romanism', 'limit', 'influence', 'comparatively', 'small_number', 'subscriber', 'protestant', 'religious', 'press', 'country', 'hesitated', 'speak', 'fearlessly', 'openly', 'concerning', 'matter', 'deserves', 'thanks', 'patriotic', 'american', 'timely', 'utterance', 'religious', 'press', 'necessarily', 'limitation', 'come', 'discussing', 'political', 'matter', 'maintain', 'advocate', 'right', 'principle', 'grave', 'matter', 'lead', 'propaganda', 'accomplish', 'result', 'concerted', 'political', 'action', 'evident', 'citizen', 'informed', 'important_matter', 'mean', 'publication', 'independent', 'issue', 'wholly', 'devoted', 'publishing', 'church', 'state', 'maintain', 'entire', 'separation', 'church', 'state', 'oppose', 'appropriation', 'public', 'money', 'public', 'property', 'sectarian', 'institution', 'purpose', 'strongly', 'advocate', 'passage', 'law', 'making', 'appropriation', 'forever', 'impossible', 'reader', 'public', 'thoroughly', 'informed', 'matter', 'pertaining', 'question', 'vatican', 'problem', 'duestion', 'tapis', 'vatican', 'caused', 'animated', 'learned', 'discussion', 'thirty', 'year', 'giving', 'different', 'catholic', 'section', 'world', 'better', 'representation', 'sacred', 'college', 'known', 'kind', 'senate', 'church', 'pope', 'compared', 'temporal', 'ruler', 'cardinal', 'represent', 'viceroy', 'working', 'vast', 'complicated', 'machinery', 'church', 'rome', 'necessary', 'wished', 'raise', 'purple', 'head', 'archdiocese', 'boston', 'new', 'york', 'great', 'merit', 'overlooked', 'canada', 'monsignor', 'bruchesi', 'archbishop', 'montreal', 'practically', 'position', 'archbishop', 'connell', 'appointment', 'high', 'dignity', 'overlooking', 'monsignor', 'begin', 'archbishop', 'quebec', 'special', 'cable', 'rome', 'new', 'york', 'time', 'oct', 'year', 'summoned', 'rejoin', 'color', 'october', 'men', 'ordinarily', 'called', 'join', 'regiment', 'march', 'ordered', 'report', 'duty', 'decree', 'mobilizing', 'vast', 'army', 'regarded', 'showing', 'government', 'considers', 'railroad', 'strike', 'premier', 'canalejas', 'asserts', 'railroad', 'men', 'virtually', 'declared', 'social', 'war', 'demand', 'impossible', 'fulfilment', 'early', 'settlement', 'strike', 'regard', 'canada', 'repetition', 'occurred', 'spanish', 'reservist', 'news', 'miscellany', 'impossible', 'yielding', 'demand', 'conser', 'note', 'clipping', 'daily', 'weekly', 'press', 'person', 'killed', 'automobile', 'accident', 'occurring', 'various_parts', 'country', 'october', 'person', 'watching', 'interstate', 'fair', 'ground', 'near', 'trenton', 'charles', 'walsh', 'making', 'spiral', 'descent', 'curtis', 'biplane', 'fell', 'instant', 'death', 'october', 'practically', 'bone', 'body', 'broken', 'face', 'body', 'badly', 'cut', 'fell', 'foot', 'machine', 'complete', 'wreck', 'archery', 'showing', 'sign', 'revival', 'sport', 'national', 'archery', 'association', 'tournament', 'week', 'ago', 'boston', 'largest', 'attendance', 'year', 'american', 'archer', 'said', 'hold', 'record', 'fifty', 'year', 'equaled', 'england', 'original', 'home', 'sport', 'according', 'report', 'madero', 'administration', 'torn', 'internal', 'dissension', 'confronted', 'revolution', 'north', 'south', 'army', 'inefficient', 'sympathy', 'madero', 'real', 'leader', 'appear', 'feared', 'army', 'rebel', 'tomorrow', 'government', 'money', 'peso', 'hand', 'pledged', 'reserved', 'stated', 'purpose', 'danger', 'moment', 'breach', 'madero', 'congress', 'government', 'outvoted', 'administration', 'fall', 'public_sentiment', 'overwhelmingly', 'legislative', 'body', 'vationists', 'coal', 'land', 'leased', 'government', 'private', 'concern', 'instead', 'allotted', 'sold', 'interior', 'department', 'announced', 'plan', 'tried', 'result', 'van', 'manning', 'assistant', 'director', 'bureau', 'departed', 'wyoming', 'complete', 'leasing', 'acre', 'government', 'coal', 'land', 'state', 'local', 'corporation', 'leasing', 'experiment', 'carefully', 'watched', 'successful', 'probably', 'mark', 'revolution', 'policy', 'government', 'dealing', 'public', 'land', 'writing', 'organized', 'labor', 'history', 'attended', 'scene', 'violence', 'lawrence', 'mass', 'september', 'time', 'country', 'demonstration', 'strike', 'imprisonment', 'labor', 'leader', 'took', 'place', 'hand', 'hand', 'clash', 'rioter', 'police', 'lasting', 'day', 'demonstration', 'declared', 'industrial', 'worker', 'world', 'strike', 'called', 'hour', 'protest', 'imprisonment', 'joseph', 'ettor', 'arturo', 'giovannitti', 'joseph', 'caruso', 'trial', 'connection', 'death', 'anna', 'lopizzo', 'textile', 'strike', 'winter', 'opened', 'seven', 'thousand', 'operative', 'cottonand', 'woolenmills', 'obeyed', 'forcing', 'intimidation', 'lack', 'work', 'closing', 'department', 'mass', 'meeting', 'worker', 'told', 'work', 'ready', 'come', 'industrial', 'worker', 'leader', 'satisfied', 'progress', 'trial', 'missionary', 'recalled', 'hinghwa', 'district', 'north', 'amoy', 'disorder', 'existed', 'time']
root - INFO - extracting file #82500: 2017-04-Final-Corpus/RH19130626-V90-26-page23.txt
root - INFO - extracting file #83000: 2017-04-Final-Corpus/RH19140212-V91-07-page5.txt
root - INFO - ['february', 'advent', 'review', 'sabbath', 'herald', 'year', 'later', 'seventh', 'year', 'hoshea', 'shalmaneser', 'king', 'assyria', 'came', 'samaria', 'besieged', 'end', 'year', 'took', 'sixth', 'year', 'hezekiah', 'ninth', 'year', 'hoshea', 'king', 'israel', 'samaria', 'taken', 'king', 'assyria', 'carry', 'away', 'israel', 'unto', 'assyria', 'halah', 'habor', 'river', 'gozan', 'city', 'medes', 'obeyed', 'voice', 'lord', 'god', 'transgressed', 'covenant', 'moses', 'servant', 'lord', 'commanded', 'king', 'destruction', 'came', 'northern', 'kingdom', 'directly', 'god', 'assyrian', 'merely', 'instrument', 'carry', 'purpose', 'isaiah', 'began', 'prophesy', 'fall', 'samaria', 'lord', 'referred', 'assyrian', 'host', 'rod', 'anger', 'staff', 'hand', 'said', 'indignation', 'isa', 'child', 'israel', 'sinned', 'lord', 'god', 'wrought', 'wicked', 'thing', 'provoke', 'lord', 'anger', 'served', 'idol', 'whereof', 'lord', 'said', 'unto', 'shall', 'thing', 'notwithstanding', 'hear', 'rejected', 'statute', 'covenant', 'father', 'testimony', 'testified', 'left', 'commandment', 'lord', 'god', 'molten', 'image', 'calf', 'grove', 'worshiped', 'host', 'heaven', 'served', 'baal', 'caused', 'son', 'daughter', 'pas', 'divination', 'enchantment', 'sold', 'evil', 'sight', 'lord', 'provoke', 'anger', 'lord', 'angry', 'israel', 'afflicted', 'delivered', 'unto', 'hand', 'spoiler', 'cast', 'sight', 'said', 'servant', 'prophet', 'israel', 'carried', 'away', 'own_land', 'assyria', 'king', 'sabbath', 'lord', 'holmes', 'pamphlet', 'recently', 'published', 'lord', 'day', 'alliance', 'united', 'state', 'stated', 'fourth', 'commandment', 'decalogue', 'refers', 'institution', 'particular_day', 'day', 'work', 'seventh', 'day', 'day', 'rest', 'idea', 'carried', 'observing', 'sabbath', 'argument', 'generally', 'day', 'observer', 'especially', 'desired', 'switch', 'sabbath', 'seventh', 'day', 'week', 'idea', 'literally', 'followed', 'day', 'week', 'somebody', 'resting', 'person', 'liberty', 'select', 'sabbath', 'rest_day', 'argument', 'entirely', 'overlook', 'fundamental', 'statement', 'author', 'decalogue', 'plainly', 'fourth', 'commandment', 'seventh', 'day', 'sabbath', 'lord_thy', 'god', 'creator', 'personal', 'seen', 'fit', 'work', 'day', 'rest', 'seventh', 'selected', 'day', 'labor', 'seventh', 'rest', 'wished', 'liberty', 'writer', 'referred', 'claim', 'belongs', 'point', 'creator', 'specifying', 'exactly', 'day', 'rested', 'blessed', 'asks', 'creature', 'respect', 'sabbath', 'apparent', 'creature', 'man', 'authorized', 'select', 'day', 'observe', 'sabbath', 'fourth', 'commandment', 'man', 'duty', 'accept', 'period', 'set', 'apart', 'way', 'required', 'set', 'apart', 'takoma', 'park', 'annual', 'feast', 'annual', 'sabbath', 'day', 'date', 'christ', 'crucifixion', 'johnson', 'sabbath', 'following', 'crucifixion', 'christ', 'lay', 'tomb', 'luke', 'day', 'sixteenth', 'abib', 'priest', 'waved', 'sheaf', 'fruit', 'lord', 'forgotten', 'sixteenth', 'day', 'followed', 'passover', 'sabbath', 'fifteenth', 'month', 'lev', 'year', 'christ', 'crucifixion', 'wave', 'sheaf', 'presented', 'lord', 'seventh', 'day', 'sabbath', 'wherefore', 'sabbath', 'day', 'high', 'day', 'john', 'clarke', 'comment', 'verse', 'edersheim', 'life', 'christ', 'vol', 'page', 'sunday', 'seventeenth', 'day', 'abib', 'christ', 'remain', 'sepulcher', 'day', 'buried', 'friday', 'afternoon', 'rose', 'early', 'following', 'sunday', 'morning', 'day', 'crucifixion', 'luke', 'mark', 'cor', 'difficult', 'harmonize', 'resurrection', 'day', 'statement', 'day', 'rise', 'mark', 'following', 'note', 'explain', 'apparent', 'contradiction', 'common', 'nation', 'jew', 'reckoned', 'period', 'time', 'attention', 'circumstance', 'explain', 'apparent', 'contradiction', 'sacred', 'writing', 'day', 'year', 'entire_year', 'abenezra', 'eminent', 'jewish', 'commentator', 'lev', 'infant', 'born', 'hour', 'day', 'hour', 'counted', 'whole_day', 'observation', 'critically', 'reconciles', 'account', 'lord', 'resurrection', 'matt', 'mark', 'day', 'resurrection', 'day', 'according', 'matt', 'luke', 'according', 'fact', 'lord', 'crucified', 'good', 'friday', 'sixth', 'hour', 'noon', 'remainder', 'day', 'sunset', 'according', 'jewish', 'computation', 'reckoned', 'day', 'saturday', 'universally', 'admitted', 'formed', 'second', 'day', 'day', 'began', 'saturday', 'sunset', 'saviour', 'rose', 'sunrise', 'folloing', 'morning', 'day', 'justly', 'reckoned', 'day', 'interval', 'day', 'night', 'calendar', 'day', 'current', 'horne', 'introduction', 'vol', 'chap', 'page', 'compare', 'esther', 'luke', 'provision', 'day', 'moses', 'valid', 'reason', 'past', 'time', 'published', 'new', 'haven', 'failed', 'passover', 'dimbleby', 'pamphlet', 'conn', 'eighth', 'edition', 'page', 'month', 'permitted', 'following', 'statement', 'concernon', 'fourteenth', 'day', 'second', 'ing', 'time', 'christ', 'crucifixion', 'crucifixion', 'beginning', 'jesus_christ', 'crucified', 'middle', 'seventh', 'civil', 'ecclesiastical', 'month', 'abib', 'nisan', 'early', 'friday', 'fifteenth', 'day', 'passover', 'saturday', 'old', 'sabbath', 'day', 'sixteenth', 'page', 'table', 'ancient', 'hebrew', 'solar', 'cycle', 'page', 'sixteenth', 'abib', 'fall', 'weekly', 'sabbath', 'evident', 'day', 'christ', 'tomb', 'sabbath', 'sixteenth', 'day', 'abib', 'christ', 'rose', 'dead', 'day', 'week', 'sunday', 'day', 'crucifixion', 'mark', 'luke', 'said', 'concerning', 'event', 'preceding', 'day', 'day', 'month', 'occurred', 'follows', 'resurrection', 'christ', 'month', 'num', 'later', 'jew', 'observing', 'feast', 'day', 'instead', 'instead', 'people', 'keeping', 'day', 'feast', 'sabbath', 'observed', 'day', 'case', 'practical', 'lesson', 'gilbert', 'page', 'assurance', 'doubly', 'sure', 'soon', 'practice', 'new', 'year', 'day', 'successive', 'day', 'extended', 'duplication', 'great', 'feast', 'day', 'temple', 'edershelin', 'page', 'learned', 'sixteenth', 'day', 'wave', 'sheaf', 'presented', 'lord', 'sabbath', 'second', 'day', 'ceremony', 'day', 'week', 'day', 'christ', 'resurrection', 'following', 'statement', 'desire', 'age', 'large', 'edition', 'page', 'harmony', 'view', 'christ', 'arose', 'dead', 'fruit', 'slept', 'antitype', 'wave', 'sheaf', 'resur']
root - INFO - extracting file #83500: 2017-04-Final-Corpus/RH19141015-V91-43-page10.txt
root - INFO - extracting file #84000: 2017-04-Final-Corpus/RH19150603-V92-27-page17.txt
root - INFO - ['june', 'advent', 'review', 'sabbath', 'herald', 'field_work', 'otrilltd', 'world', 'territory', 'making', 'impossible', 'visit', 'portion', 'field', 'desirable', 'delay', 'experienced', 'mail', 'facility', 'especially', 'removal', 'mail', 'ship', 'account', 'war', 'large', 'unworked', 'spanish', 'territory', 'containing', 'million', 'soul', 'majority', 'darkened', 'ignorance', 'superstition', 'greatest', 'problem', 'meeting', 'plan', 'work', 'message', 'quickly', 'carried', 'people', 'circulation', 'literature', 'prominent', 'factor', 'work', 'request', 'efficient', 'laborer', 'branch', 'west', 'south', 'caribbean', 'conference', 'problem', 'reach', 'large', 'spanish', 'speaking', 'population', 'union', 'great', 'solved', 'account', 'difficulty', 'finding', 'available', 'office', 'room', 'canal', 'zone', 'thought', 'best', 'locate', 'union', 'headquarters', 'jamaica', 'present', 'step', 'taken', 'looking', 'increasing', 'circulation', 'west', 'indian', 'watchman', 'literature', 'produced', 'printing', 'office', 'river', 'dale', 'brother', 'connected', 'office', 'laboring', 'hard', 'printing', 'office', 'self', 'supporting', 'departmental', 'work', 'given', 'consideration', 'meeting', 'plan', 'adopted', 'strengthen', 'line', 'espe', 'denver', 'glad', 'report', 'work', 'moving', 'onward', 'september', 'privilege', 'baptizing', 'new_believers', 'church', 'blessed', 'addition', 'membership', 'deeper', 'manifested', 'regular', 'church', 'service', 'sunday', 'evening_meetings', 'taking', 'stand', 'truth', 'result', 'effort', 'city', 'coming', 'bible', 'reading', 'busy', 'outlook', 'brighter', 'anglebarger', 'west', 'indian', 'union', 'march', 'prof', 'kern', 'writer', 'sailed', 'new', 'york', 'steamship', 'alimarante', 'hold', 'ministerial', 'institute', 'attend', 'meeting', 'west', 'indian', 'union', 'pleasant', 'sail', 'day', 'reached', 'kingston', 'jamaica', 'jamaican', 'conference', 'session', 'received', 'hearty', 'welcome', 'delegate', 'present', 'nearly', 'church', 'kingston', 'church', 'membership', 'large_attendance', 'large_church', 'crowded', 'evening_services', 'interested', 'attending', 'ready', 'response', 'given', 'instruction', 'entered', 'heartily', 'study', 'plan', 'advancement', 'work', 'island', 'harmony', 'prevailed', 'deliberation', 'conference', 'elder', 'boger', 'unanimously', 'reelected', 'president', 'conference', 'degering', 'secretary', 'treasurer', 'plan', 'laid', 'committee', 'carry', 'forward', 'effort', 'new_fields', 'hold', 'number', 'convention', 'church', 'way', 'carry', 'forward', 'strong', 'aggressive', 'movement', 'ingathering', 'soul', 'report', 'rendered', 'conference', 'indicated', 'progress', 'outlook', 'advancement', 'work', 'island', 'encouraging', 'april', 'sailed', 'colon', 'hold', 'ministerial', 'institute', 'attend', 'session', 'west', 'indian', 'union', 'west', 'caribbean', 'conference', 'reached', 'canal', 'zone', 'seventh', 'soon', 'comfortably', 'located', 'room', 'mission', 'building', 'cristobal', 'day', 'april', 'busty', 'institute', 'covered', 'day', 'meeting', 'territory', 'widely', 'scattered', 'time', 'expense', 'necessary', 'reach', 'place', 'meeting', 'nearly', 'worker', 'field', 'attendance', 'fifty', 'worker', 'present', 'number', 'colon', 'church', 'large', 'institute', 'institute', 'conducted', 'general', 'plan', 'held', 'united', 'state', 'instruction', 'given', 'professor', 'kern', 'writer', 'covering', 'work', 'ministry', 'holy', 'spirit', 'prayer', 'work', 'field', 'work', 'church', 'institute', 'kind', 'held', 'field', 'entered', 'heartily', 'earnestly', 'study', 'desiring', 'obtain', 'help', 'possible', 'beginning', 'blessing', 'lord', 'present', 'special_manner', 'institute', 'held', 'witnessed', 'working', 'spirit', 'god', 'meeting', 'revival', 'spirit', 'present', 'confession', 'misunderstanding', 'cleared', 'sin', 'life', 'holy', 'spirit', 'gave', 'new', 'vision', 'work', 'responsibility', 'labor', 'lost', 'soul', 'stronger', 'resolution', 'formed', 'faithful', 'efficient', 'work', 'deep', 'spiritual', 'influence', 'institute', 'pervaded', 'business', 'deliberation', 'conference', 'followed', 'feel', 'assured', 'meeting', 'colorado', 'delegate', 'west', 'indian', 'union', 'mission', 'conference', 'row', 'left', 'right', 'shultz', 'haines', 'hoist', 'carrington', 'widgery', 'degering', 'powell', 'second', 'row', 'aalborg', 'crothers', 'wellman', 'wellman', 'kneeland', 'haysmer', 'thompson', 'kern', 'pool', 'raley', 'kneeland', 'row', 'henriques', 'hubert', 'fletcher', 'connerly', 'connerly', 'oberg', 'raley', 'keslake', 'butterfield', 'boger', 'boynton', 'frank', 'hall', 'myrie', 'fourth', 'row', 'crichlow', 'smith', 'heron', 'rashford', 'mccatty', 'beck', 'archbold', 'randle', 'wright', 'ash', 'riley', 'burkley', 'mignott', 'mullings', 'scarlet', 'smith', 'reid', 'nembhard', 'worked', 'new', 'better', 'experience', 'life', 'laborer', 'field', 'meet', 'obstacle', 'progress', 'message', 'unity', 'marked', 'proceeding', 'conference', 'elder', 'haysmer', 'reelected', 'president', 'union', 'raley', 'secretary', 'treasurer', 'auditor', 'earnest', 'study', 'given', 'question', 'best', 'carry', 'forward', 'work', 'union', 'harmoniously', 'effectively', 'difficulty', 'administration', 'caused', 'scattered', 'condition', 'cially', 'local_conferences', 'professor', 'kern', 'addition', 'regular_work', 'institute', 'able', 'special_attention', 'work', 'youth', 'field', 'appreciated', 'doubtless', 'result', 'great', 'good', 'problem', 'education', 'training', 'young_people', 'field', 'perplexing', 'connection', 'union_conference', 'west', 'caribbean', 'conference', 'held', 'regular', 'session', 'utmost', 'unity', 'manifested', 'business']
root - INFO - extracting file #84500: 2017-04-Final-Corpus/RH19160113-V93-03-page19.txt
root - INFO - extracting file #85000: 2017-04-Final-Corpus/RH19160907-V93-44-page9.txt
root - INFO - ['fixed', 'nominal', 'sum', 'society', 'desired', 'embrace', 'class', 'rich', 'poor', 'richer', 'woman', 'adept', 'robbing', 'character', 'woman', 'working', 'class', 'chat', 'respective', 'doorstep', 'organizer', 'hopeful', 'minimizing', 'number', 'gossip', 'convinced', 'worst', 'offender', 'talk', 'scandal', 'matter', 'habit', 'malicious', 'desire', 'injure', 'member', 'vow', 'avoid', 'starting', 'spreading', 'unkind', 'remark', 'listen', 'person', 'try', 'tell', 'repeat', 'heard', 'known', 'true', 'equally', 'bad', 'set', 'ball', 'rolling', 'breach', 'law', 'fine', 'imposed', 'graduating', 'shilling', 'maximum', 'fine', 'shilling', 'slip', 'woman', 'blackballed', 'incurable', 'pick', 'mud', 'throw', 'fashionably', 'dressed', 'lady', 'spoil', 'clothes', 'redress', 'law', 'brought', 'woman', 'dream', 'throwing', 'mud', 'friend', 'hand', 'imagine', 'flighty', 'behavior', 'order', 'strengthen', 'belief', 'repeat', 'trivial', 'little', 'indiscreet', 'action', 'flinging', 'mud', 'character', 'redress', 'happen', 'interfere', 'earning', 'livelihood', 'proved', 'malicious', 'act', 'idle', 'gossip', 'doe', 'harm', 'world', 'organizer', 'anti', 'gossip', 'crusade', 'perseverance', 'courage', 'universal', 'inestimable', 'good', 'general', 'happiness', 'community', 'charity', 'like', 'begin', 'home', 'join', 'crusade', 'begin', 'family', 'circle', 'resolve', 'think', 'ill', 'friend', 'acquaintance', 'little', 'knowledge', 'ugly', 'tale', 'told', 'immediately', 'forgotten', 'making', 'statement', 'forget', 'let', 'pas', 'golden', 'gate', 'true', 'needful', 'kind', 'form', 'motto', 'anti', 'gossip', 'crusade', 'blessing', 'crusade', 'started', 'neighborhood', 'let', 'pray', 'good_work', 'prosper', 'spread', 'takoma', 'park', 'atonement', 'weighing', 'character', 'corltss', 'generally', 'conceded', 'controversy', 'second', 'coming', 'christ', 'end', 'conflict', 'sin', 'work', 'atonement', 'preparation', 'event', 'voice', 'archangel', 'trump', 'god', 'heard', 'christ', 'descends', 'earth', 'dead', 'christ', 'rise', 'theit', 'graf', 'joined', 'living', 'righteous', 'lord', 'thess', 'description', 'event', 'waiting', 'adjustment', 'case', 'time', 'given', 'scene', 'text', 'change', 'mentioned', 'place', 'heralding', 'shout', 'descending', 'christ', 'heard', 'midheaven', 'christ', 'doe', 'actually', 'reach', 'earth', 'transmuted', 'caught', 'meet', 'lord', 'cloud', 'told', 'glorious', 'change', 'mortality', 'immortality', 'place', 'moment', 'twinkling', 'eye', 'trump', 'cor', 'look', 'text', 'point', 'mentioned', 'tell', 'sudden', 'change', 'death', 'life', 'place', 'act', 'resurrection', 'righteous', 'incorruptible', 'come', 'grave', 'positive', 'evidence', 'decision', 'fixing', 'case', 'dead', 'prior', 'descent', 'lord', 'tomb', 'case', 'righteous', 'living', 'decided', 'shown', 'fact', 'selected', 'caught', 'meet', 'lord', 'midheaven', 'bin', 'decision', 'judgment', 'session', 'case', 'carefully', 'examined', 'settled', 'dispute', 'clearly', 'stated', 'follows', 'appear', 'judgment_seat', 'christ', 'receive', 'thing', 'body', 'according', 'hath', 'good', 'bad', 'cor', 'possibly', 'hidden', 'scrutiny', 'judge', 'occasion', 'positively', 'told', 'god', 'bring', 'work', 'judgment', 'secret', 'thing', 'good', 'evil', 'feel', 'sideration', 'consequence', 'retained', 'book', 'life', 'sin', 'forever', 'blotted', 'book', 'remembrance', 'mal', 'act', 'appear', 'life', 'careless', 'carrying', 'record', 'neglected', 'prayer', 'having', 'overcome', 'evil_habits', 'having', 'formal', 'profession', 'religion', 'lord', 'confess', 'father', 'clone', 'order', 'stricken', 'book', 'life', 'sin', 'life', 'borne', 'individual', 'fancy', 'sketch', 'plainly', 'taught', 'saviour', 'setting', 'forth', 'subject', 'statement', 'overcometh', 'shall', 'clothed', 'white_raiment', 'blot', 'book', 'life', 'confess', 'father', 'angel', 'rev', 'order', 'event', 'place', 'christ', 'return', 'earth', 'rewarded', 'according', 'work', 'shall', 'rev', 'order', 'decision', 'case', 'rendered', 'preparatory', 'christ', 'coming', 'coming', 'reward', 'bestow', 'awarded', 'object', 'christ', 'second', 'coming', 'benefited', 'suffering', 'death', 'earth', 'come', 'king', 'king', 'lord', 'lord', 'previously', 'decided', 'bring', 'reward', 'bestow', 'according', 'work', 'appeared', 'examination', 'preparatory', 'greatest', 'event', 'clear', 'design', 'christ', 'second', 'coming', 'reap', 'benefit', 'advent', 'prior', 'examination', 'september', 'advent', 'review', 'sabbath', 'herald', 'minute', 'account', 'decided', 'come', 'appear', 'final', 'summing', 'revelator', 'saw', 'judgment', 'session', 'certain', 'book', 'opened', 'book', 'hook', 'life', 'dead', 'judged', 'thing', 'written', 'book', 'according', 'work', 'rev', 'duty', 'ministering', 'angel', 'heb', 'record', 'saying', 'action', 'people', 'eccl', 'motif', 'actuated', 'record', 'closing', 'work', 'atonement', 'fully', 'decides', 'destiny', 'time', 'arrives', 'angel', 'thousand', 'time', 'thousand', 'number', 'called', 'minister', 'presence', 'judge', 'dan', 'case', 'individual', 'registered', 'book', 'life', 'phil', 'come', 'examination', 'attendant', 'angel', 'produce', 'record', 'life', 'record', 'error', 'mistake', 'heartily', 'repented', 'saviour', 'pleads', 'efficacy', 'blood', 'acknowledgment', 'person', 'conto', 'earth', 'second', 'time', 'passed', 'necessary', 'test', 'caught', 'meet', 'lord', 'air', 'love', 'thess', 'nearness', 'time', 'warrant', 'issuance', 'world', 'warning', 'living', 'prepare', 'final', 'examination', 'court', 'high', 'heaven', 'accordingly', 'crucial', 'time', 'come', 'prophet', 'message', 'heralded', 'forth', 'fear_god', 'glory', 'hour', 'judgment', 'come', 'rev', 'apparent', 'gospel', 'world', 'thorough', 'reformation', 'life', 'character', 'judgment', 'set', 'announcement', 'opportunity', 'human', 'restoration', 'oneness', 'god', 'arrived', 'mean', 'judgment', 'begun', 'registered', 'god', 'child', 'peter', 'shortly', 'examination', 'pas', 'case', 'living', 'final', 'work', 'man', 'typified', 'earthly', 'sanctuary', 'atonement', 'service', 'began', 'close', 'symbolic', 'day', 'dan']
root - INFO - extracting file #85500: 2017-04-Final-Corpus/RH19170510-V94-19-page18.txt
root - INFO - extracting file #86000: 2017-04-Final-Corpus/RH19180110-V95-02-page23.txt
root - INFO - ['special', 'price', 'address', 'price', 'advanced', 'feb', 'nipainb', 'mipm', 'look', 'list', 'carefully', 'select', 'reading_matter', 'year', 'send', 'order', 'conference_tract_society', 'secure', 'rate', 'letter', 'postmarked', 'later', 'jan', 'present', 'time', 'act', 'lilt', 'mir', 'mam', 'immiimmi', 'minix', 'iiiii', 'milmill', 'miiimme', 'niminwemini', 'miiimmiim', 'minimmilm', 'wiiiiiimiallill', 'review', 'herald', 'special', 'club', 'price', 'rate', 'publication', 'increased', 'beginning', 'year', 'price', 'club', 'based', 'rate', 'advantage', 'offer', 'effect', 'saving', 'special', 'discount', 'subscribing', 'journal', 'instead', 'price', 'nliwitinind', 'beginning', 'dec', 'continuing', 'including', 'jan', 'following', 'special', 'club', 'price', 'given', 'periodical', 'year', 'subscription', 'review', 'herald', 'youth', 'instructor', 'sabbath', 'school', 'worker', 'christian', 'educator', 'life', 'health', 'church', 'officer', 'gazette', 'liberty', 'mmo', 'oma', 'muaiiiii', 'library', 'denominational', 'periodical', 'better', 'periodical', 'clubbing', 'rate', 'subscribe', 'review', 'family', 'group', 'group', 'receive', 'denominational', 'church', 'organ', 'missionary', 'journal', 'youth', 'paper', 'far', 'lead', 'paper', 'youth', 'practical', 'health', 'journal', 'educational', 'journal', 'paper', 'devoted', 'sabbath', 'school', 'civil', 'religious_liberty', 'review', 'family', 'group', 'paper', 'constitute', 'club', 'address', 'library', 'denominational', 'periodical', 'present_truth', 'umuoxx', 'nuvxawuul', 'mkimiviiii', 'iimiim', 'mmim', 'ing', 'miummimmiiim', 'imp', 'discount', 'based', 'present_truth', 'club', 'review', 'herald', 'youth', 'instructor', 'life', 'health', 'christian', 'educator', 'sabbath', 'school', 'worker', 'liberty']
root - INFO - extracting file #86500: 2017-04-Final-Corpus/RH19180912-V95-37-page14.txt
root - INFO - extracting file #87000: 2017-04-Final-Corpus/RH19190410-V96-15-page11.txt
root - INFO - ['april', 'advent', 'review', 'sabbath', 'herald', 'fourteen', 'year', 'came', 'thing', 'ready', 'condition', 'rome', 'good_men', 'longed', 'reform', 'darkness', 'great', 'felt', 'light', 'bible', 'brought', 'unspeakable', 'joy', 'longing', 'truth', 'reformation', 'gave', 'church', 'great', 'impulse', 'upward', 'great', 'central', 'doctrine', 'justification', 'faith', 'revived', 'century', 'great_events', 'thickened', 'old', 'slow', 'march', 'hastened', 'double', 'quick', 'time', 'multiplying', 'power', 'bible', 'society', 'bible', 'brought', 'door', 'nation', 'missionary', 'risen', 'christianity', 'proclaimed', 'heathen_lands', 'year', 'roll', 'natural', 'science', 'unfold', 'lead', 'skeptical', 'mind', 'abandon', 'atheism', 'pantheism', 'evidence', 'god', 'handiwork', 'machinery', 'improved', 'steam', 'harnessed', 'servant', 'land', 'sea', 'electricity', 'drafted', 'service', 'printing', 'press', 'increased', 'thousandfold', 'productive', 'power', 'midst', 'god', 'come', 'power', 'spirit', 'arouses', 'layman', 'clergy', 'church', 'meet', 'pray', 'work', 'carrying', 'forward', 'message', 'world', 'needed', 'timely', 'truth', 'needed', 'thing', 'christian_character', 'life', 'second', 'spiritual_strength', 'endurance', 'carry', 'church', 'onward', 'upward', 'conflict', 'triumph', 'experience', 'salvation', 'implicit', 'trust', 'lord', 'jesus', 'christ', 'summit', 'ill', 'backsliding', 'cause', 'prevention', 'rippey', 'thine', 'wickedness', 'shall', 'correct', 'thee', 'thy', 'backsliding', 'shall', 'reprove', 'thee', 'know', 'evil', 'thing', 'bitter', 'thou', 'hest', 'forsaken', 'lord_thy', 'god', 'fear', 'thee', 'saith', 'lord', 'god', 'host', 'jer', 'backslider', 'realize', 'evil', 'thing', 'forsake', 'lord', 'surely', 'backslide', 'doe', 'fall', 'away', 'god', 'little', 'little', 'slip', 'away', 'gone', 'far', 'sin', 'realizes', 'lost', 'condition', 'forsakes', 'follows', 'own_way', 'home', 'child', 'little', 'little', 'begin', 'disobey', 'entirely', 'ignores', 'instruction', 'parent', 'willing', 'help', 'boy', 'girl', 'life', 'child', 'forsaken', 'parent', 'spurned', 'love', 'evil', 'thing', 'greater', 'evil', 'forsake', 'heavenly', 'arent', 'readtr', 'guilty', 'backsliding', 'prevalent', 'god', 'people', 'compelled', 'people', 'bent', 'backsliding', 'hosea', 'reason', 'set', 'forth', 'scripture', 'people', 'jerusalem', 'sudden', 'perpetual', 'backsliding', 'hold', 'fast', 'deceit', 'refuse', 'return', 'hearkened', 'heard', 'spake', 'aright', 'man', 'repented', 'wickedness', 'saying', 'turned', 'course', 'horse', 'rusheth', 'battle', 'jer', 'lord', 'asks', 'question', 'people', 'slidden', 'answer', 'man', 'repented', 'wickedness', 'scripture', 'true', 'cause', 'backsliding', 'man', 'failure', 'repent', 'sin', 'backslider', 'know', 'true', 'look', 'life', 'sin', 'committed', 'failed', 'confess', 'brings', 'discouragement', 'begin', 'look', 'fault', 'instead', 'looking', 'christ', 'fall', 'blame', 'fall', 'writer', 'remembers', 'meeting', 'man', 'year', 'ago', 'western', 'state', 'member', 'church', 'man', 'carried', 'heavy_burdens', 'denomination', 'given', 'faith', 'gentleman', 'good', 'address', 'holding', 'position', 'bank', 'manager', 'think', 'visiting', 'awhile', 'asked', 'gave', 'message', 'shall', 'forget', 'answer', 'stated', 'took', 'eye', 'shepherd', 'began', 'watch', 'bellwether', 'thing', 'ought', 'said', 'wholly', 'blame', 'repented', 'sin', 'left', 'saviour', 'fallen', 'strayed', 'far', 'god', 'lived', 'self', 'like', 'men', 'world', 'saviour', 'jeremiah', 'surely', 'wife', 'treacherously', 'departeth', 'husband', 'dealt', 'treacherously', 'treacherous', 'wife', 'gradually', 'loses', 'affection', 'husband', 'finally', 'separate', 'altogether', 'regardless', 'kindness', 'shown', 'husband', 'backslider', 'separate', 'god', 'lost', 'undone', 'condition', 'hope', 'god', 'world', 'backslider', 'privilege', 'turn', 'backsliding', 'child', 'saith', 'lord', 'married', 'unto', 'city', 'family', 'bring', 'zion', 'jer', 'reader', 'statement', 'great', 'god', 'married', 'backslider', 'hear', 'listen', 'married', 'unto', 'backslider', 'jesus', 'love', 'want', 'save', 'yield', 'today', 'gone', 'far', 'sin', 'hope', 'listen', 'turn', 'backsliding', 'child', 'saith', 'lord', 'hope', 'backslider', 'lord', 'ask', 'turn', 'tell', 'turn', 'acknowledge', 'thine', 'iniquity', 'thou_bast', 'transgressed', 'lord_thy', 'god', 'hast', 'scattered', 'thy_ways', 'stranger', 'green', 'tree', 'obeyed', 'voice', 'saith', 'lord', 'verse', 'acknowledge', 'sin', 'lord', 'requires', 'backslider', 'lord', 'accept', 'abundantly', 'pardon', 'isa', 'plan', 'salvation', 'fallen', 'race', 'liberal', 'god', 'whosoever', 'let', 'water', 'life', 'freely', 'rev', 'invitation', 'particular', 'sect', 'class', 'whosoever', 'doe', 'come', 'fall', 'away', 'lord', 'ready', 'receive', 'acknowledge', 'sin']
root - INFO - extracting file #87500: 2017-04-Final-Corpus/RH19191002-V96-40-page4.txt
root - INFO - extracting file #88000: 2017-04-Final-Corpus/RH19200401-V97-14-page6.txt
root - INFO - ['heathen', 'opportunity', 'allen', 'walker', 'god', 'revealed', 'existence', 'heathen', 'future', 'probation', 'belief', 'great', 'people', 'believe', 'condition', 'prevailed', 'world', 'deprivation', 'million', 'earth', 'inhabitant', 'educational', 'advantage', 'rendered', 'impossible', 'lord', 'reveal', 'million', 'evidence', 'existence', 'fail', 'realize', 'great_plan', 'salvation', 'broad', 'cope', 'condition', 'nation', 'people', 'subject', 'john', 'patmos', 'permitted', 'glimpse', 'great', 'company', 'redeemed', 'man', 'number', 'nation', 'kindred', 'people', 'tongue', 'rev', 'fact', 'nation', 'redeemed', 'throne', 'god', 'reason', 'believe', 'way', 'god', 'gave', 'revelation', 'existence', 'paul', 'declared', 'thing', 'heathen', 'lystra', 'stating', 'god', 'suffered', 'nation', 'walk', 'own_ways', 'said', 'left', 'witness', 'plainly', 'told', 'god', 'gave', 'nation', 'witness', 'act', 'said', 'nature', 'speaks', 'creator', 'psalmist', 'heaven', 'declare', 'glory', 'god', 'firmament', 'showeth', 'handiwork', 'day', 'unto', 'day', 'uttereth', 'speech', 'night', 'unto', 'night', 'showeth', 'knowledge', 'speech', 'language', 'voice', 'heard', 'nation', 'speech', 'language', 'exists', 'voice', 'heaven', 'showing', 'knowledge', 'declaring', 'glory', 'god', 'apostle', 'paul', 'declared', 'mean', 'lord', 'revealed', 'heathen', 'sufficient', 'knowledge', 'leave', 'excuse', 'fail', 'profit', 'knowledge', 'known', 'god', 'manifest', 'god', 'hath', 'showed', 'unto', 'invisible', 'thing', 'creation', 'world', 'clearly', 'seen', 'understood', 'thing', 'eterna', 'power', 'godhead', 'excuse', 'rom', 'told', 'god', 'eternal', 'power', 'clearly', 'seen', 'understood', 'thing', 'manifestation', 'true', 'god', 'sufficient', 'leave', 'excuse', 'john', 'told', 'jesus', 'true_light', 'lighteth', 'man', 'cometh', 'world', 'luke', 'scripture', 'learn', 'salvation', 'dependent', 'having', 'great_degree', 'light', 'way', 'relate', 'measure', 'light', 'receive', 'great', 'judgment', 'work', 'jehovah', 'deal', 'earth', 'people', 'class', 'knowledge', 'law', 'ignorant', 'written', 'law', 'knowledge', 'law', 'judged', 'law', 'blessed', 'knowledge', 'written', 'law', 'judged', 'principle', 'law', 'written', 'theif', 'heart', 'proof', 'position', 'refer', 'roman', 'sinned', 'knowledge', 'law', 'shall', 'perish', 'law', 'sinned', 'knowledge', 'law', 'shall', 'judged', 'law', 'gentile', 'heathen', 'knowledge', 'law', 'nature', 'thing', 'contained', 'law', 'having', 'law', 'law', 'unto', 'million', 'earth', 'people', 'knowledge', 'god', 'written', 'rule', 'moral', 'conduct', 'possible', 'broad', 'knowledge', 'right', 'wrong', 'rule', 'time', 'come', 'lord', 'decide', 'future', 'destiny', 'people', 'certainly', 'mindful', 'unfavorable', 'environment', 'circumstance', 'require', 'life', 'surrounded', 'condition', 'favorable', 'tea', 'development', 'character', 'sabbath', 'versus', 'sunday', 'jones', 'supposed', 'christ', 'apostle', 'changed', 'day', 'worship', 'saturday', 'sunday', 'examination', 'apostle', 'word', 'profit', 'text', 'new_testament', 'day', 'week', 'mentioned', 'gospel', 'act', 'apostle', 'paul', 'letter', 'church', 'corinth', 'gospel', 'refer', 'day', 'christ', 'resurrection', 'read', 'follows', 'end', 'sabbath', 'began', 'dawn', 'day', 'week', 'came', 'mary_magdalene', 'mary', 'sepulcher', 'matt', 'sabbath', 'past', 'mary', 'agdalene', 'mary', 'mother', 'james', 'salome', 'bought', 'sweet', 'spice', 'come', 'anoint', 'early', 'morning', 'day', 'week', 'came', 'unto', 'sepulcher', 'rising', 'sun', 'mark', 'jesus', 'risen', 'early', 'day', 'week', 'appeared', 'mary_magdalene', 'east', 'seven', 'devil', 'mark', 'day', 'week', 'early', 'morning', 'came', 'unto', 'sepulcher', 'bringing', 'spice', 'prepared', 'certain', 'luke', 'day', 'week', 'cometh', 'mary_magdalene', 'early', 'dark', 'unto', 'sepulcher', 'seeth', 'stone', 'taken', 'away', 'sepulcher', 'john', 'day', 'evening', 'day', 'week', 'door', 'shut', 'disciple', 'assembled', 'fear', 'jew', 'came', 'jesus', 'stood', 'midst', 'saith_unto', 'peace', 'unto', 'john', 'foregoing', 'scripture', 'speak', 'woman', 'going', 'early', 'day', 'week', 'sepulcher', 'jesus', 'appearing', 'disciple', 'evening', 'home', 'act', 'convincing', 'resurrection', 'contain', 'slightest', 'proof', 'precept', 'example', 'change', 'sabbath', 'seventh', 'day', 'week', 'day', 'week', 'read', 'day', 'week', 'disciple', 'came', 'break', 'bread', 'paul', 'preached', 'unto', 'ready']
root - INFO - extracting file #88500: 2017-04-Final-Corpus/RH19201028-V97-44-page8.txt
root - INFO - extracting file #89000: 2017-04-Final-Corpus/Sligo19190201-V03-06-page27.txt
root - INFO - ['sligonian', 'lowell', 'fritz', 'year', 'student', 'returned', 'school', 'fritz', 'called', 'away', 'study', 'year', 'army', 'underwent', 'severe', 'trial', 'conscience_sake', 'stood', 'firmly', 'right', 'recently', 'received', 'discharge', 'glad', 'shake', 'flu', 'surely', 'knocking', 'student', 'sick', 'recently', 'kenneth', 'gant', 'julian', 'gant', 'king', 'russell', 'wagner', 'doctor', 'john', 'field', 'taught', 'college', 'english', 'class', 'year', 'called', 'army', 'discharged', 'happy', 'ask', 'student', 'presented', 'professor', 'machian', 'beautiful', 'flag', 'recent', 'chapel', 'exercise', 'token', 'appreciation', 'untiring', 'effort', 'student', 'school', 'kept', 'constantly', 'fear', 'drill', 'boy', 'organized', 'department', 'columbia', 'hall', 'door', 'opened', 'public', 'friday', 'night', 'jan', 'brother', 'gibson', 'china', 'spoke', 'field', 'day', 'sabbath', 'elder', 'daniells', 'preached', 'wejelt', 'joy', 'having', 'place', 'sit', 'hear', 'eidson', 'spending', 'time', 'daughter', 'glad', 'professor', 'kern', 'chapel', 'new', 'year', 'morning', 'burden', 'student', 'year', 'year', 'jesus', 'eet', 'glad', 'leffler', 'recovering', 'nicely', 'operation', 'messrs', 'dean', 'yelland', 'moved', 'lyndon', 'hall', 'room', 'private', 'home', 'near', 'college', 'number', 'student', 'member', 'college', 'chorus', 'conducted', 'stratton', 'recently', 'sang', 'ingram', 'memorial', 'church', 'washington', 'geibel', 'incarnation', 'sung']
root - INFO - extracting file #89500: 2017-04-Final-Corpus/SOL19020201-V17-03-page59.txt
root - INFO - extracting file #90000: 2017-04-Final-Corpus/SOL19030312-V18-11-page10.txt
root - INFO - ['great', 'apostasy', 'love', 'power', 'supplants', 'power', 'love', 'christian_church', 'produce', 'world', 'enormous', 'despotism', 'farthest', 'possible', 'fact', 'spirit', 'letter', 'temper', 'teaching', 'jesus', 'appointed', 'authoritative', 'successor', 'lord', 'disciple', 'doe', 'insist', 'power', 'burning', 'word', 'way', 'people', 'nation', 'gentile', 'great', 'exercise', 'lordship', 'authority', 'people', 'shall', 'claimed', 'definitely', 'emphatically', 'follower', 'concerning', 'despotism', 'established', 'earth', 'jesus', 'present', 'clay', 'wither', 'burning', 'word', 'utter', 'lightning', 'flash', 'speech', 'pretentious', 'prince', 'church', 'marvel', 'look', 'word', 'petty', 'priest', 'earth', 'dare', 'arrogate', 'title', 'father', 'father', 'soand', 'pope', 'great', 'father', 'jesus', 'let', 'called', 'rabbi', 'let', 'man', 'called', 'father', 'master', 'father', 'heaven', 'brother', 'teaching', 'emphatic', 'teaching', 'jesus', 'concerning', 'matter', 'power', 'authority', 'disciple', 'come', 'natural', 'way', 'consider', 'kind', 'people', 'men', 'woman', 'historic', 'background', 'thing', 'experience', 'past', 'particularly', 'remember', 'easily', 'forgot', 'disregarded', 'command', 'mister', 'different', 'direction', 'rome', 'seat', 'empire', 'came', 'church', 'rome', 'church', 'antioch', 'church', 'galatia', 'world', 'church', 'rome', 'naturally', 'looked', 'great', 'central', 'church', 'church', 'metropolis', 'man', 'head', 'church', 'naturally', 'exert', 'power', 'influence', 'head', 'small', 'provincial', 'church', 'minister', 'great', 'popular', 'church', 'new', 'york', 'come', 'convention', 'minister', 'discus', 'matter', 'doctrine', 'sure', 'influence', 'thing', 'equal', 'minister', 'small_church', 'country', 'likely', 'background', 'bishop', 'rome', 'came', 'claim', 'exercise', 'immense', 'power', 'simply', 'position', 'seat', 'empire', 'moved', 'constantinople', 'bishop', 'constantinople', 'began', 'think', 'greatest', 'power', 'empire', 'east', 'west', 'pitted', 'rivalry', 'struggle', 'real', 'political', 'fight', 'known', 'world', 'began', 'coupled', 'certain', 'difference', 'doctrine', 'slight', 'impossible', 'western', 'mind', 'comprehend', 'came', 'split', 'greek_church', 'roman_church', 'chiefly', 'account', 'rivalry', 'struggle', 'strife', 'bishop', 'rome', 'controlled', 'prevailed', 'far', 'principal', 'west']
root - INFO - extracting file #90500: 2017-04-Final-Corpus/ST18750304-V01-17-page5.txt
root - INFO - extracting file #91000: 2017-04-Final-Corpus/ST18790612-V05-23-page4.txt
root - INFO - ['zhe', 'grtz', 'fri', 'timm', 'shown', 'violate', 'law', 'walk', 'flesh', 'fulfill', 'oan', 'discern', 'sign', 'time', 'oakland', 'cal', 'fifth', 'day', 'june', 'faith', 'christ', 'walk', 'spirit', 'shown', 'verse', 'carnal_mind', 'literally', 'minding', 'flesh', 'enmity', 'god', 'subject', 'law', 'god', 'paul', 'law', 'spiritual', 'rom', 'course', 'spiritually', 'minded', 'love', 'obey', 'carnally', 'minded', 'standpoint', 'word', 'paul', 'own_experience', 'promise', 'new_covenant', 'easy', 'perceive', 'drift', 'remark', 'cor', 'apostle', 'said', 'able', 'minister', 'new_covenant', 'old', 'glorious', 'excels', 'glory', 'law', 'written', 'stone', 'fleshly', 'table', 'heart', 'ordained', 'mediator', 'priest', 'vailed', 'face', 'hide', 'israel', 'glory', 'look', 'import', 'understand', 'jew', 'connected', 'temporary', 'effect', 'perpetuity', 'void', 'paul', 'void', 'pervert', 'gospel', 'christ', 'substituting', 'license', 'pardon', 'context', 'scripture', 'especially', 'promise', 'new_covenant', 'written', 'table', 'stone', 'written', 'fleshly', 'table', 'church', 'organ', 'read', 'carlton', 'poetry', 'new_church', 'organ', 'read', 'laughed', 'quaint', 'happy', 'hit', 'happy', 'hit', 'necessarily', 'good', 'argument', 'said', 'question', 'james', 'white', 'andrew', 'iiriah', 'smith', 'important', 'fact', 'clearly', 'revealed', 'scripture', 'objection', 'disregard', 'insist', 'kingdom', 'israel', 'abolished', 'suspended', 'season', 'till', 'come', 'right', 'heart', 'eze', 'israel', 'scriptural', 'editor', 'resident', 'editor', 'apostle', 'chapter', 'introduced', 'service', 'covenant', 'admit', 'carry', 'comparison', 'examination', 'scripture', 'concerning', 'waggoner', 'exposition', 'cor', 'concluded', 'seed', 'heir', 'abraham', 'israel', 'cease', 'lord', 'long', 'promise', 'abraham', 'stand', 'sure', 'eph', 'speaking', 'gentile', 'convert', 'christianity', 'paul', 'said', 'conversion', 'alien', 'commonwealth', 'israel', 'stranger', 'covenant', 'promise', 'having', 'hope', 'god', 'world', 'sign', 'time', 'vol', 'heb', 'paul', 'christ', 'mediator', 'better', 'covenant', 'new_covenant', 'mediator', 'mediator', 'gal', 'party', 'whiam', 'mediates', 'party', 'matter', 'god', 'father', 'lawgiver', 'man', 'sinner', 'god', 'mediator', 'god', 'men', 'man', 'christ', 'jesus', 'tim', 'christ', 'mediator', 'covgiveness', 'covenant', 'law', 'given', 'gentile', 'middle', 'wall', 'house', 'pulpit', 'hymn', 'book', 'printed', 'enant', 'god', 'men', 'party', 'covenanting', 'father', 'behold', 'day', 'come', 'saith', 'lord', 'new_covenant', 'house', 'israel', 'house', 'judah', 'according', 'covenant', 'father', 'day', 'took', 'hand', 'lead', 'land', 'egypt', 'know', 'word', 'father', 'son', 'son', 'mediator', 'covenant', 'shown', 'contracting', 'party', 'mediates', 'covenanting', 'party', 'law', 'inward', 'write', 'heart', 'jer', 'know', 'refers', 'law', 'father', 'covenanting', 'party', 'law', 'son', 'mediator', 'instrumentality', 'mediator', 'law', 'covenanter', 'heart', 'covenant', 'cor', 'scripture', 'jesus', 'away', 'sin', 'reconciles', 'father', 'written', 'heart', 'spirit', 'god', 'past', 'sin', 'forgiven', 'subject', 'changed', 'image', 'image', 'lord', 'mediator', 'glory', 'glory', 'sin', 'taken', 'away', 'blood', 'covenant', 'carnal_mind', 'enmity', 'law', 'removed', 'reconciled', 'god', 'peace', 'behold', 'glory', 'unvailed', 'face', 'partaker', 'glory', 'point', 'barely', 'mentioned', 'deserves', 'notice', 'connection', 'law', 'table', 'stone', 'separated', 'law', 'ark', 'priest', 'ministered', 'sin', 'certain', 'writer', 'highly', 'recommended', 'denomination', 'pressed', 'reason', 'distinction', 'separation', 'decalogue', 'law', 'said', 'decalogue', 'constitution', 'mosaic', 'code', 'sustains', 'relation', 'law', 'constitution', 'united', 'state', 'sustains', 'law', 'easily', 'account', 'god', 'writing', 'commandment', 'jewish', 'constitution', 'partition', 'broken', 'gentile', 'grafted', 'rom', 'gentile', 'fellow', 'heir', 'body', 'partaker', 'promise', 'christ', 'gospel', 'eph', 'conclusion', 'drawn', 'apostle', 'eph', 'addressing', 'convert', 'gentile', 'stranger', 'foreigner', 'commonwealth', 'israel', 'fellow', 'citizen', 'saint', 'household', 'god', 'need', 'argument', 'gentile', 'graffed', 'citizen', 'commonwealth', 'israel', 'duty', 'bound', 'obey', 'constitution', 'commonwealth', 'good_citizens', 'refuse', 'disfranchise', 'rom', 'harmony', 'idea', 'rev', 'new', 'jerusalem', 'heavenly', 'city', 'gate', 'named', 'tribe', 'child', 'israel', 'god', 'israel', 'hath', 'prepared', 'city', 'slid', 'commandment', 'israel', 'constitution', 'said', 'blessed', 'com', 'bible', 'new_testament', 'fogy', 'proceeds', 'tell', 'organ', 'cause', 'division', 'member', 'fogy', 'family', 'leave', 'church', 'account', 'old', 'fogy', 'generation', 'objected', 'year', 'ago', 'printed', 'bible', 'said', 'printing', 'invention', 'devil', 'century', 'ago', 'objected', 'note', 'book', 'cause', 'division', 'such_cases', 'improvement', 'disposition', 'fogy', 'family', 'way', 'fly', 'handle', 'paul', 'command', 'avoid', 'fogy', 'organ', 'note', 'book', 'told', 'organ', 'destroys', 'congregational', 'singing', 'doubt', 'news', 'reader', 'banner', 'church', 'people', 'sing', 'better', 'organ', 'organ', 'intended', 'superseed', 'congregational', 'singing', 'aid', 'point', 'word', 'open', 'face', 'behold', 'glory', 'god', 'face', 'jesus_christ', 'law', 'written', 'stone', 'converting', 'power', 'promise', 'covenant', 'israel', 'heb', 'pertain', 'covenant', 'promise', 'adoption', 'glory', 'rom', 'salvation', 'jew', 'john', 'covenant', 'israel', 'jer', 'promise', 'adoption', 'glory', 'salvation', 'remain', 'day', 'pas', 'away', 'substitute', 'tell', 'objection', 'church', 'organ', 'innovation', 'new_testament', 'know', 'principle', 'object', 'church', 'case', 'know', 'truth', 'god', 'publicly', 'proclaimed', 'law', 'israel', 'constitution', 'usually', 'better', 'cared', 'mandments', 'right', 'acquainted', 'church', 'covenant', 'horeb', 'wrote', 'table', 'stone', 'moses', 'brought', 'table', 'came', 'presence', 'lord', 'face', 'shone', 'glory', 'vail', 'talked', 'israel', 'glory', 'face', 'represented', 'glory', 'covenant', 'mediator', 'paul', 'plainly', 'away', 'law', 'vailed', 'away', 'ark', 'high_priest', 'sprinkled', 'blood', 'sin_offering', 'away', 'sin', 'showing', 'regard', 'law', 'sinner', 'law', 'concerning', 'covenant', 'compare', 'deut', 'god', 'spoke', 'israel', 'jeremiah', 'year', 'christ', 'concerning', 'covenant', 'father', 'promised', 'new_covenant', 'law', 'heart', 'forgive', 'sin', 'mind', 'directed', 'law', 'condition', 'covenant', 'sin', 'forgiveness', 'promised', 'new_covenant', 'transgression', 'law', 'old_covenant', 'law', 'written', 'table', 'stone', 'new', 'fleshly', 'table', 'heart', 'coming', 'new_testament', 'jesus', 'said', 'come', 'void', 'law', 'matt', 'paul', 'void', 'faith', 'rom', 'recon', 'demned', 'god', 'knowledge', 'sin', 'verse', 'convinced', 'sin', 'law', 'rom', 'consented', 'unto', 'holy', 'good', 'showing', 'mind', 'approved', 'insomuch', 'called', 'law', 'mind', 'verse', 'mind', 'approve', 'heart', 'embraced', 'delighted', 'inward', 'man', 'verse', 'preexisting', 'law', 'faith', 'christ', 'doe', 'void', 'saviour', 'destroy', 'prof', 'men', 'sinner', 'paul', 'representative', 'man', 'new_covenant', 'law', 'mind', 'written', 'heart', 'promise', 'new_covenant', 'fulfilled', 'declared', 'object', 'gospel', 'christ', 'righteousness', 'precept', 'law', 'fulfilled', 'walk', 'flesh', 'spirit', 'rom', 'law', 'truth', 'important', 'concession', 'law', 'subject', 'change', 'abolition', 'affecting', 'constitution', 'theirs', 'special', 'local', 'positive', 'law', 'given', 'israel', 'abolished', 'affect', 'constitution', 'based', 'force', 'convinced', 'sin', 'given', 'remains', 'force', 'nailed', 'cross', 'remains', 'truth', 'law', 'knowledge', 'sin', 'traced', 'precept', 'beginning', 'taken', 'hold', 'man', 'moral', 'relation', 'god', 'basis', 'constitution', 'god', 'moral_government', 'earth', 'long', 'government', 'exists', 'long', 'man', 'moral', 'relation', 'creator', 'exist', 'long', 'precept', 'endure', 'objector', 'constitution', 'jewis', 'hgovernment', 'having', 'passed', 'away', 'constitution', 'longer', 'force', 'plausible', 'objection', 'stated', 'fallacy', 'fact', 'precept', 'moral', 'indispensable', 'welfare', 'society', 'preservation', 'morality', 'religion', 'sufficient', 'refute', 'objection', 'fact', 'groundwork', 'correct', 'human', 'government', 'rise', 'fall', 'government', 'effect', 'perpetuity', 'power', 'government', 'doe', 'wrong', 'steal', 'kill', 'protects', 'society', 'punishing', 'action', 'wrong', 'respect', 'civil_governments', 'jewish', 'excepted', 'blasphemy', 'murder', 'adultery', 'wrong', 'jewish', 'government', 'jewish_nation', 'existed', 'according', 'theory', 'opposer', 'law', 'thing', 'wrong', 'israel', 'left', 'egypt', 'basis', 'jewish', 'economy', 'having', 'force', 'outside', 'typical', 'objection', 'bear', 'force', 'bitter', 'opponent', 'law', 'accept', 'law', 'necessity', 'society', 'pay', 'portion', 'respect', 'fourth', 'commandment', 'discarding', 'entirely', 'principle', 'choose', 'day', 'substitute', 'enjoined', 'commandment', 'proved', 'law', 'basis', 'abrahamic', 'covenant', 'scripture', 'reason', 'binding', 'gentile', 'tree', 'life', 'enter', 'gate', 'city', 'rev', 'israel', 'god', 'enter', 'gate', 'gal', 'compare', 'rom', 'gal', 'naming', 'gate', 'heavenly', 'city', 'tribe', 'israel', 'suggestive', 'city', 'belongs', 'israel', 'god', 'enter', 'gate', 'commandment', 'god', 'gathered', 'chosen', 'people', 'earth', 'city', 'called', 'gave', 'spirit', 'pattern', 'temple', 'chron', 'temple', 'inner', 'sanctuary', 'called', 'holy', 'place', 'set', 'ark', 'containing', 'constitution', 'commonwealth', 'called', 'ark', 'covenant', 'city', 'temple', 'nowidestroyed', 'israel', 'god', 'heir', 'promise', 'taught', 'fix', 'hope', 'new', 'jerusalem', 'city', 'mother', 'earthly', 'tabernacle', 'high_priest', 'appointed', 'minister', 'ark', 'behalf', 'law', 'people', 'transgressed', 'heavenly', 'high_priest', 'ministering', 'sinner', 'law', 'knowledge', 'sin', 'minister', 'remove', 'transgression', 'law', 'vindicate', 'authority', 'read', 'temple', 'god', 'opened', 'heaven', 'seen', 'temple', 'ark', 'testament', 'rev', 'behold', 'israel', 'high_priest', 'israel', 'city', 'great', 'constitution', 'laid', 'ark', 'truly', 'constitution', 'cared', 'exceeding', 'great_value', 'willing', 'submit', 'subject', 'candid', 'reader', 'following', 'point', 'established', 'ministration', 'service', 'priest', 'written', 'table', 'stone', 'distinction', 'ministration', 'written', 'stone', 'necessary', 'distinction', 'resting', 'evident', 'fact', 'sustained', 'author', 'anderson', 'olshausen', 'bloomfield', 'lange', 'dean', 'alford', 'connybeare', 'howson', 'barnes', 'paul', 'speaks', 'ministration', 'figure', 'eminent', 'author', 'clearly', 'opposition', 'view', 'supposes', 'written', 'stone', 'plain', 'matter', 'fact', 'written', 'thereon', 'male', 'voice', 'competent', 'lead', 'singing', 'tune', 'generally', 'started', 'willing', 'lead', 'distinguish', 'sharp', 'sung', 'tone', 'instead', 'making', 'melody', 'singing', 'discordant', 'happened', 'church', 'female', 'accomplished', 'musician', 'course', 'worship', 'harsh', 'jarring', 'discord', 'passed', 'singing', 'expected', 'lead', 'congregation', 'people', 'cultivated', 'taste', 'attended', 'meeting', 'especially', 'preaching', 'singing', 'cause', 'constant', 'mortification', 'minister', 'member', 'distinguish', 'harmony', 'discord', 'source', 'amusement', 'directly', 'interested', 'circumstance', 'minister', 'advised', 'purchase', 'new_church', 'organ', 'fogy', 'insisted', 'spoil', 'singing', 'break', 'congregational', 'singing', 'necessity', 'pressing', 'organ', 'bought', 'modest', 'sister', 'good', 'taste', 'thorough', 'training', 'struck', 'key', 'congregation', 'joined', 'fogy', 'family', 'delighted', 'time', 'singing', 'church', 'devotional', 'congregation', 'easily', 'sing', 'fogy', 'convinced', 'result', 'course', 'time', 'forward', 'showed', 'cared', 'little', 'harmony', 'church', 'respect', 'music', 'ala', 'poor_man', 'accustomed', 'disagreeable', 'work', 'self', 'examination', 'discover', 'long', 'known', 'persistence', 'zeal', 'exercised', 'welfare', 'church', 'furtherance', 'cause', 'sweet', 'satisfaction', 'having', 'own_way', 'fear', 'fail', 'joining', 'harmonious', 'songster', 'harping', 'harp', 'heavenly', 'zion', 'hope', 'converted', 'present', 'way', 'known', 'discord', 'contention', 'desire', 'perpetuated', 'world', 'come', 'blessed', 'peacemaker', 'baptist', 'banner', 'controversy', 'subject', 'styling', 'fogy', 'having', 'given', 'reason', 'objecting', 'use', 'organ', 'church', 'disciple', 'reply', 'reply', 'quote', 'following']
root - INFO - extracting file #91500: 2017-04-Final-Corpus/ST18810217-V07-07-page11.txt
root - INFO - extracting file #92000: 2017-04-Final-Corpus/ST18820727-V08-28-page12.txt
root - INFO - ['sign', 'tim', 'vol', 'zitt', 'igng', 'tht', 'zinteg', 'oakland', 'cal', 'fifth', 'day', 'july', 'camp', 'meeting', 'ohio', 'delaware', 'southern', 'michigan', 'hillsdale', 'illinois', 'watseka', 'aug', 'aug', 'sept', 'copy', 'denton', 'monitor', 'published', 'den', 'ton', 'texas', 'table', 'neatly', 'printed', 'fine', 'complimentary', 'notice', 'work', 'eld', 'kilgore', 'section', 'testimony', 'church', 'important', 'book', 'press', 'ready', 'delivery', 'time', 'order', 'reach', 'considerably', 'larger', 'previous', 'num', 'ber', 'book', 'page', 'printed', 'oakland', 'battle', 'creek', 'following', 'list', 'subject', 'incomplete', 'cam', 'meeting', 'address', 'college', 'parental', 'train', 'ing', 'lmportant', 'testimony', 'testimony', 'slighted', 'worker', 'college', 'fault', 'finding', 'jealousy', 'reproved', 'day', 'lord', 'hand', 'unwise', 'mar', 'riages', 'warning', 'reproof', 'laborer', 'god', 'large_proportion', 'copy', 'bound', 'advise', 'procure', 'bound', 'large', 'preservation', 'paper', 'cover', 'testimony', 'issued', 'paper', 'cover', 'small', 'publication', 'necessity', 'cause', 'universal', 'regret', 'good', 'substantial', 'binding', 'price', 'low', 'possible', 'expect', 'lover', 'present_truth', 'procure', 'unnecessary', 'delay', 'paper', 'cover', 'bound', 'california', 'camp', 'meeting', 'going', 'write', 'meeting', 'shall', 'soon', 'opinion', 'point', 'people', 'anxious', 'hear', 'camp', 'meeting', 'probably', 'held', 'healds', 'burgh', 'indication', 'duty', 'point', 'direction', 'time', 'likely', 'september', 'let', 'friend', 'begin', 'preparation', 'attend', 'exact', 'time', 'soon', 'given', 'need', 'wait', 'ready', 'sure', 'important_meeting', 'afford', 'miss', 'healdsburgh', 'college', 'college', 'open', 'week', 'week', 'scholar', 'passed', 'oakland', 'fresno', 'tulare', 'county', 'outlook', 'school', 'hopeful', 'expect', 'attendance', 'good', 'present', 'term', 'arrangement', 'fast', 'possible', 'commence', 'erection', 'boarding', 'house', 'acre', 'lot', 'north', 'college', 'building', 'com', 'menced', 'pushed', 'completion', 'possible', 'dispatch', 'step', 'taken', 'incorporate', 'college', 'legal', 'working', 'order', 'shall', 'able', 'report', 'progress', 'session', 'state', 'conference', 'altogether', 'sanguine', 'expectation', 'friend', 'enter', 'prise', 'fall', 'voted', 'start', 'seat', 'lately', 'college', 'build', 'ing', 'way', 'east', 'plenty', 'room', 'good', 'efficient', 'teacher', 'ready', 'greet', 'corner', 'cheerful', 'welcome', 'guide', 'correct', 'langrage', 'title', 'new_book', 'prof', 'bell', 'battle', 'creek', 'college', 'south', 'lancaster', 'mass', 'person', 'speak', 'write', 'public', 'painfully', 'aware', 'fact', 'language', 'deficiency', 'early', 'education', 'article', 'press', 'containing', 'good', 'idea', 'rejected', 'account', 'work', 'necessary', 'proper', 'shape', 'printer', 'such_persons', 'guide', 'need', 'object', 'book', 'set', 'forth', 'author', 'preface', 'book', 'intended', 'reference', 'study', 'set', 'forth', 'fact', 'everybody', 'want', 'know', 'easy', 'access', 'book', 'convenient', 'dictionary', 'indispensable', 'treatise', 'business', 'men', 'farmer', 'mechanic', 'printer', 'teacher', 'student', 'especially', 'useful', 'write', 'press', 'examination', 'book', 'convinces', 'true', 'professor', 'bell', 'long_experience', 'teacher', 'english', 'language', 'given', 'knowledge', 'information', 'people', 'generally', 'need', 'faculty', 'imparting', 'information', 'clearest', 'manner', 'book', 'divided', 'essential', 'grammatical', 'law', 'exam', 'ples', 'showing', 'correct', 'incorrect', 'use', 'word', 'second', 'treat', 'punctuation', 'comprises', 'complete', 'set', 'rule', 'use', 'capital', 'illustration', 'battle', 'creek', 'mich', 'giles', 'holser', 'outlook', 'page', 'monthly', 'published', 'alfred', 'center', 'new', 'york', 'lewis', 'editor', 'pleased', 'ffort', 'spread', 'truth', 'paper', 'mainly', 'devoted', 'sabbath', 'reform', 'temperance', 'number', 'june', 'ing', 'article', 'european', 'sunday', 'contains', 'observation', 'eye', 'witness', 'continent', 'writer', 'suppose', 'potter', 'editorial', 'staff', 'outlook', 'notice', 'university', 'california', 'institution', 'sends', 'year', 'neat', 'com', 'prehensive', 'catalogue', 'department', 'follows', 'college', 'letter', 'classical', 'course', 'college', 'agriculture', 'college', 'mechanic', 'college', 'mining', 'college', 'engineering', 'college', 'chemistry', 'literary', 'course', 'course', 'letter', 'science', 'college', 'medicine', 'college', 'law', 'college', 'dentistry', 'col', 'lege', 'pharmacy', 'department', 'open', 'stu', 'dent', 'sex', 'whole_number', 'attendance', 'university', 'somewhat', 'cloud', 'owing', 'action', 'regent', 'considered', 'unwise', 'president', 'reid', 'entered', 'duty', 'discouraging', 'circumstance', 'prejudiced', 'straightforward', 'course', 'won', 'respect', 'highly', 'commended', 'effort', 'rid', 'university', 'curse', 'college', 'hazing', 'effort', 'successful', 'california', 'university', 'bid', 'fair', 'respect', 'honor', 'state', 'college', 'directory', 'table', 'interesting', 'valuable', 'work', 'american', 'college', 'directory', 'universal', 'catalogue', 'title', 'indicates', 'hand', 'book', 'education', 'containing', 'location', 'title', 'presiding', 'officer', 'college', 'seminary', 'academy', 'ormal', 'commercial', 'law', 'theological', 'medical', 'school', 'dustrial', 'school', 'asylum', 'list', 'superintendent', 'educational', 'journal', 'published', 'evans', 'louis', 'price', 'valuable', 'reference', 'book', 'educator', 'land', 'fail', 'prize', 'unprecedented', 'storm', 'comparative', 'lull', 'eastior', 'past_week', 'matter', 'storm', 'california', 'share', 'worthy', 'notice', 'usual', 'order', 'thing', 'california', 'account', 'actual', 'dam', 'age', 'july', 'ukiah', 'severe', 'thunder', 'storm', 'occurred', 'lasting', 'hour', 'accompanied', 'hail', 'telegraph', 'pole', 'shattered', 'lightning', 'thing', 'occurred', 'susanville', 'result', 'day', 'date', 'siskiyou', 'county', 'visited', 'terrific', 'storm', 'accompanied', 'thunder', 'hail', 'hail', 'severe', 'electric', 'display', 'reported', 'grand', 'quote', 'published', 'report', 'northwest', 'southwest', 'unbroken', 'sheet', 'flame', 'flash', 'zig', 'zag', 'lightning', 'darting', 'lower', 'scott', 'valley', 'inch', 'rain', 'fell', 'hour', 'field', 'grain', 'entirely', 'destroyed', 'force', 'rain', 'hail', 'shasta', 'valley', 'hay', 'cock', 'literally', 'floated', 'meadow', 'continued', 'storm', 'inflicting', 'great', 'damage', 'hay', 'grain', 'crop', 'country', 'californian', 'boasted', 'excellence', 'climate', 'good_reason', 'look', 'weather', 'longer', 'implicitly', 'depended', 'sure', 'storm', 'general', 'increase', 'end', 'train', 'telegraph', 'editor', 'santa', 'barbara', 'press', 'glashan', 'invented', 'train', 'telegraph', 'object', 'running', 'train', 'connection', 'office', 'train', 'despatcher', 'train', 'time', 'control', 'avoid', 'possibility', 'collision', 'running', 'train', 'connection', 'know', 'exact', 'position', 'seen', 'draw', 'ing', 'apparatus', 'statement', 'worked', 'trial', 'prof', 'successful', 'valuable', 'egypt', 'crisis', 'trouble', 'egypt', 'prove', 'crisis', 'country', 'fear', 'entertained', 'culminate', 'general', 'european', 'war', 'impossible', 'tell', 'extent', 'power', 'act', 'harmony', 'stated', 'russia', 'displaying', 'irritation', 'course', 'pursued', 'england', 'mean', 'certain', 'bismarck', 'approves', 'sultan', 'trying', 'preserve', 'equilibrium', 'opposing', 'force', 'english', 'occupying', 'alexandria', 'unable', 'pursue', 'arabi', 'bey', 'interior', 'account', 'scarcity', 'men', 'provision', 'provided', 'engagement', 'probably', 'taken', 'place', 'time', 'read', 'english', 'force', 'number', 'men', 'credit', 'proposed', 'parliament', 'carrying', 'war', 'sum', 'military', 'men', 'regard', 'insufficient', 'credit', 'franc', 'voted', 'french', 'cabinet', 'egyptian', 'expedition', 'body', 'troop', 'embarked', 'arabi', 'bey', 'levied', 'war', 'tax', 'land', 'nominal', 'cco', 'supplied', 'provision', 'ammunition', 'arab', 'leaving', 'alexandria', 'flocking', 'cairo', 'refugee', 'cairo', 'report', 'holy', 'war', 'proclaimed', 'european', 'massacred', 'tantah', 'mansura', 'zagozig', 'consul', 'killed', 'named', 'place', 'rev', 'united', 'state', 'consul', 'turkey', 'reported', 'holding', 'following', 'view', 'war', 'present', 'outlook', 'far', 'way', 'predicted', 'arabi', 'bey', 'utterly', 'fail', 'ambitious', 'project', 'thought', 'religious', 'war', 'break', 'spread', 'asia', 'africa', 'europe', 'arabi', 'league', 'new', 'prophet', 'senausi', 'chereaf', 'mecca', 'spiritual', 'head', 'mohammedan', 'religion', 'clusion', 'said', 'thing', 'certain', 'contest', 'ottoman', 'empire', 'fall', 'turk', 'driven', 'europe', 'cross', 'planted', 'mosque', 'sophia', 'later', 'news', 'greater', 'complication', 'khedive', 'signed', 'decree', 'dississing', 'arabi', 'army', 'proclaiming', 'rebel', 'forbidden', 'egyptian', 'army', 'obey', 'order', 'arabi', 'bidden', 'egyptian', 'pay', 'tax', 'reply', 'proclamation', 'khedive', 'arabi', 'appointed', 'ministry', 'cairo', 'considered', 'certain', 'destroy', 'cairo', 'feated', 'captured', 'sign', 'time', 'published', 'weekly', 'oakland', 'cal', 'missionary', 'society', 'seventh', 'day', 'adventist', 'page', 'religious', 'family', 'paper', 'devoted', 'discussion', 'prophecy', 'sign', 'time', 'second', 'coming', 'christ', 'harmony', 'law', 'gospel', 'department', 'devoted', 'temperance', 'home', 'uircle', 'missionary', 'work', 'sabbath', 'school', 'price', 'year', 'club', 'copy', 'address', 'missionary', 'work', 'address', 'sign', 'time', 'oakland', 'cal', 'eld', 'loijotiborougii', 'rat', 'wood', 'shirley', 'road', 'solaiiamp', 'ton', 'england', 'raymond', 'gaston', 'oregon', 'ravrew', 'herald', 'battle', 'creek', 'michigan', 'miss', 'eliza', 'mayer', 'sec', 'tract', 'society', 'south', 'lancaster', 'mass']
root - INFO - extracting file #92500: 2017-04-Final-Corpus/ST18840117-V10-03-page2.txt
root - INFO - extracting file #93000: 2017-04-Final-Corpus/ST18850514-V11-19-page15.txt
root - INFO - ['sign', 'time', 'ppuintutents', 'north', 'pacific', 'conference', 'biblical', 'institute', 'biblical', 'institute', 'conducted', 'elder', 'waggoner', 'held', 'camp', 'ground', 'portland', 'commencing', 'sunday', 'june', 'continuing', 'till', 'minister', 'tract', 'society', 'officer', 'colporters', 'canvasser', 'lay_members', 'afford', 'lose', 'opportunity', 'come', 'early', 'friday', 'tent', 'pitched', 'beforethesabbath', 'come', 'learn', 'work', 'master', 'camp', 'meeting', 'north', 'pacific', 'camp', 'meeting', 'held', 'june', 'july', 'street', 'west', 'street', 'portland', 'close', 'connection', 'terminus', 'washington', 'street', 'car', 'line', 'branch', 'reach', 'nearly', 'city', 'brother', 'bring', 'neighbor', 'child', 'ready', 'come', 'season', 'conference', 'annual_session', 'north', 'pacific', 'conference', 'held', 'portland', 'connection', 'camp', 'meeting', 'june', 'july', 'let', 'church', 'elect', 'delegate', 'furnish', 'credential', 'full_report', 'church', 'elder', 'assist', 'clerk', 'matter', 'appropriate', 'blank', 'sent', 'church', 'clerk', 'sabbath', 'school_association', 'annual_session', 'association', 'held', 'camp', 'ground', 'portland', 'june', 'july', 'special_instruction', 'given', 'sabbath', 'school_officers', 'appropriate', 'essay', 'expected', 'tract', 'missionary', 'society', 'sabbath', 'school', 'sabbath', 'school_association', 'conference', 'hold', 'annual_session', 'year', 'connection', 'camp', 'meeting', 'milton', 'june', 'tract', 'missionary', 'society', 'home', 'saved', 'elli', 'loughborough', 'gun', 'bible', 'evidence', 'tho', 'interesting', 'topic', 'earth', 'new', 'inheritance', 'saint', 'price', 'cent', 'sign', 'time', 'oakland', 'cal', 'ninth', 'annual_session', 'north', 'pacific', 'society', 'held', 'camp', 'ground', 'portland', 'june', 'july', 'matter', 'vital', 'grimsby', 'eng', 'come', 'society', 'glad', 'lover', 'present_truth', 'meeting', 'hope', 'business', 'connected', 'society', 'finished', 'early_date', 'meeting', 'devoted', 'wholly', 'religious_exercises', 'necessitate', 'presence', 'delegate', 'love', 'willing', 'assist', 'holy', 'work', 'committed', 'trust', 'particularly', 'urged', 'present', 'beginning', 'annual', 'convocation', 'camp', 'meeting', 'committee', 'norway', 'eld', 'matteson', 'akersveren', 'christiania', 'norway', 'switzerland', 'addie', 'bowen', 'belchenstrasse', 'bale', 'suisse', 'hawaiian', 'island', 'scott', 'honolulu', 'great', 'controversy', 'tract', 'printed', 'office', 'form', 'page', 'tract', 'selection', 'vol', 'wish', 'canvas', 'book', 'consists', 'page', 'entire', 'chapter', 'origin', 'evil', 'selection', 'complete', 'excellent', 'tract', 'general', 'following', 'brother', 'appointed', 'act', 'camp', 'meeting', 'committee', 'win', 'potter', 'john', 'cole', 'circulation', 'page', 'notice', 'book', 'baxter', 'chas', 'kline', 'andz', 'warren', 'chas', 'boyd', 'graham', 'hall', 'conference_committee', 'upper_columbia', 'camp', 'meeting', 'camp', 'meeting', 'held', 'milton', 'umatilla', 'county', 'oregon', 'commencing', 'evening', 'june', 'ending', 'morning', 'invited', 'attend', 'wishing', 'sire', 'read', 'book', 'furnished', 'office', 'post', 'paid', 'receipt', 'notice', 'change', 'figure', 'address', 'label', 'case', 'sufficient', 'receipt', 'money', 'sent', 'paper', 'change', 'appear', 'due_time', 'book', 'ordered', 'mail', 'received', 'notify', 'business', 'acknowledged', 'california', 'conference', 'fund', 'reno', 'san', 'francisco', 'examination', 'remedial', 'light', 'nature', 'revelation', 'eld', 'waggoner', 'edition', 'revised', 'greatly', 'enlarged', 'work', 'critical', 'exhaustive', 'treatise', 'plan', 'salvation', 'revealed', 'scripture', 'showing', 'harmony', 'principle', 'justice', 'mercy', 'consistency', 'reason', 'final', 'result', 'affecting', 'destiny', 'human', 'race', 'cloth', 'address', 'sign', 'time', 'oakland', 'cal', 'review_and_herald', 'battle', 'creek', 'mich', 'country', 'future', 'foretold', 'united', 'state', 'prophecy', 'eld', 'smith', 'tin', 'exposition', 'portion', 'prophecy', 'applies', 'government', 'showing', 'position', 'united', 'state', 'hold', 'prophecy', 'act', 'closing', 'scene', 'time', 'sunday', 'movement', 'attracting', 'general', 'attention', 'thoroughly', 'canvassed', 'abundant', 'testimony', 'given', 'prove', 'fast', 'com', 'important', 'question', 'country', 'dealng', 'own_land', 'applying', 'own_time', 'surpassing', 'nterest', 'american', 'reader', 'new_edition', 'revised', 'steed', 'cloth', 'paper', 'cover', 'new_edition', 'condensed', 'actress', 'sign', 'time', 'oakland', 'cal', 'australian', 'mission', 'ole', 'anderson', 'georgie', 'yerby', 'rent', 'tent', 'rate', 'year', 'let', 'jas', 'allen', 'jas', 'dye', 'laytonville', 'write', 'goodwin', 'milton', 'oregon', 'tent', 'secured', 'pitched', 'good', 'season', 'restaurant', 'camp', 'adam', 'aldrich', 'foreign', 'mission', 'mcclure', 'cash', 'received', 'account', 'kansa', 'society', 'groun', 'dthis', 'year', 'provision', 'stand', 'fresh', 'bread', 'supply', 'dakota', 'society', 'indiana', 'obtained', 'lowest', 'possible', 'rate', 'ample', 'provis', 'society', 'colorado', 'society', 'ohio', 'ion', 'horse', 'brother', 'society', 'ters', 'come', 'meeting', 'bring', 'friend', 'conference', 'annual_session', 'conference', 'year', 'held', 'camp', 'ground', 'milton', 'connection', 'camp', 'meeting', 'june', 'let', 'church', 'conference', 'immediately', 'elect', 'delegate', 'furnishing', 'credential', 'report', 'standing', 'loss', 'addition', 'conference_year', 'let', 'church', 'reported', 'delegate', 'letter', 'let', 'letter', 'church', 'indi', 'agnes', 'nebraska', 'tract', 'society', 'betty', 'saxby', 'lizviduals', 'directed', 'loughborough', 'milton', 'zie', 'campbell', 'alice', 'beaumont', 'druillard', 'umatilla', 'county', 'oregon', 'whitney', 'buckner', 'annual_session', 'tract', 'missionary', 'society', 'year', 'held', 'changed', 'sabbath', 'connection', 'milton', 'camp', 'meeting', 'june', 'reduction', 'railroad', 'fare', 'tract', 'page', 'ally', 'answer', 'question', 'sunday', 'displaced', 'ble', 'sabbath', 'extract', 'given', 'catholic', 'writer', 'price', 'eta', 'party', 'coming', 'northern', 'pacific', 'railroad', 'camp', 'meeting', 'milton', 'oregon', 'june', 'pay', 'fare', 'wallula', 'junction', 'obtain', 'onthecamp', 'ground', 'certificate', 'sabbath', 'school', 'help', 'entitled', 'return', 'ticket', 'wallula', 'fifth', 'regular', 'fare', 'note', 'hope', 'reduced', 'return', 'rate', 'line', 'company', 'matter', 'consideration', 'promising', 'report', 'soon', 'loughborough', 'goodwin', 'ragsdale', 'conference_committee', 'vablishers', 'ppartinent', 'soy', 'send', 'paper', 'office', 'pay', 'advance', 'special_arrangement', 'person', 'receive', 'copy', 'ordering', 'sent', 'party', 'information', 'regard', 'person', 'receiving', 'copy', 'sign', 'indebted', 'office', 'called', 'pay', 'read', 'paper', 'hand', 'friend', 'read', 'bible_lessons', 'little', 'flexible', 'cover', 'bible_lessons', 'little', 'flexible', 'cloth', 'bible_lessons', 'child', 'bible_lessons', 'map', 'eta', 'eta', 'eta', 'ptches', 'life', 'paul', 'white', 'book', 'history', 'paul', 'life', 'time', 'havoc', 'church', 'offered', 'let', 'representative', 'traced', 'clear', 'connected', 'manner', 'paul', 'allusion', 'epistle', 'connected', 'record', 'book', 'act', 'manner', 'throw', 'great_light', 'epistle', 'act', 'book', 'greater', 'value', 'historical', 'accuracy', 'lesson', 'drawn', 'paul', 'word', 'hardship', 'endured', 'practical_application', 'own_times', 'marked', 'feature', 'work', 'instruction', 'given', 'way', 'estimated', 'dollar', 'cent', 'neatly', 'bound', 'cloth', 'cent', 'address', 'sign', 'time', 'oakland', 'cal', 'review_and_herald', 'battle', 'creek', 'mich', 'seventh', 'time', 'littlejohn', 'refutation', 'theory', 'god', 'sanctified', 'simply', 'seventh', 'time', 'sabbath', 'fixing', 'time', 'definite_day', 'necessity', 'uniform', 'day', 'rest', 'admitted', 'nearly', 'advocated', 'book', 'author', 'creator', 'understood', 'anticipated', 'necessity', 'prof', 'different', 'process', 'reasoning', 'seventh', 'day', 'week', 'beginning', 'sabbath', 'lord', 'price', 'cent', 'liberal', 'discount', 'address', 'sign', 'time', 'oakland', 'cia', 'tract', 'read', 'created', 'strong', 'atonement', 'general', 'sttel', 'michigan', 'miss', 'hattie', 'house', 'care', 'review_and_herald', 'battle', 'creek', 'mich', 'new', 'england', 'palmer', 'tract', 'repository', 'south', 'lancaster', 'mass', 'north', 'pacific', 'boyd', 'east', 'portland', 'oregon', 'england', 'present_truth', 'heneage', 'street', 'great', 'church', 'debt', 'fund', 'jones', 'california', 'society', 'district', 'alice', 'morrison', 'eld', 'israel', 'california', 'city', 'mission', 'geo', 'manuel', 'eld', 'israel', 'order', 'ardidd', 'book', 'sent', 'freight', 'boyd', 'palmer', 'book', 'sent', 'exrims', 'nebraska', 'society', 'clara', 'wood', 'gibbs', 'miss', 'carrie', 'dortch', 'miss', 'address', 'sign', 'time', 'oakland', 'cal', 'bible_lessons', 'bible_lessons', 'address', 'sign', 'time', 'oakland', 'cal', 'review_and_herald', 'battle', 'creek', 'mich']
root - INFO - extracting file #93500: 2017-04-Final-Corpus/ST18860722-V12-28-page9.txt
root - INFO - extracting file #94000: 2017-04-Final-Corpus/ST18880406-V14-14-page6.txt
root - INFO - ['tiie', 'sigjvb', 'tixes', 'vol', 'alp', 'sipsofl', 'liesitup', 'discern', 'sign', 'time', 'ligious', 'tell', 'fast', 'saturday', 'honor', 'mary', 'day', 'harm', 'obtain', 'grace', 'lying', 'displeasure', 'god', 'obedient', 'robber', 'followed', 'advice', 'vow', 'continue', 'break', 'oath', 'lie', 'time', 'went', 'unarmed', 'saturday', 'happened', 'saturday', 'officer', 'justice', 'break', 'oath', 'allowed', 'taken', 'resistance', 'judge', 'saw', 'grayhaired', 'old_man', 'wished', 'pardon', 'grace', 'compunction', 'received', 'mary', 'lie', 'said', 'wished', 'die', 'punishment', 'sin', 'public', 'confession', 'sin', 'life', 'judgment', 'ball', 'weeping', 'bitterly', 'present', 'wept', 'beheaded', 'buried', 'little', 'ceremony', 'grave', 'dug', 'near', 'mother', 'god', 'appeared', 'holy', 'virgin', 'took', 'dead_body', 'place', 'wrapped', 'rich', 'cloth', 'embroidered', 'gold', 'bore', 'gate', 'city', 'blessed', 'virgin', 'said', 'guard', 'tell', 'bishop', 'honorable', 'buripl', 'church', 'dead', 'person', 'faithful_servant', 'story', 'catholicism', 'identifies', 'paganism', 'taught', 'devotee', 'depend', 'charm', 'incantation', 'spiritualism', 'great', 'feature', 'man', 'saviour', 'alike', 'exalt', 'man', 'level', 'god', 'shown', 'necessarily', 'follows', 'doctrine', 'man', 'natural_immortality', 'held', 'doctrine', 'claim', 'man', 'attribute', 'deity', 'similar', 'quotation', 'following', 'page', 'country', 'normandy', 'certain', 'robber', 'beheaded', 'head', 'thrown', 'trench', 'heard', 'mary', 'confession', 'certain', 'priest', 'went', 'heard', 'confession', 'questioning', 'practice', 'devotion', 'robber', 'answered', 'fasting', 'day', 'week', 'honor', 'holy', 'virgin', 'lady', 'obtained', 'grace', 'delivered', 'hell', 'confession', 'surely', 'easy', 'way', 'getting', 'saved', 'considering', 'person', 'allowed', 'eat', 'catholic', 'fast', 'worst', 'following', 'page', 'end', 'extract', 'father', 'charles', 'bovius', 'relates', 'domans', 'france', 'lived', 'married', 'man', 'held', 'criminal', 'connection', 'woman', 'wife', 'unable', 'endure', 'continually', 'besought', 'god', 'punish', 'guilty', 'party', 'day', 'particular', 'went', 'altar', 'blessed', 'virgin', 'certain', 'church', 'implore', 'vengeance', 'woman', 'alienated', 'husband', 'woman', 'went', 'day', 'altar', 'repeat', 'hail', 'mary', 'night', 'divine', 'mother', 'appeared', 'dream', 'wife', 'seeing', 'began', 'accustomed', 'petition', 'justice', 'mother', 'god', 'justice', 'blessed', 'lady', 'answered', 'justice', 'seek', 'justice', 'execute', 'justice', 'belongs', 'known', 'added', 'sinner', 'offer', 'day', 'devotion', 'honor', 'allow', 'sinner', 'doe', 'suffer', 'punished', 'sin', 'impossible', 'conceive', 'written', 'pretense', 'religious', 'tend', 'directly', 'lead', 'people', 'commission', 'crime', 'doe', 'instance', 'like', 'rest', 'course', 'fictitious', 'case', 'woman', 'living', 'open', 'sin', 'virgin', 'mary', 'set', 'forth', 'hope', 'sinner', 'severely', 'rebuke', 'grossly', 'wronged', 'saying', 'guilty', 'woman', 'shall', 'punished', 'day', 'repeat', 'form', 'prayer', 'catholic', 'church', 'teach', 'matter', 'wicked', 'person', 'safe', 'remembers', 'midst', 'debauchery', 'prayer', 'virgin', 'mary', 'rightly', 'named', 'mother', 'harlot', 'abomination', 'earth', 'surely', 'paul', 'given', 'accurate', 'description', 'calling', 'wicked', 'apostle', 'john', 'antichrist', 'denieth', 'jesus', 'come', 'flesh', 'shown', 'spiritualism', 'antichrist', 'openly', 'emphatically', 'denies', 'divine', 'mission', 'character', 'christ', 'catholicism', 'antichrist', 'image', 'christ', 'set', 'plan', 'salvation', 'error', 'arise', 'pagan', 'notion', 'soul', 'man', 'god', 'possibility', 'die', 'idea', 'promulgated', 'satan', 'arch', 'enemy', 'christ', 'spirit', 'antichrist', 'doctrine', 'natural_immortality', 'soul', 'difference', 'paganism', 'christianity', 'christ', 'christ', 'christianity', 'professor', 'soon', 'sink', 'paganism', 'power', 'man', 'elevate', 'power', 'outside', 'power', 'saviour', 'salvation', 'christ', 'brings', 'simply', 'present', 'uplifting', 'everlasting', 'salvation', 'came', 'eternal_life', 'believe', 'sum', 'blessing', 'christ', 'bestow', 'comprised', 'gift', 'eternal_life', 'people', 'matter', 'profession', 'teach', 'men', 'dependent', 'christ', 'life', 'virtually', 'deny', 'entirely', 'christ', 'set', 'aside', 'immorality', 'come', 'possibility', 'righteousness', 'world', 'righteousness', 'faith', 'jesus_christ', 'doctrine', 'man', 'natural_immortality', 'away', 'incentive', 'believe', 'christ', 'life_giver', 'emphatically', 'repeat', 'doctrine', 'spirit', 'antichrist', 'catholic', 'protestant', 'editor', 'new', 'york', 'evangelist', 'field', 'defender', 'catholicism', 'think', 'disposition', 'stand', 'aloof', 'catholic', 'mischievous', 'church', 'country', 'late', 'president', 'hitchcock', 'said', 'discussed', 'danger', 'society', 'socialist', 'communist', 'come', 'look', 'roman', 'catholic_church', 'conservative', 'power', 'country', 'influence', 'irish', 'running', 'excess', 'french', 'german', 'carried', 'away', 'conservative', 'preserving', 'christendom', 'great', 'flood', 'infidelity', 'sweeping', 'land', 'tremendous', 'power', 'exercised', 'roman', 'catholic_church', 'million', 'countryman', 'height', 'folly', 'fanaticism', 'alienate', 'standing', 'attitude', 'antagonism', 'protestant', 'inheritance', 'conviction', 'deny', 'roman', 'catholic', 'good_citizens', 'useful', 'member', 'society', 'humble', 'devout', 'christian', 'fact', 'sin', 'christ', 'recognize', 'episcopalian', 'clergyman', 'central', 'new', 'york', 'writes', 'field', 'want', 'thank', 'treatment', 'roman', 'catholic', 'vastly', 'better', 'infidelity', 'church', 'check', 'surely', 'god', 'evidence', 'increase', 'protestantism', 'getting', 'simply', 'meaning', 'such_men', 'quoted', 'right', 'protestant', 'ceased', 'protest', 'question', 'sufficient', 'prove', 'reformation', 'mistake', 'catholic_church', 'right', 'luther', 'fellow', 'reformer', 'wrong', 'catholic_church', 'changed', 'item', 'principle', 'time', 'question', 'answered', 'negative', 'apologize', 'papacy', 'opposed', 'luther', 'work', 'lived', 'day', 'oppose', 'catholicism', 'day', 'bigot', 'wickliffe', 'hus', 'jerome', 'luther', 'melanctlion', 'zwingle', 'like', 'bigot', 'professed', 'protestant', 'world', 'ready', 'position', 'concerning', 'men', 'antagonize', 'catholic', 'individual', 'lint', 'catholicism', 'men', 'quoted', 'think', 'deny', 'waggoner', 'alonzo', 'jones', 'editor', 'corresponding', 'editor', 'haskell', 'geo', 'butler', 'oakland', 'cal', 'sixth', 'day', 'april', 'spirit', 'antichrist', 'far', 'quoted', 'passage', 'directly', 'state', 'virgin', 'mary', 'entitled', 'honor', 'christ', 'men', 'look', 'salvation', 'christ', 'depend', 'christ', 'virgin', 'mary', 'surely', 'lost', 'shall', 'sample', 'quotation', 'showing', 'mariolatry', 'directly', 'foster', 'encourages', 'outrageous', 'wickedness', 'page', 'glory', 'mary', 'following', 'read', 'life', 'sister', 'catherine', 'augustinian', 'nun', 'place', 'servant', 'god', 'lived', 'lived', 'woman', 'named', 'mary', 'youth', 'sinner', 'obstinately', 'persevered', 'evil', 'course', 'extreme', 'old_age', 'banished', 'fellow_citizens', 'forced', 'live', 'cave', 'limit', 'place', 'died', 'state', 'loathsome', 'corruption', 'abandoned', 'sacrament', 'account', 'buried', 'field', 'like', 'beast', 'sister', 'catherine', 'accustomed', 'recommend', 'affectionately', 'god', 'soul', 'departed', 'life', 'learning', 'miserable', 'death', 'poor', 'old', 'woman', 'think', 'praying', 'believed', 'damned', 'year', 'having', 'passed', 'soul', 'purgatory', 'appeared', 'said', 'sister', 'catherine', 'unhappy', 'fate', 'commend', 'god', 'soul', 'die', 'soul', 'pity', 'said', 'servant', 'god', 'answered', 'poor', 'mary', 'died', 'cave', 'saved', 'exclaimed', 'sister', 'catherine', 'yes', 'saved', 'said', 'mercy', 'virgin', 'mary', 'saw', 'death', 'drawing', 'near', 'finding', 'laden', 'sin', 'abandoned', 'turned', 'mother', 'god', 'said', 'lady', 'thou_art', 'refuge', 'abandoned', 'behold', 'hour', 'deserted', 'thou_art', 'hope', 'thou', 'canst', 'help', 'pity', 'holy', 'virgin', 'obtained', 'grace', 'making', 'act', 'contrition', 'died', 'saved', 'queen', 'obtained', 'grace', 'pain', 'abridged', 'suffering', 'intensely', 'short', 'time', 'pas', 'purification', 'lasted', 'year', 'mass', 'needed', 'obtain', 'release', 'purgatory', 'pray', 'thee', 'cause', 'offered', 'promise', 'pray', 'god', 'mary', 'thee', 'sister', 'catherine', 'immediately', 'caused', 'mass', 'said', 'soul', 'day', 'appeared', 'brilliant', 'sun', 'said', 'thank', 'thee', 'sister', 'catherine', 'behold', 'going', 'paradise', 'sing', 'mercy', 'god', 'pray', 'line', 'preceding', 'quotation', 'teach', 'people', 'live', 'profligate', 'life', 'moment', 'death', 'saved', 'single', 'act', 'contrition', 'tends', 'cause', 'men', 'repentance', 'rob', 'god', 'service', 'worst', 'true', 'christie', 'able', 'save', 'uttermost', 'come', 'unto', 'god', 'possible', 'hour', 'life', 'sinner', 'heartily', 'repent', 'acceptance', 'god', 'case', 'recorded', 'new_testament', 'catholic_church', 'quotation', 'teach', 'men', 'come', 'unrepentant', 'fast', 'moment', 'life', 'saved', 'christ', 'christ', 'utterly', 'ignored', 'extremity', 'essential', 'wickedness', 'scheme', 'religion', 'ought', 'apparent', 'knowledge', 'divine', 'thing', 'page', 'read', 'mountain', 'trent', 'lived', 'notorious', 'robber', 'admonished', 'religious', 'change', 'course', 'life', 'answered', 'remedy', 'said']
root - INFO - extracting file #94500: 2017-04-Final-Corpus/ST18891118-V15-44-page13.txt
root - INFO - extracting file #95000: 2017-04-Final-Corpus/ST18930911-V19-44-page16.txt
root - INFO - ['igits', 'tie', 'gimes', 'oakland', 'cal', 'monday', 'september', 'send', 'paper', 'office', 'payin', 'advance', 'special_arrangement', 'person', 'receive', 'copy', 'ordering', 'sent', 'party', 'information', 'regard', 'person', 'recei', 'ing', 'copy', 'sign', 'indebted', 'office', 'called', 'pay', 'read', 'paper', 'hand', 'friend', 'read', 'content', 'number', 'editorial', 'note', 'comment', 'tradition', 'scripture', 'standing', 'principle', 'modern', 'temperance', 'measure', 'question', 'corner', 'doetrinal', 'word', 'lord', 'poetry', 'true', 'false', 'theocracy', 'sin', 'object', 'sabbath', 'thee', 'poetry', 'iseellaneonts', 'flower', 'faith', 'poetry', 'holinese', 'power', 'church', 'doe', 'god', 'manifest', 'presence', 'meet', 'worship', 'god', 'man', 'word', 'god', 'word', 'increase', 'crime', 'rome', 'idea', 'missionary', 'work', 'sunday', 'keeping', 'religious', 'vertebrate', 'let', 'christ', 'crucified', 'home', 'health', 'think', 'poetry', 'home', 'plucky', 'boy', 'letter', 'introduction', 'silent', 'influence', 'scientific', 'curious', 'mission_fields', 'man', 'work', 'poetry', 'people', 'assam', 'professor', 'prescott', 'sabbath', 'sermon', 'stated', 'time', 'ago', 'sermon', 'published', 'bible', 'student', 'library', 'complication', 'consideration', 'need', 'mentioned', 'changed', 'somewhat', 'sermon', 'published', 'number', 'religious', 'liberty', 'library', 'soon', 'ready', 'know', 'long', 'deserves', 'large_circulation', 'issued', 'obtainable', 'doubtless', 'tract_societies', 'office', 'publication', 'significance', 'fence', 'curiously', 'illustrated', 'world', 'fair', 'ground', 'chicago', 'section', 'fair', 'located', 'enjoys', 'privilege', 'prohibitory', 'liquor', 'law', 'world', 'fair', 'manager', 'fenced', 'portion', 'exposition', 'purpose', 'appears', 'outside', 'fence', 'hotel', 'keeper', 'arrested', 'violation', 'prohibitory', 'law', 'inside', 'sell', 'liquor', 'impunity', 'pay', 'fair', 'corporation', 'privilege', 'liquor_traffic', 'fence', 'law', 'sunday', 'law', 'people', 'inside', 'seventh', 'day', 'adventist', 'work', 'plowing', 'corn', 'digging', 'potato', 'sunday', 'fence', 'short', 'order', 'day', 'evil', 'news', 'note', 'department', 'designed', 'set', 'reader', 'simple', 'doings', 'political', 'social', 'physical', 'religious_world', 'sensationalism', 'suppressed', 'endeavor', 'plain', 'fact', 'bare', 'consideration', 'fact', 'week', 'startling', 'extreme', 'storm', 'cyclone', 'pestilence', 'accident', 'tidal', 'wave', 'record', 'physical', 'world', 'want', 'starvation', 'strike', 'general', 'discharge', 'laborer', 'uprising', 'mob', 'failure', 'great', 'firm', 'constitute', 'record', 'social', 'world', 'war', 'rumor', 'war', 'political', 'upheaval', 'threatened', 'revolution', 'grave', 'financial', 'difficulty', 'face', 'political', 'world', 'greatest', 'prosperous', 'country', 'world', 'united', 'state', 'entered', 'promise', 'hope', 'courage', 'business', 'stagnated', 'thousand', 'aye', 'million', 'laboring', 'men', 'unemployed', 'religious_world', 'perfect', 'babylon', 'greatest', 'men', 'endeavoring', 'politics', 'god', 'design', 'gospel', 'hope', 'anchor', 'hold', 'god', 'life', 'reign', 'christ', 'coming', 'dire', 'happening', 'world', 'evidence', 'coming', 'read', 'luke', 'christian', 'sentiment', 'country', 'felix', 'brunot', 'president', 'national', 'reform', 'association', 'conflict', 'passing', 'world', 'fair', 'sabbath', 'demonstrated', 'overwhelming', 'strength', 'christian', 'sentiment', 'country', 'astonishing', 'note', 'country', 'innate', 'corruption', 'political', 'social', 'religious', 'time', 'fairly', 'overflowing', 'christian', 'sentiment', 'view', 'standpoint', 'american', 'sabbath', 'union', 'great_extent', 'standpoint', 'popular_churches', 'saith', 'scripture', 'know', 'days_perilous_times', 'shall', 'come', 'men', 'shall', 'lover', 'self', 'covetous', 'boaster', 'proud', 'blasphemer', 'disobedient', 'parent', 'unthankful', 'unholy', 'natural', 'affection', 'truce', 'breaker', 'false', 'accuser', 'incontinent', 'fierce', 'despisers', 'good', 'traitor', 'heady', 'highminded', 'lover', 'pleasure', 'lover', 'god', 'having', 'form', 'godliness', 'denying', 'power_thereof', 'turn', 'away', 'tim', 'blind', 'delusion', 'prejudice', 'far', 'truer', 'description', 'time', 'deny', 'power', 'godliness', 'invoking', 'power', 'civil_law', 'carry', 'wish', 'merely', 'formal', 'church', 'professed', 'church', 'mere', 'political', 'machine', 'politician', 'fear', 'political', 'power', 'deem', 'policy', 'join', 'rank', 'favor', 'measure', 'faithfully', 'set', 'forth', 'prophetic_word', 'babylon', 'great', 'fallen', 'fallen', 'habitation', 'devil', 'hold', 'foul', 'spirit', 'cage', 'unclean', 'hateful', 'bird', 'heard', 'voice', 'heaven', 'saying', 'come', 'people', 'partaker', 'sin', 'receive', 'plague', 'rev', 'humboldt', 'camp', 'meeting', 'privilege', 'pleasure', 'editor', 'paper', 'attend', 'local', 'camp', 'meeting', 'benefit', 'church', 'humboldt', 'county', 'held', 'suburb', 'eureka', 'august', 'own_people', 'represented', 'despite', 'hindrance', 'disadvantage', 'outside_attendance', 'said', 'greater', 'year', 'laborer', 'elder', 'mcclure', 'morrison', 'wilcox', 'sanderson', 'writer', 'brother', 'morrison', 'sanderson', 'left', 'middle', 'meeting', 'preaching', 'practical', 'nature', 'designed', 'meet', 'need', 'hour', 'jesus_christ', 'crucified', 'risen', 'saviour', 'good_meeting', 'lord', 'appointment', 'meet', 'people', 'met', 'eureka', 'came', 'forward', 'seek', 'lord', 'sabbath', 'afternoon', 'amongthem', 'goodly', 'number', 'youth', 'child', 'sabbath', 'seeking', 'renewed', 'consecration', 'god', 'favor', 'lord', 'time', 'eighteen', 'baptized', 'sunday', 'morning', 'meeting', 'outside', 'came', 'meeting', 'said', 'close', 'received', 'great_light', 'violated', 'sabbath', 'lord', 'time', 'may_god', 'brother', 'eureka', 'grace', 'carry', 'good_work', 'begun', 'family', 'came', 'distance', 'mile', 'mountain', 'mendocino', 'county', 'felt', 'repaid', 'general', 'testimony', 'best', 'meeting', 'attended', 'god', 'blessing', 'like', 'ripe', 'fruit', 'hang', 'reach', 'people', 'simple_faith', 'grasp', 'question', 'corner', 'time', 'time', 'reply', 'head', 'deemed', 'advisable', 'candid', 'inquiry', 'scriptural', 'topic', 'moral', 'question', 'sent', 'question', 'minister', 'strife', 'profit', 'reader', 'answered', 'correspondent', 'wishing', 'reply', 'question', 'address', 'publication', 'wish', 'evidence', 'good_faith', 'opportunity', 'reply', 'letter', 'deemed', 'best', 'inclose', 'stamp', 'question', 'numbered', 'continuously', 'god', 'know', 'god', 'know', 'created', 'man', 'fall', 'certainly', 'known', 'infinite', 'knowledge', 'surprised', 'aught', 'occurs', 'occur', 'known', 'unto', 'god', 'work', 'beginning', 'world', 'act', 'searching', 'god', 'understanding', 'isa', 'psalm', 'god', 'know', 'eze', 'kindly', 'explain', 'eze', 'text', 'read', 'sprinkle', 'clean', 'water', 'shall', 'clean', 'filthiness', 'idol', 'cleanse', 'figure', 'ancient', 'practice', 'ceremo', 'vial', 'cleansing', 'sprinkling', 'water', 'lev', 'noticed', 'levitical', 'law', 'ceremony', 'performed', 'real', 'cleansing', 'force', 'judicial', 'sentence', 'cleansing', 'accomplished', 'god', 'clean', 'spirit', 'thess', 'blood', 'christ', 'heb', 'peter', 'word', 'eph', 'actually', 'clean', 'sanctifies', 'soul', 'belief', 'promised', 'eze', 'bible', 'question', 'answer', 'concerning', 'man', 'alonzo', 'jones', 'bible', 'student', 'library', 'pacific_press', 'pub', 'oakland', 'cal', 'cent', 'atonement', 'atonement', 'consistent', 'reason', 'atonement', 'revealed', 'bible', 'pacific_press', 'pub', 'oakland', 'cal', 'cloth', 'sign', 'tire', 'page', 'weekly', 'religious', 'journal', 'furnished', 'following', 'price', 'subscription', 'single', 'copy', 'year', 'postpaid', 'club', 'address', 'foreign_country', 'postal', 'union', 'address', 'sign', 'tipaes', 'castro', 'sts', 'oakland', 'cal', 'work', 'worker', 'wasted', 'day', 'poetry', 'europe', 'field', 'note', 'emy', 'lesson', 'sabbath', 'september', 'international', 'lesson', 'resisting', 'news', 'note', 'religious', 'secular', 'read', 'article', 'pen', 'elder', 'waggoner', 'object', 'sabbath', 'work', 'worker', 'department', 'furnishes', 'reader', 'interesting', 'letter', 'facile', 'pen', 'brother', 'tenney', 'shall', 'continue', 'hear', 'time', 'time', 'trust', 'communication', 'welcome', 'article', 'sin', 'pen', 'elder', 'durland', 'worthy', 'careful_reading', 'following', 'article', 'developing', 'subject', 'farther', 'sin', 'beginning', 'righteousness', 'end', 'object', 'series', 'article', 'trust', 'widely', 'read', 'bible', 'student', 'library', 'containing', 'sabbath', 'school_lessons', 'quarter', 'order', 'filled', 'fast', 'received', 'duty', 'supply', 'school', 'different', 'state', 'conference', 'order', 'promptly', 'lesson', 'pamphlet', 'school', 'inst', 'lesson', 'epistle', 'john', 'form', 'interesting', 'profitable', 'series', 'present', 'article', 'series', 'relation', 'church', 'religion', 'christ', 'state', 'bollman', 'editor', 'paper', 'editor', 'american', 'sentinel', 'article', 'true', 'false', 'theocracy', 'bear', 'study', 'writes', 'private_letter', 'impossible', 'justice', 'subject', 'article', 'underlying', 'principle', 'set', 'forth', 'furnish', 'basis', 'study', 'reader', 'second', 'number', 'apple', 'gold', 'library', 'issued', 'entitled', 'christian', 'privilege', 'white', 'leaflet', 'designed', 'especially', 'correspondence', 'trimmed', 'fit', 'envelope', 'ordinary', 'letter', 'increase', 'postage', 'appropriate', 'send', 'convenient', 'carry', 'pocket', 'use', 'time', 'price', 'christian', 'privilege', 'address', 'pacific_press', 'pub', 'oakland', 'cal', 'bond', 'new', 'york', 'fifth', 'kansa', 'city', 'sign', 'time', 'vol']
root - INFO - extracting file #95500: 2017-04-Final-Corpus/ST18940917-V20-45-page7.txt
root - INFO - extracting file #96000: 2017-04-Final-Corpus/ST18971125-V23-46-page3.txt
root - INFO - ['november', 'promised', 'better', 'way', 'built', 'city', 'tower', 'sought', 'prized', 'work', 'highly', 'called', 'according', 'story', 'brick', 'book', 'bab', 'gate', 'god', 'gate', 'heaven', 'matter', 'grown', 'better', 'worse', 'god', 'remedy', 'god', 'remedy', 'confusion', 'people', 'certainly', 'counted', 'sent', 'message', 'heal', 'saw', 'angel', 'fiy', 'midst', 'heaven', 'havingthe', 'everlasting', 'gospel', 'preach', 'unto', 'dwell', 'earth', 'nation', 'kindred', 'tongue', 'people', 'saying', 'loud_voice', 'fear_god', 'glory', 'hour', 'judgment', 'come', 'worship', 'heaven', 'earth', 'sea', 'fountain', 'water', 'rev', 'time', 'message', 'church', 'world', 'judgment', 'god', 'impending', 'past', 'century', 'told', 'judgment', 'come', 'day', 'god', 'judge', 'world', 'act', 'message', 'judgment', 'god', 'come', 'adjudication', 'case', 'heavenly', 'court', 'accounting', 'word', 'christ', 'god', 'church', 'return', 'babylon', 'confusion', 'jerusalem', 'unity', 'peace', 'everlasting', 'gospel', 'brought', 'union', 'early_church', 'came', 'pharisee', 'sadducee', 'essene', 'publican', 'received', 'proclaimed', 'onwards', 'brought', 'church', 'modern', 'babylon', 'god', 'condemn', 'babylon', 'desired', 'healed', 'babylon', 'god', 'said', 'sad', 'result', 'healed', 'jer', 'babylon', 'fallen', 'church', 'worse', 'day', 'charles', 'beecher', 'uttered', 'faithful', 'warning', 'time', 'church', 'turned', 'wonderfully', 'world', 'organizing', 'society', 'law', 'order', 'league', 'union', 'civic', 'federation', 'purpose', 'enforcing', 'civil_law', 'gospel', 'scarcely', 'heard', 'poorer', 'stratum', 'society', 'church', 'leaving', 'christ', 'uniting', 'world', 'state', 'leaving', 'living', 'spring', 'cold', 'snow', 'lebanon', 'human', 'broken', 'cistern', 'forsaken', 'husband', 'christ', 'jesus', 'committing', 'fornication', 'king', 'earth', 'angel', 'sorrowfully', 'declares', 'followed', 'angel', 'saying', 'babylon', 'fallen', 'fallen', 'great_city', 'nation', 'drink', 'wine', 'wrath', 'fornication', 'rev', 'jewish_church', 'turned', 'close', 'healing', 'message', 'john', 'jesus', 'message', 'received', 'restored', 'ready', 'reject', 'christ', 'king', 'king', 'caesar', 'modern', 'church', 'reject', 'god', 'healing', 'message', 'reproof', 'warning', 'turn', 'world', 'state', 'guise', 'christian', 'citizenship', 'patriotism', 'americanism', 'denounce', 'traitor', 'reveal', 'word', 'god', 'true', 'nature', 'church', 'state', 'dogma', 'child', 'fornication', 'god', 'serve', 'sin', 'glory', 'named', 'literally', 'babel', 'confusion', 'gen', 'attempt', 'improve', 'god', 'work', 'resulted', 'confusion', 'work', 'god', 'confusion', 'god', 'author', 'cor', 'modern', 'babylon', 'confusion', 'babylon', 'came', 'christian_church', 'death', 'apostle', 'till', 'finally', 'century', 'great', 'apocalyptic', 'harlot', 'developed', 'reformer', 'took', 'mighty', 'stride', 'standard', 'god', 'albeit', 'different', 'company', 'stopped', 'babylon', 'confusion', 'reign', 'present', 'truly', 'great', 'apostate', 'papacy', 'babylon', 'departing', 'truth', 'god', 'truly', 'protestantism', 'formulation', 'multitude', 'creed', 'confusion', 'brought', 'church', 'people', 'world', 'seeking', 'light', 'confused', 'driven', 'unbelief', 'surely', 'papal', 'babylon', 'committed', 'fornication', 'forsaking', 'lawful', 'spouse', 'jesus', 'christ', 'uniting', 'civil_power', 'surely', 'protestant', 'church', 'committed', 'fornication', 'king', 'earth', 'clone', 'thing', 'clamoring', 'civil_power', 'enforce', 'unscriptural', 'dogma', 'institution', 'scriptural', 'different', 'trimming', 'way', 'unlawful', 'lover', 'spiritual', 'fornication', 'condition', 'protestant', 'church', 'day', 'said', 'rev', 'charles', 'beecher', 'sermon', 'dedication', 'second', 'presbyterian', 'church', 'fort', 'wayne', 'ind', 'feb', 'ministry', 'evangelical', 'protestant', 'denomination', 'formed', 'way', 'tremendous', 'pressure', 'merely', 'human', 'fear', 'live', 'breathe', 'state', 'thing', 'radically', 'corrupt', 'appealing', 'hour', 'baser', 'element', 'nature', 'hush', 'truth', 'bow', 'knee', 'power', 'apostasy', 'way', 'thing', 'went', 'rome', 'living', 'life', 'ahead', 'general', 'council', 'world', 'convention', 'evangelical', 'alliance', 'universal', 'creed', 'worthy', 'faithful', 'raised', 'immortality', 'christ', 'coming', 'reward', 'luke', 'cor', 'rev', 'fear_god', 'divine', 'message', 'glory', 'implies', 'church', 'given', 'glory', 'men', 'tradition', 'void', 'commandment', 'god', 'cold', 'dead', 'creed', 'displaced', 'living', 'word', 'elaborate', 'ritual', 'dispossessed', 'simple', 'worship', 'pagan', 'solar', 'holiday', 'accepted', 'lord', 'holy', 'day', 'place', 'sabbath', 'lord', 'memorial', 'created', 'heaven', 'earth', 'fear', 'lord', 'beginning', 'wisdom', 'ood', 'understanding', 'commandment', 'reverence', 'god', 'lead', 'obedience', 'worship', 'turn', 'worship', 'false', 'true', 'highest', 'worship', 'obedience', 'service', 'thou', 'shalt', 'worship', 'lord_thy', 'god', 'shalt_thou', 'serve', 'solemn', 'protest', 'church', 'direction', 'apostasy', 'centering', 'effort', 'gathering', 'force', 'sunday', 'standard', 'sunday', 'sign', 'time']
root - INFO - extracting file #96500: 2017-04-Final-Corpus/ST18991129-V25-48,49-page31.txt
root - INFO - extracting file #97000: 2017-04-Final-Corpus/ST19031223-V29-51-page1.txt
root - INFO - ['hey', 'ctran', 'rock', 'rka', 'nial', 'mem', 'non', 'phae', 'rock', 'chri', 'pik', 'ieveth', 'oever', 'walers', 'ial', 'shall', 'vilh', 'hirr', 'welter', 'drink', 'iri', 'river', 'oak', 'land', 'cal', 'dec', 'come', 'unriteo', 'cirioic']
root - INFO - extracting file #97500: 2017-04-Final-Corpus/ST19050524-V31-21-page7.txt
root - INFO - extracting file #98000: 2017-04-Final-Corpus/ST19060606-V32-22-page5.txt
root - INFO - ['slipper', 'pair', 'sock', 'warm', 'foot', 'chinaman', 'got', 'pair', 'lady', 'come', 'went', 'said', 'critic', 'got', 'pair', 'came', 'sneaking', 'regret', 'guilty', 'stoning', 'chinaman', 'offered', 'dollar', 'helped', 'barefoot', 'said', 'chinamaq', 'offered', 'money', 'soon', 'street', 'railway', 'began', 'run', 'street', 'car', 'traffic', 'possible', 'began', 'turning', 'gross', 'receipt', 'relief', 'committee', 'kept', 'member', 'committee', 'suggested', 'continue', 'indefinitely', 'railway', 'official', 'declared', 'request', 'discontinuance', 'arrangement', 'come', 'united', 'railroad', 'remained', 'general', 'committee', 'decide', 'long', 'wanted', 'company', 'turn', 'receipt', 'milk', 'human', 'kindness', 'flowing', 'freely', 'day', 'twin', 'calamity', 'city', 'golden', 'gate', 'human', 'suffering', 'human', 'sympathy', 'tenting', 'ruined', 'wall', 'wandering', 'flamereaped', 'street', 'hand', 'clasped', 'hand', 'thousand', 'people', 'learned', 'know', 'brotherhood', 'misery', 'millionaire', 'writer', 'saw', 'woman', 'diamond', 'finger', 'pearl', 'throat', 'begging', 'big', 'sergeant', 'guard', 'allow', 'store', 'green', 'corn', 'saw', 'woman', 'wrapped', 'sealskin', 'eating', 'baked', 'bean', 'tin', 'eating', 'finger', 'woman', 'refinement', 'woman', 'meney', 'suffer', 'poorest', 'fateful', 'day', 'dressed', 'men', 'seen', 'scrambling', 'like', 'child', 'handful', 'walnut', 'thrown', 'wrecked', 'fruit', 'store', 'known', 'theatrical', 'critic', 'wife', 'fled', 'apartment', 'little', 'clothing', 'man', 'barefoot', 'man', 'know', 'piloted', 'japanese', 'shoe', 'store', 'discovered', 'forgotten', 'purse', 'forgot', 'money', 'said', 'kind', 'hearted', 'stranger', 'time', 'think', 'money', 'help', 'mint', 'gold', 'dollar', 'left', 'review', 'book', 'noted', 'unpretentious', 'looking', 'volume', 'publication', 'nathaniel', 'william', 'taylor', 'lecture', 'given', 'divinity', 'school', 'yale', 'university', 'friend', 'higher', 'criticism', 'book', 'received', 'praise', 'commendation', 'tried', 'read', 'calmly', 'candidly', 'fairly', 'cover', 'cover', 'entirely', 'apart', 'utter', 'antagonism', 'friendliness', 'scripture', 'jesus_christ', 'author', 'cduld', 'tolerated', 'commended', 'view', 'point', 'logic', 'conclusion', 'starting', 'help', 'reader', 'right', 'scripture', 'proceeds', 'utterly', 'condemn', 'infallibility', 'inspiration', 'adopts', 'principle', 'scripture', 'tested', 'following', 'principle', 'christian', 'element', 'scripture', 'indispetisable', 'formative', 'element', 'christian', 'theology', 'element', 'scripture', 'christian', 'theology', 'required', 'permitted', 'receive', 'contributing', 'substance', 'jesus_christ', 'clarke', 'declares', 'primary', 'fact', 'revelation', 'true', 'record', 'christ', 'work', 'come', 'common', 'men', 'inspiration', 'clarke', 'denies', 'tell', 'certainly', 'non', 'christian', 'matter', 'old_testament', 'aught', 'know', 'new', 'know', 'rule', 'christian', 'enters', 'accord', 'view', 'divine', 'reality', 'jesus_christ', 'revealed', 'proposed', 'doctrine', 'contradicts', 'large', 'meaning', 'spirit', 'christ', 'course', 'christian', 'theology', 'rank', 'christ', 'directly', 'given', 'belongs', 'true', 'affinity', 'know', 'christ', 'directly', 'said', 'come', 'evangelist', 'writing', 'author', 'view', 'uninspired', 'lameness', 'arguing', 'hedge', 'christ', 'represented', 'conception', 'paul', 'john', 'know', 'christian', 'answer', 'inspiration', 'outward', 'mark', 'inward', 'certifier', 'quality', 'quality', 'certify', 'appeal', 'judgment', 'discernment', 'final', 'test', 'standard', 'sole', 'basis', 'hope', 'clarke', 'christian', 'theology', 'purely', 'human', 'conception', 'own_judgment', 'discernment', 'power', 'vision', 'spiritual', 'world', 'way', 'proceed', 'cut', 'carve', 'dig', 'select', 'reject', 'old', 'new', 'testament', 'refractory', 'mortal', 'bible', 'christ', 'clarke', 'discernment', 'judgment', 'record', 'creation', 'origin', 'world', 'race', 'sin', 'old_testament', 'revelation', 'god', 'rejected', 'god', 'god', 'sacred', 'place', 'doctrine', 'god', 'save', 'men', 'imparting', 'merit', 'provided', 'christ', 'retire', 'history', 'hope', 'second', 'advent', 'parcel', 'judaism', 'gift', 'christ', 'altho', 'jesus', 'gave', 'genuine', 'utterance', 'hope', 'judge', 'gift', 'world', 'jesus', 'limitation', 'humanity', 'thought', 'manner', 'time', 'book', 'higher', 'criticism', 'bring', 'standard', 'perfect', 'example', 'bible', 'christ', 'tried', 'supreme', 'bar', 'clarke', 'concept', 'christian', 'theology', 'wanting', 'excluding', 'christ', 'teaching', 'serpent', 'said', 'shall', 'god', 'love', 'believe', 'old', 'lie', 'use', 'scripture', 'theology', 'william', 'newton', 'clarke', 'professor', 'christian', 'theology', 'colgate', 'university', 'page', 'cloth', 'price', 'net', 'charles', 'scribner', 'son', 'new', 'york', 'reader', 'old', 'book', 'stand', 'foolishness', 'god', 'wiser', 'men', 'weakness', 'god', 'stronger', 'men', 'read', 'corinthian', 'rejoice', 'artion', 'corner', 'marriage', 'matt', 'explain', 'matt', 'people', 'live', 'family', 'heaven', 'husband', 'wife', 'isa', 'clause', 'jesus', 'marry', 'given', 'marriage', 'settle', 'mate', 'referred', 'isa', 'pertains', 'wild_beasts', 'bird', 'inhabit', 'desolated', 'land', 'verse', 'tribe', 'family', 'new_earth', 'plan', 'know', 'know', 'right', 'way', 'best', 'god', 'child', 'seed', 'cor', 'understand', 'cor', 'seed', 'doe', 'stay', 'till', 'receives', 'body', 'seed', 'seed', 'men', 'sow', 'mentioned', 'paul', 'illustrate', 'great_fact', 'resurrection', 'thought', 'illustration', 'designed', 'enforce', 'righteous', 'given', 'body', 'righteous', 'similitude', 'like', 'figure', 'pressed', 'design', 'seed', 'child', 'god', 'incorruptible', 'seed', 'word', 'god', 'peter', 'centering', 'christ_jesus', 'seed', 'gal', 'righteousness', 'life', 'god', 'man', 'life', 'hid', 'christ', 'god', 'christ', 'appears', 'shall', 'child', 'manifest', 'col', 'paul', 'know', 'apostle', 'paul', 'think', 'possible', 'man', 'heaved', 'misapprehend', 'apostle', 'word', 'caught', 'heaven', 'question', 'body', 'body', 'refer', 'death', 'vision', 'actual', 'sight', 'vision', 'heaven', 'appear', 'paul', 'actually', 'body', 'paul', 'know', 'vivid', 'real', 'know', 'god', 'took', 'heaven', 'bodily', 'saw', 'vision', 'let', 'leave', 'god', 'body', 'seeing', 'actual', 'physical', 'eye', 'body', 'seeing', 'mind', 'power', 'god', 'seeing', 'god', 'oen', 'lord', 'appeared', 'talked', 'abraham', 'bible', 'man', 'god', 'live', 'john', 'gen', 'moses', 'wanted', 'god', 'undimmed', 'glory', 'god', 'man', 'bear', 'sight', 'god', 'glory', 'lord', 'appeared', 'man', 'glory', 'veiled', 'appeared', 'abraham', 'form', 'man', 'appeared', 'men', 'angel', 'seen', 'mortal_man', 'ineffable', 'glory', 'tim', 'glory', 'revealed', 'till', 'christ', 'shall', 'come', 'matt', 'men', 'saw', 'god', 'jesus_christ', 'john', 'god', 'glory', 'moses', 'desired', 'man', 'need', 'scripture', 'forbid', 'taking', 'life', 'food', 'know', 'prohibition', 'hand', 'know', 'lord', 'fed', 'people', 'food', 'living', 'creature', 'divided', 'multitude', 'bread', 'fish', 'earth', 'given', 'welfare', 'blessing', 'man', 'let', 'dead', 'bury', 'dead', 'matt', 'explain', 'matt', 'simply', 'mean', 'dead', 'great_things', 'god', 'common', 'thing', 'life', 'child', 'god', 'piece', 'palm', 'thumb', 'forcing', 'critic', 'took', 'dollar', 'piece', 'paid', 'jap', 'pair', 'bath', 'slipper', 'handed', 'change', 'new', 'friend', 'pocket', 'wish', 'know', 'said', 'critic', 'know', 'replied', 'ther', 'time', 'exchanging', 'card', 'minute', 'argument', 'critic', 'succeeded', 'getting', 'benefactor', 'address', 'portsmouth', 'square', 'chinaman', 'noticed', 'critic', 'stocking', 'inside', 'new', 'stood', 'bread', 'line', 'char', 'woman', 'coachman', 'received', 'ration', 'calamity', 'spring', 'kindlier', 'feeling', 'man', 'man', 'sacrifice', 'wholly', 'vain', 'cause', 'greater', 'man', 'serf', 'sin', 'follower', 'leader', 'way', 'detracts', 'righteousness', 'right', 'new', 'voice']
root - INFO - extracting file #98500: 2017-04-Final-Corpus/ST19070703-V33-27-page13.txt
root - INFO - extracting file #99000: 2017-04-Final-Corpus/ST19080701-V34-27-page9.txt
root - INFO - ['ott', 'manifest', 'fact', 'mass', 'indifferent', 'church', 'suspicious', 'church', 'indifferent', 'deceived', 'notwithstanding', 'god', 'people', 'men', 'mass', 'church', 'multiplying', 'humanly', 'tolerated', 'respectable', 'sin', 'multiplying', 'scientific', 'heresy', 'edge', 'gospel', 'sword', 'heart', 'hardening', 'truth', 'old', 'time', 'piety', 'integrity', 'rare', 'faith', 'great', 'bible', 'fact', 'atonement', 'wanting', 'world', 'drifting', 'doom', 'soul', 'jesus_christ', 'gospel', 'failure', 'christ', 'able', 'save', 'uttermost', 'desire', 'salvation', 'help', 'win', 'soul', 'wreck', 'sin', 'raised', 'throne', 'egypt', 'time', 'suggested', 'best', 'commentator', 'caused', 'stand', 'pharaoh', 'lord', 'power', 'way', 'reach', 'save', 'men', 'lord', 'intent', 'reaching', 'saving', 'people', 'use', 'instrumentality', 'serve', 'purpose', 'best', 'particular', 'time', 'pharaoh', 'god', 'willing', 'wrath', 'power', 'known', 'endured', 'long', 'suffering', 'vessel', 'wrath', 'fitted', 'unto', 'destruction', 'known', 'rich', 'gjory', 'vessel', 'mercy', 'afore', 'prepared', 'unto', 'glory', 'called', 'jew', 'gentile', 'lord', 'endure', 'character', 'pharaoh', 'suffer', 'long', 'stubbornness', 'wickedness', 'rebellious', 'king', 'egypt', 'lord', 'manifested', 'infinite', 'patience', 'making', 'display', 'power', 'order', 'induce', 'allow', 'people', 'peaceably', 'pharaoh', 'heeded', 'entreaty', 'warning', 'saved', 'suffering', 'affliction', 'nation', 'stubborn', 'refused', 'yield', 'entreated', 'divine', 'messenger', 'thing', 'placed', 'bible', 'lesson', 'living', 'day', 'god', 'entreating', 'turn', 'whole_heart', 'heed', 'entreaty', 'resist', 'pharaoh', 'religious', 'socialism', 'printed', 'article', 'come', 'officer', 'called', 'christian', 'socialist', 'fellowship', 'met', 'new', 'york', 'organization', 'year', 'old', 'declare', 'protestant', 'church', 'rapidly', 'honeycombed', 'socialist', 'movement', 'fully', 'clergy', 'country', 'openly', 'allied', 'movement', 'secretly', 'sympathy', 'object', 'christian', 'socialist', 'fellowship', 'declared', 'permeate', 'church', 'denomination', 'religious', 'institution', 'social', 'message', 'jesus', 'socialism', 'economic', 'expression', 'christian_life', 'sound', 'class', 'struggle', 'established', 'industrial', 'democracy', 'hasten', 'reign', 'justice', 'brotherhood', 'earuh', 'declared', 'movement', 'political', 'admitted', 'political', 'action', 'principle', 'operative', 'note', 'matter', 'news', 'remark', 'such_thing', 'social', 'message', 'jesus', 'message', 'gave', 'individual', 'heart', 'gospel', 'power', 'god', 'unto_salvation', 'social', 'fruit', 'flowing', 'blessed', 'consequence', 'reception', 'gospel', 'follow', 'matter', 'course', 'prime', 'end', 'gospel', 'individual', 'salvation', 'regeneration', 'character', 'individual', 'rhode', 'island', 'started', 'roger', 'virilliams', 'preeminently', 'protestant', 'state', 'founded', 'purely', 'protestant', 'principle', 'absolute', 'separation', 'church', 'state', 'according', 'western', 'watchman', 'catholic', 'state', 'census', 'half', 'population', 'catholic', 'proportion', 'protestant', 'dwindling', 'gradually', 'item', 'close', 'saying', 'protestant', 'oak', 'dying', 'root', 'study', 'roman', 'abraham', 'faith', 'pharaoh', 'stubbornness', 'word', 'promise', 'according', 'season', 'come', 'sarah', 'shall', 'son', 'rebecca', 'having', 'conceived', 'father', 'isaac', 'child', 'born', 'having', 'good', 'bad', 'purpose', 'god', 'according', 'election', 'stand', 'work', 'calleth', 'said', 'unto', 'elder', 'shall', 'serve', 'younger', 'written', 'jacob', 'loved', 'esau', 'hated', 'shall', 'unrighteousness', 'god', 'god', 'forbid', 'saith', 'moses', 'mercy', 'mercy', 'compassion', 'compassion', 'willeth', 'runneth', 'god', 'hath', 'mercy', 'scripture', 'saith', 'unto', 'pharaoh', 'purpose', 'raise', 'thee', 'thee', 'power', 'published', 'abroad', 'earth', 'hath', 'mercy', 'hardeneth', 'thou', 'wilt', 'unto', 'doth', 'fault', 'withstandeth', 'nay', 'man', 'art_thou', 'repliest', 'god', 'shall', 'thing', 'formed', 'formed', 'didst', 'thou', 'hath', 'potter', 'right', 'clay', 'lump', 'vessel', 'unto', 'honor', 'unto', 'dishonor', 'god', 'willing', 'wrath', 'power', 'known', 'endured', 'long', 'suffering', 'vessel', 'wrath', 'fitted', 'unto', 'destruction', 'known', 'rich', 'glory', 'vessel', 'mercy', 'afore', 'prepared', 'unto', 'glory', 'called', 'jew', 'gentile', 'saith', 'hosea', 'people', 'people', 'beloved', 'beloved', 'shall', 'place', 'said', 'unto', 'people', 'shall', 'called', 'son', 'living', 'god', 'rom', 'foregoing', 'quotation', 'begin', 'referring', 'word', 'promise', 'abraham', 'sarah', 'shall', 'son', 'promise', 'abraham', 'ninety', 'year', 'old', 'sarah', 'old_woman', 'promise', 'given', 'long_period', 'waiting', 'testing', 'finally', 'fulfilled', 'abraham', 'sarah', 'ninety', 'believing', 'simple', 'promise', 'god', 'natural', 'scientific', 'standpoint', 'said', 'impossible', 'carried', 'gave', 'righteousness', 'abraham', 'abraham', 'believed', 'god', 'conceive', 'god', 'promising', 'impossibility', 'great_success', 'christian_life', 'christian_experience', 'taking', 'word', 'promise', 'come', 'god', 'standing', 'god', 'fulfil', 'word', 'time', 'god', 'power', 'enables', 'tell', 'character', 'individual', 'born', 'tell', 'able', 'son', 'isaac', 'born', 'elder', 'shall', 'serve', 'younger', 'knowing', 'character', 'love', 'jacob', 'hate', 'esau', 'notwithstanding', 'foreknowledge', 'lord', 'doe', 'infinite_power', 'help', 'character', 'hate', 'esau', 'yield', 'doe', 'jacob', 'lord', 'able', 'righteous', 'character', 'given', 'younger', 'brother', 'saith', 'moses', 'mercy', 'mercy', 'compassion', 'compassion', 'text', 'standing', 'lead', 'person', 'think', 'god', 'salvation', 'arbitrary', 'matter', 'careful_study', 'illustration', 'case', 'pharaoh', 'help', 'fact', 'scripture', 'saith', 'unto', 'pharaoh', 'purpose', 'raise', 'thee', 'thee', 'power', 'published', 'abroad', 'earth', 'god', 'desired', 'published', 'abroad', 'earth', 'came', 'powerful', 'influential', 'king', 'pharaoh', 'offer', 'privilege', 'refused', 'acknowledge', 'jehovah', 'lord', 'mighty', 'thing', 'king', 'presence', 'intended', 'inspire', 'faith', 'true', 'god', 'resulted', 'complete', 'conversion', 'instead', 'allowing', 'thing', 'influence', 'lord', 'desired', 'pharaoh', 'hardened', 'heart', 'resisted', 'influence', 'sent', 'heaven', 'save', 'resisting', 'influence', 'cut', 'work', 'salvation', 'men', 'world', 'king', 'egypt', 'influence', 'realm', 'proclaimed', 'favor', 'true', 'god', 'nebuchadnezzar', 'similar', 'opportunity', 'telling', 'subject', 'turned', 'way', 'salvation', 'king', 'saved', 'god', 'knew', 'opportunity', 'character', 'pharaoh', 'afford', 'manifesting', 'divine_power', 'world', 'purpose', 'lord', 'raised', 'lff']
root - INFO - extracting file #99500: 2017-04-Final-Corpus/ST19101129-V37-47-page3.txt
root - INFO - extracting file #100000: 2017-04-Final-Corpus/ST19111128-V38-47-page15.txt
root - INFO - ['choice', 'book', 'sending', 'mentioned', 'pamphlet', 'wish', 'include', 'request', 'copy', 'following', 'christ', 'advocate', 'comprehensive', 'study', 'sanctuary', 'question', 'page', 'price', 'cent', 'lord', 'day', 'study', 'sabbath', 'question', 'light', 'dispensation', 'page', 'price', 'matthew', 'christ', 'answer', 'disciple', 'question', 'shall', 'sign', 'thy', 'coming', 'end', 'world', 'history', 'connected', 'fulfilment', 'prophecy', 'page', 'price', 'sure', 'word', 'prophecy', 'verse', 'verse', 'study', 'book', 'daniel', 'page', 'price', 'cent', 'christian_science', 'consideration', 'science', 'light', 'reason', 'revelation', 'page', 'price', 'cent', 'spirit', 'world', 'future', 'life', 'supernatural', 'power', 'manifested', 'certain', 'medium', 'fraud', 'genuine', 'source', 'page', 'price', 'cent', 'fie', 'gigno', 'citneet', 'home', 'expressive', 'beautiful', 'word', 'english', 'language', 'noble', 'tender', 'term', 'home', 'sweetest', 'song', 'sung', 'loving', 'lip', 'home', 'sweet', 'home', 'given', 'needy', 'world', 'home', 'heart', 'cried', 'world', 'gave', 'homelessness', 'voiced', 'sweeter', 'deeper', 'longing', 'human_heart', 'foreword', 'herald', 'morning', 'published', 'weesly', 'entered', 'sept', 'second', 'class_matter', 'mountain', 'view', 'cal', 'post_office', 'act', 'congress', 'march', 'editor', 'seociate', 'editor', 'manuscript', 'addressed', 'editor', 'address', 'business', 'moneyorders', 'payable', 'sign', 'time', 'mountain', 'view', 'cal', 'send', 'paper', 'office', 'individual', 'pay', 'advance', 'person', 'receive', 'copy', 'ordering', 'sent', 'party', 'information', 'regard', 'person', 'receiving', 'copy', 'sign', 'indebted', 'office', 'called', 'pay', 'read', 'paper', 'receive', 'hand', 'friend', 'read', 'subscription', 'rate', 'month', 'month', 'year', 'number', 'new', 'yearly', 'subscription', 'renewal', 'new', 'yearly', 'subscription', 'sent', 'time', 'new', 'yearly', 'subscription', 'renewal', 'new', 'yearly', 'subscription', 'sent', 'time', 'new', 'yearly', 'subscription', 'renewal', 'new', 'yearly', 'subscription', 'sent', 'time', 'sample', 'copy', 'sent', 'application', 'weekly', 'monthly', 'sign', 'year', 'combined', 'date', 'expiration', 'sign', 'wrapper', 'bear', 'date', 'issue', 'subscription', 'renewed', 'advance', 'paper', 'stop', 'expiration_date', 'herewith', 'order', 'blank', 'know', 'overlooked', 'sending', 'renewal', 'wish', 'miss', 'single', 'issue', 'number', 'furnished', 'jones', 'circulation', 'manager', 'day', 'san', 'francisco', 'overland', 'limited', 'chicago', 'great', 'salt', 'lake', 'high', 'sierra', 'daylight', 'luxurious', 'high', 'class', 'equipment', 'electric', 'lighted', 'pullman', 'drawing', 'room', 'stateroom', 'vestibuled', 'sleeping', 'car', 'careful', 'attentive', 'dining', 'service', 'parlor', 'observation', 'car', 'library', 'cafe', 'lady', 'reading', 'room', 'gentleman', 'smoking', 'room', 'daily_news', 'bulletin', 'latest', 'paper', 'magazine', 'southern', 'pacific', 'longing', 'true', 'human_heart', 'partially', 'satisfied', 'earthly', 'home', 'complete', 'appointment', 'look', 'year', 'life', 'home', 'eternal', 'home', 'elder', 'loughborough', 'speaks', 'booklet', 'saihts', 'inheritance', 'reality', 'beauty', 'future', 'home', 'grow', 'read', 'little', 'work', 'new', 'sixth', 'edition', 'page', 'price', 'cent', 'post', 'paid', 'gospel', 'story', 'esther', 'read', 'bible', 'leigh', 'wife', 'popular', 'minister', 'new', 'truth', 'bible', 'aid', 'little', 'orphan', 'indian', 'girl', 'subject', 'puzzled', 'little', 'esther', 'brought', 'leigh', 'baptism', 'sabbath', 'state', 'dead', 'millennium', 'filled', 'page', 'price', 'cent', 'post', 'paid', 'esther', 'bead', 'bible', 'winning', 'margaret', 'margaret', 'grandma', 'having', 'exercised', 'condition', 'world', 'endeavored', 'study', 'meaning', 'aid', 'bible', 'led', 'condition', 'sign', 'time', 'intensely', 'interesting', 'story', 'sixteen', 'page', 'dollar', 'post', 'paid', 'old', 'path', 'honest', 'old', 'farmer', 'bartholomew', 'biggs', 'experience', 'tent_meeting', 'true', 'experience', 'sixteen', 'page', 'price', 'dollar', 'post', 'paid', 'order', 'yort', 'tract', 'society', 'pacific_press', 'publishing', 'association', 'mountain', 'view', 'cal', 'park', 'portland', 'oregon', 'home', 'sweet', 'home', 'kansa', 'city', 'box', 'calgary', 'alberta', 'canada', 'milton', 'wilcox', 'tait', 'reed']
root - INFO - extracting file #100500: 2017-04-Final-Corpus/ST19121203-V39-47-page15.txt
root - INFO - extracting file #101000: 2017-04-Final-Corpus/ST19140922-V41-37-page2.txt
root - INFO - ['sign', 'time', 'september', 'world', 'witnessed', 'progress', 'half', 'century', 'year', 'passed', 'intensity', 'taking', 'possession', 'earthly', 'element', 'apparent', 'observer', 'storm', 'gathering', 'cloud', 'loading', 'burst', 'world', 'ominous', 'calm', 'lord', 'rosebery', 'england', 'great', 'speech', 'delivered', 'press', 'delegate', 'assembled', 'london', 'sent', 'note', 'warning', 'ringing', 'empire', 'said', 'know', 'way', 'seen', 'condition', 'thing', 'europe', 'remarkable', 'peaceful', 'respect', 'ominous', 'condition', 'exists', 'moment', 'hush', 'europe', 'hush', 'hear', 'leaf', 'fall', 'ground', 'absolute', 'absence', 'question', 'ordinarily', 'lead', 'war', 'forebodes', 'peace', 'time', 'combined', 'total', 'absence', 'question', 'friction', 'history', 'world', 'threatening', 'overpowering', 'preparation', 'war', 'force', 'war', 'order', 'guard', 'integrity', 'dark', 'cloud', 'conflict', 'spread', 'terror', 'gloom', 'land', 'news', 'come', 'japan', 'england', 'russia', 'men', 'leave', 'plentiful', 'harvest', 'reap', 'bloody', 'field', 'battle', 'great', 'market', 'world', 'price', 'rise', 'fall', 'like', 'fluctuation', 'barometer', 'great', 'storm', 'men', 'pawn', 'royal', 'inis', 'sign', 'confess', 'regard', 'legion', 'earth', 'heard', 'tramp', 'slaughter', 'accompanied', 'weeping', 'woman', 'child', 'thought', 'misery', 'fall', 'doe', 'mean', 'asking', 'question', 'day', 'thankful', 'left', 'answer', 'time', 'shall', 'michael', 'stand', 'great', 'prince', 'standeth', 'child', 'thy_people', 'shall', 'time', 'trouble', 'nation', 'time', 'time', 'thy_people', 'shall', 'delivered', 'shall', 'written', 'book', 'sleep', 'dust', 'earth', 'shall', 'awake', 'everlasting', 'life', 'shame', 'everlasting', 'contempt', 'dan', 'shall', 'time', 'trouble', 'nation', 'time', 'trouble', 'nation', 'follows', 'driving', 'turk', 'europe', 'dan', 'mention', 'turkish', 'power', 'king', 'north', 'verse', 'shall', 'plant', 'tabernacle', 'palace', 'sea', 'glorious', 'holy', 'mountain', 'shall', 'come', 'end', 'ominous', 'iprty', 'year', 'platitude', 'europe', 'armed', 'camp', 'forty_years', 'true', 'nation', 'facing', 'armed', 'teeth', 'respect', 'guarantee', 'peace', 'tangible', 'reason', 'nation', 'preparing', 'new', 'armament', 'arm', 'men', 'land', 'seek', 'new', 'armament', 'sea', 'piling', 'enormillions', 'gathering', 'great_conflict', 'bowel', 'bowel', 'pained', 'heart', 'heart', 'maketh', 'noise', 'hold', 'peace', 'thou_hast', 'heard', 'soul', 'sound', 'trumpet', 'alarm', 'war', 'destruction', 'destruction', 'cried', 'whole_land', 'spoiled', 'suddenly', 'tent', 'spoiled', 'curtain', 'moment', 'long', 'shall', 'standard', 'hear', 'sound', 'trumpet', 'jer', 'undoubtedly', 'prophet', 'saw', 'graphically', 'described', 'paragraph', 'article', 'quoted', 'beginning', 'paper', 'read', 'follows', 'europe', 'resounds', 'tread', 'million', 'marching', 'men', 'rattle', 'clash', 'arm', 'wailing', 'weeping', 'woman', 'child', 'nation', 'leap', 'struggle', 'germany', 'striking', 'heart', 'france', 'violates', 'neutrality', 'belgium', 'arouses', 'stubborn', 'resistance', 'england', 'indignant', 'violation', 'international', 'freaties', 'gather', 'war', 'force', 'support', 'belgium', 'ally', 'german', 'advance', 'order', 'seek', 'enemy', 'destroy', 'battle', 'rage', 'russian', 'german', 'frontier', 'roar', 'naval', 'combat', 'heard', 'quarter', 'globe', 'little', 'servia', 'cause', 'mighty', 'tumult', 'check', 'advance', 'austrian', 'italy', 'declaring', 'neutrality', 'breaking', 'triple', 'alliance', 'watch', 'hereditary', 'enemy', 'austria', 'eager', 'avenge', 'ancient', 'wrong', 'netherlands', 'denmark', 'sweden', 'norway', 'spain', 'hold', 'phut', 'paul', 'thu', 'mysol', 'gen', 'conrad', 'von', 'hotzendorf', 'head', 'austro', 'hungarian', 'army', 'photo', 'paid', 'thompson', 'general', 'putnik', 'chief', 'general', 'staff', 'servian', 'army', 'battery', 'french', 'artillery', 'firing', 'line', 'mous', 'preparation', 'great', 'armageddon', 'time', 'profoundest', 'peace', 'mcclure', 'magazine', 'october', 'foreseen', 'prophet', 'harold', 'wyatt', 'wrote', 'nineteenth', 'century', 'london', 'follows', 'shadow', 'conflict', 'displacement', 'greater', 'mankind', 'known', 'attila', 'hun', 'stayed', 'chalons', 'visibly', 'impending', 'world', 'ear', 'imagination', 'hear', 'gathering', 'legion', 'fiery', 'trial', 'people', 'sound', 'vast', 'trumpet', 'lord', 'host', 'year', 'ago', 'prophet', 'jeremiah', 'holy', 'vision', 'saw', 'photo', 'past', 'thompson', 'trigue', 'forced', 'march', 'field', 'marching', 'million', 'page']
root - INFO - extracting file #101500: 2017-04-Final-Corpus/ST19180212-V45-07-page11.txt
root - INFO - extracting file #102000: 2017-04-Final-Corpus/ST19190422-V46-16-page2.txt
root - INFO - ['sign', 'time', 'april', 'abyss', 'open', 'civilized', 'nation', 'mean', 'averting', 'spectacle', 'world', 'literally', 'rocking', 'foundation', 'pause', 'meeting', 'secretary', 'war', 'baker', 'said', 'war', 'submarine', 'airplane', 'poison', 'gas', 'know', 'war', 'know', 'eve', 'seeing', 'implement', 'controlled', 'wireless', 'device', 'launched', 'aimed', 'place', 'mile', 'away', 'controlled', 'unseen', 'wireless', 'wave', 'drop', 'middle', 'populous', 'city', 'pound', 'tnt', 'blow', 'men', 'woman', 'indiscriminately', 'thousand', 'added', 'parting', 'way', 'blunder', 'blundered', 'said', 'war', 'europe', 'general', 'european', 'war', 'impossible', 'unthinkable', 'said', 'believing', 'way', 'want', 'people', 'europe', 'suffered', 'incalculable', 'sacrifice', 'waste', 'join', 'hand', 'let', 'world', 'place', 'beauty', 'justice', 'outstrips', 'imagination', 'world_war', 'war', 'horrible', 'frightful', 'man', 'mind', 'imagine', 'implement', 'element', 'destruction', 'readiness', 'preparation', 'time', 'president', 'william', 'allen', 'neilson', 'smith', 'college', 'meeting', 'league', 'free', 'nation', 'association', 'massachusetts', 'said', 'league', 'free', 'nation', 'secured', 'strife', 'come', 'year', 'boat', 'murder', 'poison', 'gas', 'battle', 'air', 'multiplied', 'thousandfold', 'war', 'said', 'finally', 'evolved', 'war', 'end', 'war', 'scheme', 'ally', 'afoot', 'ended', 'propel', 'colossal', 'airplane', 'enemy', 'territory', 'drop', 'bomb', 'german', 'city', 'bomb', 'filled', 'gas', 'kill', 'form', 'life', 'mile', 'landing', 'place', 'entire', 'city', 'population', 'equal', 'berlin', 'wiped', 'face', 'earthin', 'night', 'addition', 'learn', 'great', 'britain', 'new', 'super', 'zeppelin', 'ship', 'description', 'appeared', 'london', 'mail', 'foot', 'length', 'capable', 'carrying', 'cargo', 'thirty', 'ton', 'fly', 'england', 'america', 'stopping', 'fuel', 'fleet', 'ship', 'fly', 'sight', 'mile', 'air', 'strong', 'wind', 'blow', 'ship', 'built', 'war', 'capable', 'carrying', 'bomb', 'weighing', 'pound', 'plenty', 'gun', 'germany', 'prepared', 'launch', 'new', 'invention', 'destruction', 'know', 'little', 'ready', 'terrific', 'air', 'attack', 'paris', 'thirty', 'airplane', 'readiness', 'fly', 'paris', 'drop', 'thousand', 'bomb', 'containing', 'chemical', 'cause', 'nature', 'pouring', 'water', 'serve', 'feed', 'flame', 'second', 'squadron', 'thirty', 'follow', 'bomb', 'dropped', 'crowd', 'light', 'burning', 'building', 'little', 'lull', 'storm', 'divine', 'hand', 'interfered', 'stayed', 'element', 'destruction', 'time', 'prevent', 'annihilation', 'entire', 'city', 'peopled', 'men', 'woman', 'passed', 'bound', 'god', 'forbearance', 'deliverance', 'little', 'period', 'peace', 'granted', 'preaching', 'gospel', 'kingdom', 'world', 'witness', 'nation', 'said', 'jesus', 'shall', 'end', 'come', 'war', 'pestilence', 'famine', 'instrumental', 'opening', 'country', 'gospel', 'closed', 'century', 'austria', 'turkey', 'russia', 'country', 'opened', 'way', 'opened', 'home', 'heart', 'america', 'foreign_fields', 'reception', 'truth', 'pertaining', 'plan', 'salvation', 'second', 'coming', 'christ', 'god', 'favoring', 'people', 'past', 'holding', 'check', 'element', 'strife', 'men', 'going', 'bad', 'worse', 'god', 'change', 'dealing', 'mankind', 'necessity', 'prophet', 'said', 'let', 'favor', 'showed', 'wicked', 'learn', 'righteousness', 'land', 'uprightness', 'deal', 'unjustly', 'behold', 'majesty', 'lord', 'said', 'thy', 'judgment', 'earth', 'inhabitant', 'world', 'learn', 'righteousness', 'isaiah', 'judgment', 'favor', 'failed', 'war', 'pestilence', 'famine', 'result', 'sin', 'god', 'making', 'final', 'appeal', 'people', 'world', 'cease', 'evil', 'learn', 'respond', 'appeal', 'mass', 'cast', 'aside', 'restraining', 'influence', 'spirit', 'god', 'time', 'noah', 'remedy', 'restraining', 'influence', 'god', 'spirit', 'removed', 'men', 'suffered', 'destroy', 'armageddon', 'peace', 'human_nature', 'selfish', 'year', 'influential', 'peace', 'society', 'session', 'europe', 'member', 'discussing', 'impossibility', 'war', 'time', 'world_war', 'precipitated', 'american', 'member', 'present', 'congress', 'said', 'pointed', 'modern', 'method', 'transportation', 'communication', 'knit', 'world', 'vast', 'community', 'modern', 'invention', 'instrument', 'destruction', 'loss', 'appalling', 'faced', 'interlacings', 'commerce', 'finance', 'complex', 'nation', 'afford', 'sever', 'great_war', 'world_war', 'absurd', 'unthinkable', 'impossible', 'voiced', 'assembly', 'feeling', 'prevailed', 'fact', 'demonstrated', 'colossal', 'armament', 'insure', 'peace', 'writer', 'said', 'men', 'fought', 'armament', 'bow', 'arrow', 'fought', 'stage', 'advancement', 'line', 'laying', 'keel', 'latest', 'dreadnaught', 'creation', 'greatest', 'gun', 'world', 'added', 'word', 'significant', 'abolish', 'war', 'change', 'human_nature', 'god_himself', 'absolutely', 'true', 'secure', 'enduring', 'peace', 'necessary', 'remove', 'cause', 'war', 'apostle', 'james', 'said', 'come', 'war', 'fighting', 'come', 'lust', 'war', 'member', 'lust', 'kill', 'desire', 'obtain', 'james', 'war', 'origin', 'human_hearts', 'outgrowth', 'self', 'seeking', 'human_nature', 'world', 'human_hearts', 'fashioned', 'alike', 'difference', 'king', 'throne', 'continued', 'page', 'scheme', 'ally', 'afoot', 'war', 'ended', 'propel', 'colossal', 'airplane', 'enemy', 'territory', 'drop', 'bomb', 'german', 'city', 'entire', 'city', 'population', 'equal', 'berlin', 'wiped', 'face', 'earthin', 'single', 'night', 'sign', 'time', 'weekly', 'publ', 'shed', 'weekly', 'pacific_press', 'publishing', 'association', 'mountain', 'view', 'california', 'corporation', 'seventh', 'day', 'adventist', 'denomination', 'entered', 'second', 'class_matter', 'september', 'mountain', 'view', 'california', 'post_office', 'act', 'congress', 'march', 'acceptance', 'mailing', 'special_rate', 'postage', 'provided', 'section', 'act', 'october', 'authorized', 'september', 'tait', 'editor', 'baker', 'assistant', 'editor', 'subscription', 'rate', 'month', 'cent', 'month', 'cent', 'year', 'number', 'question', 'answer']
root - INFO - extracting file #102500: 2017-04-Final-Corpus/ST19200504-V47-18-page1.txt
root - INFO - extracting file #103000: 2017-04-Final-Corpus/SUW19090406-V03-14-page4.txt
root - INFO - ['report', 'ofprogress', 'published', 'weekly', 'southern', 'publishing', 'association', 'seventhard', 'street', 'nashville', 'tem', 'ice', 'year', 'editor', 'crothers', 'entered', 'second', 'class_matter', 'march', 'post_office', 'nashville', 'tenn', 'act', 'congress', 'march', 'way', 'reminder', 'paper', 'mailed', 'tuesday', 'matter', 'canvasser', 'report', 'signed', 'publication', 'special', 'issue', 'editor', 'hand', 'later', 'preceding', 'wednesday', 'insure', 'insertion', 'notice', 'canvasser', 'institute', 'announced', 'kinney', 'continue', 'week', 'begin', 'ning', 'april', 'changed', 'millidgeville', 'mile', 'moreland', 'station', 'railroad', 'dart', 'field', 'missionary', 'wanted', 'correspond', 'seventh', 'day', 'adventist', 'sister', 'desire', 'permanent', 'home', 'family', 'jordan', 'bowling', 'green', 'important', 'article', 'report', 'progress', 'article', 'professor', 'rine', 'spiritualism', 'begin', 'april', 'sigh', 'time', 'weekly', 'interesting', 'series', 'article', 'professor', 'howell', 'bible', 'greece', 'giving', 'wonderful', 'knowledge', 'country', 'people', 'nearly', 'score', 'excellent', 'temperance', 'presented', 'article', 'white', 'received', 'special', 'pen', 'god', 'nature', 'article', 'personal', 'god', 'god', 'father', 'article', 'christian', 'growth', 'article', 'specially', 'striking', 'terest', 'touching', 'great', 'mooted', 'question', 'present_day', 'god', 'nature', 'nature', 'law', 'god', 'law', 'obtain', 'com', 'plete', 'revelation', 'god', 'nature', 'thing', 'clearly', 'set', 'forth', 'article', 'white', 'special', 'series', 'named', 'begin', 'issue', 'ought', 'read', 'splendid', 'practical', 'article', 'christian', 'godliness', 'pen', 'week', 'god', 'accepts', 'faith', 'cross', 'demand', 'character', 'judgment', 'pel', 'need', 'reform', 'evil', 'intoxicating', 'liquor', 'abstinence', 'platform', 'god', 'people', 'conscientiously', 'stand', 'instruction', 'given', 'people', 'interested', 'line', 'bible', 'study', 'satisfy', 'man', 'money', 'the_youth', 'instructor', 'second', 'edition', 'temperance', 'num', 'ber', 'the_youth', 'instructor', 'printed', 'aking', 'total', 'thousand', 'copy', 'issue', 'number', 'instructor', 'outof', 'date', 'dur', 'ing', 'entire', 'summer', 'individual', 'canvas', 'sers', 'anitespeciaily', 'mhemperancit', 'rally', 'gathering', 'mistake', 'taking', 'definite', 'stand', 'cause', 'temperance', 'the_youth', 'instructor', 'china', 'million', 'people', 'china', 'number', 'million', 'older', 'people', 'comprehend', 'number', 'child', 'think', 'fourth', 'person', 'living', 'earth', 'chinaman', 'idea', 'chinese', 'sit', 'window', 'watch', 'people', 'pas', 'think', 'person', 'passing', 'represents', 'chinaman', 'people', 'world', 'pas', 'nationality', 'chinese', 'nation', 'chinese', 'people', 'heard', 'gospel', 'story', 'know', 'love', 'jesus', 'mean', 'let', 'send', 'prayer', 'god', 'thrdne', 'blessing', 'missionary', 'send', 'gift', 'washington', 'dollar', 'year', 'price', 'cent', 'spirit', 'prophecy', 'read', 'work', 'requires', 'thought', 'tact', 'broad', 'knowledge', 'bible', 'lift', 'standard', 'temperance', 'chris', 'tian', 'point', 'view', 'showing', 'body', 'temple', 'holy', 'spirit', 'bringing', 'mind', 'people', 'responsibility', 'rest', 'ing', 'god', 'purchased', 'possession', 'mind', 'body', 'holy', 'temple', 'fit', 'indwelling', 'holy', 'spirit', 'suffer', 'africa', 'late', 'bishop', 'william', 'taylor', 'narrated', 'following', 'saw', 'woman', 'accused', 'witchcraft', 'condemned', 'death', 'fero', 'cious', 'ant', 'bound', 'ant', 'hill', 'foot', 'high', 'kept', 'day', 'infant', 'cause', 'release', 'night', 'victim', 'usually', 'day', 'woman', 'bound', 'tortured', 'day', 'driven', 'away', 'hard', 'kill', 'crawled', 'terrible', 'dition', 'mission_station', 'mission', 'ary', 'told', 'pitiful', 'sight', 'beheld', 'fter', 'careful', 'nursing', 'month', 'recovered', 'woman', 'terribly', 'scarred', 'disfigured', 'converted', 'recital', 'scene', 'terrible', 'civilized', 'nerve', 'endurance', 'million', 'helpless', 'human', 'jesus_christ', 'came', 'stroy', 'work', 'devil', 'pray', 'daily', 'africa', 'shall', 'speedily', 'know', 'know', 'aright', 'life_eternal', 'testimony', 'vol', 'sheet', 'music', 'received', 'office', 'copy', 'new', 'sacred', 'song', 'entitled', 'cover', 'design', 'color', 'sen', 'timent', 'piece', 'excellent', 'written', 'piano', 'voice', 'profit', 'sale', 'music', 'devoted', 'southern', 'work', 'regular', 'music', 'special', 'price', 'copy', 'address', 'southern', 'publishing', 'association', 'nashville', 'tenn', 'contented', 'happy', 'want', 'god', 'green', 'pasture', 'satisfy', 'green', 'pasture', 'green', 'pasture', 'deepest', 'experience', 'thing', 'god', 'farthest', 'removed', 'pride', 'self_exaltation', 'men', 'exalted', 'conception', 'glory', 'excellence', 'christ', 'self', 'abased', 'feel', 'lowest', 'place', 'service', 'honorable', 'ission', 'board', 'man', 'undertakes', 'lie', 'green', 'pasture', 'wealth', 'station', 'fame', 'rest', 'pasture', 'imagination', 'fade']
root - INFO - extracting file #103500: 2017-04-Final-Corpus/SUW19111012-V05-41-page4.txt
root - INFO - extracting file #104000: 2017-04-Final-Corpus/SUW19130925-V07-38-page2.txt
root - INFO - ['southern_union_worker', 'large', 'cash', 'outlay', 'mean', 'resource', 'general', 'conference', 'treasury', 'strained', 'utmost', 'consequence', 'doubtful', 'plan', 'carried', 'special_help', 'given', 'meet', 'emergency', 'general_conference_committee', 'turned', 'sabbath', 'school', 'home', 'land', 'help', 'set', 'apart', 'september', 'thirteenth', 'sabbath', 'quarter', 'time', 'school', 'special', 'purpose', 'paying', 'transportation', 'expense', 'hun', 'dred', 'missionary', 'fall', 'foreign_fields', 'shall', 'work', 'pray', 'especially', 'liberal', 'offering', 'truly', 'sad', 'thing', 'missionary', 'appointment', 'remain', 'home', 'account', 'lack', 'mean', 'pay', 'fare', 'mission_field', 'love', 'truth', 'believe', 'soon', 'lighten', 'whole_earth', 'glory', 'let', 'deny', 'self', 'plan', 'sabbath', 'selected', 'missionary', 'hastened', 'way', 'remember', 'date', 'sabbath', 'september', 'remember', 'object', 'transportation', 'expense', 'appointed', 'missionary', 'mission_fields', 'remember', 'pray', 'god', 'people', 'liberal', 'heart', 'work', 'hindered', 'coming', 'tian', 'president', 'shall', 'matter', 'tention', 'camp_meeting', 'follow', 'strong_effort', 'ouf', 'local', 'church', 'sincerely', 'hope', 'shall', 'disappointed', 'effort', 'letter', 'received', 'indicating', 'conference', 'organizing', 'splendid_work', 'autumn', 'isolated', 'sabbath', 'keeper', 'church', 'cooperate', 'conference_officers', 'ordering', 'paper', 'supply', 'september', 'know', 'splendid', 'harvest', 'gathered', 'mission', 'closing', 'week', 'takoma', 'park', 'bowen', 'early', 'begin', 'article', 'appeared', 'recently', 'omaha', 'pvorld', 'herald', 'suggests', 'mind', 'importance', 'brother', 'sister', 'taking', 'hold', 'sale', 'home', 'ork', 'book', 'early', 'date', 'possible', 'article', 'ques', 'tion', 'hea', 'christmas', 'coming', 'dealer', 'buying', 'toy', 'sweltering', 'heat', 'buy', 'season', 'deep', 'snow', 'follows', 'article', 'telling', 'different_kinds', 'new', 'toy', 'sale', 'christmas', 'holiday', 'paragraph', 'article', 'sixteen', 'week', 'christmas', 'merchant', 'towtts', 'territory', 'omaha', 'coming', 'city', 'buy', 'holiday', 'toy', 'sight', 'sweltering', 'dealer', 'tediously', 'choosing', 'christmas', 'doll', 'toy', 'popular', 'snow', 'deep', 'wind', 'cold', 'common', 'sight', 'wholesale', 'toy', 'house', 'business_men', 'world', 'forehanded', 'active', 'getting', 'ready', 'christmas', 'trade', 'seventh', 'day', 'adventist', 'active', 'securing', 'ders', 'splendid', 'book', 'far', 'better', 'child', 'thousand', 'thou', 'sand', 'toy', 'writer', 'display', 'thousand', 'thousand', 'child', 'time', 'order', 'prospectus', 'ginning', 'good_work', 'tract_society_secretary', 'send', 'leaflet', 'instruction', 'giving', 'description', 'book', 'making', 'suggestion', 'regard', 'best', 'way', 'present', 'book', 'report', 'work', 'order', 'book', 'leaflet', 'explains', 'commission', 'receive', 'book', 'earnestly', 'invite', 'hold', 'larger', 'circulation', 'small_books', 'opportunity', 'limited', 'field', 'small', 'god', 'help', 'making', 'opportunity', 'reach', 'work', 'order', 'outfit', 'delayed', 'flora', 'plummer', 'secretary', 'sabbath', 'school', 'department', 'harvest_time', 'plan', 'ahead', 'harvest_time', 'year', 'toil', 'focus', 'precious', 'fruit', 'earth', 'gathered', 'proper_time', 'loss', 'great', 'time', 'gospel', 'harvest', 'world', 'entering', 'labor', 'men', 'god', 'toiled', 'sowing', 'watering', 'gospel', 'seed', 'god', 'want', 'harvester', 'visit', 'arket', 'place', 'borer', 'christ', 'servant', 'need', 'idle', 'work', 'including', 'youth', 'child', 'october', 'begin', 'harvest', 'fpr', 'mission', 'special', 'review', 'burden', 'work', 'rest', 'conference_officers', 'arrange', 'harvesting', 'border', 'raise', 'autumn', 'mean', 'church_member', 'united', 'state', 'canada', 'shall', 'bring', 'average', 'small', 'work', 'certainly', 'small', 'task', 'able', 'gather', 'easily', 'accomplish', 'altogether', 'surely', 'reach', 'new', 'aim', 'past', 'help', 'year', 'went', 'year', 'little', 'year', 'expression', 'field', 'given', 'confer', 'ence', 'president', 'seen', 'figure', 'giving', 'aim', 'basis', 'member', 'aim', 'mean', 'conference', 'taggart', 'president', 'northern', 'california_nevada', 'conference', 'rite', 'planning', 'setting', 'high', 'mark', 'field', 'hope', 'enlist', 'worker', 'ask', 'ing', 'spend', 'larger', 'portion', 'week', 'interfere', 'evangelical_work', 'soliciting', 'mission', 'certainly', 'hope', 'double', 'received', 'year', 'shall', 'lay', 'plan', 'systematically', 'work', 'end', 'tract_society_secretary', 'wanted', 'subscription', 'thurston', 'president', 'wisconsin', 'conference', 'patronage', 'brother', 'ought', 'build', 'liberty', 'sub', 'making', 'effort', 'stronger', 'campaign', 'fall', 'scription', 'list', 'equal', 'menace', 'review', 'herald', 'year', 'increase', 'liberty', 'circulation', 'nebraska', 'drouth', 'seriously', 'affected', 'worker', 'field', 'crop', 'hopeful', 'word', 'come', 'brother', 'chris', 'secured', 'club', 'subscription', 'issue', 'liberty', 'circulation', 'ooo', 'menace', 'circulation', 'week', 'ago', 'menace', 'subscriber', 'working', 'boom', 'circulation', 'week', 'average', 'increase', 'subscription', 'week', 'surprised', 'visited', 'field', 'summer', 'score', 'brother', 'working', 'menace', 'sending', 'large', 'club', 'subscription', 'practically', 'liberty', 'protestant', 'magazine', 'believe', 'magazine', 'deserve', 'larger']
root - INFO - extracting file #104500: 2017-04-Final-Corpus/SUW19151028-V09-42-page3.txt
root - INFO - extracting file #105000: 2017-04-Final-Corpus/SUW19171122-V11-46-page2.txt
root - INFO - ['southern', 'union', 'worker', 'opportunity', 'opportune_time', 'founding', 'book_work', 'place', 'printed', 'page', 'home', 'people', 'present', 'unprecedented', 'degree', 'prosperity', 'come', 'southland', 'nearly', 'times_past', 'felt', 'pinch', 'poverty', 'greater', 'deg', 'ree', 'turn', 'proportionately', 'limited', 'sale', 'especially', 'large_books', 'today', 'different', 'state', 'affair', 'humble', 'share', 'cropper', 'abundance', 'money', 'ready', 'expend', 'service', 'spent', 'imaginary', 'need', 'unholy', 'desire', 'financial', 'phase', 'present', 'greater', 'opportunity', 'circulation', 'printed', 'page', 'time', 'issue', 'challenge', 'know', 'truth', 'time', 'arise', 'fulfil', 'god', 'appointed', 'obligation', 'heart', 'people', 'stirred', 'terrible', 'war', 'condition', 'world', 'significant', 'time', 'book', 'furnish', 'bible', 'solution', 'mind', 'greatly', 'exercised', 'better', 'acquainted', 'word', 'god', 'gone', 'preacher', 'solution', 'thing', 'finding', 'begun', 'search', 'scripture', 'case', 'begun', 'renounce', 'faith', 'religion', 'hungry', 'soul', 'come', 'contact', 'book', 'ready', 'eager', 'purchaser', 'vivid', 'illustration', 'hungering', 'word', 'god', 'come', 'mind', 'called', 'certain', 'place', 'deliver', 'book', 'unable', 'fine', 'noticing', 'man', 'adjoining', 'field', 'went', 'inquiry', 'moment', 'conversation', 'failed', 'book', 'colporteur', 'taking', 'order', 'showed', 'book', 'told', 'message', 'contained', 'said', 'book', 'speaks', 'heart', 'message', 'heaven', 'having', 'fund', 'went', 'mile', 'borrow', 'money', 'eagerly', 'exchanged', 'beautiful', 'morocco', 'bound', 'volume', 'daniel', 'revelation', 'opportunity', 'purchase', 'book', 'year', 'declined', 'till', 'book', 'contained', 'information', 'heart', 'calling', 'present', 'assisting', 'brother', 'chastain', 'allen', 'delivery', 'west', 'tennessee', 'early', 'frost', 'season', 'came', 'soon', 'cotton', 'section', 'nearly', 'total', 'failure', 'place', 'gathering', 'fourth', 'crop', 'large', 'number', 'unable', 'topay', 'rent', 'paying', 'incurred', 'spite', 'discouraging', 'condition', 'brother', 'succeeding', 'splendidly', 'delivery', 'instead', 'finding', 'discouraged', 'downcast', 'arrival', 'high', 'spirit', 'people', 'gone', 'great', 'length', 'pay', 'book', 'mean', 'needing', 'badly', 'thing', 'reason', 'people', 'regard', 'word', 'highly', 'necessarily', 'cancelling', 'order', 'thing', 'lord', 'spoken', 'heart', 'book', 'determined', 'secure', 'hazard', 'men', 'hour', 'met', 'coming', 'man', 'useless', 'write', 'read', 'line', 'heard', 'voice', 'god', 'calling', 'step', 'opening', 'graciously', 'providence', 'determined', 'case', 'shall', 'delay', 'longer', 'heart', 'responded', 'lord', 'send', 'condition', 'favorable', 'bit', 'instead', 'waiting', 'till', 'time', 'trying', 'circumstance', 'accomplish', 'determined', 'hear', 'field', 'secure', 'nice', 'list', 'order', 'delivered', 'week', 'beginning', 'december', 'ready', 'till', 'time', 'institute', 'field', 'whieli', 'swillbe', 'follonsis', 'february', 'february', 'february', 'kentucky', 'tennessee', 'alabama', 'mississippi', 'louisiana', 'mississippi', 'col', 'january', 'alabama', 'col', 'february', 'december', 'january', 'january', 'january', 'january', 'january', 'write', 'field_secretary', 'tell', 'plan', 'present', 'institute', 'begin', 'study', 'book', 'use', 'god', 'help', 'fulfil', 'duty', 'shidler', 'men', 'book', 'publishing', 'house', 'note', 'work', 'home', 'office', 'heavy', 'finding', 'necessary', 'continue', 'putting', 'considerable', 'overtime', 'press', 'room', 'recently', 'completed', 'thousand', 'edition', 'bible_readings', 'running', 'thousand', 'edition', 'daniel', 'revelation', 'world_war', 'edition', 'harvest', 'ingathering', 'watchman', 'night', 'november', 'fifteenth', 'order', 'received', 'copy', 'nearly', 'total_number', 'english', 'paper', 'circulated', 'year', 'order', 'received', 'rate', 'copy', 'day', 'recent', 'council', 'held', 'minneapolis', 'voted', 'watchman', 'magazine', 'selected', 'organ', 'ingathering', 'campaign', 'written', 'order', 'million', 'copy', 'received', 'general', 'conference', 'edition', 'order', 'called', 'present', 'year', 'issue', 'new', 'crisis', 'series', 'book', 'carlyle', 'haynes', 'preparation', 'office', 'entitled', 'spiritualism', 'versus', 'christianity', 'expected', 'ready', 'early', 'coming', 'year', 'opening', 'school', 'year', 'claimed', 'member', 'publishing', 'house', 'family', 'roscoe', 'gray', 'miss', 'julia', 'inabinet', 'john', 'bruner', 'went', 'ooltewah', 'tenn', 'krauss', 'gilbert', 'knox', 'berrien', 'spring', 'mich', 'jesse', 'dortch', 'beechwood', 'academy', 'needham', 'ind', 'archie', 'smith', 'sister', 'miss', 'dorothy', 'battle', 'creek', 'mich', 'miss', 'mary', 'crampton', 'filion', 'mich', 'recently', 'accepted', 'position', 'clerk', 'superintendent', 'office', 'vacant', 'gray', 'leaving', 'ooltewah', 'miss', 'hazel', 'wood', 'efficiently', 'served', 'stenographer', 'manager', 'office', 'nearly', 'seven', 'year', 'soon', 'leave', 'loma', 'linda', 'cal', 'place', 'sister', 'family', 'recently', 'moved', 'place', 'filled', 'cochrane', 'recently', 'omaha', 'nebr', 'experienced', 'efficient', 'stenographer', 'brother', 'cochrane', 'husband', 'located', 'cantonment', 'south', 'day', 'ago', 'old_time', 'faithful', 'employee', 'brother', 'harry', 'varney', 'called', 'color', 'training', 'southern', 'cantonment', 'sister', 'varney', 'little', 'daughter', 'living', 'home', 'bravely', 'struggling', 'home', 'burning', 'husband', 'father', 'preparing', 'active_service', 'behalf', 'country']
root - INFO - extracting file #105500: 2017-04-Final-Corpus/SUW19200115-V14-04-page7.txt
root - INFO - extracting file #106000: 2017-04-Final-Corpus/TCOG19160501-V03-05-page15.txt
root - INFO - ['present', 'country', 'progressive', 'war', 'general', 'disinterest', 'peaceful', 'pursuit', 'population', 'vast', 'territory', 'american', 'city', 'according', 'latest', 'estimate', 'thousand', 'indian', 'uncivilized', 'country', 'dependent', 'trail', 'wagon', 'road', 'highway', 'communication', 'longest', 'railway', 'republic', 'extends', 'northern', 'coast', 'fifty', 'seven', 'mile', 'inland', 'railway', 'projected', 'join', 'capital', 'tegucigalpa', 'seaport', 'product', 'country', 'variable', 'climate', 'equable', 'temperature', 'highland', 'capital', 'favor', 'grain', 'fruit', 'central', 'plain', 'hot', 'moist', 'lowland', 'northern', 'coast', 'produce', 'banana', 'coconut', 'sugar', 'cane', 'addition', 'grain', 'central', 'plateau', 'support', 'million', 'head', 'cattle', 'coffee', 'industry', 'large', 'hill', 'honduras', 'capital', 'city', 'silver', 'hill', 'true', 'title', 'tell', 'southern', 'honduras', 'mission', 'mountain', 'chain', 'parallel', 'northern', 'coast', 'divide', 'republic', 'equal', 'nearly', 'fall', 'council', 'recognized', 'national', 'hindrance', 'communication', 'portion', 'set', 'southern', 'honduras', 'apart', 'separate', 'mission', 'added', 'western', 'nicaragua', 'similar', 'reason', 'mission', 'include', 'million', 'people', 'republic', 'present', 'little', 'mission', 'territory', 'brother', 'karl', 'snow', 'coworkers', 'braved', 'famine', 'pestilence', 'remain', 'school', 'english', 'art', 'industrial_school', 'located', 'central', 'portion', 'republic', 'surely', 'high', 'time', 'reenforcement', 'sent', 'general_work', 'carried', 'million', 'people', 'day', 'rejoice', 'hope', 'soon', 'coming', 'havana', 'thousand', 'fifty', 'mile', 'new', 'york', 'porto_rico', 'smallest', 'island', 'group', 'area', 'thousand', 'fifty', 'square_mile', 'average', 'length', 'ninety', 'mile', 'average', 'breadth', 'thirty', 'mile', 'shape', 'resembles', 'state', 'connecticut', 'fourth', 'size', 'state', 'porto_rico', 'mean', 'english', 'rich', 'harbor', 'porto_rico', 'rich', 'harbor', 'boast', 'good', 'harbor', 'fifty', 'mile', 'coast', 'line', 'surface', 'porto_rico', 'mountainous', 'range', 'low', 'hill', 'traverse', 'island', 'east', 'west', 'hill', 'rocky', 'barren', 'covered', 'vegetation', 'cultivated', 'lower', 'valley', 'rich', 'pasture', 'land', 'cultivated', 'plantation', 'knoll', 'orchard', 'coconut', 'tree', 'coffee', 'protected', 'shade', 'tree', 'grows', 'summit', 'green', 'hill', 'ground', 'covered', 'carpeting', 'grass', 'brief', 'history', 'porto_rico', 'porto_rico', 'discovered', 'christopher', 'columbus', 'nov', 'landing', 'bay', 'spring', 'pure_water', 'needed', 'ship', 'place', 'named', 'aguadilla', 'gwa', 'mean', 'watering', 'place', 'ponce', 'leon', 'spanish', 'navigator', 'visited', 'island', 'pleased', 'beautiful', 'scenery', 'hospitality', 'native', 'year', 'later', 'returned', 'founded', 'town', 'caparra', 'known', 'porto', 'viejo', 'founded', 'city', 'san', 'juan', 'san', 'hoo', 'ponce', 'leon', 'came', 'island', 'inhabited', 'happy', 'harmless', 'people', 'received', 'delight', 'brought', 'gift', 'showed', 'soldier', 'gold', 'river', 'bed', 'kindness', 'native', 'rewarded', 'cruelty', 'spaniard', 'islander', 'ruthlessly', 'murdered', 'reduced', 'slavery', 'compelled', 'work', 'revolution', 'followed', 'greater', 'number', 'native', 'killed', 'severe', 'work', 'required', 'remaining', 'shortened', 'life', 'soon', 'disappeared', 'descendant', 'race', 'living', 'curious', 'interesting', 'relic', 'left', 'stone', 'collar', 'shaped', 'like', 'horse', 'collar', 'skilfully', 'carved', 'placed', 'breast', 'native', 'death', 'supposed', 'harm', 'ponce', 'leon', 'built', 'castle', 'point', 'land', 'mouth', 'harbor', 'san', 'juan', 'lived', 'sailed', 'voyage', 'resulted', 'discovery', 'florida', 'departure', 'porto_rico', 'left', 'forum', 'long_time', 'year', 'later', 'spain', 'sent', 'peasant', 'colonize', 'island', 'slave', 'introduced', 'cultivate', 'plantation', 'island', 'province', 'spain', 'instead', 'colony', 'slavery', 'abolished', 'porto_rico', 'came', 'possession', 'united', 'state', 'result', 'war', 'spain', 'ceded', 'united', 'state', 'sept', 'marian', 'george', 'let', 'reader', 'serious_consideration', 'article', 'summer', 'slump', 'force', 'evil', 'world', 'vacation', 'force', 'righteousness', 'sabbath', 'school', 'prosper', 'closed', 'year', 'ask', 'question', 'answer', 'realize', 'success', 'sabbath', 'school', 'depends', 'continuity', 'regularity', 'doe', 'success', 'missionary', 'volunteer', 'society', 'depend', 'let', 'hot_weather', 'depleted', 'membership', 'city', 'tent_effort', 'cause', 'discontinue', 'society', 'meeting', 'time', 'society', 'meet', 'prayer', 'counsel', 'report', 'young', 'actively', 'assisting', 'tent_effort', 'saviour', 'henry', 'brown', 'junior', 'best', 'use', 'penny', 'rkt', 'junior', 'hold', 'penny', 'wish', 'told', 'best', 'use', 'penny', 'tell', 'way', 'better', 'candy', 'cake', 'plaything', 'spend', 'sea', 'heathen', 'send', 'come', 'listen', 'tell', 'poor', 'little', 'child', 'far', 'sea', 'color', 'dark', 'god', 'body', 'feeling', 'like', 'soul', 'need', 'saving', 'given', 'room', 'child', 'jesus', 'heaven', 'carry', 'child', 'like', 'news', 'salvation', 'far', 'sea', 'little', 'child', 'land', 'school', 'day', 'sing', 'write', 'read', 'church', 'pastor', 'teach', 'true', 'way', 'heaven', 'jesus', 'reach', 'sad', 'remember', 'poor', 'little', 'heathen', 'far', 'sea', 'think', 'penny', 'given', 'help', 'poor', 'child', 'journey', 'heaven', 'jesus', 'approve', 'scorn', 'mite', 'offered', 'love', 'word', 'saviour', 'believe', 'better', 'receive', 'porto_rico', 'location', 'size', 'surface', 'selected', 'turn', 'map', 'west', 'indie', 'atlas', 'geography', 'porto_rico', 'greater', 'antilles', 'island', 'lie', 'east', 'haiti', 'farthest', 'atlantic', 'ocean', 'mile', 'eastern', 'coast', 'cuba', 'mile', 'church', 'officer', 'gazette']
root - INFO - extracting file #106500: 2017-04-Final-Corpus/TCOG19201101-V07-11-page5.txt
root - INFO - extracting file #107000: 2017-04-Final-Corpus/TMM18990801-V11-08-page29.txt
root - INFO - ['camp', 'meeting', 'africa', 'school', 'king', 'william', 'town', 'ellen', 'burrill', 'year', 'arrived', 'africa', 'varied', 'experience', 'reached', 'king', 'william', 'town', 'room', 'child', 'awaited', 'sabbath', 'keeping', 'child', 'seven', 'attended', 'school', 'needed', 'home', 'schoolroom', 'foot', 'lighted', 'poorly', 'ventilated', 'including', 'child', 'eighteen', 'own_people', 'sabbath', 'school', 'desk', 'table', 'loaned', 'different_ones', 'chair', 'taken', 'church', 'accommodate', 'smaller', 'child', 'prepared', 'low', 'table', 'shortened', 'leg', 'common', 'chair', 'fixture', 'exception', 'sister', 'building', 'recently', 'repaired', 'large', 'rubbish', 'pile', 'draw', 'supply', 'linoleum', 'painted', 'black', 'served', 'blackboard', 'moulding', 'chalk', 'rack', 'large', 'cupboard', 'seven', 'half', 'foot', 'small', 'corner', 'cupboard', 'beautiful', 'desk', 'knew', 'carpentry', 'tool', 'managed', 'work', 'school', 'hour', 'bought', 'save', 'nail']
root - INFO - extracting file #107500: 2017-04-Final-Corpus/TMM19020101-V14-01-page34.txt
root - INFO - extracting file #108000: 2017-04-Final-Corpus/WMH19061017-V04-40-page2.txt
root - INFO - ['west', 'michigan', 'herald', 'october', 'financial', 'august', 'receipt', 'tithe', 'allendale', 'agnew', 'benton', 'harbor', 'berrien', 'spring', 'battle', 'creek', 'belding', 'bangor', 'bedford', 'bloomingdale', 'byron', 'center', 'cedar', 'lake', 'carson', 'city', 'ceresco', 'covert', 'dirnondale', 'denver', 'nashville', 'work', 'mid', 'summer', 'offering', 'jewish', 'work', 'self_denial', 'fund', 'weekly', 'offering', 'sabbath', 'school', 'offering', 'tithe', 'report', 'sabbath', 'school_department', 'west', 'michigan', 'conference', 'quarter', 'ending', 'june', 'school', 'membership', 'average', 'attendance', 'class', 'senior', 'division', 'east', 'mich', 'conf', 'eaton', 'rapid', 'grand', 'ledge', 'grandville', 'grand', 'rapid', 'hastings', 'individual', 'copy', 'obtained', 'review', 'herald', 'pub', 'simplicity', 'furnishing', 'home', 'artificial', 'habit', 'deprive', 'blessing', 'enjoyment', 'unfit', 'living', 'useful', 'life', 'elaborate', 'expensive', 'furnishing', 'waste', 'money', 'thousandfold', 'precious', 'bring', 'home', 'heavy_burden', 'care', 'labor', 'perplexity', 'condition', 'home', 'resource', 'limited', 'work', 'household', 'rest', 'chiefly', 'mother', 'best', 'room', 'furnished', 'style', 'mean', 'occupant', 'unsuited', 'convenience', 'enjoyment', 'expensive', 'carpet', 'elaborately', 'carved', 'daintily', 'upholstered', 'furniture', 'delicate', 'drapery', 'table', 'mantel', 'available', 'space', 'crowded', 'ornament', 'wall', 'covered', 'picture', 'sight', 'wearying', 'amc', 'unt', 'work', 'required', 'order', 'free', 'dust', 'work', 'artificial', 'habit', 'family', 'conformity', 'fashion', 'demand', 'housewife', 'unending', 'toil', 'home', 'wife', 'mother', 'time', 'read', 'informed', 'time', 'companion', 'husband', 'time', 'touch', 'developing', 'mind', 'child', 'otsego', 'potterville', 'rothbury', 'shelby', 'sturgis', 'sand', 'lake', 'vermontville', 'west', 'mich', 'conf', 'loan', 'returned', 'total', 'assn', 'west', 'michigan', 'conference', 'tent', 'camp', 'meeting', 'fund', 'conf', 'improvement', 'african', 'native', 'worker', 'fund', 'cornelia', 'bowen', 'work', 'conf', 'expense', 'southern_field', 'india', 'orphan', 'fund', 'fund', 'school', 'fall', 'owing', 'pacific', 'press', 'possible', 'sure', 'new', 'series', 'carefully', 'edited', 'graded', 'thoroughly', 'date', 'reader', 'meet', 'hearty', 'approval', 'teacher', 'patron', 'pupil', 'clifford', 'russell', 'western', 'indian', 'training', 'school', 'mission', 'board', 'offering', 'total', 'west', 'michigan', 'merchandise', 'tract', 'society', 'kindergarten', 'home', 'dept', 'local', 'account', 'west', 'mich', 'herald', 'total', 'educational', 'school', 'total', 'contribution', 'inquiry', 'coming', 'office', 'relative', 'professor', 'cadv', 'book', 'bible', 'nature', 'study', 'medical', 'lishing', 'battle', 'creek', 'mich', 'examined', 'reader', 'hesitate', 'consider', 'superior', 'line', 'text', 'book', 'nature', 'carefully', 'compiled', 'edited', 'best', 'educator', 'furnish', 'variety', 'necessary', 'secure', 'best', 'result', 'reading', 'class', 'time', 'eliminate', 'objectionable', 'subject', 'matter', 'hoped', 'book', 'happy', 'note', 'forth', 'corning', 'series', 'reader', 'opted', 'recent', 'educational', 'convention', 'soon', 'press', 'ready', 'november', 'supplied', 'soon', 'possible', 'probably', 'mileage', 'returned', 'matteson', 'year', 'iowa', 'conf', 'kalamazoo', 'lowell', 'pleasant', 'muskegon', 'ready', 'delivery', 'opening', 'junior', 'intermediate', 'division', 'primary', 'division']
root - INFO - extracting file #108500: 2017-04-Final-Corpus/YI18600501-V08-05-page7.txt
root - INFO - extracting file #109000: 2017-04-Final-Corpus/YI18801110-V28-46-page1.txt
root - INFO - ['vol', 'battle', 'creek', 'mich', 'november', 'tiut', 'tor', 'published', 'eekly', 'zorz', 'thly', 'white', 'miss', 'merriam', 'conflict', 'life', 'conflict', 'strange', 'fought', 'wondrous', 'thing', 'wrought', 'human', 'soul', 'battle', 'ground', 'mark', 'sin', 'fatal', 'wound', 'right', 'wrong', 'bright', 'array', 'seek', 'win', 'dread', 'affray', 'vile', 'spirit', 'whisper', 'ear', 'bid', 'sinner', 'fear', 'satan', 'work', 'wily', 'art', 'tender', 'youthful', 'heart', 'bright', 'angel', 'stand', 'wing', 'white', 'blest', 'messenger', 'heavenly', 'light', 'point', 'glory', 'come', 'whisper', 'rest', 'joy', 'home', 'evil', 'gain', 'ground', 'life', 'wasted', 'harvest', 'past', 'battle', 'fierce', 'long', 'good', 'ercome', 'wrong', 'foot', 'tread', 'golden', 'floor', 'king', 'high', 'palace', 'evermore', 'child', 'play', 'game', 'life', 'art', 'skill', 'win', 'strife', 'game', 'simple', 'chance', 'battle', 'fought', 'spear', 'lance', 'simply', 'help', 'god', 'gain', 'day', 'fight', 'foe', 'conquer', 'sin', 'eliza', 'morton', 'child', 'heard', 'morning', 'child', 'feeling', 'bad', 'bitterly', 'like', 'tell', 'young_friends', 'cause', 'sorrow', 'place', 'teacher', 'sand', 'school', 'church', 'missionschool', 'yesterday', 'scholar', 'absent', 'morning', 'thought', 'inquire', 'went', 'wretched', 'tenement', 'house', 'gon', 'pair', 'stair', 'knocked', 'door', 'dark', 'room', 'lighted', 'little', 'window', 'johnny', 'wilder', 'called', 'home', 'wilder', 'opened', 'door', 'thing', 'said', 'miss', 'johnny', 'said', 'afraid', 'morning', 'afraid', 'said', 'want', 'come', 'yes', 'replied', 'suppose', 'like', 'know', 'sunday', 'school', 'poor', 'boy', 'cried', 'half', 'day', 'time', 'week', 'let', 'tramp', 'night', 'tramp', 'said', 'mean', 'boy', 'tramp', 'bran', 'replied', 'understand', 'asked', 'explain', 'told']
root - INFO - extracting file #109500: 2017-04-Final-Corpus/YI18841112-V32-46-page1.txt
root - INFO - extracting file #110000: 2017-04-Final-Corpus/YI18890306-V37-10-page2.txt
root - INFO - ['the_youth', 'instructor', 'vol', 'nature', 'valuable', 'gift', 'uncivilized', 'man', 'need', 'sea', 'own_home', 'study', 'economy', 'nature', 'stone', 'throw', 'door', 'returning', 'spring', 'soon', 'work', 'miracle', 'wonderful', 'telling', 'unnoticed', 'unappreciated', 'time', 'silently', 'performed', 'eye', 'observation', 'thought', 'exclusive', 'animal', 'decay', 'hardly', 'arrive', 'absolute', 'type', 'impurity', 'mud', 'slime', 'damp', 'overtrodden', 'path', 'outskirt', 'manufacturing', 'town', 'mud', 'road', 'raked', 'animal', 'refuse', 'buttake', 'merely', 'ounce', 'blackest', 'slime', 'beatenfootpath', 'rainy', 'day', 'near', 'manufacturing', 'town', 'slime', 'shall', 'case', 'composed', 'clay', 'brick', 'dust', 'burnt', 'clay', 'mixed', 'soot', 'little', 'sand', 'water', 'element', 'helpless', 'war', 'destroy', 'reciprocally', 'nature', 'power', 'competing', 'fighting', 'place', 'tread', 'foot', 'sand', 'squeezing', 'clay', 'clay', 'squeezing', 'water', 'soot', 'meddling', 'defilingthe', 'let', 'suppose', 'ounce', 'mud', 'left', 'perfect', 'rest', 'element', 'gather', 'like', 'like', 'atom', 'closest', 'relation', 'possible', 'work', 'sweeping', 'tell', 'doe', 'began', 'great', 'talent', 'music', 'rossini', 'told', 'succeed', 'strength', 'finger', 'asked', 'stronger', 'bed', 'said', 'sweep', 'room', 'knead', 'bread', 'began', 'told', 'perfect', 'marvel', 'hand', 'improved', 'mouth', 'prescription', 'worked', 'charm', 'kept', 'fact', 'splendid', 'player', 'day', 'yes', 'singer', 'owing', 'housework', 'iron', 'wash', 'splendid', 'exercise', 'hand', 'arm', 'bisimucroa', 'fred', 'mistake', 'fred', 'graham', 'sat', 'staring', 'evident', 'pucker', 'forehead', 'engaged', 'favorite', 'pastime', 'watching', 'picture', 'formed', 'glowing', 'coal', 'fully', 'minute', 'sat', 'motionless', 'rug', 'knew', 'told', 'long_time', 'fred', 'graham', 'sit', 'nearly', 'year', 'eagerly', 'looking', 'forward', 'visit', 'cousin', 'ralph', 'ray', 'ralph', 'lad', 'thirteen', 'lived', 'distant', 'city', 'supposed', 'fred', 'know', 'short', 'beau', 'ideal', 'boy', 'helpful', 'son', 'fred', 'discomfiture', 'complete', 'felt', 'clean', 'breast', 'whole_matter', 'ralph', 'suddenly', 'asked', 'boy', 'live', 'fun', 'girl', 'work', 'ralph', 'laughed', 'little', 'said', 'yes', 'fellow', 'fred', 'told', 'whole_story', 'generally', 'helped', 'mother', 'afraidralph', 'ridicule', 'ralph', 'laughed', 'heartily', 'said', 'feel', 'ridiculed', 'long', 'ago', 'came', 'conclusion', 'cowardly', 'afraid', 'right', 'unmanly', 'big', 'strong', 'fellow', 'allow', 'mother', 'tire', 'working', 'ashamed', 'help', 'cowardly', 'womanly', 'word', 'fred', 'shrunk', 'having', 'applied', 'possible', 'morning', 'fred', 'stole', 'stair', 'early', 'went', 'kitchen', 'mother', 'getting', 'breakfast', 'putting', 'arm', 'round', 'neck', 'begged', 'forgive', 'cowardly', 'weak', 'time', 'forward', 'helpful', 'boy', 'viola', 'smith', 'dangerous', 'proverb', 'better', 'late', 'incline', 'error', 'great', 'delay', 'bow', 'slight', 'soever', 'mean', 'forever', 'late', 'turning', 'point', 'beginning', 'holiday', 'davis', 'friend', 'father', 'came', 'asked', 'parent', 'let', 'home', 'consented', 'pleased', 'thought', 'going', 'town', 'journey', 'delightful', 'reached', 'davis', 'house', 'looked', 'going', 'nice', 'time', 'fred', 'davis', 'boy', 'age', 'took', 'cordially', 'hand', 'family', 'like', 'old_friends', 'going', 'holiday', 'worth', 'having', 'said', 'time', 'evening', 'played', 'game', 'asked', 'riddle', 'laughed', 'chatted', 'merrily', 'davis', 'said', 'bedtime', 'expected', 'family_worship', 'soon', 'directed', 'room', 'strange', 'household', 'family_altar', 'come', 'said', 'fred', 'mother', 'bedfellow', 'followed', 'upstairs', 'nice', 'little', 'chamber', 'called', 'room', 'undressed', 'jumped', 'bed', 'longer', 'new', 'thought', 'began', 'rise', 'mind', 'mother', 'portmanteau', 'hand', 'coach', 'started', 'said', 'remember', 'robert', 'christian', 'boy', 'knew', 'meant', 'come', 'time', 'word', 'remembered', 'little', 'boy', 'habit', 'kneeling', 'evening', 'prayer', 'come', 'bed', 'robert', 'said', 'fred', 'sitting', 'undress', 'yes', 'yes', 'undress', 'afraid', 'pray', 'afraid', 'pray', 'kneel', 'pray', 'fred', 'laugh', 'fear', 'fred', 'coward', 'lie', 'prayerless', 'bed', 'needed', 'protection', 'heavenly', 'father', 'home', 'abroad', 'wished', 'thousand', 'thing', 'slept', 'fred', 'sleep', 'struggle', 'like', 'place', 'bosom', 'leaf', 'home', 'begin', 'act', 'decision', 'depend', 'character', 'time', 'eternity', 'struggle', 'severe', 'fred', 'come', 'boy', 'come', 'bed', 'mustered', 'courage', 'kneel', 'pray', 'habit', 'pray', 'said', 'fred', 'turning', 'pillow', 'saying', 'propriety', 'conduct', 'ashamed', 'long', 'afraid', 'knew', 'wish', 'quiet', 'left', 'thankful', 'duty', 'conscience', 'triumphed', 'settled', 'future', 'course', 'believe', 'decision', 'christian', 'boy', 'god', 'blessing', 'christian_man', 'year', 'thrown', 'amid', 'trial', 'temptation', 'drawn', 'away', 'god', 'virtue', 'settled', 'habit', 'secret_prayer', 'selected', 'erratum', 'glimpse', 'switzerland', 'language', 'mentioned', 'roumanian', 'romanche', 'let', 'clay', 'begin', 'ridding', 'foreign', 'subcoming', 'arrive', 'morrow', 'day', 'stance', 'gradually', 'white', 'earth', 'beautiful', 'fit', 'help', 'congealing', 'finest', 'porcelain', 'painted', 'kept', 'king', 'palace', 'artificial', 'consistence', 'best', 'leave', 'quiet', 'follow', 'instinct', 'unity', 'white', 'clear', 'clear', 'hard', 'clear', 'hard', 'het', 'deal', 'light', 'wonderful', 'way', 'gather', 'loveliest', 'blue', 'ray', 'refusing', 'rest', 'sapphire', 'commission', 'clay', 'similar', 'permission', 'quiet', 'sand', 'white', 'earth', 'proceeds', 'grow', 'clear', 'hard', 'arranges', 'mysterious', 'infinitely', 'fine', 'parallel', 'line', 'power', 'reflecting', 'merely', 'blue', 'ray', 'blue', 'green', 'purple', 'red', 'ray', 'greatest', 'beauty', 'seen', 'hard', 'material', 'whatsoever', 'opal', 'order', 'soot', 'set', 'work', 'white', 'instead', 'discouraged', 'try', 'harder', 'harder', 'come', 'clear', 'hardest', 'thing', 'world', 'blackness', 'obtains', 'exchange', 'power', 'reflecting', 'ray', 'sun', 'vividest', 'blaze', 'solid', 'thing', 'shoot', 'diamond', 'water', 'purifies', 'unites', 'contented', 'reach', 'form', 'dew', 'drop', 'hut', 'insist', 'proceeding', 'perfect', 'consistence', 'crystallizes', 'shape', 'star', 'ounce', 'soot', 'political', 'economy', 'cooperation', 'sapphire', 'opal', 'diamond', 'set', 'midst', 'star', 'snow', 'ruskin', 'prescription', 'weak', 'finger', 'brown', 'book', 'beautiful', 'hand', 'sensible', 'word', 'school', 'girl', 'aegroup', 'girl', 'talking', 'comparing', 'hand', 'came', 'housework', 'lady', 'finetit', 'accomplishment', 'best', 'exercise', 'world', 'school', 'girl', 'mix', 'study', 'mother', 'help', 'tired', 'brain', 'work', 'muscle', 'work', 'come', 'change', 'rest', 'getting', 'knowledge', 'book', 'weget', 'knowledge', 'useful', 'household', 'art', 'woman', 'worth', 'housework', 'isn', 'genteel', 'sneered', 'belle', 'genteel', 'supposing', 'isn', 'going', 'sacrifice', 'real', 'good', 'gentility', 'isn', 'miss', 'montgomery', 'genteel', 'isn', 'intellectual', 'accomplished', 'know', 'magnificent', 'pianist', 'magnificent', 'housekeeper', 'housekteper', 'retorted', 'belle', 'life', 'father', 'mother', 'rich', 'crcesus', 'guess', 'mistaken', 'person', 'fast', 'dear', 'calmly', 'replied', 'nellie', 'acquainted', 'family', 'know', 'hereof', 'affirm', 'care', 'housekeeping', 'year', 'bread', 'eaten', 'house', 'cake', 'pie', 'knickknack', 'doe', 'nearly', 'chamber', 'pleasant', 'bustle', 'preparation', 'troubled', 'fred', 'thought', 'mother', 'stood', 'doorway', 'unobserved', 'fred', 'said', 'mother', 'replied', 'burst', 'boyish', 'confidence', 'tell', 'know', 'boy', 'laugh', 'mamma', 'girl', 'washing', 'dish', 'helping', 'way', 'housework', 'know', 'thought', 'mamma', 'couldn', 'bear', 'cousin', 'ralph', 'ridicule', 'think', 'help', 'threw', 'arm', 'coaxingly', 'neck', 'looked', 'gravely', 'moment', 'said', 'yes', 'fred', 'shall', 'wish', 'gave', 'good', 'night', 'kiss', 'fancied', 'face', 'wore', 'pained', 'expression', 'altogether', 'happy', 'went', 'bed', 'exception', 'baby', 'lucy', 'mother', 'child', 'extremely', 'fond', 'helped', 'housework', 'handily', 'girl', 'late', 'associate', 'foolishly', 'ridiculed', 'supposed', 'surely', 'city', 'bred', 'ralph', 'look', 'contempt', 'girl', 'work', 'ralph', 'came', 'day', 'appearance', 'fred', 'imagined', 'tall', 'manly', 'bright', 'dark', 'eye', 'easy', 'graceful', 'manner', 'jovial', 'fun', 'loving', 'boy', 'soon', 'fast', 'friend', 'day', 'spent', 'roaming', 'farm', 'ralph', 'world', 'wonder', 'morning', 'day', 'fred', 'burst', 'kitchen', 'mother', 'busy', 'work', 'saying', 'mother', 'taylor', 'pond', 'skate', 'morning', 'boy', 'splendid', 'skating', 'mother', 'gave', 'consent', 'went', 'wood', 'shed', 'skate', 'calling', 'toralph', 'hurry', 'come', 'sure', 'conscience', 'smote', 'little', 'passed', 'sitting', 'room', 'door', 'heard', 'doleful', 'baby', 'lucy', 'sat', 'crib', 'amuse', 'task', 'allow', 'think', 'skate', 'waited', 'long', 'cousin', 'come', 'went', 'houseto', 'matter', 'imagine', 'surprise', 'ralph', 'seated', 'rocking', 'chair', 'baby', 'knee', 'graham', 'saying', 'believe', 'exert', 'magic', 'influence', 'quiet', 'fred', 'stare', 'shame', 'faced', 'astonishment', 'cousin', 'ashamed', 'said', 'ralph', 'answer', 'fred', 'surprised', 'look', 'taking', 'care', 'baby', 'home', 'graham', 'soon', 'leisure', 'having', 'relieved', 'burden', 'boy', 'started', 'pond', 'ohly', 'time', 'ralph', 'showed', 'helpful', 'seen', 'dish', 'towel', 'hand', 'wiping', 'dish', 'aunt', 'particularly', 'busy', 'fred', 'felt', 'curious', 'position', 'day', 'later', 'letter', 'came', 'ralph', 'mother', 'graham', 'told', 'missed']
root - INFO - extracting file #110500: 2017-04-Final-Corpus/YI18990316-V47-11-page16.txt
root - INFO - extracting file #111000: 2017-04-Final-Corpus/YI19010214-V49-07-page6.txt
root - INFO - ['the_youth', 'instructor', 'continued', 'grow', 'beautiful', 'tail', 'helped', 'water', 'game', 'began', 'waste', 'away', 'longer', 'fasted', 'smaller', 'disappeared', 'entirely', 'finding', 'swimming', 'awkward', 'new', 'leg', 'help', 'left', 'water', 'hopped', 'shore', 'course', 'strange', 'thing', 'familiar', 'water', 'world', 'giving', 'leg', 'fair', 'trial', 'soon', 'discovered', 'leap', 'distance', 'tired', 'pleasant', 'sunny', 'spot', 'rest', 'soon', 'acquainted', 'cat', 'tail', 'blue', 'iris', 'plant', 'learned', 'taste', 'fly', 'slug', 'cared', 'water', 'plant', 'food', 'liked', 'land', 'wished', 'change', 'scene', 'plunged', 'horseshoe', 'pond', 'swim', 'old', 'haunt', 'long_time', 'kept', 'growing', 'hard', 'lesson', 'gained', 'experience', 'necessary', 'protect', 'frog', 'unfriendly', 'world', 'narrowly', 'escaped', 'eaten', 'catfish', 'came', 'near', 'caught', 'dip', 'net', 'band', 'noisy', 'boy', 'comfortably', 'dozing', 'pond', 'great', 'white', 'duck', 'floated', 'slowly', 'suddenly', 'diving', 'seized', 'leg', 'yellow', 'ught', 'surely', 'swallowed', 'desperate', 'kick', 'managed', 'loose', 'quickly', 'hid', 'mud', 'near', 'shore', 'time', 'gained', 'wisdom', 'age', 'know', 'better', 'avoid', 'enemy', 'cold_weather', 'cozily', 'doze', 'time', 'away', 'snug', 'home', 'bank', 'warm', 'summer', 'day', 'enjoy', 'shore', 'water', 'like', 'sing', 'especially', 'damp', 'weather', 'summer', 'evening', 'time', 'sit', 'window', 'listen', 'shrill', 'kerr', 'kerr', 'kerr', 'swamp', 'river', 'bank', 'longleap', 'singing', 'minnie', 'rosilla', 'stevens', 'black', 'bquirrel', 'black', 'squirrel', 'sat', 'tree', 'believe', 'habit', 'saving', 'said', 'cold', 'winter', 'weather', 'starve', 'young', 'know', 'teaching', 'child', 'quickly', 'lay', 'acorn', 'soon', 'drop', 'cup', 'corn', 'shock', 'field', 'nice', 'hollow', 'tree', 'concealed', 'laid', 'wheat', 'barley', 'rye', 'nice', 'pumpkin', 'seed', 'best', 'gathered', 'beechnut', 'butternut', 'grown', 'wood', 'cold', 'day', 'hard', 'time', 'winter', 'surely', 'bring', 'habit', 'saving', 'excellent', 'thing', 'child', 'know', 'young', 'squirrel', 'like', 'play', 'plenty', 'great', 'plenty', 'tired', 'bringing', 'food', 'store', 'let', 'frolic', 'gather', 'tell', 'pleasant', 'winter', 'rough', 'know', 'use', 'ere', 'butternut', 'bloom', 'spring', 'habit', 'saving', 'excellent', 'thing', 'selected', 'christian', 'live', 'world', 'religion', 'business', 'world', 'thing', 'necessary', 'thing', 'world', 'thing', 'religion', 'thing', 'needful', 'jahn', 'bunyan', 'berean', 'library', 'study', 'revelation', 'thought', 'revelation', 'page', 'february', 'thousand', 'father', 'written', 'forehead', 'company', 'lord', 'proclaimed', 'moses', 'described', 'holy', 'character', 'god', 'company', 'character', 'god', 'crucified', 'self', 'christ', 'lived', 'wicked', 'lord', 'countenance', 'doth', 'witness', 'declare', 'sin', 'sodom', 'hide', 'isa', 'like', 'manner', 'righteous', 'character', 'thousand', 'hidden', 'countenance', 'proclaim', 'character', 'heavenly_father', 'sing', 'new_song', 'victory', 'beast', 'image', 'heaven', 'listens', 'wonder', 'learn', 'song', 'picture', 'scene', 'adam', 'enoch', 'abraham', 'faithful', 'elijah', 'stand', 'silence', 'listen', 'wonderful', 'strain', 'unable', 'join', 'song', 'heavenly', 'singing', 'repeating', 'word', 'meaningless', 'fashion', 'heavenly', 'engages', 'song', 'doe', 'express', 'own_experience', 'heavenly', 'song', 'heart', 'living', 'experience', 'expressed', 'heavenly', 'melody', 'singing', 'religious', 'gathering', 'largely', 'worldly', 'person', 'paid', 'occasion', 'giddy', 'thoughtless', 'person', 'think', 'appearance', 'tone', 'voice', 'word', 'singing', 'pain', 'ear', 'heavenly', 'listener', 'different', 'sound', 'social_meeting', 'lord', 'truly', 'midst', 'people', 'weak', 'voice', 'begin', 'nearer', 'god', 'thee', 'join', 'prayerful', 'mind', 'melody', 'touch', 'soul', 'sings', 'longing', 'own_heart', 'thousand', 'seventh', 'chapter', 'joshua', 'record', 'family', 'took', 'god', 'people', 'coveted', 'garment', 'babylon', 'christian', 'clothed', 'robe', 'master', 'loyal', 'garment', 'salvation', 'robe', 'righteousness', 'study', 'carefully', 'mean', 'defiled', 'woman', 'eat', 'bread', 'wear', 'apparel', 'content', 'simply', 'christian', 'company', 'covering', 'described', 'isa', 'margin', 'drawn', 'eat', 'bread', 'wear', 'apparel', 'babylon', 'counted', 'babylon', 'taken', 'christian', 'fault', 'mouth', 'guile', 'fault', 'throne', 'god', 'abundance', 'heart', 'mouth', 'speaketh', 'pure_heart', 'mouth', 'guile', 'impossible', 'purehearted', 'person', 'mouth', 'guile', 'remnant', 'israel', 'shall', 'iniquity', 'speak', 'lie', 'shall', 'deceitful', 'tongue', 'mouth', 'zeph', 'israelite', 'guile', 'john', 'christian', 'speak', 'own_words', 'mouth', 'filled', 'guile', 'left', 'socalled', 'christian', 'eat', 'bread', 'wear', 'apparel', 'man', 'religious', 'bridleth', 'tongue', 'deceiveth', 'own_heart', 'man', 'religion', 'vain', 'james', 'motto', 'christian', 'heed', 'way', 'sin', 'tongue', 'mouth', 'bridle', 'end', 'constantly', 'pray', 'set', 'watch', 'lord', 'mouth', 'door', 'lip', 'modern', 'instance', 'fashion', 'circle', 'sneer', 'missionary_work', 'poor', 'world', 'hair', 'splitting', 'distinction', 'home', 'foreign', 'philanthropy', 'incident', 'detain', 'refute', 'critic', 'frank', 'bullen', 'won', 'literature', 'sea', 'recently', 'told', 'english', 'paper', 'story', 'childhood', 'early', 'left', 'orphan', 'lived', 'street', 'arab', 'fag', 'petty', 'officer', 'merchant', 'marine', 'friendless', 'half', 'starved', 'beaten', 'poor', 'child', 'took', 'refuge', 'night', 'sea', 'drenched', 'life', 'boat', 'wind', 'swept', 'deck', 'negro', 'lad', 'amid', 'storm', 'darkness', 'older', 'boy', 'despised', 'race', 'told', 'story', 'salvation', 'missionary', 'imparted', 'jamaica', 'sundayschool', 'cross', 'sea', 'american', 'plain', 'corner', 'nebraska', 'tribe', 'indian', 'large_measure', 'accepted', 'teaching', 'missionary', 'went', 'foreign', 'board', 'member', 'tribe', 'year', 'refused', 'accept', 'free', 'ration', 'government', 'provide', 'commendable', 'self', 'respect', 'year', 'ago', 'wishers', 'heard', 'regret', 'drawing', 'ration', 'defiled', 'defiled', 'woman', 'woman', 'symbol', 'church', 'corrupt', 'woman', 'represents', 'corrupt', 'church', 'eighteenth', 'chapter', 'revelation', 'given', 'come', 'babylon', 'people', 'partaker', 'sin', 'thousand', 'heeded', 'defiled', 'woman', 'left', 'babylon', 'allurement', 'taken', 'stand', 'commandment', 'god', 'faith', 'jesus', 'fourth', 'chapter', 'isaiah', 'vivid', 'word', 'picture', 'time', 'given', 'verse', 'mention', 'seven', 'woman', 'symbolizing', 'whole_church', 'seven', 'denoting', 'completeness', 'hold', 'man', 'ask', 'called', 'eat', 'bread', 'wear', 'apparel', 'condition', 'modern', 'babylon', 'hold', 'man', 'man', 'christ_jesus', 'called', 'christian', 'content', 'simply', 'eat', 'bread', 'wear', 'apparel', 'disre', 'asked', 'explanation', 'gard', 'entirely', 'god', 'direction', 'regulate', 'eating', 'quantity', 'quality', 'luke', 'plain', 'instruction', 'given', 'regard', 'apparel', 'worn', 'christ', 'tim', 'peter', 'treated', 'disdain', 'dress', 'eat', 'like', 'world', 'wear', 'christ', 'defiled', 'woman', 'forsake', 'thing', 'class', 'reply', 'owing', 'severe', 'drought', 'white', 'neighbor', 'lost', 'entire', 'harvest', 'suffering', 'great_need', 'fortunate', 'held', 'council', 'decided', 'drawing', 'government', 'ration', 'store', 'white', 'inured', 'hunger', 'cold', 'spake', 'red', 'man', 'white', 'critic', 'honor', 'santee', 'sioux', 'selected', 'unpromising', 'source', 'little', 'fellow', 'got', 'inspiration', 'gradually', 'lifted', 'degradation', 'noble', 'christian', 'manhood']
root - INFO - extracting file #111500: 2017-04-Final-Corpus/YI19030219-V51-06-page4.txt
root - INFO - extracting file #112000: 2017-04-Final-Corpus/YI19050613-V53-24-page2.txt
root - INFO - ['sight', 'totally', 'blind', 'ambition', 'little', 'henriette', 'desire', 'talent', 'recognized', 'developed', 'utmost', 'blindness', 'ruling', 'passion', 'time', 'began', 'young_girl', 'life', 'hard', 'constant', 'labor', 'fear', 'boy', 'america', 'felt', 'like', 'rebelling', 'severity', 'considered', 'unfortunate', 'brave', 'little', 'girl', 'natural', 'love', 'work', 'strong', 'constitution', 'combined', 'noble', 'desire', 'reward', 'dear', 'father', 'hope', 'centered', 'enabled', 'endure', 'severe', 'life', 'study', 'followed', 'father', 'teacher', 'loving', 'care', 'direction', 'developed', 'cultivated', 'extraordinary', 'talent', 'living', 'country', 'spent', 'day', 'sunrise', 'sunset', 'easel', 'day', 'clear', 'door', 'fresh_air', 'cloudy', 'studio', 'stopping', 'work', 'meal', 'time', 'hour', 'middle', 'day', 'father', 'compelled', 'spend', 'sitting', 'perfectly', 'dark', 'room', 'complete', 'rest', 'eye', 'seventeen', 'exhibited', 'picture', 'won', 'praise', 'severest', 'art', 'critic', 'promptly', 'called', 'attention', 'rare', 'talent', 'work', 'held', 'honorable', 'position', 'europe', 'america', 'appreciative', 'true', 'worth', 'slow', 'acknowledge', 'merit', 'work', 'picture', 'gained', 'high', 'prize', 'centennial', 'exhibition', 'brought', 'american', 'public', 'father', 'guided', 'directed', 'study', 'way', 'interfered', 'bent', 'inclination', 'left', 'free', 'exercise', 'own_way', 'unusual', 'quality', 'observation', 'imagination', 'painted', 'attracted', 'attention', 'animal', 'interior', 'house', 'landscape', 'little', 'child', 'animal', 'subject', 'liked', 'best', 'henriette', 'knip', 'mme', 'ronner', 'husband', 'went', 'brussels', 'live', 'married', 'income', 'small', 'young', 'artist', 'brought', 'new_home', 'sure', 'boy', 'girl', 'agree', 'better', 'mere', 'dollar', 'cent', 'end', 'usually', 'gain', 'thing', 'dollar', 'cent', 'included', 'dutch', 'pluck', 'perseverance', 'set', 'work', 'overcome', 'difficulty', 'time', 'easel', 'early', 'clock', 'morning', 'later', 'mme', 'ronner', 'devoted', 'time', 'talent', 'painting', 'dog', 'cat', 'favorite', 'subject', 'brush', 'household', 'pet', 'true', 'friend', 'gifted', 'artist', 'understands', 'reproduces', 'canvas', 'truly', 'different', 'mood', 'expression', 'varied', 'expression', 'face', 'boy', 'girl', 'compliment', 'paid', 'mme', 'ronner', 'skill', 'offered', 'dog', 'queen', 'belgium', 'sisterin', 'law', 'countess', 'flanders', 'favorite', 'dog', 'portrait', 'wished', 'painted', 'ronner', 'brought', 'studio', 'different_times', 'sitting', 'certain', 'occasion', 'countess', 'dog', 'savage', 'ill', 'tempered', 'animal', 'coming', 'room', 'newly', 'finished', 'portrait', 'companion', 'standing', 'floor', 'barking', 'furiously', 'rushed', 'excitedly', 'prepared', 'violent', 'battle', 'seeing', 'mistake', 'stood', 'astonishment', 'staring', 'picture', 'unable', 'understand', 'friend', 'offer', 'play', 'fight', 'later', 'mme', 'ronner', 'entirely', 'gave', 'painting', 'dog', 'devoted', 'the_youth', 'instructor', 'attention', 'cat', 'restless', 'playfulness', 'difficult', 'fascinating', 'subject', 'mme', 'ronner', 'wonderful', 'quickness', 'observation', 'enabled', 'catch', 'trick', 'expression', 'little', 'animal', 'frolicsome', 'active', 'difficult', 'picture', 'brush', 'portrayed', 'critic', 'humorously', 'care', 'kill', 'cat', 'painting', 'cat', 'especially', 'established', 'reputation', 'placed', 'paris', 'level', 'great', 'specialist', 'eugene', 'lambert', 'revelation', 'different', 'expression', 'mme', 'ronner', 'pussy', 'mistake', 'giving', 'human', 'expression', 'painter', 'cat', 'varied', 'think', 'kitten', 'distinct', 'individual', 'way', 'judged', 'treated', 'general_rule', 'apply', 'cat', 'race', 'reader', 'sure', 'charmed', 'looked', 'mme', 'ronner', 'beautiful', 'sunny', 'studio', 'saw', 'wall', 'covered', 'painting', 'old', 'cat', 'young', 'cat', 'big', 'cat', 'little', 'cat', 'sleeping', 'cat', 'waking', 'cat', 'floor', 'darting', 'chair', 'easel', 'springing', 'table', 'playing', 'peep', 'portiere', 'kind', 'live', 'cat', 'favored', 'pussy', 'lived', 'mme', 'ronner', 'studio', 'picture', 'sketched', 'life', 'portrays', 'actual', 'situation', 'kitten', 'look', 'picture', 'good', 'idea', 'restless', 'mischievous', 'cat', 'lively', 'monkey', 'going', 'little', 'boy', 'girl', 'midst', 'charming', 'studio', 'easel', 'sat', 'dear', 'old_lady', 'pink', 'oheeks', 'snow', 'white', 'hair', 'eye', 'kind', 'gentle', 'feel', 'sure', 'best', 'cat', 'dog', 'mme', 'ronner', 'life', 'simple', 'artistic', 'world', 'proud', 'homage', 'nature', 'strangely', 'retiring', 'unaffected', 'finding', 'greatest', 'happiness', 'peaceful', 'happy', 'home', 'life', 'dearly', 'loved', 'art', 'eighty', 'devotes', 'time', 'strength', 'energy', 'younger', 'day', 'impossible', 'refuse', 'richly', 'merited', 'honor', 'thrust', 'received', 'great_number', 'medal', 'different_countries', 'including', 'cross', 'order', 'leopold', 'conferred', 'king', 'belgium', 'distinction', 'woman', 'posse', 'holland', 'own_land', 'behindhand', 'justice', 'magnificent', 'museum', 'opened', 'year', 'ago', 'amsterdam', 'henriette', 'ronner', 'inscribed', 'illustrious', 'painter', 'native', 'country', 'wickersham', 'nicholas', 'making', 'day', 'yon', 'fix', 'fate', 'sound', 'couplet', 'fairy', 'tale', 'childhood', 'day', 'aladdin', 'sindbad', 'swallowing', 'certain', 'mysterious', 'powder', 'breakfast', 'guaranteed', 'day', 'glorious', 'success', 'twentieth', 'century', 'magician', 'offer', 'assurance', 'temptation', 'great', 'sell', 'substance', 'lay', 'stock', 'yalu', 'june', 'able', 'antidote', 'failure', 'discouragement', 'seriousness', 'blessed', 'potion', 'composition', 'open', 'secret', 'trouble', 'learn', 'prepared', 'taken', 'early', 'morning', 'hour', 'men', 'woman', 'reached', 'deeply', 'life', 'fellow', 'work', 'measured', 'eternal', 'yalu', 'counted', 'hour', 'day', 'spent', 'preparing', 'crucible', 'desire', 'prepared', 'hour', 'brain', 'heart', 'fresh', 'keen', 'fashion', 'day', 'thought', 'determination', 'crucible', 'gratitude', 'blessing', 'past', 'generous', 'portion', 'serene', 'faith', 'divine', 'father', 'blessing', 'future', 'unstinted', 'measure', 'trust', 'belief', 'shall', 'associate', 'fervent', 'purpose', 'pack', 'hour', 'day', 'wisdom', 'strength', 'cheer', 'let', 'simmer', 'bright', 'prayer', 'meditation', 'forget', 'greatest', 'yalu', 'prepared', 'taken', 'day', 'new', 'plastic', 'later', 'sift', 'unawares', 'bit', 'selfishness', 'irritableness', 'defeat', 'enchantment', 'possibility', 'morning', 'hour', 'shape', 'day', 'interesting', 'fascinating', 'thought', 'unwholesome', 'uninviting', 'breakfast', 'held', 'responsible', 'disordered', 'digestion', 'menu', 'breakfast', 'perfect', 'culinary', 'point', 'view', 'fail', 'furnish', 'inspiration', 'right_living', 'power', 'evil', 'immense', 'hopeful', 'promising', 'day', 'snuffed', 'dull', 'depressing', 'disputatious', 'breakfast', 'table', 'social', 'thermometer', 'liable', 'register', 'lowest', 'hour', 'haste', 'hurry', 'incident', 'morning', 'meal', 'doe', 'worth', 'produce', 'choicest', 'thought', 'meal', 'feeding', 'bolting', 'time', 'social', 'occasion', 'atmosphere', 'cheerful', 'happy', 'breakfast', 'table', 'coloring', 'half', 'dozen', 'day', 'different', 'life', 'impetus', 'afforded', 'lively', 'ardent', 'enthusiastic', 'group', 'gathered', 'morning', 'meal', 'send', 'man', 'woman', 'successful', 'day', 'work', 'failure', 'carefully', 'planned', 'breakfast', 'menu', 'account', 'hunger', 'mind', 'soul', 'body', 'furnishes', 'impulse', 'victorious', 'day', 'soulwinning', 'day', 'epoch', 'making', 'day', 'julia', 'deane', 'sunday', 'school', 'time', 'sermon', 'spoiled', 'person', 'stole', 'best', 'sermon', 'day', 'aunt', 'sophia', 'bit', 'end', 'sentence', 'little', 'click', 'like', 'little', 'bite', 'nip', 'right', 'sermon', 'robber', 'laughed', 'mother', 'good', 'naturedly', 'good', 'suppose', 'snapped', 'aunt', 'sophia', 'worst', 'thing', 'took', 'text', 'ran', 'jenny', 'peter', 'coughed', 'nice', 'little', 'hacky', 'kind', 'cough', 'minister', 'going', 'chapter', 'verse', 'redeeming', 'time', 'suppose', 'look', 'concordance', 'sunday', 'think', 'shall', 'carry', 'slippery', 'elm', 'lozenge', 'pas', 'round', 'immediate', 'neighborhood', 'bad', 'said', 'mother', 'soothingly', 'said', 'couldn', 'troubler', 'peace', 'congregation', 'said', 'aunt', 'sophia', 'firmly', 'settled', 'looking', 'text', 'like', 'look', 'mark', 'pretty', 'appearing']
root - INFO - extracting file #112500: 2017-04-Final-Corpus/YI19070723-V55-30-page3.txt
root - INFO - extracting file #113000: 2017-04-Final-Corpus/YI19081013-V56-41-page9.txt
root - INFO - ['skinny', 'officer', 'council', 'bluff', 'iowa', 'boast', 'duly', 'appointed', 'squad', 'boy', 'police', 'country', 'boy', 'police', 'force', 'wearing', 'star', 'authorized', 'arrest', 'necessary', 'considered', 'honor', 'boy', 'policeman', 'street', 'boy', 'try', 'clear', 'record', 'throughou', 'year', 'bad', 'mark', 'louse', 'station', 'mean', 'forfeiture', 'coveted', 'privi', 'ege', 'appointed', 'policeman', 'year', 'unique', 'police', 'force', 'existence', 'year', 'result', 'thought', 'chief', 'police', 'city', 'despair', 'holiday', 'prank', 'urchin', 'council', 'bluff', 'juvenile', 'court', 'city', 'time', 'organized', 'gang', 'tough', 'kid', 'delighted', 'frequent', 'arrest', 'policeman', 'police', 'court', 'mean', 'quelling', 'youthful', 'spirit', 'gang', 'chief', 'disturbed', 'frequent', 'appearance', 'court', 'number', 'tough', 'street', 'boy', 'day', 'worst', 'leader', 'gang', 'brought', 'police', 'court', 'chief', 'eyed', 'dubiously', 'old', 'offender', 'judge', 'chief', 'wondered', 'tiedone', 'vvith', 'chief', 'took', 'boy', 'office', 'day', 'hallowe', 'knew', 'dread', 'experience', 'mischief', 'lasting', 'harm', 'expected', 'special', 'gang', 'boy', 'proud', 'acknowledged', 'head', 'chief', 'pondered', 'matter', 'caught', 'gleam', 'admiration', 'boy', 'eye', 'flash', 'policestar', 'breast', 'glance', 'sent', 'hopeful', 'thought', 'chief', 'scolding', 'threat', 'boy', 'good', 'police', 'fine', 'punishment', 'parent', 'took', 'training', 'boy', 'chief', 'fancied', 'good', 'like', 'policeman', 'asked', 'chief', 'slowly', 'rubbing', 'cheek', 'reflectively', 'brawny', 'hand', 'boy', 'grinned', 'cheerfully', 'suggestion', 'yep', 'remarked', 'briefly', 'goin', 'ter', 'git', 'big', 'like', 'advice', 'plan', 'thinking', 'time', 'went', 'chief', 'confidentially', 'boy', 'straightened', 'chair', 'fascinated', 'thought', 'taken', 'confidence', 'chief', 'lot', 'trouble', 'boy', 'holiday', 'night', 'said', 'chief', 'lot', 'influence', 'crowd', 'thinking', 'appointing', 'special', 'policeman', 'morrow', 'night', 'harmful', 'mischief', 'allowed', 'street', 'think', 'boy', 'eye', 'grew', 'larger', 'rounder', 'time', 'life', 'speech', 'failed', 'customary', 'language', 'fit', 'case', 'gee', 'stammered', 'mind', 'slowly', 'grasped', 'meant', 'star', 'like', 'big', 'feller', 'wear', 'star', 'like', 'policeman', 'said', 'chief', 'gravely', 'specially', 'appointed', 'policeman', 'serve', 'pay', 'course', 'fully', 'authorized', 'preserve', 'peace', 'arrest', 'necessary', 'accustomed', 'language', 'police', 'court', 'room', 'boy', 'listened', 'breathlessly', 'word', 'pride', 'swelled', 'deep', 'bosom', 'rose', 'importantly', 'chief', 'fastened', 'star', 'sign', 'signal', 'authority', 'long', 'confidential', 'talk', 'chief', 'strode', 'sturdily', 'door', 'squared', 'shoulder', 'manfully', 'left', 'duly', 'detailed', 'policeman', 'duty', 'hour', 'youthful', 'special', 'officer', 'returned', 'police', 'station', 'accompanied', 'barefooted', 'struggling', 'lad', 'struck', 'fruitlessly', 'captor', 'angry', 'exclamation', 'prisoner', 'ruthlessly', 'choked', 'flushed', 'perspiring', 'officer', 'cut', 'ordered', 'grimly', 'talk', 'policeman', 'loitering', 'station', 'eyed', 'amusement', 'special', 'officer', 'insisted', 'conveying', 'struggling', 'prisoner', 'straight', 'chief', 'saluted', 'gravely', 'entered', 'office', 'displayed', 'capture', 'pinched', 'stealin', 'gate', 'chief', 'announced', 'street', 'slang', 'language', 'knew', 'tole', 'showed', 'star', 'run', 'tongue', 'said', 'kid', 'dast', 'pinch', 'showed', 'ain', 'gotter', 'right', 'pinch', 'kid', 'vierlatin', 'law', 'chief', 'hey', 'chief', 'patiently', 'explained', 'amazed', 'prisoner', 'boy', 'officer', 'right', 'arrest', 'violator', 'law', 'acting', 'order', 'chief', 'eye', 'prisoner', 'rolled', 'startlingly', 'wiped', 'forehead', 'shiny', 'shirt', 'sleeve', 'reflectively', 'wanter', 'chief', 'begged', 'kin', 'help', 'kid', 'straight', 'good', 'skinny', 'lem', 'suggestion', 'met', 'approval', 'skinny', 'friend', 'went', 'police', 'station', 'beaming', 'new', 'importance', 'news', 'flew', 'briskly']
root - INFO - extracting file #113500: 2017-04-Final-Corpus/YI19091005-V57-40-page16.txt
root - INFO - extracting file #114000: 2017-04-Final-Corpus/YI19100920-V58-38-page16.txt
root - INFO - ['the_youth', 'instructor', 'september', 'the_youth', 'instructor', 'issued', 'tuesday', 'review', 'herald', 'publishing', 'assn', 'lost', 'opportunity', 'following', 'clipping', 'expositor', 'ought', 'inspiration', 'seventh', 'day', 'adventist', 'medical_man', 'woman', 'doubt', 'citizen', 'hopo', 'welcome', 'medical_missionary', 'religious_belief', 'offer', 'chinese', 'hopo', 'south', 'china', 'provide', 'hospital', 'missionary', 'union', 'equip', 'furnish', 'missionary', 'charge', 'published', 'july', 'number', 'baptist', 'missionary', 'magazine', 'met', 'prompt', 'response', 'magazine', 'day', 'check', 'thousand', 'dollar', 'received', 'treasurer', 'purpose', 'begin', 'story', 'mission', 'bring', 'blush', 'shame', 'christian_men', 'woman', 'church', 'necessary', 'decline', 'generous', 'gift', 'noble', 'self', 'sacrificing', 'offer', 'chinese', 'hopo', 'physician', 'vacancy', 'existing', 'speak', 'new_fields', 'needy', 'hopo', 'ought', 'challenge', 'taken', 'christian', 'medical', 'student', 'field', 'need', 'medical_missionaries', 'place', 'men', 'returning', 'country', 'city', 'country', 'state', 'missouri', 'adopt', 'systematic', 'method', 'officially', 'aiding', 'movement', 'city', 'country', 'undertaken', 'establish', 'colony', 'governor', 'hadley', 'head', 'movement', 'colony', 'contains', 'thousand', 'acre', 'divided', 'homestead', 'acre', 'building', 'fencing', 'improvement', 'cost', 'expert', 'farmer', 'engaged', 'charge', 'colony', 'direct', 'work', 'allow', 'possible', 'waste', 'uncleared', 'land', 'priced', 'dollar', 'acre', 'year', 'time', 'given', 'settler', 'pay', 'farm', 'colony', 'equipped', 'sawmill', 'planing', 'corn', 'store', 'postoffice', 'state', 'immigration', 'board', 'supervises', 'selection', 'land', 'present', 'colony', 'second', 'time', 'establishment', 'rolling', 'region', 'ozarks', 'selected', 'location', 'perfect', 'drainage', 'pure_water', 'clean', 'atmosphere', 'railroad', 'connection', 'secured', 'bradford', 'farmer', 'charge', 'harvard', 'man', 'ideal', 'social', 'sort', 'like', 'work', 'skilful', 'fruit', 'grower', 'strong', 'believer', 'cooperation', 'run', 'central', 'farm', 'supplied', 'best', 'farm', 'implement', 'including', 'cannery', 'colony', 'organized', 'stoddard', 'county', 'follow', 'hoped', 'discharge', 'good', 'deal', 'congestion', 'city', 'bring', 'missourian', 'drawn', 'canada', 'promise', 'immense', 'wheat', 'crop', 'learned', 'actual_experience', 'monthslong', 'winter', 'week', 'long', 'blizzard', 'constitute', 'garden', 'eden', 'state', 'proposing', 'scheme', 'officially', 'establishing', 'colony', 'reason', 'succeed', 'independent', 'breeze', 'sweep', 'ocean', 'brings', 'tidings', 'afar', 'nation', 'commotion', 'prepared', 'zion', 'war', 'takoma', 'park', 'station', 'washington', 'fannie', 'dickerson', 'chase', 'flpuhurription', 'rate', 'yearly', 'subscription', 'month', 'club', 'rate', 'copy', 'address', 'year', 'copy', 'address', 'month', 'copy', 'address', 'month', 'editor', 'entered', 'second', 'class_matter', 'august', 'post', 'office', 'washington', 'act', 'congress', 'march', 'gift', 'earth', 'pleasure', 'earth', 'fair', 'bring', 'joy', 'lasting', 'peace', 'tinsel', 'noise', 'gaudy', 'glare', 'sorrow', 'bring', 'release', 'bible', 'wine', 'max', 'hill', 'book', 'bearing', 'foregoing', 'title', 'written', 'ferrar', 'fenton', 'lewis', 'mason', 'highly', 'recommends', 'work', 'book', 'masterly', 'argument', 'bible', 'total_abstinence', 'best', 'scholarly', 'refutation', 'devil', 'lie', 'industriously', 'circulated', 'dark_ages', 'date', 'having', 'sanction', 'early', 'apostolic', 'church', 'jesus', 'intoxicating', 'wine', 'disciple', 'paul', 'advised', 'urged', 'use', 'nineteen', 'year', 'christian', 'effort', 'pernicious', 'doctrine', 'tie', 'hand', 'church', 'resistive', 'progressive', 'effort', 'sent', 'thousand', 'weak', 'church', 'member', 'destruction', 'driven', 'thousand', 'pale', 'church', 'doctor', 'blamed', 'attitude', 'alcohol', 'medicine', 'god', 'forgive', 'knew', 'attitude', 'church', 'committed', 'oracle', 'god', 'church', 'ignorance', 'unintentionally', 'mistranslates', 'misinterprets', 'scripture', 'regard', 'duty', 'christian', 'ministry', 'light', 'modern', 'scientific', 'knowledge', 'light', 'modern', 'interpretation', 'scripture', 'coming', 'reliable', 'scholarly', 'source', 'heed', 'informed', 'correct', 'erroneous', 'teaching', 'century', 'book', 'ought', 'hand', 'lover', 'defender', 'truth', 'ought', 'excuse', 'pastor', 'pulpit', 'layman', 'pew', 'defend', 'promulgate', 'total_abstinence', 'purely', 'scriptural', 'ground', 'object', 'book', 'bible', 'wine', 'place', 'hand', 'pastor', 'church', 'member', 'temperance', 'worker', 'speaker', 'fact', 'truth', 'case', 'substantiated', 'highest', 'authority', 'enable', 'proclaim', 'fact', 'thing', 'total_abstinence', 'scriptural', 'standpoint', 'apply', 'national', 'temperance', 'society', 'east', 'fourteenth', 'street', 'new', 'york', 'city']
root - INFO - extracting file #114500: 2017-04-Final-Corpus/YI19110905-V59-36-page10.txt
root - INFO - extracting file #115000: 2017-04-Final-Corpus/YI19120827-V60-35-page15.txt
root - INFO - ['august', 'youth', 'instructor', 'note', 'thought', 'heart', 'final', 'destiny', 'soul', 'series', 'step', 'sow', 'thought', 'reap', 'word', 'sow', 'word', 'reap', 'act', 'sow', 'act', 'reap', 'habit', 'sow', 'habit', 'reap', 'character', 'sow', 'character', 'reap', 'destiny', 'careful', 'guard', 'road', 'heart', 'evil', 'thought', 'root', 'promise', 'god', 'heart', 'mind', 'phil', 'let', 'trust', 'nature', 'fig', 'tree', 'fruit', 'appears', 'leaf', 'open', 'jesus', 'saw', 'tree', 'afar', 'having', 'leaf', 'right', 'expect', 'fruit', 'leaf', 'circumstance', 'illustrate', 'lord', 'look', 'godliness', 'high', 'sounding', 'word', 'life', 'doe', 'bear', 'profession', 'god', 'desire', 'speak', 'truth', 'heart', 'yovt', 'fruit', 'spirit', 'work', 'flesh', 'september', 'lesson', 'help', 'christ', 'object_lesson', 'page', 'step', 'christ', 'chapter', 'entitled', 'test', 'discipleship', 'sabbath', 'school', 'worker', 'memory', 'verse', 'bring', 'forth', 'fruit', 'unto', 'god', 'rom', 'question', 'fruit', 'spirit', 'gal', 'spiritual', 'experience', 'constitutes', 'kingdom', 'god', 'believer', 'rom', 'prayer', 'indicates', 'glorious', 'privilege', 'christian', 'rom', 'contrast', 'fruit', 'spirit', 'mentioned', 'work', 'flesh', 'gal', 'change', 'wrought', 'life', 'true', 'christian', 'verse', 'daily', 'experience', 'set', 'forth', 'gal', 'blessed', 'experience', 'described', 'john', 'note', 'mean', 'change', 'wrought', 'rom', 'john', 'man', 'wretched', 'state', 'nature', 'described', 'rom', 'delivered', 'rom', 'note', 'tree', 'known', 'matt', 'application', 'principle', 'christian_experience', 'luke', 'compare', 'james', 'disposition', 'finally', 'tree', 'yield', 'good_fruit', 'matt', 'saviour', 'fruitless', 'figtree', 'mark', 'note', 'beat', 'good_fruit', 'john', 'blessed', 'result', 'truly', 'abiding', 'christ', 'verse', 'appropriate', 'prayer', 'phil', 'pleasure', 'theater', 'opera', 'dance', 'fame', 'power', 'human', 'learning', 'loved', 'taken', 'hour', 'love', 'dearest', 'earth', 'taken', 'spring', 'joy', 'indwelling', 'spirit', 'god', 'burst', 'forth', 'fullest', 'flow', 'sorrow', 'sighing', 'flee', 'away', 'spirit', 'filled', 'peace', 'ecstasy', 'beauty', 'ash', 'oil', 'joy', 'mourning', 'garment', 'praise', 'spirit', 'heaviness', 'isa', 'person', 'work', 'holy', 'spirit', 'page', 'law', 'brought', 'view', 'law', 'god', 'law', 'sin', 'death', 'nature', 'law', 'spirit', 'life', 'christ_jesus', 'attempt', 'god', 'holy', 'law', 'strength', 'result', 'total', 'failure', 'sink', 'deeper', 'deeper', 'terrible', 'pit', 'sin', 'constantly', 'dragged', 'law', 'sinful', 'habit', 'nature', 'wretched', 'hopeless', 'helpless', 'condition', 'look', 'jesus', 'surrender', 'purpose', 'desire', 'affection', 'holy', 'spirit', 'control', 'life', 'set', 'free', 'power', 'indwelling', 'sin', 'law', 'sin', 'death', 'member', 'continual', 'victory', 'sin', 'set', 'despairing', 'captive', 'free', 'desire', 'flesh', 'time', 'assert', 'flesh', 'spirit', 'mortify', 'deed', 'body', 'glorious', 'fruit', 'holy', 'spirit', 'christ', 'act', 'cursing', 'tree', 'own_power', 'created', 'stand', 'warning', 'church', 'christian', 'live', 'law', 'god', 'ministering', 'live', 'christ', 'merciful', 'unselfish', 'life', 'think', 'excellent', 'christian', 'understand', 'constitutes', 'service', 'god', 'plan', 'study', 'act', 'reference', 'self', 'time', 'value', 'gather', 'affair', 'life', 'object', 'minister', 'god', 'created', 'live', 'world', 'unselfish', 'service', 'performed', 'designed', 'help', 'fellow_men', 'possible_way', 'self', 'large', 'touch', 'humanity', 'live', 'self', 'like', 'fig', 'tree', 'pretension', 'fruitless', 'observe', 'form', 'worship', 'repentance', 'faith', 'profession', 'honor', 'law', 'god', 'obedience', 'lacking', 'sentence', 'pronounced', 'fig', 'tree', 'christ', 'demonstrates', 'hateful', 'eye', 'vain', 'pretense', 'declares', 'open', 'sinner', 'guilty', 'professes', 'serve', 'god', 'hears', 'fruit', 'glory', 'desire', 'age', 'page', 'publication', 'luther', 'thesis', 'concluded', 'page', 'den', 'illumination', 'brightening', 'sky', 'hailed', 'new', 'dawn', 'page', 'luther', 'printing', 'besieged', 'luther', 'appearance', 'roman', 'legate', 'augsburg', 'response', 'summons', 'pope', 'explain', 'bold', 'act', 'nailing', 'thesis', 'door', 'tower', 'church', 'wittenberg', 'luther', 'wrote', 'narrative', 'augsburg', 'interview', 'preparing', 'great_care', 'publication', 'time', 'roman', 'legate', 'wrote', 'elector', 'frederick', 'saxony', 'giving', 'version', 'interview', 'wise', 'elector', 'desirous', 'hearing', 'sent', 'legate', 'letter', 'luther', 'accompanied', 'request', 'luther', 'publish', 'narrative', 'withhold', 'little', 'time', 'luther', 'decided', 'comply', 'elector', 'request', 'eagerness', 'public', 'wylie', 'cupidity', 'printer', 'overreached', 'caution', 'printing', 'house', 'besieged', 'crowd', 'rank', 'age', 'clamoring', 'copy', 'sheet', 'handed', 'wet', 'press', 'sheet', 'produced', 'dozen', 'hand', 'stretched', 'clutch', 'author', 'person', 'production', 'day', 'pamphlet', 'spread', 'far', 'near', 'luther', 'doctor', 'wittenberg', 'germany', 'whole_nation', 'youth', 'university', 'drawn', 'study', 'theology', 'printing', 'press', 'luther', 'voice', 'reached', 'hearth', 'individual', 'fatherland', 'page', 'note', 'great_thing', 'carry', 'source', 'satisfaction', 'thing', 'outside', 'springing', 'freshness', 'power', 'satisfaction', 'joy', 'independent', 'environment', 'matter', 'little', 'health', 'sickness', 'prosperity', 'adversity', 'source', 'joy', 'springing', 'fountain', 'gushing', 'greatest', 'power', 'fulness', 'day', 'deepest', 'bereavement', 'time', 'earthly', 'satisfaction', 'fail', 'satisfaction', 'money', 'worldly']
root - INFO - extracting file #115500: 2017-04-Final-Corpus/YI19130826-V61-34-page1.txt
root - INFO - extracting file #116000: 2017-04-Final-Corpus/YI19140818-V62-33-page12.txt
root - INFO - ['the_youth', 'instructor', 'august', 'fine', 'cherry', 'martin', 'said', 'cent', 'tasted', 'good', 'know', 'trot', 'looked', 'appealingly', 'mother', 'face', 'grave', 'trot', 'wadsworth', 'mean', 'tell', 'stole', 'martin', 'cherry', 'ugly', 'little', 'emphasis', 'word', 'stole', 'trot', 'wince', 'spoke', 'bravely', 'steal', 'thing', 'took', 'like', 'people', 'nice', 'excuse', 'lame', 'sound', 'ear', 'stop', 'trot', 'said', 'mother', 'buy', 'cherry', 'martin', 'stolen', 'taking', 'way', 'stealing', 'understand', 'yes', 'trot', 'understood', 'comfort', 'continued', 'wadsworth', 'perseveringly', 'trot', 'counted', 'eaten', 'trot', 'sure', 'thought', 'said', 'mother', 'seven', 'seven', 'eighteen', 'cent', 'martin', 'tell', 'took', 'eighteen', 'cherry', 'tray', 'mean', 'steal', 'sorry', 'trot', 'looked', 'despised', 'boy', 'cried', 'weigh', 'eighteen', 'cherry', 'pay', 'vain', 'trot', 'explained', 'avery', 'miller', 'mother', 'inflexible', 'incidentally', 'explanation', 'mentioned', 'bunch', 'currant', 'martin', 'seen', 'remonstrance', 'mother', 'looked', 'sorrowful', 'trot', 'thought', 'going', 'think', 'little', 'boy', 'trusted', 'thief', 'said', 'trot', 'broke', 'cried', 'lustily', 'dreadful', 'story', 'came', 'raisin', 'dried', 'apple', 'evaporated', 'peach', 'strawberry', 'currant', 'plum', 'list', 'trot', 'petty', 'pilferings', 'long', 'story', 'interspersed', 'great', 'deal', 'johnny', 'harris', 'george', 'mcbride', 'charlie', 'keyser', 'picked', 'martin', 'ware', 'grown', 'folk', 'came', 'share', 'way', 'interested', 'party', 'blush', 'trot', 'told', 'walker', 'ate', 'pear', 'good', 'said', 'believe', 'today', 'meyers', 'cut', 'piece', 'cheese', 'oldman', 'devoured', 'ginger', 'cake', 'merrill', 'displayed', 'fondness', 'peach', 'blackberry', 'wadsworth', 'insisted', 'excuse', 'trot', 'end', 'list', 'sheet', 'paper', 'thing', 'trot', 'remember', 'gave', 'paper', 'silver', 'dollar', 'instruction', 'martin', 'privately', 'tell', 'story', 'paper', 'grocer', 'affix', 'value', 'article', 'taken', 'dollar', 'trot', 'pay', 'little', 'boy', 'demurred', 'shook', 'head', 'cried', 'passionately', 'said', 'die', 'mother', 'firm', 'quiet', 'way', 'itat', 'meant', 'trot', 'said', 'thought', 'trot', 'gasp', 'breath', 'mother', 'martin', 'policeman', 'thief', 'trot', 'wadsworth', 'trusted', 'dreadful', 'think', 'trot', 'mind', 'hard', 'trot', 'crept', 'snail', 'pace', 'walk', 'martin', 'short', 'grocer', 'kind', 'forgiving', 'little', 'boy', 'sobbed', 'unpleasant', 'story', 'refused', 'money', 'trot', 'home', 'paying', 'debt', 'afterward', 'martin', 'offered', 'return', 'money', 'mother', 'wadsworth', 'said', 'firmly', 'justly', 'lesson', 'honesty', 'worth', 'thousand', 'dollar', 'little', 'son', 'today', 'trot', 'cashier', 'largest', 'bank', 'great_city', 'long', 'director', 'said', 'good', 'fellow', 'wadsworth', 'exacting', 'honest', 'sun', 'believe', 'picked', 'dime', 'floor', 'look', 'owner', 'danger', 'running', 'cash', 'true', 'assented', 'second', 'queer', 'fellow', 'worship', 'painted', 'bunch', 'cherry', 'desk', 'won', 'sight', 'minute', 'prize', 'matchep', 'hair', 'laughed', 'heartily', 'joke', 'desk', 'near', 'trot', 'heard', 'talk', 'odd', 'little', 'smile', 'flitted', 'face', 'said', 'grimly', 'bunch', 'cherry', 'thomas', 'trotter', 'wadsworth', 'honest_man', 'mary', 'lathrop', 'twust', 'mamma', 'shoklets', 'box', 'yes', 'dear', 'run', 'upstairs', 'mamma', 'busy', 'leave', 'fruit', 'little', 'year', 'old', 'melville', 'sinclair', 'trudged', 'upstairs', 'mother', 'room', 'opened', 'dresser', 'drawer', 'soon', 'seated', 'floor', 'delicious', 'bonbon', 'good', 'looked', 'took', 'left', 'large', 'nut', 'corner', 'box', 'lift', 'look', 'chocolate', 'wouldn', 'sick', 'believed', 'eat', 'yes', 'know', 'lot', 'left', 'mamma', 'thought', 'heard', 'noise', 'hastily', 'thrusting', 'box', 'drawer', 'went', 'quickly', 'downstairs', 'carrying', 'little', 'blouse', 'pocket', 'chocolate', 'right', 'dearie', 'said', 'mother', 'scarcely', 'raising', 'eye', 'fruit', 'putting', 'jar', 'yes', 'mamma', 'queer', 'little', 'tremor', 'wee', 'boy', 'voice', 'mother', 'glanced', 'saw', 'flushed', 'face', 'wrong', 'ill', 'dearie', 'asked', 'anxiously', 'mamma', 'tremor', 'voice', 'noticeable', 'sat', 'far', 'corner', 'room', 'picture', 'misery', 'little', 'foot', 'moved', 'restlessly', 'chubby', 'hand', 'twitched', 'convulsively', 'beautiful', 'eye', 'bright', 'unnatural', 'expression', 'mamma', 'twust', 'yes', 'dear', 'twust', 'certainly', 'darling', 'tell', 'shoklets', 'twust', 'yes', 'dear']
root - INFO - extracting file #116500: 2017-04-Final-Corpus/YI19150817-V63-33-page10.txt
root - INFO - extracting file #117000: 2017-04-Final-Corpus/YI19160801-V64-31-page14.txt
root - INFO - ['the_youth', 'instructor', 'august', 'visit', 'minister', 'father', 'home', 'resulted', 'conversion', 'thought', 'turned', 'mother', 'instruction', 'proved', 'great', 'blessing', 'mother', 'gurney', 'died', 'elizabeth', 'year', 'old', 'later', 'life', 'wrote', 'mother', 'mother', 'dear', 'walk', 'took', 'old', 'fashioned', 'garden', 'fresh', 'passed', 'telling', 'adam', 'eve', 'driven', 'paradise', 'thought', 'like', 'garden', 'changed', 'evident', 'life', 'laid', 'aside', 'scarlet', 'riding', 'dress', 'gray', 'visited', 'sick', 'poor', 'afflicted', 'opened', 'school', 'poor', 'child', 'enjoyed', 'work', 'far', 'dance', 'theater', 'attended', 'age', 'married', 'wealthy', 'merchant', 'london', 'joseph', 'fry', 'sympathy', 'idea', 'benevolence', 'placed', 'wealth', 'disposal', 'charitable', 'work', 'spent', 'time', 'visiting', 'needy', 'slum', 'london', 'little', 'son', 'daughter', 'came', 'great_heart', 'love', 'grew', 'tender', 'solicitous', 'poor', 'unfortunate', 'wicked', 'city', 'neglect', 'faithful', 'wife', 'mother', 'eldest', 'daughter', 'time', 'teaching', 'kind', 'sick', 'suffering', 'prison', 'work', 'began', 'newgate', 'prison', 'london', 'understand', 'real', 'condition', 'prison', 'remember', 'crime', 'punishable', 'death', 'trivial', 'offense', 'robbing', 'henroost', 'woman', 'department', 'prison', 'consisted', 'ninety', 'yard', 'crammed', 'ragged', 'filthy', 'prisoner', 'existed', 'cooked', 'washed', 'slept', 'bed', 'hard', 'board', 'floor', 'easy', 'fry', 'gain', 'permission', 'enter', 'prison', 'account', 'desperate', 'character', 'knowing', 'justice', 'work', 'entered', 'fearlessly', 'suggestion', 'woman', 'work', 'making', 'garment', 'receive', 'little', 'money', 'own_use', 'laughed', 'official', 'permitted', 'try', 'plan', 'result', 'marvelous', 'thousand', 'article', 'clothing', 'month', 'great', 'reformation', 'character', 'woman', 'society', 'formed', 'instruction', 'general', 'improvement', 'woman', 'tear', 'gratitude', 'cooperated', 'plan', 'work', 'spread', 'newgate', 'great', 'britain', 'king', 'queen', 'country', 'europe', 'invited', 'visit', 'prison', 'labor', 'wrought', 'great', 'reform', 'prison', 'law', 'punishment', 'criminal', 'modified', 'nearly', 'european_country', 'unlike', 'reformer', 'fry', 'lived', 'reform', 'recommended', 'law', 'amid', 'honor', 'shown', 'class', 'grateful', 'prisoner', 'crowned', 'head', 'writes', 'ready', 'fulness', 'heart', 'surely', 'lord', 'doings', 'marvelous', 'eye', 'praise', 'glory', 'entirely', 'given', 'deep', 'humiliation', 'prostration', 'spirit', 'life', 'long', 'year', 'overflowing', 'age', 'laid', 'rest', 'barking', 'little', 'child', 'loved', 'lost', 'year', 'day', 'ease', 'pleasure', 'pain', 'suffering', 'worked', 'end', 'day', 'death', 'help', 'grandchild', 'sorted', 'distributed', 'bible', 'testament', 'sailor', 'harbor', 'ramsgate', 'gone', 'hope', 'gaining', 'strength', 'sea', 'air', 'real', 'keynote', 'life', 'fulness', 'power', 'own_words', 'written', 'short_time', 'death', 'heart', 'touched', 'age', 'seventeen', 'believe', 'awakened', 'sleep', 'sickness', 'health', 'day', 'night', 'waking', 'thought', 'best', 'serve', 'lord', 'morning', 'watch', 'emit', 'morning', 'jesus', 'secluded', 'place', 'meditating', 'seadcning', 'scripture', 'prayer', 'conducted', 'toe', 'missionary', 'volunteer', 'department', 'education', 'comment', 'text', 'august', 'probably', 'wide', 'awake', 'progressive', 'young_people', 'today', 'realize', 'value', 'good_education', 'come', 'place', 'worth', 'longer', 'questioned', 'concern', 'valuable', 'obtain', 'way', 'obtaining', 'education', 'going', 'college', 'important', 'step', 'lead', 'boy', 'college', 'think', 'true', 'proverb', 'parody', 'gone', 'college', 'successfully', 'resisted', 'influence', 'tried', 'hard', 'think', 'surest', 'important', 'step', 'place', 'attitude', 'learner', 'regard', 'experience', 'life', 'word', 'counsel', 'advice', 'education', 'teach', 'right', 'wrong', 'lesson', 'think', 'think', 'talk', 'trot', 'talk', 'act', 'act', 'live', 'live', 'circumstance', 'everyday', 'life', 'source', 'instruction', 'mean', 'education', 'accepts', 'life', 'experience', 'attitude', 'student', 'learner', 'greatest', 'aid', 'employed', 'young_people', 'attaining', 'right', 'attitude', 'foundation', 'necessary', 'fear', 'lord', 'beginning', 'wisdom', 'truly', 'desire', 'learn', 'educated', 'truest', 'sense', 'word', 'truly', 'fear', 'lord', 'fear', 'lord', 'come', 'respect', 'wonderful', 'creation', 'realization', 'magnitude', 'work', 'desire', 'know', 'concerning', 'infinite_power', 'wisdom', 'soon', 'effort', 'forth', 'come', 'promise', 'enriched', 'utterance', 'knowledge', 'comforter', 'shall', 'teach', 'thing', 'bring', 'thing', 'remembrance', 'whatsoever', 'said', 'unto', 'encouraging', 'promise', 'book', 'imbued', 'fear', 'lord', 'anxious', 'learn', 'willing', 'taught', 'attitude', 'help', 'promise', 'pas', 'tedium', 'life', 'mcconnell']
root - INFO - extracting file #117500: 2017-04-Final-Corpus/YI19170814-V65-33-page15.txt
root - INFO - extracting file #118000: 2017-04-Final-Corpus/YI19180806-V66-32-page13.txt
root - INFO - ['august', 'youth', 'instructor', 'fate', 'car', 'form', 'train', 'boy', 'person', 'invited', 'kind', 'fate', 'true', 'life', 'true', 'attract', 'truth', 'evil', 'attract', 'evil', 'fate', 'boy', 'turtle', 'theodore', 'parker', 'greatest', 'preacher', 'america', 'story', 'told', 'boy', 'day', 'going', 'field', 'came', 'pond', 'saw', 'small', 'turtle', 'sunning', 'stone', 'rose', 'water', 'boy', 'picked', 'stick', 'strike', 'turtle', 'voice', 'said', 'stop', 'arm', 'paused', 'mid', 'air', 'startled', 'ran', 'home', 'ask', 'mother', 'voice', 'meant', 'tear', 'came', 'mother', 'eye', 'took', 'boy', 'arm', 'told', 'conscience', 'cried', 'stop', 'told', 'conscience', 'voice', 'god', 'moral', 'safety', 'depended', 'heeding', 'inner', 'voice', 'thing', 'true', 'boy', 'girl', 'obey', 'inner', 'voice', 'question', 'right', 'wrong', 'speak', 'clearly', 'neglect', 'grow', 'silent', 'left', 'darkness', 'doubt', 'right', 'wrong', 'people', 'voice', 'inner', 'light', 'good_name', 'time', 'walk', 'light', 'fresh', 'oil', 'lamp', 'light', 'grows', 'stronger', 'way', 'clearer', 'inner', 'voice', 'speaks', 'tell', 'thing', 'wrong', 'argue', 'voice', 'reason', 'thing', 'wrong', 'obey', 'voice', 'parker', 'save', 'endless', 'trouble', 'hint', 'caribou', 'animal', 'story', 'caribou', 'caribou', 'kind', 'reindeer', 'life', 'canada', 'day', 'man', 'stumpy', 'pasture', 'field', 'wood', 'canada', 'saw', 'mother', 'caribou', 'little', 'calf', 'feeding', 'quietly', 'valley', 'near', 'little', 'hill', 'distance', 'away', 'wind', 'blowing', 'direction', 'caribou', 'presently', 'mother', 'caribou', 'raised', 'head', 'sniffed', 'air', 'looked', 'direction', 'man', 'hidden', 'stump', 'caught', 'scent', 'human', 'meant', 'danger', 'calf', 'soon', 'mother', 'caribou', 'leaving', 'calf', 'valley', 'started', 'direction', 'man', 'slipped', 'hiding', 'place', 'stump', 'came', 'caribou', 'till', 'reached', 'stump', 'man', 'hidden', 'smelled', 'ground', 'strange_thing', 'happened', 'called', 'calf', 'smell', 'ground', 'scent', 'man', 'got', 'little', 'caribou', 'butted', 'valley', 'fast', 'teach', 'calf', 'got', 'scent', 'air', 'danger', 'away', 'quickly', 'possible', 'calf', 'knew', 'scent', 'belonged', 'man', 'seen', 'man', 'run', 'away', 'parent', 'constantly', 'mother', 'caribou', 'little', 'tell', 'thing', 'wrong', 'teaching', 'mother', 'little', 'caribou', 'tell', 'danger', 'going', 'certain', 'place', 'chumming', 'particular', 'boy', 'girl', 'thing', 'punish', 'mother', 'caribou', 'calf', 'know', 'danger', 'far', 'better', 'know', 'safety', 'depends', 'keeping', 'away', 'such_things', 'generosity', 'speak', 'person', 'generous', 'usually', 'think', 'money', 'belongs', 'freely', 'think', 'people', 'generous', 'thought', 'let', 'rue', 'mean', 'boy', 'went', 'visit', 'farm', 'shetland', 'pony', 'kept', 'course', 'boy', 'wanted', 'ride', 'day', 'persuaded', 'man', 'charge', 'pony', 'saddle', 'handsome', 'black', 'lead', 'yard', 'mount', 'came', 'actually', 'getting', 'pony', 'younger', 'boy', 'afraid', 'older', 'boy', 'urged', 'ride', 'finally', 'boy', 'mounted', 'rode', 'gayly', 'came', 'beaming', 'delight', 'instead', 'proud', 'thinking', 'boy', 'cowardly', 'went', 'younger', 'lad', 'said', 'know', 'ride', 'ride', 'older', 'boy', 'eye', 'danced', 'delight', 'clapped', 'hand', 'encourage', 'younger', 'boy', 'best', 'form', 'generosity', 'illustration', 'baseball', 'football', 'team', 'contest', 'sort', 'able', 'honestly', 'beaten', 'beaten', 'better', 'team', 'half', 'sting', 'defeat', 'win', 'admire', 'stingy', 'thought', 'people', 'think', 'best', 'believe', 'best', 'grow', 'open', 'hearted', 'friendly', 'lovable', 'big', 'missionary', 'preaching', 'maori', 'tribe', 'new', 'zealander', 'telling', 'suffering', 'christ', 'poured', 'forth', 'soul', 'unto', 'death', 'concluded', 'hill', 'rang', 'thrilling', 'question', 'pas', 'behold', 'sorrow', 'like', 'unto', 'sorrow', 'stood', 'forth', 'plumed', 'painted', 'chief', 'scarred', 'warrior', 'fight', 'lip', 'quivered', 'emotion', 'spoke', 'son', 'highest', 'suffer', 'men', 'chief', 'like', 'offer', 'poor', 'return', 'great', 'love', 'son', 'god', 'like', 'accept', 'chief', 'dog', 'swift', 'foot', 'keen', 'scent', 'tribe', 'chief', 'friend', 'missionary', 'told', 'son', 'need', 'gift', 'thinking', 'mistaken', 'gift', 'resumed', 'accept', 'tried', 'rifle', 'unerring', 'aim', 'chief', 'replace', 'missionary', 'shook', 'head', 'moment', 'chief', 'paused', 'new', 'thought', 'struck', 'suddenly', 'despoiling']
root - INFO - extracting file #118500: 2017-04-Final-Corpus/YI19190708-V67-27-page3.txt
root - INFO - extracting file #0: 2017-04-Final-Corpus/ADV18981201-V02-01-page10.txt
root - INFO - ['draining', 'sclgoel', 'advocate', 'december', 'heavenly', 'visitor', 'year', 'waiting', 'lord', 'good', 'cause', 'holy', 'spirit', 'teacher', 'student', 'battle', 'creek', 'college', 'wonderful', 'man', 'ter', 'manifestation', 'ordinary', 'impossible', 'write', 'tell', 'great_things', 'special_effort', 'teacher', 'influence', 'student', 'draw', 'attention', 'thing', 'god', 'told', 'god', 'watcher', 'school', 'presence', 'unseen', 'influence', 'discernible', 'watcher', 'greatest', 'teacher', 'world', 'known', 'school', 'special_manner', 'week', 'thankful', 'parent', 'friend', 'student', 'child', 'present_time', 'student', 'seeking', 'jesus', 'past', 'week', 'suspension', 'stu', 'considered', 'loss', 'learned', 'day', 'learn', 'ordinary', 'life', 'time', 'spirit', 'god', 'lesson', 'forced', 'home', 'stay', 'eternity', 'change', 'character', 'wonder', 'angel', 'heaven', 'incomprehensible', 'mystery', 'satan']
root - INFO - extracting file #500: 2017-04-Final-Corpus/ADV19010301-V03-03-page30.txt
root - INFO - extracting file #1000: 2017-04-Final-Corpus/ADV19040901-V06-09-page1.txt
root - INFO - ['jtnrutjtjtjtjtjrnnjtjtjtjtjtjtjirutjtjtjijtrinn', 'bible', 'correspondence', 'prepares', 'future', 'think', 'trial', 'shortly', 'pas', 'come', 'realization', 'great_need', 'god', 'sword', 'heart', 'feel', 'need', 'met', 'lesson', 'strong', 'foundation', 'placed', 'loose', 'stone', 'hitherto', 'disconnected', 'study', 'settling', 'firm', 'book', 'genesis', 'stand', 'object', 'admiration', 'research', 'assumption', 'grandeur', 'beauty', 'infinitely', 'mind', 'begin', 'embrace', 'beginning', 'thing', 'home', 'strengthens', 'memory', 'enjoying', 'bible', 'lesson', 'mother', 'learned', 'helpof', 'god', 'wish', 'use', 'theknowledge', 'gained', 'glory', 'god', 'know', 'god', 'giving', 'understanding', 'heart', 'retentive', 'memory', 'ouis', 'desert', 'felt', 'course', 'enabled', 'gain', 'clearer', 'insight', 'principle', 'education', 'oasis', 'desert', 'life', 'blessed', 'study', 'send', 'full_particulars', 'addressing', 'missionary', 'training', 'school', 'correspondence', 'berrien', 'spring', 'michigan', 'utjirutjrrutjtjtjir', 'njv', 'rjiriruuxririjrnjtjtjuuxrijtjtriruirijtrlrutjr', 'uljijinnjxruuuxrmjtjtjiruinjfi', 'illinois', 'central', 'teacher', 'help', 'bible', 'reader', 'year', 'child', 'lesson', 'reading', 'follows', 'natural', 'method', 'developing', 'vocabulary', 'easy', 'step', 'child', 'pure', 'matter', 'think', 'contains', 'outline', 'method', 'teaching', 'read', 'ing', 'price', 'cent', 'bible', 'reader', 'second', 'year', 'follows', 'reader', 'naturally', 'child', 'familiar', 'bible', 'biography', 'manner', 'custom', 'people', 'liv', 'ing', 'bible', 'land', 'especially', 'strong', 'correlated', 'work', 'geography', 'language', 'number', 'nature', 'study', 'spelling', 'complete', 'study', 'book', 'child', 'price', 'cent', 'address', 'advocate', 'publishing', 'berrien', 'spring', 'mich', 'daily', 'fast', 'train', 'elegantly', 'equipped', 'dining', 'buftet', 'library', 'sleepingand', 'reclining', 'chair', 'car', 'northern', 'southern', 'terminal', 'connecting', 'numerous', 'gateway', 'train', 'east', 'south', 'north', 'particular', 'agent', 'illinois', 'central', 'connecting', 'line', 'hanson', 'chicago']
root - INFO - extracting file #1500: 2017-04-Final-Corpus/AmSn18910326-V06-13-page5.txt
root - INFO - extracting file #2000: 2017-04-Final-Corpus/AmSn18940614-V09-24-page5.txt
root - INFO - ['june', 'spintrip', 'int', 'attain', 'word', 'time', 'stuff', 'web', 'life', 'woven', 'time', 'possessed', 'indefeasible', 'right', 'civilly', 'seventh', 'neighbor', 'time', 'year', 'life', 'neighbor', 'seventh', 'life', 'year', 'time', 'devote', 'purpose', 'right', 'delegate', 'power', 'away', 'seventh', 'life', 'time', 'people', 'true', 'right', 'representative', 'knight', 'labor', 'spoke', 'late', 'sunday', 'convention', 'washington', 'right', 'track', 'said', 'farther', 'demand', 'day', 'week', 'saturday', 'play', 'sunday', 'rest', 'properly', 'penal', 'offense', 'labor', 'saturday', 'sunday', 'day', 'seven', 'state', 'properly', 'dictate', 'shall', 'work', 'necessity', 'mercy', 'permissible', 'day', 'week', 'man', 'life', 'time', 'absorbed', 'vampire', 'creation', 'inalienable_rights', 'life', 'liberty', 'pursuit', 'happiness', 'declaration', 'independence', 'asserts', 'inexorable', 'logic', 'position', 'promoting', 'passage', 'sunday', 'law', 'compelled', 'deny', 'soundness', 'foundation', 'principle', 'government', 'men', 'created', 'equal', 'government', 'derives', 'power', 'consent', 'governed', 'declaring', 'untrue', 'dangerous', 'doctrine', 'joint', 'convention', 'sabbath', 'union', 'national', 'reform', 'association', 'held', 'sedalia', 'missouri', 'summer', 'rev', 'gray', 'said', 'open', 'convention', 'believe', 'government', 'derive', 'power', 'consent', 'governed', 'object', 'movement', 'effort', 'change', 'feature', 'fundamental_law', 'assent', 'convention', 'view', 'shown', 'election', 'gray', 'secretaryship', 'permanent', 'state', 'organization', 'col', 'elliott', 'shepard', 'president', 'american', 'sabbath', 'union', 'speech', 'chautauqua', 'summer', 'said', 'government', 'derive', 'power', 'consent', 'governed', 'god', 'lawgiver', 'law', 'clear', 'plain', 'word', 'nation', 'know', 'law', 'god', 'ordained', 'kept', 'open', 'statement', 'sabbath', 'union', 'national', 'reform', 'association', 'utterance', 'representative', 'men', 'traitor', 'heart', 'unblushingly', 'declare', 'disrespect', 'principle', 'declaration', 'independence', 'preliminary', 'request', 'congress', 'passage', 'law', 'violation', 'constitution', 'enmity', 'declaration', 'constitution', 'desire', 'ignore', 'right', 'specifies', 'secures', 'people', 'nation', 'individual', 'subject', 'government', 'government', 'derives', 'authority', 'foreign', 'power', 'power', 'government', 'governed', 'derived', 'directly', 'god', 'understand', 'people', 'express', 'highest', 'civil', 'conception', 'voicing', 'human_law', 'human_law', 'law', 'expression', 'perfection', 'god', 'medium', 'shall', 'voice', 'point', 'hear', 'rev', 'craft', 'secretary', 'sabbath', 'union', 'convention', 'lately', 'held', 'city', 'washington', 'following', 'verbatim', 'hamlin', 'proposed', 'end', 'running', 'street_cars', 'sunday', 'craft', 'law', 'suppose', 'conscience', 'people', 'officer', 'carry', 'law', 'suppose', 'citizen', 'form', 'law', 'order', 'league', 'aid', 'enforcement', 'law', 'independent', 'police', 'local', 'influence', 'law', 'order', 'league', 'useful', 'connection', 'officer', 'newspaper', 'street_cars', 'come', 'secular', 'work', 'work', 'necessity', 'mercy', 'matter', 'interpretation', 'court', 'question', 'horse', 'car', 'newspaper', 'undoubtedly', 'discussed', 'court', 'law', 'decided', 'court', 'shortly', 'law', 'passed', 'note', 'hearing', 'senate_committee', 'fiftieth', 'congress', 'education', 'labor', 'joint', 'resolution', 'proposing', 'amendment', 'constitution', 'united', 'state', 'respecting', 'establishment', 'religion', 'free', 'public', 'school', 'senator', 'payne', 'let', 'inquire', 'unitarianism', 'principle', 'christian_religion', 'unitarianism', 'direct', 'denial', 'divinity', 'christ', 'christian_church', 'prohibited', 'allowed', 'chairman', 'court', 'settle', 'question', 'raised', 'controversy', 'question', 'raised', 'line', 'legislation', 'come', 'court', 'adjudication', 'american', 'sabbath', 'necessary', 'measure', 'preservation', 'american', 'god', 'jehovah', 'court', 'theological', 'instructor', 'bench', 'new', 'subject', 'committee', 'room', 'congress', 'twentieth', 'congress', 'largely', 'petitioned', 'stoppage', 'sunday', 'mail', 'said', 'petition', 'fact', 'congress', 'settle', 'law', 'god', 'measure', 'reported', 'adversely', 'senate', 'concurring', 'register', 'debate', 'congress', 'vol', 'abridgment', 'debate', 'congress', 'vol', 'report', 'johnson', 'kentucky', 'senate_committee', 'post', 'office', 'post', 'road', 'petition', 'referred', 'germane', 'present', 'issue', 'submitted', 'committee', 'district', 'columbia', 'instance', 'justified', 'presenting', 'similar', 'report', 'similar', 'ground', 'point', 'district', 'columbia', 'sunday', 'law', 'force', 'enforceable', 'law', 'district', 'columbia', 'section', 'readopted', 'section', 'revised', 'statute', 'district', 'columbia', 'law', 'state', 'maryland', 'inconsistent', 'title', 'existed', 'seventh', 'day', 'february', 'modified', 'repealed', 'continue', 'force', 'district', 'authority', 'legislate', 'shown', 'law', 'maryland', 'dorsey', 'chapter', 'section', 'connection', 'clause', 'section', 'article', 'constitution', 'united', 'state', 'citing', 'power', 'congress', 'exercise', 'exclusive', 'legislation', 'case', 'whatsoever', 'district', 'exceeding', 'mile', 'square', 'cession', 'particular', 'state', 'acceptance', 'congress', 'seat', 'government', 'united', 'state', 'district', 'jurisdiction', 'congress', 'maryland', 'law', 'adopted', 'revised', 'statute', 'district', 'columbia', 'section', 'determines', 'court', 'jurisdiction', 'case', 'coming', 'law', 'police', 'court', 'section', 'page', 'provides', 'court', 'enforce', 'judgment', 'sentence', 'fine', 'imprisonment', 'penalty', 'affixed', 'maryland', 'law', 'obsolete', 'difficult', 'determination', 'authority', 'lodged', 'court', 'having', 'jurisdiction', 'affix', 'penalty', 'fine', 'imprisonment', 'evidence', 'fact', 'law', 'survives', 'penalty', 'obsolete', 'united', 'state', 'royal', 'cranch', 'circuit', 'court', 'report', 'congress', 'power', 'adopt', 'law', 'maryland', 'sunday', 'law', 'force', 'enforceable', 'district', 'columbia', 'adopt', 'simply', 'cumulative', 'legislation', 'hand', 'true', 'legislating', 'district', 'columbia', 'congress', 'bound', 'prohibition', 'constitution', 'congress', 'rightfully', 'adopted', 'law', 'statute', 'district', 'congress', 'guilty', 'cumulative', 'unconstitutionality', 'passing', 'law', 'contemplated', 'house', 'resolution', 'present', 'condition', 'man', 'blessed', 'ordinary', 'gift', 'discernment', 'startled', 'halting', 'short_time', 'taking', 'view', 'situation', 'thing', 'surely', 'sufficient', 'cause', 'wondering', 'realize', 'land', 'boasted', 'wealth', 'plenty', 'home', 'honest', 'workingman', 'state', 'thing', 'exists', 'represented', 'follows', 'reading', 'review', 'recent', 'date', 'hard', 'time', 'hard', 'time', 'panic', 'industrial', 'depression', 'stringency', 'money', 'market', 'mortgage', 'foreclosure', 'eviction', 'idleness', 'bankruptcy', 'strike', 'lockout', 'boycott', 'riot', 'want', 'starvation', 'crime', 'anarchy', 'dynamite', 'bomb', 'burglary', 'incendiary', 'murder', 'death', 'exposure', 'want', 'food', 'word', 'hear', 'street', 'store', 'private', 'office', 'lecture', 'stage', 'pulpit', 'press', 'home', 'high', 'low', 'men', 'woman', 'resignation', 'indifference', 'fierce', 'terrible', 'oath', 'possible', 'land', 'plenty', 'starvation', 'know', 'stirring', 'time', 'present', 'especially', 'time', 'peace', 'question', 'answer', 'honest', 'men', 'wandering', 'town', 'town', 'seeking', 'begging', 'privilege', 'earning', 'honest', 'living', 'sure', 'place', 'place', 'care', 'earn', 'honest', 'willing', 'turn', 'hand', 'support', 'mouth', 'hungry', 'wife', 'child', 'left', 'thousand', 'condition', 'day', 'picture', 'dream', 'stern', 'reality', 'power', 'man', 'natural', 'condition', 'solve', 'problem', 'reason', 'excuse', 'great', 'depression', 'wonder', 'crime']
root - INFO - extracting file #2500: 2017-04-Final-Corpus/AmSn18970422-V12-16-page16.txt
root - INFO - extracting file #3000: 2017-04-Final-Corpus/AmSn18981110-V13-44-page12.txt
root - INFO - ['american_sentinel', 'caused', 'solid', 'wall', 'stone', 'built', 'ocean', 'long_way', 'english', 'people', 'broken', 'try', 'know', 'doe', 'city', 'rochelle', 'mark', 'awful', 'siege', 'fred', 'think', 'grandpa', 'said', 'yes', 'proud', 'beautiful', 'city', 'think', 'cardinal', 'promised', 'letting', 'huguenot', 'liberty', 'worship', 'god', 'own_way', 'joseph', 'yes', 'sir', 'catholic', 'indignant', 'coaxed', 'king', 'send', 'exile', 'barely', 'escaped', 'going', 'escape', 'great_influence', 'king', 'come', 'said', 'professor', 'carman', 'sadly', 'louis', 'sent', 'mother', 'away', 'finally', 'bad', 'held', 'communication', 'spanish', 'friend', 'let', 'return', 'presume', 'son', 'saw', 'died', 'far', 'france', 'poor_woman', 'financially', 'let', 'hope', 'better', 'lived', 'separate', 'tell', 'white', 'told', 'morning', 'husband', 'charlie', 'billing', 'robert', 'expecting', 'home', 'paris', 'day', 'likely', 'week', 'avery', 'stiittle', 'war', 'principle', 'aleck', 'talk', 'reading', 'jewish', 'history', 'jew', 'avert', 'calamity', 'feared', 'putting', 'christ', 'death', 'roman', 'come', 'away', 'place', 'nation', 'yes', 'commentary', 'destruction', 'jerusalem', 'inefficiency', 'human', 'defense', 'titus', 'army', 'entered', 'flaming', 'city', 'looked', 'amazement', 'strong', 'defense', 'declared', 'god', 'given', 'city', 'hand', 'cecil', 'battle', 'lord', 'god', 'hath', 'way', 'storm', 'aleck', 'think', 'attributing', 'fearful', 'destruction', 'jerusalem', 'god', 'jew', 'simply', 'reaped', 'sowing', 'right', 'cecil', 'abandoned', 'protection', 'infinite', 'fell', 'prey', 'satanic', 'fiend', 'sowed', 'cross', 'calvary', 'golgotha', 'little', 'dreamed', 'harvest', 'thousand', 'cross', 'covered', 'hill', 'whereon', 'hung', 'jew', 'cried', 'crucify', 'furnished', 'feast', 'kite', 'vulture', 'siege', 'overthrow', 'jerusalem', 'present', 'fearful', 'retribution', 'history', 'retribution', 'retribution', 'following', 'false', 'principle', 'revenge', 'revering', 'tradition', 'upholding', 'established', 'custom', 'reverencing', 'sanctuary', 'shekinah', 'fled', 'old', 'wrath', 'error', 'furious', 'antagonist', 'roman', 'brought', 'fulfillment', 'desolation', 'foretold', 'day', 'moses', 'moses', 'foretold', 'aleck', 'said', 'refused', 'depend', 'god', 'broke', 'commandment', 'destroyed', 'let', 'read', 'said', 'meek', 'taking', 'bible', 'pocket', 'prophecy', 'deut', 'lord', 'shall', 'bring', 'nation', 'thee', 'swift', 'eagle', 'flieth', 'nation', 'tongue', 'thou_shalt', 'understand', 'nation', 'fierce', 'countenance', 'shall', 'eat', 'fruit', 'thy_cattle', 'fruit', 'thy', 'land', 'destroyed', 'thee', 'shall', 'besiege', 'thee', 'thy_gates', 'thy', 'high', 'fenced', 'wall', 'come', 'thou', 'trusted', 'thou_shalt', 'eat', 'fruit', 'thine', 'own_body', 'flesh', 'thy', 'son', 'daughter', 'lord_thy', 'god', 'bath', 'given', 'thee', 'siege', 'prophecy', 'dan', 'brings', 'event', 'fulfilled', 'city', 'rebuilding', 'jerusalem', 'captivity', 'babylon', 'final', 'destruction', 'aleck', 'let', 'read', 'previous', 'chapter', 'said', 'aleck', 'daniel', 'shown', 'period', 'year', 'chapter', 'angel', 'sent', 'explain', 'meaning', 'period', 'asks', 'recall', 'vision', 'seventy', 'week', 'determined', 'better', 'cut', 'long_period', 'thy_people', 'jew', 'thy', 'holy', 'city', 'finish', 'transgression', 'end', 'sin', 'reconciliation', 'iniquity', 'bring', 'everlasting', 'righteousness', 'seal', 'vision', 'prophecy', 'anoint', 'holy', 'seventy', 'week', 'day', 'day', 'represents', 'year', 'prophecy', 'year', 'angel', 'tell', 'daniel', 'period', 'begin', 'commandment', 'build', 'restore', 'jerusalem', 'commandment', 'issued', 'artaxerxes', 'ezra', 'year', 'christ', 'appear', 'messiah', 'anointed', 'week', 'day', 'year', 'reckoning', 'time', 'brings', 'jesus', 'baptized', 'jordan', 'beginning', 'ministry', 'messiah', 'anointed', 'holy', 'ghost', 'time', 'prophecy', 'fulfilled', 'doe', 'mean', 'aleck', 'week', 'divided', 'week', 'threescore', 'doe', 'mean', 'saying', 'street', 'shall', 'built', 'wall', 'troublous', 'time', 'took', 'week', 'year', 'rebuild', 'city', 'nation', 'angry', 'tried', 'prevent', 'read', 'opposition', 'nehemiah']
root - INFO - extracting file #3500: 2017-04-Final-Corpus/AmSn19000524-V15-20-page2.txt
root - INFO - extracting file #4000: 2017-04-Final-Corpus/CE19120201-V03-03-page12.txt
root - INFO - ['christian_education', 'drudge', 'drudgery', 'necessary', 'mastery', 'mastery', 'drudgery', 'strength', 'struggle', 'moral', 'spiritual', 'intellectual', 'world', 'thing', 'worth', 'having', 'divinely', 'hedged', 'difficulty', 'hardness', 'mayhap', 'attaining', 'struggle', 'attainment', 'gather', 'strength', 'worthy', 'teach', 'appreciate', 'use', 'attained', 'wise', 'age', 'recognized', 'great_truth', 'expression', 'proverb', 'philosophy', 'pagan', 'christian', 'myth', 'child', 'race', 'golden', 'fleece', 'guarded', 'fiery', 'dragon', 'jacob', 'wrestle', 'almighty', 'win', 'new_name', 'power', 'prince', 'god', 'man', 'flaming', 'sword', 'stand', 'gate', 'eden', 'work', 'work', 'man', 'doom', 'blessing', 'inspiring', 'principle', 'teacher', 'student', 'hattie', 'andre', 'essential', 'success', 'possessed', 'right_principles', 'knowing', 'strengthened', 'live', 'true', 'progress', 'development', 'reading', 'life', 'mary', 'lyon', 'founder', 'mount', 'holyoke', 'seminary', 'inspiration', 'work', 'feel', 'constrained', 'pas', 'good_things', 'fellow', 'teacher', 'read', 'paragraph', 'selected', 'life', 'labor', 'mary', 'lyon', 'absorbing', 'purpose', 'pupil', 'seminary', 'mary', 'lyon', 'home', 'inmate', 'child', 'entrusted', 'heavenly_father', 'brought', 'like', 'true', 'christian', 'mother', 'joy', 'comparable', 'seeing', 'walk', 'truth', 'peace', 'regarded', 'pupil', 'selected', 'sent', 'seminary', 'purpose', 'molded', 'likeness', 'sought', 'merely', 'conversion', 'enlistment', 'great_work', 'saving', 'lost', 'world', 'end', 'aim', 'effort', 'seminary', 'nursery', 'church', 'diligently', 'prayed', 'sought', 'genius', 'learning', 'talent', 'tact', 'gathered', 'baptized', 'spirit', 'gospel', 'whatsoever', 'interfere', 'object', 'scrupulously', 'avoided', 'rule', 'sabbath', 'sacred', 'hour', 'visiting', 'allowed', 'house', 'sabbath', 'key', 'unlock', 'treasure', 'week', 'day', 'god', 'honor', 'conversion', 'sinner', 'strengthening', 'comforting', 'people', 'let', 'place', 'blessing', 'descend', 'miss', 'fact', 'plan', 'miss', 'lyon', 'referred', 'disposing', 'outward', 'circumstance', 'controlling', 'inward', 'life', 'pupil', 'spiritual_welfare', 'end', 'aim', 'arrangement', 'invisible', 'world', 'everlasting', 'life', 'taken', 'account', 'easily', 'naturally', 'present', 'tangible', 'exercise', 'spelling', 'giving', 'diploma', 'washing', 'glass', 'preparing', 'anniversary', 'dinner', 'definitely', 'intended', 'fit', 'beloved', 'daughter', 'delighted', 'service', 'church', 'miss', 'lyon', 'asked', 'shown', 'case', 'connection', 'passing', 'engagement', 'future', 'usefulness', 'study', 'pursue', 'study', 'said', 'pupil', 'merely', 'called', 'teach', 'study', 'teach', 'help']
root - INFO - extracting file #4500: 2017-04-Final-Corpus/CE19150801-V06-10-page35.txt
root - INFO - extracting file #5000: 2017-04-Final-Corpus/CE19181201-V10-04-page5.txt
root - INFO - ['christian_educator', 'howell', 'editor', 'john', 'associate', 'editor', 'vol', 'takoma', 'park', 'washington', 'december', 'spirituality', 'second', 'advent_movement', 'spiritual', 'movement', 'born', 'cradled', 'spiritual', 'grown', 'world', 'wide', 'proportion', 'spiritual', 'finally', 'merge', 'spiritual', 'kingdom', 'seventh', 'day', 'sabbath', 'spiritual', 'institution', 'origin', 'altogether', 'spiritual', 'dominant', 'feature', 'second', 'advent_movement', 'carry', 'spiritual_life', 'future', 'world', 'seventh', 'day', 'adventist', 'denomination', 'spiritual', 'organization', 'formed', 'exists', 'promote', 'spiritual', 'movement', 'aim', 'altogether', 'spiritual', 'leadership', 'morale', 'entirely', 'spiritual', 'school', 'seventh', 'day', 'adventist', 'school', 'child', 'spiritual', 'movement', 'champion', 'spiritual', 'cause', 'servant', 'spiritual', 'organization', 'seventh', 'day', 'adventist', 'christian_school', 'spiritual', 'institution', 'spiritual', 'aim', 'spiritual', 'leadership', 'designed', 'deliver', 'spiritual', 'product', 'reason', 'function', 'vitally', 'different', 'giving', 'traditional', 'secular', 'general', 'education', 'christian_school', 'function', 'teacher', 'spiritually', 'vitalize', 'instruction', 'given', 'subject', 'department', 'student', 'draw', 'spiritual', 'vitality', 'subject', 'pursued', 'denominational', 'leader', 'product', 'recruit', 'harness', 'immediately', 'spiritual', 'service']
root - INFO - extracting file #5500: 2017-04-Final-Corpus/CUV19051220-V09-49-page4.txt
root - INFO - extracting file #6000: 2017-04-Final-Corpus/CUV19100302-V15-09-page6.txt
root - INFO - ['the_columbia_union_visitor', 'debt', 'little', 'year', 'seen', 'cut', 'expense', 'year', 'ago', 'reducing', 'force', 'laborer', 'spiritual', 'condition', 'conference', 'best', 'harmony', 'prevails', 'having', 'struggle', 'finan', 'cial', 'problem', 'salary', 'large', 'delayed', 'worker', 'willing', 'stay', 'conference', 'success', 'depended', 'individual', 'effort', 'tangent', 'abnormal', 'condition', 'deal', 'testimony', 'universally', 'believed', 'questioned', 'brother', 'beginning', 'awake', 'question', 'church_school', 'hope', 'near_future', 'school', 'conference', 'account', 'scattered', 'condition', 'member', 'hard', 'pupil', 'place', 'start', 'school', 'people', 'beginning', 'hold', 'plan', 'donate', 'cent', 'week', 'member', 'help', 'small', 'school', 'hopeing', 'start', 'school', 'create', 'inducement', 'member', 'centralize', 'sufficiently', 'possible', 'hold', 'church_school', 'past', 'unable', 'hold', 'church_school', 'pittsburg', 'largest', 'city', 'largest', 'church', 'reason', 'view', 'situation', 'locate', 'child', 'close', 'meet', 'ore', 'place', 'school', 'thing', 'induce', 'parent', 'course', 'church_school', 'inducement', 'need', 'greatest', 'need', 'money', 'laborer', 'county', 'practically', 'unentered', 'truth', 'people', 'inclined', 'truth', 'day', 'immediate', 'past', 'time', 'worker', 'opening', 'awaiting', 'brother', 'writes', 'field', 'saying', 'door', 'home', 'open', 'church', 'holding', 'meeting', 'closed', 'congregation', 'sends', 'word', 'dissatisfied', 'religion', 'want', 'hear', 'ventist', 'message', 'need', 'especially', 'italian', 'worker', 'pittsburg', 'thousand', 'time', 'burlington', 'woodbury', 'italian', 'congregating', 'italian', 'greek', 'hungarian', 'slays', 'german', 'negro', 'nationality', 'represented', 'fact', 'foreign_field', 'border', 'second', 'respect', 'new', 'york', 'city', 'need', 'feel', 'need', 'greater', 'consecration', 'work', 'rest', 'god', 'people', 'need', 'better', 'understanding', 'time', 'live', 'worker', 'need', 'deeper', 'work', 'grace', 'heart', 'power', 'holy', 'spirit', 'accomplish', 'great_work', 'build', 'stronger', 'work', 'home', 'greater', 'help', 'cause', 'abroad', 'wagner', 'glad', 'learn', 'miss', 'cooper', 'obliged', 'hospital', 'rapidly', 'recovering', 'trust', 'soon', 'able', 'resume', 'work', 'elder', 'kneeland', 'called', 'morrisville', 'week', 'conduct', 'funeral_service', 'sister', 'mary', 'stott', 'charter', 'member', 'trenton', 'church', 'died', 'suddenly', 'trust', 'prepared', 'special', 'missionary', 'campaign', 'inaugurated', 'conference', 'met', 'hearty_response', 'people', 'blessing', 'god', 'attending', 'effort', 'place', 'light', 'time', 'home', 'friend', 'neighbor', 'surprising', 'rapidly', 'people', 'respond', 'earnest_effort', 'help', 'let', 'faithful', 'work', 'mean', 'god', 'placed', 'hand', 'sowing', 'seed', 'diligently', 'knowing', 'great', 'husbandman', 'care', 'harvest', 'church', 'paterson', 'jersey', 'city', 'trenton', 'camden', 'enjoying', 'labor', 'missionary', 'field_secretary', 'pennington', 'elder', 'kneeland', 'visiting', 'larger', 'church', 'missionary_work', 'elder', 'kneeland', 'brother', 'grey', 'spent', 'work', 'brother', 'number', 'union', 'conference', 'general', 'field', 'agent', 'spent', 'day', 'state', 'brother', 'grey', 'canvassing', 'work', 'hope', 'shall', 'prosperity', 'attend', 'branch', 'work', 'subscriber', 'vxsrron', 'use', 'special_efforts', 'induce', 'send', 'subscription', 'paper', 'conference', 'treasury', 'meet', 'deficit', 'arises', 'lack', 'proper', 'number', 'paid', 'subscription', 'easy', 'short', 'sighted', 'policy', 'people', 'visitor', 'official', 'paper', 'union', 'cent', 'week', 'bring', 'home', 'regularly', 'elder', 'hanhardt', 'spending', 'day', 'west', 'proposed', 'new_school', 'german', 'student', 'danville', 'news', 'ferry', 'bible', 'work', 'danville', 'deepens', 'precious_souls', 'intent', 'onknowing', 'truth', 'pray', 'soon', 'hold', 'message', 'january', 'visited', 'news', 'ferry', 'united', 'marriage', 'brother', 'anderson', 'marable', 'sister', 'lucy', 'medley', 'brother', 'marable', 'deacon', 'church', 'live', 'shown', 'angel', 'message', 'point', 'february', 'responded', 'hold', 'special_meetings', 'interested', 'precious_souls', 'accepted', 'sabbath', 'united', 'church', 'superintendent', 'baptist', 'sunday', 'school', 'wife', 'bring', 'child', 'local', 'church', 'combined', 'force', 'invited', 'discus', 'sabbath', 'question', 'church', 'brother', 'sister', 'accompanied', 'baptist', 'church', 'listened', 'arguement', 'abuse', 'truth', 'allied', 'church', 'refused', 'permit', 'writer', 'privilege', 'presenting', 'sabbath', 'truth', 'raved', 'screamed', 'rushed', 'isle', 'desired', 'hear', 'school_house', 'short_distance']
root - INFO - extracting file #6500: 2017-04-Final-Corpus/CUV19130326-V18-13-page6.txt
root - INFO - extracting file #7000: 2017-04-Final-Corpus/CUV19160309-V21-10-page1.txt
root - INFO - ['columbia', 'union', 'vol', 'mount', 'ilm', 'ohio', 'march', 'afford', 'miss', 'special', 'visitor', 'arranging', 'special', 'visitor', 'want', 'best', 'coming', 'union_conference', 'pittsburgh', 'march', 'seven', 'special', 'visitor', 'cent', 'beginning', 'regular', 'number', 'march', 'printed', 'special', 'special', 'study', 'message', 'hour', 'elder', 'daniells', 'evans', 'thompson', 'report', 'business', 'proceeding', 'plan', 'future_work', 'special', 'paper', 'city', 'mission', 'work', 'personal', 'development', 'worker', 'bringing', 'new', 'men', 'ministry', 'home', 'missionary', 'work', 'great', 'evening', 'sermon', 'elder', 'daniells', 'drew', 'outside', 'audience', 'portland', 'maine', 'numbering', 'high', 'big', 'pitt', 'theater', 'pittsburgh', 'hired', 'sunday', 'night', 'subject', 'eastern', 'question', 'miracle', 'modern', 'mission', 'changing', 'map', 'europe', 'armageddon', 'christianity', 'failure', 'sermon', 'worth', 'price', 'special', 'visitor', 'pricefifteen', 'centsis', 'old', 'new_subscribers', 'alike', 'want', 'tell', 'friend', 'neighbor', 'let', 'hold', 'lift', 'great', 'union', 'meeting', 'year', 'wilkinson', 'visit', 'perform', 'good', 'word', 'union', 'information', 'concerning', 'columbia', 'union', 'confer', 'ence', 'session', 'meeting', 'columbia', 'union_conference', 'held', 'march', 'auditorium', 'carnegie', 'library', 'corner', 'lang', 'hamilton', 'avenue', 'pittsburgh', 'pennsylvania', 'delegate', 'worker', 'expected', 'time', 'ready', 'opening', 'session', 'outside', 'worker', 'expecting', 'attend', 'kindly', 'write', 'letter', 'elder', 'robbins', 'vernon', 'street', 'pittsburgh', 'following', 'program', 'union', 'meeting', 'according', 'daily', 'arrangement', 'hour', 'prayer', 'social_meeting', 'bible', 'study', 'dinner', 'direct', 'brother', 'robbins', 'union', 'office', 'full_information', 'concerning', 'printed', 'vistrort', 'elder', 'robbins', 'expecting', 'great', 'meeting', 'indication', 'lord', 'leading', 'tell', 'mark', 'advance', 'step', 'work', 'world', 'columbia', 'union_conference', 'meeting', 'year', 'urge', 'line', 'come', 'meeting', 'earnest', 'prayer', 'wilkinson', 'prayer', 'wish', 'attention', 'brother', 'union', 'striking', 'situation', 'confronted', 'wish', 'great_things', 'god', 'past', 'biennial', 'term', 'cause', 'columbia', 'union', 'feel', 'eve', 'greater', 'thing', 'special', 'notice', 'page', 'tell', 'important', 'thing', 'aiming', 'coming', 'columbia', 'union', 'session', 'pittsburgh', 'march', 'rented', 'big', 'auditorium', 'pitt', 'theater', 'heart', 'city', 'seating', 'thousand', 'people', 'largest', 'best', 'theater', 'heart', 'city', 'carnegie', 'auditorium', 'seating', 'homewood', 'section', 'seventh', 'day', 'adventist', 'church', 'advertising', 'special_meetings', 'thetheater', 'march', 'auditorium', 'march', 'auditorium', 'night', 'little', 'word', 'received', 'letter', 'brother', 'burgan', 'press', 'agent', 'portland', 'maine', 'result', 'portland', 'bible', 'study', 'union', 'council', 'supper', 'dent', 'elder', 'robbins', 'president', 'west', 'pennsylvania', 'conference', 'excellent', 'arrangement', 'provision', 'entertainment', 'room', 'committee', 'work', 'main', 'auditorium', 'list', 'delegate', 'expected', 'attend', 'sent', 'preaching', 'service', 'expect', 'instructor', 'occasion', 'elder', 'daniells', 'evans', 'thompson', 'hour', 'day', 'meeting', 'given', 'reading', 'discussing', 'paper', 'especially', 'prepared', 'reference', 'work', 'ministry', 'city', 'work', 'home', 'missionary', 'work', 'read', 'propitious', 'time', 'report', 'union', 'department', 'conference', 'presi']
root - INFO - extracting file #7500: 2017-04-Final-Corpus/CUV19190410-V24-15-page4.txt
root - INFO - extracting file #8000: 2017-04-Final-Corpus/GCB187112XX-VXX-XX-page3.txt
root - INFO - ['greater', 'pleasure', 'know', 'body', 'sabbath', 'keeper', 'drawing', 'expressed', 'hope', 'like', 'wing', 'army', 'instead', 'acting', 'manner', 'thwart', 'turn', 'weapon', 'common', 'enemy', 'truth', 'cooperate', 'forwarding', 'great', 'cause', 'sabbath', 'reform', 'happy', 'hear', 'remark', 'brother', 'wardner', 'reciprocate', 'feeling', 'wish', 'cooperate', 'leading', 'men', 'woman', 'observance', 'sabbath', 'lord', 'remark', 'chairman', 'brother', 'andrew', 'expressed', 'feeling', 'feeling', 'body', 'seventh', 'day', 'adventist', 'wish', 'remark', 'direction', 'commenced', 'work', 'maine', 'quarter', 'century', 'ago', 'small_beginning', 'venerable', 'brother', 'bates', 'began', 'write', 'subject', 'sabbath', 'brother', 'andrew', 'began', 'opportunity', 'teach', 'score', 'seventh', 'day', 'baptist', 'heard', 'sent', 'elder', 'griswold', 'away', 'oxford', 'county', 'maine', 'knowledge', 'seventh', 'day', 'baptist', 'hardly', 'knew', 'meet', 'effort', 'body', 'seek', 'mutual', 'exceedingly', 'busy', 'work', 'look', 'regret', 'fact', 'reciprocate', 'effort', 'later', 'period', 'corresponding', 'secretary', 'conference', 'instructed', 'write', 'rochester', 'new', 'york', 'met', 'manner', 'calculated', 'repulse', 'encourage', 'fraternal', 'feeling', 'later', 'men', 'sailed', 'color', 'men', 'control', 'apostatized', 'bad', 'work', 'pennsylvania', 'pushing', 'breaking', 'way', 'hardly', 'able', 'hold', 'member', 'discipline', 'urging', 'work', 'forward', 'matter', 'experiment', 'extreme', 'hand', 'case', 'people', 'country', 'appeared', 'poor', 'advantage', 'seventh', 'day', 'baptist', 'felt', 'convicted', 'year', 'sustain', 'proper', 'relation', 'people', 'committee', 'appointed', 'address', 'elder', 'andrew', 'committee', 'wrote', 'address', 'seventh', 'day', 'baptist', 'responded', 'regarded', 'movement', 'duty', 'owed', 'reference', 'practical', 'truth', 'stand', 'platform', 'zeal', 'times_past', 'said', 'thing', 'calculated', 'alienate', 'feeling', 'grateful', 'response', 'action', 'seventh', 'day', 'baptist', 'sent', 'professor', 'jonathan', 'allen', 'delegate', 'body', 'gentlemanly', 'christian', 'deportment', 'won', 'heart', 'happy', 'learn', 'cordial', 'reception', 'brother', 'andrew', 'met', 'late', 'conference', 'matter', 'hold', 'feeling', 'shall', 'obliged', 'cease', 'speaking', 'mention', 'courtesy', 'extended', 'personally', 'milton', 'wisconsin', 'summer']
root - INFO - extracting file #8500: 2017-04-Final-Corpus/GCB18930227-V05-18-page7.txt
root - INFO - extracting file #9000: 2017-04-Final-Corpus/GCB19010404-V04-01ex02-page22.txt
root - INFO - ['general_conference_bulletin', 'sion', 'regular', 'annual', 'amounted', 'north', 'pacific', 'ated', 'mission', 'foreign_lands', 'gain', 'dur', 'conference', 'contains', 'porbringing', 'aid', 'work', 'ing', 'time', 'sabbath', 'school', 'tion', 'state', 'oregon', 'washthe', 'sum', 'orphan', 'contributed', 'ington', 'lying', 'west', 'cascade', 'moun', 'home', 'received', 'worth', 'devoted', 'fortains', 'portion', 'book', 'disposed', 'eign', 'work', 'total', 'source', 'british', 'columbia', 'organization', 'conference', 'fourteen', 'given', 'conference', 'completed', 'oct', 'ordained', 'minister', 'fourteen', 'licentiate', 'spread', 'gospel', 'distant_lands', 'fifty', 'organized', 'missionary', 'licentiate', 'seven', 'tithe', 'missionary', 'offering', 'church', 'membership', 'sabbath', 'school_donations', 'unorganized', 'company', 'sevteen', 'laborer', 'conference', 'pay', 'roll', 'year', 'brother', 'set', 'apart', 'canvassing', 'work', 'enty', 'member', 'isolated', 'sabnot', 'prosperity', 'bath', 'keeper', 'total', 'gospel_ministry', 'enjoyed', 'book', 'value', 'conference', 'gain', 'inhave', 'disposed', 'small', 'crease', 'member', 'largely', 'montana', 'youngest', 'conference', 'district', 'having', 'organized', 'oct', 'better', 'work', 'line', 'encouraging', 'added', 'conference', 'church', 'ordained', 'mini', 'periodical', 'taken', 'building', 'erected', 'ters', 'licentiate', 'licensed', 'baku', 'herald', 'sign', 'time', 'working', 'force', 'consists', 'missionary', 'supported', 'time', 'youth', 'instructor', 'seventeen', 'ordained', 'minister', 'conference', 'fund', 'church', 'sentinel', 'liberty', 'licentiate', 'bible', 'worker', 'building', 'erected', 'california', 'conference', 'receive', 'conference', 'years_past', 'church', 'oldest', 'conference', 'support', 'organized', 'organized', 'church', 'pacific', 'district', 'having', 'organized', 'tithe', 'paid', 'constitute', 'conference', 'addition', 'feb', 'territory', 'embraced', 'biennial', 'term', 'unorganized', 'california', 'nevada', 'consists', 'increase', 'rate', 'company', 'membership', 'seven', 'organized', 'church', 'caput', 'annual', 'conference', 'divided', 'follows', 'seven', 'unorganized', 'company', 'regular', 'offering', 'organized', 'church', 'sabbath', 'keeper', 'congiven', 'foreign_mission', 'increase', 'unorganized', 'company', 'fifty', 'ference', 'membership', 'church', 'sabbath', 'school_donations', 'isolated', 'gain', 'company', 'fortyhave', 'amounted', 'year', 'isolated', 'devoted', 'foreign', 'paid', 'treasury', 'tithe', 'church', 'privilege', 'past', 'field', 'making', 'total', 'work', 'gain', 'average', 'year', 'baptism', 'reported', 'caput', 'increase', 'new_converts', 'gain', 'memworth', 'book', 'sold', 'average', 'numthe', 'rate', 'member', 'missionary', 'bership', 'seven', 'church', 'ber', 'canvasser', 'year', 'organized', 'church', 'buildfourteen', 'person', 'ordained', 'ings', 'erected', 'seven', 'ministry', 'corp', 'canvasser', 'outlook', 'new_churches', 'ordained', 'minister', 'sixteen', 'licentiate', 'upper', 'columbia', 'thirty', 'missionary', 'licentiate', 'conference', 'organized', 'supported', 'includes', 'portion', 'foreign_mission', 'conference', 'fund', 'british', 'columbia', 'state', 'washthe', 'time', 'raised', 'biennial', 'term', 'ington', 'oregon', 'included', 'connected', 'tithe', 'received', 'gain', 'north', 'pacific', 'state', 'general_work', 'book', 'previous', 'year', 'idaho', 'organized', 'placed', 'average', 'caput', 'regchurches', 'unorganized', 'comhomes', 'people', 'ular', 'annual', 'offering', 'foreign', 'panies', 'conference', 'church', 'mission', 'amounted', 'added', 'past', 'utah', 'general', 'conference', 'mission', 'giving', 'gain', 'sabbathyears', 'church_building', 'erected', 'field', 'contains', 'church', 'school_offerings', 'church', 'report', 'membera', 'membership', 'unorganized', 'loss', 'fund', 'ship', 'company', 'company', 'member', 'appropriated', 'foreign', 'fifty', 'isolated', 'sabbath', 'keeper', 'scatisolated', 'sabbath', 'keeper', 'mission_work', 'tered', 'conference', 'makgain', 'seventy', 'past', 'source', 'raised', 'ing', 'total', 'member', 'increase', 'year', 'working', 'force', 'consists', 'work', 'year', 'tithe', 'ordained', 'minister', 'licentiate', 'foreign_mission', 'term', 'increased', 'missionary', 'licentiate', 'appropriated', 'making', 'total', 'tithe', 'raised', 'support', 'conference', 'fund', 'addition', 'average', 'caput', 'ing', 'own_work', 'excess', 'advance', 'work', 'given', 'foreign_mission', 'previous', 'term', 'field', 'time', 'number', 'increase', 'average', 'member', 'forcanvassers', 'large', 'average', 'period', 'given', 'eign', 'mission', 'received', 'book_sales', 'amounted', 'sabbath', 'school_offerings', 'offering', 'loss', 'appropri', 'sabbath', 'school_donations', 'offering', 'foreign_fields', 'amounted', 'excess', 'offering', 'previous', 'year', 'sabbath', 'chool', 'donation', 'utah', 'mission', 'field']
root - INFO - extracting file #9500: 2017-04-Final-Corpus/GCB19130516-V07-01-page27.txt
root - INFO - extracting file #10000: 2017-04-Final-Corpus/GH19020716-V04-27-page1.txt
root - INFO - ['vol', 'estilence', 'nashisv', 'triva', 'idurre', 'pia', 'ueaths', 'infected', 'house', 'marked', 'red_cross', 'legend', 'god', 'mercy', 'eighteenth_century', 'plague', 'visited', 'constantinople', 'spread', 'danube', 'appeared', 'sicily', 'hungary', 'successively', 'european', 'turkey', 'moldavia', 'constantinople', 'armenia', 'bagdad', 'russia', 'turkey', 'egypt', 'russia', 'spread', 'europe', 'asia', 'africa', 'appeared', 'europe', 'volga', 'time', 'broken', 'time', 'different_places', 'modern', 'sanitary', 'science', 'succeeded', 'confining', 'degree', 'appearance', 'leading', 'city', 'invading', 'recently', 'edinburg', 'indicates', 'feared', 'smallpdx', 'smallpox', 'oldest', 'pestilence', 'account', 'contagion', 'exceeds', 'virulence', 'disease', 'communicated', 'stage', 'course', 'spare', 'age', 'sex', 'condition', 'nationality', 'safe', 'virtue', 'having', 'passed', 'peril', 'vaccination', 'proving', 'effective', 'safeguard', 'smallpox', 'appeared', 'europe', 'year', 'generally', 'believed', 'saracen', 'introduced', 'smallpox', 'shall', 'famine', 'pestilence', 'matthew', 'harmony', 'prophecy', 'expect', 'history', 'record', 'fearful', 'loss', 'life', 'plague', 'pestilence', 'sign', 'second', 'coming', 'christ', 'end', 'world', 'look', 'visitation', 'increase', 'event', 'approach', 'accordance', 'supposition', 'pestilence', 'prevailed', 'christian', 'era', 'fatality', 'increased', 'year', 'passed', 'especially', 'visitation', 'destructive', 'past', 'century', 'new', 'fatal', 'epidemic', 'arising', 'time', 'time', 'old', 'scourge', 'densely', 'populated', 'filthy', 'portion', 'world', 'deadly', 'work', 'tlie', 'following', 'description', 'dreaded', 'pestilence', 'condensed', 'paper', 'written', 'coming', 'king', 'branscombe', 'ashley', 'black', 'plague', 'black', 'death', 'bubonic', 'plague', 'called', 'oldest', 'fatal', 'pestilence', 'presence', 'human', 'skill', 'stand', 'paralyzed', 'cure', 'account', 'plague', 'date', 'raged', 'egypt', 'italy', 'reached', 'constantinople', 'carried', 'person', 'day', 'year', 'visited', 'england', 'time', 'fourteenth', 'century', 'traveled', 'europe', 'generally', 'reaching', 'england', 'hecker', 'estimate', 'year', 'visitation', 'person', 'died', 'london', 'visited', 'died', 'dantzic', 'died', 'paris', 'sunrise', 'sunset', 'oco', 'week', 'died', 'london', 'died', 'moscow', 'lyon', 'venice', 'lost', 'died', 'london', 'egypt', 'genoa', 'lost', 'great', 'plague', 'london', 'article', 'illustration', 'copyrighted', 'permission', 'white', 'europe', 'carried', 'adventurer', 'west', 'indie', 'reached', 'mexico', 'brazil', 'great', 'epidemic', 'europe', 'america', 'began', 'abated', 'yellow_fever', 'yellow_fever', 'typhus', 'nature', 'prevalent', 'hot', 'climate', 'espe', 'cially', 'virulent', 'sanitary', 'condition', 'disregarded', 'frost', 'low', 'temperature', 'check', 'action', 'germ', 'disease', 'lie', 'dormant', 'return', 'warm_weather', 'come', 'fresh', 'activity', 'twentyfive', 'consecutive', 'year', 'philadelphia', 'epidemic', 'yellow_fever', 'summer', 'germ', 'burning', 'thb', 'bbap', 'eralb', 'earth', 'peace', 'good', 'men', 'bringing', 'plague', 'patient', 'remaining', 'dormant', 'winter', 'accurate', 'account', 'disease', 'come', 'barbadoes', 'appeared', 'charleston', 'south', 'carolina', 'philadelphia', 'spread', 'new', 'york', 'port', 'new', 'england', 'far', 'north', 'new', 'hampshire', 'prevailed', 'present_century', 'southern', 'state', 'country', 'cholera', 'modern', 'disease', 'attention', 'physician', 'called', 'year', 'time', 'broke', 'british', 'india', 'sulting', 'great_loss', 'life', 'hospital', 'plague', 'district', 'india']
root - INFO - extracting file #10500: 2017-04-Final-Corpus/GH19180901-V12-09-page2.txt
root - INFO - extracting file #11000: 2017-04-Final-Corpus/GS18870915-V02-18-page5.txt
root - INFO - ['interesting', 'observe', 'great', 'diversity', 'sentiment', 'effort', 'exists', 'adherent', 'day', 'sabbath', 'endeavoring', 'support', 'institution', 'quotation', 'given', 'explicity', 'stated', 'observance', 'day', 'week', 'founded', 'old', 'estament', 'command', 'seventh', 'copy', 'wesleyan', 'methodist', 'august', 'correspondent', 'argues', 'length', 'lure', 'september', 'ciogpfii', 'gicsit', 'day', 'appropriateness', 'called', 'sabbath', 'lord', 'christian', 'sabbath', 'lord', 'day', 'sacredness', 'day', 'necessarily', 'arise', 'action', 'higher', 'authority', 'man', 'word', 'institution', 'divine_origin', 'searching', 'bible', 'source', 'information', 'relative', 'origin', 'obligation', 'divine_institutions', 'instance', 'day', 'sacred', 'authorized', 'man', 'obsei', 'ance', 'weekly', 'day', 'rest', 'worship', 'set', 'apart', 'men', 'period', 'world', 'history', 'instance', 'recorded', 'gen', 'explicitly', 'stated', 'creator', 'heaven', 'earth', 'sanctified', 'sacred', 'seventh', 'day', 'week', 'god', 'spoke', 'law', 'sinai', 'lie', 'identified', 'day', 'sacred', 'sabbath', 'lord', 'commanded', 'observance', 'christ', 'recognized', 'day', 'sacred', 'said', 'lie', 'lord', 'sabbath', 'mark', 'identical', 'sacred', 'day', 'survived', 'cross', 'holy', 'woman', 'observed', 'according', 'commandment', 'christ', 'crucifixion', 'luke', 'thirty', 'year', 'crucifixion', 'luke', 'wrote', 'record', 'transaction', 'noticeable', 'recognized', 'validity', 'commandment', 'requires', 'observance', 'seventh', 'day', 'week', 'seventh', 'day', 'old_testament', 'week', 'proved', 'identical', 'new_testament', 'sabbath', 'divine_institution', 'supporting', 'man', 'ordinance', 'calling', 'lord', 'day', 'common_sense', 'approves', 'lord', 'day', 'binding', 'good', 'christian', 'sake', 'beneficial', 'result', 'away', 'let', 'perpetuity', 'lord', 'day', 'rest', 'tour', 'mon', 'sense', 'common_sense', 'people', 'pretty', 'flimsy', 'foundation', 'rest', 'linportant', 'question', 'sabbath', 'presumable', 'reply', 'quoted', 'best', 'editor', 'able', 'attimmpt', 'produce', 'scriptural', 'evidence', 'sustain', 'position', 'indicates', 'ascertained', 'evidence', 'common_sense', 'superior', 'people', 'day', 'wonder', 'editor', 'minneapolis', 'transcript', 'willing', 'accept', 'situation', 'stated', 'reply', 'given', 'attempt', 'maintain', 'sunday', 'sacred', 'day', 'basis', 'conviction', 'common_sense', 'beginning', 'won', 'home', 'till', 'mornin', 'entire', 'bible', 'slightest', 'hint', 'sacred', 'character', 'given', 'seventh', 'day', 'week', 'god', 'close', 'creative', 'week', 'cease', 'transferred', 'day', 'time', 'week', 'slightest', 'hint', 'sabbath', 'observance', 'witness', 'firstally', 'day', 'week', 'invested', 'sacredness', 'manifest', 'mere', 'farce', 'prat', 'louse', 'observance', 'day', 'sacred', 'day', 'authority', 'day', 'sacred', 'editor', 'time', 'transcript', 'perpetuity', 'sabbath', 'depends', 'observanee', 'sacred', 'institution', 'reason', 'sufficient', 'continuance', 'possible', 'cling', 'observance', 'day', 'week', 'laying', 'principle', 'foregoing', 'comprehension', 'apprehend', 'ellitor', 'transcript', 'endeavor', 'maintain', 'new_testament', 'sacredness', 'attached', 'sunday', 'clay', 'sacredness', 'like', 'witness', 'lord', 'sabbath', 'undergoing', 'trial', 'crucifixion', 'agree', 'world', 'growing', 'better', 'walla', 'preaching', 'world', 'growmg', 'better', 'occasionally', 'important', 'testimony', 'contrary', 'council', 'evangelical', 'alliance', 'great', 'britain', 'recently', 'issued', 'aery', 'meeting', 'held', 'aberdeen', 'september', 'giv', 'special', 'consideration', 'alarming', 'anti', 'christian', 'development', 'time', 'circular', 'issued', 'council', 'occurs', 'following', 'paragraph', 'evident', 'jealous', 'god', 'truth', 'perilous', 'ent', 'day', 'week', 'original', 'seventh', 'change', 'sabbath', 'correspondent', 'refers', 'fourth', 'commandment', 'decalogue', 'highest', 'authority', 'inn', 'men', 'shall', 'lover', 'own_selves', 'having', 'form', 'godliness', 'den', 'ing', 'power', 'thereof', 'reflect', 'thing', 'practiced', 'religion', 'difficult', 'conceive', 'complete', 'fulfillment', 'word', 'apostle', 'visible', 'standand', 'piety', 'lowered', 'popular_churches', 'questionable', 'practice', 'tolerated', 'sanetinned', 'manner', 'wickedness', 'inhinny', 'increasing', 'fearful', 'rate', 'doe', 'possible', 'claim', 'world', 'growing', 'better', 'wehre', 'approaching', 'millennium', 'commonly', 'preached', 'convenient', 'argument', 'pertinent', 'question', 'consideration', 'following', 'question', 'answer', 'growth', 'superstition', 'sacerdotalism', 'recent_issue', 'religious', 'exchange', 'ques', 'organized', 'sabbath', 'sunday', 'school', 'people', 'dunkard', 'christian', 'claim', 'old_testament', 'scripture', 'binding', 'consequently', 'bound', 'sabbath', 'sunday', 'shall', 'prove', 'god', 'requires', 'gospsi', 'ceremonial_law', 'remember', 'sabbath', 'day', 'kdep', 'holy', 'observance', 'lay', 'week', 'founded', 'old_testament', 'command', 'seventh', 'grant', 'dunkard', 'christian', 'claim', 'christian', 'observance', 'lord', 'day', 'rest', 'real', 'excelfence', 'usefulness', 'institution', 'christianity', 'hunting', 'string', 'time', 'season', 'rite', 'bid', 'walk', 'liberty', 'culties', 'command', 'day', 'rest', 'binding', 'conviction', 'excellence', 'necessity', 'ceremonial', 'ordinance', 'abutished', 'common_sense', 'approves', 'lord', 'day', 'binding', 'good', 'christian', 'sake', 'beneficial', 'result', 'lie', 'away', 'person', 'propounded', 'question', 'stated', 'issue', 'fairly', 'called', 'editor', 'paper', 'addressed', 'new_testament', 'authority', 'sacredness', 'sunday', 'premimed', 'editor', 'knew', 'authority', 'produce', 'doe', 'christian', 'observance', 'lord', 'day', 'rest', 'real', 'excellence', 'usefulness', 'institution', 'word', 'scriptural', 'authority', 'slightest', 'reference', 'text', 'new_testament', 'far', 'ignore', 'divine_command', 'theithseryance', 'day', 'week', 'command', 'exist', 'command', 'day', 'rest', 'binding', 'conviction', 'excellence', 'necessity', 'editor', 'uttered', 'word', 'belief', 'sabbath', 'divine_institution', 'ordained', 'god', 'guilty', 'exalting', 'human', 'judgment', 'wisdom', 'word', 'creator', 'doe', 'believe', 'unbelief', 'indifference', 'vital', 'ligi', 'substitutionary', 'sacrifice', 'blessed', 'lord', 'saviour', 'lightly', 'esteemed', 'mdiated', 'prominent', 'teacher', 'future', 'destiny', 'sinner', 'consequence', 'vain', 'speculation', 'thought', 'plentity', 'inspiration', 'holy', 'scripture', 'personahty', 'holy', 'ghost', 'presence', 'power', 'church', 'god', 'verity', 'faith', 'christ', 'qualified', 'explained', 'away', 'instance', 'result', 'erroneous', 'teaching', 'perversion', 'gospel', 'painfully', 'apparent', 'worldliness', 'sensuality', 'luxury', 'desecration', 'lord', 'day', 'abounds', 'christian_liberty', 'license', 'walk', 'conversation', 'professed', 'disciple', 'christ', 'condition', 'affair', 'great', 'britain', 'picture', 'overdrawn', 'emphatically', 'said', 'couptryt', 'terrible', 'prevalence', 'grosser', 'form', 'wickedness', 'particular', 'attendon', 'statement', 'christian_liberty', 'license', 'walk', 'conversation', 'professed', 'disciple', 'christ', 'true', 'remarkable', 'extent', 'need', 'moment', 'reflection', 'standard', 'piety', 'low', 'popular', 'religious', 'denomination', 'feature', 'tolerated', 'practiced', 'sense', 'advance', 'practice', 'ungodly', 'worldling', 'nit', 'numerous', 'scheme', 'church', 'entertainment', 'gotten', 'religion', 'sample', 'entertainment', 'note', 'follow', 'week', 'time', 'town', 'sullivan', 'crazy', 'supper', 'given', 'lady', 'cermin', 'prominent', 'church', 'refrain', 'taming', 'respect', 'denomination', 'general', 'circular', 'gotten', 'issued', 'fantastic', 'style', 'advertising', 'supper', 'read', 'follows', 'lady', 'church', 'assisted', 'friend', 'crazy', 'supper', 'armory', 'sullivan', 'ill', 'wednesday', 'eve', 'aug', 'men', 'forth', 'argument', 'witmessed', 'infer', 'best', 'argument', 'justify', 'practice', 'true', 'good_men', 'kept', 'day', 'neglected', 'sabbath', 'sin', 'ignorance', 'sin', 'account', 'good', 'motif', 'god', 'blessed', 'blessing', 'approve', 'sin', 'safe', 'light', 'transgress', 'knowingly', 'commandment', 'god', 'blessed', 'men', 'notwithstanding', 'sin', 'ignorance', 'bit', 'blessed', 'consequence', 'evidence', 'lord', 'blessed', 'sunday', 'keeping', 'sunday', 'keeper', 'unity', 'speak', 'thing', 'division', 'talk', 'converting', 'world', 'essential', 'indispensable', 'characteristic', 'thing', 'cause', 'world', 'believe', 'testimony', 'thou', 'father', 'art', 'thee', 'world', 'believe', 'thou', 'hest', 'sent', 'arc', 'number', 'evidence', 'lord', 'blesses', 'protestant', 'ought', 'return', 'mother', 'church', 'sunday', 'keeping', 'christiara', 'institution', 'originated', 'greatly', 'outnum', 'ben', 'mohammedan', 'pagan', 'outnumbered', 'claim', 'rule', 'lord', 'blessed', 'died', 'triumphant', 'faith', 'hope', 'kept', 'day', 'sabbath', 'god', 'judge', 'know', 'motive', 'heart', 'know', 'individual', 'endeavored', 'live', 'best', 'light', 'word', 'god', 'true', 'knowledge', 'increasing', 'dan', 'present_generation', 'judged', 'increasing', 'light', 'condemnation', 'light', 'come', 'world', 'men', 'loved', 'darkness', 'light', 'deed', 'evil', 'john', 'evidence', 'lord', 'blesses', 'written', 'vacuum', 'filled', 'let', 'guilty', 'man', 'escape', 'come', 'hear', 'word', 'prophet', 'jerry', 'young_man', 'girl', 'live', 'dry', 'bread', 'crazy', 'azy', 'menu', 'consist', 'thing', 'tongue', 'chicken', 'salad', 'day', 'chicken', 'ham', 'pickle', 'jelly', 'cake', 'lee', 'cream', 'tea', 'coffee', 'served', 'crazy', 'mazy', 'hazy', 'waze', 'light', 'shone', 'brave', 'woman', 'fair', 'men', 'burn', 'ear', 'inhabitant', 'sullivan', 'vicinity', 'voice', 'dave', 'sweet', 'binger', 'joyful', 'sound', 'psalter', 'butter', 'tin', 'horn', 'cob', 'pipe', 'excellent', 'music', 'furnished', 'admission', 'supper', 'cent', 'friend', 'roman', 'countryman', 'conic', 'talk', 'invite', 'eat', 'drink', 'merry', 'think', 'religious', 'organization', 'civilized', 'land', 'composed', 'civilized', 'people', 'getting', 'caricature', 'religion', 'bible', 'described', 'incident', 'affords', 'think', 'professed', 'christian', 'giving', 'prophet', 'god', 'jerry', 'putting', 'mouth', 'such_words', 'young', 'mall', 'girl', 'live', 'dry', 'bread', 'language', 'caricature', 'god', 'word', 'truly', 'appalling', 'cause', 'worldlinus', 'blush', 'shame', 'live', 'land', 'iniquity', 'practiced', 'immune', 'religion', 'support', 'worship', 'god', 'arnow', 'characteristic', 'mentioned', 'paul', 'prevail', 'day', 'convenient', 'argument', 'run', 'lord', 'bless', 'people', 'breakinghis', 'commandmeats', 'blessed', 'church', 'century', 'past', 'keeping', 'day', 'week', 'instead', 'sabbath', 'commandment', 'practice', 'acceptable', 'god', 'breach']
root - INFO - extracting file #11500: 2017-04-Final-Corpus/HM18920801-V04-08-page23.txt
root - INFO - extracting file #12000: 2017-04-Final-Corpus/HM18960801-V08-08-page6.txt
root - INFO - ['home', 'missionary', 'work', 'great_work', 'country', 'australia', 'spoken', 'people', 'camp_ground', 'told', 'work', 'ordained', 'minister', 'god', 'accept', 'love', 'serve', 'effort', 'educate', 'darkness', 'error', 'win', 'soul', 'christ', 'thousand', 'profess', 'truth', 'idler', 'market', 'place', 'engaged', 'work', 'lord', 'voice', 'christ', 'speaks', 'asking', 'stand', 'day', 'idle', 'add', 'work', 'day', 'vineyard', 'respond', 'think', 'excused', 'stand', 'pulpit', 'let', 'understand', 'large', 'work', 'outside', 'pulpit', 'god', 'drinking', 'water', 'life', 'lead', 'fountain', 'jesus', 'said', 'whosoever', 'drinketh', 'water', 'shall', 'shall', 'thirst', 'water', 'shall', 'shall', 'water', 'springing', 'everlasting', 'life', 'jesus', 'sent', 'angel', 'testify', 'unto', 'thing', 'church', 'root', 'offspring', 'david', 'bright', 'morning', 'star', 'christ', 'light', 'christ', 'sufficiency', 'power', 'christ', 'root', 'sustains', 'branch', 'power', 'finite', 'men', 'dependence', 'certainly', 'fail', 'bright', 'morning', 'star', 'followeth', 'shall', 'walk', 'darkness', 'shall', 'light', 'life', 'spirit', 'bride', 'come', 'let', 'heareth', 'come', 'let', 'athirst', 'come', 'whosoever', 'let', 'water', 'life', 'freely', 'commission', 'bid', 'come', 'embrace', 'entire', 'church', 'applies', 'accepted', 'christ', 'personal', 'saviour', 'received', 'christ', 'written', 'received', 'gave', 'power', 'son', 'god', 'believe', 'fulness', 'received', 'grace', 'grace', 'converted', 'soul', 'work', 'receive', 'grace', 'order', 'freely', 'grace', 'let', 'light_shine', 'forth', 'bright', 'morning', 'star', 'shed', 'forth', 'light', 'work', 'self_denial', 'self_sacrifice', 'following', 'example', 'christ', 'given', 'own_life', 'character', 'draw', 'root', 'substance', 'enable', 'bear', 'fruit', 'soul', 'beard', 'divine', 'invitation', 'echo', 'message', 'hill', 'valley', 'saying', 'come', 'contact', 'come', 'moment', 'conversion', 'receive', 'christ', 'light', 'world', 'reflect', 'glory', 'bright', 'morning', 'star', 'jesus', 'impress', 'church', 'fact', 'brother', 'unite', 'laborer', 'god', 'brotherhood', 'saving', 'humanity', 'christ', 'expects', 'different', 'work', 'church', 'given', 'people', 'god', 'answer', 'expectation', 'christ', 'converted', 'prepared', 'obey', 'commandment', 'christ', 'new', 'commandment', 'unto', 'love', 'loved', 'love', 'shall', 'men', 'know', 'disciple', 'love', 'commandment', 'obeyed', 'envy', 'evil', 'surmising', 'evil', 'thinking', 'evil', 'speaking', 'banished', 'character', 'love', 'god', 'evil', 'love', 'mean', 'spiritual_growth', 'divine', 'model', 'christ', 'given', 'pattern', 'example', 'bind', 'follower', 'oneness', 'christ', 'love', 'love', 'sure', 'fruit', 'unity', 'christ', 'christ', 'declared', 'love', 'sure', 'badge', 'discipleship', 'root', 'disciple', 'branch', 'power', 'present', 'subject', 'presented', 'descended', 'greatest', 'depth', 'humiliation', 'saviour', 'lifted', 'eye', 'heaven', 'prayed', 'disciple', 'said', 'gen', 'era', 'article', 'fourth', 'sabbath', 'reading', 'august']
root - INFO - extracting file #12500: 2017-04-Final-Corpus/HR18700401-V04-10-page16.txt
root - INFO - extracting file #13000: 2017-04-Final-Corpus/HR18731101-V08-11-page32.txt
root - INFO - ['pento', 'tht', 'otath', 'blue', 'cross', 'paragraph', 'signifies', 'subscription', 'expires', 'number', 'containing', 'sent', 'till', 'subscription', 'renewed', 'renewal', 'earnestly', 'solicited', 'help', 'number', 'close', 'volume', 'reformer', 'desirous', 'beginning', 'volume', 'double', 'present', 'number', 'subscriber', 'friend', 'assist', 'day', 'work', 'help', 'required', 'present', 'subscriber', 'obtain', 'new', 'subscriber', 'friend', 'interested', 'reformer', 'receive', 'benefit', 'reading', 'page', 'consider', 'useful', 'journal', 'certainly', 'continue', 'year', 'year', 'help', 'extend', 'usefulness', 'best', 'health_journal', 'land', 'send', 'new', 'subscriber', 'jan', 'send', 'certainly', 'reader', 'sufficient', 'influence', 'induce', 'hip', 'acquaintance', 'subscriber', 'nest', 'day', 'ask', 'help', 'bath', 'use', 'application', 'able', 'order', 'pamphlet', 'soon', 'expected', 'printer', 'crowded', 'work', 'unable', 'print', 'cover', 'hope', 'ordered', 'patient', 'day', 'able', 'order', 'trall', 'medical', 'chart', 'student', 'permission', 'trail', 'prepared', 'reduced', 'copy', 'large', 'chart', 'physiology', 'treat', 'healthful', 'vital', 'action', 'pathology', 'diseased', 'action', 'foot', 'foot', 'inch', 'size', 'paper', 'backed', 'cloth', 'varnished', 'bound', 'mounted', 'roller', 'fact', 'handsome', 'set', 'chart', 'parlor', 'study', 'office', 'invaluable', 'student', 'commencing', 'physiology', 'ending', 'pathology', 'point', 'line', 'study', 'pursued', 'sent', 'mail', 'postage', 'paid', 'set', 'address', 'white', 'eased', 'condition', 'convenient', 'student', 'larger', 'size', 'originally', 'published', 'trail', 'cost', 'dollar', 'russell', 'student', 'physiology', 'set', 'kellogg', 'obtain', 'reader', 'reformer', 'doubtless', 'pleased', 'learn', 'obtain', 'good', 'quality', 'oatmeal', 'pearl', 'barley', 'received', 'following', 'card', 'needed', 'information', 'ferdinand', 'schumacher', 'akron', 'ohio', 'engaged', 'manufacture', 'oatmeal', 'pearl', 'barley', 'pearl', 'cracked', 'white', 'wheat', 'farina', 'hominy', 'samp', 'white', 'wheat', 'amber', 'graham', 'flour', 'year', 'article', 'prepares', 'extensive', 'carefully', 'selected', 'grain', 'special', 'regard', 'hygienic', 'value', 'assortment', 'wholesome', 'good', 'recipe', 'cooking', 'obtained', 'fresh', 'application', 'proprietor', 'akron', 'ohio', 'cheerfully', 'recommend', 'article', 'manufactured', 'schumacher', 'best', 'market', 'supt', 'physician', 'health', 'institute', 'ball', 'creek', 'mick', 'nicholas', 'november', 'number', 'nicholas', 'issued', 'pictorially', 'beautiful', 'magazine', 'country', 'enriched', 'design', 'pencil', 'miss', 'hallock', 'sol', 'tinge', 'miss', 'ledyard', 'sheppard', 'stephen', 'bolles', 'beard', 'reading_matter', 'varied', 'bright', 'thirty', 'article', 'little', 'oldest', 'young_people', 'age', 'contains', 'page', 'reading_matter', 'size', 'page', 'seven', 'illustration', 'edited', 'mary', 'mapes', 'dodge', 'published', 'scribner', 'new', 'york', 'predict', 'extensive', 'circulation', 'scribner', 'doe', 'half', 'yolo', 'democrat', 'published', 'saunders', 'woodland', 'yolo', 'cal', 'best', 'exchange', 'wurtemburg', 'physician', 'prescribed', 'thirty', 'grain', 'carbolic', 'acid', 'mixed', 'alcohol', 'water', 'rubbed', 'briskly', 'skin', 'patient', 'suffering', 'itch', 'result', 'patient', 'died', 'hour', 'narrowly', 'escaped', 'life', 'phar', 'jour', 'trans', 'tobacco', 'smoker', 'look', 'eye', 'proof', 'accumulating', 'blindness', 'slowly', 'progressive', 'atrophy', 'optic', 'nerve', 'induced', 'smoking', 'frequent', 'occurrence', 'box', 'health_reformer', 'battle', 'creek', 'mich', 'ann', 'arbor', 'mich', 'possession', 'set', 'trail', 'chart', 'published', 'white', 'freely', 'recommend', 'great_value', 'desire', 'study', 'human_system', 'healthy', 'dis', 'til', 'stu', 'plan', 'sit', 'sal', 'health_reformer']
root - INFO - extracting file #13500: 2017-04-Final-Corpus/HR18770301-V12-03-page28.txt
root - INFO - extracting file #14000: 2017-04-Final-Corpus/HR18800801-V15-08-page12.txt
root - INFO - ['good_health', 'thorities', 'careful', 'experiment', 'demonstrate', 'fact', 'change', 'accelerated', 'instead', 'impeded', 'use', 'tea', 'coffee', 'little', 'confidence', 'reliability', 'experiment', 'chance', 'error', 'interesting', 'account', 'popular', 'writer', 'science', 'foundation', 'fact', 'popular', 'prejudice', 'case', 'excellent', 'illustration', 'fact', 'number', 'illustrious', 'individual', 'time', 'recommending', 'use', 'tea', 'coffee', 'claimed', 'prevented', 'ordinary', 'rapidity', 'tissue', 'change', 'lengthened', 'life', 'economized', 'food', 'smith', 'author', 'latest', 'popular', 'reliable', 'work', 'food', 'telling', 'people', 'use', 'tea', 'coffee', 'increase', 'rapidity', 'tissue', 'change', 'increase', 'available', 'force', 'individual', 'appears', 'use', 'tea', 'coffee', 'need', 'eat', 'mote', 'food', 'instead', 'heretofore', 'claimed', 'conclusion', 'drawn', 'fact', 'scientific', 'men', 'blinded', 'fog', 'appetite', 'lose', 'sight', 'true_principles', 'allow', 'guided', 'prejudice', 'reason', 'common_sense', 'decide', 'fact', 'case', 'independent', 'contradictory', 'unreliable', 'testimony', 'holding', 'tea', 'coffee', 'harmless', 'beverage', 'temperance', 'worker', 'urged', 'introduction', 'substitute', 'alcoholic_drink', 'purpose', 'temperance', 'coffee', 'house', 'established', 'large_cities', 'believe', 'attempt', 'reform', 'drunkard', 'prevent', 'intemperance', 'greater', 'mistake', 'attempt', 'substitute', 'stimulant', 'narcotic', 'possible', 'temporary', 'benefit', 'derived', 'establishment', 'coffee', 'house', 'district', 'sudden', 'extensive', 'temperance', 'reform', 'effected', 'ultimate', 'effect', 'substituting', 'tea', 'coffee', 'alcoholic_drink', 'cure', 'intemperance', 'prove', 'fatal', 'error', 'great_sin', 'intemperance', 'use', 'alcohol', 'perse', 'gratification', 'desire', 'artificial', 'stimulation', 'fully', 'believe', 'use', 'tea', 'coffee', 'especially', 'begun', 'early', 'life', 'indulged', 'degree', 'excess', 'mean', 'insignificant', 'cause', 'intemperance', 'use', 'stimulant', 'leading', 'grossest', 'form', 'intemperance', 'reached', 'fact', 'attention', 'called', 'consideration', 'subject', 'justify', 'conclusion', 'fully', 'agree', 'sentiment', 'expressed', 'eminent', 'new', 'york', 'physician', 'consistent', 'teetotalism', 'abstains', 'form', 'stimulant', 'narcotic', 'thoroughly', 'believe', 'harm', 'present_time', 'tobacco', 'tea', 'coffee', 'form', 'alcoholic_drink', 'combined', 'deem', 'greatest', 'importance', 'effort', 'temperance', 'worker', 'turned', 'direction', 'glad', 'omen', 'progress', 'true', 'teetotalism', 'promising', 'recent', 'formation', 'american', 'health', 'temperance', 'association', 'inaugurated', 'new', 'year', 'effected', 'auxiliary', 'state', 'society', 'local', 'organization', 'secured', 'membership', 'thousand', 'teetotal', 'pledge', 'association', 'requires', 'abstinence', 'alcohol', 'tobacco', 'tea', 'coffee', 'opium', 'narcotic', 'stimulant', 'work', 'organization', 'pushed', 'vigor', 'agent', 'country', 'england', 'sweden', 'norway', 'switzerland', 'hoped', 'temperance', 'organization', 'hold', 'work', 'desire', 'information', 'respecting', 'organization', 'obtain', 'addressing', 'association', 'battle', 'creek', 'mich', 'tobacco', 'substitute', 'minnesota', 'man', 'invented', 'substitute', 'tobacco', 'received', 'patent', 'compound', 'consists', 'spikenard', 'red', 'clover', 'hyssop', 'hop', 'slippery', 'elm', 'bark', 'tarred', 'rope', 'pennyroyal', 'mullen', 'leaf', 'kinnikinic', 'wild', 'cherry', 'bark', 'ginseng', 'choose', 'think', 'tobacco', 'preferable', 'nauseous', 'compound']
root - INFO - extracting file #14500: 2017-04-Final-Corpus/HR18831101-V18-11-page3.txt
root - INFO - extracting file #15000: 2017-04-Final-Corpus/HR18870601-V22-06-page6.txt
root - INFO - ['good', 'tixai', 'rel', 'boy', 'squeeze', 'bruise', 'apple', 'need', 'taught', 'better', 'free', 'range', 'teach', 'horticultural', 'refinement', 'moral', 'lover', 'fruit', 'handle', 'tenderly', 'sell', 'choice', 'pear', 'man', 'bounce', 'basket', 'like', 'cobble', 'stone', 'brain', 'originate', 'new', 'fine', 'fruit', 'brain', 'pick', 'handle', 'lack', 'common_sense', 'fruit', 'culture', 'shown', 'department', 'production', 'family', 'easily', 'quarter', 'acre', 'opportunity', 'raise', 'abundance', 'plum', 'apple', 'cherry', 'pear', 'grape', 'currant', 'berry', 'expense', 'cultivation', 'covered', 'yearly', 'saving', 'doctor', 'butcher', 'try', 'let', 'parent', 'bring', 'child', 'natural', 'principle', 'heartily', 'accord', 'rely', 'induced', 'touch', 'flesh', 'butter', 'fruit', 'cooking', 'understood', 'tithe', 'farmer', 'family', 'year', 'eaten', 'tried', 'eat', 'dish', 'astrachan', 'apple', 'sliced', 'skin', 'skillet', 'fried', 'grease', 'core', 'apple', 'skin', 'grease', 'perverted', 'taste', 'endure', 'stuff', 'apple', 'dumpling', 'set', 'consisting', 'half', 'cooked', 'apple', 'lump', 'heavy', 'boiled', 'dough', 'excessively', 'hungry', 'ate', 'portion', 'dyspeptic', 'day', 'great', 'sympathy', 'professor', 'swing', 'horror', 'pie', 'contain', 'nightmare', 'innumerable', 'vegetable', 'fruit', 'grow', 'ground', 'pumpkin', 'squash', 'melon', 'great', 'excuse', 'real', 'connecticut', 'pumpkin', 'pie', 'ohio', 'squash', 'pie', 'good', 'pudding', 'pastry', 'try', 'succeeded', 'hybridizing', 'crossing', 'pumpkin', 'obtaining', 'variety', 'year', 'august', 'kept', 'late', 'vegetarian', 'fruitarian', 'convinced', 'better', 'confined', 'diet', 'milk', 'egg', 'fruit', 'vegetable', 'saying', 'thoreau', 'food', 'strength', 'asked', 'driving', 'managed', 'pull', 'stump', 'curiously', 'questioner', 'like', 'observed', 'carnivorous', 'habit', 'eating', 'essential', 'strength', 'powell', 'independent', 'vegetarianism', 'india', 'william', 'curran', 'retired', 'brigade', 'surgeon', 'british', 'army', 'contributes', 'following', 'interesting', 'article', 'english', 'sanitary', 'journal', 'doctor', 'evidently', 'enthusiast', 'subject', 'dietetic', 'cure', 'agree', 'diet', 'regimen', 'chronic', 'invalid', 'mean', 'help', 'important', 'aid', 'recovery', 'having', 'born', 'brought', 'easy', 'reach', 'known', 'trappist', 'monastery', 'mount', 'melleray', 'near', 'cappoquin', 'having', 'boy', 'frequently', 'visited', 'institution', 'mother', 'testify', 'knowledge', 'inmate', 'establishment', 'unusually', 'long', 'lived', 'individual', 'body', 'exceptionally', 'free', 'ailment', 'gout', 'congener', 'hepatitis', 'gravel', 'usually', 'associated', 'irregularity', 'excess', 'diet', 'men', 'age', 'standing', 'world', 'short_time', 'heard', 'surprise', 'father', 'teacher', 'known', 'thirty', 'year', 'ago', 'alive', 'hearty', 'andlthe', 'disorder', 'brother', 'body', 'appear', 'suffer', 'dyspepsia', 'chronic', 'rheumatism', 'lumbago', 'catarrhal', 'complaint', 'inseparable', 'advancing', 'year', 'comparatively', 'unsheltered', 'residence', 'bleak', 'hill', 'men', 'essential', 'respect', 'vegetarian', 'fish', 'eater', 'milk', 'drinker', 'procured', 'touch', 'flesh', 'meat', 'wine', 'liquor', 'medical', 'advice', 'sanctioned', 'abbot']
root - INFO - extracting file #15500: 2017-04-Final-Corpus/HR18890801-V24-08-page38.txt
root - INFO - extracting file #16000: 2017-04-Final-Corpus/HR18911201-V26-12-page24.txt
root - INFO - ['arsenical', 'poisoning', 'esteemed', 'contemporary', 'canada', 'health', 'journal', 'report', 'english', 'medical_journal', 'following', 'case', 'arsenical', 'poisoning', 'asserted', 'british', 'bee', 'journal', 'beekeeper', 'warburton', 'sussex', 'died', 'recently', 'effect', 'arsenical', 'poisoning', 'use', 'bright', 'crimson', 'drugget', 'containing', 'arsenic', 'house', 'year', 'said', 'sanitary', 'condition', 'premise', 'drugget', 'time', 'house', 'illness', 'occurred', 'inmate', 'recovered', 'absent', 'home', 'poisonous', 'effect', 'presence', 'aniline', 'dye', 'containing', 'small_portion', 'arsenic', 'left', 'impurity', 'production', 'dye', 'generally', 'known', 'case', 'arsenical', 'poisoning', 'use', 'material', 'dyed', 'aniline', 'dye', 'caused', 'fact', 'arsenic', 'producing', 'dye', 'fact', 'arsenical', 'compound', 'largely', 'mordant', 'fix', 'dye', 'material', 'case', 'point', 'recently', 'described', 'london', 'public', 'analyst', 'lady', 'purchased', 'known', 'west', 'end', 'establishment', 'yard', 'light', 'flimsy', 'printed', 'material', 'kind', 'employed', 'curtain', 'household', 'decoration', 'working', 'material', 'lady', 'maid', 'began', 'suffer', 'symptom', 'arsenical', 'poisoning', 'substance', 'analyst', 'contain', 'large_quantities', 'arsenic', 'compound', 'obviously', 'purpose', 'fixing', 'colored', 'printed', 'pattern', 'cosmetic', 'anxiety', 'devotee', 'fashion', 'add', 'natural', 'complexion', 'charm', 'nature', 'denied', 'given', 'rise', 'enormous', 'business', 'manufacture', 'cosmetic', 'useless', 'harmful', 'positively', 'dangerous', 'proportion', 'popular', 'remedy', 'class', 'contain', 'corrosive', 'sublimate', 'following', 'sample', 'malvina', 'cream', 'warranted', 'remove', 'freckle', 'beautify', 'complexion', 'preserve', 'smoothness', 'skin', 'composed', 'following', 'substance', 'saxoline', 'white', 'wax', 'spermaceti', 'bismuth', 'oxychloride', 'mercuric', 'chloride', 'spirit', 'rose', 'dram', 'oil', 'pint', 'drop', 'oil', 'bitter', 'almond', 'drop', 'malvina', 'lotion', 'malvina', 'cream', 'warranted', 'cure', 'freckle', 'pimple', 'moth', 'patch', 'liver', 'mole', 'ringworm', 'clean', 'softens', 'skin', 'youthful', 'freshness', 'according', 'new', 'idea', 'lotion', 'contains', 'corrosive', 'sublimate', 'deadliest', 'poison', 'palmer', 'cosmetic', 'weak', 'solution', 'sulphocarbolate', 'zinc', 'glycerine', 'rose', 'water', 'tonic', 'tonic', 'like', 'bitter', 'generally', 'mixture', 'cheap', 'alcohol', 'common', 'cheap', 'drug', 'nostrum', 'deceptive', 'patient', 'feel', 'better', 'temporarily', 'making', 'daily', 'worse', 'aptly', 'termed', 'nerve', 'foolers', 'delude', 'patient', 'fancied', 'security', 'disease', 'steadily', 'continues', 'inroad', 'body', 'ausburg', 'essence', 'life', 'rad', 'rhei', 'myrrh', 'rad', 'gentian', 'croci', 'opt', 'camphor', 'rad', 'zedoar', 'rad', 'angelica', 'castor', 'aloe', 'socot', 'vini', 'rect', 'aqua', 'murray', 'infallible', 'tonic', 'claimed', 'scrofula', 'catarrh', 'blood', 'liver', 'kidney', 'medicine', 'earth', 'aloe', 'cinnamon', 'pulv', 'glycyrrhiza', 'root', 'pulv', 'water', 'sufficient', 'fellow', 'hypophosphites', 'glucose', 'simple', 'syrup', 'hypophosphite', 'calcium', 'hypophosphite', 'potassium', 'sulphate', 'iron', 'sulphate', 'manganese', 'sulphate', 'quinine', 'sulphate', 'strychnine', 'water', 'sufficient']
root - INFO - extracting file #16500: 2017-04-Final-Corpus/HR18940201-V29-02-page39.txt
root - INFO - extracting file #17000: 2017-04-Final-Corpus/HR18960601-V31-06-page43.txt
root - INFO - ['battle', 'creek', 'mich', 'sanitarium', 'flefiati', 'food', 'established', 'food', 'cure', 'constipation', 'inactive', 'state', 'bowel', 'common', 'cause', 'malady', 'chronic', 'headache', 'biliousness', 'hemorrhoid', 'backache', 'constitutional', 'ailment', 'readily', 'attributed', 'habitual', 'constipation', 'mineral', 'water', 'laxative', 'dinner', 'pill', 'cure', 'orificial', 'surgery', 'doe', 'cure', 'constipation', 'majority', 'case', 'error', 'diet', 'best', 'cured', 'diet', 'excellent', 'remedy', 'common', 'malady', 'granose', 'new', 'food', 'recently', 'invented', 'battle', 'creek_sanitarium', 'extensively', 'employed', 'food', 'remedy', 'form', 'indigestion', 'especially', 'case', 'constipation', 'oranose', 'cure', 'constipation', 'producing', 'laxative', 'effect', 'removing', 'cause', 'disease', 'granose', 'prepared', 'wheat', 'medicine', 'food', 'delightfully', 'crisp', 'delicate', 'delicious', 'body', 'like', 'try', 'known', 'boston', 'merchant', 'writes', 'granose', 'granose', 'splendid', 'everybody', 'table', 'circular', 'address', 'battle', 'creek_sanitarium', 'health', 'food', 'battle', 'creek', 'mich', 'lit', 'com', 'pou', 'talou', 'baby', 'powder', 'donal', 'powder', 'infant', 'adult', 'originally', 'investigated', 'therapeutic', 'property', 'discovered', 'year', 'fehr', 'introduced', 'medical', 'pharmaceutical', 'profession', 'year', 'composition', 'silicate', 'magnesia', 'carbolic', 'salicylic', 'acid', 'property', 'antiseptic', 'antizymotic', 'disinfectant', 'useful', 'general', 'sprinkling', 'powder', 'positive', 'hygienic', 'prophylactic', 'therapeutic', 'property', 'good', 'affection', 'skin', 'sold', 'drug', 'trade', 'generally', 'box', 'plain', 'perfumed', 'dozen', 'plain', 'perfumed', 'manufacturert', 'julius', 'fehr', 'ancient', 'pharmacist', 'ice', 'advertised', 'medical', 'pharmaceutical', 'print']
root - INFO - extracting file #17500: 2017-04-Final-Corpus/HR18980201-V33-02-page49.txt
root - INFO - extracting file #18000: 2017-04-Final-Corpus/HR18990801-V34-08-page41.txt
root - INFO - ['school', 'health', 'hand', 'long', 'stroke', 'shoulder', 'prepare', 'quart', 'water', 'temperacoming', 'light', 'rolling', 'moveture', 'dissolve', 'ment', 'repeat', 'time', 'teacupful', 'salt', 'apply', 'dividing', 'arm', 'section', 'solution', 'hand', 'following', 'plan', 'external', 'surface', 'twice', 'giving', 'outlined', 'oil', 'rub', 'rub', 'lightly', 'light', 'percussion', 'turn', 'arm', 'briskly', 'skin', 'dry', 'possible', 'treat', 'section', 'way', 'use', 'turkish', 'bath', 'towel', 'finish', 'drying', 'ending', 'percussion', 'hand', 'finish', 'percussion', 'long', 'soothing', 'downward', 'stroke', 'dry', 'mustard', 'rub', 'useful', 'stimufrom', 'shoulder', 'finger', 'tip', 'lating', 'capillary', 'circulation', 'given', 'applying', 'lubricant', 'way', 'oil', 'rub', 'movement', 'lower', 'extremity', 'movement', 'trifle', 'heavier', 'foot', 'knee', 'treat', 'solution', 'witch', 'hazel', 'manner', 'arm', 'paying', 'special', 'attenfor', 'rub', 'designed', 'sedative', 'tion', 'knee', 'joint', 'knee', 'hip', 'effect', 'use', 'half', 'pint', 'equal', 'repeat', 'movement', 'dividing', 'witch', 'hazel', 'water', 'temperature', 'section', 'alternating', 'zoo', 'time', 'percussion', 'cleanse', 'skin', 'cool', 'manner', 'arm', 'finish', 'evaporation', 'use', 'vinegar', 'rub', 'onewith', 'long', 'stroke', 'hip', 'toe', 'half', 'pint', 'equal', 'vinegar', 'applying', 'lubricant', 'chest', 'water', 'temperature', 'begin', 'rubbing', 'lightly', 'relieving', 'irritation', 'skin', 'surface', 'chest', 'shoulder', 'alkaline', 'rub', 'excellent', 'dissolve', 'abdomen', 'begin', 'tablespoonful', 'soda', 'half', 'pint', 'ning', 'neck', 'light', 'circular', 'water', 'temperature', 'apply', 'movement', 'time', 'going', 'light', 'movement', 'omit', 'percusover', 'hip', 'patient', 'sion', 'retain', 'deep', 'inhalation', 'alcohol', 'rub', 'slightly', 'narcotic', 'light', 'percussion', 'given', 'finish', 'effect', 'terminal', 'nerve', 'cool', 'light', 'soothing', 'stroke', 'skin', 'hardens', 'surface', 'movement', 'ounce', 'alcohol', 'water', 'chest', 'finishing', 'temperature', 'use', 'long', 'soothing', 'stroke', 'spine', 'towel', 'rub', 'hand', 'rub', 'given', 'hot', 'bath', 'treatthoroughly', 'dry', 'ment', 'omit', 'percussion', 'hot_weather', 'alcohol', 'mustard', 'rub', 'usually', 'agreeable', 'use', 'talcum', 'stimulating', 'effect', 'ounce', 'powder', 'oil', 'dry', 'hand', 'rub', 'alcohol', 'mustard', 'given', 'sedative', 'effect', 'case', 'water', 'temperature', 'mix', 'use', 'movement', 'oil', 'rub', 'thoroughly', 'apply', 'rub', 'doubling', 'number', 'dry', 'shampoo', 'given', 'stimument', 'omitting', 'percussion', 'late', 'circulation', 'dry', 'shampoo', 'saline', 'rub', 'given', 'tonic', 'brush', 'surface', 'effect', 'patient', 'lie', 'fresh', 'body', 'short', 'rapid', 'stroke', 'dividing', 'dry', 'sheet', 'body', 'covit', 'section', 'oil', 'rub', 'ered', 'treatment', 'abbie', 'winegar', 'arm']
root - INFO - extracting file #18500: 2017-04-Final-Corpus/HR19001201-V35-12-page9.txt
root - INFO - extracting file #19000: 2017-04-Final-Corpus/HR19030601-V38-06-page15.txt
root - INFO - ['gymnastics', 'housework', 'sit', 'floor', 'leg', 'extended', 'foot', 'edge', 'sofa', 'placing', 'hand', 'bend', 'slowly', 'backward', 'page', 'returning', 'position', 'deep', 'breath', 'repeat', 'exercise', 'time', 'exercise', 'sitting', 'stool', 'arm', 'falling', 'relaxed', 'relax', 'muscle', 'neck', 'head', 'fall', 'forward', 'allow', 'slowly', 'roll', 'circle', 'slightly', 'directing', 'effort', 'follows', 'roll', 'direction', 'keeping', 'eye', 'closed', 'exercise', 'sitting', 'stool', 'place', 'hand', 'relax', 'muscle', 'trunk', 'allow', 'body', 'drop', 'forward', 'slowly', 'circle', 'trunk', 'allowing', 'head', 'drop', 'trunk', 'fall', 'backward', 'completing', 'circle', 'reverse', 'resistive', 'movement', 'exercise', 'lying', 'flat', 'eye', 'closed', 'alternately', 'contract', 'relax', 'succession', 'group', 'muscle', 'body', 'slowly', 'close', 'open', 'right_hand', 'contracting', 'extending', 'muscle', 'forcibly', 'possible', 'repeat', 'exercise', 'left_hand', 'slowly', 'bend', 'extend', 'right_arm', 'repeat', 'left', 'arm', 'raise', 'right_arm', 'sideways', 'extending', 'far', 'possible', 'left', 'raise', 'right_arm', 'head', 'reaching', 'far', 'possible', 'repeat', 'left', 'extend', 'flex', 'foot', 'continue', 'leg', 'muscle', 'flex', 'extend', 'leg', 'draw', 'leg', 'sideways', 'draw', 'knee', 'raise', 'leg', 'close', 'eye', 'contract', 'open', 'wide', 'possible', 'shut', 'jaw', 'closely', 'open', 'mouth', 'widely', 'twist', 'head', 'right', 'left', 'raise', 'head', 'forward', 'roll', 'head', 'backward', 'counteract', 'sided', 'development', 'breathing', 'exercise', 'best', 'breathing', 'movement', 'simple', 'exercise', 'create', 'thirst', 'air', 'rapid', 'walking', 'rapid', 'exercise', 'increase', 'rate', 'depth', 'respiration', 'following', 'exercise', 'useful', 'mean', 'stretching', 'exciting', 'respiratory', 'muscle', 'exercise', 'extend', 'arm', 'body', 'swing', 'sideways', 'vigorous', 'movement', 'breathing', 'time', 'slowly', 'return']
root - INFO - extracting file #19500: 2017-04-Final-Corpus/HR19040801-V39-08-page83.txt
root - INFO - extracting file #20000: 2017-04-Final-Corpus/HR19051101-V40-11-page59.txt
root - INFO - ['requisite', 'affusion', 'bath', 'tub', 'ordinary', 'washtub', 'patient', 'able', 'stand', 'preferable', 'sit', 'bathtub', 'patient', 'unable', 'sit', 'stand', 'lie', 'face', 'cot', 'large', 'piece', 'rubber', 'spread', 'head', 'cot', 'raised', 'water', 'run', 'lower', 'end', 'tub', 'properly', 'placed', 'purpose', 'pail', 'water', 'conveniently', 'placed', 'use', 'wet', 'towel', 'head', 'turkish', 'towel', 'large', 'linen', 'turkish', 'sheet', 'required', 'temperature', 'water', 'employed', 'vary', 'according', 'effect', 'desired', 'application', 'extend', 'whole_body', 'portion', 'employed', 'general', 'application', 'sitting', 'position', 'bathtub', 'usually', 'preferred', 'bath', 'patient', 'head', 'face', 'neck', 'thoroughly', 'cooled', 'water', 'degree', 'lower', 'employed', 'affusion', 'towel', 'wet', 'cold_water', 'wrapped', 'head', 'seat', 'leg', 'extended', 'bathtub', 'plug', 'left', 'requisite', 'num', 'affusion', 'bath', 'fig', 'local', 'affusion', 'ber', 'pail', 'water', 'quickly', 'poured', 'water', 'simply', 'poured', 'patient', 'dashed', 'great', 'height', 'distance', 'arrangement', 'permit', 'attendant', 'grasping', 'pail', 'emptied', 'patient', 'little', 'swing', 'backward', 'tilt', 'way', 'content', 'patient', 'pail', 'swing', 'forward', 'upward', 'fig', 'patient', 'sits', 'hand', 'folded', 'chest', 'protection', 'heart', 'lung', 'pailful', 'water', 'thrown', 'folded', 'hand', 'dashed', 'upper_part', 'body', 'treated', 'alternation', 'required', 'number', 'pail', 'water', 'employed', 'pail', 'emptied', 'attendant', 'vigorou', 'sly', 'rub', 'trunk', 'limb', 'patient', 'thirty', 'second', 'remove', 'bath', 'wrap', 'sheet', 'rub', 'dry', 'special_attention']
root - INFO - extracting file #20500: 2017-04-Final-Corpus/HR19070101-V42-01-page68.txt
root - INFO - extracting file #21000: 2017-04-Final-Corpus/IR19030107-V09-01-page4.txt
root - INFO - ['building', 'expense', 'hankins', 'interested', 'following', 'statment', 'showing', 'expenditure', 'far', 'new', 'industrial', 'acknowledge', 'pleasure', 'receipt', 'barrel', 'book', 'thing', 'sent', 'anderson', 'church', 'barrel', 'needed', 'shall', 'remember', 'church', 'prayer', 'owing', 'cold', 'weather', 'high', 'priced', 'fuel', 'donation', 'wood', 'rate', 'board', 'somewhat', 'advanced', 'december', 'price', 'low', 'compared', 'school', 'cost', 'student', 'home', 'privilege', 'month', 'seth', 'carahoof', 'student', 'enroll', 'come', 'patricksburg', 'work', 'want', 'like', 'copy', 'giant', 'city', 'bashan', 'came', 'unkown', 'source', 'believe', 'brethern', 'realize', 'glad', 'needed', 'article', 'needle', 'remember', 'throne', 'grace', 'wish', 'acknoweledge', 'receipt', 'barrel', 'apple', 'turnip', 'bro', 'cunningham', 'donation', 'assist', 'giving', 'young_people', 'state', 'cheap', 'rate', 'board', 'industrial', 'academy', 'report', 'december', 'school_buildings', 'excavating', 'foundation', 'building', 'rock', 'freight', 'brick', 'native', 'lumber', 'thousand', 'foot', 'stone', 'mason', 'brick', 'dressed', 'lumber', 'frame', 'lime', 'cement', 'carpenter', 'labor', 'drainage', 'work', 'material', 'sand', 'hardward', 'paint', 'architect', 'pump', 'foot', 'deep', 'fund', 'exhausted', 'roof', 'building', 'suffer', 'injury', 'left', 'exposed', 'condition', 'length', 'time', 'money', 'pledge', 'finish', 'building', 'safe', 'condition', 'school', 'prospering', 'respect', 'erection', 'building', 'teacher', 'student', 'furnish', 'money', 'brother', 'indiana', 'want', 'home', 'school', 'going', 'brother', 'going', 'let', 'waste', 'ruin', 'going', 'finish', 'work', 'time', 'spring', 'opening', 'student', 'ought', 'ground', 'early', 'spring', 'prepare', 'hot', 'bed', 'set', 'fruit', 'garden', 'school', 'suffer', 'loss', 'mind', 'experienced', 'gardner', 'charge', 'work', 'engage', 'definitely', 'sure', 'shall', 'ready', 'occupy', 'ground', 'spring', 'printing', 'plant', 'ready', 'moved', 'ground', 'soon', 'place', 'prepared', 'training', 'employment', 'student', 'save', 'expense', 'conference', 'publishing', 'paper', 'reporter', 'donation', 'tool', 'possible', 'school', 'open', 'carpenter', 'shop', 'soon', 'room', 'provided', 'brother', 'school', 'getting', 'ahead', 'lord', 'furnished', 'excellent', 'teacher', 'earnest', 'student', 'necessary', 'equipment', 'place', 'prepare', 'place', 'doe', 'lord', 'want', 'money', 'tied', 'farm', 'house', 'stock', 'business', 'work', 'hindered', 'want', 'mean', 'money', 'tied', 'untie', 'turn', 'thing', 'money', 'stop', 'making', 'excuse', 'let', 'lord', 'work', 'received', 'special', 'tract', 'winter', 'campaign', 'january', 'send', 'soon', 'possible', 'reporter', 'delayed', 'materially', 'publisher', 'moved', 'new', 'quarter', 'student', 'matron', 'enjoyed', 'sleigh', 'ride', 'week', 'board', 'janitor', 'supply', 'furnishing', 'fuel', 'rent', 'feed', 'matron', 'salary', 'expense', 'fifty', 'dollar', 'money', 'collect', 'unemployed', 'men', 'woman', 'pay', 'read', 'word', 'following', 'unsolicited', 'letter', 'salesman', 'battle', 'creek', 'mich', 'past', 'month', 'bean', 'cannassing', 'battle', 'creek', 'magic', 'pocket', 'vaporizer', 'directed', 'eflori', 'meet', 'success', 'prominent', 'business', 'man', 'remarked', 'best', 'selling', 'thing', 'saw', 'everybody', 'want', 'little', 'difficulty', 'getting', 'recommenda', 'tions', 'influential', 'people', 'having', 'secured', 'hat', 'dozen', 'testimonial', 'clergy', 'city', 'canvasser', 'need', 'little', 'capital', 'telling', 'instrument', 'delivery', 'fast', 'opportunity', 'affords', 'way', 'hts', 'influence', 'constantly', 'increasing', 'splendid_opportunity', 'afforded', 'missionary_work', 'suffering', 'canvasser', 'good', 'wage', 'predict', 'large', 'sale', 'magic', 'pocket', 'vaporizer', 'dliliold', 'magic', 'pocket', 'vaporizer', 'effective', 'mean', 'devised', 'applying', 'healing', 'remedy', 'diseased', 'mucous_membrane', 'catarrhal', 'affection', 'throat', 'lung', 'write', 'modern', 'medicine', 'champion', 'battle', 'creek', 'mich', 'day', 'ice', 'territory']
root - INFO - extracting file #21500: 2017-04-Final-Corpus/LB18990401-V02-02-page14.txt
root - INFO - extracting file #22000: 2017-04-Final-Corpus/LB19031101-V06-11-page15.txt
root - INFO - ['lying', 'rat', 'limb', 'raised', 'lowered', 'movement', 'slowly', 'direction', 'lying', 'limb', 'extended', 'raise', 'head', 'shoulder', 'far', 'possible', 'taking', 'care', 'assist', 'ihe', 'arm', 'vigorous', 'action', 'raising', 'head', 'limb', 'vibe', 'time', 'toe', 'elbow', 'lying', 'cut', 'ich', 'trunk', 'supported', 'horizontal', 'position', 'toe', 'elbow', 'raising', 'lowering', 'floor', 'brings', 'principal', 'muscle', 'trunk', 'active', 'play', 'sitting', 'edge', 'chair', 'place', 'hand', 'hip', 'raising', 'chest', 'forward', 'drawing', 'thi', 'chin', 'body', 'rigid', 'sway', 'trunk', 'time', 'lifting', 'knee', 'tilt', 'forward', 'backward', 'way', 'dozen', 'time', 'time', 'day', 'bend', 'body', 'hip', 'instead', 'abdominal_muscle', 'kept', 'tense', 'abdominal', 'organ', 'kept', 'tin', 'prom', 'position', 'reader', 'observe', 'fact', 'correct', 'wrong', 'position', 'illustrates', 'position', 'child', 'likely', 'work', 'thousand', 'grown', 'people', 'bend', 'body', 'small', 'instead', 'hip', 'brings', 'rib', 'hip', 'bone', 'near', 'abdominal_muscle', 'constantly', 'relaxed', 'encourages', 'prolapse', 'abdominal', 'organ', 'health', 'standpointa', 'dislocated', 'kidney', 'far', 'matter', 'dislocated', 'shoulder', 'reader', 'carefully', 'obsetve', 'inclined', 'wrong', 'position', 'ordinary', 'work', 'correct', 'excellent', 'mean', 'increasing', 'strength', 'abdominal_muscle', 'shot', 'compress', 'consists', 'quilted', 'sack', 'filled', 'shot', 'large', 'cover', 'abdomen', 'weigh', 'pound', 'according', 'strength', 'patient', 'patient', 'lie', 'breathe', 'slowly', 'deeply', 'possible', 'repeating', 'number', 'time', 'somewhat', 'troublesome', 'employ', 'measure', 'systematic', 'practice', 'simple', 'mean', 'suggested', 'soon', 'repaid', 'seeing', 'result', 'previously', 'labored', 'vain', 'secure', 'sign', 'time', 'helpful', 'religious', 'weekly', 'published', 'pacific_press', 'oakland', 'cal', 'price', 'year', 'hsfe', 'assumed', 'performing', 'daily', 'work', 'life', 'boast']
root - INFO - extracting file #22500: 2017-04-Final-Corpus/LB19061001-V09-10-page7.txt
root - INFO - extracting file #23000: 2017-04-Final-Corpus/LB19091001-V12-10-page33.txt
root - INFO - ['life', 'boat', 'want', 'write', 'proposition', 'wholesaler', 'general', 'agent', 'bible', 'handle', 'largest', 'line', 'manufactured', 'united', 'state', 'england', 'want', 'write', 'today', 'new', 'illustrated', 'catalogue', 'sent', 'free', 'instruction', 'telling', 'double', 'income', 'right', 'home', 'represent', 'leaving', 'home', 'friend', 'good_work', 'handsome', 'profit', 'want', 'reliable', 'agent', 'represent', 'vicinity', 'write', 'day', 'year', 'bible', 'sold', 'country', 'book', 'printed', 'good_work', 'share', 'profit', 'want', 'special', 'bible', 'present', 'friend', 'write', 'supply', 'lowest', 'price', 'proposition', 'agent', 'special', 'representative', 'exceptional', 'write', 'secure', 'territory', 'privilege', 'locality', 'surprised', 'favorable', 'offer', 'prepared', 'remember', 'requires', 'postal', 'card', 'letter', 'bring', 'handsome', 'illustrated', 'catalogue', 'instruction', 'information', 'address', 'central', 'bible', 'supply', 'grange', 'iii', 'book', 'looking', 'soul', 'winning', 'bible', 'help', 'text', 'personal', 'work', 'dozen', 'year', 'ago', 'sadler', 'began', 'writing', 'arrangement', 'little', 'booklet', 'consists', 'devoted', 'concise', 'practical', 'helpful', 'dissection', 'general_principles', 'method', 'personal', 'work', 'second', 'half', 'book', 'classified', 'arrangement', 'text', 'scripture', 'adapted', 'dealing', 'lass', 'text', 'printed', 'necessary', 'lookup', 'quotation', 'eye', 'glance', 'class', 'sinner', 'anxious', 'seeker', 'careless', 'indifferent', 'christian', 'discouraged', 'varied', 'difficulty', 'carefully', 'dealt', 'text', 'singularly', 'blest', 'god', 'dealing', 'class', 'given', 'doctor', 'diver', 'fied', 'labor', 'come', 'contact', 'class', 'society', 'dealt', 'phase', 'christian_experience', 'tempted', 'tried', 'discouraged', 'christian', 'backslider', 'price', 'cloth', 'red', 'edge', 'morocco', 'stamped', 'gold', 'address', 'life', 'boat', 'writing', 'advertiser', 'mention', 'tnt', 'ian', 'boat']
root - INFO - extracting file #23500: 2017-04-Final-Corpus/LB19120701-V15-07-page10.txt
root - INFO - extracting file #24000: 2017-04-Final-Corpus/LB19150801-V18-08-page22.txt
root - INFO - ['the_life_boat', 'long', 'story', 'high', 'contain', 'neighborhood', 'room', 'plainly', 'built', 'dollar', 'display', 'ornament', 'bed', 'comfortable', 'expensive', 'furniture', 'plainest', 'character', 'doubt', 'built', 'right', 'sanitarium', 'work', 'cure', 'department', 'feel', 'god', 'want', 'debt', 'enlargement', 'substantial', 'charity', 'feel', 'soul', 'god', 'want', 'work', 'impressed', 'carry', 'heart', 'child', 'assist', 'financially', 'substantial', 'manner', 'expect', 'suppose', 'single', 'worker', 'connected', 'hinsdale', 'sanitarium', 'lift', 'far', 'ability', 'total', 'expense', 'addition', 'doubt', 'approximately', 'neighborhood', 'help', 'feeling', 'hold', 'help', 'partner', 'god', 'want', 'number', 'year', 'know', 'carried', 'rescue', 'work', 'inadequate', 'quarter', 'carried', 'good', 'samaritan', 'inn', 'work', 'time', 'lord', 'heart', 'lay_plans', 'substantial', 'rescue', 'home', 'god', 'raised', 'willing', 'hand', 'heart', 'help', 'like', 'fifty', 'people', 'gave', 'dollar', 'sanitarium', 'family', 'lifted', 'breaking', 'point', 'far', 'near', 'sent', 'money', 'different', 'individual', 'including', 'paid', 'money', 'furnishing', 'room', 'total', 'expense', 'somewhat', 'neighborhood', 'building', 'dedicated', 'glad', 'free', 'debt', 'wonderfully', 'gratifying', 'work', 'carried', 'merely', 'maternity', 'home', 'city', 'refuge', 'girl', 'look', 'hack', 'sacred', 'memory', 'girl', 'baptized', 'year', 'genuine', 'spiritual', 'awakening', 'god', 'way', 'raised', 'help', 'hour', 'need', 'run', 'debt', 'experience', 'courage', 'believe', 'contemplated', 'enlargement', 'order', 'god', 'good', 'samaritan', 'inn', 'day', 'yesterday', 'speaking', 'worker', 'morning', 'worship', 'concerning', 'project', 'told', 'pray', 'god', 'heart', 'answer', 'prayer', 'hour', 'later', 'received', 'letter', 'farmer', 'indiana', 'quote', 'following', 'letter', 'written', 'answer', 'prayer', 'suppose', 'working', 'yesterday', 'came', 'girl', 'wood', 'needed', 'enclosed', 'thought', 'pursued', 'today', 'finally', 'overtaken', 'believe', 'able', 'person', 'person', 'need', 'god', 'bless', 'drop', 'bucket', 'compared', 'needed', 'project', 'possible', 'oak', 'contained', 'acorn', 'came', 'sort', 'assurance', 'shall', 'greater', 'thing', 'person', 'wealth', 'receive', 'great', 'blessing', 'helping', 'substantial', 'way', 'possible', 'enlargement', 'good', 'samaritan', 'inn', 'shall', 'receive', 'ministering', 'sick', 'poor', 'crowding', 'limited', 'quarter', 'hope', 'pray', 'god', 'consider', 'privilege', 'opportunity', 'thousand', 'dollar', 'dollar', 'considerable_number', 'dollar', 'apiece', 'rest', 'easily', 'raised', 'smaller', 'sum', 'point', 'desire', 'information', 'hesitate', 'let', 'know', 'glad', 'inform', 'knowing', 'woman', 'faith', 'prayer', 'earnestly', 'ask', 'prayer', 'god', 'guide', 'enterprise', 'direct', 'accordance', 'help', 'possible', 'way', 'shall', 'blessed', 'physically', 'spiritually', 'god', 'entire', 'glory', 'accomplished', 'master', 'work', 'david', 'paulson', 'stay', 'inn', 'abrams', 'cottage', 'grove', 'avenue', 'chicago', 'taken', 'suddenly', 'sick', 'thought', 'prayed', 'prayed', 'jesus', 'great', 'physician', 'heard', 'answered', 'prayer', 'received', 'letter', 'inviting', 'come', 'hinsdale', 'stay', 'good', 'samaritan', 'inn', 'glad', 'came', 'jesus', 'knew', 'needed', 'rest', 'body', 'mind', 'jesus', 'said', 'disciple', 'come', 'apart', 'desert', 'place', 'rest', 'today', 'benefited', 'physically', 'spiritually', 'praise', 'lord', 'surely', 'lord', 'selection', 'place', 'beautiful', 'place', 'help', 'spirit', 'lord', 'spirit', 'lord', 'life', 'peace', 'joy', 'happiness']
root - INFO - extracting file #24500: 2017-04-Final-Corpus/LB19190601-V22-06-page9.txt
root - INFO - extracting file #25000: 2017-04-Final-Corpus/LH19051001-V20-10-page5.txt
root - INFO - ['scene', 'japanese', 'hospital', 'matsuyama', 'convalescent', 'russian', 'officer', 'visit', 'japanese', 'hospital', 'page']
root - INFO - extracting file #25500: 2017-04-Final-Corpus/LH19080701-V23-07-page24.txt
root - INFO - extracting file #26000: 2017-04-Final-Corpus/LH19100301-V25-03-page36.txt
root - INFO - ['life_and_health', 'rubbed', 'colander', 'sufficient', 'water', 'added', 'gravy', 'right', 'consistency', 'adding', 'little', 'nut', 'butter', 'tomato', 'desired', 'little', 'dairy', 'butter', 'vegetable', 'oil', 'remembered', 'food', 'depended', 'nourishment', 'discard', 'meat', 'cereal', 'legume', 'nut', 'milk', 'egg', 'commonly', 'called', 'vegetable', 'bulk', 'diet', 'vegetarian', 'vegetable', 'fruit', 'included', 'variety', 'diet', 'contain', 'food_elements', 'valuable', 'keeping', 'healthy_condition', 'sample', 'menu', 'meatless', 'dinner', 'course', 'cream', 'sauce', 'mixture', 'soft', 'handled', 'shape', 'croquette', 'dip', 'mixture', 'egg', 'tablespoonful', 'water', 'beaten', 'roll', 'zwieback', 'crumb', 'bake', 'minute', 'hot', 'oven', 'serve', 'following', 'sauce', 'milk', 'cup', 'sifted', 'flour', 'tablespoonful', 'vegetable', 'oil', 'teaspoonful', 'salt', 'pea', 'equal', 'quantity', 'cooked', 'fresh', 'pea', 'heat', 'milk', 'double_boiler', 'thickeii', 'flour', 'stirred', 'smooth', 'little', 'cold', 'milk', 'stir', 'oil', 'salt', 'add', 'pea', 'pea', 'cutlet', 'nut', 'crumb', 'left', 'pea', 'puree', 'pack', 'oiled', 'bread', 'tin', 'day', 'removed', 'pan', 'sliced', 'dip', 'slice', 'egg', 'water', 'mixture', 'given', 'preceding', 'recipe', 'roll', 'chopped', 'english', 'walnut', 'place', 'oiled', 'pan', 'bake', 'minute', 'hot', 'oven', 'serve', 'tomato', 'cream', 'sauce', 'tomato', 'cup', 'sifted', 'flour', 'tablespoonful', 'cream', 'rub', 'tomato', 'fine', 'colander', 'heat', 'boiling', 'thicken', 'flour', 'rubbed', 'smooth', 'cream', 'pea', 'pur', 'thoroughly', 'wash', 'pint', 'scotch', 'pea', 'soak', 'overnight', 'cook', 'slowly', 'hour', 'till', 'thoroughly', 'softened', 'dry', 'rub', 'colander', 'add', 'teaspoonful', 'salt', 'fourth', 'cup', 'cream', 'tablespoonful', 'vegetable', 'oil', 'scotch', 'pea', 'baked', 'like', 'bean', 'scotch', 'pea', 'teaspoonful', 'salt', 'tablespoonful', 'molasses', 'tablespoonful', 'vegetable', 'oil', 'soak', 'pea', 'overnight', 'morning', 'bean', 'pot', 'add', 'remaining', 'ingredient', 'sufficient', 'boiling', 'water', 'cover', 'cover', 'pot', 'bake', 'moderate', 'oven', 'hour', 'longer', 'adding', 'boiling', 'water', 'necessary', 'rice', 'croquette', 'cold', 'cooked', 'rice', 'beaten', 'egg', 'tablespoonful', 'vegetable', 'nil', 'teaspoonful', 'sugar', 'grapefruit', 'cream', 'corn', 'soup', 'barley', 'tomato', 'soup', 'ripe', 'olive', 'cheese', 'stick', 'mashed', 'potato', 'bar', 'cream', 'sauce', 'walnut', 'croquette', 'pea', 'mashed', 'squash', 'cranberry', 'jelly', 'pea', 'cutlet', 'nut', 'crumb', 'tomato', 'cream', 'sauce', 'asparagus', 'point', 'toast', 'golden', 'grain', 'date', 'fruit', 'salad', 'walnut', 'bun', 'stuffed', 'date', 'apple', 'pie', 'cereal', 'coffee', 'strawberry', 'banana', 'sherbert', 'snow', 'pudding', 'sponge', 'cake', 'mixed', 'nut', 'layer', 'raisin', 'orange', 'fruit', 'nectar', 'apple', 'menu', 'course', 'simplified', 'suit', 'occasion', 'meat', 'substitute', 'main', 'theme', 'article', 'recipe', 'recipe', 'menu', 'walnut', 'croquette', 'stale', 'bread', 'crumb', 'cup', 'chopped', 'walnut', 'teaspoonful', 'salt', 'teaspoonful', 'sage', 'cream', 'sauce', 'milk', 'gravy', 'mix', 'dry', 'ingredient', 'mix']
root - INFO - extracting file #26500: 2017-04-Final-Corpus/LH19110801-V26-08-page27.txt
root - INFO - extracting file #27000: 2017-04-Final-Corpus/LH19130401-V28-04-page38.txt
root - INFO - ['qjes', 'editor', 'treat', 'patient', 'mail', 'seriously', 'ill', 'need', 'service', 'physician', 'personal', 'examination', 'watch', 'progress', 'case', 'reply', 'question', 'sent', 'subscriber', 'promptly', 'mail', 'brief', 'general', 'direction', 'state', 'healthful', 'principle', 'following', 'condition', 'question', 'written', 'separate_sheet', 'addressed', 'editor', 'mixed', 'business_matters', 'legible', 'point', 'request', 'accompanied', 'return', 'postage', 'sending', 'question', 'state', 'subscriber', 'regular', 'purchaser', 'agent', 'accompany', 'query', 'price', 'subscription', 'life_and_health', 'service', 'extended', 'regular', 'reader', 'such_questions', 'general_interest', 'answered', 'mail', 'answered', 'department', 'magnetic', 'electric', 'appliance', 'wife', 'troubled', 'muscular', 'rheumatism', 'magnetic', 'belt', 'corset', 'foot', 'pad', 'suggested', 'thing', 'produce', 'electricity', 'value', 'magnetic', 'electric', 'appliance', 'set', 'simply', 'fraud', 'produce', 'good', 'potato', 'pocket', 'person', 'think', 'carrying', 'potato', 'relief', 'rheumatism', 'suggestion', 'magnetic', 'electric', 'appliance', 'corn', 'protection', 'child', 'great', 'tendency', 'sore', 'throat', 'advise', 'feeding', 'family', 'cornmeal', 'corn', 'product', 'produce', 'heat', 'energy', 'order', 'protect', 'disease', 'decidedly', 'corn', 'meal', 'contains', 'certain_amount', 'energy', 'person', 'live', 'nearly', 'exclusive', 'corn', 'diet', 'poorly', 'nourished', 'think', 'easy', 'overdo', 'use', 'food', 'shingle', 'tell', 'nature', 'shingle', 'cause', 'shingle', 'herpes', 'zoster', 'neuralgia', 'neuritis', 'accompanied', 'breaking', 'skin', 'small', 'blister', 'course', 'affected', 'nerve', 'usually', 'intercostal', 'nerve', 'blister', 'ruptured', 'broken', 'apply', 'oil', 'cover', 'bandage', 'protect', 'clothing', 'attack', 'annoying', 'dangerous', 'likely', 'recur', 'water', 'brash', 'cause', 'water', 'brash', 'good', 'water', 'brash', 'given', 'probably', 'different', 'condition', 'tasteless', 'eructation', 'brought', 'stomach', 'case', 'woman', 'middle', 'age', 'acrid', 'bitter', 'material', 'regurgitated', 'stomach', 'owing', 'probably', 'dietetic', 'error', 'form', 'water', 'brash', 'follow', 'use', 'oatmeal', 'probably', 'formation', 'butyric', 'acid', 'stomach', 'case', 'little', 'change', 'diet', 'avoidance', 'rancid', 'butter', 'oatmeal', 'relieve', 'trouble', 'case', 'traced', 'dietetic', 'error', 'best', 'obtain', 'advice', 'physician', 'cause', 'bran', 'bread', 'constipation', 'know', 'use', 'bran', 'bread', 'constipation', 'nearly', 'case', 'constipation', 'relieved', 'use', 'coarse', 'food', 'relieved', 'mean', 'condition', 'cured', 'long', 'coarse', 'food', 'eaten', 'condition', 'troublesome', 'coarse', 'food', 'entirely', 'relieve', 'condition', 'long', 'bran', 'bread', 'serf', 'good', 'purpose', 'simpler', 'preparation', 'bran', 'molasses', 'cake', 'consisting', 'essentially', 'bran', 'molasses', 'cooked', 'oven', 'form', 'pudding', 'cut', 'square', 'needed', 'bran', 'molasses', 'laxative', 'effect', 'course', 'hardly', 'advisable', 'fermentative', 'trouble', 'use', 'sugar', 'bran', 'tablespoonful', 'bran', 'glass', 'half', 'water', 'stir', 'drink', 'breakfast', 'bran', 'bread', 'suggest', 'use', 'ordinary', 'bread', 'sponge', 'kneading', 'bread', 'add', 'clean', 'bran', 'worked', 'permit', 'bread', 'rise', 'fairly', 'matter', 'experiment', 'intelligent', 'housewife', 'abdominal', 'girdle', 'constipation', 'moist', 'abdominal', 'girdle', 'constipation', 'virtue', 'use']
root - INFO - extracting file #27500: 2017-04-Final-Corpus/LH19150601-V30-06-page34.txt
root - INFO - extracting file #28000: 2017-04-Final-Corpus/LH19170801-V32-08-page5.txt
root - INFO - ['editor', 'miller', 'vol', 'live', 'icsociate', 'editor', 'hansen', 'august', 'office', 'editor', 'heald', 'real_value', 'vacation', 'lie', 'opportunity', 'health', 'getting', 'time', 'year', 'breaking', 'away', 'grip', 'grind', 'routine', 'duty', 'devoting', 'oneself', 'care', 'free', 'relaxation', 'time', 'time', 'recuperating', 'lost', 'occasion', 'opposed', 'enjoyment', 'contrary', 'essential', 'fullest', 'enjoyment', 'lasting', 'result', 'getting', 'away', 'vim', 'stocking', 'reserve', 'energy', 'splendid_opportunity', 'securing', 'substantial', 'benefit', 'appreciated', 'holiday', 'value', 'lost', 'spirit', 'abandon', 'characterizes', 'vacation', 'thought', 'making', 'regular_work', 'certain_time', 'calling', 'vacation', 'doe', 'necessarily', 'constitute', 'change', 'recreation', 'possible', 'change', 'best', 'country', 'season', 'desirable', 'change', 'afford', 'pleasant', 'recreation', 'contract', 'typhoid', 'fever', 'polluted', 'water', 'supply', 'help', 'making', 'vacation', 'hansen', 'vimomial']
root - INFO - extracting file #28500: 2017-04-Final-Corpus/LH19200801-V35-08-page15.txt
root - INFO - extracting file #29000: 2017-04-Final-Corpus/LibM19111001-V06-04-page21.txt
root - INFO - ['false', 'premise', 'bring', 'direful', 'conclusion', 'heald', 'principle', 'national', 'reform', 'association', 'united', 'state', 'nation', 'moral', 'accountable', 'god', 'action', 'having', 'intelligence', 'conscience', 'soul', 'lost', 'saved', 'taught', 'christian_nation', 'christianity', 'entered', 'life', 'republic', 'christianity', 'law', 'land', 'word', 'state', 'divine_institution', 'moral', 'end', 'instituted', 'accomplish', 'moral', 'purpose', 'true', 'logical', 'deduction', 'moral', 'institution', 'code', 'moral_laws', 'second', 'position', 'taken', 'national', 'reform', 'association', 'government', 'doe', 'code', 'moral', 'code', 'commandment', 'allen', 'grove', 'city', 'state', 'code', 'moral', 'government', 'function', 'based', 'christian', 'application', 'commandment', 'bible', 'step', 'necessarily', 'moral_law', 'enforced', 'violation', 'moral_code', 'law', 'citizen', 'immoral', 'act', 'subject', 'penalty', 'prove', 'step', 'taken', 'quote', 'christian_statesman', 'enforce', 'come', 'law', 'christian', 'morality', 'purpose', 'civil_government', 'enforce', 'moral_law', 'people', 'moral_law', 'voluntarily', 'need', 'use', 'force', 'reference', 'power', 'authority', 'enforce', 'long', 'sin', 'world', 'need', 'civil_government', 'enforce', 'moral_law', 'man', 'moral', 'subject', 'moral', 'enforced', 'nation', 'person', 'civil', 'right', 'immoral', 'right', 'object', 'civil', 'instruction', 'morality', 'allen', 'state', 'kingdom', 'fourth', 'premise', 'sunday', 'observance', 'basis', 'moral_obligation', 'desecration', 'immoral', 'act', 'subject', 'penalty', 'civil_law', 'christian_statesman', 'november', 'sabbath', 'sunday', 'divine_institution', 'designed', 'express', 'acknowledgment', 'god', 'right', 'creator', 'observe', 'lord', 'day', 'acknowledge', 'basis', 'foundation', 'moral_obligation', 'desecrate', 'sabbath', 'sunday', 'ignore', 'right', 'god', 'far', 'observance', 'appointed', 'day', 'acknowledgment', 'sunday', 'observance', 'basis', 'moral_obligation', 'sunday', 'law', 'statute_book', 'state', 'california', 'fine', 'imprisonment', 'violation', 'principle', 'upbuilding', 'kingdom', 'god', 'based', 'utterly', 'unlike', 'principle', 'enunciated', 'power', 'spirit', 'saith', 'lord', 'scripture', 'god', 'declared', 'province', 'state', 'compel', 'men', 'christian', 'commissioned', 'church', 'persuade', 'whosoever', 'accept', 'christ', 'power', 'gospel', 'spirit', 'power', 'state', 'direful', 'conclusion', 'national', 'reform', 'association', 'derived', 'reasoning', 'false', 'premise', 'follows', 'inasmuch', 'state', 'moral', 'institution', 'having', 'moral_code', 'law', 'man', 'moral', 'having', 'right', 'object', 'civil', 'instruction', 'morality', 'violation', 'moral_laws', 'immoral', 'act', 'sunday', 'observance', 'moral_law', 'interpreted', 'state', 'desecration', 'immoral', 'uncivil', 'act', 'man', 'conduct', 'tends', 'break', 'obliterate', 'distinction', 'lord', 'day', 'day', 'good', 'citizen', 'plea', 'religion', 'nation', 'national']
root - INFO - extracting file #29500: 2017-04-Final-Corpus/LibM19180101-V13-01-page1.txt
root - INFO - extracting file #30000: 2017-04-Final-Corpus/LUH19100803-V02-31-page3.txt
root - INFO - ['day', 'afternoon', 'celebrated', 'ordinance', 'lord', 'house', 'precious_season', 'church', 'reduced', 'number', 'member', 'ought', 'example', 'encouragement', 'small', 'church', 'faithful', 'little', 'knowing', 'god', 'reward', 'earnest', 'labor', 'love', 'due_time', 'increase', 'number', 'mcreynolds', 'bethel', 'academy', 'earnest', 'request', 'come', 'writer', 'late', 'place', 'bethel', 'academy', 'coming', 'year', 'ease', 'expressed', 'feeling', 'room', 'engaged', 'wish', 'plan', 'care', 'comfort', 'young_people', 'come', 'true', 'great', 'wave', 'setting', 'advantage', 'good', 'training', 'youth', 'getting', 'bethel', 'genuine', 'progress', 'dear', 'young_people', 'year', 'great', 'inspiration', 'score', 'member', 'faculty', 'academy', 'attendance', 'educational', 'convention', 'held', 'june', 'came', 'touch', 'educator', 'advanced', 'school', 'united', 'state', 'convention', 'unifying', 'work', 'school', 'felt', 'exchange', 'experience', 'great_help', 'received', 'problem', 'school', 'strong', 'work', 'school_year', 'beginning', 'september', 'change', 'faculty', 'year', 'change', 'brings', 'steady', 'devoted', 'young_man', 'recently', 'graduated', 'union_college', 'sure', 'notify', 'undersigned', 'plan', 'attend', 'school', 'place', 'provided', 'difficulty', 'way', 'coming', 'let', 'help', 'stone', 'special', 'notice', 'reader', 'lake', 'union', 'herald', 'wisconsin', 'dear', 'brother', 'sister', 'appeal', 'paid', 'cement', 'block', 'school_house', 'bethel', 'agreed', 'pay', 'suppose', 'waiting', 'expecting', 'bring', 'money', 'camp_meeting', 'knew', 'money', 'needed', 'little', 'inconvenience', 'sending', 'considered', 'sure', 'owe', 'better', 'afford', 'secure', 'money', 'borrowing', 'bethel', 'academy', 'afford', 'continue', 'creditor', 'asking', 'money', 'month', 'dollar', 'standing', 'block', 'brother', 'sister', 'attend', 'matter', 'quickly', 'possible', 'maybe', 'member', 'church', 'lake', 'union', 'herald', 'attention', 'matter', 'ask', 'owe', 'bethel', 'academy', 'block', 'account', 'like', 'send', 'letter', 'owe', 'general_way', 'speaking', 'taken', 'stand', 'earnestly', 'praying', 'led', 'forsake', 'inherit', 'thing', 'davis', 'quincy', 'custom', 'year', 'quincy', 'sabbath', 'school', 'held', 'annual', 'picnic', 'beautiful', 'lake', 'mile', 'town', 'wednesday', 'july', 'invited', 'church', 'coldwater', 'hillsdale', 'present', 'join', 'little', 'healthful', 'recreation', 'goodly', 'number', 'present', 'coldwater', 'hillsdale', 'took', 'pleasure', 'occasion', 'day', 'pleasantly', 'passed', 'visiting', 'boating', 'bathing', 'felt', 'profitable', 'believe', 'god', 'people', 'draw', 'nearer', 'closer', 'sympathy', 'danger', 'thicken', 'necessary', 'provide', 'proper', 'amusement', 'young_people', 'separate', 'world', 'help', 'hold', 'angel', 'message', 'satan', 'plan', 'laid', 'entrap', 'forestall', 'scheme', 'church_work', 'moving', 'onward', 'raised', 'fund', 'half', 'bethel', 'academy', 'board', 'west', 'michigan', 'bedford', 'sabbath', 'july', 'heart', 'glad', 'witnessed', 'baptism', 'precious_souls', 'firmly', 'decided', 'stand', 'truth', 'keeping', 'commandment', 'god', 'intended', 'taking', 'step', 'unable', 'occasion', 'manifesting', 'lakeyunion', 'herald', 'mcrevnodls', 'church_school', 'monterey', 'michigan', 'running', 'year', 'pupil', 'number', 'monterey', 'mile', 'north', 'allegan', 'good', 'farming', 'country', 'people', 'prosperous', 'farm', 'vicinity', 'church', 'ranging', 'size', 'threefourths', 'acre', 'acre', 'sale', 'reasonable', 'figure', 'leased', 'brother', 'anxious', 'family', 'child', 'proper', 'age', 'accommodated', 'neighborhood', 'share', 'blessing', 'responsibility', 'school', 'article', 'written', 'request', 'school_board', 'reach', 'interested', 'write', 'undersigned', 'allegan', 'mich', 'john', 'covert', 'west', 'michigan', 'camp_meeting', 'seldom', 'lord', 'point', 'place', 'hold', 'camp_meeting', 'battle', 'creek', 'chosen', 'direction', 'prophet', 'lord', 'individual', 'west', 'michigan', 'conference', 'wish', 'attend', 'meeting', 'certainly', 'expect', 'spirit', 'lord', 'poured', 'gathering', 'time', 'lord', 'people', 'need', 'strength', 'gathering', 'rent', 'tent', 'furniture', 'reduced', 'trifle', 'year', 'hope', 'people', 'avail', 'camp_meeting', 'ground', 'located', 'north', 'city', 'battle', 'creek', 'beautiful_grove', 'excellent', 'water', 'need', 'afraid', 'year', 'getting', 'bad', 'water', 'ground', 'supplied', 'city', 'water', 'tome', 'electric', 'car', 'entitled', 'transfer', 'sure', 'ask', 'conductor', 'transfer', 'washington', 'avenue', 'car', 'coming', 'station', 'car', 'near', 'depot', 'obliged', 'transfer', 'ask', 'conductor', 'transfer', 'washington', 'avenue', 'car', 'end', 'line', 'camp_ground', 'block', 'west', 'arrangement', 'baggage', 'definitely', 'settled', 'expected', 'usual', 'custom', 'prevail', 'camp', 'visiting', 'train', 'wednesday', 'thursday', 'august', 'check', 'camp_meeting', 'check', 'return', 'bid', 'fair', 'meeting', 'best', 'held', 'state', 'send', 'order', 'tent', 'share', 'thompson', 'family', 'wanted']
root - INFO - extracting file #30500: 2017-04-Final-Corpus/LUH19130402-V05-13-page3.txt
root - INFO - extracting file #31000: 2017-04-Final-Corpus/LUH19151222-V07-51-page8.txt
root - INFO - ['lake_union_herald', 'north', 'michigan', 'conference_office', 'address', 'petoskey', 'petoskey', 'mich', 'president', 'irwin', 'elder', 'meeting', 'meeting', 'year', 'petoskey', 'january', 'condition', 'arose', 'saw', 'held', 'month', 'meeting', 'arranged', 'sorry', 'sending', 'notice', 'elder', 'letter', 'leader', 'present', 'respect', 'meeting', 'best', 'held', 'know', 'held', 'meeting', 'free', 'spirit', 'discussion', 'elder', 'broad', 'plan', 'laid', 'advancement', 'work', 'communicated', 'church', 'regular', 'order', 'work', 'mission', 'received', 'consideration', 'feel', 'ought', 'hold', 'good', 'substantial', 'way', 'present', 'heard', 'best', 'elder', 'meeting', 'attended', 'financial', 'condition', 'conference', 'best', 'frost', 'great', 'injury', 'expression', 'discouragement', 'note', 'cheer', 'heard', 'meeting', 'closed', 'conference_workers', 'remained', 'half', 'day', 'plan', 'work', 'arranged', 'visit', 'church', 'week', 'prayer', 'best', 'church', 'obliged', 'help', 'hope', 'soon', 'worker', 'bible', 'gone', 'received', 'great', 'blessing', 'attend', 'stirred', 'evening', 'regular', 'study', 'began', 'ask', 'question', 'separated', 'company', 'wikander', 'speaking', 'clock', 'conducting', 'meeting', 'night', 'week', 'dollar', 'bay', 'mile', 'away', 'having', 'good_interest', 'rejoicing', 'truth', 'place', 'prepared', 'faithful_work', 'swedish', 'colporteurs', 'year', 'geo', 'wikander', 'goal', 'month', 'year', 'december', 'soon', 'hasten', 'good', 'goal', 'conference', 'raise', 'cent', 'week', 'doubtless', 'exceeded', 'goal', 'severe', 'frost', 'struck', 'early', 'fall', 'defeated', 'brother', 'faith', 'lord', 'strong', 'promise', 'shall', 'supply', 'need', 'let', 'trust', 'gift', 'paid', 'treasurer', 'christmas', 'reach', 'office', 'time', 'counted', 'anxious', 'helping', 'harvest', 'ingathering', 'campaign', 'turn', 'proceeds', 'treasurer', 'christmas', 'planned', 'glad', 'finish', 'work', 'treasurer', 'proceeds', 'send', 'december', 'report', 'easy', 'michigan', 'conference_office', 'address', 'holly', 'mich', 'president', 'guthrie', 'elder', 'worker', 'meeting', 'decided', 'hold', 'meeting', 'flint', 'jan', 'meeting', 'held', 'church', 'stockton', 'street', 'date', 'regular', 'program', 'begin', 'free', 'entertainment', 'provided', 'elder', 'worker', 'desire', 'elder', 'church', 'come', 'meeting', 'stay', 'till', 'close', 'elder', 'church', 'attend', 'grant', 'courtesy', 'treasurer', 'clerk', 'come', 'instead', 'elder', 'solicitous', 'church', 'represented', 'transportation', 'allowed', 'representing', 'church', 'kindly', 'write', 'elder', 'kittle', 'fifth', 'street', 'flint', 'soon', 'sure', 'attending', 'provision', 'entertainment', 'elder', 'christian', 'present', 'excellent_meeting', 'expected', 'guthrie', 'colporteurs', 'institute', 'east', 'michigan', 'colporteurs', 'institute', 'held', 'detroit', 'church', 'dec', 'jan', 'important', 'gathering', 'attended', 'plan', 'remedy', 'difficulty', 'good', 'experience', 'irwin', 'help', 'lord', 'secured', 'harvest', 'ingathering', 'mission', 'taken', 'divided', 'gone', 'different_ones', 'help', 'start', 'reached', 'goal', 'received', 'large', 'donation', 'dollar', 'piece', 'cent', 'quarter', 'cent', 'coin', 'enjoyed', 'ingathering', 'time', 'large', 'donation', 'good', 'talk', 'experience', 'different_ones', 'lord', 'praise', 'bertha', 'jorgensen', 'hancock', 'week', 'october', 'moved', 'houghton', 'mich', 'soon', 'settled', 'began', 'hold', 'bible', 'reading', 'week', 'bay', 'hancock', 'swedish', 'people', 'study', 'held', 'home', 'excellent', 'family', 'attended', 'prominent', 'member', 'lutheran', 'church', 'attends', 'deacon', 'upbraided', 'said', 'faithful', 'attending', 'church', 'doubt', 'came', 'regard', 'christianity', 'time', 'troubled', 'prayed', 'god', 'right_way', 'new', 'minister', 'came', 'doubt']
root - INFO - extracting file #31500: 2017-04-Final-Corpus/LUH19180710-V10-28-page6.txt
root - INFO - extracting file #32000: 2017-04-Final-Corpus/LUH19200804-V12-31-page7.txt
root - INFO - ['peoria', 'tent_meetings', 'progress', 'week', 'testing', 'truth', 'given', 'goodly', 'number', 'signified', 'intention', 'walk', 'commandment', 'god', 'hoping', 'time', 'emphasis', 'stand', 'taken', 'audience', 'exception', 'sunday', 'night', 'large', 'regular', 'attendant', 'monday', 'night', 'elder', 'wood', 'india', 'spoke', 'crowded', 'tent', 'experience', 'seventh', 'day', 'adventist', 'nature', 'work', 'orient', 'talk', 'properly', 'set', 'forth', 'position', 'adventist', 'occupy', 'world', 'evangelism', 'consequently', 'lent', 'considerable', 'prestige', 'work', 'good_courage', 'expect', 'result', 'summer', 'finish', 'village', 'necessary', 'place', 'stay', 'called', 'hotel', 'received', 'order', 'gave', 'lodging', 'place', 'obtained', 'order', 'restaurant', 'gave', 'opportunity', 'meal', 'thought', 'came', 'car', 'deliver', 'order', 'way', 'street', 'saw', 'barber', 'shop', 'knew', 'need', 'hair', 'cut', 'shave', 'stepped', 'barber', 'gave', 'order', 'morning', 'started', 'country', 'great', 'deal', 'good_experiences', 'blessing', 'received', 'week', 'secured', 'dollars_worth', 'order', 'brother', 'johnson', 'glad', 'opportunity', 'going', 'big_week', 'prospectus', 'importance', 'line', 'work', 'mean', 'reaching', 'people', 'message', 'impressed', 'strongly', 'mind', 'endeavored', 'people', 'lived', 'mile', 'wood', 'main', 'road', 'col', 'porteur', 'fulfills', 'prophecy', 'lord', 'sends', 'hunter', 'hunt', 'like', 'playing', 'hide', 'seek', 'glad', 'people', 'ready', 'respond', 'busy', 'time', 'farmer', 'putting', 'hay', 'individual', 'week', 'refused', 'look', 'book', 'prejudiced', 'seventh', 'day', 'adventist', 'number', 'people', 'visited', 'attended', 'meeting', 'camp_meeting', 'herald', 'morning', 'tract', 'society', 'number', 'book', 'hand', 'colporteurs', 'considered', 'book', 'date', 'people', 'thought', 'word', 'line', 'book', 'illustrated', 'mind', 'fact', 'truth', 'date', 'week', 'hour', 'lord', 'blessed', 'effort', 'fiftyfive', 'order', 'truly', 'lord', 'work', 'trust', 'large_number', 'share', 'blessing', 'received', 'colporteur', 'brother', 'copeland', 'report', 'interesting', 'week', 'writes', 'privilege', 'spend', 'time', 'big_week', 'going', 'house', 'house', 'printed', 'page', 'great_truth', 'day', 'emphasized', 'tried', 'truth', 'pointed', 'herald', 'morning', 'told', 'spirit', 'prophecy', 'great_burden', 'finishing', 'work', 'young_people', 'meant', 'week', 'tried', 'finnish', 'people', 'importance', 'book', 'child', 'young_people', 'home', 'interpret', 'canvas', 'order', 'secured', 'surely', 'missionary', 'volunteer', 'kind', 'work', 'cause', 'thermometer', 'courage', 'rise', 'need', 'personal_work', 'ashland', 'county', 'worked', 'new', 'foreigner', 'read', 'english', 'course', 'work', 'post', 'elmo', 'general_meeting', 'sabbath', 'july', 'pleasure', 'writer', 'meet', 'isolated', 'brother', 'general_meeting', 'elmo', 'family', 'believer', 'living', 'elnio', 'general_meeting', 'held', 'yard', 'brother', 'john', 'boyd', 'home', 'enjoyed', 'shade', 'large', 'tree', 'day', 'meeting', 'held', 'sabbath', 'school', 'eighty', 'men', 'woman', 'child', 'consisting', 'scattered', 'brother', 'state', 'present', 'meeting', 'auto', 'load', 'came', 'distance', 'load', 'driving', 'nineteen', 'mile', 'forty_miles', 'feel', 'god', 'met', 'blessing', 'day', 'aim', 'hold', 'general_meetings', 'character', 'location', 'state', 'brother', 'come', 'farm', 'small', 'town', 'meet', 'worship', 'god', 'believe', 'meeting', 'revive', 'old_time', 'seventh', 'day', 'adventist', 'spirit', 'ask', 'brother', 'state', 'watch', 'notice', 'lake_union_herald', 'meeting', 'respond', 'promptly', 'given', 'holden', 'north', 'wisconsin', 'conference_office', 'address', 'tenth', 'ave', 'west', 'ashland', 'mail', 'address', 'drawer', 'president', 'irwin', 'big_week', 'experience', 'brother', 'morris', 'writes', 'big_week', 'north', 'wiscohsin', 'past', 'joy', 'enthusiasm', 'started', 'field', 'old', 'canvassing', 'harness', 'memory', 'went', 'rich', 'experience', 'past', 'monday', 'stepped', 'train', 'little', 'village', 'place', 'labor', 'week', 'secured', 'number', 'order', 'village', 'starting', 'surrounding', 'country', 'took', 'day', 'lake', 'unioini', 'herald']
root - INFO - extracting file #32500: 2017-04-Final-Corpus/PHJ18880801-V03-08-page8.txt
root - INFO - extracting file #33000: 2017-04-Final-Corpus/PHJ18920101-V07-01-page26.txt
root - INFO - ['eacific', 'health', 'journal', 'true', 'dress', 'reform', 'mean', 'reform', 'article', 'clothing', 'lady', 'day', 'age', 'lay', 'fashionable', 'clothing', 'dress', 'enjoy', 'outdoor', 'exercise', 'open_air', 'increasing', 'exercise', 'endure', 'recover', 'health', 'beauty', 'live', 'measure', 'day', 'bless', 'world', 'example', 'work', 'god', 'men', 'woman', 'die', 'leaving', 'work', 'unfinished', 'bring', 'habit', 'life', 'conformity', 'law', 'live', 'obedience', 'moral', 'physical', 'requirement', 'god', 'sel', 'fashion', 'mental', 'standard', 'corset', 'bustle', 'hoop', 'stiff', 'hat', 'bonnet', 'consigned', 'inevitable', 'doom', 'penance', 'relentless', 'manipulation', 'boy', 'pet', 'goat', 'man', 'invented', 'starch', 'shall', 'place', 'bad', 'scale', 'big', 'weigh', 'pain', 'grief', 'soul', 'corroding', 'effect', 'thing', 'fashion', 'sort', 'criterion', 'know', 'mental', 'state', 'people', 'weathercock', 'house', 'indicates', 'way', 'wind', 'blow', 'likewise', 'fashion', 'express', 'sentiment', 'people', 'fashion', 'adopted', 'regardless', 'merit', 'posse', 'utility', 'moral', 'standpoint', 'know', 'mind', 'people', 'country', 'advantage', 'undergo', 'mental', 'house', 'cleaning', 'refurnished', 'shoddy', 'people', 'eat', 'drink', 'dress', 'utility', 'fashion', 'want', 'misery', 'unknown', 'sel', 'effect', 'tight', 'lacing', 'monitor', 'commenting', 'labor', 'scientific', 'physician', 'experimenting', 'effect', 'tight', 'lacing', 'monkey', 'suggests', 'gentleman', 'need', 'great', 'trouble', 'world', 'witness', 'day', 'street', 'effect', 'tight', 'lacing', 'monkey', 'good', 'thought', 'blessed', 'guest', 'heartily', 'welcomed', 'fed', 'sought', 'like', 'rose', 'leaf', 'sweet', 'smell', 'laid', 'jar', 'memory', 'spurgeon', 'eublist', 'depaittmea', 'set', 'face', 'conflict', 'ear', 'year', 'passed', 'fought', 'disease', 'trying', 'instruction', 'prevent', 'believing', 'prevention', 'better', 'cure', 'reader', 'think', 'read', 'applied', 'advice', 'given', 'time', 'time', 'page', 'journal', 'studied', 'let', 'ambition', 'acquainted', 'law', 'health', 'good', 'associated', 'cettainly', 'worthy', 'ambition', 'hard', 'carry', 'instruction', 'true', 'harder', 'sick', 'easy', 'worth', 'climb', 'hill', 'perfect', 'view', 'valley', 'day', 'true', 'science', 'eating', 'drinking', 'year', 'help', 'concentrate', 'thought', 'energy', 'thing', 'natural', 'way', 'achieved', 'discovered', 'tell', 'fact', 'neighbor', 'good', 'advice', 'tell', 'benefit', 'important_work', 'benefiting', 'suffering', 'sorrowing', 'send', 'cordial', 'new', 'year', 'greeting', 'membership', 'american', 'pharmaceutical', 'association', 'obtained', 'election', 'annual_meeting', 'pharmacist', 'druggist', 'good', 'moral', 'professional', 'standing', 'business', 'account', 'retired', 'business', 'employed', 'teacher', 'pharmacy', 'chemistry', 'botany', 'specially', 'interested', 'pharmacy', 'materia', 'medica', 'eligible', 'membership', 'blank', 'application', 'information', 'address', 'whelpley', 'washington', 'avenue', 'louis', 'chairman', 'committee', 'membership', 'handy', 'device', 'practical', 'use', 'desk', 'editor', 'business_man', 'columbia', 'daily', 'calendar', 'calendar', 'form', 'pad', 'containing', 'leaf', 'inch', 'slip', 'bear', 'short', 'paragraph', 'pertaining', 'cycling', 'kindred', 'subject', 'leaf', 'blank', 'memoranda', 'stand', 'entirely', 'new', 'departure', 'sheet', 'metal', 'finished', 'ivory', 'black', 'compact', 'seventh', 'issue', 'known', 'calendar', 'issued', 'pope', 'manufacturing', 'boston', 'new', 'york', 'chicago', 'received', 'transaction', 'thirtyfourth', 'annual', 'session', 'medical', 'association', 'state', 'missouri', 'held', 'excelsior', 'spring', 'contains', 'list', 'officer', 'committee', 'essay', 'read', 'session', 'corresponding', 'secretary', 'john', 'duncan', 'kansa', 'city']
root - INFO - extracting file #33500: 2017-04-Final-Corpus/PHJ19010801-V16-08-page5.txt
root - INFO - extracting file #34000: 2017-04-Final-Corpus/PTAR184909XX-V01-04-page3.txt
root - INFO - ['jesus', 'rose', 'dead', 'monday', 'resurrection', 'fourth', 'day', 'doe', 'agree', 'testimony', 'jesus', 'paul', 'written', 'behooveth', 'christ', 'suffer', 'rise', 'mark', 'luke', 'xviii', 'god', 'overcome', 'triumph', 'amen', 'shepherd', 'opposed', 'truth', 'refused', 'work', 'god', 'repairing', 'breach', 'law', 'best', 'hinder', 'breach', 'hindered', 'way', 'stood', 'way', 'god', 'work', 'blood', 'soul', 'garment', 'fearfulness', 'surprise', 'men', 'wrath', 'almighty_god', 'poured', 'late', 'shelter', 'awful', 'thing', 'come', 'judgment', 'garment', 'stained', 'blood', 'precious_souls', 'spiritually', 'slaughtered', 'howl', 'shepherd', 'wallow', 'ash', 'principal', 'flock', 'day', 'slaughter', 'dispersion', 'accomplished', 'shall', 'fall', 'like', 'pleasant', 'vessel', 'shepherd', 'shall', 'way', 'flee', 'principal', 'flock', 'escape', 'jer', 'xxv', 'evil', 'shall', 'forth', 'nation', 'nation', 'great', 'whirlwind', 'shall', 'raised', 'coast', 'earth', 'slain', 'lord', 'shall', 'end', 'earth', 'unto', 'end', 'earth', 'shall', 'lamented', 'gathered', 'burl', 'evil', 'begun', 'forth', 'nation', 'nation', 'sign', 'fast', 'gathering', 'great', 'dreadful', 'delivered', 'unto', 'received', 'christ', 'died', 'sin', 'according', 'scripture', 'buried', 'rose', 'day', 'according', 'scripture', 'cor', 'jesus', 'crucified', 'friday', 'day', 'sabbath', 'rested', 'tomb', 'second', 'sunday', 'day', 'week', 'rose', 'dead', 'day', 'plain', 'want', 'truth', 'wish', 'cavil', 'pervert', 'word', 'chance', 'fourth', 'position', 'taken', 'sabbath', 'truth', 'fourth', 'commandment', 'relaxed', 'liberty', 'sabbath', 'desecrate', 'choose', 'sure', 'test', 'position', 'deceived', 'precious_souls', 'led', 'believe', 'good', 'word', 'fair', 'speech', 'jesus', 'relax', 'sabbath', 'law', 'text', 'new_testament', 'prof', 'such_thing', 'plain', 'direct', 'testimony', 'jesus', 'apostle', 'commandment', 'god', 'full_force', 'embraced', 'true', 'sabbath', 'teaching', 'united', 'position', 'sabbath', 'question', 'opposing', 'turn', 'advocated', 'different', 'view', 'opposed', 'true', 'position', 'truth', 'unit', 'error', 'variety', 'head', 'horn', 'daniel', 'vision', 'day', 'proclaimed', 'present', 'truth', 'men', 'opposed', 'advent', 'truth', 'took', 'ground', 'day', 'dan', 'viii', 'literal', 'day', 'fifty', 'literal', 'day', 'bush', 'came', 'opposition', 'stated', 'day', 'prophetic', 'correct', 'time', 'erred', 'event', 'true', 'position', 'united', 'triumphed', 'men', 'opposed', 'sabbath', 'pursued', 'course', 'similar', 'taken', 'opposing', 'second', 'dead', 'day', 'luke', 'xxiv', 'advent', 'sabbath', 'truth', 'plain', 'matt', 'xvi', 'simple', 'child', 'understand', 'receive', 'obey', 'united', 'strength', 'israel', 'keeping', 'sunday', 'commemoration', 'day', 'resurrection', 'kept', 'monday', 'keeping', 'sunday', 'day', 'week', 'observing', 'seventh', 'day', 'sabbath', 'know', 'singular', 'mistake', 'hid', 'world', 'long']
root - INFO - extracting file #34500: 2017-04-Final-Corpus/PUR19040407-V03-18-page1.txt
root - INFO - extracting file #35000: 2017-04-Final-Corpus/PUR19100811-V10-02-page4.txt
root - INFO - ['pacific_union_recorder', 'religious', 'liberty', 'work', 'untiring', 'effort', 'forth', 'seeking', 'restrict', 'liberty', 'god', 'commandment', 'keeping', 'people', 'restraining', 'influence', 'god', 'holy', 'spirit', 'manifest', 'giving', 'people', 'favor', 'world', 'brother', 'heartily', 'responded', 'service', 'scattering', 'religious', 'liberty', 'literature', 'securing', 'signature', 'petition', 'proposed', 'sunday', 'law', 'state', 'national', 'number', 'institute', 'held', 'autumn', 'winter', 'church', 'union', 'local', 'conference', 'secretary', 'assisted', 'union', 'conference', 'president', 'profitable', 'facing', 'determined', 'effort', 'sunday', 'law', 'advocate', 'swing', 'state', 'line', 'union', 'way', 'easier', 'passage', 'national', 'sunday', 'law', 'way', 'entire', 'machinery', 'religious_persecution', 'completed', 'set', 'motion', 'arouse', 'energy', 'soul', 'consecrated', 'zeal', 'scatter', 'like', 'leaf', 'autumn', 'leaflet', 'pamphlet', 'containing', 'simple', 'powerful', 'truth', 'message', 'standpoint', 'feel', 'great_reason', 'gratitude', 'hitherto', 'god', 'hath', 'led', 'opening', 'providence', 'like', 'cloudy', 'pillar', 'old', 'guiding', 'gathering', 'legion', 'israel', 'host', 'voice', 'captain', 'uncertain', 'tone', 'heard', 'living', 'messenger', 'ordering', 'battle', 'great_struggle', 'entering', 'promised', 'land', 'witness', 'enactment', 'scene', 'minutely', 'described', 'pen', 'inspiration', 'astonished', 'vision', 'behold', 'closing', 'scene', 'act', 'earth', 'drama', 'heart', 'living', 'god', 'behold', 'joy', 'departure', 'heaven', 'scroll', 'rolled', 'form', 'adorable', 'redeemer', 'transcendent', 'glory', 'come', 'waiting', 'people', 'past_year', 'witnessed', 'appalling', 'calamity', 'came', 'southern', 'italy', 'previous_year', 'constant', 'unfolding', 'event', 'truly', 'significant', 'eastern', 'question', 'month', 'pass', 'apparent', 'awakening', 'orient', 'preparing', 'meet', 'occident', 'colossal', 'struggle', 'supremacy', 'literary', 'digest', 'date', 'march', 'following', 'significant', 'word', 'league', 'influential', 'japanese', 'hindu', 'consolidate', 'asiatic', 'people', 'domination', 'europe', 'attracting', 'notice', 'concern', 'high', 'official', 'court', 'mikado', 'drive', 'turn', 'drive', 'europe', 'asia', 'conclusion', 'review', 'book', 'london', 'daily', 'mail', 'appalling', 'glimpse', 'future', 'founded', 'truth', 'dark', 'tragedy', 'day', 'calamity', 'magnitude', 'waste', 'life', 'energy', 'smallest', 'hope', 'good', 'asks', 'townsend', 'closing', 'remarkable', 'chapter', 'asia', 'fascinating', 'perplexing', 'hopeless', 'problem', 'feel', 'author', 'close', 'book', 'possible', 'reply', 'god', 'europe', 'evident', 'world', 'conscious', 'fact', 'final', 'issue', 'eastern', 'question', 'rest', 'god', 'imminent', 'greatest', 'english', 'scholar', 'far', 'eastern', 'question', 'weale', 'page', 'history', 'entitled', 'reshaping', 'far', 'east', 'quote', 'sixteenth', 'chapter', 'revelation', 'verse', 'describing', 'second', 'fourth', 'sixth', 'plague', 'battle', 'armageddon', 'writer', 'later', 'work', 'entitled', 'truce', 'east', 'aftermath', 'instead', 'flame', 'war', 'lighting', 'manchuria', 'hill', 'plain', 'soon', 'leap', 'sky', 'high', 'immense', 'land', 'frontier', 'extending', 'asia_minor', 'sea', 'okhotsk', 'involving', 'whole_world', 'bloodiest', 'conflict', 'known', 'young_people', 'work', 'youngest', 'child', 'family', 'getting', 'vigorous', 'growth', 'past_year', 'proportionate', 'department', 'addition', 'new', 'society', 'increase', 'membership', 'society', 'member', 'year', 'closing', 'june', 'contributed', 'foreign_mission', 'past_year', 'given', 'showing', 'gain', 'given', 'young_people', 'home', 'missionary', 'work', 'year', 'thorough', 'reorganization', 'work', 'effected', 'bringing', 'harmony', 'general_work', 'source', 'greatest', 'encouragement', 'young_people', 'taking', 'hold', 'strong', 'steady', 'hand', 'hasten', 'work', 'message', 'glorious', 'triumph', 'hopeful', 'outlook', 'considering', 'present_situation', 'post', 'washington', 'recent_issue', 'speaking', 'sitthe', 'head', 'constitution', 'nation', 'europe', 'asia', 'maybe', 'chief', 'japanese', 'aristocracy', 'pen', 'count', 'okuma', 'influential', 'people', 'india', 'enrolled', 'member', 'meredith', 'townsend', 'remarkable', 'book', 'entitled', 'asia', 'europe', 'deal', 'question', 'east', 'conquer', 'west', 'yellow', 'whirlwind', 'rushing', 'irresistible', 'force', 'world', 'engulf', 'europe', 'civilization', 'people', 'sink', 'beneath', 'matchless', 'strength', 'number', 'million', 'inhabitant', 'asia', 'london', 'daily', 'mail', 'commenting', 'day', 'come', 'europe', 'armageddon', 'ahead', 'literary', 'digest', 'july', 'heading', 'oscar', 'fear', 'yellow', 'peril', 'following', 'late', 'oscar', 'sweden', 'man', 'great', 'diplomacy', 'far', 'seeing', 'political', 'sagacity', 'prince', 'adam', 'wiszniewski', 'publishes', 'letter', 'written', 'king', 'oscar', 'dated', 'march', 'king', 'express', 'hope', 'die', 'peace', 'military', 'warlike', 'inclination', 'strong', 'younger', 'year', 'gradually', 'died', 'disappeared', 'believe']
root - INFO - extracting file #35500: 2017-04-Final-Corpus/PUR19130724-V12-52-page6.txt
root - INFO - extracting file #36000: 2017-04-Final-Corpus/PUR19160511-V15-40-page3.txt
root - INFO - ['field', 'tidings', 'pacific', 'union', 'recorder', 'camp_ground', 'situated', 'block', 'north', 'santa', 'depot', 'block', 'north', 'block', 'west', 'southern', 'pacific', 'depot', 'tree', 'ground', 'camp_ground', 'year', 'glad', 'sunshine', 'year', 'hope', 'suffer', 'cold', 'year', 'ago', 'difficult', 'secure', 'sufficient_number', 'spring', 'mattress', 'supply', 'camp', 'people', 'bring', 'bed', 'tick', 'shall', 'try', 'supply', 'straw', 'hand', 'bed', 'tick', 'filled', 'straw', 'preferable', 'second', 'hand', 'mattress', 'spring', 'suggest', 'case', 'people', 'supply', 'folding', 'canvas', 'cot', 'year', 'year', 'extent', 'solve', 'problem', 'furnishing', 'camp', 'bed', 'shall', 'endeavor', 'best', 'comfortable', 'ground', 'remember', 'expect', 'convenience', 'home', 'camping', 'enjoy', 'blessing', 'god', 'sweet', 'pas', 'word', 'neilsen', 'experience', 'dragon', 'wroth', 'woman', 'went', 'war', 'remnant', 'seed', 'commandment', 'god', 'testimony', 'jesus', 'christ', 'rev', 'word', 'inspiration', 'evidenced', 'effort', 'employed', 'daring', 'subtle', 'mean', 'thwart', 'progress', 'truth', 'god', 'laborer', 'california', 'recently', 'received', 'anonymous', 'letter', 'threatening', 'hang', 'speak', 'time', 'leave', 'town', 'mean', 'failed', 'accomplish', 'desired', 'end', 'mayor', 'trustee', 'received', 'letter', 'character', 'threatening', 'burn', 'property', 'hang', 'false_teachers', 'rid', 'town', 'new', 'turn', 'having', 'failed', 'interested', 'received', 'letter', 'threatening', 'stay', 'meeting', 'case', 'house', 'burned', 'occupant', 'attending', 'service', 'named', 'method', 'successful', 'people', 'willing', 'risk', 'home', 'meeting', 'evidence', 'men', 'power', 'hand', 'rev', 'appreciated', 'thanked', 'god', 'branch', 'work', 'educational', 'publishing', 'long', 'told', 'soon', 'work', 'unfavorable', 'condition', 'time', 'come', 'men', 'longer', 'permitted', 'present', 'truth', 'forcibly', 'impress', 'mind', 'god', 'people', 'value', 'christian_education', 'wrought', 'people', 'divine', 'guidance', 'god', 'spirit', 'prophecy', 'quote', 'testimony', 'volume', 'page', 'jesus', 'temple', 'solved', 'mystery', 'priest', 'ruler', 'discerned', 'closing', 'work', 'earth', 'child', 'rightly', 'educated', 'astonishment', 'men', 'talk', 'higher', 'education', 'day', 'child', 'voice', 'raised', 'message', 'warning', 'perishing', 'world', 'heavenly', 'intelligence', 'men', 'longer', 'permitted', 'present', 'truth', 'spirit', 'god', 'come', 'child', 'work', 'proclamation', 'truth', 'older', 'worker', 'way', 'hedged', 'church_school', 'ordained', 'god', 'prepare', 'child', 'great_work', 'thank_god', 'child', 'school', 'planting', 'printed', 'page', 'work', 'equal', 'importance', 'restriction', 'condition', 'living', 'preacher', 'longer', 'privileged', 'proclaim', 'message', 'truth', 'aroused', 'mind', 'people', 'concerning', 'truth', 'heard', 'little', 'burning', 'desire', 'come', 'investigate', 'truth', 'extent', 'gather', 'old', 'paper', 'tract', 'magazine', 'book', 'scattered', 'like', 'leaf', 'autumn', 'read', 'message', 'best', 'setting', 'summer', 'superintendent', 'sunday', 'school', 'asked', 'pastor', 'ten_commandments', 'recorded', 'bible', 'unable', 'locate', 'minister', 'know', 'day', 'central', 'california', 'neilsen', 'pres', 'wheeler', 'sec', 'treas', 'item', 'person', 'baptized', 'rebaptized', 'bakersfield', 'sabbath', 'sister', 'katherine', 'hale', 'connected', 'tent_effort', 'bakersfield', 'good_reports', 'come', 'elder', 'haskell', 'came', 'fresno', 'day', 'expect', 'spend', 'day', 'conference', 'visiting', 'larger', 'church', 'surely', 'living', 'solemn', 'time', 'day', 'ready', 'meet', 'blessed', 'saviour', 'return', 'home', 'father', 'house', 'let', 'ask', 'question', 'shall', 'ready', 'holy', 'convocation', 'reason', 'coming', 'camp_meeting', 'appointed', 'held', 'hanford', 'june', 'best', 'camp_meeting', 'conference', 'nearing', 'end', 'thing', 'ready', 'meet', 'saviour', 'far', 'possible', 'people', 'present', 'need', 'strength', 'come', 'seeking', 'lord', 'anciently', 'child', 'israel', 'met', 'time', 'year', 'surely', 'need', 'gather', 'year', 'afford', 'let', 'common', 'ordinary', 'circumstance', 'home', 'let', 'come', 'annual', 'feast', 'bringing', 'angel', 'god', 'pray', 'earnestly', 'lord', 'bless', 'abundantly', 'neilsen', 'hint', 'concerning', 'campmeeting', 'camp_meeting', 'held', 'hanford', 'santa', 'southern', 'pacific', 'railway', 'run', 'place', 'living', 'route', 'purchase', 'ticket', 'direct', 'hanford', 'sure', 'ask', 'agent', 'receipt', 'fare', 'paid', 'time', 'ticket', 'bought', 'reduced', 'rate', 'granted', 'returning', 'neilsen']
root - INFO - extracting file #36500: 2017-04-Final-Corpus/PUR19190220-V18-29-page7.txt
root - INFO - extracting file #37000: 2017-04-Final-Corpus/RH18530920-V04-11-page6.txt
root - INFO - ['doctrine', 'communication', 'dead', 'doctrine', 'devil', 'word', 'dead', 'know', 'heel', 'breath', 'goeth', 'forth', 'returneth', 'earth', 'day', 'thoughts_perish', 'cxlvi', 'shall', 'unto', 'seek', 'unto', 'familiar_spirit', 'unto', 'wizard', 'peep', 'mutter', 'people', 'seek', 'unto', 'god', 'living', 'dead', 'law', 'testimony', 'speak', 'according', 'word', 'light', 'isa', 'viii', 'truly', 'living', 'time', 'law', 'sealed', 'disciple', 'jesus', 'satan', 'come', 'deceivableness', 'unrighteousness', 'perish', 'received', 'love', 'truth', 'saved', 'cause', 'god', 'shall', 'send', 'strong', 'delusion', 'believe', 'lie', 'damned', 'believed', 'truth', 'pleasure', 'unrighteousnes', 'thess', 'spiritual', 'manifestation', 'god', 'come', 'nought', 'word', 'plain', 'point', 'evil_men', 'seducer', 'shall', 'wax', 'worse', 'worse', 'deceiving', 'deceived', 'tim', 'iii', 'living', 'sleep', 'learn', 'god', 'talk', 'time', 'satan', 'come', 'deception', 'deceive', 'possible', 'honest', 'heart', 'dragon', 'wroth', 'remnant', 'seed', 'woman', 'commandment', 'god', 'testimon', 'jesus_christ', 'little', 'remnant', 'place', 'trying', 'commandment', 'god', 'faith', 'testimony', 'jesus', 'necessary', 'perhim', 'forever', 'ilous', 'time', 'try', 'spirit', 'word', 'reject', 'agree', 'truly', 'believe', 'lord', 'set', 'hand', 'second', 'time', 'restore', 'remnant', 'people', 'brother', 'let', 'strong', 'lord', 'commandment', 'sealed', 'seal', 'living', 'god', 'seven', 'plague', 'shall', 'poured', 'plague', 'come', 'nigh', 'dwelling', 'let', 'strong', 'doctrine', 'dead', 'know', 'sound', 'faith', 'shall', 'drawn', 'away', 'spirit', 'devil', 'working', 'miracle', 'come', 'heat', 'day', 'deceive', 'nation', 'gather', 'battle', 'great_day', 'god_almighty', 'blessed', 'privilege', 'enter', 'chamber', 'god', 'indignation', 'overpast', 'fearful', 'thing', 'fall', 'hand', 'angry', 'god', 'sign', 'time', 'cpeallenge', 'following', 'toronto', 'mirror', 'catholic', 'paper', 'published', 'toronto', 'canada', 'extract', 'word', 'lockhart', 'late', 'oxford', 'missionary', 'priest', 'catholic_church', 'minister', 'lay_members', 'protestant', 'church', 'ireland', 'speaks', 'follows', 'catholic', 'grace', 'god', 'led', 'authority', 'bible', 'bible', 'necessary', 'order', 'prove', 'point', 'protestant', 'admit', 'essential', 'christianity', 'protestant', 'deny', 'declare', 'necessary', 'believed', 'proved', 'bible', 'bible', 'plain', 'text', 'scripture', 'whole_question', 'reduced', 'nutshell', 'proof', 'disproof', 'lie', 'proof', 'disproof', 'protestantism', 'solemnly', 'challenge', 'protestant', 'ireland', 'prove', 'plain', 'text', 'scripture', 'question', 'concerning', 'obligation', 'christian', 'sabbath', 'lst', 'christian', 'work', 'saturday', 'old', 'seventh', 'day', 'bound', 'holy', 'day', 'sunday', 'bound', 'holy', 'seventh', 'day', 'necessity', 'infant_baptism', 'command', 'permission', 'confer', 'proved', 'bible', 'bible', 'reference', 'authority', 'tradition', 'according', 'principle', 'protestantism', 'mere', 'human', 'fallible', 'guide', 'ask', 'candid', 'protestant', 'belief', 'determined', 'believe', 'common', 'catholic', 'christian', 'doe', 'reject', 'ground', 'catholic', 'believe', 'living', 'infallible', 'guidance', 'promised', 'lord', 'church', 'single', 'syllable', 'new_testament', 'written', 'authority', 'church', 'living', 'god', 'pillar', 'foundation', 'truth', 'tini', 'iii', 'matt', 'xxviii', 'question', 'proposed', 'publicly', 'cathedral', 'tuam', 'received', 'following', 'letter', 'subjoin', 'comment', 'thereon', 'appear', 'wholly', 'inadequate', 'text', 'alleged', 'stronger', 'brought', 'forward', 'prove', 'attempted', 'substantiate', 'foundation', 'protestantism', 'protest', 'church', 'prove', 'ground', 'attack', 'defend', 'rule', 'faith', 'bible', 'bible', 'letter', 'rev', 'fowler', 'protestant', 'cur', 'ate', 'tuam', 'tuam', 'monday', 'rev', 'sir', 'reply', 'challenge', 'produce', 'scriptural', 'authority', 'change', 'sabbath', 'seveath', 'day', 'week', 'refer', 'apocalypse', 'chap', 'spirit', 'lord', 'day', 'heard', 'great_voice', 'trumpet', 'cor', 'xvi', 'day', 'week', 'let', 'ion', 'apart', 'laying', 'shall', 'come', 'collection', 'acknowledge', 'authority', 'council', 'trent', 'binding', 'direct', 'catechism', 'iii', 'chap', 'question', 'passage', 'quoted', 'proof', 'change', 'sabbath', 'infant_baptism', 'proved', 'matt', 'xviii', 'amen', 'converted', 'little', 'child', 'shall', 'enter', 'kingdom', 'heaven', 'compared', 'mark', 'embracing', 'laying', 'hand', 'blessed', 'cor', 'baptized', 'household', 'stepha', 'know', 'baptized', 'act', 'xvi', 'taking', 'hour', 'pure', 'christ', 'appear', 'people', 'sin', 'let', 'wedding_garment', 'christ', 'seen', 'white_cloud', 'god', 'waited', 'caught', 'meet', 'lord', 'air', 'caught', 'meet', 'air', 'permitted', 'enter', 'city', 'new', 'jerusalem', 'pluck', 'fruit', 'life', 'fair', 'tree', 'beautiful', 'endure', 'fierceness', 'anger', 'christ', 'shall', 'send', 'forth', 'angel', 'gathbe', 'place', 'street', 'paved', 'gold', 'iner', 'elect', 'wind', 'uttermost', 'habitant', 'arrayed', 'white', 'annoy', 'peace', 'sickness', 'pain', 'death', 'thing', 'passed', 'away', 'god', 'shall', 'wipe', 'away', 'tear', 'eye', 'blessed', 'transporting', 'thought', 'yes', 'earth', 'uttermost', 'heaven', 'caught', 'meet', 'lord', 'air', 'witnessed', 'left', 'earth', 'heart', 'rending', 'scene', 'language', 'imagination', 'conceive', 'live', 'humble', 'cross', 'bearing', 'life', 'com', 'feel', 'left', 'chrismandments', 'god', 'faith', 'testimony', 'jesus', 'saint', 'shall', 'reach', 'happy', 'place', 'forever', 'lord', 'smile', 'jesus', 'face', 'receive', 'rich', 'reward', 'thomas', 'brown', 'locke', 'mick', 'sept', 'protestant', 'manner', 'enforcing', 'tian', 'friend', 'saviour', 'awful', 'extreme', 'dread', 'reality', 'fully', 'impressed', 'mind', 'hazard', 'moment', 'delay', 'unconverted', 'state', 'pleasure', 'life', 'felt', 'bitter', 'dreg', 'cup', 'wrath', 'almighty_god', 'tasted', 'ill', 'afflict', 'mortal', 'state', 'overbalanced', 'moment', 'review', 'herald', 'tired', 'lie', 'meant', 'saying', 'rested', 'created', 'day', 'seventh', 'sabbath', 'gave', 'god', 'god', 'told', 'day', 'fourth', 'commandment', 'remember', 'sabbath', 'day', 'holy', 'play', 'holy', 'work', 'necessary', 'talk', 'play', 'work', 'think', 'doe', 'day', 'belong', 'fourth', 'commandment', 'following', 'sketch', 'catechism', 'published', 'joy', 'portion', 'presbyterian', 'board', 'fell', 'tinder', 'observation', 'blessed', 'lord', 'million', 'run', 'risk', 'long', 'illustrative', 'manbeing', 'forever', 'cast', 'presence', 'god', 'ner', 'child', 'taught', 'observe', 'fourth', 'commandment', 'copy', 'reader', 'review', 'let', 'wonder', 'reading', 'men', 'mass', 'keeping', 'day', 'week', 'sabbath', 'gen', 'god', 'seventh', 'day', 'rested', 'man', 'wise', 'calling', 'election', 'sure', 'door', 'forever', 'closed', 'supplicate', 'favor', 'smile', 'essential', 'future', 'day', 'trouble', 'distress', 'shall', 'come', 'refuge', 'ark', 'safety', 'flee', 'day', 'belongs', 'god', 'lie', 'chooses', 'sunday', 'awn', 'work', 'play', 'sabbath', 'day', 'shall', 'sabbath', 'day', 'read', 'sing', 'pray', 'love', 'god', 'love', 'hate', 'god', 'hate', 'shall', 'god', 'shall', 'death', 'long', 'love', 'god', 'day', 'christ', 'arose', 'early', 'dead', 'eyelid', 'closed', 'waste', 'time', 'bed', 'leave', 'sport', 'read', 'pray', 'prepare', 'heaven', 'blessed', 'day', 'best', 'seven', 'loughborough', 'great_day', 'lord', 'day', 'day', 'day', 'scene', 'day', 'rejoicing', 'day', 'despair', 'bow', 'different', 'sensation', 'class', 'repeat', 'verse', 'like', 'lesson', 'yes']
root - INFO - extracting file #37500: 2017-04-Final-Corpus/RH18570514-V10-02-page4.txt
root - INFO - extracting file #38000: 2017-04-Final-Corpus/RH18600710-V16-08-page6.txt
root - INFO - ['stale', 'tiresome', 'patron', 'organ', 'designed', 'think', 'best', 'stop', 'awhile', 'let', 'chicken', 'breathe', 'allow', 'predominate', 'dissatisfied', 'editor', 'sorry', 'fight', 'continued', 'recorder', 'question', 'discussed', 'recorder', 'years_past', 'question', 'theology', 'bro', 'bent', 'making', 'blue', 'chicken', 'continue', 'fight', 'threat', 'wisconsin', 'partly', 'exhibit', 'similar', 'human_nature', 'chance', 'predominate', 'little', 'instrument', 'drawn', 'opposed', 'free', 'discussion', 'properly', 'conducted', 'dislike', 'hear', 'read', 'thing', 'person', 'question', 'wished', 'ventilate', 'recorder', 'asking', 'question', 'question', 'professed', 'orthodox', 'brother', 'detide', 'minister', 'course', 'layman', 'allowed', 'investigate', 'willing', 'come', 'priest', 'rule', 'lead', 'acquainted', 'seventh', 'day', 'baptist', 'suppose', 'like', 'roman', 'catholic', 'priestly', 'government', 'know', 'foundation', 'sympathizes', 'assimilates', 'think', 'time', 'talent', 'paper', 'spent', 'wrangling', 'discussing', 'question', 'theology', 'devoted', 'teaching', 'humility', 'conserration', 'god', 'far', 'better', 'world', 'church', 'appears', 'combativeness', 'debate', 'day', 'oral', 'written', 'designed', 'chicken', 'whip', 'elucidate', 'truth', 'present', 'inviting', 'form', 'written', 'twice', 'intended', 'ionly', 'designed', 'let', 'reader', 'know', 'subject', 'presented', 'column', 'recorder', 'phase', 'libitum', 'wield', 'pen', 'imputation', 'priest', 'allow', 'laymembers', 'investigate', 'speak', 'entirely', 'groundless', 'the_review_and_herald', 'vol', 'xvi', 'feel', 'language', 'respectfully', 'leonardsville', 'july', 'west', 'dear', 'lord', 'heart', 'thou', 'hold', 'fast', 'feel', 'shall', 'decline', 'prove', 'like', 'thou', 'hest', 'power', 'know', 'save', 'wretch', 'like', 'turn', 'thee', 'doubt', 'rest', 'assured', 'thou', 'art', 'christ', 'god', 'hast', 'eternal', 'life', 'secured', 'promise', 'blood', 'voice', 'thine', 'rest', 'bid', 'fear', 'depart', 'love', 'thine', 'blest', 'satisfy', 'heart', 'anguish', 'question', 'stirred', 'lord', 'relying', 'thy', 'humbly', 'aynswer', 'word', 'overcome', 'prayer', 'courter', 'west', 'windsor', 'mich', 'bra', 'vitirs', 'exhaustless', 'talk', 'draining', 'ocean', 'exhausting', 'fountain', 'truth', 'draw', 'holding', 'think', 'team', 'hold', 'feel', 'duty', 'lag', 'rear', 'fault', 'worker', 'press', 'honesty', 'man', 'think', 'honest', 'neighbor', 'friend', 'different', 'opinion', 'truly', 'honest_man', 'honorable', 'dealing', 'doe', 'observe', 'thine', 'property', 'endeavor', 'highly', 'honorable', 'dealing', 'carefully', 'preserve', 'good_name', 'good_name', 'better', 'eye', 'choice', 'silver', 'gold', 'worse', 'lost', 'expense', 'good_name', 'dread', 'people', 'distrust', 'man', 'world', 'despises', 'religion', 'cheated', 'elder', 'deacon', 'layman', 'pride', 'honesty', 'man', 'world', 'honesty', 'best', 'policy', 'christian', 'pilgrim', 'stranger', 'looking', 'city', 'loath', 'foundation', 'pilgrim', 'money', 'wealth', 'use', 'good', 'steward', 'master', 'work', 'grasping', 'spirit', 'dishonest', 'tendeney', 'influence', 'greedy', 'love', 'gain', 'outward', 'rule', 'honesty', 'unbroken', 'keen', 'sighted', 'world', 'smile', 'contempt', 'world', 'know', 'christian', 'act', 'profession', 'particular', 'watchful', 'thing', 'vulnerable', 'point', 'professed', 'follower', 'christ', 'held', 'temptation', 'finally', 'fallen', 'victim', 'grasping', 'spirit', 'break', 'sabbath', 'disgust', 'good', 'bad', 'men', 'meanness', 'hardens', 'heart', 'blunts', 'moral_sense', 'enemy', 'needlessly', 'shuts', 'bowel', 'charity', 'cheat', 'treasury', 'lord', 'narrow', 'noble', 'manly', 'sentiment', 'mind', 'transforms', 'man', 'sort', 'ill', 'favored', 'machine', 'inscribed', 'glaring', 'capital', 'sold', 'money', 'hate', 'greedy', 'spirit', 'wholly', 'disgusting', 'feature', 'comely', 'god', 'hate', 'saviour', 'angel', 'good', 'hate', 'disgusting', 'pure', 'holy', 'away', 'church', 'doe', 'belong', 'drunkenness', 'doe', 'away', 'dear_brother', 'sister', 'posse', 'degree', 'noble', 'honorable', 'liberal', 'correct', 'dealing', 'clarke', 'trouble', 'frequently', 'meet', 'way', 'duty', 'fear', 'turning', 'holy', 'commandment', 'sincerity', 'think', 'going', 'wrong', 'tried', 'question', 'come', 'home', 'force', 'trembling', 'heart', 'wait', 'lord', 'shall', 'save', 'thee', 'note', 'cheerfully', 'grant', 'bro', 'west', 'space', 'correct', 'deems', 'false', 'imputation', 'readily', 'admit', 'thing', 'reader', 'journal', 'tired', 'continued', 'discussion', 'question', 'query', 'recorder', 'suddenly', 'lost', 'question', 'defense', 'went', 'unabated', 'vigor', 'object', 'chicken', 'chance', 'breathe', 'expected', 'privilege', 'psalm', 'blessed', 'man', 'maketh', 'lord', 'trust', 'respecteth', 'proud', 'turn', 'aside', 'lie', 'cxxv', 'turn', 'aside', 'unto', 'crooked', 'way', 'lord', 'shall', 'lead', 'forth', 'worker', 'iniquity', 'peace', 'shall', 'israel', 'time', 'thousand', 'child', 'israel', 'fell', 'day', 'passed', 'sea', 'eaten', 'spiritual', 'meat', 'drunk', 'spiritual', 'drink', 'drank', 'spiritual', 'rock', 'followed', 'rock', 'christ', 'number', 'thousand', 'god', 'pleased', 'overthrown', 'wilderness', 'asked', 'lord', 'saved', 'answerd', 'answered', 'young_man', 'asked', 'inherit', 'eternal', 'life', 'told', 'commandment', 'let', 'read', 'said', 'john', 'know', 'know', 'cornmandments', 'saith', 'know', 'keepeth', 'commandment', 'liar', 'truth', 'commandment', 'god', 'dear_reader', 'particular', 'attend', 'eccl', 'xii', 'read', 'dear_friends', 'heed', 'lest', 'fall', 'pray', 'unworthy', 'brother', 'stand', 'macomber', 'early', 'dawn', 'day', 'soul', 'god', 'shall', 'rise', 'thanks', 'praise', 'hand', 'supply', 'chorus', 'sorrow', 'sorrow', 'heaven', 'love', 'sorrow', 'error', 'confess', 'pardoning', 'grace', 'implore', 'trust', 'christ', 'own_righteousness', 'adore', 'chorus', 'appointed', 'cross', 'bear', 'heed', 'affliction', 'peculiar', 'care', 'render', 'good', 'cuonus', 'soul', 'shall', 'drink', 'salvation', 'heart', 'shall', 'joy', 'life', 'wonder', 'tell', 'cuouus', 'let', 'morning', 'shine', 'sun', 'illume', 'day', 'sacred', 'lamp', 'truth', 'divine', 'shall', 'light', 'way', 'cuonus', 'standard', 'mind', 'dwelling', 'considerably', 'late', 'subject', 'holiness', 'state', 'attain', 'order', 'translated', 'enoch', 'elijah', 'standard', 'right', 'standard', 'word', 'god', 'commanded', 'ancient', 'people', 'holy', 'xxii', 'xxiii', 'lev', 'text', 'walk', 'circumspectly', 'precept', 'statute', 'law', 'doe', 'require', 'people', 'think', 'moral_law', 'spoken', 'sinai', 'god', 'pure', 'holy', 'mystery', 'iniquity', 'begun', 'work', 'paul', 'day', 'developed', 'various_ways', 'perverted', 'right_way', 'turned', 'truth', 'god', 'lie', 'think', 'god', 'changeable', 'doe', 'require', 'perfect_obedience', 'jesus', 'died', 'given', 'license', 'break', 'father', 'law', 'hear', 'blessed', 'saviour', 'gave', 'life', 'ransom', 'sermon', 'mount', 'enforces', 'father', 'law', 'penalty', 'kingdom', 'heaven', 'matt', 'command', 'perfect', 'verse', 'away', 'good', 'old', 'hymn', 'thing', 'example', 'intent', 'paul', 'rom', 'xii', 'beseech', 'lust', 'evil', 'thing', 'lusted', 'thing', 'happened', 'unto', 'ensamples', 'written', 'admonition', 'end', 'world', 'come', 'wherefore', 'let', 'thinketh', 'standeth', 'heed', 'lest', 'fall', 'dear_friends', 'advent', 'blessed', 'lord', 'stand', 'position', 'looking', 'lord', 'come', 'feel', 'requirement', 'commandment', 'left', 'unheeded', 'ask', 'question', 'dear_reader', 'answer', 'brother', 'mercy', 'god', 'present', 'body', 'living', 'sacrifice', 'holy', 'acceptable', 'god', 'reasonable', 'service', 'conformed', 'world', 'transformed', 'renewing', 'mind', 'prove', 'good', 'acceptable', 'apnedrferfctt', 'god', 'dear_brethren', 'sister', 'let', 'raise', 'standard', 'high', 'word', 'god', 'sifting', 'time', 'come', 'designed', 'try', 'constancy', 'courage']
root - INFO - extracting file #38500: 2017-04-Final-Corpus/RH18631013-V22-20-page1.txt
root - INFO - extracting file #39000: 2017-04-Final-Corpus/RH18660904-V28-14-page4.txt
root - INFO - ['gram', 'erald', 'fetn', 'etitsr', 'thy', 'truth', 'thy', 'word', 'truth', 'thiltd', 'day', 'septeiltber', 'uriah', 'smith', 'editor', 'generation', 'new', 'learn', 'parable', 'fig_tree', 'branch', 'tender', 'putteth', 'forth', 'leaf', 'know', 'tamer', 'nigh', 'likewise', 'shall', 'thing', 'know', 'near', 'door', 'verily', 'unto', 'generation', 'shall', 'pas', 'till', 'thing', 'fulfilled', 'matt', 'xxiv', 'generation', 'spoken', 'people', 'living', 'lit', 'time', 'jesus', 'uttered', 'word', 'thipgs', 'promisnd', 'fulfilled', 'day', 'sign', 'sun', 'moon', 'ztars', 'seen', 'lifetime', 'generation', 'son', 'man', 'appear', 'coming', 'cloud', 'heaven', 'power', 'great_glory', 'fact', 'induced', 'interpret', 'generation', 'meaning', 'race', 'jew', 'passed', 'away', 'extinct', 'people', 'till', 'second', 'coming', 'lord', 'position', 'perfectly', 'satisfactory', 'mind', 'carefully', 'examined', 'context', 'appear', 'evasion', 'evident', 'meaning', 'design', 'saviour', 'word', 'lord', 'teaching', 'certain', 'sign', 'heaven', 'appear', 'coming', 'near', 'declaration', 'generation', 'referred', 'pas', 'away', 'evidently', 'intended', 'assure', 'heart', 'believer', 'conoerning', 'nearness', 'day', 'coming', 'sign', 'predicted', 'fulfilled', 'coming', 'near', 'near', 'door', 'near', 'generation', 'shall', 'pas', 'till', 'thing', 'fulfilled', 'race', 'jew', 'pas', 'away', 'till', 'thing', 'fulfilled', 'bearing', 'nearness', 'advent', 'probability', 'exist', 'thousand', 'year', 'come', 'time', 'continue', 'saviour', 'introduce', 'foreign', 'irrelevant', 'matter', 'discourse', 'break', 'thread', 'connected', 'discourse', 'putting', 'assertion', 'jew', 'exist', 'earth', 'till', 'second', 'advent', 'solemnly', 'affirming', 'use', 'amen', 'verily', 'lengthen', 'discourse', 'bible', 'larger', 'book', 'solemn', 'asseveration', 'bearing', 'subject', 'discourse', 'fact', 'certain', 'race', 'men', 'exist', 'shole', 'dispensation', 'eighteen', 'hundsod', 'year', 'idea', 'foreign', 'saviour', 'saying', 'assurance', 'approach', 'advent', 'near', 'remote', 'event', 'come', 'saviour', 'declaration', 'concerning', 'generation', 'mentioned', 'certainly', 'direct', 'bearing', 'stibject', 'atid', 'mean', 'affirm', 'generation', 'masa', 'mankind', 'existing', 'earth', 'time', 'referred', 'pas', 'glorious', 'cabling', 'cloud', 'heaven', 'evidently', 'ternr', 'eneration', 'commonly', 'sesiptures', 'example', 'generation', 'passeth', 'away', 'generation', 'cometh', 'earth', 'abieleth', 'forever', 'saviour', 'word', 'true', 'mean', 'generation', 'living', 'thelime', 'prophecy', 'given', 'tot', 'sign', 'event', 'appear', 'generation', 'present_generation', 'witness', 'ttildliment', 'sign', 'generation', 'pas', 'glorious', 'coming', 'lord', 'jesus', 'spoke', 'disciple', 'christian', 'fluidly', 'dispensation', 'told', 'event', 'transpire', 'long', 'listened', 'voice', 'dead', 'end', 'pass', 'stream', 'time', 'come', 'period', 'appearing', 'sign', 'heaven', 'followed', 'glorious', 'coming', 'said', 'learn', 'parable', 'fig', 'tree', 'nitting', 'forth', 'sure', 'precursor', 'summer', 'making', 'application', 'said', 'likewise', 'ter', 'pledge', 'pledging', 'pay', 'let', 'figure', 'ought', 'pay', 'prompt', 'paying', 'review', 'herald', 'evol', 'intended', 'heard', 'voice', 'saw', 'sign', 'live', 'time', 'occurrence', 'word', 'answer', 'question', 'monthly', 'possible', 'use', 'shall', 'thing', 'christian', 'family', 'addressed', 'live', 'time', 'fulfillment', 'sign', 'disciple', 'saw', 'till', 'come', 'great_signs', 'appeared', 'word', 'saviour', 'come', 'directly', 'witness', 'sign', 'appeared', 'likewise', 'shall', 'thing', 'know', 'near', 'door', 'near', 'verily', 'unto', 'generation', 'shall', 'pas', 'till', 'thing', 'fulfilled', 'perfectly', 'rationa', 'easy', 'rational', 'interpretation', 'language', 'like', 'ner', 'paul', 'term', 'represent', 'christian', 'living', 'time', 'coming', 'christ', 'theresurrection', 'said', 'alive', 'remain', 'unto', 'coming', 'lord', 'shall', 'prevent', 'asleep', 'thess', 'conclusion', 'generation', 'earth', 'sign', 'appeared', 'son', 'god', 'come', 'generation', 'let', 'earnestly', 'inquiry', 'abide', 'day', 'coming', 'shall', 'stand', 'appc', 'eth', 'let', 'necessary', 'preparation', 'lest', 'number', 'shall', 'flee', 'hide', 'presence', 'saying', 'mountain', 'rock', 'fall', 'hide', 'face', 'sitteth', 'throne', 'wrath', 'lamb', 'great_day', 'wrath', 'come', 'shall', 'able', 'stand', 'cottrell', 'report', 'bro', 'loughborough', 'thursday', 'july', 'left', 'battle', 'creek', 'ohio', 'conference', 'tarried', 'night', 'jackson', 'mich', 'afternoon', 'arrived', 'lovett', 'grove', 'place', 'meeting', 'bro', 'lawrence', 'ground', 'assist', 'exercise', 'meeting', 'delegate', 'brother', 'church', 'came', 'meeting', 'owing', 'short', 'notice', 'meeting', 'hurrying', 'season', 'year', 'conference', 'late', 'august', 'sufficiently', 'notified', 'undoubtedly', 'fully', 'attended', 'thought', 'advisable', 'conference', 'fix', 'august', 'proper_time', 'commencement', 'conference_year', 'future', 'session', 'conference', 'probably', 'held', 'near', 'date', 'came', 'conference', 'mind', 'work', 'business', 'attended', 'thursday', 'evening', 'sixth', 'day', 'opposition', 'jarring', 'note', 'business', 'session', 'dispatched', 'good_cheer', 'discourse', 'given', 'conference', 'bro', 'lawrence', 'ohio', 'brother', 'express', 'deepest', 'gratitude', 'forgotten', 'distribution', 'labor', 'general_conference', 'highly', 'pleased', 'success', 'attending', 'effort', 'tent', 'expressed', 'deep', 'gratitude', 'concerning', 'therecent', 'good', 'visit', 'bro', 'waggoner', 'state', 'attended', 'good', 'fruit', 'brother', 'contributed', 'freely', 'mean', 'advancement', 'different', 'enterprise', 'especially', 'mean', 'nearly', 'conference', 'fund', 'immediate', 'use', 'kindly', 'loaned', 'sum', 'association', 'liberty', 'church', 'ohio', 'kept', 'labor', 'state', 'time', 'reminded', 'expression', 'brother', 'long', 'looking', 'report', 'fund', 'different_places', 'difference', 'paper', 'fund', 'hand', 'treasurer', 'ohio', 'fund', 'prove', 'fund', 'hand', 'place', 'state', 'gross', 'neglect', 'matter', 'report', 'pledge', 'high', 'figure', 'pay', 'pledge', 'year', 'year', 'pay', 'betsame', 'care', 'meet', 'formes', 'claim', 'lord', 'claim', 'regarded', 'cmsar', 'paper', 'lord', 'treasury', 'different', 'thing', 'furnish', 'ready', 'mean', 'carry', 'forward', 'cause', 'department', 'appearance', 'end', 'throw', 'perplexity', 'care', 'effort', 'build', 'extend', 'cause', 'truth', 'prompt', 'cell', 'thing', 'spent', 'monday', 'july', 'day', 'council', 'ohio', 'state', 'committee', 'preparing', 'minute', 'conference', 'print', 'arranging', 'quarterly', 'meeting', 'future', 'labor', 'state', 'afternoon', 'went', 'fourteen', 'mile', 'tuesday', 'committee', 'attended', 'adjusting', 'matter', 'trial', 'church', 'day', 'spoke', 'request', 'odist', 'house', 'death', 'bro', 'stacy', 'died', 'seven', 'month', 'previous', 'aug', 'came', 'bellville', 'ohio', 'tent', 'pitched', 'spent', 'day', 'pleasantly', 'brn', 'van', 'horn', 'lawrence', 'evening', 'spoke', 'interested', 'congregation', 'attention', 'given', 'good_success', 'attend', 'effort', 'tent', 'friday', 'parted', 'brn', 'came', 'norwalk', 'ohio', 'tarried', 'night', 'old_friend', 'bro', 'george', 'smith', 'sabbath', 'morning', 'went', 'east', 'townsend', 'gave', 'short', 'discourse', 'brn', 'sister', 'house', 'bro', 'horner', 'day', 'morning', 'meeting', 'permanently', 'organize', 'church', 'rearrange', 'eighteen', 'entered', 'church_fellowship', 'pledged', 'year', 'increase', 'upwards', 'afternoon', 'consent', 'trustee', 'spoke', 'methodist', 'chapel', 'attentive', 'congregation', 'came', 'day', 'wakeman', 'rested', 'visited', 'wrote', 'thursday', 'went', 'berea', 'station', 'met', 'bro', 'thomas', 'white', 'strongsville', 'conveyed', 'home', 'sabbath', 'spoke', 'dozen', 'house', 'bro', 'white', 'afternoon', 'partook', 'lord', 'supper', 'number', 'lord', 'spirit', 'day', 'meeting', 'forenoon', 'organize', 'church', 'rearrange', 'entered', 'ohureh', 'covenant', 'increased', 'afternoon', 'spoke', 'fifty', 'sabbath', 'question', 'house', 'bro', 'white', 'monday', 'aug', 'returned', 'battle', 'creek', 'spent', 'sabbath', 'mean', 'time', 'attended', 'duty', 'general', 'state', 'conference', 'demand', 'attention', 'start', 'west', 'attend', 'large', 'meeting', 'feel', 'good_courage', 'press', 'believe', 'lord', 'hand', 'set', 'cause', 'gather', 'fit', 'people', 'kingdom', 'coming', 'lotjohborough', 'aug', 'report', 'bro', 'waggoner', 'left', 'memphis', 'arrived', 'charles', 'road', 'north', 'bad', 'raining', 'daily', 'concluded', 'remain', 'sabbath', 'hardly', 'expect', 'tent', 'pitched', 'week', 'time', 'monthly', 'meeting', 'bad', 'pleasure', 'seeing', 'brother', 'sister', 'fremont', 'chesaning', 'commenced', 'meeting', 'thursday', 'evening', 'continuing', 'till', 'sunday', 'evening', 'sabbath', 'devoted', 'subject', 'health', 'followed', 'tolerably', 'good', 'social', 'meeting', 'sunday', 'morning', 'time', 'methodist', 'appointment', 'convened', 'clock', 'bro', 'griggs', 'resumed', 'examination', 'health', 'question', 'realized', 'importance', 'trust', 'augmented', 'subject']
root - INFO - extracting file #39500: 2017-04-Final-Corpus/RH18680623-V32-01-page9.txt
root - INFO - extracting file #40000: 2017-04-Final-Corpus/RH18710404-V37-16-page2.txt
root - INFO - ['advent', 'review', 'herald', 'sabbath', 'time', 'restitution', 'thing', 'time', 'refreshing', 'presence', 'lord', 'time', 'restitution', 'thing', 'act', 'time', 'refreshing', 'translation', 'greek_word', 'avawig', 'mean', 'coolness', 'heat', 'rest', 'recreation', 'sin', 'heated', 'air', 'scorched', 'soil', 'weakened', 'spring', 'energy', 'health', 'happiness', 'mankind', 'change', 'predicted', 'come', 'dew', 'tender', 'grass', 'health', 'sick', 'life', 'dead', 'freedom', 'slave', 'source', 'earth', 'man', 'god', 'presence', 'lord', 'presence', 'fullness', 'joy', 'honor', 'glory', 'power', 'unto', 'sitteth', 'throne', 'unto', 'lamb', 'forever', 'blessed', 'hope', 'glorious', 'appearing', 'jesus_christ', 'great', 'god', 'saviour', 'inaugurate', 'kingdom', 'shall', 'end', 'earth', 'live', 'popular', 'notion', 'teach', 'annihilated', 'dissolved', 'vapor', 'dissipated', 'space', 'people', 'redeemed', 'people', 'transported', 'enduring', 'realm', 'admit', 'shown', 'great', 'change', 'passed', 'globe', 'impossible', 'believe', 'author', 'beautiful', 'holy', 'happy', 'world', 'groaning', 'travailing', 'pain', 'yearning', 'delivered', 'till', 'sigh', 'reach', 'heavcoverably', 'unclean', 'sinful', 'beautiful', 'flower', 'necessarily', 'corrupt', 'splendid', 'evening', 'star', 'glisten', 'like', 'glorious', 'diamond', 'brow', 'night', 'corrupt', 'brilliant', 'sparkling', 'diamond', 'precious', 'stone', 'ruby', 'amethyst', 'thing', 'perfectly', 'pure', 'material', 'thing', 'survive', 'memorial', 'paradise', 'precious', 'diamond', 'beautiful', 'rose', 'look', 'like', 'lingering', 'remains', 'tell', 'mankind', 'fragrance', 'beauty', 'everlasting', 'splendor', 'paradise', 'inextinguishably', 'corrupt', 'impure', 'unholy', 'matter', 'holy', 'matter', 'capable', 'holy', 'popular', 'notion', 'world', 'bad', 'think', 'millennium', 'coming', 'way', 'new', 'york', 'city', 'official', 'new', 'york', 'alderman', 'nursing', 'father', 'true', 'israel', 'god', 'foreshadowing', 'sublime', 'consummation', 'tree', 'known', 'fruit', 'foreshadowing', 'tell', 'different', 'thing', 'outside', 'directly', 'interested', 'difficulty', 'seeing', 'whole_thing', 'plot', 'entrap', 'radical', 'wing', 'called', 'protestant', 'spike', 'gun', 'justly', 'turned', 'growing', 'tendency', 'union', 'church', 'state', 'artful', 'far', 'successful', 'scheme', 'promotion', 'romish', 'rule', 'merica', 'sabbath', 'recorder', 'spirit', 'david', 'spirit', 'christ', 'free', 'parliament', 'number', 'time', 'restitution', 'thing', 'greek_word', 'restitution', 'oxaraaraatc', 'word', 'sorrow', 'suffering', 'provoke', 'mean', 'restoration', 'pity', 'compassion', 'angel', 'surely', 'surely', 'hope', 'cast', 'golden', 'age', 'stand', 'article', 'pen', 'condition', 'disorganization', 'condition', 'creation', 'reorganization', 'destiny', 'accomplishment', 'destiny', 'recorded', 'programme', 'fulfillment', 'isa', 'word', 'act', 'time', 'restitution', 'thing', 'teach', 'called', 'universalism', 'final', 'restoration', 'men', 'angel', 'animate', 'inanimate', 'nature', 'great', 'passage', 'alleged', 'prove', 'issue', 'let', 'investigate', 'impartially', 'meaning', 'cor', 'thing', 'god', 'hath', 'reconciled', 'jesus_christ', 'bath', 'given', 'ministry', 'reconciliation', 'wit', 'god', 'christ', 'reconciling', 'world', 'unto', 'imputing', 'trespass', 'unto', 'hath', 'committed', 'unto', 'word', 'reconciliation', 'passage', 'clearly', 'portrays', 'god', 'aspect', 'doe', 'teach', 'wrath', 'turned', 'love', 'consistently', 'justice', 'holiness', 'truth', 'god', 'pour', 'guilty', 'men', 'current', 'mercy', 'love', 'teach', 'possible', 'great', 'lawgiver', 'deal', 'mercy', 'justly', 'pardon', 'guilty', 'connive', 'sin', 'save', 'ruin', 'law', 'perfect_harmony', 'rigid', 'exaction', 'god', 'love', 'light', 'man', 'open', 'heart', 'receive', 'god', 'mercy', 'pardon', 'receive', 'pardon', 'sin', 'obstructing', 'element', 'away', 'christ', 'uniting', 'mediatorial', 'taken', 'place', 'determining', 'limit', 'action', 'mercy', 'word', 'christ', 'god', 'christ', 'christ', 'condemnation', 'christ', 'sinner', 'stand', 'pray', 'doe', 'divine', 'absolution', 'fall', 'area', 'salvation', 'cover', 'second', 'passage', 'col', 'pleased', 'father', 'fullness', 'dwell', 'having', 'peace', 'blood', 'cross', 'reconcile', 'thing', 'unto', 'thing', 'earth', 'thing', 'heaven', 'stretch', 'away', 'cross', 'future', 'result', 'passage', 'reconcile', 'literally', 'translated', 'reconcile', 'restore', 'andreestablish', 'gone', 'wrong', 'grandeur', 'extent', 'restoration', 'future', 'limited', 'area', 'christ', 'blood', 'cross', 'christ', 'restoration', 'recovery', 'fell', 'sunshine', 'blackness', 'darkness', 'forever', 'passage', 'quoted', 'eph', 'having', 'known', 'unto', 'mystery', 'according', 'good_pleasure', 'hath', 'purposed', 'dispensation', 'fullness', 'time', 'gather', 'thing', 'christ', 'heaven', 'earth', 'glorious', 'result', 'lie', 'future', 'constitute', 'aggregate', 'issue', 'magnificent', 'passage', 'christ', 'christ', 'repeated', 'frequency', 'fullness', 'alike', 'designed', 'significant', 'look', 'refreshment', 'restitution', 'fallen', 'sinned', 'save', 'christ', 'hopeless', 'rev', 'implied', 'excluded', 'exclude', 'saved', 'savable', 'saved', 'god', 'save', 'rich', 'comprehensive', 'available', 'salvation', 'doe', 'wonder', 'word', 'apostle', 'shall', 'escape', 'neglect', 'great_salvation', 'sinner', 'preaching', 'sinner', 'refuse', 'fling', 'broadcast', 'denunciation', 'everlasting', 'misery', 'infinitely', 'prefer', 'inspiration', 'dwells', 'proclaim', 'salvation', 'wide', 'sun', 'lasting', 'mundane', 'economy', 'spirit', 'bride', 'come', 'let', 'heareth', 'come', 'whosoever', 'let', 'water', 'life', 'freely', 'expect', 'included', 'restitution', 'man', 'discordant', 'brought', 'harmony', 'god', 'prayer', 'thy', 'accomplished', 'fact', 'thy', 'affection', 'rebaptized', 'priesthood', 'heaven', 'harmony', 'god', 'unity', 'happy', 'reunion', 'loved', 'lord', 'satan', 'shall', 'dispossessed', 'spoil', 'cast', 'lake', 'burneth', 'saviour', 'rise', 'people', 'like', 'sun', 'nature', 'attain', 'palingenesia', 'creature', 'heaven', 'earth', 'earth', 'sea', 'shall', 'hear', 'saying', 'blessing', 'sickness', 'wasting', 'influence', 'sorrow', 'gnawing', 'grief', 'heart', 'death', 'horrible', 'disorganization', 'original', 'inventory', 'god', 'world', 'pronounced', 'good', 'sorrow', 'sickness', 'death', 'bear', 'impress', 'wear', 'signature', 'god', 'love', 'delight', 'happiness', 'joy', 'people', 'cause', 'sin', 'sin', 'creature', 'god', 'god', 'sin', 'respect', 'author', 'theology', 'god', 'author', 'sin', 'abhorred', 'altogether', 'sin', 'post', 'creation', 'incident', 'introduced', 'man', 'image', 'radiant', 'beauty', 'glory', 'sin', 'intruded', 'consequence', 'follow', 'sickness', 'traveling', 'sheltered', 'sequestered', 'sunny', 'home', 'sorrow', 'breaking', 'heart', 'long', 'bounding', 'tear', 'wept', 'eye', 'wept', 'life', 'death', 'air', 'breathe', 'water', 'drink', 'food', 'eat', 'death', 'ceaseless', 'action', 'warmest', 'heart', 'beat', 'day', 'grow', 'cold', 'beautiful', 'form', 'adorns', 'home', 'captivates', 'world', 'day', 'crumble', 'dust', 'signify', 'corruption', 'thou', 'art', 'mother', 'worm', 'thou', 'art', 'sister', 'thing', 'surely', 'originally', 'originally', 'meant', 'evidence', 'man', 'physique', 'meant', 'immortal', 'body', 'soul', 'cause', 'explain', 'philosophy', 'science', 'fact', 'instance', 'reached', 'eighty', 'rare', 'incidental', 'patriarch', 'link', 'patriarch', 'fleeting', 'fast', 'dying', 'creature', 'survives', 'number', 'birth', 'year', 'left', 'perplexity', 'bible', 'story', 'eden', 'scene', 'beauty', 'sound', 'music', 'sensation', 'bliss', 'tell', 'reason', 'present', 'abnormal', 'state', 'story', 'disaster', 'introduced', 'death', 'woe', 'happy', 'hope', 'tell', 'apostasy', 'man', 'shall', 'everlasting', 'consequence', 'world', 'terminate', 'weeping', 'day', 'paradise', 'beautiful', 'bright', 'infinitely', 'lasting', 'paradise', 'world', 'began', 'solution', 'stood', 'test', 'bear', 'face', 'clearest', 'signature', 'god', 'salvation', 'soul', 'greatest', 'problem', 'explanation', 'bible', 'shall', 'profit', 'man', 'gain', 'whole_world', 'lose', 'own_soul', 'tell', 'resurrection', 'body', 'mortal', 'putting', 'immortality', 'corruptible', 'incorruptibility', 'death', 'swallowed', 'victory', 'regeneration', 'andrestoration', 'earth', 'shall', 'follow', 'enjoyment', 'redeemed', 'rejoicing', 'universe', 'nature', 'fell', 'man', 'nature', 'lord', 'sharing', 'degradation', 'ruin', 'nature', 'raised', 'enthroned', 'lord', 'andrepresentative', 'raised', 'partaker', 'restoration', 'rise', 'tell', 'vastly', 'glorious', 'fall', 'restitution', 'magnificent', 'original', 'sin', 'abounded', 'havoc', 'destruction', 'ruin', 'grace', 'abound', 'restoration', 'regeneration', 'everlasting', 'life', 'popular', 'notion', 'common', 'earth', 'annihilated', 'redeemed', 'inhabitant', 'transported', 'distant', 'beautiful', 'orb', 'good', 'christian', 'notion', 'matter', 'intrinsically', 'corrupt', 'depraved', 'vile', 'annihilation', 'mean', 'getting', 'rid', 'inseparable', 'corruption', 'lie', 'core', 'believe', 'adam', 'perfect', 'holiness', 'harmony', 'law', 'creator', 'man', 'pulse', 'wrist', 'beat', 'heart', 'andhunger', 'satiety', 'eve', 'form', 'beautiful', 'daughter', 'doubt', 'radiant', 'physical', 'moral', 'beauty', 'loveliest', 'live', 'distant', 'approximation', 'matter', 'flesh', 'blood', 'spirit', 'hath', 'flesh', 'bone', 'holy', 'lived', 'garden', 'little', 'spot', 'taken', 'earth', 'man', 'try', 'thing', 'successfully', 'reproduce', 'lost', 'glory', 'paradise', 'ate', 'fruit', 'drank', 'stream', 'listened', 'song', 'bird', 'gazed', 'beautiful', 'flower', 'perfectly', 'holy', 'man', 'body', 'pure', 'perfect', 'man', 'soul', 'holy', 'led', 'teaching', 'apostle', 'new_testament', 'infer', 'man', 'body', 'pure', 'perfect', 'matter', 'essentially', 'polluted', 'irreit', 'useless', 'way', 'pure', 'earth', 'annihilate', 'existing', 'fact', 'great', 'poet', 'represents', 'english', 'popular', 'feeling', 'sanction', 'idea', 'great', 'globe', 'yea', 'inherits', 'shall', 'dissolve', 'like', 'baseless', 'fabric', 'vision', 'leave', 'wrack', 'poetry', 'true', 'beautifully', 'expressed', 'scriptural', 'earth', 'dissolved', 'leave', 'wrack', 'earth', 'restored', 'forsaken', 'unjust', 'brute', 'earth', 'fish', 'sea', 'bird', 'air', 'creation', 'fell', 'man', 'share', 'degradation', 'shame', 'doe', 'act', 'justice', 'unconscious', 'irresponsible', 'creation', 'inflicted', 'shame', 'degredation', 'theeresponsible', 'guilty', 'lord', 'head', 'restored', 'restored', 'redeemed', 'andre', 'instated', 'forfeited', 'royalty', 'creation', 'fell', 'rise', 'andreign', 'glory', 'man', 'dragged', 'creation', 'ruin', 'creation', 'feel', 'man', 'restoration', 'god', 'great', 'process', 'work', 'elevation', 'history', 'world', 'thousand', 'year', 'creation', 'new', 'substituting', 'old', 'evolution', 'old', 'beautiful', 'perfect', 'pure', 'man', 'christian', 'called', 'new_man', 'doe', 'extinguish', 'man', 'substitute', 'extinct', 'man', 'man', 'inspires', 'old_man', 'new_man', 'identity', 'subject', 'remains', 'moral', 'transformation', 'great', 'old_man', 'cease', 'called', 'called', 'new_creature', 'christ_jesus', 'providential', 'arrangement', 'man', 'process', 'place', 'evolution', 'beauty', 'deformity', 'glory', 'decay', 'seed', 'cast', 'earth', 'rot', 'corruption', 'spring', 'stem', 'bear', 'bread', 'feed', 'world', 'seed', 'thrown', 'earth', 'seed', 'come', 'soil', 'fragrant', 'beautiful', 'flower', 'contrast', 'exquisite', 'flower', 'beautifully', 'penciled', 'tint', 'rich', 'fragrance', 'seed', 'spring', 'root', 'sustains', 'comparison', 'absolute', 'contrast', 'god', 'way', 'evil', 'educing', 'good', 'corruption', 'bringing', 'incorruption', 'mortal', 'ity', 'immortality', 'degradation', 'elevation', 'deformity', 'beauty', 'splendor', 'glory', 'cumming', 'strange', 'blindness', 'baptist', 'new', 'york', 'city', 'lately', 'shown', 'great', 'folly', 'accepting', 'virtually', 'bribe', 'romanists', 'form', 'valuable', 'lot', 'erect', 'baptist', 'benevolent', 'institution', 'good_men', 'baptist', 'paper', 'outside', 'new', 'york', 'protested', 'movement', 'following', 'examiner', 'chronicle', 'fairly', 'illustrate', 'case', 'respected', 'brother', 'wrote', 'early', 'week', 'hope', 'new', 'york', 'baptist', 'abandon', 'cherished', 'principle', 'baptist', 'accepting', 'grant', 'land', 'city', 'farthest', 'rome', 'christian', 'subsidize', 'gained', 'great', 'point', 'sure', 'baptist', 'home', 'accepts', 'gift', 'home', 'peace', 'thousand', 'baptist', 'protest', 'till', 'cast', 'suppose', 'god', 'suddenly', 'usher', 'good_time', 'coming', 'king', 'nursing', 'father', 'queen', 'nursing', 'mother', 'triumphant', 'honored', 'church', 'time', 'according', 'excellent', 'brother', 'conscientious', 'people', 'shocked', 'thought', 'receiving', 'nourishment', 'quarter', 'instead', 'hailing', 'proof', 'millennium', 'come', 'civil_governments', 'molded', 'spirit', 'vital', 'christianity', 'long', 'argument', 'prove', 'paul', 'nursed', 'nero', 'john', 'bunyan', 'charles', 'isaiah', 'king', 'queen', 'old', 'ceesar', 'spiritual', 'church', 'sort', 'nursing', 'better', 'isn', 'possible', 'christianity', 'giving', 'foretaste', 'coming', 'isaiah', 'king', 'queen', 'reign', 'worth', 'quarrel', 'foreshadowing', 'sublime', 'consummation', 'editor', 'theodore', 'tilton', 'entitled', 'religion', 'unfair', 'regard', 'formal', 'confession', 'faith', 'unbelief', 'editor', 'seat', 'chair', 'public', 'instruction', 'significant', 'index', 'character', 'journal', 'bear', 'direction', 'influence', 'thrown', 'writer', 'congratulates', 'steady', 'amelioration', 'moral', 'andreligious', 'nature', 'man', 'doe', 'believe', 'jean', 'ingelow', 'recent', 'poem', 'green', 'world', 'grows', 'worse', 'longer', 'roll', 'fully', 'agree', 'accept', 'illustration', 'fact', 'proof', 'moral', 'betterness', 'contrast', 'imago', 'discovered', 'wrathful', 'imprecation', 'hebrew', 'psalmist', 'mild', 'maxim', 'sermon', 'mount', 'david', 'son', 'david', 'speaks', 'imprecatory', 'passage', 'book', 'psalm', 'fiery', 'malediction', 'lighted', 'brand', 'hell', 'declares', 'christian', 'principle', 'forgiveness', 'enemy', 'discovered', 'moral', 'willing', 'admit', 'golden_rule', 'greater', 'antiquity', 'christ', 'date', 'year', 'christian_era', 'confucius', 'blossomed', 'avers', 'thorny', 'stem', 'hebraistic', 'faith', 'farther', 'illustration', 'contradictory', 'spirit', 'contrast', 'death', 'david', 'death', 'christ', 'david', 'dying', 'hour', 'remembered', 'enemy', 'joab', 'shimei', 'spirit', 'revenge', 'leaped', 'like', 'flame', 'expiring', 'candle', 'dying', 'palace', 'lying', 'peaceful', 'chamber', 'surrounded', 'affectionate', 'weeper', 'pas', 'life', 'spirit', 'charity', 'mankind', 'heating', 'heart', 'old', 'hate', 'decreed', 'powerless', 'men', 'pitiless', 'sentence', 'brought', 'hoary', 'age', 'bloody', 'graf', 'hand', 'sufferer', 'calvary', 'hanging', 'cross', 'crowned', 'thorn', 'companioned', 'malefactor', 'surrounded', 'torturing', 'persecutor', 'looking', 'enemy', 'heaven', 'exclaimed', 'father', 'forgive', 'know', 'admit', 'progressive', 'revelation', 'moral', 'truth', 'rule', 'holy', 'living', 'fully', 'revealed', 'new_testament', 'know', 'abraham', 'david', 'daniel', 'knew', 'character', 'purpose', 'work', 'god', 'morality', 'new_testament', 'advanced', 'old', 'church', 'purer', 'spiritual', 'body', 'lord', 'visited', 'earth', 'mercy', 'god', 'chiefly', 'illustrated', 'new_testament', 'grace', 'charity', 'forgiveness', 'attained', 'larger', 'development', 'breast', 'new_testament', 'believer', 'age', 'fall', 'man', 'coming', 'man', 'saviour', 'mainly', 'dispensation', 'law', 'ruled', 'idea', 'justice', 'designed', 'prepare', 'world', 'revelation', 'mercy', 'sacrificial', 'death', 'christ', 'wide', 'proclamation', 'gospel', 'law', 'school', 'master', 'bring', 'world', 'christ', 'assert', 'christian', 'idea', 'forgiveness', 'unknown', 'old_testament', 'saint', 'deny', 'god', 'known', 'merciful', 'god', 'writer', 'forgets', 'voice', 'moses', 'heard', 'mount', 'sinai', 'proclaiming', 'lord', 'lord', 'lord', 'god', 'merciful', 'gracious', 'longsuffering', 'abundant', 'goodness', 'truth', 'forgets', 'new_testament', 'contains', 'impressive', 'exhibition', 'fatherly', 'character', 'god', 'david', 'psalm', 'lord', 'merciful', 'gracious', 'slow', 'anger', 'plenteous', 'mercy', 'hath', 'dealt', 'sin', 'rewarded', 'according', 'iniquity', 'like', 'father', 'pitieth', 'child', 'lord', 'pitieth', 'fear', 'forgets', 'word', 'christ', 'thou', 'shalt', 'love', 'thy_neighbor', 'thyself', 'quotation', 'earliest', 'book', 'old_testament', 'lev', 'command', 'holy', 'lord', 'god', 'holy', 'lifted', 'jewish', 'christian', 'conscience', 'justice', 'clemency', 'god', 'lev', 'forgets', 'new_testament', 'declares', 'word', 'severity', 'hebrew', 'prophet', 'surpassed', 'god', 'consuming', 'fearful', 'thing', 'fall', 'hand', 'living', 'god', 'david', 'uttered', 'malediction', 'terrible', 'word', 'jesus', 'serpent', 'generation', 'viper', 'escape', 'damnation', 'hell', 'mean', 'forestall']
root - INFO - extracting file #40500: 2017-04-Final-Corpus/RH18740210-V43-09-page4.txt
root - INFO - extracting file #41000: 2017-04-Final-Corpus/RH18761207-V48-23-page2.txt
root - INFO - ['herd', 'flock', 'sounded', 'thq', 'star', 'differth', 'star', 'glory', 'resurrection', 'dead', 'coy', 'work', 'worn', 'laborer', 'reward', 'great', 'course', 'life', 'expanded', 'field', 'humble', 'place', 'god', 'mark', 'asks', 'faithful', 'thing', 'thou_shalt', 'distinctly', 'declares', 'god', 'ruler', 'thing', 'great', 'advantspoken', 'precept', 'unto', 'assemages', 'slighted', 'bring', 'rejoicing', 'small', 'bly', 'people', 'great_voice', 'opportunity', 'improved', 'secure', 'added', 'spake', 'happiness', 'forever', 'widow', 'mite', 'reprecepts', 'law', 'connection', 'ceived', 'credit', 'bank', 'heaved', 'time', 'spoken', 'larger', 'offering', 'wealthy', 'separately', 'sandy', 'quiet', 'chi', 'ion', 'tat', 'better', 'precept', 'engraven', 'stone', 'dent', 'moses', 'plain', 'distinction', 'mor', 'leaven', 'declare', 'glory', 'god', 'law', 'temporary', 'ritual', 'law', 'firmament', 'showetb', 'handiwork', 'repeating', 'record', 'deut', 'day', 'unto', 'day', 'uttereth', 'speech', 'night', 'lord_spake', 'unto', 'night', 'showeth', 'knowledge', 'declared', 'unto', 'coveworks', 'god', 'wisd', 'power', 'nant', 'commanded', 'perform', 'lead', 'render', 'unfeigned', 'commandment', 'wrote', 'worship', 'love', 'left', 'table', 'stone', 'thing', 'impressive', 'law', 'verse', 'mark', 'pathway', 'lead', 'tord', 'commanded', 'time', 'god', 'sure_word', 'encampment', 'sinai', 'prophecy', 'whereunto', 'thoughon', 'different', 'occasion', 'teach', 'statute', 'judgment', 'land', 'tion', 'promise', 'predicated', 'god', 'required', 'heart', 'sanctification', 'repentance', 'faith', 'obedience', 'tim', 'sanctification', 'heart', 'harmony', 'wit', 'outward', 'sign', 'thereof', 'called', 'encouragement', 'reader', 'beauty', 'star', 'light', 'night', 'heed', 'unto', 'light', 'shineth', 'dark_place', 'pet', 'posse', 'fundamental_law', 'spoken', 'god', 'engraven', 'time', 'time', 'special', 'temporary', 'provisional', 'law', 'dictated', 'moses', 'angel', 'paul', 'afterward', 'written', 'book', 'moses', 'fundamental', 'precept', 'force', 'previously', 'existence', 'human', 'funnily', 'continued', 'full_force', 'day', 'rehearsal', 'sinai', 'statute', 'judgment', 'time', 'given', 'werenot', 'effect', 'force', 'till', 'israelite', 'settled', 'promised', 'land', 'doe', 'moral_law', 'deut', 'prohibit', 'kindling', 'sabbath', 'such_work', 'necessary', 'health', 'life', 'country', 'death', 'penalty', 'atnine', 'commandment', 'confess', 'binding', 'consistent', 'theory', 'ask', 'dost', 'thou', 'presumptuously', 'reproach', 'lord', 'despising', 'word', 'defying', 'authority', 'thou', 'repellest', 'commandment', 'invoke', 'penalty', 'death', 'stoning', 'entreat', 'kindness', 'listen', 'voice', 'god', 'love', 'commandment', 'right', 'tree', 'life', 'enter', 'gate', 'city', 'doe', 'obligation', 'sabbath', 'holy', 'imply', 'obligation', 'circumcised', 'old', 'covenant', 'festival', 'ordinance', 'fear', 'lord_thy', 'god', 'shalt', 'tho', 'serve', 'shalt', 'thou', 'cleave', 'swear', 'dent', 'consonance', 'gel', 'required', 'case', 'ofthe', 'offending', 'israelite', 'shall', 'confess', 'iquity', 'uncircumcine', 'heart', 'humbled', 'accept', 'punishment', 'iniquity', 'wii', 'remember', 'covenant', 'jacob', 'covenant', 'isaac', 'irly', 'covenant', 'abraham', 'remember', 'lev', 'thought', 'repeated', 'dent', 'lord_thy', 'god', 'circumcise', 'thine_heart', 'heart', 'thy', 'seed', 'love', 'lord_thy', 'god', 'thine_heart', 'thy_soul', 'tho', 'mayest', 'live', 'verse', 'thou', 'shat', 'return', 'obey', 'voice', 'lord', 'commandment', 'verse', 'chapter', 'need', 'read', 'ith', 'urprise', 'ere', 'ave', 'ent', 'wort', 'uth', 'till', 'lookit', 'ere', 'hey', 'obey', 'word', 'poet', 'point', 'close', 'heaven', 'declare', 'thy', 'glory', 'lord', 'star', 'thy', 'wisdom', 'shine', 'eye', 'behold', 'thy', 'word', 'read', 'thy_name', 'fairer', 'line', 'mind', 'irtirtto', 'commandment', 'sabbath', 'ordinance', 'old', 'covenant', 'similarity', 'dissimilarity', 'cause', 'ople', 'special', 'ofd', 'non', 'sabbath', 'keeping', 'people', 'urged', 'remember', 'sabbath', 'day', 'holy', 'reply', 'going', 'jewish', 'sabbath', 'circumcised', 'passover', 'melted', 'violation', 'sabbath', 'sabbath', 'like', 'marriage', 'institution', 'holiness', 'moral_law', 'enjoining', 'law', 'holiness', 'constituted', 'sin', 'race', 'ordained', 'unto', 'life', 'guide', 'compare', 'quotation', 'correspoint', 'reno', 'sabbath', 'jew', 'law', 'debtor', 'whole_law', 'sabbath', 'pick', 'stick', 'thereon', 'build', 'stoned', 'death', 'act', 'case', 'recorded', 'num', 'exceptional', 'true', 'crime', 'certain', 'definite', 'character', 'god', 'violation', 'sabbath', 'law', 'god', 'wilderness', 'attach', 'penalty', 'death', 'god', 'moses', 'carefully', 'desigholiness', 'character', 'rewarded', 'eternal_life', 'transgression', 'race', 'abrogate', 'obligation', 'develop', 'holiness', 'character', 'sin', 'forfeited', 'man', 'reward', 'eternal_life', 'rendered', 'absolute', 'holiness', 'impossibility', 'rendered', 'ing', 'scripture', 'especially', 'col', 'rom', 'ant', 'true', 'circumcision', 'seen', 'heart', 'heart', 'sanctification', 'setting', 'bound', 'hen', 'round', 'god', 'law', 'indicate', 'repentance', 'dying', 'eij', 'welt', 'sin', 'vpares', 'sky', 'famil', 'easy', 'reply', 'entire', 'lack', 'distinction', 'moral', 'secunated', 'character', 'crime', 'impossible', 'attain', 'unto', 'immorand', 'world', 'faith', 'rising', 'ire', 'ecure', 'lar', 'universal', 'general', 'special', 'object', 'mean', 'obligation', 'moral_law', 'god', 'sense', 'implies', 'obligation', 'law', 'moses', 'national', 'statute', 'typical', 'law', 'termed', 'obligation', 'obey', 'constitution', 'united', 'state', 'implies', 'obligation', 'obey', 'old', 'dead', 'territorial', 'law', 'applicable', 'expired', 'abolished', 'ong', 'year', 'ago', 'man', 'shall', 'die', 'thou_shalt', 'territory', 'state', 'away', 'evil', 'israel', 'general', 'universal', 'fundapeople', 'shall', 'hear', 'fear', 'mental', 'law', 'god', 'moral_government', 'presumptuously', 'verse', 'second', 'special', 'limited', 'secondary', 'despising', 'god', 'authority', 'nin', 'ill', 'dath', 'form', 'elieve', 'hose', 'slid', 'time', 'event', 'unbounded', 'love', 'depth', 'great_event', 'mercy', 'shown', 'adorablfsr', 'noticed', 'encouragement', 'redeemer', 'coming', 'soon', 'compled', 'obedience', 'exercise', 'trusting', 'glorious', 'plan', 'redemption', 'yes', 'dence', 'abiding', 'faith', 'covenant', 'coming', 'coming', 'coming', 'bring', 'lit', 'mutual', 'agreement', 'god', 'entered', 'captive', 'corning', 'raise', 'deal', 'hie', 'abraham', 'god', 'solemnly', 'life', 'immortality', 'coming', 'brit', 'qought', 'simply', 'prudential', 'law', 'israelite', 'added', 'transgression', 'till', 'seed', 'come', 'promise', 'wasa', 'school', 'master', 'simply', 'teach', 'rudiment', 'faith', 'till', 'christ', 'come', 'offer', 'himinelf', 'sacrifice', 'sin', 'ordained', 'unto', 'life', 'continue', 'law', 'holiness', 'life', 'law', 'applied', 'equally', 'violation', 'hail', 'glorious', 'day', 'deliverance', 'haste', 'dawn', 'dispel', 'beaming', 'ray', 'moral_darkness', 'velops', 'like', 'cloud', 'dreary', 'cart', 'urrection', 'christ', 'shall', 'appear', 'second', 'time', 'sin_unto_salvation', 'limited', 'time', 'sacrifice', 'christ', 'atpon', 'cross', 'law', 'peculiar', 'people', 'regulata', 'man', 'gathered', 'stick', 'sabing', 'ordinance', 'bath', 'day', 'stoned', 'death', 'shadow', 'thing', 'come', 'gal', 'therefor', 'retort', 'col', 'old', 'temporary', 'sabbath', 'keeper', 'fact', 'territorial', 'law', 'abolished', 'expired', 'case', 'limitation', 'territory', 'bebame', 'people', 'tested', 'god', 'state', 'constitution', 'general', 'govas', 'disposition', 'respect', 'obey', 'ernment', 'cease', 'exist', 'god', 'fundamental', 'universal', 'lpioving', 'testing', 'willingness', 'moral_law', 'abolished', 'expiration', 'limited', 'temporary', 'typical', 'civil', 'law', 'sabbath', 'miraculously', 'feeding', 'manna', 'climate', 'bound', 'grant', 'certain', 'great', 'blessing', 'abraham', 'seed', 'condition', 'faith', 'obedience', 'peace', 'earth', 'weary', 'coming', 'deep', 'vengeance', 'refusal', 'offer', 'mercy', 'review', 'herald', 'vol', 'dec', 'star', 'forever', 'silyoke', 'sinai', 'day', 'specially', 'forbidden', 'bath', 'spoken', 'obedient', 'look', 'deut', 'enpenalty', 'death', 'responsive', 'promise', 'israel', 'graven', 'finger', 'god', 'stone', 'right', 'god', 'gen', 'dent', 'specially', 'disciplining', 'personally', 'judg', 'covenant', 'abraham', 'moral_law', 'recorded', 'ing', 'people', 'presumptuously', 'enant', 'grace', 'salvation', 'poet', 'yes', 'lor', 'sha', 'eie', 'resh', 'fro', 'moorl', 'sha', 'crow', 'shat', 'day', 'moral_law', 'contained', 'prebountifully', 'fed', 'need', 'obey', 'voice', 'warning', 'note', 'fearlessly', 'exhorted', 'faith', 'opt', 'enjoining', 'circumcision', 'passover', 'build', 'sabbath', 'day', 'charge', 'commandment', 'ully', 'pleaded', 'feelingly', 'long', 'festival', 'ordinance', 'kindling', 'bad', 'expressly', 'formy', 'statute', 'law', 'gen', 'suffering', 'patience', 'shalt', 'shine', 'look', 'spoken', 'god', 'great', 'bidden', 'work', 'condition', 'lot', 'expanse', 'heaven', 'represents', 'great_multitude', 'man', 'number', 'shining', 'star', 'faithful', 'minister', 'labored', 'suo', 'cessfully', 'save', 'soul', 'glory', 'sun', 'glory', 'moon', 'anotrheglory', 'star', 'slightest', 'degree', 'fourth', 'peken', 'engraven', 'ordinance', 'sinning', 'man', 'brought', 'moses', 'ised', 'temporal', 'eternal', 'blessing', 'commanded', 'referred', 'temporal', 'provisionary', 'sten', 'nal', 'word', 'encouraging', 'facil', 'tie', 'attaining', 'eternal', 'promised', 'temporal', 'reward', 'eternal', 'reward', 'temporal', 'prosperity', 'eternal', 'prosperity', 'temporal', 'possession', 'eternal', 'posse', 'sion', 'temporal', 'habitation', 'term', 'city', 'temporal', 'food', 'supply', 'goodly', 'land', 'eternal', 'fruit', 'tree', 'life', 'better', 'country', 'heavenly', 'gen', 'precept', 'thereof', 'observance', 'sabbath', 'lord', 'commanded', 'law', 'repeated', 'sabbath', 'commandment', 'included', 'let', 'stultify', 'affirming', 'moral_law', 'commandment', 'law', 'enjoining', 'ordinance', 'dent', 'moses', 'punished', 'said', 'defileth', 'shall', 'surely', 'death', 'num', 'dent', 'character', 'defined', 'soul', 'doeth', 'aught', 'presumptubusly', 'reproach', 'eth', 'lord', 'tality', 'extraneous', 'aid', 'additional', 'facility', 'transgression', 'affect', 'man', 'relation', 'institution', 'holiness', 'obligation', 'obedient', 'law', 'holiness', 'render', 'necessary', 'additional', 'encouragement', 'obedience', 'plan', 'according', 'holiness', 'imputed', 'end', 'participate', 'forfeited', 'blessing', 'eternal_life', 'hath', 'despised', 'word', 'lord', 'hath', 'broken', 'commandment', 'soul', 'shall', 'utterly', 'cut', 'jai', 'man', 'presumptuously', 'hearken', 'lace', 'stant', 'hathe', 'save', 'sinning', 'willfully', 'paul', 'termed', 'defiance', 'god', 'israelite', 'subjected', 'special', 'discipline', 'wilderness', 'god', 'special', 'direction', 'subject', 'personal', 'supervision', 'judgment', 'death', 'penalty', 'attached', 'severe', 'penalty', 'attached', 'sabbath', 'unto', 'man', 'holiness', 'condition', 'possible', 'obedience', 'moral_law', 'repentance', 'individual', 'transgression', 'faith', 'god', 'mediating', 'son', 'plan', 'adopted', 'justifying', 'sinner', 'time', 'entered', 'religion', 'given', 'man', 'element', 'faith', 'henceforth', 'characteristic', 'element', 'weary', 'ike', 'joy', 'lost', 'disobedient', 'soul', 'thou', 'canst', 'feebly', 'reali', 'blessedness', 'eternity', 'rig', 'hand', 'god', 'thou', 'canst', 'comprehen', 'commandment', 'moral_law', 'num', 'learn', 'minn', 'child', 'israel', 'wilderness', 'covenant', 'ordinance', 'law', 'covenant', 'ordinance', 'law', 'faith', 'temporary', 'limited', 'period', 'time', 'marked', 'great_event', 'carrying', 'plan', 'immensity', 'sacrifice', 'vhen', 'salvation', 'period', 'offered', 'calvary', 'rugged', 'mount', 'zishall', 'col', 'aaron', 'hint', 'ward', 'case', 'blasphemer', 'mind', 'lord', 'showed', 'lev', 'declared', 'consulted', 'lord', 'respect', 'case', 'lord', 'said', 'unto', 'moses', 'man', 'shall', 'surely', 'death', 'congregation', 'shall', 'stone', 'stone', 'camp', 'man', 'presumptuonsly', 'gone', 'gathered', 'stick', 'contempt', 'defiance', 'god', 'authority', 'willfully', 'reproaching', 'lord', 'promise', 'god', 'despising', 'word', 'breaking', 'covenant', 'established', 'hen', 'shat', 'holy', 'commandment', 'fold', 'character', 'promised', 'physica', 'god', 'saw', 'knew', 'sat', 'blessing', 'spiritual_blessings', 'later', 'judge', 'case', 'judgment', 'turn', 'antecedent', 'cond', 'look', 'lence', 'shall', 'acknowledge', 'subject', 'covenant', 'obligation', 'said', 'circuit', 'stoning', 'death', 'penalty', 'vise', 'foreskin', 'hear', 'cove', 'constructive', 'violation', 'stiff', 'necked', 'thou', 'shal', 'peopl', 'evident', 'appears', 'narrative', 'event', 'exceptional', 'case', 'solitary', 'professing', 'christian', 'men', 'demand', 'love', 'god', 'holy', 'sabbath', 'law', 'thereforenot', 'circumcision', 'heart', 'convert', 'build', 'necessary', 'sabbath', 'day', 'ience', 'antecedently', 'god', 'said', 'acknowledge', 'abraham', 'walk', 'thou', 'unnecessary', 'work', 'kind', 'perfect', 'hile', 'hat', 'nil', 'wher', 'trifling', 'retort', 'moses', 'enjoining', 'brae', 'repel', 'claim', 'god', 'sabbath', 'ites', 'god', 'fulfillment', 'life', 'trusting', 'hope', 'obedience', 'retur', 'ing', 'god', 'love', 'drawing', 'near', 'desired', 'life', 'circumscribing', 'heart', 'life', 'round', 'preen', 'god', 'cutting', 'foe', 'access', 'satan', 'temptation', 'sin', 'called', 'circumcision', 'circum', 'cmdere', 'cut', 'sptore', 'plan', 'adopted', 'brief', 'punishment', 'death', 'mediator', 'man', 'stead', 'atone', 'original', 'sin', 'obedience', 'unto', 'righteousness', 'righteousness', 'unto', 'holimortal', 'beauty', 'soon', 'ushered', 'ness', 'mediator', 'accounted', 'present', 'reign', 'corruption', 'sabbath', 'reflection', 'soul', 'glad', 'kingdom', 'hit', 'woe', 'misery', 'heart', 'breaking', 'sigh', 'trouble', 'fear', 'sorrow', 'soon', 'gin', 'place', 'blissful', 'reign', 'peace', 'love', 'ending', 'felicity', 'oming', 'hat', 'cat', 'jolley', 'areless', 'card', 'oilimp', 'ork', 'vpare', 'rat', 'liought', 'cord', 'armor']
root - INFO - extracting file #41500: 2017-04-Final-Corpus/RH18791211-V54-24-page5.txt
root - INFO - extracting file #42000: 2017-04-Final-Corpus/RH18810719-V58-04-page12.txt
root - INFO - ['thb', 'review_and_herald', 'vol', 'duty', 'strive', 'live', 'rip', 'asked', 'expected', 'conference', 'member', 'annual_report', 'added', 'year', 'dismissed', 'present', 'number', 'church', 'reporting', 'report', 'member', 'received', 'church', 'added', 'session', 'making', 'present_membership', 'far', 'known', 'nominating', 'committee', 'submitted', 'report', 'recommending', 'election', 'following', 'person', 'officer', 'conference', 'president', 'harrison', 'grant', 'secretary', 'babcock', 'treasurer', 'allen', 'moon', 'executive_committee', 'harrison', 'grant', 'john', 'fulton', 'lewis', 'johnson', 'camp', 'meeting', 'committee', 'white', 'david', 'fulton', 'lamb', 'olive', 'paulson', 'trustee', 'educational', 'relief', 'fund', 'john', 'fulton', 'minute', 'read', 'approved', 'conference', 'adjourned', 'grant', 'pres', 'curtis', 'sec', 'minnesota', 'conference', 'directory', 'president', 'grant', 'medford', 'steele', 'minn', 'seeretaxv', 'wright', 'cleveland', 'sueur', 'minn', 'treasurer', 'allen', 'moon', 'eagle', 'lake', 'blue', 'earth', 'minn', 'committee', 'credential', 'license', 'recommended', 'credential', 'eld', 'colcord', 'jones', 'renewed', 'license', 'granted', 'bro', 'russell', 'adopted', 'unanimously', 'adjourned', 'chair', 'meeting', 'june', 'president', 'chair', 'prayer', 'eld', 'waggoner', 'minute', 'meeting', 'read', 'accepted', 'action', 'committee', 'credential', 'license', 'called', 'voted', 'committee', 'discharged', 'matter', 'left', 'conference_committee', 'pres', 'com', 'grant', 'fulton', 'hutchinson', 'mcleod', 'minn', 'johnson', 'golden', 'gate', 'brown', 'minn', 'grad', 'iltittil', 'waggoner', 'van', 'aorn', 'jones', 'corn', 'voted', 'consider', 'report', 'item', 'grant', 'duly', 'elected', 'president', 'babcock', 'moved', 'vote', 'thanks', 'tendered', 'positively', 'declined', 'accept', 'office', 'secretary', 'motion', 'portion', 'report', 'relating', 'nomination', 'secretary', 'referred', 'committee', 'remainder', 'adopted', 'sunl', 'unto', 'world', 'preach', 'gospel', 'creature', 'mark', 'rouse', 'roust', 'work', 'nay', 'let', 'rest', 'morning', 'breaking', 'west', 'darkness', 'wait', 'till', 'day', 'born', 'rouse', 'work', 'rise', 'day', 'eye', 'weary', 'brightness', 'morn', 'rouse', 'work', 'nay', 'let', 'light', 'disperse', 'damp', 'vapor', 'left', 'night', 'bear', 'burden', 'day', 'rouse', 'work', 'noon', 'great', 'heat', 'nature', 'lie', 'swoon', 'patience', 'till', 'languor', 'pas', 'away', 'rouse', 'work', 'nay', 'twilight', 'mate', 'homeward', 'swallow', 'star', 'brightening', 'shadow', 'gather', 'fast', 'rouse', 'work', 'shadow', 'creep', 'gray', 'blackness', 'tie', 'hour', 'sleep', 'need', 'rouse', 'day', 'past', 'sluggard', 'reward', 'day', 'dreamed', 'stand', 'lord', 'hand', 'instead', 'garnered', 'grain', 'man', 'jitelge', 'rouse', 'day', 'hour', 'shadow', 'passed', 'away', 'reap', 'sloth', 'reward', 'pain', 'hamilton', 'drummond', 'christian_union', 'brief', 'extract', 'taken', 'secretary', 'record', 'book', 'month', 'singing', 'season', 'prayer', 'reading', 'minute', 'previous_meeting', 'letter', 'received', 'meeting', 'read', 'glean', 'following', 'lady', 'general_conference', 'efficient', 'labor', 'eld', 'waggoner', 'adjourned', 'sine', 'die', 'alonzo', 'jones', 'oolcord', 'sec', 'minnesota', 'conferencl', 'candidate', 'declared', 'elected', 'committee', 'credential', 'license', 'reported', 'follows', 'committee', 'credential', 'license', 'recom', 'twentieth', 'session', 'minnesota', 'mend', 'credential', 'following', 'brother', 'conference', 'held', 'connection', 'campmeeting', 'lake', 'calhoun', 'convened', 'president', 'june', 'prayer', 'eld', 'haskell', 'roll', 'church', 'beieg', 'called', 'delegate', 'representing', 'church', 'responded', 'took', 'seat', 'visiting', 'brother', 'good', 'standing', 'conference', 'general_conference', 'vote', 'invited', 'participate', 'deliberation', 'coenfrence', 'request', 'new_church', 'anawauk', 'sueur', 'minn', 'composed', 'eighteen', 'member', 'presented', 'asking', 'membership', 'conference', 'request', 'granted', 'delegate', 'took', 'seat', 'similar', 'request', 'eau', 'clare', 'church', 'eau', 'clare', 'consisting', 'member', 'received', 'granted', 'chair', 'instructed', 'appoint', 'session', 'camp', 'meeting', 'committee', 'member', 'conference', 'satisfied', 'church', 'river', 'fall', 'eau', 'gallo', 'extinct', 'vote', 'directed', 'dropped', 'record', 'motion', 'chair', 'authorized', 'appoint', 'standing', 'committee', 'sin', 'auditor', 'adjourned', 'chair', 'june', 'religious_service', 'chair', 'announced', 'committee', 'appointed', 'necessary', 'change', 'stood', 'follows', 'nomination', 'allen', 'moon', 'david', 'quinn', 'dim', 'nick', 'auditing', 'lamb', 'rasmussen', 'babcock', 'wright', 'david', 'fatten', 'gregory', 'credential', 'license', 'john', 'fulton', 'john', 'ernmerson', 'stanton', 'resolution', 'samuel', 'fulton', 'myron', 'winchell', 'butler', 'canapgneeting', 'committee', 'allen', 'moor', 'david', 'emmeraon', 'john', 'olive', 'walter', 'lashear', 'armstrong', 'auditor', 'myron', 'winchell', 'second', 'meeting', 'june', 'chair', 'called', 'meeting', 'order', 'prayer', 'offered', 'eld', 'ell', 'calling', 'roll', 'delegate', 'responded', 'church', 'minute', 'meeting', 'read', 'request', 'membership', 'presented', 'new', 'hartford', 'church', 'winona', 'minna', 'seven', 'member', 'knapp', 'church', 'dunn', 'member', 'wilson', 'church', 'croix', 'seventeen', 'member', 'granted', 'delegate', 'took', 'seat', 'conference', 'company', 'swedish', 'sabbath', 'keeper', 'grant', 'minn', 'presented', 'request', 'eld', 'johnson', 'taken', 'watchcare', 'conference', 'rho', 'geneva', 'joy', 'maple', 'plain', 'church', 'voted', 'dropped', 'record', 'having', 'extinct', 'condition', 'grand', 'meadow', 'church', 'presented', 'secretary', 'hurry', 'business', 'action', 'taken', 'report', 'treasurer', 'presented', 'showing', 'following', 'renewed', 'grant', 'dimmick', 'hill', 'john', 'collins', 'burch', 'babcock', 'curtis', 'johnson', 'ell', 'stephen', 'pierce', 'samuel', 'fulton', 'moore', 'john', 'fulton', 'license', 'granted', 'ern', 'john', 'hopkins', 'curtis', 'brickey', 'white', 'jacob', 'jacobson', 'jorgenson', 'john', 'carlston', 'sister', 'johnson', 'colportor', 'license', 'giver', 'brn', 'burdick', 'byron', 'tripp', 'louis', 'kjallberg', 'van', 'dorm', 'sister', 'libbie', 'collins', 'recommend', 'case', 'bro', 'battin', 'bro', 'yank', 'irk', 'referred', 'receipt', 'disbursement', 'balance', 'treasury', 'ness', 'hour', 'present', 'hear', 'read', 'time', 'given', 'discussion', 'report', 'trustee', 'educational', 'relief', 'fund', 'called', 'earlier', 'meeting', 'ready', 'moment', 'forgotten', 'number', 'item', 'business', 'attended', 'necessity', 'giving', 'time', 'business', 'session', 'conference', 'secretary', 'instructed', 'revise', 'minute', 'forward', 'review_and_herald', 'publication', 'following', 'resolution', 'adopted', 'resolved', 'extend', 'thanks', 'railroad', 'company', 'favored', 'reduction', 'fare', 'line', 'resolved', 'secretary', 'instructed', 'furnish', 'copy', 'foregoing', 'resolution', 'leading', 'paper', 'minneapolis', 'publication', 'received', 'god', 'blessing', 'exercise', 'commenced', 'singing', 'familiar', 'hymn', 'followed', 'season', 'prayer', 'letter', 'read', 'gentleman', 'kansa', 'writes', 'favorably', 'impressed', 'doctrine', 'advocated', 'sign', 'time', 'desire', 'information', 'subject', 'gladly', 'accept', 'reading_matter', 'sent', 'member', 'spoke', 'having', 'sent', 'number', 'sign', 'cousin', 'learned', 'accident', 'fell', 'hand', 'man', 'greatly', 'interested', 'member', 'related', 'interesting', 'conversation', 'recently', 'held', 'gentleman', 'place', 'member', 'baptist', 'church', 'supposed', 'interested', 'view', 'observing', 'event', 'transpiring', 'led', 'conclude', 'near', 'auditor', 'reported', 'examined', 'treasurer', 'report', 'voucher', 'report', 'correct', 'report', 'approved', 'secretary', 'presented', 'summary', 'annual_reports', 'church', 'reporting', 'ference', 'committee', 'fulton', 'enimerson', 'stanton', 'cora', 'report', 'considered', 'item', 'adopted', 'hour', 'preaching', 'having', 'arrived', 'conference', 'adjourned', 'meet', 'immediately', 'preaching', 'service', 'meeting', 'conference', 'convened', 'pursuant', 'adjournment', 'resumed', 'business', 'reading', 'minute', 'meeting', 'secretary', 'read', 'report', 'colporters', 'showing', 'encouraging', 'prospect', 'branch', 'work', 'nominating', 'committee', 'presented', 'wright', 'conference_secretary', 'motion', 'substitute', 'curtis', 'motion', 'elect', 'ballot', 'ruled', 'order', 'motion', 'prevailed', 'adopt', 'report', 'bro', 'wright', 'declared', 'elected', 'committee', 'resolution', 'reported', 'follows', 'committee', 'resolution', 'beg', 'leave', 'submit', 'teacher', 'missouri', 'speaks', 'having', 'received', 'following', 'great', 'degree', 'backslidden', 'god', 'allowed', 'pride', 'love', 'world', 'alarming', 'extent', 'possession', 'heart', 'separate', 'god', 'resolved', 'break', 'loose', 'world', 'humble', 'heart', 'god', 'earnestly', 'plead', 'heal', 'backsliding', 'help', 'consecrate', 'anew', 'service', 'god', 'spoken', 'plainly', 'subject', 'dress', 'departed', 'respect', 'simplicity', 'characterize', 'people', 'god', 'resolved', 'feel', 'called', 'repent', 'god', 'henceforth', 'endeavor', 'walk', 'accordance', 'light', 'given', 'great_benefit', 'instructor', 'desire', 'reading_matter', 'especially', 'assist', 'work', 'letter', 'read', 'gentleman', 'time', 'interested', 'reader', 'containing', 'subscriber', 'sign', 'member', 'present', 'spoke', 'having', 'learned', 'good', 'accomplished', 'paper', 'sent', 'year', 'ago', 'reported', 'having', 'visted', 'lady', 'place', 'fully', 'convinced', 'respecting', 'truth', 'anxiously', 'hoping', 'husband', 'light', 'obey', 'member', 'stated', 'lady', 'written', 'sent', 'reading_matter', 'bad', 'commenced', 'sabbath', 'interesting', 'circumstance', 'connection', 'health', 'annual', 'related', 'moravian', 'minister', 'having', 'seen', 'ordered', 'copy', 'sent', 'minister', 'denomination', 'expense', 'requested', 'catalogue', 'fulton', 'myron', 'winchell', 'thso', 'butler', 'corn', 'report', 'considered', 'item', 'adopted', 'force', 'lost', 'consequence', 'lateing', 'visit', 'publication', 'brother', 'reported']
root - INFO - extracting file #42500: 2017-04-Final-Corpus/RH18830206-V60-06-page6.txt
root - INFO - extracting file #43000: 2017-04-Final-Corpus/RH18840826-V61-35-page7.txt
root - INFO - ['aug', 'folded', 'wander', 'away', 'bring', 'weak', 'able', 'walk', 'like', 'good', 'shopherd', 'carry', 'bosom', 'require', 'care', 'labor', 'patience', 'feed', 'shelter', 'protect', 'gather', 'fold', 'repeat', 'waste', 'time', 'energy', 'multitude', 'concentrate', 'effort', 'zeal', 'prayer', 'faith', 'unremitting', 'labor', 'time', 'reasonably', 'hope', 'bring', 'successfully', 'christ', 'gather', 'score', 'score', 'bring', 'finding', 'folding', 'feeding', 'lamb', 'gather', 'shall', 'great_day', 'present', 'chief', 'shepherd', 'trophy', 'redeeming', 'grace', 'perfect', 'having', 'spot', 'wrinkle', 'such_thing', 'rev', 'harris', 'christian', 'work', 'colportage', 'note', 'colporters', 'missouri', 'monthly', 'report', 'family', 'able', 'read', 'reply', 'inquiry', 'head', 'family', 'such_cases', 'substance', 'use', 'bible', 'receiving', 'answer', 'man', 'despairing', 'persuading', 'purchase', 'regular_price', 'asked', 'answer', 'emphatic', 'said', 'corn', 'feed', 'horse', 'testament', 'apparent', 'reluctance', 'accepted', 'offer', 'learning', 'ear', 'corn', 'wanted', 'telling', 'field', 'near', 'wife', 'read', 'told', 'opened', 'bible', 'year', 'bought', 'bible', 'paying', 'cent', 'money', 'class', 'bought', 'bible', 'saying', 'owned', 'grown', 'daughter', 'child', 'read', 'owned', 'bible', 'married', 'sixteen_years', 'met', 'preacher', 'new_testament', 'told', 'think', 'bad', 'read', 'dozen', 'chapter', 'old_testament', 'use', 'holding', 'office', 'complete', 'copy', 'new_testament', 'gladly', 'availed', 'opportunity', 'purchase', 'bible', 'mean', 'rare', 'occurrence', 'hear', 'father', 'family', 'church', 'member', 'confess', 'destitute', 'bible', 'new_testament', 'golden', 'censer', 'abbatb', 'ign', 'thou_shalt', 'teach', 'diligently', 'dent', 'lesson', 'sabbath', 'september', 'instructor', 'aug', 'resurrection', 'continued', 'critical', 'note', 'jeremiah', 'prophecy', 'rachel', 'weeping', 'child', 'declared', 'fulfilled', 'cruel', 'order', 'inhuman', 'herod', 'child', 'bethlehem', 'year', 'age', 'slain', 'matt', 'probable', 'prophecy', 'meet', 'principal', 'fulfillment', 'barnes', 'word', 'fulfilled', 'taken', 'evidently', 'sense', 'word', 'jeremiah', 'aptly', 'express', 'event', 'matthew', 'recording', 'original', 'design', 'prophecy', 'sorrowful', 'departure', 'people', 'captivity', 'conquest', 'jerusalem', 'nobuchadnezzar', 'captive', 'assembled', 'rama', 'jeremiah', 'chain', 'fate', 'escaped', 'destruction', 'city', 'decided', 'conqueror', 'jer', 'noble', 'slain', 'eye', 'king', 'murder', 'son', 'sight', 'people', 'gathered', 'rama', 'chain', 'start', 'mournful', 'journey', 'slave', 'cruel', 'monarch', 'leaving', 'dear', 'life', 'sadness', 'scene', 'expressed', 'language', 'prophet', 'beautifully', 'fitly', 'applies', 'melancholy', 'event', 'evangelist', 'record', 'impropriety', 'quotation', 'calvin', 'certain', 'prophet', 'describes', 'destruction', 'tribe', 'benjamin', 'took', 'place', 'time', 'foretold', 'tery', 'secret', 'revealed', 'told', 'flesh', 'blood', 'inherit', 'kingdom', 'god', 'question', 'arise', 'shall', 'shall', 'alive', 'christ', 'shall', 'come', 'answer', 'instantaneous', 'change', 'place', 'living', 'dead', 'fitting', 'inherit', 'kingdom', 'god', 'shall', 'sleep', 'paul', 'argue', 'expected', 'live', 'coming', 'christ', 'merely', 'class', 'christian', 'saying', 'shall', 'die', 'alive', 'christ', 'come', 'shall', 'changed', 'fix', 'the_review_and_herald', 'beautiful', 'figure', 'speech', 'prophet', 'introduces', 'mother', 'weeping', 'tribe', 'child', 'weeping', 'fallen', 'destiny', 'israel', 'calamity', 'come', 'land', 'image', 'striking', 'introduce', 'mother', 'long', 'dead', 'sepulchre', 'near', 'weeping', 'bitterly', 'terrible', 'calamity', 'befell', 'descendant', 'language', 'image', 'aptly', 'beautifully', 'expressed', 'sorrow', 'mother', 'bethlehem', 'herod', 'slew', 'infant', 'child', 'cruelty', 'tyrant', 'family', 'family', 'tear', 'lamentation', 'weeping', 'great', 'paul', 'expected', 'live', 'lord', 'mourning', 'tribe', 'judah', 'cut', 'added', 'half', 'tribe', 'benjamin', 'mourning', 'mouth', 'rachel', 'long', 'dead', 'prediction', 'jeremiah', 'having', 'accomplished', 'time', 'matthew', 'chap', 'doe', 'mean', 'foretold', 'herod', 'coming', 'christ', 'occasioned', 'renewal', 'mourning', 'experienced', 'century', 'tribe', 'benjamin', 'bloomfield', 'view', 'illustration', 'fold', 'application', 'prophecy', 'language', 'follows', 'cornmenting', 'matt', 'word', 'paraphrased', 'happened', 'fully', 'completed', 'citation', 'accommodation', 'jer', 'catastrophe', 'look', 'place', 'recorded', 'jeremiah', 'manner', 'speaking', 'familiar', 'writer', 'new_testament', 'matt', 'compared', 'isa', 'matt', 'compared', 'isa', 'according', 'mode', 'truly', 'said', 'fulfilled', 'admits', 'properly', 'applied', 'probable', 'prophecy', 'fold', 'application', 'declaration', 'come', 'land', 'enemy', 'applied', 'exiled', 'israel', 'mean', 'course', 'captivity', 'turned', 'return', 'own_country', 'applied', 'child', 'slain', 'herod', 'refer', 'resurrection', 'dead', 'hebrew', 'passage', 'commented', 'declared', 'child', 'shall', 'come', 'land', 'enemy', 'term', 'cer', 'tainly', 'heaven', 'prosonce', 'god', 'psalmist', 'fullness', 'joy', 'right_hand', 'pleasure', 'forevermore', 'heaven', 'land', 'enemy', 'god', 'enemy', 'come', 'heaven', 'satan', 'enemy', 'race', 'adversary', 'peter', 'roaring', 'lion', 'walketh', 'seeking', 'devour', 'dominion', 'constitute', 'land', 'enemy', 'coming', 'directly', 'passage', 'heb', 'distinctly', 'stated', 'devil', 'power', 'death', 'reason', 'christ', 'took', 'form', 'flesh', 'mean', 'death', 'destroy', 'devil', 'satan', 'having', 'power', 'death', 'die', 'pas', 'power', 'dominion', 'land', 'land', 'enemy', 'isaiah', 'dead', 'satan', 'power', 'christ', 'died', 'break', 'power', 'destroying', 'posse', 'dead', 'satan', 'prison', 'house', 'christ', 'key', 'unlock', 'rev', 'enemy', 'land', 'god', 'promised', 'bring', 'present', 'overcome', 'death', 'christ', 'swallow', 'death', 'victory', 'corinthian', 'nay', 'refer', 'addressing', 'apparent', 'discussion', 'argument', 'relates', 'christian', 'church', 'large', 'affiroration', 'reference', 'tht', 'church', 'considered', 'church', 'raised', 'day', 'paul', 'expect', 'lord', 'jesus', 'soon', 'come', 'world', 'soon', 'come', 'end', 'apparent', 'similar', 'place', 'epistle', 'thessalonian', 'thess', 'language', 'remarkably', 'similar', 'alive', 'remain', 'unto', 'coming', 'lord', 'language', 'interpreted', 'thessalonian', 'teaching', 'world', 'soon', 'come', 'end', 'effect', 'jesus', 'return', 'expected', 'world', 'soon', 'end', 'mistaken', 'inspired', 'reply', 'speaking', 'christian', 'whole_church', 'redeemed', 'entire', 'mass', 'enter', 'heaven', 'group', 'connects', 'shall', 'die', 'christian', 'including', 'whole_church', 'shall', 'die', 'produce', 'state', 'alarm', 'special', 'pain', 'second', 'epistle', 'mean', 'such_thing', 'showed', 'thess', 'end', 'world', 'near', 'important_events', 'occur', 'world', 'come', 'end', 'language', 'imply', 'expectation', 'world', 'soon', 'terminate', 'lord', 'jesus', 'soon', 'come', 'parallel', 'expression', 'occur', 'writer', 'new_testament', 'similar', 'signification', 'john', 'epi', 'time', 'comp', 'heb', 'meaning', 'world', 'soon', 'come', 'end', 'prophet', 'spoke', 'period', 'called', 'day', 'isa', 'micah', 'hebrew', 'day', 'period', 'messiah', 'live', 'reign', 'meant', 'dispensation', 'world', 'close', 'reign', 'messiah', 'economy', 'human', 'thing', 'follow', 'short_period', 'longer', 'john', 'spoke', 'time', 'bloomfield', 'passage', 'use', 'person', 'prove', 'apostle', 'thought', 'day', 'judgment', 'near', 'hand', 'contemporary', 'best', 'expositor', 'agreed', 'appears', 'participation', 'apostie', 'speaks', 'person', 'alive', 'day', 'mean', 'designate', 'alive', 'moment', 'literally', 'atom', 'time', 'point', 'time', 'absolutely', 'indivisible', 'quickly', 'change', 'good', 'trouble', 'cross', 'man', 'enter', 'consider', 'ought', 'trust', 'earthly', 'thing', 'thomas', 'kempis', 'ing', 'dead', 'remark', 'barnes', 'point', 'truthful', 'point', 'given', 'considerable', 'length', 'shall', 'sleep', 'christian', 'grouping', 'lived', 'live', 'discussion', 'relation', 'following', 'remark', 'remove', 'difficulty', 'attends', 'interpretation', 'passage', 'objection', 'paul']
root - INFO - extracting file #43500: 2017-04-Final-Corpus/RH18860323-V63-12-page16.txt
root - INFO - extracting file #44000: 2017-04-Final-Corpus/RH18871011-V64-40-page2.txt
root - INFO - ['the_review_and_herald', 'suffering', 'great', 'affliction', 'human', 'appearance', 'life', 'precious', 'losing', 'loved', 'world', 'faith', 'hope', 'promise', 'god', 'open', 'fore', 'future', 'immortal_life', 'hope', 'fasten', 'unseen', 'reality', 'future', 'world', 'christ', 'risen', 'dead', 'fruit', 'hope', 'faith', 'strengthen', 'soul', 'pas', 'dark', 'shadow', 'tomb', 'faith', 'coming', 'forth', 'immortal_life', 'morning', 'theresurrection', 'paradise', 'god', 'home', 'blessed', 'tear', 'shall', 'wiped', 'face', 'christ', 'shall', 'come', 'second', 'time', 'admired', 'believe', 'death', 'shall', 'swallowed', 'victory', 'shall', 'sickness', 'sorrow', 'death', 'rich', 'promise', 'given', 'blessed', 'commandment', 'right', 'tree', 'life', 'enter', 'gate', 'city', 'promise', 'rich', 'comforting', 'love', 'god', 'promise', 'garden', 'god', 'word', 'patient_continuance', 'seek', 'glory', 'honor', 'immortality', 'eternal', 'life', 'paul', 'declares', 'light', 'affliction', 'moment', 'worketh', 'afar', 'exceeding', 'eternal_weight', 'glory', 'look', 'thing', 'seen', 'thing', 'seen', 'thing', 'seen', 'temporal', 'thing', 'seen', 'eternal', 'holy', 'day', 'second', 'day', 'pentecost', 'work', 'factory', 'day', 'color', 'flying', 'building', 'people', 'crowd', 'making', 'way', 'church', 'great', 'account', 'europe', 'holy', 'day', 'spoke', 'assembled', 'john', 'bro', 'conradi', 'interpreted', 'german', 'truth', 'reality', 'felt', 'god', 'gave', 'special', 'strength', 'imparted', 'holy', 'spirit', 'speaking', 'saw', 'intelligent', 'company', 'privilege', 'little', 'labor', 'ministering', 'brother', 'hope', 'pray', 'meeting', 'prove', 'blessing', 'present', 'bro', 'conradi', 'mentioned', 'request', 'afflicted', 'brother', 'prayer', 'behalf', 'assembled', 'faith', 'sent', 'humble', 'petition', 'sick', 'afflicted', 'losing', 'hold', 'life', 'presented', 'case', 'lord', 'felt', 'assurance', 'love', 'god', 'affliction', 'felt', 'god', 'loved', 'best', 'good', 'suffering', 'afflicted', 'family', 'glory', 'leave', 'case', 'hand', 'god', 'love', 'suffering', 'child', 'apportions', 'grace', 'trial', 'tuesday', 'clock', 'seated', 'car', 'hamburg', 'way', 'copenhagen', 'denmark', 'hold', 'meeting', 'dusseldorf', 'changed', 'car', 'obliged', 'wait', 'hour', 'depot', 'opportunity', 'study', 'human_nature', 'lady', 'came', 'changed', 'outer', 'wrap', 'surveyed', 'dress', 'faultless', 'extratouchesofpowdermusutstbeputupontheir', 'face', 'long', 'lingered', 'mirror', 'order', 'arrange', 'outward', 'apparel', 'satisfaction', 'purpose', 'appearing', 'best', 'looked', 'hunian', 'eye', 'thought', 'law', 'god', 'great', 'moral', 'looking', 'glass', 'sinner', 'look', 'discover', 'defect', 'character', 'study', 'law', 'god', 'moral', 'standard', 'character', 'diligently', 'critically', 'outward_appearance', 'mean', 'lookingglass', 'purpose', 'cerrect', 'reform', 'defect', 'character', 'transformation', 'assuredly', 'place', 'hearer', 'word', 'doer', 'like', 'unto', 'man', 'beholding', 'natural', 'face', 'glass', 'beholdeth', 'goeth', 'way', 'straightway', 'forgetteth', 'manner', 'man', 'whoso', 'looketh', 'perfect_law', 'liberty', 'continueth', 'forgetful', 'hearer', 'doer', 'work', 'man', 'shall', 'blessed', 'deed', 'view', 'defective', 'character', 'look', 'god', 'moral', 'mirror', 'law', 'heard', 'believe', 'believe', 'jesus', 'matter', 'venturing', 'look', 'mirror', 'straightway', 'retaining', 'defect', 'word', 'lip', 'jesus', 'represented', 'figure', 'james', 'marked', 'man', 'beholding', 'going', 'away', 'forgetting', 'manner', 'man', 'doer', 'word', 'hearer', 'deceiving', 'own_selves', 'james', 'told', 'wherefore', 'lay', 'apart', 'filthiness', 'superfluity', 'naughtiness', 'receive', 'meekness', 'engrafted', 'word', 'able', 'save', 'soul', 'faith', 'work', 'oar', 'urge', 'bark', 'current', 'worldliness', 'pride', 'vanity', 'boat', 'drift', 'current', 'downward', 'perdition', 'god', 'help', 'care', 'inward', 'adorning', 'set', 'heart', 'order', 'carefully', 'arrange', 'outward', 'apparel', 'glad', 'away', 'confusion', 'seated', 'quietly', 'compare', 'ment', 'car', 'route', 'copenhagen', 'change', 'car', 'arrived', 'altona', 'half', 'hour', 'ride', 'hamburg', 'saw', 'neared', 'hamburg', 'great', 'flame', 'seemingly', 'reaching', 'sky', 'lighting', 'grand', 'scene', 'learned', 'ship', 'warehouse', 'flame', 'petroleum', 'exploded', 'change', 'car', 'altona', 'disturbed', 'clock', 'changed', 'car', 'took', 'boat', 'remained', 'thirty', 'minute', 'boat', 'took', 'car', 'rode', 'island', 'hour', 'changed', 'boat', 'smooth', 'passage', 'hour', 'change', 'car', 'favored', 'compartment', 'change', 'crown', 'prince', 'denmark', 'train', 'escort', 'special', 'car', 'arrived', 'copenhagen', 'men', 'dressed', 'special', 'uniform', 'scarlet', 'attendant', 'receive', 'prince', 'coachman', 'dressed', 'scarlet', 'brilliantly', 'trimmed', 'regimentals', 'flashing', 'gold', 'silver', 'heavily', 'plumed', 'hat', 'conspicuous', 'brussels', 'carpet', 'laid', 'car', 'depot', 'prince', 'passed', 'arched', 'door', 'hack', 'passed', 'hack', 'waiting', 'escort', 'palace', 'remember', 'reading', 'jesus', 'majesty', 'heaven', 'receiving', 'special', 'honor', 'world', 'lord', 'glory', 'traveled', 'place', 'place', 'foot', 'weary', 'dusty', 'travel', 'stained', 'unrecognized', 'unhonored', 'little', 'handful', 'loyal', 'disciple', 'coming', 'second', 'time', 'power', 'great_glory', 'day', 'token', 'smith', 'great', 'star', 'shower', 'obeying', 'law', 'attraction', 'govern', 'earth', 'sphere', 'star', 'drawn', 'uniform', 'course', 'revolve', 'mound', 'luminary', 'corning', 'time', 'mile', 'earth', 'distinctly', 'seen', 'reflecting', 'light', 'sun', 'aerolite', 'meteor', 'fly', 'atmosphere', 'luminous', 'saw', 'star', 'fall', 'astronomy', 'ill', 'star', 'aerolite', 'display', 'phenomenon', 'notably', 'order', 'occurrence', 'great', 'sign', 'following', 'darkening', 'sun', 'moon', 'manner', 'display', 'figtree', 'casteth', 'untimely', 'fig', 'shaken', 'mighty', 'wind', 'general', 'impression', 'mind', 'people', 'heralded', 'judgment', 'come', 'impending', 'complete', 'fulfillment', 'prophecy', 'great', 'chain', 'event', 'sixth', 'seal', 'record', 'event', 'transpire', 'heaven', 'departed', 'scroll', 'rolled', 'mountain', 'island', 'moved', 'place', 'rev', 'wail', 'lost', 'heard', 'end', 'earth', 'realize', 'day', 'wrath', 'fully', 'come', 'scene', 'depicted', 'matt', 'joel', 'fifty', 'year', 'passed', 'away', 'sign', 'given', 'warn', 'mankind', 'near', 'approach', 'great', 'dreadful', 'day', 'lord', 'sure', 'sign', 'portend', 'judgment', 'given', 'predicted', 'sure', 'event', 'heralded', 'transpire', 'due_time', 'reader', 'mercy', 'god', 'delay', 'final', 'catastrophe', 'heed', 'saviour', 'admonition', 'watch', 'pray', 'accounted', 'worthy', 'escape', 'thing', 'shall', 'come', 'pas', 'stand', 'son', 'man', 'luke', 'noah', 'day', 'john', 'jones', 'hap', 'lived', 'day', 'noah', 'accepted', 'message', 'proclaiming', 'god', 'imagination', 'brain', 'question', 'arising', 'mind', 'lead', 'inquire', 'evidence', 'noah', 'prediction', 'based', 'vain', 'search', 'evidence', 'aside', 'exemplary', 'life', 'teaching', 'servant', 'god', 'scripture', 'testify', 'noah', 'man', 'perfect', 'generation', 'noah', 'walked', 'god', 'gen', 'peter', 'testifies', 'god', 'spared', 'old_world', 'saved', 'noah', 'eighth', 'person', 'preacher', 'righteousness', 'pet', 'read', 'building', 'ark', 'saving', 'house', 'condemned', 'world', 'neb', 'statement', 'forced', 'conclusion', 'world', 'thoroughly', 'warned', 'event', 'come', 'inhabitant', 'excuse', 'heedlessness', 'evidence', 'base', 'faith', 'life', 'saying', 'man', 'taught', 'condition', 'world', 'coming', 'son', 'man', 'day', 'noah', 'onthenightofnov', 'occurredoneof', 'convincing', 'proof', 'ofthat', 'awfuleventthan', 'remarkable', 'celestial', 'phenomenon', 'record', 'history', 'scripture', 'foretold', 'wonderful', 'display', 'sign', 'near', 'approach', 'day', 'lord', 'star', 'shall', 'fall', 'heaven', 'star', 'fall', 'predicted', 'think', 'bible', 'authority', 'drawing', 'line', 'distinction', 'heavenly', 'body', 'greatly', 'exceed', 'magnitude', 'earth', 'sun', 'diminutive', 'visible', 'eye', 'alike', 'obedient', 'law', 'govern', 'celestial', 'sphere', 'present', 'classification', 'sphere', 'convenience', 'pursuit', 'celestial', 'science', 'distinction', 'unknown', 'bible', 'regard', 'degree', 'glory', 'cor', 'mighty', 'jupiter', 'confessed', 'star', 'planet', 'deny', 'honor', 'sisterhood', 'asteroid', 'diminutive', 'visible', 'naked', 'eye', 'brought', 'nearer', 'earth', 'distinctly', 'seen', 'called', 'aerolite', 'life', 'teaching', 'man', 'yes', 'god', 'love', 'man', 'furnished', 'proof', 'corresponding', 'enormity', 'event', 'transpire', 'aside', 'prophecy', 'daniel', 'chap', 'lead', 'specification', 'kingdom', 'earth', 'time', 'kingdom', 'dominion', 'greatness', 'kingdom', 'whole_heaven', 'shall', 'given', 'people', 'saint', 'high', 'dan', 'ply', 'saviour', 'disciple', 'mentioned', 'matthew', 'luke', 'sufficient', 'proof', 'convince', 'obstinate', 'mind', 'nearing', 'end', 'added', 'therevelation', 'lord', 'church', 'servant', 'john', 'solemn', 'warning', 'message', 'rev', 'ringing', 'ear', 'proclaimed', 'people', 'keeping', 'commandment', 'god', 'having', 'faith', 'jesus', 'possible', 'excuse', 'frame', 'unbelief', 'help', 'lord', 'help', 'thou', 'unbelief', 'prayer']
root - INFO - extracting file #44500: 2017-04-Final-Corpus/RH18890402-V66-14-page2.txt
root - INFO - extracting file #45000: 2017-04-Final-Corpus/RH18901007-V67-39-page8.txt
root - INFO - ['advent_review_and_sabbath_herald', 'sivol', 'aim', 'lad', 'nali', 'sanctify', 'thy', 'truth', 'thy', 'word', 'truth', 'battle', 'cheek', 'mich', 'oct', 'uriah', 'smith', 'editor', 'smith', 'assistant', 'editor', 'editorial', 'contributor', 'geo', 'butler', 'baskell', 'tenney', 'conradi', 'colcord', 'alarming', 'independent', 'sign', 'turkey', 'getting', 'alarming', 'turkish', 'power', 'indicating', 'disintegration', 'possibility', 'distant', 'overthrow', 'civilized', 'world', 'regret', 'issue', 'political', 'ground', 'wait', 'consolation', 'israel', 'matter', 'peculiar', 'account', 'connection', 'prophecy', 'play', 'sign', 'setting', 'kingdom', 'messiah', 'present', 'trend', 'event', 'turkey', 'independent', 'sign', 'turkey', 'getting', 'alarming', 'armenian', 'patriarch', 'resigned', 'pretense', 'ill', 'health', 'president', 'ecclesiastical', 'secular', 'council', 'resigned', 'week', 'report', 'conflict', 'great', 'armenian', 'center', 'van', 'score', 'turk', 'armenian', 'killed', 'look', 'conflict', 'near_future', 'curtailment', 'turkish', 'authority', 'editorial', 'paragraph', 'paper', 'read', 'connection', 'ludicrous', 'preposterousness', 'turkey', 'calling', 'civilized', 'power', 'dismally', 'illustrated', 'loss', 'turkish', 'man', 'war', 'ertogroul', 'according', 'report', 'japan', 'foundered', 'sea', 'loss', 'crew', 'including', 'turkish', 'general', 'osman', 'pasha', 'ali', 'pasha', 'vessel', 'sent', 'errand', 'courtesy', 'japan', 'government', 'forgot', 'send', 'money', 'pay', 'running', 'expense', 'powder', 'salute', 'charged', 'harbor', 'went', 'like', 'private', 'merchant', 'vessel', 'stay', 'indefinitely', 'port', 'money', 'sent', 'constantinople', 'long', 'delay', 'finally', 'arrived', 'japanese', 'water', 'sunk', 'world', 'tired', 'turkish', 'government', 'exeat', 'word', 'express', 'sentiment', 'exeat', 'let', 'retire', 'vanish', 'disappear', 'prophecy', 'dan', 'express', 'let', 'power', 'come', 'end', 'help', 'let', 'step', 'immediately', 'follow', 'time', 'shall', 'michael', 'christ', 'stand', 'great', 'prince', 'standeth', 'child', 'thy_people', 'dan', 'sign', 'millennium', 'brother', 'sent', 'copy', 'parkersburg', 'daily', 'state', 'journal', 'item', 'worthy', 'note', 'misapprehension', 'people', 'present_time', 'laboring', 'reunion', 'army', 'west', 'virginia', 'minister', 'denomination', 'platform', 'catholic_priest', 'speaker', 'rev', 'hite', 'methodist', 'declared', 'thought', 'millennium', 'certainly', 'coming', 'catholic_priest', 'methodist', 'minister', 'speak', 'platform', 'received', 'great', 'applause', 'father', 'tracy', 'catholic', 'extended', 'hand', 'hite', 'reporter', 'thought', 'scene', 'teach', 'preaching', 'god', 'mean', 'exhibition', 'majority', 'protestant', 'blindly', 'console', 'catholic_church', 'changing', 'growing', 'liberal', 'evangelical', 'scene', 'particle', 'bearing', 'question', 'protestant', 'hoodwinked', 'advantage', 'catholic', 'catholic', 'claim', 'ready', 'cooperate', 'fellow_citizens', 'secular', 'matter', 'grand', 'army', 'celebration', 'political', 'campaign', 'object', 'taking', 'come', 'important', 'matter', 'church_work', 'religious_worship', 'theological', 'question', 'methodist', 'minister', 'protestant', 'minister', 'speak', 'platform', 'catholic_priest', 'bit', 'protestant', 'heretic', 'doomed', 'perdition', 'outside', 'catholic_church', 'strange', 'men', 'suffer', 'thrown', 'easily', 'guard', 'elijah', 'continued', 'prophet', 'visit', 'sinai', 'previous', 'article', 'followed', 'elijah', 'violent', 'rain', 'storm', 'carmel', 'gate', 'jezreel', 'chose', 'enter', 'city', 'lodged', 'wall', 'night', 'thousand', 'israel', 'witnessed', 'grand', 'display', 'omnipotent', 'power', 'descent', 'carmel', 'attendant', 'circumstance', 'reaching', 'home', 'relate', 'wondrous', 'thing', 'family', 'heart', 'rejoice', 'descent', 'rain', 'grand', 'field', 'day', 'behalf', 'jehovah', 'worship', 'doubt', 'decide', 'worship', 'doubtless', 'king', 'ahab', 'related', 'circumstance', 'jezebel', 'wife', 'evidently', 'carmel', 'wicked', 'idolatrous', 'woman', 'learned', 'discomfiture', 'idol', 'god', 'destruction', 'priest', 'enraged', 'expression', 'vowed', 'vengeance', 'elijah', 'morning', 'sent', 'messenger', 'unto', 'saying', 'let', 'god', 'thy_life', 'life', 'morrow', 'time', 'king', 'suppose', 'reflection', 'prophet', 'mind', 'intensely', 'thrilling', 'event', 'day', 'sixteen', 'mile', 'race', 'carmel', 'jezreel', 'hand', 'omnipotent', 'power', 'tarried', 'outside', 'gate', 'peculiar', 'like', 'know', 'current', 'thought', 'long', 'hour', 'night', 'wore', 'away', 'longing', 'heart', 'return', 'people', 'allegiance', 'god', 'doubtless', 'absorbing', 'thought', 'wonderful', 'scene', 'past', 'day', 'bring', 'greatly', 'desired', 'object', 'court', 'royal_family', 'set', 'example', 'gate', 'city', 'thrown', 'open', 'messenger', 'jezebel', 'appears', 'threatening', 'life', 'close', 'day', 'exertion', 'day', 'previous', 'left', 'effect', 'weary', 'prophet', 'ardor', 'feeling', 'cooled', 'intense', 'energy', 'spent', 'felt', 'reaction', 'felt', 'depression', 'unwonted', 'exertion', 'wonderful', 'contrast', 'hight', 'exaltation', 'depth', 'depression', 'evidently', 'came', 'elijah', 'feeling', 'instead', 'grand', 'triumph', 'host', 'idolatry', 'own_life', 'threatened', 'realizes', 'lone', 'man', 'thousand', 'enemy', 'malignant', 'bitter', 'revengeful', 'feeling', 'fear', 'come', 'man', 'little', 'courage', 'energy', 'saw', 'arose', 'went', 'life', 'came', 'beer', 'sheba', 'belongeth', 'judah', 'left', 'servant', 'verse', 'beer', 'sheba', 'southern', 'city', 'kingdom', 'judah', 'mile', 'jezreel', 'journey', 'evidently', 'great', 'haste', 'placing', 'far', 'distant', 'dominion', 'ahab', 'jezebel', 'beer', 'sheba', 'place', 'abraham', 'isaac', 'jacob', 'lived', 'year', 'oath', 'signifies', 'place', 'abraham', 'dug', 'trouble', 'arose', 'servant', 'abimelech', 'abraham', 'covenant', 'place', 'locality', 'fully', 'identified', 'modern_times', 'principal', 'foot', 'apart', 'larger', 'according', 'careful', 'measurement', 'robinson', 'half', 'foot', 'diameter', 'time', 'visit', 'half', 'foot', 'tothe', 'water', 'foot', 'diameter', 'foot', 'surface', 'water', 'curb', 'stone', 'mouth', 'grooved', 'deeply', 'friction', 'rope', 'drawing', 'water', 'nearly', 'year', 'large', 'small', 'large', 'stone', 'trough', 'watering', 'stock', 'likely', 'father', 'abraham', 'drank', 'watered', 'cattle', 'beer', 'sheba', 'border', 'great', 'wilderness', 'israel', 'wandered', 'forty_years', 'entering', 'canaan', 'elijah', 'left', 'servant', 'according', 'jewish', 'tradition', 'boy', 'zarephath', 'raised', 'dead', 'elijah', 'commenced', 'long_journey', 'sinai', 'mile', 'away', 'going', 'day', 'journey', 'wilderness', 'sat', 'juniper', 'tree', 'probably', 'shield', 'intense', 'heat', 'torrid', 'clime', 'requested', 'die', 'said', 'lord', 'away', 'life', 'better', 'father', 'conclude', 'request', 'prompted', 'passing', 'feeling', 'petulance', 'suddenly', 'rising', 'prophet', 'heart', 'result', 'deepest', 'sadness', 'disappointment', 'effort', 'reformation', 'israel', 'complete', 'failure', 'year', 'way', 'preparing', 'bring', 'sense', 'condition', 'god', 'wrought', 'wonderfully', 'people', 'omnipotence', 'true', 'god', 'result', 'elijah', 'fleeing', 'life', 'dreary', 'wilderness', 'complete', 'collapse', 'fondest', 'hope', 'prophet', 'human_being', 'human', 'feeling', 'god', 'special_sense', 'liable', 'sad', 'disappointment', 'like', 'mortal', 'hat', 'god', 'reveals', 'know', 'far', 'excel', 'knowledge', 'mysterious', 'thing', 'god', 'doe', 'reveal', 'know', 'jeremiah', 'occasion', 'sadness', 'spirit', 'lord', 'thou', 'hast', 'deceived', 'deceived', 'thou_art', 'stronger', 'hast', 'prevailed', 'derision', 'daily', 'mocketh', 'jer', 'poor', 'man', 'thing', 'turned', 'unexpected', 'manner', 'greatly', 'added', 'sorrow', 'god', 'doe', 'choose', 'reveal', 'counsel', 'prophet', 'impossible', 'weak', 'mortal', 'grasp', 'comprehend', 'divine', 'counsel', 'touch', 'heart', 'great', 'prophet', 'elijah', 'sitting', 'tree', 'desert', 'sheltering', 'best', 'heat', 'tropical', 'sun', 'heart', 'deep', 'sorrow', 'pleading', 'die', 'let', 'think', 'weak', 'spirit', 'faith', 'better', 'ordeal', 'passed', 'severest', 'kind', 'man', 'lived', 'borne', 'better', 'eye', 'lord', 'looked', 'pity', 'servant', 'tenderly', 'sympathized', 'great', 'sorrow', 'sent', 'relief', 'lay', 'slept', 'juniper', 'tree', 'behold', 'angel', 'touched', 'said', 'unto', 'arise', 'eat', 'looked', 'behold', 'cake', 'oaken', 'coal', 'cruse', 'water', 'head', 'eat', 'drink', 'laid', 'angel', 'lord', 'came', 'second', 'time', 'touched', 'said', 'arise', 'eat', 'journey', 'great', 'thee', 'lie', 'arose', 'eat', 'drink', 'went', 'strength', 'meat', 'day', 'night', 'unto', 'horeb', 'mount', 'god', 'came', 'thither', 'unto', 'cave', 'lodged', 'behold', 'word', 'lord', 'came', 'said', 'unto', 'doest', 'thou', 'elijah', 'said', 'jealous', 'lord', 'god', 'host', 'child', 'israel', 'forsaken', 'thy', 'covenant', 'thrown', 'thine', 'altar', 'slain', 'thy', 'prophet']
root - INFO - extracting file #45500: 2017-04-Final-Corpus/RH18920329-V69-13-page9.txt
root - INFO - extracting file #46000: 2017-04-Final-Corpus/RH18931107-V70-44-page5.txt
root - INFO - ['pure', 'elfishness', 'direction', 'jor', 'putation', 'meekness', 'sacrificing', 'ion', 'rit', 'accepting', 'lore', 'divine', 'christ', 'unto', 'ctification', 'phy', 'disr', 'journey', 'doubt', 'leave', 'lnd', 'narrow', 'straight', 'iat', 'eye', 'present', 'seen', 'hangd', 'hat', 'danger', 'led', 'dart', 'enemy', 'eye', 'dense', 'fog', 'started', 'true', 'way', 'lion', 'sus', 'written', 'ading', 'heb', 'peter', 'hope', 'lespise', 'race', 'press', 'blessed', 'thy', 'god', 'zeph', 'egypt', 'fine', 'tooth', 'sand', 'son', 'plant', 'grown', 'youth', 'daughter', 'corner', 'stone', 'polished', 'similitude', 'palace', 'day', 'dawn', 'jessie', 'rocker', 'college_place', 'wash', 'day', 'dawn', 'happy', 'season', 'benign', 'god', 'purpose', 'doubly', 'plain', 'quest', 'reason', 'assign', 'balm', 'comfort', 'pain', 'dreamy', 'twitter', 'bird', 'dewy', 'freshness', 'flower', 'tree', 'bring', 'sound', 'childhood', 'heard', 'bohan', 'heart', 'string', 'moved', 'breeze', 'holy', 'time', 'god', 'sends', 'low', 'toned', 'messenger', 'whisper', 'peace', 'hush', 'spirit', 'blend', 'bid', 'strife', 'discord', 'cease', 'boundless', 'love', 'come', 'heart', 'day', 'know', 'potent', 'thy', 'power', 'come', 'lord', 'jesus', 'unbounded', 'sway', 'earthly', 'gift', 'like', 'thy', 'blessed', 'dower', 'sound', 'wakening', 'life', 'air', 'past', 'holy', 'season', 'dawn', 'door', 'stand', 'sharpened', 'visaged', 'care', 'sacred', 'quiet', 'time', 'gone', 'thank', 'thee', 'lord', 'care', 'ballast', 'hold', 'life', 'equipoise', 'astray', 'region', 'dark', 'cold', 'thought', 'life', 'job', 'laugh', 'world', 'laugh', 'weep', 'weep', 'truthfully', 'sings', 'modern', 'poet', 'truth', 'fully', 'shown', 'life', 'ancient', 'patient', 'servant', 'god', 'job', 'presented', 'man', 'wealth', 'great_influence', 'surrounded', 'numerous', 'friend', 'brother', 'sister', 'child', 'withal', 'living', 'life', 'exemplary', 'piety', 'god', 'like', 'earth', 'perfect', 'upright', 'man', 'surely', 'needed', 'lot', 'happy', 'job', 'care', 'child', 'think', 'reached', 'manhood', 'womanhood', 'come', 'year', 'responsibility', 'work', 'finished', 'tender', 'conscientious', 'care', 'making', 'sacrifice', 'praying', 'reason', 'believe', 'god', 'heard', 'prayer', 'behalf', 'let', 'parent', 'note', 'encouragement', 'weary', 'praying', 'child', 'time', 'useless', 'scene', 'change', 'hight', 'prosperity', 'happiness', 'job', 'suddenly', 'thrown', 'depth', 'poverty', 'misery', 'sabeans', 'chaldean', 'terrible', 'lightning', 'stroke', 'stripped', 'wealth', 'dread', 'cyclone', 'deprived', 'child', 'accumulated', 'affliction', 'shake', 'integrity', 'trust', 'god', 'wring', 'murmuring', 'word', 'lying', 'prostrate', 'ground', 'hear', 'exclaim', 'depth', 'aching', 'heart', 'lord', 'gave', 'lord_hath', 'taken', 'away', 'blessed', 'lord', 'great', 'loving', 'heart', 'father', 'touched', 'manifestation', 'submission', 'faith', 'hesitate', 'long', 'subjecting', 'faithful_servant', 'test', 'god', 'knew', 'time', 'satan', 'man', 'bath', 'wilt', 'life', 'convince', 'grace', 'sufficient', 'enable', 'men', 'endure', 'bodily', 'suffering', 'trouble', 'allowed', 'hand', 'affliction', 'laid', 'job', 'job', 'misery', 'complete', 'seated', 'ash', 'sign', 'humility', 'loathsome', 'spectacle', 'suffering', 'acute', 'distress', 'naturally', 'expect', 'hear', 'word', 'complaint', 'instead', 'recorded', 'sentence', 'shall', 'receive', 'good', 'hand', 'god', 'shall', 'receive', 'evil', 'time', 'expect', 'told', 'brother', 'sister', 'acquaintance', 'long', 'shared', 'friendship', 'hospitality', 'gathered', 'word', 'deed', 'comfort', 'sympathy', 'look', 'vain', 'record', 'job', 'brother', 'dealt', 'deceitfully', 'lived', 'distance', 'came', 'mourn', 'seek', 'comfort', 'poor', 'work', 'job', 'called', 'miserable', 'comforter', 'said', 'physician', 'value', 'wisdom', 'hold', 'peace', 'doubt', 'knew', 'misery', 'greatly', 'imagination', 'pictured', 'struck', 'dumb', 'regained', 'speech', 'thought', 'saying', 'wise', 'good_things', 'job', 'ought', 'feel', 'grateful', 'instead', 'responding', 'rough', 'way', 'sequel', 'word', 'god', 'approve', 'tell', 'sacrifice', 'job', 'pray', 'favor', 'proved', 'sincerity', 'obeying', 'job', 'suffering', 'physical', 'pain', 'prayed', 'god', 'heard', 'prayer', 'afflicted', 'accepted', 'job', 'captivity', 'turned', 'right', 'instead', 'going', 'grave', 'rose', 'man', 'resume', 'duty', 'life', 'time', 'similar', 'experience', 'trouble', 'cloud', 'hang', 'heavy', 'pathway', 'dark', 'feel', 'forsaken', 'cast', 'eye', 'fellow', 'traveler', 'need', 'help', 'pity', 'forget', 'sorrow', 'trying', 'relieve', 'prayer', 'letter', 'condolence', 'small', 'gift', 'given', 'willing', 'heart', 'unselfish', 'motif', 'god', 'accepts', 'blessed', 'sun_shines', 'pathway', 'brightens', 'trouble', 'diminished', 'way', 'happy', 'smile', 'god', 'panacea', 'trouble', 'equal', 'trying', 'lighten', 'person', 'burden', 'job', 'prayed', 'friend', 'captivity', 'turned', 'began', 'mount', 'hights', 'prosperity', 'summer', 'friend', 'fled', 'cold', 'wind', 'adversity', 'blew', 'coming', 'sun', 'smile', 'good', 'fortune', 'brother', 'sister', 'acquaintance', 'came', 'flocking', 'ate', 'dinner', 'told', 'sorry', 'felt', 'time', 'doubt', 'plausible', 'excuse', 'conduct', 'prove', 'sincerity', 'gave', 'job', 'piece', 'money', 'ear', 'ring', 'gold', 'true', 'hath', 'shall', 'given', 'better', 'word', 'look', 'sympathy', 'tender', 'grasp', 'hand', 'heart', 'bursting', 'grief', 'gift', 'loud', 'word', 'love', 'storm', 'passed', 'gathered', 'strength', 'stand', 'let', 'learn', 'weep', 'weep', 'cultivate', 'grace', 'christ', 'like', 'sympathy', 'green', 'powerful', 'mind', 'think', 'faithful', 'heart', 'love', 'strong', 'muscle', 'labor', 'attribute', 'include', 'value', 'life', 'mic', 'ititi', 'blessed', 'sow', 'water', 'isa', 'france', 'past_year', 'work', 'field', 'received', 'attention', 'portion', 'french', 'field', 'conference', 'visiting', 'church', 'group', 'brother', 'comte', 'held', 'series', 'meeting', 'southwestern', 'france', 'resulted', 'conversion', 'faith', 'organization', 'new_church', 'brother', 'tieche', 'engaged', 'health_work', 'people', 'portion', 'time', 'assisted', 'brother', 'paul', 'roth', 'kind', 'work', 'far', 'proved', 'effectual', 'series', 'tent_meetings', 'held', 'southern', 'france', 'early_part', 'summer', 'second', 'series', 'progress', 'codogno', 'village', 'half', 'hour', 'walk', 'attendance', 'run', 'series', 'meeting', 'closed', 'general_meeting', 'oct', 'present', 'meeting', 'conducted', 'brother', 'comte', 'tieche', 'mme', 'comte', 'brother', 'erzenberger', 'assist', 'tent', 'close', 'way', 'visited', 'church', 'branges', 'friend', 'thiers', 'new', 'springing', 'begun', 'sabbath', 'promising', 'field', 'labor', 'shall', 'occupy', 'opportunity', 'way', 'general_meeting', 'writer', 'visited', 'friend', 'besancon', 'lyon', 'valence', 'besancon', 'near', 'swiss', 'frontier', 'swiss', 'rogue', 'canada', 'united', 'state', 'population', 'strongly', 'fortified', 'garrison', 'principally', 'reading', 'french', 'journal', 'signes', 'temp', 'sabbath', 'having', 'moved', 'switzerland', 'group', 'attended', 'swiss', 'camp', 'meeting', 'greatly', 'encouraged', 'instruction', 'given', 'especially', 'glad', 'light', 'received', 'carried', 'learning', 'brother', 'haskell', 'bible', 'lesson', 'man', 'original', 'natural', 'diet', 'vegetarian', 'discontinued', 'use', 'meat', 'wine', 'great', 'step', 'country', 'people', 'think', 'live', 'meat', 'twice', 'time', 'day', 'family', 'encouraging', 'experience', 'taking', 'lord', 'word', 'mal', 'country', 'assent', 'truth', 'obey', 'employment', 'sabbath', 'difficulty', 'want', 'walk', 'sight', 'instead', 'faith', 'want', 'way', 'open', 'obeying', 'usually', 'way', 'open', 'family', 'mentioned', 'good', 'illustration', 'lord', 'trust', 'family', 'mother', 'son', 'sabbath', 'watchmaker', 'worked', 'factory', 'sabbath', 'receiving', 'light', 'left', 'factory', 'order', 'obey', 'began', 'work', 'account', 'regulator', 'watchmaking', 'learned', 'receive', 'tithe', 'franc', 'time', 'asking', 'possible', 'send', 'tithe', 'replied', 'result', 'acting', 'lord', 'invitation', 'mal', 'mass', 'suffering', 'want', 'work', 'work', 'expressed', 'hardly', 'know', 'way', 'turn', 'head', 'day', 'earns', 'fifty', 'franc', 'time', 'usual', 'wage', 'received', 'prize', 'franc', 'observatory', 'november', 'advent', 'illi', 'ahd', 'stabeath', 'herald']
root - INFO - extracting file #46500: 2017-04-Final-Corpus/RH18950618-V72-25-page8.txt
root - INFO - extracting file #47000: 2017-04-Final-Corpus/RH18961201-V73-48-page6.txt
root - INFO - ['review', 'mid', 'sabbath', 'herald', 'von', 'son', 'plant', 'grown', 'youth', 'daughter', 'corner_stones', 'polished', 'similitude', 'palace', 'satisfied', 'shall', 'satisfied', 'awake', 'thy', 'likeness', 'dear', 'old', 'poem', 'doubtless', 'familiar', 'reader', 'object', 'seeing', 'occasionally', 'written', 'memory', 'author', 'forgotten', 'sparkling', 'water', 'fade', 'mocking', 'sand', 'draw', 'near', 'wilderness', 'footstep', 'falter', 'shall', 'satisfied', 'dream', 'bliss', 'deceives', 'worn', 'spirit', 'gain', 'goal', 'haunted', 'thought', 'grieve', 'flood', 'bitter', 'memory', 'roll', 'land', 'pulse', 'thrilling', 'rapture', 'earth', 'sojourner', 'know', 'heaven', 'repose', 'weary', 'heart', 'stilling', 'peacefully', 'life', 'time', 'tossed', 'current', 'flow', 'far', 'sight', 'flesh', 'enfolds', 'lie', 'fair', 'country', 'heart', 'abide', 'bliss', 'naught', 'wondrous', 'told', 'word', 'shall', 'satisfied', 'satisfied', 'satisfied', 'spirit', 'yearning', 'sweet', 'companionship', 'kindred', 'mind', 'silent', 'love', 'meet', 'returning', 'inspiration', 'language', 'shall', 'satisfied', 'soul', 'vague', 'longing', 'aching', 'void', 'earthly', 'desire', 'soul', 'thronging', 'look', 'upward', 'heavenly', 'hill', 'thither', 'faint', 'feeble', 'step', 'tending', 'saviour', 'lord', 'thy', 'frail', 'child', 'abide', 'guide', 'home', 'wandering', 'ending', 'shall', 'thee', 'satisfied', 'god', 'purpose', 'manual', 'work', 'martha', 'watrous', 'stearns', 'south', 'lancaster', 'mass', 'matter', 'note', 'god', 'great', 'earth', 'chosen', 'instrument', 'men', 'tempered', 'physically', 'mentally', 'severe', 'discipline', 'manual_labor', 'underrates', 'intellectual', 'ability', 'true', 'intellectual', 'ability', 'complement', 'executive', 'ability', 'come', 'practical', 'knowledge', 'manual', 'work', 'establish', 'christian_church', 'pillar', 'hardy', 'galilean', 'fisherman', 'men', 'successfully', 'grapple', 'daily', 'vicissitude', 'earning', 'bread', 'breast', 'storm', 'galilee', 'daily', 'toil', 'needed', 'hardihood', 'breasting', 'public_opinion', 'pushing', 'new', 'faith', 'death', 'church', 'corrupted', 'god', 'work', 'reformation', 'took', 'melanchthon', 'luther', 'son', 'german', 'armorer', 'german', 'wood', 'cutter', 'deal', 'sturdy', 'blow', 'mountain', 'papal', 'iniquity', 'build', 'church', 'bind', 'armor', 'protestant', 'faith', 'god', 'plant', 'nation', 'protestant', 'faith', 'grow', 'heart', 'brave', 'little', 'company', 'separatist', 'north', 'england', 'hardy', 'band', 'knew', 'labor', 'hand', 'seek', 'country', 'worship', 'god', 'freedom', 'rugged', 'new', 'england', 'shore', 'landed', 'build', 'great', 'country', 'great', 'people', 'labor', 'trained', 'hand', 'labor', 'keen', 'intellect', 'success', 'face', 'great', 'difficulty', 'ease', 'loving', 'adventureous', 'colony', 'failed', 'key_note', 'success', 'intelligent', 'manual_labor', 'eggleston', 'tell', 'winthrop', 'governor', 'massachusetts', 'labored', 'hand', 'servant', 'want', 'thing', 'motto', 'mile', 'standish', 'important', 'missionary', 'enterprise', 'undertaken', 'successfully', 'english', 'shoemaker', 'piecer', 'english', 'cotton', 'william', 'carey', 'studied', 'greek', 'latin', 'making', 'shoe', 'instrument', 'god', 'chose', 'bible', 'india', 'david', 'livingstone', 'studied', 'latin', 'book', 'spinning', 'frame', 'god', 'open', 'dark', 'continent', 'george', 'stephenson', 'miner', 'gave', 'steam', 'engine', 'world', 'franklin', 'wrest', 'thunder', 'cloud', 'scepter', 'tyrant', 'learned', 'candle', 'set', 'type', 'said', 'mary', 'lyon', 'farmer', 'daughter', 'founder', 'woman', 'education', 'america', 'study', 'spin', 'weave', 'milk', 'cow', 'bread', 'equally', 'evidently', 'manual', 'work', 'lessen', 'mental', 'capacity', 'stated', 'mastered', 'latin', 'grammar', 'day', 'plain', 'instance', 'god', 'place', 'greatest', 'value', 'manual', 'mental', 'training', 'manual', 'education', 'valued', 'lightly', 'regarded', 'degrading', 'god', 'time', 'way', 'expressed', 'marked', 'approval', 'evening', 'home', 'taylor', 'college_place', 'wash', 'time', 'especially', 'devoted', 'family', 'evening', 'point', 'following', 'christian', 'education', 'page', 'rule', 'labor', 'day', 'prolonged', 'evening', 'hour', 'day', 'improved', 'work', 'extended', 'evening', 'extra', 'overtaxed', 'suffer', 'burden', 'imposed', 'shown', 'lose', 'gain', 'energy', 'exhausted', 'labor', 'nervous', 'excitement', 'realize', 'immediate', 'injury', 'surely', 'undermining', 'constitution', 'let', 'parent', 'devote', 'evening', 'family', 'lay', 'care', 'perplexity', 'labor', 'day', 'husband', 'father', 'gain', 'rule', 'mar', 'happiness', 'family', 'bringing', 'business', 'trouble', 'home', 'fret', 'worry', 'need', 'counsel', 'wife', 'difficult', 'matter', 'obtain', 'relief', 'perplexity', 'unitedly', 'seeking', 'wisdom', 'god', 'mind', 'constantly', 'strained', 'business', 'affair', 'injure', 'health', 'mind', 'body', 'let', 'evening', 'spent', 'happily', 'possible', 'let', 'home', 'place', 'cheerfulness', 'courtesy', 'love', 'exist', 'attractive', 'child', 'self', 'control', 'member', 'family', 'home', 'paradise', 'room', 'cheerful', 'possible', 'let', 'child', 'home', 'attractive', 'place', 'earth', 'throw', 'influence', 'seek', 'street', 'companion', 'think', 'haunt', 'vice', 'horror', 'difficult', 'follow', 'plan', 'lord', 'right', 'enable', 'carry', 'successfully', 'live', 'simply', 'time', 'devote', 'intellectual', 'improvement', 'sabbath', 'happy', 'association', 'child', 'special', 'time', 'bible', 'story', 'singing', 'study', 'nature', 'nature', 'god', 'memory', 'sabbath', 'spent', 'lost', 'wisdom', 'holy', 'work', 'helpless', 'broad', 'field', 'study', 'learn', 'hardly', 'know', 'begin', 'walk', 'light', 'thing', 'precious', 'promise', 'god', 'fail', 'allow', 'work', 'crowd', 'duty', 'child', 'fail', 'utterly', 'mission', 'world', 'hone', 'sophia', 'boatwribitt', 'brunson', 'chattanooga', 'tenn', 'home', 'established', 'god', 'garden', 'eden', 'man', 'woman', 'lived', 'perfect', 'bliss', 'daily', 'work', 'appointed', 'took', 'delight', 'performing', 'refresh', 'beautiful', 'tree', 'surrounding', 'brook', 'sparkling', 'fountain', 'love', 'glorified', 'life', 'day', 'glided', 'like', 'harmony', 'sweet', 'music', 'cloud', 'fling', 'shadow', 'athwart', 'pathway', 'sin', 'entered', 'ideal', 'home', 'inmate', 'innocent', 'happy', 'humble', 'cottage', 'nazareth', 'carpenter', 'toiled', 'bench', 'day', 'day', 'assisted', 'little', 'child', 'coming', 'heralded', 'angel', 'approached', 'peace', 'purity', 'contentment', 'eden', 'garden', 'fall', 'christ', 'set', 'seal', 'approval', 'forever', 'family', 'life', 'elevated', 'dignified', 'entered', 'sustained', 'relation', 'parent', 'brother', 'leaving', 'teaching', 'example', 'humble', 'lot', 'childhood', 'uplifted', 'sanctified', 'shine', 'purest', 'luster', 'sweet', 'child', 'life', 'blossomed', 'snowy', 'purity', 'faultless', 'beauty', 'mary', 'humble', 'home', 'subject', 'unto', 'parent', 'believe', 'faithfully', 'sought', 'lead', 'straight', 'path', 'heavenly', 'way', 'mary', 'mother', 'jesus', 'woman', 'drunk', 'deeply', 'truth', 'recorded', 'word', 'life', 'soul', 'lifted', 'close', 'communion', 'god', 'dwelt', 'light', 'living', 'presence', 'hear', 'hymn', 'magnificat', 'spontaneously', 'burst', 'joyful', 'heart', 'welled', 'symphony', 'glowing', 'eloquence', 'praise', 'love', 'truly', 'noble', 'woman', 'taught', 'infant', 'tongue', 'christ', 'lisp', 'prayer', 'father', 'repeat', 'scripture', 'able', 'read', 'rooted', 'grounded', 'holy', 'writ', 'later', 'year', 'came', 'lip', 'readily', 'satan', 'flight', 'written', 'come', 'ringing', 'age', 'clarion', 'tone', 'encourage', 'overcome', 'enemy', 'way', 'home', 'character', 'formed', 'eternity', 'formed', 'blessing', 'world', 'live', 'earth', 'new', 'company', 'god', 'angel', 'destitute', 'wholesome', 'influence', 'perish', 'chaff', 'stubble', 'great_day', 'true', 'happiness', 'home', 'light', 'god', 'presence', 'shut', 'tendency', 'ennobling', 'elevating', 'old', 'aphorism', 'like', 'produce', 'like', 'true', 'case', 'influence', 'good', 'bad', 'effect', 'seen', 'outside', 'home', 'circle', 'society', 'nation', 'suffer', 'character', 'country', 'home', 'determines', 'condition', 'society', 'finally', 'nation', 'individual', 'foundation', 'liken', 'individual', 'plant', 'home', 'nursery', 'society', 'flower', 'nation', 'fruit', 'little', 'plant', 'pruned', 'bound', 'straight', 'kept', 'worm', 'destructive', 'enemy', 'watered', 'tended', 'care', 'granting', 'condition', 'grows']
root - INFO - extracting file #47500: 2017-04-Final-Corpus/RH18980426-V75-17-page10.txt
root - INFO - extracting file #48000: 2017-04-Final-Corpus/RH18990912-V76-37-page10.txt
root - INFO - ['advent_review_and_sabbath_herald', 'willingly', 'hear', 'concern', 'men', 'sin', 'life', 'manner', 'touching', 'own_sins', 'men', 'willingly', 'abide', 'hear', 'men', 'death', 'abide', 'hear', 'manner', 'use', 'hear', 'heed', 'hear', 'word', 'heed', 'mean', 'look', 'care', 'wisely', 'use', 'sum', 'money', 'receive', 'lie', 'special', 'lesson', 'profit', 'text', 'rule', 'applies', 'measure', 'mete', 'shall', 'measured', 'giving', 'hearing', 'right', 'manner', 'right', 'purpose', 'gain', 'greater', 'desire', 'hear', 'understand', 'better', 'hear', 'acquire', 'assurance', 'truth', 'presented', 'gain', 'blessing', 'hear', 'impart', 'delight', 'hearing', 'gospel', 'shall', 'wisdom', 'wisdom', 'know', 'god', 'shall', 'gain', 'holiness', 'joy', 'beholding', 'changed', 'image', 'right', 'use', 'gain', 'failing', 'lose', 'learning', 'truth', 'end', 'beginning', 'truth', 'learned', 'applied', 'kept', 'obeyed', 'declaration', 'measure', 'mete', 'shall', 'measured', 'appear', 'truth', 'shared', 'learn', 'truth', 'god', 'merely', 'listen', 'need', 'impart', 'old', 'rabbi', 'expressed', 'meaning', 'passage', 'word', 'learned', 'tutor', 'companion', 'pupil', 'law', 'spiritual_things', 'light', 'impart', 'grows', 'marvelously', 'exercised', 'way', 'known', 'better', 'grip', 'truth', 'pondering', 'wish', 'intention', 'fellow', 'traveler', 'acquainted', 'love', 'lead', 'share', 'open', 'own_hearts', 'receive', 'higher', 'true', 'regard', 'money', 'matter', 'knowledge', 'power', 'acquirement', 'help', 'scattereth', 'solomon', 'increaseth', 'withholdeth', 'meet', 'tendeth', 'poverty', 'dull', 'teacher', 'doe', 'learn', 'teach', 'rejoice', 'work', 'richard', 'glover', 'worth', 'best', 'way', 'learning', 'unto', 'hear', 'shall', 'given', 'personal', 'devil', 'especially', 'noticed', 'press', 'unusual', 'man', 'religion', 'considered', 'orthodox', 'denied', 'existence', 'personal', 'devil', 'nowadays', 'unpopular', 'believe', 'teach', 'thing', 'reason', 'gratifying', 'popular', 'speaker', 'uruguay', 'spent', 'year', 'republic', 'work', 'partly', 'german', 'swiss', 'waldenses', 'waldensian', 'colony', 'family', 'scattered', 'settlement', 'line', 'mile', 'length', 'parish', 'church_building', 'lyceum', 'religious', 'form', 'held', 'tenaciously', 'glorious', 'history', 'ancestor', 'sufficient', 'ground', 'personal', 'salvation', 'came', 'leading', 'waldensian', 'pastor', 'told', 'french', 'great', 'controversy', 'aroused', 'considerable_interest', 'sabbath', 'question', 'quieted', 'think', 'accomplish', 'opportunity', 'soon', 'presented', 'hold', 'meeting', 'end', 'colony', 'interested', 'called', 'pastor', 'review', 'position', 'accept', 'pastor', 'began', 'vigorous', 'campaign', 'message', 'counteract', 'special_number', 'faro', 'devoted', 'law', 'sabbath', 'circulated', 'colonist', 'abate', 'door', 'close', 'truth', 'despite', 'effort', 'explanation', 'mentioned', 'dedication', 'magnificent', 'temple', 'center', 'colony', 'occasion', 'important', 'meeting', 'waldenses', 'protestant', 'pastor', 'present', 'representing', 'waldensian', 'methodist', 'lutheran', 'church', 'special', 'delegate', 'mother', 'church', 'italy', 'tron', 'vice', 'moderator', 'waldensian', 'table', 'came', 'gentleman', 'thorough', 'extended', 'tour', 'waldensian', 'settlement', 'argentine', 'uruguay', 'visiting', 'family', 'following', 'came', 'general_meeting', 'pastor', 'church', 'member', 'decided', 'send', 'minister', 'italy', 'occupy', 'charge', 'neglected', 'settlement', 'uruguay', 'argentine', 'time', 'assisted', 'canvasser', 'went', 'work', 'small', 'tent', 'immediately', 'started', 'tent', 'meeting', 'tent', 'successively', 'pitched', 'different_places', 'german', 'swiss', 'colony', 'bordering', 'waldensian', 'colony', 'waldensian', 'settlement', 'work', 'started', 'brother', 'learsy', 'episcopal', 'minister', 'landed', 'philadelphia', 'joined', 'month', 'preaching', 'german', 'french', 'swiss', 'colony', 'summoned', 'chief', 'police', 'inquired', 'special', 'privilege', 'government', 'hold', 'meeting', 'tent', 'answered', 'aside', 'god', 'given', 'right', 'guaranteed', 'constitution', 'land', 'commissary', 'insist', 'ceasing', 'listened', 'word', 'gospel', 'tent_work', 'said', 'glory', 'god', 'successfully', 'introduced', 'country', 'effort', 'lasted', 'month', 'close', 'young', 'waldenses', 'influential', 'family', 'accepted', 'truth', 'joined', 'tent', 'master', 'day', 'canvasser', 'institute', 'held', 'tent', 'started', 'sell', 'french', 'monitor', 'health', 'spanish', 'publication', 'place', 'tent', 'pitched', 'salvation', 'army', 'post', 'officer', 'englishman', 'alarmed', 'sent', 'buenos_ayres', 'help', 'leading', 'official', 'englishman', 'swiss', 'came', 'therescue', 'magic', 'lantern', 'extent', 'succeeded', 'carrying', 'people', 'canvasser', 'baptized', 'swiss', 'colony', 'meeting', 'gave', 'church', 'new_impetus', 'brother', 'contributed', 'tent', 'young_lady', 'baptized', 'tell', 'know', 'truth', 'regardless', 'opposition', 'aware', 'awaits', 'statement', 'shrewdest', 'trick', 'satan', 'persuade', 'people', 'doe', 'exist', 'succeeded', 'toa', 'great_extent', 'summary', 'work', 'given', 'seven', 'course', 'meeting', 'sabbath', 'school', 'established', 'church', 'organized', 'fourteen', 'baptism', 'great_privilege', 'labor', 'uruguay', 'lord', 'given', 'precious', 'experience', 'wonderful', 'victory', 'truth', 'praise', 'argentine', 'expect', 'spend', 'winter_months', 'june', 'september', 'uruguay', 'canvasser', 'sending', 'good_news', 'field', 'enthusiastic', 'prospect', 'tent_work', 'season', 'door', 'opening', 'carrying', 'truth', 'farther', 'settlement', 'dear', 'brother', 'pray', 'work', 'region', 'earth', 'noble', 'soul', 'meet', 'new_earth', 'jean', 'vuilleumier', 'michigan', 'camp', 'meeting', 'till', 'meeting', 'held', 'previously', 'appointed', 'review', 'august', 'preceded', 'worker', 'meeting', 'time', 'earnest_desire', 'time', 'seeking', 'god', 'heart', 'reach', 'place', 'meeting', 'word', 'received', 'good_spirit', 'present', 'word', 'murmuring', 'complaining', 'kind', 'heard', 'time', 'preparing', 'ground', 'desire', 'interfere', 'hinder', 'spirit', 'god', 'office', 'work', 'heart', 'place', 'camp', 'asked', 'fair', 'ground', 'far', 'central_part', 'city', 'ionia', 'easy', 'access', 'largest', 'meeting', 'held', 'michigan', 'time', 'eighteen', 'person', 'encamped', 'ground', 'reached', 'place', 'new', 'arrival', 'increased', 'number', 'day', 'nearly', 'person', 'attendance', 'came', 'day', 'day', 'necessary', 'revival', 'effort', 'continued', 'meeting', 'deep', 'movings', 'spirit', 'god', 'seen', 'camp', 'order', 'meet', 'best', 'work', 'camp', 'divided', 'district', 'ineach', 'held', 'morning', 'general_meeting', 'leader', 'worker', 'appointed', 'work', 'easy', 'come', 'personal', 'contact', 'person', 'camp', 'appointed', 'work', 'active', 'earnest', 'effort', 'benefit', 'attended', 'business_meetings', 'passed', 'pleasantly', 'large', 'conference', 'like', 'michigan', 'necessary', 'hold', 'business_meetings', 'jar', 'discord', 'way', 'affect', 'work', 'special', 'feature', 'school_work', 'time', 'demanding', 'careful', 'prayerful', 'study', 'placed', 'charge', 'work', 'ponsibilities', 'bear', 'cedar', 'lake_academy', 'established', 'meeting', 'considered', 'best', 'plan', 'carrying', 'forward', 'educational_work', 'time', 'professor', 'battle', 'creek', 'college', 'present', 'spoke', 'subject', 'education', 'feel', 'sure', 'giving', 'careful', 'thought', 'given', 'meeting', 'better', 'understanding', 'reform', 'education', 'mean', 'aggressive_work', 'year', 'michigan', 'conference', 'new_churches', 'admitted', 'conference', 'effort', 'laborer', 'successful', 'source', 'encouragement', 'biethren', 'therecent', 'christian', 'endeavor', 'convention', 'detroit', 'henson', 'chicago', 'gave', 'address', 'customary', 'convention', 'platitude', 'conspicuous', 'absence', 'boldness', 'insured', 'publicity', 'deserves', 'subject', 'satan', 'city', 'speaking', 'advanced', 'thought', 'man', 'stand', 'public', 'platform', 'recognizes', 'thereality', 'personality', 'devil', 'said', 'shrewdest', 'device', 'devil', 'persuade', 'world', 'regard', 'recent_years', 'success', 'extraordinary', 'scripture', 'lift', 'veil', 'hide', 'secret', 'spirit', 'world', 'light', 'scripture', 'devil', 'loom', 'colossal', 'fact', 'matter', 'simply', 'personality', 'god', 'clearly', 'taught', 'bible', 'thereality', 'personality', 'satan', 'reject', 'reject', 'sound', 'exegesis', 'banish', 'book', 'true', 'philosophy', 'history', 'ignore', 'presence', 'world', 'sure', 'lost', 'ancient', 'subtlety', 'whetted', 'edge', 'hard', 'experience', 'century', 'time', 'remark', 'coming', 'minister', 'gospel']
root - INFO - extracting file #48500: 2017-04-Final-Corpus/RH19010212-V78-07-page16.txt
root - INFO - extracting file #49000: 2017-04-Final-Corpus/RH19020603-V79-22-page18.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'june', 'met', 'kindtwo', 'missionary', 'sabbath', 'school', 'conness', 'bringing', 'early', 'peanut', 'ventions', 'different_parts', 'island', 'ear', 'green', 'corn', 'egg', 'educate', 'people', 'better', 'method', 'hen', 'seven', 'sale', 'christ', 'obsome', 'worth', 'shilling', 'ject', 'lesson', 'prominent_part', 'new', 'exwork', 'convention', 'perience', 'receiver', 'present', 'princess', 'town', 'people', 'far', 'generous', 'tent', 'fair', 'hearing', 'matabele', 'large', 'settleseems', 'east', 'suitable_place', 'worship', 'queenstown', 'small_company', 'growing', 'person', 'baptized', 'recently', 'waiting', 'follow', 'lord', 'example', 'leguan', 'leading', 'company', 'essequibo', 'district', 'people', 'poor', 'land', 'cultivation', 'chief', 'mean', 'livelihood', 'struggle', 'hard', 'notwithstanding', 'cause', 'rejoicing', 'candidate', 'awaits', 'baptism', 'field', 'beset', 'inconvenience', 'joy', 'seeing', 'soul', 'accept', 'truth', 'inconvenience', 'sink', 'downer', 'jamaica', 'sav', 'mar', 'month', 'ment', 'mile', 'want', 'teacher', 'trying', 'push', 'oldest', 'boy', 'fast', 'possible', 'begin', 'work', 'hoping', 'help', 'continue', 'indian', 'kneeland', 'natal', 'expect', 'visit', 'soon', 'utilize', 'central', 'trainand', 'secure', 'good', 'location', 'station', 'ing', 'school', 'natal', 'elevated', 'neglect', 'good', 'opening', 'healthful', 'thousand', 'foot', 'people', 'maritzburg', 'good', 'cli', 'shuna', 'generous', 'mate', 'cold', 'spring', 'water', 'ferpeople', 'macalinga', 'people', 'tile', 'soil', 'raise', 'come', 'day', 'grown', 'natal', 'near', 'getting', 'little', 'station', 'main', 'line', 'railroad', 'work', 'tent', 'taken', 'durban', 'secured', 'school', 'site', 'thirty', 'acre', 'near', 'maritzburg', 'act', 'kindness', 'good', 'yard', 'rented', 'hall', 'come', 'advice', 'buying', 'native', 'location', 'locality', 'hold', 'sabbath', 'meeting', 'selling', 'hope', 'direction', 'village', 'kraal', 'magalso', 'preaching', 'service', 'week', 'spirit', 'god', 'great_work', 'nificent', 'view', 'good', 'supply', 'tim', 'meeting', 'smithfield', 'surely', 'god', 'gone', 'ber', 'school', 'site', 'donated', 'mile', 'evening', 'time', 'awaken', 'bestir', 'purchased', 'rest', 'land', 'week', 'people', 'slowly', 'fully', 'believe', 'lord', 'sehad', 'expected', 'baptize', 'number', 'ere', 'free', 'fever', 'cured', 'good', 'lot', 'given', 'ready', 'far', 'native', 'child', 'city', 'durban', 'believe', 'fever', 'day', 'sick', 'sell', 'secure', 'fund', 'erect', 'courage', 'break', 'away', 'young_man', 'building', 'school', 'portuguese', 'territory', 'hope', 'send', 'gospel', 'people', 'anxi', 'learn', 'reaser', 'old', 'chain', 'bind', 'praise', 'lord', 'let', 'business', 'family', 'church', 'relation', 'hinder', 'obeying', 'sabbath', 'market', 'want', 'ready', 'meet', 'jesus', 'speak', 'english', 'south', 'africa', 'cape_town', 'kimberley', 'day', 'week', 'miss', 'day', 'burden', 'prayer', 'lord', 'able', 'distribute', 'literature', 'deprive', 'entirely', 'sinning', 'refugee', 'camp', 'dutch', 'selling', 'buying', 'young_man', 'home', 'knew', 'seventh', 'shall', 'erect', 'church_building', 'day', 'returned', 'fever', 'day', 'adventist', 'glad', 'present_time', 'gwelo', 'armitage', 'reading_matter', 'held', 'bible', 'reading', 'trying', 'complete', 'new_church', 'trinidad', 'read', 'english', 'building', 'island', 'time', 'remembered', 'came', 'cape', 'town', 'febhand', 'labor', 'seen', 'church', 'ruary', 'attend', 'conference', 'school', 'building', 'slowly', 'busy', 'tent_work', 'elder', 'hyatt', 'conducting', 'glad', 'report', 'princess', 'town', 'attendance', 'week', 'enjoyed', 'bible', 'stud', 'lively', 'stone', 'built', 'thirty', 'withy', 'large', 'lord', 'temple', 'remember', 'work', 'good', 'order', 'fair', 'attention', 'year', 'class', 'study', 'health_principles', 'prayer', 'beckner', 'tent', 'repeatedly', 'stoned', 'rope', 'simple_treatments', 'cut', 'kind', 'canvassing', 'finished', 'studyoccurred', 'year', 'ing', 'christ', 'object_lesson', 'keeping', 'sabbath', 'selling', 'day', 'said', 'publicly', 'recently', 'going', 'sold', 'dollar', 'worth', 'saturday', 'evening', 'cape_town', 'sell', 'tract', 'small_books', 'course', 'south', 'african', 'sentinel', 'jourtake', 'boy', 'girl', 'boardmeet', 'opposition', 'believe', 'nal', 'health', 'dispose', 'ing', 'school', 'train', 'wife', 'good_work', 'spite', 'paper', 'chief', 'industrial_school', 'difficulty', 'begin', 'single', 'evening', 'number', 'engineer', 'honduras', 'working', 'church_building', 'courage', 'good', 'student', 'day', 'report', 'break', 'prejudice', 'opening', 'larger', 'list', 'educated', 'influential', 'mind', 'people', 'stability', 'hand', 'especially', 'medical', 'citizen', 'taking', 'deep_interest', 'denomination', 'miswork', 'pray', 'earnestly', 'laborer', 'principle', 'education', 'advosionaries', 'gone', 'island', 'help', 'work', 'gathered', 'large', 'following', 'left', 'having', 'building', 'classed', 'missionary', 'good_results', 'seen', 'place', 'work', 'canvasser', 'amelia', 'webster', 'british', 'guiana', 'cate', 'assisting', 'securing', 'student', 'friend', 'gentleman', 'educated', 'good', 'standing', 'offer', 'assist', 'giving', 'free_use', 'steam', 'sawmill', 'connection', 'santa', 'queenstown', 'essequibo', 'thankful', 'lucia', 'offer', 'free', 'place', 'island', 'returned', 'field', 'labor', 'year', 'use', 'power', 'room', 'sabbath', 'keeper', 'rei', 'opposing', 'stream', 'unbelief', 'ported', 'strong', 'help', 'sabbath', 'lord', 'visit', 'place', 'time', 'abated', 'people', 'reading', 'bible', 'brpther', 'enoch', 'busy', 'attention', 'prayer', 'village', 'work', 'brother', 'port', 'spain', 'nobly', 'raising', 'money', 'church', 'danielstown', 'portuguese', 'friend', 'trying', 'building', 'far', 'accepted', 'truth', 'close', 'use', 'shop', 'sabbath', 'attends', 'worry', 'ago', 'gathered', 'pay', 'convention', 'june', 'ship', 'schoolmaster', 'strengthen', 'work', 'new', 'place', 'village', 'convinced', 'raise', 'mean', 'necessary', 'cominterested', 'studying', 'plete', 'building', 'hope', 'hold', 'truth', 'great_difficulty', 'peart', 'spanish', 'honduras', 'tegucigalpa', 'best', 'family', 'capital', 'urging', 'corn', 'printing', 'press', 'recent', 'trip', 'coast', 'ancient', 'capital', 'group', 'interested', 'listener', 'old', 'cathedral', 'built', 'spaniard', 'centutribute', 'saint', 'young', 'old', 'collected', 'reasoned', 'faith', 'righteousness', 'christ']
root - INFO - extracting file #49500: 2017-04-Final-Corpus/RH19030526-V80-21-page11.txt
root - INFO - extracting file #50000: 2017-04-Final-Corpus/RH19040602-V81-22-page23.txt
root - INFO - ['june', 'advent', 'review', 'sabbath', 'herald', 'notice', 'notice', 'tile', 'division', 'pennsylvania', 'tract', 'society', 'having', 'completed', 'common', 'cation', 'pennsylvania', 'tract', 'society', 'addressed', 'new', 'office', 'wallace', 'philadelphia', 'western', 'pennsylvania', 'conference', 'addressed', 'corydon', 'camp', 'meeting', 'atlantic_union_conference', 'complete', 'list', 'inform', 'correction', 'addition', 'report', 'address', 'wanted', 'kokomo', 'incl', 'seventh', 'day', 'adventist', 'church', 'wish', 'obtain', 'address', 'miss', 'stella', 'waterman', 'emma', 'harrison', 'lillie', 'fox', 'knowing', 'whereabouts', 'requested', 'send', 'address', 'stamm', 'church', 'clerk', 'kokomo', 'ind', 'address', 'following', 'person', 'wanted', 'susan', 'eisenberg', 'josephine', 'doyle', 'axe', 'milton', 'lyon', 'knowing', 'whereabouts', 'person', 'requested', 'write', 'watson', 'church', 'clerk', 'box', 'delta', 'colo', 'business_notices', 'husband', 'daughter', 'month', 'old', 'father', 'mother', 'brother', 'sister', 'mourn', 'loss', 'cora', 'alcorn', 'chandler', 'fell', 'asleep', 'jesus', 'sister', 'mary', 'lillian', 'chandler', 'aged', 'year', 'sister', 'chandler', 'health', 'poor', 'long_time', 'cheerful', 'sustained', 'blessed', 'hope', 'lincoln', 'church', 'lost', 'earnest', 'cheerful', 'worker', 'father', 'mother', 'brother', 'sister', 'husband', 'mourn', 'funeral', 'word', 'comfort', 'spoken', 'writer', 'hill', 'ostrander', 'died', 'spencer', 'iowa', 'complication', 'disease', 'andrew', 'ostrander', 'aged', 'year', 'month', 'day', 'brother', 'ostrander', 'accepted', 'doctrine', 'seventh', 'day', 'adventist', 'year', 'ago', 'respected', 'candor', 'intelligence', 'piety', 'knew', 'month', 'endured', 'intense', 'suffering', 'muscular', 'rheumatism', 'leaf', 'son', 'daughter', 'mourn', 'hope', 'funeral', 'conducted', 'writer', 'text', 'tim', 'alvaro', 'wescott', 'stevenson', 'died', 'durango', 'colo', 'home', 'daughter', 'frank', 'sortais', 'lacky', 'stevenson', 'aged', 'year', 'month', 'day', 'member', 'church', 'good', 'standing', 'mother', 'child', 'filling', 'important', 'position', 'advent_message', 'rev', 'james', 'stevenson', 'sleeping', 'organized', 'church', 'state', 'texas', 'funeral', 'occasion', 'word', 'comfort', 'spoken', 'writer', 'tim', 'kennedy', 'nelson', 'died', 'home', 'near', 'orchard', 'neb', 'ofinflammatory', 'rheumatism', 'terminating', 'heart', 'disease', 'verna', 'oldest', 'daughter', 'nelson', 'aged', 'year', 'month', 'day', 'bore', 'suffering', 'patiently', 'young', 'knew', 'lean', 'saviour', 'trust', 'fully', 'word', 'short', 'funeral_services', 'held', 'home', 'text', 'job', 'afterward', 'remains', 'taken', 'plainview', 'neb', 'longer', 'service', 'held', 'home', 'brother', 'nelson', 'father', 'text', 'john', 'neral', 'conducted', 'writer', 'assisted', 'brother', 'bear', 'beam', 'sheldon', 'died', 'home', 'near', 'judd', 'corner', 'shiawassee', 'mich', 'april', 'brother', 'asa', 'sheldon', 'aged', 'year', 'month', 'day', 'brother', 'sheldon', 'received', 'truth', 'labor', 'elder', 'van', 'horn', 'lane', 'faithful_member', 'seventh', 'day', 'adventist', 'church', 'time', 'ilium', 'death', 'wife', 'child', 'vive', 'service', 'conducted', 'writer', 'home', 'church', 'large_number', 'neighbor', 'friend', 'assembled', 'respect', 'deceased', 'died', 'praising', 'lord', 'salvatina', 'christ', 'saviour', 'evans', 'old', 'died', 'home', 'daughter', 'harris', 'jackson', 'mich', 'mai', 'clarissa', 'old', 'aged', 'year', 'member', 'freewill', 'band', 'church', 'year', 'tel', 'year', 'ago', 'acquainted', 'seventh', 'day', 'adventist', 'faith', 'remem', 'eastern', 'pennsylvania', 'maine', 'new', 'york', 'southern', 'new', 'england', 'vermont', 'hardwick', 'virginia', 'aug', 'aug', 'business_notices', 'published', 'department', 'subject', 'discretion', 'publisher', 'charge', 'dollar', 'insertion', 'line', 'cent', 'line', 'case', 'poor', 'wish', 'employment', 'charge', 'remitted', 'person', 'unknown', 'manager', 'publishing', 'house', 'furnish', 'good', 'reference', 'sale', 'battle', 'creek', 'food', 'store', 'cafe', 'woodward', 'ave', 'detroit', 'mich', 'established', 'year', 'good', 'business', 'present', 'owner', 'stay', 'new', 'party', 'fully', 'established', 'good', 'opening', 'man', 'wife', 'address', 'todd', 'sale', 'sawmill', 'average', 'capacity', 'hardwood', 'day', 'good', 'lath', 'plane', 'matcher', 'retail', 'lumber', 'wood', 'yard', 'equipped', 'million', 'stock', 'year', 'prospect', 'good', 'lumber', 'village', 'competition', 'retail', 'business', 'exchange', 'good', 'farm', 'address', 'mesick', 'prop', 'mesick', 'mich', 'mbituartr', 'wejsms', 'died', 'sandy', 'hill', 'edward', 'wendell', 'aged', 'year', 'ill', 'month', 'death', 'sudden', 'unexpected', 'husband', 'son', 'daughter', 'brother', 'survive', 'wendell', 'loving', 'disposition', 'fond', 'mother', 'faithful', 'wife', 'service', 'conducted', 'rev', 'kellogg', 'presbyterian', 'harrison', 'nellah', 'harrison', 'died', 'home', 'cedartown', 'april', 'feeble', 'health', 'active', 'member', 'birmingham', 'ala', 'church', 'year', 'deep', 'christian', 'experience', 'fell', 'asleep', 'hope', 'resurrection', 'leaf', 'husband', 'daughter', 'mourn', 'loss', 'funeral_services', 'conducted', 'rev', 'henderson', 'dart', 'cooney', 'sister', 'lizzie', 'cooney', 'nee', 'white', 'born', 'harrison', 'ill', 'dec', 'died', 'colony', 'kan', 'sister', 'cooney', 'accepted', 'present_truth', 'continued', 'faithful', 'large', 'assembly', 'funeral', 'abundant', 'floral', 'tribute', 'west', 'virginia', 'western', 'pennsylvania', 'titusville', 'june', 'central', 'new', 'england', 'south', 'lancaster', 'mass', 'june', 'canadian', 'union', 'conference', 'maritime', 'ontario', 'london', 'quebec', 'june', 'southern', 'union', 'conference', 'alabama', 'mobile', 'north', 'carolina', 'statesville', 'cumberland', 'florida', 'plant', 'city', 'georgia', 'louisiana', 'mississippi', 'tennessee', 'river', 'south', 'carolina', 'july', 'aug', 'july', 'oct', 'lake', 'union', 'conference', 'east', 'michigan', 'indiana', 'northern', 'illinois', 'northern', 'michigan', 'ohio', 'southern', 'illinois', 'aug', 'west', 'michigan', 'wisconsin', 'northern', 'union', 'conference', 'alberta', 'ponoka', 'july', 'manitoba', 'portage', 'prairie', 'june', 'july', 'minnesota', 'stillwater', 'june', 'minnesota', 'local', 'thief', 'river', 'fall', 'june', 'north', 'dakota', 'harvey', 'juno', 'north', 'dakota', 'local', 'hankinson', 'june', 'july', 'north', 'dakota', 'local', 'devil', 'lake', 'july', 'south', 'dalsata', 'canton', 'june', 'central', 'union', 'conference', 'colorado', 'iowa', 'colfax', 'kansa', 'kansa', 'local', 'oakley', 'missouri', 'nebraska', 'local', 'crawford', 'nebraska', 'local', 'loup', 'city', 'nebraska', 'state', 'omaha', 'sept', 'southwestern', 'union', 'conference', 'aug', 'june', 'aug', 'sept', 'june', 'aug', 'june', 'june', 'brief', 'arkansas', 'russellville', 'pope', 'aug', 'oklahoma', 'guthrie', 'aug', 'sept', 'texas', 'keene', 'july', 'aug', 'showed', 'respect', 'held', 'bered', 'movement', 'spoke', 'favor', 'trans', 'ferred', 'baptist', 'record', 'firm_believer', 'angel', 'message', 'hope', 'died', 'lase', 'word', 'resigned', 'flaw', 'lord', 'seven', 'month', 'fore', 'death', 'experience', 'hope', 'grer', 'utah', 'provo', 'western', 'oregon', 'corvallis', 'june', 'downing', 'aged', 'year', 'month', 'complication', 'caused', 'death', 'facific', 'union', 'conference', 'local', 'pastor', 'took', 'service', 'confident', 'reward', 'sure', 'funeral', 'sermon', 'preached', 'arizona', 'british', 'columbia', 'september', 'california', 'bushrod', 'park', 'oakland', 'june', 'writer', 'text', 'thess', 'montana', 'state', 'townsend', 'southern', 'california', 'upper', 'columbia', 'june', 'sept', 'parmele', 'president', 'various_conferences', 'requested', 'send', 'information', 'meeting', 'mentioned', 'preceding', 'table', 'able', 'day', 'sister', 'downing', 'accepted', 'angel', 'message', 'year', 'age', 'united', 'boise', 'church', 'earnest', 'christian', 'life', 'faith', 'trust', 'lviaster', 'leaf', 'leaf', 'husband', 'daughter', 'son', 'friend', 'mourn', 'moor', 'hope', 'funeral_services', 'conducted', 'elder', 'hari', 'downing', 'died', 'home', 'kooskia', 'aug', 'idaho', 'heart', 'disease', 'lizzie', 'brighter', 'severe', 'heart', 'trouble']
root - INFO - extracting file #50500: 2017-04-Final-Corpus/RH19050525-V82-21-page7.txt
root - INFO - extracting file #51000: 2017-04-Final-Corpus/RH19060517-V83-20-page6.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'appeal', 'time', 'world', 'know', 'terrible', 'earthquake', 'devastated', 'san_francisco', 'paralyzed', 'business', 'time', 'adjoining', 'region', 'deep', 'sympathy', 'expressed', 'outside_world', 'sufferer', 'known', 'duly', 'appreciated', 'people', 'pacific_coast', 'direct', 'sufferer', 'foreign', 'nation', 'sent', 'message', 'condolence', 'common', 'brotherhood', 'contribution', 'money', 'freely', 'offered', 'relief', 'needy', 'men', 'mean', 'given', 'private', 'purse', 'thousand', 'citizen', 'san_francisco', 'gave', 'million', 'dollar', 'congress', 'added', 'liberal', 'offering', 'sum', 'million', 'thousand', 'dollar', 'footed', 'million', 'dollar', 'remote', 'unfortufornia', 'conference', 'located', 'loss', 'fallen', 'heavily', 'institution', 'people', 'pacific_press', 'mountain', 'view', 'entirely', 'commission', 'shock', 'damage', 'sustained', 'thousand', 'dollar', 'branch', 'sanitarium', 'located', 'san_francisco', 'total', 'wreck', 'food', 'store', 'vegetarian', 'cafe', 'entirely', 'consumed', 'making', 'total', 'loss', 'institution', 'thirteen', 'thousand', 'dollar', 'damage', 'healdsburg', 'college', 'work', 'san_francisco', 'ought', 'immediately', 'established', 'started', 'help', 'institution', 'excellent_work', 'permitted', 'forward', 'god', 'given', 'service', 'humanity', 'people', 'california_nevada', 'conference', 'willing', 'ren', 'hitherto', 'misplaced', 'believe', 'occasion', 'confidently', 'look', 'loss', 'thirty', 'thousand', 'dollar', 'speedily', 'contributed', 'basis', 'confidence', 'rest', 'fact', 'brother', 'southern', 'california', 'conference', 'financial_condition', 'demand', 'energy', 'expended', 'relief', 'home', 'industry', 'generously', 'contributed', 'scanty', 'fund', 'thousand', 'dollar', 'help', 'repair', 'loss', 'stricken', 'institution', 'thank', 'depth', 'heart', 'believing', 'god', 'reward', 'liberality', 'shall', 'share', 'blessing', 'believe', 'let', 'contribution', 'forwarded', 'elder', 'evans', 'takoma', 'park', 'washington', 'fund', 'turned', 'pacific_union_conference', 'attend', 'proper', 'distribution', 'signed', 'committee', 'cottrell', 'haskell', 'white', 'knox', 'wilcox', 'corliss', 'jones', 'chapman', 'glenn', 'child', 'snow', 'hall', 'tait', 'help', 'institution', 'california', 'preceding', 'issue', 'review_and_herald', 'appeal', 'behalf', 'work', 'pacific_coast', 'suffered', 'loss', 'result', 'recent', 'earthquake', 'brother', 'palmer', 'appeal', 'set', 'matter', 'clear', 'concise', 'way', 'elder', 'daniells', 'called', 'attention', 'need', 'forcible', 'manner', 'time', 'drawing', 'near', 'collection', 'appeal', 'believe', 'principle', 'gospel', 'help', 'time', 'special', 'disaster', 'calamity', 'profitably', 'mind', 'incident', 'recorded', 'eleventh', 'chapter', 'act', 'prophecy', 'agabus', 'reference', 'dearth', 'came', 'pas', 'day', 'claudius', 'cxsar', 'record', 'disciple', 'man', 'according', 'abil', 'ity', 'determined', 'send', 'relief', 'unto', 'brother', 'dwelt', 'judea', 'doubt', 'selfsame', 'disciple', 'place', 'money', 'good_advantage', 'instead', 'sending', 'judea', 'help', 'people', 'suffered', 'dearth', 'nate', 'district', 'eye', 'witness', 'abounding', 'desolation', 'especially', 'francisco', 'heart', 'deeply', 'touched', 'useless', 'undertake', 'description', 'scene', 'beggar', 'eloquent', 'portrayal', 'standing', 'midst', 'desolated', 'territory', 'look', 'mile', 'direction', 'dreary', 'forlorn', 'waste', 'street', 'thrown', 'billowy', 'ridge', 'open', 'seam', 'appears', 'flow', 'stream', 'water', 'point', 'wrecked', 'building', 'seen', 'sunken', 'ground', 'foot', 'twisted', 'steel', 'frame', 'stand', 'like', 'gaunt', 'specter', 'sky', 'broken', 'shaft', 'brick', 'solid', 'wall', 'masonry', 'sight', 'long', 'remembered', 'account', 'titter', 'desolation', 'think', 'scene', 'time', 'god', 'shall', 'arise', 'shake', 'terribly', 'earth', 'city', 'nation', 'shall', 'fall', 'great_earthquake', 'men', 'earth', 'thing', 'thankful', 'far', 'known', 'people', 'went', 'death', 'calamity', 'lost', 'earthquake', 'extended', 'force', 'largest', 'prosperous', 'church', 'cali', 'press', 'building', 'corner', 'pacific', 'earthquake', 'power', 'assist', 'crucial', 'time', 'stated', 'largest', 'best', 'equipped', 'church', 'san_francisco', 'oakland', 'santa', 'rosa', 'san', 'jose', 'mountain', 'view', 'healdsburg', 'placed', 'great', 'disadvantage', 'having', 'sufferer', 'earthquake', 'brother', 'pacific_coast', 'good_courage', 'desire', 'colaborers', 'eastern', 'brother', 'recouping', 'loss', 'according', 'ability', 'lord', 'work', 'coast', 'need', 'help', 'burden', 'heavier', 'bear', 'believe', 'brother', 'regard', 'situation', 'pacific_coast', 'appeal', 'sympathy', 'support', 'region', 'prompt', 'respond', 'need', 'field', 'need', 'shall', 'glad', 'substantial', 'sympathy', 'brother', 'subjected', 'strain', 'believe', 'shall', 'right', 'away', 'confidence', 'liberality', 'breth']
root - INFO - extracting file #51500: 2017-04-Final-Corpus/RH19070516-V84-20-page23.txt
root - INFO - extracting file #52000: 2017-04-Final-Corpus/RH19080402-V85-14-page30.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'april', 'tiwintiatt', 'report', 'note', 'comment', 'pertaining', 'current', 'history', 'right', 'conscience', 'conducted', 'religious_liberty', 'bureau', 'respect', 'noble', 'stand', 'religious_liberty', 'refusing', 'enforce', 'lord', 'day', 'act', 'day', 'february', 'municipality', 'convention', 'consisting', 'delegate', 'municipality', 'british', 'columbia', 'met', 'nanaimo', 'closing', 'day', 'convention', 'february', 'passed', 'resolution', 'asking', 'attorney', 'general', 'introduce', 'legislation', 'provincial', 'parliament', 'enforce', 'lord', 'day', 'act', 'convention', 'sent', 'delegation', 'lobby', 'parliament', 'worked', 'diligently', 'day', 'meantime', 'religious_liberty', 'literature', 'distributed', 'member', 'short', 'letter', 'calling', 'attention', 'religious_liberty', 'principle', 'courteous', 'reply', 'sent', 'chief', 'government', 'official', 'matter', 'brought', 'parliament', 'experience', 'brought', 'better', 'realization', 'attitude', 'religious', 'persecutor', 'honor', 'sabbath', 'jehovah', 'conway', 'religious_liberty', 'note', 'prof', 'sorenson', 'principal', 'keene', 'industrial', 'academy', 'recent_letter', 'said', 'company', 'young_lady', 'took', 'copy', 'current', 'issue', 'liberty', 'sold', 'latin', 'union', 'mission', 'school', 'person', 'unknown', 'manager', 'paper', 'send', 'advertisement', 'satisfactory', 'written', 'recommendation', 'recommendation', 'come', 'minister', 'elder', 'seventhday_adventist', 'church', 'refer', 'individual', 'secure', 'recommendation', 'writing', 'send', 'russam', 'colcord', 'chairman', 'secretary', 'open', 'account', 'advertising', 'cash', 'accompany', 'order', 'sunday', 'law', 'agitation', 'virginia', 'legislative', 'assembly', 'past', 'sunday', 'proposed', 'killed', 'died', 'natural', 'death', 'hearing', 'given', 'house', 'senate', 'committee', 'general', 'law', 'impartial', 'different', 'reason', 'given', 'measure', 'sought', 'conceal', 'religious_character', 'garb', 'civil', 'sunday', 'finally', 'passed', 'amended', 'law', 'increasing', 'fine', 'dollar', 'read', 'follows', 'violation', 'sabbath', 'punished', 'person', 'sabbath', 'day', 'laboring', 'trade', 'calling', 'employ', 'apprentice', 'servant', 'labor', 'business', 'household', 'work', 'necessity', 'charity', 'shall', 'deemed', 'guilty', 'misdemeanor', 'conviction', 'thereof', 'shall', 'fined', 'dollar', 'offense', 'day', 'person', 'servant', 'apprentice', 'employed', 'shall', 'constitute', 'distinct', 'offense', 'readily', 'seen', 'law', 'engine', 'tyranny', 'work', 'great', 'hardship', 'sabbath', 'jehovah', 'farman', 'religious_freedom', 'british', 'columbia', 'provincial', 'government', 'british', 'columbia', 'opposed', 'dominion', 'lord', 'day', 'act', 'discussed', 'dominion', 'parliment', 'strongest', 'opposition', 'measure', 'british', 'columbia', 'provision', 'incorporated', 'act', 'leaving', 'attorney', 'general', 'province', 'prosecute', 'violator', 'act', 'prosecute', 'sentiment', 'respective', 'province', 'demand', 'prevailing', 'sentiment', 'province', 'act', 'enforced', 'people', 'greatly', 'appreciated', 'religious_liberty', 'granted', 'stand', 'province', 'taken', 'matter', 'provincial', 'conference', 'resolution', 'appreciation', 'passed', 'presented', 'government', 'attorney', 'general', 'read', 'follows', 'noted', 'pleasure', 'fearless', 'broad', 'minded', 'position', 'taken', 'government', 'especially', 'attorney', 'general', 'reference', 'enforcing', 'lord', 'day', 'act', 'notwithstanding', 'great', 'pressure', 'earnest', 'plea', 'religious', 'organization', 'known', 'lord', 'day', 'alliance', 'inasmuch', 'denomination', 'known', 'seventh', 'day', 'adventist', 'lover', 'true', 'religious_liberty', 'equal_rights', 'recommend', 'conference', 'assembled', 'express', 'government', 'attorney', 'general', 'particular', 'appreciation', 'pro', 'charge', 'dollar', 'insertion', 'word', 'additional_word', 'initial', 'group', 'figure', 'excess', 'cost', 'cent', 'number', 'petition', 'work', 'soliciting', 'signature', 'petition', 'want', 'sunday', 'law', 'enforce', 'letter', 'angel', 'holding', 'wind', 'servant', 'god', 'sealed', 'brother', 'writes', 'sent', 'dollar', 'worth', 'issue', 'box', 'santa', 'cruz', 'cal', 'buy', 'watch', 'clock', 'right', 'price', 'experience', 'benefit', 'derived', 'patronizing', 'commandment', 'keeping', 'jeweler', 'year', 'experience', 'department', 'manager', 'watch', 'inspector', 'large', 'store', 'write', 'merrill', 'watchmaker', 'washington', 'sale', 'single', 'comb', 'red', 'pullet', 'half', 'dozen', 'egg', 'hatching', 'price', 'egg', 'liberty', 'published', 'selling', 'giving', 'away', 'address', 'miller', 'suclosing', 'think', 'know', 'worth', 'liberty', 'reader', 'know', 'worth', 'let', 'subscribe', 'year', 'indiana', 'reporter', 'pound', 'olive', 'oil', 'gallon', 'pound', 'appointment', 'new', 'jersey', 'canvasser', 'institute', 'new', 'jersey', 'canvasser', 'institute', 'held', 'trenton', 'april', 'expressed', 'intention', 'attend', 'indication', 'god', 'preparing', 'grand', 'revival', 'canvassing', 'work', 'state', 'ask', 'god', 'earnestly', 'work', 'impressed', 'attend', 'write', 'williams', 'trenton', 'pray', 'work', 'motto', 'kneeland', 'business_notices', 'tilt', 'department', 'conducted', 'especially', 'accommodation', 'seventh', 'day', 'adventist', 'reader', 'paper', 'brief', 'business_notices', 'published', 'subject', 'discretion', 'publisher', 'compliance', 'following', 'condition', 'display', 'advertising', 'advertisement', 'agent', 'accepted', 'publisher', 'solicit', 'advertising', 'kind', 'paper', 'discount', 'insertion', 'wanted', 'consecrated', 'seventh', 'day', 'adventist', 'lady', 'graduate', 'nurse', 'reference', 'required', 'address', 'fayette', 'sanitarium', 'connersville', 'ind', 'sale', 'new', 'date', 'box', 'cooking', 'oil', 'gal', 'apple', 'maple', 'sirup', 'honey', 'gluten', 'graham', 'flour', 'write', 'list', 'new', 'york', 'food', 'oxford', 'wanted', 'correspond', 'experienced', 'photographer', 'good', 'proposition', 'competent', 'man', 'need', 'answer', 'seventh', 'day', 'adventist', 'reference', 'address', 'earll', 'north', 'stone', 'ave', 'tucson', 'ariz', 'wanted', 'seventh', 'day', 'adventist', 'foreman', 'box', 'factory', 'understand', 'band', 'saw', 'thoroughly', 'capable', 'man', 'good', 'salary', 'permanent', 'place', 'right', 'man', 'address', 'washington', 'pine', 'box', 'long_beach', 'cal', 'sale', 'acre', 'mile', 'santa', 'cruz', 'cal', 'new', 'house', 'barn', 'chicken', 'coop', 'yard', 'acre', 'strawberry', 'gasoline', 'engine', 'abundance', 'soft', 'water', 'price', 'sister', 'ohio', 'sending', 'address', 'foland', 'perintendent', 'south', 'lancaster', 'academy', 'poultry', 'farm', 'south', 'lancaster', 'mass', 'cocoanut', 'oil', 'vegetable', 'cooking', 'oil', 'pound', 'pound', 'cash', 'order', 'absolutely', 'pure', 'address', 'vegetarian', 'meat', 'company', 'washington', 'sale', 'good', 'room', 'house', 'cement', 'cellar', 'substantial', 'barn', 'hen', 'house', 'convenient', 'outbuilding', 'fine', 'acre', 'rich', 'land', 'trolley', 'line', 'block', 'mount', 'vernon', 'college', 'address', 'moffett', 'ito', 'hobson', 'cambridge', 'ohio', 'royal', 'peanut', 'butter', 'claim', 'spanish', 'peanut', 'carefully', 'selected', 'objectionable', 'removed', 'southern', 'california', 'extracted', 'honey', 'convenient', 'package', 'write', 'price', 'address', 'cleveland', 'health', 'food', 'cleveland', 'ohio', 'sale', 'gladiolus', 'bulb', 'flowering', 'size', 'cent', 'doz', 'cent', 'largest', 'size', 'cent', 'doz', 'post', 'paid', 'special_rates', 'goo', 'special', 'deal', 'hardy', 'bulb', 'write', 'list', 'seed', 'bulb', 'root', 'vine', 'shrub', 'tree', 'write', 'oxford', 'floral', 'oxford', 'sale', 'kornoil', 'bread', 'kornoil', 'moist', 'fresh', 'longer', 'bread', 'shortening', 'pure', 'oil', 'pressed', 'grain', 'corn', 'chemical', 'letter', 'received', 'day', 'read', 'received', 'corn', 'oil', 'right', 'think', 'fine', 'thing', 'good', 'dairy', 'butter', 'pleased', 'enclose', 'gallon', 'gallon', 'gallon', 'sale', 'peanut', 'butter', 'cent']
root - INFO - extracting file #52500: 2017-04-Final-Corpus/RH19090318-V86-11-page16.txt
root - INFO - extracting file #53000: 2017-04-Final-Corpus/RH19100310-V87-10-page18.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'march', 'regular', 'standing', 'whole_year', 'annual', 'report', 'pay', 'absolutely', 'tithe', 'treasury', 'report', 'said', 'convinced', 'conference', 'isolated', 'case', 'similar', 'condition', 'revealed', 'conference', 'conference_treasurers', 'report', 'condition', 'honestly', 'conference_treasurer', 'possibly', 'hope', 'better', 'certainly', 'ought', 'clone', 'regard', 'condition', 'sort', 'god', 'bless', 'people', 'fourth', 'half', 'pay', 'attention', 'plain', 'requirement', 'bring', 'tithe', 'storehouse', 'matter', 'left', 'entirely', 'conference_president', 'conference_treasurer', 'minister', 'local', 'church', 'officer', 'responsibility', 'thing', 'elder', 'officer', 'church', 'deacon', 'deaconess', 'treasurer', 'sabbathschool', 'superintendent', 'librarian', 'earnest_prayer', 'god', 'direction', 'blessing', 'list', 'treasurer', 'record', 'showing', 'paid', 'tithe', 'arrangement', 'perfected', 'labor', 'different_ones', 'careful', 'judicious', 'love', 'fear', 'god', 'forth', 'remiss', 'obligation', 'lord', 'cause', 'god', 'help', 'devise', 'mean', 'reproach', 'rolled', 'away', 'door', 'church', 'tell', 'seventhday', 'adventist', 'enrolled', 'love', 'god', 'commandment', 'tithe', 'payer', 'child', 'honest', 'richest', 'man', 'rank', 'obligatory', 'requires', 'love', 'devotion', 'sacrifice', 'wish', 'privilege', 'better', 'word', 'pay', 'lord', 'doe', 'tithe', 'income', 'fifty', 'cent', 'little', 'boy', 'girl', 'precious', 'sacred', 'god', 'tithe', 'dollar', 'prosperous', 'farmer', 'income', 'thousand', 'dollar', 'god', 'bless', 'faithful', 'little', 'boy', 'girl', 'equally', 'rich_man', 'soul', 'blessing', 'come', 'result', 'conscious', 'loyalty', 'god', 'experienced', 'church', 'drying', 'spiritually', 'withholding', 'god', 'evil', 'thing', 'work', 'harm', 'individual', 'retard', 'cause', 'god', 'earth', 'recent', 'local', 'conference', 'suggestion', 'church', 'treasurer', 'matter', 'keeping', 'account', 'manner', 'send', 'entire', 'church', 'membership', 'quarterly', 'letter', 'stating', 'full_amount', 'tithe', 'received', 'quarter', 'blank', 'place', 'heading', 'gave', 'write', 'paid', 'individual', 'paying', 'tithe', 'given', 'member', 'paid', 'place', 'left', 'blank', 'sufficient', 'remind', 'unfaithful', 'god', 'bowen', 'thrbirat', 'filiosionttru', 'eirparintrut', 'conducted', 'medical_department', 'general_conference', 'patient', 'accommodated', 'comfortably', 'financially', 'institution', 'remarkably', 'considering', 'length', 'time', 'operating', 'change', 'staff', 'capacity', 'patient', 'increase', 'earnings', 'previous_year', 'thousand', 'thousand', 'dollar', 'sanitarium', 'past_year', 'sustained', 'heavy', 'loss', 'bursting', 'underground', 'pressure', 'tank', 'water', 'supply', 'water', 'important', 'consideration', 'matter', 'receive', 'proper', 'consideration', 'planning', 'institution', 'consequently', 'inconvenience', 'expense', 'result', 'history', 'present', 'staff', 'worker', 'nashville', 'sanitarium', 'follows', 'physician', 'business', 'man', 'manager', 'graduate', 'nurse', 'second', 'year', 'nurse', 'seven', 'year', 'nurse', 'worker', 'country', 'sanitarium', 'conducted', 'eshelman', 'magan', 'connection', 'school', 'madison', 'mile', 'nashville', 'built', 'college', 'plan', 'enjoyed', 'goodly', 'patronage', 'institution', 'beautifully', 'located', 'oak', 'covered', 'rolling', 'hill', 'tennessee', 'institution', 'providing', 'sanitarium', 'convenience', 'colored', 'people', 'rock', 'city', 'sanitarium', 'located', 'city', 'nashville', 'little', 'institution', 'equipped', 'accommodate', 'dozen', 'patient', 'comfortably', 'isbell', 'blake', 'act', 'superintendent', 'husband', 'pursuing', 'medical', 'study', 'nashville', 'assist', 'doctor', 'needed', 'managing', 'institution', 'excellent', 'opportunity', 'conic', 'help', 'own_people', 'doctor', 'giving', 'instruction', 'nashville', 'leading', 'medical', 'school', 'colored', 'people', 'naghville', 'went', 'huntsville', 'ala', 'visit', 'oakwood', 'manual', 'training', 'school', 'small', 'neat', 'wellbuilt', 'sanitarium', 'constructed', 'connection', 'institution', 'class', 'simple_treatments', 'conducted', 'dozen', 'young_person', 'taking', 'nurse', 'course', 'graduate', 'completed', 'work', 'acceptable', 'work', 'people', 'needy_field', 'bascomb', 'charge', 'medical_work', 'month', 'ago', 'failing', 'health', 'necessary', 'withdraw', 'physician', 'needed', 'hoped', 'consecrated', 'physician', 'help', 'carry', 'good_work', 'little', 'sanitarium', 'completed', 'furniture', 'equipment', 'money', 'calling', 'northern', 'sanitarium', 'young', 'people', 'society', 'year', 'needed', 'place', 'huntsville', 'rock', 'city', 'atlanta', 'medical', 'missionary', 'note', 'warner', 'walla', 'walla', 'wash', 'sanitarium', 'writes', 'letter', 'regard', 'nurse', 'taking', 'work', 'ministry', 'healing', 'shall', 'glad', 'fast', 'month', 'crowded', 'patient', 'able', 'care', 'roue', 'keen', 'hansen', 'serving', 'secretor', 'field', 'secretary', 'sweetest', 'life', 'duty', 'wed', 'deed', 'great', 'small', 'close', 'knit', 'strand', 'unbroken', 'thread', 'love', 'ennobles', 'world', 'sound', 'trumpet', 'ring', 'bell', 'book', 'life', 'shining', 'record', 'tell', 'thy', 'love', 'shall', 'chant', 'beatitude', 'own_life', 'working', 'child', 'kiss', 'set', 'thy', 'sighing', 'lip', 'shall', 'thee', 'glad', 'sick_man', 'helped', 'thee', 'shall', 'thee', 'strong', 'thou', 'shalt', 'served', 'thyself', 'sense', 'service', 'thou', 'renderest', 'elizabeth', 'barrett', 'browning', 'medical', 'missionary', 'work', 'nashville', 'important', 'city', 'south', 'promising', 'place', 'kind', 'work', 'nashville', 'sanitarium', 'near', 'city', 'rock', 'city', 'sanitarium', 'conducted', 'colored', 'people', 'city', 'sanitarium', 'connected', 'madison', 'school', 'mile', 'northeast', 'nashville', 'nashville', 'sanitarium', 'established', 'year', 'ago', 'new', 'institution', 'built', 'mile', 'east', 'city', 'open', 'country', 'ground', 'sanitarium', 'consist', 'acre', 'good', 'land', 'acre', 'leased', 'land', 'farming', 'raising', 'vegetable', 'institution', 'pasture', 'sufficient', 'land', 'reserved', 'planned', 'beautiful', 'ground', 'patient', 'abtmdant', 'opportunity', 'open_air', 'sunshine', 'attendance', 'southern_union_conference', 'held', 'nashville', 'privilege', 'visit', 'institution', 'acquainted', 'work', 'nashville', 'sanitarium', 'overflowing', 'patient', 'night', 'able', 'secure', 'room', 'institution', 'condition', 'house', 'continued', 'month', 'prospect', 'institution', 'bright', 'room', 'main_building', 'utilized', 'patient', 'dormitory', 'worker', 'dwelling', 'house', 'near', 'institution', 'rented', 'worker', 'doe', 'nearly', 'meet', 'demand', 'nurse', 'dormitory', 'greatest', 'need', 'room', 'available', 'patient', 'meet', 'running', 'expense', 'institution', 'consequently', 'little', 'hope', 'institution', 'earn', 'surplus', 'apply', 'indebtedness', 'provision', 'housing', 'nurse', 'outside', 'main_building', 'capacity', 'building', 'nearly']
root - INFO - extracting file #53500: 2017-04-Final-Corpus/RH19110302-V88-09-page6.txt
root - INFO - extracting file #54000: 2017-04-Final-Corpus/RH19120229-V89-09-page8.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'february', 'washington', 'february', 'present_time', 'sanitarium', 'enjoys', 'hearty_support', 'people', 'colorado', 'central', 'west', 'manifesting', 'active_interest', 'welfare', 'great', 'embarrassment', 'come', 'institution', 'year', 'change', 'medical', 'staff', 'sixteen_years', 'history', 'medical', 'superintendent', 'presiding', 'medical_work', 'institution', 'frequent', 'change', 'physician', 'bring', 'disastrous', 'age', 'run', 'low', 'rule', 'sanitarium', 'depend', 'local', 'patronage', 'support', 'draw', 'patient', 'large', 'territory', 'earnestly', 'hoped', 'better', 'knowledge', 'colorado', 'winter', 'condition', 'state', 'constantly', 'larger', 'influx', 'winter', 'visitor', 'sanitarium', 'reap', 'benefit', 'condition', 'charge', 'sanitarium', 'waiting', 'change', 'tide', 'travel', 'putting', 'francis', 'wilcox', 'spicer', 'snow', 'prescott', 'editor', 'associate', 'editor', 'communication', 'relating', 'editorial', 'departresults', 'institution', 'physiforth', 'earnest_efforts', 'way', 'judiment', 'manuscript', 'submitted', 'publication', 'addressed', 'editorial', 'department', 'review', 'herald', 'takoma', 'park', 'washington', 'individual', 'editorial', 'editorial', 'correspondence', 'boulder', 'colo', 'feb', 'pleasure', 'greet', 'family', 'worker', 'boulder', 'colorado', 'sanitarium', 'connection', 'institution', 'writer', 'spent', 'year', 'labor', 'endeared', 'pleasant', 'association', 'family', 'entirely', 'changed', 'early_days', 'history', 'remaining', 'connected', 'beginning', 'viz', 'brother', 'bernsen', 'chief', 'engineer', 'brother', 'pegg', 'charge', 'laboratory', 'sanitarium', 'dedicated', 'july', 'operation', 'nearly', 'sixteen_years', 'original', 'investment', 'represented', 'nearly', 'seventy', 'thousand', 'dollar', 'present', 'plant', 'consists', 'main_building', 'containing', 'room', 'large', 'cottage', 'fourteen', 'room', 'cottage', 'room', 'large', 'brick', 'building', 'contains', 'steam', 'power', 'electric', 'lighting', 'plant', 'steam', 'laundry', 'bakery', 'year', 'gymnasium', 'building', 'erected', 'affording', 'good', 'facility', 'guest', 'regard', 'institution', 'operates', 'dairy', 'dozen', 'cow', 'providing', 'excellent', 'milk', 'cream', 'materially', 'lessening', 'cost', 'institution', 'food', 'product', 'boulder', 'colorado', 'sanitarium', 'passed', 'trying', 'experience', 'history', 'influence', 'combined', 'operate', 'work', 'originally', 'treated', 'large_number', 'consumptive', 'patient', 'gave', 'institution', 'reputation', 'consumptive', 'sanitarium', 'year', 'sanitarium', 'ceased', 'treating', 'class', 'patient', 'suffered', 'effect', 'reputation', 'earned', 'year', 'met', 'opposition', 'opposing', 'medical', 'institution', 'cause', 'great', 'gratitude', 'cian', 'creates', 'constituency', 'friend', 'patient', 'departure', 'institution', 'loss', 'large_measure', 'constituency', 'succeeding', 'physician', 'start', 'anew', 'create', 'constituency', 'sanitarium', 'maintain', 'settled', 'medical', 'staff', 'competent', 'physician', 'opportunity', 'success', 'greatly', 'increased', 'hoped', 'present', 'medical', 'staff', 'boulder', 'colorado', 'sanitarium', 'continued', 'indefinitely', 'strong', 'stable', 'work', 'built', 'green', 'present', 'medical', 'superintendent', 'connected', 'work', 'year', 'large', 'place', 'heart', 'associate', 'patron', 'sanitarium', 'excellent', 'surgeon', 'general', 'practitioner', 'broad', 'experience', 'commendable', 'work', 'institution', 'associated', 'mary', 'weber', 'charge', 'lady', 'department', 'rendering', 'excellent', 'service', 'miss', 'grace', 'mitchell', 'acceptable', 'work', 'head', 'nurse', 'brother', 'thompson', 'manager', 'men', 'treatment', 'department', 'pleased', 'active_service', 'kate', 'lindsay', 'year', 'hard', 'faithful', 'competent', 'service', 'sanitarium', 'time', 'carrying', 'heavy', 'load', 'medical_work', 'change', 'medical', 'staff', 'time', 'carrying', 'chief', 'burden', 'teaching', 'nurse', 'training', 'school', 'past', 'seventy', 'year', 'age', 'optimistic', 'view', 'life', 'hard', 'work', 'score', 'excellent', 'young', 'men', 'woman', 'gone', 'nurse', 'institution', 'bear', 'witness', 'faithfulness', 'efficiency', 'instruction', 'handicap', 'embarrassed', 'work', 'exists', 'fact', 'nearly', 'tourist', 'travel', 'colorado', 'come', 'summer', 'little', 'winter_months', 'great', 'advantage', 'colorado', 'winter', 'climate', 'known', 'east', 'institution', 'filled', 'overflowing', 'year_round', 'winter', 'patroncious', 'advertising', 'bring', 'sanitarium', 'receive', 'benefit', 'present', 'writing', 'sanitarium', 'contains', 'fair', 'winter', 'patronage', 'daily', 'increasing', 'business_manager', 'secretary', 'treasurer', 'brother', 'chas', 'rice', 'aided', 'brother', 'baker', 'labored', 'hard', 'diligently', 'year', 'promoting', 'material', 'work', 'report', 'institution', 'rendered', 'meeting', 'central_union_conference', 'college_view', 'nebr', 'showed', 'gain', 'seven', 'thousand', 'dollar', 'year', 'food', 'department', 'management', 'brother', 'ward', 'cooper', 'assisted', 'luick', 'earl', 'austin', 'likewise', 'meeting', 'excellent_success', 'year', 'business', 'showed', 'fair', 'profit', 'grade', 'food', 'factory', 'excellent', 'giving', 'splendid', 'satisfaction', 'nurse', 'class', 'constitute', 'present', 'training', 'school', 'senior', 'class', 'consists', 'seventeen', 'earnest', 'young', 'men', 'woman', 'finishing', 'work', 'present_year', 'number', 'preparing', 'work', 'field', 'sanitarium', 'past', 'cook', 'kelsey', 'miss', 'nellie', 'wagner', 'bertha', 'fuller', 'gone', 'missionary', 'india', 'john', 'herboltzheimer', 'miss', 'hattie', 'harriman', 'japan', 'helfred', 'toppenberg', 'scandinavia', 'miss', 'france', 'brockman', 'argentina', 'home', 'field', 'graduate', 'place', 'responsibility', 'connection', 'institution', 'conference', 'hoped', 'spirit', 'service', 'seen', 'large_measure', 'nurse', 'shall', 'graduated', 'institution', 'future', 'gave', 'pleasure', 'boulder', 'meet', 'church', 'place', 'numbering', 'fifty', 'member', 'elder', 'rouse', 'charge', 'church_work', 'acting', 'chaplain', 'sanitarium', 'assisted', 'sister', 'annie', 'sufficool', 'bible', 'worker', 'guest', 'gratified', 'improvement', 'church_building', 'learn', 'nearly', 'free']
root - INFO - extracting file #54500: 2017-04-Final-Corpus/RH19130227-V90-09-page1.txt
root - INFO - extracting file #55000: 2017-04-Final-Corpus/RH19140205-V91-06-page6.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'february', 'john', 'read', 'brought', 'jesus', 'early', 'friday', 'morning', 'unto', 'hall', 'judgment', 'went', 'judgment', 'hall', 'lest', 'defiled', 'eat', 'passover', 'claim', 'passover', 'mentioned', 'mean', 'passover', 'lamb', 'refer', 'eating', 'passover', 'lamb', 'eaten', 'night', 'previous', 'defilement', 'spoken', 'prevented', 'eating', 'passover', 'lamb', 'night', 'following', 'friday', 'uncleanness', 'end', 'sunset', 'lev', 'num', 'learn', 'special', 'offering', 'presented', 'fifteenth', 'day', 'nisan', 'passover', 'eaten', 'previous', 'night', 'deut', 'compare', 'chron', 'special', 'festive', 'offering', 'called', 'chagigah', 'chagigah', 'fifteenth', 'nisan', 'obligatory', 'offered', 'person', 'contracted', 'levitical', 'defilement', 'ground', 'jew', 'led', 'jesus', 'caiaphas', 'unto', 'hall', 'judgment', 'went', 'judgment', 'hall', 'lest', 'defiled', 'eat', 'passover', 'chagigah', 'page', 'discussion', 'subject', 'read', 'appendix', 'temple', 'edersheim', 'page', 'feast', 'passover', 'lasted', 'seven', 'day', 'day', 'feast', 'fell', 'fifteenth', 'day', 'month', 'day', 'holy', 'convocation', 'servile', 'work', 'lev', 'man', 'eat', 'permitted', 'prepare', 'necessary', 'article', 'food', 'fifteenth', 'nisan', 'temple', 'page', 'passover', 'sabbath', 'fell', 'friday', 'day', 'called', 'preparation', 'weekly', 'sabbath', 'luke', 'fact', 'sabbath', 'followed', 'crucifixion', 'christ', 'called', 'high', 'day', 'john', 'thought', 'called', 'passover', 'sabbath', 'weekly', 'sabbath', 'came', 'weekly', 'sabbath', 'called', 'high', 'day', 'reason', 'evidently', 'case', 'called', 'high', 'day', 'offering', 'special', 'wave', 'sheaf', 'day', 'following', 'passover', 'sabbath', 'wave', 'sheaf', 'offered', 'sixteenth', 'nisan', 'fell', 'year', 'weekly', 'sabbath', 'sabbath', 'open', 'high', 'day', 'sabbath', 'second', 'paschal', 'day', 'regarded', 'respect', 'equally', 'sacred', 'nay', 'called', 'wave', 'sheaf', 'offered', 'lord', 'life', 'time', 'jesus', 'vol', 'page', 'adam', 'clarke', 'comment', 'john', 'sabbath', 'day', 'high', 'day', 'day', 'sheaf', 'fruit', 'offered', 'according', 'command', 'lev', 'conclusion', 'drawn', 'evidence', 'far', 'presented', 'christ', 'crucified', 'friday', 'fifteenth', 'day', 'month', 'abib', 'nisan', 'friday', 'sabbath', 'feast', 'passover', 'consider', 'time', 'manner', 'christ', 'tried', 'condemned', 'crucified', 'truly', 'said', 'sanhedrin', 'violated', 'law', 'god', 'grossly', 'outraged', 'ordinance', 'tradition', 'temple', 'page', 'prof', 'positively', 'christ', 'crucified', 'friday', 'hypothesis', 'held', 'crucified', 'wednesday', 'thursday', 'forever', 'dismissed', 'mind', 'untenable', 'walla', 'walla', 'wash', 'college', 'personal', 'experience', 'robinson', 'meeting', 'board', 'manager', 'called', 'writer', 'member', 'board', 'took', 'position', 'god', 'given', 'right', 'work', 'sunday', 'right', 'carry', 'christian', 'principle', 'compromising', 'certain', 'individual', 'right', 'peace', 'good', 'neighbor', 'stood', 'authority', 'matter', 'result', 'raising', 'prejudice', 'mind', 'honest', 'person', 'cut', 'ear', 'desired', 'labor', 'matter', 'came', 'test', 'seven', 'member', 'board', 'held', 'position', 'close', 'factory', 'sunday', 'compromise', 'principle', 'message', 'touching', 'view', 'concerning', 'mark', 'beast', 'board', 'majority', 'vote', 'having', 'decided', 'meet', 'issue', 'abide', 'consequence', 'factory', 'ran', 'usual', 'following', 'sunday', 'manager', 'notified', 'board', 'meeting', 'called', 'resulted', 'program', 'repeated', 'final', 'notice', 'served', 'manager', 'officer', 'stated', 'person', 'entered', 'complaint', 'threatening', 'prosecute', 'nonenforcement', 'law', 'said', 'factory', 'run', 'sunday', 'compelled', 'personal', 'wish', 'action', 'board', 'called', 'spent', 'hour', 'earnest_prayer', 'god', 'guidance', 'trying', 'time', 'meeting', 'lasted', 'till', 'late', 'hour', 'night', 'decision', 'board', 'meet', 'issue', 'forced', 'time', 'sister', 'white', 'attendant', 'staying', 'family', 'suburb', 'melbourne', 'hour', 'late', 'returned', 'home', 'family', 'retired', 'shall', 'conversation', 'took', 'place', 'breakfast', 'table', 'following', 'morning', 'sister', 'white', 'remarked', 'late', 'night', 'yes', 'replied', 'later', 'asked', 'meeting', 'night', 'yes', 'said', 'meeting', 'echo', 'board', 'little', 'later', 'asked', 'meeting', 'related', 'length', 'situation', 'facing', 'replied', 'surprised', 'thing', 'matter', 'opened', 'written', 'asked', 'willing', 'meet', 'board', 'benefit', 'counsel', 'expressed', 'willingness', 'arranged', 'meeting', 'matter', 'discussed', 'member', 'board', 'sister', 'white', 'sitting', 'listening', 'silence', 'finally', 'asked', 'counsel', 'distress', 'replied', 'little', 'later', 'said', 'feel', 'perplexed', 'reference', 'matter', 'light', 'written', 'writing', 'cooranbong', 'new', 'south', 'wale', 'cooranbong', 'fifty', 'mile', 'sister', 'white', 'sent', 'telegram', 'miss', 'sarah', 'peck', 'charge', 'manuscript', 'day', 'received', 'copy', 'written', 'month', 'question', 'issue', 'testimony', 'read', 'board', 'instructed', 'compel', 'authority', 'force', 'issue', 'prevent', 'work', 'commissioned', 'people', 'counseled', 'steal', 'march', 'enemy', 'seeking', 'hinder', 'destroy', 'work', 'yielding', 'demand', 'authority', 'let', 'office', 'employee', 'day', 'missionary_work', 'scattering', 'literature', 'people', 'counsel', 'followed', 'board', 'manager', 'result', 'brought', 'joy', 'gladness', 'heart', 'morning', 'family', 'worship', 'hour', 'reading', 'course', 'book', 'jeremiah', 'morning', 'following', 'meeting', 'sister', 'white', 'read', 'testimony', 'chapter', 'read', 'ninth', 'seventh', 'verse', 'read', 'sister', 'white', 'remarked', 'brother', 'robinson', 'verse', 'read', 'verse', 'said', 'yes', 'sister', 'white', 'clearly', 'verse', 'verse', 'read', 'follows', 'seek', 'peace', 'city', 'caused', 'carried', 'away', 'captive', 'pray', 'unto', 'lord', 'peace', 'thereof', 'shall', 'peace', 'great', 'achieved', 'enthusiasm', 'laboring', 'australia', 'came', 'time', 'manager', 'echo', 'publishing', 'company', 'notified', 'police', 'department', 'complaint', 'filed', 'people', 'running', 'factory', 'sunday', 'comply', 'city', 'ordinance', 'matter']
root - INFO - extracting file #55500: 2017-04-Final-Corpus/RH19150121-V92-04-page16.txt
root - INFO - extracting file #56000: 2017-04-Final-Corpus/RH19160203-V93-06-page4.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'february', 'principle', 'civil_power', 'papacy', 'possible', 'development', 'likeness', 'papacy', 'shown', 'prophet', 'vision', 'revelation', 'saw', 'image', 'formed', 'vision', 'witnessed', 'determined', 'effort', 'enforce', 'men', 'mark', 'sign', 'papacy', 'exerciseth', 'power', 'beast', 'causeth', 'earth', 'dwell_therein', 'worship', 'beast', 'deadly', 'wound', 'healed', 'causeth', 'small', 'great', 'rich', 'poor', 'free', 'bond', 'receive', 'mark', 'right_hand', 'forehead', 'man', 'buy', 'sell', 'save', 'mark', 'beast', 'rev', 'mark', 'sign', 'papal', 'authority', 'roman', 'papacy', 'set', 'forth', 'sunday', 'institution', 'mark', 'authority', 'church', 'substitute', 'ecclesiastical', 'tradition', 'custom', 'word', 'god', 'monsignor', 'segur', 'plain', 'talk', 'protestantism', 'today', 'observance', 'sunday', 'protestant', 'homage', 'pay', 'spite', 'authority', 'church', 'page', 'change', 'sabbath', 'tradition', 'contrary', 'plain', 'command', 'god', 'holy', 'seventh', 'day', 'famous', 'council', 'trent', 'appealed', 'gave', 'rome', 'answer', 'reformation', 'bible', 'bible', 'sunday', 'institution', 'held', 'forth', 'mark', 'power', 'church', 'command', 'religious_observances', 'keenan', 'doctrinal', 'catechism', 'question', 'way', 'proving', 'church', 'power', 'institute', 'festival', 'precept', 'answer', 'such_power', 'modern', 'religionist', 'agree', 'substituted', 'observance', 'sunday', 'day', 'week', 'observance', 'saturday', 'seventh', 'day', 'change', 'scriptural', 'authority', 'page', 'prophecy', 'daniel', 'declared', 'power', 'think', 'change', 'time', 'law', 'high', 'change', 'sabbath', 'commandment', 'set', 'forth', 'mark', 'church', 'authority', 'written', 'law', 'high', 'remarkable', 'protestant', 'organization', 'defending', 'unscriptural', 'observance', 'humanly', 'established', 'day', 'sabbath', 'contradiction', 'law', 'god', 'declares', 'seventh', 'day', 'sabbath', 'lord_thy', 'god', 'organization', 'denial', 'protestant', 'principle', 'religious_liberty', 'seeking', 'power', 'enforce', 'sunday', 'observance', 'civil_law', 'health', 'temperance', 'movement', 'image', 'roman', 'papacy', 'church', 'necessarily', 'emphasizes', 'principle', 'power', 'state', 'enforce', 'religious_observances', 'foretold', 'prophetic_word', 'prophet', 'shown', 'rev', 'likeness', 'image', 'papacy', 'ecclesiastical', 'organization', 'papacy', 'following', 'papal', 'principle', 'matter', 'seeking', 'compel', 'men', 'receive', 'mark', 'papal', 'apostasy', 'truth', 'everlasting', 'gospel', 'pressing', 'solemn', 'issue', 'loyalty', 'christ', 'mean', 'turn', 'unscriptural', 'tradition', 'commandment', 'god', 'faith', 'jesus', 'times_past', 'christian', 'believer', 'unwittingly', 'following', 'lead', 'papacy', 'matter', 'lord', 'hold', 'man', 'accountable', 'light', 'reformation', 'pro', 'working', 'papacy', 'image', 'papacy', 'gressive', 'work', 'past', 'message', 'everlasting', 'gospel', 'lift', 'warning', 'man_worship', 'beast', 'image', 'receive', 'mark', 'forehead', 'hand', 'shall', 'drink', 'wine', 'wrath', 'god', 'time', 'judgment', 'hour', 'god', 'lift', 'standard', 'truth', 'long', 'trodden', 'underfoot', 'heavenly', 'sanctuary', 'christ', 'closing', 'judgment', 'work', 'going', 'forward', 'preparatory', 'coming', 'consuming', 'glory', 'end', 'reign', 'sin', 'earth', 'lord', 'sending', 'gospel_message', 'men', 'warning', 'sin', 'error', 'calling', 'men', 'worship', 'god', 'commandment', 'god', 'faith', 'jesus', 'sign', 'jehovah', 'authority', 'god', 'sign', 'mark', 'authority', 'base', 'claim', 'supreme', 'authority', 'fact', 'creative_power', 'creator', 'authority', 'power', 'lord', 'true', 'god', 'hath', 'earth', 'power', 'jer', 'divinely', 'established', 'memorial', 'creative_power', 'holy', 'sabbath', 'sabbath', 'mark', 'sign', 'true', 'god', 'hallow', 'sabbath', 'shall', 'sign', 'know', 'lord', 'god', 'eze', 'mark', 'sign', 'apostasy', 'god', 'mark', 'sign', 'living', 'god', 'mark', 'men', 'receive', 'issue', 'pressed', 'soul', 'decision', 'shall', 'stand', 'banner', 'shall', 'judgment', 'hour', 'close', 'message', 'rev', 'spreading', 'world', 'year', 'thousand', 'new', 'voice', 'join', 'telling', 'printing', 'press', 'printing', 'message', 'land', 'school', 'college', 'continent', 'educating', 'thousand', 'seventh', 'day', 'adventist', 'youth', 'keeping', 'highest', 'aim', 'life', 'hastening', 'advent_message', 'revelation', 'world', 'sanitarium', 'training', 'medical', 'missionary', 'evangelist', 'ministering', 'time', 'sick', 'teaching', 'principle', 'bible', 'paul', 'time', 'ignorance', 'god', 'winked', 'commandeth', 'men', 'repent', 'hath', 'appointed', 'day', 'judge', 'world', 'righteousness', 'act', 'hour', 'god', 'judgment', 'come', 'entire', 'covering', 'papal', 'tradition', 'torn', 'aside', 'land', 'believer', 'having', 'faith', 'keeping', 'commandment', 'god', 'jesus', 'come', 'glory', 'shown', 'john', 'isle', 'patmos', 'coming', 'judgment', 'hour', 'rise', 'advent_movement', 'heralding', 'message', 'nation', 'john', 'saw', 'vision', 'nearly', 'thousand', 'year', 'ago', 'fulfilling', 'eye', 'today', 'sabbath', 'day', 'caption', 'michigan', 'christian', 'advocate', 'issue', 'dec', 'seventh', 'day', 'adventist', 'task', 'trying', 'foist', 'gullible', 'people', 'peculiar', 'interpretation', 'prophecy', 'assumption', 'saturday', 'sabbath', 'introduction', 'writer', 'proceeds', 'argue', 'sabbath', 'question', 'sunday', 'christian_sabbath', 'cite', 'extract', 'early', 'historian', 'eusebius', 'cyprian', 'tertullian', 'justin', 'martyr', 'fails', 'chapter', 'verse', 'command', 'bible', 'authorizing', 'sunday', 'historian', 'cited', 'contain', 'proof', 'point', 'speaking', 'concerning', 'seventh', 'day', 'editor', 'god', 'particular_day', 'holy', 'specified', 'holy', 'rest', 'specify', 'day', 'week', 'holy', 'rest', 'observed', 'god', 'particular_day', 'holy', 'doe', 'learned', 'editor', 'advocate', 'seek', 'day', 'week', 'holy', 'god', 'holy', 'men', 'remarkable', 'read', 'bible', 'pretension', 'stating', 'correctly']
root - INFO - extracting file #56500: 2017-04-Final-Corpus/RH19170111-V94-02-page13.txt
root - INFO - extracting file #57000: 2017-04-Final-Corpus/RH19171227-V94-52-page7.txt
root - INFO - ['december', 'advent', 'review', 'sabbath', 'herald', 'jerusalem', 'stand', 'forever', 'david', 'remained', 'true', 'god', 'possible', 'promise', 'fulfilled', 'david', 'unbroken', 'succession', 'literal', 'reign', 'son', 'lord', 'promised', 'people', 'walk', 'way', 'commandment', 'jerusalem', 'stand', 'forever', 'eousness', 'responded', 'appeal', 'sent', 'josiah', 'hezekiah', 'godly', 'king', 'judah', 'power', 'earth', 'beacon', 'light', 'truth', 'righteousness', 'heathen_nations', 'old_world', 'finally', 'downward', 'course', 'marked', 'apostasy', 'god', 'deep', 'seated', 'divine', 'appeal', 'son', 'david', 'lord', 'jesus_christ', 'second', 'coming', 'kingdom', 'bestowed', 'isaiah', 'utters', 'beautiful', 'prophpcy', 'concerning', 'rulership', 'kingdom', 'christ', 'unto', 'child', 'born', 'unto', 'son', 'given', 'government', 'shall', 'shoulder', 'shall', 'called', 'wonderful', 'counselor', 'mighty', 'god', 'longer', 'met', 'response', 'shall', 'come', 'pas', 'diligently', 'reign', 'zedekiah', 'lord', 'everlasting', 'father', 'prince', 'peace', 'hearken', 'unto', 'saith', 'lord', 'bring', 'burden', 'gate', 'city', 'sabbath', 'day', 'hallow', 'sabbath', 'day', 'work', 'shall', 'enter', 'gate', 'city', 'king', 'prince', 'sitting', 'throne', 'david', 'riding', 'chariot', 'horse', 'prince', 'men', 'judah', 'inhabitant', 'jerusalem', 'city', 'shall', 'remain', 'forever', 'jer', 'manner', 'promise', 'fulfilled', 'david', 'descendant', 'remained', 'true', 'god', 'revealed', 'know', 'course', 'event', 'occur', 'brought', 'judah', 'army', 'nebuchadnezzar', 'remaining', 'kingdom', 'dispersed', 'nation', 'men', 'chron', 'overturn', 'overturn', 'overturn', 'zedekiah', 'david', 'literal', 'seed', 'sit', 'throne', 'israel', 'dispersion', 'tribe', 'nation', 'old_world', 'effort', 'gather', 'own_land', 'special_efforts', 'headed', 'ezra', 'nehemiah', 'reign', 'cyrus', 'darius', 'artaxerxes', 'increase', 'government', 'peace', 'shall', 'end', 'throne', 'david', 'kingdom', 'order', 'establish', 'judgment', 'justice', 'henceforth', 'forever', 'zeal', 'lord', 'host', 'perform', 'isa', 'christ', 'advent', 'likens', 'certain', 'nobleman', 'went', 'far', 'country', 'receive', 'kingdom', 'return', 'luke', 'psalmist', 'describes', 'christ', 'seed', 'shall', 'posse', 'gate', 'enemy', 'declare', 'decree', 'lord_hath', 'said', 'unto', 'thou', 'art', 'son', 'day', 'israel', 'rebelled', 'god', 'named', 'king', 'effort', 'begotten', 'thee', 'ask', 'shall', 'thee', 'heathen', 'thine', 'inheritance', 'uttermost_parts', 'earth', 'thy', 'possession', 'thou', 'shalt', 'break', 'rod', 'iron', 'thou', 'shalt', 'dash', 'piece', 'like', 'potter', 'vessel', 'captivity', 'tribe', 'solomon', 'direct', 'descendant', 'david', 'led', 'israel', 'apostasy', 'repented', 'departure', 'god', 'prepared', 'way', 'greater', 'apostasy', 'followed', 'son', 'rehoboam', 'rehoboam', 'reign', 'israel', 'divided', 'kingdom', 'day', 'come', 'iniquity', 'shall', 'successful', 'partial', 'revival', 'jewish', 'state', 'existed', 'independent', 'nationality', 'wholly', 'persian', 'colony', 'capture', 'zedekiah', 'lord', 'ezekiel', 'uttered', 'solemn', 'prophetic', 'declaration', 'time', 'kingdom', 'bestowal', 'kingdom', 'place', 'connection', 'great', 'judgment', 'describing', 'scene', 'witnessed', 'holy', 'vision', 'prophet', 'declares', 'thou', 'profane', 'wicked', 'prince', 'israel', 'end', 'saith', 'lord', 'god', 'remove', 'diadem', 'crown', 'shall', 'exalt', 'low', 'abase', 'high', 'overwere', 'required', 'render', 'conseturn', 'overturn', 'overturn', 'shall', 'garment', 'white', 'snow', 'hair', 'come', 'right', 'king', 'refused', 'accede', 'demand', 'tribe', 'lessen', 'laboriousness', 'royal', 'service', 'beheld', 'till', 'throne', 'cast', 'ancient', 'day', 'sit', 'quence', 'revolted', 'chose', 'jeroboam', 'king', 'history', 'rapidly', 'downward', 'redeeming', 'trait', 'character', 'possessed', 'king', 'ship', 'world', 'diadem', 'sand', 'ministered', 'unto', 'thou', 'finally', 'iniquity', 'great', 'taken', 'head', 'zedekiah', 'god', 'sold', 'hand', 'kingdom', 'israel', 'world', 'assyrian', 'carried', 'dominion', 'passed', 'nebuchadnezzar', 'eze', 'head', 'like', 'pure', 'wool', 'throne', 'like', 'fiery', 'flame', 'wheel', 'burning', 'fiery', 'stream', 'issued', 'came', 'forth', 'thousand', 'thou', 'scripture', 'indicates', 'overturnings', 'ruleraway', 'captive', 'assyrian', 'colonist', 'kingdom', 'earth', 'like', 'son', 'man', 'came', 'settled', 'land', 'israel', 'subject', 'sovereignty', 'babyloclouds', 'heaven', 'came', 'ancient', 'day', 'brought', 'near', 'hint', 'given', 'dominion', 'glory', 'kingdom', 'people', 'nation', 'language', 'serve', 'dominion', 'everlasting', 'dominion', 'shall', 'pas', 'away', 'kingdom', 'shall', 'destroyed', 'verse', 'concerning', 'future_state', 'nation', 'men', 'run', 'course', 'human_history', 'closed', 'daniel', 'verse', 'kingdom', 'dominion', 'greatness', 'kingdom', 'whole_heaven', 'shall', 'given', 'people', 'saint', 'high', 'kingdom', 'everlasting', 'kingdom', 'dominion', 'shall', 'serve', 'obey', 'abraham', 'disappointed', 'time', 'israel', 'god', 'age', 'looked', 'forward', 'sacred', 'record', 'declares', 'ninth', 'year', 'hoshea', 'king', 'assyria', 'took', 'samaria', 'carried', 'israel', 'away', 'assyria', 'placed', 'halah', 'habor', 'river', 'gozan', 'city', 'medes', 'king', 'assyria', 'brought', 'men', 'babylon', 'cuthah', 'ava', 'hamath', 'sepharvaim', 'placed', 'city', 'samaria', 'instead', 'child', 'israel', 'possessed', 'samaria', 'dwelt', 'city', 'thereof', 'king', 'nian', 'rule', 'continued', 'till', 'succeeded', 'medo', 'persia', 'constituted', 'overturning', 'medo', 'persian', 'rule', 'continued', 'till', 'succeeded', 'grecian', 'constituted', 'second', 'overturning', 'passing', 'world', 'dominion', 'rome', 'constituted', 'overturning', 'coming', 'seed', 'prophecy', 'declares', 'shall', 'come', 'right', 'captivity', 'judah', 'tribe', 'remained', 'rehowhom', 'doe', 'refer', 'certainly', 'boam', 'reign', 'reign', 'successor', 'judah', 'passed', 'complex', 'checkered', 'history', 'god', 'sought', 'prophet', 'bring', 'people', 'standard', 'rightcan', 'refer', 'seed', 'abraham', 'posse', 'gate', 'enemy', 'david', 'line', 'perpetuate', 'eternity', 'rule', 'david', 'throne', 'seed', 'abraham', 'sand', 'time', 'thousand', 'stood', 'judgment', 'set', 'book', 'opened', 'dan', 'saw', 'night', 'vision', 'behold']
root - INFO - extracting file #57500: 2017-04-Final-Corpus/RH19190109-V96-02-page4.txt
root - INFO - extracting file #58000: 2017-04-Final-Corpus/RH19191016-V96-42-page29.txt
root - INFO - ['october', 'advent', 'review', 'sabbath', 'herald', 'porekin', 'union', 'conveiiences', 'mission', 'australasian', 'british', 'scandinavian', 'latin', 'month', 'vacation', 'singapore', 'school', 'great_help', 'malay', 'literature', 'work', 'book', 'held', 'man', 'translating', 'brother', 'munson', 'man', 'work', 'chinese', 'literature', 'certainly', 'blessed', 'god', 'failure', 'men', 'work', 'boy', 'sixteen_years', 'age', 'averaging', 'week', 'gold', 'month', 'started', 'new', 'men', 'gone', 'chinese', 'colporteurs', 'student', 'work', 'month', 'aim', 'permanent', 'col', 'west', 'german', 'central', 'german', 'east', 'german', 'south', 'african', 'japan', 'korean', 'philippine', 'manchurian', 'malaysian', 'north', 'china', 'south', 'china', 'central', 'china', 'hawaiian', 'guatemala', 'salvador', 'jamaica', 'west', 'caribbean', 'south', 'caribbean', 'porto', 'rican', 'cuban', 'mexican', 'venezuela', 'inca', 'brazilian', 'brazil', 'union', 'miss', 'austral', 'foreign', 'total', 'north', 'amer', 'total', 'grand', 'total', 'porteurs', 'mullinex', 'comparative', 'summary', 'foreign', 'periodical', 'january', 'copy', 'value', 'jan', 'copy', 'value', 'february', 'copy', 'value', 'feb', 'copy', 'value', 'march', 'copy', 'value', 'march', 'copy', 'value', 'april', 'copy', 'value', 'april', 'copy', 'value', 'copy', 'value', 'copy', 'value', 'june', 'copy', 'value', 'june', 'copy', 'value', 'july', 'copy', 'value', 'july', 'copy', 'value', 'august', 'copy', 'value', 'aug', 'copy', 'value', 'comparative', 'summary', 'american', 'periodical', 'january', 'february', 'march', 'april', 'june', 'total', 'january', 'february', 'march', 'april', 'june', 'july', 'august', 'september', 'october', 'november', 'december', 'july', 'august', 'september', 'october', 'november', 'december', 'comparative', 'book', 'summary', 'month', 'total', 'multiply', 'number', 'magazine', 'month', 'cent', 'value', 'central', 'union', 'colporteurs', 'stayed', 'work', 'harvest_time', 'july', 'richly', 'rewarded', 'order', 'averaging', 'hour', 'sale', 'hour', 'profit', 'heard', 'quit', 'worked', 'wheat', 'harvest', 'wage', 'bright_hope', 'seeing', 'result', 'kingdom', 'outshines', 'blosser', 'outlook', 'malaysia', 'extended', 'trip', 'field', 'office', 'great_need', 'assistant', 'certainly', 'evidence', 'trip', 'away', 'office', 'month', 'went', 'shanghai', 'meeting', 'coming', 'manila', 'borneo', 'held', 'institute', 'borneo', 'probably', 'wildest', 'field', 'fine', 'young', 'men', 'institute', 'brought', 'federated', 'malay', 'state', 'canvassing', 'outlook', 'malaysia', 'certainly', 'great', 'probably', 'richest', 'field', 'east', 'fifth', 'world', 'tin', 'supply', 'world', 'rubber', 'half', 'coffee', 'nearly', 'spice', 'produced', 'viewing', 'balmy', 'country', 'standpoint', 'wealth', 'combined', 'beauty', 'tropic', 'consider', 'paradise', 'undoubtedly', 'greatest', 'opportunity', 'world', 'advancement', 'book_work', 'advancement', 'place', 'general_conference', 'realize', 'desperate', 'condition', 'facing', 'brother', 'munson', 'editor', 'malay', 'literature', 'returning', 'america', 'june', 'man', 'capable', 'reading', 'translating', 'editorial', 'work', 'feel', 'man', 'immediately', 'place', 'leaving', 'vacant', 'need', 'bookman', 'java', 'great', 'foreigner', 'supervise', 'great', 'island', 'field', 'native', 'chinese', 'assistant', 'ailebitat', 'izziortarp', 'apartment', 'hansen', 'secretary', 'miller', 'assistant_secretary', 'fall', 'victim', 'flu', 'rule', 'saving', 'influenza', 'conveyed', 'fresh', 'secretion', 'nose', 'mouth', 'avoid', 'people', 'coughing', 'sneezing', 'attend', 'crowd', 'large', 'gathering', 'indoors', 'outdoors', 'foot', 'person', 'talking', 'cough', 'sneeze', 'cover', 'nose', 'mouth', 'handkerchief', 'turn', 'face', 'downward', 'use', 'cup', 'eating', 'utensil', 'thoroughly', 'washing', 'boiling', 'mouth', 'finger', 'pencil', 'thing', 'belong', 'wash', 'hand', 'eating', 'eat', 'plenty', 'simple', 'nourishing', 'food', 'sleep', 'work', 'room', 'filled', 'fresh_air', 'body', 'warm', 'influenza', 'immediately', 'bed', 'ward', 'pneumonia', 'stay', 'bed', 'day', 'fever', 'subsides', 'avoid', 'subsequent', 'weakness', 'viirginia', 'health', 'bulletin', 'effect', 'influenza', 'influenza', 'treacherous', 'disease', 'patient', 'learned', 'sorrow', 'usually', 'followed', 'long_period', 'marked', 'debility', 'patient', 'slowly', 'recovers', 'immediately', 'followed', 'fatal', 'disease', 'like', 'pneumonia', 'leaf', 'patient', 'susceptible', 'action', 'insidious', 'disease', 'like', 'tuberculosis', 'session', 'american', 'medical', 'association', 'health', 'commissioner', 'gram', 'buffalo', 'read', 'paper', 'effect', 'disease', 'city', 'following', 'quotation', 'influenza', 'infectious', 'disease', 'capable', 'exerting', 'fury', 'vital', 'body', 'wide', 'range', 'effect', 'observed', 'epidemic', 'showed', 'greatest', 'number', 'death', 'occur', 'association', 'attack', 'hut', 'fol']
root - INFO - extracting file #58500: 2017-04-Final-Corpus/RH19200708-V97-28-page15.txt
root - INFO - extracting file #59000: 2017-04-Final-Corpus/Sligo19181101-V03-04-page1.txt
root - INFO - ['thanksgiving', 'number']
root - INFO - extracting file #59500: 2017-04-Final-Corpus/SOL19020701-V17-08-page43.txt
root - INFO - extracting file #60000: 2017-04-Final-Corpus/SOL19031210-V18-49-page5.txt
root - INFO - ['drug', 'store', 'sell', 'soft', 'drink', 'cigar', 'tobacco', 'face', 'licensed', 'transgression', 'arrest', 'fine', 'imprison', 'sentence', 'county', 'road', 'brand', 'jailbird', 'convict', 'citizen', 'moral', 'honest', 'conscientious', 'god', 'fearing', 'enemy', 'thing', 'conscientiously', 'read', 'interprets', 'bible', 'principle', 'past', 'comprehension', 'travesty', 'justice', 'equal_rights', 'men', 'look', 'sunday', 'observed', 'believe', 'let', 'set', 'example', 'try', 'force', 'way', 'thinking', 'true', 'religion', 'imparted', 'example', 'love', 'persuasion', 'soul', 'driven', 'path', 'righteousness', 'kingdom', 'god', 'called', 'reading', 'bible', 'case', 'attracted', 'attention', 'comment', 'pro', 'number', 'hold', 'tom', 'religious_liberty', 'interfered', 'mayor', 'allows', 'man', 'sell', 'good', 'sunday', 'permitted', 'thing', 'talk', 'making', 'money', 'pay', 'fine', 'inclined', 'contribute', 'told', 'tom', 'proposed', 'continue', 'business', 'sunday', 'replied', 'mayor', 'eaton', 'instructed', 'chief', 'crutchfield', 'tom', 'doe', 'place', 'open', 'sunday', 'persists', 'store', 'locked', 'chief', 'paper', 'reported', 'day', 'later', 'november', 'yesterday', 'accordance', 'instruction', 'mayor', 'chief', 'crutchfield', 'went', 'tom', 'place', 'locked', 'door', 'kept', 'key', 'appears', 'tom', 'wish', 'business', 'sabbath', 'seek', 'field', 'tom', 'hege', 'compelled', 'close', 'sunday', 'observe', 'day', 'imprisoned', 'worked', 'chaingang', 'public_sentiment', 'winston', 'refuse', 'permit', 'adequately', 'secured', 'protected', 'tom', 'hege', 'rightful', 'liberty', 'prevents', 'clear', 'report', 'suppose', 'hege', 'release', 'fine', 'having', 'paid', 'citizen', 'feature', 'matter', 'prominent', 'local', 'discussion', 'alleged', 'imprisonment', 'hege', 'cell', 'negro', 'reported', 'occupant', 'cell', 'night', 'november', 'negro', 'prisoner', 'union', 'republican', 'immediately', 'inquired', 'policy', 'white', 'supremacy', 'good', 'week', 'later', 'paper', 'reported', 'received', 'number', 'comment', 'exception', 'article', 'declared', 'substance', 'opinion', 'remains', 'unchanged', 'law', 'point', 'issue', 'unjust', 'license', 'permit', 'violation', 'sunday', 'ordinance', 'hand', 'offense', 'actuated', 'conscientious', 'principle', 'punishes', 'law', 'affect', 'alike', 'farce', 'winston', 'newspaper', 'november', 'sentinel', 'quote', 'following', 'defendant', 'refused', 'pay', 'fine', 'cost', 'ground', 'recognizes', 'saturday', 'biblical', 'day', 'rest', 'day', 'tuesday', 'mayor', 'eaton', 'ordered', 'tom', 'released', 'jail', 'seen', 'reporter', 'release', 'tom', 'stated', 'sent', 'road', 'proposed', 'duty', 'admitted', 'keeping', 'store', 'open', 'sunday', 'selling', 'article', 'stated', 'released', 'proposed', 'continue', 'saturday', 'sunday', 'store', 'open', 'sunday', 'sell', 'good', 'heretofore', 'tom', 'finished', 'eating', 'breakfast', 'reporter', 'editorial', 'note', 'comment']
root - INFO - extracting file #60500: 2017-04-Final-Corpus/ST18791127-V05-45-page7.txt
root - INFO - extracting file #61000: 2017-04-Final-Corpus/ST18820126-V08-04-page1.txt
root - INFO - ['behold', 'come', 'quickly', 'reward', 'man', 'according', 'work', 'shall', 'rev', 'free', 'public', 'library', 'lit', 'eading', 'room', 'volume', 'oakland', 'california', 'fifth', 'day', 'january', 'number', 'entreated', 'samuel', 'intercede', 'prophet', 'exhorted', 'renounce', 'idol', 'atry', 'turn', 'backsliding', 'servant', 'god', 'prayed', 'blessing', 'philistine', 'interpreted', 'gathering', 'israel', 'council', 'war', 'strong', 'force', 'set', 'attack', 'disperse', 'plan', 'matured', 'tidings', 'powerful', 'foe', 'approaching', 'caused', 'great', 'terror', 'israelite', 'unarmed', 'fenseless', 'felt', 'hope', 'god', 'went', 'forth', 'army', 'victorious', 'refused', 'help', 'defeat', 'certain', 'flence', 'entreated', 'samuel', 'cease', 'unto', 'lord', 'god', 'save', 'band', 'philistine', 'great', 'earnestness', 'prophet', 'pleaded', 'divine', 'help', 'people', 'sought', 'lord', 'samuel', 'act', 'presenting', 'lamb', 'burnt', 'offering', 'philistine', 'appeared', 'distance', 'ready', 'battle', 'expecting', 'easy', 'prey', 'people', 'long', 'oppressed', 'mighty', 'descended', 'sinai', 'amid', 'smoke', 'thunder', 'parted', 'red_sea', 'way', 'jordan', 'hebrew', 'host', 'god', 'israel', 'manifested', 'power', 'vivid', 'lightning', 'flash', 'terrific', 'peal', 'thunder', 'struck', 'terror', 'advancing', 'host', 'blinding', 'glare', 'passed', 'away', 'earth', 'strewn', 'dead_body', 'armed', 'warrior', 'foe', 'military', 'skill', 'powerless', 'paralyzed', 'fear', 'philistine', 'looked', 'utter_destruction', 'raging', 'element', 'israelite', 'stood', 'silent', 'awe', 'trembling', 'hope', 'fear', 'beheld', 'slaughter', 'enemy', 'knew', 'god', 'accepted', 'repentance', 'wrought', 'behalf', 'wholly', 'unprepared', 'battle', 'seized', 'weapon', 'slaughtered', 'philistine', 'fell', 'force', 'lately', 'dreaded', 'pursued', 'fleeing', 'host', 'beth', 'car', 'signal', 'victory', 'gained', 'field', 'year', 'previous', 'israel', 'smitten', 'philistine', 'priest', 'slain', 'ark', 'god', 'taken', 'repeated', 'great', 'lesson', 'nation', 'individual', 'path', 'obedience', 'god', 'path', 'safety', 'happiness', 'trans', 'gression', 'lead', 'disaster', 'defeat', 'lord', 'purpose', 'manifest', 'power', 'delivering', 'israel', 'glory', 'permitted', 'unarmed', 'defenseless', 'challenged', 'enemy', 'captain', 'lord', 'host', 'marshalled', 'army', 'heaven', 'destroy', 'foe', 'people', 'humility', 'heart', 'obe', 'dience', 'divine_law', 'acceptable', 'god', 'costly', 'sacrifice', 'heart', 'filled', 'pride', 'hypocrisy', 'god', 'fend', 'living', 'transgression', 'law', 'israel', 'recognized', 'hand', 'god', 'deliverance', 'gratefully', 'acknowledged', 'great', 'mercy', 'occasion', 'gotten', 'samuel', 'set', 'mizpeh', 'shen', 'great', 'stone', 'memorial', 'lie', 'called', 'ebenezer', 'stone', 'help', 'saying', 'people', 'hitherto', 'hath', 'lord', 'helped', 'stone', 'stand', 'witness', 'future', 'gen', 'erations', 'testify', 'god', 'care', 'people', 'strengthen', 'faith', 'deliverer', 'philistine', 'completely', 'subdued', 'defeat', 'surrendered', 'city', 'bad', 'taken', 'israel', 'refrained', 'act', 'hostility', 'year', 'nation', 'followed', 'example', 'powerful', 'warlike', 'people', 'israelite', 'enjoyed', 'peace', 'period', 'samuel', 'sole', 'administration', 'condition', 'god', 'people', 'present', 'ate', 'ign', 'time', 'published', 'weekly', 'missionary_society', 'term', 'eta', 'page', 'prayer', 'trust', 'father', 'trying', 'faith', 'thou_hast', 'called', 'precious', 'dearest', 'lord', 'help', 'think', 'joy', 'thou', 'dost', 'send', 'good', 'trial', 'let', 'gold', 'tried', 'thine', 'own_image', 'bear', 'thy', 'strength', 'sit', 'thou_hast', 'declared', 'hold', 'tired', 'heart', 'quiver', 'inward', 'pain', 'flesh', 'shrink', 'sense', 'numbed', 'life', 'deep', 'spring', 'failing', 'depth', 'thee', 'bore', 'nature', 'like', 'human', 'saviour', 'hear', 'human', 'pity', 'thou', 'canst', 'dear', 'lord', 'earth', 'weakness', 'thou', 'didst', 'turn', 'send', 'fainting', 'multitude', 'away', 'unfed', 'shall', 'hungry', 'aching', 'heart', 'turn', 'thee', 'deep', 'need', 'thrust', 'aside', 'dear', 'lord', 'thou', 'canst', 'spurn', 'thing', 'poor', 'helpless', 'thy', 'thou_hast', 'help', 'day', 'gone', 'closer', 'closer', 'thy', 'wounded', 'press', 'need', 'suffer', 'thy', 'dear', 'arm', 'thy', 'loving', 'breast', 'prove', 'shelter', 'fail', 'utter', 'weakness', 'lay', 'thy', 'dear', 'foot', 'saviour', 'nevermore', 'joy', 'sorrow', 'lord', 'thee', 'tnerai', 'articits', 'victory', 'ebenezer', 'white', 'suffering', 'oppression', 'enemy', 'year', 'israelite', 'mourned', 'lord', 'repented', 'sin', 'bad', 'alienated', 'sought', 'return', 'allegiance', 'samuel', 'counseled', 'return_unto', 'lord', 'heart', 'away', 'strange', 'god', 'ashtaroth', 'prepare', 'heart', 'unto', 'lord', 'serve', 'deliver', 'hand', 'philistine', 'return_unto', 'lord', 'heart', 'prepare', 'heart', 'unto', 'lord', 'serve', 'practical', 'piety', 'heart', 'religion', 'taught', 'day', 'samuel', 'taught', 'christ', 'earth', 'teacher', 'virtually', 'dis', 'pensations', 'god', 'claim', 'grace', 'christ', 'outward', 'form', 'religion', 'valueless', 'ancient', 'israel', 'modern', 'israel', 'plea', 'self', 'righteousness', 'unavailing', 'hope', 'ground', 'based', 'sacrifice', 'vic', 'tory', 'saviour', 'obedience', 'god', 'required', 'day', 'moses', 'joshua', 'samuel', 'forced', 'world', 'redeemer', 'samuel', 'endeavored', 'impress', 'israel', 'fact', 'secure', 'divine', 'favor', 'repent', 'sin', 'away', 'idol', 'prophet', 'succeeded', 'arousing', 'people', 'lethargy', 'sin', 'greatly', 'desired', 'awakening', 'result', 'general', 'perma', 'nent', 'reformation', 'cooperation', 'bead', 'tribe', 'large', 'assembly', 'convened', 'mizpeh', 'solemn', 'fast', 'held', 'deep', 'humiliation', 'people', 'confessed', 'sin', 'poured', 'water', 'lord', 'symbol', 'supplication', 'poured', 'divine', 'favor', 'tear', 'sorrow', 'sin', 'gratitude', 'lord', 'gracious', 'merciful', 'evidence', 'determination', 'obey', 'instruction', 'heard', 'invested', 'samuel', 'authority', 'judge', 'remembering', 'prayer', 'moses', 'prevailed', 'god', 'israel', 'people', 'day', 'similar', 'idolatrous', 'israel', 'bear', 'christian', 'serving', 'god', 'lord', 'creator', 'mands', 'supreme', 'devotion', 'allegiance', 'tends', 'abate', 'love', 'god', 'interfere', 'service', 'idol', 'land', 'house', 'merchandize', 'idol', 'business', 'enterprise', 'prosecuted', 'zeal', 'ergy', 'service', 'god', 'secondary', 'consideration', 'family', 'worship', 'neglected', 'secret', 'prayer', 'forgotten', 'claim', 'deal', 'justly', 'fellow', 'men', 'feel', 'discharge', 'whole_duty', 'command', 'ments', 'decalogue', 'love', 'lord', 'god', 'heart', 'short', 'obedience', 'precept', 'supreme', 'love', 'god', 'equal', 'love', 'fellow', 'men', 'satisfy', 'claim', 'divine_lawihere', 'heart', 'hardened', 'prosperity', 'forget', 'god', 'forget', 'want', 'fellow', 'men', 'professed_christians', 'adorn', 'jewelry', 'lace', 'costly', 'apparel', 'lord', 'poor', 'suffer', 'necessary', 'life', 'men', 'woman', 'claim', 'redemption', 'saviour', 'blood', 'squander', 'mean', 'intrusted', 'saving', 'soul', 'grudging', 'dole', 'offering', 'religion', 'giving', 'liberally', 'bring', 'honor', 'idolater', 'church', 'member', 'expend', 'lord', 'money', 'various_forms', 'self', 'indulgence', 'mean', 'needed', 'sustain', 'church', 'fair', 'theatrical', 'entertainment', 'grand', 'supper', 'given', 'professed_christians', 'unite', 'worldling', 'mirth', 'frivolity', 'feasting', 'display', 'time', 'far', 'worse', 'practice', 'slightly', 'different', 'form', 'denounced', 'crime', 'law', 'land', 'obtain', 'mean', 'religion', 'actuated', 'desire', 'sensual', 'gratification', 'base', 'idolatry', 'history', 'saviour', 'life', 'humiliation', 'self', 'denial', 'sacrifice', 'looked', 'old_story', 'distasteful', 'refined', 'imagination', 'doe', 'posse', 'sufficient', 'inter', 'est', 'stir', 'heart', 'lead', 'self', 'denial', 'christ', 'sake', 'sake', 'soul', 'died', 'large_proportion', 'christian_world', 'saying', 'practice', 'let', 'eat', 'drink', 'morrow', 'die', 'religion', 'elevating', 'ennobling', 'influence', 'society', 'gift', 'god', 'acknowledge', 'great', 'mercy', 'god', 'bear', 'perversity', 'creature', 'spring', 'earth', 'clothed', 'verdure', 'freshness', 'beauty', 'bring', 'mind', 'thought', 'creator', 'field', 'grain', 'waving', 'sunshine', 'summer', 'autumn', 'breeze', 'tell', 'giveth', 'child', 'daily_bread', 'tree', 'bending', 'burden', 'rich', 'fruit', 'proclaim', 'mercy', 'nevolence', 'men', 'blinded', 'selfishness', 'andi', 'mammon', 'discern', 'gain', 'shall', 'coffer', 'cattle', 'thousand', 'hill', 'speak', 'acknpwledge', 'care', 'great', 'shepherd', 'bird', 'forest', 'sing', 'sweetest', 'strain', 'praise', 'god', 'heaven', 'declare', 'glory', 'firmament', 'showeth', 'hithdiwork', 'thing', 'nature', 'earth', 'teeming', 'bounty', 'blessing', 'mind', 'away', 'self', 'honor', 'adore', 'lord', 'god', 'creator', 'men', 'feel', 'duty', 'return', 'thanks', 'giver', 'good', 'appropriate', 'gift', 'providence', 'hold', 'aloof', 'fellow', 'men', 'tbou', 'whrlelv']
root - INFO - extracting file #61500: 2017-04-Final-Corpus/ST18840207-V10-06-page5.txt
root - INFO - extracting file #62000: 2017-04-Final-Corpus/ST18860128-V12-04-page3.txt
root - INFO - ['sign', 'time', 'observer', 'sabbatarian', 'end', 'think', 'position', 'association', 'working', 'people', 'clearly', 'proved', 'enforcement', 'seen', 'prophecy', 'taught', 'widely', 'sunday', 'law', 'facility', 'allow', 'openforcement', 'mark', 'beast', 'rev', 'posing', 'seeing', 'movement', 'work', 'ultimately', 'bring', 'adhernot', 'laugh', 'heartily', 'ents', 'unmingled', 'wrath', 'offended', 'god', 'association', 'assiduously', 'rev', 'working', 'direction', 'prophecy', 'fully', 'aware', 'indicates', 'brought', 'zealously', 'working', 'sunday', 'day', 'public_sentiment', 'ripe', 'movement', 'mind', 'called', 'soon', 'think', 'nature', 'work', 'set', 'prophetic', 'word', 'conspires', 'forth', 'prophecy', 'abandon', 'generation', 'reached', 'design', 'properly', 'informed', 'living', 'complete', 'fulfillment', 'sight', 'god', 'responsible', 'wrong', 'prophecy', 'conviction', 'strengthpositions', 'opportunity', 'know', 'ened', 'agent', 'aside', 'better', 'opportunity', 'inform', 'national', 'reform', 'party', 'entering', 'field', 'brings', 'responsibility', 'john', 'assist', 'work', 'public_sentiment', 'getting', 'strong', 'stood', 'firmly', 'cause', 'favor', 'sunday', 'law', 'men', 'temperance', 'lent', 'hand', 'profession', 'religion', 'uproot', 'evil', 'strong_drink', 'law', 'compel', 'men', 'sunday', 'gone', 'farther', 'taught', 'truly', 'consider', 'strong', 'ortemperate', 'man', 'abstain', 'use', 'ganization', 'woman', 'christian', 'tempertobacco', 'hurtful', 'indulgence', 'ance', 'union', 'composed', 'zealous', 'rejoiced', 'good_work', 'temperance', 'woman', 'land', 'prohithe', 'prohibitionist', 'woman', 'christian', 'bition', 'party', 'allied', 'national', 'temperance', 'union', 'sorry', 'working', 'strict', 'sunday', 'law', 'solid', 'alliance', 'forming', 'highly', 'probable', 'sentiabove', 'organization', 'national', 'reform', 'ment', 'soon', 'formed', 'strong', 'pas', 'association', 'according', 'christian', 'statesthe', 'law', 'inflict', 'penalty', 'observance', 'sunday', 'clearly', 'national', 'reform', 'main', 'reform', 'favor', 'sunday', 'law', 'soon', 'trought', 'mind', 'seventh', 'day', 'working', 'enforcement', 'sunday', 'matter', 'worked', 'little', 'saturday', 'sunday', 'lord', 'sabobservance', 'law', 'add', 'class', 'law', 'passed', 'suit', 'bath', 'issue', 'fully', 'joined', 'men', 'prohibition', 'party', 'bringing', 'dragon', 'voice', 'heard', 'imago', 'law', 'horned', 'beast', 'law', 'glorious', 'day', 'beast', 'set', 'mark', 'enforced', 'god', 'believed', 'taught', 'cause', 'national', 'reform', 'party', 'energy', 'blinded', 'corrupted', 'religious', 'stand', 'bible', 'sabtriumphs', 'recent', 'utterance', 'national', 'zeal', 'january', 'tending', 'event', 'passing', 'viewed', 'student', 'prophecy', 'anxious', 'eye', 'fulfillment', 'god', 'ancient', 'prediction', 'inspires', 'confidence', 'word', 'god', 'world', 'history', 'god', 'seen', 'fit', 'reveal', 'word', 'event', 'foliow', 'consecutive', 'order', 'till', 'behold', 'lord', 'glory', 'descends', 'earth', 'tor', 'people', 'great', 'monarchy', 'predicted', 'daniel', 'chapter', 'fulfilled', 'work', 'assigned', 'prophecy', 'reached', 'end', 'day', 'daniel', 'momentous', 'work', 'cleansing', 'heavenly', 'sanctuary', 'understand', 'work', 'judging', 'righteous', 'progress', 'vision', 'john', 'recorded', 'book', 'revelation', 'look', 'nearly', 'fulfilled', 'portion', 'unfulfilled', 'closing', 'message', 'chapter', 'work', 'horned', 'beast', 'chapter', 'consider', 'condition', 'work', 'pushed', 'completion', 'short_time', 'second', 'link', 'particular', 'chain', 'symbol', 'reach', 'second', 'coming', 'christ', 'desire', 'notice', 'particularly', 'determine', 'possible', 'condition', 'people', 'took', 'position', 'thirtyfive', 'year', 'ago', 'horned', 'beast', 'symbolized', 'united', 'state', 'dragon', 'bath', 'statesman', 'issue', 'appeared', 'expect', 'voice', 'verse', 'heard', 'free', 'woman', 'christian', 'temperance', 'union', 'manumission', 'slave', 'year', 'america', 'way', 'religious', 'persecution', 'noble', 'ally', 'helper', 'issue', 'july', 'time', 'sentiment', 'persecution', 'result', 'record', 'enthusiasm', 'formed', 'brief', 'space', 'rebellion', 'trying', 'enforce', 'mark', 'papal', 'beast', 'nomination', 'prohibitionist', 'rev', 'arose', 'suppressed', 'slave', 'verse', 'shown', 'leonard', 'governor', 'ohio', 'free', 'case', 'large', 'pulpit', 'press', 'stating', 'zealous', 'worker', 'cause', 'corp', 'worker', 'moulding', 'public_sentiment', 'man', 'sept', 'organ', 'reform', 'republic', 'like', 'public_sentiment', 'soon', 'association', 'platform', 'ohio', 'prohibibecomes', 'law', 'example', 'late', 'rebelltionists', 'declares', 'christian', 'civil', 'sabion', 'late', 'viewing', 'thing', 'bath', 'knowing', 'precept', 'enjoins', 'woman', 'christian', 'temperance', 'union', 'seventh', 'day', 'week', 'politics', 'shall', 'redeemed', 'taken', 'sider', 'question', 'stand', 'special', 'object', 'wrath', 'hand', 'prince', 'world', 'given', 'prophecy', 'clear', 'earnestly', 'enforcing', 'rigid', 'sunday', 'law', 'hand', 'lord', 'christ', 'prayerfully', 'studied', 'reject', 'god', 'enacted', 'government', 'woman', 'christian', 'temperance', 'union', 'plain', 'commandment', 'labor', 'enforce', 'day', 'began', 'present', 'view', 'recently', 'adopted', 'depart', 'neat', 'work', 'commanded', 'holy', 'public', 'met', 'ridicule', 'hand', 'bringing', 'strict', 'observance', 'certainly', 'fighting', 'idea', 'persecution', 'arising', 'amer', 'sunday', 'stephenson', 'superinhim', 'privilege', 'inica', 'freedom', 'law', 'institutendent', 'department', 'sabbath', 'observform', 'choose', 'right', 'let', 'tions', 'said', 'permit', 'loyal', 'ance', 'pennsylvania', 'reporting', 'progress', 'wise', 'avoid', 'fearful', 'consecitizen', 'misused', 'account', 'conicienof', 'work', 'statesman', 'quences', 'rejecting', 'word', 'god', 'tiously', 'adopting', 'religion', 'moral', 'tenfirst', 'report', 'thought', 'place', 'dency', 'good', 'glance', 'reason', 'establishment', 'variance', 'religion', 'neighbor', 'notwithstanding', 'assurance', 'national_constitution', 'jeer', 'opposed', 'teaching', 'considered', 'maintenance', 'sabbath', 'law', 'right', 'prophecy', 'clear', 'fearlessly', 'taught', 'went', 'score', 'year', 'party', 'arisen', 'midst', 'concluding', 'report', 'add', 'cause', 'want', 'hear', 'man', 'specavowed', 'object', 'amending', 'constitution', 'linked', 'inseparably', 'cause', 'tator', 'recently', 'heard', 'somewhat', 'prosy', 'speaker', 'united', 'state', 'acknowledge', 'christ', 'sabbath', 'stand', 'fall', 'consume', 'mortal', 'minute', 'torturing', 'king', 'nation', 'law', 'god', 'america', 'lose', 'sabbath', 'bean', 'audience', 'waiting', 'hear', 'fundamental_principle', 'supreme_law', 'come', 'temperate', 'nation', 'working', 'man', 'worse', 'think', 'land', 'course', 'object', 'suppression', 'sabbath', 'desecration', 'dothe', 'storm', 'applause', 'greeted', 'retirethis', 'christ', 'interpret', 'ing', 'temperment', 'speaker', 'desk', 'exhibition', 'father', 'law', 'jot', 'tittle', 'ance', 'reformation', 'prevail', 'approval', 'relief', 'committee', 'law', 'shall', 'pas', 'away', 'matt', 'statement', 'clearly', 'arrangement', 'impossible', 'ungraof', 'branch', 'woman', 'christian', 'temperance', 'union', 'work', 'wisdom', 'suggested', 'justified', 'mind', 'speaking', 'public', 'assembly', 'great', 'meeting', 'exercise', 'wearisome', 'majority', 'listener', 'gathered', 'observance', 'lord', 'day', 'appears', 'worthy', 'object', 'vitally', 'think', 'edified', 'listening', 'connected', 'temperance', 'reformation', 'exclusively', 'cording', 'interpretation', 'seventh', 'day', 'body', 'active', 'worker', 'rapidly', 'mak', 'sabbath', 'proper', 'observe', 'ing', 'cause', 'taught', 'law', 'glad', 'cause', 'temperance', 'advancing', 'jot', 'tittle', 'remain', 'saddens', 'sunday', 'movement', 'force', 'national', 'reform', 'assobrought', 'sunday', 'sanctity', 'christian', 'union', 'ciation', 'assumed', 'working', 'tablished', 'divine_authority', 'differfor', 'change', 'national', 'constituent', 'usurper', 'pleasant', 'remember', 'tion', 'law', 'god', 'requires', 'observthe', 'authority', 'men', 'establishment', 'best', 'station', 'humble', 'ance', 'sunday', 'stringent', 'raise', 'voice', 'atwe', 'serve', 'jesus', 'acceptably', 'sunday', 'law', 'require', 'observe', 'tention', 'fact', 'god', 'asks', 'occupy', 'responsible', 'posino', 'matter', 'christian', 'infidel', 'sunday', 'work', 'proposed', 'sunda', 'tions', 'hope', 'reader', 'carefully', 'concious', 'restrain', 'fluent', 'tongue', 'justice', 'long', 'suffering', 'patient', 'public', 'ought', 'place', 'point', 'programme', 'work', 'harm', 'viz', 'end', 'tait']
root - INFO - extracting file #62500: 2017-04-Final-Corpus/ST18880330-V14-13-page7.txt
root - INFO - extracting file #63000: 2017-04-Final-Corpus/ST18930306-V19-18-page11.txt
root - INFO - ['bor', 'smith', 'whispered', 'man', 'guessed', 'little', 'old', 'newberry', 'smith', 'half', 'drunk', 'day', 'follows', 'example', 'drinking', 'wonder', 'follow', 'stop', 'maybe', 'help', 'save', 'wife', 'child', 'lot', 'trouble', 'resounding', 'whack', 'arm', 'chair', 'voice', 'melted', 'reverent', 'determination', 'exclaimed', 'write', 'strongest', 'kind', 'pledge', 'sign', 'try', 'save', 'stnith', 'union', 'signal', 'look', 'rock', 'gentleman', 'crossing', 'english', 'channel', 'stood', 'near', 'helmsman', 'calm', 'pleasant', 'evening', 'dreamed', 'possible', 'danger', 'good', 'ship', 'sudden', 'flapping', 'sail', 'wind', 'shifted', 'caught', 'ear', 'officer', 'watch', 'sprang', 'wheel', 'examining', 'closely', 'compass', 'half', 'point', 'course', 'said', 'sharply', 'man', 'wheel', 'deviation', 'corrected', 'officer', 'returned', 'post', 'steer', 'accurately', 'said', 'looker', 'half', 'point', 'thought', 'ali', 'half', 'point', 'place', 'bring', 'directly', 'rock', 'said', 'life', 'half', 'point', 'strict', 'truthfulness', 'strand', 'rock', 'falsehood', 'half', 'point', 'perfect', 'honesty', 'steering', 'right', 'rock', 'crime', 'kindred', 'vice', 'beginning', 'small', 'climb', 'summit', 'bound', 'little', 'step', 'time', 'people', 'think', 'lightly', 'small', 'sin', 'rock', 'look', 'fearful', 'selected', 'carnivorous', 'plant', 'naturalist', 'carefully', 'studied', 'flora', 'iliuna', 'central', 'merica', 'singular', 'growth', 'swamp', 'surround', 'great', 'lake', 'nicaragua', 'engaged', 'huntingbotaniqa', 'entomological', 'specimen', 'swamp', 'known', 'san', 'sebastian', 'heard', 'hisdog', 'agony', 'distance', 'running', 'spot', 'animal', 'came', 'enveloped', 'network', 'rope', 'wire', 'tissue', 'fiber', 'difficulty', 'setting', 'dog', 'free', 'released', 'carlo', 'hairless', 'skin', 'appeared', 'actually', 'sucked', 'puckered', 'spot', 'staggered', 'weakness', 'exhaustion', 'cutting', 'vine', 'twig', 'curled', 'like', 'living', 'sinuous', 'finger', 'naturalist', 'hand', 'required', 'slight', 'force', 'free', 'member', 'clinging', 'grasp', 'left', 'flesh', 'red', 'blistered', 'gum', 'exuding', 'vine', 'grayish', 'dark', 'tinge', 'remarkably', 'adhesive', 'disagreeable', 'animal', 'odor', 'number', 'infinitesimal', 'mouth', 'little', 'sucker', 'ordinarily', 'closed', 'open', 'reception', 'food', 'gum', 'exuded', 'serve', 'twofold', 'purpose', 'increasing', 'tenacity', 'overcoming', 'victim', 'sickening', 'odor', 'plant', 'low', 'wet', 'place', 'usually', 'beneath', 'large', 'tree', 'dormant', 'network', 'dry', 'vine', 'covering', 'black', 'earth', 'foot', 'coming', 'contact', 'instantly', 'begin', 'twist', 'twine', 'upward', 'horrible', 'lifelike', 'manner', 'breaking', 'gumlike', 'substance', 'spoke', 'enwrapping', 'object', 'celerity', 'incredible', 'substance', 'animal', 'blood', 'drawn', 'carcass', 'refuse', 'dropped', 'lump', 'raw', 'meat', 'thrown', 'short_time', 'minute', 'blood', 'thoroughly', 'drunk', 'mass', 'thrown', 'aside', 'voracity', 'belief', 'devouring', 'time', 'pound', 'meat', 'deprived', 'food', 'week', 'apparent', 'loss', 'vitality', 'irish', 'time', 'time', 'meal', 'dinner', 'eaten', 'morning', 'believed', 'word', 'dinner', 'spring', 'corruption', 'word', 'dixheures', 'indicating', 'time', 'old', 'norman', 'day', 'meal', 'taken', 'mere', 'idea', 'having', 'dinner', 'barbarous', 'hour', 'clock', 'morning', 'probability', 'send', 'modern', 'chef', 'fit', 'early', 'time', 'person', 'quality', 'country', 'france', 'partook', 'meal', 'froissart', 'mention', 'waiting', 'duke', 'lancaster', 'clock', 'afternoon', 'lie', 'supped', 'reign', 'francis', 'louis', 'xii', 'france', 'fashionable', 'people', 'dined', 'clock', 'supped', 'latest', 'clock', 'evening', 'north', 'umberland', 'household', 'book', 'bearing', 'date', 'learn', 'family', 'rose', 'clock', 'breakfasted', 'clock', 'dined', 'clock', 'supped', 'clock', 'shut', 'gate', 'speaking', 'generally', 'dinner', 'hour', 'later', 'country', 'france', 'louis', 'xiv', 'dine', 'till', 'clock', 'contemporary', 'cromwell', 'charles', 'took', 'meal', 'clock', 'hour', 'advanced', 'clock', 'duchess', 'sumerset', 'dinner', 'time', 'clock', 'cowper', 'speaks', 'clock', 'fashionable', 'time', 'battle', 'waterloo', 'time', 'beau', 'monde', 'took', 'substantial', 'meal', 'present_day', 'nobility', 'dine', 'clock', 'year', 'dinner', 'hour', 'gradually', 'moved', 'hour', 'day', 'dinner', 'hour', 'early', 'previous', 'meal', 'taken', 'chamber', 'journal', 'generous', 'alive', 'felt', 'great_mistake', 'generous', 'till', 'dead', 'place', 'lose', 'pleasure', 'witnessing', 'good', 'administer', 'gift', 'great_pleasure', 'brought', 'personal', 'relation', 'kind', 'people', 'feel', 'philanthropist', 'abstract', 'interested', 'personally', 'care', 'welfare', 'way', 'benefit', 'merely', 'natural', 'way', 'youmake', 'feel', 'men', 'brother', 'help', 'feeling', 'agreeable', 'apt', 'prompt', 'carry', 'principle', 'let', 'feel', 'codtribute', 'charitable', 'fund', 'help', 'inconvenience', 'soon', 'come', 'consider', 'worth', 'inconvenience', 'child', 'chloroform', 'spring', 'seldom', 'reporter', 'search', 'news', 'fails', 'item', 'worthy', 'school', 'superintendent', 'stout', 'thoroughly', 'conversant', 'pertaining', 'educational', 'matter', 'expert', 'mineralogist', 'spends', 'greater', 'summer_vacation', 'pursuit', 'favorite', 'vocation', 'mountain', 'butte', 'conversation', 'day', 'told', 'wonderful', 'mineral', 'spring', 'flowed', 'mountain_side', 'mile', 'butte', 'creek', 'house', 'near', 'plumas', 'county', 'line', 'spring', 'calk', 'stout', 'attention', 'year', 'ago', 'camping', 'vicinity', 'old', 'prospector', 'called', 'chloroform', 'spring', 'water', 'flowed', 'differ', 'appearance', 'taste', 'water', 'spring', 'slightly', 'brackish', 'effect', 'followed', 'drinking', 'water', 'remarkable', 'small', 'cupful', 'course', 'half', 'hour', 'render', 'drinker', 'totally', 'insensible', 'remain', 'dead', 'hour', 'white_man', 'tried', 'experiment', 'drinking', 'described', 'effect', 'unlike', 'resulting', 'heavy', 'narcotic', 'indian', 'curious', 'spring', 'known', 'generation', 'beep', 'sleep', 'spring', 'said', 'poor', 'weary', 'red', 'man', 'entered', 'happy', 'hunting', 'ground', 'medium', 'water', 'stout', 'state', 'saw', 'spring', 'summer', 'carcass', 'deer', 'numerous', 'smaller', 'animal', 'immediate', 'neighborhood', 'drunk', 'water', 'overcome', 'died', 'effect', 'examination', 'geological', 'construction', 'immediate', 'section', 'failed', 'mineral', 'account', 'peculiar', 'power', 'water', 'far', 'known', 'analysis', 'groville', 'cal', 'mercury', 'date', 'washington', 'birthday', 'question', 'asked', 'young', 'reader', 'person', 'claim', 'washington', 'born', 'febrty', 'ary', 'celebrated', 'birthday', 'washington', 'born', 'february', 'old', 'style', 'september', 'year', 'washington', 'birth', 'parliament', 'great', 'britian', 'passed', 'act', 'adopting', 'gregorian', 'calendar', 'place', 'julian', 'following', 'example', 'catholic', 'continental', 'nation', 'action', 'changed', 'september', 'colonial', 'time', 'american', 'possession', 'great', 'britain', 'followed', 'rule', 'birthday', 'washington', 'carried', 'day', 'ahead', 'gregorian', 'calendar', 'february', 'february', 'julian', 'corresponding', 'gregorian', 'date', 'catholic', 'country', 'europe', 'adopted', 'gregorian', 'calendar', 'accordance', 'brief', 'pope', 'gregory', 'xiii', 'issued', 'household', 'march', 'sign', 'time', 'powerful', 'nauseating', 'inhale', 'inrei', 'oiry', 'elicited', 'information', 'native', 'great', 'horror', 'vine', 'called', 'devil', 'vine', 'story', 'told', 'death', 'dealing', 'power', 'englishman', 'residing', 'managua', 'hunting', 'swamp', 'year', 'ago', 'lay', 'beneath', 'tree', 'large', 'powerful', 'specimen', 'thiesingular', 'plant', 'growing', 'inadvertantly', 'falling', 'asleep', 'woke', 'enveloped', 'web', 'spite', 'effort', 'extricate', 'perished', 'deadly', 'embrace', 'escaped', 'convict', 'perished', 'similar', 'manlier', 'impossible', 'handle', 'small', 'specimen', 'plant', 'grasp', 'torn', 'away', 'loss', 'skin', 'flesh', 'power', 'suction', 'contained']
root - INFO - extracting file #63500: 2017-04-Final-Corpus/ST18941112-V20-53-page1.txt
root - INFO - extracting file #64000: 2017-04-Final-Corpus/ST18990704-V25-27-page20.txt
root - INFO - ['cwenty', 'mile', 'northwest', 'city', 'denver', 'equipped', 'regulated', 'institution', 'treatment', 'chronic', 'disorder', 'building', 'modern', 'convenience', 'including', 'steam', 'heating', 'electric', 'light', 'elevator', 'gymnasium', 'bath', 'description', 'including', 'electric', 'light', 'bath', 'massage', 'manual', 'swedish', 'movement', 'electricity', 'form', 'tor', 'circular', 'rate', 'colorado', 'sanitarium', 'boulder', 'esc', 'ang', 'colorado', 'sanitarium', 'mot', 'monononvamorviam', 'wry', 'description', 'governmental', 'principle', 'rome', 'abject', 'slavery', 'mind', 'governmental', 'principle', 'united', 'state', 'absolute', 'freedom', 'ind', 'united', 'state', 'forgotten', 'principle', 'fallen', 'following', 'step', 'profligate', 'sister', 'history', 'repeating', 'dealing', 'united', 'state', 'subject', 'unable', 'protect', 'government', 'longer', 'government', 'people', 'people', 'people', 'constitutional_amendment', 'congress', 'shall', 'law', 'respecting', 'establishment', 'religion', 'prohibiting', 'free', 'exercise', 'thereof', 'overlooked', 'such_questions', 'multitude', 'equal', 'importance', 'american_citizen', 'answered', 'clearly', 'exhaustively', 'interesting', 'volume', 'cloth', 'marbled', 'edge', 'cloth', 'gilt', 'edge', 'law', 'sheep', 'english', 'author', 'belief', 'complete', 'separation', 'church', 'state', 'brings', 'long', 'series', 'instance', 'failure', 'separate', 'resulted', 'persecution', 'shedding', 'innocent', 'pacific', 'press', 'publishing', 'afrs', 'medicated', 'iir', 'room', 'treatment', 'disease', 'lung', 'classified', 'dietary', 'laboratory', 'hygiene', 'bacteriological', 'chemical', 'microscopical', 'investigation', 'separate', 'building', 'tubercular', 'case', 'tmstrictest', 'sanitary', 'measure', 'enforced', 'incurable', 'offensive', 'patient', 'lot', 'received', 'republic', 'alonzo', 'trevier', 'jones', 'comparative', 'history', 'rome', 'oiled', 'state', 'showing', 'cause', 'led', 'downfall', 'seriously', 'threaten', 'actual', 'size', 'inch', 'author', 'blood', 'connection', 'reproduces', 'early', 'colonial', 'lista', 'account', 'fled', 'old', 'country', 'worship', 'god', 'according', 'dictate', 'own_conscience', 'bitter', 'persecutor', 'differed', 'belief', 'persecution', 'went', 'far', 'woman', 'tied', 'cart', 'whipped', 'new', 'england', 'village', 'depth', 'winter', 'imprisoned', 'hung', 'spirit', 'invited', 'country', 'day', 'interpretation', 'manipulation', 'law', 'author', 'prof', 'possibility', 'successful', 'contradiction', 'important', 'opportune', 'book', 'deserves', 'careful', 'candid', 'study', 'contains', 'large', 'octavo', 'page', 'page', 'illustration', 'printed', 'bound', 'published', 'english', 'german', 'language', 'following', 'price', 'alir', 'mmmmmmm', 'swo', 'vmgolimmosfsfraif', 'wiitv', 'roarak', 'kiiiirie', 'bond', 'oakland', 'cal', 'new', 'york', 'city', 'kansa', 'city', 'mot']
root - INFO - extracting file #64500: 2017-04-Final-Corpus/ST19031223-V29-51-page16.txt
root - INFO - extracting file #65000: 2017-04-Final-Corpus/ST19051122-V31-47-page8.txt
root - INFO - ['god', 'stamp', 'righteous', 'character', 'reader', 'class', 'seal', 'god', 'mark', 'beast', 'important', 'know', 'constitutes', 'car', 'manifest', 'creative_power', 'new_creation', 'revealed', 'character', 'god', 'work', 'declare', 'sign', 'memorial', 'ought', 'seen', 'new_creature', 'dear_reader', 'god', 'new_creature', 'christ_jesus', 'ought', 'carry', 'world', 'sabbath', 'sign', 'seal', 'creative_power', 'brother', 'deny', 'father', 'ashamed', 'sign', 'failing', 'rev', 'god', 'finished', 'creation', 'world', 'day', 'entered', 'seventh', 'day', 'rest', 'refreshed', 'physical', 'rest', 'fur', 'creator', 'fainteth', 'weary', 'rested', 'viewed', 'new_creation', 'saw', 'good', 'rejoiced', 'took', 'delight', 'rest', 'morning', 'star', 'sang', 'son', 'god', 'shouted', 'joy', 'dear_reader', 'looked', 'new_creation', 'rejoicing', 'entered', 'god', 'rest', 'believed', 'enter', 'rest', 'privilege', 'shout', 'joy', 'join', 'song', 'angel', 'rejoicing', 'presence', 'god', 'sinner', 'repented', 'sabbath', 'delight', 'holy', 'lord', 'honorable', 'own_ways', 'own_pleasure', 'speak', 'own_words', 'isa', 'delight', 'law', 'lord', 'law', 'meditate', 'day', 'night', 'worship', 'beast', 'image', 'commandment', 'god', 'righteousness', 'law', 'fulfilled', 'receive', 'mark', 'beast', 'seal', 'god', 'shall', 'escape', 'seven', 'plague', 'shall', 'stand', 'lamb', 'mount', 'zion', 'sign', 'redemption', 'seventh', 'day', 'sanctified', 'sign', 'god', 'creation', 'outward', 'sign', 'rest', 'rest', 'broken', 'entrance', 'sin', 'earth', 'passed', 'curse', 'god', 'away', 'sign', 'left', 'memorial', 'beautiful', 'creation', 'time', 'sign', 'pledge', 'recreation', 'restoration', 'rest', 'creative_power', 'manifest', 'recreation', 'sabbath', 'recognized', 'sign', 'harmony', 'thought', 'god', 'delivered', 'child', 'israel', 'egypt', 'creative_power', 'plague', 'sign', 'wonder', 'brought', 'secondly', 'making', 'new_creatures', 'christ', 'baptized', 'eat', 'spiritual', 'meat', 'drank', 'rock', 'followed', 'rock', 'christ', 'cor', 'gave', 'law', 'said', 'remember', 'sabbath', 'day', 'holy', 'day', 'shalt_thou_labor', 'thy_work', 'day', 'lord', 'heaven', 'earth', 'sea', 'rested', 'seventh', 'day', 'wherefore', 'lord', 'blessed', 'sabbath', 'day', 'hallowed', 'remember', 'thou', 'wast', 'servant', 'egypt', 'brought', 'serve', 'wherefore', 'commanded', 'sabbath', 'said', 'hallow', 'sabbath', 'shall', 'sign', 'know', 'lord', 'god', 'know', 'lord', 'roderick', 'owen', 'seal', 'mark', 'receive', 'avoid', 'saw', 'angel', 'ascend', 'sunrising', 'having', 'seal', 'living', 'god', 'cried', 'seal', 'god', 'great_voice', 'angel', 'given', 'seal', 'sign', 'power', 'authority', 'hurt', 'earth', 'sea', 'saying', 'hurt', 'earth', 'contain', 'descriptive', 'title', 'sea', 'tree', 'till', 'shall', 'sealed', 'exercise', 'power', 'asserts', 'authority', 'servant', 'god', 'forehead', 'thousand', 'appear', 'heard', 'number', 'sealed', 'rev', 'comparing', 'thousand', 'sealed', 'tribe', 'seal', 'god', 'child', 'israel', 'tribe', 'judah', 'father', 'forehead', 'sealed', 'thousand', 'tribe', 'reuben', 'prof', 'god', 'seal', 'contains', 'thousand', 'tribe', 'gad', 'thousand', 'seal', 'power', 'attached', 'tribe', 'asher', 'thousand', 'tribe', 'naphits', 'law', 'isa', 'read', 'bind', 'testitali', 'thousand', 'tribe', 'manasseh', 'mony', 'seal', 'seal', 'law', 'thousand', 'rev', 'disciple', 'god', 'law', 'true', 'israel', 'robbed', 'seal', 'disciple', 'restored', 'place', 'true', 'israel', 'literal', 'tribe', 'study', 'law', 'reveal', 'seal', 'ephraim', 'dan', 'leader', 'contain', 'sincerely', 'idol', 'worship', 'omitted', 'joseph', 'according', 'promise', 'god', 'double', 'law', 'receive', 'seal', 'portion', 'insertion', 'father', 'written', 'forehead', 'mind', 'son', 'manasseh', 'work', 'priesthood', 'kite', 'law', 'shall', 'god', 'finished', 'levi', 'come', 'portion', 'clearly', 'set', 'forth', 'shall', 'seal', 'book', 'revelation', 'enumeration', 'involved', 'let', 'tribe', 'israel', 'possession', 'search', 'law', 'descriptive', 'title', 'jehovah', 'earth', 'new', 'earthly', 'canaan', 'god', 'distinguishing', 'characteristic', 'simply', 'type', 'israel', 'read', 'second', 'fifth', 'comsealed', 'thousand', 'mandments', 'mention', 'word', 'work', 'place', 'wind', 'strife', 'lord', 'god', 'descriptive', 'title', 'held', 'break', 'destruction', 'distinguish', 'true', 'false', 'world', 'opening', 'sevnothing', 'applied', 'heathen', 'enth', 'seal', 'shown', 'verse', 'god', 'commandment', 'chapter', 'silence', 'heaven', 'mention', 'god', 'turning', 'fourth', 'result', 'absence', 'holy', 'angel', 'word', 'day', 'lord', 'accompanied', 'christ', 'come', 'earth', 'receive', 'heaven', 'earth', 'sea', 'saint', 'connected', 'wicked', 'rested', 'seventh', 'day', 'wherefore', 'lord', 'earth', 'rock', 'mountain', 'fall', 'blessed', 'sabbath', 'day', 'hallowed', 'hide', 'face', 'verse', 'title', 'true', 'god', 'descriptive', 'title', 'chapter', 'applied', 'clearly', 'distinguishes', 'false_gods', 'thousand', 'constitute', 'remnant', 'true', 'fact', 'bible', 'writer', 'pointing', 'true', 'israel', 'god', 'seal', 'god', 'god', 'language', 'fourth', 'comtheir', 'forehead', 'mind', 'remnant', 'mandment', 'equivalent', 'jer', 'dragon', 'satan', 'war', 'act', 'creator', 'commandment', 'god', 'testiand', 'sabbath', 'set', 'forth', 'sign', 'creative', 'mony', 'jesus', 'rev', 'power', 'opposing', 'force', 'sealed', 'company', 'described', 'rev', 'seal', 'living', 'god', 'work', 'angel', 'message', 'fact', 'disciple', 'day', 'law', 'read', 'commandrobbed', 'sign', 'seal', 'god', 'sabbath', 'ments', 'god', 'faith', 'jesus', 'seventh', 'day', 'set', 'aside', 'god', 'placing', 'seal', 'remnant', 'wicked', 'power', 'earth', 'sentence', 'death', 'seeking', 'compel', 'receive', 'mark', 'beast', 'worship', 'obey', 'beast', 'image', 'god', 'warning', 'man_worship', 'beast', 'image', 'receive', 'mark', 'shall', 'drink', 'unmixed', 'wrath', 'god', 'seven', 'plague', 'filled', 'wrath', 'god', 'rev', 'inhabitant', 'world', 'divided', 'class', 'keeping', 'commandment', 'god', 'having', 'seal', 'forehead', 'sentence', 'death', 'passed', 'class', 'obeying', 'dictate', 'beast', 'receiving', 'mark', 'forehead', 'hand', 'destined', 'drink', 'seven', 'plague', 'day', 'substituted', 'god', 'looking', 'restore', 'doth', 'sanctify', 'eze', 'seal', 'law', 'isa', 'servant', 'obey', 'god', 'sealed', 'rev', 'seal', 'god', 'god_revealed', 'moses', 'simply', 'declared', 'character', 'god', 'mind', 'character', 'character', 'received', 'god', 'character', 'revealed', 'man', 'person', 'jesus_christ', 'christ', 'wit', 'god', 'jesus', 'said', 'thou', 'perfect', 'man', 'christ_jesus', 'new_creature', 'creation', 'reader', 'recognize', 'god', 'creator', 'delivered', 'bondage', 'sin', 'bondage', 'egypt', 'type', 'obligation', 'god', 'sabbath', 'seventh', 'day', 'sanctified', 'sign', 'seal', 'turn', 'away', 'foot', 'sabbath', 'polluting', 'hand', 'evil', 'shall', 'israelite', 'shall', 'numbered', 'remnant', 'seal', 'shall', 'right', 'tree', 'life', 'shall', 'enter', 'gate', 'city', 'lamb', 'inside', 'city', 'beast', 'outside', 'image', 'superscription', 'bear', 'vol']
root - INFO - extracting file #65500: 2017-04-Final-Corpus/ST19070703-V33-27-page1.txt
root - INFO - extracting file #66000: 2017-04-Final-Corpus/ST19100308-V37-10-page15.txt
root - INFO - ['subscription', 'rate', 'year', 'number', 'principle', 'followed', 'daily', 'living', 'foundation', 'physique', 'laid', 'farm', 'worked', 'till', 'eighteen', 'year', 'age', 'obtaining', 'education', 'lived', 'potato', 'corn', 'bread', 'largely', 'cooking', 'eaten', 'sweet', 'little', 'meat', 'tea', 'coffee', 'gave', 'kept', 'awake', 'night', 'good', 'sleep', 'present_time', 'life', 'exercise', 'walking', 'use', 'dumb', 'bell', 'day', 'altho', 'lived', 'thirty', 'year', 'right', 'theater', 'went', 'life', 'spend', 'time', 'reading', 'novel', 'saloon', 'fast', 'company', 'tabooed', 'ninety', 'year', 'old', 'weighs', 'pound', 'perfectly', 'surely', 'testimony', 'ought', 'hold', 'young', 'wanted', 'good', 'seveiith', 'day', 'adventist', 'christian_home', 'bright', 'active', 'boy', 'year', 'age', 'good_health', 'good', 'disposition', 'reference', 'furnished', 'required', 'address', 'shull', 'mountain', 'view', 'cal', 'day', 'overland', 'limited', 'chicago', 'great', 'salt', 'lake', 'high', 'sierra', 'daylight', 'luxurious', 'high', 'class', 'equipment', 'electric', 'lighted', 'pullman', 'drawing', 'room', 'stateroom', 'vestibuled', 'sleeping', 'car', 'careful', 'attentive', 'dining', 'service', 'parlor', 'observation', 'car', 'library', 'cafe', 'lady', 'reading', 'room', 'gentleman', 'smoking', 'room', 'daily_news', 'bulletin', 'latest', 'paper', 'magazine', 'southern', 'pacific', 'thought', 'mount', 'blessing', 'exposition', 'christ', 'sermon', 'mount', 'page', 'chapter', 'mountainside', 'beatitude', 'spirituality', 'law', 'true', 'motive', 'service', 'lord', 'prayer', 'judging', 'new_edition', 'printed', 'fine', 'enameled', 'paper', 'new', 'type', 'reillustrated', 'beautiful', 'half', 'tone', 'engraving', 'specially', 'prepared', 'book', 'eminent', 'new', 'york', 'artist', 'comfort', 'blessing', 'fortunate', 'obtain', 'read', 'beautiful', 'gift', 'book', 'fine', 'cloth', 'cover', 'cent', 'address', 'aline', 'published', 'weekly', 'entered', 'sept', 'second', 'class_matter', 'mountain', 'view', 'cal', 'post', 'office', 'act', 'congress', 'march', 'men', 'manuscript', 'addressed', 'editor', 'address', 'business', 'moneyorders', 'payable', 'sign', 'time', 'mountain', 'view', 'cal', 'send', 'paper', 'office', 'individual', 'pay', 'advance', 'person', 'receive', 'copy', 'ordering', 'sent', 'party', 'information', 'regard', 'person', 'receiving', 'copy', 'sign', 'indebted', 'office', 'called', 'pay', 'read', 'paper', 'receive', 'hand', 'friend', 'read', 'received', 'emerson', 'james', 'university', 'illinois', 'strong', 'protest', 'appropriation', 'fund', 'george_washington', 'university', 'james', 'base', 'protest', 'point', 'george_washington', 'university', 'private', 'institution', 'secondly', 'sectarian', 'institution', 'belief', 'federal_government', 'ought', 'appropriation', 'purpose', 'open', 'way', 'claim', 'number', 'contrary', 'principle', 'government', 'founded', 'george_washington', 'university', 'class', 'james', 'contends', 'certainly', 'present', 'good_reasons', 'claim', 'protest', 'ought', 'heeded', 'work', 'institution', 'principle', 'correct', 'james', 'pleads', 'blue', 'law', 'revived', 'lake_union', 'herald', 'feb', 'city', 'indianapolis', 'indiana', 'saloon', 'keeper', 'sentenced', 'mayor', 'attend', 'church_service', 'sunday', 'bring', 'certificate', 'fact', 'pastor', 'church', 'sheriff', 'county', 'penalty', 'having', 'violated', 'sunday', 'closing', 'ordinance', 'sentence', 'carried', 'sunday', 'january', 'saloon', 'keeper', 'applying', 'minister', 'close', 'service', 'required', 'certificate', 'crime', 'sell', 'men', 'drink', 'poison', 'body', 'brain', 'bigot', 'criminality', 'traffic', 'violates', 'religious', 'sentiment', 'sacredness', 'sunday', 'demand', 'violator', 'sent', 'law', 'instructed', 'subject', 'sunday', 'sacredness', 'crime', 'killing', 'men', 'drink', 'blue', 'law', 'vengeance', 'allen_moon', 'jones', 'circulation', 'manager', 'vegetarian', 'cook', 'book', 'fulton', 'author', 'yeirs', 'experience', 'vegetarian', 'cookery', 'management', 'vegetarian', 'cafe', 'cafeteria', 'aid', 'chef', 'cook', 'housewife', 'able', 'prepare', 'appetizing', 'healthful', 'meal', 'use', 'flesh_food', 'book', 'contains', 'page', 'including', 'handy', 'arranged', 'index', 'recipe', 'given', 'tastily', 'bound', 'cloth', 'price', 'post', 'paid', 'cent', 'pacific_press', 'publishing', 'assn', 'mountain', 'view', 'california', 'portland', 'ore', 'regina', 'sask', 'kansa', 'city', 'recent', 'california', 'conference', 'held', 'lodi', 'following', 'elected', 'california', 'conference_committee', 'present', 'year', 'haskell', 'president', 'shultz', 'andrew', 'brorsen', 'taggart', 'irwin', 'hall', 'baldwin', 'secretary', 'treasurer', 'claude', 'conard', 'unwittingly', 'omitted', 'burden', 'pacific', 'union', 'conference_committee', 'issue', 'february', 'present', 'report', 'rendered', 'depended', 'memory', 'present', 'brother', 'burden', 'given', 'wanted', 'house', 'south', 'cherry', 'street', 'richmond', 'desire', 'clean', 'copy', 'number', 'late', 'edition', 'sign', 'time', 'watchman', 'liberty', 'protestant', 'magazine', 'education', 'life', 'health', 'bible_training', 'school', 'sent', 'prepaid', 'chinese', 'jewish', 'syrian', 'italian', 'literature', 'suitable', 'missionary_work', 'people', 'wood', 'paradise_valley', 'sanitarium', 'national', 'city', 'cal', 'desire', 'missionary_work', 'copy', 'sign', 'time', 'instructor', 'watchman', 'life', 'health', 'brief', 'comprehensive', 'treatise', 'covering', 'history', 'doctrine', 'sabbath', 'sunday', 'controversy', 'creation', 'present', 'truth', 'supported', 'scripture', 'historical', 'fact', 'argument', 'multum', 'parvo', 'sabbath', 'ques', 'editor', 'associate', 'editor', 'milton', 'wilcox', 'reed', 'month', 'month', 'new', 'yearly', 'subscription', 'renewal', 'new', 'yearly', 'subscription', 'sent', 'time', 'new', 'yearly', 'subscription', 'renewal', 'new', 'yearly', 'subscription', 'sent', 'time', 'new', 'yearly', 'subscription', 'renewal', 'new', 'yearly', 'subscription', 'sent', 'time', 'sample', 'copy', 'sent', 'application', 'weekly', 'monthly', 'sign', 'year', 'combined', 'date', 'expiration', 'sign', 'wrapper', 'bear', 'date', 'issue', 'subscription', 'renewed', 'advance', 'paper', 'stop', 'expiration_date', 'herewith', 'order', 'blank', 'know', 'overlooked', 'sending', 'renewal', 'wish', 'miss', 'single', 'issue', 'number', 'furnished', 'lord', 'day', 'test', 'age', 'tion', 'illustrated', 'price', 'cent', 'post', 'paid', 'pacific_press', 'mountain', 'view', 'cal', 'bible', 'remember', 'headquarters', 'bible', 'line', 'shall', 'pleased', 'send', 'catalog', 'bible', 'selection', 'application', 'pacific_press', 'mountain', 'view', 'cal']
root - INFO - extracting file #66500: 2017-04-Final-Corpus/ST19111128-V38-47-page9.txt
root - INFO - extracting file #67000: 2017-04-Final-Corpus/ST19140324-V41-11-page13.txt
root - INFO - ['grand', 'sight', 'early', 'morning', 'mount', 'victoria', 'foot', 'high', 'towering', 'away', 'cloud', 'felt', 'cold', 'wind', 'came', 'mountain', 'sorry', 'kotoi', 'understood', 'motuan', 'port', 'moresby', 'language', 'freely', 'arm', 'leg', 'gesticulate', 'able', 'grasp', 'said', 'leaving', 'kotoi', 'naori', 'ilibane', 'visited', 'flourishing', 'tribe', 'disease', 'reduced', 'place', 'men', 'remained', 'wife', 'family', 'village', 'visited', 'day', 'apart', 'felt', 'able', 'understood', 'clearly', 'knowing', 'different_languages', 'promise', 'god', 'precious', 'shall', 'receive', 'power', 'holy', 'ghost', 'come', 'disheartened', 'long', 'holy', 'spirit', 'promised', 'benny', 'tavodi', 'wanted', 'missionary', 'work', 'late', 'clean', 'copy', 'sign', 'watchman', 'protestant', 'liberty', 'life', 'health', 'tract', 'pamphlet', 'james', 'harvey', 'grove', 'street', 'oakland', 'california', 'continuous', 'supply', 'sign', 'time', 'corwin', 'webster', 'street', 'waco', 'texas', 'continuous', 'supply', 'late', 'clean', 'copy', 'denominational', 'paper', 'magazine', 'miss', 'anna', 'hornung', 'osage', 'avenue', 'louisville', 'kentucky', 'continuous', 'supply', 'denominational', 'paper', 'magazine', 'tract', 'frank', 'crane', 'cedar', 'creek', 'scott', 'county', 'arkansas', 'sale', 'modern', 'bungalow', 'oms', 'bath', 'corner', 'lot', 'price', 'cash', 'balance', 'term', 'near', 'local', 'train', 'car', 'church', 'church_school', 'walking', 'distance', 'university', 'particular', 'write', 'mcfarland', 'newbury', 'berkeley', 'california', 'july', 'appointed', 'visit', 'tribe', 'seen', 'enter', 'fresh', 'oil', 'plea', 'cost', 'little', 'territory', 'day', 'bisiatabu', 'brought', 'efogi', 'large', 'feast', 'progress', 'spent', 'day', 'good_opportunity', 'preach', 'taken', 'week', 'reach', 'people', 'village', 'interested', 'told', 'busy', 'festivity', 'pay', 'attention', 'day', 'brought', 'kagi', 'goodly', 'number', 'gathered', 'hear', 'gospel', 'kagi', 'efogi', 'people', 'want', 'sabbath', 'quickly', 'lose', 'count', 'day', 'week', 'week', 'confusion', 'come', 'seragina', 'day', 'past', 'kagi', 'good_attention', 'given', 'preaching', 'surprise', 'expressed', 'resurrection', 'mentioned', 'time', 'heard', 'christian', 'hope', 'lad', 'seragina', 'carried', 'swag', 'containing', 'bedding', 'food', 'tent', 'trade', 'hagari', 'bapari', 'day', 'journey', 'apart', 'bapari', 'people', 'surprised', 'come', 'preach', 'heard', 'god', 'christ', 'gospel', 'paid', 'good_attention', 'meeting', 'held', 'friday', 'sabbath', 'chief', 'topic', 'conversation', 'easily', 'detected', 'bapari', 'lad', 'accompanied', 'kotoi', 'away', 'village', 'worth', 'sweet', 'pure', 'year', 'gallon', 'barrel', 'freight', 'low', 'oil', 'cost', 'sanitarium', 'food', 'company', 'anthony', 'avenue', 'paul', 'minnesota', 'tormented', 'forever', 'fearful', 'utterance', 'bible', 'wicked', 'wrong', 'conception', 'men', 'infidel', 'tract', 'present', 'exposition', 'text', 'reasonable', 'vindication', 'god', 'character', 'price', 'single', 'copy', 'cent', 'pacific', 'press', 'fublishing', 'assn', 'mountain', 'view', 'cal', 'year', 'experience', 'trade', 'mark', 'design', 'copyright', 'africa', 'bearing', 'title', 'mirikizi', 'mean', 'evangelist', 'pare', 'mission', 'report', 'baptism', 'person', 'year', 'brother', 'finster', 'baptized', 'believer', 'binacaya', 'philippine', 'island', 'early', 'december', 'fruitage', 'labor', 'native', 'evangelist', 'church', 'organized', 'iti', 'philippine', 'new', 'chapel', 'church_building', 'erected', 'philippine', 'completed', 'maloloo', 'recent', 'baptismal', 'service', 'pisa', 'italy', 'thousand', 'person', 'gathered', 'bank', 'river', 'arno', 'witness', 'service', 'priest', 'thirteen', 'believer', 'baptized', 'past_year', 'stronghold', 'papacy', 'soul', 'iman', 'siberia', 'recently', 'baptized', 'organized', 'church', 'fouts', 'soul', 'singapore', 'east', 'indie', 'buried', 'baptism', 'sunday', 'december', 'new', 'south', 'wale', 'taken', 'stand', 'obey', 'truth', 'foregoing', 'note', 'baptism', 'person', 'country', 'reported', 'added', 'church', 'membership', 'conversion', 'church', 'erected', 'dedicated', 'church', 'organization', 'effected', 'sabbath', 'school', 'organized', 'elder', 'shireman', 'announces', 'address', 'changed', 'hickory', 'north', 'carolina', 'route', 'morganton', 'north', 'carolina', 'mail', 'wife', 'nellie', 'shireman', 'future', 'addressed', 'place', 'tell', 'visiting', 'camp', 'meeting', 'manitoba', 'canada', 'learned', 'whole_church', 'brought', 'truth', 'result', 'person', 'having', 'bought', 'copy', 'great', 'controversy', 'brother', 'hamilton', 'left', 'california', 'burma', 'year', 'ago', 'laboring', 'time', 'rangun', 'report', 'baptism', 'candidate', 'convert', 'baptized', 'later', 'individual', 'rom', 'queensland', 'terror', 'creek', 'walking', 'obedience', 'truth', 'baptized', 'queensland', 'conference', 'camp', 'meeting', 'october', 'general_meeting', 'state', 'espirito', 'santo', 'brazil', 'held', 'serro', 'pellado', 'person', 'buried', 'baptism', 'place', 'church_school', 'thirty', 'pupil', 'organized', 'person', 'stepped', 'light', 'truth', 'session', 'transylvanian', 'conference', 'convened', 'nagy', 'szeben', 'hermannstadt', 'baptized', 'sabbath', 'service', 'elder', 'stephenson', 'report', 'encouragingly', 'work', 'southeastern_union_conference', 'past', 'year', 'person', 'received', 'church', 'field', 'elder', 'kuniya', 'recently', 'baptized', 'believer', 'ocean', 'kagoshima', 'japan', 'sabbath', 'december', 'new_church', 'dedicated', 'kuji', 'machi', 'free', 'debt', 'soul', 'wellington', 'new', 'zealand', 'recently', 'received', 'baptism', 'eighteen', 'ponsonby', 'received', 'rite', 'oroua', 'missionary', 'school', 'seven', 'soul', 'babumohal', 'india', 'calcutta', 'recently', 'received', 'baptism', 'past_year', 'fourteen', 'added', 'church', 'calcutta', 'baptism', 'fourteen', 'new_believers', 'baptized', 'iceland', 'year', 'meetinghouse', 'built', 'reikiavik', 'capital_city', 'elder', 'russell', 'past', 'month', 'new_members', 'added', 'faith', 'ireland', 'awaiting', 'baptism', 'elder', 'frank', 'bond', 'barcelona', 'spain', 'baptized', 'field', 'quarter', 'news', 'come', 'java', 'soul', 'country', 'having', 'taken', 'stand', 'message', 'sending', 'sketch', 'description', 'quickly', 'ascertain', 'opinion', 'free', 'invention', 'probably', 'patentable', 'communication', 'strictly', 'confidential', 'handbook', 'patent', 'sent', 'free', 'oldest', 'agency', 'securing', 'patent', 'sign', 'time', 'march', 'seventh', 'day', 'adventist', 'church', 'recently', 'erected', 'albany', 'new', 'york', 'pioneering', 'new', 'guinea', 'heathen', 'tribe', 'brother', 'carr', 'brother', 'lawson', 'returned', 'inland', 'trip', 'ccoking', 'oil', 'sale', 'page', 'gold', 'medal', 'highest', 'grade', 'cooking', 'patent', 'taken', 'munn', 'receive', 'special', 'notice', 'charge', 'scientific', 'iinterican', 'handsomely', 'illustrated', 'weekly', 'largest', 'cir', 'culation', 'scientific', 'journal', 'term', 'year', 'month', 'sold', 'newsdealer', 'munn', 'broadway', 'new', 'york', 'branch', 'office', 'washington']
root - INFO - extracting file #67500: 2017-04-Final-Corpus/ST19180312-V45-11-page12.txt
root - INFO - extracting file #68000: 2017-04-Final-Corpus/ST19191007-V46-39-page5.txt
root - INFO - ['brother', 'commend', 'god', 'word', 'grace', 'able', 'build', 'inheritance', 'sanctified', 'seek', 'build', 'obey', 'requirement', 'word', 'poor', 'tired', 'housewife', 'look', 'patent', 'medicine', 'physician', 'institution', 'treatment', 'build', 'weary', 'nervous', 'despondent', 'come', 'word', 'god', 'able', 'build', 'people', 'life', 'wrong', 'source', 'ability', 'need', 'playing', 'strange', 'walking', 'light', 'kindling', 'apostle', 'paul', 'faithfully', 'obeyed', 'instruction', 'preached', 'word', 'submitted', 'word', 'grandeur', 'life', 'attests', 'soundness', 'wisdom', 'doe', 'pay', 'tribute', 'fact', 'time', 'realize', 'scripture', 'infallible', 'divine_word', 'god', 'like', 'farm', 'raise', 'new', 'crop', 'year', 'fertility', 'soil', 'continuous', 'chord', 'scripture', 'responds', 'chord', 'genuine', 'experience', 'needed', 'man', 'come', 'bible', 'obtain', 'argument', 'support', 'disobedience', 'god', 'doe', 'come', 'scripture', 'club', 'strike', 'wife', 'head', 'devil', 'come', 'scripture', 'humble', 'teachable', 'spirit', 'obtain', 'truth', 'god', 'spirit', 'approach', 'scripture', 'determines', 'character', 'assistant', 'word', 'god', 'right', 'ring', 'ring', 'true', 'testifies', 'fear', 'favor', 'god', 'man', 'moved', 'motif', 'evil', 'heart', 'unerring', 'faithfulness', 'divine', 'book', 'heralded', 'forth', 'warning', 'entreaty', 'age', 'age', 'astronomer', 'tell', 'earth', 'whirl', 'sun', 'gigantic', 'orbit', 'mile', 'missed', 'second', 'time', 'faint', 'illustration', 'power', 'precision', 'tremendous', 'energy', 'wrapped', 'blessed', 'book', 'surrender', 'shall', 'exclaim', 'blessed', 'redeemer', 'god', 'trace', 'thine', 'image', 'thy', 'word', 'disappointed', 'abraham', 'isaac', 'jacob', 'distressed', 'earth', 'day', 'hear', 'effort', 'restore', 'israel', 'ancient', 'land', 'understand', 'design', 'promise', 'abraham', 'confessed', 'stranger', 'pilgrim', 'earth', 'thing', 'declare', 'plainly', 'seek', 'country', 'desire', 'better', 'country', 'heavenly', 'hebrew', 'verse', 'abraham', 'looked', 'city', 'builder', 'maker', 'god', 'holuster', 'life', 'die', 'man', 'come', 'let', 'deny', 'cross', 'follow', 'matthew', 'william', 'westworth', 'sign', 'time', 'october', 'step', 'development', 'new_birth', 'divine', 'entrance', 'humanity', 'christian', 'case', 'virgin', 'mary', 'announcement', 'possibility', 'fact', 'god', 'controlled', 'step', 'second', 'step', 'submission', 'announcement', 'wholly', 'mary', 'act', 'step', 'cost', 'mary', 'near', 'dear', 'know', 'angel', 'going', 'tell', 'joseph', 'right', 'know', 'friend', 'left', 'earth', 'willing', 'pay', 'price', 'son', 'god', 'ready', 'complete', 'self', 'abnegation', 'second', 'step', 'step', 'fact', 'jesus_christ', 'born', 'notice', 'step', 'altogether', 'god', 'mary', 'announcement', 'second', 'step', 'submission', 'mary', 'step', 'fact', 'god', 'fourth', 'man', 'fourth', 'step', 'recognition', 'fact', 'angel', 'told', 'mary', 'said', 'behold', 'thine', 'handmaid', 'let', 'understand', 'happened', 'life', 'faith', 'grasp', 'development', 'appreciate', 'long', 'year', 'jesus', 'life', 'passed', 'told', 'second', 'chapter', 'luke', 'went', 'feast', 'said', 'father', 'business', 'understand', 'saying', 'pondered', 'heart', 'know', 'meant', 'time', 'came', 'understand', 'read', 'mother', 'said', 'servant', 'marriage', 'feast', 'cana', 'whatsoever', 'saith_unto', 'word', 'whatsoever', 'comprehends', 'absolute', 'unlimited', 'confidence', 'work', 'time', 'mary', 'recognized', 'fact', 'child', 'grew', 'watched', 'tried', 'power', 'faith', 'grasped', 'fact', 'god', 'worked', 'born', 'son', 'god', 'way', 'divine', 'united', 'human', 'mary', 'jesus', 'brought', 'forth', 'doe', 'god', 'desire', 'manifest', 'plan', 'worked', 'son', 'god', 'truly', 'born', 'spirit', 'holy', 'ghost', 'overshadows', 'sing', 'truth', 'understanding', 'child', 'king', 'sing', 'song', 'understand', 'mean', 'pray', 'father', 'fail', 'grasp', 'fact', 'virtue', 'son', 'god', 'reason', 'people', 'new_birth', 'announcement', 'come', 'god', 'willing', 'weighed', 'cost', 'lord', 'thy', 'handmaid', 'unto', 'according', 'thy', 'word', 'virgin', 'mary', 'meant', 'utter', 'self', 'denial', 'meant', 'time', 'forward', 'consider', 'world', 'accepted', 'world', 'got', 'son', 'god', 'willing', 'pay', 'price', 'new_birth', 'willing', 'lie', 'altar', 'mary', 'secret', 'whole_matter', 'people', 'want', 'good', 'word', 'want', 'born', 'question', 'face', 'willing', 'pay', 'price', 'men', 'hear', 'announcement', 'willing', 'submit', 'willing', 'yield', 'jesus', 'emptied', 'absolute', 'selfdenial', 'said', 'man', 'come', 'let', 'deny', 'deny', 'reservation', 'mother', 'jesus', 'god', 'doe', 'lie', 'willing', 'pay', 'price', 'said', 'unto', 'according', 'thy', 'word', 'reality', 'god', 'submission', 'laid', 'altar', 'continued', 'page']
root - INFO - extracting file #68500: 2017-04-Final-Corpus/SUW19081222-V02-48-page2.txt
root - INFO - extracting file #69000: 2017-04-Final-Corpus/SUW19120815-V06-33-page8.txt
root - INFO - ['southern', 'union', 'worker', 'southern', 'union', 'worker', 'published', 'weekly', 'southern', 'union', 'conference', 'embracing', 'tennessee', 'river', 'kentucky', 'alabama', 'mississippi', 'louisiana', 'conference', 'address', 'correspondence', 'crothers', 'editor', 'office', 'fourth', 'avenue', 'nashville', 'tennessee', 'subscription', 'price', 'fifty', 'cent', 'year_printed', 'southern', 'publishing', 'association', 'seventh', 'day', 'adventist', 'entered', 'second', 'class_matter', 'post', 'office', 'nashville', 'tenn', 'act', 'march', 'subscriber', 'subscription', 'sent', 'local', 'conference', 'tract', 'society', 'office', 'southern', 'union', 'worker', 'fourth', 'ave', 'nashville', 'tenn', 'southern', 'union', 'conference', 'camp', 'meeting', 'appointment', 'wrote', 'city', 'want', 'come', 'sanitarium', 'later', 'monday', 'tuesday', 'week', 'kindly', 'notify', 'return', 'mail', 'furnish', 'room', 'date', 'day', 'later', 'telephoned', 'know', 'room', 'miss', 'told', 'lady', 'took', 'train', 'morning', 'nashville', 'good', 'friend', 'returned', 'sanitarium', 'bringing', 'daughter', 'treatment', 'following', 'letter', 'recently', 'written', 'matron', 'patient', 'returned', 'home', 'birmingham', 'thinking', 'sanitarium', 'family', 'morning', 'time', 'left', 'pleasant', 'memory', 'place', 'dear_people', 'certainly', 'appreciate', 'lovely', 'lunch', 'prepared', 'ate', 'relish', 'kind', 'good', 'word', 'praise', 'appreciation', 'speak', 'kindly', 'remember', 'hoare', 'knox', 'husband', 'sanitarium', 'family', 'tell', 'knox', 'send', 'small', 'folder', 'write', 'prattville', 'alabama', 'sent', 'printed', 'matter', 'understand', 'receiving', 'thinking', 'going', 'good', 'advertisement', 'sanitarium', 'patient', 'leaving', 'day', 'ago', 'said', 'hoare', 'better', 'friend', 'able', 'leave', 'home', 'day', 'time', 'friend', 'understand', 'stay', 'away', 'month', 'place', 'quieter', 'home', 'perfectly', 'satisfied', 'thoroughly', 'enjoyed', 'treatment', 'improved', 'past_week', 'patient', 'ust', 'returned', 'home', 'springfield', 'wrote', 'hoare', 'asf', 'oflows', 'busy', 'left', 'failed', 'writing', 'express', 'appreciation', 'kindness', 'sanitarium', 'glad', 'tell', 'slept', 'night', 'left', 'nap', 'afternoon', 'feeling', 'encouraged', 'thank', 'help', 'improvement', 'confined', 'patient', 'good', 'girl', 'entered', 'nurse', 'class', 'june', 'suffering', 'chronic', 'malignant', 'type', 'malaria', 'weighed', 'pound', 'certain', 'sanitarium', 'treatment', 'given', 'thousand', 'fold', 'effective', 'treatment', 'disease', 'quinine', 'medicine', 'weight', 'pound', 'know', 'mother', 'know', 'home', 'tell', 'greatly', 'appreciate', 'letter', 'patient', 'returning', 'respective', 'home', 'feeling', 'appreciation', 'kind', 'expression', 'indicate', 'sanitarium', 'grow', 'big', 'knox', 'general', 'manager', 'friendship', 'blessed', 'thing', 'man', 'woman', 'friend', 'human_soul', 'trust', 'utterly', 'know', 'best', 'worst', 'love', 'spite', 'fault', 'speak', 'honest', 'truth', 'world', 'flatters', 'face', 'laugh', 'counsel', 'reproof', 'day', 'prosperity', 'self', 'conceit', 'comfort', 'encourage', 'day', 'difficulty', 'sorrow', 'world', 'leaf', 'fight', 'battle', 'charles', 'kingsley', 'kentucky', 'elizabethtown', 'tennessee', 'river', 'camden', 'mississippi', 'brookhaven', 'alabama', 'white', 'colored', 'august', 'august', 'august', 'september', 'september', 'october', 'information', 'concerning', 'meeting', 'published', 'later', 'wight', 'pres', 'contributor', 'forget', 'notice', 'published', 'week', 'publishing', 'house', 'close', 'door', 'august', 'conscience', 'matter', 'intended', 'week', 'worker', 'hand', 'later', 'sunday', 'morning', 'august', 'copy', 'received', 'later', 'lay', 'nashville', 'sanitarium', 'repeat', 'specialty', 'salesman', 'work', 'town', 'sell', 'number', 'merchant', 'leaf', 'feeling', 'elated', 'trip', 'dissatisfied', 'merchant', 'learns', 'good', 'repeat', 'face', 'hard', 'struggle', 'final', 'defeat', 'good', 'repeat', 'succeeds', 'sure', 'sanitarium', 'repeating', 'mean', 'success', 'crowded', 'time_past', 'excellent', 'class', 'patient', 'coming', 'ailment', 'going', 'away', 'cured', 'greatly', 'relieved', 'sure', 'quiet', 'reach', 'home', 'lady', 'returned', 'home', 'day', 'ago', 'wrote', 'think', 'patient', 'daughter', 'send', 'advertising', 'card', 'think', 'good', 'advertisement', 'sanitarium', 'getting', 'nicely', 'everybody', 'look', 'better', 'gentleman', 'referred', 'letter', 'arrived', 'soon', 'daughter', 'come', 'later', 'letter', 'received', 'day', 'lady', 'read', 'think', 'refer', 'patient', 'dunlap', 'tennessee', 'talked', 'wife', 'day', 'ago', 'intends', 'going', 'saw', 'town', 'day', 'look', 'awfully', 'bad', 'stomach', 'trouble', 'thought', 'write', 'fear', 'want', 'real', 'soon', 'glad', 'patient', 'lady', 'having', 'returned', 'home', 'clarksville']
root - INFO - extracting file #69500: 2017-04-Final-Corpus/SUW19150819-V09-32-page7.txt
root - INFO - extracting file #70000: 2017-04-Final-Corpus/SUW19180808-V12-32-page1.txt
root - INFO - ['meat', 'sent', 'finish', 'work', 'vol', 'xii', 'ooltewah', 'tennessee', 'august', 'school', 'answer', 'great', 'need', 'importance', 'making', 'strong', 'educational', 'campaign', 'summer', 'order', 'young_people', 'school', 'year', 'fully', 'seen', 'appreciated', 'recently', 'living', 'age', 'rapid', 'sudden', 'change', 'denomination', 'individual', 'rightly', 'relate', 'change', 'value', 'timeliness', 'present', 'educational', 'campaign', 'clearly', 'seen', 'recent', 'council', 'washington', 'attention', 'given', 'subject', 'relation', 'government', 'time', 'crisis', 'new', 'plan', 'vital_importance', 'father', 'mother', 'young_man', 'young_woman', 'plan', 'closely', 'related', 'sour', 'educational_work', 'magnify', 'importance', 'attending', 'school', 'shall', 'pas', 'substance', 'reader', 'hope', 'people', 'think', 'thing', 'educational', 'program', 'progress', 'educational', 'rally', 'day', 'aug', 'substance', 'plan', 'laid', 'council', 'passed', 'follows', 'known', 'church', 'medical', 'worker', 'men', 'war_department', 'feel', 'business', 'church', 'practise', 'principle', 'long', 'believed', 'state', 'plainly', 'want', 'nurse', 'nurse', 'different', 'type', 'ordinary', 'nurse', 'instead', 'sitting', 'hypodermic', 'feeling', 'pulse', 'reporting', 'doctor', 'busy', 'nurse', 'individual', 'life', 'touch', 'nurse', 'want', 'army', 'men', 'struggle', 'educate', 'boy', 'girl', 'nurse', 'company', 'choose', 'work', 'young_people', 'fellowship', 'course', 'promise', 'unofficially', 'reason', 'believe', 'denomination', 'started', 'thing', 'work', 'begin', 'loma_linda', 'washington', 'draft', 'age', 'called', 'course', 'month', 'work', 'army', 'nursing', 'instructor', 'school', 'recommend', 'student', 'needed', 'recommend', 'anybody', 'ought', 'inefficiency', 'work', 'bad', 'reputation', 'profess', 'good', 'efficiency', 'count', 'school', 'denomination', 'opening', 'course', 'boy', 'girl', 'draft', 'age', 'girl', 'coming', 'prepare', 'nurse', 'school', 'able', 'entire', 'work', 'finished', 'course', 'given', 'easily', 'drop', 'special', 'school', 'washington', 'loma_linda', 'finish', 'month', 'dear', 'friend', 'school', 'answer', 'need', 'hour', 'giving', 'young_people', 'draft', 'age', 'special_course', 'prepare', 'service', 'country', 'muchneeded', 'christian', 'line', 'work', 'school', 'young_people', 'home', 'school', 'course', 'given', 'school', 'merely', 'preparatory', 'training', 'individual', 'finishing', 'course', 'washington', 'loma_linda', 'standard', 'place', 'high', 'applicant', 'admission', 'good', 'preliminary', 'training', 'admitted', 'naturally', 'length', 'preliminary', 'training']
root - INFO - extracting file #70500: 2017-04-Final-Corpus/TCOG19151101-V02-11-page10.txt
root - INFO - extracting file #71000: 2017-04-Final-Corpus/TMM18980601-V10-06-page15.txt
root - INFO - ['gold_coast', 'little', 'angel', 'message', 'aroused', 'time', 'success', 'attended', 'medical_work', 'came', 'adjacent', 'town', 'village', 'receive', 'treatment', 'worker', 'soon', 'realize', 'country', 'properly', 'termed', 'white', 'man', 'grave', 'day', 'passed', 'elder', 'hale', 'stricken', 'low', 'fever', 'time', 'letter', 'written', 'gold_coast', 'missionary', 'contain', 'sad', 'account', 'sickness', 'suffering', 'death', 'child', 'brother', 'sister', 'kerr', 'soon', 'lay', 'sleeping', 'grave', 'brother', 'riggs', 'faithfully', 'scattering', 'printed', 'page', 'month', 'obliged', 'leave', 'field', 'died', 'liverpool', 'ill', 'health', 'kerr', 'went', 'cape_town', 'south', 'africa', 'year', 'elder', 'hale', 'american', 'missionary', 'gold_coast', 'returned', 'home', 'went', 'west', 'africa', 'able', 'endure', 'climate', 'seriously', 'impairing', 'health', 'present', 'demerara', 'british', 'guiana', 'climate', 'resembling', 'respect', 'field', 'elder', 'hale', 'hope', 'arrangement', 'return', 'distant', 'date', 'accompanied', 'good', 'corp', 'laborer', 'accustomed', 'tropical', 'life', 'cut', 'representing', 'gold_coast', 'missionary', 'brother', 'dolphijn', 'stand', 'brother', 'kerr', 'hale', 'brother', 'grant', 'elder', 'hale', 'brother', 'dolphijn', 'boy', 'sitting', 'floor', 'friend', 'read', 'letter', 'boy', 'recently', 'written', 'elder', 'hale', 'music', 'older', 'sent', 'hymn', 'endeavored', 'recall', 'number', 'hymn', 'tune', 'elder', 'boy', 'dated', 'september', 'duly', 'come', 'papa', 'hand', 'complain', 'late', 'coming', 'told', 'gone', 'west', 'indie', 'week', 'october', 'month', 'lot', 'mushroom', 'sprung', 'appearance', 'sight', 'ant', 'hill', 'fifty', 'number', 'week', 'ago', 'papa', 'gave', 'macaroni', 'present', 'woman', 'village', 'deukyemdua', 'come', 'sell', 'vegetable', 'wearing', 'macaroni', 'neck', 'bead', 'knowing', 'use', 'going', 'business', 'lord', 'helping', 'learning', 'education', 'lord', 'help', 'learn', 'like', 'musician', 'let', 'know', 'missionary', 'start', 'send', 'best', 'compliment', 'obedient', 'boy', 'fred', 'dolphijn', 'heard', 'singing', 'kind', 'tune', 'catch', 'word', 'printed', 'note', 'word', 'send', 'word', 'note', 'tune', 'like', 'song', 'sing', 'concertina', 'remember', 'need', 'good', 'music', 'book', 'instructor']
root - INFO - extracting file #71500: 2017-04-Final-Corpus/TMM19000701-V12-07-page7.txt
root - INFO - extracting file #72000: 2017-04-Final-Corpus/WMH19070213-V05-07-page2.txt
root - INFO - ['donation', 'quarter', 'conference', 'sabbath', 'school', 'jan', 'camp', 'meeting', 'sabbath', 'school', 'child', 'school', 'interested', 'phanage', 'karmatar', 'india', 'raised', 'dollar', 'work', 'place', 'young', 'people', 'work', 'past_year', 'marked', 'great', 'outward', 'demonstration', 'young', 'people', 'work', 'believe', 'steady', 'growth', 'outlook', 'brighter', 'sabbathschool', 'convention', 'time', 'devoted', 'young', 'people', 'work', 'way', 'attention', 'whole_church', 'called', 'important', 'movement', 'fourteen', 'society', 'hold', 'weekly', 'meeting', 'studying', 'lesson', 'suit', 'local', 'need', 'missionary_work', 'writing', 'missionary', 'letter', 'distributing', 'literature', 'holding', 'bible', 'reading', 'society', 'given', 'donation', 'missionary_work', 'home', 'abroad', 'present', 'making', 'effort', 'child', 'youth', 'work', 'raising', 'fund', 'believe', 'margaret', 'haughey', 'sec', 'report', 'adopted', 'delegation', 'otis', 'gave', 'interesting', 'report', 'work', 'sanitarium', 'grand', 'rapid', 'church', 'brother', 'crothers', 'asked', 'attitude', 'people', 'reference', 'health_reform', 'doctor', 'answered', 'varied', 'different_places', 'place', 'people', 'anxious', 'learn', 'live', 'health_reform', 'locality', 'condition', 'battle', 'creek', 'cause', 'people', 'think', 'liberty', 'cast', 'health_reform', 'principle', 'people', 'elder', 'haughey', 'brief', 'statement', 'work', 'otis', 'explaining', 'necessary', 'remove', 'sanitarium_work', 'grand', 'rapid', 'vet', 'started', 'berrien', 'spring', 'otis', 'work', 'wholly', 'sanitarium', 'expected', 'entered', 'field', 'elder', 'horton', 'statement', 'concerning', 'waverly', 'church', 'explaining', 'owing', 'fact', 'member', 'nearly', 'joined', 'church', 'near', 'remaining', 'member', 'decided', 'disband', 'wished', 'conference', 'action', 'voted', 'waverly', 'church', 'longer', 'regarded', 'church', 'conference', 'elder', 'haughey', 'stated', 'heard', 'complaint', 'concerning', 'action', 'taken', 'conference', 'yesterday', 'regard', 'auditing', 'committee', 'thought', 'best', 'reconsider', 'action', 'chair', 'gave', 'comprehensive', 'explanation', 'work', 'auditing', 'committee', 'report', 'worker', 'making', 'clear', 'matter', 'carried', 'considerable', 'discussion', 'given', 'matter', 'noon', 'hour', 'arrived', 'conference', 'midst', 'interesting', 'investigation', 'subject', 'meeting', 'adjourned', 'meet', 'coming', 'decision', 'question', 'haughey', 'chairman', 'merriam', 'secretary', 'educational', 'convention', 'held', 'bedford', 'jan', 'opening', 'hour', 'sabbath', 'morning', 'miss', 'margaret', 'haughey', 'chaif', 'asked', 'audience', 'composed', 'representative', 'church', 'urbandale', 'battle', 'creek', 'haskill', 'home', 'bedford', 'member', 'sing', 'come', 'sunshine', 'heartily', 'rendered', 'scripture', 'exercise', 'given', 'child', 'joined', 'elder', 'bourdeau', 'asking', 'presence', 'mighty', 'convention', 'object', 'convention', 'stated', 'chair', 'stopping', 'little', 'sharpen', 'work', 'faster', 'easier', 'paper', 'subject', 'parent', 'cooperate', 'sabbath', 'school_teacher', 'writer', 'paper', 'tried', 'clear', 'truth', 'harmonious', 'operation', 'parent', 'teaching', 'lesson', 'upholding', 'teacher', 'commendable', 'effort', 'work', 'little', 'value', 'leading', 'young', 'personal', 'acquaintance', 'god', 'followed', 'paper', 'kindred', 'subject', 'teacher', 'cooperate', 'parent', 'brought', 'view', 'fact', 'teacher', 'view', 'child', 'impartial', 'eye', 'work', 'mainly', 'point', 'parent', 'undeveloped', 'characteristic', 'child', 'excresences', 'chiseled', 'away', 'undeveloped', 'place', 'filled', 'discussion', 'subject', 'elder', 'bourdeau', 'brother', 'curtis', 'haskell', 'home', 'quartette', 'listened', 'truth', 'hammer', 'presented', 'gospel', 'word', 'god', 'sabbath', 'school', 'teacher', 'effectively', 'gently', 'tapping', 'dealing', 'crushing', 'blow', 'truth', 'heart', 'skillful', 'user', 'hammer', 'truth', 'child', 'gave', 'song', 'marching', 'accompaniment', 'told', 'pilgrim', 'total', 'west', 'michigan', 'herald', 'february']
root - INFO - extracting file #72500: 2017-04-Final-Corpus/YI18790702-V27-26-page2.txt
root - INFO - extracting file #73000: 2017-04-Final-Corpus/YI18850225-V33-06-page4.txt
root - INFO - ['the_youth', 'instructor', 'vol', 'icyc', 'speechless', 'sphinx', 'wink', 'useless', 'dummy', 'men', 'built', 'know', 'long', 'ago', 'withered', 'mummy', 'stand', 'midst', 'desert', 'sand', 'man', 'boulder', 'monster', 'grim', 'feature', 'dim', 'rear', 'head', 'shoulder', 'modern_times', 'clime', 'slightest', 'warning', 'sphinx', 'grow', 'heap', 'snow', 'morning', 'pale', 'moonlight', 'winter', 'night', 'marviloua', 'mushroom', 'manner', 'spring', 'birth', 'snowy', 'earth', 'fling', 'abroad', 'banner', 'came', 'specter', 'queer', 'history', 'demand', 'sir', 'bade', 'rise', 'eye', 'like', 'ancient', 'sphinx', 'answer', 'track', 'round', 'barestreaked', 'ground', 'spade', 'cart', 'frozen', 'mitten', 'witness', 'tale', 'tell', 'boy', 'kitten', 'dull', 'hatchet', 'chop', 'hatchet', 'mother', 'jot', 'dull', 'need', 'new', 'sharpen', 'new', 'bennet', 'shook', 'head', 'way', 'john', 'understood', 'mother', 'hard', 'john', 'father', 'death', 'man', 'family', 'resolved', 'dull', 'hatchet', 'bad', 'said', 'boy', 'jim', 'grant', 'let', 'use', 'grindstone', 'turn', 'holiday', 'steel', 'said', 'bennet', 'sure', 'mother', 'cut', 'steel', 'yes', 'patient', 'folk', 'reading', 'account', 'stone', 'hatchet', 'lately', 'south', 'sea', 'islander', 'tell', 'mother', 'old', 'hatchet', 'great', 'deal', 'better', 'place', 'islander', 'buy', 'hatchet', 'hatchet', 'basaltic', 'stone', 'dug', 'earth', 'strong', 'stick', 'roughly', 'chipped', 'shape', 'heavy', 'flint', 'poor_man', 'worked', 'diligently', 'hour', 'stone', 'break', 'work', 'took', 'day', 'chipping', 'flint', 'smaller', 'flint', 'chosen', 'work', 'carefully', 'stone', 'shaped', 'axe', 'smoothed', 'delicate', 'touch', 'removed', 'fine', 'dust', 'john', 'drew', 'deep', 'breath', 'balanced', 'hatchet', 'hand', 'smooth', 'shapely', 'axe', 'finished', 'continued', 'mother', 'polished', 'rough', 'coral', 'sand', 'water', 'sharpened', 'hard', 'rock', 'cut', 'took', 'men', 'thirty', 'day', 'fell', 'tree', 'replied', 'mother', 'won', 'complain', 'hatchet', 'john', 'ran', 'thinking', 'triumph', 'civilization', 'little', 'dull', 'hatchet', 'little', 'christian', 'strange', 'plant', 'animal', 'city', 'people', 'adventure', 'traveler', 'savage', 'wild_beasts', 'second', 'book', 'tell', 'travel', 'central', 'america', 'journey', 'world', 'street', 'quaint', 'old', 'town', 'board', 'strange', 'vessel', 'india', 'china', 'calcutta', 'bombay', 'persia', 'russia', 'constantinople', 'athens', 'old', 'town', 'like', 'trip', 'world', 'stirring', 'fireside', 'traveler', 'discomfort', 'traveling', 'little', 'friend', 'trip', 'providing', 'mind', 'work', 'little', 'publisher', 'promised', 'send', 'desirable', 'book', 'send', 'new_subscribers', 'want', 'valuable', 'book', 'willing', 'work', 'little', 'ettez', 'obiet', 'hattie', 'randall', 'spink', 'dak', 'ter', 'writes', 'year', 'old', 'live', 'sixty_miles', 'indian', 'reservation', 'west', 'missouri', 'river', 'brother', 'sister', 'taken', 'instructor', 'year', 'year', 'half', 'club', 'sabbath', 'school', 'year', 'attended', 'day_school', 'year', 'month', 'year', 'hattie', 'attended', 'sabbath', 'school', 'doubt', 'year', 'taken', 'instructor', 'doubtless', 'mean', 'living', 'near', 'sabbath', 'school', 'write', 'hattie', 'tell', 'tell', 'indian', 'following', 'letter', 'young', 'christian', 'trust', 'trying', 'faithfully', 'adorn', 'profession', 'consistent', 'life', 'jennie', 'erixson', 'stella', 'cleary', 'year', 'age', 'rosetta', 'wright', 'thirteen', 'year', 'old', 'youngest', 'sister', 'church', 'member', 'kossuth', 'iowa', 'member', 'moved', 'away', 'brought', 'truth', 'baptized', 'eld', 'olsen', 'norway', 'iowa', 'camp', 'meeting', 'slimmer', 'interesting', 'prayer', 'meeting', 'tuesday', 'evening', 'private_houses', 'sabbath', 'evening', 'church', 'good', 'lord', 'showing', 'child', 'truth', 'pray', 'faithful', 'home', 'earth', 'new', 'youirjr', 'imicifur', 'published', 'weekly', 'publishing', 'association', 'battle', 'creek', 'mich', 'chapman', 'editor', 'miss', 'winnie', 'loughborough', 'editor', 'instructor', 'illustrated', 'page_sheet', 'especially', 'adapt', 'use', 'sabbath', 'school', 'term', 'advance', 'tittle', 'written', 'instructor', 'modern', 'sphinr', 'iwith', 'pyramid', 'grimly', 'bid', 'defiance', 'age', 'eastern', 'land', 'sentinel', 'stand', 'puzzled', 'sage', 'isadore', 'miner', 'thoy', 'publisher', 'instructor', 'thought', 'heard', 'little', 'people', 'dear', 'wish', 'new_book', 'read', 'hunted', 'looked', 'great', 'bookstore', 'brought', 'nice', 'book', 'said', 'child', 'providing', 'trouble', 'isn', 'let', 'peep', 'inside', 'cover', 'maybe', 'shall', 'want', 'bad', 'providing', 'pretty', 'book', 'red', 'blue', 'green', 'cover', 'trimmed', 'gilt', 'jet', 'book', 'travel', 'adventure', 'nearly', 'inch', 'wide', 'seven', 'inch', 'long', 'page', 'thirty', 'picture', 'tell', 'wonderful_things', 'seen', 'travel', 'south', 'america', 'single', 'copy', 'copy', 'address', 'copy', 'address', 'year', 'address', 'youth', 'instructor', 'battle', 'creek', 'art', 'pacific_press', 'oakland', 'cal']
root - INFO - extracting file #73500: 2017-04-Final-Corpus/YI18950314-V43-11-page7.txt
root - INFO - extracting file #74000: 2017-04-Final-Corpus/YI19010307-V49-10-page4.txt
root - INFO - ['youtfits', 'instructor', 'way', 'round', 'tiresome', 'way', 'long', 'hard', 'way', 'avoid', 'path', 'astray', 'traveler', 'thousand', 'path', 'fear', 'doubt', 'labyrinth', 'round', 'straight', 'ahead', 'way', 'wish', 'reach', 'goal', 'climb', 'ache', 'strength', 'pay', 'toll', 'miss', 'aim', 'said', 'straight', 'ahead', 'frank', 'walcott', 'hutt', 'spiritual', 'indigestion', 'people', 'continually', 'studying', 'vivid', 'imagination', 'picture', 'food', 'digested', 'momentarily', 'conscious', 'heartbeat', 'ideal', 'condition', 'live', 'god', 'intends', 'shall', 'accept', 'right', 'principle', 'faith', 'believe', 'care', 'physically', 'maintaining', 'attitude', 'outlined', 'sure', 'way', 'encourage', 'dyspepsia', 'treat', 'soul', 'way', 'sowing', 'spiritual', 'indigestion', 'continually', 'worry', 'getting', 'food', 'bible', 'nourish', 'feel', 'receiving', 'benefit', 'bible', 'study', 'forget', 'begin', 'feel', 'physical', 'food', 'evidence', 'abnormal', 'seeking', 'feel', 'spiritual_food', 'simply', 'praying', 'spiritual', 'indigestion', 'way', 'immediate', 'effect', 'physical', 'food', 'stimulant', 'similar', 'manner', 'read', 'chapter', 'book', 'act', 'immediate', 'sense', 'stimulation', 'read', 'cheap', 'gospel', 'religious', 'novel', 'bud', 'blossom', 'fervent', 'enthusiasm', 'like', 'effect', 'produced', 'stimulant', 'short', 'lived', 'food', 'feel', 'digested', 'transformed', 'energy', 'emergency', 'arises', 'brought', 'face', 'face', 'soul', 'need', 'spiritual', 'energy', 'shall', 'surprised', 'stored', 'energy', 'readily', 'win', 'miller', 'living', 'century', 'preach', 'second', 'coming', 'lord', 'mistake', 'course', 'enoch', 'knew', 'flood', 'come', 'earth', 'noah', 'time', 'knew', 'coming', 'lord', 'suffer', 'die', 'mind', 'leap', 'away', 'important_events', 'dwell', 'second', 'coming', 'christ', 'speaks', 'lord', 'coming', 'execute', 'judgment', 'coming', 'time', 'jesus', 'said', 'man', 'hear', 'word', 'believe', 'judge', 'came', 'judge', 'world', 'save', 'world', 'john', 'judge', 'world', 'second', 'coming', 'act', 'tim', 'enoch', 'spoke', 'lord', 'coming', 'thousand', 'saint', 'angel', 'came', 'time', 'came', 'humility', 'born', 'manger', 'known', 'son', 'carpenter', 'come', 'second', 'time', 'come', 'power', 'glory', 'mighty', 'angel', 'matt', 'thess', 'faith', 'enoch', 'translated', 'death', 'heb', 'enoch', 'mind', 'dwelt', 'intently', 'second', 'coming', 'lord', 'translation', 'living', 'righteous', 'time', 'faith', 'took', 'hold', 'power', 'god', 'translate', 'righteous', 'men', 'heaven', 'seeing', 'death', 'lord', 'granted', 'privilege', 'knowing', 'translating', 'power', 'experience', 'enoch', 'walked', 'god', 'kept', 'mind', 'lord', 'coming', 'till', 'faith', 'event', 'enabled', 'know', 'advance', 'power', 'glory', 'plainly', 'glorious', 'subject', 'christ', 'second', 'coming', 'mean', 'modern', 'idea', 'inasmuch', 'preached', 'enoch', 'flood', 'right', 'preach', 'inform', 'people', 'necessary', 'jesus', 'come', 'error', 'balance', 'greater', 'right', 'god', 'stand', 'determinedly', 'follow', 'thing', 'god', 'want', 'settle', 'forced', 'balance', 'lasting', 'peace', 'item', 'christ', 'help', 'right', 'selected', 'winter', 'home', 'muskrat', 'boy', 'seen', 'muskrat', 'know', 'burrow', 'bank', 'stream', 'pond', 'know', 'muskrat', 'build', 'pretentious', 'winter', 'home', 'furry', 'aristocrat', 'select', 'site', 'house', 'shallow', 'spot', 'swamp', 'quiet', 'stream', 'moonlight', 'night', 'fall', 'year', 'seen', 'work', 'new', 'dwelling', 'gather', 'stick', 'dried', 'grass', 'bunch', 'fallen', 'leaf', 'building', 'material', 'mouth', 'swim', 'spot', 'chosen', 'begin', 'build', 'mound', 'leaving', 'hollow', 'space', 'middle', 'house', 'finished', 'look', 'like', 'pile', 'leaf', 'gardener', 'rake', 'lawn', 'autumn', 'reality', 'firm', 'strength', 'given', 'stick', 'laid', 'layer', 'leaf', 'mass', 'soon', 'frozen', 'stiff', 'remaining', 'winter', 'wall', 'snug', 'little', 'chamber', 'muskrat', 'sleep', 'daytime', 'flat', 'stone', 'log', 'house', 'built', 'sort', 'shelf', 'purpose', 'doorway', 'water', 'owner', 'dive', 'wish', 'river', 'swamp', 'frozen', 'swim', 'long_distance', 'ice', 'bubble', 'air', 'breathe', 'shoot', 'seen', 'generally', 'night', 'landing', 'opening', 'near', 'shore', 'canter', 'cornfield', 'glean', 'ear', 'left', 'farmer', 'visit', 'old', 'barn', 'carry', 'apple', 'turnip', 'vegetable', 'stored', 'fond', 'fresh', 'water', 'mussel', 'gnawed', 'mussel', 'shell', 'generally', 'stream', 'inhabited', 'muskrat', 'easy', 'know', 'track', 'muskrat', 'animal', 'place', 'hind', 'foot', 'slightly', 'webbed', 'larger', 'set', 'leg', 'angle', 'trail', 'peculiarity', 'plainly', 'second', 'place', 'line', 'running', 'mark', 'paw', 'sharp', 'edged', 'tail', 'animal', 'trail', 'ground', 'run', 'selected', 'watch', 'expected', 'enormous', 'watch', 'exhibited', 'louis', 'world', 'fair', 'polished', 'metal', 'case', 'lie', 'large', 'people', 'able', 'walk', 'moving', 'wheel', 'nearly', 'seventy', 'foot', 'diameter', 'foot', 'high', 'neat', 'little', 'stairway', 'running', 'balance', 'wheel', 'weigh', 'ton', 'hairspring', 'man', 'wrist', 'mainspring', 'foot', 'length', 'sprung', 'steel', 'band', 'inch', 'bound', 'guide', 'point', 'watch', 'wound', 'steam', 'regularly', 'certain', 'hour', 'day', 'interesting', 'connection', 'read', 'berlin', 'watch', 'measure', 'fourth', 'inch', 'diameter', 'face', 'size', 'head', 'large', 'sized', 'tack', 'nail', 'weighs', 'grain', 'troy', 'perfect', 'time', 'selected', 'utilized', 'extent', 'little', 'dreamed', 'david_paulson', 'noah', 'great', 'grandfather', 'know', 'dear', 'youth', 'child', 'noah', 'great', 'grandfather', 'mind', 'let', 'noah', 'father', 'lamech', 'lamech', 'father', 'methuselah', 'oldest', 'man', 'lived', 'methuselah', 'father', 'enoch', 'translated', 'seeing', 'death', 'enoch', 'noah', 'great', 'grandfather', 'doe', 'enoch', 'holy', 'man', 'type', 'lord', 'come', 'alive', 'translated', 'enoch', 'enoch', 'prophet', 'preacher', 'righteousness', 'fragment', 'enoch', 'sermon', 'jude', 'enoch', 'seventh', 'adam', 'prophesied', 'saying', 'behold', 'lord_cometh', 'thousand', 'saint', 'execute', 'judgment', 'convince', 'ungodly', 'ungodly', 'deed', 'ungodly', 'committed', 'hard', 'speech', 'ungodly', 'sinner', 'spoken', 'special', 'topic', 'enoch', 'preaching', 'christ', 'second', 'coming', 'people', 'starr', 'balance', 'bookkeeper', 'sat', 'long', 'legged', 'stool', 'light', 'pulled', 'close', 'book', 'clock', 'struck', 'gesture', 'despair', 'pushed', 'stool', 'stood', 'leaning', 'ledger', 'digging', 'elbow', 'page', 'groped', 'nervously', 'finger', 'root', 'disordered', 'hair', 'trial', 'balance', 'dollar', 'footing', 'separate', 'time', 'hardly', 'true', 'doubtful', 'item', 'thirty', 'cent', 'use', 'bothering', 'added', 'dollar', 'thirty', 'cent', 'subtracted', 'cent', 'likely', 'try', 'footing', 'clock', 'weary', 'brain', 'ached', 'voice', 'kept', 'saying', 'thirty', 'cent', 'thirtyeight', 'cent', 'suddenly', 'bookkeeper', 'stopped', 'thought', 'moment', 'said', 'look', 'thirty', 'cent', 'looked', 'glance', 'convinced', 'error', 'thirty', 'cent', 'added', 'error', 'worse', 'real', 'difference', 'apparent', 'rapidly', 'ran', 'page', 'stopped', 'moment', 'item', 'cent', 'let', 'half', 'dollar', 'thirty', 'cent', 'look', 'item', 'sure', 'item', 'posted', 'wrong_side', 'ledger', 'went', 'place', 'sigh', 'relief', 'weary', 'young_man', 'shoved', 'book', 'safe', 'turned', 'light', 'went', 'home', 'friend', 'fear', 'admission']
root - INFO - extracting file #74500: 2017-04-Final-Corpus/YI19040823-V52-34-page5.txt
root - INFO - extracting file #75000: 2017-04-Final-Corpus/YI19070709-V55-28-page6.txt
root - INFO - ['the_youth', 'instructor', 'july', 'came', 'suffering', 'paralysis', 'result', 'lead', 'poisoning', 'doctor', 'given', 'placed', 'bath', 'treated', 'electrically', 'water', 'course', 'time', 'managed', 'white', 'lead', 'oozing', 'root', 'finger', 'nail', 'millionaire', 'patient', 'sir', 'william', 'ferguson', 'gave', 'cay', 'live', 'advised', 'sake', 'professional', 'reputation', 'touch', 'case', 'gangrene', 'big', 'toe', 'aneurism', 'leg', 'old', 'man', 'operate', 'sir', 'william', 'taken', 'foot', 'took', 'believing', 'cure', 'electricity', 'massage', 'lon', 'got', 'bad', 'place', 'size', 'dollar', 'pin', 'head', 'finally', 'cured', 'lived', 'year', 'afterwz', 'grateful', 'insisted', 'paying', 'fee', 'largest', 'sum', 'monei', 'believe', 'bestowed', 'medical', 'service', 'physician', 'fifty', 'thou', 'dollar', 'young_people', 'weekly', 'training', 'necessary', 'question', 'face', 'yot', 'person', 'life', 'character', 'destiny', 'time', 'endowed', 'talent', 'mean', 'disposal', 'use', 'present', 'time', 'determines', 'future', 'life', 'character', 'destiny', 'time', 'workshop', 'talent', 'tocls', 'experience', 'workman', 'mold', 'character', 'experience', 'environment', 'place', 'placed', 'given', 'privilege', 'choosing', 'making', 'environment', 'cht', 'racter', 'product', 'choosing', 'environment', 'excuse', 'careless', 'misdirected', 'life', 'view', 'stern', 'fact', 'face', 'opportunity', 'god', 'given', 'young', 'peop', 'proclamation', 'angel', 'message', 'taking', 'glorious', 'wok', 'given', 'men', 'solemn', 'question', 'confronts', 'immediate', 'demand', 'training', 'god', 'design', 'place', 'consecrated', 'young_person', 'surely', 'place', 'prepared', 'heavenly', 'sion', 'place', 'designated', 'earth', 'whe', 'work', 'god', 'know', 'place', 'god', 'know', 'direct', 'trust', 'follow', 'the_youth', 'mistake', 'preparation', 'service', 'contemplate', 'missionary_workers', 'think', 'far', 'advanced', 'need', 'particular', 'drill', 'feel', 'stand', 'greatest', 'need', 'thorough', 'training', 'fed', 'fitted', 'work', 'know', 'scarcely', 'start', 'labor', 'self', 'important', 'manner', 'receive', 'knowledge', 'obtai', 'christ', 'school', 'gospel', 'worker', 'page', 'young_man', 'desire', 'enter', 'field', 'missionary', 'colporteurs', 'canvasser', 'receive', 'suitable', 'degree', 'mental', 'training', 'special', 'preparation', 'calling', 'uneducated', 'untrained', 'unrefined', 'prepared', 'enter', 'field', 'powerful', 'influence', 'talent', 'education', 'combat', 'truth', 'god', 'word', 'gospe', 'worker', 'page', 'way', 'young_people', 'older', 'treat', 'matter', 'fitting', 'life', 'work', 'come', 'conclusion', 'think', 'important', 'attenc', 'school', 'lack', 'desire', 'receive', 'training', 'fot', 'service', 'line', 'work', 'denotes', 'absence', 'ambition', 'best', 'life', 'definite', 'object', 'drifting', 'young_person', 'perception', 'quickened', 'realization', 'world', 'need', 'simply', 'remain', 'indifferent', 'situation', 'soon', 'come', 'realize', 'sense', 'need', 'receiving', 'best', 'possible', 'training', 'work', 'seventh', 'day', 'adventist', 'established', 'school', 'adventist', 'young_person', 'fails', 'forth', 'effort', 'power', 'avail', 'training', 'offered', 'realizing', 'world', 'greatest', 'need', 'angel', 'message', 'world', 'generation', 'watchword', 'hancock', 'step', 'step', 'climbed', 'splendid', 'qualification', 'known', 'year', 'ago', 'director', 'survey', 'retired', 'walcott', 'unanimously', 'recognized', 'natural', 'successor', 'place', 'day', 'reputation', 'scientist', 'second', 'honored', 'degree', 'leading', 'university', 'member', 'leading', 'scientific', 'society', 'world', 'numbering', 'score', 'awarded', 'medal', 'foremost', 'foreign', 'geological', 'society', 'new', 'post', 'enlarged', 'opportunity', 'scientific', 'work', 'line', 'line', 'kindred', 'long', 'followed', 'christian', 'endeavor', 'world', 'think', 'tombstone', 'certain', 'large', 'graveyard', 'bear', 'inscription', 'meant', 'tried', 'little', 'failed', 'lamentable', 'young_people', 'neglect', 'discouraging', 'circumstance', 'nature', 'arm', 'man', 'faculty', 'enables', 'easily', 'feat', 'impossible', 'acorn', 'responsible', 'kind', 'seed', 'responsible', 'sunlight', 'dew', 'rain', 'developing', 'physical', 'possibility', 'growth', 'doe', 'tiny', 'daisy', 'mission', 'perform', 'great', 'pine', 'raise', 'head', 'foot', 'modest', 'flower', 'pas', 'boundary', 'possibility', 'set', 'germ', 'life', 'prevent', 'dwarfing', 'half', 'development', 'grand', 'object', 'life', 'determine', 'shall', 'develop', 'intended', 'golden', 'day', 'laden', 'opportunity', 'living', 'enlightened', 'age', 'country', 'opportunity', 'surround', 'sit', 'folded', 'hand', 'asking', 'god', 'work', 'given', 'necessary', 'ability', 'strength', 'wait', 'opportunity', 'thousand', 'noble', 'example', 'encourage', 'unbiased', 'ambitious', 'young', 'man', 'young_woman', 'college_course', 'offer', 'attractive', 'probable', 'way', 'securing', 'high', 'ideal', 'large', 'capacity', 'usefulness', 'true', 'education', 'consists', 'drawing', 'developing', 'human', 'faculty', 'preparation', 'individual', 'grasp', 'improve', 'opportunity', 'responsibility', 'life', 'specific', 'place', 'appointed', 'life', 'determined', 'capability', 'reach', 'development', 'equal', 'efficiency', 'work', 'aim', 'high', 'union', 'human', 'divine_power', 'possible', 'reach', 'education', 'page', 'remember', 'reach', 'higher', 'standard', 'set', 'set', 'mark', 'high', 'step', 'step', 'painful', 'effort', 'self', 'denial', 'sacrifice', 'ascend', 'length', 'ladder', 'progress', 'let', 'hinder', 'opposing', 'circumstance', 'create', 'firm', 'determination', 'overcome', 'christ', 'object_lesson', 'page', 'secure', 'good_education', 'paul', 'thing', 'christ', 'strengtheneth', 'persistent', 'little', 'engine', 'heard', 'day', 'loaded', 'freight', 'train', 'trying', 'climb', 'steep', 'grade', 'railroad', 'yard', 'train', 'got', 'stuck', 'whistled', 'help', 'lightning', 'express', 'train', 'come', 'long_journey', 'train', 'whistled', 'come', 'tired', 'completed', 'long_run', 'stalled', 'train', 'signaled', 'limited', 'william', 'cobbett', 'got', 'education', 'truth', 'scripture', 'fear', 'lord', 'beginning', 'wisdom', 'striking', 'illustration', 'william', 'cobbett', 'poor', 'private', 'soldier', 'british', 'army', 'year', 'ago', 'time', 'private', 'soldier', 'cared', 'day', 'learned', 'grammar', 'cobbett', 'private', 'soldier', 'pay', 'sixpence', 'day', 'edge', 'berth', 'seat', 'study', 'knapsack', 'bookcase', 'bit', 'board', 'lying', 'lap', 'writing', 'table', 'money', 'purchase', 'candle', 'oil', 'winter', 'time', 'rarely', 'evening', 'light', 'turn', 'buy', 'pen', 'sheet', 'paper', 'compelled', 'forego', 'portion', 'food', 'state', 'half', 'starvation', 'read', 'write', 'amid', 'talking', 'laughing', 'singing', 'whistling', 'brawling', 'half', 'score', 'thoughtless', 'men', 'notwithstanding', 'discouragement', 'cobbett', 'discovered', 'way', 'ignorance', 'way', 'led', 'fame', 'honor', 'knowledge', 'succeeded', 'producing', 'book', 'remain', 'model', 'kind', 'long', 'language', 'man', 'conversion', 'christ', 'inspiration', 'struggle', 'wisdom', 'achievement', 'transformed', 'intellectually', 'surely', 'divine_grace', 'changed', 'spiritually', 'selected', 'success', 'man', 'charles', 'walcott', 'recently', 'stepped', 'post', 'director', 'geological', 'survey', 'held', 'year', 'secretary', 'smithsonian', 'institution', 'won', 'way', 'face', 'tremendous', 'financial', 'difficulty', 'early', 'life', 'determined', 'geologist', 'money', 'attend', 'technical', 'school', 'college', 'necessity', 'earning', 'living', 'took', 'time', 'eighteen', 'went', 'steel', 'hardware', 'establishment', 'hour', 'long', 'work', 'hard', 'long', 'hard', 'prevent', 'devoting', 'time', 'day', 'study', 'later', 'order', 'nearer', 'nature', 'threw', 'post', 'went', 'country', 'year', 'labored', 'farm', 'hand', 'devoting', 'minute', 'leisure', 'tramping', 'hill', 'new', 'york', 'hammer', 'hand', 'chipping', 'away', 'rock', 'came', 'year', 'old', 'member', 'new', 'york', 'geological', 'survey', 'time', 'earning', 'living', 'work', 'devoted', 'leisure', 'time', 'thirteen', 'year', 'year', 'later', 'went', 'united', 'state', 'geological', 'survey', 'receiving', 'salary', 'fifty', 'dollar', 'month', 'start', 'rise', 'rapid', 'attainment', 'painfully', 'acquired', 'thorough']
root - INFO - extracting file #75500: 2017-04-Final-Corpus/YI19090323-V57-12-page12.txt
root - INFO - extracting file #76000: 2017-04-Final-Corpus/YI19100927-V58-39-page16.txt
root - INFO - ['the_youth', 'instructor', 'september', 'the_youth', 'instructor', 'issued', 'tuesday', 'review', 'herald', 'publishing', 'assn', 'takoma', 'park', 'station', 'washington', 'mile', 'line', 'follow', 'coast', 'line', 'ocean', 'bay', 'sound', 'hague', 'tribunal', 'hold', 'shall', 'follow', 'coast', 'line', 'ocean', 'reach', 'bay', 'sound', 'shall', 'extend', 'headland', 'headland', 'bay', 'sound', 'territorial', 'water', 'regardless', 'width', 'contention', 'sustained', 'portion', 'bay', 'sound', 'imaginary', 'line', 'mile', 'shore', 'high', 'sea', 'word', 'middle', 'hay', 'sound', 'mile', 'wide', 'outside', 'jurisdiction', 'newfoundland', 'stand', 'bay', 'sound', 'newfoundland', 'water', 'small', 'arm', 'ocean', 'indent', 'coast', 'newfoundland', 'haunt', 'thousand', 'fisherman', 'future', 'water', 'people', 'fish', 'subject', 'absolute', 'control', 'adjacent', 'country', 'doe', 'necessarily', 'follow', 'decision', 'point', 'work', 'disadvantage', 'american', 'tested', 'experience', 'reach', 'conclusion', 'effect', 'american', 'probably', 'hasten', 'final', 'international', 'agreement', 'status', 'bay', 'sound', 'reason', 'favorably', 'accepted', 'united', 'state', 'present', 'settled', 'policy', 'rule', 'nation', 'issue', 'washington', 'time', 'woman', 'legislator', 'woman', 'right', 'hold', 'office', 'finland', 'vote', 'tested', 'legislator', 'citizen', 'elected', 'finnish', 'parliament', 'factory', 'inspector', 'principal', 'girl', 'school', 'historical', 'writer', 'doctor', 'philosophy', 'lecturer', 'political', 'question', 'clergyman', 'widow', 'public', 'school', 'teacher', 'peasant', 'wife', 'seamstress', 'servant', 'girl', 'hooper', 'wife', 'forty_years', 'age', 'case', 'husband', 'wife', 'elected', 'membership', 'lawmaking', 'body', 'country', 'appointed', 'committee', 'serve', 'distinction', 'sex', 'keenly', 'awake', 'act', 'special_interest', 'woman', 'compare', 'favorably', 'men', 'forceful', 'debate', 'sound', 'judgment', 'general', 'issue', 'tried', 'legislative', 'assembly', 'opinion', 'studied', 'experiment', 'close', 'range', 'franchise', 'woman', 'proved', 'distinct', 'gain', 'finland', 'point', 'view', 'service', 'arrow', 'point', 'write', 'heart', 'day', 'best', 'day', 'year', 'goon', 'deal', 'trouble', 'world', 'arises', 'fact', 'folk', 'like', 'garden', 'prefer', 'hem', 'nixon', 'waterman', 'precept', 'freeze', 'example', 'warms', 'precept', 'address', 'example', 'lay', 'hold', 'precept', 'marble', 'statue', 'example', 'glow', 'life', 'thing', 'flesh', 'blood', 'gladstone', 'world', 'need', 'leadership', 'quality', 'seek', 'bos', 'quality', 'strong', 'true', 'decide', 'right', 'waiting', 'quality', 'decides', 'true', 'god', 'need', 'howard', 'johnston', 'fannie', 'dickerson', 'chase', 'ubsrripttun', 'naito', 'yearly', 'subscription', 'editor', 'oci', 'month', 'club', 'rate', 'copy', 'address', 'year', 'copy', 'address', 'month', 'copy', 'address', 'month', 'entered', 'second', 'class_matter', 'august', 'post', 'office', 'washington', 'act', 'congress', 'march', 'captivated', 'christ', 'remarkable', 'convert', 'preacher', 'india', 'produced', 'nilakautha', 'goreh', 'nehemiah', 'goreh', 'called', 'baptism', 'high', 'caste', 'hindu', 'pundit', 'deeply', 'versed', 'hindu', 'philosophical', 'despised', 'christianity', 'thinking', 'religion', 'fit', 'ignorant', 'outcaste', 'set', 'undertake', 'refutation', 'object', 'proving', 'false', 'began', 'study', 'bible', 'result', 'yielded', 'simple', 'fascination', 'christ', 'christian', 'explain', 'caught', 'net', 'away', 'christ', 'lie', 'said', 'christ', 'pure', 'expression', 'similar', 'experience', 'pastor', 'hsi', 'china', 'scholar', 'man', 'influence', 'opium', 'slave', 'read', 'enamored', 'new_testament', 'conscious', 'overpowering', 'presence', 'christ', 'suddenly', 'moment', 'glorious', 'faith', 'exclaimed', 'christ', 'enthralled', 'forever', 'nehemiah', 'goreh', 'high', 'privilege', 'helping', 'pandita', 'ramabai', 'child', 'widow', 'friend', 'way', 'christ', 'bible', 'world', 'verdict', 'fishery', 'dispute', 'hague', 'verdict', 'fishery', 'dispute', 'united', 'state', 'canada', 'rationally', 'considered', 'impress', 'fair', 'minded', 'american', 'reasonable', 'settlement', 'controversy', 'cause', 'difficulty', 'century', 'united', 'state', 'win', 'point', 'england', 'naturally', 'satisfied', 'decision', 'favor', 'surely', 'raise', 'objection', 'decision', 'point', 'american', 'fisherman', 'subject', 'reasonable', 'regulation', 'consistently', 'ask', 'greater', 'right', 'newfoundland', 'water', 'accepting', 'decision', 'simply', 'footing', 'understood', 'newfoundland', 'advantage', 'ruling', 'adopt', 'measure', 'conservation', 'fishery', 'prevention', 'waste', 'destruction', 'plain', 'interested', 'policy', 'great', 'britain', 'second', 'point', 'united', 'state', 'loses', 'concerning', 'mile', 'limit', 'contention']
root - INFO - extracting file #76500: 2017-04-Final-Corpus/YI19120326-V60-13-page6.txt
root - INFO - extracting file #77000: 2017-04-Final-Corpus/YI19130909-V61-36-page1.txt
root - INFO - ['rbe', 'rom', 'youth', 'instructor', 'september', 'noa', 'mrte', 'vol', 'mili', 'ffill', 'mila']
root - INFO - extracting file #77500: 2017-04-Final-Corpus/YI19150202-V63-05-page19.txt
root - INFO - extracting file #78000: 2017-04-Final-Corpus/YI19160718-V64-29-page5.txt
root - INFO - ['july', 'youth', 'instructor', 'life', 'god', 'pledge', 'mankind', 'stand', 'free', 'animal', 'come', 'petted', 'sudden', 'movement', 'bring', 'gentle', 'eye', 'look', 'fear', 'glimpse', 'enemy', 'came', 'garden', 'fallen', 'position', 'power', 'influence', 'heaven', 'lucifer', 'son', 'morning', 'cast', 'envious', 'eye', 'garden', 'delight', 'innocent', 'happy', 'inmate', 'conceived', 'plan', 'enter', 'spoil', 'fair', 'work', 'creator', 'appear', 'evil', 'hateful', 'form', 'thing', 'unknown', 'marked', 'alien', 'clothed', 'beautiful', 'form', 'animal_life', 'success', 'false', 'step', 'known', 'satan', 'sin', 'garden', 'man', 'woman', 'kept', 'tree', 'life', 'glimpse', 'sorrowful', 'pair', 'driven', 'home', 'love', 'angel', 'flaming', 'sword', 'standing', 'guard', 'despoiled', 'paradise', 'midnight', 'gloom', 'garden', 'gethsemane', 'deeper', 'gloom', 'night', 'spiritual', 'darkness', 'enveloping', 'saviour', 'come', 'bitterest', 'struggle', 'life', 'half', 'year', 'walked', 'earth', 'thorny', 'way', 'seen', 'fullest', 'effect', 'sin', 'released', 'satan', 'bond', 'victim', 'satan', 'suggests', 'mind', 'small', 'result', 'seen', 'toil', 'prayer', 'handful', 'disciple', 'sleeping', 'anguish', 'leading', 'band', 'soldier', 'seize', 'temporary', 'success', 'fickle', 'multitude', 'morrow', 'crucify', 'way', 'help', 'mankind', 'way', 'cross', 'shadow', 'entered', 'christ', 'human_nature', 'temptation', 'great', 'turn', 'ungrateful', 'recipient', 'love', 'kindness', 'return', 'heavenly', 'court', 'harmony', 'reigned', 'thrice', 'prays', 'removal', 'bitter', 'cup', 'public', 'disgrace', 'desertion', 'friend', 'cruel', 'death', 'shame', 'father', 'victory', 'won', 'iii', 'language', 'altogether', 'feeble', 'attempt', 'flescription', 'heaven', 'scene', 'rise', 'lost', 'amazement', 'carried', 'away', 'surpassing', 'splendor', 'excellent', 'glory', 'lay', 'pen', 'exclaim', 'love', 'wondrous', 'love', 'avail', 'attempt', 'beauty', 'garden', 'glorious', 'new_earth', 'eye', 'hath', 'seen', 'ear', 'heard', 'entered', 'heart', 'man', 'thing', 'god', 'hath', 'prepared', 'love', 'know', 'perfect_peace', 'harmony', 'exist', 'defile', 'harm', 'pervading', 'spirit', 'spirit', 'love', 'know', 'baffle', 'seen', 'light', 'god', 'providence', 'battle', 'self', 'sin', 'forever', 'christ', 'garden', 'eden', 'creator', 'glory', 'christ', 'garden', 'gethsemane', 'conqueror', 'hope', 'christ', 'eden', 'restored', 'light', 'king', 'city', 'hath', 'need', 'sun', 'lamb', 'light', 'thereof', 'throne', 'god', 'lamb', 'shall', 'garden', 'man', 'lost', 'second', 'regain', 'privilege', 'enjoying', 'purified', 'ennobled', 'gift', 'loving', 'rhae', 'allbon', 'procrastination', 'procrastination', 'word', 'procrastinate', 'defined', 'webster', 'till', 'tomorrow', 'day', 'day', 'defer', 'postpone', 'delay', 'procrastination', 'thief', 'said', 'thief', 'time', 'thief', 'time', 'lay', 'hold', 'time', 'intended', 'use', 'preparing', 'responsibility', 'work', 'life', 'posse', 'characteristic', 'thief', 'subtle', 'deceitful', 'dangerous', 'come', 'unawares', 'sens', 'aroused', 'recognize', 'artist', 'tried', 'teach', 'picture', 'father', 'time', 'inverted', 'hourglass', 'young_man', 'lying', 'ease', 'luxurious', 'couch', 'table', 'spread', 'rich', 'fruit', 'viand', 'passing', 'open_door', 'certain', 'figure', 'represent', 'opportunity', 'come', 'invite', 'young_man', 'nobleness', 'manliness', 'usefulness', 'worth', 'rugged', 'sun', 'browned', 'form', 'carrying', 'flail', 'labor', 'invite', 'youth', 'toil', 'passed', 'far', 'unheeded', 'philosopher', 'open', 'book', 'inviting', 'young_man', 'thought', 'study', 'master', 'secret', 'mystic', 'volume', 'opportunity', 'disregarded', 'youth', 'desire', 'learning', 'close', 'philosopher', 'come', 'woman', 'bowed', 'form', 'carrying', 'child', 'dress', 'betokens', 'widowhood', 'poverty', 'hand', 'stretched', 'appealingly', 'craves', 'charity', 'looking', 'closely', 'picture', 'young_man', 'hold', 'money', 'hand', 'clasping', 'tightly', 'poor', 'widow', 'pleading', 'vain', 'figure', 'pass', 'endeavoring', 'lure', 'woo', 'idle', 'ease', 'form', 'beautiful', 'woman', 'seek', 'love', 'awaken', 'noble', 'purpose', 'worthy', 'power', 'inspire', 'ambitious', 'effort', 'opportunity', 'pas', 'invitation', 'unheeded', 'arousing', 'seize', 'late', 'vanishing', 'sight', 'door', 'closing', 'procrastinator', 'doe', 'injury', 'radius', 'dilatory', 'movement', 'necessity', 'discommoded', 'plan', 'thwarted', 'turn', 'meaning', 'individual', 'requested', 'service', 'kind', 'use', 'little', 'command', 'wait', 'minute', 'know', 'minute', 'yes', 'rightly', 'conclude', 'thief', 'time', 'procrastination', 'thief', 'integrity', 'honesty', 'purpose', 'self', 'respect', 'example', 'modern', 'history', 'showing', 'procrastination', 'man', 'contrasted', 'advantage', 'gained', 'incident', 'remember', 'historical', 'account', 'contest', 'cornwallis', 'washington', 'near', 'trenton', 'new', 'jersey', 'winter', 'washington', 'crossed', 'delaware', 'river', 'floating', 'ice', 'marched', 'trenton', 'severe', 'snowstorm', 'cornwallis', 'thinking', 'time', 'strike', 'marched', 'south', 'princeton', 'force', 'catch', 'washington', 'finding', 'army', 'trenton', 'bend', 'delaware', 'said', 'bag', 'old', 'fox', 'morning', 'feeling', 'confident', 'washington', 'escape']
root - INFO - extracting file #78500: 2017-04-Final-Corpus/YI19171225-V65-52-page4.txt
root - INFO - extracting file #79000: 2017-04-Final-Corpus/YI19190722-V67-29-page6.txt
root - INFO - ['shall', 'gather', 'lamb', 'arm', 'carry', 'bosom', 'isa', 'thy_children', 'shall', 'taught', 'lord', 'great', 'shall', 'peace', 'thy_children', 'isa', 'whosoever', 'shall', 'humble', 'little', 'child', 'greatest', 'kingdom', 'heaven', 'whoso', 'shall', 'receive', 'little', 'child', 'receiveth', 'despise', 'little', 'unto', 'heaven', 'angel', 'behold', 'face', 'father', 'heaven', 'matt', 'jesus', 'said', 'suffer', 'little', 'child', 'forbid', 'come', 'unto', 'kingdom', 'heaven', 'matt', 'remember', 'thy', 'creator', 'day', 'thy', 'youth', 'evil', 'day', 'come', 'year', 'draw', 'nizh', 'thou_shalt', 'pleasure', 'eccl', 'love', 'love', 'seek', 'early', 'shall', 'hearken', 'unto', 'child', 'blessed', 'way', 'prov', 'suggestive', 'program', 'song', 'congregation', 'anchor', 'recitation', 'scripture', 'reading', 'prayer', 'song', 'kindergarten', 'child', 'recitation', 'bible', 'red', 'white', 'blue', 'exercise', 'rainbow', 'bible', 'drill', 'recitation', 'little', 'help', 'worth', 'deal', 'pity', 'story', 'real', 'life', 'special', 'music', 'scripture', 'reading', 'earth', 'lord', 'fulness', 'thereof', 'world', 'dwell_therein', 'hath', 'founded', 'sea', 'established', 'flood', 'lord', 'reigneth', 'let', 'earth', 'rejoice', 'let', 'multitude', 'isle', 'glad', 'thereof', 'earth', 'shall', 'knowledge', 'lord', 'water', 'cover', 'sea', 'lord_hath', 'bare', 'holy', 'arm', 'eye', 'nation', 'end', 'earth', 'shall', 'salvation', 'god', 'shall', 'endure', 'forever', 'shall', 'continued', 'long', 'sun', 'men', 'shall', 'blessed', 'nation', 'shall', 'blessed', 'bible', 'little_book', 'gold', 'gem', 'monarch', 'coffer', 'shone', 'diadem', 'nay', 'sea', 'chrysolite', 'earth', 'golden', 'ball', 'diamond', 'star', 'night', 'book', 'worth', 'baleful', 'ambition', 'eye', 'blood', 'wrung', 'spoil', 'gleam', 'death', 'uplifted', 'ehand', 'high', 'life', 'vanished', 'dream', 'hear', 'gasping', 'breath', 'poor', 'moment', 'crave', 'fool', 'wouldst', 'thou', 'stay', 'arm', 'death', 'ask', 'thy', 'gold', 'save', 'soul', 'relief', 'glittering', 'hoard', 'wealth', 'gem', 'dazzle', 'eye', 'grief', 'gold', 'purchase', 'health', 'recitation', 'thought', 'african', 'girl', 'mother', 'message', 'jesus', 'love', 'pray', 'heathen', 'blessing', 'giving', 'golden', 'apple', 'exercise', 'girl', 'offering', 'exercise', 'boy', 'gift', 'offering', 'congregation', 'offertory', 'prayer', 'doxology', 'child', 'blessed', 'balm', 'appears', 'heal', 'deepest', 'woe', 'seek', 'book', 'tear', 'tear', 'shall', 'cease', 'flow', 'died', 'calvary', 'tree', 'hath', 'promise', 'blest', 'heavy_laden', 'come', 'rest', 'bruised', 'reed', 'break', 'contrite', 'heart', 'despise', 'burden', 'light', 'yoke', 'shall', 'win', 'sky', 'yes', 'yes', 'little_book', 'worth', 'mortal', 'given', 'joy', 'earth', 'compared', 'joy', 'heaven', 'guide', 'father', 'gave', 'lead', 'realm', 'day', 'star', 'luster', 'gild', 'grave', 'light', 'life', 'way', 'william', 'leggett', 'pray', 'heathen', 'africa', 'dark', 'deep', 'forest', 'million', 'soul', 'today', 'blessed', 'gospel', 'ought', 'pray', 'second', 'child', 'pray', 'soul', 'china', 'know', 'right', 'till', 'tell', 'saviour', 'blessed', 'gospel', 'light', 'child', 'india', 'darkness', 'prayer', 'god', 'ascend', 'tell', 'jesus', 'save', 'end', 'fourth', 'child', 'macedonia', 'prayer', 'light', 'god', 'shine', 'heart', 'people', 'ray', 'love', 'divine', 'fifth', 'child', 'island', 'ocean', 'thousand', 'people', 'live', 'pray', 'daily', 'god', 'light', 'wide', 'world', 'jesus', 'prayer', 'arise', 'today', 'wide', 'world', 'jesus', 'god', 'speed', 'happy', 'day', 'selected']
root - INFO - extracting file #0: 2017-04-Final-Corpus/ADV18981201-V02-01-page1.txt
root - INFO - ['heavenly', 'visitor', 'home', 'god', 'dwells', 'personal', 'experience', 'editorial', 'greeting', 'retrospective', 'interim', 'prospective', 'new', 'ask', 'aid', 'new', 'departure', 'college', 'report', 'church_school_teachers', 'tne', 'educational', 'fund', 'note', 'comment', 'winter', 'announcement', 'cover', 'yaiqin', 'hool']
root - INFO - extracting file #500: 2017-04-Final-Corpus/ADV18990701-V01-07-page54.txt
root - INFO - extracting file #1000: 2017-04-Final-Corpus/AmSn18970916-V12-36-page16.txt
root - INFO - ['american', 'sentinel', 'emium', 'worth', 'fob', 'ttel', 'cent', 'extra', 'mark', 'bible', 'gold', 'letter', 'desired', 'short', 'time', 'ifes', 'bible', 'subscriber', 'sentinel', 'bible', 'given', 'present', 'new', 'yearly', 'subscription', 'ticsoo', 'cdrpc', 'tao', 'aca', 'sentinel', 'year', 'bible', 'postpaid', 'sentinel', 'month', 'bible', 'postpaid', 'month', 'agree', 'continue', 'offer', 'great', 'eps', 'agc', 'isz', 'patron', 'order', 'length', 'time', 'stock', 'limited', 'urge', 'writer', 'letter', 'file', 'office', 'patron', 'received', 'bible', 'good_condition', 'pleased', 'way', 'class', 'bible', 'kind', 'wanted', 'bible', 'beauty', 'wished', 'bible', 'came', 'safely', 'highly', 'appreciated', 'friend', 'bought', 'bible', 'received', 'pleased', 'received', 'bible', 'pleased', 'convey', 'appreciation', 'think', 'best', 'bargain', 'offered', 'long', 'wanted', 'bible', 'nearly', 'month', 'compared', 'higher', 'priced', 'bible', 'truthfully', 'claim', 'true', 'heartily', 'recommend', 'need', 'good', 'bible', 'best', 'bible', 'saw', 'price', 'received', 'premium', 'bible', 'surprised', 'good', 'grade', 'book', 'friend', 'examined', 'pronounce', 'excellent', 'wish', 'thank', 'beautiful', 'bible', 'received', 'yesterday', 'far', 'better', 'expected', 'superb', 'bible', 'new', 'regular', 'subscription', 'price', 'iam', 'pleased', 'like', 'better', 'bible', 'pleased', 'bible', 'type', 'great', 'delight', 'delighted', 'bible', 'know', 'sell', 'cheap', 'bible', 'far', 'expectation', 'real', 'beauty', 'pleased', 'merit', 'bible', 'offer', 'criticised', 'hand', 'received', 'numerous', 'unsolicited', 'word', 'praise', 'print', 'brevity', 'sake', 'omit', 'address', 'res', 'order', 'american', 'sentinel', 'bond', 'street', 'new', 'york', 'cdc', 'american', 'oxford', 'self', 'pronouncing', 'reference', 'teacher', 'bible', 'regular', 'price', 'sentinel', 'luzvuaaoa', 'expel', 'known']
root - INFO - extracting file #1500: 2017-04-Final-Corpus/CE19160301-V07-07-page1.txt
root - INFO - extracting file #2000: 2017-04-Final-Corpus/CUV19091103-V14-42-page6.txt
root - INFO - ['the_columbia_union_visitor', 'pay', 'rent', 'feel', 'hand', 'god', 'movement', 'number', 'city', 'interested', 'hope', 'good_results', 'faithful_work', 'brother', 'gibson', 'consecrated', 'wife', 'goodly', 'number', 'review', 'ordered', 'work', 'ask', 'prayer', 'god', 'child', 'guidance', 'city', 'alderman', 'clerk', 'west', 'pennsylvania', 'conference', 'tithe', 'receipt', 'july', 'august', 'september', 'canvasser', 'report', 'ohio', 'week', 'ending', 'october', 'endiboro', 'addie', 'flenner', 'butler', 'shobe', 'athens', 'wagner', 'summit', 'albion', 'allegheny', 'allegheny', 'german', 'altoona', 'austin', 'bradford', 'clearfield', 'coudersport', 'total', 'corry', 'corydon', 'conneautville', 'duke', 'center', 'brownlee', 'butler', 'heaton', 'huntingdon', 'eldred', 'erie', 'greensburg', 'huntingdon', 'indiana', 'jimtown', 'johnstown', 'lock', 'haven', 'acting', 'secy', 'chesapeake', 'week', 'ending', 'october', 'maryland', 'meadville', 'midway', 'north', 'warren', 'oil', 'city', 'pittsburg', 'number', 'pittsburg', 'number', 'punxsutawney', 'port', 'allegany', 'eastern', 'pennsylvania', 'week', 'ending', 'october', 'shingle', 'house', 'mile', 'run', 'titusville', 'union', 'city', 'washington', 'individual', 'kasselmeyer', 'buck', 'reynolds', 'mgotomery', 'albright', 'berk', 'gearhart', 'lehigh', 'layman', 'lackawanna', 'jenkins', 'hess', 'lancaster', 'total', 'williams', 'halstead', 'lincoln', 'percy', 'preston', 'wheeler', 'preston', 'moimil', 'ohio', 'tithe', 'receipt', 'august', 'akron', 'belief', 'ontaine', 'bowling', 'green', 'canton', 'chagrin', 'fall', 'chillicothe', 'spicer', 'talbot', 'tracy', 'baltimore', 'city', 'leon', 'post', 'madison', 'siler', 'frederick', 'jos', 'paden', 'oldtown', 'brown', 'oldtown', 'total', 'west', 'virginia', 'week', 'ending', 'october', 'jay', 'chrisman', 'madison', 'harrison', 'minesinger', 'carawas', 'kirk', 'carrollton', 'vangorder', 'fairfield', 'wagner', 'summit', 'ray', 'corder', 'belmont', 'enos', 'horst', 'ross', 'deuschle', 'ross', 'reiehenbaugh', 'stark', 'degarmo', 'summit', 'shaw', 'ottawa', 'water', 'portage', 'guy', 'corder', 'belmont', 'dunham', 'indiana', 'butler', 'erie', 'glunt', 'blair', 'mcintyre', 'armstong', 'total', 'total', 'total', 'geo', 'taylor', 'brikgeton', 'geo', 'blinn', 'himperton', 'dreyfus', 'alloway', 'walker', 'bloomfield', 'total', 'west', 'pennsylvania', 'week', 'ending', 'october', 'new', 'jersey', 'week', 'ending', 'october', 'imo']
root - INFO - extracting file #2500: 2017-04-Final-Corpus/CUV19180704-V23-27-page2.txt
root - INFO - extracting file #3000: 2017-04-Final-Corpus/GCB1902XXXX-V04-06,07-page27.txt
root - INFO - ['oriental', 'mission', 'greece', 'turkey', 'syria', 'pakstme', 'egypt', 'asia', 'minor', 'persia', 'soudan', 'population', 'office', 'grindelberg', 'hamburg', 'germany', 'officer', 'director', 'wakeham', 'treas', 'severin', 'sec', 'advisory', 'corn', 'wakeham', 'conradi', 'krum', 'beharian', 'jespersson', 'passebois', 'minister', 'wakehain', 'care', 'passebois', 'boulevard', 'mohamed', 'cairo', 'egypt', 'baharian', 'english', 'poste', 'restante', 'galata', 'constantinople', 'turkey', 'london', 'england', 'krum', 'deutsche', 'poste', 'germany', 'beirut', 'syria', 'awada', 'abd', 'elshaheed', 'luxor', 'upper', 'egypt', 'licentiate', 'jespersson', 'deutsche', 'poste', 'jerusalem', 'palestine', 'germany', 'missionary', 'licentiate', 'passebois', 'boulevard', 'mohamed', 'aly', 'cairo', 'egypt', 'ida', 'schlegel', 'care', 'passebois', 'boulevard', 'mohamed', 'cairo', 'egypt', 'homer', 'deutsche', 'poste', 'jaffa', 'palestine', 'syria', 'homer', 'deutsche', 'poste', 'jaffa', 'palestine', 'syria', 'rosine', 'baumann', 'care', 'jespersson', 'deutsche', 'poste', 'jerusalem', 'palestine', 'germany', 'aznive', 'inedjian', 'samatia', 'constantinople', 'turkey', 'europe', 'alexan', 'buzugherian', 'adana', 'turkey', 'asia', 'minor', 'enock', 'ayvazian', 'alexandrette', 'turkey', 'asia', 'minor', 'garabed', 'tatarian', 'adrianople', 'turkey', 'europe', 'bezirdjian', 'care', 'passebois', 'boulevard', 'mohamed', 'aly', 'cairo', 'egypt', 'ouzounian', 'care', 'passebois', 'boulevard', 'mohamed', 'cairo', 'egypt', 'general', 'conference', 'bulletin', 'miscellaneous', 'conference', 'mission', 'south', 'african', 'union', 'council', 'office', 'roeland', 'jape', 'town', 'committee', 'reeser', 'hyatt', 'freeman', 'anderson', 'edmed', 'chaney', 'fortner', 'ingle', 'officer', 'council', 'chairman', 'reaser', 'sec', 'edmed', 'treas', 'international', 'tract', 'society', 'minister', 'reeser', 'missionary', 'licentiate', 'minnie', 'cornwell', 'chaney', 'cora', 'blodgett', 'south', 'african', 'conference', 'organized', 'population', 'office', 'roeland', 'cape_town', 'south', 'africa', 'person', 'named', 'addressed', 'officer', 'river', 'plate', 'conference', 'organized', 'territory', 'argentine', 'republic', 'south', 'america', 'population', 'office', 'casilla', 'del', 'correo', 'buenos', 'ayres', 'argentine', 'republic', 'south', 'america', 'person', 'named', 'addressed', 'officer', 'conference', 'pres', 'town', 'sec', 'treas', 'rod', 'diriwaecbter', 'cor', 'sec', 'sadie', 'town', 'minister', 'town', 'juan', 'mccarthy', 'sydney', 'habenieht', 'licentiate', 'maas', 'missionary', 'licentiate', 'brooking', 'oppegard', 'rod', 'diriwaechter', 'lucy', 'post', 'sadie', 'town', 'louis', 'ernst', 'snyder', 'british', 'guiana', 'mission', 'general', 'address', 'church', 'georgetown', 'british', 'guiana', 'south', 'america', 'director', 'babcock', 'treas', 'morrow', 'minister', 'babcock', 'morrow', 'licentiate', 'phillip', 'giddings', 'missionary', 'licentiate', 'downer', 'morrow', 'central', 'america', 'mission', 'address', 'box', 'belize', 'british', 'honduras', 'central', 'america', 'director', 'treas', 'goodrich', 'minister', 'goodrich', 'micisionary', 'licentiate', 'owen', 'owen', 'self', 'supporting', 'wni', 'evans', 'miss', 'ada', 'evans', 'allen', 'central', 'america', 'south', 'address', 'bocas', 'del', 'toro', 'republic', 'colombia', 'south', 'america', 'director', 'treas', 'missionary', 'licentiate', 'smith', 'bii', 'smith', 'chile', 'directory', 'west', 'coast', 'south', 'america', 'mission', 'china', 'mission', 'address', 'arsenal', 'hong', 'kong', 'china', 'director', 'anderson', 'minister', 'anderson', 'missionary', 'licentiate', 'larue', 'emma', 'anderson', 'ida', 'thompson', 'wilbur', 'wilbur', 'dutch', 'guiana', 'mission', 'general', 'address', 'church', 'georgetown', 'british', 'guiana', 'south', 'america', 'director', 'babcock', 'treas', 'morrow', 'minister', 'babcock', 'missionary', 'licentiate', 'henry', 'beck', 'conference', 'pres', 'hyatt', 'sec', 'treas', 'fortner', 'com', 'ryan', 'edmed', 'tan', 'habenicht', 'lindsay', 'ingle', 'international', 'tract', 'society', 'sec', 'treas', 'fortner', 'sabbath', 'school_department', 'treas', 'fortner', 'minister', 'hyatt', 'edmed', 'tarr', 'freeman', 'licentiate', 'smailes', 'groenewald', 'ernst', 'missionary', 'licentiate', 'gaskell', 'fortner', 'willson', 'shone', 'haupt', 'hayton', 'ruth', 'hayton', 'moko', 'kalaka', 'mary', 'robertson', 'ellen', 'burrill', 'schmidt', 'theunissen', 'anna', 'shone', 'tan', 'ernst', 'reed', 'willson', 'edmed', 'groenewald', 'amelia', 'webster', 'lucy', 'groenewald', 'licensed', 'colporters', 'jubber', 'barnard', 'babnard', 'stapleford', 'ticton', 'lande', 'francis', 'brazilian', 'conference', 'organized', 'population', 'territory', 'brazil', 'south', 'america', 'office', 'address', 'caixa', 'correio', 'rio', 'janeiro', 'brazil', 'south', 'america', 'person', 'named', 'addressed', 'officer', 'conference', 'pres', 'graf', 'sec', 'treas', 'stauffer', 'com', 'graf', 'spy', 'abel', 'gregory', 'john', 'lipke', 'emil', 'schenk', 'geo', 'wischral', 'john', 'hetrick', 'johanna', 'rebling', 'minister', 'graf', 'spy', 'ernesto', 'schwantes', 'licentiate', 'stein', 'missionary', 'licentiate', 'john', 'lipke', 'stauffer', 'gregory', 'lulu', 'gregory']
root - INFO - extracting file #3500: 2017-04-Final-Corpus/HR18871101-V22-11-page11.txt
root - INFO - extracting file #4000: 2017-04-Final-Corpus/HR18921201-V27-12-page6.txt
root - INFO - ['ivenv', 'household', 'monitor', 'health', 'new', 'edition', 'fifth', 'thousand', 'prosy', 'scientific', 'treatise', 'condensed', 'lucidly', 'entertainingly', 'written', 'practical', 'treatise', 'health', 'subject', 'interested', 'topic', 'certainly', 'pleasant', 'profitable', 'reading', 'following', 'partial', 'list', 'practical', 'important', 'subject', 'considered', 'work', 'scientific', 'argument', 'alcohol', 'simple', 'remedy', 'common', 'disease', 'habit', 'scientific', 'argument', 'tobacco', 'practical', 'hint', 'health', 'accident', 'emergency', 'hydropathic', 'appliance', 'test', 'adulteration', 'useful', 'hint', 'recipe', 'food', 'diet', 'coilolite', 'plat', 'work', 'contains', 'lengthy', 'chapter', 'entitled', 'nostrum', 'secret', 'medical', 'result', 'careful', 'chemical', 'analysis', 'competent', 'chemist', 'secret', 'remedy', 'including', 'nearly', 'popular', 'nostrum', 'garfield', 'tea', 'august', 'flower', 'jayne', 'expectorant', 'safe', 'liver', 'kidney', 'cure', 'ely', 'cream', 'balm', 'radway', 'ready', 'relief', 'kaskine', 'startling', 'facfr', 'exposed', 'secret', 'remedy', 'method', 'irregular', 'doctor', 'quack', 'including', 'brinkerhoff', 'orificial', 'surgery', 'hall', 'hygienic', 'treatment', 'fully', 'explained', 'startling', 'fact', 'exposed', 'page', 'bound', 'muslin', 'price', 'post', 'paid', 'good', 'health', 'pub', 'battle', 'creek', 'mich']
root - INFO - extracting file #4500: 2017-04-Final-Corpus/HR18981101-V33-11-page4.txt
root - INFO - extracting file #5000: 2017-04-Final-Corpus/HR19020901-V37-09-page70.txt
root - INFO - ['battle', 'creek_sanitarium', 'east', 'hall', 'main', 'building', 'battle', 'creek_sanitarium', 'recently', 'destroyed', 'large', 'building', 'shown', 'small', 'cottage', 'remain', 'fitted', 'emergency', 'work', 'skilled', 'faithful', 'physician', 'nurse', 'heretofore', 'work', 'institution', 'effectual', 'post', 'duty', 'making', 'possible', 'sick', 'avail', 'advantage', 'institution', 'offer', 'swedish', 'movement', 'massage', 'special', 'dietary', 'bacteriological', 'chemical', 'laboratory', 'special', 'research', 'incurable', 'offensive', 'patient', 'received', 'circular', 'address', 'college', 'hall', 'west', 'hall', 'south', 'hall', 'battle', 'creek_sanitarium', 'battle', 'creek', 'michigan', 'bath', 'description', 'naetl', 'alang', 'electrte', 'llatin', 'massage', 'manual', 'swedish', 'movement', 'electricity', 'form', 'medicated', 'air', 'room', 'lungbtreatment', 'disease', 'classified', 'dietary', 'laboratory', 'hygiene', 'fsocroitglairgleoftliralii', 'emical', 'micro', 'colorado', 'sanitarium', 'boulder', 'colo', 'colorado', 'sanitarium', 'mile', 'northwest', 'city', 'denver', 'wellequipped', 'regulated', 'institution', 'treatment', 'chronic', 'disorder', 'building', 'modern', 'convenience', 'including', 'steamheating', 'electric', 'light', 'elevator', 'gymnasium']
root - INFO - extracting file #5500: 2017-04-Final-Corpus/HR19041001-V39-10-page15.txt
root - INFO - extracting file #6000: 2017-04-Final-Corpus/HR19060801-V41-08-page31.txt
root - INFO - ['god', 'temple', 'grove', 'god', 'temple', 'ere', 'man', 'learned', 'hew', 'shaft', 'lay', 'architrave', 'spread', 'roof', 'ere', 'framed', 'lofty', 'vault', 'gather', 'roll', 'sound', 'anthem', 'darkling', 'wood', 'amid', 'cool', 'silence', 'knelt', 'offered', 'mightiest', 'solemn', 'thanks', 'supplication', 'world', 'riper', 'year', 'neglect', 'god', 'ancient', 'sanctuary', 'adore', 'crowd', 'roof', 'frail', 'hand', 'raised', 'let', 'shadow', 'aged', 'wood', 'offer', 'hymn', 'thrice', 'happy', 'acceptance', 'ear', 'bryant']
root - INFO - extracting file #6500: 2017-04-Final-Corpus/IR19071211-V13-25-page8.txt
root - INFO - extracting file #7000: 2017-04-Final-Corpus/LB19061201-V09-12-page31.txt
root - INFO - ['life', 'boat', 'medical', 'missionary', 'nurse', 'ili', 'need', 'thoroughgoing', 'complete', 'course', 'study', 'addition', 'extensive', 'practical', 'experience', 'hinsdale_sanitarium', 'training', 'school', 'missionary', 'nurse', 'affords', 'admirable', 'manner', 'opportimity', 'sead', 'illustrated', 'catalogue', 'giving', 'full_information', 'training_school', 'country', 'maintains', 'sufficiently', 'high', 'stantard', 'registered', 'new', 'york', 'board', 'regent', 'class', 'begin', 'april', 'limited', 'number', 'accepted', 'address', 'hinsdale_sanitarium', 'school', 'missionary', 'nurse', 'hinsdale', 'ill', 'bible', 'christmas', 'bible', 'thing', 'christmas', 'present', 'special', 'price', 'month', 'large', 'type', 'self', 'pronouncing', 'teacher', 'reference', 'bible', 'size', 'long', 'primer', 'type', 'contains', 'combination', 'concordance', 'help', 'alphabetical', 'arrangement', 'colored', 'map', 'bound', 'french', 'seal', 'divinity', 'circuit', 'red', 'gold_edges', 'sent', 'express', 'prepaid', 'dollar', 'oxford', 'india', 'paper', 'self', 'pronouncing', 'reference', 'bible', 'thinnest', 'large', 'type', 'reference', 'bible', 'world', 'contains', 'map', 'size', 'inch', 'half', 'inch_thick', 'bound', 'french', 'morocco', 'divinity', 'circuit', 'red', 'gold_edges', 'handsome', 'bible', 'sent', 'express', 'prepaid', 'dollar', 'order', 'earl', 'andm', 'remittance', 'payable', 'central', 'bible', 'supply', 'grange', 'illinois', 'remarkable', 'curiosity', 'holiday', 'sell', 'smallest', 'bible', 'world', 'read', 'magnifying', 'glass', 'supplied', 'copy', 'size', 'inch', 'inch_thick', 'sent', 'charge', 'prepaid', 'writing', 'advertiser', 'mention', 'tee', 'life', 'boat']
root - INFO - extracting file #7500: 2017-04-Final-Corpus/LB19121101-V15-11-page36.txt
root - INFO - extracting file #8000: 2017-04-Final-Corpus/LH19071101-V22-11-page2.txt
root - INFO - ['washington', 'seventh', 'pay', 'adventist', 'location', 'sanitarium', 'beautifully', 'situated', 'takoma', 'park', 'washington', 'attractive', 'suburb', 'amid', 'thickly', 'wooded', 'surroundings', 'attractive', 'walk', 'bluff', 'overlooking', 'sligo', 'famous', 'rippling', 'stream', 'building', 'imposing', 'appearance', 'modern', 'proof', 'sanitary', 'construction', 'facility', 'treatment_rooms', 'thoroughly', 'equipped', 'modern', 'appliance', 'physiological', 'healing', 'agency', 'recognized', 'value', 'including', 'application', 'hydrotherapy', 'phototherapy', 'massage', 'electricity', 'diet', 'patient', 'carefully', 'advised', 'physician', 'choice', 'combination', 'food', 'healthful', 'substitute', 'replace', 'tea', 'coffee', 'flesh_meats', 'reform', 'eating', 'pleasantly', 'patient', 'soon', 'loses', 'desire', 'harmful', 'food', 'instructive', 'interesting', 'health', 'lecture', 'given', 'physician', 'instruction', 'scientific', 'ccokery', 'physical', 'culture', 'exercise', 'drill', 'aim', 'teach', 'patient', 'return', 'home', 'education', 'life', 'correspondence', 'invited', 'washington', 'seventh', 'day', 'sanitarium', 'adventist', 'phone', 'takoma', 'takoma', 'park', 'sanitarium', 'corp', 'christian', 'nurse', 'attendant', 'render', 'cheerful', 'service', 'patient', 'atmosphere', 'harmony', 'good', 'home', 'comfort', 'pievails', 'cause', 'patient', 'soon', 'forget', 'illness', 'member', 'happy', 'family']
root - INFO - extracting file #8500: 2017-04-Final-Corpus/LH19111101-V26-11-page67.txt
root - INFO - extracting file #9000: 2017-04-Final-Corpus/LH19150901-V30-09-page52.txt
root - INFO - ['helena', 'sanitarium', 'rimiiiiinnuies', 'von', 'write', 'vertisers', 'saln', 'temperan', 'nestled', 'scenic', 'foothill', 'sunny', 'slope', 'howell', 'mountain', 'like', 'great', 'white', 'jewel', 'setting', 'wonderful', 'landscape', 'beautiful', 'time', 'scientifically', 'conducted', 'institution', 'california', 'helena', 'sanitarium', 'refuge', 'haven', 'veritable', 'paradise', 'sick', 'invalid', 'need', 'rest', 'recuperation', 'hospitable', 'door', 'open', 'sick', 'environment', 'kindness', 'good_cheer', 'sanitarium', 'retreat', 'cultured', 'refined', 'affording', 'advantage', 'thoroughly', 'scientific', 'institution', 'nature', 'physician', 'surgeon', 'work', 'hand', 'hand', 'alleviation', 'human', 'ill', 'located', 'mile', 'north', 'san_francisco', 'little', 'hamlet', 'peaceful', 'placid', 'serene', 'world', 'apart', 'main_building', 'cottage', 'wholly', 'lack', 'depressing', 'atmosphere', 'hospital', 'apply', 'beautifully', 'illustrated', 'booklet', 'address', 'helena', 'sanitarium', 'napa', 'county', 'sanitarium', 'california']
root - INFO - extracting file #9500: 2017-04-Final-Corpus/LH19200801-V35-08-page1.txt
root - INFO - extracting file #10000: 2017-04-Final-Corpus/LUH19110927-V03-39-page1.txt
root - INFO - ['cahainion', 'gierald', 'due_season', 'shall', 'reap', 'faint', 'vol', 'iii', 'berrien', 'spring', 'mich', 'wednesday', 'september', 'lake_union_conference', 'directory', 'office', 'address', 'dean', 'building', 'south_bend', 'ind', 'president', 'allen_moon', 'office', 'address', 'secretary', 'treasurer', 'edward', 'office', 'address', 'field', 'agent', 'blosser', 'berrien', 'spring', 'mich', 'educational_secretary', 'carrie', 'moon', 'office', 'address', 'sheridan', 'emmanuel', 'missionary', 'college', 'year', 'need', 'fund', 'presented', 'short_time', 'dollar', 'cash', 'pledge', 'raised', 'paid', 'pledge', 'church', 'cover', 'apportionment', 'fund', 'expect', 'carry', 'resolution', 'paid', 'close', 'current', 'year', 'aim', 'camp_meeting', 'sabbath', 'school', 'raise', 'equal', 'cost', 'transportation', 'mann', 'family', 'india', 'realized', 'dollar', 'received', 'sabbath', 'collection', 'bristol', 'southern', 'illinois', 'conference', 'ninth', 'annual_session', 'southern', 'illinois', 'conference', 'held', 'chautauqua', 'ground', 'connection', 'camp_meeting', 'shelbyville', 'ill', 'meeting', 'called', 'order', 'thursday', 'sept', 'elder', 'bristol', 'presiding', 'thirty', 'person', 'responded', 'roll', 'delegate', 'seated', 'conference', 'later', 'meeting', 'carterville', 'elmo', 'shelbyville', 'church', 'organized', 'past_year', 'received', 'conference', 'voted', 'meeting', 'chair', 'consultation', 'conference_committee', 'appoint', 'standing', 'committee', 'committee', 'follows', 'nomination', 'geo', 'hick', 'elder', 'allen_moon', 'lager', 'geo', 'griffith', 'mitzelfelt', 'plan', 'recommendation', 'dalbey', 'edith', 'shepard', 'nettie', 'eaton', 'fishell', 'edith', 'mcclellan', 'woodford', 'craig', 'proctor', 'hugh', 'stearns', 'addis', 'craig', 'bessie', 'theill', 'gertrude', 'gried', 'watson', 'grace', 'hoover', 'credential', 'license', 'montgomery', 'stureman', 'bliss', 'craig', 'dent', 'baptism', 'woodford', 'ferris', 'seating', 'delegate', 'swartz', 'bliss', 'revision', 'constitution', 'dalbey', 'geo', 'hick', 'edith', 'mcclellan', 'bristol', 'report', 'committee', 'nomination', 'rendered', 'sept', 'following', 'officer', 'chosen', 'ensuing', 'year', 'president', 'bristol', 'secretary', 'edith', 'mcclellan', 'treasurer', 'southern', 'illinois', 'tract', 'society', 'tract', 'society', 'secretary', 'treasurer', 'nettie', 'eaton', 'field', 'missionary', 'agent', 'fishell', 'educational_secretary', 'edith', 'shepard', 'religious', 'liberty', 'secretary', 'conference', 'president', 'medical_secretary', 'craig', 'executive_committee', 'bristol', 'woodford', 'dalbey', 'craig', 'ferris', 'trustee', 'southern', 'illinois', 'conference_association', 'bristol', 'woodford', 'dalbey', 'craig', 'ferris', 'committee', 'credential', 'license', 'gave', 'report', 'sept', 'following', 'voted', 'ministerial', 'credential', 'bristol', 'woodford', 'stureman', 'bliss', 'browne', 'ministerial', 'license', 'ferris', 'swartz', 'missionary', 'license', 'iii', 'fishell', 'nettie', 'eaton', 'mary', 'craig', 'edith', 'shepard', 'edith', 'mcclellan', 'teasdale', 'medical', 'missionary', 'license', 'craig', 'craig', 'miss', 'anna', 'baulding', 'miss', 'inez', 'howell', 'dalbey', 'dalbey', 'shepler', 'allen_moon', 'wight', 'edward', 'covert', 'executive_committee', 'montgomery', 'thurston', 'burkholder', 'irwin', 'till', 'bristol', 'blosser', 'graf', 'mace', 'santee', 'desire', 'heart', 'thronging', 'perfect', 'love', 'bath', 'feel', 'restless', 'untold', 'longing', 'life', 'immortal', 'sphere', 'friend', 'true', 'love', 'pure', 'tender', 'lovely', 'dream', 'day', 'earth', 'robed', 'peace', 'heaven', 'splendor', 'saddened', 'thought', 'passed', 'away', 'time', 'come', 'dreaming', 'tell', 'eden', 'flower', 'shall', 'bloom', 'earth', 'new', 'heaven', 'radiance', 'beaming', 'banished', 'forever', 'sorrow', 'sin', 'pain', 'till', 'spirit', 'yearning', 'kindred', 'mind', 'satisfied', 'till', 'glad', 'returning', 'love', 'gem', 'breast', 'abide', 'till', 'eager', 'grasping', 'joy', 'heaven', 'store', 'till', 'joyous', 'clasping', 'loved', 'shall', 'separate', 'moline', 'ill', 'southern', 'illinois', 'southern', 'illinois', 'camp_meeting', 'camp_meeting', 'season', 'great', 'blessing', 'camper', 'arrived', 'early', 'attendance', 'good', 'spirit', 'revival', 'consecration', 'manifested', 'people', 'sought', 'lord', 'blessing', 'disappoint', 'sabbath', 'especially', 'blessed', 'presence', 'harmony', 'prevailed', 'conference', 'meeting', 'resolution', 'passed', 'carried', 'advancement', 'seen', 'line', 'work', 'coming', 'year', 'favored', 'good_help', 'general', 'lake_union_conferences', 'following', 'laborer', 'present', 'time', 'meeting', 'elder', 'russell', 'allen_moon', 'miller', 'westrupp', 'thurston', 'mortenson', 'montgomery', 'professor', 'graf', 'straw', 'doctor', 'loop', 'mann', 'brother', 'ford', 'blosser', 'mace', 'thirteen', 'candidate', 'baptized', 'sabbath', 'meeting', 'young_people', 'conference', 'represented', 'glad', 'report', 'atted', 'academy']
root - INFO - extracting file #10500: 2017-04-Final-Corpus/NMN19091015-V05-10-page3.txt
root - INFO - extracting file #11000: 2017-04-Final-Corpus/PHJ19031101-V18-11-page31.txt
root - INFO - ['clarence', 'guise', 'colcord', 'age', 'year', 'month', 'college', 'view', 'neb', 'mark', 'haskell', 'brackett', 'year', 'month', 'old', 'swampscott', 'mass', 'tasted', 'flesh', 'form', 'ruth', 'geraldine', 'johnson', 'age', 'year', 'month', 'eaten', 'meat', 'drank', 'tea', 'coffee', 'bread', 'vegetable', 'eat', 'till', 'month', 'old', 'sick', 'good', 'sample', 'health', 'vegetarian', 'child', 'herbert', 'werth', 'age', 'year', 'racine', 'meat', 'principally', 'granose', 'fruit', 'cracker']
root - INFO - extracting file #11500: 2017-04-Final-Corpus/RH18630825-V22-13-page8.txt
root - INFO - extracting file #12000: 2017-04-Final-Corpus/RH18760210-V47-06-page8.txt
root - INFO - ['eht', 'itvity', 'aud', 'battle', 'creek', 'mich', 'fifth', 'day', 'feb', 'testimony', 'church', 'ready', 'day', 'contain', 'page', 'price', 'post', 'paid', 'cent', 'completed', 'sent', 'people', 'mail', 'waiting', 'order', 'invitation', 'church', 'individual', 'receive', 'book', 'meet', 'expense', 'blank', 'receipt', 'book', 'blank', 'receipt', 'book', 'cheerfully', 'engaged', 'canvassing', 'sign', 'time', 'pay', 'consciousness', 'good', 'book', 'resemble', 'bank', 'cheek', 'book', 'containing', 'blank', 'receipt', 'filled', 'subscriber', 'stub', 'remain', 'book', 'containing', 'duplicate', 'receipt', 'book', 'indispensable', 'canvasser', 'sign', 'time', 'tract_societies', 'send', 'proper', 'person', 'work', 'blank', 'receipt', 'book', 'forwarded', 'post', 'paid', 'application', 'review_and_herald', 'battle', 'creek', 'mich', 'sign', 'time', 'oakland', 'review_and_herald', 'vol', 'quarterly', 'meeting', 'dist', 'society', 'held', 'boston', 'dorchester', 'street', 'feb', 'like', 'eld', 'haskell', 'meet', 'wit', 'wood', 'director', 'quarterly', 'meeting', 'dist', 'mich', 'charles', 'feb', 'connection', 'quarterly', 'meeting', 'church', 'thaw', 'county', 'let', 'report', 'sent', 'charles', 'guilford', 'director', 'quarterly', 'meeting', 'dist', 'iowa', 'neb', 'society', 'marion', 'sabbath', 'day', 'feb', 'like', 'report', 'member', 'meeting', 'laporte', 'city', 'tuesday', 'eveni', 'feb', 'shireman', 'recto', 'niineq', 'rpurinten', 'slothful', 'business', 'rom', 'receipt', 'review_and_herald', 'annexed', 'receipt', 'following', 'list', 'number', 'review', 'herald', 'mom', 'ceived', 'pay', 'correspond', 'number', 'pastor', 'money', 'paper', 'ackno', 'edged', 'immediate', 'notice', 'omission', 'given', 'james', 'mccord', 'wright', 'berry', 'fitch', 'henn', 'auten', 'pottenger', 'gustavus', 'bernard', 'skine', 'carl', 'larson', 'skinner', 'covey', 'lucas', 'john', 'trovillo', 'campbell', 'sarah', 'jack', 'boardman', 'lousdale', 'haynes', 'calvin', 'power', 'mary', 'smith', 'starr', 'asa', 'green', 'elisha', 'godfrey', 'eliza', 'parish', 'man', 'mitchell', 'craw', 'green', 'mary', 'selby', 'ill', 'dibble', 'swain', 'gould', 'julia', 'hawkins', 'carrie', 'mcintire', 'peter', 'mohr', 'gibbs', 'graf', 'eaton', 'graf', 'john', 'burban', 'charles', 'ward', 'louisa', 'kemp', 'edw', 'john', 'rayle', 'levi', 'turnoy', 'hattie', 'ton', 'cady', 'albert', 'smith', 'jot', 'rasmussen', 'hoover', 'brown', 'jenkins', 'almira', 'shendee', 'benham', 'abram', 'coon', 'overmire', 'anna', 'hardinger', 'miss', 'emma', 'frine', 'rhoda', 'tucker', 'ella', 'stutzman', 'charity', 'rupert', 'anderson', 'heritage', 'ross', 'snow', 'geo', 'mcdowell', 'lottie', 'martin', 'phik', 'whitford', 'james', 'hick', 'geo', 'field', 'alice', 'thursby', 'evaline', 'barber', 'mal', 'nolds', 'white', 'white', 'nason', 'landes', 'sprauge', 'klase', 'margaret', 'wahl', 'wood', 'joanna', 'collins', 'geo', 'pattison', 'eli', 'osbt', 'judson', 'john', 'lindsay', 'pier', 'david', 'reynolds', 'chas', 'cunning', 'andrew', 'leach', 'hill', 'rell', 'gould', 'waite', 'miscellaneous', 'capt', 'potter', 'ders', 'capt', 'watson', 'sander', 'capt', 'caswell', 'jim', 'gardner', 'franklin', 'brown', 'butler', 'jochim', 'pnls', 'starkweather', 'willey', 'horne', 'thomas', 'horne', 'alpheus', 'cock', 'hobart', 'potter', 'swezey', 'lauren', 'smith', 'hamilton', 'emeline', 'perceville', 'jas', 'ashbaugh', 'tyson', 'book', 'sent', 'mail', 'miss', 'sylvina', 'green', 'cline', 'dod', 'mary', 'platte', 'huntsman', 'baker', 'briggs', 'hall', 'cross', 'edsell', 'hiram', 'saxton', 'inson', 'mary', 'thirrney', 'helen', 'harper', 'white', 'brown', 'geo', 'clark', 'townsend', 'alfred', 'nettleingham', 'johr', 'wood', 'laura', 'wood', 'stover', 'sen', 'disney', 'griggs', 'jas', 'cal', 'james', 'white', 'bird', 'eye', 'view', 'great_field', 'prophecy', 'published', 'review', 'office', 'received', 'sample_copy', 'like', 'order', 'seventyfive', 'cost', 'cent', 'ordered', 'thousand', 'scattered', 'right', 'frame', 'hang', 'parlor', 'printed', 'fine', 'heavy', 'paper', 'neat', 'manner', 'inch', 'size', 'person', 'read', 'examine', 'stop', 'look', 'thing', 'canright', 'french', 'correspondent', 'illinois', 'wisconsin', 'french', 'brother', 'sister', 'appointed', 'correspondent', 'french', 'paper', 'send', 'short', 'written', 'report', 'relative', 'prosperity', 'cause', 'french', 'america', 'pointed', 'article', 'experience', 'interesting', 'subject', 'send', 'communication', 'coudre', 'chart', 'chart', 'illustrated', 'number', 'volume', 'review', 'unexpected', 'delay', 'getting', 'paper', 'ready', 'order', 'filled', 'printed', 'sheet', 'inch', 'explanation', 'written', 'fully', 'review', 'prepared', 'send', 'thousand', 'low_price', 'place', 'reach', 'usual', 'discount', 'tract_societies', 'orderet', 'rolled', 'sent', 'mail', 'safely', 'folding', 'preferable', 'want', 'post', 'paid', 'neighbor', 'friend', 'great', 'subject', 'presented', 'outline', 'read', 'bro', 'canright', 'neuchatel', 'suisse', 'bourdeau', 'number', 'church', 'clerk', 'illinois', 'conference', 'received', 'report', 'church', 'conference', 'conference', 'met', 'matter', 'little', 'trouble', 'report', 'blank', 'obtain', 'time', 'possible', 'church', 'treasurer', 'collect', 'borrow', 'time', 'believe', 'report', 'twice', 'year', 'let', 'church', 'clerk', 'conference', 'send', 'quarter', 'money', 'received', 'whitham', 'aledo', 'ill', 'send', 'report', 'paid', 'sent', 'money', 'paid', 'ought', 'certainly', 'report', 'address', 'present', 'oakland', 'cole', 'ill', 'zeal', 'tell', 'illustration', 'commendable', 'brother', 'feel', 'attending', 'meeting', 'following', 'incident', 'private', 'note', 'received', 'bro', 'haskell', 'speaking', 'meeting', 'nothwithstanding', 'bad', 'traveling', 'brother', 'turned', 'remarkably', 'came', 'fifty', 'mile', 'stone', 'boat', 'sleighing', 'wheeling', 'walked', 'mile', 'mud', 'rain', 'woman', 'folk', 'ride', 'safe', 'assert', 'good_meeting', 'sentiment', 'hymn', 'true', 'thou', 'wall', 'confined', 'dost', 'dwell', 'humble', 'mind', 'bring', 'thee', 'come', 'going', 'thee', 'home', 'particular', 'meeting', 'wilrl', 'soon', 'given', 'bro', 'trite', 'spirit', 'sister', 'writes', 'far', 'utah', 'territory', 'telling', 'lonely', 'keeping', 'sabbath', 'meet', 'sabbath', 'meet', 'ing', 'sabbath', 'school', 'sabbath', 'school', 'book', 'tffie', 'bible', 'course', 'preaching', 'reading', 'revrew', 'purpose', 'holding', 'truth', 'till', 'expect', 'draw', 'information', 'review', 'year', 'hold', 'spirit', 'lonely', 'firm', 'alive', 'truth', 'such_circumstances', 'right_thing', 'truth', 'doe', 'richard', 'writes', 'van', 'buren', 'mich', 'doctrine', 'taught', 'adventist', 'harmonious', 'answer', 'question', 'puzzled', 'mind', 'long', 'yeara', 'believe', 'founded', 'sure_word', 'god', 'truth', 'heart', 'praise', 'god', 'light', 'shixieth', 'elarkness', 'illumined', 'mind', 'begin', 'beauty', 'perfection', 'law', 'god', 'prize', 'visit', 'review', 'moro', 'tell', 'sec', 'ill', 'conf', 'adventist', 'indiana', 'reuben', 'worick', 'director', 'quarterly', 'meeting', 'iowa', 'baker', 'raymond', 'mccoy', 'good_day', 'bro', 'goodrich', 'writes', 'aroostook', 'jan', 'sabbath', 'good_day', 'oakfield', 'new_ones', 'spoke', 'time', 'arose', 'prayer', 'tear', 'flowed', 'freely', 'melting', 'spirit', 'lord', 'truth', 'interested', 'hope', 'join', 'band', 'commandment', 'keeper', 'man', 'french', 'roman', 'catholic', 'came', 'sabbath', 'decided', 'commandment', 'god', 'christian', 'want', 'tract', 'french', 'language', 'send', 'friend', 'read', 'english', 'courage', 'good', 'thank', 'lord', 'light', 'present', 'truth', 'ciled', 'actual', 'dismemberment', 'ottoman', 'empire', 'place', 'great', 'power', 'pretty', 'sure', 'quarrel', 'spoil', 'wayne', 'ind', 'weekly', 'gazette', 'slumbering', 'christian', 'somnambulist', 'able', 'walk', 'place', 'awake', 'able', 'endure', 'dizzy', 'hight', 'christian', 'christian', 'running', 'awful', 'risk', 'think', 'venture', 'fallen', 'deep', 'sleep', 'carnal', 'security', 'speak', 'man', 'slumbering', 'mast', 'head', 'professor', 'religion', 'ease', 'covetousness', 'master', 'worldly', 'company', 'delight', 'professor', 'awake', 'danger', 'avoid', 'sinful', 'amusement', 'ungodly', 'association', 'men', 'fly', 'fierce', 'tiger', 'deadly', 'cobra', 'spurgeon', 'baltimore', 'chemist', 'week', 'tested', 'sample', 'kerosene', 'purchased', 'retail', 'store', 'highly', 'dangerous', 'unsafe', 'absolutely', 'safe', 'use', 'stringent', 'law', 'michigan', 'state', 'probably', 'driving', 'poor', 'dangerous', 'oil', 'state', 'legislative', 'restriction', 'exist', 'michigan', 'law', 'rigid', 'imposes', 'fine', 'imprisonment', 'dealer', 'shall', 'offer', 'sale', 'oil', 'inspected', 'duly', 'authorized', 'inspector', 'state', 'oil', 'pas', 'inspection', 'sold', 'state', 'ignite', 'match', 'temperature', 'degree', 'glad', 'know', 'state', 'inspector', 'zealously', 'looking', 'infringers', 'law', 'detroit', 'evening', 'news', 'correction', 'article', 'infallibility', 'fourth', 'paragraph', 'read', 'god', 'failed', 'attempt', 'express', 'man', 'duty', 'understood', 'duty', 'class', 'carriage', 'maker', 'painter', 'desire', 'steady', 'work', 'sabbath', 'keeper', 'wishing', 'person', 'correspond', 'stephen', 'ridott', 'ppointintuto', 'preach', 'saying', 'kingdom', 'ven', 'hand', 'quarterly', 'meeting', 'dist', 'kansa', 'society', 'held', 'dixon', 'half', 'mile', 'south', 'blackhawk', 'osborn', 'kans', 'commencing', 'friday', 'evening', 'feb', 'continue', 'wish', 'scattered', 'brother', 'attend', 'prepared', 'full_report', 'able', 'attend', 'meeting', 'send', 'report', 'mail', 'feb', 'jewell', 'center', 'jewell', 'kansa', 'come', 'brother', 'report', 'possible', 'minister', 'come', 'meeting', 'glad', 'come', 'brother', 'dear_brethren', 'sister', 'forward', 'blessed', 'truth', 'message', 'state', 'want', 'dollar', 'purchase', 'tent', 'purpose', 'pay', 'remainder', 'debt', 'review', 'office', 'solicit', 'work', 'forward', 'wish', 'immediately', 'bro', 'carpenter', 'north', 'liberty', 'joseph', 'ind', 'draft', 'order', 'currency', 'individual', 'note', 'september', 'date', 'promise', 'time', 'borrow', 'money', 'want', 'believe', 'work', 'god', 'stingy', 'ask', 'poor', 'distressed', 'giving', 'solicit', 'noble', 'free', 'hearted', 'believer', 'able', 'trust', 'god', 'aid', 'enterprise', 'inn', 'conf', 'com', 'european_war', 'cloud', 'european_war', 'cloud', 'thickening', 'victor', 'emanuel', 'king', 'italy', 'new', 'year', 'speech', 'hinted', 'italian', 'force', 'active_service', 'long', 'montenegrins', 'buying', 'arm', 'vienna', 'turkish', 'government', 'doe', 'want', 'intervention', 'dependency', 'relief', 'needed', 'little', 'plea', 'anticipation', 'trouble', 'dispelled', 'course', 'event', 'regarded', 'affording', 'evidence', 'coming', 'storm', 'nature', 'thing', 'change', 'better', 'temporary', 'turkey', 'christian', 'subject', 'fully', 'recon', 'neb', 'society', 'dist', 'held', 'knoxville', 'iowa', 'feb', 'librarian', 'sure', 'report', 'season', 'general_attendance', 'expected', 'come', 'dear_brethren', 'praying', 'lord', 'meet', 'meeting', 'commence', 'friday', 'evening', 'morrison', 'director', 'monthly', 'meeting', 'green', 'hill', 'feb', 'come', 'come', 'let', 'seek', 'lord', 'grace', 'come', 'stay', 'meeting', 'rodman', 'young', 'lowrey', 'wood', 'bute', 'perry', 'brown', 'middleton', 'jas', 'webb', 'rankin', 'geo', 'lilley', 'snow', 'baker', 'middleton', 'andrew', 'tan', 'bower', 'decker', 'sander', 'sarah', 'stringer', 'permelia', 'dick', 'parrett', 'emma', 'black', 'gillett', 'eld', 'wood', 'mann', 'anton', 'dean', 'wren', 'cantle', 'smith', 'jenkins', 'dall', 'albert', 'canright', 'guilford', 'elizabeth', 'potter', 'cross', 'betsey', 'landon', 'hutchinson', 'aoc', 'evaline', 'ber', 'john', 'robert', 'crosby', 'carleton', 'emily', 'jarvis', 'edward', 'perkins', 'debor', 'chipman', 'elizabeth', 'chipman', 'daniel', 'scott', 'wild', 'samuel', 'hosf', 'mary', 'clark', 'curtis', 'mazy', 'parse', 'chandler', 'new', 'london', 'iowa', 'stedt', 'chicago', 'ill', 'eld', 'chas', 'reynolds', 'novia', 'madison', 'gillett', 'mom', 'green', 'bliss', 'oakland', 'cole', 'ill', 'haskell', 'south', 'lancaster', 'mass', 'society', 'dist', 'hold', 'quarterly', 'meeting', 'connection', 'fletcher', 'quarterly', 'meeting', 'church', 'west', 'union', 'waukon', 'waukon', 'iowa', 'feb', 'bro', 'farnsworth', 'hope', 'general', 'gathering', 'meeting', 'full_reports', 'sent', 'time', 'farnsworth', 'waukon', 'iowa', 'chapman', 'director', 'providence', 'permitting', 'speak', 'brother', 'sister', 'maiden', 'rock', 'friday', 'evening', 'feb', 'sabbath', 'morning', 'firstday', 'commence', 'protracted', 'meeting', 'rock', 'elm', 'brother', 'arrangement', 'meet', 'lake', 'city', 'thursday', 'feb', 'arrival', 'train', 'south', 'sanborn', 'rochester', 'feb', 'meeting', 'begin', 'friday', 'evening', 'urge', 'church', 'scattered', 'brother', 'day', 'drive', 'attend', 'desire', 'bro', 'lawrence', 'canright', 'monthly', 'meeting', 'blendon', 'ottawa', 'mich', 'feb', 'eld', 'burrill', 'expected', 'scattered', 'friend', 'earnestly', 'invited', 'attend', 'opportunity', 'baptism', 'meeting', 'adolphus', 'smith', 'book', 'sent', 'express', 'book', 'sent', 'freight', 'haskell', 'south', 'lancaster', 'mass', 'book', 'fund', 'eunice', 'whipple', 'mary', 'rone', 'mich', 'cony', 'fund', 'ransom', 'center', 'blendon', 'hastings', 'dowagiac', 'wrig', 'mich', 'society', 'dist', 'sawyer', 'dist', 'giles', 'dist', 'bramhall', 'owen', 'dist', 'frank', 'squire', 'dist', 'pacific', 'mission', 'calista', 'whitney', 'john', 'foy', 'whitney', 'whitney', 'louisa', 'fisk', 'swiss', 'mission', 'friend', 'loren', 'cram', 'sarah', 'cram', 'danish', 'mission', 'iver', 'aspaas', 'educational', 'aid', 'fund']
root - INFO - extracting file #12500: 2017-04-Final-Corpus/RH18930117-V70-03-page15.txt
root - INFO - extracting file #13000: 2017-04-Final-Corpus/RH19050810-V82-32-page20.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'august', 'day', 'appeal', 'turn', 'having', 'power', 'authority', 'matter', 'asking', 'enforce', 'sunday', 'legislation', 'impartially', 'allowing', 'class', 'profit', 'restraint', 'placed', 'assuring', 'support', 'complaint', 'recently', 'brought', 'clergy', 'salem', 'mass', 'operating', 'place', 'amusement', 'canobie', 'lake', 'park', 'result', 'person', 'arrested', 'general', 'manager', 'woodman', 'southern', 'new', 'hampshire', 'traction', 'company', 'test', 'case', 'affair', 'editor', 'nashua', 'daily', 'press', 'date', 'july', 'voice', 'opinion', 'better', 'permit', 'diversion', 'sunday', 'seen', 'controlled', 'official', 'multitude', 'seek', 'hiding', 'place', 'result', 'immorality', 'practised', 'add', 'question', 'observing', 'day', 'man', 'judge', 'right', 'wrong', 'maker', 'new', 'motto', 'christian', 'endeavor', 'association', 'suggested', 'governor', 'warfield', 'maryland', 'address', 'welcome', 'recent', 'international', 'convention', 'held', 'baltimore', 'truly', 'suggestive', 'union', 'state', 'proposed', 'motto', 'christ', 'church', 'country', 'instead', 'christ', 'church', 'heretofore', 'sunday', 'closing', 'crusade', 'camden', 'clergyman', 'city', 'carried', 'extreme', 'large_proportion', 'community', 'demand', 'sunday', 'regarded', 'light', 'day', 'week', 'ordinance', 'liberal', 'sunday', 'law', 'proposed', 'compromise', 'brother', 'thomas', 'hege', 'winston', 'day', 'serve', 'prison', 'issue', 'review', 'received', 'reader', 'let', 'remember', 'brother', 'prayer', 'instrumental', 'causing', 'imprisonment', 'peace', 'work', 'noise', 'disorder', 'wise', 'decision', 'thousand', 'dollar', 'fund', 'burlington', 'mieh', 'sabbathschool', 'judge', 'porter', 'pennsylvania', 'state', 'supreme', 'court', 'recently', 'gave', 'important', 'decision', 'test', 'case', 'sunday', 'observance', 'following', 'quotation', 'taken', 'mere', 'worldly', 'employment', 'sunday', 'breach', 'schnebly', 'hare', 'reported', 'dallas', 'tex', 'miss', 'scotland', 'morning', 'news', 'date', 'july', 'sheriff', 'tedbetter', 'dallas', 'proposes', 'wholesale', 'business', 'enforcement', 'sunday', 'law', 'city', 'harmony', 'instruction', 'grand', 'jury', 'view', 'wide', 'spread', 'agitation', 'state', 'union', 'sunday', 'enforcement', 'state', 'signal', 'lover', 'liberty', 'respective', 'state', 'awake', 'action', 'enlighten', 'deceived', 'russell', 'friend', 'india', 'harvey', 'nashua', 'church', 'north', 'dakota', 'conference', 'gottenberg', 'neb', 'church', 'grande', 'ore', 'church', 'friend', 'nebraska', 'fred', 'cramer', 'enterprise', 'wash', 'church', 'burgess', 'john', 'turner', 'anderson', 'halfway', 'ore', 'church', 'jenkins', 'davis', 'mother', 'list', 'follow', 'send', 'donation', 'evans', 'william', 'janney', 'iowa', 'conference', 'hughes', 'allen', 'selby', 'flat', 'cal', 'sabbathschool', 'christen', 'peterson', 'alfred', 'bergfeldt', 'rosana', 'wickline', 'king', 'friend', 'crane', 'franklin', 'coon', 'collector', 'ziegler', 'ontario', 'conference', 'moller', 'denmark', 'van', 'eman', 'van', 'eman', 'james', 'rowe', 'anna', 'rasmussen', 'rockey', 'taylor', 'new', 'zealand', 'hagerman', 'church', 'lucinda', 'lunger', 'boardman', 'robert', 'blackwood', 'joseph', 'church', 'walter', 'durgan', 'doering', 'veach', 'wale', 'cortland', 'neb', 'church', 'greater', 'new', 'york', 'conference', 'berlin', 'company', 'quincy', 'mich', 'church', 'maple', 'plain', 'minn', 'church', 'louisville', 'church', 'chattanooga', 'tenn', 'church', 'coiner', 'parker', 'san', 'francisco', 'cal', 'churchschool', 'miller', 'jorgensen', 'stillman', 'mollie', 'patterson', 'charlotte', 'tew', 'william', 'schildwachter', 'charles', 'nichols', 'platt', 'french', 'ragsdale', 'fruitland', 'wash', 'church', 'detamore', 'treas', 'friend', 'friend', 'william', 'marsh', 'washington', 'church', 'stanley', 'estelle', 'burlingame', 'edith', 'flett', 'daughter', 'sister', 'abilene', 'kan', 'church', 'teasdale', 'anthony', 'allen', 'matthew', 'lashier', 'family', 'henry', 'korgan', 'payne', 'walter', 'crandall', 'baldwin', 'sarah', 'fishback', 'mund', 'george', 'bickford', 'margaret', 'burnett', 'mourer', 'joseph', 'mourer', 'nels', 'nelson', 'sturgeon', 'sister', 'friend', 'scriver', 'helen', 'whittier', 'campbell', 'hollem', 'eliza', 'greer', 'douglas', 'charles', 'gronemiar', 'robert', 'douglas', 'susie', 'andrew', 'week', 'hornet', 'schlotthauer', 'germany', 'louis', 'hiatt', 'julia', 'thuesen', 'gorham', 'terre', 'haute', 'ind', 'church', 'central_union_conference', 'dollar', 'william', 'abbie', 'young', 'laura', 'ross', 'kelley', 'allison', 'calkin', 'marie', 'john', 'son', 'augusta', 'johnson', 'dick', 'grant', 'arnold', 'marins', 'christenson', 'friend', 'cathy', 'erin', 'eck', 'grand', 'rapid', 'church', 'owen', 'blanch', 'markham', 'hall', 'chanel', 'thomas', 'lambert', 'rider', 'star', 'whitcomb', 'harton', 'henry', 'babcock', 'dewey', 'church', 'mayer', 'sister', 'welson', 'fred', 'westphal', 'johnson', 'enoch', 'baker', 'family', 'susie', 'maxted', 'robinson', 'gordan', 'loucks', 'adam', 'roth', 'hagen', 'mamie', 'jones', 'charles', 'emmett', 'davis', 'amanda', 'thompson', 'peter', 'jensen', 'annie', 'detwiler', 'catherine', 'kinsey', 'wintermute', 'louisa', 'montgomery', 'ide', 'myers', 'hahne', 'family', 'halversen', 'benson', 'johnston', 'tate', 'lewelling', 'johnson', 'ida', 'sigrest', 'isaac', 'powell', 'wale', 'george', 'teasdale', 'new_home', 'church', 'walla_walla', 'wash', 'church', 'newcastle', 'tyne', 'england', 'elgin', 'ore', 'church', 'mary', 'lusher', 'george', 'dunning', 'clara', 'erickson', 'catford', 'sabbath', 'school', 'london', 'england', 'north', 'lake', 'glennville', 'cal', 'church', 'glunt', 'allen', 'brant', 'england', 'goodman', 'edmore', 'company', 'north', 'london', 'england', 'church', 'wenatchee', 'wash', 'sabbath', 'school', 'dollar', 'ross', 'hilborn', 'irvin', 'sarah', 'chanel', 'rena', 'carpenter', 'mary', 'gronemiar', 'scott', 'dollar', 'water', 'guy', 'hastings', 'frank', 'paul', 'ooh', 'hayes', 'epps', 'mary', 'hornet', 'note', 'acknowledging', 'fast', 'possible', 'donation', 'ceived', 'surprise', 'party', 'cam', 'paign', 'printed', 'time', 'list', 'furnished', 'takoma', 'park_station', 'washington']
root - INFO - extracting file #13500: 2017-04-Final-Corpus/RH19130515-V90-20-page1.txt
root - INFO - extracting file #14000: 2017-04-Final-Corpus/RH19200205-V97-06-page1.txt
root - INFO - ['vol', 'takoma', 'park', 'washington', 'thursday', 'february', 'cost', 'true', 'teacher', 'people', 'administers', 'genuine', 'comfort', 'trial', 'pas', 'furnace', 'speaks', 'authority', 'own_life', 'utterance', 'writes', 'heart', 'dip', 'pen', 'heart', 'blood', 'preaches', 'effectively', 'gospel', 'unselfish', 'love', 'experience', 'consuming', 'power', 'self', 'sacrificing', 'love', 'mean', 'teaching', 'lift', 'people', 'higher', 'plane', 'thinking', 'living', 'vivified', 'life', 'power', 'teacher', 'wise', 'counselor', 'wrought', 'counsel', 'experience', 'principle', 'expression', 'life', 'work', 'jesus', 'world', 'greatest', 'teacher', 'man', 'spoke', 'like', 'man', 'man', 'lived', 'like', 'man', 'healed', 'sin', 'sick', 'soul', 'word', 'word', 'vehicle', 'conveying', 'virtue', 'sinless', 'character', 'word', 'life', 'mere', 'mouthing', 'phrase', 'common', 'pharisee', 'mere', 'sound', 'emptiness', 'deed', 'love', 'incarnated', 'verbal', 'expression', 'heart', 'heart', 'language', 'understood', 'common_people', 'brought', 'comfort', 'sorrowing', 'hope', 'hopeless', 'placed', 'foot', 'despairing', 'vantage_ground', 'such_teaching', 'needed', 'today', 'sirmemnr', 'mmprm', 'vmm', 'rts', 'effective', 'teaching', 'william', 'warren', 'prescott']
root - INFO - extracting file #14500: 2017-04-Final-Corpus/Sligo19190401-V04-06-page35.txt
root - INFO - extracting file #15000: 2017-04-Final-Corpus/ST19101018-V37-41-page1.txt
root - INFO - ['christian', 'citizenship', 'mean', 'eucharistic', 'congress', 'extol', 'thee', 'god', 'king', 'bless', 'thy', 'forever', 'day', 'bless', 'thee', 'praise', 'thy', 'forever', 'great', 'jehovah', 'greatly', 'praised', 'greatness', 'unsearchable', 'generation', 'shall', 'laud', 'thy', 'work', 'shall', 'declare', 'thy', 'mighty', 'act', 'glorious', 'majesty', 'thine', 'honor', 'thy', 'wondrous', 'work', 'meditate', 'men', 'shall', 'speak', 'thy', 'terrible', 'declare', 'thy', 'greatness', 'shall', 'utter', 'memory', 'thy', 'great', 'goodness', 'shall', 'sing', 'thy', 'righteousness', 'jehovah', 'gracious', 'merciful', 'slow', 'anger', 'great', 'loving', 'kindness', 'jehovah', 'good', 'tender', 'mercy', 'work', 'thy', 'work', 'shall', 'thanks', 'unto', 'thee', 'jehovah', 'thy', 'saint', 'shall', 'bless', 'thee', 'shall', 'speak', 'glory', 'thy', 'kingdom', 'talk', 'thy', 'power', 'known', 'son', 'men', 'mighty', 'act', 'glory', 'majesty', 'kingdom', 'thy', 'kingdom', 'everlasting', 'kingdom', 'thy', 'dominion', 'endureth', 'generation', 'jehovah', 'upholdeth', 'fall', 'raiseth', 'bowed', 'eye', 'wait', 'thee', 'thou', 'givest', 'food', 'due_season', 'thou', 'openest', 'thy', 'hand', 'satisfiest', 'desire', 'living', 'thing', 'jehovah', 'righteous', 'way', 'gracious', 'work', 'pacific_press', 'publishing', 'association', 'mountain', 'view', 'california']
root - INFO - extracting file #15500: 2017-04-Final-Corpus/SUW19151014-V09-40-page7.txt
root - INFO - extracting file #16000: 2017-04-Final-Corpus/TMM18990501-V11-05-page25.txt
root - INFO - ['visit', 'hawaii', 'lady', 'pretty', 'light', 'airy', 'frock', 'enjoy', 'ponder', 'instance', 'beggar', 'honolulu', 'happened', 'hear', 'lady', 'going', 'new', 'poorhouse', 'attend', 'matter', 'furnishing', 'lady', 'replied', 'place', 'hawaii', 'home', 'aged', 'native', 'poorhouse', 'hawaiian', 'alphabet', 'consists', 'letter', 'silent', 'limited', 'number', 'learned', 'thing', 'hawaiian', 'girl', 'better', 'anglo', 'saxon', 'boast', 'having', 'missionary', 'went', 'teach', 'loving', 'kindness', 'awful', 'thing', 'great_nation', 'forget', 'mercy', 'grandest', 'noblest', 'attribute', 'strength', 'pray', 'government', 'bear', 'mind', 'kipling', 'prayer', 'recessional', 'lord', 'god', 'host', 'lest', 'forget', 'lest', 'forget', 'woman', 'hawaiian', 'song', 'lip', 'sit', 'day', 'market', 'place', 'weave', 'flower', 'garland', 'called', 'lei', 'poetic', 'occupation', 'hand', 'rock', 'cradle', 'methinks', 'yearns', 'sit']
root - INFO - extracting file #16500: 2017-04-Final-Corpus/YI19100510-V58-19-page1.txt
root - INFO - extracting file #17000: 2017-04-Final-Corpus/YI19180604-V66-23-page15.txt
root - INFO - ['fqr', 'eosi', 'opilugzi', 'plair', 'pan', 'pio', 'missionary', 'letter', 'received', 'coco', 'atolaat', 'coco', 'yoconn', 'coco', 'cali', 'toco', 'coco', 'won', 'nero', 'octoco', 'tow', 'coco', 'coca', 'xto', 'ell', 'tea', 'society', 'present', 'cta', 'tlo', 'otro', 'enenc', 'eng', 'locneo', 'ago', 'liaa', 'oai', 'wwwc', 'totooo', 'gico', 'wocomw', 'eoa', 'hoursofchr', 'oaca', 'toatea', 'nco', 'oocoetala', 'atonco', 'helpwork', 'given', 'signer', 'temperance', 'pledge', 'ilig', 'ggr', 'toto', 'numberof', 'ctai', 'cnp', 'ooooca', 'nac', 'ann', 'oct', 'totoww', 'membership', 'toon', 'wwaen', 'oaoo', 'toa', 'ctco', 'cooa', 'toco', 'cnct', 'toco', 'cot', 'try', 'enl', 'gty', 'cogo', 'coy', 'cow', 'ciao', 'aoto', 'missionary', 'crt', 'ind', 'toa', 'coco', 'rnencoera', 'coen', 'naliv', 'enct', 'odco', 'covi', 'asc', 'cncolicocoto', 'nay', 'aenc', 'toatonen', 'coco', 'visit', 'awry', 'toen', 'ctip', 'wlo', 'acri', 'oten', 'ooa', 'aco', 'atcoc', 'toy', 'aoda', 'vep', 'bookssold', 'book', 'lent', 'coo', 'coco', 'cdl', 'cdc', 'acnaa', 'andcottage', 'meeting', 'subscriptons', 'taken', 'paper', 'sold', 'paperslent', 'given', 'coo', 'laaa', 'andgiven', 'tow', 'tractslent', 'ctco', 'member', 'reporting', 'missionary', 'letter', 'written', 'biblereadings', 'tot', 'ato', 'wcn', 'given', 'coto', 'onco', 'article', 'atoen', 'oott', 'toto', 'cdc', 'atnoco', 'atoco', 'cji', 'clothinggiven', 'ctn', 'oct', 'treatment', 'value', 'food', 'given', 'tococo', 'cdco', 'toco', 'tra', 'toa', 'nnw', 'ctco', 'cnoa', 'cir', 'aalco', 'tit', 'coct', 'cra', 'toco', 'encl', 'given', 'aen', 'aoo', 'woo', 'cocalct', 'cou', 'eta', 'mcoe', 'aenen', 'ooodoen', 'homemiss', 'nwwoo', 'wencoo', 'craa', 'www', 'dow', 'ooco', 'litolo', 'aga', 'toen', 'conversion', 'bouquet', 'scripture', 'card', 'given', 'offering', 'foreignmiss', 'coa', 'ala', 'cnenatoo', 'coctoa', 'told', 'aato', 'ctgil', 'alctcoc', 'docd', 'atcoa', 'eng', 'ciaa', 'offeringsfor', 'conco', 'coco', 'tractssold', 'casa', 'ato', 'toa', 'nooco', 'xxx', 'eolp', 'tusatis', 'jhi', 'aunt', 'ualapiod']
root - INFO - extracting file #0: 2017-04-Final-Corpus/ADV18981201-V02-01-page12.txt
root - INFO - ['uncommon', 'thing', 'member', 'boarding', 'school', 'form', 'clique', 'pair', 'tend', 'thank', 'god', 'spirit', 'heart', 'sister', 'christ', 'lived', 'home', 'know', 'spirit', 'pervades', 'atmosphere', 'obey', 'rule', 'disobey', 'fun', 'chance', 'thank', 'god', 'today', 'spirit', 'look', 'thing', 'different', 'light', 'student', 'god', 'child', 'obey', 'better', 'sacrifice', 'silent', 'hour', 'response', 'saviour', 'invitation', 'come', 'apart', 'rest', 'awhile', 'spirit', 'visited', 'crave', 'talk', 'think', 'cautioned', 'whisper', 'visit', 'room', 'god', 'spoken', 'saying', 'know', 'god', 'pentecostal', 'shower', 'fell', 'natural_result', 'follower', 'christ', 'thing', 'common', 'spirit', 'noticeable', 'student', 'forced', 'demonstration', 'simply', 'overflow', 'heart', 'brim', 'student', 'clothing', 'share', 'comfortable', 'hearing', 'girl', 'condition', 'health', 'unable', 'earn', 'board', 'tuition', 'girl', 'pledged', 'support', 'donated', 'money', 'previously', 'spent', 'gum', 'candy', 'perfumery', 'nieknacks', 'offered', 'work', 'extra', 'hour', 'week', 'let', 'worthy', 'student', 'proceeds', 'know', 'sacrificed', 'sabbath', 'breakfast', 'week', 'sister', 'help', 'way', 'spirit', 'work', 'home', 'bessie', 'graw']
root - INFO - extracting file #500: 2017-04-Final-Corpus/ADV19010301-V03-03-page4.txt
root - INFO - extracting file #1000: 2017-04-Final-Corpus/ADV19020901-V04-09-page8.txt
root - INFO - ['advocate', 'educational', 'world', 'agriculture', 'ministry', 'booker', 'washington', 'principal', 'tuskegee', 'institute', 'latest', 'work', 'character', 'building', 'want', 'startle', 'like', 'fifty', 'year', 'colored', 'minister', 'teacher', 'work', 'lie', 'outside', 'large_cities', 'armed', 'thorough_knowledge', 'theoretical', 'practical', 'agriculture', 'connection', 'theological', 'academic', 'training', 'recent_number', 'new', 'york', 'independent', 'rev', 'russell', 'conwell', 'pastor', 'great', 'temple', 'baptist', 'church', 'philadelphia', 'church', 'membership', 'thousand', 'person', 'tell', 'pastor', 'small', 'country', 'church', 'massachusetts', 'perplexity', 'eternally', 'recurring', 'question', 'howto', 'church', 'pay', 'expense', 'asked', 'conwell', 'advice', 'advised', 'conwell', 'study', 'agricultural', 'chemistry', 'dair', 'farm', 'ing', 'household', 'economy', 'meant', 'advice', 'seriously', 'took', 'seriously', 'study', 'thoroughly', 'sunda', 'preached', 'practical', 'sermon', 'outgrowth', 'helpful', 'learning', 'topic', 'scientific', 'manure', 'appropriate', 'scriptural', 'allusion', 'seventeen', 'listener', 'seventeen', 'greatly', 'terested', 'eater', 'discussed', 'arkable', 'departure', 'friend', 'attended', 'service', 'result', 'sunday', 'church', 'packed', 'worshiper', 'dis', 'covered', 'heaven', 'long_distance', 'earth', 'present_condition', 'race', 'immense', 'gain', 'church', 'vast', 'agricultural', 'region', 'sunday', 'lesson', 'lecture', 'given', 'principle', 'intelligent', 'agriculture', 'importance', 'ownership', 'land', 'importance', 'building', 'comfortable', 'home', 'believe', 'policy', 'pursued', 'instead', 'poorly', 'clothed', 'poorly', 'fed', 'poorly', 'housed', 'minister', 'sal', 'aries', 'ranging', 'dollar', 'year', 'soon', 'community', 'church', 'foot', 'extent', 'minister', 'live', 'dying', 'rate', 'sup', 'ported', 'manner', 'commensurate', 'dignity', 'profession', 'policy', 'result', 'giving', 'ministry', 'idea', 'dignity', 'labor', 'love', 'minister', 'own_home', 'garden', 'farm', 'constant', 'object', 'lesson', 'follower', 'time', 'source', 'draw', 'support', 'large_measure', 'independent', 'advice', 'given', 'followed', 'evangelical', 'laborer', 'addressed', 'washington', 'principle', 'enunciated', 'equally', 'applicable', 'north', 'south', 'chicago', 'university', 'train', 'chicago', 'university', 'progressive', 'institution', 'learning', 'county', 'boast', 'claim', 'abreast', 'time', 'ambition', 'prepare', 'men', 'activity', 'world', 'offer', 'suggestion', 'training', 'school', 'christian_workers', 'method', 'subject_matter', 'zeal', 'resource', 'fulness', 'management', 'recommended', 'worthy', 'imitation', 'note', 'following', 'paragraph', 'pen', 'george', 'vincent', 'chicago', 'university', 'stand', 'forcer', 'tain', 'educational', 'theory', 'method', 'vary', 'prevailing', 'practice', 'innovation', 'called', 'quarter', 'university', 'open', 'student', 'year', 'session', 'approximately', 'week', 'student', 'enter', 'beginning', 'quarterly', 'period', 'withdraw', 'close', 'likened', 'merry', 'round', 'month', 'come', 'halt', 'possible']
root - INFO - extracting file #1500: 2017-04-Final-Corpus/ADV19040101-V06-01-page7.txt
root - INFO - extracting file #2000: 2017-04-Final-Corpus/AmSn18890213-V04-04-page5.txt
root - INFO - ['zealous', 'individual', 'anxious', 'political', 'preferment', 'merchant', 'private', 'office', 'sunday', 'looking', 'ledger', 'forthwith', 'merchant', 'arrested', 'lady', 'sewing', 'arrested', 'making', 'button', 'hole', 'fitting', 'garment', 'parlor', 'sunday', 'literary', 'man', 'writes', 'hire', 'arrested', 'quietly', 'working', 'desk', 'sunday', 'short', 'wholesale', 'stoppage', 'sunday', 'work', 'desired', 'statesman', 'intelligencer', 'classed', 'national', 'reformer', 'step', 'arresting', 'citizen', 'away', 'church', 'sunday', 'detained', 'sickness', 'exaggerated', 'conclusion', 'evident', 'statement', 'herrick', 'johnson', 'longed', 'breath', 'puritan', 'puritan', 'sabbath', 'day', 'covenanters', 'puritan', 'robert', 'wodrow', 'scotch', 'ecclesiastical', 'historian', 'said', 'veracity', 'suspicion', 'writing', 'historical', 'fact', 'better', 'ascertained', 'account', 'wodrow', 'following', 'statement', 'concerning', 'method', 'secure', 'attendance', 'church', 'thocht', 'expedient', 'ane', 'baillie', 'tua', 'session', 'throw', 'towne', 'everie', 'sabbath', 'day', 'nott', 'sic', 'absent', 'fra', 'sermones', 'ather', 'afoir', 'efter', 'effect', 'serehe', 'sic', 'houss', 'think', 'maist', 'meit', 'selection', 'record', 'kirk', 'session', 'presbytery', 'synod', 'aberdeen', 'modern', 'english', 'follows', 'thought', 'expedient', 'bailiff', 'session', 'pas', 'town', 'sabbath', 'day', 'note', 'absent', 'sermon', 'noon', 'effect', 'pas', 'search', 'house', 'think', 'meet', 'collection', 'session', 'allows', 'searcher', 'house', 'apprehend', 'absents', 'kirk', 'great', 'sunday', 'law', 'people', 'church', 'ground', 'stopping', 'photographer', 'working', 'seclusion', 'room', 'staying', 'church', 'inviting', 'conclusion', 'inevitable', 'clamorers', 'sunday', 'law', 'want', 'scruple', 'going', 'house', 'reason', 'suspect', 'anybody', 'working', 'sunday', 'arresting', 'occupant', 'warranted', 'saying', 'liberty', 'american_people', 'danger', 'high_time', 'people', 'awakening', 'alarming', 'growth', 'religious_legislation', 'evil', 'protest', 'degeneracy', 'protestantism', 'showing', 'parentage', 'detroit', 'christian', 'herald', 'brief', 'report', 'national', 'sunday', 'convention', 'washington', 'president', 'col', 'elliott', 'shepard', 'reported', 'having', 'said', 'congress', 'law', 'making', 'power', 'country', 'virtually', 'repealed', 'fourth', 'commandment', 'course', 'referred', 'failure', 'enforce', 'sunday', 'observance', 'intention', 'argument', 'plain', 'sunday', 'fourth', 'commandment', 'pas', 'present', 'taking', 'supposition', 'repealing', 'fourth', 'commandment', 'affect', 'sunday', 'wish', 'point', 'sharply', 'position', 'national', 'sunday', 'union', 'proposes', 'assume', 'note', 'following', 'allowing', 'failure', 'enact', 'law', 'compelling', 'people', 'sunday', 'repealing', 'existence', 'virtual', 'repeal', 'fourth', 'commandment', 'follows', 'effort', 'secure', 'enactment', 'enforcement', 'such_laws', 'working', 'enactment', 'fourth', 'commandment', 'logical', 'conclusion', 'certainly', 'colonel', 'shepard', 'representative', 'union', 'admit', 'mark', 'point', 'lord', 'jehovah', 'spoke', 'fourth', 'commandment', 'sinai', 'god', 'enacted', 'law', 'national', 'sunday', 'union', 'consisting', 'national', 'reform', 'association', 'woman', 'christian', 'temperance', 'union', 'religion', 'organization', 'proposing', 'enact', 'fourth', 'commandment', 'proposing', 'place', 'god', 'putting', 'god', 'assuming', 'competent', 'vindicate', 'law', 'showing', 'true', 'child', 'papacy', 'man', 'sin', 'son', 'perdition', 'opposeth', 'exalteth', 'called', 'god', 'worshiped', 'god', 'sitteth', 'temple', 'god', 'showing', 'god', 'likeness', 'perfect', 'word', 'trying', 'nation', 'image', 'papal', 'beast', 'question', 'answer', 'interested', 'work', 'sentinel', 'asks', 'following', 'question', 'append', 'reply', 'hold', 'basis', 'religion', 'serve', 'god', 'object', 'religion', 'serve', 'god', 'basis', 'faith', 'lord', 'jesus_christ', 'faith', 'implies', 'cor', 'recognize', 'acknowledge', 'fact', 'blessing', 'secured', 'humanity', 'serving', 'god', 'consider', 'blessing', 'mankind', 'expression', 'god', 'goodness', 'compound', 'inquiry', 'unqualifiedly', 'yes', 'blessing', 'thing', 'blessing', 'called', 'blessing', 'blessing', 'expression', 'god', 'goodness', 'secured', 'man', 'agency', 'believe', 'neglect', 'discharge', 'plain', 'duty', 'wrong', 'certainly', 'knoweth', 'good', 'doeth', 'sin', 'jas', 'think', 'passive', 'consent', 'present', 'liquor_traffic', 'sin', 'crime', 'humanity', 'passive', 'consent', 'evil', 'sin', 'god', 'sin', 'violation', 'principle', 'thou', 'shalt', 'love', 'thy_neighbor', 'thyself', 'liquor_traffic', 'crime', 'violates', 'human_laws', 'passive', 'consent', 'violation', 'state', 'law', 'crime', 'necessarily', 'sin', 'law', 'sinful', 'law', 'nebuchadnezzar', 'darius', 'dan', 'crime', 'state', 'violate', 'worldling', 'covetous', 'licentious', 'hypocrite', 'sinner', 'long', 'refilth', 'violating', 'state', 'law', 'criminal', 'sin', 'reference', 'moral_law', 'god', 'extends', 'motive', 'intention', 'cherished', 'thought', 'crime', 'pertains', 'overt', 'act', 'law', 'state', 'sin', 'need', 'criminal', 'need', 'crime', 'sinful', 'present', 'liquor_traffic', 'bound', 'law', 'crime', 'free', 'ought', 'law', 'crime', 'certainly', 'evil', 'evil', 'feel', 'liquor_traffic', 'consequence', 'number', 'victim', 'myraids', 'men', 'professing', 'temperance', 'morality', 'christianity', 'claiming', 'fear', 'god', 'commandment', 'array', 'oppose', 'humane', 'beneficent', 'cause', 'temperance', 'prohibition', 'sentinel', 'opposition', 'beneficent', 'cause', 'temperance', 'prohibition', 'advocated', 'beginning', 'partisan', 'belongs', 'party', 'established', 'support', 'prohibition', 'party', 'political', 'party', 'defend', 'religious_right', 'liberty', 'american_citizens', 'warn', 'danger', 'menace', 'strenuously', 'persistently', 'opposed', 'religious_legislation', 'form', 'connection', 'temperance', 'leader', 'prohibition', 'party', 'woman', 'christian', 'temperance', 'union', 'endeavoring', 'principle', 'crystalized', 'law', 'destroy', 'religious_liberty', 'country', 'embodied', 'state', 'national', 'platform', 'party', 'declared', 'object', 'party', 'striving', 'logical', 'outcome', 'principle', 'embodied', 'law', 'reproduction', 'persecution', 'dark_ages', 'inquisition', 'evil', 'principle', 'oppose', 'fact', 'connected', 'temperance', 'prohibition', 'principle', 'good_men', 'morally', 'socially', 'favor', 'potent', 'evil', 'encroachment', 'religious_right', 'century', 'respect', 'marked', 'pronounced', 'hear', 'national', 'reform', 'prohibition', 'paries', 'ard', 'woman', 'christian', 'temperance', 'union', 'led', 'papacy', 'object', 'reached', 'form', 'image', 'papacy', 'prohibition', 'party', 'willing', 'renounce', 'position', 'regard', 'religious_questions', 'assured', 'meet', 'opposition', 'sentinel', 'propose', 'support', 'good_thing', 'uncertain', 'bring', 'certain', 'train', 'evil', 'great', 'seek', 'cure', 'greater', 'evil', 'good', 'come', 'whatsoever', 'man_soweth', 'shall', 'reap', 'real', 'point', 'conflict', 'permitted', 'religiously', 'differ', 'sunday', 'law', 'enacted', 'construe', 'wording', 'lord', 'day', 'christian', 'sabbath', 'day', 'week', 'mean', 'day', 'seven', 'definite_day', 'particular', 'law', 'enacted', 'simply', 'secure', 'weekly', 'rest', 'day', 'seven', 'week', 'court', 'minister', 'church', 'allow', 'construction', 'wording', 'sabbath', 'law', 'argument', 'class', 'insist', 'literal', 'rendering', 'sabbath', 'law', 'intrican', 'sentinet']
root - INFO - extracting file #2500: 2017-04-Final-Corpus/AmSn18900501-V05-18-page7.txt
root - INFO - extracting file #3000: 2017-04-Final-Corpus/AmSn18910806-V06-31-page5.txt
root - INFO - ['persecution', 'sweden', 'sweden', 'russia', 'allied', 'closely', 'instance', 'religious_persecution', 'according', 'following', 'letter', 'swedish', 'correspondent', 'london', 'daily_news', 'lately', 'formed', 'sweden', 'society', 'calling', 'utilistic', 'party', 'object', 'far', 'learn', 'promulgating', 'view', 'utilitarian', 'jeremy', 'bentham', 'presume', 'consists', 'principally', 'university', 'student', 'young_man', 'letter', 'enthusiasm', 'convert', 'going', 'country', 'lecturing', 'stronghold', 'lutheran', 'orthodoxy', 'intolerance', 'getting', 'trouble', 'authority', 'prominent', 'gifted', 'young', 'man', 'letter', 'henry', 'berghell', 'bachelor', 'philosophy', 'prosecuted', 'time', 'ago', 'lecture', 'given', 'country', 'town', 'sentenced', 'town', 'court', 'month', 'imprisonment', 'ground', 'doctrine', 'propagated', 'lecture', 'subversive', 'christian_religion', 'berghell', 'lodged', 'appeal', 'superior', 'court', 'doubtless', 'quashed', 'sentence', 'unfortunately', 'lacked', 'mean', 'proceed', 'sentence', 'confirmed', 'arrested', 'sent', 'prison', 'malmo', 'sound', 'undergo', 'punishment', 'government', 'authority', 'stockholm', 'berghell', 'born', 'finland', 'swedish', 'subject', 'bright', 'idea', 'occurred', 'carrying', 'troublesome', 'young', 'enthusiast', 'got', 'rid', 'exists', 'convention', 'sweden', 'russia', 'mutual', 'surrender', 'criminal', 'belonging', 'nation', 'berghell', 'criminal', 'eye', 'law', 'having', 'condemned', 'imprisonment', 'decided', 'send', 'russia', 'soon', 'prison', 'term', 'completed', 'poor', 'berghell', 'acquainted', 'decision', 'having', 'probably', 'siberia', 'mental', 'vision', 'pleaded', 'hard', 'allowed', 'england', 'america', 'ukase', 'gone', 'forth', 'stockholm', 'native_land', 'wednesday', 'morning', 'accordingly', 'conducted', 'swedish', 'police', 'copenhagen', 'board', 'steamer', 'nidaros', 'leaving', 'hango', 'finland', 'come', 'disgraceful', 'proceeding', 'arriving', 'danish', 'ground', 'berghell', 'claimed', 'free', 'refused', 'danish', 'police', 'ready', 'lend', 'willing', 'hand', 'conduct', 'shameful', 'berghell', 'infringed', 'danish', 'law', 'offense', 'religion', 'view', 'differing', 'swedish', 'clergy', 'berghell', 'induced', 'enter', 'cab', 'driven', 'police', 'station', 'instead', 'taken', 'steamer', 'pushed', 'board', 'kidnapped', 'swedish', 'police', 'officer', 'accompanying', 'russia', 'distressing', 'read', 'copenhagen', 'paper', 'looked', 'like', 'man', 'tale', 'life', 'told', 'help', 'shuddering', 'fate', 'await', 'evening', 'day', 'question', 'asked', 'swedish', 'second', 'chamber', 'riksdag', 'reason', 'goverment', 'expulsion', 'chamber', 'decided', 'sixteen', 'vote', 'eighty', 'question', 'course', 'literally', 'speaking', 'government', 'kept', 'letter', 'law', 'want', 'day', 'rev', 'mcclain', 'methodist', 'episcopal_church', 'chicago', 'said', 'course', 'sermon', 'sabbath', 'movement', 'place', 'great', 'american', 'movement', 'union', 'believer', 'sabbath', 'reform', 'intimated', 'great', 'national', 'party', 'formed', 'issue', 'circular', 'letter', 'sent', 'evangelical', 'minister', 'united', 'state', 'soliciting', 'operation', 'sunday', 'movement', 'late', 'argued', 'arouse', 'earnest', 'action', 'favor', 'opening', 'world', 'fair', 'sunday', 'depriving', 'people', 'religious_liberty', 'read', 'foregoing', 'item', 'cause', 'reflection', 'regard', 'question', 'certainly', 'familiar', 'fact', 'history', 'religion', 'jesus_christ', 'doe', 'interfere', 'human', 'liberty', 'hand', 'men', 'free', 'ecclesiasticism', 'calling', 'christianity', 'caused', 'cruel', 'persecution', 'said', 'ardent', 'peter', 'thy', 'sword', 'spirit', 'peter', 'seen', 'movement', 'day', 'country', 'quietly', 'assured', 'danger', 'national', 'movement', 'seriously', 'talked', 'national', 'circular', 'sent', 'asking', 'assistance', 'securing', 'observance', 'day', 'religion', 'rest', 'time', 'open', 'eye', 'look', 'said', 'want', 'religious', 'sunday', 'enforced', 'civil', 'american', 'day', 'desired', 'religious', 'phase', 'sunday', 'inseparably', 'connected', 'crimson', 'dye', 'wool', 'reasonable', 'great', 'parade', 'good', 'office', 'wool', 'dyed', 'red', 'extol', 'great', 'benefit', 'laboring', 'man', 'especially', 'everybody', 'general', 'urge', 'compelled', 'wear', 'garment', 'wool', 'account', 'crimson', 'coloring', 'matter', 'washing', 'rubbing', 'scouring', 'destroy', 'fabric', 'rid', 'color', 'sunday', 'religious', 'coloring', 'matter', 'thoroughly', 'soaked', 'particle', 'continued', 'association', 'age', 'constantine', 'till', 'present_day', 'completelydestroy', 'proposed', 'sunday', 'rest_day', 'religion', 'taken', 'craft', 'religion', 'sunday', 'rest', 'sound', 'nice', 'think', 'closely', 'talk', 'civil', 'american', 'sunday', 'surely', 'thing', 'secured', 'enforced', 'law', 'adjective', 'greatly', 'emphasized', 'prefixed', 'enforced', 'civil', 'american', 'religious', 'sunday', 'possibly', 'institution', 'composed', 'element', 'useless', 'talk', 'requiring', 'observance', 'having', 'element', 'let', 'believe', 'observe', 'sunday', 'like', 'compel', 'observe', 'religious_institution', 'thing', 'harm', 'growing', 'tait', 'thing', 'sunday', 'observance', 'association', 'king', 'county', 'new', 'york', 'holding', 'meeting', 'brooklyn', 'printed', 'slip', 'distributed', 'containing', 'statement', 'thing', 'appointment', 'state', 'committee', 'county', 'assist', 'enforcement', 'sunday', 'law', 'state', 'organize', 'influence', 'prevention', 'amendment', 'shall', 'tend', 'weaken', 'away', 'existing', 'sunday', 'law', 'list', 'thing', 'wish', 'special', 'education', 'pledge', 'work', 'sabbath', 'school_children', 'offering', 'prize', 'essay', 'various_phases', 'sabbath', 'question', 'address', 'friend', 'american', 'sunday', 'prefacing', 'abstract', 'eighth', 'annual_report', 'association', 'given', 'meeting', 'following', 'remarkable', 'language', 'loved', 'honored', 'respected', 'institution', 'danger', 'religious_liberty', 'represented', 'old', 'flag', 'religious_liberty', 'wantonly', 'assailed', 'vandal', 'hand', 'right', 'privilege', 'protection', 'guaranteed', 'people', 'jeopardized', 'abolish', 'sunday', 'law', 'inalienable', 'right', 'american_citizen', 'rest', 'worship', 'denied', 'thing', 'accomplished', 'law', 'enforced', 'shall', 'depends', 'control', 'dominate', 'american', 'sentinel']
root - INFO - extracting file #3500: 2017-04-Final-Corpus/AmSn18921110-V07-44-page2.txt
root - INFO - extracting file #4000: 2017-04-Final-Corpus/AmSn18940208-V09-06-page4.txt
root - INFO - ['mmie', 'eican', 'genfrinkmenr', 'vol', 'ness', 'god', 'christ', 'end', 'law', 'righteousness', 'believeth', 'rom', 'religion', 'power', 'god', 'unto_salvation', 'supreme', 'spirit', 'love', 'superior', 'written', 'instrument', 'let', 'remain', 'christ', 'gospel', 'proclamation', 'absolute', 'liberty', 'come', 'choose', 'perfect', 'freedom', 'accept', 'exists', 'freedom', 'reject', 'wisdom', 'framer', 'great', 'constitution', 'commended', 'declaring', 'congress', 'shall', 'law', 'respecting', 'establishment', 'religion', 'prohibiting', 'free', 'exercise', 'thereof', 'showing', 'conclusively', 'state', 'force', 'citizen', 'receive', 'prescribed', 'religion', 'penalty', 'imprisonment', 'shadow', 'justice', 'liberty', 'conscience', 'heathen', 'roman', 'rage', 'people', 'imagine', 'vain', 'thing', 'american', 'papal', 'slave', 'liberty', 'conscience', 'freedom', 'worship', 'proclaim', 'anew', 'law', 'liberty', 'land', 'welcome', 'tidings', 'cloven', 'hoof', 'sabbath', 'satan', 'following', 'article', 'truth', 'seeker', 'recommended', 'careful_consideration', 'boston', 'investigator', 'westbrook', 'late', 'president', 'american', 'secular', 'union', 'liberal', 'country', 'evidently', 'getting', 'eye', 'open', 'sophistry', 'civil', 'sabbath', 'plea', 'article', 'truth', 'seeker', 'errs', 'applying', 'christian', 'thing', 'essentially', 'antichristian', 'properly', 'speaking', 'christian', 'persecutor', 'sunday', 'instead', 'christian', 'essentially', 'pagan', 'papal', 'tuose', 'kept', 'informed', 'sunday', 'observance', 'question', 'know', 'nearly', 'leader', 'movement', 'restive', 'charged', 'wish', 'compel', 'people', 'observe', 'sunday', 'holy', 'day', 'business', 'declaim', 'union', 'church', 'state', 'sharp', 'lay', 'open', 'accusation', 'favoring', 'union', 'advocate', 'sunday', 'law', 'religion', 'invented', 'specious', 'catchword', 'deceive', 'people', 'dangerously', 'antagonize', 'frankly', 'avow', 'purpose', 'christianity', 'state_religion', 'talk', 'glibly', 'delusively', 'civil', 'sabbath', 'shall', 'enforced', 'order', 'allow', 'everybody', 'preacher', 'church', 'organist', 'sexton', 'usher', 'choir', 'rest', 'sunday', 'vary', 'siren', 'song', 'considerable', 'illogical', 'nauseating', 'talk', 'morality', 'sunday', 'reverence', 'pious', 'pretense', 'kept', 'time', 'sunday', 'worshiper', 'induced', 'talk', 'discreetly', 'persist', 'making', 'unguarded', 'statement', 'getting', 'sabbatarian', 'happy', 'family', 'hot_water', 'latest', 'boston', 'clergyman', 'assembled', 'adopted', 'resolution', 'congregational', 'baptist', 'methodist', 'minister', 'boston', 'vicinity', 'assembled', 'monday', 'meeting', 'october', 'cordially', 'unite', 'massachusetts', 'sunday', 'protective', 'league', 'following', 'expression', 'view', 'deplorable', 'increase', 'issue', 'sunday', 'newspaper', 'boston', 'constrained', 'mew', 'earnest', 'protest', 'sunday', 'newspaper', 'strong', 'condemnation', 'chief', 'agency', 'evil', 'hindering', 'work', 'preoccupies', 'mind', 'reader', 'lord', 'day', 'secular', 'thing', 'contemplation', 'higher', 'need', 'human_nature', 'beneficent', 'divine', 'requirement', 'prompt', 'man', 'rest', 'beguiles', 'reader', 'neglect', 'exclude', 'thought', 'religious', 'consideration', 'right', 'character', 'depends', 'indisposes', 'reader', 'public_worship', 'house', 'god', 'disqualifies', 'detains', 'degree', 'rapidly', 'changing', 'habit', 'large', 'section', 'population', 'far', 'near', 'main', 'instrument', 'breaking', 'habit', 'public_worship', 'land', 'weakens', 'religious', 'restraint', 'indispensable', 'stability', 'society', 'foe', 'good_order', 'menace', 'civilization', 'look', 'deepest', 'sorrow', 'unscrupulous', 'unpatriotic', 'greed', 'inhumanity', 'exhibited', 'publication', 'distribution', 'sale', 'sunday', 'newspaper', 'trespassing', 'civic', 'rest_day', 'large_number', 'railroad', 'employes', 'newsdealer', 'especially', 'youthful', 'carrier', 'view', 'hearing', 'progress', 'railroad', 'commissioner', 'state', 'regard', 'special', 'sunday', 'newspaper', 'train', 'respectfully', 'represent', 'honorable', 'board', 'public', 'policy', 'grant', 'special', 'favor', 'line', 'business', 'sunday', 'reason', 'clergyman', 'opposed', 'sunday', 'newspaper', 'reason', 'relate', 'entirely', 'religious', 'aspect', 'matter', 'bear', 'rest', 'question', 'importance', 'eye', 'clergyman', 'consequently', 'influence', 'action', 'attempt', 'secure', 'suppression', 'law', 'paper', 'religious', 'secular', 'relation', 'problem', 'perfectly', 'plain', 'sunday', 'law', 'advocate', 'working', 'religion', 'want', 'enforce', 'observance', 'sunday', 'observance', 'opinion', 'advance', 'cause', 'religion', 'talk', 'securing', 'day', 'rest', 'helpless', 'workingman', 'sheerest', 'humbuggery', 'foe', 'sunday', 'tyranny', 'clearly', 'succinctly', 'stated', 'case', 'opponent', 'sunday', 'law', 'minister', 'foregoing', 'resolution', 'especially', 'fourth', 'opposed', 'sunday', 'paper', 'sunday', 'amusement', 'sunday', 'work', 'primarily', 'chiefly', 'publication', 'recreation', 'labor', 'interfere', 'work', 'particular', 'work', 'day', 'secular', 'agency', 'help', 'curtail', 'influence', 'authority', 'community', 'lessen', 'mean', 'livelihood', 'resolution', 'anchor', 'cast', 'windward', 'saving', 'clause', 'regard', 'civil', 'rest_day', 'large_number', 'railroad', 'employes', 'newsdealer', 'especially', 'youthful', 'carrier', 'introduced', 'evidently', 'afterthought', 'secondary', 'consideration', 'necessary', 'recognize', 'order', 'draw', 'possible', 'support', 'called', 'laboring', 'class', 'labor', 'benefited', 'injured', 'sunday', 'paper', 'men', 'place', 'doubt', 'superstition', 'doe', 'dominate', 'sufficient_number', 'gladly', 'sunday', 'work', 'giving', 'week', 'day', 'employes', 'chance', 'rest', 'youthful', 'carrier', 'meaning', 'doubt', 'newsboy', 'sunday', 'paper', 'immense', 'assistance', 'suppose', 'daily', 'journal', 'issue', 'thousand', 'copy', 'sunday', 'edition', 'sell', 'cent', 'copy', 'newsboy', 'half', 'cent', 'paid', 'reader', 'boy', 'dollar', 'wage', 'sunday', 'paper', 'thousand', 'circulation', 'good', 'portion', 'remaining', 'half', 'cent', 'way', 'workingman', 'pocket', 'distributed', 'composing', 'room', 'stereotyping', 'room', 'press', 'room', 'paper', 'ink', 'manufactory', 'place', 'course', 'absence', 'sunday', 'paper', 'drawn', 'coffer', 'church', 'afford', 'weep', 'minister', 'diversion', 'daily', 'newspaper', 'proprietor', 'cowardly', 'mean', 'loudly', 'defending', 'right', 'engage', 'business', 'sunday', 'joining', 'christian', 'persecutor', 'hounding', 'men', 'engaged', 'popular', 'enterprise', 'try', 'earn', 'dollar', 'day', 'action', 'important', 'word', 'example', 'sunday', 'paper', 'making', 'widening', 'bound', 'free', 'action', 'spite', 'verbal', 'lapse', 'time', 'clergyman', 'right', 'denunciation', 'granting', 'special', 'favor', 'line', 'business', 'consent', 'preacher', 'monopoly', 'sunday', 'let', 'chance', 'men', 'woman', 'engaged', 'occupation', 'let', 'person', 'select', 'rest_day', 'rest', 'week', 'rest', 'month', 'rest', 'year', 'hand', 'church', 'kept', 'helm', 'state', 'priest', 'permitted', 'subvert', 'degrade', 'justice', 'physiology', 'thank', 'boston', 'minister', 'letting', 'light', 'day', 'sinister', 'design', 'junto', 'rest', 'day', 'christian', 'sunday', 'clamor', 'scheme', 'know', 'want', 'shall', 'blame', 'ultimately', 'beaten', 'maryland', 'court', 'appeal', 'sunday', 'law', 'following', 'baltimore', 'american', 'january', 'tell', 'story', 'judefind', 'case', 'appealed', 'kent', 'county', 'january', 'court', 'appeal', 'handed', 'number', 'important', 'opinion', 'celebrated', 'kent', 'county', 'seventh', 'day', 'adventist', 'case', 'opinion', 'written', 'judge', 'boyd', 'john', 'judefind', 'kent', 'county', 'farmer', 'embraced', 'seventh', 'day', 'adventist', 'faith', 'arrested', 'husking', 'corn', 'sunday', 'fined', 'magistrate', 'appealed', 'circuit_court', 'tried', 'court', 'convicted', 'fined', 'brought', 'case', 'court', 'appeal', 'petition', 'nature', 'writ', 'error', 'section', 'article', 'code', 'void', 'violation', 'paragraph', 'fourteenth', 'article', 'constitution', 'united', 'state', 'second', 'said', 'statute', 'void', 'violation', 'article', 'right', 'constitution', 'maryland', 'circuit_court', 'kent', 'county', 'jurisdiction', 'try', 'convict', 'traverser', 'justice', 'peace', 'jurisdiction', 'warrant', 'charged', 'offense', 'statute', 'failed', 'set', 'forth', 'husking', 'corn', 'sunday', 'work', 'necessity', 'charity', 'warrant', 'issued', 'served', 'sunday', 'bond', 'traverser', 'void', 'charge', 'sabbath', 'breaking', 'offense', 'known', 'law', 'state', 'attorney', 'general', 'moved', 'quash', 'writ', 'error', 'ground', 'writ', 'error', 'lie', 'court', 'decision', 'circuit_court', 'appeal', 'judgment', 'justice', 'peace', 'motion', 'court', 'prevail', 'petitioner', 'wanted', 'try', 'constitutionality', 'law', 'applied', 'writ', 'certiorari', 'specific', 'ground', 'court', 'reviewed', 'case', 'alleged', 'defect']
root - INFO - extracting file #4500: 2017-04-Final-Corpus/AmSn18950502-V10-18-page6.txt
root - INFO - extracting file #5000: 2017-04-Final-Corpus/AmSn18960813-V11-32-page6.txt
root - INFO - ['mieletica', 'tiinv', 'vol', 'revival', 'stock', 'law', 'bible', 'echo', 'melbourne', 'australia', 'july', 'surprise', 'learn', 'old', 'sunday', 'law', 'charles', 'enacted', 'force', 'victoria', 'case', 'david', 'zalic', 'nettleberg', 'furrier', 'port', 'melbourne', 'prosecuted', 'provision', 'section', 'act', 'charles', 'following', 'usual', 'occupation', 'sunday', 'fined', 'melbourne', 'age', 'report', 'state', 'miss', 'nettleberg', 'owner', 'business', 'present', 'expressed', 'surprise', 'member', 'family', 'liked', 'premise', 'miss', 'nettleberg', 'great', 'victorian', 'doubt', 'surprised', 'learn', 'sunday', 'law', 'revived', 'enforced', 'colony', 'such_laws', 'regard', 'individual', 'right', 'home', 'abroad', 'section', 'sunday', 'law', 'charles', 'prohibits', 'worldly', 'labor', 'business', 'work', 'sunday', 'requires', 'person', 'person', 'whatsoever', 'shall', 'lord', 'day', 'apply', 'thereon', 'dutyes', 'piety', 'true_religion', 'publiquely', 'privately', 'law', 'enacted', 'force', 'concerning', 'observation', 'lord', 'day', 'repaireing', 'church', 'bee', 'carefully', 'execution', 'imposes', 'fine', 'offense', 'default', 'set', 'publicly', 'stock', 'hour', 'provision', 'repaireing', 'church', 'applying', 'dutyes', 'piety', 'true_religion', 'hour', 'stock', 'law', 'forbidding', 'worldly', 'labor', 'person', 'chooses', 'observe', 'bible_sabbath', 'seventh', 'day', 'instead', 'sunday', 'falsely', 'called', 'lord', 'day', 'difference', 'demonstrated', 'year', 'ago', 'sydney', 'law', 'day', 'commonly', 'called', 'sunday', 'day', 'rest', 'individual', 'responsibility', 'conscientious', 'conviction', 'personal', 'right', 'bow', 'submission', 'religious', 'man', 'law', 'sunday', 'law', 'direct', 'opposition', 'law', 'god', 'church', 'state', 'austria', 'hungary', 'new', 'york', 'tribune', 'monsignor', 'agliardi', 'revenge', 'meddling', 'hungarian', 'politics', 'compelled', 'retire', 'office', 'papal', 'nuncio', 'vienna', 'cardinal', 'king', 'hungary', 'called', 'place', 'red', 'cap', 'head', 'addition', 'hurled', 'parthian', 'shaft', 'camp', 'foe', 'certain', 'cause', 'vast', 'trouble', 'form', 'long', 'code', 'instruction', 'issued', 'pope', 'roman', 'catholic', 'clergy', 'laity', 'hungary', 'issued', 'sanction', 'king', 'law', 'requires', 'agency', 'hungarian', 'primate', 'custom', 'courtesy', 'demand', 'issued', 'defiant', 'irritating', 'manner', 'possible', 'object', 'annoy', 'punish', 'hungarian', 'refusal', 'accept', 'reprinted', 'public', 'opinion', 'july', 'monsignor', 'agliardi', 'dictation', 'political', 'affair', 'provision', 'document', 'aggressive', 'manner', 'issuance', 'catholic', 'commanded', 'obey', 'rule', 'church', 'law', 'hungary', 'civil', 'religious_matters', 'clergy', 'commanded', 'continue', 'cessation', 'opposition', 'agitation', 'civil', 'marriage', 'religious', 'equality', 'reform', 'law', 'enacted', 'hungarian', 'government', 'end', 'brotherhood', 'church', 'society', 'organized', 'clerical', 'newspaper', 'circulated', 'vigorous', 'propaganda', 'maintained', 'class', 'especial', 'attention', 'paid', 'regaining', 'control', 'school', 'college', 'finally', 'terror', 'excommunication', 'threatened', 'inclined', 'obey', 'civil', 'clerical', 'law', 'mistaking', 'purport', 'mean', 'war', 'code', 'instruction', 'identical', 'issued', 'roman', 'catholic', 'germany', 'response', 'falk', 'law', 'know', 'meant', 'accomplished', 'differs', 'addition', 'certain', 'vigorous', 'clause', 'directed', 'hungarian', 'nationality', 'hungarian', 'law', 'national', 'press', 'hungary', 'regarded', 'challenge', 'hungary', 'accept', 'surely', 'precipitate', 'bitter', 'struggle', 'church', 'state', 'strong', 'suspicion', 'notorious', 'reactionist', 'lueger', 'hand', 'matter', 'bitter', 'foe', 'religious_liberty', 'implacable', 'enemy', 'hungary', 'concerned', 'issuance', 'mandate', 'certainly', 'sympathy', 'receive', 'aid', 'comfort', 'effort', 'break', 'dual', 'empire', 'reestablish', 'religious', 'despotism', 'religion', 'public_school', 'christian', 'register', 'august', 'likely', 'effort', 'shortly', 'united', 'evangelical', 'body', 'certain_time', 'set', 'apart', 'regular', 'religious', 'instruction', 'recent', 'attempt', 'party', 'established', 'church', 'england', 'force', 'sectarian', 'instruction', 'board', 'school', 'proved', 'disastrous', 'failure', 'evangelical', 'force', 'united', 'unitarian', 'opposing', 'measure', 'country', 'condition', 'entirely', 'different', 'sect', 'unite', 'young', 'men', 'christian', 'association', 'christian', 'endeavor', 'society', 'exclude', 'unitarian', 'join', 'great', 'popular', 'clamor', 'sectarian', 'education', 'public_school', 'probably', 'numerical', 'majority', 'influential', 'magazine', 'education', 'school', 'journal', 'heretofore', 'advocated', 'secular', 'religious', 'training', 'come', 'strongly', 'favor', 'special', 'religious', 'instruction', 'power', 'conscience', 'christianity', 'patriotism', 'count', 'leo', 'tolstoi', 'despotic', 'government', 'know', 'power', 'lie', 'force', 'thought', 'clear', 'expression', 'consequently', 'fear', 'army', 'institute', 'censorship', 'bribe', 'press', 'monopolize', 'direction', 'religion', 'school', 'spiritual', 'force', 'world', 'evades', 'book', 'paper', 'free', 'reach', 'conscience', 'men', 'powerful', 'free', 'force', 'manifest', 'man', 'lie', 'pondering', 'life', 'phenomenon', 'sharing', 'thought', 'wife', 'brother', 'friend', 'considers', 'sin', 'conceal', 'think', 'truth', 'billion', 'dollar', 'million', 'soldier', 'institution', 'war', 'revolution', 'achieve', 'achieved', 'simple', 'expression', 'free', 'man', 'considers', 'right', 'predicted', 'scripture', 'matt', 'tim', 'rev', 'time', 'come', 'false', 'religion', 'appeal', 'special_manner', 'mankind', 'avenue', 'sens', 'false', 'religion', 'bave', 'appealed', 'men', 'way', 'having', 'mean', 'gain', 'convert', 'conflict', 'false', 'true', 'reach', 'climax', 'appeal', 'evidence', 'rest', 'strong', 'possible', 'witnessed', 'manifestation', 'wonderful', 'startling', 'character', 'present', 'evidence', 'sens', 'absolutely', 'convincing', 'logically', 'compel', 'reject', 'mean', 'evidence', 'accept', 'doctrine', 'vouch', 'spiritualism', 'finally', 'sweep', 'rank', 'atheist', 'freethinker', 'party', 'creed', 'reject', 'essential', 'avenue', 'receiving', 'religion', 'truth', 'faith', 'essential', 'difference', 'christianity', 'false', 'religion', 'faith', 'word', 'god', 'highest', 'essential', 'mean', 'religious', 'knowledge', 'seek', 'convince', 'presenting', 'appeal', 'sens', 'freedom', 'alluring', 'word', 'ignorantly', 'appropriated', 'doe', 'belong', 'freethought', 'pleasant', 'sound', 'mind', 'freedom', 'child', 'wish', 'free', 'realizing', 'extent', 'slave', 'circumstance', 'given', 'freedom', 'soon', 'come', 'grief', 'inability', 'cope', 'surrounding', 'difficulty', 'comparison', 'receive', 'parental', 'care', 'freethinker', 'like', 'child', 'want', 'parent', 'tell', 'want', 'enjoy', 'freedom', 'attained', 'wisdom', 'ability', 'forget', 'air', 'breathe', 'supplied', 'wisdom', 'ability', 'caused', 'heart', 'beat', 'breast', 'forget', 'creed', 'provides', 'way', 'escape', 'worst', 'slavery', 'slavery', 'passion', 'compels', 'person', 'know', 'dragging', 'ruin', 'christianity', 'stand', 'perfect', 'liberty', 'speaking', 'sunday', 'nature', 'argument', 'exchange', 'forcibly', 'flower', 'closing', 'petal', 'fowl', 'seeking', 'roost', 'animal', 'habitation', 'sunday', 'emerging', 'monday', 'morning', 'support', 'seventh', 'day', 'idleness', 'drawn', 'nature', 'long', 'vegetation', 'continues', 'grow', 'sabbath', 'animal', 'know', 'difference', 'sunday', 'monday', 'argument', 'force']
root - INFO - extracting file #5500: 2017-04-Final-Corpus/AmSn18970610-V12-23-page15.txt
root - INFO - extracting file #6000: 2017-04-Final-Corpus/AmSn18980203-V13-05-page2.txt
root - INFO - ['american_sentinel', 'actual', 'situation', 'view', 'unwise', 'foster', 'sort', 'patriotism', 'glorifies', 'war', 'covets', 'opportunity', 'demonstrate', 'national', 'prowess', 'amidst', 'death', 'carnage', 'let', 'different', 'patriotism', 'taught', 'youth', 'child', 'great', 'deal', 'difference', 'satisfaction', 'thing', 'tend', 'ennoble', 'prolong', 'life', 'thing', 'tend', 'debase', 'destroy', 'christian', 'sect', 'apostle', 'paul', 'came', 'rome', 'certain', 'jew', 'came', 'said', 'desire', 'hear', 'thee', 'thou', 'thinkest', 'concerning', 'sect', 'know', 'spoken', 'act', 'question', 'application', 'word', 'sect', 'christian', 'christian', 'sect', 'paul', 'day', 'time', 'cease', 'sect', 'obviously', 'sect', 'term', 'non', 'sectarian', 'apply', 'christian', 'common_use', 'designate', 'religious', 'movement', 'undertaking', 'backed', 'church', 'warrant', 'fact', 'christianity', 'adherent', 'constitute', 'sect', 'christian', 'try', 'state', 'aid', 'religious', 'enterprise', 'ground', 'non', 'sectarian', 'paper', 'like', 'american_sentinel', 'suggest', 'investigation', 'fact', 'figure', 'pertaining', 'formation', 'religious', 'organization', 'land', 'day', 'political', 'purpose', 'right', 'parkhurst', 'new', 'york', 'world', 'january', 'rev', 'parkhurst', 'sermon', 'yesterday', 'personal', 'need', 'accepting', 'atoning', 'blood', 'christ', 'salvation', 'doctor', 'closed', 'manuscript', 'said', 'idea', 'subject', 'phase', 'different', 'year', 'ago', 'different', 'preached', 'pulpit', 'come', 'conclusion', 'unsafe', 'trust', 'man', 'openly', 'confessedly', 'christian', 'theoretically', 'life', 'new_heart', 'needed', 'individual', 'individual', 'changed', 'reformed', 'reformed', 'city', 'government', 'reason', 'life', 'feel', 'necessity', 'personal', 'pleading', 'soul', 'good', 'work', 'work', 'shall', 'devote', 'sermon', 'effort', 'winter', 'william', 'ward', 'simpson', 'wanted', 'law', 'men', 'good', 'sinner', 'walk', 'good', 'old', 'path', 'church', 'sabbath', 'want', 'pray', 'pray', 'force', 'day', 'bible', 'read', 'verse', 'law', 'needed', 'religion', 'brantford', 'ontario', 'bible', 'condemns', 'whatsoever', 'faith', 'sin', 'rom', 'observe', 'sunday', 'compulsion', 'lof', 'law', 'faith', 'sunday', 'observance', 'sin', 'large_part', 'professedly', 'christian_people', 'country', 'calling', 'legislature', 'law', 'compel', 'people', 'sin', 'military', 'christianity', 'discourse', 'given', 'rev', 'thomas', 'dixon', 'church', 'brooklyn', 'january', 'mary', 'lease', 'known', 'lecturer', 'allusion', 'spreading', 'spirit', 'militarism', 'mistaken', 'day', 'patriotism', 'christianity', 'modern', 'parson', 'identified', 'military', 'visiting', 'day', 'fashionable', 'church', 'mile', 'distant', 'spot', 'crowded', 'dressed', 'people', 'shocked', 'room', 'stocked', 'firearm', 'sang', 'prince', 'peace', 'loaded', 'arm', 'near', 'thought', 'appropriate', 'song', 'johnny', 'gun', 'atlanta', 'question', 'fusing', 'bible', 'public_school', 'school', 'authority', 'time_past', 'bible', 'text_book', 'submitted', 'objected', 'catholic', 'jew', 'catholic', 'demanded', 'text_book', 'catholic', 'version', 'ten_commandments', 'teach', 'catholic', 'doctrine', 'subject', 'marriage', 'divorce', 'change', 'satisfy', 'religious', 'opinion', 'jew', 'text_book', 'acceptable', 'remains', 'seen', 'evident', 'attempt', 'teach', 'bible', 'public_school', 'fruitful', 'source', 'religious', 'controversy', 'denied', 'booklof', 'religious', 'teachingwhich', 'satisfactoryto', 'protestantseatholics', 'jew', 'alike', 'come', 'far', 'short']
root - INFO - extracting file #6500: 2017-04-Final-Corpus/AmSn18980922-V13-37-page9.txt
root - INFO - extracting file #7000: 2017-04-Final-Corpus/AmSn18990518-V14-20-page15.txt
root - INFO - ['american_sentinel', 'book', 'reccorrinnericl', 'savonarola', 'graphic', 'account', 'life', 'martyrdom', 'wonderful', 'preacher', 'florence', 'sketch', 'time', 'inspiring', 'book', 'young', 'reader', 'read', 'left', 'trust', 'native', 'life', 'india', 'contains', 'good', 'author', 'rev', 'story', 'henry', 'rice', 'spent', 'pilgrim', 'progress', 'size', 'inch', 'page', 'illustration', 'story', 'christian', 'wife', 'attractive', 'edition', 'immortal', 'classic', 'price', 'eighteen', 'year', 'india', 'written', 'interesting', 'description', 'social', 'religious', 'characteristic', 'hindu', 'book', 'illustrated', 'native', 'drawing', 'northern', 'iceberg', 'account', 'expedition', 'sent', 'search', 'north', 'pole', 'united', 'state', 'england', 'written', 'narrative', 'style', 'intensely', 'interesting', 'illustration', 'northern', 'scene', 'incident', 'good', 'cloth', 'life', 'kongo', 'comprehensive', 'history', 'portion', 'africa', 'drained', 'kongo', 'tributary', 'numerous', 'missionary', 'incident', 'experience', 'author', 'rev', 'hol', 'wycliffe', 'life', 'greatest', 'reformer', 'fore', 'reformation', 'intense_interest', 'longest', 'told', 'story', 'eara', 'way', 'inspire', 'old', 'poverty', 'stricken', 'reader', 'cultivate', 'opportunity', 'econ', 'jack', 'harold', 'faomize', 'time', 'cloth', 'martin_luther', 'readable', 'story', 'life', 'greatest', 'reforther', 'home', 'university', 'monk', 'priest', 'rome', 'diet', 'worm', 'closing', 'scene', 'career', 'illustrated', 'cloth', 'ther', 'mother', 'dead', 'aunt', 'allow', 'school', 'ambition', 'aroused', 'illustrated', 'cloth', 'golden', 'grain', 'political', 'speech', 'debate', 'joe', 'ton', 'coal', 'yard', 'hand', 'nevere', 'struck', 'burnt', 'tion', 'interesting', 'information', 'concerning', 'muchtalked', 'country', 'illustrated', 'cloth', 'cannibal', 'archipelago', 'reproduction', 'principal', 'speech', 'debate', 'abraham', 'composition', 'wanderer', 'prayer', 'series', 'pamphlet', 'containing', 'page', 'beau', 'tiful', 'story', 'child', 'following', 'bentley', 'writes', 'title', 'personal', 'observa', 'lie', 'tempting', 'glove', 'ear', 'tom', 'revenge', 'complete', 'set', 'lincoln', 'postpaid', 'gether', 'political', 'antago', 'thought', 'john', 'williams', 'rev', 'gordon', 'wife', 'gordon', 'met', 'death', 'hand', 'native', 'dwell', 'rubiana', 'people', 'mania', 'collection', 'human', 'head', 'book', 'informs', 'ethe', 'gospel', 'progress', 'illustrated', 'scene', 'village', 'missionary', 'inhabnist', 'stephen', 'douglas', 'fascinating', 'volume', 'exposition', 'large', 'page', 'sermon', 'mount', 'mean', 'cloth', 'read', 'profit', 'sitting', 'book', 'time', 'meditation', 'title', 'cates', 'baptist', 'union', 'contains', 'page', 'half', 'engraving', 'bound', 'cloth', 'half', 'alf', 'making', 'home', 'happy', 'mount', 'blessing', 'struggle', 'family', 'head', 'having', 'gone', 'according', 'baby', 'phil', 'away', 'cross', 'big', 'sea', 'tumble', 'ship', 'det', 'drowned', 'second', 'tell', 'faithful', 'efc', 'fort', 'boy', 'support', 'sister', 'widowed', 'mother', 'illustrated', 'cloth', 'jack', 'conqueror', 'cloth', 'story', 'entertaining', 'story', 'unhappy', 'closer', 'connection', 'ccoonntataiin', 'home', 'kept', 'happy', 'page', 'engraving', 'aye', 'influence', 'home', 'olor', 'half', 'contains', 'page', 'cloth', 'cloth', 'gilt_edges', 'pacific', 'press', 'publishing', 'company', 'kansa', 'city', 'oakland', 'cal', 'boncestreet', 'new', 'york', 'city', 'rtants', 'received', 'christianity', 'cloth', 'story', 'redemption', 'book', 'calculated', 'forth', 'love', 'christ', 'draw', 'reader', 'intg']
root - INFO - extracting file #7500: 2017-04-Final-Corpus/AmSn19000111-V15-02-page10.txt
root - INFO - extracting file #8000: 2017-04-Final-Corpus/AmSn19000830-V15-34-page11.txt
root - INFO - ['howled', 'street', 'cloctrine', 'national', 'sovereignty', 'extremely', 'popular', 'french', 'capital', 'people', 'formed', 'mob', 'destroy', 'public', 'private', 'property', 'break', 'sitting', 'legislative', 'body', 'massacre', 'suspected', 'eased', 'conscience', 'argument', 'people', 'sovereign', 'people', 'mattered', 'violating', 'constitution', 'recently', 'adopted', 'mattered', 'violating', 'law', 'enacted', 'instance', 'representative', 'mattered', 'people', 'sovereign', 'nation', 'bind', 'bind', 'admit', 'rob', 'power', 'greatest', 'pride', 'strip', 'operation', 'dearer', 'right', 'pleased', 'termed', 'sacred', 'right', 'insurrection', 'course', 'proved', 'thing', 'utterly', 'faculty', 'self_government', 'day', 'people', 'unfit', 'selv', 'government', 'having', 'known', 'enjoyed', 'blessing', 'freeclom', 'persist', 'violating', 'overturning', 'instrument', 'proved', 'best', 'safeguard', 'right', 'people', 'protection', 'set', 'human', 'legislator', 'people', 'judge', 'unworthy', 'freedom', 'head', 'such_people', 'day', 'new', 'york', 'tribune', 'course', 'distinction', 'tribune', 'leader', 'paris', 'mob', 'tribune', 'doe', 'want', 'sovereignty', 'mob', 'simply', 'demand', 'soyereignty', 'hand', 'select', 'men', 'perfectly', 'satisfied', 'resides', 'preponderance', 'sunday', 'law', 'connecticut', 'sentinel', 'liberty', 'wisdom', 'ability', 'govern', 'perthe', 'attempted', 'enforcement', 'thing', 'concerning', 'fectly', 'sure', 'inalienable_rights', 'men', 'amply', 'protected', 'government', 'control', 'law', 'freedom', 'instinct', 'principle', 'case', 'dangerous', 'manifestation', 'john', 'bradley', 'concluded', 'week', 'membersof', 'constitutional', 'convention', 'elected', 'cuba', 'september', 'meet', 'havana', 'monday', 'december', 'frame', 'mid', 'adopt', 'constitution', 'people', 'cuba', 'people', 'naturally', 'disagree', 'feel', 'conscientiously', 'bound', 'oppose', 'certainly', 'true', 'policy', 'render', 'society', 'secure', 'doe', 'government', 'right', 'recognize', 'human_right', 'sir', 'charles', 'russell', 'late', 'lord', 'chief', 'justice', 'england', 'iva', 'oman', 'catholic', 'question', 'enforcing', 'sunday', 'observance', 'brought', 'ansonia', 'conn', 'neighboring', 'town', 'circulation', 'tition', 'calling', 'closing', 'business', 'place', 'day', 'prosecuting', 'attorney', 'interviewed', 'reporter', 'evening', 'sentinel', 'expressed', 'subject', 'follows', 'question', 'violation', 'law', 'party', 'practically', 'unit', 'case', 'arson', 'rape', 'murder', 'course', 'hesitation', 'regard', 'duty', 'sunday', 'law', 'unity', 'opinion', 'largely', 'matter', 'individual', 'opinion', 'conscience', 'man', 'hold', 'day', 'belief', 'keeping', 'day', 'way', 'doe', 'believe', 'sort', 'matter', 'briefly', 'whole_people', 'want', 'puritanical', 'sunday', 'german', 'beer', 'garden', 'sunday', 'prosecuting', 'attorney', 'clearly', 'recognizes', 'fundamental', 'difference', 'sunday', 'law', 'law', 'suppression', 'thing', 'agreed', 'people', 'criminal', 'feel', 'bound', 'enforce', 'law', 'called', 'finally', 'said', 'reporter', 'certainly', 'shall', 'volition', 'attempt', 'settle', 'question', 'person', 'come', 'complaint', 'infraction', 'law', 'shall', 'course', 'previously', 'stated', 'prosecute', 'offender', 'better', 'force', 'civil_authority', 'directed', 'suppression', 'crime', 'protection', 'society', 'theft', 'assault', 'murder', 'best', 'prevalent', 'instead', 'large_part', 'wasted']
root - INFO - extracting file #8500: 2017-04-Final-Corpus/CE19100401-V01-04-page34.txt
root - INFO - extracting file #9000: 2017-04-Final-Corpus/CE19120201-V03-03-page53.txt
root - INFO - ['special', 'notice', 'spelling', 'list', 'hand', 'manuscript', 'instalment', 'graded', 'series', 'spelling', 'list', 'use', 'elementary', 'school', 'promise', 'second', 'soon', 'sample', 'list', 'given', 'desire', 'list', 'tested', 'actual', 'use', 'putting', 'permanent', 'form', 'requires', 'space', 'print', 'journal', 'shall', 'probably', 'print', 'inexpensive', 'bulletin', 'leaflet', 'form', 'tested', 'criticized', 'teacher', 'revised', 'printed', 'substantial', 'form', 'cost', 'trial', 'form', 'light', 'elementary', 'teacher', 'inform', 'superintendent', 'use', 'superintendent', 'report', 'general', 'department', 'early', 'possible', 'superintendent', 'said', 'want', 'copy', 'map', 'year_book', 'pleasure', 'announce', 'denominational', 'year_book', 'ready', 'year', 'contain', 'outline', 'map', 'united', 'state', 'union_conferences', 'mission', 'revised', 'date', 'size', 'kind', 'similar', 'issue', 'view', 'increased', 'teaching', 'geography', 'especially', 'missionary', 'phase', 'believe', 'teacher', 'appreciate', 'feature', 'fail', 'provide', 'copy', 'book', 'map', 'year_book', 'contains', 'large_amount', 'information', 'wide', 'awake', 'teacher', 'ought', 'demand', 'extra', 'copy', 'map', 'printed', 'plate', 'supplied', 'quantity', 'low', 'rate', 'use', 'pupil', 'teacher', 'interested', 'write', 'superintendent', 'superintendent', 'write', 'general', 'department', 'number', 'use', 'price', 'satisfactory', 'pioneer', 'picture', 'frontispiece', 'number', 'series', 'picture', 'pioneer', 'worker', 'denomination', 'plan', 'print', 'extra', 'copy', 'fine', 'enameled', 'paper', 'use', 'school', 'supplied', 'set', 'set', 'contain', 'james', 'white', 'joseph', 'bates', 'andrew', 'uriah', 'smith', 'size', 'inch', 'price', 'address', 'post', 'paid', 'set', 'cent', 'set', 'cent', 'order', 'general', 'department', 'elementary', 'course', 'study', 'superintendent', 'southern', 'california', 'conference', 'prepared', 'printed', 'form', 'course', 'study', 'elementary', 'school', 'supervision', 'course', 'follows', 'closely', 'outline', 'adopted', 'general_conference', 'sgog', 'embodies', 'certain', 'feature', 'passed', 'union', 'convention', 'oakland', 'cal', 'summer', 'lay', 'work', 'grade', 'subject', 'somewhat', 'plan', 'syllabus', 'including', 'text_books', 'page', 'contain', 'series', 'lesson', 'keeping', 'simple', 'account', 'prepared', 'harmony', 'article', 'subject', 'round', 'table', 'content', 'pamphlet', 'arranged', 'printing', 'model', 'neatness', 'quality', 'worthy', 'cause', 'represents', 'copy', 'procured', 'cent', 'apiece', 'addressing', 'tract_society', 'conference', 'south', 'broadway', 'los', 'angeles', 'cal']
root - INFO - extracting file #9500: 2017-04-Final-Corpus/CE19131101-V05-03-page27.txt
root - INFO - extracting file #10000: 2017-04-Final-Corpus/CE19150801-V06-10-page31.txt
root - INFO - ['unusually', 'strong', 'work', 'english', 'bible', 'music', 'efficient', 'year', 'course', 'shorthand', 'bookkeeping', 'recital', 'lecture', 'public', 'entertainment', 'large', 'farm', 'dairy', 'printing', 'plant', 'equippecdoinmercial', 'department', 'special', 'feature', 'adelphian', 'academy', 'faculty', 'thoroughly', 'trained', 'experienced', 'teacher', 'charge', 'instruction', 'college', 'graduate', 'head', 'principal', 'department', 'equipment', 'main', 'building', 'modern', 'heated', 'elect', 'lighted', 'inexhaustible', 'supply', 'hot', 'cold', 'running', 'water', 'building', 'growth', 'school_work', 'started', 'student', 'enrolled', 'year', 'enrollment', 'primary', 'department', 'better', 'equipment', 'stronger', 'faculty', 'greater', 'opportunity', 'advanced', 'earnest', 'student', 'body', 'yearly', 'record', 'expense', 'average', 'expense', 'month', 'excellent', 'opportunity', 'meet', 'work', 'industrial', 'department', 'calendar', 'information', 'address', 'tho', 'steen', 'principal', 'holly', 'michigan', 'mih', 'mmoro', 'ewpwawoct', 'oroo', 'mminmon', 'mroolm', 'nro', 'inim', 'aili', 'imm', 'adelphian', 'academy', 'sixteenth', 'january', 'marked', 'tenth', 'anniversary', 'opening', 'school_work', 'adelphian', 'academy', 'interesting', 'coincidence', 'hundredth', 'student', 'enroll', 'year', 'reached', 'academy', 'date', 'time', 'enrollment', 'school', 'reached', 'number', 'marked', 'new', 'epoch', 'academic', 'work', 'lake_union_conference', 'academy', 'received', 'student', 'remainder', 'year', 'additional', 'student', 'entered', 'making', 'total', 'enrollment', 'year', 'doe', 'include', 'thirty', 'student', 'primary', 'department', 'encouraging', 'feature', 'year', 'high', 'attendance', 'prevailed', 'actual', 'daily', 'attendance', 'late', 'march', 'high', 'previous', 'time', 'year', 'large_attendance', 'enabled', 'school', 'add', 'materially', 'equipment', 'facility', 'earnings', 'net', 'operating', 'gain', 'year', 'closed', 'addition', 'raised', 'applied', 'directly', 'original', 'indebtedness', 'dollar', 'raised', 'way', 'academy', 'content', 'solicit', 'student', 'territory', 'smallest', 'union', 'excellent', 'opportunity', 'offered', 'moderate', 'expense', 'attracted', 'student', 'state']
root - INFO - extracting file #10500: 2017-04-Final-Corpus/CE19170301-V08-07-page9.txt
root - INFO - extracting file #11000: 2017-04-Final-Corpus/CE19190201-V10-06-page12.txt
root - INFO - ['christian_educator', 'director', 'glad', 'let', 'nurse', 'assist', 'inspection', 'experience', 'gain', 'day', 'doctor', 'assisted', 'nurse', 'gave', 'child', 'school', 'careful_examination', 'doctor', 'nurse', 'stationed', 'small', 'room', 'child', 'sent', 'time', 'doubtful', 'case', 'sent', 'home', 'day', 'asked', 'report', 'following', 'morning', 'took', 'doctor', 'hour', 'day', 'inspect', 'school', 'child', 'morning', 'nurse', 'inspection', 'supervision', 'doctor', 'nurse', 'able', 'carry', 'inspection', 'morning', 'morning', 'nurse', 'inspected', 'child', 'different', 'room', 'inspection', 'soon', 'taking', 'generally', 'minute', 'satisfied', 'plan', 'feel', 'sure', 'child', 'better', 'cared', 'disease', 'easily', 'controlled', 'danger', 'contagion', 'child', 'school', 'considerable', 'controversy', 'authority', 'school', 'closed', 'epidemic', 'suppose', 'good', 'argument', 'question', 'favoring', 'strongly', 'plan', 'continuing', 'school', 'instituting', 'careful', 'medical', 'inspection', 'feel', 'accomplishes', 'great', 'deal', 'closing', 'school', 'store', 'post', 'office', 'office', 'building', 'closed', 'sincerely', 'signed', 'milton', 'robison', 'social', 'activity', 'training_school', 'large', 'place', 'heart', 'pupil', 'little', 'molding', 'character', 'advisable', 'principal', 'ablest', 'associate', 'faculty', 'careful', 'thought', 'such_matters', 'lancaster', 'junior_college', 'general', 'policy', 'hand', 'avoid', 'cheapness', 'frivolity', 'careful', 'entertainment', 'strongly', 'educational', 'like', 'religious', 'meeting', 'want', 'pupil', 'good_time', 'safe', 'ground', 'believe', 'possible', 'social', 'gathering', 'develop', 'social', 'instinct', 'helpful', 'line', 'evening', 'devoted', 'discussion', 'current', 'topic', 'greatly', 'enjoyed', 'student', 'leading', 'program', 'taken', 'history', 'teacher', 'good', 'music', 'help', 'variety', 'departure', 'student', 'foreign_field', 'opportunity', 'program', 'bright', 'interesting', 'time', 'deeply', 'spiritual', 'appeal', 'young_people', 'ought', 'such_occasions', 'celebrating', 'date', 'certain', 'outstanding', 'event', 'history', 'denomination', 'history', 'world', 'mission', 'furnish', 'occasion', 'social', 'gathering', 'helpful', 'kind', 'evening', 'given', 'type', 'music', 'series', 'musical', 'evening', 'series', 'preferably', 'evening', 'devoted', 'sacred', 'music', 'old', 'fashioned', 'spelling', 'match', 'lively', 'interesting', 'help', 'new_life', 'spelling', 'class', 'general', 'social', 'gathering', 'school', 'character', 'earnest', 'zealous', 'student', 'feel', 'wasted', 'time', 'taking', 'earnest', 'know', 'good_time', 'school', 'activity', 'ellsworth', 'olsen']
root - INFO - extracting file #11500: 2017-04-Final-Corpus/CE19201201-V12-04-page21.txt
root - INFO - extracting file #12000: 2017-04-Final-Corpus/CUV19050322-V09-12-page3.txt
root - INFO - ['jew', 'hope', 'soon', 'bold', 'areteaching', 'thein', 'end', 'reader', 'believe', 'fully', 'truth', 'moral', 'coitrage', 'obey', 'lord', 'know', 'care', 'leitte', 'brother', 'miller', 'house', 'week', 'went', 'bible', 'reading', 'held', 'came', 'right_time', 'encourage', 'reader', 'cause', 'sense', 'fully', 'importance', 'obeying', 'doer', 'forgetful', 'hearer', 'brother', 'house', 'miller', 'gave', 'instruction', 'week', 'blessed', 'time', 'master', 'work', 'home', 'bible', 'reading', 'attended', 'thirteen', 'sixteen', 'person', 'invitation', 'hold', 'meeting', 'schoolhouse', 'young_man', 'promised', 'furnish', 'schoolhohse', 'petiple', 'preaching', 'man', 'asked', 'wednesday', 'night', 'hold', 'meeting', 'infirmary', 'permission', 'gather', 'neighbor', 'man', 'educated', 'school_teacher', 'outcome', 'remains', 'seen', 'sidney', 'lately', 'eompany', 'good', 'coup', 'age', 'lord', 'contemplating', 'joining', 'little', 'band', 'lady', 'partittilar', 'told', 'thought', 'come', 'right', 'day', 'meeting', 'studied', 'prophecy', 'seven', 'german', 'reader', 'christlicher', 'hausfreund', 'sold', 'christ', 'object_lesson', 'book', 'given', 'away', 'number', 'tract', 'open', 'letter', 'article', 'sabbath', 'agitation', 'printed', 'city', 'paper', 'garde', 'miss', 'nettie', 'garde', 'roanoke', 'man', 'draw', 'imaginary', 'line', 'separate', 'section', 'natural', 'form', 'exists', 'aphysical', 'unit', 'certain', 'limitation', 'certain', 'purpose', 'doubtless', 'division', 'divide', 'separate', 'great_field', 'god', 'harvest', 'section', 'destroy', 'unity', 'remain', 'rejoice', 'progatal', 'way', 'ohio', 'plain', 'divine', 'truth', 'tier', 'help', 'abroad', 'pray', 'emndantaalessings', 'rort', 'feel', 'free', 'send', 'report', 'virginia', 'ohio', 'cause', 'god', 'border', 'precious', 'personally', 'personally', 'present', 'remain', 'city', 'roanoke', 'southwest', 'state', 'time', 'report', 'past', 'month', 'work', 'result', 'summer', 'tent', 'effort', 'sabbath', 'school', 'organized', 'kept', 'winter', 'missed', 'sabbath', 'sickness', 'kind', 'common', 'mountain', 'section', 'hindered', 'cottage_meetings', 'somewhat', 'kept', 'busy', 'managed', 'house', 'house_work', 'spirit', 'prophecy', 'speaks', 'encouragingly', 'hope', 'visible', 'result', 'due_time', 'god', 'shall', 'increase', 'babcock', 'family', 'bible_teacher', 'literature', 'regular', 'course', 'family', 'section', 'city', 'live', 'use', 'set', 'amoung', 'business', 'men', 'suitable', 'printed', 'matter', 'sign', 'fulfilling', 'earth', 'know', 'end', 'near', 'earnestly', 'desire', 'stand', 'overcomer', 'god', 'father', 'glory', 'jesus_christ', 'advocate', 'deliverer', 'join', 'greeting', 'hope', 'growing', 'courage', 'babcock', 'young_people', 'dear', 'friend', 'worker', 'doubt', 'read', 'article', 'appeared', 'visitor', 'week', 'ago', 'professor', 'field', 'japan', 'doubt', 'pleased', 'know', 'watching', 'advance', 'step', 'taken', 'young_people', 'ohio', 'read', 'good', 'letter', 'receiving', 'week', 'truthfulness', 'testimony', 'paul', 'rom', 'liven', 'unte', 'spectacle', 'unto', 'world', 'unto', 'angel', 'men', 'year', 'ago', 'effort', 'enlist', 'operation', 'young_people', 'state', 'effort', 'save', 'soul', 'good', 'entirely', 'successful', 'joined', 'organization', 'failed', 'comprehend', 'real', 'object', 'organized', 'motto', 'taken', 'organization', 'gospel', 'present', 'truth', 'natpion', 'kindred', 'tongue', 'people', 'soon', 'possible', 'grand', 'motto', 'member', 'thing', 'possible', 'fulfil', 'principle', 'seen', 'great', 'awakening', 'mighty', 'work', 'accomplished', 'loose', 'sight', 'fact', 'reason', 'organization', 'forth', 'united', 'effort', 'salvation', 'perishing', 'soul', 'consecration', 'thing', 'jesus', 'time', 'mean', 'freely', 'given', 'withheld', 'money', 'lavished', 'brother', 'toiling', 'korea', 'save', 'soul', 'jesus', 'sleep', 'dependant', 'support', 'remember', 'young', 'sacrifice', 'jesus', 'great_sacrifice', 'world', 'young_man', 'satan', 'saw', 'ardor', 'zeal', 'determination', 'manifested', 'abel', 'cheerfully', 'acknowledged', 'belief', 'coming', 'saviour', 'acceptable', 'sacrifice', 'god', 'caused', 'envy', 'malice', 'possession', 'brother', 'presentation', 'fruit', 'ground', 'showed', 'treasure', 'arose', 'slew', 'brother', 'life', 'testified', 'lot', 'cast', 'bayed', 'altel', 'wag', 'man', 'lauded', 'people', 'earth', 'sacrifice', 'regarded', 'god', 'voice', 'blood', 'caused', 'holy', 'descend', 'heaven', 'witness', 'cruel', 'brother', 'recognization', 'taken', 'sinful', 'deed', 'rare', 'instance', 'christ', 'personally', 'appeared', 'vindicate', 'apparently', 'vanquished', 'witness', 'curse', 'pronounced', 'failing', 'work', 'assigned', 'god', 'permitted', 'heart', 'vain', 'exalted', 'opening', 'way', 'satan', 'enter', 'filling', 'heart', 'folly', 'ultimately', 'cansed', 'ruin', 'example', 'shall', 'follow', 'experience', 'choose', 'shall', 'earth', 'groan', 'heavily', 'curse', 'god', 'result', 'course', 'choose', 'follow', 'follow', 'example', 'abel', 'glorify', 'father', 'shultz', 'dangerous', 'foe', 'attack', 'ownnation', 'oprownhousehold', 'own_hearts', 'god', 'love', 'atid', 'iti', 'cliove', 'gotie', 'ithd', 'litie', 'welcome', 'visitor']
root - INFO - extracting file #12500: 2017-04-Final-Corpus/CUV19080304-V12-08-page6.txt
root - INFO - extracting file #13000: 2017-04-Final-Corpus/CUV19090915-V14-35-page2.txt
root - INFO - ['the_columbia_union_visitor', 'leader', 'taking', 'lead', 'letrees', 'good', 'cheer', 'good', 'suggestion', 'good', 'plan', 'cornming', 'conference', 'president', 'concerning', 'harvest', 'ingathering', 'campaign', 'promise', 'good_things', 'come', 'behalf', 'foreign_mission', 'elder', 'william', 'covert', 'president', 'northern', 'illinois', 'conference', 'writes', 'read', 'proper', 'study', 'parent', 'child', 'child', 'little', 'bit', 'heaven', 'let', 'midst', 'fault', 'kinship', 'parent', 'child', 'puzzle', 'understood', 'spiritual_things', 'spiritually', 'discerned', 'kate', 'douglas', 'wiggin', 'child', 'study', 'know', 'wish', 'student', 'enoch', 'patriarch', 'prophet', 'page', 'read', 'birth', 'son', 'enoch', 'reached', 'higher', 'experience', 'drawn', 'closer', 'relationship', 'god', 'realized', 'fully', 'obligation', 'responsilbility', 'son', 'god', 'saw', 'child', 'love', 'father', 'felt', 'deep', 'yearning', 'tenderness', 'own_heart', 'born', 'son', 'learned', 'precious', 'lesson', 'wonderful', 'love', 'god', 'men', 'gift', 'son', 'confidence', 'child', 'repose', 'heavenly', 'father', 'time', 'birth', 'son', 'told', 'walked', 'god', 'child', 'midst', 'learn', 'precious', 'lesson', 'characterof', 'god', 'kingdom', 'live', 'visible', 'presence', 'bible', 'student', 'child', 'nature', 'case', 'mary', 'mother', 'jesus', 'doubt', 'reason', 'god', 'commit', 'care', 'son', 'formative', 'period', 'earthly', 'life', 'read', 'newdevelopments', 'occurred', 'new', 'trait', 'character', 'revealed', 'mary', 'kept', 'thing', 'pondered', 'dictated', 'letter', 'sent', 'learn', 'think', 'feel', 'cburches', 'concerning', 'second', 'study', 'sure', 'campaign', 'order', 'knowledge', 'field', 'inlist', 'immediately', 'presuppose', 'secure', 'large', 'offer', 'ing', 'possible', 'fall', 'elder', 'kneeland', 'president', 'newjersey', 'conference', 'writes', 'hearty', 'sympathy', 'plan', 'know', 'conference', 'felt', 'uplift', 'came', 'effort', 'year', 'letter', 'reached', 'sent', 'meeting', 'conference_committee', 'consider', 'plan', 'kind', 'pyscho', 'pedagogical', 'wisdom', 'extremely', 'rare', 'return', 'common_sense', 'fairly', 'good', 'substitute', 'ask', 'parent', 'gifted', 'common_sense', 'acquire', 'reply', 'supposing', 'germ', 'existent', 'resolution', 'reflection', 'fasting', 'prayer', 'commonly', 'assist', 'growth', 'suppose', 'engineer', 'entrusted', 'care', 'new', 'kind', 'engine', 'proper', 'working', 'life', 'dependent', 'general', 'knowledge', 'engine', 'think', 'manage', 'particular', 'engine', 'like', 'world', 'present', 'campaign', 'thoroughly', 'organize', 'field', 'labor', 'learned', 'valuable', 'lesson', 'experience', 'year', 'believe', 'plan', 'effectual', 'safe', 'plan', 'conference', 'larger', 'number', 'review', 'working', 'understood', 'heart', 'year', 'shall', 'best', 'order', 'time', 'lettters', 'right', 'ring', 'trust', 'conference', 'organize', 'thorough', 'effective_work', 'unit', 'cause', 'count', 'value', 'proper_place', 'great', 'harvest', 'field', 'need', 'great', 'missionary', 'sent', 'supported', 'soon', 'lord', 'greatly', 'bless', 'leader', 'people', 'leader', 'took', 'lead', 'isreal', 'people', 'offered', 'willingly', 'bless', 'jehovah', 'heart', 'governor', 'isreal', 'offered', 'willingly', 'people', 'bless', 'jehovah', 'judge', 'daniells', 'importance', 'child', 'study', 'word', 'poet', 'proper', 'study', 'mankind', 'man', 'taken', 'reservation', 'paraphrased', 'read', 'parent', 'reetings', 'campground', 'lima', 'ohio', 'run', 'smoothly', 'appointed', 'work', 'ruin', 'disaster', 'result', 'think', 'engineer', 'criminally', 'responsible', 'failed', 'study', 'engine', 'neglect', 'life', 'lost', 'told', 'spirit', 'prophecy', 'parent', 'solemn', 'responsibility', 'watch', 'tendency', 'child', 'child', 'study', 'embrace', 'studying', 'tendency', 'disposition', 'peculiar', 'temperament', 'child', 'studying', 'growth', 'development', 'child', 'taking', 'account', 'environment', 'work', 'lord', 'trying', 'child', 'stage', 'growth', 'engage', 'study', 'shall', 'learn', 'child', 'directly', 'able', 'enter', 'fully', 'sympathy', 'furnish', 'help', 'need', 'time', 'needed', 'shall', 'learn', 'fault', 'realize', 'better', 'weak', 'point', 'character', 'reflected', 'child', 'sister', 'henry', 'said', 'child', 'hidden', 'thing', 'life', 'arebrought', 'light', 'shall', 'learn', 'principle', 'kingdoin', 'heaven', 'close', 'child', 'day', 'example', 'mary', 'follow', 'modern_times', 'smart', 'saying', 'doings', 'rehearsed', 'ear', 'new', 'corner', 'child', 'result', 'known', 'need', 'description', 'honeywell', 'concluded', 'week', 'catechism', 'question', 'book', 'read', 'missionary', 'volunteer', 'reading', 'course', 'answer', 'course', 'missionary', 'volunteer', 'reading', 'course', 'number', 'comprise', 'book', 'quiet', 'talk', 'service', 'moslem', 'woild', 'great', 'second', 'advent_movement', 'join', 'junior', 'course', 'read', 'letter', 'rora', 'holy', 'land', 'histcridal', 'book', 'bible', 'garden', 'neighbor', 'hciw', 'time', 'read', 'thebooks', 'missionary', 'volunteer', 'course', 'finish', 'course', 'month', 'read', 'page', 'vveek', 'jahior', 'course', 'doe', 'includeso']
root - INFO - extracting file #13500: 2017-04-Final-Corpus/CUV19110215-V16-07-page4.txt
root - INFO - extracting file #14000: 2017-04-Final-Corpus/CUV19120703-V17-27-page1.txt
root - INFO - ['columbia', 'union', 'visitor', 'vol', 'mount', 'vernon', 'ohio', 'july', 'vantage', 'possible', 'need', 'ray', 'light', 'need', 'qualified', 'reason', 'hope', 'meekness', 'fear', 'afford', 'lose', 'privilege', 'anciently', 'lord', 'instructed', 'people', 'assemble', 'time', 'year', 'worship', 'holy', 'convocation', 'child', 'israel', 'came', 'bringing', 'house', 'god', 'tithe', 'sin', 'offering', 'offering', 'gratitude', 'met', 'recount', 'god', 'mercy', 'known', 'wonderful_works', 'offer', 'praise', 'thanksgiving', 'unite', 'sacrificial', 'service', 'pointed', 'christ', 'lamb', 'taketh', 'away', 'sin', 'world', 'preserved', 'corrupting', 'power', 'worldliness', 'idolatry', 'faith', 'love', 'gratitude', 'kept', 'alive', 'heart', 'association', 'sacred', 'service', 'bound', 'close', 'god', 'day', 'christ', 'feast', 'attended', 'vast', 'multitude', 'people', 'land', 'kept', 'god', 'intended', 'spirit', 'true', 'worship', 'light', 'truth', 'given', 'nation', 'world', 'lived', 'distance', 'tabernacle', 'month', 'year', 'occupied', 'attendance', 'holy', 'convocation', 'lord', 'saw', 'gathering', 'necessary', 'spiritual_life', 'people', 'needed', 'turn', 'away', 'worldly', 'care', 'commune', 'god', 'contemplate', 'unseen', 'reality', 'child', 'israel', 'needed', 'benefit', 'holy', 'convocation', 'time', 'need', 'day', 'peril', 'conflict', 'people', 'world', 'needed', 'light', 'god', 'committed', 'church', 'need', 'time', 'come', 'help', 'lord', 'help', 'lord', 'mighty', 'force', 'enemy', 'strengthening', 'people', 'misrepresented', 'desire', 'people', 'come', 'acquainted', 'doctrine', 'work', 'want', 'know', 'believe', 'way', 'heart', 'let', 'army', 'lord', 'ground', 'represent', 'work', 'cause', 'god', 'plead', 'excuse', 'lord', 'need', 'doe', 'work', 'operation', 'human_agent', 'camp_meeting', 'sacrifice', 'work', 'effort', 'induce', 'friend', 'place', 'stand', 'lord', 'obey', 'commandment', 'help', 'interested', 'attend', 'necessary', 'providing', 'food', 'lodging', 'angel', 'commissioned', 'minister', 'heir', 'salvation', 'accompany', 'god', 'great_things', 'people', 'bless', 'effort', 'honor', 'cause', 'advance', 'work', 'white', 'midsummer', 'offering', 'midsummer', 'occasion', 'remembering', 'missionary', 'sent', 'substantial', 'manner', 'prayer', 'offering', 'sabbath', 'july', 'encourage', 'effort', 'dark', 'land', 'message', 'god', 'entrusted', 'denomination', 'enter', 'foreign_fields', 'steady', 'rapid_progress', 'day', 'operating', 'eighty', 'seven', 'distinct', 'mission', 'field', 'reckoned', 'nearly', 'possible', 'mission', 'board', 'count', 'far', 'denomination', 'missionary', 'sent', 'counting', 'child', 'matter', 'giving', 'mission', 'way', 'encouragement', 'mentioned', 'average', 'member', 'contributed', 'religious_bodies', 'united', 'state', 'seven', 'cent', 'seventh', 'day', 'adventist', 'gave', 'member', 'average', 'work', 'different', 'ought', 'tell', 'rehearsed', 'thing', 'god', 'tell', 'inmost', 'soul', 'hope', 'fond', 'treasure', 'lie', 'thy', 'gem', 'truth', 'die', 'fondly', 'seek', 'saving', 'power', 'truth', 'live', 'earth', 'time', 'tell', 'sacred', 'love', 'altar', 'burn', 'tell', 'art_thou', 'pure', 'canst', 'thou', 'return', 'love', 'shown', 'glory', 'prize', 'christ', 'love', 'tell', 'faith', 'point', 'holy', 'cross', 'cleansed', 'sin', 'worthless', 'dross', 'hear', 'calvary', 'yea', 'uttermost', 'paid', 'sinner', 'debt', 'lost', 'alderman', 'mount', 'vernon', 'camp_meeting', 'counsel', 'important', 'member', 'church', 'attend', 'campmeeting', 'enemy', 'truth', 'member', 'present', 'strong', 'possible', 'individually', 'need', 'benefit', 'meeting', 'god', 'number', 'rank', 'truth', 'expensive', 'travel', 'better', 'save', 'money', 'advancement', 'work', 'needed', 'reason', 'way', 'god', 'place', 'rank', 'file', 'people', 'brother', 'sister', 'far', 'better', 'let', 'business', 'suffer', 'neglect', 'opportunity', 'hearing', 'message', 'god', 'excuse', 'gaining', 'spiritual']
root - INFO - extracting file #14500: 2017-04-Final-Corpus/CUV19131210-V18-49-page1.txt
root - INFO - extracting file #15000: 2017-04-Final-Corpus/CUV19150527-V20-21-page8.txt
root - INFO - ['columbia', 'union', 'visitor', 'official', 'organ', 'columbia', 'union_conference', 'seventh', 'day', 'adventist', 'issued', 'fifty', 'time', 'year', 'mount', 'vernon', 'college_press_mount', 'vernon', 'ohio', 'price', 'cent', 'year', 'advance', 'olive', 'krum', 'editor', 'entered', 'second', 'class_matter', 'march', 'post', 'office', 'mount', 'vernon', 'act', 'congress', 'march', 'address', 'subscription', 'money_order', 'payable', 'tract_society', 'check', 'mark', 'indicates', 'subscription', 'expired', 'kindly', 'renew', 'miss', 'mary', 'wheeler', 'sara', 'rudolph', 'enjoying', 'visit', 'mother', 'week', 'dorothy', 'yingling', 'husband', 'visiting', 'parent', 'shryock', 'enjoyed', 'stereopticon', 'lecture', 'european_war', 'given', 'elder', 'white', 'tuesday', 'evening', 'elder', 'robbins', 'spent', 'day', 'academy', 'commencement', 'week', 'wednesday', 'afternoon', 'student', 'teacher', 'school', 'enjoyed', 'vacation', 'game', 'played', 'lawn', 'good', 'luncheon', 'served', 'sewing', 'class', 'gave', 'exhibit', 'work', 'department', 'saturday', 'evening', 'short', 'program', 'rendered', 'note', 'book', 'garment', 'class', 'inspected', 'audience', 'department', 'certainly', 'good_work', 'year', 'obituary', 'croninger', 'hezikiah', 'croninger', 'died', 'aged', 'year', 'month', 'day', 'funeral_services', 'held', 'luthern', 'church', 'mcclure', 'ohio', 'leaf', 'faithful', 'companion', 'daughter', 'mourn', 'death', 'hope', 'accepted', 'come', 'land', 'enemy', 'elder', 'lindsey', 'preached', 'word', 'fade', 'leaf', 'lindsey', 'lauder', 'alexander', 'lauder', 'born', 'glasgow', 'scotland', 'january', 'died', 'mount', 'vernon', 'ohio', 'aged', 'year', 'month', 'day', 'thirty', 'year', 'brother', 'lauder', 'devoted', 'member', 'mount', 'vernon', 'church', 'served', 'treasurer', 'ohio', 'conference', 'year', 'conscientious', 'painstaking', 'faithful', 'man', 'work', 'circle', 'aged', 'pilgrim', 'miss', 'greatly', 'leaf', 'faithful', 'wife', 'follow', 'wife', 'baptized', 'write', 'year', 'ago', 'elder', 'irwin', 'wife', 'son', 'charter', 'member', 'mount', 'vernon', 'church', 'lindsey', 'washington', 'missionary', 'college', 'recently', 'professor', 'shaw', 'called', 'junior', 'organization', 'clarence', 'morris', 'elected', 'president', 'miss', 'ida', 'tiney', 'secretary', 'brown', 'gold', 'chosen', 'class', 'color', 'member', 'advanced', 'mission', 'class', 'occupied', 'time', 'mission', 'band', 'friday', 'evening', 'young', 'people', 'meeting', 'sunday', 'afternoon', 'paper', 'read', 'different_phases', 'missionary_work', 'elder', 'knox', 'addressed', 'student_body', 'subject', 'bible', 'finance', 'successive', 'lecture', 'college', 'week', 'setting', 'forth', 'scriptural', 'use', 'tithe', 'support', 'ministry', 'outlined', 'principle', 'control', 'distribution', 'denominational', 'fund', 'home', 'foreign_work', 'sunday', 'chapel', 'professor', 'benson', 'gave', 'opening', 'address', 'canvasser', 'institute', 'telling', 'personal', 'experience', 'subsequent', 'chapel', 'hour', 'elder', 'eastman', 'elder', 'richardson', 'spoke', 'student', 'morning', 'devoted', 'symposium', 'student', 'colporteurs', 'afternoon', 'clock', 'institute', 'instruction', 'given', 'large_number', 'student', 'definitely', 'decided', 'engage', 'work', 'summer', 'selected', 'territory', 'tuesday', 'evening', 'number', 'college', 'lecture', 'course', 'given', 'professor', 'hamer', 'head', 'music', 'department', 'college', 'charge', 'program', 'needle', 'good', 'musical', 'reading', 'given', 'mustain', 'corresponding', 'secretary', 'washington', 'reading', 'club', 'vocal', 'solo', 'hamer', 'piano', 'solo', 'miss', 'barbara', 'knox', 'cello', 'solo', 'professor', 'lehman', 'college', 'chapel', 'crowded', 'utmost_capacity', 'felt', 'best', 'saved', 'frank', 'elder', 'obliged', 'return', 'home', 'account', 'illness', 'student', 'extend', 'sympathy', 'industrial', 'exhibit', 'given', 'monday', 'evening', 'college', 'preceding', 'exhibit', 'student', 'work', 'various_departments', 'attractive', 'program', 'rendered', 'animated', 'presentation', 'result', 'sided', 'education', 'effectively', 'given', 'musical', 'selection', 'rendered', 'college', 'orchestra', 'quartette', 'presentation', 'showing', 'result', 'lack', 'knowledge', 'industrial', 'line', 'program', 'attractive', 'feature', 'school_year', 'exhibit', 'student', 'class', 'work', 'wood', 'work', 'sewing', 'printing', 'denistry', 'domestic', 'science', 'department', 'visited', 'program', 'camp', 'meeting', 'date', 'columbia', 'union_conference', 'west', 'pennsylvania', 'homestead', 'park', 'june', 'eastern', 'pennsylvania', 'emmanuel', 'grove', 'near', 'allentown', 'june', 'chesapeake', 'hamilton', 'avenue', 'grove', 'baltimore', 'june', 'july', 'new', 'jersey', 'burlington', 'june', 'july', 'ohio', 'academia', 'vernon', 'aug', 'virginia', 'august', 'west', 'virginia', 'august', 'september', 'advertisement', 'approved', 'advertisement', 'published', 'visitor', 'rate', 'cent', 'word', 'cent', 'additional_word', 'group', 'initial', 'figure', 'count', 'word', 'cash', 'reference', 'accompany_copy', 'advertisement', 'sale', 'farm', 'acre', 'sale', 'cheap', 'dwelling', 'house', 'large', 'barn', 'abundance', 'fruit', 'church', 'churchschool', 'privilege', 'address', 'watt', 'indiana', 'wanted', 'competent', 'middle', 'age', 'woman', 'understands', 'house_work', 'good_home', 'church', 'privilege', 'right', 'party', 'address', 'zimmerman', 'johnstown', 'box', 'forsale', 'acre', 'farm', 'fourth', 'mile', 'vernon', 'academy', 'mile', 'city', 'mount', 'vernon', 'new', 'room_house', 'small', 'barn', 'orchard', 'term', 'cash', 'cash', 'remainder', 'easy', 'payment', 'address', 'miller', 'takoma', 'park', 'tae', 'columbia', 'union', 'visitor']
root - INFO - extracting file #15500: 2017-04-Final-Corpus/CUV19161102-V21-43-page8.txt
root - INFO - extracting file #16000: 2017-04-Final-Corpus/CUV19180425-V23-17-page3.txt
root - INFO - ['think', 'friend', 'city', 'country', 'population', 'upward', 'preaching', 'accomplish', 'work', 'church', 'laity', 'new', 'york', 'city', 'preacher', 'gospel', 'audience', 'thousand', 'haven', 'minister', 'unlimited', 'thousand', 'silent', 'preacher', 'shape', 'magazine', 'thousand', 'willing', 'hand', 'willing', 'foot', 'willing', 'heart', 'messageladen', 'publication', 'waiting', 'million', 'great', 'american', 'let', 'rise', 'work', 'long', 'neglected', 'god', 'bless', 'individual', 'responsible', 'magazine', 'week', 'hooper', 'circulation', 'manager', 'watchman', 'magazine', 'ohio', 'box', 'mount', 'vernon', 'ohio', 'slade', 'pres', 'holtom', 'sec', 'error', 'day', 'ago', 'sent', 'letter', 'church', 'conference', 'worker', 'letter', 'gotten', 'purpose', 'getting', 'aid', 'people', 'state', 'week', 'best', 'biggest', 'week', 'sale', 'book', 'letter', 'contained', 'error', 'noticed', 'mailed', 'corrected', 'statement', 'wrong', 'letter', 'colporteur', 'field', 'present_time', 'send', 'report', 'later', 'read', 'later', 'nth', 'trust', 'received', 'letter', 'read', 'notice', 'act', 'accordingly', 'fairchild', 'news', 'note', 'brother', 'frank', 'spent', 'sabbath', 'april', 'dayton', 'church', 'writer', 'visited', 'white', 'colored', 'church', 'springfield', 'colporteur_work', 'big_week', 'met', 'hearty_response', 'church', 'nearly', 'self', 'responsible', 'book', 'taylor', 'moved', 'new_field', 'labor', 'marion', 'county', 'full_time', 'brother', 'frank', 'spending', 'week', 'field', 'alexander', 'spent', 'sabbath', 'april', 'cincinnati', 'church', 'brother', 'goodrich', 'left', 'springfield', 'gone', 'cleveland', 'spend', 'day', 'entering', 'new_field', 'noble', 'county', 'sure', 'lord', 'blessing', 'store', 'field', 'sister', 'marietta', 'cleveland', 'preparing', 'enter', 'work', 'soon', 'handle', 'day', 'place', 'labor', 'assigned', 'smith', 'family', 'laid', 'severe', 'cold', 'better', 'brother', 'mccarthy', 'brandstetter', 'splendid_work', 'cincinnati', 'looking', 'good_report', 'brother', 'dotson', 'week', 'brother', 'hannah', 'report', 'good', 'delivery', 'pleasant', 'experience', 'labor', 'guernsey', 'county', 'colporteurs', 'school', 'mount', 'vernon', 'getting', 'anxious', 'field', 'looking', 'forward', 'successful', 'summer', 'work', 'let', 'forget', 'pray', 'expectation', 'eastern', 'pennsylvania', 'york', 'road', 'philadelphia', 'parson', 'pres', 'mohr', 'sec', 'harrisburg', 'effort', 'chestnut', 'street', 'auditorium', 'filled', 'sunday', 'night', 'elder', 'nutter', 'theme', 'peace', 'continue', 'japan', 'america', 'splendid', 'supply', 'date', 'slide', 'secured', 'underwood', 'underwood', 'loma_linda', 'thrown', 'screen', 'showing', 'rapid_progress', 'eastern', 'nation', 'undersigned', 'spoke', 'book', 'world', 'war', 'platform', 'resulted', 'copy', 'sold', 'copy', 'world', 'crisis', 'series', 'sold', 'sunday', 'monday', 'night_meetings', 'meeting', 'held', 'night', 'splendid', 'manifested', 'song', 'service', 'special', 'feature', 'enjoy', 'illustrated', 'hymn', 'solo', 'loaned', 'museum', 'capitol', 'building', 'church', 'active', 'giving', 'announcement', 'distributed', 'weekly', 'present_truth', 'series', 'newspaper', 'liberal', 'giving', 'good', 'space', 'reporting', 'meeting', 'offering', 'good', 'nearly', 'having', 'given', 'barritt', 'news', 'note', 'enjoy', 'reading', 'experience', 'colporteurs', 'having', 'field', 'pas', 'encouragement', 'following', 'extract', 'letter', 'sent', 'tolliver', 'working', 'near', 'wilkesbarre', 'canvassing', 'thickly', 'settled', 'catholic', 'territory', 'week', 'tempted', 'working', 'leavefor', 'place', 'protestant', 'encourage', 'temptation', 'satan', 'caused', 'person', 'drive', 'home', 'selling', 'protestant', 'book', 'guess', 'discouraged', 'time', 'result', 'rebuff', 'stayed', 'home', 'thursday', 'losing', 'blessing', 'start', 'thinking', 'working', 'town', 'especially', 'impressed', 'finish', 'started', 'work', 'commenced', 'result', 'lord', 'touched', 'heart', 'people', 'catholic', 'secured', 'newly', 'worth', 'order', 'book', 'short', 'space', 'hour', 'surley', 'lord', 'lifting', 'cloud', 'darkness', 'mind', 'people', 'told', 'day', 'glad', 'visited', 'good', 'book', 'confessed', 'reading', 'bible', 'eye', 'opened', 'time', 'thing', 'start', 'wrong', 'end', 'work', 'little', 'brother', 'barritt', 'met', 'german_church', 'sabbath', 'finding', 'kindergarten', 'class', 'needed', 'supply', 'furniture', 'little', 'chair', 'presented', 'easy', 'plan', 'secured', 'easily', 'temperance_instructors', 'ordered', 'selling', 'profit', 'ample', 'furnish', 'little', 'folk', 'splendid', 'outfit', 'let', 'church', 'need', 'fund', 'use', 'temperance_instructor', 'devote', 'profit', 'fund', 'brother', 'bond', 'williamsport', 'sick', 'glad', 'improving', 'brother', 'paul', 'shakespeare', 'member', 'society', 'harrisburg', 'met', 'accident', 'sunday', 'hospital', 'handed', 'nurse', 'announcement', 'urging', 'columbia_union_visitor']
root - INFO - extracting file #16500: 2017-04-Final-Corpus/CUV19191030-V24-43-page8.txt
root - INFO - extracting file #17000: 2017-04-Final-Corpus/EDU18980101-V02-01-page14.txt
root - INFO - ['christian', 'educator', 'tit', 'rrarling', 'page', 'theory', 'practise', 'department', 'title', 'educator', 'purpose', 'conduct', 'month', 'month', 'line', 'profess', 'sional', 'reading', 'study', 'teacher', 'book', 'chosen', 'basis', 'study', 'page', 'theory', 'practise', 'teaching', 'taken', 'probably', 'best', 'introduction', 'following', 'reason', 'urged', 'preference', 'book', 'standard', 'teacher', 'generation', 'deal', 'subject', 'broadly', 'untechnically', 'molded', 'thought', 'practise', 'thousand', 'american', 'teacher', 'written', 'educator', 'profound', 'religious', 'sentiment', 'reason', 'commend', 'christian', 'teacher', 'word', 'chancellor', 'payne', 'book', 'teacher', 'afford', 'teacher', 'book', 'read', 'repeatedly', 'aware', 'studied', 'plan', 'proposed', 'assignment', 'read', 'preface', 'biographical', 'sketch', 'chapter', 'book', 'biographical', 'circumstance', 'life', 'david', 'page', 'started', 'career', 'foremost', 'pioneer', 'educator', 'america', 'motive', 'started', 'work', 'teaching', 'page', 'distinctive', 'characteristic', 'public', 'speaker', 'state', 'institution', 'principal', 'success', 'attended', 'work', 'age', 'death', 'influence', 'american', 'education', 'chapter', 'conception', 'fitness', 'teaching', 'stated', 'historical', 'sequence', 'better', 'substitute', 'principal', 'object', 'professional', 'study', 'main', 'phase', 'subject', 'true_spirit', 'teacher', 'best', 'teaching', 'secondary', 'page', 'experiment', 'neglected', 'pear', 'tree', 'state', 'lesson', 'drawn', 'recommend', 'study', 'edition', 'edited', 'professor', 'payne', 'published', 'barnes', 'book', 'shall', 'endeavor', 'best', 'club', 'rate', 'provided', 'order', 'sent', 'educator', 'immediately', 'case', 'desire', 'receive', 'personal', 'notice', 'study', 'book', 'easily', 'finished', 'june', 'reading', 'thre', 'page', 'daily', 'study', 'offered', 'fir', 'agree', 'view', 'teacher', 'responsibility', 'bodily', 'health', 'child', 'intellectual', 'growth', 'child', 'moral', 'training', 'child', 'religious', 'training', 'child', 'view', 'expressed', 'agree', 'principle', 'christian_education', 'lesson', 'drawn', 'state', 'prison', 'essential', 'personal', 'habit', 'teacher', 'doe', 'page', 'emphasis', 'literary', 'qualification', 'teacher', 'agree', 'importance', 'attached', 'subject', 'orthography', 'reading', 'writing', 'geography', 'history', 'literature', 'mental', 'written', 'arithmetic', 'gram', 'mar', 'algebra', 'geometry', 'trigonometry', 'physic', 'chemistry', 'physiology', 'psychology', 'ethic', 'rhetoric', 'logic', 'bookkeeping', 'civics', 'drawing', 'music', 'view', 'expressed', 'position', 'taken', 'fan', 'reading', 'agree', 'yoar', 'justify', 'explain', 'thought', 'basis', 'fundamental_principle', 'christian_education', 'christian', 'teacher', 'wish', 'refute', 'endorse', 'emphasize', 'opinion', 'theory', 'practise', 'teaching', 'earnestly', 'invited', 'offer', 'contribution', 'series', 'study', 'promptly', 'send', 'best', 'thought', 'profit', 'concerned', 'january', 'good_health', 'come', 'fine', 'net', 'help', 'attractive', 'popular', 'usual', 'timely', 'valuable', 'matter', 'health', 'topic', 'kellogg', 'enters', 'fourth', 'year', 'editorial', 'conduct', 'journal', 'mary', 'henry', 'rossiter', 'literary', 'editor', 'ream', 'ammo', 'received', 'henry', 'recent', 'book', 'study', 'home', 'child', 'life', 'chapter', 'instance', 'following', 'title', 'home', 'work', 'father', 'office', 'mother', 'office', 'heredity', 'environment', 'young', 'child', 'little', 'body', 'atmosphere', 'authority', 'culture', 'truth', 'telling', 'appetite', 'dress', 'companionship', 'amusement', 'home', 'church', 'bible', 'child', 'book', 'designed', 'stimulate', 'kind', 'questioning', 'mind', 'busy', 'father', 'mother', 'sure', 'compel', 'answer', 'argument', 'outline', 'daily', 'experience', 'elaborate', 'book', 'worth', 'careful_study', 'pastor', 'teacher', 'work', 'brings', 'operative', 'contact', 'parent', 'chil']
root - INFO - extracting file #17500: 2017-04-Final-Corpus/GCB188212XX-VXX-XX-page15.txt
root - INFO - extracting file #18000: 2017-04-Final-Corpus/GCB18910319-V04-12-page8.txt
root - INFO - ['general_conference_daily_bulletin', 'accompanied', 'depot', 'sobbing', 'heart', 'break', 'brought', 'home', 'felt', 'guilty', 'way', 'feel', 'conscience', 'clear', 'written', 'sent', 'man', 'money', 'buy', 'little', 'ship', 'enable', 'care', 'rest', 'family', 'better', 'way', 'family', 'rest', 'getting', 'father', 'gone', 'day', 'cent', 'spent', 'come', 'day', 'family', 'mouthful', 'bread', 'circumstance', 'peculiar', 'keeping', 'sabbath', 'interfered', 'financial', 'prosperity', 'ask', 'bread', 'people', 'work', 'day', 'week', 'people', 'earn', 'picked', 'child', 'thirteen', 'great', 'deal', 'frolic', 'fun', 'noise', 'course', 'seldom', 'disturbs', 'sit', 'write', 'article', 'dictate', 'phonograph', 'difficulty', 'good_cheer', 'inspiration', 'child', 'trouble', 'people', 'imagine', 'reason', 'orphan', 'claim', 'offer', 'great', 'opportunity', 'saving', 'soul', 'interested', 'heathen', 'going', 'send', 'missionary', 'china', 'india', 'world', 'work', 'poor', 'benighted', 'heathen', 'heathen', 'men', 'woman', 'child', 'deteriorated', 'mentally', 'morally', 'long', 'age', 'heredity', 'expect', 'benighted', 'heathen', 'develop', 'highest', 'type', 'christian', 'missionary', 'expect', 'transformation', 'doe', 'occur', 'influence', 'christianizing', 'civilization', 'certainly', 'marvelous', 'heathen', 'blighted', 'race', 'suffering', 'depraving', 'influence', 'thousand', 'year', 'ignorance', 'degradation', 'such_men', 'woman', 'expected', 'orphan', 'own_land', 'feeling', 'burden', 'heathen', 'far', 'away', 'heartily', 'join', 'ought', 'feel', 'greater', 'burden', 'little', 'home', 'soul', 'precious', 'claim', 'orphan', 'own_land', 'time', 'great', 'claim', 'heathen', 'foreign_lands', 'right', 'door', 'right', 'lay', 'hand', 'think', 'possibility', 'wrapped', 'little', 'child', 'mind', 'depraved', 'heart', 'innocent', 'character', 'like', 'sheet', 'white', 'paper', 'write', 'scribble', 'blot', 'deface', 'write', 'clear', 'legi', 'mecharacters', 'draw', 'beautiful', 'picture', 'child', 'soul', 'precious', 'developed', 'precious', 'useful', 'men', 'woman', 'proper', 'condition', 'instance', 'related', 'child', 'sabbath', 'keeping', 'family', 'lost', 'cause', 'lost', 'eternity', 'simply', 'parent', 'died', 'receive', 'heartless', 'world', 'fall', 'hand', 'relative', 'believer', 'christian', 'gone', 'away', 'god', 'truth', 'irretrievably', 'lost', 'certainly', 'important', 'consideration', 'opportunity', 'save', 'soul', 'christ', 'said', 'suffer', 'child', 'come', 'unto', 'forbid', 'kingdom', 'heaven', 'think', 'little', 'child', 'soul', 'christ', 'kingdom', 'heaven', 'little', 'soul', 'guileless', 'defaced', 'deformed', 'sin', 'pure', 'innocent', 'grand', 'thing', 'save', 'untainted', 'mind', 'pure', 'soul', 'condition', 'develop', 'character', 'dare', 'institution', 'year', 'ago', 'orphan', 'trained', 'dearth', 'worker', 'present_time', 'christian_duty', 'owe', 'care', 'friendless', 'orphan', 'doe', 'james', 'james', 'pure', 'religion', 'undefiled', 'god', 'father', 'visit', 'fatherless', 'widow', 'affliction', 'unspotted', 'world', 'visit', 'fatherless', 'mean', 'simply', 'look', 'glance', 'street', 'mean', 'according', 'psalmist', 'god', 'helper', 'fatherless', 'god', 'work', 'help', 'fatherless', 'special_instruction', 'given', 'bible', 'fatherless', 'prov', 'enter', 'field', 'fatherless', 'shall', 'afflict', 'widow', 'fatherless', 'child', 'supposed', 'course', 'afflicted', 'lord', 'requires', 'special_care', 'dependent', 'neglect', 'widow', 'fatherless', 'principal', 'sin', 'nation', 'wandered', 'away', 'god', 'accursed', 'isa', 'woe', 'unto', 'decree', 'unrighteous', 'decree', 'widow', 'prey']
root - INFO - extracting file #18500: 2017-04-Final-Corpus/GCB18930301-V05-20-page2.txt
root - INFO - extracting file #19000: 2017-04-Final-Corpus/GCB18950301-V01-01ex17-page7.txt
root - INFO - ['secretly', 'carried', 'copy', 'bible', 'opportunity', 'presented', 'called', 'attention', 'customer', 'tothese', 'manuscript', 'read', 'god', 'word', 'awakened', 'portion', 'gladly', 'left', 'desired', 'great', 'controversy', 'told', 'spirit', 'prophecy', 'vol', 'page', 'burden', 'selling', 'publication', 'rest', 'minister', 'labor', 'word', 'doctrine', 'time', 'strength', 'drawn', 'sell', 'book', 'properly', 'brought', 'public', 'burden', 'preaching', 'word', 'minister', 'time', 'strength', 'drawn', 'sell', 'book', 'principle', 'recognized', 'day', 'luther', 'read', 'history', 'luther', 'writing', 'welcome', 'alike', 'city', 'hamlet', 'monk', 'led', 'unlawfulness', 'monastic', 'obligation', 'desirous', 'exchanging', 'life', 'indolence', 'activity', 'ignorant', 'able', 'proclaim', 'word', 'god', 'traversed', 'province', 'selling', 'writing', 'reformer', 'friend', 'germany', 'ere', 'long', 'overrun', 'enterprising', 'colporters', 'learn', 'preach', 'anxious', 'lord', 'west', 'pioneer', 'germany', 'manner', 'prepared', 'way', 'reformation', 'thing', 'learn', 'history', 'canvasser', 'supported', 'time', 'writing', 'german', 'reformer', 'translated', 'french', 'language', 'french', 'bible', 'printed', 'inlarge', 'quantity', 'work', 'sold', 'extensively', 'france', 'furnished', 'colporters', 'low_price', 'profit', 'work', 'enabled', 'continue', 'great', 'controversy', 'way', 'new', 'testament', 'tract', 'freely', 'distributed', 'reached', 'dare', 'come', 'openly', 'listen', 'new', 'doctrine', 'hows', 'lord', 'object', 'canvassing', 'work', 'god', 'mean', 'reaching', 'impressed', 'truth', 'learn', 'canvasser', 'time_past', 'pas', 'examination', 'allowed', 'enter', 'work', 'lucian', 'sent', 'zurich', 'luther', 'writing', 'friend', 'reformed', 'faith', 'basel', 'suggested', 'sale', 'book', 'povlerful', 'mean', 'scattering', 'light', 'ascertain', 'wrote', 'zwingle', 'certain', 'lucian', 'posse', 'sufficient', 'share', 'discretion', 'address', 'shall', 'appear', 'doe', 'let', 'city', 'city', 'town', 'town', 'village', 'village', 'nay', 'house', 'house', 'switzerland', 'carrying', 'writing', 'luther', 'great', 'controversy', 'learn', 'historical', 'fact', 'spirit', 'prophecy', 'object', 'ofthe', 'canvassing', 'work', 'bring', 'light', 'way', 'reached', 'learn', 'canvasser', 'visit', 'house', 'got', 'book', 'cheap', 'work', 'self', 'supporting', 'learn', 'lesson', 'necessity', 'examining', 'canvasser', 'permitting', 'enter', 'field', 'regretted', 'neglected', 'past', 'lesson', 'ought', 'forget', 'standing', 'border', 'heavenly', 'canaan', 'step', 'word', 'speak', 'act', 'perform', 'influence', 'leave', 'tell', 'time', 'eternity', 'careful', 'regard', 'selecting', 'canvasser', 'want', 'work', 'god', 'misrepresented', 'dishonored', 'having', 'considered', 'importance', 'object', 'canvassing', 'work', 'place', 'ask', 'engaged', 'work', 'question', 'different', 'answer', 'given', 'let', 'handle', 'book', 'believe', 'teach', 'man', 'honest', 'doe', 'believe', 'whole_truth', 'let', 'canvas', 'man', 'good', 'recommendation', 'outsider', 'let', 'canvas', 'person', 'attend', 'institute', 'learn', 'printed', 'canvas', 'let', 'sell', 'book', 'experienced', 'bad', 'result', 'past', 'letting', 'everybody', 'came', 'canvas', 'going', 'discus', 'question', 'asked', 'lord', 'question', 'want', 'canvasser', 'lord', 'answered', 'year', 'ago', 'listen', 'heard', 'advice', 'best', 'thing', 'tell', 'brother', 'let', 'self', 'denying', 'self', 'sacrificing', 'lover', 'god', 'humanity', 'join', 'army', 'worker', 'let', 'come', 'expecting', 'ease', 'brave', 'good_courage', 'rebuff', 'hardship', 'let', 'come', 'good_report', 'publication', 'appreciate', 'value', 'testimony', 'field', 'canvasser', 'selected', 'floating', 'element', 'society', 'men', 'woman', 'good', 'success', 'good', 'address', 'tact', 'keen', 'foresight', 'ability', 'spirit', 'prophecy', 'pol', 'canvassing', 'work', 'important', 'regarded', 'care', 'wisdom', 'selecting', 'worker', 'selecting', 'men', 'ministry', 'testimony', 'brother', 'discretion', 'selecting', 'canvasser', 'mind', 'truth', 'misapprehended', 'misrepresented', 'testimone', 'general_conference_bulletin']
root - INFO - extracting file #19500: 2017-04-Final-Corpus/GCB18990217-V08-02-page5.txt
root - INFO - extracting file #20000: 2017-04-Final-Corpus/GCB19010419-V04-01ex15-page22.txt
root - INFO - ['general_conference_bulletin', 'teen', 'year', 'noticed', 'total', 'given', 'missionary', 'enterprices', 'fourteen', 'year', 'includes', 'donation', 'africa', 'london', 'brigantine', 'pitcairn', 'hamburg', 'india', 'mexico', 'central', 'america', 'china', 'japan', 'southern_field', 'european', 'mission', 'south', 'america', 'haskell', 'home', 'west', 'indie', 'polynesia', 'russia', 'mediterranean', 'field', 'needy_fields', 'year', 'owing', 'need', 'land', 'strait', 'foreign_mission_board', 'brought', 'sabbath', 'school_donations', 'appropriated', 'donated', 'particular', 'field', 'designated', 'international', 'sabbathschool_association', 'simply', 'needy_fields', 'judgment', 'foreign_mission_board', 'donated', 'needy_fields', 'general', 'summary', 'sabbath', 'school', 'report', 'quarter', 'ending', 'dec', 'membership', 'donation', 'association', 'world', 'itemizing', 'noticed', 'association', 'world', 'school', 'approximate', 'membership', 'think', 'approach', 'sabbath', 'school', 'report', 'general', 'summary', 'report', 'reach', 'total', 'year', 'term', 'meeting', 'association', 'new', 'association', 'organized', 'organized', 'australasia', 'impression', 'know', 'extensively', 'donation', 'mission', 'decline', 'sabbath', 'school', 'past', 'year', 'wish', 'notice', 'mistake', 'donation', 'increasing', 'reference', 'table', 'called', 'attention', 'notice', 'donation', 'donation', 'increasing', 'diminishing', 'exclusive', 'donation', 'haskell', 'home', 'increassing', 'donation', 'sabbath', 'school_work', 'haskell', 'home', 'falling', 'increasing', 'question', 'shall', 'glad', 'answer', 'chair', 'question', 'concerning', 'report', 'listen', 'report', 'corresponding', 'secretary', 'report', 'read', 'secretary', 'carrie', 'king', 'page', 'bulletin', 'chair', 'listen', 'treasurer', 'report', 'association', 'brown', 'burden', 'mind', 'vast', 'array', 'figure', 'morning', 'report', 'published', 'number', 'bulletin', 'beginning', 'page', 'simply', 'attention', 'point', 'report', 'year', 'ending', 'dec', 'chair', 'listened', 'report', 'treasurer', 'stat', 'ment', 'auditor', 'yoi', 'pleasure', 'concerning', 'report', 'jones', 'repo', 'adopted', 'horton', 'second', 'motion', 'motion', 'carried', 'bollman', 'tat', 'stage', 'proceeding', 'reno', 'mendations', 'report', 'educational', 'committee', 'submitte', 'conference', 'yesterday', 'direct', 'reference', 'work', 'sabbath', 'school_association', 'proper', 'considered', 'time', 'oberholtzer', 'second', 'tion', 'association', 'gain', 'year', 'ending', 'dec', 'gain', 'making', 'total', 'gain', 'year', 'little', 'surplus', 'present_time', 'accumulated', 'past', 'seven', 'takethese', 'recommendation', 'year', 'closing', 'report', 'surplus', 'growing', 'year', 'rate', 'year', 'executive', 'board', 'considered', 'need', 'work', 'view', 'financial', 'prosperity', 'lord', 'given', 'association', 'decided', 'recommend', 'appropriation', 'treasury', 'following', 'object', 'work', 'land', 'general_conference', 'work', 'southern_field', 'day', 'debt', 'grateful', 'able', 'report', 'surplus', 'rejoice', 'privilege', 'recommending', 'appropriation', 'large_proportion', 'needy', 'branch', 'lord', 'work', 'book', 'association', 'audited', 'auditor', 'report', 'ready', 'chair', 'auditor', 'report', 'hand', 'brother', 'hall', 'read', 'hall', 'reading', 'oakland', 'cal', 'february', 'examined', 'book', 'international', 'sabbath', 'school_association', 'checking', 'entry', 'comparing', 'voucher', 'correct', 'believe', 'statement', 'rendered', 'secretary', 'elder', 'brown', 'true', 'financial', 'standing', 'association', 'hall', 'auditor', 'consider', 'separately', 'meeting', 'chair', 'recommendatioi', 'sent', 'sabbatl', 'school_association', 'council', 'cational', 'committee', 'design', 'considered', 'meeting', 'heard', 'motio', 'moon', 'let', 'read', 'brown', 'reading', 'recon', 'mend', 'earnest', 'effort', 'shout', 'save', 'child', 'unb', 'lievers', 'establishment', 'branc', 'sabbath', 'school', 'practicable', 'chair', 'sure', 'son', 'extent', 'new', 'subject', 'giv', 'special', 'consideration', 'time', 'allotted', 'like', 'resolution', 'recommend', 'tions', 'special', 'expel', 'ence', 'glad', 'hear', 'impossibl', 'chair', 'question', 'caller', 'simply', 'gestions', 'designed', 'lay', 'plan', 'mark', 'way', 'let', 'work', 'light', 'lord', 'giv', 'lord', 'lead', 'best', 'way', 'recommendation', 'caret', 'study', 'given', 'subject', 'sabbath', 'school', 'convention', 'norm', 'class', 'conducted', 'tonne', 'tion', 'practicabl', 'agency', 'alrea', 'helped', 'attended', 'greater', 'success', 'son', 'experience', 'aloe', 'line', 'stated', 'short_time', 'disposi', 'like', 'hear', 'experience']
root - INFO - extracting file #20500: 2017-04-Final-Corpus/GCB19090518-V06-04-page13.txt
root - INFO - extracting file #21000: 2017-04-Final-Corpus/GCB19130525-V07-08-page7.txt
root - INFO - ['general_conference_bulletin', 'seven', 'year', 'year', 'materially', 'decrease', 'missionary', 'volunteer', 'department', 'fourth', 'year', 'taking', 'earnings', 'institution', 'number', 'missionary', 'volunteer', 'medical', 'evangelikic', 'course', 'family', 'helper', 'society', 'grown', 'past', 'human', 'viewpoint', 'numbering', 'zoo', 'including', 'physician', 'year', 'form', 'memberthat', 'denomination', 'nurse', 'worker', 'ship', 'increased', 'unprepared', 'undertake', 'large', 'helper', 'including', 'enterprise', 'great_need', 'physician', 'nurse', 'training', 'accomplished', 'department', 'school', 'training', 'medical', 'worker', 'sionaries', 'direct', 'counsel', 'loma', 'linda', 'sanitarium', 'lord', 'urged', 'forward', 'prospered', 'materially', 'past', 'endeavored', 'supply', 'need', 'year', 'income', 'patient', 'walk', 'counsel', 'increased', 'greatly', 'surprised', 'tosee', 'won', 'present', 'derfully', 'lord', 'led', 'worth', 'increased', 'infancy', 'expect', 'larger', 'result', 'future', 'enabled', 'accomplish', 'appar', 'ent', 'impossibility', 'difficulty', 'removal', 'liability', 'release', 'removed', 'courage', 'use', 'patient', 'faith', 'god', 'grown', 'cottage', 'occupied', 'medical', 'stuexperiences', 'past', 'year', 'dent', 'employed', 'clinical', 'hosthat', 'longer', 'question', 'possipital', 'believe', 'possible', 'bility', 'realizing', 'god', 'calling', 'sanitarium', 'largely', 'cured', 'autumn', 'important', 'department', 'wholly', 'carry', 'inevitable', 'financial', 'uary', 'petition', 'addressed', 'work', 'present', 'equipment', 'loss', 'operation', 'medical', 'legislature', 'california', 'opposithat', 'supplied', 'college', 'tion', 'form', 'religious', 'legislafeel', 'confident', 'college', 'institution', 'successtion', 'necessary', 'able', 'graduate', 'student', 'scienfully', 'conducting', 'large', 'nurse', 'training', 'present', 'petition', 'legislature', 'tific', 'preparation', 'equal', 'class', 'helena', 'sanitarium', 'preserved', 'prebe', 'obtained', 'medical', 'insticlass', 'glendale', 'loma', 'linda', 'sented', 'legislature', 'year', 'altutions', 'world', 'conand', 'paradise_valley', 'total', 'strenuous', 'effort', 'cider', 'spiritual', 'advantage', 'offered', 'young_people', 'repeatedly', 'swing', 'state', 'college', 'placed', 'comparison', 'way', 'prepared', 'efficient', 'line', 'union', 'save', 'arizona', 'medical', 'institution', 'service', 'great_work', 'question', 'sunday', 'law', 'trust', 'young_people', 'rejoice', 'accomsucceeding', 'effort', 'failed', 'caliseeking', 'preparation', 'engage', 'plished', 'line', 'anxious', 'fornia', 'stand', 'uncommitted', 'work', 'physician', 'medical', 'mismake', 'nurse', 'training', 'school', 'evil', 'principle', 'religious', 'legislation', 'sionaries', 'fail', 'advantage', 'effective', 'preparation', 'splendid_opportunity', 'god', 'worker', 'carry', 'angel', 'mesof', 'people', 'union', 'providing', 'training', 'sage', 'world', 'whichwe', 'believe', 'ference', 'message', 'speedily', 'carshould', 'ultimate', 'object', 'ried', 'darkest', 'corner', 'earth', 'medical', 'work', 'nurse', 'receiving', 'diploma', 'passing', 'year', 'present', 'conference', 'sanitarium', 'increasingly', 'numerous', 'token', 'institution', 'coming', 'approaching', 'end', 'desire', 'sanitarium', 'union', 'eatly', 'strengthened', 'private', 'institution', 'located', 'positive', 'force', 'extension', 'hat', 'thrill', 'heart', 'people', 'like', 'helena', 'loma', 'linda', 'glendale', 'message', 'human', 'viewpoint', 'old', 'simple', 'truth', 'advent', 'mesand', 'paradise_valley', 'near', 'san_diego', 'time', 'sage', 'originally', 'proclaimed', 'california', 'weighted', 'oversupply', 'oldest', 'sanitarium', 'denominational', 'institution', 'especially', 'considering', 'pioneer', 'great', 'movement', 'control', 'past', 'year', 'enthe', 'heavy', 'obligation', 'carrying', 'ready', 'join', 'grand', 'joyed', 'marked', 'prosperity', 'strenuous', 'effort', 'required', 'united', 'forward', 'movement', 'year', 'struggled', 'heavy', 'load', 'place', 'vantage', 'ground', 'line', 'undying', 'faith', 'triumph', 'indebtedness', 'blessing', 'lord', 'message', 'coming', 'god', 'load', 'lifted', 'end', 'beginning', 'guided', 'lord', 'generation', 'pledge', 'operty', 'child', 'life', 'net', 'earnings', 'helena', 'sanitain', 'acquisition', 'assured', 'blessed', 'work', 'hastening', 'glorium', 'appropriated', 'medical', 'misthat', 'follow', 'guidance', 'sionary', 'work', 'needy', 'mission', 'field', 'future', 'shall', 'soon', 'word', 'rious', 'consummation', 'sum', 'family', 'spoken', 'servant', 'conhelpers', 'present', 'number', 'inclucerning', 'verified', 'ding', 'physician', 'nurse', 'trainabove', 'private', 'sanitaing', 'food', 'factory', 'passing', 'riums', 'treatment_rooms', 'dothrough', 'deep', 'water', 'sanitarium', 'ing', 'good_work', 'andross', 'president', 'report', 'southeastern_union_conference', 'evans', 'southeastern', 'union', 'brother', 'stephenson', 'stephenson', 'reading', 'come', 'relief', 'recent', 'annual', 'meeting', 'business', 'purchased', 'california', 'medical', 'missionary', 'benevolent', 'association', 'publishing', 'book', 'periodical', 'sale', 'quadrennial', 'period', 'closing', 'southeastern_union_conference', 'glendale', 'paradise_valley', 'closing', 'organized', 'january', 'sanitarium', 'passed', 'trying', 'showformerly', 'southern', 'union', 'time', 'situation', 'instiing', 'increase', 'conference', 'conference', 'compritution', 'greatly', 'improved', 'glenper', 'cent', 'encouraging', 'feasing', 'union', 'cumberland', 'lodale', 'sanitarium', 'sustained', 'loss', 'ture', 'growth', 'large', 'tide', 'turned', 'increase', 'sale', 'tract', 'small', 'cated', 'east', 'tennessee', 'georgia', 'north', 'carolina', 'south', 'carolina', 'able', 'report', 'net_gain', 'book', 'especially', 'camp', 'meeting', 'florida', 'membership', 'gain', 'use', 'missionary_work', 'beginning', 'quadrennial', 'period', 'including', 'donation', 'church', 'evangelistic', 'effort', 'pacific_press', 'publishing', 'associ', 'increased', 'paradise_valley', 'year', 'making', 'gain', 'total', 'sanitarium', 'change', 'ation', 'enjoyed', 'period', 'population', 'territory', 'marked', 'biennial', 'steadily', 'increasing', 'prosperity', 'net', 'cent', 'colperiod', 'loss', 'congain', 'past_year', 'ored', 'verted', 'substantial', 'net_gains', 'net', 'earnings', 'institution', 'ministry', 'recently', 'purchased', 'sanitahas', 'invested', 'mission_work', 'ordained', 'minister', 'rium', 'association', 'seventh', 'day', 'adchiefly', 'orient', 'business', 'ventists', 'southern', 'california', 'wholly', 'confined', 'denominational', 'colored', 'licentiate', 'management', 'work', 'capacity', 'contin', 'licensed', 'missionary', 'glendale', 'sanitarium', 'uously', 'taxed', 'utmost', 'rejoice', 'colored', 'evangelistic', 'colporteurs', 'institution', 'enjoying', 'splendid', 'patthat', 'splended', 'facility', 'making', 'total', 'field', 'worker', 'ronage', 'carrying', 'heavy', 'liabilprovided', 'lighting', 'earth', 'spirit', 'prophecy', 'said', 'ities', 'believe', 'possible', 'glory', 'thi', 'message', 'religious_liberty', 'work', 'jan', 'past', 'year', 'strenuous', 'line', 'work', 'especially', 'california', 'enlighten', 'people', 'true_principles', 'religious_liberty', 'chiefly', 'generous', 'distribution', 'literature', 'subject', 'thousand', 'voter', 'strong_desire', 'southern_field', 'diffi']
root - INFO - extracting file #21500: 2017-04-Final-Corpus/GCB19180415-V08-12-page8.txt
root - INFO - extracting file #22000: 2017-04-Final-Corpus/GH19020521-V04-20-page5.txt
root - INFO - ['plan', 'reactionary', 'clear', 'proposed', 'extinguish', 'blood', 'movement', 'revision', 'especially', 'influential', 'work', 'labor', 'organization', 'belgian', 'socialist', 'begun', 'carry', 'believed', 'great', 'bath', 'blood', 'suffice', 'render', 'proletariat', 'incapable', 'resistance', 'commander', 'receive', 'pay', 'conquered', 'frightened', 'toiler', 'rendered', 'impotent', 'slink', 'yoke', 'demand', 'universal', 'suffrage', 'mean', 'god', 'entrust', 'keeping', 'people', 'purpose', 'gift', 'bestowed', 'experience', 'intended', 'truth', 'coming', 'christ', 'flesh', 'taught', 'result', 'accepted', 'truth', 'sanctuary', 'living', 'experience', 'result', 'failed', 'way', 'god', 'use', 'experience', 'adversity', 'mean', 'revealing', 'great_truth', 'gospel', 'paul', 'lystra', 'international', 'sunday', 'school', 'lesson', 'june', 'golden', 'text', 'thou', 'endure', 'hardness', 'good', 'soldier', 'jesus', 'christ', 'tim', 'scripturk', 'act', 'sat', 'certain_man', 'lystra', 'impotent', 'foot', 'cripple', 'mother', 'womb', 'walked', 'lhe', 'sante', 'heard', 'paul', 'speak', 'steadfastly', 'beholding', 'perceiving', 'faith', 'healed', 'said', 'loud_voice', 'stand', 'upright', 'thy', 'foot', 'leaped', 'walked', 'people', 'saw', 'paul', 'lifted', 'voice', 'saying', 'speech', 'lycaonia', 'god', 'come', 'likeness', 'men', 'called', 'barnabas', 'jupiter', 'paul', 'mectirius', 'chief', 'speaker', 'priest', 'jupiter', 'city', 'brought', 'garland', 'unto', 'gate', 'sacrifice', 'people', 'apostle', 'barnabas', 'paul', 'heard', 'rent', 'clothes', 'ran', 'people', 'saying', 'sir', 'thing', 'men', 'like', 'passion', 'preach', 'unto', 'turn', 'vanity', 'unto', 'living', 'god', 'heaven', 'earth', 'sea', 'thing', 'times_past', 'suffered', 'nation', 'walk', 'own_ways', 'left', 'witness', 'good', 'gave', 'rain', 'heaven', 'fruitful', 'season', 'filling', 'heart', 'food', 'gladness', 'saying', 'scarce', 'restrained', 'people', 'sacrifice', 'unto', 'came', 'thither', 'certain', 'jew', 'antioch', 'lconium', 'persuaded', 'people', 'having', 'stoned', 'paul', 'drew', 'city', 'supposing', 'dead', 'lystra', 'province', 'lyconia', 'asia_minor', 'site', 'identified', 'ruin', 'called', 'arab', 'bin', 'bira', 'issth', 'lystra', 'point', 'student', 'act', 'scene', 'event', 'recorded', 'lesson', 'second', 'home', 'paul', 'chosen', 'companion', 'fellow', 'missionary', 'timotheus', 'act', 'mistaken', 'idea', 'suppose', 'moment', 'man', 'gift', 'healing', 'belonged', 'use', 'independently', 'author', 'gift', 'secret', 'possession', 'gift', 'spirit', 'god', 'standing', 'relation', 'god', 'use', 'human_agent', 'glory', 'paul', 'perceived', 'man', 'faith', 'healed', 'paul', 'mind', 'reader', 'certainly', 'spirit', 'god', 'know', 'mind', 'understands', 'thought', 'afar', 'doubtless', 'lord', 'poor', 'man', 'mind', 'desire', 'healing', 'time', 'gave', 'apostle', 'discernment', 'perceive', 'faith', 'healed', 'subject', 'miracle', 'human', 'age', 'adequate', 'law', 'indispensable', 'moral', 'economic', 'uplift', 'working', 'class', 'hesitate', 'labor', 'party', 'right', 'mere', 'sake', 'morrow', 'reform', 'upset', 'work', 'yesterday', 'year', 'come', 'aloud', 'working', 'class', 'avoid', 'massacre', 'mean', 'leader', 'die', 'yield', 'wish', 'toiling', 'mass', 'uselessly', 'slain', 'unequal', 'contest', 'want', 'great', 'enduring', 'victorious', 'work', 'year', 'organization', 'agitation', 'sacrificed', 'annihilated', 'drowned', 'blood', 'living', 'year', 'revolutionary', 'movement', 'succeed', 'recourse', 'general', 'strike', 'want', 'kill', 'let', 'spread', 'death', 'land', 'remaining', 'home', 'victory', 'general', 'strike', 'ireland', 'ripe', 'rebellion', 'doe', 'come', 'lack', 'arm', 'altogether', 'european', 'outlook', 'reassuring', 'standpoint', 'especially', 'true', 'remember', 'settled', 'conviction', 'people', 'war', 'japan', 'russia', 'inevitable', 'near_future', 'everybody', 'know', 'war', 'likely', 'involve', 'power', 'remember', 'surely', 'wrath', 'man', 'shall', 'praise', 'god', 'remainder', 'wrath', 'restrain', 'view', 'situation', 'alarm', 'tiv', 'mbn', 'carry', 'unconscious', 'sign', 'life', 'come', 'forge', 'lime', 'morter', 'humid', 'soil', 'dusty', 'travel', 'bear', 'sign', 'workman', 'work', 'need', 'ask', 'merry', 'face', 'sad', 'hath', 'come', 'forth', 'joy', 'grief', 'tear', 'laughter', 'tell', 'story', 'come', 'home', 'fruit', 'thou', 'art', 'come', 'orchard', 'hand', 'wild', 'flower', 'thou', 'art', 'field', 'garment', 'smell', 'mingled', 'odor', 'thou', 'hast', 'walked', 'garden', 'hath', 'seen', 'god', 'bath', 'held', 'converse', 'hope', 'love', 'hath', 'walked', 'heaven', 'carry', 'eye', 'word', 'perfumed', 'raiment', 'sacred', 'token', 'divine', 'intercourse', 'henry', 'ward', 'beecher', 'nast', 'treasure', 'pleasure', 'mak', 'happy', 'mug', 'heart', 'aye', 'aye', 'right', 'wrang', 'robert', 'burn', 'friend', 'doe', 'explanation', 'god', 'given', 'thomas', 'nelson', 'page', 'law', 'god', 'ark', 'heart', 'thetabernacle', 'mere', 'building', 'indwelling', 'glory', 'constant', 'prophecy', 'divine', 'human', 'temple', 'glory', 'manifested', 'john', 'service', 'tabernacle', 'actual', 'provision', 'present', 'salvation', 'promise', 'ministry', 'christ', 'taking', 'flesh', 'heb', 'tabernacle', 'home', 'ark', 'sam', 'receptacle', 'law', 'god', 'commandment', 'dent', 'service', 'tabernacle', 'reference', 'man', 'relationship', 'law', 'heb', 'john', 'mediatorial', 'work', 'christ', 'law', 'mind', 'heart', 'man', 'heb', 'accomplished', 'coining', 'flesh', 'live', 'law', 'humanity', 'power', 'endless_life', 'provided', 'place', 'merely', 'fleshly', 'effort', 'heb', 'dead', 'letter', 'changed', 'living', 'promise', 'john', 'rout', 'god', 'choice', 'abraham', 'head', 'people', 'committed', 'special_manner', 'keeping', 'truth', 'gospel', 'rom', 'teach', 'law', 'world', 'blessing', 'indwelling', 'life', 'save', 'sin', 'mediation', 'son', 'flesh', 'act', 'experience', 'preparation', 'fact', 'prophecy', 'coining', 'messiah', 'incarnation', 'son', 'god', 'prophet', 'teach', 'fundamental', 'truth', 'act', 'brought', 'history', 'proportion', 'teaching', 'sanctuary', 'service', 'reality', 'life', 'power', 'truth', 'shown', 'national', 'prosperity', 'dent', 'refused', 'revelation', 'truth', 'obedience', 'faith', 'came', 'national', 'adversity', 'verse', 'men', 'god', 'raised', 'deliver', 'people', 'turned', 'testifying', 'world', 'salvation', 'great', 'deliverer', 'reveal', 'humanity', 'read', 'psalm', 'note', 'especially', 'ouestions', 'declared', 'purpose', 'tabernacle', 'revealed', 'prophecy', 'scripture', 'lesson', 'taught', 'concerning', 'work', 'coining', 'saviour', 'service', 'sanctuary', 'useful', 'purpose', 'tabernacle', 'serve', 'building', 'deposited', 'ark', 'service', 'tabernacle', 'direct', 'indirect', 'reference', 'result', 'sought', 'result', 'possible', 'experience', 'provided', 'providing', 'experience', 'change', 'lesson', 'international', 'sabbath', 'school', 'quarterly', 'gospel', 'herald']
root - INFO - extracting file #22500: 2017-04-Final-Corpus/GH19100101-V07-01-page4.txt
root - INFO - extracting file #23000: 2017-04-Final-Corpus/GH19150401-V11-04-page6.txt
root - INFO - ['gospel_herald', 'true', 'holy', 'lhost', 'spirit', 'tilled', 'life', 'issue', 'gospel_herald', 'elder', 'strachan', 'written', 'var', 'ion', 'working', 'exercise', 'counterfeit', 'spirit', 'purporting', 'holy', 'ghost', 'article', 'laid', 'clear', 'line', 'proof', 'evidence', 'followed', 'article', 'pleased', 'read', 'forthcoming', 'number', 'turn', 'attention', 'true', 'holy', 'spirit', 'bespeak', 'series', 'careful_reading', 'filled', 'spirit', 'eph', 'expression', 'termed', 'holy', 'commandment', 'despise', 'seriously', 'consider', 'safe', 'tosay', 'meet', 'deepest', 'need', 'yearning', 'time', 'spirit', 'filled', 'life', 'bullet', 'remembered', 'outset', 'presume', 'feign', 'posse', 'life', 'height', 'folly', 'spirit', 'filled', 'life', 'god', 'bestows', 'let', 'labored', 'effort', 'persuade', 'men', 'believe', 'life', 'filled', 'power', 'holy', 'ghost', 'spirit', 'filled', 'louse', 'appears', 'good', 'influence', 'life', 'immeasurably', 'strong', 'extraordinarily', 'pronounced', 'men', 'easily', 'mistaken', 'marked', 'difference', 'early', 'christian', 'experienceof', 'apostle', 'later', 'experience', 'pentecost', 'woefully', 'dull', 'com', 'oerhension', 'blunt', 'iii', 'perception', 'thing', 'divine', 'spiritfilled', 'life', 'seen', 'awakened', 'stronger', 'refined', 'spiritual', 'sense', 'lnke', 'intimate', 'acquaintance', 'thing', 'divine', 'sentence', 'like', 'following', 'abound', 'luke', 'record', 'angel', 'lord', 'said', 'uutotne', 'spirit', 'said', 'philip', 'lord', 'said', 'ananias', 'spirit', 'said', 'peter', 'astonishing', 'revelation', 'knowledge', 'acquaintance', 'betweenthe', 'divine', 'hunian', 'life', 'power', 'coveted', 'strongest', 'desire', 'accompanying', 'spirit', 'filled', 'life', 'peculiar', 'certainty', 'definiteness', 'work', 'thing', 'phil', 'manifest', 'alsothat', 'unconquerable', 'zeal', 'mid', 'holy', 'enthusiasm', 'obey', 'god', 'man', 'act', 'joy', 'satisfaction', 'world', 'phasis', 'laid', 'word', 'look', 'suspicion', 'pbwer', 'representing', 'holy', 'spirit', 'prof', 'apparent', 'blessing', 'save', 'self', 'holy', 'ghost', 'given', 'scatter', 'comfort', 'blessing', 'like', 'rain', 'fall', 'heaven', 'like', 'sunlight', 'tbe', 'sky', 'positive', 'change', 'lifeand', 'character', 'spirit', 'filled', 'man', 'woman', 'werejlegative', 'hesitatit', 'uncertain', 'lacking', 'persistant', 'force', 'seen', 'steady', 'firm', 'weak', 'power', 'influence', 'tempter', 'strong', 'victorious', 'human', 'aresubject', 'intense', 'spiritual', 'need', 'thirst', 'mind', 'truth', 'truth', 'liberates', 'emancipates', 'error', 'sickens', 'poison', 'paralyzes', 'thirst', 'conscience', 'liberty', 'freedom', 'sin', 'stain', 'sin', 'guilt', 'thirst', 'heart', 'power', 'right', 'right', 'righteousness', 'conversion', 'yes', 'received', 'clean', 'heart', 'defiled', 'pet', 'luke', 'longed', 'power', 'security', 'experience', 'ifisthe', 'blessing', 'holy', 'spirit', 'needed', 'know', 'little', 'spirit', 'filled', 'life', 'like', 'hagar', 'bottle', 'waterwhen', 'enjoyedthe', 'gen', 'human', 'need', 'supplied', 'life', 'wide', 'desert', 'bottle', 'water', 'hagar', 'boththou', 'thy', 'child', 'courage', 'help', 'jno', 'memory', 'earthly', 'pleasure', 'deep', 'draw', 'rope', 'human', 'hand', 'long', 'bucket', 'large', 'individual', 'earthcan', 'satisfy', 'intense', 'desire', 'living', 'water', 'rot', 'yetrs', 'prayed', 'better', 'life', 'higher', 'life', 'spirit', 'filled', 'life', 'song', 'hardly', 'step', 'advanced', 'know', 'course', 'pursue', 'obtain', 'promised', 'blessing', 'shown', 'subsequent', 'lesson', 'appear', 'spel', 'herald', 'writer', 'bible', 'reading', 'wish', 'interested', 'gather', 'preserve', 'reading', 'published', 'herald', 'preserve', 'later', 'lesson', 'appear', 'monthly', 'issue', 'strachan', 'midst', 'disorder', 'habit', 'neatness', 'difficult', 'live', 'neat', 'mistakenly', 'miserable', 'away', 'fact', 'deserving', 'special_attention', 'connection', 'spirit', 'filled', 'life', 'stream', 'refreshing', 'self', 'let', 'inthe', 'face', 'like', 'sant', 'aritan', 'woman', 'willahe', 'church', 'sleep', 'saton', 'modern', 'jacob', 'weary', 'toilsomejourney', 'seek', 'water', 'satisfies', 'jun', 'thirst', 'come', 'hither', 'draw', 'bfit', 'jacob', 'sacred', 'fell', 'responsibility', 'andthe', 'honor', 'istonferredupon', 'merciful', 'providence', 'aod', 'gather', 'theirhereditary', 'trust', 'advantage', 'present', 'light', 'feel', 'necessity', 'rising', 'urgent', 'emergency', 'neat', 'searching', 'little', 'study', 'enviroment', 'based', 'paul', 'wordin', 'act', 'thing', 'writer', 'said', 'god', 'orderly', 'untidy', 'learn', 'lesson', 'environmentis', 'answer', 'prayer', 'tint', 'orderly', 'person', 'pray', 'forjoy', 'placed', 'midst', 'untidiness', 'slovenliness', 'learn', 'true', 'secret', 'joy', 'round', 'christ', 'learn', 'secret', 'shall', 'irritable', 'critical', 'near', 'failure', 'evident', 'shall', 'reason', 'marvel', 'undisturbed', 'joy', 'love', 'best', 'habit', 'opportunity', 'carrying', 'lesson', 'effectively', 'need', 'sunday', 'school', 'lime']
root - INFO - extracting file #23500: 2017-04-Final-Corpus/GOH18970301-V01-02-page9.txt
root - INFO - extracting file #24000: 2017-04-Final-Corpus/GOH18990901-V03-09-page5.txt
root - INFO - ['development', 'egg', 'process', 'repair', 'assistance', 'case', 'cut', 'finger', 'instance', 'let', 'frequently', 'heals', 'notice', 'exten', 'sive', 'injury', 'healed', 'sarne', 'way', 'thing', 'emergency', 'stop', 'bleeding', 'nature', 'term', 'repair', 'process', 'unassisted', 'cleanse', 'wound', 'bring', 'germ', 'assistance', 'nature', 'set', 'motion', 'beautiful', 'grandest', 'operation', 'conceivable', 'study', 'work', 'such_circumstances', 'led', 'reverence', 'creator', 'cure', 'disease', 'body', 'universal', 'practise', 'drug', 'treatment', 'disease', 'doe', 'cure', 'simply', 'deadens', 'nerve', 'depressing', 'influence', 'reparative', 'power', 'god', 'healing', 'measure', 'command', 'sunlight', 'fresh_air', 'pure', 'food', 'pure_water', 'proper', 'exercise', 'sleep', 'good_conscience', 'clutch', 'trust', 'sick', 'plenty', 'watch', 'process', 'repair', 'remembering', 'surroundings', 'effect', 'cure', 'curative', 'power', 'talk', 'diet', 'health', 'disease', 'best', 'eating', 'house', 'david', 'paulson', 'talking', 'day', 'patient', 'travel', 'great', 'deal', 'remarked', 'got', 'train', 'question', 'asked', 'best', 'eating', 'house', 'city', 'people', 'best', 'eating', 'house', 'successful', 'catering', 'pampered', 'appetite', 'table', 'food', 'capable', 'producing', 'best', 'brain', 'bone', 'muscle', 'ask', 'man', 'food', 'likely', 'consider', 'little', 'loony', 'mental', 'inconsistent', 'buying', 'suit', 'clothes', 'hesitate', 'ask', 'clerk', 'suit', 'clothes', 'wear', 'considered', 'proper', 'question', 'regard', 'question', 'food', 'best', 'adapted', 'build', 'brain', 'capable', 'thinking', 'god', 'thought', 'right', 'people', 'pay', 'little', 'attention', 'subject', 'course', 'eat', 'taste', 'good', 'man', 'extensive', 'business', 'stenographer', 'correspondence', 'certain', 'order', 'dollar', 'worth', 'thousand', 'ruined', 'church', 'wish', 'minister', 'present_truth', 'clear', 'cut', 'concise', 'logical', 'manner', 'come', 'preparing', 'food', 'brainy', 'nerve', 'muscle', 'enable', 'exercise', 'thing', 'way', 'tickle', 'palate', 'called', 'good', 'cook', 'wrong', 'education', 'reach', 'clear', 'childhood', 'village', 'school', 'learned', 'height', 'pike', 'peak', 'specific', 'gravity', 'thing', 'know', 'learned', 'physiology', 'thing', 'pas', 'grade', 'finished', 'study', 'entered', 'duty', 'life', 'half', 'knowledge', 'practise', 'young_lady', 'leave', 'school', 'cook', 'mother', 'young_man', 'knowledge', 'physic', 'chemistry', 'turn', 'immediate', 'use', 'gaining', 'livelihood', 'mean', 'disparage', 'education', 'attention', 'fact', 'little', 'physical', 'education', 'time', 'thought', 'given', 'study', 'proper', 'food', 'substance', 'intelligent', 'care', 'body', 'sure', 'vast', 'army', 'invalid', 'person', 'reason', 'food', 'question', 'sea', 'health', 'institution', 'fad', 'true', 'disease', 'fin', 'different', 'remedy', 'recommended', 'poorly', 'understood', 'come', 'subject', 'diet', 'great', 'diversity', 'opinion', 'conclude', 'subject', 'perfectly', 'understood', 'thing', 'pertaining', 'diet', 'absolute', 'law', 'sinai', 'law', 'creation', 'west', 'year', 'ago', 'talking', 'farmer', 'thing', 'said', 'planted', 'potato', 'moon', 'farmer', 'thought', 'difference', 'planted', 'potato', 'old', 'moon', 'planted', 'potato', 'deep', 'ground', 'year', 'eclipse', 'comet', 'considered', 'forerunner', 'war', 'plague', 'thing', 'better', 'understood', 'gospel', 'health']
root - INFO - extracting file #24500: 2017-04-Final-Corpus/GS18880615-V03-12-page4.txt
root - INFO - extracting file #25000: 2017-04-Final-Corpus/HM18901101-V02-11e1-page8.txt
root - INFO - ['home', 'missionary', 'canvasser', 'department', 'conducted', 'eldridge', 'future', 'store', 'canvassing', 'work', 'past', 'demonstrated', 'denominational', 'book', 'sold', 'subscription', 'started', 'weakness', 'attained', 'present', 'attitude', 'factor', 'work', 'persistent', 'effort', 'success', 'work', 'attributed', 'wholly', 'word', 'work', 'individual', 'possible', 'failure', 'owes', 'present', 'unparalleled', 'success', 'united', 'ceaseless', 'prayerful', 'operation', 'denomination', 'missionary', 'failure', 'engendered', 'withdrawal', 'support', 'contributed', 'present', 'greatness', 'branch', 'work', 'like', 'requires', 'advance', 'step', 'year', 'year', 'work', 'develops', 'reach', 'expands', 'idea', 'future', 'requirement', 'obtained', 'careful', 'survey', 'past', 'important', 'direction', 'systematized', 'effort', 'canvassing', 'field', 'convince', 'people', 'denominational', 'book', 'sold', 'subscription', 'carried', 'effect', 'thorough', 'adaptability', 'practicability', 'demonstrated', 'conference', 'bring', 'necessary', 'plan', 'devised', 'second', 'executed', 'mapped', 'office', 'second', 'demonstrated', 'field', 'thing', 'program', 'state', 'enterprise', 'hold', 'plan', 'prove', 'feasibility', 'adopted', 'state', 'took', 'hold', 'success', 'day', 'state', 'comprising', 'conference', 'satisfied', 'plan', 'operation', 'year', 'ago', 'practicable', 'fact', 'state', 'world', 'thoroughly', 'tried', 'work', 'grew', 'importance', 'favor', 'necessity', 'complete', 'organization', 'apparent', 'end', 'canvasser', 'convention', 'called', 'battle', 'creek', 'mich', 'jan', 'feb', 'state', 'interested', 'canvassing', 'work', 'sent', 'delegate', 'canvassing', 'entire_field', 'fully', 'discussed', 'resolution', 'adopted', 'benefit', 'work', 'advantage', 'such_meetings', 'attested', 'fact', 'canvasser', 'convention', 'called', 'feb', 'march', 'time', 'named', 'canvasser', 'convention', 'canvassing', 'work', 'general', 'direction', 'man', 'owing', 'increased', 'volume', 'extending', 'territory', 'burden', 'borne', 'imperatively', 'necessary', 'divide', 'work', 'place', 'broad', 'shoulder', 'district', 'agent', 'general_conference', 'district', 'appointed', 'actively', 'employed', 'time', 'present', 'immediate', 'fruit', 'work', 'seen', 'result', 'arduous', 'labor', 'direction', 'apparent', 'year', 'impossible', 'estimate', 'benefit', 'canvassing', 'work', 'derived', 'spirit', 'progression', 'extended', 'field', 'milder', 'direction', 'general_conference', 'branch', 'office', 'atlanta', 'self', 'supporting', 'small', 'profit', 'toronto', 'house', 'largely', 'increased', 'business', 'like', 'atlanta', 'branch', 'self', 'supporting', 'burden', 'parent', 'house', 'adhering', 'policy', 'branch', 'house', 'judiciously', 'established', 'exigency', 'work', 'shall', 'demand', 'detriment', 'hand', 'flattering', 'report', 'received', 'australia', 'new', 'zealand', 'south', 'africa', 'england', 'central', 'europe', 'showing', 'canvasser', 'sowing', 'seed', 'present_truth', 'various_parts', 'earth', 'despotic', 'russia', 'prevent', 'present', 'prosperity', 'canvassing', 'work', 'retard', 'pace', 'message', 'organized', 'champion', 'think', 'hear', 'reply', 'sea', 'sea', 'land', 'land', 'work', 'run', 'unaided', 'work', 'bust', 'sacrificing', 'care', 'engage', 'trying', 'convince', 'person', 'need', 'book', 'doe', 'want', 'canvassing', 'field', 'having', 'recruiting', 'ground', 'various_branches', 'work', 'strong', 'tendency', 'canvasser', 'direction', 'employment', 'branch', 'work', 'requires', 'determination', 'purpose', 'moving', 'need', 'encouragement', 'support', 'let', 'justice', 'add', 'promulgation', 'truth', 'advocate', 'canvassing', 'work', 'long', 'present', 'unity', 'purpose', 'fostered', 'such_thing', 'failure', 'denomination', 'rallied', 'support', 'pledged', 'witness', 'final', 'triumph', 'owing', 'manifold', 'increasing', 'duty', 'devolving', 'consequent', 'inability', 'attention', 'canvassing', 'work', 'great', 'importance', 'demand', 'felt', 'imperatively', 'necessary', 'tender', 'resignation', 'general', 'canvassing', 'agent', 'general_conference', 'committee']
root - INFO - extracting file #25500: 2017-04-Final-Corpus/HM18920501-V04-05-page12.txt
root - INFO - extracting file #26000: 2017-04-Final-Corpus/HM18931201-V05-11-page11.txt
root - INFO - ['the_home_missionary', 'order', 'save', 'good_sense', 'penance', 'doctrine', 'penance', 'rome', 'way', 'salvation', 'man', 'professed', 'catholic', 'practice', 'catholic', 'following', 'rome', 'way', 'keeping', 'getting', 'angry', 'wasn', 'chastisement', 'past', 'sin', 'help', 'compensate', 'imperfection', 'repentance', 'serf', 'correction', 'man', 'wanted', 'stop', 'accomplish', 'course', 'doe', 'penance', 'accomplish', 'rome', 'way', 'salvation', 'man', 'foolish', 'action', 'perfect', 'illustration', 'doctrine', 'foolishness', 'impotence', 'doctrine', 'penance', 'essentially', 'penance', 'rome', 'way', 'salvation', 'read', 'statement', 'dying', 'thief', 'jesus_christ', 'pardoned', 'cross', 'penance', 'order', 'saved', 'according', 'rome', 'pardon', 'jesus_christ', 'speaks', 'pardon', 'jesus_christ', 'supply', 'penitent', 'sinner', 'insufficient', 'penance', 'chooses', 'lay', 'year', 'dead', 'pardon', 'granted', 'penitent', 'thief', 'saving', 'word', 'day', 'shalt', 'thou', 'paradise', 'taken', 'proof', 'dispensed', 'god', 'work', 'penance', 'wonderful', 'special', 'grace', 'extraordinary', 'circumstance', 'blood', 'redemption', 'actually', 'shed', 'cross', 'dying', 'thief', 'bearing', 'testimony', 'divinity', 'jesus_christ', 'confessed', 'guilt', 'spirit', 'penance', 'suffered', 'torment', 'crucifixion', 'cruel', 'breaking', 'limb', 'penalty', 'justly', 'sin', 'time', 'repented', 'received', 'pardon', 'sin', 'need', 'read', 'penance', 'penance', 'rome', 'way', 'salvation', 'selfpunishment', 'voluntary', 'penance', 'voluntarily', 'submit', 'control', 'way', 'thing', 'people', 'world', 'voluntarily', 'way', 'choose', 'way', 'salvation', 'having', 'place', 'christ', 'saviour', 'men', 'penance', 'mean', 'salvation', 'penance', 'shall', 'reach', 'saved', 'read', 'book', 'cardinal', 'book', 'pope', 'head', 'doctor', 'christian', 'pope', 'pius', 'wrote', 'old', 'emperor_william', 'germany', 'everbody', 'baptized', 'world', 'belongs', 'pope', 'yes', 'sir', 'shall', 'penance', 'reach', 'submit', 'voluntarily', 'rome', 'authority', 'penance', 'rest', 'read', 'chapter', 'penance', 'fear', 'temporal', 'punishment', 'help', 'strengthen', 'resolution', 'amendment', 'act', 'check', 'prevent', 'falling', 'sin', 'note', 'fear', 'temporal', 'punishment', 'act', 'check', 'prevent', 'falling', 'sin', 'punishment', 'fear', 'help', 'strengthen', 'resolution', 'better', 'everybody', 'resolve', 'better', 'want', 'help', 'rome', 'prescribes', 'fear', 'temporal', 'punishment', 'help', 'right', 'falling', 'old', 'way', 'order', 'temporal', 'punishment', 'fear', 'reach', 'voluntarily', 'recognize', 'authority', 'control', 'temporal_power', 'voluntarily', 'course', 'salvation', 'voluntary', 'penance', 'punishment', 'prescribed', 'practiced', 'hold', 'temporal_power', 'benefit', 'penance', 'sure', 'saved', 'gain', 'control', 'temporal_power', 'recourse', 'help', 'law', 'state', 'authority', 'doctrine', 'embodied', 'civil', 'law', 'penalty', 'attached', 'break', 'law', 'disregard', 'government', 'endangers', 'state', 'suffer', 'penalty', 'penance', 'sure', 'rome', 'salvation', 'anybody', 'read', 'doctrine', 'inquisition', 'know', 'sole', 'purpose', 'principle', 'philosophy', 'inquisition', 'punish', 'people', 'heretic', 'save', 'sin', 'heretic', 'inquisition', 'torment', 'applied', 'employed', 'temporal_power', 'inspire', 'people', 'fear', 'temporal', 'punishment', 'act', 'corrective', 'prevent', 'falling', 'sin', 'course', 'claim', 'anybody', 'death', 'temporal_power', 'aye', 'controlled', 'temporal_power', 'leo_xiii', 'day', 'announced', 'own_words', 'longer', 'ago', 'encyclical', 'world', 'labor', 'question', 'read', 'sentence', 'church', 'authority', 'enlighten', 'mind', 'direct', 'precept', 'life', 'conduct', 'men', 'act', 'decided', 'view', 'purpose', 'recourse', 'measure', 'degree', 'help', 'law', 'state', 'authority', 'note', 'doe', 'recourse', 'help', 'law', 'state', 'authority', 'course', 'read', 'passage', 'time', 'papacy', 'recource', 'help', 'law', 'state', 'authority', 'day', 'constantine', 'got', 'got', 'word', 'bishop', 'time', 'chiefest', 'ore', 'helped', 'join', 'church']
root - INFO - extracting file #26500: 2017-04-Final-Corpus/HM18950801-V07-07-page15.txt
root - INFO - extracting file #27000: 2017-04-Final-Corpus/HM18970401-V09-03e2-page6.txt
root - INFO - ['the_home_missionary', 'world', 'carried', 'away', 'great', 'destruction', 'far', 'world', 'poor', 'escape', 'mighty', 'captain', 'heavenly', 'guard', 'given', 'possession', 'land', 'glory', 'land', 'dwell', 'safely', 'wilderness', 'sleep', 'wood', 'professes', 'seventhday_adventist', 'professes', 'looking', 'coming', 'lord', 'consider', 'precious', 'book', 'word', 'god', 'written', 'especially', 'admonition', 'end', 'world', 'come', 'time', 'safety', 'spiritual', 'physical', 'heavenly', 'earthly', 'putting', 'work', 'cause', 'god', 'trust', 'hope', 'strength', 'fruit', 'strength', 'course', 'mean', 'earthly', 'heavenly', 'advantage', 'course', 'earthly', 'heavenly', 'advantage', 'lord', 'doe', 'want', 'seventh', 'day', 'adventist', 'robbed', 'plundered', 'spoiled', 'time', 'violence', 'door', 'increasing', 'daily', 'written', 'instruction', 'complete', 'perfectly', 'safe', 'such_things', 'time', 'study', 'instruction', 'given', 'believe', 'trust', 'mean', 'little', 'absolutely', 'safe', 'willing', 'appear', 'world', 'true', 'far', 'world', 'poor', 'time', 'know', 'eternal', 'rich', 'friend', 'mammon', 'unrighteousness', 'fail', 'fails', 'receive', 'everlasting', 'habitation', 'faithful', 'faithful', 'unjust', 'unjust', 'faithful', 'profession', 'lord', 'thing', 'day', 'little', 'order', 'world', 'shall', 'carried', 'away', 'mighty', 'captivity', 'enemy', 'great', 'destruction', 'left', 'shall', 'inherit', 'land', 'dwell', 'forever', 'quiet', 'resting', 'place', 'jones', 'property', 'god', 'fully', 'given', 'late', 'general_conference', 'common', 'consent', 'delegate', 'late', 'general_conference', 'counted', 'important', 'far', 'reaching', 'action', 'conference', 'held', 'people', 'evident', 'spirit', 'lord', 'working', 'mind', 'delegate', 'long', 'assembled', 'college_view', 'lord', 'working', 'heart', 'special_manner', 'enemy', 'vigilant', 'time', 'light', 'darkness', 'tried', 'men', 'soul', 'long', 'stood', 'service', 'overwhelmed', 'time', 'scarce', 'exception', 'special', 'trial', 'gained', 'victory', 'conference', 'opened', 'time', 'spent', 'studying', 'special', 'testimony', 'time', 'conference', 'drew', 'near', 'testimony', 'grew', 'frequent', 'spoke', 'plainly', 'lord', 'people', 'time', 'mistaken', 'settled', 'purpose', 'delegate', 'follow', 'testimony', 'matter', 'led', 'fixed', 'way', 'past', 'easy', 'decided', 'change', 'called', 'bold', 'step', 'taken', 'direction', 'indicated', 'plain', 'word', 'lord', 'result', 'great', 'blessing', 'conference', 'feeling', 'uncertainty', 'gave', 'place', 'greater', 'love', 'confidence', 'extract', 'special', 'testimony', 'indicate', 'important', 'change', 'called', 'work', 'extended', 'church', 'need', 'rich', 'grace', 'god', 'sanctification', 'spirit', 'god', 'member', 'proper', 'division', 'labor', 'develop', 'capability', 'good', 'important_matter', 'occupy', 'mind', 'member', 'general_conference', 'deliberation', 'plain', 'statement', 'acted', 'separating', 'board', 'committee', 'fully', 'past', 'placing', 'new_members', 'referring', 'advice', 'jethro', 'moses', 'testimony', 'addressed', 'leading', 'men', 'counsel', 'heeded', 'responsible', 'men', 'moses', 'bearing', 'responsibility', 'taking', 'advice', 'divided', 'placed', 'spirit', 'lord', 'chosen', 'share', 'burden', 'moses', 'heading', 'study', 'god', 'method', 'occurs', 'following', 'people', 'study', 'god', 'plan', 'conducting', 'work', 'given', 'direction', 'regard', 'point']
root - INFO - extracting file #27500: 2017-04-Final-Corpus/HR18680201-V02-08-page15.txt
root - INFO - extracting file #28000: 2017-04-Final-Corpus/HR18700301-V04-09-page2.txt
root - INFO - ['the_health_reformer', 'contribute', 'opportunity', 'present', 'fellow_creatures', 'having', 'explained', 'motive', 'sending', 'communication', 'concise', 'statement', 'case', 'possibly', 'merely', 'commencement', 'invalid', 'year', 'led', 'think', 'hygienic', 'treatment', 'reading', 'work', 'subject', 'mentioned', 'like', 'woman', 'bible', 'history', 'suffered', 'thing', 'physician', 'expending', 'growing', 'worse', 'instead', 'better', 'troubled', 'cause', 'act', 'like', 'charm', 'wear', 'tepid', 'wet', 'girdle', 'occasionally', 'sure', 'derive', 'benefit', 'dyspepsia', 'trouble', 'somewhat', 'pain', 'distress', 'comparatively', 'trivial', 'pain', 'spleen', 'night', 'sweat', 'entirely', 'disappeared', 'kidney', 'affection', 'gone', 'bad', 'urine', 'constantly', 'high', 'colored', 'pinkish', 'sediment', 'calculus', 'short', 'space', 'week', 'placing', 'hygienic', 'treatment', 'resumed', 'natural', 'appearance', 'convinced', 'exhausting', 'skill', 'school', 'right', 'treatment', 'true', 'healing', 'art', 'institution', 'boil', 'regarded', 'indication', 'purified', 'foul', 'humor', 'poisonous', 'drug', 'confess', 'time', 'desponding', 'moment', 'indulge', 'vague', 'doubt', 'concerning', 'propriety', 'treatment', 'affected', 'typhoid_fever', 'finally', 'said', 'run', 'slow', 'nervous', 'fever', 'time', 'treated', 'homeopathist', 'allopathist', 'finally', 'eclectic', 'leading', 'professor', 'city', 'consultation', 'fact', 'physician', 'professor', 'college', 'hygeio', 'therapy', 'month', 'simple', 'rational', 'appliance', 'drug', 'doctor', 'year', 'potent', 'medicine', 'vaunted', 'reasoned', 'remembered', 'specific', 'enumerate', 'different', 'disease', 'treated', 'named', 'physician', 'order', 'occurred', 'better', 'judge', 'drug', 'occasioned', 'complication', 'case', 'fact', 'plainly', 'noon', 'day', 'sun', 'time', 'fearing', 'injured', 'benefited', 'prescription', 'incurred', 'severe', 'displeasure', 'refusing', 'drug', 'complaint', 'hemorrhage', 'uterus', 'followed', 'anteversion', 'succeeded', 'diarrhea', 'neuralgia', 'inflammation', 'intestine', 'inflammation', 'liver', 'dyspepsia', 'severe', 'pain', 'region', 'spleen', 'night', 'sweat', 'lastly', 'kidney', 'affection', 'think', 'pharaoh', 'mustered', 'grievous', 'host', 'affliction', 'hemorrhage', 'uterus', 'usually', 'occur', 'week', 'accompanied', 'intense', 'pain', 'dysmenorrhoea', 'preparation', 'iron', 'astringent', 'repeatedly', 'employed', 'drug', 'doctor', 'temporary', 'alleviation', 'followed', 'permanent', 'injury', 'coming', 'hygienic', 'treatment', 'bleeding', 'promptly', 'relieved', 'mean', 'cool', 'application', 'ice', 'tampon', 'hemorrhage', 'occurred', 'twice', 'drs', 'harman', 'trull', 'taken', 'charge', 'physician', 'explained', 'bleeding', 'arrested', 'draining', 'life', 'away', 'drug', 'doctor', 'accomplish', 'resource', 'apothecary', 'shop', 'appearance', 'hemorrhage', 'month', 'diarrhea', 'seldom', 'troubled', 'neuralgia', 'total', 'stranger', 'inflammation', 'intestine', 'affected', 'week', 'attended', 'intense', 'pain', 'troubled', 'twice', 'slightly', 'florence', 'hights', 'fomentation', 'alternated', 'cool', 'application', 'invariably', 'relieved', 'distressing', 'symptom', 'trouble', 'ailment', 'inflammation', 'liver', 'exists', 'extent', 'chronic', 'form', 'hip', 'bath', 'relief', 'faithfully', 'tried', 'resource', 'determined', 'persevere', 'aware', 'time', 'patience', 'necessary', 'considering', 'year', 'getting', 'worse', 'diet', 'hygeian', 'home', 'disagree', 'ith', 'causing', 'vomiting', 'diarrhea', 'felt', 'starve', 'soon', 'came', 'conclusion', 'hunger', 'starvation', 'better', 'suffering', 'drugging', 'endured', 'long', 'day', 'stomach', 'retained', 'food', 'sight', 'disagreeable', 'week', 'eating', 'close', 'eye', 'week', 'food', 'palatable', 'perceive', 'pretty', 'severe', 'time', 'food', 'palatable', 'delicious', 'enjoy', 'meal', 'day', 'required', 'experience', 'month', 'convince', 'fully', 'meal', 'day', 'right', 'plan', 'time', 'occasionally', 'hungry', 'harman', 'advised', 'eat', 'meal', 'assuring', 'time', 'overcome', 'hungry', 'craving', 'sensation', 'proved', 'true', 'contented', 'allaying', 'desire', 'food', 'sip', 'water', 'told', 'bitter', 'experience', 'contrast', 'suffering', 'present_condition', 'thanks', 'ascend', 'rule', 'reign', 'high', 'led', 'place', 'care', 'physician', 'hygeian', 'home', 'power', 'proclaim', 'world', 'truth', 'hygienic', 'falsity', 'drug', 'treatment', 'conclusion', 'lady', 'gentleman', 'allow', 'wish', 'success', 'study', 'falter', 'fall', 'wayside', 'obstacle', 'contend', 'prejudice', 'overcome', 'let', 'motto', 'excelsior', 'kind', 'friend', 'carried', 'stair', 'time', 'contributed', 'comfort', 'various_ways', 'render', 'thanks', 'kindness', 'stranger', 'shall', 'hold', 'grateful', 'remembrance', 'permitted', 'eternity', 'blessed', 'assurance', 'live', 'righteously', 'shall', 'meet']
root - INFO - extracting file #28500: 2017-04-Final-Corpus/HR18711101-V06-05-page1.txt
root - INFO - extracting file #29000: 2017-04-Final-Corpus/HR18730201-V08-02-page28.txt
root - INFO - ['health', 'reformer', 'ruffle', 'tuck', 'doe', 'dora', 'sunday', 'school', 'said', 'brown', 'miss', 'wallace', 'daughter', 'teacher', 'miss', 'wallace', 'hesitated', 'little', 'answered', 'dora', 'good', 'deal', 'pain', 'lesson', 'difficult', 'commit', 'memory', 'great_help', 'sure', 'verse', 'week', 'returned', 'brown', 'apparently', 'surprised', 'time', 'hand', 'hold', 'unoccupied', 'minute', 'monday', 'morning', 'till', 'saturday', 'night', 'young_lady', 'idea', 'care', 'family', 'brown', 'set', 'sewing', 'machine', 'work', 'fourteenth', 'tuck', 'dora', 'new', 'white', 'suit', 'think', 'idea', 'said', 'miss', 'wallace', 'young_lady', 'eldest', 'child', 'know', 'helped', 'mother', 'different', 'matter', 'said', 'brown', 'carelessly', 'wonder', 'row', 'bias', 'tuck', 'look', 'stitched', 'think', 'miss', 'wallace', 'smiled', 'answer', 'thinking', 'said', 'brown', 'wondering', 'time', 'said', 'miss', 'wallace', 'wont', 'long', 'like', 'child', 'nicely', 'dressed', 'nina', 'clark', 'row', 'upper', 'skirt', 'suit', 'clark', 'seamstress', 'doe', 'yes', 'bit', 'sewing', 'said', 'brown', 'pride', 'look', 'basket', 'laid', 'finish', 'judge', 'time', 'hear', 'child', 'sunday', 'school_lessons', 'curiosity', 'sake', 'miss', 'wallace', 'look', 'work', 'sufficient', 'importance', 'ranked', 'mother', 'mind', 'religious_instruction', 'daughter', 'came', 'dora', 'suit', 'skirt', 'ruffie', 'fourteen', 'tuck', 'barque', 'match', 'white', 'petticoat', 'ruffled', 'tucked', 'pillow', 'cover', 'wide', 'ruffle', 'ruffie', 'having', 'tuck', 'quantity', 'clothing', 'trimmed', 'similar', 'manner', 'came', 'white', 'frock', 'little', 'bell', 'youngest', 'ruffling', 'puffing', 'tucking', 'insertion', 'innumerable', 'brown', 'iron', 'own_hands', 'girl', 'far', 'unskillful', 'repair', 'mass', 'cambric', 'architecture', 'world', 'finish', 'absolutely', 'necessary', 'work', 'family', 'said', 'miss', 'wallace', 'time', 'said', 'brown', 'conscious', 'pride', 'way', 'suppose', 'said', 'dora', 'lesson', 'said', 'miss', 'wallace', 'smiling', 'use', 'sending', 'child', 'sunday', 'school', 'teaching', 'said', 'brown', 'sharply', 'surely', 'suppose', 'quarter', 'hour', 'week', 'class', 'place', 'mother', 'teaching', 'influence', 'day', 'day', 'busy', 'dare', 'mother', 'child', 'time', 'hear', 'sunday', 'school_lessons', 'teach', 'great', 'deal', 'time', 'wore', 'plainer', 'frock', 'said', 'miss', 'wallace', 'smiling', 'think', 'child', 'clothes', 'trimmed', 'wonder', 'nina', 'clark', 'child', 'clean', 'white', 'frock', 'day', 'week', 'clark', 'thousand', 'year', 'kept', 'servant', 'brown', 'girl', 'strained', 'nerve', 'daughter', 'dressed', 'nina', 'clark', 'child', 'fannie', 'going', 'music', 'quarter', 'asked', 'miss', 'wallace', 'sorry', 'leave', 'lesson', 'afford', 'pity', 'fanny', 'real', 'musical', 'talent', 'yes', 'think', 'said', 'brown', 'gratified', 'play', 'beautifully', 'teach', 'impossible', 'hardly', 'touched', 'piano', 'year', 'said', 'brown', 'beginning', 'long', 'strip', 'ruffling', 'dollar', 'spent', 'brown', 'musical', 'education', 'loved', 'music', 'matter', 'conscience', 'pride', 'sacrifice', 'taste', 'ending', 'beginning', 'heap', 'sewing', 'afraid', 'tell', 'errand', 'said', 'remarked', 'miss', 'wallace', 'going', 'ask', 'help', 'fitting', 'little', 'carter', 'new', 'clothes', 'sundayschool', 'know', 'family', 'burned', 'week', 'lost', 'world', 'good', 'object', 'sure', 'like', 'assist', 'possible', 'thing']
root - INFO - extracting file #29500: 2017-04-Final-Corpus/HR18740701-V09-07-page17.txt
root - INFO - extracting file #30000: 2017-04-Final-Corpus/HR18751001-V10-10-page7.txt
root - INFO - ['eminent', 'sense', 'certainly', 'man', 'great', 'force', 'character', 'remarkable', 'talent', 'excellent', 'man', 'played', 'fool', 'wine', 'erred', 'let', 'thinketh', 'standeth', 'heed', 'lest', 'fall', 'equal', 'noah', 'piety', 'natural', 'talent', 'use', 'pure', 'wine', 'dangerous', 'hand', 'man', 'safe', 'thing', 'freely', 'carelessly', 'handled', 'use', 'wine', 'noah', 'thing', 'record', 'concerning', 'certainly', 'ninth', 'chapter', 'genesis', 'warn', 'mankind', 'respecting', 'dangerous', 'mocker', 'eye', 'look', 'thou', 'wine', 'emphasizing', 'total_abstinence', 'strongest', 'manner', 'man', 'heed', 'warning', 'bitten', 'serpent', 'cup', 'asked', 'word', 'apply', 'wine', 'grape', 'answer', 'fermentation', 'turned', 'portion', 'alcohol', 'serpent', 'noah', 'case', 'cost', 'lot', 'shall', 'heed', 'solomon', 'instruction', 'coudre', 'neuchatel', 'switzerland', 'sept', 'amateur', 'nursing', 'physician', 'school', 'fully', 'agreed', 'respecting', 'paramount', 'importance', 'suitable', 'nursing', 'treatment', 'sick', 'following', 'excellent', 'hint', 'subject', 'saturday', 'review', 'preserved', 'blot', 'attached', 'till', 'day', 'safe', 'certainly', 'safe', 'steady', 'hand', 'professional', 'stranger', 'preferred', 'life', 'sacrificed', 'ignorance', 'stupidity', 'anxiety', 'nurse', 'gladly', 'died', 'save', 'patient', 'event', 'fever', 'determined', 'clapping', 'door', 'injudicious', 'spoonful', 'unsuitable', 'food', 'indulgence', 'whim', 'fond', 'mother', 'deny', 'sick', 'child', 'prove', 'fatal', 'longed', 'change', 'posture', 'accorded', 'day', 'soon', 'moment', 'thorough', 'draught', 'cup', 'tea', 'piece', 'news', 'seoond', 'pillow', 'settle', 'struggle', 'life', 'death', 'doctor', 'leaf', 'house', 'feeling', 'spite', 'nursing', 'patient', 'recover', 'shudder', 'think', 'mess', 'brought', 'beef', 'tea', 'despair', 'poultice', 'prescribed', 'certain', 'applied', 'the_health_reformer', 'remarkable', 'lot', 'like', 'noah', 'spared', 'destroyed', 'spoken', 'new_testament', 'man', 'fell', 'sin', 'noah', 'shame', 'said', 'drank', 'wine', 'intoxicated', 'state', 'left', 'greater', 'evil', 'noah', 'man', 'perfect', 'generation', 'lot', 'man', 'tasted', 'draught', 'wine', 'life', 'qualify', 'sick', 'nurse', 'cool', 'head', 'kind', 'wine', 'harmless', 'certainly', 'noah', 'lot', 'drank', 'kind', 'pharaoh', 'butler', 'speaks', 'pressing', 'grape', 'cup', 'giving', 'king', 'gen', 'use', 'wine', 'injure', 'men', 'wise', 'man', 'speaks', 'different', 'kind', 'look', 'thou', 'wine', 'red', 'giveth', 'color', 'cup', 'moveth', 'aright', 'biteth', 'like', 'serpent', 'stingeth', 'like', 'adder', 'prov', 'verse', 'precede', 'bath', 'woe', 'hath', 'sorrow', 'hath', 'contention', 'hath', 'babbling', 'hath', 'wound', 'cause', 'hath', 'redness', 'eye', 'tarry', 'long', 'wine', 'seek', 'mixed', 'wine', 'verse', 'harm', 'good', 'valuable', 'kind', 'solomon', 'speaks', 'wine', 'power', 'intoxicate', 'reference', 'wretchedness', 'drunkard', 'expressive', 'instruction', 'doe', 'evil', 'excess', 'doe', 'caution', 'drink', 'moderation', 'leave', 'lost', 'reason', 'doe', 'little', 'doe', 'man', 'good', 'excess', 'injures', 'far', 'speaking', 'possible', 'forbid', 'taste', 'wine', 'knew', 'danger', 'began', 'earlier', 'sight', 'bath', 'illness', 'dare', 'order', 'knowing', 'insane', 'way', 'order', 'carred', 'painful', 'patient', 'nursed', 'common', 'manner', 'tact', 'required', 'sick', 'room', 'differs', 'kind', 'experience', 'amateur', 'nurse', 'seldom', 'posse', 'lady', 'manor', 'born', 'instruction', 'previous', 'experience', 'blossom', 'grown', 'nurse', 'moment', 'notice', 'doctor', 'ready', 'house', 'rejoices', 'heartily', 'credit', 'recovery', 'patient', 'probably', 'assured', 'seldom', 'affection', 'warm']
root - INFO - extracting file #30500: 2017-04-Final-Corpus/HR18770201-V12-02-page28.txt
root - INFO - extracting file #31000: 2017-04-Final-Corpus/HR18780601-V13-06-page2.txt
root - INFO - ['the_health_reformer', 'sistence', 'consisted', 'wild', 'corn', 'sort', 'sight', 'table', 'feast', 'grass', 'bark', 'tree', 'slimy', 'wasted', 'relic', 'mud', 'deemed', 'fortuconsumption', 'victim', 'nate', 'chance', 'wild', 'root', 'herb', 'given', 'life', 'uselessly', 'tasted', 'acorn', 'beech', 'nut', 'danced', 'grateful', 'joy', 'tree', 'hailing', 'bounteous', 'mother', 'nurse', 'gala', 'feast', 'primeval', 'day', 'whole_earth', 'universal', 'scene', 'passion', 'violence', 'engendered', 'struggle', 'ity', 'sanction', 'nature', 'man', 'mean', 'existence', 'nature', 'carnivorous', 'proved', 'struggle', 'existence', 'place', 'external', 'frame', 'goadipg', 'madness', 'incited', 'body', 'seeing', 'animal', 'deimbrue', 'hand', 'blood', 'repeat', 'superabundance', 'necessary', 'comfort', 'existence', 'belie', 'ground', 'unable', 'feed', 'nourish', 'despite', 'bounteous', 'goddess', 'mother', 'earth', 'blaspheme', 'sweet', 'mellow', 'gift', 'dionysius', 'received', 'sufficiency', 'signed', 'living', 'flesh', 'human_body', 'resemblance', 'curved', 'beak', 'sharp', 'talon', 'claw', 'pointed', 'teeth', 'intense', 'power', 'stomach', 'heat', 'blood', 'help', 'masticate', 'digest', 'gross', 'tough', 'flesh', 'substance', 'contrary', 'smoothness', 'teeth', 'small', 'capabity', 'mouth', 'softness', 'tongue', 'sluggishtimes', 'mere', 'niggardliness', 'host', 'grudge', 'distribute', 'dish', 'grudged', 'deprive', 'innocent', 'existence', 'taken', 'away', 'excuse', 'allege', 'author', 'doe', 'shame', 'mingle', 'murness', 'digestive', 'apparatus', 'nature', 'use', 'butcher', 'knife', 'club', 'wolf', 'lion', 'bear', 'slay', 'feed', 'like', 'manner', 'kill', 'cow', 'gripe', 'jaw', 'pig', 'teeth', 'hare', 'lamb', 'falling', 'rending', 'having', 'gone', 'preliminary', 'sit', 'repast', 'wait', 'living', 'intelligent', 'existence', 'deprived', 'life', 'disgust', 'rend', 'heart', 'shed', 'life', 'blood', 'victim', 'ask', 'face', 'nature', 'despite', 'feed', 'endowed', 'sentient', 'life', 'victim', 'killed', 'eat', 'slaughterhouse', 'boil', 'roast', 'altogether', 'metamorphose', 'condiment', 'der', 'blood', 'beneficent', 'fruit', 'carnivore', 'savage', 'ferocious', 'lion', 'tiger', 'serpent', 'come', 'specie', 'diet', 'begin', 'kill', 'yourbarbarity', 'murder', 'self', 'wish', 'eat', 'mean', 'sustenance', 'natural', 'weapon', 'superfluous', 'luxury', 'crime', 'point', 'fact', 'kill', 'eat', 'lion', 'wolf', 'selfdefense', 'contrary', 'leave', 'unmolested', 'innocent', 'domesticated', 'helpless', 'unprovided', 'weapon', 'offense', 'hunt', 'kill', 'nature', 'brought', 'existence', 'beauty', 'gracefulness', 'countenance', 'charming', 'beauty', 'form', 'plaintive', 'sweetness', 'voice', 'mental', 'intelligence', 'purity', 'diet', 'superiority', 'understanding', 'sake', 'flesh', 'deprive', 'glorious_light', 'sun', 'life', 'born', 'plaintive', 'utter', 'affect', 'meaningless', 'fact', 'entreaty', 'supplication', 'prayer', 'entirely', 'alter', 'disguise', 'murdressed', 'satisfaction', 'real', 'necessity', 'deprecate', 'wanton', 'indulgence', 'appetite', 'kill', 'eat', 'unnatural', 'food', 'proper', 'slay', 'feed', 'luxuriously', 'ala', 'savage', 'inhumanity', 'terrible', 'thing', 'table', 'rich_man', 'decked', 'layer', 'corps', 'butcher', 'cook', 'terrible', 'witty', 'rebuke', 'spartan', 'bought', 'fish', 'gave', 'cook', 'dress', 'asked', 'butter', 'olive', 'oil', 'arid', 'vinegar', 'replied', 'thing', 'bought', 'fish', 'sternly', 'forbids', 'feed', 'flesh', 'spite', 'affirm', 'intended', 'nature', 'dered', 'animal', 'use', 'thousand', 'sweet', 'herb', 'spice', 'natural', 'taste', 'deceived', 'prepared']
root - INFO - extracting file #31500: 2017-04-Final-Corpus/HR18791001-V14-10-page10.txt
root - INFO - extracting file #32000: 2017-04-Final-Corpus/HR18810101-V16-01-page26.txt
root - INFO - ['membrane', 'different_ways', 'injecting', 'nasal', 'cavity', 'nostril', 'mean', 'syphon', 'syringe', 'washing', 'nasal', 'cavity', 'similar', 'manner', 'injecting', 'fluid', 'cavity', 'allowing', 'pas', 'nostril', 'method', 'treatment', 'fully', 'described', 'solution', 'applied', 'mucous_membrane', 'snuffing', 'cavity', 'little', 'solution', 'taken', 'hollow', 'hand', 'placed', 'nostril', 'forced', 'inhalation', 'portion', 'drawn', 'contact', 'affected', 'offensive', 'odor', 'breath', 'arising', 'decomposition', 'catarrhal', 'discharge', 'nose', 'injury', 'bone', 'little', 'carbolic', 'acid', 'proportion', 'drop', 'pint', 'water', 'added', 'advantage', 'bad', 'case', 'large_amount', 'secretion', 'hardens', 'forming', 'large', 'scab', 'various_parts', 'nasal', 'cavity', 'necessary', 'employ', 'beginning', 'treatment', 'mean', 'post', 'nasal', 'douche', 'large_amount', 'alkaline', 'solution', 'object', 'dissolve', 'wash', 'away', 'hardened', 'secretion', 'generally', 'necessary', 'use', 'gallon', 'alkaline', 'solution', 'according', 'severity', 'case', 'ordinary', 'soda', 'saleratus', 'proportion', 'teaspoonful', 'quart', 'water', 'answer', 'purpose', 'employed', 'nasal', 'cavity', 'thoroughly', 'treated', 'alkaline', 'wash', 'mean', 'syphon', 'syringe', 'application', 'small_quantity', 'fluid', 'half', 'pint', 'pint', 'containing', 'salt', 'carbolic', 'acid', 'small', 'proportion', 'sulphate', 'zinc', 'proportion', 'grain', 'pint', 'chlorine', 'water', 'dram', 'pint', 'permanganate', 'potash', 'proportion', 'grain', 'pint', 'soft', 'water', 'mild', 'disinfectant', 'lotion', 'employed', 'benefit', 'catarrh', 'begun', 'invade', 'throat', 'inhalation', 'hot', 'steam', 'mean', 'steam', 'inhaler', 'check', 'progress', 'disease', 'extension', 'disease', 'ear', 'course', 'treated', 'demanded', 'particular', 'case', 'hand', 'case', 'method', 'tfeatment', 'work', 'successfully', 'patient', 'apparently', 'derives', 'benefit', 'change', 'climate', 'met', 'case', 'bad', 'benefited', 'strict', 'compliance', 'rule', 'laid', 'thorough', 'employment', 'measure', 'mentioned', 'era', 'pad', 'hama', 'ist', 'pithily', 'expose', 'folly', 'modern', 'mania', 'medical', 'pad', 'refer', 'foot', 'pad', 'plentiful', 'little', 'specimen', 'medical', 'upholstery', 'hawked', 'ill', 'flesh', 'heir', 'medical', 'philosopher', 'wont', 'hold', 'temporary', 'success', 'perkins', 'tractor', 'example', 'superstition', 'prevalent', 'people', 'congratulate', 'intellectual', 'superiority', 'age', 'stand', 'amazement', 'spectator', 'repetition', 'folly', 'faith', 'liver', 'pad', 'lung', 'pad', 'kidney', 'pad', 'headache', 'pad', 'course', 'soon', 'heart', 'pad', 'stomach', 'pad', 'womb', 'pad', 'worm', 'pad', 'ere', 'long', 'expect', 'enterprising', 'firm', 'advertise', 'complete', 'line', 'pad', 'elixir', 'sugar', 'coated', 'pill', 'padites', 'paddy', 'appear', 'believe', 'remedy', 'permeate', 'body', 'bullet', 'direct', 'line', 'regardless', 'tegument', 'tissue', 'circulating', 'fluid', 'american', 'miller', 'doctor', 'medicine', 'miller', 'eat', 'flour', 'tell', 'minneapolis', 'miller', 'market', 'gilt', 'edge', 'flour', 'sends', 'country', 'mile', 'little', 'custom', 'flour', 'use', 'own_family', 'appears', 'miller', 'aware', 'fact', 'superfine', 'stuff', 'sell', 'wholly', 'unfit', 'constitute', 'staff', 'life', 'good_health']
root - INFO - extracting file #32500: 2017-04-Final-Corpus/HR18820501-V17-05-page22.txt
root - INFO - extracting file #33000: 2017-04-Final-Corpus/HR18830901-V18-09-page20.txt
root - INFO - ['good_health', 'shine', 'inferred', 'glass', 'impenetrable', 'sun', 'ray', 'recorded', 'connection', 'cathedral', 'great', 'astonishment', 'excited', 'superstitious', 'agency', 'suspected', 'moon', 'star', 'seen', 'material', 'excluded', 'inclemency', 'weather', 'adoption', 'glass', 'slow', 'robert', 'lindeley', 'abbot', 'peterborough', 'employed', 'glass', 'beautifying', 'thirty', 'window', 'monastery', 'previously', 'stuffed', 'straw', 'wind', 'rain', 'generation', 'later', 'domestic', 'window', 'england', 'furnished', 'glass', 'lattice', 'glass', 'window', 'introduced', 'fixture', 'regarded', 'movable', 'chattel', 'considered', 'bel', 'way', 'probation', 'goethe', 'try', 'hand', 'thing', 'faust', 'lie', 'finished', 'writing', 'table', 'carlyle', 'spend', 'year', 'hard', 'study', 'page', 'encyclopedia', 'laborious', 'article', 'theme', 'astonishes', 'world', 'essay', 'burn', 'huxley', 'serve', 'long', 'apprenticeship', 'drudgery', 'win', 'attention', 'scientist', 'edison', 'numberless', 'experiment', 'sends', 'half', 'dozen', 'message', 'simultaneously', 'slender', 'wire', 'thousand', 'small', 'town', 'small', 'opportunity', 'idly', 'bewailing', 'exclusion', 'great_world', 'flooding', 'newspaper', 'inquiry', 'shall', 'better', 'condition', 'anxious', 'reverse', 'order', 'nature', 'produce', 'perfect', 'fruit', 'preliminary', 'stage', 'growth', 'expect', 'flabby', 'muscle', 'win', 'struggle', 'trained', 'athlete', 'untrained', 'speech', 'drown', 'voice', 'veteran', 'orator', 'poor', 'half', 'wrought', 'work', 'pen', 'eclipse', 'work', 'come', 'symmetry', 'power', 'virtue', 'long_years', 'effort', 'self', 'denial', 'patience', 'royal', 'road', 'worthy', 'success', 'greatest', 'misfortune', 'befall', 'young_man', 'win', 'honor', 'grown', 'respect', 'work', 'highly', 'doe', 'reverently', 'care', 'little', 'world', 'think', 'man', 'world', 'come', 'think', 'great', 'deal', 'save', 'life', 'losing', 'mystery', 'underlies', 'form', 'activity', 'truly', 'derlies', 'religious', 'experience', 'wrong', 'discontent', 'meager', 'opportunties', 'aspiring', 'nature', 'feel', 'true', 'way', 'great', 'opening', 'self', 'putting', 'soul', 'present', 'work', 'flood', 'narrow', 'channel', 'activity', 'enthusiasm', 'spirit', 'fidelity', 'inevitably', 'broaden', 'meet', 'current', 'soul', 'precious', 'wood', 'hand', 'burnt', 'fagot', 'carve', 'truth', 'skill', 'test', 'sel', 'believe', 'fate', 'abel', 'said', 'devoted', 'wife', 'husband', 'day', 'inquired', 'husband', 'abel', 'killed', 'club', 'club', 'kill', 'continue', 'night', 'win', 'gaspar', 'becerra', 'longfellow', 'beautiful', 'poem', 'taxed', 'utmost', 'skill', 'carve', 'image', 'virgin', 'precious', 'wood', 'brought', 'eastern', 'island', 'work', 'ideal', 'baffled', 'escaped', 'voice', 'came', 'night', 'bidding', 'seize', 'burning', 'brand', 'oak', 'shape', 'thought', 'straightway', 'image', 'grew', 'beauty', 'touch', 'best', 'lieth', 'nearest', 'shape', 'thy_work', 'art', 'world', 'gaspar', 'becerras', 'neglect', 'thing', 'lie', 'waiting', 'rare', 'precious', 'thing', 'whichis', 'come', 'dim', 'distance', 'present', 'opportunity', 'small', 'mean', 'present', 'work', 'menial', 'present', 'duty', 'insignificant', 'heart', 'soul', 'great', 'chance', 'come', 'great', 'heard', 'man', 'bestir', 'mettle', 'great', 'enterprise', 'carried', 'preliminary', 'training', 'lesser', 'undertaking', 'great', 'leader', 'written', 'pen', 'taught', 'turn', 'terse', 'sentence', 'heart', 'matter', 'ringing', 'word', 'poem', 'century', 'composed', 'poetic', 'instinct', 'rejected', 'minor', 'inspiration', 'craft', 'power', 'excellence', 'exercise', 'apprenticeship', 'way', 'mastery']
root - INFO - extracting file #33500: 2017-04-Final-Corpus/HR18841201-V19-12-page3.txt
root - INFO - extracting file #34000: 2017-04-Final-Corpus/HR18861101-V21-11-page24.txt
root - INFO - ['good', 'analyst', 'analyzed', 'esteemed', 'contemporary', 'american', 'analyst', 'published', 'new', 'york', 'excellent', 'paper', 'ought', 'hand', 'everybody', 'interested', 'matter', 'pertaining', 'food', 'adulteration', 'kindred', 'topic', 'criticizes', 'remark', 'recently', 'goon_health', 'subject', 'vinegar', 'relation', 'digestion', 'experiment', 'referred', 'effi', 'condiment', 'interfere', 'salivary', 'digestion', 'following', 'criticism', 'analyst', 'good_health', 'business', 'saliva', 'digest', 'starch', 'presence', 'acid', 'concludes', 'vinegar', 'possible', 'form', 'absolutely', 'unwholesome', 'banished', 'cruet', 'stand', 'pickle', 'jar', 'sauce', 'bowl', 'future_time', 'able', 'spare', 'space', 'good_health', 'hint', 'concerning', 'vinegar', 'property', 'present', 'purpose', 'correct', 'error', 'fallen', 'anent', 'virtue', 'saliva', 'substance', 'food', 'kind', 'come', 'contact', 'described', 'viscuous', 'turbid', 'liquid', 'containing', 'cent', 'solid', 'matter', 'alkaline', 'reaction', 'specific', 'gravity', 'oscillating', 'secreted', 'buccal', 'membrane', 'gland', 'simple', 'uniform', 'general', 'composition', 'numerous', 'mineral', 'salt', 'contains', 'albuminoidal', 'matter', 'called', 'ptyalin', 'combination', 'potashsoda', 'lime', 'important', 'mission', 'moistening', 'food', 'facilitating', 'deglutition', 'positively', 'truth', 'affirmation', 'author', 'ability', 'transform', 'starch', 'sugar', 'need', 'prove', 'pointing', 'short_time', 'food', 'saliva', 'remain', 'contact', 'deemed', 'insufficient', 'recalling', 'sooner', 'doe', 'mass', 'reach', 'stomach', 'alkalinity', 'attacked', 'instantaneously', 'destroyed', 'acidity', 'gastric_juice', 'real', 'chemical', 'fact', 'matter', 'normal', 'quantity', 'saliva', 'proportionate', 'starch', 'food', 'secreted', 'inverse', 'ratio', 'dryness', 'moisture', 'ask', 'salivary', 'gland', 'play', 'economics', 'animal', 'chew', 'food', 'good_health', 'courteous', 'answer', 'question', 'kind', 'excuse', 'continue', 'indulge', 'favorite', 'pickle', 'respectfully', 'pausing', 'reply', 'article', 'referred', 'appeared', 'june', 'number', 'journal', 'based', 'research', 'eminent', 'physiologist', 'detailed', 'foreign', 'medical', 'journal', 'came', 'notice', 'vouch', 'correctness', 'experiment', 'repeated', 'believed', 'authentic', 'offered', 'evidence', 'point', 'critic', 'issue', 'intimating', 'great', 'darkness', 'virtue', 'vinegar', 'present', 'purpose', 'correct', 'error', 'fallen', 'anent', 'virtue', 'saliva', 'outset', 'criticism', 'critic', 'remark', 'good_health', 'business', 'saliva', 'digest', 'starch', 'point', 'chemical', 'critic', 'doubt', 'positively', 'truth', 'affirmation', 'author', 'ability', 'transform', 'starch', 'sugar', 'astounding', 'statement', 'far', 'knowledge', 'good_health', 'extends', 'author', 'concur', 'statement', 'important_part', 'business', 'saliva', 'convert', 'starch', 'sugar', 'simple', 'experiment', 'chemist', 'easily', 'laboratory', 'score', 'time', 'demonstrate', 'satisfaction', 'saliva', 'doe', 'digest', 'starch', 'known', 'fact', 'disputed', 'analyst', 'speaking', 'saliva', 'important', 'mission', 'moistening', 'food', 'moistening', 'food', 'important', 'mission', 'saliva', 'disputed', 'important', 'purpose', 'believe', 'reason', 'moisten', 'food', 'chief', 'business', 'saliva', 'perfectly', 'substituted', 'water', 'moisten']
root - INFO - extracting file #34500: 2017-04-Final-Corpus/HR18880101-V23-01-page55.txt
root - INFO - extracting file #35000: 2017-04-Final-Corpus/HR18881201-V23-12-page44.txt
root - INFO - ['good', 'rubtiotc', 'valuable', 'unique', 'interesting_facts', 'subject', 'proposes', 'write', 'clear', 'vigorous', 'writer', 'pure', 'english', 'superior', 'country', 'rair', 'annual', 'commencement', 'training', 'school', 'nurse', 'held', 'evening', 'nov', 'large', 'exercise', 'hall', 'sanitarium', 'person', 'present', 'including', 'nearly', 'seventy', 'member', 'freshman', 'junior', 'class', 'school', 'session', 'vacation', 'thirteen', 'person', 'completed', 'year', 'course', 'study', 'received', 'diploma', 'interesting', 'program', 'carried', 'enlisted', 'plause', 'audience', 'time', 'account', 'interesting', 'exercise', 'holiday', 'choice', 'book', 'suited', 'holiday', 'gift', 'offer', 'greater', 'attraction', 'real', 'practical', 'value', 'sunbeam', 'health', 'temperance', 'work', 'worth', 'time', 'cost', 'family', 'information', 'contains', 'page', 'doe', 'present', 'old', 'young', 'attractive', 'way', 'teach', 'wholesome', 'lesson', 'care', 'body', 'price', 'muslin', 'gilt', 'edge', 'good_health', 'battle', 'creek', 'mich', 'month', 'ago', 'announced', 'opening', 'new', 'healthinstitution', 'vernon', 'ohio', 'understand', 'institution', 'lie', 'met', 'fair', 'success', 'lust', 'summer', 'good', 'prospect', 'increasing', 'prosperity', 'drs', 'hare', 'wife', 'recently', 'sanitarium', 'place', 'informed', 'shortly', 'undertake', 'medical', 'management', 'institution', 'trust', 'effort', 'attended', 'success', 'fair', 'new', 'illustrated', 'manual', 'gymnastics', 'place', 'ready', 'price', 'address', 'office', 'sanitary', 'convention', 'sanitary', 'convention', 'auspex', 'state_board', 'health', 'held', 'city', 'hastings', 'michigan', 'monday', 'tuesday', 'dec', 'president', 'convention', 'hon', 'cook', 'secretary', 'kenaston', 'subject', 'discussed', 'following', 'interesting', 'topic', 'degeneration', 'age', 'prevention', 'disease', 'eye', 'ear', 'germ', 'army', 'routed', 'food', 'adulteration', 'ventilation', 'heating', 'school', 'hygiene', 'subject', 'presented', 'form', 'paper', 'afterward', 'elucidated', 'discussion', 'question', 'brother', 'keeper', 'asked', 'unenlightened', 'sanitary', 'matter', 'discussed', 'answered', 'emphatically', 'affirmative', 'certain', 'wholesale', 'slaughter', 'human', 'life', 'witnessed', 'epidemic', 'typhuid', 'fever', 'dysentery', 'diphtheria', 'kindred', 'disease', 'great_majority', 'case', 'charged', 'neglect', 'individual', 'proper', 'regard', 'safety', 'eminent', 'parkes', 'england', 'said', 'man', 'typhoid_fever', 'somebody', 'ought', 'hanged', 'people', 'ought', 'impressed', 'importance', 'allaying', 'principle', 'individual', 'domestic', 'public', 'sanitation', 'educational', 'mean', 'information', 'subject', 'efficiently', 'disseminated', 'sanitary', 'convention', 'hoped', 'citizen', 'hastings', 'appreciate', 'opportunity', 'improve', 'occasion', 'utmost', 'extent', 'special', 'notice', 'old', 'subscriber', 'notice', 'price', 'goon', 'helium', 'raised', 'year', 'new_subscriptions', 'received', 'date', 'charged', 'rate', 'exception', 'favor', 'old', 'subscriber', 'renew', 'subscription', 'jan', 'receive', 'journal', 'old', 'rate', 'jan', 'subscription', 'received', 'charged', 'new', 'rate', 'thousand', 'reader', 'glad', 'avail', 'favorable_opportunity', 'continue', 'journal', 'old', 'price', 'new', 'departure', 'number', 'good_health', 'begin', 'twentyfourth', 'volume', 'beginning', 'sixteen', 'page', 'journal', 'undergone', 'successive', 'enlargement', 'present', 'size', 'reached', 'year', 'ago', 'manager', 'propose', 'enlargement', 'change', 'form', 'journal', 'making', 'size', 'page', 'half', 'fourthinches', 'week', 'ago', 'skilled', 'artist', 'asked', 'send', 'competitive', 'design', 'cover', 'selection', 'reduced', 'engraving', 'seen', 'opposite', 'page', 'entire', 'journal', 'changed', 'fit', 'beautiful', 'artistic', 'title', 'page', 'new', 'type', 'new', 'engraving', 'class', 'printing', 'add', 'attractiveness', 'interesting', 'table', 'content', 'service', 'number', 'paid', 'contributor', 'wide', 'celebrity', 'secured', 'manager', 'planned', 'reader', 'feast', 'good_things', 'placed', 'previous', 'volume', 'jourcal', 'good_health', 'long', 'enjoyed', 'largest', 'circulation', 'health_journal', 'country', 'world', 'manager', 'determined', 'maintain', 'position', 'leading', 'journal', 'class', 'making', 'improvement', 'contemplated', 'necessary', 'add', 'price', 'journal', 'small_sum', 'cent', 'cost', 'producing', 'journal', 'doubled', 'appearance', 'sixteen', 'page', 'monthly', 'price', 'remained', 'manager', 'expect', 'pecuniary', 'reward', 'accrue', 'publication', 'ask', 'actual', 'cost', 'publication', 'paid', 'benefited', 'year', 'journal', 'published', 'loss', 'small', 'increase', 'subscription_price', 'necessary', 'purpose', 'enabling', 'journal', 'improved', 'form', 'meet', 'paper', 'printing', 'necessary', 'expense', 'connected', 'publication', 'attention', 'new_subscribers', 'called', 'prospectus', 'good_health', 'appears', 'page', 'following', 'afford', 'miss', 'interesting', 'practical', 'information', 'appear', 'page', 'journal', 'oswald', 'valuable', 'article', 'stimulant', 'delusion', 'appearing', 'ill', 'good_health', 'contribute', 'journal', 'series', 'article', 'general', 'heading', 'international', 'health', 'study', 'oswald', 'traveled', 'extensively', 'world', 'visiting', 'numerous', 'way', 'place', 'rarely', 'visited', 'traveler', 'remarkable', 'opportunity', 'collection']
root - INFO - extracting file #35500: 2017-04-Final-Corpus/HR18900101-V25-01-page31.txt
root - INFO - extracting file #36000: 2017-04-Final-Corpus/HR18910201-V26-02-page39.txt
root - INFO - ['wor', 'corn', 'coffee', 'shell', 'common', 'field', 'corn', 'brown', 'oven', 'brown', 'possible', 'burning', 'grind', 'coarsely', 'prepare', 'table', 'way', 'ordinary', 'coffee', 'addition', 'cream', 'sugar', 'cream', 'deli', 'ous', 'beverage', 'excellent', 'substitute', 'coffee', 'iiiprune', 'butter', 'remove', 'stone', 'sweet', 'california', 'prune', 'cook', 'dry', 'hard', 'water', 'prune', 'moist', 'little', 'water', 'sufficient', 'rub', 'colander', 'remove', 'skin', 'sugar', 'necessary', 'pulp', 'cold', 'covered', 'earthen', 'pudding', 'dish', 'set', 'pan', 'hot_water', 'place', 'moderate', 'oven', 'thickened', 'proper', 'consistency', 'baked', 'apple', 'sauce', 'pare', 'core', 'quarter', 'apple', 'earthen', 'crock', 'deep', 'pudding', 'dish', 'cheerful', 'kitchen', 'look', 'ready', 'hand', 'willing', 'heart', 'kitchen', 'pleasant', 'inviting', 'literally', 'bear', 'burden', 'heat', 'day', 'department', 'home', 'emphatically', 'woman', 'work', 'longer', 'satisfied', 'locate', 'kitchen', 'undesirable', 'corner', 'house', 'demand', 'ample', 'light', 'sunshine', 'possible', 'justly', 'light', 'inspiring', 'worker', 'bringing', 'bright', 'touch', 'color', 'pretty', 'curtain', 'row', 'attractive', 'ware', 'dresser', 'stir', 'cheer', 'breed', 'content', 'mind', 'lot', 'cast', 'work', 'aday', 'room', 'chautauquan', 'bed', 'covering', 'ought', 'light', 'consistent', 'warmth', 'woolen', 'blanket', 'far', 'healthful', 'ordinary', 'heavy', 'comforter', 'admits', 'ventilation', 'absorbs', 'retains', 'exhalation', 'body', 'blanket', 'washed', 'comforter', 'taken', 'entirely', 'piece', 'regard', 'airing', 'bedding', 'sleeping', 'room', 'housewife', 'particular', 'choosing', 'bright', 'sunny', 'day', 'mattress', 'pillow', 'separate', 'article', 'bedding', 'turned', 'door', 'time', 'week', 'attach', 'label', 'tin', 'use', 'saturated', 'solution', 'gum', 'tragacanth', 'water', 'care', 'taken', 'use', 'apple', 'degree', 'hardness', 'piece', 'size', 'variation', 'cooking', 'quart', 'fruit', 'prepared', 'add', 'cup', 'sugar', 'apple', 'tart', 'cup', 'water', 'cover', 'closely', 'bake', 'moderate', 'oven', 'hour', 'dark', 'red', 'color', 'wheat', 'puff', 'cup', 'sweet', 'cream', 'half', 'cup', 'ice', 'water', 'cup', 'wheat', 'berry', 'flour', 'manufactured', 'lockport', 'lockport', 'beat', 'material', 'set', 'dish', 'containing', 'ice', 'hour', 'needed', 'beat', 'mixture', 'thoroughly', 'minute', 'turn', 'heated', 'gem', 'iron', 'bake', 'quick', 'oven', 'result', 'deliciously', 'light', 'palatable', 'bread', 'exchange', 'following', 'instruction', 'keeping', 'flannel', 'shrinking', 'add', 'tablespoonful', 'turpentine', 'spirit', 'hartshorn', 'pound', 'potash', 'soap', 'cooling', 'having', 'boiled', 'sufficient', 'water', 'form', 'jelly', 'use', 'soap', 'prepared', 'washing', 'flannel', 'rinsing', 'carefully', 'cold_water', 'soap', 'delicate', 'color', 'run', 'let', 'rinsing', 'salted', 'water', 'wring', 'dry', 'possible', 'fold', 'away', 'sheet', 'thickness', 'cotton', 'come', 'layer', 'flannel', 'nearly', 'dry', 'smooth', 'warm', 'iron', 'writer', 'housekeeper', 'making', 'light', 'bread', 'bread', 'pan', 'placed', 'tub', 'boiling', 'water', 'lift', 'little', 'water', 'tub', 'covered', 'prevent', 'steam', 'escaping', 'bread', 'rise', 'quickly', 'nice', 'remove', 'paint', 'splash', 'window', 'pane', 'use', 'hot', 'solution', 'soda', 'soft', 'flannel', 'people', 'ashamed', 'thought', 'economical', 'confound', 'thing', 'economy', 'parsimony', 'economy', 'avoids', 'waste', 'extravagance', 'applying', 'money', 'best', 'possible', 'advantage', 'parsimony', 'involves', 'meanness', 'spirit', 'sordid', 'mode', 'living', 'vice', 'stand', 'frugality', 'happy', 'medium', 'sel', 'science', 'household', 'seasonable', 'recipe']
root - INFO - extracting file #36500: 2017-04-Final-Corpus/HR18920401-V27-04-page10.txt
root - INFO - extracting file #37000: 2017-04-Final-Corpus/HR18930401-V28-04-page5.txt
root - INFO - ['mrrce', 'higan', 'april', 'volcanic', 'region', 'north', 'pacific', 'coast', 'land', 'district', 'bleak', 'cold', 'hill', 'inclose', 'garden', 'spot', 'luxuriant', 'vegetation', 'evergreen', 'meadow', 'nourished', 'water', 'warm', 'spring', 'leafy', 'tree', 'flourishing', 'vapor', 'volcanic', 'caldron', 'summer', 'oasis', 'midst', 'frozen', 'desert', 'similar', 'contrast', 'surprise', 'traveler', 'cross', 'rocky', 'mountain', 'far', 'west', 'neighborhood', 'fiftieth', 'parallel', 'national', 'territory', 'bad', 'land', 'district', 'upper', 'missouri', 'utterly', 'desolate', 'portion', 'british', 'north', 'america', 'extending', 'eastern', 'base', 'rockies', 'fort', 'walsh', 'headwater', 'peace', 'river', 'change', 'scenery', 'west', 'mountain', 'resembles', 'metamorphosis', 'landscape', 'drama', 'bird', 'haunted', 'prairie', 'instead', 'frosty', 'alkali', 'plain', 'continuous', 'forest', 'berry', 'covered', 'glade', 'instead', 'snow', 'covered', 'ridge', 'thermal', 'contrast', 'thirty', 'degree', 'distance', 'sixty_miles', 'astonishing', 'approach', 'coast', 'garden', 'village', 'evergreen', 'park', 'possible', 'latitude', 'newfoundland', 'labrador', 'north', 'american', 'snowstorm', 'reply', 'geographer', 'formulated', 'explained', 'supposed', 'fact', 'west', 'continent', 'warmer', 'east', 'bui', 'europe', 'blessing', 'mild', 'climate', 'enjoyed', 'tract', 'territory', 'stretching', 'inland', 'west', 'coast', 'france', 'mouth', 'danube', 'farther', 'east', 'sunny', 'foothill', 'caucasus', 'west', 'america', 'abnormal', 'state', 'affair', 'limited', 'narrow', 'coast', 'belt', 'narrow', 'barrier', 'coast', 'range', 'broken', 'considerable', 'gap', 'immunity', 'blizzard', 'vouchsafed', 'southern', 'half', 'continent', 'island', 'chiloe', 'parallel', 'closer', 'equator', 'rome', 'swept', 'continuous', 'sleet', 'slorms', 'thousand', 'mile', 'farther', 'pole', 'south', 'america', 'bristle', 'iceberg', 'british', 'columbia', 'parallel', 'enjoys', 'winter', 'climate', 'south', 'england', 'summer', 'france', 'fig', 'apricot', 'ripen', 'open_air', 'garden', 'vegetable', 'rival', 'finest', 'product', 'northern', 'italy', 'woodland', 'differ', 'remarkably', 'inhospitable', 'dwarf', 'pine', 'hill', 'manitoba', 'similar', 'difference', 'noticed', 'character', 'aborigine', 'story', 'virago', 'passed', 'summer', 'popular', 'health', 'resort', 'day', 'arrival', 'called', 'husband', 'attention', 'tameness', 'bird', 'sanitarium', 'park', 'look', 'come', 'right', 'foot', 'bit', 'afraid', 'know', 'remarked', 'husband', 'possibly', 'similar', 'reason', 'frazer', 'river', 'indian', 'treated', 'white', 'settler', 'generous', 'confiding', 'hospitality', 'inviting', 'wigwam', 'leaving', 'charge', 'squaw', 'youngster', 'went', 'river', 'mess', 'fish', 'know', 'better', 'jovial', 'character', 'distinguishes', 'saturnine', 'kinsman', 'rockies', 'traced', 'cause', 'native', 'tahiti', 'amiable', 'biped', 'earth', 'afford', 'kind', 'international', 'health', 'study', 'felix', 'oswald', 'author', 'physical', 'education', 'bible', 'nature', 'tolumbin', 'iier']
root - INFO - extracting file #37500: 2017-04-Final-Corpus/HR18940601-V29-06-page12.txt
root - INFO - extracting file #38000: 2017-04-Final-Corpus/HR18950701-V30-07-page18.txt
root - INFO - ['home', 'culture', 'responsible', 'freckle', 'face', 'cut', 'garment', 'product', 'bad', 'training', 'great_number', 'illustration', 'given', 'piteous', 'consequence', 'suppression', 'child', 'natural', 'instinct', 'failure', 'develop', 'natural', 'reasoning', 'power', 'trying', 'beat', 'knowledge', 'drive', 'peg', 'clay', 'bank', 'day', 'boy', 'studying', 'physiology', 'book', 'assistance', 'natural', 'artificial', 'model', 'studying', 'instead', 'thing', 'wrote', 'read', 'following', 'composition', 'body', 'consists', 'head', 'thorax', 'abdomen', 'head', 'contains', 'brain', 'thorax', 'contains', 'lung', 'heart', 'diaphragm', 'abdomen', 'contains', 'bowel', 'boy', 'studying', 'thing', 'innocently', 'confused', 'word', 'bowel', 'vowel', 'evidently', 'slightest', 'conception', 'real', 'nature', 'bowel', 'vowel', 'teacher', 'month', 'talking', 'geography', 'class', 'equator', 'described', 'imaginary', 'line', 'geography', 'horrified', 'examination', 'day', 'questioner', 'rational', 'idea', 'education', 'asking', 'child', 'big', 'equator', 'elicited', 'remarkable', 'answer', 'boy', 'said', 'mile', 'thought', 'mile', 'shrewd', 'boy', 'thought', 'jump', 'little', 'girl', 'impression', 'ship', 'reached', 'equator', 'sailor', 'got', 'pulled', 'rope', 'little', 'boy', 'declared', 'mistake', 'canal', 'recently', 'dug', 'allow', 'ship', 'pas', 'known', 'suez', 'canal', 'true', 'method', 'education', 'child', 'discoverer', 'examines', 'thing', 'learns', 'property', 'attribute', 'doe', 'use', 'knowledge', 'acquired', 'way', 'staple', 'fixed', 'mind', 'gallery', 'child', 'permanent', 'form', 'thing', 'like', 'egg', 'shell', 'float', 'away', 'current', 'mother', 'goose', 'intended', 'preach', 'sermon', 'told', 'infantile', 'forefather', 'crooked', 'man', 'walked', 'crooked', 'mile', 'crooked', 'sixpence', 'crooked', 'stile', 'bought', 'crooked', 'cat', 'caught', 'crooked', 'mouse', 'lived', 'little', 'crooked', 'house', 'chain', 'crooked', 'thing', 'preached', 'forcible', 'sermon', 'truth', 'negation', 'perfection', 'sought', 'distaste', 'imperfection', 'created', 'word', 'picture', 'crooked', 'man', 'instinctively', 'wish', 'straight', 'little', 'foot', 'pilgrimage', 'crooked', 'man', 'hand', 'trained', 'straight', 'work', 'old', 'guide', 'book', 'straight', 'path', 'foot', 'way', 'fall', 'line', 'mistake', 'crooked', 'man', 'walked', 'crooked', 'mile', 'like', 'people', 'crooked', 'path', 'foot', 'like', 'work', 'living', 'prefer', 'getting', 'chance', 'finding', 'crooked', 'living', 'crooked', 'place', 'crooked', 'man', 'crooked', 'sixpence', 'crooked', 'stile', 'thing', 'spend', 'crooked', 'man', 'continued', 'sloyd', 'sermonette', 'martha', 'watrous', 'stearns']
root - INFO - extracting file #38500: 2017-04-Final-Corpus/HR18960701-V31-07-page40.txt
root - INFO - extracting file #39000: 2017-04-Final-Corpus/HR18970501-V32-05-page25.txt
root - INFO - ['drink', 'evil', 'normandy', 'pocket', 'taken', 'practise', 'adding', 'little', 'sulphuric', 'acid', 'alcohol', 'england', 'degrading', 'habit', 'extends', 'woman', 'busy', 'factory', 'try', 'simplify', 'cooking', 'use', 'liquor', 'bread', 'coffee', 'alcohol', 'form', 'regular', 'base', 'cuisine', 'coffee', 'absent', 'morning', 'wife', 'cut', 'slice', 'bread', 'soup', 'tureen', 'pours', 'liter', 'quart', 'half', 'liter', 'brandy', 'soup', 'fete', 'day', 'day', 'time', 'press', 'come', 'imagined', 'young', 'generation', 'fare', 'placed', 'regimen', 'beautiful', 'norman', 'lad', 'time', 'passing', 'street', 'puny', 'scrofulous', 'sickly', 'child', 'tuberculosis', 'watching', 'attack', 'bronchitis', 'carry', 'beer', 'drinking', 'germany', 'discredited', 'competitive', 'athletics', 'stated', 'club', 'leipsic', 'student', 'abandoned', 'morning', 'drinking', 'bout', 'additional', 'university', 'club', 'step', 'desire', 'excel', 'athletic', 'sport', 'said', 'impelling', 'cause', 'action', 'practical', 'acknowledgement', 'beer', 'drinking', 'inimical', 'best', 'physical_condition', 'highest', 'degree', 'athletic', 'success', 'significant', 'country', 'especially', 'germany', 'great', 'beer', 'country', 'world', 'journal', 'hygiene', 'whisky', 'seldom', 'shakespeare', 'word', 'men', 'enemy', 'mouth', 'steal', 'away', 'brain', 'strikingly', 'illustrated', 'following', 'touching', 'incident', 'related', 'late', 'newspaper', 'best', 'greek', 'scholar', 'new', 'york', 'guard', 'sixth', 'avenue', 'elevated', 'road', 'long', 'ago', 'famous', 'professor', 'leading', 'university', 'published', 'volume', 'certain', 'feature', 'ancient', 'grecian', 'dialect', 'scholar', 'guard', 'referred', 'wrote', 'new', 'york', 'newspaper', 'pointing', 'error', 'professor', 'book', 'signed', 'sixth', 'avenue', 'elevated', 'guard', 'reporter', 'sought', 'man', 'badge', 'bore', 'number', 'minute', 'conversation', 'asked', 'doe', 'happen', 'greek', 'scholar', 'such_work', 'man', 'hesitated', 'red', 'face', 'flushed', 'deeper', 'finally', 'replied', 'greek', 'career', 'ruined', 'whisky', 'cigarette', 'habit', 'teacher', 'public_school', 'chicago', 'eighty', 'scholar', 'smoked', 'cigarette', 'day', 'boy', 'able', 'good_work', 'class', 'victim', 'cigarette', 'habit', 'confessed', 'suffering', 'constantly', 'headache', 'drowsiness', 'dizziness', 'declared', 'write', 'hand', 'trembled', 'number', 'shaky', 'walked', 'unable', 'run', 'distance', 'rouse', 'meet', 'examination', 'test', 'teacher', 'reported', 'pupil', 'sure', 'fail', 'asked', 'memorize', 'smoker', 'year', 'old', 'grade', 'began', 'smoke', 'progress', 'ceased', 'instance', 'scholar', 'hardest', 'discipline', 'smoker', 'tru']
root - INFO - extracting file #39500: 2017-04-Final-Corpus/HR18971201-V32-12-page68.txt
root - INFO - extracting file #40000: 2017-04-Final-Corpus/HR18980801-V33-08-page51.txt
root - INFO - ['ency', 'defect', 'vision', 'checked', 'future', 'everybody', 'nearsighted', 'cause', 'defective', 'vision', 'writer', 'think', 'civilized', 'people', 'live', 'house', 'exclude', 'light', 'distance', 'fresh_air', 'childhood', 'accustomed', 'looking', 'object', 'near', 'irregularity', 'habit', 'eating', 'sleeping', 'lead', 'ill', 'health', 'consequently', 'weak', 'eye', 'child', 'sent', 'school', 'young', 'proper', 'attention', 'physical_condition', 'light', 'schoolroom', 'insufficient', 'badly', 'arranged', 'following', 'direction', 'given', 'care', 'eye', 'begin', 'infancy', 'guard', 'eye', 'child', 'period', 'exposure', 'bright', 'object', 'plenty', 'fresh_air', 'plenty', 'sleep', 'guard', 'eye', 'direct', 'ray', 'sun', 'avoid', 'exposure', 'cloud', 'dust', 'look', 'child', 'physical_condition', 'sending', 'school', 'inherit', 'tendency', 'tubercle', 'scrofula', 'think', 'school', 'age', 'time', 'ought', 'school', 'age', 'school', 'best', 'work', 'careful', 'child', 'convalescing', 'measles', 'scarlet_fever', 'near', 'sight', 'begin', 'develop', 'disease', 'look', 'general_health', 'hygiene', 'body', 'measure', 'directed', 'promotion', 'good', 'health', 'benefit', 'eye', 'child', 'eye', 'examined', 'commence', 'school', 'better', 'understand', 'form', 'refractive', 'error', 'eye', 'liable', 'develop', 'finally', 'correction', 'error', 'refraction', 'soon', 'manifest', 'lose', 'time', 'attending', 'myopic', 'eye', 'research', 'cohn', 'risley', 'prove', 'doubt', 'error', 'corrected', 'early', 'doe', 'tend', 'increase', 'conduct', 'hanford', 'henderson', 'article', 'philosophy', 'manual_training', 'popular', 'science', 'monthly', 'touch', 'basal', 'truth', 'answer', 'query', 'conduct', 'doe', 'education', 'cover', 'constitutes', 'conduct', 'conduct', 'life', 'education', 'conduct', 'life', 'action', 'ethically', 'different', 'bodily', 'function', 'act', 'breathing', 'beating', 'heart', 'process', 'digestion', 'health', 'automatic', 'unconscious', 'product', 'knowable', 'condition', 'indirect', 'control', 'informed', 'spirit', 'breathing', 'long', 'deep', 'bringing', 'power', 'wholesome', 'manly', 'action', 'moral', 'question', 'pulse', 'beat', 'strong', 'steady', 'sending', 'blood', 'coursing', 'vein', 'making', 'center', 'radiant', 'helpful', 'life', 'moral', 'question', 'digestive', 'apparatus', 'good_work', 'renewing', 'refreshing', 'tissue', 'moral', 'question', 'function', 'open', 'modification', 'open', 'improvement', 'quality', 'life', 'dependent', 'better', 'worse', 'analysis', 'act', 'life', 'bodily', 'intellectual', 'morally', 'significant', 'modern', 'man', 'tasted', 'deep', 'tree', 'knowledge', 'good', 'evil', 'plead', 'ignorance', 'hide', 'lord', 'conscience', 'walk', 'garden', 'spirit', 'cool', 'evening', 'linger', 'long', 'idea', 'transforming', 'idea', 'allows', 'act', 'life', 'commonplace', 'act', 'life', 'moral', 'act', 'touched', 'emotion', 'act', 'life', 'religious', 'act', 'thought', 'defective', 'vision']
root - INFO - extracting file #40500: 2017-04-Final-Corpus/HR18990401-V34-04-page42.txt
root - INFO - extracting file #41000: 2017-04-Final-Corpus/HR18991201-V34-12-page51.txt
root - INFO - ['corn', 'mush', 'roll', 'dough', 'cup', 'cooked', 'corn', 'meal', 'mush', 'half', 'cup', 'cocoanut', 'cream', 'half', 'cup', 'white_flour', 'knead', 'thoroughly', 'shape', 'roll', 'bake', 'caramel', 'cereal', 'malted', 'nut', 'person', 'wishing', 'avoid', 'use', 'cream', 'sugar', 'beverage', 'little', 'malted', 'nut', 'added', 'steeping', 'cereal', 'admirable', 'substitute', 'lentil', 'chestnut', 'soup', 'use', 'large', 'italian', 'chestnut', 'blanch', 'boiling', 'minute', 'shell', 'dropping', 'cold_water', 'peeling', 'cook', 'pint', 'blanched', 'nut', 'boiling', 'water', 'tender', 'mealy', 'press', 'fine', 'colander', 'sieve', 'cup', 'chestnut', 'prepared', 'add', 'cup', 'lentil', 'measured', 'having', 'cooked', 'pressed', 'sieve', 'tablespoonful', 'onion', 'juice', 'cupful', 'nuttolene', 'cream', 'nut', 'cream', 'dairy', 'cream', 'tablespoonful', 'chopped', 'parsley', 'salt', 'season', 'sufficient', 'water', 'desired', 'consistency', 'celerysalt', 'preferred', 'stuffed', 'apple', 'remove', 'core', 'shaped', 'sound', 'sour', 'apple', 'cavity', 'mixture', 'equal', 'moist', 'bread', 'crumb', 'nuttolene', 'seasoning', 'minced', 'celery', 'bake', 'apple', 'tender', 'sage', 'herb', 'seasoning', 'substituted', 'celery', 'preferred', 'canned', 'tomato', 'okra', 'soup', 'rub', 'canned', 'tomato', 'okra', 'colander', 'heat', 'boiling', 'season', 'salt', 'cream', 'nut', 'cream', 'serve', 'preferred', 'cooked', 'potato', 'rubbed', 'colander', 'added', 'vegetable', 'roast', 'cup', 'strained', 'stewed', 'tomato', 'cup', 'cooked', 'lentil', 'measured', 'rubbed', 'colander', 'cup', 'cooked', 'crystal', 'wheat', 'tablespoonful', 'nut', 'butter', 'half', 'teaspoonful', 'finely', 'powdered', 'sifter', 'sage', 'tablespoonful', 'finely', 'minced', 'celery', 'add', 'little', 'salt', 'seasoning', 'turn', 'baking', 'dish', 'bake', 'oven', 'dry', 'serve', 'slice', 'gravy', 'cooking', 'moment', 'cup', 'lentil', 'prepared', 'lentil', 'chestnut', 'soup', 'cup', 'strained', 'stewed', 'tomato', 'salt', 'season', 'tablespoonful', 'nut', 'butter', 'potato', 'beet', 'salad', 'fitch', 'chop', 'equal', 'quantity', 'protose', 'potato', 'half', 'quantity', 'hard', 'boiled', 'egg', 'yolk', 'cold', 'boiled', 'beet', 'add', 'lemon_juice', 'minced', 'parsley', 'taste', 'walnut', 'bun', 'prepare', 'bun', 'preferred', 'recipe', 'ready', 'shape', 'knead', 'lightly', 'dough', 'half', 'walnut', 'meat', 'wlacn', 'bun', 'baked', 'brush', 'lightly', 'syrup', 'pure', 'sugar', 'plae', 'walnut', 'meat', 'desired', 'manner', 'apricot', 'pudding', 'moisten', 'slice', 'zwieback', 'hot', 'malted', 'nut', 'cream', 'nut', 'cream', 'place', 'pudding', 'dish', 'cover', 'layer', 'apricot', 'marmalade', 'prepared', 'stewing', 'dried', 'apricot', 'tender', 'rubbing', 'colander', 'sweetening', 'taste', 'evaporating', 'firm', 'add', 'layer', 'moistened', 'zwieback', 'cover', 'fruit', 'dish', 'alternate', 'layer', 'finishing', 'zwieback', 'bake', 'hot', 'oven', 'serve', 'hot', 'cold', 'almond', 'sauce', 'almond', 'sauce', 'mingle', 'ode', 'fourth', 'cup', 'almond', 'butter', 'cup', 'water', 'adding', 'water', 'slowly', 'till', 'smoothness', 'cream', 'heat', 'boiling', 'add', 'tablespoonful', 'sugar', 'thicken', 'level', 'tablespoonful', 'corn', 'starch', 'rubbed', 'smooth', 'little', 'cold_water', 'recipe']
root - INFO - extracting file #41500: 2017-04-Final-Corpus/HR19000701-V35-07-page74.txt
root - INFO - extracting file #42000: 2017-04-Final-Corpus/HR19020401-V37-04-page47.txt
root - INFO - ['answer', 'correspondent', 'yes', 'digested', 'best', 'dietary', 'pint', 'paralyzing', 'nerve', 'gland', 'stomach', 'good', 'flour', 'good', 'graham', 'flour', 'light', 'bread', 'wholesome', 'hulled', 'wheat', 'flour', 'manufactured', 'battle', 'creek_sanitarium', 'health', 'food', 'company', 'best', 'rarely', 'symptom', 'ill', 'health', 'new', 'york', 'inquires', 'concerning', 'direction', 'impairment', 'health', 'apprehended', 'height', 'weight', 'age', 'chest', 'inflated', 'measure', 'inch', 'depleted', 'inch', 'waist', 'measure', 'inch', 'spirometer', 'test', 'lung', 'capacity', 'cubic', 'inch', 'digestion', 'fair', 'habit', 'cold', 'bathing', 'half', 'hour', 'daily', 'exercise', 'trunk', 'upper', 'limb', 'walk', 'mile', 'daily', 'moderate', 'diet', 'carbohydrate', 'little', 'flesh_food', 'muscular', 'nervous', 'mentally', 'physically', 'active', 'thirty', 'year', 'incapacitated', 'day', 'sickness', 'digestion', 'fair', 'cause', 'impaired', 'health', 'symptom', 'appear', 'later', 'painful', 'wart', 'new', 'york', 'wish', 'know', 'remove', 'kind', 'seedy', 'wart', 'form', 'skin', 'hand', 'ache', 'throb', 'finally', 'painful', 'feverish', 'acetic', 'acid', 'tried', 'avail', 'cut', 'milk', 'proteld', 'missouri', 'doe', 'sanitarium', 'health', 'food', 'manufacture', 'milkproteid', 'biscuit', 'substitute', 'better', 'manufacture', 'gluten', 'biscuit', 'way', 'superior', 'smallpox', 'vaccination', 'healthful', 'cookery', 'south', 'dakota', 'best', 'care', 'treatment', 'smallpox', 'vaccination', 'sure', 'preventive', 'disease', 'ill', 'effect', 'vaccination', 'persuade', 'housekeeper', 'cook', 'health', 'gratify', 'appetite', 'home', 'hand', 'book', 'writer', 'work', 'hydrotherapy', 'treatment', 'complicated', 'described', 'column', 'physician', 'employed', 'yes', 'reformed', 'education', 'precept', 'example', 'walla_walla', 'health', 'food', 'nut', 'butter', 'soda', 'raised', 'bread', 'peach', 'pit', 'yucco', 'food', 'digestion', 'washington', 'recommend', 'product', 'walla_walla', 'health', 'food', 'use', 'nut', 'peanut', 'making', 'nut', 'butter', 'necessary', 'cook', 'nut', 'baked', 'toasted', 'soda', 'raised', 'bread', 'injurious', 'use', 'peach', 'pit', 'place', 'hard', 'shelled', 'almond', 'recommend', 'yucco', 'easily', 'digested', 'food', 'eaten', 'meal', 'yes', 'yes', 'nut', 'way', 'starchy', 'nut', 'chestnut', 'chestnut', 'peanut', 'absolutely', 'require', 'cooking', 'nut', 'digestible', 'cooking', 'injurious', 'account', 'alkali', 'contained', 'poisonous', 'case', 'poisoning', 'frequently', 'occurred', 'wholesome', 'product', 'sort', 'meal', 'easily', 'digested', 'food', 'dandruff', 'north', 'dakota', 'wish', 'know', 'cause', 'cure', 'dandruff', 'dandruff', 'parasitic', 'disease', 'scalp', 'scalp', 'thoroughly', 'treated', 'antiseptic', 'lotion', 'bathing', 'cold_water', 'friction', 'twice', 'daily', 'following', 'lotion', 'useful', 'alcohol', 'ounce', 'resorcin', 'ounce', 'castor', 'oil', 'drop', 'food', 'sleep', 'pennsylvania', 'wish', 'goon_health', 'opinion', 'following', 'statement', 'food', 'promote', 'sleep', 'beneficial', 'nervous', 'person', 'eaten', 'hearty', 'late', 'meal', 'digestion', 'food', 'draw', 'brain', 'blood', 'state', 'activity', 'answer', 'true', 'far', 'better', 'draw', 'blood', 'brain', 'warming', 'foot', 'exciting', 'stomach', 'necessary', 'divert', 'blood', 'abdominal', 'vein', 'wet', 'girdle', 'saving', 'stomach', 'labor', 'digesting', 'food', 'divert', 'blood', 'head', 'foot', 'walking', 'exhaust', 'energy', 'tired', 'effort', 'digestion', 'likewise', 'exhausting', 'interferes', 'sleep', 'better', 'wearied', 'warm', 'foot', 'cold', 'application', 'hot', 'bottle', 'heat', 'form', 'rubbing', 'likewise', 'better', 'divert', 'blood', 'abdominal']
root - INFO - extracting file #42500: 2017-04-Final-Corpus/HR19030101-V38-01-page54.txt
root - INFO - extracting file #43000: 2017-04-Final-Corpus/HR19031001-V38-10-page18.txt
root - INFO - ['catarrh', 'regulation', 'diet', 'excluding', 'stimulant', 'condiment', 'narcotic', 'large_amount', 'exercise', 'preferably', 'open_air', 'sunshine', 'morning', 'cold_bath', 'spray', 'sponge', 'tub', 'bath', 'proper', 'regulation', 'clothing', 'relief', 'constipation', 'breathe', 'deep', 'forge', 'ahead', 'stilletta', 'peyton', 'burke', 'truth', 'man', 'health', 'joy', 'twin', 'spirit', 'thee', 'sped', 'cloud', 'ercast', 'thy', 'sky', 'foiled', 'thy', 'plan', 'breathe', 'deep', 'forge', 'ahead', 'line', 'bit', 'vagrant', 'verse', 'little', 'window', 'opening', 'touward', 'golden', 'hinge', 'great', 'matter', 'breathe', 'deep', 'emphasize', 'basic', 'principle', 'maintenance', 'physical', 'pith', 'point', 'nature', 'behest', 'forge', 'ahead', 'hopeful', 'strong', 'circumstance', 'sickening', 'clutch', 'dragging', 'grim', 'compelling', 'battle', 'life', 'entered', 'conscript', 'weapon', 'finer', 'temper', 'keener', 'edge', 'health', 'courage', 'great', 'central', 'boiler', 'body', 'lung', 'supplied', 'finest', 'fuel', 'healing', 'purifying', 'life', 'giving', 'air', 'hold', 'head', 'erect', 'chest', 'prominence', 'shoulder', 'correct', 'position', 'stomach', 'good', 'behavior', 'touching', 'particular', 'business', 'developing', 'bright', 'healthy', 'condition', 'mind', 'persistently', 'shutting', 'thought', 'discourages', 'depresses', 'eventually', 'recalcitrant', 'stomach', 'ashamed', 'slowly', 'surely', 'follow', 'lead', 'head', 'right', 'said', 'authority', 'tenth', 'american', 'contingent', 'planet', 'state', 'armed', 'truce', 'respect', 'digestive', 'apparatus', 'like', 'south', 'american', 'republic', 'live', 'chronic', 'apprehension', 'fresh', 'insurrection', 'irreverent', 'englis', 'tman', 'yankee', 'alway', 'stomach', 'tin', 'reason', 'nervous', 'ridiculously', 'look', 'lord', 'pronounced', 'good', 'pinched', 'passing', 'good_thing', 'know', 'deep', 'breathing', 'far', 'restoring', 'harmonious', 'relation', 'yankee', 'stomach', 'consequence', 'help', 'bear', 'bravely', 'jibe', 'frivolous', 'foreigner', 'deep', 'inspiration', 'pure_air', 'recreant', 'stomach', 'receives', 'distinct', 'impetus', 'better', 'thing', 'absorbent', 'lymph', 'vessel', 'vitally', 'concerned', 'body', 'alimentation', 'situated', 'close', 'chest', 'cavity', 'directly', 'influenced', 'rise', 'fall', 'diaphragm', 'suction', 'action', 'chest']
root - INFO - extracting file #43500: 2017-04-Final-Corpus/HR19040501-V39-05-page70.txt
root - INFO - extracting file #44000: 2017-04-Final-Corpus/HR19050201-V40-02-page38.txt
root - INFO - ['meeting', 'extreme', 'went', 'said', 'despondently', 'puff', 'time', 'effect', 'evidently', 'lasting', 'look', 'woman', 'suspicion', 'time', 'losing', 'weight', 'look', 'half', 'size', 'saw', 'thinking', 'coming', 'station', 'believe', 'feel', 'day', 'come', 'moment', 'said', 'want', 'introduce', 'magee', 'company', 'gone', 'walked', 'terrace', 'straight', 'lady', 'chief', 'object', 'came', 'presented', 'taking', 'advantage', 'mutual', 'astonishment', 'mystification', 'fled', 'room', 'hastily', 'finished', 'packing', 'departed', 'earlier', 'train', 'intended', 'week', 'later', 'letter', 'came', 'old', 'adage', 'laugh', 'grow', 'fat', 'magee', 'certainly', 'taken', 'adipose', 'tissue', 'disposed', 'coming', 'explained', 'blessing', 'certainly', 'needed', 'stay', 'longer', 'equal', 'benefit', 'similar', 'way', 'explanation', 'coming', 'salvation', 'following', 'identical', 'program', 'approximating', 'closely', 'week', 'soon', 'extreme', 'fully', 'met', 'shall', 'start', 'continental', 'tour', 'weighs', 'pound', 'losing', 'weigh', 'gaining', 'expedt', 'short_time', 'ceaseless', 'motion', 'sub', 'ists', 'constant', 'rotation', 'unwearied', 'wheel', 'nature', 'ride', 'maintains', 'health', 'beauty', 'fertility', 'dread', 'instant', 'pause', 'life', 'revolvency', 'upholds', 'world', 'wind', 'quarter', 'agitate', 'air', 'fit', 'limpid', 'element', 'use', 'noxious', 'ocean', 'river', 'lake', 'stream', 'feel', 'freshening', 'impulse', 'cleansed', 'restless', 'undulation', 'oak', 'thrives', 'rude', 'concussion', 'storm', 'law', 'creature', 'bound', 'bind', 'man', 'lord', 'derives', 'mean', 'advantage', 'kindred', 'cause', 'strenuous', 'toil', 'hour', 'sweetest', 'ease', 'sedentary', 'stretch', 'lazy', 'length', 'custom', 'bid', 'refreshment', 'need', 'languid', 'eye', 'cheek', 'deserted', 'blcom', 'flaccid', 'shrunk', 'withered', 'muscle', 'vapid', 'soul', 'reproach', 'owner', 'love', 'rest', 'forfeit', 'rest', 'love', 'cowper', 'health', 'exercise']
root - INFO - extracting file #44500: 2017-04-Final-Corpus/HR19051001-V40-10-page11.txt
root - INFO - extracting file #45000: 2017-04-Final-Corpus/HR19060501-V41-05-page28.txt
root - INFO - ['white', 'race', 'learn', 'indiaa', 'extra', 'cooking', 'fussing', 'account', 'heart', 'warmed', 'friendliness', 'displayed', 'surely', 'far', 'better', 'merely', 'stomach', 'filled', 'furthermore', 'thoughtful', 'man', 'value', 'health', 'vigor', 'gratification', 'appetite', 'saved', 'mortification', 'annoyance', 'having', 'choose', 'risk', 'offending', 'hostess', 'refusing', 'eat', 'luxurious', 'obnoxities', 'provided', 'know', 'word', 'offending', 'eating', 'protest', 'possibly', 'suffering', 'afterward', 'visiting', 'mohave', 'reservation', 'parker', 'colorado', 'river', 'hot', 'day', 'thirsty', 'weary', 'hot', 'soon', 'arrived', 'home', 'old_lady', 'went', 'door', 'wooden', 'mortar', 'took', 'mesquite', 'bean', 'pounded', 'poured', 'water', 'flour', 'minute', 'presented', 'copyright', 'james', 'pierce', 'lie', 'brit', 'tic', 'firfcc', 'ectrit', 'csiriti', 'partake', 'frugal', 'meal', 'photo', 'george', 'wharton', 'james', 'fig', 'navaho', 'woman', 'welcoming', 'white', 'woman', 'hogan', 'copious', 'drink', 'pleasing', 'taste', 'refreshing', 'look', 'face', 'kneel', 'mortar', 'fig', 'kindly', 'generous', 'face', 'cared', 'fact', 'hot', 'hard_work', 'lift', 'pounder', 'meal', 'drink', 'simply', 'easily', 'naturally', 'accepted', 'drink', 'added', 'pleasure', 'product', 'real', 'artificial', 'hospitality', 'visitor', 'snake', 'dance', 'different', 'gious', 'thanksgiving', 'festival', 'indian', 'southwest', 'failed', 'observe', 'great_amount', 'preparation']
root - INFO - extracting file #45500: 2017-04-Final-Corpus/HR19061201-V41-12-page22.txt
root - INFO - extracting file #46000: 2017-04-Final-Corpus/HR19070801-V42-08-page100.txt
root - INFO - ['good_health', 'battle', 'creek', 'edition', 'marvelous', 'health', 'vibrator', 'man', 'woman', 'child', 'relief', 'suffering', 'cure', 'disease', 'lambert', 'snyder', 'vibrator', 'hurt', 'instinctively', 'rub', 'spot', 'head', 'ache', 'rub', 'temple', 'vibration', 'nature', 'remedy', 'rubbing', 'nature', 'crude', 'way', 'creating', 'vibration', 'starting', 'blood', 'going', 'disease', 'congestion', 'disease', 'pain', 'blood', 'congested', 'stagnant', 'pain', 'disease', 'red', 'blood', 'flow', 'rich', 'steady', 'stream', 'good', 'circulation', 'mean', 'good_health', 'congested', 'circulation', 'mean', 'disease', 'pain', 'lambert', 'snyder', 'vibrator', 'greatest', 'medical', 'discovery', 'twentieth', 'century', 'light', 'compact', 'instrument', 'weighs', 'ounce', 'operated', 'hand', 'moving', 'steel', 'head', 'rigid', 'steel', 'rod', 'placed', 'contact', 'body', 'capable', 'giving', 'vibration', 'minute', 'time', 'possible', 'expert', 'master', 'massage', 'nature', 'remedy', 'developed', 'concentrated', 'minute', 'use', 'sends', 'red', 'blood', 'rushing', 'congested', 'removing', 'disease', 'pain', 'endorsed', 'physician', 'lambert', 'snyder', 'vibrator', 'endorsed', 'noted', 'physician', 'itlis', 'based', 'scientific', 'principle', 'health', 'cure', 'removing', 'cause', 'forcing', 'red', 'blood', 'congested', 'pour', 'drug', 'stomach', 'pain', 'knee', 'trouble', 'doe', 'disease', 'pain', 'rheumatism', 'sciatica', 'lumbago', 'gout', 'caused', 'uric_acid', 'blood', 'form', 'urate', 'soda', 'acid', 'poor', 'circulation', 'particular', 'stopped', 'way', 'congregating', 'cause', 'pain', 'apply', 'vibrator', 'spot', 'relieve', 'congestion', 'relief', 'deafness', 'head', 'noise', 'ringing', 'ear', 'case', 'caused', 'thickening', 'inner', 'membrane', 'catarrh', 'cold', 'cure', 'vibration', 'thing', 'way', 'reach', 'inner', 'ear', 'drum', 'loosen', 'hard', 'wax', 'foreign', 'matter', 'sound', 'penetrate', 'drum', 'stomach', 'trouble', 'indigestion', 'constipation', 'caused', 'food', 'properly', 'digesting', 'lack', 'necessary', 'saliva', 'gastric', 'juice', 'creating', 'congestion', 'stomach', 'forming', 'gas', 'causing', 'pain', 'bad', 'breath', 'apply', 'vibrator', 'stomach', 'settle', 'food', 'release', 'thelases', 'regulates', 'action', 'brings', 'relief', 'instantly', 'lambert', 'snyder', 'vibrator', 'marvelous', 'result', 'following', 'case', 'locomotor', 'ataxia', 'paralysis', 'writer', 'cramp', 'nervous', 'debility', 'neuralgia', 'neurasthenia', 'goitre', 'weak', 'eye', 'asthma', 'earache', 'toothache', 'catarrh', 'headache', 'insomnia', 'weak', 'heart', 'bronchitis', 'hay', 'fever', 'pile', 'early', 'stage', 'bright', 'disease', 'large_number', 'numerous', 'mention', 'development', 'bust', 'undevelcred', 'bust', 'brought', 'yoor', 'nourishment', 'tight', 'lacing', 'run', 'health', 'apply', 'vibrator', 'minute', 'day', 'breast', 'neck', 'arm', 'soon', 'firm', 'round', 'healthy', 'force', 'blood', 'famished', 'testimonial', 'matter', 'town', 'city', 'united', 'state', 'live', 'send', 'satisfied', 'customer', 'vibrator', 'suffered', 'severe', 'rheumatism', 'hand', 'arm', 'swell', 'caused', 'pain', 'description', 'bought', 'vibrator', 'application', 'reduced', 'swelling', 'conquered', 'pain', 'able', 'good', 'night', 'sleep', 'stopped', 'medicine', 'use', 'vibrator', 'warren', 'virginia', 'avenue', 'jersey', 'city', 'lambert', 'snyder', 'october', 'gentleman', 'received', 'vibrator', 'hearing', 'bad', 'hear', 'watch', 'tick', 'hear', 'watch', 'tick', 'holding', 'distance', 'ear', 'hear', 'sound', 'heard', 'year', 'spent', 'good', 'deal', 'money', 'ear', 'drum', 'thing', 'vibrator', 'good', 'robert', 'irving', 'gooding', 'street', 'lockport', 'read', 'generous', 'offer', 'maker', 'owner', 'lambert', 'snyder', 'health', 'vibrator', 'assure', 'cured', 'thousand', 'people', 'united', 'state', 'foreign_country', 'tell', 'given', 'relief', 'eventual', 'cure', 'case', 'patient', 'suffered', 'year', 'unable', 'obtain', 'temporary', 'relief', 'mean', 'absolutely', 'certain', 'health', 'vibrator', 'help', 'heal', 'day', 'try', 'vibrator', 'seven', 'day', 'brings', 'relief', 'cure', 'doe', 'claim', 'send', 'refund', 'money', 'limited', 'time', 'sell', 'vibrator', 'delivered', 'store', 'mailed', 'receipt', 'post', 'paid', 'free', 'new_book', 'vibration', 'fully', 'illustrated', 'tell', 'anctis', 'vibration', 'book', 'plain', 'common', 'sense', 'argument', 'send', 'day', 'cost', 'electric', 'vibrator', 'kind', 'wait', 'suffer', 'lambert', 'snyder', 'dept', 'west', 'new', 'york', 'saw', 'good_health', 'sprain', 'lameness', 'pleurisy', 'varicose', 'vein', 'anemia', 'varicocele']
root - INFO - extracting file #46500: 2017-04-Final-Corpus/IR19021001-V08-19-page3.txt
root - INFO - extracting file #47000: 2017-04-Final-Corpus/IR19070410-V13-08-page2.txt
root - INFO - ['juij', 'people', 'know', 'bleeding', 'heart', 'blasted', 'hope', 'souse', 'deceived', 'rebellion', 'god', 'instruction', 'waaaaaaaaa', 'aaaaaaaealog', 'time', 'sign', 'time', 'shun', 'overture', 'regarded', 'lasuch', 'message', 'especially', 'shun', 'viper', 'borer', 'time', 'new', 'theology', 'man', 'sign', 'time', 'come', 'ifesting', 'sign', 'time', 'reach', 'mark', 'come', 'seventh', 'day', 'day', 'late', 'issue', 'paper', 'read', 'week', 'laden', 'precious_truths', 'speaks', 'uncertain', 'voice', 'adventist', 'united', 'state', 'effort', 'forth', 'timely', 'comment', 'subject', 'alarm', 'god', 'holy', 'mountain', 'revealer', 'great', 'deception', 'sign', 'time', 'time', 'simply', 'country', 'standard', 'set', 'write', 'letter', 'date', 'theology', 'prophecy', 'requires', 'average', 'paper', 'sent', 'recieve', 'basic', 'doctrine', 'lord', 'copy', 'member', 'reply', 'letter', 'thanking', 'saviour_jesus_christ', 'ought', 'easily', 'reach', 'mark', 'set', 'sending', 'paper', 'fol', 'sign', 'lie', 'family', 'expense', 'member', 'cent', 'lowing', 'work', 'time', 'week', 'afford', 'inembrace', 'truth', 'anshould', 'effort', 'vest', 'cent', 'week', 'good', 'gel', 'message', 'prayer', 'home', 'need', 'missionary', 'ammunition', 'church', 'timely', 'counsel', 'bartlett', 'better', 'medium', 'renew', 'time', 'missionary', 'acplace', 'good_paper', 'home', 'tivity', 'spread', 'glorious_truth', 'people', 'remember', 'scattering', 'weekly', 'copy', 'nearly', 'church', 'state', 'sign', 'time', 'michigan', 'took', 'club', 'sign', 'sign', 'time', 'sound', 'called', 'perform', 'impossiwe', 'held', 'missionary', 'meeting', 'bility', 'considering', 'fact', 'adventist', 'week', 'wra', 'ppod', 'paper', 'prayed', 'sent', 'forth', 'mission', 'doe', 'mean', 'indiana', 'work', 'people', 'share', 'encouragement', 'brother', 'prided', 'bring', 'truth', 'peofront', 'rank', 'matter', 'raising', 'ple', 'lord', 'said', 'fund', 'publication', 'scattered', 'like', 'missionary_work', 'neighstand', 'excelthe', 'leaf', 'autumn', 'let', 'bors', 'distant', 'work', 'lent', 'missionary', 'paper', 'pioneer', 'hold', 'work', 'warn', 'peo', 'sign', 'time', 'know', 'minister', 'brought', 'ple', 'join', 'god', 'going', 'quick', 'work', 'thousand', 'truth', 'sign', 'time', 'sister', 'selling', 'sign', 'state', 'month', 'past', 'applied', 'proceeds', 'fund', 'paying', 'fully', 'share', 'paying', 'share', 'member', 'family', 'salvation', 'soul', 'perbe', 'seen', 'active', 'missionary_work', 'earn', 'money', 'enable', 'help', 'cause', 'financially', 'let', 'faithfully', 'let', 'family', 'adventist', 'indiana', 'use', 'quantity', 'sign', 'week', 'equal', 'twice', 'membership', 'church', 'let', 'church', 'club', 'paper', 'young', 'son', 'darkened', 'sin', 'illumination', 'rejoice', 'liberty', 'gospel', 'reading', 'sign', 'think', 'company', 'church', 'raised', 'agency', 'certainly', 'incentive', 'circulate', 'paper', 'far', 'concise', 'emphatic', 'way', 'alwith', 'individual', 'copy', 'ordered', 'prising', 'issue', 'taking', 'sent', 'friend', 'relative', 'equal', 'phase', 'present_truth', 'given', 'twice', 'number', 'member', 'shown', 'record', 'people', 'willing', 'receive', 'truth', 'let', 'labor', 'diligently', 'soon', 'yea', 'soon', 'work', 'close', 'far', 'insight', 'discern', 'defect', 'doe', 'discern', 'noble', 'lovely', 'quality', 'rare', 'opportunity', 'presenting', 'message', 'class', 'rich', 'leader', 'society', 'easily', 'reached', 'common_people', 'special', 'issue', 'place', 'hand', 'way', 'come', 'touch', 'class', 'message', 'mercy', 'miller', 'work', 'past', 'earth', 'work', 'blessed', 'hope', 'hagle', 'pioneer', 'paper', 'human', 'agent', 'till', 'task', 'completed', 'use', 'sign', 'think', 'true', 'time', 'flying', 'times_past', 'sign', 'time', 'mighty', 'agency', 'sign', 'ready', 'use', 'quickly', 'wide', 'forthcoming', 'special', 'coinways', 'love', 'spirit', 'gentleness', 'clearly', 'paper', 'time', 'paper', 'like', 'saint', 'sinner', 'family', 'seventh', 'day', 'adventist', 'ought', 'regularly', 'blessing', 'god', 'sign', 'time', 'fcv', 'forget', 'person', 'talk', 'talk', 'timeliness', 'sign', 'time', 'significant', 'time', 'demand', 'paper', 'time', 'voice', 'heard', 'protesting', 'new', 'theology', 'bible', 'standpoint', 'scow', 'better', 'median', 'better', 'reading', 'sign', 'year', 'think', 'better', 'previous', 'time', 'message', 'told', 'clear']
root - INFO - extracting file #47500: 2017-04-Final-Corpus/LB18980301-V01-01-page11.txt
root - INFO - extracting file #48000: 2017-04-Final-Corpus/LB19010901-V04-07-page15.txt
root - INFO - ['evening', 'the_life_boat', 'mission', 'lindley', 'interesting', 'reader', 'the_life_boat', 'privilege', 'attending', 'service', 'the_life_boat', 'mission', 'read', 'synopsis', 'meeting', 'gaining', 'knowledge', 'method', 'conducting', 'meeting', 'old', 'old', 'story', 'told', 'grows', 'old', 'report', 'necessarily', 'abridged', 'exercise', 'monday', 'evening', 'august', 'icor', 'herewith', 'given', 'promptly', 'singing', 'exercise', 'began', 'mission', 'worker', 'participated', 'seven', 'gospel', 'song', 'sung', 'crowd', 'gathered', 'usually', 'case', 'good_order', 'prevailed', 'bystander', 'disturbance', 'rarity', 'situated', 'mission', 'right', 'heart', 'slum', 'district', 'suppose', 'tough', 'character', 'inclined', 'interfere', 'work', 'softening', 'effect', 'singing', 'knowledge', 'nearly', 'habitue', 'district', 'work', 'mission', 'intended', 'benefit', 'hold', 'check', 'men', 'woman', 'regard', 'law', 'order', 'fear', 'man', 'certain_amount', 'respect', 'work', 'work', 'begin', 'promptly', 'clock', 'little', 'band', 'singer', 'came', 'room', 'men', 'worker', 'circulating', 'assemblage', 'outside', 'inviting', 'attendance', 'meeting', 'time', 'beginning', 'exercise', 'fully', 'seventy', 'person', 'gathered', 'mission', 'occupying', 'platform', 'sister', 'garthofner', 'led', 'singing', 'following', 'song', 'pentecostal', 'hymn', 'sung', 'order', 'given', 'audience', 'joining', 'heartily', 'room', 'ringing', 'melody', 'shining', 'gate', 'jesus', 'cleansed', 'soul', 'come', 'love', 'lord', 'rifted', 'rock', 'resting', 'heart', 'praise', 'god', 'brother', 'butz', 'read', 'lesson', 'evening', 'psalm', 'thanks', 'unto', 'lord', 'good', 'verse', 'brought', 'forth', 'hearty', 'amen', 'fully', 'score', 'present', 'followed', 'impressive', 'prayer', 'brother', 'burke', 'charge', 'chapel', 'work', 'workingman', 'home', 'active', 'line', 'reformatory', 'work', 'sister', 'garthofner', 'sang', 'solo', 'commencing', 'father', 'wise', 'burden', 'trust', 'sweet', 'trust', 'jesus', 'sung', 'evening', 'offering', 'taken', 'brother', 'van', 'dorn', 'occupied', 'minute', 'earnest', 'exhortation', 'close', 'remark', 'ito', 'walk', 'lord', 'sung', 'testimony', 'called', 'writer', 'glad', 'experience', 'related', 'impossible', 'outline', 'attemped', 'experience', 'speak', 'german', 'brother', 'told', 'broken', 'english', 'god', 'taken', 'depth', 'sin', 'kept', 'year', 'brother', 'praised', 'lord', 'salvation', 'rescued', 'brought', 'christ', 'work', 'the_life_boat', 'mission', 'advised', 'god', 'sin', 'try', 'power', 'kept', 'day', 'day', 'came', 'wonderful', 'experience', 'man', 'notorious', 'criminal', 'forfeited', 'respect', 'society', 'lost', 'friendship', 'closest', 'relative', 'mother', 'compelled', 'cast', 'disown', 'come', 'mission', 'year', 'ago', 'penitentiary', 'pallor', 'long', 'confinement', 'face', 'clothing', 'discharged', 'convict', 'peculiar', 'walk', 'lock', 'step', 'disclosing', 'identity', 'casual', 'observer', 'police', 'detective', 'dogged', 'step', 'saw', 'opportunity', 'step', 'reform', 'wretched', 'condition', 'applied', 'brother', 'van', 'dorn', 'help', 'throwing', 'completely', 'lord', 'soon', 'converted', 'told', 'terrible', 'trial', 'affliction', 'persecution', 'disappointment', 'trouble', 'passed', 'secured', 'position', 'safe', 'foot', 'finally', 'trusted', 'employe', 'given', 'charge', 'property', 'money', 'betrayed', 'slightest', 'trust', 'sustained', 'power', 'christ', 'entire', 'year', 'come', 'waterloo', 'iowa', 'present', 'mission', 'particular', 'evening', 'anniversary', 'acceptance', 'saviour', 'experience', 'interesting', 'book', 'pas', 'drunkard', 'brought', 'christ', 'brother', 'drunkard', 'worst', 'type', 'year', 'ago', 'sought', 'power', 'brought', 'sin', 'saved', 'eternity', 'speaker', 'advised', 'bondage', 'come', 'freedom', 'darkness', 'come', 'light', 'marvelous_light', 'gospel', 'came', 'brother', 'short_time', 'fold', 'week', 'ago', 'evening', 'complete', 'surrender', 'christ', 'marvelously', 'saved', 'saviour', 'said', 'speaker', 'wicked', 'man', 'description', 'effort', 'reform', 'own_strength', 'failed', 'came', 'the_life_boat']
root - INFO - extracting file #48500: 2017-04-Final-Corpus/LB19030601-V06-06-page12.txt
root - INFO - extracting file #49000: 2017-04-Final-Corpus/LB19040901-V07-09-page35.txt
root - INFO - ['special', 'premium', 'offer', 'new', 'subscriber', 'offer', 'seven', 'jeweled', 'gold', 'filled', 'watch', 'year', 'gyarantee', 'case', 'beautiful', 'design', 'famous', 'seth', 'thomas', 'movement', 'furnish', 'style', 'coin', 'silver', 'hunting', 'case', 'sent', 'week', 'year', 'best', 'satisfaction', 'thirty', 'new', 'subscriber', 'offer', 'jupiter', 'guitar', 'standard', 'size', 'dark', 'mahogany', 'finish', 'hand', 'polished', 'spruce', 'fancy', 'colored', 'wood', 'inlaying', 'sound', 'hole', 'edge', 'inlaid', 'fancy', 'colored', 'wood', 'bound', 'celluloid', 'neck', 'mahogany', 'finish', 'finger', 'board', 'pearl', 'position', 'dot', 'nickelplated', 'patent', 'head', 'metal', 'tailpiece', 'nickel', 'plated', 'strung', 'steel', 'string', 'price', 'express', 'charge', 'extra', 'new', 'subscriber', 'offer', 'beautiful', 'set', 'sterling', 'silver', 'plated', 'knife', 'fork', 'new', 'subscriber', 'offer', 'class', 'gold', 'pointed', 'fountain', 'pen', 'new', 'subscriber', 'complete', 'stamping', 'outfit', 'consisting', 'complete', 'alphabet', 'numeral', 'rubber', 'type', 'useful', 'marking', 'linen', 'printing', 'card', 'child', 'appreciate', 'subscriber', 'offer', 'child', 'set', 'consisting', 'knife', 'fork', 'spoon', 'small', 'pair', 'scissors', 'new', 'subscriber', 'year', 'subscription', 'life', 'boat', 'beautiful', 'offer', 'possible', 'reader', 'life', 'boat', 'secure', 'hudson', 'taylor', 'thrilling', 'missionary', 'book', 'describing', 'interesting', 'incident', 'remarkable', 'answer', 'prayer', 'founding', 'development', 'china', 'inland', 'mission', 'decided', 'furnish', 'book', 'new', 'sub', 'scriber', 'life', 'boat', 'sent', 'thousand', 'book', 'best', 'pocket', 'book', 'pocket', 'worth', 'beautiful', 'pocket', 'bible', 'arrangement', 'furnish', 'beautiful', 'silk', 'sewed', 'red', 'gold', 'vest', 'pocket', 'edition', 'entire', 'bible', 'new', 'subscriber', 'world', 'greatest', 'sight', 'fireside', 'reader', 'privilege', 'traveling', 'different_parts', 'world', 'selected', 'series', 'fifty', 'photo', 'colortype', 'stereoscopic', 'view', 'famous', 'sight', 'earth', 'color', 'true', 'nature', 'provided', 'stereoscope', 'brings', 'picture', 'real', 'life', 'adjustable', 'slide', 'accommodate', 'degree', 'sight', 'offer', 'new', 'subscriber', 'photograph', 'include', 'striking', 'scene', 'russia', 'fascinating', 'view', 'japan', 'glimpse', 'magnificent', 'tropical', 'scenery', 'noted', 'sight', 'europe', 'picture', 'celebrated', 'national', 'building', 'street', 'scene', 'chicago', 'new', 'york', 'glorious', 'western', 'mountain', 'scenery', 'scene', 'rhine', 'niagara', 'fall', 'view', 'holy', 'land', 'characteristic', 'mexican', 'scene', 'unusually', 'fine', 'read', 'bible', 'birthplace', 'christ', 'different', 'city', 'visited', 'wandering', 'labor', 'doubtless', 'wished', 'accurate', 'photograph', 'appear', 'day', 'vivid', 'description', 'tabor', 'read', 'splendid', 'picture', 'eye', 'true', 'sea', 'galilee', 'nazareth', 'bethlehem', 'mount', 'olive', 'emmaus', 'score', 'place', 'procured', 'benefit', 'reader', 'large', 'atlas', 'containing', 'photographic', 'view', 'description', 'presenting', 'public', 'grand', 'revelation', 'country', 'sacred', 'memory', 'offered', 'world', 'produced', 'publisher', 'long', 'arduous', 'expensive', 'labor', 'volume', 'substantially', 'bound', 'red', 'cloth', 'silver', 'lettering', 'size', 'fourteen', 'inch', 'offer', 'splendid', 'book', 'seven', 'new', 'subscriber', 'cent', 'additional', 'postage', 'packing']
root - INFO - extracting file #49500: 2017-04-Final-Corpus/LB19060101-V09-01-page31.txt
root - INFO - extracting file #50000: 2017-04-Final-Corpus/LB19070601-V10-06-page5.txt
root - INFO - ['early', 'experience', 'hard', 'orphan', 'age', 'year', 'left', 'father', 'mother', 'guardian', 'wandered', 'place', 'place', 'know', 'sleep', 'wood', 'field', 'shock', 'grain', 'barn', 'grow', 'day', 'schobl', 'longed', 'home', 'year', 'old', 'promised', 'home', 'home', 'homeless', 'destitute', 'time', 'driven', 'place', 'stopped', 'day', 'left', 'steamboat', 'day', 'poisoned', 'ivy', 'broke', 'ivy', 'poison', 'thought', 'smallpox', 'hard', 'day', 'vowed', 'turn', 'home', 'fifty', 'year', 'tried', 'kind', 'work', 'mention', 'faithful', 'christian_workers', 'taken', 'home', 'time', 'distress', 'expect', 'work', 'long', 'lord', 'health', 'strength', 'transformed', 'criminal', 'dick', 'lane', 'following', 'abstract', 'dick', 'lane', 'recent', 'talk', 'worker', 'meeting', 'picture', 'clearly', 'genus', 'ally', 'known', 'way', 'transgressor', 'hard', 'lord', 'save', 'life', 'long', 'crook', 'honest', 'respected', 'man', 'read', 'experience', 'ask', 'given', 'lord', 'chance', 'past', 'year', 'seen', 'year', 'ago', 'june', 'sneaking', 'rescue', 'mission', 'trying', 'way', 'chicago', 'police', 'officer', 'think', 'tonight', 'bum', 'district', 'rid', 'hope', 'way', 'felt', 'night', 'went', 'mission', 'religious', 'purpose', 'couple', 'hour', 'rest', 'praise', 'god', 'resting', 'year', 'sure', 'going', 'eternal', 'rest', 'grave', 'mind', 'stirred', 'night', 'got', 'river', 'driven', 'town', 'day', 'friend', 'seen', 'davenport', 'knew', 'told', 'police', 'ordered', 'town', 'got', 'middle', 'bridge', 'running', 'davenport', 'rock', 'island', 'stopped', 'looking', 'awfully', 'blue', 'felt', 'better', 'river', 'sooner', 'struck', 'rock', 'island', 'got', 'near', 'big', 'hotel', 'looking', 'barber', 'shop', 'woman', 'saw', 'knew', 'iowa', 'told', 'police', 'biggest', 'robber', 'country', 'came', 'said', 'want', 'took', 'station', 'said', 'rob', 'anybody', 'town', 'went', 'moline', 'walked', 'leisurelydown', 'looked', 'saw', 'police', 'officer', 'slipped', 'byway', 'place', 'gone', 'came', 'life', 'boat', 'dick', 'lane', 'saw', 'went', 'rock', 'island', 'sat', 'depot', 'waiting', 'room', 'warming', 'police', 'officer', 'came', 'said', 'warm', 'said', 'wait', 'till', 'train', 'got', 'driven', 'city', 'river', 'came', 'chicago', 'got', 'chicago', 'clock', 'morning', 'saw', 'apple', 'fruit', 'wanted', 'dare', 'officer', 'walked', 'finally', 'went']
root - INFO - extracting file #50500: 2017-04-Final-Corpus/LB19081201-V11-12-page14.txt
root - INFO - extracting file #51000: 2017-04-Final-Corpus/LB19100501-V13-05-page36.txt
root - INFO - ['the_life_boat', 'god', 'free', 'john', 'true', 'liberty', 'outside', 'christ', 'endowed', 'wonderful', 'faculty', 'conscience', 'emotional', 'nature', 'han', 'natural', 'exercise', 'outside', 'christ', 'use', 'power', 'choice', 'god', 'wish', 'evident', 'daily', 'sin', 'committed', 'men', 'choose', 'bring', 'wrath', 'holy', 'god', 'blunting', 'conscience', 'victim', 'evil_habits', 'victim', 'man', 'law', 'past', 'life', 'chose', 'threw', 'great', 'river', 'sinful', 'element', 'drag', 'myriad', 'destruction', 'having', 'chosen', 'wrong', 'violence', 'conscience', 'lost', 'power', 'rightful', 'kingdom', 'god', 'intended', 'conscience', 'reign', 'supreme', 'soul', 'ala', 'like', 'king', 'exiled', 'rightful', 'domain', 'result', 'sin', 'seared', 'hear', 'warning', 'old', 'conscience', 'ally', 'principle', 'nature', 'promotes', 'virtue', 'truth', 'know', 'recalling', 'experience', 'committed', 'sin', 'conscience', 'human', 'soul', 'regulator', 'watch', 'allowed', 'act', 'capacity', 'suffer', 'ala', 'unconverted', 'prisoner', 'life', 'miserable', 'imprisonment', 'bad', 'food', 'impossible', 'task', 'lack', 'friend', 'enforced', 'separation', 'beloved', 'kindred', 'conscience', 'great', 'accuser', 'marshal', 'sin', 'committed', 'mental', 'eye', 'unutterable', 'sorrow', 'slavery', 'sin', 'sin', 'bad', 'slave', 'mean', 'bringing', 'captivity', 'whosoever', 'committeth', 'sin', 'servant', 'sin', 'john', 'true', 'know', 'like', 'smith', 'old', 'boasted', 'tempering', 'steel', 'file', 'sever', 'day', 'pair', 'handcuff', 'lack', 'lie', 'slipped', 'wrist', 'astonishment', 'clasped', 'forgot', 'key', 'prisoner', 'invention', 'help', 'summoned', 'true', 'smith', 'word', 'steel', 'fileproof', 'finally', 'resort', 'cruel', 'method', 'mid', 'applied', 'acid', 'steel', 'poor', 'smith', 'liberated', 'state', 'sinned', 'sin', 'contributed', 'chain', 'firm', 'today', 'dear', 'unconverted', 'reader', 'bondage', 'invention', 'door', 'liberty', 'secured', 'son', 'shall', 'free', 'shall', 'free', 'john', 'christ', 'liberates', 'opium', 'fiend', 'drug', 'liberates', 'libertine', 'lustful', 'passion', 'liberates', 'thief', 'desire', 'steal', 'transforms', 'moral', 'monster', 'living', 'saint', 'society', 'parasite', 'society', 'purifier', 'harlot', 'god', 'fearing', 'self', 'sacrificing', 'saint', 'living', 'life', 'help', 'fellow', 'lake', 'meanest', 'corruptible', 'man', 'woman', 'new', 'heart', 'making', 'thing', 'new', 'walk', 'manhood', 'womanhood', 'glorious', 'liberty', 'son', 'daughter', 'god', 'christ', 'door', 'satisfaction', 'shall', 'pasture', 'ali', 'little', 'christless', 'experience', 'satisfaction', 'fact', 'bad_habit', 'proof', 'satisfied', 'christ', 'satisfy', 'soul', 'dear_reader', 'door', 'inviting', 'enter', 'assure', 'unchangeable', 'word', 'god', 'stand', 'shall', 'regret', 'brink', 'destruction', 'own_hand', 'miserable', 'sinner', 'earth', 'hating', 'everybody', 'determined', 'got', 'slay', 'enemy', 'thank', 'god', 'having', 'blotted', 'sin', 'given', 'hunger', 'soul', 'dedicated', 'forever', 'god', 'love', 'word', 'text', 'man', 'enter', 'shall', 'saved', 'better', 'man', 'received', 'month', 'number', 'the_life_boat', 'night', 'left', 'indiana', 'state', 'prison', 'right', 'the_life_boat', 'largely', 'instrumental', 'making', 'better', 'man', 'showed', 'way', 'god']
root - INFO - extracting file #51500: 2017-04-Final-Corpus/LB19111001-V14-10-page30.txt
root - INFO - extracting file #52000: 2017-04-Final-Corpus/LB19130301-V16-03-page16.txt
root - INFO - ['the_life_boat', 'healing', 'wound', 'sin', 'elsie', 'whisler', 'matron', 'life', 'boat_rescue', 'home', 'hinsdale', 'ill', 'busy', 'month', 'home', 'think', 'shall', 'tell', 'pathetic', 'case', 'recently', 'come', 'home', 'broken', 'hearted', 'father', 'came', 'day', 'ago', 'leave', 'little', 'fourteen', 'year', 'old', 'girl', 'childish', 'way', 'parent', 'child', 'soon', 'mother', 'surprising', 'mother', 'nearly', 'prostrated', 'grief', 'young_woman', 'got', 'trouble', 'young_man', 'engaged', 'girl', 'cared', 'home', 'got', 'trouble', 'result', 'circumstance', 'control', 'people', 'honest', 'straight', 'forward', 'poor', 'consequently', 'able', 'girl', 'appeal', 'public', 'help', 'care', 'young_woman', 'house', 'rapidly', 'filling', 'application', 'young_woman', 'want', 'enter', 'short_time', 'baby', 'born', 'hour', 'died', 'suddenly', 'brought', 'sadness', 'home', 'feel', 'way', 'best', 'mother', 'people', 'money', 'stand', 'expense', 'funeral', 'aim', 'help', 'girl', 'spiritually', 'way', 'miss', 'dean', 'graduate', 'nurse', 'sanitarium', 'giving', 'girl', 'instruction', 'simple', 'home', 'treatment', 'sick', 'appreciated', 'written', 'word', 'regard', 'work', 'working', 'purchase', 'supply', 'louise', 'dean', 'began', 'class_work', 'home', 'thing', 'treatment', 'girl', 'anxious', 'learn', 'arrived', 'plan', 'fomentation', 'cloth', 'supply', 'begged', 'neighbor', 'old', 'rag', 'quilt', 'scrap', 'girl', 'sewed', 'rag', 'rug', 'comfort', 'pieced', 'expect', 'piece', 'need', 'money', 'rag', 'woven', 'buy', 'cotton', 'lining', 'comforter', 'wonder', 'sell', 'copy', 'the_life_boat', 'share', 'profit', 'charming', 'little', 'tier', 'mother', 'married', 'afterward', 'learned', 'young_man', 'deserted', 'navy', 'year', 'ago', 'gone', 'assumed', 'learned', 'condition', 'took', 'own_name', 'married', 'immediately', 'arrested', 'placed', 'naval', 'prison', 'serve', 'year', 'desertion', 'girl', 'world', 'bear', 'burden', 'true', 'burden', 'bearer', 'friend']
root - INFO - extracting file #52500: 2017-04-Final-Corpus/LB19140701-V17-07-page24.txt
root - INFO - extracting file #53000: 2017-04-Final-Corpus/LB19151101-V18-11-page21.txt
root - INFO - ['suffering', 'illness', 'adversity', 'prayer', 'needed', 'men', 'trusted', 'prosperity', 'influence', 'dear', 'reader', 'read', 'statement', 'instruction', 'genuine', 'sound', 'wisdom', 'desire', 'entire', 'book', 'beautiful', 'chapter', 'sick_room', 'use', 'nature', 'remedy', 'diet', 'cure', 'use', 'water', 'mind', 'cure', 'power', 'vital', 'principle', 'health', 'chapter', 'general', 'hygiene', 'delightful', 'chapter', 'dress', 'chapter', 'diet', 'health', 'contains', 'practical', 'topic', 'following', 'selection', 'food', 'variety', 'preparation', 'food', 'regularity', 'eating', 'wrong', 'condition', 'eating', 'overeating', 'reform', 'diet', 'flesh', 'food', 'changing', 'diet', 'extreme', 'diet', 'wonderfully', 'inspiring', 'chapter', 'stimulant', 'narcotic', 'liquor_traffic', 'prohibition', 'preparation', 'home', 'care', 'child', 'similar', 'practical', 'topic', 'send', 'entire', 'book', 'containing', 'page', 'author', 'work', 'donated', 'cause', 'sick', 'suffering', 'publisher', 'donated', 'entire', 'profit', 'cause', 'shall', 'turn', 'profit', 'sale', 'book', 'good', 'samaritan', 'inn', 'fund', 'care', 'sick', 'poor', 'afford', 'care', 'week', 'knocking', 'door', 'buy', 'copy', 'book', 'indirectly', 'donating', 'practical', 'charity', 'existence', 'time', 'procuring', 'charming', 'book', 'ideal', 'combination', 'send', 'book', 'today', 'needed', 'surgical', 'patient', 'having', 'worry', 'strictly', 'relative', 'came', 'praying', 'help', 'needed', 'read', 'lighten', 'thing', 'told', 'shortly', 'left', 'feeling', 'disappointed', 'visit', 'handed', 'life_boat', 'couldn', 'talking', 'good', 'needed', 'said', 'thought', 'thing', 'written', 'especially', 'filling', 'great', 'need', 'martha', 'kleidon', 'nib', 'medical', 'evangelistic', 'class', 'month', 'spent', 'chicago', 'working', 'needy', 'meant', 'learned', 'blessed', 'receive', 'home', 'visited', 'mother', 'baby', 'year', 'old', 'mother', 'shoe', 'child', 'clothes', 'husband', 'work', 'month', 'way', 'provide', 'gave', 'help', 'best', 'brought', 'clothing', 'baby', 'gave', 'comforting', 'word', 'bible', 'prayed', 'husband', 'work', 'week', 'later', 'called', 'brought', 'bible', 'met', 'happy', 'smiling', 'face', 'said', 'husband', 'working', 'bible', 'new_book', 'study', 'interested', 'home', 'motherless', 'child', 'aunt', 'caring', 'housework', 'arm', 'crippled', 'father', 'work', 'week', 'said', 'week', 'hardly', 'eat', 'little', 'clothing', 'child', 'said', 'hardly', 'knew', 'winter', 'come', 'left', 'food', 'day', 'promised', 'bring', 'clothing', 'knew', 'needed', 'spiritual_food', 'bible', 'read', 'verse', 'matt', 'prayer', 'felt', 'grateful', 'word', 'courage', 'said', 'needed', 'know', 'provides', 'morrow', 'thought', 'future', 'left', 'face', 'beaming', 'happiness', 'home', 'visit', 'people', 'sick', 'treatment', 'leave', 'good', 'reading', 'matter', 'heart', 'cheer', 'way', 'look', 'large_city', 'chicago', 'lonely', 'heart', 'cheer', 'think', 'luke', 'harvest', 'truly', 'great', 'laborer', 'pray', 'lord', 'harvest', 'send', 'forth', 'laborer', 'harvest', 'life_boat']
root - INFO - extracting file #53500: 2017-04-Final-Corpus/LB19180201-V21-02-page9.txt
root - INFO - extracting file #54000: 2017-04-Final-Corpus/LB19190601-V22-06-page19.txt
root - INFO - ['accepted', 'christ', 'passed', 'valley', 'shadow', 'said', 'mother', 'cobb', 'afraid', 'trusting', 'jesus', 'happy', 'home', 'girl', 'left', 'heavy', 'heart', 'told', 'baby', 'father', 'killed', 'run', 'heavy', 'truck', 'waited', 'year', 'birth', 'baby', 'boy', 'come', 'father', 'let', 'come', 'wrote', 'father', 'told', 'true', 'brave', 'little', 'girl', 'year', 'proud', 'left', 'baby', 'hour', 'year', 'needed', 'father', 'child', 'father', 'wrote', 'better', 'child', 'away', 'son', 'come', 'need', 'working', 'child', 'let', 'adopt', 'good', 'family', 'day', 'father', 'sent', 'letter', 'son', 'cut', 'youth', 'girl', 'mother', 'know', 'hope', 'realized', 'devotion', 'child', 'known', 'near', 'chair', 'sits', 'new', 'girl', 'day', 'think', 'evening', 'spent', 'song', 'dreaded', 'trip', 'home', 'girl', 'know', 'real', 'home', 'sadness', 'esther', 'little', 'violet', 'year', 'old', 'home', 'day', 'happy', 'watch', 'dear', 'baby', 'laugh', 'run', 'try', 'talk', 'margaret', 'little', 'thelma', 'home', 'day', 'enjoying', 'girl', 'learned', 'trust', 'jesus', 'christian', 'song', 'love', 'best', 'song', 'touched', 'heart', 'aching', 'gave', 'hope', 'look', 'yes', 'trust', 'slay', 'mother', 'case', 'big', 'family', 'eighteen', 'happy', 'tonight', 'youngest', 'daughter', 'trip', 'field', 'labor', 'teaching', 'bible', 'cheerful', 'laugh', 'word', 'encouragement', 'family', 'happy', 'day', 'experience', 'yesterday', 'looked', 'window', 'trembling', 'aged', 'man', 'hurried', 'door', 'excited', 'voice', 'said', 'bringing', 'little', 'granddaughter', 'hurried', 'sick', 'left', 'depot', 'sister', 'help', 'bring', 'home', 'neighbor', 'little', 'girl', 'admiring', 'home', 'baby', 'life', 'boat']
root - INFO - extracting file #54500: 2017-04-Final-Corpus/LB19201001-V23-10-page22.txt
root - INFO - extracting file #55000: 2017-04-Final-Corpus/LH19050801-V20-08-page22.txt
root - INFO - ['life_and_health', 'cloth', 'raspberry', 'obtain', 'pint', 'juice', 'add', 'lemon_juice', 'sweeten', 'add', 'pint', 'half', 'water', 'chill', 'add', 'beaten', 'egg', 'freeze', 'strawberry', 'peach', 'fruit', 'prepared', 'similarly', 'orange', 'juice', 'lemon', 'added', 'lemon_juice', 'good', 'finest', 'ice', 'prepared', 'juice', 'cranberry', 'prepared', 'making', 'jelly', 'lemon_juice', 'added', 'suppose', 'cranberry', 'juice', 'sour', 'lemon_juice', 'improves', 'housewife', 'washing', 'ironing', 'home', 'dreaded', 'task', 'following', 'rule', 'real', 'pleasure', 'flannel', 'washed', 'muslin', 'garment', 'tablecloth', 'bed', 'linen', 'bedroom', 'bath', 'room', 'towel', 'lastly', 'kitchen', 'towel', 'duster', 'rougher', 'article', 'white', 'clothes', 'soak', 'evening', 'wash', 'rubbing', 'little', 'soap', 'soiled', 'article', 'sorting', 'different', 'tub', 'morning', 'wring', 'boiler', 'cold_water', 'cut', 'soap', 'poured', 'coal', 'oil', 'teaspoonful', 'gallon', 'water', 'allow', 'boil', 'thirty', 'minute', 'boiler', 'cold_water', 'adding', 'soap', 'oil', 'repeat', 'process', 'white', 'clothes', 'boiled', 'meantime', 'rinse', 'boiler', 'clothes', 'good', 'water', 'rubbing', 'place', 'need', 'rubbing', 'little', 'rubbing', 'required', 'clothes', 'water', 'blueing', 'water', 'hang', 'dry', 'clothes', 'pin', 'durable', 'boiled', 'new', 'minute', 'linen', 'beautifully', 'white', 'use', 'little', 'refined', 'borax', 'second', 'rinsing', 'water', 'washing', 'fabric', 'inclined', 'fade', 'soaked', 'rinsed', 'salt', 'water', 'set', 'color', 'washing', 'suds', 'dye', 'colored', 'article', 'run', 'salt', 'proportion', 'teacupful', 'pail', 'water', 'time', 'washed', 'quickly', 'colored', 'thing', 'washed', 'dried', 'likely', 'color', 'run', 'blanket', 'flannel', 'wrung', 'allowed', 'drip', 'yellow', 'hung', 'strong', 'sun', 'let', 'flannel', 'lie', 'water', 'want', 'look', 'washed', 'hung', 'dry', 'quickly', 'possible', 'remember', 'ironing', 'moderately', 'hot', 'iron', 'alum', 'rinsing', 'water', 'prevent', 'green', 'fading', 'render', 'clothes', 'inflammable', 'ray', 'water', 'splendid', 'tan', 'colored', 'brown', 'linen', 'pour', 'boiling', 'water', 'handful', 'hay', 'odd', 'piece', 'soap', 'kept', 'making', 'soap', 'jelly', 'good', 'use', 'soaking', 'flannel', 'shirt', 'waist', 'garment', 'collect', 'hint', 'laundry', 'work', 'tuxford']
root - INFO - extracting file #55500: 2017-04-Final-Corpus/LH19061101-V21-11-page30.txt
root - INFO - extracting file #56000: 2017-04-Final-Corpus/LH19080101-V23-01-page27.txt
root - INFO - ['opinion', 'quoted', 'necessarily', 'approved', 'publisher', 'life_and_health', 'indoor', 'habit', 'child', 'prefers', 'sit', 'corner', 'reading', 'book', 'abnormal', 'product', 'civilization', 'distinct', 'vice', 'overcome', 'child', 'degree', 'moral', 'obliquity', 'family', 'physical', 'discomfort', 'lead', 'crave', 'immediate', 'comfort', 'warm', 'air', 'matter', 'polluted', 'economic', 'necessity', 'necessary', 'exclude', 'external', 'air', 'inexpressibly', 'proper', 'object', 'state', 'intervention', 'poisoned', 'food', 'drug', 'alcohol', 'favill', 'chicago', 'medical', 'recorder', 'open_air', 'treatment', 'pneumonia', 'look', 'open_air', 'treatment', 'pneumonia', 'unbounded', 'confidence', 'surgeon', 'look', 'knife', 'treatment', 'appendicitis', 'hope', 'bad', 'case', 'certainly', 'save', 'ninety', 'early', 'properly', 'case', 'guided', 'distinct', 'perception', 'need', 'patient', 'open_air', 'good', 'nursing', 'need', 'worry', 'contingency', 'death', 'pneumonia', 'air', 'fresh', 'temperature', 'low', 'danger', 'taking', 'cold', 'fever', 'younger', 'patient', 'older', 'patient', 'hopeless', 'case', 'important', 'enforce', 'open_air', 'exclude', 'artificial', 'heat', 'patient', 'foot', 'warm', 'heat', 'air', 'breathes', 'harnsberger', 'medical', 'record', 'treatment', 'cold', 'physician', 'tried', 'vain', 'cure', 'acute', 'coryza', 'treatment', 'cold', 'unsolved', 'problem', 'urgent', 'solved', 'complaint', 'aside', 'distress', 'peculiar', 'open', 'aue', 'graver', 'trouble', 'difficult', 'recall', 'pathological', 'state', 'common', 'predisposing', 'infection', 'coryza', 'usher', 'tuberculosis', 'pneumonia', 'eruptive', 'disease', 'negative', 'reliable', 'experiment', 'conclusion', 'claim', 'cure', 'nearly', 'druggist', 'cold', 'capsule', 'dover', 'powder', 'quinin', 'layman', 'tell', 'break', 'cold', 'aid', 'turkish', 'bath', 'free_use', 'calomel', 'far', 'know', 'acute', 'coryza', 'understood', 'disturbance', 'circulation', 'depleting', 'superficial', 'area', 'body', 'congesting', 'deeper', 'area', 'particularly', 'submucous', 'nose', 'throat', 'disturbance', 'probably', 'bacterial', 'infection', 'rational', 'attempt', 'recall', 'proper', 'proportion', 'blood', 'skin', 'superficial', 'hot', 'bath', 'use', 'appropriate', 'drug', 'remember', 'caliber', 'bloodvessels', 'dependent', 'control', 'sympathetic', 'nerve', 'center', 'called', 'vasomotor', 'plain', 'transitory', 'influence', 'hot', 'bath', 'definitely', 'change', 'action', 'nerve', 'permanently', 'shift']
root - INFO - extracting file #56500: 2017-04-Final-Corpus/LH19081201-V23-12-page5.txt
root - INFO - extracting file #57000: 2017-04-Final-Corpus/LH19090901-V24-09-page60.txt
root - INFO - ['nobito', 'mosquito', 'away', 'chattanooga', 'good', 'thing', 'eat', 'liberal', 'term', 'agent', 'enterprise', 'tent', 'cot', 'outdoor', 'sleeping', 'fly', 'mosquito', 'dew', 'earth', 'chill', 'impervious', 'sun', 'shower', 'weight', 'enterprise', 'bed', 'hammond', 'indiana', 'cure', 'fruit', 'doctor', 'lome', 'cured', 'fruit', 'shipped', 'direct', 'ranch', 'fruitproducing', 'section', 'california', 'fimilies', 'school', 'restaurant', 'sani', 'ariums', 'san', 'dried', 'sweet', 'wholescme', 'low', 'price', 'write', 'circular', 'ving', 'full_information', 'helena', 'hcme', 'fruit', 'sanitarium', 'napa', 'california', 'constipated', 'onstipation', 'ounr', 'itsipatci', 'page', 'booklet', 'kress', 'tell', 'cured', 'drug', 'cause', 'diet', 'treatment', 'nutshell', 'send', 'cent', 'single', 'copy', 'mail', 'special_rates', 'larger', 'quantity', 'review', 'ani', 'herald', 'fib', 'assn', 'takoma', 'park', 'walhington', 'national', 'institute', 'gar', 'ment', 'cutting', 'making', 'art', 'personally', 'taught', 'expert', 'teach', 'correspondence', 'agent', 'wanted', 'healthful', 'garment', 'takoma', 'park', 'washington', 'eva', 'cogshall', 'sec', 'guide', 'nature', 'edited', 'edward', 'bigelow', 'profusely', 'illustrated', 'monthly', 'magazine', 'adult', 'devoted', 'commonp', 'ace', 'nature', 'uncommon', 'education', 'recreation', 'student', 'lover', 'nature', 'people', 'think', 'enjoy', 'life', 'country', 'suburb', 'grower', 'plant', 'pet', 'amateur', 'astronomer', 'look', 'star', 'fcr', 'user', 'microscope', 'peering', 'wonder', 'minute', 'life', 'portrayer', 'nature', 'beauty', 'sensitive', 'plate', 'member', 'agassiz', 'association', 'reader', 'best', 'nature', 'literature', 'emotional', 'sentimental', 'thoroughly', 'formational', 'practical', 'definite', 'guidance', 'wish', 'know', 'single', 'copy', 'cent', 'subscription', 'year', 'published', 'agassiz', 'association', 'pleasant', 'sanitary', 'liquid', 'rubbed', 'hand', 'face', 'small', 'bottle', 'usually', 'summer', 'mosquito', 'dangerous', 'health', 'use', 'nobito', 'away', 'send', 'cent', 'day', 'size', 'bottle', 'mail', 'nobito', 'company', 'battle', 'creek', 'michigan', 'special', 'teems', 'agent', 'hygienic', 'cooking', 'oil', 'shortening', 'people', 'choice', 'salad', 'oil', 'perfect', 'vegetable', 'food', 'fat', 'indefinitely', 'sweet', 'wholesome', 'rancid', 'guaranteed', 'pure', 'food', 'lao', 'shipped', 'crated', 'direct', 'refinery', 'station', 'gallon', 'iwo', 'gallon', 'crate', 'gallon', 'crate', 'barre', 'gallon', 'cent', 'gallon', 'cash', 'order', 'send', 'stamp', 'cook', 'booklet', 'circular', 'shipped', 'louisville', 'address', 'godsmark', 'tennessee', 'nearly', 'chmce', 'vegetarian', 'recipe', 'gathered', 'contains', 'variety', 'recipe', 'bakery', 'breakfast', 'dish', 'beverage', 'cake', 'cereal', 'egg', 'dish', 'entree', 'nut', 'butter', 'pie', 'pudding', 'salad', 'salad', 'dressing', 'scup', 'sauce', 'toast', 'vegetable', 'work', 'kind', 'place', 'vegetarian', 'cook', 'book', 'fulton', 'cook', 'book', 'thoroughly', 'practical', 'ruccessfully', 'housewife', 'previous', 'experience', 'vegetarian', 'cookery', 'indispensable', 'equipment', 'professional', 'cook', 'neatly', 'bound', 'gray', 'cloth', 'contains', 'page', 'price', 'postpaid', 'cent', 'review', 'herald', 'pub', 'assn', 'takoma', 'park', 'washington', 'arcadia', 'sound', 'beach', 'conn', 'vrite', 'advertiser', 'saw', 'life_and_health']
root - INFO - extracting file #57500: 2017-04-Final-Corpus/LH19100601-V25-06-page20.txt
root - INFO - extracting file #58000: 2017-04-Final-Corpus/LH19110201-V26-02-page27.txt
root - INFO - ['science', 'right', 'living', 'earl', 'van', 'meter', 'long', 'long', 'succeeded', 'admirably', 'solving', 'problem', 'important', 'young_man', 'making', 'end', 'meet', 'financially', 'obtaining', 'education', 'long', 'worked', 'way', 'undergraduate', 'harvard', 'course', 'earning', 'european', 'trip', 'allow', 'tell', 'story', 'planning', 'year', 'law', 'course', 'way', 'careful', 'allow', 'body', 'food', 'interfere', 'proper', 'working', 'brain', 'ordinary', 'man', 'weigh', 'food', 'experiment', 'way', 'watch', 'body', 'perfect', 'machine', 'danger', 'signal', 'error', 'committed', 'careless', 'man', 'doe', 'properly', 'interpret', 'danger', 'signal', 'ache', 'pain', 'blessing', 'man', 'seeking', 'perfect', 'body', 'warning', 'good_faith', 'immediately', 'seek', 'cause', 'commit', 'offense', 'let', 'stimulant', 'narcotic', 'alcoholic', 'coffee', 'tea', 'disguisers', 'true', 'danger', 'signal', 'tend', 'disturb', 'harmony', 'body', 'mind', 'certain', 'constant', 'struggle', 'precedence', 'allows', 'body', 'dictate', 'entirely', 'soon', 'eating', 'quail', 'toast', 'sirloin', 'luxury', 'feeling', 'slightest', 'danger', 'signal', 'reason', 'supreme', 'mind', 'lead', 'adoption', 'simpler', 'habit', 'let', 'picture', 'person', 'yearly', 'income', 'dollar', 'eat', 'meal', 'rise', 'rank', 'choice', 'sort', 'life', 'simple', 'selects', 'bare', 'essential', 'suppose', 'young_man', 'work', 'month', 'year', 'earns', 'dollar', 'decides', 'foreign', 'travel', 'summer_months', 'mean', 'education', 'ought', 'secure', 'clean', 'cozy', 'little', 'room', 'seventy', 'cent', 'week', 'dollar', 'sufficient', 'month', 'food', 'incidental', 'bad_habits', 'leaving', 'balance', 'fifty', 'dollar', 'month', 'abroad', 'summer', 'went', 'abroad', 'paying', 'expense', 'dollar', 'visited', 'gibraltar', 'important', 'city', 'italy', 'sicily', 'egypt', 'palestine', 'syria', 'asia', 'minor', 'greece', 'turkey', 'servia', 'austria', 'hungary', 'prussia', 'holland', 'england', 'ireland', 'returned', 'maurietania', 'summer', 'ago', 'england', 'france', 'switzerland', 'rhine', 'germany', 'belgium', 'eighty', 'dollar', 'trip', 'worked', 'passage', 'easy', 'man', 'little', 'mean', 'sort', 'education', 'boy', 'limited', 'resource', 'desire', 'college_course', 'let', 'effort', 'tend', 'building', 'strong', 'body', 'storehouse', 'drawn', 'later', 'building', 'strong', 'mind', 'custom', 'boy', 'entering', 'school', 'athletics', 'boy', 'soon', 'better', 'parent', 'teacher', 'tell', 'good', 'athlete', 'refrain', 'drinking', 'smoking', 'foolish', 'excess', 'time', 'average', 'boy', 'ready', 'college', 'follows', 'simple', 'life', 'physical_condition', 'strengthened', 'good', 'nourishment', 'ready', 'strain']
root - INFO - extracting file #58500: 2017-04-Final-Corpus/LH19111001-V26-10-page43.txt
root - INFO - extracting file #59000: 2017-04-Final-Corpus/LH19120801-V27-08-page10.txt
root - INFO - ['fail', 'atne', 'antituberculosis', 'tight', 'ozcssy', 'said', 'begin', 'fail', 'lack', 'proper', 'perspective', 'failure', 'realize', 'thunderstruck', 'titanic', 'disaster', 'needle', 'death', 'terrible', 'true', 'bring', 'realize', 'twice', 'week', 'person', 'death', 'consumption', 'country', 'realize', 'tuberculosis', 'death', 'equal', 'titanic', 'disaster', 'year', 'congressman', 'spend', 'week', 'investigating', 'titanic', 'disaster', 'scarcely', 'thought', 'tuberculosis', 'death', 'constituency', 'people', 'fault', 'realize', 'losing', 'unnecessary', 'disease', 'realize', 'situation', 'revolutionize', 'educational_system', 'place', 'emphasis', 'belongs', 'believe', 'educational_system', 'lower', 'grade', 'higher', 'school', 'essentially', 'defective', 'fails', 'important', 'instruction', 'pertains', 'daily', 'home', 'life', 'care', 'health', 'countess', 'aberdeen', 'excellent', 'presidential', 'address', 'health', 'congress', 'held', 'dublin', 'auspex', 'royal', 'institute', 'health', 'voiced', 'criticism', 'following', 'pregnant', 'word', 'woman', 'citizen', 'country', 'position', 'discharge', 'rightly', 'responsibility', 'safeguafding', 'health', 'home', 'live', 'clear', 'proper', 'adequate', 'training', 'education', 'subject', 'bear', 'health', 'home', 'education', 'girl', 'class', 'society', 'doe', 'include', 'thorough', 'training', 'essential_part', 'life_work', 'held', 'defective', 'plea', 'woman', 'national', 'health', 'association', 'general', 'recognition', 'essential', 'need', 'making', 'education', 'line', 'necessity', 'girl', 'grade', 'education', 'add', 'hearty', 'amen', 'surely', 'common', 'knowledge', 'teaching', 'school', 'altogether', 'theoretical', 'curriculum', 'subject', 'instruction', 'included', 'prove', 'little', 'use', 'later', 'life', 'utilize', 'public_school', 'teach', 'simple', 'understandable', 'language', 'vital_importance', 'cleanliness', 'fundamental_principle', 'concerned', 'prevention', 'causation', 'infectious', 'disease', 'typhoid', 'fever', 'scarlet', 'fever', 'diphtheria', 'tuberculosis', 'teach', 'principle', 'sanitation', 'domestic', 'personal', 'hygiene', 'definite', 'practical_way', 'coming', 'stage', 'action', 'new', 'generation', 'longer', 'ignorant', 'body', 'law', 'pertain', 'acquainted', 'principle', 'healthful', 'living', 'applied', 'daily', 'home', 'life', 'possessing', 'knowledge', 'care', 'child', 'provision', 'wholesome_food', 'drink', 'medical', 'college', 'criticism', 'bring', 'medical', 'curriculum', 'provided', 'college', 'university', 'criticism', 'expressed', 'recent_number', 'medical', 'press', 'circular', 'following', 'language', 'high_standard']
root - INFO - extracting file #59500: 2017-04-Final-Corpus/LH19130701-V28-07-page3.txt
root - INFO - extracting file #60000: 2017-04-Final-Corpus/LH19140701-V29-07-page11.txt
root - INFO - ['fresh', 'grape', 'juice', 'roast', 'potato', 'vary', 'meal', 'better', 'overcautious', 'weaken', 'little', 'stomach', 'questionable', 'food', 'baby', 'older', 'soft', 'cooked', 'fresh', 'egg', 'ripe', 'banana', 'baby', 'year', 'old', 'grape', 'learns', 'discard', 'skin', 'seed', 'apple', 'added', 'dietary', 'doubt', 'cleanliness', 'dairy', 'supply', 'fresh', 'milk', 'come', 'better', 'substitute', 'best', 'ready', 'prepared', 'baby', 'food', 'orange', 'juice', 'juice', 'fresh', 'ripe', 'grape', 'feeding', 'young', 'bottle', 'baby', 'best', 'use', 'drop', 'orange', 'juice', 'gradually', 'increase', 'year', 'old', 'tablespoonful', 'fresh', 'grape', 'juice', 'occasionally', 'instead', 'older', 'child', 'use', 'grape', 'juice', 'bottled', 'preservative', 'dark', 'kind', 'help', 'form', 'blood', 'good', 'pale', 'person', 'convalescing', 'illness', 'pale', 'catawba', 'grape', 'juice', 'especially', 'helpful', 'case', 'stomach', 'sensitive', 'digestion', 'poor', 'past', 'babyhood', 'eat', 'fresh', 'ripe', 'fruit', 'meal', 'instead', 'meat', 'heating', 'fruit', 'wholesome', 'dessert', 'substitute', 'sweet', 'combined', 'flaked', 'cereal', 'furnishes', 'easy', 'prepare', 'luncheon', 'child', 'prefer', 'food', 'sultry', 'day', 'child', 'wear', 'clothes', 'comfort', 'romper', 'ideal', 'child', 'learned', 'wet', 'need', 'clothes', 'beneath', 'day', 'cool', 'sandal', 'protect', 'foot', 'injury', 'required', 'yard', 'long', 'hair', 'little', 'girl', 'fastened', 'head', 'loose', 'coil', 'tied', 'popular', 'bow', 'dressier', 'clothes', 'sheer', 'material', 'need', 'heating', 'plainer', 'style', 'comfortable', 'good', 'taste', 'little', 'nice', 'grassy', 'yard', 'shade', 'live', 'outside', 'nearly', 'season', 'meal', 'served', 'damp', 'clean', 'sand', 'pile', 'sand', 'toy', 'swing', 'tent', 'busy', 'happy', 'care', 'advised', 'best', 'possible', 'health', 'general_articles', 'young', 'brother', 'seek', 'cool', 'depth', 'swimming', 'pool']
root - INFO - extracting file #60500: 2017-04-Final-Corpus/LH19150701-V30-07-page12.txt
root - INFO - extracting file #61000: 2017-04-Final-Corpus/LH19160601-V31-06-page8.txt
root - INFO - ['deep', 'breathing', 'exercise', 'james', 'frederick', 'tomfoolishness', 'matter', 'deep', 'breathing', 'exercise', 'mean', 'suggested', 'obtaining', 'health', 'flattering', 'promise', 'offered', 'enticing', 'subject', 'expand', 'chest', 'fully', 'working', 'air', 'bellow', 'capacity', 'time', 'day', 'blood', 'washed', 'free', 'impurity', 'surcharged', 'lifegiving', 'oxygen', 'refreshed', 'invigorated', 'intervening', 'period', 'perforce', 'let', 'nature', 'attend', 'respiratory', 'activity', 'exaggerated', 'reward', 'induce', 'lead', 'sedentary', 'life', 'breathing', 'exercise', 'ought', 'disillusion', 'exerciser', 'pointing', 'error', 'theory', 'involved', 'breather', 'learns', 'soon', 'experience', 'promised', 'instead', 'having', 'short', 'cut', 'health', 'blind', 'alley', 'consequence', 'discouragement', 'stop', 'deep', 'breathing', 'altogether', 'seek', 'promising', 'pathway', 'realm', 'bodily', 'perfection', 'machinery', 'external', 'respiration', 'ordinarily', 'mean', 'breathing', 'apparatus', 'carry', 'work', 'purpose', 'supplying', 'blood', 'oxygen', 'needed', 'carrying', 'away', 'blood', 'waste', 'carbon', 'dioxide', 'watery', 'vapor', 'ready', 'oxygen', 'needed', 'carbon', 'dioxide', 'given', 'depend', 'altogether', 'chemical', 'activity', 'moment', 'muscle', 'nerve', 'bone', 'gland', 'body', 'activity', 'quickened', 'work', 'arm', 'leg', 'vigorously', 'exercise', 'brain', 'digest', 'meal', 'demand', 'oxygen', 'waste', 'oxygenation', 'machinery', 'breathing', 'work', 'harder', 'breathe', 'rapidly', 'deeply', 'rogers', 'mere', 'breathing', 'increase', 'chemical', 'activity', 'body', 'true', 'deep', 'breathing', 'exercise', 'oxygen', 'blood', 'increased', 'carbon', 'dioxide', 'reduced', 'slightly', 'proof', 'effect', 'farther', 'blood', 'return', 'minute', 'called', 'impure', 'condition', 'breathing', 'sufficiently', 'deep', 'frequent', 'person', 'dizzy', 'faint', 'respiration', 'suddenly', 'stop', 'fact', 'carbon', 'dioxide', 'washed', 'blood', 'substance', 'thought', 'poisonous', 'use', 'body', 'kept', 'hand', 'blood', 'large_amount', 'larger', 'fact', 'oxygen', 'bad', 'thing', 'deep', 'breathing', 'wash', 'away', 'substance', 'deep', 'breathing', 'mean', 'cleansing', 'blood', 'success', 'deep', 'breathing', 'exercise', 'good_thing', 'notwithstanding', 'fact', 'promise', 'hold', 'water', 'place', 'scarcely', 'good', 'deep', 'breath', 'assuming', 'excellent', 'posture', 'order', 'chest', 'largest', 'air', 'spine', 'straight', 'body', 'erect', 'good', 'better', 'fact', 'mind', 'try', 'maintain', 'posture', 'attained', 'second', 'place', 'deep', 'breathing', 'quickens', 'mechanical', 'action', 'movement', 'chest', 'circulation', 'blood', 'whole_body', 'time', 'help', 'heart', 'work', 'tends', 'relieve', 'local', 'congestion', 'taken', 'place', 'sitting', 'lastly', 'deep', 'respiration', 'brings', 'play', 'lung', 'especially', 'upper', 'portion', 'ordinary', 'breathing']
root - INFO - extracting file #61500: 2017-04-Final-Corpus/LH19170901-V32-09-page31.txt
root - INFO - extracting file #62000: 2017-04-Final-Corpus/LH19190501-V34-05-page26.txt
root - INFO - ['news', 'note', 'onommemomim', 'inill', 'mfininittltinilii', 'kell', 'vice', 'campaign', 'south', 'state', 'parish', 'city', 'authority', 'acting', 'suggestion', 'united', 'state', 'public', 'health', 'service', 'begun', 'shreveport', 'active', 'campaign', 'purpose', 'stamping', 'commercialized', 'vice', 'suppressing', 'house', 'fame', 'campaign', 'conducted', 'oscar', 'dowling', 'president', 'state_board', 'health', 'war', 'loss', 'men', 'scientific', 'american', 'december', 'publishes', 'list', 'casualty', 'follows', 'austria', 'hungary', 'tilled', 'wounded', 'killed', 'men', 'officer', 'germany', 'total', 'loss', 'killed', 'prisoner', 'fate', 'unknown', 'britain', 'little', 'dead', 'cause', 'america', 'total', 'casualty', 'killed', 'dead', 'disease', 'cause', 'classified', 'surgical', 'instrument', 'united', 'state', 'large', 'importing', 'house', 'represents', 'able', 'supply', 'thousand', 'different', 'surgical', 'item', 'dealer', 'carry', 'stock', 'different_kinds', 'surgical', 'instrument', 'manufactured', 'united', 'state', 'value', 'cent', 'instrument', 'came', 'germany', 'effect', 'war', 'stimulation', 'manufacture', 'standardization', 'type', 'surgical', 'instrument', 'country', 'lesser', 'cost', 'instance', 'ophthalmoscope', 'war', 'imported', 'cost', 'cost', 'scientific', 'american', 'physician', 'needed', 'rural', 'section', 'rural', 'community', 'new', 'york', 'state', 'absolutely', 'physician', 'according', 'letter', 'daily', 'received', 'state', 'department', 'health', 'country', 'road', 'practically', 'impassable', 'situation', 'case', 'neighboring', 'town', 'longer', 'depended', 'medical', 'assistance', 'emergency', 'order', 'aid', 'community', 'state', 'department', 'health', 'placed', 'advertisement', 'medical', 'journal', 'physician', 'desire', 'locate', 'rural', 'community', 'pneumonia', 'vaccine', 'discharged', 'men', 'surgeon', 'general', 'army', 'given', 'order', 'soldier', 'desire', 'vaccinated', 'pneumonia', 'discharged', 'certain', 'condition', 'civilian', 'avail', 'preventive', 'treatment', 'psychological', 'entrance', 'examination', 'columbia', 'college', 'undergraduate', 'department', 'columbia', 'university', 'inaugurated', 'new', 'entrance', 'examination', 'old', 'style', 'examination', 'determine', 'applicant', 'previous', 'scholarship', 'away', 'instead', 'given', 'psychological', 'examination', 'determine', 'mental', 'capacity', 'progressive', 'student', 'able', 'cram', 'away', 'capacity', 'improvement', 'examination', 'include', 'applicant', 'school', 'record', 'character', 'health', 'record', 'mental', 'capacity', 'determined', 'series', 'psychological', 'test', 'aim', 'exclude', 'mentally', 'physically', 'morally', 'unfit', 'work', 'diet', 'teeth', 'formation', 'interesting', 'paper', 'mellanby', 'london', 'lancet', 'dec', 'poor', 'teeth', 'deficiency', 'disease', 'mellanby', 'fed', 'number', 'puppy', 'abundance', 'food', 'containing', 'ample', 'supply', 'fat', 'soluble', 'result', 'growth', 'sound', 'normal', 'teeth', 'lot', 'puppy', 'fed', 'food', 'ample', 'respect', 'lacked', 'fat', 'soluble', 'puppy', 'showed', 'delayed', 'loss', 'milk', 'teeth', 'delayed', 'eruption', 'permanent', 'teeth', 'irregularity', 'position', 'overlapping', 'teeth', 'defective', 'enamel', 'low', 'calcium', 'content', 'teeth', 'soft', 'cut', 'knife', 'home', 'study', 'habit', 'habit', 'form', 'school', 'fireside', 'correspondence', 'school', 'organized', 'help', 'form', 'habit', 'president', 'general_conference', 'believe', 'school', 'conferring', 'unspeakable', 'benefit', 'people', 'full_particulars', 'write', 'today', 'principal', 'lewis', 'takoma', 'park', 'columbus', 'rural', 'rest', 'home', 'rest', 'comfort', 'nutritional', 'aid', 'pleasant', 'association', 'close', 'medical', 'supervision', 'nervous', 'insane', 'harding', 'attending', 'pilysician', 'east', 'state', 'street', 'columbus', 'ohio']
root - INFO - extracting file #62500: 2017-04-Final-Corpus/LH19201201-V35-12-page31.txt
root - INFO - extracting file #63000: 2017-04-Final-Corpus/LibM19090401-V04-02-page41.txt
root - INFO - ['differ', 'motive', 'pure', 'motive', 'caused', 'spanking', 'went', 'swimming', 'sunday', 'set', 'judge', 'conscience', 'bigot', 'neighboi', 'enjoy', 'going', 'church', 'listen', 'fourthly', 'sermon', 'law', 'shall', 'certainly', 'shall', 'law', 'upholds', 'fourthly', 'perspiring', 'work', 'pulpit', 'sunday', 'neighbor', 'wife', 'equal', 'pleasure', 'showing', 'new', 'bonnet', 'church', 'sunday', 'day', 'social', 'conquest', 'hand', 'fourthly', 'tiresome', 'view', 'mental', 'relaxation', 'sunday', 'day', 'rest', 'fain', 'hie', 'athletic', 'park', 'root', 'favorite', 'law', 'shall', 'neighbor', 'shall', 'law', 'course', 'strictly', 'religious', 'view', 'sunday', 'day', 'sacredly', 'set', 'apart', 'lord', 'enthusiasm', 'strictly', 'religious_observance', 'explained', 'law', 'account', 'religious_views', 'large', 'powerful', 'religious', 'denomination', 'tenet', 'belief', 'sin', 'eat', 'meat', 'friday', 'denomination', 'sufficiently', 'strong', 'propose', 'enactment', 'law', 'prohibiting', 'eating', 'meat', 'friday', 'people', 'agitate', 'maintenance', 'law', 'shall', 'shall', 'amuse', 'sunday', 'tamely', 'submit', 'hardly', 'think', 'johnson', 'nebraska', 'state', 'journal', 'march', 'alliance', 'church', 'state', 'great', 'question', 'going', 'confront', 'people', 'country', 'question', 'alliance', 'church', 'state', 'religious', 'force', 'encroaching', 'confines', 'secular', 'state', 'church', 'making', 'demand', 'state', 'right', 'read', 'sign', 'time', 'going', 'great', 'vital', 'question', 'people', 'republic', 'doe', 'require', 'prophet', 'vision', 'forecast', 'problem', 'soon', 'going', 'vex', 'country', 'biennial', 'council', 'union', 'american', 'hebrew', 'congregation', 'declared', 'resolution', 'christian', 'country', 'number', 'christian', 'denomination', 'came', 'protest', 'position', 'taken', 'council', 'jew', 'far', 'attempting', 'dictate', 'policy', 'nation', 'doe', 'need', 'attempt', 'dictate', 'position', 'country', 'church', 'state', 'question', 'dictated', 'father', 'country', 'jew', 'willing', 'abide', 'anxious', 'citizen', 'country', 'abide', 'policy', 'jew', 'opinion', 'jew', 'display', 'marano', 'spirit', 'question', 'cowardly', 'jewish', 'christian', 'question', 'american', 'question', 'true', 'lover', 'country', 'think', 'deeply', 'question', 'view', 'narrow', 'selfish', 'creedal', 'standpoint', 'view', 'broadest', 'light', 'truest', 'highest', 'americanism', 'doe', 'answer', 'question', 'church', 'state', 'kept', 'apart', 'citizen', 'going', 'view', 'light', 'behooves', 'true', 'lover', 'country', 'matter', 'creed', 'band', 'united', 'stand', 'question', 'behooves', 'men', 'believe', 'secular', 'state', 'join', 'hand', 'present', 'solid', 'prepared', 'meet', 'question', 'come', 'public', 'tobias', 'schanfarber', 'chicago', 'israelite', 'feb', 'liberty']
root - INFO - extracting file #63500: 2017-04-Final-Corpus/LibM19120101-V07-01-page34.txt
root - INFO - extracting file #64000: 2017-04-Final-Corpus/LibM19150101-V10-01-page13.txt
root - INFO - ['friend', 'supporter', 'turkey', 'russia', 'dream', 'day', 'peter', 'great', 'russia', 'cherished', 'hope', 'posse', 'constantinople', 'dream', 'led', 'russia', 'fight', 'turk', 'advantageous', 'opportunity', 'past', 'century', 'hope', 'establishing', 'basal', 'relief', 'station', 'russia', 'opportunity', 'general', 'combination', 'power', 'time', 'saved', 'turkey', 'final', 'destruction', 'heavy', 'hammer', 'russian', 'force', 'blood', 'son', 'shown', 'ally', 'friendship', 'hold', 'hand', 'russia', 'accepts', 'challenge', 'thrown', 'mad', 'hireling', 'copyright', 'underwood', 'underwood', 'new', 'york', 'liberty', 'constantinople', 'europe', 'asia', 'meet', 'bosporus', 'stantinople', 'greater', 'russia', 'obtaining', 'command', 'gateway', 'east', 'west', 'direct', 'access', 'ocean', 'icefree', 'port', 'way', 'bosporus', 'dardanelles', 'russia', 'belief', 'hour', 'opportunity', 'come', 'russian', 'believe', 'turkey', 'doomed', 'russian', 'newspaper', 'express', 'enthusiastic', 'gratification', 'turkey', 'entrance', 'war', 'declaring', 'turkish', 'question', 'possible', 'settlement', 'time', 'bourse', 'gazette', 'russia', 'november', 'germany', 'march', 'fulfillment', 'destiny', 'undimmed', 'faith', 'noz', 'vremya', 'november', 'day', 'turkish', 'force', 'handed', 'german', 'day', 'virtual', 'death', 'glorious', 'ottoman', 'empire', 'commander', 'german', 'army', 'german', 'officer', 'simply', 'acted', 'funeral', 'guard', 'bombay', 'chronicle', 'november', 'editorial', 'headed', 'suicide', 'turkey', 'entrance', 'war', 'folly', 'rashness', 'continued', 'page']
root - INFO - extracting file #64500: 2017-04-Final-Corpus/LibM19171001-V12-04-page33.txt
root - INFO - extracting file #65000: 2017-04-Final-Corpus/LUH19090317-V01-20-page1.txt
root - INFO - ['ceakw', 'eraid', 'due_season', 'shall', 'real', 'fain', 'vol', 'berrien', 'spring', 'mich', 'wednesday', 'march', 'lake_union_conference', 'directory', 'office', 'address', 'dean', 'building', 'south_bend', 'ind', 'president', 'allen_moon', 'office', 'address', 'vice', 'president', 'wight', 'west', 'allen', 'street', 'springfield', 'ill', 'secretary', 'treasurer', 'edward', 'office', 'address', 'educational', 'secretary', 'straw', 'berrien', 'spring', 'mich', 'field', 'agent', 'missionary', 'secretary', 'blosser', 'berrien', 'spring', 'christ', 'sacrifice', 'look', 'small', 'work', 'year', 'ago', 'bound', 'poverty', 'evidence', 'clear', 'god', 'singularly', 'led', 'people', 'amid', 'discouragement', 'financial', 'embarrassment', 'word', 'come', 'forward', 'voice', 'forward', 'god', 'wonderfully', 'led', 'apostasy', 'threatened', 'danger', 'deep', 'plot', 'laid', 'adversary', 'soul', 'ensnare', 'forward', 'sin', 'ancient', 'israel', 'thank', 'god', 'christ', 'open_door', 'man', 'shut', 'men', 'freely', 'extend', 'forgiveness', 'injury', 'blot', 'sin', 'great', 'record', 'book', 'voice', 'sounding', 'calvary', 'son', 'daughter', 'thy', 'sin', 'forgiven', 'thee', 'efficacious', 'word', 'power', 'awakens', 'gratitude', 'grateful', 'heart', 'channel', 'forgiveness', 'open', 'come', 'pouring', 'rich', 'flood', 'divine', 'mercy', 'forgiveness', 'cleansing', 'stream', 'greatest', 'sinner', 'pardon', 'expressed', 'wonder', 'god', 'demanded', 'slain', 'victim', 'sacrificial', 'offering', 'jewish_people', 'rivet', 'mind', 'great_truth', 'shedding', 'blood', 'remission', 'sin', 'lesson', 'embodied', 'sacrifice', 'impressed', 'ceremony', 'solemnly', 'preached', 'priest', 'holy', 'office', 'inculcated', 'god', 'blood', 'christ', 'forgiveness', 'sin', 'little', 'people', 'feel', 'force', 'great_truth', 'seldom', 'living', 'acting', 'faith', 'bring', 'life', 'great_truth', 'forgiveness', 'sin', 'forgiveness', 'greatest', 'sin', 'wish', 'present', 'subject', 'justice', 'demanded', 'suffering', 'man', 'christ', 'equal', 'god', 'gave', 'suffering', 'god', 'needed', 'atonement', 'suffering', 'sin', 'committed', 'man', 'man', 'free', 'pardon', 'accessible', 'suffering', 'christ', 'correspondence', 'spotless', 'purity', 'mich', 'medical_secretary', 'clark', 'moline', 'ill', 'allen_moon', 'wight', 'edward', 'covert', 'executive_committee', 'morris', 'lukens', 'mcreynolds', 'haughey', 'slade', 'notice', 'ill', 'wix', 'straw', 'grraf', 'blosser', 'authorized', 'announce', 'conference', 'lake_union', 'publish', 'local', 'paper', 'agreed', 'club', 'rate', 'herald', 'cent', 'send', 'cent', 'tract_society', 'receive', 'local', 'paper', 'lake_union', 'herald', 'library', 'lord', 'lyre', 'laurel', 'look', 'silently', 'shelf', 'proud', 'theologian', 'quarrel', 'written', 'book', 'like', 'speak', 'foe', 'aspersion', 'prejudice', 'hinders', 'view', 'weary', 'groundless', 'assertion', 'long', 'volume', 'true', 'pen', 'trailing', 'idle', 'eye', 'wandered', 'book', 'beloved', 'bible', 'dear', 'page', 'look', 'rest', 'weary', 'solace', 'trouble', 'care', 'home', 'love', 'dreary', 'mansion', 'await', 'read', 'life', 'endless', 'time', 'lay', 'hand', 'youth', 'lonely', 'friendless', 'walk', 'sunshine', 'truth', 'read', 'happy', 'awakening', 'day', 'white_robes', 'given', 'righteous', 'earth', 'life', 'forsaking', 'shall', 'enter', 'glory', 'heaven', 'read', 'city', 'beauty', 'radiant', 'jasper', 'gold', 'faithful', 'duty', 'recompense', 'told', 'pen', 'lying', 'idle', 'shadow', 'night', 'darker', 'fall', 'lay', 'bible', 'thank', 'god', 'thank', 'god', 'depth', 'agony', 'proportianate', 'dignity', 'santee']
root - INFO - extracting file #65500: 2017-04-Final-Corpus/LUH19100518-V02-20-page5.txt
root - INFO - extracting file #66000: 2017-04-Final-Corpus/LUH19110726-V03-30-page5.txt
root - INFO - ['lake', 'union', 'herald', 'southern', 'illinois', 'work', 'recently', 'visiting', 'saint', 'louis', 'acquainted', 'family', 'near', 'belleville', 'lately', 'come', 'ifito', 'truth', 'reading', 'effort', 'canvasser', 'paying', 'tithe', 'planning', 'baptized', 'near_future', 'adventist', 'vicinity', 'brother', 'miner', 'neighbor', 'understand', 'afford', 'lose', 'day', 'pay', 'order', 'sabbath', 'tell', 'afford', 'work', 'day', 'family', 'zealous', 'distributing', 'literature', 'interested', 'glad', 'elder', 'miller', 'able', 'visit', 'church', 'conference', 'sabbath', 'july', 'met', 'church', 'peoria', 'friday', 'evening', 'spoke', 'springfield', 'church', 'member', 'present', 'second', 'church', 'message', 'brought', 'encouragement', 'morning', 'spoke', 'company', 'decatur', 'concerning', 'work', 'india', 'mission_fields', 'writer', 'conducted', 'service', 'afternoon', 'nearly', 'member', 'present', 'good_work', 'decatur', 'brother', 'craig', 'graham', 'holding', 'bible', 'study', 'week', 'good_attendance', 'glad', 'report', 'nearly', 'church', 'planning', 'attend', 'shelbyville', 'camp', 'meeting', 'elder', 'miller', 'left', 'decatur', 'champaign', 'bloomington', 'meeting', 'held', 'good_interest', 'bristol', 'camp', 'meeting', 'benefit', 'attend', 'camp', 'meeting', 'year', 'ground', 'shelbyville', 'beautiful', 'convenience', 'perfectly', 'sanitary', 'shaded', 'walk', 'running', 'different_parts', 'ground', 'large', 'pavilion', 'case', 'rain', 'damp', 'large_tent', 'ground', 'tiled', 'water', 'doe', 'stand', 'plan', 'followed', 'dining', 'tent', 'year', 'meal', 'served', 'european', 'plan', 'nominal', 'cost', 'tent', 'expense', 'year', 'tent', 'floor', 'camp', 'meeting', 'held', 'union', 'year', 'season', 'great', 'refreshing', 'reason', 'privilege', 'receive', 'lord', 'blessing', 'principal', 'thing', 'preparation', 'heart', 'come', 'meeting', 'expecting', 'lord', 'presence', 'bristol', 'southern', 'illinois', 'conference', 'meeting', 'ninth', 'annual_session', 'southern', 'illinois', 'conference', 'held', 'camp', 'ground', 'shelbyville', 'ill', 'sept', 'church', 'southern', 'illinois', 'entitled', 'delegate', 'organization', 'member', 'bristol', 'president', 'edith', 'mcclellan', 'secretary', 'southern', 'illinois', 'conference_association', 'southern', 'illinois', 'conference_association', 'seventhday_adventists', 'corporation', 'illinois', 'hold', 'annual_meeting', 'shelbyville', 'ill', 'connection', 'campmeeting', 'aug', 'sept', 'meeting', 'held', 'friday', 'sept', 'board', 'trustee', 'elected', 'business', 'transacted', 'properly', 'come', 'meeting', 'accredited', 'delegate', 'southern', 'illinois', 'conference', 'delegate', 'association', 'bristol', 'president', 'craig', 'secretary', 'elder', 'bristol', 'visited', 'findlay', 'stewardson', 'vicinity', 'july', 'glad', 'report', 'money', 'coming', 'pledge', 'tent', 'fund', 'fund', 'paid', 'brother', 'addis', 'canvassing', 'near', 'springfield', 'recently', 'took', 'order', 'daniel', 'revelation', 'relative', 'elder', 'james_white', 'time', 'order', 'tent', 'shelbyville', 'campmeeting', 'tent', 'rent', 'year', 'tent', 'floor', 'read', 'clipping', 'washington', 'herald', 'concerning', 'johnston', 'sunday', 'page', 'review', 'july', 'worth', 'attention', 'sabbath', 'july', 'good_day', 'church', 'shelbyville', 'elder', 'stureman', 'met', 'company', 'ordinance', 'celebrated', 'thirteen', 'baptized', 'brother', 'clarence', 'emerick', 'sale', 'week', 'think', 'reached', 'dollar', 'mark', 'taken', 'sick', 'friday', 'hour', 'save', 'money', 'use', 'come', 'shelbyville', 'camp', 'meeting', 'save', 'money', 'come', 'bookstand', 'ask', 'plan', 'attend', 'afford', 'miss', 'meeting', 'brother', 'ferris', 'writes', 'date', 'july', 'closed', 'public_meetings', 'orchardville', 'sunday', 'night', 'company', 'best', 'courage', 'elder', 'woodford', 'went', 'elmo', 'came', 'bluford', 'little', 'company', 'pleased', 'prospect', 'having', 'meeting', 'near_future', 'received', 'following', 'brother', 'applegate', 'promised', 'lord', 'tuesday', 'colored', 'work', 'provided', 'dollar', 'order', 'choose', 'day', 'subject', 'change', 'got', 'looked', 'like', 'lord', 'helped', 'place', 'library', 'binding', 'place', 'cloth', 'closed', 'day', 'way', 'glorious', 'indiana', 'church', 'tent', 'company', 'concluded', 'monday', 'went', 'eaton', 'visited', 'tent_company', 'composed', 'elder', 'elli', 'elder', 'anderson', 'daughter', 'helping', 'music', 'privilege', 'place', 'meeting', 'people', 'new', 'hope', 'church', 'far', 'distant', 'pleasant', 'surprise', 'elder', 'elli', 'anderson', 'meeting', 'fair', 'success', 'having', 'steady', 'attendance', 'meeting', 'notwithstanding', 'fact', 'minister', 'city', 'diligently', 'working', 'endeavoring', 'draw', 'away', 'people', 'meeting', 'thirty', 'interested', 'person', 'coming', 'regularly', 'monday', 'night', 'elder', 'elli', 'spoke', 'origin', 'history', 'destiny', 'satan', 'presented', 'people', 'earnest', 'forceful', 'manner', 'pleased', 'service', 'gospel', 'christ', 'power', 'save', 'woven', 'tuesday', 'professor', 'avery', 'parted', 'company', 'going', 'hartford', 'city', 'barber', 'took', 'train', 'newcastle', 'spending', 'afternoon', 'night', 'brother', 'midst', 'sabbath', 'question', 'having', 'presented', 'sabbath', 'day', 'week', 'new', 'testament', 'elder', 'miller', 'spoke', 'evening', 'change', 'sabbath', 'attendance', 'listened', 'closely', 'able', 'pre', 'news', 'note']
root - INFO - extracting file #66500: 2017-04-Final-Corpus/LUH19121030-V04-44-page3.txt
root - INFO - extracting file #67000: 2017-04-Final-Corpus/LUH19140121-V06-03-page8.txt
root - INFO - ['lake_union', 'herald', 'issued', 'weekly', 'lake_union_conference', 'seventh', 'day', 'adventigts', 'price', 'fifty', 'cent', 'year', 'printed', 'emmanuel', 'missionary', 'college_press', 'berrien', 'spring', 'michigan', 'entered', 'second', 'class_matter', 'november', 'post_office', 'berrien', 'spring', 'michigan', 'subscription', 'sent', 'local', 'conference', 'tract', 'society', 'office', 'matter', 'intended', 'publication', 'sent', 'editor', 'lake_union', 'herald', 'berrien', 'spring', 'michigan', 'approved', 'advertisement', 'published', 'herald', 'following', 'rate', 'word', 'fifty', 'cent', 'insertion', 'cent', 'word', 'additional_word', 'group', 'initial', 'figure', 'count', 'word', 'cash', 'accompany_copy', 'advertisement', 'problem', 'confront', 'worker', 'tent', 'hall', 'effort', 'member', 'turn', 'giving', 'talk', 'leading', 'point', 'denominational', 'doctrine', 'post', 'card', 'sent', 'asking', 'desired', 'college', 'bulletin', 'sent', 'responded', 'herald', 'bulletin', 'bulletin', 'free_distribution', 'required', 'ask', 'received', 'card', 'desire', 'college', 'catalogue', 'sent', 'regularly', 'summer_school', 'announcement', 'commencement', 'fall', 'number', 'bulletin', 'return', 'card', 'mail', 'list', 'soon', 'corrected', 'interested', 'work', 'recent', 'personal', 'letter', 'weber', 'glean', 'following', 'japan', 'agrees', 'enjoying', 'study', 'language', 'interesting', 'somewhat', 'puzzling', 'time', 'anxious', 'gain', 'working', 'knowledge', 'soon', 'possible', 'putting', 'forth', 'best', 'effort', 'reach', 'goal', 'think', 'good', 'day', 'spent', 'hoping', 'emmanuel', 'missionary', 'college', 'yea', 'come', 'help', 'great_need', 'man', 'charge', 'book_work', 'train', 'young_man', 'publication', 'new', 'temperance', 'instructor', 'new', 'temperance', 'instructor', 'bear', 'date', 'february', 'ready', 'mail', 'january', 'temperance', 'issue', 'excellent', 'new', 'number', 'superior', 'content', 'illustration', 'cover', 'illustration', 'designed', 'impress', 'purity', 'sacredness', 'happiness', 'natural', 'home', 'contrasted', 'home', 'later', 'wrecked', 'ruined', 'father', 'use', 'liquor', 'ninety', 'illustration', 'overwhelming', 'array', 'fact', 'figure', 'curse', 'liquor', 'tobacco', 'render', 'issue', 'instructor', 'strongest', 'appeal', 'county', 'state', 'national', 'prohibition', 'published', 'certainly', 'fail', 'saving', 'slave', 'liquor', 'tobacco', 'protecting', 'captured', 'ruined', 'paving', 'way', 'home', 'community', 'entering', 'gospel', 'message', 'special', 'time', 'life', 'cut', 'curious', 'plan', 'shaping', 'man', 'god', 'better', 'art', 'shape', 'eternity', 'clasp', 'hand', 'oft', 'reveal', 'sympathy', 'feel', 'lose', 'care', 'heart', 'glad', 'rebound', 'tender', 'sympathy', 'new', 'world', 'bright', 'fair', 'time', 'come', 'doe', 'matter', 'faired', 'daintily', 'worn', 'soft', 'raiment', 'leave', 'great', 'fortune', 'shall', 'reaped', 'honor', 'despised', 'counted', 'learned', 'ignorant', 'compared', 'talent', 'intrusted', 'marter', 'service', 'shall', 'matter', 'eyeball', 'glaze', 'ear', 'grow', 'dull', 'darkness', 'stretch', 'hand', 'silence', 'come', 'voice', 'thou_good', 'faithful', 'servant', 'thou', 'hast', 'faithful', 'thing', 'thee', 'ruler', 'thing', 'enter', 'thou', 'joy', 'thy', 'lord', 'lou', 'kirby', 'curtis', 'editor', 'statement', 'receipt', 'mission', 'fund', 'year', 'figured', 'basis', 'cent', 'member', 'month', 'cent', 'member', 'month', 'required', 'paid', 'east', 'michigan', 'indiana', 'amt', 'short', 'illinois', 'north', 'michigan', 'illinois', 'west', 'michigan', 'wisconsin', 'total', 'college', 'college', 'board', 'meet', 'tuesday', 'wednesday', 'college', 'carl', 'clough', 'enjoyed', 'visit', 'week', 'mother', 'caroline', 'louise', 'clough', 'hinsdale', 'ill', 'skating', 'past_week', 'student', 'enjoyed', 'fair', 'skating', 'time', 'lately', 'word', 'received', 'froth', 'francis', 'swan', 'year', 'student', 'stating', 'hope', 'year', 'prof', 'lamson', 'gave', 'student', 'good', 'talk', 'chapel', 'time', 'christian_education', 'talk', 'inspiring', 'effective', 'new', 'student', 'enrolled', 'week', 'miss', 'edna', 'fitton', 'new', 'york', 'ivan', 'white', 'east', 'michigan', 'reavis', 'arrived', 'week', 'miss', 'anna', 'mast', 'emma', 'doomes', 'spent', 'sabbath', 'college', 'miss', 'mast', 'year', 'student', 'expects', 'near_future', 'cush', 'spark', 'time', 'missionary', 'china', 'compelled', 'condition', 'wife', 'health', 'return', 'america', 'work', 'foreman', 'printing', 'department', 'canvasser', 'band', 'divided', 'book', 'study', 'class', 'leading', 'band', 'study', 'great', 'controversy', 'daniel', 'revelation', 'practical_guide', 'close', 'school', 'energy', 'band', 'spent', 'special', 'training', 'book', 'ministerial', 'band', 'offered', 'help', 'way', 'effort', 'village', 'band', 'member', 'denslow', 'president', 'lundquist', 'vice_president', 'ernest', 'ayars', 'secretary', 'band', 'studying', 'lake_union', 'herald']
root - INFO - extracting file #67500: 2017-04-Final-Corpus/LUH19150407-V07-14-page1.txt
root - INFO - extracting file #68000: 2017-04-Final-Corpus/LUH19160524-V08-21-page2.txt
root - INFO - ['lake_union_herald', 'blessing', 'physical', 'exercise', 'brings', 'student', 'narrow', 'plan', 'industrial', 'training', 'unseen', 'advantage', 'measured', 'estimated', 'school', 'farrms', 'shop', 'educational', 'value', 'btit', 'help', 'student', 'work', 'expense', 'fortunate', 'union', 'able', 'provide', 'worthy', 'young_people', 'proper', 'age', 'health', 'opportunity', 'secure', 'education', 'good', 'cause', 'hindered', 'hindered', 'suppose', 'end', 'time', 'extremist', 'person', 'fad', 'reform', 'little', 'harm', 'time', 'think', 'student', 'stay', 'school', 'year_round', 'contrary', 'testimony', 'claim', 'ought', 'work', 'hour', 'day', 'earn', 'education', 'way', 'week', 'week', 'student', 'able', 'student', 'best', 'plan', 'student', 'canvassing', 'work', 'return', 'home', 'vacation', 'way', 'earn', 'large_share', 'paying', 'way', 'school_year', 'student', 'school', 'month', 'year', 'year', 'year', 'imperfect', 'education', 'child', 'orphan', 'asylum', 'certain', 'institution', 'trained', 'way', 'know', 'touch', 'real_life', 'training', 'unfortunate', 'need', 'rally', 'people', 'aroundr', 'regular', 'conference', 'school', 'harmony', 'light', 'given', 'testimony', 'christian', 'timely', 'word', 'pray', 'lord', 'help', 'live', 'soul', 'associate', 'school', 'relation', 'ministry', 'conference', 'feel', 'blessing', 'god', 'coming', 'contact', 'shown', 'letter', 'come', 'office', 'maybe', 'sanitarium', 'school', 'printing', 'office', 'tract_society', 'sting', 'matter', 'said', 'close', 'wishing', 'lord', 'blessing', 'person', 'sting', 'feel', 'sting', 'letter', 'little', 'ago', 'brother', 'way', 'west', 'wrote', 'letter', 'told', 'letter', 'received', 'christian', 'business', 'man', 'institution', 'asked', 'explanation', 'suppose', 'wanted', 'little', 'comfort', 'sort', 'sad', 'ought', 'study', 'write', 'letter', 'carry', 'sharp', 'sting', 'reader', 'heart', 'gur', 'correspondence', 'christian', 'terribly', 'harsh', 'letter', 'close', 'wishing', 'blessing', 'lord', 'tobe', 'hope', 'good_cheer', 'lord', 'doe', 'surely', 'person', 'thii', 'letter', 'hope', 'good', 'lord', 'hope', 'good_cheer', 'consistency', 'think', 'inconsistent', 'write', 'person', 'letter', 'sting', 'wish', 'person', 'blessing', 'lord', 'wish', 'blessing', 'lord', 'let', 'come', 'correspondence', 'dealing', 'correspondence', 'word', 'lord', 'help', 'weak', 'frail', 'ideal', 'striving', 'come', 'place', 'influence', 'day', 'day', 'shall', 'saving', 'inspiring', 'uplifting', 'cheering', 'jesus', 'live', 'life', 'god', 'thing', 'soul', 'let', 'dwell', 'heart', 'life', 'behold', 'stand', 'door', 'knock', 'man', 'hear', 'voice', 'open', 'door', 'come', 'sup', 'important_thing', 'let', 'jesus', 'come', 'form', 'union', 'bound', 'right', 'hold', 'bible', 'hand', 'wrong', 'read', 'bible', 'teach', 'doctrine', 'wrong', 'man', 'doe', 'went', 'wrong', 'jesus', 'living', 'heart', 'connection', 'union', 'christ', 'essential', 'thing', 'world', 'lord', 'help', 'form', 'union', 'hold', 'end', 'sake', 'daniells', 'northern', 'illinois', 'conference_office', 'address', 'california', 'ave', 'chicago', 'ill', 'president', 'wegtworth', 'change', 'camp_meeting', 'date', 'date', 'northern', 'illinois', 'camp_meeting', 'changed', 'june', 'informed', 'article', 'elder', 'westworth', 'received', 'late', 'issue', 'herald', 'lake', 'titicaca', 'indian', 'mission', 'elder', 'westphal', 'lately', 'reporting', 'missionary', 'peru', 'interesting', 'feature', 'work', 'lake', 'titicaca', 'indian', 'mission', 'year', 'church', 'nearly', 'doubled', 'membership', 'numbering', 'considerably', 'interesting', 'item', 'baptized', 'backslidden', 'beginning', 'work', 'year', 'ago', 'greater', 'reaching', 'new_territory', 'harvest', 'ingathering', 'work', 'helpful', 'mission', 'mind', 'refer', 'calling', 'people', 'contribution', 'mission', 'noted', 'mind', 'donor', 'directed', 'lake', 'titicaca', 'indian', 'mission', 'received', 'financial', 'benefit', 'work', 'success', 'mission', 'prayer', 'offered', 'report', 'baptized', 'period', 'year', 'backslidden', 'source', 'great_encouragement', 'like', 'real', 'definite', 'work', 'field', 'people', 'mind', 'work', 'prays', 'solicitor', 'mark', 'aim', 'point', 'customer', 'place', 'people', 'tell', 'customer', 'know', 'fund', 'applied', 'acquainted', 'men', 'labor', 'field', 'earnest', 'hard', 'working', 'christian', 'splendid', 'lever', 'apply', 'lift', 'live', 'date', 'fact', 'success', 'hand', 'relate', 'work', 'growing', 'plant', 'enlarges']
root - INFO - extracting file #68500: 2017-04-Final-Corpus/LUH19170815-V09-33-page1.txt
root - INFO - extracting file #69000: 2017-04-Final-Corpus/LUH19181016-V10-42-page12.txt
root - INFO - ['lake_union_herald', 'lake_union_herald', 'issued', 'weekly', 'lake_union_conference', 'seventh', 'day', 'adventist', 'price', 'fifty', 'cent', 'year_printed', 'emmanuel', 'missionary', 'college_press', 'berrien', 'spring', 'michigan', 'entered', 'second', 'class_matter', 'november', 'post', 'fice', 'berrien', 'spring', 'michigan', 'subscription', 'sent', 'local', 'conference', 'tract', 'society', 'office', 'matter', 'intended', 'publication', 'sent', 'editor', 'laze', 'union', 'herald', 'berrien', 'spring', 'michigan', 'notice', 'desire', 'time', 'notice', 'reader', 'lake_union_herald', 'college_press', 'lake_union_conference', 'way', 'connected', 'cowee', 'mountain', 'school', 'herald', 'bulletin', 'published', 'circulated', 'counsel', 'advice', 'fact', 'sent', 'berrien', 'spring', 'prestige', 'people', 'important', 'notice', 'church_elders', 'pastor', 'responded', 'number', 'registrant', 'new', 'draft', 'supply', 'leaflet', 'important_matter', 'placed', 'hand', 'called', 'send', 'number', 'letter', 'containing', 'set', 'registration', 'card', 'leaflet', 'sent', 'church', 'elder', 'lake_union_conference', 'way', 'knowing', 'set', 'required', 'furnish', 'registrant', 'church', 'information', 'furnished', 'church', 'elder', 'pastor', 'let', 'matter', 'attended', 'delay', 'mean', 'drafted', 'men', 'college', 'note', 'piano', 'added', 'music', 'department', 'excavating', 'new', 'greenhouse', 'progress', 'valuable', 'asset', 'industrial', 'equipment', 'school', 'state', 'veterinary', 'clark', 'finished', 'tuberculin', 'test', 'college', 'dairy', 'herd', 'entire', 'herd', 'free', 'suspicion', 'miss', 'marsh', 'minnesota', 'arrived', 'thursday', 'evening', 'attend', 'school', 'industrial', 'education', 'long', 'considered', 'necessary', 'school', 'create', 'understanding', 'regard', 'object', 'evening', 'worship', 'period', 'thursday', 'spent', 'learning', 'testimony', 'industrial', 'education', 'best', 'emmanuel', 'missionary', 'college', 'attendance', 'student', 'outside', 'home', 'requested', 'dormitory', 'student', 'attend', 'student', 'ought', 'informed', 'subject', 'year', 'professed', 'christian', 'constantly', 'complaining', 'think', 'cheerfuness', 'happiness', 'sin', 'genuine', 'religion', 'white', 'god', 'selfishness', 'unlovable', 'shaped', 'universal', 'human', 'heart', 'despise', 'unselfishness', 'lovable', 'withhold', 'admiration', 'act', 'life', 'revelation', 'character', 'small', 'duty', 'prof', 'workman', 'needeth', 'ashamed', 'honored', 'god', 'weightier', 'trust', 'education', 'lou', 'kirby', 'curtis', 'important', 'notice', 'editor', 'desirous', 'lake_union_herald', 'reach', 'reader', 'good', 'season', 'week', 'order', 'necessary', 'paper', 'press', 'sunday', 'morning', 'copy', 'tuesday', 'night', 'wednesday', 'morning', 'benefit', 'concerned', 'earnestly', 'request', 'contributor', 'sunday', 'day', 'writing', 'report', 'let', 'report', 'mailed', 'early', 'monday', 'receive', 'time', 'composition', 'work', 'paper', 'press', 'sunday', 'mailed', 'monday', 'tuesday', 'short', 'report', 'interesting', 'fresher', 'long', 'far', 'apart', 'guthrie', 'report', 'number', 'time', 'report', 'reach', 'reader', 'herald', 'shall', 'foundation', 'addition', 'lady', 'dormitory', 'compelled', 'new', 'table', 'dining', 'room', 'use', 'guest', 'chamber', 'student', 'corner', 'great_need', 'room', 'new', 'addition', 'afford', 'passed', 'men', 'work', 'depending', 'people', 'send', 'money', 'big', 'fund', 'rapidly', 'work', 'hindered', 'pledge', 'taken', 'follows', 'reported', 'russell', 'west', 'michigan', 'east', 'michigan', 'north', 'michigan', 'south', 'wisconsin', 'north', 'wisconsin', 'northern', 'illinois', 'southern', 'illinois', 'indiana', 'college', 'local', 'pledged', 'date', 'college', 'desire', 'large', 'offering', 'fund', 'need', 'great', 'worker', 'carrying', 'forward', 'message', 'time', 'listed', 'reward', 'look', 'report', 'help', 'conference', 'stand', 'head', 'list', 'guthrie', 'guthrie']
root - INFO - extracting file #69500: 2017-04-Final-Corpus/LUH19190924-V11-39-page8.txt
root - INFO - extracting file #70000: 2017-04-Final-Corpus/LUH19200630-V12-26-page2.txt
root - INFO - ['published', 'lake_union_conference', 'printed', 'emmanuel', 'missionary', 'college_press', 'berrien', 'spring', 'michigan', 'term', 'year', 'order', 'tract', 'society', 'entered', 'second', 'class_matter', 'november', 'post_office', 'berrien', 'spring', 'michigan', 'lake', 'union', 'herald', 'lou', 'kirby', 'curtis', 'editor', 'lake_union_conference', 'directory', 'office', 'address', 'lock', 'drawer', 'berrien', 'spring', 'michigan', 'president', 'guthrie', 'secretary', 'treisurer', 'presley', 'field', 'missionary', 'sec', 'davis', 'sec', 'elliott', 'educational', 'sec', 'fattic', 'home', 'miss', 'sec', 'mcconaughey', 'religious', 'liberty', 'sec', 'horton', 'sufficient', 'teacher', 'proper_care', 'child', 'primary', 'school', 'age', 'day', 'mention', 'press', 'unprepared', 'state', 'educational_department', 'government', 'meet', 'requirement', 'doctor', 'claxton', 'recently', 'reported', 'school', 'closed', 'lack', 'teacher', 'church', 'parochial', 'school', 'closed', 'thousand', 'additional', 'child', 'thrown', 'public', 'authority', 'reckon', 'variance', 'michigan', 'constitution', 'proposed', 'amendment', 'american', 'larger', 'political', 'standpoint', 'absolutely', 'unnecessary', 'variance', 'constitution', 'michigan', 'reputation', 'encouraging', 'lifting', 'movement', 'enjoys', 'splendid', 'public', 'school', 'unexcelled', 'college', 'university', 'progiam', 'helpful', 'religious', 'school', 'different', 'educational', 'enterprise', 'come', 'great', 'good_men', 'woman', 'michigan', 'want', 'encourage', 'proper', 'mean', 'looking', 'universal', 'education', 'constitution', 'article', 'section', 'read', 'follows', 'religion', 'morality', 'knowledge', 'necessary', 'good_government', 'happiness', 'mankind', 'school', 'mean', 'education', 'shall', 'forever', 'encouraged', 'shall', 'citizen', 'michigan', 'vote', 'unending', 'unnecessary', 'trouble', 'problem', 'shall', 'hand', 'lawfully', 'conducted', 'sectarian', 'school', 'shall', 'open', 'door', 'sectarianizing', 'secular', 'public', 'school', 'alternative', 'better', 'conserve', 'true_principles', 'americanism', 'judgment', 'believe', 'judgment', 'patriotic', 'voter', 'state', 'michigan', 'proposed', 'amendment', 'constitution', 'prohibiting', 'church', 'religious', 'school', 'voted', 'liberty', 'flower', 'fleeting', 'life', 'luster', 'perfume', 'ave', 'weed', 'constraint', 'wisdom', 'lay', 'evil_men', 'evil', 'hurt', 'faculty', 'impedes', 'progress', 'road', 'science', 'blind', 'eyesight', 'discovery', 'begets', 'suffer', 'sordid', 'mind', 'bestial', 'meager', 'intellect', 'unfit', 'tenant', 'man', 'noble', 'form', 'cowper', 'religious', 'liberty', 'department', 'horton', 'secretary', 'illinois', 'conference_office', 'address', 'allen', 'springfield', 'ill', 'president', 'holden', 'springfield', 'tent_effort', 'springfield', 'opened', 'sunday', 'evening', 'june', 'attendance', 'week', 'attendance', 'ranged', 'evening', 'june', 'attendance', 'thankful', 'attending', 'satisfied', 'long', 'people', 'city', 'hear', 'god', 'message', 'time', 'thankful', 'finding', 'people', 'secured', 'far', 'fiftyfamilies', 'worker', 'finding', 'interested', 'soul', 'good', 'class', 'people', 'attending', 'meeting', 'judge', 'doctor', 'merchant', 'audience', 'attended', 'men', 'feel', 'great', 'responsibility', 'rest', 'gather', 'harvest', 'soul', 'master', 'end', 'solicit', 'prayer', 'people', 'illinois', 'conference', 'god', 'use', 'company', 'worker', 'springfield', 'win', 'soul', 'recognize', 'power', 'spirit', 'saith', 'lord', 'company', 'conference_workers', 'consists', 'writer', 'vixie', 'leading', 'singing', 'brother', 'mcalister', 'tentmaster', 'sister', 'mcalister', 'miss', 'inis', 'moreysas', 'bible', 'worker', 'aside', 'work', 'tent', 'lord', 'blessing', 'church_work', 'attendance', 'increasing', 'sabbath', 'service', 'sabbath', 'june', 'soul', 'buried', 'lord', 'baptism', 'united', 'church', 'lord', 'continue', 'strengthen', 'work', 'soul', 'added', 'church', 'shall', 'saved', 'kingdom', 'god', 'desire', 'company', 'worker', 'city', 'hicxs', 'peoria', 'week', 'peoria', 'tent_meetings', 'passed', 'grateful', 'lord', 'granted', 'good_help', 'brother', 'mitchell']
root - INFO - extracting file #70500: 2017-04-Final-Corpus/NMN19090514-V05-05-page3.txt
root - INFO - extracting file #71000: 2017-04-Final-Corpus/PHJ18880301-V03-03-page15.txt
root - INFO - ['thing', 'woman', 'wear', 'fully', 'men', 'fact', 'fairly', 'questioned', 'men', 'woman', 'house', 'easy', 'reach', 'stimulant', 'men', 'working', 'door', 'shop', 'wash', 'day', 'large', 'washing', 'workingman', 'breakfast', 'dinner', 'supper', 'husband', 'hired', 'hand', 'soon', 'begin', 'feel', 'languid', 'weary', 'little', 'faint', 'straighta', 'paper', 'advocating', 'dram', 'vender', 'business', 'licensing', 'dram', 'selling', 'clean', 'sober', 'prosperous', 'city', 'proud', 'helped', 'banishment', 'saloon', 'atchison', 'globe', 'democratic', 'confesses', 'steadily', 'adhered', 'belief', 'saloon', 'atchison', 'deadest', 'town', 'state', 'called', 'chronicle', 'fact', 'town', 'open', 'saloon', 'midst', 'genuine', 'boom', 'years_past', 'and_temperance_advocate', 'way', 'strong', 'tea', 'coffee', 'future', 'globe', 'prohibition', 'organ', 'strengthens', 'frequent', 'repetition', 'work', 'clay', 'good', 'deal', 'better', 'eat', 'good', 'nourishing', 'food', 'touch', 'drop', 'tea', 'coffee', 'stimulant', 'food', 'strength', 'tea', 'coffee', 'rob', 'use', 'whip', 'spur', 'urge', 'nerself', 'work', 'day', 'unfitted', 'work', 'following', 'day', 'man', 'woman', 'attempt', 'work', 'force', 'derived', 'food', 'eats', 'work', 'sufficient', 'fact', 'greater', 'drawing', 'constitution', 'use', 'tea', 'coffee', 'whisky', 'stimulant', 'principle', 'touched', 'article', 'sound', 'carried', 'cut', 'root', 'use', 'stimulant', 'tea', 'hasheesh', 'hope', 'reader', 'application', 'principle', 'jones', 'dead', 'town', 'kansa', 'following', 'prohibition', 'kansa', 'straw', 'wind', 'year', 'ago', 'fifty', 'newspaper', 'kansa', 'abusing', 'prohibitory', 'law', 'pleading', 'cause', 'rum', 'seller', 'law', 'enforced', 'paper', 'kansa', 'advocate', 'establishment', 'grog', 'shop', 'beautiful_city', 'topeka', 'law', 'conquered', 'way', 'step', 'step', 'bona', 'fide', 'population', 'nearly', 'fifty', 'thousand', 'people', 'twice', 'year', 'ago', 'business', 'brisk', 'street', 'paved', 'building', 'progress', 'railroad', 'construction', 'extending', 'people', 'busy', 'happy', 'hopeful', 'prospect', 'ahead', 'encouraging', 'man', 'woman', 'bomb', 'attachment', 'topeka', 'capital', 'difference', 'sitting', 'open', 'window', 'witching', 'hour', 'sundown', 'grown', 'dark', 'sort', 'vehicle', 'street', 'looking', 'business', 'thoroughfare', 'lively', 'town', 'place', 'business', 'right', 'way', 'open', 'having', 'good', 'trade', 'saturday', 'people', 'country', 'poured', 'day', 'open_door', 'come', 'plain', 'looking', 'man', 'leading', 'little', 'boy', 'hand', 'boy', 'new', 'suit', 'clothes', 'happy', 'consciousness', 'dressed', 'sign', 'door', 'read', 'clothing', 'furnishing', 'good', 'person', 'gone', 'door', 'come', 'door', 'stand', 'farmer', 'horse', 'wagon', 'cook', 'stove', 'bright', 'tinware', 'copper', 'boiler', 'lifted', 'putting', 'end', 'board', 'start', 'brown', 'faced', 'man', 'buxom', 'wife', 'home', 'country', 'door', 'place', 'came', 'read', 'great', 'wooden', 'letter', 'hardware', 'store', 'place', 'door', 'admits', 'attractive', 'place', 'window', 'perfect', 'curiosity', 'shop', 'stuffed', 'bird', 'mounted', 'dry', 'branch', 'evergreen', 'stuffed', 'animal', 'naturally', 'placed']
root - INFO - extracting file #71500: 2017-04-Final-Corpus/PHJ18890701-V04-07-page22.txt
root - INFO - extracting file #72000: 2017-04-Final-Corpus/PHJ18901101-V05-11-page20.txt
root - INFO - ['instance', 'sense', 'sight', 'useful', 'enables', 'drink', 'beauty', 'harm', 'music', 'harmony', 'come', 'sense', 'hearing', 'sense', 'taste', 'given', 'distinguish', 'wholesome', 'unwholesome', 'food', 'merely', 'sensuous', 'gratification', 'debasement', 'making', 'gross', 'thing', 'education', 'demand', 'enjoyment', 'pleasure', 'sense', 'taste', 'wholly', 'artificial', 'coming', 'animal', 'plane', 'instinct', 'brute', 'creation', 'teach', 'merely', 'live', 'eat', 'widespread', 'habit', 'sensuous', 'gratification', 'taste', 'neighbor', 'offered', 'refreshment', 'greatest', 'blessing', 'life', 'came', 'indulging', 'appetite', 'evil', 'largely', 'wrong', 'education', 'begin', 'childhood', 'johnnie', 'sits', 'table', 'mother', 'johnnie', 'like', 'instead', 'putting', 'plain', 'wholesome', 'food', 'expecting', 'eat', 'satisfied', 'set', 'child', 'thinking', 'like', 'good', 'strange', 'appetite', 'pampered', 'way', 'childhood', 'uncontrollable', 'maturity', 'step', 'gormandizing', 'intoxicant', 'shorter', 'people', 'imagine', 'natural', 'unperverted', 'taste', 'child', 'lead', 'eat', 'good', 'expect', 'child', 'reform', 'parent', 'continually', 'set', 'bad', 'example', 'matter', 'eating', 'drinking', 'cultivation', 'taste', 'spice', 'degradation', 'sense', 'taste', 'nature', 'designed', 'pleasure', 'divorced', 'use', 'effect', 'gratifying', 'sense', 'taste', 'differ', 'materially', 'gratifying', 'higher', 'sens', 'like', 'sight', 'hearing', 'gone', 'true', 'sweetest', 'sound', 'reach', 'ear', 'taste', 'swallowed', 'stomach', 'given', 'brief', 'pleasure', 'gratification', 'palate', 'work', 'alimentary_canal', 'fourteen', 'hour', 'finally', 'disposed', 'smile', 'contempt', 'practice', 'roman', 'providing', 'vomitorium', 'adjoining', 'dining', 'room', 'guest', 'surfeited', 'stomach', 'retain', 'retire', 'emetic', 'better', 'practice', 'continual', 'eating', 'gratify', 'taste', 'keeping', 'stomach', 'continually', 'work', 'sort', 'indigestible', 'thing', 'feasters', 'present_day', 'level', 'gathered', 'nero', 'table', 'people', 'treat', 'stomach', 'pocket', 'putting', 'thing', 'pocket', 'limburger', 'cheese', 'instance', 'right', 'eat', 'drink', 'meet', 'demand', 'body', 'wholesome', 'nutritious', 'unseasoned', 'food', 'prepared', 'palatable', 'unperverted', 'taste', 'skill', 'cook', 'simple', 'food', 'preserve', 'natural', 'flavor', 'rob', 'natural', 'flavor', 'supply', 'deficiency', 'plentiful', 'condiment', 'behooves', 'important_matters', 'health', 'temperance', 'heart', 'learn', 'scientific', 'cookery', 'sens', 'seek', 'enjoyment', 'lead', 'higher', 'plane', 'sense', 'taste', 'personal', 'gratification', 'debasing', 'young', 'old', 'general', 'mourning', 'length', 'breadth', 'fair', 'land', 'intemperance', 'prevails', 'fearful', 'extent', 'primal', 'cause', 'fastened', 'provide', 'table', 'mean', 'appetite', 'educated', 'exciting', 'stimulant', 'art', 'hitchen', 'fruit', 'bountifully', 'supplied', 'creator', 'wear', 'apple', 'prince', 'fruit', 'climate', 'preserved', 'continue', 'entire_year', 'iron', 'rated', 'metal', 'apple', 'rank', 'fruit', 'luxurious', 'luscious', 'moment', 'durably', 'valuable', 'practical', 'language', 'room', 'planted', 'near', 'house', 'equal', 'dog', 'notoriety', 'human', 'companionship', 'scripture', 'geology', 'agree', 'age', 'placing', 'birth', 'little', 'man', 'curiously', 'apple', 'pertinent', 'relation', 'brain', 'stimulating', 'life', 'activity', 'doe', 'immense', 'endowment', 'phosphorus', 'element', 'said', 'richer', 'vege', 'pacific_health_journal']
root - INFO - extracting file #72500: 2017-04-Final-Corpus/PHJ18920301-V07-03-page18.txt
root - INFO - extracting file #73000: 2017-04-Final-Corpus/PHJ18960701-V11-07-page18.txt
root - INFO - ['grass', 'hear', 'grass', 'talk', 'know', 'whisper', 'day', 'sweet', 'soft', 'low', 'day', 'heard', 'shall', 'tell', 'lay', 'grass', 'read', 'heard', 'pleasant', 'bright', 'sun', 'shine', 'dew', 'lay', 'flower', 'eye', 'heavy', 'sleep', 'gently', 'shut', 'sdbn', 'opened', 'wide', 'heard', 'grass', 'talk', 'fast', 'talked', 'pleasant', 'weather', 'hold', 'head', 'sun', 'nod', 'wave', 'glad', 'grass', 'cool', 'soft', 'green', 'sad', 'earth', 'look', 'grass', 'seen', 'love', 'summer', 'warm', 'dear', 'dear', 'little', 'grass', 'winter', 'cold', 'wind', 'whistle', 'round', 'head', 'hard', 'cover', 'bed', 'wise', 'red', 'rose', 'bush', 'tall', 'rough', 'old', 'shook', 'head', 'kindly', 'said', 'cold', 'god', 'sends', 'blanket', 'warm', 'blade', 'grass', 'soft', 'light', 'white', 'wool', 'blade', 'pas', 'blanket', 'quick', 'want', 'know', 'dear', 'rose', 'bush', 'said', 'god', 'blanket', 'snow', 'selected', 'value', 'table', 'talk', 'proportion', 'man', 'rise', 'intellectual', 'scale', 'doe', 'prominence', 'mental', 'moral', 'enjoyment', 'conjunction', 'daily', 'meal', 'look', 'table', 'merely', 'place', 'feeding', 'body', 'far', 'level', 'lower', 'order', 'animal', 'improve', 'time', 'advantage', 'mind', 'character', 'supply', 'physical', 'want', 'recognizes', 'standard', 'utility', 'humbler', 'office', 'daily_life', 'perceptible', 'higher', 'nature', 'striving', 'supremacy', 'lower', 'tendency', 'excess', 'line', 'appetite', 'greek', 'roman', 'classic', 'time', 'gleam', 'higher', 'enjoyment', 'table', 'social', 'intercourse', 'mere', 'eating', 'drinking', 'supplied', 'perfect', 'man', 'men', 'showed', 'possibility', 'making', 'household', 'meal', 'mean', 'mental', 'spiritual', 'improvement', 'profounder', 'precious_truths', 'record', 'lord', 'earthly', 'teaching', 'word']
root - INFO - extracting file #73500: 2017-04-Final-Corpus/PHJ19010501-V16-05-page12.txt
root - INFO - extracting file #74000: 2017-04-Final-Corpus/PHJ19021201-V17-12-page17.txt
root - INFO - ['simply', 'money', 'friend', 'liberty', 'life', 'counted', 'great', 'praise', 'roman', 'hannibal', 'army', 'camped', 'outside', 'wall', 'eternal', 'city', 'purchased', 'price', 'ground', 'carthaginian', 'tent', 'pitched', 'missionary', 'asked', 'prospect', 'work', 'replied', 'prospect', 'work', 'bright', 'promise', 'god', 'strange', 'christianity', 'manhood', 'sits', 'acknowledged', 'evil', 'declaring', 'invincible', 'undertakes', 'live', 'peace', 'thousand', 'boy', 'young_man', 'delivered', 'cigarette', 'curse', 'related', 'evil', 'effort', 'league', 'similar', 'organization', 'work', 'proportion', 'mean', 'expended', 'ample', 'reason', 'courage', 'faith', 'continue', 'battle', 'ask', 'expect', 'help', 'labor', 'humanity', 'war', 'wage', 'thousand', 'dollar', 'wisely', 'devoted', 'crusade', 'men', 'woman', 'desire', 'share', 'work', 'victory', 'coming', 'president', 'blanchard', 'wheaton', 'college', 'life', 'boat', 'cigarette', 'curse', 'smoking', 'epithelioma', 'tongue', 'question', 'influence', 'smoking', 'production', 'epithelioma', 'lip', 'raised', 'general', 'belief', 'surgeon', 'use', 'tobacco', 'important_factor', 'carcinoma', 'tongue', 'fortunately', 'rarer', 'disease', 'influence', 'smoking', 'production', 'frequently', 'considered', 'latest', 'edition', 'disease', 'tongue', 'henry', 'butlin', 'state', 'feel', 'justified', 'speaking', 'strongly', 'subject', 'ventured', 'year', 'ago', 'time', 'appearance', 'edition', 'work', 'belief', 'smoking', 'decided', 'factor', 'causation', 'cancer', 'directly', 'indirectly', 'producing', 'tending', 'produce', 'condition', 'surface', 'tongue', 'predispose', 'carcinoma', 'immediately', 'leading', 'development', 'carcinoma', 'tongue', 'state', 'doe', 'rely', 'statistic', 'support', 'view', 'personal_experience', 'individual', 'sufferer', 'precancerous', 'condition', 'tongue', 'actual', 'carcinoma', 'whitehead', 'smoker', 'person', 'suffering', 'carcinoma', 'tongue', 'small', 'proportion', 'common', 'history', 'receive', 'smoking', 'great', 'frequency', 'carcinoma', 'tongue', 'preceded', 'chronic', 'inflammation', 'surface', 'tongue', 'occurred', 'smoker', 'maintained', 'smoking', 'greater', 'liability', 'male', 'disease', 'female', 'lead', 'view', 'pacific', 'medical', 'journal']
root - INFO - extracting file #74500: 2017-04-Final-Corpus/PTAR184908XX-V01-03-page2.txt
root - INFO - extracting file #75000: 2017-04-Final-Corpus/PUR19020424-V01-19-page3.txt
root - INFO - ['pacific_union_recorder', 'desk', 'carry', 'accepting', 'member', 'church', 'time', 'gather', 'courout', 'preached', 'satan', 'specious', 'device', 'age', 'calamity', 'proposes', 'crowd', 'false', 'brother', 'church', 'work', 'successfully', 'weaken', 'cause', 'god', 'earnest_desire', 'heart', 'church', 'pure', 'individually', 'heart', 'love', 'god', 'practise', 'truth', 'daily', 'christ', 'stead', 'accomplished', 'review', 'herengaged', 'medical_work', 'heedlessly', 'set', 'watch', 'lest', 'taken', 'advantage', 'enemy', 'reproach', 'brought', 'cause', 'christ', 'minister', 'guarded', 'especially', 'young', 'use', 'lightness', 'speech', 'jesting', 'joking', 'remember', 'moment', 'allow', 'thought', 'rankle', 'mind', 'great_loss', 'come', 'sin', 'life', 'illustrate', 'example', 'life', 'christ', 'testimony', 'vol', 'page', 'contemplation', 'christ', 'present', 'atonement', 'work', 'heavenly', 'sanctuary', 'work', 'efficient', 'study', 'contemplation', 'prayer', 'god', 'people', 'elevated', 'common', 'earthly', 'thought', 'feeling', 'brought', 'harmony', 'christ', 'great_work', 'cleansing', 'sanctuary', 'sin', 'people', 'faith', 'sanctuary', 'worshiper', 'earth', 'carefully', 'reviewing', 'life', 'comparing', 'characald', 'jan', 'loughborough', 'field', 'california', 'conference', 'loyal', 'seventh', 'day', 'adventist', 'california', 'conference', 'remember', 'lesson', 'christ', 'gave', 'self', 'satisfied', 'pharisee', 'present', 'season', 'told', 'gableans', 'blood', 'pilate', 'mingled', 'sacrifice', 'jesus', 'answering', 'said', 'unto', 'suppose', 'galilean', 'sinner', 'galilean', 'suffered', 'such_things', 'tell', 'nay', 'repent', 'shall', 'likewise', 'perish', 'eighteen', 'tower', 'siloam', 'fell', 'time', 'talk', 'act', 'faith', 'hope', 'trouble', 'rightly', 'appropriated', 'faith', 'knit', 'soul', 'child', 'god', 'soul', 'medical', 'brother', 'sister', 'till', 'love', 'own_souls', 'heart', 'true', 'seventhslew', 'think', 'day', 'adventist', 'world', 'saddened', 'stirred', 'grievous', 'loss', 'sinner', 'men', 'dwelt', 'jerusalem', 'tell', 'nay', 'repent', 'shall', 'ters', 'great', 'standard', 'long', 'loved', 'sanitarium', 'battle', 'likewise', 'perish', 'righteousness', 'testimony', 'creek', 'mother', 'sani', 'remember', 'lesson', 'page', 'tarium', 'medical_mission', 'med', 'job', 'friend', 'lord', 'reical', 'work', 'land', 'men', 'thought', 'job', 'punished', 'quire', 'forth', 'world', 'message', 'giving', 'grace', 'power', 'present', 'people', 'manner', 'corre', 'god', 'lesson', 'learn', 'toss', 'kellogg', 'associated', 'recognize', 'iniquity', 'case', 'job', 'perfect_man', 'upright', 'feared', 'god', 'eschewed', 'sponding', 'importance', 'publicly', 'stated', 'evil', 'good', 'man', 'lord', 'work', 'latimes', 'dreadful', 'lord', 'told', 'satan', 'borer', 'christ', 'kind', 'wise', 'father', 'unfold', 'like', 'earth', 'dependence', 'dethese', 'lesson', 'humble', 'prayerful', 'god', 'told', 'devil', 'job', 'signed', 'missionary', 'work', 'grace', 'destitute', 'power', 'ibid', 'page', 'company', 'brought', 'truth', 'such_power', 'manner', 'described', 'prepared', 'come', 'closer', 'church', 'fellowship', 'heart', 'good', 'time', 'way', 'day', 'content', 'poor', 'heart', 'god', 'plan', 'like', 'lily', 'pure', 'white', 'unfold', 'tear', 'close', 'shut', 'leaf', 'apart', 'holdeth', 'fast', 'integrity', 'thou', 'againsthim', 'destroy', 'cause', 'job', 'trouble', 'sinful_man', 'contrary', 'permitted', 'come', 'god', 'trust', 'true', 'faithful', 'discouraging', 'circumstance', 'life', 'leave', 'matter', 'respecting', 'motive', 'great_care', 'exercised', 'belong', 'great', 'family', 'god', 'earth', 'simply', 'medical', 'leader', 'worker', 'morning', 'evening', 'gather', 'round', 'family_altar', 'let', 'pray', 'god', 'wisdom', 'time', 'reveal', 'calyx', 'gold', 'patient', 'toil', 'reach', 'reference', 'receiving', 'churchmembers', 'instructed', 'careful', 'prayerful', 'painstaking', 'investigation', 'accepting', 'member', 'church', 'person', 'present', 'candidate', 'church_membership', 'examine', 'fruit', 'lesson', 'heaviest', 'burden', 'fall', 'land', 'tired', 'foot', 'sandal', 'loose', 'let', 'prayer', 'true', 'child', 'god', 'ascend', 'heaven', 'behalf', 'medical_work', 'let', 'wrestle', 'master', 'behalf', 'account', 'calamity', 'rest', 'shall', 'clearly', 'know', 'understand', 'think', 'god', 'knew', 'best', 'yes', 'god', 'know', 'best']
root - INFO - extracting file #75500: 2017-04-Final-Corpus/PUR19030813-V03-01-page8.txt
root - INFO - extracting file #76000: 2017-04-Final-Corpus/PUR19050112-V04-25-page3.txt
root - INFO - ['pacific_union_recorder', 'world', 'solemn', 'complete', 'absolute', 'christ', 'manifestly', 'present', 'event', 'soon', 'coming', 'submission', 'god', 'appeal', 'service', 'elder', 'christ', 'richardson', 'january', 'montana', 'elliston', 'spent', 'day', 'company', 'elliston', 'beginning', 'week', 'prayer', 'took', 'stand', 'truth', 'given', 'company', 'faithful', 'good_courage', 'season', 'wer', 'refreshing', 'enjoyed', 'bozeman', 'church', 'felt', 'necessity', 'earnest_effort', 'behalf', 'young_people', 'earnest', 'request', 'brother', 'self', 'christ', 'power', 'man', 'power', 'god', 'come', 'efficiency', 'service', 'conscious', 'sense', 'power', 'half', 'yielded', 'heart', 'stranger', 'god', 'impress', 'soul', 'necessity', 'absolute', 'renunciation', 'self', 'complete', 'putting', 'christ', 'prayer', 'gosmer', 'western', 'washington', 'german_church', 'wilcox', 'church', 'enjoyed', 'visit', 'elder', 'starr', 'week', 'spoke', 'german', 'time', 'labor', 'profit', 'added', 'stover', 'assisted', 'meeting', 'week', 'prayer', 'profitable', 'season', 'little_company', 'taken', 'advanced', 'step', 'hope', 'continue', 'grow', 'grace', 'knowledge', 'monday', 'january', 'drove', 'team', 'fourteen', 'mile', 'manor', 'spent', 'time', 'counsel', 'brother', 'clark', 'member', 'conference', 'executive', 'committee', 'hope', 'meeting', 'mountain', 'view', 'cal', 'january', 'stewart', 'california', 'week', 'prayer', 'fresno', 'safely', 'week', 'prayer', 'profitable', 'season', 'church', 'fresno', 'gathering', 'attended', 'desire', 'nearly', 'seek', 'lord', 'earnest', 'spirit', 'confession', 'came', 'tear', 'flowed', 'freely', 'sin', 'evil', 'speaking', 'evil', 'surmising', 'evil', 'thinking', 'confessed', 'bitterness', 'taken', 'heart', 'heart', 'tender', 'member', 'went', 'frank', 'open', 'confession', 'received', 'willing', 'forgiveness', 'good', 'work', 'evident', 'lord', 'greatly', 'hindered', 'work', 'rejoice', 'greatly', 'hindrance', 'removed', 'confident', 'taken', 'away', 'pray', 'heart', 'searching', 'work', 'continue', 'true_light', 'great_things', 'let', 'earnestly', 'pray', 'new_year', 'witness', 'result', 'harmony', 'importance', 'message', 'solemn', 'time', 'live', 'number', 'seventh', 'spent', 'day', 'day', 'adventist', 'church', 'week', 'prayer', 'good_spirit', 'characterized', 'meeting', 'start', 'thursday', 'evening', 'began', 'aggressive', 'revival', 'work', 'urging', 'home', 'heart', 'power', 'god', 'great', 'necessity', 'laying', 'foot', 'absolute', 'surrender', 'way', 'instead', 'way', 'self', 'pleasing', 'responded', 'work', 'faith', 'prayer', 'kept', 'remainder', 'week', 'close', 'young_people', 'yielded', 'god', 'soul', 'confessed', 'christ', 'took', 'stand', 'older', 'church', 'working', 'expressed', 'desire', 'unite', 'baptism', 'december', 'dear_souls', 'buried', 'lord', 'watery', 'grave', 'time', 'pass', 'conviction', 'deepens', 'church', 'ministry', 'need', 'life', 'giving', 'power', 'come', 'unconditional', 'surrender', 'christ', 'faith', 'mere', 'theory', 'doctrine', 'surrender', 'apart', 'separation', 'known', 'conscious', 'sin', 'like', 'salt', 'lost', 'savor', 'wrong', 'practice', 'given', 'tie', 'bind', 'soul', 'earth', 'severed', 'power', 'holy', 'ghost', 'complete', 'possession', 'peace', 'joy', 'church', 'membership', 'nearly', 'ninety', 'year', 'paid', 'tithe', 'dollar', 'offering', 'school', 'fund', 'run', 'church_school', 'winter', 'school', 'enrollment', 'seven', 'new', 'set', 'officer', 'elected', 'hope', 'work', 'forward', 'glory', 'god', 'finishing', 'message', 'generation', 'schnepper', 'ridgefield', 'new', 'church', 'school', 'building', 'ridgefield', 'dedicated', 'sunday', 'jan', 'blessed', 'occasion', 'soon', 'forgotten', 'present', 'brother', 'poor', 'great_struggle', 'undertake', 'enterprise', 'felt', 'lord', 'greatly', 'blessed', 'effort', 'neat', 'new_building', 'finished', 'paid', 'treasury', 'completed', 'school', 'enrolled', 'fourteen', 'pupil', 'gave', 'interesting', 'missionary', 'entertainment', 'sunday', 'evening', 'dedication', 'deep', 'solemn', 'impression', 'present', 'ordinance', 'celebrated', 'annual', 'business', 'meeting', 'held', 'spirit', 'oleander', 'cal', 'jan', 'dart']
root - INFO - extracting file #76500: 2017-04-Final-Corpus/PUR19090218-V08-29-page10.txt
root - INFO - extracting file #77000: 2017-04-Final-Corpus/PUR19100630-V09-48-page4.txt
root - INFO - ['pacific_union_recorder', 'missionary', 'work', 'report', 'read', 'bible', 'instruction', 'god', 'gave', 'ancient', 'israel', 'regard', 'daily_life', 'service', 'sanctuary', 'learn', 'beautiful', 'lesson', 'order', 'moses', 'taught', 'people', 'lord', 'work', 'carefully', 'clocklike', 'precision', 'heavenly', 'father', 'change', 'safe', 'concluding', 'order', 'carrying', 'forward', 'work', 'pleasing', 'filled', 'admiration', 'study', 'god', 'great', 'reporting', 'stop', 'think', 'ministering', 'angel', 'render', 'faithful', 'report', 'lord', 'work', 'luke', 'angel', 'report', 'soul', 'repented', 'joy', 'heaven', 'remember', 'disciple', 'returned', 'missionary', 'tour', 'reported', 'jesus', 'branch', 'lord', 'work', 'necessary', 'report', 'regularly', 'faithfully', 'conference_laborers', 'report', 'work', 'time', 'place', 'labor', 'cash', 'receipt', 'conference', 'way', 'leader', 'able', 'touch', 'know', 'need', 'assistance', 'instruction', 'book_work', 'plan', 'agent', 'shall', 'report', 'end', 'week', 'home', 'tract_society', 'field_agent', 'report', 'blank', 'furnished', 'free', 'agent', 'application', 'report', 'received', 'recorded', 'record', 'book', 'purpose', 'field_agent', 'year', 'come', 'able', 'conference', 'great_advantage', 'field_agent', 'know', 'book', 'sold', 'locality', 'send', 'agent', 'field', 'recently', 'worked', 'book', 'report', 'recorded', 'summary', 'week', 'work', 'sent', 'union', 'conference', 'agent', 'able', 'close', 'touch', 'work', 'conference', 'union', 'know', 'service', 'needed', 'lay', 'plan', 'labor', 'intelligently', 'good', 'work', 'local_conference', 'union', 'conference', 'agent', 'render', 'summary', 'close', 'month', 'general_agent', 'summary', 'month', 'conference', 'union', 'organized', 'work', 'supporting', 'strengthening', 'let', 'tell', 'bad', 'result', 'confusion', 'caused', 'reporting', 'canvasser', 'doe', 'report', 'close', 'week', 'field_agent', 'doe', 'know', 'need', 'help', 'address', 'office', 'know', 'send', 'paper', 'contains', 'good_reports', 'tract_society', 'doe', 'know', 'book', 'wanted', 'delivery', 'consequently', 'stock', 'sends', 'order', 'publisher', 'know', 'book', 'bind', 'record', 'kept', 'territory', 'worked', 'union', 'conference', 'agent', 'doe', 'receive', 'summary', 'conference', 'week', 'doe', 'know', 'work', 'going', 'conference', 'report', 'kept', 'guessing', 'better', 'spend', 'lord', 'money', 'making', 'trip', 'saved', 'known', 'thing', 'going', 'conference', 'union', 'agent', 'doe', 'receive', 'full_report', 'time', 'send', 'report', 'general_agent', 'compelled', 'send', 'partial_report', 'actual', 'work', 'union', 'printed', 'review', 'general_agent', 'unable', 'complete', 'report', 'recorded', 'book', 'report', 'regularly', 'unbroken', 'circuit', 'current', 'enthusiasm', 'help', 'flowing', 'fail', 'report', 'circuit', 'broken', 'confusion', 'line', 'result', 'felt', 'year', 'shall', 'faithful', 'lord', 'work', 'lord', 'tell', 'difficulty', 'work', 'branch', 'lesson', 'learned', 'tact', 'discipline', 'acquired', 'fit', 'field', 'usefulness', 'tell', 'poorly', 'learn', 'lesson', 'careless', 'want', 'dealing', 'mind', 'enter', 'ministry', 'let', 'weary', 'cone', 'general_agent', 'pacific_union_conference', 'california', 'king', 'messenger', 'wonder', 'messenger', 'field', 'met', 'enemy', 'hand', 'hand', 'conflict', 'doubt', 'feel', 'sure', 'thought', 'precious', 'promise', 'word', 'alway', 'unto', 'end', 'world', 'pray', 'promise', 'fulfilled', 'know', 'positively', 'angel', 'god', 'wonderful', 'experience', 'wll', 'believe', 'thy', 'promise', 'fail', 'discouraged', 'manuca', 'canvasser', 'desire', 'success', 'attend', 'effort', 'courageous', 'hopeful', 'secure', 'order', 'week', 'exalting', 'value', 'precious', 'book', 'own_mind', 'settled', 'rise', 'early', 'day', 'let', 'god', 'talk', 'converse', 'work', 'important', 'attempt', 'battle', 'thorough', 'understanding', 'morning', 'place', 'let', 'labor', 'pull', 'report', 'mighty', 'shout', 'bring', 'jericho', 'heathen', 'wall', 'rampart', 'day', 'sacramento', 'camp_meeting', 'helping', 'worker', 'city', 'arrange', 'systematic', 'work', 'meeting', 'week', 'drill', 'virtually', 'continuous', 'institute', 'certainly', 'keeping', 'testimony', 'met', 'prayer', 'counsel']
root - INFO - extracting file #77500: 2017-04-Final-Corpus/PUR19110907-V11-06-page3.txt
root - INFO - extracting file #78000: 2017-04-Final-Corpus/PUR19121121-V12-17-page3.txt
root - INFO - ['shout', 'understand', 'saying', 'took', 'plate', 'began', 'talk', 'far', 'recollect', 'said', 'mean', 'lord', 'plate', 'substitute', 'going', 'love', 'think', 'worth', 'got', 'seat', 'passed', 'plate', 'seat', 'young_man', 'money', 'plate', 'old_man', 'went', 'cent', 'sam', 'jones', 'boy', 'worth', 'lord', 'cent', 'davie', 'brown', 'tom', 'stone', 'steve', 'jackson', 'cent', 'boy', 'worth', 'dollar', 'year', 'father', 'cent', 'lord', 'pew', 'allen', 'family', 'sat', 'allen', 'dollar', 'family', 'old', 'deacon', 'moved', 'away', 'saying', 'lord', 'died', 'wife', 'little', 'judge', 'purvis', 'wife', 'daughter', 'price', 'dinner', 'town', 'half', 'pair', 'glove', 'wear', 'spent', 'icecream', 'week', 'box', 'candy', 'deacon', 'comment', 'coin', 'fell', 'hand', 'judge', 'family', 'farmer', 'john', 'robb', 'rolled', 'robb', 'johnnie', 'robb', 'little', 'envelope', 'bulging', 'copper', 'maggie', 'helped', 'baby', 'little', 'bag', 'old', 'deacon', 'said', 'god', 'bless', 'sure', 'listening', 'time', 'dare', 'turn', 'round', 'lot', 'mighty', 'glad', 'deacon', 'wasn', 'taking', 'collection', 'aisle', 'john', 'meclay', 'pew', 'came', 'worth', 'dollar', 'year', 'lord', 'thousand', 'year', 'said', 'deacon', 'seventy', 'dollar', 'bicycle', 'cent', 'lord', 'match', 'tommy', 'mcclay', 'miss', 'ellen', 'look', 'queer', 'fox', 'hand', 'fifty', 'dollar', 'ring', 'drop', 'cent', 'plate', 'year', 'james', 'stevens', 'lard', 'blessed', 'new_house', 'old', 'quarter', 'lord', 'alex', 'bovy', 'washing', 'dollar', 'lord', 'god', 'bless', 'dean', 'minnie', 'wee', 'robbie', 'fifty', 'seventy', 'eighty', 'ninety', 'dinner', 'cost', 'given', 'steel', 'bright', 'new', 'dollar', 'spread', 'perkins', 'afraid', 'ninety', 'cent', 'check', 'hay', 'good', 'tenth', 'lord', 'dollar', 'harry', 'atkins', 'small', 'gift', 'lord', 'healed', 'dear', 'wife', 'miss', 'kittie', 'hughes', 'fifty', 'cent', 'cost', 'thought', 'miss', 'marion', 'quarter', 'support', 'cent', 'father', 'cent', 'family', 'guess', 'john', 'hull', 'family', 'love', 'heathen', 'brother', 'hard', 'rimmon', 'meant', 'good', 'deal', 'lord', 'till', 'join', 'good_man', 'gone', 'charlie', 'baker', 'effie', 'doubt', 'lord', 'substitute', 'cantliel', 'interested', 'pose', 'heathen', 'home', 'aps', 'cent', 'donald', 'doubt', 'want', 'lord', 'hand', 'jenkins', 'old_man', 'came', 'pew', 'wife', 'envelope', 'mary', 'afraid', 'dear', 'robbing', 'lord', 'year', 'doubt', 'jack', 'mary', 'plate', 'wife', 'jim', 'boy', 'worth', 'far', 'lord', 'jack', 'mary', 'sat', 'choir', 'went', 'pew', 'pew', 'till', 'old_man', 'came', 'stood', 'moment', 'plate', 'left_hand', 'fumbling', 'vest', 'pocket', 'said', 'isn', 'lord', 'ought', 'good', 'plate', 'taking', 'old', 'leather', 'wallet', 'counted', 'laid', 'plate', 'said', 'sorry', 'lord', 'know', 'wanted', 'jim', 'mother', 'farm', 'getting', 'old', 'won', 'jack', 'longer', 'mary', 'wanting', 'wouldn', 'let', 'lord', 'old_man', 'sat', 'buried', 'face', 'hand', 'deacon', 'jones', 'jumped', 'said', 'lump', 'throat', 'dear', 'pastor', 'haven', 'duty', 'let', 'collection', 'sunday', 'chorus', 'men', 'came', 'church', 'pastor', 'got', 'tear', 'eye', 'said', 'friend', 'haven', 'want', 'sunday', 'boy', 'sang', 'hymn', 'closed', 'sounded', 'different', 'love', 'amazing', 'divine', 'demand', 'life', 'soul', 'standing', 'minister', 'soon', 'death', 'hard', 'working', 'minister', 'friend', 'called', 'bereaved', 'widow', 'express', 'sympathy', 'spoke', 'warmly', 'loving', 'deed', 'performed', 'pastor', 'tried', 'tell', 'missed', 'sobbing', 'tear', 'good', 'woman', 'thanked', 'claimed', 'tell', 'thing', 'alive', 'yes', 'slow', 'speak', 'word', 'approval', 'encouragement', 'forget', 'minister', 'worker', 'need', 'appreciate', 'word', 'commendation', 'mere', 'word', 'come', 'help', 'lift', 'bit', 'help', 'thing', 'permit', 'emphasize', 'thing', 'assist', 'minister', 'cooperate', 'leading', 'influence', 'building', 'church', 'god', 'help', 'owr', 'pastor', 'criticizing', 'dad', 'came', 'statement', 'think', 'going', 'criticism', 'parent', 'brother', 'sister', 'dislike', 'love', 'tell', 'help', 'tell', 'rule', 'family', 'honor', 'ought', 'include', 'minister', 'listen', 'repeat', 'word', 'gossip', 'criticism', 'pray', 'minister', 'work', 'presentation', 'sermon', 'preaching', 'special', 'public', 'effort', 'work', 'home', 'discovery', 'trut', 'own_soul', 'render', 'invaluable', 'help', 'prayer', 'reason', 'sickness', 'inability', 'help', 'way', 'way', 'help', 'prepare', 'people', 'won', 'christ', 'service']
root - INFO - extracting file #78500: 2017-04-Final-Corpus/PUR19140305-V13-31-page6.txt
root - INFO - extracting file #79000: 2017-04-Final-Corpus/PUR19150603-V14-43-page7.txt
root - INFO - ['pac', 'fic', 'union', 'recorder', 'hardly', 'know', 'follow', 'gotten', 'order', 'argentina', 'controversy', 'spanish', 'think', 'supposed', 'controversy', 'sell', 'spanish', 'speaking', 'country', 'small_quantities', 'doe', 'look', 'like', 'big', 'time', 'international', 'publishing', 'association', 'week', 'think', 'brother', 'ferren', 'experience', 'tract_society', 'untold', 'value', 'new', 'line', 'work', 'hall', 'missionary', 'magazine', 'win', 'sister', 'emmitt', 'faithful', 'magazine', 'worker', 'southern_part', 'state', 'writes', 'confidence', 'fact', 'lord', 'worker', 'prepare', 'heart', 'people', 'receive', 'message', 'add', 'people', 'uncertain', 'buying', 'magazine', 'leave', 'pray', 'come', 'street', 'money', 'yes', 'money', 'little', 'talk', 'look', 'return', 'cent', 'saying', 'think', 'cent', 'believe', 'lord', 'hide', 'money', 'come', 'good', 'magazine', 'surprised', 'remark', 'time', 'ago', 'stopped', 'half', 'hour', 'talk', 'lady', 'sabbath', 'question', 'created', 'followed', 'bible', 'worker', 'left', 'place', 'return', 'week', 'later', 'blessed', 'privilege', 'seeing', 'lady', 'baptized', 'faith', 'precious_seed', 'bringing', 'forth', 'precious', 'fruit', 'message', 'placed', 'home', 'city', 'pasadena', 'magazine', 'form', 'thousand', 'beautiful', 'magazine', 'going', 'home', 'town', 'city', 'god', 'agent', 'reaching', 'soul', 'shall', 'kingdom', 'amen', 'secular', 'paper', 'journa', 'ing', 'news', 'great_war', 'daily', 'happening', 'magazine', 'giving', 'meaning', 'thing', 'asking', 'question', 'magazine', 'answering', 'making', 'easier', 'sell', 'better', 'business', 'hand', 'supplying', 'inquiring', 'mind', 'truth', 'day', 'magazine', 'mighty', 'factor', 'accomplishing', 'purpose', 'opportune_time', 'sell', 'missionary', 'paper', 'week', 'ending', 'loss', 'conference', 'subscription', 'sign', 'copy', 'data', 'office', 'taking', 'copy', 'excellent', 'paper', 'best', 'learn', 'good_advantage', 'doe', 'larger', 'number', 'taken', 'doe', 'falling', 'copy', 'indicate', 'slackening', 'missionary_work', 'renew', 'church', 'conference', 'club', 'sign', 'work', 'neighborhood', 'member', 'copy', 'personal_work', 'church', 'librarian', 'special_effort', 'brought', 'eternity', 'reveal', 'vast', 'good', 'accomplished', 'king', 'business', 'demand', 'haste', 'martin', 'pres', 'southeastern', 'cal', 'conf', 'miscellany', 'sale', 'acre', 'alfalfa', 'year', 'old', 'acre', 'sub', 'irrigates', 'room', 'bungalow', 'barn', 'stock', 'room', 'cow', 'horse', 'machinery', 'windmill', 'tank', 'holding', 'gallon', 'family', 'orchard', 'half', 'mile', 'modesto', 'cal', 'state', 'highway', 'mile', 'west', 'mile', 'public_school', 'mile', 'church_school', 'sell', 'easy', 'term', 'cheaper', 'cash', 'particulars_address', 'box', 'salida', 'cal', 'wanted', 'correspond', 'local', 'elder', 'smaller', 'church', 'interested', 'reference', 'possible', 'opening', 'small', 'laundry', 'plant', 'sustain', 'fatally', 'putting', 'childreninto', 'church_school', 'anxious', 'location', 'near', 'church', 'school', 'mean', 'support', 'expert', 'orchardist', 'farmer', 'carpenter', 'work', 'painting', 'exchange', 'plant', 'small', 'established', 'business', 'address', 'parker', 'east', 'ave', 'monrovia', 'cal', 'obituary', 'weddle', 'died', 'san', 'diego', 'cal', 'sister', 'elizabeth', 'weddle', 'native', 'kentucky', 'age', 'eighty', 'year', 'month', 'died', 'lived', 'trusting', 'god', 'healey', 'bugge', 'died', 'san', 'diego', 'cal', 'sister', 'petrea', 'bugge', 'native', 'norway', 'age', 'sixtynine', 'year', 'month', 'suffered', 'resting', 'blessed', 'hope', 'healey', 'henry', 'carrie', 'evelyn', 'mcalpine', 'born', 'oronoco', 'minn', 'march', 'converted', 'united', 'seventh', 'day', 'adventist', 'church', 'age', 'faithful', 'truth', 'time', 'death', 'united', 'marriage', 'edward', 'harvey', 'henry', 'february', 'leaf', 'mourn', 'hope', 'husband', 'child', 'year', 'filled', 'suffering', 'sweetened', 'bearable', 'blessed', 'hope', 'funeral', 'held', 'home', 'downey', 'presence', 'large', 'gathering', 'friend', 'fullmer', 'haynie', 'died', 'morgan', 'hill', 'cal', 'fifty', 'seventh', 'year', 'sister', 'emma', 'haynie', 'sister', 'hayrle', 'born', 'burtinsville', 'fourteen', 'year', 'olu', 'converted', 'united', 'christian_church', 'year', 'ago', 'heard', 'accepted', 'doctrine', 'seventh', 'day', 'adventist', 'united', 'church', 'remained', 'consistent', 'faithful_member', 'time', 'death', 'truthfully', 'said', 'life', 'patient', 'endurance', 'loving', 'ministry', 'time', 'death', 'living', 'sister', 'sister', 'pond', 'morgan', 'hill', 'leaf', 'mourn', 'loss', 'sister', 'brother', 'sister', 'milwaukee', 'wilmington', 'morgan', 'hill', 'cal', 'brother', 'los_angeles', 'chicago', 'ill', 'funeral', 'held', 'ister', 'pow', 'house', 'morgan', 'trilftlitirsday', 'interment', 'morgan', 'hill', 'cemetry', 'remark', 'writer', 'tim', 'albert', 'place']
root - INFO - extracting file #79500: 2017-04-Final-Corpus/PUR19160824-V16-03-page4.txt
root - INFO - extracting file #80000: 2017-04-Final-Corpus/PUR19171115-V17-15-page4.txt
root - INFO - ['brother', 'choliar', 'southern_part', 'conference', 'working', 'harvest', 'ingathering', 'watchman', 'expects', 'work', 'durango', 'silverton', 'telluride', 'beginning', 'effort', 'redvale', 'way', 'spent', 'sabbath', 'october', 'church', 'delta', 'brother', 'jenks', 'sent', 'order', 'worth', 'book', 'earnestly', 'praying', 'strong_men', 'inter', 'mountain', 'conference', 'answer', 'lord', 'line', 'work', 'spirit', 'lord', 'told', 'work', 'lord_desires', 'people', 'time', 'highly', 'estimate', 'work', 'effort', 'canvasser', 'hear', 'warning', 'manual', 'canvasser', 'page', 'lysinger', 'southeastern', 'california', 'martin', 'pres', 'mcreynolds', 'sec', 'loring', 'bldg', 'riverside', 'cal', 'pacific_union', 'recorder', 'trusted', 'guiding', 'hand', 'past', 'experisuccess', 'collecting', 'ences', 'seen', 'fund', 'field', 'glad', 'salvation', 'god', 'evidence', 'edlabored', 'unitedly', 'work', 'ucational', 'work', 'number', 'young', 'received', 'angel', 'mesmen', 'woman', 'southeastsage', 'proclaimed', 'power', 'ern', 'conference', 'attending', 'san', 'holy', 'spirit', 'lord', 'fernando', 'academy', 'pacific_union', 'wrought', 'mightily', 'college', 'fort', 'flood', 'light', 'prof', 'max', 'hill', 'church_school', 'shed', 'world', 'year', 'ago', 'superintendent', 'busy', 'inhabitant', 'world', 'day', 'visiting', 'church', 'warned', 'closing', 'work', 'school', 'conducted', 'brother', 'hill', 'completed', 'live', 'wire', 'experience', 'christ', 'come', 'rein', 'school', 'work', 'amply', 'fit', 'endemption', 'people', 'testimocourage', 'inexperienced', 'teacher', 'church', 'vol', 'page', 'counsel', 'thing', 'hasthe', 'world', 'witness', 'unto', 'naering', 'work', 'report', 'indicate', 'tions', 'shall', 'end', 'come', 'neighborhood', 'gospel', 'commission', 'dollar', 'collected', 'short', 'realize', 'caleb', 'joshua', 'following', 'hand', 'depends', 'cooperation', 'lord', 'fully', 'wholly', 'thing', 'wilter', 'privilege', 'god', 'people', 'god', 'required', 'num', 'deut', 'friday', 'evening', 'attend', 'meeting', 'time', 'shall', 'extended', 'cut', 'promise', 'tent', 'upland', 'brother', 'harry', 'short', 'willing', 'obedient', 'shall', 'eat', 'whinny', 'spoke', 'baptism', 'longer', 'work', 'elder', 'black', 'visited', 'imperial', 'valley', 'week', 'stir', 'mind', 'shall', 'arise', 'people', 'hardelay', 'shall', 'longer', 'convest', 'ingathering_campaign', 'peaditions', 'gospel', 'pie', 'conference', 'kingdom', 'shall', 'preached', 'showing', 'good_interest', 'ingathtening', 'coming', 'lord', 'delaying', 'coming', 'church', 'god', 'church', 'member', 'brother', 'hebard', 'rust', 'faith', 'zeal', 'earnestling', 'canvassing', 'agent', 'returned', 'promise', 'generation', 'ness', 'manifesting', 'accomfrom', 'imperial', 'valley', 'canvassshould', 'pas', 'till', 'acplish', 'work', 'working', 'complished', 'true', 'length', 'manifesting', 'harvest', 'hope', 'soon', 'year', 'generation', 'ingathering', 'work', 'farmer', 'valley', 'prosist', 'stated', 'lord', 'definitely', 'laid', 'people', 'perous', 'fall', 'good', 'time', 'power', 'prolong', 'cut', 'spirit', 'prophecy', 'like', 'place', 'printed', 'page', 'going', 'late', 'israel', 'awful', 'mistake', 'good', 'land', 'lord', 'blessing', 'work', 'came', 'border', 'indolent', 'careless', 'indifferent', 'section', 'field', 'brother', 'canaan', 'lord', 'expressly', 'making', 'excuse', 'ask', 'took', 'tent', 'contintold', 'required', 'class', 'beuing', 'meeting', 'hall', 'elder', 'heart', 'filled', 'unbelief', 'long', 'lord', 'help', 'proctor', 'charge', 'work', 'elwould', 'cooperate', 'condito', 'stand', 'worker', 'toder', 'edward', 'reniderg', 'broth', 'tions', 'complied', 'gether', 'god', 'delay', 'ren', 'valuable_help', 'turned', 'desert', 'till', 'longer', 'younger', 'generation', 'trained', 'come', 'purpose', 'fatal', 'mistake', 'possibly', 'half', 'million', 'israel', 'black', 'conference', 'item', 'sabbath', 'privilege', 'visiting', 'thechhieh', 'centralia', 'forenoon', 'little', 'company', 'worker', 'tract_society', 'brea', 'afternoon', 'advent_movement', 'october', 'good', 'month', 'wrought', 'heritage', 'sale', 'ran', 'close', 'faith', 'centralia', 'lady', 'wrought', 'israelite', 'september', 'ginfreeently', 'keeping', 'sabbath', 'leading', 'egypt', 'brea', 'company', 'sister', 'great', 'disappointment', 'subscriber', 'reworking', 'diligently', 'moving', 'faith', 'people', 'tested', 'view', 'herald', 'sevenththeir', 'church', 'house', 'suitthat', 'hebrew', 'red', 'sea', 'day', 'adventist', 'diligent', 'able', 'location', 'lot', 'giten', 'adventist', 'early', 'day', 'reader', 'good', 'church', 'paper', 'town', 'site', 'company', 'elder', 'reaser', 'report', 'good']
root - INFO - extracting file #80500: 2017-04-Final-Corpus/PUR19190220-V18-29-page8.txt
root - INFO - extracting file #81000: 2017-04-Final-Corpus/PUR19200708-V19-47-page2.txt
root - INFO - ['pacific_union_recorder', 'covered', 'wagon', 'tent', 'table', 'took', 'baggage', 'told', 'lutheran', 'missionary', 'chair', 'servant', 'inspanning', 'gave', 'royal', 'welcome', 'family', 'poor', 'missionary', 'howup', 'river', 'surdiscovered', 'mistake', 'afford', 'comfort', 'prise', 'waiting', 'disappointed', 'tent', 'trader', 'going', 'vemba', 'talk', 'sat', 'visited', 'left', 'livingstone', 'mile', 'west', 'wort', 'mid', 'night', 'clock', 'afternoon', 'store', 'riley', 'told', 'came', 'morning', 'gone', 'far', 'wagon', 'wrong', 'man', 'start', 'kept', 'riding', 'stuck', 'mud', 'long', 'board', 'started', 'clock', 'took', 'combined', 'effort', 'met', 'adventist', 'driver', 'government', 'station', 'kasuni', 'vegetarian', 'wagon', 'stuck', 'mile', 'away', 'try', 'diet', 'pull', 'carrier', 'rest', 'jour', 'men', 'outpost', 'civout', 'wagon', 'ran', 'ney', 'agreed', 'ilization', 'lonely', 'life', 'rode', 'bale', 'blanket', 'traveled', 'night', 'slept', 'counter', 'rained', 'night', 'crawled', 'got', 'conversation', 'man', 'store', 'operated', 'white_man', 'wagon', 'slept', 'mistook', 'glad', 'white_man', 'tree', 'broke', 'tongue', 'arrival', 'government', 'stalittle', 'world', 'tied', 'mile', 'hope', 'world', 'starting', 'point', 'tion', 'magistrate', 'captain', 'come', 'night', 'got', 'loose', 'strayed', 'neals', 'away', 'imposso', 'trek', 'morning', 'sible', 'carrier', 'boy', 'spent', 'time', 'looking', 'basuto', 'police', 'boy', 'told', 'cart', 'waiting', 'bush', 'day', 'tve', 'reached', 'mile', 'away', 'going', 'chinde', 'river', 'mile', 'livingthrough', 'kavemba', 'mornstone', 'mind', 'went', 'ing', 'year', 'ago', 'heard', 'post', 'boy', 'traveled', 'road', 'day', 'took', 'week', 'wrote', 'letter', 'wife', 'reach', 'river', 'beloaded', 'thing', 'new', 'cart', 'trekked', 'mile', 'fore', 'arrived', 'chinde', 'camped', 'damaras', 'wagon', 'capsized', 'mud', 'great', 'cattle', 'people', 'poshole', 'load', 'tied', 'sess', 'thousand', 'head', 'mion', 'taken', 'grated', 'country', 'chinde', 'river', 'catomthe', 'herero', 'war', 'bora', 'trouble', 'arrived', 'southwest', 'africa', 'traveled', 'mile', 'slept', 'path', 'ground', 'bed', 'early', 'crawled', 'mosquito', 'net', 'sunset', 'away', 'mosquito', 'soon', 'sunset', 'mosquito', 'began', 'arrive', 'picket', 'line', 'came', 'advance', 'guard', 'quickly', 'followed', 'division', 'crawled', 'line', 'trench', 'drew', 'blanket', 'head', 'foot', 'tried', 'escape', 'use', 'crawled', 'blanket', 'time', 'night', 'killed', 'destination', 'happy', 'domiciled', 'net', 'saw', 'charged', 'old', 'chief', 'nicodemus', 'riding', 'bale', 'sensible', 'native', 'good', 'blanket', 'mile', 'control', 'people', 'monday', 'morning', 'got', 'immensely', 'wealthy', 'grossly', 'imdug', 'canoe', 'provision', 'moral', 'good', 'cook', 'boy', 'religion', 'native', 'stage', 'journey', 'mile', 'pastor', 'church', 'teacher', 'use', 'hour', 'zambesi', 'book', 'berlin', 'missionary', 'flood', 'hard', 'society', 'damara', 'language', 'seven', 'oarsman', 'standing', 'different', 'bow', 'stern', 'bantu', 'language', 'new', 'testathe', 'boat', 'headway', 'ment', 'published', 'language', 'struck', 'bank', 'way', 'british', 'foreign', 'bible', 'somorning', 'came', 'inside', 'alive', 'morning', 'eating', 'breakfast', 'pacific_union_recorder', 'vol', 'thursday', 'july', 'published', 'weekly', 'pacific_union', 'conference', 'seventh', 'day', 'adventist', 'matter', 'publication', 'correspondence', 'relating', 'subscription', 'ciety', 'book', 'old', 'new', 'addressed', 'box', 'glenat', 'end', 'journey', 'dale', 'cal', 'money', 'order', 'payable', 'crossed', 'south', 'testament', 'story', 'berlin', 'pacific_union', 'conference', 'river', 'hippopotamus', 'bad', 'mission', 'ger', 'glendale', 'cal', 'smash', 'boat', 'man', 'orthography', 'writing', 'lanthe', 'fun', 'night', 'heard', 'englishman', 'grunt', 'river', 'time', 'woman', 'peculiar', 'head', 'christian', 'associate', 'editor', 'coffin', 'dress', 'translucent', 'piece', 'arrival', 'kaeingula', 'hide', 'cart', 'waiting', 'bank', 'nastripes', 'tive', 'driver', 'came', 'greet', 'entered', 'second', 'class_matter', 'november', 'post', 'office', 'los', 'angeles', 'california', 'act', 'congress', 'march', 'acceptance', 'mailing', 'special_rate', 'postage', 'provided', 'section', 'act', 'octawake', 'guage', 'difficult', 'emerson', 'editor', 'subscription', 'price', 'fifty', 'cent', 'year', 'brother', 'chief', 'mistook', 'ober', 'authorized', 'november']
root - INFO - extracting file #81500: 2017-04-Final-Corpus/RH18521014-V03-12-page8.txt
root - INFO - extracting file #82000: 2017-04-Final-Corpus/RH18540718-V05-24-page5.txt
root - INFO - ['wrong', 'stripped', 'sabbath', 'false', 'review', 'herald', 'pool', 'bethesda', 'sheep', 'violated', 'moral_laws', 'said', 'net', 'fisher', 'men', 'morfall', 'pit', 'readily', 'lift', 'bear', 'place', 'safety', 'loose', 'sabbath', 'lead', 'thing', 'countenanced', 'idea', 'weekly', 'sabbath', 'gospel', 'kept', 'holy', 'manner', 'tal', 'favored', 'year', 'dwelt', 'radiance', 'light', 'world', 'away', 'watering', 'objected', 'saunder', 'law', 'said', 'viour', 'loosing', 'woman', 'infirmity', 'adapted', 'sabbath', 'mount', 'transfiguration', 'admitting', 'bound', 'eighteen', 'year', 'loose', 'word', 'strained', 'gnat', 'swallowed', 'camel', 'said', 'man', 'minister', 'sick', 'purpose', 'relieving', 'distress', 'purpose', 'healing', 'disease', 'lie', 'covering', 'diseased', 'eye', 'anoint', 'eye_salve', 'purpose', 'easing', 'pain', 'cure', 'eye', 'eagerness', 'watched', 'saviour', 'heal', 'sabbath', 'man', 'jew', 'particular', 'secret', 'place', 'high', 'human_race', 'age', 'country', 'shadow', 'almighty', 'pitied', 'human', 'family', 'doe', 'paul', 'imply', 'cor', 'iii', 'moral_law', 'away', 'gospel', 'moral_darkness', 'guilt', 'assuaged', 'domestic', 'sorrow', 'honored', 'hint', 'chief', 'place', 'founder', 'glorious', 'kingdom', 'obligation', 'sabbath', 'die', 'earthly', 'good', 'ceased', 'implies', 'such_thing', 'crowned', 'everlasting', 'life', 'instead', 'making', 'void', 'moral_law', 'establish', 'ground', 'justification', 'rule', 'duty', 'stood', 'benefactor', 'hound', 'buffeted', 'despised', 'denied', 'ear', 'ringing', 'language', 'denial', 'awful', 'profanity', 'gave', 'crimson', 'deadly', 'hue', 'stood', 'jewish', 'dispensation', 'abolmight', 'accuse', 'lie', 'heal', 'ished', 'death', 'christ', 'injured', 'friend', 'kind', 'friend', 'deeply', 'lid', 'purpose', 'futility', 'objection', 'power', 'remove', 'disease', 'moral_government', 'god', 'binding', 'inj', 'tired', 'filled', 'wrath', 'sought', 'kill', 'dispensation', 'obligation', 'obey', 'law', 'glance', 'peter', 'understood', 'word', 'showed', 'scripture', 'stead', 'diminished', 'increased', 'gospel', 'necessary', 'mingled', 'rebuke', 'look', 'admission', 'peculiar', 'glory', 'gospel', 'kindness', 'glance', 'render', 'far', 'superior', 'jewish', 'dispenpendages', 'attached', 'vindicated', 'sation', 'gospel', 'holy', 'spirit', 'divine_authority', 'permanent', 'obligation', 'snore', 'extensively', 'writes', 'law', 'heart', 'confirmed', 'unhappy', 'man', 'endure', 'gaze', 'injured', 'friend', 'caused', 'friend', 'kindness', 'rush', 'mind', 'consciousness', 'ill', 'treatment', 'overwhelmed', 'deepest', 'remorse', 'misery', 'went', 'remain', 'presence', 'deeply', 'injured', 'glance', 'eye', 'kindled', 'flame', 'soul', 'retire', 'seek', 'place', 'weep', 'deep', 'fountain', 'heart', 'broken', 'fear', 'man', 'bewildered', 'mind', 'drew', 'rash', 'denial', 'lip', 'cursing', 'glance', 'reclaimed', 'man', 'disciple', 'fallen', 'deeply', 'fallen', 'anguish', 'tear', 'speak', 'ile', 'lost', 'man', 'overpowered', 'sudden', 'shock', 'temptation', 'powerful', 'onset', 'satan', 'bore', 'away', 'tear', 'dashed', 'satan', 'hope', 'broken', 'heart', 'fallen', 'man', 'recovery', 'shout', 'enemy', 'righteousness', 'sift', 'wheat', 'malignantly', 'triumph', 'fall', 'work', 'soon', 'prostrate', 'disciple', 'rise', 'standing', 'firmer', 'ground', 'dark', 'empire', 'assailant', 'shall', 'shako', 'wall', 'burn', 'gate', 'reader', 'lord', 'looketh', 'eye', 'flaming', 'righteous_judge', 'mercy', 'good', 'rebuke', 'called', 'peter', 'own_character', 'fix', 'eye', 'occasion', 'tear', 'glance', 'beware', 'shall', 'redeemer', 'shall', 'cone', 'cloud', 'heaven', 'eye', 'shall', 'pierced', 'kindred', 'earth', 'shall', 'wail', 'retain', 'true', 'idea', 'practice', 'true', 'religion', 'inquire', 'fundamental', 'reason', 'conduct', 'reader', 'commit', 'course', 'action', 'raising', 'inquiry', 'great', 'fundamental', 'reason', 'actuated', 'suffer', 'forward', 'testimony', 'conscientiousness', 'disinterestedly', 'benevolent', 'christ', 'life', 'temper', 'great', 'exemplar', 'great', 'powerful', 'instrument', 'making', 'benevolent', 'faith', 'truth', 'gospel', 'unwavering', 'confidence', 'thing', 'recorded', 'christ', 'true', 'life', 'example', 'christ', 'greatest', 'power', 'benevolent', 'like', 'pray', 'holy', 'ghost', 'remember', 'pray', 'spirit', 'sure', 'let', 'slip', 'true', 'idea', 'practice', 'true_religion', 'order', 'pray', 'holy', 'ghost', 'watch', 'unto', 'prayer', 'watch', 'sure', 'grieve', 'spirit', 'god', 'away', 'sure', 'neglect', 'duty', 'remember', 'thut', 'neweet', 'absolutely', 'violation', 'law', 'god', 'positive', 'crime', 'maintain', 'consciousness', 'messiah', 'pharisee', 'opto', 'notice', 'fallen', 'disciple', 'glory', 'god', 'perfectly', 'practicable', 'pointed', 'true', 'object', 'proper', 'manner', 'observing', 'disciple', 'guided', 'teaching', 'example', 'age', 'remember', 'holy', 'sabbath', 'body', 'crucified', 'besought', 'pilate', 'death', 'jesus', 'crucified', 'hastened', 'breaking', 'leg', 'body', 'taken', 'clown', 'sabbath', 'began', 'men', 'inclining', 'obey', 'outwardly', 'letter', 'merely', 'spirit', 'truth', 'having', 'letter', 'law', 'table', 'stone', 'hand', 'save', 'men', 'having', 'law', 'written', 'heart', 'holy', 'spirit', 'greater', 'extent', 'gospel', 'law', 'constitutes', 'superior', 'glory', 'gospel', 'superior', 'glory', 'gospel', 'dispensation', 'peculiarly', 'spirit', 'paul', 'set', 'forth', 'chapter', 'second', 'epistle', 'corinthian', 'jew', 'prone', 'place', 'high', 'value', 'dispensation', 'glory', 'set', 'opposition', 'christ', 'scrupulosity', 'wicked', 'hand', 'crucify', 'impiously', 'blood', 'child', 'good_reason', 'hypocrite', 'generation', 'viper', 'escape', 'damna', 'saying', 'know', 'god', 'spake', 'moses', 'fellow', 'know', 'man', 'god', 'keepeth', 'sabbath', 'day', 'god', 'praise', 'know', 'man', 'sinner', 'encumbered', 'true', 'object', 'day', 'spirit', 'kept', 'pointed', 'word', 'deed', 'hazard', 'life', 'contend', 'hunger', 'unappeased', 'man', 'pluck', 'head', 'grain', 'rub', 'kernel', 'eat', 'lie', 'suffered', 'disciple', 'bible', 'vindicated', 'course', 'tion', 'hell', 'repentance', 'sin', 'faith', 'redeemer', 'escape', 'sabbath', 'remembered', 'thd', 'giving', 'law', 'intromoral_law', 'jesus', 'duction', 'jewish', 'dispensation', 'great', 'visible', 'glory', 'keeping', 'exhort', 'calculated', 'impress', 'sens', 'rest', 'labor', 'need', 'caused', 'face', 'moses', 'shine', 'people', 'steadfastly', 'behold', 'kept', 'holy', 'according', 'requirement', 'ful', 'external', 'rest', 'kept', 'superstitious', 'exactness', 'day', 'heal', 'sick', 'walk', 'green', 'grass', 'water', 'thirsty', 'animal', 'carry', 'couch', 'catch', 'flea', 'need', 'exhorted', 'abstain', 'worldly', 'business', 'knew', 'duty', 'permanent', 'obligation', 'needed', 'keeping', 'stripped', 'false', 'observance', 'inculcated', 'outward', 'gloss', 'superstition', 'observance', 'contend', 'sick', 'healed', 'word', 'repeatedly', 'saying', 'woman', 'eighteen', 'year', 'ill', 'thou', 'art', 'loosed', 'thine', 'infirmity', 'paralytic', 'stretch', 'forth', 'thine_hand', 'man', 'pool', 'bethesda', 'thirty', 'year', 'confinement', 'rise', 'thy', 'bed', 'walk', 'immediately', 'conclusive', 'testimony', 'god', 'silly', 'tradition', 'pharisee', 'opposition', 'blind', 'received', 'malignant', 'jew', 'disturbed', 'troubled', 'sight', 'lame', 'walked', 'leper', 'cleansed', 'penetrating', 'look', 'maid', 'said', 'deaf', 'heard', 'dead', 'raised', 'poor', 'gospel', 'preached', 'demonstrating', 'thou', 'west', 'jesus', 'galilee', 'present', 'forborne', 'till', 'posing', 'father', 'devil', 'lust', 'father', 'point', 'rebuked', 'supergititons', 'stnipred', 'false', 'gloss', 'trampled', 'tradi', 'treas', 'hut', 'broke', 'cormantisitot', 'glance', 'peter', 'eye', 'met', 'lord', 'tinotions', 'awakened', 'worldly', 'man', 'conscious', 'great', 'end', 'hasin', 'view', 'way', 'know', 'labor', 'toil', 'refuse', 'expenditure', 'gospel', 'greater', 'glory', 'material', 'impressing', 'outward', 'sens', 'spiritual', 'affecting', 'feeling', 'disposition', 'heart', 'superior', 'effect', 'durable', 'glorious', 'moral', 'precept', 'written', 'table', 'stone', 'form', 'ceremony', 'numerous', 'burdensome', 'called', 'new', 'testament', 'carnal', 'ordinance', 'taught', 'greater', 'clearness', 'fullness', 'proclaimed', 'greater', 'effect', 'writing', 'fleshly', 'table', 'heart', 'fulfillment', 'promise', 'law', 'inward', 'write', 'heart', 'god', 'shall', 'people', 'instead', 'away', 'law', 'established', 'gave', 'practical', 'power', 'heart', 'life', 'men', 'greater', 'extent', 'gospel', 'account', 'view', 'apostle', 'glorious', 'dispensation', 'sab', 'manual', 'new', 'york', 'evangelist', 'glance', 'lord', 'turned', 'looked', 'peter', 'disciple', 'recently', 'met', 'fierce', 'searching', 'gaze', 'roman', 'soldier', 'keen', 'eye', 'look', 'friend', 'siwh', 'friend', 'speculation', 'oberlin', 'evan', 'kind', 'sweet', 'summoned', 'gelist', 'gave', 'vision', 'heavenly', 'glory', 'hour', 'man', 'peter', 'withstand', 'brave', 'glance', 'spite', 'carry', 'hardness', 'heart', 'denial', 'oath']
root - INFO - extracting file #82500: 2017-04-Final-Corpus/RH18560501-V08-03-page4.txt
root - INFO - extracting file #83000: 2017-04-Final-Corpus/RH18570813-V10-15-page2.txt
root - INFO - ['review', 'herald', 'vol', 'prove', 'review', 'justly', 'risk', 'eternal_salvation', 'mere', 'infer', 'enc', 'covetousness', 'style', 'christ', 'command', 'may_god', 'help', 'reader', 'feel', 'force', 'mandate', 'messiah', 'heard', 'touching', 'truth', 'stating', 'fourth', 'commandment', 'expect', 'woman', 'position', 'seen', 'true', 'ton', 'event', 'abrogation', 'god', 'law', 'light', 'quote', 'text', 'refers', 'sabbath', 'precept', 'place', 'bethe', 'commandment', 'commanded', 'ing', 'foretold', 'prophet', 'god', 'proph', 'christ', 'ets', 'revealed', 'great_events', 'connect', 'jesus', 'answered', 'people', 'people', 'commandment', 'hear', 'israel', 'lord', 'presented', 'text', 'text', 'declare', 'special_interest', 'pointed', 'god', 'lord', 'mark', 'xii', 'called', 'proof', 'following', 'request', 'ritquitsr', 'teach', 'sabbath', 'fur', 'gospel_dispensation', 'requested', 'plain', 'text', 'new_testament', 'teach', 'seventh', 'day', 'sabbath', 'abolish', 'notice', 'liartzaw', 'request', 'repeated', 'number', 'review', 'month', 'event', 'minute', 'said', 'jesus', 'unto', 'hint', 'thee', 'lord', 'sabbath', 'abolished', 'satan', 'written', 'thou', 'shalt', 'worship', 'prophet', 'foretold', 'event', 'sure', 'lord_thy', 'god', 'shalt_thou', 'serve', 'seventh', 'day', 'sabbath', 'abolished', 'harbinger', 'advocate', 'rukandment', 'second', 'time', 'new_testament', 'trample', 'foot', 'fourth', 'commandment', 'come', 'thy', 'earth', 'heavfor', 'fear', 'caviler', 'chance', 'cavil', 'given', 'second', 'time', 'new', 'matt', 'testament', 'teach', 'abolition', 'god', 'commanded', 'saying', 'honor', 'thy', 'fabut', 'unwarrantable', 'inference', 'text', 'mother', 'curseth', 'father', 'mention', 'sabbath', 'lord', 'mother', 'let', 'die', 'death', 'matt', 'height', 'presumption', 'saith_unto', 'jethe', 'sabbath', 'present', 'plain', 'declaration', 'bible', 'christian', 'required', 'day', 'believe', 'mocking', 'priest', 'said', 'jesus', 'let', 'come', 'iii', 'prophet', 'foretold', 'old_time', 'thou', 'shalt', 'forswear', 'thycross', 'believe', 'jesus', 'abolition', 'sabbath', 'eposself', 'shalt', 'perform', 'unto', 'lord', 'thine', 'oath', 'come', 'cross', 'remove', 'doubt', 'tie', 'recorded', 'event', 'certain', 'unto', 'swear', 'great', 'god', 'repeated', 'fourth', 'cornno', 'event', 'occurred', 'heaven', 'eec', 'matt', 'thy', 'kingdom', 'let', 'assert', 'abolished', 'produce', 'plain', 'text', 'prove', 'assertion', 'reasonable', 'request', 'produce', 'text', 'kept', 'fact', 'sec', 'said', 'unto', 'heed', 'booed', 'given', 'second', 'time', 'ware', 'covetousness', 'titan', 'life', 'consisted', 'prof', 'second', 'abundance', 'thinglis', 'possessly', 'lord', 'god', 'revealeth', 'matt', 'secret', 'unto', 'servant', 'prophet', 'amos', 'heard', 'bath', 'said', 'second', 'edition', 'sabbath', 'law', 'given', 'abolished', 'request', 'harbinger', 'unjust', 'prove', 'plain', 'testimony', 'edition', 'fourth', 'cornmandment', 'abolished', 'second', 'edition', 'new_testament', 'sabbath', 'teach', 'sabbath', 'bible', 'prove', 'fourth', 'commandment', 'bear', 'false', 'witness', 'jse', 'matt', 'xix', 'doe', 'fact', 'sabbath', 'commandment', 'issus', 'said', 'thou', 'shalt', 'murder', 'thou', 'shalt', 'commanded', 'new_testament', 'commit', 'adultery', 'thou', 'shalt', 'steal', 'thou', 'shalt', 'want', 'inference', 'cor', 'commandment', 'eth', 'luke', 'xii', 'iii', 'rom', 'xiv', 'col', 'bundred', 'time', 'repeated', 'allowed', 'case', 'like', 'god', 'gave', 'sabbath', 'law', 'plainest', 'language', 'possible', 'man', 'convinced', 'abolished', 'undeed', 'strange', 'professed', 'bible', 'student', 'enforced', 'christ', 'scommand', 'testimony', 'positive', 'plain', 'coming', 'high', 'authority', 'rom', 'xiv', 'doe', 'mention', 'sabbath', 'expose', 'ignorance', 'subject', 'remark', 'mark', 'xii', 'speaks', 'speak', 'fact', 'cornof', 'great', 'commandment', 'mandments', 'repeated', 'new_testament', 'perfect', 'failure', 'try', 'doe', 'prove', 'regard', 'ing', 'frequently', 'hear', 'asserted', 'strange', 'let', 'extremity', 'commandment', 'given', 'driven', 'case', 'look', 'text', 'new_testament', 'fourth', 'left', 'sabrefers', 'mark', 'xii', 'fabath', 'binding', 'christian', 'indyer', 'commandment', 'expressed', 'expanded', 'cor', 'iii', 'speaks', 'ministration', 'law', 'god', 'ministration', 'death', 'abolsecond', 'doe', 'prove', 'look', 'text', 'referred', 'second', 'ished', 'place', 'ministration', 'spirit', 'affecting', 'law', 'evident', 'col', 'read', 'let', 'man', 'judge', 'meat', 'drink', 'respect', 'holy', 'day', 'new_moon', 'sabbath', 'day', 'sabbathdays', 'sabbath', 'associated', 'meat', 'drink', 'sabbath', 'cernmandment', 'israel', 'according', 'christ', 'speaks', 'holy', 'day', 'new_moon', 'annual', 'sabit', 'doe', 'prove', 'fourth', 'binding', 'upten', 'commandment', 'matt', 'given', 'christian', 'father', 'improved', 'christ', 'said', 'equivalent', 'given', 'second', 'great', 'commandment', 'commandment', 'repeated', 'new', 'testathe', 'second', 'christ', 'said', 'sament', 'come', 'equivalent', 'tan', 'jehovah', 'spake', 'second', 'commandment', 'invite', 'especial', 'attention', 'new_testament', 'expanded', 'form', 'satan', 'second', 'testimony', 'regard', 'sabbath', 'failure', 'worse', 'look', 'bath', 'jew', 'associated', 'ordinance', 'lev', 'xxiii', 'perfectly', 'plain', 'text', 'reference', 'sabbath', 'lord', 'christian', 'relative', 'sabbath', 'late', 'text', 'referred', 'command', 'god', 'admitting', 'seventh', 'day', 'sabbath', 'destruction', 'jerusalem', 'pray', 'meet', 'matt', 'christ', 'doe', 'quote', 'lanis', 'meant', 'gained', 'verily', 'flight', 'nut', 'winter', 'sabbathguage', 'hath', 'said', 'fur', 'word', 'said', 'abolished', 'day', 'matt', 'xxiv', 'sabbath', 'god', 'old_time', 'relative', 'doubtless', 'men', 'infer', 'sabbath', 'included', 'hand', 'writing', 'ordinance', 'mentioned', 'verse', 'referred', 'verse', 'infer', 'testimony', 'christ', 'regard', 'duty', 'care', 'malt', 'testimony', 'apostle', 'luke', 'relative', 'import', 'commandment', 'leave', 'readthe', 'holy', 'woman', 'returned', 'prepayer', 'judge', 'bearing', 'word', 'thy', 'kingences', 'considered', 'weight', 'spice', 'ointment', 'rested', 'sabbathdon', 'come', 'thy', 'earth', 'case', 'absence', 'plain', 'direct', 'testimony', 'behold', 'display', 'divine_power', 'giving', 'commandment', 'smoke', 'ascended', 'mount', 'sinai', 'smoke', 'great', 'furnace', 'lightning', 'flashed', 'thunder', 'jehovah', 'rolled', 'base', 'god', 'descended', 'went', 'unto', 'sabbath', 'day', 'reasonscribes', 'pharisee', 'commandupon', 'awful', 'grandeur', 'speak', 'ear', 'people', 'precept', 'holy', 'law', 'precept', 'character', 'vast', 'importance', 'great', 'law', 'giver', 'leave', 'man', 'write', 'finger', 'synagogue', 'gentile', 'besought', 'god', 'let', 'man', 'deceive', 'engraved', 'table', 'stone', 'behold', 'word', 'preached', 'tothem', 'sabbath', 'expanded', 'cornplaced', 'beautiful', 'ark', 'overlaid', 'inlaid', 'sabbath', 'day', 'came', 'mandments', 'refers', 'matt', 'xix', 'purest', 'gold', 'mark', 'victory', 'won', 'city', 'hear', 'word', 'god', 'act', 'xiii', 'look', 'truth', 'case', 'young_man', 'israel', 'ark', 'god', 'crossed', 'jordan', 'marched', 'jericho', 'went', 'forth', 'battle', 'ark', 'holy', 'earthly', 'sanctuary', 'center', 'religious', 'glory', 'israel', 'fourth', 'commandment', 'ark', 'violation', 'greatest', 'curse', 'pronounced', 'prophet', 'observance', 'sabbath', 'greatest', 'blessing', 'promi', 'preposterous', 'supposition', 'almighty', 'son', 'jesus_christ', 'abolish', 'hie', 'sabbath', 'giving', 'plain', 'testimony', 'fact', 'book', 'inspiration', 'awfully', 'presumptuous', 'men', 'violation', 'nnirth', 'commandment', 'day', 'according', 'commandment', 'luke', 'xxiii', 'heaven', 'matt', 'commandwent', 'look', 'fifth', 'expanded', 'commandment', 'sabbath', 'law', 'abolished', 'amon', 'year', 'fact', 'recorded', 'commandment', 'doe', 'historian', 'speak', 'matt', 'jesus', 'god', 'eormeand', 'testimony', 'seine', 'apostle', 'regard', 'saying', 'iiono', 'thy_father', 'mother', 'tell', 'paul', 'manner', 'paul', 'menace', 'expanded', 'jesus', 'showed', 'scripture', 'act', 'xvii', 'ment', 'god', 'effect', 'tradition', 'reasoned', 'synagogue', 'sabbath', 'doe', 'second', 'time', 'doe', 'intiand', 'persuaded', 'jew', 'greek', 'chap', 'mate', 'change', 'doe', 'cornxviii', 'jew', 'gone', 'mandment', 'refers', 'commandment', 'sabbath', 'went', 'came', 'christ', 'asked', 'good_thing', 'shall', 'city', 'river', 'prayer', 'wont', 'eternal', 'hmi', 'jesus', 'answered', 'sat', 'spake_unto', 'woman', 'thou_wilt', 'enter', 'life', 'commandwhich', 'resorted', 'thither', 'act', 'xvi', 'ments', 'young_man', 'saith_unto', 'cook', 'triekl', 'appear', 'jesus', 'said', 'thou', 'shalt', 'murder', 'thou', 'shalt', 'commandment', 'given', 'commit', 'adultery', 'thou', 'shalt', 'steal', 'thou', 'new_testament', 'larger', 'scale', 'shalt', 'bear', 'false', 'witness', 'irigive', 'statement', 'reply', 'time', 'quire', 'commandment', 'moral', 'truth', 'nay', 'commandexpanded', 'ments', 'expressed', 'expanded', 'enforced', 'truth', 'intimation', 'magospel', 'save', 'fotuth', 'mark', 'xii', 'son', 'suppose', 'jesus', 'gave', 'theee', 'corn', 'matt', 'matt', 'matt', 'rnandments', 'anew', 'account', 'folly', 'teach', 'matt', 'xix', 'expanded', 'conk', 'luke', 'xii', 'non', 'shalt', 'kill', 'beware', 'mandtnents', 'lie', 'doe', 'commandment', 'tree']
root - INFO - extracting file #83500: 2017-04-Final-Corpus/RH18581111-V12-25-page8.txt
root - INFO - extracting file #84000: 2017-04-Final-Corpus/RH18600209-V15-12-page6.txt
root - INFO - ['sin', 'break', 'father', 'commandment', 'pope', 'rome', 'adherent', 'contrary', 'notwithstanding', 'christ', 'hope', 'redemption', 'salvation', 'love', 'life', 'strength', 'teacher', 'love', 'righteous', 'appearing', 'love', 'example', 'love', 'seventhday', 'sabbath', 'man', 'hope', 'rest', 'remaineth', 'people', 'god', 'benjamin', 'clark', 'alden', 'man', 'thought', 'wise', 'climbed', 'tree', 'sky', 'meant', 'tree', 'trim', 'placed', 'limb', 'trimmed', 'away', 'worked', 'good', 'cut', 'limb', 'stood', 'great', 'surprise', 'sprawling', 'ground', 'man', 'god', 'holy', 'day', 'round', 'earth', 'thing', 'chime', 'time', 'earth', 'gain', 'lose', 'day', 'north', 'pole', 'sabbath', 'day', 'droll', 'queer', 'sabbath', 'day', 'half', 'year', 'write', 'preach', 'seventh', 'day', 'think', 'urge', 'man', 'thought', 'twould', 'strait', 'day', 'legislate', 'fair', 'slim', 'cut', 'away', 'limb', 'god', 'place', 'hope', 'void', 'law', 'serve', 'pope', 'wise', 'enjoy', 'fruition', 'hope', 'having', 'required', 'like', 'obedient', 'child', 'trusting', 'faithful', 'parent', 'safely', 'anchor', 'hope', 'inasmuch', 'god', 'bath', 'promised', 'lie', 'fullest', 'assurance', 'look', 'thing', 'hoped', 'hutchins', 'letter', 'feared', 'lord', 'apake', 'bro', 'welcome', 'bno', 'smith', 'brother', 'returned', 'marcellon', 'winnebago', 'bro', 'steward', 'held', 'series', 'meeting', 'winter', 'lord', 'little', 'band', 'keeping', 'commandment', 'god', 'standing', 'liberty', 'gospel', 'rejoicing', 'present', 'salvation', 'struggle', 'trial', 'opposition', 'strong', 'faith', 'rejoicing', 'tribulation', 'member', 'baptist', 'church', 'good', 'standing', 'deacon', 'church', 'commenced', 'keeping', 'sabbath', 'charged', 'heresy', 'expelled', 'keeping', 'commandment', 'god', 'obtained', 'letter', 'recommendation', 'church', 'pastor', 'church', 'unanimously', 'good', 'christian', 'isaiah', 'looked', 'close', 'time', 'hear', 'word', 'lord', 'tremble', 'word', 'brother', 'hated', 'cast', 'sake', 'said', 'let', 'lord', 'glorified', 'shall', 'appear', 'joy', 'shall', 'ashamed', 'isaiah', 'lxvi', 'met', 'evening', 'sabbath', 'day', 'jan', 'deacon', 'wright', 'neighborhood', 'excellent_meetings', 'blessed', 'strengthened', 'cold', 'decided', 'god', 'came', 'church', 'account', 'prejudice', 'stand', 'looking', 'expecting', 'little', 'flock', 'fall', 'realizing', 'falling', 'vital', 'piety', 'ceased', 'prejudice', 'increased', 'imprudent', 'course', 'taken', 'professed', 'teacher', 'law', 'claiming', 'adventist', 'form', 'godliness', 'power', 'daily', 'life', 'conversation', 'distinguished', 'world', 'desk', 'such_men', 'hear', 'woe', 'pronounced', 'prophet', 'run', 'sent', 'sent', 'tarry', 'jerusalem', 'endowed', 'power', 'high', 'thy', 'proclaim', 'truth', 'live', 'believe', 'tongue', 'touched', 'live', 'coal', 'god', 'holy', 'altar', 'like', 'isaiah', 'mouth', 'defiled', 'tobacco', 'filthy', 'communication', 'god', 'speaks', 'clean', 'vessel', 'know', 'plain', 'language', 'god', 'truth', 'such_things', 'grief', 'god', 'dear', 'child', 'brought', 'reproach', 'cause', 'place', 'tuesday', 'jan', 'commenced', 'series', 'meeting', 'bro', 'hall', 'neighborhood', 'seven', 'mile', 'north', 'deacon', 'wright', 'little', 'manifested', 'lent', 'meeting', 'continued', 'day', 'increasing', 'daily', 'prejudice', 'strong', 'began', 'way', 'brother', 'came', 'nearly', 'night', 'marcellon', 'took', 'hold', 'prayer', 'exhortation', 'lord', 'poured', 'spirit', 'sinner', 'converted', 'backslider', 'reclaimed', 'led', 'inquire', 'saved', 'evening', 'jan', 'schoolhouse', 'hold', 'people', 'melting', 'time', 'brother', 'spoke', 'james', 'close', 'testimony', 'given', 'showing', 'god', 'dope', 'answer', 'prayer', 'desired', 'pray', 'obtain', 'pardon', 'sin', 'monday', 'jan', 'obliged', 'leave', 'home', 'hope', 'work', 'continues', 'think', 'came', 'meeting', 'awakened', 'may_god', 'help', 'embrace', 'whole_truth', 'live', 'stopped', 'bro', 'hall', 'ordino', 'prayer', 'meeting', 'way_home', 'brother', 'engaged', 'appearance', 'revival', 'place', 'mil', 'laborer', 'great', 'country', 'brother', 'christ', 'welcome', 'almond', 'ivis', 'bro', 'mecormic', 'bro', 'vint', 'brother', 'giving', 'testimony', 'review', 'like', 'cast', 'influence', 'favor', 'truth', 'striving', 'year', 'commandment', 'god', 'faith', 'jesus', 'way', 'grows', 'brighter', 'lukewarm', 'saw', 'light', 'message', 'thank', 'lord', 'reviving', 'work', 'heart', 'late', 'feel', 'like', 'setting', 'anew', 'kingdom', 'feel', 'bible', 'evidence', 'acceptance', 'god', 'john', 'tell', 'know', 'passed', 'death', 'unto', 'life', 'love', 'brother', 'john', 'iii', 'truly', 'love', 'brother', 'feel', 'impatient', 'permitted', 'enjoy', 'society', 'faithful', 'god', 'time', 'soon', 'come', 'lonely', 'pilgrim', 'gathered', 'stand', 'blessed', 'saviour', 'mount', 'zion', 'sing', 'song', 'moses', 'lamb', 'thankful', 'privilege', 'reading', 'review', 'pleased', 'bro', 'white', 'article', 'commandment', 'subscribe', 'principle', 'laid', 'people', 'preparing', 'refuse', 'mark', 'beast', 'worship', 'image', 'keeping', 'commandment', 'god', 'come', 'standard', 'point', 'shall', 'unprepared', 'image', 'talked', 'different_parts', 'country', 'shall', 'confidence', 'god', 'feel', 'willing', 'bow', 'image', 'let', 'remember', 'sabbath', 'day', 'holy', 'beloved', 'heart', 'condemn', 'confidence', 'god', 'brother', 'striving', 'eternal_life', 'christ', 'mccort', 'bro', 'fuller', 'bro', 'smith', 'glorious_light', 'present_truth', 'appears', 'brighter', 'brighter', 'nearing', 'close', 'time', 'fully', 'come', 'god', 'people', 'press', 'heart', 'mind', 'east', 'west', 'north', 'south', 'enemy', 'enlisting', 'soldier', 'drilling', 'army', 'prepare', 'battle', 'great_day', 'enrolled', 'christian', 'rebelled', 'government', 'high', 'heaven', 'ready', 'trample', 'god', 'law', 'foot', 'thousand', 'taken', 'place', 'unhesitatingly', 'enemy', 'rank', 'honest', 'want', 'truth', 'lord', 'chance', 'hear', 'brought', 'angel', 'message', 'field', 'world', 'yea', 'ripe', 'final', 'harvest', 'notwithstanding', 'enemy', 'late', 'sending', 'recruiting', 'officer', 'ready', 'stand', 'truth', 'come', 'heart', 'tongue', 'inspired', 'love', 'god', 'love', 'man', 'carry', 'message', 'mercy', 'perishing', 'world', 'clothed', 'raiment', 'love', 'harsh', 'spirit', 'drive', 'instead', 'gather', 'truth', 'dear', 'brother', 'sister', 'let', 'world', 'work', 'gathering', 'christ', 'instead', 'scattering', 'abroad', 'easier', 'tear', 'church', 'build', 'called', 'preach', 'gather', 'look', 'poor', 'saint', 'devil', 'worrying', 'till', 'ready', 'hope', 'sink', 'despair', 'whisper', 'kind', 'encouraging', 'word', 'throw', 'strong', 'cord', 'love', 'come', 'thee', 'good', 'look', 'brother', 'new', 'wide', 'field', 'white', 'ready', 'harvest', 'spare', 'dollar', 'send', 'truth', 'new_fields', 'cause', 'east', 'west', 'mean', 'good', 'belongs', 'fatal', 'limb', 'friendship', 'hope', 'cotton', 'good', 'gift', 'heaven', 'bestowed', 'class', 'hope', 'deprived', 'hope', 'afflictive', 'circumstance', 'like', 'ship', 'storm', 'anchor', 'mercy', 'wave', 'tossed', 'driven', 'hope', 'embrace', 'expectation', 'desire', 'hope', 'thing', 'ground', 'expecting', 'case', 'hope', 'prospect', 'obtaining', 'desired', 'object', 'small', 'better', 'examine', 'basis', 'hope', 'rest', 'reliable', 'lest', 'late', 'amends', 'despair', 'seize', 'worldly', 'enterprise', 'expect', 'given', 'course', 'pursued', 'certain', 'result', 'scholar', 'desire', 'climb', 'hill', 'science', 'making', 'diligent', 'effort', 'discouragement', 'press', 'heavily', 'difficulty', 'perseveres', 'untiring', 'individual', 'seek', 'honor', 'pleasure', 'wealth', 'unfrequently', 'forego', 'comfort', 'risk', 'life', 'gold', 'hope', 'obtaining', 'worldly', 'treasure', 'prompt', 'notwithstanding', 'effort', 'obtain', 'worldly', 'good', 'fail', 'reaching', 'foundation', 'hope', 'rest', 'permanency', 'affliction', 'doomed', 'disappointment', 'hope', 'founded', 'blessed', 'hope', 'hope', 'based', 'god', 'promise', 'fail', 'case', 'hope', 'lay', 'hold', 'comply', 'condition', 'plain', 'word', 'god', 'jesus', 'testifies', 'yoke', 'easy', 'burden', 'light', 'great', 'object', 'hope', 'eternal_life', 'sacrifice', 'gain', 'naturally', 'suppose', 'hope', 'reliable', 'certain', 'immense', 'value', 'grasped', 'eagerness', 'mean', 'left', 'untried', 'ascertaining', 'correctness', 'title', 'reason', 'cherishing', 'hope', 'opposite', 'course', 'pursued', 'entertain', 'hope', 'little', 'effort', 'come', 'standard', 'hope', 'hope', 'review', 'herald', 'vol']
root - INFO - extracting file #84500: 2017-04-Final-Corpus/RH18610514-V17-26-page4.txt
root - INFO - extracting file #85000: 2017-04-Final-Corpus/RH18620902-V20-14-page3.txt
root - INFO - ['review', 'herald', 'iferalds', 'journal', 'commerce', 'observer', 'dared', 'build', 'glorious', 'republic', 'rock', 'equity', 'impartial', 'liberty', 'liberty', 'man', 'woman', 'child', 'god', 'image', 'charge', 'minister', 'gospel', 'doctor', 'divinity', 'indirect', 'loss', 'thousand', 'additional', 'million', 'gone', 'hard', 'earnings', 'people', 'suppress', 'rebellion', 'faithful', 'prevented', 'mean', 'reverend', 'father', 'refused', 'teach', 'heavenly', 'enactment', 'obey', 'god', 'man', 'charge', 'million', 'million', 'money', 'precious_blood', 'drenched', 'earth', 'defense', 'liberty', 'mourning', 'wailing', 'filling', 'thousand', 'household', 'money', 'loving', 'truth', 'dodging', 'principle', 'evading', 'liberty', 'hating', 'man', 'oppressing', 'newspaper', 'merchant', 'minister', 'capitalist', 'willand', 'unwelcome', 'way', 'ing', 'sacrifice', 'real', 'eternal', 'rich', 'mess', 'pottage', 'reaping', 'bitter', 'fruit', 'tare', 'seed', 'sowing', 'lived', 'toiled', 'trampled', 'god', 'law', 'gain', 'great', 'worldly', 'inheritance', 'gained', 'lost', 'willing', 'sacrifice', 'conscience', 'gold', 'behold', 'lost', 'precious', 'dust', 'grasp', 'god', 'taken', 'work', 'refused', 'wanted', 'prosperity', 'securing', 'laid', 'founstations', 'bankruptcy', 'refused', 'business', 'basis', 'injustice', 'suffering', 'penalty', 'henceforth', 'business', 'right', 'religion', 'seek', 'prosperity', 'founded', 'equity', 'business', 'religion', 'combined', 'stand', 'pay', 'life', 'hundredfold', 'insure', 'eternal', 'inherit', 'lance', 'life', 'come', 'need', 'patience', 'parent', 'need', 'patience', 'ation', 'parent', 'concerning', 'child', 'prompted', 'magnified', 'love', 'realized', 'life', 'bitterness', 'arises', 'disobedience', 'waywardness', 'child', 'effort', 'remedy', 'evil', 'fail', 'hope', 'reformation', 'nigh', 'extinct', 'discouragement', 'irritation', 'likely', 'ensue', 'demand', 'patience', 'repel', 'unwise', 'severity', 'discourage', 'neglect', 'criminal', 'proper', 'disposition', 'circumstanses', 'patience', 'guidance', 'virtue', 'wisdom', 'authority', 'love', 'safely', 'applied', 'reason', 'excercise', 'grace', 'feeling', 'conduct', 'discipline', 'child', 'imperfect', 'impulsive', 'garner', 'sky', 'montgomery', 'need', 'patience', 'god', 'dark', 'painful', 'allotment', 'bereavement', 'loss', 'expect', 'bear', 'long', 'sends', 'rain', 'unjust', 'sun', 'light', 'evil', 'good', 'bear', 'generation', 'generation', 'patience', 'fails', 'let', 'sphere', 'like', 'patient', 'men', 'patient', 'patient', 'tribulation', 'nay', 'let', 'patience', 'posse', 'soul', 'shall', 'evoke', 'shadow', 'earth', 'born', 'sorrow', 'vision', 'etergraded', 'grossly', 'stupid', 'laid', 'charge', 'conduct', 'open', 'day', 'continually', 'watched', 'people', 'ready', 'murmur', 'rebel', 'industrious', 'excuse', 'repeated', 'seditious', 'conduct', 'spirit', 'private', 'life', 'public', 'conduct', 'canoe', 'joined', 'moses', 'plot', 'feigned', 'divine_authority', 'mission', 'succeeded', 'innocent', 'imposture', 'mask', 'laid', 'aside', 'work', 'proved', 'fully', 'god', 'person', 'wish', 'discredit', 'moses', 'mission', 'ground', 'kind', 'stand', 'plague', 'egypt', 'passage', 'red_sea', 'destruction', 'king', 'egypt', 'immense', 'host', 'quail', 'rock', 'horeb', 'supernatural', 'supply', 'year', 'manna', 'continual', 'miracle', 'sabbath', 'preceding', 'day', 'manna', 'kept', 'good', 'kept', 'putrid', 'day', 'constantly', 'attending', 'supernatural', 'cloud', 'threeor', 'charity', 'such_things', 'sooner', 'later', 'vigilant', 'active', 'remedy', 'come', 'avail', 'lose', 'temper', 'speak', 'act', 'hastily', 'best', 'safest', 'way', 'midst', 'public', 'evil', 'thoroughly', 'duty', 'calmly', 'patiently', 'trust', 'god', 'moses', 'impostor', 'work', 'reform', 'need', 'patience', 'sow', 'water', 'morning', 'evening', 'small', 'force', 'plied', 'interminable', 'persistence', 'duration', 'tell', 'result', 'imposture', 'world', 'prideaux', 'letter', 'deist', 'following', 'character', 'end', 'carnal', 'inter', 'wicked', 'men', 'author', 'necessarily', 'appear', 'contexture', 'imposture', 'framed', 'contain', 'palpable', 'falsity', 'discover', 'falsity', 'rest', 'propagated', 'craft', 'fraud', 'intrusted', 'person', 'long', 'concealed', 'keenest', 'eyed', 'adversary', 'moses', 'able', 'fix', 'carnal', 'gratification', 'sensual', 'passion', 'accumulation', 'wealth', 'aggrandizement', 'family', 'relative', 'pursuit', 'worldly', 'honor', 'laid', 'charge', 'life', 'unspotted', 'action', 'offspring', 'purest', 'benevolence', 'own_hands', 'pure', 'hand', 'associated', 'work', 'palpable', 'falsity', 'detected', 'writing', 'subject', 'complicate', 'abstruse', 'difficult', 'topic', 'came', 'pen', 'man', 'craft', 'fraud', 'countryman', 'thought', 'lawfully', 'use', 'innocent', 'privation', 'despond', 'prone', 'complain', 'rebel', 'need', 'patience', 'thou', 'toil', 'vain', 'cold', 'heat', 'moist', 'dry', 'shall', 'foster', 'mature', 'grain', 'purpose', 'ripen', 'fast', 'unfolding', 'hour', 'bud', 'bitter', 'taste', 'sweet', 'flower', 'cowper', 'excellence', 'virtue', 'reasonable', 'men', 'ethically', 'bound', 'act', 'clonally', 'road', 'success', 'irritation', 'discouragement', 'faint', 'irregular', 'effort', 'accomplish', 'process', 'turn', 'ill', 'present_life', 'beneficial', 'account', 'divine', 'alchemy', 'turning', 'clay', 'gold', 'respect', 'like', 'god', 'patient', 'god', 'guile', 'people', 'greatly', 'denal', 'smile', 'christian', 'advocate', 'journal', 'shall', 'profit', 'shall', 'profit', 'man', 'shall', 'gain', 'whole_world', 'lose', 'own_soul', 'mark', 'viii', 'everyman', 'posse', 'soul', 'worth', 'world', 'soul', 'danger', 'lost', 'lost', 'lost', 'forever', 'man', 'principal', 'business', 'secure', 'salvation', 'own_soul', 'men', 'set', 'mind', 'business', 'speculation', 'hope', 'wealth', 'treat', 'salvation', 'soul', 'secondary', 'yea', 'unimportant', 'matness', 'folly', 'extent', 'attach', 'childhood', 'youth', 'time', 'proviter', 'suchour', 'lord', 'question', 'suppose', 'fold', 'office', 'guide', 'day', 'light', 'night', 'donee', 'chief', 'reliance', 'parent', 'gain', 'world', 'inch', 'land', 'covering', 'ardor', 'sun', 'invincibly', 'child', 'treasure', 'ocean', 'proclaim', 'god', 'brought', 'people', 'egypt', 'wish', 'patience', 'hallow', 'joy', 'besoul', 'lost', 'doomed', 'suffer', 'vengeance', 'moses', 'man', 'god', 'chosen', 'come', 'wish', 'exclude', 'memory', 'pain', 'unavailing', 'regret', 'need', 'patience', 'business', 'intercourse', 'nearly', 'person', 'employer', 'employed', 'capacity', 'subject', 'affected', 'selfishness', 'trying', 'form', 'employors', 'exacting', 'petulant', 'laborer', 'inefficient', 'unscrupulous', 'great', 'time', 'trial', 'exercise', 'virtue', 'difficult', 'claim', 'valid', 'observance', 'practicable', 'reward', 'certain', 'virtue', 'claim', 'citizen', 'men', 'outlaw', 'belong', 'civil', 'society', 'human', 'weakness', 'exhibit', 'larger', 'scale', 'good', 'person', 'value', 'privilege', 'political', 'organization', 'secures', 'desire', 'labor', 'public', 'good', 'hindered', 'destroyed', 'wicked', 'hand', 'painful', 'good_man', 'witness', 'surrender', 'perversion', 'great', 'fundamental', 'principle', 'dominance', 'faction', 'elevation', 'post', 'honor', 'responsibility', 'incompotent', 'unscrupulous', 'men', 'vice', 'stalk', 'abroad', 'unrebulted', 'desperate', 'men', 'unpunished', 'vex', 'soul', 'true', 'patriot', 'cause', 'giving', 'way', 'equanimity', 'courage', 'eternal', 'good', 'world', 'banished', 'god', 'shut', 'heaven', 'devil', 'damned', 'soul', 'purchase', 'moment', 'ease', 'obtain', 'drop', 'water', 'buy', 'ray', 'hope', 'lost', 'heaven', 'gaining', 'earth', 'earned', 'hell', 'toiling', 'purchase', 'world', 'profit', 'profit', 'word', 'mockery', 'loss', 'sustained', 'incomparable', 'loss', 'lost', 'approbation', 'god', 'thejoys', 'heaven', 'song', 'angel', 'company', 'saint', 'presence', 'jesus', 'eternity', 'joy', 'folly', 'dreadful', 'folly', 'reader', 'guilty', 'soul', 'safe', 'christ', 'holy', 'sin', 'pardoned', 'rest', 'rest', 'soul', 'safe', 'safe', 'behold', 'accepted', 'time', 'secure', 'christ', 'favor', 'god', 'place', 'lord', 'holy', 'happy', 'people', 'delay', 'wage', 'sin', 'death', 'gift', 'god', 'eternal_life', 'jesus_christ', 'lord', 'roman', 'hath', 'tasted', 'bitterness', 'sin', 'fear', 'commit', 'bath', 'felt', 'sweetness', 'mercy', 'fear', 'offend', 'gafarnos', 'fully', 'accredited', 'mission', 'law', 'statute', 'gave', 'offspring', 'wisdom', 'goodness', 'father', 'light', 'fountain', 'truth', 'justice', 'continual', 'unbounded', 'benefactor', 'human_race', 'power', 'religion', 'powerful', 'religion', 'command', 'heart', 'command', 'vitals', 'morality', 'come', 'pruning', 'knife', 'cutsoff', 'sprouting', 'wild', 'luxuriance', 'religion', 'lay', 'root', 'tree', 'morality', 'look', 'skin', 'apple', 'fair', 'religion', 'searcheth', 'core', 'morality', 'chides', 'outward', 'exorbitancies', 'religion', 'check', 'secret', 'inclination', 'religion', 'requires', 'flower', 'vir', 'itto', 'trnengatfhfeeatnindnssineiwts', 'issf', 'tnhoeesmoult', 'rime', 'land', 'gupishing', 'endeavor', 'stillborn', 'prapyyer', 'winsoil', 'raiololo', 'rtive', 'resolution', 'serve', 'turn', 'nathaniel', 'culverwel', 'distinotion', 'good', 'said', 'bank', 'officer', 'director', 'day', 'depends', 'mean', 'godward', 'manward', 'answer', 'godward', 'continued', 'doctor', 'good', 'man', 'church', 'souveirs', 'imn', 'ote', 'fbaeintehv', 'lreranyes', 'rfdtainner', 'meet', 'manward', 'sorry', 'thigtt', 'meanl', 'tricky']
root - INFO - extracting file #85500: 2017-04-Final-Corpus/RH18631201-V23-01-page4.txt
root - INFO - extracting file #86000: 2017-04-Final-Corpus/RH18650411-V25-19-page3.txt
root - INFO - ['pipno', 'review', 'herald', 'promote', 'poverty', 'wring', 'heart', 'father', 'mother', 'enticing', 'boy', 'ruin', 'come', 'boy', 'men', 'woman', 'child', 'screen', 'try', 'hide', 'little', 'dog', 'kennel', 'shop', 'masked', 'battery', 'kind', 'good', 'men', 'sell', 'customer', 'dirty', 'hole', 'shut', 'door', 'better', 'far', 'lock', 'hole', 'masked', 'battery', 'men', 'drunken', 'men', 'come', 'hole', 'watch', 'door', 'boy', 'easterner', 'men', 'red', 'face', 'tattered', 'characterit', 'enter', 'men', 'blue', 'ruin', 'written', 'faced', 'masked', 'battery', 'think', 'disgrace', 'secret', 'everybody', 'know', 'battered', 'till', 'little', 'left', 'watch', 'door', 'boy', 'dog', 'hole', 'conceal', 'shame', 'hurt', 'hiram', 'earth', 'angel', 'hold', 'wind', 'strife', 'servant', 'god', 'sealed', 'endless_life', 'let', 'war', 'strife', 'tumult', 'cease', 'way', 'prepare', 'earth', 'enjoys', 'time', 'peace', 'message', 'declare', 'arouse', 'chosen', 'lord', 'vessel', 'prepare', 'ready', 'accord', 'rain', 'share', 'let', 'warning_message', 'obey', 'final', 'dreadful', 'woe', 'tremendous', 'day', 'let', 'darkness', 'bound', 'oppressor', 'chain', 'enlightened', 'free', 'sin', 'true', 'liberty', 'obtain', 'lord', 'sanctify', 'cleanse', 'heart', 'accept', 'thine', 'vocal', 'prayer', 'thatwe', 'feel', 'force', 'lemn', 'declaration', 'thou', 'god', 'seest', 'time', 'commend', 'kind', 'care', 'keeping', 'especially', 'enjoined', 'seek', 'lord', 'closet', 'promised', 'hear', 'secretly', 'communing', 'reward', 'openly', 'precious', 'season', 'retire', 'pour', 'sorrow', 'grief', 'ear', 'weary', 'hearing', 'duty', 'secret_prayer', 'arduous', 'repugnant', 'feeling', 'know', 'secret', 'bower', 'tender', 'father', 'reveals', 'glory', 'shining', 'face', 'know', 'bid', 'meet', 'daily', 'receive', 'strength', 'need', 'successfully', 'cope', 'adversary', 'good', 'jesus', 'love', 'cheer', 'way', 'rough', 'soothe', 'support', 'comfort', 'earthly', 'hope', 'comfort', 'flee', 'loved', 'fail', 'hour', 'need', 'jesus', 'friend', 'hope', 'eternal_life', 'esther', 'warren', 'deerfield', 'minn', 'honor', 'honor', 'humility', 'provnans', 'honor', 'obtained', 'seeking', 'deserving', 'doe', 'good', 'praise', 'worthy', 'time', 'noble', 'wish', 'creator', 'obey', 'holy', 'decree', 'pride', 'desire', 'personal', 'selfish', 'reward', 'person', 'end', 'attain', 'toi', 'horer', 'honor', 'eclipse', 'worldly', 'grandeur', 'exemplary', 'holy', 'person', 'draw', 'unwilling', 'homage', 'heart', 'let', 'bear', 'humble', 'such_men', 'moses', 'daniel', 'forced', 'heathen', 'contemporary', 'homage', 'seeking', 'honor', 'steadily', 'pursuing', 'upright', 'honorable', 'course', 'living', 'holy', 'spotless', 'life', 'silenced', 'mouth', 'slanderer', 'shame', 'enemy', 'good', 'act', 'holy', 'life', 'attracted', 'host', 'friend', 'gave', 'honor', 'influence', 'extending', 'far', 'wide', 'work', 'cottrell', 'earnestly', 'plead', 'god', 'strong', 'faithful', 'earnest', 'appeal', 'brings', 'blessing', 'care', 'sorrow', 'oppress', 'heart', 'riven', 'guish', 'sweet', 'away', 'soothing', 'solace', 'clarice', 'extract', 'history', 'passing', 'inspired', 'history', 'uninspired', 'frequent', 'notice', 'sabath', 'way', 'peace', 'anti', 'joy', 'plainly', 'revealed', 'characteristic', 'nature', 'seeking', 'happiness', 'matter', 'tfitin', 'circumstance', 'life', 'therels', 'continual', 'striving', 'great', 'end', 'ask', 'light', 'pure', 'undefiled', 'religion', 'acme', 'christian', 'enjoyment', 'constitutes', 'perfect', 'happiness', 'far', 'life', 'concerned', 'surrounded', 'care', 'turmoil', 'inconstant', 'giddy', 'world', 'congenial', 'taste', 'feeling', 'conscience', 'void', 'offence', 'god', 'men', 'willingness', 'sake', 'jesus', 'humble', 'sinking', 'self', 'christ', 'putting', 'spirit', 'meekness', 'charity', 'beareth', 'thing', 'believeth', 'thing', 'hopeth', 'thing', 'endureth', 'thing', 'rejoiceth', 'iniqwith', 'god', 'redeemer', 'know', 'saera', 'century', 'church', 'mocity', 'rejoieeth', 'truth', 'answer', 'far', 'mortality', 'capable', 'able', 'comprehend', 'exceeding', 'love', 'god', 'question', 'arises', 'attain', 'certain', 'duty', 'laid', 'word', 'god', 'perform', 'performance', 'brings', 'peace', 'come', 'obedience', 'secure', 'favor', 'god', 'prayer', 'necessary', 'secret_prayer', 'word', 'going', 'home', 'time', 'word', 'home', 'cheered', 'onward', 'trying', 'breast', 'cold', 'storm', 'tempest', 'life', 'time', 'doe', 'heart', 'rejoice', 'nearing', 'father', 'house', 'mansion', 'shall', 'baptist', 'denomination', 'god', 'refuge', 'strength', 'present', 'help', 'time', 'trouble', 'xlvi', 'psalmist', 'sought', 'god', 'secret', 'necessary', 'david', 'man', 'god', 'own_heart', 'flee', 'secret', 'chamber', 'intercede', 'god', 'daily', 'strength', 'enable', 'endure', 'buffeting', 'satan', 'persecution', 'unrightstained', 'hypocrisy', 'sin', 'eon', 'men', 'necessary', 'thing', 'time', 'satan', 'working', 'sign', 'power', 'lying', 'wonder', 'men', 'heart', 'failing', 'fear', 'nation', 'trembling', 'throne', 'tottering', 'princigreat', 'holy', 'men', 'adorn', 'sacred', 'polity', 'crumbling', 'decay', 'let', 'near', 'communion', 'god', 'impossible', 'live', 'conscience', 'void', 'offense', 'god', 'men', 'seeking', 'blessed', 'secret', 'intercourse', 'heavenly', 'father', 'example', 'blessed', 'pattern', 'cheer', 'hero', 'ancient', 'suchemn', 'holy', 'duty', 'time', 'going', 'apart', 'disciple', 'continuing', 'night', 'mountain', 'secret', 'communion', 'father', 'solemn', 'midnight', 'bowed', 'agony', 'prayed', 'pause', 'think', 'think', 'intense', 'agony', 'called', 'forth', 'heart', 'gush', 'anguish', 'father', 'possible', 'let', 'cup', 'pas', 'bowed', 'forsaken', 'loved', 'earnestly', 'pleading', 'father', 'strength', 'pas', 'trhough', 'bitter', 'trial', 'angel', 'sent', 'bless', 'encourage', 'cred', 'nearness', 'heavenly', 'father', 'hears', 'feeble', 'sends', 'help', 'rescue', 'angel', 'comfort', 'assure', 'divine', 'favor', 'troubled', 'spirit', 'afraid', 'thy', 'father', 'helm', 'sheim', 'mention', 'person', 'class', 'second', 'century', 'robinson', 'rome', 'time', 'large_number', 'church', 'observing', 'seventh', 'day', 'notion', 'change', 'introduced', 'day', 'sabbath', 'observed', 'entertained', 'inprocess', 'time', 'custom', 'arose', 'celebrating', 'resurrection', 'christ', 'religious', 'meeting', 'day', 'week', 'historical', 'record', 'sacred', 'profane', 'informed', 'celebration', 'day', 'certain', 'evidence', 'observed', 'weekly', 'introduced', 'voluntary', 'festivat', 'commemorate', 'resurrection', 'sixthday', 'observed', 'commemorate', 'crucifixion', 'fifth', 'day', 'commemorate', 'ascension', 'mauston', 'hail', 'secret', 'bower', 'calm', 'sacred', 'hour', 'god', 'soothing', 'power', 'come', 'love', 'remelts', 'going', 'home', 'trying', 'press', 'weary', 'way', 'onward', 'land', 'sister', 'ear', 'brother', 'think', 'child', 'god', 'humbly', 'feel', 'like', 'enemy', 'sweet', 'consolation', 'regarded', 'sobbath', 'benediet', 'history', 'lord', 'refuge', 'oppressed', 'earth', 'separated', 'distance', 'refwugaetintirtaime', 'atrforauible', 'ill', 'meet', 'dear', 'saint', 'loved', 'othersahave', 'snatched', 'cruel', 'hand', 'death', 'thank', 'lord', 'come', 'land', 'enemy', 'blessed', 'thought', 'truly', 'cheer', 'shall', 'forgotten', 'lonely', 'thhhhei', 'death', 'old', 'man', 'face', 'secret_prayer', 'communion', 'self', 'god', 'silently', 'vocally', 'apostle', 'men', 'pray', 'joy', 'gathered', 'near', 'young', 'man', 'lifting', 'holy', 'hand', 'wrath', 'doubt', 'dear', 'brother', 'sister', 'thing', 'begin', 'rising', 'tim', 'understand', 'apostle', 'sum', 'reality', 'possessed', 'good', 'word', 'easy', 'obligation', 'mean', 'time', 'trial', 'shah', 'sight', 'speak', 'ill', 'requires', 'silence', 'cost', 'circumstance', 'lift', 'hand', 'raise', 'voice', 'home', 'sweet', 'home', 'spotless', 'character', 'moses', 'purity', 'dignity', 'excellence', 'daniel', 'day', 'command', 'homage', 'world', 'scoffer', 'shrink', 'intimidated', 'power', 'influence', 'page', 'late', 'period', 'bring', 'immanse', 'weight', 'power', 'compared', 'influence', 'caesar', 'napoleon', 'character', 'delineated', 'page', 'history', 'vain', 'seek', 'god', 'mentioned', 'dead', 'speak', 'tone', 'authority', 'love', 'thee', 'god', 'trust', 'lvi', 'patience', 'posse', 'soul', 'luke', 'xxii']
root - INFO - extracting file #86500: 2017-04-Final-Corpus/RH18660717-V28-07-page1.txt
root - INFO - extracting file #87000: 2017-04-Final-Corpus/RH18670716-V30-05-page6.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'vol', 'avi', 'monster', 'giant', 'day', 'weaken', 'austria', 'far', 'bring', 'strength', 'right', 'hand', 'therearegiantsin', 'subjection', 'half', 'blvv', 'vvv', 'prophecy', 'history', 'advance', 'day', 'strength', 'machinery', 'war', 'equally', 'gigantic', 'wickedness', 'differ', 'weapon', 'employ', 'alike', 'destination', 'deluge', 'wrath', 'destroyed', 'giant', 'old', 'deluge', 'destroy', 'giant', 'modern', 'military', 'science', 'assured', 'protestant', 'feel', 'deluge', 'heavily', 'romanists', 'god', 'rebuke', 'hypocrisy', 'protestantism', 'pride', 'world', 'large', 'word', 'god', 'dispensation', 'end', 'war', 'calamity', 'fearful', 'kind', 'war', 'shall', 'peace', 'earth', 'philosopher', 'infidel', 'regenerate', 'society', 'march', 'intellect', 'render', 'war', 'impossible', 'trial', 'eternal_truth', 'tri', 'umphed', 'perishable', 'falsehood', 'great', 'exhibition', 'peace', 'followed', 'uninterrupted', 'war', 'judgment', 'book', 'revelation', 'levelled', 'popery', 'called', 'chosen', 'faithful', 'wait', 'folded', 'arm', 'reward', 'ungodly', 'protestant', 'ignorant', 'god', 'truth', 'own_hearts', 'unfold', 'arm', 'throw', 'attitude', 'expectation', 'work', 'war', 'spoliation', 'butchery', 'sorcery', 'age', 'protestant', 'taken', 'lead', 'india', 'china', 'japan', 'jamaica', 'new', 'scheme', 'defeated', 'want', 'sitgacity', 'inevitable', 'event', 'half', 'scheme', 'completely', 'successful', 'austria', 'henceforth', 'vassal', 'france', 'person', 'absurdly', 'blamed', 'emperor', 'having', 'long', 'ago', 'intefered', 'time', 'news', 'paper', 'set', 'oracle', 'blunder', 'tell', 'emperor', 'moment', 'placed', 'army', 'rhine', 'forbidden', 'prussia', 'advance', 'wise', 'policy', 'truth', 'knew', 'half', 'strength', 'antagonist', 'wiser', 'far', 'waited', 'effect', 'prussian', 'gun', 'attacked', 'prussia', 'needleguns', 'ignominiously', 'defeated', 'destoyed', 'wisely', 'looked', 'bought', 'experience', 'expense', 'austria', 'saved', 'gained', 'austria', 'ally', 'austria', 'italy', 'france', 'chivalry', 'poland', 'interval', 'rank', 'flank', 'operathioins', 'end', 'triumph', 'therto', 'french', 'emperor', 'defeated', 'kept', 'rcumstanc', 'expect', 'vast', 'combination', 'work', 'brain', 'prove', 'finally', 'triumphant', 'south', 'beat', 'north', 'south', 'romanist', 'poland', 'new', 'ally', 'south', 'equally', 'roman', 'catholic', 'victory', 'south', 'wouldbe', 'triumph', 'romanism', 'demand', 'france', 'germany', 'public', 'far', 'greater', 'importance', 'said', 'positive', 'fact', 'demand', 'withdrawn', 'postponed', 'future', 'day', 'great', 'exmust', 'disturbed', 'new', 'gun', 'begot', 'ready', 'demand', 'renewed', 'time', 'league', 'france', 'austria', 'itsly', 'poland', 'completed', 'austria', 'time', 'reorganize', 'army', 'pole', 'thoroughly', 'aroused', 'great', 'exhibition', 'expect', 'new', 'development', 'french', 'aggression', 'napoleonis', 'mind', 'pacific', 'declaration', 'hear', 'day', 'intended', 'matter', 'smooth', 'new', 'military', 'arrangement', 'finished', 'public_press', 'time', 'head', 'old', 'trade', 'promising', 'peace', 'time', 'warning', 'emperor', 'exaggerating', 'strength', 'germany', 'force', 'germanic', 'patriotism', 'said', 'end', 'peaceably', 'diplomatic', 'dust', 'discretion', 'disperse', 'bee', 'impossible', 'believe', 'france', 'french', 'emperor', 'acquiesce', 'reduction', 'french', 'nation', 'secondary', 'position', 'europe', 'hear', 'alliance', 'southern', 'power', 'increase', 'military', 'force', 'new', 'implement', 'destruction', 'multiplied', 'end', 'war', 'consider', 'inevitable', 'decidedly', 'prophetical', 'result', 'let', 'suppose', 'begun', 'let', 'suppose', 'france', 'ally', 'triumphant', 'germany', 'nominally', 'protestant', 'infidel', 'god', 'rome', 'france', 'ally', 'nominally', 'romanist', 'infidel', 'like', 'germany', 'england', 'discordant', 'heap', 'sect', 'party', 'democrat', 'aristocrat', 'compared', 'milton', 'chaos', 'element', 'shaken', 'confusion', 'tell', 'ultimate', 'form', 'assume', 'certainly', 'form', 'hateful', 'sight', 'god', 'short', 'year', 'beginning', 'new_era', 'promise', 'opening', 'nation', 'christendom', 'preparing', 'action', 'watching', 'movement', 'jealousy', 'year', 'following', 'paragraph', 'article', 'published', 'english', 'monthly', 'entitled', 'vial', 'contain', 'vivid', 'description', 'present_state', 'world', 'frank', 'admission', 'concerning', 'character', 'position', 'apostate', 'protestantism', 'harlot', 'daughter', 'corrupt', 'mother', 'reader', 'interested', 'entered', 'year', 'year', 'past', 'fulfills', 'word', 'lord', 'men', 'heart', 'failing', 'fear', 'looking', 'thing', 'coming', 'earth', 'ancient', 'modern_times', 'moment', 'perplexing', 'uncertain', 'threatening', 'year', 'opened', 'certainty', 'evil', 'year', 'suspended', 'heavier', 'judgment', 'particular', 'nation', 'year', 'written', 'roll', 'eternity', 'compared', 'year', 'gloomy', 'mystery', 'threat', 'wide', 'extended', 'range', 'foreboding', 'subject', 'terror', 'lost', 'immensity', 'question', 'brought', 'mind', 'great', 'exhibition', 'held', 'foolish', 'writer', 'era', 'universal_peace', 'know', 'day', 'zealand', 'united', 'state', 'protestant', 'amerbeen', 'year', 'war', 'mutiny', 'bloodshed', 'revenge', 'east', 'west', 'india', 'jamaica', 'sardonic', 'smile', 'protestant', 'taking', 'lead', 'crime', 'audaciously', 'charged', 'enveloped', 'sion', 'heart', 'stirred', 'activity', 'revelation', 'perfection', 'divine', 'old', 'slumbering', 'fury', 'awakened', 'like', 'giant', 'retribution', 'hypocrisy', 'pride', 'mind', 'refreshed', 'blood', 'awakened', 'europe', 'large', 'dividing', 'great', 'sleep', 'fulfilled', 'camp', 'camp', 'north', 'south', 'task', 'proved', 'seen', 'protestantism', 'popery', 'religion', 'fore', 'protestantism', 'tempted', 'htive', 'long', 'thoroughly', 'corrupt', 'alienated', 'guilty', 'bloodthirsty', 'romanism', 'god', 'sunk', 'world', 'love', 'pleasure', 'equally', 'liable', 'judgment', 'ruling', 'passion', 'pleasure', 'pleasure', 'protestant', 'country', 'gorged', 'slaughter', 'steeped', 'human', 'blood', 'step', 'step', 'waded', 'crimson', 'tide', 'bad', 'romanism', 'cloud', 'terror', 'book', 'day', 'manifest', 'flattery', 'false', 'prophecy', 'such_men', 'cumming', 'brought', 'trial', 'condemned', 'open', 'court', 'judgment', 'fall', 'attempted', 'fix', 'wholly', 'church', 'rome', 'look', 'era', 'peace', 'begun', 'exhibition', 'look', 'false', 'prophecy', 'time', 'contrast', 'reality', 'present', 'south', 'pleasure', 'power', 'rich', 'north', 'respect', 'agree', 'perfect', 'agreement', 'befits', 'daughter', 'mother', 'rome', 'mother', 'harlot', 'protestantism', 'harlot', 'daughter', 'perfectly', 'agree', 'essential', 'point', 'negation', 'god', 'harlot', 'daughter', 'protestantism', 'befits', 'youthful', 'alacrity', 'far', 'outstripped', 'mother', 'atheism', 'far', 'common', 'avowed', 'protestant', 'romanists', 'ice', 'began', 'sorcery', 'said', 'recereed', 'million', 'mankind', 'spreading', 'day', 'day', 'till', 'enveloped', 'christensdom', 'church', 'rome', 'stand', 'folded', 'arm', 'eighteen', 'year', 'christianity', 'worst', 'feature', 'releast', 'eighteen', 'great', 'exhibition', 'condition', 'christendom', 'engaged', 'preparetion', 'war', 'new', 'implement', 'destruction', 'sent', 'forth', 'protestant', 'germany', 'protestant', 'ligious', 'world', 'lord', 'glory', 'germany', 'led', 'way', 'violence', 'robbery', 'bloodshed', 'roman', 'catholic', 'europe', 'treading', 'step', 'holy', 'protestantism', 'worse', 'better', 'ought', 'veryverge', 'idolatry', 'human', 'common', 'decency', 'told', 'year', 'protestantism', 'woman', 'ruling', 'heaven', 'man', 'child', 'caught', 'throne', 'god', 'presumptuous', 'scrupulous', 'heavenly', 'model', 'christendom', 'day', 'getling', 'arm', 'army', 'europe', 'counted', 'thousand', 'thousand', 'henceforth', 'reckoned', 'million', 'man', 'soldier', 'capable', 'bearing', 'arm', 'ingenuity', 'science', 'age', 'exhausted', 'invention', 'deadly', 'weapon', 'destructive', 'powder', 'iron', 'fortress', 'land', 'floating', 'deep', 'day', 'day', 'new', 'hideous', 'engine', 'appeare', 'frowning', 'land', 'gliding', 'sea', 'like', 'revived', 'antediluvian', 'soul', 'thing', 'redeemer', 'convenience', 'sight', 'god', 'glory', 'kingdom', 'own_son', 'value', 'soul', 'rose', 'fell', 'protestantism', 'harlot', 'daughter', 'harlot', 'mother', 'end', 'end', 'possible', 'present', 'vast', 'preparation', 'lead', 'resuit', 'immensity', 'preparation', 'expect', 'issue', 'universal', 'conflict', 'romanism', 'napoleon', 'head', 'arrayed', 'ligious', 'world', 'abandoned', 'love', 'god', 'set', 'man', 'favorite', 'deity', 'human_soul', 'year', 'object', 'rereduced', 'position', 'servant', 'mere', 'convenience', 'work', 'salvation', 'human_soul', 'selfishness', 'religious', 'world', 'approach', 'protestantism', 'head', 'policy', 'suspicion', 'believe', 'equaled', 'policy', 'confusion', 'policy', 'aim', 'age', 'napoleon', 'aimless', 'ambition', 'french', 'emperor', 'year', 'clear', 'deent', 'ill', 'success', 'controlling', 'desperation', 'terruined', 'policy', 'policy', 'calm', 'indomitable', 'resolution', 'france', 'throw', 'sardinia', 'assisting', 'italy', 'austria', 'ing', 'love', 'peace', 'putting', 'ancient', 'napoleon', 'driven', 'desperation', 'appar']
root - INFO - extracting file #87500: 2017-04-Final-Corpus/RH18680303-V31-12-page15.txt
root - INFO - extracting file #88000: 2017-04-Final-Corpus/RH18681229-V33-01-page4.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'vol', 'talitur', 'wad', 'sanctify', 'thy', 'truth', 'thy_word', 'truth', 'battle', 'cheer', 'mich', 'day', 'dec', 'email', 'smith', 'editor', 'work', 'right_direction', 'wherefore', 'prophet', 'spend', 'money', 'bread', 'labor', 'satisfieth', 'implication', 'effort', 'forth', 'secure', 'bread', 'applied', 'right_direction', 'secure', 'bread', 'portion', 'satisfy', 'labor', 'spent', 'world', 'regenerate', 'world', 'people', 'world', 'work', 'hard', 'saved', 'fail', 'reach', 'result', 'labor', 'work', 'wrong', 'end', 'vast_amount', 'labor', 'misdirected', 'live', 'dishonesty', 'horde', 'thief', 'gambler', 'sharper', 'blackleg', 'mark', 'labor', 'energy', 'skill', 'bring', 'bear', 'unhallowed', 'calling', 'effort', 'talent', 'procure', 'splendid', 'living', 'applied', 'honorable', 'calling', 'life', 'work', 'hard', 'tax', 'energy', 'body', 'mind', 'sufficiently', 'honorable', 'fortune', 'instead', 'eke', 'miserable', 'dishonest', 'subsistence', 'effort', 'applied', 'wrong', 'direction', 'man', 'manifested', 'perseverance', 'energy', 'skill', 'breaking', 'jail', 'kept', 'going', 'bad', 'aroused', 'pitch', 'exertion', 'direction', 'honest', 'livelihood', 'coming', 'step', 'higher', 'contrasting', 'worldly', 'heavenly', 'thing', 'object', 'pursuit', 'principle', 'extensively', 'carried', 'multitude', 'engrossed', 'worldly', 'enterprise', 'bend', 'energy', 'body', 'soul', 'pursuit', 'phantom', 'world', 'rich', 'honor', 'fame', 'power', 'pursuing', 'toil', 'hard', 'expend', 'mean', 'acquire', 'gained', 'bubble', 'perish', 'day', 'toiling', 'multitude', 'laboring', 'grasp', 'shadow', 'prophet', 'exclaims', 'thirsteth', 'come', 'water', 'wherefore', 'spend', 'money', 'bread', 'labor', 'satisfieth', 'turn', 'labor', 'direction', 'bring', 'effort', 'bear', 'right', 'object', 'secure', 'durable', 'rich', 'volume', 'encouragement', 'christian', 'let', 'overcome', 'saying', 'equal', 'fellow_men', 'thousand', 'work', 'hard', 'work', 'manifest', 'zeal', 'manifest', 'endure', 'endure', 'direct', 'effort', 'heavenly', 'instead', 'worldly', 'object', 'prize', 'certainly', 'sign', 'time', 'noticeable', 'feature', 'secular', 'press', 'present_day', 'continual', 'testimony', 'borne', 'showing', 'fulfillment', 'predicted', 'sign', 'concerning', 'time', 'testimony', 'writer', 'fail', 'understand', 'age', 'world', 'living', 'event', 'acquaint', 'scripture', 'uttered', 'point', 'bear', 'unconscious', 'testimony', 'fulfillment', 'prophecy', 'popular', 'watchman', 'professed', 'spiritual', 'guide', 'people', 'silence', 'direct', 'mind', 'people', 'wrong', 'channel', 'causing', 'look', 'good_time', 'coming', 'peace', 'prosperity', 'world', 'rushing', 'asleep', 'fearful', 'reality', 'great_day', 'word', 'scripture', 'daily', 'read', 'account', 'men', 'seemingly', 'thought', 'prophecy', 'jewish', 'sunday', 'movement', 'showing', 'fulfillment', 'ancient', 'prediction', 'student', 'prophecy', 'doubt', 'view', 'testimony', 'let', 'light', 'lift', 'voice', 'like', 'trumpet', 'people', 'thing', 'mean', 'remark', 'introduce', 'following', 'article', 'scientific', 'american', 'jan', 'headed', 'eventful', 'year', 'lord', 'according', 'testimony', 'year', 'passed', 'parallel', 'history', 'number', 'magnitude', 'phenomenon', 'heaven', 'earth', 'beneath', 'writer', 'nati', 'begin', 'communication', 'follows', 'prolific', 'wonder', 'article', 'read', 'point', 'view', 'consider', 'year', 'passed', 'history', 'struck', 'number', 'important_events', 'crowded', 'annals', 'political', 'religious', 'aspect', 'present', 'food', 'profitable', 'thought', 'study', 'province', 'deal', 'progress', 'science', 'remarkable', 'physical', 'phenomenon', 'numerous', 'instance', 'appalling', 'short', 'month', 'rushed', 'past', 'ample', 'scope', 'brief', 'profitable', 'retrospect', 'year', 'henceforth', 'known', 'earthquake', 'year', 'history', 'record', 'period', 'universal', 'terrestrial', 'convulsion', 'left', 'scarcely', 'greater', 'disaster', 'cause', 'eruption', 'vesuvius', 'excited', 'state', 'volcano', 'world', 'indicate', 'mighty', 'force', 'phenomenon', 'work', 'energy', 'measure', 'exhausted', 'immediate', 'danger', 'apprehended', 'undetermined', 'terrible', 'visitation', 'gradually', 'changing', 'physical', 'aspect', 'globe', 'gather', 'idea', 'power', 'immense', 'volcanic', 'disturbance', 'age', 'ago', 'threw', 'vast', 'mountain', 'range', 'engulfed', 'continent', 'grand', 'impressive', 'celestial', 'phenomenon', 'year', 'great', 'solar', 'eclipse', 'possessing', 'respect', 'feature', 'greater', 'occurred', 'long_time', 'past', 'occur', 'long_time', 'come', 'remarkable', 'occurrence', 'account', 'special', 'peculiarity', 'result', 'obtained', 'organized', 'observation', 'add', 'splendid', 'meteoric', 'shower', 'november', 'heaven', 'earth', 'beneath', 'prolific', 'wonder', 'progress', 'mighty', 'undertaking', 'world', 'witnessed', 'remarkable', 'gigantic', 'railroad', 'enterprise', 'attempted', 'pushed', 'year', 'completion', 'suez', 'canal', 'join', 'mediterranean', 'red_sea', 'year', 'movement', 'initiated', 'construction', 'similar_work', 'isthmus', 'darien', 'unite', 'great', 'ocean', 'new', 'sub', 'atlantic', 'telegraph', 'greater', 'length', 'heretofore', 'attempted', 'soon', 'connect', 'continent', 'followed', 'doubt', 'greater', 'magnitude', 'subject', 'contemplation', 'lay', 'cable', 'pacific_coast', 'china', 'probably', 'hazard', 'little', 'predicting', 'old_man', 'live', 'work', 'accomplished', 'earth', 'seen', 'period', 'greater', 'enterprise', 'civilization', 'triumphant', 'advance', 'discovery', 'improvement', 'science', 'art', 'numerous', 'important', 'review', 'specify', 'demand', 'volume', 'glance', 'index', 'volume', 'closed', 'great_variety', 'subject', 'scientific', 'mind', 'work', 'mere', 'speculation', 'actual', 'accurate', 'experiment', 'daily', 'nature', 'responds', 'bold', 'inquiry', 'kind', 'new', 'truth', 'born', 'science', 'article', 'meet', 'eye', 'numerous', 'friend', 'reader', 'congratulation', 'kind', 'wish', 'friend', 'mutually', 'interchanged', 'advent', 'new_year', 'year', 'fruitful', 'progress', 'promotive', 'welfare', 'entire', 'human', 'race', 'eventful', 'year', 'passed', 'prayer', 'beg', 'unite', 'friend', 'wishing', 'happy', 'new_year', 'tim', 'right', 'late', 'bishop', 'litchfield', 'traveling', 'railway', 'carriage', 'england', 'blustering', 'man', 'exclaimed', 'like', 'meet', 'bishop', 'litchfield', 'question', 'puzzle', 'said', 'voice', 'corner', 'time', 'bishop', 'man', 'startled', 'presently', 'recovered', 'said', 'lord', 'tell', 'way', 'heaven', 'easier', 'answered', 'bishop', 'turn', 'right', 'straight', 'forward', 'contributor', 'israelite', 'published', 'cincin', 'order', 'day', 'rest', 'movement', 'alluded', 'review', 'vol', 'xxxii', 'plea', 'prominent', 'israelite', 'abandon', 'sabbath', 'favor', 'sunday', 'attracting', 'considerable_attention', 'country', 'following', 'evening', 'bulletin', 'reader', 'movement', 'significant', 'unlooked', 'real', 'sabbath', 'observed', 'israel', 'propose', 'adopt', 'day', 'set', 'apart', 'million', 'nay', 'civilized', 'world', 'physical_rest', 'worship', 'god', 'let', 'prayer', 'thanksgiving', 'theirs', 'ascend', 'throne', 'day', 'sunday', 'writer', 'proposition', 'repugnant', 'ear', 'people', 'century', 'jealous', 'slightest', 'variation', 'established', 'custom', 'declares', 'selected', 'spokesman', 'party', 'respectable', 'number', 'respectable', 'intellect', 'fully', 'persuaded', 'correctness', 'view', 'fully', 'determined', 'discus', 'subject', 'bearing', 'selection', 'manifestly', 'fortunate', 'temper', 'article', 'logic', 'remarkable', 'candor', 'clearness', 'moderation', 'old', 'hebrew', 'word', 'shabbas', 'lie', 'controversy', 'declared', 'mean', 'simply', 'rest', 'cease', 'labor', 'devote', 'service', 'god', 'literal', 'spiritual', 'meaning', 'word', 'shabbas', 'sabbath', 'doe', 'fourth', 'commandment', 'read', 'doe', 'particular_day', 'specifying', 'saturday', 'thou', 'shalt', 'rest', 'shall', 'sabbath', 'henceforward', 'forevermore', 'command', 'man', 'almighty', 'selection', 'saturday', 'moses', 'explained', 'suitable', 'convenient', 'hebrew', 'era', 'institution', 'presumed', 'answered', 'purpose', 'half', 'century', 'obsolete', 'period', 'virtually', 'sabbath', 'day', 'rest', 'bitterly', 'oppose', 'proposed', 'reformation', 'scarcely', 'observing', 'day', 'recognize', 'sabbath', 'result', 'lax', 'fast', 'tending', 'utter', 'irreligion', 'apostasy', 'total', 'destruction', 'jewish', 'faith', 'offspring', 'display', 'perfect', 'indifference', 'religion', 'question', 'accordingly', 'asked', 'perceive', 'influence', 'nineteen', 'century', 'observance', 'form', 'religion', 'past', 'present', 'future', 'exert', 'influence', 'stand', 'passive', 'desire', 'irresistible', 'movement', 'progress', 'law', 'nature', 'nature', 'god', 'propel', 'inevitable', 'necessity', 'earnestly', 'beseech', 'adopt', 'day', 'set', 'apart', 'day', 'rest', 'worship', 'god', 'spirit', 'truth', 'acceptable', 'select', 'sunday', 'fear', 'god', 'reverence', 'great', 'eye', 'glory', 'convenient', 'observed', 'million', 'hallowed', 'present', 'arranged', 'utter', 'impossibility', 'having', 'argued', 'matter', 'writer', 'attack', 'vigor', 'intolerant', 'persecuting', 'temper', 'displayed', 'fellow', 'religionist', 'created', 'christian_church', 'jesus', 'jew', 'great_man', 'second', 'moses', 'desired', 'purify', 'faith', 'correct', 'vice', 'church', 'people', 'prophet', 'appreciated', 'own_country', 'crucified', 'martyr', 'disciple', 'god', 'blood', 'martyr', 'seed', 'church', 'sowed', 'wind', 'reaped', 'whirlwind', 'vice', 'folly', 'irreligion', 'cruelty', 'created', 'church', 'scourge', 'oppressor', 'countless', 'age', 'proposed', 'grand', 'religious', 'council', 'settle', 'sabbath', 'question', 'definitely', 'adopting', 'sunday', 'dividing', 'wishing', 'sunday', 'retaining', 'saturday', 'sabbath', 'view', 'naturally', 'create', 'excitement', 'probably', 'lead', 'immediate', 'result', 'indicate', 'dissemination', 'spirit', 'inquiry', 'eventually', 'break', 'wall', 'partition', 'israelite', 'religionist', 'evening', 'bulletin', 'step', 'prayer', 'step', 'stair', 'nearer', 'house', 'stepped', 'ground', 'delivered', 'foulness', 'dampness', 'step', 'prayer', 'god', 'merciful', 'sinner', 'man', 'established', 'heaven', 'stepped', 'world', 'miserable', 'comfort', 'thereof', 'donne']
root - INFO - extracting file #88500: 2017-04-Final-Corpus/RH18700329-V35-15-page7.txt
root - INFO - extracting file #89000: 2017-04-Final-Corpus/RH18710711-V38-04-page6.txt
root - INFO - ['advent', 'review', 'herald', 'sabbath', 'trust', 'god', 'church', 'allegan', 'baptized', 'lord', 'strengthen', 'bless', 'encourage', 'remnant_people', 'overcome', 'press', 'way', 'onward', 'meet', 'coming', 'saviour', 'prayer', 'monterey', 'july', 'report', 'bro', 'waggoner', 'meeting', 'vergennes', 'june', 'held', 'meeting', 'house', 'brother', 'came', 'greenville', 'place', 'outside_interest', 'good', 'attributed', 'mainly', 'daily', 'influence', 'exerted', 'community', 'bro', 'van', 'deusen', 'judicious', 'man', 'laborer', 'cause', 'lord_bless', 'effort', 'charles', 'strong', 'hear', 'spiritualism', 'moses', 'hull', 'recently', 'usual', 'style', 'assailed', 'church', 'faith', 'contrast', 'moses', 'hull', 'advocate', 'bible', 'truth', 'assailant', 'bible', 'derider', 'teaching', 'apparent', 'mean', 'credit', 'present', 'view', 'request', 'spoke', 'twice', 'spiritualism', 'discourse', 'expected', 'methodist', 'house', 'kindly', 'offered', 'larger', 'house', 'adventist', 'filled', 'attentive', 'congregation', 'endeavored', 'present', 'contrast', 'faith', 'practice', 'christian', 'tru', 'inent', 'point', 'bible', 'morality', 'teaching', 'spiritualist', 'point', 'evidence', 'relating', 'drawn', 'entirely', 'writing', 'misrepresentation', 'church', 'charles', 'erected', 'excellent', 'house', 'worship', 'moderate', 'size', 'large', 'accommodate', 'monthly', 'gathering', 'design', 'finish', 'credit', 'builder', 'dedicatory', 'service', 'held', 'sunday', 'afternoon', 'june', 'number', 'believer', 'abroad', 'large', 'house', 'filled', 'citizen', 'place', 'illinois', 'home', 'april', 'meeting', 'bro', 'andrew', 'attended', 'interesting', 'time', 'lord', 'willing', 'work', 'way', 'remained', 'home', 'exception', 'making', 'trip', 'week', 'northville', 'camp', 'meeting', 'quarterly', 'meeting', 'good', 'representation', 'avon', 'johnstown', 'church', 'lord', 'gave', 'freedom', 'presenting', 'word', 'day', 'number', 'neighborhood', 'listened', 'forenoon', 'meeting', 'repaired', 'bank', 'rock', 'river', 'willing_souls', 'buried', 'christ', 'baptism', 'united', 'church', 'deep', 'conviction', 'place', 'rockton', 'hope', 'soon', 'stand', 'god', 'remnant_people', 'left', 'home', 'came', 'northville', 'arrangement', 'camp', 'meeting', 'bro', 'andrew', 'ready', 'work', 'good', 'deal', 'labor', 'fitted', 'ground', 'best', 'circumstance', 'good', 'northville', 'lord', 'hear', 'may_god', 'speed', 'work', 'help', 'form', 'character', 'conformity', 'come', 'conqueror', 'prayer', 'sister', 'lois', 'calkin', 'writes', 'martin', 'minn', 'review', 'beon', 'sent', 'free', 'number', 'month', 'thankful', 'welcome', 'friend', 'especially', 'iowa', 'saw', 'adventist', 'blessing', 'lord', 'rest', 'dear', 'paper', 'charge', 'prove', 'blessing', 'read', 'trying', 'live', 'wholly', 'jesus', 'precious', 'friend', 'believe', 'living', 'time', 'need', 'moment', 'watch', 'dear_brethren', 'sister', 'let', 'faithful', 'strive', 'prepared', 'work', 'lord', 'counted', 'worthy', 'dwell', 'beautiful', 'land', 'wear', 'crown', 'immortal', 'glory', 'sympathy', 'sorrowing', 'thing', 'harder', 'bear', 'intercourse', 'fellow', 'men', 'repellant', 'coldness', 'lot', 'meet', 'bowed', 'heart', 'yearning', 'sympathy', 'kindness', 'men', 'lightly', 'estimate', 'sorrow', 'talk', 'boastingly', 'strength', 'courage', 'sustain', 'weight', 'shoulder', 'bend', 'heart', 'suffering', 'given', 'know', 'extent', 'bitterness', 'easy', 'proud', 'self', 'reliant', 'spirit', 'understand', 'shrinking', 'heart', 'power', 'endurance', 'suffering', 'weakened', 'comprehend', 'agony', 'inflict', 'sore', 'bleeding', 'heart', 'cold', 'indifference', 'turn', 'care', 'suffering', 'fellow', 'creature', 'path', 'sunshine', 'brightly', 'beam', 'shut', 'heart', 'claim', 'sorrow', 'turn', 'indifferently', 'storm', 'sleet', 'beaten', 'withhold', 'word', 'heart', 'glad', 'hope', 'gladness', 'illumine', 'vale', 'tare', 'thought', 'life', 'shall', 'eat', 'shall', 'drink', 'body', 'shall', 'seek', 'kingdom', 'god', 'hie', 'righteousness', 'thing', 'added', 'unto', 'matt', 'borden', 'heart', 'care', 'want', 'meet', 'raiment', 'need', 'wear', 'food', 'eat', 'shall', 'quench', 'thirst', 'life', 'thousand', 'need', 'shall', 'ceaseless', 'toil', 'met', 'day', 'day', 'succeeds', 'seek', 'god', 'kingdom', 'glorious', 'righteousness', 'establish', 'soul', 'daily', 'life', 'bless', 'heavenly_father', 'love', 'want', 'supply', 'supported', 'watchful', 'love', 'cloud', 'shall', 'dim', 'sky', 'sel', 'rroarroo', 'taw', 'tie', 'goeth', 'forth', 'weepeth', 'bearing', 'precious_seed', 'shall', 'doubtless', 'come', 'rejoicing', 'bringing', 'sheaf', 'granville', 'small_company', 'sabbath', 'keeper', 'surrounded', 'green', 'mountain', 'convenient', 'meet', 'brother', 'place', 'meeting', 'sabbath', 'inst', 'preached', 'funeral', 'sermon', 'bro', 'evans', 'companion', 'passed', 'away', 'lingering', 'painful', 'illness', 'pleasure', 'meet', 'eld', 'harlow', 'methodist_minister', 'rochester', 'funeral', 'firmly', 'belief', 'faithfully', 'set', 'forth', 'bible', 'doctrine', 'restoration', 'earth', 'primeval', 'purity', 'beauty', 'loveliness', 'cleansed', 'terrible', 'effect', 'consequent', 'fall', 'man', 'baptized', 'glory', 'god', 'final', 'abode', 'saint', 'remembered', 'pearl', 'great_price', 'sermon', 'heard', 'preach', 'subject', 'year', 'remained', 'sabbath', 'held', 'meeting', 'friend', 'meeting', 'believe', 'salutary', 'effect', 'mind', 'brother', 'friend', 'privilege', 'dear_friends', 'know', 'truth', 'feel', 'daily', 'heart', 'reflect', 'life', 'refining', 'sanctifying', 'power', 'divine', 'efficacy', 'deter', 'turn', 'sin', 'disobedience', 'highway', 'holiness', 'usefulness', 'close', 'sacred', 'communion', 'great', 'head', 'church', 'sister', 'confined', 'bed', 'week', 'brought', 'meeting', 'sabbath', 'companion', 'returned', 'home', 'grateful', 'privilege', 'strengthened', 'lord', 'sabbath', 'meeting', 'regularly', 'held', 'house', 'bro', 'evans', 'hope', 'brother', 'sister', 'courage', 'holy', 'war', 'good_courage', 'shall', 'strengthen', 'heart', 'hope', 'lord', 'return_home', 'visited', 'scattered', 'brother', 'good', 'season', 'prayer', 'truly', 'wisdom', 'narrow', 'path', 'traveler', 'hurrollins', 'wolcott', 'june', 'michigan', 'sabbath', 'day', 'june', 'held', 'encouraging', 'meeting', 'church', 'leighton', 'june', 'visited', 'house', 'house', 'held', 'meeting', 'church', 'gainsville', 'caledonia', 'june', 'met', 'sabbath', 'keeper', 'bowne', 'owing', 'family', 'difficulty', 'brought', 'deep', 'trial', 'month', 'past', 'feel', 'encouraged', 'press', 'forward', 'hope', 'forsake', 'assembling', 'press', 'forward', 'patient', 'waiting', 'saint', 'june', 'spent', 'vergennes', 'met', 'bro', 'waggoner', 'holding', 'day', 'meeting', 'brother', 'encouraged', 'enjoyed', 'profitable', 'season', 'visiting', 'praying', 'scattered', 'brother', 'june', 'hastings', 'family', 'sabbath', 'keeper', 'trying', 'bless', 'steward', 'essex', 'joseph', 'bates', 'report', 'closed', 'notice', 'fact', 'minister', 'effort', 'sabbath', 'vermontville', 'reviewed', 'discourse', 'evidently', 'good_results', 'half', 'dozen', 'embraced', 'sabbath', 'making', 'hope', 'sabbath', 'meeting', 'interesting', 'friend', 'firm', 'second', 'quarterly', 'meeting', 'past', 'meeting', 'excellent', 'church', 'refreshed', 'encouraged', 'whitney', 'keene', 'june', 'busy', 'day', 'labored', 'strength', 'morning', 'church', 'met', 'election', 'elder', 'consider', 'subject', 'organizing', 'society', 'verted', 'present_truth', 'preaching', 'tear', 'men', 'self', 'gratification', 'tract', 'distribution', 'baptized', 'brn', 'bourdeau', 'loughborough', 'object', 'ambition', 'sought', 'emu', 'public', 'discourse', 'given', 'afternoon', 'rejoicing', 'truth', 'hope', 'late', 'heart', 'went', 'vain', 'evening', 'afternoon', 'elder', 'eternal_life', 'year', 'sympathy', 'low', 'ordained', 'believe', 'church', 'cause', 'rising', 'charles', 'request', 'sent', 'bro', 'smith', 'president', 'heard', 'said', 'millerite', 'thought', 'party', 'foolish', 'fortuneteller', 'prospect', 'present_truth', 'coast', 'present', 'bright', 'honest_souls', 'rejoicing', 'truth', 'thankful', 'zeal', 'brother', 'east', 'love', 'manifested', 'jesus', 'regard', 'grief', 'slight', 'refuse', 'listen', 'moan', 'willfully', 'pain', 'heart', 'given', 'life', 'darker', 'word', 'act', 'darkened', 'way', 'add', 'grief', 'god', 'wounded', 'miscarried', 'reached', 'destination', 'time', 'near', 'notice', 'given', 'thought', 'best', 'throw', 'appointment', 'gratifying', 'feeling', 'learning', 'circumstance', 'satisfied', 'grove', 'meeting', 'place', 'called', 'meeting', 'best', 'calculated', 'help', 'believer', 'influence', 'orse', 'lost', 'professing', 'faith', 'stand', 'stood', 'throw', 'word', 'caution', 'think', 'appointing', 'such_meetings', 'day', 'grove', 'meeting', 'important_matter', 'involving', 'labor', 'believer', 'stand', 'lift', 'preaching', 'word', 'spoken', 'testimony', 'example', 'effort', 'minister', 'vain', 'strongly', 'urged', 'attend', 'monthly', 'meeting', 'jackson', 'consent', 'account', 'proposed', 'meeting', 'brady', 'disposed', 'concluded', 'attend', 'held', 'schoot', 'house', 'near', 'rives', 'junction', 'course', 'disappointed', 'equally', 'disappointed', 'house', 'filled', 'number', 'interested', 'faith', 'meeting', 'good', 'wish', 'friend', 'jackson', 'think', 'arrangement', 'monthly', 'meeting', 'best', 'scattered', 'gather', 'single', 'meeting', 'sabbath', 'involves', 'travel', 'labor', 'sabbath', 'meeting', 'held', 'month', 'quarterly', 'day', 'result', 'better', 'trust', 'consecrate', 'god', 'die', 'self', 'daily', 'claim', 'promise', 'end', 'race', 'joseph', 'brother', 'affliction', 'remembered', 'cruelty', 'uttered', 'sentiment', 'posterity', 'consider', 'verily', 'guilty', 'concerning', 'brother', 'saw', 'anguish', 'soul', 'besought', 'hear', 'fore', 'distress', 'come', 'shall', 'weakness', 'deride', 'day', 'shall', 'morrow', 'stormeloaid', 'robbed', 'life', 'brightness', 'enshroud', 'gloom', 'giveth', 'quietness', 'trouble', 'hideth', 'face', 'behold', 'nation', 'man', 'pain', 'care', 'feel', 'burn', 'brow', 'heart', 'heal', 'strive', 'crush', 'sel', 'painful', 'regret', 'bulwer', 'man', 'genius', 'greatly', 'admired', 'said', 'letter', 'gentleman', 'boston', 'closed', 'career', 'writer', 'fiction', 'gloomy', 'unhappy', 'exhausted', 'power', 'life', 'chasing', 'pleasure', 'better', 'bulwer', 'discovered', 'mistake', 'earlier', 'period', 'employed', 'gifted', 'mind', 'strengthening', 'cord', 'virtue', 'repressing', 'unholy', 'passion', 'instead', 'fanning', 'different', 'review', 'life', 'gloomy', 'unhappy', 'richard', 'baxter', 'said', 'such_thing', 'close', 'useful', 'life', 'written', 'chased', 'pleasure', 'john', 'bunyan', 'record', 'close', 'owen', 'edward', 'brainard', 'wesley', 'fuller', 'scott', 'payson', 'men', 'reap', 'sow', 'spite', 'hope', 'effort', 'contrary', 'thought', 'italian', 'actor', 'paris', 'gloomy', 'unhappy', 'like', 'bulwer', 'consulted', 'physician', 'physician', 'advised', 'mingle', 'scene', 'gayety', 'especially', 'said', 'commandment', 'god', 'spent', 'sabbath', 'day', 'holding', 'meeting', 'object', 'minister', 'sabbath', 'keeper', 'place', 'thanks', 'celebrating', 'ordinance', 'express', 'readiness', 'courage', 'forward', 'labor', 'good', 'cause', 'lord', 'july', 'profitable', 'sabbath', 'meeting', 'sabbath', 'school', 'celebrated', 'ordinance', 'lord', 'house', 'church', 'monterey', 'sunday', 'july', 'held', 'meeting', 'attend', 'brother', 'sister', 'time', 'lay', 'aside', 'worldly', 'care', 'attend', 'worship', 'god', 'sabbath', 'better', 'kept', 'matter', 'considered', 'meeting', 'probably', 'leslie', 'waggoner', 'jackson', 'mick', 'july', 'hold', 'good', 'evil', 'heavenly_father', 'strengthens', 'press', 'onward', 'preaching', 'present_truth', 'near', 'review', 'come', 'weekly', 'laden', 'present_truths', 'love', 'read', 'review', 'report', 'bro', 'matteson', 'date', 'neenah', 'rejoiced', 'minister', 'angel', 'message', 'near', 'icould', 'permitted', 'bro', 'rosa', 'cal', 'companion', 'conof', 'conference', 'grove', 'meeting', 'held', 'brady', 'kalamazoo', 'july', 'forwarded', 'request', 'attend', 'returning', 'battle', 'creek', 'charles', 'learned', 'sending', 'message', 'mercy', 'strong', 'letter', 'accepting', 'invitation', 'brady', 'walker', 'writes', 'santa', 'bro', 'rumsey', 'writes', 'new', 'york', 'trust', 'faithful', 'short_time', 'longer', 'shall', 'saviour', 'lovely', 'face', 'meet', 'mount', 'zion', 'pray', 'lonely', 'communication', 'review', 'may_god', 'prosper', 'love', 'truth', 'commandment', 'god', 'faith', 'jesus', 'sister', 'simonds', 'writes', 'afton', 'iowa', 'doubted', 'began', 'commandment', 'god', 'true', 'people', 'god', 'felt', 'forcibly', 'knoxville', 'camp', 'meeting', 'truly', 'bright', 'spot', 'pilgrimage', 'long', 'remembered', 'god', 'assisting', 'grace', 'meet', 'better', 'land', 'sister', 'honcomn', 'writes', 'year', 'commenced', 'sabbath', 'thank', 'god', 'called', 'poor', 'unworthy', 'let', 'compromise', 'world', 'flesh', 'devil', 'may_god', 'help', 'bible', 'counselor', 'pray', 'imay', 'overcome', 'sinful', 'sight', 'god', 'home', 'faithful', 'benham', 'writes', 'black', 'wolf', 'companion', 'taunt', 'weakness']
root - INFO - extracting file #89500: 2017-04-Final-Corpus/RH18721119-V40-23-page5.txt
root - INFO - extracting file #90000: 2017-04-Final-Corpus/RH18740512-V43-22-page2.txt
root - INFO - ['advent', 'review', 'iierald', 'ath', 'vol', 'instance', 'sabbath', 'case', 'preceding', 'day', 'bear', 'hon', 'oral', 'title', 'day', 'gogue', 'manner', 'act', 'order', 'laid', 'coming', 'son', 'man', 'giving', 'son', 'man', 'dominion', 'glory', 'kingdom', 'people', 'nation', 'language', 'week', 'text', 'mention', 'corinth', 'said', 'fact', 'day', 'preceding', 'reasoned', 'synagogue', 'sab', 'remains', 'notice', 'fully', 'error', 'christ', 'reign', 'earth', 'nation', 'till', 'enemy', 'subdued', 'unto', 'fact', 'respecting', 'paul', 'thessalonica', 'sabbath', 'preaching', 'syna', 'kliagdom', 'day', 'week', 'sabbath', 'ordained', 'commandment', 'day', 'week', 'sacred', 'time', 'told', 'resurrection', 'christ', 'custom', 'manner', 'act', 'sabbath', 'changed', 'point', 'regard', 'imto', 'commemorate', 'event', 'portant', 'note', 'fact', 'refour', 'inspired', 'men', 'specting', 'new', 'institution', 'abresurrection', 'christ', 'historian', 'solutely', 'depend', 'sacredness', 'mention', 'day', 'week', 'fact', 'paul', 'regularly', 'obconnection', 'therewith', 'serve', 'day', 'worthy', 'hold', 'establishment', 'ancient', 'day', 'earth', 'alludes', 'sanctification', 'attention', 'observer', 'truth', 'regard', 'reign', 'claim', 'prior', 'second', 'advent', 'came', 'resurrection', 'day', 'point', 'sunday', 'word', 'bath', 'act', 'luke', 'write', 'concernwhole', 'earth', 'surprising', 'superfiing', 'ancient', 'institution', 'like', 'sabbath', 'kingdom', 'father', 'enemy', 'sunday', 'sacred', 'habit', 'note', 'intimation', 'octhings', 'throw', 'reason', 'currence', 'sacred', 'writer', 'neglectspecial', 'meeting', 'immediate', 'departure', 'taken', 'hand', 'arrayed', 'cient', 'day', 'taken', 'far', 'away', 'ful', 'duty', 'sanctification', 'paul', 'safely', 'deny', 'favor', 'truth', 'enemy', 'receive', 'kingdom', 'sunday', 'commemoration', 'resurrection', 'fable', 'know', 'supposition', 'true', 'true', 'secondone', 'act', 'contains', 'palpable', 'proof', 'day', 'week', 'regarded', 'paul', 'day', 'abstinence', 'labor', 'cor', 'designates', 'duty', 'people', 'god', 'home', 'house', 'god', 'sufficient', 'remark', 'proof', 'christ', 'head', 'corner', 'day', 'resurrection', 'ascended', 'heaven', 'eph', 'authority', 'saying', 'sunday', 'appointed', 'commemoration', 'christ', 'resurrection', 'day', 'text', 'john', 'use', 'eze', 'simply', 'preposterous', 'text', 'slightest', 'allusion', 'sabbath', 'week', 'period', 'seven', 'day', 'employed', 'cleansing', 'altar', 'eighth', 'day', 'forward', 'day', 'altar', 'ready', 'offering', 'evangelist', 'record', 'resurrection', 'son', 'god', 'mention', 'connection', 'day', 'week', 'total', 'silence', 'respecting', 'sacredness', 'dayat', 'point', 'chained', 'alle', 'firat', 'flayaaa', 'peculiar', 'day', 'wahere', 'jesus', 'ascended', 'beca', 'sacred', 'beginning', 'world', 'paul', 'mention', 'hob', 'text', 'mighty', 'witness', 'claimed', 'seventh', 'day', 'remarking', 'superiority', 'sunday', 'sacredness', 'instead', 'witness', 'gen', 'isa', 'christ', 'angel', 'arguits', 'favor', 'set', 'matt', 'mark', 'holy', 'day', 'ment', 'concerning', 'work', 'christ', 'mark', 'luke', 'away', 'stead', 'john', 'text', 'direct', 'proof', 'john', 'cited', 'prove', 'day', 'gospel_dispensation', 'disciple', 'begin', 'day', 'claimed', 'lord', 'ciiriscs', 'resurrection', 'celebrate', 'day', 'ancient', 'sabbath', 'day', 'week', 'honor', 'event', 'sufficient', 'reply', 'such_thing', 'stated', 'text', 'know', 'mark', 'disciple', 'assembled', 'occasion', 'simply', 'eat', 'evening', 'meal', 'jesus', 'entering', 'presence', 'rebuked', 'believing', 'resurrection', 'priest', 'father', 'throne', 'lie', 'man', 'offered', 'sacrifice', 'sin', 'forever', 'sat', 'right_hand', 'god', 'henceforth', 'expecting', 'till', 'enemy', 'footstool', 'point', 'established', 'possibility', 'doubt', 'true_sense', 'scripture', 'clearly', 'appears', 'christ', 'fruit', 'afterward', 'christ', 'coming', 'cometh', 'end', 'shall', 'delivered', 'mediator', 'kingdom', 'god', 'father', 'father', 'shall', 'rule', 'authority', 'pow', 'clarke', 'death', 'shall', 'destroyed', 'day', 'christ', 'met', 'disciple', 'john', 'proved', 'occurred', 'sunday', 'sabbath', 'day', 'kind', 'said', 'treat', 'meeting', 'fishing', 'occasion', 'john', 'final', 'interview', 'ascended', 'mount', 'olive', 'thursday', 'act', 'strong', 'reason', 'believing', 'wee', 'tine', 'occurred', 'later', 'week', 'bday', 'day', 'sunday', 'night', 'period', 'week', 'designated', 'bible', 'seven', 'day', 'chron', 'propriety', 'citing', 'act', 'fact', 'benefit', 'think', 'john', 'sacred', 'title', 'day', 'week', 'designed', 'sacred', 'title', 'day', 'designated', 'sacred', 'bible', 'remarkable', 'tell', 'day', 'week', 'new_day', 'remarkable', 'wrote', 'gospel', 'year', 'later', 'occasion', 'designate', 'day', 'week', 'plain', 'title', 'manifest', 'consider', 'day', 'ordained', 'god', 'sacred', 'church', 'testimony', 'adduced', 'prove', 'change', 'sabbath', 'wicked', 'use', 'text', 'nullify', 'fourth', 'commandment', 'evident', 'passage', 'reference', 'change', 'sabbath', 'sabbath', 'proposition', 'proved', 'ordained', 'text', 'throne', 'bible', 'insulting', 'maht', 'esty', 'david', 'throne', 'return', 'whiting', 'render', 'verse', 'death', 'conquered', 'expression', 'conquered', 'destroyed', 'swallowed', 'victory', 'appropriately', 'refer', 'enemy', 'saint', 'wicked', 'prove', 'change', 'sabbath', 'slightest', 'allusion', 'such_thing', 'far', 'concerned', 'world', 'commanded', 'said', 'text', 'remember', 'holy', 'man', 'quoted', 'purpose', 'upright', 'god', 'gave', 'holy', 'day', 'text', 'doe', 'mention', 'day', 'authorig', 'change', 'simply', 'record', 'antitype', 'feast', 'pentecost', 'text', 'depended', 'prove', 'day', 'sacredness', 'act', 'purpose', 'customary', 'day', 'religious', 'servic', 'esewitin', 'paul', 'remarkable', 'luke', 'writer', 'book', 'act', 'pecnliar', 'turn', 'note', 'thing', 'thu', 'jesus', 'custom', 'attend', 'synagogue', 'sabbath', 'luke', 'speaks', 'observance', 'theisabbath', 'philippi', 'prayer', 'wont', 'act', 'state', 'selection', 'man', 'thing', 'compelled', 'assign', 'day', 'sabbath', 'place', 'invention', 'sought', 'man', 'perv', 'eree', 'ingenuity', 'leaser', 'obvion', 'honor', 'creator', 'turn', 'invention', 'men', 'commandment', 'god', 'lie', 'adcept', 'pure', 'worship', 'doctrine', 'men', 'assuredly', 'institution', 'men', 'christian', 'sabbath', 'testamentary', 'harith', 'better', 'dead', 'sacrifice', 'word', 'god', 'deceitfully', 'rev', 'quoted', 'read', 'lord', 'day', 'day', 'week', 'location', 'reign', 'foe', 'bible', 'god', 'christ', 'footstool', 'heaven', 'heaven', 'tell', 'lord', 'firstday', 'morning', 'thy', 'holy', 'sabbath', 'strange', 'men', 'cherish', 'day', 'god', 'commanded', 'trample', 'day', 'beginning', 'earth', 'proved', 'argument', 'kingdom', 'luke', 'certain', 'nobleman', 'went', 'far', 'country', 'receive', 'kingdoni', 'return', 'came', 'pas', 'returned', 'having', 'received', 'kingdom', 'receiving', 'kingdom', 'return', 'follows', 'andhis', 'receiving', 'kingdom', 'text', 'dan', 'identical', 'thing', 'christ', 'shown', 'sits', 'father', 'right_hand', 'till', 'aciomplished', 'important', 'text', 'dan', 'perverted', 'worse', 'manner', 'possible', 'thue', 'quote', 'age', 'come', 'author', 'saw', 'night', 'vision', 'behold', 'like', 'son', 'man', 'came', 'cloud', 'heaven', 'came', 'ancient', 'day', 'brought', 'near', 'given', 'dominion', 'glory', 'arid', 'akingdom', 'peopie', 'nation', 'wand', 'language', 'serve', 'dominion', 'ruler', 'serve', 'obey', 'christ', 'rule', 'throne', 'son', 'man', 'lord', 'king', 'foot', 'marsh', 'cial', 'reading', 'cor', 'produce', 'view', 'reviewlaid', 'great', 'stress', 'construction', 'text', 'considering', 'sufficient', 'prove', 'theory', 'construction', 'ing', 'superficiala', 'wrong', 'theory', 'baseless', 'possibly', 'read', 'advent', 'christ', 'text', 'strong', 'dan', 'assumed', 'age', 'come', 'text', 'forever', 'ancient', 'day', 'brought', 'rest', 'mass', 'parallel', 'scriptnear', 'view', 'ures', 'urged', 'writer', 'theory', 'read', 'came', 'anthe', 'assertion', 'meeting', 'day', 'christ', 'dashed', 'piece', 'assumed', 'ancient', 'paul', 'regular', 'custom', 'text', 'asserts', 'marked', 'peculiarity', 'luke', 'note', 'such_things', 'proved', 'rev', 'received', 'kingdom', 'time', 'certainly', 'case', 'overcotheth', 'grant', 'sit', 'second', 'advent', 'receiving', 'true', 'certain', 'throne', 'overcame', 'kingdom', 'identical', 'marriage', 'night', 'meeting', 'day', 'set', 'father', 'throne', 'lamb', 'place', 'week', 'day', 'week', 'began', 'christ', 'throne', 'cony', 'little', 'flock', 'wait', 'evening', 'follows', 'father', 'expectation', 'lord', 'return', 'wed', 'morrow', 'morning', 'day', 'morning', 'resumed', 'long_journey', 'jerusalem', 'cor', 'proper', 'remark', 'text', 'change', 'sabbath', 'doe', 'heaven', 'receiving', 'kingdom', 'having', 'eneeven', 'allude', 'public_worship', 'reign', 'till', 'enemy', 'mies', 'foot', 'day', 'week', 'lay', 'foot', 'clearly', 'proved', 'scripture', 'identical', 'great_difference', 'store', 'day', 'justin', 'lord', 'said', 'unto', 'lord', 'having', 'enemy', 'edward', 'sabbath', 'manual', 'sit', 'thou', 'right_hand', 'destroying', 'cor', 'fulfilled', 'public', 'colthine', 'enemy', 'thy', 'footstool', 'greek_word', 'exlections', 'family', 'testament', 'quoted', 'jesus', 'recorded', 'gospress', 'subduing', 'thing', 'coming', 'christ', 'reign', 'king', 'locality', 'occupy', 'throne', 'throne', 'past', 'present_position', 'exalted', 'head', 'proved', 'heb', 'high', 'priest', 'set', 'right_hand', 'throne', 'majesty', 'ding', 'luke', 'taken', 'mansion', 'prepared', 'father', 'house', 'sit', 'marriage', 'supper', 'pel', 'matt', 'mark', 'luke', 'son', 'subjection', 'son', 'peter', 'act', 'father', 'thing', 'shall', 'note', 'written', 'confesses', 'truth', 'frankly', 'cor', 'lay', 'store', 'home', 'gatherexaltation', 'jesus', 'david', 'asthe', 'son', 'subject', 'hupotasso', 'argument', 'resurrection', 'subdued', 'hupotasso', 'unto', 'ahall', 'ings', 'gift', 'ready', 'cended', 'heaven', 'saith_unto', 'thing', 'apostle', 'come', 'remarkable', 'instance', 'handling', 'lord', 'said', 'unto', 'lord', 'sit', 'thou', 'right', 'hand', 'thy', 'foe', 'thy', 'footstool', 'sure', 'application', 'david', 'prophecy', 'prof', 'order', 'event', 'given', 'father', 'son', 'son', 'break', 'rod', 'iron', 'dash', 'piece', 'dashing', 'place', 'coming', 'death', 'enemy', 'christ', 'destroyed', 'swallowed', 'victory', 'coming', 'having', 'arrived', 'true_sense', 'text', 'respect', 'left', 'little', 'chance', 'controversy', 'point', 'deny', 'resurrection', 'righteous', 'immortality', 'death', 'swallowed', 'victory', 'verse', 'enemy', 'saint', 'death', 'destroyed', 'wicked', 'released', 'death', 'second', 'death', 'second', 'resurrection', 'christ', 'reign', 'father', 'throne', 'till', 'enemy', 'axe', 'foot', 'footstool', 'son', 'delivers', 'leaf', 'throne', 'universe', 'throne', 'sub', 'stroyed', 'annihilated', 'general', 'resjection', 'father', 'peare', 'urrection', 'truth', 'wicked', 'released', 'power', 'death', 'resurrection', 'unto', 'damnation', 'second', 'death', 'view', 'presented', 'kingdem', 'set', 'christ', 'receives', 'kingly', 'power', 'second', 'advent', 'objected', 'christ', 'david', 'son', 'inconsistent', 'commence', 'reign', 'heaven', 'david', 'reigned', 'idea', 'necessity', 'consistency', 'action', 'god', 'way', 'revelation', 'objection', 'weight', 'certain', 'fact', 'revealed', 'concerning', 'reign', 'david', 'christ', 'view', 'advocate', 'consistent', 'new', 'jerusalem', 'capital', 'kingdom', 'christ', 'heaven', 'remain', 'till', 'second', 'advent', 'surely', 'inconsistency', 'commencing', 'reign', 'capital', 'david', 'reigned', 'time', 'jerusalem', 'new', 'maisalere', 'christ', 'born', 'heir', 'david', 'throne', 'partaking', 'nature', 'died', 'liad', 'dayid', 'son', 'course', 'allied', 'birth', 'lost', 'death', 'david', 'son', 'christ', 'delivers', 'kingdom', 'leaf', 'father', 'throne', 'receives', 'throne', 'david', 'coming', 'day', 'shall', 'earth', 'view', 'harmonize', 'luke', 'scripture', 'teach', 'difference', 'katargeitai', 'shall', 'counter', 'worked', 'subverted', 'finally', 'overturned', 'death', 'destroyed', 'simply', 'death', 'death']
root - INFO - extracting file #90500: 2017-04-Final-Corpus/RH18751007-V46-14-page1.txt
root - INFO - extracting file #91000: 2017-04-Final-Corpus/RH18770215-V49-07-page7.txt
root - INFO - ['february', 'review', 'herald', 'spiritualism', 'triumphing', 'time', 'gone', 'gave', 'speak', 'subject', 'appeared', 'oppose', 'tried', 'power', 'general', 'missionary', 'labor', 'dist', 'showed', 'arrangethan', 'look', 'stop', 'mesmerism', 'help', 'lord', 'overpowered', 'mass', 'present', 'favor', 'frisbie', 'hymer', 'kansa', 'sabbath', 'held', 'sabbath', 'meeting', 'friend', 'elm', 'creek', 'baptist', 'friend', 'lower', 'diamond', 'creek', 'good_meeting', 'spirit', 'lord', 'present', 'bless', 'waited', 'outside', 'good', 'congregation', 'large', 'time', 'spirit', 'lord', 'midst', 'tried', 'impress', 'mind', 'people', 'importance', 'making', 'practical_application', 'truth', 'returned', 'dakota', 'jan', 'resumed', 'meeting', 'country', 'place', 'mile', 'south', 'elk', 'point', 'village', 'laboring', 'week', 'taken', 'stand', 'truth', 'sunday', 'baptized', 'fourteen', 'missouri', 'organized', 'church', 'known', 'ment', 'possession', 'keeping', 'vaexperience', 'failed', 'sowing', 'precious_seeds', 'truth', 'going', 'begin', 'redeem', 'time', 'carefully', 'wisely', 'use', 'golden', 'moment', 'come', 'laden', 'responsibility', 'hour', 'time', 'labor', 'live', 'finding', 'employment', 'lose', 'present_situation', 'obey', 'god', 'trust', 'brother', 'mean', 'influence', 'resume', 'business', 'expects', 'shortly', 'afford', 'employment', 'number', 'sabbath', 'keeper', 'held', 'meeting', 'night', 'week', 'attendance', 'continues', 'good', 'shall', 'adjourn', 'night', 'feb', 'people', 'chittenango', 'interested', 'business_men', 'especially', 'nonprofessors', 'desirous', 'opportunity', 'hear', 'paper', 'circulated', 'friday', 'morning', 'brief', 'time', 'sufficient', 'money', 'subscribed', 'hire', 'largest', 'best', 'hall', 'village', 'including', 'fuel', 'light', 'seven', 'night', 'shall', 'commence', 'meeting', 'monday', 'feb', 'talk', 'securing', 'able', 'orthodox', 'minister', 'present', 'question', 'lord', 'tin', 'opened', 'way', 'pray', 'wisdom', 'given', 'present', 'truth', 'humility', 'love', 'god', 'bless', 'honest_hearts', 'chas', 'reynolds', 'nebraska', 'allmeetings', 'seeley', 'school_house', 'closed', 'sunday', 'evening', 'march', 'held', 'series', 'meeting', 'mile', 'time', 'awakened', 'neighborhood', 'opening', 'spring', 'impracticable', 'hold', 'meeting', 'time', 'meeting', 'held', 'different_denominations', 'peace', 'safety', 'sounded', 'till', 'fear', 'people', 'great_measure', 'quieted', 'mind', 'prejudiced', 'false', 'report', 'concerning', 'faith', 'expected', 'winter', 'arriving', 'learned', 'arrangement', 'commencement', 'protracted', 'meeting', 'soon', 'learned', 'meeting', 'begin', 'use', 'house', 'secured', 'appointment', 'announced', 'evening', 'advance', 'theirs', 'strong', 'prejudice', 'meet', 'spirit', 'lord', 'manifestly', 'work', 'dared', 'investigate', 'head', 'different', 'family', 'signed', 'covenant', 'hope', 'unite', 'protracted', 'meeting', 'commence', 'evening', 'intend', 'remain', 'day', 'strengthen', 'encourage', 'chas', 'boyd', 'sutton', 'clay', 'neb', 'feb', 'report', 'meeting', 'adventist', 'preacher', 'truly', 'refreshing', 'remained', 'day', 'spoke', 'twice', 'returned', 'union', 'hill', 'mile', 'edgefield', 'began', 'course', 'lecture', 'jan', 'spoken', 'seven', 'time', 'road', 'muddy', 'night', 'dark', 'good', 'book', 'sale', 'bro', 'owen', 'remains', 'bro', 'osborn', 'brother', 'ask', 'prayer', 'orlando', 'soule', 'texas', 'receiving', 'letter', 'friend', 'cause', 'regard', 'advantage', 'disadvantage', 'texas', 'brief', 'statement', 'paper', 'staple', 'product', 'texas', 'wheat', 'cotton', 'corn', 'climate', 'fine', 'healthful', 'cool', 'breeze', 'gulf', 'spring', 'summer_months', 'july', 'august', 'generally', 'dry', 'water', 'hard', 'people', 'dallas', 'buying', 'paying', 'cent', 'barrel', 'fruit', 'potato', 'high', 'people', 'kind', 'courteous', 'good', 'field', 'religious', 'labor', 'church', 'welcome', 'midst', 'good', 'standing', 'seventh', 'day', 'adventist', 'bahler', 'north', 'vineland', 'mind', 'people', 'vicinity', 'near', 'stirred', 'solemn', 'truth', 'time', 'distribution', 'tract', 'lecture', 'private_houses', 'taken', 'decided', 'stand', 'sabbath', 'investigating', 'affecting', 'sabbath', 'meeting', 'streaming', 'eye', 'hear', 'thankfulness', 'expressed', 'precious_light', 'embraced', 'ask', 'prayer', 'god', 'people', 'live', 'humble', 'lord', 'use', 'advancement', 'glorious', 'cause', 'night', 'dark', 'buy', 'good', 'lantern', 'carry', 'hand', 'hang', 'dash', 'board', 'let', 'light', 'foot', 'path', 'wheel', 'track', 'danger', 'stay', 'home', 'religious', 'laziness', 'colcord', 'brother', 'illinois', 'forward', 'lord', 'plainly', 'pointed', 'spirit', 'providence', 'pledge', 'traet', 'society', 'sum', 'equal', 'handed', 'librarian', 'quarterly', 'report', 'week', 'previous', 'quarterly', 'meeting', 'held', 'march', 'notice', 'given', 'let', 'prompt', 'work', 'sleep', 'able', 'whole_armor', 'good', 'total', 'district', 'reported', 'family', 'visited', 'letter', 'written', 'new', 'paying', 'subscriber', 'brother', 'purchased', 'building', 'form', 'review', 'instructor', 'reformer', 'erly', 'school_house', 'having', 'advent', 'tidende', 'review', 'sent', 'henry', 'ill', 'feb', 'friday', 'jan', 'met', 'church', 'smithland', 'iowa', 'continued', 'meeting', 'tuesday', 'evening', 'jan', 'reseated', 'repaired', 'neat', 'commodious', 'house', 'worship', 'sunday', 'afternoon', 'dedicated', 'worship', 'god', 'pleasant', 'season', 'added', 'church', 'friend', 'trial', 'periodical', 'distributed', 'page', 'tract', 'pamphlet', 'distributed', 'drawing', 'near', 'close', 'quarter', 'tract', 'society', 'member', 'feel', 'satisfied', 'obtaining', 'subscriber', 'sign', 'health_reformer', 'let', 'hear', 'hannah', 'janes', 'died', 'ovid', 'mich', 'brief', 'illness', 'bobbie', 'infankson', 'maria', 'ferry', 'aged', 'month', 'harvey', 'unite', 'soon', 'think', 'god', 'blessed', 'zeal', 'smithland', 'church', 'scattering', 'book', 'tract', 'nice', 'convenient', 'effort', 'dear_brethren', 'said', 'taken', 'hold', 'sab', 'elk', 'point', 'church', 'bath', 'present', 'indication', 'sabbath', 'keeper', 'organized', 'world', 'dewell', 'duty', 'shall', 'weal', 'pect', 'close', 'meeting', 'lamont', 'feb', 'canasaraga', 'chittenango', 'new', 'york', 'blessing', 'lord', 'continues', 'work', 'canasaraga', 'sabbath', 'brother', 'abroad', 'able', 'meet', 'excellent_meeting', 'despite', 'unfavorable', 'weather', 'road', 'bad', 'thaw', 'present', 'started', 'sabbath', 'young_man', 'wife', 'said', 'knew', 'listening', 'solemn', 'voice', 'stay', 'away', 'evening_services', 'bestirring', 'testimony', 'god', 'servant', 'systematic_benevolence', 'hope', 'unite', 'soon', 'pray', 'cause', 'dakota', 'farnsworth', 'elk', 'point', 'union', 'dak', 'feb', 'tennessee', 'sire', 'highly', 'prized', 'lowthe', 'quarter', 'end', 'spend', 'love', 'truth', 'apply', 'themleast', 'day', 'carrying', 'light', 'edgefield', 'junction', 'held', 'meeting', 'preparation', 'visit', 'bro', 'osborn', 'eighteen', 'mile', 'away', 'leaving', 'edgefield', 'weary', 'day', 'journey', 'hill', 'mud', 'point', 'present', 'john', 'counsel', 'trip', 'witness', 'alive', 'want', 'god', 'cause', 'claim', 'time', 'lose', 'enemy', 'stealing', 'march', 'fear', 'shall', 'learn', 'situation', 'boynton', 'quarterly', 'report', 'kansa', 'society', 'fourth', 'quarterly', 'report', 'kansa', 'society', 'quarter', 'ending', 'december', 'follows', 'amt', 'paid', 'membership', 'ceived', 'letter', 'brother', 'different_parts', 'state', 'asking', 'left', 'seventh', 'day', 'adventist', 'united', 'christian', 'campbellite', 'denominnation', 'stating', 'reported', 'campbellites', 'boasting', 'slanderously', 'reported', 'concerning', 'know', 'true', 'held', 'meeting', 'church', 'belonging', 'society', 'preached', 'equally', 'church', 'belonging', 'denomination', 'received', 'partial', 'remuneration', 'labor', 'member', 'different_denominations', 'know', 'constituted', 'member', 'society', 'faith', 'unchanged', 'fact', 'seen', 'time', 'year', 'firmly', 'established', 'leading', 'doctrine', 'taught', 'seventh', 'day', 'adventist', 'trne', 'little', 'cause', 'past', 'summer', 'fall', 'given', 'way', 'spirit', 'discouragement', 'ought', 'partly', 'account', 'poor_health', 'expect', 'grace', 'god', 'better', 'future', 'hope', 'cheerfully', 'labor', 'reaper', 'till', 'work', 'dope', 'share', 'glory', 'harvest', 'home', 'believe', 'winter', 'past', 'rain', 'gone', 'flower', 'appear', 'earth', 'time', 'ging', 'bird', 'come', 'feel', 'deter', 'fined', 'arise', 'work', 'glorious', 'angel', 'message', 'dawning', 'going', 'power', 'tract', 'missionary', 'society', 'accomplishing', 'wonder', 'shall', 'sayj', 'future', 'thousand', 'good', 'intelligent', 'seventh', 'day', 'adventist', 'consecrate', 'property', 'life', 'work', 'forth', 'armed', 'paper', 'aracts', 'pamphlet', 'having', 'sword', 'spirit', 'command', 'visit', 'people', 'home', 'pray', 'beseech', 'accept', 'saving', 'truth', 'god', 'age', 'expect', 'mighty', 'work', 'cause', 'close', 'gloriously', 'lord', 'hasten', 'future', 'shall', 'know', 'love', 'truth', 'affected', 'life', 'may_god', 'grant', 'deceive', 'thing', 'brown', 'director', 'blesodmre', 'dead', 'die', 'lord', 'henceforth', 'died', 'residence', 'daughter', 'east', 'leroy', 'mich', 'feb', 'sister', 'nancy', 'grant', 'aged', 'year', 'month', 'day', 'removed', 'michigan', 'member', 'battle', 'creek', 'church', 'organization', 'remained', 'faithful', 'consistent', 'member', 'large_congregation', 'attended', 'funeral', 'house', 'worship', 'remark', 'based', 'assurance', 'david', 'resurrection', 'future', 'immortal', 'life', 'according', 'calmet', 'version', 'read', 'precious', 'eye', 'jehovah', 'saint', 'death', 'died', 'mount', 'hope', 'grant', 'jan', 'melvin', 'mayhew', 'advanced', 'age', 'eighty', 'funeral_services', 'attended', 'large_congregation', 'relative', 'friend', 'eld', 'jefferson', 'methodist', 'officiating', 'month', 'lucy', 'mayhew', 'wife', 'melvin', 'mayhew', 'fell', 'asleep', 'jesus', 'trust', 'aged', 'seventy', 'year', 'month', 'aged', 'couple', 'passed', 'away', 'near', 'mayhew', 'attended', 'funeral', 'husband', 'returning', 'home', 'soon', 'taken', 'sick', 'died', 'stated', 'writer', 'informed', 'aged', 'father', 'mother', 'bad', 'lived', 'year', 'word', 'difficulty', 'passing', 'beautiful', 'example', 'setting', 'marriage', 'relation', 'keeping', 'sabbath', 'year', 'past', 'believer', 'angel', 'message', 'bad', 'united', 'people', 'funeral', 'sermon', 'mayhew', 'preached', 'writer', 'assisted', 'eld', 'jefferson', 'methodist', 'text', 'cor', 'crandall', 'died', 'bunker', 'hill', 'mich', 'jan', 'sarah', 'philo', 'aged', 'eighty', 'year', 'month', 'seven', 'day', 'dear', 'mother', 'embraced', 'truth', 'angel', 'message', 'nearly', 'year', 'ago', 'time', 'lived', 'life', 'devoted', 'truth', 'held', 'dear', 'according', 'wish', 'sank', 'peacefully', 'rest', 'struggle', 'leaf', 'child', 'grandchild', 'mourn', 'loss', 'heart', 'tender', 'affliction', 'death', 'miss', 'deplore', 'departed', 'heaven', 'nearer', 'hope', 'christian', 'dearer', 'funeral', 'discourse', 'att', 'richmond', 'shall', 'righteous', 'shine', 'forth', 'sun', 'work', 'feb', 'donation', 'book', 'sale', 'bliss', 'dist', 'society', 'kansa', 'john', 'gibbs', 'house', 'director', 'rious', 'tract', 'pamphlet', 'bound', 'book', 'orderly', 'systematic', 'manner', 'book', 'case', 'compartment', 'pigeon', 'hole', 'tract', 'pamphlet', 'shelf', 'bound', 'book', 'appropriate', 'place', 'blank', 'report', 'society', 'record', 'cause', 'soon', 'past', 'come', 'pigeon', 'hole', 'printed', 'label', 'beagain', 'rejoicing', 'bringing', 'sheaf', 'neath', 'designating', 'title', 'publicathem', 'forth', 'tion', 'enabling', 'readily', 'finger', 'wish', 'ming', 'large', 'pile', 'promiscuously', 'thrown', 'weeping', 'bearing', 'precious_seed', 'tract', 'pamphlet', 'library', 'ought', 'preaching', 'truth', 'home', 'people', 'better', 'set', 'publication', 'work', 'faithfully', 'self', 'diligence', 'work', 'correctly', 'orderly', 'place', 'responsibility', 'trust', 'small', 'position', 'magnify', 'office', 'ask', 'write', 'director', 'sit', 'darkness', 'lukewarm', 'look', 'indifference', 'ought', 'plod', 'worldly', 'pursuit', 'heedless', 'storm', 'wrath', 'soon', 'burst', 'world', 'lying', 'day', 'ride', 'franklin', 'brought', 'librarian', 'ohio', 'wickedness', 'shall', 'heed', 'let', 'light', 'friend', 'cause', 'need', 'late', 'heed', 'false', 'report', 'corrected', 'month', 'reservice', 'master', 'cause', 'little', 'way', 'good', 'time', 'dear_brethren', 'sister', 'kingdom', 'father', 'bath', 'ear', 'hear']
root - INFO - extracting file #91500: 2017-04-Final-Corpus/RH18780606-V51-23-page1.txt
root - INFO - extracting file #92000: 2017-04-Final-Corpus/RH18790828-V54-10-page8.txt
root - INFO - ['review', 'herald', 'vol', 'gip', 'rtutriti', 'vrrta', 'success', 'camp', 'meeting', 'reason', 'large_attendance', 'meeting', 'location', 'battle', 'creek', 'mich', 'fifth', 'day', 'aug', 'selected', 'central', 'easy', 'reach', 'enables', 'president', 'readily', 'quarter', 'church', 'conference', 'annual_session', 'vermont', 'association', 'held', 'connection', 'campmeeting', 'essex', 'junction', 'sept', 'let', 'delegate', 'chosen', 'school', 'state', 'remaining', 'camp_meeting', 'meeting', 'held', 'state', 'use', 'treasurer', 'report', 'peebles', 'sec', 'kentucky', 'camp_meeting', 'die', 'kentucky', 'camp', 'meeting', 'conference', 'held', 'powder', 'hart', 'beginning', 'tuesday', 'night', 'sept', 'continuing', 'monday', 'night', 'earnest', 'appeal', 'powder', 'church', 'commence', 'ready', 'meeting', 'arrange', 'matter', 'leave', 'home', 'encampment', 'time', 'ready', 'meeting', 'commence', 'secondly', 'brother', 'sister', 'state', 'strong_effort', 'meeting', 'time', 'remain', 'close', 'come', 'prepared', 'care', 'brother', 'sister', 'abroad', 'cared', 'expect', 'eld', 'canright', 'eld', 'andrew', 'eld', 'owen', 'wife', 'attend', 'meeting', 'let', 'member', 'consider', 'committee', 'people', 'attend', 'meeting', 'team', 'munfordsville', 'tuesday', 'sept', 'convey', 'come', 'railroad', 'place', 'meeting', 'intend', 'coming', 'way', 'correspond', 'williams', 'rio', 'hart', 'team', 'depot', 'day', 'tuesday', 'conference', 'committee', 'tennessee', 'camp_meeting', 'general_conference', 'favor', 'ministerial', 'help', 'camp', 'meeting', 'conference', 'think', 'best', 'hold', 'session', 'state_conference', 'place', 'meeting', 'tennessee', 'held', 'edgefield', 'junction', 'commencing', 'sabbath', 'oct', 'continuing', 'week', 'brother', 'sister', 'tennessee', 'reasonable', 'effort', 'attend', 'meeting', 'come', 'prepared', 'care', 'distance', 'provided', 'use', 'effort', 'people', 'come', 'meeting', 'brn', 'owen', 'clinton', 'owen', 'arrange', 'meeting', 'tennessee', 'expect', 'tennessee', 'wagon', 'come', 'kentucky', 'meeting', 'prepared', 'right', 'conference', 'committee', 'maine', 'camp', 'meeting', 'meeting', 'held', 'sept', 'waterville', 'ground', 'occupied', 'year', 'reduction', 'half', 'fare', 'granted', 'usual', 'ample', 'provision', 'man', 'beast', 'eld', 'geo', 'butler', 'able', 'speaker', 'present', 'let', 'sabbath', 'keeper', 'maine', 'come', 'need', 'strength', 'encouragement', 'derived', 'attending', 'meeting', 'let', 'come', 'seek', 'god', 'work', 'salvation', 'perishing', 'soul', 'invite', 'bro', 'white', 'attend', 'consistent', 'duty', 'committee', 'annual_session', 'maine', 'state_conference', 'held', 'camp', 'ground', 'waterville', 'sept', 'let', 'delegate', 'ground', 'attend', 'meeting', 'conference', 'church', 'organized', 'year', 'unorganized', 'body', 'sabbath', 'keeper', 'represented', 'session', 'goodrich', 'pres', 'puttfit', 'ptintilinocd', 'indiana', 'maine', 'waterville', 'vermont', 'essex', 'junction', 'michigan', 'vassar', 'sept', 'sept', 'anxious', 'company', 'sabbath', 'keeper', 'represented', 'meeting', 'erie', 'reduced', 'fare', 'attending', 'meeting', 'road', 'full_particulars', 'regard', 'given', 'week', 'expected', 'general_conference', 'furnish', 'help', 'meeting', 'extend', 'cordial', 'urgent', 'invitation', 'bro', 'white', 'attend', 'let', 'brother', 'sister', 'begin', 'calculation', 'come', 'meeting', 'certainly', 'need', 'benefit', 'derived', 'privilege', 'meeting', 'afford', 'best', 'expense', 'meeting', 'shall', 'light', 'possible', 'large_share', 'brother', 'come', 'team', 'choose', 'heretofore', 'deprived', 'privilege', 'enjoy', 'whitney', 'vassar', 'camp', 'meeting', 'sabbath', 'school', 'important', 'sabbath', 'school', 'attended', 'urge', 'attend', 'camp', 'meeting', 'come', 'prepared', 'sabbath', 'school', 'studying', 'prophecy', 'lesson', 'youth', 'lesson', 'child', 'lesson', 'little', 'lesson', 'book', 'prepared', 'anxious', 'sabbath', 'school', 'eastern', 'michigan', 'represented', 'officer', 'teacher', 'scholar', 'neglect', 'bring', 'child', 'want', 'happy', 'face', 'talk', 'secretary', 'bring', 'record', 'book', 'class', 'record', 'teacher', 'right', 'satisfaction', 'imperfect', 'error', 'kindly', 'pointed', 'suggestion', 'given', 'regard', 'best', 'way', 'correcting', 'sabbathschool', 'held', 'sabbath', 'morning', 'hour', 'sunday', 'morning', 'meeting', 'discus', 'work', 'teacher', 'officer', 'meeting', 'hour', 'occupied', 'general_meetings', 'opportunity', 'afforded', 'asking', 'question', 'private', 'public', 'hoped', 'come', 'prepared', 'present', 'difficulty', 'report', 'success', 'encouraging', 'feature', 'come', 'notice', 'box', 'sabbathschools', 'home', 'recommended', 'minister', 'having', 'charge', 'district', 'exact', 'statement', 'member', 'paid', 'treasury', 'quarter', 'sent', 'state', 'treasurer', 'mean', 'minister', 'tell', 'exactly', 'member', 'district', 'quarter', 'neglecting', 'duty', 'forward', 'district', 'meeting', 'president', 'glance', 'tell', 'man', 'state', 'financially', 'compare', 'treasurer', 'book', 'account', 'kept', 'right', 'annual', 'report', 'church', 'conference', 'new', 'blank', 'prepared', 'purpose', 'giving', 'statement', 'church', 'sabbath', 'school', 'missionary_society', 'tithe', 'entire_year', 'prepared', 'clerk', 'sent', 'conference', 'letter', 'commendation', 'letter', 'sent', 'clerk', 'church', 'clerk', 'church', 'member', 'church', 'letter', 'introduction', 'given', 'member', 'wishing', 'absent', 'time', 'church', 'wish', 'join', 'traveling', 'brother', 'credential', 'delegate', 'state_conference', 'church', 'furnish', 'delegate', 'annual_meetings', 'state_conference', 'report', 'general', 'lyon', 'nebraska', 'beaver', 'city', 'sept', 'seward', 'oct', 'iowa', 'sept', 'pennsylvania', 'friendship', 'new', 'york', 'carthage', 'california', 'fresno', 'city', 'aug', 'sept', 'healdsburg', 'sept', 'kentucky', 'powder', 'sept', 'oct', 'tennessee', 'edgefield', 'junction', 'oct', 'notice', 'pas', 'following', 'named', 'railroad', 'central', 'vermont', 'road', 'control', 'camp', 'meeting', 'essex', 'junction', 'paying', 'fare', 'receive', 'free', 'return', 'check', 'ground', 'conf', 'com', 'reduction', 'fare', 'vassar', 'camp', 'meeting', 'detroit', 'bay_city', 'sell', 'round', 'trip', 'ticket', 'station', 'line', 'vassar', 'return', 'rate', 'cent', 'mile', 'way', 'sept', 'chicago', 'lake', 'huron', 'reduction', 'fare', 'line', 'flint', 'port', 'new', 'blank', 'adapted', 'present', 'working', 'church', 'credential', 'delegate', 'general_conference', 'preacher', 'license', 'blank', 'filled', 'given', 'licentiate', 'certificate', 'ordination', 'blank', 'filled', 'given', 'minister', 'ordination', 'officiating', 'elder', 'minister', 'credential', 'filled', 'executive_committee', 'given', 'minister', 'annually', 'renewal', 'credential', 'vigilant', 'missionary', 'weekly', 'report', 'indicates', 'duty', 'president', 'conference', 'duly', 'promptly', 'furnished', 'blank', 'brother', 'duty', 'canright', 'preach', 'saying', 'kingdom', 'heaven', 'hand', 'matt', 'ord', 'nebraska', 'aug', 'orleans', 'harlan', 'neb', 'sept', 'chas', 'boyd', 'huron', 'open', 'tent', 'penn', 'camp', 'meeting', 'arrangement', 'desire', 'rent', 'tent', 'meeting', 'following', 'rate', 'lower', 'heretofore', 'paid', 'wishing', 'tent', 'requested', 'decide', 'size', 'number', 'wanted', 'notify', 'delay', 'tent', 'ground', 'season', 'address', 'rome', 'especially', 'request', 'wish', 'tent', 'pennsylvania', 'meeting', 'order', 'immediately', 'tent', 'time', 'order', 'meeting', 'reach', 'sept', 'vermont', 'camp', 'meeting', 'sabbath', 'school', 'whitney', 'essex', 'junction', 'camp', 'ground', 'genall', 'come', 'prepared', 'contribute', 'generously', 'slothful', 'business', 'rom', 'new_edition', 'rejected', 'ordinance', 'perpetuity', 'memorial', 'lord', 'humility', 'tract', 'edition', 'work', 'bro', 'littlejohn', 'having', 'exhausted', 'new_edition', 'issued', 'valuable', 'matter', 'added', 'family', 'copy', 'thoroughly', 'post', 'interesting', 'important_subject', 'price', 'notice', 'expiration', 'subscription', 'given', 'special', 'stamp', 'margin', 'paper', 'pleased', 'receive', 'renewal', 'notioe', 'change', 'figure', 'address', 'label', 'case', 'sufficient', 'receipt', 'money', 'sent', 'paper', 'change', 'due_time', 'appear', 'book', 'ordered', 'mail', 'received', 'notice', 'given', 'business', 'acknowledged', 'book', 'bent', 'express', 'olive', 'geo', 'foreman', 'canright', 'eral', 'sabbath', 'school', 'held', 'sabbath', 'morning', 'sept', 'come', 'furnished', 'instructor', 'lesson', 'sheet', 'question', 'book', 'lesson', 'learned', 'sabbath', 'school', 'fund', 'work', 'hindered', 'want', 'mean', 'quarterly', 'report', 'tithe', 'paid', 'usual', 'business', 'annual_meeting', 'conference', 'camp', 'church', 'new', 'blank', 'considered', 'peebles', 'pres', 'white', 'fargo', 'bell', 'executive_committee', 'division', 'recite', 'lesson', 'seventh', 'day', 'bible_lessons', 'little', 'division', 'recite', 'lesson', 'designed', 'second', 'sabbath', 'september', 'instructor', 'suppletaken', 'blank', 'conference', 'sopresent', 'meeting', 'feffen', 'camp', 'meeting', 'southwestern', 'nebraska', 'held', 'beaver', 'city', 'flume', 'sept', 'number', 'leading', 'brother', 'lately', 'want', 'friend', 'state', 'new', 'revised', 'blank', 'ment', 'drill', 'child', 'commandcieties', 'carefully', 'revised', 'old', 'ada', 'profitable', 'brother', 'northern', 'kansa', 'ments', 'book', 'bible', 'assigned', 'class', 'repeat', 'cause', 'gotten', 'new_ones', 'concert', 'come', 'purpose', 'heartily', 'meet', 'growing', 'want', 'cause', 'cooperate', 'charge', 'president', 'conference', 'look', 'school', 'peebles', 'pro', 'vide', 'secretary', 'different', 'offiare', 'invited', 'north', 'platte', 'line', 'west', 'grand', 'island', 'let', 'labor', 'personally', 'forward', 'notice', 'isolated', 'brother', 'trust', 'paper', 'gino', 'starr', 'ciidney', 'apting', 'present', 'necessity', 'general', 'meeting', 'held', 'oronoco', 'minn', 'commencing', 'sept', 'holding', 'going', 'camp', 'meeting', 'sortment', 'blank', 'folover', 'sabbath', 'sunday', 'meeting', 'guess', 'think', 'shall', 'heavily', 'word', 'sunk', 'heart', 'number', 'time', 'recently', 'dear', 'brother', 'cer', 'conference', 'aslows', 'tract', 'missionary', 'member', 'report', 'blank', 'designed', 'individual', 'memspecial', 'benefit', 'church', 'southeast', 'conference', 'hope', 'bers', 'society', 'sabbath', 'school_work', 'claim', 'share', 'time', 'book', 'sent', 'freight', 'lizzie', 'hornby', 'pacific_press', 'geo', 'fore', 'man', 'pacific_press', 'gash', 'ree', 'oat', 'account', 'ill', 'conf', 'fund', 'trovillo', 'james', 'ash', 'baugh', 'ohio', 'conf', 'fund', 'donation', 'adeia', 'robbins', 'net', 'society', 'pere', 'thayer', 'geo', 'king', 'tenn', 'society', 'comb', 'conf', 'fund', 'wealthy', 'mcnitt', 'sister', 'going', 'let', 'meeting', 'meeting', 'essex', 'junction', 'sept', 'quarterly', 'report', 'librarian', 'large', 'tent', 'ground', 'hold', 'pas', 'remain', 'home', 'course', 'attend', 'fear', 'goodly', 'number', 'stay', 'away', 'sustain', 'great_loss', 'appeal', 'doubt', 'opportunity', 'enjoy', 'meeting', 'kind', 'fully', 'decide', 'let', 'chance', 'carefully', 'read', 'article', 'campmeetings', 'pen', 'white', 'review', 'current', 'volume', 'hutchins', 'pennsylvania', 'camp', 'meeting', 'according', 'appointment', 'expected', 'camp', 'meeting', 'pennsylvania', 'conference', 'heed', 'friendship', 'sept', 'wish', 'attention', 'brother', 'conference', 'importance', 'making', 'especial', 'effort', 'revised', 'good', 'stock', 'hand', 'librarian', 'meeting', 'attending', 'meeting', 'come', 'prepared', 'care', 'family_tents', 'bring', 'come', 'early', 'tract', 'missionary', 'librarian', 'report', 'ready', 'meeting', 'nebraska', 'camp', 'meeting', 'brother', 'sister', 'church', 'whitney', 'olsen', 'gil', 'meeting', 'sure', 'bring', 'child', 'bert', 'designed', 'librarian', 'quarterly', 'report', 'district', 'revised', 'librarian', 'number', 'sabbath', 'school', 'secretary', 'report', 'short_time', 'revised', 'good', 'shape', 'secretary', 'district', 'meeting', 'convis', 'seller', 'bancroft', 'rathbun', 'use', 'end', 'quarter', 'reporting', 'doings', 'school', 'state', 'secretary', 'church', 'quarterly', 'report', 'new', 'blank', 'lately', 'gotten', 'use', 'church', 'clerk', 'end', 'quarter', 'full_report', 'standing', 'work', 'church', 'forward', 'president', 'conference', 'great', 'advantage', 'derived', 'blank', 'fully', 'understand', 'want', 'branch', 'work', 'plan', 'fall', 'winter', 'labor', 'district', 'secretary', 'librarian', 'bring', 'book', 'present', 'cheerfully', 'render', 'necessary', 'assistance', 'regard', 'keeping', 'fargo', 'health', 'temperance', 'society', 'considered', 'vassar', 'camp', 'meeting', 'opportunity', 'given', 'sign', 'pledge', 'brother', 'come', 'prepared', 'advance', 'lord', 'work', 'miller', 'fowlersville', 'kennedy', 'locke', 'avery', 'wife', 'carson', 'city', 'evans', 'west', 'plain', 'john', 'bank', 'hickory', 'corner', 'geo', 'risley', 'gen', 'conf', 'fund', 'laura', 'atwood', 'gen', 'society', 'donation', 'woolsey', 'wilcox', 'wilcox', 'menitt', 'thank', 'offering', 'danish', 'ifftssion', 'john', 'lorntz', 'friend', 'jacobson', 'anderson', 'vassar', 'mich', 'camp_meeting', 'mich', 'society', 'dist', 'howe', 'mich', 'conf', 'sound', 'meeting', 'held', 'friday', 'sept', 'hope', 'member', 'elli', 'margerson', 'jefferson', 'iden', 'harrison', 'grant', 'battin', 'ella']
root - INFO - extracting file #92500: 2017-04-Final-Corpus/RH18800610-V55-24-page13.txt
root - INFO - extracting file #93000: 2017-04-Final-Corpus/RH18810208-V57-06-page1.txt
root - INFO - ['sabbath', 'herald', 'patience', 'saint', 'commandment', 'god', 'faith', 'jesus', 'rev', 'volume', 'battle', 'creek', 'mich', 'tuesday', 'february', 'number', 'dealing', 'nebuchadnezzar', 'dominion', 'glory', 'bestowed', 'divine', 'judgment', 'pride', 'subsequent', 'acknowledgment', 'power', 'mercy', 'god', 'israel', 'direct', 'emphatic', 'word', 'rebuke', 'great', 'wickedness', 'impious', 'king', 'thou', 'son', 'belshazzar', 'itpiritt', 'flrt', 'petiart', 'issued', 'weekly', 'clung', 'worship', 'idol', 'gave', 'sensual', 'indulgence', 'long', 'revers', 'came', 'defeated', 'battle', 'cyrus', 'year', 'besieged', 'city', 'babylon', 'seemingly', 'impregnable', 'fortress', 'massive', 'wall', 'gate', 'brass', 'protected', 'river', 'euphrates', 'chapman', 'secretary', 'amadon', 'treasurer', 'supplied', 'provision', 'year', 'halt', 'humbled', 'thine_heart', 'thou', 'knew', 'seventh', 'day', 'adventist', 'publishing', 'association', 'elder', 'james', 'wiiite', 'president', 'dollar', 'year', 'advance', 'dollar', 'volume', 'number', 'siege', 'voluptuous', 'monarch', 'felt', 'secure', 'passed', 'time', 'mirth', 'revelry', 'night', 'great', 'feast', 'thousand', 'lord', 'attraction', 'wealth', 'royal', 'power', 'command', 'combined', 'splendor', 'scene', 'administer', 'lust', 'flesh', 'prince', 'statesman', 'drank', 'wine', 'like', 'water', 'reveled', 'maddening', 'influence', 'king', 'commanded', 'bring', 'sacrilegious', 'feast', 'golden', 'silver', 'vessel', 'nebuchadnezzar', 'taken', 'temple', 'jerusalem', 'consecrated', 'service', 'god', 'employed', 'holy', 'men', 'worship', 'wicked', 'reveler', 'night', 'midst', 'idolatrous', 'mirth', 'king', 'countenance', 'suddenly', 'pale', 'paralyzed', 'terror', 'bloodless', 'hand', 'tracing', 'mystic', 'character', 'wall', 'reveler', 'discern', 'curious', 'unintelligible', 'writing', 'exciting', 'merriment', 'away', 'painful', 'silence', 'fall', 'throng', 'king', 'thought', 'troubled', 'joint', 'loin', 'loosed', 'knee', 'smote', 'trembling', 'alarm', 'cried', 'aloud', 'bring', 'astrologer', 'chaldean', 'soothsayer', 'king', 'spake', 'said', 'wise_men', 'babylon', 'whosoever', 'shall', 'read', 'writing', 'interpretation', 'thereof', 'shall', 'clothed', 'scarlet', 'chain', 'gold', 'neck', 'shall', 'ruler', 'kingdom', 'men', 'able', 'interpret', 'mystic', 'character', 'traced', 'hand', 'angel', 'god', 'interpret', 'dream', 'nebuchadnezzar', 'terror', 'king', 'increase', 'conscious', 'writing', 'rebuke', 'impious', 'feast', 'tell', 'exact', 'import', 'queen', 'reminds', 'man', 'kingdom', 'spirit', 'holy', 'god', 'day', 'father', 'light', 'understanding', 'wisdom', 'like', 'wisdom', 'god', 'father', 'master', 'magician', 'astrologer', 'chaldean', 'soothsayer', 'forasmuch', 'excellent_spirit', 'knowledge', 'understanding', 'interpreting', 'dream', 'showing', 'hard', 'sentence', 'dissolving', 'doubt', 'daniel', 'king', 'named', 'belteshazzar', 'let', 'daniel', 'called', 'interpretation', 'daniel', 'brought', 'king', 'delay', 'monarch', 'promise', 'great', 'reward', 'interpret', 'writing', 'daniel', 'look', 'wicked', 'throng', 'bearing', 'evidence', 'intemperate', 'feasting', 'revelry', 'stand', 'quiet', 'dignity', 'servant', 'high', 'god', 'speak', 'word', 'flattery', 'custom', 'professedly', 'wise_men', 'kingdom', 'speak', 'truth', 'god', 'sternly', 'disclaiming', 'desire', 'reward', 'honor', 'let', 'thy', 'gift', 'thyself', 'thy', 'reward', 'read', 'writing', 'unto', 'king', 'known', 'interpretation', 'daniel', 'proceeds', 'speak', 'lord', 'est', 'bast', 'lifted', 'thyself', 'lord', 'heaven', 'daniel', 'gave', 'interpretation', 'mystic', 'writing', 'god', 'hath', 'numbered', 'thy_kingdom', 'finished', 'thou', 'art', 'weighed', 'balance', 'art', 'wanting', 'thy_kingdom', 'divided', 'given', 'medes', 'persian', 'night', 'word', 'prophet', 'fulfilled', 'city', 'occupied', 'king', 'slain', 'kingdom', 'taken', 'merle', 'persian', 'darius', 'took', 'possession', 'throne', 'babylon', 'proceeded', 'organize', 'government', 'set', 'kingdom', 'prince', 'kingdom', 'president', 'daniel', 'daniel', 'preferred', 'president', 'prince', 'excellent_spirit', 'king', 'thought', 'set', 'realm', 'honor', 'bestowed', 'daniel', 'excited', 'jealousy', 'leading', 'men', 'kingdom', 'president', 'prince', 'sought', 'occasion', 'concerning', 'kingdom', 'occasion', 'fault', 'forasmuch', 'faithful', 'error', 'fault', 'lesson', 'presented', 'christian', 'keen', 'eye', 'jealousy', 'fixed', 'daniel', 'day', 'day', 'watching', 'sharpened', 'hatred', 'word', 'act', 'life', 'appear', 'wrong', 'claim', 'sanctification', 'infinitely', 'better', 'lived', 'holy', 'sanctified', 'life', 'true', 'test', 'sanctification', 'daily', 'deportment', 'blameless', 'life', 'daniel', 'greater', 'hatred', 'excited', 'enemy', 'filled', 'madness', 'moral_character', 'discharge', 'duty', 'base', 'complaint', 'said', 'men', 'shall', 'occasion', 'daniel', 'concerning', 'law', 'god', 'time', 'day', 'daniel', 'prayed', 'god', 'heaven', 'accusation', 'brought', 'scheme', 'devised', 'accomplish', 'destruction', 'enemy', 'assembled', 'palace', 'asked', 'king', 'pas', 'decree', 'person', 'realm', 'ask', 'god', 'man', 'darius', 'king', 'space', 'thirty', 'day', 'viotlaion', 'edict', 'punished', 'casting', 'offender', 'den', 'lion', 'king', 'knew', 'hatred', 'men', 'daniel', 'suppose', 'decree', 'way', 'injure', 'flattery', 'monarch', 'believe', 'greatly', 'honor', 'pas', 'decree', 'smile', 'satanic', 'triumph', 'face', 'men', 'come', 'forth', 'presence', 'king', 'rejoice', 'trap', 'laid', 'servant', 'god', 'decree', 'forth', 'king', 'daniel', 'aware', 'acquainted', 'purpose', 'enemy', 'ruin', 'doe', 'change', 'course', 'sin', 'address', 'review', 'herald', 'battle', 'creek', 'mich', 'vision', 'belshazzar', 'tint', 'king', 'throne', 'satrap', 'thronged', 'hall', 'thousand', 'bright', 'lamp', 'shone', 'high', 'festival', 'thousand', 'cup', 'gold', 'judah', 'deemed', 'divine', 'jehovah', 'vessel', 'hold', 'godless', 'heathen', 'wine', 'hour', 'hall', 'finger', 'hand', 'came', 'forth', 'wall', 'wrote', 'sand', 'finger', 'man', 'solitary', 'hand', 'letter', 'ran', 'traced', 'like', 'wand', 'monarch', 'saw', 'shook', 'bade', 'rejoice', 'bloodless', 'waxed', 'look', 'tremulous', 'voice', 'let', 'men', 'lore', 'appear', 'wisest', 'earth', 'expound', 'word', 'fear', 'hich', 'mar', 'royal', 'mirth', 'chaldea', 'seer', 'good', 'skill', 'unknown', 'letter', 'stood', 'untold', 'awful', 'babel', 'men', 'age', 'wise', 'deep', 'lore', 'sage', 'saw', 'knew', 'captive', 'land', 'man', 'god', 'unknown', 'heard', 'king', 'command', 'stood', 'throne', 'lamp', 'bright', 'prophecy', 'view', 'read', 'night', 'morrow', 'proved', 'true', 'belshazzar', 'grave', 'kingdom', 'passed', 'away', 'balance', 'weighed', 'light', 'worthless', 'clay', 'shroud', 'robe', 'state', 'canopy', 'stone', 'mede', 'gate', 'persian', 'throne', 'hebrew', 'melody', 'gip', 'ttputm', 'charge_thee', 'god', 'lord', 'jesus_christ', 'shall', 'judge', 'quick', 'andl', 'dead', 'appearing', 'kingdom', 'preach', 'word', 'tim', 'sanctification', 'life', 'daniel', 'illustration', 'true', 'sanctification', 'ant', 'white', 'tnxt', 'god', 'peace', 'sanctify', 'wholly', 'pray', 'god', 'spirit', 'soul', 'body', 'preserved', 'blameless', 'unto', 'coming', 'lord', 'jesus_christ', 'thess', 'belshazzar', 'acquainted', 'dealing', 'god', 'nebuchadnezzar', 'knowledge', 'effect', 'course', 'blindly']
root - INFO - extracting file #93500: 2017-04-Final-Corpus/RH18810913-V58-12-page16.txt
root - INFO - extracting file #94000: 2017-04-Final-Corpus/RH18820509-V59-19-page4.txt
root - INFO - ['review', 'herald', 'egypt', 'greek', 'attacking', 'alexandria', 'life', 'god', 'pleased', 'eminent', 'minister', 'help', 'church', 'jewish', 'inhabitant', 'death', 'news', 'man', 'profited', 'gain', 'world', 'dividual', 'member', 'look', 'tho', 'vol', 'lose', 'own_soul', 'prayer', 'emma', 'french', 'almighty', 'father', 'sovereign', 'lord', 'thy', 'throne', 'bow', 'plead', 'promise', 'thy_word', 'hear', 'help', 'bid', 'earthly', 'thought', 'wish', 'fade', 'dull', 'mind', 'away', 'thy', 'holy', 'spirit', 'aid', 'teach', 'pray', 'lord', 'unmindful', 'aught', 'thou_hast', 'grateful', 'praise', 'offer', 'thee', 'low', 'prayer', 'come', 'thank', 'thee', 'wondrous', 'love', 'thou_hast', 'freely', 'given', 'perfect', 'gift', 'thee', 'hope', 'heaven', 'needy', 'heart', 'sin', 'seek', 'blood', 'risen', 'lamb', 'pure', 'selfish', 'love', 'worldly', 'pride', 'god', 'free', 'mindful', 'died', 'striving', 'like', 'heart', 'thirsting', 'longing', 'lord', 'thee', 'know', 'according', 'thy', 'gracious', 'word', 'thy', 'spirit', 'bestow', 'father', 'search', 'know', 'heart', 'deep', 'thee', 'withheld', 'cherished', 'aught', 'sin', 'striving', 'blessed', 'jesus', 'king', 'thee', 'live', 'life', 'thee', 'bring', 'gladly', 'thee', 'weary', 'lord', 'heart', 'thee', 'thy', 'salvation', 'know', 'thy', 'servant', 'let', 'tender', 'gentle', 'kind', 'like', 'god', 'love', 'grant', 'heavenly', 'peace', 'mind', 'thought', 'thing', 'people', 'lately', 'pitched', 'tent', 'gathered', 'gone', 'away', 'starving', 'arab', 'looked', 'hope', 'finding', 'food', 'traveler', 'left', 'searching', 'came', 'little', 'bag', 'tied', 'mouth', 'felt', 'hard', 'round', 'opened', 'bag', 'great_joy', 'thinking', 'contained', 'date', 'nut', 'expecting', 'able', 'satisfy', 'hunger', 'soon', 'saw', 'contained', 'threw', 'ground', 'cried', 'despair', 'pearl', 'lay', 'desert', 'infallible', 'remedy', 'chronic', 'dissension', 'specific', 'known', 'effect', 'radical', 'pearl', 'precious', 'man', 'permanent', 'cure', 'consists', 'individual', 'home', 'bagful', 'pearl', 'conversion', 'member', 'conmade', 'fortune', 'received', 'averted', 'little', 'child', 'shall', 'large_sum', 'money', 'enter', 'kingdom', 'heaven', 'rich_man', 'pearl', 'feed', 'come', 'war', 'fighting', 'hungry', 'come', 'lust', 'house', 'pearl', 'bread', 'old_man', 'carnal_mind', 'cause', 'die', 'arab', 'knew', 'value', 'tbe', 'difficulty', 'world', 'pearl', 'given', 'happens', 'church', 'born', 'rule', 'spirit', 'come', 'contact', 'conversion', 'brother', 'thought', 'change', 'brother', 'persuaded', 'conversion', 'cure', 'fair', 'trial', 'death', 'gate', 'heaven', 'eld', 'john', 'christian', 'believe', 'death', 'gate', 'endless', 'joy', 'heaven', 'righteous', 'old', 'true', 'saying', 'action', 'speak', 'louder', 'word', 'lei', 'act', 'believed', 'godly', 'wife', 'mother', 'sick', 'nigh', 'unto', 'death', 'nigh', 'gate', 'heaven', 'family', 'friend', 'look', 'sad', 'greatly', 'distressed', 'feat', 'pas', 'gate', 'endless', 'job', 'certainly', 'listen', 'solemnly', 'speak', 'death', 'fear', 'approaching', 'exertion', 'prolong', 'life', 'death', 'door', 'closed', 'help', 'summoned', 'skillful', 'physician', 'called', 'disagreeable', 'medicine', 'kind', 'faithful_service', 'exertion', 'try', 'gate', 'firmly', 'closed', 'gate', 'forced', 'open', 'power', 'greater', 'theirs', 'combined', 'sainted', 'wife', 'mother', 'pass', 'bitter', 'lamentation', 'strange', 'inharmony', 'act', 'theory', 'scripture', 'illustration', 'hezekiah', 'good', 'king', 'hezekiah', 'sick', 'prophet', 'told', 'die', 'hearing', 'hezekiah', 'wept', 'sore', 'turned', 'face', 'wall', 'prayed', 'unto', 'lord', 'prophet', 'isaiah', 'came', 'informed', 'lord', 'witnessed', 'tear', 'heard', 'prayer', 'add', 'unto', 'day', 'year', 'good', 'king', 'greatly', 'praised', 'lord', 'said', 'lord', 'thou_hast', 'love', 'soil', 'saved', 'pit', 'grave', 'praise', 'thee', 'death', 'celebrate', 'thee', 'pit', 'hope', 'truth', 'living', 'living', 'shall', 'praise', 'thee', 'day', 'wanted', 'song', 'sung', 'stringed', 'instrument', 'house', 'lord', 'believed', 'death', 'gate', 'endless', 'joy', 'strange', 'proceed', 'ings', 'brought', 'right', 'gate', 'answer', 'strong', 'tear', 'lord', 'love', 'soul', 'shut', 'gate', 'right', 'face', 'locked', 'year', 'andre', 'good_man', 'happy', 'matter', 'ceased', 'weeping', 'saw', 'aloud', 'joy', 'believe', 'death', 'gate', 'heaven', 'lie', 'believed', 'scripture', 'teach', 'death', 'gate', 'prison', 'house', 'devil', 'cause', 'rejoic', 'ing', 'lord', 'told', 'answer', 'tear', 'prayer', 'save', 'year', 'dark', 'imprisonment', 'epaphroditus', 'good_man', 'paul', 'brother', 'companion', 'labor', 'sick', 'nigh', 'unto', 'death', 'god', 'mercy', 'paul', 'lest', 'sorrow', 'sorrow', 'biethren', 'heaviness', 'account', 'matter', 'early', 'christian', 'believe', 'death', 'gate', 'heaven', 'strange', 'spectacle', 'good_man', 'coming', 'close', 'gate', 'endless', 'joy', 'lord', 'having', 'mercy', 'shutting', 'gate', 'face', 'brother', 'greatly', 'rejoicing', 'matter', 'intro', 'god', 'inconsistent', 'believe', 'death', 'gate', 'heaven', 'phil', 'read', 'cor', 'answer', 'following', 'question', 'saint', 'sing', 'victory', 'death', 'resurrection', 'death', 'gate', 'heav', 'death', 'gate', 'heaven', 'dea', 'said', 'sting', 'escaped', 'till', 'resurrection', 'death', 'friend', 'enemy', 'massacre', 'reached', 'cyrene', 'remembrance', 'cruelty', 'exasperated', 'jew', 'overran', 'lower', 'egypt', 'went', 'joined', 'countryman', 'rushed', 'dealing', 'terror', 'death', 'fearful', 'manner', 'like', 'tide', 'vengeance', 'setting', 'suffering', 'year', 'destruction', 'jerusalem', 'ruler', 'sawed', 'head', 'foot', 'flayed', 'clothing', 'skin', 'feasting', 'dead_body', 'people', 'scrupulous', 'unclean', 'meat', 'thousand', 'slain', 'lupus', 'roman', 'governor', 'alexandria', 'having', 'troop', 'stay', 'awful', 'work', 'lucuas', 'leader', 'jew', 'assumed', 'title', 'king', 'insurrection', 'extended', 'cyprus', 'jew', 'wealth', 'artemio', 'head', 'massacred', 'thousand', 'fellow', 'citizen', 'adrian', 'nephew', 'trajan', 'afterward', 'emperor', 'landing', 'cyprus', 'defeated', 'insurgent', 'expelled', 'beautiful', 'island', 'making', 'capital', 'crime', 'jew', 'set', 'foot', 'wrecked', 'immediately', 'death', 'martius', 'turbo', 'hard', 'fighting', 'suppressed', 'revolt', 'cyrene', 'egypt', 'jew', 'escaped', 'palestine', 'thousand', 'perished', 'left', 'egypt', 'moses', 'continued', 'bag', 'pearl', 'arab', 'lost', 'way', 'desert', 'provision', 'soon', 'exhausted', 'day', 'night', 'morsel', 'eat', 'began', 'fear', 'die', 'hunger', 'looked', 'eagerly', 'vain', 'level', 'sand', 'caravan', 'traveler', 'beg', 'bread', 'came', 'place', 'little', 'water', 'mouth', 'mark', 'encampment', 'die', 'want', 'pearl', 'gold', 'preserve', 'life', 'moment', 'morsel', 'bread', 'given', 'bread', 'reach', 'rich', 'left', 'die', 'trouble', 'conversion', 'jesus', 'proclaimed', 'man', 'humble', 'teachable', 'good', 'obedient', 'little', 'child', 'doe', 'away', 'individuality', 'manhood', 'body', 'far', 'satisfy', 'soul', 'conscience', 'rule', 'bread', 'precious', 'hungry', 'man', 'matter', 'expediency', 'rule', 'pearl', 'bread', 'life', 'precious', 'subject', 'christ', 'expressly', 'said', 'clothed', 'humility', 'lowliness', 'mind', 'bread', 'life', 'foolish', 'spend', 'ourlet', 'esteem', 'better', 'self', 'gathering', 'thing', 'feed', 'hungry', 'save', 'sin', 'seek', 'kingdom', 'god', 'righteousness', 'thing', 'lower', 'self', 'necessary', 'noted', 'place', 'chief', 'thing', 'physician', 'administer', 'divided', 'house', 'christ', 'life', 'lour', 'soul', 'forever', 'hold', 'agree', 'person', 'help', 'gladly', 'accept', 'good_things', 'settling', 'difficulty', 'blessing', 'lord', 'ask', 'thee', 'jesus', 'precious', 'power', 'glory', 'forever', 'thine', 'amen', 'battle', 'creek', 'mich', 'conversion', 'cure', 'eld', 'cottrell', 'cure', 'recommended', 'church', 'difficulty', 'chronic', 'acute', 'safe', 'honor', 'preferring', 'special', 'recommendation', 'conversion', 'cure', 'apply', 'remedy']
root - INFO - extracting file #94500: 2017-04-Final-Corpus/RH18830116-V60-03-page1.txt
root - INFO - extracting file #95000: 2017-04-Final-Corpus/RH18830814-V60-33-page8.txt
root - INFO - ['the_review_and_herald', 'reyiehr', 'ant', 'herald', 'troit', 'way', 'place', 'heard', 'report', 'bro', 'stone', 'death', 'carlyon', 'vol', 'sanctify', 'thrc', 'ugh', 'thy_truth_thy', 'word', 'truth', 'battle', 'creek', 'mich', 'aug', 'uriah', 'smith', 'editor', 'andrew', 'waggoner', 'corresponding', 'editor', 'blessed', 'hope', 'denser', 'darkness', 'night', 'brightly', 'shine', 'forth', 'star', 'heaven', 'darker', 'providence', 'mysterious', 'bereavement', 'experience', 'brighter', 'shine', 'promise', 'god', 'look', 'time', 'restitution', 'thing', 'recovery', 'evil', 'disaster', 'news', 'confirmed', 'detroit', 'great', 'shock', 'prostration', 'caused', 'terrible', 'tidings', 'thought', 'exciting', 'cause', 'fatal', 'attack', 'pneumonia', 'immediately', 'followed', 'chill', 'seized', 'journey', 'course', 'circumstance', 'unfavorable', 'effort', 'arrest', 'reached', 'friend', 'newfane', 'evening', 'taken', 'house', 'brother', 'law', 'sick', 'day', 'following', 'day', 'hour', 'decease', 'possible', 'friend', 'facility', 'command', 'alleviate', 'suffering', 'arrest', 'disease', 'physician', 'attendance', 'felt', 'assured', 'life', 'saved', 'conscious', 'far', 'know', 'friend', 'understand', 'completely', 'said', 'endeavoring', 'direction', 'treatment', 'fancied', 'institution', 'labored', 'seventeen', 'year', 'easy', 'access', 'laboratory', 'facility', 'mentioned', 'false', 'pope', 'paramour', 'thrust', 'chair', 'peter', 'numbered', 'pope', 'serve', 'purpose', 'catalogue', 'pope', 'term', 'monster', 'horrible', 'behold', 'tenth', 'century', 'constitutes', 'century', 'sixth', 'period', 'year', 'end', 'century', 'idea', 'prevalent', 'christ', 'come', 'year', 'men', 'taught', 'year', 'rev', 'commenced', 'christ', 'born', 'people', 'read', 'bible', 'seen', 'itisis', 'period', 'commences', 'resurrection', 'end', 'unjust', 'pope', 'eleventh', 'century', 'obtained', 'papal', 'crown', 'violence', 'corruption', 'life', 'profligate', 'wicked', 'sylvester', 'benedict', 'gregory', 'termed', 'monster', 'men', 'infamous', 'antichrist', 'gregory', 'vii', 'pope', 'claimed', 'absolute', 'dominion', 'kingdom', 'final', 'separation', 'greek', 'catholic', 'roman', 'catholic', 'took', 'place', 'century', 'crusade', 'recovery', 'jerusalem', 'mahomedans', 'commenced', 'close', 'century', 'twelfth', 'century', 'faint', 'gleam', 'intellectual', 'light', 'dawned', 'darkness', 'europe', 'thirty', 'dissenter', 'popery', 'death', 'england', 'instance', 'death', 'heresy', 'country', 'year', 'peter', 'waldo', 'began', 'preach', 'error', 'popery', 'king', 'henry', 'england', 'king', 'louis', 'vii', 'france', 'led', 'horse', 'pope', 'castle', 'toici', 'france', 'emperor', 'frederick', 'barbarossa', 'led', 'mule', 'pope', 'venice', 'pope', 'lucius', 'iii', 'issued', 'cruel', 'edict', 'waldenses', 'followed', 'bloody', 'persecution', 'century', 'sixth', 'period', 'year', 'allix', 'cathari', 'century', 'kept', 'seventh', 'day', 'mosheim', 'thing', 'passaginians', 'century', 'commencement', 'thirteenth', 'century', 'pope', 'sent', 'eustachius', 'abbot', 'flay', 'gland', 'roll', 'said', 'fell', 'heaven', 'roll', 'threatened', 'terrible', 'judgment', 'observe', 'day', 'week', 'ithe', 'war', 'albigenses', 'south', 'france', 'commenced', 'inquisition', 'established', 'time', 'middle', 'century', 'jew', 'cruelly', 'persecuted', 'year', 'pope', 'year', 'month', 'year', 'pope', 'year', 'month', 'soon', 'commencement', 'fourteenth', 'century', 'pope', 'removed', 'throne', 'rome', 'avignon', 'continued', 'seventy_years', 'great', 'plague', 'ravaged', 'europe', 'carried', 'fourth', 'inhabitant', 'wickliffe', 'morning', 'star', 'reformation', 'commenced', 'work', 'england', 'english', 'translation', 'bible', 'pope', 'chosen', 'rome', 'avignon', 'continued', 'rival', 'pope', 'till', 'church', 'rome', 'able', 'decide', 'line', 'forty_years', 'furnish', 'true', 'successor', 'peter', 'fifth', 'century', 'sixth', 'period', 'year', 'creation', 'great', 'council', 'constance', 'assembled', 'dissolved', 'till', 'council', 'condemned', 'burned', 'john', 'hus', 'jerome', 'prague', 'council', 'ordered', 'wickliffe', 'dug', 'burned', 'council', 'bitle', 'assembled', 'dissolve', 'till', 'seven', 'sacrament', 'baptism', 'confirmation', 'eucharist', 'penance', 'truthfulness', 'aphorism', 'church', 'battle', 'creek', 'distant', 'reader', 'occasion', 'feel', 'recent', 'painful', 'unexpected', 'loss', 'prominent', 'member', 'eld', 'stone', 'sister', 'lamson', 'sanitarium', 'laid', 'away', 'strength', 'middle', 'life', 'midst', 'important', 'labor', 'assured', 'god', 'dealing', 'creature', 'act', 'treating', 'sick', 'aug', 'wise', 'merciful', 'design', 'omniscience', 'comprehend', 'things_work', 'good', 'love', 'believe', 'short', 'faith', 'enable', 'triumph', 'murmuring', 'thought', 'calmly', 'wait', 'hour', 'light', 'eternal_world', 'thing', 'incomprehensible', 'explained', 'dark', 'experience', 'lose', 'mystery', 'brightness', 'eternal', 'day', 'blessed', 'hope', 'remove', 'painful', 'sense', 'loss', 'enables', 'bow', 'resignation', 'beneath', 'chastening', 'rod', 'look', 'forward', 'earnestly', 'happy', 'day', 'reunion', 'privilege', 'aug', 'stand', 'new', 'grave', 'lamson', 'little', 'company', 'consisting', 'near', 'relative', 'deceased', 'quiet', 'peaceful', 'spot', 'village', 'olcott', 'shore', 'lake', 'ontario', 'thought', 'spoke', 'dear', 'departed', 'mingled', 'tear', 'quiet', 'resting', 'place', 'halo', 'hope', 'rest', 'brightly', 'spot', 'person', 'gave', 'evidence', 'prepared', 'change', 'come', 'sister', 'passing', 'tribute', 'worth', 'desire', 'hurt', 'living', 'good', 'contemplate', 'life', 'moral', 'worth', 'highest', 'worth', 'exhibited', 'life', 'marked', 'degree', 'utterly', 'unselfish', 'working', 'help', 'comfort', 'characteristic', 'peculiarly', 'fitted', 'place', 'sanitarium', 'sympathize', 'care', 'administer', 'sick', 'public', 'private', 'life', 'known', 'utter', 'impatient', 'fretful', 'word', 'grace', 'spirit', 'shining', 'deportment', 'steady', 'unvarying', 'luster', 'like', 'fixed', 'star', 'great', 'firmament', 'drawn', 'lip', 'given', 'reluctant', 'half', 'hearted', 'way', 'acknowledgment', 'seen', 'earnest', 'christian', 'expressed', 'wish', 'lot', 'fall', 'death', 'coming', 'lord', 'privilege', 'falling', 'post', 'desired', 'short', 'transition', 'public', 'position', 'constant', 'labor', 'activity', 'sanitarium', 'deep', 'final', 'rest', 'grave', 'contemplated', 'week', 'july', 'left', 'short', 'vacation', 'official', 'duty', 'visiting', 'relative', 'saginaw', 'mich', 'resumed', 'journey', 'homeward', 'july', 'meeting', 'sister', 'decalmly', 'fell', 'asleep', 'day', 'mind', 'dwelt', 'promise', 'god', 'glad', 'said', 'live', 'rest', 'lord', 'reconciled', 'repeat', 'thought', 'sentiment', 'exact', 'language', 'drawn', 'scripture', 'lord', 'god', 'jehovah', 'everlasting', 'strength', 'feeble', 'word', 'heard', 'utter', 'ref', 'ain', 'exalted', 'sentiment', 'word', 'everlasting', 'strength', 'trust', 'disappointed', 'funeral', 'held', 'aug', 'presbyterian', 'minister', 'lockport', 'strongly', 'adventist', 'faith', 'attending', 'family', 'half', 'lie', 'embrace', 'remorseless', 'grave', 'mother', 'daughter', 'son', 'father', 'daughter', 'son', 'remain', 'recent', 'blow', 'fall', 'heavily', 'especially', 'father', 'day', 'pilgrimage', 'lengthened', 'half', 'score', 'year', 'strength', 'cometh', 'sustain', 'remainder', 'family', 'friend', 'consolation', 'blessed', 'hope', 'faithful', 'tomb', 'shall', 'guard', 'treasure', 'new', 'trophy', 'committed', 'embrace', 'new', 'motive', 'join', 'great', 'response', 'waiting', 'church', 'come', 'lord', 'jesus', 'come', 'quickly', 'bare', 'arm', 'strength', 'shall', 'rend', 'bar', 'tomb', 'sleeping', 'saint', 'repose', 'lift', 'ineffable', 'bight', 'glory', 'immortality', 'great', 'week', 'time', 'event', 'sixth', 'thousand', 'year', 'fifth', 'article', 'sixth', 'period', 'year', 'creation', 'commenced', 'near', 'end', 'ninth', 'century', 'christian_era', 'densest', 'moral_darkness', 'covered', 'earth', 'time', 'church', 'rome', 'triumphant', 'true', 'servant', 'christ', 'lived', 'greatest', 'obscurity', 'pope', 'tenth', 'century', 'monster', 'cruelty', 'licentiousness', 'instance', 'pope', 'sergius', 'iii', 'pope', 'john', 'pope', 'john', 'pope', 'john', 'xii', 'crime', 'men', 'mentioned', 'baronius', 'period', 'vilest', 'powerful', 'prostitute', 'ruled', 'court', 'rome', 'inexpressibly', 'horrible']
root - INFO - extracting file #95500: 2017-04-Final-Corpus/RH18840408-V61-15-page6.txt
root - INFO - extracting file #96000: 2017-04-Final-Corpus/RH18841202-V61-48-page9.txt
root - INFO - ['dec', 'review', 'herald', 'ony', 'drudgery', 'commonplace', 'tree', 'flower', 'light', 'air', 'attractive', 'easy', 'access', 'people', 'leave', 'attic', 'cellar', 'slum', 'warm', 'street', 'seek', 'simple', 'hearty', 'relish', 'afternoon', 'sunday', 'morning', 'everybody', 'far', 'possible', 'church', 'everybody', 'matter', 'occupation', 'week', 'earnest', 'religious', 'service', 'sunday', 'morning', 'service', 'lift', 'imagination', 'brings', 'wider', 'sympathetic', 'relation', 'larger', 'life', 'world', 'touch', 'quickens', 'sense', 'duty', 'thrill', 'elevated', 'thought', 'worship', 'awe', 'chastens', 'presence', 'divine', 'service', 'ought', 'rest', 'body', 'brain', 'whole_life', 'stronger', 'life', 'sunday', 'evening', 'given', 'home', 'coinpany', 'wife', 'child', 'friend', 'let', 'time', 'joy', 'freedom', 'simple', 'festivity', 'time', 'week', 'day', 'burden', 'life', 'roll', 'forgotten', 'easy', 'advocate', 'innocent', 'amusement', 'cultured', 'elevating', 'association', 'occupotions', 'experience', 'testifies', 'featlire', 'theoretical', 'human_nature', 'rein', 'practical', 'different', 'thing', 'alto', 'ether', 'day', 'god', 'enjoins', 'enjoins', 'way', 'true', 'blessing', 'sabbath', 'secured', 'volume', 'great_controversy', 'christ', 'satan', 'volume', 'remarkable', 'series', 'public', 'rejoice', 'welcome', 'appearance', 'year', 'greatly', 'desired', 'peruse', 'privilege', 'reading', 'pleasure', 'giving', 'impression', 'reader', 'review', 'high', 'commendation', 'view', 'excellence', 'preceding', 'volume', 'series', 'volume', 'equal', 'hesitation', 'far', 'excels', 'relate', 'past', 'history', 'largely', 'given', 'bible', 'book', 'relates', 'future', 'commencing', 'destruction', 'jerusalem', 'briefly', 'relates', 'varying', 'fortune', 'god', 'people', 'pagan', 'papal', 'persecution', 'clearly', 'delineates', 'progress', 'apostasy', 'apostolic', 'purity', 'cathelic', 'corruption', 'till', 'religion', 'jesus', 'lost', 'earth', 'set', 'dawning', 'reformation', 'hus', 'wycliffaen', 'dothers', 'relates', 'experience', 'waldenses', 'proved', 'true', 'mass', 'gone', 'heathenism', 'brings', 'bold', 'relief', 'prominent', 'fact', 'great', 'reformation', 'luther', 'fellow', 'laborer', 'come', 'day', 'fixed', 'sort', 'agreement', 'shall', 'shall', 'jewish', 'sabbath', 'continental', 'sunday', 'puritan', 'lord', 'day', 'secular', 'holiday', 'shall', 'blot', 'distinction', 'day', 'week', 'circle', 'liberal', 'church', 'unsolved', 'parochial', 'problem', 'trouble', 'conscience', 'question', 'casuistry', 'wrong', 'lady', 'sew', 'sunclay', 'shall', 'reading', 'day', 'shall', 'difference', 'recreation', 'good_people', 'people', 'departed', 'biblical', 'ogr', 'unds', 'trouble', 'ques', 'lion', 'like', 'word', 'lord', 'prophet', 'isaiah', 'point', 'way', 'evil', 'satan', 'arraying', 'warnine', 'messao', 'clearly', 'delineated', 'observer', 'bible', 'sabbath', 'reigning', 'confusion', 'isa', 'paragraph', 'unaccountably', 'public_mind', 'question', 'sabbath', 'sunday', 'confused', 'jewish', 'sabbath', 'began', 'simply', 'abstinence', 'labor', 'day', 'grew', 'burden', 'petty', 'oppressive', 'restriction', 'abolished', 'far', 'christian_world', 'concerned', 'summed', 'need', 'said', 'sunday', 'bible', 'reason', 'abolition', 'ancient', 'sabbath', 'abolished', 'sunday', 'question', 'sunday', 'ciiurcii', 'come', 'speak', 'sunday', 'church', 'point', 'talk', 'intelligently', 'read', 'word', 'wonder', 'read', 'utterance', 'sabbath', 'keeper', 'belief', 'peoplc', 'sunday', 'people', 'better', 'institution', 'aware', 'christendom', 'year', 'seventh', 'day', 'week', 'day', 'fourth', 'commandment', 'day', 'observed', 'popularly', 'supposed', 'special', 'time', 'place', 'divinely', 'authoritative', 'transfer', 'supposition', 'entirely', 'founda', 'lion', 'fact', 'law', 'issued', 'regulate', 'use', 'day', 'week', 'famous', 'edict', 'constantine', 'promulgated', 'year', 'year', 'church', 'said', 'word', 'labor', 'prohibited', 'sunday', 'teaching', 'church', 'beginning', 'clear', 'date', 'reformation', 'substantially', 'uniform', 'sunday', 'holy', 'oral', 'sacred', 'festival', 'day', 'existed', 'church', 'appointment', 'custom', 'day', 'expedient', 'holding', 'religious_service', 'teaching', 'people', 'day', 'wanted', 'rest', 'chosen', 'kept', 'account', 'sacred', 'memorues', 'gathering', 'consistently', 'previously', 'stated', 'position', 'savage', 'finally', 'wind', 'advoeating', 'continental', 'sunday', 'manner', 'day', 'observed', 'european', 'church', 'sunk', 'depth', 'superstition', 'formality', 'worldliness', 'attend', 'religious_worship', 'morning', 'devote', 'afternoon', 'evening', 'kind', 'indulgence', 'pleasure', 'course', 'pleads', 'follows', 'people', 'sunday', 'place', 'dramshops', 'hermetically', 'sealed', 'great', 'cost', 'cheap', 'sunday', 'afternoon', 'train', 'country', 'road', 'leading', 'city', 'cheap', 'steamer', 'harbor', 'art', 'gallery', 'reading', 'room', 'wide', 'open', 'free', 'active', 'opposition', 'evil', 'possible', 'break', 'weary', 'monot', 'rapidly', 'forward', 'own_time', 'giving', 'general_conference', 'left', 'battle', 'prominent', 'characteristic', 'religious_life', 'creek', 'nov', 'attend', 'day', 'meeting', 'otsego', 'rode', 'car', 'kalamazoo', 'company', 'eld', 'daniel', 'wife', 'sister', 'mcomber', 'bro', 'leighton', 'met', 'took', 'carriage', 'otsego', 'sixteen', 'mile', 'entered', 'village', 'heard', 'evening', 'bell', 'ringing', 'meeting', 'told', 'age', 'feature', 'presented', 'form', 'dry', 'historical', 'record', 'glowing', 'celestial', 'light', 'contain', 'precious', 'spiritual', 'lesson', 'warning', 'subtle', 'temptation', 'great', 'enemy', 'experience', 'past', 'teach', 'important', 'principle', 'spiritual', 'instruction', 'speak', 'hurried', 'bro', 'leighton', 'house', 'use', 'evil', 'day', 'present', 'reach', 'present_generation', 'advent', 'message', 'began', 'proclaimed', 'intense', 'work', 'father', 'miller', 'set', 'new_light', 'clearly', 'disappointment', 'clearly', 'explained', 'interesting', 'striking', 'circumstance', 'portrayed', 'experience', 'pioneer', 'angel', 'message', 'set', 'progress', 'work', 'given', 'reaching', 'present', 'period', 'message', 'point', 'future', 'experience', 'god', 'people', 'graphically', 'described', 'force', 'church', 'thinking', 'relied', 'own_strength', 'wisdom', 'excuse', 'decline', 'looking', 'jesus', 'help', 'opened', 'bible', 'spoke', 'great', 'freedom', 'clearness', 'eph', 'brother', 'sister', 'come', 'different_churches', 'house', 'worship', 'crowded', 'gallery', 'seat', 'placed', 'aisle', 'number', 'obtain', 'seat', 'own_soul', 'strengthened', 'refreshed', 'dwelling', 'gracious', 'promise', 'god', 'watering', 'own_soul', 'watered', 'cunning', 'scheme', 'opened', 'danger', 'pointed', 'condition', 'success', 'plain', 'needed', 'warning', 'given', 'step', 'step', 'mind', 'carried', 'forward', 'great', 'culmination', 'earthly', 'history', 'work', 'spiritualism', 'connection', 'popular', 'religion', 'day', 'popery', 'brought', 'view', 'step', 'taken', 'direction', 'clear', 'work', 'government', 'country', 'catholicism', 'old_world', 'preparation', 'great_conflict', 'given', 'struggle', 'god', 'people', 'pervadins', 'darkness', 'form', 'error', 'final_triumph', 'love', 'obey', 'truth', 'closing', 'event', 'world', 'history', 'depicted', 'powerful', 'manner', 'seen', 'equal', 'description', 'outside', 'bible', 'stir', 'soul', 'powerful', 'emotion', 'bringing', 'eternal', 'thing', 'near', 'giving', 'mind', 'vivid', 'conception', 'closing', 'event', 'great_controversy', 'good', 'evil', 'series', 'form', 'valuable', 'commentary', 'prophetic_word', 'grouping', 'connected', 'view', 'scattered', 'expression', 'holy', 'writ', 'relating', 'end', 'earthly', 'thing', 'single', 'chapter', 'book', 'invaluable', 'origin', 'evil', 'rebellion', 'satan', 'heaven', 'dealing', 'god', 'problem', 'unfathomable', 'greatest', 'mind', 'page', 'light', 'shed', 'subject', 'led', 'admire', 'wisdom', 'god', 'clearly', 'discern', 'character', 'evil', 'importance', 'plan', 'salvation', 'nature', 'sin', 'importance', 'necessity', 'god', 'law', 'mercy', 'god', 'greatness', 'christ', 'love', 'set', 'word', 'truth', 'soberness', 'clearness', 'great_power', 'read', 'volume', 'better', 'volume', 'person', 'write', 'special_help', 'god', 'value', 'measured', 'dollar', 'cent', 'earnestly', 'advise', 'own_people', 'procure', 'urge', 'circulate', 'gladly', 'read', 'intelligent', 'highly', 'educated', 'land', 'exalt', 'truth', 'importance', 'work', 'let', 'circulated', 'obtained', 'sign', 'office', 'oakland', 'cal', 'depository', 'tract', 'society', 'otsego', 'meeting', 'appointment', 'sister', 'white', 'sabbath', 'morning', 'clock', 'met']
root - INFO - extracting file #96500: 2017-04-Final-Corpus/RH18850804-V62-31-page14.txt
root - INFO - extracting file #97000: 2017-04-Final-Corpus/RH18860406-V63-14-page6.txt
root - INFO - ['icart', 'nrietim', 'blessed', 'sow', 'water', 'isa', 'true', 'tuou', 'true', 'thyself', 'thou', 'truth', 'wouldst', 'teach', 'thy', 'soul', 'overflow', 'thou', 'soul', 'wouldst', 'reach', 'need', 'overflow', 'heart', 'lip', 'speech', 'think', 'truly', 'thy', 'thought', 'shall', 'world', 'famine', 'feed', 'speak', 'truly', 'word', 'thine', 'shall', 'fruitful', 'seed', 'live', 'truly', 'thy_life', 'shall', 'great', 'noble', 'creed', 'iforatius', 'bonar', 'tennessee', 'tract', 'society', 'report', 'quarter', 'ending', 'dec', 'review', 'alv', 'herald', 'tvol', 'member', 'report', 'returned', 'member', 'added', 'missionary', 'visit', 'letter', 'written', 'sign', 'taken', 'club', 'month', 'city', 'mission', 'work', 'faith', 'worker', 'making', 'way', 'best', 'family', 'recommend', 'friend', 'attend', 'fear', 'trembling', 'usually', 'come', 'heart', 'joy', 'week', 'bible', 'reading', 'held', 'donation', 'mission', 'sale', 'subscription', 'connection', 'reading', 'nearly', 'rent', 'month', 'accommodate', 'worker', 'additional', 'expense', 'new_subscriptions', 'obtained', 'tract', 'pamphlet', 'loaned', 'given', 'away', 'sold', 'periodical', 'distributed', 'cash', 'received', 'book_sales', 'periodical', 'dortor', 'sec', 'wisconsin', 'tract', 'society', 'quarter', 'ending', 'dec', 'member', 'report', 'returned', 'member', 'added', 'dismissed', 'missionary', 'visit', 'letter', 'written', 'sign', 'taken', 'club', 'renewal', 'new_subscriptions', 'evans', 'tntion', 'tamed', 'tract', 'pamphlet', 'distributed', 'periodical', 'distributed', 'bible', 'reading', 'held', 'cash', 'received', 'sale', 'membership', 'donation', 'periodical', 'canvassing', 'fund', 'fund', 'english', 'mission', 'international', 'tract', 'society', 'german', 'mission', 'australian', 'mission', 'academy', 'european', 'seandinavian', 'mission', 'mary', 'thurston', 'central', 'european', 'mission', 'following', 'correspondence', 'recently', 'held', 'brother', 'france', 'received', 'truth', 'reading', 'signes', 'pastor', 'believe', 'reader', 'review', 'brother', 'received', 'truth', 'true', 'missionary', 'spirit', 'gone', 'work', 'earnestly', 'truth', 'following', 'quotation', 'letter', 'mean', 'tract', 'uted', 'feeble', 'exhortation', 'person', 'member', 'family', 'decided', 'commandment', 'god', 'acknowledge', 'incontestible', 'truth', 'rest', 'sabbath', 'lord', 'worldly', 'doubtless', 'difference', 'opinion', 'family', 'obeying', 'god', 'god', 'grant', 'recognize', 'importance', 'observance', 'day', 'later', 'letter', 'recently', 'visited', 'locality', 'scattered', 'tract', 'journal', 'mean', 'mean', 'conversation', 'printed', 'matter', 'given', 'rise', 'thousand', 'person', 'heard', 'truth', 'number', 'acknowledge', 'truth', 'nearly', 'connected', 'free', 'church', 'church', 'having', 'great', 'awakening', 'mountain', 'fear', 'hinder', 'work', 'god', 'direction', 'acknowledglug', 'sabbat', 'keeper', 'hope', 'god', 'help', 'understand', 'best', 'way', 'work', 'obey', 'correspondence', 'good', 'illustration', 'religious_teachers', 'case', 'endeavor', 'control', 'religious_belief', 'charge', 'fact', 'circumstance', 'courage', 'obey', 'conviction', 'truth', 'presented', 'god', 'understand', 'clergyman', 'state', 'called', 'speak', 'time', 'congregation', 'subject', 'portland', 'press', 'leading', 'republican', 'daily', 'state', 'course', 'exerts', 'wide', 'influence', 'present', 'following', 'abstract', 'came', 'morning', 'congress', 'square', 'church', 'yesterday', 'morning', 'pastor', 'rev', 'henry', 'blanchard', 'sabbath', 'maine', 'portland', 'clergyman', 'said', 'yesterday', 'sermon', 'observance', 'sunday', 'reason', 'better', 'keeping', 'day', 'portland', 'itie', 'press', 'march', 'accordance', 'vote', 'ministerial', 'association', 'clergyman', 'portland', 'preached', 'yesterday', 'better', 'observance', 'sundya', 'nation', 'honest_souls', 'lacking', 'integrity', 'truth', 'better', 'example', 'moral_courage', 'shown', 'knowledge', 'truth', 'receive', 'reading', 'association', 'like', 'faith', 'firmly', 'decide', 'obey', 'conviction', 'stand', 'commandmeats', 'god', 'messrs', 'editor', 'brother', 'christ', 'feel', 'duty', 'lord', 'acquainted', 'letter', 'received', 'pastor', 'thinking', 'judge', 'proper', 'insert', 'esteemed', 'journal', 'use', 'reader', 'like', 'interested', 'know', 'incontestible', 'truth', 'sevent', 'day', 'sabbath', 'rest', 'time', 'trembling', 'foundation', 'repose', 'sanctification', 'day', 'week', 'letter', 'received', 'conversation', 'pastor', 'sabbath', 'vir', 'dear', 'friend', 'thought', 'day', 'past', 'like', 'little', 'barren', 'discussion', 'profit', 'edification', 'serve', 'plunge', 'deeper', 'sabbatic', 'notion', 'talk', 'fraternally', 'understand', 'feeling', 'condition', 'soul', 'conceal', 'personally', 'regretted', 'entangled', 'way', 'seen', 'man', 'pious', 'zealous', 'founded', 'great', 'hope', 'said', 'man', 'strength', 'pastor', 'aid', 'sunda', 'school', 'speak', 'pray', 'meeting', 'establish', 'country', 'understand', 'considering', 'idea', 'received', 'idea', 'christian_church', 'presence', 'element', 'confusion', 'meetine', 'speak', 'permit', 'ask', 'question', 'ave', 'progress', 'sabbatist', 'know', 'sustain', 'discussion', 'friend', 'such_times', 'doubt', 'somewhat', 'stirred', 'believe', 'discussion', 'bring', 'nearer', 'god', 'think', 'seriously', 'knee', 'tell', 'frankly', 'liberty', 'pastor', 'fear', 'evil', 'way', 'seeking', 'own_righteousness', 'righteousness', 'christ', 'fear', 'obeyed', 'unworthy', 'feeling', 'pride', 'setting', 'judge', 'church', 'universal', 'desiring', 'change', 'day', 'year', 'church', 'universal', 'set', 'apart', 'worshiping', 'lord', 'think', 'agreeable', 'god', 'fold', 'arm', 'day', 'week', 'work', 'sunday', 'offense', 'brother', 'better', 'wound', 'affection', 'respect', 'scruple', 'believe', 'false', 'contrary', 'gospel', 'wish', 'having', 'reflected', 'prayed', 'matter', 'know', 'ought', 'wish', 'throw', 'signes', 'temp', 'time', 'deny', 'reading', 'old_testament', 'illy', 'understand', 'letting', 'little', 'horn', 'prophecy', 'daniel', 'journal', 'interprets', 'according', 'fancy', 'read', 'gospel', 'humbly', 'seeking', 'lay', 'hold', 'grace', 'jesus', 'faith', 'little', 'child', 'offended', 'write', 'seek', 'disagreeable', 'remark', 'pleasure', 'making', 'believe', 'right_way', 'write', 'reply', 'sent', 'author', 'letter', 'dear', 'sir', 'pastor', 'according', 'injunction', 'peter', 'pet', 'response', 'question', 'asked', 'letter', 'having', 'opportunity', 'reply', 'verbally', 'feel', 'duty', 'write', 'concorning', 'profession', 'faith', 'asking', 'god', 'sincerity', 'humility', 'need', 'answer', 'true', 'servant', 'christ', 'supported', 'own_words', 'asketh', 'receiveth', 'eatt', 'grateful', 'havm', 'written', 'seeing', 'believe', 'error', 'desire', 'know', 'state', 'soul', 'faith', 'believe', 'men', 'nature', 'condemnation', 'law', 'god', 'sinned', 'rom', 'christ', 'came', 'world', 'curse', 'shall', 'believe', 'saviour', 'shall', 'strive', 'aid', 'spirit', 'live', 'according', 'shall', 'reap', 'resurrection', 'sown', 'world', 'luke', 'believe', 'ought', 'love', 'god', 'loved', 'best', 'proof', 'love', 'commandment', 'john', 'declares', 'come', 'abolish', 'matt', 'law', 'precept', 'god', 'wrote', 'table', 'stone', 'common', 'mosaic', 'rite', 'paul', 'declares', 'nailed', 'cross', 'having', 'examined', 'recognized', 'truth', 'like', 'passage', 'believe', 'impossible', 'true', 'servant', 'god', 'larger', 'place', 'institution', 'church', 'given', 'nearly', 'year', 'resurrection', 'saviour', 'fitly', 'admit', 'letter', 'pure', 'word', 'god', 'commanded', 'add', 'nothbig', 'away', 'deut', 'rev', 'sacred', 'word', 'precept', 'day', 'shalt_thou_labor', 'thy_work', 'seventh', 'day', 'sabbath', 'lord_thy', 'god', 'kept', 'sabbath', 'ask', 'sincerity', 'known', 'grace', 'god', 'letter', 'question', 'answer', 'present', 'lack', 'space', 'promise', 'later', 'desire', 'accusation', 'bring', 'leave', 'judge', 'justly', 'permitted', 'ask', 'conclusion', 'better', 'understand', 'old_testament', 'refusing', 'read', 'conform', 'word', 'christ', 'said', 'search', 'scripture', 'john', 'prophecy', 'daniel', 'illy', 'interpreted', 'signes', 'temp', 'intepretation', 'order', 'bible', 'hand', 'truth', 'lie', 'time', 'follow', 'asking', 'god', 'great', 'error', 'believed', 'close', 'letter', 'thank', 'humbly', 'kindness', 'pray', 'accept', 'christian', 'regard', 'whitney', 'louis', 'mission', 'spiritual', 'progress', 'clergy', 'city', 'agreed', 'better', 'observance', 'sunday', 'union', 'point', 'prominent', 'rev', 'daniel', 'took', 'text', 'isa', 'kindred', 'text', 'aimed', 'abuse', 'sabbath', 'usually', 'termed', 'pleasure', 'prostitution', 'business', 'word', 'pleasure', 'proper', 'idea', 'busmess', 'prophet', 'aimed', 'avarice', 'people', 'exacting', 'servant', 'labor', 'teaching', 'signes', 'temp', 'vail', 'hid', 'holy', 'scripture', 'lifted', 'copsequently', 'better', 'condition', 'god', 'aid', 'spirit', 'understanding', 'better', 'permit', 'remark', 'false', 'scruple', 'obedience', 'commandment', 'god', 'time', 'idea', 'christian_church', 'apostle', 'observed', 'sabbath', 'act', 'christian', 'lived', 'century', 'era', 'ptrta', 'preached', 'sermon', 'better', 'observance', 'unnday', 'text', 'forsaking', 'assembling', 'manner', 'word', 'verse', 'chapter', 'hebrew', 'blanchard', 'aave', 'account', 'way', 'united', 'preaching', 'nearly', 'pastor', 'city', 'important', 'theme', 'arose', 'said', 'confine', 'line', 'thought', 'union', 'main', 'point', 'clergy', 'agrgee', 'seen', 'observes']
root - INFO - extracting file #97500: 2017-04-Final-Corpus/RH18861130-V63-47-page7.txt
root - INFO - extracting file #98000: 2017-04-Final-Corpus/RH18870726-V64-30-page10.txt
root - INFO - ['round', 'tot', 'tioga', 'commenced', 'meeting', 'tent', 'friday', 'evening', 'july', 'congregation', 'far', 'range', 'fifty', 'good_attention', 'paid', 'word', 'spoken', 'feel', 'lord', 'hope', 'soul', 'reached', 'brought', 'knowledge', 'present', 'truth', 'peabody', 'russell', 'williamsport', 'held', 'meeting', 'city', 'tent', 'filled', 'service', 'healthy', 'growing', 'invitation', 'visit', 'people', 'home', 'time', 'accept', 'cash', 'donation', 'plenty', 'provision', 'pray', 'god', 'seed', 'fall', 'soil', 'bring', 'forth', 'fruit', 'watseka', 'quarterly', 'meeting', 'dist', 'ill', 'held', 'place', 'present', 'brother', 'sister', 'gibson', 'onarga', 'pittwood', 'anne', 'state_agent', 'aided', 'preaching', 'giving', 'instruction', 'canvassing', 'attendance', 'small', 'good_spirit', 'earnest_desire', 'blessing', 'god', 'prevailed', 'truly', 'felt', 'presence', 'god', 'near', 'sister', 'brother', 'received', 'light', 'missionary_labor', 'present', 'deciding', 'sabbath', 'meeting', 'meeting', 'held', 'week', 'appointed', 'watseka', 'society', 'young_lady', 'young_man', 'decided', 'devote', 'whole_time', 'cause', 'god', 'nearness', 'end', 'urgent', 'necessity', 'zealous', 'improving', 'short_time', 'remaining', 'spiritual', 'gift', 'missionary', 'work', 'tithing', 'sentinel', 'christian_temperance', 'subject', 'considered', 'vol', 'tress', 'tilt', 'amt', 'goeth', 'forth', 'weepeth', 'bearing', 'precious_seed', 'shall', 'doubt', 'pitched', 'tent', 'marion', 'commenced', 'meeting', 'june', 'continued', 'july', 'town', 'thoroughly', 'canvassed', 'publication', 'people', 'decision', 'stay', 'away', 'argument', 'freely', 'result', 'meeting', 'left', 'small_company', 'earnest', 'soul', 'country', 'good_attendance', 'meeting', 'held', 'increasing', 'village', 'consists', 'inhabitant', 'people', 'attend', 'surrounding', 'village', 'friendly', 'anxious', 'hear', 'pray', 'harvest', 'soul', 'fes', 'come', 'rejoicing', 'bringing', 'sheaf', 'gathering', 'sheaf', 'saunders', 'winona', 'month', 'ago', 'allen_moon', 'bible', 'worker', 'canvasser', 'opened', 'temporary', 'mission', 'place', 'people', 'afraid', 'worker', 'little', 'short', 'acquaintance', 'work', 'opened', 'favorably', 'family', 'sending', 'worker', 'hold', 'reading', 'home', 'immediately', 'camp', 'meeting', 'work', 'resumed', 'abatement', 'reading', 'held', 'person', 'july', 'pitched', 'tent', 'began', 'meeting', 'meeting', 'held', 'attendance', 'apparently', 'reliable', 'attendant', 'interested', 'bible', 'work', 'ripe', 'message', 'hope', 'good_results', 'hoesen', 'kasorra', 'june', 'july', 'church', 'located', 'farming', 'community', 'half', 'mile', 'village', 'came', 'directly', 'good', 'camp', 'meeting', 'discouraged', 'condition', 'removal', 'trial', 'departure', 'faith', 'weakened', 'number', 'held', 'social_meetings', 'long_time', 'sabbath', 'school_work', 'kept', 'alive', 'late', 'holding', 'sunday', 'evening', 'bible', 'reading', 'spoke', 'seventeen', 'time', 'discourse', 'practical', 'subject', 'confine', 'altogether', 'teaching', 'principle', 'health', 'doe', 'best', 'especially', 'need', 'deeper', 'christian_experience', 'instruction', 'encouragemenat', 'practical', 'duty', 'christian', 'life', 'held', 'meeting', 'making', 'thirty', 'visit', 'obtained', 'order', 'good_health', 'review', 'health', 'temperance_society', 'member', 'organized', 'joining', 'faith', 'signed', 'teetotal', 'pledge', 'aged', 'sister', 'seventy', 'year', 'signed', 'pledge', 'giving', 'tea', 'reader', 'use', 'article', 'likewise', 'young_people', 'good', 'start', 'signed', 'covenant', 'sabbath', 'school', 'received', 'share', 'attention', 'brother', 'voted', 'commence', 'maintain', 'sabbath', 'worship', 'far', 'temp', 'ranee', 'society', 'decided', 'hold', 'monthly', 'meeting', 'bible', 'health', 'reading', 'good_health', 'important_part', 'exercise', 'spoke', 'twice', 'village', 'subject', 'temperance', 'occupying', 'presbyterian', 'house', 'worship', 'close', 'trustee', 'offered', 'use', 'house', 'time', 'desire', 'leave', 'brother', 'encouraged', 'mankato', 'earnestly', 'hope', 'blessing', 'god', 'july', 'phelps', 'sheaf', 'prince', 'lle', 'ill', 'tendance', 'good', 'good', 'july', 'matteson', 'july', 'meeting', 'district', 'best', 'meeting', 'held', 'charles', 'sturdevant', 'paul', 'glios', 'july', 'oscar', 'cox', 'kansa', 'eld', 'santee', 'john', 'gibbs', 'kaelocii', 'goeth', 'forth', 'weepeth', 'bearing', 'precious_seed', 'shall', 'doubtless', 'come', 'rejoicing', 'bringing', 'sheaf', 'north', 'dakota', 'hard', 'life', 'duty', 'gather', 'golden', 'grain', 'lisbon', 'july', 'came', 'place', 'getting', 'free_use', 'nice', 'shady', 'grove', 'pitched', 'tent', 'commenced', 'meeting', 'july', 'far', 'given', 'discourse', 'increased', 'beginning', 'people', 'friendly', 'supply', 'temporal', 'want', 'bro', 'reed', 'canvassing', 'thought', 'daniel', 'revelation', 'lord', 'blessing', 'labor', 'effort', 'place', 'valuable', 'book', 'people', 'know', 'present', 'people', 'stand', 'testing', 'truth', 'mesgage', 'hope', 'god', 'people', 'separate', 'world', 'oft', 'grape', 'beauty', 'pressed', 'wine', 'pain', 'treading', 'weary', 'distance', 'climbing', 'mountain', 'steep', 'bearing', 'assistance', 'turn', 'aside', 'weep', 'cheering', 'bowed', 'sorrow', 'light', 'hope', 'fled', 'telling', 'glad', 'morrow', 'christ', 'shall', 'awake', 'dead', 'cheering', 'lone', 'dreary', 'comforting', 'grieve', 'oftentimes', 'grow', 'weascgathering', 'sheaf', 'life', 'dreary', 'drip', 'november', 'rain', 'life', 'sin', 'weary', 'heart', 'dead', 'pain', 'hand', 'heavenward', 'reaching', 'eye', 'watch', 'wait', 'earnest', 'preaching', 'open', 'pearly', 'gate', 'toil', 'highway', 'wlariness', 'pain', 'glean', 'hedge', 'byway', 'head', 'golden', 'grain', 'toil', 'strength', 'given', 'till', 'dim', 'shadowy', 'eve', 'enter', 'bliss', 'heaven', 'laden', 'gathered', 'sheaf', 'grow', 'weary', 'hot', 'day', 'long', 'way', 'rough', 'dreary', 'toil', 'reaper', 'throng', 'burden', 'care', 'bound', 'dust', 'way', 'deep', 'brother', 'falling', 'weary', 'fall', 'asleep', 'burden', 'serve', 'pillow', 'rest', 'till', 'day', 'neath', 'cypress', 'willow', 'wait', 'lord', 'come', 'toiling', 'yearning', 'coming', 'eve', 'harvest', 'lord', 'returning', 'garner', 'gathered', 'pray', 'work', 'chaffee', 'northern', 'europe', 'conference', 'northern', 'europe', 'greater', 'brought', 'greater', 'blessing', 'year', 'previous_year', 'camp', 'meeting', 'held', 'norway', 'sweden', 'added', 'greatly', 'great_privilege', 'attend', 'conference', 'denmark', 'sick', 'great', 'mercy', 'wilson', 'proximate', 'review', 'faithful', 'god', 'earnest_prayers', 'brother', 'received', 'strength', 'attend', 'contrary', 'expectation', 'enabled', 'labor', 'meeting', 'usual', 'white', 'brother', 'olsen', 'present', 'took', 'active_part', 'meeting', 'lord', 'blessed', 'effort', 'greatly', 'heart', 'strengthened', 'encouraged', 'influence', 'meeting', 'long', 'blessing', 'soul', 'moss', 'brother', 'norway', 'met', 'time', 'conference', 'european', 'council', 'met', 'council', 'encouraged', 'seen', 'field', 'open', 'truly', 'field', 'white', 'harvest', 'sweden', 'large_tent', 'secured', 'place', 'people', 'manifested', 'greater', 'willingnets', 'attend', 'meeting', 'brother', 'prejudiced', 'tent_meetings', 'prejudice', 'gone', 'tent', 'crowded', 'people', 'time', 'day', 'listened', 'attentively', 'word', 'spoken', 'colporters', 'present', 'way', 'respective', 'field', 'good_courage', 'seventeen', 'sustained', 'percentage', 'allowed', 'sale', 'prospect', 'sixteen', 'seventeen', 'attend', 'mission_school', 'winter', 'continuing', 'tent_meetings', 'stockholm', 'far', 'attended', 'obtained', 'subscription', 'may_god', 'help', 'dear_ones', 'mccutchen', 'pennsylvania', 'illinois', 'nebraska', 'raymond', 'robinson', 'connell', 'eld', 'hoopes', 'april', 'signed', 'covenant', 'think', 'soon', 'held', 'quarterly', 'meeting', 'good_courage', 'lord', 'came', 'near', 'melted', 'tear', 'hope', 'hold', 'faithful', 'end', 'sabbath', 'school', 'roll', 'church', 'report', 'spent', 'time', 'erie', 'crawford', 'county', 'laboring', 'church', 'scattered', 'seven', 'baptized', 'organized', 'sabbathschool', 'member', 'bro', 'baker', 'labored', 'account', 'sickness', 'family', 'called', 'home', 'kept', 'field', 'week', 'camp_meeting', 'salamanca', 'held', 'quarterly', 'meeting', 'bear', 'lake', 'waterford', 'edinborough', 'meeting', 'refreshing', 'season', 'trust', 'good', 'received', 'fresh', 'baptism', 'spirit', 'dark', 'cloud', 'driven', 'away', 'new_courage', 'taking', 'place', 'heart', 'july', 'tent', 'pitched', 'village', 'albion', 'meeting', 'held', 'evening', 'chicago', 'sheridan', 'returning', 'state', 'camp', 'meeting', 'attended', 'quarterly', 'meeting', 'church', 'sabbath', 'july', 'spoke', 'scandinavian', 'brother', 'west', 'prof', 'prescott', 'spoke', 'afternoon', 'place', 'american', 'church', 'ordinance', 'celebrated', 'evening', 'spirit', 'lord', 'present', 'good', 'good', 'pleasant', 'brother', 'dwell', 'unity', 'work', 'city', 'advancing', 'need', 'room', 'better', 'facility', 'order', 'carry', 'work', 'successfully', 'shall', 'come', 'help', 'day', 'spent', 'sheridan', 'windom', 'marion', 'camp', 'meeting', 'spent', 'sabbath', 'sunday', 'church', 'windom', 'addition', 'church', 'baptized', 'the_review_and_herald', 'ior', 'leader', 'organized', 'sabbath', 'school', 'felt', 'labor', 'entirely', 'fruitless', 'july', 'commandment', 'gleason', 'weakly', 'came', 'place', 'july', 'began', 'meeting', 'minister', 'warned', 'people', 'remain', 'away', 'meeting', 'come', 'large', 'crowd', 'hear', 'truth', 'day', 'signified', 'intention', 'sabbath', 'given', 'discourse', 'held', 'public', 'bible', 'reading', 'numerous', 'reading', 'family', 'nearly', 'acknowledge', 'truth', 'tried', 'plan', 'pre', 'sabbath', 'question', 'soon', 'intsreontdiunced', 'papacy', 'enabled', 'sabbath', 'large', 'crowd', 'explaining', 'prophecy', 'tennessee', 'like', 'plan', 'courage', 'marvin', 'finch', 'texas', 'hapel', 'meeting', 'place', 'closed', 'evening', 'mosth', 'excellent_meeting', 'sabbath', 'time', 'stay', 'moistened', 'eye', 'flowing', 'tear', 'showed', 'presence', 'god', 'spirit', 'think', 'adult', 'present', 'came', 'forward', 'expressed', 'determination', 'lead', 'bette', 'life', 'past', 'seventeen', 'leave', 'signedthe', 'covenant', 'andwe', 'satisfied', 'keeping', 'sabbath', 'kept', 'away', 'sickness', 'know', 'section', 'keeping', 'sabbath', 'came', 'spring', 'regular', 'sabbath', 'meeting', 'attend', 'camp', 'meeting', 'book', 'sale', 'white', 'minnesota']
root - INFO - extracting file #98500: 2017-04-Final-Corpus/RH18880306-V65-10-page7.txt
root - INFO - extracting file #99000: 2017-04-Final-Corpus/RH18881106-V65-44-page5.txt
root - INFO - ['nov', 'advent', 'review', 'sabbath', 'herald', 'bona', 'plant', 'grown', 'youth', 'imighters', 'corneretoneal', 'uollnhed', 'etruilltude', 'pity', 'pallet', 'tan', 'santre', 'somamutts', 'grow', 'tenderly', 'sober', 'look', 'face', 'defied', 'sorrow', 'world', 'strew', 'path', 'prodigal', 'child', 'think', 'pain', 'trouble', 'attend', 'pathway', 'sin', 'sadness', 'year', 'redouble', 'entered', 'think', 'sorrow', 'unspoken', 'fallen', 'long', 'light', 'sad', 'eye', 'heart', 'broken', 'tear', 'kept', 'sight', 'pleasure', 'end', 'sorrow', 'sadness', 'fade', 'sway', 'hope', 'brighter', 'morrow', 'banish', 'care', 'today', 'bosom', 'grows', 'tender', 'pity', 'ponder', 'woe', 'world', 'think', 'jasper', 'walled', 'city', 'banner', 'peace', 'unfurled', 'think', 'saviour', 'seeing', 'ill', 'nature', 'loving', 'long', 'ago', 'street', 'judea', 'carried', 'sorrow', 'men', 'saviour', 'struggle', 'mid', 'sorrow', 'loss', 'tell', 'sinful', 'behavior', 'caused', 'die', 'cross', 'plead', 'heart', 'hardened', 'tell', 'saviour', 'said', 'come', 'accept', 'grace', 'pardoned', 'rest', 'gladness', 'home', 'friotion', 'oil', 'oan', 'quarrel', 'pour', 'oil', 'blessed', 'peace', 'maker', 'oil', 'rarer', 'emergency', 'everybody', 'gift', 'putting', 'oil', 'spot', 'grate', 'day', 'quarrel', 'occur', 'oil', 'blessed', 'taffy', 'wanted', 'day', 'everybody', 'universal', 'sweetness', 'social', 'domestic', 'life', 'husband', 'come', 'home', 'wife', 'tired', 'hot', 'day', 'work', 'chamber', 'kitchen', 'little', 'taffy', 'pleasant', 'thing', 'praise', 'sometiliing', 'tell', 'nice', 'bread', 'better', 'baker', 'ketchup', 'best', 'house', 'looked', 'sweet', 'restful', 'came', 'leisure', 'evening', 'tell', 'prize', 'pleasant', 'home', 'good', 'smile', 'come', 'pahoe', 'prtneevitte', 'benevolent', 'contribution', 'regarded', 'chore', 'taffy', 'independent', 'imagination', 'story', 'told', 'power', 'imagination', 'murderer', 'condemned', 'die', 'physician', 'obtained', 'permission', 'try', 'experiment', 'told', 'prisoner', 'execution', 'private', 'instead', 'public', 'death', 'painless', 'took', 'blindfolded', 'room', 'laid', 'table', 'little', 'faucet', 'water', 'corner', 'thought', 'bled', 'death', 'heard', 'doctor', 'talked', 'bleeding', 'turned', 'water', 'thought', 'blood', 'dropping', 'man', 'actually', 'died', 'having', 'lost', 'drop', 'blood', 'simply', 'imagined', 'dying', 'story', 'imagination', 'person', 'sick', 'told', 'certain', 'buckland', 'gave', 'dinner', 'day', 'dissecting', 'mississippi', 'alligator', 'invited', 'distinguished', 'people', 'dine', 'table', 'elegantly', 'set', 'meal', 'commenced', 'excellent', 'soup', 'like', 'soup', 'asked', 'doctor', 'guest', 'good', 'answered', 'gentleman', 'turtle', 'doctor', 'shook', 'head', 'think', 'somewhat', 'musky', 'taste', 'said', 'unpleasant', 'peculiar', 'alligator', 'replied', 'host', 'cayman', 'peculiarly', 'fellow', 'dissected', 'morning', 'diner', 'turned', 'pale', 'rushed', 'room', 'imagination', 'said', 'buckland', 'remained', 'told', 'turtle', 'terrapin', 'bird', 'nest', 'soup', 'pronounced', 'excellent', 'digestion', 'worse', 'alligator', 'asked', 'lady', 'soup', 'good', 'calf', 'head', 'wore', 'coronet', 'replied', 'doctor', 'people', 'lost', 'good', 'dinner', 'yielding', 'effect', 'imagination', 'lose', 'year', 'happiness', 'helpfulness', 'imagining', 'sick', 'lie', 'bed', 'little', 'alba', 'body', 'imagination', 'diseased', 'selected', 'man', 'mind', 'own_business', 'constantly', 'attends', 'time', 'employed', 'religious', 'chore', 'unlucky', 'habit', 'giving', 'tenth', 'income', 'said', 'gentleman', 'wish', 'father', 'brought', 'feel', 'comfortable', 'stop', 'good', 'doe', 'giving', 'church', 'going', 'bible', 'reading', 'private', 'family', 'prayer', 'eye', 'ilim', 'seeth', 'man', 'seeth', 'standard', 'word', 'intended', 'reflect', 'undoubtedly', 'wise', 'right', 'principle', 'religious', 'habit', 'adhered', 'accompanied', 'warmth', 'feeling', 'like', 'point', 'emphasized', 'thoughtless', 'irreverence', 'sin', 'meaning', 'christian', 'allowing', 'formality', 'meaningless', 'habit', 'place', 'real', 'heart', 'worship', 'earnest', 'seeking', 'spiritual', 'light', 'let', 'cut', 'short', 'prayer', 'bible', 'reading', 'religious', 'conversation', 'undertake', 'heart', 'earnestness', 'feeling', 'thoughtfulness', 'capable', 'god', 'doe', 'want', 'tag', 'end', 'time', 'thought', 'heart', 'true', 'worship', 'demand', 'active', 'exercise', 'faculty', 'brain', 'heart', 'people', 'think', 'pray', 'church', 'read', 'bible', 'boot', 'dose', 'medicine', 'necessary', 'operation', 'undergone', 'involving', 'thought', 'feeling', 'case', 'good', 'bible', 'able', 'repeat', 'verbatim', 'daily', 'life', 'good', 'beautiful', 'church', 'liturgy', 'uttering', 'heart', 'god', 'good', 'hour', 'prayer', 'earnestly', 'long', 'ask', 'reverently', 'realize', 'sacredness', 'addressing', 'father', 'sabbath', 'service', 'bible', 'reading', 'alms', 'giving', 'prayer', 'engaged', 'thoughtfully', 'earnestly', 'showing', 'effect', 'daily', 'life', 'abomination', 'sight', 'lord', 'jew', 'old', 'religion', 'time', 'vast', 'ceremonial', 'chore', 'uttered', 'burning', 'word', 'offer', 'burnt', 'ofietings', 'meat', 'offering', 'accept', 'regard', 'peace', 'offering', 'fat', 'beast', 'thou', 'away', 'noise', 'thy', 'song', 'hear', 'melody', 'thy', 'viol', 'lot', 'judgment', 'run', 'water', 'righteousness', 'mighty', 'stream', 'delia', 'lyman', 'christian_union', 'reading', 'life', 'master', 'gunnery', 'struck', 'remark', 'household', 'family', 'prayer', 'looked', 'chore', 'denied', 'household', 'true', 'heard', 'question', 'chapter', 'leave', 'yesterday', 'question', 'member', 'family', 'answer', 'dot', 'heard', 'wifely', 'counsel', 'read', 'short', 'psalm', 'morning', 'john', 'day', 'john', 'gallop', 'shortest', 'psalm', 'prayer', 'follows', 'busy', 'housewife', 'mind', 'absorbed', 'plane', 'duty', 'day', 'amen', 'arises', 'unconscious', 'real', 'souse', 'relief', 'free', 'truly', 'horrified', 'statement', 'case', 'plain', 'word', 'like', 'christian', 'eye', 'open', 'fact', 'turning', 'beautiful', 'sacred', 'rite', 'hollow', 'sham', 'mockery', 'true', 'regard', 'blessing', 'asked', 'ninny', 'christian', 'table', 'dined', 'good', 'christian', 'deacon', 'moment', 'seated', 'asked', 'second', 'blessing', 'unconscious', 'asked', 'occasion', 'horrified', 'tell', 'blessing', 'asked', 'suppose', 'disgraceful', 'experience', 'unique', 'sonic', 'people', 'religious', 'chore', 'habit', 'daily', 'reading', 'bible', 'minute', 'ago', 'asked', 'ono', 'girl', 'divested', 'party', 'dress', 'late', 'hour', 'ono', 'evening', 'reading', 'ton', 'verse', 'bible', 'feel', 'comfortable', 'went', 'night', 'wore', 'remember', 'hurry', 'bed', 'read', 'hastily', 'young', 'minister', 'said', 'long', 'ago', 'ono', 'good', 'thing', 'week', 'stopped', 'man', 'reading', 'chapter', 'bible', 'night', 'moan', 'exclaimed', 'astonishment', 'idea', 'read', 'day', 'kept', 'kind', 'fetish', 'habit', 'acquired', 'early', 'child', 'hood', 'certainly', 'good', 'habit', 'expostulated', 'assuredly', 'assented', 'young_man', 'needed', 'aroused', 'sense', 'idle', 'folly', 'reading', 'reflection', 'study', 'far', 'better', 'read', 'verse', 'day', 'week', 'thought', 'verse', 'mind', 'life', 'read', 'book', 'day', 'way', 'assent', 'religious', 'chore', 'sad', 'people', 'priftte', 'prayer', 'got', 'sleep', 'mockery', 'hurriedly', 'repeated', 'stereotyped', 'prayer', 'said', 'prayed', 'tired', 'longing', 'rest', 'long', 'daily', 'form', 'word', 'mumbledthrough', 'accompaniment', 'oft', 'ter', 'irrelevant', 'thought', 'infinitely', 'acceptable', 'loving', 'father', 'know', 'child', 'human', 'frailty', 'single', 'petition', 'heart', 'wife', 'doe', 'good_man', 'come', 'home', 'weary', 'burdened', 'exhausted', 'cross', 'glad', 'home', 'exundemonstrative', 'silent', 'meet', 'sweet', 'welcome', 'pleasant', 'men', 'love', 'appreciated', 'flattered', 'tell', 'kind', 'thing', 'somebody', 'said', 'tell', 'admire', 'sit', 'hand', 'tell', 'love', 'afraid', 'overdoing', 'like', 'told', 'loved', 'saying', 'truer', 'great', 'deal', 'better', 'cultivate', 'love', 'warm', 'expression', 'blight', 'frost', 'pretty', 'big', 'reality', 'stuff', 'happiness', 'feed', 'doe', 'religious', 'chore', 'going', 'church', 'claimed', 'lady', 'return', 'church', 'idea', 'minister', 'prayer', 'tedious', 'begin', 'enjoy', 'sunday', 'asked', 'visitor', 'consider', 'wicked', 'stay', 'away', 'church', 'positively', 'ill', 'think', 'staying', 'away', 'taffy']
root - INFO - extracting file #99500: 2017-04-Final-Corpus/RH18890618-V66-25-page9.txt
root - INFO - extracting file #100000: 2017-04-Final-Corpus/RH18900204-V67-05-page5.txt
root - INFO - ['feb', 'advent', 'review', 'sabbath', 'herald', 'look', 'error', 'long', 'declared', 'man', 'nature', 'immortal', 'unconditionally', 'notwithstanding', 'bible', 'insists', 'god', 'hath', 'immortality', 'tim', 'sought', 'worked', 'prayed', 'rom', 'gift', 'god', 'given', 'worthy', 'appearing', 'matt', 'tim', 'error', 'enthroned', 'day', 'week', 'sabbath', 'bible', 'shall', 'seventh', 'day', 'gen', 'error', 'opened', 'wide', 'gate', 'set', 'broad', 'way', 'entered', 'bible', 'tell', 'strait', 'gate', 'ana', 'rrou', 'way', 'shall', 'gate', 'entered', 'path', 'walking', 'mistaken', 'ought', 'obey', 'god', 'man', 'hearer', 'word', 'avail', 'judgment', 'let', 'try', 'doer', 'word', 'james', 'right_way', 'wrong', 'way', 'eternity', 'depends', 'decision', 'retrace', 'footstep', 'let', 'try', 'sure', 'work', 'remembering', 'better', 'safe', 'sorry', 'son', 'plant', 'grown', 'youth', 'daughter', 'corner_stones', 'polished', 'similitude', 'palace', 'good', 'life', 'long', 'life', 'liveth', 'long', 'liveth', 'life', 'flung', 'away', 'liveth', 'longest', 'tell', 'true', 'thing', 'truly', 'day', 'hour', 'buy', 'moment', 'life', 'past', 'ripe', 'fruit', 'life', 'sow', 'love', 'taste', 'fruitage', 'pure', 'sow', 'peace', 'reap', 'harvest', 'bright', 'sow', 'sunbeam', 'rock', 'moor', 'harvest', 'home', 'light', 'sel', 'better', 'safe', 'sorry', 'hour', 'noon', 'long', 'train', 'lowing', 'cattle', 'standing', 'street', 'obstructing', 'way', 'working', 'men', 'woman', 'hurrying', 'homeward', 'dinner', 'fearless', 'small', 'boy', 'duck', 'head', 'double', 'like', 'jackknife', 'scoots', 'track', 'beneath', 'train', 'sturdy', 'youth', 'agile', 'young_man', 'place', 'hand', 'buffer', 'amble', 'lightly', 'timid', 'miss', 'cautious', 'woman', 'aged', 'men', 'remain', 'impatient', 'train', 'man', 'score', 'year', 'vision', 'dinner', 'growing', 'cold', 'look', 'track', 'left', 'direction', 'panting', 'engine', 'right', 'signal', 'flag', 'mark', 'rear', 'long', 'way', 'round', 'crawl', 'bumper', 'young_man', 'blood', 'grows', 'cold', 'heart', 'survey', 'long', 'procession', 'grimy', 'wheel', 'halted', 'moment', 'decides', 'risk', 'trembling', 'old', 'hand', 'grasp', 'brake', 'rod', 'uncertain', 'clumsy', 'old', 'foot', 'hesitatingly', 'placed', 'link', 'connecting', 'draw', 'bar', 'stand', 'moment', 'reflectant', 'soliloquizing', 'shall', 'try', 'time', 'eat', 'dinner', 'work', 'feeble', 'old', 'hand', 'grasp', 'brake', 'rod', 'weary', 'foot', 'resting', 'place', 'draw', 'bar', 'shall', 'risk', 'neck', 'supposin', 'start', 'half', 'way', 'spry', 'ould', 'woman', 'kilt', 'come', 'hand', 'foot', 'right', 'owface', 'start', 'track', 'remark', 'faith', 'risk', 'betther', 'safe', 'sorry', 'appropriate', 'motto', 'paste', 'respective', 'hat', 'young_man', 'placed', 'position', 'trust', 'careful', 'handle', 'fund', 'intrusted', 'care', 'use', 'penny', 'thinking', 'know', 'going', 'money', 'restore', 'won', 'come', 'time', 'lost', 'ruined', 'good_name', 'gone', 'friend', 'disgraced', 'let', 'shipwreck', 'right', 'rock', 'look', 'young_woman', 'good', 'old', 'mother', 'confidant', 'best', 'friend', 'wide', 'earth', 'accept', 'truth', 'said', 'maintain', 'womanly', 'dignity', 'strength', 'god', 'resent', 'advance', 'assails', 'honor', 'young_womanhood', 'think', 'dear', 'boy', 'tempter', 'place', 'glass', 'lip', 'think', 'indulgent', 'father', 'praying', 'mother', 'loving', 'sister', 'motto', 'christian', 'tradition', 'legend', 'whisper', 'ear', 'bible', 'guide', 'study', 'granted', 'told', 'supposed', 'contained', 'teach', 'kind', 'look', 'search', 'hid', 'treasure', 'error', 'long', 'posed', 'garb', 'truth', 'tear', 'mask', 'leering', 'face', 'breeze', 'sauntered', 'slowly', 'soft', 'twilight', 'beauty', 'place', 'brought', 'usual', 'sweet', 'old', 'memory', 'holy', 'thought', 'face', 'friendless', 'waif', 'rose', 'continually', 'anxious', 'brown', 'eye', 'looking', 'reproachfully', 'star', 'began', 'stud', 'sky', 'wind', 'sobbed', 'mournfully', 'tree', 'like', 'child', 'distress', 'fern', 'come', 'gathered', 'retraced', 'step', 'begin', 'dressing', 'fair', 'way', 'unburdening', 'heart', 'husband', 'think', 'said', 'enthusiastic', 'trying', 'raise', 'money', 'feed', 'clothe', 'teach', 'child', 'distant_lands', 'poor', 'ignorant', 'half', 'starved', 'boy', 'come', 'door', 'turn', 'kind_word', 'god', 'sent', 'child', 'sure', 'order', 'cold', 'sinful', 'heart', 'reality', 'moment', 'started', 'thinking', 'zeal', 'good_works', 'increasing', 'yes', 'dear', 'believe', 'lesson', 'god', 'meant', 'noticed', 'fault', 'reaching', 'searching', 'good_works', 'suit', 'taste', 'word', 'wish', 'choose', 'work', 'neglect', 'god', 'cheer', 'fail', 'duty', 'let', 'lesson', 'let', 'watchful', 'praying', 'strength', 'work', 'morning', 'moore', 'rose', 'early', 'intending', 'hurry', 'household', 'duty', 'walk', 'dodd', 'inquire', 'poor', 'house', 'lad', 'arranging', 'breakfast', 'table', 'exclamation', 'mary', 'cook', 'hurried', 'kitchen', 'mary', 'standing', 'door', 'pointing', 'dog', 'kennel', 'stretched', 'sound', 'asleep', 'lay', 'child', 'thought', 'mingled', 'pity', 'delight', 'rushed', 'kennel', 'dragged', 'boy', 'sudden', 'movement', 'waking', 'beat', 'begged', 'piteously', 'right', 'away', 'man', 'yonder', 'want', 'boy', 'wouldn', 'lem', 'sleep', 'barn', 'ere', 'ole', 'feller', 'laying', 'hand', 'shaggy', 'coat', 'went', 'wif', 'man', 'driv', 'geared', 'ter', 'kinder', 'wantin', 'ter', 'cum', 'come', 'slop', 'house', 'ended', 'ter', 'git', 'soon', 'light', 'agin', 'git', 'awake', 'reached', 'old', 'cap', 'broad', 'fallen', 'ground', 'sheer', 'weakness', 'mary', 'glanced', 'mistress', 'took', 'boy', 'strong', 'arm', 'carried', 'cool', 'sitting', 'room', 'putting', 'bright', 'chintz', 'covered', 'lounge', 'ran', 'kitchen', 'saucer', 'oat', 'meal', 'prepared', 'breakfast', 'rich', 'yellow', 'cream', 'poured', 'generous', 'allowance', 'sugar', 'child', 'devoured', 'like', 'hungry', 'dog', 'finished', 'moore', 'bathed', 'face', 'hand', 'noting', 'pang', 'remorse', 'pitiful', 'droop', 'sweet', 'sensitive', 'little', 'mouth', 'yearning', 'look', 'great', 'brown', 'eye', 'watching', 'intently', 'involuntarily', 'bent', 'head', 'light', 'fluffy', 'curl', 'mingled', 'boy', 'gipsy', 'lock', 'asked', 'strength', 'supply', 'waif', 'mother', 'love', 'sad', 'face', 'plainly', 'showed', 'lacking', 'kept', 'wise', 'friend', 'shook', 'head', 'prophesied', 'evil', 'consequence', 'prayer', 'answered', 'slowly', 'sadness', 'faded', 'face', 'joy', 'peace', 'crept', 'lesson', 'learned', 'forgotten', 'striving', 'master', 'work', 'longer', 'seeking', 'best', 'suit', 'taste', 'fir', 'tyler', 'kind', 'friend', 'kind', 'enemy', 'friend', 'thales', 'item', 'duffie', 'moore', 'lesson', 'sun', 'hiding', 'high', 'mountain', 'peak', 'near', 'little', 'village', 'ragged', 'boy', 'sauntered', 'slowly', 'store', 'carefully', 'wrapping', 'article', 'soiled', 'piece', 'paper', 'wrapped', 'tied', 'securely', 'leather', 'string', 'hidden', 'depth', 'baggy', 'pocket', 'looked', 'seeing', 'sun', 'disappeared', 'anxious', 'look', 'crept', 'grimy', 'little', 'face', 'muttered', 'know', 'wher', 'goin', 'ter', 'stay', 'ternight', 'pear', 'like', 'want', 'boy', 'like', 'ere', 'goin', 'thout', 'nothin', 'ter', 'eat', 'eatin', 'corn', 'bread', 'fat', 'meat', 'house', 'ain', 'jack', 'dole', 'kick', 'knock', 'won', 'sartain', 'sudden', 'bend', 'road', 'brought', 'sight', 'large', 'red', 'brick', 'farm', 'house', 'nestling', 'green', 'tree', 'bright', 'flower', 'hand', 'pocket', 'stood', 'gazed', 'intently', 'minute', 'said', 'aloud', 'weary', 'sigh', 'house', 'look', 'like', 'good', 'fokes', 'life', 'goin', 'ter', 'ter', 'lem', 'stay', 'quickened', 'pace', 'soon', 'walking', 'broad', 'gravel', 'walk', 'led', 'house', 'savage', 'looking', 'dog', 'sprang', 'boy', 'fearlessly', 'laid', 'hand', 'shaggy', 'head', 'reached', 'door', 'opened', 'lady', 'going', 'seeing', 'dirty', 'ragged', 'boy', 'drew', 'saying', 'sharply', 'child', 'want', 'boy', 'house', 'cum', 'ter', 'want', 'ter', 'hire', 'want', 'replied', 'gentleman', 'living', 'short_distance', 'looking', 'boy', 'raise', 'house', 'tree', 'continued', 'pointing', 'direction', 'hurry', 'dark', 'eye', 'fell', 'pinched', 'care', 'worn', 'face', 'child', 'whisper', 'allow', 'stay', 'going', 'church', 'fair', 'directly', 'tea', 'home', 'stay', 'account', 'miss', 'fair', 'object', 'raise', 'money', 'master', 'servant', 'carrying', 'light', 'sin', 'darkened', 'heathen_lands', 'worthy', 'object', 'important', 'early', 'place', 'assigned', 'hurried', 'dodd', 'ran', 'hill', 'disappearing', 'shadow', 'fast', 'darkening', 'wood', 'taking', 'sun', 'bonnet', 'benefit', 'flower', 'scented', 'battle', 'creek', 'mich']
root - INFO - extracting file #100500: 2017-04-Final-Corpus/RH18900923-V67-37-page12.txt
root - INFO - extracting file #101000: 2017-04-Final-Corpus/RH18910512-V68-19-page6.txt
root - INFO - ['advist', 'review', 'sabba', 'herald', 'vol', 'ield', 'blessed', 'sow', 'water', 'isa', 'conducted', 'corliss', 'write', 'sage', 'intrusted', 'keeping', 'prior', 'entering', 'uncivilized', 'heathen', 'field', 'believe', 'policy', 'ordered', 'providence', 'god', 'benefit', 'seen', 'fact', 'ent', 'tering', 'civilized', 'educated', 'nation', 'europe', 'laboring', 'people', 'differ', 'little', 'habit', 'custom', 'manner', 'carry', 'message', 'human', 'standpoint', 'rate', 'easier', 'carry', 'purely', 'heathen', 'difference', 'habit', 'custom', 'manner', 'people', 'western', 'hemisphere', 'inhabitant', 'eastern', 'hemisphere', 'hand', 'common', 'people', 'western', 'nation', 'europe', 'dwell', 'far', 'east', 'people', 'united', 'state', 'mentioned', 'class', 'utilized', 'utilizing', 'natural', 'state', 'society', 'western', 'nation', 'europe', 'compared', 'inmost', 'circle', 'series', 'inmost', 'circle', 'nearest', 'closely', 'related', 'labored', 'turn', 'better', 'fitted', 'training', 'social', 'surroundings', 'labor', 'circle', 'series', 'nation', 'eastern', 'europe', 'armenian', 'hungarian', 'better', 'qualified', 'labor', 'own_people', 'connecting', 'instruction', 'office', 'basel', 'mission', 'hamburg', 'coming', 'country', 'south', 'america', 'styled', 'middle', 'field', 'protestant', 'said', 'elusively', 'roman', 'catholic', 'dominant', 'creed', 'goodly', 'sprinkling', 'heathen', 'consideration', 'naturally', 'come', 'order', 'entered', 'western', 'european', 'country', 'asiatic', 'continent', 'argentine', 'present', 'company', 'swiss', 'sabbatk', 'keeper', 'calling', 'organize', 'sent', 'money', 'office', 'basel', 'purpose', 'brazil', 'company', 'german', 'sabbathkeepers', 'stir', 'german', 'colony', 'pleading', 'help', 'circumstance', 'led', 'opening', 'mission', 'central', 'europe', 'africal', 'believe', 'god', 'want', 'gone', 'prepared', 'way', 'south', 'america', 'new', 'country', 'society', 'formative', 'state', 'people', 'settled', 'way', 'older', 'civilized', 'country', 'heathen', 'country', 'opportunity', 'brother', 'settle', 'engage', 'farming', 'trade', 'united', 'state', 'thing', 'cause', 'faith', 'believe', 'voice', 'god', 'return_home', 'native', 'land', 'heart', 'rank', 'evidence', 'strong', 'mentioned', 'stronger', 'young_man', 'woman', 'school', 'various_parts', 'country', 'consulting', 'impressed', 'importance', 'south', 'american', 'work', 'year', 'ago', 'believed', 'believe', 'god', 'called', 'thing', 'fit', 'work', 'learning', 'language', 'teacher', 'prayer', 'ascended', 'god', 'possible', 'familiar', 'rspanish', 'language', 'teacher', 'prayer', 'answered', 'lady', 'labored', 'year', 'missionary', 'mexican', 'embraced', 'view', 'present', 'engaged', 'giving', 'instruction', 'spanish', 'battle', 'creek', 'brother', 'different_parts', 'field', 'written', 'office', 'nit', 'foreign_mission', 'seeretary', 'stating', 'mind', 'exercised', 'regard', 'work', 'south', 'america', 'want', 'advice', 'settle', 'willing', 'pay', 'expense', 'support', 'trade', 'influenced', 'mind', 'doe', 'satan', 'want', 'people', 'god', 'scatter', 'harvest_field', 'master', 'bidding', 'question', 'answer', 'economic', 'crisis', 'mexico', 'patent', 'ono', 'conversant', 'tile', 'actual', 'condition', 'mexico', 'introduction', 'foreign', 'capital', 'employment', 'development', 'natural', 'resource', 'effect', 'economic', 'condition', 'parallel', 'nation', 'railroad', 'single', 'exception', 'vera', 'cruz', 'road', 'year', 'ago', 'count', 'thousand', 'mile', 'trunk', 'line', 'connecting', 'united', 'state', 'numerous', 'intersecting', 'line', 'active', 'operation', 'course', 'construction', 'parallel', 'vast', 'investment', 'capital', 'railroad', 'foreign', 'investment', 'enormous', 'sum', 'enterprise', 'manufacture', 'commerce', 'naturally', 'resulted', 'employment', 'vast_amount', 'native', 'labor', 'time', 'stimulated', 'marked', 'degree', 'price', 'supply', 'unhappily', 'country', 'stimulus', 'given', 'business', 'way', 'tended', 'increase', 'food', 'supply', 'contrary', 'difference', 'lessened', 'foreign', 'capital', 'aside', 'railroad', 'looked', 'investment', 'likely', 'immediate', 'large', 'return', 'agriculture', 'engaged', 'native', 'inclined', 'able', 'enlarge', 'operation', 'farming', 'dependence', 'owner', 'large_number', 'laborer', 'improved', 'machinery', 'reason', 'given', 'backwardness', 'introducing', 'new', 'method', 'resting', 'prejudice', 'foreign', 'gross', 'ignorance', 'second', 'account', 'heavy', 'expense', 'involved', 'buying', 'machinery', 'farm', 'laborer', 'receive', 'notoriously', 'poor', 'wage', 'mexico', 'farmer', 'slow', 'allow', 'advance', 'longestablished', 'rate', 'foreigner', 'mean', 'opening', 'way', 'better', 'direction', 'evil_effects', 'seen', 'resulting', 'change', 'offered', 'better', 'wage', 'dreamed', 'laboring', 'class', 'resulted', 'case', 'wholesale', 'desertion', 'farm', 'laborer', 'farmer', 'case', 'unable', 'plant', 'crop', 'unable', 'harvest', 'lack', 'hand', 'shortage', 'resulted', 'food', 'supply', 'debased', 'currency', 'tended', 'enormous', 'price', 'great', 'suffering', 'poor', 'especially', 'farm', 'laborer', 'paid', 'effect', 'increased', 'rate', 'receiving', 'wage', 'unsettled', 'state', 'feeling', 'naturally', 'direct', 'effect', 'mission_work', 'country', 'mind', 'people', 'taken', 'scheme', 'money', 'making', 'heed', 'religion', 'migratory', 'tendency', 'set', 'hurtful', 'work', 'church', 'member', 'constantly', 'moving', 'impossible', 'track', 'believer', 'given', 'congregation', 'day', 'week', 'fost', 'sight', 'having', 'suddenly', 'moved', 'distant', 'point', 'hoping', 'better', 'fortune', 'lost', 'work', 'year', 'high', 'price', 'ruling', 'lessened', 'ability', 'people', 'contribute', 'support', 'gospel', 'greed', 'gain', 'time', 'lessened', 'willingness', 'tendency', 'existing', 'condition', 'certainly', 'work', 'time', 'adjust', 'people', 'change', 'effected', 'economic', 'transition', 'period', 'work', 'greatly', 'hindered', 'church', 'home', 'abroad', 'work', 'laura', 'bee', 'battle', 'creek', 'fnom', 'distant', 'isle', 'ocean', 'mountain', 'hight', 'sunny', 'plain', 'loud', 'long', 'anthem', 'swelleth', 'jesus', 'soon', 'come', 'faithful', 'reaper', 'needed', 'earnest', 'heart', 'willing', 'hand', 'forth', 'creature', 'old', 'lord', 'command', 'talent', 'strength', 'mind', 'muscle', 'needed', 'lord', 'power', 'earnest_prayer', 'wrestle', 'humble', 'faith', 'trust', 'god', 'cony', 'faster', 'louder', 'strength', 'dare', 'stand', 'idly', 'waiting', 'feeble', 'work', 'pray', 'toil', 'worn', 'reaper', 'fainting', 'ueath', 'burning', 'sun', 'pray', 'god', 'courage', 'strength', 'work', 'till', 'day', 'pray', 'wander', 'blindly', 'pray', 'light', 'pray', 'god', 'send', 'forth', 'worker', 'cease', 'praying', 'till', 'night', 'earth', 'sound', 'going', 'forth', 'nation', 'tongue', 'blessed', 'saviour', 'haste', 'message', 'haste', 'time', 'thou_shalt', 'come', 'enter', 'south', 'america', 'tin', 'question', 'asked', 'past_year', 'questioned', 'prowiety', 'engaging', 'enterprise', 'presnt', 'doe', 'work', 'older', 'aission', 'need', 'strengthening', 'ietter', 'throw', 'energy', 'aleady', 'started', 'branching', 'arther', 'field', 'entered', 'question', 'member', 'board', 'foreign', 'minion', 'connected', 'foreign', 'ork', 'study', 'history', 'foreign', 'fission', 'exception', 'australasia', 'entered', 'foreign', 'eld', 'plea', 'nave', 'field', 'true', 'case', 'central', 'european', 'mission', 'obtained', 'angel', 'message', 'reading', 'matter', 'tat', 'heditentally', 'fell', 'hand', 'tined', 'mean', 'sent', 'james', 'erzenberger', 'atnulthe', 'general_conference', 'held', 'battle', 'creek', 'hand', 'god', 'providence', 'clearly', 'len', 'thanner', 'message', 'ached', 'switzerland', 'accepted', 'qichings', 'proved', 'zeal', 'devotion', 'sendg', 'smile', 'america', 'study', 'view', 'ethods', 'work', 'switz', 'land', 'hand', 'duty', 'pointed', 'instance', 'case', 'south', 'frican', 'mission', 'missionary', 'went', 'ere', 'person', 'lld', 'believed', 'doctrine', 'bible', 'ught', 'seventh', 'day', 'adventist', 'sent', 'battle', 'creek', 'request', 'borer', 'setit', 'assistance', 'doubt', 'hand', 'angel', 'outstretched', 'mth', 'africa', 'said', 'greater', 'exat', 'opening', 'work', 'ssiorig', 'exception', 'stated', 'australasia', 'phase', 'question', 'denomination', 'enter', 'civilized', 'country', 'world']
root - INFO - extracting file #101500: 2017-04-Final-Corpus/RH18920105-V69-01-page8.txt
root - INFO - extracting file #102000: 2017-04-Final-Corpus/RH18920823-V69-34-page10.txt
root - INFO - ['advent', 'view', 'sabbath', 'herald', 'vol', 'image', 'beast', 'church', 'clothed', 'backed', 'civil', 'authority', 'existed', 'day', 'papal', 'rule', 'closing', 'work', 'horned', 'beast', 'wilt', 'time', 'closing', 'workof', 'gospel', 'principle', 'iniquity', 'characteristic', 'papacy', 'existed', 'establishment', 'seen', 'brought', 'bear', 'people', 'god', 'herald', 'note', 'warning', 'beast', 'image', 'worshiper', 'perfection', 'machinery', 'accomplish', 'purpose', 'satan', 'bringing', 'final', 'pressure', 'people', 'god', 'completed', 'desperate', 'effort', 'satan', 'manifested', 'bring', 'severest', 'pressure', 'life', 'god', 'commandment', 'place', 'seen', 'near', 'end', 'time', 'trouble', 'church', 'backed', 'civil_power', 'persecute', 'commandment', 'keeper', 'element', 'exists', 'finally', 'developed', 'united', 'state', 'government', 'virtually', 'necessary', 'constitute', 'image', 'beast', 'mean', 'year', 'readjusting', 'sunday', 'law', 'atlantic', 'ocean', 'east', 'pacific_ocean', 'west', 'british', 'possession', 'north', 'gulf', 'mexico', 'south', 'enforce', 'observance', 'day', 'week', 'civil_power', 'doe', 'principal', 'actor', 'bring', 'church', 'country', 'intoxicating', 'civil_power', 'fornication', 'unlawful', 'mean', 'courting', 'favor', 'government', 'rev', 'fulfilled', 'far', 'relates', 'country', 'nearly', 'fifty', 'year', 'message', 'fallen', 'street', 'equity', 'enter', 'justice', 'overstepped', 'case', 'referred', 'expect', 'provision', 'expected', 'hand', 'papist', 'fact', 'experience', 'brother', 'sad', 'record', 'protestant', 'day', 'america', 'following', 'path', 'papist', 'public_sentiment', 'little', 'better', 'educated', 'national', 'reform', 'party', 'prospect', 'better', 'christ', 'rsued', 'mob', 'inspired', 'priest', 'stood', 'pilate', 'hand', 'message', 'spreading', 'earth', 'remotest', 'bound', 'mighty', 'angel', 'descended', 'lighten', 'earth', 'true', 'great_work', 'nation', 'heard', 'sound', 'thereof', 'time', 'expect', 'persecution', 'country', 'respect', 'sunday', 'persecution', 'protestant', 'america', 'taking', 'lead', 'nation', 'earth', 'enforce', 'beast', 'worship', 'reviving', 'persecuting', 'element', 'existed', 'reign', 'papacy', 'principle', 'nation', 'religious_laws', 'law', 'book', 'civilized', 'christian_nation', 'earth', 'sunday', 'law', 'rigidly', 'enforced', 'bring', 'result', 'conscientiously', 'observe', 'seventh', 'day', 'week', 'practically', 'world', 'shade', 'difference', 'carrying', 'law', 'bring', 'persecution', 'country', 'difference', 'profession', 'professedly', 'protestant', 'papal', 'praetically', 'image', 'spirit', 'beast', 'heart', 'people', 'life', 'protestantism', 'aided', 'papacy', 'brings', 'final', 'pressure', 'people', 'god', 'probably', 'true', 'united', 'state', 'government', 'sonic', 'way', 'state', 'individual', 'power', 'posse', 'making', 'enforcing', 'religious_laws', 'case', 'educational', 'passed', 'law', 'enforced', 'united', 'state', 'authority', 'change', 'effected', 'change', 'persecution', 'begun', 'principle', 'based', 'intensity', 'carried', 'forward', 'men', 'executed', 'officer', 'god', 'people', 'brought', 'judge', 'convicted', 'manner', 'papacy', 'remain', 'papacy', 'mother', 'harlot', 'remains', 'mother', 'harlot', 'daughter', 'taken', 'protestant', 'mind', 'mother', 'daughter', 'drunk', 'cup', 'intoxicated', 'wine', 'sunday', 'instead', 'sabbath', 'clasp', 'bind', 'corrupt', 'heart', 'god', 'commandment', 'keeping', 'people', 'prophecy', 'implies', 'beast', 'catholicism', 'finally', 'bid', 'protestant', 'forward', 'issue', 'decree', 'observe', 'day', 'week', 'instead', 'seventh', 'killed', 'decree', 'effect', 'god', 'voice', 'delivers', 'people', 'close', 'time', 'trouble', 'beginning', 'end', 'element', 'iniquity', 'brought', 'assumes', 'form', 'begin', 'practice', 'diabolical', 'work', 'force', 'warning', 'angel', 'message', 'illustrated', 'angel', 'coming', 'heaven', 'great_power', 'recent', 'testimony', 'word', 'light', 'come', 'light', 'enlighten', 'earth', 'bright', 'ray', 'shining', 'throne', 'god', 'shall', 'fail', 'appreciate', 'precious', 'privilege', 'brought', 'reecho', 'tell', 'god', 'testingus', 'whole_earth', 'lighted', 'glory', 'god', 'light', 'shining', 'hand', 'work', 'horned', 'beast', 'begun', 'work', 'persecution', 'sin', 'babylon', 'reached', 'unto', 'heaven', 'god', 'remembered', 'iniquity', 'mighty', 'angel', 'come', 'heaven', 'light', 'begun', 'shine', 'enlighten', 'earth', 'glory', 'god', 'closing', 'national', 'exhibition', 'sunday', 'simply', 'illustrates', 'ecclesiastical', 'power', 'congress', 'pressure', 'babylon', 'great', 'civil_power', 'withstand', 'ichabob', 'written', 'nation', 'far', 'relates', 'land', 'fme', 'high_time', 'watchman', 'lift', 'warning', 'voice', 'trumpet', 'certain', 'sound', 'people', 'prepare', 'final', 'conflict', 'barrier', 'christianity', 'real', 'imaginary', 'adam', 'laid', 'failure', 'obey', 'god', 'eve', 'habit', 'mankind', 'sonic', 'lay', 'failure', 'mistake', 'man', 'fails', 'business', 'partner', 'responsible', 'christian', 'world', 'conversion', 'approaching', 'fast', 'wrong', 'interpretation', 'scripture', 'lead', 'think', 'ought', 'decided', 'lay', 'blame', 'government', 'nation', 'christianizing', 'government', 'remove', 'harrier', 'impeding', 'growth', 'christian', 'sect', 'certainly', 'barrier', 'confident', 'power', 'influence', 'satan', 'hardness', 'human_hearts', 'indifference', 'professed', 'christian', 'spiritual_welfare', 'fellow', 'men', 'greatest', 'purest', 'conquest', 'christianity', 'accomplished', 'government', 'world', 'passive', 'partially', 'favorable', 'active', 'opposition', 'christianity', 'day', 'apostle', 'went', 'prison', 'faith', 'release', 'preach', 'such_power', 'thousand', 'converted', 'day', 'hand', 'government', 'favored', 'christianity', 'removed', 'barrier', 'day', 'constantine', 'followed', 'example', 'christianity', 'apparently', 'rapid_progress', 'kind', 'progress', 'true', 'christian', 'afterward', 'ashamed', 'worked', 'disastrous', 'result', 'church', 'professed', 'christian', 'men', 'think', 'government', 'throw', 'patronage', 'multiply', 'convert', 'kind', 'convert', 'jesus', 'tribulation', 'persecution', 'ariseth', 'word', 'straitway', 'stumbleth', 'matt', 'revised', 'version', 'live', 'christianity', 'asks', 'favor', 'king', 'government', 'privilege', 'preach', 'practice', 'gospel', 'given', 'gospel', 'offer', 'inducement', 'believer', 'salvation', 'soul', 'good', 'mankind', 'person', 'fruit', 'gospel', 'like', 'daniel', 'den', 'lion', 'peter', 'john', 'council', 'account', 'god', 'man', 'thousand', 'fawning', 'christian', 'religion', 'variable', 'kind', 'depends', 'favoring', 'breeze', 'spring', 'life', 'action', 'peter', 'paul', 'apostle', 'declared', 'governmental', 'barrier', 'retarding', 'message', 'repent', 'converted', 'begun', 'clamor', 'governmental', 'favor', 'marvelous', 'triumph', 'gospel', 'century', 'christian_age', 'taken', 'place', 'beauty', 'glory', 'gospel', 'power', 'spirit', 'saith', 'lord', 'imaginary', 'barrier', 'progress', 'gospel', 'real', 'foundation', 'considering', 'seen', 'considerable', 'rearing', 'imaginary', 'barrier', 'seventh', 'day', 'adventist', 'work', 'conference', 'church', 'sabbathschool', 'doe', 'fast', 'good', 'brother', 'know', 'cause', 'effect', 'responsible', 'president', 'conference', 'elder', 'church', 'director', 'district', 'superintendent', 'sabbath', 'school', 'dal', 'arrangement', 'subscribed', 'cause', 'trouble', 'barrier', 'real', 'far', 'worse', 'notpropose', 'removed', 'reader', 'review', 'excused', 'hearty', 'service', 'lord', 'work', 'flimsy', 'pretext', 'repeat', 'work', 'doe', 'fast', 'think', 'ought', 'conference', 'church', 'cause', 'lie', 'nearer', 'aware', 'begin', 'work', 'barrier', 'insurmountable', 'crumble', 'like', 'wall', 'jericho', 'work', 'moving', 'faster', 'think', 'reason', 'think', 'work', 'thing', 'certain', 'power', 'gospel', 'christ', 'god', 'promised', 'salvation', 'mankind', 'true', 'conception', 'power', 'thegospel', 'seek', 'alliance', 'earthly', 'power', 'doubt', 'word', 'god', 'accomplish', 'purpose', 'sent', 'world', 'revelation', 'connection', 'prophecy', 'horned', 'beast', 'revelation', 'question', 'remains', 'oneof', 'utmost_importance', 'people', 'god', 'line', 'prophecy', 'present', 'indication', 'spread', 'knowledge', 'truth', 'coming', 'heaven', 'mighty', 'angel', 'lighten', 'earth', 'glory', 'arraying', 'believe', 'power', 'earth', 'particularly', 'horned', 'beast', 'matter', 'shape', 'present', 'machinery', 'set', 'motion', 'true', 'babylon', 'cclesiastical', 'body', 'land', 'influence', 'civil_power', 'convict', 'commandment', 'imprison', 'persecute', 'according', 'law', 'laud', 'property', 'sell', 'highest', 'bidder', 'themselvesmay', 'shut', 'inside', 'prison', 'wall', 'true', 'ask', 'reason', 'need', 'began', 'heralded', 'world', 'gospel', 'actually', 'reached', 'persecution', 'containing', 'element', 'cruelty', 'enforced', 'image', 'beast', 'solemn', 'thought', 'true', 'proposition', 'admits', 'extenuation', 'year', 'fact', 'cessation', 'hostility', 'conflict', 'spring', 'source', 'bear', 'present', 'characteristic', 'principle', 'noted', 'prophecy', 'condition', 'thing', 'individual', 'compelled', 'penalty', 'confiscation', 'property', 'fine', 'imprisonment', 'worship', 'beast', 'image', 'true', 'perfected', 'saint', 'death', 'sense', 'iniage', 'civil_power', 'state', 'authority', 'persecute', 'people', 'crime', 'keeping', 'god', 'experience', 'commandment', 'brother', 'southern', 'state', 'answer', 'question', 'affirmative', 'law', 'statute_book', 'nearly', 'state', 'union', 'rigid', 'enforcement', 'true', 'provision', 'statute', 'hook', 'exempt', 'conscientiously', 'observe', 'seventh', 'day', 'week', 'sabbath', 'nature', 'void', 'standpoint', 'justice', 'proof', 'demonstrated', 'experience', 'brother', 'xeinption', 'clause', 'eye', 'prejudiced', 'judge', 'jury', 'truly', 'justice', 'closing', 'work']
root - INFO - extracting file #102500: 2017-04-Final-Corpus/RH18930418-V70-16-page15.txt
root - INFO - extracting file #103000: 2017-04-Final-Corpus/RH18931205-V70-48-page13.txt
root - INFO - ['ppla', 'aesa', 'ort', 'south', 'africa', 'conference', 'pro', 'ceedings', 'second', 'session', 'south', 'african', 'conferace', 'convened', 'cape_town', 'oct', 'meeting', 'president', 'robinson', 'chair', 'prayer', 'offered', 'elder', 'olsen', 'minute', 'session', 'read', 'elder', 'olsen', 'explained', 'general_plan', 'organization', 'institution', 'anclalso', 'recent', 'plan', 'action', 'general_conference', 'form', 'separate', 'corporation', 'general_conference', 'unincorporated', 'body', 'organization', 'seventh', 'day', 'adventist', 'medical', 'missionary', 'benevolent', 'association', 'explained', 'elder', 'olsen', 'shown', 'plan', 'center', 'work', 'general', 'directory', 'different_countries', 'property', 'shall', 'held', 'according', 'law', 'country', 'aforesaid', 'association', 'general_conference', 'recommended', 'establishing', 'local', 'sanitarium', 'different_countries', 'world', 'carrying', 'medical_missionary_work', 'direction', 'medical', 'missionary', 'benevolent', 'association', 'seventh', 'day', 'adventist', 'america', 'resolved', 'property', 'real', 'personal', 'secured', 'purpose', 'sanitarium', 'shall', 'held', 'managed', 'board', 'trustee', 'composed', 'person', 'shall', 'member', 'executive_committee', 'south', 'african', 'conference', 'shall', 'member', 'seventh', 'day', 'adventist', 'medical', 'missionary', 'benevolent', 'association', 'america', 'shall', 'elected', 'regular', 'session', 'south', 'african', 'conference', 'shall', 'governed', 'instruction', 'andregulations', 'shall', 'submitted', 'said', 'association', 'america', 'unity', 'work', 'preserved', 'best', 'result', 'attained', 'recognize', 'christian_duty', 'care', 'homeless', 'orphan', 'considerable', 'money', 'given', 'express', 'purpose', 'building', 'orphan', 'home', 'south', 'africa', 'resolved', 'board', 'trustee', 'sanitarium', 'instructed', 'conference', 'question', 'favorable', 'consideration', 'authorized', 'select', 'location', 'purchase', 'property', 'erect', 'necessary', 'building', 'soon', 'judgment', 'shall', 'deemed', 'practicable', 'discussion', 'resolution', 'sum', 'set', 'apart', 'work', 'shown', 'close', 'session', 'promised', 'provided', 'work', 'entered', 'year', 'resolved', 'article', 'section', 'constitution', 'amended', 'read', 'follows', 'officer', 'conference', 'shall', 'president', 'vice', 'president', 'secretary', 'treasurer', 'executive_committee', 'president', 'vice', 'president', 'shall', 'member', 'resolved', 'conference', 'provide', 'holding', 'institute', 'month', 'year', 'instruction', 'given', 'branch', 'work', 'especially', 'canvassing', 'work', 'time', 'place', 'institute', 'left', 'executive_committee', 'conference', 'resolved', 'pay', 'south', 'african', 'sabbathschool', 'fund', 'half', 'number', 'copy', 'sabbath', 'school_worker', 'taken', 'school', 'resolved', 'conference_committee', 'step', 'reading', 'matter', 'translated', 'kosa', 'kafir', 'language', 'appears', 'favorable', 'opening', 'native', 'mission', 'transvaal', 'resolved', 'executive_committee', 'south', 'african', 'conference', 'requested', 'investigate', 'matter', 'practicable', 'step', 'establishment', 'soon', 'possible', 'brother', 'peter', 'wessels', 'stated', 'received', 'letter', 'leading', 'native', 'mother', 'farm', 'transvaal', 'requesting', 'send', 'instruct', 'people', 'missionary', 'thought', 'opening', 'ought', 'possible', 'recommend', 'fourth', 'sabbath', 'donation', 'gathered', 'way', 'day_offerings', 'collected', 'moved', 'brother', 'philip', 'wessels', 'conference', 'request', 'general', 'conference', 'send', 'worker', 'scandinavian', 'german', 'language', 'soon', 'possible', 'elder', 'olsen', 'thought', 'proper', 'conference', 'request', 'gave', 'assurance', 'complied', 'long', 'resolved', 'request', 'conference_committee', 'especial_attention', 'company', 'dutch', 'brother', 'vaal', 'river', 'sent', 'visit', 'labor', 'soon', 'possible', 'resolved', 'express', 'appreciation', 'labor', 'elder', 'olsen', 'midst', 'deeply', 'regret', 'visit', 'brief', 'prayer', 'accompany', 'visit', 'brother', 'country', 'brother', 'olsen', 'spoke', 'resolution', 'asking', 'conference', 'pas', 'personal', 'consideration', 'good', 'result', 'work', 'felt', 'privilege', 'gave', 'better', 'understanding', 'condition', 'want', 'future', 'able', 'represent', 'work', 'africa', 'intelligently', 'resolved', 'urgently', 'earnestly', 'invite', 'sister', 'white', 'elder', 'white', 'visit', 'country', 'spend', 'year', 'suggest', 'oct', 'favorable_time', 'reach', 'resolved', 'soon', 'learn', 'time', 'brother', 'sister', 'white', 'definite', 'arrangement', 'holding', 'worker', 'institute', 'provided', 'resolution', 'urgent_need', 'church_school', 'established', 'immediately', 'beaconsfield', 'growing', 'need', 'church_school', 'place', 'resolved', 'recommend', 'school', 'started', 'beaconsfield', 'soon', 'possible', 'school', 'opened', 'need', 'demand', 'recommend', 'school', 'supervision', 'conference_committee', 'educational_secretary', 'immediate', 'step', 'taken', 'secure', 'competent', 'teacher', 'charge', 'school', 'beaconsfield', 'evident', 'best', 'sanitarium', 'established', 'midst', 'board', 'manager', 'elected', 'seventh', 'day', 'adventist', 'conference', 'south', 'africa', 'resolved', 'conference', 'ask', 'medical', 'missionary', 'benevolent', 'association', 'america', 'privilege', 'electing', 'regular', 'session', 'said', 'conference', 'board', 'trustee', 'said', 'sanitarium', 'approve', 'action', 'taken', 'respect', 'general_conference', 'consideration', 'establishing', 'mission', 'mashonaland', 'resolved', 'conference', 'express', 'sympathy', 'enterprise', 'shall', 'esteem', 'privilege', 'cooperate', 'way', 'power', 'secretary', 'education', 'missionary_work', 'sabbath', 'school_work', 'presented', 'interesting', 'encouraging_report', 'line', 'work', 'result', 'school', 'especially', 'sanguine', 'expectation', 'nominating', 'committee', 'submitted', 'following', 'report', 'president', 'robinson', 'vice', 'president', 'miller', 'secretary', 'hankins', 'treasurer', 'druillard', 'executive_committee', 'robinson', 'miller', 'peter', 'wessels', 'freeman', 'tarr', 'trustee', 'claremont', 'union_college', 'professor', 'miller', 'robinson', 'peter', 'wessels', 'wessels', 'hankins', 'edmed', 'ingle', 'committee', 'credential', 'license', 'reported', 'follows', 'credential', 'robinson', 'hankins', 'geo', 'thompson', 'ordination', 'credential', 'peter', 'wessels', 'miller', 'license', 'purdon', 'smailes', 'fletcher', 'tarr', 'missionary', 'license', 'druillard', 'delia', 'thompson', 'hiva', 'starr', 'fletcher', 'tarr', 'adopted', 'nominating', 'committee', 'reported', 'committee', 'act', 'conference_committee', 'securing', 'location', 'sanitarium', 'follows', 'philip', 'wessels', 'druillard', 'wessels', 'ingle', 'board', 'trustee', 'hold', 'manage', 'sanitarium', 'property', 'robinson', 'peter', 'wessels', 'philip', 'wessels', 'henry', 'wessels', 'olsen', 'professor', 'miller', 'freeman', 'edmed', 'kellogg', 'report', 'adopted', 'unanimous_vote', 'adjourned', 'robinson', 'pres', 'hankins', 'sec', 'georgia', 'trial', 'violent', 'outbreak', 'religious', 'despotism', 'tyranny', 'process', 'law', 'reported', 'connection', 'tie', 'persecution', 'people', 'suddenly', 'manifested', 'place', 'case', 'religious_persecution', 'called', 'sabbath', 'desecration', 'professor', 'keck', 'recently', 'battle', 'creek', 'charge', 'church_school', 'victim', 'brother', 'keck', 'department', 'school', 'running', 'nicely', 'week', 'planned', 'wife', 'start', 'kindergarten', 'department', 'little', 'anxious', 'begin', 'monday', 'morning', 'nov', 'failing', 'seat', 'desk', 'ready', 'week', 'brother', 'keck', 'sunday', 'morning', 'nov', 'moved', 'work', 'bench', 'rear', 'new_church', 'school_building', 'recently', 'erected', 'quietly', 'possible', 'closed', 'door', 'purposely', 'avoid', 'annoying', 'went', 'work', 'making', 'seat', 'desk', 'ready', 'school', 'morning', 'worked', 'hour', 'policeman', 'man', 'came', 'peered', 'window', 'watched', 'minute', 'feeling', 'sure', 'purpose', 'kept', 'right', 'work', 'hesitation', 'left', 'short_time', 'returned', 'chief', 'police', 'arrested', 'sunday', 'felt', 'sacredness', 'zeal', 'took', 'mayor', 'office', 'gave', 'bond', 'appear', 'mayor', 'court', 'morning', 'clock', 'chief', 'came', 'near', 'putting', 'city', 'jail', 'present', 'bond', 'nearest', 'brother', 'living', 'nearly', 'mile', 'away', 'city', 'officer', 'unwilling', 'let', 'word', 'escaped', 'arrival', 'merchant', 'dealing', 'acquainted', 'led', 'away', 'december', 'advent', 'review', 'ahd', 'abiatii', 'herald', 'itett', 'proved', 'different_churches', 'colony', 'fairly', 'andre', 'resented', 'motion', 'chair', 'appointed', 'purlows', 'resolution', 'hankins', 'willeor', 'smailes', 'credential', 'license', 'geo', 'thompson', 'olsen', 'philip', 'wessels', 'ted', 'tarr', 'druillard', 'nomination', 'geo', 'arse', 'thompson', 'freeman', 'henry', 'wessels', 'auditing', 'freeman', 'ingle', 'olsen', 'edmed', 'purdon', 'commin', 'heir', 'president', 'gave', 'brief', 'review', 'work', 'ted', 'past_year', 'owing', 'circumstance', 'control', 'way', 'ged', 'ministerial', 'labor', 'new_fields', 'tera', 'ood', 'deal', 'matter', 'presented', 'throu', 'thepress', 'fiatingsermons', 'article', 'general', 'ginhformation', 'concerning', 'work', 'having', 'manifested', 'generous', 'feeling', 'willingness', 'publish', 'productipns', 'chair', 'spoke', 'usual_committees', 'announced', 'folate', 'preparation', 'tract', 'subject', 'reliberty', 'published', 'andre', 'auested', 'conference', 'consider', 'ille', 'ibe', 'ure', 'elder', 'olsen', 'having', 'arrived', 'day', 'oup', 'previous', 'addressed', 'meeting', 'spoke', 'bed', 'ork', 'mcthe', 'teen', 'ship', 'arch', 'rths', 'cork', 'beer', 'sishis', 'inin', 'ent', 'est', 'foreign_mission_board', 'general_conference_committee', 'abate', 'regard', 'work', 'south', 'africa', 'shown', 'general_conference', 'share', 'burden', 'labor', 'referred', 'present', 'tour', 'providence', 'god', 'meeting', 'lord', 'having', 'especially', 'directed', 'matter', 'important', 'future', 'presented', 'present', 'favorable', 'beginning', 'work', 'field', 'work', 'largely', 'devolve', 'operation', 'interior', 'establishing', 'mission_stations', 'doubtless', 'carried', 'point', 'west', 'africa', 'spoken', 'favorable', 'mission', 'field', 'owing', 'general', 'recognition', 'native', 'tribe', 'sabbath', 'seventh', 'day', 'true', 'rest', 'day', 'elder', 'olsen', 'presented', 'meeting', 'necessity', 'observing', 'order', 'work', 'god', 'deep_interest', 'felt', 'south', 'africa', 'general', 'conference', 'brother', 'coun', 'let', 'ries', 'assured', 'lack', 'inen', 'mean', 'past', 'assured', 'rocino', 'organized', 'conference', 'interthe', 'responsibility', 'rested', 'committee', 'rna', 'chosen', 'act', 'sacred', 'work', 'unity', 'action', 'characterize', 'plan', 'rpse', 'labor', 'order', 'insure', 'blessing', 'god', 'resolved', 'conference', 'elect', 'committee', 'person', 'outside', 'executive_committee', 'conference', 'conference_committee', 'shall', 'constitute', 'committee', 'power', 'act', 'matter', 'deciding', 'location', 'raising', 'fund', 'purchase', 'property', 'erection', 'building', 'deemed', 'expedient', 'ensuing', 'conference', 'term', 'carry', 'forward', 'work', 'establishment', 'sanitarium', 'way', 'open', 'said', 'conference', 'term', 'resolved', 'committee', 'suggested', 'urged', 'consider', 'cape_town', 'suburb', 'port', 'elizabeth', 'east', 'london', 'colony', 'durban', 'natal', 'offering', 'advantage', 'establishment', 'institution', 'discussing', 'resolution', 'brother', 'tarr', 'spoke', 'taken', 'prominent_men', 'east', 'london', 'enterprise', 'hoped', 'conference', 'consider', 'place', 'favorably', 'brother', 'peter', 'henry', 'wessels', 'spoke', 'question', 'originated', 'pledged', 'enterprise', 'final', 'success', 'meeting', 'adjourned', 'chair', 'meeting', 'session', 'held', 'cllaarreemontt', 'new_church', 'school_building', 'dedicated', 'previous', 'sabbath', 'proceeding', 'lengthy', 'publication', 'general_interest', 'spirit', 'unity', 'prevailed', 'reason', 'believe', 'lord', 'directed', 'counsel', 'plan', 'laid', 'future_work', 'following', 'resolution', 'passed', 'recognize', 'health', 'institution', 'special', 'agency', 'advancement', 'truth', 'spirit', 'god', 'said', 'institution', 'established', 'different_countries', 'world', 'resolved', 'step', 'taken', 'conference_session', 'establishment', 'sanitarium', 'south', 'africa', 'location', 'institution', 'condition', 'insure', 'success', 'enterprise']
root - INFO - extracting file #103500: 2017-04-Final-Corpus/RH18940717-V71-29-page8.txt
root - INFO - extracting file #104000: 2017-04-Final-Corpus/RH18950305-V72-10-page5.txt
root - INFO - ['march', 'advent', 'revierilfr', 'ahd', 'sabbath', 'rald', 'son', 'plant', 'grown', 'youth', 'daughter', 'corner_stones', 'polished', 'similitude', 'palace', 'roof', 'tree', 'home', 'home', 'wander', 'hunger', 'driver', 'cold', 'blow', 'winter', 'wind', 'hill', 'heather', 'drive', 'rain', 'roof', 'dust', 'loved', 'wise_men', 'shade', 'roof', 'tree', 'true', 'word', 'welcome', 'spoken', 'door', 'dear', 'day', 'old', 'face', 'firelight', 'kind', 'folk', 'old', 'come', 'home', 'home', 'dear', 'kindly', 'face', 'home', 'home', 'dear', 'happy', 'child', 'window', 'bright', 'glittered', 'moorland', 'song', 'tuneful', 'song', 'built', 'palace', 'wild', 'day', 'dawn', 'brow', 'moorland', 'lone', 'stand', 'house', 'chimney', 'stone', 'cold', 'lone', 'let', 'stand', 'friend', 'departed', 'kind', 'heart', 'true', 'heart', 'loved', 'place', 'old', 'spring', 'shall', 'come', 'come', 'calling', 'moorfowl', 'spring', 'shall', 'bring', 'sun', 'rain', 'bring', 'bee', 'flower', 'red', 'shall', 'heather', 'bloom', 'hill', 'andvalley', 'soft', 'flow', 'stream', 'flowing', 'hour', 'fair', 'day', 'shine', 'shone', 'childhood', 'fair', 'shine', 'day', 'house', 'open_door', 'bird', 'come', 'twitter', 'chimney', 'forever', 'come', 'robert', 'louis', 'stevenson', 'bridget', 'dear', 'day', 'thud', 'thud', 'thud', 'iron', 'echoed', 'hot', 'kitchen', 'day', 'dear', 'old', 'faithful', 'bridget', 'traveled', 'burning', 'treadmill', 'stove', 'ironing', 'table', 'clothes', 'horse', 'clothes', 'horse', 'ironing', 'table', 'stove', 'sol', 'foot', 'felt', 'nearly', 'hot', 'palm', 'steamed', 'blistered', 'hand', 'worn', 'boot', 'kicked', 'corner', 'soon', 'stocking', 'tossed', 'company', 'barefooted', 'biddy', 'moment', 'secured', 'coolness', 'comfort', 'moment', 'door', 'bell', 'rang', 'sharply', 'head', 'basement', 'toil', 'hurriedly', 'shuffling', 'footgear', 'started', 'backstairs', 'soul', 'floated', 'sweetest', 'heavenly', 'thing', 'bridget', 'dear', 'right', 'door', 'visitor', 'sitting', 'cool', 'parlor', 'heard', 'message', 'wafted', 'revelation', 'tender', 'precious', 'womanhood', 'stair', 'foot', 'raised', 'stood', 'flushed', 'tired', 'servant', 'head', 'stair', 'stood', 'angel', 'bridget', 'mistress', 'day', 'sweet', 'tone', 'went', 'lip', 'servant', 'heart', 'forgotten', 'hot', 'face', 'smarting', 'foot', 'kitchen', 'bit', 'heaven', 'carried', 'heart', 'gladdened', 'word', 'fitly', 'spoken', 'spontaneous', 'kindness', 'good', 'barred', 'life', 'home', 'theory', 'speak', 'loving', 'word', 'servant', 'presume', 'liberty', 'day', 'tell', 'going', 'leave', 'wonder', 'ingratitude', 'lack', 'love', 'packing', 'belonging', 'light', 'step', 'snatch', 'song', 'tried', 'win', 'loving', 'service', 'giving', 'money', 'buy', 'home', 'papa', 'mama', 'child', 'good_night', 'deared', 'child', 'asked', 'hilda', 'dear', 'referring', 'cook', 'mother', 'replied', 'right', 'heart', 'stair', 'little', 'white', 'robed', 'creature', 'cheerily', 'called', 'good_night', 'hilda', 'dear', 'quick', 'patter', 'foot', 'beaming', 'face', 'swedish', 'maid', 'appeared', 'foot', 'stair', 'dew', 'tacked', 'end', 'good_night', 'english', 'far', 'perfect', 'dear', 'exact', 'echo', 'loving', 'heart', 'far', 'fatherland', 'pattern', 'natural', 'way', 'child', 'surprised', 'beautiful', 'path', 'little', 'child', 'lead', 'beckwith', 'advance', 'work', 'child', 'alberta', 'little', 'eye', 'fixed', 'appears', 'great_work', 'highsounding', 'foreign', 'missionary_work', 'christian', 'help', 'work', 'like', 'sympathy', 'aroused', 'enlisted', 'cause', 'perishing', 'christ', 'foreign', 'land', 'large_city', 'place', 'far', 'away', 'hardly', 'hope', 'reach', 'interested', 'such_work', 'aid', 'overlook', 'work', 'great_importance', 'lie', 'right', 'door', 'right', 'own_homes', 'unfortunate', 'age', 'child', 'heavy', 'current', 'setting', 'downward', 'perdition', 'childhood', 'experience', 'strength', 'needed', 'press', 'current', 'borne', 'youth', 'generally', 'satan', 'captive', 'angel', 'leading', 'certain', 'destruction', 'satan', 'host', 'warring', 'government', 'god', 'desire', 'yield', 'requirement', 'satan', 'try', 'perplex', 'overcome', 'temptation', 'discouraged', 'conflict', 'work', 'look', 'soul', 'child', 'responsible', 'lost', 'parent', 'sabbath', 'school_teacher', 'doe', 'responsibility', 'rest', 'home', 'church', 'god', 'established', 'home', 'designed', 'complete', 'sin', 'entered', 'world', 'necessity', 'church', 'teacher', 'taught', 'god', 'year', 'fall', 'father', 'priest', 'household', 'looked', 'instruction', 'guidance', 'man', 'went', 'lower', 'lower', 'sin', 'farther', 'farther', 'god', 'lord', 'send', 'warning', 'reproof', 'instruction', 'prophet', 'priest', 'later', 'time', 'tell', 'set', 'prophet', 'apostle', 'teacher', 'church', 'god', 'designed', 'relieve', 'parent', 'responsibility', 'duty', 'train', 'child', 'given', 'aid', 'work', 'parent', 'church', 'sabbath', 'school', 'god', 'divinely', 'appointed', 'agency', 'aid', 'reason', 'little', 'accomplished', 'sabbath', 'school', 'lesson', 'taught', 'sabbath', 'enforced', 'parent', 'week', 'sabbath', 'school_teacher', 'grave', 'responsibility', 'resting', 'watch', 'soul', 'account', 'parent', 'christian', 'course', 'burden', 'heavier', 'teacher', 'god', 'reach', 'parent', 'child', 'such_cases', 'christian', 'parent', 'different', 'child', 'constant', 'care', 'deep', 'love', 'parent', 'child', 'know', 'peculiar', 'temperament', 'child', 'doe', 'parent', 'sure', 'teacher', 'study', 'parent', 'aid', 'work', 'operation', 'parent', 'teacher', 'work', 'accomplished', 'teacher', 'acquainted', 'parent', 'home', 'life', 'pray', 'counsel', 'regard', 'work', 'parent', 'afraid', 'speak', 'teacher', 'superintendent', 'child', 'sabbathschool', 'need', 'fault', 'finding', 'way', 'right', 'duty', 'child', 'right_kind', 'teacher', 'best', 'circumstance', 'possible', 'growing', 'grace', 'spirituality', 'parent', 'think', 'know', 'talk', 'child', 'religious_things', 'think', 'better', 'god', 'promised', 'wisdom', 'asketh', 'study', 'sanctuary', 'learned', 'god', 'gave', 'special', 'wisdom', 'important', 'building', 'construct', 'certainly', 'spirit', 'work', 'train', 'younger', 'member', 'lord', 'family', 'place', 'kingdom', 'undertake', 'work', 'help', 'understanding', 'sacred', 'truth', 'tell', 'child', 'simple', 'language', 'understand', 'bring', 'near', 'saviour', 'work', 'leading', 'child', 'wonder', 'parent', 'satisfied', 'allow', 'place', 'heart', 'child', 'knew', 'child', 'burning', 'building', 'stand', 'wait', 'quietly', 'rescue', 'better', 'trouble', 'parent', 'teacher', 'fail', 'realize', 'importance', 'work', 'improve', 'opportunity', 'remember', 'seeing', 'father', 'carelessly', 'refuse', 'little', 'daughter', 'piece', 'paper', 'write', 'text', 'sermon', 'remark', 'mind', 'simple', 'thing', 'thought', 'year', 'good', 'deal', 'daughter', 'religion', 'want', 'text', 'knew', 'father', 'little', 'girl', 'came', 'asked', 'pray', 'called', 'mother', 'told', 'went', 'prayed', 'child', 'father', 'mentioned', 'subject', 'seventh', 'day', 'adventist', 'family', 'prayer', 'day', 'taught', 'child', 'years_afterward', 'given', 'hear', 'daughter', 'pray', 'blame', 'stranger', 'come', 'asked', 'father', 'question', 'regard', 'religion', 'shown', 'doubt', 'spent', 'good', 'deal', 'time', 'answering', 'question', 'encouraging', 'investigation', 'recognize', 'lord', 'leading', 'child', 'way', 'giving', 'opportunity', 'point', 'soul', 'jesus', 'satan', 'saw', 'opportunity', 'slow', 'use', 'building', 'wall', 'separation', 'try', 'raise', 'parent', 'child', 'occasion', 'noticed', 'teacher', 'sabbath', 'school', 'asked', 'question', 'class', 'regard', 'answer', 'prayer', 'passed', 'question', 'lightly', 'went', 'lesson', 'lost', 'opportunity', 'enlighten', 'soul', 'chance', 'allowed', 'slip', 'good', 'watching', 'teaching', 'theory', 'little', 'practical', 'religion', 'child', 'midst', 'christian', 'yes', 'thing', 'teach', 'teach', 'accepts', 'christ', 'asks', 'shall', 'teach', 'missionary_work']
root - INFO - extracting file #104500: 2017-04-Final-Corpus/RH18951015-V72-42-page10.txt
root - INFO - extracting file #105000: 2017-04-Final-Corpus/RH18960526-V73-21-page4.txt
root - INFO - ['advent', 'rev', 'mid', 'sabbath', 'herald', 'fol', 'heart', 'men', 'consideration', 'instead', 'god', 'acknowledged', 'coin', 'better', 'secured', 'blessing', 'preacher', 'emtinues', 'let', 'political', 'party', 'think', 'duty', 'acknowledge', 'god', 'built', 'continent', 'sad', 'rev', 'algid', 'right_time', 'discoverer', 'reared', 'prosperity', 'given', 'people', 'movement', 'popular', 'mean', 'similar', 'movement', 'fourth', 'century', 'constantine', 'emperor', 'rome', 'medal', 'christ', 'represented', 'sword', 'marked', 'cross', 'monogram', 'christ', 'apollo', 'banner', 'standard', 'bearing', 'letter', 'greek', 'christ', 'image', 'emperor', 'pegans', 'christian', 'represented', 'coin', 'indicated', 'widespread', 'spiritual', 'declension', 'increasing', 'union', 'church', 'state', 'enhanced', 'studied', 'little', 'working', 'union', 'quotation', 'naught', 'union', 'civil', 'ecclesiastical', 'power', 'following', 'author', 'intend', 'argument', 'favor', 'approaching', 'adjournment', 'american', 'congress', 'ought', 'dec', 'dedly', 'forever', 'settled', 'appropriation', 'sectarian', 'school', 'courtship', 'church', 'state', 'country', 'forever', 'broken', 'regard', 'welfare', 'prosperity', 'institution', 'politics', 'religion', 'good', 'doctrine', 'safe', 'ground', 'stand', 'ion', 'church', 'state', 'effected', 'way', 'sectarian', 'appropriation', 'speaking', 'personal', 'interview', 'emperor', 'alexander', 'russia', 'emperor', 'wondered', 'possible', 'denomination', 'america', 'stand', 'platform', 'let', 'let', 'preference', 'partiality', 'attempt', 'help', 'sect', 'inch', 'higher', 'sea', 'world', 'plenty', 'illustration', 'church', 'state', 'united', 'let', 'hypocrisy', 'demoralization', 'born', 'relation', 'atlantic', 'yes', 'plenty', 'fully', 'demonstrated', 'men', 'christian', 'law', 'doctor', 'look', 'forward', 'golden', 'era', 'swamp', 'shall', 'reclaimed', 'jungle', 'cleared', 'american', 'desert', 'edenized', 'sea', 'sea', 'continent', 'shall', 'occupied', 'million', 'son', 'moraland', 'religious', 'influence', 'multiplied', 'rapid', 'ratio', 'population', 'shall', 'doxology', 'coming', 'north', 'south', 'east', 'west', 'doxology', 'rolling', 'meeting', 'mid', 'continent', 'clash', 'holy', 'joy', 'shall', 'mount', 'throne', 'pleasing', 'picture', 'opposed', 'word', 'god', 'declares', 'evil_men', 'seducer', 'shall', 'wax', 'worse', 'worse', 'deceiving', 'deceived', 'tim', 'different', 'language', 'sermon', 'preached', 'pastor', 'year', 'ago', 'said', 'simply', 'state', 'fact', 'place', 'church', 'surrendering', 'world', 'conquering', 'man', 'brought', 'kingdom', 'god', 'christian', 'instrumentality', 'men', 'dragged', 'dissipation', 'look', 'abroad', 'surrender', 'pretend', 'christian_church', 'mighty', 'host', 'christian_church', 'positively', 'professing', 'christianity', 'believe', 'bible', 'speaking', 'wealth', 'church', 'continued', 'appalling', 'statistic', 'year', 'churc', 'aes', 'god', 'country', 'averaged', 'conversion', 'year', 'average', 'death', 'church', 'soon', 'rate', 'world', 'brought', 'god', 'gain', 'lose', 'eternal_god', 'come', 'great', 'change', 'evidently', 'taken', 'place', 'morality', 'professor', 'world', 'large', 'style', 'preaching', 'pray', 'elder', 'cole', 'leceuka', 'fiji', 'stion', 'asked', 'doe', 'god', 'ask', 'pray', 'express', 'thankfulness', 'know', 'need', 'ask', 'prayer', 'flatter', 'lord', 'doe', 'love', 'pray', 'kind', 'unto', 'unthankful', 'evil', 'luke', 'god', 'commendeth', 'love', 'sinner', 'christ', 'died', 'rom', 'asking', 'lord', 'thing', 'need', 'acknowledge', 'dependenee', 'thanking', 'continuously', 'forgetting', 'past', 'blessing', 'mercy', 'men', 'return', 'thanks', 'god', 'forgot', 'god', 'work', 'knew', 'god', 'glorified', 'god', 'thankful', 'rom', 'result', 'unthankfulness', 'come', 'long_list', 'heinous', 'sin', 'spoken', 'chapter', 'roman', 'men', 'thank', 'god', 'live', 'lord', 'mercy', 'consumed', 'hie', 'compassion', 'fail', 'new', 'morning', 'great', 'thy', 'faithf', 'iriness', 'come', 'presence', 'thanksgiving', 'morning', 'thank', 'praise', 'lord', 'likewise', 'chron', 'lift', 'eye', 'hill', 'cometh', 'help', 'remember', 'god', 'god', 'helped', 'blessed', 'way', 'hand', 'guided', 'kept', 'produce', 'feeling', 'gratitude', 'heart', 'blessing', 'flow', 'confidence', 'lead', 'trust', 'future', 'trust', 'confidence', 'faith', 'prayer', 'produce', 'faith', 'saved', 'faith', 'content', 'place', 'elsie', 'brown', 'watrousville', 'mich', 'bible', 'tell', 'god', 'building', 'building', 'timber', 'shape', 'size', 'large', 'small', 'place', 'great', 'post', 'stand', 'pillar', 'strength', 'little', 'brace', 'aid', 'support', 'additional', 'strength', 'post', 'builder', 'piece', 'certain', 'place', 'clearly', 'seen', 'piece', 'larger', 'place', 'designed', 'little', 'brace', 'sound', 'post', 'additional', 'material', 'tacked', 'reliance', 'placed', 'post', 'appearance', 'unsightly', 'necessity', 'place', 'god', 'designed', 'need', 'smaller', 'hewed', 'suit', 'smaller', 'place', 'designed', 'occupy', 'waste', 'material', 'time', 'matter', 'wasted', 'procured', 'larger', 'timber', 'shameful', 'unwillingness', 'god', 'planned', 'use', 'sho', 'misrepresent', 'world', 'hinder', 'work', 'lead', 'men', 'count', 'slack', 'come', 'ing', 'promise', 'may_god', 'help', 'tent', 'place', 'desi', 'large', 'trust', 'god', 'thing', 'christ', 'etrengthenet', 'small', 'good_courage', 'remen', 'door', 'latch', 'unimport', 'addition', 'building', 'brace', 'let', 'wish', 'post', 'sill', 'beam', 'thank', 'lord', 'goodmatei', 'faithful_service', 'placc', 'larger', 'timber', 'theirs', 'greatest', 'thi', 'possible', 'piece', 'large', 'small', 'faithfulness', 'shall', 'decide', 'eternal', 'destiny', 'finally', 'space', 'occupied', 'acceptance', 'whi', 'filled', 'sphere', 'god', 'grace', 'true', 'calling', 'let', 'building', 'god', 'completion', 'rapidly', 'possibl', 'thee', 'elder', 'starr', 'battle', 'creek', 'mich', 'soul', 'lord', 'shall', 'preserve', 'thy', 'going', 'thy', 'coming', 'time', 'forth', 'forever', 'keepeth', 'tit', 'slumber', 'time', 'mentioned', 'rev', 'promise', 'kept', 'applies', 'peculiar', 'fore', 'perilous', 'time', 'hour', 'temptati', 'come', 'whole_world', 'try', 'inhabitant', 'thee', 'promise', 'trembi', 'view', 'critical', 'time', 'ala', 'day', 'great', 'like', 'evc', 'time', 'jacob', 'trouble', 'shall', 'saved', 'jer', 'time', 'thy', 'people', 'shall', 'delivered', 'tba', 'shall', 'written', 'book', 'dan', 'people', 'keeping', 'commandment', 'god', 'hand', 'oppression', 'come', 'word', 'comfort', 'thou', 'kept', 'word', 'patience', 'thee', 'hour', 'tempts', 'tion', 'shall', 'come', 'world', 'tot', 'dwell', 'earth', 'revie', 'vol', 'location', 'blessed', 'assurance', 'hour', 'temptation', 'shall', 'come', 'world', 'try', 'dwell', 'earth', 'faith', 'firmly', 'established', 'word', 'god', 'deceived', 'overcome', 'earnestly', 'seeking', 'knowledge', 'truth', 'striving', 'purify', 'soul', 'obedience', 'prepare', 'conflict', 'god', 'truth', 'sure', 'defense', 'thou', 'hast', 'kept', 'word', 'patience', 'thee', 'saviour', 'promise', 'woul', 'sooner', 'send', 'angel', 'heaven', 'protect', 'people', 'leave', 'soul', 'trust', 'overcome', 'satan', 'great', 'controversy', 'vol', 'god', 'israel', 'kept', 'people', 'alive', 'famine', 'kept', 'rage', 'lion', 'violence', 'peril', 'deluge', 'anger', 'wicked', 'men', 'demon', 'manner', 'harm', 'able', 'day', 'foe', 'temporal', 'spiritual', 'moral', 'defilement', 'pray', 'daily', 'deliver', 'evil', 'daily', 'experiencing', 'fulfilment', 'shall', 'prepared', 'impending', 'test', 'stand', 'kept', 'power', 'god', 'faith', 'unto', 'salvation', 'ready', 'revealed', 'time', 'peter', 'precious', 'promise', 'oft', 'repeated', 'time', 'assurance', 'given', 'hot', 'old', 'new_testament', 'lan', 'pteserve', 'people', 'lord', 'shall', 'serve', 'thee', 'evil', 'shall', 'preserve']
root - INFO - extracting file #105500: 2017-04-Final-Corpus/RH18961229-V73-52-page16.txt
root - INFO - extracting file #106000: 2017-04-Final-Corpus/RH18970727-V74-30-page6.txt
root - INFO - ['advent_review_and_sabbath_herald', 'vol', 'question', 'parent', 'instead', 'sort', 'outfit', 'shall', 'worn', 'climb', 'graceful', 'strong', 'dressed', 'climber', 'inspiration', 'let', 'send', 'mean', 'let', 'send', 'climber', 'bark', 'jerkin', 'barefooted', 'faintly', 'express', 'thought', 'motif', 'sketch', 'feel', 'pause', 'midst', 'discussion', 'great_principle', 'charactermaking', 'fundamental', 'homework', 'day', 'questioning', 'mother', 'wailing', 'question', 'ear', 'listen', 'question', 'shall', 'ascend', 'constitutes', 'child', 'kingdom', 'shall', 'produced', 'necessity', 'motherhood', 'relentless', 'escaped', 'awful', 'force', 'nature', 'man', 'god', 'woman', 'beholds', 'beauty', 'destined', 'task', 'making', 'life', 'fall', 'short', 'destiny', 'counting', 'delight', 'greater', 'sorrow', 'mourn', 'conscious', 'incompleteness', 'recompense', 'love', 'ideal', 'inexperienced', 'real', 'care', 'mingle', 'cup', 'greater', 'joy', 'pain', 'travail', 'cease', 'strike', 'like', 'poisoned', 'arrow', 'rankle', 'soul', 'spirit', 'long', 'physical', 'forgotten', 'share', 'travail', 'bitter', 'death', 'instead', 'life', 'anguish', 'seek', 'compel', 'child', 'born', 'labor', 'prevented', 'begin', 'soon', 'world', 'probably', 'stand', 'demonstrated', 'according', 'science', 'philosophy', 'involved', 'faith', 'bring', 'nigh', 'lord', 'called', 'laborer', 'begin', 'late', 'beginning', 'honest', 'receive', 'penny', 'especially', 'portion', 'vineyard', 'personal_interest', 'husbandman', 'little', 'vine', 'questioning', 'end', 'hope', 'instead', 'despair', 'shall', 'ascend', 'hill', 'lord', 'shall', 'stand', 'holy', 'place', 'hath', 'clean', 'hand', 'pure_heart', 'hath', 'lifted', 'soul', 'unto', 'vanity', 'sworn', 'deceitfully', 'shall', 'receive', 'blessing', 'lord', 'righteousness', 'god', 'salvation', 'generation', 'seek', 'seek', 'thy', 'face', 'god', 'jacob', 'margin', 'hand', 'axe', 'clean', 'heart', 'pure', 'vanity', 'deceit', 'righteousness', 'know', 'able', 'recognize', 'belong', 'motive', 'life', 'internal', 'eye', 'pure', 'sufficient', 'sort', 'recognition', 'truth', 'inward', 'clue', 'god', 'inward', 'truth', 'look', 'like', 'untruth', 'come', 'face', 'world', 'hidden', 'away', 'pile', 'rubbish', 'dark', 'alley', 'covered', 'manner', 'unrighteousness', 'such_things', 'human', 'sight', 'dressed', 'bad', 'style', 'moral', 'life', 'evil', 'known', 'good', 'understand', 'good', 'eye', 'search', 'god', 'thing', 'soul', 'nature', 'yield', 'culture', 'truth', 'chance', 'teachable', 'loyal', 'considers', 'worthy', 'honor', 'knew', 'christ', 'surely', 'mist', 'rising', 'black', 'alley', 'pool', 'sun', 'soul', 'hear', 'christ', 'know', 'righteousness', 'common', 'honesty', 'pure', 'heart', 'clean', 'hand', 'according', 'understanding', 'involves', 'little', 'sheep', 'wolf', 'clothing', 'specie', 'hypocrisy', 'world', 'worthy', 'shall', 'ascend', 'stand', 'receive', 'value', 'kingdom', 'honest', 'core', 'true', 'looked', 'clean', 'pure', 'righteous', 'held', 'closely', 'soul', 'selfish', 'greed', 'refuse', 'taught', 'account', 'cast', 'talking', 'hand', 'mind', 'pair', 'knotted', 'twisted', 'discolored', 'beautiful', 'knew', 'story', 'blemish', 'told', 'knew', 'child', 'knowing', 'evil', 'practised', 'evil', 'earnestness', 'unselfishness', 'nature', 'recognized', 'favorable', 'ground', 'good', 'growth', 'fruit', 'spirit', 'soul', 'god', 'secret', 'way', 'faintly', 'dimly', 'enforces', 'child', 'culturist', 'sure', 'soil', 'inner', 'nature', 'prepared', 'work', 'possible', 'human_power', 'linked', 'god', 'power', 'prenatal', 'influence', 'shall', 'tend', 'truth', 'purity', 'early', 'impression', 'shall', 'little', 'soul', 'body', 'environment', 'perfectly', 'conditioned', 'love', 'possibly', 'create', 'perplexity', 'arise', 'failure', 'comprehend', 'god', 'human', 'child', 'culture', 'summed', 'internal', 'god', 'external', 'human', 'god', 'use', 'work', 'external', 'reach', 'inner', 'nature', 'truth', 'impression', 'shall', 'accomplish', 'purpose', 'way', 'laborer', 'god', 'making', 'life', 'designed', 'attempt', 'reach', 'external', 'inner', 'nature', 'dominate', 'degree', 'whatsoever', 'trespassed', 'god', 'territory', 'placed', 'range', 'approval', 'blessing', 'opportunity', 'afforded', 'external', 'condition', 'trust', 'use', 'power', 'thing', 'work', 'good', 'love', 'god', 'work', 'spite', 'failure', 'free', 'course', 'life', 'child', 'good', 'cover', 'defect', 'prevent', 'working', 'ruin', 'realize', 'said', 'thing', 'fall', 'dead', 'spirit', 'god', 'life', 'soul', 'reader', 'wing', 'special_message', 'prayer', 'shall', 'young', 'people', 'educated', 'prof', 'bland', 'oraysvillc', 'tenn', 'true', 'regard', 'public_school', 'sharp', 'competition', 'sprung', 'private', 'school', 'country', 'inducement', 'aro', 'held', 'young', 'enter', 'institution', 'day', 'little', 'excuse', 'grow', 'ignorance', 'rich', 'poor', 'alike', 'privilege', 'education', 'thrust', 'young_man', 'young_woman', 'class', 'society', 'admitted', 'institution', 'land', 'equal', 'footing', 'young_person', 'poor', 'meet', 'expense', 'board', 'tuition', 'possessed', 'ambition', 'industry', 'little', 'trouble', 'finding', 'way', 'work', 'way', 'school', 'complete', 'highest', 'course', 'curriculum', 'men', 'day', 'occupy', 'high', 'position', 'achieved', 'great_success', 'compelled', 'neces', 'son', 'plant', 'grown', 'youth', 'lhat', 'daughter', 'corner_stones', 'polished', 'imilitude', 'palace', 'avery', 'stuttle', 'battle', 'creek', 'mich', 'yourn', 'blood', 'heart', 'beat', 'high', 'raised', 'heaven', 'eager', 'longing', 'eye', 'field', 'white', 'let', 'reap', 'thee', 'blessed', 'lord', 'send', 'calmly', 'answered', 'pleading', 'wild', 'child', 'hand', 'saw', 'distress', 'woe', 'lord', 'send', 'fain', 'let', 'humble', 'pray', 'let', 'work', 'thee', 'day', 'softly', 'laid', 'dear', 'hand', 'head', 'said', 'pined', 'panted', 'like', 'restless', 'child', 'moaned', 'struggled', 'longing', 'wild', 'day', 'passed', 'slowly', 'till', 'midday', 'came', 'work', 'undone', 'eager', 'eye', 'looked', 'smiled', 'child', 'sheaf', 'longed', 'bring', 'glad', 'rejoicing', 'blessed', 'king', 'borne', 'fairer', 'hand', 'left', 'murmur', 'repine', 'prayed', 'ope', 'gate', 'whispered', 'wait', 'shadow', 'lengthened', 'west', 'worn', 'hope', 'deferred', 'longed', 'rest', 'content', 'wait', 'master', 'content', 'hear', 'whisper', 'peace', 'came', 'voice', 'learned', 'know', 'arise', 'labor', 'having', 'learned', 'wait', 'master', 'hand', 'hath', 'oped', 'gate', 'youth', 'spent', 'labor', 'glorify', 'bade', 'wait', 'rest', 'till', 'toil', 'past', 'heaven', 'study', 'child', 'culture', 'henry', 'sanitarium', 'thing', 'carefully', 'avoided', 'child', 'culture', 'placing', 'value', 'external', 'doe', 'belong', 'thing', 'kept', 'mind', 'culturist', 'object', 'gained', 'purity', 'truth', 'elegance', 'elegance', 'right', 'place', 'salvation', 'capable', 'laying', 'hold', 'eternal', 'thing', 'trite', 'saying', 'cease', 'trite', 'alive', 'wire', 'charged', 'light', 'fatal', 'rashly', 'handled', 'ignored', 'difference', 'true', 'false', 'pure', 'impure', 'internal', 'dressed', 'nearly', 'alike', 'pas', 'twin', 'decent', 'yea', 'beautiful', 'dress', 'highest', 'culture', 'fashion', 'right', 'true', 'heart', 'pleading', 'old', 'recipe', 'cooking', 'rabbit', 'begin', 'advice', 'catch', 'rabbit', 'essential', 'thing', 'far', 'father', 'mother', 'home', 'produce', 'child', 'element', 'character', 'worth', 'dressing', 'beautiful', 'garment', 'light', 'better', 'world', 'nearly', 'right', 'possible', 'external', 'work', 'world', 'care', 'thing', 'belong', 'world', 'come', 'aseendat', 'inspired', 'old', 'classic', 'exclamation', 'uttered', 'successful', 'candidate', 'graduation', 'forgotten', 'anxiety', 'questioner', 'shall', 'ascend', 'answer', 'time', 'importance', 'graduating', 'silk', 'broadcloth', 'shall', 'ascend', 'hill', 'lord', 'home', 'questiols', 'importance', 'greater', 'child', 'educate', 'young_person', 'educate', 'themsl', 'yes', 'past_quarter', 'century', 'school', 'kind', 'multiplied', 'day', 'child', 'live', 'easy', 'walking', 'distance', 'school', 'kind']
root - INFO - extracting file #106500: 2017-04-Final-Corpus/RH18980201-V75-05-page16.txt
root - INFO - extracting file #107000: 2017-04-Final-Corpus/RH18980823-V75-34-page11.txt
root - INFO - ['meeting', 'long', 'remembered', 'god', 'wrought', 'holy', 'spirit', 'dispel', 'influence', 'enemy', 'testimony', 'borne', 'confession', 'gave', 'evidence', 'gaining', 'new_experience', 'faith', 'trust', 'power', 'god', 'save', 'sin', 'kilgore', 'state', 'compiled', 'state', 'paper', 'colorado', 'alamosa', 'recently', 'baptized', 'united', 'church', 'canon', 'city', 'lately', 'baptized', 'series', 'meeting', 'begun', 'continue', 'camp_meeting', 'church', 'number', 'working', 'member', 'denven', 'meeting', 'held', 'excellent', 'person', 'baptized', 'lafayette', 'willing', 'heart', 'decided', 'obey', 'lord', 'commandment', 'junta', 'aggressive', 'work', 'place', 'people', 'visited', 'home', 'subscription', 'periodical', 'taken', 'tract', 'lent', 'sold', 'bible', 'reading', 'cottage', 'prayer', 'meeting', 'held', 'sabbath', 'school', 'increasing', 'member', 'interested', 'person', 'accepting', 'truth', 'right', 'salida', 'received', 'church', 'baptism', 'illinois', 'decatur', 'missionary_work', 'carried', 'forward', 'thousand', 'page', 'reading', 'matter', 'circulated', 'thousand', 'copy', 'sign', 'time', 'galesb', 'iro', 'recently', 'baptized', 'united', 'church', 'litcfifield', 'result', 'tent_meetings', 'number', 'accepted', 'truth', 'rejoicing', 'sabbath', 'school', 'number', 'interested', 'acknowledge', 'truth', 'care', 'life', 'choke', 'good_seed', 'peoria', 'missionary_work', 'point', 'united', 'church', 'rooxforn', 'joined', 'church', 'letter', 'baptism', 'springfield', 'baptized', 'united', 'church', 'result', 'tent_meetings', 'closed', 'indian', 'territory', 'miami', 'place', 'excellent', 'good_influence', 'profess', 'truth', 'helped', 'materially', 'meeting', 'fruit', 'far', 'large', 'substantial', 'character', 'vinita', 'result', 'tent_meetings', 'closed', 'person', 'keeping', 'sab', 'bath', 'sabbath', 'school', 'organized', 'iowa', 'iowa', 'city', 'recently', 'baptized', 'united', 'church', 'making', 'accepted', 'truth', 'fall', 'minnesota', 'artichoke', 'baptized', 'united', 'church', 'central', 'decided', 'sabbath', 'publicly', 'announced', 'determination', 'duluth', 'accepted', 'truth', 'baptized', 'east', 'prairie', 'dear_brother', 'baptized', 'luverne', 'publicly', 'taken', 'stand', 'obey', 'commandment', 'medford', 'person', 'baptized', 'eighty_years', 'age', 'sabin', 'baptized', 'united', 'church', 'missouri', 'greentop', 'baptized', 'uniting', 'church', 'joseph', 'willing', 'heart', 'yielded', 'conviction', 'taken', 'stand', 'god', 'truth', 'nebraska', 'kea', 'rney', 'decided', 'god', 'commandment', 'halting', 'opinion', 'sabbath', 'school', 'increased', 'membership', 'new', 'york', 'bolivar', 'tent', 'service', 'closed', 'decided', 'obey', 'sabbath', 'came', 'forward', 'prayer', 'sabbath', 'profession', 'rochester', 'thirteen', 'signified', 'intention', 'commandment', 'god', 'good', 'ill', 'meeting', 'pronounced', 'twice', 'meeting', 'complained', 'nuisance', 'vienna', 'taken', 'stand', 'truth', 'interested', 'north', 'pacific', 'conference', 'dallas', 'ore', 'quarterly', 'meeting', 'church', 'organized', 'officer', 'elected', 'number', 'lively_interest', 'work', 'newberg', 'ore', 'young_people', 'gave', 'heart', 'lord', 'baptized', 'seven', 'united', 'church', 'added', 'company', 'new', 'westminster', 'added', 'church', 'baptism', 'dalles', 'ore', 'result', 'bible', 'reading', 'accepted', 'truth', 'interested', 'pennsylvania', 'ilkunisnung', 'number', 'taken', 'stand', 'truth', 'result', 'public_service', 'held', 'port', 'allegany', 'union', 'quarterly', 'meeting', 'baptized', 'requested', 'baptism', 'quarterly', 'meeting', 'virginia', 'portsmouth', 'keeping', 'sabbath', 'point', 'accepting', 'truth', 'god', 'result', 'meeting', 'held', 'place', 'contribution', 'amounted', 'tract', 'sale', 'fully', 'person', 'present', 'closing', 'meeting', 'accepted', 'truth', 'year', 'traveled', 'island', 'pacific', 'year', 'ago', 'small', 'book', 'written', 'white', 'book', 'led', 'search', 'truth', 'year', 'lord', 'wisconsin', 'clear', 'lake', 'new_members', 'received', 'church', 'baptized', 'present', 'church', 'membership', 'humbird', 'sister', 'took', 'decided', 'stand', 'truth', 'baptized', 'united', 'church', 'loyal', 'earnest', 'person', 'consecrated', 'lord', 'baptized', 'waldwick', 'celebration', 'ordinance', 'united', 'church', 'baptized', 'expressed', 'desire', 'seek', 'god', 'wausau', 'baptized', 'united', 'church', 'west', 'superior', 'lately', 'baptized', 'added', 'church', 'place', 'band', 'busy', 'worker', 'salvation', 'perishing', 'soul', 'indiana', 'evansville', 'sabbath', 'sunday', 'august', 'eventful', 'day', 'history', 'work', 'place', 'sabbath', 'meeting', 'spirit', 'present', 'impress', 'heart', 'person', 'requested', 'baptism', 'baptist', 'minister', 'considerable', 'prominence', 'baptized', 'convert', 'baptist', 'faith', 'time', 'long', 'ago', 'secured', 'use', 'baptistery', 'baptist', 'church', 'clock', 'sunday', 'administered', 'baptism', 'sunday', 'night', 'meeting', 'attended', 'subject', 'baptism', 'holy', 'ghost', 'spirit', 'poured', 'large_measure', 'filled', 'utmost', 'capacity', 'receive', 'reached', 'time', 'message', 'receive', 'holy', 'ghost', 'actually', 'having', 'pentecostal', 'time', 'apostolic', 'experience', 'message', 'rising', 'grand', 'awful', 'time', 'message', 'close', 'power', 'great_glory', 'lord', 'want', 'live', 'sec', 'triumph', 'august', 'davis', 'mississippi', 'hatley', 'good', 'camp_meeting', 'held', 'place', 'near', 'amory', 'favorable', 'impression', 'community', 'gained', 'friend', 'keeping', 'sabbath', 'leaving', 'brother', 'robert', 'nash', 'follow', 'work', 'came', 'burnsville', 'held', 'meeting', 'camp_meeting', 'object', 'visit', 'attend', 'meeting', 'baptist', 'association', 'appointed', 'investigation', 'sabbath', 'question', 'deacon', 'church', 'read', 'published', 'sermon', 'law', 'god', 'robert', 'howell', 'pastor', 'baptist', 'church', 'nashville', 'tenn', 'sermon', 'taught', 'perfection', 'perpetuity', 'law', 'god', 'following', 'forcible', 'language', 'law', 'god', 'holy', 'good', 'binding', 'intelligent', 'binding', 'forever', 'god', 'law', 'faithful', 'reflection', 'own_character', 'impossible', 'disregard', 'claim', 'denying', 'enforce', 'demand', 'cease', 'holy', 'cease', 'god', 'deny', 'tim', 'god', 'immutable', 'change', 'law', 'god', 'binding', 'christian', 'reading', 'sermon', 'followed', 'sermon', 'elder', 'burris', 'leading', 'baptist', 'minister', 'endorsing', 'howell', 'great', 'good_man', 'read', 'sermon', 'leading', 'object', 'law', 'god', 'abolished', 'vanished', 'taken', 'away', 'binding', 'christian', 'tried', 'new_testament', 'day', 'week', 'taken', 'place', 'sabbath', 'admit', 'review', 'ahd', 'sabbath', 'herald']
root - INFO - extracting file #107500: 2017-04-Final-Corpus/RH18990307-V76-10-page2.txt
root - INFO - extracting file #108000: 2017-04-Final-Corpus/RH18990926-V76-39-page11.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'classic', 'study', 'latin', 'language', 'throw', 'light', 'singleforeign', 'tongue', 'suggest', 'man', 'sense', 'new', 'consideration', 'respecting', 'acknowledge', 'great_body', 'educated', 'countryman', 'learn', 'grammaticize', 'english', 'mean', 'latin', 'prof', 'usefulness', 'latin', 'folly', 'instructor', 'instead', 'vindication', 'present', 'education', 'high', 'charge', 'man', 'think', 'knowledge', 'latin', 'essential', 'purity', 'english', 'diction', 'conversed', 'accomplished', 'woman', 'doe', 'deserve', 'converse', 'sure', 'person', 'habit', 'hearing', 'public', 'speaking', 'observed', 'orator', 'fondest', 'quoting', 'latin', 'mean', 'scrupulous', 'marring', 'native', 'tongue', 'mention', 'member', 'parliament', 'fail', 'usher', 'scrap', 'horace', 'juvenal', 'half', 'dozen', 'false', 'concord', 'decadence', 'american', 'holiday', 'monday', 'september', 'called', 'labor', 'day', 'seven', 'state', 'territory', 'pennsylvania', 'day', 'observed', 'saturday', 'september', 'instead', 'monday', 'california', 'monday', 'october', 'day', 'chosen', 'institution', 'recent', 'origin', 'parade', 'laboring', 'men', 'called', 'labor', 'day', 'celebration', 'taking', 'place', 'new', 'york', 'city', 'sept', 'year', 'observed', 'resolution', 'passed', 'knight', 'labor', 'calling', 'labor', 'day', 'new', 'york', 'state', 'bring', 'matter', 'legislature', 'oregon', 'passed', 'law', 'subject', 'original', 'idea', 'mind', 'proposer', 'day', 'special', 'time', 'consider', 'welfare', 'industrial', 'class', 'day', 'employer', 'employee', 'deliberation', 'day', 'observed', 'day', 'rest', 'recreation', 'education', 'advantageous', 'representative', 'labor', 'capital', 'object', 'day', 'like', 'national', 'holiday', 'fast', 'lost', 'sight', 'benefit', 'celebration', 'scarce', 'thanksgiving', 'day', 'generally', 'devoted', 'game', 'football', 'editorial', 'new', 'york', 'tribune', 'labor', 'day', 'share', 'common', 'lot', 'holiday', 'dozen', 'year', 'transformed', 'original', 'purpose', 'remembered', 'antiquarian', 'original', 'form', 'observance', 'long', 'ago', 'abandoned', 'day', 'given', 'exclusively', 'athletic', 'sport', 'allied', 'merrymaking', 'end', 'american', 'holiday', 'labor', 'day', 'decoration', 'day', 'thanksgiving', 'day', 'washington', 'birthday', 'fourth', 'july', 'christmas', 'distinction', 'regarded', 'alike', 'celebrated', 'alike', 'save', 'variation', 'imposed', 'change', 'weather', 'according', 'season', 'dislike', 'recognize', 'fact', 'holiday', 'universally', 'prostituted', 'deny', 'fact', 'stated', 'thing', 'evident', 'time', 'men', 'shall', 'lover', 'pleasure', 'lover', 'god', 'present_generation', 'love', 'god', 'gratitude', 'mercy', 'highest', 'thing', 'enjoined', 'observance', 'day', 'mentioned', 'forgotten', 'mad', 'scramble', 'fun', 'generation', 'surprising', 'day', 'set', 'apart', 'object', 'likewise', 'turned', 'different', 'purpose', 'let', 'notice', 'prominent', 'holiday', 'reason', 'general', 'misappropriation', 'reason', 'noted', 'universal', 'search', 'pleasure', 'better', 'express', 'momentary', 'fun', 'remuneration', 'reason', 'plainly', 'evident', 'departure', 'principle', 'maintained', 'celebration', 'day', 'originated', 'instead', 'willingness', 'labor', 'capital', 'meet', 'friendly', 'way', 'discus', 'prevailing', 'condition', 'idea', 'view', 'arriving', 'peaceful', 'settlement', 'difficulty', 'arising', 'party', 'depend', 'strong', 'organization', 'settle', 'matter', 'dispute', 'soulless', 'corporation', 'unlimited', 'trust', 'capital', 'anarchistic', 'labor', 'organization', 'opposition', 'depending', 'power', 'money', 'state', 'enforce', 'decree', 'brute', 'force', 'dynamite', 'carry', 'design', 'place', 'calm', 'discussion', 'difference', 'labor', 'day', 'fourth', 'july', 'instance', 'memory', 'living', 'feeling', 'welled', 'heart', 'men', 'national', 'anniversary', 'drew', 'near', 'reverent', 'respect', 'awe', 'brave', 'men', 'amid', 'untold', 'hardship', 'fought', 'obtained', 'freedom', 'foreign', 'domination', 'day', 'teach', 'young', 'america', 'freedom', 'cost', 'included', 'self', 'evident', 'truth', 'men', 'created', 'equal', 'endowed', 'creator', 'certain', 'unalienable', 'right', 'day', 'declaration', 'independence', 'number', 'men', 'created', 'equal', 'anglo', 'saxon', 'corner', 'monopoly', 'liberty', 'national', 'right', 'according', 'modern', 'doctrine', 'wonder', 'circumstance', 'little', 'place', 'loudly', 'proclaim', 'men', 'created', 'equal', 'thanksgiving', 'day', 'national', 'holiday', 'generally', 'thought', 'originated', 'new', 'england', 'undoubtedly', 'continuation', 'country', 'harvest', 'home', 'festival', 'old', 'england', 'time', 'record', 'man', 'day', 'gathering', 'selling', 'best', 'fruit', 'soil', 'benefit', 'poor', 'observed', 'english', 'ancestor', 'thanks', 'god', 'protecting', 'care', 'thought', 'reason', 'day', 'offspring', 'ancient', 'feast', 'tabernacle', 'celebrate', 'people', 'israel', 'gathered', 'jerusalem', 'thank', 'god', 'goodness', 'majority', 'present_day', 'acknowledge', 'god', 'giver', 'blessing', 'claim', 'got', 'wealth', 'own_hands', 'shrewdness', 'thank', 'god', 'day', 'affords', 'opportunity', 'feasting', 'revelry', 'use', 'city', 'present_time', 'thanksgiving', 'day', 'football', 'fowl', 'mind', 'person', 'like', 'egg', 'salt', 'christmas', 'day', 'fare', 'better', 'need', 'multiply', 'word', 'know', 'national', 'holiday', 'greatly', 'prostituted', 'united', 'state', 'secular', 'paper', 'shown', 'quotation', 'tribune', 'mean', 'isolated', 'recognize', 'fact', 'stated', 'thing', 'selfishness', 'human_race', 'turn', 'refreshing', 'draft', 'truth', 'thoughtless', 'plunge', 'muddy', 'sea', 'pleasing', 'error', 'thing', 'sign', 'time', 'plainly', 'evident', 'eve', 'believed', 'word', 'god', 'sinned', 'sinned', 'long', 'believed', 'word', 'questioning', 'sinned', 'believe', 'word', 'god', 'questioning', 'sin', 'written', 'thy', 'word', 'hid', 'heart', 'sin', 'thee', 'word', 'hidden', 'heart', 'sinning', 'lord', 'kept', 'eve', 'sinning', 'believed', 'doubted', 'word', 'sinned', 'doubt', 'word', 'sin', 'lesson', 'applies', 'look', 'certain', 'person', 'wonder', 'came', 'sin', 'fell', 'trace', 'beginning', 'doubted', 'word', 'god', 'way', 'believe', 'watch', 'heart', 'unbelief', 'heed', 'brother', 'lest', 'evil', 'heart', 'unbelief', 'departing', 'living', 'god', 'charged', 'lord', 'macaulay', 'sufficiently', 'versed', 'classical', 'language', 'speak', 'authority', 'subject', 'sensible', 'evidently', 'worth', 'reprinting', 'consideration', 'think', 'entering', 'school', 'taking', 'study', 'latin', 'subject', 'sure', 'impartial', 'judge', 'feel', 'warmest', 'admiration', 'great', 'remains', 'antiquity', 'gratefully', 'acknowledge', 'benefit', 'mankind', 'owe', 'suffer', 'pernicious', 'protected', 'reverence', 'reverence', 'saint', 'erecting', 'shrine', 'sanctuary', 'criminal', 'eloquent', 'scholar', 'said', 'ancient', 'literature', 'ark', 'civilization', 'world', 'preserved', 'deluge', 'barbarism', 'confess', 'read', 'noah', 'thought', 'bound', 'live', 'ark', 'deluge', 'subsided', 'ancestor', 'began', 'consider', 'study', 'classic', 'principal', 'education', 'little', 'worth', 'reading', 'modern', 'language', 'circumstance', 'confessedly', 'changed', 'possible', 'change', 'desirable', 'opinion', 'latin', 'tongue', 'fear', 'considered', 'heretical', 'think', 'vocabulary', 'miserably', 'poor', 'mechanism', 'deficient', 'power', 'precision', 'want', 'definite', 'article', 'distinction', 'preterit', 'aorist', 'tense', 'defect', 'sufficient', 'place', 'language', 'acquainted', 'flourishing', 'era', 'reproached', 'poverty', 'expression', 'cicero', 'induced', 'patriotic', 'feeling', 'deny', 'charge', 'perpetual', 'recurrence', 'greek', 'word', 'hurried', 'familiar', 'letter', 'frequent', 'use', 'compelled', 'spite', 'exertion', 'avoid', 'philosophical', 'work', 'fully', 'prove', 'great', 'master', 'latin', 'tongue', 'felt', 'evil', 'labored', 'conceal', 'think', 'better', 'writer', 'body', 'language', 'literature', 'rome', 'born', 'old', 'sign', 'decrepitude', 'cradle', 'work', 'scarcely', 'spontaneous', 'racy', 'scarcely', 'originality', 'thought', 'scarcely', 'idiom', 'style', 'poetry', 'taste', 'hothouse', 'transplanted', 'greece', 'earth', 'pindus', 'clinging', 'root', 'nursed', 'careful', 'seclusion', 'italian', 'air', 'gardener', 'skilful', 'shrub', 'sickly', 'hardy', 'prickly', 'shrub', 'genuine', 'latin', 'growth', 'excepted', 'satire', 'indigenous', 'product', 'roman', 'talent', 'judgment', 'far', 'best', 'told', 'latin', 'language', 'strictly', 'grammatical', 'english', 'necessary', 'study', 'order', 'speak', 'english', 'elegance', 'accuracy', 'remark', 'repeated', 'till', 'pas', 'axiom', 'little', 'meaning', 'think', 'worth', 'refute', 'appearance', 'latin', 'language', 'strictly', 'grammatical', 'english', 'mean', 'regular', 'fewer', 'exception', 'general', 'law', 'derivation', 'inflection', 'construction', 'grant', 'purpose', 'orator', 'poet', 'defect', 'merit', 'merit', 'defect', 'possible', 'way', 'facilitate', 'acquisition', 'language', 'reasonable', 'simplicity', 'code', 'napoleon', 'render', 'study', 'law', 'england', 'easier', 'meant', 'language', 'formed', 'strict', 'accordance', 'general_principles', 'grammar', 'english', 'relation', 'word', 'bear', 'strictly', 'analogous', 'relation', 'idea', 'represent', 'latin', 'english', 'venture', 'doubt', 'fact', 'sure', 'thousand', 'repeat', 'hackneyed', 'remark', 'commenting', 'considered', 'principle', 'grammar', 'anterior', 'positive', 'enactment', 'solecism', 'malum', 'distinct', 'malum', 'proh', 'ibiturn', 'suppose', 'exist', 'principle', 'circumstance', 'particular', 'rule', 'language', 'sufficient', 'proof', 'principle', 'man', 'know', 'latin', 'likely', 'know', 'english', 'better', 'doe', 'dispute', 'advantage', 'peculiar']
root - INFO - extracting file #108500: 2017-04-Final-Corpus/RH19000501-V77-18-page10.txt
root - INFO - extracting file #109000: 2017-04-Final-Corpus/RH19001211-V77-50-page11.txt
root - INFO - ['advent_review_and_sabbath_herald', 'ings', 'hope', 'salvation', 'thess', 'blessed', 'hope', 'hope', 'appearing', 'son', 'god', 'titus', 'hope', 'resurrection', 'dead', 'act', 'hope', 'glory', 'col', 'hope', 'set', 'gospel', 'called', 'good', 'hope', 'lively', 'hope', 'enjoy', 'present', 'blessing', 'hope', 'rejoice', 'future', 'filled', 'hope', 'hope', 'glory', 'god', 'joy', 'come', 'hope', 'hope', 'god', 'love', 'hope', 'sure', 'steadfast', 'maketh', 'ashamed', 'everlasting', 'hope', 'glory', 'prospect', 'glory', 'new_heavens', 'new_earth', 'glory', 'resurrection', 'glory', 'kingdom', 'glory', 'christ', 'simply', 'known', 'believed', 'free', 'love', 'god', 'apostle', 'prayer', 'god', 'hope', 'joy', 'peace', 'believing', 'bonar', 'prerequisite', 'prevailing', 'prayer', 'thing', 'essential', 'prevailing', 'prayer', 'faith', 'written', 'cometh', 'god', 'believe', 'rewarder', 'diligently', 'seek', 'expect', 'faith', 'believe', 'personal', 'god', 'rule', 'kingdom', 'men', 'personal_interest', 'pertains', 'individual', 'temporal', 'spiritual', 'form', 'prayer', 'thing', 'prayer', 'breath', 'soul', 'lacking', 'childlike', 'simplicity', 'open', 'heart', 'god', 'dear_friend', 'believing', 'interested', 'minutest', 'everyday', 'life', 'realize', 'real_value', 'prayer', 'faith', 'exercised', 'medium', 'prayer', 'blessing', 'brought', 'human_family', 'victory', 'gained', 'chronicled', 'page', 'sacred', 'history', 'day', 'abel', 'death', 'seer', 'patmos', 'faith', 'victory', 'prayer', 'channel', 'come', 'book', 'james', 'read', 'lack', 'wisdom', 'wisdom', 'ability', 'apply', 'knowledge', 'let', 'ask', 'god', 'giveth', 'men', 'liberally', 'upbraideth', 'shall', 'given', 'let', 'ask', 'faith', 'wavering', 'wavereth', 'like', 'wave', 'sea', 'driven', 'wind', 'tossed', 'let', 'man', 'think', 'shall', 'receive', 'lord', 'faith', 'wavering', 'kind', 'time', 'believing', 'pretending', 'believe', 'doubting', 'driven', 'fro', 'wind', 'doctrine', 'opinion', 'need', 'expect', 'lord', 'heart', 'grounded', 'truth', 'mind', 'stayed', 'god', 'claim', 'promise', 'shall', 'given', 'son', 'god', 'person', 'jesus_christ', 'lived', 'human_life', 'felt', 'power', 'temptation', 'experienced', 'sorrow', 'heartache', 'person', 'struggle', 'heredity', 'environment', 'great', 'small', 'befall', 'hirriself', 'passed', 'sin', 'sarhe', 'jesus', 'having', 'passed', 'heaven', 'high', 'priest', 'sends', 'encouraging', 'invitation', 'come', 'boldly', 'unto', 'throne', 'grace', 'obtain', 'mercy', 'grace', 'help', 'time', 'need', 'principle', 'applicable', 'spiritual_life', 'think', 'rich', 'increased', 'good', 'need', 'effort', 'forth', 'change', 'condition', 'feel', 'utter', 'helplessness', 'inability', 'meet', 'duty', 'responsibility', 'life', 'acceptable', 'manner', 'own_strength', 'turn', 'lord', 'earnestness', 'arm', 'jehovah', 'behalf', 'man', 'extremity', 'god', 'opportunity', 'prayer', 'come', 'heart', 'burdened', 'need', 'lost', 'answer', 'delayed', 'earthly', 'circumstance', 'answer', 'prayer', 'daniel', 'prayer', 'recorded', 'receive', 'answer', 'way', 'time', 'infinite', 'merciful', 'heavenly_father', 'best', 'petitioner', 'illustration', 'principle', 'saviour', 'teaching', 'prominent', 'man', 'went', 'friend', 'midnight', 'request', 'loan', 'loaf', 'friend', 'come', 'journey', 'set', 'case', 'friendship', 'strongest', 'human', 'tie', 'avail', 'man', 'need', 'apparent', 'persistent', 'pleading', 'request', 'granted', 'parable', 'significant', 'immediately', 'follows', 'lord', 'prayer', 'given', 'request', 'disciple', 'parable', 'directly', 'followed', 'word', 'unto', 'ask', 'shall', 'given', 'seek', 'shall', 'knock', 'shall', 'opened', 'unto', 'asketh', 'receiveth', 'seeketh', 'findeth', 'knocketh', 'shall', 'opened', 'son', 'shall', 'ask', 'bread', 'father', 'stone', 'ask', 'fish', 'fish', 'serpent', 'shall', 'ask', 'egg', 'offer', 'scorpion', 'evil', 'know', 'good', 'gift', 'unto', 'child', 'shall', 'heavenly_father', 'holy', 'spirit', 'ask', 'understand', 'lesson', 'heavenly_father', 'compared', 'man', 'need', 'persistently', 'entreated', 'deign', 'hear', 'grant', 'request', 'designed', 'encourage', 'want', 'wish', 'known', 'assurance', 'hear', 'answer', 'prayer', 'encourage', 'pray', 'ceasing', 'answer', 'prayer', 'delayed', 'important_part', 'petition', 'holy', 'spirit', 'reveal', 'need', 'time', 'peril', 'special', 'time', 'set', 'apart', 'week', 'prayer', 'expected', 'seek', 'god', 'special_manner', 'need', 'wait', 'time', 'feel', 'lord', 'entreated', 'feeling', 'need', 'lift', 'heart', 'god', 'prayer', 'perfect', 'assurance', 'following', 'beautiful', 'thought', 'christ', 'object_lesson', 'prepare', 'heart', 'mind', 'point', 'repulsed', 'come', 'contrite', 'heart', 'prayer', 'lost', 'amid', 'anthem', 'celestial', 'choir', 'god', 'hears', 'weakest', 'human', 'pour', 'heart', 'desire', 'closet', 'breathe', 'prayer', 'walk', 'way', 'word', 'reach', 'throne', 'monarch', 'universe', 'inaudible', 'human', 'ear', 'die', 'away', 'silence', 'lost', 'activity', 'business', 'going', 'rise', 'din', 'street', 'confusion', 'multitude', 'heavenly', 'court', 'god', 'speaking', 'prayer', 'careful', 'prayer', 'supplication', 'thanksgiving', 'let', 'request', 'known', 'unto', 'god', 'thanksgiving', 'defined', 'expressing', 'gratitude', 'favor', 'mercy', 'bestowed', 'war', 'pestilence', 'famine', 'disaster', 'land', 'sea', 'swept', 'away', 'thousand', 'fellow_creatures', 'year', 'remain', 'monument', 'god', 'mercy', 'hard', 'lot', 'come', 'look', 'godward', 'shall', 'abundant', 'reason', 'thanksgiving', 'dishonor', 'displeases', 'parent', 'child', 'constantly', 'complaining', 'home', 'surroundings', 'finding', 'fault', 'effort', 'parent', 'life', 'desirable', 'pleasant', 'child', 'conduct', 'imputation', 'parent', 'love', 'affection', 'devil', 'charge', 'god', 'unjust', 'arbitrary', 'devoid', 'love', 'consideration', 'created', 'fail', 'appreciate', 'mercy', 'blessing', 'daily', 'recipient', 'murmur', 'complain', 'god', 'providence', 'aiding', 'abetting', 'enemy', 'dishonoring', 'god', 'loving', 'creator', 'benefactor', 'thanksgiving', 'mean', 'utterly', 'defeating', 'vast', 'army', 'arrayed', 'god', 'people', 'mean', 'futile', 'noteworthy', 'fact', 'fifty', 'psalm', 'entirely', 'devoted', 'thanksgiving', 'praise', 'time', 'psalm', 'occurs', 'exclamation', 'thanks', 'unto', 'lord', 'good', 'mercy', 'endureth', 'forever', 'instead', 'constantly', 'looking', 'dark', 'life', 'devil', 'let', 'begin', 'count', 'thing', 'thankful', 'shall', 'surprise', 'mercy', 'blessing', 'largely', 'excess', 'calamity', 'mind', 'saviour', 'said', 'apostle', 'paul', 'things_work', 'good', 'love', 'god', 'called', 'according', 'purpose', 'set', 'life', 'experience', 'lord', 'account', 'rejoice', 'affliction', 'agent', 'god', 'employ', 'permit', 'work', 'far', 'exceeding', 'eternal_weight', 'glory', 'shall', 'accomplished', 'purpose', 'blessed', 'promise', 'shall', 'rise', 'second', 'time', 'let', 'come', 'permit', 'loss', 'time', 'property', 'loved', 'body', 'afflicted', 'pain', 'let', 'honor', 'glorify', 'god', 'language', 'patriarch', 'job', 'lord', 'gave', 'lord_hath', 'taken', 'away', 'blessed', 'lord', 'let', 'good', 'ill', 'befall', 'good', 'secure', 'having', 'thee', 'having', 'thee', 'notwithstanding', 'fact', 'war', 'bloodshed', 'nation', 'preparing', 'battle', 'thanksgiving', 'arise', 'heart', 'sun', 'righteousness', 'set', 'mightiest', 'earthly', 'potentate', 'engaged', 'battle', 'supremacy', 'child', 'god', 'life', 'hid', 'christ', 'fear', 'refuge', 'safe', 'sure', 'honor', 'god', 'expressing', 'gratitude', 'mercy', 'blessing', 'word', 'song', 'cheerful', 'happy', 'demeanor', 'let', 'forget', 'bring', 'generous', 'thank', 'offering', 'week', 'prayer', 'help', 'sustain', 'cause', 'carry', 'knowledge', 'saving', 'truth', 'bless', 'brings', 'second', 'point', 'feel', 'need', 'keen', 'sense', 'need', 'prayer', 'feeble', 'fed', 'daily', 'heard', 'testing', 'people', 'institution', 'thing', 'work', 'mind', 'self_denial', 'self_sacrifice', 'carry', 'forward', 'work', 'flinching', 'lord', 'word', 'suggest', 'earnest', 'christian', 'tested', 'point', 'selling', 'christ', 'object_lesson', 'willing', 'lay', 'aside', 'worldly', 'plan', 'receive', 'preparation', 'enable', 'work', 'vineyard', 'young_man', 'young_woman', 'temptation', 'work', 'live', 'self', 'present_time', 'desire', 'training', 'lord', 'work', 'learned', 'deny', 'self', 'economize', 'money', 'pay', 'needed', 'preparation', 'fully', 'given', 'abundant', 'supply', 'food', 'future', 'little', 'thought', 'recurring', 'demand', 'physical', 'man', 'let', 'circumstance', 'change', 'supply', 'exhausted', 'hunger', 'begin', 'gnaw', 'vitals', 'prospect', 'demand', 'met', 'feel', 'need', 'earnest', 'importunate', 'petition', 'aid', 'come', 'soul', 'geo', 'irwin', 'doe', 'mean']
root - INFO - extracting file #109500: 2017-04-Final-Corpus/RH19010723-V78-30-page12.txt
root - INFO - extracting file #110000: 2017-04-Final-Corpus/RH19020225-V79-08-page12.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'vol', 'prospering', 'elder', 'covert', 'preident', 'wisconsin', 'conference', 'taking', 'active_part', 'christ', 'object', 'lesson', 'campaign', 'state', 'spending', 'large_part', 'time', 'going', 'church', 'church', 'inspiring', 'member', 'work', 'fully', 'expects', 'wisconsin', 'quota', 'disposed', 'time', 'set', 'finish', 'work', 'conference', 'divided', 'district', 'district', 'placed', 'superintendent', 'responsible', 'church', 'district', 'district', 'subdivided', 'laborer', 'definite', 'task', 'earnest_effort', 'people', 'expect', 'sing', 'song', 'jubilee', 'day', 'church', 'milwaukee', 'belief', 'able', 'sell', 'book', 'church', 'menibership', 'fifty', 'officer', 'church', 'met', 'evening', 'sabbath', 'arranged', 'book', 'divided', 'city', 'int', 'district', 'church', 'divided', 'company', 'competent', 'leader', 'gone', 'ito', 'work', 'elder', 'church', 'began', 'work', 'giving', 'short', 'canvas', 'cottage', 'meeting', 'succeeded', 'selling', 'seven', 'book', 'reader', 'saturday', 'evening', 'elder', 'spent', 'hour', 'half', 'half', 'past', 'sold', 'book', 'day', 'holding', 'meeting', 'people', 'faith', 'gave', 'short', 'description', 'book', 'sold', 'copy', 'church', 'german', 'sister', 'experience', 'canvassing', 'timid', 'hesitated', 'undertake', 'work', 'finally', 'mind', 'lord', 'told', 'afternoon', 'secured', 'order', 'experience', 'ieanyassing', 'book', 'believethat', 'angeli', 'lord', 'prepare', 'people', 'know', 'true', 'canvasser', 'spirit', 'christ', 'easy', 'sell', 'christ', 'object_lesson', 'red_sea', 'walk', 'wall', 'jeriom', 'thousand', 'wonderful', 'people', 'lived', 'greatness', 'consist', 'implicit', 'faith', 'god', 'promise', 'naturallythey', 'weakest', 'people', 'lived', 'trust', 'god', 'confiden', 'word', 'enable', 'company', 'pas', 'throtigh', 'experience', 'possible', 'sing', 'songof', 'moses', 'lamb', 'thousand', 'disheartened', 'afraid', 'sun', 'scorch', 'men', 'great', 'heat', 'stand', 'lord', 'promise', 'fearful', 'earthquake', 'shall', 'cause', 'island', 'flee', 'away', 'mountain', 'sinkfit', 'sight', 'sun', 'shine', 'midnight', 'nature', 'turned', 'course', 'greathliailstones', 'fall', 'add', 'thousand', 'stand', 'calmly', 'trusting', 'god', 'great', 'men', 'rich_man', 'chief', 'captain', 'mighty', 'men', 'bondman', 'freeman', 'hide', 'den', 'rock', 'mountain', 'thousand', 'marvelous', 'people', 'fear', 'god', 'asks', 'like', 'israel', 'old', 'willing', 'cross', 'red_sea', 'pas', 'jordan', 'walk', 'wall', 'jericho', 'god', 'command', 'david', 'successful', 'overthrowing', 'goliath', 'formed', 'habit', 'obeying', 'god', 'bear', 'destroying', 'sheep', 'father', 'flock', 'hope', 'thousand', 'accustom', 'obedience', 'successfully', 'thing', 'god', 'day', 'lord', 'calling', 'worker', 'chnrch', 'member', 'child', 'sell', 'hrist', 'object_lesson', 'order', 'sing', 'song', 'jubilee', 'necessary', 'member', 'sell', 'book', 'small', 'task', 'courage', 'caleb', 'joshua', 'hard', 'task', 'god', 'place', 'rapidly', 'nearing', 'end', 'require', 'courage', 'faith', 'previous', 'individual', 'weak', 'fearful', 'certainly', 'preparing', 'defeat', 'future', 'trust', 'god', 'forward', 'grand', 'success', 'lord', 'work', 'hard', 'easily', 'quickly', 'angel', 'god', 'god', 'offer', 'opportunity', 'work', 'time', 'child', 'israel', 'marched', 'wall', 'jericho', 'day', 'told', 'marched', 'time', 'taken', 'own_time', 'marched', 'long', 'cooperation', 'angel', 'god', 'spirit', 'selling', 'christ', 'object_lesson', 'abroad', 'theland', 'everybody', 'having', 'close', 'connection', 'god', 'catching', 'spirit', 'minister', 'teacher', 'lay_members', 'child', 'feel', 'presence', 'spirit', 'god', 'telling', 'arouse', 'sell', 'book', 'faith', 'interested', 'book', 'taken', 'copy', 'sell', 'time', 'work', 'easily', 'day', 'hard', 'task', 'later', 'hezekiah', 'rejoiced', 'people', 'god', 'prepared', 'people', 'thing', 'suddenly', 'work', 'began', 'service', 'house', 'god', 'law', 'commandment', 'seek', 'god', 'heart', 'prospered', 'sutherland', 'gathering', 'child', 'israel', 'reached', 'wilderness', 'journey', 'egypt', 'canaan', 'country', 'barren', 'want', 'bread', 'notwithstanding', 'murmuring', 'murmuring', 'wished', 'died', 'egypt', 'face', 'death', 'starvation', 'wilderness', 'moses', 'cried', 'mightily', 'lord', 'lord', 'said', 'rain', 'bread', 'heaven', 'people', 'shall', 'gather', 'certain', 'portion', 'day', 'mark', 'lord', 'people', 'rained', 'gathered', 'similar', 'condition', 'present_time', 'people', 'face', 'starvation', 'facing', 'financial', 'obligation', 'require', 'discharge', 'debt', 'school', 'intimately', 'connected', 'school', 'educational_work', 'leading', 'brother', 'felt', 'deeply', 'situation', 'school', 'debt', 'cried', 'unto', 'lord', 'heard', 'given', 'plan', 'sale', 'christ', 'object_lesson', 'book', 'produced', 'mean', 'idea', 'raising', 'fund', 'called', 'material', 'fund', 'suggested', 'adopted', 'nearly', 'thousand', 'dollar', 'raised', 'buy', 'paper', 'ink', 'binding', 'material', 'necessary', 'getting', 'book', 'review', 'herald', 'pacific', 'press', 'office', 'given', 'labor', 'work', 'printing', 'book', 'book', 'produced', 'thousand', 'thud', 'manna', 'book', 'fallen', 'eye', 'copiouslv', 'book', 'gather', 'money', 'liquidate', 'school', 'debt', 'aid', 'building', 'school', 'exist', 'book', 'ready', 'shall', 'gather', 'money', 'certain', 'portion', 'day', 'day', 'left', 'month', 'month', 'march', 'busy', 'season', 'come', 'let', 'opportunity', 'slip', 'fall', 'shall', 'devote', 'month', 'march', 'country', 'placing', 'book', 'hand', 'people', 'conference', 'waking', 'matter', 'great', 'state', 'michigan', 'indiana', 'illinois', 'wisconsin', 'work', 'book', 'thousand', 'taken', 'sold', 'review', 'herald', 'office', 'employee', 'agreed', 'thousand', 'battle', 'creek', 'church', 'taken', 'thousand', 'money', 'beginning', 'come', 'sale', 'large_company', 'canvasser', 'start', 'week', 'field', 'nurse', 'sanitarium', 'taking', 'hold', 'nobly', 'state', 'named', 'selling', 'book', 'state', 'enthusiastic', 'work', 'new', 'york', 'conference', 'set', 'apart', 'month', 'march', 'aid', 'work', 'new', 'england', 'work', 'oklahoma', 'pressing', 'forward', 'membership', 'thirteen', 'week', 'sold', 'twentythree', 'book', 'iowa', 'nebraska', 'nobly', 'state', 'work', 'live', 'state', 'little', 'individually', 'hold', 'work', 'trust', 'conference_laborers', 'officer', 'seize', 'opportunity', 'working', 'matter', 'golden', 'moment', 'let', 'pas', 'unimproved', 'sad', 'calamity', 'befallen', 'sanitarium', 'good_courage', 'instead', 'faltering', 'adversity', 'come', 'inspire', 'declare', 'fear', 'god', 'work', 'shall', 'forth', 'principle', 'truth', 'live', 'reign', 'institution', 'vanish', 'fiery', 'flame', 'principle', 'eternal', 'throne', 'god', 'reader', 'sold', 'object_lesson', 'order', 'tract_society', 'immediately', 'begin', 'good_work', 'sell', 'book', 'intimate', 'friend', 'buy', 'book', 'unwilling', 'buy', 'otherperson', 'ready', 'lord', 'send', 'lane', 'beginning', 'campaign', 'student', 'teacher', 'emmanuel', 'missionary', 'college', 'thrilled', 'desire', 'enter', 'campaign', 'sale', 'christ', 'object_lesson', 'ready', 'answer', 'spirit', 'god', 'searching', 'worker', 'come', 'forward', 'order', 'school', 'divided', 'company', 'member', 'faculty', 'taking', 'charge', 'division', 'company', 'numbered', 'individual', 'ednesday', 'february', 'day', 'selected', 'begin', 'canvas', 'wednesday', 'morning', 'company', 'readiness', 'bitterly', 'cold', 'snow', 'drifting', 'train', 'run', 'student', 'walked', 'country', 'sold', 'book', 'returned', 'day', 'majority', 'obliged', 'wait', 'day', 'thursday', 'brought', 'snowstorm', 'irregular', 'train', 'service', 'company', 'drove', 'territory', 'busy', 'day', 'visiting', 'house', 'house', 'buchanan', 'nile', 'joseph', 'benton', 'harbor', 'dowagiac', 'smaller', 'town', 'vicinity', 'berrien', 'spring', 'territory', 'covered', 'returned', 'thursday', 'evening', 'glowing', 'report', 'sabbath', 'evening', 'student', 'met', 'relate', 'experience', 'doubt', 'value', 'such_experiences', 'heard', 'testimony', 'listened', 'thought', 'men', 'accompanied', 'saul', 'king', 'israel', 'aband', 'men', 'heart', 'god', 'touched', 'elder', 'brunson', 'charge', 'meeting', 'returned', 'canvassing', 'tour', 'spoke', 'authority', 'said', 'believe', 'speak', 'read', 'familiar', 'text', 'rom', 'know', 'things_work', 'good', 'love', 'god', 'added', 'believe', 'verse', 'goodby', 'discouragement', 'matter', 'occurs', 'father', 'measured', 'portion', 'good', 'look', 'canvassing', 'work', 'different', 'light', 'day', 'ago', 'consider', 'grandest', 'work', 'selling', 'book', 'small_part', 'work', 'real', 'thing', 'represent', 'christ', 'heard', 'cobbler', 'said', 'work', 'tell', 'people', 'jesus', 'cobbled', 'shoe', 'expense', 'canvasser', 'represent', 'christ', 'sell', 'hook', 'expense', 'canvasser', 'reach', 'home', 'touch', 'heart', 'minister', 'debarred', 'ask', 'book', 'sold', 'shall', 'shall', 'sell', 'self', 'god', 'best', 'needed', 'value', 'canvassing', 'work', 'experience', 'listened', 'heart', 'experience', 'god', 'chosen', 'ministry', 'said', 'want', 'meant', 'professor', 'sutherland', 'spoke', 'briefly', 'experience', 'meeting', 'people', 'felt', 'deeply', 'impressed', 'fact', 'twentyfive', 'people', 'united', 'work', 'natural', 'man', 'distasteful', 'hearty', 'good', 'stormy', 'day', 'season', 'harmony', 'akin', 'disciple', 'gathered', 'upper', 'chamber', 'spirit', 'god', 'school', 'school', 'rise', 'masse', 'work', 'sign', 'great_things', 'ahead', 'sign', 'time', 'wish', 'rich', 'experience', 'following', 'statement', 'repeated', 'substance', 'student', 'propose', 'work', 'shall', 'visit', 'territory', 'canvassed', 'people', 'took', 'order', 'needed', 'lesson', 'think', 'feel', 'reconciled', 'canvas', 'love', 'ready']
root - INFO - extracting file #110500: 2017-04-Final-Corpus/RH19020805-V79-31-page5.txt
root - INFO - extracting file #111000: 2017-04-Final-Corpus/RH19030120-V80-03-page13.txt
root - INFO - ['january', 'advent', 'review', 'sabbath', 'herald', 'meeting', 'conclusion', 'close', 'sabbath', 'service', 'rejoiced', 'decision', 'thanked', 'lord', 'retire', 'night', 'bring', 'lord', 'accustomed', 'devotion', 'pray', 'burden', 'prayer', 'thought', 'prayer', 'gone', 'greatly', 'alarmed', 'decided', 'continue', 'people', 'relief', 'came', 'light', 'baptism', 'return', 'rio', 'janeiro', 'baptized', 'happy', 'woman', 'add', 'equally', 'interesting_experiences', 'truly', 'lord', 'work', 'watching', 'caring', 'westphal', 'australia', 'sydney', 'nearly', 'year', 'located', 'sydney', 'immediate', 'vicinity', 'situated', 'principal', 'portion', 'people', 'new', 'south', 'wale', 'landing', 'sydney', 'family', 'sister', 'keeping', 'sabbath', 'come', 'new', 'zealand', 'regular', 'sabbath', 'meeting', 'held', 'place', 'short', 'radius', 'suppose', 'far', 'sabbath', 'keeper', 'cause', 'experienced', 'share', 'adverse', 'influence', 'onward', 'stable', 'time', 'mentioned', 'labored', 'establish', 'unify', 'work', 'encourage', 'edify', 'reason', 'cast', 'encourage', 'people', 'christian_work', 'extend', 'principle', 'truth', 'public', 'house', 'house', 'labor', 'effort', 'lord', 'graciously', 'blessed', 'helped', 'halting', 'discouraged', 'led', 'clearer', 'light', 'better', 'condition', 'unity', 'confidence', 'prevails', 'church', 'numerous', 'person', 'fully', 'accepted', 'truth', 'missionary', 'work', 'measure', 'revived', 'successful', 'church', 'school', 'maintained', 'year', 'youth', 'attention', 'baptized', 'fifty', 'believer', 'waiting', 'opportunity', 'fruit', 'sowing', 'sydney', 'surrounding', 'country', 'present', 'fruitful', 'field', 'gospel_work', 'church', 'arises', 'beautiful', 'garment', 'god', 'glort', 'fled', 'work', 'best', 'unostentatious', 'patient', 'effort', 'individual', 'lord', 'search', 'jewel', 'populous', 'beautiful', 'center', 'weighing', 'thing', 'period', 'earnest', 'interesting', 'work', 'precious', 'lesson', 'faith', 'confidence', 'god', 'come', 'surely', 'lord', 'work', 'flesh', 'fail', 'faithful', 'leaving', 'new', 'south', 'wale', 'visited', 'engowra', 'farming', 'community', 'fifty', 'mile', 'inland', 'brother', 'received', 'truth', 'reading', 'great', 'controversy', 'sold', 'canvasser', 'year', 'ago', 'trip', 'syciney', 'baptized', 'prayed', 'family', 'son', 'daughter', 'son', 'law', 'daughter', 'law', 'rejoicing', 'truth', 'privilege', 'baptize', 'father', 'previously', 'seen', 'people', 'engowra', 'border', 'starvatio', 'land', 'whole_country', 'devastated', 'awful', 'drought', 'crushing', 'life', 'man', 'beast', 'unexpectedly', 'came', 'work', 'auckland', 'new', 'zealand', 'change', 'address', 'anglesea', 'street', 'ponsonby', 'auckland', 'tenney', 'superior', 'mission', 'field', 'menominee', 'mich', 'week', 'prayer', 'elder', 'johnson', 'writer', 'spent', 'time', 'north', 'branch', 'stephenson', 'church', 'near', 'wilson', 'located', 'forty_miles', 'stephenson', 'church', 'proper', 'difficult', 'general_attendance', 'division', 'time', 'reason', 'wilson', 'branch', 'desired', 'organize', 'independent', 'church', 'important_meeting', 'meeting', 'appointed', 'wilson', 'branch', 'develop', 'prepare', 'church', 'organization', 'began', 'meeting', 'branch', 'stephenson', 'church', 'having', 'unpleasant', 'experience', 'account', 'certain', 'recently', 'come', 'advocating', 'unwarranted', 'idea', 'health_reform', 'seemingly', 'determined', 'force', 'brother', 'aroused', 'opposition', 'paving', 'way', 'division', 'company', 'radical', 'party', 'advocating', 'doctrine', 'buddha', 'instead', 'health_reform', 'standpoint', 'bible', 'testimony', 'doctrine', 'exposed', 'true_principles', 'health_reform', 'set', 'forth', 'came', 'line', 'confessing', 'mistake', 'asking', 'forgiveness', 'god', 'spirit', 'god', 'came', 'fully', 'remarkable', 'meeting', 'attended', 'held', 'meeting', 'day', 'meeting', 'attended', 'brother', 'sister', 'frenchand', 'belgian', 'speaking', 'people', 'interpreter', 'benefit', 'instruction', 'reading', 'highly', 'appreciated', 'good_effect', 'nearly', 'catch', 'missionary_spirit', 'anxious', 'sabbath', 'week', 'prayer', 'ordinance', 'lord', 'house', 'celebrated', 'remarkable', 'day', 'good_spirit', 'lord', 'came', 'feast', 'good', 'thing', 'harmony', 'unity', 'prevailed', 'saw', 'greater', 'manifestation', 'brotherly', 'love', 'good_spirit', 'manifest', 'day', 'business_meeting', 'organization', 'effected', 'organization', 'opened', 'way', 'church', 'discipline', 'walking', 'unruly', 'investigation', 'matter', 'member', 'church', 'tobacco', 'confessed', 'wrong', 'said', 'time', 'declared', 'quit', 'asked', 'dropped', 'church', 'record', 'deeply', 'concerned', 'welfare', 'suggested', 'agreed', 'quarter', 'consider', 'matter', 'pray', 'church', 'behalf', 'organization', 'elder', 'ordained', 'second', 'elder', 'church', 'elder', 'johnson', 'present', 'rendered', 'valuable_help', 'meeting', 'saw', 'harmony', 'manifested', 'election', 'officer', 'experience', 'truly', 'spirit', 'god', 'present', 'unify', 'work', 'exception', 'happy', 'lord', 'heart', 'revived', 'presence', 'christ', 'catch', 'missionary_spirit', 'spirit', 'labor', 'church', 'helped', 'way', 'christmas', 'offering', 'making', 'reform', 'matter', 'paying', 'tithe', 'promising', 'church', 'taken', 'wilson', 'church', 'work', 'menominee', 'prospering', 'held', 'course', 'lecture', 'november', 'december', 'attendance', 'small', 'awakened', 'distribution', 'reading', 'matter', 'visiting', 'holding', 'bible', 'reading', 'parlor', 'lecture', 'attendance', 'limited', 'mind', 'excellent', 'plan', 'work', 'good_interest', 'way', 'public', 'effort', 'possible', 'sonic', 'business_men', 'took', 'helping', 'pay', 'hall', 'expense', 'man', 'paid', 'dollar', 'receipt', 'covered', 'expense', 'felt', 'thankful', 'elder', 'johnson', 'brother', 'harris', 'assisted', 'conducting']
root - INFO - extracting file #111500: 2017-04-Final-Corpus/RH19030630-V80-26-page15.txt
root - INFO - extracting file #112000: 2017-04-Final-Corpus/RH19031217-V80-50-page15.txt
root - INFO - ['december', 'advent', 'review', 'sabbath', 'herald', 'neglected', 'field', 'ogden', 'south', 'beginning', 'right', 'door', 'lie', 'great', 'spanishspeaking', 'field', 'embracing', 'mexico', 'central', 'american', 'state', 'nearly', 'south', 'american', 'republic', 'missionary', 'circle', 'south', 'america', 'truthfully', 'called', 'neglected', 'continent', 'subject', 'line', 'embrace', 'yes', 'great', 'neglected', 'spanish', 'speaking', 'field', 'begin', 'mexico', 'door', 'neighbor', 'sadly', 'neglected', 'greatest', 'solemn_message', 'committed', 'man', 'line', 'general', 'view', 'great_field', 'ivhat', 'remains', 'clone', 'lord', 'come', 'imaginary', 'trip', 'let', 'leave', 'central', 'state', 'pacific_coast', 'day', 'suffice', 'bring', 'kansa', 'city', 'omaha', 'san_francisco', 'embark', 'sailing', 'golden', 'gate', 'leaving', 'portal', 'vessel', 'pas', 'sailing', 'san_francisco', 'steer', 'directly', 'setting', 'sun', 'fairly', 'sea', 'far', 'shore', 'safe', 'treacherous', 'rock', 'coast', 'suddenly', 'change', 'direction', 'west', 'southeast', 'day', 'continuous', 'sailing', 'bring', 'end', 'water', 'washing', 'shore', 'united', 'state', 'beginning', 'remains', 'accomplished', 'decade', 'ago', 'different_countries', 'altogether', 'opposed', 'entrance', 'protestant', 'missionary', 'day', 'door', 'open', 'opportunity', 'present', 'carrying', 'truth', 'country', 'shall', 'opening', 'way', 'far', 'know', 'language', 'true', 'personally', 'necessary', 'learn', 'spanish', 'tongue', 'carrying', 'message', 'waiting', 'land', 'know', 'language', 'ready', 'lack', 'mean', 'sent', 'contribute', 'mean', 'aid', 'sending', 'prepared', 'anxious', 'truly', 'duty', 'year', 'closing', 'record', 'year', 'correspondence', 'week', 'visited', 'desire', 'baptism', 'gratified', 'conversation', 'said', 'uncle', 'ben', 'sabbath', 'year', 'ago', 'said', 'reading', 'matt', 'end', 'sabbath', 'began', 'dawn', 'day', 'week', 'noticed', 'time', 'day', 'sabbath', 'day', 'sabbath', 'uncle', 'ben', 'read', 'commandment', 'seventh', 'day', 'sabbath', 'seventh', 'day', 'sabbath', 'knew', 'sabbath', 'began', 'read', 'bible', 'regularly', 'isaiah', 'pronounced', 'blessing', 'man', 'foot', 'sabbath', 'jesus', 'said', 'till', 'heaven', 'earth_pass', 'jot', 'tittle', 'shall', 'wise_pass', 'law_till', 'fulfilled', 'paz', 'bolivia', 'messiah', 'asked', 'like', 'book', 'teach', 'coming', 'christ', 'near', 'said', 'uncle', 'ben', 'bible', 'living', 'sixth', 'seventh', 'seal', 'john', 'came', 'mind', 'knew', 'spirit', 'god', 'willing', 'mind', 'thousand', 'day', 'finding', 'bible', 'hard', 'understand', 'dark', 'mysterious', 'law', 'like', 'great', 'cloud', 'darkness', 'hang', 'pillar', 'cloud', 'egyptian', 'red_sea', 'like', 'faithful', 'profession', 'let', 'rally', 'duty', 'let', 'larger', 'gift', 'messenger', 'hastened', 'earth', 'surely', 'year', 'ought', 'witness', 'larger', 'annual_offering', 'year', 'past', 'past', 'given', 'cent', 'content', 'stopping', 'offering', 'dollar', 'lamp', 'law', 'light', 'prov', 'think', 'viewing', 'mountain', 'mexico', 'day', 'bring', 'central', 'american', 'republic', 'day', 'continuous', 'passage', 'san_francisco', 'bring', 'fairly', 'sight', 'volcanic', 'region', 'central', 'america', 'steamer', 'carrying', 'passenger', 'west', 'coast', 'properly', 'freight', 'steamer', 'wrong_side', 'solomon', 'commandment', 'probably', 'half', 'dozen', 'central', 'american', 'port', 'port', 'detained', 'hour', 'day', 'according', 'celerity', 'receiving', 'dispatching', 'boat', 'boat', 'bay', 'shall', 'beautiful', 'view', 'tropical', 'vegetation', 'abundance', 'sunlight', 'rainfall', 'unite', 'nature', 'manifest', 'glory', 'leaving', 'central', 'america', 'bid', 'adieu', 'north', 'america', 'hastily', 'pas', 'year', 'age', 'living', 'corozal', 'ninety', 'stopping', 'possibly', 'port', 'mile', 'north', 'belize', 'british', 'honduras', 'colombia', 'ecuador', 'peru', 'occupy', 'baptized', 'sea', 'place', 'ing', 'week', 'week', 'benjamin', 'meswe', 'passing', 'long', 'siah', 'education', 'limited', 'narrow', 'strip', 'land', 'west', 'coast', 'family', 'married', 'daughter', 'chile', 'named', 'republic', 'remains', 'income', 'bolivia', 'little', 'interior', 'cultivation', 'little', 'garden', 'population', 'million', 'year', 'keeping', 'little', 'carry', 'sabbath', 'understood', 'refusing', 'precious', 'message', 'angel', 'light', 'bring', 'pail', 'million', 'darkness', 'good', 'water', 'david', 'speaking', 'god', 'law', 'entrance', 'thy', 'word', 'giveth', 'light', 'giveth', 'understanding', 'unto', 'simple', 'paul', 'said', 'word', 'inspiration', 'intended', 'christian', 'perfect', 'word', 'doctrine', 'time', 'come', 'endure', 'sound_doctrine', 'tim', 'day', 'word', 'church', 'accepted', 'place', 'word', 'god', 'men', 'seeking', 'light', 'accept', 'fable', 'instead', 'bible', 'truth', 'let', 'reject', 'man', 'commandment', 'light', 'god', 'word', 'uncle', 'ben', 'lamp', 'unto', 'foot', 'light', 'unto', 'path', 'belize', 'british', 'honduras', 'central', 'america', 'moravian', 'church', 'present', 'time', 'missionary', 'assistant', 'field', 'care', 'person', 'pray', 'act', 'gospel', 'kingdom', 'shall', 'preached', 'world', 'witness', 'unto', 'nation', 'shall', 'end', 'come', 'matt', 'god', 'word', 'light', 'goodrich', 'uncle', 'ben', 'colored', 'man', 'seventyt', 'book', 'paper', 'read', 'inquired', 'book', 'paper', 'blessed', 'old', 'bible', 'said', 'dear', 'old', 'disciple', 'year', 'ago', 'brother', 'branster', 'colored', 'canvasser', 'colporteur', 'brother']
root - INFO - extracting file #112500: 2017-04-Final-Corpus/RH19040519-V81-20-page21.txt
root - INFO - extracting file #113000: 2017-04-Final-Corpus/RH19041027-V81-43-page7.txt
root - INFO - ['october', 'advent', 'review', 'sabbath', 'herald', 'earnest_efforts', 'ought', 'world', 'coming', 'week', 'prayer', 'great', 'blessing', 'cause', 'god', 'claimed', 'order', 'season', 'set', 'apart', 'bible', 'study', 'prayer', 'service', 'god', 'united', 'earnest', 'prayerful', 'operation', 'conference', 'officer', 'minister', 'church_officer', 'denomination', 'brother', 'soon', 'begin', 'matter', 'earnest', 'attention', 'study', 'need', 'occasion', 'blessing', 'bring', 'cause', 'observed', 'loss', 'sustained', 'failure', 'begin', 'early', 'place', 'consideration', 'people', 'speak', 'earnestly', 'paper', 'command', 'pulpit', 'talk', 'family', 'visit', 'faithfully', 'consistently', 'look', 'great_blessings', 'god', 'disappoint', 'seen', 'recommendation', 'provides', 'year', 'annual_offering', 'eighty', 'thousand', 'dollar', 'year', 'called', 'fifty', 'thousand', 'dollar', 'received', 'thousand', 'dollar', 'large', 'contribution', 'great', 'boon', 'mission', 'great', 'destitute', 'field', 'entered', 'calling', 'laborer', 'mean', 'larger', 'gift', 'larger', 'giving', 'possible', 'continued', 'prosperity', 'god', 'granting', 'bestowing', 'gift', 'bountifully', 'eighty', 'thousand', 'dollar', 'given', 'mission', 'denomination', 'coming', 'week', 'prayer', 'behalf', 'missionary', 'struggling', 'meager', 'facility', 'difficult', 'mission', 'field', 'behalf', 'teeming', 'million', 'perishing', 'hope', 'appeal', 'people', 'begin', 'early', 'plan', 'annual_offering', 'eighty', 'thousand', 'dollar', 'believe', 'lord_calls', 'shall', 'fail', 'daniells', 'hypocrisy', 'exposed', 'baptist', 'minister', 'allegheny', 'county', 'late', 'agitation', 'question', 'enforcing', 'sunday', 'observance', 'provision', 'pennsylvania', 'state', 'law', 'sunday', 'recognized', 'christian_sabbath', 'allegheny', 'county', 'center', 'movement', 'country', 'seek', 'enforce', 'sunday', 'observance', 'religious', 'ground', 'allegheny', 'county', 'sabbath', 'association', 'organization', 'clergyman', 'fountainhead', 'allegheny', 'county', 'called', 'civil', 'sabbath', 'law', 'state', 'survived', 'relic', 'time', 'church', 'state', 'united', 'country', 'manifestly', 'religious', 'law', 'secular', 'authority', 'rarely', 'think', 'enforcing', 'importuned', 'religious', 'zealot', 'enforced', 'people', 'ecclesiastical', 'organization', 'acting', 'capacity', 'religious', 'body', 'purely', 'religious', 'reason', 'policeman', 'secular', 'official', 'enforce', 'civil', 'sunday', 'law', 'direction', 'arrangement', 'clearly', 'union', 'church', 'state', 'plainly', 'contrary', 'principle', 'republican', 'government', 'evidently', 'theocratic', 'character', 'opponent', 'clergyman', 'regard', 'sunday', 'sabbath', 'desire', 'day', 'generally', 'observed', 'clergyman', 'rev', 'stanton', 'baptist', 'impressed', 'anti', 'christian', 'anti', 'american', 'nature', 'undertaking', 'meeting', 'allegheny', 'baptist', 'minister', 'association', 'arose', 'offered', 'resolution', 'calling', 'divorce', 'affiliation', 'allegheny', 'county', 'sabbath', 'association', 'sunday', 'observance', 'crusade', 'sermon', 'following', 'sunday', 'setting', 'forth', 'reason', 'such_action', 'stanton', 'said', 'church', 'differs', 'state', 'voluntary', 'organization', 'religious', 'purpose', 'having', 'distinct', 'history', 'creed', 'ecclesiastical', 'government', 'form', 'worship', 'natural', 'basis', 'man', 'spiritual', 'religious', 'nature', 'law', 'pain', 'penalty', 'voluntary', 'member', 'moral', 'right', 'assume', 'civil', 'function', 'state', 'state', 'right', 'assume', 'function', 'deal', 'man', 'different_phases', 'nature', 'infringement', 'church', 'right', 'function', 'state', 'tends', 'theocracy', 'government', 'ecclesiastic', 'minister', 'reality', 'chief', 'officer', 'state', 'claim', 'real', 'alleged', 'revelation', 'god', 'authority', 'civil_law', 'claim', 'right', 'punish', 'violation', 'civil', 'religious', 'statute', 'history', 'impossibility', 'making', 'men', 'religious', 'law', 'need', 'specific', 'citation', 'temptation', 'zealous', 'men', 'imagine', 'good', 'end', 'justifies', 'doubtful', 'mean', 'worth', 'ask', 'way', 'easily', 'seen', 'threatens', 'slower', 'progress', 'try', 'quickest', 'easiest', 'thinking', 'clear', 'possible', 'result', 'quick', 'repudiate', 'actually', 'brought', 'pas', 'criticize', 'appeal', 'allegheny', 'county', 'sabbath', 'association', 'church', 'ministerial', 'association', 'enforce', 'civil', 'sunday', 'law', 'circular', 'entitled', 'forcing', 'sabbath', 'law', 'learn', 'report', 'minister', 'association', 'auspex', 'movement', 'inaugurated', 'ask', 'ministerial', 'association', 'indorse', 'movement', 'enforcement', 'law', 'pledge', 'financial_support', 'total', 'thousand', 'dollar', 'ask', 'authority', 'proceed', 'organization', 'county', 'sabbath', 'association', 'affiliate', 'state', 'association', 'hardly', 'look', 'like', 'citizen', 'movement', 'doe', 'movement', 'minister', 'minister', 'organized', 'capacity', 'officer', 'church', 'furthermore', 'official', 'document', 'signed', 'officer', 'sabbath', 'association', 'minister', 'gave', 'notice', 'offender', 'pay', 'penalty', 'right', 'church_officer', 'place', 'circular', 'refers', 'minister', 'association', 'responsible', 'committee', 'conclusion', 'minister', 'association', 'enforcing', 'civil_law', 'minister', 'proof', 'needed', 'fourth', 'page', 'said', 'circular', 'association', 'minister', 'christian', 'denomination', 'believe', 'law', 'appoint', 'committee', 'minister', 'power', 'add', 'number', 'layman', 'citizen', 'layman', 'making', 'committee', 'act', 'committee', 'religious', 'body', 'operating', 'form', 'advisory', 'committee', 'act', 'executive_committee', 'work', 'alike', 'enforcement', 'education', 'legislation', 'exception', 'education', 'clear', 'case', 'officer', 'layman', 'church', 'official', 'capacity', 'citizen', 'selfassuming', 'function', 'state', 'testimony', 'unprejudiced', 'witness', 'ought', 'convincing', 'catholic', 'mirror', 'belief', 'event', 'connected', 'recent', 'birth', 'heir', 'throne', 'italy', 'indication', 'approaching', 'reconciliation', 'vatican', 'italian', 'government', 'italy', 'rejoicing', 'birth', 'heir', 'throne', 'italy', 'authority', 'vatican', 'especially', 'pleased', 'victor', 'emmanuel', 'naming', 'son', 'prince', 'piedmont', 'instead', 'prince', 'rome', 'indicated', 'desire', 'conform', 'wish', 'pope', 'stated', 'good_authority', 'pope', 'pius', 'sent', 'personal_letter', 'congratulation', 'royal_family', 'special', 'messenger', 'message', 'gave', 'pleasure', 'young', 'king', 'received', 'crowned', 'head', 'europe', 'instruction', 'sent', 'vatican', 'cardinal', 'richelmy', 'archbishop', 'turin', 'officially', 'invited', 'baptize', 'young', 'prince', 'defer', 'wish', 'royal_family', 'said', 'pope', 'proposed', 'send', 'gift', 'royal', 'infant', 'taken', 'assurance', 'early', 'reconciliation', 'vatican', 'quirinal']
root - INFO - extracting file #113500: 2017-04-Final-Corpus/RH19050406-V82-14-page12.txt
root - INFO - extracting file #114000: 2017-04-Final-Corpus/RH19050824-V82-34-page9.txt
root - INFO - ['august', 'advent', 'review', 'sabbath', 'herald', 'mummy', 'reproduced', 'young', 'king', 'fired', 'ambition', 'conquest', 'drove', 'enemy', 'asia', 'met', 'enemy', 'easily', 'subdued', 'powerful', 'hittite', 'existence', 'questioned', 'critic', 'bible', 'battle', 'brought', 'close', 'place', 'poet', 'pentaur', 'composed', 'poem', 'commemorating', 'deliverance', 'hittite', 'poem', 'inscribed', 'temple', 'rameses', 'concluded', 'treaty', 'hittite', 'treaty', 'known', 'history', 'remarkable', 'clause', 'known', 'extradition', 'clause', 'provides', 'return', 'absconding', 'robber', 'slave', 'rameses', 'far', 'sighted', 'israel', 'day', 'escape', 'learned', 'hope', 'promise', 'delivered', 'rameses', 'great', 'builder', 'end', 'egypt', 'built', 'great', 'hall', 'column', 'karnak', 'near', 'thebe', 'rock', 'hewn', 'temple', 'abu', 'sinbel', 'nubia', 'magnificent', 'temple', 'hewn', 'solid', 'cliff', 'guarded', 'colossal', 'figure', 'know', 'rameses', 'pharaoh', 'oppression', 'year', 'ago', 'organized', 'egyptian', 'exploration', 'fund', 'excavate', 'egypt', 'purpose', 'throwing', 'light', 'bible', 'especially', 'exodus', 'israel', 'ruin', 'pithom', 'store', 'city', 'bible', 'israel', 'built', 'pharaoh', 'according', 'inscription', 'rameses', 'built', 'city', 'treasure', 'chamber', 'built', 'strongly', 'sun', 'dried', 'brick', 'naville', 'tell', 'brick', 'straw', 'man', 'israel', 'serve', 'rigor', 'presence', 'moses', 'fled', 'midian', 'sayce', 'mummy', 'old', 'face', 'face', 'attained', 'hundredth', 'birthday', 'feel', 'ruler', 'men', 'high', 'forehead', 'lock', 'pale', 'yellow', 'hair', 'hawk', 'like', 'nose', 'compressed', 'lip', 'tell', 'kingly', 'breathed', 'college_view', 'neb', 'man', 'sure', 'god', 'afford', 'hold', 'lightly', 'thing', 'world', 'god', 'inalienable', 'heritage', 'having', 'god', 'meyer', 'earth', 'new', 'emerson', 'joy', 'heart', 'thought', 'shall', 'dwell', 'beautiful', 'earth', 'new', 'fondly', 'picture', 'fair', 'eden', 'restored', 'live', 'hope', 'view', 'vision', 'home', 'blest', 'beautiful', 'earth', 'new', 'drink', 'fount', 'holy', 'delight', 'stream', 'sweet', 'purity', 'trace', 'sin', 'parting', 'death', 'beautiful', 'earth', 'new', 'joy', 'everlasting', 'beauty', 'unfailing', 'flow', 'eden', 'grew', 'power', 'touched', 'heavenly', 'united', 'harmonic', 'chord', 'ocean', 'vast', 'deep', 'heaven', 'blue', 'vault', 'echo', 'praise', 'lord', 'jesus', 'saviour', 'glory', 'light', 'beautiful', 'earth', 'new', 'assist', 'faith', 'love', 'thy', 'holy', 'commandment', 'final', 'adjustment', 'human', 'award', 'nature', 'event', 'corliss', 'god', 'respecter', 'person', 'deal', 'impartially', 'day', 'favoritism', 'avoided', 'fact', 'shall', 'account', 'bar', 'universe', 'rom', 'notwithstanding', 'apparent', 'favor', 'shown', 'men', 'assured', 'test', 'day', 'searching', 'nature', 'speaking', 'event', 'saviour', 'said', 'unto', 'idle', 'word', 'men', 'shall', 'speak', 'shall', 'account', 'thereof', 'day', 'judgment', 'matt', 'limit', 'great', 'ordeal', 'motif', 'heart', 'open', 'investigation', 'god', 'shall', 'bring', 'work', 'judgment', 'secret', 'thing', 'good', 'evil', 'eccl', 'vast', 'occupation', 'research', 'human', 'motive', 'judgment', 'work', 'hurriedly', 'time', 'purpose', 'work', 'eccl', 'agency', 'operation', 'minutim', 'person', 'life', 'work', 'appear', 'order', 'set', 'forth', 'sacred', 'volume', 'true', 'idea', 'instantly', 'vanishes', 'held', 'judgment', 'work', 'promiscuous', 'good', 'bad', 'stand', 'vast', 'assembly', 'awaiting', 'arbitrary', 'sentence', 'truth', 'class', 'examination', 'time', 'apostle', 'agrees', 'set', 'forth', 'word', 'time', 'come', 'judgment', 'begin', 'house', 'god', 'begin', 'shall', 'end', 'obey', 'gospel', 'god', 'peter', 'clear', 'profession', 'godliness', 'called', 'meet', 'trying', 'ordeal', 'receive', 'sentence', 'jehovah', 'judge', 'heb', 'phase', 'judgment', 'work', 'decide', 'case', 'wicked', 'men', 'evil_angels', 'performed', 'saint', 'passed', 'solemn', 'test', 'changed', 'perfect', 'image', 'christ', 'church', 'corinth', 'great_apostle', 'wrote', 'know', 'saint', 'shall', 'judge', 'world', 'know', 'shall', 'judge', 'angel', 'coy', 'evident', 'work', 'entrusted', 'men', 'mortal', 'state', 'subject', 'frailty', 'human_flesh', 'apt', 'swayed', 'human', 'prejudice', 'proposition', 'entirely', 'settled', 'admonition', 'apostle', 'said', 'judge', 'time', 'lord', 'come', 'bring', 'light', 'hidden', 'thing', 'darkness', 'manifest', 'counsel', 'heart', 'lord', 'come', 'saint', 'immortal', 'judge', 'righteously', 'read', 'hidden', 'counsel', 'heart', 'christ', 'cony', 'difficulty', 'removed', 'saint', 'capable', 'christ', 'representative', 'world', 'hut', 'judgment', 'conclusion', 'reach', 'develop', 'thought', 'previously', 'introduced', 'profess', 'god', 'child', 'stand', 'test', 'sainthood', 'follows', 'permitted', 'sit', 'judgment', 'pronounced', 'saint', 'test', 'judgment', 'saint', 'separated', 'wicked', 'revealed', 'prophet', 'describes', 'saw', 'throne', 'sat', 'judgment', 'given', 'unto', 'saw', 'soul', 'beheaded', 'witness', 'jesus', 'word', 'god', 'lived', 'reigned', 'christ', 'thousand', 'year', 'rev', 'hardly', 'need', 'repeated', 'men', 'lived', 'earth', 'suffered', 'martyrdom', 'christ', 'seen', 'revelator', 'throne', 'judgment', 'live', 'rest', 'dead', 'lived', 'thousand', 'year', 'finished', 'resurrection', 'statement', 'added', 'blessed', 'holy', 'resurrection', 'second', 'death', 'bath', 'power', 'second', 'death', 'visit', 'come', 'second', 'resurrection', 'employed', 'fearful', 'unbelieving', 'abominable', 'murderer', 'whoremonger', 'sorcerer', 'idolater', 'liar', 'rev', 'mummy', 'ram', 'pharaoh', 'oppression']
root - INFO - extracting file #114500: 2017-04-Final-Corpus/RH19060125-V83-04-page18.txt
root - INFO - extracting file #115000: 2017-04-Final-Corpus/RH19060621-V83-25-page8.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'june', 'ground', 'watching', 'opportunity', 'present', 'truth', 'hold', 'meeting', 'let', 'quick', 'seize', 'opportunity', 'place', 'present_truth', 'know', 'let', 'message', 'clearness', 'power', 'ear', 'hear', 'hear', 'word', 'written', 'learned', 'property', 'loma_linda', 'burden', 'establishing', 'sanitarium', 'rested', 'fall', 'vision', 'sanitarium', 'midst', 'beautiful', 'ground', 'southern', 'california', 'property', 'visited', 'answered', 'presentation', 'given', 'vision', 'time', 'wrote', 'vision', 'brother', 'sister', 'assembled', 'los_angeles', 'camp_meeting', 'early', 'september', 'attending', 'general_conference', 'washington', 'received', 'letter', 'elder', 'burden', 'describing', 'property', 'mile', 'west', 'redlands', 'onehalf', 'mile', 'southeast', 'san', 'bernardino', 'mile', 'northeast', 'riverside', 'read', 'letter', 'impressed', 'place', 'seen', 'vision', 'immediately', 'telegraphed', 'secure', 'property', 'delay', 'result', 'loma_linda', 'possession', 'later', 'visited', 'property', 'recognized', 'place', 'seen', 'nearly', 'year', 'vision', 'thankful', 'lord', 'god', 'place', 'prepared', 'use', 'honor', 'glory', 'loma_linda', 'sanitarium', 'educational', 'center', 'possession', 'place', 'come', 'weighty', 'responsibility', 'making', 'work', 'institution', 'educational', 'character', 'school', 'established', 'training', 'gospel', 'medical', 'missionary', 'evangelist', 'involved', 'work', 'essential', 'right', 'beginning', 'lord', 'special_work', 'field', 'instructed', 'elder', 'haskell', 'help', 'getting', 'properly', 'started', 'work', 'similar', 'carried', 'nashville', 'avohdale', 'came', 'laboring', 'power', 'solid', 'work', 'conduct', 'class', 'regularly', 'institution', 'established', 'bible', 'trainingschool', 'san', 'bernardino', 'center', 'extending', 'influence', 'district', 'prof', 'howell', 'wife', 'consented', 'unite', 'force', 'loma_linda', 'effort', 'develop', 'school', 'carried', 'forward', 'faith', 'lord', 'preparing', 'way', 'fortyfour', 'thousand', 'loughborough', 'concluded', 'early', 'writing', 'page', 'read', 'saw', 'sword', 'famine', 'pestilence', 'great', 'confusion', 'earth', 'wicked', 'thought', 'glory', 'face', 'moses', 'came', 'sinai', 'wicked', 'look', 'glory', 'ending', 'blessing', 'pronounced', 'honored', 'god', 'keeping', 'sabbath', 'holy', 'mighty', 'shout', 'victory', 'beast', 'image', 'according', 'rev', 'sing', 'song', 'victory', 'image', 'sing', 'song', 'moses', 'chapter', 'learn', 'learn', 'song', 'thousand', 'great', 'controversy', 'page', 'read', 'thousand', 'learn', 'song', 'song', 'experience', 'experience', 'company', 'follow', 'lamb', 'whithersoever', 'goeth', 'having', 'translated', 'earth', 'living', 'raised', 'partial', 'resurrection', 'dan', 'surely', 'living', 'final', 'translation', 'come', 'counted', 'firstfruits', 'unto', 'god', 'lamb', 'came', 'great_tribulation', 'passed', 'time', 'trouble', 'nation', 'climax', 'trouble', 'nation', 'sikth', 'plague', 'nation', 'rallied', 'great_battle', 'surely', 'resurrected', 'endured', 'anguish', 'time', 'jacob', 'trouble', 'let', 'remembered', 'resurrected', 'saw', 'time', 'jacob', 'trouble', 'stood', 'intercessor', 'final', 'pouring', 'god', 'judgment', 'lave', 'delivered', 'washed', 'robe', 'white', 'blood', 'lamb', 'final', 'god', 'judgment', 'sixth', 'seventh', 'plague', 'resurrected', 'seen', 'earth', 'wasted', 'famine', 'pestilence', 'sun', 'having', 'power', 'scorch', 'men', 'great', 'heat', 'endured', 'suffering', 'hunger', 'thirst', 'resurrected', 'earth', 'brought', 'condition', 'thing', 'mentioned', 'fact', 'actually', 'experienced', 'thing', 'mentioned', 'final', 'translation', 'god', 'people', 'read', 'great', 'controversy', 'page', 'voice', 'god', 'living', 'saint', 'glorified', 'immortal', 'ancrwith', 'risen', 'saint', 'caught', 'meet', 'lord', 'air', 'true', 'resurrected', 'time', 'trouble', 'voice', 'god', 'glorified', 'actual', 'coming', 'christ', 'resurrected', 'caught', 'meet', 'lord', 'air', 'final', 'deliverance', 'redeemed', 'earth', 'redeemed', 'men', 'testimony', 'cited', 'writing', 'sealing', 'work', 'going', 'person', 'sealed', 'satan', 'trying', 'hinder', 'work', 'national', 'trouble', 'commenced', 'soon', 'loma_linda', 'cost', 'thousand', 'brought', 'judgment', 'dollar', 'original', 'cost', 'time', 'sum', 'seventy', 'acre', 'land', 'tract', 'thirty', 'added', 'sanitarium', 'site', 'property', 'valuable', 'ground', 'carefully', 'laid', 'great_expense', 'original', 'owner', 'beautified', 'wellkept', 'lawn', 'flower', 'garden', 'extensive', 'view', 'valley', 'mountain', 'magnificent', 'chief', 'advantage', 'situation', 'loma_linda', 'pleasing', 'variety', 'charming', 'scenery', 'important', 'magnificent', 'scenery', 'beautiful', 'building', 'spacious', 'ground', 'close', 'proximity', 'institution', 'densely', 'populated', 'district', 'opportunity', 'afforded', 'communicating', 'people', 'knowledge', 'angel', 'message', 'clear', 'spiritual', 'discernment', 'shall', 'fail', 'understanding', 'opening', 'providence', 'god', 'preparing', 'way', 'enlighten', 'world', 'great_crisis', 'time', 'sound', 'warning_message', 'agency', 'god', 'given', 'purpose', 'let', 'remember', 'important', 'agency', 'medical_missionary_work', 'lose', 'sight', 'great', 'object', 'sanitarium', 'established', 'advancement', 'god', 'closing', 'work', 'earth', 'rose', 'took', 'counsel', 'rid', 'earth', 'thinking', 'evil', 'stayed', 'time', 'trouble', 'fled', 'city', 'village', 'pursued', 'wicked', 'entered', 'house', 'saint', 'sword', 'raised', 'sword', 'kill', 'broke', 'fell', 'powerless', 'straw', 'cried', 'day', 'night', 'deliverance', 'came', 'god', 'sun', 'came', 'moon', 'stood', 'stream', 'ceased', 'flow', 'dark', 'heavy', 'cloud', 'came', 'clashed', 'clear', 'place', 'settled', 'glory', 'came', 'voice', 'god', 'like', 'water', 'shook', 'heaven', 'earth', 'sky', 'opened', 'shut', 'commotion', 'mountain', 'shook', 'like', 'reed', 'wind', 'cast', 'ragged', 'rock', 'sea', 'boiled', 'like', 'pot', 'cast', 'stone', 'land', 'god', 'spake', 'day', 'hour', 'jesus', 'coming', 'delivered', 'everlasting', 'covenant', 'people', 'spake', 'sentence', 'paused', 'word', 'rolling', 'earth', 'israel', 'god', 'stood', 'face', 'fixed', 'upward', 'listening', 'word', 'came', 'mouth', 'jehovah', 'rolled', 'earth', 'like', 'peal', 'loudest', 'thunder', 'awfully', 'solemn', 'end', 'sentence', 'saint', 'shouted', 'glory', 'alleluia', 'countenance', 'lighted', 'glory', 'god', 'shone']
root - INFO - extracting file #115500: 2017-04-Final-Corpus/RH19061115-V83-46-page6.txt
root - INFO - extracting file #116000: 2017-04-Final-Corpus/RH19070404-V84-14-page6.txt
root - INFO - ['advent_review_and_sabbath_herald', 'heavy_burden', 'saw', 'rewarded', 'according', 'work', 'shall', 'shun', 'responsibility', 'meet', 'loss', 'end', 'time', 'minister', 'stand', 'battle', 'hard', 'written', 'grass', 'river', 'lawrence', 'aug', 'printed', 'review', 'herald', 'vol', 'xviii', 'page', 'message', 'followed', 'giving', 'clear', 'definite', 'instruction', 'organization', 'aided', 'greatly', 'settle', 'controversy', 'daniells', 'nutt', 'anti', 'toinntrzt', 'wrath', 'dragon', 'exercise', 'confined', 'operation', 'apostate', 'church', 'venomous', 'working', 'paganism', 'madagascar', 'blood', 'faithful', 'christian', 'shed', 'control', 'atheistic', 'governor', 'ordered', 'mission_schools', 'closed', 'concerning', 'lutheran', 'order', 'affecting', 'norwegian', 'mission', 'thousand', 'school', 'control', 'great_benefit', 'people', 'governor', 'reason', 'arbitrary', 'action', 'teacher', 'school', 'going', 'build', 'atheistic', 'sand', 'lord', 'saved', 'norwegian', 'mission_schools', 'jesuit', 'year', 'ago', 'hand', 'short', 'save', 'true', 'word', 'sunday', 'school', 'time', 'concerning', 'support', 'mission', 'genuine', 'near', 'hand', 'insures', 'farther', 'away', 'truth', 'missed', 'try', 'dodge', 'responsibility', 'foreign_field', 'professing', 'absorbing', 'home', 'field', 'hope', 'said', 'pastor', 'announcing', 'offering', 'foreign_mission', 'morning', 'doe', 'belieire', 'foreign_mission', 'hope', 'great', 'big', 'round', 'sum', 'city', 'mission', 'won', 'excuse', 'home', 'mission', 'depended', 'support', 'foreign_mission', 'home', 'mission', 'board', 'wind', 'business', 'such_thing', 'limited', 'christ', 'cause', 'fellow', 'testimony', 'saviour', 'imbibed', 'spirit', 'master', 'acceptable', 'child', 'god', 'bear', 'directly', 'matter', 'read', 'gospel', 'kingdom', 'shall', 'preached', 'whole_world', 'testimony', 'unto', 'nation', 'shall', 'end', 'come', 'god', 'respecter', 'person', 'look', 'soul', 'foreigner', 'worth', 'soul', 'nearest', 'neighbor', 'own_soul', 'outspoken', 'fundamental', 'yale', 'diet', 'expert', 'known', 'inter', 'prof', 'irving', 'fisher', 'pope', 'expressed', 'determination', 'esting', 'fact', 'reference', 'recent', 'ento', 'united', 'state', 'durance', 'test', 'substantiate', 'theory', 'non', 'flesh', 'eating', 'athlete', 'outclass', 'subsist', 'meat', 'diet', 'endurance', 'test', 'consisted', 'holding', 'arm', 'horizontal', 'position', 'long', 'possible', 'deep', 'knee', 'bending', 'leg', 'raising', 'contest', 'vegetarian', 'exceeded', 'flesh', 'eater', 'able', 'hold', 'arm', 'horizontal', 'position', 'minute', 'thirty', 'vegetarian', 'exceeded', 'length', 'time', 'stood', 'hour', 'hour', 'hour', 'test', 'practically', 'result', 'attained', 'proving', 'question', 'superiority', 'non', 'flesh', 'diet', 'building', 'endurance', 'tissue', 'chas', 'bonaparte', 'roman', 'catholic', 'attorney', 'general', 'united', 'state', 'lecture', 'carnegie', 'hall', 'new', 'york', 'city', 'march', 'following', 'striking', 'declaration', 'reference', 'fundamental_principle', 'government', 'liberty', 'equality', 'men', 'said', 'occasion', 'root', 'socialism', 'doctrine', 'men', 'right', 'ought', 'kept', 'precisely', 'equal', 'doctrine', 'wholly', 'arbitrary', 'dogma', 'pure', 'assumption', 'justified', 'reason', 'history', 'fact', 'contradicted', 'daily', 'experience', 'mankind', 'earnestly', 'widely', 'preached', 'precursor', 'apostle', 'french', 'revolution', 'gravely', 'affected', 'legislation', 'custom', 'public_opinion', 'influence', 'revolution', 'extends', 'question', 'truth', 'certain_class', 'teacher', 'thinker', 'little', 'short', 'blasphemy', 'account', 'prevalence', 'country', 'doctrine', 'equality', 'men', 'stating', 'introduced', 'declaration', 'independence', 'demand', 'liberty', 'deprecates', 'prevalence', 'doctrine', 'denounces', 'declares', 'equality', 'men', 'inconsistent', 'idea', 'liberty', 'practically', 'doctrine', 'forward', 'national', 'reformer', 'present_time', 'combined', 'attack', 'fundamental_principle', 'government', 'power', 'stood', 'enslavement', 'conscience', 'power', 'practising', 'dogma', 'cloak', 'protestantism', 'year', 'ago', 'catholicism', 'nation', 'interfered', 'representative', 'mold', 'government', 'harmony', 'idea', 'government', 'struck', 'early', 'struck', 'straight', 'vital', 'principle', 'national_government', 'national', 'reformer', 'attacking', 'principle', 'seeking', 'turn', 'force', 'protestantism', 'attack', 'succeeded', 'accomplishing', 'grand', 'rally', 'banner', 'rome', 'shall', 'prophecy', 'fulfilled', 'declares', 'world', 'wondered', 'beast', 'probably', 'important', 'judicial', 'decision', 'handed', 'liquor', 'question', 'recently', 'rendered', 'judge', 'samuel', 'artman', 'boon', 'county', 'indiana', 'circuit_court', 'held', 'state', 'liquor', 'license', 'law', 'unconstitutional', 'measured', 'common_law', 'saloon', 'business', 'unlawful', 'legal', 'existence', 'judge', 'showed', 'decision', 'court', 'saloon', 'traffic', 'harmful', 'menace', 'public', 'morality', 'supreme_court', 'kansa', 'iowa', 'missouri', 'south', 'carolina', 'indiana', 'laid', 'door', 'liquor_traffic', 'responsibility', 'misery', 'pauperism', 'crime', 'conclusion', 'evidence', 'set', 'forth', 'judicial', 'decision', 'cited', 'summed', 'word', 'proposition', 'business', 'inherent', 'tendency', 'effect', 'destroy', 'public_health', 'public', 'moral', 'public', 'safety', 'immoral', 'unlawful', 'sound', 'follow', 'day', 'follows', 'night', 'business', 'source', 'greater', 'crime', 'misery', 'state', 'cause', 'immoral', 'unlawful', 'business', 'state', 'liquor', 'element', 'refused', 'appeal', 'case', 'supreme_court', 'indicate', 'feared', 'wide', 'spread', 'result', 'appeal', 'temperance', 'force', 'determined', 'force', 'issue', 'new', 'case', 'started', 'different', 'county', 'planned', 'begin', 'similar', 'case', 'different', 'state', 'view', 'taking', 'united', 'state', 'supreme_court', 'view', 'possibility', 'expect', 'grand', 'rally', 'force', 'liquor', 'power', 'disreputable', 'business', 'complete', 'overthrow', 'april', 'american', 'doctrine', 'protestantism', 'largely', 'rome', 'doe', 'fear', 'let', 'antagonism', 'basic', 'principle', 'free', 'government', 'shine', 'forth', 'declaration', 'attorney', 'general', 'harmony']
root - INFO - extracting file #116500: 2017-04-Final-Corpus/RH19070829-V84-35-page15.txt
root - INFO - extracting file #117000: 2017-04-Final-Corpus/RH19080116-V85-03-page23.txt
root - INFO - ['january', 'advent', 'review', 'sabbath', 'herald', 'large', 'delegate', 'elected', 'church', 'basis', 'delegate', 'church', 'additional', 'delegate', 'member', 'meeting', 'session', 'opened', 'notice', 'fourth', 'biennial_session', 'southwestern_union_conference', 'held', 'seventh', 'day', 'adventist', 'church', 'keene', 'tex', 'feb', 'purpose', 'electing', 'officer', 'ensuing', 'year', 'hearing', 'report', 'officer', 'department', 'secretary', 'transaction', 'business', 'properly', 'come', 'body', 'organized', 'conference', 'entitled', 'following', 'representation', 'president', 'delegate', 'church', 'member', 'conference', 'recognized', 'denominational', 'institution', 'territory', 'entitled', 'delegate', 'elected', 'managing', 'board', 'delebbl', 'bbl', 'lot', 'cent', 'gal', 'pay', 'freight', 'lot', 'point', 'east', 'mississippi', 'following', 'rate', 'gal', 'gal', 'gal', 'gal', 'crate', 'gal', 'gal', 'cent', 'extra', 'new', 'england', 'state', 'western', 'state', 'gulf', 'state', 'original', 'sanitarium', 'cooking', 'oil', 'write', 'price', 'freight', 'rate', 'bbl', 'bbl', 'lot', 'address', 'sanitarium', 'cooking', 'oil', 'box', 'louisville', 'obititarits', 'henderson', 'died', 'santa', 'ana', 'cal', 'dec', 'quick', 'consumption', 'anna', 'henderson', 'aged', 'year', 'sister', 'henderson', 'baptized', 'june', 'labored', 'year', 'review', 'office', 'battle', 'creek', 'mich', 'died', 'lived', 'faith', 'confidence', 'god', 'life', 'devoted', 'parent', 'left', 'finish', 'journey', 'childless', 'hopeless', 'healey', 'ravey', 'died', 'newburg', 'nov', 'lockjaw', 'result', 'gunshot', 'wound', 'andrew', 'ravey', 'aged', 'year', 'month', 'day', 'member', 'seventh', 'day', 'adventist', 'church', 'number', 'year', 'elder', 'church', 'near', 'royalton', 'time', 'death', 'leaf', 'wife', 'son', 'daughter', 'mourn', 'loss', 'word', 'comfort', 'spoken', 'writer', 'home', 'deceased', 'theo', 'lewis', 'galvin', 'died', 'home', 'near', 'rummells', 'iowa', 'meningitis', 'bertha', 'galvin', 'aged', 'year', 'month', 'day', 'brother', 'sister', 'galvin', 'baptized', 'united', 'des_moines', 'thursday', 'feb', 'covert', 'notice', 'president', 'annual_meeting', 'indiana', 'association', 'seventh', 'day', 'adventist', 'held', 'lafayette', 'ind', 'church', 'seventh', 'day', 'adventist', 'north', 'ninth', 'jan', 'purpose', 'electing', 'officer', 'transacting', 'business', 'legally', 'come', 'association', 'stone', 'president', 'young', 'secretary', 'meeting', 'colorado', 'medical', 'missionary', 'association', 'notice', 'given', 'meeting', 'colorado', 'medical', 'missionary', 'association', 'held', 'boulder', 'colo', 'jan', 'purpose', 'filling', 'expiring', 'vacancy', 'board', 'trustee', 'transaction', 'business', 'properly', 'come', 'meeting', 'article', 'article', 'incorporation', 'read', 'member', 'association', 'shall', 'consist', 'executive_committee', 'general_conference', 'seventh', 'day', 'adventist', 'executive_committee', 'central_union_conference', 'seventh', 'day', 'adventist', 'executive_committee', 'colorado', 'conference', 'seventh', 'day', 'adventist', 'board', 'trustee', 'colorado', 'medical', 'missionary', 'association', 'order', 'board', 'trustee', 'wilcox', 'secretary', 'pacific', 'union_conference', 'biennial', 'meeting', 'fourth', 'biennial_session', 'pacific', 'union_conference', 'seventh', 'day', 'adventist', 'called', 'convene', 'seventh', 'day', 'adventist', 'church', 'sanitarium', 'cal', 'jan', 'continue', 'purpose', 'electing', 'officer', 'executive_committee', 'pacific', 'union_conference', 'ensuing', 'biennial', 'term', 'transacting', 'business', 'properly', 'come', 'meeting', 'local_conference', 'entitled', 'delegate', 'session', 'conference', 'regard', 'number', 'additional', 'delegate', 'churchmembers', 'conference', 'organized', 'sunday', 'jan', 'cottrell', 'president', 'ireland', 'secretary', 'annual_meeting', 'illinois', 'conference_association', 'seventh', 'day', 'adventist', 'gation', 'desired', 'woodward', 'secretary', 'clothing', 'needy', 'maria', 'keele', 'clerk', 'seventhday_adventist', 'church', 'leach', 'tenn', 'star', 'route', 'use', 'considerable', 'quantity', 'clothing', 'needy', 'sent', 'prepaid', 'clothing', 'child', 'grown', 'person', 'thankfully', 'received', 'business_notices', 'department', 'conducted', 'especially', 'accommodation', 'seventh', 'day', 'adventist', 'reader', 'paper', 'brief', 'business_notices', 'published', 'subject', 'discretion', 'publisher', 'compliance', 'following', 'condition', 'display', 'advertising', 'advertisement', 'agent', 'accepted', 'publisher', 'solicit', 'advertising', 'kind', 'paper', 'person', 'unknown', 'manager', 'paper', 'send', 'advertisement', 'satisfactory', 'written', 'recommendation', 'church', 'died', 'faith', 'recommendation', 'come', 'minister', 'elder', 'seventhday_adventist', 'church', 'refer', 'individual', 'secure', 'recommendation', 'writing', 'send', 'open', 'account', 'advertising', 'cash', 'accompany', 'order', 'charge', 'dollar', 'insertion', 'word', 'additional_word', 'initial', 'group', 'figure', 'exces', 'cost', 'cent', 'discount', 'insertion', 'sale', 'ripe', 'olive', 'quality', 'better', 'usual', 'reliable', 'distributor', 'wanted', 'instruction', 'handle', 'olive', 'label', 'sent', 'application', 'address', 'ritchie', 'corona', 'cal', 'sale', 'sell', 'cooker', 'discount', 'cent', 'list', 'winter_months', 'place', 'order', 'best', 'cooker', 'address', 'rapid', 'steam', 'cooker', 'laura', 'ohio', 'wanted', 'man', 'wife', 'sabbathkeepers', 'management', 'treatment_rooms', 'small', 'sanitarium', 'city', 'nurse', 'good', 'treatment', 'business', 'ability', 'purchase', 'established', 'paying', 'business', 'address', 'butte', 'auburn', 'ind', 'blessed', 'assurance', 'resurrection', 'remains', 'taken', 'woodburn', 'iowa', 'funeral_service', 'conducted', 'word', 'comfort', 'spoken', 'writer', 'rev', 'godfrey', 'tiebets', 'died', 'tell', 'city', 'ind', 'nov', 'james', 'tibbets', 'born', 'jan', 'member', 'christian_church', 'accepted', 'present_truth', 'labor', 'elder', 'shrock', 'faithful_member', 'seventh', 'day', 'adventist', 'church', 'father', 'child', 'survive', 'wife', 'mother', 'sister', 'left', 'mourn', 'death', 'word', 'comfort', 'spoken', 'writer', 'large_congregation', 'anderson', 'davidson', 'died', 'home', 'near', 'wapakoneta', 'ohio', 'nov', 'tuberculosis', 'ada', 'maude', 'davidson', 'aged', 'year', 'month', 'fourteen', 'day', 'thirteen', 'year', 'old', 'baptized', 'elder', 'van', 'horn', 'united', 'walnut', 'grove', 'church', 'member', 'time', 'death', 'patient', 'resigned', 'god', 'leaf', 'father', 'mother', 'sister', 'brother', 'friend', 'mourn', 'loss', 'laid', 'rest', 'elm', 'grove', 'wanted', 'experienced', 'girl', 'general', 'housework', 'understands', 'hygienic', 'cooking', 'german', 'girl', 'speaks', 'german', 'illinois', 'conference_association', 'seventh', 'day', 'adventist', 'appointed', 'convene', 'annual_session', 'friwell', 'preferred', 'good_wages', 'home', 'cemetery', 'mary', 'await', 'day', 'feb', 'sixth', 'street', 'privilege', 'necessary', 'defray', 'traveling', 'life', 'giver', 'lillian', 'lutz', 'expense', 'address', 'katherine', 'schleef', 'cottage', 'grove', 'ore', 'church', 'seventh', 'day', 'adventist', 'city', 'chicago', 'ill', 'legal', 'voter', 'association', 'accredited', 'delegate', 'church', 'northern', 'illinois', 'conference', 'executive_committee', 'conference', 'person', 'delegate', 'attendance', 'annual_session', 'northern', 'illinois', 'conference', 'convened', 'time', 'purpose', 'electing', 'president', 'vice', 'president', 'secretary', 'treasurer', 'auditor', 'councilman', 'serve', 'period', 'year', 'transaction', 'business', 'healthful', 'odor', 'indefinitely', 'church', 'word', 'comfort', 'properly', 'come', 'delegate', 'annual', 'gal', 'gal', 'crate', 'spoken', 'writer', 'notice', 'nice', 'body', 'rich', 'farming', 'land', 'new', 'mexico', 'unoccupied', 'unsurveyed', 'small', 'cost', 'surveyed', 'free', 'government', 'land', 'excellent', 'home', 'desiring', 'information', 'write', 'enclosing', 'stamp', 'reply', 'prof', 'giddings', 'kenna', 'johnston', 'died', 'suddenly', 'home', 'boggstown', 'ind', 'nov', 'apoplexy', 'sarah', 'carson', 'johnston', 'born', 'charter', 'member', 'seventh', 'day', 'adventist', 'church', 'boggstown', 'known', 'kindliness', 'heart', 'bible', 'sense', 'given', 'hospitality', 'laid', 'rest', 'narrow', 'chamber', 'dead', 'blessed', 'hope', 'soon', 'meeting', 'resurrection', 'large_number', 'relative', 'friend', 'gathered', 'funeral', 'sale', 'sanitarium', 'cooking', 'oil', 'pure', 'session', 'covert', 'president', 'gal', 'cent', 'gal', 'arthur', 'bartlett']
root - INFO - extracting file #117500: 2017-04-Final-Corpus/RH19080604-V85-23-page30.txt
root - INFO - extracting file #118000: 2017-04-Final-Corpus/RH19081029-V85-44-page10.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'october', 'day', 'week', 'god', 'prospered', 'lay', 'second', 'tithe', 'tenth', 'left', 'paid', 'tithe', 'support', 'ministry', 'money', 'ready', 'like', 'fifty', 'thousand', 'dollar', 'fund', 'come', 'seventhday_adventist', 'pay', 'second', 'tithe', 'regularly', 'necessary', 'money', 'carry', 'work', 'constant', 'stream', 'flowing', 'treasury', 'sabbath', 'service', 'enjoyed', 'taking', 'collection', 'custom', 'seriously', 'questioned', 'urgent_calls', 'money', 'camp', 'meeting', 'necessary', 'time', 'spent', 'praise', 'learning', 'better', 'serve', 'god', 'bible', 'plainly', 'teach', 'pay', 'second', 'tithe', 'increase', 'god', 'ancient', 'people', 'practised', 'tithing', 'example', 'object', 'lesson', 'end', 'world', 'come', 'josephus', 'appointed', 'people', 'pay', 'tithe', 'annual', 'fruit', 'earth', 'levite', 'priest', 'let', 'taken', 'fruit', 'tenth', 'allotted', 'priest', 'levite', 'sell', 'country', 'feast', 'sacrifice', 'celebrated', 'holy', 'city', 'tosephus', 'antiquity', 'book', 'chap', 'sec', 'chap', 'sec', 'blessing', 'obey', 'god', 'requirement', 'fear', 'people', 'cheated', 'blessing', 'result', 'paying', 'second', 'tithe', 'wish', 'member', 'denomination', 'read', 'gospel', 'worker', 'page', 'patriarch', 'prophet', 'page', 'testimony', 'church', 'vol', 'iii', 'page', 'benefit', 'access', 'mentioned', 'book', 'extract', 'concerning', 'god', 'tithing', 'including', 'second', 'tithe', 'divine', 'origin', 'great', 'object', 'accomplished', 'accept', 'vigilant', 'faithful', 'treasurer', 'god', 'want', 'mean', 'carry', 'forward', 'great_work', 'sounding', 'message', 'warning', 'world', 'treasury', 'adopt', 'contributor', 'left', 'poorer', 'investment', 'wedded', 'cause', 'present_truth', 'tithing', 'burden', 'depart', 'plan', 'enjoined', 'hebrew', 'repealed', 'relaxed', 'originated', 'instead', 'force', 'fully', 'carried', 'extended', 'salvation', 'christ', 'fully', 'brought', 'light', 'christian_age', 'world', 'plenty', 'gift', 'offering', 'proportion', 'mean', 'received', 'god', 'need', 'urgent_calls', 'mean', 'large', 'gathering', 'mean', 'second', 'tithe', 'freewill', 'offering', 'burden', 'urging', 'pressing', 'individual', 'mean', 'designed', 'work', 'god', 'minister', 'responsibility', 'rest', 'individual', 'enjoys', 'belief', 'truth', 'lesson', 'great_importance', 'page', 'patriarch', 'prophet', 'read', 'work', 'gospel', 'widens', 'requires', 'greater', 'provision', 'sustain', 'called', 'anciently', 'law', 'tithe', 'offering', 'urgent', 'necessity', 'hebrew', 'economy', 'law', 'demanded', 'obedience', 'demand', 'present_time', 'urgent', 'time', 'certainly', 'duty', 'clear', 'paying', 'second', 'tithe', 'member', 'share', 'burden', 'equally', 'light', 'lord', 'given', 'subject', 'mean', 'treasury', 'support', 'ministry', 'tithe', 'different', 'field', 'purpose', 'withdrawing', 'tithe', 'expense', 'meetinghouse', 'necessity', 'charity', 'second', 'tithe', 'purpose', 'god', 'glorified', 'such_work', 'let', 'carry', 'work', 'best', 'way', 'god', 'help', 'walk', 'light', 'duty', 'clearly', 'meriden', 'conn', 'doubling', 'fund', 'starr', 'raising', 'fund', 'nearly', 'finished', 'twoyears', 'effort', 'look', 'summit', 'height', 'greater', 'height', 'place', 'view', 'backward', 'place', 'eminence', 'discover', 'lofty', 'structure', 'like', 'character', 'lie', 'hind', 'sabbath', 'school_lessons', 'past_quarter', 'practical', 'lesson', 'history', 'restoration', 'jerusalem', 'temple', 'recorded', 'nehemiah', 'learn', 'verse', 'chapter', 'governor', 'ruler', 'people', 'gave', 'gold', 'silver', 'sum', 'money', 'reduced', 'currency', 'according', 'value', 'weight', 'given', 'thousand', 'dollar', 'sum', 'exactly', 'double', 'raising', 'given', 'freely', 'poor_people', 'scarcely', 'fifty', 'thousand', 'strong', 'half', 'numerical', 'strength', 'surely', 'wish', 'outdone', 'brother', 'tribulation', 'child', 'captivity', 'invited', 'greater', 'thing', 'line', 'let', 'heartily', 'respond', 'raising', 'fund', 'carrying', 'work', 'god', 'essential_part', 'gospel', 'forest', 'idaho', 'latest', 'babylon', 'delitzsch', 'edited', 'report', 'exploration', 'carried', 'exploration', 'society', 'ruin', 'ancient', 'babylon', 'document', 'shown', 'result', 'placed', 'time', 'real', 'area', 'city', 'prosperous', 'day', 'new', 'babylonian', 'empire', 'great', 'mound', 'group', 'ruin', 'babil', 'foot', 'high', 'contains', 'ruin', 'great', 'temple', 'bel', 'merodach', 'immense', 'remains', 'fully', 'excavated', 'mound', 'fully', 'explored', 'contains', 'immense', 'palace', 'built', 'nabopolassar', 'nebuchadnezzar', 'grand', 'audience', 'hall', 'nebuchadnezzar', 'sat', 'received', 'homage', 'conquest', 'jerusalem', 'wonderful', 'discovery', 'conjectured', 'hall', 'belshazzar', 'feast', 'held', 'plaster', 'covered', 'wall', 'terrible', 'message', 'doom', 'seen', 'cyrus', 'conqueror', 'undoubtedly', 'enthroned', 'june', 'spot', 'alexander', 'great', 'held', 'fatal', 'revel', 'overthrow', 'empire', 'east', 'homiletic', 'review', 'promote', 'assembling', 'people', 'religious_service', 'provide', 'poor', 'second', 'tithe', 'increase', 'required', 'tithe', 'equivalent', 'money', 'year', 'bring', 'place', 'sanctuary', 'established', 'treasury', 'robbed', 'special', 'provision', 'thank', 'offering', 'feast', 'yearly', 'festival', 'people', 'drawn', 'society', 'priest', 'levite', 'receive', 'instruction', 'encouragement', 'service', 'god', 'paca', 'worthy', 'poor', 'triarchs', 'prophet', 'page', 'testimony', 'church', 'vol', 'iii', 'page', 'following', 'statement', 'god', 'given', 'people', 'plan', 'raising', 'sum', 'sufficient', 'enterprise', 'carrying', 'truth', 'self', 'sustaining', 'god', 'plan', 'tithing', 'certainly', 'includes', 'second', 'tithe', 'beautiful', 'simplicity', 'equality', 'hold', 'faith', 'courage', 'clear', 'relieved', 'difficulty', 'soon', 'child', 'god', 'message', 'swallowed', 'world', 'faith', 'father', 'providing', 'care', 'allowed', 'grow', 'lacking', 'final', 'test', 'mind', 'clear', 'bible', 'history', 'testimony', 'god', 'desire', 'pay', 'second', 'tithe', 'support', 'ministry', 'testimony', 'minister', 'worker', 'page', 'paying', 'second', 'tithe', 'question', 'general', 'church', 'expense', 'camp', 'meeting', 'expense', 'mission', 'offering', 'church', 'school', 'fund']
root - INFO - extracting file #118500: 2017-04-Final-Corpus/RH19090318-V86-11-page13.txt
root - INFO - extracting file #119000: 2017-04-Final-Corpus/RH19090812-V86-32-page15.txt
root - INFO - ['august', 'advent', 'review', 'sabbath', 'herald', 'india', 'shaw', 'return', 'southern', 'india', 'spent', 'week', 'lucknow', 'came', 'mussoorie', 'printingoffice', 'lucknow', 'getting', 'nicely', 'started', 'procured', 'small', 'engine', 'run', 'press', 'taken', 'effort', 'expense', 'locate', 'printing', 'mission', 'office', 'place', 'advantage', 'having', 'printing', 'office', 'publishing', 'center', 'close', 'proximity', 'hill', 'thirteen', 'hour', 'ride', 'taking', 'dehra', 'dun', 'foot', 'mussoorie', 'public_meetings', 'lucknow', 'attended', 'cold', 'season', 'result', 'know', 'menkel', 'associate', 'mussoorie', 'getting', 'ready', 'inld', 'season', 'work', 'starting', 'longacre', 'conducting', 'service', 'small', 'class', 'nurse', 'year', 'class', 'hope', 'time', 'train', 'missionary', 'nurse', 'work', 'field', 'elder', 'miller', 'expecting', 'come', 'mussoorie', 'charge', 'public', 'effort', 'season', 'think', 'shall', 'good_attendance', 'hope', 'fruit', 'result', 'sister', 'white', 'joined', 'spoke', 'sabbath', 'notwithstanding', 'combined', 'noise', 'elevated', 'surface', 'street', 'car', 'line', 'succeeded', 'making', 'heard', 'sunday', 'june', 'general_meeting', 'held', 'newark', 'people', 'attendance', 'including', 'conference', 'officer', 'minister', 'worker', 'new', 'jersey', 'conference', 'people', 'came', 'early', 'hall', 'filled', 'utmost_capacity', 'finding', 'people', 'waiting', 'nearly', 'quarter', 'hour', 'brother', 'sister', 'burgess', 'received', 'warm', 'welcome', 'garwhal', 'district', 'opening', 'school', 'people', 'mountain', 'debefore', 'appointed', 'time', 'mand', 'school_work', 'people', 'pledged', 'little', 'erection', 'building', 'going', 'forward', 'work', 'mean', 'mission', 'shall', 'able', 'help', 'april', 'recently', 'presbyterian', 'board', 'gave', 'medical', 'diploma', 'seven', 'young', 'chinese', 'woman', 'graduating', 'medical_college', 'canton', 'mayor', 'present', 'delivered', 'address', 'closing', 'said', 'female', 'student', 'pluck', 'courage', 'event', 'doubt', 'serve', 'encourage', 'bright', 'chinese', 'lady', 'student', 'china', 'persevere', 'study', 'gradually', 'place', 'empire', 'capable', 'filling', 'professional', 'line', 'work', 'socially', 'long', 'ago', 'yesterday', 'prayed', 'strength', 'perform', 'certain', 'duty', 'bear', 'certain', 'burden', 'overcome', 'certain', 'temptation', 'received', 'dream', 'divine', 'force', 'exhausted', 'answering', 'prayer', 'great', 'river', 'exhausted', 'turning', 'wheel', 'proof', 'day', 'duty', 'day', 'burden', 'clay', 'temptation', 'thrust', 'deeper', 'stream', 'god', 'power', 'feel', 'felt', 'able', 'exceedingly', 'abundantly', 'remember', 'trust', 'henry', 'van', 'dyke', 'kress', 'improved', 'time', 'talk', 'love', 'mercy', 'god', 'great', 'plan', 'fit', 'people', 'reflect', 'glory', 'finish', 'work', 'sister', 'white', 'spoke', 'usual', 'freedom', 'stood', 'long', 'carriage', 'ride', 'loth', 'new', 'york', 'newark', 'lunch', 'washington', 'lathe', 'hospitable', 'home', 'elder', 'new', 'york', 'city', 'contrary', 'expectation', 'providence', 'god', 'voice', 'general_conference', 'directed', 'step', 'great_city', 'metropolis', 'united', 'state', 'joining', 'sister', 'white', 'philadelphia', 'spent', 'week', 'sanitarium', 'counsel', 'city', 'sanitarium', 'worker', 'coming', 'new', 'york', 'sister', 'white', 'friday', 'june', 'meeting', 'progress', 'eighth', 'street', 'conference_workers', 'church_member', 'attendance', 'elder', 'haskell', 'elder', 'farnsworth', 'lord', 'shown', 'medical', 'evangelistic_work', 'united', 'effort', 'behalf', 'new', 'york', 'city', 'confidence', 'moving', 'path', 'point', 'great_work', 'great', 'future', 'later', 'article', 'speak', 'need', 'new', 'york', 'city', 'baptism', 'hudson', 'river', 'arrival', 'person', 'baptized', 'taking', 'stand', 'rebaptisms', 'united', 'church', 'happy', 'good_courage', 'good_health', 'pray', 'work', 'new', 'york', 'starr', 'central', 'new', 'england', 'camp', 'meeting_the', 'largest', 'camp_meeting', 'held', 'year', 'central', 'new', 'england', 'held', 'nashua', 'june', 'july', 'tent', 'pitched', 'ground', 'number', 'obtained', 'room', 'house', 'near', 'people', 'attendance', 'meeting', 'time', 'continued', 'came', 'week', 'returned', 'home', 'let', 'family', 'church', 'attend', 'meeting', 'provided', 'laborer', 'sister', 'white', 'elder', 'white', 'elder', 'haskell', 'wife', 'elder', 'edmed', 'wife', 'south', 'africa', 'kress', 'rode', 'new', 'york', 'afternoon', 'kress', 'writer', 'spoke', 'people', 'blending', 'perfect_harmony', 'medical', 'evangelistic', 'truth', 'angel', 'message', 'good_day', 'enter', 'life', 'experience', 'attendance', 'departure', 'general', 'laborer', 'starr', 'left', 'small', 'sixtyeighth', 'new', 'york', 'city', 'noise', 'great', 'strain', 'voice', 'lord', 'helped', 'spite', 'fear', 'enabled', 'people', 'hear', 'succeeded', 'long', 'diligent', 'search', 'finding', 'quiet', 'located', 'allotment', 'eighty', 'seventh', 'nicholas', 'ave', 'tent', 'located', 'increased', 'attendance', 'intelligent_people', 'present', 'sunday', 'night', 'borer', 'union', 'local_conferences', 'present', 'kress', 'speaking', 'night', 'freedom', 'people', 'express', 'unqualified', 'appreciation', 'blending', 'machlan', 'elder', 'longthe', 'medical', 'evangelical', 'truth', 'meet', 'want', 'long', 'felt', 'usually', 'speak', 'thirty', 'minute', 'service', 'expecting', 'lauretta', 'kress', 'trained', 'nurse', 'week', 'unite', 'starr', 'school', 'health', 'cost', 'considerable', 'sacrifice', 'release', 'drs', 'kress', 'work', 'acre', 'labored', 'hard', 'education', 'young_people', 'good_spirit', 'master', 'present', 'meeting', 'laborer', 'good', 'liberty', 'preaching', 'word', 'baptized', 'thousand', 'dollar', 'raised', 'home', 'foreign', 'missionary', 'purpose', 'attendance', 'people', 'city', 'ork', 'year', 'ago', 'conference', 'voted', 'hold', 'annual_meeting', 'separate', 'camp_meeting', 'mean', 'nearly', 'business', 'conference', 'eliminated', 'camp_meeting', 'occasion', 'whole_time', 'given', 'study', 'word', 'consideration', 'message', 'time', 'advancement', 'sister', 'white', 'spoke', 'time', 'great', 'freedom', 'elder', 'haskell', 'conducted', 'bible', 'study', 'morning', 'held', 'meeting', 'time', 'elder', 'edmed', 'gave', 'interesting', 'missionary', 'talk', 'kress', 'address', 'helpful', 'health', 'line', 'physician', 'nurse', 'melrose', 'sanitarium', 'assisted', 'address', 'demonstration', 'brother', 'dana', 'helper', 'good', 'faithful_work', 'child', 'young_people', 'brother', 'bryant', 'wilcox', 'earnest', 'successful_work', 'behalf', 'publishing', 'department', 'prof']
root - INFO - extracting file #119500: 2017-04-Final-Corpus/RH19100106-V87-01-page23.txt
root - INFO - extracting file #120000: 2017-04-Final-Corpus/RH19100609-V87-23-page22.txt
root - INFO - ['bible', 'motto', 'size', 'beauty', 'special', 'offer', 'father', 'mother', 'zoo', 'world', 'winner', 'new', 'spanish', 'motto', 'june', 'send', 'stamp', 'hampton', 'art', 'hampton', 'iowa', 'sale', 'sanitarium', 'cooking', 'oil', 'pure', 'healthful', 'odor', 'indefinitely', 'gal', 'gal', 'bbl', 'gal', 'cent', 'gal', 'bbl', 'gal', 'cent', 'gal', 'address', 'sanitarium', 'cooking', 'oil', 'louisville', 'having', 'accident', 'rendering', 'unable', 'labor', 'offer', 'property', 'sale', 'acre', 'room', 'house', 'abundance', 'fruit', 'garden', 'truck', 'mile', 'town', 'price', 'address', 'robert', 'sawyer', 'box', 'pomona', 'cal', 'wanted', 'position', 'mechanical', 'engineering', 'graduate', 'having', 'month', 'machineshop', 'experience', 'prefer', 'automobile', 'motorcycle', 'motor', 'boat', 'construction', 'necessarily', 'wish', 'permanent', 'position', 'sabbath', 'keeper', 'best', 'reference', 'correspondence', 'solicited', 'england', 'uber', 'philadelphia', 'want', 'seventh', 'day', 'adventist', 'family', 'know', 'clyro', 'antiseptic', 'salve', 'carbolated', 'highly', 'antiseptic', 'ointment', 'excellent', 'sore', 'bruise', 'burn', 'sunburn', 'scald', 'chap', 'scrofulous', 'rough', 'skin', 'skin', 'soft', 'velvety', 'send', 'cent', 'large', 'size', 'box', 'post', 'paid', 'ashley', 'chemical', 'takoma', 'park', 'bituarir', 'hackett', 'byron', 'eugene', 'hackett', 'liberty', 'center', 'ohio', 'passed', 'rest', 'march', 'having', 'attained', 'age', 'sixtyone', 'year', 'survived', 'wife', 'daughter', 'seek', 'comfort', 'sorrow', 'promise', 'john', 'sisa', 'rir', 'luau', 'navey', 'bole', 'aged', 'year', 'month', 'day', 'sorrowing', 'husband', 'small_children', 'relative', 'friend', 'left', 'mourn', 'accepted', 'angel', 'message', 'young', 'continued', 'faithful', 'till', 'death', 'word', 'comfort', 'spoken', 'funeral', 'hosea', 'stephenson', 'prettyman', 'vivian', 'edward', 'prettyman', 'born', 'douglas', 'county', 'minnesota', 'march', 'died', 'batavia', 'minn', 'aged', 'year', 'month', 'day', 'vivian', 'christian', 'boy', 'beloved', 'knew', 'shortly', 'died', 'said', 'knew', 'jesus', 'child', 'word', 'comfort', 'spoken', 'writer', 'john', 'ruskjer', 'meredith', 'died', 'home', 'berea', 'april', 'dear', 'mother', 'elizabeth', 'bee', 'meredith', 'aged', 'year', 'month', 'day', 'believer', 'angel', 'message', 'year', 'look', 'forward', 'bright_hope', 'meeting', 'resurrection_morning', 'funeral', 'held', 'pine', 'grove', 'church', 'berea', 'service', 'conducted', 'rev', 'ford', 'seventhday_baptist', 'church', 'interment', 'pine', 'grove', 'cemetery', 'john', 'belle', 'meredith', 'true', 'william', 'son', 'frederic', 'sarah', 'true', 'born', 'near', 'knightstown', 'henry', 'ind', 'april', 'died', 'home', 'brother', 'true', 'knightstown', 'march', 'aged', 'year', 'month', 'day', 'labor', 'elder', 'rees', 'accepted', 'faith', 'seventh', 'day', 'adventist', 'united', 'church', 'kennard', 'death', 'lie', 'youngest', 'family', 'leaf', 'mother', 'brother', 'sister', 'host', 'friend', 'mourn', 'word', 'comfort', 'spoken', 'funeral', 'writer', 'morris', 'lukens', 'blackford', 'ind', 'march', 'aged', 'year', 'month', 'day', 'jan', 'married', 'theodore', 'clapper', 'early', 'life', 'christian', 'uniting', 'age', 'seventeen', 'methodist', 'protestant', 'church', 'labor', 'elder', 'lane', 'henderson', 'seventhday_adventist', 'remained', 'faithful_member', 'hartford', 'city', 'church', 'death', 'sister', 'clapper', 'leaf', 'husband', 'son', 'daughter', 'sister', 'grandchild', 'host', 'friend', 'mourn', 'funeral_service', 'conducted', 'writer', 'morris', 'lukens', 'lee', 'died', 'mascot', 'harlan', 'neb', 'lee', 'aged', 'year', 'month', 'day', 'born', 'ohio', 'boy', 'parent', 'moved', 'iowa', 'married', 'anna', 'buna', 'union', 'born', 'child', 'living', 'mother', 'child', 'died', 'married', 'mary', 'bradshaw', 'january', 'converted', 'united', 'seventhday_adventist', 'church', 'norwalk', 'cal', 'rejoiced', 'truth', 'bore', 'affliction', 'patiently', 'leaf', 'wife', 'son', 'daughter', 'sister', 'brother', 'large_circle', 'friend', 'mourn', 'jones', 'morrill', 'william', 'morrill', 'born', 'claremont', 'ohio', 'april', 'died', 'near', 'watonga', 'okla', 'aged', 'year', 'month', 'day', 'twice', 'married', 'father', 'child', 'living', 'wife', 'elizabeth', 'hollingsworth', 'morrill', 'died', 'second', 'wife', 'hester', 'brown', 'morrill', 'died', 'younger', 'day', 'member', 'methodist', 'church', 'united', 'seventh', 'day', 'adventist', 'church', 'remained', 'member', 'till', 'time', 'death', 'large_number', 'friend', 'present', 'funeral', 'conducted', 'elder', 'david', 'voth', 'assisted', 'writer', 'neff', 'shannon', 'bates', 'mary', 'stewart', 'born', 'canada', 'married', 'jonathan', 'bates', 'died', 'petersburg', 'fla', 'aged', 'year', 'sister', 'bates', 'died', 'meeting', 'sabbath', 'day', 'immediately', 'bearing', 'testimony', 'husband', 'child', 'survive', 'brother', 'sister', 'bates', 'lived', 'year', 'petersburg', 'known', 'chapman', 'gallez', 'sister', 'evangeline', 'gallez', 'born', 'france', 'oct', 'died', 'april', 'aged', 'year', 'month', 'day', 'july', 'married', 'isaac', 'gallez', 'child', 'son', 'daughter', 'remains', 'mourn', 'loss', 'early', 'youth', 'sister', 'gallez', 'accepted', 'present_truth', 'united', 'seventh', 'day', 'adventist', 'church', 'year', 'faithful', 'earnest', 'child', 'lord', 'catlin', 'hotcheiss', 'ella', 'nora', 'hotchkiss', 'born', 'atlanta', 'died', 'tampa', 'fla', 'husband', 'child', 'left', 'mourn', 'accepted', 'truth', 'bartow', 'year', 'half', 'ago', 'remained', 'faithful', 'teaching', 'funeral_services', 'conducted', 'tampa', 'church', 'writer', 'large_number', 'friend', 'gathered', 'pay', 'tribute', 'life', 'fragrant', 'deed', 'kindness', 'christian', 'love', 'leroy', 'crisler', 'dean', 'robert', 'leander', 'son', 'leander', 'mary', 'dean', 'born', 'march', 'died', 'aged', 'year', 'month', 'hughes', 'died', 'gainesville', 'sister', 'hughes', 'aged', 'year', 'month', 'day', 'born', 'jackson', 'county', 'georgia', 'june', 'married', 'hughes', 'eighteen', 'year', 'ago', 'light', 'present_truth', 'came', 'gladly', 'accepted', 'rejoiced', 'blessed', 'hope', 'year', 'life', 'spent', 'gainesville', 'husband', 'son', 'brother', 'sister', 'host', 'friend', 'left', 'mourn', 'writer', 'spoke', 'word', 'comfort', 'bereaved', 'rom', 'shadel', 'stephen', 'died', 'oelrichs', 'march', 'dear', 'mother', 'caroline', 'stephen', 'aged', 'eighty_years', 'day', 'born', 'near', 'ithaca', 'march', 'married', 'john', 'jewell', 'age', 'seven', 'child', 'born', 'youngest', 'survive', 'father', 'died', 'year', 'ago', 'year', 'later', 'mother', 'married', 'jesse', 'stephen', 'died', 'year', 'ago', 'age', 'sixteen', 'converted', 'joined', 'methodist', 'episcopal_church', 'year', 'baptized', 'camp', 'meeting', 'held', 'crawford', 'neb', 'united', 'seventh', 'day', 'adventist', 'church', 'funeral_services', 'held', 'oelrichs', 'conducted', 'rook', 'baptist', 'afterward', 'ithaca', 'toby', 'congregationalist', 'burton', 'jewell', 'neucome', 'manilla', 'reeder', 'born', 'november', 'montcal', 'county', 'michigan', 'married', 'neucomb', 'day', 'brief', 'existence', 'carson', 'city', 'mich', 'november', 'world', 'source', 'great_joy', 'happidied', 'lansing', 'mich', 'ness', 'cause', 'sorrow', 'closed', 'eye', 'sleep', 'funeral_service', 'held', 'seventh', 'day', 'adventist', 'church', 'grange', 'ohio', 'friend', 'came', 'express', 'sympathy', 'word', 'comfort', 'spoken', 'john', 'john', 'francis', 'olmstead', 'young_girl', 'joined', 'united', 'brother', 'church', 'saw', 'light', 'present_truth', 'gladly', 'accepted', 'member', 'church', 'carson', 'city', 'later', 'transferring', 'membership', 'church', 'lansing', 'short', 'service', 'held', 'home', 'church', 'remains', 'taken', 'carson', 'city', 'funeral', 'held', 'service', 'conducted', 'writer', 'assisted', 'elder', 'hebner', 'deceased', 'laid', 'rest', 'village', 'hubbardston', 'moore', 'lake_union', 'herald', 'copy', 'baecus', 'died', 'sioux', 'city', 'iowa', 'obedience', 'ann', 'barcus', 'aged', 'year', 'month', 'day', 'born', 'edgar', 'county', 'illinois', 'nov', 'age', 'married', 'james', 'barcus', 'accepted', 'present_truth', 'life', 'characterized', 'spirit', 'earnestness', 'devotion', 'crossed', 'missouri', 'river', 'wind', 'storm', 'attend', 'meeting', 'isolated', 'sabbath', 'keeper', 'nebraska', 'survived', 'husband', 'child', 'funeral', 'held', 'seventh', 'day', 'adventist', 'church', 'blencoe', 'attended', 'community', 'spent', 'nearly', 'fortyfour', 'year', 'life', 'request', 'eceased', 'writer', 'preached', 'funeral', 'sermon', 'text', 'eze', 'interment', 'cemetery', 'blencoe', 'arthur', 'mcclintock', 'clark', 'runaway', 'accident', 'giles', 'deloss', 'clark', 'received', 'blow', 'head', 'resulted', 'death', 'following', 'morning', 'age', 'year', 'day', 'widowed', 'wife', 'small_children', 'aged', 'mother', 'brother', 'sister', 'live', 'mourn', 'loss', 'kind', 'husband', 'father', 'brother', 'clark', 'fully', 'accepted', 'truth', 'sympathy', 'willingly', 'contributed', 'support', 'sister', 'clark', 'message', 'youth', 'may_god', 'promise', 'widow', 'fatherless', 'comfort', 'funeral_services', 'held', 'milton', 'junction', 'deceased', 'lived', 'time', 'death', 'large_audience', 'testified', 'sympathy', 'extended', 'word', 'cor', 'formed', 'basis', 'remark', 'writer', 'stebbins', 'clapper', 'eunice', 'ann', 'hanley', 'born', 'bole', 'died', 'dixie', 'july', 'died', 'near', 'hartford', 'city']
root - INFO - extracting file #120500: 2017-04-Final-Corpus/RH19101103-V87-44-page11.txt
root - INFO - extracting file #121000: 2017-04-Final-Corpus/RH19110330-V88-13-page7.txt
root - INFO - ['march', 'advent', 'review', 'sabbath', 'herald', 'experience', 'answering', 'question', 'heard', 'bluebird', 'singing', 'song', 'god', 'way', 'revealing', 'trouble', 'nurse', 'went', 'away', 'mother', 'took', 'charge', 'thought', 'case', 'frying', 'pan', 'time', 'cried', 'pretty', 'confess', 'mother', 'thought', 'hungry', 'offered', 'breast', 'good', 'meal', 'hour', 'cold', 'colic', 'weariness', 'remedy', 'breast', 'generally', 'took', 'afraid', 'hurt', 'feeling', 'refused', 'tell', 'hurt', 'feeling', 'pretty', 'badly', 'pain', 'suffered', 'result', 'mother', 'policy', 'warm', 'meal', 'hour', 'month', 'old', 'baby', 'tell', 'thing', 'blamed', 'mother', 'credit', 'having', 'nerve', 'way', 'jolt', 'time', 'thought', 'colic', 'cruel', 'time', 'jolting', 'patting', 'vigorously', 'wonder', 'vertebra', 'dislocated', 'spinal', 'cord', 'wasn', 'shattered', 'mother', 'mistreated', 'wouldn', 'minded', 'knew', 'know', 'great', 'deal', 'baby', 'practising', 'worst', 'let', 'people', 'practise', 'mother', 'lot', 'visitor', 'pas', 'let', 'lady', 'kiss', 'talk', 'nonsense', 'shake', 'generally', 'thing', 'wanted', 'let', 'trouble', 'pretty', 'past', 'getting', 'tougher', 'mind', 'chief', 'grievance', 'present', 'mother', 'idea', 'baby', 'need', 'wear', 'shoe', 'stocking', 'understand', 'reasoning', 'anybody', 'needed', 'good', 'warm', 'clothing', 'cold_weather', 'poor', 'little', 'helpless', 'thing', 'know', 'foot', 'cold', 'awful', 'stomach', 'ache', 'nose', 'stuffed', 'breathe', 'suppose', 'right', 'dear', 'suppose', 'business', 'discussing', 'thing', 'aren', 'supposed', 'know', 'good', 'help', 'thinking', 'know', 'grown', 'folk', 'learned', 'baby', 'culture', 'hearsay', 'john', 'haven', 'given', 'chance', 'fared', 'suppose', 'trouble', 'yes', 'experience', 'trouble', 'jim', 'mother', 'know', 'lot', 'baby', 'start', 'reading', 'health', 'book', 'magazine', 'came', 'went', 'like', 'clockwork', 'tell', 'bath', 'meal', 'exer', 'singer', 'magic', 'sweet', 'swung', 'lilac', 'snow', 'round', 'foot', 'wind', 'blew', 'roughly', 'sky', 'steely', 'gray', 'perched', 'singing', 'chilling', 'gloom', 'away', 'brave', 'traveler', 'southland', 'came', 'soon', 'ice', 'bind', 'streamlet', 'sun', 'wan', 'noon', 'violet', 'sleeping', 'close', 'earthy', 'bed', 'greening', 'blade', 'grass', 'dared', 'head', 'glad', 'greet', 'sweet', 'harbinger', 'spring', 'sound', 'welcome', 'gay', 'caroling', 'courageous', 'little', 'songster', 'leafless', 'spray', 'singing', 'singing', 'weariness', 'intensely', 'interesting', 'felt', 'grateful', 'church', 'school', 'truth', 'word', 'god', 'kept', 'mind', 'child', 'character', 'knowledge', 'goal', 'true', 'churchschool', 'teacher', 'worship', 'evening', 'present', 'spend', 'half', 'hour', 'aubigne', 'history', 'reformation', 'questioning', 'paragraph', 'child', 'interested', 'mention', 'help', 'parent', 'difficulty', 'entertaining', 'child', 'evening', 'sister', 'white', 'companion', 'child', 'manifesting', 'spirit', 'superiority', 'child', 'chief', 'delight', 'associating', 'papa', 'mama', 'stilt', 'fail', 'god', 'delightful', 'relation', 'exists', 'child', 'barrier', 'exist', 'secret', 'withheld', 'feel', 'clasp', 'hand', 'hear', 'word', 'telling', 'love', 'blessing', 'accepted', 'covenant', 'mount', 'zion', 'experience', 'reader', 'review', 'mouth', 'babe', 'eulalia', 'sisley', 'richards', 'hello', 'jim', 'said', 'john', 'haven', 'seen', 'night', 'month', 'ago', 'journeyed', 'babyland', 'smith', 'brown', 'getting', 'old', 'fellow', 'middling', 'like', 'smith', 'better', 'think', 'knew', 'baby', 'came', 'live', 'thought', 'hard', 'hadn', 'minute', 'nurse', 'tightest', 'stiffest', 'uncomfortable', 'thing', 'imaginable', 'binder', 'think', 'called', 'wasn', 'such_things', 'course', 'like', 'cried', 'know', 'nurse', 'began', 'jolting', 'said', 'colic', 'know', 'colic', 'pretty', 'quick', 'stop', 'gave', 'brandy', 'water', 'dreadful', 'burning', 'stuff', 'gave', 'real', 'pain', 'cried', 'cried', 'fell', 'asleep', 'exhaustion', 'beginning', 'away', 'evening', 'hour', 'child', 'john', 'quinn', 'evening', 'family_worship', 'settled', 'enjoyable', 'hour', 'retiring', 'year', 'old', 'girl', 'climbed', 'knee', 'throwing', 'arm', 'neck', 'face', 'aglow', 'happiness', 'said', 'papa', 'hardly', 'wait', 'day', 'come', 'dear', 'want', 'day', 'come', 'want', 'thing', 'white', 'tell', 'thing', 'saw', 'vision', 'doubt', 'day', 'papa', 'think', 'saved', 'moment', 'spent', 'making', 'clear', 'god', 'way', 'salvation', 'god', 'provided', 'faith', 'accepting', 'eternal_life', 'gift', 'god', 'understand', 'vision', 'doe', 'god', 'thing', 'sister', 'white', 'opening', 'bible', 'read', 'number', 'passage', 'book', 'zechariah', 'especially', 'verse', 'chapter', 'read', 'daniel', 'description', 'experience', 'vision', 'told', 'experience', 'god', 'gave', 'sister', 'white', 'difficult', 'understand', 'live', 'breathing', 'finally', 'grasped', 'truth', 'spirit', 'god', 'source', 'life', 'life', 'prophet', 'control', 'faculty', 'farm', 'journal']
root - INFO - extracting file #121500: 2017-04-Final-Corpus/RH19110831-V88-35-page6.txt
root - INFO - extracting file #122000: 2017-04-Final-Corpus/RH19120201-V89-05-page23.txt
root - INFO - ['february', 'advent', 'review', 'sabbath', 'herald', 'open', 'account', 'advertising', 'webster', 'mary', 'terry', 'born', 'converse', 'died', 'home', 'parkerscash', 'accompany', 'order', 'marcellus', 'sept', 'marburg', 'dec', 'margaret', 'charge', 'dollar', 'ried', 'james', 'webster', 'nineteen', 'year', 'converse', 'aged', 'year', 'son', 'insertion', 'word', 'additional_word', 'initial', 'group', 'figure', 'excess', 'cost', 'cent', 'discount', 'insertion', 'age', 'child', 'born', 'living', 'sister', 'webster', 'died', 'madison', 'jan', 'year', 'ago', 'accepted', 'truth', 'held', 'seventh', 'day', 'adventist', 'fell', 'asleep', 'brother', 'left', 'mourn', 'loss', 'year', 'life', 'sister', 'converse', 'held', 'view', 'seventh', 'day', 'adventist', 'known', 'woman', 'quiet', 'substantial', 'quality', 'character', 'funeral', 'wanted', 'experienced', 'men', 'fireman', 'traction', 'engine', 'work', 'large', 'farm', 'men', 'farm_work', 'needed', 'bright_hope', 'life', 'tomb', 'service', 'held', 'home', 'good_wages', 'month', 'sabbath', 'keeper', 'good', 'standing', 'william', 'rowse', 'hanley', 'saskatchewan', 'canada', 'cooking', 'oil', 'finest', 'quality', 'guaranteed', 'extensively', 'best', 'cook', 'nutritious', 'delicious', 'odorless', 'sweet', 'indefinitely', 'gallon', 'gallon', 'gallon', 'gallon', 'barrel', 'gallon', 'purity', 'cooking', 'oil', 'chattanooga', 'tenn', 'sanitarium_cooking', 'oil', 'noted', 'quality', 'free', 'animal', 'fat', 'onegallon', 'gallon', 'gallon', 'gallon', 'barrel', 'cent', 'gallon', 'cash', 'order', 'sanitarium_cooking', 'oil', 'louisville', 'world', 'largest', 'motto', 'dealer', 'sale', 'father', 'mother', 'lead', 'delivered', 'quantity', 'write', 'harmon', 'died', 'typhoid_fever', 'altoona', 'aug', 'dear_son', 'harold', 'post', 'card', 'free', 'highest', 'grade', 'vegetable', 'cooking', 'oil', 'gallon', 'cent', 'truth', 'held', 'seventh', 'day', 'adventist', 'gallon', 'cent', 'hampton', 'art', 'company', 'nevada', 'iowa', 'sale', 'trade', 'acre', 'near', 'pecos', 'tex', 'sell', 'warm', 'dry', 'healthful', 'climate', 'foot', 'elevation', 'shallow', 'artesian', 'water', 'small', 'church', 'good', 'market', 'special', 'price', 'cash', 'enclose', 'stamp', 'particular', 'rice', 'corpus', 'christi', 'tex', 'brother', 'church', 'member', 'central', 'california', 'conference_committee', 'dearest', 'heart', 'cause', 'god', 'triumph', 'angel', 'message', 'behrens', 'word', 'comfort', 'spoken', 'writer', 'rev', 'reed', 'loughhead', 'sister', 'esther', 'palmer', 'loughhead', 'born', 'april', 'died', 'alba', 'dec', 'began', 'sabbath', 'faithful', 'aged', 'year', 'month', 'leaf', 'death', 'son', 'daughter', 'wife', 'father', 'mother', 'brother', 'mourn', 'trust', 'soon', 'loved', 'life', 'giver', 'come', 'claim', 'word', 'comfort', 'spoken', 'elder', 'wiest', 'eccl', 'large_company', 'sympathizing', 'friend', 'home', 'parent', 'philadelphia', 'sabbath', 'august', 'laid', 'rest', 'hillside', 'cemetery', 'winfield', 'ada', 'harmon', 'church', 'john', 'church', 'early', 'pioneer', 'fresno', 'county', 'california', 'died', 'jan', 'age', 'year', 'leaf', 'wife', 'son', 'daughter', 'mourn', 'loss', 'thirty', 'year', 'ago', 'led', 'reading', 'matter', 'accept', 'comforted', 'bright_hope', 'meeting', 'loved', 'mother', 'resurrection', 'morning', 'funeral_services', 'conducted', 'writer', 'del', 'horbe', 'brook', 'died', 'jan', 'chauncey', 'brook', 'aged', 'year', 'new', 'york', 'native', 'state', 'married', 'miss', 'janette', 'newcomb', 'died', 'child', 'survive', 'brother', 'brook', 'charter', 'member', 'seventhday_adventist', 'church', 'madison', 'remained', 'faithful', 'death', 'writer', 'spoke', 'word', 'comfort', 'rev', 'reed', 'putnam', 'putnam', 'born', 'new', 'york', 'state', 'nov', 'died', 'oct', 'early', 'childhood', 'brought', 'wisconsin', 'parent', 'settled', 'winnebago', 'county', 'entire_family', 'accepted', 'angel', 'message', 'brother', 'putnam', 'eighteen', 'year', 'age', 'head', 'elizabeth', 'head', 'died', 'sept', 'aged', 'year', 'month', 'day', 'sister', 'time', 'consistent', 'member', 'head', 'accepted', 'angel', 'message', 'seven', 'year', 'ago', 'result', 'series', 'meeting', 'conducted', 'wade', 'church', 'sustained', 'great_loss', 'death', 'consecrated', 'christian', 'assistant', 'physician', 'chamberlain', 'sanidiligent', 'worker', 'cause', 'knew', 'local', 'elder', 'lindsay', 'having', 'arrangement', 'work', 'madison', 'sanitarium', 'leaf', 'position', 'vacant', 'tarium', 'application', 'young', 'married', 'physician', 'ability', 'receive', 'prompt', 'consideration', 'state', 'age', 'experience', 'salary', 'wanted', 'reference', 'address', 'sanitarium', 'chamberlain', 'dak', 'obituary', 'husband', 'child', 'survive', 'funeral_service', 'attended', 'friend', 'relative', 'conducted', 'writer', 'heckman', 'mcclellan', 'ann', 'mcclellan', 'born', 'washington', 'township', 'pennsylvania', 'jan', 'died', 'home', 'springfield', 'ill', 'dec', 'son', 'daughter', 'survive', 'sister', 'mcclellan', 'seventh', 'day', 'adventist', 'fourteen', 'year', 'ago', 'year', 'life', 'filled', 'suffering', 'cheerful', 'fell', 'asleep', 'trusting', 'saviour', 'hope', 'having', 'resurrection', 'sisted', 'writer', 'service', 'stone', 'harrow', 'katie', 'valentine', 'darrow', 'born', 'july', 'shelby', 'county', 'indiana', 'died', 'knox', 'iowa', 'dec', 'accepted', 'blessed', 'truth', 'uniting', 'seventh', 'day', 'adventist', 'church', 'indianapolis', 'ind', 'year', 'ago', 'family', 'moved', 'portland', 'oregon', 'recently', 'visited', 'brother', 'iowa', 'hoping', 'regain', 'health', 'grew', 'worse', 'fell', 'asleep', 'hope', 'soon', 'coming', 'saviour', 'husband', 'brother', 'sister', 'survive', 'funeral_service', 'conducted', 'bauerlein', 'rosa', 'bauerlein', 'born', 'march', 'died', 'oct', 'sister', 'bauerlein', 'heard', 'accepted', 'angel', 'message', 'joining', 'german_church', 'philadelphia', 'influ', 'funeral_services', 'conducted', 'writer', 'pastor', 'george', 'hick', 'ence', 'example', 'husband', 'daughter', 'later', 'led', 'obey', 'truth', 'year', 'ago', 'family', 'moved', 'telford', 'united', 'fairhill', 'church', 'word', 'comfort', 'spoken', 'writer', 'heckman', 'corey', 'eliza', 'corey', 'clarke', 'born', 'new', 'york', 'state', 'jan', 'died', 'bethel', 'aged', 'year', 'month', 'day', 'earnest', 'active', 'christian', 'seventy_years', 'having', 'converted', 'age', 'seventeen', 'united', 'seventh', 'day', 'adventist', 'married', 'sidney', 'corey', 'child', 'born', 'sister', 'corey', 'hope', 'courage', 'anxious', 'service', 'funeral_services', 'conducted', 'writer', 'assisted', 'allen', 'local', 'elder', 'stone', 'bristol', 'louisa', 'valentine', 'brother', 'clarence', 'brother', 'born', 'greenville', 'mich', 'april', 'year', 'age', 'went', 'parent', 'houghton', 'dak', 'resided', 'year', 'removing', 'aberdeen', 'died', 'jan', 'aged', 'year', 'month', 'day', 'embraced', 'truth', 'angel', 'message', 'greatly', 'missed', 'church', 'member', 'having', 'acted', 'treasurer', 'leader', 'year', 'nov', 'death', 'dec', 'bore', 'term', 'advance', 'year', 'month', 'month', 'extra_postage', 'charged', 'country', 'universal_postal', 'union', 'post', 'office', 'money', 'order', 'payable', 'washington', 'post', 'office', 'ncr', 'takoma', 'park', 'sta', 'lion', 'address', 'communication', 'draft', 'express', 'money', 'order', 'payabl', 'review_and_herald_takoma', 'park_station', 'washington', 'entered', 'second', 'class_matter', 'august', 'post', 'office', 'washington', 'act', 'congress', 'march', 'united', 'marriage', 'anna', 'dykstra', 'suffered', 'illness', 'trust', 'god', 'faltered', 'suffering', 'christian', 'fortitude', 'life', 'self', 'sacrifice', 'devotion', 'master', 'funeral', 'conducted', 'wife', 'child', 'brother', 'survive', 'writer', 'job', 'patterson', 'edith', 'cilley', 'terrell', 'mary', 'jewell', 'accepted', 'view', 'seventh', 'day', 'adventist', 'labor', 'writer', 'uniting', 'church', 'grandville', 'mich', 'married', 'terrell', 'survived', 'nub', 'rrath', 'year', 'age', 'active', 'distributing', 'literature', 'missionary', 'enterprise', 'year', 'ago', 'account', 'sickness', 'mind', 'weak', 'mental', 'strength', 'clung', 'faith', 'loved', 'natural', 'life', 'generously', 'cared', 'relative', 'death', 'occurred', 'grand', 'rapid', 'mich', 'dec', 'oxi', 'year', 'age', 'smith', 'dudgeon', 'iva', 'dudgeon', 'born', 'chetopa', 'kans', 'jan', 'seventeen', 'year', 'age', 'converted', 'joined', 'seventh', 'day', 'adventist', 'church', 'hicksville', 'ohio', 'autumn', 'entered', 'prospect', 'sanitarium', 'cleveland', 'ohio', 'conducted', 'brother', 'stahl', 'began', 'prepare', 'missionary', 'nurse', 'institution', 'closed', 'continued', 'work', 'graysville', 'tenn', 'sanitarium', 'graduated', 'nov', 'month', 'ago', 'health', 'began', 'fail', 'possible', 'recovery', 'gradually', 'declined', 'general', 'church', 'paper', 'seventh', 'day', 'adventist', 'seventh', 'day', 'adventist', 'church', 'march', 'married', 'cynthia', 'eldridge', 'child', 'born', 'brother', 'sister', 'putnam', 'charter', 'member', 'bethel', 'church', 'beloved', 'eiguotrh', 'prortantatton', 'jam', 'totrirll', 'rout', 'briturro', 'unto', 'ttw', 'moto', 'issued', 'thursday', 'review', 'herald', 'publishing', 'associatioe', 'taunt', 'arnirni']
root - INFO - extracting file #122500: 2017-04-Final-Corpus/RH19120704-V89-27-page19.txt
root - INFO - extracting file #123000: 2017-04-Final-Corpus/RH19121128-V89-48-page24.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'november', 'washington', 'november', 'letter', 'shively', 'medical', 'superintendent', 'nebraska', 'sanitarium', 'report', 'excellent', 'patronage', 'institution', 'blessing', 'god', 'attending', 'labor', 'wife', 'eva', 'shively', 'associated', 'work', 'article', 'brother', 'bourdean', 'page', 'entitled', 'invisible', 'spiritual', 'officer', 'government', 'contains', 'interesting', 'data', 'reference', 'latest', 'claim', 'catholic_church', 'article', 'afford', 'worker', 'valuable', 'fact', 'future', 'use', 'week', 'week', 'prayer', 'review', 'containing', 'reading', 'sent', 'subscriber', 'review', 'reading', 'addition', 'mission_board', 'mailed', 'copy', 'church', 'elder', 'leader', 'isolated', 'sabbath', 'keeper', 'conference', 'worker', 'small', 'supply', 'sent', 'conference', 'office', 'supplying', 'church', 'isolated', 'member', 'fail', 'cause', 'receive', 'reading', 'work', 'good', 'field', 'love', 'help', 'far', 'away', 'recent_letter', 'elder', 'edmed', 'president', 'natal', 'transvaal', 'conference', 'south', 'africa', 'following', 'little', 'company', 'felt', 'impassioned', 'china', 'sabbath', 'took', 'collection', 'home', 'china', 'missionary', 'following', 'extract', 'letter', 'received', 'good_service', 'day', 'program', 'sent', 'union_conference', 'sabbath', 'school_secretary', 'reach', 'sabbath', 'school', 'arranged', 'mary', 'baumann', 'read', 'paper', 'china', 'collection', 'china', 'mission', 'home', 'fund', 'suggested', 'increased', 'believe', 'seeing', 'absent', 'member', 'ping', 'came', 'small', 'school', 'durban', 'natal', 'felt', 'showed', 'spirit', 'liberality', 'commendable', 'sending', 'greeting', 'santiago', 'capital', 'chile', 'elder', 'westphal', 'suggests', 'important', 'push', 'work', 'roman', 'catholic', 'south', 'america', 'thousand', 'believer', 'face', 'unwarned', 'continent', 'bishop', 'santiago', 'aroused', 'lately', 'published', 'article', 'mercevio', 'inviting', 'catholic', 'spy', 'place', 'protestant', 'holding', 'meeting', 'content', 'general', 'article', 'invisible', 'spiritual', 'officer', 'government', 'bonrdeau', 'peril', 'neglecting', 'salvation', 'concluded', 'white', 'prayer', 'underwood', 'power', 'prayer', 'stoner', 'editorial', 'closing', 'controversy', 'hand', 'god', 'history', 'god', 'promise', 'bridge', 'gulf', 'obligation', 'cause', 'god', 'world', 'wide', 'field', 'home', 'health', 'field', 'work', 'young', 'people', 'work', 'state', 'church', 'news', 'miscellany', 'miscellaneous', 'greeting', 'week', 'prayer', 'come', 'west', 'russia', 'close', 'scene', 'unrest', 'balkan', 'elder', 'loebsack', 'church', 'mission_field', 'send', 'word', 'message', 'dark', 'cloud', 'political', 'horizon', 'cause', 'bright', 'star', 'better', 'world', 'shine', 'increased', 'splendor', 'fulfilment', 'preach', 'live', 'book', 'introducing', 'read', 'page', 'announcement', 'special_course', 'washington', 'foreign_mission', 'seminary', 'october', 'elder', 'steiner', 'germany', 'sailed', 'europe', 'italian', 'east', 'africa', 'appointment', 'abyssinian', 'mission', 'word', 'calcutta', 'india', 'annual_meeting', 'progress', 'report', 'arrival', 'brother', 'wood', 'arid', 'peugh', 'family', 'australia', 'report', 'departure', 'october', 'myers', 'engage', 'work', 'east', 'indian', 'fiji', 'island', 'sister', 'myers', 'lived', 'india', 'acquainted', 'hindustani', 'language', 'november', 'san', 'francisco', 'brother', 'kenneth', 'wood', 'southern', 'california', 'conference', 'sailed', 'shanghai', 'join', 'staff', 'worker', 'china', 'great_need', 'laborer', 'china', 'thank', 'god', 'strong', 'yourig', 'worker', 'field', 'post', 'card', 'elder', 'guy', 'dail', 'report', 'good', 'general', 'meeting', 'beirut', 'syria', 'laborer', 'attendance', 'including', 'worker', 'egypt', 'syria', 'constantinople', 'brother', 'conradi', 'dail', 'doubtless', 'week', 'british', 'east', 'africa', 'visiting', 'mission_stations', 'victoria', 'nyanza', 'communication', 'pertaining', 'subscription', 'christian_education', 'order', 'journal', 'change', 'address', 'delay', 'irregularity', 'delivery', 'journal', 'sent', 'direct', 'review', 'herald', 'publishing', 'association', 'publisher', 'circulators', 'editor', 'educational', 'department', 'general', 'ference', 'hastening', 'home', 'master', 'coming', 'courage', 'work', 'soul', 'lord', 'harvest', 'praise', 'week', 'wednesday', 'brother', 'mountain', 'view', 'sent', 'harvest', 'ingathering_signs', 'stock', 'hand', 'fourth', 'small', 'edition', 'soon', 'ready', 'order', 'received', 'good_reports', 'continue', 'come', 'sister', 'went', 'paper', 'brought', 'dollar', 'young_lady', 'mailed', 'copy', 'friend', 'received', 'dollar', 'sample', 'golden', 'opportunity', 'help', 'haslen', 'message', 'home', 'field', 'afar', 'let', 'improve', 'chronicle', 'departure', 'young', 'missionary', 'far', 'field', 'month', 'month', 'think', 'parent', 'home', 'making', 'precious', 'gift', 'cause', 'christ', 'mission', 'field', 'day', 'miss', 'murphy', 'foreign_mission', 'seminary', 'sent', 'word', 'parent', 'asked', 'south', 'america', 'mother', 'answered', 'ohio', 'home', 'heart', 'new_field', 'meet', 'faithful', 'end', 'shall', 'meet', 'joy', 'world', 'discourage', 'work', 'time', 'trying', 'help', 'prepare', 'prayer', 'follow', 'truly', 'time', 'dedication', 'life', 'child', 'mean', 'spread', 'closing', 'gospel_message', 'nation', 'kindred', 'tongue', 'neople', 'country', 'order', 'effectual', 'opposition', 'know', 'mean', 'prediction', 'great', 'controversy', 'fulfilled', 'need', 'ready', 'crisis', 'little', 'later', 'article', 'appeared', 'paper', 'seventh', 'day', 'adventist', 'list', 'protestant', 'agency', 'mentioned', 'book', 'making', 'impression', 'country', 'need', 'work', 'time', 'favorable', 'lord_bless', 'raising', 'money', 'cause', 'master', 'developing', 'worker', 'field', 'particular', 'received', 'death', 'elder', 'owen', 'india', 'letter', 'elder', 'shaw', 'superintendent', 'field', 'brother', 'owen', 'failing', 'month', 'largely', 'lost', 'power', 'digestion', 'assimilation', 'acute', 'digestive', 'trouble', 'advanced', 'year', 'hastened', 'end', 'brother', 'owen', 'went', 'mission_field', 'year', 'ago', 'time', 'took', 'vacation', 'work', 'notwithstanding', 'fact', 'mission_board', 'offered', 'pay', 'way', 'america', 'nearly', 'year', 'spent', 'india', 'labored', 'self', 'supporting', 'missionary', 'humble', 'peaceful', 'quiet', 'life', 'exerted', 'influence', 'good', 'worked', 'came', 'end', 'prepared', 'meet', 'god', 'shock', 'grain', 'fully', 'ripened', 'harvest', 'surely', 'sympathy', 'brother', 'sister', 'shaw', 'affliction', 'mourning', 'relative', 'friend', 'diferent', 'world']
root - INFO - extracting file #123500: 2017-04-Final-Corpus/RH19130508-V90-19-page10.txt
root - INFO - extracting file #124000: 2017-04-Final-Corpus/RH19131009-V90-41-page3.txt
root - INFO - ['tvign', 'patience', 'saint', 'commandment', 'god', 'faith', 'jesus', 'rev', 'vol', 'takoma', 'park', 'station', 'washington', 'thursday', 'october', 'gospel', 'world', 'generation', 'deep', 'conviction', 'heart', 'devout', 'missionary', 'worker', 'home', 'foreign_fields', 'duty', 'christian_church', 'proclaim', 'gospel', 'christ', 'world', 'generation', 'conviction', 'based', 'teaching', 'scripture', 'marvelous', 'providence', 'god', 'century', 'god', 'loved', 'world', 'whole_world', 'gave', 'begotten_son', 'whosoever_believeth', 'perish', 'everlasting', 'life', 'jesus', 'died', 'world', 'said', 'disciple', 'world', 'preach', 'gospel', 'creature', 'went', 'forth', 'preathed', 'lord', 'working', 'confirming', 'word', 'sign', 'following', 'mark', 'gospel', 'god', 'message', 'salvation', 'lost', 'world', 'christ', 'died', 'save', 'church', 'god', 'chosen', 'agency', 'tell', 'gospel', 'love', 'world', 'duty', 'church', 'proclaim', 'gospel', 'world', 'obligation', 'greatest', 'truest', 'christian', 'age', 'recognized', 'paul', 'great_apostle', 'gentile', 'declared', 'debtor', 'greek', 'barbarian', 'wise', 'unwise', 'john_wesley', 'greatest', 'modern', 'evangelist', 'remarked', 'world', 'parish', 'today', 'recognition', 'general', 'truth', 'deep', 'conviction', 'fastened', 'heart', 'earnest', 'intelligent', 'christian', 'worker', 'gospel', 'preached', 'whole_world', 'generation', 'living', 'shall', 'passed', 'away', 'believe', 'conviction', 'born', 'scripture', 'providence', 'god', 'possibility', 'certainty', 'jesus', 'finished', 'work', 'earth', 'ascend', 'heaven', 'gave', 'follower', 'solemn', 'promise', 'come', 'disciple', 'believed', 'promise', 'asked', 'shall', 'sign', 'thy', 'coming', 'end', 'world', 'reply', 'master', 'pointed', 'number', 'sure', 'evidence', 'speedy', 'return', 'gospel', 'kingdom', 'shall', 'preached', 'world', 'witness', 'unto', 'nation', 'shall', 'end', 'come', 'matt', 'plain', 'generation', 'return', 'christ', 'world', 'witness', 'proclamation', 'gospel', 'nation', 'world', 'living', 'revelation', 'given', 'john', 'isle', 'patmos', 'shown', 'work', 'process', 'fulfilment', 'saw', 'angel', 'fly', 'midst', 'heaven', 'having', 'everlasting', 'gospel', 'preach', 'unto', 'dwell', 'earth', 'nation', 'kindred', 'tongue', 'people', 'looked', 'behold', 'white_cloud', 'cloud', 'sat', 'like', 'unto', 'son', 'man', 'having', 'head', 'golden', 'crown', 'hand', 'sharp', 'sickle', 'today', 'sign', 'recorded', 'scripture', 'concerning', 'approaching', 'end', 'world', 'fulfilled', 'process', 'fulfilment', 'proclamation', 'gospel', 'world', 'time', 'come', 'accomplished', 'conviction', 'laying', 'hold', 'thousand', 'earnest', 'christian', 'century', 'providence', 'god', 'shaping', 'affair', 'preparing', 'way', 'work', 'time', 'year', 'ago', 'men', 'began', 'explore', 'nook', 'corner', 'globe', 'history', 'world', 'year', 'ago', 'men', 'began', 'discover', 'nature', 'force', 'invent', 'facility', 'effective', 'universal', 'transmission', 'thought', 'rapid', 'world', 'wide', 'travel', 'known', 'year', 'ago', 'christian_church', 'began', 'world', 'wide', 'nthsionary', 'campaign', 'carried', 'apostolic', 'time', 'today', 'country', 'inhabited', 'island', 'globe', 'known', 'ordinary', 'reader', 'world', 'brought', 'close', 'touch', 'ocean', 'cable', 'printing', 'press', 'european', 'delegation', 'attendance', 'world', 'conference', 'washington', 'june', 'tragus']
root - INFO - extracting file #124500: 2017-04-Final-Corpus/RH19140305-V91-10-page3.txt
root - INFO - extracting file #125000: 2017-04-Final-Corpus/RH19140813-V91-33-page14.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'august', 'late', 'root', 'firmly', 'grounded', 'labor', 'zeal', 'tear', 'danger', 'rootlet', 'remain', 'spring', 'expected', 'sure', 'way', 'prevent', 'mischief', 'making', 'seed', 'germinating', 'safeguard', 'vice', 'teach', 'little', 'earliest', 'infancy', 'correct', 'physical', 'habit', 'especially', 'regard', 'sleeping', 'eating', 'handmaid', 'chastity', 'nature', 'great', 'restorer', 'peaceful', 'unbroken', 'slumber', 'childhood', 'youth', 'source', 'indigestion', 'little', 'exercise', 'cold', 'foot', 'exciting', 'cause', 'sleeplessness', 'zealously', 'guarded', 'diet', 'child', 'rigidly', 'looked', 'child', 'allowed', 'eat', 'hour', 'partake', 'rich', 'highly', 'seasoned', 'food', 'sweetmeat', 'dainty', 'use', 'tea', 'coffee', 'strong', 'condiment', 'overeat', 'taught', 'laboring', 'toronto', 'placed', 'dominion', 'nearly', 'half', 'million', 'inhabitant', 'self', 'gratification', 'self', 'control', 'lower', 'nature', 'abundant', 'exercise', 'especially', 'important', 'aid', 'purity', 'value', 'wholesome', 'occupation', 'time', 'hardly', 'overestimated', 'mind', 'occupied', 'old', 'adage', 'satan', 'mischief', 'idle', 'hand', 'true', 'fresh', 'interesting', 'ready', 'satisfy', 'keen', 'appetite', 'unfolding', 'intellect', 'teach', 'stone', 'flower', 'insect', 'bird', 'read', 'great', 'useful', 'men', 'woman', 'strive', 'create', 'aspiration', 'good', 'pure', 'circumstance', 'surround', 'likelihood', 'led', 'evil', 'example', 'fortify', 'warning', 'inevitable', 'consequence', 'guard', 'association', 'little', 'carefully', 'child', 'older', 'growth', 'allow', 'play', 'wander', 'sight', 'hearing', 'company', 'neighbor', 'child', 'rid', 'noise', 'banish', 'room', 'corner', 'unbegan', 'tent_effort', 'sunday', 'july', 'good_attendance', 'night', 'goodly', 'number', 'meeting', 'home', 'lord', 'day', 'alliance', 'expect', 'work', 'somewhat', 'difficult', 'open', 'good_courage', 'trust', 'lord', 'lead', 'allen', 'maryland', 'raltimore', 'beginning', 'fifth', 'week', 'tent_effort', 'colored', 'people', 'baltimore', 'connected', 'effort', 'member', 'church', 'render', 'faithful_service', 'night', 'good', 'strong', 'choir', 'elder', 'seeney', 'wilmington', 'del', 'preaches', 'evening', 'best', 'place', 'tent', 'filled', 'service', 'observed', 'feel', 'liberty', 'carry', 'collection', 'pay', 'expense', 'impulse', 'evil', 'spring', 'solicit', 'prayer', 'reader', 'mind', 'little', 'friend', 'come', 'visit', 'superintend', 'play', 'new', 'game', 'help', 'mind', 'enjoyable', 'thought', 'time', 'think', 'wrong', 'let', 'enjoy', 'guest', 'soon', 'come', 'feel', 'visit', 'friend', 'mamma', 'share', 'great_loss', 'pleasure', 'home', 'school', 'plato', 'best', 'way', 'training', 'young', 'train', 'time', 'admonish', 'carrying', 'principle', 'practice', 'paper', 'soul', 'wisdom', 'presentation', 'message', 'gusmvus', 'rodgers', 'new', 'jersey', 'long_time', 'reported', 'iview', 'god', 'working', 'people', 'state', 'speak', 'year', 'time', 'prospering', 'hand', 'god', 'manifested', 'distinctly', 'foreign_field', 'working', 'following', 'nationality', 'english', 'german', 'swedish', 'danish', 'norwegian', 'dutch', 'slavic', 'bohemian', 'polish', 'russian', 'hungarian', 'negro', 'worker', 'laboring', 'foreign', 'speaking', 'people', 'negro', 'worker', 'ontario', 'sabbath', 'june', 'eighteen', 'member', 'added', 'church', 'brantford', 'ontario', 'thirty', 'new_members', 'added', 'church', 'past', 'month', 'month', 'july', 'august', 'year', 'held', 'tent_effort', 'followed', 'work', 'hall', 'fall', 'winter', 'met', 'severe', 'opposition', 'lord', 'blessed', 'increase', 'number', 'noted', 'working', 'english', 'speaking', 'people', 'present_time', 'employing', 'laborer', 'year', 'net', 'increase', 'church_membership', 'making', 'present_membership', 'substantial', 'increase', 'tithe', 'previous_year', 'new_churches', 'dedicated', 'year', 'nearing', 'completion', 'building', 'substantial', 'monument', 'mean', 'advancement', 'angel', 'message', 'state', 'glad', 'able', 'foreigner', 'able', 'send', 'spread', 'message', 'place', 'message', 'came', 'ought', 'work', 'city', 'east', 'lord', 'immediately', 'began', 'prepare', 'way', 'waiting', 'message', 'literature', 'accomplishing', 'advancing', 'work', 'tent_companies', 'field', 'year', 'prospect', 'bright', 'good', 'return', 'sandborn', 'santa', 'maria', 'brazil', 'santa', 'maria', 'league', 'distant', 'caruaru', 'nearest', 'railroad', 'station', 'whole_country', 'place', 'region', 'like', 'state', 'pernambuco', 'bear', 'special_sense', 'mark', 'fifty', 'stand', 'curse', 'sin', 'dry', 'season', 'sunday', 'night', 'crowd', 'larger', 'keeping', 'sabbath', 'preached', 'important_truth', 'person', 'attend', 'night', 'night', 'believe', 'success', 'praying', 'reality', 'conference', 'brother', 'good', 'furnishing', 'nice', 'tent', 'return', 'making', 'tent', 'entirely', 'self', 'supporting', 'month', 'wet', 'season', 'length', 'time', 'close', 'dry', 'season', 'green', 'leaf', 'seen', 'mile', 'withered', 'dead', 'fact', 'inhabitant', 'section', 'happy', 'period', 'month', 'rain', 'set', 'fails', 'mean', 'eighteen', 'month', 'rain', 'likely', 'starving', 'live', 'stock', 'way', 'caruaru', 'riding', 'hour', 'hot', 'sun', 'approached', 'clear', 'cool', 'refreshing', 'rivulet', 'glad', 'prospect', 'getting', 'good', 'drink', 'tasted', 'water', 'strongly', 'saline', 'fit', 'drink', 'inhabitant', 'tell', 'water', 'earth', 'stream', 'section', 'salty', 'provide', 'water', 'supply', 'people', 'dig', 'hole', 'size', 'shape', 'depth', 'earth', 'rainy_season', 'water', 'water', 'supply', 'man', 'beast', 'long', 'rainy_season', 'water', 'supply', 'best', 'enticing', 'thirsty', 'person', 'water', 'hole', 'covered', 'sort', 'plant', 'swarming', 'water', 'insect', 'animal', 'drink', 'week', 'seen', 'fruit', 'worth', 'mentioning', 'dry']
root - INFO - extracting file #125500: 2017-04-Final-Corpus/RH19150107-V92-01-page6.txt
root - INFO - extracting file #126000: 2017-04-Final-Corpus/RH19150610-V92-29-page13.txt
root - INFO - ['june', 'advent', 'review', 'sabbath', 'herald', 'conducted', 'evans', 'takoma', 'park', 'washington', 'assisted', 'miss', 'lora', 'clement', 'column', 'department', 'hint', 'given', 'matter', 'pertaining', 'home', 'life', 'short', 'article', 'letter', 'solicited', 'home', 'maker', 'telling', 'everyday', 'experience', 'joy', 'sorrow', 'failure', 'success', 'faith', 'god', 'costly', 'building', 'wide', 'acre', 'lavish', 'anxious', 'tomorrow', 'penditure', 'home', 'law', 'respected', 'christian', 'grace', 'highest', 'andsweetest', 'development', 'home', 'built', 'harmony', 'divine_plan', 'washing', 'secret', 'successful', 'laundry', 'work', 'loosening', 'dirt', 'embedded', 'fiber', 'soiled', 'clothing', 'accomplished', 'mean', 'chemical', 'action', 'washing', 'machine', 'enable', 'work', 'hotter', 'water', 'possible', 'hand', 'suds', 'hot', 'water', 'expands', 'open', 'fiber', 'textile', 'dirt', 'loosened', 'chemical', 'action', 'readily', 'forced', 'water', 'power', 'employed', 'remove', 'dirt', 'provided', 'machine', 'process', 'longer', 'fatiguing', 'right', 'condition', 'work', 'complete', 'equipment', 'simplest', 'type', 'needed', 'supply', 'hand', 'work', 'proceed', 'delay', 'washing', 'process', 'interruption', 'early', 'day', 'clothes', 'benefit', 'air', 'sunshine', 'warm', 'hour', 'furthermore', 'clothes', 'best', 'condition', 'washed', 'mean', 'careful', 'looking', 'wash', 'day', 'removing', 'fruit', 'vegetable', 'stain', 'set', 'washed', 'hot', 'water', 'method', 'mending', 'rent', 'garment', 'badly', 'torn', 'wash', 'previous', 'attention', 'requires', 'careful', 'sorting', 'garment', 'cleanest', 'white', 'piece', 'washed', 'dirtiest', 'flannel', 'ordinary', 'colored', 'clothing', 'stocking', 'require', 'different', 'treatment', 'white', 'piece', 'kept', 'separate', 'pile', 'preparation', 'getting', 'ready', 'wash', 'day', 'sort', 'clothes', 'remove', 'stain', 'cut', 'soap', 'needed', 'day', 'washing', 'place', 'stewpan', 'cover', 'water', 'cake', 'needed', 'according', 'size', 'wash', 'hardness', 'water', 'work', 'kitchen', 'simple', 'appliance', 'procedure', 'follows', 'necessity', 'clothes', 'boiler', 'resting', 'stove', 'convenient', 'height', 'worker', 'high', 'temperature', 'water', 'easily', 'maintained', 'vacuum', 'hand', 'washer', 'portable', 'tub', 'clothes', 'wringer', 'attached', 'placed', 'low', 'table', 'moved', 'near', 'stove', 'clothes', 'basket', 'clothes', 'stick', 'facility', 'rinsing', 'clothes', 'kitchen', 'sink', 'portable', 'tub', 'placed', 'near', 'sink', 'waste', 'water', 'easily', 'emptied', 'clothes', 'soaked', 'special', 'stain', 'removed', 'mended', 'sorted', 'brought', 'kitchen', 'breakfast', 'dish', 'washed', 'kitchen', 'order', 'work', 'proceed', 'interruption', 'need', 'forgetful', 'hand', 'divine', 'yesterday', 'today', 'holy', 'care', 'abundantly', 'supplied', 'want', 'sufficient', 'day', 'day', 'pas', 'passing', 'number', 'year', 'unfold', 'wondrous', 'plan', 'faileth', 'turn', 'green', 'spring', 'summer', 'gold', 'fearful', 'mighty_hand', 'world', 'unnumbered', 'evermore', 'depend', 'thy', 'little', 'life', 'supply', 'thy', 'going', 'perfectly', 'defend', 'cease', 'murmur', 'thought', 'complain', 'walk', 'light', 'love', 'supply', 'today', 'content', 'tomorrow', 'need', 'hand', 'unseen', 'plan', 'guide', 'thy', 'way', 'anxious', 'trust', 'bestowed', 'task', 'assigned', 'thee', 'kindness', 'given', 'love', 'duty', 'anxious', 'thought', 'blest', 'path', 'lead', 'life', 'thing', 'matter', 'artistic', 'rare', 'beautiful', 'constitute', 'home', 'emblem', 'precious', 'earthly', 'blessing', 'world', 'home', 'loving', 'heart', 'dwelling', 'place', 'foundation', 'called', 'place', 'stay', 'eat', 'sleep', 'hotel', 'boarding', 'house', 'home', 'place', 'kindred', 'soul', 'commune', 'heart', 'united', 'strong', 'bond', 'mutual', 'confidence', 'selfrespect', 'faith', 'feel', 'suffer', 'rejoice', 'sorrow', 'influence', 'true', 'home', 'farreaching', 'live', 'coal', 'pass', 'light', 'heat', 'dead', 'coal', 'kindling', 'life', 'turn', 'pas', 'comfort', 'home', 'finally', 'great', 'circle', 'hope', 'comfort', 'created', 'home', 'live', 'unto', 'intended', 'attempt', 'isolation', 'like', 'live', 'coal', 'giving', 'power', 'coal', 'gradually', 'char', 'pass', 'ash', 'real', 'blessing', 'member', 'community', 'home', 'founded', 'love', 'respect', 'law', 'law', 'governs', 'relation', 'god', 'fellow_men', 'law', 'abiding', 'highest', 'sense', 'doe', 'mean', 'simply', 'avoid', 'transgression', 'letter', 'deeper', 'refrain', 'minor', 'infringement', 'unimportant', 'unpunished', 'law', 'statute_book', 'professor', 'graham', 'taylor', 'chicago', 'common', 'hasty', 'unkind', 'word', 'uttered', 'home', 'law', 'abiding', 'false', 'criticism', 'neighbor', 'stranger', 'observing', 'law', 'impatience', 'child', 'striving', 'grope', 'way', 'correct', 'intelligence', 'respecting', 'law', 'unseemly', 'clash', 'husband', 'wife', 'child', 'unfortunate', 'witness', 'law', 'breaking', 'ignorance', 'faith', 'hope', 'charity', 'relation', 'child', 'friend', 'neighbor', 'town', 'state', 'indubitable', 'evidence', 'corner_stone', 'home', 'set', 'rock', 'law', 'understand', 'home', 'simply', 'sleeping', 'eating', 'establishment', 'institution', 'designed', 'place', 'love', 'reign', 'heaven', 'hare', 'home', 'ideal', 'ideal', 'home', 'defined', 'place', 'little', 'thinking', 'self', 'child', 'unwilling', 'slave', 'older', 'mind', 'loving', 'growing', 'wisdom', 'companion', 'doorway', 'burn', 'forever', 'letter', 'greeting', 'enter', 'hope', 'violating', 'natural', 'sanctity', 'dwell', 'friend', 'neighbor', 'stranger', 'welcome', 'companion', 'toil', 'humanity', 'cause', 'patience', 'honor', 'handmaiden', 'table', 'love', 'bedews', 'rose', 'portal', 'serene', 'light', 'family', 'unity', 'discerned', 'higher', 'unity', 'loyalty', 'faith', 'toil', 'community', 'state', 'present', 'master', 'world', 'home', 'built', 'love', 'grace', 'exist', 'outward', 'trapping']
root - INFO - extracting file #126500: 2017-04-Final-Corpus/RH19151104-V92-54-page4.txt
root - INFO - extracting file #127000: 2017-04-Final-Corpus/RH19160403-V93-17-page17.txt
root - INFO - ['april', 'advent', 'review', 'sabbath', 'herald', 'forever', 'guarded', 'liability', 'err', 'delivering', 'sacred', 'deposit', 'divinely', 'hand', 'divinely', 'given', 'doe', 'god', 'contradict', 'god', 'word', 'scripture', 'infallible', 'tradition', 'infallible', 'coming', 'source', 'catholic', 'friend', 'assert', 'contradict', 'catholic', 'friend', 'inconsistent', 'protestant', 'friend', 'follow', 'contradictory', 'tradition', 'logical', 'consistent', 'platform', 'stand', 'saith', 'lord', 'man', 'place', 'god', 'let', 'theory', 'religious_life', 'practice', 'life', 'harmonize', 'longacre', 'home', 'missionary', 'department', 'person', 'right', 'think', 'write', 'keeping', 'sabbath', 'result', 'hope', 'think', 'think', 'bad', 'weather', 'seldom', 'hinders', 'paap', 'div', 'secretary', 'extent', 'mail', 'little', 'slower', 'sit', 'stove', 'missionary_work', 'correspondence', 'uncom', 'graham', 'general_secretary', 'missionary', 'correspondence', 'wonderful', 'possibility', 'missionary', 'correspondence', 'let', 'compare', 'mail', 'facility', 'year', 'ago', 'cost', 'cent', 'send', 'letter', 'sheet', 'mile', 'cent', 'required', 'carry', 'letter', 'size', 'mile', 'cent', 'soo', 'mile', 'cost', 'sending', 'sheet', 'letter', 'twice', 'sheet', 'time', 'cent', 'stamp', 'oneounce', 'letter', 'nook', 'corner', 'united', 'state', 'canada', 'mexico', 'continent', 'atlantic', 'england', 'pacific', 'shanghai', 'year', 'ago', 'rural', 'mail', 'route', 'started', 'clarksville', 'ark', 'said', 'carrier', 'covering', 'million', 'mile', 'day', 'thing', 'mean', 'fulfilment', 'prophecy', 'day', 'knowledge', 'increased', 'run', 'fro', 'making', 'use', 'wonderful', 'facility', 'business', 'house', 'far', 'ahead', 'matter', 'firm', 'reported', 'good_authority', 'sold', 'worth', 'good', 'year', 'mail', 'order', 'missionary', 'correspondence', 'work', 'barely', 'touched', 'comparison', 'possibility', 'work', 'result', 'miss', 'enary', 'correspondence', 'sabbath', 'keeper', 'russia', 'received', 'sabbath', 'truth', 'tract', 'sent', 'kansa', 'indicates', 'good_plan', 'inclose', 'tract', 'letter', 'tract', 'message', 'language', 'speak', 'write', 'time', 'learn', 'invalid', 'lady', 'said', 'raised', 'church', 'correspondence', 'work', 'valuable', 'minister', 'man', 'work', 'review', 'herald', 'office', 'able', 'count', 'fortable', 'walking', 'riding', 'outside', 'letter', 'written', 'odd', 'moment', 'planned', 'entirely', 'engaged', 'regular', 'work', 'letter', 'read', 'people', 'listen', 'letter', 'good_effect', 'receive', 'answer', 'letter', 'answered', 'question', 'asked', 'time', 'need', 'look', 'correct', 'answer', 'good_thing', 'line', 'self', 'supporting', 'missionary_work', 'engage', 'excuse', 'read', 'write', 'think', 'accomplished', 'year', 'member', 'church', 'write', 'letter', 'week', 'write', 'missionary', 'letter', 'tell', 'sionary', 'letter', 'foote', 'sionary', 'letter', 'written', 'recently', 'government', 'employee', 'lawyer', 'came', 'pacific_press', 'bought', 'book', 'talking', 'learned', 'receiving', 'missionary', 'letter', 'man', 'takoma', 'park', 'lawyer', 'fully', 'convinced', 'truth', 'said', 'expected', 'sabbath', 'keeper', 'soon', 'affair', 'proper', 'shape', 'single', 'tract', 'sent', 'united', 'state', 'lower', 'burma', 'said', 'resulted', 'bringing', 'people', 'christianity', 'advantage', 'missionary', 'correspondence', 'advantage', 'missionary', 'correspondence', 'line', 'missionary_work', 'distance', 'little', 'difference', 'inexpensive', 'requiring', 'little', 'time', 'travel', 'think', 'think', 'long', 'acting', 'action', 'cent', 'perfect', 'worth', 'far', 'mere', 'theory', 'cent', 'perfect', 'doubtless', 'mailing', 'paper', 'individual', 'sure', 'good', 'letter', 'sent', 'paper', 'sent', 'increase', 'value', 'paper', 'great', 'deal', 'date', 'business', 'college', 'commercial', 'department', 'school', 'class', 'business', 'correspondence', 'conducted', 'church', 'missionary', 'correspondence', 'class', 'experienced', 'person', 'leader', 'class', 'band', 'meet', 'week', 'actual', 'work', 'asking', 'question', 'making', 'suggestion', 'letter', 'week', 'written', 'way', 'blessing', 'receiving', 'case', 'kind', 'missionary_work', 'greater', 'blessing', 'come', 'writer', 'help', 'trying', 'help', 'think', 'person', 'write', 'miswas', 'returned', 'list', 'book', 'write', 'letter', 'general', 'good', 'including', 'number', 'amprinciples', 'help', 'missionary', 'letter', 'necessarily', 'letter', 'written', 'seen', 'sabbath', 'keeper', 'best', 'kind', 'missionary', 'letter', 'sometmiu', 'written', 'discouraged', 'friend', 'relative', 'harm', 'likely', 'result', 'letter', 'sympathy', 'encouragement', 'remember', 'easier', 'love', 'people', 'truth', 'argue', 'avoid', 'argument', 'letter', 'important', 'worded', 'recipient', 'feel', 'privilege', 'duty', 'answer', 'oftener', 'business', 'house', 'great', 'deal', 'principle', 'worthy', 'careful', 'thought', 'tact', 'write', 'letter', 'saying', 'shorthand', 'writer', 'especially', 'reporter', 'course', 'dare', 'ask', 'speaker', 'slow', 'easier', 'read', 'poorly', 'written', 'outline', 'read', 'blank', 'space', 'believe', 'easier', 'lord', 'bless', 'poorly', 'written', 'letter', 'bless', 'absolutely', 'perfect', 'letter', 'planning', 'write', 'phlets', 'large', 'bound', 'volume', 'list', 'reader', 'fine', 'including', 'person', 'influence', 'prominence', 'evidently', 'pursuing', 'regular', 'course', 'reading', 'doctor', 'said', 'record', 'enabled', 'touch', 'reader', 'progress', 'appropriate', 'inquiry', 'suggestion', 'time', 'time', 'plan', 'splendid', 'idea', 'pas', 'antifriction', 'superintendent', 'certain', 'sanitarium', 'said', 'reply', 'inquiry', 'yes', 'like', 'work', 'satisfied', 'stay', 'going', 'leave', 'saw', 'prospect', 'family', 'difficulty', 'arising', 'maintain', 'spirit', 'missionary_labor', 'midst', 'discord', 'surely', 'stated', 'truth', 'family', 'friction', 'kill', 'cooperation', 'drive', 'bind', 'worker', 'true', 'cooperation', 'shuts', 'division', 'genuine', 'antifriction', 'applied', 'working', 'machinery', 'institution', 'supply', 'run', 'low', 'good', 'stock', 'leave', 'room', 'family', 'jar', 'medical', 'missionary', 'department', 'ruble', 'general_secretary', 'hansen', 'assistant_secretary', 'miller', 'div', 'secretary', 'observation', 'literature', 'record', 'doctor', 'showed', 'notebook', 'kept', 'people', 'lending', 'book', 'missionary', 'reading', 'date', 'kept', 'time', 'book', 'lent']
root - INFO - extracting file #127500: 2017-04-Final-Corpus/RH19160831-V93-43-page21.txt
root - INFO - extracting file #128000: 2017-04-Final-Corpus/RH19170125-V94-04-page9.txt
root - INFO - ['january', 'advent', 'review', 'sabbath', 'herald', 'unfortunate', 'struggling', 'million', 'fight', 'existence', 'heart', 'sympathy', 'heaven', 'look', 'pity', 'misery', 'earth', 'great', 'multitude', 'sympathize', 'aim', 'object', 'labor_union', 'particularly', 'feel', 'method', 'advocated', 'doctrine', 'taught', 'subversive', 'right', 'justice', 'justice', 'standeth', 'afar', 'misery', 'world', 'today', 'expressed', 'word', 'solomon', 'eccl', 'returned', 'considered', 'oppression', 'sun', 'behold', 'tear', 'oppressed', 'comforter', 'oppressor', 'power', 'comforter', 'similar', 'language', 'prophet', 'isaiah', 'looking', 'long', 'age', 'day', 'preceding', 'coming', 'lord', 'picture', 'distress', 'coming', 'earth', 'calleth', 'justice', 'pleadeth', 'truth', 'trust', 'vanity', 'speak', 'lie', 'conceive', 'mischief', 'bring', 'forth', 'iniquity', 'judgment', 'turned', 'away', 'backward', 'justice', 'standeth', 'afar', 'truth', 'fallen', 'street', 'equity', 'enter', 'yea', 'truth', 'faileth', 'departeth', 'evil', 'maketh', 'prey', 'lord', 'saw', 'displeased', 'judgment', 'saw', 'man', 'wondered', 'intercessor', 'arm', 'brought', 'salvation', 'unto', 'righteousness', 'sustained', 'isa', 'period', 'earth', 'history', 'lord', 'hand', 'shortened', 'save', 'ear', 'heavy', 'hear', 'iniquity', 'mankind', 'separated', 'god', 'brought', 'judgment', 'prevailing', 'iniquity', 'injustice', 'man', 'fellow', 'lord', 'declares', 'righteousness', 'breastplate', 'helmet', 'salvation', 'head', 'garment', 'vengeance', 'clothing', 'clad', 'zeal', 'cloke', 'according', 'deed', 'accordingly', 'repay', 'fury', 'adversary', 'recompense', 'enemy', 'island', 'repay', 'recompense', 'redeemer', 'shall', 'come', 'zion', 'unto', 'turn', 'transgression', 'jacob', 'saith', 'lord', 'isa', 'abuse', 'outgrowth', 'natural_heart', 'condition', 'class', 'reversed', 'warfare', 'forward', 'men', 'come', 'recognize', 'principle', 'everlasting', 'kingdom', 'rightly', 'justly', 'relate', 'heaven', 'fellow_men', 'careful', 'partisan', 'strife', 'time', 'recognize', 'condition', 'exist', 'sign', 'time', 'live', 'reaching', 'fellow', 'class', 'seek', 'point', 'lesson', 'contained', 'controversy', 'lord', 'jesus_christ', 'cor', 'engaged', 'experience', 'passing', 'question', 'great_controversy', 'waged', 'commercial', 'world', 'said', 'great_increase', 'number', 'labor', 'strike', 'occurred', 'year', 'according', 'testimony', 'vice', 'president', 'marshall', 'class', 'affected', 'spirit', 'unrest', 'prophecy', 'condition', 'afford', 'fulfilment', 'mean', 'labor', 'advocate', 'hope', 'achieve', 'end', 'doctrine', 'syndicalism', 'doctrine', 'exemplified', 'teaching', 'leader', 'labor', 'movement', 'testimony', 'doe', 'robert', 'hunter', 'bear', 'method', 'employed', 'condition', 'imposed', 'war', 'brought', 'change', 'real', 'situation', 'appears', 'prospect', 'future', 'tell', 'philippian', 'citizenship', 'heaven', 'wait', 'saviour', 'lord', 'jesus_christ', 'phil', 'thessalonian', 'taught', 'lord', 'shall', 'descend', 'heaven', 'shout', 'voice', 'archangel', 'trump', 'god', 'thess', 'titus', 'directed', 'instruct', 'hearer', 'denying', 'ungodliness', 'worldly', 'lust', 'live', 'soberly', 'righteously', 'godly', 'present_world', 'looking', 'blessed', 'hope', 'glorious', 'appearing', 'great', 'god', 'saviour', 'jesus_christ', 'titus', 'john', 'james', 'jude', 'refer', 'similar', 'way', 'language', 'named', 'familiar', 'behold', 'cometh', 'cloud', 'eye', 'shall', 'pierced', 'kindred', 'earth', 'shall', 'wail', 'concern', 'felt', 'government', 'war', 'comso', 'amen', 'rev', 'mercial', 'situation', 'doe', 'solomon', 'picture', 'distress', 'day', 'condition', 'existing', 'present_time', 'pointed', 'prophet', 'isaiah', 'judgment', 'lord', 'visit', 'earth', 'consequence', 'spirit', 'injustice', 'oppression', 'relate', 'controversy', 'seek', 'help', 'engaged', 'strife', 'meant', 'second', 'coming', 'christ', 'cursory', 'reading', 'new_testament', 'reveals', 'lord', 'jesus_christ', 'come', 'earth', 'remember', 'comforting', 'word', 'disciple', 'night', 'betrayed', 'recorded', 'john', 'father', 'house', 'mansion', 'prepare', 'place', 'prepare', 'place', 'come', 'receive', 'unto', 'word', 'spoken', 'different', 'circumstance', 'day', 'abjured', 'high_priest', 'affirmed', 'shall', 'son', 'man', 'sitting', 'right_hand', 'power', 'coming', 'cloud', 'heaven', 'matt', 'testimony', 'continued', 'angel', 'ascension', 'addressing', 'waiting', 'disciple', 'olivet', 'men', 'galilee', 'stand', 'gazing', 'heaven', 'jesus', 'taken', 'heaven', 'shall', 'come', 'like', 'manner', 'seen', 'heaven', 'act', 'following', 'day', 'pentecost', 'peter', 'renews', 'assurance', 'surprised', 'excited', 'multitude', 'saying', 'lame', 'man', 'healed', 'received', 'heaven', 'time', 'restitution', 'thing', 'god', 'bath', 'spoken', 'mouth', 'holy', 'prophet', 'act', 'bible', 'student', 'talent', 'such_matters', 'counted', 'number', 'time', 'second', 'coming', 'christ', 'alluded', 'new_testament', 'form', 'variation', 'figure', 'lowest', 'estimate', 'importance', 'attached', 'divine', 'autiior', 'scripture', 'countenance', 'statement', 'exception', 'redemption', 'death', 'christ', 'doctrine', 'christianity', 'receives', 'greater', 'emphasis', 'doe', 'mean', 'strange', 'question', 'language', 'simple', 'convincing', 'question', 'time', 'time', 'tried', 'spiritualize', 'allegorize', 'away', 'said', 'descent', 'holy', 'spirit', 'pentecost', 'act', 'sufficiently', 'fulfilled', 'promise', 'christ', 'second', 'coming', 'true', 'think', 'condition', 'holy', 'spirit', 'came', 'pentecost', 'departure', 'christ', 'return', 'expedient', 'away', 'away', 'comforter', 'come', 'unto', 'depart', 'send', 'unto', 'john', 'holy', 'spirit', 'person', 'christ', 'godhead', 'manifestation', 'godhead', 'men', 'christ', 'person', 'work', 'supplement', 'christ', 'prepares', 'coming', 'reign', 'regarded', 'reign', 'christ', 'especially', 'differentiates', 'coming', 'holy', 'spirit', 'coming', 'saying', 'pray', 'father', 'shall', 'comforter', 'said', 'fall', 'jerusalem', 'titus', 'event', 'certain', 'promise', 'second', 'advent', 'refer', 'luke', 'apostle', 'paul', 'subject', 'represents', 'corinthian', 'church', 'waiting', 'coming']
root - INFO - extracting file #128500: 2017-04-Final-Corpus/RH19170705-V94-27-page10.txt
root - INFO - extracting file #129000: 2017-04-Final-Corpus/RH19171206-V94-49-page1.txt
root - INFO - ['notice', 'reader', 'finish', 'reading', 'magazine', 'place', 'cent', 'stamp', 'notice', 'hand', 'postal', 'employee', 'placed', 'hand', 'soldier', 'sailor', 'wrapping', 'address', 'burleson', 'postmaster', 'general', 'wilkoent', 'takoma', 'park_station', 'washington', 'thursday', 'december', 'ztppeat', 'tbe', 'thneritan', 'people', 'white', 'house', 'washington', 'year', 'ago', 'compliance', 'resolution', 'passed', 'senate', 'house', 'representative', 'appointed', 'day', 'people', 'united', 'state', 'contribution', 'felt', 'disposed', 'aid', 'stricken', 'armenian', 'syrian', 'people', 'american', 'diplomatic', 'consular', 'representative', 'american', 'resident', 'recently', 'returned', 'western', 'asia', 'assure', 'thousand', 'life', 'saved', 'starvation', 'gift', 'american_people', 'winter', 'bring', 'full_assurance', 'continued', 'effective', 'distribution', 'relief', 'report', 'suffering', 'death', 'exposure', 'starvation', 'inevitably', 'greater', 'winter', 'survivor', 'helped', 'contribution', 'america', 'report', 'indicate', 'orphan', 'woman', 'dependent', 'child', 'reaching', 'total', 'destitute', 'survivor', 'situation', 'distressing', 'special', 'appeal', 'sympathy', 'view', 'urgent_need', 'people', 'united', 'state', 'contribution', 'feel', 'disposed', 'sympathy', 'generosity', 'aid', 'suffering', 'people', 'contribution', 'american', 'red', 'cross', 'washington', 'direct', 'american', 'committee', 'armenian', 'syrian', 'relief', 'cleveland', 'dodge', 'treasurer', 'madison', 'avenue', 'new', 'york', 'city', 'october', 'woodrow', 'wilson']
root - INFO - extracting file #129500: 2017-04-Final-Corpus/RH19180502-V95-18-page24.txt
root - INFO - extracting file #130000: 2017-04-Final-Corpus/RH19181003-V95-40-page13.txt
root - INFO - ['october', 'advent', 'review', 'sabbath', 'herald', 'send', 'permanently', 'present', 'answer', 'teacher', 'moved', 'tear', 'recently', 'greatly', 'desired', 'meet', 'company', 'fall', 'war', 'began', 'trip', 'question', 'week', 'ago', 'sent', 'canvasser', 'large_city', 'sell', 'literature', 'care', 'send', 'preacher', 'soul', 'personal', 'visit', 'colporteurs', 'returned', 'hardness', 'way', 'soldier', 'having', 'robbed', 'men', 'misused', 'face', 'great', 'hardship', 'bitter', 'experience', 'continued', 'work', 'city', 'preach', 'flock', 'building', 'rented', 'city', 'prepared', 'chapel', 'purpose', 'canvasser', 'evangelist', 'charge', 'report', 'thirty', 'person', 'attend', 'meeting', 'regularly', 'sabbath', 'nearly', 'today', 'opportunity', 'win', 'men', 'god', 'unsurpassed', 'meeting', 'men', 'professed', 'christianity', 'door', 'heart', 'opened', 'seed_sown', 'canvasser', 'springing', 'eared', 'yield', 'fruit', 'thirty', 'hundredfold', 'need', 'foreign', 'laborer', 'hunan', 'greater', 'genuine', 'demand', 'immediate', 'attention', 'score', 'person', 'won', 'heathenism', 'earnest', 'prayerful', 'evangelistic', 'effort', 'bible', 'husband', 'wife', 'converted', 'replogle', 'overwhelming', 'case', 'pray', 'lord', 'harvest', 'prayer', 'carry', 'precious_souls', 'saviour', 'arm', 'faith', 'commit', 'great', 'shepherd', 'sheep', 'bishop', 'seen', 'like', 'lady', 'teacher', 'told', 'sister', 'saw', 'sister', 'washing', 'foot', 'lord', 'person', 'ready', 'lord', 'supper', 'sister', 'stepped', 'aside', 'prayed', 'secretly', 'minute', 'preparation', 'sacred', 'ordinance', 'good_meeting', 'sunday', 'baptized', 'river', 'number', 'outsider', 'present', 'public', 'school', 'teacher', 'think', 'saw', 'touching', 'scene', 'baptismal_service', 'candidate', 'widow', 'thirty', 'better', 'class', 'owns', 'property', 'truth', 'came', 'receive', 'poor', 'brother', 'house', 'listen', 'preaching', 'evework', 'nearly', 'ready', 'baptism', 'poor', 'dwelling', 'nings', 'possible', 'company', 'believer', 'shall', 'visit', 'near_future', 'help', 'soon', 'work', 'lout', 'helpless', 'war', 'flood', 'weighs', 'heavily', 'daily', 'perform', 'great_harvest_field', 'today', 'surely', 'time', 'greatest', 'opportunity', 'china', 'soon', 'door', 'open', 'closed', 'field', 'appreciate', 'great_things', 'america', 'brother', 'behalf', 'mission', 'today', 'time', 'opportunity', 'soon', 'gone', 'changsha', 'hunan', 'china', 'beckoned', 'come', 'water', 'kissed', 'sister', 'poor', 'world', 'good', 'walked', 'calmly', 'water', 'tear', 'flowed', 'freely', 'outsider', 'wept', 'like', 'child', 'sister', 'experience', 'year', 'ago', 'publicly', 'insulted', 'woman', 'christian', 'time', 'revenged', 'physical', 'force', 'woman', 'separated', 'party', 'duty', 'reconciliation', 'shown', 'felt', 'requiring', 'finally', 'wife', 'keeper', 'foncla', 'acceptance', 'divine', 'light', 'resuffered', 'cancer', 'breast', 'sulted', 'quitting', 'business', 'said', 'chanced', 'meet', 'recommended', 'river', 'plate', 'sanitarium', 'removal', 'treatment', 'lasted', 'nearly', 'month', 'sacrifice', 'property', 'friend', 'desperation', 'came', 'settled', 'near', 'sanitarium', 'enemy', 'seek', 'reconciliation', 'continued', 'meeting', 'candidate', 'struggled', 'matter', 'till', 'consented', 'arranged', 'meet', 'boldly', 'humbly', 'right', 'matter', 'woman', 'fairly', 'raved', 'vein', 'stood', 'neck', 'cried', 'threw', 'hand', 'face', 'penitent', 'sister', 'salud', 'kept', 'calm', 'new', 'power', 'taken', 'hold', 'control', 'heavy_burden', 'rolled', 'heart', 'free', 'woman', 'standing', 'face', 'face', 'presented', 'wonderful', 'contrast', 'interesting', 'know', 'sister', 'salud', 'husband', 'catholic', 'obtained', 'bible', 'year', 'home', 'new', 'believer', 'near', 'river', 'plate', 'sanitarium', 'stay', 'rented', 'land', 'built', 'little', 'acquainted', 'lord', 'achouse', 'shown', 'picture', 'fore', 'died', 'read', 'rest', 'cepted', 'word', 'guide', 'took', 'good', 'news', 'home', 'husband', 'took', 'stand', 'short_time', 'fully', 'accepted', 'truth', 'baptized', 'faithful', 'member', 'church', 'life', 'lingering', 'sickness', 'requested', 'wife', 'allow', 'catholic', 'bury', 'pastor', 'baptist', 'mission', 'duct', 'service', 'protestant', 'missionary', 'enter', 'house', 'strange', 'opening', 'followed', 'worker', 'later', 'learned', 'woman', 'called', 'arranged', 'study', 'immediately', 'interested', 'truth', 'bacolod', 'organized', 'church', 'member', 'elected', 'necessary', 'officer', 'old', 'visit', 'bacolod', 'philippine', 'island', 'adam', 'day', 'ago', 'went', 'help', 'native', 'evangelist', 'start', 'series', 'meeting', 'bacolod', 'chief', 'city', 'province', 'negro', 'occidental', 'meeting', 'started', 'hope', 'influence', 'extend', 'place', 'teacher', 'summer_school', 'attended', 'meeting', 'sabbath', 'celebrated', 'ordinance', 'year', 'believer', 'privilege', 'partaking', 'impressive', 'service']
root - INFO - extracting file #130500: 2017-04-Final-Corpus/RH19190220-V96-08-page15.txt
root - INFO - extracting file #131000: 2017-04-Final-Corpus/RH19190612-V96-24-page2.txt
root - INFO - ['the_advent_review_and_sabbath_herald_vol', 'geni', 'anb', 'filliocettanp', 'note', 'clipping', 'daily', 'ittid', 'weekly', 'press', 'government', 'completed', 'war', 'time', 'shipment', 'india', 'silver', 'melted', 'dollar', 'director', 'mint', 'baker', 'disclosed', 'thousand', 'ton', 'metal', 'hauled', 'philadelphia', 'mint', 'san_francisco', 'special', 'train', 'guarded', 'armed', 'men', 'loss', 'ounce', 'eighteen', 'treasure', 'train', 'trip', 'continent', 'month', 'ended', 'april', 'train', 'carried', 'pound', 'silver', 'brick', 'leslie', 'weekly', 'interesting', 'study', 'recent_issue', 'dealing', 'family', 'won', 'war', 'smith', 'family', 'war', 'strong', 'johnson', 'family', 'claim', 'second', 'honor', 'rank', 'fighter', 'jones', 'green', 'furnished', 'brown', 'sent', 'men', 'fight', 'uncle_sam', 'cohens', 'america', 'rallied', 'color', 'strong', 'told', 'fewer', 'george', 'washington', 'robert', 'lee', 'soldier', 'turkish', 'problem', 'acute', 'peace', 'conference', 'delegation', 'striving', 'solution', 'dismemberment', 'empire', 'provoke', 'religious', 'war', 'united', 'state', 'looked', 'power', 'nation', 'mandatory', 'constantinople', 'danger', 'precipitating', 'european_war', 'american', 'delegate', 'peace', 'conference', 'express', 'doubt', 'willingness', 'united', 'state', 'accept', 'mandate', 'especially', 'condition', 'power', 'outlined', 'score', 'person', 'killed', 'injured', 'explosion', 'douglas', 'starch', 'work', 'cedar', 'rapid', 'iowa', 'night', 'men', 'boy', 'gone', 'work', 'night', 'shift', 'escaped', 'injury', 'death', 'entire', 'plant', 'burned', 'resultant', 'loss', 'estimated', 'explosion', 'severe', 'window', 'central_part', 'city', 'broken', 'person', 'thrown', 'ground', 'mile', 'away', 'scene', 'disaster', 'cause', 'accident', 'thought', 'defective', 'boiler', 'spontaneous', 'combustion', 'recommendation', 'submitted', 'congress', 'president', 'wilson', 'cabled', 'message', 'reassembled', 'legislator', 'met', 'extraordinary', 'session', 'following', 'railroad', 'returned', 'owner', 'end', 'calendar', 'year', 'war', 'time', 'prohibition', 'act', 'amended', 'repealed', 'far', 'applies', 'wine', 'beer', 'new', 'organization', 'industry', 'undertaken', 'bring', 'amicable', 'relation', 'capital', 'labor', 'undeveloped', 'land', 'shall', 'allotted', 'returning', 'soldier', 'woman', 'suffrage', 'adopted', 'congress', 'united', 'state', 'distinction', 'act', 'great', 'reform', 'patriotic', 'folk', 'song', 'chorus', 'voice', 'feature', 'fourth', 'july', 'celebration', 'capitol', 'washington', 'walter', 'monson', 'president', 'mormon', 'eastern', 'state', 'mission', 'announces', 'new', 'york', 'city', 'seven', 'mormon', 'congregation', 'membership', 'church', 'recently', 'erected', 'brooklyn', 'senator', 'reed', 'smoot', 'offered', 'dedicatory', 'prayer', 'principal', 'address', 'state', 'department', 'advised', 'swedish', 'press', 'report', 'worker', 'petrograd', 'unable', 'live', 'ruble', 'day', 'war', 'ruble', 'worth', 'cent', 'food', 'ration', 'report', 'said', 'reduced', 'worker', 'health', 'report', 'petrograd', 'showed', 'average', 'death', 'day', 'population', 'airplane', 'cross', 'atlantic', 'probably', 'deposited', 'smithsonian', 'institution', 'permanent', 'exhibition', 'nation', 'valuable', 'historic', 'relic', 'placed', 'national', 'museum', 'place', 'heavier', 'air', 'flying', 'machine', 'flown', 'country', 'steam', 'locomotive', 'cotton', 'gin', 'typewriter', 'famous', 'near', 'faridpur', 'bengal', 'india', 'stand', 'date', 'palm', 'known', 'praying', 'palm', 'account', 'extraordinary', 'behavior', 'evening', 'temple', 'bell', 'prayer', 'tree', 'bow', 'prostrate', 'raise', 'head', 'morning', 'repeated', 'day', 'year', 'phenomenon', 'said', 'result', 'reaction', 'plant', 'tissue', 'stimulus', 'world', 'transatlantic', 'airplane', 'flight', 'finished', 'washington', 'time', 'afternoon', 'lieut', 'com', 'albert', 'read', 'successfully', 'brought', 'seaplane', 'lisbon', 'spain', 'landed', 'far', 'spot', 'christopher', 'columbus', 'completed', 'world', 'roundtrip', 'transatlantic', 'sea', 'voyage', 'entire', 'flight', 'newfoundland', 'hour', 'minute', 'air', 'washington', 'new', 'york', 'distance', 'mile', 'airplane', 'minute', 'speed', 'record', 'recently', 'col', 'gerald', 'brant', 'lieut', 'howard', 'birkett', 'aviator', 'flew', 'mile', 'gale', 'maintained', 'altitude', 'foot', 'trip', 'new', 'york', 'ended', 'flight', 'houston', 'tex', 'way', 'dayton', 'ohio', 'washington', 'distance', 'mile', 'covered', 'minute', 'actual', 'flying', 'time', 'plane', 'left', 'houston', 'held', 'day', 'bad', 'weather', 'lieut', 'omar', 'locklear', 'air', 'service', 'army', 'gave', 'demonstration', 'atlantic', 'city', 'said', 'annals', 'flying', 'tlie', 'aviator', 'caught', 'dangling', 'rope', 'ladder', 'second', 'airplane', 'climbed', 'craft', 'hung', 'feat', 'altitude', 'foot', 'leaped', 'plane', 'air', 'ascent', 'plane', 'vote', 'student', 'minnesota', 'state', 'school', 'agriculture', 'recently', 'decided', 'ban', 'cigarette', 'student', 'agreed', 'adhere', 'decision', 'recently', 'organized', 'city', 'louis', 'american', 'legion', 'doubtless', 'soldier', 'war', 'closed', 'grand', 'army', 'republic', 'survivor', 'civil_war', 'eligible', 'membership', 'person', 'military', 'naval', 'service', 'united', 'state', 'april', 'nov', 'citizen', 'united', 'state', 'served', 'similarly', 'associated', 'government', 'world_war', 'day', 'public', 'holiday', 'july', 'proclaimed', 'authority', 'national', 'peace', 'celebration', 'england', 'novel', 'feature', 'affair', 'public', 'asked', 'committee', 'charge', 'suggest', 'method', 'celebrating', 'committee', 'composed', 'lord', 'curzon', 'sir', 'alfred', 'mond', 'short', 'issued', 'public', 'appeal', 'proposal', 'time', 'cautioning', 'suggestion', 'dangerous', 'dull', 'scheme', 'biggest', 'saloon', 'world', 'went', 'business', 'ohio', 'dry', 'amendment', 'state', 'constitution', 'bridgeport', 'ohio', 'river', 'wheeling', 'saloon', 'employed', 'bartender', 'clerk', 'foot', 'bar', 'past_year', 'average', 'daily', 'bank', 'deposit', 'proprietor', 'millionaire', 'smoked', 'drank', 'intoxicating', 'liquor', 'estimate', 'approximately', 'drink', 'day', 'sold', 'bar', 'claim', 'fight', 'saloon', 'attribute', 'largely', 'fact', 'sell', 'drunken', 'man', 'minor', 'advent_review', 'sabbath', 'herald', 'general', 'church', 'paper', 'seventh', 'day', 'adventist', 'devoted', 'proclamation', 'faith', 'delivered', 'unto', 'saint', 'vol', 'june', 'issued', 'thursday', 'review', 'herald', 'publishing', 'assn', 'swashington', 'term', 'advance', 'year', 'month', 'year', 'year', 'extra_postage', 'charged', 'country', 'universal_postal', 'union', 'post_office', 'money_order', 'payable', 'washington', 'post_office', 'takoma', 'park_station', 'address', 'communication', 'draft', 'express', 'money_order', 'payable', 'review_and_herald_takoma', 'park_station', 'washington', 'entered', 'second', 'class_matter', 'august', 'post_office', 'washington', 'duner', 'act', 'congress', 'march', 'acceptance', 'mailing', 'special_rate', 'postage', 'provided', 'sec', 'act', 'oct', 'authorized', 'tune']
root - INFO - extracting file #131500: 2017-04-Final-Corpus/RH19191002-V96-40-page4.txt
root - INFO - extracting file #132000: 2017-04-Final-Corpus/RH19200129-V97-05-page12.txt
root - INFO - ['iviumumiimmum', 'mil', 'mon', 'miimitimilitimiummi', 'miummiiiimmium', 'iiinoun', 'muumuu', 'maw', 'iii', 'mum', 'tam', 'mum', 'muniiiiii', 'mil', 'iii', 'haim', 'iii', 'minimum', 'millimuumuu', 'mini', 'tiii', 'immimittimi', 'imuutimmai', 'republic', 'bolivia', 'interior', 'country', 'isolated', 'seacoast', 'important_part', 'great', 'southern', 'continent', 'commonly', 'known', 'today', 'continent', 'opportunity', 'capital', 'city', 'paz', 'lying', 'deep', 'basin', 'snow', 'capped', 'illimani', 'present', 'beautiful', 'panorama', 'said', 'great', 'silver', 'mining', 'industry', 'earlier', 'day', 'republic', 'decided', 'location', 'city', 'surrounding', 'fertile', 'plateau', 'pampas', 'taken', 'green', 'hue', 'aggressive', 'agriculture', 'capital_city', 'tile', 'roofed', 'house', 'glistening', 'sunlight', 'rightly', 'recognized', 'pride', 'bolivian', 'mission', 'land', 'work', 'bolivia', 'mceachern', 'nation', 'kindred', 'tongue', 'people', 'message', 'gained', 'foothold', 'believer', 'living', 'truth', 'different', 'city', 'mission', 'headquarters', 'established', 'paz', 'elder', 'pohle', 'superintendent', 'life', 'tract_society', 'maintained', 'center', 'stream', 'light', 'form', 'gospel', 'literature', 'carried', 'faithful', 'colporteurs', 'penetrating', 'republic', 'bolivia', 'considered', 'doubtless', 'fanatical', 'catholic', 'country', 'world', 'light', 'penetrating', 'darkness', 'dis', 'pelled', 'religious', 'liberty', 'prevails', 'government', 'little', 'little', 'people', 'breaking', 'away', 'tradition', 'superstition', 'century', 'held', 'bondage', 'unconsciously', 'seeking', 'open', 'bible', 'bring', 'liberty', 'peace', 'dark', 'republic', 'included', 'commission', 'revelation', 'saw', 'angel', 'fly', 'midst', 'heaven', 'having', 'everlasting', 'gospel', 'preach', 'unto', 'dwell', 'earth', 'tee', 'citir', 'paz', 'bolivia', 'illimani', 'distance', 'group', 'colporteurs', 'bolivia', 'mission', 'work', 'scandinavian', 'argentina', 'oppegard', 'work', 'mentioned', 'nationality', 'supposed', 'establishing', 'mission', 'city', 'buenos', 'aire', 'started', 'work', 'best', 'circumstance', 'engaging', 'ship', 'missionary', 'work', 'laboring', 'english', 'colporteur', 'medical_work', 'colporteur_work', 'english', 'scandinavian', 'time', 'book', 'paper', 'spanish', 'language', 'reader', 'thinking', 'review', 'hear', 'work', 'far', 'southern', 'country', 'sending', 'line', 'came', 'help', 'open']
root - INFO - extracting file #132500: 2017-04-Final-Corpus/RH19200520-V97-21-page28.txt
root - INFO - extracting file #133000: 2017-04-Final-Corpus/RH19200916-V97-38-page9.txt
root - INFO - ['september', 'advent', 'review', 'sabbath', 'herald', 'power', 'sin', 'crucified', 'yearning', 'bring', 'heart', 'life', 'blessed', 'hope', 'cheer', 'sustains', 'calling', 'cruel', 'thornmarks', 'brow', 'deep', 'wound', 'flowed', 'sin', 'cleansing', 'stream', 'washed', 'away', 'guilt', 'suffering', 'wilderness', 'temptation', 'garden', 'cross', 'life', 'love', 'pleads', 'property', 'secure', 'place', 'hand', 'bear', 'nail', 'print', 'crucifixion', 'best', 'possible', 'investment', 'committed', 'strong', 'loving', 'hand', 'eternally', 'secure', 'joy', 'seeing', 'saved', 'gift', 'let', 'economize', 'let', 'plan', 'let', 'pray', 'let', 'welcome', 'additional', 'mean', 'hasten', 'glad', 'work', 'mean', 'glorious', 'consummation', 'hope', 'mean', 'glad', 'happy_home', 'coming', 'great', 'family', 'reunion', 'city', 'god', 'layman', 'movement', 'apostolic', 'program', 'rollin', 'quinn', 'come', 'method', 'program', 'apostolic_church', 'recorded', 'act', 'apostle', 'careful_study', 'life', 'labor', 'inestimable', 'value', 'church', 'today', 'apostolic', 'movement', 'advent_movement', 'respect', 'similar', 'early_church', 'commissioned', 'preach', 'gospel', 'whole_world', 'generation', 'close', 'generation', 'marked', 'end', 'national_life', 'jew', 'separate', 'distinct', 'people', 'overthrow', 'temple', 'destruction', 'jerusalem', 'prophecy', 'definitely', 'fulfilled', 'fall', 'jerusalem', 'paul', 'writing', 'holy', 'spirit', 'declared', 'gospel', 'preached', 'creature', 'heaven', 'col', 'prophecy', 'fulfilled', 'apostolic', 'movement', 'fulfilled', 'advent_movement', 'everlasting', 'gospel', 'preached', 'nation', 'kindred', 'tongue', 'people', 'end', 'come', 'people', 'god', 'committed', 'task', 'carrying', 'message', 'world', 'generation', 'apostolic_church', 'accomplished', 'task', 'method', 'program', 'outpouring', 'spirit', 'rain', 'accomplished', 'work', 'studying', 'act', 'apostle', 'idea', 'studying', 'period', 'ancient', 'history', 'history', 'early_church', 'history', 'know', 'experience', 'recorded', 'bible', 'true', 'true', 'own_lives', 'disciple', 'started', 'olivet', 'carry', 'gospel', 'known', 'world', 'like', 'vision', 'got', 'olivet', 'vision', 'standing', 'taken', 'new', 'vision', 'christ', 'understood', 'mission', 'fully', 'obtained', 'vision', 'great_plan', 'world', 'vision', 'plan', 'threefold', 'vision', 'started', 'olivet', 'hilltop', 'carry', 'great', 'world', 'commission', 'record', 'luke', 'state', 'returned', 'jerusalem', 'great_joy', 'continually', 'temple', 'praising', 'blessing', 'god', 'luke', 'christ', 'commissioned', 'foreign', 'land', 'practically', 'literature', 'money', 'begin', 'ask', 'learn', 'strange', 'difficult', 'foreign', 'language', 'literature', 'money', 'went', 'upper', 'room', 'temporary', 'home', 'repented', 'unbelief', 'hardness', 'heart', 'fasted', 'prayed', 'claimed', 'lord', 'promise', 'pentecost', 'brought', 'fulness', 'divine_power', 'apostolic', 'movement', 'started', 'right', 'started', 'representative', 'gathering', 'believer', 'judea', 'time', 'accord', 'prayer', 'supplication', 'woman', 'mary', 'mother', 'jesus', 'brother', 'mention', 'mother', 'lord', 'scripture', 'bid', 'farewell', 'text', 'glad', 'seeking', 'baptism', 'spirit', 'carry', 'blessed', 'work', 'begun', 'lord', 'notice', 'personnel', 'company', 'apostle', 'woman', 'mary', 'mother', 'jesus', 'brother', 'day', 'pentecost', 'fully', 'come', 'men', 'woman', 'accord', 'place', 'suddenly', 'came', 'sound', 'heaven', 'rushing', 'mighty', 'wind', 'filled', 'house', 'sitting', 'appeared', 'unto', 'cloven', 'tongue', 'like', 'sat', 'filled', 'holy', 'ghost', 'began', 'speak', 'tongue', 'spirit', 'gave', 'utterance', 'notice', 'little', 'word', 'omitted', 'accord', 'place', 'spirit', 'filled', 'house', 'sitting', 'spirit', 'sat', 'filled', 'holy', 'ghost', 'began', 'speak', 'tongue', 'spirit', 'gave', 'utterance', 'apostolic', 'movement', 'began', 'right', 'included', 'apostle', 'layman', 'woman', 'assume', 'child', 'spirit', 'came', 'god', 'intended', 'use', 'people', 'church', 'thought', 'today', 'precisely', 'intend', 'work', 'platform', 'working', 'step', 'platform', 'expect', 'christ', 'step', 'restricted', 'way', 'thinking', 'thing', 'fully', 'operate', 'god', 'plan', 'program', 'adopt', 'hint', 'new_testament', 'christ', 'expected', 'apostle', 'work', 'layman', 'movement', 'apostolic', 'time', 'began', 'church', 'upper', 'room', 'daily', 'temple', 'house', 'ceased', 'teach', 'preach', 'jesus_christ', 'result', 'kind', 'work', 'learn', 'chapter']
root - INFO - extracting file #133500: 2017-04-Final-Corpus/Sligo19170301-V01-09-page20.txt
root - INFO - extracting file #134000: 2017-04-Final-Corpus/SOL19000823-V15-33-page2.txt
root - INFO - ['sentinel', 'liberty', 'citizen', 'best', 'tribute', 'country', 'nation', 'preserved', 'war', 'built', 'peace', 'live', 'country', 'willing', 'live', 'country', 'today', 'willing', 'live', 'great', 'country', 'home', 'freedom', 'civil', 'religious_liberty', 'refuge', 'victim', 'despotism', 'land', 'willing', 'live', 'great_principles', 'justice', 'respect', 'inalienable_rights', 'nation', 'established', 'willing', 'stand', 'american', 'constitution', 'declaration', 'independence', 'declaration', 'men', 'created', 'equal', 'endowed', 'creator', 'certain', 'unalienable', 'right', 'life', 'liberty', 'pursuit', 'happiness', 'preserve', 'right', 'government', 'instituted', 'men', 'deriving', 'power', 'consent', 'governed', 'merely', 'word', 'mouth', 'embodying', 'principle', 'life', 'testimony', 'eminent', 'american', 'thomas', 'jefferson', 'almighty_god', 'hath', 'created', 'mind', 'free', 'attempt', 'influence', 'temporal', 'punishment', 'burden', 'civil', 'incapacitations', 'tend', 'beget', 'habit', 'hypocrisy', 'meanness', 'departure', 'plan', 'holy', 'author', 'religion', 'lord', 'body', 'mind', 'chose', 'propagate', 'coercion', 'almighty', 'power', 'compel', 'man', 'furnish', 'contribution', 'money', 'propagation', 'opinion', 'disbelief', 'sinful', 'tyrannical', 'suffer', 'civil', 'magistrate', 'intrude', 'power', 'field', 'opinion', 'restrain', 'profession', 'propagation', 'principle', 'supposition', 'ill', 'tendency', 'dangerous', 'fallacy', 'destroys', 'religious_liberty', 'james', 'madison', 'religion', 'duty', 'owe', 'creator', 'manner', 'discharging', 'directed', 'reason', 'conviction', 'force', 'violence', 'religion', 'man', 'left', 'conviction', 'conscience', 'man', 'right', 'man', 'exercise', 'dictate', 'hold', 'madison', 'proper', 'alarm', 'experiment', 'liberty', 'stand', 'constitution', 'constitution', 'congress', 'shall', 'law', 'respecting', 'establishment', 'religion', 'prohibiting', 'free', 'exercise', 'thereof', 'abridging', 'freedom', 'speech', 'press', 'religious_test', 'shall', 'required', 'qualification', 'office', 'public', 'trust', 'united', 'state', 'shall', 'inequality', 'right', 'account', 'race', 'color', 'previous', 'condition', 'servitude', 'abraham_lincoln', 'white_man', 'governs', 'self_government', 'governs', 'man', 'self_government', 'despotism', 'great', 'commander', 'grant', 'let', 'labor', 'add', 'needful', 'guarantee', 'perfect', 'security', 'free', 'thought', 'free', 'speech', 'free', 'press', 'pure', 'moral', 'unfettered', 'religious', 'sentiment', 'equal_rights', 'privilege', 'men', 'irrespective', 'nationality', 'color', 'religion', 'resolve', 'state', 'nation', 'combined', 'shall', 'support', 'institution', 'learning', 'sufficient', 'afford', 'child', 'growing', 'land', 'opportunity', 'good', 'common', 'school', 'education', 'unmixed', 'sectarian', 'pagan', 'atheistical', 'tenet', 'leave', 'matter', 'religion', 'family_altar', 'church', 'private', 'school', 'supported', 'entirely', 'private', 'contribution', 'church', 'state', 'forever', 'separate', 'let', 'peace', 'believe', 'general', 'sherman', 'spoke', 'truly', 'said', 'war', 'hell', 'general', 'grant', 'exclaim', 'let', 'peace', 'thing', 'word', 'merely', 'deed', 'stand', 'principle', 'dare', 'true', 'patriotism', 'live', 'daily', 'monthly', 'yearly', 'country', 'good', 'confer', 'greatest', 'benefit', 'country', 'greater', 'render', 'field', 'battle', 'verily', 'abundant', 'need', 'service', 'day', 'life', 'nation', 'free', 'republic', 'depends', 'national_life', 'republic', 'vitally', 'related', 'individual', 'life', 'people', 'people', 'willing', 'live', 'principle', 'liberty', 'justice', 'government', 'government', 'people', 'people', 'people', 'preserved', 'earth']
root - INFO - extracting file #134500: 2017-04-Final-Corpus/SOL19020601-V17-07-page5.txt
root - INFO - extracting file #135000: 2017-04-Final-Corpus/SOL19030205-V18-06-page9.txt
root - INFO - ['supremacy', 'papacy', 'alonzo', 'jones', 'papacy', 'papacy', 'world', 'knew', 'tenth', 'century', 'day', 'aiming', 'secure', 'recognized', 'supremacy', 'world', 'affair', 'article', 'appearing', 'heading', 'study', 'boast', 'rome', 'change', 'know', 'supremacy', 'know', 'secures', 'john', 'xxiii', 'council', 'constance', 'council', 'constance', 'met', 'nov', 'continued', 'till', 'april', 'total_number', 'clergy', 'present', 'council', 'time', 'patriarch', 'cardinal', 'thirty', 'archbishop', 'fifty', 'bishop', 'thirty', 'abbot', 'fifty', 'doctor', 'lesser', 'clergy', 'amounting', 'eighteen', 'thousand', 'emperor', 'train', 'king', 'duke', 'lord', 'noble', 'number', 'ordinarily', 'fifty', 'thousand', 'certain', 'period', 'conference', 'thousand', 'present', 'thirty', 'thousand', 'horse', 'fed', 'thirty', 'thousand', 'bed', 'provided', 'city', 'council', 'opened', 'john', 'xxiii', 'presiding', 'deputy', 'present', 'gregory', 'xii', 'benedict', 'xiii', 'gregory', 'deputy', 'promptly', 'declared', 'behalf', 'master', 'ready', 'resign', 'condition', 'pope', 'resign', 'time', 'presented', 'emperor', 'petition', 'asking', 'john', 'xxiii', 'allowed', 'preside', 'council', 'consider', 'subject', 'appointed', 'apart', 'council', 'general_assembly', 'head', 'nation', 'present', 'reported', 'recommendation', 'pope', 'voluntarily', 'resign', 'pope', 'john', 'instantly', 'agreed', 'drew', 'form', 'resignation', 'assembly', 'satisfied', 'left', 'frame', 'assembly', 'nation', 'presented', 'memorial', 'containing', 'long_list', 'crime', 'life', 'john', 'xxiii', 'stating', 'crime', 'proved', 'unexceptionable', 'witness', 'council', 'chose', 'hear', 'crime', 'notorious', 'undeniable', 'john', 'proposed', 'assembly', 'plead', 'guilty', 'council', 'reminding', 'generally', 'received', 'maxim', 'pope', 'deposed', 'crime', 'heresy', 'proposition', 'refused', 'assembly', 'ground', 'think', 'decent', 'heinous', 'crime', 'laid', 'publicly', 'council', 'narrowly', 'inquired', 'advised', 'memorial', 'suppressed', 'provided', 'john', 'consent', 'resignation', 'frame', 'john', 'agreed', 'assembly', 'drew', 'form', 'proposed', 'resignation', 'follows', 'pope', 'john', 'xxiii', 'peace', 'thewhole', 'christian_world', 'declare', 'promise', 'vow', 'swear', 'god', 'holy', 'church', 'holy', 'council', 'peace', 'church', 'way', 'cession', 'resignation', 'pontificate', 'execute', 'freely', 'spontaneously', 'promise', 'case', 'peter', 'luna', 'angelus', 'corarius', 'called', 'obedience', 'benedict', 'xiii', 'gregory', 'xii']
root - INFO - extracting file #135500: 2017-04-Final-Corpus/SOL19031015-V18-41-page2.txt
root - INFO - extracting file #136000: 2017-04-Final-Corpus/ST18750603-V01-30-page3.txt
root - INFO - ['vol', 'sign', 'time', 'sun', 'moon', 'star', 'withdraw', 'shining', 'joel', 'day', 'lord', 'multitude', 'valley', 'decision', 'heathen', 'gathered', 'judged', 'sickle', 'final', 'harvest', 'lord', 'utters', 'voice', 'army', 'manifestation', 'lord', 'wicked', 'majesty', 'power', 'utter', 'voice', 'heaven', 'appearing', 'christ', 'jer', 'joel', 'eli', 'rev', 'day', 'lord', 'great', 'terrible', 'abide', 'similar', 'language', 'uttered', 'wicked', 'day', 'exclaim', 'great_day', 'wrath', 'collie', 'shall', 'able', 'stand', 'rev', 'able', 'stand', 'clothed', 'panoply', 'truth', 'mercy', 'offerect', 'lord', 'friend', 'able', 'stand', 'day', 'rising', 'sun', 'righteousness', 'morning', 'everlasting', 'joy', 'faith', 'god', 'privilege', 'people', 'god', 'confidence', 'live', 'near', 'hini', 'thatthey', 'rest', 'faith', 'precious', 'promise', 'feel', 'cast', 'destroyed', 'live', 'hope', 'like', 'anchor', 'heart', 'filled', 'love', 'god', 'life', 'speak', 'forth', 'praise', 'lack', 'prevailing', 'faith', 'people', 'god', 'weak', 'feeble', 'look', 'blessing', 'great', 'way', 'arid', 'according', 'faith', 'feeble', 'effort', 'tinctly', 'excepting', 'item', 'mentioned', 'law', 'consideration', 'observed', 'christian', 'law', 'old_testament', 'law', 'cover', 'precept', 'old_testament', 'great', 'commandment', 'love', 'god', 'heart', 'deut', 'second', 'love', 'neighbor', 'lev', 'abolished', 'blasphemous', 'conclusion', 'opponent', 'dilemma', 'speechless', 'arid', 'doggedly', 'cling', 'position', 'bring', 'absurdity', 'staring', 'face', 'plain', 'consistent', 'understand', 'reference', 'moral_law', 'innumerable', 'precept', 'explanation', 'old_testament', 'ceremonial', 'civil_law', 'given', 'moses', 'peculiar', 'jew', 'evident', 'fact', 'decree', 'apostle', 'related', 'gentile', 'james', 'sentence', 'trouble', 'gentile', 'turned', 'god', 'verse', 'law', 'bearing', 'need', 'deny', 'gentile', 'obligation', 'moral_law', 'jew', 'decalogue', 'law', 'consideration', 'canright', 'remark', 'prophecy', 'joel', 'chapter', 'camp', 'great', 'strong', 'executeth', 'word', 'day', 'lord', 'great', 'arid', 'terrible', 'abide', 'day', 'lord', 'cometli', 'nigh', 'hand', 'blow', 'trumpet', 'sound', 'alarro', 'inhabitant', 'reason', 'tremble', 'ease', 'view', 'impending', 'day', 'lord', 'shall', 'try', 'man', 'language', 'entirely', 'tory', 'victory', 'faith', 'trumpet', 'ancient', 'israelite', 'blown', 'token', 'alarm', 'danger', 'near', 'hostile', 'army', 'apand', 'work', 'fiery', 'ordeal', 'strong', 'simply', 'description', 'local', 'ravage', 'swarm', 'locust', 'especially', 'expression', 'earth', 'quaking', 'heaven', 'trembling', 'sun', 'moon', 'star', 'withdrawing', 'shining', 'lord', 'army', 'called', 'forth', 'martial', 'array', 'great_day', 'lord', 'language', 'apply', 'movement', 'operation', 'word', 'prophet', 'striking', 'description', 'army', 'accomplish', 'work', 'specified', 'result', 'presence', 'power', 'language', 'adequately', 'portray', 'god', 'know', 'earnest', 'promised', 'overcomer', 'rich', 'experience', 'fruit', 'spirit', 'thiough', 'faith', 'comprehended', 'natural_heart', 'like', 'precious', 'geni', 'digging', 'deep', 'diamond', 'glitter', 'sun', 'ray', 'pure', 'heart', 'reflect', 'ray', 'sun', 'righteousness', 'brightness', 'focal', 'intensity', 'destroy', 'wicked', 'coming', 'jesus', 'purified', 'white', 'tried', 'dwell', 'talk', 'live', 'act', 'faith', 'pleasing', 'god', 'unbelief', 'great', 'enemy', 'happy', 'writing', 'glorious', 'subject', 'faith', 'claim', 'jesus', 'present', 'saviour', 'precious', 'jesus', 'love', 'dwell', 'proaching', 'danger', 'impending', 'required', 'action', 'haste', 'escape', 'avert', 'trumpet', 'pealed', 'alarm', 'land', 'arouse', 'people', 'customds', 'medium', 'enforce', 'command', 'servant', 'god', 'great_day', 'lord', 'summed', 'wicked', 'danger', 'calamity', 'burst', 'world', 'trumpet', 'verse', 'set', 'forth', 'nature', 'day', 'verse', 'day', 'darkness', 'gloominess', 'day', 'cloud', 'thick_darkness', 'morning', 'spread', 'mountain', 'great', 'people', 'strong', 'hath', 'like', 'shall', 'year', 'generation', 'world', 'looking', 'light', 'coming', 'darkness', 'look', 'joy', 'shall', 'gloominess', 'instead', 'look', 'ease', 'prosperity', 'pleasure', 'ing', 'spread', 'mountain', 'covering', 'literally', 'blown', 'alarm', 'profe', 'ssed', 'church', 'land', 'gone', 'plain', 'ono', 'joining', 'hand', 'pleasure', 'loving', 'judgment', 'hating', 'world', 'nature', 'beginning', 'quiver', 'throe', 'final', 'convulsion', 'sea', 'land', 'heaven', 'token', 'multiplying', 'great_day', 'lord', 'altogether', 'strong', 'description', 'hastening', 'like', 'lion', 'leaping', 'altogether', 'elevated', 'apply', 'inits', 'prey', 'church', 'join', 'world', 'mad', 'sect', 'ravage', 'chase', 'delusive', 'pliatoms', 'minister', 'preach', 'smooth', 'thing', 'prophesy', 'pea', 'wicked', 'plunging', 'death', 'feel', 'quiet', 'ease', 'present_day', 'peace', 'ready', 'reception', 'carnal_mind', 'delusive', 'doctrine', 'temporal_millennium', 'invented', 'daniel', 'whitby', 'widespread', 'conb', 'horse', 'sound', 'chariot', 'running', 'like', 'men', 'unbroken', 'rank', 'tire', 'fident', 'assertion', 'good_time', 'coming', 'insuperable', 'objection', 'like', 'joel', 'refers', 'century', 'ago', 'sentiment', 'locust', 'came', 'judea', 'joel', 'marvelous', 'growth', 'echoed', 'pulpit', 'religious', 'paper', 'land', 'shall', 'end', 'thereof', 'dream', 'peace', 'securely', 'fostered', 'doctrine', 'world', 'conversion', 'marked', 'prophecy', 'characteristic', 'day', 'sign', 'impending', 'destruction', 'day', 'lord', 'paul', 'cony', 'thief', 'night', 'thess', 'writes', 'brother', 'true_church', 'know', 'perfectly', 'darkness', 'day', 'overtake', 'thief', 'verse', 'world', 'shall', 'peace', 'safety', 'sudden', 'destruction', 'corrieth', 'verse', 'day', 'describes', 'greater', 'calamity', 'egypt', 'like', 'language', 'plainly', 'contradicted', 'expression', 'day', 'lord', 'refer', 'great_day', 'referred', 'scripture', 'reference', 'day', 'introduces', 'great', 'people', 'strong', 'described', 'verse', 'description', 'close', 'verse', 'reference', 'day', 'lit', 'reasonable', 'conclude', 'intervenes', 'refers', 'time', 'agency', 'god', 'use', 'accomplish', 'hardly', 'conceivable', 'plain', 'reference', 'day', 'lord', 'joel', 'verse', 'occaskon', 'considerable', 'study', 'considering', 'description', 'devouring', 'locust', 'mentioned', 'chapter', 'language', 'known', 'commit', 'apply', 'locust', 'commentator', 'generally', 'spend', 'time', 'showina', 'likeness', 'application', 'plague', 'locust', 'fell', 'egypt', 'said', 'throw', 'long', 'description', 'locust', 'arid', 'time', 'prophet', 'case', 'devastated', 'judea', 'century', 'feebleness', 'return', 'let', 'verse', 'blow', 'trumpet', 'zion', 'sound', 'alarm', 'holy', 'mountain', 'let', 'inhabitant', 'land', 'tremble', 'chapter', 'ago', 'arm', 'lord', 'vic', 'lord', 'army', 'great', 'people', 'trumpet', 'blast', 'echoed', 'old', 'darkness', 'day', 'come', 'like', 'morning', 'number', 'army', 'begiven', 'shall', 'startling', 'arrest', 'attention', 'people', 'effectually', 'suddenly', 'cloud', 'arid', 'strong', 'joel', 'daniel', 'john', 'givmountains', 'judea', 'trumpet', 'anciently', 'blown', 'sentence', 'overwhelmed', 'sublimity', 'scene', 'abrupt', 'exclamation', 'introduces', 'lieve', 'angel', 'god', 'thousand', 'time', 'thousand', 'million', 'thousand', 'thousand', 'dan', 'rev', 'music', 'earth', 'sweet', 'praise', 'forever', 'lawton', 'review', 'priest', 'num', 'alarm', 'given', 'minister', 'lord', 'priest', 'guardian', 'people', 'warn', 'apthe', 'agent', 'event', 'day', 'appears', 'cloud', 'heaver', 'lay', 'foundation', 'earnest', 'proaching', 'danger', 'set', 'apart', 'teacher', 'god', 'word', 'required', 'understand', 'development', 'work', 'earth', 'warning', 'dispensation', 'judgment', 'declared', 'executed', 'unfaithful', 'lord', 'set', 'minister', 'vktchnieri', 'sword', 'coming', 'warn', 'people', 'prophet', 'ezekiel', 'charge', 'solemn', 'responsibility', 'word', 'watchman', 'seeth', 'sword', 'come', 'land', 'blow', 'trumpet', 'warn', 'people', 'whosoever', 'heareth', 'sound', 'trumpet', 'taketh', 'warning', 'sword', 'come', 'away', 'blood', 'shall', 'head', 'heard', 'sound', 'trumpet', 'took', 'warning', 'blood', 'shall', 'taketh', 'warning', 'shall', 'deliver', 'lord', 'accomplished', 'great', 'people', 'son', 'man', 'shall', 'come', 'advice', 'awakened', 'soul', 'reviand', 'strong', 'mighty', 'army', 'come', 'glory', 'holy', 'angel', 'val', 'nearly', 'brings', 'church', 'soul', 'watchman', 'sword', 'collie', 'blow', 'riot', 'trumpet', 'people', 'riot', 'warned', 'sword', 'come', 'person', 'taken', 'away', 'iniquity', 'blood', 'require', 'watchman', 'hand', 'thou', 'son', 'man', 'set', 'thee', 'watchman', 'unto', 'shall', 'leap', 'like', 'noise', 'flame', 'come', 'end', 'earth', 'lord_bath', 'controversy', 'nation', 'plead', 'flesh', 'wicked', 'sword', 'saith', 'lord', 'jer', 'context', 'place', 'day', 'lord', 'fall', 'great', 'fall', 'eternity', 'bring', 'repair', 'wreck', 'sure', 'crucified', 'christ', 'emptied', 'self', 'righteousness', 'heartily', 'taken', 'lord', 'jesus', 'house', 'israel', 'thou_shalt', 'hear', 'word', 'mouth', 'warn', 'unto', 'wicked', 'wicked', 'man', 'thou_shalt', 'surely', 'die', 'thou', 'dost', 'speak', 'warn', 'wicked', 'froni', 'way', 'wicked', 'man', 'shall', 'die', 'iniquity', 'blood', 'require', 'thine_hand', 'thou', 'warn', 'wicked', 'way', 'turn', 'turn', 'way', 'shall', 'die', 'iniquity', 'thou_hast', 'delivered', 'thy_soul', 'eze', 'trumpet', 'blown', 'zion', 'alarm', 'sounded', 'god', 'holy', 'mountain', 'movement', 'church', 'god', 'church', 'asleep', 'expected', 'world', 'church', 'set', 'light', 'world', 'prompt', 'light', 'known', 'people', 'devoureth', 'stubble', 'strong', 'people', 'set', 'battle', 'array', 'face', 'tile', 'people', 'shall', 'pained', 'face', 'shall', 'gather', 'blackness', 'shall', 'run', 'like', 'mighty_men', 'shall', 'climb', 'wall', 'like', 'men', 'war', 'shall', 'march', 'own_ways', 'shall', 'break', 'rank', 'shall', 'thrust', 'shall', 'walk', 'ness', 'sign', 'fear', 'alarm', 'blackness', 'despair', 'time', 'face', 'gather', 'blackness', 'fearful', 'hour', 'realize', 'probation', 'harvest', 'past', 'summer', 'ended', 'saved', 'verse', 'reveal', 'characteristic', 'heavenly', 'agent', 'lord', 'time', 'commission', 'execute', 'weekly', 'real', 'canon', 'kingsley', 'whatsoever', 'simple', 'whatsoever', 'affected', 'boastful', 'willful', 'covetous', 'tarnish', 'destroystheheroic', 'character', 'deed', 'faultsspringout', 'self', 'hand', 'perfectly', 'simple', 'frank', 'unconscious', 'character', 'forth', 'bidding', 'lord', 'shall', 'subsequent', 'verse', 'matt', 'called', 'shaky', 'professor', 'devoureth', 'religichis', 'life', 'frail', 'ill', 'built', 'tottering', 'angel', 'accompany', 'lord', 'word', 'awakened', 'dig', 'deep', 'lord', 'jesus', 'shall', 'revealed', 'heaven', 'sure', 'come', 'stiff', 'gale', 'ations', 'destroy', 'application', 'language', 'mighty', 'angel', 'flaming', 'temptation', 'simple', 'reason', 'doe', 'reference', 'future', 'gener', 'thess', 'appearance', 'apto', 'great_day', 'lord', 'look', 'generation', 'ordinary', 'sense', 'term', 'think', 'expression', 'simply', 'mean', 'heaven', 'followed', 'white', 'suppose', 'day', 'like', 'afterward', 'stand', 'conspicuous', 'day', 'unparalleled', 'sublimity', 'scene', 'terror', 'judginents', 'magnitude', 'revolution', 'prophet', 'turn', 'attention', 'particularly', 'agent', 'concerned', 'great_work', 'devotes', 'verse', 'description', 'doings', 'horse', 'clothed', 'fine', 'linen', 'white', 'clean', 'roy', 'context', 'second', 'coming', 'christ', 'figure', 'angelic', 'hogts', 'attend', 'like', 'noise', 'chariot', 'lord', 'shall', 'appear', 'joy', 'shall', 'ashamed', 'voice', 'noise', 'city', 'voice', 'temple', 'rev', 'voice', 'lord', 'rendereth', 'recompense', 'wrong', 'foundation', 'religious', 'profession', 'securely', 'resting', 'solid', 'rock', 'christ', 'jesus', 'sooner', 'later', 'crack', 'appears', 'daily_life', 'flimsy', 'structure', 'lean', 'world', 'ward', 'like', 'bowing', 'wall', 'tottering', 'fence', 'manages', 'hold', 'dying', 'hour', 'tremendous', 'surge', 'death', 'tumble', 'whale', 'edifice', 'presumption', 'falsehood', 'irretrievable', 'ruin', 'garden', 'eden', 'desolate', 'wilderness', 'yea', 'shall', 'escape', 'appearance', 'appearance', 'horse', 'horseman', 'shall', 'run', 'like', 'noise', 'chariot', 'mountain', 'life', 'righteousness', 'surrendering', 'face', 'shall', 'gather', 'blackness', 'paleall', 'finding', 'baptist', 'pearance', 'horse', 'army', 'underlying', 'godliness', 'based', 'jesus_christ', 'huge', 'crack', 'story', 'room', 'tall', 'mansion', 'verse', 'devoureth', 'flame', 'burneth', 'land', 'enemy', 'isa', 'noise', 'shall', 'storm', 'descends', 'flood', 'beat', 'path', 'fall', 'wall', 'obstruct', 'march', 'possibility', 'heroic', 'action', 'sword', 'shall', 'wounded', 'bolt', 'key', 'bar', 'entrance', 'nobler', 'far', 'common', 'place', 'shall', 'run', 'fro', 'city', 'shall', 'run', 'wall', 'shall', 'climb', 'house', 'shall', 'enter', 'window', 'like', 'thief', 'earth', 'shall', 'quake', 'heaven', 'shall', 'tremble', 'sun', 'moon', 'shall', 'dark', 'star', 'shall', 'withdraw', 'shining', 'lord', 'shall', 'utter', 'voice', 'army', 'rank', 'broken', 'sword', 'hurt', 'secret', 'chamber', 'conceal', 'object', 'god', 'displeasure', 'shall', 'wicked', 'realize', 'hand', 'executioner', 'human', 'safeguard', 'arid', 'human', 'weapon', 'utterly', 'powerless', 'earth', 'quake', 'duty', 'household', 'counter', 'single', 'eye', 'duty', 'nobler', 'far', 'way', 'attempt', 'brilliant', 'deed', 'double', 'mind', 'saying', 'brilliant', 'deed', 'audit', 'pay', 'raise', 'set', 'bargain']
root - INFO - extracting file #136500: 2017-04-Final-Corpus/ST18781205-V04-46-page3.txt
root - INFO - extracting file #137000: 2017-04-Final-Corpus/ST18800226-V06-08-page6.txt
root - INFO - ['thu', 'sign', 'time', 'vol', 'parable', 'laborer', 'vindicated', 'labor', 'vineyard', 'master', 'day', 'labor', 'vineyard', 'right', 'pay', 'matter', 'morning', 'noon', 'life', 'past', 'come', 'bidden', 'price', 'sure', 'let', 'weary', 'toiler', 'life', 'long', 'dreary', 'day', 'eavious', 'brother', 'bee', 'useof', 'equal', 'pay', 'vhat', 'matter', 'penny', 'alike', 'given', 'labored', 'noon', 'tide', 'longer', 'striven', 'wage', 'offered', 'greater', 'value', 'far', 'labor', 'short', 'life', 'longest', 'province', 'won', 'pay', 'preferring', 'labor', 'leaving', 'present', 'right', 'supreme', 'good', 'word', 'spoken', 'action', 'fear', 'justice', 'future', 'shun', 'read', 'story', 'parable', 'told', 'workman', 'market', 'idle', 'stood', 'old', 'moral', 'sought', 'teach', 'offend', 'judgment', 'best', 'sense', 'impeach', 'come', 'let', 'reason', 'end', 'fear', 'ungrounded', 'sense', 'justice', 'low', 'pray', 'tell', 'outset', 'principle', 'rule', 'equity', 'seek', 'mortal', 'school', 'ought', 'master', 'vineyard', 'heavenly', 'vintage', 'green', 'service', 'rendered', 'measure', 'esteem', 'reason', 'consonant', 'far', 'standard', 'willing', 'maker', 'wheeling', 'world', 'prize', 'creature', 'service', 'love', 'function', 'labor', 'fixing', 'reward', 'intrinsic', 'value', 'almighty', 'lord', 'useful', 'evidence', 'lie', 'forth', 'heed', 'master', 'value', 'proof', 'given', 'furnish', 'proof', 'striven', 'able', 'faithfulness', 'prove', 'lord', 'reward', 'token', 'love', 'answer', 'sure', 'course', 'reason', 'equal', 'turn', 'ponder', 'parable', 'told', 'workman', 'market', 'idle', 'stood', 'old', 'market', 'idle', 'stood', 'known', 'story', 'alike', 'declare', 'mind', 'prejudiced', 'care', 'read', 'leaf', 'feel', 'burden', 'work', 'preface', 'earnest_prayer', 'lightly', 'common', 'matter', 'spirit', 'god', 'work', 'course', 'unfruitful', 'good', 'let', 'think', 'class_work', 'beginning', 'execute', 'good', 'piece', 'mechanism', 'trial', 'practice', 'willingness', 'instructed', 'successful', 'worker', 'heart', 'work', 'lacking', 'indiffei', 'ent', 'laborer', 'young', 'minister', 'aro', 'glad', 'receive', 'counsel', 'advice', 'ago', 'experience', 'tract', 'distributor', 'endeavor', 'profit', 'experience', 'director', 'know', 'mean', 'kind', 'work', 'district', 'strengthen', 'weak', 'encourage', 'despondent', 'restrain', 'zealous', 'counsel', 'erring', 'inspired', 'injunction', 'fulfilled', 'let', 'thing', 'decently', 'order', 'employ', 'heart', 'makeglad', 'true', 'motif', 'way', 'correct', 'labor', 'twas', 'neglect', 'man_hath', 'called', 'reason', 'assigned', 'manifestly', 'truthful', 'proved', 'willing', 'mind', 'suggests', 'advises', 'improvement', 'methwhom', 'labor', 'tip', 'instruction', 'plan', 'speaking', 'own_language', 'having', 'groat', 'merest', 'outline', 'day', 'day', 'extent', 'adopted', 'manner', 'custom', 'week', 'week', 'work', 'church', 'state', 'spection', 'oversight', 'representative', 'different', 'nation', 'greatly', 'troubled', 'rightly', 'ask', 'fur', 'wage', 'day', 'work', 'partly', 'pleaded', 'deceived', 'satan', 'art', 'late', 'coming', 'share', 'equal', 'instructed', 'logic', 'clear', 'strong', 'god', 'pay', 'willing', 'short', 'work', 'long', 'shown', 'mistake', 'great', 'think', 'land', 'called', 'christian', 'pay', 'wait', 'close', 'pleasant', 'labor', 'stanza', 'end', 'arm', 'arm', 'reason', 'sinner', 'friend', 'littlejohn', 'ion', 'labor', 'tract', 'missionary_societies', 'created', 'meet', 'pressing', 'want', 'minister', 'row', 'labor', 'limited', 'compass', 'mean', 'age', 'warn', 'world', 'judgment', 'impending', 'unorganized', 'effort', 'proved', 'inefficient', 'limited', 'result', 'order', 'necessary', 'accomplish', 'great_purpose', 'officer', 'society', 'chosen', 'reference', 'specific', 'object', 'director', 'title', 'indicates', 'oversee', 'direct', 'lie', 'directs', 'body', 'worker', 'called', 'deal', 'person', 'ability', 'greatly', 'varying', 'different', 'degree', 'efficiency', 'diferences', 'appear', 'prominent', 'lapresents', 'better', 'field', 'missionary_labor', 'borer', 'newly', 'organized', 'untrained', 'california', 'cosmopoqtan', 'population', 'properly', 'direct', 'lie', 'necessary', 'study', 'called', 'world', 'capability', 'worker', 'able', 'rapidly', 'developing', 'assign', 'position', 'work', 'import', 'enormous', 'quantity', 'best', 'adapted', 'best', 'grain', 'product', 'exported', 'foreign', 'counqualified', 'discrimination', 'try', 'fact', 'lie', 'dimust', 'lack', 'efficiency', 'labor', 'conserect', 'route', 'travel', 'east', 'nearly', 'quently', 'prosperity', 'work', 'country', 'asia', 'australia', 'island', 'moment', 'suppose', 'master', 'builder', 'pacific', 'secure', 'direct', 'mean', 'comset', 'force', 'men', 'work', 'fine', 'building', 'order', 'work', 'shall', 'fit', 'inquiring', 'qualification', 'doe', 'pain', 'exmunication', 'nearly', 'civilized', 'world', 'like', 'faithful', 'missionary', 'visit', 'foreign_country', 'necessity', 'consuming', 'year', 'acquiring', 'knowledge', 'waited', 'anxious', 'look', 'sad', 'amine', 'language', 'habit', 'people', 'worthy', 'master', 'sought', 'service', 'late', 'busy', 'course', 'knowledge', 'receive', 'knew', 'patient', 'waiting', 'pitied', 'fate', 'result', 'easily', 'anticipated', 'communicated', 'left', 'gave', 'penny', 'alike', 'deserved', 'verdict', 'wisely', 'finding', 'waited', 'served', 'throwing', 'oft', 'figure', 'matter', 'plain', 'suppose', 'heathen', 'honest', 'heart', 'mein', 'life', 'moral_darkness', 'longs', 'light', 'god', 'reach', 'waiting', 'prays', 'sight', 'year', 'form', 'bowed', 'age', 'eye', 'shine', 'dimly', 'stand', 'sage', 'resisting', 'oft', 'temptation', 'reason', 'feeble', 'ray', 'illume', 'pathway', 'lead', 'perfect_day', 'father', 'waiting', 'hears', 'earnest', 'sends', 'way', 'witness', 'aged', 'man', 'try', 'sun', 'setting', 'ere', 'day', 'hears', 'wondrous', 'story', 'god', 'christ', 'son', 'receiving', 'rapture', 'gospel', 'proclaims', 'strength', 'remaining', 'unselfish', 'aim', 'judgment', 'crown', 'ought', 'wear', 'equal', 'life', 'long', 'christian', 'share', 'consolation', 'word', 'right', 'lived', 'nobly', 'nobly', 'held', 'ground', 'gospel', 'story', 'aged', 'ear', 'awoke', 'ready', 'wear', 'easy', 'yoke', 'proved', 'want', 'plenty', 'darkness', 'light', 'crucial', 'test', 'suffered', 'blindaess', 'sight', 'christian', 'good', 'free', 'ere', 'proof', 'furnish', 'loyalty', 'till', 'admit', 'fair', 'principle', 'pleaded', 'alike', 'share', 'rock', 'stumble', 'error', 'consisted', 'confounding', 'character', 'portrayed', 'thought', 'reference', 'christian', 'land', 'early', 'converted', 'longer', 'stand', 'logic', 'early', 'demonstrate', 'land', 'called', 'christian', 'man', 'need', 'wait', 'given', 'heard', 'truth', 'early', 'childhood', 'later', 'youth', 'longer', 'loitered', 'till', 'noon', 'till', 'seven', 'plead', 'promise', 'faithful', 'heathen', 'given', 'life', 'granted', 'crown', 'compare', 'sported', 'obeyed', 'care', 'christian', 'long_life', 'faithful', 'heathen', 'far', 'surpass', 'honor', 'halting', 'man', 'untrue', 'true', 'duty', 'obeyed', 'heard', 'summons', 'yielding', 'reader', 'ventured', 'person', 'lcrd', 'running', 'verse', 'argue', 'wiackm', 'word', 'work', 'useless', 'utter', 'loss', 'hind', 'home', 'instance', 'building', 'boat', 'visbest', 'crude', 'rough', 'concern', 'ited', 'native_land', 'read', 'wise', 'master', 'builder', 'ily', 'impart', 'truth', 'received', 'ascertain', 'far', 'possible', 'tact', 'talent', 'friend', 'experience', 'appoint', 'steamer', 'ship', 'visited', 'hero', 'work', 'accordingly', 'capable', 'missionary', 'engaged', 'work', 'rough', 'hewing', 'set', 'finishing', 'single', 'exception', 'french', 'man', 'handle', 'tool', 'set', 'war', 'failed', 'accept', 'readcarrying', 'timber', 'careless', 'ing', 'matter', 'tendered', 'indifferent', 'break', 'mar', 'lumber', 'willing', 'publication', 'handled', 'rendering', 'unfit', 'use', 'free', 'charge', 'foreign', 'port', 'advised', 'service', 'enter', 'nearly', 'week', 'aro', 'opporemployment', 'tunities', 'preaching', 'board', 'vessel', 'lying', 'true', 'temporal', 'spiritual', 'wharf', 'account', 'scarcity', 'matter', 'equally', 'minister', 'impossible', 'end', 'true', 'service', 'held', 'diversity', 'gift', 'company', 'occasion', 'audience', 'time', 'shall', 'person', 'having', 'gift', 'differing', 'numbering', 'best', 'work', 'place', 'kind', 'labor', 'according', 'ability', 'considerable_interest', 'shown', 'officer', 'crew', 'receiving', 'sign', 'occasion', 'spoken', 'certainly', 'applies', 'extent', 'having', 'seen', 'paper', 'england', 'missionary_work', 'aro', 'good', 'judicious', 'corcaptain', 'donated', 'dollar', 'respondent', 'ought', 'send', 'work', 'donation', 'received', 'mission', 'letter', 'submitting', 'inspection', 'camp_meeting', 'officer', 'society', 'excel', 'aro', 'cheered', 'encouraging', 'report', 'lent', 'work', 'sending', 'publication', 'mail', 'engaged', 'visiting', 'laboring', 'inefficient', 'visitor', 'knew', 'church', 'word', 'localwas', 'peculiarly', 'successful', 'selling', 'doctrinal', 'ity', 'nearly', 'adopted', 'plan', 'giving', 'book', 'pamphlet', 'said', 'sell', 'missionary_purposes', 'know', 'annual', 'knew', 'special', 'earnest', 'endeavor', 'suocess', 'lay', 'disposing', 'annual', 'work', 'forward', 'long', 'wearies', 'present', 'tract', 'time', 'publishing', 'house', 'long', 'talking', 'time', 'got', 'rid', 'supply', 'demand', 'ter', 'dehis', 'tedious', 'talk', 'tey', 'lost', 'nominational', 'work', 'exclusion', 'everytract', 'received', 'zeal', 'thing', 'lecture', 'subject', 'foreign', 'minister', 'accomplish', 'tract', 'presented', 'forestalls', 'readneither', 'officer', 'tract_society', 'ing', 'leaf', 'person', 'visit', 'require', 'united', 'effort', 'mind', 'bewildered', 'enlightened', 'magnitude', 'work', 'earnest', 'bobby', 'talk', 'subject', 'sacrificing', 'labor', 'let', 'engage', 'heartily', 'present', 'intelligently', 'ought', 'talent', 'committed', 'trust', 'leave', 'entirely', 'publication', 'sticknzy', 'waggoner', 'rural_health', 'retreat', 'helena', 'feb', 'california', 'missionary', 'field', 'probably', 'plr', 'globe']
root - INFO - extracting file #137500: 2017-04-Final-Corpus/ST18810113-V07-02-page2.txt
root - INFO - extracting file #138000: 2017-04-Final-Corpus/ST18811124-V07-44-page1.txt
root - INFO - ['behold', 'come', 'quickly', 'reward', 'man', 'according', 'work', 'shall', 'rev', 'volume', 'oakland', 'california', 'fifth', 'day', 'november', 'number', 'lord', 'better', 'understand', 'need', 'child', 'creator', 'published', 'weekly', 'feel', 'deeper', 'welfare', 'missionary_society', 'bought', 'own_blood', 'word', 'god', 'carefully', 'studied', 'faithfully', 'obeyed', 'soul', 'anguish', 'sympathy', 'discipline', 'cih', 'discourage', 'child', 'bard', 'censure', 'irritate', 'passionate', 'correction', 'impulse', 'change', 'smother', 'kiss', 'harm', 'injurious', 'gratification', 'excessive', 'indulgence', 'undue', 'severity', 'alike', 'avoided', 'vigilance', 'firmness', 'indispensable', 'sympathy', 'tenderness', 'parent', 'remember', 'deal', 'child', 'struggling', 'temptation', 'evil', 'prompting', 'hard', 'resist', 'assail', 'person', 'mature', 'year', 'child', 'desire', 'right', 'fail', 'need', 'encouragement', 'energy', 'perseverance', 'watch', 'working', 'young', 'mind', 'eke', 'igrts', 'tkt', 'zinms', 'term', 'page', 'prophet', 'elijah', 'gould', 'erverse', 'conduct', 'wicked', 'child', 'eli', 'quick', 'rebuke', 'sin', 'behold', 'send', 'elijah', 'prophet', 'coining', 'error', 'people', 'case', 'great', 'dreadful', 'day', 'lord', 'shall', 'turn', 'heart', 'hannah', 'administering', 'unjust', 'reproof', 'father', 'child', 'heart', 'child', 'father', 'sin', 'son', 'lest', 'come', 'smite', 'earth', 'curse', 'mal', 'father', 'mother', 'zion', 'work', 'remember', 'blessing', 'cometh', 'turn', 'heart', 'unto', 'child', 'lead', 'fowler', 'snare', 'teach', 'love', 'jesus', 'object', 'care', 'labor', 'hard', 'day', 'evil', 'rest', 'way', 'earnest', 'tiring', 'lead', 'realm', 'day', 'hear', 'elijah', 'message', 'heed', 'solemn', 'prince', 'glory', 'soon', 'coming', 'moment', 'quickly', 'fly', 'little', 'child', 'kneel', 'earnest_prayer', 'seek', 'seek', 'soul', 'salvation', 'care', 'shall', 'day', 'god', 'ertake', 'work', 'partly', 'gain', 'lasting', 'vict', 'battle', 'partly', 'won', 'thou', 'sittest', 'thy', 'household', 'thou', 'walkest', 'way', 'thou', 'shouldst', 'thy_children', 'teach', 'god', 'precept', 'day', 'day', 'feed', 'lamb', 'saviour', 'tell', 'precious', 'word', 'life', 'draw', 'heart', 'earth', 'vain', 'pleasure', 'ceaseless', 'round', 'strife', 'point', 'home', 'glory', 'fleeting', 'year', 'reign', 'peace', 'joy', 'gladness', 'mingled', 'grief', 'tear', 'woodland', 'cal', 'tnerat', 'artirizz', 'god', 'word', 'parent', 'guide', 'offensive', 'sin', 'undue', 'affection', 'ready', 'excuse', 'perverse', 'course', 'dishonoring', 'god', 'misleading', 'people', 'extent', 'permitted', 'excused', 'sin', 'child', 'partaker', 'guilt', 'son', 'high_priest', 'connected', 'impulse', 'encourage', 'noble', 'actiojj', 'work', 'god', 'evil', 'sin', 'greatly', 'heightened', 'lord', 'apostle', 'admonishes', 'parent', 'provoke', 'child', 'anger', 'lest', 'discouraged', 'word', 'god', 'guide', 'christian', 'parent', 'depart', 'gratify', 'impulse', 'passion', 'affection', 'llf', 'parent', 'desire', 'teach', 'child', 'self', 'trol', 'form', 'habit', 'scolding', 'fault', 'finding', 'parent', 'courage', 'hasty', 'passionate', 'temper', 'chitdreg', 'love', 'justice', 'stand', 'government', 'household', 'let', 'prompt', 'obedience', 'parental', 'authority', 'invariably', 'natural', 'parent', 'partial', 'own_children', 'especially', 'parent', 'feel', 'posse', 'superior', 'ability', 'regard', 'child', 'superior', 'child', 'severely', 'censured', 'passed', 'ckildren', 'smart', 'witty', 'partiality', 'natural', 'unjust', 'unchristian', 'great', 'wrong', 'child', 'hen', 'ermit', 'fault', 'uncorrected', 'oster', 'wrong', 'trait', 'character', 'child', 'enforced', 'given', 'parent', 'work', 'urging', 'excuse', 'young', 'punished', 'wait', 'older', 'reasoned', 'outgrow', 'evil', 'tendency', 'wrong_habits', 'left', 'grow', 'strengthen', 'guide', 'restrain', 'passion', 'second', 'nature', 'father', 'field', 'left', 'produce', 'thorn', 'brier', 'mother', 'united', 'error', 'secure', 'harvest', 'usefulness', 'gladly', 'pursue', 'wiser', 'course', 'beauty', 'prepare', 'soil', 'sow', 'attempt', 'enforce', 'obedience', 'seed', 'dig', 'young', 'shoot', 'removing', 'child', 'allow', 'weed', 'softening', 'earth', 'preto', 'brought', 'submission', 'sad', 'result', 'cious', 'plant', 'flourish', 'richly', 'repay', 'hie', 'course', 'fully', 'seen', 'eternity', 'care', 'labor', 'estimated', 'life', 'great', 'evil', 'parental', 'unfaithfulness', 'circumstance', 'tenfold', 'greater', 'exist', 'family', 'stand', 'christ', 'stead', 'instruct', 'eager', 'great_thing', 'people', 'minister', 'gospel', 'fail', 'consome', 'great_sacrifice', 'shrink', 'trol', 'household', 'wrong', 'unceasing', 'care', 'effort', 'little', 'thing', 'example', 'misleading', 'sanction', 'day_life', 'hourly', 'pruning', 'training', 'growth', 'evil', 'instead', 'repressing', 'wayward', 'tendency', 'work', 'giving', 'white', 'great', 'enemy', 'constantly', 'seeking', 'consider', 'excellent', 'judge', 'instruction', 'reproof', 'encouragement', 'little', 'men', 'believe', 'wiser', 'creator', 'child', 'little', 'needed', 'wish', 'child', 'like', 'eve', 'follow', 'dictate', 'human', 'blind', 'defect', 'son', 'correct', 'fault', 'form', 'right', 'character', 'wisdom', 'preference', 'command', 'daughter', 'lack', 'divine', 'wisdom', 'reaching', 'mountain', 'bound', 'omniscient', 'sin', 'eli', 'profess', 'teach', 'word', 'god', 'successive', 'step', 'hope', 'terrible', 'result', 'disaster', 'working', 'untold', 'evil', 'tends', 'efface', 'immediately', 'realized', 'disdeath', 'ruin', 'wicked', 'son', 'mind', 'people', 'distinction', 'right', 'heartened', 'let', 'such_persons', 'courage', 'sand', 'wrong', 'purity', 'vice', 'minister', 'people', 'exchange', 'order', 'child', 'shall', 'unto', 'effort', 'shall', 'youth', 'room', 'left', 'communion', 'god', 'self', 'discus', 'learning', 'intelligence', 'result', 'drift', 'rank', 'satan', 'serving', 'pline', 'training', 'child', 'training', 'vaunted', 'wisdom', 'banner', 'prince', 'life', 'parent', 'let', 'slip', 'shoulder', 'responsithese', 'person', 'folly', 'fond', 'indulgent', 'elis', 'day', 'bility', 'family', 'government', 'requires', 'earnest', 'parent', 'allow', 'child', 'grow', 'pleading', 'excuse', 'waywardheart', 'work', 'repress', 'evil', 'tendency', 'strengthen', 'babyhood', 'restraint', 'ness', 'child', 'promptly', 'assert', 'weak', 'principle', 'develop', 'good', 'lovely', 'trait', 'forward', 'selfish', 'disagreeable', 'way', 'confirmed', 'habit', 'rendering', 'unloving', 'able', 'dod', 'established', 'family', 'relation', 'word', 'safe', 'guide', 'management', 'child', 'human', 'philosophy', 'chastening', 'rod', 'oftener', 'passion', 'water', 'dew', 'grace', 'grant', 'discovered', 'god', 'know', 'devised', 'lave', 'prayer', 'happier', 'abundant', 'harvest', 'son', 'god', 'died', 'wiser', 'plan', 'dealing', 'child', 'given', 'family', 'better', 'state', 'society', 'adventist', 'horne', 'child', 'guidance', 'ruin', 'thousand', 'israel', 'day', 'standing', 'like', 'eli', 'holy', 'office', 'making', 'mistake', 'read', 'mournful', 'history', 'fail', 'profit', 'warning', 'self', 'confidence', 'think', 'know', 'better', 'way', 'training', 'child', 'god', 'given', 'word', 'earnest', 'anxious', 'prayer', 'doe', 'lord', 'thou', 'form', 'demand', 'fashion', 'cend', 'heart', 'teach', 'shall', 'wisdom', 'direct', 'spirit', 'work', 'fully', 'engross', 'time', 'attention', 'little', 'natural', 'pride', 'heart', 'independence', 'child', 'like', 'teachable', 'spirit', 'instead', 'trusting', 'understanding', 'conforming', 'maxim', 'custom', 'world', 'unnecessary', 'outlay', 'time', 'money', 'prepwill', 'sit', 'foot', 'jesus', 'earnestly', 'inquire', 'aration', 'food', 'needle', 'indulgence', 'god', 'given', 'authority', 'restrain', 'correct', 'character', 'direct', 'power', 'mind', 'let', 'parent', 'guardian', 'overlook', 'body', 'right', 'channel', 'father', 'excuse', 'sin', 'care', 'rememmothers', 'lay', 'hold', 'work', 'ber', 'accessory', 'energy', 'perseverance', 'love', 'sow', 'prewrongs', 'instead', 'unlimited', 'indulgence', 'cious', 'seed', 'daily', 'earnest_prayer', 'god', 'prayerful', 'solicitude', 'strengthen', 'eve', 'good', 'form', 'character', 'child', 'divine', 'pattern', 'grace', 'accomplish', 'task', 'require', 'patient', 'pain', 'taking', 'effort', 'firmness', 'decision', 'lbe', 'work', 'parent', 'continuous', 'laid', 'hold', 'vigorously', 'day', 'neglected', 'ready', 'begin', 'work', 'willing', 'persevere', 'remember', 'word', 'apostle', 'weary', 'due_season', 'shall', 'reap', 'faint', 'satan', 'prepared', 'snare', 'parent', 'tempting', 'extravagance', 'dress', 'redeem', 'sinful', 'rebellious', 'race', 'shall']
root - INFO - extracting file #138500: 2017-04-Final-Corpus/ST18820921-V08-36-page9.txt
root - INFO - extracting file #139000: 2017-04-Final-Corpus/ST18830802-V09-29-page3.txt
root - INFO - ['igns', 'imes', 'published', 'weekly', 'oakland', 'california', 'publisher', 'desire', 'month', 'add', 'thousand', 'new_subscribers', 'rapidly', 'increasing', 'list', 'end', 'following', 'tell', 'sign', 'time', 'sitppia', 'ene', 'knt', 'poraily', 'expression', 'thankfulness', 'heaven', 'given', 'best', 'possessed', 'human_race', 'belief', 'rise', 'dead', 'resurrection', 'enter', 'realm', 'blest', 'fifty', 'day', 'later', 'gathering', 'feast', 'pentecost', 'time', 'special', 'offering', 'lord', 'fifty', 'day', 'gather', 'grain', 'dough', 'new', 'grain', 'unto', 'lord', 'shall', 'offer', 'cake', 'dough', 'heave', 'offering', 'heave', 'offering', 'thresh', 'ing', 'floor', 'shall', 'heave', 'dough', 'shall', 'unto', 'lord', 'heave', 'offer', 'ing', 'generation', 'num', 'shall', 'bring', 'habitation', 'wave', 'loaf', 'tenth', 'deal', 'shall', 'fine', 'flour', 'shall', 'baken', 'leaven', 'fruit', 'unto', 'lord', 'lev', 'close', 'autumnal', 'harvest', 'seventh', 'month', 'appear', 'lord', 'special', 'offering', 'feast', 'mentioned', 'moses', 'deuteronomy', 'teenth', 'chapter', 'thirteenth', 'seven', 'teenth', 'verse', 'closinc', 'word', 'thou_shalt', 'observe', 'feast', 'tabernacle', 'seven', 'day', 'thou_bast', 'gathered', 'thy', 'corn', 'thy', 'wine', 'thou_shalt', 'rejoice', 'thy', 'feast', 'thou', 'thy_son', 'thy', 'daughter', 'thy', 'manservant', 'thy', 'maidservant', 'levite', 'stranger', 'fatherless', 'widow', 'thy_gates', 'seven', 'day', 'shalt', 'thou', 'solemn', 'feast', 'unto', 'lord_thy', 'god', 'place', 'lord', 'shall', 'choose', 'lord_thy', 'god', 'shall', 'bless', 'thee', 'thine', 'increase', 'work', 'thy', 'hand', 'thou_shalt', 'surely', 'rejoice', 'time', 'year', 'shall', 'thy', 'male', 'appear', 'lord_thy', 'god', 'place', 'shall', 'choose', 'feast', 'unleaven', 'bread', 'feast', 'week', 'feast', 'tabernacle', 'shall', 'appear', 'lord', 'man', 'shall', 'able', 'according', 'blessing', 'lord_thy', 'god', 'hath', 'given', 'thee', 'important', 'command', 'appear', 'bring', 'offering', 'god', 'best', 'singular', 'promise', 'god', 'appear', 'time', 'year', 'bringing', 'offering', 'manner', 'specified', 'god', 'pledged', 'look', 'land', 'gone', 'man', 'desire', 'prosperity', 'cast', 'nation', 'thee', 'enlarge', 'thy', 'border', 'shall', 'man', 'desire', 'thy', 'land', 'thou_shalt', 'appear', 'lord_thy', 'god', 'thrice', 'year', 'adam', 'clarke', 'god', 'miracu', 'lously', 'blessed', 'temporally', 'god', 'people', 'day', 'serve', 'faithfully', 'recommend', 'conscientiously', 'follow', 'instruction', 'god', 'given', 'prove', 'pour', 'bless', 'ing', 'till', 'room', 'receive', 'haskell', 'new', 'england', 'conference', 'special', 'reason', 'friend', 'new', 'england', 'attend', 'camp', 'meeting', 'held', 'worcester', 'present_season', 'church', 'preaching', 'dur', 'ing', 'past_year', 'meeting', 'experienced', 'efficient', 'laborer', 'cause', 'eld', 'geo', 'butler', 'eld', 'van', 'horn', 'white', 'present', 'sister', 'white', 'cross', 'mountain', 'attend', 'eastern', 'camp', 'meeting', 'feel', 'testimony', 'bear', 'appreciated', 'friend', 'cause', 'worcester', 'great', 'railroad', 'center', 'easy', 'access', 'conference', 'respect', 'important', 'field', 'selected', 'repeated', 'evi', 'dence', 'field', 'ripening', 'harvest', 'portion', 'conference', 'shall', 'meet', 'demand', 'important', 'ques', 'tion', 'manner', 'answer', 'met', 'day', 'judgment', 'god', 'providence', 'instrumentality', 'school', 'placed', 'midst', 'nearly', 'score', 'young_man', 'woman', 'engaged', 'missionary_work', 'gaining', 'experience', 'laboring', 'cause', 'god', 'may_god', 'bless', 'courage', 'brother', 'appreciate', 'blessing', 'appreciation', 'spending', 'week', 'worshiping', 'god', 'laborer', 'experience', 'reader', 'sign', 'time', 'secured', 'conference', 'past_year', 'nearly', 'half', 'number', 'city', 'worcester', 'camp', 'meeting', 'conference', 'year', 'thought', 'mistake', 'greater', 'mistake', 'fail', 'attend', 'meeting', 'year', 'come', 'seeking', 'god', 'blessing', 'disappointed', 'holy', 'spirit', 'advance', 'step', 'taken', 'cloud', 'rising', 'god', 'people', 'forward', 'afford', 'left', 'judgment', 'god', 'earth', 'cyclone', 'tor', 'nadoes', 'flood', 'hail', 'storm', 'wrought', 'devastation', 'marked', 'manner', 'country', 'present_season', 'pending', 'important', 'time', 'need', 'fitting', 'time', 'heaven', 'blessing', 'rest', 'old', 'tried', 'friend', 'cause', 'new', 'england', 'bearing', 'responsibility', 'family', 'growing', 'cold', 'faith', 'eve', 'momentous', 'event', 'haskell', 'sabbath', 'school_department', 'department', 'sign', 'written', 'paper', 'fail', 'avail', 'light', 'given', 'ability', 'research', 'point', 'great_interest', 'book', 'act', 'lesson', 'contained', 'year', 'rendered', 'doubly', 'interesting', 'light', 'present_truth', 'brought', 'bear', 'having', 'department', 'charge', 'active', 'sabbath', 'school', 'worker', 'study', 'class', 'exercise', 'week', 'opportunity', 'develop', 'point', 'interesting', 'useful', 'manage', 'ment', 'sign', 'received', 'commendation', 'worker', 'shall', 'utmost', 'endeavor', 'reach', 'highest', 'possible', 'state', 'usefulness', 'department', 'branch', 'work', 'important', 'training', 'direction', 'child', 'youth', 'wish', 'stood', 'sabbath', 'school', 'young', 'member', 'church', 'member', 'sabbath', 'school', 'trust', 'led', 'fully', 'appreciate', 'lesson', 'instruction', 'given', 'depart', 'ment', 'sign', 'superintendent', 'teacher', 'suggestion', 'duly', 'considered', 'fail', 'greatly', 'aid', 'work', 'add', 'efficiency', 'school', 'new', 'england', 'tract', 'depository', 'family', 'teacher', 'bible', 'description', 'kept', 'constantly', 'hand', 'concordance', 'bible', 'help', 'map', 'religious', 'book', 'tract', 'quantity', 'health', 'temperance', 'work', 'chart', 'illustrating', 'effect', 'alcohol', 'human_system', 'tobacco', 'blood', 'stationery', 'wholesale', 'retail', 'special', 'attention', 'paid', 'furnishing', 'canvasser', 'picture', 'steel', 'engraving', 'religious', 'health', 'publication', 'parson', 'hand', 'book', 'business', 'form', 'purdy', 'ready', 'pen', 'best', 'fountain', 'pen', 'send', 'catalogue', 'address', 'new', 'england', 'tract', 'society', 'international', 'tract', 'missionary', 'society', 'south', 'lancaster', 'mass', 'magnificent', 'premium', 'offer', 'lib', 'zal', 'new', 'subscriber', 'furnish', 'sign', 'time', 'year', 'copy', 'conybeare', 'howson', 'life', 'epistle', 'paul', 'ploir', 'magnificent', 'book', 'offered', 'premium', 'widely', 'known', 'work', 'pro', 'learning', 'extensive', 'research', 'clearly', 'written', 'intensely', 'interesting', 'new', 'popular', 'edition', 'printed', 'new', 'plate', 'tinted', 'paper', 'substantially', 'elegantly', 'bound', 'sell', 'dollar', 'account', 'value', 'expense', 'book', 'best', 'premium', 'offer', 'subscribe', 'old', 'patron', 'renew', 'subscription', 'january', 'send', 'new_subscribers', 'send', 'free', 'mail', 'copy', 'premium', 'book', 'choice', 'premium', 'prefers', 'copy', 'biblical', 'institute', 'giekie', 'life', 'christ', 'instead', 'life', 'epistle', 'paul', 'furnish', 'rate', 'requested', 'address', 'sign', 'time', 'oakland', 'cal', 'new', 'england', 'tract', 'society', 'south', 'lancaster', 'mass']
root - INFO - extracting file #139500: 2017-04-Final-Corpus/ST18840703-V10-26-page6.txt
root - INFO - extracting file #140000: 2017-04-Final-Corpus/ST18850409-V11-15-page4.txt
root - INFO - ['grieving', 'holt', 'spirit', 'perfect', 'christian', 'grieve', 'holy', 'spirit', 'god', 'conversation', 'profitable', 'use', 'edifying', 'apt', 'minister', 'grace', 'sign', 'time', 'vol', 'constantine', 'vii', 'keightley', 'bay', 'evidently', 'fourth', 'century', 'belief', 'power', 'justify', 'extenuate', 'christianity', 'bring', 'existence', 'waddington', 'doe', 'need', 'aid', 'justify', 'course', 'eusebius', 'holding', 'christian', 'institution', 'institution', 'historian', 'justify', 'statement', 'constantine', 'man', 'pure', 'life', 'pure', 'direct', 'evidence', 'scripture', 'quoted', 'lowing', 'motif', 'face', 'fact', 'notice', 'fact', 'forcibly', 'reason', 'canrn', 'left', 'later', 'age', 'discover', 'public', 'authority', 'sunday', 'keepnot', 'rely', 'fully', 'word', 'eusebius', 'delinquency', 'eusebius', 'mentioned', 'confined', 'suppression', 'truth', 'doe', 'proceed', 'direct', 'assertion', 'falsehood', 'shall', 'notice', 'suspicion', 'want', 'integrity', 'eusebius', 'born', 'ing', 'heylyn', 'england', 'wrote', 'exhis', 'century', 'left', 'record', 'followtensively', 'question', 'said', 'ing', 'estimate', 'reliability', 'tertullian', 'tell', 'devote', 'writing', 'life', 'constantine', 'sunday', 'partly', 'unto', 'mirth', 'recreation', 'author', 'slightly', 'treated', 'arian', 'devotion', 'altogether', 'controversy', 'evidently', 'intent', 'year', 'tertullian', 'time', 'law', 'rendered', 'liable', 'thirtyhighly', 'wrought', 'eulogium', 'emperor', 'constitution', 'restrain', 'men', 'laboring', 'tribulation', 'borrowed', 'momentary', 'succor', 'profession', 'falsehood', 'expedient', 'shameful', 'eusebius', 'flourished', 'prosperity', 'church', 'age', 'extensive', 'learning', 'left', 'excuse', 'ignorance', 'inexperience', 'great', 'unquestionable', 'piety', 'gave', 'sanction', 'authority', 'opinion', 'doubt', 'publication', 'detestable', 'principle', 'writing', 'modified', 'limited', 'explanation', 'certain', 'extent', 'disturb', 'confidence', 'rest', 'mind', 'doe', 'profess', 'constantly', 'guided', 'truth', 'posse', 'claim', 'implicit', 'submission', 'church', 'history', 'mosheini', 'cast', 'doubt', 'veracity', 'eusebius', 'reliability', 'following', 'language', 'constantine', 'lived', 'beginning', 'fourth', 'day', 'held', 'christian', 'extolled', 'century', 'copied', 'proclamation', 'christian', 'emperor', 'benefactor', 'cincinnati', 'church', 'historian', 'agreed', 'morer', 'wrote', 'day', 'religion', 'mixture', 'christianity', 'taken', 'day', 'repaganism', 'whole_life', 'unworthy', 'ligious', 'exercise', 'year', 'christian', 'humane', 'pagan', 'law', 'bind', 'influence', 'church', 'evil', 'want', 'law', 'day', 'wholly', 'disastrous', 'regard', 'piety', 'purity', 'kept', 'abstaining', 'common', 'business', 'faith', 'life', 'reader', 'requested', 'longer', 'rest', 'ordinary', 'accurate', 'statement', 'fact', 'socrates', 'eccl', 'day', 'christian_church', 'iliatol', 'sabbath', 'chap', 'chapter', 'twelfth', 'book', 'evangelical', 'preparation', 'bear', 'title', 'scandalous', 'proposition', 'lawful', 'fitting', 'use', 'falsehood', 'medicine', 'advantage', 'require', 'method', 'deplored', 'sorrow', 'indignation', 'fatal', 'moment', 'fraud', 'falsehood', 'admitted', 'service', 'religion', 'philosophy', 'emperor', 'suppressed', 'misrepredebate', 'bishop', 'purcell', 'question', 'sented', 'fact', 'extent', 'render', 'ability', 'judge', 'historical', 'question', 'testimony', 'unreliable', 'respect', 'concerning', 'early_church', 'speaking', 'question', 'naturally', 'arise', 'graduating', 'class', 'bethany', 'college', 'tertullian', 'died', 'year', 'year', 'brings', 'year', 'law', 'action', 'worthy', 'constantine', 'law', 'doe', 'heylyn', 'point', 'christian', 'eusebius', 'fathat', 'law', 'restrain', 'men', 'think', 'plain', 'question', 'constantine', 'consideration', 'vorite', 'bishop', 'servile', 'flatterer', 'boring', 'sunday', 'intent', 'exalting', 'constantine', 'christian', 'read', 'alexander', 'campbell', 'open', 'array', 'avowed', 'hostility', 'dangerous', 'lent', 'undisciplined', 'adversary', 'poisoned', 'weapon', 'placed', 'unskillful', 'hand', 'implement', 'self', 'destruction', 'disgraceful', 'enlightened', 'father', 'second', 'abundant', 'biased', 'blinded', 'thority', 'apostolic', 'age', 'century', 'midst', 'trial', 'greatly', 'perverted', 'fact', 'history', 'set', 'apart', 'constantine', 'mind', 'eusebius', 'regarded', 'said', 'highly', 'historian', 'evidence', 'day', 'set', 'apart', 'public', 'auto', 'weigh', 'question', 'consider', 'reasonable', 'solution', 'offered', 'apparent', 'mystery', 'hesitation', 'giving', 'opinion', 'partisan', 'prejudice', 'perversion', 'history', 'men', 'spays', 'conscious', 'motive', 'evil', 'resulting', 'exalted', 'unworthy', 'mean', 'purpose', 'maintaining', 'hat', 'considered', 'worthy', 'end', 'affair', 'necessity', 'time', 'divine_service', 'dialogue', 'lord', 'day', 'year', 'pas', 'away', 'law', 'resting', 'sunday', 'church', 'accustomed', 'hold', 'divine_service', 'day', 'accustomed', 'sixth', 'day', 'honor', 'crucifixion', 'honor', 'resurrection', 'claim', 'scriptural', 'authority', 'edict', 'evince', 'good', 'christian', 'reverence', 'christ', 'time', 'prove', 'stantine', 'famous', 'sunday', 'edict', 'custom', 'abstain', 'come', 'consideration', 'conwill', 'doubt', 'surprised', 'evidence', 'secular', 'labor', 'day', 'history', 'subject', 'able', 'sir', 'doraville', 'closely', 'critically', 'ceive', 'justness', 'remark', 'precedexamined', 'subject', 'wrote', 'follows', 'thing', 'stated', 'eusebius', 'true', 'constantine', 'time', 'christian', 'lowest', 'sense', 'believed', 'christ', 'god', 'believe', 'supreme', 'god', 'created', 'thing', 'consider', 'christian_religion', 'way', 'attaining', 'salvation', 'com', 'keightley', 'speaking', 'murder', 'constantine', 'son', 'given', 'crime', 'present', 'evidence', 'courtly', 'bishop', 'biographer', 'pass', 'silence', 'important', 'action', 'hero', 'certain', 'minute', 'exact', 'inquiry', 'sifting', 'circumstance', 'convinced', 'incapable', 'bearing', 'exposure', 'light', 'ingenuity', 'avail', 'extenuate', 'excuse', 'principle', 'hold', 'profound', 'silence', 'eusebius', 'mysterious', 'transaction', 'conclusive', 'guilt', 'constantine', 'innocence', 'crispus', 'time', 'destructive', 'prelate', 'claim', 'truth', 'integrity', 'bistorian', 'history', 'rome', 'reasonably', 'complain', 'tenor', 'language', 'deny', 'fully', 'justified', 'circumstance', 'eusebius', 'suppression', 'known', 'important', 'fact', 'exalted', 'character', 'constantine', 'crushing', 'fact', 'exist', 'appear', 'bad', 'considered', 'action', 'justified', 'christian', 'institution', 'prove', 'ing', 'whispering', 'tale', 'bearing', 'needlessly', 'menhave', 'noticed', 'extenuating', 'cirshould', 'require', 'authority', 'tioning', 'fault', 'absent', 'person', 'cumstances', 'command', 'disputed', 'emperor', 'soft', 'manner', 'john_wesley', 'ing', 'paragraph', 'year', 'march', 'constantine', 'issued', 'following', 'let', 'judge', 'town', 'people', 'occupation', 'trade', 'rest', 'venerable_day', 'sun', 'let', 'situated', 'country', 'freely', 'liberty', 'attend', 'business', 'agriculture', 'happens', 'day', 'fit', 'sowing', 'corn', 'planting', 'vine', 'lest', 'critical', 'moment', 'let', 'slip', 'men', 'lose', 'commodity', 'granted', 'heaven', 'century', 'christian_era', 'passed', 'away', 'sunday', 'observed', 'christian_church', 'sabbath', 'history', 'doe', 'furnish', 'single', 'proof', 'indication', 'time', 'observed', 'previous', 'sabbatical', 'edict', 'constantine', 'exam', 'text', 'morton', 'missionary', 'reformed', 'presbyterian', 'church', 'address', 'synod', 'said', 'matter', 'great', 'historical', 'place', 'occupy', 'theology', 'interesting', 'event', 'life', 'constainine', 'history', 'point', 'unmistakable', 'directness', 'decree', 'law', 'resting', 'labor', 'sunday', 'position', 'given', 'sunday', 'editor', 'century', 'past', 'important', 'understand', 'real', 'motive', 'actuated', 'emperor', 'giving', 'decree', 'careful', 'observation', 'subject', 'constrained', 'believe', 'effort', 'constantine', 'appear', 'christian', 'emperor', 'hearer', 'relapsing', 'bitterness', 'want', 'reference', 'sunday', 'law', 'kindness', 'wrath', 'lasting', 'displeasure', 'character', 'christian', 'institution', 'want', 'tender', 'heartedness', 'anger', 'true', 'constantine', 'soon', 'want', 'instantly', 'forgivearnest', 'christian', 'time', 'ing', 'clamor', 'brawling', 'issuing', 'decree', 'prove', 'loud', 'harsh', 'rough', 'speaking', 'evil', 'speak', 'day', 'week', 'observed', 'child', 'men', 'sabbath', 'year', 'birth', 'christ', 'ask', 'proof', 'refer', 'theodore', 'beza', 'plainly', 'satisfied', 'witness', 'goodness', 'prove', 'affirmative', 'proposition', 'vindication', 'true', 'sabbath']
root - INFO - extracting file #140500: 2017-04-Final-Corpus/ST18851224-V11-49-page4.txt
root - INFO - extracting file #141000: 2017-04-Final-Corpus/ST18860826-V12-33-page9.txt
root - INFO - ['sign', 'time', 'enoch', 'abraham', 'moses', 'samuel', 'elijah', 'cause', 'god', 'commandment', 'observance', 'sunday', 'speak', 'making', 'david', 'daniel', 'read', 'eleventh', 'chapter', 'verse', 'law', 'matter', 'religious', 'sunday', 'day', 'set', 'paul', 'letter', 'hebrew', 'religion', 'christ', 'understanding', 'teacher', 'apart', 'practice', 'religion', 'age', 'patriarch', 'testimony', 'meditation', 'verse', 'power', 'legislate', 'religious_matters', 'trusted', 'seed', 'bruise', 'ser', 'exists', 'state_church', 'close', 'pent', 'head', 'rejoiced', 'day', 'understood', 'ancient', 'exunion', 'church', 'state', 'state', 'christ', 'faith', 'gospel', 'preached', 'pression', 'denoted', 'honored', 'wisdom', 'force', 'observance', 'church', 'law', 'cor', 'heb', 'prophet', 'kept', 'god', 'precept', 'verse', 'country', 'separation', 'church', 'searched', 'diligently', 'insight', 'hated', 'false', 'way', 'got', 'underand', 'state', 'state', 'professes', 'particular', 'thing', 'spirit', 'christ', 'standing', 'precept', 'verse', 'form', 'christianity', 'religious', 'denomiin', 'testified', 'peter', 'apostle', 'nation', 'equal_rights', 'enjoys', 'privilege', 'proved', 'truthfulness', 'doctrine', 'auous', 'christ', 'testimony', 'spoken', 'aforetime', 'holy', 'men', 'old', 'spoke', 'moved', 'holy', 'ghost', 'law', 'verse', 'apostle', 'exhorted', 'highest', 'state', 'holiness', 'possible', 'mind', 'conceive', 'highest', 'authority', 'appeal', 'written', 'state', 'course', 'law', 'protect', 'citizen', 'right', 'citizen', 'right', 'worship', 'god', 'way', 'plea', 'read', 'psalm', 'shall', 'delight', 'verse', 'appreciate', 'fact', 'went', 'astray', 'lie', 'desired', 'lord', 'foolish', 'state', 'professes', 'particular', 'form', 'overwhelmed', 'grief', 'opinion', 'absurd', 'expect', 'state', 'wicked', 'kept', 'law', 'verse', 'enactment', 'enforcement', 'law', 'favoring', 'follow', 'mischief', 'far', 'particular', 'form', 'christian', 'worship', 'prayed', 'delivered', 'affliction', 'hot', 'forget', 'law', 'verse', 'salvation', 'far', 'wicked', 'seek', 'provided', 'way', 'opposed', 'natural_law', 'thy', 'statute', 'verse', 'good', 'suffior', 'order', 'state', 'protect', 'prac', 'brief', 'remark', 'purpose', 'enter', 'cient', 'reason', 'tice', 'religion', 'simply', 'absurd', 'analysis', 'lengthy', 'examination', 'lip', 'praise', 'god', 'inand', 'tyrannical', 'force', 'anybody', 'observe', 'law', 'think', 'necessary', 'salvation', 'soul', 'think', 'useless', 'psalm', 'prominent', 'point', 'noticed', 'structed', 'statute', 'verse', 'fervent', 'piety', 'writer', 'longed', 'salvation', 'god', 'law', 'spirit', 'meekness', 'submission', 'seek', 'forget', 'commandment', 'christian_religion', 'right', 'exact', 'constant', 'recognition', 'verse', 'dependence', 'need', 'help', 'mercy', 'impressive', 'contrast', 'right', 'said', 'psalm', 'ain', 'wrong', 'good', 'evil', 'based', 'regard', 'evidence', 'deep', 'religious', 'experience', 'law', 'hate', 'vain', 'thought', 'thy_law', 'man', 'devotional', 'atlove', 'verse', 'hate', 'abhor', 'lying', 'tained', 'deep', 'knowledge', 'thing', 'god', 'thy_law', 'love', 'verse', 'case', 'psalmist', 'declared', 'righteousness', 'god', 'learned', 'contentment', 'lot', 'everlasting', 'righteousness', 'law', 'truth', 'ceased', 'envy', 'prosperity', 'wicked', 'verse', 'great', 'peace', 'love', 'sanctuary', 'god', 'run', 'way', 'commandment', 'comfort', 'delight', 'heart', 'verse', 'saint', 'god', 'knew', 'won', 'longed', 'understanding', 'ders', 'statute', 'heaven', 'word', 'law', 'whole_heart', 'verse', 'jehovah', 'seen', 'conits', 'citizen', 'observance', 'law', 'purely', 'religious', 'protect', 'citizen', 'practice', 'religion', 'force', 'religious_observance', 'guide', 'regard', 'sunday', 'observance', 'legislate', 'matter', 'answer', 'question', 'instituted', 'sunday', 'religious', 'day', 'know', 'old', 'law', 'god', 'commanded', 'sanctification', 'seventh', 'day', 'saturday', 'celebrate', 'sunday', 'saturday', 'religious', 'day', 'replaced', 'saturday', 'jew', 'sunday', 'christian', 'know', 'tradition', 'church', 'commemoration', 'resurrection', 'christ', 'descent', 'holy', 'ghost', 'event', 'took', 'place', 'sunday', 'distinguish', 'christian', 'jew', 'church', 'church', 'christ', 'given', 'power', 'law', 'transfer', 'sabbath', 'saturday', 'sunlearned', 'end', 'evil', 'doer', 'faithfulness', 'jehovah', 'delight', 'testimony', 'law', 'verse', 'view', 'expressed', 'expression', 'truth', 'love', 'law', 'god', 'ground', 'righteousness', 'breadth', 'perfection', 'source', 'comwork', 'piety', 'reverence', 'spring', 'fort', 'hope', 'teaching', 'wisdom', 'god', 'religious', 'joy', 'notice', 'exprayed', 'open', 'thou', 'eye', 'bepressions', 'psalm', 'hold', 'wondrous', 'thing', 'thy_law', 'verse', 'desire', 'enlargement', 'heart', 'wisdom', 'righteousness', 'salvation', 'walk', 'liberty', 'sought', 'preceived', 'add', 'david', 'said', 'day', 'lay', 'law', 'cepts', 'god', 'verse', 'compare', 'james', 'law', 'quoting', 'word', 'inspiration', 'law', 'liberty', 'new_testament', 'law', 'holy', 'comthe', 'observance', 'sunday', 'desire', 'know', 'sunday', 'observed', 'consult', 'church', 'legislate', 'matter', 'law', 'binding', 'received', 'power', 'christ', 'regulation', 'law', 'relating', 'religion', 'whatsoever', 'comforted', 'affliction', 'word', 'mandment', 'holy', 'good', 'god', 'quickened', 'verse', 'horror', 'wicked', 'forsook', 'law', 'verse', 'sunday', 'state', 'following', 'article', 'catholic', 'shall', 'bound', 'earth', 'shall', 'bound', 'turned', 'foot', 'lord', 'testimony', 'mirror', 'july', 'reprinted', 'louis', 'heaven', 'whatsoever', 'shall', 'loosed', 'thought', 'way', 'good_example', 'verse', 'sunday', 'republican', 'late', 'date', 'commend', 'earth', 'shall', 'loosed', 'heaven', 'arise', 'midnight', 'thanks', 'consideration', 'protestant', 'general', 'easily', 'regula', 'god', 'righteous', 'judgment', 'verse', 'national', 'reform', 'party', 'particular', 'tion', 'catholic_church', 'regard', 'sunday', 'observance', 'requires', 'faithful', 'reached', 'age', 'seven', 'able', 'present', 'sacrithat', 'learn', 'lord', 'statute', 'verse', 'law', 'observance', 'sunday', 'legislation', 'enfice', 'mass', 'abstain', 'case', 'seven', 'time', 'day', 'worshiped', 'giving', 'praise', 'judgment', 'verse', 'favor', 'sunday', 'law', 'argument', 'sound', 'acknowledged', 'affliction', 'good', 'plainly', 'set', 'forth', 'fact', 'tirely', 'matter', 'religious', 'nature', 'necessity', 'servile', 'hard', 'manualgold', 'silver', 'verse', 'sermon', 'instruction', 'spend', 'time', 'esteemed', 'law', 'better', 'thousand', 'church', 'state', 'article', 'written', 'labor', 'advises', 'faithful', 'present', 'kind', 'religion', 'desired', 'quickened', 'loving', 'kindwe', 'like', 'exceedingly', 'protestant', 'law', 'delight', 'verse', 'man', 'fulfilled', 'mass', 'spent', 'day', 'religious_exercises', 'church', 'liberty', 'spend', 'remainder', 'sunday', 'innocent', 'amusement', 'know', 'amusement', 'abused', 'occasion', 'sin', 'shall', 'opinion', 'worth', 'seen', 'end', 'perfection', 'thy', 'law', 'catholic_church', 'commandment', 'exceeding', 'broad', 'verse', 'binding', 'force', 'christian', 'worthy', 'note', 'claim', 'perfection', 'unreasonable', 'controversy', 'day', 'limited', 'view', 'break', 'sunday', 'observance', 'catholic_priest', 'rev', 'hart', 'louis', 'prayer', 'good_reading', 'church', 'doe', 'forbid', 'ness', 'god', 'testimony', 'observes', 'sunday', 'demand', 'sunday', 'law', 'attempt', 'power', 'forbid', 'innocent', 'amusement', 'verse', 'perished', 'affliction', 'refutation', 'argument', 'soever', 'description', 'church', 'set', 'apart', 'sunday', 'day', 'special', 'divine', 'regard', 'question', 'sabbath', 'observance', 'worship', 'day', 'rest', 'relaxation', 'law', 'god', 'occasion', 'late', 'sabbath', 'breaking', 'appeal', 'legisthen', 'amusement', 'abuse', 'point', 'antinomianism', 'holiness', 'lature', 'executive', 'enacting', 'enclaimants', 'forcing', 'sunday', 'law', 'psalmist', 'wiser', 'enemy', 'men', 'speak', 'making', 'law', 'condemned', 'abuse', 'separated', 'amusement', 'amusement', 'longer', 'innocent', 'forbidden', 'week', 'day', 'sunday']
root - INFO - extracting file #141500: 2017-04-Final-Corpus/ST18870818-V13-32-page6.txt
root - INFO - extracting file #142000: 2017-04-Final-Corpus/ST18890218-V15-07-page6.txt
root - INFO - ['special', 'contributor', 'waggoner', 'tenney', 'oakland', 'cal', 'second', 'day', 'february', 'tile', 'sig', 'vol', 'discern', 'sign', 'time', 'church', 'rome', 'roman', 'thank', 'god', 'jesus_christ', 'faith', 'spoken', 'whole_world', 'vast', 'difference', 'church', 'rome', 'paul', 'day', 'church', 'rome', 'day', 'faith', 'spoken', 'whole_world', 'superstition', 'object', 'comment', 'faith', 'spoken', 'whole_world', 'substituted', 'faith', 'published', 'whole_world', 'good_thing', 'faith', 'church', 'marked', 'attract', 'attention', 'faith', 'church', 'rome', 'came', 'known', 'widely', 'roman', 'told', 'everybody', 'thing', 'proved', 'people', 'faith', 'faith', 'thing', 'seen', 'result', 'faith', 'seen', 'faith', 'roman', 'generally', 'known', 'nineteenth', 'verse', 'chapter', 'paul', 'obedience', 'come', 'abroad', 'unto', 'true', 'faith', 'work', 'obedience', 'seen', 'christian', 'rome', 'mean', 'knowing', 'large_church', 'consider', 'character', 'city', 'know', 'number', 'christian', 'small', 'comparison', 'entire_population', 'heathen', 'city', 'nero', 'synonym', 'wicked', 'cruel', 'licentious', 'emperor', 'paul', 'wrote', 'epistle', 'character', 'king', 'court', 'largely', 'determine', 'general', 'character', 'people', 'lower', 'order', 'ape', 'custom', 'moral', 'higher', 'love', 'place', 'power', 'desire', 'recognition', 'loyalty', 'powerful', 'factor', 'leading', 'men', 'conform', 'whim', 'sentiment', 'moral', 'emperor', 'history', 'tell', 'society', 'rome', 'time', 'rotten', 'word', 'condition', 'thing', 'vice', 'nero', 'luxurious', 'elegant', 'taste', 'spent', 'money', 'lavishly', 'adorning', 'city', 'effeminate', 'vice', 'accompanies', 'lavish', 'expenditure', 'wealth', 'rome', 'metropolis', 'world', 'simply', 'population', 'matter', 'business', 'fashion', 'london', 'paris', 'time', 'course', 'thought', 'practice', 'great_mass', 'people', 'rome', 'christian', 'midst', 'sink', 'iniquity', 'lived', 'handful', 'people', 'faith', 'spoken', 'whole_world', 'emphatically', 'peculiar_people', 'world', 'fact', 'lived', 'populous', 'fashionable', 'wicked', 'city', 'world', 'hinder', 'living', 'soberly', 'righteously', 'godly', 'right', 'faith', 'christian', 'spoken', 'necessary', 'speaking', 'faith', 'known', 'christ', 'light', 'world', 'city', 'set', 'hill', 'hid', 'men', 'light', 'candle', 'bushel', 'candlestick', 'giveth', 'light', 'house', 'let', 'light', 'shine', 'men', 'good_works', 'glorify', 'father', 'heaven', 'matt', 'let', 'allow', 'light', 'shine', 'light', 'world', 'necessarily', 'darker', 'night', 'plainly', 'lighted', 'candle', 'room', 'moral_darkness', 'world', 'distinctly', 'light', 'truth', 'seen', 'life', 'christian', 'blameless', 'harmless', 'son', 'god', 'midst', 'crooked', 'perverse', 'generation', 'shine', 'light', 'phil', 'christian', 'christ', 'representative', 'world', 'world', 'learn', 'christ', 'follower', 'light', 'world', 'receiving', 'light', 'transmit', 'undimmed', 'heavenly', 'light', 'shining', 'shall', 'increase', 'blend', 'everlasting', 'glory', 'shall', 'cover', 'whole_earth', 'rest', 'people', 'god', 'friend', 'asks', 'explanation', 'heb', 'accordingly', 'following', 'brief', 'think', 'sufficient', 'key', 'entire', 'chapter', 'god', 'abraham', 'promise', 'inheritance', 'known', 'quote', 'text', 'gen', 'lord', 'said', 'unto', 'abram', 'lot', 'separated', 'lift', 'thine_eyes', 'look', 'place', 'thou', 'art', 'northward', 'southward', 'eastward', 'westward', 'land', 'thou', 'seest', 'thee', 'thy_seed', 'forever', 'thy_seed', 'dust', 'earth', 'man', 'number', 'dust', 'earth', 'shall', 'thy_seed', 'numbered', 'arise', 'walk', 'land', 'length', 'breadth', 'unto_thee', 'lord', 'said', 'abraham', 'offered', 'isaac', 'multiply', 'thy_seed', 'star', 'heaven', 'sand', 'sea', 'shore', 'thy_seed', 'shall', 'posse', 'gate', 'enemy', 'gen', 'putting', 'text', 'learn', 'inheritance', 'promised', 'abraham', 'contemplated', 'peaceable', 'quiet', 'possession', 'land', 'simply', 'square_mile', 'whole_world', 'rom', 'pursuance', 'promise', 'load', 'delivered', 'child', 'israel', 'egyptain', 'bondage', 'passing', 'wandering', 'wilderness', 'come', 'address', 'moses', 'child', 'israel', 'death', 'speaking', 'tribe', 'reuben', 'gad', 'half', 'tribe', 'manasseh', 'allowed', 'settle', 'east', 'jordon', 'said', 'lord', 'god', 'bath', 'given', 'land', 'posse', 'shall', 'pas', 'armed', 'brother', 'child', 'israel', 'lord', 'given', 'rest_unto', 'brother', 'unto', 'posse', 'land', 'lord', 'god', 'bath', 'given', 'jordan', 'shall', 'return', 'man', 'unto', 'possession', 'given', 'deut', 'learn', 'giving', 'rest', 'establishing', 'possession', 'thing', 'shown', 'following', 'word', 'come', 'rest', 'inheritance', 'lord', 'god', 'giveth', 'jordan', 'dwell', 'land', 'lord', 'god', 'giveth', 'inherit', 'giveth', 'rest', 'enemy', 'round', 'dwell', 'safety', 'shall', 'place', 'deut', 'confirmation', 'idea', 'promised', 'rest', 'comprehended', 'quiet', 'possession', 'land', 'read', 'sam', 'king', 'sat', 'house', 'lord', 'given', 'rest', 'round', 'enemy', 'thought', 'build', 'house', 'lord', 'refusing', 'allow', 'work', 'lord', 'great', 'promise', 'david', 'said', 'appoint', 'place', 'people', 'israel', 'plant', 'dwell', 'place', 'shall', 'child', 'wickedness', 'afflict', 'time', 'sam', 'evident', 'rest', 'promised', 'israelite', 'inheritance', 'rest', 'joshua', 'led', 'written', 'lord', 'gave', 'rest', 'round', 'according', 'sware', 'unto', 'father', 'stood', 'man', 'enemy', 'lord', 'delivered', 'enemy', 'hand', 'josh', 'face', 'declaration', 'apostle', 'declares', 'heb', 'margin', 'joshua', 'rest', 'lord', 'afterward', 'spoke', 'day', 'secure', 'read', 'sam', 'promise', 'rest', 'joshua', 'given', 'rest', 'day', 'spoken', 'god', 'israelite', 'land', 'canaan', 'abraham', 'act', 'isaac', 'jacob', 'promise', 'abraham', 'apostle', 'mentioning', 'patriarch', 'worthy', 'having', 'obtained', 'good_report', 'faith', 'received', 'promise', 'god', 'having', 'provided', 'better', 'thing', 'perfect', 'heb', 'possession', 'land', 'canaan', 'israelite', 'specification', 'promise', 'evident', 'fact', 'peace', 'lord', 'renewed', 'promise', 'sam', 'shall', 'explain', 'statement', 'josh', 'god', 'gave', 'israelite', 'promised', 'simply', 'ground', 'partial', 'inheritance', 'complete', 'obeyed', 'trusted', 'god', 'complete', 'rest', 'inheritance', 'promised', 'abraham', 'evident', 'fact', 'promise', 'included', 'possession', 'whole_world', 'rom', 'jer', 'know', 'god', 'designed', 'israelite', 'forever', 'established', 'land', 'canaan', 'capital', 'jerusalem', 'capital', 'whole_world', 'new', 'jerusalem', 'capital', 'earth', 'new', 'given', 'possession', 'capital', 'inheritance', 'entered', 'possession', 'thereof', 'unbelief', 'bad', 'lord', 'slack', 'concerning', 'promise', 'remaineth', 'rest', 'people', 'god', 'rest', 'promised', 'abraham', 'whole_earth', 'evil', 'doer', 'cut', 'meek', 'shall', 'inherit', 'earth', 'shall', 'delight', 'abundance', 'peace', 'fact', 'enter', 'rest', 'unbelief', 'doe', 'invalidate', 'promise', 'believe', 'shall', 'enter', 'rest', 'prepared', 'completed', 'foundation', 'world', 'god', 'allow', 'original', 'plan', 'frustrated', 'knowledge', 'earth', 'rest', 'promised', 'abraham', 'seed', 'remains', 'believe', 'easy', 'understand', 'heb', 'relation', 'fact', 'stated', 'bear', 'rest', 'apostle', 'god', 'rest', 'seventh', 'day', 'work', 'positive', 'proof', 'statement', 'work', 'finished', 'foundation', 'world', 'gen', 'god', 'rested', 'seventh', 'day', 'work', 'blessing', 'pronounced', 'seventh', 'day', 'restea', 'work', 'god', 'created', 'earth', 'inhabited', 'isa', 'gave', 'man', 'peaceful', 'abode', 'fact', 'rested', 'seventh', 'day', 'proof', 'waggoner', 'alonzo', 'jones', 'editor', 'haskell', 'wilcox']
root - INFO - extracting file #142500: 2017-04-Final-Corpus/ST18891014-V15-39-page10.txt
root - INFO - extracting file #143000: 2017-04-Final-Corpus/ST18930123-V19-12-page15.txt
root - INFO - ['january', 'sign', 'time', 'thou', 'perish', 'mark', 'express', 'impatient', 'reproachful', 'entreaty', 'master', 'master', 'perish', 'language', 'despair', 'word', 'god', 'stilled', 'wave', 'danger', 'water', 'swallow', 'ship', 'lie', 'master', 'ocean', 'earth', 'sky', 'power', 'harm', 'heart', 'christ', 'dwells', 'faith', 'general', 'note', 'miracle', 'referred', 'lesson', 'illustrate', 'power', 'word', 'disease', 'evil_spirit', 'element', 'convey', 'important', 'instruction', 'bearing', 'christian_experience', 'sick', 'sin', 'isa', 'god', 'cleanse', 'sin', 'child', 'enable', 'live', 'holy', 'life', 'power', 'word', 'john', 'cleanse', 'unrighteousness', 'john', 'god', 'desire', 'thou', 'clean', 'mark', 'believe', 'able', 'matt', 'old', 'day', 'according', 'faith', 'unto', 'verse', 'compare', 'mark', 'result', 'disease', 'finally', 'death', 'sin', 'end', 'second', 'death', 'james', 'rom', 'satan', 'power', 'death', 'heb', 'prince', 'world', 'john', 'christ', 'overcome', 'world', 'john', 'meeting', 'temptation', 'satan', 'word', 'god', 'read', 'matt', 'sword', 'spirit', 'eph', 'faith', 'tile', 'power', 'victory', 'john', 'lazarus', 'came', 'forth', 'grave', 'response', 'word', 'christ', 'john', 'bound', 'hand', 'foot', 'authority', 'said', 'loose', 'dead', 'alive', 'eph', 'set', 'free', 'power', 'sin', 'john', 'graf', 'brought', 'forth', 'power', 'word', 'john', 'christ', 'given', 'peace', 'follower', 'john', 'wicked', 'know', 'peace', 'isa', 'storm', 'life', 'arise', 'word', 'bring', 'calm', 'lake', 'christ', 'power', 'element', 'shown', 'walking', 'water', 'said', 'peter', 'come', 'matt', 'gave', 'word', 'walk', 'sustained', 'long', 'doubt', 'word', 'god', 'placed', 'earth', 'heb', 'upheld', 'word', 'heb', 'renewed', 'heb', 'word', 'come', 'upheld', 'peter', 'spoken', 'saint', 'matt', 'meet', 'lord', 'air', 'thess', 'miracle', 'recorded', 'purpose', 'john', 'lead', 'unshaken', 'confidence', 'power', 'god', 'word', 'manifested', 'salvation', 'suggestive', 'question', 'tile', 'miracle', 'satan', 'power', 'perform', 'distinguished', 'wrought', 'power', 'god', 'word', 'relation', 'faith', 'cure', 'christian', 'science', 'subject', 'present', 'treatment', 'god', 'word', 'eminent', 'men', 'prepare', 'people', 'false', 'revival', 'day', 'jew', 'otes', 'week', 'ending', 'january', 'religious', 'southern', 'california', 'sunday', 'school_association', 'hold', 'day', 'convention', 'santa', 'ana', 'beginning', 'march', 'monsignor', 'satolli', 'permanent', 'apostolicdelegate', 'theunitedstates', 'nearly', 'pope', 'possible', 'country', 'vicegerent', 'come', 'beth', 'eden', 'baptist', 'church', 'colored', 'city', 'trouble', 'pastor', 'time', 'ago', 'took', 'strong', 'ground', 'ball', 'party', 'cake', 'walk', 'member', 'ref', 'sed', 'counsel', 'regard', 'cake', 'walk', 'expelled', 'refused', 'recognize', 'expulsion', 'called', 'parte', 'council', 'matter', 'pastor', 'called', 'rev', 'frank', 'dixon', 'hie', 'aid', 'issued', 'address', 'baptist', 'church', 'opposes', 'parte', 'council', 'general', 'far', 'generally', 'devil', 'writer', 'california', 'christian', 'advocatesays', 'general_conference', 'church', 'table', 'committee', 'heaped', 'petition', 'christian', 'endeavor', 'society', 'praying', 'repeal', 'disciplinary', 'restriction', 'fashionable', 'amusement', 'new', 'theater', 'city', 'close', 'presbyterian', 'church', 'sunday', 'evening_services', 'annoyingly', 'mingled', 'loud', 'strain', 'theatrical', 'music', 'petition', 'circulated', 'numerously', 'signed', 'asking', 'manager', 'playhouse', 'stop', 'sunday', 'evening', 'performance', 'tile', 'california', 'christian', 'advocate', 'editorially', 'glad', 'notice', 'growing', 'attention', 'paid', 'easter', 'christmas', 'religious', 'festival', 'festival', 'purely', 'roman', 'origin', 'easure', 'editor', 'expressed', 'mean', 'glad', 'church', 'moving', 'rome', 'speaker', 'california', 'assembly', 'felt', 'constrained', 'reprimand', 'body', 'lack', 'attention', 'opening', 'prayer', 'said', 'august', 'body', 'supposed', 'represent', 'better', 'element', 'society', 'surprised', 'proper', 'attention', 'given', 'prayer', 'offered', 'chaplain', 'demanded', 'respectful', 'attention', 'given', 'future', 'announced', 'mandate', 'pope', 'bishop', 'send', 'sealed', 'letter', 'directly', 'satolli', 'personal', 'conscientious', 'opinion', 'proposition', 'school', 'question', 'satolli', 'pope', 'laid', 'new', 'york', 'conference', 'archbishop', 'november', 'mandate', 'doe', 'suggest', 'likelihood', 'pope', 'changing', 'view', 'question', 'minister', 'city', 'noted', 'puffing', 'thing', 'speaking', 'closing', 'theater', 'sunday', 'evening', 'people', 'wrong', 'ida', 'think', 'minister', 'position', 'hope', 'increase', 'attendance', 'church_service', 'merely', 'want', 'american', 'sabbath', 'distinct', 'europe', 'exposed', 'radical', 'difference', 'man', 'counterfeit', 'sabbath', 'lord', 'commandment', 'lord', 'abbath', 'universal', 'appli', 'mtion', 'doe', 'recognize', 'european', 'mbatii', 'american', 'sabbath', 'commandment', 'seventh', 'day', 'sabbath', 'lord_thy', 'california', 'world', 'fair', 'exhibit', 'preliminary', 'exhibition', 'mechanic', 'pavilion', 'san_francisco', 'miniature', 'representation', 'state', 'building', 'chicago', 'constructed', 'orange', 'striking', 'feature', 'attorney', 'general', 'standish', 'north', 'dakota', 'issued', 'proclamation', 'announcing', 'purpose', 'enforce', 'prohibition', 'law', 'calling', 'violator', 'thereof', 'unlawful', 'business', 'suffer', 'consequence', 'time', 'officer', 'crew', 'steamer', 'olsen', 'arrest', 'san_francisco', 'charged', 'smuggling', 'united', 'state', 'thirty', 'chinaman', 'quantity', 'opium', 'chinaman', 'landed', 'monterey', 'safe', 'identification', 'town', 'hyattsville', 'suburb', 'washington', 'said', 'success', 'running', 'municipal', 'government', 'singe', 'tax', 'theory', 'tax', 'land', 'supreme_court', 'decided', 'plan', 'constitutional', 'new', 'populist', 'governor', 'wyoming', 'opposed', 'capital', 'punishment', 'official', 'act', 'respite', 'ninety', 'day', 'murderer', 'sentence', 'death', 'respite', 'granted', 'order', 'legislature', 'time', 'repeal', 'death', 'penalty', 'strike', 'english', 'cotton', 'manufacturing', 'operative', 'began', 'october', 'unsettled', 'strike', 'cent', 'reduction', 'wage', 'yield', 'altliou', 'destitution', 'time', 'rank', 'striker', 'burglar', 'los_angeles', 'attempting', 'blow', 'open', 'safe', 'week', 'powder', 'building', 'story', 'brick', 'ruined', 'window', 'distance', 'broken', 'safe', 'door', 'blown', 'street', 'burglar', 'escaped', 'wait', 'plunder', 'report', 'rife', 'severe', 'storm', 'extreme', 'cold_weather', 'western', 'state', 'far', 'south', 'tennessee', 'nashville', 'tennessee', 'river', 'frozen', 'inst', 'time', 'year', 'iowa', 'kansa', 'thermometer', 'marked', 'degree', 'zero', 'board', 'supervisor', 'merced', 'county', 'cal', 'passed', 'ordinance', 'fixing', 'license', 'fee', 'quarter', 'payable', 'advance', 'saloon', 'place', 'liquor', 'sold', 'given', 'away', 'connection', 'article', 'strong_effort', 'secure', 'passage', 'sunday', 'closing', 'law', 'instance', 'united', 'state', 'government', 'president', 'colombia', 'refused', 'renew', 'control', 'franchise', 'panama', 'railroad', 'frenchman', 'controlling', 'time', 'recently', 'attempted', 'cut', 'privilege', 'pacific', 'mail', 'steamship', 'company', 'parkersburg', 'dispatch', 'owing', 'snow', 'blockade', 'country', 'road', 'actual', 'famine', 'elizabeth', 'wirt', 'county', 'morgantown', 'state', 'reported', 'ice', 'gorge', 'river', 'fourteen', 'foot', 'believed', 'mpnongahela', 'river', 'frozen', 'late', 'telegram', 'report', 'daring', 'attempt', 'kidnap', 'prince', 'montenegro', 'men', 'plot', 'discovered', 'time', 'troop', 'summoned', 'met', 'conspirator', 'outside', 'city', 'cettinue', 'battle', 'ensued', 'thirty', 'conspirator', 'killed', 'ninety', 'wounded', 'thirty', 'rested', 'escaped', 'steamer', 'china', 'brought', 'san_francisco', 'ton', 'raw', 'silk', 'valued', 'brought', 'china', 'mail', 'containing', 'news', 'great', 'kam', 'fifty', 'mile', 'canton', 'nearly', 'people', 'burned', 'smothered', 'death', 'house', 'destroyed', 'set', 'robber', 'temple', 'caught', 'great', 'theater', 'packed', 'people', 'coldest', 'weather', 'experienced', 'year', 'atlantic', 'state', 'press', 'dispatch', 'said', 'weather', 'time', 'inst', 'steamer', 'new', 'york', 'bay', 'fast', 'ice', 'delaware', 'river', 'chesapeake', 'bay', 'frozen', 'said', 'suffering', 'mountain', 'pennsylvania', 'louisville', 'dispatch', 'report', 'ohio', 'river', 'frozen', 'said', 'ice', 'niagara', 'fall', 'known', 'year', 'introduced', 'california', 'legislature', 'providing', 'employe', 'shall', 'compelled', 'labor', 'consecutive', 'day', 'day', 'rest', 'reference', 'particular_day', 'rest', 'advocate', 'sunday', 'law', 'beenpleading', 'law', 'ground', 'solicitude', 'workingman', 'needed', 'rest', 'satisfied', 'law', 'doe', 'specify', 'sunday', 'particular_day', 'rest', 'needed', 'introduce', 'sunday', 'prove', 'time', 'asserted', 'sanitary', 'plea', 'mere', 'subterfuge', 'recognition', 'princiny', 'religious', 'day', 'end', 'view', 'god', 'raw', 'secular', 'effort', 'isbeing', 'combine', 'salmon', 'cannery', 'alaska', 'combination', 'include', 'capital', 'late', 'case', 'cholera', 'hamburg', 'spanish', 'steamer', 'murziano', 'arrived', 'new', 'orleans', 'sadden', 'rush', 'water', 'coal', 'penzance', 'cornwall', 'england', 'inst', 'caused', 'death', 'nineteen', 'miner', 'explosion', 'occurred', 'tile', 'union', 'pacific', 'coal', 'king', 'colorado', 'inst', 'causing', 'time', 'death', 'seven', 'miner', 'col', 'creed', 'raymond', 'leading', 'lawyer', 'california', 'tile', 'compiler', 'time', 'state', 'code', 'lied', 'san_francisco', 'inst', 'gen', 'butler', 'massachusetts', 'died', 'nvashington', 'inst', 'year', 'age', 'eath', 'sudden', 'caused', 'pneumonia', 'louis', 'hotel', 'duluth', 'minnesota', 'entirely', 'destroyed', 'time', 'inst', 'men', 'woman', 'burned', 'death', 'tinanc', 'loss', 'workman', 'forge', 'department', 'american', 'tool', 'company', 'beaver', 'fall', 'pennsylvania', 'received', 'notice', 'reduction', 'nearly', 'cent', 'wage', 'hamburg', 'dispatch', 'inst', 'steamship', 'sighted', 'cuxhaven', 'drifting', 'midst', 'enormous', 'ice', 'floe', 'steam', 'apparently', 'helpless', 'boston', 'mass', 'inst', 'destroyed', 'house', 'merchandise', 'value', 'principally', 'federal', 'sumner', 'street', 'fireman', 'seriously', 'injured', 'time', 'village', 'chateaugua', 'franklin', 'county', 'inst', 'destroyed', 'business', 'house', 'time', 'loss', 'estimated', 'thermometer', 'marked', 'zero', 'broke', 'charles', 'lesseps', 'turned', 'prominent_men', 'france', 'received', 'brib', 'panama', 'canal', 'company', 'influence', 'obtaining', 'credit', 'stock', 'subscription', 'pressure', 'great', 'ministry', 'deemed', 'expedient', 'resign', 'body', 'tirm', 'whole_country', 'shocked', 'extent', 'exposure', 'time', 'enemy', 'republic', 'disposed', 'imarrassment', 'time', 'government']
root - INFO - extracting file #143500: 2017-04-Final-Corpus/ST18931106-V20-01-page19.txt
root - INFO - extracting file #144000: 2017-04-Final-Corpus/ST18940618-V20-32-page5.txt
root - INFO - ['june', 'sign', 'time', 'hand', 'shall', 'drink', 'wine', 'wrath', 'god', 'poured', 'mixture', 'cup', 'indignation', 'church', 'god', 'despised', 'persecuted', 'world', 'educated', 'disciplined', 'school', 'christ', 'walk', 'narrow', 'path', 'earth', 'purified', 'furnace', 'affliction', 'jesus', 'sake', 'endure', 'opposition', 'hatred', 'calumny', 'follow', 'christ', 'sore', 'conflict', 'endure', 'self', 'denial', 'experience', 'hitter', 'disappointment', 'painful', 'experience', 'teach', 'guilt', 'woe', 'sin', 'look', 'abhorrence', 'partaker', 'christ', 'suffering', 'destined', 'partaker', 'glory', 'holy', 'vision', 'prophet', 'saw', 'triumph', 'people', 'god', 'saw', 'sea', 'glass', 'mingled', 'gotten', 'victory', 'beast', 'image', 'mark', 'number', 'stand', 'sea', 'glass', 'having', 'harp', 'god', 'sing', 'song', 'moses', 'servant', 'god', 'song', 'lamb', 'saying', 'great', 'marvelous', 'thy', 'work', 'lord', 'god_almighty', 'true', 'thy', 'way', 'thou', 'king', 'saint', 'primitive', 'persecution', 'elder', 'kimball', 'article', 'series', 'early', 'apostasy', 'studied', 'conversion', 'constantine', 'church', 'weakened', 'subdued', 'apostasy', 'beset', 'roman', 'sword', 'avowed', 'design', 'enemy', 'wholly', 'break', 'allegiance', 'god', 'sweep', 'existence', 'satan', 'dire', 'malignity', 'cast', 'ground', 'stamp', 'hated', 'follower', 'christ', 'onslaught', 'nero', 'described', 'tacitus', 'heathen', 'historian', 'vast', 'multitude', 'convicted', 'charge', 'making', 'conflagration', 'burning', 'rome', 'hating', 'human_race', 'persecution', 'followed', 'domitian', 'trajan', 'hadrian', 'marcus', 'aurelius', 'emperor', 'reign', 'war', 'earthquake', 'inundation', 'famine', 'pestilence', 'swept', 'empire', 'recovered', 'fulfilling', 'christ', 'word', 'matt', 'hated', 'christian', 'impiety', 'rendering', 'allegiance', 'god', 'held', 'cause', 'great', 'disaster', 'septimius', 'severus', 'persecution', 'tile', 'reign', 'caracalla', 'decjus', 'reign', 'maximinus', 'earthquake', 'calamity', 'rile', 'usual', 'set', 'christian', 'account', 'followed', 'decius', 'christian', 'required', 'appear', 'magistrate', 'given', 'time', 'abjure', 'christ', 'sacrifice', 'possible', 'extirpated', 'christianity', 'gallus', 'pestilence', 'drought', 'famine', 'experienced', 'usual', 'raised', 'christian', 'lion', 'persecution', 'continued', 'valerian', 'aurelian', 'diocletian', 'maxi', 'mian', 'time', 'associated', 'government', 'fiery', 'persecutor', 'thousand', 'thousand', 'death', 'time', 'diocletian', 'associate', 'government', 'maximian', 'galerius', 'period', 'known', 'era', 'martyr', 'time', 'learned', 'french', 'writer', 'monsieur', 'god', 'eau', 'computes', 'number', 'death', 'month', 'seventeen', 'thousand', 'continuance', 'province', 'egypt', 'fifty', 'thousand', 'died', 'tile', 'violence', 'persecutor', 'time', 'number', 'fatigue', 'banishment', 'working', 'public', 'condemned', 'life', 'sacrificed', 'entire', 'empire', 'conceive', 'christianity', 'way', 'revived', 'church', 'satan', 'offer', 'kingdom', 'world', 'tile', 'condition', 'christ', 'wilderness', 'soon', 'church', 'asserted', 'liberty', 'drawn', 'sword', 'servile', 'taskmaster', 'vice', 'lordly', 'paramour', 'conversion', 'constantine', 'mark', 'decided', 'era', 'catholicism', 'edict', 'signed', 'galerius', 'constantine', 'licinius', 'proclaimed', 'toleration', 'matter', 'religion', 'tile', 'edict', 'milan', 'gave', 'unrestricted', 'liberty', 'sacred', 'right', 'conscience', 'asserted', 'reason', 'liberty', 'constantine', 'marched', 'france', 'italy', 'xentius', 'expedition', 'involved', 'future', 'destiny', 'extreme', 'anxiety', 'earnestly', 'meditated', 'aid', 'deity', 'sought', 'patronage', 'god', 'expedition', 'successful', 'claimed', 'sun', 'invincible', 'deity', 'blazing', 'sun', 'noon', 'standing', 'army', 'told', 'eusebius', 'luminous', 'cross', 'written', 'hoc', 'signo', 'vinces', 'sign', 'thou_shalt', 'conquer', 'policy', 'conquest', 'universal', 'dominion', 'filled', 'thought', 'turn', 'boor', 'robber', 'murderer', 'madman', 'whole_life', 'moment', 'allow', 'god', 'visited', 'stimulate', 'conquest', 'glut', 'reeking', 'sword', 'bowed', 'knee', 'aid', 'christian', 'god', 'asserted', 'conflict', 'licinius', 'assumed', 'religious', 'phase', 'struggle', 'rival', 'religion', 'paganism', 'catholicism', 'fifty', 'men', 'endinent', 'piety', 'carried', 'labarum', 'standard', 'cross', 'multitude', 'priest', 'thronged', 'train', 'blood', 'dust', 'battle', 'constantine', 'came', 'forth', 'victorious', 'generally', 'specified', 'final', 'step', 'conversion', 'great', 'sword', 'constantine', 'achieved', 'final', 'conquest', 'roman_empire', 'church', 'catholic', 'briefest', 'possible', 'summary', 'time', 'constantine', 'bishop', 'external', 'clergy', 'principal', 'disturber', 'empire', 'orthodoxy', 'heterodoxy', 'settled', 'father', 'council', 'bishop', 'exalted', 'ruler', 'governor', 'king', 'potentate', 'earthly', 'god', 'chorepiscopi', 'country', 'bishop', 'subjected', 'metropolitan', 'laity', 'unwarrantably', 'divided', 'faithful', 'catechumen', 'kneeler', 'hearer', 'sermon', 'acceptable', 'hearer', 'applauded', 'vociferously', 'bishop', 'empowered', 'government', 'hear', 'decide', 'ecclesiastical', 'according', 'eusebius', 'sozomen', 'civil', 'case', 'adjudicature', 'civil', 'magistrate', 'party', 'deferred', 'bishop', 'desired', 'instead', 'final', 'appeal', 'bring', 'emperor', 'constantine', 'forbade', 'heathen', 'interfere', 'christian', 'soon', 'edict', 'began', 'interfere', 'heathen', 'private', 'sacrifice', 'forbidden', 'heathen', 'temple', 'demolished', 'decree', 'favoring', 'christianity', 'restricted', 'catholic_church', 'according', 'eusebius', 'lie', 'prohibited', 'worshiping', 'idol', 'city', 'town', 'com', 'manded', 'statue', 'god', 'erected', 'sacrifice', 'offered', 'prohibited', 'religious', 'opinion', 'punished', 'abettor', 'conceive', 'constantine', 'edict', 'sense', 'equitable', 'heathen', 'emperor', 'lie', 'right', 'erect', 'standard', 'heathen', 'christian', 'jew', 'bow', 'thereto', 'emperor', 'privilege', 'justified', 'erecting', 'standard', 'interfering', 'christian', 'view', 'religious', 'opinion', 'heathen', 'jew', 'certain', 'christian', 'erroneous', 'diocletian', 'believed', 'hand', 'christian', 'wrong', 'right', 'opinion', 'right', 'enforce', 'religious', 'dictum', 'anybody', 'constantine', 'sanctioned', 'religious_liberty', 'predecessor', 'letter', 'mithridates', 'bishop', 'rome', 'said', 'lie', 'great', 'reverence', 'catholic_church', 'lie', 'suffer', 'place', 'schism', 'difference', 'exist', 'privilege', 'granted', 'religious', 'ground', 'said', 'lie', 'conferred', 'follower', 'catholic', 'law', 'pleasure', 'heretic', 'schismatics', 'merely', 'debarred', 'aforesaid', 'privilege', 'furthermore', 'bound', 'subject', 'diverse', 'charge', 'jew', 'heathen', 'suffered', 'blunt', 'imperial', 'censure', 'council', 'time', 'accession', 'solemnly', 'prohibited', 'clergy', 'laity', 'eating', 'jew', 'lastly', 'imperious', 'sovereign', 'opened', 'quiver', 'heretical', 'christian', 'begin', 'edict', 'hear', 'novatians', 'valentinians', 'marcionites', 'montanists', 'hear', 'embraced', 'heresy', 'enemy', 'truth', 'adversary', 'life', 'counselor', 'destruction', 'inasmuch', 'longer', 'possible', 'endure', 'pest', 'destructiveness', 'proclamation', 'edict', 'venture', 'wonted', 'assembly', 'end', 'command', 'edifice', 'hold', 'meeting', 'confiscated', 'determination', 'proceeds', 'length', 'forbid', 'public', 'assemblage', 'private', 'gathering', 'house', 'place', 'possession', 'seek', 'true', 'spiritual', 'worship', 'come', 'catholic_church', 'obtain', 'communion', 'holiness', 'catholic_church', 'directed', 'chapel', 'chapel', 'called', 'delivered', 'delay', 'place', 'belonging', 'commanded', 'appropriated', 'public', 'treasury', 'vit', 'const', 'iii', 'constantine', 'pontifex', 'maximus', 'heathen', 'lord', 'church', 'catholic', 'fitting', 'prototype', 'pontiff', 'time', 'burden', 'suffering', 'tombstone', 'hung', 'neck', 'reality', 'weight', 'necessary', 'diver', 'hunting', 'pearl', 'richter']
root - INFO - extracting file #144500: 2017-04-Final-Corpus/ST18961008-V22-40-page9.txt
root - INFO - extracting file #145000: 2017-04-Final-Corpus/ST18971104-V23-43-page8.txt
root - INFO - ['sign', 'time', 'vol', 'egypt', 'drink', 'spiritual', 'drink', 'drank', 'spiritual', 'rock', 'followed', 'went', 'rock', 'christ', 'cor', 'jewish_nation', 'rejected', 'king', 'chose', 'man', 'rule', 'instead', 'god', 'lord', 'said', 'unto', 'samuel', 'hearken', 'unto', 'voice', 'people', 'unto_thee', 'rejected', 'thee', 'rejected', 'reign', 'day', 'rejected', 'god', 'saved', 'adversity', 'tribulation', 'sam', 'israel', 'thou_hast', 'destroyed', 'thyself', 'thy', 'help', 'thy', 'king', 'gave', 'thee', 'king', 'anger', 'took', 'away', 'wrath', 'hosea', 'god', 'king', 'israel', 'rejected', 'chose', 'man', 'rule', 'natural', 'consequence', 'course', 'king', 'caesar', 'know', 'god', 'universal', 'government', 'know', 'christ', 'priest', 'king', 'government', 'know', 'theocracy', 'israel', 'government', 'god', 'theocracy', 'israel', 'government', 'government', 'object', 'work', 'christ', 'government', 'israel', 'bring', 'harmony', 'god', 'government', 'obeyed', 'god', 'law', 'harmony', 'righteousness', 'required', 'law', 'righteousness', 'required', 'god', 'universal', 'government', 'righteousness', 'required', 'law', 'righteousness', 'god', 'righteousness', 'god', 'harmony', 'government', 'state', 'california', 'government', 'government', 'man', 'obeys', 'law', 'california', 'harmony', 'united', 'state', 'government', 'law', 'california', 'conflict', 'law', 'general', 'pvernment', 'california', 'enacts', 'law', 'conflict', 'law', 'general_government', 'unconstitutional', 'constitution', 'federal_government', 'organic', 'law', 'california', 'law', 'moral', 'general_government', 'law', 'moral', 'theocracy', 'order', 'character', 'theocracy', 'harmony', 'god', 'iles', 'continued', 'bible', 'reading', 'seek', 'book', 'lord', 'read', 'saiah', 'whoso', 'readeth', 'let', 'understand', 'jesus', 'event', 'connected', 'mil', 'lennium', 'lord', 'come', 'raise', 'righteous', 'dead', 'change', 'righteous', 'living', 'class', 'caught', 'meet', 'lord', 'air', 'lord', 'shall', 'descend', 'heaven', 'shout', 'voice', 'archangel', 'trump', 'god', 'dead', 'christ', 'shall', 'rise', 'alive', 'remain', 'shall', 'caught', 'cloud', 'meet', 'lord', 'air', 'shall', 'lord', 'thess', 'jesus', 'come', 'fulfil', 'following', 'promise', 'father', 'house', 'mansion', 'told', 'prepare', 'place', 'prepare', 'place', 'come', 'receive', 'unto', 'john', 'earth', 'reduced', 'chaotic', 'condition', 'beheld', 'earth', 'form', 'void', 'heaven', 'light', 'jer', 'desolate', 'inhabitant', 'cut', 'man', 'land', 'saith', 'lord', 'zeph', 'beheld', 'man', 'bird', 'heaven', 'fled', 'beheld', 'fruitful', 'place', 'wilderness', 'city', 'thereof', 'broken', 'presence', 'lord', 'fierce_anger', 'jer', 'shall', 'wicked', 'revealed', 'lord', 'shall', 'consume', 'spirit', 'mouth', 'shall', 'destroy', 'brightness', 'coming', 'greek', 'presence', 'thess', 'saint', 'thousand', 'year', 'shall', 'reign', 'judgment', 'christ', 'heaven', 'lived', 'reigned', 'christ', 'thousand', 'year', 'rev', 'know', 'saint', 'shall', 'judge', 'world', 'know', 'shall', 'judge', 'angel', 'cor', 'thousand', 'year', 'millennium', 'satan', 'bound', 'laid', 'hold', 'dragon', 'old', 'serpent', 'devil', 'satan', 'bound', 'thousand', 'year', 'cast', 'bottomless_pit', 'rev', 'wicked', 'live', 'till', 'end', 'thousand', 'rear', 'rest', 'dead', 'lived', 'thousand', 'year', 'finished', 'rev', 'end', 'thousand', 'year', 'fulfilled', 'written', 'rev', 'rogers', 'sioux', 'fall', 'qestion', 'corner', 'enquire', 'search', 'ask', 'diligently', 'cain', 'sin', 'inwhat', 'sin', 'cain', 'offering', 'consist', 'offering', 'fruit', 'ground', 'instead', 'offering', 'lamb', 'abel', 'consisted', 'disobedience', 'unbelief', 'slew', 'abel', 'own_works', 'evil', 'brother', 'righteous', 'john', 'obedient', 'god', 'course', 'doer', 'righteousness', 'disobedient', 'doe', 'evil', 'work', 'belief', 'god', 'way', 'best', 'yield', 'unbelief', 'chooses', 'own_way', 'disobedience', 'abel', 'lamb', 'showed', 'faith', 'coming', 'sacrifice', 'cain', 'offering', 'proper', 'doubt', 'thank', 'offering', 'showed', 'faith', 'saviour', 'sin', 'tbe', 'oattool', 'stand', 'watch', 'set', 'tower', 'look', 'forth', 'speak', 'bowing', 'papacy', 'despatch', 'dated', 'washington', 'october', 'examiner', 'san_francisco', 'history', 'city', 'reception', 'tendered', 'prelate', 'church', 'farewell', 'banquet', 'given', 'archbishop', 'keane', 'citizen', 'washington', 'shoreham', 'hotel', 'night', 'representative', 'gathering', 'high', 'estimation', 'noted', 'catholic', 'divine', 'held', 'evidenced', 'fact', 'goodly', 'portion', 'guest', 'religious_faith', 'nearly', 'member', 'cabinet', 'senator', 'representative', 'high', 'official', 'army', 'navy', 'judge', 'leading', 'citizen', 'official', 'district', 'columbia', 'present', 'president', 'mckinley', 'assured', 'committee', 'invitation', 'man', 'country', 'held', 'higher', 'esteem', 'archbishop', 'keane', 'iron', 'clad', 'rule', 'refuse', 'invitation', 'dinner', 'cabinet', 'officer', 'cleverest', 'speech', 'evening', 'webster', 'davis', 'assistant_secretary', 'interior', 'witty', 'manner', 'denounced', 'sectionalism', 'sort', 'religious', 'prejudice', 'designated', 'archbishop', 'keane', 'thoroughly', 'american_citizens', 'country', 'produced', 'sentiment', 'coming', 'man', 'strongly', 'protestant', 'religious_belief', 'heartily', 'applauded', 'guest', 'present', 'fact', 'accommodated', 'larger', 'attendance', 'guest', 'men', 'attend', 'event', 'character', 'exception', 'case', 'distinguished', 'prelate', 'leave', 'day', 'resume', 'post', 'duty', 'rome', 'prominent', 'person', 'present', 'member', 'cabinet', 'national', 'committeeman', 'kerens', 'missouri', 'senator', 'roach', 'north', 'dakota', 'conaty', 'rector', 'catholic', 'university', 'general', 'vincent', 'army', 'chairman', 'harrity', 'democratic', 'national', 'committee', 'commissioner', 'immigration', 'powderly', 'admiral', 'ramsey', 'protestant', 'clergyman', 'letter', 'vatican', 'new', 'york', 'sun', 'july', 'said', 'church', 'past', 'united', 'state', 'church', 'certainly', 'succeed', 'ing', 'deceives', 'bind', 'ensnares', 'deceiving', 'catholic_church', 'acting', 'consistently', 'land', 'crown', 'mistress', 'fate', 'read', 'spain', 'italy', 'robber', 'monopoly', 'world', 'trust', 'man', 'syndicate', 'represents', 'pierpont', 'morgan', 'said', 'control', 'line', 'railway', 'line', 'chicago', 'new', 'york', 'baltimore', 'ohio', 'pennsylvania', 'controlled', 'said', 'soon', 'succumb', 'offer', 'opposition', 'trust', 'control', 'northern', 'pacific', 'oregon', 'short', 'line', 'predicted', 'soon', 'control', 'union', 'pacific', 'addition', 'railway', 'stated', 'great', 'octopus', 'control', 'output', 'anthracite', 'coal', 'pennsylvania', 'controlling', 'head', 'heat', 'warmth', 'thousand', 'home', 'recent_meeting', 'conservative', 'massachusetts', 'reform', 'club', 'byron', 'holt', 'expert', 'tariff', 'matter', 'address', 'sugar', 'trust', 'remark', 'strong', 'radical', 'gamaliel', 'bradford', 'hon', 'john', 'russell', 'equally', 'strong', 'said', 'political_power', 'corporation', 'alleged', 'robbery', 'people', 'utterance', 'holt', 'address', 'taken', 'boston', 'globe', 'october', 'average', 'family', 'spend', 'year', 'sugar', 'form', 'pro', 'sugar', 'government', 'sugar', 'plf', 'ase', 'explain', 'col', 'col', 'text', 'read', 'let', 'man', 'judge', 'meat', 'drink', 'respect', 'feast', 'day', 'new_moon', 'sabbath', 'day', 'shadow', 'thing', 'come', 'body', 'christ', 'man', 'right', 'judge', 'condemn', 'brother', 'art_thou', 'judgest', 'man', 'servant', 'judge', 'lest', 'judged', 'judge', 'time', 'lord', 'come', 'rom', 'matt', 'cor', 'condemn', 'yes', 'truly', 'condemn', 'jesus', 'christ', 'rom', 'pay', 'attention', 'condemnation', 'walk', 'aright', 'need', 'fear', 'man', 'special', 'thing', 'apostle', 'condemnation', 'kind', 'observe', 'yearly', 'feast', 'new_moon', 'annual', 'sabbath', 'leviticus', 'sabbath', 'lord', 'verse', 'meat', 'drink', 'connected', 'sacrifice', 'stood', 'sin', 'shadow', 'pointed', 'forward', 'christ', 'christ', 'came', 'type', 'expired', 'limitation', 'shadow', 'cease', 'reach', 'substance', 'reference', 'sabbath', 'lord', 'eternal', 'isa', 'brother']
root - INFO - extracting file #145500: 2017-04-Final-Corpus/ST18990621-V25-25-page15.txt
root - INFO - extracting file #146000: 2017-04-Final-Corpus/ST19000328-V26-13-page15.txt
root - INFO - ['march', 'sign', 'time', 'enter', 'narrow', 'gate', 'wide', 'gate', 'broad', 'way', 'leadeth', 'destruction', 'enter', 'narrow', 'gate', 'straightened', 'way', 'leadeth', 'unto', 'life', 'golden', 'text', 'whatsoever', 'men', 'matt', 'suggestive', 'question', 'saviour', 'instruction', 'follower', 'command', 'doe', 'note', 'result', 'judge', 'doe', 'treatment', 'great_measure', 'depend', 'way', 'doe', 'saviour', 'folly', 'criticising', 'way', 'doe', 'saviour', 'express', 'thought', 'person', 'attempt', 'thing', 'duty', 'having', 'work', 'attempt', 'note', 'doe', 'saviour', 'warn', 'follower', 'result', 'attempt', 'satisfy', 'swine', 'pearl', 'note', 'thing', 'follower', 'christ', 'result', 'asks', 'seek', 'knock', 'illustration', 'doe', 'saviour', 'use', 'emphasize', 'god', 'willingness', 'child', 'ask', 'doe', 'saviour', 'apply', 'illustration', 'note', 'grand', 'rule', 'doe', 'christ', 'treatment', 'fellow', 'men', 'safe', 'gate', 'christian', 'doe', 'lead', 'said', 'gate', 'reason', 'going', 'broad', 'gate', 'peculiarity', 'gate', 'note', 'judge', 'think', 'better', 'men', 'set', 'judge', 'discern', 'motive', 'incapable', 'judging', 'criticising', 'passing', 'sentence', 'participant', 'satan', 'accuser', 'brother', 'lord', 'examine', 'faith', 'prove', 'own_selves', 'work', 'desre', 'age', 'mean', 'impute', 'wrong', 'motif', 'worst', 'best', 'construction', 'action', 'word', 'command', 'forbids', 'sit', 'judgment', 'conduct', 'forming', 'expressing', 'opinion', 'impossible', 'know', 'fact', 'peloubet', 'shalt_thou', 'clearly', 'having', 'experience', 'getting', 'rid', 'own_sins', 'fault', 'better', 'able', 'help', 'getting', 'rid', 'word', 'vision', 'distorted', 'discolored', 'viewing', 'brother', 'fault', 'spectacle', 'own_sins', 'cast', 'pearl', 'swine', 'misuse', 'thehighest', 'holiest', 'thing', 'religion', 'nature', 'sensual', 'heart', 'hard', 'understand', 'appreciate', 'best', 'thing', 'god', 'doe', 'follow', 'thing', 'understand', 'syrnpathy', 'loving', 'kindness', 'aid', 'temporal', 'thing', 'love', 'jesus_christ', 'seek', 'change', 'men', 'christian', 'understand', 'holy', 'thing', 'appreciate', 'pearl', 'peloubet', 'difference', 'infinite', 'christ', 'god', 'gave', 'heaven', 'choicest', 'gift', 'expect', 'freely', 'thing', 'greatest', 'best', 'gift', 'presupposes', 'lesser', 'reader', 'testify', 'rich', 'spiritual', 'blessing', 'secured', 'study', 'desire', 'ace', 'ife', 'christ', 'beautiful', 'abounding', 'present', 'day', 'truth', 'filling', 'reader', 'new', 'divine', 'thing', 'rev', 'gate', 'south', 'sea', 'island', 'missionary', 'writes', 'greatest', 'book', 'read', 'outside', 'bible', 'given', 'spiritual', 'encouragement', 'book', 'illustration', 'beautiful', 'appropriate', 'surprised', 'delighted', 'page', 'thousand', 'beauty', 'life', 'christ', 'published', 'weekly', 'pacific_press', 'publishing', 'entered', 'post', 'office', 'oakland', 'term', 'subscription', 'month', 'month', 'year', 'number', 'post', 'paid', 'reduced', 'reproduction', 'chapter', 'heading', 'new', 'volume', 'entitled', 'herald', 'morning', 'thoughtful', 'exposition', 'significance', 'social', 'political', 'problem', 'day', 'increasing', 'natural', 'phenomenon', 'doubt', 'nature', 'participating', 'general', 'unrest', 'apparent', 'special', 'significance', 'attached', 'condition', 'definite', 'conclusion', 'drawn', 'therefrom', 'generally', 'recognized', 'actual', 'occurrence', 'illustrating', 'subject', 'prevalence', 'crime', 'sign', 'time', 'judgment', 'turned', 'away', 'backward', 'social', 'vice', 'earth', 'filled', 'violence', 'cited', 'emphatically', 'fulfilment', 'prophecy', 'current_events', 'terrible', 'condition', 'poorer', 'class', 'large_cities', 'vividly', 'set', 'forth', 'author', 'emphasized', 'artist', 'chapter', 'entitled', 'heaped', 'treasure', 'day', 'nation', 'angry', 'title', 'fully', 'illustrated', 'chapter', 'stupendous', 'preparation', 'war', 'chapter', 'devoted', 'object', 'presenting', 'true_condition', 'world', 'day', 'meaning', 'light', 'word', 'god', 'book_contains', 'nearly', 'page', 'beautifully', 'strikingly', 'illustrated', 'issued', 'english', 'german', 'language', 'price', 'cloth', 'marbled', 'edge', 'cloth', 'gilt_edges', 'descriptive', 'circular', 'free', 'pacific_press', 'publishing', 'company', 'oakland', 'cal', 'bond', 'new', 'york', 'city', 'kansa', 'city', 'foreign', 'country', 'year', 'special_terms', 'new', 'yearly', 'subscription', 'renewal', 'new', 'yearly', 'subscription', 'sent', 'time', 'new', 'yearly', 'subscription', 'renewal', 'new', 'yearly', 'subscription', 'sent', 'time', 'new', 'yearly', 'subscription', 'renewal', 'new', 'yearly', 'subscription', 'sent', 'onetime', 'sample', 'copy', 'sent', 'application', 'order', 'sent', 'direct', 'publisher', 'single', 'subscription', 'club', 'accompanied', 'cash', 'credit', 'required', 'order', 'state', 'tract', 'society', 'club', 'rate', 'term', 'agent', 'sent', 'application', 'sign', 'time', 'oakland', 'cal', 'instruction', 'ordering', 'remit', 'money_order', 'express', 'order', 'bank', 'draft', 'new', 'york', 'chicago', 'san_francisco', 'paper', 'money', 'silver', 'sent', 'register', 'letter', 'order', 'draft', 'payable', 'pacific_press', 'publishing', 'sign', 'time', 'postage', 'stamp', 'send', 'postage', 'stamp', 'liable', 'stick', 'useless', 'condition', 'foreign', 'money', 'send', 'receipt', 'formal', 'receipt', 'sent', 'special', 'request', 'address', 'label', 'paper', 'indicate', 'time', 'subscription', 'paid', 'case', 'non', 'receipt', 'paper', 'irregularity', 'tiotify', 'immediately', 'expiration', 'subscription', 'paper', 'discontinued', 'expiration', 'time', 'paid', 'notification', 'sent', 'week', 'date', 'expiration', 'enabling', 'renew', 'ample_time', 'secure', 'unbroken', 'file', 'prompt', 'furnish', 'number', 'change', 'address', 'ordering', 'change', 'address', 'old', 'new_address', 'important', 'use', 'separate_sheet', 'sign', 'order', 'separate', 'paper', 'separate', 'boc', 'tract', 'address', 'editor', 'use', 'separate_sheet', 'sent', 'envelope', 'money', 'sent', 'order', 'write', 'kind', 'business', 'separate_sheet', 'way', 'order', 'handed', 'proper', 'clerk', 'filled', 'contributor', 'sign', 'time', 'purely', 'missionary', 'enterprise', 'reason', 'felt', 'free', 'ask', 'contribution', 'friend', 'pay', 'contribution', 'prose', 'poetry', 'solicited', 'editor', 'fact', 'stated', 'article', 'asked', 'plan', 'rarely', 'followed', 'deemed', 'expedient', 'article', 'desired', 'set', 'forth', 'spirit', 'christ', 'great', 'saving', 'truth', 'god', 'short', 'point', 'better', 'treat', 'important_truth', 'clearly', 'short', 'article', 'point', 'vaguely', 'long', 'desire', 'caustic', 'critical', 'production', 'minister', 'personal', 'pride', 'pleasure', 'save', 'soul', 'prepared', 'write', 'plainly', 'typewriter', 'ink', 'wide', 'space', 'line', 'freely', 'admit', 'editing', 'writing', 'subhead', 'write', 'sheet', 'sign', 'manuscript', 'oftentimes', 'separated', 'accompanying', 'letter', 'anonymous', 'contribution', 'merit', 'writer', 'doe', 'wish', 'appear', 'let', 'furnish', 'pseudonym', 'public', 'wish', 'manuscript', 'returned', 'return', 'unused', 'manuscript', 'desired', 'stamp', 'direction', 'inclosed', 'forced', 'return', 'good', 'manuscript', 'mainly', 'reason', 'article', 'long', 'number', 'subject', 'plan', 'article', 'till', 'date', 'hope', 'offense', 'taken', 'freely', 'contributed', 'best', 'thought', 'production', 'returned', 'receive', 'matter', 'use', 'note', 'wish', 'ask', 'question', 'particular', 'notice', 'question', 'answered', 'believe', 'general_interest', 'information', 'undertake', 'explain', 'dozen', 'scripture', 'sentence', 'requested', 'ask', 'explain', 'certain', 'text', 'passage', 'state', 'clearly', 'point', 'question', 'address', 'publication', 'desired', 'evidence', 'good_faith', 'privilege', 'replying', 'letter', 'deemed', 'best', 'unsigned', 'communication', 'kind', 'quickest', 'way', 'waste', 'basket', 'way', 'inclose', 'stamp', 'foolish', 'unlearned', 'question', 'avoid', 'minister', 'mere', 'curiosity', 'study', 'scripture', 'virginia', 'home', 'learn', 'virginia', 'land', 'soil', 'water', 'climate', 'resource', 'product', 'fruit', 'berry', 'mode', 'cultivation', 'price', 'reading', 'virginia', 'farmer', 'send', 'cent', 'month', 'subscrip', 'hat', 'problem', 'social', 'political', 'confront', 'world', 'tion', 'farmer', 'emporium', 'sample', 'appreciative', 'word', 'publisher', 'received', 'book', 'greatest', 'value', 'sunday', 'school', 'student', 'inch', 'page', 'fully', 'appropriately', 'illustrated', 'price', 'circular', 'containing', 'chapter', 'sent', 'free', 'applicant', 'pacific_press', 'publishing', 'company', 'oakland', 'california', 'bond', 'new', 'york', 'city', 'kansa', 'city', 'revealed', 'chapter', 'worth', 'price', 'book', 'scarcely', 'fail', 'great', 'impetus', 'work', 'preaching', 'christ', 'world']
root - INFO - extracting file #146500: 2017-04-Final-Corpus/ST19001226-V26-52-page15.txt
root - INFO - extracting file #147000: 2017-04-Final-Corpus/ST19040504-V30-18-page2.txt
root - INFO - ['sign', 'time', 'vol', 'individual', 'majesty', 'jungfraus', 'matterhorn', 'washington', 'pike', 'peak', 'mckinley', 'aconcagua', 'deodhungas', 'rear', 'mighty', 'volume', 'storm', 'swept', 'sea', 'quiet', 'lake', 'fruitful', 'vineyard', 'green', 'valley', 'magnificent', 'view', 'men', 'obtain', 'climb', 'pillar', 'vision', 'view', 'limited', 'perverted', 'looking', 'mountain', 'revelation', 'god', 'jonathan', 'edward', 'saw', 'god', 'sovereignty', 'lost', 'glorious', 'vision', 'mercy', 'seen', 'vision', 'mountain', 'mercy', 'lost', 'sense', 'justice', 'endeavor', 'view', 'god', 'plan', 'mount', 'creation', 'sinai', 'calvary', 'othets', 'olivet', 'limited', 'perverted', 'great', 'hurry', 'want', 'time', 'view', 'calvary', 'beautiful', 'superficial', 'evanescent', 'soul', 'satisfied', 'view', 'rugged', 'sinai', 'glosious', 'superficial', 'evanescent', 'soul', 'discouraged', 'cloud', 'cover', 'mount', 'impatient', 'soul', 'unwilling', 'wait', 'wait', 'long', 'height', 'sinai', 'calvary', 'bathed', 'glory', 'beauty', 'saw', 'look', 'calvary', 'sinai', 'holiness', 'strength', 'grandeur', 'transcends', 'vision', 'come', 'mount', 'said', 'jehovah', 'unto', 'moses', 'day', 'sojourn', 'god', 'moses', 'came', 'face', 'shining', 'like', 'angel', 'high', 'mountain', 'ezekiel', 'saw', 'vision', 'god', 'god', 'message', 'world', 'voice', 'thou', 'tellest', 'good', 'tidings', 'zion', 'thee', 'high', 'mountain', 'mighty', 'tower', 'vision', 'god', 'word', 'like', 'pilatus', 'alp', 'great', 'range', 'god', 'truth', 'vantage', 'point', 'tower', 'god', 'great_purpose', 'revealed', 'sanctuary', 'past', 'present', 'age', 'zion', 'holiness', 'center', 'holy', 'sliekinah', 'god', 'holy', 'law', 'transgressed', 'law', 'mercyseat', 'great', 'high', 'priest', 'sanctuary', 'revealed', 'relation', 'god', 'creature', 'fearful', 'outcome', 'sin', 'persist', 'loving', 'glory', 'come', 'trusting', 'steadfast', 'child', 'god', 'cloud', 'cover', 'watch', 'tower', 'vision', 'god', 'glory', 'hide', 'vision', 'sin', 'blinded', 'easily', 'satisfied', 'heart', 'wait', 'removing', 'heart', 'bow', 'submission', 'god', 'law', 'sin', 'yielded', 'away', 'self', 'emptied', 'eye', 'anointed', 'clarified', 'vision', 'god', 'wondrous', 'plan', 'beauty', 'sympathy', 'perfection', 'darkness', 'dear', 'soul', 'mount', 'god', 'enter', 'sanctuary', 'god', 'moses', 'ezekiel', 'david', 'doubt', 'wonder', 'triumph', 'wicked', 'envious', 'prosperity', 'shocked', 'deception', 'scoffing', 'blasphemy', 'asaph', 'old', 'tell', 'thought', 'know', 'painful', 'went', 'sanctuary', 'god', 'understood', 'end', 'saw', 'wickedness', 'destruction', 'moment', 'trusting', 'god', 'thou', 'shalt', 'guide', 'thy', 'counsel', 'afterward', 'receive', 'glory', 'come', 'soul', 'let', 'mount', 'zion', 'god', 'abide', 'wait', 'till', 'vision', 'clear', 'sunlight', 'love', 'sweep', 'away', 'cloud', 'sin', 'view', 'beauty', 'holiness', 'beholding', 'changed', 'susan', 'birdsall', 'robert', 'bright', 'cheery', 'come', 'tripping', 'velvet', 'lawn', 'dewy', 'foot', 'hear', 'voice', 'know', 'smile', 'fragrant', 'breath', 'cheek', 'fairest', 'sister', 'greet', 'yearly', 'sighed', 'day', 'bless', 'till', 'work', 'clone', 'flowing', 'sylvan', 'tress', 'drop', 'wild', 'flower', 'gaily', 'foot', 'palm', 'start', 'seed', 'man', 'garner', 'ere', 'eat', 'brow', 'wreathed', 'bud', 'flower', 'fruitage', 'rose', 'nodding', 'plume', 'softly', 'steal', 'away', 'leaf', 'lap', 'june', 'bewitching', 'nectar', 'cup', 'sip', 'quaff', 'insatiate', 'pours', 'draught', 'pouring', 'leaf', 'ravished', 'sight', 'sin', 'stained', 'earth', 'charm', 'heaven', 'eye', 'hath', 'seen', 'ear', 'hath', 'heard', 'heart', 'man', 'hath', 'conceived', 'thing', 'father', 'hath', 'prepared', 'medium', 'life', 'william', 'covert', 'creator', 'represented', 'giving', 'material', 'form', 'thought', 'speaking', 'necessarily', 'created', 'thing', 'formal', 'beginning', 'time', 'way', 'started', 'mission', 'suited', 'purpose', 'god', 'world', 'occupy', 'place', 'work', 'called', 'existed', 'thought', 'spoken', 'word', 'place', 'word', 'potent', 'generate', 'form', 'word', 'set', 'going', 'hold', 'place', 'going', 'said', 'word', 'lord', 'heaven', 'host', 'breath', 'mouth', 'spake', 'commanded', 'stood', 'fast', 'agency', 'life', 'posse', 'life', 'christ', 'said', 'word', 'speak', 'unto', 'spirit', 'life', 'john', 'word', 'god', 'designed', 'accomplish', 'definite', 'thing', 'rain', 'cometh', 'snow', 'heaven', 'returneth', 'notthither', 'watereth', 'earth', 'maketh', 'bring', 'forth', 'bud', 'seed', 'sower', 'bread', 'eater', 'shall', 'word', 'goeth', 'forth', 'mouth', 'shall', 'return_unto', 'void', 'shall', 'accomplish', 'shall', 'prosper', 'thing', 'whereunto', 'sent', 'isa', 'apostrophe', 'created', 'thing', 'david', 'praise', 'angel', 'praise', 'host', 'praise', 'heaven', 'heaven', 'tnd', 'water', 'heaven', 'let', 'praise', 'lord', 'commanded', 'created', 'hath', 'stablished', 'forever', 'bath', 'decree', 'shall', 'pas', 'art', 'creation', 'creative', 'power', 'doe', 'construct', 'thing', 'visible', 'material', 'art', 'said', 'complement', 'creation', 'growing', 'oak', 'creation', 'cutting', 'lumber', 'making', 'desk', 'work', 'art', 'build', 'second', 'destroys', 'exhibition', 'life', 'separation', 'life', 'art', 'tear', 'work', 'creation', 'construct', 'creation', 'living', 'word', 'world', 'previous', 'existence', 'world', 'framed', 'word', 'god', 'thing', 'seen', 'thing', 'appear', 'heb', 'design', 'bear', 'witness', 'existence', 'designer', 'visible', 'thing', 'testifies', 'invisible', 'power', 'gave', 'men', 'compound', 'construct', 'thing', 'hand', 'creation', 'god', 'work', 'simply', 'speaks', 'word', 'thing', 'desired', 'come', 'forth', 'manner', 'formed', 'world', 'placed', 'mountain', 'mountain', 'ore', 'ore', 'man', 'constructed', 'kind', 'instrument', 'simple', 'pocket', 'knife', 'complicated', 'steam', 'engine', 'work', 'men', 'like', 'creation', 'men', 'labor', 'shop', 'destroy', 'created', 'thing', 'construct', 'implement', 'field', 'art', 'men', 'try', 'imitate', 'thing', 'nature', 'production', 'brush', 'chisel', 'remind', 'naturalist', 'death', 'life', 'oftener', 'start', 'tear', 'grief', 'smile', 'joy', 'deepen', 'relieve', 'mourning', 'art', 'lead', 'devotee', 'admire', 'life', 'painter', 'lifeless', 'picture', 'sculptor', 'place', 'friend', 'cold', 'hard', 'stone', 'taxidermist', 'life', 'beautiful', 'animal', 'try', 'preserve', 'remains', 'cabinet', 'imago', 'lover', 'nature', 'better', 'home', 'creature', 'study', 'god', 'life', 'given', 'crets', 'life', 'learned', 'properly', 'studied', 'exquisite', 'production', 'art', 'particular', 'piece', 'classic', 'ardently', 'admires', 'lesson', 'study', 'learned', 'simplest', 'leaf', 'forest', 'tiniest', 'insect', 'home', 'foliage', 'plant', 'lowliest', 'worm', 'crawl', 'foot', 'equaled', 'structure', 'art', 'man', 'pluck', 'wild', 'flower', 'glen', 'gather', 'flake', 'moss', 'lone', 'rock', 'mar', 'form', 'beautiful', 'painter', 'drew', 'brush', 'weaver', 'formed', 'loom', 'life', 'word', 'life', 'come', 'god', 'pleased', 'word', 'medium', 'transmission', 'life', 'man', 'receives', 'fleshly', 'birth', 'adulterated', 'sin', 'tainted', 'disease', 'soon', 'pas', 'away', 'come', 'word', 'redemption', 'free', 'sin']
root - INFO - extracting file #147500: 2017-04-Final-Corpus/ST19050524-V31-21-page14.txt
root - INFO - extracting file #148000: 2017-04-Final-Corpus/ST19060110-V32-02-page3.txt
root - INFO - ['record', 'lord', 'child', 'life', 'brief', 'child', 'grew', 'waxed', 'strong', 'filled', 'wisdom', 'grace', 'allowed', 'gad', 'trust', 'gospel', 'speak', 'pleasing', 'men', 'god', 'trieth', 'heart', 'volume', 'number', 'mountain', 'view', 'california', 'january', 'weekly', 'year', 'term', 'page', 'single', 'copy', 'cent', 'manuscript', 'addressed', 'editor', 'information', 'page', 'hast', 'known', 'holy', 'scripture', 'able', 'thee', 'wise', 'unto', 'salvation', 'tim', 'jesus', 'knew', 'holy', 'scripture', 'wisdom', 'god', 'filled', 'knowing', 'god', 'word', 'understood', 'righteousness', 'justice', 'equity', 'yea', 'good', 'path', 'wisdom', 'shall', 'enter', 'thy_heart', 'knowledge', 'shall', 'pleasant', 'unto', 'thy', 'soul', 'discretion', 'shall', 'watch', 'thee', 'understanding', 'shall', 'thee', 'deliver', 'thee', 'way', 'evil', 'prov', 'grace', 'character', 'like', 'guardian', 'angel', 'kept', 'soul', 'child', 'read', 'year', 'age', 'bene', 'hatthe', 'passover', 'jesus', 'gone', 'visit', 'incidental', 'critical', 'age', 'boy', 'felt', 'larger', 'life', 'hold', 'larger', 'knowledge', 'absorbed', 'work', 'parent', 'went', 'away', 'leaving', 'jerusalem', 'supposing', 'company', 'went', 'day', 'journey', 'galilee', 'missed', 'like', 'profess', 'day', 'care', 'pleasure', 'life', 'crowd', 'thought', 'care', 'love', 'absolutely', 'dependent', 'sought', 'caravan', 'started', 'jerusalem', 'looking', 'milton', 'wilcox', 'snow', 'glenn', 'tait', 'editor', 'editor', 'assistant', 'youth', 'god', 'luke', 'need', 'know', 'apocryphal', 'account', 'childhood', 'youth', 'miracle', 'said', 'wrought', 'bear', 'face', 'stamp', 'falsity', 'brief', 'record', 'know', 'mother', 'faithful', 'task', 'ancient', 'injunction', 'living', 'precept', 'holy', 'commandment', 'god', 'heart', 'taught', 'diligently', 'unto', 'son', 'talking', 'thern', 'house', 'repeating', 'walking', 'way', 'teaching', 'lying', 'rising', 'grew', 'healthy', 'lad', 'right', 'temperate', 'habit', 'eating', 'drinking', 'scripture', 'taught', 'disciple', 'said', 'child', 'thou', 'torah', 'son', 'law', 'boy', 'supposed', 'enter', 'consciously', 'responsibility', 'forming', 'character', 'serving', 'god', 'marked', 'critical', 'period', 'life', 'according', 'custom', 'people', 'legally', 'responsible', 'meet', 'responsibility', 'unfoldment', 'larger', 'life', 'custom', 'parent', 'year', 'passover', 'father', 'attend', 'feast', 'mother', 'obligated', 'attend', 'way', 'reached', 'city', 'searched', 'son', 'day', 'nigh', 'spent', 'temple', 'doctor', 'teacher', 'listening', 'instruction', 'soliciting', 'asking', 'question', 'question', 'asked', 'indicated', 'depth', 'knowledge', 'love', 'word', 'mother', 'gently', 'reproves', 'hint', 'child', 'hast', 'thou', 'dealt', 'behold', 'jesus', 'doctor']
root - INFO - extracting file #148500: 2017-04-Final-Corpus/ST19060919-V32-36-page8.txt
root - INFO - extracting file #149000: 2017-04-Final-Corpus/ST19070522-V33-21-page13.txt
root - INFO - ['bound', 'cloth', 'marbled', 'edge', 'pacific_press', 'publishing', 'mountain', 'view', 'cal', 'wanted', 'waitress', 'address', 'vegetarian', 'cafe', 'union', 'seattle', 'wash', 'wanted', 'young_lady', 'young_man', 'consecrated', 'seventh', 'day', 'adventist', 'christian_workers', 'immediate', 'arrangement', 'enter', 'glendale', 'sanitarium', 'training', 'school', 'missionary', 'nurse', 'class', 'begin', 'june', 'exceptional', 'opportunity', 'secure', 'practical', 'missionary', 'training', 'fit', 'field', 'world', 'address', 'winegar', 'simpson', 'glehdale', 'sanitarium', 'glendale', 'cal', 'zhe', 'signet', 'ineo', 'rank', 'roman', 'swiss', 'conference', 'added', 'france', 'thirty', 'spain', 'portugal', 'french', 'belgium', 'encouraging', 'difficult', 'field', 'worker', 'foreign', 'paper', 'reader', 'especially', 'conversant', 'foreign', 'tongue', 'foreign', 'relative', 'acquaintance', 'know', 'special', 'gospel', 'series', 'presented', 'paper', 'translated', 'presented', 'swedish', 'paper', 'sion', 'vaktare', 'german', 'norwegian', 'paper', 'published', 'international', 'publishing', 'association', 'college_view', 'neb', 'issue', 'special', 'series', 'paper', 'dated', 'month', 'continue', 'sign', 'time', 'price', 'german', 'paper', 'cent', 'swedish', 'norwegian', 'paper', 'cent', 'conne', 'etion', 'beautiful', 'cover', 'design', 'foreign', 'paper', 'reduced', 'facsimile', 'new', 'cover', 'design', 'gospel', 'series', 'foreign', 'paper', 'christlicher', 'hausfreund', 'german', 'sion', 'viiktare', 'swedish', 'evangeliets', 'sendebud', 'danish', 'norwegian', 'international', 'publ', 'tree', 'little', 'tree', 'short', 'self', 'satisfied', 'glanced', 'ground', 'tossed', 'head', 'cried', 'behold', 'tall', 'far', 'dusty', 'earth', 'boasting', 'swayed', 'scornful', 'mirth', 'tallest', 'pine', 'tree', 'forest', 'raised', 'head', 'heaven', 'sighed', 'gazed', 'ala', 'small', 'great', 'sky', 'far', 'year', 'space', 'twixt', 'yonder', 'star', 'moral', 'height', 'depends', 'measure', 'earth', 'downward', 'sky', 'saint', 'nicholas', 'work', 'worker', 'addition', 'kailsas', 'city', 'church', 'april', 'rochester', 'ind', 'recently', 'added', 'church', 'profession', 'faith', 'brother', 'robert', 'report', 'seven', 'addition', 'little', 'company', 'petersburg', 'ind', 'crass', 'nurse', 'graduated', 'nebraska', 'sanitarium', 'college_view', 'neb', 'april', 'sister', 'eva', 'jenks', 'bible', 'reader', 'lockport', 'taken', 'stand', 'fer', 'truth', 'labor', 'brother', 'ogden', 'report', 'baptism', 'canton', 'kan', 'fruit', 'labor', 'brother', 'bringle', 'little', 'company', 'flagstaff', 'ariz', 'augmented', 'baptism', 'march', 'brother', 'ernest', 'bond', 'brother', 'wood', 'organized', 'church', 'member', 'pontiac', 'ill', 'come', 'truth', 'recent', 'labor', 'combined', 'effort', 'sister', 'edith', 'hiatt', 'sister', 'dora', 'robert', 'bible', 'worker', 'brother', 'clark', 'united', 'company', 'kansa', 'city', 'kan', 'general', 'camp', 'meeting', 'central', 'northern', 'california', 'held', 'merced', 'june', 'merced', 'santa', 'southern', 'pacific', 'railway', 'report', 'sister', 'mary', 'millington', 'albany', 'indicator', 'preeious', 'meeting', 'sabbath', 'new', 'sabbath', 'keeper', 'ware', 'present', 'making', 'seven', 'embraced', 'truth', 'brother', 'haughey', 'report', 'missionary_worker', 'brigham', 'city', 'utah', 'baptized', 'keeping', 'sabbath', 'sabbath', 'school', 'twentytwo', 'member', 'day', 'meeting', 'indian', 'harbor', 'conducted', 'brother', 'guthrie', 'brother', 'thurston', 'march', 'resulted', 'bringing', 'truth', 'young_lady', 'renewing', 'eonse', 'cration', 'discouraged', 'president', 'utah', 'conference', 'huntington', 'report', 'pacific_union', 'recorder', 'baptized', 'campmeeting', 'season', 'keeping', 'sabbath', 'learning', 'present_truth', 'state', 'year', 'wyoming', 'mission_field', 'strengthened', 'new_churches', 'making', 'fourteen', 'onehundred', 'fifty', 'new_members', 'making', 'total', 'nearly', 'recent', 'convert', 'truth', 'threefold_message', 'latin', 'union', 'field', 'strengthened', 'past_year', 'edition', 'goodly', 'number', 'bible', 'nature', 'study', 'cady', 'aim', 'volume', 'illustrate', 'fact', 'book', 'book', 'foundation', 'true', 'science', 'standpoint', 'author', 'carefully', 'prepared', 'seven', 'lesson', 'classified', 'sixteen', 'leading', 'chapter', 'follows', 'earth', 'beginning', 'light', 'heat', 'air', 'sound', 'water', 'dry', 'land', 'plant', 'sun', 'moon', 'star', 'water', 'animal', 'air', 'animal', 'land', 'animal', 'man', 'sabbath', 'fall', 'man', 'flood', 'earth', 'final', 'destruction', 'new', 'earth', 'chapter', 'learner', 'taught', 'behold', 'creator', 'creation', 'know', 'power', 'life', 'true_education', 'knowledge', 'god', 'jesus_christ', 'bath', 'sent', 'long', 'felt', 'need', 'text', 'book', 'church_school', 'college', 'beautiful', 'way', 'connects', 'bible', 'study', 'science', 'parent', 'use', 'valuable', 'home', 'training', 'child', 'price', 'net', 'bible', 'object', 'lesson', 'song', 'little', 'lillie', 'affolter', 'belden', 'book_contains', 'fifty', 'illustrated', 'lesson', 'accompanied', 'thirty', 'original', 'hymn', 'song', 'thirty', 'large', 'engraving', 'famous', 'hofmann', 'series', 'step', 'teaching', 'natural', 'progressive', 'music', 'good', 'pleasing', 'adapted', 'little', 'child', 'illustration', 'beautiful', 'blue', 'cloth', 'ink', 'title', 'white', 'edge', 'inch', 'bible', 'kinder', 'garten', 'material', 'box', 'illustrate', 'lesson', 'mount', 'blessing', 'limited', 'number', 'grand', 'book', 'thought', 'mount', 'blessing', 'white', 'bound', 'paper', 'cover', 'sell', 'cent', 'net', 'post', 'paid', 'printed', 'fine', 'grade', 'book', 'paper', 'nicely', 'illustrated', 'printed', 'sheet', 'rescued', 'slightly', 'damp', 'wrinkled', 'print', 'nice', 'clear', 'book', 'neat', 'clean', 'bound', 'paper', 'cover', 'splendid', 'missionary_work', 'loan', 'friend', 'neighbor', 'read', 'study', 'own_home', 'valuable', 'beautiful', 'instructive', 'present', 'older', 'child', 'youth', 'mail', 'friend', 'send', 'post', 'paid', 'cent', 'net', 'address', 'pacific_press', 'mountain', 'view', 'cal', 'herald', 'morning', 'appalling', 'loss', 'life', 'murder', 'suicide', 'political', 'social', 'trouble', 'dissatisfaction', 'employer', 'employee', 'strike', 'war', 'rumor', 'war', 'daily', 'occurrence', 'mean', 'significance', 'thing', 'particular', 'time', 'close', 'observer', 'evidence', 'nearing', 'social', 'vortex', 'unsettled', 'faction', 'world', 'large', 'plunged', 'brought', 'revealed', 'herald', 'morning', 'appealing', 'sure_word', 'prophecy', 'author', 'clearly', 'condition', 'exist', 'lord', 'return', 'point', 'sign', 'scripture', 'tell', 'certain', 'herald', 'glad', 'morning', 'strife', 'shall', 'cease', 'peace', 'happiness', 'reign', 'forever', 'reader', 'understand', 'event', 'prepared', 'final', 'outcome', 'mason', 'calling', 'attention', 'valuable', 'work', 'illustration', 'vividly', 'portray', 'subject', 'matter', 'treat', 'live', 'book', 'live', 'subject', 'mica', 'axle', 'greasel', 'lengthens', 'life', 'wagon', 'save', 'horsepower', 'time', 'temper', 'best', 'lubricant', 'world', 'contains', 'powdered', 'mica', 'form', 'smooth', 'hard', 'coating', 'axle', 'reduces', 'friction', 'want', 'outfit', 'earn', 'money', 'grease', 'axle', 'mica', 'axle', 'grease', 'bible', 'text', 'book', 'johnson', 'pocket', 'edition', 'bible', 'reading', 'subject', 'covering', 'concise', 'complete', 'way', 'prophecy', 'angel', 'message', 'covenant', 'law', 'god', 'sabbath', 'question', 'kindred', 'topic', 'page', 'cloth', 'net', 'leather', 'net', 'standard', 'oil', 'company', 'incorporated']
root - INFO - extracting file #149500: 2017-04-Final-Corpus/ST19080108-V34-02-page14.txt
root - INFO - extracting file #150000: 2017-04-Final-Corpus/ST19081118-V35-16-page3.txt
root - INFO - ['boasted', 'age', 'civilization', 'christian', 'teaching', 'continue', 'walk', 'wholly', 'sight', 'figure', 'image', 'supposed', 'heavenly', 'saint', 'employed', 'draw', 'thought', 'spiritual', 'channel', 'pity', 'poor', 'israelite', 'separated', 'heathen', 'association', 'dense', 'perception', 'unable', 'separate', 'god', 'thing', 'physical', 'sight', 'needed', 'minute', 'direction', 'positive', 'commandment', 'way', 'instruction', 'needed', 'guide', 'foot', 'way', 'lord', 'god', 'commandment', 'clearly', 'stated', 'comprehension', 'benighted', 'far', 'preferring', 'jehovah', 'deceived', 'man', 'god', 'attribute', 'know', 'men', 'induced', 'bow', 'image', 'likeness', 'heavenly', 'power', 'question', 'time', 'forget', 'real', 'true', 'invisible', 'god', 'habitual', 'genuflection', 'supposed', 'image', 'suggestion', 'placing', 'created', 'substance', 'worshiper', 'creator', 'worshiped', 'plant', 'inferior', 'thing', 'mind', 'impression', 'creator', 'bow', 'product', 'own_hands', 'work', 'faulty', 'maker', 'necessity', 'imperfect', 'expect', 'viewing', 'receive', 'exalted', 'view', 'infinite', 'look', 'matter', 'favorable', 'light', 'belittle', 'god', 'own_eyes', 'infinitely', 'great', 'glorious', 'taking', 'away', 'glory', 'power', 'creator', 'entitles', 'doe', 'fall', 'far', 'short', 'putting', 'god', 'place', 'jehovah', 'satan', 'result', 'making', 'image', 'bow', 'worship', 'god', 'aware', 'satan', 'master', 'mind', 'diplomacy', 'forewarned', 'seed', 'abraham', 'sinai', 'enter', 'stage', 'journey', 'land', 'absolute', 'idolatry', 'place', 'pale', 'salvation', 'unto', 'eternal', 'life', 'memorable', 'prayer', 'offered', 'saviour', 'behalf', 'follower', 'reminded', 'jehovah', 'power', 'awarded', 'son', 'god', 'bestow', 'eternal', 'life', 'people', 'god', 'tho', 'reveal', 'knowledge', 'power', 'included', 'limited', 'reverently', 'said', 'life_eternal', 'know', 'thee', 'true', 'god', 'jesus_christ', 'thou', 'hast', 'sent', 'john', 'image', 'worship', 'point', 'place', 'second', 'commandment', 'order', 'mark', 'carefully', 'enters', 'guard', 'sanctity', 'commandment', 'preceded', 'way', 'read', 'thou', 'shalt', 'unto_thee', 'graven', 'image', 'likeness', 'heaven', 'earth', 'beneath', 'water', 'earth', 'thou', 'shalt', 'bow', 'thyself', 'serve', 'lord_thy', 'god', 'jealous', 'god', 'visiting', 'iniquity', 'father', 'child', 'unto', 'fourth', 'generation', 'hate', 'showing', 'mercy', 'unto', 'thousand', 'love', 'commandment', 'noticed', 'commandment', 'forbidding', 'making', 'supposed', 'likeness', 'earthly', 'heavenly', 'thing', 'purpose', 'bowing', 'attribute', 'god', 'character', 'added', 'mentioned', 'tho', 'lord', 'men', 'know', 'consequence', 'disregarding', 'injunction', 'jealous', 'god', 'visiting', 'iniquity', 'parent', 'child', 'word', 'jealous', 'doe', 'sense', 'enraged', 'suspicion', 'rivalry', 'stand', 'expressed', 'word', 'zealous', 'word', 'lord', 'zealous', 'right', 'engages', 'justly', 'failure', 'kept', 'soul', 'unspotted', 'went', 'way', 'tried', 'service', 'god', 'people', 'day', 'day', 'time', 'cheer', 'doubter', 'complained', 'hope', 'dead', 'time', 'help', 'cripple', 'way', 'rough', 'ahead', 'time', 'guard', 'orphan', 'day', 'satisfied', 'talent', 'god', 'given', 'closed', 'eye', 'died', 'time', 'beauty', 'lord', 'spread', 'time', 'hear', 'music', 'shell', 'child', 'time', 'repeating', 'bravely', 'worked', 'away', 'splendid', 'living', 'splendid', 'world', 'day', 'crowd', 'crowd', 'hurry', 'golden', 'prize', 'said', 'succeeded', 'clod', 'lay', 'head', 'dreamed', 'failure', 'compassionately', 'sighed', 'man', 'little', 'money', 'pocket', 'died', 'unknown', 'niinmiwnowww', 'irvif', 'hold', 'wicked', 'accountable', 'wickedness', 'mercy', 'unto', 'love', 'commandment', 'law', 'bind', 'judge', 'earth', 'right', 'receive', 'law', 'inward', 'written', 'heart', 'abundance', 'heart', 'mouth', 'speaks', 'thing', 'harmony', 'god', 'accounted', 'worthy', 'live', 'forever', 'refuse', 'grow', 'image', 'place', 'hater', 'god', 'fate', 'class', 'especially', 'individual', 'chooses', 'class', 'prefers', 'zeal', 'god', 'dealing', 'class', 'men', 'exact', 'rule', 'deal', 'justice', 'age', 'question', 'scripture', 'form', 'god', 'jew', 'gentile', 'apostle', 'answer', 'question', 'definitely', 'yes', 'gentile', 'rom', 'satisfied', 'answer', 'correct', 'apostle', 'draw', 'conclusion', 'seeing', 'god', 'shall', 'justify', 'circumcision', 'faith', 'uncircumcision', 'faith', 'void', 'law', 'faith', 'god', 'forbid', 'yea', 'establish', 'law', 'circumcision', 'established', 'abraham', 'seal', 'righteousness', 'faith', 'circumcision', 'seal', 'righteousness', 'faith', 'circumcision', 'conferred', 'abraham', 'order', 'constitute', 'father', 'believer', 'circumcised', 'uncircumcised', 'rom', 'israelite', 'abraham', 'descendant', 'circumcised', 'received', 'oracle', 'god', 'sinai', 'hand', 'lineally', 'descended', 'abraham', 'uncircumcised', 'choose', 'join', 'household', 'god', 'act', 'curse', 'law', 'spoken', 'second', 'commandment', 'gentile', 'idolater', 'delivered', 'death', 'christ', 'order', 'blessing', 'abraham', 'spoken', 'law', 'commandment', 'come', 'faith', 'son', 'god', 'gal', 'mercy', 'promised', 'beggared', 'israelite', 'supreme', 'idolater', 'lost', 'knowledge', 'import', 'circumcision', 'ignorance', 'god', 'father', 'abraham', 'lesson', 'righteousness', 'faith', 'god', 'attempted', 'revelation', 'people', 'learn', 'distinguish', 'false', 'god', 'began', 'lord_thy', 'god', 'brought', 'thee', 'land', 'egypt', 'thou', 'shalt', 'god', 'thou', 'shalt', 'represent', 'faith', 'creator', 'prove', 'loyalty', 'circumstance', 'peter', 'apostle', 'ready', 'ask', 'juncture', 'void', 'law', 'faith', 'god', 'forbid', 'yea', 'establish', 'law', 'science', 'prayer', 'prayer', 'characterized', 'faith', 'shrink', 'turn', 'determination', 'choose', 'thing', 'god', 'house', 'prayer', 'joyful', 'place', 'meeting', 'silent', 'hour', 'prayer', 'delightful', 'communion', 'god', 'science', 'prayer', 'signify', 'orderly', 'arranged', 'prayer', 'especially', 'exact', 'true', 'fact', 'case', 'presented', 'throne', 'god', 'prayer', 'include', 'brief', 'form', 'conformable', 'reason', 'wise', 'prudent', 'manifesting', 'forethought', 'sense', 'prayer', 'marked', 'selfish', 'desire', 'desire', 'receive', 'knowledge', 'blessing', 'god', 'order', 'impart', 'bassett']
root - INFO - extracting file #150500: 2017-04-Final-Corpus/ST19100823-V37-33-page6.txt
root - INFO - extracting file #151000: 2017-04-Final-Corpus/ST19110425-V38-17-page16.txt
root - INFO - ['jirt', 'vol', 'mountain', 'view', 'cal', 'april', 'authority', 'bible', 'holy', 'scripture', 'old', 'new', 'testament', 'common', 'king', 'james', 'authorized', 'version', 'american', 'standard', 'revised_version', 'version', 'generally', 'designated', 'reference', 'bible', 'quotation', 'paper', 'differing', 'common', 'version', 'indicated', 'invariably', 'american', 'standard', 'edition', 'revised', 'bible', 'copyright', 'thomas', 'nelson', 'son', 'particular', 'subscription', 'rate', 'page', 'contained', 'issue', 'general', 'page', 'tulle', 'principle', 'degradation', 'germany', 'visit', 'permanently', 'injure', 'neumann', 'fall', 'germany', 'death', 'resurrection', 'christ', 'germany', 'heartfelt', 'sympathy', 'extended', 'caribbean', 'watchman', 'loss', 'printing', 'plant', 'swept', 'block', 'cristobal', 'isthmus', 'panama', 'loss', 'plant', 'brother', 'haines', 'fellow', 'workman', 'lost', 'nearly', 'effect', 'writes', 'good_courage', 'significant', 'sad', 'professed', 'christian', 'believe', 'real', 'inspiration', 'bible', 'infallibility', 'word', 'sadder', 'conference', 'missionary', 'save', 'remaining', 'silent', 'witness', 'asked', 'read', 'article', 'page', 'hoped', 'real', 'conversion', 'positive', 'faith', 'converting', 'message', 'later', 'investigation', 'clearly', 'japanese', 'kdicate', 'private', 'citizen', 'option', 'flores', 'hale', 'estate', 'blocked', 'pierpont', 'morgan', 'hold', 'mortgage', 'property', 'japanese', 'purchase', 'purpose', 'colonization', 'promotion', 'dye', 'silk', 'thought', 'news', 'japanese', 'option', 'president', 'taft', 'mobilization', 'order', 'japanese', 'withdrawal', 'coincidence', 'rate', 'japanese', 'quietly', 'refused', 'complete', 'deal', 'bible', 'number', 'issue', 'new', 'series', 'special', 'bible', 'number', 'celebrating', 'tercentenary', 'english_bible', 'information', 'number', 'sell', 'contain', 'interesting', 'article', 'fact', 'following', 'paper', 'annals', 'english_bible', 'prof', 'olsen', 'earliest', 'translation', 'portion', 'bible', 'ringlo', 'saxon', 'version', 'called', 'author', 'effect', 'bible', 'english_language', 'prof', 'reed', 'later', 'revision', 'especially', 'revised_version', 'editor', 'bible', 'living', 'present', 'book', 'prof', 'rine', 'power', 'word', 'save', 'pastor', 'charles', 'taylor', 'blessing', 'bible', 'study', 'white', 'new', 'fine', 'cover', 'design', 'word', 'paper', 'splendidly', 'illustrated', 'ought', 'large_circulation', 'prove', 'splendid', 'number', 'sell', 'price', 'cent', 'shiloh', 'man', 'sorrow', 'received', 'request', 'publication', 'named', 'serial', 'story', 'book', 'form', 'inquiry', 'obtained', 'pacific_press', 'publish', 'book', 'butt', 'author', 'desire', 'copy', 'published', 'drop', 'card', 'led', 'stuttle', 'vermont', 'ave', 'lansing', 'mich', 'neumann', 'reason', 'human', 'right', 'human', 'conscience', 'respected', 'neumann', 'suffer', 'let', 'christian', 'lover', 'liberty', 'conscience', 'pray', 'thing', 'wrought', 'prayer', 'world', 'dream', 'prayer', 'hand', 'world', 'pray', 'whatsoever', 'come', 'neumann', 'grace', 'humbly', 'christlike', 'witness', 'greater', 'master', 'kaiser', 'wilhelm', 'secondly', 'god', 'released', 'durance', 'vile', 'wholly', 'utterly', 'unjust', 'neumann', 'fall', 'merely', 'temporary', 'incidental', 'soldier', 'christ', 'germany', 'fall', 'moral', 'eternal', 'sooner', 'later', 'organization', 'great', 'small', 'set', 'liberty', 'conscience', 'suffer', 'irretrievable', 'ruin', 'set', 'god', 'germany', 'recall', 'poor', 'monk', 'diet', 'worth', 'drift', 'protestantism', 'tradition', 'revealed', 'observance', 'roina', 'catholic', 'festival', 'holy', 'day', 'instance', 'union', 'good', 'friday', 'service', 'held', 'richmond', 'district', 'san_francisco', 'congregationalist', 'baptist', 'methodist', 'episcopals', 'presbyterian', 'christ', 'died', 'die', 'sin', 'reckon', 'dead', 'unto', 'sin', 'alive', 'unto', 'god', 'jesus_christ', 'lord', 'hour', 'day', 'observance', 'manappointed', 'day', 'memorial', 'god', 'work', 'redemption', 'blind', 'soul', 'real_meaning', 'event', 'ivork', 'question', 'appointment', 'substitute', 'formal', 'religion', 'ancient', 'object', 'lesson', 'said', 'ancient', 'samaritan', 'feared', 'jehovah', 'served', 'god', 'king', 'dare', 'repudiate', 'jehovah', 'feared', 'lion', 'coming', 'judgment', 'heart', 'converted', 'worshiped', 'served', 'god', 'dare', 'repudiate', 'god', 'bible', 'vague', 'fear', 'ofpossible', 'corning', 'ill', 'ailtrearly', 'education', 'hold', 'serve', 'god', 'lust', 'greed', 'fashion', 'appetite', 'passion', 'false', 'theology', 'stand', 'time', 'trial', 'test', 'god', 'judgment', 'belong', 'god', 'creation', 'redemption', 'acknowledge', 'honest', 'believer', 'owe', 'develop', 'power', 'mind', 'body', 'soul', 'utmost', 'expend', 'energy', 'selfishness', 'sin', 'spend', 'time', 'unnecessary', 'thing', 'perish', 'place', 'service', 'lust', 'greed', 'ambition', 'power', 'faculty', 'belong', 'bought', 'price', 'eternal', 'sacrifice', 'ingratitude', 'robbery', 'treason', 'yield', 'world', 'april', 'life', 'boat', 'excellent', 'number', 'instructive', 'cheering', 'word', 'article', 'sane', 'scientific', 'eating', 'datid', 'paulson', 'lead', 'story', 'prodigal', 'ministry', 'destitute', 'downhearted', 'forsaken', 'follow', 'helpful', 'article', 'rescue', 'work', 'home', 'india', 'price', 'cent', 'hinsdale', 'ill', 'cyclone', 'kansa', 'oklahoma', 'april', 'reported', 'killed', 'person', 'injured', 'demolishing', 'score', 'building', 'destroying', 'thousand', 'dollar', 'worth', 'property', 'big', 'heart', 'oklahoma', 'center', 'storm', 'death', 'reported', 'kansa', 'town', 'lawrence', 'whiting', 'powhattan', 'elkridge', 'hiawatha', 'love', 'god', 'witness', 'disease', 'peril', 'remedy', 'refuge', 'fork', 'road', 'obedience', 'jesus', 'jew', 'question', 'corner', 'question', 'bible', 'band', 'week', 'bible', 'reading', 'spiritual', 'gift', 'outlook', 'million', 'minute', 'catholicism', 'politic', 'mission', 'religious', 'progress', 'india', 'work', 'worker', 'china', 'famine', 'fund', 'poetry', 'jesus', 'saving', 'knowledge', 'good_time', 'ready', 'series', 'paper', 'week', 'disease', 'peril', 'remedy', 'refug', 'long', 'long', 'article', 'believe', 'repay', 'reading', 'review', 'malefic', 'condition', 'pessimistic', 'ithoesents', 'sure', 'soyereign', 'remedy', 'reach', 'read', 'end', 'paper', 'week', 'advertised', 'fifty', 'number', 'year', 'best', 'place', 'drop', 'old', 'series', 'new', 'new', 'series', 'begin', 'week', 'special', 'bible', 'number', 'valuable', 'matter', 'english_bible', 'earnest', 'christian', 'soul', 'asking', 'own_hearts', 'god', 'message', 'day', 'timetyast', 'reply', 'assuredly', 'clear', 'strong', 'definite', 'bal', 'anced', 'reasonable', 'living', 'effort', 'set', 'forth', 'word', 'message', 'brief', 'month', 'series', 'begin', 'number', 'bible', 'good_time', 'subscribe', 'induce', 'friend', 'subscribe', 'reader', 'interested', 'gye', 'station', 'new', 'yurk', 'central', 'building', 'noted', 'page', 'great_thing', 'greater', 'thing', 'saving', 'soul', 'pass', 'mighty', 'gateway', 'building', 'character', 'transcends', 'glory', 'structure', 'earth', 'best', 'time', 'eternity', 'praise', 'glory', 'men', 'praise', 'arid', 'glory', 'christ', 'germany', 'know', 'facing', 'problem', 'soldier', 'neumann', 'facedin', 'sixteenth_century', 'monk', 'luther', 'matter', 'men', 'principle', 'break', 'men', 'break', 'empire', 'depending', 'relationship', 'atti', 'jerusalem', 'fall', 'adventist', 'perial', 'military', 'court', 'title', 'note', 'german', 'newspaper', 'brother', 'meyer', 'sends', 'render', 'follows', 'berlin', 'imperial', 'military', 'court', 'spoke', 'yesterday', 'definite', 'word', 'case', 'adventist', 'neumann', 'neumann', 'refused', 'commencing', 'term', 'soldier', 'service', 'sabbath', 'waif', 'sentenced', 'prison', 'penalty', 'reach', 'total', 'year', 'month', 'refuse', 'service', 'saturday', 'war', 'court', 'simply', 'abandoned', 'verdict', 'formal', 'reason', 'accused', 'sentenced', 'dishonoring', 'fine', 'degradation', 'according', 'sentence', 'imperial', 'military', 'court', 'far', 'hope', 'neumann', 'leave', 'prison', 'fall', 'abel', 'paper', 'week', 'trite', 'paper', 'come', 'paper', 'number', 'year', 'great', 'bible', 'number', 'follow', 'worth', 'number', 'monthly', 'sign', 'day', 'sale', 'copy', 'promise', 'great_things', 'past', 'number', 'going', 'number', 'better']
root - INFO - extracting file #151500: 2017-04-Final-Corpus/ST19120102-V39-01-page6.txt
root - INFO - extracting file #152000: 2017-04-Final-Corpus/ST19120910-V39-35-page11.txt
root - INFO - ['september', 'fie', 'gign', 'wrneo', 'laqs', 'asa', 'dent', 'united', 'state', 'delicate', 'attitude', 'seeking', 'interfere', 'legislation', 'sister', 'republic', 'socialism', 'president', 'feeney', 'report', 'dwelt', 'largely', 'question', 'socialism', 'declaring', 'achieve', 'purpose', 'country', 'bring', 'greatest', 'despotism', 'world', 'seen', 'warned', 'world', 'socialism', 'set', 'forth', 'catholic_church', 'power', 'world', 'cope', 'evil', 'clerical', 'delegate', 'philippine', 'island', 'finnegan', 'lamented', 'missionary', 'activity', 'protestant', 'body', 'philippine', 'declaring', 'missionary', 'activity', 'protestant', 'philippine', 'certainly', 'result', 'making', 'filipino', 'indifferent', 'tenet', 'religion', 'case', 'materialist', 'rationalist', 'view', 'fact', 'condition', 'exist', 'france', 'italy', 'spain', 'porcugal', 'protestant', 'missionary', 'justly', 'bring', 'charge', 'catholic', 'priest', 'priest', 'bring', 'missionary', 'catholic', 'world', 'federation', 'convention', 'great', 'emphasis', 'laid', 'necessity', 'forming', 'great', 'world', 'federation', 'catholic', 'society', 'catholic_church', 'accomplishing', 'america', 'federation', 'accomplish', 'country', 'time', 'combined', 'influence', 'american_federation', 'similar', 'federation', 'way', 'america', 'lead', 'world', 'backward', 'path', 'papal_supremacy', 'federation', 'official', 'realize', 'powerful', 'organization', 'making', 'definite_plans', 'said', 'bishop', 'mcfaul', 'iinion', 'desirable', 'formation', 'instrument', 'ready', 'voice', 'catholic', 'sentiment', 'state', 'nation', 'seldom', 'need', 'need', 'badly', 'shape', 'immediately', 'hand', 'knowing', 'powerful', 'produce', 'required', 'result', 'federation', 'souvenir', 'page', 'bishop', 'expects', 'influence', 'accomplish', 'unification', 'catholic', 'nationality', 'united', 'state', 'solution', 'school', 'question', 'solution', 'school', 'question', 'mean', 'division', 'public', 'school', 'fund', 'support', 'parochial', 'school', 'school', 'money', 'raised', 'general', 'taxation', 'archbishop', 'messmer', 'milwaukee', 'speaking', 'expected', 'accomplish', 'instrumentality', 'federation', 'said', 'federation', 'strongest', 'powerful', 'organization', 'united', 'state', 'day', 'secretary', 'report', 'report', 'quote', 'word', 'cardinal', 'falconio', 'american_federation', 'catholic', 'society', 'working', 'directly', 'protection', 'guidance', 'american', 'hierarchy', 'sanction', 'blessing', 'pope', 'secretary', 'statement', 'reference', 'attitude', 'federation', 'sunday', 'enforcement', 'question', 'society', 'locality', 'urging', 'rigid', 'sunday', 'observance', 'encouraged', 'movement', 'post', 'office', 'closing', 'sunday', 'opposing', 'holding', 'political', 'rally', 'lord', 'day', 'boston', 'archdiocesan', 'federation', 'recently', 'passed', 'resolution', 'introduce', 'massachusetts', 'legislature', 'requesting', 'closing', 'liquor', 'establishment', 'good', 'friday', 'legislature', 'usually', 'request', 'influence', 'powerful', 'organization', 'request', 'people', 'massachusetts', 'stop', 'selling', 'liquor', 'good', 'friday', 'new', 'departure', 'legislation', 'illustrates', 'demand', 'follows', 'state', 'enters', 'work', 'passing', 'law', 'deal', 'religion', 'legislating', 'regard', 'good', 'friday', 'logical', 'step', 'pas', 'law', 'requesting', 'people', 'attend', 'mass', 'confessional', 'strength', 'great', 'organization', 'purpose', 'set', 'ought', 'arouse', 'people', 'country', 'danger', 'threatening', 'american', 'institution', 'american', 'liberty', 'roman', 'church', 'desire', 'america', 'organization', 'pledged', 'accomplished', 'ought', 'patent', 'american_citizen', 'constitution', 'roman', 'hierarchy', 'constitution', 'united', 'state', 'america', 'common', 'fact', 'danger', 'pit', 'degradation', 'heartless', 'wickedness', 'speak', 'cruelty', 'vice', 'trust', 'present', 'phase', 'modern', 'iniquity', 'age', 'trust', 'time', 'men', 'seek', 'personal', 'gain', 'control', 'various_lines', 'business', 'manufacture', 'corner', 'profit', 'following', 'prompting', 'form', 'trust', 'vice', 'crime', 'men', 'overlooked', 'boast', 'great', 'civilization', 'cause', 'perspiration', 'shame', 'stand', 'face', 'mind', 'vice', 'laden', 'element', 'foothold', 'great_cities', 'world', 'shudder', 'thought', 'trafficker', 'vice', 'entrenched', 'alarming', 'extent', 'league', 'unprincipled', 'officer', 'law', 'source', 'vice', 'trust', 'strong', 'brazen', 'assumes', 'control', 'operation', 'wickedness', 'way', 'bring', 'highest', 'possible', 'gain', 'command', 'appalling', 'think', 'vice', 'reached', 'awful', 'depth', 'time', 'absolutely', 'unsafe', 'young_girl', 'particularly', 'large_city', 'strong', 'protector', 'day', 'news', 'tell', 'young_girl', 'stolen', 'case', 'heard', 'taken', 'brothel', 'year', 'life', 'enforced', 'shame', 'passed', 'unknown', 'graf', 'thousand', 'thousand', 'young_woman', 'nation', 'called', 'year', 'vice', 'trust', 'order', 'command', 'thrive', 'gain', 'iniquity', 'denying', 'condition', 'exist', 'evidence', 'abundant', 'known', 'require', 'proof', 'thing', 'signify', 'tell', 'concerning', 'civilization', 'held', 'forth', 'pride', 'following', 'scripture', 'serve', 'light', 'subject', 'day', 'noah', 'shall', 'day', 'son', 'man', 'likewise', 'day', 'lot', 'eat', 'drank', 'bought', 'sold', 'planted', 'builded', 'day', 'lot', 'went', 'sodom', 'rained', 'brimstone', 'heaven', 'destroyed', 'shall', 'day', 'son', 'man', 'revealed', 'tell', 'night', 'shall', 'men', 'bed', 'shall', 'taken', 'shall', 'left', 'woman', 'shall', 'grinding', 'shall', 'taken', 'left', 'men', 'shall', 'field', 'shall', 'taken', 'left', 'luke', 'scripture', 'manifestly', 'brings', 'view', 'judgment', 'scene', 'shall', 'taken', 'left', 'time', 'son', 'man', 'revealed', 'told', 'day', 'lot', 'lot', 'lived', 'sodom', 'corrupt', 'time', 'history', 'barely', 'got', 'urging', 'angel', 'time', 'save', 'going', 'city', 'destroyed', 'wickedness', 'judgment', 'jehovah', 'sodom', 'city', 'lot', 'dwelling', 'place', 'come', 'synonym', 'worst', 'condition', 'vice', 'prevail', 'condition', 'time', 'teach', 'whole_world', 'rapidly', 'modern', 'sodom', 'rapidly', 'getting', 'ready', 'plunge', 'great', 'lake', 'abundantly', 'described', 'sacred', 'book', 'god', 'righteousness', 'truth', 'overthrew', 'ancient', 'sodom', 'suffer', 'thing', 'making', 'vice', 'trust', 'day', 'william', 'booth', 'organizer', 'salvation_army', 'died', 'near', 'london', 'england', 'august', 'advanced', 'age', 'threatening', 'american', 'institution', 'greater', 'far', 'reaching', 'confronted', 'nation', 'hopelessness', 'situation', 'lie', 'apathy', 'professed', 'protestantism', 'willingness', 'instance', 'help', 'church', 'accomplishment', 'ambition', 'protestant', 'declared', 'time', 'convention', 'america', 'great_influence', 'lead', 'world', 'tiber', 'consummation', 'christian', 'hope', 'far', 'snow', 'vice', 'trust', 'white', 'slave', 'traffic', 'term', 'recently', 'coined', 'later', 'expression', 'vice', 'trust', 'expression', 'refer', 'degraded', 'degrading', 'vice', 'attack', 'heart', 'civilized', 'world', 'know', 'white', 'slave', 'young_girl', 'stolen', 'way', 'negro', 'stolen', 'africa', 'difference', 'negro', 'taken', 'plantation', 'place', 'physical', 'servitude', 'work', 'taskmaster', 'young_girl', 'taken', 'city', 'sold', 'mistress', 'compels', 'lead', 'life', 'prostitute', 'awful', 'thing', 'men', 'conceived', 'bottqw', 'tlat', 'farther', 'young_woman', 'miss', 'nell', 'schmidt', 'living', 'alameda', 'california', 'august', 'performed', 'remarkable', 'feat', 'swimming', 'san_francisco', 'bay', 'distance', 'mile', 'hour', 'minute', 'battled', 'outgoing', 'tide', 'strong', 'current', 'set', 'tip', 'passing', 'ferry', 'like', 'remarkable', 'physical', 'endurance', 'thif', 'thletic', 'young_woman']
root - INFO - extracting file #152500: 2017-04-Final-Corpus/ST19140120-V41-02-page16.txt
root - INFO - extracting file #153000: 2017-04-Final-Corpus/ST19140908-V41-35-page9.txt
root - INFO - ['word', 'reader', 'nun', 'subscription', 'rate', 'send', 'paper', 'office', 'individual', 'pay', 'advance', 'person', 'receive', 'copy', 'ordering', 'sent', 'party', 'noinformation', 'regard', 'persona', 'receiving', 'copy', 'sign', 'indebted', 'office', 'called', 'pay', 'read', 'paper', 'receive', 'hand', 'friend', 'read', 'date', 'expiration', 'published', 'weekly', 'pacific_press', 'publishing', 'association', 'corporation', 'seventh', 'day', 'adventist', 'denomination', 'entered', 'sept', 'second', 'class_matter', 'mountain', 'view', 'cal', 'post', 'office', 'act', 'congress', 'march', 'tait', 'editor', 'reed', 'associate', 'editorial', 'contributor', 'month', 'month', 'year', 'number', 'question', 'answer', 'bible', 'atlas', 'map', 'bible', 'atlas', 'map', 'text', 'bible', 'dictiontiry', 'new', 'yearly', 'subscription', 'renewal', 'new', 'sent', 'time', 'new', 'yearly', 'subscription', 'renewal', 'new', 'sent', 'time', 'new', 'yearly', 'subscription', 'renewal', 'new', 'sent', 'time', 'copy', 'person', 'monteli', 'copy', 'separate', 'address', 'month', 'weekly', 'monthly', 'sign', 'year', 'hoskin', 'circulation', 'manager', 'sign', 'wrapper', 'bear', 'date', 'issue', 'subscription', 'renewed', 'advance', 'paper', 'stop', 'expiration_date', 'herewith', 'order', 'blank', 'know', 'overlooked', 'sending', 'renewal', 'wish', 'miss', 'single', 'issue', 'number', 'furnished', 'daniells', 'wilcox', 'evans', 'spicer', 'thompsox', 'andross', 'salisbury', 'kxox', 'porter', 'comdata', 'scripture', 'quotation', 'authority', 'doctrine', 'teach', 'bible', 'quotation', 'usually', 'king', 'james', 'version', 'american', 'standard', 'revised', 'manuscript', 'addressed', 'editor', 'address', 'business', 'money', 'order', 'payable', 'swag', 'time', 'mountain', 'view', 'california', 'greatest', 'gift', 'man', 'good', 'thing', 'dwells', 'person', 'seeking', 'impart', 'blessing', 'man', 'lessed', 'god', 'father', 'lord', 'jesus', 'christ', 'hath', 'blessed', 'spiritual_blessings', 'heavenly', 'thing', 'christ', 'eph', 'margin', 'god', 'blessed', 'spiritual_blessings', 'blessing', 'come', 'christ', 'received', 'enjoyed', 'fulness', 'receiving', 'jesus', 'christ', 'men', 'need', 'need', 'having', 'saving', 'truth', 'receive', 'dwells', 'christ', 'great', 'universe', 'god', 'soul', 'world', 'clearly', 'set', 'forth', 'scripture', 'truth', 'christ', 'read', 'pleased', 'father', 'fulness', 'dwell', 'col', 'fulness', 'dwells', 'christ', 'fulness', 'god', 'father', 'dwelleth', 'fulness', 'godhead', 'bodily', 'col', 'father', 'reveals', 'men', 'said', 'philip', 'christ', 'father', 'sufficeth', 'christ', 'replied', 'hath', 'seen', 'bath', 'seen', 'father', 'word', 'speak', 'unto', 'speak', 'father', 'dwelleth', 'doeth', 'work', 'john', 'christ', 'father', 'brightness', 'glory', 'express', 'image', 'person', 'heb', 'power', 'god', 'wisdom', 'god', 'cor', 'knoweth', 'man', 'father', 'save', 'son', 'whomsoever', 'son', 'reveal', 'matt', 'access', 'expression', 'help', 'understand', 'declaration', 'man_hath', 'seen', 'god', 'time', 'begotten_son', 'bosom', 'father', 'bath', 'declared', 'john', 'jehovah', 'revealed', 'personally', 'world', 'dwells', 'light', 'unapproachable', 'man', 'access', 'begotten_son', 'image', 'power', 'wisdom', 'father', 'son', 'christ', 'dwelleth', 'fulness', 'godhead', 'bodily', 'absolutely', 'true', 'christ', 'chiefest', 'thousand', 'altogether', 'lovely', 'light', 'world', 'way', 'truth', 'life', 'john', 'hid', 'treasure', 'wisdom', 'knowledge', 'col', 'longs', 'blessedness', 'christ', 'longs', 'soul', 'universe', 'tell', 'fulness', 'wisdom', 'power', 'light', 'drawn', 'hold', 'priceless', 'treasure', 'open', 'otw', 'heart', 'want', 'man', 'posse', 'fulness', 'willing', 'receive', 'john', 'fulness', 'received', 'grace', 'grace', 'john', 'unto', 'wisdom', 'righteousness', 'sanctification', 'redemption', 'cor', 'paul', 'prayed', 'men', 'filled', 'fulness', 'god', 'eph', 'prayed', 'christ', 'dwell', 'heart', 'faith', 'eph', 'christ', 'separated', 'light', 'wisdom', 'power', 'light', 'life', 'power', 'truth', 'heart', 'faith', 'fulness', 'message', 'heard', 'declare', 'unto', 'god', 'light', 'darkness', 'fellowship', 'walk', 'darkness', 'lie', 'truth', 'john', 'white_raiment', 'tried', 'gold', 'nature', 'man', 'wretched', 'miserable', 'poor', 'blind', 'naked', 'christ', 'counsel', 'buy', 'gold', 'rich', 'white_raiment', 'clothed', 'shame', 'nakedness', 'shall', 'appear', 'anoint', 'eye', 'eye', 'salve', 'obtain', 'blessing', 'greatly', 'need', 'behold', 'stand', 'door', 'knock', 'man', 'hear', 'voice', 'open', 'door', 'come', 'sup', 'rev', 'christ', 'love', 'fallen', 'sinful_men', 'yearns', 'impart', 'life', 'righteousness', 'power', 'peace', 'personal', 'contact', 'abide', 'behold', 'stand', 'door', 'knock', 'man', 'hear', 'voice', 'open', 'door', 'come', 'throw', 'wide', 'open', 'door', 'heart', 'enthrone', 'receive', 'fulness', 'blessing', 'offer', 'prize', 'essay', 'sunday', 'keeping', 'learned', 'writer', 'fatal', 'admission', 'argument', 'disclose', 'weakness', 'position', 'lord', 'day', 'observance', 'committee', 'wesleyan', 'methodist', 'conference', 'england', 'year', 'ago', 'offered', 'prize', 'best', 'essay', 'church', 'minister', 'duty', 'relation', 'sabbath', 'prize', 'awarded', 'rev', 'william', 'spiers', 'published', 'book', 'entitled', 'sabbath', 'man', 'writer', 'prize', 'essay', 'course', 'observer', 'sunday', 'supposed', 'setting', 'forth', 'reason', 'day', 'week', 'observed', 'refers', 'sunday', 'lord', 'day', 'regard', 'sacred', 'forth', 'usual', 'argument', 'sanctity', 'claim', 'apostle', 'example', 'lord', 'honored', 'day', 'resurrection', 'admission', 'fatal', 'interesting', 'note', 'prize', 'essay', 'admission', 'upset', 'entirely', 'claim', 'sanctity', 'sunday', 'establish', 'doubt', 'binding', 'obligation', 'seventh', 'day', 'sabbath', 'lord', 'blessed', 'eden', 'gave', 'man', 'memorial', 'creative_power', 'surely', 'scholarly', 'writer', 'examined', 'literature', 'ancient', 'modern', 'bearing', 'question', 'involved', 'endeavoring', 'uphold', 'sunday', 'instead', 'proving', 'sanctity', 'day', 'week', 'forth', 'argument', 'admission', 'establish', 'sanctity', 'binding', 'bligations', 'day', 'evident', 'scriptural', 'warrant', 'sunday', 'keeping', 'day', 'sabbath', 'set', 'apart', 'christ', 'statement', 'prize', 'essay', 'written', 'urge', 'better', 'observance', 'day', 'week', 'read', 'categorically', 'asserted', 'new_testament', 'lord', 'day', 'specially', 'set', 'apart', 'christ', 'ordained', 'page']
root - INFO - extracting file #153500: 2017-04-Final-Corpus/ST19160801-V43-30-page16.txt
root - INFO - extracting file #154000: 2017-04-Final-Corpus/ST19180416-V45-16-page7.txt
root - INFO - ['opinion', 'concerning', 'moral', 'duty', 'god', 'great', 'standard', 'perfection', 'lost', 'men', 'right', 'own_eyes', 'forgotten', 'known', 'perfect', 'god', 'requires', 'perfect', 'character', 'creature', 'erected', 'perfect_law', 'measure', 'shape', 'life', 'judged', 'idol', 'worshiper', 'india', 'feel', 'duty', 'demand', 'prostrate', 'god', 'wood', 'stone', 'known', 'recognized', 'acknowledged', 'great', 'standard', 'perfection', 'thou_shalt', 'bow', 'thyself', 'serve', 'chinaman', 'burn', 'incense', 'ancestral', 'tablet', 'regard', 'perfect_law', 'professed', 'christian', 'break', 'sabbath', 'day', 'knowingly', 'unwittingly', 'disregard', 'god', 'standard', 'perfection', 'come', 'bond', 'covenant', 'perfect', 'father', 'heaven', 'perfect', 'turn', 'eye', 'mean', 'provided', 'law', 'lord', 'perfect', 'converting', 'soul', 'psalm', 'look', 'perfect_law', 'liberty', 'continue', 'yield', 'master', 'workman', 'shall', 'permitted', 'write', 'perfect_law', 'heart', 'manner', 'love', 'usward', 'shall', 'called', 'son', 'god', 'god', 'child', 'earth', 'generation', 'described', 'keeping', 'commandment', 'god', 'reasonable', 'expects', 'son', 'god', 'like', 'perfect', 'standard', 'perfection', 'given', 'information', 'high_standard', 'sure', 'high', 'jeys', 'rael', 'old_time', 'like', 'john', 'baptist', 'satisfied', 'answer', 'indicates', 'prophecy', 'fulfilled', 'tell', 'new', 'testament', 'prophecy', 'given', 'answer', 'disciple', 'question', 'tell', 'shall', 'thing', 'shall', 'sign', 'thy', 'coming', 'end', 'world', 'matthew', 'answer', 'question', 'place', 'prophecy', 'old_testament', 'let', 'statement', 'prophecy', 'basis', 'said', 'subject', 'bear', 'mind', 'question', 'sign', 'gospel', 'kingdom', 'shall', 'preached', 'world', 'witness', 'unto', 'nation', 'shall', 'end', 'come', 'matthew', 'shall', 'sign', 'sun', 'moon', 'star', 'earth', 'distress', 'nation', 'perplexity', 'sea', 'wave', 'roaring', 'men', 'heart', 'failing', 'fear', 'looking', 'thing', 'coming', 'earth', 'power', 'heaven', 'shall', 'shaken', 'shall', 'son', 'man', 'coming', 'cloud', 'power', 'great_glory', 'luke', 'thou', 'daniel', 'shut', 'word', 'seal', 'book', 'time', 'end', 'shall', 'run', 'fro', 'knowledge', 'shall', 'increased', 'daniel', 'notice', 'increase', 'knowledge', 'great', 'subject', 'prophecy', 'corresponding', 'development', 'travel', 'time', 'end', 'second', 'notice', 'world', 'wide', 'proclamation', 'gospel', 'shall', 'end', 'come', 'human', 'standpoint', 'right', 'human', 'standpoint', 'light', 'prophecy', 'conclude', 'sure', 'result', 'increase', 'knowledge', 'development', 'mean', 'transportation', 'communication', 'worldwide', 'proclamation', 'gospel', 'peace', 'peaceful', 'world', 'living', 'happy', 'accord', 'minimum', 'national', 'perplexity', 'men', 'facing', 'future', 'calm', 'confidence', 'bright_hope', 'precisely', 'great_body', 'church', 'unmindful', 'prophecy', 'prophesied', 'looking', 'century', 'miraculous', 'progress', 'educational', 'advantage', 'century', 'wonderful', 'advance', 'world', 'mission', 'church', 'extension', 'church', 'proclaiming', 'near', 'triumphant', 'future', 'big', 'hope', 'time', 'people', 'half', 'century', 'studying', 'prophetic_word', 'publishing', 'world', 'finding', 'sign', 'time', 'mouthpiece', 'declared', 'verge', 'fulfillment', 'luke', 'earth', 'distress', 'nation', 'perplexity', 'men', 'heart', 'failing', 'fear', 'looking', 'thing', 'coming', 'earth', 'crash', 'come', 'prophesyings', 'men', 'sign', 'time', 'april', 'human', 'divine', 'forecast', 'prophesyings', 'men', 'sweep', 'scripture', 'prophecy', 'fallen', 'earth', 'stray', 'noted', 'previous', 'article', 'fullness', 'time', 'come', 'men', 'discern', 'clearly', 'meaning', 'messianic', 'prophecy', 'contained', 'writing', 'prophet', 'day', 'samuel', 'followed', 'prophecy', 'isaiah', 'birth', 'jesus', 'apply', 'day', 'ahaz', 'searching', 'writing', 'preserved', 'holy', 'prophet', 'world', 'began', 'prophesied', 'time', 'restitution', 'thing', 'expect', 'gem', 'concealed', 'application', 'time', 'advent', 'great', 'deal', 'prophecy', 'meeting', 'fulfillment', 'fulfilled', 'ancient_times', 'consider', 'inquire', 'come', 'fullness', 'time', 'god', 'great_plan', 'redemption', 'ruined', 'world', 'race', 'knew', 'message', 'john', 'baptist', 'called', 'god', 'proclaim', 'lord', 'coming', 'forerunner', 'messenger', 'advent', 'religious', 'leader', 'jerusalem', 'sent', 'inquire', 'work', 'creating', 'small', 'stir', 'people', 'declared', 'sent', 'fulfillment', 'prophecy', 'isaiah', 'john', 'john', 'base', 'introduction', 'messiah', 'wholly', 'prophecy', 'past', 'great_burden', 'prophecy', 'ministry', 'suffering', 'son', 'god', 'unfulfilled', 'john', 'gave', 'reason', 'identification', 'son', 'god', 'special', 'revelation', 'given', 'knew', 'sent', 'baptize', 'water', 'said', 'unto', 'thou_shalt', 'spirit', 'descending', 'remaining', 'john', 'john', 'prison', 'disciple', 'faith', 'sorely', 'tried', 'jesus', 'deliver', 'sent', 'disciple', 'christ', 'question', 'art_thou', 'come', 'look', 'matthew', 'jesus', 'sent', 'john', 'message', 'prophecy', 'isaiah', 'fulfilled', 'ministry', 'john', 'strengthened', 'supreme', 'sacrifice', 'faith', 'thirty', 'eighth', 'chapter', 'ezekiel', 'prophecy', 'invasion', 'palestine', 'north', 'day', 'mountain', 'land', 'waste', 'year', 'prophet', 'project', 'future', 'time', 'fulfillment', 'prophecy', 'looking', 'ancient', 'writing', 'israel', 'prophet', 'asks', 'question', 'like', 'john', 'baptist', 'art_thou', 'spoken', 'old_time', 'servant', 'prophet', 'israel', 'prophesied', 'day', 'year', 'bring', 'thee', 'verse', 'ask', 'question', 'time', 'spoken', 'propheti']
root - INFO - extracting file #154500: 2017-04-Final-Corpus/ST19190107-V46-01-page10.txt
root - INFO - extracting file #155000: 2017-04-Final-Corpus/ST19190902-V46-34-page2.txt
root - INFO - ['sign', 'time', 'september', 'trader', 'began', 'live', 'java', 'near', 'beginning', 'fifteenth', 'century', 'mohammedan', 'force', 'overthrew', 'hindu', 'kingdom', 'majapahit', 'time', 'present', 'java', 'mohammedan', 'ninety', 'cent', 'thirty', 'million', 'confessing', 'faith', 'day', 'moslem', 'doe', 'depend', 'verbal', 'instruction', 'spread', 'faith', 'egypt', 'india', 'numerous', 'mohammedan', 'printing', 'establishment', 'preparation', 'proselyting', 'literature', 'singapore', 'mohammedan', 'religious', 'book', 'shop', 'catalogue', 'fifty', 'page', 'book', 'printed', 'malay', 'arabic', 'javanese', 'work', 'arabic', 'thirteen', 'commentary', 'koran', 'commentary', 'contains', 'thirty', 'volume', 'book', 'tract', 'published', 'language', 'including', 'chinese', 'arabia', 'ascendancy', 'mohammedanism', 'decadent', 'faith', 'believe', 'missionary', 'rapidly', 'pushing', 'frontier', 'direction', 'asia', 'africa', 'island', 'sea', 'great', 'colonizing', 'power', 'england', 'india', 'egypt', 'africa', 'france', 'morocco', 'deal', 'gently', 'mohammedan', 'question', 'territory', 'far', 'seeing', 'men', 'nation', 'realize', 'danger', 'lie', 'religion', 'great', 'english', 'writer', 'subject', 'africa', 'western', 'asia', 'great', 'morrow', 'renascent', 'islam', 'arab', 'auspex', 'constantinople', 'paralysis', 'islam', 'islam', 'turk', 'different', 'thing', 'islam', 'arab', 'british', 'set', 'establishment', 'islamic', 'university', 'teaching', 'egypt', 'mere', 'stroke', 'opening', 'disposition', 'underrate', 'temporarily', 'depressed', 'nation', 'race', 'culture', 'irrational', 'prevalent', 'mischievous', 'form', 'stupidity', 'distorts', 'entire', 'outlook', 'future', 'day', 'justifiable', 'tendency', 'ignore', 'quality', 'arab', 'religion', 'islam', 'vital', 'nigeria', 'china', 'sickened', 'closeness', 'constantinople', 'ally', 'prepare', 'peace', 'world', 'peace', 'trend', 'event', 'asia_minor', 'point', 'great', 'revival', 'mesopotamia', 'new', 'population', 'mesopotamia', 'european', 'indian', 'arabic', 'concentration', 'arabic', 'lay', 'hold', 'printing', 'press', 'new', 'intellectual', 'movement', 'islam', 'renascent', 'bagdad', 'inevitable', 'quoted', 'coming', 'mohammedan', 'growing', 'restive', 'growing', 'hold', 'europe', 'taking', 'east', 'stronger', 'exponent', 'asia', 'asiatic', 'follower', 'mohammed', 'shown', 'oft', 'recurring', 'mohammedan', 'rising', 'dutch', 'english', 'colony', 'highly', 'probable', 'arabian', 'assume', 'leadership', 'world', 'islamism', 'holy', 'city', 'islam', 'mecca', 'medina', 'arabia', 'power', 'new', 'arabian', 'kingdom', 'city', 'countless', 'number', 'fervid', 'belief', 'account', 'numerous', 'mandis', 'arisen', 'africa', 'large', 'following', 'religious', 'prejudice', 'east', 'deepening', 'tendency', 'time', 'preparation', 'speedy', 'fulfillment', 'prophecy', 'revelation', 'battle', 'armageddon', 'sixth', 'angel', 'poured', 'vial', 'great', 'river', 'euphrates', 'water', 'thereof', 'dried', 'way', 'king', 'east', 'prepared', 'saw', 'unclean', 'spirit', 'like', 'frog', 'come', 'mouth', 'dragon', 'mouth', 'beast', 'mouth', 'false_prophet', 'spirit', 'devil', 'working', 'miracle', 'forth', 'unto', 'king', 'earth', 'whole_world', 'gather', 'battle', 'great_day', 'god_almighty', 'gathered', 'place', 'called', 'hebrew', 'tongue', 'armageddon', 'revelation', 'great_conflict', 'inevitable', 'viewpoint', 'world', 'condition', 'prophecy', 'bible', 'event', 'second', 'coming', 'christ', 'day', 'proud', 'mighty', 'earth', 'laid', 'low', 'hope', 'coming', 'lord', 'way', 'escape', 'heaven', 'faith', 'work', 'christian', 'saved', 'keeping', 'law', 'spoken', 'god', 'sinai', 'faith', 'lord', 'jesus_christ', 'manifestation', 'faith', 'contrary', 'royal_law', 'liberty', 'love', 'james', 'seek', 'law', 'set', 'aside', 'order', 'shall', 'counted', 'right', 'desire', 'heavenly', 'lookingglass', 'revealing', 'doe', 'perfect', 'righteousness', 'jesus_christ', 'shall', 'remain', 'mirror', 'look', 'corrected', 'character', 'shall', 'respond', 'likeness', 'character', 'lord', 'written', 'know', 'shall', 'appear', 'shall', 'like', 'shall', 'james', 'john', 'concerning', 'keeping', 'law', 'jesus', 'said', 'commandment', 'shall', 'abide', 'love', 'kept', 'father', 'commandment', 'abide', 'love', 'john', 'kept', 'commandment', 'like', 'lucifer', 'fallen', 'man', 'sinner', 'forfeited', 'right', 'man', 'redeemer', 'christian', 'obtain', 'eternal_life', 'faith', 'lord', 'jesus_christ', 'set', 'aside', 'royal_law', 'kingdom', 'bowen', 'paint', 'putty', 'hide', 'defect', 'physical', 'building', 'spiritual', 'hollister', 'visvivalv', 'ilf', 'ivin', 'crisis', 'hour', 'ovhvilvi', 'slowly', 'dial', 'hand', 'moved', 'year', 'slowly', 'hoary', 'age', 'past', 'face', 'time', 'destiny', 'crisis', 'hour', 'greatest', 'wondrous', 'day', 'mightiest', 'slowly', 'hand', 'heaven', 'molded', 'design', 'fixed', 'true', 'hidden', 'purpose', 'stand', 'thousand', 'barrier', 'crushed', 'slowly', 'burned', 'away', 'molder', 'terror', 'dust', 'high', 'command', 'behold', 'dial', 'finger', 'point', 'doom', 'loss', 'zenith', 'hour', 'hidden', 'thunder', 'wait', 'death', 'earthquake', 'destruction', 'palaced', 'shrine', 'plague', 'spread', 'abroad', 'poisoned', 'wing', 'breath', 'million', 'perish', 'million', 'loved', 'smiled', 'heedless', 'warning', 'lingered', 'day', 'day', 'night', 'come', 'dial', 'hour', 'tell', 'life', 'hope', 'treasure', 'flung', 'away', 'gospel', 'kingdom', 'speed', 'thy', 'holy', 'flight', 'lighten', 'shadow', 'encompass', 'heart', 'wait', 'warn', 'danger', 'hiding', 'death', 'mortal', 'view', 'ere', 'lip', 'eternal', 'speak', 'doom', 'sealed', 'word', 'late', 'ntinirn', 'item', 'iry', 'eihni', 'rnt', 'pilgrim', 'journey', 'annually', 'know', 'roseate', 'picture', 'future', 'islamic', 'control', 'painted', 'mind', 'pilgrim', 'world', 'fanatical', 'zealot', 'claim', 'inspiration', 'allah', 'cabaton', 'authoritative', 'work', 'dutch', 'east', 'indie', 'indubitable', 'arab', 'east', 'indie', 'rebellious', 'type', 'orthodoxy', 'smitten', 'ambitious', 'dream', 'pan', 'islamism', 'religious', 'disturbance', 'thirty', 'year', 'work', 'javanese', 'malay', 'returned', 'mecca', 'having', 'transformed', 'fanatic', 'retrograde', 'belief', 'impossible', 'hope', 'colony', 'djawas', 'nourish', 'mohammedan', 'believe', 'end', 'world', 'second', 'coming', 'christ', 'mandi', 'lead', 'forth', 'islam', 'victory', 'enemy', 'sign', 'time', 'weekly', 'published', 'weekly', 'pacific_press', 'publishing', 'association', 'mountain', 'view', 'california', 'corporation', 'seventh', 'day', 'adventist', 'denomination', 'entered', 'second', 'class_matter', 'september', 'mountain', 'view', 'california', 'post_office', 'act', 'congress', 'march', 'acceptance', 'mailing', 'special_rate', 'postage', 'provided', 'section', 'act', 'october', 'authorized', 'september', 'tait', 'editor', 'baker', 'assistant', 'editor', 'subscription', 'rate', 'month', 'cent', 'month', 'cent', 'year', 'number', 'question', 'answer', 'robert', 'hare']
root - INFO - extracting file #155500: 2017-04-Final-Corpus/ST19200420-V47-16-page10.txt
root - INFO - extracting file #156000: 2017-04-Final-Corpus/SUW19070910-V01-06-page1.txt
root - INFO - ['southern', 'vol', 'thing', 'know', 'listless', 'denizen', 'earth', 'know', 'seeker', 'joy', 'mirth', 'thing', 'eternal', 'worth', 'love', 'outreach', 'humblest', 'thing', 'work', 'glad', 'doe', 'brings', 'faith', 'soar', 'unwearied', 'wing', 'divine', 'power', 'trio', 'wait', 'supreme', 'conquest', 'time', 'fate', 'love', 'work', 'faith', 'great', 'morning', 'consecration', 'waking', 'moment', 'heart', 'lifted', 'god', 'help', 'blessing', 'duty', 'perplexity', 'battle', 'dawning', 'day', 'yesterday', 'disappointment', 'failure', 'terrifies', 'threshold', 'day', 'conflict', 'lift', 'heart', 'father', 'heaven', 'discouragement', 'time', 'paralyzing', 'fear', 'overpower', 'lord', 'truly', 'thy', 'servant', 'thou', 'hast', 'forgiven', 'thou', 'hast', 'received', 'thou', 'bast', 'helped', 'trouble', 'burden', 'care', 'temptation', 'conflict', 'day', 'according', 'thy', 'promise', 'moment', 'shadow', 'thy', 'protecting', 'wing', 'help', 'win', 'victory', 'natural', 'weakness', 'enemy', 'comfort', 'bless', 'soul', 'sorrow', 'darkness', 'begin', 'day', 'thought', 'god', 'begin', 'day', 'consecration', 'soul', 'body', 'mind', 'strength', 'union', 'conference', 'nashville', 'tenn', 'sept', 'heart', 'morning', 'consecration', 'mean', 'day', 'victory', 'forgetfulness', 'hand', 'day', 'bring', 'unguarded', 'moment', 'snare', 'shall', 'pray', 'time', 'ceasing', 'washburn', 'waste', 'time', 'dear', 'boy', 'girl', 'think', 'time', 'waste', 'course', 'day', 'try', 'day', 'surprised', 'leak', 'large', 'refer', 'time', 'spent', 'good', 'healthy', 'sleep', 'time', 'wasted', 'waking', 'portion', 'life', 'greatest', 'danger', 'boy', 'bemoans', 'hard', 'lot', 'lack', 'education', 'meager', 'advantage', 'choose', 'careful', 'conservation', 'wasted', 'minute', 'good_education', 'waste', 'time', 'rise', 'lack', 'definite', 'purpose', 'planned', 'occupy', 'spare', 'minute', 'shall', 'waste', 'thoughtlessly', 'aimlessly', 'like', 'butterfy', 'flitting', 'flower', 'flower', 'shall', 'pas', 'precious', 'day', 'probation', 'having', 'preparation', 'problem', 'life', 'girl', 'spend', 'time', 'cheap', 'small', 'talk', 'day', 'poring', 'story', 'paper', 'throwing', 'away', 'valuable', 'boy', 'instead', 'congregating', 'corner', 'grocery', 'questionable', 'conversation', 'better', 'smuggle', 'room', 'double', 'barreled', 'arithmetic', 'spend', 'time', 'arresting', 'knotty', 'problem', 'rule', 'real', 'fun', 'infinitely', 'profit', 'boy', 'grows', 'manhood', 'good', 'fund', 'general', 'knowledge', 'unmistakable', 'evidence', 'wasted', 'time', 'lost', 'yesterday', 'sunrise', 'sunset', 'golden', 'hour', 'set', 'diamond', 'minute', 'reward', 'offered', 'gone', 'forever', 'large_number', 'professing', 'christian', 'follow', 'jesus', 'bear', 'cross', 'willing', 'self', 'denial', 'self_sacrifice', 'making', 'high', 'profession', 'earnest', 'christian', 'weave', 'fabric', 'character', 'thread', 'personal', 'imperfection', 'beautiful', 'pattern', 'spoiled', 'effect', 'christ', 'boast', 'rich', 'increased', 'supposed', 'spiritual', 'attainment', 'reality', 'cold', 'hot', 'filled', 'conceit', 'converted', 'saved', 'unsanctified', 'wisdom', 'mar', 'heaven', 'endorse', 'yotir', 'work', 'yon', 'actin', 'accordance', 'divine', 'example', 'following', 'pattern', 'invention', 'lukewarm', 'condition', 'spew', 'mout', 'redeemer', 'know', 'work', 'familiar', 'motif', 'prompt', 'declare', 'boastingly', 'regard', 'spiritual_condition', 'rich', 'increased', 'good', 'need', 'thou', 'knowest', 'thou_art', 'wretched', 'miserable', 'poor', 'blind', 'naked']
root - INFO - extracting file #156500: 2017-04-Final-Corpus/SUW19100203-V04-05-page7.txt
root - INFO - extracting file #157000: 2017-04-Final-Corpus/SUW19110720-V05-29-page1.txt
root - INFO - ['vol', 'nashville', 'tennessee', 'july', 'lord_thy', 'god', 'thee', 'whithersoever', 'thou', 'goest', 'joshua', 'intimate', 'prayer', 'eli', 'good_man', 'pure', 'moral', 'indulgent', 'want', 'hurt', 'feeling', 'moral_courage', 'rebuke', 'reprove', 'sin', 'guilty', 'son', 'eli', 'slain', 'battle', 'knew', 'sin', 'neglect', 'failing', 'stand', 'right', 'restrain', 'wrong', 'deprived', 'israel', 'strength', 'glory', 'lesson', 'parent', 'guardian', 'youth', 'accountable', 'evil', 'checked', 'reproof', 'warning', 'exercise', 'parental', 'authority', 'guilty', 'act', 'eli', 'attempted', 'restrain', 'evil', 'mild', 'method', 'avail', 'subdued', 'wrong', 'sternest', 'measure', 'gentle', 'loving', 'kind', 'true', 'service', 'god', 'add', 'faith', 'courage', 'power', 'right_time', 'right_place', 'lady', 'acquainted', 'said', 'knew', 'family', 'prayer', 'neglected', 'home', 'matter', 'busy', 'father', 'away', 'mother', 'lead', 'large_family', 'seven', 'devoted', 'christian', 'earnest_prayers', 'faithful', 'requirement', 'parent', 'making', 'child', 'draw', 'nigh', 'god', 'draw', 'nigh', 'james', 'time', 'house', 'house', 'prayer', 'time', 'fearful', 'peril', 'profess', 'christian', 'family_worship', 'honor', 'god', 'home', 'teach', 'child', 'love', 'fear', 'separated', 'far', 'feel', 'condemnation', 'approaching', 'come', 'boldly', 'unto', 'throne', 'grace', 'lifting', 'holy', 'hand', 'wrath', 'doubting', 'living', 'connection', 'god', 'theirs', 'form', 'godliness', 'power', 'idea', 'prayer', 'essential', 'satan', 'successful', 'device', 'ruin', 'soul', 'earnest', 'prayer', 'parent', 'hedge', 'child', 'pray', 'faith', 'god', 'abide', 'holy', 'angel', 'guard', 'child', 'satan', 'cruel', 'power', 'family', 'fixed', 'time', 'morning', 'evening', 'worship', 'father', 'absence', 'mother', 'conduct', 'worship', 'selecting', 'portion', 'scripture', 'interesting', 'easily', 'understood', 'father', 'mother', 'hour', 'worship', 'intensely', 'interesting', 'reason', 'hour', 'pleasant', 'enjoyable', 'day', 'prayer', 'offered', 'short', 'pointed', 'simple', 'earnest', 'word', 'let', 'lead', 'prayer', 'praise', 'god', 'goodness', 'ask', 'help', 'circumstance', 'permit', 'let', 'child', 'join', 'reading', 'prayer', 'eternity', 'christ', 'judea', 'look', 'thou', 'heart', 'love', 'thee', 'look', 'thee', 'thee', 'faith', 'son', 'men', 'faith', 'deepening', 'weight', 'woe', 'year', 'pure', 'soul', 'tenderest', 'came', 'world', 'sorrow', 'hear', 'prayer', 'lead', 'yea', 'lead', 'deeper', 'life', 'suffering', 'human', 'life', 'thou', 'liv', 'breathest', 'hold', 'thy', 'way', 'divine', 'pitying', 'christ', 'thee', 'seek', 'strife', 'fiercest', 'sun', 'beat', 'highway', 'thronged', 'men', 'raging', 'mart', 'deeper', 'lead', 'soul', 'living', 'world', 'soul', 'thou', 'dost', 'lead', 'man', 'divine', 'thou', 'long', 'journey', 'end', 'thy', 'image', 'grow', 'like', 'richard', 'watson', 'gilder', 'family_worship', 'said', 'cornelius', 'devout', 'man', 'scripture', 'commenting', 'devotion', 'prayed', 'god', 'alway', 'record', 'feared', 'god', 'house', 'conclude', 'family_altar', 'set', 'home', 'prayer', 'offered', 'thereat', 'came', 'memorial', 'gad', 'answered', 'outpouring', 'spirit', 'value', 'family_worship', 'overestimated', 'home', 'family_altar', 'expect', 'divine', 'benediction', 'lord', 'doe', 'cover', 'habitation', 'shadow', 'wing', 'surely', 'home', 'shelter', 'time', 'storm', 'seek', 'lord', 'guidance', 'household', 'like', 'ship', 'pilot', 'misbehavior', 'child', 'professing', 'christian', 'parent', 'neglect', 'family_worship', 'cold', 'formality', 'altar', 'prayer', 'sore', 'judgment', 'befallen', 'household', 'god', 'duly', 'honored', 'seen', 'parent', 'allow', 'young_children', 'play', 'run', 'worship', 'later', 'wonder', 'child', 'inclined', 'seek', 'lord', 'family_altar', 'begin', 'soon', 'teach', 'child', 'reverence', 'hour', 'worship', 'spirit', 'irreverence', 'step', 'world', 'watch', 'hour', 'matt']
root - INFO - extracting file #157500: 2017-04-Final-Corpus/SUW19121107-V06-45-page3.txt
root - INFO - extracting file #158000: 2017-04-Final-Corpus/SUW19140402-V08-14-page3.txt
root - INFO - ['convenient', 'season', 'sunny', 'life', 'christian', 'obedience', 'characterized', 'thing', 'sing', 'victor', 'song', 'sweet', 'accompaniment', 'angelic', 'harp', 'little', 'word', 'letter', 'grasp', 'potency', 'send', 'higher', 'goal', 'aspire', 'precious', 'aid', 'success', 'attends', 'man', 'view', 'right', 'forward', 'meaning', 'differ', 'read', 'man', 'ready', 'deed', 'spell', 'backward', 'achievement', 'height', 'won', 'selected', 'men', 'book', 'canvassing', 'summary', 'southern_union_conference', 'month', 'february', 'amounted', 'double', 'february', 'surely', 'reason', 'rejoice', 'thank', 'god', 'encouraging', 'gain', 'evidence', 'remarkable', 'manner', 'lord', 'blessing', 'feature', 'work', 'union', 'mississippi', 'banner', 'report', 'sunday', 'mail', 'brought', 'mississippi', 'colporteur', 'report', 'week', 'ending', 'march', 'appears', 'page', 'paper', 'unfolding', 'report', 'hardly', 'believe', 'eye', 'fact', 'look', 'twice', 'believe', 'week', 'think', 'dollar', 'agent', 'week', 'furthermore', 'worker', 'took', 'dollar', 'worth', 'order', 'hour', 'report', 'surely', 'evidence', 'truthfulness', 'brother', 'davis', 'statement', 'effect', 'better', 'book', 'territory', 'border', 'southern_union_conference', 'far', 'know', 'largest', 'weekly', 'report', 'received', 'year', 'conference', 'territory', 'southern', 'publishing', 'association', 'sending', 'report', 'course', 'brother', 'woodruff', 'felt', 'jubilant', 'expedient', 'quote', 'wrote', 'refrain', 'passing', 'following', 'extract', 'letter', 'enclosed', 'sure', 'interesting', 'marked', 'increase', 'week', 'report', 'little', 'larger', 'far', 'year', 'report', 'began', 'roll', 'week', 'hardly', 'realize', 'such_things', 'possible', 'mississippi', 'happened', 'yes', 'thing', 'week', 'work', 'agent', 'reality', 'men', 'catching', 'habit', 'easy', 'thing', 'dollar', 'mark', 'ice', 'broken', 'conclude', 'easy', 'thing', 'report', 'week', 'little', 'expect', 'aim', 'believe', 'reach', 'imagine', 'delighted', 'elder', 'wiest', 'week', 'looked', 'report', 'compared', 'previous', 'work', 'brother', 'smith', 'fancy', 'hat', 'air', 'written', 'passed', 'thousand', 'dollar', 'mark', 'monday', 'mail', 'worker', 'best', 'courage', 'going', 'business', 'pick', 'good', 'weather', 'come', 'week', 'remember', 'ideal', 'lord', 'said', 'colporteur_work', 'carried', 'forward', 'increasing', 'success', 'time', 'come', 'large', 'work', 'believe', 'greater', 'blessing', 'store', 'unreservedly', 'surrender', 'lord', 'lord', 'send', 'pierce', 'ellabama', 'conference', 'conference', 'directory', 'miller', 'president', 'hartwell', 'secretary', 'treasurer', 'hartwell', 'tract', 'society_secretary', 'mark', 'wilson', 'field', 'missionary', 'secretary', 'office_address', 'room', 'hood', 'bldg', 'birmingham', 'ala', 'helen', 'keate', 'sabbath', 'school', 'secretary', 'fort', 'payne', 'ala', 'prof', 'ryan', 'educational', 'secretary', 'cole', 'bldg', 'nashville', 'tenn', 'brother', 'dasent', 'following', 'report', 'recent', 'work', 'date', 'march', 'interesting', 'profitable', 'colored', 'institute', 'closed', 'thursday', 'evening', 'march', 'best', 'held', 'state', 'meeting', 'marked', 'punctuality', 'colporteurs', 'returned', 'field', 'determination', 'work', 'success', 'preaching', 'service', 'held', 'night', 'institute', 'source', 'strength', 'member', 'church', 'night_meetings', 'attended', 'devotional', 'service', 'institute', 'preaching', 'service', 'conducted', 'writer', 'grateful', 'lord', 'success', 'attended', 'effort', 'year', 'january', 'added', 'company', 'sycamore', 'february', 'reported', 'new', 'sabbath', 'keeper', 'anniston', 'result', 'series', 'meeting', 'held', 'pensacola', 'fla', 'montgomery', 'day', 'place', 'covenanted', 'commandment', 'god', 'pensacola', 'montgomery', 'privilege', 'speaking', 'crowded', 'chapel', 'montgomery', 'march', 'subject', 'law', 'gospel', 'equally', 'interested', 'crowd', 'gathered', 'following', 'sunday', 'listen', 'discussion', 'lord', 'day', 'sabbath', 'meeting', 'attended', 'enjoying', 'work', 'thank', 'god', 'encouraging', 'feature', 'remember', 'prayer', 'news', 'item', 'elder', 'miller', 'visited', 'brother', 'marlow', 'church', 'past_week', 'expected', 'visit', 'pensacola', 'panama', 'city', 'little', 'later', 'brother', 'mark', 'wilson', 'assisting', 'colporteurs', 'near', 'tuskegee', 'past_week', 'report', 'good', 'sale', 'brother', 'keate', 'report', 'date', 'march', 'expect', 'baptize', 'sabbath', 'maybe', 'holding', 'bible', 'study', 'night', 'good', 'publishing', 'anb', 'colporteur', 'smon', 'woktt', 'progress', 'colored', 'work']
root - INFO - extracting file #158500: 2017-04-Final-Corpus/SUW19150930-V09-38-page2.txt
root - INFO - extracting file #159000: 2017-04-Final-Corpus/SUW19170215-V11-07-page8.txt
root - INFO - ['southern', 'incion', 'worker', 'southern', 'union', 'worker', 'published', 'weekly', 'fifty', 'number', 'toe', 'southern', 'union', 'conference', 'emaa', 'ang', 'atlanta', 'dairy', 'farm', 'sale', 'bargain', 'donated', 'southern_junior_college', 'new', 'central', 'training', 'school', 'southern', 'termessee', 'riiiiracentucky', 'alabama', 'mississippi', 'louisiana', 'conference', 'nashville', 'tenn', 'subscription', 'price', 'fla', 'cent', 'year_printed', 'southern', 'publishing', 'association', 'seventh', 'day', 'adventist', 'entered', 'second', 'class_matter', 'scat', 'post', 'office', 'nashville', 'tenn', 'act', 'march', 'pertaining', 'union', 'union', 'conference', 'directory', 'wight', 'president', 'curtis', 'secretary', 'treasurer', 'auditor', 'lynn', 'wool', 'educational', 'secretary', 'shidler', 'union', 'missionary', 'secretary', 'keate', 'home', 'missionary', 'secretary', 'birmingham', 'ala', 'office', 'address', 'ave', 'nashville', 'tenn', 'colporteurs', 'institute', 'ion', 'conference', 'airy', 'farm', 'edge', 'atlanta', 'farm', 'sold', 'proceeds', 'bit', 'haig', 'new_school', 'farm', 'described', 'follows', 'twentytwo', 'half', 'acre', 'acre', 'hatfom', 'land', 'fide', 'acre', 'landin', 'small', 'grain', 'rest', 'beautiful', 'pine', 'grove', 'good', 'room', 'house', 'barn', 'splendid', 'stream', 'running', 'water', 'minute', 'walk', 'car', 'line', 'church', 'school', 'arid', 'curtis', 'sanitarium', 'healthful', 'location', 'thing', 'family', 'desiring', 'church', 'church', 'school', 'privilege', 'live', 'country', 'suitable', 'dairy', 'general', 'farming', 'price', 'eveitv', 'dollar', 'school', 'tre', 'money', 'needed', 'write', 'southeastern_union_conference', 'bryan', 'alabama', 'conference', 'keritucky', 'conference', 'feb', 'feb', 'mar', 'edith', 'oliver', 'student', 'oakwood', 'manual', 'training', 'school', 'desirous', 'purchasing', 'copy', 'desire', 'age', 'act', 'apostle', 'use', 'work', 'school_year', 'lack', 'fund', 'unable', 'purchase', 'book', 'brand', 'new', 'desiring', 'send', 'book', 'offer', 'greatly', 'reduced', 'price', 'communicate', 'huntsville', 'ala', 'box', 'great_need', 'greater', 'work', 'want', 'ask', 'sister', 'send', 'quilt', 'piece', 'worsted', 'silk', 'velvet', 'calico', 'address', 'leach', 'sister', 'going', 'glorify', 'lord', 'work', 'needle', 'winter', 'donated', 'acre', 'ground', 'missionary', 'hen', 'cash', 'work', 'needle', 'send', 'address', 'mae', 'keele', 'cedar', 'grove', 'tenn', 'efficient', 'living', 'practical', 'subject', 'striving', 'increased', 'efficiency', 'daily', 'program', 'treated', 'symposium', 'march', 'life', 'health', 'following', 'article', 'daily', 'program', 'efficient', 'use', 'time', 'physical', 'exercise', 'daily', 'program', 'recreation', 'essential', 'balanced', 'program', 'time', 'meal', 'rest', 'sleep', 'practical', 'religion', 'essential', 'perfect', 'day', 'topic', 'considered', 'issue', 'vegetarianism', 'based', 'sound', 'science', 'lower', 'animal', 'human', 'disease', 'man', 'worst', 'enemy', 'drink', 'wheat', 'graham', 'flour', 'scalp', 'disease', 'coddling', 'cold', 'moyies', 'moral', 'child', 'faulty', 'environment', 'ordered', 'subscription', 'price', 'year', 'special', 'reduction', 'quantity', 'number', 'order', 'tract_society', 'event', 'point', 'fact', 'country', 'nearer', 'verge', 'war', 'realize', 'question', 'raised', 'physical', 'fitness', 'men', 'country', 'case', 'war', 'wrong', 'men', 'series', 'article', 'kress', 'march', 'number', 'watebnan', 'magazine', 'article', 'physical_condition', 'men', 'nation', 'know', 'morning_watch_calendars', 'printed', 'australia', 'planning', 'edition', 'england', 'china', 'japan', 'country', 'printing', 'own_use', 'spain', 'printing', 'spanish', 'field', 'american', 'edition', 'concern', 'year', 'review', 'herald', 'published', 'large', 'edition', 'printed', 'editi', 'printed', 'fast', 'necessary', 'orie', 'morning_watch_calendar', 'missionary', 'volunteer', 'north', 'atherican', 'division', 'church_member', 'north_american_division', 'student', 'college', 'academy', 'church', 'school', 'pupil', 'boy', 'girl', 'sabbath', 'school', 'isolated', 'person', 'young', 'old', 'minister', 'arid', 'conference', 'worker', 'doctor', 'nurse', 'worker', 'sanitarium', 'employee', 'publishing', 'hbiltses', 'patient', 'room', 'sanitariurns', 'spare', 'bedroom', 'home', 'dozen', 'friend', 'seventh', 'day', 'adventist', 'morning', 'letter', 'came', 'nurse', 'red', 'cross', 'service', 'bulgaria', 'regret', 'failed', 'morning_watch_calendar', 'fritthe', 'present_year', 'send', 'use', 'come', 'veleridar', 'helping', 'thousand', 'endeavor', 'live', 'iietorious', 'life', 'help', 'conniumity', 'itse', 'try', 'thein', 'obtain', 'eopies', 'little', 'daily', 'reminder', 'help', 'personal', 'devotion', 'seethed', 'froth', 'ybtit', 'tract_society', 'atlanta', 'particular', 'book', 'wanted', 'branson']
root - INFO - extracting file #159500: 2017-04-Final-Corpus/SUW19180801-V12-31-page7.txt
root - INFO - extracting file #160000: 2017-04-Final-Corpus/SUW19200408-V14-16-page2.txt
root - INFO - ['stop', 'leave', 'party', 'day', 'beautiful', 'smooth', 'sea', 'gave', 'courage', 'altho', 'nanking', 'rolled', 'saw', 'school', 'flying', 'fish', 'night', 'ocean', 'afire', 'phospho', 'day', 'sunday', 'landing', 'day', 'tuesday', 'encountered', 'mile', 'gale', 'noon', 'sunday', 'noon', 'mile', 'usual', 'speed', 'hour', 'averaged', 'mile', 'hour', 'barely', 'holding', 'terrific', 'body', 'water', 'sat', 'deck', 'viewed', 'low', 'mountain', 'collegedale', 'green', 'verdure', 'left', 'scene', 'change', 'mighty', 'rockies', 'snow', 'capped', 'duplicated', 'ocean', 'swell', 'feeling', 'crossing', 'swell', 'like', 'imagining', 'immense', 'rubber', 'ball', 'bouncing', 'suddenly', 'feel', 'rudder', 'scrape', 'whale', 'sense', 'actually', 'elastic', 'surface', 'storm', 'began', 'subside', 'tuesday', 'morning', 'noon', 'reported', 'run', 'worse', 'storm', 'clock', 'heart', 'fell', 'hoped', 'yokahoma', 'tuesday', 'thursday', 'true', 'barometer', 'strike', 'heavier', 'storm', 'fog', 'horn', 'sounded', 'constantly', 'nearly', 'midnight', 'fun', 'lounging', 'dining', 'loon', 'course', 'table', 'fastened', 'floor', 'threeinch', 'rim', 'weather', 'tablecloth', 'dampened', 'dish', 'sliding', 'chair', 'southern_union_worker', 'heavy', 'free', 'thrown', 'chair', 'floor', 'accidentally', 'caught', 'table', 'stationary', 'object', 'retired', 'early', 'knowing', 'twere', 'better', 'sink', 'ship', 'ready', 'fighting', 'angry', 'wave', 'lifeboat', 'midnight', 'rain', 'began', 'come', 'torrent', 'ocean', 'actually', 'pelted', 'smoothness', 'captain', 'dobbs', 'given', 'order', 'steam', 'lost', 'time', 'morning', 'complained', 'awful', 'rolling', 'pitching', 'actually', 'old', 'boat', 'roll', 'far', 'waver', 'little', 'time', 'rest', 'way', 'roll', 'place', 'way', 'staid', 'berth', 'brace', 'wail', 'knee', 'railing', 'clasping', 'hand', 'tightly', 'rail', 'bounced', 'swell', 'careful', 'sure', 'land', 'bed', 'instead', 'luggage', 'steamer', 'trunk', 'floor', 'fearful', 'good', 'calm', 'sea', 'looked', 'breakfast', 'land', 'sight', 'horizon', 'starboard', 'given', 'encouragement', 'landing', 'thursday', 'storm', 'drifted', 'southward', 'course', 'clock', 'whispered', 'news', 'reach', 'dock', 'clock', 'packed', 'thing', 'ready', 'disembarking', 'time', 'finished', 'word', 'came', 'dining', 'saloon', 'medical', 'inspection', 'way', 'saw', 'harbor', 'standing', 'inspection', 'like', 'doctor', 'gave', 'examined', 'student', 'school', 'japanese', 'physician', 'stood', 'doorway', 'ship', 'surgeon', 'passenger', 'filed', 'line', 'inspector', 'looked', 'foot', 'counted', 'number', 'person', 'board', 'medical', 'inspection', 'taking', 'kind', 'vaccination', 'inocculations', 'certificate', 'felt', 'cheated', 'appearing', 'japanese', 'police', 'passport', 'examined', 'stamped', 'allowed', 'ashore', 'brother', 'cole', 'tokyo', 'meet', 'start', 'korea', 'monday', 'informed', 'delay', 'account', 'storm', 'told', 'boat', 'arrive', 'thursday', 'consequently', 'remained', 'boat', 'night', 'yokahoma', 'hotel', 'asked', 'yen', 'night', 'person', 'wouldn', 'stay', 'foreign', 'hotel', 'sister', 'anderson', 'wanted', 'good', 'night', 'rest', 'land', 'asked', 'eighteen', 'yen', 'spent', 'night', 'old', 'nanking', 'early', 'new', 'year', 'morning', 'brother', 'cole', 'boat', 'somewhat', 'surprised', 'meet', 'company', 'seventeen', 'waiting', 'guide', 'tokyo', 'sightseeing', 'parade', 'went', 'ralroad', 'station', 'jinrikisha', 'new', 'year', 'japan', 'decked', 'gayest', 'men', 'woman', 'child', 'vie', 'wear', 'number', 'brightest', 'colored', 'kimono', 'went', 'emperor', 'palace', 'ground']
root - INFO - extracting file #160500: 2017-04-Final-Corpus/TCOG19150601-V02-06-page3.txt
root - INFO - extracting file #161000: 2017-04-Final-Corpus/TCOG19180101-V05-01-page7.txt
root - INFO - ['line', 'work', 'trying', 'conference', 'little', 'headway', 'send', 'review', 'poor', 'subscribe', 'try', 'subscription', 'poor', 'subscribe', 'ask', 'wish', 'help', 'kind', 'work', 'mail', 'review', 'read', 'deal', 'districting', 'territory', 'record', 'kept', 'tried', 'divide', 'territory', 'overlooked', 'overloaded', 'church', 'drew', 'map', 'city', 'allotted', 'leader', 'respective', 'territory', 'think', 'reached', 'perfection', 'mean', 'touched', 'tip', 'finger', 'church', 'responsible', 'god', 'working', 'field', 'surely', 'arise', 'man', 'hand', 'head', 'heart', 'finishing', 'work', 'aside', 'reporting', 'work', 'reason', 'accurate', 'record', 'kept', 'chief', 'fact', 'worker', 'away', 'way', 'disabled', 'record', 'enable', 'step', 'place', 'embarrassment', 'reason', 'change', 'personality', 'member', 'obnoxious', 'illustrate', 'action', 'tone', 'voice', 'general', 'bearing', 'reach', 'heart', 'individual', 'neighbor', 'gain', 'confidence', 'reason', 'advisable', 'change', 'mean', 'possible', 'tried', 'lest', 'soul', 'lost', 'soul', 'lost', 'neglect', 'god', 'opened', 'field', 'human', 'agency', 'cooperate', 'divine', 'agency', 'soul', 'won', 'truth', 'lord', 'professed', 'people', 'sleeping', 'allotted', 'work', 'place', 'remains', 'comparatively', 'untouched', 'god', 'sent', 'message', 'message', 'arouse', 'people', 'shall', 'send', 'respond', 'send', 'testimony', 'church', 'vol', 'taylor', 'church', 'temperature', 'interesting', 'stirring', 'message', 'given', 'leading', 'missionary', 'secretary', 'contains', 'experience', 'worth', 'passing', 'encouragement', 'bring', 'reader', 'said', 'wish', 'present', 'fourth', 'sabbath', 'missionary', 'service', 'attended', 'month', 'ago', 'believe', 'person', 'present', 'went', 'home', 'encouraged', 'active', 'lord', 'work', 'testimony', 'borne', 'woman', 'audience', 'said', 'home', 'educated', 'man', 'wife', 'deeply', 'interested', 'reading', 'copy', 'sign', 'time', 'seen', 'like', 'thankful', 'arousing', 'second', 'speaker', 'told', 'meeting', 'lady', 'distributing', 'tract', 'refused', 'tract', 'said', 'woman', 'come', 'home', 'washington', 'convinced', 'proper_way', 'study', 'scripture', 'care', 'investigate', 'denomination', 'inquired', 'sister', 'surprise', 'lady', 'replied', 'seventh', 'day', 'adventist', 'people', 'convinced', 'hoped', 'accept', 'truth', 'member', 'said', 'experience', 'week', 'praying', 'neighbor', 'begun', 'study', 'christian_science', 'succeeded', 'turning', 'man', 'mind', 'eddy', 'book', 'word', 'god', 'example', 'condition', 'today', 'dissatisfied', 'experience', 'reach', 'better', 'earnest', 'work', 'helping', 'time', 'decision', 'truth', 'given', 'honest', 'heart', 'help', 'carry', 'meeting', 'approach', 'ideal', 'set', 'testimony', 'church', 'vol', 'vii', 'united', 'lord', 'covenant', 'service', 'bond', 'unite', 'great', 'grand', 'work', 'soul', 'saving', 'let', 'church_member', 'week', 'act', 'faithfully', 'sabbath', 'relate', 'experience', 'meeting', 'meat', 'due_season', 'bringing', 'present', 'new', 'life', 'fresh', 'vigor', 'raise', 'spiritual_life', 'church', 'quicker', 'member', 'burden', 'soul', 'church', 'member', 'actively', 'working', 'friend', 'neighbor', 'bringing', 'soul', 'truth', 'church', 'good', 'spiritual', 'temperature', 'ernest', 'lloyd', 'missionary', 'experience', 'use', 'missionary', 'meeting', 'encouragement', 'engaged', 'scattering', 'precious_seeds', 'truth', 'relate', 'incident', 'came', 'notice', 'week', 'ago', 'april', 'young_people', 'engaged', 'selling', 'magazine', 'paper', 'large_cities', 'purchased', 'gentleman', 'engaged', 'office', 'clerk', 'employed', 'carried', 'magazine', 'place', 'business', 'stopping', 'moment', 'desk', 'fellow', 'worker', 'remarked', 'bought', 'magazine', 'help', 'young_person', 'attend', 'school', 'read', 'lay', 'unnoticed', 'friend', 'clerk', 'approaching', 'desk', 'attracted', 'beautiful', 'cover', 'design', 'asked', 'read', 'told', 'welcome', 'pored', 'page', 'increasing', 'shortly', 'afterward', 'went', 'tract_society_office', 'bought', 'tract', 'copy', 'bible', 'reading', 'home_circle', 'studied', 'spare', 'moment', 'day', 'small', 'hour', 'morning', 'absorbed', 'wonderful', 'light', 'truth', 'dawning', 'soul', 'studied', 'line', 'angel', 'message', 'gaining', 'intelligent', 'understanding', 'strongly', 'established', 'getting', 'acquainted', 'people', 'attending', 'meeting', 'inquired', 'meet', 'people', 'directed', 'interesting', 'time', 'taking', 'different_lines', 'present_truth', 'perfect_harmony', 'visit', 'receiving', 'opposition', 'friend', 'passing', 'deep', 'trial', 'firm', 'determination', 'true', 'god', 'loyal', 'truth', 'young_people', 'wonderful_work', 'precious_seed', 'watered', 'high', 'courage', 'sow', 'water', 'goeth', 'forth', 'faith', 'prayer', 'bearing', 'precious_seed', 'shall', 'doubtless', 'come', 'bearing', 'precious', 'sheaf', 'great', 'garner', 'god', 'stray', 'copy', 'sign', 'time', 'placed', 'hand', 'recently', 'careful', 'prayerful', 'reading', 'convinced', 'god', 'giving', 'message', 'world', 'want', 'learn', 'inclosed', 'cent', 'copy', 'september', 'issue', 'literature', 'describing', 'work', 'glad', 'investigate', 'glory', 'god', 'pastor', 'small', 'christian', 'missionary', 'alliance', 'church', 'wish', 'identified', 'member', 'christ', 'body', 'contending', 'earnestly', 'faith', 'delivered', 'saint', 'god', 'pleased', 'duty', 'gratitude', 'rejoicing', 'accounted', 'worthy', 'colaborers', 'church', 'officer', 'gazette']
root - INFO - extracting file #161500: 2017-04-Final-Corpus/TCOG19200901-V07-09-page11.txt
root - INFO - extracting file #162000: 2017-04-Final-Corpus/TMM18990201-V11-02-page22.txt
root - INFO - ['flower', 'jamaica', 'pass', 'country', 'notice', 'estate', 'large', 'house', 'residence', 'owner', 'great', 'small', 'oneand', 'room', 'cottage', 'inquiry', 'learns', 'house', 'laborer', 'laborer', 'receive', 'cent', 'day', 'obtain', 'day', 'work', 'week', 'greater', 'year', 'difference', 'house', 'good', 'index', 'condition', 'people', 'rich', 'great', 'poor', 'class', 'embraced', 'message', 'far', 'young_man', 'teach', 'school', 'pupil', 'teacher', 'master', 'work', 'hour', 'day', 'receive', 'month', 'instruction', 'school', 'hour', 'family', 'belonging', 'church', 'land', 'owner', 'brother', 'manifest', 'willingness', 'help', 'mean', 'far', 'circumstance', 'permit', 'year', 'message', 'introduced', 'island', 'population', 'dense', 'comparatively', 'know', 'work', 'evidence', 'late', 'message', 'taking', 'new', 'power', 'eighteen', 'united', 'church', 'past', 'month', 'brings', 'present_membership', 'meeting', 'held', 'room', 'house', 'elder', 'van', 'deusen', 'rent', 'living', 'apartment', 'room', 'foot', 'small', 'pressing', 'need', 'work', 'commodious', 'place', 'worship', 'people', 'long', 'held', 'cold', 'formalism', 'custom', 'require', 'patient', 'labor', 'feel', 'work', 'lord', 'laborer', 'flower', 'jamaica', 'bertha', 'enoch', 'thinking', 'tropic', 'usually', 'picture', 'mind', 'country', 'alive', 'beautiful', 'flower', 'island', 'great_variety', 'occupy', 'secondary', 'place', 'botanical', 'realm', 'jamaica', 'beautiful', 'foliage', 'pride', 'variety', 'combination', 'color', 'shape', 'magnitude', 'leaf', 'pen', 'picture', 'autumn', 'wind', 'needed', 'paint', 'beautiful', 'hue', 'master', 'artist', 'work', 'surely', 'nature', 'power', 'jamaica', 'desirable', 'place', 'live', 'man', 'space', 'permit', 'lengthy', 'description', 'flower', 'interesting', 'mentioned', 'striking', 'feature', 'flower', 'medicinal', 'purpose', 'nearly', 'plant', 'leaf', 'root', 'stem', 'utilized', 'curing', 'ailment', 'native', 'subject', 'verbena', 'pretty', 'little', 'flower', 'foot', 'high', 'having', 'single', 'flower', 'stock', 'little', 'blue', 'flower', 'alternately', 'arranged']
root - INFO - extracting file #162500: 2017-04-Final-Corpus/TMM19000401-V12-04-page14.txt
root - INFO - extracting file #163000: 2017-04-Final-Corpus/TMM19020401-V14-04-page20.txt
root - INFO - ['missionary', 'student', 'argentina', 'water', 'drank', 'rock', 'likewise', 'drink', 'living', 'stone', 'rock', 'christ', 'drank', 'faithlessly', 'merely', 'rock', 'london', 'missionary', 'student', 'argentina', 'arthur', 'fulton', 'close', 'spring', 'term', 'school', 'older', 'student', 'encouraged', 'enter', 'canvassing', 'work', 'following', 'letter', 'brother', 'block', 'spirit', 'work', 'student', 'lord', 'blessed', 'sold', 'thirty', 'book', 'day', 'said', 'hard', 'field', 'letter', 'translated', 'spanish', 'joy', 'love', 'strengthening', 'missionary', 'journey', 'gualeguachu', 'purpose', 'spreading', 'present_truth', 'principal', 'object', 'sell', 'book', 'privilege', 'holding', 'meeting', 'village', 'let', 'lord', 'praised', 'glorified', 'good', 'accomplished', 'worked', 'wonderfully', 'people', 'experience', 'journey', 'acquaintance', 'asked', 'station', 'wish', 'fear', 'neighbor', 'privilege', 'holding', 'meeting', 'hearer', 'attentive', 'word', 'spoken', 'showed', 'truth', 'desire', 'follow', 'took', 'quantity', 'book', 'sold', 'enemy', 'felt', 'house', 'held', 'meeting', 'child', 'adult', 'stoned', 'number', 'ruffian', 'agent', 'adversary', 'following', 'day', 'ashamed', 'presence', 'place', 'people', 'showed', 'desire', 'stay', 'longer', 'time', 'evening', 'held', 'meeting', 'day', 'visited', 'house', 'house', 'seen', 'god', 'working', 'spirit', 'bless', 'increase', 'seed_sown', 'family', 'decided', 'sabbath', 'deeply', 'interested', 'believe', 'church', 'soon', 'organized', 'place', 'promised', 'hold', 'series', 'meeting', 'harvest', 'dear_brethren', 'moment', 'come', 'great_work', 'let', 'heartily', 'sacrifice', 'god', 'consecrated', 'service', 'time', 'come', 'ought', 'seek', 'lord', 'seriousness', 'prayer', 'message', 'presented', 'people', 'angel', 'holding', 'wind', 'let', 'god', 'purify', 'hinders', 'work', 'rapid', 'march', 'jesus', 'soon', 'come', 'believe', 'soon', 'come', 'delayed', 'little', 'prayer', 'come', 'jesus', 'quickly', 'come', 'little', 'shall', 'come', 'come', 'tarry', 'read', 'line', 'remember', 'prayer', 'brother', 'block', 'man', 'thirty', 'year', 'age', 'having', 'burden', 'enter', 'work', 'left', 'farm', 'came', 'school', 'year', 'ago', 'entering', 'class', 'little', 'child', 'scarcely', 'able', 'write', 'writes', 'good', 'letter', 'earnestness', 'spirituality', 'help', 'connected', 'school', 'territory', 'larger', 'united', 'state', 'east', 'missouri', 'river', 'little', 'work', 'having', 'donin', 'place', 'prayer', 'feel', 'burden', 'work', 'come', 'receive', 'training', 'school', 'seek', 'diamante', 'argentina']
root - INFO - extracting file #163500: 2017-04-Final-Corpus/WMH19051101-V03-42-page1.txt
root - INFO - extracting file #164000: 2017-04-Final-Corpus/WMH19080429-V06-18-page4.txt
root - INFO - ['surrender', 'accepted', 'christ', 'saviour', 'lord', 'greatly', 'blessed', 'labor', 'sister', 'cleora', 'green', 'believe', 'shall', 'precious_souls', 'gathered', 'result', 'faithful_work', 'pray', 'john', 'hanson', 'maternal', 'dorcas', 'society', 'west', 'michigan', 'herald', 'april', 'believing', 'report', 'society', 'quarter', 'ending', 'march', 'encouragementto', 'church', 'submit', 'following', 'average', 'attendance', 'garment', 'received', 'garment', 'garment', 'mended', 'pair', 'shoe', 'rubber', 'given', 'away', 'cornfortables', 'given', 'away', 'barrel', 'clothing', 'packed', 'sent', 'away', 'impartial', 'distribution', 'supply', 'endeavored', 'household', 'faith', 'precious', 'season', 'prayer', 'held', 'requesting', 'carry', 'case', 'heavenly_father', 'basket', 'choice', 'fruit', 'flower', 'carried', 'needint', 'assistance', 'fifty', 'family', 'received', 'help', 'ask', 'prayer', 'guide', 'work', 'wiggins', 'sec', 'rothbury', 'privilege', 'church', 'quarterly', 'meeting', 'sabbath', 'sunday', 'april', 'public', 'meeting', 'announced', 'mistake', 'announcement', 'good', 'congregation', 'assembled', 'hard', 'struggle', 'place', 'nice', 'church', 'building', 'nearly', 'completed', 'foot', 'seated', 'opera', 'chair', 'credit', 'people', 'believe', 'follow', 'dedicatory', 'service', 'series', 'revival', 'meeting', 'hebner', 'battle', 'creek', 'note', 'pleasant', 'evening', 'spent', 'home', 'miss', 'beulah', 'sperry', 'tuesday', 'april', 'band', 'young', 'people', 'missionary', 'volunteer', 'society', 'met', 'purpose', 'having', 'union', 'meeting', 'interesting', 'program', 'prepared', 'consisting', 'vocal', 'instrumental', 'music', 'interspersed', 'reading', 'recitation', 'profitable', 'remark', 'pastor', 'elder', 'hartwell', 'close', 'program', 'considerable', 'time', 'spent', 'greeting', 'acquainted', 'parted', 'feeling', 'time', 'profitably', 'pleasantly', 'spent', 'statement', 'spirit', 'prophecy', 'remainder', 'book', 'taken', 'consideration', 'course', 'study', 'filled', 'helpful', 'suggestion', 'best', 'method', 'teaching', 'various_branches', 'interested', 'cause', 'christian_education', 'afford', 'helpful', 'book', 'teacher', 'simply', 'indispensible', 'price', 'postpaid', 'order', 'tract', 'society', 'clifford', 'russell', 'news', 'note', 'editor', 'moving', 'otsego', 'week', 'worker', 'council', 'held', 'grand', 'rapid', 'week', 'watson', 'son', 'returned', 'south', 'africa', 'visiting', 'parent', 'battle', 'creek', 'worker', 'aim', 'help', 'cheer', 'needy', 'discouraged', 'spread', 'light', 'angel', 'message', 'darkness', 'acquainted', 'april', 'united', 'purpose', 'accomplish', 'work', 'aiming', 'reason', 'program', 'evening', 'planned', 'heart', 'filled', 'gratitude', 'heavenly_father', 'blessing', 'felt', 'stronger', 'detormination', 'consecrate', 'talent', 'forward', 'work', 'given', 'church', 'school', 'manual', 'attention', 'called', 'new', 'church', 'school', 'manual', 'parent', 'teacher', 'book', 'authorized', 'educational', 'department', 'general_conference', 'prepared', 'best', 'educator', 'volume', 'page', 'durably', 'bound', 'green', 'buckram', 'page', 'deal', 'great', 'underlying', 'principle', 'true_education', 'consists', 'largely', 'number', 'bible', 'student', 'library', 'entitled', 'evolution', 'sabbath', 'george', 'mccready', 'price', 'concisely', 'evolution', 'built', 'assumption', 'splendid', 'addition', 'sabbath', 'tract', 'copy', 'postpaid', 'cent', 'price', 'bible', 'reading', 'daniel', 'revelation', 'great', 'controversy', 'patriarch', 'elder', 'lewis', 'wisconsin', 'visiting', 'relative', 'battle', 'creek', 'assisted', 'service', 'sabbath', 'planning', 'attend', 'worker', 'council', 'grand', 'rapid', 'bring', 'pair', 'blanket', 'prophet', 'follows', 'cloth', 'library', 'morocco', 'uniformly', 'patriarch', 'prophet', 'print', 'send', 'order', 'office']
root - INFO - extracting file #164500: 2017-04-Final-Corpus/YI18600401-V08-04-page1.txt
root - INFO - extracting file #165000: 2017-04-Final-Corpus/YI18790618-V27-24-page1.txt
root - INFO - ['vol', 'battle', 'creek', 'mich', 'june', 'the_youth', 'instructor', 'day', 'continued', 'grandpa', 'smiling', 'boy', 'disturbs', 'feel', 'compelled', 'cause', 'dear', 'mother', 'uneasiness', 'power', 'save', 'anxiety', 'point', 'told', 'parting', 'look', 'sadden', 'dim', 'eye', 'causing', 'look', 'look', 'vain', 'absent', 'boy', 'said', 'come', 'word', 'wic', 'weekly', 'chapman', 'miss', 'davis', 'published', 'chandler', 'tao', 'editor', 'assistant', 'editor', 'grandpa', 'example', 'fifth', 'commandment', 'hen', 'picked', 'berry', 'brook', 'fish', 'awhile', 'mother', 'begged', 'frank', 'tom', 'merwin', 'fine', 'morning', 'dear', 'answered', 'mother', 'know', 'grandpa', 'leaf', 'afternoon', 'right', 'risk', 'missing', 'good', 'bye', 'frank', 'scowled', 'tom', 'muttered', 'way', 'sorry', 'dear', 'boy', 'care', 'little', 'giving', 'honor', 'parent', 'said', 'merwin', 'gently', 'wish', 'little', 'son', 'shall', 'home', 'grandpa', 'bid', 'farewell', 'hope', 'good_sense', 'grace', 'yield', 'cheerful', 'obedience', 'wish', 'boy', 'took', 'basket', 'prepared', 'pick', 'berry', 'withoutfurther', 'word', 'face', 'cheerful', 'tom', 'caught', 'frank', 'scowl', 'scowl', 'catching', 'bright', 'sky', 'glancing', 'bird', 'luscious', 'strawberry', 'caused', 'better', 'humored', 'appeared', 'lunch', 'table', 'bright', 'face', 'grandpa', 'guessed', 'scowling', 'account', 'day', 'short_visit', 'stay', 'sabbath', 'father', 'asked', 'lad', 'mother', 'preach', 'longed', 'hear', 'sail', 'europe', 'week', 'opportunity', 'seeing', 'wish', 'remain', 'true', 'answered', 'grandpa', 'love', 'hear', 'dearly', 'enjoy', 'week', 'stay', 'mother', 'expects', 'saturday', 'thy', 'day', 'long', 'land', 'told', 'come', 'home', 'day', 'course', 'grandpa', 'exclaimed', 'frank', 'mind', 'great', 'grandma', 'grandpa', 'laughed', 'pleasantly', 'answered', 'yes', 'think', 'happy', 'disregard', 'wish', 'cause', 'unnecessary', 'anxiety', 'dear', 'old', 'mother', 'loving', 'kind', 'day', 'life', 'believe', 'lord_thy', 'god', 'giveth', 'thee', 'oee', 'zjir', 'gave', 'causeless', 'pang', 'surely', 'ought', 'honor', 'oughtn', 'boy', 'lad', 'looked', 'bat', 'reluctant', 'reply', 'grandpa', 'press', 'answer', 'went', 'satisfactory', 'reflection', 'life', 'earliest', 'childhood', 'obeyed', 'parent', 'cheerfully', 'remember', 'having', 'disobeyed', 'father', 'died', 'little', 'lad', 'time', 'recall', 'instance', 'rebelled', 'mother', 'wish', 'wrong', 'case', 'sorely', 'repented', 'action', 'time', 'followed', 'mother', 'wish', 'repented', 'nowate', 'lad', 'eye', 'worn', 'look', 'twinkled', 'merriment', 'grandpa', 'styled', 'boy', 'grandpa', 'heart', 'young', 'hair', 'gray', 'guessing', 'cause', 'merry', 'countenance', 'added', 'pleasantly', 'old', 'young', 'lad', 'past', 'boy', 'mother', 'mean', 'mother', 'shall', 'loving', 'respectful', 'son', 'long', 'live', 'honor', 'remember', 'fifth', 'commandment', 'honor', 'thy', 'father', 'thy_mother', 'thy', 'day', 'long', 'land', 'lord_thy', 'god', 'giveth', 'thee', 'commandment', 'promise', 'think', 'grandpa', 'gone', 'feel', 'tempted', 'disregard', 'dear', 'mother', 'wish', 'remember']
root - INFO - extracting file #165500: 2017-04-Final-Corpus/YI18811012-V29-41-page2.txt
root - INFO - extracting file #166000: 2017-04-Final-Corpus/YI18840213-V32-07-page4.txt
root - INFO - ['goz', 'the_youth', 'instructor', 'doll', 'susie', 'suggested', 'mother', 'working', 'away', 'ugly', 'tangle', 'silk', 'fido', 'gnawed', 'jud', 'gall', 'said', 'susie', 'sally', 'arthur', 'camp', 'ground', 'nurse', 'hospital', 'jenny', 'rose', 'garret', 'bandbox', 'playing', 'gone', 'saratoga', 'way', 'play', 'annie', 'ask', 'tell', 'story', 'said', 'robert', 'tell', 'good', 'aunt', 'lucy', 'robert', 'said', 'susie', 'truly', 'tell', 'story', 'king', 'said', 'robert', 'shall', 'story', 'king', 'corn', 'true', 'robert', 'asked', 'susie', 'seated', 'carpet', 'foot', 'partly', 'true', 'partly', 'true', 'know', 'robert', 'began', 'story', 'pleasant', 'country', 'called', 'sunset', 'land', 'flower', 'kind', 'grew', 'beautiful', 'hill', 'plain', 'forest', 'lived', 'wild', 'deer', 'lake', 'river', 'sort', 'fish', 'great', 'people', 'lived', 'beautiful', 'country', 'men', 'woman', 'little', 'child', 'happy', 'thing', 'trouble', 'cave', 'mountain', 'lived', 'dreadful', 'robber', 'called', 'famine', 'come', 'hiding', 'place', 'kill', 'little', 'innocent', 'child', 'people', 'tried', 'way', 'drive', 'trouble', 'year', 'think', 'surely', 'dead', 'came', 'bad', 'season', 'crop', 'grow', 'grass', 'dried', 'field', 'famine', 'sure', 'come', 'prowl', 'house', 'winter', 'heard', 'country', 'strong', 'king', 'living', 'king', 'corn', 'sent', 'men', 'beg', 'send', 'army', 'drive', 'robber', 'land', 'spring', 'king', 'corn', 'sent', 'great_army', 'thousand', 'thousand', 'soldier', 'little', 'mite', 'men', 'dressed', 'head', 'foot', 'shining', 'armor', 'gold', 'set', 'little', 'brown', 'tent', 'hill', 'valley', 'shut', 'close', 'single', 'sentinel', 'watch', 'robber', 'heard', 'great_army', 'come', 'sent', 'men', 'told', 'little', 'brown', 'tent', 'small', 'fairy', 'robber', 'laughed', 'went', 'cave', 'long_time', 'brown', 'tent', 'quiet', 'beautiful', 'morning', 'came', 'little', 'soldier', 'dressed', 'green', 'day', 'night', 'stood', 'right', 'place', 'sun', 'rain', 'time', 'grew', 'bigger', 'bigger', 'till', 'instead', 'brown', 'tent', 'great_army', 'shining', 'lance', 'nodding', 'plume', 'broad', 'green', 'banner', 'autumn', 'came', 'robber', 'crept', 'cave', 'poor', 'feeble', 'body', 'people', 'kill', 'soon', 'came', 'sight', 'army', 'banner', 'frightened', 'death', 'called', 'men', 'took', 'wife', 'poverty', 'went', 'away', 'country', 'people', 'gave', 'great', 'shout', 'king', 'corn', 'ruled', 'sunset', 'land', 'asked', 'susie', 'yes', 'said', 'robert', 'nice', 'story', 'yes', 'understand', 'said', 'susie', 'little', 'doubtfully', 'vol', 'said', 'annie', 'shaking', 'turn', 'silk', 'finger', 'famine', 'mean', 'people', 'eat', 'die', 'hungry', 'king', 'corn', 'mean', 'yes', 'said', 'susie', 'know', 'little', 'brown', 'tent', 'hill', 'corn', 'corn', 'come', 'little', 'green', 'soldier', 'grow', 'grow', 'true', 'tie', 'corn', 'story', 'robert', 'robert', 'time', 'corn', 'grow', 'said', 'annie', 'people', 'send', 'away', 'suppose', 'said', 'robert', 'long_time', 'ago', 'white_people', 'came', 'country', 'growing', 'plant', 'indian', 'planted', 'squaw', 'hoe', 'care', 'place', 'know', 'people', 'think', 'grew', 'wild', 'likely', 'saw', 'growing', 'read', 'grows', 'wild', 'country', 'europe', 'know', 'ask', 'aunt', 'lucy', 'come', 'home', 'emily', 'huntington', 'miller', 'etteic', 'tscbcja', 'ella', 'niccum', 'writes', 'terre', 'haute', 'ind', 'staying', 'aunt', 'uncle', 'terre', 'haute', 'sabbath', 'keeper', 'city', 'know', 'deprived', 'sabbath', 'school', 'meeting', 'read', 'bible', 'review', 'instructor', 'good_book', 'prayer', 'beginning', 'close', 'sabbath', 'began', 'new_year', 'read', 'bible', 'intend', 'year', 'best', 'year', 'life', 'metre', 'year', 'old', 'baptized', 'bunker', 'hill', 'camp', 'meeting', 'joined', 'church', 'october', 'love', 'truth', 'try', 'live', 'faithfully', 'ella', 'editor', 'struct', 'sign', 'sabbath', 'keeper', 'living', 'terre', 'haute', 'glad', 'learn', 'observe', 'true', 'sabbath', 'large', 'city', 'lord', 'jewel', 'gathered', 'successful', 'finding', 'try', 'cora', 'lee', 'awl', 'farnham', 'year', 'old', 'sister', 'brother', 'kept', 'sabbath', 'papa', 'mamma', 'year', 'reading', 'instructor', 'like', 'send', 'money', 'renew', 'club', 'good_book', 'sabbath', 'reading', 'volume', 'containing', 'moral', 'religious', 'reading', 'home_circle', 'vols', 'vol', 'life', 'elder', 'joseph_bates', 'relating', 'experience', 'year', 'ship', 'board', 'incident', 'rise', 'cabin', 'master', 'owner', 'closing', 'chapter', 'relate', 'labor', 'ministry', 'cause', 'temperance', 'moral', 'reform', 'week', 'day', 'religion', 'rev', 'miller', 'handsomely', 'bound', 'printed', 'fine', 'calendered', 'paper', 'large', 'clear', 'type', 'eminently', 'practical', 'matter', 'fail', 'benefited', 'reading', 'pure', 'earnest', 'bdok', 'home', 'making', 'book', 'size', 'style', 'author', 'aim', 'mark', 'duty', 'responsibility', 'member', 'household', 'suggest', 'making', 'home', 'life', 'god', 'meant', 'david', 'livingstone', 'story', 'followed', 'christ', 'louise', 'seymour', 'houghton', 'book', 'tell', 'interesting', 'style', 'great', 'missionary', 'traveler', 'explorer', 'dark', 'continent', 'youtw', 'iereicifor', 'published', 'weekly', 'publishing', 'association', 'battle', 'creek', 'mich', 'chapman', 'editor', 'miss', 'winnie', 'loughborough', 'editor', 'instructor', 'illustrated', 'page_sheet', 'especially', 'adapted', 'use', 'sabbath', 'school', 'term', 'advance', 'snow', 'bird', 'twhere', 'doth', 'snow', 'bird', 'sleep', 'stormy', 'winter', 'night', 'come', 'apace', 'fall', 'snow', 'know', 'sheltered', 'place', 'snugly', 'creep', 'safe', 'warm', 'dusky', 'pinion', 'fold', 'doth', 'hide', 'snow', 'bird', 'cold', 'day', 'dark', 'winged', 'flock', 'window', 'hopping', 'chirping', 'come', 'asking', 'tinylu', 'seed', 'crumb', 'abundant', 'stock', 'small', 'faint', 'song', 'twitter', 'low', 'pleasant', 'hum', 'hungry', 'bold', 'nimble', 'brave', 'come', 'swept', 'snow', 'frolic', 'snow', 'dance', 'white', 'flake', 'small', 'foot', 'pure', 'covering', 'tiny', 'track', 'star', 'spangle', 'deck', 'little', 'frolic', 'snow', 'fall', 'thickly', 'round', 'frozen', 'ground', 'gay', 'know', 'freezing', 'night', 'hide', 'away', 'securely', 'morning', 'stay', 'close', 'glass', 'creep', 'pane', 'peep', 'holding', 'strange', 'masonry', 'tinylu', 'enticing', 'way', 'antic', 'play', 'lone', 'captive', 'charmed', 'view', 'shadow', 'fall', 'tinylu', 'reply', 'try', 'hardy', 'brood', 'share', 'food', 'little', 'dusky', 'elf', 'haunt', 'snow', 'eagerly', 'vain', 'smites', 'window', 'pane', 'foolish', 'little', 'bird', 'wouldst', 'thou', 'fly', 'thy', 'nest', 'safe', 'warm', 'nought', 'shall', 'birdie', 'harm', 'cold', 'snow', 'soon', 'die', 'snow', 'bird', 'sleep', 'doth', 'safely', 'hardy', 'happy', 'little', 'winter', 'sprite', 'know', 'haunt', 'day', 'haste', 'away', 'doe', 'shelter', 'stormy', 'night', 'augusta', 'moore', 'story', 'king', 'corn', 'rainy', 'day', 'said', 'little', 'susie', 'stood', 'window', 'watching', 'drop', 'rain', 'pattering', 'pane', 'wish', 'duck', 'big', 'puddle', 'dinner', 'ready', 'aunt', 'lucy', 'come', 'home', 'somebody', 'tell', 'story', 'annie', 'holding', 'skein', 'silk', 'mother', 'wind', 'robert', 'writing', 'composition', 'table', 'everybody', 'busy', 'aunt', 'lucy', 'come', 'home', 'rain', 'dinner', 'ready', 'hour', 'duck', 'susie', 'knew', 'mother', 'wouldn', 'let', 'play', 'turned', 'window', 'asked', 'mother', 'single', 'copy', 'copy', 'address', 'copy', 'address', 'eta', 'year', 'eta', 'address', 'youth', 'instructor', 'battle', 'creek', 'mich', 'pacific_press', 'oakland', 'cal']
root - INFO - extracting file #166500: 2017-04-Final-Corpus/YI18860728-V34-30-page2.txt
root - INFO - extracting file #167000: 2017-04-Final-Corpus/YI18890515-V37-20-page1.txt
root - INFO - ['vol', 'battle', 'creek', 'mich', 'fixedly', 'cause', 'presently', 'raise', 'eye', 'inquiringly', 'kind', 'girl', 'asked', 'alice', 'answer', 'look', 'kind', 'girl', 'kind', 'came', 'room', 'minute', 'ago', 'cross', 'drive', 'body', 'away', 'snap', 'snarl', 'disturb', 'annoy', 'blossom', 'tine', 'amazement', 'sound', 'dreadful', 'know', 'learned', 'dearest', 'old', 'christian', 'seen', 'wouldn', 'wasn', 'mean', 'taught', 'stand', 'ill', 'temper', 'like', 'angel', 'fancy', 'dear', 'aunt', 'faith', 'teaching', 'angelic', 'slid', 'ruth', 'laughing', 'try', 'tell', 'bow', 'talk', 'understand', 'mean', 'mother', 'died', 'little', 'girl', 'left', 'brother', 'sister', 'servant', 'look', 'year', 'use', 'tell', 'quarrelsome', 'little', 'set', 'grew', 'know', 'aunt', 'faith', 'hadn', 'come', 'little', 'pity', 'remember', 'thing', 'tried', 'teach', 'beauty', 'loving', 'trying', 'kind', 'special', 'point', 'forbearing', 'temper', 'sin', 'making', 'bad', 'matter', 'worse', 'dear', 'slip', 'poor', 'mortal', 'way', 'evil', 'temper', 'dear', 'soul', 'said', 'talking', 'knew', 'bad', 'temper', 'devil', 'strong', 'hold', 'let', 'word', 'deed', 'help', 'hold', 'stronger', 'sweeter', 'christ', 'like', 'patience', 'forbearance', 'hold', 'helping', 'hand', 'love', 'devil', 'rejoice', 'irritating', 'word', 'add', 'fuel', 'flame', 'anger', 'burning', 'poor', 'heart', 'yes', 'strong', 'word', 'meant', 'continued', 'ruth', 'sure', 'good', 'time', 'cross', 'word', 'set', 'edge', 'sting', 'irritate', 'ought', 'loved', 'tenderly', 'left', 'motherless', 'aunt', 'faith', 'impressed', 'thelord', 'hold', 'accountable', 'sin', 'darker', 'heart', 'instead', 'help', 'rough', 'place', 'gentle', 'patient', 'word', 'hard', 'thing', 'said', 'alice', 'pity', 'girl', 'think', 'ruth', 'time', 'got', 'temper', 'devil', 'right', 'grasp', 'hadn', 'bit', 'power', 'angry', 'word', 'sneer', 'tease', 'felt', 'hate', 'bitterness', 'said', 'worst', 'thing', 'poor', 'girl', 'said', 'ruth', 'caressingly', 'deserve', 'pity', 'said', 'alice', 'came', 'having', 'kept', 'failing', 'latin', 'blessed', 'patience', 'let', 'try', 'better', 'plan', 'dear', 'said', 'ruth', 'affectionately', 'people', 'weak', 'ready', 'fall', 'let', 'lay', 'stumbling', 'block', 'blossom', 'time', 'world', 'fair', 'thousand', 'scent', 'air', 'myriad', 'bell', 'beauty', 'chime', 'bush', 'tree', 'blossom', 'time', 'leaf', 'letter', 'clear', 'promise', 'god', 'appear', 'faith', 'ecstasy', 'sublime', 'sings', 'bird', 'blossom', 'time', 'cherry', 'tree', 'flower', 'blossom', 'drop', 'fragrant', 'shower', 'orchard', 'flaunt', 'augury', 'happy', 'harvest', 'bird', 'appear', 'cheerful', 'throng', 'carol', 'forth', 'sweetest', 'song', 'heart', 'set', 'rhyme', 'earth', 'revolves', 'blossom', 'time', 'blossom', 'time', 'new', 'hope', 'build', 'promise', 'unfulfilled', 'celestial', 'region', 'climb', 'courageously', 'blossom', 'time', 'newer', 'gospel', 'writ', 'bird', 'blossom', 'herald', 'bell', 'heaven', 'chime', 'fuller', 'joy', 'blossom', 'time', 'selected', 'forbearing', 'love', 'alice', 'entered', 'room', 'scowl', 'face', 'petulantly', 'threw', 'book', 'bed', 'easy', 'room', 'mate', 'busily', 'engaged', 'study', 'unusually', 'annoyed', 'temper', 'quick', 'impatient', 'movement', 'searched', 'room', 'thing', 'wonderful', 'room', 'ruth', 'said', 'crossly', 'said', 'ruth', 'pleasantly', 'mean', 'share', 'settle', 'closer', 'quarter', 'lesson', 'promised', 'water', 'ivy', 'morning', 'busy', 'said', 'alice', 'voice', 'showed', 'comfort', 'havesomething', 'fault', 'drying', 'forgot', 'moment', 'alice', 'thinking', 'wash', 'leaf', 'shine', 'thanksgiving', 'sorry', 'believe', 'dry', 'hurt', 'wonder', 'pencil', 'said', 'alice', 'continuing', 'hunt', 'room', 'believe', 'ruth', 'look', 'exactly', 'like', 'isn', 'dear', 'help', 'look', 'got', 'searched', 'industriously', 'alice', 'exclaimed', 'believe', 'lent', 'janet', 'ware', 'classroom', 'wish', 'people', 'return', 'thing', 'borrow', 'mind', 'said', 'ruth', 'example', 'minute', 'wonder', 'want', 'window', 'growled', 'alice', 'injured', 'tone', 'joining', 'cross', 'excuse', 'cried', 'ruth', 'rude', 'thing', 'come', 'alice', 'plenty', 'room', 'sure', 'alice', 'fussed', 'restlessly', 'minute', 'longer', 'seated', 'near', 'ruth', 'looking', 'came', 'girl', 'roomed', 'gathered', 'book', 'air', 'high', 'dignity', 'disagreeable', 'miss', 'garland', 'return', 'swept', 'majestically', 'room', 'girl', 'given', 'snap', 'snap', 'snarl', 'snarl', 'got', 'rate', 'quarrel', 'spoken', 'day', 'given', 'pleasant', 'word', 'crabbed', 'smile', 'scowl', 'good', 'send', 'ruth', 'laughed', 'rattling', 'speech', 'sober', 'look', 'took', 'place', 'merriment', 'said', 'affectionately', 'dear', 'want', 'devil', 'stronger', 'hold', 'yes', 'mean', 'said', 'ruth', 'unable', 'repress', 'smile', 'room', 'mate', 'look', 'half', 'horror', 'half']
root - INFO - extracting file #167500: 2017-04-Final-Corpus/YI18950523-V43-21-page1.txt
root - INFO - extracting file #168000: 2017-04-Final-Corpus/YI18990727-V47-30-page5.txt
root - INFO - ['voice', 'little', 'quaker', 'girl', 'day', 'paused', 'busy', 'round', 'play', 'dear', 'mother', 'came', 'way', 'said', 'soft', 'clear', 'whispered', 'mother', 'ear', 'low', 'hear', 'mother', 'answered', 'smiled', 'wrong', 'thou', 'beguiled', 'voice', 'thee', 'child', 'little', 'quaker', 'went', 'way', 'soon', 'came', 'heard', 'little', 'voice', 'nay', 'child', 'heed', 'voice', 'little', 'voice', 'heart', 'win', 'foot', 'path', 'sin', 'selected', 'cattle', 'read', 'fourth', 'fifth', 'verse', 'chapter', 'genesis', 'tell', 'god', 'cattle', 'kind', 'god', 'belongs', 'earth', 'lord', 'fulness', 'thereof', 'filled', 'sea', 'belong', 'god', 'cattle', 'beast', 'forest', 'cattle', 'thousand', 'hill', 'god', 'think', 'care', 'belongs', 'causeth', 'grass', 'grow', 'cattle', 'know', 'exactly', 'need', 'creates', 'right_kind', 'food', 'time', 'flood', 'told', 'god', 'remembered', 'noah', 'living', 'thing', 'cattle', 'ark', 'thought', 'noah', 'family', 'remembered', 'cattle', 'jonah', 'angry', 'lord', 'destroy', 'nineveh', 'purposed', 'god', 'reminded', 'jonah', 'cattle', 'city', 'people', 'people', 'israel', 'gave', 'special_instruction', 'treatment', 'cattle', 'thing', 'loving', 'care', 'god', 'think', 'cattle', 'sure', 'notice', 'treated', 'care', 'god', 'man', 'dominion', 'cattle', 'rule', 'meant', 'care', 'guide', 'protect', 'feed', 'god', 'ruler', 'universe', 'dominion', 'power', 'supply', 'need', 'creature', 'pet', 'animal', 'know', 'supplied', 'right_kind', 'food', 'kept', 'comfortable', 'happy', 'far', 'power', 'god', 'gave', 'man', 'animal', 'creation', 'meant', 'use', 'man', 'channel', 'supply', 'need', 'state', 'perfect', 'happiness', 'sad', 'change', 'sin', 'brought', 'man', 'fallen', 'dominion', 'instead', 'need', 'animal', 'supplied', 'supply', 'need', 'skin', 'cattle', 'fur', 'hair', 'animal', 'shell', 'tortoise', 'ivory', 'elephant', 'feather', 'bird', 'clothes', 'ornament', 'feed', 'animal', 'time', 'use', 'strength', 'work', 'feed', 'use', 'flesh', 'food', 'time', 'coming', 'god', 'loving', 'pur', 'pose', 'fulfilled', 'creation', 'groan', 'look', 'odd', 'hurry', 'kind', 'game', 'suppose', 'brown', 'black', 'gray', 'white', 'striped', 'spotted', 'fur', 'feather', 'hair', 'wool', 'fly', 'jump', 'walk', 'run', 'swim', 'prize', 'highly', 'thought', 'ought', 'whole_family', 'food', 'long_time', 'know', 'strange', 'family', 'heard', 'carry', 'concealed', 'weapon', 'know', 'bad', 'thing', 'law', 'trim', 'neat', 'dress', 'fear', 'sad', 'scamp', 'strange', 'fine', 'air', 'bring', 'family', 'underground', 'west', 'dwelling', 'called', 'dugout', 'sure', 'people', 'afford', 'kind', 'house', 'live', 'poor', 'folk', 'country', 'new', 'appeared', 'like', 'dandy', 'glossy', 'huntingsuit', 'laid', 'game', 'view', 'began', 'open', 'passage', 'dugout', 'door', 'old', 'blanket', 'screen', 'entrance', 'blocked', 'chunk', 'earth', 'large', 'head', 'pulled', 'chunk', 'earth', 'brought', 'game', 'opening', 'went', 'stair', 'kackward', 'dragging', 'gone', 'little', 'time', 'wondered', 'salting', 'use', 'wished', 'follow', 'house', 'looked', 'inside', 'rude', 'came', 'stair', 'began', 'close', 'doorway', 'picked', 'chunk', 'earth', 'fitted', 'nicely', 'smooth', 'joint', 'carried', 'distance', 'pile', 'earth', 'small', 'mark', 'place', 'house', 'thought', 'said', 'odd', 'people', 'live', 'door', 'seeing', 'dugout', 'looked', 'street', 'tommy', 'wanted', 'queer', 'little', 'house', 'moment', 'away', 'flew', 'wasp', 'right', 'head', 'searched', 'right', 'left', 'funny', 'little', 'dugout', 'cunningly', 'hidden', 'great', 'green', 'worm', 'selected', 'jusz', 'little', 'moment', 'passing', 'way', 'tell', 'little', 'moment', 'passing', 'use', 'surely', 'abuse', 'swift', 'little', 'moment', 'fly', 'away', 'sfarmoisvpw', 'the_youth', 'instructor', 'cattle', 'drinking', 'rough', 'cease', 'man', 'dominion', 'restored', 'king', 'whole_earth', 'exercise', 'lordship', 'god', 'creation', 'god', 'happiness', 'creature', 'adam', 'queer', 'neighbor', 'sitting', 'tree', 'warm', 'afternoon', 'watching', 'tommy', 'come', 'home', 'school', 'tommy', 'dear', 'little', 'fellow', 'like', 'meet', 'gate', 'school', 'clock', 'looked', 'help', 'pas', 'time', 'coming', 'hunt', 'look', 'window', 'fine', 'day', 'door', 'neighbor', 'walking', 'briskly', 'fat', 'grizzly', 'bear', 'tucked', 'arm', 'think', 'surprised', 'grizzly', 'bear', 'common', 'red', 'squirrel', 'expect', 'man', 'strong', 'carry', 'way', 'game', 'grizzly', 'bear', 'time', 'large']
root - INFO - extracting file #168500: 2017-04-Final-Corpus/YI19001025-V48-42-page1.txt
root - INFO - extracting file #169000: 2017-04-Final-Corpus/YI19020109-V50-02-page5.txt
root - INFO - ['the_youth', 'instructor', 'working', 'million', 'little', 'sunbeam', 'pleasant', 'day', 'million', 'little', 'raindrop', 'frighten', 'away', 'little', 'child', 'sit', 'wwhat', 'spell', 'weather', 'sun', 'blaze', 'bluest', 'sky', 'twould', 'dreary', 'place', 'saw', 'happy', 'smile', 'long', 'division', 'mixed', 'help', 'mary', 'day', 'tired', 'think', 'understand', 'fairly', 'benny', 'face', 'puckered', 'relief', 'mary', 'smiling', 'cloud', 'soon', 'left', 'benny', 'face', 'mary', 'kindly', 'showed', 'mistake', 'good', 'sister', 'friday', 'evening', 'nail', 'benny', 'mama', 'ruled', 'half', 'inch', 'square', 'day', 'grandma', 'wanted', 'pretty', 'new', 'pattern', 'quilt', 'going', 'piece', 'benny', 'bed', 'variety', 'ornamental', 'letter', 'colored', 'pencil', 'think', 'forget', 'plain', 'set', 'remember', 'sabbath', 'school_lesson', 'pleasant', 'week', 'hope', 'benny', 'good_use', 'week', 'aunt', 'betty', 'curious', 'brush', 'willie', 'flushed', 'happy', 'come', 'barn', 'playing', 'hideand', 'seek', 'little', 'boy', 'need', 'brush', 'said', 'mother', 'looking', 'work', 'bit', 'little', 'face', 'anna', 'pratt', 'good', 'week', 'work', 'told', 'benny', 'slate', 'sunday', 'evening', 'new', 'morning', 'benny', 'year', 'old', 'day', 'mama', 'gave', 'birthday', 'present', 'know', 'good', 'night', 'know', 'slate', 'funny', 'picture', 'benny', 'mama', 'went', 'lie', 'mary', 'said', 'wash', 'dish', 'sweep', 'kitchen', 'floor', 'benny', 'said', 'care', 'little', 'johnny', 'mama', 'quiet', 'nap', 'johnny', 'tired', 'block', 'benny', 'took', 'drew', 'funny', 'picture', 'benny', 'baby', 'laughed', 'johnny', 'tired', 'mama', 'came', 'room', 'feeling', 'better', 'benny', 'went', 'play', 'monday', 'evening', 'slate', 'funny', 'picture', 'laugh', 'day', 'worked', 'great', 'deal', 'harder', 'mary', 'benny', 'lesson', 'mama', 'help', 'benny', 'learn', 'day', 'spelling', 'missed', 'word', 'lily', 'valley', 'putting', 'lily', 'leaving', 'valley', 'writing', 'word', 'time', 'slate', 'sure', 'know', 'tuesday', 'evening', 'enjoyed', 'work', 'day', 'naturestudy', 'benny', 'collected', 'leaf', 'lawn', 'orchard', 'garden', 'peach', 'willow', 'leaf', 'lance', 'shaped', 'apple', 'pear', 'oval', 'maple', 'grape', 'currant', 'lobed', 'violet', 'heart', 'shaped', 'nasturtium', 'round', 'simple', 'leaf', 'clover', 'rose', 'raspberry', 'honey', 'locust', 'compound', 'drawing', 'picture', 'leaf', 'occupied', 'afternoon', 'benny', 'reading', 'lesson', 'day', 'rain', 'told', 'sun', 'ray', 'warm', 'water', 'sea', 'light', 'rise', 'vapor', 'air', 'breeze', 'come', 'blovirs', 'vapor', 'cloud', 'land', 'cold', 'wind', 'meet', 'heavy', 'fall', 'drop', 'water', 'earth', 'benny', 'wrote', 'remember', 'lesson', 'interesting', 'especially', 'drew', 'picture', 'little', 'ship', 'lake', 'duck', 'waddling', 'rain', 'thursday', 'evening', 'hard', 'day', 'work', 'benny', 'starting', 'curious', 'kind', 'work', 'called', 'wednesday', 'evening', 'good', 'sister', 'marked', 'square', 'ruled', 'half', 'inch', 'square', 'space', 'drew', 'design', 'following', 'line', 'nail', 'drawing', 'obliquely', 'corner', 'corner', 'colored', 'red', 'blue', 'yellow', 'pencil', 'grandma', 'chose', 'pretty', 'star', 'pattern', 'benny', 'soon', 'new', 'quilt', 'saturday', 'evening', 'came', 'home', 'sabbath', 'school', 'eaten', 'dinner', 'benny', 'wrote', 'memoryverse', 'plain', 'writing', 'ruled', 'drew', 'beautiful', 'border', 'inside', 'verse', 'written', 'dry', 'grass', 'seed', 'mow', 'clinging', 'pretty', 'sailor', 'suit', 'playing', 'peek', 'boo', 'hair', 'mother', 'wait', 'tired', 'fly', 'playing', 'hide', 'seek', 'wouldn', 'allow', 'speck', 'dust', 'stay', 'head', 'brush', 'casually', 'remarked', 'aunt', 'nan', 'fly', 'exclaimed', 'willie', 'incredulously', 'brush', 'like', 'know', 'use', 'laughed', 'aunt', 'nan', 'hair', 'brush', 'questioned', 'willie']
root - INFO - extracting file #169500: 2017-04-Final-Corpus/YI19030416-V51-14-page1.txt
root - INFO - extracting file #170000: 2017-04-Final-Corpus/YI19041004-V52-40-page8.txt
root - INFO - ['the_youth', 'instructor', 'successful', 'ingathering', 'service', 'accomplish', 'end', 'great', 'missionary', 'campaign', 'general_meeting', 'march', 'general_conference', 'publication', 'committee', 'recommended', 'great', 'missionary', 'campaign', 'inaugurated', 'fall', 'evet', 'plan', 'quietly', 'maturing', 'movement', 'time', 'operation', 'nearly', 'hoped', 'thorough', 'organization', 'affected', 'united', 'state', 'sharper', 'instrument', 'work', 'devised', 'expect', 'men', 'woman', 'youth', 'qualification', 'leader', 'daniel', 'joseph', 'campaign', 'lord', 'hoped', 'brother', 'sister', 'unite', 'making', 'successful', 'effort', 'presentation', 'angel', 'message', 'denomination', 'attempted', 'expect', 'view', 'time', 'live', 'great_work', 'know', 'answer', 'thousand', 'time', 'let', 'pray', 'lord', 'mightily', 'use', 'harvest', 'soul', 'garnered', 'result', 'great_effort', 'fuji', 'plan', 'suggestion', 'given', 'little', 'later', 'watch', 'hall', 'sec', 'gen', 'conf', 'pub', 'com', 'captain', 'doenvig', 'life', 'saving', 'globe', 'station', 'year', 'trial', 'captain', 'doenvig', 'new', 'invention', 'life', 'saving', 'globe', 'preliminary', 'practical', 'test', 'finished', 'doubt', 'established', 'reputation', 'new', 'invention', 'recent', 'trial', 'conducted', 'coast', 'jutland', 'stormy', 'weather', 'supervision', 'norwegian', 'naval', 'officer', 'maritime', 'authority', 'life', 'saving', 'globe', 'experiment', 'set', 'norwegian', 'man', 'war', 'heimdal', 'human_being', 'board', 'sand', 'ballast', 'corresponding', 'weight', 'sixteen', 'men', 'launched', 'trouble', 'successful', 'landing', 'fact', 'ascertained', 'signal', 'shore', 'heimdal', 'second', 'globe', 'set', 'board', 'captain', 'doenvig', 'marine', 'lieutenant', 'engelstadt', 'sailor', 'cleared', 'away', 'ship', 'good', 'shape', 'minute', 'dropped', 'sea', 'trap', 'door', 'opened', 'men', 'crawled', 'swinging', 'norwegian', 'flag', 'set', 'sail', 'steered', 'breaker', 'land', 'successful', 'trip', 'half', 'hour', 'later', 'landed', 'time', 'blowing', 'hard', 'northeast', 'sea', 'broke', 'foot', 'water', 'globe', 'landed', 'fifty', 'yard', 'mainland', 'men', 'got', 'waded', 'ashore', 'expert', 'considered', 'ordinary', 'life', 'boat', 'use', 'circumstance', 'globe', 'sheet', 'iron', 'sixteenth', 'inch', 'sixteenth', 'inch', 'eighth', 'inch', 'foot', 'diameter', 'onehalf', 'foot', 'high', 'double', 'draw', 'half', 'foot', 'water', 'loaded', 'globe', 'entered', 'water', 'tight', 'trap', 'door', 'deck', 'located', 'foot', 'water', 'line', 'placed', 'galvanized', 'iron', 'tank', 'capacity', 'holding', 'fifty', 'gallon', 'fresh', 'water', 'alomg', 'run', 'low', 'seat', 'bench', 'space', 'underneath', 'filled', 'canned', 'good', 'center', 'inner', 'room', 'october', 'issued', 'tuesday', 'review', 'herald', 'publishing', 'assn', 'north', 'capitol', 'street', 'washington', 'funnel', 'oan', 'shoved', 'letting', 'fresh_air', 'globe', 'small', 'window', 'purpose', 'letting', 'light', 'providing', 'opening', 'rocket', 'sent', 'globe', 'movable', 'keel', 'let', 'inside', 'rudder', 'applied', 'manner', 'small', 'oar', 'kept', 'inside', 'cork', 'belt', 'run', 'globe', 'outside', 'men', 'stand', 'row', 'anchor', 'foot', 'steel', 'rope', 'attached', 'set', 'small', 'sail', 'funnel', 'serving', 'mast', 'need', 'launching', 'globe', 'ship', 'sink', 'simply', 'float', 'weight', 'ton', 'large', 'ordinary', 'life', 'boat', 'cost', 'dollar', 'accommodation', 'men', 'requires', 'deck', 'space', 'ordinary', 'life', 'boat', 'scientific', 'american', 'growth', 'grace', 'helped', 'having', 'grace', 'doubt', 'traitor', 'lose', 'good', 'oft', 'win', 'fearing', 'attempt', 'shakespeare', 'envelope', 'invented', 'record', 'attempt', 'tamper', 'content', 'flap', 'imbued', 'chemical', 'composition', 'operated', 'dampening', 'process', 'mean', 'penetrating', 'inclosure', 'record', 'transaction', 'causing', 'word', 'attempt', 'open', 'appear', 'thought', 'inquisitive', 'think', 'twice', 'pursuing', 'research', 'face', 'invention', 'petaluma', 'cal', 'aug', 'dear', 'editor', 'enjoy', 'reading', 'instructor', 'contains', 'good_things', 'like', 'stop', 'read', 'hardly', 'thankful', 'letter', 'box', 'like', 'read', 'good', 'letter', 'saw', 'piece', 'entitled', 'boy', 'girl', 'instructor', 'july', 'experiment', 'board', 'broke', 'square', 'second', 'worked', 'putting', 'bird', 'cage', 'successful', 'right', 'earnest_desire', 'faithful', 'meet', 'dear', 'mother', 'resurrection', 'best', 'dear', 'saviour', 'love', 'reader', 'fannie', 'dickerson', 'uburrt', 'rtinn', 'intro', 'yearly', 'subscription', 'month', 'month', 'foreign', 'country', 'club', 'rate', 'copy', 'address', 'zoo', 'zoo', 'editor', 'entered', 'second', 'class_matter', 'august', 'postoffice', 'washington', 'act', 'congress', 'march', 'number', 'instructor', 'contains', 'program', 'suggestion', 'poem', 'harvest', 'ingathering', 'service', 'pleased', 'note', 'wide', 'spread', 'sabbath', 'school', 'worker', 'autumn', 'thanksgiving', 'service', 'begun', 'plan', 'work', 'indebted', 'miss', 'anna', 'hibben', 'chicago', 'excellent', 'instructive', 'program', 'chosen', 'wise', 'immediate', 'charge', 'service', 'expected', 'article', 'elder', 'daniells', 'progress', 'angel', 'message', 'year', 'appear', 'week', 'instructor', 'article', 'recited', 'read', 'adult', 'exercise', 'seven', 'miss', 'hibben', 'program', 'let', 'precede', 'taking', 'offering', 'doubt', 'hearing', 'double', 'gift', 'purposed', 'certainly', 'worth', 'place', 'program', 'article', 'person', 'man', 'woman', 'child', 'offering', 'ready', 'ingathering', 'service', 'let', 'look', 'problem', 'child', 'paper', 'pencil', 'cent', 'worth', 'candy', 'popcorn', 'soda', 'water', 'chewing', 'gum', 'firecracker', 'year', 'sure', 'want', 'sending', 'news', 'soon', 'coming', 'saviour', 'world', 'haven', 'minute', 'earnest', 'thought', 'tell', 'earn', 'harvest', 'ingathering', 'father', 'want', 'expression', 'gratitude', 'temporal', 'blessing', 'daily', 'loadeth', 'benefit', 'want', 'water', 'world', 'god', 'want', 'hear', 'heart', 'soul', 'water', 'life', 'saving', 'truth', 'hour', 'hear', 'personal', 'petition', 'time', 'strength', 'mean', 'ambassador', 'christ', 'stand', 'temple', 'court', 'perishing', 'people', 'saviour', 'great_day', 'feast', 'man', 'thirst', 'let', 'come', 'unto', 'drink', 'lord', 'passed', 'secret', 'life', 'salvation', 'hour', 'bidden', 'urge', 'nation', 'kindred', 'tongue', 'people', 'accept', 'quickly', 'life', 'giving', 'potion', 'harvest', 'ingathering', 'service', 'reverently', 'express', 'anew', 'deep', 'gratitude', 'trust', 'god', 'committed', 'great_truths', 'angel', 'message', 'generous', 'offering', 'carrying', 'truth', 'know', 'determine', 'earnestly', 'increase', 'effort', 'light', 'structor', 'lila', 'warner', 'cheery', 'letter', 'appreciated', 'sorry', 'experiment', 'successful', 'send', 'card', 'quickly', 'idea', 'highest', 'ambition', 'life', 'realized', 'meeting', 'loved', 'life', 'precious', 'saviour', 'eternity', 'worth', 'cost', 'think', 'way', 'world', 'drifting', 'crime', 'sin', 'doe', 'know', 'blessed', 'truth', 'angel', 'message', 'honor', 'god', 'joy', 'saviour', 'wholly', 'loyal', 'right', 'bookkeeping', 'penmanship', 'shorthand', 'successfully', 'taught', 'mail', 'number', 'person', 'qualified', 'greater', 'usefulness', 'taking', 'work', 'write', 'particular', 'fireside', 'accounting', 'institute', 'battle', 'creek', 'mich']
root - INFO - extracting file #170500: 2017-04-Final-Corpus/YI19060102-V54-01-page4.txt
root - INFO - extracting file #171000: 2017-04-Final-Corpus/YI19070326-V55-13-page1.txt
root - INFO - ['vol', 'takoma', 'par', 'station', 'washinigton', 'march', 'merry', 'christmas', 'picnic', 'rockies', 'picnic', 'rockies', 'elevation', 'seven', 'thousand', 'foot', 'christmas', 'day', 'reader', 'like', 'fairy', 'tale', 'chilly', 'affair', 'case', 'boulder', 'colorado', 'dec', 'shall', 'tell', 'dinner', 'december', 'place', 'announced', 'sanitarium', 'family', 'regular', 'christmas', 'picnic', 'mountain', 'helper', 'spared', 'guest', 'able', 'invited', 'ready', 'clock', 'christmas', 'morning', 'caused', 'little', 'excitement', 'dining', 'room', 'furnished', 'new', 'topic', 'conversation', 'extra', 'task', 'preparing', 'picnic', 'lunch', 'accordingly', 'clock', 'morning', 'large', 'tally', 'drawn', 'black', 'horse', 'drove', 'door', 'place', 'sanitarium', 'soon', 'filled', 'capacity', 'colorado', 'bright', 'beautiful', 'morning', 'hopeful', 'happy', 'company', 'patient', 'helper', 'asked', 'started', 'entrance', 'boulder', 'canyon', 'way', 'doctor', 'went', 'store', 'bought', 'largest', 'tin', 'horn', 'proved', 'small', 'troubled', 'asthma', 'patient', 'load', 'weak', 'falsetto', 'voice', 'high', 'low', 'unreliable', 'furnished', 'cause', 'additional', 'merriment', 'occasionally', 'heard', 'song', 'company', 'jingle', 'bell', 'new', 'large', 'water', 'pipe', 'brings', 'boulder', 'water', 'supply', 'shore', 'silver', 'lake', 'near', 'summit', 'arapahoe', 'mountain', 'pipe', 'laid', 'old', 'took', 'water', 'boulder', 'river', 'seven', 'mile', 'city', 'kept', 'emergency', 'pipe', 'case', 'happen', 'new', 'line', 'feature', 'tourist', 'large', 'irrigating', 'ditch', 'built', 'north', 'bank', 'beginning', 'level', 'river', 'seven', 'mile', 'boulder', 'gradually', 'rising', 'till', 'mouth', 'canyon', 'foot', 'river', 'ditch', 'follows', 'winding', 'canyon', 'way', 'cut', 'solid', 'rock', 'place', 'pass', 'tunnel', 'cutting', 'short', 'sharp', 'curve', 'help', 'furnish', 'water', 'enables', 'boulder', 'vicinity', 'look', 'fresh', 'life', 'long', 'dry', 'cloudless', 'room', 'fifty', 'road', 'mountain', 'stretching', 'away', 'distance', 'broken', 'smaller', 'canyon', 'deep', 'wooded', 'ravine', 'mile', 'city', 'mile', 'canyon', 'switzerland', 'trail', 'leaf', 'boulder', 'canyon', 'follows', 'far', 'sunshine', 'branch', 'tourist', 'ward', 'glacier', 'lake', 'eldora', 'reaching', 'elevation', 'thousand', 'foot', 'sea_level', 'summer', 'train', 'line', 'crowded', 'daily', 'tourist', 'sightseer', 'followed', 'mile', 'far', 'knox', 'mile', 'branched', 'right', 'angl', 'began', 'steep', 'zigzag', 'climb', 'mile', 'canyon', 'summit', 'overlooking', 'sunshine', 'canyon', 'able', 'walk', 'began', 'climbing', 'steep', 'mountainside', 'avoid', 'zigzag', 'wagon', 'road', 'gained', 'elevation', 'looking', 'saw', 'team', 'standstill', 'knew', 'wrong', 'driver', 'large', 'boiler', 'brought', 'use', 'lying', 'road', 'position', 'impossible', 'pas', 'road', 'narrow', 'lower', 'steep', 'question', 'turn', 'council', 'held', 'impossible', 'boiler', 'meant', 'steep', 'embankment', 'foot', 'narrow', 'road', 'abrupt', 'drop', 'thousand', 'foot', 'question', 'finally', 'brother', 'told', 'driver', 'hold', 'hill', 'tally', 'tipping', 'turn', 'horse', 'embankment', 'right', 'finally', 'driver', 'converted', 'plan', 'came', 'work', 'converting', 'horse', 'team', 'came', 'brink', 'right', 'stopped', 'pranced', 'pawed', 'ground', 'sir', 'happily', 'driver', 'patient', 'persevering', 'man', 'quietly', 'took', 'time', 'kept', 'talking', 'gently', 'horse', 'calling', 'urging', 'forward', 'step', 'time', 'till', 'finally', 'leader', 'stepped', 'impressive', 'experience', 'summer', 'leaving', 'city', 'boulder', 'entering', 'canyon', 'beauty', 'spot', 'colorado', 'turn', 'road', 'lie', 'winding', 'stream', 'surprise', 'bringing', 'forth', 'exclamation', 'delight', 'form', 'way', 'occasionally', 'mile', 'canyon', 'run', 'wonderful', 'railroad', 'switzerland', 'trail', 'america', 'adding', 'man', 'blessing', 'humanity', 'canyon', 'nature', 'disturbed', 'little', 'possible', 'trip', 'trail', 'constitutes', 'forgotten', 'experience', 'life', 'wish', 'reader', 'instructor', 'trip', 'july', 'august', 'characteristic', 'road', 'aside', 'wonderful', 'scenery', 'brings', 'eye', 'follows', 'straight', 'course', 'truly', 'sort', 'twisting', 'turning', 'weakness', 'human', 'language', 'felt', 'describing', 'trying', 'better', 'mountain', 'canyon', 'kaleidoscopic', 'change', 'beauty', 'time', 'way', 'narrow', 'wagon', 'road', 'stream', 'railroad', 'hug', 'press', 'closely', 'rocky', 'wall', 'hang', 'threateningly', 'overhead', 'rise', 'foot', 'sharp', 'turn', 'cloud', 'encircled', 'band', 'prismatic', 'glory']
root - INFO - extracting file #171500: 2017-04-Final-Corpus/YI19080324-V56-12-page12.txt
root - INFO - extracting file #172000: 2017-04-Final-Corpus/YI19081110-V56-45-page4.txt
root - INFO - ['the_youth', 'instructor', 'november', 'miss', 'pope', 'ascend', 'seat', 'howdah', 'elephant', 'secure', 'feel', 'elephant', 'begin', 'rise', 'bit', 'screeching', 'scrambling', 'regaining', 'equilibrium', 'wave', 'salaam', 'kulpahar', 'friend', 'great', 'old', 'elephant', 'away', 'majestic', 'tread', 'pas', 'town', 'object', 'little', 'excitement', 'especially', 'turn', 'corner', 'pas', 'near', 'village', 'child', 'playing', 'street', 'roadside', 'brother', 'staying', 'japanese', 'hotel', 'taken', 'entering', 'house', 'shoe', 'room', 'place', 'true', 'japanese', 'house', 'contained', 'little', 'furniture', 'furniture', 'number', 'straw', 'mat', 'floor', 'looked', 'neat', 'supper', 'served', 'japanese', 'maid', 'bare', 'foot', 'presented', 'door', 'bowed', 'low', 'brought', 'little', 'table', 'foot', 'square', 'inch', 'high', 'ate', 'best', 'chopstick', 'sat', 'floor', 'meantime', 'remained', 'kudzu', 'day', 'continued', 'journey', 'southward', 'kobe', 'sanitarium', 'located', 'train', 'japan', 'small', 'like', 'england', 'car', 'smoking', 'car', 'class', 'passenger', 'car', 'entered', 'difficult', 'natural', 'beauty', 'country', 'mountain', 'covered', 'grass', 'small', 'pine', 'rice', 'field', 'fruit', 'tree', 'garden', 'cause', 'think', 'passing', 'immense', 'park', 'seen', 'country', 'beautiful', 'natural', 'scenery', 'beautiful', 'minute', 'walk', 'sit', 'reveal', 'poverty', 'misery', 'care', 'world', 'sweet', 'word', 'rev', 'young_people', 'glimpse', 'understand', 'great_need', 'sin', 'darkened', 'land', 'afternoon', 'passing', 'narrow', 'crooked', 'street', 'stopped', 'moment', 'score', 'small', 'halfclad', 'child', 'following', 'foreigner', 'younger', 'riding', 'older', 'sister', 'child', 'great', 'ugly', 'sore', 'head', 'transportation', 'novel', 'easy', 'jamtan', 'tree', 'loaded', 'fruit', 'resembling', 'appearance', 'large', 'cherry', 'exalted', 'position', 'gather', 'cluster', 'purple', 'fruit', 'moving', 'field', 'green', 'grain', 'woman', 'dressed', 'bright', 'colored', 'sari', 'working', 'seeing', 'raise', 'lively', 'song', 'driver', 'sight', 'pleasing', 'noon', 'stop', 'rest', 'refreshment', 'small', 'dark', 'bungalow', 'situated', 'amid', 'beautiful', 'tree', 'resting', 'time', 'hard', 'downpour', 'rain', 'soon', 'clear', 'away', 'resume', 'journey', 'enjoy', 'green', 'field', 'lovely', 'tree', 'homeward', 'way', 'new', 'late', 'afternoon', 'fifth', 'mile', 'stone', 'counted', 'faithful', 'old', 'elephant', 'bearing', 'missionary', 'burden', 'enters', 'gateway', 'pass', 'walk', 'mission', 'bungalow', 'greeted', 'indian', 'brother', 'sister', 'little', 'church', 'rath', 'rath', 'india', 'annie', 'agnes', 'lackie', 'word', 'japan', 'somewhat', 'unpleasant', 'voyage', 'sixteen', 'day', 'landed', 'yokohama', 'japan', 'twentieth', 'august', 'day', 'time', 'sun', 'weather', 'cold', 'stormy', 'seasick', 'entire', 'distance', 'willing', 'endure', 'hardship', 'order', 'giving', 'message', 'japan', 'steamer', 'tied', 'dock', 'note', 'handed', 'steward', 'letter', 'elder', 'field', 'telling', 'away', 'tokyo', 'meet', 'yokohama', 'note', 'evidently', 'taken', 'steamer', 'small', 'launch', 'carried', 'inspection', 'officer', 'soon', 'mission', 'worker', 'immediately', 'conducted', 'kudzu', 'small', 'camp', 'meeting', 'held', 'evening', 'meal', 'wear', 'clothing', 'sadness', 'hunger', 'depicted', 'countenance', 'ancient_times', 'satan', 'grove', 'beautiful', 'hill', 'temple', 'baal', 'japan', 'beautiful_grove', 'hillside', 'overlooking', 'sea', 'nature', 'adorned', 'earth', 'richly', 'temple', 'erected', 'worship', 'buddha', 'shinto', 'temple', 'large_city', 'sabbath', 'afternoon', 'passed', 'buddhist', 'cemetery', 'noticed', 'large', 'lantern', 'taper', 'idol', 'gateway', 'funeral_service', 'soon', 'held', 'temple']
root - INFO - extracting file #172500: 2017-04-Final-Corpus/YI19090629-V57-26-page15.txt
root - INFO - extracting file #173000: 2017-04-Final-Corpus/YI19100215-V58-07-page8.txt
root - INFO - ['the_youth', 'instructor', 'february', 'cause', 'dead', 'dog', 'bark', 'case', 'permanent', 'tiredness', 'resisted', 'treatment', 'small', 'wonder', 'suffer', 'chronic', 'fatigue', 'irritating', 'fellow', 'reason', 'work', 'thing', 'balk', 'idle', 'british', 'workman', 'eats', 'drink', 'sleep', 'job', 'work', 'coming', 'tremble', 'natural', 'think', 'thrashing', 'best', 'solution', 'modern', 'science', 'step', 'thrashing', 'till', 'examine', 'eye', 'heart', 'digestive', 'body', 'perfect', 'condition', 'cure', 'poisoning', 'person', 'lazy', 'form', 'chronic', 'fatigue', 'caused', 'weak', 'heart', 'muscle', 'good', 'living', 'tends', 'strengthen', 'heart', 'improve', 'circulation', 'muscular', 'imperfectly', 'fed', 'blood', 'good_condition', 'such_cases', 'exercise', 'graduated', 'increased', 'slowly', 'day', 'day', 'helped', 'form', 'tonic', 'treatment', 'person', 'laziness', 'form', 'balking', 'reading', 'writing', 'concentrated', 'mental', 'effort', 'recover', 'magic', 'properly', 'fitted', 'glass', 'youth', 'companion', 'long', 'skirt', 'condemned', 'crusader', 'great', 'white', 'plague', 'claim', 'custom', 'teacher', 'wearing', 'long', 'dress', 'sweep', 'floor', 'schoolroom', 'seriously', 'menace', 'health', 'child', 'stirring', 'germ', 'support', 'contention', 'antituberculosis', 'force', 'washington', 'point', 'action', 'board', 'education', 'public_health', 'large_cities', 'notably', 'new', 'york', 'pittsburg', 'requiring', 'teacher', 'shorten', 'skirt', 'anti', 'washington', 'determined', 'fellow', 'crusader', 'city', 'better', 'demand', 'bloomer', 'substituted', 'short', 'skirt', 'point', 'met', 'chorus', 'violent', 'protest', 'woman', 'instructor', 'bloomer', 'mentioned', 'concession', 'teacher', 'possibility', 'bebloomered', 'regime', 'awful', 'contemplate', 'equanimity', 'proposition', 'rejected', 'immediately', 'antituberculosis', 'force', 'agreed', 'abandon', 'bloomer', 'plan', 'drastic', 'refuse', 'budge', 'short', 'skirt', 'idea', 'hint', 'concession', 'forthcoming', 'step', 'taken', 'disinfect', 'offending', 'skirt', 'daily', 'teacher', 'accept', 'fumigation', 'known', 'gen', 'george', 'sternberg', 'president', 'association', 'prevention', 'tuberculosis', 'condemns', 'long', 'skirt', 'strong', 'term', 'insists', 'abolishment', 'collector', 'breeder', 'distributer', 'germ', 'said', 'general', 'peer', 'gutter', 'street', 'sidewalk', 'gather', 'burden', 'bacteria', 'deposited', 'dress', 'shaken', 'cleaned', 'fact', 'stir', 'germ', 'additional', 'proof', 'fitness', 'incubator', 'microbe', 'suppose', 'teacher', 'reason', 'refusal', 'operate', 'antituberculosis', 'worker', 'think', 'action', 'ill', 'advised', 'washington_post', 'interesting', 'demonstration', 'dead', 'dog', 'bark', 'application', 'feeble', 'electric', 'current', 'certain', 'muscle', 'throat', 'lung', 'artificially', 'inflated', 'took', 'place', 'recently', 'french', 'academy', 'science', 'howl', 'produced', 'multiplying', 'experiment', 'scientist', 'deduces', 'experiment', 'called', 'loss', 'voice', 'singer', 'counteracted', 'electricity', 'applied', 'restore', 'muscular', 'activity', 'larynx', 'selected', 'sluggard', 'bedstead', 'early', 'bed', 'early', 'rise', 'man', 'healthy', 'wealthy', 'wise', 'old', 'wise', 'saw', 'attributed', 'benjamin', 'franklin', 'doubt', 'express', 'deal', 'sound', 'philosophy', 'difficulty', 'people', 'early', 'rising', 'house', 'new', 'york', 'state', 'proposed', 'solve', 'problem', 'absolutely', 'certain', 'effective', 'way', 'july', 'took', 'united', 'state', 'patent', 'invention', 'formed', 'bedstead', 'head', 'board', 'foot', 'board', 'rigidly', 'connected', 'bed', 'hinged', 'trunnions', 'little', 'middle', 'longitudinal', 'line', 'provided', 'locking', 'mean', 'holding', 'horizontal', 'position', 'allotted', 'hour', 'sleep', 'time', 'locking', 'device', 'bed', 'tripped', 'action', 'alarm', 'clock', 'bed', 'yielding', 'hinge', 'dropped', 'threw', 'sleepyhead', 'floor', 'alarm', 'clock', 'set', 'sound', 'alarm', 'minute', 'tripping', 'bed', 'occupant', 'responded', 'alarm', 'escaped', 'tumble', 'selected', 'tired', 'feeling', 'able', 'english', 'medical', 'writer', 'lately', 'written', 'interesting', 'paper', 'bearing', 'title', 'tired', 'offer', 'serve', 'excuse', 'dismissed', 'diagnosis', 'lazy', 'scientific', 'fact', 'proved', 'exhaustive', 'experiment', 'delicate', 'recording', 'instrument', 'fatigue', 'chemical', 'basis', 'body', 'manufacture', 'fatigue', 'toxin', 'rapidly', 'thrown', 'possible', 'person', 'inherit', 'special', 'tendency', 'unfortunate', 'form', 'manufacture', 'person', 'described', 'born', 'tired', 'born', 'tired', 'fall', 'condition', 'manufacture', 'toxin', 'fatigue', 'rapidly', 'fault', 'metabolism', 'fail', 'throw', 'fast', 'sufferer', 'helped', 'miracle', 'submitted', 'course', 'treatment', 'tending', 'thorough', 'purification', 'liver', 'intestinal', 'reason', 'treatment', 'advocated', 'metchnikoff', 'keeping', 'intestinal', 'tract', 'daily', 'influence', 'dos', 'lactic', 'acid', 'tablet', 'form', 'milk', 'treated', 'cure']
root - INFO - extracting file #173500: 2017-04-Final-Corpus/YI19101004-V58-40-page11.txt
root - INFO - extracting file #174000: 2017-04-Final-Corpus/YI19110516-V59-20-page16.txt
root - INFO - ['the_youth', 'instructor', 'the_youth', 'instructor', 'issued', 'tuesday', 'review', 'herald', 'publishing', 'assn', 'reason', 'prayer', 'answered', 'asked', 'reason', 'confident', 'faith', 'yes', 'said', 'believe', 'prayer', 'answered', 'fulfilled', 'condition', 'shadow', 'doubt', 'praying', 'salvation', 'knowing', 'lord', 'saved', 'men', 'saved', 'come', 'unto', 'knowledge', 'truth', 'tim', 'confidence', 'ask', 'according', 'heareth', 'john', 'second', 'reason', 'pleaded', 'salvation', 'own_name', 'orthy', 'precious', 'lord', 'jesus', 'john', 'ground', 'merit', 'worthiness', 'reason', 'believed', 'ability', 'willingness', 'god', 'answer', 'prayer', 'mark', 'fourth', 'reason', 'continued', 'believing', 'prayer', 'fifty', 'year', 'shall', 'continue', 'answer', 'given', 'shall', 'god', 'avenge', 'elect', 'day', 'night', 'unto', 'luke', 'selection', 'pamphlet', 'benediction', 'hymn', 'everybody', 'sung', 'heard', 'sung', 'great', 'line', 'praise_god', 'blessing', 'flow', 'tell', 'wrote', 'thousand', 'ambitious', 'people', 'great', 'deal', 'money', 'recognized', 'mounted', 'sure', 'ooted', 'tune', 'old', 'little', 'giant', 'stanza', 'closed', 'religious_service', 'world', 'speak', 'tried', 'eplace', 'succeeded', 'god', 'till', 'meet', 'beautiful', 'hymn', 'good', 'second', 'praise_god', 'longer', 'calculated', 'close', 'long', 'case', 'exhausting', 'service', 'man', 'wrote', 'han', 'amous', 'stanza', 'thomas', 'ken', 'born', 'died', 'englishman', 'time', 'chaplain', 'charles', 'resisted', 'tyranny', 'james', 'like', 'bunyan', 'time', 'imprisoned', 'wrote', 'hymn', 'including', 'follows', 'renowned', 'stanza', 'close', 'entitled', 'evening', 'hymn', 'following', 'strongest', 'stanza', 'praise', 'thee', 'god', 'night', 'blessing', 'light', 'king', 'king', 'beneath', 'thy', 'almighty', 'wing', 'night', 'sleepless', 'lie', 'soul', 'heavenly', 'thought', 'supply', 'let', 'ill', 'dream', 'disturb', 'rest', 'power', 'darkness', 'molest', 'faster', 'sleep', 'sens', 'bind', 'unfettered', 'mind', 'soul', 'matter', 'free', 'thy', 'loveliness', 'unclouded', 'guardian', 'sleep', 'close', 'bed', 'vigil', 'love', 'angelical', 'instil', 'stop', 'avenue', 'ill', 'praise_god', 'blessing', 'flow', 'praise', 'creature', 'praise', 'heavenly', 'host', 'praise', 'father', 'son', 'holy', 'ghost', 'carleton', 'magazine', 'takoma', 'park', 'station', 'washington', 'fannie', 'dickerson', 'chase', 'suborripttan', 'kates', 'yearly', 'subscription', 'sixmonths', 'club', 'rate', 'copy', 'address', 'year', 'copy', 'address', 'month', 'copy', 'address', 'month', 'entered', 'second', 'lass', 'matter', 'august', 'post', 'ffice', 'washington', 'act', 'congress', 'march', 'thirty', 'thousand', 'soul', 'answer', 'prayer', 'summer', 'pleasure', 'spend', 'hour', 'sainted', 'george', 'muller', 'privilege', 'long', 'coveted', 'youth', 'revered', 'known', 'power', 'prayer', 'thought', 'man', 'faith', 'obtaining', 'god', 'needed', 'material', 'want', 'large_family', 'god', 'committed', 'care', 'intercessor', 'prayer', 'faith', 'took', 'prey', 'enemy', 'knew', 'experience', 'dealing', 'soul', 'definitely', 'claiming', 'god', 'salvation', 'learn', 'teach', 'line', 'sought', 'interview', 'long', 'presence', 'master', 'israel', 'sixty_years', 'joined', 'teacher', 'helper', 'bringing', 'soul', 'god', 'believing', 'persevering', 'prayer', 'able', 'declare', 'expected', 'meet', 'thirty', 'thousand', 'soul', 'heaven', 'large_number', 'converted', 'child', 'orphanage', 'having', 'strong', 'lord', 'gone', 'forth', 'power', 'world', 'saving', 'subject', 'prayer', 'year', 'theglad', 'news', 'came', 'closing', 'day', 'life', 'telling', 'faithfulness', 'covenant', 'eeping', 'god', 'saving', 'soul', 'fifty', 'hree', 'year', 'intercession', 'related', 'incident', 'illustrating', 'continued', 'labor', 'prayer', 'soul', 'tenth', 'november', 'bosom', 'friend', 'besought', 'pray', 'unconverted', 'son', 'having', 'promised', 'said', 'aged', 'saint', 'began', 'day', 'continued', 'day', 'bear', 'god', 'omitting', 'day', 'eighteen', 'month', 'lord', 'saved', 'gave', 'thanks', 'went', 'praying', 'continued', 'year', 'omitting', 'day', 'god', 'brought', 'second', 'darkness', 'light', 'praised', 'went', 'praying', 'thirty', 'fifty', 'year', 'prayed', 'day', 'prayed', 'yesterday', 'prayed', 'shall', 'continue', 'lord', 'home', 'sure', 'saved', 'heaven', 'word', 'said', 'great', 'emphasis', 'looking', 'face', 'awaited', 'answer', 'editor']
root - INFO - extracting file #174500: 2017-04-Final-Corpus/YI19120102-V60-01-page9.txt
root - INFO - extracting file #175000: 2017-04-Final-Corpus/YI19120820-V60-34-page15.txt
root - INFO - ['august', 'youth', 'instructor', 'admonition', 'given', 'thess', 'eph', 'great_work', 'spirit', 'god', 'king', 'saul', 'sam', 'saul', 'disobedient', 'result', 'sam', 'note', 'jesus', 'returned', 'wilderness', 'temptation', 'power', 'luke', 'result', 'receiving', 'holy', 'spirit', 'act', 'eph', 'earnestly', 'pray', 'time', 'zech', 'note', 'note', 'wait', 'humbly', 'god', 'watch', 'guidance', 'grace', 'spirit', 'given', 'power', 'god', 'awaits', 'demand', 'reception', 'promised', 'blessing', 'claimed', 'faith', 'brings', 'blessing', 'train', 'desire', 'age', 'page', 'asking', 'holy', 'spirit', 'solemn', 'thing', 'possible', 'god', 'grant', 'spirit', 'heart', 'right', 'curse', 'blessing', 'asking', 'motive', 'desire', 'spirit', 'use', 'good', 'god', 'cause', 'self', 'exaltation', 'pride', 'beauty', 'brightness', 'sin', 'led', 'satan', 'overthrow', 'self', 'exaltation', 'deceitful', 'thing', 'contend', 'holy', 'spirit', 'abide', 'walk', 'light', 'walking', 'light', 'best', 'know', 'learn', 'mind', 'open', 'receive', 'god', 'led', 'spirit', 'truth', 'ignorant', 'god', 'requirement', 'desire', 'way', 'path', 'shineth', 'unto', 'perfect_day', 'great_work', 'people', 'god', 'time', 'need', 'money', 'men', 'carry', 'need', 'power', 'attends', 'spirit', 'work', 'power', 'spirit', 'saith', 'lord', 'host', 'yovti', 'son', 'holy', 'spirit', 'concluded', 'august', 'lesson', 'help', 'testimony', 'chutch', 'vol', 'viii', 'page', 'step', 'christ', 'chapter', 'entitled', 'test', 'discipleship', 'sabbath', 'school', 'worker', 'memory', 'verse', 'let', 'athirst', 'come', 'whosoever', 'let', 'water', 'life', 'freely', 'rev', 'question', 'power', 'yield', 'disciple', 'lord', 'rom', 'experience', 'enters', 'kingdom', 'god', 'john', 'willing', 'lord', 'holy', 'spirit', 'luke', 'holy', 'spirit', 'come', 'john', 'note', 'work', 'spirit', 'world', 'gen', 'act', 'compare', 'act', 'note', 'freely', 'spirit', 'offered', 'john', 'spirit', 'given', 'act', 'note', 'simon', 'magus', 'desire', 'act', 'peter', 'reply', 'verse', 'note', 'spirit', 'god', 'lead', 'exalt', 'john', 'note', 'doe', 'apostle', 'exhort', 'reference', 'receiving', 'holy', 'spirit', 'eph', 'received', 'holy', 'spirit', 'come', 'heart', 'act', 'eph', 'great_work', 'spirit', 'god', 'king', 'saul', 'sam', 'saul', 'disobedience', 'sad', 'condition', 'finally', 'resulted', 'sam', 'vow', 'consecration', 'samson', 'childhood', 'judge', 'result', 'vow', 'strengthened', 'spirit', 'god', 'verse', 'sin', 'change', 'came', 'judge', 'note', 'warned', 'eph', 'thess', 'earnestly', 'pray', 'time', 'zech', 'compare', 'joel', 'note', 'note', 'evidence', 'lord', 'answered', 'prayer', 'sent', 'holy', 'spirit', 'joyous', 'happy', 'feeling', 'deep', 'conviction', 'sin', 'work', 'convict', 'sin', 'till', 'sin', 'confessed', 'away', 'convince', 'righteousness', 'christ', 'commends', 'judgment', 'known', 'little', 'theology', 'cherished', 'principle', 'influence', 'divine', 'spirit', 'blessing', 'heathen', 'cherished', 'spirit', 'kindness', 'word', 'life', 'fallen', 'ear', 'befriended', 'missionary', 'ministering', 'peril', 'own_lives', 'heathen', 'worship', 'god', 'ignorantly', 'light', 'brought', 'human', 'instrumentality', 'perish', 'ignorant', 'written', 'law', 'god', 'heard', 'voice', 'speaking', 'nature', 'thing', 'law', 'required', 'work', 'evidence', 'holy', 'spirit', 'touched', 'heart', 'recognized', 'child', 'god', 'surprised', 'gladdened', 'lowly', 'nation', 'heathen', 'hear', 'lip', 'saviour', 'inasmuch', 'unto', 'brother', 'unto', 'glad', 'heart', 'infinite', 'love', 'follower', 'look', 'surprise', 'joy', 'word', 'approval', 'desire', 'age', 'page', 'christ', 'promised', 'gift', 'holy', 'spirit', 'church', 'promise', 'belongs', 'disciple', 'like', 'promise', 'given', 'condition', 'believe', 'profess', 'claim', 'lord', 'promise', 'talk', 'christ', 'holy', 'spirit', 'receive', 'benefit', 'surrender', 'soul', 'guided', 'controlled', 'divine', 'agency', 'use', 'holy', 'spirit', 'spirit', 'use', 'spirit', 'god', 'work', 'people', 'good_pleasure', 'submit', 'want', 'manage', 'receive', 'heavenly', 'gift', 'wait', 'humbly', 'god', 'watch', 'guidance', 'grace', 'spirit', 'given', 'power', 'god', 'awaits', 'demand', 'reception', 'promised', 'blessing', 'claimed', 'faith', 'brings', 'blessing', 'train', 'given', 'according', 'rich', 'grace', 'christ', 'ready', 'supply', 'soul', 'according', 'capacity', 'receive', 'page', 'motive', 'simon', 'magus', 'wrong', 'desire', 'spirit', 'god', 'selfish', 'purpose', 'god', 'withhold', 'receive', 'fulness', 'holy', 'spirit', 'motif', 'purpose', 'heart', 'right', 'work', 'satan', 'exalt', 'self', 'ascend', 'heaven', 'exalt', 'throne', 'like', 'high', 'holy', 'spirit', 'lead', 'exaltation', 'self', 'exalts', 'saviour', 'speaks', 'testifies', 'glorifies', 'patriarch', 'piophets', 'page', 'hunger', 'thirst', 'gift', 'spirit', 'mean', 'receive', 'power', 'talk', 'pray', 'preach', 'concerning', 'lord', 'willing', 'holy', 'spirit', 'parent', 'good', 'gift', 'child', 'baptism', 'spirit', 'worker', 'pleading', 'god', 'company', 'gathered', 'ask', 'special_help', 'heavenly', 'wisdom', 'know', 'plan', 'execute', 'wisely', 'especially', 'men', 'pray', 'god', 'baptize', 'missionary', 'holy', 'spirit', 'testimony', 'church', 'vol', 'viii', 'page', 'brother', 'sister', 'plead', 'holy', 'spirit', 'god', 'stand', 'promise', 'bible', 'hand', 'thou_hast', 'said', 'present', 'thy', 'promise', 'ask', 'shall', 'given', 'seek', 'shall', 'knock', 'shall', 'opened', 'unto']
root - INFO - extracting file #175500: 2017-04-Final-Corpus/YI19130408-V61-14-page11.txt
root - INFO - extracting file #176000: 2017-04-Final-Corpus/YI19131202-V61-48-page12.txt
root - INFO - ['the_youth', 'instructor', 'december', 'miriam', 'rode', 'donkey', 'remembered', 'gift', 'god', 'lamb', 'redeemed', 'life', 'safe', 'believe', 'accept', 'sacrifice', 'lord', 'jesus', 'god', 'lamb', 'slain', 'beginning', 'world', 'intelligence', 'ikey', 'ikey', 'large', 'green', 'bird', 'red', 'marking', 'long_life', 'extremely', 'active', 'brain', 'gathered', 'immense', 'store', 'knowledge', 'sixtyhis', 'thought', 'cloth', 'thrown', 'cage', 'example', 'sulk', 'silence', 'subdued', 'plaintive', 'tone', 'heard', 'cover', 'ikey', 'good', 'ikey', 'good', 'adept', 'modifying', 'voice', 'suit', 'condition', 'wanted', 'soft', 'pleading', 'night', 'came', 'heard', 'calling', 'rising', 'inflection', 'lingering', 'cadence', 'syllable', 'ther', 'ther', 'drowsy', 'tone', 'ikey', 'tired', 'ikey', 'seepy', 'wanted', 'imititehisl', 'udose', 'cage', 'covered', 'desired', 'retire', 'night', 'mother', 'come', 'voice', 'grow', 'raucous', 'vicious', 'screech', 'bird', 'knew', 'right', 'neglected', 'house', 'uncomfortable', 'knew', 'perfectly', 'punishment', 'wheedle', 'promise', 'escape', 'consequence', 'villainy', 'solemn', 'promise', 'utterly', 'worthless', 'treacherous', 'concealed', 'bad', 'character', 'polished', 'exterior', 'loved', 'head', 'scratched', 'member', 'family', 'came', 'near', 'cage', 'insinuatingly', 'suggest', 'pleasing', 'operation', 'scratch', 'head', 'scratch', 'head', 'ducking', 'green', 'poll', 'suit', 'action', 'ikey', 'got', 'headache', 'family', 'learned', 'use', 'pencil', 'instead', 'finger', 'task', 'good_reasons', 'got', 'ikey', 'strike', 'blow', 'like', 'lightning', 'break', 'pencil', 'bury', 'beak', 'finger', 'withdrawn', 'quickly', 'dog', 'goal', 'shadow', 'picture', 'year', 'passed', 'entirely', 'polite', 'society', 'superficially', 'tame', 'conventional', 'type', 'distinction', 'lurid', 'rowdy', 'character', 'traditional', 'sailor', 'trained', 'parrot', 'ikey', 'known', 'bad', 'language', 'early', 'period', 'existence', 'year', 'lady', 'parrot', 'conducted', 'time', 'fit', 'shrieking', 'loudly', 'way', 'quiet', 'throw', 'cover', 'cage', 'filled', 'bird', 'immeasurable', 'disgust', 'yelled', 'felt', 'good', 'considered', 'unfair', 'cover', 'daytime', 'enjoy', 'fitting', 'remark', 'circumstance', 'ikey', 'unusual', 'thought', 'spoke', 'way', 'ikey', 'pick', 'phrase', 'human', 'apply', 'properly', 'case', 'caused', 'retained', 'pecked', 'finger', 'thing', 'loathed', 'bath', 'given', 'placing', 'cage', 'ground', 'yard', 'drenching', 'common', 'garden', 'sprinkling', 'pot', 'day', 'sat', 'picture', 'misery', 'huddled', 'smallest', 'possible', 'compass', 'escape', 'possible', 'detested', 'fluid', 'friend', 'knew', 'appeared', 'instantly', 'ikey', 'rose', 'yelled', 'voice', 'bring', 'brella', 'bring', 'brella', 'doubtless', 'heard', 'member', 'family', 'pause', 'door', 'sight', 'cloudy', 'sky', 'bring', 'umbrella', 'ikey', 'later', 'year', 'passed', 'new', 'ilizendeee']
root - INFO - extracting file #176500: 2017-04-Final-Corpus/YI19140714-V62-28-page2.txt
root - INFO - extracting file #177000: 2017-04-Final-Corpus/YI19150223-V63-08-page7.txt
root - INFO - ['february', 'youth', 'instructor', 'special', 'providence', 'student', 'life', 'spicer', 'getting', 'hebrew', 'grammar', 'adam', 'clarke', 'writer', 'scholar', 'methodist', 'revival', 'godly', 'active', 'evangelist', 'felt', 'lord', 'called', 'scripture', 'research', 'work', 'stand', 'point', 'early', 'struggle', 'believed', 'hand', 'god', 'providence', 'intervened', 'guide', 'help', 'special', 'way', 'age', 'eighteen', 'come', 'ireland', 'suggestion', 'john_wesley', 'attend', 'kingswood', 'school', 'near', 'bristol', 'established', 'son', 'methodist', 'minister', 'school', 'poorly', 'managed', 'reproach', 'cause', 'young', 'clarke', 'spent', 'month', 'day', 'said', 'thirty', 'day', 'long', 'arrived', 'halfpenny', 'pocket', 'possession', 'bible', 'young', 'night', 'thought', 'prideaux', 'connected', 'history', 'jew', 'buck', 'greek', 'testament', 'begrudged', 'candle', 'evening', 'study', 'warmth', 'engaged', 'work', 'garden', 'school', 'hour', 'glad', 'warming', 'exercise', 'release', 'atmosphere', 'home', 'came', 'experience', 'shaping', 'factor', 'life', 'observing', 'day', 'small', 'plot', 'awkwardly', 'turned', 'boy', 'took', 'spade', 'began', 'dress', 'breaking', 'clod', 'knocked', 'half', 'guinea', 'took', 'immediately', 'said', 'belongs', 'family', 'opportunity', 'simpson', 'shortly', 'perceived', 'walking', 'garden', 'went', 'told', 'circumstance', 'presented', 'half', 'guinea', 'took', 'looked', 'said', 'pound', 'pas', 'hand', 'course', 'year', 'expense', 'school', 'recollect', 'lost', 'money', 'came', 'probably', 'gentleman', 'meantime', 'inquire', 'said', 'sir', 'money', 'meet', 'right', 'owner', 'throw', 'fund', 'school', 'answered', 'till', 'inquiry', 'took', 'reluctance', 'day', 'told', 'bayley', 'teacher', 'lost', 'half', 'guinea', 'time', 'saw', 'day', 'afterward', 'bayley', 'came', 'said', 'clarke', 'true', 'lost', 'half', 'guinea', 'sure', 'half', 'guinea', 'lost', 'conscientiously', 'said', 'probably', 'answered', 'uneasy', 'mind', 'came', 'possession', 'saying', 'forced', 'gold', 'hand', 'simpson', 'present', 'presented', 'saying', 'simpson', 'apply', 'use', 'school', 'turned', 'away', 'hastily', 'ominous', 'said', 'declare', 'obliged', 'remain', 'finder', 'formed', 'grand', 'addition', 'purse', 'possessed', 'halfpenny', 'providential', 'poor', 'worth', 'twopence', 'world', 'needed', 'important', 'article', 'reach', 'supply', 'helped', 'heaven', 'lad', 'dug', 'ground', 'money', 'clod', 'man', 'fist', 'came', 'bayley', 'knew', 'lost', 'half', 'guinea', 'premise', 'appropriate', 'miserable', 'mind', 'day', 'nichts', 'rest', 'returned', 'came', 'simpson', 'horrified', 'poor', 'half', 'guinea', 'dared', 'throw', 'charity', 'fund', 'providence', 'god', 'send', 'knowing', 'stood', 'need', 'supply', 'story', 'reader', 'draw', 'inference', 'plea', 'thing', 'add', 'necessary', 'article', 'purchased', 'gave', 'bayley', 'shilling', 'subscription', 'hebrew', 'grammar', 'work', 'acquired', 'satisfactory', 'knowledge', 'language', 'ultimately', 'led', 'read', 'hebrew', 'bible', 'short', 'note', 'formed', 'basis', 'commentary', 'published', 'got', 'grammar', 'probably', 'turned', 'mind', 'hebrew', 'learning', 'certainly', 'written', 'commentary', 'divine_revelation', 'behold', 'great', 'matter', 'little', 'kindleth', 'pocket', 'entirely', 'half', 'guinea', 'till', 'supply', 'ordinary', 'course', 'god', 'providence', 'came', 'god', 'silver', 'gold', 'thine', 'cattle', 'thousand', 'hill', 'life', 'adam', 'clarke', 'page', 'getting', 'polyglot', 'bible', 'john_wesley', 'visited', 'kingswood', 'young', 'clarke', 'sent', 'circuit', 'grew', 'strength', 'preacher', 'sent', 'pioneer', 'channel', 'island', 'coast', 'france', 'came', 'providential', 'supply', 'mean', 'needed', 'pursuit', 'special_work', 'island', 'guernsey', 'access', 'public', 'library', 'polyglot', 'bible', 'worked', 'energetically', 'gathering', 'material', 'collating', 'hebrew', 'samaritan', 'chaldee', 'syrian', 'septuagint', 'text', 'told', 'life', 'circumstance', 'deserves', 'noticed', 'appeared', 'particular', 'interference', 'divine', 'providence', 'reader', 'form', 'estimate', 'knowing', 'enjoy', 'benefit', 'polyglot', 'public', 'library', 'began', 'earnestly', 'wish', 'copy', 'pound', 'quarter', 'food', 'income', 'preacher', 'ill', 'supply', 'sum', 'purchase', 'book', 'believing', 'god', 'cultivate', 'mind', 'biblical', 'knowledge', 'account', 'people', 'ministered', 'believing', 'original', 'text', 'necessary', 'purpose', 'finding', 'hope', 'posse', 'money', 'sufficient', 'purchase', 'thought', 'course', 'god', 'providence', 'furnish', 'precious', 'gift', 'acquired', 'strong', 'confidence', 'mean', 'polyglot', 'morning', 'preacher', 'wife', 'lodged', 'family', 'said', 'clarke', 'strange', 'dream', 'night', 'said', 'dreamed', 'person', 'know', 'present', 'polyglot', 'bible', 'answered', 'shall', 'polyglot', 'soon', 'doubt', 'know', 'course', 'day', 'received', 'letter', 'containing', 'bank', 'note', 'person', 'expected', 'kind', 'immediately', 'exclaimed', 'polyglot', 'laid', 'cash', 'wrote', 'friend', 'london', 'procured', 'tolerably', 'good', 'copy', 'walton', 'polyglot', 'price', 'exactly', 'reader', 'forgotten', 'remarkable', 'circumstance', 'obtaining', 'money', 'purchased', 'hebrew', 'grammar', 'providential', 'circumstance', 'foundation', 'knowledge', 'afterward', 'acquired', 'oriental', 'learning', 'biblical', 'literature', 'obtaining', 'work', 'saw', 'hand', 'god', 'powerful', 'inducement', 'diligence', 'acquire', 'fidelity', 'use', 'knowledge', 'came', 'mean', 'utterly', 'reach', 'distinctly', 'marked', 'apprehension', 'special', 'providence', 'god', 'page', 'later', 'life', 'eminent', 'devoted', 'man', 'bore', 'testimony', 'childlike', 'faith', 'living', 'god', 'directing', 'guiding', 'child', 'earth', 'prayer', 'teach', 'lord', 'admire', 'men', 'woman', 'worthy', 'admiration', 'thank', 'thee', 'thou_hast', 'shown', 'life', 'character', 'thine', 'begotten_son', 'jesus_christ', 'men', 'ought', 'help', 'live', 'know', 'inspired', 'helped', 'inspired', 'helped', 'noble', 'character', 'bible', 'great', 'example', 'jesus_christ']
root - INFO - extracting file #177500: 2017-04-Final-Corpus/YI19151019-V63-42-page4.txt
root - INFO - extracting file #178000: 2017-04-Final-Corpus/YI19160606-V64-23-page11.txt
root - INFO - ['june', 'youth', 'instructor', 'hour', 'speed', 'wind', 'blowing', 'direction', 'rain', 'fallen', 'cloudy', 'fair', 'father', 'interrupted', 'charlie', 'use', 'thing', 'order', 'report', 'come', 'son', 'set', 'large', 'map', 'country', 'line', 'drawn', 'map', 'pressure', 'temperature', 'country', 'mark', 'placed', 'map', 'indicate', 'report', 'central', 'station', 'receives', 'comparing', 'data', 'known', 'direction', 'storm', 'moving', 'time', 'reach', 'certain', 'place', 'forecast', 'sent', 'different', 'locality', 'message', 'washington', 'published', 'paper', 'newspaper', 'men', 'report', 'print', 'noticed', 'charlie', 'cold', 'day', 'leave', 'outside', 'door', 'open', 'time', 'mother', 'washing', 'boiling', 'clothes', 'cloud', 'mist', 'door', 'cold_air', 'moisture', 'warm', 'air', 'kitchen', 'invisible', 'mixed', 'cold_air', 'produce', 'mist', 'way', 'beautiful', 'cloud', 'formed', 'cloud', 'invisible', 'pas', 'air', 'warmer', 'men', 'weather', 'bureau', 'know', 'law', 'nature', 'complex', 'realize', 'station', 'sends', 'report', 'hot_weather', 'moisture', 'air', 'station', 'mile', 'north', 'tell', 'cold', 'heavy', 'wind', 'blowing', 'south', 'rain', 'southern', 'station', 'soon', 'cold_air', 'reach', 'cold_air', 'condense', 'moisture', 'produce', 'rain', 'father', 'know', 'uncle_sam', 'doe', 'exclaimed', 'charlie', 'bureau', 'continued', 'save', 'life', 'sailor', 'warning', 'approach', 'big', 'storm', 'help', 'progressive', 'farmer', 'tell', 'cold', 'wave', 'bring', 'frost', 'mistake', 'father', 'usually', 'notice', 'time', 'government', 'mistake', 'change', 'wind', 'reported', 'central', 'office', 'accountable', 'mistake', 'hope', 'won', 'rain', 'tomorrow', 'look', 'like', 'charlie', 'thought', 'returned', 'picnic', 'bring', 'evening', 'paper', 'commanded', 'prospect', 'strong', 'westerly', 'wind', 'predicted', 'blowing', 'middle', 'state', 'reach', 'seaboard', 'state', 'tonight', 'cold', 'warm', 'wind', 'cause', 'cloud', 'disappear', 'good', 'sunny', 'day', 'charlie', 'awakened', 'night', 'flapping', 'window', 'curtain', 'wind', 'arrived', 'realized', 'weather', 'bureau', 'forecast', 'based', 'general', 'condition', 'country', 'relied', 'local', 'sign', 'observed', 'foam', 'edge', 'wash', 'clean', 'root', 'tree', 'past', 'rush', 'continuous', 'roar', 'heard', 'distance', 'wood', 'proclaim', 'uncontrollable', 'runaway', 'level', 'region', 'calm', 'steadier', 'pace', 'clear', 'water', 'glide', 'gently', 'green', 'mossy', 'rock', 'dark', 'tree', 'fern', 'silverweed', 'love', 'dip', 'finger', 'cool', 'water', 'snakehead', 'grows', 'rock', 'center', 'alder', 'bend', 'lovingly', 'voice', 'subdued', 'murmur', 'soothing', 'constant', 'song', 'listening', 'ear', 'onward', 'till', 'join', 'great', 'river', 'valley', 'brook', 'brine', 'beautiful', 'morning', 'left', 'noisy', 'street', 'amorton', 'turned', 'old', 'country', 'road', 'far', 'city', 'cold', 'winter', 'wind', 'gone', 'icy', 'finger', 'jack', 'frost', 'longer', 'pressed', 'delicate', 'bud', 'bush', 'tree', 'warm', 'ray', 'sun', 'clothing', 'nature', 'verdure', 'song', 'bird', 'came', 'field', 'wood', 'fragrance', 'wild', 'flower', 'faint', 'odor', 'murmuring', 'pine', 'borne', 'soft', 'breeze', 'anticipation', 'charm', 'lured', 'away', 'busy', 'life', 'smoky', 'city', 'rest', 'new', 'inspiration', 'quietude', 'changing', 'scene', 'god', 'great', 'door', 'walked', 'nature', 'smile', 'beckon', 'old', 'road', 'smoothed', 'rough', 'wrinkle', 'somewhat', 'dusty', 'snake', 'left', 'zigzag', 'track', 'dust', 'road', 'blackberry', 'vine', 'white', 'blossom', 'gave', 'promise', 'bountiful', 'harvest', 'little', 'ant', 'begun', 'excavation', 'winter', 'home', 'throwing', 'breastwork', 'way', 'orderly', 'procession', 'ambitious', 'workman', 'fast', 'removing', 'fragment', 'piece', 'bread', 'schoolboy', 'thrown', 'dinner', 'pail', 'cottontail', 'jumped', 'road', 'attracted', 'attention', 'moment', 'sat', 'listening', 'attitude', 'bounded', 'bush', 'field', 'old', 'rail', 'fence', 'skirting', 'road', 'sleek', 'cattle', 'grazing', 'crow', 'slowly', 'winged', 'flight', 'large', 'oak', 'tree', 'field', 'dandelion', 'dewy', 'grass', 'raising', 'yellow', 'head', 'greet', 'sun', 'short_distance', 'away', 'brook', 'sparkled', 'bright', 'sunshine', 'dashed', 'stone', 'strewed', 'bed', 'quenched', 'thirst', 'cold_water', 'thankful', 'creator', 'given', 'blessing', 'enjoy', 'mother', 'earth', 'marred', 'sin', 'beautiful', 'especially', 'springtime', 'corder', 'peace', 'rain', 'time', 'sunshine', 'nerve', 'kept', 'certain', 'pitch', 'laugh', 'choose', 'active', 'contrary', 'feeling', 'time', 'come', 'appears', 'cloud', 'sky', 'light', 'airy', 'cumulus', 'cloud', 'dark', 'heavy', 'cloud', 'rain', 'soon', 'sky', 'overcast', 'distant', 'roll', 'thunder', 'heard', 'changed', 'feeling', 'come', 'tired', 'nerve', 'relax', 'tension', 'loosed', 'soon', 'wonderfully', 'fascinating', 'little', 'wild', 'brook', 'flow', 'hill', 'steep', 'slope', 'fairly', 'race', 'falling', 'dashing', 'rock', 'mad', 'haste', 'beat', 'distant', 'sea', 'elcy', 'country', 'road', 'springtime']
root - INFO - extracting file #178500: 2017-04-Final-Corpus/YI19170123-V65-04-page6.txt
root - INFO - extracting file #179000: 2017-04-Final-Corpus/YI19170918-V65-38-page12.txt
root - INFO - ['the_youth', 'instructor', 'september', 'drue', 'chosen', 'spend', 'precious', 'year', 'life', 'teaching', 'country', 'school', 'big', 'roomy', 'montana', 'necessity', 'thrust', 'virtue', 'fact', 'unfinished', 'education', 'demanded', 'impetus', 'bank', 'acc', 'unt', 'accepted', 'fate', 'outward', 'manifestation', 'serenity', 'inward', 'sinking', 'heart', 'eagerness', 'complete', 'course', 'interruption', 'enter', 'work', 'hard', 'reconcile', 'change', 'compelled', 'circumstance', 'intolerable', 'think', 'substituting', 'mediocre', 'plan', 'average', 'rural', 'community', 'intellectual', 'environment', 'college', 'lost', 'year', 'little', 'gained', 'alteration', 'requisite', 'conversion', 'college', 'freshman', 'country', 'pedagogue', 'feminine', 'gender', 'desirable', 'permanent', 'characteristic', 'prue', 'laughingly', 'told', 'notwithstanding', 'unpleasantness', 'situation', 'summoned', 'energy', 'prepared', 'coming', 'examination', 'reluctance', 'accepted', 'school', 'barren', 'wind', 'swept', 'hill', 'stretched', 'away', 'gaining', 'prominence', 'distance', 'emerged', 'grand', 'preeminence', 'rockies', 'concerning', 'school', 'prue', 'little', 'time', 'reflection', 'experience', 'aid', 'forming', 'accurate', 'impression', 'secured', 'personal', 'interview', 'clerk', 'chairman', 'board', 'trustee', 'time', 'encountered', 'curious', 'gaze', 'entire', 'enrolment', 'shyness', 'caused', 'seek', 'friendly', 'seclusion', 'article', 'household', 'furniture', 'glimpse', 'schoolhouse', 'watdh', 'white', 'chill', 'day', 'winter', 'proceed', 'slow', 'monotony', 'strain', 'examination', 'prue', 'felt', 'relieved', 'brown', 'hill', 'away', 'scene', 'future', 'effort', 'began', 'look', 'green', 'promise', 'contemplated', 'liberal', 'commendation', 'superintendent', 'concerning', 'point', 'merit', 'paper', 'great', 'antipathy', 'work', 'prue', 'wanted', 'successful', 'wanted', 'feel', 'sure', 'capable', 'adapting', 'disagreeable', 'circumstance', 'monday', 'morning', 'september', 'prue', 'having', 'previously', 'installed', 'small', 'room', 'sod', 'house', 'hillside', 'assumed', 'charge', 'school', 'exceeding', 'heaviness', 'heart', 'happily', 'situation', 'demanded', 'time', 'day', 'slipped', 'unobserved', 'week', 'drawn', 'close', 'mental', 'analysis', 'impression', 'shaped', 'thought', 'close', 'session', 'friday', 'afternoon', 'prue', 'faced', 'squarely', 'interrogation', 'good_thing', 'come', 'nazareth', 'spite', 'resolution', 'lenient', 'fault', 'felt', 'pupil', 'average', 'conceivable', 'point', 'ignorance', 'amazing', 'hard', 'believe', 'hearty_response', 'pouring', 'method', 'adopted', 'teacher', 'taking', 'consideration', 'unseemly', 'number', 'absence', 'smoking', 'stove', 'wind', 'fairly', 'shrieked', 'corner', 'building', 'failure', 'arouse', 'latent', 'energy', 'pupil', 'surprising', 'prue', 'distraction', 'resign', 'claim', 'circumstantial', 'calling', 'teacher', 'country', 'school', 'matter', 'brought', 'climax', 'difficulty', 'arose', 'boarding', 'place', 'indirectly', 'trouble', 'doubtless', 'prejudice', 'caused', 'conflicting', 'religious_views', 'prue', 'feeling', 'keen', 'distaste', 'affair', 'rejoiced', 'new', 'home', 'pro', 'tempore', 'host', 'welcome', 'blessing', 'time', 'forward', 'event', 'wore', 'commonplace', 'aspect', 'far', 'outward', 'appearance', 'concerned', 'prue', 'arose', 'morning', 'went', 'school', 'met', 'solved', 'best', 'problem', 'day', 'returned', 'home', 'close', 'spend', 'evening', 'bit', 'needlework', 'year', 'wardrobe', 'ordinary', 'day', 'evolving', 'reconstruction', 'standard', 'teacher', 'little', 'gray', 'schoolhouse', 'mean', 'lacking', 'uniqueness', 'came', 'pas', 'day', 'brought', 'unlooked', 'revelation', 'hard', 'little', 'bud', 'prue', 'judgment', 'began', 'unfold', 'sympathetic', 'understanding', 'spring', 'come', 'land', 'shining', 'mountain', 'renewed', 'life', 'crept', 'hedge', 'thicket', 'brown', 'hill', 'responding', 'gentle', 'wooing', 'sunshine', 'raindrop', 'prue', 'stood', 'close', 'day', 'watching', 'sun', 'sinking', 'radiant', 'western', 'peak', 'thought', 'wandering', 'beaten', 'path', 'year', 'experience', 'recalled', 'vividly', 'impression', 'week', 'unjust', 'knowledge', 'come', 'come', 'child', 'great', 'preponderance', 'argument', 'overwhelming', 'sense', 'measured', 'understanding', 'child', 'deficiency', 'ready', 'pronounce', 'ignorance', 'defect', 'common', 'school', 'remedy', 'plunged', 'vigorous', 'campaign', 'purpose', 'bringing', 'standard', 'met', 'defeat', 'learned', 'seasonableness', 'old', 'adage', 'rome', 'built', 'clay', 'applied', 'development', 'child', 'mind', 'abundance', 'opportunity', 'right', 'schoolroom', 'learning', 'lesson', 'day', 'valuable', 'worker', 'experience', 'life', 'mountain', 'rough', 'unvarnished', 'exterior', 'meant', 'patient', 'endurance', 'month', 'slowly', 'begun', 'look', 'past', 'homespun', 'surface', 'quality', 'stanch', 'underlying', 'principle', 'kind', 'heritage', 'life', 'people', 'watched', 'daily', 'round', 'monotonous', 'labor', 'attempt', 'produce', 'change', 'wondered', 'satisfied', 'thought', 'understood', 'hushed', 'disquietude', 'own_heart', 'victory', 'revers', 'prue', 'thought', 'sunday', 'school', 'tried', 'organize', 'hope', 'imparting', 'phase', 'truth', 'dear', 'failed', 'retain', 'novelty', 'affair', 'wore', 'away', 'life', 'like', 'sunshine', 'tempest', 'patient', 'resignation', 'left', 'result', 'god', 'disillusionment', 'prue', 'marian', 'heywood']
root - INFO - extracting file #179500: 2017-04-Final-Corpus/YI19180507-V66-19-page8.txt
root - INFO - extracting file #180000: 2017-04-Final-Corpus/YI19181231-V66-53-page3.txt
root - INFO - ['youth', 'instructor', 'vol', 'lxvi', 'takoma', 'park', 'station', 'washington', 'december', 'let', 'little', 'kinder', 'let', 'little', 'blinder', 'fault', 'let', 'praise', 'little', 'let', 'weary', 'little', 'bit', 'cheery', 'let', 'serve', 'little', 'better', 'striving', 'let', 'little', 'braver', 'temptation', 'bid', 'waver', 'let', 'strive', 'little', 'harder', 'let', 'little', 'meeker', 'brother', 'weaker', 'let', 'think', 'neighbor', 'deal', 'directly', 'god', 'word', 'rule', 'consideration', 'minor', 'instrumentality', 'subordinate', 'agency', 'secondary', 'cause', 'straight', 'headquarters', 'god', 'reign', 'responsible', 'way', 'meet', 'receive', 'god', 'god', 'talk', 'god', 'bear', 'god', 'lean', 'end', 'peace', 'conqueror', 'circumstance', 'stop', 'look', 'listen', 'transfer', 'railway', 'crossing', 'small', 'large', 'highway', 'life', 'significant', 'word', 'wait', 'reflection', 'instead', 'pushing', 'ahead', 'impulsively', 'prone', 'lift', 'inward', 'eye', 'source', 'help', 'looking', 'unto', 'live', 'ear', 'quickly', 'attentive', 'command', 'hushing', 'noise', 'hear', 'disquieted', 'busy', 'calm', 'need', 'invaded', 'serenity', 'stamp', 'strong', 'fussy', 'impatience', 'mark', 'weakness', 'king', 'business', 'requires', 'haste', 'doe', 'require', 'hurry', 'worry', 'flurry', 'thing', 'time', 'brings', 'best', 'result', 'stillness', 'soul', 'midst', 'outward', 'commotion', 'great', 'consequence', 'cultivate', 'servant', 'servile', 'civility', 'good', 'servility', 'bad', 'fitting', 'child', 'king', 'king', 'brother', 'lord', 'jesus_christ', 'let', 'hold', 'head', 'look', 'man', 'eye', 'crawling', 'cringing', 'fawning', 'aggressive', 'repulsive', 'study', 'war', 'winsome', 'intense', 'love', 'jesus', 'maintain', 'thoroughly', 'cordial', 'sympathetic', 'relation', 'friend', 'moment', 'moment', 'short', 'view', 'bett', 'course', 'sense', 'ought', 'long', 'view', 'living', 'moment', 'live', 'moment', 'mark', 'worldling', 'true', 'christian', 'today', 'come', 'strength', 'compliin', 'use', 'thanks', 'burdening', 'load', 'trouble', 'large', 'small', 'small', 'people', 'eye', 'large', 'bury', 'thy', 'sorrow', 'world', 'hath', 'share', 'doe', 'care', 'particularly', 'taking', 'niore', 'trouble', 'grows', 'larger', 'talk', 'think', 'complaining', 'spirit', 'offense', 'worse', 'giving', 'offense', 'help', 'control', 'thought', 'fellow_men', 'avoid', 'mind', 'appear', 'evil', 'power', 'refuse', 'offense', 'insist', 'explanation', 'known', 'thing', 'look', 'different', 'person', 'mean', 'quick', 'offense', 'uncomfortable', 'person', 'disappointment', 'possible', 'right', 'regulation', 'desire', 'desire', 'god', 'desire', 'attain', 'object', 'god', 'fail', 'accom', 'plishment', 'john', 'fletcher', 'said', 'disap', 'pointed', 'doe', 'thing', 'similarly', 'gen', 'charles', 'george', 'gordon', 'wish', 'thing', 'different', 'wish', 'certainly', 'live', 'disappointment', 'right', 'smiling', 'posse', 'jesus_christ', 'cause', 'happen', 'circums', 'stance', 'sent', 'wisdom', 'love', 'heavenly', 'father', 'christian', 'belong', 'order', 'smiling', 'face', 'mark', 'lord', 'jesus', 'especially', 'adapted', 'impression', 'outsider', 'cultivated', 'best', 'way', 'love', 'burning', 'hotly', 'reflected', 'feature', 'matter', 'course', 'cast', 'iron', 'fireproof', 'faith', 'providence', 'help', 'amazingly', 'rev', 'james', 'mudge', 'thing', 'seek', 'kingdom', 'god', 'matt', 'order', 'thing', 'essential', 'note', 'wrong', 'succession', 'din', 'instead', 'music', 'word', 'order', 'lose', 'sense', 'misplaced', 'emphasis', 'truth', 'lie', 'life', 'best', 'thing', 'weak', 'wrong', 'let', 'god', 'giving', 'hour', 'day', 'worship', 'god', 'life', 'gift', 'hour', 'small', 'blessed', 'return', 'giving', 'fruit', 'increase', 'defi', 'nite', 'proportion', 'living', 'lord', 'work', 'trusting', 'remainder', 'abundance', 'need', 'giving', 'thought', 'coming', 'god', 'kingdom', 'blessing', 'power', 'heart', 'church', 'world', 'rev', 'kennedy', 'creed', 'new_year', 'resolved', 'whit', 'luke', 'little', 'selected']
root - INFO - extracting file #180500: 2017-04-Final-Corpus/YI19190812-V67-32-page8.txt
root - INFO - extracting file #0: 2017-04-Final-Corpus/ADV18981201-V02-01-page1.txt
root - INFO - ['heavenly', 'visitor', 'home', 'god', 'dwells', 'personal', 'experience', 'editorial', 'greeting', 'retrospective', 'interim', 'prospective', 'new', 'ask', 'aid', 'new', 'departure', 'college', 'report', 'church_school_teachers', 'tne', 'educational', 'fund', 'note', 'comment', 'winter', 'announcement', 'cover', 'yaiqin', 'hool']
root - INFO - extracting file #500: 2017-04-Final-Corpus/ADV18990701-V01-07-page54.txt
root - INFO - extracting file #1000: 2017-04-Final-Corpus/CE19091201-V01-02-page4.txt
root - INFO - ['ontoouisom', 'intecito', 'avi', 'saviour']
root - INFO - extracting file #1500: 2017-04-Final-Corpus/CE19180201-V09-06-page3.txt
root - INFO - extracting file #2000: 2017-04-Final-Corpus/GH19190701-V13-07-page1.txt
root - INFO - ['ospe', 'herald', 'volume', 'tflattsv', 'abaa', 'july', 'umber', 'mmr', 'inmkesimaliimmemm', 'gal', 'thousand', 'dollar', 'campmeeting', 'season', 'end', 'kentucky', 'lead', 'cut', 'campaign', 'state', 'pledge', 'futid', 'mission', 'teacher', 'assembled', 'southern_union', 'conference', 'join', 'effort', 'raise', 'pledged', 'student', 'association', 'voted', 'send', 'repre', 'sentatives', 'southern', 'campmeetings', 'oakwood', 'student', 'teacher', 'mission', 'school', 'teacher', 'educational', 'official', 'pledge', 'loyalty', 'rousing', 'effort', 'reach', 'goal', 'thousand', 'dollar', 'improvement', 'oakwood', 'season', 'regularly', 'voted', 'department', 'leader', 'greatly', 'needed', 'mmmemmrr']
root - INFO - extracting file #2500: 2017-04-Final-Corpus/HR18901201-V25-12-page3.txt
root - INFO - extracting file #3000: 2017-04-Final-Corpus/HR18970301-V32-03-page3.txt
root - INFO - []
root - INFO - extracting file #3500: 2017-04-Final-Corpus/HR19020801-V37-08-page59.txt
root - INFO - extracting file #4000: 2017-04-Final-Corpus/HR19041001-V39-10-page72.txt
root - INFO - ['good_health', 'journal', 'hygiene', 'kellogg', 'editor', 'subscriltion', 'price', 'year', 'single', 'copy', 'cent', 'published', 'monthly', 'good_health', 'pub', 'washington', 'ave', 'battle', 'creek', 'michigan', 'notice', 'international', 'vegetarian', 'congress', 'held', 'library', 'hall', 'hall', 'congress', 'world', 'fair', 'louisiana', 'purchase', 'exposition', 'louis', 'september', 'invited', 'conrad', 'chairman', 'international', 'vegetarian', 'congress', 'happy', 'feature', 'packer', 'strike', 'publisher', 'department', 'listerine', 'promote', 'maintain', 'personal', 'hygiene', 'sterilization', 'teeth', 'nearly', 'accomplished', 'listerine', 'mouth', 'wash', 'interesting', 'literature', 'dental', 'general', 'hygiene', 'request', 'lambert', 'pharmacal', 'louis', 'assured', 'genuine', 'listerine', 'purchasing', 'original', 'package', 'chit', 'ago', 'word', 'herald']
root - INFO - extracting file #4500: 2017-04-Final-Corpus/HR19061001-V41-10-page96.txt
root - INFO - extracting file #5000: 2017-04-Final-Corpus/LB19020201-V05-02-page5.txt
root - INFO - ['the_life_boat']
root - INFO - extracting file #5500: 2017-04-Final-Corpus/LB19091101-V12-11-page1.txt
root - INFO - extracting file #6000: 2017-04-Final-Corpus/LB19190601-V22-06-page10.txt
root - INFO - ['the_life_boat', 'reaching', 'landmark', 'caroline', 'louise', 'clough', 'story', 'founding', 'hinsdale_sanitarium', 'allied', 'institution', 'hinsdale', 'read', 'like', 'novel', 'wonderful', 'experience', 'faith', 'sacrifice', 'answer', 'prayer', 'worth', 'recounting', 'drs', 'david', 'mary', 'paulson', 'little', 'company', 'self', 'sacrificing', 'worker', 'given', 'year', 'life', 'medical', 'missionary', 'rescue', 'work', 'heart', 'chicago', 'felt', 'called', 'god', 'remove', 'headquarters', 'country', 'suburban', 'town', 'special', 'providence', 'prominent', 'business', 'man', 'kimbell', 'resided', 'hinsdale', 'beautiful', 'acre', 'david_paulson', 'founder', 'hinsdale_sanitarium', 'editor', 'the_life_boat']
root - INFO - extracting file #6500: 2017-04-Final-Corpus/LH19100301-V25-03-page68.txt
root - INFO - extracting file #7000: 2017-04-Final-Corpus/LH19140501-V29-05-page26.txt
root - INFO - ['life_and_health', 'grown', 'school', 'garden', 'united', 'state', 'island', 'possession', 'school', 'garden', 'necessarily', 'acre', 'lot', 'acre', 'lot', 'window', 'box', 'opportunity', 'offer', 'window', 'box', 'doe', 'advantage', 'outdoors', 'ideal', 'school', 'garden', 'child', 'plot', 'feel', 'nature', 'teach', 'rewarding', 'care', 'intelligence', 'admonishing', 'loss', 'careless', 'work', 'pride', 'making', 'precious', 'seedling', 'develop', 'possible', 'sturdily', 'fellow', 'place', 'school', 'garden', 'developed', 'real', 'social', 'center', 'way', 'increased', 'usefulness', 'question', 'school', 'garden', 'properly', 'conducted', 'better', 'health', 'higher', 'efficiency', 'greater', 'intelligence', 'industrious', 'spirit', 'love', 'beautiful', 'strong', 'civic', 'pride', 'school', 'garden', 'doubt', 'important', 'educational', 'factor', 'authoritative', 'book', 'subject', 'school', 'garden', 'louise', 'greene', 'yale', 'issued', 'russell', 'sage', 'foundation', 'charity', 'publication', 'committee', 'new', 'york', 'contains', 'reference', 'numerous', 'book', 'free', 'booklet', 'subject', 'farmer', 'bulletin', 'school', 'garden', 'planting', 'rural', 'school', 'ground', 'obtained', 'sending', 'postal', 'card', 'request', 'secretary', 'agriculture', 'washington', 'mental', 'physical_development']
root - INFO - extracting file #7500: 2017-04-Final-Corpus/LH19191001-V34-10-page14.txt
root - INFO - extracting file #8000: 2017-04-Final-Corpus/LUH19120717-V04-29-page8.txt
root - INFO - ['lake_union', 'herald', 'lake_union', 'herald', 'sued', 'weekly', 'lake_union_conference', 'seventh', 'day', 'adventist', 'price', 'fifty', 'cent', 'year', 'printed', 'emmanuel', 'missionary', 'college_press', 'berrien', 'spring', 'michigan', 'entered', 'secon', 'class', 'matter', 'november', 'postoffice', 'berrien', 'spring', 'mich', 'subscription', 'sent', 'local', 'conference', 'tract', 'society', 'office', 'matter', 'intended', 'publication', 'sent', 'editor', 'lake_union', 'herald', 'berrien', 'spring', 'mich', 'approved', 'advertisement', 'published', 'herald', 'following', 'rate', 'word', 'fifty', 'cent', 'insertion', 'cent', 'word', 'additional_word', 'group', 'initial', 'figure', 'count', 'word', 'cash', 'accompany_copy', 'advertisement', 'joyce', 'plake', 'fisher', 'loyal', 'minor', 'peterson', 'dan', 'burgeson', 'mida', 'wiseman', 'shrock', 'eva', 'pitcher', 'edna', 'stureman', 'coble', 'stephen', 'boze', 'earl', 'montgomery', 'ruth', 'lamb', 'harry', 'dinton', 'goff', 'kittleson', 'conrad', 'hein', 'harry', 'hein', 'jennie', 'nelson', 'matie', 'ruskjer', 'caroline', 'roberson', 'david', 'olsen', 'nels', 'peterson', 'trowbridge', 'fred', 'troutman', 'herwick', 'bertha', 'rathbun', 'gladys', 'mcdill', 'june', 'austin', 'specht', 'olsen', 'indiana', 'editor', 'woman', 'chambe', 'work', 'apply', 'larson', 'mgr', 'sanitarium', 'madison', 'wanted', 'strong', 'young_woman', 'general_work', 'assist', 'giving', 'treatment', 'small', 'sanitarium', 'treatment_rooms', 'excellent', 'chance', 'learn', 'treatment', 'draw', 'wage', 'learning', 'sevent', 'day', 'adventist', 'reference', 'street', 'sanitarium', 'jackson', 'mich', 'send', 'cent', 'sample', 'postpaid', 'sanitarium', 'food', 'company', 'gold', 'medal', 'vegetable', 'cooking', 'oil', 'plea', 'fail', 'sanitarium', 'bakery', 'restaurant', 'best', 'home', 'shortening', 'frying', 'seasoning', 'salad', 'guaranteed', 'economical', 'healthful', 'sample', 'price', 'cent', 'mailed', 'sanitarium', 'food', 'west', 'michigan', 'lou', 'kirb', 'curtis', 'business', 'notice', 'wanted', 'company', 'paul', 'minn', 'del', 'harry', 'summer', 'canvasser', 'clarke', 'rideout', 'nixon', 'carlson', 'johnson', 'olson', 'envall', 'hedstrom', 'geneva', 'erikson', 'john', 'hick', 'edna', 'andrew', 'ethel', 'murphy', 'matteson', 'nina', 'alramson', 'ester', 'lovegren', 'paul', 'rank', 'ella', 'benson', 'juanita', 'arthony', 'fred', 'clauson', 'mcclenathan', 'piper', 'loys', 'kader', 'clifton', 'day', 'philip', 'carlton', 'nellie', 'munger', 'howard', 'wilcox', 'inez', 'bird', 'northern', 'illinois', 'book', 'ords', 'value', 'help', 'total', 'canvasser', 'report', 'week', 'ending', 'july', 'grace', 'logan', 'mohr', 'price', 'harper', 'tea', 'ehrhardt', 'david', 'rodney', 'bailey', 'fred', 'pontius', 'howard', 'hazel', 'howard', 'sadie', 'stearns', 'hugh', 'stearns', 'walker', 'craig', 'lager', 'john', 'evitts', 'agent', 'bisbee', 'persis', 'judd', 'grace', 'leonard', 'noble', 'day', 'leonard', 'ernst', 'hazel', 'burgess', 'week', 'brainard', 'countryman', 'countryman', 'vern', 'newcomb', 'shelbe', 'mould', 'periodical', 'report', 'wisconsin', 'paper', 'hour', 'value', 'east', 'michigan', 'sign', 'east', 'michigan', 'north', 'michigan', 'chicago', 'company', 'foote', 'myron', 'jorgensen', 'glen', 'hamp', 'myra', 'hodges', 'nellie', 'hanson', 'john', 'savage', 'dena', 'woodruff', 'north', 'michigan', 'wisconsin', 'southern', 'illinois']
root - INFO - extracting file #8500: 2017-04-Final-Corpus/PHJ19030801-V18-08-page2.txt
root - INFO - extracting file #9000: 2017-04-Final-Corpus/RH19080910-V85-37-page1.txt
root - INFO - ['takoma', 'park_station', 'washington', 'september', 'comrade', 'heavenward', 'faring', 'let', 'sing', 'cheerful', 'strain', 'song', 'lighten', 'labor', 'soothe', 'heart', 'pain', 'song', 'gladness', 'blithe', 'help', 'cheer', 'weary', 'wayside', 'pilgrim', 'gain', 'new', 'strength', 'hear', 'life', 'hold', 'comrade', 'happiness', 'pain', 'god', 'week', 'sunshine', 'day', 'rain', 'trusting', 'wisdom', 'eternal', 'plan', 'let', 'face', 'rain', 'sunshine', 'best', 'let', 'sing', 'comrade', 'blessing', 'way', 'cloud', 'silver', 'lining', 'blue', 'gray', 'sing', 'shadow', 'break', 'apart', 'world', 'sunshine', 'light', 'heart', 'eben', 'rexford', 'sunday', 'school']
root - INFO - extracting file #9500: 2017-04-Final-Corpus/RH19160803-V93-38-page23.txt
root - INFO - extracting file #10000: 2017-04-Final-Corpus/Sligo19180501-V03-02-page69.txt
root - INFO - ['tony', 'keart', 'confectionary', 'fruit', 'ice', 'cream', 'canned', 'good', 'cake', 'candy', 'sandwich', 'hot', 'drink', 'washington', 'phone', 'main', 'athletic', 'good', 'feldman', 'dry', 'good', 'furnishing', 'lady', 'gentleman', 'takoma', 'park', 'sarnoff', 'irving', 'hat', 'conipany', 'penn', 'ave', 'mattingly', 'bros', 'pharmacist', 'drug', 'toilet', 'article', 'chemical', 'soda', 'water', 'photo', 'supply', 'prescription', 'specialty', 'phone', 'col', 'takoma', 'park', 'mention', 'sligonian', 'patronizing', 'advertiser']
root - INFO - extracting file #10500: 2017-04-Final-Corpus/ST19070821-V33-34-page1.txt
root - INFO - extracting file #11000: 2017-04-Final-Corpus/TMM18990201-V11-02-page12.txt
root - INFO - ['present', 'laborer', 'jamaica', 'laborer', 'jamaica', 'present', 'laborer', 'jamaica', 'allen', 'moon', 'elder', 'haysmer', 'wife', 'occupy', 'extreme', 'left', 'engraving', 'labored', 'longest', 'island', 'jamaica', 'field', 'left', 'united', 'state', 'spring', 'remained', 'west', 'indie', 'work', 'jamaica', 'infancy', 'arrived', 'witnessed', 'steady', 'growth', 'present_time', 'sixteen', 'church', 'membership', 'church_building', 'erected', 'occupied', 'people', 'extreme', 'right', 'elder', 'hutchins', 'wife', 'went', 'country', 'labor', 'bay', 'island', 'coast', 'honduras', 'april', 'labored', 'field', 'returning', 'spring', 'attend', 'general_conference', 'good_work', 'established', 'school', 'operation', 'bonacca', 'opening', 'school', 'church_work', 'elder', 'hutchins', 'transferred', 'headquarters', 'kingston', 'jamaica', 'little', 'ship', 'herald', 'able', 'enter', 'cuba', 'haiti', 'puerto', 'rico', 'carrying', 'literature', 'bringing', 'thither', 'living', 'preacher']
root - INFO - extracting file #11500: 2017-04-Final-Corpus/YI19110328-V59-13-page2.txt
root - INFO - extracting file #12000: 2017-04-Final-Corpus/YI19191014-V67-41-page1.txt
root - INFO - ['youth', 'instructor', 'vol', 'lxvii', 'october', 'underwood', 'underwood', 'president', 'wilson', 'discussing', 'high', 'cost', 'living', 'wwii', 'governor', 'sproul', 'pennsylvania']
root - INFO - extracting file #0: 2017-04-Final-Corpus/ADV18981201-V02-01-page12.txt
root - INFO - ['uncommon', 'thing', 'member', 'boarding', 'school', 'form', 'clique', 'pair', 'tend', 'thank', 'god', 'spirit', 'heart', 'sister', 'christ', 'lived', 'home', 'know', 'spirit', 'pervades', 'atmosphere', 'obey', 'rule', 'disobey', 'fun', 'chance', 'thank', 'god', 'today', 'spirit', 'look', 'thing', 'different', 'light', 'student', 'god', 'child', 'obey', 'better', 'sacrifice', 'silent', 'hour', 'response', 'saviour', 'invitation', 'come', 'apart', 'rest', 'awhile', 'spirit', 'visited', 'crave', 'talk', 'think', 'cautioned', 'whisper', 'visit', 'room', 'god', 'spoken', 'saying', 'know', 'god', 'pentecostal', 'shower', 'fell', 'natural_result', 'follower', 'christ', 'thing', 'common', 'spirit', 'noticeable', 'student', 'forced', 'demonstration', 'simply', 'overflow', 'heart', 'brim', 'student', 'clothing', 'share', 'comfortable', 'hearing', 'girl', 'condition', 'health', 'unable', 'earn', 'board', 'tuition', 'girl', 'pledged', 'support', 'donated', 'money', 'previously', 'spent', 'gum', 'candy', 'perfumery', 'nieknacks', 'offered', 'work', 'extra', 'hour', 'week', 'let', 'worthy', 'student', 'proceeds', 'know', 'sacrificed', 'sabbath', 'breakfast', 'week', 'sister', 'help', 'way', 'spirit', 'work', 'home', 'bessie', 'graw']
root - INFO - extracting file #500: 2017-04-Final-Corpus/ADV19010301-V03-03-page27.txt
root - INFO - extracting file #1000: 2017-04-Final-Corpus/ADV19020901-V04-09-page11.txt
root - INFO - ['jebitorial', 'edward', 'sutherland', 'bessie', 'graw', 'mission', 'teacher', 'institute', 'editor', 'assistant', 'editor', 'teacher', 'desire', 'additional', 'work', 'year', 'school_room', 'certain', 'deficiency', 'apparent', 'teacher', 'wish', 'additional', 'work', 'science', 'mathematics', 'language', 'manual', 'train', 'ing', 'matter', 'training', 'sought', 'summer_school', 'the_advocate', 'teacher', 'institute', 'popular', 'popularity', 'nent', 'feature', 'training', 'school', 'usefulness', 'increase', 'growth', 'church_school', 'difference', 'institute', 'train', 'ing', 'school', 'institute', 'teacher', 'experience', 'meet', 'shattered', 'economy', 'best', 'day', 'week', 'purpose', 'discussing', 'method', 'excellent', 'mean', 'unifying', 'work', 'gathering', 'tween', 'school', 'trained', 'teacher', 'confined', 'teacher', 'pri', 'novice', 'apparent', 'mary', 'grade', 'reach', 'standard', 'request', 'teacher', 'specifies', 'participated', 'teacher', 'trained', 'teacher', 'wanted', 'representing', 'grade', 'work', 'home', 'school', 'college', 'institute', 'work', 'school', 'place', 'school', 'year', 'new', 'addition', 'rank', 'christian', 'teacher', 'new', 'recruit', 'come', 'secular', 'school', 'harmony', 'principle', 'christian_education', 'ignorant', 'teach', 'church_school', 'success', 'lack', 'technical', 'education', 'person', 'need', 'thorough', 'systematic', 'training', 'day', 'devoted', 'talk', 'suffice', 'hungry', 'knowledge', 'fitted', 'new', 'duty', 'thorough', 'class', 'work', 'obtain', 'institute', 'thoroughly', 'organized', 'school', 'training', 'school', 'recognizes', 'need', 'proper', 'facility', 'instructor', 'capable', 'meeting', 'situation', 'injustice', 'young_people', 'entering', 'profession', 'idea', 'attending', 'institute', 'prepared', 'teaching', 'class', 'student', 'look', 'training_school', 'institute', 'preparation', 'refer', 'progressive', 'christian', 'teacher', 'territorial', 'line', 'longer', 'lim', 'work', 'training', 'teacher', 'christian_education', 'purely', 'democratic', 'strike', 'death', 'blow', 'petty', 'kingdom', 'set', 'certain', 'feudal', 'chief', 'weakness', 'institute', 'work', 'substitute', 'regular', 'classroom', 'drill', 'manifest', 'canvasser', 'institute', 'previous', 'year', 'large_company', 'iffy', 'prepared', 'canvasser', 'hurried', 'field', 'instead', 'strengthening', 'canvassing', 'work', 'crushed', 'weight', 'revived', 'thoroughly', 'trained', 'canvasser', 'enter', 'field', 'let', 'spare', 'cause', 'education', 'similar', 'experience', 'hold', 'institute', 'strong', 'gathering', 'teacher', 'state', 'conference', 'training', 'christian_education', 'mistake', 'mission', 'endeavor', 'institute', 'accomplished', 'train', 'ing', 'school', 'building', 'educational', 'know', 'time', 'come', 'education', 'reverenced', 'highest', 'earthly', 'ploym', 'ents', 'midst', 'perplexing', 'problem', 'world', 'summer', 'term', 'perma', 'year', 'stronger', 'preceding', 'mistaken', 'idea', 'held', 'economy', 'hold', 'short', 'institute', 'order', 'save', 'car', 'fare', 'central', 'school', 'teacher', 'long', 'satisfied', 'superficial', 'instruction', 'difference']
root - INFO - extracting file #1500: 2017-04-Final-Corpus/ADV19031201-V05-12-page16.txt
root - INFO - extracting file #2000: 2017-04-Final-Corpus/AmSn18881015-V03-10a-page8.txt
root - INFO - ['anierica', 'sentinel', 'arr', 'efieal', 'ire', 'oakland', 'california', 'october', 'note', 'paper', 'sent', 'publisher', 'american_sentinel', 'people', 'subscribed', 'sentinel', 'come', 'subscribed', 'know', 'sent', 'riend', 'called', 'publisher', 'pay', 'doctor', 'craft', 'report', 'million', 'secured', 'petition', 'behalf', 'national', 'sunday', 'law', 'woman', 'christian', 'temperance', 'union', 'prohibition', 'party', 'entirely', 'national', 'reform', 'organization', 'regular', 'national', 'reform', 'organizer', 'ceased', 'organize', 'local', 'national', 'reform', 'club', 'work', 'spread', 'national', 'reform', 'idea', 'district', 'secretary', 'gault', 'american', 'june', 'executive_committee', 'national', 'reform', 'association', 'held', 'meeting', 'pittsburg', 'september', 'recommendation', 'secretary', 'weir', 'appointed', 'especially', 'press', 'cause', 'national', 'reform', 'attention', 'political', 'party', 'year', 'enlist', 'far', 'possible', 'endeavor', 'influence', 'woman', 'christian', 'temperance', 'union', 'national', 'reform', 'association', 'circulating', 'signature', 'petition', 'congress', 'asking', 'senator', 'blair', 'proposed', 'religious', 'amendment', 'constitution', 'passed', 'congress', 'submitted', 'state', 'approval', 'petition', 'presented', 'prohibition', 'county', 'convention', 'wood', 'county', 'ohio', 'august', 'unanimously', 'indorsed', 'copy', 'resolution', 'effect', 'sent', 'senator', 'blair', 'respect', 'convention', 'john', 'alexander', 'philadelphia', 'father', 'national', 'reform', 'association', 'christian_statesman', 'september', 'congratulates', 'association', 'introduction', 'blair', 'religious', 'amendment', 'constitution', 'declares', 'national', 'reform', 'association', 'ought', 'spare', 'pain', 'omit', 'effort', 'promise', 'secure', 'adoption', 'let', 'begin', 'delay', 'circulation', 'petition', 'furnished', 'proper', 'form', 'association', 'let', 'opportunity', 'given', 'country', 'roll', 'petition', 'great', 'require', 'procession', 'wheelbarrow', 'trundle', 'mighty', 'mass', 'presence', 'representative', 'nation', 'house', 'congress', 'let', 'mass', 'convention', 'friend', 'cause', 'held', 'washington', 'blair', 'resolution', 'shall', 'discussion', 'accompany', 'influence', 'presentation', 'petition', 'action', 'deemed', 'best', 'arouse', 'nation', 'genuine', 'enthusiasm', 'behalf', 'national', 'christianity', 'isn', 'time', 'somebody', 'arousing', 'genuine', 'sense', 'danger', 'civil', 'religious_liberty', 'inheres', 'scheme', 'california', 'christian', 'advocate', 'week', 'ago', 'gravely', 'informed', 'reader', 'congressman', 'plumb', 'kansa', 'offered', 'amendment', 'sunday', 'civil', 'providing', 'appropriation', 'building', 'public', 'drinking', 'fountain', 'capitol', 'course', 'kansa', 'congressman', 'offered', 'amendment', 'sundry', 'civil', 'appropriation', 'day', 'proposed', 'sunday', 'legislation', 'strange', 'friend', 'sunday', 'law', 'fail', 'discern', 'small', 'difference', 'time', 'come', 'sundry', 'appropriation', 'contain', 'clause', 'relative', 'sunday', 'literally', 'sunday', 'civil', 'rev', 'wylie', 'national', 'reformer', 'advocate', 'senator', 'blair', 'religious', 'amendment', 'constitution', 'becokse', 'aid', 'discussing', 'national', 'reform', 'principle', 'clearly', 'embodied', 'amendment', 'senator', 'blair', 'amendment', 'mark', 'epoch', 'history', 'pulpit', 'platform', 'herald', 'truth', 'teach', 'ocean', 'ocean', 'yes', 'amendment', 'aid', 'discussing', 'national', 'reform', 'principle', 'adopted', 'materially', 'aid', 'national', 'reformer', 'carrying', 'principle', 'practice', 'civil_power', 'satisfying', 'intense', 'longing', 'tolerate', 'dissenter', 'lunatic', 'conspirator', 'tolerated', 'tribune', 'city', 'think', 'needlessly', 'alarmed', 'blair', 'sunday', 'tribune', 'evidently', 'doe', 'understand', 'situation', 'question', 'fail', 'law', 'doe', 'prove', 'mean', 'serious_consideration', 'measure', 'menace', 'religious_liberty', 'country', 'systematic', 'persistent', 'effort', 'thousand', 'people', 'banded', 'church', 'association', 'society', 'land', 'secure', 'religious_legislation', 'country', 'arouse', 'liberty', 'loving', 'citizen', 'sense', 'danger', 'set', 'work', 'enlighten', 'regard', 'national', 'reform', 'design', 'practice', 'senator', 'blair', 'tribune', 'intimate', 'harmless', 'crank', 'thousand', 'afflicted', 'religious', 'legislation', 'mania', 'dangerous', 'method', 'madness', 'afford', 'settle', 'fancied', 'security', 'measure', 'seriously', 'proposed', 'senate', 'united', 'state', 'july', 'sam', 'jones', 'great', 'revivalist', 'preached', 'windsor', 'canada', 'audience', 'composed', 'american', 'went', 'hear', 'devout', 'elegantly', 'refined', 'intensely', 'instructive', 'passage', 'tell', 'think', 'running', 'political', 'combat', 'line', 'running', 'republican', 'democrat', 'contest', 'republican', 'america', 'democrat', 'going', 'overwhelmingly', 'year', 'prohibition', 'element', 'break', 'solid', 'south', 'issue', 'god', 'god', 'drunkenness', 'sobriety', 'sabbath', 'sabbath', 'heaven', 'hell', 'issue', 'wipe', 'ground', 'democratic', 'party', 'let', 'god', 'rule', 'america', 'time', 'christian_statesman', 'insert', 'heading', 'national', 'reform', 'movement', 'appropriately', 'placed', 'worthy', 'addition', 'literature', 'national', 'reform', 'movement', 'consummate', 'mountebank', 'popular', 'revivalist', 'aswas', 'expected', 'national', 'reformer', 'delighted', 'senator', 'blair', 'religious', 'amendment', 'constitution', 'substance', 'working', 'year', 'christian_statesman', 'july', 'amendment', 'receive', 'strenuous', 'support', 'american', 'christian', 'issue', 'july', 'statesman', 'senator', 'blair', 'proposed', 'constitutional_amendment', 'furnishes', 'admirable', 'opportunity', 'making', 'idea', 'national', 'reform', 'association', 'familiar', 'mind', 'people', 'mentioning', 'christianity', 'religion', 'nation', 'bible', 'text', 'book', 'common', 'christianity', 'school', 'watch', 'word', 'discussion', 'quarter', 'century', 'idea', 'actually', 'pending', 'senate', 'united', 'state', 'form', 'joint', 'resolution', 'proposing', 'adoption', 'constitution', 'united', 'state', 'great', 'opportunity', 'shall', 'boldly', 'wisely', 'improve', 'afraid', 'iniquitous', 'scheme', 'ultimately', 'carry', 'christian_statesman', 'august', 'rev', 'wylie', 'praise', 'senator', 'blair', 'proposed', 'constitutional_amendment', 'adopted', 'national', 'reformer', 'advantage', 'vantage', 'ground', 'leading', 'objection', 'urged', 'lost', 'power', 'objection', 'tender', 'regard', 'infidel', 'conscience', 'spent', 'force', 'amendment', 'fit', 'use', 'charge', 'invading', 'right', 'conscience', 'far', 'lain', 'national', 'reformer', 'amendment', 'carried', 'charge', 'lie', 'amendment', 'spend', 'national', 'reformer', 'escape', 'charge', 'justly', 'national', 'reformer', 'distinctly', 'affirm', 'civil_power', 'right', 'compel', 'conscience', 'men', 'admission', 'amendment', 'adopted', 'charge', 'lie', 'confession', 'proposed', 'amendment', 'adopted', 'invade', 'right', 'conscience', 'truth', 'surely', 'heartily', 'indorsed', 'national', 'reformer', 'american_sentinel', 'page', 'bionthly', 'journal', 'devoted', 'defense', 'american', 'institution', 'preservation', 'united', 'state', 'constitution', 'far', 'regard', 'religion', 'religious', 'test', 'maintenance', 'human_right', 'civil', 'religious', 'uncompromisingly', 'opposed', 'tending', 'union', 'church', 'state', 'fact', 'single', 'copy', 'year', 'post', 'paid', 'club', 'copy', 'year', 'foreign_country', 'single', 'subscription', 'post', 'paid', 'address', 'american_sentinel', 'castro', 'oakland', 'cal']
root - INFO - extracting file #2500: 2017-04-Final-Corpus/AmSn18900327-V05-13-page1.txt
root - INFO - extracting file #3000: 2017-04-Final-Corpus/AmSn18910618-V06-25-page6.txt
root - INFO - ['erican', 'sentinel', 'mmus', 'likrtll', 'assogidt', 'sysaot', 'jos', 'riez', 'kle', 'aso', 'aaerg', 'fornegatran', 'lead', 'future', 'license', 'entertainment', 'sunday', 'break', 'american', 'sabbath', 'continental', 'sabbath', 'opening', 'columbian', 'exposition', 'sunday', 'selling', 'lord', 'day', 'piece', 'silver', 'effort', 'open', 'sunday', 'money', 'heard', 'subscriber', 'exposition', 'talk', 'sunday', 'opening', 'swell', 'gate', 'receipt', 'atir', 'immortal', 'birthright', 'sabbath', 'sold', 'mess', 'pottage', 'juda', 'sold', 'lord', 'thirty', 'piece', 'silver', 'men', 'better', 'sell', 'lord', 'day', 'money', 'resolution', 'recommending', 'officer', 'director', 'exposition', 'open', 'gate', 'sunday', 'unanimously', 'adopted', 'washington', 'city', 'paper', 'credit', 'pastor', 'city', 'following', 'growing', 'demand', 'minister', 'religious_people', 'closing', 'museum', 'library', 'art', 'gallery', 'sunday', 'urged', 'sunday', 'newspaper', 'suppressed', 'travel', 'land', 'sea', 'stop', 'sunday', 'indicates', 'unhealthy', 'condition', 'church', 'church', 'lost', 'power', 'attract', 'mass', 'unable', 'endure', 'competition', 'fair', 'railroad', 'library', 'year', 'petition', 'sent', 'roman', 'emperor', 'praying', 'public', 'transferred', 'christian', 'sunday', 'feast', 'day', 'day', 'week', 'reason', 'given', 'competition', 'theatre', 'vastly', 'frequented', 'church', 'parallel', 'elgin', 'ill', 'sunday', 'law', 'convention', 'november', 'sunday', 'train', 'opposed', 'great', 'passenger', 'break', 'great', 'congregation', 'sunday', 'newspaper', 'deprecated', 'laboring', 'class', 'arise', 'late', 'sunday', 'morning', 'read', 'sunday', 'paper', 'allow', 'hour', 'worship', 'unheeded', 'sunday', 'day', 'leisure', 'workingman', 'desire', 'church', 'free', 'place', 'harmless', 'recreation', 'amusement', 'opportunity', 'literary', 'culture', 'denied', 'harmful', 'excursion', 'beer', 'garden', 'good', 'deal', 'good_sense', 'word', 'washington', 'preacher', 'petition', 'political', 'party', 'conference', 'assembled', 'adopted', 'set', 'form', 'national', 'reform', 'association', 'intention', 'obtain', 'indorsement', 'far', 'possible', 'large', 'religious', 'body', 'woman', 'christian', 'temperance', 'union', 'teacher', 'national', 'association', 'reformatory', 'body', 'present', 'year', 'nominating', 'convention', 'language', 'petition', 'religious', 'creed', 'seeking', 'union', 'church', 'state', 'abhor', 'greatest', 'political', 'principle', 'natural', 'application', 'principle', 'present', 'issue', 'national_life', 'ask', 'declare', 'american', 'sabbath', 'uniform', 'christian', 'marriage', 'law', 'right', 'bible', 'public_school', 'declare', 'american', 'saloon', 'ask', 'nomination', 'conduct', 'election', 'harmony', 'great_truths', 'approved', 'adopted', 'unanimous', 'vote', 'report', 'thirty', 'second', 'thirty', 'year', 'new', 'york', 'sabbath', 'committee', 'recently', 'issued', 'condition', 'affair', 'committee', 'organized', 'stated', 'report', 'open', 'sunday', 'city', 'half', 'present', 'population', 'theater', 'chiefly', 'lowest', 'class', 'eighty', 'dance', 'house', 'liquor', 'shop', 'carried', 'traffic', 'glaring', 'defiance', 'noisy', 'procession', 'band', 'music', 'paraded', 'street', 'newspaper', 'disturbed', 'quiet', 'family', 'congregation', 'sunday', 'arrest', 'disorder', 'crime', 'greatly', 'exceeded', 'week', 'day', 'rapidly', 'increasing', 'noting', 'fact', 'baptist', 'examiner', 'generally', 'agreed', 'present_state', 'thing', 'far', 'satisfactory', 'respect', 'worse', 'important', 'respect', 'vastly', 'better', 'condition', 'described', 'respect', 'thing', 'better', 'committee', 'formed', 'stated', 'paper', 'entitled', 'credit', 'having', 'secured', 'effective', 'law', 'sunday', 'theater', 'law', 'procession', 'law', 'amendment', 'excise', 'law', 'sought', 'enforcement', 'law', 'police', 'authority', 'court', 'constantly', 'watched', 'defeated', 'hostile', 'legislation', 'personal', 'appeal', 'prevented', 'threatened', 'violation', 'rest', 'quiet', 'day', 'continuing', 'examiner', 'course', 'chiefly', 'guarding', 'weekly', 'rest', 'day', 'civil', 'institution', 'committee', 'formal', 'work', 'directed', 'bearing', 'effort', 'religious_character', 'day', 'obvious', 'important', 'italic', 'line', 'quotation', 'emphasize', 'reason', 'existence', 'new', 'york', 'sabbath', 'committee', 'bearing', 'effort', 'religious_character', 'day', 'committee', 'unknown', 'english', 'house', 'common', 'vote', 'fifty', 'ninety', 'passed', 'april', 'second', 'reading', 'irish', 'sunday', 'closing', 'law', 'shut', 'saloon', 'ireland', 'clock', 'saturday', 'night', 'monday', 'morning', 'watertown', 'advocate', 'law', 'best', 'restrain', 'men', 'injustice', 'louis', 'republic', 'int', 'deglrriition', 'principle', 'believe', 'religion', 'taught', 'jesus_christ', 'believe', 'temperance', 'regard', 'liquor_traffic', 'curse', 'society', 'believe', 'supporting', 'civil_government', 'submitting', 'authority', 'deny', 'right', 'civil_government', 'legislate', 'religion', 'question', 'believe', 'right', 'privilege', 'man', 'worship', 'according', 'dictate', 'own_conscience', 'believe', 'duty', 'use', 'lawful', 'honorable', 'mean', 'prevent', 'religious_legislation', 'civil_government', 'fellow', 'citizen', 'enjoy', 'inestimable', 'blessing', 'religious', 'civil_liberty', 'office', 'bond', 'new', 'york', 'city', 'washington', 'college', 'place', 'chicago', 'post', 'snafrancisco', 'cal', 'secretary', 'washington', 'city', 'newsboy', 'restricted', 'sunday', 'morning', 'half', 'hour', 'law', 'remark', 'post', 'city', 'paper', 'clock', 'sunday', 'caught', 'time', 'fined', 'hard', 'boy', 'best', 'large', 'mass', 'meeting', 'held', 'central', 'presbyterian', 'church', 'auspex', 'committee', 'sabbath', 'observance', 'protest', 'opening', 'world', 'fair', 'sunday', 'commissioner', 'presbyterian', 'general_assembly', 'report', 'audience', 'enthusiastic', 'herrick', 'johnson', 'chief', 'speaker', 'reported', 'mail', 'express', 'follows', 'puritan', 'sabbath', 'gone', 'continental', 'sabbath', 'coming', 'shall', 'columbian', 'exposition', 'opened', 'sunday', 'let', 'rea', 'son', 'opening', 'columbian', 'exposition', 'sunday', 'going', 'tradition', 'usage', 'american', 'life', 'american', 'department', 'paris', 'exposition', 'closed', 'sunday', 'exposition', 'celebrated', 'hundredth', 'anniversary', 'american', 'independencb', 'closed', 'sunday', 'opening', 'columbian', 'exposition', 'sunday', 'importing', 'continental', 'sunday', 'time', 'american', 'history', 'national', 'governmental', 'way', 'continental', 'sunday', 'introduced', 'state', 'anierican', 'citizenship', 'ought', 'blush', 'willing', 'exhibit', 'good', 'exhibition', 'american', 'sabbath', 'opening', 'columbian', 'exposition', 'sunday', 'government', 'direct', 'party', 'assault', 'sunday', 'rest_day', 'day', 'religious', 'culture', 'opening', 'columbian', 'exposition', 'sunday', 'lead', 'state', 'damaging', 'demoralizing', 'thing', 'chicago', 'thought', 'shudder', 'create', 'pandemonium', 'country', 'scene', 'seen', 'opening', 'columbian', 'exposition', 'sunday', 'eldridge', 'colcord', 'main', 'battle', 'creek', 'mouse', 'president', 'petition', 'representative', 'cal', 'party', 'convention', 'assembled', 'politi', 'american_citizens', 'respectfully', 'ask', 'place', 'platform', 'clear', 'recognition', 'great_truths', 'lord', 'jesus_christ', 'sovereign', 'ruler', 'nation', 'moral_law', 'rule', 'conduct', 'civil', 'political', 'affair', 'ask', 'mere', 'sentiment']
root - INFO - extracting file #3500: 2017-04-Final-Corpus/AmSn18920929-V07-38-page3.txt
root - INFO - extracting file #4000: 2017-04-Final-Corpus/AmSn18931221-V08-50-page6.txt
root - INFO - ['nary', 'assumption', 'expressed', 'death', 'transfer', 'papal', 'avignon', 'great', 'schism', 'direct', 'fruit', 'unholy', 'seed', 'boniface', 'sown', 'avignon', 'pope', 'revoked', 'blasphemous', 'bull', 'far', 'concerned', 'france', 'afterward', 'restored', 'leo', 'come', 'time', 'reformation', 'principle', 'entering', 'vigorously', 'grave', 'discussion', 'hour', 'luther', 'calvin', 'zwingli', 'melancthon', 'condemned', 'claim', 'church', 'rome', 'time', 'saw', 'truth', 'glass', 'darkly', 'time', 'involved', 'hopeless', 'confusion', 'seemingly', 'egyptian', 'darkness', 'writing', 'wished', 'power', 'separate', 'favored', 'government', 'church', 'church', 'reformer', 'clung', 'idea', 'christian', 'state', 'magistrate', 'right', 'punish', 'heresy', 'clear', 'teaching', 'separation', 'church', 'state', 'charge', 'calvin', 'execution', 'servetus', 'right', 'rebuke', 'exercising', 'power', 'possessed', 'prevent', 'execution', 'state', 'churchism', 'came', 'finally', 'established', 'lutheran', 'reformed', 'country', 'roman_church', 'force', 'suppress', 'protestantism', 'protestantism', 'justified', 'force', 'maintain', 'existence', 'rationalism', 'infidelity', 'later', 'exercised', 'influence', 'restricting', 'power', 'church', 'french', 'revolution', 'shook', 'ecclesiastical', 'structure', 'foundation', 'congress', 'vienna', 'led', 'eventually', 'recognition', 'lutheran', 'reformed', 'church', 'roman', 'state', 'church', 'different_countries', 'precious', 'truth', 'maintained', 'bap', 'tists', 'persecution', 'old_world', 'drove', 'dissenter', 'new_world', 'opened', 'discussion', 'afresh', 'virgin', 'soil', 'america', 'bloody', 'period', 'brave', 'baptist', 'saw', 'held', 'willing', 'die', 'truth', 'held', 'substantially', 'principle', 'maintained', 'baptist', 'hour', 'opposed', 'infant_baptism', 'cause', 'greatest', 'evil', 'dishonored', 'page', 'church_history', 'condemned', 'vigorously', 'doctrine', 'salvation', 'baptism', 'paulicians', 'eastern', 'europe', 'petrobrusians', 'henricians', 'west', 'vigorously', 'preached', 'baptist', 'doctrine', 'salvation', 'faith', 'saw', 'infant_baptism', 'responsible', 'large_part', 'union', 'church', 'state', 'bloody', 'persecution', 'resulted', 'union', 'time', 'reformation', 'truer', 'disciple', 'christ', 'numerous', 'switzerland', 'bavaria', 'tyrol', 'rhine', 'country', 'netherlands', 'rightly', 'denied', 'nickname', 'anabaptist', 'declaring', 'infant_baptism', 'baptism', 'bearing', 'testimony', 'infant_baptism', 'favor', 'infant', 'salvation', 'baptist', 'testified', 'doctrine', 'separation', 'church', 'state', 'testimony', 'merely', 'lucky', 'thought', 'astute', 'baptist', 'philosopher', 'logical', 'outcome', 'distinctive', 'baptist', 'principle', 'came', 'wiser', 'religious_bodies', 'vol', 'standing', 'know', 'right', 'stood', 'god', 'helping', 'shall', 'stand', 'growth', 'state', 'church', 'insistence', 'entire', 'separation', 'church', 'state', 'brings', 'sympathy', 'noble', 'soul', 'century', 'early', 'christian', 'seen', 'obeyed', 'civil_law', 'secular', 'matter', 'dared', 'disobey', 'christian_faith', 'peril', 'refused', 'received', 'punishment', 'christian', 'submission', 'heroic', 'endurance', 'persecution', 'arose', 'chiefly', 'ancient', 'law', 'forbade', 'worship', 'deity', 'state', 'recognize', 'roman', 'government', 'tolerant', 'religion', 'representative', 'quiescent', 'christian', 'active', 'propagating', 'faith', 'encountered', 'fierce', 'civil', 'opposition', 'conversion', 'constantine', 'enter', 'new_era', 'relation', 'church', 'state', 'privilege', 'granted', 'officer', 'church', 'giving', 'right', 'similar', 'previously', 'enjoyed', 'pagan', 'priest', 'exhibition', 'state', 'churchism', 'direct_result', 'pagan', 'idea', 'introduced', 'church', 'emperor', 'soon', 'known', 'pontifex', 'maximus', 'constantine', 'hesitate', 'place', 'cross', 'coin', 'use', 'symbol', 'sungod', 'emperor', 'soon', 'came', 'consider', 'patron', 'church', 'true', 'prominent', 'bishop', 'ambrose', 'jerome', 'vigorously', 'denied', 'right', 'emperor', 'pronounce', 'religious_questions', 'duty', 'conflict', 'bishop', 'emperor', 'continued', 'exercising', 'greater', 'authority', 'bishop', 'gelasius', 'affirmed', 'superiority', 'ecclesiastical', 'secular', 'power', 'bishop', 'symmachus', 'resisted', 'assumption', 'king', 'odoacer', 'right', 'ecclesiastical', 'officer', 'charlemagne', 'conceived', 'idea', 'universal', 'christian', 'monarchy', 'considered', 'right', 'oppose', 'indorse', 'election', 'pope', 'bishop', 'successor', 'weak', 'carry', 'effect', 'idea', 'promulgated', 'time', 'pope', 'increased', 'power', 'expense', 'emperor', 'ninth', 'tenth', 'century', 'papal', 'throne', 'nearly', 'overthrown', 'immorality', 'pope', 'result', 'imperial', 'power', 'greatly', 'increased', 'middle', 'eleventh', 'century', 'hildebrand', 'forth', 'exorbitant', 'claim', 'papal', 'soon', 'power', 'emperor', 'election', 'pope', 'annulled', 'given', 'college', 'cardinal', 'gregoryvii', 'hildebrand', 'took', 'seat', 'papal', 'throne', 'boldly', 'claimed', 'church', 'highest', 'power', 'world', 'secular', 'government', 'owed', 'existence', 'permission', 'church', 'assumption', 'led', 'unceasing', 'conflict', 'german', 'emperor', 'especially', 'view', 'gregory', 'maintained', 'alexander', 'iii', 'innocent', 'iii', 'bot', 'ace', 'viii', 'famous', 'bull', 'unam', 'sanetam', 'held', 'belief', 'necessary', 'salvation', 'believe', 'roman', 'pope', 'power', 'earthly', 'suffered', 'severely', 'extraordi', 'wisdom', 'lay', 'fact', 'grasped', 'great_principles', 'laid', 'christ', 'apostle', 'preceded', 'declaring', 'true', 'relation', 'civil', 'ecclesiastical', 'body', 'held', 'correct', 'scriptural', 'principle', 'involved', 'mesh', 'unscriptural', 'tenet', 'baptist', 'condemn', 'use', 'force', 'religion', 'comparatively', 'late', 'date', 'man', 'said', 'civil', 'magistrate', 'interfere', 'strictly', 'religious_matters', 'known', 'baptist', 'glance', 'brilliant', 'path', 'baptist', 'hero', 'martyr', 'dark', 'century', 'arouse', 'people', 'holy', 'enthusiasm', 'loyal', 'adherence', 'father', 'word', 'god', 'heroic', 'faith', 'willing', 'die', 'support', 'truth', 'held', 'unworthy', 'son', 'noble', 'sainted', 'sire', 'bless', 'god', 'life', 'consecrate', 'afresh', 'maintenance', 'principle', 'willing', 'dungeon', 'rack', 'gibbet', 'stake', 'land', 'freedom', 'crown', 'gratitude', 'enduring', 'fame', 'brow', 'martyred', 'sainted', 'hero', 'robert', 'macarthur', 'examiner', 'sunday', 'closing', 'pure', 'selfishness', 'movement', 'sunday', 'closing', 'barber', 'shop', 'place', 'business', 'purely', 'selfish', 'seen', 'following', 'report', 'providence', 'journal', 'october', 'theolneyville', 'barber', 'association', 'met', 'wednesday', 'evening', 'consider', 'proposed', 'reopening', 'shop', 'sunday', 'morning', 'association', 'voted', 'practice', 'keeping', 'shop', 'closed', 'sunday', 'shall', 'continued', 'action', 'shall', 'taken', 'compel', 'barber', 'olneyville', 'vicinity', 'observe', 'sabbath', 'closing', 'law', 'association', 'station', 'watcher', 'near', 'shop', 'opened', 'sunday', 'produce', 'evidence', 'prosecute', 'summon', 'customer', 'witness', 'proprietor', 'workman', 'likely', 'customer', 'shun', 'shop', 'avoid', 'drawn', 'court', 'selfish', 'olneyville', 'association', 'propose', 'compel', 'barber', 'observe', 'sabbath', 'closing', 'law', 'shop', 'open', 'sunday', 'morning', 'little', 'money', 'prevent', 'standing', 'equal', 'chance', 'little', 'monday', 'love', 'gain', 'propose', 'compel', 'law', 'comply', 'wish', 'matter', 'happen', 'differ', 'conscientious', 'motif', 'believing', 'sunday', 'keeping', 'watched', 'association', 'procure', 'evidence', 'prosecute', 'deny', 'right', 'use', 'seventh', 'time', 'god', 'world', 'mammon', 'exercising', 'authority', 'right', 'truly', 'word', 'apostle', 'paul', 'fulfilled', 'love', 'money', 'root', 'evil', 'prospect', 'equal', 'gain', 'sure', 'summon', 'customer', 'witness', 'workman', 'proprietor', 'close', 'shop', 'customer', 'frightened', 'shop', 'sunday', 'want', 'avoid', 'drawn', 'court', 'customer', 'frightened', 'barber', 'wronged', 'sunday', 'closing', 'law', 'gratify', 'greed']
root - INFO - extracting file #4500: 2017-04-Final-Corpus/AmSn18950321-V10-12-page7.txt
root - INFO - extracting file #5000: 2017-04-Final-Corpus/AmSn18960618-V11-25-page6.txt
root - INFO - ['mjejezi', 'vol', 'condition', 'life', 'opportunity', 'enjoy', 'absolute', 'rest', 'quiet', 'result', 'far', 'interstate', 'freight', 'traffic', 'concerned', 'attainable', 'affirmative', 'act', 'congress', 'giving', 'assent', 'such_legislation', 'court', 'hold', 'case', 'concludes', 'opinion', 'local', 'law', 'character', 'mentioned', 'source', 'power', 'state', 'reserved', 'surrendered', 'congress', 'providing', 'public_health', 'public', 'moral', 'public', 'safety', 'moaning', 'constitution', 'considered', 'nature', 'regulation', 'interstate', 'commerce', 'simply', 'limited', 'time', 'limited', 'extent', 'cover', 'field', 'occupied', 'engaged', 'commerce', 'statute', 'georgia', 'directed', 'interstate', 'commerce', 'simply', 'declares', 'day', 'fixed', 'law', 'day', 'rest', 'people', 'limit', 'state', 'toil', 'labor', 'incident', 'calling', 'transportation', 'freight', 'shall', 'suspended', 'opinion', 'law', 'limited', 'degree', 'affecting', 'interstate', 'commerce', 'reason', 'needle', 'intrusion', 'domain', 'federal', 'jurisdiction', 'strictly', 'regulation', 'interstate', 'commerce', 'considered', 'nature', 'ordinary', 'police', 'regulation', 'designed', 'secure', 'promote', 'general', 'welfare', 'people', 'state', 'established', 'invalid', 'force', 'constitution', 'united', 'state', 'judgment', 'affirmed', 'recognition', 'individual', 'right', 'observed', 'careful', 'guarding', 'power', 'state', 'reserved', 'surrendered', 'suggestion', 'right', 'individual', 'state', 'supreme', 'time', 'health', 'moral', 'people', 'reserved', 'right', 'noticeable', 'feature', 'decision', 'matter', 'fact', 'tone', 'employed', 'referring', 'sunday', 'law', 'propriety', 'question', 'earliest', 'period', 'history', 'georgia', 'policy', 'state', 'policy', 'original', 'state', 'prohibit', 'person', 'penalty', 'sabbath', 'day', 'labor', 'pursuing', 'ordinary', 'calling', 'argument', 'long', 'right', 'policy', 'law', 'enacted', 'preservance', 'purely', 'civil', 'court', 'asserts', 'notwithstanding', 'admitted', 'fact', 'religious_views', 'feeling', 'controlling', 'influence', 'framing', 'law', 'requiring', 'sunday', 'observance', 'assumed', 'sunday', 'law', 'necessary', 'preservation', 'health', 'moral', 'time', 'discus', 'question', 'health', 'submit', 'sunday', 'labor', 'business', 'shown', 'immoral', 'claimed', 'immoral', 'ground', 'irreligious', 'inevitably', 'follows', 'supreme_court', 'upheld', 'law', 'prohibiting', 'sunday', 'work', 'irreligious', 'irreligious', 'immoral', 'immoral', 'prohibited', 'law', 'sunday', 'receives', 'seal', 'judicial', 'approval', 'opinion', 'decision', 'justice', 'justice', 'fuller', 'white', 'dissented', 'dash', 'ground', 'hope', 'decision', 'supreme_court', 'united', 'state', 'adverse', 'sunday', 'law', 'fiction', 'sunday', 'sacredness', 'received', 'seal', 'approval', 'supreme_court', 'supposition', 'sacred', 'day', 'sunday', 'labor', 'business', 'regarded', 'immoral', 'ground', 'supreme_court', 'sustains', 'georgia', 'statute', 'prohibiting', 'running', 'freight', 'train', 'georgia', 'sunday', 'law', 'sunday', 'law', 'state', 'learned', 'justice', 'delivering', 'opinion', 'court', 'talk', 'power', 'state', 'fix', 'day', 'rest', 'people', 'intimate', 'choice', 'sunday', 'incidental', 'doe', 'anybody', 'suppose', 'supreme_court', 'sustain', 'statute', 'enacted', 'state', 'undertake', 'stop', 'interstate', 'commerce', 'day', 'week', 'sunda', 'suppose', 'utah', 'instead', 'settled', 'mormon', 'colonized', 'mohammedan', 'passed', 'law', 'prohibiting', 'running', 'freight', 'train', 'friday', 'doe', 'suppose', 'moment', 'seven', 'learned', 'supreme_court', 'justice', 'sustained', 'law', 'doe', 'suppose', 'single', 'justice', 'champion', 'statute', 'certainly', 'recognized', 'religion', 'truth', 'purpose', 'founder', 'government', 'establish', 'continent', 'state', 'church', 'yea', 'officially', 'recognized', 'religion', 'day', 'long', 'recognized', 'religion', 'christianity', 'according', 'general', 'acceptation', 'term', 'president', 'washington', 'declared', 'government', 'united', 'state', 'sense', 'founded', 'christian_religion', 'supreme_court', 'arisen', 'know', 'washington', 'declared', 'christian', 'nation', 'evidence', 'colonial', 'charter', 'state', 'constitution', 'beginning', 'history', 'moment', 'assumed', 'labor', 'business', 'christian_sabbath', 'immoral', 'properly', 'prohibited', 'police', 'power', 'state', 'leaf', 'room', 'doubt', 'attitude', 'supreme_court', 'question', 'sunday', 'law', 'true', 'question', 'raised', 'court', 'right', 'individual', 'exercise', 'individual', 'conscience', 'answerable', 'god', 'abuse', 'privilege', 'long', 'individual', 'doe', 'intrench', 'equal_rights', 'opinion', 'delivered', 'justice', 'harlan', 'leaf', 'room', 'doubt', 'decision', 'question', 'right', 'state', 'forbid', 'private', 'sunday', 'labor', 'individual', 'court', 'held', 'guardianship', 'moral', 'legitimate', 'police', 'power', 'state', 'ground', 'court', 'sustains', 'sunday', 'law', 'georgia', 'follows', 'opinion', 'learned', 'justice', 'sunday', 'labor', 'business', 'immoral', 'nthat', 'thing', 'hold', 'sunday', 'work', 'irreligious', 'possible', 'ground', 'held', 'immoral', 'department', 'government', 'fully', 'committed', 'support', 'sunday', 'institution', 'judiciary', 'gone', 'legislative', 'executive', 'question', 'sunday', 'legislation', 'sustained', 'supreme_court', 'tribunal', 'hold', 'violation', 'amendment', 'question', 'settled', 'supreme_court', 'said', 'religious_institution', 'religious_convictions', 'potent', 'influence', 'securing', 'legislation', 'legitimate', 'power', 'legislature', 'sustained', 'civil', 'institution', 'process', 'mind', 'free', 'governmental', 'regulation', 'religious_liberty', 'united', 'state', 'mckinley', 'sunday', 'legislation', 'heading', 'decided', 'opinion', 'major', 'mckinley', 'new', 'york_sun', 'print', 'following', 'meeting', 'brooklyn', 'philosophical', 'association', 'yesterday', 'afternoon', 'held', 'long', 'island', 'business', 'college', 'city', 'speaker', 'asserted', 'father', 'told', 'major', 'william', 'mckinley', 'expressed', 'decided', 'opinion', 'time', 'running', 'governor', 'said', 'major', 'mckinley', 'lady', 'father', 'favor', 'sunday', 'legislation', 'strict', 'observance', 'christian_sabbath', 'mckinley', 'prominence', 'presidential', 'race', 'utterance', 'especially', 'significant', 'climax', 'approaching', 'journal', 'new', 'york', 'june', 'awful', 'tragedy', 'swiftly', 'approaching', 'climax', 'armenia', 'past', 'year', 'likely', 'finished', 'way', 'end', 'year', 'latest', 'torture', 'outrage', 'degradation', 'massacre', 'wiped', 'armenian', 'people', 'worth', 'persecuting', 'mean', 'rescue', 'hope', 'european', 'armed', 'intervention', 'practically', 'extinct', 'russia', 'consent', 'joint', 'interference', 'england', 'sufficiently', 'unselfish', 'invite', 'interfere', 'salvation', 'armenian', 'peaceful', 'mean', 'conscience', 'sabbath', 'lewis', 'average', 'american_citizen', 'conscience', 'matter', 'sabbath', 'observance', 'question', 'long', 'treated', 'subordinate', 'human', 'utilitarian', 'element', 'prominent', 'religious', 'men', 'little', 'conscience', 'matter', 'custom', 'prevalent', 'mode', 'teaching', 'combined', 'sabbath', 'observance', 'outside', 'realm', 'religious_duty', 'large_degree', 'mere', 'rest_day', 'theory', 'popular', 'body', 'brain', 'need', 'rest', 'rest', 'theory', 'easy', 'invent', 'method', 'resting', 'gratify', 'worldly', 'taste', 'desire', 'benumb', 'conscience', 'low', 'plane', 'average', 'notion', 'concerning', 'church', 'going', 'religious', 'culture', 'popular', 'opinion', 'service', 'conveniently', 'near', 'mnsic', 'oratory', 'entertain', 'pleasant', 'way', 'spending', 'leisure', 'day', 'music', 'second', 'class', 'preaching', 'common', 'place', 'little', 'conscience', 'compel', 'men', 'attend', 'service', 'rest_day', 'rest_day', 'theory', 'doe', 'necessarily', 'usually', 'involve', 'idea', 'sacred', 'time', 'divine', 'obligation', 'matter', 'sabbath', 'keeping', 'church', 'pulpit', 'small', 'degree', 'responsible', 'state', 'thing']
root - INFO - extracting file #5500: 2017-04-Final-Corpus/AmSn18970513-V12-19-page16.txt
root - INFO - extracting file #6000: 2017-04-Final-Corpus/AmSn18980106-V13-01-page10.txt
root - INFO - ['american', 'sentinel', 'example', 'left', 'record', 'scripture', 'people', 'follow', 'matter', 'noble', 'bereans', 'heard', 'preaching', 'apostle', 'paul', 'accept', 'said', 'truth', 'merely', 'paul', 'spoke', 'simply', 'searched', 'scripture', 'daily', 'thing', 'people', 'adopt', 'course', 'day', 'respect', 'word', 'hear', 'spoken', 'pulpit', 'spoil', 'great', 'sensation', 'reputation', 'immeasurably', 'benefit', 'way', 'seventh', 'day', 'adventist', 'public_school', 'following', 'setting', 'forth', 'view', 'seventh', 'day', 'adventist', 'church', 'boulder', 'col', 'subject', 'saluting', 'flag', 'public_school', 'sent', 'request', 'given', 'space', 'column', 'sentinel', 'criticism', 'heaped', 'adventist', 'stand', 'matter', 'entirely', 'proper', 'request', 'favorably', 'received', 'week', 'known', 'people', 'boulder', 'agitation', 'discussion', 'public', 'private', 'way', 'relation', 'seventh', 'day', 'adventist', 'church', 'city', 'sustains', 'boulder', 'public_school', 'discussion', 'matter', 'confined', 'city', 'extended', 'denver', 'neighboring', 'town', 'gone', 'outside', 'state', 'instance', 'erratic', 'utterance', 'statement', 'irresponsible', 'party', 'outside', 'seventh', 'day', 'adventist', 'church', 'accredited', 'organilation', 'view', 'reasonable', 'seventh', 'day', 'adventist', 'church', 'boulder', 'state', 'neighbor', 'fellow_citizens', 'true', 'position', 'school', 'question', 'place', 'seventh', 'day', 'adventist', 'sense', 'opposed', 'free', 'public_school', 'measure', 'whatsoever', 'opposed', 'government', 'enjoy', 'present', 'freedom', 'nation', 'antiquity', 'medieval', 'modern_times', 'arisen', 'government', 'man', 'noble', 'purpose', 'true', 'principle', 'underlie', 'wise', 'government', 'country', 'expressed', 'josiah', 'strong', 'great', 'idea', 'anglo_saxon', 'exponent', 'civil', 'religious_liberty', 'fullest', 'development', 'noble', 'principle', 'forefather', 'gave', 'fortune', 'honor', 'life', 'american', 'flag', 'representing', 'great', 'basal', 'principle', 'lie', 'foundation', 'national', 'existence', 'loyal', 'heart', 'hold', 'highest', 'respect', 'high', 'exalted', 'principle', 'defense', 'nation', 'established', 'ree', 'public_school', 'designed', 'great', 'conservator', 'ignorance', 'free', 'government', 'incompatible', 'exist', 'soil', 'maintenance', 'true_principles', 'home', 'church', 'state', 'education', 'essential', 'factor', 'education', 'imparted', 'grade', 'high_school', 'university', 'given', 'private', 'church', 'denominational_schools', 'hand', 'truly', 'educated', 'people', 'safely', 'entrusted', 'important', 'involving', 'integrity', 'social', 'political', 'life', 'seventh', 'day', 'adventist', 'boulder', 'firmly', 'believe', 'principle', 'stated', 'feel', 'requirement', 'public_school', 'boulder', 'respect', 'called', 'flag', 'salute', 'violation', 'spirit', 'letter', 'principle', 'believe', 'god', 'believe', 'attendance', 'child', 'public_school', 'conditioned', 'open', 'avowal', 'belief', 'right', 'state', 'court', 'school_board', 'require', 'american_citizen', 'child', 'american_citizen', 'recognition', 'god', 'citizen', 'boulder', 'christian', 'jew', 'infidel', 'pagan', 'entitled', 'privilege', 'granted', 'free', 'public_school', 'entitled', 'privilege', 'declaration', 'belief', 'disbelief', 'deity', 'civilrgovernment', 'education', 'provided', 'civil_government', 'right', 'deal', 'religious', 'belief', 'view', 'prejudice', 'individual_members', 'commonwealth', 'usurp', 'prerogative', 'deity', 'christ', 'spirit', 'attempt', 'faith', 'christ', 'adoration', 'supreme', 'spring', 'love', 'fear', 'volition', 'force', 'seventh', 'day', 'adventist', 'hold', 'principle', 'represented', 'star', 'stripe', 'highest', 'reverence', 'american', 'flag', 'representing', 'principle', 'deepest', 'regard', 'hold', 'highest', 'esteem', 'fought', 'bled', 'died', 'fall', 'heritage', 'freedom', 'blessing', 'feel', 'province', 'public_school', 'require', 'pupil', 'pledge', 'head', 'heart', 'maintenance', 'flag', 'contrary', 'spirit', 'freedom', 'flag', 'represents', 'seventh', 'day', 'adventist', 'uniformly', 'law', 'abiding', 'citizen', 'believe', 'support', 'government', 'taxation', 'laudable', 'mean', 'consistent', 'christian_life', 'principle', 'non', 'combatant', 'believe', 'better', 'suffer', 'wrong', 'wrong', 'better', 'leave', 'god', 'avenging', 'cause', 'vengeance', 'own_hands', 'christian', 'europe', 'asia', 'africa', 'child', 'god', 'member', 'household', 'faith', 'christian', 'america', 'understanding', 'requirement', 'gospel', 'christ', 'member', 'church', 'enter', 'conscientiously', 'warfare', 'public', 'private', 'individual', 'national', 'sense', 'maim', 'kill', 'destroy', 'fellow']
root - INFO - extracting file #6500: 2017-04-Final-Corpus/AmSn18980818-V13-32-page3.txt
root - INFO - extracting file #7000: 2017-04-Final-Corpus/AmSn18990413-V14-15-page11.txt
root - INFO - ['taken', 'irrevocable', 'step', 'taken', 'let', 'voice', 'whole_people', 'heard', 'symptom', 'national', 'disease', 'new', 'york', 'press', 'inst', 'called', 'attention', 'shame', 'senate', 'election', 'heading', 'print', 'following', 'pennsylvania', 'bribery', 'investigation', 'hand', 'result', 'winter', 'far', 'futile', 'effort', 'elect', 'senator', 'delaware', 'door', 'neighbor', 'public_opinion', 'convicted', 'democrat', 'bribetaking', 'vote', 'changed', 'day', 'legislature', 'entirely', 'futile', 'effort', 'elect', 'senator', 'utah', 'failed', 'elect', 'senator', 'hold', 'bribery', 'investigation', 'california', 'bribery', 'investigation', 'began', 'session', 'senator', 'ample', 'evidence', 'corruption', 'montana', 'varies', 'routine', 'elected', 'senator', 'declared', 'elected', 'honestly', 'hold', 'treasury', 'distribution', 'vote', 'agent', 'detected', 'observer', 'thoroughly', 'conversant', 'american', 'condition', 'justified', 'arguing', 'state', 'fact', 'virtue', 'gone', 'completely', 'political', 'life', 'thirty', 'state', 'electing', 'senator', 'fifty', 'sixth', 'congress', 'real', 'contest', 'post', 'including', 'year', 'ohio', 'bribery', 'investigation', 'press', 'point', 'bribery', 'doe', 'figure', 'election', 'house', 'representative', 'affirms', 'bribery', 'influence', 'vote', 'cast', 'national', 'election', 'concludes', 'legislative', 'election', 'failure', 'longer', 'represent', 'people', 'popular', 'election', 'pure', 'favor', 'abolition', 'controlling', 'election', 'senator', 'investigation', 'decree', 'new', 'york', 'legislature', 'government', 'new', 'york', 'city', 'charged', 'corruption', 'fund', 'thousand', 'dollar', 'levied', 'city', 'disreputable', 'place', 'political', 'election', 'charge', 'sun', 'city', 'paper', 'similar', 'state', 'corruption', 'far', 'worse', 'existing', 'chicago', 'doubt', 'charge', 'essentially', 'true', 'certainly', 'touch', 'people', 'impossible', 'shame', 'senate', 'election', 'affect', 'people', 'people', 'directly', 'responsible', 'familiar', 'charge', 'bribery', 'various_forms', 'corruption', 'alleged', 'connection', 'senatorial', 'election', 'reason', 'frequency', 'certainly', 'educate', 'people', 'corruption', 'old', 'saying', 'true', 'vice', 'seen', 'oft', 'endured', 'end', 'embraced', 'education', 'people', 'political', 'vice', 'proceeding', 'alarming', 'rate', 'said', 'fact', 'press', 'alleged', 'justify', 'observer', 'belief', 'virtue', 'gone', 'political', 'life', 'religious', 'aspect', 'dreyfus', 'case', 'appears', 'effect', 'agitation', 'france', 'dreyfus', 'case', 'reactionary', 'religious', 'impulse', 'catholic_church', 'french', 'catholic', 'priest', 'prominent', 'opposition', 'revision', 'case', 'best', 'contest', 'aspect', 'religious', 'controversy', 'course', 'good_people', 'expected', 'church', 'pope', 'leo', 'said', 'felt', 'constrained', 'withhold', 'sanction', 'course', 'taken', 'priest', 'course', 'taken', 'expressing', 'spirit', 'church', 'stand', 'appeal', 'religious', 'prejudice', 'course', 'argument', 'justice', 'cause', 'behalf', 'following', 'statement', 'fact', 'relating', 'aspect', 'case', 'chicago', 'time', 'herald', 'march', 'notorious', 'fact', 'anti', 'dreyfusards', 'desperate', 'appeal', 'religious', 'prejudice', 'natural', 'religious', 'partisan', 'sure', 'person', 'intense', 'passion', 'intriguing', 'dubious', 'patriot', 'counted', 'passion', 'sort', 'help', 'war', 'justice', 'reason', 'attempt', 'arouse', 'christian', 'generally', 'tried', 'fan', 'new_life', 'dying', 'hatred', 'jew', 'champion', 'dreyfus', 'pictured', 'champion', 'jew', 'sympathy', 'man', 'construed', 'broadly', 'sympathy', 'race', 'sympathy', 'race', 'held', 'heinous', 'crime', 'admits', 'excuse', 'palliation', 'intolerance', 'completely', 'variance', 'spirit', 'age', 'principle', 'republic', 'logical', 'fallacy', 'argument', 'doe', 'prevent', 'having', 'considerable', 'effect', 'method', 'procedure', 'fact', 'common', 'despicable', 'demagogue', 'employed', 'time', 'obscure', 'real', 'issue', 'triumph', 'confusion', 'religious_persecution', 'gone', 'special', 'catering', 'roman', 'catholic', 'reactionary', 'flattered', 'assurance', 'anti', 'jewish', 'agitator', 'mind', 'working', 'royalist', 'imperial', 'regime', 'poor', 'dreyfus', 'appear', 'obstruc', 'lion', 'way', 'church', 'fate', 'wretched', 'prisoner', 'exile', 'distant', 'shore', 'said', 'involve', 'fate', 'powerful', 'hierarchy', 'great_influence', 'turned', 'particularly', 'gratifying', 'learn', 'pope', 'withholds', 'approval', 'course', 'american_sentinel']
root - INFO - extracting file #7500: 2017-04-Final-Corpus/AmSn18991123-V14-46-page15.txt
root - INFO - extracting file #8000: 2017-04-Final-Corpus/AmSn19000712-V15-27-page9.txt
root - INFO - ['conclusion', 'judge', 'christianity', 'utterly', 'illogical', 'declaration', 'independence', 'constitution', 'united', 'state', 'judged', 'word', 'act', 'advocate', 'military', 'imperialism', 'end', 'fully', 'sustained', 'majority', 'people', 'supreme_court', 'evident', 'expressed', 'intention', 'author', 'great', 'charter', 'american', 'liberty', 'christianity', 'roman', 'greek', 'catholicism', 'protestantism', 'methodism', 'lord', 'jesus_christ', 'taught', 'world', 'short', 'salvage', 'life', 'chicago', 'journal', 'thomas', 'hood', 'told', 'truth', 'said', 'bread', 'dear', 'flesh', 'blood', 'cheap', 'new', 'york', 'tug', 'captain', 'way', 'refused', 'devote', 'rescuing', 'perishing', 'creature', 'burning', 'steamship', 'hoboken', 'salvage', 'life', 'exclaimed', 'worked', 'mercenary', 'enthusiasm', 'saving', 'merchandise', 'people', 'burned', 'drowned', 'arm', 'length', 'pessimism', 'plain', 'truth', 'episode', 'largely', 'characteristic', 'materialism', 'pervades', 'called', 'advanced', 'civilization', 'veneer', 'education', 'religion', 'primeval', 'man', 'exists', 'struggle', 'existence', 'longer', 'form', 'murderous', 'combat', 'food', 'competition', 'food', 'equivalent', 'money', 'skin', 'clad', 'cavedwelling', 'men', 'stone', 'age', 'fought', 'desperately', 'carcass', 'goat', 'enlightened', 'descendant', 'pile', 'money', 'represents', 'necessity', 'comfort', 'life', 'fortunately', 'battle', 'today', 'usually', 'intellectual', 'physical', 'modern', 'troglodyte', 'doe', 'attack', 'neighbor', 'club', 'wrest', 'spoil', 'chase', 'weapon', 'cunning', 'dissimulation', 'legal', 'machinery', 'occasion', 'seen', 'exemplified', 'hoboken', 'prehistoric', 'man', 'breaking', 'veneer', 'contempt', 'human_life', 'compared', 'material', 'consideration', 'harks', 'stone', 'age', 'hunt', 'dinner', 'cost', 'neighbor', 'life', 'salvage', 'life', 'engine', 'run', 'kill', 'maim', 'people', 'haste', 'save', 'life', 'property', 'fireman', 'sacrifice', 'life', 'pile', 'brick', 'stone', 'filled', 'merchandise', 'burn', 'fireman', 'replaced', 'cost', 'building', 'merchandise', 'expensive', 'activity', 'human_life', 'men', 'cheap', 'salvage', 'new', 'york', 'tug', 'captain', 'merely', 'declared', 'brutal', 'bluntness', 'exemplified', 'form', 'thousand', 'time', 'day', 'city', 'land', 'sun', 'army', 'worm', 'chicago', 'chronicle', 'dispatch', 'various_parts', 'country', 'indicate', 'reappearance', 'army', 'worm', 'feared', 'injury', 'crop', 'follow', 'injury', 'crop', 'follows', 'army', 'worm', 'larger', 'army', 'danger', 'crop', 'army', 'worm', 'destroyed', 'greek', 'republic', 'consumed', 'crop', 'leaving', 'little', 'food', 'people', 'raised', 'crop', 'army', 'army', 'worm', 'maintained', 'incessant', 'trouble', 'roman_empire', 'army', 'precipitating', 'frequent', 'revolution', 'eject', 'unpopular', 'ruler', 'enthrone', 'pet', 'army', 'army', 'worm', 'consuming', 'substance', 'common_people', 'variety', 'army', 'worm', 'developed', 'politics', 'ravage', 'moral', 'fiber', 'nation', 'army', 'worm', 'instigated', 'louis', 'napoleon', 'betray', 'france', 'conflict', 'germany', 'army', 'worm', 'maintains', 'cruel', 'tax', 'industry', 'italy', 'menacing', 'kingdom', 'anarchy', 'people', 'poverty', 'endurance', 'army', 'worm', 'brought', 'gigantic', 'famine', 'india', 'maintain', 'imperial', 'garrison', 'native', 'troop', 'people', 'taxed', 'death', 'money', 'left', 'buy', 'necessary', 'life', 'obtainable', 'army', 'worm', 'begun', 'eating', 'vitals', 'china', 'million', 'easily', 'mobilized', 'army', 'pest', 'prey', 'peaceful', 'vocation', 'industrious', 'empire', 'ready', 'fall', 'piece', 'army', 'worm', 'exhaustion', 'guard', 'army', 'worm', 'prof', 'isaac', 'headland', 'pekin', 'university', 'china', 'present', 'boxer', 'uprising', 'began', 'trouble', 'native', 'roman', 'catholic', 'convert', 'catholic', 'having', 'aid', 'priest', 'learned', 'chinese', 'law', 'usually', 'got', 'better', 'antagonist', 'authority', 'secured', 'advantage', 'aroused', 'jealousy', 'chinese', 'high', 'pitch', 'party', 'came', 'open', 'conflict', 'occasion', 'chinese', 'killed', 'grew', 'present', 'effort', 'boxer', 'rid', 'foreigner', 'altogether', 'sentinel', 'liberty']
root - INFO - extracting file #8500: 2017-04-Final-Corpus/CE19091201-V01-02-page13.txt
root - INFO - extracting file #9000: 2017-04-Final-Corpus/CE19111001-V03-01-page19.txt
root - INFO - ['teacher', 'reading', 'course', 'year', 'book', 'education', 'white', 'question', 'direction', 'note', 'cross', 'reference', 'designed', 'aid', 'teacher', 'getting', 'reading', 'basis', 'general', 'review', 'close', 'following', 'plan', 'procedure', 'suggested', 'determine', 'read', 'entire', 'concentration', 'mind', 'read', 'chapter', 'continuously', 'reread', 'chapter', 'pausing', 'reflection', 'important_points', 'test', 'mean', 'question', 'direction', 'given', 'herewith', 'use', 'note', 'book', 'pleasure', 'especially', 'recording', 'new', 'burning', 'thought', 'direction', 'book', 'number', 'roman', 'numeral', 'chapter', 'heading', 'including', 'divisional', 'heading', 'thirty', 'chapter', 'book', 'number', 'paragraph', 'chapter', 'arabic', 'numeral', 'eighteen', 'cross', 'reference', 'given', 'simply', 'numeral', 'meaning', 'chapter', 'paragraph', 'reference', 'paragraph', 'chapter', 'given', 'merely', 'par', 'par', 'reference', 'plan', 'useful', 'note', 'book', 'future', 'use', 'compare', 'assignment', 'chapter', 'designed', 'cover', 'month', 'september', 'october', 'assignment', 'somewhat', 'short', 'page', 'contains', 'foundation', 'principle', 'rest', 'book', 'outline', 'thorough_work', 'chapter', 'source', 'aim', 'true_education', 'define', 'education', 'described', 'having', 'narrow', 'low', 'range', 'contrast', 'scope', 'true_education', 'kind', 'education', 'doe', 'stigma', 'narrow', 'properly', 'belong', 'reality', 'liberal', 'education', 'doe', 'right', 'understanding', 'truth', 'hid', 'treasure', 'wisdom', 'knowledge', 'broaden', 'narrow', 'idea', 'education', 'extent', 'accept', 'use', 'teaching', 'world', 'great', 'thinker', 'differentiate', 'current', 'term', 'higher', 'education', 'note', 'god', 'educational', 'message', 'mankind', 'expound', 'meaning', 'thing', 'considered', 'order', 'understand', 'work', 'education', 'note', 'note', 'element', 'included', 'summing', 'par', 'object', 'education', 'compare', 'definition', 'narrow', 'conception', 'education', 'par', 'striking', 'definition', 'love', 'god', 'given', 'paragraph', 'love', 'god', 'feeling', 'experience', 'social', 'direction', 'doe', 'love', 'god', 'bearing', 'doe', 'highest', 'culture', 'faculty', 'twofold', 'definition', 'culture', 'true_education']
root - INFO - extracting file #9500: 2017-04-Final-Corpus/CE19130601-V04-09-page20.txt
root - INFO - extracting file #10000: 2017-04-Final-Corpus/CE19150101-V06-05-page32.txt
root - INFO - ['christian_education', 'little', 'prayer', 'intense', 'sold', 'garden', 'product', 'bring', 'thirty', 'cent', 'ernest', 'branson', 'dollar', 'thirty', 'cent', 'foreign_fields', 'bring', 'earned', 'selling', 'garden', 'truck', 'canvassing', 'margaret', 'connell', 'worked', 'earn', 'offering', 'dollar', 'seventy', 'energetic', 'sigh', 'money', 'mind', 'guess', 'angel', 'thought', 'elsie', 'cruze', 'sold', 'lettuce', 'radish', 'little', 'girl', 'thirty', 'penny', 'better', 'world', 'ellen', 'anderson', 'little', 'bantam', 'hid', 'nest', 'fence', 'sold', 'egg', 'bring', 'fifty', 'cent', 'olive', 'miller', 'know', 'help', 'old', 'dollar', 'thing', 'sold', 'cyrus', 'cruze', 'work', 'little', 'garden', 'rose', 'early', 'morn', 'earned', 'dollar', 'seventy', 'selling', 'mustard', 'green', 'corn', 'myrtle', 'miller', 'raised', 'little', 'chicken', 'hard', 'alive', 'big', 'sold', 'dollar', 'mabel', 'turner', 'vegetable', 'pop', 'corn', 'candy', 'sold', 'help', 'mission', 'earn', 'dollar', 'fifty', 'cent', 'gift', 'addition', 'hayes', 'dollar', 'selling', 'pop', 'corn', 'village', 'telling', 'people', 'sad', 'heathen', 'bad', 'convert', 'glad', 'rosebud', 'vreeland', 'know', 'people', 'love', 'sweet', 'thing', 'sweet', 'tooth', 'come', 'handy', 'seventy', 'cent', 'quickly', 'selling', 'pop', 'corn', 'candy', 'flora', 'ward', 'sold', 'radish', 'gained', 'way', 'dollar', 'bring', 'today', 'james', 'mcgee', 'summer', 'sold', 'turnip', 'green', 'dollar', 'way', 'hope', 'god', 'bless', 'share', 'offering', 'today', 'donald', 'hunter', 'long', 'light', 'christian', 'morn', 'dawn', 'heathen', 'forlorn', 'robe', 'righteousness', 'worn', 'little', 'man', 'help', 'dollar', 'earned', 'selling', 'corn', 'charlie', 'ridley', 'brother', 'hominy', 'chicken', 'brother', 'earned', 'dollar', 'mildred', 'parker', 'cent', 'small', 'lord', 'pleased', 'bring', 'merril', 'dart', 'planted', 'cent', 'grow', 'sold', 'egg', 'pop', 'corn', 'know', 'dollar', 'sprung', 'little', 'seed', 'dollar', 'help', 'world', 'greatest', 'need', 'butler', 'anderson', 'fun', 'pop', 'corn', 'coal', 'aglow', 'dollar', 'fifty', 'cent', 'foster', 'sowed', 'cabbage', 'seed', 'early', 'spring', 'dollar', 'bring', 'pearl', 'hall', 'cent', 'given', 'spring', 'door', 'door', 'sold', 'chicken', 'egg', 'cucumber', 'cake', 'told', 'ethel', 'vanvoorhis', 'like', 'cook', 'bake', 'stew', 'bring']
root - INFO - extracting file #10500: 2017-04-Final-Corpus/CE19161001-V08-02-page29.txt
root - INFO - extracting file #11000: 2017-04-Final-Corpus/CE19180601-V09-10-page22.txt
root - INFO - ['christian_educator', 'great', 'felt', 'like', 'jacob', 'working', 'seven', 'year', 'rachel', 'unto', 'day', 'love', 'told', 'holden', 'superintendent', 'portland', 'sanitarium', 'education', 'paid', 'fund', 'furnished', 'parent', 'teaching', 'manual_labor', 'vacation', 'odd', 'job', 'school', 'loan', 'friend', 'money', 'lent', 'earnest', 'young', 'man', 'woman', 'school', 'purpose', 'generally', 'safe', 'investment', 'lender', 'borrower', 'equally', 'hazardous', 'borrowed', 'project', 'told', 'bird', 'bible', 'teacher', 'oakwood', 'junior_college', 'large_family', 'father', 'invalid', 'time', 'civil_war', 'death', 'able', 'attend', 'school', 'early', 'childhood', 'night', 'study', 'year', 'school', 'able', 'complete', 'high', 'school', 'education', 'age', 'bought', 'book', 'credit', 'boarded', 'married', 'sister', 'later', 'paid', 'teaching', 'discouraged', 'thought', 'going', 'study', 'took', 'work', 'ear', 'followed', 'strong_desire', 'continue', 'education', 'entered', 'college', 'advanced', 'age', 'difficult', 'trying', 'circumstance', 'mouth', 'enabled', 'missed', 'ano', 'accomplish', 'greatest', 'regret', 'forth', 'decided', 'effort', 'earlier', 'year', 'secure', 'advanced', 'education', 'wish', 'young_man', 'woman', 'pursue', 'school_work', 'determination', 'turned', 'aside', 'trifling', 'condition', 'vain', 'hope', 'success', 'efficient', 'preparation', 'advanced', 'year', 'desire', 'continue', 'education', 'let', 'let', 'pride', 'hindering', 'cause', 'entering', 'school', 'college', 'told', 'town', 'secretary', 'publishing', 'department', 'year', 'age', 'truth', 'home', 'farm', 'father', 'northern', 'new', 'york', 'gladly', 'accepted', 'family', 'truth', 'obliged', 'leave', 'home', 'settling', 'year', 'work', 'farm', 'father', 'paid', 'wage', 'cattle', 'promised', 'lord', 'help', 'sell', 'yoke', 'cow', 'school', 'prepare', 'work', 'week', 'granted', 'request', 'able', 'enter', 'seventh', 'day', 'adventist', 'school', 'rome', 'end', 'school_year', 'money', 'gone', 'arranged', 'return', 'farm_work', 'vacation', 'salary', 'mouth', 'board', 'elder', 'mile', 'principal', 'school', 'heard', 'advised', 'enter', 'canvassing', 'work', 'time', 'infancy', 'learning', 'wage', 'expected', 'farm_work', 'promised', 'canvassing', 'half', 'lack', 'earning', 'month', 'half', 'earned', 'thinking', 'praying', 'matter', 'decided', 'accept', 'offer', 'time', 'marvel', 'nation', 'considered', 'best', 'selling', 'book', 'began', 'notwithstanding', 'green', 'country', 'lad', 'lord', 'gave', 'good_success', 'start', 'end', 'vacation', 'income', 'amounted', 'considerably', 'month', 'allowed', 'apply', 'school', 'expense', 'instead', 'dividing', 'elder', 'mile', 'year', 'entered', 'south', 'lancaster', 'following', 'vacation', 'took', 'canvassing', 'time', 'connecticut', 'year', 'lord', 'tested', 'bit', 'heart', 'work', 'soon', 'beginning', 'worked', 'hard', 'monday', 'morning']
root - INFO - extracting file #11500: 2017-04-Final-Corpus/CE19200501-V11-09-page17.txt
root - INFO - extracting file #12000: 2017-04-Final-Corpus/CUV19040413-V08-15-page1.txt
root - INFO - ['welt', 'visitor', 'surely', 'come', 'quickly', 'come', 'lord', 'jesus', 'vol', 'weekly', 'year', 'missionary', 'sin', 'world', 'today', 'sin', 'brought', 'destruction', 'israel', 'ingratitude', 'god', 'neglect', 'opportunity', 'blessing', 'selfish', 'appropriation', 'god', 'gift', 'weary', 'loyal', 'people', 'tired', 'giving', 'year', 'paid', 'debt', 'christiana', 'publishing', 'house', 'nearly', 'relief', 'school', 'fund', 'paid', 'english', 'sanitarium', 'given', 'largely', 'response', 'january', 'march', 'annual_offering', 'racei', 'ved', 'entire_year', 'large_increase', 'annual_offering', 'clearly', 'confidence', 'people', 'greatly', 'strengthened', 'washington', 'money', 'mission', 'enterprise', 'love', 'great_message', 'truth', 'love', 'support', 'greatly', 'blessed', 'actual', 'giving', 'letter', 'written', 'shortly', 'ater', 'week', 'prayer', 'quote', 'following', 'dear_people', 'love', 'message', 'love', 'tear', 'tite', 'fact', 'sabbath', 'importance', 'subject', 'mission', 'offering', 'best', 'meeting', 'attended', 'year', 'subject', 'meeting', 'money', 'money', 'money', 'mission', 'mission', 'mission', 'people', 'love', 'hear', 'good_things', 'mean', 'academia', 'april', 'entered', 'june', 'second', 'class', 'matter', 'closing', 'grand', 'old', 'gospel', 'seen', 'thing', 'great', 'work', 'tired', 'asked', 'money', 'purpose', 'spirit', 'hini', 'rich', 'sake', 'becan', 'poverty', 'beespecially', 'believer', 'angel', 'message', 'interesting', 'chinese', 'new', 'year', 'thi', 'sholiday', 'seasondoes', 'notcome', 'date', 'season', 'chinese', 'calendar', 'month', 'come', 'rich', 'thank_god', 'spirit', 'people', 'movement', 'glad', 'response', 'appeal', 'thousand', 'dollar', 'fund', 'short', 'notice', 'encouraging', 'day', 'pass', 'number', 'donation', 'fund', 'waiting', 'donation', 'start', 'published', 'list', 'review', 'washburn', 'shorter', 'calendar', 'month', 'state', 'result', 'year', 'add', 'month', 'year', 'year', 'new', 'year', 'occurred', 'late', 'thirteen', 'month', 'year', 'year', 'warned', 'week', 'date', 'provision', 'fuel', 'holiday', 'season', 'secured', 'week', 'previous', 'business', 'house', 'closed', 'time', 'certainly', 'departure', 'seen', 'narrow', 'street', 'crowded', 'bargain', 'seeker', 'merchant', 'early_morning', 'night', 'mass', 'people', 'rice', 'merchant', 'spread', 'basket', 'grain', 'street', 'occupies', 'half', 'narro', 'highway', 'carpenter', 'bunch', 'log', 'shop', 'extending', 'middle', 'road', 'hide', 'dealer', 'imposes', 'public', 'covering', 'section', 'street', 'place', 'business', 'number', 'hide', 'causing', 'passer', 'tramp', 'tan', 'dyer', 'succeeded', 'renting', 'neighbor', 'opposite', 'portion', 'street', 'hang', 'strip', 'blue', 'cloth', 'width', 'barber', 'peripatetic', 'cook', 'butcher', 'conduct', 'business', 'entirely', 'street', 'thought', 'seeing', 'street', 'clear', 'comforting', 'week', 'preparation', 'new', 'year', 'merchant', 'pushed', 'business', 'utmost', 'selling', 'accessible', 'thing', 'order', 'money', 'day', 'working', 'according', 'custom', 'chinaman', 'new', 'garment', 'new', 'year', 'day', 'mark', 'birthday', 'proud', 'answer', 'description', 'able', 'buy', 'new', 'gal', 'ment', 'rent', 'merchant', 'ohio', 'representative', 'china', 'chinese', 'new', 'year', 'writing', 'feb', 'midst', 'chinese', 'new', 'year', 'season', 'china', 'half', 'month']
root - INFO - extracting file #12500: 2017-04-Final-Corpus/CUV19070116-V11-03-page1.txt
root - INFO - extracting file #13000: 2017-04-Final-Corpus/CUV19081028-V13-41-page8.txt
root - INFO - ['columbia_union_visitor', 'columbia_union_visitor', 'published', 'weekly', 'columbia', 'union_conference', 'seventh', 'day', 'adventist', 'vernon', 'price', 'cent', 'year', 'advance', 'sessie', 'russell', 'editor', 'entered', 'second', 'class', 'matter', 'march', 'postoffice', 'vernon', 'tinder', 'act', 'congress', 'march', 'lefevre', 'baby', 'visiting', 'springfield', 'bro', 'cook', 'family', 'pleasantly', 'located', 'new_home', 'reception', 'held', 'eld', 'butler', 'residence', 'saturday', 'evening', 'college', 'faculty', 'springfield', 'church', 'hold', 'sabbath', 'school_convention', 'sabbath', 'sunday', 'excellent', 'program', 'sabbath', 'school', 'secretary', 'sent', 'report', 'quarter', 'hope', 'receive', 'week', 'bro', 'hamer', 'confined', 'bed', 'sickness', 'brother', 'pray', 'god', 'spare', 'efficient', 'worker', 'cause', 'chinese', 'treatment', 'animal', 'punish', 'mule', 'hand', 'foreigner', 'useless', 'dangerous', 'possession', 'chinaman', 'lamb', 'beheld', 'runaway', 'jibbing', 'vicious', 'mule', 'pony', 'chinaman', 'employment', 'rattling', 'cheerful', 'pace', 'maintaned', 'heavy', 'light', 'road', 'mean', 'tur', 'cluk', 'beast', 'turning', 'right', 'left', 'stopping', 'ith', 'hint', 'rein', 'treatment', 'extended', 'animal', 'press', 'service', 'admired', 'tact', 'exhibited', 'getting', 'large', 'drove', 'sheep', 'narrow', 'crowded', 'street', 'alley', 'merely', 'having', 'little', 'boy', 'lead', 'flock', 'steadily', 'following', 'cattle', 'pig', 'bird', 'equally', 'cared', 'paris', 'met', 'burlingame', 'minister', 'china', 'ask', 'society', 'prevention', 'cruelty', 'animal', 'ought', 'formed', 'china', 'reply', 'such_thing', 'china', 'cruelty', 'animal', 'chinese', 'kindest', 'people', 'world', 'treatment', 'dumb', 'animal', 'holy', 'spirit', 'office', 'work', 'truly', 'bible', 'teach', 'special', 'manifestation', 'holy', 'spirit', 'power', 'day', 'certain', 'bemany', 'false', 'teaching', 'misrepresentation', 'regard', 'wonderful', 'vital', 'subject', 'acquainted', 'putting', 'forward', 'false_doctrines', 'long', 'connected', 'message', 'teaching', 'error', 'word', 'plainly', 'special', 'outpouring', 'holy', 'spirit', 'given', 'development', 'angel', 'message', 'ripen', 'harvest', 'earth', 'elder', 'underwood', 'president', 'northern', 'union_conference', 'known', 'denomination', 'sound', 'position', 'fundamental', 'doctrine', 'distinguish', 'remnant_people', 'written', 'series', 'article', 'subject', 'holy', 'spirit', 'office', 'work', 'series', 'published', 'watchman', 'number', 'appear', 'issue', 'november', 'brother', 'sister', 'generally', 'deep_interest', 'series', 'article', 'taking', 'watchman', 'subscribe', 'general', 'effort', 'ought', 'watchman', 'containing', 'article', 'hand', 'large_number', 'people', 'subscription_price', 'watchman', 'year', 'cent', 'month', 'cent', 'month', 'watchman', 'bear', 'cheering', 'invigorating', 'message', 'week', 'iqsue', 'fresh', 'pointed', 'interesting', 'easy', 'sell', 'paper', 'worker', 'regular', 'paper', 'route', 'subscription', 'sent', 'tract', 'society', 'conference', 'office', 'nearest', 'publishing', 'house', 'direct', 'watchman', 'nashville', 'tenn', 'man', 'altogether', 'imbecile', 'true', 'circumstance', 'man', 'sence', 'degree', 'permit', 'boardman', 'worth', 'price', 'journal', 'interesting', 'article', 'sign', 'time', 'monthly', 'special', 'november', 'demand', 'special', 'mention', 'worth', 'price', 'journal', 'article', 'entitled', 'spiritualism', 'tait', 'plan', 'redemption', 'white', 'thanksgiving', 'dinner', 'menu', 'fulton', 'number', 'special', 'cover', 'design', 'color', 'representing', 'harvest', 'scene', 'journal', 'beautifully', 'illustrated', 'subscription_price', 'monthly', 'special', 'single', 'copy', 'copy', 'copy', 'copy', 'eacn', 'copy', 'cent', 'regular', 'subscription_price', 'year', 'foreign', 'subscription', 'agent', 'wanted', 'city', 'town', 'send', 'sample_copy', 'suggestive', 'canvas', 'address', 'ohio', 'tract', 'society', 'sign', 'time', 'mountain', 'view', 'cal', 'authority', 'state', 'minute', 'study', 'day', 'special', 'line', 'seven', 'year', 'student', 'specialist', 'subject', 'study', 'matter', 'weary', 'burden', 'numerous', 'demand', 'time', 'minute', 'bible', 'study', 'day', 'possibility', 'person', 'suppose', 'try', 'plan', 'studying', 'sabbath', 'school_lesson', 'minute', 'day', 'try', 'week', 'month', 'month', 'note', 'result', 'obituary', 'keagy', 'katherine', 'keagy', 'died', 'sister', 'home', 'coshocton', 'oct', 'aged', 'year', 'month', 'day', 'sister', 'keagy', 'accepted', 'angel', 'message', 'labor', 'elder', 'guilford', 'albert', 'carey', 'united', 'coshocton', 'church', 'charter', 'member', 'year', 'ago', 'earnest_desire', 'live', 'daily_life', 'conform', 'faith', 'continued', 'grow', 'stronger', 'death', 'leaf', 'mourn', 'loss', 'near', 'relative', 'large_circle', 'friend', 'word', 'comfort', 'spoken', 'writer', 'john', 'redfield']
root - INFO - extracting file #13500: 2017-04-Final-Corpus/CUV19100223-V15-08-page8.txt
root - INFO - extracting file #14000: 2017-04-Final-Corpus/CUV19110531-V16-22-page5.txt
root - INFO - ['right', 'sight', 'god', 'sure', 'accomplished', 'purpose', 'contribute', 'furtherance', 'gospel', 'doe', 'matter', 'occupation', 'honorable', 'right', 'sight', 'god', 'honor', 'glory', 'aim', 'man', 'calculated', 'lead', 'mind', 'reflection', 'sight', 'aged', 'person', 'misspent', 'long_life', 'drawing', 'near', 'close', 'look', 'vista', 'year', 'passed', 'opportunity', 'opportunity', 'improving', 'late', 'passed', 'real', 'aim', 'life', 'pursuit', 'allurement', 'pleasure', 'gained', 'like', 'apple', 'sodom', 'turn', 'ash', 'grasp', 'different', 'course', 'pursue', 'time', 'turn', 'backward', 'flight', 'allowed', 'commence', 'anew', 'weave', 'tangled', 'web', 'life', 'vouchsafed', 'regret', 'useless', 'save', 'awaken', 'mind', 'youth', 'determination', 'gather', 'true', 'jewel', 'life', 'heed', 'young_man', 'aimless', 'life', 'heed', 'low', 'sordid', 'aim', 'life', 'thousand', 'voice', 'calling', 'time', 'precious', 'idled', 'away', 'dreaming', 'worldly', 'pleasure', 'thousand', 'soul', 'perishing', 'kind', 'deed', 'word', 'sympathy', 'stand', 'aside', 'let', 'neighbor', 'perish', 'lack', 'know', 'trouble', 'tell', 'friend', 'talk', 'god', 'love', 'surprised', 'know', 'glad', 'hear', 'love', 'sinner', 'arise', 'master', 'business', 'time', 'fast', 'passing', 'soon', 'christ', 'come', 'gather', 'jewel', 'home', 'work', 'day', 'let', 'grand', 'aim', 'purpose', 'life', 'overstreet', 'montvale', 'raised', 'vernon', 'church', 'college', 'tank', 'fund', 'indication', 'people', 'field', 'sure', 'ample', 'fund', 'available', 'erection', 'needed', 'water', 'tank', 'time', 'time', 'belongs', 'god', 'moment', 'solemn', 'obligation', 'improve', 'glory', 'talent', 'given', 'require', 'strict', 'account', 'time', 'doe', 'mean', 'young_man', 'woman', 'stand', 'god', 'calling', 'help', 'carry', 'message', 'salvation', 'world', 'generation', 'time', 'work', 'soon', 'mercy', 'door', 'closed', 'forever', 'waste', 'precious_time', 'youth', 'folly', 'world', 'instead', 'seeking', 'preparation', 'necessary', 'work', 'hour', 'result', 'eternal', 'loss', 'think', 'time', 'short', 'attend', 'school', 'ycu', 'education', 'molly', 'youth', 'rapidly', 'slipping', 'away', 'soon', 'account', 'valuable', 'talent', 'time', 'remember', 'began', 'work', 'eleventh', 'hour', 'paid', 'like', 'rest', 'receive', 'hear', 'god', 'work', 'sense', 'need', 'education', 'instead', 'going', 'school', 'god', 'called', 'existence', 'sole', 'purpose', 'fitting', 'youth', 'gospel', 'worker', 'turn', 'school', 'world', 'training', 'education', 'finished', 'prepared', 'lord', 'work', 'school', 'influence', 'left', 'impress', 'world', 'mind', 'instead', 'impress', 'gospel', 'impress', 'selfishness', 'instead', 'impress', 'sacrifice', 'squandered', 'precious_time', 'youth', 'gain', 'education', 'serve', 'world', 'personal', 'loss', 'given', 'money', 'world', 'mere', 'educational', 'husk', 'depriving', 'school', 'financial_support', 'need', 'improve', 'time', 'talent', 'god', 'given', 'world', 'need', 'time', 'consecrated', 'young_man', 'woman', 'live', 'teach', 'principle', 'salvation', 'walk', 'life', 'bidwell', 'new', 'manager', 'printing', 'office', 'brother', 'harry', 'weaver', 'baltimore', 'arrived', 'family', 'thursday', 'college', 'family', 'unite', 'extending', 'hearty', 'welcome', 'class', 'day', 'exercise', 'program', 'invocation', 'elder', 'butcher', 'address', 'harry', 'christman', 'class', 'motto', 'miss', 'rebecca', 'secor', 'galop', 'bravoure', 'ketterer', 'miss', 'nina', 'john', 'fidelia', 'punch', 'fact', 'class', 'sevelon', 'rockwell', 'essay', 'silent', 'voice', 'miss', 'mary', 'barrett', 'celestial', 'vision', 'vocal', 'lonn', 'metcalf', 'essay', 'trained', 'nurse', 'miss', 'martha', 'poole', 'valedictory', 'greenup', 'benediction', 'george', 'brassington', 'entertainment', 'year', 'lecture', 'course', 'given', 'thursday', 'evening', 'program', 'consisted', 'song', 'college', 'quartette', 'interspersed', 'recitation', 'miss', 'wanita', 'shingleton', 'annie', 'bennett', 'olive', 'krum', 'proceeds', 'lecture', 'buy', 'new', 'carpet', 'lady', 'parlor', 'elder', 'james', 'shultz', 'educational', 'secretary', 'columbia', 'union_conference', 'delivered', 'commencement', 'address', 'monday', 'evening', 'presentation', 'diploma', 'elder', 'butler', 'follows', 'literary', 'greenup', 'advanced', 'normal', 'mary', 'barrett', 'rebecca', 'secor', 'ministerial', 'sevelon', 'rockwell', 'academic', 'george', 'brassington', 'olive', 'krum', 'nina', 'john', 'harry', 'christman', 'greenup', 'edna', 'cook', 'elementary', 'normal', 'lelia', 'clough', 'nurse', 'edna', 'cook', 'myrtle', 'amick', 'martha', 'poole', 'daisy', 'weiek', 'music', 'fidelia', 'punch', 'lonn', 'metcalf', 'mabel', 'reed', 'miss', 'blanche', 'spelder', 'left', 'college', 'immediately', 'close', 'school', 'home', 'greenville', 'mich', 'professor', 'lawrence', 'anderson', 'columbus', 'visitor', 'week', 'ross', 'lindsay', 'left', 'town', 'week', 'join', 'husband', 'transferred', 'alabama', 'kentucky', 'conference', 'tab', 'columbia', 'union', 'visitor']
root - INFO - extracting file #14500: 2017-04-Final-Corpus/CUV19120904-V17-35-page1.txt
root - INFO - extracting file #15000: 2017-04-Final-Corpus/CUV19131126-V18-47-page4.txt
root - INFO - ['the_columbia_union_visitor', 'confined', 'closely', 'heart', 'work', 'want', 'little', 'great_work', 'accomplished', 'lord', 'conference', 'spirit', 'willingness', 'manifested', 'individual', 'life', 'such_expressions', 'feel', 'miss', 'blessing', 'receives', 'disposing', 'paper', 'feel', 'great_privilege', 'gather', 'mission', 'heart', 'right', 'sure', 'lord', 'accept', 'bless', 'effort', 'willing', 'soul', 'courage', 'brown', 'lynchburg', 'camp', 'meeting', 'typhoid_fever', 'city', 'home', 'holding', 'bible', 'reading', 'sick', 'fever', 'look', 'new', 'reader', 'week', 'able', 'begin', 'reading', 'family', 'pellagra', 'reader', 'doctor', 'think', 'contagious', 'sabbath', 'school', 'nicely', 'coming', 'time', 'thirteenth', 'sabbath', 'donation', 'time', 'year', 'ago', 'expect', 'end', 'year', 'cent', 'week_fund', 'received', 'harvest', 'ingathering', 'review', 'distributing', 'paper', 'placed', 'paper', 'home', 'people', 'called', 'offering', 'family', 'invited', 'visit', 'visited', 'home', 'second', 'time', 'gave', 'reading', 'ehould', 'like', 'whole_city', 'way', 'expect', 'organize', 'missionary_society', 'sunday', 'believe', 'time', 'bold', 'branch', 'work', 'pray', 'work', 'anna', 'rice', 'news', 'note', 'let', 'remember', 'week', 'prayer', 'year', 'december', 'shall', 'plan', 'work', 'devote', 'time', 'earnestly', 'seeking', 'god', 'brother', 'eekhout', 'writes', 'started', 'prayer_meeting', 'portsmouth', 'week', 'attendance', 'meeting', 'excellent', 'showing', 'worthy', 'imitation', 'church', 'elder', 'hottel', 'visited', 'church', 'mount', 'williams', 'sabbath', 'month', 'conducted', 'quarterly', 'service', 'report', 'small', 'attendance', 'people', 'good_attendance', 'outsider', 'evening_meetings', 'week', 'november', 'field', 'missionary', 'secretary', 'brother', 'george', 'secretary', 'conference', 'brother', 'brown', 'spent', 'week', 'distributing', 'harvest', 'ingathering', 'review', 'envelope', 'gathering', 'excellent', 'experience', 'received', 'kindly', 'people', 'gave', 'liberally', 'mission', 'company', 'colored', 'people', 'embraced', 'faith', 'portsmouth', 'past_summer', 'anxious', 'church_school', 'matter', 'consideration', 'effort', 'raise', 'necessary', 'mean', 'teacher', 'commodious', 'hall', 'rented', 'service', 'east', 'richmond', 'meeting', 'begun', 'sabbath', 'preaching', 'service', 'sunday', 'night', 'hoped', 'new_converts', 'recently', 'taken', 'stand', 'church', 'organized', 'east', 'near_future', 'sunday', 'night', 'november', 'elder', 'stone', 'spoke', 'tent', 'richmond', 'good', 'congregation', 'closed', 'tent_meetings', 'conference', 'year', 'elder', 'walker', 'miss', 'gibbon', 'following', 'work', 'privately', 'giving', 'bible', 'reading', 'endeavoring', 'establish', 'believer', 'faith', 'elder', 'white', 'saint', 'helena', 'cal', 'elder', 'thompson', 'takoma', 'park', 'tne', 'church', 'richmond', 'sabbath', 'nov', 'elder', 'white', 'opened', 'sabbath', 'school', 'prayer', 'remained', 'short_time', 'went', 'colored', 'church', 'spoke', 'forenoon', 'message', 'great', 'cmirageraent', 'colored', 'brother', 'sister', 'elder', 'stone', 'engaging', 'harvest', 'ingathering', 'campaign', 'man', 'foreman', 'tailor', 'shop', 'gave', 'expressed', 'interested', 'work', 'asking', 'question', 'followed', 'reading_matter', 'elder', 'thompson', 'secretary', 'north_american_division_conference', 'spoke', 'white', 'church', 'richmond', 'sabbath', 'afternoon', 'november', 'colored', 'church', 'afternoon', 'message', 'timely', 'great_encouragement', 'afternoon', 'sermon', 'brother', 'mallory', 'set', 'apart', 'sacred', 'work', 'gospel_ministry', 'prayer', 'laying', 'hand', 'elder', 'white', 'offered', 'prayer', 'elder', 'thompson', 'gave', 'charge', 'brother', 'mallory', 'way', 'thelma', 'hold', 'series', 'meeting', 'inquiry', 'coming', 'matter', 'organizing', 'missionary_societies', 'glad', 'missionary_spirit', 'awakened', 'people', 'hope', 'continue', 'live', 'missionary_society', 'church', 'confer', 'ence', 'mean', 'come', 'preach', 'message', 'ofit', 'church', 'writer', 'met', 'canaan', 'church', 'sabbath', 'october', 'interesting', 'meeting', 'nearly', 'present', 'good_courage', 'planning', 'handle', 'number', 'tract', 'neighbor', 'visiting', 'member', 'home', 'went', 'empire', 'brother', 'minisinger', 'recently', 'moved', 'family', 'steubenville', 'good_courage', 'sabbath', 'sunday', 'november', 'spent', 'east', 'liverpool', 'chureh', 'baptized', 'ohio', 'river', 'readmitted', 'church', 'making', 'added', 'company', 'chester', 'church', 'virginia', 'conference', 'met', 'east', 'liverpool', 'arch', 'elder', 'robbins', 'arrived', 'sabbath', 'morning', 'divided', 'time', 'visit', 'elder', 'elder', 'mallory', 'went', 'thelma', 'begin', 'series', 'meeting', 'company', 'prayer', 'ascend', 'god', 'behlf', 'work', 'prace', 'cluring', 'phe', 'week']
root - INFO - extracting file #15500: 2017-04-Final-Corpus/CUV19150311-V20-10-page4.txt
root - INFO - extracting file #16000: 2017-04-Final-Corpus/CUV19160518-V21-20-page7.txt
root - INFO - ['gibson', 'augusta', 'harry', 'wright', 'hanover', 'hunt', 'mecklenburg', 'david', 'orr', 'mecklenburg', 'gary', 'nottoway', 'overstreet', 'bedford', 'wilmer', 'roanoke', 'elli', 'warwick', 'goode', 'chesterfield', 'mattie', 'jemerson', 'pittsylvania', 'bfl', 'john', 'fahrner', 'winwiddie', 'george', 'halifax', 'total', 'jenkins', 'hagerstown', 'weller', 'frederick', 'wilcox', 'berkley', 'wilcox', 'berkley', 'shaffer', 'baltimore', 'geo', 'apsley', 'carroll', 'pettibone', 'carroll', 'percy', 'queen', 'anne', 'hohensee', 'somerset', 'geo', 'lawrence', 'harford', 'hare', 'worcester', 'jones', 'talbat', 'total', 'agent', 'new', 'jersey', 'geo', 'blinn', 'mercer', 'andrew', 'hansen', 'sussex', 'edward', 'wood', 'camden', 'total', 'agent', 'columbia', 'union', 'visitor', 'virginia', 'week', 'ending', 'ary', 'volunteer', 'secretary', 'stating', 'fact', 'completed', 'work', 'missionary', 'volunteer', 'department', 'bfl', 'bfl', 'bfl', 'bfl', 'agent', 'chesapeake', 'week', 'ending', 'ppf', 'ppf', 'ppf', 'week', 'ending', 'district', 'columbia', 'week', 'ending', 'april', 'spraggs', 'lancaster', 'earl', 'wilcox', 'montgomery', 'butcher', 'washington', 'buell', 'fairfax', 'corder', 'washington', 'schmidt', 'washington', 'misc', 'holland', 'washington', 'sander', 'washington', 'magazine', 'washington', 'miscellaneous', 'totols', 'grand', 'total', 'agent', 'value', 'order', 'agent', 'delivery', 'monthly', 'summary', 'canvasser', 'report', 'month', 'ending', 'march', 'conference', 'ohio', 'virginia', 'district', 'columbia', 'chesapeake', 'east', 'pennsylvania', 'west', 'virginia', 'west', 'pennsylvania', 'new', 'jersey', 'total', 'reading', 'tinie', 'sent', 'copy', 'williani', 'miller', 'bible', 'shortly', 'thef', 'divappointment', 'card', 'card', 'blear', 'picttne', 'thalittle', 'miller', 'order', 'seeure', 'card', 'whi', 'ptophecies', 'daniel', 'enrolled', 'bible', 'year', 'revelation', 'reverse', 'send', 'letter', 'conference', 'mission', 'colporteurs', 'hour', 'order', 'value', 'facsimile', 'poeria', 'miller', 'writ', 'summary', 'nice', 'gain', 'month', 'march', 'encouraging', 'dollar', 'cent', 'express', 'inexperienced', 'great_work', 'great', 'possibility', 'work', 'god', 'faithful', 'army', 'colporteurs', 'wish', 'practical', 'way', 'setting', 'forth', 'work', 'hunter', 'saying', 'sold', 'dollar', 'cent', 'worth', 'literature', 'record', 'complete', 'record', 'work', 'servant', 'god', 'heart', 'heart', 'talk', 'lifting', 'discouraged', 'men', 'woman', 'giving', 'new', 'vision', 'life', 'meaning', 'humble', 'prayer', 'offered', 'humble', 'home', 'wayside', 'sacrifice', 'noble', 'woman', 'remain', 'home', 'husband', 'gone', 'day', 'week', 'thing', 'recorded', 'book', 'heaven', 'unerring', 'hand', 'taken', 'consideration', 'reward', 'given', 'great_work', 'accomplished', 'sacrifice', 'rule', 'greater', 'work', 'greater', 'sacrifice', 'man', 'woman', 'annals', 'mission', 'accomplished', 'great_work', 'god', 'regretted', 'sacrifice', 'need', 'hour', 'self', 'sacrificing', 'men', 'woman', 'brave', 'hardship', 'highway', 'hedge', 'inviting', 'men', 'woman', 'personally', 'acquainted', 'saviour', 'plan', 'saviour', 'soon', 'come', 'plan', 'soon', 'finished', 'month', 'march', 'nearly', 'thousand', 'family', 'union', 'agreed', 'home', 'pay', 'systematic', 'study', 'god', 'message', 'contained', 'book', 'colporteur', 'called', 'gave', 'brief', 'little', 'talk', 'connection', 'talk', 'gave', 'exhibition', 'exhibition', 'moving', 'picture', 'page', 'finished', 'pleased', 'decided', 'order', 'complete', 'copy', 'book', 'message', 'book', 'especially', 'believe', 'lord', 'worker', 'kind', 'field', 'instead', 'dear', 'reader', 'whoin', 'lae', 'lord', 'ivenaburden', 'service', 'work', 'wejnyitp', 'pray', 'lord', 'haryesf', 'send', 'fbith', 'intd', 'harvest', 'adequafk', 'ntimfier', 'iii', 'borer', 'djircleia', 'feas', 'ulstii', 'urge', 'union_conference']
root - INFO - extracting file #16500: 2017-04-Final-Corpus/CUV19170816-V22-33-page5.txt
root - INFO - extracting file #17000: 2017-04-Final-Corpus/CUV19181128-V23-47-page7.txt
root - INFO - ['december', 'topic', 'watchman', 'magazine', 'anchor', 'arthur', 'daniells', 'present', 'christian', 'hope', 'refuge', 'jesus_christ', 'saviour', 'positive', 'message', 'protestantby', 'william', 'spicer', 'second', 'article', 'forth', 'gospel', 'christ', 'expressed', 'great', 'reformation', 'blessed', 'hope', 'daniel', 'kress', 'view', 'soon', 'coming', 'christ', 'watchmau', 'magazine', 'era', 'day', 'peace', 'martha', 'warner', 'brings', 'story', 'form', 'need', 'possibility', 'soul', 'communion', 'cover', 'annoyance', 'perplexity', 'day_life', 'mantle', 'peace', 'church', 'state', 'new_world', 'editorial', 'declaring', 'position', 'relation', 'popular', 'movement', 'world', 'righteousness', 'andemphasizing', 'foundation', 'righteousness', 'peace', 'proclamation', 'gospel', 'kingdom', 'king', 'shall', 'editorial', 'showing', 'essence', 'christianity', 'service', 'test', 'discipleship', 'ministry', 'kingdom', 'glory', 'receive', 'known', 'mudh', 'love', 'simple', 'truth', 'month', 'brings', 'great', 'basic', 'christianity', 'thasubject', 'god', 'save', 'tlaedecember', 'watchman', 'contain', 'good', 'instruction', 'kress', 'onthe', 'subject', 'spanish', 'inflaenza', 'article', 'dealing', 'proposed', 'league', 'peace', 'established', 'treaty', 'table', 'geqrge', 'mccready', 'price', 'conclusion', 'article', 'entitled', 'democracy', 'deification', 'state', 'article', 'carlyle', 'haynes', 'entitled', 'league', 'christian', 'democracy', 'world', 'salvation', 'report', 'recent', 'war', 'serviqe', 'council', 'federation', 'church', 'want', 'extra', 'copy', 'december', 'watchman', 'exceptionally', 'goodissue', 'new', 'leaflet', 'written', 'mailed', 'letter', 'planning', 'send', 'friend', 'thought', 'stirring', 'message', 'appearing', 'sign', 'time', 'wonder', 'help', 'little', 'missionary', 'correspondence', 'work', 'long', 'fall', 'evening', 'longer', 'coming', 'little', 'time', 'know', 'writing', 'relative', 'friend', 'ought', 'kind', 'missionary', 'service', 'think', 'new', 'leaflet', 'missionary', 'correspondence', 'sign', 'time', 'contains', 'inspiration', 'help', 'letter', 'writing', 'supply', 'leaflet', 'passed', 'tract_society_office', 'reach', 'church', 'missionary', 'secretary', 'received', 'copy', 'inquire', 'church', 'missionary', 'secretary', 'isolated', 'send', 'post', 'card', 'tract_society_office', 'interested', 'reaching', 'thepeople', 'mailg', 'effective', 'method', 'leaflet', 'free', 'request', 'christmas', 'message', 'written', 'eve', 'november', 'christmas', 'messag', 'dear', 'boy', 'pen', 'convey', 'word', 'frivolous', 'foolish', 'thing', 'way', 'brink', 'world', 'distress', 'avail', 'word', 'rhyme', 'death', 'moment', 'strike', 'swath', 'year', 'scythe', 'time', 'air', 'trembling', 'cknnonade', 'christmas', 'message', 'glory', 'god', 'heaven', 'peace', 'good', 'men', 'yes', 'dear', 'scream', 'smoke', 'war', 'truth', 'saviour', 'birth', 'cool', 'hate', 'heart', 'men', 'bring', 'peace', 'earth', 'love', 'sending', 'world', 'god', 'universe', 'reach', 'saviour', 'love', 'worse', 'christmas', 'message', 'cheer', 'hope', 'world', 'release', 'fight', 'truth', 'liberty', 'god', 'bring', 'peace', 'morning', 'scarce', 'word', 'dry', 'page', 'hear', 'church', 'bell', 'ring', 'glory', 'god', 'highest', 'peace', 'come', 'song', 'sing', 'ethel', 'murphy', 'templeton', 'boldness', 'accomplished', 'world', 'modest', 'afraid', 'coward', 'elijah', 'faced', 'ahab', 'prophet', 'baal', 'grand', 'figure', 'standing', 'mountain', 'opposed', 'israel', 'ringing', 'word', 'come', 'soul', 'today', 'lord', 'god', 'fellow', 'baal', 'follow', 'secret', 'boldness', 'word', 'lord', 'host', 'liveth', 'stand', 'hear', 'mighty', 'word', 'great', 'reformer', 'luther', 'world', 'devil', 'filled', 'threaten', 'undo', 'fear', 'god', 'hath', 'willed', 'truth', 'triumph', 'guilt', 'bring', 'fear', 'sinned', 'ground', 'forgiveness', 'bold', 'angel', 'god', 'wholly', 'confessed', 'wholly', 'forgiven', 'stand', 'clear', 'god', 'fear', 'god', 'brave', 'strong', 'day', 'conflict', 'boldness', 'day', 'judgment', 'captain', 'mighty', 'men', 'flee', 'terror', 'praying', 'rock', 'themountains', 'fall', 'hide', 'face', 'sitteth', 'throne', 'wrath', 'lamb', 'experience', 'bold', 'shall', 'stand', 'great_day', 'aught', 'charge', 'shall', 'lay', 'blood', 'absolved', 'sin', 'tremendous', 'curse', 'columbia_union_visitor', 'stain', 'washburn', 'obituary', 'medenbach', 'edward', 'frank', 'born', 'september', 'honolulu', 'hawaii', 'island', 'died', 'newark', 'new', 'jersey', 'november', 'aged', 'year', 'month', 'day', 'laid', 'rest', 'fairmount', 'cemetery', 'west', 'orange', 'parent', 'brother', 'sister', 'mourn', 'hope', 'baum', 'petrie', 'verner', 'daniel', 'son', 'george', 'mabel', 'margaret', 'petrie', 'born', 'june', 'died', 'october', 'oakmont', 'pennsylvania', 'pneumonia', 'brought', 'spanish', 'influenza', 'daniel', 'devoted', 'little', 'christian', 'having', 'diligently', 'instructed', 'mother', 'age', 'year', 'repeat', 'commandment', 'thank', 'thee', 'jesus', 'dying', 'expression', 'evening', 'prayer', 'word', 'comfort', 'spoken', 'elder', 'gaede', 'writer', 'christian', 'hope', 'resurrection', 'richardson', 'pyle', 'samuel', 'herbert', 'aged', 'year', 'month', 'day', 'died', 'pneumonia', 'developed', 'spanish', 'influenza', 'emergency', 'hospital', 'reading', 'september', 'brother', 'samuel', 'regular', 'attendant', 'sabbath', 'school', 'bright', 'cheerful', 'face', 'missed', 'member', 'meet', 'immediate', 'relative', 'beautiful', 'floral', 'offering', 'testified', 'high', 'esteem', 'brother', 'held', 'knew', 'mother', 'suffering', 'dread']
root - INFO - extracting file #17500: 2017-04-Final-Corpus/CUV19200219-V25-08-page2.txt
root - INFO - extracting file #18000: 2017-04-Final-Corpus/EDU18980501-V02-05-page20.txt
root - INFO - ['question', 'cuba', 'position', 'latitude', 'longitude', 'cuba', 'land', 'nearest', 'north', 'south', 'east', 'west', 'doe', 'tropic', 'cancer', 'pas', 'nearest', 'island', 'zone', 'situated', 'cuba', 'doe', 'gulf', 'stream', 'wash', 'physical', 'feature', 'general', 'shape', 'cuba', 'difficult', 'approach', 'coral', 'polyp', 'tell', 'bow', 'build', 'reef', 'key', 'principal', 'harbor', 'principal', 'mountain', 'range', 'river', 'short', 'long', 'direction', 'flow', 'character', 'country', 'eastern_part', 'island', 'middle', 'western_part', 'area', 'cuba', 'tell', 'interesting_facts', 'climate', 'winter', 'cuba', 'doe', 'climate', 'vary', 'greatly', 'different_parts', 'island', 'tell', 'temperature', 'havana', 'thermometer', 'seldom', 'hurricane', 'occur', 'west', 'indie', 'history', 'cuba', 'known', 'european', 'history', 'noted', 'governor', 'desoto', 'indian', 'come', 'enslaved', 'tell', 'introduction', 'african', 'slavery', 'cuba', 'base', 'supply', 'slave', 'united', 'state', 'effect', 'abolition', 'slavery', 'united', 'state', 'cuba', 'nation', 'cuba', 'governed', 'tell', 'attempt', 'ueited', 'state', 'buy', 'cuba', 'change', 'annexation', 'cuba', 'united', 'state', 'bring', 'island', 'creole', 'population', 'island', 'inhabitant', 'cuba', 'descendant', 'important', 'city', 'animal', 'plant', 'mineral', 'wild', 'animal', 'cuba', 'wild_beasts', 'small', 'wild', 'dog', 'prominent', 'tell', 'bird', 'specie', 'having', 'beautiful', 'plumage', 'bird', 'prey', 'scarcely', 'known', 'wood', 'wood', 'hardest', 'kind', 'lignum', 'vitm', 'ebony', 'rosewood', 'mahogany', 'tell', 'raising', 'sugar', 'tobacco', 'mention', 'production', 'brought', 'united', 'state', 'cuba', 'school', 'record', 'raising', 'hand', 'know', 'extent', 'custom', 'prevails', 'place', 'city', 'wot', 'strong', 'current', 'favor', 'raising', 'hand', 'recitation', 'teacher', 'asks', 'question', 'answer', 'raise', 'tbeir', 'hand', 'called', 'hand', 'suppcs', 'lowered', 'fact', 'zeal', 'owner', 'wisdom', 'struggling', 'opportunity', 'utterance', 'lead', 'wave', 'arm', 'violently', 'pupil', 'called', 'reciting', 'sign', 'failure', 'hesitation', 'luckless', 'wight', 'forth', 'pronounced', 'frenzied', 'hand', 'waving', 'difficult', 'educational', 'value', 'performance', 'teacher', 'known', 'pride', 'affair', 'school', 'noted', 'raising', 'hand', 'custom', 'evident', 'disadvantage', 'cause', 'loss', 'time', 'teacher', 'wait', 'hand', 'raised', 'survey', 'school', 'hand', 'finally', 'selects', 'recite', 'let', 'follow', 'immediately', 'question', 'loss', 'time', 'case', 'lead', 'disorder', 'confusion', 'schoolroom', 'elez', 'pnatmt']
root - INFO - extracting file #18500: 2017-04-Final-Corpus/GCB188511XX-VXX-XX-page29.txt
root - INFO - extracting file #19000: 2017-04-Final-Corpus/GCB18910323-V04-15-page7.txt
root - INFO - ['general_conference_daily_bulletin', 'nature', 'ardent', 'desire', 'pure', 'religious', 'love', 'confidence', 'false', 'religious', 'teacher', 'broken', 'late', 'revolution', 'point', 'civil', 'religious_liberty', 'remark', 'miss', 'cora', 'osborne', 'immediately', 'following', 'elder', 'white', 'address', 'miss', 'osborne', 'engaged', 'mission', 'school_work', 'mexico', 'recently', 'began', 'servance', 'sabbath', 'invited', 'address', 'conference', 'spoke', 'substance', 'follows', 'conquest', 'cortez', 'standard', 'catholicism', 'firmly', 'planted', 'mexico', 'establishing', 'power', 'priesthood', 'recourse', 'bad', 'called', 'miracle', 'apparition', 'twelfth', 'december', 'anniversary', 'apparition', 'virgin', 'commemorate', 'magnificent', 'temple', 'built', 'foot', 'mountain', 'virgin', 'supposed', 'appeared', 'indian', 'year', 'ago', 'proposed', 'crown', 'virgin', 'anniversary', 'immense', 'sum', 'money', 'collected', 'great', 'preparation', 'government', 'interfered', 'public', 'procession', 'allowed', 'city', 'mexico', 'glad', 'government', 'interfere', 'planned', 'protestant', 'city', 'mexico', 'die', 'day', 'sunday', 'easter', 'palm', 'sunday', 'triumphal', 'entry', 'celebrated', 'following', 'tuesday', 'afternoon', 'church', 'block', 'mission', 'building', 'lottery', 'soul', 'price', 'ticket', 'person', 'drawing', 'fortunate', 'number', 'liberates', 'som', 'purgatory', 'friday', 'clock', 'crucifixion', 'celebrated', 'solemn', 'rite', 'figure', 'representing', 'thief', 'raised', 'cross', 'image', 'representing', 'christ', 'nailed', 'cross', 'amidst', 'lamentation', 'people', 'sunday', 'mexico', 'day', 'feasting', 'revelry', 'sunday', 'bull', 'fight', 'city', 'mexico', 'thirty', 'bull', 'killed', 'school_work', 'mexico', 'successful', 'parent', 'influenced', 'child', 'brought', 'church', 'organized', 'school', 'mexico', 'pupil', 'end', 'month', 'thirty', 'seven', 'end', 'year', 'seventy', 'glad', 'able', 'left', 'school', 'professing', 'christ', 'parent', 'bring', 'child', 'school', 'wishing', 'learn', 'english', 'taught', 'american', 'teacher', 'great', 'respect', 'wish', 'taught', 'religion', 'parish', 'priest', 'charge', 'religious_instruction', 'tell', 'shall', 'advantage', 'english', 'class', 'wish', 'join', 'bible', 'class', 'obliged', 'join', 'morning', 'new', 'child', 'come', 'school', 'devotional', 'exercise', 'place', 'finger', 'ear', 'bible', 'passed', 'leave', 'desk', 'interested', 'music', 'hymn', 'book', 'listen', 'carefully', 'singing', 'wish', 'taught', 'play', 'organ', 'week', 'usually', 'bible', 'turn', 'lesson', 'day', 'follow', 'clastas', 'read', 'recitation', 'class', 'repeat', 'text', 'time', 'interested', 'ask', 'bible', 'hymn', 'book', 'paper', 'read', 'tell', 'parent', 'ask', 'parent', 'allow', 'sunday', 'morning', 'church', 'hear', 'choir', 'sing', 'parent', 'tell', 'priestssay', 'moment', 'enter', 'protestant', 'church', 'fall', 'dead', 'run', 'away', 'service', 'return_home', 'report', 'injured', 'parent', 'induced', 'child', 'enter', 'church', 'inside', 'rest', 'easy', 'people', 'suffered', 'persecution', 'long', 'ago', 'worker', 'laboring', 'city', 'protestant', 'work', 'attacked', 'mob', 'spite', 'effort', 'authority', 'killed', 'week', 'complete', 'change', 'people', 'city', 'sent', 'petition', 'protestant', 'missionary', 'sent', 'protestant', 'favor', 'protestantism', 'town', 'missionary', 'wife', 'informed', 'mob', 'way', 'attack', 'engaged', 'prayer', 'earthquake', 'shock', 'came', 'strongest', 'experienced', 'convert', 'mission', 'came', 'tell', 'missionary', 'mob', 'knee', 'praying', 'mercy', 'house', 'missionary', 'city', 'injured', 'great', 'impression', 'city', 'people', 'thought', 'surely', 'lord', 'cared', 'mission', 'tell', 'interesting', 'thing', 'history', 'work', 'people', 'daut', 'time', 'pray', 'brought', 'study', 'people', 'feel', 'duty', 'privilege', 'carry', 'truth', 'christ_jesus', 'remark', 'miss', 'osborne', 'listened']
root - INFO - extracting file #19500: 2017-04-Final-Corpus/GCB18930303-V05-22-page7.txt
root - INFO - extracting file #20000: 2017-04-Final-Corpus/GCB18950304-V01-01ex19-page2.txt
root - INFO - ['general', 'conference', 'bulletin', 'christ', 'invite', 'come', 'unto', 'labor', 'heavy_laden', 'rest', 'yoke', 'learn', 'meek', 'lowly', 'heart', 'shall', 'rest_unto', 'soul', 'heed', 'invitation', 'yoke', 'christ', 'manifest', 'time', 'place', 'meekness', 'lowliness', 'christ', 'lord', 'stand', 'messenger', 'mouthpiece', 'mouthpiece', 'god', 'lip', 'human', 'word', 'majesty', 'heaven', 'utter', 'contending', 'devil', 'safety', 'receiving', 'divine', 'inspiration', 'heaven', 'qualify', 'men', 'laborer', 'christ', 'study', 'little', 'line', 'study', 'principle', 'power', 'right', 'previous', 'lesson', 'taken', 'possession', 'world', 'deceiving', 'bringing', 'power', 'possession', 'world', 'dominion', 'lord', 'god', 'heaven', 'propose', 'use', 'power', 'kind', 'force', 'dominion', 'satan', 'hand', 'true', 'unjustly', 'held', 'injustice', 'taking', 'god', 'way', 'working', 'studying', 'think', 'eternity', 'universe', 'god', 'rest', 'principle', 'self_sacrifice', 'support', 'stay', 'universe', 'principle', 'sacrificing', 'self', 'win', 'win', 'non', 'resistance', 'win', 'sheer', 'principle', 'power', 'right', 'hold', 'universe', 'consists', 'simply', 'gospel', 'plain', 'gospel', 'hold', 'universe', 'principle', 'gospel', 'hold', 'universe', 'principle', 'gospel', 'principle', 'sacrifice', 'jesus_christ', 'god', 'denying', 'giving', 'lord', 'recovering', 'lost', 'dominion', 'use', 'right', 'wanted', 'recover', 'dominion', 'mankind', 'went', 'way', 'satan', 'partisan', 'fairly', 'lost', 'man', 'regained', 'man', 'second', 'hebrew', 'began', 'study', 'jection', 'foot', 'subjection', 'world', 'way', 'left', 'thing', 'bat', 'jesus', 'worse', 'having', 'form', 'godliness', 'unto', 'angel', 'bath', 'subjection', 'world', 'come', 'whereof', 'speak', 'certain', 'place', 'testified', 'saying', 'man', 'thou', 'art', 'mindful', 'son', 'man', 'thou', 'visitest', 'thou', 'madest', 'little', 'lower', 'angel', 'thou', 'crownest', 'glory', 'honor', 'didst', 'set', 'work', 'thy', 'hand', 'thou', 'bast', 'thing', 'sub', 'worse', 'christ', 'born', 'jesus', 'place', 'man', 'man', 'god', 'subjection', 'angel', 'world', 'come', 'whereof', 'speak', 'subjection', 'man', 'jesus_christ', 'man', 'second', 'adam', 'man', 'lost', 'ant', 'man', 'regained', 'adam', 'lost', 'adam', 'regained', 'adam', 'regains', 'doe', 'place', 'adam', 'stood', 'lost', 'place', 'adam', 'descendant', 'reached', 'degeneracy', 'influence', 'power', 'sin', 'time', 'entered', 'field', 'contest', 'right', 'satan', 'mean', 'entered', 'field', 'open', 'bodily', 'contest', 'practically', 'entered', 'field', 'universe', 'man', 'sin', 'entered', 'taken', 'flesh', 'entered', 'actual', 'contest', 'came', 'world', 'human_flesh', 'lord', 'jesus', 'entered', 'open', 'field', 'contest', 'satan', 'human_flesh', 'point', 'human_flesh', 'reached', 'degeneracy', 'moment', 'born', 'world', 'weakness', 'human_nature', 'world', 'came', 'flesh', 'fought', 'battle', 'human_nature', 'weaker', 'world', 'worse', 'human_nature', 'reach', 'lower', 'condition', 'reached', 'jesus', 'christ', 'came', 'world', 'mean', 'human_nature', 'worse', 'stage', 'iniquity', 'professing', 'christianity', 'man', 'bejust', 'wickedness', 'world', 'christ', 'born', 'world', 'profession', 'christianity', 'doe', 'profession', 'principle', 'gospel', 'god', 'reach', 'man', 'lost', 'condition', 'gospel', 'save', 'let', 'man', 'profess', 'gospel', 'wickedness', 'use', 'profession', 'gospel', 'form', 'cloak', 'cover', 'wickedness', 'hand', 'god', 'mean', 'lord', 'saving', 'man', 'pervert', 'support', 'iniquity', 'worse', 'respect', 'cut', 'salvation', 'taking', 'god', 'mean', 'salvation', 'making', 'cloak', 'iniquity', 'support', 'wickedness', 'flesh', 'practical', 'fleshly', 'wickedness', 'greater', 'hypocrite', 'wicked', 'world', 'day']
root - INFO - extracting file #20500: 2017-04-Final-Corpus/GCB18990221-V08-05-page5.txt
root - INFO - extracting file #21000: 2017-04-Final-Corpus/GCB19010421-V04-01ex16-page19.txt
root - INFO - ['general_conference_bulletin', 'office', 'bat', 'preparatory', 'meeting', 'working', 'perfect', 'bar', 'seventh', 'day', 'adventist', 'work', 'come', 'conmony', 'way', 'criticism', 'sider', 'greatest', 'factor', 'branch', 'work', 'glory', 'office', 'moody', 'said', 'training', 'worker', 'thursthe', 'christian', 'help', 'band', 'good', 'deal', 'better', 'day', 'night', 'regularly', 'week', 'old', 'died', 'able', 'set', 'men', 'work', 'come', 'doctor', 'occupy', 'pulsome', 'place', 'work', 'men', 'pit', 'fact', 'time', 'read', 'report', 'handle', 'finance', 'treasurer', 'divide', 'time', 'meet', 'week', 'church', 'look', 'cent', 'drs', 'coolidge', 'buchanan', 'basement', 'church', 'come', 'form', 'collebtions', 'common', 'disgarments', 'poor', 'tithe', 'touch', 'eas', 'tell', 'know', 'plan', 'laid', 'aggressive_work', 'informs', 'frequently', 'symptom', 'talk', 'people', 'church', 'collect', 'hand', 'know', 'technical', 'term', 'popular', 'food', 'garment', 'tell', 'expenditure', 'arrange', 'talk', 'common', 'person', 'reall', 'know', 'run', 'debt', 'consequence', 'ceive', 'people', 'taught', 'common', 'bring', 'california', 'conference', 'simple_treatments', 'prayer_meeting', 'wednesday', 'night', 'cent', 'pay', 'church', 'poor', 'unfortunate', 'city', 'grain', 'sack', 'bread', 'brother', 'expenseg', 'city', 'san_francisco', 'need', 'help', 'able', 'proto', 'distribute', 'needed', 'corliss', 'sir', 'thing', 'kind', 'talk', 'adventist', 'good_people', 'work', 'reaching', 'lost', 'people', 'console', 'religion', 'world', 'man', 'hover', 'simply', 'preach', 'text', 'scripture', 'telling', 'old', 'committee', 'visit', 'old', 'church', 'depends', 'entirely', 'old_story', 'jesus_christ', 'tear', 'people', 'old', 'person', 'preaching', 'oar', 'church', 'doe', 'ran', 'face', 'addressed', 'church', 'regularly', 'church', 'work', 'begin', 'church', 'committee', 'visit', 'try', 'member', 'belong', 'receiving', 'ana', 'practicable', 'church', 'work', 'pastor', 'want', 'swer', 'seen', 'little', 'visit', 'sick', 'poor', 'people', 'discriminating', 'mind', 'church', 'great', 'time', 'contribute', 'regularly', 'poor', 'fund', 'talk', 'different', 'member', 'person', 'foot', 'committee', 'report', 'regular', 'church', 'know', 'indisure', 'appear', 'church', 'weekly', 'worker', 'meeting', 'little', 'vidual', 'fitted', 'believe', 'work', 'place', 'regular', 'sunday', 'seaman', 'home', 'sunday', 'fifth', 'sunday', 'come', 'leaf', 'sunday', 'distributed', 'pastor', 'city', 'preach', 'prophecy', 'nature', 'man', 'sabbath', 'question', 'having', 'passed', 'vicissitude', 'seafaring', 'life', 'talk', 'men', 'way', 'know', 'appreciate', 'position', 'point', 'christ', 'service', 'men', 'come', 'glad', 'let', 'know', 'benefited', 'meeting', 'jail', 'service', 'sunday', 'brother', 'lead', 'meeting', 'helping', 'hand', 'mission', 'attends', 'people', 'glad', 'work', 'taking', 'hold', 'thing', 'concerned', 'know', 'mind', 'proselyting', 'people', 'cure', 'way', 'people', 'instructed', 'soul', 'need', 'such_work', 'church', 'existence', 'hovering', 'hold', 'free', 'saymeeting', 'way', 'led', 'church', 'ing', 'word', 'religion', 'anysay', 'tell', 'seventh', 'day', 'printing', 'kind', 'watson', 'like', 'ask', 'count', 'kind', 'work', 'hardly', 'week', 'pass', 'grain', 'sack', 'loaf', 'bread', 'coming', 'prayer', 'regular', 'sabbath', 'congregation', 'people', 'service', 'own_people', 'thp', 'work', 'sary', 'engaged', 'church', 'doe', 'doctor', 'work', 'order', 'preserve', 'harmony', 'practice', 'city', 'come', 'unity', 'purpose', 'case', 'treat', 'charity', 'case', 'important_work', 'carry', 'order', 'intering', 'city', 'distributing', 'est', 'such_people', 'offer', 'provide', 'sign', 'time', 'pioneer', 'preacher', 'nurse', 'doctor', 'come', 'bring', 'report', 'meetto', 'sitting', 'ing', 'sign', 'sold', 'thursday', 'night', 'teaching', 'week', 'want', 'case', 'nurse', 'sign', 'time', 'medical', 'day', 'week', 'journal', 'printed', 'coast', 'pacific', 'charity', 'sake', 'love', 'health_journal', 'sister', 'reported', 'christ', 'individual', 'sale', 'fifty', 'sign', 'case', 'nurse', 'extreme', 'week', 'fifty', 'pacific', 'condition', 'health_journals', 'patient', 'think', 'seventhnot', 'know', 'know', 'day', 'adventist', 'christian', 'way', 'hold', 'nurse', 'doe', 'work', 'line', 'connected', 'branch', 'sanitarium', 'able', 'work', 'waiting', 'themeets', 'worker', 'council', 'conference', 'work', 'prof', 'link', 'unite', 'medworkers', 'come', 'meeting', 'week', 'ical', 'evangelical_work', 'city', 'good', 'fact', 'board', 'medical', 'instiglow', 'grace', 'smile', 'satisfactutions', 'church', 'hold', 'joint', 'tion', 'face', 'acknowlelse', 'plan', 'work', 'counsel', 'engaged', 'carrying', 'necesdone', 'strong', 'woman', 'physically', 'think', 'wonder', 'young_people', 'strong']
root - INFO - extracting file #21500: 2017-04-Final-Corpus/GCB19030414-V05-13-page22.txt
root - INFO - extracting file #22000: 2017-04-Final-Corpus/GCB19130521-V07-04-page14.txt
root - INFO - ['general_conference_bulletin', 'longer', 'course', 'parent', 'ficult', 'gained', 'success', 'year', 'year', 'educated', 'recognize', 'quantity', 'quality', 'message', 'demand', 'best', 'student', 'educated', 'consecrated', 'tal', 'class', 'year', 'conducted', 'ent', 'standard', 'seminary', 'russian', 'follows', 'reading', 'wriis', 'designed', 'maintain', 'ting', 'second', 'year', 'russian', 'gram', 'simon', 'president', 'work', 'russian', 'north', 'america', 'conradi', 'shall', 'listen', 'enrolment', 'year', 'eighteen', 'appear', 'later', 'issue', 'bul', 'letin', 'conclusion', 'professor', 'salisbury', 'excellent', 'report', 'hearty', 'amen', 'heard', 'congregation', 'conference', 'adjourned', 'conradi', 'chairman', 'spicer', 'seccretary', 'departmental', 'oleetitto', 'educational', 'department', 'meeting', 'educational', 'department', 'held', 'open', 'meeting', 'friday', 'salisbury', 'chairman', 'invited', 'educator', 'present', 'council', 'vote', 'extend', 'hearty', 'welcome', 'representative', 'abroad', 'brief', 'remark', 'head', 'leading', 'educational_institution', 'howell', 'elected', 'secretary', 'following', 'committee', 'appointed', 'plan', 'benson', 'olsen', 'machlan', 'cady', 'stone', 'certificate', 'lucas', 'derby', 'ruble', 'hiatt', 'sarah', 'peck', 'reading', 'course', 'lewis', 'osborne', 'myrta', 'kellogg', 'almetta', 'garrett', 'florence', 'howell', 'mmnie', 'hart', 'life', 'certificate', 'act', 'secretary', 'irwin', 'morrison', 'chairman', 'brief', 'address', 'expressed', 'satisfaction', 'arrangement', 'general_conference_committee', 'calling', 'professor', 'lewis', 'pacific_union_college', 'charge', 'fireside', 'correspondence', 'school', 'order', 'howell', 'able', 'whole_time', 'editing', 'educational', 'journal', 'attending', 'work', 'department', 'said', 'felt', 'free', 'urge', 'large_attendance', 'teacher', 'present', 'meeting', 'time', 'opportune', 'hoped', 'general_conference', 'action', 'present', 'session', 'permitting', 'holding', 'year', 'national', 'international', 'educational', 'convention', 'like', 'held', 'year', 'ago', 'berrien', 'spring', 'present', 'council', 'said', 'key', 'note', 'thoroughness', 'constructive', 'work', 'fear', 'god', 'past', 'year', 'year', 'rapid', 'growth', 'state', 'school', 'grown', 'rapidly', 'equipped', 'manned', 'church', 'school', 'sprung', 'rapidly', 'necessary', 'reconstruction', 'try', 'set', 'order', 'wanting', 'forward', 'educational', 'leader', 'world', 'awaking', 'need', 'combining', 'moral', 'intellecttial', 'training', 'stand', 'vital', 'mar', 'russian', 'english', 'grammar', 'old', 'tesof', 'need', 'baptism', 'holy', 'tament', 'history', 'new', 'testament', 'history', 'spirit', 'measure', 'god', 'study', 'conducted', 'direct', 'guide', 'effect', 'english', 'language', 'plan', 'school', 'met', 'drought', 'north', 'dakota', 'enrolment', 'development', 'short', 'statement', 'brother', 'olsen', 'consame', 'cerning', 'russian', 'work', 'north', 'summer', 'russian', 'student', 'american', 'foreign', 'department', 'canvassed', 'took', 'hun', 'olsen', 'received', 'letter', 'dred', 'dollar', 'worth', 'order', 'brother', 'burley', 'teacher', 'splendid_work', 'school', 'russian', 'department', 'sheyenne', 'attended', 'canvasser', 'institute', 'north', 'dakota', 'academy', 'held', 'school', 'expecting', 'taken', 'genenter', 'field', 'summer', 'eral', 'conference', 'brother', 'burley', 'student', 'ought', 'mishere', 'read', 'thought', 'sionary', 'field', 'summer', 'hope', 'congregation', 'glad', 'hear', 'sent', 'new', 'york', 'russian', 'work', 'place', 'north', 'america', 'olsen', 'reading', 'fourteen', 'year', 'ago', 'russian', 'russian', 'people', 'work', 'russian', 'brother', 'moved', 'baptist', 'commenced', 'leave', 'canada', 'good', 'mother', 'country', 'america', 'company', 'alberta', 'present_time', 'oppression', 'set', 'live', 'saskatchewan', 'tled', 'north', 'dakota', 'new', 'york', 'los', 'church', 'north', 'angeles', 'different_parts', 'canada', 'kota', 'drained', 'little', 'truth', 'people', 'velva', 'dak', 'held', 'spreading', 'russian', 'camp', 'meeting', 'seven', 'year', 'year', 'accepted', 'rusago', 'russian', 'came', 'sian', 'church', 'conference', 'camp', 'meeting', 'truth', 'sown', 'present_time', 'north', 'way', 'believe', 'dakota', 'company', 'started', 'sabbath', 'inviting', 'visit', 'went', 'home', 'commenced', 'member', 'belong', 'faith', 'work', 'own_people', 'year', 'brother', 'litwinenco', 'elder', 'great', 'stir', 'came', 'baptist', 'leer', 'visited', 'russian', 'church', 'concerning', 'day', 'spent', 'time', 'east', 'brother', 'took', 'notice', 'thousand', 'elder', 'wagner', 'brother', 'schwartz', 'truth', 'visited', 'elder', 'leer', 'working', 'russian', 'peo', 'hard', 'rusple', 'baptist', 'church', 'disciple', 'sian', 'people', 'slow', 'accept', 'new', 'religof', 'christ', 'christian_church', 'methions', 'nationality', 'odist', 'church', 'slavonic', 'people', 'russian', 'people', 'came', 'received', 'favorably', 'preach', 'north', 'dakota', 'conference', 'harvey', 'church', 'hope', 'year', 'discussing', 'brother', 'metropolis', 'comand', 'studying', 'come', 'mence', 'work', 'russian', 'peojoin', 'conference', 'ple', 'present_time', 'russian', 'people', 'early', 'believer', 'long', 'seventh', 'day', 'adventist', 'church', 'revival', 'began', 'north', 'south', 'dakota', 'canada', 'visited', 'elder', 'leer', 'encouraging', 'feature', 'committee', 'north', 'dakota', 'confer', 'russian', 'work', 'eager', 'ence', 'asked', 'elder', 'olsen', 'worker', 'gain', 'education', 'stufor', 'asked', 'dent', 'desirous', 'rework', 'college', 'view', 'turning', 'russia', 'work', 'year', 'russian', 'people', 'went', 'people', 'place', 'counto', 'camp', 'meeting', 'jamestown', 'try', 'difference', 'organization', 'russian', 'church', 'recommend', 'student', 'followed', 'elder', 'leer', 'wagner', 'faithfulness', 'prin', 'brother', 'litwinenco', 'went', 'ciples', 'truth', 'greatest', 'desire', 'second', 'year', 'eighteen', 'class', 'conducted', 'mentioned', 'addition', 'bible', 'doctrine', 'russian', 'grammar', 'study', 'english', 'language', 'church', 'summer', 'thirty', 'teacher', 'sheyenne', 'river', 'acadwere', 'baptized', 'company', 'emy', 'instil', 'truth', 'calling', 'denominational', 'organized', 'work', 'harmony', 'organization', 'school', 'come', 'rescue', 'encouraged', 'year', 'boy', 'girl', 'country', 'roman', 'sheyenne', 'river', 'academy', 'possibility', 'having', 'great', 'contro', 'catholic', 'hard', 'work', 'bring', 'fall', 'era', 'took', 'versy', 'translated', 'russian', 'lantheir', 'educational_institution', 'place', 'russian', 'work', 'russian', 'guage', 'department', 'sheyenne', 'river', 'acada', 'high_standard', 'protestant', 'youth', 'country', 'attracted', 'surely', 'possible', 'sergius', 'burley', 'emy', 'harvey', 'dak', 'opened', 'attendance', 'seven', 'conradi', 'glad', 'work', 'school', 'department', 'organized', 'preparelisten', 'report', 'thoroughly', 'intellectual', 'essential', 'report', 'secretary', 'general', 'true', 'principle', 'russian', 'worker', 'thousand', 'conference', 'educational', 'department', 'christian', 'education', 'russian', 'people', 'north', 'south', 'prof', 'salisbury', 'credit', 'way', 'steady', 'america', 'home', 'country', 'owing', 'lack', 'space', 'numgrowth', 'school', 'home', 'work', 'difber', 'professor', 'salisbury', 'report', 'foreign_fields', 'ought', 'source']
root - INFO - extracting file #22500: 2017-04-Final-Corpus/GCB19180408-V08-07-page4.txt
root - INFO - extracting file #23000: 2017-04-Final-Corpus/GH19020219-V04-07-page1.txt
root - INFO - ['vol', 'ado', 'eartb', 'peke', 'goob', 'towarb', 'men', 'jefferson', 'nashville', 'tenn', 'february', 'white', 'copy', 'ghtf', 'permission', 'calvary', 'manifest', 'god', 'given', 'power', 'release', 'murderous', 'throng', 'final', 'scene', 'reached', 'saw', 'thief', 'bound', 'cross', 'agony', 'suspense', 'endured', 'lie', 'given', 'life', 'lead', 'suffer', 'crucified', 'son', 'god', 'suffer', 'cruelly', 'slain', 'faith', 'messiah', 'saw', 'hand', 'stretched', 'cross', 'hand', 'reached', 'bless', 'suffering', 'hammer', 'nail', 'brought', 'spike', 'driven', 'tender', 'flesh', 'heart', 'broken', 'disciple', 'bore', 'cruel', 'scene', 'fainting', 'form', 'mother', 'jesus', 'saviour', 'murmur', 'complaint', 'face', 'remained', 'pale', 'serene', 'great', 'drop', 'sweat', 'stood', 'brow', 'disciple', 'fled', 'dreadful', 'scene', 'treading', 'wine', 'press', 'people', 'hint', 'isa', 'soldier', 'work', 'mind', 'jesus', 'passed', 'suffering', 'terrible', 'retribution', 'persecutor', 'day', 'meet', 'pitied', 'ignorance', 'prayed', 'father', 'forgive', 'know', 'christ', 'earning', 'right', 'advocate', 'men', 'father', 'presence', 'praye', 'enemy', 'embraced', 'world', 'took', 'sin', 'lived', 'live', 'beginning', 'world', 'end', 'time', 'sin', 'christ', 'wounded', 'afresh', 'lift', 'pierced', 'hand', 'father', 'throne', 'forgive', 'know', 'soon', 'christ', 'nailed', 'cross', 'lifted', 'strong_men', 'great', 'violence', 'thrust', 'place', 'prepared', 'caused', 'intense', 'suffering', 'son', 'god', 'pilate', 'wrote', 'inscription', 'latin', 'greek', 'hebrew', 'placed', 'cross', 'aboye', 'head', 'jesus', 'read', 'jesus', 'nazareth', 'king', 'jew', 'jew', 'requested', 'changed', 'chief_priests', 'said', 'writ', 'king', 'jew', 'said', 'king', 'jew', 'jesus', 'hurried', 'calvary', 'amid', 'shout', 'jeer', 'crowd', 'passed', 'gate', 'pilate', 'court', 'heavy', 'cross', 'prepared', 'barabbas', 'laid', 'bruised', 'bleeding', 'shoulder', 'cross', 'place', 'thief', 'suffer', 'death', 'time', 'jesus', 'load', 'heavy', 'saviour', 'weary', 'suffering', 'condition', 'gone', 'rod', 'fell', 'fainting', 'beneath', 'cross', 'revived', 'cross', 'placed', 'shoulder', 'staggered', 'step', 'fell', 'ground', 'lifeless', 'persecutor', 'realized', 'impossible', 'farther', 'burden', 'puzzled', 'carry', 'humiliating', 'load', 'came', 'opposite_direction', 'simon', 'cyrenian', 'soldier', 'seized', 'compelled', 'carry', 'cross', 'calvary', 'son', 'simon', 'disciple', 'jesus', 'accepted', 'saviour', 'simon', 'grateful', 'privilege', 'bearing', 'cross', 'redeemer', 'burden', 'forced', 'carry', 'mean', 'conversion', 'event', 'calvary', 'word', 'uttered', 'jesus', 'led', 'simon', 'accept', 'son', 'god', 'arriving', 'place', 'crucifixion', 'condemned', 'bound', 'instrument', 'torture', 'thief', 'wrestled', 'hand', 'stretched', 'cross', 'saviour', 'resistance', 'mother', 'jesus', 'followed', 'awful', 'journey', 'calvary', 'longed', 'minister', 'sank', 'exhausted', 'burden', 'allowed', 'written', 'written', 'john', 'privilege', 'step', 'wearisome', 'way', 'looked', 'soldier', 'divided', 'clothing', 'jesus', 'gar', 'darkness', 'aivary', 'pilate', 'angry', 'weakness', 'thoroughly', 'despised', 'jealous', 'wicked', 'ruler', 'answered']
root - INFO - extracting file #23500: 2017-04-Final-Corpus/GH19070901-V04-09-page2.txt
root - INFO - extracting file #24000: 2017-04-Final-Corpus/GH19140101-V10-01-page5.txt
root - INFO - ['young', 'people', 'column', 'egg', 'egg', 'lying', 'quiet', 'nest', 'egg', 'number', 'number', 'following', 'word', 'addressed', 'tired', 'lying', 'stupid', 'dull', 'tame', 'matter', 'approached', 'stupid', 'dislike', 'sir', 'truth', 'tell', 'wholly', 'gone', 'twould', 'pleds', 'high', 'bred', 'leghorn', 'egg', 'pedigree', 'associate', 'folk', 'think', 'poet', 'happened', 'heard', 'word', 'pride', 'egg', 'number', 'number', 'laid', 'looking', 'said', 'egg', 'egg', 'world', 'difference', 'sure', 'break', 'claim', 'tried', 'broke', 'shell', 'number', 'chicken', 'inside', 'broke', 'shell', 'number', 'good', 'quoth', 'better', 'cleaner', 'fresher', 'egg', 'wish', 'behold', 'said', 'test', 'past', 'boast', 'talk', 'worth', 'write', 'lie', 'said', 'tell', 'hearing', 'word', 'boast', 'speak', 'great_words', 'pride', 'best', 'test', 'look', 'inside', 'time', 'die', 'talk', 'biggest', 'fuss', 'like', 'number', 'biggest', 'mus', 'san', 'antonio', 'tex', 'work', 'onward', 'san', 'antonio', 'catholic', 'city', 'new', 'sabbath', 'keeper', 'wish', 'thankful', 'instrumental', 'causing', 'light', 'tithe', 'increasing', 'houston', 'sabbath', 'keeper', 'seen', 'good', 'continuing', 'light', 'affected', 'wife', 'brother', 'truth', 'fourteen', 'year', 'stood', 'outside', 'ark', 'thank', 'god', 'yielded', 'galveston', 'sister', 'work', 'alive', 'child', 'opening', 'way', 'aggressive_work', 'adult', 'class', 'inquiring', 'way', 'hope', 'able', 'hold', 'meeting', 'year', 'place', 'heard', 'message', 'planning', 'meeting', 'austin', 'capital_city', 'lone', 'sabbath', 'keeper', 'spreading', 'light', 'truth', 'year', 'place', 'awaiting', 'meeting', 'unable', 'greatest', 'need', 'help', 'need', 'lady', 'city_work', 'sell', 'magazine', 'win', 'confidence', 'people', 'truth', 'difficult', 'work', 'people', 'till', 'won', 'confidence', 'need', 'good', 'canvasser', 'territory', 'field', 'excellent', 'canvassing', 'colored', 'people', 'texas', 'usually', 'place', 'rent', 'leaf', 'free', 'use', 'money', 'wish', 'buy', 'book', 'proved', 'past', 'climate', 'water', 'good', 'glad', 'correspond', 'wish', 'actively', 'engaged', 'work', 'lord', 'difficulty', 'field', 'courage', 'good', 'bradford', 'wilmington', 'society', 'young', 'people', 'work', 'wilming', 'oton', 'moving', 'nicely', 'organization', 'society', 'member', 'canvassing', 'meeting', 'excellent_success', 'organization', 'year', 'old', 'grow', 'spiritually', 'intellectually', 'coming', 'lord', 'near', 'knowing', 'hasten', 'return', 'master', 'earth', 'courage', 'good', 'membership', 'meet', 'sabbath', 'afternoon', 'report', 'month', 'ending', 'september', 'number', 'missionary', 'letter', 'written', 'bible', 'reading', 'given', 'paper', 'given', 'away', 'book', 'loaned', 'tract', 'given', 'away', 'hour', 'christian', 'help', 'work', 'article', 'clothing', 'given', 'meal', 'provided', 'offering', 'local', 'work', 'number', 'treatment', 'given', 'number', 'brot', 'service', 'fannie', 'scott', 'president', 'rosie', 'long', 'secretary', 'negro', 'progress', 'itu', 'struggle', 'perseverance', 'faith', 'god', 'operation', 'best', 'white_people', 'north', 'south', 'american', 'negro', 'extraodinary', 'progress', 'economic', 'social', 'religious', 'fifty', 'year', 'freedom', 'conclusion', 'based', 'fact', 'clearly', 'presented', 'select', 'group', 'expert', 'education', 'social', 'progress', 'white', 'black', 'northerner', 'southerner', 'published', 'special_number', 'annals', 'academy', 'social', 'political', 'science', 'academy', 'secretary', 'lichtenberger', 'nation', 'rare', 'service', 'assembling', 'presenting', 'fact', 'busy', 'man', 'affair', 'education', 'legislation', 'business', 'student', 'education', 'sociology', 'bird', 'eye', 'view', 'intimate', 'knowledge', 'negro', 'business', 'activity', 'labour', 'condition', 'problem', 'affecting', 'common', 'welfare', 'white_people', 'south', 'negro', 'education', 'life', 'life', 'life', 'negro', 'progress', 'fifty', 'year', 'prove', 'valuable', 'handbook', 'information', 'source', 'encouragement', 'inspiration', 'men', 'woman', 'work', 'negro', 'negro', 'foreigner', 'wish', 'know', 'freedom', 'actually', 'meant', 'negro', 'southern', 'workman', 'gospel', 'heral', 'received', 'visit']
root - INFO - extracting file #24500: 2017-04-Final-Corpus/GH19191101-V13-11-page8.txt
root - INFO - extracting file #25000: 2017-04-Final-Corpus/GOH18990201-V03-02-page13.txt
root - INFO - ['farther', 'treat', 'intelligently', 'operate', 'god', 'bearing', 'message', 'work', 'cut', 'time', 'needed', 'law', 'life', 'health', 'trifled', 'human_being', 'appreciate', 'god', 'given', 'capability', 'required', 'study', 'obey', 'law', 'god', 'bring', 'body', 'intelligent', 'restraint', 'work', 'wise', 'neglect', 'jurisdiction', 'place', 'position', 'health', 'endangered', 'respect', 'care', 'physical', 'structure', 'best', 'advantage', 'sleeping', 'feel', 'indifferent', 'matter', 'eat', 'study', 'exercise', 'violently', 'hour', 'time', 'eat', 'regularly', 'nature', 'imposed', 'forgive', 'injury', 'wonderful', 'delicate', 'machinery', 'pale', 'weak', 'student', 'continual', 'reproach', 'health_reform', 'far', 'better', 'outdoors', 'work', 'soil', 'exercise', 'good', 'god', 'design', 'human', 'machinery', 'shall', 'regular', 'hour', 'working', 'regular', 'hour', 'eating', 'studying', 'exact', 'cost', 'article', 'food', 'providing', 'cheapest', 'kind', 'procure', 'article', 'best', 'making', 'steam', 'run', 'living', 'machinery', 'extravagance', 'providing', 'article', 'food', 'best', 'digest', 'send', 'vitality', 'living', 'organism', 'worker', 'worn', 'incapacitated', 'labor', 'respect', 'human_nature', 'sacrifice', 'calvary', 'christ', 'died', 'restore', 'corrupted', 'human_being', 'desire', 'look', 'live', 'student', 'think', 'fitting', 'lay', 'hold', 'carry', 'responsibility', 'distressing', 'failure', 'law', 'life', 'observed', 'helped', 'aided', 'accomplishment', 'different', 'result', 'disregarded', 'neglected', 'nature', 'abused', 'ill', 'treated', 'way', 'express', 'feeling', 'like', 'faithful', 'monitor', 'ache', 'pain', 'child', 'common', 'father', 'treated', 'ample', 'provision', 'lord', 'god', 'rule', 'heaven', 'man', 'shall', 'treated', 'machine', 'infinite', 'cost', 'god', 'provision', 'restore', 'moral', 'image', 'man', 'face', 'character', 'christ', 'discern', 'own_image', 'effaced', 'transgression', 'let', 'consider', 'possibility', 'probability', 'student', 'placed', 'teacher', 'instructed', 'cancer', 'meat', 'eating', 'david', 'paulson', 'read', 'healthful', 'living', 'par', 'cancer', 'tumor', 'inflammatory', 'disease', 'largely', 'caused', 'meat', 'eating', 'roger_williams', 'london', 'lancet', 'leading', 'medical_journal', 'england', 'date', 'aug', 'statistic', 'consumption', 'meat', 'year', 'increasing', 'leap', 'bound', 'till', 'reached', 'amazing', 'total', 'thirtyone', 'pound', 'head', 'year', 'double', 'half', 'century', 'ago', 'condition', 'life', 'compatible', 'high', 'feeding', 'cancer', 'caused', 'death', 'proportion', 'total', 'population', 'total', 'mortality', 'death', 'numbered', 'total', 'population', 'total', 'mortality', 'proportionate', 'mortality', 'cancer', 'half', 'time', 'greater', 'half', 'century', 'ago', 'word', 'fifty', 'year', 'ago', 'england', 'death', 'canoed', 'cancer', 'death', 'caused', 'cancer', 'eminent', 'authority', 'increase', 'cancer', 'kept', 'pace', 'year', 'year', 'increase', 'meat', 'consumption', 'verifying', 'exactly', 'statement', 'quoted', 'healthful', 'living', 'written', 'year', 'ago', 'point', 'waugh', 'noted', 'chicago', 'writer', 'medical', 'subject', 'december', 'medical', 'world', 'undoubted', 'connection', 'cancer', 'excessive', 'meat', 'eating', 'argument', 'favor', 'vegetarianism', 'theory', 'far', 'advanced', 'account', 'development', 'terrible', 'malady', 'backed', 'men', 'world', 'beginning', 'revealed', 'light', 'science', 'truth', 'god', 'gave', 'year', 'ago', 'time', 'people', 'god', 'decided', 'stand', 'meat', 'question', 'gospel', 'health']
root - INFO - extracting file #25500: 2017-04-Final-Corpus/GS18870815-V02-16-page1.txt
root - INFO - extracting file #26000: 2017-04-Final-Corpus/HM18900501-V02-05-page18.txt
root - INFO - ['home', 'missionary', 'canvasser', 'department', 'conducted', 'eldridge', 'hint', 'oanvassing', 'lack', 'space', 'month', 'prevented', 'saying', 'best', 'prescribed', 'canvas', 'fixed', 'mind', 'originality', 'good', 'case', 'emergency', 'canvasser', 'constantly', 'add', 'stock', 'original', 'idea', 'wide_awake', 'gather', 'source', 'experience', 'observation', 'confine', 'closely', 'canvas', 'learned', 'best', 'success', 'taking', 'order', 'leave', 'best', 'impression', 'usually', 'abundant', 'opportunity', 'draw', 'individual', 'resource', 'direct', 'canvas', 'given', 'advise', 'new', 'expression', 'committed', 'writing', 'studied', 'care', 'gramtnatical', 'strictly', 'truthful', 'incorpdrated', 'canvas', 'original', 'canvas', 'lie', 'frequently', 'reviewed', 'kept', 'distinctly', 'mind', 'canvasser', 'service', 'helper', 'educating', 'recruit', 'method', 'private', 'class', 'drill', 'mention', 'private', 'training', 'frequently', 'best', 'lose', 'time', 'waiting', 'convenient', 'organize', 'class', 'let', 'state_agent', 'appointed', 'helper', 'sit', 'learner', 'prospectus', 'hand', 'explain', 'portion', 'canvas', 'idea', 'fully', 'comprehended', 'let', 'repeat', 'sentence', 'applying', 'book', 'pause', 'learner', 'repeat', 'treat', 'portion', 'way', 'afterward', 'recite', 'advancing', 'reviewing', 'good', 'lesson', 'gone', 'fixed', 'mind', 'opportunity', 'given', 'study', 'uext', 'interview', 'lesson', 'reviewed', 'lesson', 'explained', 'partly', 'learned', 'assigned', 'study', 'entire', 'canvas', 'learned', 'practical_instruction', 'given', 'concerning', 'principle', 'method', 'rule', 'business', 'circumstance', 'permit', 'beginner', 'associated', 'experience', 'field', 'house', 'witness', 'actual', 'work', 'canvassing', 'little', 'canvassing', 'invite', 'friendly', 'criticism', 'companion', 'worker', 'continued', 'able', 'work', 'small', 'class', 'gathered', 'circle', 'instructor', 'portion', 'canvas', 'repeat', 'circle', 'portion', 'sent', 'canvassing', 'neighbor', 'instructor', 'prompting', 'correcting', 'case', 'require', 'giving', 'special_attention', 'manner', 'holding', 'prospectus', 'applying', 'canvas', 'taught', 'point', 'read', 'attention', 'look', 'customer', 'appear', 'natural', 'large_classes', 'repeat', 'canvas', 'concert', 'instructor', 'imitate', 'example', 'applying', 'prospectus', 'best', 'separate', 'study', 'meet', 'formed', 'class', 'right', 'case', 'instructed', 'canvas', 'left', 'left', 'work', 'prompting', 'correcting', 'begin', 'work', 'simultaneously', 'stroke', 'bell', 'right', 'gone', 'time', 'change', 'place', 'left', 'let', 'movement', 'governed', 'signal', 'avoid', 'confusion', 'time', 'large_class', 'formed', 'smaller', 'circle', 'drill', 'private', 'training', 'shall', 'entire', 'canvas', 'helped', 'regard', 'personal', 'defect', 'need', 'correcting', 'help', 'field', 'spoken', 'trained', 'general', 'instruction', 'given', 'connection', 'class', 'drill', 'special', 'religious_exercises', 'revived', 'strengthened', 'prepared', 'endure', 'hardness', 'good', 'soldier', 'jesus_christ', 'excellent', 'plan', 'convention', 'old', 'canvasser', 'time', 'relate', 'experience', 'benefit', 'recruit', 'assist', 'various_ways', 'valuable_instruction', 'given', 'mean', 'question', 'answer', 'care', 'exercised', 'dwell', 'knotty', 'question', 'objection', 'tend', 'discourage', 'uninitiated', 'better', 'teach', 'expect', 'opposition', 'looking', 'imaginary', 'difficulty', 'apt', 'prove', 'real', 'apprehension', 'source', 'weakness', 'teach', 'work', 'faith', 'responsive', 'exercise', 'record', 'attendance', 'kept', 'convention', 'institute', 'insure', 'regularity', 'promptness', 'placed', 'record', 'numbered', 'order', 'given', 'signal', 'turn', 'speak', 'number', 'instructor', 'speaking', 'number', 'absent', 'member', 'method', 'consumes', 'little', 'time', 'consequently', 'doe', 'place', 'conducive', 'good_order', 'discipline', 'close', 'attention', 'roll', 'called', 'opening', 'meeting', 'class_work', 'meeting', 'religious_exercises', 'formal', 'meeting', 'convention', 'day', 'manager', 'speak', 'number']
root - INFO - extracting file #26500: 2017-04-Final-Corpus/HM18911001-V03-10-page7.txt
root - INFO - extracting file #27000: 2017-04-Final-Corpus/HM18930701-V05-06-page22.txt
root - INFO - ['home', 'missionary', 'july', 'consider', 'situation', 'cause', 'varied', 'result', 'secured', 'canvas', 'personal', 'appearance', 'manner', 'canvasser', 'favorable', 'unfavorable', 'individual', 'canvassed', 'people', 'differ', 'like', 'dislike', 'person', 'favor', 'disfavor', 'people', 'equal', 'merit', 'undoubtedly', 'variation', 'canvas', 'proper', 'given', 'worked', 'variation', 'occurred', 'matter', 'clearness', 'force', 'argument', 'arrangement', 'presentation', 'topic', 'particular', 'point', 'emphasized', 'tone', 'voice', 'general', 'demeanor', 'manifested', 'vigor', 'manner', 'extent', 'divine', 'aid', 'mood', 'surrounding', 'circumstance', 'condition', 'individual', 'canvassed', 'favorable', 'unfavorable', 'specified', 'temperament', 'condition', 'leisure', 'state', 'finance', 'future', 'prospect', 'influence', 'associate', 'nature', 'theme', 'occupied', 'attention', 'time', 'day', 'occupation', 'engaged', 'weather', 'subject', 'change', 'canvas', 'fail', 'forenoon', 'succeed', 'afternoon', 'certain', 'interval', 'day', 'week', 'month', 'bring', 'change', 'render', 'prospect', 'encouraging', 'securing', 'order', 'declined', 'undoubtedly', 'home', 'canvas', 'canvasser', 'failed', 'moved', 'locality', 'canvas', 'cause', 'result', 'number', 'probable', 'patron', 'manifest', 'operating', 'cause', 'subject', 'varied', 'change', 'confined', 'experience', 'canvasser', 'change', 'numerous', 'canvasser', 'taken', 'account', 'canvasser', 'recanvass', 'territory', 'soon', 'canvas', 'secure', 'good_results', 'better', 'canvasser', 'follow', 'soon', 'subsequent', 'time', 'practically', 'variation', 'success', 'instance', 'come', 'writer', 'observation', 'canvasser', 'making', 'canvas', 'territory', 'time', 'month', 'securing', 'better', 'result', 'case', 'canvasser', 'followed', 'day', 'better', 'success', 'experienced', 'liberty', 'dreamed', 'eternal', 'vigilance', 'price', 'liberty', 'person', 'learned', 'golden_rule', 'inalienable_rights', 'men', 'nowadays', 'think', 'inalienable_rights', 'endowed', 'creator', 'belongs', 'government', 'majority', 'decide', 'right', 'majority', 'christian', 'think', 'right', 'conscience', 'conscience', 'harmony', 'ready', 'customer', 'republic', 'book', 'heard', 'lecture', 'religious', 'liberty', 'read', 'sentinel', 'similar', 'publication', 'good_book', 'teach', 'instruction', 'given', 'line', 'line', 'precept', 'precept', 'forcibly', 'impressed', 'truth', 'canvassing', 'republic', 'burdick', 'value', 'good_book', 'read', 'value', 'good_book', 'weigh', 'good', 'people', 'placing', 'book', 'containing', 'present_truth', 'home', 'cheerfully', 'good_work', 'good', 'library', 'contains', 'infinite', 'rich', 'little', 'room', 'marlowe', 'reading', 'mind', 'exercise', 'body', 'steele', 'greatest', 'public', 'benefactor', 'man', 'sell', 'good_book', 'gladstone', 'entertainment', 'cheap', 'reading', 'pleasure', 'lasting', 'lady', 'montague', 'known', 'world', 'excepting', 'savage', 'nation', 'governed', 'book', 'voltaire', 'prefer', 'knowledge', 'wealth', 'transitory', 'perpetual', 'socrates', 'foundation', 'knowledge', 'laid', 'reading', 'ben', 'janson', 'precious', 'good_book', 'milton', 'love', 'literature', 'awakens', 'faculty', 'refines', 'sentiment', 'elevates', 'emotion', 'morley', 'book', 'god', 'greatest', 'best', 'gift', 'unto', 'men', 'man', 'fond', 'book', 'usually', 'man', 'lofty', 'thought', 'elevated', 'opinion', 'dawson', 'amusement', 'possibly', 'imagined', 'hard', 'working', 'man', 'daily', 'toil', 'like', 'reading', 'entertaining', 'book', 'herschel', 'alwsys', 'feel', 'like', 'lifting', 'hat', 'book', 'agent', 'good', 'hope', 'talmage', 'calling', 'occupation', 'honorable', 'beneficial', 'mankind', 'business', 'selling', 'good_book', 'spurgeon', 'best', 'book', 'great_men', 'talk', 'precious', 'thought', 'pour', 'soul', 'channing', 'book', 'legacy', 'great', 'genius', 'leaf', 'mankind', 'addison', 'man', 'right', 'bring', 'child', 'surrounding', 'book', 'great', 'wrong', 'family', 'love', 'knowledge', 'young', 'mind', 'warrant', 'inferior', 'excitement', 'passion', 'vice', 'child', 'learn', 'presence', 'book', 'library', 'luxury', 'blessing', 'life', 'henny', 'ward', 'beecher', 'continued', 'morse', 'paving', 'way', 'person', 'heard', 'bible', 'christian_church', 'hard', 'task', 'sell', 'bible_readings', 'great', 'controversy', 'likewise', 'difficult', 'sell', 'republic', 'person', 'instructed', 'infancy', 'united', 'state', 'america', 'synonym', 'civil', 'religious']
root - INFO - extracting file #27500: 2017-04-Final-Corpus/HM18941201-V06-12e-page12.txt
root - INFO - extracting file #28000: 2017-04-Final-Corpus/HM18960801-V08-08-page23.txt
root - INFO - ['avoided', 'person', 'come', 'balanced', 'tendency', 'present_age', 'said', 'work', 'woman', 'anciently', 'modern_times', 'special', 'need', 'tell', 'obtain', 'needed', 'rest', 'firand', 'trunk', 'railway', 'laboring', 'state', 'object', 'period', 'recreation', 'tell', 'profitable', 'kress', 'macgregor', 'met', 'great', 'scotch', 'city', 'fame', 'adorns', 'little', 'girl', 'carrying', 'arm', 'baby', 'large', 'fairly', 'staggered', 'weight', 'baby', 'heavy', 'isn', 'dear', 'said', 'doctor', 'replied', 'winsome', 'bairn', 'isn', 'heavy', 'brother', 'missionary', 'burden', 'gone', 'human', 'brotherhood', 'recalled', 'self', 'cted', 'life', 'short', 'time', 'gladdening', 'heart', 'traveling', 'dark', 'journey', 'swift', 'love', 'haste', 'kind', 'amiel', 'battle', 'creek', 'sanitarium', 'health', 'food', 'the_home_missionary', 'occasionally', 'chicagg', 'valparaiso', 'chicago', 'grand', 'trunk', 'division', 'time', 'table', 'effect', 'march', 'going', 'east', 'read', 'mail', 'south_bend', 'cassopolis', 'schoolcraft', 'vicksburg', 'battle', 'creek', 'mall', 'day', 'toronto', 'montreal', 'iliad', 'pas', 'lit', 'station', 'going', 'west', 'read', 'lansing', 'durand', 'flint', 'lapeer', 'imlay', 'city', 'tunnel', 'detroit', 'boston', 'ampm', 'susp', 'bridge', 'uffalo', 'pill', 'meal', 'served', 'train', 'chicago', 'grand', 'trunk', 'dining', 'car', 'lparaiso', 'accommodation', 'daily', 'sunday', 'way', 'freight', 'leave', 'nichols', 'eastward', 'battle', 'creek', 'westward', 'new', 'york', 'boston', 'sixteen', 'year', 'battle', 'creek_sanitarium', 'maintained', 'health', 'food', 'department', 'benefit', 'patient', 'patron', 'later', 'dozen', 'year', 'increased', 'facility', 'supply', 'general_public', 'oatmeal', 'biscuit', 'rye', 'wafer', 'medium', 'oatmeal', 'cracker', 'fruit', 'cracker', 'carbon', 'cracker', 'plain', 'oatmeal', 'cracker', 'graham', 'cracker', 'graham', 'cracker', 'avenola', 'granola', 'plain', 'graham', 'cracker', 'dyspeptic', 'wheat', 'granola', 'white', 'cracker', 'wheat', 'wafer', 'gluten', 'biscuit', 'gluten', 'biscuit', 'gluten', 'wafer', 'infant', 'food', 'irr', 'pictleilac', 'certifies', 'battle', 'creek_sanitarium', 'health', 'food', 'manufactured', 'sanitarium', 'business', 'sanitarium', 'food', 'direction', 'supervision', 'granola', 'special', 'food', 'manufactured', 'company', 'sold', 'firm', 'person', 'duly', 'authorized', 'agent', 'kellogg', 'good', 'shipped', 'world', 'australia', 'new', 'zealand', 'india', 'persia', 'foreign_country', 'united', 'state', 'instance', 'demonstrated', 'wonderful', 'keeping', 'property', 'following', 'sample', 'testimonial', 'received', 'person', 'year', 'use', 'food', 'health', 'food', 'family', 'year', 'having', 'troubled', 'dyspepsia', 'chronic', 'inflammation', 'stomach', 'granola', 'avenola', 'wheatena', 'gluten', 'food', 'eat', 'safety', 'mbrwin', 'constantly', 'improving', 'food', 'adding', 'list', 'result', 'experimental', 'research', 'conducted', 'sanitarium', 'laboratory', 'hygiene', 'experimental', 'kitchen', 'latest', 'descriptive', 'circular', 'price', 'list', 'address', 'sanitarium', 'health', 'food', 'battle', 'creek', 'mich', 'train', 'run', 'daily', 'daily', 'sunday', 'stop', 'signal', 'mcintyre', 'ant', 'supt', 'rattle', 'creek', 'parker', 'pas', 'agent', 'rattle', 'creek']
root - INFO - extracting file #28500: 2017-04-Final-Corpus/HR18670301-V01-08-page1.txt
root - INFO - extracting file #29000: 2017-04-Final-Corpus/HR18690501-V03-11-page24.txt
root - INFO - ['drug', 'practice', 'ardent', 'lover', 'hyman', 'home', 'situated', 'eastern', 'slope', 'cushof', 'true', 'healing', 'art', 'faith', 'tell', 'cure', 'ion', 'mountain', 'mile', 'station', 'weruersville', 'sick', 'poison', 'drug', 'hygeia', 'lebanon', 'valley', 'railroad', 'mile', 'city', 'readenthroned', 'ilygeian', 'home', 'law', 'teach', 'ing', 'easy', 'access', 'railroad', 'parte', 'obey', 'smith', 'united', 'state', 'successful', 'practitioner', 'climate', 'water', 'cure', 'sixteen_years', 'surgeon', 'mild', 'pleasant', 'air', 'pure', 'bracing', 'gen', 'palmer', 'said', 'regard', 'purity', 'water', 'beauty', 'scenery', 'tituly', 'grand', 'delightful', 'having', 'location', 'grandeur', 'scenery', 'completeness', 'bathing', 'view', 'blue', 'mountain', 'delaware', 'water', 'facility', 'pnre', 'bracing', 'air', 'mild', 'climate', 'perfect', 'gap', 'west', 'harrisburg', 'distance', 'home', 'comfort', 'use', 'electrical', 'bath', 'swedish', 'stile', 'overlooking', 'lebanon', 'valley', 'city', 'reading', 'movement', 'cure', 'light', 'gymnastics', 'ccrabining', 'numerous', 'village', 'finest', 'fruit', 'grain', 'growing', 'natural', 'agent', 'great', 'experience', 'heeling', 'district', 'state', 'walk', 'ramble', 'dry', 'sick', 'hygeian', 'home', 'stand', 'preeminently', 'superior', 'smith', 'water', 'cure', 'dean', 'extending', 'mile', 'direction', 'eaa', 'desired', 'grove', 'sun', 'shade', 'building', 'new', 'bath', 'room', 'large', 'airy', 'supplied', 'abundance', 'pure', 'soft', 'water', 'hot', 'cold', 'health', 'institution', 'female', 'department', 'charge', 'smith', 'miss', 'draper', 'place', 'care', 'feel', 'assured', 'professional', 'skill', 'personal', 'kindness', 'accomplish', 'aid', 'recovery', 'health', 'term', 'reasonable', 'home', 'comfort', 'great', 'respect', 'hygeian', 'home', 'class', 'cure', 'route', 'come', 'harrisburg', 'reading', 'wernersville', 'lebanon', 'valley', 'railroad', 'address', 'letter', 'hygienic', 'movement', 'institute', 'paul', 'minnesota', 'tho', 'deering', 'surgeon', 'physician', 'ellen', 'goodell', 'smith', 'physician', 'proprieters', 'pleasure', 'announcing', 'secured', 'service', 'surgeon', 'physician', 'house', 'new', 'large', 'room', 'capable', 'acommod', 'tine', 'patient', 'beautifully', 'located', 'bluff', 'overlooking', 'mississippi', 'home', 'comfort', 'unsurpassed', 'climate', 'known', 'great', 'resort', 'invalid', 'suffering', 'manifold', 'form', 'disease', 'scenery', 'section', 'unsurpassed', 'magnificence', 'patient', 'direct', 'personal', 'supervision', 'physician', 'lecture', 'topic', 'relating', 'attainment', 'lied', 'preservation', 'health', 'paramount', 'importance', 'fall', 'winter', 'season', 'regard', 'best', 'treatment', 'special_attention', 'surgery', 'surgical', 'disease', 'business', 'communication', 'addressed', 'institute', 'professional', 'correspondence', 'physician', 'box', 'send', 'stamp', 'circular', 'jaycox', 'hygienic', 'physician', 'clarinda', 'iowa', 'economy', 'wealth', 'franklin', 'people', 'pay', 'sewing', 'machine', 'buy', 'better', 'practical', 'purpose', 'regardless', 'report', 'contrary', 'subscriber', 'wish', 'inform', 'army', 'friend', 'frame', 'lin', 'dtestoxn', 'machine', 'quantity', 'class', 'standard', 'machine', 'established', 'ation', 'double', 'thread', 'complete', 'table', 'catalogue', 'cheap', 'single', 'thread', 'hand', 'machine', 'constructed', 'entirely', 'new', 'improved', 'principle', 'doe', 'infringe', 'world', 'warranted', 'year', 'emphatically', 'poor', 'woman', 'friend', 'mare', 'patron', 'testify', 'machine', 'excel', 'defy', 'competition', 'merit', 'price', 'fiar', 'agent', 'wanted', 'machine', 'sent', 'trial', 'given', 'away', 'family', 'needy', 'deserving', 'circular', 'testimonial', 'reduced', 'price', 'address', 'ottis', 'machine', 'broker', 'care', 'box', 'boston', 'mass', 'wernersville', 'bet', 'agent', 'wanted', 'day', 'map', 'patent', 'revolving', 'rouble', 'nap', 'continent', 'america', 'europe', 'america', 'united', 'state', 'portion', 'immense', 'scale', 'colored', 'county', 'great', 'map', 'completed', 'inch', 'large', 'place', 'importance', 'railroad', 'date', 'latest', 'alteration', 'van', 'hawse', 'state', 'nap', 'needed', 'school', 'end', 'family', 'land', 'occupy', 'space', 'map', 'mean', 'reverser', 'hrown', 'brought', 'level', 'eye', 'county', 'right', 'large', 'discount', 'given', 'good', 'agent', 'apply', 'circular', 'term', 'send', 'money', 'sample', 'map', 'sold', 'taken', 'demand', 'lloyd', 'cortlandt', 'street', 'city', 'bakery', 'battle', 'creek', 'mich', 'subscriber', 'announce', 'prepared', 'furnish', 'good', 'reliable', 'article', 'graham', 'flour', 'best', 'white', 'winter', 'wheat', 'graham', 'cracker', 'water', 'milk', 'best', 'material', 'price', 'graham', 'flour', 'barrel', 'milk', 'cracker', 'tie', 'water', 'cracker', 'leavened', 'unleavened', 'eta', 'price', 'article', 'delivered', 'bakery', 'car', 'battle', 'creek', 'case', 'cash', 'accompany', 'order', 'address', 'booth', 'box', 'battle', 'creek', 'mich']
root - INFO - extracting file #29500: 2017-04-Final-Corpus/HR18710401-V05-10-page28.txt
root - INFO - extracting file #30000: 2017-04-Final-Corpus/HR18720801-V07-08-page17.txt
root - INFO - ['stagger', 'credulity', 'fact', 'stubborn', 'thing', 'oftentimes', 'mind', 'bran', 'dreamed', 'disciple', 'paracelsus', 'old', 'school', 'great', 'pretentions', 'wisdom', 'ignorant', 'principle', 'maintain', 'health', 'flower', 'stimulant', 'nature', 'kindly', 'guard', 'harm', 'diminishing', 'enjoyment', 'approach', 'excess', 'food', 'palatable', 'tasteless', 'exercise', 'pleasure', 'wearisome', 'wakefulness', 'succeeded', 'desire', 'sleep', 'law', 'protects', 'harm', 'flattering', 'stimulant', 'step', 'appetite', 'unpalatable', 'food', 'goad', 'energy', 'weary', 'banish', 'desire', 'sleep', 'giving', 'unrestricted', 'license', 'excess', 'department', 'nature', 'evil', 'resulted', 'use', 'sufficient_reason', 'condemned', 'afford', 'cast', 'aside', 'guarding', 'guiding', 'hand', 'creator', 'wisely', 'given', 'lead', 'physical', 'moral', 'rectitude', 'god', 'law', 'written', 'inspiration', 'sin', 'efface', 'inspiration', 'nature', 'add', 'detract', 'sacred', 'page', 'doubtless', 'willing', 'condemn', 'stimulant', 'general', 'exception', 'favor', 'particular', 'stimulant', 'known', 'hall', 'such_thing', 'good', 'stimulant', 'best', 'stimulant', 'stimulant', 'bad', 'stimulant', 'poison', 'stimulate', 'mean', 'goad', 'excite', 'alcohol', 'stimulant', 'taken', 'vital', 'power', 'recognize', 'poison', 'resist', 'sufficient', 'force', 'expel', 'vital', 'domain', 'action', 'stimulation', 'poisoning', 'best', 'poison', 'best', 'stimulant', 'use', 'stimulant', 'like', 'tea', 'spice', 'common', 'advocate', 'strictest', 'temperance', 'regard', 'alcohol', 'excuse', 'tea', 'nutritious', 'people', 'pay', 'dollar', 'pound', 'tea', 'flour', 'cent', 'account', 'nutritive', 'quality', 'existing', 'dried', 'leaf', 'buy', 'contains', 'good', 'viz', 'stimulating', 'quality', 'belief', 'universal', 'stimulant', 'kind', 'necessary', 'health', 'vigor', 'hygienist', 'live', 'regarded', 'fanatic', 'people', 'come', 'believe', 'human_system', 'sustained', 'simple', 'food', 'drink', 'teach', 'temperance', 'worst', 'stimulant', 'narcotic', 'like', 'alcohol', 'tobacco', 'opium', 'seed', 'falling', 'barren', 'stony', 'ground', 'wayside', 'volume', 'trace', 'different_ways', 'stimulant', 'encourage', 'vice', 'lay', 'foundation', 'crime', 'known', 'men', 'light', 'view', 'effect', 'consider', 'unmitigated', 'curse', 'mankind', 'hardy', 'hygeian', 'home', 'concord', 'potato', 'bug', 'poison', 'poison', 'rid', 'vine', 'pest', 'colorado', 'potato', 'bug', 'think', 'leaf', 'lung', 'plant', 'great', 'deal', 'nourishment', 'taken', 'leaf', 'case', 'bug', 'injure', 'potato', 'eating', 'leaf', 'prove', 'fully', 'earth', 'box', 'weighed', 'young', 'plant', 'set', 'box', 'plant', 'attained', 'size', 'weight', 'pound', 'removed', 'box', 'earth', 'weighed', 'showed', 'deficit', 'grain', 'weight', 'proving', 'nourishment', 'plant', 'derived', 'air', 'leaf', 'heavy', 'dew', 'fall', 'night', 'taken', 'circulation', 'plant', 'leaf', 'plant', 'invigorated', 'way', 'hour', 'shower', 'paris', 'green', 'principal', 'ingredient', 'arsenic', 'poison', 'leaf', 'certainly', 'taken', 'circulation', 'plant', 'portion', 'lodge', 'potato', 'danger', 'seen', 'account', 'person', 'inhaled', 'poison', 'sprinkling', 'vine', 'ruining', 'health', 'causing', 'death', 'eaten', 'potato', 'perceive', 'immediately', 'perceptible', 'injury', 'said', 'injures', 'arsenic', 'taken', 'small_quantities', 'long_time', 'produce', 'death', 'agree', 'injurious', 'shall', 'bug', 'come', 'spring', 'kept', 'paying', 'little', 'attention', 'picking', 'day', 'destroying', 'egg', 'leaf', 'mean', 'start', 'send', 'boy', 'field', 'pan', 'stick', 'holding', 'pan', 'vine', 'rapping', 'stick', 'bug', 'drop', 'pan', 'destroyed', 'following', 'plan', 'day', 'vine', 'entirely', 'rid', 'gathered', 'pint', 'minute', 'plenty', 'white', 'health', 'reformer']
root - INFO - extracting file #30500: 2017-04-Final-Corpus/HR18731201-V08-12-page6.txt
root - INFO - extracting file #31000: 2017-04-Final-Corpus/HR18750401-V10-04-page24.txt
root - INFO - ['the_health_reformer', 'usually', 'great_demand', 'vegetable', 'small', 'fruit', 'surely', 'farmer', 'lay', 'good', 'stock', 'own_use', 'canning', 'drying', 'small', 'proportion', 'corn', 'annually', 'raised', 'country', 'manufacture', 'liquor', 'barley', 'rye', 'excellent', 'bread', 'properly', 'prepared', 'eaten', 'form', 'right', 'wrong', 'person', 'raise', 'sell', 'use', 'question', 'individual', 'decide', 'agree', 'denouncing', 'tobacco', 'raising', 'consider', 'inconsistent', 'raise', 'sell', 'hop', 'reformer', 'discontinued', 'raising', 'pork', 'entertain', 'opinion', 'raising', 'kind', 'live', 'stock', 'view', 'selling', 'killed', 'food', 'respect', 'open', 'objection', 'hope', 'hear', 'friend', 'subject', 'conservatism', 'refined', 'tenacity', 'people', 'adhere', 'custom', 'absolutely', 'astounding', 'infer', 'disposition', 'natural', 'acquired', 'fall', 'short', 'explaining', 'downright', 'obstinacy', 'believe', 'machine', 'mere', 'automaton', 'thought', 'reason', 'escape', 'marvel', 'year', 'ago', 'read', 'article', 'atlantic', 'monthly', 'indicating', 'profoundness', 'discrimination', 'going', 'human_family', 'lunatic', 'adopt', 'theory', 'wonder', 'diminished', 'seeing', 'person', 'life', 'adhering', 'conduct', 'silly', 'unreasonable', 'thing', 'good', 'mass', 'soon', 'tire', 'turn', 'away', 'thing', 'bad', 'poor', 'humanity', 'seldom', 'wearies', 'deference', 'liberal', 'view', 'modern', 'scientist', 'heavy', 'conservatism', 'gravitates', 'orthodoxy', 'total', 'depravity', 'week', 'pleasure', 'hygienic', 'interview', 'clergyman', 'wife', 'position', 'association', 'raise', 'average', 'intelligence', 'progress', 'health', 'advised', 'discontinue', 'use', 'tea', 'coffee', 'butter', 'lard', 'condiment', 'usually', 'called', 'seasoning', 'apparent', 'astonishment', 'exclaimed', 'cook', 'bean', 'cabbage', 'such_things', 'pork', 'salt', 'replied', 'thought', 'vegetable', 'cooked', 'salt', 'pork', 'said', 'boil', 'thing', 'cooked', 'insisting', 'cooked', 'salt', 'salt', 'grease', 'grease', 'failed', 'consent', 'theory', 'till', 'husband', 'sided', 'skepticism', 'expected', 'knew', 'bean', 'cabbage', 'potato', 'vegetable', 'use', 'possibly', 'eaten', 'seasoned', 'salt', 'pork', 'pepper', 'telling', 'learned', 'relish', 'unwholesome', 'condiment', 'little', 'way', 'convincing', 'persuading', 'change', 'bad', 'living', 'good', 'indispensable', 'process', 'restoring', 'shattered', 'constitution', 'prolonging', 'life', 'persisted', 'impossible', 'live', 'diet', 'killing', 'morning', 'lady', 'bread', 'insisted', 'coarse', 'unbolted', 'wheat', 'meal', 'fine', 'white', 'flour', 'stick', 'vain', 'insist', 'gem', 'iron', 'hold', 'dough', 'till', 'hot', 'oven', 'baked', 'foreign', 'substance', 'introduced', 'better', 'asked', 'inflexible', 'conservative', 'salt', 'pepper', 'apple', 'peach', 'fruit', 'received', 'answer', 'need', 'ask', 'relish', 'butter', 'salt', 'course', 'answer', 'butter', 'come', 'cream', 'ask', 'salt', 'salt', 'bring', 'mind', 'large', 'fossilized', 'class', 'realize', 'habit', 'reason', 'science', 'changed', 'acknowledged', 'wrong', 'toleration', 'measure', 'long', 'bad', 'habit', 'drag', 'reason', 'abnormal', 'level', 'kept', 'total', 'depravity', 'dogma', 'atlantic', 'writer', 'wholesale', 'lunacy', 'hammond', 'nearly', 'century', 'ago', 'founded', 'cincinnati', 'gazette', 'time', 'overtaken', 'fault', 'inebriety', 'issue', 'paper', 'appear', 'leader', 'temperance', 'rallied', 'inconsistency', 'convivial', 'friend', 'reply', 'body', 'reel', 'strong_drink', 'bad', 'bad', 'beseech', 'said', 'allow', 'principle', 'sober', 'body', 'occasionally', 'defiled', 'let', 'principle', 'remain', 'pure', 'gutter', 'shall', 'stay', 'pity', 'example', 'refusing', 'let', 'evil', 'habit', 'depraved', 'appetite', 'degrade', 'reason']
root - INFO - extracting file #31500: 2017-04-Final-Corpus/HR18760801-V11-08-page13.txt
root - INFO - extracting file #32000: 2017-04-Final-Corpus/HR18771101-V12-11-page5.txt
root - INFO - ['ing', 'enchantment', 'rose', 'longer', 'seen', 'fair', 'face', 'dyspeptic', 'hectic', 'ydllow', 'enfeebled', 'condition', 'come', 'physician', 'pill', 'vial', 'plaster', 'pain', 'troublesome', 'cough', 'pearl', 'powder', 'bring', 'bloom', 'health', 'rouge', 'spread', 'thinly', 'consummate', 'skill', 'blanched', 'sunken', 'feature', 'recall', 'lost', 'complexion', 'hygeia', 'discouraged', 'departure', 'legislation', 'effectually', 'stop', 'sale', 'quack', 'medicine', 'people', 'mean', 'intelligent', 'glorious', 'land', 'liberty', 'eccentricity', 'insanity', 'case', 'cause', 'perplexity', 'arbiter', 'justice', 'court', 'occasion', 'patent', 'display', 'ignorance', 'member', 'medical_profession', 'involve', 'decision', 'relating', 'sanity', 'insanity', 'individual', 'trouble', 'doctor', 'arisen', 'attempt', 'decide', 'question', 'common', 'standpoint', 'impossible', 'decision', 'viz', 'sanity', 'end', 'insanity', 'begin', 'writer', 'hazarded', 'assertion', 'perfectly', 'sane', 'people', 'denly', 'close', 'pore', 'wash', 'announced', 'detergent', 'property', 'acting', 'principle', 'dangerous', 'application', 'relating', 'affected', 'individual', 'warped', 'unable', 'exercise', 'reasoning', 'faculty', 'the_health_reformer', 'like', 'world', 'plenty', 'remedy', 'availing', 'national', 'weakness', 'direction', 'ingenious', 'fact', 'support', 'assertion', 'perfect', 'speculator', 'accumulate', 'enormoustournes', 'sanity', 'wish', 'understood', 'sale', 'pill', 'nostrum', 'reprereferring', 'absolutely', 'sane', 'condition', 'sented', 'meet', 'contingency', 'life', 'range', 'train', 'formidable', 'disease', 'time', 'circumstance', 'thousand', 'individual', 'entirely', 'sane', 'subject', 'money', 'appetite', 'politics', 'soul', 'oleaginous', 'compound', 'soap', 'probably', 'worse', 'liquid', 'stimulating', 'character', 'rubbed', 'skin', 'sudabsorbing', 'subject', 'following', 'paragraph', 'galaxy', 'simply', 'bathing', 'pure_water', 'thoucontain', 'interesting', 'thought', 'sand', 'time', 'superior', 'costly', 'article', 'subject', 'giving', 'sustaining', 'soft', 'delicate', 'complexion', 'indicates', 'health', 'vigor', 'maudsley', 'professor', 'medical', 'better', 'idea', 'importance', 'risprudence', 'university', 'college', 'london', 'sudorific', 'tube', 'formed', 'curious', 'anatomical', 'statement', 'possible', 'unite', 'pipe', 'joining', 'end', 'end', 'surface', 'ordinary', 'sized', 'woman', 'extend', 'mile', 'produced', 'prematurely', 'intended', 'prevent', 'way', 'woman', 'matter', 'life', 'play', 'doe', 'play', 'drama', 'question', 'played', 'king', 'peasant', 'played', 'best', 'doe', 'look', 'insane', 'temperament', 'case', 'evil', 'view', 'borne', 'history', 'great', 'men', 'great', 'performer', 'napoleon', 'mohammed', 'men', 'accomplished', 'extraordinary', 'thing', 'known', 'temperament', 'known', 'insane', 'marked', 'form', 'temperament', 'source', 'delightful', 'life', 'remarkable', 'beauty', 'appear', 'prematurely', 'old', 'faded', 'beauty', 'wilt', 'rapidly', 'begin', 'sere', 'yellow', 'leaf', 'case', 'investigated', 'scientifically', 'probably', 'shown', 'hastened', 'event', 'dreaded', 'tampering', 'fine', 'face', 'appliance', 'deprecated', 'anxiety', 'parent', 'sprung', 'family', 'prevent', 'appearance', 'deterioration', 'professor', 'look', 'matter', 'truly', 'remarkable', 'mankind', 'indebted', 'originating', 'impulse', 'special', 'display', 'talent', 'genius', 'individual', 'predisposition', 'insanity', 'such_persons', 'apt', 'seize', 'pursue', 'path', 'thought', 'overlooked', 'stable', 'intellect', 'throwing', 'light', 'thing', 'discover', 'unthought', 'relation', 'observes', 'tendency', 'mind', 'particular', 'genius', 'talent', 'novel', 'way', 'look']
root - INFO - extracting file #32500: 2017-04-Final-Corpus/HR18790301-V14-03-page24.txt
root - INFO - extracting file #33000: 2017-04-Final-Corpus/HR18800701-V15-07-page14.txt
root - INFO - ['good', 'health', 'literary', 'miscellany', 'devoted', 'mental', 'moral', 'culture', 'social', 'science', 'natural', 'history', 'interesting', 'topic', 'true', 'heroism', 'let', 'write', 'battle', 'fought', 'bloody', 'ghastly', 'field', 'honor', 'greets', 'man', 'win', 'death', 'man', 'yield', 'write', 'fight', 'vanquishes', 'sin', 'struggle', 'weary', 'year', 'win', 'hero', 'staunch', 'brave', 'fight', 'unseen', 'foe', 'beneath', 'foot', 'passion', 'base', 'low', 'stand', 'erect', 'manhood', 'undaunted', 'undismayed', 'bravest', 'man', 'drew', 'sword', 'foray', 'raid', 'brawn', 'muscle', 'olercome', 'enemy', 'marcheth', 'banner', 'plume', 'drum', 'foe', 'forever', 'lurking', 'nigh', 'silent', 'stealthy', 'tread', 'forever', 'near', 'board', 'day', 'night', 'bed', 'honor', 'brave', 'heart', 'poor', 'rich', 'struggle', 'baser', 'conquers', 'free', 'wear', 'hero', 'crown', 'hero', 'grave', 'truth', 'place', 'bravest', 'brave', 'sei', 'different', 'quality', 'mind', 'prayerful', 'study', 'molded', 'accomplish', 'purpose', 'god', 'designed', 'parent', 'strive', 'educate', 'train', 'child', 'bring', 'energy', 'soul', 'exercise', 'perception', 'judgment', 'memory', 'reasoning', 'power', 'equal', 'strength', 'balanced', 'mind', 'result', 'character', 'sided', 'deformed', 'certain', 'faculty', 'developed', 'neglect', 'design', 'god', 'answered', 'faculty', 'bearing', 'great_measure', 'dependent', 'order', 'effectually', 'aid', 'balance', 'preserved', 'faculty', 'exercised', 'permitted', 'lie', 'dormant', 'unduly', 'sarong', 'proportionally', 'deficient', 'mind', 'constituted', 'alike', 'child', 'inherit', 'parent', 'strong', 'tendency', 'existed', 'parent', 'exist', 'intensified', 'child', 'christian', 'parent', 'carefully', 'consider', 'thing', 'mother', 'influence', 'cease', 'look', 'little', 'growing', 'ask', 'great', 'object', 'education', 'admired', 'flattered', 'world', 'imitate', 'practice', 'fashion', 'existing', 'age', 'safe', 'course', 'training', 'parent', 'teach', 'child', 'obedience', 'lesson', 'teaching', 'higher', 'law', 'claim', 'god', 'impossible', 'estimate', 'power', 'praying', 'mother', 'influence', 'acknowledges', 'god', 'way', 'child', 'throne', 'grace', 'present', 'jesus', 'pleading', 'blessing', 'influence', 'prayer', 'child', 'spring', 'duty', 'parent', 'educating', 'child', 'white', 'parent', 'god', 'committed', 'child', 'sacred', 'trust', 'hold', 'responsible', 'purpose', 'shall', 'educate', 'child', 'bring', 'exercise', 'talent', 'given', 'manner', 'best', 'fitted', 'accomplish', 'greatest', 'good', 'world', 'reflect', 'glory', 'child', 'varied', 'temperament', 'parent', 'manner', 'discipline']
root - INFO - extracting file #33500: 2017-04-Final-Corpus/HR18811001-V16-10-page5.txt
root - INFO - extracting file #34000: 2017-04-Final-Corpus/HR18830201-V18-02-page29.txt
root - INFO - ['physician', 'writing', 'new', 'york', 'medical_journal', 'recommends', 'sassafras', 'root', 'excellent', 'remedy', 'state', 'case', 'great', 'patient', 'prefers', 'remedy', 'strong', 'infusion', 'red', 'sassafras', 'root', 'allowed', 'cool', 'applied', 'frequently', 'mean', 'cloth', 'wet', 'recovery', 'expected', 'hour', 'mcetii', 'ctm', 'pemmcc', 'lesson', 'department', 'department', 'added', 'journal', 'suggestion', 'executive_committee', 'american', 'health', 'temperance', 'association', 'contain', 'month', 'lesson', 'subject', 'health', 'temperance', 'synopsis', 'lesson', 'article', 'relating', 'subject', 'mat', 'ter', 'ofthe', 'lesson', 'suggestion', 'respecting', 'conduct', 'health', 'temperance', 'school', 'club', 'meeting', 'bible', 'wine', 'wine', 'commended', 'bible', 'itis', 'judge', 'use', 'fermented', 'intoxicating', 'drink', 'commended', 'condemned', 'prov', 'true', 'wine', 'evidt', 'ntly', 'referred', 'instance', 'wine', 'commended', 'use', 'countenanced', 'definite', 'distinction', 'kind', 'wine', 'term', 'employed', 'synopsis', 'lesson', 'undoubtedly', 'true', 'intoxicating', 'liquor', 'mentioned', 'bible', 'equally', 'true', 'kind', 'liquor', 'wine', 'recognized', 'mentioned', 'toxicating', 'ancient', 'historian', 'preserve', 'distinction', 'making', 'frequent', 'reference', 'intoxicating', 'wine', 'effect', 'unintoxicating', 'wine', 'wholesome', 'property', 'unintoxicating', 'wine', 'intoxicating', 'property', 'wine', 'alcohol', 'tains', 'wine', 'contains', 'alcohol', 'unintoxicating', 'alcohol', 'produced', 'fer', 'mentation', 'wine', 'undergone', 'fermentation', 'unintoxicating', 'good_health', 'new', 'remedy', 'ivy', 'poisoning', 'poisoning', 'ivy', 'common', 'country', 'important', 'efficient', 'remedy', 'ready', 'hand', 'immediate', 'use', 'required', 'condemned', 'judge', 'fact', 'reconciled', 'teaching', 'scripture', 'concerning', 'temper', 'contains', 'alcohol', 'required', 'ance', 'kind', 'wine', 'recognized', 'bible', 'intoxicating', 'unintoxicating', 'use', 'unintoxicating', 'uufermented', 'wine', 'common', 'ancient', 'principal', 'method', 'preservation', 'method', 'common_use', 'present_time', 'kind', 'wine', 'held', 'esteem', 'ancient', 'description', 'bible', 'manufacture', 'fermented', 'intoxicating', 'wine', 'prov', 'kitto', 'translation', 'distinction', 'kind', 'wine', 'preserved', 'common', 'translation', 'bible', 'preserve', 'wine', 'free', 'alcohol', 'intoxicating', 'property', 'prevent', 'fermentation', 'ancient', 'acquainted', 'mode', 'preventing', 'fermentation', 'clearly', 'shown', 'reference', 'history', 'ancient', 'historian', 'principal', 'method', 'effecting', 'follows', 'boiling', 'order', 'sweet', 'fluid', 'ferment', 'necessary', 'certain_amount', 'water', 'present', 'portion', 'water', 'removed', 'fermentation', 'place', 'easily', 'effected', 'boiling', 'method', 'commonly', 'practiced', 'ancient', 'fresh', 'juice', 'grape', 'boiled', 'considerable', 'portion', 'water', 'evaporated', 'boil', 'ing', 'continued', 'juice', 'acquired', 'consistency', 'sirup', 'method', 'doe', 'distinction', 'appear', 'ployed', 'preservation', 'cider', 'original', 'use', 'different', 'term', 'sweet', 'juice', 'maple', 'tree', 'sugar', 'different_kinds', 'wine', 'principal', 'word', 'employed', 'wine', 'original', 'hebrew', 'cane', 'speedily', 'ferment', 'pro', 'duce', 'alcohol', 'left', 'natural', 'state', 'preserved', 'length', 'time', 'form', 'sirup', 'molasses', 'yaaycincoirding', 'pliny', 'virgil', 'roman', 'psrheskearrv', 'wine', 'way', 'pliny', 'mention', 'wtirnoeshw', 'hich', 'preserved', 'manner', 'yayin', 'shekar', 'tirosh', 'meaning', 'meaning', 'meaning', 'tirosh', 'applied', 'doe', 'use', 'term', 'clearly', 'prove', 'unfermented', 'wine', 'tirosh', 'commended']
root - INFO - extracting file #34500: 2017-04-Final-Corpus/HR18840501-V19-05-page9.txt
root - INFO - extracting file #35000: 2017-04-Final-Corpus/HR18850901-V20-09-page12.txt
root - INFO - ['good', 'pikar', 'rpi', 'cease', 'available', 'source', 'nutriment', 'natural', 'store', 'reserve', 'prone', 'exceed', 'necessary', 'limit', 'healthy', 'nearly', 'training', 'athletic', 'exploit', 'simply', 'process', 'acquiring', 'highest', 'degree', 'health', 'strength', 'attainable', 'view', 'great', 'prolonged', 'exertion', 'loss', 'weight', 'invariably', 'occurred', 'developing', 'perfect', 'condition', 'word', 'man', 'set', 'acquire', 'mean', 'power', 'best', 'health', 'possible', 'doe', 'process', 'necessary', 'thereto', 'throw', 'redundant', 'material', 'presence', 'consistent', 'high_standard', 'function', 'required', 'called', 'overtraining', 'condition', 'storage', 'reduced', 'weakening', 'incurred', 'undertraining', 'implies', 'useless', 'fatty', 'matter', 'sufficiently', 'gotten', 'rid', 'athlete', 'encumbered', 'unnecessary', 'weight', 'liable', 'needle', 'embarrassment', 'telling', 'chance', 'way', 'exact', 'precise', 'balance', 'condition', 'aim', 'judicious', 'trainer', 'nineteenth', 'century', 'continued', 'bed', 'bedding', 'sick', 'kate', 'lindsay', 'case', 'sick', 'important', 'provide', 'proper', 'bed', 'bedding', 'estimated', 'average', 'adult', 'exhales', 'skin', 'lung', 'pint', 'moisture', 'loaded', 'excrementitious', 'matter', 'hour', 'covered', 'warm', 'bed', 'organic', 'matter', 'exhaled', 'skin', 'way', 'bedding', 'lodge', 'reason', 'housekeeper', 'urged', 'air', 'bedding', 'making', 'bed', 'important_matter', 'neglected', 'case', 'health', 'occupy', 'onethird', 'time', 'essential', 'case', 'sick', 'unable', 'bed', 'saturating', 'bedding', 'hour', 'foul', 'organic', 'matter', 'germ', 'ofttimes', 'malignant', 'contagioas', 'disease', 'foul', 'unwholesome', 'condition', 'bedding', 'day', 'day', 'month', 'month', 'change', 'airing', 'save', 'sheet', 'pillow', 'cover', 'seen', 'sick', 'child', 'burning', 'fever', 'tossing', 'deliriously', 'huge', 'feather', 'bed', 'quiet', 'rest', 'sweetly', 'placed', 'folded', 'quilt', 'laid', 'straw', 'bed', 'covered', 'clean', 'sheet', 'think', 'reader', 'remember', 'time', 'hot_weather', 'sleep', 'deserted', 'downy', 'pillow', 'bed', 'confidingly', 'sank', 'night', 'reign', 'dogstar', 'lowly', 'home', 'poor', 'improper', 'sick', 'bed', 'private', 'family', 'limited', 'circumstance', 'easy_matter', 'comfortable', 'sick', 'bed', 'especially', 'scarcity', 'room', 'bedding', 'hospital', 'iron', 'bedstead', 'woven', 'wire', 'mattress', 'air', 'water', 'bed', 'improved', 'modern', 'appliance', 'question', 'easier', 'solution', 'great', 'deal', 'adverse', 'circumstance', 'sickbed', 'comfortable', 'wholesome', 'feather', 'bed', 'discarded', 'circumstance', 'placed', 'patient', 'bed', 'unyielding', 'slat', 'husk', 'straw', 'hair', 'cotton', 'mattress', 'covered', 'soft', 'cotton', 'comfortable', 'insure', 'cleanliness', 'bed', 'bedding', 'sick', 'necessary', 'expose', 'air', 'sunshine', 'hour', 'insure', 'accomplished', 'best', 'method', 'need', 'bed', 'change', 'bedding', 'night', 'day', 'change', 'airing', 'door', 'damp', 'weather', 'heated', 'ventilated', 'room', 'use', 'especially', 'necessary', 'case', 'acute', 'contagious', 'disease', 'fever', 'simple', 'cot', 'bed', 'carpenter', 'patient', 'transferred', 'time', 'bed', 'needed', 'change', 'extra', 'comfortable', 'fold', 'canvas', 'cot', 'extra', 'blanket', 'sheet', 'bedding', 'limited', 'spared', 'long', 'purpose', 'airing', 'taken', 'door', 'shaken', 'person', 'manner', 'carpet', 'shaking', 'seen', 'old', 'straw', 'bed', 'mattress', 'comforta']
root - INFO - extracting file #35500: 2017-04-Final-Corpus/HR18870701-V22-07-page8.txt
root - INFO - extracting file #36000: 2017-04-Final-Corpus/HR18880701-V23-07-page2.txt
root - INFO - ['good_health', 'content', 'battle', 'creek', 'mich', 'july', 'page', 'vol', 'general', 'article', 'cause', 'nasal', 'catarrh', 'editor', 'garrows', 'illustrated', 'col', 'sanderson', 'meat', 'regular', 'article', 'diet', 'nursery', 'food', 'man', 'practical', 'preaching', 'lacked', 'talent', 'health', 'philanthropic', 'work', 'itnwisdom', 'reform', 'pseudo', 'health', 'rule', 'diet', 'old', 'age', 'bathing', 'seventeenth', 'century', 'adulteration', 'grocery', 'bee', 'sanitarian', 'new', 'dress', 'illustrated', 'skirt', 'hand', 'midsummer', 'aunt', 'polly', 'experiment', 'fannie', 'bolton', 'talmage', 'high', 'license', 'mother', 'jessop', 'dress', 'clothes', 'weigh', 'fashion', 'deformity', 'dress', 'improvement', 'tight', 'lacing', 'russia', 'happy', 'fireside', 'daughter', 'novel', 'reading', 'place', 'rest', 'simple', 'life', 'best', 'child', 'temperance', 'note', 'popular', 'science', 'social', 'purity', 'state', 'society', 'cause', 'divorce', 'editorial', 'race', 'human', 'domestic', 'medicine', 'summer', 'clothing', 'summer', 'food', 'baby', 'ice', 'water', 'summer', 'diet', 'itching', 'skin', 'disease', 'hygiene', 'young', 'folk', 'good_health', 'picnic', 'illustrated', 'question', 'box', 'literary', 'notice', 'science', 'household', 'seasonable', 'faro', 'economical', 'breakfast', 'bread', 'chinese', 'publisher', 'pnge', 'revised', 'enlarged', 'edition', 'ladi', 'guidz', 'altii', 'anl', 'dinasz', 'lady', 'sold', 'copy', 'month', 'kellogg', 'member', 'american', 'association', 'advancement', 'science', 'american', 'public', 'health', 'association', 'american', 'society', 'microscopist', 'mich', 'state', 'med', 'association', 'state', 'board', 'health', 'michigan', 'liditorof', 'good_health', 'author', 'home', 'hand', 'book', 'hygiene', 'rationalmedicine', 'man', 'masterpiece', 'work', 'octavo', 'page', 'illustration', 'new', 'work', 'want', 'long', 'recognized', 'land', 'admitted', 'work', 'combine', 'value', 'todaughters', 'wife', 'mother', 'criminal', 'abortion', 'change', 'life', 'heredity', 'sign', 'hygiene', 'disorder', 'pregnancy', 'complication', 'labor', 'symptom', 'treatment', 'disease', 'woman', 'appendix', 'giving', 'rational', 'home', 'treatment', 'disease', 'childhood', 'instruction', 'bath', 'swedish', 'movement', 'postural', 'treatment', 'elec', 'pacific', 'press', 'publishing', 'house', 'oakland', 'california', 'general', 'agent', 'australia', 'wanda', 'pacific', 'physician', 'complete', 'practical_work', 'kind', 'eminent', 'lad', 'physician', 'pronounces', 'beet', 'book', 'written', 'humanity', 'writes', 'destined', 'work', 'great', 'reformation', 'rising', 'generation', 'alleviate', 'ill', 'present', 'author', 'chaste', 'delicate', 'manner', 'graphically', 'describes', 'great', 'mystery', 'life', 'anatomy', 'physiology', 'repraluction', 'considers', 'phase', 'woman', 'life', 'respective', 'heading', 'little', 'girl', 'young_lady', 'wife', 'mother', 'embracing', 'subject', 'pertaining', 'health', 'disease', 'sex', 'education', 'moral', 'physical', 'culture', 'clothing', 'diet', 'puberty', 'mental', 'equality', 'sex', 'beauty', 'marriage', 'dignity', 'wifehood', 'prevention', 'address', 'tricity', 'massage', 'valuable', 'dietetic', 'recipe', 'medicinal', 'recipe', 'prescription', 'active', 'wanted', 'condit', 'nelson', 'moines', 'iowa', 'good_health', 'publishing', 'coxpant', 'battle', 'creek', 'mich', 'agent', 'eastern', 'state', 'canada', 'british', 'possession']
root - INFO - extracting file #36500: 2017-04-Final-Corpus/HR18890601-V24-06-page27.txt
root - INFO - extracting file #37000: 2017-04-Final-Corpus/HR18900601-V25-06-page8.txt
root - INFO - ['fit', 'aggressive', 'frenzy', 'mistake', 'suppose', 'paroxysm', 'amuck', 'runner', 'caused', 'hashish', 'malay', 'java', 'celebes', 'opium', 'principal', 'cause', 'strange', 'phenomenon', 'course', 'hiding', 'loss', 'right_hand', 'habit', 'enables', 'native', 'brave', 'midsummer', 'heat', 'coast', 'land', 'sensible', 'fashion', 'limiting', 'dry', 'good', 'minimum', 'compatible', 'decency', 'municipal', 'regulation', 'european', 'official', 'fruit', 'vender', 'visit', 'trading', 'post', 'sumatra', 'wear', 'mere', 'apron', 'home', 'linen', 'sort', 'tunic', 'short', 'wide', 'sleeve', 'child', 'dispense', 'compromise', 'garment', 'night', 'clothes', 'little', 'coat', 'shaped', 'mosquito', 'screen', 'cingalese', 'native', 'ceylon', 'buddhist', 'extremely', 'fastidious', 'selection', 'food', 'coast', 'jungle', 'island', 'traveler', 'come', 'survivor', 'aboriginal', 'veddahs', 'primitive', 'race', 'earth', 'living', 'gorrilla', 'insect', 'wild', 'fruit', 'native', 'forest', 'buddhist', 'semicivilized', 'district', 'trace', 'origin', 'mainland', 'asia', 'observe', 'precept', 'creed', 'far', 'strictly', 'chinese', 'siamese', 'fellowbelievers', 'flesh', 'food', 'form', 'fish', 'turtle', 'meat', 'rigorously', 'excluded', 'fare', 'indolence', 'remarkably', 'cleanly', 'bath', 'day', 'thought', 'warm_weather', 'street', 'barber', 'kandia', 'kept', 'busy', 'evening', 'especially', 'eve', 'numerous', 'holiday', 'like', 'hindoo', 'fakir', 'buddhist', 'practical', 'stoic', 'good', 'luck', 'bad', 'preserve', 'habitual', 'air', 'stolid', 'resignation', 'hopeless', 'trouble', 'apt', 'refuge', 'suicide', 'equanimity', 'innate', 'disposition', 'nihilistic', 'tenet', 'faith', 'barber', 'ceylon', 'fifty', 'year', 'rare', 'remarkable', 'native', 'court', 'justice', 'authorize', 'constable', 'catch', 'knife', 'armed', 'maniac', 'dead', 'alive', 'culprit', 'think', 'lucky', 'mean', 'person', 'good', 'constitution', 'person', 'poor', 'constitution', 'individual', 'precisely', 'constitution', 'wagon', 'piece', 'machinery', 'wagon', 'large', 'strong', 'wheel', 'light', 'carriage', 'axle', 'stand', 'load', 'proportioned', 'strength', 'axle', 'harmony', 'considered', 'constitution', 'body', 'depends', 'quality', 'structure', 'harmony', 'good', 'constitution', 'bodily', 'condition', 'organ', 'intact', 'developed', 'strong', 'harmoniously', 'adjusted', 'harmony', 'adjustment', 'importance', 'integrity', 'structure', 'consider', 'reason', 'uniformity', 'bodily', 'growth', 'instance', 'little', 'finger', 'bear', 'proportionate', 'relation', 'rest', 'hand', 'infancy', 'maturity', 'symmetrical', 'development', 'depends', 'proper', 'action', 'heart', 'distribution', 'blood_vessel', 'nutrient', 'element', 'taken', 'body', 'defect', 'malformation', 'general', 'article', 'symmetrical', 'development', 'abstract', 'lecture', 'kell']
root - INFO - extracting file #37500: 2017-04-Final-Corpus/HR18910701-V26-07-page34.txt
root - INFO - extracting file #38000: 2017-04-Final-Corpus/HR18920801-V27-08-page28.txt
root - INFO - ['fair', 'sample', 'value', 'dietetic', 'recommendation', 'scientific', 'authority', 'fact', 'cola', 'nut', 'allay', 'appetite', 'hunger', 'indication', 'need', 'food', 'cola', 'nut', 'capable', 'destroy', 'sensibility', 'nerve', 'charge', 'function', 'warning', 'individual', 'need', 'food', 'true', 'regard', 'effect', 'cola', 'nut', 'allaying', 'thirst', 'thirst', 'evidence', 'need', 'fluid', 'water', 'taken', 'response', 'demand', 'blood', 'action', 'excretory', 'organ', 'lessened', 'poisonous', 'substance', 'accumulate', 'body', 'greatest', 'mischief', 'result', 'possible', 'result', 'sort', 'swindling', 'body', 'putting', 'vital', 'sentinel', 'sleep', 'irreparable', 'injury', 'cola', 'nut', 'possessed', 'power', 'appease', 'hunger', 'allay', 'thirst', 'furnish', 'material', 'tissue', 'replenish', 'repair', 'waste', 'resulting', 'work', 'boon', 'mankind', 'impossible', 'pound', 'bone', 'muscle', 'tissue', 'requires', 'equivalent', 'matter', 'construction', 'principle', 'involved', 'use', 'coffee', 'tea', 'alcoholic', 'drink', 'beef', 'tea', 'stimulant', 'colanut', 'simply', 'attempt', 'impose', 'body', 'counterfeit', 'appearance', 'strength', 'pas', 'real', 'thing', 'quiet', 'warning', 'voice', 'danger', 'signal', 'nature', 'supplied', 'narcotic', 'influence', 'lead', 'individual', 'exhaust', 'vital', 'power', 'dangerous', 'degree', 'neglect', 'rest', 'food', 'drink', 'mean', 'bodily', 'renovation', 'recuperation', 'impossible', 'arsenic', 'apple', 'agricultural', 'tine', 'english', 'monthly', 'recently', 'created', 'sensation', 'calling', 'attention', 'fact', 'american', 'apple', 'infrequently', 'dangerously', 'contaminated', 'arsenic', 'editor', 'referred', 'inspected', 'american', 'apple', 'taken', 'freshly', 'opened', 'barrel', 'seen', 'arsenic', 'lime', 'adhering', 'stem', 'skin', 'fruit', 'let', 'doubting', 'statement', 'apple', 'microscope', 'stern', 'upward', 'arsenic', 'crystal', 'fruit', 'critic', 'talk', 'suggesting', 'miraculous', 'impregnation', 'medium', 'arsenic', 'kind', 'asking', 'believe', 'mysterious', 'disappearance', 'arsenic', 'lime', 'poured', 'fruit', 'wholesale', 'american', 'orchard', 'arsenic', 'american', 'apple', 'like', 'know', 'especially', 'admitted', 'dispute', 'ton', 'arsenic', 'prepared', 'sold', 'fruitgrowers', 'fruit', 'district', 'american', 'union', 'purpose', 'saturating', 'apple', 'personal', 'investigation', 'matter', 'appears', 'discussion', 'provoked', 'allegation', 'english', 'editor', 'arsenical', 'crystal', 'adhering', 'stern', 'apple', 'result', 'spraying', 'fruit', 'arsenical', 'solution', 'prevent', 'ravage', 'insect', 'evident', 'thoroughly', 'removed', 'washing', 'fruit', 'use', 'neutralizing', 'solution', 'arsenic', 'employed', 'way', 'ripe', 'unripe', 'fruit', 'source', 'danger', 'life', 'hoped', 'mean', 'discovered', 'satisfactorily', 'dealing', 'insect', 'prey', 'apple', 'fruit', 'mineral', 'spring', 'mania', 'developed', 'year', 'natural', 'mania', 'visiting', 'mineral', 'spring', 'consuming', 'mineral', 'water', 'mineral', 'water', 'actually', 'contained', 'ingredient', 'printed', 'label', 'bottle', 'post', 'mortem', 'examination', 'stomach', 'person', 'ought', 'extensive', 'mineral', 'deposit', 'interesting', 'miscellaneous', 'character', 'idea', 'water', 'contaminated', 'drug', 'description', 'beneficial', 'health', 'pure_water', 'basis', 'popular', 'superstition', 'respecting', 'disease', 'regard', 'sort', 'morbid', 'entity', 'driven', 'body', 'mean', 'noxious', 'agent', 'sort', 'potent', 'exorcising', 'agent', 'good', 'strong', 'mineral', 'water', 'aptly', 'described', 'smell', 'perdition', 'taste', 'sea', 'likely', 'benefit', 'swallowing', 'miscellaneous', 'assortment', 'drug', 'mineral', 'contained', 'average', 'mineral', 'water', 'benefit', 'obtained', 'indulging', 'delectable', 'beverage', 'fluid', 'extract', 'drug_store', 'double', 'distilled', 'extract', 'chemical', 'laboratory', 'diluted', 'solution', 'chemical', 'work', 'similarly', 'constituted', 'miscellaneous', 'assemblage', 'mineral', 'agent', 'mineral', 'water', 'valuable', 'person', 'contains', 'quantity', 'mineral', 'substance', 'solution', 'extract', 'chemical', 'laboratory', 'certainly', 'editorial']
root - INFO - extracting file #38500: 2017-04-Final-Corpus/HR18930801-V28-08-page28.txt
root - INFO - extracting file #39000: 2017-04-Final-Corpus/HR18940901-V29-09-page26.txt
root - INFO - ['doctor', 'chat', 'salt', 'proportion', 'fat', 'needed', 'nut', 'subscriber', 'inquires', 'doe', 'salt', 'aid', 'digestion', 'proportion', 'fat', 'needed', 'nut', 'hard', 'digestion', 'probable', 'small_quantity', 'salt', 'stimulates', 'digestive', 'process', 'ounce', 'fat', 'form', 'needed', 'daily', 'grain', 'corn', 'oat', 'contain', 'abundance', 'element', 'nut', 'large_proportion', 'nut', 'like', 'fruit', 'raw', 'food', 'firm', 'hard', 'flesh', 'somewhat', 'difficult', 'digstion', 'difficulty', 'disappears', 'mastication', 'thorough', 'complete', 'asthma', 'bromide', 'potassium', 'like', 'know', 'inhalant', 'best', 'asthma', 'bromide', 'potassium', 'best', 'remedy', 'known', 'shattered', 'nervous_system', 'injurious', 'tea', 'coffee', 'volatile', 'remedy', 'burning', 'relief', 'acute', 'attack', 'asthma', 'harmful', 'recommend', 'antiseptic', 'remedy', 'volatilizer', 'excellent', 'mean', 'relieving', 'disease', 'preventing', 'attack', 'remedy', 'named', 'reply', 'number', 'valuable', 'remedy', 'named', 'curative', 'virtue', 'case', 'shattered', 'nerve', 'simply', 'palliative', 'useful', 'mean', 'temporary', 'relief', 'nervous', 'irritability', 'valueless', 'use', 'long', 'continued', 'great', 'injury', 'digestive_organs', 'general', 'nervous_system', 'case', 'half', 'dozen', 'bowleg', 'use', 'lime', 'water', 'subscriber', 'asks', 'best', 'plan', 'treatment', 'bowleg', 'child', 'half', 'year', 'age', 'suggest', 'cheap', 'simple', 'apparatus', 'use', 'home', 'use', 'lime', 'water', 'milk', 'food', 'tend', 'harden', 'bone', 'bend', 'best', 'food', 'infant', 'weaned', 'graham', 'mush', 'milk', 'good', 'granola', 'good_food', 'infant', 'possible', 'child', 'relieved', 'wearing', 'proper', 'apparatus', 'probable', 'operation', 'required', 'case', 'extreme', 'apparatus', 'required', 'competent', 'instrument', 'maker', 'sharp', 'smith', 'randolph', 'chicago', 'ill', 'reliable', 'firm', 'gruel', 'barley', 'wheat', 'meal', 'thoroughly', 'boiled', 'strained', 'mixed', 'sterilized', 'cow', 'milk', 'yes', 'yes', 'recommend', 'sanitarium', 'infant', 'food', 'manufactured', 'sanitarium', 'food', 'battle', 'creek', 'mich', 'white', 'gray', 'hair', 'turning', 'yellow', 'subscriber', 'asks', 'cause', 'white', 'gray', 'hair', 'turning', 'yellow', 'remedy', 'cause', 'distressed', 'feeling', 'stomach', 'lying', 'gas', 'stomach', 'bowel', 'eructation', 'sour', 'know', 'know', 'cause', 'probably', 'distension', 'stomach', 'gas', 'application', 'rubber', 'bag', 'filled', 'hot_water', 'heat', 'form', 'probably', 'relief', 'drinking', 'half', 'glass', 'hot_water', 'beneficial', 'probable', 'dietary', 'requires', 'correction', 'sterilization', 'milk', 'massage', 'asks', 'following', 'question', 'sterilizing', 'milk', 'proportion', 'salt', 'gallon', 'water', 'large', 'bottle', 'answer', 'air', 'space', 'allowed', 'prevent', 'steam', 'breaking', 'bottle', 'process', 'massage', 'development', 'portion', 'body', 'massage', 'relied', 'specific', 'development', 'long', 'continued', 'add', 'water', 'salt', 'dissolve', 'little', 'sure', 'water', 'saturated', 'salt', 'remaining', 'undissolved', 'solution', 'stirred', 'stood', 'hour', 'water', 'considered', 'saturated', 'yes', 'provided', 'bottle', 'strong', 'yes', 'space', 'required', 'reply', 'question', 'little', 'work', 'massage', 'published', 'early_date', 'modern', 'medicine', 'publishing', 'direction', 'treating', 'body', 'yes', 'conjunction', 'measure', 'required', 'yes', 'eructation', 'gas', 'southwell', 'writes', 'meal', 'constant', 'belching', 'gas', 'usually', 'brings', 'quantity', 'food', 'eaten', 'vegetable', 'taste', 'acid', 'presence', 'gas', 'cause', 'palpitation', 'heart', 'shortness', 'breath', 'lack', 'nerve', 'energy', 'advise', 'shall', 'greatly', 'obliged', 'patient', 'analysis', 'stomach', 'fluid', 'basis', 'proper', 'prescription', 'special', 'direction', 'sent', 'application', 'dry', 'tetter', 'pimple', 'asks', 'information', 'treatment', 'dry', 'tetter', 'pimple', 'face', 'vegetarian', 'drink', 'tea', 'coffee', 'bathing', 'face', 'hot_water', 'time', 'daily', 'valuable', 'remedy', 'possible', 'disease', 'parasitic', 'requiring', 'application', 'germicide', 'relieved', 'use', 'hot_water', 'try', 'addition', 'application', 'zinc', 'ointment', 'catarrh', 'bowel', 'burning', 'stomach', 'writes', 'oatmeal', 'rolled', 'oat', 'good_food', 'catarrh', 'bowel', 'trouble', 'stomach', 'burn', 'eating', 'fruit', 'irritability', 'intestine', 'causing', 'watery', 'movement', 'daily', 'coarse', 'grain', 'preparation', 'avoided', 'such_cases', 'injurious', 'fermentation', 'oily', 'skin', 'red', 'nose', 'diet', 'nervous', 'person', 'constant', 'reader', 'desire', 'know', 'cause', 'oily', 'skin', 'donefor', 'cause', 'red', 'nose', 'intoxicant', 'help', 'diet', 'advise', 'nervous', 'person', 'sort', 'exercise', 'ought', 'nervous', 'person', 'dark', 'ring', 'eye', 'removed', 'excessive', 'activity', 'fat', 'gland', 'skin', 'condition', 'easily', 'cured', 'usually', 'connected', 'disturbed', 'condition', 'digestive_organs', 'resulting', 'irritation', 'abdominal', 'sympathetic', 'redness', 'nose', 'result', 'cause']
root - INFO - extracting file #39500: 2017-04-Final-Corpus/HR18951001-V30-10-page15.txt
root - INFO - extracting file #40000: 2017-04-Final-Corpus/HR18960901-V31-09-page8.txt
root - INFO - ['general', 'hygiene', 'high', 'seat', 'drag', 'lung', 'downward', 'produce', 'similar', 'effect', 'low', 'desk', 'encourages', 'stooped', 'position', 'sitting', 'student', 'habit', 'sitting', 'far', 'forward', 'seat', 'relaxed', 'position', 'posterior', 'curvature', 'spine', 'naturally', 'follows', 'student', 'infrequently', 'acquire', 'slack', 'habit', 'sitting', 'relaxed', 'position', 'trunk', 'bent', 'backward', 'middle', 'seat', 'desk', 'properly', 'constructed', 'relation', 'pupil', 'correct', 'sitting', 'forcible', 'position', 'strained', 'position', 'muscle', 'trunk', 'active', 'remedy', 'evil', 'sketched', 'briefly', 'adequate', 'idea', 'importance', 'requires', 'constant', 'correction', 'teacher', 'improper', 'attitude', 'assumed', 'student', 'employment', 'suitable', 'corrective', 'exercise', 'minute', 'change', 'day', 'program', 'regular', 'systematic', 'course', 'scientific', 'physical', 'training', 'essential_part', 'daily', 'work', 'pupil', 'school', 'grade', 'condition', 'surround', 'child', 'school_life', 'mold', 'grows', 'life', 'man', 'woman', 'favorably', 'unfavorably', 'influenced', 'later', 'revelation', 'medical_science', 'established', 'doubt', 'fact', 'large_share', 'chronic', 'disabling', 'ailment', 'men', 'woman', 'suffer', 'foundation', 'erroneous', 'habit', 'vicious', 'condition', 'life', 'childhood', 'youth', 'writer', 'pupil', 'professor', 'hartelius', 'director', 'royal', 'college', 'gymnastics', 'stockholm', 'sweden', 'thirteen', 'year', 'ago', 'told', 'eminent', 'experienced', 'teacher', 'gymnastics', 'encountered', 'curvature', 'spine', 'single', 'case', 'individual', 'advantage', 'gymnastic', 'training', 'school', 'going', 'period', 'time', 'gymnastics', 'long', 'held', 'prominent', 'position', 'sweden', 'law', 'obligatory', 'school', 'result', 'seen', 'erect', 'developed', 'physique', 'prevalent', 'type', 'sweden', 'street', 'stockholm', 'larger', 'proportion', 'men', 'woman', 'fine', 'figure', 'graceful', 'carriage', 'city', 'world', 'benefit', 'exercise', 'connection', 'school_work', 'confined', 'influence', 'fig', 'bodily', 'shape', 'growing', 'period', 'time', 'life', 'marked', 'change', 'effected', 'physique', 'time', 'enlargement', 'lung', 'development', 'chest', 'correction', 'error', 'weakness', 'morbid', 'tendency', 'systematic', 'daily', 'exercise', 'carefully', 'adapted', 'age', 'strength', 'child', 'pro', 'fig']
root - INFO - extracting file #40500: 2017-04-Final-Corpus/HR18970601-V32-06-page46.txt
root - INFO - extracting file #41000: 2017-04-Final-Corpus/HR18980201-V33-02-page24.txt
root - INFO - ['hygienic', 'hint', 'butter', 'unfit', 'eat', 'sterilized', 'cream', 'drop', 'milk', 'contains', 'numerous', 'germ', 'kind', 'germ', 'milk', 'butter', 'strainer', 'coarser', 'particle', 'dirt', 'milkman', 'half', 'pint', 'milk', 'throw', 'away', 'contains', 'filth', 'black', 'speck', 'milk', 'swarming', 'germ', 'inoculate', 'milk', 'hour', 'multiply', 'single', 'ounce', 'million', 'milk', 'standing', 'cream', 'rise', 'germ', 'gradually', 'coming', 'require', 'air', 'grain', 'potato', 'wheat', 'require', 'air', 'cream', 'rise', 'entangles', 'germ', 'cream', 'skimmed', 'filled', 'germ', 'infect', 'butter', 'bit', 'butter', 'larger', 'head', 'pin', 'contains', 'germ', 'count', 'day', 'germ', 'multiply', 'rapidly', 'taken', 'stomach', 'grow', 'increase', 'number', 'faster', 'body', 'destroy', 'day', 'doubt', 'mystery', 'clear', 'threatening', 'cloud', 'disappear', 'day', 'punishment', 'loss', 'pain', 'prove', 'god', 'blessing', 'everlasting', 'gain', 'chair', 'hygiene', 'professor', 'mayer', 'christ', 'college', 'cambridge', 'recent', 'address', 'vegetarian', 'society', 'jubilee', 'said', 'medical', 'staff', 'university', 'greatly', 'strengthened', 'late_years', 'chair', 'worth', 'denied', 'chair', 'hygiene', 'physician', 'endeavor', 'purge', 'augean', 'stable', 'city', 'enforce', 'cleanliness', 'house', 'street', 'work', 'worthy', 'hercules', 'guidance', 'food', 'cure', 'body', 'resort', 'ancient', 'oracle', 'kill', 'eminent', 'french', 'philosopher', 'flourens', 'evidently', 'recognized', 'fact', 'human_race', 'deteriorating', 'day', 'weary', 'foot', 'rest', 'sweet', 'content', 'shall', 'blest', 'sent', 'looking', 'clearer', 'eye', 'life', 'short', 'span', 'wondering', 'glad', 'surprise', 'god', 'perfect', 'plan', 'exclaimed', 'luxurious', 'perverted', 'mode', 'life', 'common', 'present', 'age', 'man', 'doe', 'die', 'kill', 'reason', 'comprehended', 'schopenhauer', 'declared', 'man', 'longer', 'comprehends', 'language', 'nature', 'simple', 'eminent', 'german', 'goethe', 'recognized', 'fact', 'declaration', 'life', 'unnaturally', 'meet', 'early', 'destruction', 'evil', 'speaking', 'like', 'freezing', 'wind', 'seal', 'sparkling', 'water', 'tender', 'emotion', 'soul', 'bind', 'heart', 'men', 'uncharitableness', 'bitterness', 'spirit', 'earth', 'bound', 'grip', 'winter', 'day', 'ashley']
root - INFO - extracting file #41500: 2017-04-Final-Corpus/HR18981001-V33-10-page18.txt
root - INFO - extracting file #42000: 2017-04-Final-Corpus/HR18990601-V34-06-page1.txt
root - INFO - ['good_health', 'journal', 'hygiene', 'vol', 'xxxiv', 'june', 'natural', 'law', 'living', 'thing', 'kellogg', 'healthy', 'life', 'plant', 'animal', 'demand', 'activity', 'light', 'exercise', 'essential', 'condition', 'growth', 'living', 'thing', 'exercise', 'tiny', 'plant', 'push', 'soil', 'gain', 'strength', 'rosebud', 'steadily', 'unfolds', 'petal', 'cease', 'exercise', 'begin', 'lie', 'leaf', 'tree', 'follow', 'sun', 'day', 'night', 'face', 'set', 'west', 'morning', 'turn', 'east', 'greet', 'rising', 'seen', 'great', 'tree', 'mountainside', 'landslide', 'carried', 'away', 'earth', 'noticed', 'tree', 'growing', 'ground', 'larger', 'mass', 'root', 'greater', 'trunk', 'branch', 'foliage', 'thought', 'reason', 'tree', 'growing', 'mountainside', 'prodigious', 'mass', 'root', 'swing', 'forth', 'tremendous', 'leverage', 'tear', 'earth', 'thrusting', 'root', 'deeper', 'deeper', 'soil', 'enabling', 'hold', 'position', 'wind', 'storm', 'consequence', 'vigorous', 'exercise', 'tree', 'harder', 'firmer', 'wood', 'grow', 'protected', 'valley', 'tree', 'crowded', 'close', 'forest', 'little', 'opportunity', 'exercise', 'grow', 'tall', 'slender', 'branch', 'root', 'sickly', 'unhealthy', 'like', 'inhabitant', 'densely', 'populated', 'tenement', 'house', 'large_cities', 'know', 'lower', 'animal', 'ordinary', 'brute', 'creation', 'live', 'thrive', 'exercise', 'shut', 'dog', 'grows', 'lazy', 'dull', 'deprive', 'bird', 'freedom', 'pine', 'away', 'stagnant', 'pool', 'result', 'lack', 'exercise', 'water', 'brook', 'running', 'mountainside', 'clear', 'pure', 'offensive', 'water', 'reach', 'plain', 'collected', 'pool', 'covered', 'slime', 'filth', 'thing', 'true', 'human_being', 'said', 'man', 'simply', 'stream', 'matter', 'flowing', 'certain', 'form', 'body', 'cast', 'mold', 'food', 'eat', 'air', 'breathe', 'water', 'drink', 'constitute', 'stream', 'constantly', 'flowing', 'mold', 'stream', 'kept', 'pure', 'active', 'mixed', 'air', 'clean', 'wholesome', 'like', 'stagnant', 'pool', 'sluggish', 'inactive', 'impure', 'offensive', 'body', 'eat', 'eats', 'weight', 'month', 'mass', 'matter', 'equal']
root - INFO - extracting file #42500: 2017-04-Final-Corpus/HR19000101-V35-01-page62.txt
root - INFO - extracting file #43000: 2017-04-Final-Corpus/HR19000801-V35-08-page51.txt
root - INFO - ['publisher', 'department', 'person', 'note', 'present', 'registered', 'battle', 'creek_sanitarium', 'mentioned', 'following', 'rev', 'van', 'meter', 'clinton', 'adam', 'president', 'wisconsin', 'university', 'madison', 'aye', 'bowie', 'bell', 'missionary', 'kingston', 'jamaica', 'bowyer', 'bedford', 'rev', 'hector', 'clewes', 'columbus', 'ohio', 'galloway', 'louis', 'haldeman', 'louisville', 'krebs', 'eureka', 'spring', 'ark', 'judge', 'kelso', 'eagle', 'pas', 'tex', 'chaplain', 'mccabe', 'omaha', 'neb', 'markle', 'winchester', 'ind', 'parker', 'stewart', 'iowa', 'spencer', 'monticello', 'ind', 'indianapolis', 'ind', 'july', 'goo', 'concern', 'subscriber', 'good_health', 'received', 'family', 'box', 'health', 'food', 'supply', 'given', 'free', 'pleasure', 'recommending', 'magazine', 'ought', 'home', 'box', 'health_food', 'worth', 'cost', 'magazine', 'crabtree', 'important', 'correction', 'page', 'july', 'goon', 'health', 'midsummer', 'number', 'second', 'column', 'twentyeight', 'line', 'page', 'read', 'temperature', 'instead', 'sso', 'page', 'second', 'row', 'figure', 'table', 'column', 'transposed', 'read', 'number', 'feeding', 'food', 'daily', 'ounce', 'received', 'north', 'western', 'railway', 'company', 'pretty', 'souvenir', 'north', 'western', 'limited', 'run', 'chicago', 'paul', 'minneapolis', 'pamphlet', 'handsomely', 'illustrated', 'striking', 'scene', 'route', 'wisconsin', 'river', 'devil', 'lake', 'castle', 'rock', 'minnehaha', 'fall', 'chicago', 'north', 'western', 'passenger', 'station', 'chicago', 'non', 'poisonous', 'antiseptic', 'mouth', 'wash', 'safely', 'left', 'bath', 'room', 'stand', 'listerine', 'composed', 'ozoniferous', 'essence', 'vegetable', 'antiseptic', 'benzo', 'boracic', 'acid', 'listerine', 'readily', 'miscible', 'water', 'proportion', 'teaspoonful', 'listerine', 'tumbler', 'water', 'refreshing', 'delightfully', 'fragrant', 'mouth', 'wash', 'morning', 'toilet', 'effectively', 'remove', 'agglutinated', 'mucus', 'accumulated', 'hour', 'rest', 'ounce', 'listerine', 'pint', 'water', 'sufficiently', 'powerful', 'general', 'care', 'deciduous', 'teeth', 'child', 'solution', 'composed', 'listerine', 'water', 'agreeable', 'thoroughly', 'efficient', 'strength', 'employment', 'brush', 'daily', 'wash', 'free_use', 'oral', 'cavity', 'care', 'preservation', 'permanent', 'teeth', 'user', 'listerine', 'employ', 'strength', 'enjoy', 'pungency', 'literature', 'demand', 'lambert', 'pharmacal', 'company', 'louis', 'sole', 'maker', 'listerine']
root - INFO - extracting file #43500: 2017-04-Final-Corpus/HR19020501-V37-05-page17.txt
root - INFO - extracting file #44000: 2017-04-Final-Corpus/HR19030101-V38-01-page7.txt
root - INFO - ['good_health', 'yournal', 'hygiene', 'vol', 'xxxviii', 'january', 'rgo', 'sick', 'kellogg', 'physician', 'physician', 'doe', 'posse', 'power', 'healing', 'informed', 'particularly', 'familiar', 'method', 'nature', 'employ', 'healing', 'disease', 'facilitate', 'insure', 'recovery', 'duty', 'physician', 'point', 'patient', 'fact', 'indicate', 'kind', 'food', 'lie', 'day', 'necessary', 'meal', 'exercise', 'required', 'measure', 'experience', 'shown', 'helpful', 'such_cases', 'case', 'acute', 'malady', 'fever', 'patient', 'primarily', 'fault', 'doe', 'suffer', 'fever', 'previously', 'prepared', 'disease', 'error', 'physical', 'habit', 'typhoid', 'fever', 'germ', 'pas', 'stomach', 'intestine', 'capable', 'growing', 'stomach', 'weakened', 'error', 'diet', 'true', 'cholera', 'fever', 'developed', 'attention', 'diet', 'suffice', 'effect', 'cure', 'measure', 'employed', 'course', 'attention', 'diet', 'highest', 'importance', 'physician', 'direct', 'patient', 'implicitly', 'obey', 'physician', 'able', 'recognize', 'patient', 'presence', 'fever', 'patient', 'imagine', 'little', 'weak', 'need', 'tonic', 'treatment', 'sort', 'physician', 'taking', 'temperature', 'observing', 'symptom', 'recognizes', 'presence', 'grave', 'duty', 'physician', 'seek', 'cause', 'led', 'sickness', 'plain', 'patient', 'insist', 'far', 'patient', 'responsible', 'cause', 'shall', 'utmost', 'remove', 'unquestionably', 'true', 'far', 'great_majority', 'malady', 'especially', 'chronic', 'malady', 'result', 'error', 'habit', 'life', 'digression', 'law', 'health', 'relation', 'drinking', 'eating', 'matter', 'conduct', 'direct', 'cause', 'malady', 'prepared', 'way', 'operation', 'cause', 'altogether', 'inoperative', 'influence', 'insufficient', 'occasion', 'inconvenience', 'example', 'obesity', 'recognized', 'result', 'error', 'diet', 'taking', 'food', 'food', 'fattening', 'character', 'time', 'taking', 'little', 'exercise']
root - INFO - extracting file #44500: 2017-04-Final-Corpus/HR19031001-V38-10-page17.txt
root - INFO - extracting file #45000: 2017-04-Final-Corpus/HR19040501-V39-05-page56.txt
root - INFO - ['publisher', 'department', 'symposium', 'vegetarianism', 'leading', 'feature', 'june', 'number', 'contain', 'contribution', 'dozen', 'writer', 'subject', 'disease', 'animal', 'economic', 'question', 'ethic', 'animal', 'slaughter', 'pythagoras', 'byron', 'flesh', 'eating', 'vegetarianism', 'bible', 'standpoint', 'vegetarianism', 'longevity', 'albert', 'broadbent', 'secretary', 'oldest', 'important', 'vegetarian', 'society', 'great', 'britain', 'history', 'development', 'vegetarian', 'idea', 'modern_times', 'rose', 'wood', 'allen', 'chapman', 'contribute', 'humorous', 'sketch', 'entitled', 'conversion', 'john', 'robinson', 'lindsay', 'write', 'subject', 'vegetarian_diet', 'number', 'photograph', 'life', 'long', 'vegetarian', 'presented', 'brief', 'sketch', 'history', 'important_question', 'considered', 'bearing', 'making', 'valuable', 'issue', 'thing', 'hand', 'inquiring', 'skeptical', 'friend', 'convince', 'importance', 'question', 'physiological', 'ethical', 'standpoint', 'cycling', 'health', 'bicycle', 'wrought', 'revolution', 'household', 'sedentary', 'men', 'woman', 'occupation', 'indoors', 'mean', 'bicycle', 'enabled', 'check', 'advance', 'chronic', 'disease', 'restore', 'health', 'vigor', 'big', 'city', 'people', 'live', 'hemmed', 'brick', 'stone', 'breathing', 'impure', 'air', 'overcrowded', 'street', 'tenement', 'mean', 'getting', 'away', 'beautiful', 'country', 'brain', 'rested', 'body', 'invigorated', 'contact', 'nature', 'note', 'mighty', 'intelligence', 'colored', 'grass', 'restful', 'green', 'tired', 'eye', 'tired', 'head', 'recuperated', 'gazing', 'red', 'instead', 'imagine', 'effect', 'thank_god', 'cool', 'shade', 'tree', 'sparkle', 'water', 'smell', 'damp', 'moss', 'fresh', 'earth', 'delicate', 'beauty', 'fern', 'sweetness', 'wild', 'flower', 'dweller', 'dingy', 'city', 'wall', 'collection', 'stuffy', 'furniture', 'dust', 'microbe', 'pair', 'wing', 'leaving', 'cobblestone', 'brick', 'rest', 'green', 'shade', 'tree', 'stretch', 'sunshine', 'draw', 'lung', 'pure', 'lifegiving', 'breath', 'heaven', 'fortunate', 'afford', 'auto', 'lucky', 'mind', 'afford', 'bicycle', 'day', 'bicycle', 'fad', 'passed', 'left', 'road', 'true', 'lover', 'pastime', 'appreciate', 'advantage', 'wheel', 'diminished', 'bicycle', 'better', 'fitted', 'health', 'renewing', 'exercise', 'mind', 'body', 'need', 'bear', 'swiftly', 'sweet', 'fresh', 'country', 'grass', 'green', 'sun', 'bright', 'air', 'life', 'giving', 'reach', 'pocketbook', 'indispensable', 'recreation', 'health', 'faddist', 'seeker', 'health', 'pleasure', 'chance', 'bicycle', 'reform', 'woman', 'dress', 'advent', 'woman', 'liable', 'arrested', 'wore', 'short', 'skirt', 'street', 'danger', 'arrest', 'wearing', 'long', 'comfortable', 'shirt', 'waist', 'loose', 'jacket', 'absence', 'corset', 'change', 'owe', 'coming', 'largely', 'bicycle', 'hear', 'rumor', 'tight', 'waist', 'coming', 'woman', 'wheel', 'ride', 'health', 'destroying', 'lung', 'compressing', 'fashion', 'ride', 'hard', 'breathe', 'deep', 'expand', 'lung', 'tight', 'waist', 'impossibility', 'long', 'skirt', 'object', 'contempt', 'piano', 'question', 'question', 'household', 'considers', 'time', 'best', 'piano', 'possible', 'lowest', 'possible', 'price', 'known', 'fact', 'profit', 'piano', 'sold', 'retail', 'store', 'piano', 'dealer', 'large', 'usually', 'enable', 'retail', 'buyer', 'save', 'firm', 'piano', 'manufacturer', 'new', 'york', 'specialty', 'selling', 'piano', 'direct', 'factory', 'wholesale', 'price', 'publish', 'book', 'information', 'piano', 'send', 'free', 'write', 'address', 'wing', 'son', 'wing', 'building', 'ave', 'cor', 'new', 'york']
root - INFO - extracting file #45500: 2017-04-Final-Corpus/HR19050101-V40-01-page80.txt
root - INFO - extracting file #46000: 2017-04-Final-Corpus/HR19050901-V40-09-page30.txt
root - INFO - ['thing', 'drunkard', 'burn', 'oxidize', 'body', 'ruin', 'body', 'burning', 'quantity', 'gunpowder', 'burn', 'stove', 'blast', 'piece', 'burning', 'professor', 'kraeplin', 'heidelberg', 'germany', 'world', 'greatest', 'authority', 'experimental', 'psychology', 'recently', 'thousand', 'experiment', 'instrument', 'precision', 'scientifically', 'demonstrated', 'small', 'ounce', 'alcohol', 'appreciably', 'depress', 'sight', 'hearing', 'feeling', 'mental', 'operation', 'high', 'life', 'sanatorium', 'life', 'camp', 'adirondacks', 'tent', 'colony', 'roof', 'dwelling', 'method', 'taking', 'open', 'air', 'treatment', 'frequently', 'described', 'latest', 'novelty', 'line', 'experiment', 'correspondent', 'everybody', 'time', 'lived', 'high', 'dry', 'sturdy', 'white', 'oak', 'cooking', 'eating', 'sleeping', 'occasionally', 'entertained', 'fourteen', 'tent', 'house', 'dinner', 'seventy', 'foot', 'terra', 'firma', 'rope', 'ladder', 'connecting', 'mother', 'earth', 'sleeping', 'bunk', 'specially', 'constructed', 'triangular', 'bed', 'canvas', 'covered', 'towered', 'foot', 'living', 'apartment', 'platform', 'vicarious', 'cure', 'woodrow', 'wilson', 'tell', 'contemporary', 'doctor', 'philanthropic', 'bent', 'lived', 'pennsylvania', 'town', 'inhabitant', 'coal', 'miner', 'doctor', 'distressed', 'insanitary', 'condition', 'best', 'men', 'medical_profession', 'beginning', 'recognize', 'genuine', 'permanent', 'healing', 'bottle', 'bought', 'sold', 'ounce', 'primarily', 'result', 'coming', 'harmony', 'nature', 'law', 'intelligent', 'use', 'physiological', 'remedy', 'exercise', 'air', 'proper', 'food', 'hydriatic', 'measure', 'electricity', 'simple', 'confidence', 'god', 'physician', 'intelligently', 'skilfully', 'brings', 'influence', 'bear', 'patient', 'drug', 'use', 'paralyzing', 'influence', 'alcohol', 'cottage', 'presenting', 'new', 'thermometer', 'household', 'carefully', 'explained', 'inmate', 'necessity', 'maintaining', 'living', 'apartment', 'wholesome', 'atmosphere', 'thermometer', 'indicate', 'proper', 'degree', 'temperature', 'making', 'round', 'day', 'saw', 'cottage', 'thermometer', 'proudly', 'displayed', 'dangling', 'end', 'string', 'asked', 'woman', 'house', 'remembered', 'instruction', 'sir', 'reply', 'great', 'pain', 'temperature', 'hang', 'thing', 'watch', 'careful', 'good', 'exclaimed', 'gratified', 'doctor', 'temperature', 'rise', 'degree', 'sir', 'answer', 'outside', 'awhile', 'till', 'cool', 'spoil', 'hurry', 'wearing', 'nation', 'hurry', 'intensity', 'eager', 'living', 'willing', 'stop', 'live', 'osgood']
root - INFO - extracting file #46500: 2017-04-Final-Corpus/HR19060401-V41-04-page46.txt
root - INFO - extracting file #47000: 2017-04-Final-Corpus/HR19061001-V41-10-page87.txt
root - INFO - ['excessive_use', 'asparagus', 'cause', 'bloody', 'urine', 'better', 'rupture', 'diuretic', 'probably', 'healthy', 'subject', 'ton', 'cause', 'gall', 'stone', 'cure', 'infection', 'gall', 'bladder', 'removal', 'gall', 'stone', 'case', 'removal', 'gall', 'bladder', 'operation', 'frequently', 'performed', 'satisfactory', 'result', 'tomato', 'raroena', 'missouri', 'tomato', 'raw', 'canned', 'cooked', 'healthful', 'opinion', 'raroena', 'food', 'advertised', 'raw', 'food', 'danbury', 'conn', 'yes', 'recommend', 'flush', 'colon', 'missouri', 'treatment', 'fountain', 'syringe', 'cascade', 'recommend', 'home', 'use', 'flushing', 'colon', 'better', 'fountain', 'good', 'davidson', 'syringe', 'acid', 'fermentation', 'stomach', 'horlick', 'food', 'california', 'best', 'treatment', 'acid', 'fermentation', 'stomach', 'eat', 'apple', 'cherry', 'tomato', 'recommend', 'horlick', 'food', 'wash', 'stomach', 'stomach', 'tube', 'twice', 'week', 'great', 'pain', 'masticate', 'foo', 'thoroughly', 'adopt', 'simple', 'life', 'method', 'eating', 'thing', 'spen', 'week', 'sanitarium', 'learn', 'hog', 'live', 'according', 'battle', 'creek', 'unpleasant', 'effect', 'fron', 'use', 'food', 'avoid', 'horlick', 'food', 'wholesome', 'nervousness', 'washington', 'exercise', 'regularly', 'life', 'hygienically', 'fine', 'muscular', 'development', 'suffer', 'nervousness', 'palpitation', 'irregular', 'beating', 'heart', 'prevent', 'residence', 'pacific_coast', 'good', 'substitute', 'acid', 'fruit', 'disagree', 'sweet', 'essential', 'health', 'person', 'referred', 'izo', 'probably', 'neurasthenic', 'need', 'prolonged', 'course', 'health', 'training', 'favorable', 'condition', 'recovery', 'vital', 'equilibrium', 'change', 'climate', 'probably', 'accomplish', 'little', 'complete', 'change', 'habit', 'living', 'door', 'life', 'doubtless', 'serviceable', 'substitute', 'acid', 'fruit', 'rare', 'disuse', 'necessary', 'temporary', 'expedient', 'attention', 'radical', 'cure', 'proper', 'surgical', 'varicocele', 'new', 'york', 'asks', 'varicocele', 'curable', 'yes', 'loosening', 'gum', 'california', 'advise', 'acid', 'condition', 'stomach', 'cause', 'tartar', 'form', 'teeth', 'loosening', 'gum', 'tartar', 'teeth', 'disorder', 'stomach', 'infection', 'mouth', 'general_health', 'improved', 'mouth', 'disinfected', 'cleansing', 'time', 'daily', 'cinnamon', 'water', 'good', 'disinfectant', 'skilled', 'physician', 'consulted', 'avoid', 'use', 'meat', 'tend', 'promote', 'decay', 'teeth', 'ontario', 'original', 'diet', 'man', 'gen', 'state', 'god', 'appointed', 'fruit', 'tree', 'seed', 'bearing', 'herb', 'diet', 'man', 'meant', 'herb', 'plant', 'food', 'seed', 'fruit', 'grain', 'cereal', 'belong', 'grass', 'excluded', 'original', 'diet', 'printed', 'matter', 'subject', 'life', 'element', 'water', 'destroyed', 'distillation', 'pure', 'water', 'spring', 'water', 'filtered', 'better', 'distilled', 'water', 'mineral', 'commonly', 'water', 'necessary', 'good_health', 'normal', 'weight', 'man', 'foot', 'inch', 'height', 'diet', 'increase', 'weight', 'fruit', 'seed', 'probably', 'grain', 'like', 'plant', 'bearing', 'seed', 'seed', 'grain', 'cereal', 'doubtless', 'included', 'original', 'fare', 'probably', 'meant', 'taken', 'soft', 'unripe', 'state', 'book', 'entitled', 'shall', 'slay', 'eat', 'solid', 'matter', 'needed', 'body', 'furnished', 'food', 'pound', 'net', 'particularly', 'fat', 'carbohydrate', 'fattening', 'includes', 'starch', 'sugar', 'fruit', 'acid', 'gall', 'stone', 'washing', 'question', 'box']
root - INFO - extracting file #47500: 2017-04-Final-Corpus/HR19070601-V42-06-page86.txt
root - INFO - extracting file #48000: 2017-04-Final-Corpus/IR19011009-V07-20-page5.txt
root - INFO - ['dreds', 'fifty', 'patient', 'ness', 'average', 'beginning', 'day', 'longer', 'hankins', 'date', 'invoice', 'allowing', 'wear', 'tear', 'held', 'international', 'medical', 'attach', 'hereof', 'marked', 'exhibit', 'statement', 'sionary', 'benevolent', 'associaing', 'hankins', 'delivered', 'angel', 'indiana', 'reporter', 'void', 'vii', 'indianapolis', 'october', 'indianapolis', 'sanita', 'doubt', 'rium', 'correct', 'add', 'cash', 'borrowed', 'owing', 'report', 'committee', 'ross', 'unpaid', 'salary', 'date', 'person', 'thought', 'work', 'god', 'importance', 'own_business', 'peter', 'john', 'andrew', 'day', 'straightway', 'immediately', 'leave', 'business', 'father', 'engage', 'lord', 'work', 'good', 'saying', 'going', 'man', 'enlists', 'serve', 'war', 'cony', 'right', 'point', 'ready', 'service', 'day', 'ready', 'leave', 'life', 'country', 'today', 'praisers', 'published', 'liability', 'amounting', 'conference', 'com', 'deduct', 'mittee', 'session', 'today', 'considappraisement', 'remaining', 'representing', 'report', 'adopt', 'net', 'increment', 'september', 'satisfactory', 'prepared', 'transfer', 'gross', 'earnings', 'men', 'propeeky', 'incorporate', 'charittioned', 'late', 'reported', 'bro', 'edward', 'book', 'able', 'institution', 'fully', 'amounted', 'deduct', 'maeagement', 'directhis', 'net', 'inerement', 'tion', 'general', 'association', 'represents', 'brother', 'operating', 'expense', 'excluding', 'ordinary', 'wear', 'tear', 'usually', 'anxious', 'donate', 'enterprise', 'estimated', 'cent', 'acoveuant', 'thelord', 'come', 'forward', 'hunmutual', 'busiand', 'enlist', 'service', 'send', 'wonderful', 'experience', 'fur', 'daniel', 'angel', 'seventh', 'day', 'nventists', 'month', 'containing', 'stand', 'shut', 'lion', 'committee', 'selected', 'apestimate', 'monthly', 'expense', 'mouth', 'tion', 'indiana', 'conference', 'receipt', 'earnings', 'seen', 'near', 'praise', 'property', 'mid', 'effect', 'actual', 'expense', 'proven', 'lie', 'experience', 'today', 'canvasser', 'bath', 'treatment', 'room', 'located', 'recommend', 'view', 'positive', 'constant', 'need', 'indianapolis', 'indiana', 'estabthe', 'apparent', 'prosperous', 'condition', 'angelic', 'ministration', 'lished', 'business', 'owner', 'important_work', 'work', 'plant', 'allowed', 'invoice', 'price', 'ross', 'advise', 'price', 'viz', 'net', 'paid', 'indiana', 'conference', 'increment', 'strength', 'born', 'respectfully', 'releave', 'repreagain', 'accompanied', 'port', 'senting', 'original', 'investment', 'instructed', 'holy', 'angel', 'unpaid', 'salary', 'september', 'ross', 'added', 'dwelling', 'inspected', 'thoroughly', 'possible', 'wish', 'express', 'appreciathe', 'people', 'preparing', 'way', 'contained', 'plant', 'tion', 'valued', 'assistance', 'renderand', 'practically', 'bur', 'edward', 'diligent', 'thorough_work', 'classifying', 'good', 'new', 'wefound', 'account', 'verifying', 'cost', 'practical', 'utility', 'original', 'inthem', 'test', 'vol', 'great', 'privilege', 'daniel', 'enjoyed', 'exercise', 'faith', 'daniel', 'necessaryprerequisite', 'nloony', 'librarian', 'notice', 'data', 'pint', 'quarterly', 'report', 'ready', 'blank', 'mail', 'shortly', 'mail', 'blank', 'advised', 'printed', 'matter', 'soon', 'reach', 'dist', 'han', 'libraria', 'trying', 'send', 'payment', 'postage', 'like', 'librarian', 'report', 'filled', 'promptly', 'returned', 'soon', 'possible', 'blank', 'mailed', 'office', 'nevus', 'necessary', 'proper', 'connection', 'voice', 'ordinwith', 'operation', 'business', 'bro', 'edward', 'previously', 'gone', 'book', 'account', 'checked', 'gina', 'invoice', 'cost', 'properly', 'included', 'stock', 'inventory', 'effect', 'property', 'concern', 'chargeable', 'exarily', 'difficult', 'present', 'case', 'regular', 'book', 'kept', 'respectfully', 'submitted', 'goonwfx', 'ross', 'arthu', 'going', 'jesus', 'peter', 'anpense', 'account', 'statement', 'drew', 'fishing', 'called', 'foldetail', 'filed', 'herewith', 'marked', 'exlow', 'gohibit', 'present', 'cost', 'ing', 'straightway', 'left', 'invoice', 'price', 'brother', 'ward', 'reported', 'little', 'finding', 'committee', 'lie', 'young_man', 'mending', 'net', 'book', 'jesus', 'called', 'imoriginal', 'cash', 'capital', 'invested', 'mediately', 'left', 'ship', 'business', 'ross', 'interested', 'chum', 'heft', 'followed', 'net', 'followed', 'going']
root - INFO - extracting file #48500: 2017-04-Final-Corpus/IR19060509-V12-10-page1.txt
root - INFO - extracting file #49000: 2017-04-Final-Corpus/IR19090414-V15-08-page5.txt
root - INFO - ['fourth', 'sabbath', 'missionary', 'program', 'sabbath', 'april', 'opening', 'hymn', 'prayer', 'scripture', 'lesson', 'matt', 'song', 'remark', 'lesson', 'parable', 'sower', 'secretary', 'report', 'preceding', 'meeting', 'reading', 'man', 'work', 'reporter', 'march', 'unfinished', 'business', 'plan', 'discussed', 'meeting', 'fully', 'decided', 'verbal', 'report', 'experience', 'farm', 'month', 'fort', 'wayne', 'branch', 'missionary_work', 'plan', 'future_work', 'include', 'team', 'farming', 'tool', 'frankton', 'glenwood', 'goshen', 'grass', 'creek', 'greenfield', 'hartford', 'city', 'honey', 'creek', 'huntington', 'ldaville', 'indianapolis', 'east', 'time', 'monthly', 'magazine', 'faithful', 'adventist', 'sister', 'acof', 'best', 'number', 'issued', 'illuminated', 'cover', 'design', 'work', 'care', 'boy', 'attractive', 'following', 'title', 'leading', 'article', 'desire', 'child', 'raised', 'great', 'controversy', 'white', 'evolution', 'creation', 'truth', 'good_wages', 'paid', 'proper', 'person', 'help', 'george', 'mccready', 'price', 'employed', 'assist', 'house', 'zion', 'muncie', 'chapman', 'alexander', 'movement', 'elder', 'underwood', 'sabbath', 'question', 'elder', 'farm_work', 'additional', 'information', 'new', 'hope', 'dealt', 'legislature', 'state', 'past', 'winter', 'home', 'temperance', 'defunerals', 'occasion', 'partments', 'usual', 'address', 'reach', 'indepent', 'telephone', 'number', 'house', 'robert', 'order', 'office', 'aaaaaa', 'haaai', 'aaitio', 'wanted', 'eitisiki', 'reiceieieeve', 'ettefotd', 'akron', 'box', 'denver', 'ind', 'wanted', 'experienced', 'farmer', 'sabbath', 'keeper', 'furnish', 'good', 'zine', 'protestant', 'reference', 'single', 'man', 'preferred', 'circulation', 'new', 'magause', 'periodical', 'collect', 'written', 'report', 'closing', 'song', 'benediction', 'sign', 'monthly', 'john', 'turner', 'kemington', 'ind', 'wanted', 'good_home', 'open', 'middle', 'aged', 'adventist', 'sister', 'light', 'house', 'work', 'care', 'small', 'child', 'parent', 'work', 'truck', 'garden', 'moderate', 'individual', 'street', 'west', 'number', 'sign', 'wage', 'paid', 'good_home', 'ready', 'inwood', 'jefferson', 'jonesboro', 'kennard', 'kokomo', 'fayette', 'lebanon', 'ligonier', 'linton', 'logansport', 'marton', 'michael', 'michigan', 'city', 'middletown', 'vernon', 'wanted', 'good', 'single', 'man', 'anderson', 'barber', 'work', 'market', 'garden', 'boggstown', 'perience', 'required', 'pay', 'good', 'brookston', 'wage', 'good', 'hand', 'address', 'connersville', 'family', 'work', 'elwood', 'farmersburg', 'wage', 'rent', 'furnish', 'franklin', 'cept', 'responsibility', 'house', 'gentleman', 'adventist', 'new', 'london', 'new', 'marton', 'noblesville', 'northfield', 'north', 'liberty', 'north', 'vernon', 'oolitic', 'patrickshurg', 'peru', 'petersburg', 'pleasant', 'view', 'princeton', 'corliss', 'paper', 'received', 'religious', 'liberty', 'department', 'good', 'ought', 'use', 'attention', 'sunday', 'send', 'conference_office', 'colporters', 'report', 'march', 'address', 'rook', 'value', 'help', 'taylor', 'seventh', 'chapter', 'daniel', 'elder', 'hibbard', 'emmanuel', 'movement', 'elder', 'geo', 'rine', 'willing', 'elder', 'white', 'true', 'divine', 'ings', 'north', 'vernon', 'week', 'healing', 'kress', 'principle', 'practice', 'pagan', 'papal', 'week', 'review', 'list', 'protestant', 'elder', 'geo', 'state', 'having', 'ordered', 'largest', 'snyder', 'bible', 'reading', 'fate', 'number', 'temperance', 'youth', 'case', 'write', 'spohr', 'indianapolis', 'elder', 'anderson', 'held', 'meetof', 'wicked', 'elder', 'instructor', 'place', 'indiana', 'fifth', 'rocklane', 'meteker', 'rush', 'total', 'receipt', 'anderson', 'treas', 'waldron', 'walkerton', 'west', 'liberty', 'wolcottville', 'wolf', 'lake', 'year', 'expect', 'notice', 'home', 'jonesboro', 'interesting', 'article', 'appear', 'desiring', 'service', 'tithe', 'report', 'march', 'dana', 'denver', 'elkhart', 'elnora', 'richmond', 'rochester', 'wabash', 'valley', 'sanitarium', 'salem', 'seymour', 'south_bend', 'sunman', 'terre', 'haute', 'unionville']
root - INFO - extracting file #49500: 2017-04-Final-Corpus/LB19001001-V03-08-page13.txt
root - INFO - extracting file #50000: 2017-04-Final-Corpus/LB19021001-V05-10-page27.txt
root - INFO - ['child', 'saved', 'discover', 'child', 'contracted', 'disease', 'treat', 'matter', 'complacently', 'begin', 'plan', 'restored', 'health', 'sinsick', 'son', 'daughter', 'concerned', 'matter', 'time', 'spend', 'day', 'earnest_prayer', 'careful', 'thought', 'devising', 'mean', 'securing', 'spiritual', 'restoration', 'loved', 'certain', 'greatest', 'obstacle', 'child', 'way', 'remember', 'life', 'far', 'effective', 'sermon', 'practical', 'higher', 'education', 'society', 'instruction', 'girl', 'try', 'displease', 'heavenly_father', 'protect', 'character', 'association', 'boy', 'men', 'flirt', 'stranger', 'smile', 'attractive', 'cold', 'stare', 'look', 'away', 'allow', 'eye', 'meet', 'remember', 'think', 'girl', 'doe', 'respect', 'doe', 'demand', 'boy', 'man', 'respectful', 'sister', 'mother', 'old', 'accept', 'respectful', 'attention', 'gentleman', 'allowthem', 'stay', 'till', 'late', 'hour', 'young_people', 'drowsy', 'responsible', 'general_rule', 'ride', 'carriage', 'man', 'better', 'company', 'lady', 'lady', 'gentleman', 'driving', 'man', 'rich', 'educated', 'handsome', 'guarantee', 'gentleman', 'character', 'action', 'test', 'gentlemanhood', 'employer', 'manager', 'intimate', 'wish', 'hold', 'position', 'unlady', 'like', 'leave', 'notify', 'practical', 'higher', 'education', 'society', 'member', 'unable', 'obtain', 'employment', 'avoid', 'company', 'woman', 'suggests', 'wrong', 'wish', 'accompany', 'questionable', 'place', 'time', 'accomplice', 'gradually', 'leading', 'girl', 'destruction', 'apparently', 'innocent', 'way', 'soon', 'revealed', 'real', 'character', 'idea', 'place', 'amusement', 'visit', 'company', 'gossard', 'founder', 'practical', 'higher', 'educational', 'society', 'disappointed', 'way', 'david', 'paulson', 'bitterly', 'disappointed', 'cherished', 'plan', 'completely', 'frustrated', 'time', 'learn', 'eye', 'opened', 'thankful', 'permitted', 'own_way', 'sake', 'fret', 'mourn', 'complain', 'thing', 'turned', 'expected', 'relate', 'incident', 'connected', 'tragic', 'death', 'fellow_worker', 'battle', 'creek_sanitarium', 'young_people', 'planned', 'secure', 'relaxation', 'toil', 'weariness', 'day', 'taking', 'evening', 'boat', 'ride', 'beautiful', 'lake', 'goguac', 'moment', 'urgent_call', 'suffering', 'invalid', 'attention', 'necessary', 'deny', 'anticipated', 'pleasure', 'felt', 'disappointment', 'keenly', 'shed', 'bitter', 'tear', 'duty', 'performed', 'attempt', 'join', 'party', 'gone', 'failing', 'purse', 'room', 'went', 'street_car', 'hoping', 'meet', 'friend', 'lend', 'necessary', 'change', 'disappointed', 'gave', 'despair', 'returned', 'room', 'undoubtedly', 'saying', 'like', 'jacob', 'old', 'thing', 'gen', 'shortly', 'midnight', 'awakened', 'learn', 'sad', 'news', 'friend', 'met', 'terrible', 'accident', 'resulted', 'instant', 'death', 'difficult', 'recognize', 'lord', 'apparent', 'obstacle', 'mean', 'saving', 'life', 'dear', 'reader', 'loving', 'intelligence', 'continually', 'operating', 'necessary', 'loi', 'clear', 'convincing', 'evidence', 'fact', 'gave', 'worker', 'blessed', 'seen', 'believed', 'john', 'know', 'things_work', 'good', 'love', 'god', 'rom', 'day', 'judgment', 'reveal', 'single', 'exception', 'principle', 'eye', 'opened', 'moment', 'life', 'step', 'spiritual', 'physical', 'death', 'sam', 'grateful', 'lord', 'know', 'best', 'way', 'tried', 'permit', 'shall', 'come', 'forth', 'gold', 'job', 'life', 'far', 'discontent', 'lot', 'providence', 'assigned', 'remember', 'lord', 'best', 'kindest', 'thing', 'possible', 'willing', 'allow', 'opportunity', 'better', 'the_life_boat']
root - INFO - extracting file #50500: 2017-04-Final-Corpus/LB19040201-V07-02-page9.txt
root - INFO - extracting file #51000: 2017-04-Final-Corpus/LB19050601-V08-06-page13.txt
root - INFO - ['the_life_boat', 'tihtt', 'present', 'truth', 'present', 'time', 'sadler', 'vew', 'prophetic', 'history', 'world', 'nebuchadnezzar', 'dream', 'interpretation', 'daniel', 'interprets', 'king', 'marvelous', 'dream', 'universal', 'empire', 'prophet', 'explains', 'golden', 'head', 'image', 'represents', 'kingdom', 'babylon', 'dream', 'tell', 'interpretation', 'thereof', 'king', 'thou', 'king', 'art', 'king', 'king', 'god', 'heaven', 'hath', 'given', 'thee', 'kingdom', 'power', 'strength', 'glory', 'wheresoever', 'child', 'men', 'dwell', 'beast', 'field', 'fowl', 'heaven', 'hath', 'given', 'thine_hand', 'hath', 'thee', 'ruler', 'thou', 'art', 'head', 'gold', 'dan', 'babylon', 'rose', 'place', 'supreme', 'power', 'kingdom', 'assyria', 'ruled', 'world', 'ezek', 'babylonian', 'empire', 'established', 'revolt', 'nabopolassar', 'assyrian', 'governor', 'province', 'babylonia', 'year', 'death', 'nabopolassar', 'year', 'nebuchadnezzar', 'king', 'babylon', 'succeeded', 'elevating', 'kingdom', 'dignity', 'universal', 'empire', 'nebuchadnezzar', 'probably', 'saw', 'reason', 'kingdom', 'end', 'teach', 'shall', 'come', 'pas', 'caused', 'dream', 'great_image', 'listen', 'daniel', 'interpretation', 'empire', 'succeed', 'empire', 'terminate', 'everlasting', 'reign', 'blessed', 'son', 'god', 'nebuchadnezzar', 'erected', 'great_image', 'cull', 'gold', 'foot', 'high', 'commanded', 'everybody', 'worship', 'contrasted', 'idea', 'perpetuation', 'golden', 'kingdom', 'image', 'god', 'revealed', 'dream', 'composed', 'metal', 'inferior', 'head', 'foot', 'according', 'daniel', 'interpretation', 'indicating', 'babylonian', 'empire', 'shortly', 'end', 'succeeded', 'world', 'power', 'hebrew', 'child', 'refused', 'bow', 'knee', 'golden', 'image', 'king', 'set', 'contrast', 'seen', 'dream', 'cast', 'fiery_furnace', 'miraculously', 'delivered', 'king', 'brought', 'temporarily', 'error', 'way', 'vain', 'foolish', 'dream', 'perpetuation', 'kingdom', 'vanished', 'brought', 'greater', 'humiliation', 'willing', 'accept', 'decree', 'heaven', 'spoken', 'prophet', 'daniel', 'said', 'matter', 'decree', 'watcher', 'demand', 'word', 'holy', 'intent', 'living', 'know', 'high', 'ruleth', 'kingdom', 'men', 'giveth', 'whomsoever', 'setteth', 'basest', 'men', 'dan', 'humble', 'pride', 'king', 'robbed', 'reason', 'seven', 'year', 'lived', 'life', 'beast', 'dan', 'experience', 'came', 'sens', 'honored', 'god', 'daniel', 'submitted', 'decree', 'wise', 'powerful', 'nebuchadnezzar', 'died', 'evil', 'merodach', 'son', 'ruled', 'year', 'followed', 'neriglissar', 'brother', 'law', 'evil', 'merodach', 'killed', 'fourth', 'year', 'reign', 'median', 'revolt', 'son', 'laboroso', 'archod', 'reigned', 'month', 'assassinated', 'wicked', 'rule', 'nabonadius', 'man', 'rank', 'throne', 'belshazzar', 'eldest', 'son', 'reigned', 'jointly', 'king', 'babylon', 'according', 'nebuchadnezzar', 'dream', 'interpretation', 'thereof', 'god', 'showed', 'daniel', 'night', 'belshazzar', 'gave', 'feast', 'thousand', 'lord', 'medes', 'persian', 'took', 'kingdom', 'babylon', 'great', 'fell', 'year', 'night', 'belshazzar', 'king', 'chaldean', 'slain', 'darius', 'median']
root - INFO - extracting file #51500: 2017-04-Final-Corpus/LB19061001-V09-10-page5.txt
root - INFO - extracting file #52000: 2017-04-Final-Corpus/LB19080301-V11-03-page6.txt
root - INFO - ['the_life_boat', 'chart', 'action', 'supersede', 'laid', 'man', 'nazareth', 'teaching', 'solace', 'mankind', 'grumble', 'martha', 'vetter', 'thirty', 'fifth', 'place', 'chicago', 'trust', 'reading', 'article', 'led', 'dedicate', 'life', 'similar', 'service', 'glad', 'correspond', 'eol', 'think', 'doe', 'good', 'meet', 'people', 'unfortunate', 'appreciate', 'blessing', 'begin', 'realize', 'thankful', 'ought', 'realized', 'right', 'dispensary', 'people', 'thing', 'eat', 'house', 'sick', 'miserable', 'condition', 'visiting', 'home', 'poor', 'place', 'called', 'husband', 'sick', 'rheumatism', 'woman', 'biscuit', 'child', 'return', 'school', 'place', 'child', 'gotten', 'scarlet_fever', 'clothes', 'mother', 'said', 'skirt', 'waist', 'restaurant', 'work', 'told', 'come', 'gave', 'clothes', 'went', 'away', 'happy', 'thanks', 'dear', 'reader', 'sending', 'clothing', 'able', 'away', 'hard', 'winter', 'people', 'lot', 'men', 'work', 'able', 'glad', 'lord', 'vineyard', 'help', 'fortunate', 'treat', 'fifty', 'people', 'day', 'kind', 'pitiful', 'case', 'come', 'observation', 'heart', 'feel', 'thankful', 'god', 'called', 'work', 'come', 'contact', 'people', 'tell', 'god', 'love', 'doe', 'try', 'mean', 'bringing', 'dear', 'reader', 'discouraged', 'think', 'hard_time', 'come', 'dispensary', 'trip', 'people', 'soon', 'forget', 'trouble', 'selfish', 'joy', 'sweet', 'happiness', 'come', 'looking', 'day', 'work', 'god', 'help', 'home', 'brighter', 'wrinkled', 'face', 'smile', 'woman', 'tear', 'dry', 'greatest', 'blessing', 'come', 'human', 'hard', 'port', 'rev', 'ufford', 'author', 'throw', 'life', 'line', 'ship', 'ploughing', 'sea', 'stationed', 'man', 'forward', 'deck', 'eagerly', 'scan', 'distance', 'approaching', 'ship', 'obstruction', 'ear', 'catch', 'sound', 'breaker', 'tumbling', 'ledge', 'shoal', 'pass', 'word', 'man', 'wheel', 'moment', 'peril', 'quick', 'order', 'hard', 'port', 'paul', 'apostle', 'suffered', 'shipwreck', 'lends', 'adventure', 'saw', 'shipmen', 'sounding', 'observed', 'fear', 'writer', 'mentioning', 'horror', 'falling', 'rock', 'stately', 'ship', 'outward', 'bound', 'spectacle', 'sea', 'look', 'watch', 'pilot', 'helm', 'come', 'momentous', 'task', 'skill', 'watchfulness', 'crisis', 'human_life', 'moment', 'helm', 'hard', 'aport', 'shoal', 'evil', 'safely', 'narrowly', 'passed', 'man', 'die', 'asked', 'ministering', 'visitor', 'moaned', 'poor', 'sinking', 'soul', 'undo', 'city', 'portland', 'steamboat', 'plying', 'boston', 'portland', 'maine', 'saturday', 'evening', 'november', 'storm', 'signal', 'flying', 'windswept', 'bay', 'maine', 'milder', 'sea', 'carolina', 'old', 'captain', 'blanchard', 'weathered', 'gale', 'ventured', 'forth', 'fateful', 'errand', 'ship', 'preceded', 'met', 'coming', 'waved', 'salute', 'fearless', 'passenger', 'valedictory', 'went', 'night', 'storm', 'ship', 'foundered', 'board', 'lie', 'new', 'england', 'coast']
root - INFO - extracting file #52500: 2017-04-Final-Corpus/LB19090901-V12-09-page10.txt
root - INFO - extracting file #53000: 2017-04-Final-Corpus/LB19110201-V14-02-page23.txt
root - INFO - ['celebrated', 'astronomer', 'meteorologist', 'prof', 'olmsted', 'yale', 'college', 'fortunate', 'witness', 'exhibition', 'shooting', 'star', 'morning', 'november', 'probably', 'saw', 'greatest', 'display', 'celestial', 'firework', 'seen', 'creation', 'world', 'annals', 'covered', 'page', 'history', 'nearly', 'place', 'meteor', 'beg', 'attract', 'notice', 'unusual', 'frequency', 'early', 'clock', 'increased', 'number', 'splendor', 'clock', 'time', 'gradually', 'declined', 'visible', 'lost', 'light', 'day', 'meteor', 'fly', 'random', 'sky', 'appeared', 'emanate', 'point', 'constellation', 'leo', 'near', 'star', 'called', 'gamma', 'leonis', 'bend', 'sickle', 'rev', 'extent', 'shower', 'cover', 'inconsiderable', 'earth', 'surface', 'middle', 'atlantic', 'east', 'pacific', 'west', 'northern', 'coast', 'south', 'america', 'undefined', 'region', 'british', 'possession', 'north', 'exhibition', 'visible', 'presented', 'nearly', 'appearance', 'longer', 'regarded', 'terrestial', 'celestial', 'phenomenon', 'shooting', 'star', 'viewed', 'casual', 'production', 'upper', 'region', 'atmosphere', 'visitant', 'world', 'planetary', 'void', 'admit', 'living', 'closing', 'day', 'earth', 'history', 'saviour', 'continues', 'speaking', 'coming', 'learn', 'parable', 'fig_tree', 'branch', 'tender', 'putteth', 'forth', 'leaf', 'know', 'summer', 'nigh', 'likewise', 'shall', 'thing', 'know', 'near', 'door', 'matt', 'luke', 'read', 'thing', 'begin', 'come', 'pas', 'look', 'lift', 'head', 'redemption_draweth_nigh', 'sign', 'saviour', 'gave', 'disciple', 'eighteen', 'year', 'ago', 'come', 'true', 'expect', 'fulfilment', 'shaking', 'power', 'heaven', 'personal', 'appearing', 'christ', 'dear_reader', 'undeniable', 'fact', 'fact', 'stubborn', 'thing', 'handle', 'necessarily', 'bend', 'mean', 'hear', 'obey', 'saviour', 'little', 'verily', 'unto', 'generation', 'shall', 'pas', 'till', 'thing', 'fulfilled', 'heaven', 'earth', 'shall', 'pas', 'away', 'word', 'shall', 'pas', 'away', 'matt', 'generation', 'evidently', 'recognized', 'fulfilled', 'sign', 'sign', 'second', 'coming', 'year', 'sign', 'soon', 'coming', 'proclaimed', 'mean', 'generation', 'alive', 'according', 'christ', 'word', 'pas', 'away', 'till', 'shall', 'appear', 'redeem', 'mean', 'people', 'living', 'today', 'live', 'blessed', 'redeemer', 'come', 'cloud', 'heaven', 'power', 'great_glory', 'sonie', 'preparing', 'meet', 'waiting', 'telling', 'soon', 'appearing', 'class', 'watching', 'sign', 'saviour', 'commanded', 'class', 'designated', 'evil', 'servant', 'said', 'heart', 'lord_delayeth', 'coming', 'accept', 'good_news', 'soon', 'coming', 'cheerful', 'heart', 'tell', 'hath', 'ear', 'hear', 'let', 'hear', 'life', 'moat', 'want', 'training', 'city', 'medical', 'missionary', 'work', 'wish', 'announce', 'burning', 'desire', 'heart', 'undertake', 'practical', 'city', 'missionary', 'work', 'second', 'month', 'course', 'begin', 'april', 'student', 'taught', 'important', 'essential', 'bed', 'nursing', 'simple', 'treatment', 'simple', 'disorder', 'physiology', 'hygiene', 'given', 'live', 'practical_instruction', 'bible', 'truth', 'time', 'object', 'fit', 'worker', 'practical', 'soul', 'winner', 'time', 'prepared', 'operate', 'physician', 'rendering', 'practical', 'service', 'home', 'sick', 'poor', 'afford', 'employ', 'regular', 'trained', 'nurse', 'unusual', 'opportunity', 'write', 'information', 'address', 'david', 'paulson', 'hinsdale', 'ill', 'elder', 'serns', 'thirtythird', 'place', 'chicago']
root - INFO - extracting file #53500: 2017-04-Final-Corpus/LB19120701-V15-07-page16.txt
root - INFO - extracting file #54000: 2017-04-Final-Corpus/LB19131001-V16-10-page6.txt
root - INFO - ['the_life_boat', 'god', 'restoration', 'health', 'making', 'use', 'opportunity', 'reach', 'discarding', 'such_things', 'god', 'clearly', 'shown', 'wrong', 'god', 'health', 'infinite_wisdom', 'good', 'use', 'life', 'bless', 'good', 'good', 'work', 'infirmity', 'permit', 'retain', 'paul', 'case', 'word', 'work', 'good', 'soul', 'winner', 'prison', 'dannemora', 'prison', 'trusting', 'lord', 'jesus_christ', 'day', 'long', 'receiving', 'rich_blessings', 'tlim', 'true', 'way', 'getting', 'splendid', 'bible', 'studying', 'spare_time', 'blessing', 'teach', 'love', 'lord', 'jesus', 'teach', 'way', 'working', 'dear_lord', 'tell', 'men', 'try', 'encourage', 'telling', 'came', 'lead', 'good', 'life', 'tell', 'knee', 'ask', 'god', 'forgive', 'better', 'men', 'told', 'man', 'life', 'money', 'world', 'promised', 'live', 'better', 'life', 'spoke', 'week', 'ago', 'ought', 'change', 'thanks', 'speaking', 'lord', 'jesus_christ', 'wonderful', 'power', 'thank', 'good', 'christian', 'people', 'hinsdale', 'today', 'god', 'fearing', 'christian', 'indiana', 'state', 'prison', 'answer', 'letter', 'received', 'the_life_boat', 'tract', 'thank', 'bible', 'cell', 'like', 'read', 'chapter', 'roman', 'help', 'glad', 'hear', 'worker', 'know', 'young_man', 'prison', 'want', 'break', 'away', 'company', 'live', 'better', 'purer', 'life', 'know', 'touching', 'work', 'watching', 'work', 'place', 'life_boat', 'sent', 'surprise', 'want', 'read', 'man', 'want', 'live', 'better', 'life', 'want', 'set', 'main', 'sin', 'cause', 'close', 'asking', 'prayer', 'life', 'saviour', 'gave', 'gained', 'honor', 'bar', 'prisoner', 'writes', 'dannemora', 'letter', 'bible', 'thank', 'started', 'read', 'bible', 'reading', 'story', 'joseph', 'brother', 'time', 'read', 'bible', 'kind', 'probably', 'read', 'year', 'gone', 'led', 'life', 'reading', 'bible', 'understand', 'verse', 'ask', 'straighten', 'attend', 'service', 'sunday', 'chapel', 'good', 'record', 'care', 'lose', 'short_time', 'year', 'month', 'taken', 'seven', 'year', 'good', 'conduct', 'inmate', 'conduct', 'good', 'year', 'receives', 'honor', 'bar', 'placed', 'left', 'coat', 'sleeve', 'receives', 'year', 'conduct', 'good', 'reach', 'bar', 'star', 'placed', 'sleeve', 'honor', 'bar', 'sleeve', 'inmate', 'allowed', 'write', 'letter', 'month', 'honor', 'bar', 'allowed', 'write', 'second', 'fourth', 'sunday', 'month', 'honor', 'bar', 'encouraging', 'star', 'year', 'good', 'conduct', 'allowed', 'write', 'letter', 'week', 'write', 'great_pleasure', 'write', 'letter', 'hope', 'line', 'best', 'health', 'morning', 'night', 'knee', 'silent', 'prayer', 'god', 'fit', 'pray', 'spend', 'time', 'prayer', 'merry', 'heart', 'kill', 'microbe', 'medicine']
root - INFO - extracting file #54500: 2017-04-Final-Corpus/LB19150301-V18-03-page22.txt
root - INFO - extracting file #55000: 2017-04-Final-Corpus/LB19160701-V19-07-page18.txt
root - INFO - ['the_life_boat', 'time', 'left', 'month', 'decided', 'baby', 'raise', 'glad', 'mother', 'situated', 'care', 'own_children', 'new', 'young', 'woman', 'charge', 'garment', 'department', 'came', 'week', 'ago', 'week', 'old', 'baby', 'weighed', 'half', 'pound', 'birth', 'glad', 'report', 'child', 'developing', 'beautifully', 'settle', 'sought', 'lord', 'received', 'light', 'help', 'work', 'case', 'month', 'sought', 'lord', 'wonderfully', 'helped', 'girl', 'getting', 'beautifully', 'able', 'home', 'soon', 'morning', 'worship', 'help', 'inspiration', 'girl', 'comfort', 'cheer', 'carry', 'burden', 'little', 'time', 'spent', 'seeking', 'lord', 'day', 'work', 'lighter', 'work', 'day', 'crowd', 'difficult', 'spend', 'time', 'seeking', 'lord', 'work', 'better', 'girl', 'deeply', 'interested', 'sabbath', 'school', 'held', 'home', 'week', 'look', 'forward', 'anticipation', 'delight', 'getting', 'lesson', 'attending', 'stenographer', 'office', 'worker', 'sanitarium', 'taken', 'burden', 'sabbath', 'school', 'conduct', 'week', 'remarked', 'pleasure', 'girl', 'taken', 'prepared', 'lesson', 'memory', 'verse', 'girl', 'leave', 'write', 'beautiful', 'letter', 'thanks', 'appreciation', 'care', 'received', 'home', 'recently', 'received', 'letter', 'inviting', 'visit', 'girl', 'certainly', 'lord', 'vineyard', 'wonderful', 'opportunity', 'heal', 'broken', 'hearted', 'point', 'soul', 'christ', 'want', 'reader', 'remember', 'work', 'prayer', 'organized', 'little', 'prayer', 'band', 'pray', 'work', 'home', 'news', 'the_life_boat', 'mission', 'elizabeth', 'kemp', 'desplaines', 'chicago', 'joy', 'gratitude', 'heart', 'write', 'article', 'god', 'work', 'having', 'splendid', 'service', 'good_attendance', 'night', 'hand', 'raised', 'prayer', 'minister', 'helping', 'night', 'week', 'having', 'stereop', 'youngster', 'cared', 'mother', 'home', 'weaver', 'making', 'beautiful', 'rug', 'new', 'fly', 'shuttle', 'loom', 'friend', 'helped', 'procure', 'mention', 'enjoying', 'strawberry', 'patch', 'berry', 'time', 'day', 'fresh', 'garden', 'spiritual', 'work', 'home', 'depends', 'prayer', 'prayer', 'know', 'problem', 'come', 'lord']
root - INFO - extracting file #55500: 2017-04-Final-Corpus/LB19181001-V21-10-page32.txt
root - INFO - extracting file #56000: 2017-04-Final-Corpus/LB19200101-V23-01-page8.txt
root - INFO - ['the_life_boat', 'work', 'given', 'miss', 'remington', 'said', 'especially', 'troubled', 'day', 'wishing', 'know', 'lord', 'bible', 'hand', 'open', 'word', 'tomorrow', 'time', 'sun', 'hot', 'shall', 'help', 'time', 'doubt', 'right_thing', 'stay', 'work', 'miss', 'remington', 'helper', 'life', 'helpful', 'ministry', 'holding', 'sunday', 'school', 'class', 'cooking', 'sewing', 'class', 'girl', 'woman', 'class', 'boy', 'manual', 'training', 'basketry', 'class', 'shoe', 'repairing', 'holding', 'mother', 'meeting', 'summed', 'statement', 'italian', 'woman', 'said', 'half', 'lived', 'till', 'came', 'mother', 'meeting', 'singing', 'class', 'try', 'right', 'club', 'men', 'club', 'temperance', 'society', 'kindergarten', 'class', 'library', 'nursery', 'activity', 'wrought', 'remarkable', 'change', 'old', 'tenement', 'block', 'live', 'dark', 'haired', 'brown', 'eyed', 'inhabitant', 'sea', 'labored', 'wayward', 'girl', 'near', 'street', 'located', 'questionable', 'resort', 'miss', 'remington', 'felt', 'duty', 'care', 'italian', 'family', 'large', 'heart', 'reached', 'wayward', 'sister', 'door', 'speaking', 'experience', 'girl', 'said', 'worked', 'worked', 'doe', 'good', 'believe', 'wasted', 'think', 'time', 'turn', 'live', 'decent', 'life', 'feel', 'work', 'harder', 'child', 'said', 'hear', 'laura', 'courage', 'try', 'poor', 'miserable', 'woman', 'street', 'year', 'laura', 'conversion', 'wrote', 'miss', 'remington', 'follows', 'writing', 'letter', 'today', 'anniversary', 'new_life', 'year', 'old', 'week', 'wonder', 'remember', 'year', 'ago', 'today', 'day', 'miss', 'remington', 'shudder', 'think', 'day', 'thankful', 'came', 'started', 'mission', 'forever', 'lost', 'come', 'work', 'forget', 'lord', 'saved', 'time', 'kept', 'know', 'till', 'end', 'pray', 'day', 'live', 'carry', 'work', 'year', 'able', 'desire', 'heart', 'granted', 'able', 'canal', 'street', 'clean', 'street', 'love', 'woman', 'know', 'know', 'tell', 'praying', 'tell', 'jesus', 'able', 'save', 'terrible', 'blind', 'know', 'long_years', 'long', 'know', 'till', 'yonder', 'dear_sister', 'dear_lord', 'help', 'courage', 'past', 'word', 'express', 'feeling', 'today', 'think', 'saved', 'year', 'ago', 'sister', 'christ', 'laura', 'goodman', 'took', 'tenement', 'charge', 'miss', 'remington', 'asked', 'charge', 'tenement', 'house', 'finally', 'decided', 'living', 'house', 'called', 'undesirable', 'tenant', 'day', 'went', 'collect', 'rent', 'received', 'said', 'easy', 'way', 'mind', 'meet', 'woman', 'tell', 'chance', 'life', 'help', 'live', 'said', 'building', 'clean', 'wholesome', 'long', 'waiting', 'list', 'strength', 'like', 'tenement', 'know', 'clean', 'decent', 'people', 'live', 'year', 'ago', 'miss', 'remington', 'statement', 'work', 'sixteen', 'year', 'ago', 'came', 'live', 'nearly', 'house', 'canal', 'street', 'adjoining', 'street', 'dive', 'dance', 'hall', 'saloon', 'dive', 'kept', 'woman', 'region', 'gotten', 'woman', 'living']
root - INFO - extracting file #56500: 2017-04-Final-Corpus/LH19041201-V19-12-page24.txt
root - INFO - extracting file #57000: 2017-04-Final-Corpus/LH19060301-V21-03-page26.txt
root - INFO - ['vestions', 'answer', 'conducted', 'george', 'hare', 'iowa', 'circle', 'washington', 'question', 'received', 'necessary', 'select', 'answer', 'olumns', 'likely', 'general_interest', 'question', 'sent', 'hare', 'accompanied', 'return', 'postage', 'receive', 'prompt', 'reply', 'mail', 'sure', 'address', 'remember', 'question', 'department', 'sent', 'business', 'letter', 'office', 'delayed', 'overlooked', 'write', 'plainly', 'use', 'lead', 'pencil', 'injury', 'kneecap', 'mass', 'small', 'sore', 'kneecap', 'wholly', 'heal', 'caused', 'falling', 'stone', 'hit', 'repeatedly', 'pedal', 'bicycle', 'gathered', 'run', 'month', 'accident', 'trouble', 'suffering', 'injury', 'deep', 'tissue', 'probably', 'involving', 'bony', 'tissue', 'kneecap', 'advise', 'knee', 'condition', 'absolute', 'rest', 'nearly', 'apply', 'vigorous', 'hot', 'fomentation', 'knee', 'hour', 'time', 'time', 'day', 'paint', 'knee', 'day', 'iodine', 'week', 'omitting', 'day', 'occasionally', 'iodine', 'burn', 'severely', 'area', 'painted', 'large', 'hand', 'home', 'treatment', 'doe', 'relieve', 'week', 'examined', 'good', 'surgeon', 'removal', 'hair', 'ohio', 'advise', 'rid', 'black', 'hair', 'growing', 'facet', 'removed', 'return', 'question', 'answered', 'asked', 'late', 'answer', 'briefly', 'best', 'satisfactory', 'way', 'remove', 'superfluous', 'hair', 'use', 'electric', 'needle', 'hand', 'skilful', 'person', 'leaving', 'scar', 'properly', 'removed', 'return', 'bad', 'case', 'invisible', 'hair', 'grow', 'turn', 'removed', 'face', 'perfectly', 'free', 'meat', 'substitute', 'mont', 'tell', 'complete', 'substitute', 'lean', 'meat', 'principal', 'food', 'element', 'lean', 'meat', 'proteid', 'furnished', 'abundantly', 'egg', 'milk', 'nut', 'chestnut', 'pea', 'bean', 'lentil', 'nut', 'peanut', 'contains', 'largest', 'proportion', 'proteid', 'nut', 'difficult', 'digestion', 'person', 'peanut', 'butter', 'relished', 'cause', 'digestive', 'disturbance', 'protose', 'food', 'battle', 'creek', 'excellent', 'substitute', 'meat', 'use', 'peanut', 'preparation', 'including', 'protose', 'necessary', 'careful', 'use', 'large_quantities', 'easy', 'cause', 'digestive', 'disturbance', 'food', 'sirup', 'fig', 'food', 'weaning', 'baby', 'ind', 'sirup', 'fig', 'harmless', 'use', 'baby', 'doe', 'contain', 'drug', 'best', 'baby', 'eat', 'weaned', 'certainly', 'called', 'sirup', 'fig', 'doe', 'contain', 'reliably', 'informed', 'contains', 'fig', 'action', 'entirely', 'drug', 'fruit', 'rule', 'baby', 'doe', 'best', 'grain', 'preparation', 'granose', 'biscuit', 'shredded', 'wheat', 'biscuit', 'zwieback', 'answer', 'purpose', 'cow', 'milk', 'good', 'quality', 'obtained', 'fruit', 'added', 'cautiously', 'careful', 'mellow', 'acid', 'eaten', 'time', 'milk', 'taken', 'potato', 'added', 'early', 'especially', 'mashed', 'potato', 'later', 'vegetable', 'child', 'fair', 'set', 'teeth', 'taught', 'use', 'ordinary', 'healthful', 'food', 'brought', 'sided', 'diet', 'cocain', 'chicago', 'cocain', 'advisable', 'anesthetic', 'better', 'endure', 'pain', 'surgical', 'operation', 'use', 'pain', 'killer', 'cocain', 'advisable', 'properly', 'mucous', 'membrane', 'danger', 'injected', 'hypo']
root - INFO - extracting file #57500: 2017-04-Final-Corpus/LH19070601-V22-06-page32.txt
root - INFO - extracting file #58000: 2017-04-Final-Corpus/LH19080601-V23-06-page39.txt
root - INFO - ['vestions', 'ansivcrs', 'conducted', 'kress', 'takoma', 'park_station', 'washington', 'question', 'health', 'topic', 'general_interest', 'answered', 'department', 'query', 'addressed', 'kress', 'stamp', 'enclosed', 'reply', 'mail', 'goiter', 'symptom', 'goiter', 'doe', 'affect', 'general_health', 'treatment', 'recommended', 'simple', 'goiter', 'enlargement', 'thyroid', 'gland', 'gland', 'enlarged', 'inconvenience', 'experienced', 'locally', 'generally', 'compression', 'windpipe', 'caused', 'growth', 'difficulty', 'breathing', 'experienced', 'doubt', 'general_health', 'affected', 'usually', 'slight', 'noticed', 'patient', 'exophthalmic', 'goiter', 'nature', 'disease', 'associated', 'enlargement', 'thyroid', 'gland', 'protrusion', 'cif', 'eye', 'staring', 'expression', 'throbbing', 'artery', 'rapid', 'pulse', 'nervous', 'symptom', 'present', 'attack', 'diarrhea', 'vomiting', 'occur', 'flash', 'heat', 'profuse', 'perspiration', 'occasional', 'symptom', 'rest', 'ice', 'bag', 'applied', 'heart', 'galvanic', 'current', 'value', 'essential', 'thing', 'build', 'general_health', 'use', 'nutritious', 'food', 'avoiding', 'delicacy', 'allkinds', 'general', 'treatment', 'employed', 'sanitarium', 'highly', 'beneficial', 'such_cases', 'meat', 'substitute', 'epsom', 'salt', 'drinking', 'meal', 'ill', 'peanut', 'butter', 'wholesome', 'article', 'diet', 'continued', 'use', 'improve', 'digestion', 'effect', 'epsom', 'salt', 'laxative', 'twice', 'week', 'injurious', 'person', 'ordinary', 'health', 'drink', 'cup', 'water', 'cereal', 'coffee', 'end', 'meal', 'food', 'having', 'meat', 'value', 'person', 'adopting', 'vegetarian_diet', 'dried', 'pea', 'bean', 'raw', 'nut', 'heavy', 'depressing', 'occasioning', 'headache', 'yes', 'sparingly', 'laxative', 'brings', 'abnormal', 'condition', 'alimentary_canal', 'result', 'catarrh', 'aggravates', 'condition', 'designed', 'relieve', 'constipation', 'cured', 'use', 'best', 'drink', 'egg', 'malted', 'nut', 'almond', 'butter', 'shortness', 'breath', 'following', 'grippe', 'suggest', 'person', 'year', 'old', 'suffered', 'chronic', 'bronchitis', 'year', 'spring', 'grippe', 'leaving', 'short', 'breath', 'walk', 'slowly', 'probably', 'weakened', 'diseased', 'condition', 'heart', 'brought', 'grippe', 'remedy', 'employed', 'counteracting', 'necessary', 'careful', 'week', 'overexert', 'eat', 'simple', 'nutritious', 'food', 'quiet', 'bright', 'disease', 'healthful', 'diet', 'man', 'bright', 'disease', 'sanitarium', 'treatment', 'beneficial', 'disease', 'baked', 'bread', 'puffed', 'rice', 'granola', 'fresh', 'fruit', 'freely', 'desired', 'vegetable', 'taken', 'place', 'fruit', 'bean', 'pea', 'lentil', 'nut', 'preparation', 'egg', 'moderately', 'meat', 'tea', 'coffee', 'cocoa', 'stimulating', 'drink', 'abandoned', 'increase', 'blood', 'pressure', 'intensify', 'disease', 'general', 'weakness', 'mental', 'confusion', 'dulness', 'experienced', 'bright', 'disease', 'failure', 'diseased', 'kidney', 'eliminate', 'poison', 'relieve', 'kidney', 'increasing', 'activity', 'skin', 'aim', 'sanitarium', 'treatment', 'putting', 'kidney', 'partial', 'rest']
root - INFO - extracting file #58500: 2017-04-Final-Corpus/LH19090501-V24-05-page11.txt
root - INFO - extracting file #59000: 2017-04-Final-Corpus/LH19100101-V25-01-page50.txt
root - INFO - ['life_and_health', 'column', 'german', 'health', 'journal', 'gute', 'gesundheit', 'course', 'encourages', 'attempt', 'paper', 'time', 'sanitarium', 'begun', 'german', 'good', 'health', 'edition', 'year', 'ago', 'circulation', 'increased', 'regard', 'good', 'sign', 'patient', 'come', 'treatment', 'need', 'rest', 'recuperation', 'instead', 'going', 'unsolicited', 'testimonial', 'guest', 'great_need', 'world', 'earnest', 'sympathy', 'welfare', 'friendly', 'manner', 'good', 'ill', 'short_time', 'ago', 'young', 'lady', 'patient', 'making', 'visit', 'friedensau', 'said', 'felt', 'home', 'certainly', 'place', 'friendly', 'friendliness', 'kindness', 'self', 'evident', 'virtue', 'christian', 'character', 'expression', 'encourage', 'greater', 'earnestness', 'direction', 'happy', 'soul', 'true', 'peace', 'god', 'leaving', 'sanitarium', 'nurse', 'received', 'training', 'sanitarium', 'school', 'friedensau', 'field', 'missionary', 'ready', 'work', 'needed', 'worker', 'germany', 'austria', 'hungary', 'russia', 'palestine', 'africa', 'present', 'seven', 'gentleman', 'lady', 'nurse', 'field', 'received', 'preparation', 'medical_missionaries', 'friedensau', 'long', 'interesting', 'report', 'good_experiences', 'spite', 'hard_work', 'difficulty', 'speak', 'later', 'time', 'possible', 'follow', 'principle', 'sending', 'nurse', 'pioneer', 'way', 'city', 'nursing', 'engage', 'distribution', 'health', 'literature', 'way', 'book', 'containing', 'precious_truth', 'time', 'scattered', 'medical_missionaries', 'home', 'abroad', 'falling', 'hand', 'needy', 'soul', 'following', 'instance', 'lord', 'human_being', 'instrument', 'good', 'year', 'lady', 'nurse', 'employ', 'certain', 'court', 'physician', 'helping', 'private', 'clinic', 'specially', 'help', 'operation', 'spite', 'took', 'time', 'work', 'patient', 'god', 'able', 'sell', 'book', 'christ', 'object_lesson', 'good_name', 'patient', 'eye', 'physician', 'thorn', 'flesh', 'clinic', 'nurse', 'faith', 'manner', 'intrigue', 'nurse', 'possible', 'crowd', 'sanitarium', 'nurse', 'house', 'sister', 'left', 'clinic', 'success', 'departed', 'long', 'court', 'physician', 'insisted', 'nurse', 'return', 'person', 'instrumental', 'securing', 'discharge', 'came', 'request', 'come', 'desiring', 'book', 'circulated', 'patient', 'fact', 'sold', 'school', 'friedensau', 'enlarged', 'accommodate', 'student', 'young_man', 'preparing', 'bible', 'work', 'young_lady', 'largely', 'preparing', 'medical_missionary_work', 'nationality', 'represented', 'school', 'hope', 'send', 'qualified', 'laborer', 'field', 'region', 'god', 'far', 'blessed', 'effort', 'continue', 'friedensau', 'germany']
root - INFO - extracting file #59500: 2017-04-Final-Corpus/LH19100901-V25-09-page63.txt
root - INFO - extracting file #60000: 2017-04-Final-Corpus/LH19110501-V26-05-page43.txt
root - INFO - ['feel', 'constrained', 'write', 'work', 'thinking', 'helpful', 'encouraging', 'lord', 'blessed', 'work', 'left', 'sanitarium', 'wahroonga', 'nearly', 'year', 'ago', 'particularly', 'year', 'called', 'case', 'ask', 'lord', 'blessing', 'home', 'beginning', 'year', 'called', 'townsville', 'worked', 'stewardess', 'boat', 'interested', 'especially', 'health', 'dress', 'reform', 'supplied', 'literature', 'looking', 'forward', 'good_time', 'conference', 'day', 'called', 'away', 'presbyterian', 'minister', 'home', 'sixty_miles', 'distant', 'entered', 'home', 'need', 'gospel_message', 'child', 'incorrigible', 'husband', 'smoked', 'incessantly', 'wife', 'patient', 'occasion', 'husband', 'ill', 'asked', 'treatment', 'spoke', 'christ', 'willingness', 'heal', 'comply', 'condition', 'giving', 'bad_habits', 'relating', 'rightly', 'broke', 'inquired', 'health_principles', 'asked', 'day', 'write', 'menu', 'pleased', 'help', 'preparation', 'meal', 'possible', 'treatment', 'soon', 'way', 'recovery', 'resolved', 'seek', 'lord', 'help', 'enable', 'live', 'simple', 'life', 'hope', 'man', 'ask', 'prayer', 'behalf', 'wife', 'good', 'recovery', 'appreciated', 'treatment', 'doctor', 'asked', 'case', 'private', 'hospital', 'dear', 'woman', 'ready', 'gospel', 'joy', 'pointing', 'saviour', 'ill', 'helpful', 'ministry', 'alicia', 'richardson', 'brother', 'burton', 'treating', 'african', 'native', 'said', 'year', 'old', 'large', 'native', 'standing', 'brother', 'moko']
root - INFO - extracting file #60500: 2017-04-Final-Corpus/LH19120201-V27-02-page32.txt
root - INFO - extracting file #61000: 2017-04-Final-Corpus/LH19121201-V27-12-page22.txt
root - INFO - ['life_and_health', 'sick', 'barley', 'water', 'return', 'food', 'soon', 'little', 'better', 'food', 'weak', 'necessary', 'plain', 'milk', 'drug', 'store', 'food', 'mixed', 'barley', 'water', 'instead', 'boiled', 'water', 'stronger', 'baby', 'food', 'best', 'consult', 'good', 'physician', 'month', 'slightly', 'beaten', 'white', 'fresh', 'egg', 'added', 'day', 'bottle', 'food', 'right', 'temperature', 'drink', 'orange', 'juice', 'fresh', 'grape', 'juice', 'given', 'bottle', 'baby', 'feeding', 'begin', 'drop', 'gradually', 'increasing', 'month', 'old', 'baby', 'fed', 'long', 'cooked', 'strained', 'cereal', 'gruel', 'riceor', 'barley', 'water', 'bottle', 'spoon', 'extra', 'nourishment', 'teething', 'baby', 'nutriment', 'pretzel', 'dry', 'bread', 'crust', 'toast', 'better', 'rubber', 'bone', 'toy', 'chew', 'ninth', 'tenth', 'month', 'baby', 'thicker', 'cereal', 'dry', 'bread', 'toast', 'crumbled', 'moistened', 'meat', 'broth', 'baby', 'food', 'good', 'milk', 'orange', 'juice', 'baby', 'year', 'old', 'add', 'mealy', 'roasted', 'potato', 'white', 'egg', 'lightly', 'cooked', 'toast', 'sweet', 'butter', 'eighteen', 'month', 'use', 'scraped', 'raw', 'apple', 'baked', 'apple', 'mashed', 'roasted', 'potato', 'scrambled', 'soft', 'boiled', 'poached', 'egg', 'spinach', 'young', 'pea', 'season', 'rubbed', 'fine', 'drinking', 'milk', 'baby', 'fat', 'weakens', 'muscle', 'apt', 'late', 'walking', 'baby', 'require', 'meat', 'general', 'table', 'food', 'little', 'rice', 'pudding', 'corn', 'starch', 'gelatin', 'sponge', 'cake', 'piece', 'candy', 'given', 'child', 'onehalf', 'year', 'old', 'dinner', 'fool', 'mortal', 'concluded', 'page', 'aided', 'abetted', 'sat', 'enjoyed', 'feeling', 'certain', 'snug', 'complacence', 'satisfaction', 'seeing', 'happy', 'day', 'occur', 'sanely', 'acted', 'stable', 'insanely', 'house', 'apple', 'horse', 'figuratively', 'ton', 'indigestible', 'truck', 'love', 'best', 'world', 'real', 'good', 'tender', 'care', 'aye', 'fool', 'mortal', 'star', 'battle', 'life', 'perfect', 'health', 'year', 'later', 'path', 'new', 'york', 'state', 'department', 'health']
root - INFO - extracting file #61500: 2017-04-Final-Corpus/LH19131101-V28-11-page33.txt
root - INFO - extracting file #62000: 2017-04-Final-Corpus/LH19141001-V29-10-page47.txt
root - INFO - ['vernon', 'medical', 'surgical', 'sanitarium', 'institution', 'centrally', 'located', 'healthful', 'portion', 'state', 'qequipped', 'modern', 'appliance', 'surgical', 'work', 'treatment', 'chronic', 'disorder', 'qlatest', 'improved', 'apparatus', 'hydrotherapy', 'electrotherapy', 'phototherapy', 'mechanotherapy', 'massotherapy', 'hysiologic', 'treatment', 'diet', 'fully', 'carried', 'institution', 'pleasant', 'room', 'elevator', 'hot', 'water', 'heating', 'natural', 'gas', 'quiet', 'secluded', 'ground', 'christian', 'attendant', 'sex', 'jnoted', 'medical', 'spring', 'immediate', 'vicinity', 'offensive', 'patient', 'received', 'building', 'mail', 'today', 'qwrite', 'information', 'vernon', 'ohio', 'votga', 'iggill', 'immainfe', 'pim', 'ggyr', 'ill', 'volmersen', 'liv', 'iowa', 'sanitarium', 'equipped', 'medical', 'surgical', 'institution', 'located', 'thirty', 'mile', 'north', 'des_moines', 'edge', 'village', 'nevada', 'building', 'stand', 'beautiful', 'grassy', 'hill', 'surrounded', 'large', 'grove', 'tree', 'latest', 'improved', 'apparatus', 'treatment', 'chronic', 'acute', 'disease', 'solid', 'coming', 'new', 'york', 'pay', 'excessive', 'hotel', 'rate', 'clendening', 'new', 'york', 'select', 'homelike', 'economical', 'suite', 'parlor', 'bedroom', 'private', 'bath', 'person', 'daily', 'write', 'debrick', 'building', 'large', 'room', 'electric_light', 'splendid', 'diet', 'nurse', 'elevator', 'steam', 'heat', 'lady', 'gentleman', 'write', 'booklet', 'address', 'iowa', 'sanitarium', 'nevada', 'iowa', 'prepaid', 'toraendy', 'addir', 'throw', 'away', 'oldleaky', 'smeary', 'fountain', 'pen', 'relieve', 'discomfort', 'allow', 'cent', 'exchange', 'send', 'ordinary', 'mail', 'risk', 'separate', 'cover', 'bank', 'draft', 'money_order', 'send', 'pen', 'described', 'pen', 'source', 'ending', 'usefulness', 'pleasure', 'bidding', 'guide', 'aright', 'writing', 'sheet', 'laughlin', 'automatic', 'non', 'leakable', 'self', 'filling', 'pen', 'day', 'free', 'trial', 'fuss', 'shake', 'laughlin', 'start', 'ink', 'self', 'starter', 'laughlin', 'self', 'filler', 'clean', 'laughlin', 'self', 'cleaner', 'monkey', 'dongerous', 'awkward', 'unsightly', 'lock', 'extension', 'called', 'safety', 'device', 'forget', 'seal', 'laughlin', 'leaking', 'seal', 'air', 'tight', 'automatically', 'lose', 'cap', 'laughlin', 'secures', 'automatically', 'break', 'cap', 'holder', 'laughlin', 'non', 'breakable', 'holder', 'cap', 'scientific', 'reinforced', 'construction', 'illustration', 'wait', 'laughlin', 'ready', 'ready', 'write', 'air', 'tight', 'leakproof', 'construction', 'pen', 'feed', 'primed', 'insuring', 'free', 'uniform', 'flow', 'ink', 'instantly', 'previously', 'year', 'performs', 'function', 'hindrance', 'interruption', 'thought', 'writing', 'inspiration', 'breathing', 'result', 'money', 'feature', 'peculiar', 'patented', 'construction', 'scriptive', 'booklet', 'fine', 'map', 'city', 'write', 'advertiser', 'saw', 'rid', 'life_and_health', 'iiiiiiivi', 'send', 'exchange', 'encinse', 'iwo', 'puu', 'coupon', 'containing', 'riress', 'number', 'dropper', 'filler', 'pen', 'send', 'pen', 'return', 'mail', 'delivery', 'eusiesieed', 'mia', 'life_and_health', 'takoma', 'park', 'sta', 'washington', 'glanaintx', 'itere', 'send', 'pen', 'described', 'advertisement', 'pen', 'astir', 'factory', 'refund', 'money', 'city', 'state']
root - INFO - extracting file #62500: 2017-04-Final-Corpus/LH19151001-V30-10-page14.txt
root - INFO - extracting file #63000: 2017-04-Final-Corpus/LH19160901-V31-09-page38.txt
root - INFO - ['life_and_health', 'away', 'numerous', 'comparatively', 'irresponsible', 'class', 'thought', 'mind', 'observed', 'peculiarity', 'comparative', 'statistic', 'given', 'manual', 'comparison', 'selective', 'comparison', 'prohibition', 'state', 'license', 'state', 'saving', 'deposit', 'prohibition', 'state', 'license', 'state', 'number', 'divorce', 'prohibition', 'state', 'license', 'state', 'labor', 'condition', 'prohibition', 'state', 'license', 'state', 'church_membership', 'pauper', 'population', 'prisoner', 'population', 'insanity', 'population', 'method', 'comparison', 'look', 'fair', 'doe', 'compiler', 'state', 'time', 'selection', 'state', 'best', 'want', 'comparison', 'use', 'certain', 'state', 'comparison', 'certain', 'state', 'fact', 'particular', 'great_difference', 'different', 'state', 'prohibitory', 'law', 'select', 'numerous', 'wet', 'state', 'better', 'showing', 'dry', 'state', 'easy', 'chooses', 'different', 'series', 'state', 'prove', 'point', 'look', 'little', 'like', 'attempt', 'fair', 'average', 'prohibitory', 'state', 'compared', 'average', 'license', 'state', 'instead', 'making', 'selection', 'method', 'necessarily', 'prove', 'intelligent', 'person', 'know', 'black', 'state', 'illiterate', 'prohibition', 'use', 'argument', 'insult', 'intelligence', 'liquor', 'force', 'need', 'look', 'like', 'argument', 'said', 'figure', 'lie', 'liar', 'figure', 'figure', 'statistic', 'afford', 'unfair', 'person', 'opportunity', 'tell', 'half', 'truth', 'convey', 'entirely', 'false', 'impression', 'candy', 'booze', 'cure', 'testimony', 'medical', 'editor', 'expect', 'confectioner', 'journal', 'good_things', 'candy', 'business', 'apt', 'suspect', 'chance', 'personal', 'bias', 'interesting', 'occasionally', 'opinion', 'man', 'probably', 'financially', 'interested', 'sale', 'confection', 'position', 'speak', 'authority', 'effect', 'sweet', 'body', 'editor', 'medical', 'world', 'quoting', 'named', 'journal', 'value', 'candy', 'preventive', 'alcoholic', 'craving', 'proceeds', 'man', 'doubt', 'candy', 'cure', 'drink', 'habit', 'easily', 'test', 'man', 'lot', 'molasses', 'wheat', 'cake', 'breakfast', 'gradually', 'forgetting', 'stop', 'customary', 'drink', 'way', 'work', 'man', 'time', 'liquid', 'refreshment', 'candy', 'store', 'instead', 'cent', 'worth', 'candy', 'eat', 'surprised', 'effect', 'long', 'box', 'candy', 'pocket', 'desk', 'noted', 'theater', 'candy', 'sold', 'intermission', 'going', 'man', 'doe', 'prevail', 'like', 'extent', 'doe', 'theater', 'candy', 'selling', 'permitted', 'man', 'know', 'forgot', 'man', 'bought', 'box', 'candy', 'companion', 'eaten', 'little', 'politeness', 'sake', 'editor', 'belief', 'liquor', 'men', 'long', 'ago', 'discovered', 'effect', 'sweet', 'significant', 'fact', 'free', 'lunch', 'counter', 'run', 'connection', 'bar', 'furnish', 'imaginable', 'thing', 'sweet', 'restaurant', 'lunch', 'grill', 'attached', 'saloon', 'bar', 'refuse', 'serve', 'dessert', 'kind', 'proprietor', 'know', 'business', 'sugar', 'sweet', 'man', 'meal', 'alcohol', 'want', 'conversely', 'nearly', 'drinking', 'man', 'telli', 'lost', 'taste', 'sweet', 'candy', 'nation', 'consumes', 'alcohol', 'imbibes', 'case', 'significant', 'prohibition', 'state', 'saloon', 'closed', 'candy', 'store', 'place', 'infrequently', 'saloon', 'keeper', 'run', 'candy', 'store', 'supply', 'liquor', 'cut', 'demand', 'sweet', 'increase', 'hard', 'reconcile', 'fact', 'caput']
root - INFO - extracting file #63500: 2017-04-Final-Corpus/LH19180201-V33-02-page25.txt
root - INFO - extracting file #64000: 2017-04-Final-Corpus/LH19190901-V34-09-page12.txt
root - INFO - ['day', 'sixor', 'seven', 'year', 'old', 'start', 'school', 'tugging', 'heartstrings', 'realize', 'baby', 'going', 'future', 'nevermore', 'utterly', 'dependent', 'let', 'vague', 'indefinite', 'feeling', 'uncertainty', 'coming', 'day', 'going', 'mean', 'react', 'new', 'environment', 'influence', 'grow', 'return', 'home', 'fold', 'new', 'experience', 'willing', 'guided', 'mother', 'wise', 'instruction', 'answer', 'depends', 'accomplished', 'year', 'life', 'school', 'age', 'advantage', 'physical', 'foundation', 'great_extent', 'laid', 'training', 'safeguard', 'year', 'mental', 'mold', 'given', 'impressionable', 'year', 'govern', 'entire', 'life', 'religious', 'denomination', 'said', 'child', 'age', 'seven', 'sure', 'parent', 'child', 'physical', 'mental', 'spiritual', 'foundation', 'laid', 'seven', 'year', 'life', 'feel', 'sure', 'leaf', 'entire', 'care', 'influenced', 'molded', 'mind', 'come', 'contact', 'ofttimes', 'influence', 'undesirable', 'good', 'true', 'mother', 'feel', 'failure', 'early_life', 'child', 'atoned', 'discipline', 'school', 'efficiency', 'teacher', 'place', 'careful', 'foundation', 'laid', 'early_years', 'child', 'doe', 'react', 'normal', 'way', 'varied', 'sided', 'influence', 'brought', 'bear', 'greater', 'world', 'school_life', 'mother', 'greatest', 'work', 'absorbing', 'thought', 'start', 'child', 'aright', 'matter', 'need', 'slighted', 'physical', 'training', 'important', 'foundation', 'health', 'strength', 'later', 'life', 'basis', 'self_control', 'fostered', 'securing', 'operation', 'child', 'proper_care', 'body', 'founded', 'strength', 'character', 'conducive', 'mental', 'spiritual_growth', 'question', 'diet', 'receive', 'consideration', 'time', 'baby', 'weaned', 'fed', 'scientifically', 'nursed', 'regular', 'interval', 'artificially', 'fed', 'formula', 'carefully', 'regulated', 'physician', 'baby', 'longer', 'dependent', 'milk', 'nourishment', 'begin', 'choice', 'shall', 'eat', 'tendency', 'attention', 'paid', 'food', 'need', 'want', 'wise', 'parent', 'carefully', 'plan', 'child', 'continue', 'balanced', 'daily', 'ration', 'adequate', 'rapidly', 'developing', 'body', 'food', 'placed', 'harm', 'way', 'appetite', 'trained', 'normal', 'avalon', 'leave', 'later', 'year', 'unhandicapped', 'perverted', 'taste', 'misdirected', 'appetite', 'absolute', 'regularity', 'followed', 'feeding', 'ample_time', 'meal', 'digestive_organs', 'overworked', 'age', 'eighteen', 'month', 'child', 'accustomed', 'meal', 'day', 'fruit', 'orange', 'juice', 'scraped', 'nursling', 'school', 'age', 'belle', 'wood', 'comstock']
root - INFO - extracting file #64500: 2017-04-Final-Corpus/LibM19061001-V01-03-page30.txt
root - INFO - extracting file #65000: 2017-04-Final-Corpus/LibM19091001-V04-04-page34.txt
root - INFO - ['liberty', 'tyrant', 'matter', 'judged', 'spirit', 'god', 'ought', 'think', 'learned', 'doctor', 'catholic_church', 'allowed', 'wrong', 'heretic', 'death', 'rely', 'instruction', 'wisdom', 'men', 'adhere', 'teaching', 'christ', 'apostle', 'continually', 'admonished', 'separate', 'false_prophets', 'avoid', 'heretic', 'pursue', 'persecute', 'death', 'son', 'know', 'death', 'judgment', 'pleasing', 'god', 'sufficient', 'power', 'king', 'prince', 'magistrate', 'christ', 'power', 'command', 'legion', 'angel', 'apostle', 'power', 'holy', 'ghost', 'called', 'flock', 'sheep', 'lamb', 'harmless', 'dove', 'converted', 'child', 'true', 'time', 'child', 'god', 'sir', 'different', 'nature', 'ought', 'nature', 'wolf', 'certainly', 'sir', 'boast', 'child', 'god', 'true', 'nature', 'devouring', 'wolf', 'looked', 'hard', 'wrote', 'jacques', 'sir', 'christ', 'people', 'sheep', 'lamb', 'nature', 'flock', 'sheep', 'beast', 'approaching', 'perceive', 'wolf', 'flight', 'thousand', 'sheep', 'wolf', 'rend', 'destroy', 'wolf', 'shed', 'blood', 'boast', 'flock', 'christ', 'contrary', 'derive', 'nature', 'simile', 'doe', 'hold', 'answer', 'purpose', 'proof', 'flock', 'christ', 'like', 'flock', 'sheep', 'perceiving', 'rejected', 'jacques', 'asked', 'child', 'god', 'born', 'god', 'john', 'testifies', 'nature', 'disposition', 'father', 'lord', 'yes', 'written', 'son', 'god', 'led', 'lamb', 'slaughter', 'opened', 'mouth', 'child', 'nature', 'disposition', 'seeing', 'born', 'god', 'appointed', 'come', 'pas', 'scripture', 'fulfilled', 'like', 'manner', 'scripture', 'fulfilled', 'child', 'scripture', 'persecuted', 'persecute', 'remember', 'word', 'said', 'unto', 'servant', 'greater', 'lord', 'said', 'apostle', 'understand', 'spoke', 'child', 'written', 'learning', 'son', 'ought', 'know', 'apostle', 'sent', 'proclaim', 'preach', 'gospel', 'creature', 'lord', 'predicted', 'experience', 'suffering', 'death', 'gained', 'prince', 'faith', 'rest', 'heretic', 'country', 'death', 'sir', 'christ', 'able', 'comprehend', 'nature', 'sheep', 'kill', 'wolf', 'destroy', 'people', 'flock', 'christ', 'destroying', 'wolf', 'kill', 'doe', 'right', 'jacques', 'asked', 'laughingly', 'jacques', 'peter', 'christ', 'sheep', 'kill', 'person']
root - INFO - extracting file #65500: 2017-04-Final-Corpus/LibM19120701-V07-03-page28.txt
root - INFO - extracting file #66000: 2017-04-Final-Corpus/LibM19150401-V10-02-page39.txt
root - INFO - ['freedom', 'press', 'pro', 'papal', 'program', 'catholic', 'far', 'thrown', 'influence', 'favor', 'pro', 'papal', 'introduced', 'congress', 'protestant', 'nonrelitv', 'gionists', 'working', 'opposition', 'matter', 'catholic', 'raised', 'national', 'issue', 'religious', 'controversy', 'introduce', 'congress', 'ttf', 'liberty', 'legislator', 'condemns', 'action', 'churchman', 'home', 'preach', 'daily', 'oklahoman', 'feb', 'gave', 'interesting_account', 'hearing', 'sunday', 'legislative', 'committee', 'oklahoma', 'legislature', 'sunday', 'prepared', 'ministerial', 'alliance', 'introduced', 'request', 'defended', 'wish', 'legislator', 'oklahoma', 'type', 'afraid', 'administer', 'fitting', 'rebuke', 'churchman', 'clamor', 'civil', 'aid', 'power', 'legislative', 'hall', 'mean', 'standing', 'advocate', 'theater', 'moving', 'picture', 'operating', 'sunday', 'day', 'oppose', 'wrong', 'way', 'right_thing', 'strange', 'ambassador', 'jesus_christ', 'depart', 'far', 'divine', 'mission', 'state', 'official', 'compelled', 'repeat', 'way', 'remembrance', 'great_commission', 'oklahoman', 'following', 'account', 'hearing', 'come', 'legislature', 'asking', 'legislation', 'moving', 'picture', 'business', 'home', 'preach', 'living', 'gospel', 'jesus_christ', 'stronger', 'hell', 'declared', 'representative', 'thomas', 'mclemore', 'beckham', 'county', 'large', 'delegation', 'local', 'preacher', 'appeared', 'senate_committee', 'monday', 'night', 'advocacy', 'enactment', 'law', 'proposing', 'closing', 'moving', 'picture', 'theater', 'sunday', 'year', 'mclemore', 'minister', 'christian_church', 'jesus_christ', 'said', 'rock', 'build', 'church', 'gate', 'hell', 'shall', 'prevail', 'church', 'great', 'god', 'universe', 'use', 'ask', 'picture', 'closed', 'continued', 'mclemore', 'minister', 'interested', 'passage', 'addressed', 'committee', 'giving', 'view', 'law', 'mclemore', 'spoke', 'weight', 'argument', 'running', 'picture', 'sunday', 'moral', 'wrong', 'right', 'picture', 'run', 'sunday', 'business', 'enterprise', 'provides', 'picture', 'conducted', 'church', 'sunday', 'purely', 'economic', 'proposition', 'said', 'mclemore', 'preacher', 'want', 'people', 'come', 'church', 'sunday', 'larger', 'congregation', 'larger', 'collection', 'moving', 'picture', 'man', 'want', 'people', 'come', 'moving', 'picture', 'sunday', 'receipt', 'larger', 'representative', 'organized', 'labor', 'moving', 'picture', 'urged', 'defeat', 'stated', 'prepared', 'introduced', 'request', 'ministerial', 'alliance', 'word', 'spoken', 'discussion', 'tended', 'reflect', 'class', 'picture', 'usually', 'shown', 'adventist', 'oppose', 'law', 'religion', 'heading', 'daily', 'oklahoman', 'feb', 'published', 'following', 'memorial', 'drawn', 'seventh', 'day', 'adventist', 'conference', 'state', 'oklahoma', 'presented', 'oklahoma', 'legislature', 'honorable', 'member', 'oklahoma', 'legislature', 'honored', 'snts', 'seventh', 'day', 'adventist', 'conference', 'state', 'oklahoma', 'herewith', 'present', 'solemn', 'protest', 'senate', 'seek', 'recognize', 'observance', 'day', 'reason', 'making', 'protest', 'follows', 'wish', 'emphasize']
root - INFO - extracting file #66500: 2017-04-Final-Corpus/LibM19180401-V13-02-page7.txt
root - INFO - extracting file #67000: 2017-04-Final-Corpus/LUH19090428-V01-26-page7.txt
root - INFO - ['madison', 'wisconsin', 'sanitarium', 'arthur', 'allen', 'having', 'enjoyed', 'needed', 'rest', 'treatment', 'past', 'week', 'named', 'place', 'truly', 'time', 'refreshing', 'physically', 'spiritually', 'believing', 'people', 'like', 'know', 'place', 'write', 'line', 'perchance', 'sufferer', 'encouraged', 'receive', 'like', 'blessing', 'sanitarium', 'located', 'healthful', 'elevation', 'overlooking', 'beautiful', 'lake', 'monona', 'south', 'shore', 'yard', 'main_building', 'suitable_place', 'sanitarium', 'hard', 'close', 'proximity', 'quiet', 'rural', 'district', 'easy', 'access', 'city', 'street', 'car', 'eye', 'weary', 'invalid', 'divert', 'mind', 'beauty', 'nature', 'activity', 'men', 'winter', 'white', 'winged', 'ice', 'boat', 'nearly', 'seen', 'gliding', 'merrily', 'sheet', 'crystalized', 'water', 'bay', 'seen', 'group', 'fisherman', 'movement', 'interesting', 'study', 'seemingly', 'unlimited', 'patience', 'stand', 'sit', 'little', 'hole', 'ice', 'hook', 'line', 'play', 'summer', 'gasoline', 'launch', 'row', 'sail', 'boat', 'larger', 'steamer', 'play', 'lake', 'lake', 'north', 'view', 'city', 'madison', 'higher', 'elevation', 'new', 'white', 'marble', 'capitol', 'looming', 'center', 'little', 'left', 'university', 'height', 'mansion', 'west', 'seen', 'train', 'run', 'ill', 'cent', 'road', 'south', 'east', 'seen', 'dane', 'fair', 'ground', 'chautauqua', 'assembly', 'ground', 'season', 'busy', 'place', 'vision', 'stretch', 'quiet', 'farmhouse', 'broad', 'meadow', 'land', 'class', 'people', 'feast', 'eye', 'inside', 'institution', 'best', 'impression', 'receives', 'entering', 'thatit', 'homelike', 'know', 'place', 'like', 'home', 'weary', 'discouraged', 'invalid', 'tear', 'struggle', 'decides', 'order', 'save', 'life', 'leave', 'home', 'friend', 'place', 'arriving', 'feel', 'sweet', 'spirit', 'jesus', 'manifested', 'service', 'afflicted', 'forgets', 'away', 'home', 'express', 'desire', 'anxious', 'wait', 'able', 'physician', 'surgeon', 'charge', 'hopkins', 'assistant', 'working', 'untiring', 'zeal', 'night', 'day', 'administering', 'need', 'patient', 'marvelous', 'stride', 'recovery', 'fact', 'far', 'attention', 'given', 'individual', 'case', 'possible', 'looked', 'capable', 'caring', 'patient', 'leave', 'feeling', 'received', 'far', 'expected', 'sanitarium', 'look', 'spiritual_welfare', 'large_family', 'time', 'past', 'year', 'eld', 'scott', 'fatherly', 'man', 'ripe', 'christian_experience', 'attended', 'work', 'acceptable', 'manner', 'busy', 'man', 'post', 'duty', 'conducting', 'morning', 'worship', 'dormitory', 'worker', 'breakfast', 'sanitarium', 'parlor', 'patient', 'breakfast', 'bible', 'study', 'week', 'nurse', 'prayer', 'meeting', 'tuesday', 'evening', 'preaching', 'bible', 'study', 'sunday', 'evening', 'sabbath', 'forenoon', 'hour', 'spent', 'daily', 'going', 'room', 'room', 'visiting', 'patient', 'reading', 'speaking', 'word', 'comfort', 'cheer', 'song', 'prayer', 'pointing', 'way', 'eternal_life', 'young', 'people', 'missionary', 'society', 'good', 'working', 'order', 'hold', 'regular_meetings', 'week', 'viz', 'friday', 'evening', 'given', 'regular', 'missionary', 'service', 'sabbath', 'afternoon', 'bible', 'reading', 'given', 'member', 'turn', 'conducting', 'service', 'develops', 'talent', 'encourages', 'bible', 'study', 'spirit', 'harmony', 'order', 'reign', 'large_family', 'pleasing', 'present_conditions', 'bespeak', 'prosperous', 'day', 'madison', 'sanitarium', 'believe', 'hearty_support', 'lake_union_conference', 'iraork', 'canvasser', 'report', 'week', 'ending', 'april', 'southern', 'illinois', 'canvasser', 'book', 'ords', 'value', 'help', 'total', 'lake', 'union', 'herald', 'leroy', 'knott', 'old', 'jackson', 'galbraith', 'house', 'house', 'young_man', 'posessed', 'right_spirit', 'doe', 'respect', 'woman', 'seek', 'lighten', 'burden', 'white']
root - INFO - extracting file #67500: 2017-04-Final-Corpus/LUH19100615-V02-24-page4.txt
root - INFO - extracting file #68000: 2017-04-Final-Corpus/LUH19110726-V03-30-page5.txt
root - INFO - ['lake', 'union', 'herald', 'southern', 'illinois', 'work', 'recently', 'visiting', 'saint', 'louis', 'acquainted', 'family', 'near', 'belleville', 'lately', 'come', 'ifito', 'truth', 'reading', 'effort', 'canvasser', 'paying', 'tithe', 'planning', 'baptized', 'near_future', 'adventist', 'vicinity', 'brother', 'miner', 'neighbor', 'understand', 'afford', 'lose', 'day', 'pay', 'order', 'sabbath', 'tell', 'afford', 'work', 'day', 'family', 'zealous', 'distributing', 'literature', 'interested', 'glad', 'elder', 'miller', 'able', 'visit', 'church', 'conference', 'sabbath', 'july', 'met', 'church', 'peoria', 'friday', 'evening', 'spoke', 'springfield', 'church', 'member', 'present', 'second', 'church', 'message', 'brought', 'encouragement', 'morning', 'spoke', 'company', 'decatur', 'concerning', 'work', 'india', 'mission_fields', 'writer', 'conducted', 'service', 'afternoon', 'nearly', 'member', 'present', 'good_work', 'decatur', 'brother', 'craig', 'graham', 'holding', 'bible', 'study', 'week', 'good_attendance', 'glad', 'report', 'nearly', 'church', 'planning', 'attend', 'shelbyville', 'camp', 'meeting', 'elder', 'miller', 'left', 'decatur', 'champaign', 'bloomington', 'meeting', 'held', 'good_interest', 'bristol', 'camp', 'meeting', 'benefit', 'attend', 'camp', 'meeting', 'year', 'ground', 'shelbyville', 'beautiful', 'convenience', 'perfectly', 'sanitary', 'shaded', 'walk', 'running', 'different_parts', 'ground', 'large', 'pavilion', 'case', 'rain', 'damp', 'large_tent', 'ground', 'tiled', 'water', 'doe', 'stand', 'plan', 'followed', 'dining', 'tent', 'year', 'meal', 'served', 'european', 'plan', 'nominal', 'cost', 'tent', 'expense', 'year', 'tent', 'floor', 'camp', 'meeting', 'held', 'union', 'year', 'season', 'great', 'refreshing', 'reason', 'privilege', 'receive', 'lord', 'blessing', 'principal', 'thing', 'preparation', 'heart', 'come', 'meeting', 'expecting', 'lord', 'presence', 'bristol', 'southern', 'illinois', 'conference', 'meeting', 'ninth', 'annual_session', 'southern', 'illinois', 'conference', 'held', 'camp', 'ground', 'shelbyville', 'ill', 'sept', 'church', 'southern', 'illinois', 'entitled', 'delegate', 'organization', 'member', 'bristol', 'president', 'edith', 'mcclellan', 'secretary', 'southern', 'illinois', 'conference_association', 'southern', 'illinois', 'conference_association', 'seventhday_adventists', 'corporation', 'illinois', 'hold', 'annual_meeting', 'shelbyville', 'ill', 'connection', 'campmeeting', 'aug', 'sept', 'meeting', 'held', 'friday', 'sept', 'board', 'trustee', 'elected', 'business', 'transacted', 'properly', 'come', 'meeting', 'accredited', 'delegate', 'southern', 'illinois', 'conference', 'delegate', 'association', 'bristol', 'president', 'craig', 'secretary', 'elder', 'bristol', 'visited', 'findlay', 'stewardson', 'vicinity', 'july', 'glad', 'report', 'money', 'coming', 'pledge', 'tent', 'fund', 'fund', 'paid', 'brother', 'addis', 'canvassing', 'near', 'springfield', 'recently', 'took', 'order', 'daniel', 'revelation', 'relative', 'elder', 'james_white', 'time', 'order', 'tent', 'shelbyville', 'campmeeting', 'tent', 'rent', 'year', 'tent', 'floor', 'read', 'clipping', 'washington', 'herald', 'concerning', 'johnston', 'sunday', 'page', 'review', 'july', 'worth', 'attention', 'sabbath', 'july', 'good_day', 'church', 'shelbyville', 'elder', 'stureman', 'met', 'company', 'ordinance', 'celebrated', 'thirteen', 'baptized', 'brother', 'clarence', 'emerick', 'sale', 'week', 'think', 'reached', 'dollar', 'mark', 'taken', 'sick', 'friday', 'hour', 'save', 'money', 'use', 'come', 'shelbyville', 'camp', 'meeting', 'save', 'money', 'come', 'bookstand', 'ask', 'plan', 'attend', 'afford', 'miss', 'meeting', 'brother', 'ferris', 'writes', 'date', 'july', 'closed', 'public_meetings', 'orchardville', 'sunday', 'night', 'company', 'best', 'courage', 'elder', 'woodford', 'went', 'elmo', 'came', 'bluford', 'little', 'company', 'pleased', 'prospect', 'having', 'meeting', 'near_future', 'received', 'following', 'brother', 'applegate', 'promised', 'lord', 'tuesday', 'colored', 'work', 'provided', 'dollar', 'order', 'choose', 'day', 'subject', 'change', 'got', 'looked', 'like', 'lord', 'helped', 'place', 'library', 'binding', 'place', 'cloth', 'closed', 'day', 'way', 'glorious', 'indiana', 'church', 'tent', 'company', 'concluded', 'monday', 'went', 'eaton', 'visited', 'tent_company', 'composed', 'elder', 'elli', 'elder', 'anderson', 'daughter', 'helping', 'music', 'privilege', 'place', 'meeting', 'people', 'new', 'hope', 'church', 'far', 'distant', 'pleasant', 'surprise', 'elder', 'elli', 'anderson', 'meeting', 'fair', 'success', 'having', 'steady', 'attendance', 'meeting', 'notwithstanding', 'fact', 'minister', 'city', 'diligently', 'working', 'endeavoring', 'draw', 'away', 'people', 'meeting', 'thirty', 'interested', 'person', 'coming', 'regularly', 'monday', 'night', 'elder', 'elli', 'spoke', 'origin', 'history', 'destiny', 'satan', 'presented', 'people', 'earnest', 'forceful', 'manner', 'pleased', 'service', 'gospel', 'christ', 'power', 'save', 'woven', 'tuesday', 'professor', 'avery', 'parted', 'company', 'going', 'hartford', 'city', 'barber', 'took', 'train', 'newcastle', 'spending', 'afternoon', 'night', 'brother', 'midst', 'sabbath', 'question', 'having', 'presented', 'sabbath', 'day', 'week', 'new', 'testament', 'elder', 'miller', 'spoke', 'evening', 'change', 'sabbath', 'attendance', 'listened', 'closely', 'able', 'pre', 'news', 'note']
root - INFO - extracting file #68500: 2017-04-Final-Corpus/LUH19120918-V04-38-page4.txt
root - INFO - extracting file #69000: 2017-04-Final-Corpus/LUH19131112-V05-45-page6.txt
root - INFO - ['lake_union_herald', 'scandinavian', 'brother', 'north', 'greenville', 'grand', 'haven', 'report', 'pleased', 'outlook', 'beginning', 'series', 'meeting', 'church', 'sullivan', 'sister', 'jorgensen', 'continue', 'bible', 'work', 'muskegon', 'east', 'michigan', 'conference_office', 'address', 'trumbull', 'ave', 'detroit', 'mich', 'president', 'guthrie', 'office', 'address', 'sec', 'treas', 'frank', 'hiner', 'office', 'addres', 'tract_society', 'sec', 'frank', 'hiner', 'office', 'address', 'sec', 'tillie', 'barr', 'office', 'address', 'sec', 'boylan', 'office', 'address', 'field', 'missionary', 'agent', 'morrison', 'holly', 'mich', 'field', 'missionary', 'sec', 'beebe', 'ovid', 'mich', 'eighty', 'seven', 'total', 'enrollment', 'including', 'primary', 'department', 'academy', 'dairy', 'herd', 'supplying', 'milk', 'cream', 'butter', 'table', 'school_year', 'academy', 'buy', 'butter', 'john', 'lambert', 'burt', 'lambert', 'munger', 'michigan', 'visitor', 'academy', 'week', 'family', 'planning', 'holly', 'suitable', 'location', 'recently', 'entered', 'academy', 'following', 'miss', 'nellie', 'hinkly', 'fenton', 'miss', 'vere', 'spencer', 'edenville', 'miss', 'truda', 'valentine', 'highland', 'park', 'floyd', 'rowland', 'charles', 'late', 'potato', 'dug', 'acre', 'planted', 'yeild', 'bushel', 'having', 'plenty', 'use', 'school', 'seed', 'half', 'crop', 'sold', 'cooking', 'oil', 'adelphian', 'academy', 'handling', 'retail', 'store', 'cooking', 'oil', 'ripe', 'olive', 'health', 'food', 'business', 'handled', 'tract_society', 'shipping', 'wesson', 'snowdrift', 'oil', 'shipment', 'point', 'mile', 'chicago', 'freight', 'prepaid', 'shipment', 'price', 'gallon', 'holly', 'address', 'order', 'adelphian', 'mercantile', 'holly', 'michigan', 'north', 'michigan', 'conference_office', 'address', 'petoskey', 'petoskey', 'mich', 'president', 'irwin', 'secretary', 'treasurer', 'kellman', 'field', 'missionary', 'agent', 'williams', 'sabbath', 'school', 'young', 'people', 'secretary', 'miss', 'florence', 'crouch', 'tract_society', 'secretary', 'treasurer', 'kellman', 'required', 'mission', 'fund', 'month', 'required', 'mission', 'fund', 'month', 'received', 'union', 'short', 'card', 'thanks', 'time', 'ago', 'potato', 'apple', 'carrot', 'canned', 'fruit', 'mission', 'detroit', 'week', 'received', 'good', 'shipment', 'elwell', 'church', 'came', 'right_time', 'supply', 'low', 'member', 'home', 'truly', 'grateful', 'supply', 'sent', 'wish', 'extend', 'appreciation', 'body', 'elwell', 'church', 'liberal', 'offering', 'need', 'barrel', 'apple', 'potato', 'church', 'glad', 'help', 'way', 'soon', 'late', 'ship', 'use', 'bag', 'bean', 'send', 'help', 'city_work', 'guthrie', 'doe', 'pay', 'send', 'good', 'paper', 'asked', 'renew', 'subscription', 'protestant_magazine', 'writes', 'send', 'subscription', 'protestant_magazine', 'incoming', 'year', 'hoping', 'receive', 'copy', 'soon', 'magazine', 'best', 'read', 'read', 'pas', 'known', 'subscriber', 'magazine', 'simply', 'leaving', 'factory', 'sent', 'protestant', 'renewal', 'blank', 'detroit', 'month', 'good_work', 'brother', 'came', 'office', 'yesterday', 'carried', 'away', 'dollar', 'worth', 'small_books', 'added', 'seventy', 'protestant_magazine', 'order', 'week', 'visited', 'office', 'took', 'magazine', 'small_books', 'tract', 'taken', 'away', 'rapidly', 'order', 'coming', 'outside', 'church', 'daily', 'little', 'girl', 'attends', 'church_school', 'detroit', 'taking', 'thirty', 'protestant_magazine', 'week', 'morning', 'week', 'teacher', 'excuse', 'hour', 'half', 'disposes', 'paper', 'pay', 'tuition', 'meet', 'traveling', 'expense', 'forth', 'daily', 'train', 'home', 'eighteen', 'mile', 'city', 'little', 'girl', 'wish', 'canvasser', 'field', 'missionary', 'agent', 'send', 'report', 'good_experiences', 'like', 'recorded', 'lake_union_herald', 'send', 'report', 'line', 'german', 'tract', 'hand', 'ready', 'order', 'short', 'notice', 'german', 'signs_magazine', 'supply', 'canvasser', 'child', 'bible', 'post', 'paid', 'thirty', 'cent', 'beebe', 'adelphian', 'academy', 'note', 'realized', 'sale', 'bean', 'threshed', 'monday', 'elder', 'french', 'called', 'academy', 'thursday', 'morning', 'spoke', 'student', 'chapel', 'hour', 'enrollment', 'academic', 'department', 'received', 'union', 'short', 'church', 'sabbath', 'sunday', 'oct', 'spent', 'home', 'church', 'cleon', 'oldest', 'church', 'conference', 'time', 'large_company', 'believer', 'owing', 'death', 'removal', 'left', 'need', 'mission_fields', 'presented', 'brother', 'decided', 'help', 'bring', 'offering', 'year', 'went', 'bear', 'lake', 'family', 'keeping', 'sabbath', 'held', 'meeting', 'schoolhouse', 'attended', 'spent', 'day', 'mesick', 'presented', 'mission_fields', 'owing', 'delay', 'receiving', 'paper', 'started', 'ingathering', 'paper', 'hope', 'secure', 'good', 'liberal', 'offering', 'purpose', 'night', 'stormy', 'goodly', 'number', 'people', 'present', 'sabbath', 'sunday', 'spent', 'little', 'company', 'creswell', 'good', 'outside', 'manifested', 'place', 'hoped', 'effort', 'soon', 'brother', 'confident', 'number', 'brought', 'truth', 'proper', 'effort', 'place', 'brother', 'planning', 'raise', 'quota', 'mission_funds', 'sister', 'little', 'time', 'secured', 'ingathering', 'working', 'limns', 'church', 'soon', 'reaching', 'home', 'summer', 'work', 'camp_meeting', 'paid', 'visit', 'church', 'onaway', 'held', 'meeting']
root - INFO - extracting file #69500: 2017-04-Final-Corpus/LUH19141216-V06-50-page5.txt
root - INFO - extracting file #70000: 2017-04-Final-Corpus/LUH19160209-V08-06-page4.txt
root - INFO - ['lake_union_herald', 'cially', 'occasion', 'sung', 'refreshment', 'served', 'elder', 'irwin', 'presented', 'suitable', 'gift', 'token', 'esteem', 'brother', 'kellman', 'family', 'held', 'member', 'petoskey', 'church', 'regret', 'worker', 'leave', 'glad', 'north', 'michigan', 'contribute', 'laboring', 'force', 'finishing', 'great', 'fold', 'message', 'region', 'prayer', 'good', 'wish', 'florence', 'crouch', 'northern', 'illinois', 'conference_office', 'address', 'ogden', 'ave', 'chicago', 'president', 'wegtworth', 'interesting', 'letter', 'following', 'extract', 'recent_letter', 'written', 'review', 'woman', 'bought', 'copy', 'bible_readings', 'brother', 'eugene', 'davis', 'colporteurs', 'interesting', 'inspiring', 'dated', 'jan', 'dear', 'sir', 'write', 'ask', 'getting', 'book', 'distribute', 'friend', 'overlooked', 'agent', 'title', 'bible', 'reading', 'home_circle', 'fortunate', 'finest', 'book', 'world', 'explaining', 'hard', 'example', 'bible', 'think', 'place', 'half', 'dozen', 'home', 'community', 'care', 'pay', 'home', 'woman', 'willing', 'sell', 'book', 'profit', 'reader', 'sell', 'good', 'profit', 'world', 'hope', 'eternal', 'life', 'tolf', 'quarterly', 'report', 'west', 'chicago', 'sabbath', 'school', 'total', 'membership', 'including', 'officer', 'average', 'attendance', 'number', 'class', 'school', 'senior', 'division', 'junior', 'intermediate', 'primary', 'kindergarten', 'worker', 'taken', 'youth', 'instructor', 'little', 'friend', 'quarterly', 'taking', 'worker', 'training', 'course', 'gift', 'mission', 'sabbath', 'thirteenth', 'sabbath', 'offering', 'total', 'offering', 'special', 'collection', 'expense', 'child', 'primary', 'kindergarten', 'department', 'learned', 'repeated', 'memory', 'verse', 'quarter', 'primary', 'mildred', 'green', 'ethel', 'friels', 'queenie', 'smith', 'ida', 'liebschutz', 'kindergarten', 'florence', 'friels', 'juliette', 'papineau', 'mildred', 'butler', 'jeanie', 'green', 'mary', 'moore', 'sup', 'pearl', 'smith', 'sec', 'fox', 'river_academy', 'item', 'choral', 'society', 'recently', 'gave', 'cantata', 'saul', 'sheridan', 'opera', 'house', 'undertaking', 'proved', 'success', 'appreciated', 'music', 'department', 'including', 'piano', 'voice', 'student', 'number', 'seven', 'student', 'town', 'working', 'hard', 'beginning', 'realize', 'result', 'effort', 'vacation', 'necessarily', 'extended', 'nearly', 'week', 'account', 'leak', 'boiler', 'repair', 'soon', 'possible', 'heat', 'week', 'appreciated', 'good_spirit', 'prevailed', 'student', 'gathered', 'kitchen', 'stove', 'social', 'time', 'time', 'spent', 'coasting', 'skating', 'sleighing', 'time', 'passed', 'quickly', 'pleasantly', 'southern', 'illinois', 'conference_office', 'address', 'allen', 'springfield', 'ill', 'president', 'clark', 'charleston', 'decatur', 'privilege', 'meet', 'church', 'charleston', 'sabbath', 'ago', 'brother', 'sister', 'good_courage', 'meeting', 'held', 'friday', 'evening', 'sabbath', 'sunday', 'evening', 'good_interest', 'manifested', 'time', 'officer', 'elected', 'year', 'adjustment', 'record', 'glad', 'hold', 'work', 'year', 'decided', 'firm_stand', 'message', 'people', 'charleston', 'anxious', 'work', 'number', 'faith', 'attended', 'meeting', 'expressed', 'desire', 'minister', 'conduct', 'series', 'meeting', 'went', 'lake', 'union', 'committee', 'meeting', 'college', 'board', 'meeting', 'returned', 'way', 'decatur', 'decatur', 'held', 'annual', 'business', 'meeting', 'elder', 'hanson', 'william', 'woodford', 'service', 'elder', 'hanson', 'remained', 'decatur', 'week', 'visited', 'brother', 'sister', 'church', 'earnest_desire', 'people', 'hold', 'work', 'year', 'believe', 'southern', 'illinois', 'going', 'best', 'record', 'let', 'work', 'pray', 'soon', 'end', 'thing', 'come', 'clark', 'notice', 'elder', 'attended', 'elder', 'meeting', 'wondering', 'received', 'minute', 'meeting', 'greatly', 'rushed', 'office', 'past', 'week', 'impossible', 'minute', 'stenographer', 'busy', 'work', 'leave', 'minute', 'soon', 'possible', 'furnish', 'elder', 'clark', 'indiana', 'conference_office', 'address', 'indianapolis', 'president', 'bristol', 'south_bend', 'year', 'enjoyable', 'work', 'northern', 'illinois', 'conference', 'labor', 'indiana', 'conference', 'south_bend', 'place', 'residence', 'association', 'worker', 'people', 'northern', 'illinois', 'remembered', 'pleasantly', 'closing', 'work', 'illinois', 'glad', 'seal', 'fruit', 'effort', 'baptism']
root - INFO - extracting file #70500: 2017-04-Final-Corpus/LUH19170214-V09-07-page4.txt
root - INFO - extracting file #71000: 2017-04-Final-Corpus/LUH19180320-V10-12-page1.txt
root - INFO - ['vol', 'ion', 'era', 'due_season', 'shall', 'reap', 'faint', 'berrien', 'spring', 'mich', 'wednesday', 'march', 'lake_union_conference', 'directory', 'office', 'address', 'lyndale', 'chicago', 'ill', 'president', 'christian', 'office', 'address', 'secretary', 'treasurer', 'anderson', 'office', 'address', 'field', 'agent', 'blosser', 'berrien', 'spring', 'mich', 'secretary', 'russell', 'berrien', 'spring', 'mich', 'medical', 'secretary', 'dunscombe', 'wabash', 'valley', 'sani', 'tarium', 'fayette', 'ind', 'home', 'missionary', 'secretary', 'mcconaughey', 'office', 'address', 'needful', 'learn', 'seek', 'god', 'directly', 'individually', 'guidance', 'parent', 'read', 'book', 'child', 'training', 'listen', 'sermon', 'home', 'greater', 'consequence', 'far', 'taught', 'god', 'care', 'bring', 'child', 'minister', 'including', 'licentiate', 'prove', 'gift', 'minister', 'trial', 'ordination', 'teacher', 'laborer', 'cause', 'angel', 'message', 'time', 'know', 'wait', 'counsel', 'lord', 'christian', 'remarkable', 'incident', 'following', 'quotation', 'letter', 'received', 'recently', 'conference_tract_society', 'brother', 'occasion', 'correspond', 'frequently', 'read', 'working', 'present_truth', 'wondered', 'writer', 'feel', 'higher', 'power', 'work', 'rescuing', 'mail', 'sunk', 'lake', 'water', 'quarter', 'hour', 'month', 'ago', 'ordered', 'quantity', 'present_truth', 'islander', 'large', 'order', 'literature', 'coming', 'dangerous', 'condition', 'lake', 'mail', 'week', 'time', 'came', 'brought', 'large', 'row', 'boat', 'boat', 'small', 'engine', 'propeller', 'tow', 'sack', 'mail', 'carried', 'february', 'mail', 'men', 'tried', 'come', 'lake', 'mail', 'mail', 'men', 'experienced', 'islander', 'party', 'christian', 'anderson', 'wentworth', 'guthrie', 'schilling', 'executive_committee', 'clark', 'wiest', 'peterson', 'pirw', 'bristol', 'mcconaughey', 'dunscombe', 'blosser', 'benson', 'russell', 'olson', 'rans', 'god', 'best', 'counselor', 'receiving', 'letter', 'inquiry', 'daily', 'brother', 'sister', 'concerning', 'question', 'new', 'unusual', 'brought', 'present', 'world', 'situation', 'letter', 'come', 'marked', 'private', 'persdnal', 'state', 'letter', 'conference_offices', 'cared', 'sent', 'correspondence', 'brother', 'carefully', 'filed', 'kept', 'confidential', 'conference', 'minister', 'pleased', 'receive', 'letter', 'willing', 'answer', 'question', 'best', 'ability', 'wonder', 'brother', 'inquire', 'world_war', 'human_family', 'entered', 'different', 'era', 'strange', 'unheard', 'problem', 'condition', 'require', 'thoughtful', 'candid', 'study', 'need', 'advise', 'help', 'way', 'possible', 'olden', 'time', 'men', 'went', 'priest', 'prophet', 'answer', 'lord', 'god', 'minister', 'stand', 'watchman', 'giving', 'warning', 'counsel', 'people', 'privilege', 'duty', 'enquire', 'servant', 'lord', 'got', 'quarter', 'mile', 'island', 'question', 'come', 'felt', 'proper', 'remind', 'great_privilege', 'seeking', 'counsel', 'frromom', 'lord', 'direct', 'god', 'near', 'local_church', 'conference_office', 'willing', 'answer', 'prayer', 'feeble', 'inexperienced', 'child', 'cibattle', 'floating', 'ice', 'saw', 'prayer', 'old', 'godly', 'minister', 'time', 'individual', 'need', 'know', 'god', 'actual_experience', 'learn', 'pray', 'know', 'voice', 'god', 'fail', 'learn', 'acknowledge', 'presence', 'god', 'daily', 'experience', 'sooner', 'later', 'fall', 'way', 'person', 'tested', 'uttermost', 'time', 'hand', 'friend', 'betray', 'separated', 'dearest', 'brother', 'best', 'adviser', 'learned', 'time', 'depend', 'god', 'lost', 'young_man', 'training', 'camp', 'coming', 'draft', 'avail', 'possible', 'opportunity', 'seek', 'advice', 'information', 'brother', 'men', 'experience', 'important', 'boat', 'containing', 'mail', 'sink', 'saw', 'boat', 'thought', 'order', 'present_truth', 'felt', 'certain', 'mail', 'wondered', 'god', 'precious', 'literature', 'lost', 'went', 'boat', 'watched', 'men', 'struggling', 'save', 'boat', 'progress', 'making', 'slowly', 'land', 'current', 'lake', 'drifted', 'westward', 'distance', 'boat', 'sank', 'brother', 'occurred', 'person', 'explain', 'lived', 'lake', 'study', 'life', 'heard', 'thing', 'boat', 'load', 'mail', 'sunk', 'threequarters', 'hour', 'came', 'got', 'rope', 'gota', 'lot', 'water', 'float', 'running', 'ice', 'wave', 'caused', 'beat', 'boat', 'force', 'helpless', 'hardy', 'experienced', 'islander', 'seeing', 'predicament', 'went', 'rescue', 'boat', 'hour', 'watched']
root - INFO - extracting file #71500: 2017-04-Final-Corpus/LUH19190409-V11-15-page10.txt
root - INFO - extracting file #72000: 2017-04-Final-Corpus/LUH19200114-V12-02s2-page16.txt
root - INFO - ['lake_union_herald', 'jesus', 'tuesday', 'morning', 'january', 'ministry', 'saviour', 'man', 'jesus', 'son', 'god', 'able', 'save', 'sin', 'able', 'heal', 'spiritual', 'infirmity', 'hear', 'jesus', 'learn', 'theory', 'truth', 'jesus', 'till', 'glory', 'sight', 'blind', 'eye', 'mean', 'destruction', 'seen', 'saviour', 'sin', 'day', 'divinity', 'christ', 'believer', 'assurance', 'eternal_life', 'confidence', 'knowledge', 'fact', 'brings', 'soul', 'death', 'robbed', 'terror', 'grave', 'enemy', 'robbed', 'terror', 'know', 'jesus', 'son', 'god', 'power', 'eternal_life', 'jesus', 'baptism', 'voice', 'came', 'heaven', 'saying', 'beloved', 'son', 'pleased', 'hear', 'jesus', 'representative', 'human_family', 'god', 'spoke', 'jesus', 'said', 'son', 'believe', 'beloved', 'son', 'pleased', 'experience', 'poor_man', 'palsy', 'case', 'absolutely', 'hopeless', 'far', 'physical', 'help', 'concerned', 'thing', 'desired', 'tha', 'nail', 'thing', 'assurance', 'sin', 'forgiven', 'willing', 'die', 'bfore', 'death', 'know', 'sin', 'forgiven', 'jesus', 'said', 'thy', 'sin', 'forgiven', 'thee', 'thing', 'need', 'thing', 'know', 'sin', 'forgiven', 'sin', 'forgiven', 'away', 'jesus', 'away', 'eternal_salvation', 'sin', 'taken', 'away', 'separate', 'soul', 'god', 'hear', 'saying', 'good', 'cheer', 'thy', 'sin', 'forgiven', 'accept', 'thing', 'occured', 'life', 'saviour', 'crowning', 'evidence', 'crowning', 'miracle', 'crowning', 'act', 'crowning', 'evidence', 'voice', 'heaven', 'beloved', 'son', 'pleased', 'crowning', 'miracle', 'resurrection', 'lazarus', 'dead', 'crowning', 'act', 'resurrection', 'jesus_christ', 'faith', 'strengthened', 'went', 'great', 'dark', 'land', 'earth', 'saw', 'poor', 'captive', 'century', 'dominion', 'sin', 'terrible', 'shackle', 'heathenism', 'delivered', 'completely', 'eternally', 'power', 'jesus', 'thing', 'doubt', 'jesus_christ', 'deliver', 'men', 'deliver', 'forever', 'certain', 'greek', 'came', 'worship', 'feast', 'came', 'philip', 'bethsaida', 'galilee', 'desired', 'saying', 'sir', 'jesus', 'philip', 'cometh', 'telleth', 'andrew', 'andrew', 'philip', 'tell', 'jesus', 'john', 'request', 'deeply', 'impressed', 'heart', 'jesus', 'time', 'history', 'world', 'need', 'jesus', 'chapter', 'matthew', 'gospel', 'verse', 'read', 'shall', 'bring', 'forth', 'son', 'thou_shalt', 'jesus', 'shall', 'save', 'people', 'sin', 'jesus', 'god', 'saved', 'sin', 'individually', 'sin', 'save', 'sin', 'sin', 'john', 'saw', 'jesus', 'coming', 'jordon', 'said', 'behold', 'lamb', 'god', 'beareth', 'away', 'sin', 'world', 'jesuis', 'saviour', 'sin', 'saviour', 'sin', 'personal_saviour', 'sin', 'shall', 'finally', 'glory', 'read', 'isaiah', 'beautiful', 'word', 'thine', 'eye', 'shall', 'king', 'beauty', 'shall', 'behold', 'land', 'far', 'believe', 'great', 'high', 'priest', 'ministering', 'sanctuary', 'heaven', 'individually', 'spiritually', 'shall', 'beauty', 'beginning', 'word', 'word', 'god', 'word', 'god', 'john', 'jesus', 'god', 'earth', 'heaven', 'man', 'beheld', 'glory', 'god', 'looked', 'jesus', 'men', 'beheld', 'jesus', 'saw', 'man', 'jesus', 'son', 'god', 'today', 'jesus', 'son', 'truth', 'christ', 'ceased', 'god', 'man', 'humbled', 'humanity', 'godhead', 'christ', 'represent', 'father', 'humanity', 'representation', 'disciple', 'privileged', 'behold', 'year', 'desire', 'age', 'jesus', 'trying', 'lead', 'men', 'son', 'god', 'son', 'man', 'characteristic', 'beautifully', 'portrayed', 'gospel', 'people', 'saw', 'jesus', 'earth', 'saw', 'earthly']
root - INFO - extracting file #72500: 2017-04-Final-Corpus/LUH19201027-V12-43-page5.txt
root - INFO - extracting file #73000: 2017-04-Final-Corpus/PHJ18850801-V01-02-page9.txt
root - INFO - ['child', 'development', 'character', 'birth', 'child', 'left', 'come', 'attention', 'parent', 'good', 'farmer', 'devotes', 'dumb', 'animal', 'father', 'especially', 'guilty', 'manifesting', 'care', 'wife', 'child', 'shown', 'cattle', 'merciful', 'farmer', 'time', 'devote', 'especial', 'thought', 'best', 'manner', 'managing', 'stock', 'particular', 'valuable', 'horse', 'shall', 'overworked', 'overfed', 'fed', 'heated', 'lest', 'ruined', 'time', 'care', 'stock', 'lest', 'injured', 'neglect', 'exposure', 'improper', 'treatment', 'increasing', 'young', 'stock', 'depreciate', 'value', 'observe', 'regular', 'period', 'eating', 'know', 'work', 'perform', 'injuring', 'order', 'accomplish', 'provide', 'healthful', 'food', 'proper', 'quantity', 'stated', 'period', 'following', 'dictate', 'reason', 'farmer', 'successful', 'preserving', 'strength', 'beast', 'father', 'wife', 'child', 'corresponded', 'care', 'manifested', 'cattle', 'degree', 'life', 'valuable', 'dumb', 'animal', 'entire', 'reformation', 'family', 'human', 'misery', 'far', 'great_care', 'manifested', 'parent', 'providing', 'healthful', 'article', 'food', 'child', 'case', 'place', 'child', 'food', 'reason', 'teach', 'conducive', 'health', 'fever', 'derange', 'digestive_organs', 'parent', 'study', 'cause', 'effect', 'regard', 'child', 'case', 'dumb', 'animal', 'reason', 'overwork', 'eat', 'violent', 'exercise', 'exhausted', 'heated', 'injure', 'health', 'human_being', 'health', 'dumb', 'animal', 'lay', 'foundation', 'broken', 'constitution', 'man', 'beast', 'recover', 'strength', 'vital_organ', 'soon', 'impaired', 'break', 'care', 'regularity', 'considered', 'needful', 'dumb', 'animal', 'essential', 'human_being', 'formed', 'image', 'maker', 'value', 'dumb', 'creature', 'father', 'case', 'exercise', 'reason', 'care', 'wife', 'offspring', 'birth', 'manifest', 'cattle', 'young', 'mother', 'case', 'previous', 'birth', 'child', 'permitted', 'toil', 'early', 'late', 'heating', 'blood', 'preparing', 'unhealthy', 'dish', 'food', 'suit', 'perverted', 'taste', 'family', 'visitor', 'strength', 'tenderly', 'cherished', 'preparation', 'healthful', 'food', 'required', 'half', 'expense', 'labor', 'far', 'nourishing', 'mother', 'birth', 'child', 'permitted', 'labor', 'strength', 'burden', 'care', 'seldom', 'lessened', 'period', 'time', 'rest', 'fatigue', 'sadness', 'gloom', 'great', 'exertion', 'deprives', 'offspring', 'nutrition', 'nature', 'provided', 'heating', 'blood', 'imparts', 'bad', 'quality', 'blood', 'offspring', 'robbed', 'vitality', 'robbed', 'physical', 'mental', 'strength', 'father', 'study', 'mother', 'happy', 'allow', 'come', 'home', 'clouded', 'brow', 'perplexed', 'business', 'actually', 'necessary', 'counsel', 'wife', 'trouble', 'such_matters', 'care', 'trial', 'bear', 'tenderly', 'spared', 'needle', 'burden', 'mother', 'meet', 'cold', 'reserve', 'father', 'doe', 'pleasantly', 'wish', 'blame', 'wife', 'mother', 'indifferent', 'care', 'daily', 'trial', 'men', 'working', 'directly', 'happiness', 'mother', 'discouraged', 'hope', 'cheerfulness', 'depart', 'work', 'mechanically', 'knowing', 'soon', 'debilitates', 'physical', 'mental', 'health', 'child', 'born', 'suffering', 'disease', 'god', 'hold', 'parent', 'accountable', 'great_degree', 'wrong_habits', 'and_temperance_advocate', 'parent', 'child', 'eat', 'frequently', 'irregularly', 'great', 'quantity', 'healthful', 'food', 'injure', 'constitution', 'addition', 'food', 'improper', 'quality', 'prepared', 'grease', 'indigestible', 'spice', 'result', 'far', 'injurious', 'digestive_organs', 'severely', 'taxed', 'fastened', 'disease', 'unborn', 'child', 'hausted', 'nature', 'left', 'poor', 'chance', 'rest', 'compelled', 'suffer']
root - INFO - extracting file #73500: 2017-04-Final-Corpus/PHJ18880501-V03-05-page24.txt
root - INFO - extracting file #74000: 2017-04-Final-Corpus/PHJ18890901-V04-09-page17.txt
root - INFO - ['meant', 'conscious', 'life', 'animal', 'embrace', 'activity', 'result', 'volition', 'preparation', 'animal_food', 'act', 'course', 'slaughter', 'animal', 'deprive', 'animal_life', 'consciousness', 'taking', 'animal_life', 'effect', 'animal', 'cause', 'cessation', 'circulation', 'blood', 'cease', 'flow', 'waste', 'place', 'tissue', 'longer', 'removed', 'retained', 'waste', 'cease', 'animal_life', 'extinct', 'hand', 'cell', 'break', 'rapidly', 'death', 'animal', 'previous', 'thereto', 'flesh', 'filled', 'death', 'dealing', 'property', 'animal', 'living', 'removal', 'deadly', 'poison', 'urea', 'performed', 'kidney', 'circulation', 'having', 'ceased', 'death', 'animal', 'element', 'urea', 'result', 'broken', 'tissue', 'retained', 'flesh', 'man', 'partakes', 'animal', 'flesh', 'connection', 'flesh', 'broken', 'tissue', 'contain', 'broken', 'tissue', 'detrimental', 'health', 'animal', 'man', 'special', 'organ', 'depuration', 'provided', 'elimination', 'evident', 'flesh_food', 'containing', 'broken', 'tissue', 'wholesome', 'food', 'contains', 'broken', 'tissue', 'subsist', 'largely', 'flesh', 'diet', 'aware', 'fact', 'flesh', 'animal', 'palatabre', 'tender', 'juicy', 'soon', 'death', 'animal', 'animal', 'dead', 'period', 'time', 'reason', 'cell', 'life', 'doe', 'cease', 'animal_life', 'familiar', 'slaughter', 'house', 'witnessed', 'quivering', 'animal', 'flesh', 'twitching', 'muscle', 'hour', 'animal', 'slaughtered', 'dressed', 'quartered', 'animal_life', 'cease', 'greater', 'period', 'time', 'joint', 'animal', 'flexible', 'tissue', 'soft', 'yielding', 'pressure', 'time', 'flesh', 'hard', 'yielding', 'joint', 'stiff', 'immovable', 'stiffness', 'known', 'medical', 'parlance', 'rigor', 'mortis', 'stiffness', 'occasioned', 'death', 'cell', 'cessation', 'circulation', 'blood', 'contains', 'cell', 'food', 'cell', 'longer', 'replenish', 'waste', 'occurring', 'change', 'immediately', 'begin', 'place', 'molecular', 'condition', 'cell', 'whch', 'finally', 'result', 'coagulation', 'cell', 'fluid', 'coagulation', 'mark', 'death', 'cell', 'inactive', 'fixed', 'cell', 'inactive', 'fixed', 'tissue', 'compose', 'condition', 'consequently', 'organ', 'limb', 'body', 'fixed', 'immovable', 'death', 'molecular', 'change', 'constantly', 'going', 'cell', 'molecular', 'change', 'constituting', 'breaking', 'cell', 'tissue', 'coagulation', 'occurs', 'cell', 'death', 'cell', 'moleculav', 'change', 'rapidly', 'cell', 'break', 'constituting', 'known', 'decomposition', 'decomposition', 'flesh_meats', 'peculiar', 'flavor', 'degree', 'flavor', 'depending', 'wholly', 'extent', 'decomposition', 'cell', 'break', 'rigor', 'mortis', 'flesh_meats', 'toughness', 'rapidly', 'subsides', 'longer', 'time', 'certain', 'limit', 'elapses', 'flesh', 'slaughtered', 'eaten', 'tender', 'work', 'decomposition', 'breaking', 'cell', 'fluid', 'content', 'cell', 'poured', 'remaining', 'tissue', 'flesh', 'juicy', 'quality', 'tenderness', 'flavor', 'juiciness', 'flesh_foods', 'result', 'decomposition', 'speak', 'plain', 'term', 'decaying', 'process', 'statement', 'appear', 'startling', 'person', 'demonstrate', 'truthfulness', 'actual', 'experiment', 'vegetable', 'food', 'circulation', 'occurs', 'conveying', 'building', 'material', 'cell', 'cell', 'use', 'food', 'result', 'growth', 'growth', 'vital', 'activity', 'vegetable_kingdom', 'consequently', 'waste', 'occurring', 'vegetable', 'structure', 'reason', 'vegetable', 'food', 'wholesome', 'diet', 'animal', 'substance', 'true', 'decomposition', 'occurs', 'vegetable', 'food', 'distinct', 'line', 'demarkation', 'broken', 'decomposed', 'portion', 'cell', 'living', 'contamination', 'living', 'cell', 'actual', 'contact', 'decomposed', 'portion', 'readily', 'separated', 'wholesome', 'seen', 'partially', 'decayed', 'apple', 'and_temperance_advocate']
root - INFO - extracting file #74500: 2017-04-Final-Corpus/PHJ18910101-V06-01-page10.txt
root - INFO - extracting file #75000: 2017-04-Final-Corpus/PHJ18920401-V07-04-page8.txt
root - INFO - ['whirl', 'napa', 'valley', 'charles', 'snow', 'yes', 'victim', 'quill', 'malady', 'chronic', 'form', 'doubt', 'recovery', 'undermining', 'effect', 'sedentary', 'influence', 'prescription', 'rest', 'recreation', 'short', 'terrible', 'sentence', 'bestowed', 'devoted', 'head', 'healthwise', 'adviser', 'idea', 'sedentary', 'influence', 'having', 'personal', 'surroundings', 'added', 'sense', 'vastness', 'deepness', 'unexplained', 'mystery', 'terrible', 'condition', 'hereditary', 'malady', 'respected', 'progenitor', 'entirely', 'free', 'awe', 'inspiring', 'sedentary', 'influence', 'influence', 'emanating', 'colony', 'adventurous', 'microbe', 'death', 'laden', 'breath', 'venomous', 'phagocyte', 'carrying', 'destruction', 'rank', 'human', 'parasite', 'naturally', 'nervous', 'temperament', 'stand', 'strain', 'subjected', 'forthwith', 'lay_plans', 'ridding', 'undermining', 'effect', 'carrying', 'prescription', 'impossibility', 'ambiguity', 'construction', 'indicate', 'ordinary', 'man', 'difficult', 'undertaking', 'recreate', 'common', 'usage', 'term', 'time', 'resting', 'let', 'state', 'right', 'individual', 'inspired', 'sedentary', 'influence', 'marvelous', 'thing', 'possible', 'day', 'elapsed', 'board', 'north', 'bound', 'oakland', 'train', 'going', 'knew', 'flying', 'knew', 'recreation', 'pleasingly', 'restful', 'oakland', 'bad', 'place', 'habitat', 'air', 'spaciousness', 'city', 'fairly', 'induces', 'throw', 'arm', 'seek', 'repose', 'quivering', 'palm', 'tree', 'tropic', 'shrubbery', 'street', 'broad', 'smooth', 'generally', 'kept', 'add', 'beauty', 'attraction', 'train', 'started', 'beautiful_city', 'soon', 'shut', 'view', 'curtain', 'distance', 'fall', 'close', 'present', 'surroundings', 'thing', 'flying', 'quickly', 'surround', 'surrounded', 'passing', 'lovely', 'scenery', 'ranch', 'stretch', 'away', 'unbroken', 'foothill', 'foothill', 'reach', 'touch', 'margin', 'bay', 'bar', 'progress', 'steed', 'thunder', 'condescending', 'plunge', 'beneath', 'play', 'hideand', 'seek', 'wave', 'shore', 'rest', 'recreation', 'having', 'surroundings', 'delightful', 'people', 'affable', 'change', 'restful', 'surely', 'poet', 'minstrel', 'traveling', 'line', 'wrote', 'wonderful', 'ode', 'jordan', 'hard', 'road', 'trabbel', 'stop', 'pretty', 'little', 'town', 'margin', 'bay', 'railroad', 'official', 'busy', 'wont', 'traveler', 'good', 'naturedly', 'crowd', 'right', 'left', 'passage', 'servant', 'bidding', 'bidding', 'way', 'gate', 'opened', 'people', 'begin', 'file', 'wide', 'gate', 'going', 'thereat', 'narrow', 'gate', 'exceedingly', 'narrow', 'narrow', 'man', 'punch', 'combination', 'liquid', 'railroad', 'implement', 'easily', 'entire', 'space', 'passing', 'safely', 'named', 'obstruction', 'excellent', 'ferryboat']
root - INFO - extracting file #75500: 2017-04-Final-Corpus/PHJ18960801-V11-08-page31.txt
root - INFO - extracting file #76000: 2017-04-Final-Corpus/PHJ19010601-V16-06-page27.txt
root - INFO - ['june', 'resource', 'vegetable_kingdom', 'spade', 'hoe', 'pick', 'plow', 'penetrated', 'soil', 'tree', 'large', 'tall', 'long', 'knew', 'century', 'specie', 'began', 'growing', 'earth', 'told', 'bring', 'forth', 'beneath', 'tree', 'standing', 'foot', 'bowel', 'earth', 'miner', 'work', 'blasting', 'hard', 'anthracite', 'coal', 'time', 'accompany', 'parent', 'mountain', 'purpose', 'gathering', 'sweet', 'luscious', 'berry', 'grew', 'thousand', 'acre', 'wild', 'uncultivated', 'land', 'planted', 'god', 'commanded', 'earth', 'bring', 'forth', 'look', 'field', 'country', 'nearly', 'grain', 'sort', 'wheat', 'rye', 'oat', 'barley', 'rice', 'laden', 'nutrition', 'ranging', 'eighty', 'eighty', 'cent', 'look', 'hillside', 'valley', 'home', 'abroad', 'orchard', 'orchard', 'come', 'view', 'tree', 'white', 'blossom', 'laden', 'growing', 'fruit', 'limb', 'supported', 'break', 'heavy', 'weight', 'fast', 'ripening', 'product', 'resource', 'vegetable_kingdom', 'unlimited', 'ship', 'receive', 'country', 'endless', 'variety', 'earth', 'product', 'time', 'acquainted', 'food', 'man', 'great', 'storehouse', 'nature', 'variety', 'extensive', 'impossible', 'man', 'normal_condition', 'tired', 'food', 'think', 'tuber', 'bulb', 'family', 'grow', 'underground', 'fruit', 'trailing', 'vine', 'cling', 'close', 'ground', 'taller', 'vine', 'pas', 'large_family', 'shrubbery', 'producing', 'fruit', 'berry', 'nut', 'regular', 'forest', 'cherry', 'plum', 'date', 'apricot', 'nectarine', 'peach', 'pear', 'banana', 'orange', 'quince', 'guava', 'prune', 'fig', 'apple', 'space', 'fruit', 'come', 'foreign_lands', 'legion', 'brief', 'mention', 'nut', 'family', 'close', 'table', 'complete', 'setting', 'bring', 'smoothness', 'skin', 'luster', 'hair', 'heat', 'body', 'indispensable', 'maintenance', 'perfect_health', 'nut', 'body', 'fuel', 'stove', 'think', 'vegetable_kingdom', 'production', 'rise', 'gigantic', 'pyramid', 'feel', 'obliged', 'ask', 'question', 'article', 'beginning', 'chapter', 'answer', 'given', 'shall', 'meat', 'article', 'man', 'eat', 'shall', 'meat', 'answer', 'given', 'wonderful', 'creator', 'generous', 'provider', 'god', 'strange', 'face', 'astonishing', 'generosity', 'lord', 'child', 'men', 'cent', 'dissatisfied', 'large', 'liberal', 'menu', 'turn', 'killing', 'devouring', 'poor', 'fellow', 'creature', 'fearfully', 'bard', 'satisfy', 'man', 'vegetable', 'fruit', 'nut', 'grain', 'printed', 'face', 'man', 'meat', 'eat', 'live', 'abundance', 'spare', 'poor', 'animal', 'fellow', 'creature', 'spare', 'san', 'francisco', 'cal']
root - INFO - extracting file #76500: 2017-04-Final-Corpus/PHJ19030101-V18-01-page24.txt
root - INFO - extracting file #77000: 2017-04-Final-Corpus/PTAR184912XX-V01-05-page7.txt
root - INFO - ['earth', 'earth', 'earth', 'hear', 'word', 'lord', 'jer', 'xxii', 'people', 'addressed', 'globe', 'dent', 'xxxii', 'isa', 'text', 'memorable', 'night', 'lord', 'supper', 'washing', 'saint', 'foot', 'instituted', 'lord', 'master', 'betrayed', 'hand', 'sinner', 'knowing', 'time', 'come', 'power', 'earth', 'hell', 'triumph', 'short', 'season', 'passed', 'brook', 'cedron', 'taken', 'bound', 'came', 'jesus', 'said', 'daily', 'temple', 'stretched', 'forth', 'hand', 'hour', 'power', 'darkness', 'luke', 'xxiii', 'jesus', 'heart', 'earth', 'controlled', 'held', 'power', 'earth', 'hell', 'time', 'betrayed', 'hand', 'sinner', 'arose', 'dead', 'triumph', 'victory', 'jesus', 'heart', 'earth', 'pilate', 'cross', 'joseph', 'tomb', 'view', 'scripture', 'testimony', 'harmonize', 'look', 'like', 'spiritualism', 'jet', 'better', 'view', 'harmonize', 'scripture', 'testimony', 'north', 'paris', 'maine', 'oct', 'dear', 'brother', 'sister', 'praise', 'god', 'conference', 'recently', 'held', 'place', 'resulted', 'good', 'brother', 'distance', 'come', 'fulness', 'scene', 'trial', 'scattering', 'passed', 'painful', 'character', 'trust', 'god', 'bringing', 'scattered', 'child', 'preparatory', 'final', 'deliverence', 'hob', 'important', 'beloved', 'brother', 'final', 'struggle', 'dragon', 'united', 'commandment', 'god', 'testimony', 'jesus', 'christ', 'present', 'truth', 'whole_family', 'converted', 'eld', 'nelthe', 'blessing', 'gospel', 'christ', 'son', 'hollis', 'peacham', 'advent', 'meeting', 'deep', 'solemn', 'preacher', 'sabbath', 'commencement', 'aldiscovered', 'day', 'week', 'brother', 'region', 'sabbath', 'embraced', 'scattered', 'consequence', 'erroneous', 'view', 'earnest_desire', 'manifested', 'nearly', 'scattered', 'flock', 'assemble', 'meeting', 'mind', 'deeply', 'interested', 'solemn', 'truth', 'presented', 'conclusion', 'meeting', 'general', 'faith', 'bro', 'hollis', 'life', 'determination', 'manifested', 'lay', 'aside', 'forever', 'painful', 'view', 'long', 'separated', 'unite', 'great', 'important', 'iah', 'foundation', 'remark', 'truth', 'god', 'season', 'heartthe', 'afternoon', 'subject', 'sabfelt', 'confession', 'deep', 'humiliation', 'god', 'trust', 'soon', 'forgotten', 'god', 'praise', 'amen', 'brother', 'hope', 'john', 'andrew', 'bro', 'harvey', 'child', 'sutton', 'oct', 'dear', 'bro', 'white', 'encouraged', 'view', 'late', 'publication', 'neighbor', 'professed', 'adventist', 'embraced', 'sabbath', 'sabbath', 'question', 'came', 'endure', 'sound_doctrine', 'course', 'opposed', 'little', 'paper', 'came', 'hand', 'read', 'meat', 'sent', 'convicted', 'entangled', 'turnerism', 'free', 'bro', 'edson', 'work', 'came', 'sent', 'sabbath', 'work', 'morning', 'came', 'sat', 'read', 'came', 'day', 'distress', 'said', 'mighty', 'blaze', 'light', 'shone', 'trembled', 'limb', 'read', 'told', 'wife', 'farther', 'course', 'sat', 'kept', 'rest', 'day', 'come', 'confessed', 'faith', 'publicly', 'true', 'sabbath', 'paper', 'reached', 'anointed', 'eye', 'saw', 'clearly', 'week', 'ago', 'sabbath', 'wife', 'little', 'son', 'daughter', 'believer', 'speedy', 'advent', 'christ', 'commenced', 'keeping', 'sabbath', 'good', 'mile', 'sabbath', 'day', 'forenoon', 'day', 'took', 'fourteenth', 'chapter', 'isabath', 'spoken', 'publicly', 'cleat', 'disturbed', 'camp', 'enemy', 'cleared', 'left', 'enjoy', 'good', 'season']
root - INFO - extracting file #77500: 2017-04-Final-Corpus/PUR19020508-V01-20-page14.txt
root - INFO - extracting file #78000: 2017-04-Final-Corpus/PUR19030827-V03-02-page3.txt
root - INFO - ['proclamation', 'modern', 'ancient', 'israel', 'day', 'saw', 'judah', 'treading', 'wine', 'press', 'sabbath', 'bringing', 'sheaf', 'lading', 'ass', 'wine', 'grape', 'fig', 'manner', 'burden', 'brought', 'jerusalem', 'sabbath', 'day', 'testified', 'day', 'sold', 'victual', 'dwelt', 'men', 'tyre', 'brought', 'fish', 'manner', 'ware', 'sold', 'sabbath', 'unto', 'child', 'judah', 'jerusalem', 'contended', 'noble', 'judah', 'said', 'unto', 'evil', 'thing', 'profane', 'sabbath', 'day', 'father', 'god', 'bring', 'evil', 'city', 'bring', 'wrath', 'israel', 'profaning', 'sabbath', 'came', 'pas', 'gate', 'jerusalem', 'began', 'dark', 'sabbath', 'commanded', 'gate', 'shut', 'charged', 'opened', 'till', 'sabbath', 'servant', 'set', 'gate', 'burden', 'brought', 'sabbath', 'day', 'merchant', 'seller', 'kind', 'ware', 'lodged', 'jerusalem', 'twice', 'testified', 'said', 'unto', 'lodge', 'wall', 'lay', 'hand', 'time', 'forth', 'came', 'sabbath', 'commanded', 'levite', 'cleanse', 'come', 'gate', 'sanctify', 'sabbath', 'day', 'remember', 'god', 'concerning', 'spare', 'according', 'greatness', 'thy', 'mercy', 'nehemiah', 'secretary', 'state', 'provisional', 'governor', 'jerusalem', 'judea', 'legal', 'record', 'proceeding', 'nehemiah', 'selected', 'let', 'true_spirit', 'sabbath', 'keeping', 'shall', 'arig', 'god', 'personal', 'care', 'earth', 'lily', 'springing', 'hold', 'lesson', 'god', 'loving', 'providence', 'teach', 'man', 'secret', 'tranquillity', 'agassiz', 'lily', 'bank', 'amazon', 'cup', 'measured', 'foot', 'inch', 'bird', 'beautiful', 'called', 'bird', 'paradise', 'humble', 'lily', 'valley', 'field', 'sparrow', 'wit', 'tell', 'nature', 'overruling', 'care', 'lily', 'lesson', 'blossom', 'carry', 'equipment', 'root', 'leaf', 'fitting', 'fully', 'achieve', 'end', 'named', 'beauty', 'sweetness', 'lily', 'doe', 'sow', 'reap', 'man', 'tool', 'sow', 'reaps', 'tool', 'god', 'hath', 'appointed', 'flower', 'thrust', 'root', 'pump', 'sap', 'moisture', 'food', 'drink', 'thrust', 'stalk', 'untwisting', 'sunbeam', 'seizes', 'hue', 'color', 'doth', 'need', 'setting', 'laboratory', 'root', 'dissolve', 'mineral', 'food', 'strong', 'stalk', 'chemistry', 'leaf', 'absorbs', 'gas', 'air', 'work', 'glowing', 'texture', 'usingthe', 'instrument', 'tool', 'given', 'flower', 'achieves', 'mission', 'tranquil', 'passionate', 'beauty', 'sweet', 'blossom', 'wave', 'riot', 'sunshine', 'whisper', 'flower', 'working', 'flower', 'achieve', 'appointed', 'end', 'beauty', 'man', 'working', 'man', 'car', 'achieve', 'end', 'named', 'happiness', 'peace', 'modest', 'flower', 'haste', 'tumult', 'anxious', 'worry', 'toiled', 'shel', 'ered', 'nook', 'extracted', 'whitest', 'hue', 'black', 'soil', 'sweetest', 'perfume', 'noxious', 'odor', 'earned', 'right', 'tore', 'tike', 'man', 'paroxysm', 'effort', 'fevered', 'querulousness', 'worry', 'waste', 'life', 'thnigs', 'man', 'fret', 'twist', 'thing', 'happened', 'career', 'happen', 'fear', 'test', 'flower', 'beauty', 'test', 'bird', 'soar', 'sings', 'test', 'child', 'god', 'radiant', 'joy', 'tranquil', 'gladness', 'inspiring', 'atmosphere', 'betrays', 'trust', 'pacific_union_recorder', 'god', 'loving', 'providence', 'easy', 'blossom', 'bird', 'ought', 'hard', 'man', 'bear', 'god', 'image', 'newell', 'dwight', 'hillis', 'hope', 'class', 'person', 'interested', 'question', 'hope', 'second', 'false', 'hope', 'true', 'hope', 'infidelity', 'produce', 'hope', 'discouraging', 'deal', 'hope', 'people', 'living', 'false', 'hope', 'man', 'hope', 'produce', 'true', 'hope', 'false', 'hope', 'little', 'prospect', 'receiving', 'true', 'pharisee', 'nursing', 'false', 'hope', 'foolish', 'virgin', 'hoped', 'oil', 'lamp', 'going', 'hoped', 'borrow', 'oil', 'buy', 'knock', 'door', 'admitted', 'light', 'indulging', 'false', 'hope', 'woman', 'acquaintance', 'married', 'drunkard', 'hoped', 'reform', 'led', 'fearful', 'life', 'living', 'false', 'hope', 'bible', 'speaks', 'sure', 'hope', 'stand', 'test', 'time', 'eternity', 'woe', 'vessel', 'time', 'storm', 'anchor', 'doe', 'stand', 'test', 'storm', 'coming', 'test', 'man', 'traveled', 'great', 'deal', 'carried', 'life', 'preserver', 'case', 'storm', 'safe', 'storm', 'came', 'went', 'life', 'preserver', 'mouse', 'eaten', 'hole', 'wasn', 'worth', 'snap', 'finger', 'tell', 'sure', 'hope', 'boy', 'holding', 'string', 'asked', 'knew', 'kite', 'end', 'string', 'draw', 'sure', 'hope', 'draw', 'upward', 'moody']
root - INFO - extracting file #78500: 2017-04-Final-Corpus/PUR19050119-V04-26-page4.txt
root - INFO - extracting file #79000: 2017-04-Final-Corpus/PUR19090218-V08-29-page3.txt
root - INFO - ['departmental', 'officer', 'following', 'departmental', 'officer', 'subsequently', 'appointed', 'executive_committee', 'superintendent', 'educational', 'missionary', 'volunteer', 'department', 'colcord', 'sabbath', 'school', 'secretary', 'carrie', 'king', 'missionary', 'field', 'director', 'covell', 'religious', 'liberty', 'field', 'director', 'corliss', 'local', 'secretary', 'religious', 'liberty', 'temperance', 'department', 'asked', 'eontinne', 'place', 'present', 'annual', 'address', 'president', 'published', 'recorder', 'feb', 'place', 'total_number', 'new_members', 'taken', 'church', 'special', 'session', 'conference', 'held', 'large_amount', 'business', 'tract', 'periodical', 'line', 'camp', 'meeting', 'institute', 'year', 'reported', 'paid', 'conference', 'mission', 'year', 'according', 'recorded', 'membership', 'lack', 'mein', 'report', 'sabbath', 'school', 'young', 'people', 'educational', 'department', 'rendered', 'king', 'professor', 'coleord', 'appear', 'column', 'issue', 'growth', 'respective', 'line', 'prof', 'sharpe', 'gave', 'outline', 'work', 'western', 'normal', 'institute', 'reported', 'statistic', 'missionary', 'secretary', 'report', 'presented', 'bourdeau', 'appear', 'column', 'accomplished', 'dollar', 'cent', 'book_work', 'conference', 'past_year', 'periodical', 'tract', 'line', 'marked', 'increase', 'making', 'total', 'thousand', 'dollars_worth', 'business', 'department', 'year', 'comparison', 'general', 'survey', 'subscription', 'book', 'field_work', 'given', 'thefield', 'director', 'covell', 'elder', 'corliss', 'port', 'progress', 'religious_liberty_work', 'sacramento', 'conference', 'general', 'accomplished', 'educating', 'people', 'energetic', 'campaign', 'direction', 'carried', 'future', 'prof', 'howe', 'reported', 'central', 'california', 'intermediate', 'school', 'armona', 'school', 'pupil', 'enrolled', 'live', 'missionary', 'work', 'surrounding', 'country', 'progress', 'korean', 'mission_work', 'sacramento', 'given', 'elder', 'leland', 'brother', 'darlow', 'swift', 'oakland', 'told', 'japanese', 'mission_school', 'city', 'exhibited', 'work', 'boy', 'conversion', 'resulted', 'mission_schools', 'occupied', 'time', 'conference', 'session', 'elder', 'town', 'lake', 'white', 'white', 'named', 'described', 'work', 'south', 'america', 'laborer', 'collection', 'taken', 'assist', 'purchase', 'organ', 'school', 'argentina', 'brother', 'lake', 'gave', 'instruction', 'sale', 'sign', 'time', 'elder', 'white', 'spoke', 'trip', 'taken', 'south', 'need', 'work', 'especially', 'connection', 'sanitarium', 'white', 'spoke', 'immher', 'time', 'giving', 'instruction', 'counsel', 'various_lines', 'close', 'service', 'collection', 'amounting', 'van', 'token', 'prof', 'howell', 'school', 'work', 'tennessee', 'school', 'proposition', 'sonoma', 'gone', 'thoroughly', 'elder', 'haskell', 'cottrell', 'white', 'united', 'belief', 'lord', 'complete', 'own_way', 'work', 'begun', 'meeting', 'given', 'raising', 'fund', 'school', 'enterprise', 'taken', 'cash', 'pledge', 'pledge', 'conditional', 'sale', 'land', 'entire', 'conference', 'session', 'cognizant', 'presence', 'god', 'meeting', 'spirit', 'harmony', 'pervaded', 'deliberation', 'claude', 'conard', 'secretary', 'resolution', 'gift', 'prophecy', 'counselor', 'people', 'half', 'century', 'prosperity', 'attended', 'work', 'angel', 'message', 'proportion', 'counsel', 'gift', 'prophecy', 'heeded', 'resolved', 'recognize', 'goodness', 'god', 'placing', 'maintaining', 'gift', 'church', 'advise', 'minister', 'brother', 'generally', 'personally', 'acquainted', 'teaching', 'heed', 'thereto', 'profit', 'resolved', 'recognize', 'blessing', 'god', 'attended', 'promulgation', 'truth', 'past_year', 'especially', 'distribution', 'large', 'literature', 'pacific_press', 'liberal', 'discount', 'publication', 'brother', 'use', 'advantage', 'resolved', 'express', 'appreciation', 'liberality', 'request', 'continuance', 'policy', 'liberality', 'brother', 'different_ones', 'soliciting', 'enterprise', 'connection', 'advancement', 'cause', 'men', 'conference', 'responded', 'liberally', 'resolved', 'cue', 'express', 'cur', 'approciatiou', 'liberality', 'fee', 'minced', 'continuance', 'provided', 'solicitor', 'carry', 'proper', 'credential', 'object', 'assistance', 'requested', 'approved', 'gift', 'prophecy', 'conference', 'japanese', 'nearly', 'chinese', 'large_number', 'korean', 'spirit', 'prophecy', 'said', 'field', 'labor', 'class', 'city', 'own_country', 'fully', 'important', 'foreign_field', 'resolved', 'sense', 'conference', 'greater', 'effort', 'forth', 'year', 'mean', 'mission', 'legitimate', 'way', 'enlightenment', 'class', 'people', 'resolved', 'approve', 'cent', 'week', 'plan', 'member', 'raising', 'fund', 'foreign', 'mission', 'report', 'departmental', 'pao', 'union', 'recorder']
root - INFO - extracting file #79500: 2017-04-Final-Corpus/PUR19100630-V09-48-page6.txt
root - INFO - extracting file #80000: 2017-04-Final-Corpus/PUR19110831-V11-05-page6.txt
root - INFO - ['pacific_union_recorder', 'heart', 'love', 'work', 'burden', 'soul', 'sense', 'necessity', 'faithfulness', 'report', 'young_lady', 'need', 'hardly', 'add', 'proof', 'special', 'blessing', 'canvassing', 'work', 'receiving', 'started', 'going', 'canvasser', 'seeing', 'present', 'book', 'hearing', 'argument', 'selling', 'point', 'month', 'ago', 'week', 'tried', 'succeeded', 'time', 'working', 'health', 'book', 'popular', 'report', 'religious_work', 'patriarch', 'prophet', 'unpopular', 'worked', 'woman', 'leaving', 'commercial', 'portion', 'territory', 'men', 'worker', 'woman', 'timid', 'absolutely', 'buy', 'permission', 'husband', 'father', 'brother', 'son', 'special_efforts', 'selling', 'talk', 'order', 'figure', 'result', 'good', 'hard', 'enthusiastic', 'work', 'june', 'delivery', 'averaged', 'cent', 'week', 'ending', 'hour', 'order', 'value', 'recorder', 'connection', 'lady', 'asked', 'thought', 'christian_science', 'cure', 'disease', 'spiritualism', 'quoted', 'text', 'asked', 'seventh', 'day', 'adventist', 'told', 'question', 'ask', 'said', 'given', 'baptist', 'church', 'undecided', 'said', 'firmly', 'believed', 'seventh', 'day', 'sabbath', 'afraid', 'stand', 'husband', 'doe', 'believe', 'bible', 'opposed', 'religion', 'asked', 'accord', 'come', 'day', 'study', 'bible', 'explain', 'thing', 'doe', 'understand', 'second', 'letter', 'received', 'office', 'day', 'read', 'follows', 'good_experiences', 'lord', 'blessed', 'remember', 'woman', 'told', 'said', 'believed', 'seventh', 'day', 'sabbath', 'afraid', 'step', 'given', 'reading_matter', 'called', 'decided', 'sabbath', 'promised', 'start', 'morrow', 'husband', 'oppose', 'hope', 'letter', 'fully', 'demonstrated', 'canvassing', 'work', 'missionary_work', 'highest', 'order', 'truly', 'lord', 'blessing', 'labor', 'faithful', 'god', 'fearing', 'canvasser', 'let', 'thank', 'soul', 'saving', 'work', 'rich', 'field', 'director', 'cent', 'cal', 'conf', 'california', 'worker', 'belle', 'williford', 'sick', 'day', 'know', 'lord', 'certainly', 'blessed', 'shower', 'blessing', 'know', 'work', 'lord', 'claud', 'magill', 'week', 'certainly', 'joyful', 'service', 'engaged', 'lawrence', 'lord', 'strong', 'good_courage', 'promised', 'thee', 'fail', 'thee', 'forsake', 'thee', 'peterson', 'agent', 'book', 'feel', 'lord', 'going', 'finish', 'town', 'world', 'advance', 'angel', 'message', 'expect', 'best', 'ability', 'missionary_workers', 'sure', 'anyof', 'people', 'taking', 'active_part', 'work', 'week', 'soul', 'stirring', 'experience', 'think', 'giving', 'work', 'day', 'worker', 'meet', 'people', 'glad', 'magazine', 'looking', 'man', 'said', 'yes', 'lot', 'paper', 'bought', 'different_times', 'shelf', 'look', 'read', 'worth', 'showed', 'worker', 'sign', 'liberty', 'watchman', 'bought', 'different', 'occasion', 'year', 'half', 'old', 'dear_reader', 'having', 'experience', 'lord', 'want', 'want', 'world', 'hear', 'soon', 'coming', 'commissioned', 'invite', 'friend', 'want', 'great', 'feast', 'blessed', 'blessing', 'long', 'going', 'waiting', 'ask', 'hear', 'spoken', 'love', 'time', 'start', 'march', 'april', 'week', 'april', 'june', 'fleming', 'miss', 'sec', 'cal', 'conf', 'fact', 'figure', 'help', 'timid', 'enter', 'work', 'try', 'prove', 'great', 'opportunity', 'mexico', 'time', 'advantage', 'green', 'central', 'california', 'field', 'item', 'following', 'letter', 'come', 'possession', 'canvasser', 'letter', 'help', 'appreciate', 'opportunity', 'afforded', 'canvasser', 'real', 'missionary_work', 'improving', 'letter', 'believe', 'seen', 'column', 'lodi', 'normal', 'institute', 'rapidly', 'nearing', 'beginning', 'school_year', 'young_people', 'contemplating', 'attending', 'school', 'studying', 'calendar', 'deciding', 'school', 'enter', 'near', 'future', 'young_people', 'older', 'thought', 'possible', 'attend', 'school', 'year', 'seen', 'necessity', 'thorough_preparation', 'life', 'work', 'recorder', 'family', 'adventist', 'california', 'nevada']
root - INFO - extracting file #80500: 2017-04-Final-Corpus/PUR19121031-V12-14-page3.txt
root - INFO - extracting file #81000: 2017-04-Final-Corpus/PUR19140115-V13-24-page3.txt
root - INFO - ['sacrifice', 'power', 'human_being', 'comprehend', 'held', 'eighth', 'chapter', 'roman', 'teach', 'lord', 'elected', 'person', 'saved', 'lost', 'colored', 'preacher', 'right', 'idea', 'election', 'said', 'lord', 'vote', 'devil', 'vote', 'tie', 'way', 'vote', 'way', 'election', 'sure', 'chapter', 'apostle', 'tell', 'know', 'things_work', 'good', 'love', 'god', 'present', 'company', 'rose', 'dead', 'glorified', 'christ', 'resurrection', 'god', 'foreknown', 'knew', 'time', 'judgment', 'righteous', 'person', 'suffered', 'trial', 'conflict', 'disappointment', 'sorrow', 'held', 'faith', 'hope', 'summed', 'resurrection', 'good', 'enter', 'christ', 'glory', 'look', 'reward', 'soon', 'christ', 'behold', 'come', 'quickly', 'reward', 'man', 'according', 'work', 'shall', 'rev', 'reward', 'righteous', 'wicked', 'dead', 'reward', 'thousand', 'year', 'coming', 'christ', 'rev', 'salvation', 'wholly', 'faith', 'rom', 'eternal_life', 'gift', 'god', 'rom', 'price', 'far', 'earn', 'god', 'easily', 'create', 'world', 'word', 'mouth', 'eternal_life', 'man', 'cost', 'best', 'gift', 'heaven', 'gift', 'eternal_life', 'come', 'reward', 'according', 'work', 'value', 'inferior', 'eternal_life', 'watch', 'opportunity', 'help', 'lord', 'work', 'like', 'priest', 'levite', 'passed', 'worse', 'men', 'pas', 'better', 'come', 'fallen', 'blow', 'let', 'know', 'despise', 'condition', 'teach', 'holier', 'thou', 'lord', 'send', 'ion', 'forth', 'lamb', 'wolf', 'think', 'grown', 'sheep', 'lamb', 'wolf', 'wolf', 'seen', 'wolf', 'sitting', 'mountainside', 'watching', 'sheep', 'lamb', 'feeding', 'valley', 'lamb', 'fed', 'perfect_peace', 'safety', 'safe', 'watching', 'wolf', 'safety', 'consisted', 'keeping', 'close', 'shepherd', 'think', 'safe', 'watching', 'wolf', 'time', 'attention', 'looking', 'evil', 'sure', 'look', 'shepherd', 'remain', 'close', 'stray', 'god', 'deal', 'individual', 'rule', 'hold', 'good', 'physical', 'nature', 'sun', 'rain', 'bring', 'forth', 'flower', 'white', 'red', 'god', 'giventhe', 'moral', 'physical', 'law', 'govern', 'human_being', 'exactly', 'alike', 'character', 'form', 'merely', 'life', 'fit', 'god', 'trust', 'eternity', 'lord', 'present', 'help', 'time', 'need', 'god', 'hand', 'god', 'afar', 'jer', 'lord', 'looking', 'present', 'need', 'looking', 'eternal', 'seeing', 'afar', 'god', 'working', 'bring', 'son', 'glory', 'heb', 'suffering', 'suffer', 'shall', 'reign', 'tim', 'saint', 'follow', 'lamb', 'whithersoever', 'goeth', 'boundless', 'universe', 'sinless', 'host', 'unfallen', 'world', 'shouting', 'praise', 'suffering', 'redeem', 'fallen', 'man', 'suffered', 'sin', 'share', 'glory', 'colaborers', 'suffering', 'save', 'soul', 'death', 'glory', 'increase', 'greater', 'number', 'seen', 'little', 'trial', 'faithfully', 'endured', 'sounded', 'eternity', 'saw', 'large_company', 'men', 'woman', 'child', 'escaped', 'indian', 'massacre', 'passed', 'country', 'wanted', 'wag', 'indian', 'company', 'partimlarly', 'desired', 'bestow', 'special', 'honor', 'praise', 'warned', 'people', 'danger', 'risk', 'own_life', 'aided', 'escape', 'methuselah', 'father', 'offered', 'little', 'child', 'value', 'dollar', 'toy', 'coveted', 'pleasure', 'cent', 'annum', 'compound', 'doubtless', 'taken', 'present', 'pleasure', 'dollar', 'year', 'thirteen', 'thousand', 'dollar', 'kept', 'long', 'death', 'rich', 'money', 'world', 'equaled', 'wealth', 'father', 'far', 'heavenly', 'father', 'period', 'methuselah', 'life', 'coveted', 'pleasure', 'denied', 'suffering', 'place', 'father', 'small', 'investment', 'denial', 'suffering', 'bring', 'immense', 'reward', 'joy', 'pleasure', 'better', 'leave', 'sure', 'walking', 'watching', 'opportunity', 'ragged', 'little', 'christian', 'boy', 'asked', 'thought', 'jesus', 'loved', 'replied', 'know', 'doe', 'answer', 'clothes', 'said', 'little', 'fellow', 'suppose', 'told', 'grown', 'folk', 'gone', 'forgotten', 'forget', 'lord', 'harvest', 'sent', 'forth', 'heal', 'sick', 'unto', 'kingdom', 'god', 'come', 'nigh', 'unto', 'pacific_union_college', 'term', 'present', 'school', 'year', 'pacific_union_college', 'past', 'holiday', 'vacation', 'started', 'second', 'term', 'school', 'lord', 'favored', 'sending', 'year', 'double', 'number', 'year', 'sending', 'student', 'superior', 'worth', 'mean', 'superiorto', 'year', 'superior', 'thesense', 'common', 'ordinary', 'sort', 'present', 'believe', 'enrolled', 'academic', 'collegiate', 'grade', 'person', 'model', 'school', 'rif', 'normal', 'departfnent', 'additional', 'enrolment', 'fifty', 'department', 'hear', 'excellent', 'report', 'pacific_union_recorder']
root - INFO - extracting file #81500: 2017-04-Final-Corpus/PUR19150311-V14-32-page9.txt
root - INFO - extracting file #82000: 2017-04-Final-Corpus/PUR19160518-V15-41-page8.txt
root - INFO - ['pacific_union', 'recorder', 'published', 'weekly', 'pacific_union', 'conference', 'seventh', 'day', 'adventist', 'matter', 'publication', 'correspondence', 'relating', 'subscription', 'addressed', 'box', 'glendale', 'cal', 'money', 'order', 'payable', 'pacific_union', 'confvfence', 'glendale', 'cal', 'rpacific_union', 'recorder', 'camp', 'meeting', 'date', 'subscription', 'price', 'claude', 'conard', 'andross', 'corliss', 'fifty', 'cent', 'year', 'editor', 'associate', 'editor', 'entered', 'second', 'class_matter', 'july', 'post', 'office', 'loma_linda', 'california', 'act', 'congress', 'march', 'thursday', 'commencement', 'exercise', 'pacific_union', 'college', 'held', 'college', 'chapel', 'helena', 'sunday', 'evening', 'june', 'brother', 'mecum', 'oakland', 'asked', 'work', 'treasury', 'department', 'southern', 'california', 'conference_office', 'arrived', 'los_angeles', 'week', 'elder', 'maclay', 'president', 'kansa', 'conference', 'visited', 'glendale', 'office', 'pacific_union', 'recorder', 'friday', 'morning', 'wife', 'california', 'time', 'loma_linda', 'council', 'general', 'north', 'american', 'division', 'conference', 'november', 'brother', 'sister', 'maclay', 'returned', 'field', 'current', 'copy', 'liberty', 'magazine', 'come', 'desk', 'commend', 'people', 'earnest', 'study', 'sunday', 'pending', 'congress', 'stirring', 'national', 'issue', 'opportune_time', 'attention', 'people', 'danger', 'threatening', 'liberty', 'number', 'liberty', 'especially', 'adapted', 'sale', 'number', 'beautifully', 'illustrated', 'cover', 'cover', 'containing', 'article', 'awaken', 'american', 'citizen', 'place', 'magazine', 'home', 'friend', 'neighbor', 'fifty', 'copy', 'taken', 'liberal', 'discount', 'allowed', 'write', 'tract_society_secretary', 'order', 'supply', 'great', 'issue', 'sunday', 'law', 'restriction', 'religious', 'liberty', 'people', 'power', 'let', 'light_shine', 'page', 'truth', 'inter', 'mountain', 'membership', 'average', 'mission', 'central', 'california', 'hanford', 'california', 'san', 'pablo', 'oakland', 'northern', 'california', 'oak', 'park', 'stockton', 'southern', 'california', 'san', 'fernando', 'northwestern', 'california', 'napa', 'southeastern', 'california', 'san', 'diego', 'arizona', 'june', 'june', 'june', 'june', 'july', 'august', 'october', 'october', 'weekly', 'average', 'member', 'mission_funds', 'close', 'april', 'slight', 'increase', 'quarter', 'cent', 'average', 'month', 'cent', 'end', 'march', 'change', 'position', 'noted', 'conference', 'month', 'central', 'california', 'stepped', 'sixth', 'place', 'fifth', 'nevada', 'mission', 'risen', 'point', 'ninth', 'position', 'seventh', 'membership', 'average', 'increased', 'considerably', 'cent', 'march', 'cent', 'april', 'cent', 'far', 'largest', 'individual', 'gain', 'pacific_union', 'field', 'good', 'extent', 'attributable', 'personal_work', 'leader', 'field', 'company', 'isolated', 'member', 'source', 'encouragement', 'lowest', 'conference', 'average', 'cent', 'higher', 'end', 'list', 'month', 'ago', 'loyal', 'effort', 'line', 'people', 'furnish', 'money', 'support', 'mission', 'operation', 'home', 'abroad', 'claude', 'conard', 'wall', 'shop', 'lady', 'evening', 'went', 'cakeshop', 'town', 'japan', 'buy', 'cake', 'child', 'waiting', 'purchase', 'saw', 'wall', 'shop', 'papered', 'leaf', 'bible', 'strange', 'asked', 'old_woman', 'told', 'day', 'passing', 'book', 'shop', 'saw', 'pile', 'paper', 'thrown', 'away', 'useless', 'shop', 'needed', 'papering', 'thought', 'thing', 'took', 'home', 'pasting', 'wall', 'evening', 'grandson', 'came', 'began', 'reading', 'aloud', 'paper', 'wall', 'old_woman', 'interested', 'heard', 'listened', 'eagerly', 'got', 'read', 'day', 'young_man', 'came', 'asked', 'understood', 'christian', 'told', 'enjoyed', 'hearing', 'understand', 'promised', 'church', 'day', 'attended', 'regularly', 'earnest', 'christian', 'stock', 'tract', 'bag', 'little', 'cake', 'drop', 'encouraging', 'good', 'came', 'leaf', 'bible', 'considered', 'use', 'thrown', 'away', 'friend', 'mission', 'cent', 'week_fund', 'pacific_union', 'conference', 'conference', 'california', 'received', 'short', 'cent', 'mem', 'arizona', 'northwestern', 'california', 'southeastern', 'california', 'central', 'california', 'southern', 'california_nevada', 'mission', 'inter', 'mountain', 'northern', 'california', 'pacific_union', 'conference', 'april']
root - INFO - extracting file #82500: 2017-04-Final-Corpus/PUR19170719-V16-50-page4.txt
root - INFO - extracting file #83000: 2017-04-Final-Corpus/PUR19180926-V18-08-page8.txt
root - INFO - ['pacific_union_recorder', 'pacific_union_recorder', 'published', 'weekly', 'pacific_union', 'conference', 'seventh', 'day', 'adventist', 'matter', 'publication', 'correspondence', 'relating', 'subscription', 'addressed', 'box', 'glendale', 'cal', 'money', 'order', 'payable', 'pacific_union', 'conference', 'emerson', 'editor', 'having', 'copy', 'sell', 'loan', 'christian', 'editor', 'kindly', 'communicate', 'glendale', 'cal', 'subscription', 'price', 'cent', 'year', 'copy', 'immediate', 'use', 'cal', 'evangelist', 'course', 'month', 'week', 'length', 'coffin', 'entered', 'second', 'class_matter', 'july', 'post', 'office', 'loma', 'irma', 'cal', 'act', 'congress', 'march', 'acceptance', 'mailing', 'special_rate', 'postage', 'provided', 'section', 'act', 'october', 'authorized', 'august', 'thursday', 'september', 'signed', 'piedmont', 'avenue', 'berkeley', 'cal', 'edition', 'lesson', 'daniel', 'revelation', 'max', 'hill', 'exhausted', 'copy', 'needed', 'school', 'use', 'having', 'copy', 'sell', 'plain', 'present_time', 'training', 'school', 'officially', 'recognized', 'department', 'student', 'school', 'recognized', 'active_service', 'student', 'draft', 'age', 'enrolled', 'student', 'army', 'training', 'corp', 'school', 'organized', 'approval', 'advice', 'official', 'surgeon', 'general', 'office', 'assured', 'men', 'receive', 'training', 'school', 'given', 'consideration', 'entering', 'active_service', 'given', 'work', 'medical', 'department', 'far', 'possible', 'following', 'detailed', 'information', 'entrance', 'requirement', 'tuition', 'expense', 'entrance', 'requirement', 'school', 'open', 'men', 'good', 'regular', 'standing', 'seventh', 'day', 'adventist', 'church', 'applicant', 'present', 'advance', 'satisfactory', 'recommendation', 'church', 'elder', 'president', 'local', 'seventh', 'day', 'adventist', 'conference', 'far', 'possible', 'admission', 'applicant', 'accordance', 'order', 'priority', 'actual', 'service', 'men', 'liable', 'called', 'actual', 'service', 'given', 'opportunity', 'training', 'educational', 'requirement', 'applicant', 'present', 'evidence', 'having', 'grade', 'school_work', 'educational', 'equivalent', 'satisfactory', 'entrance', 'committee', 'tuition', 'expense', 'tuition', 'charge', 'month', 'course', 'instruction', 'paid', 'advance', 'regular', 'room', 'rent', 'charged', 'place', 'charged', 'efficient', 'cover', 'cost', 'heat', 'lighting', 'upkeep', 'building', 'continued', 'page', 'september', 'issue', 'present', 'loan', 'send', 'word', 'immediately', 'truth', 'revision', 'conference_tract_society', 'world', 'perplexity', 'educational', 'superintendent', 'stucan', 'hardly', 'recognized', 'impress', 'appropriate', 'number', 'circulation', 'particular', 'time', 'impressively', 'associate', 'intense', 'present_time', 'feverishly', 'interested', 'greatest', 'event', 'second', 'coming', 'christ', 'qtlestion', 'contains', 'burning', 'message', 'hour', 'presented', 'setdents', 'needing', 'school_work', 'cady', 'union', 'educational', 'secy', 'loma', 'linda', 'institute', 'war', 'time', 'nursing', 'people', 'realize', 'situation', 'world', 'involves', 'ting', 'attract', 'entire', 'nation', 'opportunity', 'convince', 'worthy', 'best', 'young_man', 'present', 'effort', 'people', 'circulaworld', 'practical', 'contion', 'crete', 'way', 'teaching', 'christ', 'brother', 'morlan', 'brief', 'carry', 'command', 'office', 'week', 'gave', 'preach', 'gospel', 'heal', 'sick', 'suffering', 'interesting', 'report', 'refer', 'ence', 'progress', 'harvest', 'ingathering', 'work', 'southern', 'cali', 'great_demand', 'trained', 'physician', 'nurse', 'including', 'nurse', 'fornia', 'returned', 'nurse', 'training', 'shorter', 'intensive', 'training', 'present', 'wonderful', 'opportunity', 'demonstrate', 'world', 'value', 'simple', 'natural', 'method', 'treatment', 'health', 'reform', 'movement', 'visiting', 'church', 'northern_part', 'conference', 'santo', 'barbara', 'arroyo', 'grande', 'san', 'luis', 'obispo', 'church', 'endeavoring', 'reach', 'goal', 'october', 'san', 'luis', 'obispo', 'church', 'reach', 'goal', 'week', 'sister', 'church', 'collected', 'fifty', 'dollar', 'paper', 'starting', 'work', 'sister', 'sure', 'lord', 'surely', 'blessed', 'effort', 'sister', 'carr', 'street_church', 'los_angeles', 'received', 'offering', 'individual', 'book', 'wanted', 'following', 'book', 'needed', 'use', 'school', 'principle', 'true', 'science', 'stand', 'general', 'conference', 'council', 'held', 'washington', 'month', 'july', 'decided', 'provide', 'fund', 'organizing', 'school', 'intensive', 'training', 'seventh', 'day', 'adventist', 'young_man', 'draft', 'age', 'previous', 'nurse', 'training', 'prepare', 'nke', 'medical', 'corp', 'work', 'entering', 'actual', 'service', 'lesson', 'daniel', 'revelation', 'compliance', 'action', 'school', 'accommodation', 'student', 'organized', 'loma', 'linda', 'california', 'compilation', 'spirit', 'prophecy', 'science', 'nature', 'edition', 'exhaust', 'conjunction', 'college', 'medied', 'number', 'teacher', 'anxious', 'purchase', 'borrow', 'arizona', 'camp', 'meeting', 'phoenix', 'oct', 'nov']
root - INFO - extracting file #83500: 2017-04-Final-Corpus/PUR19191218-V19-19-page5.txt
root - INFO - extracting file #84000: 2017-04-Final-Corpus/RH18510421-V01-09-page3.txt
root - INFO - ['review', 'unman', 'earthly', 'sanctuary', 'moses', 'law', 'dead', 'think', 'prof', 'ouch', 'god', 'shewed', 'holy', 'vision', 'heavenly', 'sanctuary', 'saidto', 'hint', 'thou', 'thing', 'according', 'pattern', 'shewed', 'thee', 'mount', 'caution', 'repeated', 'moses', 'receiving', 'instruction', 'small', 'vessel', 'sanctuary', 'golden', 'lamp', 'tongs', 'snuffer', 'xxv', 'fact', 'nature', 'presented', 'conclude', 'temple', 'god', 'heaven', 'contains', 'ark', 'testimony', 'commandment', 'conclusion', 'hacked', 'plain', 'saith', 'lord', 'temple', 'god', 'opened', 'heaven', 'seen', 'temple', 'ark', 'testament', 'rev', 'looked', 'behold', 'temple', 'tabernacle', 'testimony', 'behest', 'contained', 'testimony', 'heaven', 'opened', 'chap', 'revelation', 'jesus_christ', 'servant', 'john', 'isle', 'patmos', 'year', 'destruction', 'jerusalem', 'temple', 'ark', 'tabernacle', 'testimony', 'john', 'speaks', 'selong', 'heavenly', 'sanctuary', 'tabernacle', 'testimony', 'refer', 'apartment', 'true_tabernacle', 'containing', 'ark', 'god', 'testimony', 'holiest', 'ark', 'testament', 'refer', 'ark', 'apartment', 'contains', 'testimont', 'jehovah', 'delivered', 'descended', 'mount', 'sinai', 'differ', 'point', 'harmonious', 'exposition', 'cheering', 'glorious', 'sublime', 'thought', 'love', 'holy', 'law', 'god', 'heaven', 'heaven', 'high', 'holy', 'placed', 'commandment', 'holiness', 'law', 'new_testament', 'subject', 'great_importance', 'understanding', 'honestly', 'supposed', 'mmemdments', 'god', 'hailed', 'cross', 'abrogated', 'object', 'word', 'law', 'new_testament', 'doe', 'apply', 'law', 'bat', 'applies', 'ceremonial_law', 'moses', 'commandment', 'word', 'law', 'epistle', 'paul', 'refers', 'law', 'apostle', 'contradicted', 'text', 'epistle', 'speak', 'law', 'reader', 'clearly', 'contradiction', 'law', 'meant', 'christ', 'effect', 'unto', 'whosoever', 'justi', 'eed', 'law', 'fallen', 'grace', 'gal', 'law', 'text', 'ready', 'admit', 'contradiction', 'testimony', 'admit', 'clear', 'distinction', 'law', 'charge', 'apostle', 'apply', 'word', 'law', 'correctly', 'contradiction', 'study', 'context', 'text', 'determine', 'true', 'application', 'paul', 'speaks', 'law', 'rom', 'refers', 'commandment', 'verse', 'mistake', 'law', 'referred', 'apostle', 'quote', 'commandment', 'prof', 'law', 'god', 'doer', 'law', 'shall', 'advent', 'abolish', 'destroy', 'law', 'ordinance', 'justified', 'apostle', 'mention', 'law', 'place', 'gospel', 'law', 'jesus', 'gal', 'commandment', 'referred', 'come', 'destroy', 'fulfill', 'way', 'fulfill', 'speaks', 'circumcision', 'juda', 'zing', 'teacher', 'pressing', 'law', 'james', 'jesus', 'gospel', 'church', 'ifies', 'circurn', 'kept', 'father', 'commandment', 'john', 'cised', 'debtor', 'whole_law', 'slistdaws', 'iat', 'knew', 'man', 'void', 'law', 'god', 'gospel', 'body', 'substance', 'chr', 'cnd', 'think', 'abolished', 'cross', 'think', 'surely', 'thase', 'turned', 'living', 'substance', 'gospel', 'come', 'destroy', 'law', 'alto', 'impressive', 'manner', 'sought', 'justification', 'deed', 'dead', 'law', 'shadow', 'declares', 'heaven', 'earth', 'remain', 'law', 'fallen', 'grace', 'remain', 'jot', 'tittle', 'pas', 'referred', 'rom', 'chap', 'vii', 'proof', 'mistake', 'law', 'spoken', 'commandment', 'god', 'abolished', 'told', 'verse', 'jesus', 'add', 'whosoever', 'shall', 'break', 'thew', 'thing', 'read', 'verse', 'marginal', 'reading', 'seen', 'christian', 'convinced', 'sin', 'law', 'submitted', 'obey', 'laand', 'free', 'jesus_christ', 'dead', 'law', 'iaw', 'dead', 'delivered', 'law', 'condemnation', 'law', 'dead', 'held', 'law', 'god', 'condemns', 'leaf', 'sinner', 'bound', 'btit', 'faith', 'jesus_christ', 'roceives', 'grace', 'freedom', 'shall', 'shall', 'continue', 'sin', 'transgression', 'law', 'grace', 'abound', 'shall', 'delivered', 'condemnation', 'law', 'pardon', 'faith', 'atoning', 'blood', 'christ', 'violate', 'royal_law', 'freedom', 'god', 'forbid', 'moment', 'bound', 'condemnation', 'law', 'god', 'dead', 'law', 'living', 'instrument', 'convict', 'sinner', 'sin', 'slay', 'slew', 'paul', 'shall', 'law', 'sin', 'god', 'forbid', 'nay', 'known', 'sin', 'law', 'known', 'lusatexcept', 'law', 'said', 'tenth', 'commandment', 'thou', 'shalt', 'covet', 'verse', 'alive', 'law', 'commandment', 'came', 'sin', 'revived', 'died', 'verse', 'void', 'law', 'faith', 'god', 'forbid', 'yea', 'establish', 'law', 'rum', 'iii', 'epistle', 'roman', 'written', 'ern', 'cifixion', 'apostle', 'letter', 'roman', 'brother', 'year', 'hand', 'writing', 'ordinance', 'nailed', 'cross', 'apostle', 'wished', 'teach', 'roman', 'commandment', 'abolished', 'dead', 'year', 'yoke', 'bondage', 'observed', 'fall', 'grace', 'teadh', 'day', 'expect', 'write', 'follows', 'wherefore', 'law', 'unholy', 'commandment', 'unholy', 'unjust', 'bad', 'instead', 'saying', 'wherefore', 'law', 'holy', 'commandment', 'holy', 'good', 'verse', 'paul', 'know', 'law', 'spiritual', 'verse', 'dare', 'law', 'ceremony', 'dead', 'year', 'delight', 'law', 'god', 'inward', 'man', 'verse', 'delighted', 'yoke', 'bondage', 'thank', 'god', 'jesus_christ', 'lord', 'mind', 'serve', 'law', 'god', 'verse', 'paul', 'thanked', 'god', 'served', 'law', 'abolished', 'year', 'teaching', 'galatian', 'year', 'sought', 'justified', 'fall', 'grace', 'certainly', 'sane', 'man', 'charge', 'great', 'apostle', 'gentile', 'contradiction', 'folly', 'avoid', 'conclusion', 'epistle', 'speaks', 'distinct', 'law', 'called', 'yoke', 'bondage', 'gal', 'force', 'corner', 'thereunto', 'perfect', 'apostle', 'contradicted', 'wrote', 'galatian', 'dead', 'year', 'called', 'holy', 'relative', 'law', 'letter', 'written', 'roman', 'good', 'spiritual', 'apostle', 'detwo', 'year', 'certainly', 'refers', 'light', 'james', 'law', 'liberty', 'chap', 'hearer', 'law', 'god', 'doer', 'law', 'shall', 'justified', 'rom', 'enmity', 'law', 'corn', 'mandments', 'contained', 'ordinance', 'law', 'god', 'commandment', 'abolished', 'cross', 'remains', 'firm', 'heaven', 'add', 'testimony', 'jesus', 'sermon', 'mount', 'think', 'come', 'destroy', 'law', 'prophet', 'come', 'destroy', 'fulfill', 'verily', 'unto', 'till', 'heaven', 'earth_pass', 'jot', 'tittle', 'shall', 'wise_pass', 'law', 'till', 'fulfilled', 'matt', 'abolish', 'law', 'destroy', 'great', 'object']
root - INFO - extracting file #84500: 2017-04-Final-Corpus/RH18531108-V04-18-page3.txt
root - INFO - extracting file #85000: 2017-04-Final-Corpus/RH18550501-V06-28-page7.txt
root - INFO - ['bro', 'bingham', 'conveyed', 'waitsfield', 'green', 'mountain', 'westward', 'bristol', 'attended', 'appointment', 'evening_meeting', 'sabbath', 'march', 'profitable', 'season', 'new', 'haven', 'brn', 'place', 'panton', 'house', 'bro', 'elon', 'evert', 'company', 'bro', 'sperry', 'held', 'meeting', 'panton', 'ferrisburg', 'april', 'believe', 'labor', 'vain', 'april', 'spent', 'visiting', 'meeting', 'low', 'hampton', 'milton', 'sabbath', 'day', 'meeting', 'house', 'bro', 'young', 'schoolhouse', 'ballston', 'subject', 'message', 'listened', 'trust', 'heard', 'little', 'blessed', 'hope', 'recently', 'investigating', 'come', 'knowledge', 'whole_truth', 'way', 'south', 'ballston', 'april', 'somali', 'bates', 'inst', 'laboring', 'troy', 'vicinity', 'blooming', 'grove', 'albany', 'head', 'family', 'decided', 'sabbath', 'mentioned', 'place', 'blooming', 'grove', 'examining', 'fully', 'persuaded', 'albany', 'sabbath', 'inst', 'little', 'company', 'came', 'troy', 'celebrate', 'creation', 'world', 'desiring', 'evermore', 'memory', 'holy', 'god', 'commandment', 'faith', 'jesus', 'taught', 'angel', 'message', 'accordance', 'testimony', 'rev', 'xii', 'dragon', 'wroth', 'manifest', 'loyal', 'subject', 'methodist', 'church', 'class', 'leader', 'meeting', 'contended', 'better', 'law', 'god', 'talk', 'minister', 'member', 'church', 'troubled', 'member', 'opened', 'dwelling', 'house', 'preach', 'stated', 'place', 'weekly', 'class', 'meeting', 'told', 'time', 'class', 'meeting', 'came', 'day', 'meeting', 'class', 'leader', 'single', 'member', 'appeared', 'truly', 'wonderful', 'indignant', 'professor', 'religion', 'hear', 'person', 'midst', 'arguing', 'necessity', 'keeping', 'weekly', 'sabbath', 'bible', 'commandment', 'god', 'address', 'fairhaven', 'mass', 'convinced', 'nearly', 'year', 'practicing', 'error', 'bad', 'better', 'reason', 'child', 'common', 'reason', 'caught', 'disobeying', 'cause', 'added', 'thing', 'short', 'comprehensive', 'answer', 'equivalent', 'longer', 'apply', 'word', 'holy', 'day', 'day', 'meekness', 'temperance', 'let', 'fresh', 'vigor', 'week', 'hear', 'whole_armor', 'god', 'able', 'question', 'come', 'day', 'hostand', 'evil', 'day', 'having', 'stand', 'troy', 'april', 'bates', 'looking', 'subject', 'wish', 'understand', 'present_position', 'order', 'enclose', 'tract', 'bond', 'peaceful', 'gospel', 'place', 'possession', 'meek', 'tender', 'spirit', 'jesus', 'word', 'chosen', 'seasoned', 'grace', 'speak', 'improper', 'word', 'easily', 'retain', 'manifest', 'feeling', 'impatience', 'readily', 'imbibe', 'spirit', 'correct', 'child', 'indulge', 'right', 'shall', 'condition', 'help', 'right', 'sufficient', 'thing', 'wisdom', 'bartholt', 'dear', 'bro', 'white', 'receiving', 'flicted', 'view', 'felt', 'called', 'answer', 'man', 'asketh', 'reason', 'hope', 'meekness', 'fear', 'pet', 'iii', 'commenced', 'looking', 'thoroughly', 'furnished', 'saith', 'word', 'god', 'justify', 'practice', 'year', 'men', 'gave', 'lecture', 'learn', 'called', 'sabbath', 'adventist', 'lecture', 'heard', 'started', 'anew', 'reason', 'sunday', 'keeping', 'attentively', 'read', 'mind', 'christ', 'apostle', 'convinced', 'christ', 'apostle', 'enjoined', 'observance', 'law', 'commandment', 'holy', 'good', 'law', 'remember', 'sabbath', 'day', 'holy', 'seventh', 'day', 'sabbath', 'lord_thy', 'god', 'taken', 'child', 'society', 'unruly', 'disobedient', 'use', 'improper', 'language', 'spirit', 'meekness', 'patience', 'posse', 'exam', 'christ', 'sabbath', 'man', 'sdn', 'man', 'lord', 'sabbath', 'mark', 'luke', 'rested', 'sabbath', 'day', 'according', 'commandment', 'luke', 'xxiii', 'james', 'whosoever', 'shall', 'whole_law', 'offend', 'point', 'guilty', 'confess', 'jesus_christ', 'come', 'flesh', 'james', 'cardinal', 'doctrine', 'primitive_church', 'the_review_and_herald', 'great', 'touchstone', 'let', 'man', 'claim', 'inspiration', 'prove', 'plausibly', 'doctrine', 'bible', 'spirit', 'antichrist', 'bible', 'told', 'plainly', 'fruit', 'spirit', 'work', 'soul', 'love', 'joy', 'peace', 'long', 'suffering', 'gentleness', 'goodness', 'faith', 'men', 'worshiping', 'day', 'god', 'setting', 'apart', 'sanctifying', 'answer', 'come', 'god', 'law', 'giver', 'men', 'subject', 'change', 'reason', 'practice', 'easy', 'comprehensive', 'law', 'testimony', 'isa', 'viii', 'remember', 'sabbathday', 'holy', 'seventh', 'day', 'sabbath', 'scattered', 'abroad', 'place', 'lord_thy', 'god', 'trying', 'commandment', 'god', 'continue', 'celebrate', 'regard', 'faith', 'jesus', 'short_time', 'day', 'time', 'sabbath', 'resurrection', 'saw', 'duty', 'sabbath', 'christ', 'tho', 'dead', 'let', 'paul', 'reason', 'planted', 'likeness', 'death', 'shall', 'likeness', 'resurrection', 'rom', 'shall', 'baptized', 'dead', 'dead', 'rise', 'baptized', 'dead', 'cor', 'apostolic', 'way', 'celebrate', 'christ', 'resurrection', 'conclude', 'way', 'walk', 'preach', 'people', 'good', 'bean', 'hardest', 'cross', 'embraced', 'religion', 'realizing', 'inconvenience', 'reproach', 'awaits', 'fellow', 'privilege', 'holding', 'conversation', 'subject', 'sabbath', 'lord', 'holy', 'day', 'rule', 'observing', 'holy', 'sabbath', 'day', 'rest', 'bible', 'rule', 'faith', 'practice', 'let', 'try', 'serve', 'god', 'keeping', 'commandment', 'counnandments', 'grievous', 'john', 'bar', 'holf', 'whitewater', 'apr', 'bro', 'post', 'dear', 'bro', 'white', 'time', 'rolling', 'init', 'looking', 'coining', 'lord', 'soon', 'think', 'appear', 'child', 'home', 'day', 'saint', 'home', 'sorrow', 'sighing', 'tear', 'pain', 'shall', 'lord', 'christ', 'leaf', 'heavenly', 'sanctuary', 'sin', 'blotted', 'prepared', 'meet', 'peace', 'hope', 'immortality', 'appearing', 'jesus', 'james', 'titus', 'perry', 'shiawassee', 'mich', 'apr', 'sister', 'finch', 'dear', 'bro', 'white', 'duty', 'parent', 'child', 'example', 'set', 'subject', 'rested', 'weight', 'mind', 'time_past', 'consider', 'vast', 'importance', 'day', 'child', 'forming', 'character', 'eternity', 'impression', 'easily', 'young', 'deed', 'sister', 'set', 'care', 'review', 'nearly', 'year', 'office', 'private', 'friend', 'know', 'length', 'time', 'impressed', 'duty', 'communicate', 'reception', 'acknowledging', 'god', 'holy', 'day', 'seventh', 'fulfill', 'law', 'viz', 'owe', 'man', 'striving', 'comhas', 'promised', 'men', 'liberally', 'north', 'stonington', 'apr', 'wheeler', 'post', 'dear_brethren', 'sister', 'pen', 'mands', 'heavenly', 'father', 'expect', 'exempt', 'trial', 'belong', 'household', 'god', 'said', 'tribulation', 'enter', 'kingdom', 'heaven', 'use', 'correct', 'stop', 'member', 'baptist', 'church', 'year', 'time', 'attention', 'called', 'subject', 'sabbath', 'year', 'minister', 'preached', 'discourse', 'change', 'sabbath', 'seventh', 'reality', 'faithful', 'child', 'god', 'esand', 'consider', 'own_ways', 'heart', 'day', 'week', 'thought', 'time', 'tablished', 'blessed', 'truth', 'gospel', 'right', 'god', 'meditate', 'example', 'divinity', 'explanation', 'follw', 'know', 'lord', 'ashamed', 'daily', 'set', 'unlike', 'christ', 'numbered', 'little', 'flock', 'seek', 'lord', 'heart', 'fast', 'pray', 'father', 'good_pleasure', 'kingdom', 'gotten', 'victory', 'sad', 'tale', 'blessed', 'commandment', 'disobedience', 'changed', 'year', 'elder', 'hull', 'seventh', 'day', 'right', 'tree', 'life', 'enduty', 'ask', 'god', 'help', 'temper', 'baptist', 'milton', 'gave', 'lecture', 'ter', 'gate', 'city', 'know', 'disposition', 'hear', 'ear', 'church', 'heard', 'position', 'conobeying', 'command', 'god', 'reward', 'open', 'righteous', 'care', 'change', 'institution', 'thought', 'busy', 'time', 'failed', 'look', 'evidence', 'life', 'consciousness', 'enjoying', 'witness', 'way', 'believe', 'blessed', 'jesus', 'soon', 'coming', 'raise', 'dead', 'change', 'living', 'redeem', 'saint', 'bid', 'welcome', 'kingdom', 'possible', 'ple', 'committe', 'trust', 'upthat', 'worm', 'dust', 'realize', 'fulfillment', 'exceeding', 'great', 'precious', 'promise', 'yes', 'god', 'promise', 'yea', 'amen', 'christ', 'united', 'branch', 'vine', 'claim', 'enjoy', 'unity', 'admitted', 'marriage_supper', 'iamb', 'commandment', 'god', 'faith', 'jesus', 'wish', 'blessed', 'privilege', 'know', 'sin', 'forgiven', 'want', 'spot', 'read', 'spirit', 'witnessing', 'spirit', 'adoption', 'family', 'spirit', 'raised', 'christ', 'dead', 'dwell', 'raised', 'christ', 'shall', 'quicken', 'mortal', 'body', 'important', 'christ', 'dwell', 'bring', 'forth', 'fruit', 'righteousness', 'wrinkle', 'garment', 'let', 'watch', 'stand', 'fast', 'faith', 'strong', 'man', 'christ', 'new_creature', 'old_things', 'passed', 'away', 'behold', 'thing', 'new', 'thanks', 'unto', 'god', 'unspeakable', 'gift', 'fruit', 'spirit', 'love', 'joy', 'peace', 'long', 'suffering', 'gentleness', 'goodness', 'faith', 'meekness', 'temperance', 'law', 'paul', 'bear', 'burden', 'fulfill', 'law', 'christ', 'let', 'weary', 'due_season', 'shall', 'reap', 'faint', 'let', 'bitterness', 'awe', 'wrath', 'anger', 'clamour', 'evil', 'speaking', 'lid', 'apostle', 'john', 'taught', 'church', 'believe', 'spirit', 'try', 'spirit', 'god', 'gave', 'great', 'test', 'seeking', 'immortality', 'worcester', 'mass', 'apr', 'wheeler', 'bro', 'titus', 'dear', 'bro', 'white', 'brother', 'lord', 'god', 'thank', 'god', 'light', 'received', 'blessed', 'word', 'bro', 'curry', 'preached', 'angel', 'message', 'subject', 'connected', 'therewith', 'good_interest', 'manifested', 'embraced', 'present_truth', 'searching', 'truth', 'think', 'bro', 'curry', 'return', 'messenger', 'truth', 'come', 'jesus', 'dear_brethren', 'let', 'exhort', 'steadfast', 'unmoveable', 'abounding', 'work', 'lord', 'forasmuch', 'know', 'labor', 'vain', 'lord', 'able', 'god', 'commandment', 'sabbath', 'intender', 'mind', 'child', 'follow', 'example', 'braideth', 'given', 'child', 'reform', 'grow', 'worse', 'instead', 'better', 'right', 'worthy', 'imitation', 'birch', 'dear', 'bro', 'white', 'trying', 'roosevelt', 'apr', 'bro', 'brigham']
root - INFO - extracting file #85500: 2017-04-Final-Corpus/RH18561218-V09-07-page3.txt
root - INFO - extracting file #86000: 2017-04-Final-Corpus/RH18580311-V11-17-page7.txt
root - INFO - ['the_review_and_herald', 'gladly', 'truly', 'sympafor', 'said', 'field', 'white', 'harvest', 'ber', 'esteemed', 'highly', 'thize', 'different_places', 'scattered', 'far', 'laborer', 'thought', 'love', 'work', 'sake', 'feel', 'having', 'sabbath', 'keeping', 'neighbor', 'readily', 'complied', 'request', 'result', 'shall', 'thee', 'endure', 'live', 'consistent', 'christian', 'let', 'light_shine', 'pray', 'encourage', 'shall', 'soon', 'gathered', 'home', 'young', 'convert', 'commenced', 'keeping', 'seventh', 'day', 'sabbath', 'getting', 'hold', 'glorious', 'truth', 'coming', 'lord', 'message', 'hold', 'sabbath', 'meeting', 'regularly', 'matter', 'rejoicing', 'hear', 'young', 'convert', 'pray', 'exhort', 'lord', 'blesses', 'wonderfully', 'congregational', 'member', 'man', 'united', 'church', 'forty_years', 'ventured', 'sabbath', 'meeting', 'spie', 'came', 'pasture', 'old_man', 'got', 'melted', 'prayed', 'exhorted', 'sung', 'wept', 'like', 'infant', 'left', 'house', 'bid', 'god', 'speed', 'glorious_work', 'destitute', 'person', 'qualified', 'administer', 'ordinance', 'baptism', 'ordinance', 'preaching', 'brother', 'detained', 'northern_part', 'england', 'state', 'feel', 'little', 'psalmist', 'time', 'lxxi', 'god', 'haste', 'thou', 'help', 'believe', 'heart', 'people', 'prepared', 'refreshing', 'solemn_message', 'prophecy', 'fulfilled', 'joel', 'pour', 'spirit', 'fiesh', 'fhen', 'opportunity', 'converted', 'sin', 'blotted', 'time', 'refreshing', 'shall', 'come', 'presence', 'lord', 'act', 'iii', 'shall', 'send', 'jesus_christ', 'preachsee', 'destruction', 'kindred', 'may_god', 'mercy', 'brother', 'christ', 'almond', 'feb', 'welcome', 'condition', 'late', 'glad', 'cheering', 'letter', 'brother', 'sister', 'hope', 'write', 'hope', 'brother', 'sister', 'privilege', 'meeting', 'sabbath', 'prayer_meeting', 'like', 'precious_faith', 'remember', 'lonely', 'pray', 'god', 'wisdom', 'time', 'walk', 'worthy', 'high', 'holy', 'calling', 'sister', 'hoping', 'eternal_life', 'mary', 'carpenter', 'waterville', 'feb', 'mcintyre', 'year', 'conscious', 'min', 'need', 'kind', 'religion', 'accordingly', 'united', 'baptist', 'wanting', 'inward', 'voice', 'said', 'neighbor', 'davis', 'true', 'sabbath', 'learn', 'henceforth', 'attempted', 'labor', 'seventh', 'day', 'felt', 'wrong', 'feeling', 'stronger', 'reproving', 'resolved', 'investigate', 'reading', 'scripture', 'work', 'procure', 'fully', 'confirmed', 'belief', 'sabbath', 'mentioned', 'genesis', 'shall', 'view', 'thought', 'uniting', 'seventh', 'day', 'baptist', 'friend', 'button', 'advised', 'seek', 'little', 'feeling', 'assured', 'straitway', 'come', 'shall', 'continue', 'seek', 'truth', 'trust', 'bro', 'newton', 'bro', 'smith', 'believer', 'advent', 'doctrine', 'believed', 'lord', 'come', 'day', 'month', 'disappointed', 'time', 'rolled', 'knew', 'age', 'world', 'believed', 'deliverer', 'soon', 'come', 'tried', 'trust', 'sometims', 'hardly', 'faith', 'alive', 'doctrine', 'age', 'come', 'preached', 'place', 'great', 'deal', 'scarcely', 'life', 'left', 'pray', 'given', 'family', 'worship', 'altogether', 'laid', 'year', 'week', 'ago', 'brn', 'sperry', 'hart', 'came', 'way', 'said', 'thing', 'tell', 'people', 'place', 'director', 'school', 'asked', 'privilege', 'preaching', 'school_house', 'said', 'house', 'thought', 'hearer', 'place', 'opposed', 'view', 'said', 'hear', 'thought', 'read', 'unto', 'heaven', 'receive', 'conscience', 'soon', 'quenched', 'dewthe', 'sabbath', 'mind', 'turned', 'hearing', 'discourse', 'truth', 'wrought', 'powerfully', 'manifest', 'publicly', 'try', 'time', 'onward', 'commandment', 'god', 'testimony', 'jesus_christ', 'truly', 'feel', 'strengthened', 'try', 'lord', 'feel', 'truly', 'living', 'perilous_times', 'careful', 'speak', 'hear', 'act', 'end', 'spot', 'wrinkle', 'such_thing', 'believe', 'hearing', 'warning', 'message', 'given', 'warn', 'world', 'ready', 'meet', 'lord', 'time', 'restitution', 'thing', 'god', 'bath', 'spoken', 'mouth', 'holy', 'prophet', 'world', 'began', 'faith', 'asa', 'kimball', 'hampton', 'feb', 'note', 'brother', 'look', 'motif', 'attending', 'called', 'revival', 'day', 'opportunity', 'fixed', 'purpose', 'free', 'utterance', 'present_truth', 'good', 'result', 'connection', 'drop', 'wisdom', 'high', 'bro', 'mile', 'writes', 'rem', 'ill', 'jan', 'hardly', 'know', 'express', 'love', 'god', 'blessed', 'truth', 'firmly', 'believe', 'lonely', 'remarked', 'traveled', 'mile', 'foot', 'visit', 'bro', 'pratt', 'crossing', 'broad', 'prairie', 'thought', 'father', 'abraham', 'told', 'lift', 'eye', 'look', 'northward', 'southward', 'eastward', 'westward', 'received', 'promise', 'land', 'everlasting', 'possession', 'heart', 'affected', 'felt', 'like', 'weeping', 'happy', 'time', 'bro', 'pratt', 'like', 'circumstance', 'courage', 'trust', 'god', 'preached', 'according', 'separate', 'child', 'world', 'satisfied', 'advent', 'church', 'like', 'world', 'respect', 'fool', 'ask', 'god', 'fur', 'grace', 'help', 'separate', 'entirely', 'world', 'live', 'ire', 'rejoice', 'god', 'day', 'day', 'family', 'willing', 'try', 'commandment', 'god', 'meet', 'sabbath', 'try', 'strengthen', 'praying', 'exhorting', 'day', 'approaching', 'truly', 'crane', 'grove', 'ill', 'feb', 'bro', 'kimball', 'smirts', 'write', 'let', 'know', 'getting', 'conn', 'midst', 'great', 'revival', 'called', 'church', 'especially', 'windham', 'particularly', 'town', 'reside', 'confess', 'knew', 'movement', 'line', 'oldest', 'inhabitant', 'recollect', 'outpouring', 'spirit', 'hardest', 'sinner', 'grade', 'society', 'shall', 'sav', 'congregational', 'minister', 'town', 'came', 'unite', 'great_work', 'leadhig', 'sinner', 'saviour', 'feel', 'praise', 'lord', 'want', 'humble', 'place', 'dust', 'foot', 'dark', 'hour', 'trying', 'scene', 'pas', 'good', 'trust', 'lord', 'seth', 'newton', 'sister', 'carpenter', 'bro', 'smith', 'striving', 'hold', 'way', 'amidst', 'surrounding', 'darkness', 'thankful', 'privilege', 'reading', 'review', 'prayer', 'dear', 'saint', 'come', 'world', 'fallen', 'church', 'commandment', 'god', 'testimony', 'jesus_christ', 'grow', 'stronger', 'stronger', 'lord', 'power', 'rejoice', 'hear', 'precious_souls', 'embracing', 'truth', 'heartily', 'amen', 'bro', 'cornell', 'prayer', 'lord', 'speed', 'thy', 'servant', 'honest', 'waiting', 'feel', 'bible', 'truth', 'advocated', 'review', 'precious', 'want', 'therm', 'room', 'heart', 'truth', 'heart', 'tradition', 'timejudice', 'love', 'world', 'receive', 'truth', 'pitied', 'crave', 'prayer', 'brother', 'sister', 'people', 'family', 'perilous', 'condition', 'goodly', 'num', 'bro', 'castle', 'bro', 'smith', 'lord', 'good', 'unto', 'love', 'blessed', 'jesus', 'truth', 'people', 'came', 'place', 'nearly', 'year', 'ago', 'talk', 'baptist', 'methodist', 'feel', 'place', 'fighting', 'youngest', 'sister', 'convinced', 'minister', 'fourth', 'commandment', 'baptist', 'message', 'came', 'sound', 'angel', 'gave', 'ready', 'meet', 'lord', 'day', 'month', 'reject', 'angel', 'message', 'preach', 'wolf', 'sheep', 'clothing', 'division', 'think', 'read', 'christ', 'came', 'send', 'peace', 'earth', 'division', 'think', 'god', 'truth', 'calculated', 'division', 'convenient', 'minister', 'acknowledged', 'sanctified', 'time', 'seventh', 'day', 'happy', 'bro', 'joseph', 'bates', 'brother', 'come', 'labor', 'spiritualism', 'spreading', 'rapidly', 'brother', 'important', 'know', 'truth', 'free', 'brought', 'bondage', 'deceptive', 'spirit', 'world', 'thanks', 'god', 'blessed', 'lamp', 'shine', 'pathway', 'perfect_day', 'london', 'quarterly', 'review', 'christian_church', 'lying', 'like', 'long', 'buried', 'corpse', 'air', 'reached', 'lineament', 'perfect', 'body', 'sound', 'shall', 'god', 'anger', 'shock', 'lay', 'bare', 'crumble', 'dust', 'let', 'state', 'withhold', 'support', 'church', 'exception', 'large_portion', 'beginning', 'impregnated', 'held', 'true', 'revivifying', 'spirit', 'body', 'church', 'fall', 'piece', 'sel', 'obituary', 'fell', 'asleep', 'jesus', 'feb', 'bro', 'elon', 'evert', 'round', 'grove', 'ill', 'aged', 'year', 'taken', 'sick', 'day', 'conference', 'died', 'eleventh', 'day', 'disease', 'lung', 'fever', 'bro', 'sperry', 'preached', 'appropriate', 'discourse', 'born', 'viii', 'large', 'attentive', 'audience', 'church', 'deeply', 'feel', 'loss', 'sorrow', 'hope', 'written', 'blessed', 'dead', 'die', 'lord', 'henceforth', 'yea', 'saith', 'spirit', 'rest', 'labor', 'work', 'follow', 'reason', 'given', 'job', 'thou', 'wouldst', 'hide', 'grave', 'thou', 'wouldst', 'secret', 'thy', 'wrath', 'past', 'job', 'xiv', 'truth', 'mind', 'serve', 'lord', 'baptized', 'summer', 'bro', 'byington', 'brother', 'eldest', 'sister', 'searcher', 'truth', 'obedient', 'stand', 'ready', 'forward', 'ordinance', 'baptism', 'opportunity', 'like', 'lord', 'servant', 'way', 'hope', 'eternal_life', 'edward', 'feb', 'castle', 'round', 'grove', 'march', 'john', 'lindsey', 'mcintyre']
root - INFO - extracting file #86500: 2017-04-Final-Corpus/RH18590602-V14-02-page3.txt
root - INFO - extracting file #87000: 2017-04-Final-Corpus/RH18600807-V16-12-page7.txt
root - INFO - ['the_review_and_herald', 'ception', 'john', 'commandment', 'shall', 'abide', 'love', 'kept', 'father', 'commandment', 'abide', 'love', 'john', 'iii', 'whatsoever', 'ask', 'receive', 'commandment', 'thing', 'pleasing', 'sight', 'child', 'earthly', 'parent', 'care', 'talk', 'little', 'jealous', 'father', 'watch', 'vengeance', 'offend', 'love', 'brother', 'sister', 'talking', 'failing', 'lord', 'told', 'cover', 'fault', 'told', 'publish', 'abroad', 'lord', 'come', 'soon', 'urge', 'fault', 'brother', 'sister', 'person', 'spirit', 'meekness', 'talk', 'refuse', 'hold', 'peace', 'talk', 'rest', 'habit', 'taking', 'particular', 'notice', 'brother', 'sister', 'especially', 'meeting', 'doe', 'agree', 'notion', 'home', 'talk', 'fault', 'possible', 'matter', 'brother', 'meant', 'offended', 'message', 'mercy', 'going', 'fallen', 'world', 'essentially', 'necessary', 'follower', 'meek', 'lowly', 'jesus', 'live', 'way', 'light', 'shine', 'led', 'glorify', 'father', 'heaven', 'striving', 'live', 'grace', 'god', 'ind', 'def', 'frt', 'irk', 'nnd', 'etanl', 'thousand', 'mount', 'lion', 'hear', 'profess', 'looking', 'keeping', 'commandment', 'reply', 'word', 'lord', 'saviour', 'urged', 'keeping', 'said', 'unto', 'young_man', 'matt', 'xix', 'callest', 'thou', 'good', 'good', 'god', 'thou_wilt', 'enter', 'life', 'commandment', 'john', 'know', 'love', 'child', 'god', 'love', 'god', 'commandment', 'feel', 'psalmist', 'express', 'psalm', 'cxix', 'time', 'thee', 'lord', 'work', 'reproachful', 'doe', 'love', 'rejoice', 'late', 'attending', 'course', 'lecture', 'marquette', 'delivered', 'brn', 'loughborough', 'steward', 'seeing', 'commade', 'void', 'thy', 'law', 'lord', 'heart', 'profess', 'child', 'high', 'god', 'humbly', 'submit', 'holy', 'law', 'patience', 'saint', 'faith', 'jesus', 'behold', 'white_cloud', 'sitting', 'thereon', 'like', 'unto', 'son', 'man', 'having', 'head', 'golden', 'crown', 'confidence', 'behold', 'claim', 'god', 'come', 'save', 'waited', 'soon', 'expect', 'surely', 'thing', 'fulfilled', 'shortspace', 'time', 'political', 'horizon', 'thering', 'blackness', 'soon', 'crashing', 'nation', 'heard', 'great_battle', 'armageddon', 'fought', 'refuse', 'choice', 'eternal_life', 'forever', 'perish', 'brother', 'pilgrim', 'struggle', 'little', 'longer', 'rising', 'setting', 'sun', 'shall', 'sing', 'song', 'moses', 'lamb', 'beloved', 'city', 'god', 'suffer', 'body', 'peace', 'evermore', 'amen', 'watch', 'waiting', 'coming', 'brother', 'nay', 'verily', 'moral', 'impossibility', 'man', 'love', 'speak', 'ill', 'care', 'professes', 'work', 'posse', 'happens', 'practical', 'love', 'talk', 'let', 'backbiting', 'whispering', 'forever', 'cease', 'important_events', 'soon', 'son', 'man', 'come', 'glory', 'father', 'holy', 'angel', 'reward', 'man', 'according', 'rkss', 'andartootuhantatifilmstonfaelleoinpthanemy', 'wto', 'hlibdethemfrom', 'face', 'sitteth', 'throne', 'wrath', 'lamb', 'exclaiming', 'god', 'waited', 'save', 'reader', 'company', 'wish', 'belong', 'want', 'eternal_life', 'god', 'commandment', 'right', 'tree', 'life', 'enable', 'enter', 'gate', 'city', 'want', 'opposite', 'violate', 'god', 'macomber', 'new', 'shoreham', 'july', 'love', 'bro', 'crapsey', 'writes', 'port', 'allegheny', 'returned', 'place', 'called', 'west', 'branch', 'pine', 'creek', 'potter', 'arrived', 'day', 'week', 'attended', 'meeting', 'brother', 'clock', 'afternoon', 'gave', 'notice', 'preach', 'day', 'clock', 'continue', 'meeting', 'day', 'goodly', 'number', 'present', 'hear', 'word', 'lord', 'soon', 'entered', 'house', 'whispered', 'ear', 'difference', 'day', 'sabbath', 'roman', 'remnant', 'neighbor', 'love', 'worketh', 'ill', 'letter', 'feared', 'iiiieoiten', 'tut', 'meiji', 'law', 'wage', 'sin', 'death', 'love', 'exemplified', 'work', 'faith', 'pie', 'faith', 'work', 'goodness', 'god', 'followed', 'day', 'doe', 'herionmhains', 'sowdon', 'let', 'evlereyt', 'nonmeaonf', 'jynd', 'ofutilliirt', 'peo', 'look', 'past_life', 'truly', 'live', 'faith', 'manner', 'live', 'love', 'deception', 'precious', 'promise', 'god', 'respect', 'difficult', 'mark', 'feel', 'fresh', 'courage', 'judge', 'profession', 'work', 'persuaded', 'mind', 'oue', 'respect', 'sabbath', 'day', 'rellwhich', 'seventh', 'day', 'sabbath', 'told', 'lost', 'time', 'short', 'difference', 'seventh', 'time', 'kept', 'lord', 'sent', 'deliver', 'message', 'people', 'daub', 'untempered', 'mortar', 'commanded', 'let', 'trumpet', 'certain', 'sound', 'uncertain', 'sound', 'shall', 'prepare', 'battle', 'cor', 'xiv', 'preached', 'commandment', 'contained', 'decalogue', 'showed', 'people', 'far', 'power', 'fourth', 'commandment', 'neglected', 'subverted', 'nullified', 'trampled', 'love', 'generally', 'excited', 'good', 'quality', 'object', 'loved', 'love', 'bear', 'proportion', 'excellent', 'quality', 'object', 'love', 'good', 'love', 'best', 'carrying', 'principlc', 'shall', 'love', 'god', 'supremely', 'let', 'louse', 'feature', 'love', 'shown', 'word', 'action', 'love', 'god', 'think', 'speak', 'ill', 'contrary', 'wish', 'hear', 'person', 'speak', 'reproachfully', 'high', 'youthink', 'loved', 'certainly', 'hate', 'god', 'think', 'speaks', 'ill', 'work', 'government', 'love', 'god', 'speaks', 'tenderness', 'respect', 'child', 'love', 'parent', 'greatest', 'respect', 'filled', 'pain', 'said', 'reflects', 'character', 'mother', 'love', 'son', 'treat', 'contempt', 'slanderous', 'report', 'circulated', 'youthink', 'mother', 'apparent', 'satisfaction', 'listening', 'evil', 'report', 'child', 'love', 'child', 'look', 'favorable', 'light', 'possible', 'thing', 'wrong', 'concludes', 'error', 'judgment', 'motif', 'criticize', 'talk', 'bad', 'conclusion', 'avoided', 'want', 'application', 'rule', 'correct', 'apply', 'equal', 'force', 'church', 'church', 'family', 'god', 'bad', 'child', 'injure', 'watchful', 'prayerful', 'day', 'day', 'overcome', 'sin', 'doth', 'easily', 'beset', 'write', 'meditate', 'great', 'glorious', 'promise', 'heart', 'burn', 'love', 'god', 'life', 'blessed', 'lord', 'foreverfellow', 'truly', 'soul', 'waiteth', 'god', 'rock', 'brother', 'sister', 'let', 'faithful', 'enabled', 'hear', 'loyely', 'jesus', 'afraid', 'let', 'faithful', 'god', 'oppose', 'tions', 'satan', 'world', 'finally', 'meet', 'kingdom', 'unworthy', 'sister', 'striving', 'eterout', 'mae', 'man', 'uniting', 'tote', 'itnhigr', 'angreoln', 'speed', 'ong', 'messnage', 'andyhparsateyn', 'time', 'thy', 'servant', 'shall', 'sealed', 'seal', 'living', 'god', 'shall', 'fault', 'throne', 'guile', 'mouth', 'shall', 'pre', 'laormedthanedwn', 'ditting', 'lord', 'shall', 'return', 'slater', 'colby', 'lord', 'grant', 'wise', 'dear', 'brother', 'sister', 'long', 'thought', 'live', 'secure', 'atoning', 'blood', 'rough', 'review', 'felt', 'incapable', 'saying', 'edify', 'withheld', 'read', 'interesting', 'letter', 'encouraged', 'press', 'way', 'sinful', 'world', 'year', 'april', 'commenced', 'keeping', 'seventh', 'day', 'sabbath', 'striving', 'commandment', 'god', 'faith', 'jesus', 'trial', 'time', 'wave', 'overflow', 'feel', 'thank', 'god', 'day', 'merciful', 'unworthy', 'bound', 'grace', 'god', 'assisting', 'heaven', 'home', 'christ', 'keeping', 'father', 'commandment', 'prepare', 'abundant', 'entrance', 'everlasting', 'kingdom', 'giving', 'testimony', 'youth', 'itaickfocr', 'greenlakeco', 'rufus', 'barer', 'pray', 'overcome', 'tempt', 'aft', 'nal', 'life', 'iowa', 'city', 'iowa', 'colby', 'bro', 'baker', 'bolo', 'smilax', 'year', 'embraced', 'angel', 'message', 'trying', 'walk', 'obedience', 'god', 'commandment', 'time', 'truly', 'led', 'way', 'knew', 'rejoice', 'time', 'contemplating', 'goodness', 'god', 'great', 'mercy', 'showing', 'truth', 'believe', 'heart', 'lord', 'work', 'uniting', 'preparing', 'people', 'gap', 'hedge', 'prepare', 'stand', 'battle', 'day', 'lord', 'class', 'professed', 'christian', 'peace', 'safety', 'sudden', 'destruction', 'coming', 'view', 'thing', 'duty', 'trying', 'repairer', 'breach', 'god', 'holy', 'law', 'aloud', 'spare', 'lift', 'voice', 'like', 'trumpet', 'people', 'transgression', 'house', 'jacob', 'sin', 'truly', 'living', 'solemn', 'time', 'answer', 'getto', 'question', 'ourbroth', 'proposes', 'authority', 'claiming', 'time', 'lost', 'echo', 'unction', 'soon', 'vepry', 'apparent', 'witnh', 'clearly', 'manifest', 'carnal_mind', 'subject', 'law', 'god', 'rom', 'viii', 'person', 'decided', 'sabbath', 'lord', 'god', 'preference', 'keeping', 'commandment', 'men', 'fifth', 'day', 'morning', 'leave', 'return_home', 'people', 'met', 'bank', 'beautiful', 'stream', 'wind', 'way', 'gently', 'valloeibtaop', 'tlisempintehcr', 'reek', 'owyaetderths', 'amt', 'hteaannddto', 'soursdinance', 'jesus', 'respect', 'appeared', 'deeply', 'affected', 'expressed', 'desire', 'hear', 'doctrine', 'hearing', 'eharnestly', 'desire', 'request', 'prayer', 'church', 'enter', 'kingdom', 'jesus', 'gone', 'prepare', 'people', 'ask', 'information', 'authority', 'modern', 'divine', 'andothiesrs', 'foorrsaying', 'thatthere', 'hfat', 'obseeen', 'aldossof', 'fable', 'reader', 'answerythse', 'question', 'frequently', 'meet', 'observation', 'late', 'day', 'dealing', 'fable', 'people', 'answer', 'power', 'supplying', 'word', 'felicitous', 'style', 'fillio', 'answer']
root - INFO - extracting file #87500: 2017-04-Final-Corpus/RH18611105-V18-23-page3.txt
root - INFO - extracting file #88000: 2017-04-Final-Corpus/RH18630113-V21-07-page5.txt
root - INFO - ['the_review_and_herald', 'endorsed', 'sister', 'white', 'vision', 'gift', 'difference', 'review', 'condilators', 'started', 'stand', 'day', 'firmer', 'confidence', 'gift', 'prophecy', 'manifested', 'mighty', 'bulwark', 'truth', 'reared', 'statelier', 'proportion', 'polished', 'brighter', 'luster', 'diligent', 'hand', 'mind', 'god', 'stirred', 'work', 'steady', 'course', 'pursued', 'body', 'seventh', 'day', 'adventist', 'year', 'preacher', 'went', 'marion', 'iowa', 'set', 'light', 'truth', 'people', 'place', 'try', 'persuade', 'embrace', 'embrace', 'took', 'stand', 'apparently', 'body', 'refuse', 'endorse', 'mean', 'body', 'think', 'best', 'carry', 'great_work', 'engaged', 'secure', 'object', 'kept', 'steadily', 'view', 'anti', 'having', 'disconnected', 'body', 'communion', 'people', 'turn', 'round', 'coolly', 'impudently', 'offer', 'sympathy', 'pity', 'led', 'battle', 'creek', 'authority', 'position', 'mistaken', 'true', 'people', 'god', 'fitting', 'connection', 'work', 'present_truth', 'charge', 'beginning', 'instrumentality', 'person', 'probably', 'heard', 'sabbath', 'kindred', 'truth', 'erratic', 'fractious', 'leading', 'honest', 'word', 'necessary', 'set', 'forth', 'ridiculous', 'presume', 'tion', 'manifested', 'thing', 'ugly', 'exerescenee', 'protrudes', 'trunk', 'fair', 'oak', 'turn', 'offer', 'pity', 'commiseration', 'tree', 'tree', 'unsightly', 'distortion', 'disclaim', 'idea', 'rebel', 'fact', 'serve', 'basis', 'opinion', 'point', 'professed', 'identify', 'body', 'sabbath', 'keeper', 'refuse', 'associate', 'body', 'professed', 'hypocrite', 'rebel', 'alternalives', 'left', 'presume', 'disposed', 'dictate', 'shall', 'choose', 'aware', 'taking', 'responsible', 'trying', 'position', 'incur', 'displeasure', 'brother', 'subject', 'devosion', 'formalchurchs', 'laughing', 'stock', 'world', 'given', 'letter', 'letter', 'capitalizing', 'punctuation', 'spelling', 'circular', 'irrepressible', 'curiosity', 'seized', 'know', 'meant', 'subject', 'devesion', 'formalchurchs', 'devosion', 'reader', 'hear', 'word', 'know', 'spiritualist', 'obliged', 'coin', 'word', 'express', 'new', 'unheard', 'feeling', 'relation', 'know', 'people', 'driven', 'dire', 'necessity', 'shall', 'watch', 'meet', 'terrible', 'fate', 'couched', 'mysterious', 'word', 'shrink', 'instinctive', 'horror', 'speak', 'disgusted', 'diseouraged', 'stand', 'waiting', 'moving', 'water', 'add', 'water', 'allusion', 'probably', 'pool', 'bethesda', 'spoken', 'john', 'water', 'certain', 'season', 'troubled', 'angel', 'stepped', 'strike', 'essential', 'departure', 'original', 'propose', 'water', 'scripture', 'case', 'angel', 'came', 'moved', 'water', 'people', 'waited', 'till', 'water', 'troubled', 'moved', 'exceedingly', 'question', 'good', 'result', 'followed', 'impatience', 'passion', 'caught', 'club', 'splashed', 'pool', 'dashed', 'hope', 'benefited', 'truth', 'water', 'moved', 'angel', 'god', 'human_being', 'swayed', 'disaffection', 'prejudice', 'passion', 'quote', 'circular', 'systematically', 'concert', 'harmony', 'expect', 'avoid', 'swallowed', 'writer', 'mind', 'fate', 'distinguished', 'prototype', 'korah', 'dothan', 'abiram', 'penned', 'sentence', 'rate', 'appropriate', 'languagd', 'person', 'carrying', 'movement', 'engaged', 'case', 'rebelled', 'old', 'wilderness', 'thing', 'written', 'learning', 'teach', 'like', 'fate', 'form', 'owvillertake', 'pursue', 'similar', 'course', 'strange', 'frightful', 'vision', 'swallowed', 'preseat', 'imagination', 'individual', 'inform', 'moving', 'save', 'doubtless', 'korah', 'dothan', 'abiram', 'moved', 'systematically', 'concert', 'result', 'swab', 'lowed', 'fully', 'warned', 'bible', 'danger', 'course', 'precept', 'example', 'blame', 'fate', 'devosion', 'overtake', 'new', 'argument', 'sunday', 'keeping', 'happens', 'present', 'clear', 'unmistakable', 'argument', 'enforcing', 'obligation', 'fourth', 'commandment', 'showing', 'claim', 'generally', 'urged', 'sunday', 'keeping', 'foundation', 'scripture', 'accosted', 'sunday', 'advocate', 'contending', 'new', 'argumeats', 'possible', 'manner', 'establishing', 'darling', 'institution', 'possibly', 'think', 'cause', 'prospering', 'expect', 'cornmence', 'series', 'meeting', 'week', 'new_place', 'anxious', 'hear', 'pray', 'dear_brethren', 'help', 'cause', 'think', 'field', 'labor', 'bro', 'ingraham', 'arrange', 'trip', 'northward', 'visit', 'quarterly', 'meeting', 'sister', 'white', 'spring', 'messenger', 'hearty', 'welcome', 'come', 'brother', 'come', 'help', 'want', 'pure', 'holy', 'prepared', 'society', 'angel', 'church', 'soon', 'spotless', 'pure', 'prepared', 'coming', 'jesus', 'pray', 'steward', 'unequally', 'yoked', 'time', 'apostasy', 'iniquity', 'abounds', 'love', 'mass', 'waxeth', 'cold', 'evil_men', 'seducer', 'wax', 'worse', 'worse', 'deceiving', 'deceived', 'world', 'filled', 'manner', 'sin', 'unrighteousness', 'reasonable', 'suppose', 'class', 'society', 'relalions', 'life', 'affected', 'contagion', 'deep', 'seated', 'wide', 'spread', 'working', 'sin', 'world', 'person', 'old', 'young', 'rich', 'poor', 'free', 'bond', 'married', 'unmarried', 'stand', 'danger', 'involved', 'general', 'wreck', 'ruin', 'inevitably', 'follow', 'close', 'time', 'living', 'notwithstanding', 'danger', 'exempt', 'sore', 'trial', 'temptation', 'position', 'dangerous', 'exposed', 'wile', 'tempter', 'church', 'salt', 'earth', 'light', 'world', 'duty', 'christian', 'voluntarily', 'place', 'position', 'relation', 'necessarily', 'labor', 'great', 'disadvantage', 'securing', 'own_salvation', 'salvation', 'marriage', 'ordinance', 'date', 'god', 'author', 'paradise', 'origin', 'testimony', 'scripture', 'regarded', 'sacred', 'thing', 'foundation', 'society', 'safeguard', 'virtue', 'center', 'endearing', 'relation', 'life', 'interesting', 'gut', 'notwithstanding', 'manifestly', 'design', 'heaven', 'far', 'different', 'result', 'reached', 'house', 'instead', 'abode', 'peace', 'religion', 'sits', 'enthroned', 'god', 'honored', 'place', 'envy', 'strife', 'satan', 'glorified', 'undoubtedly', 'purpose', 'honoring', 'god', 'preventing', 'unholy', 'unhappy', 'oonsequences', 'apostle', 'paul', 'writes', 'plainly', 'pointedly', 'corinthian', 'brother', 'cor', 'forbidding', 'warning', 'unequally', 'yoked', 'unbeliever', 'unequally', 'yoked', 'apostle', 'meant', 'believer', 'married', 'unbeliever', 'equally', 'yoked', 'meant', 'underst', 'teaching', 'equality', 'yoking', 'believer', 'unbeliever', 'view', 'correct', 'evident', 'number', 'strong', 'argument', 'touching', 'thing', 'unequally', 'yoked', 'object', 'yoking', 'yoked', 'draw', 'equally', 'yoked', 'yoked', 'evener', 'advantage', 'drawing', 'unequally', 'yoked', 'advantage', 'drawing', 'work', 'disadvantage', 'figure', 'correct', 'forcible', 'gathered', 'fact', 'case', 'agreement', 'partnership', 'formed', 'party', 'especially', 'opposite', 'view', 'feeling', 'party', 'going', 'distance', 'mutual', 'corapromise', 'individuality', 'hinder', 'union', 'believer', 'marries', 'unbeliever', 'twain', 'flesh', 'according', 'design', 'intent', 'marriage', 'ordinance', 'infidel', 'infidelity', 'child', 'faith', 'present', 'new', 'argument', 'sunday', 'keepmg', 'proved', 'effectual', 'case', 'seen', 'following', 'circumstan', 'occurred', 'short_distance', 'year', 'ago', 'methodist', 'class', 'leader', 'town', 'commenced', 'seventhday', 'sabbath', 'methodist', 'friend', 'called', 'companion', 'neighbor', 'incessantly', 'trying', 'lay', 'obstacle', 'way', 'hinder', 'keeping', 'sabbath', 'finally', 'visited', 'preacher', 'addressed', 'follows', 'dear', 'brother', 'let', 'saturday', 'come', 'conclusion', 'regard', 'subject', 'let', 'pray', 'yonder', 'hill', 'accordingly', 'went', 'hill', 'praying', 'preacher', 'suggested', 'decide', 'regard', 'day', 'sabbath', 'feeling', 'praying', 'class', 'leader', 'consented', 'preacher', 'naturally', 'boisterous', 'class', 'leader', 'timid', 'word', 'reason', 'believe', 'jargon', 'prayed', 'favor', 'sunday', 'favor', 'seventh', 'day', 'sabbath', 'preacher', 'noisy', 'praying', 'intimidated', 'class', 'leader', 'prevailed', 'sunday', 'reader', 'readily', 'sum_total', 'argument', 'based', 'feeling', 'feeling', 'safe', 'guide', 'varies', 'circumstance', 'follow', 'feeling', 'danger', 'carried', 'wind', 'doctrine', 'law', 'testimony', 'speak', 'according', 'word', 'light', 'isa', 'viii', 'bourdeau', 'cause', 'juneau', 'boo', 'white', 'laboring', 'monweir', 'seven', 'mile', 'place', 'week', 'rejoiced', 'embraced', 'sabbath', 'sabbath', 'community', 'largest', 'gathering', 'saw', 'place', 'service', 'whole_congregation', 'repaired', 'river', 'willing_souls', 'buried', 'christ', 'baptism', 'case', 'immersion', 'little', 'village', 'settled', 'year', 'waiting', 'circumstance', 'turn', 'forward']
root - INFO - extracting file #88500: 2017-04-Final-Corpus/RH18640223-V23-13-page1.txt
root - INFO - extracting file #89000: 2017-04-Final-Corpus/RH18650613-V26-02-page5.txt
root - INFO - ['review', 'herald', 'friday', 'evening', 'apr', 'tuesday', 'evening', 'people', 'god', 'time', 'ignored', 'house', 'god', 'dwell', 'tent', 'wickedness', 'feel', 'thak', 'peace', 'world', 'know', 'look', 'atid', 'abba', 'father', 'undeesittind', 'joyful', 'experience', 'constitutes', 'true', 'happiness', 'peterborough', 'wiliarnsekr', 'word', 'sympathy', 'apr', 'meeting', 'church', 'vernon', 'brother', 'came', 'meeting', 'ashfield', 'springfield', 'adjacent', 'point', 'mass', 'amused', 'report', 'bro', 'johnson', 'gave', 'meeting', 'recently', 'attended', 'spectator', 'springfield', 'mass', 'class', 'adventist', 'believe', 'laving', 'communion', 'year', 'andcrime', 'christendom', 'perfect', 'attend', 'continuation', 'jewish', 'passover', 'held', 'counterfeit', 'christianity', 'day', 'current', 'meeting', 'said', 'purpose', 'leader', 'meeting', 'read', 'scripture', 'setting', 'forth', 'institution', 'passover', 'endeavored', 'christ', 'passover', 'perpetuated', 'going', 'course', 'spectator', 'begin', 'think', 'cooked', 'lamb', 'heavy', 'bread', 'instead', 'requested', 'eat', 'light', 'bread', 'cheese', 'bread', 'wine', 'passed', 'usual', 'communion', 'party', 'light', 'ordinance', 'saviour', 'instituted', 'plain', 'term', 'precede', 'supper', 'john', 'xiii', 'intimation', 'scripture', 'supper', 'bread', 'cheese', 'stead', 'hearing', 'account', 'eating', 'bread', 'cheese', 'poor', 'substitute', 'obedience', 'cornmand', 'christ', 'sabbath', 'apr', 'held', 'meeting', 'brother', 'east', 'otis', 'mass', 'enrolled', 'church', 'renewing', 'mind', 'prove', 'organized', 'amounting', 'year', 'sabbath', 'apr', 'met', 'seventy', 'brother', 'western', 'quarterly', 'meeting', 'house', 'bro', 'andrew', 'rochester', 'good_time', 'trust', 'assembled', 'returned', 'home', 'absent', 'family', 'month', 'heart', 'cheered', 'friendly', 'greeting', 'tried', 'church', 'battle', 'creek', 'late', 'conference', 'look', 'respect', 'feast', 'tabernacle', 'feeling', 'refreshed', 'good', 'acceptable', 'perfect', 'god', 'learns', 'godliness', 'contentmeat', 'great', 'gain', 'murmur', 'complain', 'think', 'lot', 'hard', 'trial', 'trouble', 'greater', 'surrounding', 'circumstance', 'unfiavorable', 'serve', 'lord', 'tylf', 'differently', 'situated', 'paul', 'let', 'conversation', 'covetousness', 'content', 'such_things', 'hath', 'said', 'leave', 'thee', 'forsake', 'thee', 'cover', 'truth', 'error', 'confusion', 'crime', 'similar', 'misled', 'people', 'time', 'christ', 'sojourn', 'earth', 'worm', 'eating', 'vitality', 'popular', 'christianity', 'time', 'mankind', 'willing', 'deceived', 'fair', 'opportunity', 'victimswhen', 'bowed', 'sorrow', 'let', 'remember', 'deceivableness', 'bible', 'warns', 'clarice', 'true', 'happiness', 'jesus', 'man', 'sorrow', 'acquainted', 'grief', 'cross', 'bear', 'let', 'remember', 'christ', 'borne', 'bear', 'suffer', 'compare', 'christ', 'suffered', 'matchless', 'love', 'manifested', 'left', 'glorious', 'abode', 'heaven', 'came', 'earth', 'despised', 'rejected', 'jew', 'crucified', 'suffered', 'death', 'yes', 'ignominious', 'death', 'cross', 'laid', 'tomb', 'man', 'hope', 'redemption', 'discipies', 'sad', 'reason', 'sorrow', 'heart', 'jesus', 'draw', 'near', 'beginning', 'moses', 'prophet', 'expounds', 'scripture', 'concerning', 'known', 'unto', 'joy', 'heart', 'disciple', 'saying', 'truly', 'lord', 'risen', 'jesus', 'stand', 'midst', 'peace', 'unto', 'afraid', 'supposed', 'seen', 'spirit', 'jesus', 'request', 'handle', 'said', 'spirit', 'hath', 'flesh', 'bone', 'ate', 'proved', 'jesus', 'day', 'laid', 'tomb', 'yes', 'mighty', 'conqueror', 'come', 'forth', 'bringing', 'key', 'death', 'grave', 'let', 'bear', 'persecution', 'trial', 'life', 'cheerfully', 'jesus', 'soon', 'coming', 'earth', 'second', 'time', 'sin_unto_salvation', 'unlock', 'prison', 'house', 'faithful', 'follower', 'abun', 'true', 'happiness', 'attained', 'righteousness', 'right', 'worldling', 'pursuing', 'happiness', 'world', 'indulges', 'amusement', 'pleasure', 'fancy', 'lead', 'lasting', 'permanent', 'happiness', 'man', 'god', 'looking', 'different', 'direction', 'obtain', 'desired', 'felicity', 'place', 'study', 'best', 'glorify', 'god', 'learns', 'bring', 'body', 'subjection', 'conformed', 'world', 'transformed', 'ileb', 'iii', 'learned', 'dant', 'entrance', 'ministered', 'unto', 'state', 'therewith', 'content', 'phil', 'learned', 'great', 'lesson', 'let', 'try', 'imitate', 'apostle', 'respect', 'follow', 'followed', 'christ', 'apt', 'think', 'living', 'band', 'sabbath', 'eepers', 'situated', 'enjoy', 'mind', 'better', 'enjoy', 'spirit', 'presence', 'god', 'mistaken', 'situated', 'obstacle', 'way', 'lot', 'cast', 'rough', 'knowledge', 'present_truth', 'time', 'place', 'let', 'try', 'cultivate', 'contented', 'disposition', 'hath', 'temple', 'god', 'idol', 'live', 'avoid', 'carried', 'popand', 'remember', 'grace', 'god', 'sufficient', 'temple', 'living', 'god', 'god', 'bath', 'said', 'trial', 'temptation', 'beset', 'dwell', 'walk', 'ular', 'current', 'discover', 'hand', 'let', 'remember', 'christ', 'god', 'shall', 'people', 'wherefore', 'come', 'ing', 'discharge', 'whole_duty', 'cause', 'loughborough', 'glorious', 'kingdom', 'christ', 'purchased', 'people', 'suffering', 'death', 'surrounded', 'poverty', 'sickness', 'jesus', 'promised', 'inheritance', 'incorruptible', 'undefiled', 'fadeth', 'away', 'sickness', 'eat', 'tree', 'life', 'itsleaves', 'healing', 'nation', 'lame', 'man', 'shall', 'leap', 'hart', 'sorrow', 'sighing', 'shall', 'forever', 'flee', 'away', 'clyde', 'ill', 'june', 'worm', 'root', 'taring', 'religious', 'periodical', 'morning', 'greatly', 'interested', 'perusing', 'religious', 'matter', 'profitable', 'character', 'selection', 'good', 'taste', 'charmed', 'fact', 'said', 'person', 'heir', 'rich', 'inheritance', 'cor', 'agreement', 'worm', 'root', 'eating', 'long_years', 'vitality', 'church', 'tempted', 'point', 'like', 'sin', 'know', 'succor', 'separate', 'saith', 'lord', 'touch', 'unclean', 'thing', 'receive', 'father', 'unto', 'shall', 'tempted', 'saviour', 'earth', 'charmed', 'yes', 'humble', 'fare', 'ate', 'coarsest', 'food', 'son', 'daughter', 'saith', 'lord', 'almighty', 'charmed', 'beautiful', 'tree', 'place', 'lay', 'head', 'sufferonce', 'borne', 'excellent', 'fruit', 'having', 'undergone', 'someed', 'vilest', 'treatment', 'enemy', 'cor', 'vii', 'having', 'promise', 'dearly', 'beloved', 'let', 'cleanse', 'filthiness', 'flesh', 'spirit', 'perfecting', 'holiness', 'fear', 'god', 'llev', 'xxii', 'blessed', 'commandment', 'right', 'tree', 'life', 'enter', 'gate', 'city', 'rev', 'xiv', 'patience', 'saint', 'commandment', 'god', 'faith', 'jesus', 'yes', 'patient', 'affliction', 'approach', 'father', 'humble', 'confiding', 'prayer', 'grace', 'bear', 'affliction', 'patience', 'enable', 'thy', 'commandment', 'matter', 'scoff', 'scorn', 'faith', 'teaching', 'blessed', 'redeemer', 'manifest', 'faith', 'rdered', 'life', 'godly', 'conversation', 'like', 'paul', 'fight', 'good_fight', 'faith', 'lay', 'hold', 'eternal_life', 'number', 'called', 'sit', 'right_hand', 'god', 'let', 'bear', 'life', 'trial', 'affliction', 'patience', 'knowing', 'suoh', 'precious', 'promise', 'given', 'poor', 'thing', 'world', 'rich', 'faith', 'heir', 'kingdom', 'god', 'change', 'ceased', 'bear', 'good_fruit', 'shape', 'foliage', 'beautiful', 'seen', 'religious', 'periodical', 'evil', 'fruit', 'seen', 'article', 'bearing', 'directly', 'opposed', 'great_work', 'religious', 'reform', 'advocated', 'church', 'article', 'directly', 'opposed', 'god', 'holy', 'law', 'testimony', 'old', 'new', 'testament', 'relative', 'fulfillment', 'prophecy', 'article', 'warned', 'avoid', 'spreading', 'truth', 'calling', 'heresy', 'fanaticism', 'worm', 'root', 'ruining', 'protestant', 'church', 'greater', 'light', 'rejected', 'church', 'rejected', 'chief_priests', 'elder', 'trial', 'jesus', 'midst', 'led', 'lamb', 'slaughter', 'heopened', 'mouth', 'agony', 'garden', 'lonely', 'forsaken', 'condition', 'cross', 'friend', 'forsook', 'sympathizing', 'friend', 'console', 'hour', 'great', 'trial', 'voice', 'heard', 'infuriated', 'mob', 'said', 'crucify', 'crucify', 'drank', 'bitter', 'cup', 'shall', 'repine', 'lot', 'saviour', 'suffered', 'murmur', 'escaped', 'lip', 'feel', 'uprising', 'spirit', 'let', 'consider', 'suffering', 'account', 'man', 'lost', 'right', 'tree', 'life', 'disobedience', 'jesus', 'left', 'realm', 'glory', 'came', 'world', 'die', 'rescue', 'man', 'fallen', 'condition', 'matchless', 'love', 'let', 'return', 'love', 'cheerful', 'obedience', 'god', 'righteous', 'requirement', 'shall', 'enjoy', 'peace', 'like', 'river', 'church', 'mean', 'agenties', 'enlighten', 'mankind', 'circulation', 'vast', 'number', 'religious', 'book', 'pertrighteousness', 'thereof', 'like', 'wave', 'sea', 'odicals', 'mean', 'missionary', 'mini', 'let', 'learn', 'contented', 'mind', 'contry', 'ala', 'grand', 'subtinual', 'feast', 'conformed', 'imlime', 'truth', 'applicable', 'perilous', 'day', 'church', 'god', 'earth', 'word', 'god', 'expressly', 'inakes', 'known', 'especial', 'benefit', 'age', 'jesus', 'shall', 'feel', 'like', 'old', 'said', 'day', 'thy', 'court', 'better', 'thousand', 'door', 'eeper']
root - INFO - extracting file #89500: 2017-04-Final-Corpus/RH18660828-V28-13-page1.txt
root - INFO - extracting file #90000: 2017-04-Final-Corpus/RH18670716-V30-05-page7.txt
root - INFO - ['ent', 'review', 'sabbath', 'herald', 'war', 'dress', 'avenge', 'humiliation', 'france', 'french', 'emperor', 'driven', 'main', 'force', 'battle_field', 'circumstance', 'human', 'eye', 'seen', 'romanism', 'gathering', 'strength', 'banding', 'force', 'attack', 'protestant', 'state', 'christendom', 'england', 'chief', 'protestant', 'state', 'driven', 'wit', 'end', 'army', 'navy', 'dread', 'eastern', 'question', 'opening', 'swallow', 'peace', 'insatiable', 'jaw', 'great', 'babylon', 'building', 'gilded', 'dome', 'spreading', 'purple', 'canopy', 'receive', 'nation', 'earth', 'display', 'luxury', 'splendor', 'art', 'invention', 'human', 'genius', 'devise', 'exhi', 'lion', 'comfortless', 'sick_room', 'unnamed', 'unlighted', 'bition', 'paris', 'preparation', 'war', 'roman', 'rushing', 'scene', 'overwhelming', 'destruction', 'decked', 'ornament', 'superhuman', 'voluptuousness', 'pride', 'goeth', 'destruction', 'haughty', 'spirit', 'fall', 'like', 'hear', 'pray', 'like', 'hear', 'pray', 'loan', 'cent', 'think', 'borrower', 'pressed', 'pay', 'food', 'rent', 'hook', 'heed', 'lender', 'shall', 'blest', 'sure', 'eye', 'read', 'doe', 'sought', 'lord', 'help', 'forgetting', 'want', 'plead', 'plead', 'article', 'specially', 'needed', 'specifying', 'reiterated', 'earnestness', 'arose', 'knee', 'full_assurance', 'faith', 'heavenly', 'tranquility', 'went', 'forth', 'expecting', 'deliverance', 'looking', 'way', 'earnings', 'fruitless', 'day', 'seeking', 'employment', 'gloomily', 'returned', 'home', 'entered', 'gate', 'startled', 'generous', 'pile', 'wood', 'little', 'johnny', 'opened', 'door', 'clapping', 'hand', 'exclaiming', 'father', 'got', 'wood', 'candle', 'astonished', 'tried', 'banish', 'thought', 'went', 'work', 'earnestly', 'believe', 'needed', 'send', 'voice', 'said', 'painful', 'distinctness', 'send', 'wood', 'dea', 'want', 'scouted', 'idea', 'weak', 'silly', 'mere', 'phantasy', 'brain', 'use', 'succumb', 'ridiculed', 'fought', 'vivid', 'irresistable', 'impression', 'purchase', 'peace', 'awe', 'bade', 'john', 'load', 'team', 'wood', 'leave', 'door', 'moment', 'rest', 'moment', 'imperative', 'whisper', 'came', 'send', 'candle', 'said', 'absurd', 'gratify', 'whim', 'beset', 'mandate', 'distressed', 'baffled', 'repelling', 'cheap', 'way', 'torment', 'handed', 'john', 'package', 'candle', 'mind', 'thought', 'freak', 'insanity', 'strange', 'character', 'impression', 'unexpected', 'solemn', 'powerful', 'singular', 'peace', 'following', 'compliance', 'dictate', 'believe', 'supernatural', 'doings', 'wonderful', 'working', 'replied', 'dee', 'cloc', 'remember', 'plead', 'god', 'article', 'sent', 'agony', 'wrestling', 'knew', 'soul', 'filled', 'conviction', 'prayer', 'heard', 'relief', 'come', 'hearing', 'venerated', 'relative', 'relate', 'incident', 'own_life', 'wondered', 'skeptic', 'dispose', 'occurrence', 'presumptuous', 'believer', 'expect', 'live', 'prayer', 'fed', 'operation', 'elijah', 'event', 'happening', 'history', 'church', 'experience', 'individual_members', 'accounted', 'ground', 'special', 'providence', 'regardful', 'emergency', 'believing', 'suffering', 'people', 'god', 'surely', 'light', 'sown', 'righteous', 'deepest', 'dark', 'reveals', 'starriest', 'hope', 'etir', 'knew', 'eminently', 'holy', 'man', 'spend', 'time', 'prayer', 'man', 'exhibit', 'mush', 'spirit', 'prayer', 'devote', 'time', 'closet', 'whitefield', 'day', 'week', 'spent', 'prostrate', 'fall', 'ground', 'silent', 'vocal', 'prayer', 'knee', 'grow', 'language', 'knew', 'whereof', 'affirmed', 'spirit', 'specimen', 'feature', 'experience', 'emineht', 'piety', 'absolutely', 'uniform', 'bended', 'knee', 'hour', 'forgrace', 'spend', 'aright', 'day', 'know', 'neighbor', 'flour', 'buy', 'luckless', 'brother', 'bread', 'child', 'eat', 'laugh', 'beneath', 'humble', 'shed', 'like', 'hear', 'hint', 'pray', 'let', 'blessing', 'widow', 'seek', 'home', 'want', 'ertakes', 'come', 'hate', 'prayer', 'loud', 'long', 'offered', 'orphan', 'weal', 'crushed', 'wrong', 'lip', 'doth', 'feel', 'like', 'hear', 'pray', 'jewelled', 'ear', 'silken', 'dress', 'washerwoman', 'toil', 'day', 'asked', 'work', 'pious', 'shaver', 'despise', 'folded', 'hand', 'air', 'demure', 'lift', 'heaven', 'angel', 'eye', 'steal', 'earnings', 'poor', 'like', 'soulless', 'prayer', 'wrong', 'hope', 'forgiven', 'angel', 'wing', 'upward', 'bear', 'lost', 'million', 'mile', 'heaven', 'like', 'long', 'prayer', 'hear', 'studied', 'lip', 'depart', 'father', 'bend', 'ready', 'ear', 'let', 'word', 'hears', 'heart', 'praying', 'bankrupt', 'pro', 'smith', 'following', 'article', 'interested', 'read', 'firm_believer', 'power', 'prayer', 'thinking', 'acceptable', 'reader', 'copy', 'reflector', 'review', 'loonwoon', 'year', 'new', 'england', 'town', 'maritime', 'importance', 'resided', 'descon', 'engaged', 'lucrative', 'business', 'prudent', 'habit', 'benevolence', 'led', 'endorse', 'largely', 'won', 'confidence', 'christian', 'brother', 'proved', 'designing', 'knave', 'issued', 'good', 'deacon', 'failure', 'scrupulous', 'integrity', 'claimed', 'creditor', 'given', 'winter', 'great', 'severity', 'general', 'business', 'depression', 'followed', 'wife', 'young_children', 'looked', 'subsistenco', 'knew', 'furnish', 'asked', 'lived', 'told', 'said', 'candle', 'load', 'wood', 'asked', 'sent', 'said', 'guess', 'father', 'know', 'send', 'said', 'said', 'mustn', 'tell', 'father', 'present', 'instrumentality', 'diligent', 'effort', 'employment', 'unsuccessful', 'debt', 'incurred', 'prospect', 'payment', 'estimation', 'sin', 'sadly', 'saw', 'little', 'stock', 'provision', 'possessed', 'rapidly', 'diminishing', 'way', 'obtain', 'man', 'prayer', 'action', 'carried', 'case', 'feedeth', 'raven', 'long', 'weary', 'week', 'passed', 'success', 'came', 'length', 'morning', 'dawned', 'stick', 'wood', 'little', 'hatty', 'told', 'father', 'candle', 'gone', 'asked', 'shall', 'care', 'dear', 'mother', 'tonight', 'brought', 'enemy', 'changing', 'friend', 'foe', 'distiller', 'graff', 'warm', 'friend', 'bitterly', 'alienated', 'vain', 'grieved', 'deacon', 'strive', 'conciliate', 'explanation', 'personal', 'kindness', 'trifling', 'civility', 'bow', 'rudely', 'unnoticed', 'graff', 'dea', 'entered', 'distillery', 'old_friend', 'time', 'year', 'proprietor', 'looked', 'nod', 'recognition', 'evident', 'unusual', 'softened', 'heart', 'called', 'said', 'deacon', 'ask', 'tell', 'sent', 'wood', 'candle', 'house', 'day', 'yes', 'sir', 'sent', 'kind', 'pray', 'tell', 'came', 'let', 'inquire', 'needed', 'question', 'went', 'father', 'heart', 'daggerlike', 'poignancy', 'vision', 'suffering', 'wife', 'gasplug', 'life', 'away', 'fearful', 'stage', 'consumpand', 'thick_darkness', 'knew', 'enshroud', 'mind', 'aware', 'extent', 'destitution', 'driven', 'distraction', 'hope', 'mighty', 'save', 'graff', 'singular', 'splendor', 'blood', 'dark', 'red', 'cloud', 'glittering', 'pageantry', 'contrast', 'afford', 'scene', 'horrible', 'splendor', 'ghastly', 'festivity', 'babylon', 'fled', 'closet', 'agony', 'prayer', 'send', 'wood', 'dee', 'want', 'protestant', 'roman', 'protestant', 'left', 'mistake', 'sure', 'father', 'interrupted', 'hatty', 'left', 'mistake', 'man', 'like', 'hear', 'pray', 'knocked', 'door', 'whip', 'andwheniopened', 'indebted', 'relief', 'mystery', 'particularly', 'interested', 'dea', 'character', 'anonymous', 'present', 'thing', 'needed', 'sent', 'sure', 'lied', 'mentioned', 'want', 'human', 'ear', 'questiond', 'child', 'anew', 'described', 'man', 'knocked', 'door', 'horse', 'truck', 'drove', 'new', 'thought', 'struck', 'said', 'team', 'belongs', 'old', 'enemy', 'graff', 'possible', 'donor', 'surely', 'finger', 'god', 'touched', 'heart', 'dee', 'convinced', 'benefactor', 'solved', 'immediate', 'gentleman', 'graff', 'rebut', 'year', 'sacredness', 'sabbath', 'openly', 'violated', 'brisk', 'trade', 'fish', 'boatman', 'sailor', 'friend', 'engaged', 'desecration', 'potent', 'influence', 'thought', 'risking', 'interference', 'dea', 'man', 'place', 'man', 'moral_courage', 'determined', 'stop', 'iniquity', 'friend', 'warned', 'life', 'endangered', 'afterward', 'brother', 'deacon', 'walk', 'wharf', 'sabbath', 'morning', 'ascertain', 'broke', 'law', 'traffic', 'day', 'men', 'swore', 'like', 'fiend', 'fired', 'dwelling', 'different_times', 'bound', 'oath', 'kill', 'feared', 'presence', 'approach', 'store', 'sorted', 'customer', 'closed', 'celerity', 'specie', 'sabbath', 'breaking', 'length', 'broken', 'hair', 'breadth', 'escape', 'dea', 'compatriot', 'authority', 'shamed', 'turn', 'fail', 'sucinto', 'action', 'fearless', 'zeal', 'brutal', 'drunkenness', 'sailor', 'degradation', 'suffering', 'family', 'dea', 'enterprise', 'brought', 'contact', 'opened', 'eye', 'evil', 'liquor_traffic', 'turning', 'sabbath', 'reform', 'legcl', 'authority', 'known', 'temperance', 'advocate', 'need', 'called', 'man', 'luck', 'favorite', 'fortune', 'luck', 'like', 'pluck', 'fortune', 'favor', 'indiflerent', 'fortune', 'foolish', 'morning', 'clock', 'busy', 'work', 'suddenly', 'voice', 'men', 'watch', 'chance', 'man', 'chacnes', 'wait', 'turn', 'cross', 'christ', 'centre', 'tends', 'summary', 'history', 'universe']
root - INFO - extracting file #90500: 2017-04-Final-Corpus/RH18680225-V31-11-page5.txt
root - INFO - extracting file #91000: 2017-04-Final-Corpus/RH18681124-V32-22-page8.txt
root - INFO - ['providence', 'permitting', 'meet', 'church', 'bunker', 'hill', 'mich', 'sabbath', 'day', 'nov', 'advent', 'review', 'sabbath', 'herald', 'vora', 'moe', 'attvity', 'uala', 'battle', 'creek', 'mich', 'day', 'nov', 'air', 'having', 'moved', 'greenville', 'friend', 'address', 'battle', 'creek', 'known', 'review', 'home', 'wish', 'correspond', 'direct', 'address', 'place', 'appointment', 'season', 'letter', 'reach', 'leave', 'james', 'white', 'ellen', 'white', 'appointment', 'consequence', 'appointment', 'reaching', 'office', 'season', 'meeting', 'south', 'norridgewock', 'nearly', 'failure', 'far', 'scattered', 'brother', 'concerned', 'decide', 'remain', 'week', 'necessary', 'change', 'portland', 'meeting', 'week', 'later', 'rhode', 'island', 'meeting', 'week', 'later', 'arrange', 'meet', 'brother', 'follows', 'portland', 'nov', 'south', 'lancaster', 'mass', 'dec', 'curtis', 'corner', 'dec', 'james', 'white', 'ellen', 'white', 'norridgewock', 'nov', 'proposed', 'meeting', 'south', 'lancaster', 'mass', 'bible', 'reading', 'possible', 'read', 'verse', 'manner', 'bible', 'course', 'slowly', 'read', 'comparing', 'spiritual_things', 'spiritual', 'ready', 'exclaim', 'paul', 'depth', 'rich', 'wisdom', 'knowledge', 'god', 'unsearchable', 'judgment', 'way', 'past', 'appointment', 'preach', 'saying', 'kingdom', 'heaven', 'hand', 'quarterly', 'meeting', 'pilot', 'grove', 'iowa', 'city', 'washington', 'church', 'held', 'pilot', 'grove', 'sabbath', 'day', 'dec', 'meeting', 'commence', 'beginning', 'sabbath', 'hope', 'consistent', 'duty', 'minister', 'present', 'bro', 'mitchell', 'come', 'general', 'gathering', 'expected', 'come', 'dear_brethren', 'sister', 'lord', 'nicola', 'monthly', 'meeting', 'church', 'little', 'prairie', 'johnstown', 'oakland', 'held', 'oakland', 'dec', 'hope', 'general_attendance', 'oley', 'olson', 'quarterly', 'meeting', 'pleasant', 'church', 'brother', 'vernon', 'fairfield', 'held', 'pleasant', 'iowa', 'dec', 'commencing', 'sabbath', 'brn', 'cornell', 'butler', 'time', 'seen', 'review', 'bro', 'white', 'appoint', 'place', 'dec', 'earnestly', 'desire', 'general', 'gathering', 'brother', 'massachusetts', 'new', 'hampshire', 'othera', 'wish', 'come', 'especially', 'request', 'scattered', 'come', 'attended', 'single', 'meeting', 'year', 'greatly', 'need', 'benefit', 'meeting', 'lukewarm', 'fear', 'little', 'effort', 'come', 'provide', 'large_company', 'come', 'like', 'bring', 'bed', 'clothes', 'food', 'like', 'far', 'unrighteousness', 'lord', 'work', 'consistent', 'sister', 'enjoy', 'meeting', 'canright', 'effectually', 'cooperate', 'true', 'repentance', 'cause', 'confess', 'sin', 'forsake', 'condition', 'god', 'forgives', 'sin', 'clean', 'heart', 'stain', 'finally', 'blot', 'record', 'relaration', 'james', 'converteth', 'sinner', 'error', 'way', 'shall', 'save', 'soul', 'death', 'shall', 'hide', 'multitude', 'sin', 'shall', 'cover', 'sin', 'shall', 'lord', 'cover', 'sin', 'covered', 'shall', 'stand', 'fearful', 'distinctness', 'day', 'judgment', 'sin', 'repented', 'confessed', 'forsaken', 'washed', 'away', 'blotted', 'remembered', 'shall', 'hidden', 'covered', 'sight', 'purer', 'pee', 'behold', 'iniquity', 'cor', 'iii', 'foundation', 'spoken', 'christ', 'gold', 'silver', 'precious', 'stone', 'wood', 'hay', 'stubble', 'builded', 'foundation', 'member', 'church', 'proof', 'god', 'building', 'apostle', 'minister', 'christ', 'builder', 'build', 'christ', 'word', 'establish', 'church', 'according', 'faith', 'jesus', 'member', 'prove', 'faithful', 'compared', 'precious', 'metal', 'purified', 'day', 'god', 'precious_faith', 'prove', 'victorious', 'endure', 'end', 'like', 'wood', 'hay', 'stubble', 'fiery', 'trial', 'come', 'devoured', 'manifest', 'day', 'god', 'stuff', 'dead', 'loss', 'faithful_servant', 'god', 'labor', 'bestowed', 'lost', 'saved', 'victorious', 'sin', 'satan', 'work', 'abides', 'soul', 'endure', 'end', 'saved', 'shall', 'receive', 'reward', 'hope', 'joy', 'crown', 'rejoicing', 'corn', 'notice', 'church', 'clerk', 'minister', 'michigan', 'conference', 'reminded', 'quarterly', 'memberthemnomore', 'meaning', 'dec', 'review', 'herald', 'annexed', 'receipt', 'following', 'list', 'volume', 'numreports', 'send', 'office', 'hzeofritedpcvooireresponvdiewair', 'htezuwmhboehrstohnetrgzteresc', 'eiltueari', 'tlioenpsazeirudietilretniildgniovetinme', 'acknowledged', 'immediate', 'notice', 'omisimmediately', 'gage', 'conf', 'sec', 'note', 'bro', 'byington', 'shepard', 'smith', 'crummet', 'hlanej', 'arrinom', 'wdursjengiteli', 'wellman', 'bro', 'smith', 'request', 'inst', 'attended', 'monthly', 'meeting', 'jackson', 'church', 'held', 'village', 'leslie', 'time', 'monthly', 'meeting', 'place', 'rainy', 'morning', 'good_attendance', 'good', 'manifest', 'member', 'church', 'came', 'took', 'meeting', 'sister', 'baptized', 'husband', 'came', 'seventy', 'mile', 'attend', 'meeting', 'monthly', 'meeting', 'held', 'jackson', 'sabbath', 'briggs', 'december', 'ceresco', 'mich', 'nov', 'request', 'byington', 'brother', 'supply', 'work', 'sanctification', 'need', 'send', 'copy', 'said', 'work', 'spare', 'mail', 'petaluma', 'sonoma', 'cal', 'inclose', 'cost', 'expense', 'return', 'mean', 'imme', 'prger', 'alolen', 'andrew', 'rochester', 'aiov', 'john', 'mil', 'canright', 'diately', 'bohrdea', 'comparing', 'scripture', 'efd', 'angc', 'emily', 'langdon', 'church', 'business', 'looking', 'reference', 'read', 'bible', 'observe', 'marginal', 'reading', 'aware', 'slow', 'process', 'profit', 'read', 'verse', 'day', 'mannor', 'btrueted', 'delighted', 'exercise', 'christ', 'thess', 'received', 'book', 'tract', 'fund', 'hiram', 'edson', 'richmond', 'almira', 'potter', 'receipt', 'benevolent', 'fund', 'hiram', 'plels', 'hopkins', 'tertmns', 'nam', 'hopkins', 'almira', 'potter', 'california', 'mission', 'gordon', 'smith', 'preston', 'share', 'publishing', 'association', 'horace', 'hopkins', 'jonathan', 'lamson', 'general_conference', 'missionary', 'fund', 'green', 'dill', 'exeter', 'ashaway', 'abington', 'conn', 'new', 'shoreham', 'ing', 'rom', 'cor', 'shall', 'like', 'bim', 'shall', 'like', 'beautiful', 'thought', 'soul', 'unto', 'rapture', 'wrought', 'sorrow', 'woe', 'tear', 'shall', 'like', 'jesus', 'appears', 'conflict', 'peace', 'sit', 'cross', 'wreathed', 'crown', 'dust', 'toil', 'way', 'like', 'forever', 'stay', 'shall', 'throbbing', 'head', 'ache', 'shall', 'beating', 'heart', 'break', 'task', 'drop', 'wearying', 'hand', 'foot', 'fail', 'brightest', 'land', 'shall', 'sin', 'trail', 'shame', 'shadow', 'love', 'sunlight', 'chill', 'clear', 'flame', 'saviour', 'oft', 'grieved', 'house', 'thy', 'friend', 'wound', 'thee', 'life', 'journey', 'end', 'effectual', 'covering', 'sin', 'cover', 'own_sins', 'fairfield', 'men', 'thrown', 'away', 'attempt', 'nay', 'fatal', 'ruinous', 'business', 'engage', 'better', 'way', 'act', 'covereth', 'sin', 'shall', 'prosper', 'whoso', 'confesseth', 'forsake', 'mercy', 'prov', 'xvviii', 'confessing', 'baking', 'sin', 'way', 'covered', 'blessed', 'iniquity', 'arc', 'forgiven', 'sin', 'covered', 'rom', 'work', 'covering', 'sin', 'lord', 'dependent', 'covering', 'confessing', 'john', 'confess', 'sin', 'faithful', 'forgive', 'sin', 'cleanse', 'chap', 'book', 'sent', 'mail', 'stringer', 'williams', 'shepard', 'jewell', 'locke', 'fairfield', 'reynolds', 'diucletsa', 'pdilibeerr', 'vvey', 'vcjamjoehsn', 'relel', 'smith', 'hugunin', 'grover', 'preston', 'wheeler', 'cottrell', 'farnum', 'harris', 'farrar', 'brockway', 'style', 'blood', 'miller', 'alai', 'stowell', 'morrow', 'jae', 'white', 'cash', 'received', 'account', 'fairfield', 'van', 'horn', 'canright', 'john', 'orrock', 'miller', 'mcmillan', 'steward', 'book', 'sent', 'express', 'labor', 'monthly', 'meeting', 'church', 'mackford', 'marquette', 'held', 'marquette', 'sabbath', 'december', 'order', 'church', 'sheldon', 'oun', 'mutonotfhflyunatlieledting', 'corner', 'nsovhembe', 'wirllitahpen', 'dome', 'colmae', 'alnl', 'thart', 'toe', 'meeting', 'servant', 'god', 'let', 'reap', 'benefit', 'testimony', 'come', 'rodman', 'intoo', 'pepartment', 'slothful', 'business', 'rona', 'xii', 'dunlap', 'post_office_address', 'credit', 'remittance', 'receipt', 'john', 'matteson', 'diveloeraget', 'pllwj', 'ilwaistotn', 'jjals', 'pgattatep', 'spear', 'locke', 'charles', 'joseph', 'bates', 'atelanrr', 'tsve', 'hick', 'maddux', 'james', 'prang', 'vaughan', 'eggleston', 'alexander', 'chaffee', 'pais', 'chapel', 'treadwell', 'harris', 'brockway', 'lowell', 'morrow', 'evorts', 'ifiscettaneous', 'piorco', 'faxon', 'moshier', 'ferree', 'sprague', 'potter', 'south', 'lancaster', 'michigan', 'conference', 'fund']
root - INFO - extracting file #91500: 2017-04-Final-Corpus/RH18700208-V35-07-page4.txt
root - INFO - extracting file #92000: 2017-04-Final-Corpus/RH18710411-V37-17-page6.txt
root - INFO - ['advent', 'review', 'herald', 'sabbath', 'california', 'time', 'report', 'feb', 'holding', 'meeting', 'mcpherson', 'district', 'remained', 'meeting', 'broken', 'rain', 'dark', 'night', 'held', 'meeting', 'interested', 'read', 'furnished', 'book', 'left', 'seek', 'favorable', 'locality', 'meeting', 'way', 'place', 'held', 'day', 'meeting', 'connection', 'quarterly', 'meeting', 'green', 'valley', 'family', 'attended', 'embraced', 'truth', 'held', 'nineteen', 'meeting', 'place', 'week', 'good_interest', 'protracted', 'rain', 'hindered', 'trust', 'effort', 'accomplish', 'good', 'expect', 'continue', 'day', 'place', 'nearly', 'midway', 'petaluma', 'bloomfield', 'holding', 'meeting', 'spent', 'sabbath', 'healdsburg', 'sabbath', 'bloomfield', 'person', 'united', 'church', 'bloomfield', 'decided', 'obey', 'truth', 'prospect', 'brightening', 'state', 'humbly', 'god', 'bless', 'truth', 'proclaimed', 'soul', 'converted', 'may_god', 'speed', 'work', 'loughborough', 'dunham', 'district', 'cal', 'march', 'pennsylvania', 'report', 'closed', 'nov', 'nov', 'commenced', 'meeting', 'hornby', 'held', 'meeting', 'young_person', 'embraced', 'christ', 'truth', 'mean', 'effort', 'promise', 'valuable', 'member', 'church', 'wish', 'baptized', 'wait', 'anxiety', 'messenger', 'christ', 'come', 'administer', 'sacred', 'ordinance', 'sabbath', 'dec', 'attended', 'monthly', 'meeting', 'allegany', 'church', 'dec', 'held', 'meeting', 'voorhees', 'hill', 'enjoyed', 'excellent', 'liberty', 'spoke', 'cor', 'preach', 'christ_jesus', 'lord', 'servant', 'jesus', 'sake', 'spirit', 'lord', 'rest', 'congregation', 'strong', 'prejudice', 'melted', 'away', 'like', 'snow', 'warm', 'ray', 'sun', 'dec', 'attended', 'quarterly', 'meeting', 'ulysses', 'church', 'season', 'long', 'remembered', 'favored', 'privilege', 'attending', 'blessing', 'god', 'rested', 'adventist', 'preacher', 'advocate', 'sabbath', 'doctrine', 'deeply', 'affected', 'celebrated', 'ordinance', 'lord', 'house', 'cherish', 'strong', 'hope', 'soon', 'lay', 'aside', 'opposition', 'embracing', 'god', 'truth', 'dec', 'decided', 'hold', 'series', 'meeting', 'vicinity', 'church', 'selected', 'place', 'tide', 'popular', 'prejudice', 'reached', 'high', 'point', 'continued', 'meeting', 'week', 'effort', 'start', 'protracted', 'meeting', 'adjoining', 'district', 'evidently', 'purpose', 'drawing', 'away', 'congregation', 'young_people', 'unmanageable', 'obliged', 'lock', 'second', 'evening', 'evening', 'audience', 'closed', 'came', 'sort', 'rush', 'meeting', 'power', 'god', 'held', 'check', 'continued', 'till', 'evening', 'jan', 'occasion', 'present', 'large_number', 'young_person', 'appeared', 'restless', 'disturbance', 'close', 'meeting', 'politely', 'informed', 'school', 'director', 'house', 'longer', 'immoderate', 'tobacco', 'spit', 'floor', 'annoying', 'teacher', 'scholar', 'assented', 'giving', 'understand', 'time', 'seventh', 'day', 'adventist', 'use', 'filthy', 'weed', 'ashamed', 'defile', 'house', 'divine', 'worship', 'suspected', 'real', 'reason', 'wished', 'close', 'house', 'sure', 'arose', 'presently', 'remarked', 'known', 'family', 'rendered', 'homeless', 'doctrine', 'doctrine', 'despised', 'rejected', 'men', 'hold', 'reputation', 'similar', 'divine', 'author', 'hated', 'cause', 'john', 'world', 'hated', 'testified', 'work', 'thereof', 'evil', 'john', 'spoke', 'unto', 'man', 'spake', 'verse', 'spoke', 'word', 'truth', 'john', 'gracious', 'word', 'luke', 'word', 'life', 'john', 'word', 'admonition', 'warning', 'john', 'word', 'encouragement', 'matt', 'present', 'truth', 'speaks', 'day', 'unbelieving', 'world', 'putting', 'forth', 'effort', 'quench', 'life', 'giving', 'power', 'thank_god', 'imperishable', 'principle', 'die', 'truth', 'crushed', 'earth', 'shall', 'rise', 'eternal', 'year', 'god', 'discussion', 'sabbath', 'question', 'pilot', 'grove', 'iowa', 'discussion', 'eld', 'evans', 'methodist', 'church', 'eld', 'canright', 'seventh', 'day', 'adventist', 'commenced', 'march', 'ended', 'question', 'shaped', 'proposition', 'resolved', 'scripture', 'teach', 'sabbath', 'creation', 'binding', 'men', 'time', 'eld', 'canright', 'affirmed', 'eld', 'evans', 'denied', 'resolved', 'scripture', 'teach', 'day', 'week', 'sabbath', 'resurrection', 'christ', 'eld', 'evans', 'affirmed', 'eld', 'canright', 'denied', 'day', 'consumed', 'question', 'attendance', 'discussion', 'usual', 'reason', 'hild', 'month', 'anticipation', 'second', 'eld', 'evans', 'acknowledged', 'champion', 'question', 'iowa', 'position', 'question', 'mainly', 'follows', 'creation_week', 'seven', 'thousand', 'year', 'long', 'mean', 'common', 'day', 'argued', 'position', 'pet', 'showing', 'chapter', 'peter', 'speaking', 'creation', 'secondly', 'sabbath', 'creation', 'fact', 'blessing', 'sanctifying', 'place', 'year', 'year', 'sabbath', 'place', 'took', 'position', 'commandment', 'ceremonial_law', 'passed', 'away', 'cross', 'expansion', 'law', 'source', 'idolatry', 'jew', 'necessity', 'destruction', 'jew', 'brought', 'christ', 'present', 'cross', 'idolatry', 'obey', 'commandment', 'argued', 'seventh', 'day', 'sabbath', 'dead', 'eld', 'canright', 'showed', 'day', 'creation', 'literal', 'day', 'equally', 'divided', 'evening', 'morning', 'darkness', 'light', 'blessing', 'sanctifying', 'took', 'place', 'immediately', 'resting', 'creation', 'according', 'webster', 'mean', 'near', 'eld', 'evans', 'correct', 'adam', 'live', 'long', 'sabbath', 'day', 'finished', 'showed', 'scripture', 'commandment', 'law', 'ceremonial_law', 'distinct', 'law', 'ceremonial_law', 'typical', 'passed', 'away', 'commandment', 'typical', 'universal', 'application', 'remained', 'seventh', 'day', 'sabbath', 'recognized', 'christ', 'apostle', 'continuous', 'crucifixion', 'word', 'jewish', 'testament', 'connection', 'sabbath', 'inspiration', 'seventh', 'day', 'sabbath', 'crucifixion', 'till', 'power', 'disannuls', 'created', 'seventhday', 'sabbath', 'stand', 'changed', 'forever', 'remain', 'second', 'proposition', 'eld', 'evans', 'founded', 'argument', 'following', 'scripture', 'isa', 'applying', 'resurrection', 'day', 'pentecost', 'occurred', 'day', 'week', 'according', 'showing', 'combined', 'foregoing', 'act', 'cor', 'quotation', 'isaiah', 'endeavored', 'new_heavens', 'earth', 'applied', 'christian_dispensation', 'showed', 'rejected', 'stone', 'christ', 'head', 'corner', 'resurrection', 'day', 'day', 'spoken', 'time', 'forward', 'christian', 'sabbath', 'redemption', 'greater', 'creation', 'required', 'day', 'commemorate', 'eld', 'canright', 'showed', 'isaiah', 'new_heavens', 'earth', 'went', 'dispensation', 'everlasting', 'home', 'saint', 'proved', 'pet', 'day', 'mentioned', 'psalm', 'christian_dispensation', 'day', 'pentecost', 'necessarily', 'type', 'preceded', 'seven', 'seventh', 'day', 'sabbath', 'course', 'run', 'christian_dispensation', 'type', 'pas', 'antitype', 'position', 'eld', 'evans', 'failed', 'showed', 'place', 'christ', 'met', 'disciple', 'day', 'week', 'resurrection', 'day', 'eld', 'evans', 'acknowledged', 'sabbath', 'fact', 'believe', 'risen', 'till', 'near', 'close', 'day', 'showed', 'act', 'paul', 'traveled', 'journey', 'sunday', 'morning', 'cor', 'laying', 'home', 'foregoing', 'prominent', 'feature', 'discussion', 'doubt', 'reported', 'abler', 'hand', 'fully', 'note', 'produce', 'greatest', 'excitement', 'position', 'eld', 'evans', 'taken', 'regard', 'moral_law', 'new', 'ground', 'methodism', 'wait', 'anxiety', 'brother', 'receive', 'ministerial', 'brother', 'present', 'hear', 'amen', 'look', 'judged', 'felt', 'sad', 'fully', 'satisfied', 'truth', 'good', 'scouring', 'seventh', 'day', 'brother', 'firmly', 'rooted', 'grounded', 'stronger', 'better', 'able', 'meet', 'enemy', 'god', 'holy', 'sabbath', 'law', 'discussion', 'occurred', 'moderator', 'foregoing', 'type', 'received', 'following', 'report', 'discussion', 'contains', 'fact', 'circumstance', 'mentioned', 'present', 'connection', 'discussion', 'pilot', 'grove', 'report', 'bro', 'canright', 'gave', 'account', 'visit', 'peru', 'winterset', 'place', 'went', 'monroe', 'held', 'evening_meeting', 'brother', 'departed', 'morning', 'following', 'washington', 'spent', 'sabbath', 'sunday', 'delivering', 'discourse', 'attentive', 'congregation', 'courtesy', 'people', 'known', 'church', 'god', 'permitted', 'convene', 'house', 'worship', 'monday', 'afternoon', 'reached', 'pilot', 'grove', 'point', 'brother', 'comfortable', 'house', 'worship', 'matter', 'favor', 'allowed', 'denomination', 'occupy', 'time', 'time', 'occasion', 'month', 'eld', 'evans', 'presiding', 'elder', 'church', 'preached', 'discourse', 'perpetuity', 'sabbath', 'lord', 'favor', 'day', 'week', 'claimed', 'taken', 'place', 'course', 'demanded', 'attention', 'friend', 'eld', 'van', 'confided', 'strength', 'position', 'matter', 'shaped', 'debate', 'necessary', 'accordingly', 'considerable', 'correspondence', 'time', 'fixed', 'meeting', 'march', 'following', 'question', 'agreed', 'scripture', 'teach', 'seventh', 'day', 'week', 'instituted', 'sabbath', 'lord', 'creation', 'world', 'binding', 'men', 'time', 'eld', 'canright', 'affirms', 'eld', 'evans', 'denies', 'scripture', 'teach', 'day', 'week', 'christian', 'sabbath', 'eld', 'evans', 'affirms', 'eld', 'canright', 'denies', 'appointed', 'time', 'people', 'assembled', 'large_number', 'listen', 'proposed', 'argument', 'arranged', 'day', 'session', 'day', 'hour', 'speaker', 'occupying', 'time', 'alternate', 'speech', 'thirty', 'minute', 'gratifying', 'feature', 'matter', 'fact', 'opponent', 'perfectly', 'satisfied', 'ability', 'eld', 'evans', 'present', 'question', 'satisfactory', 'manner', 'agreed', 'man', 'experience', 'unquestioned', 'talent', 'fail', 'case', 'defending', 'truth', 'preliminary', 'regard', 'moderator', 'arranged', 'bro', 'canright', 'commenced', 'affirmative', 'argument', 'clock', 'tuesday', 'position', 'taken', 'question', 'substantially', 'follows', 'urged', 'favor', 'seventh', 'day', 'week', 'god', 'rested', 'blessed', 'sanctified', 'creation', 'given', 'adam', 'federal', 'head', 'race', 'benefit', 'descendant', 'sinai', 'reached', 'god', 'incorporated', 'command', 'respecting', 'moral_law', 'binding', 'men', 'time', 'consequently', 'requires', 'observance', 'sabbath', 'ordains', 'argument', 'clear', 'forcible', 'calculated', 'carry', 'conviction', 'mind', 'hearer', 'eld', 'evans', 'raised', 'following', 'objection', 'blessing', 'sanctifying', 'occurred', 'end', 'seventh', 'day', 'according', 'eld', 'position', 'said', 'creation', 'occurred', 'minute', 'subsequent', 'close', 'day', 'bordered', 'nearly', 'quibble', 'weight', 'congregation', 'argued', 'sabbath', 'given', 'adam', 'day', 'mentioned', 'chapter', 'genesis', 'literal', 'day', 'indefinite', 'period', 'time', 'seventh', 'day', 'mentioned', 'gen', 'ended', 'god', 'resting', 'insisted', 'sabbath', 'instituted', 'exode', 'consequently', 'point', 'god', 'sanctified', 'blessed', 'rested', 'midst', 'rest', 'complete', 'commandment', 'designed', 'jew', 'repealed', 'christ', 'constituted', 'imperfect', 'code', 'requirement', 'love', 'god', 'inferior', 'mosaic', 'law', 'sine', 'inculcated', 'love', 'god', 'man', 'provida', 'education', 'child', 'novel', 'position', 'methodist', 'presiding', 'elder', 'afforded', 'abundant', 'proof', 'situation', 'desperate', 'showing', 'terrible', 'cost', 'elder', 'purchased', 'exemption', 'requirement', 'sabbath', 'lord', 'viz', 'giving', 'literal', 'day', 'creation', 'berating', 'repudiating', 'law', 'god', 'shown', 'opposed', 'protestant', 'world', 'generally', 'church', 'particular', 'john', 'wesley', 'adam', 'clarke', 'association', 'preacher', 'discipline', 'righteous', 'shall', 'ina', 'cheering', 'word', 'sweetness', 'tell', 'time', 'eternal', 'day', 'righteous', 'state', 'secure', 'kept', 'jehovah', 'eye', 'life', 'endure', 'called', 'die', 'face', 'sink', 'amidst', 'flood', 'affliction', 'thorny', 'maze', 'mount', 'god', 'gospel', 'yield', 'pure', 'honey', 'milk', 'wine', 'soul', 'leanness', 'feel', 'joy', 'decline', 'joy', 'arise', 'tie', 'sorrow', 'flow', 'darkness', 'veil', 'sky', 'strong', 'temptation', 'blow', 'throne', 'wrestle', 'weep', 'pray', 'foot', 'groan', 'bring', 'want', 'away', 'sing', 'sinner', 'washed', 'blood', 'touch', 'mournful', 'string', 'mourn', 'absent', 'god', 'mount', 'feast', 'dying', 'love', 'tie', 'god', 'account', 'furnace', 'prove', 'jesus', 'earth', 'sin', 'arise', 'join', 'host', 'ransomed', 'soul', 'salvation', 'wise', 'poptoo', 'tilt', 'tattoo', 'nothat', 'goeth', 'forth', 'weepeth', 'bearing', 'precious_seed', 'shall', 'doubtless', 'rejoicing', 'bringing', 'sheaf', 'cattaraugus', 'returning', 'field', 'immediately', 'meeting', 'lancaster', 'second', 'sabbath', 'march', 'weather', 'road', 'unfavorable', 'holding', 'meeting', 'evening', 'spent', 'sabbath', 'day', 'cherry', 'creek', 'held', 'meeting', 'new', 'convert', 'sabbath', 'truth', 'hope', 'persevere', 'sabbath', 'day', 'spent', 'friend', 'east', 'otto', 'holding', 'fast', 'making', 'advancement', 'number', 'family', 'sick', 'care', 'bad', 'road', 'prevented', 'coming', 'meeting', 'cottage', 'passed', 'hardly', 'expected', 'come', 'distance', 'mile', 'happily', 'disappointed', 'meet', 'friend', 'randolph', 'meeting', 'trust', 'profit', 'cause', 'onward', 'hope', 'monthly', 'meeting', 'prove', 'successful', 'let', 'brother', 'sister', 'pray', 'labor', 'end', 'due_season', 'shall', 'reap', 'faint', 'let', 'forget', 'reaper', 'receives', 'wage', 'gather', 'fruit', 'life_eternal', 'cottrell', 'michigan', 'report', 'meeting', 'delta', 'tittabawassee', 'held', 'meeting', 'watrousville', 'tuscola', 'meeting', 'decided', 'commandment', 'doubting', 'castle', 'came', 'church', 'encouraged', 'endeavored', 'stir', 'mind', 'friend', 'truth', 'church', 'importance', 'individual', 'effort', 'missionary_labor', 'society', 'formed', 'dollar', 'raised', 'fund', 'tract', 'prejudice', 'removed', 'labor', 'sent', 'petition', 'headed', 'lawyer', 'plead', 'earnestly', 'course', 'lecture', 'county_seat', 'tuscola', 'county', 'deferred', 'tent_season', 'held', 'lecture', 'newton', 'hall', 'john', 'spiritualist', 'strong', 'hold', 'time', 'interrupted', 'lawyer', 'truth', 'bore', 'away', 'victory', 'hear', 'general', 'hall', 'secured', 'course', 'lecture', 'thought', 'best', 'hold', 'lecture', 'rochester', 'colony', 'held', 'twentyfive', 'meeting', 'discussed', 'week', 'decided', 'sabbath', 'seven', 'united', 'church', 'greenbush', 'letter', 'baptism', 'physician', 'place', 'indorsed', 'lecture', 'health_reform', 'large_congregation', 'publicly', 'stated', 'determination', 'sabbath', 'popularity', 'physician', 'influence', 'people', 'man', 'open', 'way', 'good_service', 'truth', 'health', 'feeble', 'determined', 'week', 'month', 'rest', 'necessary', 'change', 'climate', 'try', 'regain', 'vital', 'power', 'service', 'truth', 'hope', 'ito', 'obtain', 'new', 'fitting', 'heart', 'soul', 'new_man', 'cause', 'beg', 'prayer', 'tin', 'lord', 'cornell', 'christian', 'cup', 'brimful', 'sorrow', 'overflowing', 'drop', 'added', 'ulysses', 'john', 'lindsey', 'lindsey', 'thousand', 'year', 'experiment', 'tried', 'bombarding', 'men', 'love', 'faith', 'luck', 'time', 'love', 'men', 'unity', 'men', 'unity', 'drop', 'thing', 'disagreeable', 'insist', 'thing', 'pleasing', 'good', 'edification', 'beecher']
root - INFO - extracting file #92500: 2017-04-Final-Corpus/RH18720625-V40-02-page2.txt
root - INFO - extracting file #93000: 2017-04-Final-Corpus/RH18730909-V42-13-page1.txt
root - INFO - ['advent', 'review', 'patience', 'saint', 'commandment', 'god', 'faith', 'jesus', 'volume', 'battle_creek', 'day', 'september', 'future', 'denies', 'future', 'punthe', 'earth', 'assures', 'view', 'ishment', 'wicked', 'denies', 'futo', 'taken', 'text', 'pro', 'seventhday_adventist', 'publishing', 'assoeiation', 'ture', 'reward', 'righteous', 'phetic', 'bearing', 'child', 'rev', 'issued', 'weekly', 'paul', 'answered', 'accuser', 'agrippa', 'said', 'stand', 'judged', 'hope', 'promise', 'god', 'unto', 'father', 'unto', 'tribe', 'instantly', 'serving', 'god', 'day', 'night', 'hope', 'come', 'paul', 'hope', 'new', 'novel', 'hope', 'held', 'tribe', 'promise', 'father', 'loss', 'refer', 'term', 'father', 'quoted', 'paul', 'refers', 'abraham', 'aac', 'jacob', 'heir', 'battle_creek', 'liich', 'elder', 'james', 'white', 'president', 'page', 'address', 'review', 'herald', 'ttlll', 'creek', 'mich', 'room', 'jesus', 'plodding', 'life', 'crowded', 'earthly', 'toil', 'care', 'body', 'daily', 'need', 'receives', 'concern', 'leaf', 'room', 'jesus', 'busy', 'rain', 'night', 'day', 'working', 'patience', 'rare', 'problem', 'worldly', 'loss', 'thinking', 'till', 'thought', 'pain', 'room', 'jesus', 'throbbing', 'heart', 'quick', 'feel', 'woe', 'share', 'human', 'love', 'power', 'inthrall', 'sordid', 'treasure', 'room', 'jesus', 'sinful', 'soul', 'debase', 'god', 'doth', 'spare', 'blood', 'bought', 'thou_art', 'thine', 'heart', 'brain', 'life', 'room', 'jesus', 'lest', 'soon', 'bitter', 'day', 'shall', 'come', 'vain', 'thy', 'prayer', 'jtl', 'jesus', 'heart', 'place', 'forever', 'closed', 'door', 'grace', 'thou', 'gain', 'entrance', 'hope', 'tho', 'pro', 'niso', 'tho', 'father', 'eld', 'waggoner', 'claim', 'based', 'material', 'error', 'men', 'look', 'hope', 'confidence', 'confounding', 'consequence', 'penalty', 'mind', 'guided', 'men', 'burned', 'proper', 'channel', 'investigation', 'exhouse', 'set', 'house', 'amine', 'text', 'new_testament', 'destroy', 'neighbor', 'life', 'property', 'speak', 'hope', 'foundabut', 'miehap', 'perished', 'flame', 'tion', 'paul', 'hebrew', 'perished', 'trying', 'slothful', 'hut', 'follower', 'rescue', 'neighbor', 'destruction', 'faith', 'patience', 'receive', 'desert', 'herit', 'promise', 'god', 'action', 'justly', 'perished', 'promise', 'abraham', 'swear', 'shall', 'mulby', 'greater', 'sware', 'saying', 'promise', 'reb', 'apply', 'tiply', 'illustration', 'extent', 'surely', 'blessing', 'bless', 'thee', 'multi', 'interesting', 'point', 'inquiry', 'men', 'rewarded', 'life', 'evplying', 'multiply', 'thee', 'promise', 'refers', 'ery', 'consideration', 'justice', 'accepts', 'deche', 'patiently', 'endured', 'obtained', 'answered', 'way', 'laration', 'god', 'hath', 'appointed', 'day', 'promise', 'men', 'verily', 'swear', 'agree', 'judge', 'world', 'act', 'greater', 'oath', 'confirmation', 'safest', 'way', 'way', 'acer', 'end', 'strife', 'god', 'tainty', 'god', 'promise', 'abraham', 'question', 'arises', 'referwilling', 'abundantly', 'unto', 'turn', 'record', 'read', 'ourence', 'gift', 'earth', 'text', 'heir', 'promise', 'immutability', 'counselves', 'ask', 'indulgence', 'historic', 'prophetic', 'consel', 'confirmed', 'oath', 'reader', 'quoting', 'length', 'sider', 'light', 'history', 'immutable', 'thing', 'impossifrom', 'old_testament', 'turning', 'gen', 'ble', 'god', 'lie', 'strong', 'god', 'purpose', 'creation', 'man', 'consolation', 'fled', 'refuge', 'lay', 'dominion', 'earth', 'hold', 'hope', 'set', 'verse', 'learn', 'dominhope', 'anchor', 'soul', 'ion', 'given', 'adam', 'ausure', 'steadfast', 'tedious', 'wish', 'settled', 'acertainty', 'undisputed', 'authority', 'important_question', 'raised', 'doubtless', 'follow', 'chain', 'testimony', 'place', 'doubt', 'entering', 'field', 'bear', 'mind', 'position', 'occupied', 'race', 'time', 'record', 'relates', 'seen', 'man', 'created', 'dwell', 'rule', 'earth', 'transgression', 'lost', 'dominion', 'sunk', 'grave', 'molder', 'dust', 'promise', 'woman', 'seed', 'bruise', 'head', 'serpent', 'doubtless', 'looked', 'restoration', 'man', 'lost', 'manner', 'thorized', 'bear', 'rule', 'earth', 'earth', 'interesting', 'point', 'introduced', 'worthy', 'notice', 'pointed', 'god', 'promise', 'abraham', 'source', 'hope', 'strong', 'consolation', 'consistency', 'man', 'nature', 'placed', 'probation', 'development', 'character', 'tree', 'herb', 'field', 'given', 'food', 'tree', 'excepted', 'tree', 'god', 'immutable', 'word', 'confirmed', 'knowledge', 'good', 'evil', 'permitted', 'eat', 'severest', 'penalty', 'lord', 'said', 'day', 'thou', 'eatest', 'thereof', 'thou_shalt', 'surely', 'die', 'gen', 'oath', 'hope', 'set', 'heaven', 'heaven', 'lord', 'earth', 'hath', 'given', 'child', 'man', 'eat', 'forbidden', 'fruit', 'based', 'thou', 'eat', 'day', 'thy_life', 'outlive', 'promise', 'god', 'ham', 'abraham', 'seed', 'word', 'god', 'faith', 'opinion', 'plainly', 'intimating', 'life', 'end', 'change', 'feeling', 'vicissitude', 'exwe', 'christ', 'gal', 'conjecture', 'faith', 'sweat', 'thy', 'face', 'shalt_thou', 'eat', 'perience', 'invalidate', 'promise', 'follow', 'condition', 'man', 'men', 'god', 'arraigned', 'transgressor', 'own_experience', 'feeling', 'outto', 'christ', 'likewise', 'true', 'written', 'faith', 'cometh', 'hearcursed', 'dominion', 'cursed', 'grown', 'promise', 'god', 'covenant', 'christ', 'work', 'ing', 'hearing', 'word', 'god', 'ground', 'thy', 'sake', 'sorrow', 'shalt', 'basis', 'hope', 'set', 'great', 'restitution', 'abrathat', 'hope', 'bible', 'hope', 'bread', 'till', 'thou', 'return', 'unto', 'ground', 'based', 'promise', 'god', 'men', 'wast', 'thou', 'taken', 'dust', 'thou', 'claim', 'hope', 'thing', 'art', 'unto', 'dust', 'shalt_thou', 'return', 'promise', 'sustain', 'claim', 'gen', 'idle', 'clearly', 'invalid', 'order', 'clear', 'threat', 'execution', 'record', 'idea', 'christian', 'hope', 'necess', 'day', 'adam', 'lived', 'god', 'like', 'polar', 'star', 'stood', 'loss', 'inheritance', 'weather', 'time', 'point', 'ihe', 'look', 'gospel', 'mean', 'restoration', 'course', 'mariner', 'stand', 'shall', 'promise', 'abraham', 'conbeacon', 'hope', 'safety', 'tain', 'substance', 'plan', 'restitution', 'hope', 'anchor', 'soul', 'sure', 'offer', 'solution', 'difficulty', 'steadfast', 'hope', 'nevway', 'carrying', 'god', 'original', 'purpose', 'fails', 'immovable', 'creation', 'man', 'gen', 'foundation', 'hope', 'hypocrite', 'man', 'driven', 'paradibe', 'shall', 'perish', 'trust', 'shall', 'chain', 'promise', 'given', 'spider', 'web', 'job', 'come', 'abraham', 'given', 'doe', 'hold', 'god', 'unfailing', 'word', 'promise', 'covenant', 'understand', 'god', 'revealed', 'purpose', 'grace', 'thirty', 'year', 'died', 'gen', 'non', 'essential', 'purpose', 'writing', 'examine', 'promise', 'god', 'endeavor', 'determine', 'truly', 'hope', 'subject', 'greater', 'man', 'future', 'destiny', 'earth', 'relation', 'placed', 'earth', 'strongly', 'identified', 'said', 'mere', 'figure', 'speech', 'god', 'knoweth', 'frame', 'remembereth', 'dust', 'vain', 'philosophy', 'false', 'science', 'prompted', 'human', 'pride', 'der', 'ied', 'fare', 'possibly', 'statement', 'scripture', 'man', 'frail', 'perishable', 'creature', 'declaration', 'bible', 'history', 'god', 'man', 'dust', 'earth', 'gen', 'denied', 'continuous', 'observation', 'convinces', 'dust', 'return', 'dust', 'great', 'obduracy', 'human_heart', 'pervert', 'deny', 'claimed', 'prov', 'teaching', 'related', 'text', 'prof', 'future', 'punishment', 'claim', 'hriously', 'defective', 'respect', 'tte', 'passage', 'read', 'behold', 'rightencs', 'shall', 'recompensed', 'earth', 'wicked', 'sinner', 'text', 'doe', 'relate', 'life', 'tinued', 'live', 'forever', 'hope', 'eph', 'thess', 'doe', 'pose', 'god', 'creation', 'presenting', 'unity', 'course', 'lived', 'mean', 'absolutely', 'design', 'execution', 'work', 'god', 'forever', 'earth', 'created', 'hopeless', 'despairing', 'confiand', 'purpose', 'grace', 'man', 'dominion', 'dence', 'vain', 'firm', 'foundation', 'soul', 'admiration', 'joy', 'intimation', 'dominion', 'hope', 'worthy', 'mention', 'abraham', 'ham', 'promise', 'set', 'forth', 'earth', 'blessed', 'point', 'importance', 'noticed', 'doctrine', 'bible', 'stand', 'place', 'disconnected', 'doctrine', 'related', 'light', 'important', 'immortality', 'elpeaks', 'tion', 'link', 'hope', 'revealed', 'pur', 'notice', 'certainty', 'promise', 'people', 'outlive', 'hope', 'hope', 'year', 'think', 'pleased', 'recover', 'lost', 'hope', 'effected', 'revealed', 'know', 'althat', 'grounded', 'own_works', 'seed', 'woman', 'referred', 'man', 'sinned', 'died', 'god', 'established', 'paul', 'hope', 'eph', 'reach', 'latest', 'hour', 'human', 'probabe', 'transferred', 'readily', 'understood', 'figure', 'comis', 'gen', 'follows', 'locality', 'pare', 'spider', 'web', 'anchor', 'lord', 'said', 'unto', 'abram', 'loss', 'life', 'greatest', 'agine', 'navigator', 'collecting', 'quantity', 'thee', 'thy', 'country', 'thy', 'loss', 'includes', 'loss', 'spider', 'web', 'taking', 'board', 'veskindred', 'thy', 'father', 'house', 'unto', 'sel', 'anchor', 'foolish', 'rest', 'land', 'thee', 'promise', 'god', 'thee', 'great_nation', 'foundation', 'hope', 'bless', 'thee', 'thy_name', 'great', 'objected', 'paul', 'doe', 'thou_shalt', 'blessing', 'bless', 'mean', 'look', 'consola', 'bless', 'thee', 'curse', 'tion', 'hope', 'promise', 'abracurseth', 'thee', 'thee', 'shall', 'family', 'man', 'loses', 'life', 'bah', 'lose', 'knowledge', 'truth', 'human_nature', 'led', 'satan', 'man', 'bath', 'life', 'job', 'brought', 'world', 'certain', 'carry', 'tim', 'transgression', 'adam', 'lost', 'illustration', 'faithfulness', 'god', 'surely', 'perform', 'promise', 'lven', 'given', 'abrak', 'objection', 'fully', 'met', 'following', 'consideration', 'known', 'acknowledged', 'truth', 'paul', 'christ', 'abraham', 'seed', 'heir', 'according', 'promise', 'gal', 'heirship', 'directly', 'referred', 'promise', 'abraham', 'inheritance', 'conditioned', 'seed', 'chil', 'adam', 'bequeath', 'posterity', 'possessed', 'forfeited', 'dominion', 'inheritance', 'possessed', 'little', 'accordingly', 'scripture', 'point', 'given', 'adam', 'ground', 'hope', 'inheritance', 'adam', 'faith', 'covenant', 'death', 'life', 'brief', 'possession', 'little', 'world', 'sorrow', 'ending', 'darkness', 'grne', 'gift', 'earth', 'referred', 'text', 'granted', 'adam', 'matter', 'deep', 'abiding', 'historically', 'hope', 'god', 'gave', 'unto', 'father', 'word', 'abram', 'chap', 'lot', 'separated', 'choosing', 'fertile', 'watered', 'plain', 'sodom', 'lord', 'said', 'unto', 'abram', 'lot', 'separated', 'lift', 'thine_eyes', 'look', 'place', 'thou_art', 'northward', 'southward', 'passage', 'quoted', 'proverb', 'righteous', 'shall', 'recompensed', 'dren', 'explicit', 'decisive', 'obedient', 'came', 'land', 'canaan', 'sichem', 'lord', 'appeared', 'unto', 'abram', 'said', 'unto', 'thy_seed', 'land', 'builded', 'altar', 'unto', 'lord', 'appeared', 'unto', 'verse', 'noticed', 'time', 'onward', 'promise', 'land', 'largely', 'contained', 'hope', 'burden', 'jvery', 'message', 'blessing', 'scripture', 'god', 'people', 'referred', 'abraham', 'father', 'number']
root - INFO - extracting file #93500: 2017-04-Final-Corpus/RH18741201-V44-23-page5.txt
root - INFO - extracting file #94000: 2017-04-Final-Corpus/RH18760302-V47-09-page1.txt
root - INFO - ['brother', 'earnestly', 'exhort', 'reform', 'ste', 'matter', 'commence', 'place', 'pocket', 'book', 'little', 'box', 'house', 'poorest', 'half', 'shekel', 'come', 'handed', 'deut', 'volume', 'kainitui', 'fitralitt', 'issued', 'weekly', 'seventh', 'day', 'adventist', 'publishing', 'association', 'eld', 'james', 'white', 'president', 'sisley', 'secretary', 'chapman', 'treasurer', 'dollar', 'year', 'advance', 'dollar', 'volume', 'number', 'paid', 'ract', 'society', 'individual', 'poor', 'person', 'investigation', 'year', 'review', 'herald', 'battle', 'creak', 'little', 'little', 'precious', 'word', 'jesus', 'spoken', 'cross', 'crown', 'thorn', 'scourge', 'moekings', 'bore', 'little', 'saith', 'little', 'understand', 'use', 'comprehends', 'parting', 'lonely', 'wand', 'ring', 'desert', 'land', 'little', 'weeping', 'lonely', 'heart', 'nigh', 'burstini', 'parting', 'pain', 'peace', 'comfort', 'promise', 'little', 'come', 'little', 'oft', 'word', 'lave', 'cheered', 'heart', 'nigh', 'breaking', 'clung', 'unto', 'promise', 'given', 'balm', 'aching', 'tittle', 'night', 'cease', 'weeping', 'faith', 'glad', 'smile', 'tht', 'good_fight', 'valiant', 'jesus', 'cometh', 'little', 'advent', 'christian', 'time', 'arse', 'thee', 'god', 'lord', 'jostle', 'christ', 'bell', 'thelatek', 'dead', 'hie', 'appearing', 'hie', 'aon', 'tlie', 'worm', 'tiin', 'ematio', 'benevolenoz', 'bible', 'plan', 'supportino', 'ministry', 'eli', 'canrdait', 'concluded', 'man', 'rob', 'god', 'robbed', 'robbed', 'thee', 'offering', 'cursed', 'curse', 'robbed', 'whole_nation', 'bring', 'tithe', 'storehouse', 'house', 'prove', 'herewith', 'lord', 'host', 'open', 'heaven', 'pour', 'blessing', 'shall', 'room', 'receive', 'nal', 'lord', 'thou', 'ltnot', 'delay', 'offer', 'thy', 'ripe', 'thy', 'liquor', 'born', 'shalt_thou', 'unto', 'likee', 'shalt_thou', 'thine', 'thy', 'sheep', 'thou_shalt', 'delay', 'offer', 'fruit', 'shall', 'putting', 'waiting', 'self', 'nit', 'sheep', 'required', 'honor', 'lord', 'fruit', 'increase', 'paul', 'recognizes', 'principle', 'instruction', 'christian_church', 'day', 'week', 'let', 'lay', 'store', 'god', 'hath', 'prospered', 'gathering', 'come', 'cor', 'god', 'great', 'god', 'jealous', 'god', 'jealous', 'honor', 'freely', 'bestows', 'blessing', 'creature', 'honored', 'requires', 'shall', 'recognize', 'authority', 'goodness', 'bringing', 'offering', 'use', 'certainly', 'reasonable', 'honor', 'god', 'bring', 'blessing', 'bretheren', 'liable', 'let', 'selfishness', 'covetousness', 'come', 'rob', 'god', 'pledge', 'intend', 'year', 'instead', 'making', 'fruit', 'delay', 'matter', 'till', 'year', 'serve', 'lord', 'debt', 'come', 'food', 'clothing', 'want', 'wish', 'met', 'hour', 'manage', 'grudgingly', 'squeeze', 'lord', 'save', 'guilty', 'conscience', 'entirely', 'wrong', 'free', 'spirit', 'confidence', 'god', 'blessing', 'year', 'let', 'honor', 'god', 'ible', 'let', 'commence', 'day', 'january', 'day', 'week', 'day', 'month', 'apart', 'lord', 'tenth', 'receive', 'receive', 'dolar', 'lay', 'cent', 'lord', 'eashry', 'dollar', 'half', 'dollar', 'lay', 'dollar', 'continue', 'strictly', 'conscientonaly', 'god', 'plan', 'systematic_benevolence', 'systematic_benevolence', 'let', 'pledge', 'unpaid', 'month', 'month', 'constantly', 'receiving', 'blessing', 'mean', 'different_ways', 'let', 'carefully', 'read', 'word', 'lord', 'point', 'brother', 'sister', 'passthese', 'passage', 'lightly', 'meditate', 'little', 'hit', 'case', 'sleep', 'drowsy', 'read', 'familiar', 'lost', 'force', 'having', 'food', 'raiment', 'let', 'therewith', 'content', 'rich', 'fall', 'temptation', 'snare', 'foolish', 'hurtful', 'lust', 'drown', 'men', 'destruction', 'perdition', 'love', 'money', 'root', 'evil', 'coveted', 'erred', 'faith', 'pierced', 'sorrow', 'charge', 'rich', 'world', 'highminded', 'trust', 'uncertain', 'rich', 'living', 'god', 'giveth', 'richly', 'thing', 'enjoy', 'good', 'rich', 'good_works', 'ready', 'distribute', 'willing', 'communicate', 'laying', 'store', 'good_foundation', 'time', 'conic', 'lay', 'hold', 'eternal_life', 'tim', 'thief', 'covetous', 'drunkard', 'revilers', 'extortioner', 'shall', 'inherit', 'kingdom', 'god', 'cor', 'thou_shalt', 'provide', 'people', 'able', 'men', 'fear', 'god', 'men', 'truth', 'hating', 'covetousness', 'place', 'ruler', 'thousand', 'ruler', 'ruler', 'fifty', 'ruler', 'hateth', 'covetousness', 'shall', 'prolong', 'day', 'prov', 'mouth', 'love', 'heart', 'goeth', 'covetousness', 'ezek', 'heart', 'men', 'proceed', 'evil', 'thought', 'adultery', 'fornicas', 'tions', 'murder', 'theft', 'covetousness', 'mark', 'said', 'unto', 'heed', 'beware', 'covetousness', 'man', 'life', 'consisteth', 'abundance', 'thing', 'possesseth', 'luke', 'mortify', 'member', 'earth', 'fornication', 'uncleanness', 'inordinate', 'affection', 'evil', 'concupiscence', 'covetousness', 'idolatry', 'col', 'lord', 'hundreth', 'warning', 'bible', 'contains', 'subject', 'danger', 'point', 'blind', 'eye', 'silence', 'conscience', 'apply', 'somebody', 'men', 'men', 'meant', 'simply', 'rich_man', 'danger', 'covetousness', 'poor', 'covetous', 'rich', 'stingy', 'little', 'little', 'number', 'poor', 'shall', 'lack', 'hideth', 'eye', 'shall', 'curse', 'prov', 'shall', 'given', 'unto', 'good', 'measure', 'pressed', 'shaken', 'running', 'shall', 'men', 'bosom', 'measure', 'mete', 'withal', 'shall', 'measured', 'luke', 'god', 'unrighteous', 'forget', 'work', 'labour', 'love', 'showed', 'ministered', 'saint', 'minister', 'heb', 'jesus', 'sat', 'treasury', 'beheld', 'people', 'cast', 'money', 'treasury', 'rich', 'cast', 'caine', 'certain', 'poor_widow', 'threw', 'mite', 'farthing', 'called', 'unto', 'disciple', 'saith_unto', 'verily', 'unto', 'poor_widow', 'hath', 'cast', 'cast', 'treasury', 'cast', 'abundance', 'want', 'cast', 'living', 'mark', 'certain_man', 'caesarea', 'called', 'cornelius', 'centurion', 'band', 'called', 'italian', 'band', 'devout', 'man', 'feared', 'god', 'house', 'gave', 'alms', 'people', 'prayed', 'god', 'alway', 'saw', 'vision', 'evidently', 'ninth', 'hour', 'day', 'angel', 'god', 'coming', 'saying', 'unto', 'cornelius', 'looked', 'afraid', 'said', 'lord', 'said', 'unto', 'thy', 'prayer', 'thine', 'alms', 'come', 'memorial', 'god', 'act', 'thessalonica', 'sent', 'unto', 'necessity', 'desire', 'gift', 'desire', 'fruit', 'abound', 'account', 'abound', 'having', 'received', 'epaphroditus', 'thing', 'sent', 'odor', 'sweet', 'knell', 'sacrifice', 'acceptable', 'pleasing', 'god', 'phil', 'liberality', 'highly', 'commended', 'holy', 'spirit', 'certainly', 'important', 'grace', 'cultivated', 'proof', 'sincerity', 'brother', 'paul', 'exhorting', 'liberally', 'said', 'prove', 'sincerity', 'love', 'cor', 'ibelieve', 'principal', 'object', 'giving', 'viz', 'prove', 'sincerity', 'love', 'talk', 'profession', 'cheap', 'easy', 'man', 'money', 'support', 'cause', 'best', 'proof', 'love', 'lord', 'required', 'test', 'sincerity', 'importance', 'idea', 'seen', 'following', 'fact', 'lord', 'dependent', 'mean', 'support', 'cause', 'easily', 'send', 'mean', 'heaven', 'multiply', 'gold', 'silver', 'treasury', 'save', 'purse', 'people', 'doe', 'choose', 'little', 'poor_widow', 'mint', 'trifle', 'supporting', 'work', 'hardly', 'missed', 'treasury', 'encouraged', 'evidently', 'design', 'treasury', 'prove', 'love', 'saviour', 'said', 'poor_widow', 'gave', 'mite', 'gave', 'rich', 'cast', 'large_sums', 'gave', 'vahied', 'according', 'patience', 'saint', 'commandment', 'god', 'faith', 'jesus', 'rev', 'battle', 'creek', 'mich', 'fifth', 'day', 'march', 'week', 'month', 'year', 'way', 'pay', 'brother', 'tried', 'plan', 'thoroughly', 'testify', 'case', 'receive', 'dollar', 'easy', 'half', 'dollar', 'lay', 'dollar', 'received', 'ease', 'lay', 'aside', 'cent', 'fruit', 'doe', 'lord', 'sire', 'tenth', 'increase', 'tenth', 'fruit', 'fruit', 'thy', 'land', 'deposit', 'tithe', 'fast', 'shalt', 'bring', 'house', 'lord', 'received', 'god', 'liberality', 'cultivated', 'bible', 'repeatedly', 'warns', 'covetousness', 'stinginess', 'hand', 'commends', 'liberality', 'great', 'promise', 'liberal', 'soul', 'quote', 'passage', 'riot', 'pas', 'lightly', 'brother', 'sister', 'given', 'instruction', 'leberal', 'soul', 'shall', 'fat', 'watereth', 'shall', 'watered', 'given', 'sacri', 'prov', 'good', 'communicate', 'forget', 'sacrifice', 'god', 'pleased', 'heb', 'god', 'lord', 'speak', 'unto', 'child', 'israel', 'unto', 'come', 'land', 'unto', 'shall', 'harvest', 'thereof', 'shall', 'bring', 'fruit', 'harvest', 'priest', 'shall', 'eat', 'aeibread', 'parched', 'corn', 'green', 'self', 'day', 'offering', 'unto', 'god', 'lev', 'notice', 'forbidden', 'hless', 'danger', 'covetousness', 'sin', 'bible', 'repeatedly', 'form', 'warns', 'sin', 'covetousness', 'root', 'sin', 'selfishness', 'self', 'caring', 'disposition', 'house', 'farm', 'stock', 'good', 'child', 'debt', 'want', 'center', 'want', 'outside', 'forgotten', 'receive', 'dollar', 'bread', 'parched', 'corn', 'motley', 'thought', 'self', 'whoso', 'bath', 'world', 'good', 'man', 'according', 'purposeth', 'ear', 'till', 'bight', 'offering', 'lord', 'dagain', 'proverb', 'honor', 'lord', 'thy', 'substance', 'fruit', 'thine', 'increase', 'shall', 'barn', 'filled', 'plenty', 'thy', 'shall', 'burst', 'new_wine', 'use', 'people', 'forgotten', 'poor', 'brother', 'forgotten', 'cause', 'god', 'forgotten', 'god', 'servant', 'forgotten', 'god', 'forgotten', 'great', 'danger', 'point', 'commandment', 'directly', 'relates', 'strongly', 'condemning', 'seeth', 'brother', 'need', 'shuthis', 'heart', 'let', 'grudgingly', 'path', 'hera', 'run', 'month', 'like', 'hard', 'thing', 'pay', 'treasury', 'taking', 'course', 'abelieve', 'need', 'great', 'deal', 'harder', 'enbut', 'case', 'paul', 'let', 'joy', 'pleasure', 'lay', 'store', 'gave', 'little', 'time', 'old_testament', 'lord', 'said', 'teth', 'bowel', 'compassion', 'necessity', 'god', 'loveth', 'cheerful', 'dwelleth', 'love', 'god', 'giver', 'cor', 'john', 'hath', 'bountiful', 'eye', 'shall', 'order', 'attain', 'great', 'blessed', 'giveth', 'iris', 'bread', 'object', 'giving', 'cheerfully', 'poor', 'prov', 'giveth', 'unand', 'liberally', 'according', 'mean', 'flee', 'giving', 'stingily', 'grudgingly', 'marked', 'lord', 'paul', 'distinctly']
root - INFO - extracting file #94500: 2017-04-Final-Corpus/RH18770510-V49-19-page4.txt
root - INFO - extracting file #95000: 2017-04-Final-Corpus/RH18780801-V52-06-page2.txt
root - INFO - ['review', 'herald', 'elder', 'sister', 'christ', 'presented', 'tions', 'believe', 'going', 'pattern', 'admonished', 'excess', 'thing', 'care', 'vol', 'rejoice', 'christian', 'lord', 'use', 'cleansed', 'selflearn', 'amazthing', 'finger', 'ring', 'ing', 'earth', 'soon', 'use', 'tent', 'pitched', 'place', 'meeting', 'elder', 'easy', 'thing', 'spoken', 'ery', 'peter', 'paul', 'peace', 'safety', 'sounded', 'fections', 'dress', 'plain', 'pulpit', 'place', 'echoed', 'term', 'wear', 'gold', 'quarter', 'ear', 'tingle', 'ter', 'use', 'fes', 'want', 'associate', 'people', 'aware', 'people', 'pattern', 'peaceful', 'tidings', 'love', 'tell', 'story', 'weakness', 'strength', 'pick', 'flaw', 'little', 'thing', 'tendency', 'having', 'itching', 'ear', 'hear', 'truth', 'opposed', 'heap', 'teacher', 'ishness', 'eye', 'ing', 'contrast', 'silk', 'satin', 'honor', 'aggrandizement', 'lord', 'gold', 'jewel', 'plain', 'vesture', 'complicity', 'selfish', 'aim', 'christ', 'men', 'self', 'confident', 'think', 'small', 'business', 'masdescend', 'notice', 'such_things', 'conare', 'great', 'somebody', 'pas', 'little', 'use', 'lord', 'use', 'men', 'apt', 'proud', 'little', 'success', 'christian', 'like', 'christ', 'bracelet', 'dangerous', 'christian', 'existence', 'admonished', 'limit', 'text', 'condemn', 'poor', 'brain', 'begin', 'swim', 'think', 'lord', 'hardly', 'meet', 'little', 'encouragement', 'swell', 'duty', 'follow', 'lay', 'line', 'distinction', 'wonderful', 'people', 'expect', 'humble', 'trying', 'imitate', 'everybody', 'fall', 'worship', 'thems', 'instead', 'dishonoring', 'profession', 'god', 'use', 'set', 'sake', 'securing', 'influence', 'table', 'vessel', 'way', 'called', 'men', 'high', 'circle', 'redefiled', 'member', 'highly', 'esteemed', 'purity', 'man', 'men', 'abo', 'mina', 'instructing', 'people', 'know', 'excess', 'jewel', 'let', 'conscience', 'guide', 'matter', 'bible', 'conscience', 'tremble', 'lord', 'word', 'seek', 'vessel', 'unto', 'honor', 'dress', 'conversation', 'republished', 'request', 'review', 'july', 'elder', 'know', 'help', 'discipline', 'reason', 'cause', 'person', 'espouse', 'fail', 'live', 'bible', 'coast', 'feel', 'simplicity', 'truth', 'tendency', 'men', 'mention', 'discouraging', 'person', 'picked', 'story', 'told', 'tell', 'proper', 'spirit', 'tell', 'fault', 'emmet', 'sister', 'betto', 'face', 'ter', 'preach', 'word', 'paul', 'admon', 'somebody', 'started', 'ished', 'timothy', 'cripple', 'truth', 'elder', 'trouble', 'informed', 'regard', 'story', 'think', 'build', 'own_house', 'spending', 'time', 'watching', 'better', 'influence', 'ing', 'neighbor', 'aware', 'dress', 'preach', 'oppose', 'backbiting', 'claim', 'great', 'glorious', 'truth', 'let', 'eese', 'wrong', 'brother', 'duty', 'little', 'thing', 'story', 'went', 'come', 'pander', 'folly', 'people', 'circle', 'dress', 'accordingly', 'influence', 'son', 'little', 'farther', 'pattern', 'instance', 'wear', 'article', 'pleading', 'plead', 'finger', 'ring', 'thing', 'delight', 'peace', 'safety', 'thing', 'indicate', 'distress', 'nation', 'perplexity', 'god', 'chosen', 'servant', 'men', 'wise', 'resist', 'truth', 'god', 'men', 'preach', 'truth', 'hinder', 'preach', 'liken', 'hard', 'saying', 'word', 'god', 'declare', 'such_men', 'stand', 'lead', 'people', 'day', 'declares', 'such_men', 'sent', 'lord', 'seen', 'vanity', 'lying', 'divination', 'saying', 'lord', 'saith', 'lord_hath', 'sent', 'thei', 'shall', 'assembly', 'people', 'duced', 'people', 'saying', 'peace', 'peace', 'eze', 'whet', 'shall', 'peace', 'safety', 'sadden', 'destruction', 'cometh', 'shall', 'escape', 'thess', 'scripture', 'speaking', 'time', 'day', 'hear', 'lordhy', 'mouth', 'jeremiah', 'saith', 'lord', 'host', 'harken', 'unto', 'word', 'prophet', 'prophesy', 'unto', 'vain', 'speak', 'vision', 'own_heart', 'net', 'mouth', 'lord', 'unto', 'despise', 'lord_hath', 'said', 'shall', 'peace', 'evil', 'shall', 'come', 'hear', 'hots', 'lord', 'speaks', 'behold', 'whirlwind', 'lord', 'gone', 'forth', 'fury', 'grist', 'ous', 'whirlwind', 'shall', 'fall', 'grievously', 'head', 'wicked', 'placeof', 'peace', 'false_teachers', 'sudden', 'destruction', 'coming', 'deys', 'shall', 'consider', 'perfectly', 'net', 'sent', 'prophet', 'teacher', 'ran', 'spoken', 'prophesied', 'stood', 'coatisel', 'caused', 'people', 'hear', 'word', 'turned', 'evil', 'way', 'jer', 'fearful', 'account', 'such_men', 'render', 'soon', 'coining', 'day', 'pain', 'heart', 'servant', 'god', 'multitude', 'led', 'sail', 'men', 'people', 'lead', 'cause', 'thee', 'err', 'destroy', 'way', 'thy', 'path', 'isa', 'plainly', 'stated', 'bible', 'day', 'multitude', 'professor', 'looking', 'grest', 'peace', 'prosperity', 'supposing', 'eel', 'tainty', 'lord', 'fact', 'bring', 'storm', 'wrath', 'lord', 'let', 'people', 'deceived', 'way', 'received', 'love', 'truth', 'saved', 'cause', 'god', 'shall', 'send', 'strong', 'delusion', 'believe', 'lie', 'damned', 'believed', 'truth', 'bac', 'pleasure', 'unrighteousness', 'thess', 'reject', 'god', 'truth', 'lord', 'reject', 'reason', 'god', 'let', 'deceived', 'preach', 'doctrine', 'temporal', 'millennium', 'arm', 'strikingly', 'fulfilling', 'isaiah', 'micah', 'chapter', 'plainly', 'declare', 'preach', 'doctrine', 'rejected', 'lord', 'such_people', 'exalted', 'mountain', 'hill', 'shall', 'brought', 'low', 'lord', 'arises', 'shake', 'terribly', 'earth', 'teach', 'doctrine', 'world', 'conversion', 'sure', 'read', 'quote', 'word', 'isaiah', 'micah', 'prove', 'doctrine', 'prophet', 'nation', 'shall', 'learn', 'war', 'christ', 'shall', 'cause', 'ail', 'beat', 'sword', 'plowshare', 'man', 'shall', 'sit', 'vine', 'fig', 'tree', 'shall', 'afraid', 'isaiah', 'people', 'shall', 'elder', 'supposed', 'mind', 'christ', 'given', 'pattern', 'walk', 'step', 'think', 'extreme', 'jewel', 'dress', 'question', 'manner', 'apply', 'won', 'kind', 'tell', 'work', 'heart', 'ministry', 'sunday', 'school', 'practising', 'secret', 'sin', 'prosper', 'possible', 'god', 'honer', 'measure', 'apparent', 'success', 'time', 'divine', 'sovereignty', 'use', 'truth', 'despite', 'man', 'man', 'useful', 'master', 'littleness', 'grace', 'contentedness', 'neat', 'plain', 'tasty', 'cameo', 'god', 'mind', 'instructed', 'hight', 'grace', 'cost', 'sharp', 'experil', 'ence', 'gold', 'tried', 'thief', 'anxious', 'steal', 'pot', 'wooden', 'vessel', 'gold', 'silver', 'expect', 'exposed', 'greater', 'temptation', 'greater', 'persecution', 'grace', 'involves', 'trial', 'shall', 'high', 'circle', 'delight', 'glorifying', 'god', 'putting', 'away', 'sin', 'bring', 'tion', 'sight', 'god', 'brooch', 'sleeve', 'button', 'useful', 'article', 'wearing', 'elder', 'let', 'wear', 'brooch', 'fasten', 'collar', 'jet', 'vulcanized', 'conscience', 'instructed', 'rubber', 'pin', 'costing', 'cent', 'river', 'god', 'open', 'jaw', 'collar', 'place', 'look', 'invitation', 'child', 'inch', 'set', 'gold', 'plate', 'costing', 'thirty', 'dollar', 'gold', 'cuff', 'button', 'inch', 'diameter', 'worth', 'dollar', 'cuff', 'secured', 'nice', 'jet', 'button', 'costing', 'live', 'cent', 'spiritual', 'poverty', 'man', 'aside', 'god', 'pour', 'thirsty', 'light', 'illuminate', 'darkness', 'reveal', 'world', 'lord', 'revealed', 'holy', 'character', 'holy', 'corn', 'inunion', 'god', 'shall', 'golden', 'vessel', 'fit', 'master', 'use', 'according', 'text', 'shall', 'ready', 'feeling', 'concerned', 'good_work', 'ready', 'work', 'responsible', 'influence', 'exthey', 'christian', 'admonished', 'come', 'ready', 'work', 'ert', 'new', 'born', 'babe', 'receive', 'come', 'completely', 'consecrated', 'elder', 'true', 'milk', 'word', 'grow', 'god', 'subject', 'hand', 'wear', 'pewter', 'old', 'rag', 'shall', 'progreadiness', 'come', 'shall', 'neat', 'tasty', 'glad', 'res', 'admonished', 'erhonored', 'men', 'despise', 'feel', 'responsible', 'influence', 'exert', 'rors', 'submitting', 'lord', 'word', 'matter', 'god', 'honor', 'thisupon', 'sister', 'right', 'miss', 'care', 'willingly', 'wear', 'old', 'rag', 'piece', 'pewter', 'brooch', 'far', 'bring', 'god', 'word', 'term', 'think', 'descending', 'small', 'particular', 'pay', 'attention', 'such_things', 'dress', 'think', 'course', 'influence', 'contrary', 'express', 'teaching', 'bible', 'frown', 'denomination', 'particular', 'elder', 'aware', 'methodist', 'discipline', 'protest', 'wearing', 'gold', 'refer', 'testimony', 'timothy', 'peter', 'enforce', 'position', 'fail', 'live', 'avaricious', 'overreaching', 'disposition', 'pride', 'help', 'god', 'people', 'dress', 'plain', 'manner', 'gain', 'influence', 'person', 'ought', 'think', 'honor', 'people', 'come', 'elder', 'declare', 'straitened', 'mean', 'standseek', 'thing', 'comply', 'word', 'ard', 'truth', 'lowered', 'gain', 'such_men', 'come', 'simplicity', 'gospel', 'come', 'benefit', 'cause', 'god', 'thought', 'bapti', 'led', 'uniting', 'church', 'wish', 'connect', 'people', 'going', 'watch', 'time', 'presume', 'somebody', 'baptize', 'organization', 'suspicious', 'elder', 'presume', 'member', 'let', 'form', 'religion', 'question', 'such_things', 'going', 'stand', 'test', 'judgment', 'proper_way', 'learn', 'wrong', 'away', 'thought', 'preach', 'dinner', 'party', 'sabbath', 'dressed', 'age', 'proprepared', 'judgment', 'gayest', 'manner', 'possible', 'fact', 'claim', 'thing', 'paul', 'diwish', 'belong', 'church', 'watched', 'went', 'party', 'rects', 'woman', 'adorn', 'pick', 'flaw', 'endeavor', 'house', 'went', 'house', 'modest', 'apparel', 'shamefacedness', 'right', 'watched', 'sobriety', 'braided', 'hair', 'gold', 'pearl', 'costly', 'array', 'sabbath', 'went', 'sunday', 'dinner', 'son', 'wife', 'invitation', 'think', 'people_need', 'fault', 'elder', 'probably', 'explained', 'wise', 'know', 'people', 'sunday', 'sabbath', 'casually', 'mentioned', 'dinner', 'unto', 'commandment', 'sabbath', 'meaning', 'sunday', 'lord', 'said', 'sation', 'occurred', 'pacific_coast', 'heard', 'supposed', 'commandment', 'lord', 'sister', 'begun', 'miss', 'paul', 'opinion', 'know', 'thing', 'said', 'opinion', 'good', 'meekly', 'tried', 'instruct', 'right_way', 'people', 'elder', 'paul', 'man', 'think', 'prophet', 'spiritual', 'let', 'acknowledge', 'thing', 'write', 'day', 'elder', 'sister', 'decide', 'matthe', 'seventh', 'day', 'sabbath', 'day', 'prohas', 'taken', 'express', 'pain', 'tell', 'peter', 'sabbath', 'fit', 'fes', 'want', 'look', 'uponall', 'speaks', 'matter', 'similar', 'mangive', 'world', 'form', 'allowance', 'possible', 'ner', 'paul', 'doe', 'trusting', 'lead', 'day', 'micah', 'think', 'designing', 'injure', 'direct', 'evidence', 'effect', 'aware', 'peter', 'thought', 'matter', 'dress', 'nation', 'shall', 'come', 'charity', 'ought', 'think', 'adorning', 'let', 'outward', 'adornis', 'small', 'matter', 'way', 'noticing', 'ing', 'plaiting', 'hair', 'wearing', 'people', 'dress', 'sure', 'purs', 'gold', 'putting', 'apparel', 'pet', 'chased', 'new', 'dress', 'lately', 'clothing', 'old', 'ony', 'gold', 'chain', 'brooch', 'cuff', 'button', 'wear', 'company', 'necessary', 'respectable', 'circle', 'mips', 'mean', 'said', 'eider', 'yes', 'peter', 'inclined', 'pride', 'life', 'lust', 'eye', 'lqtjghborougil', 'peace', 'prophecy', 'bible', 'sign', 'time', 'tell', 'plainly', 'time', 'peace', 'betokens', 'trouble', 'micah', 'pee', 'pie', 'god', 'declare', 'peaceful', 'story', 'day', 'people', 'walk', 'god', 'walk', 'lord', 'god', 'forever', 'doe', 'lord', 'allow', 'men', 'walk', 'god', 'going', 'way', 'going', 'way', 'god', 'thou', 'shalt', 'othfir', 'god', 'people', 'cjustias', 'wear', 'gold', 'excess', 'pride', 'thing', 'think', 'actually', 'lord', 'care', 'wear', 'affecall', 'newspaper', 'speak', 'men', 'elder', 'sister', 'aware', 'conscience', 'result', 'instruction', 'good_conscience', 'mind', 'properly', 'instructed', 'poor', 'hindoo', 'mother', 'throw', 'child', 'jaw', 'crocodile', 'prompted', 'left', 'elder', 'strange', 'way', 'train', 'child', 'let', 'mass', 'excess', 'dress', 'pleasure', 'seeking', 'think', 'important', 'lord', 'favor', 'shine', 'light', 'world', 'carefully', 'consider', 'rem', 'best', 'friend', 'alns', 'going', 'good', 'ters', 'hastily', 'pray', 'carefully', 'consider', 'friend', 'substance', 'converhearts', 'failing', 'fear', 'looking', 'thing', 'com']
root - INFO - extracting file #95500: 2017-04-Final-Corpus/RH18791002-V54-15-page6.txt
root - INFO - extracting file #96000: 2017-04-Final-Corpus/RH18800624-V56-01-page16.txt
root - INFO - ['special', 'notice', 'maine', 'camp', 'meeting', 'fund', 'business_meeting', 'brother', 'unanimously', 'voted', 'raise', 'camp', 'meeting', 'fund', 'manner', 'raised', 'lapt', 'year', 'wish', 'paid', 'treasury', 'camp', 'meeting', 'scattered', 'brother', 'sister', 'invited', 'forward', 'donation', 'geo', 'barker', 'south', 'norridgewock', 'somerset', 'maine', 'goodrich', 'case', 'sabbath', 'june', 'meeting', 'anne', 'ill', 'large', 'unusually', 'affecting', 'brother', 'present', 'aroma', 'kankakee', 'sister', 'bourdeau', 'daughter', 'time', 'leaving', 'canhight', 'popular', 'education', 'lay', 'people', 'fact', 'logic', 'elevated', 'politics', 'statesmanship', 'intelligent', 'voter', 'torrent', 'personal', 'abuse', 'chief', 'characteristic', 'political', 'campaign', 'positively', 'fearfully', 'damaging', 'public', 'moral', 'discreditable', 'nation', 'religious', 'exchange', 'disgusted', 'sensational', 'advertising', 'pulpit', 'theme', 'daily_papers', 'medium', 'examiner', 'chronicle', 'sternly', 'rebuke', 'class', 'preacher', 'substitute', 'eccentricity', 'earnestness', 'truly', 'saying', 'glance', 'special', 'sunday', 'notice', 'daily', 'newspaper', 'sicken', 'heart', 'average', 'christian', 'recent', 'saturday', 'morning', 'new', 'york', 'minister', 'advertised', 'sermon', 'subject', 'divine', 'photograph', 'heaven', 'special', 'police', 'moody', 'appears', 'preaching', 'lot', 'vulgar', 'common', 'language', 'understood', 'christian', 'yorker', 'recently', 'instanced', 'sensationalist', 'preacher', 'theme', 'heavenly', 'suitor', 'founded', 'text', 'lydia', 'heart', 'lord', 'opened', 'come', 'announcement', 'sermon', 'subject', 'model', 'walker', 'asyou', 'pedestrian', 'enoch', 'walked', 'god', 'clearly', 'reverend', 'harlequin', 'pantaloon', 'perished', 'earth', 'ifitiatinfuttuf', 'preach', 'saying', 'kingdom', 'heaven', 'hand', 'matt', 'connection', 'district', 'quarterly', 'meetingat', 'lancaster', 'july', 'designed', 'hold', 'health', 'temperance', 'meeting', 'bro', 'baldwin', 'leader', 'club', 'place', 'charge', 'hope', 'good', 'representation', 'meeting', 'different_branches', 'work', 'considered', 'advanced', 'cottrell', 'dist', 'berkshire', 'july', 'let', 'received', 'interesting', 'letter', 'bring', 'meeting', 'bro', 'stanhope', 'wife', 'urgently', 'invited', 'attend', 'hope', 'meet', 'brn', 'hutchins', 'bean', 'kellogg', 'meeting', 'bro', 'cook', 'wife', 'washington', 'present', 'hope', 'interesting', 'profitable', 'occasion', 'attend', 'whitford', 'director', 'dist', 'ohio', 'springfield', 'gate', 'director', 'uttfidpil', 'qtaillut', 'slothful', 'business', 'rom', 'address', 'west', 'madison', 'street', 'chicago', 'illinois', 'allen', 'wanted', 'young_man', 'sabbath', 'keeper', 'work', 'farm', 'month', 'year', 'applicant', 'pleasegive', 'reference', 'apply', 'marcus', 'adam', 'half', 'rock', 'merercco', 'address', 'address', 'month', 'west', 'madison', 'chicago', 'ill', 'mail', 'carefully', 'directed', 'canriort', 'notice', 'expiration', 'subscription', 'given', 'special', 'stamp', 'margin', 'paper', 'pleased', 'receive', 'renewal', 'ncyrice', 'change', 'figure', 'address', 'label', 'case', 'sufficient', 'receipt', 'money', 'sent', 'paper', 'change', 'due_time', 'appear', 'book', 'ordered', 'mail', 'received', 'notice', 'given', 'business', 'acknowledged', 'book', 'sent', 'freight', 'geo', 'foreman', 'lellan', 'book', 'sent', 'express', 'wilbur', 'cash', 'reed', 'account', 'conf', 'fund', 'helen', 'stagg', 'minn', 'society', 'nettie', 'white', 'james', 'sawyer', 'pat', 'society', 'whitney', 'conf', 'fund', 'burdoin', 'tenney', 'frr', 'conf', 'fund', 'owen', 'mich', 'conf', 'fund', 'potterville', 'carman', 'partello', 'crawford', 'ithaca', 'burrill', 'lakeview', 'alaiedon', 'kynett', 'alaiedon', 'kynett', 'romanda', 'burgess', 'hastings', 'moses', 'randall', 'mich', 'society', 'dist', 'miss', 'eva', 'rogers', 'gen', 'soeiety', 'donation', 'griggs', 'review', 'poor', 'friend', 'cause', 'european', 'mission', 'beem', 'craig', 'english', 'mission', 'eld', 'jones', 'haskell', 'danish', 'mission', 'adam', 'signes', 'temp', 'morris', 'rees', 'tawney', 'bourdeau', 'geri', 'society', 'life', 'member', 'hiram', 'goodrich', 'miller', 'owen', 'sarah', 'owen', 'review', 'herald', 'vol', 'canada', 'added', 'presence', 'railroad', 'agent', 'stationed', 'time', 'observed', 'lord', 'own_day', 'circumstance', 'case', 'peculiar', 'forbear', 'writing', 'continue', 'steadfast', 'way', 'life', 'brother', 'year', 'entertained', 'company', 'prof', 'brownsberger', 'design', 'pression', 'observance', 'day', 'seventhattend', 'meeting', 'church', 'bowling', 'green', 'taught', 'bible', 'thought', 'impossible', 'retain', 'position', 'reading', 'cabot', 'vermont', 'june', 'eld', 'hutchins', 'stone', 'walpole', 'new', 'hampshire', 'june', 'opportunity', 'baptism', 'robinson', 'tim', 'quarterly', 'meeting', 'east', 'otto', 'church', 'held', 'east', 'otto', 'instead', 'ellioottsville', 'appointed', 'fero', 'preaching', 'tent', 'springport', 'sabbath', 'june', 'bible', 'class', 'sabbathschool', 'brother', 'reach', 'meeting', 'soltailat', 'attind', 'battle', 'creek', 'mich', 'thursday', 'june', 'ohio', 'sabbath', 'june', 'hope', 'meet', 'restitution', 'book', 'mind', 'eninvited', 'attend', 'miaaaa', 'friend', 'cause', 'region', 'round', 'meeting', 'wish', 'numerous', 'friend', 'abundance', 'fruit', 'cherry', 'raspberry', 'peach', 'pear', 'highly', 'prized', 'writer', 'time', 'important', 'duty', 'work', 'god', 'secure', 'supply', 'canned', 'fruit', 'bring', 'fruit', 'offering', 'general', 'camp', 'meeting', 'gag', 'greek', 'exercised', 'sundaykeeping', 'according', 'following', 'item', 'clip', 'christian', 'work', 'shop', 'athens', 'kept', 'open', 'sunday', 'recently', 'priest', 'greek_church', 'greatly', 'exercised', 'practice', 'sermon', 'attentively', 'listened', 'shopkeeper', 'agreed', 'establishment', 'closed', 'day', 'rest', 'greek', 'priest', 'come', 'new', 'york', 'help', 'forward', 'crosby', 'work', 'closing', 'liquor', 'shop', 'sure', 'steady', 'employment', 'ohio', 'tithing', 'fund', 'tent', 'running', 'pitch', 'fifth', 'day', 'tithing', 'fund', 'exhausted', 'money', 'buy', 'lumber', 'seat', 'tent', 'preacher', 'received', 'barely', 'field', 'sure', 'brother', 'sister', 'realize', 'necessity', 'direction', 'woul', 'come', 'promptly', 'tithe', 'state', 'fact', 'leave', 'matter', 'conscience', 'lord', 'duty', 'quarterly', 'meeting', 'near', 'hand', 'attention', 'matter', 'canright', 'ohio', 'quarterly', 'meeting', 'july', 'time', 'church', 'quarterly', 'meeting', 'church', 'society', 'tithing', 'sabbath', 'school', 'certainly', 'neglect', 'important', 'meeting', 'church', 'prosper', 'neeloots', 'special_effort', 'individual', 'hand', 'place', 'branch', 'july', 'district', 'quarterly', 'meeting', 'attended', 'especially', 'librarian', 'prompt', 'send', 'report', 'monday', 'previous', 'district', 'secretary', 'let', 'fail', 'shall', 'hold', 'state', 'nieeting', 'quarter', 'district', 'secretary', 'send', 'report', 'money', 'state_secretary', 'lightened', 'nature', 'man', 'extent', 'coming', 'lord', 'lately', 'holy', 'spirit', 'strove', 'leading', 'investigate', 'earnestly', 'gave', 'tract', 'lent', 'advent', 'text', 'book', 'soon', 'answer', 'prayer', 'truth', 'revealed', 'receiving', 'light', 'relation', 'law', 'redemption', 'baptism', 'decided', 'obey', 'cost', 'esteeming', 'honor', 'suffer', 'master', 'accordance', 'new', 'conviction', 'handed', 'resignation', 'hardly', 'daring', 'hope', 'company', 'refuse', 'accept', 'wisdom', 'love', 'power', 'appear', 'doeth', 'thing', 'title', 'answer', 'came', 'apprising', 'decision', 'company', 'employ', 'renewed', 'trust', 'long', 'wished', 'paying', 'wage', 'having', 'work', 'office', 'expense', 'sabbath', 'truly', 'beloved', 'brother', 'trust', 'god', 'shall', 'confounded', 'pray', 'special', 'blessing', 'result', 'providential', 'case', 'pave', 'gnos', 'dar', 'ohio', 'corsica', 'librarian', 'ref', 'port', 'report', 'early', 'district', 'secretary', 'mann', 'director', 'dist', 'mich', 'wright', 'eld', 'lane', 'expected', 'attend', 'root', 'dist', 'ohio', 'north', 'bloomfield', 'laboring', 'outside', 'district', 'season', 'desire', 'possible', 'meeting', 'come', 'seek', 'god', 'work', 'cause', 'underwood', 'dist', 'ohio', 'hamler', 'librarian', 'send', 'report', 'secretary', 'guilford', 'hamler', 'week', 'previous', 'meeting', 'guilford', 'interior', 'politicans', 'country', 'following', 'good_advice', 'wish', 'honor', 'nation', 'heeded', 'sufficiently', 'wide_field', 'difference', 'economical', 'policy', 'political', 'doctrine', 'great', 'dist', 'mich', 'monterey', 'minister', 'presand', 'grave', 'question', 'campaign', 'mean', 'ent', 'assist', 'meeting', 'alex', 'carpenter', 'director', 'district', 'quarterly', 'meeting', 'held', 'july', 'xle', 'let', 'librarian', 'district', 'secretary', 'bring', 'book', 'report', 'prompt', 'attendance', 'dist', 'mich', 'hastings', 'house', 'thompson', 'sabbath', 'july', 'business_meeting', 'evening', 'sabbath', 'expect', 'eld', 'van', 'deusen', 'moon', 'director', 'dist', 'neb', 'valparaiso', 'church', 'july', 'hurlbert', 'director', 'diem', 'kan', 'marsh', 'creek', 'bro', 'lamont', 'bro', 'santee', 'attend', 'meeting', 'james', 'ashbaugh', 'dist', 'ohio', 'dunkirk', 'rupert', 'director']
root - INFO - extracting file #96500: 2017-04-Final-Corpus/RH18810215-V57-07-page5.txt
root - INFO - extracting file #97000: 2017-04-Final-Corpus/RH18810920-V58-13-page9.txt
root - INFO - ['sept', 'review', 'herald', 'view', 'christian_religion', 'overcome', 'own_strength', 'grace', 'god', 'given', 'purpose', 'grace', 'sufficient', 'possible', 'conflict', 'self', 'gain', 'victory', 'sweet', 'precious', 'victory', 'grace', 'god', 'self', 'live', 'christ', 'life', 'day', 'day', 'advance', 'divine_life', 'perfect', 'love', 'described', 'paul', 'cor', 'shall', 'reign', 'heart', 'life', 'christ', 'shall', 'new', 'england', 'camp_meeting', 'tuts', 'camp_meeting', 'commenced', 'according', 'appointment', 'aug', 'continued', 'fellowing', 'tuesday', 'meeting', 'held', 'ground', 'sabbath', 'previous', 'present', 'excepting', 'friend', 'living', 'vicinity', 'come', 'prepare', 'ground', 'following', 'monday', 'night', 'large_number', 'began', 'arrive', 'continued', 'come', 'week', 'eld', 'butler', 'canright', 'arrived', 'wednesday', 'night', 'preaching', 'excepting', 'sunday', 'largely', 'practical', 'received', 'appreciated', 'brother', 'sister', 'pres', 'xit', 'brother', 'generally', 'little', 'preaching', 'realize', 'time', 'age', 'live', 'importance', 'preparation', 'meet', 'god', 'privilege', 'great_value', 'importance', 'time', 'spirit', 'god', 'came', 'meeting', 'special_manner', 'heart', 'melt', 'god', 'especially', 'case', 'sabbath', 'close', 'sermon', 'eld', 'butler', 'request', 'arise', 'felt', 'necessity', 'making', 'unreserved', 'consecration', 'god', 'nearly', 'whole_congregation', 'responded', 'seat', 'vacated', 'felt', 'lost', 'connection', 'god', 'wished', 'start', 'service', 'time', 'invited', 'forward', 'accepted', 'invitation', 'expressed', 'belief', 'thorough', 'kind', 'witnessed', 'new', 'england', 'said', 'state', 'feeling', 'manifested', 'like', 'existed', 'prior', 'autumn', 'expected', 'lord', 'come', 'time', 'certain', 'important_part', 'camp_meeting', 'come', 'carrying', 'resolution', 'attendance', 'sunday', 'large', 'commodious', 'tent', 'foot', 'filled', 'good_attention', 'paid', 'word', 'spoken', 'influence', 'meeting', 'community', 'far', 'learned', 'excellent', 'sabbath', 'school', 'health', 'temperance_work', 'considered', 'desire', 'manifested', 'advance', 'work', 'god', 'number', 'subscriber', 'obtained', 'periodical', 'sunday', 'section', 'country', 'repeatedly', 'canvassed', 'severe', 'storm', 'interrupted', 'service', 'friday', 'afternoon', 'evening', 'parting', 'meeting', 'held', 'tuesday', 'morning', 'brother', 'returned', 'home', 'encouraged', 'meeting', 'baptized', 'prevented', 'going', 'forward', 'sickness', 'haskell', 'sabbath', 'keeper', 'missouri', 'time', 'approach', 'camp_meeting', 'warrensburg', 'feel', 'deep_interest', 'reference', 'success', 'excellent_meeting', 'year', 'debt', 'paid', 'try', 'fair', 'assortment', 'publication', 'ground', 'hope', 'people', 'special_efforts', 'pay', 'pledge', 'wholly', 'debt', 'close', 'meeting', 'easily', 'missouri', 'proportion', 'numerical', 'financial', 'strength', 'badly', 'debt', 'state', 'good', 'financial', 'standing', 'best', 'great', 'relief', 'friend', 'cause', 'wholly', 'debt', 'trust', 'best', 'accomplish', 'let', 'church', 'appoint', 'delegate', 'let', 'hand', 'wednesday', 'night', 'want', 'hold', 'business_matters', 'promptly', 'way', 'sabbath', 'speak', 'general', 'rally', 'friend', 'cause', 'camp_meeting', 'texas', 'camp_meeting', 'brother', 'sister', 'word', 'meeting', 'importance', 'appreciated', 'allow', 'matter', 'worldly', 'character', 'home', 'financially', 'going', 'meet', 'ing', 'think', 'gain', 'home', 'attend', 'inquire', 'compare', 'spiritual_interests', 'dollar', 'cent', 'eternal', 'temporal', 'dying', 'inactive', 'listless', 'lukewarm', 'condition', 'high_time', 'awake', 'vigorous', 'effort', 'save', 'mean', 'grace', 'afforded', 'meeting', 'need', 'afford', 'remain', 'home', 'avail', 'benefit', 'sacrifice', 'great', 'general_conference', 'send', 'efficient', 'help', 'laborer', 'qualified', 'instruct', 'important', 'duty', 'time', 'hope', 'brother', 'sister', 'present', 'meeting', 'carry', 'home', 'light', 'truth', 'blessing', 'god', 'meeting', 'appointed', 'ore', 'week', 'earlier', 'year', 'reasonably', 'expect', 'propitious', 'weather', 'duration', 'half', 'time', 'year', 'heeding', 'bro', 'butler', 'suggestion', 'concerning', 'business', 'session', 'hope', 'time', 'devotional', 'meeting', 'spiritual', 'development', 'deeper', 'work', 'grace', 'heart', 'attending', 'camp_meeting', 'main', 'object', 'yearly', 'gathering', 'come', 'seeking', 'help', 'need', 'begin', 'immediately', 'prepare', 'heart', 'word', 'instruction', 'servant', 'god', 'shall', 'bring', 'bring', 'child', 'interested', 'neighbor', 'come', 'spirit', 'labor', 'best', 'meeting', 'own_souls', 'ground', 'occupied', 'year', 'mile', 'north', 'dallas', 'denton', 'sherman', 'road', 'place', 'easy', 'access', 'approachable', 'direction', 'hoped', 'tent', 'ground', 'pitched', 'early', 'tuesday', 'wednesday', 'meeting', 'begin', 'wednesday', 'night', 'convinced', 'best', 'meeting', 'business', 'session', 'far', 'possible', 'interfere', 'devotional', 'exercise', 'shall', 'expect', 'delegate', 'officer', 'conference', 'present', 'wednesday', 'business', 'pertaining', 'conference', 'society', 'sabbath', 'school_association', 'health', 'temperance', 'society', 'dispatched', 'camp_meeting', 'proper', 'begin', 'pleased', 'brother', 'sister', 'present', 'session', 'different', 'organization', 'young', 'conference', 'let', 'church', 'sabbath', 'school', 'appoint', 'delegate', 'sunday', 'october', 'church', 'quarterly', 'meeting', 'instruct', 'present', 'camp_ground', 'ready', 'business', 'clock', 'wednesday', 'oct', 'secretary', 'digerent', 'organization', 'prompt', 'supplying', 'geo', 'butler', 'pres', 'conf', 'camp_meeting', 'tholsoer', 'meeting', 'reported', 'desire', 'word', 'expressive', 'gratitude', 'help', 'furnished', 'occasion', 'respecting', 'good_results', 'annual', 'gathering', 'matter', 'unfeigned', 'gratitude', 'god', 'traveling', 'preacher', 'permitted', 'speak', 'word', 'life', 'preaching', 'highly', 'practical', 'instructive', 'awakening', 'strengthening', 'desire', 'heart', 'child', 'god', 'closer', 'walk', 'said', 'brother', 'observed', 'sabbath', 'thirty', 'year', 'best', 'camp_meeting', 'attended', 'refer', 'influence', 'preaching', 'tending', 'strongly', 'lead', 'examine', 'heart', 'closely', 'watch', 'word', 'act', 'constantly', 'prayerfully', 'desire', 'resolution', 'begotten', 'heart', 'spirit', 'god', 'power', 'truth', 'cherished', 'strengthened', 'matured', 'unkind', 'word', 'unchristian', 'feeling', 'grace', 'disappear', 'sharp', 'angle', 'character', 'round', 'symmetrically', 'acceptably', 'sight', 'stand', 'judgment', 'appropriate', 'mention', 'sorrow', 'heart', 'caused', 'sudden', 'unexpected', 'tidings', 'death', 'dear', 'bro', 'james', 'white', 'handbill', 'circulated', 'announcing', 'expectation', 'bro', 'white', 'attend', 'camp_meeting', 'morrisville', 'tuesday', 'following', 'decease', 'stepped', 'car', 'johnsbury', 'met', 'aged', 'minister', 'acquaintance', 'thirty', 'year', 'handed', 'read', 'parted', 'minute', 'called', 'attention', 'obituary', 'bro', 'white', 'recorded', 'boston', 'journal', 'heavy', 'tidings', 'fell', 'like', 'weight', 'heart', 'said', 'prove', 'true', 'report', 'borne', 'wire', 'premature', 'reflection', 'gave', 'relief', 'feeling', 'respective', 'delegate', 'requisite', 'credential', 'appropriately', 'represented', 'word', 'let', 'die', 'year', 'ago', 'month', 'met', 'bro', 'white', 'time', 'town', 'wolcott', 'goodly', 'number', 'brother', 'sister', 'state', 'sleep', 'enjoyed', 'precious', 'meeting', 'sheltered', 'large', 'awning', 'stretched', 'roof', 'dwelling', 'house', 'bro', 'peck', 'strong', 'tie', 'dear_brother', 'bound', 'vermont', 'brother', 'especially', 'embraced', 'present_truth', 'chilreports', 'carefully', 'prepared', 'state', 'officer', 'hindered', 'work', 'suggest', 'far', 'practicable', 'officer', 'acting', 'church', 'sabbath', 'school', 'chosen', 'delegate', 'represent', 'annual_meeting', 'state', 'collected', 'different', 'treasurer', 'properly', 'transferred', 'brought', 'meeting', 'delegate', 'convenient', 'send', 'state', 'treasurer', 'brother', 'sister', 'particular', 'prompt', 'paying', 'tithe', 'officer', 'careful', 'transferring', 'money', 'hope', 'year', 'able', 'people', 'place', 'interested', 'looking', 'forward', 'anticipation', 'return', 'dren', 'bro', 'barrow', 'irasburg', 'settle', 'account', 'free', 'debt', 'year', 'hope', 'help', 'year', 'meeting', 'equally', 'good', 'saying', 'great', 'deal', 'need', 'benefit', 'meeting', 'little', 'preaching', 'time', 'fully', 'occupied', 'labor', 'glad', 'want', 'meet', 'camp', 'warrensburg', 'labor', 'prosperity', 'cause', 'hope', 'friend', 'cause', 'strong_effort', 'come', 'meeting', 'glad', 'report', 'tract', 'missionary', 'companion', 'baptized', 'bro', 'white', 'year', 'sabbath', 'following', 'death', 'memorial', 'service', 'held', 'church', 'preacher', 'stand', 'camp_ground', 'becomingly', 'draped', 'mourning', 'meeting', 'mourning', 'heart', 'referred', 'great', 'bereavement', 'afflicted', 'sister', 'white', 'child', 'cause', 'heart', 'sad', 'think', 'shall', 'congregation', 'read', 'pen', 'hear', 'lip', 'stirring', 'sanctifying', 'saving', 'truth', 'loved', 'defended', 'long', 'ably', 'lifegiver', 'coming', 'saint', 'meet', 'meet', 'sever', 'hutchins', 'director', 'district', 'secretary', 'librarian', 'prompt', 'attending', 'duty', 'local', 'society', 'reported', 'district', 'secretary', 'immediately', 'meeting', 'sunday', 'oct', 'district', 'secretary', 'report', 'state_secretary', 'immediately', 'district', 'meeting', 'district', 'quarterly', 'meeting', 'district', 'secretary', 'summarize', 'report', 'forward', 'money', 'received', 'state_secretary', 'hope', 'officer', 'campiground', 'ready', 'business', 'clock', 'wednesday', 'oct', 'ready', 'season', 'kilgore', 'pres']
root - INFO - extracting file #97500: 2017-04-Final-Corpus/RH18820516-V59-20-page12.txt
root - INFO - extracting file #98000: 2017-04-Final-Corpus/RH18830102-V60-01-page16.txt
root - INFO - ['review_and_herald', 'vol', 'gulf', 'battle', 'creek', 'mich', 'january', 'special_attention', 'called', 'new', 'premium', 'offer', 'subscriber', 'youth', 'instructor', 'new', 'advertisement', 'page', 'set', 'young_people', 'work', 'canvassing', 'happy', 'present', 'week', 'excellent', 'sermon', 'tyng', 'kingdom', 'god', 'kindgom', 'soon', 'succeed', 'earthly', 'government', 'perusal', 'reader', 'anxious', 'remainder', 'given', 'week', 'copy', 'sent', 'mission', 'time', 'work', 'begin', 'best', 'record', 'direction', 'read', 'following', 'liberal', 'offer', 'liberal', 'premium', 'offer', 'review_and_herald', 'publisher', 'desire', 'add', 'thousand', 'new_subscribers', 'list', 'month', 'end', 'following', 'liberal', 'offer', 'new', 'subscriber', 'furnish', 'church', 'nearer', 'residence', 'object', 'church', 'roll', 'represent', 'nearly', 'possible', 'actual', 'working', 'force', 'conference', 'opposed', 'practice', 'prevalent', 'place', 'granting', 'license', 'little', 'prospect', 'working', 'point', 'granting', 'credential', 'actual', 'laborer', 'bound', 'conference', 'able', 'carry', 'fully', 'approaching', 'carried', 'conference', 'easily', 'told', 'working', 'force', 'eta', 'sufficiently', 'interested', 'read', 'extended', 'argument', 'faith', 'general', 'idea', 'view', 'sufficient', 'proof', 'engage', 'attention', 'arouse', 'reached', 'want', 'thousand', 'promptly', 'invite', 'transfer', 'membership', 'review_and_herald', 'year', 'copy', 'biblical', 'institute', 'november', 'number', 'french', 'sign', 'time', 'bale', 'switzerland', 'generally', 'known', 'useful', 'seventh', 'day', 'adventist', 'case', 'valuable', 'book', 'offered', 'premium', 'table', 'interesting', 'article', 'composing', 'standard', 'work', 'giving', 'concise', 'form', 'brief', 'list', 'credential', 'license', 'badly', 'misrepreits', 'content', 'notice', 'history', 'mohammed', 'rierthquakes', 'conversation', 'destiny', 'man', 'exposition', 'matt', 'good', 'samaritan', 'remark', 'zechariah', 'temperance', 'sabbath', 'school', 'juvenile', 'department', 'standard', 'number', 'outline', 'main', 'point', 'faith', 'old', 'subscriber', 'old', 'patron', 'renew', 'subscription', 'send', 'new_subscribers', 'april', 'send', 'free', 'mail', 'copy', 'premium', 'book', 'life', 'paul', 'history', 'waldenses', 'sent', 'standing', 'conference', 'given', 'invite', 'officer', 'conference', 'join', 'effort', 'work', 'reform', 'respect', 'california', 'conference', 'decline', 'credential', 'minister', 'conference', 'understand', 'want', 'respect', 'secretary', 'ohio', 'conference', 'louis', 'dysert', 'wish', 'church', 'ohio', 'elect', 'church', 'clerk', 'copy', 'life', 'apostle', 'paul', 'instead', 'tithe', 'state', 'treasury', 'sent', 'treasurer', 'soon', 'coming', 'quarterly', 'meeting', 'elect', 'such_persons', 'faithful', 'duty', 'having', 'business', 'attend', 'work', 'lord', 'failure', 'past', 'let', 'change', 'officer', 'church', 'clerk', 'supplied', 'blank', 'filled', 'immediately', 'close', 'quarterly', 'meeting', 'quarter', 'tithe', 'report', 'sent', 'state', 'treasurer', 'church', 'treasurer', 'send', 'blank', 'properly', 'filled', 'state_secretary', 'treasurer', 'biblical', 'institute', 'furnish', 'rate', 'requested', 'valuable', 'premium', 'book', 'hand', 'believe', 'old_friends', 'secure', 'subscription', 'friend', 'neighbor', 'sample', 'premium', 'book', 'obtained', 'tract_society', 'review', 'office', 'mail', 'premium', 'book', 'biblical', 'institute', 'sent', 'new', 'subscriber', 'received', 'book', 'given', 'canvasser', 'trouble', 'free', 'prize', 'prize', 'furnished', 'party', 'subscription', 'sent', 'person', 'business', 'tract_society', 'pierce', 'boulder', 'money', 'state', 'work', 'sent', 'jones', 'review', 'itrr', 'notice', 'expiration', 'subscription', 'given', 'special', 'stamp', 'margin', 'paper', 'pleased', 'receive', 'renewa', 'nance', 'change', 'figure', 'address', 'label', 'case', 'sufficient', 'receipt', 'money', 'sent', 'paper', 'change', 'due_time', 'appear', 'book', 'ordered', 'mail', 'received', 'notice', 'given', 'business', 'acknowledged', 'post', 'office', 'address', 'eld', 'farnsworth', 'emporium', 'davy', 'missouri', 'come', 'friend', 'paper', 'choice', 'premium', 'subscriber', 'prefers', 'brother', 'colorado', 'notice', 'seventh', 'day', 'adventist', 'southern', 'indiana', 'earnest', 'word', 'know', 'important', 'field', 'receive', 'prize', 'state_secretary', 'like', 'correspond', 'tilford', 'jefferson', 'ill', 'review', 'occupy', 'important_work', 'feeling', 'intensified', 'fact', 'time', 'short', 'opportunity', 'soon', 'past', 'profbundly', 'convicted', 'year', 'truthfulness', 'view', 'revaw', 'defends', 'enter', 'said', 'society', 'person', 'working', 'prize', 'state', 'intention', 'subscription', 'sent', 'account', 'kept', 'canvasser', 'outfit', 'canvasser', 'outfit', 'comprising', 'premium', 'book', 'circular', 'blank', 'receipt', 'book', 'order', 'sheet', 'shall', 'traveling', 'southern', 'indiana', 'winter', 'like', 'visit', 'logan', 'notice', 'post', 'office', 'address', 'eld', 'geo', 'starr', 'friend', 'saline', 'nebraska', 'address', 'neils', 'clausen', 'secretary', 'nebraska', 'association', 'battle', 'creek', 'mich', 'drawer', 'luther', 'james', 'koskonong', 'rock', 'wish', 'work', 'sabbath', 'keeper', 'farm', 'teaming', 'common', 'labor', 'address', 'book', 'sent', 'freight', 'haskell', 'burrill', 'white', 'whiteis', 'laura', 'faris', 'mary', 'heileson', 'new', 'determination', 'increase', 'value', 'suggestion', 'canvassing', 'furnished', 'geo', 'foreman', 'mary', 'symms', 'book', 'sent', 'express', 'shepherd', 'young', 'journal', 'new', 'resolution', 'mail', 'postpaid', 'address', 'review', 'field', 'young', 'oliv', 'young', 'great_power', 'cause', 'truth', 'standing', 'herald', 'battle', 'creek', 'mich', 'true', 'reform', 'aiding', 'extent', 'henton', 'geo', 'wellman', 'nottingham', 'rodolph', 'fisher', 'butterfield', 'hobbs', 'ability', 'work', 'bringing', 'soul', 'christ', 'ask', 'purpose', 'help', 'help', 'matter', 'work', 'mentioned', 'engaged', 'trust', 'helping', 'review', 'important_factor', 'work', 'help', 'pain', 'spared', 'review', 'mechanical', 'execution', 'outward_appearance', 'acceptable', 'credit', 'cause', 'advocate', 'secure', 'new_subscriptions', 'friend', 'neighbor', 'greatly', 'widen', 'field', 'usefulness', 'inducement', 'work', 'direction', 'offer', 'biblical', 'institute', 'premium', 'noted', 'premium', 'biblical', 'institute', 'work', 'adventist', 'interested', 'widely', 'circulated', 'new', 'reader', 'explanation', 'general_conference', 'learned', 'question', 'raised', 'california', 'conference', 'failed', 'credential', 'eld', 'loughborough', 'failure', 'conference', 'left', 'credential', 'explanation', 'follows', 'presented', 'committee', 'credential', 'informed', 'received', 'credential', 'general_conference', 'knew', 'received', 'credential', 'general_conference', 'appear', 'fitting', 'look', 'california', 'permission', 'labor', 'foreign', 'land', 'direction', 'general_conference', 'connection', 'california', 'conference', 'tried', 'order', 'carried', 'carry', 'church', 'ehurch', 'oakland', 'frequent', 'examina', 'cask', 'account', 'olsen', 'mikkelsen', 'gregory', 'field', 'fero', 'kellogg', 'iowa', 'society', 'farnsworth', 'sign', 'time', 'farnsworth', 'indian', 'reserve', 'fund', 'lane', 'christmas', 'gift', 'hoen', 'killen', 'minnesota', 'society', 'wisconsin', 'society', 'menton', 'iowa', 'society', 'lizzie', 'hornby', 'share', 'association', 'raymond', 'oviatt', 'amanda', 'morehouse', 'anna', 'rasmussen', 'johnson', 'buckley', 'adaline', 'potter', 'james', 'rothrock', 'abner', 'bliss', 'kirtland', 'simpson', 'uriah', 'whiteis', 'susie', 'morehouse', 'washburn', 'walsworth', 'saunders', 'ellen', 'armstrong', 'yary', 'place', 'hattie', 'preston', 'maria', 'west', 'donation', 'association', 'panderson', 'benj', 'stureman', 'gen', 'conf', 'fund', 'beach', 'lmich', 'conf', 'fund', 'muir', 'lyon', 'howe', 'ithaca', 'burrill', 'spring', 'arbor', 'elsie', 'scott', 'carson', 'city', 'uminer', 'colon', 'hafer', 'mick', 'society', 'nellie', 'sisley', 'gen', 'sooiety', 'lars', 'johnson', 'richmond', 'donation', 'andrew', 'dand', 'brotzman', 'adaline', 'potter', 'oxley', 'trumbull', 'european', 'mission', 'anderson', 'ina', 'squire', 'covey', 'thank', 'offering', 'english', 'mission', 'hale', 'mary', 'beddoe', 'robinson', 'jackson', 'andrew', 'hoyt', 'family', 'german', 'mission', 'brotzman', 'advent', 'ticlende', 'donation', 'fristad', 'han', 'jensen', 'peter', 'johnson', 'danish', 'mission', 'brotzman', 'italian', 'mission', 'trumbull', 'scandinavian', 'mission', 'lars', 'johnson', 'ole', 'haagstei', 'jorgen', 'christensen', 'brotzman', 'swedish', 'mission', 'john', 'johnson', 'wynne', 'donation', 'schoonbalp', 'tions', 'roll', 'membership', 'delinquent', 'trial', 'visited', 'far', 'fallen', 'away', 'benefit', 'cut', 'moved', 'away', 'boulder', 'col', 'kigr', 'ppointments', 'previous', 'page', 'icj', 'slothful', 'business', 'rom']
root - INFO - extracting file #98500: 2017-04-Final-Corpus/RH18830807-V60-32-page12.txt
root - INFO - extracting file #99000: 2017-04-Final-Corpus/RH18840318-V61-12-page16.txt
root - INFO - ['shy', 'iviissionary', 'cottiv', 'library', 'content', 'number', 'article', 'tho', 'department', 'choice', 'selection', 'home', 'contain', 'signature', 'credit', 'understood', 'coming', 'editor', 'signature', 'article', 'written', 'review', 'printed', 'small', 'capital', 'selection', 'italic', 'poetry', 'iahe', 'door', 'miss', 'muloch', 'review', 'herald', 'sabbath', 'sentinel', 'monthly', 'ready', 'treat', 'following', 'topic', 'let', 'understood', 'dilemma', 'word', 'sabbath', 'point', 'consistent', 'peculiar', 'ruling', 'human', 'divine', 'church', 'state', 'awful', 'example', 'wrong', 'remedy', 'heavy', 'argument', 'sundry', 'sunday', 'item', 'protestant', 'think', 'baptist', 'sunday', 'question', 'broader', 'alliance', 'called', 'sunday', 'law', 'subscription_list', 'sentinel', 'number', 'heard', 'reader', 'remember', 'gave', 'review', 'feb', 'extract', 'report', 'wylie', 'christian_statesman', 'visit', 'traer', 'iowa', 'place', 'encountered', 'opposition', 'seventh', 'day', 'adventist', 'infidel', 'work', 'behalf', 'religious', 'amendment', 'correspondent', 'writing', 'place', 'real', 'circumstance', 'case', 'respecting', 'wylie', 'style', 'infidel', 'opposition', 'correspondent', 'writes', 'gentleman', 'question', 'infidel', 'best', 'lawyer', 'traer', 'fail', 'deception', 'speaker', 'trying', 'practice', 'people', 'town', 'order', 'induce', 'real', 'color', 'people', 'understand', 'true_meaning', 'better', 'lawyer', 'asked', 'question', 'suppose', 'ingersoll', 'elected', 'office', 'voice', 'people', 'congressional', 'district', 'new', 'arrangement', 'sought', 'national', 'reform', 'association', 'allowed', 'seat', 'straight', 'forward', 'answer', 'yes', 'demanded', 'speaker', 'agreed', 'answer', 'question', 'propounded', 'tried', 'avoid', 'direct', 'answer', 'lawyer', 'pressed', 'point', 'lack', 'better', 'way', 'difficulty', 'flatly', 'answered', 'lawyer', 'turned', 'audience', 'told', 'true', 'inwardness', 'fact', 'lawyer', 'referred', 'ingersoll', 'illustrate', 'case', 'suppose', 'speaker', 'took', 'infidel', 'entirely', 'mistaken', 'thing', 'far', 'greater', 'importance', 'foregoing', 'clearly', 'national', 'reform', 'association', 'despite', 'protestation', 'contrary', 'intend', 'crisis', 'cony', 'discriminate', 'individual', 'account', 'religious', 'profession', 'case', 'ingersoll', 'furnish', 'strong', 'test', 'case', 'reason', 'naturally', 'chosen', 'lawyer', 'infidel', 'noticeifokindiana', 'arranged', 'january', 'state', 'quarterly', 'meeting', 'active', 'minister', 'labor', 'church', 'state', 'middle', 'march', 'desire', 'run', 'tent', 'summer', 'wish', 'raise', 'mean', 'purchase', 'new', 'tent', 'repair', 'old', 'require', 'sum', 'hope', 'church', 'donate', 'cash', 'pledge', 'freely', 'matter', 'presented', 'minister', 'like', 'donation', 'friend', 'cause', 'state', 'outside', 'church', 'let', 'send', 'donation', 'pledge', 'hill', 'rochester', 'fulton', 'indiana', 'box', 'let', 'church', 'hold', 'spring', 'quarterly', 'meeting', 'minister', 'visit', 'hold', 'meeting', 'pay', 'tithe', 'business', 'quarter', 'settled', 'hold', 'state_meeting', 'vol', 'zite', 'ttrald', 'course', 'usual', 'experience', 'seasickness', 'expected', 'thank', 'god', 'merciful', 'providence', 'preserved', 'danger', 'deep', 'till', 'reached', 'destination', 'safety', 'happy', 'meet', 'eld', 'whitney', 'friend', 'good', 'hope', 'courage', 'shall', 'general', 'consultation', 'worker', 'hope', 'form', 'plan', 'prove', 'advantage', 'precious', 'cause', 'truth', 'said', 'soon', 'time', 'consider', 'surroundings', 'kindly', 'treated', 'steamship', 'state', 'nebraska', 'grateful', 'comfort', 'welfare', 'capt', 'brae', 'splendid', 'officer', 'perfect', 'gentleman', 'geo', 'butler', 'special', 'course', 'south', 'lancaster', 'mass', 'decided', 'devote', 'week', 'term', 'school', 'special', 'drill', 'instruction', 'missionary_work', 'bible', 'reading', 'canvassing', 'colporter', 'work', 'desire', 'labor', 'cause', 'capacity', 'coming', 'summer', 'thought', 'best', 'shorten', 'term', 'canvasser', 'work', 'earlier', 'season', 'known', 'primary', 'object', 'school', 'prepare', 'men', 'woman', 'labor', 'cause', 'present_truth', 'object', 'help', 'god', 'kept', 'view', 'term', 'respect', 'important', 'attendance', 'large_number', 'men', 'woman', 'spend', 'term', 'school', 'atits', 'close', 'enter', 'field', 'church', 'new', 'england', 'conference', 'ought', 'represented', 'person', 'outside', 'regular_attendance', 'opportunity', 'good', 'portion', 'day', 'spent', 'bible', 'reading', 'instruction', 'given', 'canvassing', 'various_branches', 'missionary_work', 'especially', 'matter', 'correspondence', 'relate', 'corresponding', 'desire', 'truth', 'brother', 'sister', 'conference', 'officer', 'conference', 'tract_society', 'manner', 'arouse', 'activity', 'zeal', 'enterprise', 'entered', 'prof', 'bell', 'special', 'exercise', 'day', 'language', 'adapted', 'come', 'short_period', 'time', 'special', 'season', 'seeking', 'god', 'securing', 'spiritual', 'help', 'necessary', 'accomplishment', 'great_work', 'need', 'thing', 'rarely', 'fit', 'individual', 'use', 'directly', 'cause', 'god', 'view', 'regard', 'school', 'mistake', 'depend', 'lord', 'ignorance', 'neglect', 'mean', 'providence', 'placed', 'reach', 'altogether', 'narrow', 'intimate', 'lord', 'use', 'ignorant', 'man', 'glory', 'large_degree', 'extreme', 'case', 'doubtful', 'question', 'case', 'golden', 'opportunity', 'failed', 'reap', 'benefit', 'secured', 'drill', 'come', 'summer', 'work', 'begin', 'close', 'general_meeting', 'eld', 'haskell', 'matter', 'charge', 'experience', 'conducting', 'bible', 'reading', 'missionary_work', 'opportunity', 'great_value', 'attend', 'especially', 'designed', 'labor', 'cause', 'deprived', 'entering', 'special', 'class', 'spring', 'term', 'begin', 'march', 'close', 'oar', 'special', 'class', 'organized', 'april', 'continue', 'end', 'term', 'expressed', 'desire', 'attend', 'class', 'formed', 'matter', 'settled', 'design', 'hope', 'hear', 'regard', 'coming', 'write', 'proper', 'arrangement', 'correspondence', 'regard', 'matter', 'addressed', 'south', 'lancaster', 'mass', 'robinson', 'trigiv', 'battle', 'creek', 'mich', 'march', 'depth', 'viola', 'smith', 'land', 'afar', 'sel', 'longing', 'home', 'stillson', 'snow', 'work', 'christian', 'work', 'contributor', 'sabbath', 'reform', 'needed', 'wilful', 'evolution', 'evolution', 'jones', 'jesus', 'ascend', 'heaven', 'twice', 'bownas', 'spirieof', 'christ', 'helen', 'morse', 'choice', 'election', 'luther', 'prayer', 'sel', 'great', 'men', 'speak', 'liquor_traffic', 'domestic', 'monthly', 'home', 'hint', 'mother', 'training', 'child', 'charles', 'christian', 'work', 'tract', 'society', 'upper', 'columbia', 'tract_society', 'colcoas', 'sec', 'report', 'penn', 'society', 'phillips', 'sec', 'north', 'pacific', 'society', 'als', 'bow', 'sec', 'college', 'missionary', 'department', 'missionary', 'class', 'push', 'andrew', 'special', 'mention', 'mutilation', 'history', 'whisky', 'price', 'sabbath', 'school', 'story', 'lesson', 'study', 'sabbath', 'school', 'lesson', 'enoch', 'editorial', 'canon', 'ptolemy', 'world', 'wide', 'prayer', 'union', 'camp', 'meeting', 'haskell', 'bible', 'reading', 'gazette', 'haskei', 'cleansing', 'sanctuary', 'cottrell', 'commentary', 'scripture', 'question', 'littlejohn', 'progress', 'cause', 'report', 'french', 'switzerland', 'iowa', 'wisconsin', 'ohio', 'kansa', 'dakota', 'kentucky', 'maine', 'min', 'esota', 'new', 'york', 'michigan', 'dian', 'texas', 'sanitarium', 'california', 'john', 'news', 'obituary', 'appointment', 'editorial', 'note', 'brother', 'encouraging', 'successful', 'meeting', 'attended', 'testified', 'faith', 'present', 'prosperity', 'final_triumph', 'cause', 'quaint', 'remark', 'work', 'stop', 'carry', 'forward', 'complete', 'success', 'visitor', 'week', 'cheering', 'word', 'sanitarium', 'far', 'relieve', 'curiosity', 'reader', 'state', 'writer', 'minister', 'neighboring', 'state', 'enjoying', 'time', 'privilege', 'visit', 'place', 'theevidences', 'strength', 'prosperity', 'work', 'advance', 'anticipation', 'inclined', 'speak', 'enthusiasm', 'matter', 'stronger', 'happy', 'believe', 'fact', 'case', 'warrant', 'glad', 'word', 'good_cheer', 'pleased', 'article', 'number', 'eld', 'haskell', 'bible', 'reading', 'gazette', 'let', 'little', 'daylight', 'action', 'conference', 'regard', 'subscription_price', 'offer', 'gazette', 'furnish', 'reading', 'designed', 'encourage', 'preparation', 'bible', 'reading', 'brother', 'virtually', 'restrict', 'circulation', 'gazette', 'furnish', 'reading', 'supposed', 'willing', 'pay', 'year', 'publication', 'intended', 'paid', 'price', 'think', 'satisfactory', 'adjustment', 'venture', 'predict', 'term', 'reference', 'furnishing', 'reading', 'somewhat', 'modified', 'bible', 'reading', 'gazette', 'lane', 'journal', 'issued', 'list', 'subject', 'follows', 'eternal', 'life', 'truth', 'angel', 'god', 'faith', 'prayer', 'love', 'encouragement', 'gospel', 'vow', 'seven', 'trumpet', 'new', 'jerusalem', 'nature', 'man', 'state', 'dead', 'destiny', 'wicked', 'aisafe', 'voyage', 'party', 'adult', 'child', 'safely', 'housed', 'hospitable', 'home', 'eld', 'john', 'england', 'left', 'new', 'york', 'feb', 'reached', 'glasgow', 'scotland', 'feb', 'great', 'grimsby', 'eng', 'morning', 'favorable', 'voyage', 'smoother', 'reason', 'expect', 'considering', 'season', 'year']
root - INFO - extracting file #99500: 2017-04-Final-Corpus/RH18841028-V61-43-page5.txt
root - INFO - extracting file #100000: 2017-04-Final-Corpus/RH18850609-V62-23-page8.txt
root - INFO - ['the_review_and_herald', 'seen', 'original', 'cloister', 'tried', 'sight', 'original', 'manuscript', 'deceived', 'monk', 'met', 'refusal', 'old', 'manuscript', 'archive', 'cloister', 'contained', 'disposal', 'said', 'manuscript', 'obstinately', 'refused', 'existed', 'conviction', 'making', 'way', 'writing', 'created', 'excitement', 'thought', 'finish', 'baptist', 'counterfeit', 'mentioned', 'fact', 'seen', 'original', 'manuscript', 'heretofore', 'merely', 'supposed', 'authenticity', 'copy', 'testimony', 'pliny', 'referred', 'christian', 'accustomed', 'meet', 'stated', 'day', 'light', 'doe', 'day', 'christian', 'observing', 'seventh', 'day', 'suppose', 'evidence', 'contrary', 'gathering', 'reasonably', 'explained', 'ground', 'certainly', 'known', 'principle', 'logic', 'matter', 'explained', 'according', 'existing', 'established', 'fact', 'resort', 'new', 'unheard', 'explain', 'claim', 'pliny', 'stated', 'day', 'sabbath', 'evidence', 'christian', 'time', 'observing', 'sabbath', 'observing', 'sunday', 'mosheim', 'disposed', 'sunday', 'quote', 'testimony', 'hen', 'boehmer', 'understand', 'day', 'jewish', 'sabbath', 'sure', 'sunday', 'custom', 'christian', 'place', 'paul', 'meeting', 'troas', 'act', 'light', 'sunday', 'continue', 'entire', 'day', 'night', 'following', 'reader', 'credulity', 'equal', 'task', 'believing', 'testimony', 'justin', 'martyr', 'introduced', 'willing', 'explicit', 'account', 'sunday', 'keeping', 'early', 'christian', 'justin', 'doe', 'sunday', 'lord', 'day', 'doe', 'kept', 'sabbath', 'doe', 'ancient', 'sabbath', 'discarded', 'day', 'called', 'sunday', 'assembled', 'hear', 'memoir', 'apostle', 'read', 'doubtless', 'early', 'day', 'begun', 'elevate', 'sunday', 'voluntary', 'festival', 'church', 'testimony', 'tertullian', 'referred', 'writer', 'applies', 'term', 'lord', 'day', 'sunday', 'kitto', 'speaks', 'refraining', 'labor', 'attend', 'service', 'according', 'peter', 'heylyn', 'devoted', 'day', 'partly', 'unto', 'mirth', 'recreation', 'devotion', 'altogether', 'irenmus', 'quoted', 'saying', 'lord', 'day', 'christian', 'sabbath', 'kind', 'writing', 'irenmus', 'fragment', 'quotation', 'author', 'testimony', 'modern', 'acquisition', 'pass', 'council', 'nicma', 'age', 'far', 'stream', 'apostasy', 'subsequently', 'little', 'weight', 'determining', 'duty', 'aside', 'new_testament', 'referred', 'story', 'dominicum', 'servasti', 'testimony', 'theophilus', 'dionysius', 'melito', 'ground', 'fraud', 'better', 'seven', 'omitted', 'council', 'nicrea', 'called', 'presided', 'constantine', 'year', 'professed', 'conversion', 'christianity', 'year', 'famous', 'sunday', 'law', 'accused', 'saying', 'constantine', 'introduced', 'sunday', 'fact', 'constantine', 'sunday', 'law', 'pagan', 'behalf', 'sunday', 'heathen', 'festival', 'sunday', 'chief', 'day', 'heathen_world', 'north', 'british', 'review', 'wild', 'solar', 'holiday', 'pagan', 'time', 'time', 'noticed', 'sunday', 'festival', 'growing', 'christian_church', 'years_afterward', 'occurred', 'constantine', 'professed', 'conversion', 'sylvester', 'bishop', 'rome', 'stand', 'line', 'pope', 'conceived', 'idea', 'giving', 'sunday', 'festival', 'tremendous', 'lift', 'law', 'empire', 'took', 'constantine', 'pagan', 'law', 'enforce', 'sunday', 'christian', 'institution', 'real', 'basis', 'sunday', 'institution', 'christian_church', 'parentage', 'paganism', 'father', 'roman', 'castor', 'aim', 'ferald', 'sanctify', 'thy_truth_thy', 'word', 'truth', 'battle', 'creek', 'mich', 'june', 'tvol', 'tit', 'tholicism', 'mother', 'scripture', 'support', 'indorsement', 'practice', 'inspired', 'person', 'neander', 'pronounces', 'sin', 'festival', 'church', 'ala', 'misguided', 'pro', 'ant', 'undertaken', 'defend', 'festival', 'void', 'god', 'comm', 'ments', 'christian', 'institution', 'remember', 'age', 'romish', 'church', 'christendom', 'sway', 'deluded', 'belief', 'practice', 'grievous', 'rors', 'denomination', 'present', 'arisen', 'breaking', 'away', 'thees', 'superstition', 'apostate', 'church', 'age', 'darkness', 'old', 'romish', 'error', 'prevalent', 'spri', 'ling', 'baptism', 'sunday', 'sabbath', 'place', 'sabbath', 'lord', 'reformation', 'complete', 'till', 'sunday', 'keeping', 'error', 'discarded', 'lord', 'people', 'coming', 'worshiping', 'spirit', 'belief', 'accordance', 'word', 'life', 'according', 'tern', 'set', 'lord', 'history', 'gospel', 'age', 'witness', 'truth', 'sabbath', 'bible', 'spe', 'work', 'reform', 'point', 'going', 'prepare', 'people', 'generation', 'wish', 'number', 'truth', 'shall', 'known', 'word', 'god', 'true', 'protestant', 'ground', 'tlat', 'bible', 'bible', 'rule', 'faith', 'truth', 'received', 'heart', 'obeyed', 'sanctify', 'free', 'lord', 'save', 'coming', 'day', 'church', 'church', 'government', 'sew', 'day', 'adventist', 'baptist', 'congr', 'tional', 'church', 'judge', 'qualifica', 'member', 'beal', 'course', 'certain', 'ext', 'man', 'independent', 'expression', 'pope', 'strictly', 'true', 'independent', 'man', 'dependent', 'christian', 'christ', 'free', 'subject', 'ace', 'church', 'independent', 'church', 'endanger', 'cause', 'truth', 'disregard', 'welfare', 'spirit', 'independence', 'whi', 'called', 'generally', 'spirit', 'selfishn', 'recklessness', 'best', 'teacher', 'thk', 'teachable', 'enjoy', 'perfec', 'dom', 'world', 'mee', 'quiet_spirit', 'seen', 'great', 'trouble', 'church', 'abuse', 'congregational', 'chu', 'disfellowshipped', 'member', 'good', 'cause', 'spirit', 'confession', 'appearance', 'humility', 'presented', 'membership', 'neighboring', 'church', 'ing', 'precaution', 'usually', 'case', 'sympathy', 'member', 'heari', 'church', 'properly', 'acquainted', 'circumstance', 'receiving', 'left', 'comm', 'censure', 'wrong', 'mani', 'penitence', 'certain', 'member', 'said', 'judge', 'competency', 'member', 'infringement', 'privilege', 'church', 'try', 'action', 'reception', 'member', 'ing', 'present', 'warned', 'course', 'evil', 'result', 'vain', 'resented', 'terference', 'right', 'act', 'perfect', 'fre', 'matter', 'wait', 'long', 'reason', 'unwise', 'course', 'case', 'infringe', 'right', 'left', 'act', 'duty', 'christian', 'church', 'fellow', 'christian', 'ter', 'church', 'information', 'enable', 'act', 'understandingly', 'save', 'duty', 'avail', 'formation', 'given', 'use', 'scour', 'church', 'trouble', 'save', 'cause', 'reproach', 'case', 'new_church', 'organized', 'residing', 'far', 'locality', 'ber', 'church', 'mile', 'distant', 'uriah', 'smith', 'waggoner', 'geo', 'butler', 'editor', 'corresponding', 'editor', 'shall', 'beep', 'saturday', 'sunday', 'concluded', 'sunday', 'advocate', 'learned', 'lesson', 'thoroughly', 'doe', 'endeavor', 'bind', 'argument', 'usual', 'series', 'historical', 'forgery', 'exception', 'rule', 'present', 'gravely', 'asks', 'believe', 'evidence', 'early', 'christian', 'day', 'apostle', 'onward', 'kept', 'day', 'week', 'sabbath', 'place', 'discarded', 'seventh', 'day', 'witness', 'brings', 'forward', 'people', 'regard', 'intellectual', 'reputation', 'content', 'pas', 'unknown', 'jew', 'fraudulently', 'appropriated', 'barnabas', 'credit', 'contemptible', 'production', 'called', 'epistle', 'barnabas', 'claim', 'contemporary', 'epistle', 'new_testament', 'written', 'barnabas', 'companion', 'paul', 'claimed', 'sunday', 'advocate', 'fact', 'established', 'testimony', 'value', 'scholar', 'generally', 'admit', 'writing', 'spurious', 'admits', 'title', 'wrong', 'written', 'barnabas', 'strange', 'quote', 'behalf', 'sunday', 'keeping', 'mosheim', 'speaks', 'author', 'epistle', 'jew', 'mean', 'ability', 'superstitious', 'attachment', 'jewish', 'fable', 'epistle', 'utterly', 'condemned', 'neander', 'prof', 'stuart', 'killen', 'ireland', 'prof', 'hackett', 'milner', 'kitto', 'sir', 'domville', 'england', 'eusebius', 'earliest', 'church', 'historian', 'fourth', 'century', 'testimony', 'value', 'epistle', 'ignatius', 'magnesians', 'quoted', 'speaking', 'christian', 'longer', 'observing', 'sabbath', 'keeping', 'lord', 'day', 'life', 'sprung', 'kind', 'testimony', 'needed', 'speaks', 'introducing', 'new', 'institution', 'discarding', 'old', 'essential', 'ala', 'friend', 'testimony', 'genuine', 'modern', 'research', 'ascertained', 'real', 'ignatius', 'wrote', 'epistle', 'magnesians', 'killen', 'sixteenth_century', 'letter', 'brought', 'purporting', 'writing', 'ignatius', 'pastor', 'antioch', 'scholar', 'forthwith', 'pronounced', 'forgery', 'seventeenth', 'century', 'remaining', 'seven', 'subjected', 'scrutiny', 'seven', 'discarded', 'leaving', 'genuine', 'epistle', 'magnesians', 'epistle', 'spurious', 'strange', 'genuine', 'copy', 'spurious', 'epistle', 'speak', 'word', 'quoted', 'discarding', 'sabbath', 'keeping', 'lord', 'day', 'interpolated', 'subsequent', 'imitator', 'original', 'forger', 'kitto', 'encyclopedia', 'expected', 'new', 'manuscript', 'purport', 'lately', 'discovered', 'asia_minor', 'called', 'teaching', 'apostle', 'brought', 'forward', 'assurance', 'sunday', 'question', 'contains', 'expression', 'translated', 'lord', 'day', 'original', 'word', 'day', 'inserted', 'epistle', 'ignatius', 'lord', 'day', 'prove', 'doe', 'nbt', 'day', 'week', 'shown', 'john', 'day', 'term', 'referred', 'sabbath', 'seventh', 'day', 'week', 'writing', 'early', 'claim', 'question', 'document', 'genuine', 'hastens', 'quote', 'behalf', 'sunday', 'venture', 'quiet', 'subject', 'baptism', 'editor', 'leading', 'organ', 'denomination', 'belongs', 'der', 'sendbote', 'sept', 'speaks', 'authenticity', 'writing', 'strongly', 'questioned', 'german', 'english', 'scholar']
root - INFO - extracting file #100500: 2017-04-Final-Corpus/RH18860202-V63-05-page1.txt
root - INFO - extracting file #101000: 2017-04-Final-Corpus/RH18860907-V63-36-page13.txt
root - INFO - ['immillk', 'sept', 'the_review_and_herald', 'fully', 'nature', 'worker', 'meeting', 'labored', 'hard', 'large_tent', 'number', 'family_tents', 'pitched', 'afforded', 'time', 'holding', 'instruction', 'meeting', 'decorating', 'ground', 'engaged', 'good', 'appreciate', 'privilege', 'enjoying', 'preparing', 'ground', 'meeting', 'heart', 'mind', 'acceptable', 'sereice', 'future', 'said', 'greatly', 'benefited', 'worker', 'meeting', 'camp', 'meeting', 'proper', 'compelled', 'miss', 'afford', 'miss', 'worker', 'meeting', 'commencement', 'regular', 'camp', 'meeting', 'larger', 'number', 'sabbath', 'keeper', 'assembled', 'previous', 'time', 'texas', 'closed', 'number', 'camper', 'increased', 'outside', 'attendance', 'small', 'gave', 'privilege', 'laboring', 'practical_way', 'benefit', 'own_people', 'instruction', 'given', 'eld', 'starr', 'bible', 'work', 'timely', 'appreciated', 'bible', 'reading', 'practical_instruction', 'young_people', 'fannie', 'bolton', 'sabbath', 'went', 'forward', 'prayer', 'fifty', 'seeking', 'conversion', 'time', 'spirit', 'lord', 'present', 'manifested', 'deep', 'heart', 'felt', 'confession', 'tear', 'penitence', 'flowed', 'freely', 'monday', 'labor', 'resumed', 'twentyseven', 'willing_souls', 'baptized', 'eld', 'john', 'wilson', 'suitable_place', 'baptism', 'reasonable', 'distance', 'camp', 'font', 'occasion', 'water', 'supplied', 'spring', 'ground', 'town', 'midlothian', 'furnished', 'water', 'drawn', 'spring', 'labor', 'bestowed', 'scandinavian', 'present', 'eld', 'john', 'wilson', 'assisted', 'english', 'preaching', 'service', 'bro', 'bahler', 'present', 'took', 'charge', 'health', 'temperance', 'sodety', 'business_meetings', 'harmonious', 'finance', 'good_condition', 'tract', 'missionary_work', 'canvassing', 'work', 'prospering', 'worker', 'expect', 'deliver', 'book', 'fall', 'bro', 'hayen', 'elected', 'president', 'tract_society', 'act', 'state_agent', 'coming', 'year', 'bro', 'greer', 'reelected', 'president', 'conference', 'granted', 'credential', 'ordained', 'spirit', 'god', 'present', 'witnessed', 'work', 'marked', 'manner', 'special', 'appeal', 'white', 'read', 'solemn', 'impression', 'mind', 'subsequently', 'thousand', 'dollar', 'fund', 'educating', 'worker', 'state', 'fund', 'dollar', 'general_conference', 'dollar', 'tent', 'fund', 'urging', 'present', 'responded', 'pledging', 'total', 'nearly', 'paid', 'glad', 'meet', 'dear_brethren', 'sister', 'texas', 'number', 'new', 'face', 'doe', 'express', 'feeling', 'courage', 'hope', 'forward', 'press', 'greater', 'zeal', 'laborer', 'work', 'unison', 'let', 'spirit', 'love', 'action', 'god', 'bless', 'effort', 'abundant', 'harvest', 'regularity', 'promptness', 'far', 'practiceble', 'form', 'thoroughness', 'characterize', 'successful', 'sabbath', 'school', 'organized', 'people', 'resolved', 'recommend', 'officer', 'teacher', 'sabbath', 'school', 'limit', 'conference', 'meet', 'stated', 'period', 'month', 'purpose', 'consulting', 'promote', 'respective', 'school', 'foremost', 'topic', 'consideration', 'improvement', 'method', 'class', 'instruction', 'best', 'aid', 'teacher', 'spiritual_condition', 'school', 'season', 'prayer', 'consultation', 'resolved', 'duty', 'regular', 'teacher', 'sabbath', 'school', 'employ', 'aid', 'reach', 'map', 'slate', 'blackboard', 'book', 'method', 'class', 'instruction', 'prepared', 'class', 'possible', 'good', 'voted', 'adopt', 'resolution', 'considering', 'separately', 'remark', 'leading', 'brother', 'subscription', 'taken', 'worker', 'resolution', 'adopted', 'blessed', 'cause', 'weighs', 'mind', 'till', 'lose', 'hour', 'sleep', 'week', 'cause', 'danger', 'shall', 'proteed', 'aroused', 'realization', 'fact', 'border', 'eternal_world', 'peril', 'day', 'people', 'suffering', 'imprisonment', 'europe', 'america', 'truth', 'sake', 'chain', 'forged', 'shall', 'indifferent', 'present', 'eternal_interests', 'satan', 'muster', 'force', 'persecute', 'laborer', 'hinder', 'work', 'heart', 'soul', 'voice', 'pen', 'possible', 'blinded', 'present', 'future', 'welfare', 'use', 'purpose', 'money', 'god', 'intrusted', 'care', 'forward', 'cause', 'let', 'servant', 'unpaid', 'glad', 'know', 'heavenly_father', 'merciful', 'willing', 'forgive', 'repent', 'ask', 'pardon', 'covert', 'pedal', 'ptite', 'new', 'york', 'camp', 'meeting', 'fare', 'passenger', 'coming', 'ogd', 'lake', 'champlain', 'returned', 'cent', 'mile', 'hope', 'brother', 'sister', 'franklin', 'clinton', 'present', 'important', 'meeting', 'bnowri', 'camp', 'meeting', 'sauk', 'center', 'minn', 'time', 'meeting', 'commence', 'wednesday', 'evening', 'sept', 'hold', 'following', 'monday', 'ground', 'occupied', 'year', 'time', 'railroad', 'reduced', 'rate', 'northern', 'meeting', 'manitoba', 'road', 'consented', 'expected', 'notice', 'necessary', 'obtain', 'agent', 'buy', 'ticket', 'receipt', 'showing', 'paid', 'fare', 'sauk', 'center', 'signed', 'camp', 'ground', 'entitle', 'holder', 'return', 'reduced', 'rate', 'neglect', 'receipt', 'let', 'improve', 'opportunity', 'attend', 'tent', 'rented', 'year', 'application', 'lashier', 'sauk', 'center', 'minn', 'bring', 'plenty', 'bedding', 'stove', 'far', 'possible', 'shall', 'camp', 'comfortable', 'meeting', 'profitable', 'good', 'help', 'present', 'trust', 'shall', 'profitable', 'time', 'tent_meetings', 'sauk', 'center', 'bringing', 'obey', 'truth', 'hope', 'camp', 'meeting', 'help', 'decide', 'favor', 'come', 'prepared', 'help', 'cause', 'financially', 'able', 'minn', 'cone', 'com', 'michigan', 'worker', 'meeting', 'announced', 'meeting', 'begin', 'week', 'camp', 'meeting', 'proper', 'bring', 'sept', 'hope', 'ought', 'avail', 'privilege', 'worker', 'meeting', 'especially', 'urge', 'director', 'district', 'secretary', 'librarian', 'engaged', 'expecting', 'engage', 'work', 'come', 'let', 'realize', 'work', 'god', 'work', 'excellent', 'place', 'gain', 'preparation', 'mind', 'heart', 'engage', 'earnestly', 'enjoy', 'meeting', 'follow', 'special_instruction', 'promised', 'regard', 'branch', 'missionary_work', 'time', 'opportunity', 'assist', 'putting', 'camp', 'readiness', 'regular', 'meeting', 'order', 'behalf', 'camp', 'meeting', 'committee', 'request', 'church', 'family', 'send', 'representative', 'tent', 'pitched', 'worker', 'meeting', 'come', 'bring', 'tool', 'work', 'brother', 'rest', 'necessary', 'arrangement', 'shall', 'proper_time', 'pitching', 'arranging', 'tent', 'left', 'till', 'regular', 'meeting', 'begin', 'miller', 'worker', 'meeting', 'missouri', 'worker', 'meeting', 'proving', 'success', 'conference', 'decided', 'meeting', 'annual', 'camp', 'meeting', 'conference', 'harrisonville', 'fall', 'camp', 'meeting', 'begin', 'sept', 'continue', 'till', 'oct', 'worker', 'meeting', 'begin', 'sept', 'continue', 'till', 'camp', 'meeting', 'attend', 'camp', 'meeting', 'committee', 'ground', 'day', 'worker', 'meeting', 'besouls', 'kilgore', 'seventh', 'day', 'adventist', 'indiana', 'dear_brethren', 'sister', 'examining', 'finance', 'conference', 'cornparing', 'receipt', 'number', 'account', 'audited', 'annual', 'settlement', 'double', 'paid', 'closing', 'quarter', 'average', 'past', 'quarter', 'pay', 'indebtedness', 'know', 'grievous', 'sin', 'withhold', 'mean', 'god', 'necessity', 'conference', 'fall', 'laborer', 'pay', 'tithe', 'income', 'pay', 'labored', 'abundance', 'left', 'treasury', 'verily', 'believe', 'employ', 'twice', 'laborer', 'pay', 'paid', 'laborer', 'state', 'extravagant', 'statement', 'think', 'following', 'fact', 'demonstrate', 'truthfuln', 'thousand', 'member', 'conference', 'average', 'income', 'fall', 'year', 'total', 'low', 'figure', 'tithe', 'raise', 'year', 'settle', 'account', 'enjoy', 'speaking', 'thing', 'come', 'respect', 'world', 'blessed', 'bountiful', 'crop', 'state', 'present_year', 'know', 'sell', 'doe', 'bring', 'large', 'price', 'brings', 'tithe', 'belongs', 'god', 'understand', 'bible', 'true', 'tithe', 'paid', 'year', 'usual', 'average', 'dollar', 'quarter', 'member', 'possible', 'people', 'living', 'month', 'know', 'paying', 'carefully', 'watched', 'matter', 'year', 'statement', 'paid', 'conference', 'closed', 'note', 'church', 'visit', 'place', 'place', 'state', 'church', 'average', 'dollar', 'quarter', 'member', 'pay', 'cent', 'church', 'send', 'penny', 'month', 'time', 'want', 'minister', 'shall', 'send', 'figure', 'number', 'remind', 'fail', 'minister', 'worker', 'laboring', 'harder', 'good', 'tent', 'indianapolis', 'bible', 'worker', 'meeting', 'people', 'home', 'mission', 'better', 'book_sales', 'increasing', 'worker', 'increasing', 'branch', 'cause', 'fast', 'stir', 'heart', 'mightily', 'work', 'widening', 'direction', 'known', 'public', 'generally', 'measure', 'apprised', 'object', 'scope', 'work', 'time', 'hold', 'light', 'bushel', 'time', 'fraught', 'thing', 'weight', 'deal', 'stinted', 'hand', 'believe', 'angel', 'heaven', 'engaging', 'worker', 'stirring', 'people', 'people', 'awake', 'sense', 'thing', 'belong', 'peace', 'soon', 'salvation', 'god', 'aroused', 'earnestly', 'working', 'earnest_prayer', 'god', 'stir', 'adjourned', 'chair', 'proceeding', 'upper', 'columbia', 'sabbath', 'school', 'association', 'true', 'meeting', 'regular', 'annual', 'session', 'association', 'called', 'president', 'secretary', 'absent', 'reading', 'report', 'session', 'omitted', 'brother', 'abroad', 'invited', 'vote', 'participate', 'deliberation', 'meeting', 'president', 'remark', 'reference', 'sabbath', 'school_work', 'thought', 'advancement', 'year', 'suggested', 'question', 'box', 'question', 'general_interest', 'prof', 'brownsberger', 'gave', 'idea', 'suggestion', 'carried', 'cause', 'marked', 'improvement', 'sabbath', 'school', 'conference', 'dwelt', 'especially', 'necessity', 'thoroughness', 'learning', 'lesson', 'chair', 'instructed', 'vote', 'appointed', 'usual_committees', 'follows', 'nomination', 'clarence', 'ford', 'george', 'rogers', 'semple', 'resolution', 'brownsberger', 'fero', 'carrie', 'second', 'meeting', 'nominatidr', 'committee', 'reported', 'follows', 'executive_committee', 'decker', 'pres', 'winkler', 'clarence', 'ford', 'seen', 'history', 'cause', 'secretary', 'treasurer', 'attie', 'kerr', 'walla', 'walla', 'wash', 'ter', 'committee', 'resolution', 'reported', 'follows', 'family', 'conference', 'isolated', 'church', 'meet', 'weekly', 'sabbath', 'school', 'resolved', 'urge', 'family', 'importance', 'holding', 'family', 'sabbath', 'school', 'home', 'suggest', 'conducted', 'desire', 'pay', 'tithe', 'settle', 'employed', 'work', 'god', 'let', 'pay', 'tithe', 'delinquent', 'pay', 'know', 'rejoice', 'heart', 'member', 'conference_committee', 'come', 'ought', 'matter', 'cause', 'joy', 'heaven', 'know', 'bound', 'anxiety', 'prosperity', 'meeting', 'adjourned', 'sine', 'die', 'duman', 'deciren', 'pres']
root - INFO - extracting file #101500: 2017-04-Final-Corpus/RH18870426-V64-17-page13.txt
root - INFO - extracting file #102000: 2017-04-Final-Corpus/RH18871206-V64-48-page2.txt
root - INFO - ['review', 'herald', 'vol', 'dec', 'delivered', 'ary', 'dan', 'close', 'probation', 'michael', 'archa', 'self', 'prince', 'offspribg', 'standing', 'indicates', 'judgment', 'begs', 'rev', 'awaking', 'urreetion', 'great', 'norm', 'fact', 'chamber', 'encyclol', 'history', 'land', 'trumpet', 'littlra', 'favo', 'tendency', 'tifi', 'church', 'dedicate', 'tin', 'gage', 'furnish', 'tie', 'old', 'time', 'hall', 'hand', 'pee', 'selected', 'rented', 'meeting', 'dewi', 'boyhood', 'occasionally', 'afraid', 'vetted', 'church', 'spoiling', 'keeping', 'deceived', 'demon', 'hell', 'goi', 'earth', 'like', 'luther', 'dal', 'gle', 'handed', 'alai', 'grimshaw', 'wes', 'roughlee', 'head', 'george', 'common', 'time', 'christian', 'herd', 'nowadays', 'sensaw', 'tion', 'cost', 'fron', 'build', 'church', 'wit', 'ple', 'heaven', 'plied', 'build', 'gospel', 'privilege', 'away', 'mere', 'humdrilm', 'destiny', 'sta', 'door', 'eart', 'passing', 'away', 'hear', 'solemn', 'eousness', 'sin', 'sel', 'coxi', 'country', 'road', 'whoq', 'night', 'night', 'knocked', 'gate', 'coming', 'said', 'lifted', 'embarrassment', 'shall', 'year', 'consecrate', 'god', 'merely', 'holiday', 'gift', 'relief', 'cause', 'snireat', 'need', 'appropriately', 'celebrate', 'coming', 'christmas', 'better', 'express', 'otir', 'gratitude', 'god', 'gift', 'dear_son', 'offeringi', 'send', 'world', 'tidings', 'soon', 'coming', 'profess', 'looking', 'christ', 'realize', 'near', 'end', 'work', 'salvation', 'soul', 'sacrifice', 'session', 'freely', 'member', 'early_church', 'multitude', 'believed', 'heart', 'soul', 'said', 'aught', 'thing', 'possessed', 'possessor', 'land', 'house', 'sold', 'brought', 'price', 'thing', 'sold', 'laid', 'apostle', 'foot', 'money', 'posseesions', 'freely', 'sacrificed', 'existing', 'emergency', 'believer', 'common', 'success', 'missien', 'intrusted', 'love', 'christ', 'far', 'greater', 'love', 'money', 'acted', 'faith', 'work', 'testified', 'accounted', 'soul', 'men', 'worth', 'earthly', 'treasure', 'greater', 'reason', 'sacrifice', 'far', 'time', 'accomplish', 'work', 'shall', 'hoard', 'treasure', 'swept', 'away', 'flame', 'day', 'shall', 'lay', 'gold', 'silver', 'witness', 'judgment', 'eat', 'flesh', 'shall', 'cling', 'possession', 'till', 'fall', 'hand', 'enemy', 'time', 'coming', 'commandment_keepers', 'buy', 'sell', 'use', 'house', 'land', 'bank', 'stock', 'merchandise', 'time', 'place', 'treasure', 'eternally', 'secure', 'time', 'large', 'possession', 'cut', 'principal', 'god', 'work', 'extended', 'foreign_lands', 'sell', 'alms', 'provide', 'bag', 'wax', 'old', 'treasure', 'heaven', 'faileth', 'thief', 'approacheth', 'moth', 'corrupteth', 'cause', 'god', 'forever', 'christ', 'lay', 'treasure', 'heaven', 'posse', 'lay', 'earth', 'leave', 'christ', 'eternal_world', 'jesus', 'bid', 'friend', 'mammon', 'unrighteousness', 'fail', 'receive', 'everlasting', 'habitation', 'lord', 'doe', 'need', 'offering', 'enrich', 'gift', 'psalmist', 'thing', 'come', 'thee', 'thine', 'given', 'thee', 'god', 'permit', 'appreciation', 'mercy', 'self', 'sacrificing', 'effort', 'extend', 'way', 'possible', 'manifest', 'gratitude', 'love', 'god', 'provided', 'offering', 'humble', 'bestowed', 'love', 'precious', 'sight', 'parent', 'value', 'child', 'gift', 'rich', 'costly', 'express', 'loving', 'self_denial', 'tender', 'thoughtfulness', 'grateful', 'appreciation', 'doe', 'heavenly_father', 'regard', 'gift', 'child', 'spirit', 'devotion', 'sacrifice', 'expression', 'grateful', 'loving', 'hertrt', 'offering', 'fragrant', 'incense', 'effort', 'benefit', 'benefit', 'invest', 'mean', 'different', 'mission', 'enlist', 'prayer', 'mission', 'draw', 'different', 'nationality', 'nearer', 'affection', 'stimulated', 'greater', 'devotion', 'stricter', 'obedience', 'god', 'enabled', 'greatest', 'good', 'desire', 'affection', 'set', 'heavenly', 'thing', 'place', 'treasure', 'heaven', 'treasure', 'heart', 'cost', 'little', 'special_interest', 'invest', 'mean', 'claim', 'attention', 'labor', 'success', 'god', 'source', 'life', 'light', 'joy', 'universe', 'like', 'ray', 'light', 'sun', 'blessing', 'flow', 'creature', 'infinite', 'love', 'granted', 'men', 'privilege', 'partaker', 'divine_nature', 'turn', 'diffusing', 'blessing', 'fellow_men', 'highest', 'honor', 'greatest', 'joy', 'possible', 'god', 'bestow', 'men', 'brought', 'nearest', 'creator', 'participant', 'labor', 'love', 'refuse', 'laborer', 'god', 'man', 'sake', 'selfish', 'indulgence', 'ignores', 'want', 'fellowmen', 'miser', 'heap', 'treasure', 'withholding', 'richest', 'blessing', 'god', 'brother', 'know', 'grace', 'lord', 'jesus_christ', 'rich', 'sake', 'poor', 'poverty', 'rich', 'man_hath', 'received', 'gift', 'minister', 'good', 'steward', 'manifold', 'grace', 'god', 'recount', 'numberless', 'mercy', 'god', 'meditate', 'matchless', 'love', 'behold', 'wonderful', 'sacrifice', 'redeemer', 'gratitude', 'awaken', 'heart', 'till', 'shall', 'kindle', 'flame', 'sacred', 'love', 'shall', 'flow', 'soul', 'far', 'europe', 'day', 'token', 'smith', 'waning', 'ottoman', 'power', 'bible', 'prophecy', 'event', 'political', 'world', 'affecting', 'god', 'people', 'run', 'parallel', 'history', 'church', 'true', 'babylon', 'medo', 'persia', 'grecia', 'rome', 'true', 'ottoman', 'empire', 'factor', 'closing', 'drama', 'world', 'history', 'beginning', 'eighth', 'century', 'year', 'complete', 'subdivision', 'roman_empire', 'kingdom', 'successor', 'mohammed', 'said', 'potent', 'absolute', 'monarch', 'globe', 'appears', 'mohammedan', 'posse', 'distinct', 'national', 'character', 'near', 'end', 'century', 'othman', 'young', 'bustard', 'succeeded', 'father', 'orthogrul', 'chief', 'tribe', 'oguzian', 'turk', 'people', 'emigrated', 'steppe', 'tartary', 'east', 'caspian', 'sea', 'raised', 'dignity', 'empire', 'orthogrul', 'emir', 'turkish', 'sultan', 'iconium', 'dignity', 'son', 'succeeded', 'conquest', 'sultany', 'mogul', 'near', 'end', 'century', 'othman', 'planned', 'new', 'empire', 'purpose', 'effected', 'consolidation', 'different', 'turkish', 'tribe', 'fixed', 'seat', 'government', 'byrsa', 'brousa', 'situated', 'near', 'base', 'mount', 'olympus', 'sixty_miles', 'south', 'constantinople', 'overlooking', 'beautiful', 'fertile', 'valley', 'asia_minor', 'assumed', 'title', 'sultan', 'point', 'date', 'rise', 'ottoman', 'empire', 'turk', 'long', 'embraced', 'mohammedanism', 'wrested', 'temporal', 'dominion', 'saracen', 'calif', 'bagdad', 'ambitious', 'extending', 'dominion', 'mercenary', 'motif', 'othman', 'attack', 'grecian', 'empire', 'july', 'time', 'turk', 'greatly', 'harrassed', 'grecian', 'year', 'month', 'thirty', 'day', 'prophetic', 'time', 'rev', 'success', 'far', 'attended', 'turkish', 'arm', 'seventy_years', 'founding', 'empire', 'seat', 'government', 'removed', 'brousa', 'adrianople', 'mile', 'northwest', 'constantinople', 'character', 'turkish', 'ruler', 'expressed', 'term', 'apollyon', 'destroyer', 'rev', 'end', 'period', 'year', 'turk', 'far', 'weakened', 'grecian', 'power', 'death', 'greek', 'emperor', 'successor', 'dare', 'ascend', 'throne', 'consent', 'amurath', 'turkish', 'sultan', 'asked', 'obtained', 'ended', 'supremacy', 'greek', 'division', 'roman_empire', 'year', 'amurath', 'having', 'died', 'successor', 'besieged', 'took', 'constantinople', 'seat', 'ottoman', 'empire', 'submission', 'greek', 'emperor', 'turkish', 'power', 'removed', 'sultanies', 'composing', 'ottoman', 'empire', 'restraint', 'greek', 'supremacy', 'imposed', 'gave', 'year', 'day', 'national', 'liberty', 'satiate', 'thirst', 'carnage', 'plunder', 'rev', 'period', 'ended', 'august', 'england', 'russia', 'austria', 'prussia', 'interposed', 'settle', 'difficulty', 'sultan', 'mehemet', 'ali', 'pasha', 'egypt', 'interposition', 'sultan', 'obliged', 'permit', 'ending', 'suptemacy', 'empire', 'book', 'daniel', 'ottoman', 'empire', 'termed', 'king', 'north', 'contradistinction', 'king', 'south', 'egypt', 'iccessive', 'conflict', 'turk', 'foreign', 'power', 'continue', 'weaken', 'empire', 'foreign', 'intervention', 'longer', 'granted', 'near_future', 'sultan', 'compelled', 'hastily', 'remove', 'throne', 'constantinople', 'jerusalem', 'sea', 'glorious', 'holy', 'mountain', 'dan', 'fulfillment', 'specification', 'prophecy', 'unfulfilled', 'deep_interest', 'generation', 'inasmuch', 'constitutes', 'ono', 'important', 'token', 'token', 'close', 'probationary', 'time', 'world', 'lisurvey', 'situation', 'east', 'compels', 'belief', 'long', 'pent', 'force', 'accumulated', 'round', 'bosporus', 'jealousy', 'european', 'nation', 'time', 'explode', 'fragment', 'ottoman', 'power', 'precipitate', 'time', 'trouble', 'nation', 'following', 'paragraph', 'clearly', 'forcibly', 'indicate', 'near', 'approach', 'terrible', 'day', 'peter', 'sweeny', 'new', 'york', 'chicago', 'time', 'sept', 'war', 'europe', 'come', 'begin', 'hour', 'destructive', 'violence', 'unknown', 'day', 'source', 'revenue', 'strained', 'drained', 'martial', 'effect', 'idle', 'world', 'seen', 'like', 'destructive', 'warlike', 'mean', 'europe', 'great', 'military', 'camp', 'chief', 'power', 'armed', 'teeth', 'combination', 'general', 'effort', 'parade', 'amusement', 'enormous', 'army', 'highest', 'condition', 'discipline', 'armed', 'perfection', 'leaning', 'musket', 'bridle', 'hand', 'waiting', 'camp', 'field', 'order', 'march', 'following', 'cable', 'dispatch', 'providence', 'journal', 'sept', 'introduced', 'paper', 'heading', 'containing', 'word', 'road', 'clear', 'russia', 'british', 'backdown', 'eastern', 'question', 'sea', 'coast', 'czar', 'egypt', 'england', 'london', 'sept', 'lord', 'churchill', 'lord', 'salisbury', 'adopted', 'bold', 'scheme', 'dishing', 'gladstone', 'foreign', 'imperial', 'policy', 'powerful', 'party', 'day', 'growing', 'influence', 'led', 'men', 'tower', 'strength', 'commenced', 'agitation', 'reversal', 'england', 'traditional', 'turkish', 'policy', 'platform', 'new', 'party', 'withdrawal', 'turkish', 'alliance', 'establishment', 'close', 'relation', 'russia', 'english', 'policy', 'east', 'pivot', 'defense', 'constantinople', 'british', 'exclusion', 'russia', 'outlet', 'mediterranean', 'policy', 'vigorously', 'attacked', 'promoter', 'pro', 'russian', 'movement', 'boldly', 'assail', 'turkish', 'government', 'europe', 'asia', 'fatal', 'human', 'progress', 'injurious', 'british', 'england', 'shown', 'power', 'think', 'worth', 'bolster', 'vicious', 'rule', 'pasha', 'great', 'power', 'exception', 'willing', 'question', 'future', 'ownership', 'constantinople', 'partition', 'turkish_empire', 'settled', 'paper', 'editorial', 'subject', 'following', 'begin', 'appreciate', 'change', 'come', 'british', 'public', 'opinion', 'decade', 'newspaper', 'thoroughly', 'imbued', 'tory', 'doctrine', 'conversant', 'purpose', 'tory', 'government', 'london', 'standard', 'declaring', 'england', 'afford', 'let', 'russia', 'austria', 'fight', 'turkish', 'problem', 'disraeli', 'given', 'coronet', 'year', 'ago', 'preferred', 'country', 'undergo', 'horror', 'terrible', 'war', 'allow', 'russia', 'foot', 'hold', 'south', 'danube', 'england', 'resounded', 'praise', 'disraeli', 'forgotten', 'voice', 'zealous', 'follower', 'raised', 'advocacy', 'dearest', 'theory', 'traditional', 'policy', 'party', 'marquis', 'salisbury', 'willing', 'forget', 'shard', 'took', 'carrying', 'disraeli', 'project', 'englishman', 'beginning', 'length', 'real_interest', 'quarrel', 'appreciate', 'hand', 'tied', 'result', 'mistaken', 'statesmanship', 'left', 'europe', 'virtually', 'friendless', 'constantinople', 'importance', 'jerusalem', 'egypt', 'turkey', 'key', 'asiatic', 'possession', 'view', 'impending', 'crisis', 'east', 'declaration', 'solomon', 'thou', 'knowest', 'day', 'bring', 'forth', 'pertinent', 'aphorism', 'prophecy', 'declare', 'time', 'michael', 'shall', 'stand', 'god', 'people', 'written', 'book', 'life', 'replied', 'coming', 'knocked', 'went', 'fot', 'grew', 'angry', 'opened', 'door', 'coming', 'twei', 'sleepy', 'voice', 'rubb', 'want', 'sir', 'theft', 'yer', 'pardon', 'hearing', 'knock', 'sleep', 'toi', 'hear', 'habit', 'length', 'die', 'sleeper', 'god', 'judge', 'man', 'idle', 'answer']
root - INFO - extracting file #102500: 2017-04-Final-Corpus/RH18880710-V65-28-page14.txt
root - INFO - extracting file #103000: 2017-04-Final-Corpus/RH18890226-V66-09-page10.txt
root - INFO - ['jurious', 'tell', 'know', 'true', 'certainly', 'involve', 'liability', 'telling', 'untruth', 'telling', 'lie', 'truth', 'certainly', 'bear', 'close', 'relation', 'lying', 'gossip', 'invariably', 'exaggeration', 'truth', 'story', 'passing', 'scarcely', 'fail', 'receive', 'addition', 'intention', 'best', 'way', 'avoid', 'idle', 'talk', 'entirely', 'way', 'shall', 'guile', 'mouth', 'seriously', 'question', 'propriety', 'concealing', 'unfavorable', 'character', 'writing', 'bright', 'reporting', 'cause', 'paper', 'pulpit', 'know', 'common', 'practice', 'adopted', 'eminent', 'excellent', 'laborer', 'let', 'briefly', 'examine', 'report', 'field', 'meeting', 'convey', 'true', 'impression', 'false', 'right', 'people', 'believe', 'thing', 'far', 'better', 'condition', 'god', 'truth', 'pleased', 'deceive', 'people', 'hoping', 'good', 'isitrightto', 'evilthat', 'good', 'come', 'paul', 'slanderously', 'reported', 'rom', 'damnation', 'slandered', 'certain', 'evidently', 'considered', 'course', 'blameable', 'great_sin', 'misrepresent', 'let', 'venture', 'course', 'recognize', 'wrong', 'withholding', 'fact', 'trading', 'deceive', 'mislead', 'loss', 'principle', 'leading', 'indulge', 'hope', 'prosperity', 'founded', 'fact', 'lead', 'procuring', 'loss', 'loss', 'confidence', 'god', 'real', 'work', 'founded', 'deception', 'kind', 'hate', 'believe', 'confidence', 'founded', 'misrepresentation', 'truth', 'doe', 'anybody', 'good', 'end', 'badly', 'reacts', 'reputation', 'practice', 'years_past', 'known', 'minister', 'report', 'accepted', 'large', 'discount', 'excess', 'untruth', 'acquainted', 'fact', 'saw', 'report', 'conclusion', 'drawn', 'concerning', 'reliability', 'making', 'truthful', 'report', 'let', 'let', 'avoid', 'guile', 'good', 'cause', 'plead', 'honesty', 'strict', 'integrity', 'word', 'deed', 'people', 'let', 'known', 'probity', 'candor', 'frankness', 'openness', 'heart', 'world', 'deception', 'refreshing', 'people', 'famous', 'truthfulness', 'straightforward', 'dealing', 'tired', 'politic', 'method', 'double', 'dealing', 'finesse', 'fair', 'sweet', 'face', 'scheme', 'curtain', 'age', 'political', 'craftiness', 'let', 'want', 'live', 'honest', 'life', 'look', 'man', 'squarely', 'face', 'feel', 'own_souls', 'truthful', 'way', 'devious', 'way', 'follow', 'serpent', 'straight', 'line', 'truth', 'truly', 'know', 'lord', 'hate', 'like', 'hypocrisy', 'deception', 'high', 'commendation', 'nathaniel', 'jesus', 'gave', 'behold', 'israelite', 'guile', 'john', 'word', 'came', 'sin', 'guile', 'mouth', 'peter', 'apostle', 'wherefore', 'laying', 'aside', 'malice', 'guile', 'hypocrisy', 'envy', 'evil', 'speaking', 'peter', 'love', 'life', 'good', 'day', 'let', 'refrain', 'tongue', 'evil', 'lip', 'speak', 'guile', 'peter', 'life', 'referred', 'comprehends', 'life', 'come', 'present', 'good', 'day', 'embrace', 'eternal', 'glory', 'saved', 'discarding', 'guile', 'certainly', 'condition', 'future_life', 'god', 'god', 'truth', 'nature', 'lie', 'hate', 'false', 'way', 'love', 'integrity', 'straightforwardness', 'uprightness', 'perfect', 'frankness', 'dear', 'reader', 'shall', 'imitator', 'shall', 'blessed', 'company', 'mouth', 'guile', 'may_god', 'grant', 'wine', 'babylon', 'evil', 'grown', 'union', 'church', 'state', 'fourth', 'century', 'fully', 'realized', 'day', 'judgment', 'nature', 'union', 'desirable', 'christian', 'controlled', 'spirit', 'deceptive', 'nature', 'active', 'working', 'end', 'evil', 'evil', 'union', 'church', 'state', 'formed', 'papacy', 'persecuting', 'power', 'seen', 'prophet', 'john', 'king', 'earth', 'committed', 'fornication', 'wine', 'wrath', 'fornication', 'inhabitant', 'earth', 'drunk', 'rev', 'corrupt', 'church', 'described', 'representing', 'great', 'wealth', 'woman', 'arrayed', 'purple', 'scarlet', 'color', 'decked', 'gold', 'precious_stone', 'pearl', 'having', 'golden', 'cup', 'hand', 'abomination', 'filthiness', 'fornication', 'rev', 'iniquity', 'described', 'fifth', 'sixth', 'verse', 'head', 'written', 'mystery', 'baby', 'lon', 'great', 'mother', 'harlot', 'abomination', 'earth', 'saw', 'woman', 'drunken', 'blood', 'saint', 'blood', 'martyr', 'jesus', 'saw', 'wondered', 'great', 'admiration', 'forming', 'union', 'state', 'church', 'entered', 'road', 'lead', 'destruction', 'nation', 'earth', 'represented', 'giving', 'power', 'beast', 'end', 'forcibly', 'portrayed', 'following', 'word', 'shall', 'war', 'lamb', 'lamb', 'shall', 'overcome', 'lord', 'lord', 'king', 'king', 'called', 'chosen', 'faithful', 'conclusion', 'battle', 'great_day', 'beast', 'king', 'earth', 'army', 'gathered', 'war', 'sat', 'horse', 'described', 'cast', 'alive', 'lake', 'burning', 'brimstone', 'rev', 'consequently', 'forming', 'union', 'entering', 'downward', 'road', 'prepared', 'final', 'destruction', 'professing', 'christianity', 'partaken', 'spirit', 'persecution', 'tliose', 'sin', 'generative', 'nature', 'end', 'place', 'soul', 'reach', 'hope', 'important', 'correct', 'view', 'proper', 'claim', 'god', 'cesar', 'correctly', 'present', 'infrequently', 'spoken', 'evil', 'union', 'church', 'state', 'applied', 'blair', 'men', 'intelligence', 'remarked', 'possible', 'pas', 'congress', 'instance', 'shown', 'men', 'signed', 'petition', 'sunday', 'realizing', 'nature', 'thousand', 'thousand', 'people', 'need', 'enlightened', 'nature', 'work', 'aroused', 'oppose', 'worship', 'god', 'civil_power', 'civil_power', 'like', 'praying', 'machinery', 'thousand', 'time', 'worse', 'early', 'reformer', 'brought', 'catholic_church', 'spirit', 'respect', 'want', 'opportunity', 'practice', 'john', 'calvin', 'believed', 'melancthon', 'intimate', 'friend', 'luther', 'calvin', 'indorsed', 'doctrine', 'recommended', 'john', 'knox', 'associated', 'calvin', 'year', 'instilled', 'spirit', 'scottish', 'reformer', 'work', 'written', 'calvin', 'refuting', 'supposed', 'error', 'servetus', 'question', 'discussed', 'lawful', 'christian', 'magistrate', 'punish', 'heretic', 'affirmative', 'maintained', 'calvin', 'subscribed', 'minister', 'follows', 'given', 'calvin', 'fourteen', 'calvin', 'acknowledged', 'recommended', 'condemnation', 'servetus', 'letter', 'written', 'february', 'servetus', 'written', 'letter', 'pointed', 'large', 'volley', 'extravagant', 'idea', 'hectering', 'view', 'proposing', 'extraordinary', 'unheard', 'thing', 'willing', 'come', 'hither', 'unwilling', 'promise', 'come', 'authority', 'manner', 'suffer', 'depart', 'alive', 'calvin', 'wrote', 'king', 'england', 'recommending', 'heresy', 'faith', 'espoused', 'restrained', 'arm', 'civil_power', 'life', 'john', 'calvin', 'theodore', 'beza', 'protestant', 'reformer', 'england', 'suffered', 'martyrdom', 'advised', 'child', 'reformer', 'came', 'united', 'state', 'freedom', 'conscience', 'brought', 'spirit', 'whole_world', 'intoxicated', 'wine', 'babylon', 'deceived', 'effect', 'people', 'persecution', 'doe', 'come', 'called', 'religious_persecution', 'day', 'papal', 'rule', 'law', 'land', 'police', 'regulation', 'heathen', 'island', 'christianized', 'idea', 'prevails', 'religionist', 'christianity', 'established', 'law', 'madagascar', 'afterpthirty', 'year', 'missionary_effort', 'time', 'black', 'flag', 'persecution', 'showed', 'quarter', 'queen', 'england', 'issued', 'proclamation', 'declaring', 'christianity', 'law', 'land', 'heathen', 'nation', 'ripe', 'union', 'church', 'state', 'japan', 'writer', 'japan', 'ripe', 'christian_religion', 'heathen', 'nation', 'globe', 'possible', 'christian', 'royal', 'decree', 'day', 'peaceful', 'reign', 'christ', 'looked', 'world', 'gospel', 'established', 'heathen', 'country', 'christian', 'united', 'state', 'america', 'favor', 'legalizing', 'christianity', 'marvel', 'missionary', 'partake', 'spirit', 'marvelous', 'nation', 'like', 'earth', 'law', 'left', 'religion', 'christ', 'placed', 'nation', 'unparalleled', 'prosperity', 'think', 'safety', 'lie', 'following', 'foot', 'print', 'papacy', 'bloody', 'trail', 'drenched', 'blood', 'christian', 'martyr', 'easily', 'traced', 'march', 'age', 'far', 'strange', 'god', 'fearing', 'men', 'woman', 'entered', 'heathen', 'country', 'sealed', 'testimony', 'blood', 'gain', 'victory', 'cross', 'strange', 'way', 'retain', 'victory', 'gained', 'price', 'union', 'church', 'state', 'depriving', 'people', 'descendant', 'pioneer', 'liberty', 'conscience', 'compelling', 'law', 'worship', 'god', 'christian', 'christ', 'design', 'heart', 'softened', 'civil_law', 'order', 'spirit', 'enter', 'dwell_therein', 'experience', 'taught', 'instance', 'men', 'work', 'hand', 'necessary', 'employ', 'thumb', 'screw', 'rack', 'boot', 'instrument', 'torture', 'order', 'extort', 'confession', 'crime', 'differing', 'conscientious', 'belief', 'practice', 'stake', 'death', 'thousand', 'way', 'punishment', 'thereof', 'national', 'reform', 'party', 'taken', 'step', 'christianize', 'law', 'country', 'queen', 'madagascar', 'took', 'queen', 'england', 'taken', 'spain', 'advocate', 'japan', 'ready', 'plea', 'satan', 'entirely', 'power', 'gospel', 'attain', 'victory', 'idolatry', 'superstition', 'men', 'throw', 'power', 'enabled', 'achieve', 'victory', 'rely', 'future', 'success', 'strength', 'finite', 'civil', 'arm', 'suffered', 'died', 'promulgation', 'christianity', 'passed', 'stage', 'action', 'child', 'place', 'think', 'need', 'civil', 'arm', 'throw', 'garb', 'piety', 'adveh', 'review', 'sabbath', 'herald', 'qvol']
root - INFO - extracting file #103500: 2017-04-Final-Corpus/RH18891008-V66-40-page14.txt
root - INFO - extracting file #104000: 2017-04-Final-Corpus/RH18900520-V67-20-page10.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'vol', 'oft', 'grub', 'ike', 'ausit', 'till', 'sentence', 'took', 'effect', 'brother', 'visit', 'wished', 'prayer', 'sentence', 'began', 'different', 'kept', 'strictly', 'confined', 'small', 'cell', 'friend', 'seen', 'relative', 'permitted', 'visit', 'twice', 'month', 'called', 'room', 'wear', 'prison', 'suit', 'like', 'criminal', 'receives', 'food', 'twice', 'day', 'march', 'sister', 'bro', 'sunden', 'went', 'prison', 'asked', 'privilege', 'seeing', 'granted', 'called', 'director', 'room', 'permitted', 'talk', 'short_time', 'presence', 'director', 'appeared', 'happy', 'pale', 'asked', 'lonely', 'said', 'thought', 'day', 'ahead', 'time', 'said', 'work', 'sabbath', 'difficulty', 'reckoning', 'day', 'permitted', 'bible', 'such_books', 'prison', 'minister', 'thought', 'good', 'book', 'publish', 'letter', 'sent', 'read', 'prison', 'minister', 'delivered', 'letter', 'doe', 'receive', 'saw', 'sister', 'written', 'began', 'follows', 'dear', 'bro', 'lindqvist', 'fear', 'thing', 'thou', 'shalt', 'suffer', 'behold', 'devil', 'shall', 'cast', 'prison', 'tried', 'writing', 'prepared', 'present', 'king', 'concerning', 'bro', 'lindqvist', 'conduct', 'treatment', 'mother', 'presented', 'tuesday', 'april', 'conversed', 'personally', 'asked', 'lessen', 'sentence', 'suffering', 'son', 'king', 'said', 'foolish', 'refuse', 'work', 'saturday', 'astonished', 'sentence', 'great', 'promised', 'stated', 'hope', 'time', 'imprisonment', 'shortened', 'america', 'present_time', 'state', 'legislate', 'point', 'religion', 'country', 'fair', 'example', 'result', 'present_time', 'lenstrand', 'infidel', 'imprisoned', 'stockholm', 'blaspheming', 'god', 'karlskrona', 'bro', 'lindqvist', 'imprisoned', 'obeying', 'god', 'lenstrand', 'blaspheming', 'denmark', 'week', 'time', 'visited', 'church', 'hvalso', 'salland', 'went', 'aalborg', 'place', 'camp_meeting', 'rest', 'time', 'spent', 'copenhagen', 'large', 'copenhagen', 'bro', 'hansen', 'time', 'spoken', 'immortality', 'question', 'respect', 'hold', 'unscriptural', 'position', 'speak', 'point', 'present_truth', 'copenhagen', 'pleasure', 'meeting', 'brn', 'otteson', 'olsen', 'younger', 'brother', 'come', 'america', 'study', 'copenhagen', 'encouraging', 'meet', 'brother', 'like', 'precious_faith', 'gave', 'taste', 'good', 'meet', 'strife', 'went', 'christiana', 'place', 'reached', 'april', 'absence', 'month', 'pleasant', 'meet', 'own_family', 'brother', 'felt', 'praise', 'lord', 'preserved', 'daily', 'token', 'love', 'care', 'stockholm', 'colporters', 'school', 'lord', 'blessing', 'encouraging', 'young_person', 'giving', 'life', 'work', 'god', 'sold', 'book', 'sweden', 'quarter', 'ended', 'like', 'period', 'past', 'lord', 'come', 'near', 'spirit', 'blessed', 'word', 'spoken', 'sabbath', 'precious_souls', 'kept', 'lord', 'sabbath', 'time', 'head', 'family', 'including', 'doctor', 'wife', 'course', 'meet', 'opposition', 'trust', 'lord', 'preparing', 'sabbath', 'deeply', 'interested', 'searching', 'scripture', 'thing', 'good_courage', 'lord', 'work', 'weather', 'settling', 'road', 'getting', 'better', 'expect', 'increase', 'pray', 'truth', 'presented', 'lord', 'lead', 'soul', 'obey', 'robert', 'later', 'keeping', 'sabbath', 'iowa', 'sioux', 'city', 'november', 'rented', 'store', 'room', 'west', 'city', 'commenced', 'meeting', 'giving', 'course', 'lecture', 'moved', 'east', 'city', 'gave', 'course', 'course', 'bro', 'hoen', 'labored', 'scandinavian', 'sister', 'long', 'pierce', 'wife', 'time', 'engaged', 'bible', 'work', 'result', 'signed', 'covenant', 'keeping', 'sabbath', 'began', 'meeting', 'friday', 'eld', 'johnson', 'came', 'aid', 'organization', 'church', 'labor', 'great_benefit', 'language', 'spoken', 'following', 'sabbath', 'church', 'thirtytwo', 'member', 'organized', 'scandinavian', 'eighteen', 'baptized', 'floyd', 'river', 'day', 'afternoon', 'ordinance', 'celebrated', 'participated', 'heartily', 'sunday', 'society', 'organized', 'member', 'passed', 'anxious', 'hour', 'past_winter', 'god', 'heard', 'prayer', 'granted', 'blessing', 'thankful', 'heacook', 'upper', 'columbia', 'moscow', 'viola', 'began', 'meeting', 'moscow', 'april', 'continued', 'church', 'revived', 'outside_interest', 'small', 'person', 'interested', 'soon', 'investigate', 'truth', 'reading', 'believe', 'identify', 'work', 'lord', 'sabbath', 'school', 'prospering', 'branch', 'work', 'received', 'attention', 'especially', 'tithing', 'day_offerings', 'prof', 'stewart', 'graduate', 'seventhday_baptist', 'school', 'alfred', 'center', 'fully', 'embraced', 'view', 'held', 'taught', 'seventh', 'day', 'adventist', 'giving', 'wholly', 'work', 'preaching', 'message', 'headquarters', 'place', 'assisted', 'meeting', 'april', 'began', 'meeting', 'viola', 'aboat', 'mile', 'moscow', 'seven', 'meeting', 'baptized', 'received', 'church', 'ordinance', 'celebrated', 'keeping', 'sabbath', 'hope', 'soon', 'fully', 'identify', 'great', 'glorious_work', 'lord', 'sabbath', 'dayton', 'wash', 'milton', 'oregon', 'lord', 'shall', 'start', 'wisconsin', 'expect', 'reach', 'sparta', 'hope', 'attend', 'wisconsin', 'camp_meeting', 'address', 'sparta', 'sanborn', 'cause', 'louis', 'went', 'louis', 'april', 'intention', 'begin', 'series', 'meeting', 'evening', 'arrived', 'church', 'failed', 'use', 'hall', 'engaged', 'purpose', 'sister', 'white', 'held', 'meeting', 'city', 'week', 'arrived', 'church', 'experienced', 'disappointment', 'obtaining', 'room', 'expected', 'meeting', 'informed', 'spoke', 'decidedly', 'favor', 'church', 'house', 'erected', 'people', 'city', 'building', 'clear', 'case', 'necessity', 'remained', 'week', 'andsucceededin', 'holding', 'meeting', 'desire', 'friend', 'council', 'consider', 'subject', 'building', 'church', 'house', 'subscribed', 'enterprise', 'addition', 'named', 'stun', 'installment', 'promise', 'secured', 'goeth', 'forth', 'weepeth', 'bearing', 'precious_seed', 'shall', 'doubtless', 'come', 'rejoicing', 'bringing', 'sheaf', 'come', 'tuxu', 'sinner', 'come', 'brother', 'come', 'gift', 'worldly', 'treasure', 'help', 'cause', 'god', 'privilege', 'pleasure', 'sacrifice', 'saviour', 'glory', 'like', 'woman', 'long', 'ago', 'living', 'bible', 'story', 'come', 'brother', 'come', 'gift', 'mental', 'talent', 'consecrate', 'god', 'standing', 'true', 'firm', 'gallant', 'faithful', 'precious', 'lord', 'saviour', 'soldier', 'war', 'esteemed', 'good', 'behavior', 'come', 'brother', 'come', 'gift', 'bone', 'muscle', 'hear', 'sound', 'aloft', 'tree', 'leaf', 'rustle', 'help', 'strength', 'god', 'commanded', 'watchful', 'eye', 'help', 'demanded', 'hear', 'hear', 'sister', 'true', 'maiden', 'mother', 'song', 'meant', 'brother', 'think', 'think', 'woman', 'stood', 'saviour', 'affliction', 'standing', 'cross', 'crucifixion', 'scandinavia', 'wrote', 'dear', 'revaw', 'dalarna', 'time', 'visited', 'following', 'place', 'sweden', 'gefie', 'domnarfvet', 'stockholm', 'norrkoping', 'karlskrona', 'work', 'lord', 'onward', 'place', 'received', 'blessing', 'god', 'worshiping', 'studying', 'word', 'karlskrona', 'brother', 'sentenced', 'year', 'month', 'day', 'penitentiary', 'keeping', 'sabbath', 'impression', 'number', 'paper', 'spoken', 'briefly', 'relate', 'circumstance', 'bro', 'lindqvist', 'said', 'brother', 'marine', 'soldier', 'fourth', 'year', 'connected', 'navy', 'seven', 'year', 'father', 'served', 'thirty', 'seven', 'year', 'mother', 'sister', 'belong', 'church', 'bro', 'lindqvist', 'began', 'attend', 'meeting', 'winter', 'converted', 'week', 'prayer', 'according', 'recommendation', 'general_conference', 'held', 'country', 'january', 'conversion', 'thought', 'continue', 'work', 'navy', 'asked', 'discharged', 'refused', 'said', 'know', 'better', 'according', 'conviction', 'consequence', 'accordingly', 'went', 'meeting', 'sabbath', 'instead', 'going', 'work', 'soon', 'worship', 'begun', 'police', 'came', 'conducted', 'prison', 'soon', 'released', 'refused', 'work', 'nett', 'sabbath', 'arrested', 'shortly', 'brought', 'court', 'martial', 'judged', 'according', 'law', 'declared', 'work', 'saturday', 'decided', 'serve', 'lord', 'commanded', 'sabbath', 'according', 'bible', 'almanac', 'saturday', 'authority', 'said', 'wrong', 'tried', 'convince', 'answered', 'privilege', 'obey', 'lord', 'want', 'willing', 'submit', 'punishment', 'therefor', 'sentenced', 'month', 'day', 'common', 'prison', 'thistookeffect', 'came', 'sabbath', 'rested', 'sentenced', 'year', 'penitentiary', 'sentence', 'changed', 'month', 'day', 'sentence', 'stated', 'year', 'month', 'day', 'penitentiary', 'discharge', 'navy', 'arrest', 'lord', 'praise', 'april', 'indiana', 'pleasant', 'sent', 'place', 'conference', 'began', 'labor', 'christian_church', 'mile', 'good', 'commenced', 'look', 'location', 'baptist', 'brother', 'sent', 'word', 'come', 'place', 'occupy', 'house', 'ofcourseacceptedthreioffer', 'andbeganmeetings', 'march', 'small', 'attentive', 'audience', 'broken', 'time', 'heavy', 'rain', 'continued', 'increase', 'growing', 'truth', 'presented', 'evening', 'large', 'brick', 'church', 'filled', 'good_order', 'prevailed', 'good', 'attention', 'johnson']
root - INFO - extracting file #104500: 2017-04-Final-Corpus/RH18910106-V68-01-page12.txt
root - INFO - extracting file #105000: 2017-04-Final-Corpus/RH18910811-V68-32-page2.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'vol', 'service', 'lay', 'hold', 'ofthe', 'duty', 'lyin', 'directly', 'pathway', 'trade', 'talent', 'ready', 'intrusted', 'tolou', 'work', 'god', 'want', 'fold', 'talent', 'napkin', 'bury', 'think', 'becommended', 'humility', 'lord', 'wili', 'surely', 'requireof', 'improvement', 'putting', 'exchanger', 'talent', 'weave', 'work', 'modesty', 'caution', 'delicacy', 'feeling', 'great_need', 'lay', 'hold', 'efficiency', 'jesus', 'help', 'work', 'fidelity', 'thoroughness', 'member', 'church', 'work', 'left', 'self', 'denial', 'self', 'sacrifice', 'doe', 'plea', 'unfitness', 'shirking', 'responsibility', 'stan', 'registered', 'great_sin', 'said', 'unfit', 'opportunity', 'god', 'dwarfsin', 'religious_life', 'growing', 'unto', 'stature', 'men', 'woman', 'christ', 'flimsy', 'excuse', 'making', 'position', 'ashamed', 'judge', 'earth', 'parable', 'man', 'buried', 'talent', 'earth', 'lord', 'faith', 'fully', 'pointed', 'duty', 'high', 'low', 'rich', 'poor', 'educated', 'uneducated', 'personal', 'responsibility', 'arouse', 'lethargy', 'carnal', 'security', 'work', 'use', 'talent', 'power', 'given', 'god', 'reason', 'talent', 'small', 'matter', 'use', 'matter', 'man', 'parable', 'life', 'bound', 'life', 'feel', 'care', 'blessing', 'laboring', 'god', 'right', 'life', 'place', 'mansion', 'know', 'suceetsfiffly', 'god', 'ilse', 'whole_heart', 'mind', 'soul', 'service', 'eternal_life', 'elder', 'braf', 'covert', 'indianapolis', 'ind', 'man', 'given', 'life', 'trust', 'bartered', 'away', 'naught', 'sealing', 'bargain', 'tear', 'blood', 'nearly', 'century', 'purchase', 'fraudulent', 'purchaser', 'cheat', 'transaction', 'proved', 'man', 'incapacity', 'deal', 'wily', 'deceiver', 'commodity', 'valuable', 'life', 'man', 'bankrupt', 'obtain', 'need', 'own_name', 'necessary', 'jesus', 'security', 'pay', 'want', 'guardian', 'sold', 'sin', 'adam', 'long', 'hold', 'claim', 'adamic', 'life', 'butthe', 'slavesof', 'satan', 'life', 'emancipation', 'proclamation', 'gone', 'effect', 'liberate', 'soul', 'yield', 'wholly', 'hand', 'christ', 'ana', 'free', 'accept', 'gift', 'renounce', 'claim', 'thing', 'received', 'sin', 'corrupted', 'slave', 'bound', 'parentage', 'receive', 'life', 'eternal', 'unclouded', 'sorrow', 'unsullied', 'sin', 'jesus', 'unto', 'eternal_life', 'shall', 'perish', 'shall', 'man', 'pluck', 'hand', 'father', 'gave', 'greater', 'man', 'able', 'pluck', 'father', 'hand', 'john', 'receive', 'giver', 'order', 'accept', 'gift', 'bath', 'son', 'bath', 'life', 'bath', 'son', 'god', 'bath', 'life', 'john', 'receive', 'christ', 'living', 'word', 'truth', 'incarnate', 'john', 'writes', 'awe', 'inspiring', 'mystery', 'gospel', 'thebeginning', 'word', 'word', 'god', 'word', 'god', 'word', 'flesh', 'dwelt', 'beheld', 'glory', 'glory', 'begotten', 'father', 'grace', 'truth', 'unspeakable', 'glory', 'god', 'word', 'life', 'son', 'christ', 'imparts', 'life', 'giving', 'word', 'mystery', 'new_birth', 'apostle', 'writes', 'born', 'corruptible', 'seed', 'incorruptible', 'word', 'god', 'liveth', 'abideth', 'forever', 'word', 'gospel', 'preached', 'unto', 'pet', 'john', 'introduces', 'epistle', 'reference', 'jesus', 'embodiment', 'god', 'word', 'living', 'form', 'eternal_life', 'incarnate', 'son', 'god', 'beginning', 'heard', 'seen', 'eye', 'looked', 'hand', 'handled', 'word', 'life', 'life', 'manifested', 'seen', 'bear', 'witness', 'unto', 'eternal_life', 'father', 'manifested', 'unto', 'john', 'wonderful_things', 'stated', 'verse', 'word', 'life', 'manifested', 'visibly', 'men', 'handled', 'human', 'hand', 'heard', 'human', 'ear', 'eternal_life', 'father', 'presented', 'dwelling', 'men', 'human', 'form', 'jesus', 'teaching', 'point', 'view', 'represented', 'bread', 'heaven', 'meat', 'drink', 'people', 'subsist', 'order', 'eternal_life', 'lesson', 'said', 'bread', 'life', 'bread', 'cometh', 'heaven', 'man', 'eat', 'thereof', 'die', 'eat', 'flesh', 'son', 'man', 'drink', 'blood', 'life', 'whoso', 'eateth', 'flesh', 'drinketh', 'blood', 'bath', 'eternal_life', 'raise', 'day', 'living', 'father', 'bath', 'sent', 'live', 'father', 'eateth', 'shall', 'live', 'jesus', 'presented', 'word', 'god', 'embodied', 'flesh', 'eternal_truth', 'incorporated', 'living', 'form', 'eat', 'truth', 'bread', 'holy', 'spirit', 'incorporated', 'spiritual', 'mental', 'nature', 'word', 'jesus', 'word', 'speak', 'unto', 'spirit', 'life', 'john', 'life', 'christ', 'course', 'speaking', 'oldness', 'letter', 'try', 'worship', 'serve', 'god', 'word', 'living', 'power', 'mind', 'heart', 'child', 'god', 'treasure', 'wisdom', 'life_eternal', 'formed', 'man', 'value', 'gold', 'lord', 'man', 'precious', 'fine_gold', 'man', 'golden', 'wedge', 'ophir', 'isa', 'paul', 'treasure', 'earthen', 'vessel', 'excellency', 'power', 'god', 'cor', 'spoke', 'living', 'power', 'heart', 'true', 'believer', 'asked', 'christian', 'know', 'exceeding', 'greatness', 'power', 'usward', 'believe', 'according', 'working', 'mighty_power', 'wrought', 'christ', 'raised', 'dead', 'set', 'right', 'hand', 'heavenly', 'place', 'eph', 'living', 'faith', 'child', 'god', 'know', 'power', 'theory', 'fact', 'real', 'constant', 'living', 'energy', 'competent', 'witness', 'qualified', 'bear', 'testimony', 'jesus', 'christ', 'man', 'jesus', 'lord', 'holy', 'ghost', 'cor', 'power', 'overcome', 'jesus', 'life_eternal', 'know', 'thee', 'true', 'god', 'jesus_christ', 'thou_bast', 'sent', 'john', 'verily', 'verily', 'unto', 'heareth', 'word', 'believeth', 'sent', 'bath', 'everlasting', 'life', 'shall', 'come', 'condemnation', 'passed', 'death', 'unto', 'life', 'john', 'believer', 'pass', 'power', 'dominion', 'death', 'power', 'endless_life', 'power', 'raised', 'jesus', 'dead', 'exercised', 'creating', 'new_creature', 'christ_jesus', 'created', 'righteousness', 'true', 'holiness', 'new_creature', 'new_man', 'endowed', 'life', 'faculty', 'kind', 'posse', 'parent', 'endow', 'offspring', 'attribute', 'life', 'character', 'christ', 'endows', 'child', 'imparting', 'harmony', 'thought', 'apostle', 'wrote', 'christ', 'liveth', 'life', 'live', 'flesh', 'live', 'faith', 'son', 'god', 'gal', 'ands', 'record', 'god', 'bath', 'given', 'eternal_life', 'life', 'son', 'john', 'wicked', 'life', 'mur', 'derer', 'bath', 'eternal_life', 'abiding', 'john', 'bath', 'son', 'god', 'hath', 'life', 'chap', 'believeth', 'flue', 'son', 'bath', 'everlasting', 'life', 'believeth', 'son', 'shall', 'life', 'wrath', 'god', 'abideth', 'john', 'unconverted', 'sold', 'sin', 'said', 'present_life', 'received', 'adam', 'life', 'christ', 'source', 'life', 'man', 'life', 'life', 'true', 'come', 'forth', 'order', 'resurrection', 'resurrection', 'life', 'righteous', 'come', 'forth', 'unto', 'resurrection', 'damnation', 'chap', 'come', 'cell', 'death', 'die', 'second', 'death', 'inherited', 'death', 'adam', 'having', 'died', 'iniquity', 'die', 'account', 'righteous', 'man', 'turneth', 'away', 'righteousness', 'committeth', 'iniquity', 'dieth', 'iniquity', 'hatli', 'shall', 'die', 'eze', 'death', 'spoken', 'text', 'iniquity', 'possibly', 'refer', 'giving', 'life', 'held', 'man', 'class', 'bad', 'good', 'innocent', 'wicked', 'alike', 'subject', 'physical', 'pain', 'death', 'refer', 'penalty', 'inflicted', 'finally', 'impenitent', 'individual', 'sin', 'wondered', 'christian', 'die', 'passed', 'death', 'unto', 'life', 'doe', 'come', 'condemnation', 'answer', 'christianity', 'doe', 'bring', 'death', 'sinner', 'life', 'righteous', 'reference', 'present', 'physical', 'state', 'wicked', 'suffer', 'future', 'penalty', 'transgression', 'reference', 'adamic', 'death', 'righteous', 'suffer', 'adamic', 'penaltywithout', 'reference', 'life', 'christ', 'death', 'witnessing', 'midst', 'doe', 'prove', 'present', 'individual', 'standing', 'god', 'ask', 'eternal_life', 'pas', 'grave', 'answer', 'life', 'christ', 'christ', 'doe', 'perish', 'righteousness', 'redemption', 'life', 'christ', 'thing', 'able', 'fall', 'asleep', 'apostle', 'dead', 'life', 'hid', 'christ', 'god', 'christ', 'life', 'shall', 'appear', 'shall', 'appear', 'glory', 'col', 'writes', 'know', 'believed', 'persuaded', 'able', 'committed', 'unto', 'day', 'tim', 'death', 'child', 'faith', 'conquered', 'foe', 'christ', 'saint', 'till', 'death', 'sustains', 'death', 'child', 'god', 'thank', 'praise', 'lord', 'testimony', 'servant', 'david', 'yea', 'walk', 'valley', 'shadow', 'death', 'fear', 'evil', 'thou_art', 'thy', 'rod', 'thy', 'staff', 'comfort', 'precious', 'thought', 'jesus', 'child']
root - INFO - extracting file #105500: 2017-04-Final-Corpus/RH18920329-V69-13-page3.txt
root - INFO - extracting file #106000: 2017-04-Final-Corpus/RH18921108-V69-44-page7.txt
root - INFO - ['nov', 'advent', 'review', 'ahd', 'sabbath', 'herald', 'read', 'fallen', 'asleep', 'day', 'read', 'dear_reader', 'fallen', 'asleep', 'whilst', 'opportunity', 'let', 'horror', 'inquisition', 'remarkable', 'baptist', 'nobly', 'stood', 'defense', 'religious_liberty', 'past_history', 'country', 'branch', 'church', 'intends', 'celebrate', 'centennial', 'separation', 'church', 'state', 'land', 'trample', 'underfoot', 'mass', 'meeting', 'principle', 'advocated', 'drift', 'thing', 'reason', 'thank', 'lord', 'christian', 'people', 'approve', 'action', 'congress', 'writer', 'article', 'truthful', 'stating', 'congress', 'compelled', 'public_opinion', 'appropriation', 'conditioned', 'observance', 'christian', 'sabbath', 'agitator', 'socalled', 'reformer', 'believe', 'compulsion', 'content', 'compelling', 'congress', 'shut', 'gate', 'fair', 'sunday', 'compel', 'people', 'imprison', 'state', 'writer', 'proposition', 'spoken', 'opening', 'fair', 'sunday', 'desecration', 'american', 'sabbath', 'came', 'father', 'command', 'god', 'like', 'inform', 'editor', 'examiner', 'think', 'author', 'article', 'american', 'sabbath', 'man', 'desecrated', 'mohammedan', 'sabbath', 'genuine', 'sabbath', 'lord', 'certainly', 'new', 'departure', 'theology', 'american', 'sabbath', 'command', 'god', 'object', 'meeting', 'arouse', 'people', 'greater', 'vigilance', 'lest', 'congress', 'dis', 'nnul', 'learn', 'following', 'congress', 'change', 'mind', 'present', 'time', 'jubilation', 'beg', 'pardon', 'phrase', 'time', 'wire', 'pulling', 'said', 'hard', 'fighting', 'hope', 'congress', 'change', 'mind', 'writer', 'credit', 'begging', 'pardon', 'wire', 'pulling', 'implies', 'getting', 'thing', 'hook', 'crook', 'quotation', 'law', 'maker', 'washington', 'vote', 'sundayclosing', 'personal', 'preference', 'beck', 'indignant', 'public', 'law', 'maker', 'credit', 'indignant', 'public', 'use', 'lash', 'congress', 'power', 'use', 'desecrate', 'american', 'sabbath', 'sunday', 'penniman', 'modern', 'selfishness', 'following', 'article', 'heading', 'september', 'number', 'spectator', 'london', 'use', 'word', 'modern', 'imply', 'editor', 'regard', 'recently', 'taken', 'place', 'outburst', 'strange', 'phase', 'selfishness', 'peculiar', 'day', 'true', 'striking', 'verification', 'prediction', 'paul', 'days_perilous_times', 'shall', 'come', 'men', 'shall', 'lover', 'self', 'frequently', 'alleged', 'meaning', 'men', 'world', 'governed', 'pity', 'feeling', 'consideration', 'weak', 'maintenance', 'fleet', 'armament', 'indicates', 'unwarrantable', 'distrust', 'neighboring', 'nation', 'maintenance', 'strong', 'police', 'great', 'unnecessary', 'expenditure', 'wish', 'believe', 'smooth', 'thing', 'carefully', 'study', 'case', 'normannia', 'passenger', 'reported', 'recent', 'telegram', 'normannia', 'arrived', 'new', 'york', 'cholera', 'board', 'placed', 'quarantine', 'compelled', 'remain', 'harbor', 'communication', 'land', 'complete', 'isolation', 'healthy', 'passenger', 'endured', 'extreme', 'misery', 'governor', 'new', 'york', 'humane', 'wide', 'minded', 'man', 'proposed', 'island', 'islet', 'opposite', 'long', 'island', 'large', 'hotel', 'purchased', 'quarantine', 'station', 'passenger', 'landed', 'comfort', 'freedom', 'motion', 'immunity', 'danger', 'infection', 'purchased', 'island', 'hotel', 'healthy', 'passenger', 'transferred', 'small', 'coasting', 'steamer', 'cepheus', 'supposed', 'suffering', 'imprisonment', 'event', 'happily', 'terminated', 'thought', 'mistook', 'epoch', 'reign', 'law', 'love', 'commenced', 'suffering', 'disturb', 'comfort', 'looker', 'inhabitant', 'shore', 'long', 'island', 'island', 'rose', 'arm', 'prevent', 'anybody', 'cepheus', 'landing', 'island', 'threatened', 'drown', 'officer', 'appointed', 'governor', 'look', 'passenger', 'implored', 'allow', 'old', 'woman', 'child', 'land', 'sullenly', 'refused', 'mcpherson', 'new', 'jersey', 'senator', 'united', 'state', 'appealed', 'god', 'appeal', 'god', 'urged', 'senator', 'longer', 'led', 'heartless', 'cruelty', 'attorney', 'consent', 'woman', 'child', 'taken', 'boat', 'eat', 'place', 'sleep', 'common', 'decency', 'life', 'longer', 'observed', 'surroundings', 'foul', 'sea', 'sickness', 'answer', 'think', 'bring', 'everlasting', 'disgrace', 'men', 'appeal', 'vain', 'crowd', 'assured', 'competent', 'health', 'officer', 'fear', 'preferred', 'suffering', 'fully', 'realized', 'smallest', 'modicum', 'risk', 'person', 'overawed', 'arrival', 'militia', 'left', 'island', 'unfortunate', 'passenger', 'pity', 'feeble', 'sick', 'abhorrence', 'selfishness', 'confined', 'america', 'hardly', 'country', 'southern', 'europe', 'sickness', 'infectious', 'character', 'regarded', 'angry', 'loathing', 'leading', 'active', 'cruelty', 'hungary', 'peasant', 'openly', 'declare', 'inflict', 'death', 'incur', 'risk', 'wife', 'child', 'place', 'germany', 'people', 'absolutely', 'refuse', 'sick', 'admittance', 'drive', 'crowd', 'russian', 'jew', 'starve', 'perish', 'frontier', 'sickness', 'wholly', 'exempt', 'selfishness', 'refuse', 'admittance', 'hospital', 'moaning', 'loudly', 'oppression', 'practiced', 'russian', 'jew', 'avoid', 'competition', 'avoid', 'disease', 'advantage', 'excuse', 'declare', 'shall', 'enter', 'port', 'law', 'love', 'yin', 'mind', 'applies', 'dangerously', 'miserable', 'scope', 'christian', 'charity', 'law', 'educates', 'coerces', 'people', 'island', 'humane', 'coercion', 'soldier', 'forever', 'regard', 'inhumanity', 'certain', 'distaste', 'tendency', 'bound', 'natural', 'instinct', 'shoot', 'weak', 'expose', 'risk', 'danger', 'man', 'state', 'nature', 'exceedingly', 'dangerous', 'brute', 'capable', 'father', 'got', 'scarlet_fever', 'shooting', 'prevent', 'spread', 'infection', 'fact', 'youth', 'friendship', 'better', 'old_age', 'hazutt', 'brocton', 'mass', 'woman', 'boast', 'having', 'lived', 'administration', 'president', 'united', 'state', 'hannah', 'harmon', 'born', 'day', 'preceding', 'washington', 'retirement', 'office', 'serve', 'lord', 'jlf', 'beg', 'governor', 'chase', 'world', 'fair', 'recent', 'sermon', 'delivered', 'yearly', 'meeting', 'christian', 'campbellite', 'people', 'howard', 'county', 'middletown', 'ind', 'governor', 'chase', 'expressed', 'view', 'closing', 'world', 'columbian', 'exposition', 'day', 'week', 'discourse', 'delivered', 'ostensibly', 'foreign', 'missionary', 'work', 'particularly', 'relating', 'work', 'denomination', 'observe', 'sunday', 'course', 'remark', 'stated', 'paper', 'referring', 'sermon', 'waved', 'splendid', 'tribute', 'effort', 'young', 'people', 'society', 'christian', 'endeavor', 'secure', 'action', 'congress', 'closing', 'fair', 'sunday', 'eulogizing', 'activity', 'effort', 'assigning', 'reason', 'people', 'country', 'missionary', 'gone', 'carried', 'message', 'gospel', 'shall', 'attend', 'exposition', 'understand', 'practice', 'preach', 'yes', 'people', 'converted', 'preaching', 'coming', 'home', 'taught', 'sunday', 'sabbath', 'observe', 'day', 'conclude', 'regard', 'believe', 'taught', 'infer', 'fact', 'believe', 'taught', 'regard', 'sacredness', 'day', 'scriptural', 'authority', 'observance', 'order', 'disabuse', 'mind', 'erroneous', 'idea', 'exposition', 'closed', 'day', 'action', 'answer', 'inquiry', 'taught', 'sunday', 'ought', 'regarded', 'sacred', 'day', 'forever', 'end', 'interrogation', 'brother', 'word', 'governor', 'state', 'meaning', 'fact', 'minister', 'sat', 'rostrum', 'clapped', 'hand', 'religious', 'meeting', 'remark', 'signification', 'shall', 'manifest', 'hesitancy', 'warning', 'world', 'coming', 'earth', 'shall', 'exhibit', 'degree', 'activity', 'opponent', 'russicurille', 'ind', 'elliorr', 'baptist', 'going', 'principle', 'mass', 'meeting', 'approval', 'action', 'congress', 'closing', 'world', 'fair', 'sunday', 'examiner', 'sept', 'baptist', 'organ', 'new', 'york', 'city', 'notice', 'article', 'heading', 'sunday', 'fair', 'follows', 'mass', 'meeting', 'previously', 'announced', 'held', 'calvary', 'baptist', 'church', 'city', 'friday', 'evening', 'expression', 'approval', 'christian', 'people', 'received', 'action', 'congress', 'regard', 'sunday', 'closing', 'world', 'fair', 'meeting', 'presided', 'colonel', 'elliot', 'shepard', 'president', 'american', 'sabbath', 'union', 'organization', 'played', 'leading', 'bringing', 'public_opinion', 'bear', 'congress', 'persuading', 'accurate', 'compelling', 'body', 'appropriation', 'conditional', 'observance', 'christian', 'sabbath', 'speaker', 'included', 'prominent_men', 'denomination', 'new', 'york', 'mac', 'arthur', 'major', 'general', 'howard', 'tell', 'gath', 'publish', 'street', 'askelon', 'mass', 'meeting', 'held', 'baptist', 'church', 'jubilate', 'prospect', 'binding', 'fetter', 'religious', 'tyranny', 'people', 'nation', 'driving', 'entering', 'wedge', 'sunday', 'closing', 'world', 'fair', 'culminate', 'complete', 'union', 'church', 'state', 'unmolested', 'power', 'god', 'widen', 'life', 'trust']
root - INFO - extracting file #106500: 2017-04-Final-Corpus/RH18930627-V70-26-page1.txt
root - INFO - extracting file #107000: 2017-04-Final-Corpus/RH18940206-V71-06-page7.txt
root - INFO - ['february', 'advent', 'review', 'aim', 'sai', 'herald', 'good', 'act', 'congratulate', 'religion', 'class', 'world', 'evil', 'civil', 'sabbath', 'plunge', 'soul', 'deeper', 'place', 'voice', 'church', 'heard', 'civil', 'sabbath', 'sabbath', 'meaning', 'meaning', 'idleness', 'uncivil', 'action', 'drunkenness', 'dissipation', 'periodical', 'debauchery', 'depravity', 'general', 'lawlessness', 'church', 'think', 'maintained', 'help', 'work', 'constantly', 'reminds', 'lawmaker', 'pas', 'stringent', 'law', 'forbidding', 'church', 'going', 'civil', 'sabbath', 'mistaken', 'church', 'mistaken', 'lawmaker', 'learn', 'thing', 'suffer', 'note', 'way', 'citizen', 'wellington', 'lord', 'gave', 'freedom', 'power', 'speaking', 'people', 'wellington', 'city', 'inhabitant', 'capital', 'new', 'zealand', 'located', 'near', 'southern', 'point', 'north', 'island', 'city', 'built', 'shape', 'horseshoe', 'bay', 'country', 'uneven', 'residence', 'portion', 'city', 'built', 'elevation', 'work', 'gained', 'foothold', 'tract_society', 'depository', 'located', 'place', 'locating', 'conference', 'camp_meeting', 'time', 'new_impetus', 'work', 'camp_meeting', 'compared', 'holding', 'large', 'conference', 'state', 'small', 'affair', 'mind', 'people', 'thought', 'large', 'attracted', 'attention', 'camp', 'composed', 'tent', 'large', 'tent', 'pavilion', 'meeting', 'somewhat', 'smaller', 'dining', 'purpose', 'family_tents', 'new', 'good', 'quality', 'camp', 'presentable', 'appearance', 'eighty', 'people', 'encamped', 'ground', 'existed', 'degree', 'prejudice', 'work', 'time', 'gave', 'way', 'large_extent', 'meeting', 'attention', 'continued', 'increase', 'deep', 'conviction', 'baptism', 'held', 'person', 'receiving', 'rite', 'presence', 'mission', 'ship', 'harbor', 'gave', 'character', 'meeting', 'speaking', 'sister', 'white', 'white', 'wilson', 'kellogg', 'writer', 'kellogg', 'demand', 'labor', 'pulpit', 'sick', 'added', 'meeting', 'somewhat', 'disappointed', 'brother', 'expected', 'america', 'corliss', 'colcord', 'belated', 'join', 'meeting', 'planned', 'close', 'camp_meeting', 'arranged', 'elder', 'wilson', 'kellogg', 'stay', 'develop', 'work', 'begun', 'heard', 'continues', 'good', 'lord', 'gave', 'freedom', 'speaking', 'truth', 'brother', 'sister', 'attended', 'greatly', 'benefited', 'believe', 'result', 'meeting', 'impart', 'strength', 'work', 'new', 'zealand', 'people', 'present', 'felt', 'enjoyed', 'rich', 'feast', 'business', 'conference', 'passed', 'best', 'harmony', 'elder', 'wilson', 'elected', 'president', 'conference', 'tract_society', 'close', 'meeting', 'brother', 'israel', 'returned', 'australia', 'best', 'labor', 'missed', 'new', 'zealand', 'conference', 'learned', 'love', 'look', 'father', 'elder', 'cullagh', 'account', 'throat', 'difficulty', 'able', 'public', 'speaking', 'australia', 'awhile', 'rest', 'improve', 'health', 'personally', 'enjoyed', 'meeting', 'great_pleasure', 'acquainted', 'borer', 'late', 'number', 'article', 'sabbath', 'holy', 'day', 'contains', 'striking', 'statement', 'admission', 'civil', 'sabbath', 'worse', 'coming', 'source', 'worthy', 'little', 'attention', 'showing', 'importance', 'sabbath', 'rest_day', 'divested', 'sacred', 'character', 'soon', 'degenerate', 'day', 'pleasure', 'pastime', 'dissipation', 'lawlessness', 'author', 'finally', 'sabbath', 'great', 'multitude', 'day', 'simply', 'opportunity', 'revelry', 'vice', 'crime', 'kept', 'sacred', 'day', 'spiritual', 'day', 'demoralization', 'church', 'opportunity', 'responsibility', 'civil_law', 'ought', 'enforce', 'observance', 'rest_day', 'require', 'men', 'observe', 'worship', 'day', 'let', 'examine', 'statement', 'sunday', 'rest', 'sunday', 'author', 'mean', 'sabbath', 'worship', 'day', 'pleasure', 'pastime', 'dissipation', 'lawlessness', 'opportunity', 'revelry', 'crime', 'civil_law', 'ought', 'enforce', 'observance', 'rest_day', 'sunday', 'day', 'crime', 'worse', 'day', 'monday', 'tuesday', 'day', 'reason', 'apparent', 'law', 'opportunity', 'day', 'idleness', 'satan', 'mischief', 'idle', 'hand', 'enforced', 'idleness', 'little', 'crime', 'sunday', 'monday', 'statesman', 'know', 'acknowledges', 'declares', 'civil_law', 'ought', 'crimeproducing', 'condition', 'fatality', 'drive', 'sensible', 'person', 'irrational', 'position', 'idleness', 'greatest', 'curse', 'nation', 'thousand', 'men', 'country', 'unfitted', 'labor', 'duty', 'life', 'monday', 'morning', 'previous', 'saturday', 'night', 'writer', 'quoted', 'acknowledges', 'true', 'multitude', 'continuous', 'labor', 'far', 'better', 'day', 'labor', 'dissipation', 'logic', 'thing', 'man', 'observe', 'rest_day', 'way', 'good', 'evil', 'better', 'work', 'civil_law', 'fine', 'man', 'honest', 'labor', 'day', 'week', 'premium', 'idleness', 'foster', 'dissipation', 'lawlessness', 'idleness', 'based', 'sunday', 'law', 'custom', 'people', 'responsibility', 'church', 'harder', 'man', 'day', 'unregenerate', 'nature', 'worship', 'exuberant', 'spirit', 'law', 'shall', 'work', 'man', 'liable', 'spend', 'day', 'way', 'damage', 'society', 'law', 'worst', 'thing', 'instead', 'enforced', 'idleness', 'benefit', 'church', 'positive', 'damage', 'day', 'idleness', 'dissipation', 'lessens', 'sense', 'morality', 'christian_statesman', 'note', 'written', 'board', 'steamer', 'aorangi', 'way', 'new', 'zealand', 'comfortable', 'voyage', 'stop', 'leaving', 'cape_town', 'hobart', 'tasmania', 'port', 'reached', 'friday', 'noon', 'nov', 'little', 'nineteen', 'day', 'south', 'africa', 'longest', 'unbroken', 'sea', 'voyage', 'taken', 'time', 'parent', 'crossed', 'atlantic', 'america', 'sailing', 'ship', 'hobart', 'pleasure', 'meeting', 'brother', 'daniells', 'salisbury', 'come', 'melbourne', 'consult', 'matter', 'pertaining', 'work', 'privilege', 'meet', 'speak', 'good', 'congregation', 'evening', 'remained', 'hobart', 'clock', 'sabbath', 'morning', 'enjoyed', 'brief', 'visit', 'friend', 'hobart', 'pleasant', 'location', 'head', 'small', 'bay', 'southern', 'coast', 'tasmania', 'harbor', 'situation', 'city', 'beautiful', 'population', 'variously', 'estimated', 'nearly', 'united', 'kingdom', 'immediate', 'descendant', 'came', 'organization', 'people', 'member', 'church_building', 'company', 'believer', 'island', 'day', 'took', 'wellington', 'new', 'zealand', 'arrived', 'wednesday', 'nov', 'met', 'welcomed', 'brother', 'white', 'israel', 'wilson', 'cullagh', 'missionary', 'brig', 'port', 'captain', 'christiansen', 'brother', 'werze', 'pitcairn', 'hand', 'bid', 'hearty', 'welcome', 'kellogg', 'representative', 'worker', 'come', 'ship', 'point', 'left', 'different_points', 'island', 'carry', 'forward', 'work', 'brother', 'sister', 'chapman', 'located', 'tahiti', 'assist', 'brother', 'sister', 'read', 'work', 'brother', 'cady', 'wife', 'located', 'raiatea', 'brother', 'sister', 'cole', 'norfolk', 'brother', 'mccoy', 'attendance', 'bible', 'school', 'melbourne', 'remain', 'attend', 'camp_meeting', 'conference', 'australasian', 'district', 'conference', 'wellington', 'met', 'sister', 'white', 'attending', 'camp_meeting', 'conference', 'glad', 'improved', 'health', 'able', 'good_degree', 'comfort', 'meeting', 'generally', 'spoke', 'day', 'testimony', 'labor', 'greatly', 'appreciated', 'own_people']
root - INFO - extracting file #107500: 2017-04-Final-Corpus/RH18940918-V71-38-page10.txt
root - INFO - extracting file #108000: 2017-04-Final-Corpus/RH18950430-V72-18-page10.txt
root - INFO - ['necessary', 'gentile', 'receive', 'holy', 'ghost', 'hold', 'peter', 'prejudice', 'broken', 'vision', 'sheet', 'let', 'heaven', 'act', 'told', 'spirit', 'verse', 'cesarea', 'messenger', 'cornelius', 'doubting', 'heard', 'statement', 'verse', 'fully', 'convinced', 'accepted', 'god', 'said', 'verse', 'truth', 'perceive', 'god', 'respecter', 'person', 'nation', 'feareth', 'worketh', 'righteousness', 'accepted', 'state', 'peter', 'mind', 'feeling', 'commenced', 'discourse', 'utterly', 'groundless', 'thought', 'needed', 'break', 'prejudice', 'evidence', 'needed', 'peter', 'holy', 'spirit', 'immediate', 'guidance', 'instruction', 'peter', 'spirit', 'instructed', 'baptize', 'lay', 'hand', 'receive', 'holy', 'spirit', 'assuredly', 'course', 'naturally', 'expected', 'different', 'wear', 'complexion', 'blunder', 'easy', 'natural', 'holy', 'spirit', 'chosen', 'instrument', 'apostle', 'peter', 'little', 'instruction', 'come', 'order', 'fall', 'company', 'baptized', 'ready', 'set', 'speaking', 'tongue', 'magnifying', 'god', 'prematurely', 'let', 'explain', 'ground', 'sheen', 'course', 'holy', 'spirit', 'occasion', 'instead', 'instructing', 'peter', 'fell', 'company', 'manner', 'break', 'order', 'claim', 'lord', 'established', 'apostle', 'carrying', 'church', 'reasoning', 'answer', 'circumstance', 'case', 'order', 'laying', 'hand', 'secondly', 'reception', 'holy', 'ghost', 'established', 'church', 'come', 'text', 'sixteen', 'instance', 'laying', 'hand', 'spoken', 'new_testament', 'act', 'performed', 'connection', 'different', 'class', 'transaction', 'setting', 'apart', 'men', 'special_work', 'connection', 'church', 'gospel_ministry', 'secondly', 'recovery', 'sick', 'thirdly', 'imparting', 'special', 'gift', 'holy', 'spirit', 'endowed', 'gift', 'simply', 'historical', 'prophetical', 'statement', 'narrating', 'certain', 'certain', 'occasion', 'containing', 'command', 'precept', 'recommendation', 'instruction', 'follow', 'laying', 'obligation', 'directly', 'respect', 'particular', 'uniformity', 'action', 'plainly', 'exception', 'setting', 'apart', 'person', 'ministry', 'service', 'church', 'precise', 'rule', 'invariably', 'followed', 'let', 'look', 'subject', 'particularly', 'head', 'setting', 'men', 'apart', 'service', 'church', 'ministry', 'act', 'account', 'called', 'appointment', 'seven', 'deacon', 'men', 'chosen', 'set', 'apostle', 'apostle', 'prayed', 'laid', 'hand', 'impart', 'holy', 'ghost', 'holy', 'ghost', 'wisdom', 'verse', 'simply', 'set', 'apart', 'office', 'act', 'read', 'concerning', 'barnabas', 'saul', 'ministered', 'lord', 'fasted', 'holy', 'ghost', 'said', 'separate', 'barnabas', 'saul', 'work', 'whereunto', 'called', 'fasted', 'prayed', 'laid', 'hand', 'sent', 'away', 'laying', 'hand', 'impart', 'holy', 'ghost', 'paul', 'verse', 'converted', 'year', 'preposterous', 'suppose', 'received', 'holy', 'spirit', 'act', 'simply', 'set', 'apart', 'special_work', 'seventh', 'day', 'adventist', 'denomination', 'follow', 'example', 'new_testament', 'matter', 'healing', 'sick', 'christ', 'laid', 'hand', 'sick', 'person', 'recovered', 'mark', 'luke', 'practice', 'uniform', 'respect', 'healed', 'laying', 'hand', 'spoke', 'son', 'widow', 'nain', 'luke', 'raised', 'dead', 'laying', 'hand', 'woman', 'touched', 'hem', 'garment', 'healed', 'laying', 'hand', 'centurion', 'servant', 'luke', 'demoniac', 'gadara', 'luke', 'apostle', 'lay', 'hand', 'sick', 'heal', 'case', 'peter', 'eneas', 'peter', 'dorcas', 'act', 'james', 'particular', 'instruction', 'given', 'reference', 'sick', 'said', 'laying', 'hand', 'prayer', 'anointing', 'oil', 'asked', 'christ', 'positively', 'shall', 'lay', 'hand', 'sick', 'shall', 'recover', 'command', 'command', 'promise', 'prophecy', 'read', 'verse', 'mark', 'shall', 'serpent', 'command', 'consider', 'obligation', 'hunting', 'serpent', 'order', 'stock', 'hand', 'purpose', 'passage', 'simply', 'prophecy', 'sign', 'follow', 'believer', 'circumstance', 'require', 'fulfilled', 'chance', 'come', 'contact', 'deadly', 'serpent', 'paul', 'melita', 'act', 'harm', 'case', 'moved', 'lay', 'hand', 'sick', 'recovery', 'paul', 'father', 'publius', 'act', 'perform', 'miracle', 'laying', 'hand', 'paul', 'healed', 'impotent', 'man', 'lystra', 'act', 'shadow', 'peter', 'healed', 'sick', 'jerusalem', 'act', 'handkerchief', 'apron', 'paul', 'dispelled', 'disease', 'cast', 'evil_spirit', 'act', 'uniform', 'rule', 'drawn', 'practice', 'christ', 'apostle', 'respect', 'seventh', 'day', 'adventist', 'adopt', 'rule', 'frequently', 'lay', 'hand', 'sick', 'according', 'new_testament', 'example', 'anoint', 'oil', 'instruction', 'james', 'case', 'recovery', 'mean', 'frequent', 'marked', 'expected', 'recovery', 'certain', 'case', 'day', 'paul', 'inasmuch', 'left', 'baptism', 'advent', 'review', 'sabbath', 'herald', 'tvol', 'trophimus', 'occasion', 'miletum', 'sick', 'tim', 'inasmuch', 'special_message', 'going', 'forth', 'pronounces', 'special', 'blessing', 'die', 'lord', 'time', 'proclamation', 'rev', 'impart', 'especial', 'gift', 'holy', 'spirit', 'case', 'samaritan', 'act', 'case', 'point', 'simon', 'saw', 'laying', 'apostle', 'hand', 'holy', 'ghost', 'given', 'offered', 'money', 'saying', 'power', 'whomsoever', 'lay', 'hand', 'receive', 'holy', 'ghost', 'peter', 'said', 'unto', 'thy', 'money', 'perish', 'thee', 'thou_hast', 'thought', 'gift', 'god', 'purchased', 'money', 'called', 'gift', 'god', 'gift', 'operated', 'told', 'scripture', 'company', 'cesarea', 'act', 'receiving', 'gift', 'spoke', 'tongue', 'disciple', 'ephesus', 'received', 'gift', 'laying', 'paul', 'hand', 'act', 'began', 'immediately', 'speak', 'tongue', 'prophesy', 'gift', 'spirit', 'common', 'church', 'mean', 'expressly', 'told', 'corinthian', 'diversity', 'gift', 'spirit', 'enumerated', 'gift', 'tongue', 'gift', 'prophecy', 'possessed', 'indiscriminately', 'divided', 'man', 'severally', 'spirit', 'verse', 'gift', 'possessed', 'timothy', 'question', 'special', 'gift', 'tim', 'neglect', 'gift', 'thee', 'given', 'thee', 'prophecy', 'laying', 'hand', 'presbytery', 'called', 'presbytery', 'body', 'elder', 'paul', 'doubtless', 'member', 'timothy', 'tim', 'wherefore', 'thee', 'remembrance', 'thou', 'stir', 'gift', 'god', 'thee', 'putting', 'hand', 'accompanied', 'gift', 'prophecy', 'special', 'gift', 'connection', 'word', 'quoted', 'paul', 'exhorts', 'timothy', 'attendance', 'reading', 'exhortation', 'doctrine', 'ashamed', 'testimony', 'lord', 'gift', 'doubtless', 'special', 'gift', 'ministry', 'mentioned', 'paul', 'rom', 'having', 'gift', 'differing', 'according', 'grace', 'given', 'prophecy', 'let', 'prophesy', 'according', 'proportion', 'faith', 'ministry', 'let', 'wait', 'ministering', 'bestowment', 'special', 'gift', 'circumstance', 'uniform', 'accompanied', 'laying', 'hand', 'day', 'pentecost', 'disciple', 'baptized', 'holy', 'ghost', 'according', 'promise', 'christ', 'laying', 'hand', 'afterward', 'place', 'shaken', 'impulse', 'holy', 'ghost', 'coming', 'laying', 'hand', 'act', 'cmsarea', 'holy', 'ghost', 'given', 'laying', 'hand', 'act', 'look', 'like', 'fearful', 'thing', 'inflated', 'spiritual', 'pride', 'boldly', 'invade', 'realm', 'special', 'gift', 'holy', 'spirit', 'claim', 'endowed', 'gift', 'posse', 'solemn', 'mockery', 'sacred', 'thing', 'covet', 'earnestly', 'best', 'gift', 'ready', 'acknowledge', 'appreciate', 'appear', 'god', 'forbid', 'act', 'presumption', 'stated']
root - INFO - extracting file #108500: 2017-04-Final-Corpus/RH18951203-V72-49-page14.txt
root - INFO - extracting file #109000: 2017-04-Final-Corpus/RH18960714-V73-28-page13.txt
root - INFO - ['juby', 'aim', 'review', 'sabbath', 'herald', 'school', 'carry', 'line', 'work', 'aly', 'endeavoring', 'effective', 'increase', 'usefulness', 'mean', 'expeience', 'gained', 'past_year', 'school', 'able', 'furnish', 'work', 'orty', 'student', 'enabling', 'pay', 'nearly', 'half', 'expense', 'necessitated', 'student', 'working', 'hour', 'day', 'able', 'sufficient', 'time', 'left', 'nearly', 'work', 'student', 'school', 'expected', 'shall', 'able', 'accommodate', 'number', 'coining', 'year', 'department', 'intended', 'unable', 'pay', 'way', 'school', 'large_majority', 'student', 'work', 'family', 'different', 'institution', 'located', 'battle', 'creek', 'pay', 'expense', 'believe', 'god', 'sense', 'educational_work', 'college', 'far', 'advance', 'highest', 'kind', 'education', 'consequently', 'feel', 'good', 'thorough_work', 'department', 'teacher', 'college', 'largely', 'retained', 'coming', 'year', 'glad', 'thorough', 'conscientious', 'god', 'fearing', 'corp', 'worker', 'difficult', 'certainly', 'expect', 'past_experience', 'able', 'better', 'work', 'school', 'filled', 'past_year', 'room', 'good', 'certainly', 'great', 'young_people', 'ought', 'privilege', 'attending', 'school', 'importance', 'thiii', 'work', 'realized', 'certain', 'battle', 'creek', 'college', 'school', 'crowded', 'coming', 'year', 'pleased', 'correspond', 'aey', 'interested', 'question', 'calendar', 'coming', 'year', 'obtained', 'application', 'george', 'caviness', 'agitating', 'faom', 'time', 'time', 'little', 'said', 'column', 'review', 'home', 'missionary', 'regard', 'fact', 'people', 'little', 'cause', 'plan', 'suggested', 'engage', 'kind', 'colportage', 'feel', 'satisfied', 'thousand', 'brother', 'sister', 'try', 'successful', 'colportours', 'able', 'spend', 'time', 'field', 'spend', 'large_share', 'large', 'line', 'written', 'tract', 'pamphlet', 'good', 'periodical', 'placed', 'home', 'people', 'result', 'bringing', 'great', 'individual', 'truth', 'brethen', 'sister', 'matter', 'heart', 'storm', 'devastating', 'portion', 'country', 'war', 'cloud', 'darkening', 'heaven', 'distress', 'nation', 'seen', 'capital', 'labor', 'continued', 'acute', 'difficulty', 'country', 'rapidly', 'fulfilling', 'prediction', 'prophecy', 'concerning', 'eastern_question', 'fully', 'developed', 'ready', 'completely', 'fulfil', 'prophecy', 'concerning', 'thing', 'indifferent', 'work', 'lord', 'conference', 'president', 'tract', 'society', 'secretary', 'general', 'canvassing', 'agent', 'leading', 'worker', 'join', 'continued', 'agitation', 'important_question', 'people', 'fully', 'aroused', 'importance', 'work', 'condition', 'eternally', 'lost', 'hold', 'work', 'god', 'attention', 'called', 'allow', 'pas', 'settled', 'conviction', 'heart', 'active_service', 'life', 'master', 'brother', 'sister', 'let', 'arouse', 'work', 'fully', 'awake', 'duty', 'advancing', 'god', 'cause', 'minister', 'worker', 'field', 'doubt', 'interesting_experiences', 'relate', 'line', 'colportage', 'doubt', 'profitable', 'expressed', 'brief', 'paragraph', 'church', 'missionary', 'paper', 'review_and_herald', 'home', 'issio', 'let', 'agitate', 'question', 'people', 'thinking', 'great', 'possibility', 'line', 'power', 'worker', 'field', 'master', 'ver', 'dick', 'richard', 'bland', 'lead', 'successive', 'ballot', 'kept', 'head', 'finally', 'delegate', 'began', 'vote', 'bryan', 'rush', 'nomination', 'unanimous', 'new', 'york', 'delegation', 'east', 'refraining', 'voting', 'william', 'jennings', 'bryan', 'nominee', 'democratic', 'party', 'president', 'united', 'state', 'born', 'illinois', 'youngest', 'man', 'nominated', 'high', 'honor', 'according', 'constitution', 'man', 'president', 'thirty', 'year', 'age', 'irhh', 'extraction', 'indicates', 'family', 'america', 'year', 'presbyterian', 'religion', 'bryan', 'member', 'congress', 'known', 'remarkable', 'power', 'orator', 'commonly', 'known', 'boy', 'orator', 'platte', 'nomination', 'doubt', 'secured', 'speech', 'convention', 'delighted', 'delegate', 'bryan', 'lawyer', 'profession', 'report', 'cape_town', 'indicate', 'war', 'matabele', 'assuming', 'proportion', 'safety', 'white_people', 'rhodesia', 'large', 'town', 'safe', 'venture', 'far', 'outside', 'strong', 'escort', 'estimated', 'white', 'settler', 'murdered', 'black', 'succeeded', 'reaching', 'large', 'town', 'passed', 'terrible', 'experience', 'way', 'otte', 'man', 'way', 'buluwayo', 'day', 'food', 'ocusts', 'buluwayo', 'safe', 'assault', 'general', 'frederick', 'carrington', 'commander', 'british', 'army', 'south', 'africa', 'arrived', 'buluwayo', 'june', 'general', 'offensive', 'movement', 'enemy', 'soon', 'price', 'kind', 'provision', 'arisen', 'enormous', 'figure', 'harriet', 'beecher', 'stowe', 'author', 'uncle', 'tom', 'cabin', 'died', 'home', 'hartford', 'conn', 'july', 'stowe', 'daughter', 'lyman', 'beecher', 'sister', 'renowned', 'preacher', 'henry', 'ward', 'beecher', 'family', 'widely', 'known', 'wielded', 'greater', 'influence', 'america', 'beecher', 'family', 'lyman', 'beecher', 'man', 'great_influence', 'son', 'congregational', 'clergyman', 'henry', 'ward', 'famous', 'thomas', 'charles', 'edward', 'noted', 'men', 'sister', 'catherine', 'beecher', 'known', 'author', 'stowe', 'best', 'known', 'family', 'greatest', 'work', 'uncle', 'tom', 'cabin', 'written', 'people', 'world', 'enabled', 'slavery', 'existed', 'united', 'state', 'influence', 'book', 'exerted', 'cause', 'slave', 'overestimated', 'went', 'edition', 'translated', 'language', 'stowe', 'household', 'word', 'civilized', 'world', 'stowe', 'said', 'book', 'written', 'interval', 'hour', 'minute', 'time', 'midst', 'pressing', 'household', 'duty', 'book', 'entitled', 'dretl', 'nearly', 'successful', 'stowe', 'justly', 'earned', 'gratitude', 'lover', 'liberty', 'demonstrated', 'power', 'pen', 'affect', 'mold', 'public_opinion', 'nation', 'probable', 'writing', 'woman', 'accomplish', 'great', 'social', 'revolution', 'fame', 'writer', 'rest', 'solid', 'basis', 'acted', 'important_part', 'preparing', 'public_sentiment', 'oppose', 'slavery', 'shackle', 'broken', 'neck', 'million', 'bondman', 'stowe', 'woman', 'retiring', 'disposition', 'devoted', 'husband', 'family', 'great_desire', 'shine', 'world', 'considered', 'greatest', 'authoress', 'america', 'produced', 'seven', 'year', 'right', 'mind', 'required', 'care', 'received', 'child', 'immediate', 'cause', 'death', 'congestion', 'brain', 'paralysis', 'eighty', 'year', 'old', 'item', 'king', 'khama', 'african', 'fame', 'taken', 'wife', 'cretan', 'killed', 'turk', 'battle', 'near', 'kisamos', 'july', 'nyamanda', 'son', 'lobengula', 'king', 'matabele', 'jew', 'johannesburg', 'south', 'african', 'republic', 'pope', 'called', 'act', 'arbitrator', 'san', 'domingo', 'hayti', 'emperor', 'william', 'continues', 'agitate', 'big', 'navy', 'project', 'popular', 'germany', 'new', 'haven', 'homing', 'pigeon', 'club', 'attempted', 'send', 'bird', 'havre', 'grace', 'new', 'haven', 'conn', 'sunday', 'june', 'express', 'agent', 'havre', 'grace', 'release', 'bird', 'fear', 'break', 'sabbath', 'tait', 'letter', 'modest', 'title', 'sister', 'kansa', 'sends', 'following', 'expressive', 'appreciation', 'church_paper', 'review_and_herald', 'dear', 'editor', 'tiler', 'like', 'precious_faith', 'writing', 'welcome', 'visit', 'review_and_herald', 'amiss', 'kind_word', 'subscriber', 'thirty', 'year', 'prize', 'week', 'prize', 'bible', 'doe', 'county', 'year', 'time', 'adventist', 'saw', 'thank', 'god', 'husband', 'neighbor', 'faith', 'small', 'sabbathschool', 'prayer', 'campmeeting', 'score', 'added', 'number', 'good', 'old', 'review_and_herald', 'deprived', 'food', 'hungry', 'soul', 'read', 'paper', 'loan', 'away', 'know', 'good', 'soul', 'hungering', 'truth', 'hope', 'place', 'seventh', 'day', 'adventist', 'family', 'friend', 'review_and_herald', 'noted', 'foregoing', 'review', 'regular', 'visitor', 'home', 'thirty', 'year', 'began', 'visit', 'use', 'own_language', 'adventist', 'saw', 'god', 'graciously', 'given', 'husband', 'neighbor', 'connected', 'like', 'precious_faith', 'evident', 'faithful', 'reader', 'church_paper', 'kept', 'courage', 'accomplished', 'good_work', 'trust', 'lonely', 'sabbath', 'keeper', 'struggling', 'difficulty', 'opposition', 'own_homes', 'courage', 'sister', 'experience', 'continue', 'steadfastly', 'work', 'knowing', 'god', 'surely', 'fruit', 'result', 'faithful', 'effort', 'advancement', 'cause', 'tait', 'etvv', 'lip', 'oeth', 'week', 'ending', 'july', 'news', 'note', 'democratic', 'convention', 'chicago', 'nominated', 'william', 'jennings', 'bryan', 'nebraska', 'president', 'arthur', 'sewall', 'maine', 'vice', 'president', 'free', 'silver', 'wing', 'party', 'controlled', 'convention', 'start', 'finish', 'contest', 'came', 'temporary', 'chairmanship', 'men', 'presented', 'office', 'hill', 'new', 'york', 'daniel', 'virginia', 'daniel', 'elected', 'opening', 'speech', 'set', 'pace', 'convention', 'entreaty', 'gold', 'men', 'straddle', 'heeded', 'majority', 'convention', 'holding', 'currency', 'chief', 'issue', 'campaign', 'skilful', 'management', 'unseating', 'seating', 'delegate', 'silver', 'party', 'gained', 'majority', 'nominate', 'candidate', 'establish', 'platform', 'entirely', 'independent', 'gold', 'men', 'candidate', 'favorite', 'son', 'presented', 'convention', 'prominent', 'bland', 'missouri', 'boy', 'iowa', 'blackburn', 'kentucky', 'matthew', 'indiana', 'bryan', 'nebraska', 'bland', 'year', 'determined', 'fight', 'coinage', 'silver', 'restoration', 'standard', 'money', 'gained', 'cognomen', 'sil']
root - INFO - extracting file #109500: 2017-04-Final-Corpus/RH18970209-V74-06-page14.txt
root - INFO - extracting file #110000: 2017-04-Final-Corpus/RH18970831-V74-35s-page2.txt
root - INFO - ['supplement', 'review', 'herald', 'canvassing', 'work', 'different_lines', 'work', 'ordained', 'god', 'order', 'people', 'individually', 'greatest', 'settled', 'fact', 'mind', 'god', 'intends', 'different_lines', 'work', 'carried', 'forward', 'time', 'intended', 'branch', 'work', 'prosper', 'grow', 'detriment', 'rest', 'carried', 'forward', 'equally', 'receiving', 'nourishment', 'plant', 'tree', 'time', 'trunk', 'feed', 'branch', 'alike', 'finally', 'select', 'nourishment', 'starving', 'rest', 'think', 'queer', 'freak', 'nature', 'branch', 'lord', 'work', 'need', 'attention', 'present_time', 'getting', 'publication', 'people', 'difficulty', 'connected', 'line', 'work', 'experience', 'gain', 'overcoming', 'stronger', 'men', 'woman', 'time', 'space', 'rehearse', 'history', 'work', 'beginning', 'showing', 'prospered', 'stand', 'doe', 'present_time', 'men', 'woman', 'like', 'john', 'mark', 'act', 'love', 'lord', 'want', 'work', 'forward', 'meet', 'difficulty', 'courage', 'fails', 'start', 'home', 'wondering', 'easy', 'place', 'lack', 'courage', 'brother', 'mark', 'repented', 'entered', 'work', 'making', 'success', 'act', 'taking', 'position', 'day', 'miracle', 'past', 'large_books', 'sold', 'greater', 'deception', 'place', 'canvassed', 'territory', 'book', 'time', 'agent', 'sold', 'book', 'country', 'agent', 'finished', 'territory', 'previously', 'canvassed', 'book', 'working', 'took', 'order', 'agent', 'opportunity', 'demonstrating', 'fact', 'large_books', 'sold', 'past', 'week', 'canvassing', 'work', 'succeeded', 'taking', 'twentyfive', 'order', 'week', 'delivery', 'cleared', 'expense', 'day', 'time', 'delivery', 'clear', 'gain', 'low', 'estimate', 'shall', 'dollar', 'day', 'good_wages', 'far', 'better', 'poor', 'laboring', 'men', 'getting', 'south', 'receive', 'thirty', 'fifty', 'cent', 'day', 'satisfied', 'work', 'ony', 'begun', 'hold', 'lift', 'pray', 'shall', 'book', 'sold', 'year', 'sold', 'harrison', 'canvasser', 'experience', 'week', 'nearer', 'coming', 'blessed', 'lord', 'week', 'record', 'mace', 'hope', 'pray', 'honor', 'ghiry', 'week', 'special', 'blessing', 'gone', 'house', 'house', 'breaking', 'bread', 'life', 'tine', 'people', 'resist', 'earnest', 'plea', 'tear', 'come', 'tell', 'blessed', 'truth', 'want', 'saved', 'rethren', 'awake', 'pray', 'lord', 'harvest', 'send', 'laborer', 'field', 'coltrin', 'foregoing', 'experience', 'forcibly', 'reminds', 'recent', 'utterance', 'spirit', 'prophecy', 'world', 'heart', 'aloud', 'living', 'god', 'large_books', 'small', 'eooks', 'prevalent', 'idea', 'large_books', 'successfully', 'owing', 'hard_time', 'led', 'sale', 'small_books', 'exclusively', 'disposed', 'belief', 'idea', 'foundation', 'missouri', 'time', 'class', 'selling', 'larger', 'book', 'small', 'comparing', 'record', 'class', 'large', 'book', 'canvasser', 'exceeded', 'far', 'small', 'volume', 'business', 'transacted', 'thing', 'equal', 'branch', 'work', 'low', 'missouri', 'state', 'confident', 'agent', 'continued', 'sale', 'tihe', 'larger', 'book', 'low', 'believe', 'true', 'state', 'sooner', 'canvasser', 'return', 'sale', 'regular', 'subscription', 'work', 'sooner', 'important', 'branch', 'message', 'rise', 'proper_place', 'maintain', 'financial', 'standpoint']
root - INFO - extracting file #110500: 2017-04-Final-Corpus/RH18980308-V75-10-page7.txt
root - INFO - extracting file #111000: 2017-04-Final-Corpus/RH18980920-V75-38-page13.txt
root - INFO - ['advent_review_and_sabbath_herald', 'prove', 'valuable', 'younger', 'laborer', 'action', 'certainly', 'commended', 'worthy', 'general', 'consideration', 'credential', 'license', 'grade', 'granted', 'score', 'laborer', 'ordination', 'credential', 'conferred', 'brother', 'mcintosh', 'ordination', 'service', 'place', 'local', 'camp', 'meeting', 'western', 'colorado', 'fifty', 'candidate', 'baptized', 'beautiful', 'lake', 'near', 'camp', 'majority', 'confession', 'christ', 'time', 'rebaptisms', 'elder', 'kilgore', 'compelled', 'leave', 'camp', 'ground', 'close', 'meeting', 'spend', 'day', 'rest', 'recuperation', 'colorado', 'sanitarium', 'having', 'suffered', 'severe', 'attack', 'intermittent', 'fever', 'close', 'meeting', 'elder', 'brunson', 'compelled', 'follow', 'elder', 'kilgore', 'sanitarium', 'reason', 'glad', 'report', 'brother', 'rapidly', 'recovering', 'altogether', 'meeting', 'closed', 'colorado', 'precious', 'successful', 'occasion', 'kind', 'held', 'history', 'conference', 'enemy', 'present', 'bring', 'discouragement', 'soul', 'thwart', 'purpose', 'god', 'light', 'darkness', 'strove', 'victory', 'discouragement', 'gave', 'place', 'hope', 'defeat', 'triumph', 'hearty', 'confession', 'failure', 'believe', 'future', 'witness', 'unending', 'victory', 'grace', 'god', 'enthusiast', 'term', 'wonderful', 'manifestation', 'god', 'wrought', 'mightily', 'people', 'colorado', 'committed', 'firmly', 'principle', 'enduring', 'truth', 'past_history', 'believe', 'cause', 'triumph', 'gloriously', 'conference', 'wilcox', 'state', 'compiled', 'state', 'paper', 'illinois', 'lrrounismo', 'lately', 'united', 'church', 'indiana', 'elwoob', 'sixteen', 'person', 'accepted', 'truth', 'taken', 'stand', 'people', 'god', 'result', 'tent', 'meeting', 'held', 'evansville', 'people', 'baptized', 'number', 'including', 'baptist', 'minister', 'wife', 'short_time', 'minister', 'baptized', 'convert', 'baptist', 'faith', 'indian', 'territory', 'coalgate', 'seven', 'united', 'church', 'fruit', 'labor', 'lately', 'forth', 'sabbath', 'school', 'tract', 'missionary_society', 'organized', 'miamt', 'seven', 'lately', 'baptized', 'uniting', 'church', 'result', 'meeting', 'held', 'talala', 'church', 'member', 'organized', 'nebraska', 'custer', 'fourteen', 'adult', 'keeping', 'sabbath', 'sabbath', 'school', 'member', 'organized', 'result', 'tent_effort', 'new', 'york', 'north', 'dakota', 'larimore', 'tent', 'meeting', 'poorly', 'attended', 'estimable', 'people', 'stepped', 'obey', 'truth', 'ohio', 'canton', 'result', 'tent', 'meeting', 'place', 'intelligent', 'souled', 'people', 'begun', 'commandment', 'cincinnati', 'baptized', 'united', 'church', 'oral', 'took', 'stand', 'truth', 'deciding', 'point', 'wheelersburg', 'baptized', 'received', 'church', 'recent', 'union', 'service', 'oklahoma', 'kingfisher', 'family', 'accepted', 'truth', 'deeply', 'interested', 'south', 'dakota', 'chandler', 'taken', 'hold', 'work', 'millbank', 'good', 'january', 'membership', 'increased', 'thirty', 'mitchell', 'grown', 'people', 'begun', 'observance', 'sabbath', 'carefully', 'investigating', 'man', 'given', 'tobacco', 'wisconsin', 'valley', 'family', 'start', 'person', 'baptized', 'stoughton', 'taken', 'stand', 'truth', 'deeply', 'interested', 'spring', 'valley', 'person', 'signified', 'desire', 'sabbath', 'watertown', 'person', 'baptized', 'united', 'church', 'gospel', 'wagon', 'oun', 'state', 'camp', 'meeting', 'held', 'owosso', 'mich', 'gospel', 'wagon', 'choir', 'took', 'exercise', 'occasion', 'event', 'past', 'remembered', 'time', 'refreshing', 'enjoy', 'studying', 'work', 'lord', 'striving', 'step', 'advancing', 'light', 'truth', 'morning', 'august', 'gospel', 'wagon', 'loaded', 'worker', 'drove', 'large_tent', 'crowd', 'preparing', 'depart', 'singing', 'song', 'praise', 'lord', 'prayer', 'offered', 'blessing', 'asked', 'accompany', 'journey', 'home', 'distance', 'ninety', 'mile', 'realizing', 'importance', 'time', 'good_use', 'opportunity', 'decided', 'sow', 'blessed', 'seed', 'way', 'wayside', 'hear', 'stop', 'durand', 'received', 'warm', 'welcome', 'home', 'brother', 'sister', 'holser', 'evening', 'large', 'crowd', 'gathered', 'center', 'city', 'listen', 'preaching', 'word', 'lord', 'gave', 'perfect', 'freedom', 'speaking', 'life', 'jesus', 'came', 'john', 'close', 'theservice', 'men', 'came', 'foot', 'wagon', 'confessed', 'sin', 'went', 'home', 'brother', 'holser', 'spending', 'time', 'studying', 'word', 'life', 'pledged', 'bad_habits', 'stand', 'truth', 'kept', 'power', 'god', 'faith', 'tuesday', 'august', 'drove', 'bancroft', 'warmly', 'received', 'brother', 'gerould', 'evening', 'large', 'crowd', 'gathered', 'center', 'town', 'best', 'attention', 'given', 'presentation', 'word', 'marked', 'result', 'close', 'service', 'avoid', 'extreme', 'heat', 'daytime', 'drove', 'lansing', 'distance', 'forty_miles', 'night', 'arriving', 'seven', 'morning', 'evening', 'conducted', 'service', 'east', 'capitol', 'building', 'surpassed', 'expected', 'decided', 'remain', 'night', 'continue', 'work', 'close', 'meeting', 'thursday', 'evening', 'expression', 'audience', 'taken', 'uplifted', 'hand', 'people', 'invited', 'return', 'city', 'open', 'regular', 'course', 'street', 'service', 'departed', 'arrived', 'charlotte', 'friday', 'saturday', 'evening', 'spent', 'holding', 'service', 'place', 'marked', 'expressing', 'desire', 'attend', 'course', 'meeting', 'leaving', 'clock', 'saturday', 'evening', 'thought', 'stop', 'reached', 'battle', 'creek', 'soon', 'overtaken', 'severe', 'thunder', 'storm', 'glad', 'stop', 'near', 'ainger', 'church', 'warm', 'welcome', 'home', 'brother', 'hayes', 'sunday', 'morning', 'started', 'journey', 'reaching', 'battle', 'creek', 'noon', 'nearly', 'reader', 'review', 'observe', 'fourteenth', 'chapter', 'luke', 'contains', 'record', 'divine', 'instruction', 'span', 'entire', 'gospel', 'period', 'cross', 'especially', 'spirit', 'prophecy', 'called', 'attention', 'verse', 'speak', 'street', 'lane', 'city', 'highway', 'hedge', 'applying', 'time', 'dweller', 'place', 'taught', 'harmony', 'angel', 'message', 'answer', 'divine_command', 'gospel', 'wagon', 'started', 'effort', 'forth', 'direction', 'brother', 'butler', 'soon', 'kellogg', 'interested', 'past', 'month', 'wagon', 'use', 'nearly', 'evening', 'work', 'fast', 'nearing', 'completion', 'completed', 'pair', 'horsbs', 'weighing', 'fourteen', 'pound', 'needed', 'draw', 'lawson', 'ewe', 'theti', 'telt', 'week', 'ending', 'september', 'atlantic', 'ocean', 'crossed', 'ship', 'month', 'red', 'bluff', 'cat', 'suffered', 'loss', 'september', 'norway', 'corn', 'substitute', 'coin', 'estimated', 'male', 'population', 'world', 'use', 'tobacco', 'glass', 'window', 'house', 'manila', 'glazed', 'translucent', 'oyster', 'shell', 'crane', 'immune', 'regiment', 'santiago', 'hospital', 'suffering', 'fever', 'various_kinds', 'explosion', 'gallon', 'gasoline', 'cellar', 'grocery', 'philadelphia', 'nearly', 'dozen', 'life', 'lost', 'milwaukee', 'destroy', 'garbage', 'cremation', 'crematory', 'having', 'ordered', 'built', 'purpose', 'judge', 'cooley', 'famous', 'jurist', 'constitutional', 'lawyer', 'died', 'home', 'ann', 'arbor', 'mich', 'siiptember', 'fame', 'world', 'wide', 'decided', 'obey', 'commandment', 'god', 'sabbath', 'school', 'vienna', 'thirty', 'member', 'organized', 'pine']
root - INFO - extracting file #111500: 2017-04-Final-Corpus/RH18990404-V76-14s-page5.txt
root - INFO - extracting file #112000: 2017-04-Final-Corpus/RH18991024-V76-43-page13.txt
root - INFO - ['advenf', 'review', 'sabbath', 'herald', 'sacrifice', 'thing', 'commanded', 'saying', 'obey', 'voice', 'god', 'shall', 'people', 'walk', 'way', 'commanded', 'unto', 'jer', 'language', 'plainer', 'lord', 'word', 'fact', 'apparent', 'clear', 'cut', 'distinction', 'offering', 'sacrifice', 'obeying', 'voice', 'lord', 'notice', 'carefully', 'turn', 'bible', 'read', 'verse', 'noticing', 'context', 'tell', 'burnt_offerings', 'unto', 'sacrifice', 'eat', 'flesh', 'verse', 'throw', 'light', 'steal', 'murder', 'commit', 'adultery', 'swear', 'falsely', 'burn', 'incense', 'unto', 'baal', 'walk', 'god', 'know', 'come', 'stand', 'house', 'called', 'delivered', 'abomination', 'jer', 'hear', 'earth', 'behold', 'bring', 'evil', 'people', 'fruit', 'thought', 'harkened', 'unto', 'word', 'law', 'rejected', 'purpose', 'cometh', 'incense', 'sheba', 'sweet', 'cane', 'far', 'country', 'buwnt', 'offering', 'acceptable', 'sacrifice', 'sweet', 'unto', 'entire', 'temple', 'service', 'conducted', 'offering', 'sacrifice', 'yes', 'sacrifice', 'acceptable', 'hear', 'david', 'thou', 'desirest', 'sacrifice', 'thou', 'delightest', 'burnt_offering', 'sacrifice', 'god', 'broken', 'spirit', 'broken', 'contrite', 'heart', 'god', 'thou_wilt', 'despise', 'shalt_thou', 'pleased', 'sacrifice', 'righteousness', 'burnt_offering', 'burnt_offering', 'shall', 'offer', 'bullock', 'thine', 'altar', 'evident', 'people', 'referred', 'jeremiah', 'continuing', 'sin', 'godly', 'sorrow', 'sin', 'broken', 'contrite', 'heart', 'sin', 'repentance', 'turning', 'sin', 'thought', 'day', 'required', 'offering', 'sacrifice', 'wag', 'compulsory', 'view', 'matter', 'destroy', 'truth', 'lord', 'intended', 'teach', 'offering', 'intended', 'typical', 'christ', 'true', 'sin', 'offering', 'gunderstood', 'bible', 'student', 'proof', 'appear', 'later', 'study', 'subject', 'true', 'enforced', 'offering', 'enforced', 'acceptance', 'christ', 'atonement', 'sin', 'papacy', 'christianity', 'force', 'contrary', 'gospel', 'beginning', 'book', 'leviticus', 'book', 'bible', 'contains', 'direction', 'concerning', 'priesthood', 'offering', 'expressly', 'stated', 'man', 'bring', 'offering', 'unto', 'lord', 'shall', 'offer', 'voluntary', 'lev', 'point', 'regard', 'offering', 'sacrifice', 'typical', 'christ', 'sacrifice', 'acceptable', 'sinner', 'true', 'sorrow', 'sin', 'heart', 'repented', 'turned', 'away', 'sin', 'far', 'individual', 'concerned', 'offered', 'voluntary', 'fact', 'easily', 'understand', 'lord', 'said', 'burnt_offerings', 'unto', 'sacrifice', 'eat', 'flesh', 'people', 'far', 'forgotten', 'import', 'continued', 'bring', 'temple', 'offer', 'time', 'continued', 'steal', 'murder', 'commit', 'adultery', 'swear', 'falsely', 'burn', 'incense', 'baal', 'god', 'stop', 'sinning', 'continue', 'bringing', 'multitude', 'burnt_offerings', 'clung', 'iniquity', 'rejected', 'law', 'notice', 'fact', 'isa', 'purpose', 'multitude', 'sacrifice', 'unto', 'saith', 'lord', 'burnt_offerings', 'ram', 'fat', 'fed', 'beast', 'delight', 'blood', 'bullock', 'lamb', 'goat', 'bring', 'vain', 'oblation', 'yea', 'prayer', 'hear', 'hand', 'blood', 'wash', 'clean', 'away', 'evil', 'doings', 'eye', 'cease', 'evil', 'learn', 'micah', 'amos', 'thing', 'stated', 'far', 'compelling', 'offering', 'sacrifice', 'lord', 'forbids', 'people', 'wedded', 'sin', 'notice', 'forbids', 'obey', 'voice', 'forbids', 'commandment', 'forbids', 'justly', 'love', 'mercy', 'walk', 'humbly', 'thy', 'god', 'king', 'saul', 'commanded', 'smite', 'amalek', 'utterly', 'destroy', 'people', 'cattle', 'saved', 'agag', 'king', 'alive', 'best', 'sheep', 'sacrifice', 'unto', 'lord', 'word', 'disobeyed', 'god', 'order', 'procure', 'sacrifice', 'disobedience', 'sinned', 'order', 'sacrifice', 'sin', 'knew', 'man', 'visited', 'new', 'york', 'order', 'exchange', 'dollar', 'good', 'money', 'thousand', 'dollar', 'counterfeit', 'money', 'polynesia', 'reached', 'tongatabu', 'june', 'eightday', 'trip', 'samoa', 'met', 'wharf', 'elder', 'hilliard', 'kellogg', 'brother', 'butz', 'family', 'day', 'young', 'king', 'married', 'native', 'island', 'group', 'nukualofa', 'capital', 'celebrate', 'royal', 'wedding', 'nukualofa', 'town', 'containing', 'good', 'building', 'including', 'palace', 'church', 'king', 'entered', 'harbor', 'royal', 'standard', 'floating', 'palace', 'somewhat', 'amused', 'appearance', 'pretty', 'silk', 'banner', 'revealed', 'peculiar', 'union', 'religion', 'state', 'seen', 'country', 'upper', 'right', 'hand', 'corner', 'banner', 'dove', 'peace', 'olive', 'branch', 'mouth', 'lower', 'left', 'hand', 'corner', 'seen', 'crossed', 'sword', 'brother', 'live', 'place', 'beenstudying', 'tongan', 'language', 'able', 'speak', 'fluently', 'tongue', 'kellogg', 'erected', 'small', 'building', 'use', 'residence', 'sanitarium', 'account', 'opposition', 'doctor', 'great_success', 'far', 'hoped', 'reason', 'discouragement', 'matter', 'sister', 'butz', 'trained', 'nurse', 'able', 'considerable', 'nursing', 'connection', 'medical_work', 'kellogg', 'young_man', 'living', 'assist', 'work', 'time', 'study', 'school', 'conducted', 'elder', 'hilliard', 'wife', 'successful', 'present', 'large', 'time', 'income', 'school', 'althoughnot', 'large_number', 'accepted', 'truth', 'tonga', 'reason', 'discouragement', 'long_time', 'person', 'past', 'middle', 'age', 'acquire', 'new', 'language', 'thinking', 'best', 'brother', 'situated', 'town', 'sailed', 'island', 'vavau', 'seventy', 'mile', 'north', 'tongatabu', 'purpose', 'looking', 'location', 'worker', 'brother', 'butz', 'accompanied', 'place', 'governor', 'island', 'friendly', 'offered', 'help', 'secure', 'land', 'erection', 'mission', 'building', 'stopping', 'day', 'pitcairn', 'sailed', 'fiji', 'discharge', 'cargo', 'invited', 'attend', 'australasian', 'union_conference', 'held', 'cooranbong', 'new', 'south', 'wale', 'left', 'ship', 'vavau', 'took', 'steamer', 'sydney', 'accompanied', 'elder', 'hilliard', 'pleasant', 'trip', 'auckland', 'new', 'zealand', 'pleasure', 'meeting', 'friend', 'met', 'seven', 'year', 'ago', 'auckland', 'sydney', 'terrible', 'storm', 'trip', 'unpleasant', 'arrived', 'safely', 'july', 'soon', 'kind', 'friend', 'brother', 'summer', 'hill', 'met', 'elder', 'irwin', 'privilege', 'attending', 'conference', 'cooranbong', 'present', 'felt', 'best', 'meeting', 'attended', 'best', 'cooranbong', 'sydney', 'headquarters', 'polxnesian', 'work', 'detected', 'object', 'wasto', 'devote', 'large_portion', 'spurious', 'stuff', 'advancement', 'cause', 'god', 'word', 'intended', 'lord', 'free', 'offering', 'case', 'parallel', 'samuel', 'said', 'saul', 'hath', 'lord', 'great', 'delight', 'burnt_offerings', 'sacrifice', 'obeying', 'voice', 'lord', 'behold', 'obey', 'better', 'sacrifice', 'harken', 'fat', 'ram', 'samuel', 'especially', 'noting', 'verse', 'thing', 'better', 'thing', 'law', 'defining', 'righteousness', 'forbiding', 'sin', 'defining', 'type', 'remedy', 'sin', 'distinction', 'broad', 'clear', 'hibbard', 'engaged', 'getting', 'tract', 'small_books', 'polynesian', 'language', 'best', 'courage', 'work', 'england', 'gate', 'southampton', 'september', 'company', 'southampton', 'place', 'special_work', 'began', 'england', 'matter', 'small', 'tame', 'visit', 'old', 'remembrance', 'revived', 'passed', 'home', 'sister', 'cavil', 'dwelling', 'wife', 'entered', 'england', 'soil', 'came', 'house', 'liverpool', 'dec', 'tarried', 'roof', 'jan', 'entered', 'hired', 'house', 'house', 'held', 'sabbath', 'sunday', 'evening', 'meeting', 'year', 'began', 'meeting', 'tent', 'corner', 'shirley', 'waterloo', 'road', 'meeting', 'continued', 'august', 'began', 'service', 'ravenswood', 'house', 'having', 'moved', 'spacious', 'building', 'large', 'hall', 'desire', 'recent', 'visit', 'southampton', 'obtain', 'understanding', 'present_situation', 'church', 'better', 'labor', 'accordingly', 'obtained', 'list', 'address', 'member', 'far', 'possible', 'visit', 'pray', 'home', 'company', 'scattered', 'considerable', 'territory', 'suburb', 'borough', 'thousand', 'inhabitant', 'stay', 'thirty', 'visit', 'walking', 'lodging', 'meeting', 'hall', 'required', 'mile', 'walking', 'exercise', 'kept', 'blood', 'circulating', 'mind', 'body', 'vigorous', 'condition', 'weather', 'exceptionally', 'fine', 'day', 'sojourn', 'held', 'public_service', 'funeral_service', 'sister', 'sabbath', 'visit', 'baptized', 'sister', 'united', 'church', 'ordinance', 'lord', 'house', 'celebrated', 'precious', 'day', 'church', 'attendance', 'public_service', 'increased', 'hall', 'filled', 'closing', 'service', 'expressed', 'encouraged', 'strengthened', 'labor', 'forth', 'behalf', 'lord', 'grace', 'southampton', 'light', 'truth', 'arise', 'shine', 'neighborhood', 'living', 'unconsciously', 'flash', 'light', 'pathway', 'loughborough', 'liverpool', 'march', 'having', 'recommended', 'general_conference', 'labor', 'england', 'family', 'left', 'san', 'francisco', 'cal', 'year', 'short_visit', 'home', 'oregon', 'went', 'new', 'york', 'company', 'missionary', 'took', 'steamship', 'louis', 'american']
root - INFO - extracting file #112500: 2017-04-Final-Corpus/RH19000529-V77-22-page1.txt
root - INFO - extracting file #113000: 2017-04-Final-Corpus/RH19010101-V78-01-page14.txt
root - INFO - ['advent_review_and_sabbath_herald', 'young', 'member', 'school', 'extent', 'extend', 'time', 'proficient', 'laborer', 'sent', 'field', 'addition', 'nurse', 'teaching', 'force', 'filling', 'important', 'demand', 'school', 'class', 'receiving', 'instruction', 'industrial_work', 'far', 'introduced', 'performing', 'putting', 'student', 'possession', 'training', 'serve', 'better', 'race', 'study', 'economy', 'benefit', 'privilege', 'student', 'absolute_necessity', 'figure', 'year', 'schooling', 'single', 'dollar', 'case', 'scarcely', 'cent', 'problem', 'mind', 'credited', 'mathematical', 'ability', 'usually', 'attributed', 'people', 'think', 'need', 'student', 'loan', 'fund', 'worthy', 'person', 'evidence', 'earn', 'repay', 'furnished', 'sufficient', 'money', 'supply', 'necessity', 'year', 'school', 'miss', 'nellie', 'patchett', 'juniata', 'school', 'large', 'school', 'year', 'church_school', 'better', 'work', 'attend', 'spirit', 'lord', 'school', 'opening', 'october', 'heart', 'softened', 'prepared', 'receive', 'message', 'brother', 'woodford', 'came', 'presented', 'truth', 'fully', 'girl', 'dormitory', 'accepted', 'baptized', 'church', 'member', 'organized', 'case', 'parent', 'brought', 'truth', 'child', 'child', 'family', 'school', 'accepted', 'health_reform', 'began', 'sabbath', 'result', 'whole_family', 'member', 'exception', 'small_children', 'united', 'church', 'time', 'little', 'girl', 'school', 'long_time', 'began', 'sabbath', 'brought', 'sister', 'father', 'truth', 'older', 'girl', 'baptized', 'hope', 'good_workers', 'taught', 'church_school', 'montgomery', 'ala', 'year', 'sister', 'teaching', 'school', 'good_work', 'canvassing', 'student', 'new', 'sabbath', 'keeper', 'good_success', 'selling', 'outlook', 'number', 'sign', 'sent', 'brother', 'christiansen', 'proceeds', 'bought', 'number', 'money', 'left', 'buy', 'tract', 'tract', 'missionary_society', 'people', 'enjoy', 'club', 'southern', 'review', 'taken', 'catnp', 'meeting', 'summer', 'enrolled', 'expecting', 'number', 'following', 'report', 'jan', 'iwo', 'present_time', 'number', 'dormitory', 'year', 'number', 'school', 'year', 'seventy', 'received', 'board', 'student', 'including', 'provision', 'rent', 'book', 'contribution', 'expense', 'food', 'dormitory', 'expense', 'total', 'expense', 'feel', 'thankful', 'blessing', 'god', 'far', 'accompanied', 'school_work', 'rogers', 'wife', 'write', 'school', 'excellent', 'mean', 'getting', 'bible', 'truth', 'people', 'taught', 'school', 'home', 'child', 'visit', 'home', 'student', 'encourages', 'hear', 'parent', 'send', 'child', 'school', 'teach', 'bible', 'want', 'know', 'requires', 'patient', 'work', 'instill', 'young', 'mind', 'principle', 'truthfulness', 'honesty', 'good', 'moral', 'hardest', 'work', 'severe', 'discipline', 'necessary', 'order', 'produce', 'truthfulness', 'contend', 'enjoy', 'work', 'jesus', 'sake', 'teaching', 'largely', 'scriptural', 'basis', 'taking', 'people', 'encouraged', 'think', 'leaving', 'field', 'pray', 'come', 'engage', 'work', 'school', 'southern', 'missionary_society', 'conducted', 'yazoo', 'city', 'columbus', 'miss', 'elder', 'bird', 'report', 'successful', 'school', 'birmingham', 'ala', 'charge', 'work', 'conducted', 'montgomery', 'large_attendance', 'day', 'night', 'session', 'charleston', 'conducted', 'chattanooga', 'suspended', 'time', 'report', 'equally', 'good', 'encouraging', 'space', 'forbids', 'giving', 'exceedingly', 'anxious', 'encourage', 'consecrated', 'laborer', 'engage', 'work', 'field', 'best', 'time', 'labor', 'lord', 'said', 'fruitful', 'field', 'encouraged', 'prospect', 'interesting_experiences', 'given', 'future', 'report', 'allee', 'woodland', 'industrial', 'school', 'month', 'school', 'opened', 'building', 'occupies', 'student', 'attended', 'chapel', 'exercise', 'anniversary', 'ninety', 'counting', 'primary', 'pupil', 'actual', 'attendance', 'total', 'enrollment', 'beginning', 'school_year', 'august', 'fifty', 'year', 'ninety', 'enrolled', 'indication', 'fully', 'twice', 'number', 'registered', 'present', 'school_year', 'close', 'spirit', 'school', 'success', 'class_work', 'encouraging', 'study', 'recitation', 'directed', 'manner', 'come', 'touch', 'way', 'truth', 'life', 'step', 'design', 'school', 'lord', 'shall', 'teacher', 'student', 'yield', 'faculty', 'service', 'divine', 'mind', 'problem', 'education', 'placed', 'true', 'christian', 'basis', 'teacher', 'understands', 'subject', 'know', 'cause', 'truth', 'grow', 'class', 'surely', 'woodland', 'school', 'classification', 'time', 'includes', 'grade', 'eleventh', 'year', 'decided', 'successful', 'effort', 'thorough_work', 'study', 'beautiful', 'encouraging', 'conversion', 'nearly', 'member', 'school', 'happy', 'christian', 'experience', 'associated', 'greatly', 'strengthening', 'acquisition', 'essential', 'knowledge', 'department', 'girl', 'school', 'doe', 'bear', 'testimony', 'social_meetings', 'boy', 'child', 'youth', 'learning', 'fact', 'learning', 'truth', 'addition', 'proper', 'thing', 'public_school', 'obtaining', 'excellent', 'understanding', 'bible', 'blessed', 'truth', 'time', 'truth', 'heart', 'student', 'manifesting', 'substantial', 'way', 'time', 'thirty', 'gone', 'surrounding', 'neighborhood', 'city', 'sell', 'christ', 'object_lesson', 'bear', 'relieving', 'good', 'college', 'indebtedness', 'nearly', 'experience', 'canvassing', 'work', 'design', 'stay', 'week', 'return', 'school_work', 'feature', 'rejoice', 'absence', 'jealousy', 'criticism', 'school', 'church', 'place', 'united', 'missionary_society', 'supply', 'reading_matter', 'present_truth', 'missionary_work', 'grand', 'rapid', 'marshfield', 'pittsville', 'neighboring', 'place', 'elected', 'corresponding', 'secretary', 'purpose', 'enlisting', 'fully', 'foreign_work', 'operating', 'missionary', 'abroad', 'far', 'principle', 'spirit', 'prevail', 'woodland', 'school', 'shared', 'generally', 'church_school', 'conference', 'established', 'locality', 'covert', 'attention', 'let', 'church', 'treasurer', 'librarian', 'cumberland', 'conference', 'note', 'brother', 'carey', 'hanson', 'lexington', 'secretary', 'treasurer', 'cumberland', 'tract', 'missionary_society', 'treasurer', 'cumberland', 'conference', 'business', 'heretofore', 'known', 'cumberland', 'mission', 'transacted', 'office', 'atlanta', 'sent', 'brother', 'carey', 'church', 'treasure', 'specially', 'requested', 'remit', 'month', 'money', 'treasury', 'enable', 'laborer', 'conference', 'field', 'general_conference', 'longer', 'support', 'laborer', 'field', 'promptness', 'faithfulness', 'determine', 'laborer', 'kept', 'work', 'new', 'conference', 'smith', 'sharp', 'change', 'address', 'new', 'york', 'branch', 'pacific_press', 'publishing', 'company', 'office', 'religious', 'book', 'publisher', 'easy', 'access', 'convenient', 'surface', 'elevated', 'car', 'latch', 'string', 'hang', 'trust', 'people', 'place', 'headquarters', 'new', 'york', 'convenience', 'served', 'shall', 'storage', 'room', 'requirement', 'accommodate', 'friend', 'respect', 'past', 'note', 'new_address', 'pacific_press', 'publishing', 'company', 'west', 'twentieth', 'new', 'york', 'city', 'jan', 'spencer', 'curtis', 'manager', 'new', 'york', 'branch', 'business_notices', 'brief', 'business_notices', 'want', 'published', 'department', 'subject', 'discretion', 'publisher', 'charge', 'dollar', 'inserticn', 'line', 'cent', 'line', 'case', 'poor', 'wish', 'employment', 'charge', 'remitted', 'person', 'unknown', 'manager', 'publishing', 'house', 'furnish', 'good', 'reference', 'rent', 'farm', 'house', 'able', 'bodied', 'small', 'family', 'depended', 'care', 'stock', 'work', 'farm', 'reference', 'given', 'required', 'address', 'cobb', 'arid', 'address', 'address', 'white', 'southern', 'missionary_society', 'john', 'niehaus', 'changed', 'grand', 'ave', 'nashville', 'tenn', 'bituaries', 'resurrection', 'life', 'teaus', 'prince', 'died', 'tucson', 'ariz', 'nov', 'eva', 'prince', 'aged', 'year', 'month', 'day', 'life', 'good_deeds', 'help', 'word', 'comfort', 'spoken', 'williams', 'rider', 'died', 'new', 'salem', 'nov', 'martha', 'wife', 'stephen', 'rider', 'seventieth', 'year', 'ofher', 'age', 'afflicted', 'ovarian', 'tumor', 'year', 'hope', 'bright', 'ell', 'suverly', 'died', 'oct', 'george', 'youngest', 'son', 'sirean', 'emma', 'suverly', 'sixth', 'year', 'death', 'caused', 'kick', 'horse', 'crushed', 'skull', 'broke', 'collar', 'bone', 'rib', 'word', 'comfort', 'spoken', 'writer', 'ell', 'parker', 'died', 'memphis', 'mich', 'nov', 'nervous', 'difficulty', 'sister', 'alice', 'parker', 'fortyfourth', 'year', 'age', 'converted', 'seven', 'year', 'ago', 'united', 'seventh', 'day', 'adventist', 'church', 'memphis', 'faithful', 'vow', 'till', 'death', 'kenyon', 'dibble', 'died', 'infant', 'daughter', 'sister', 'mary', 'dibble', 'aged', 'year', 'month', 'day', 'affliction', 'rest', 'heavily', 'sister', 'dibble', 'recently', 'buried', 'husband', 'brother', 'frank', 'dibble', 'gospel', 'lesson', 'word', 'comfort', 'given', 'brother', 'warren', 'cole', 'writer', 'child', 'robert', 'died', 'jamestown', 'nov', 'goo', 'susan', 'robert', 'aged', 'year', 'sister', 'robert', 'received', 'sabbath', 'truth', 'funeral', 'held', 'seventh', 'day', 'adventist', 'church', 'jamestown', 'conducted', 'writer', 'text', 'hymn', 'chosen', 'deceased', 'stow', 'gate', 'died', 'willet', 'aug', 'consumption', 'alice', 'daughter', 'burdette', 'gate', 'aged', 'year', 'gave', 'heart', 'god', 'mother', 'sister', 'accepted', 'present_truth', 'privilege', 'attending', 'sabbath', 'meeting', 'held', 'sabbath', 'school', 'worshiped', 'lord', 'home', 'alice', 'died', 'hope', 'resurrection', 'funeral_service', 'conducted', 'pastor', 'methodist', 'church', 'coon', 'spaulding', 'died', 'battle', 'creek', 'mich', 'nov', 'solomon', 'porter', 'spaulding', 'aged', 'year', 'brother', 'spaulding', 'long_time', 'feeble', 'health', 'year', 'ago', 'suffered', 'severe', 'stroke', 'paralysis', 'time', 'unable', 'resume', 'active', 'labor', 'ministration', 'affliction', 'gathered', 'lesson', 'patience', 'submission', 'joy', 'seeing', 'entire_family', 'converted', 'god', 'large_circle', 'friend', 'attended', 'funeral_service', 'remark', 'writer', 'magan', 'january', 'address', 'new', 'branch', 'pacific_press', 'publishing', 'company', 'west', 'twentieth', 'new', 'york', 'city', 'instead', 'bond', 'present', 'branch', 'established', 'october', 'situated', 'bond', 'street', 'familiarly', 'known', 'people', 'world', 'bond', 'street', 'office', 'change', 'condition', 'surroundings', 'advisable', 'modern', 'fireproof', 'story', 'building', 'freight', 'passenger', 'elevator', 'occupy', 'floor', 'present', 'fifth', 'new', 'location', 'convenient', 'express', 'post', 'york']
root - INFO - extracting file #113500: 2017-04-Final-Corpus/RH19010730-V78-31-page2.txt
root - INFO - extracting file #114000: 2017-04-Final-Corpus/RH19020225-V79-08-page2.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'vim', 'truth', 'opinion', 'lord', 'god', 'follow', 'baal', 'follow', 'christ', 'follower', 'right', 'stand', 'ground', 'neutrality', 'hope', 'open', 'enemy', 'neutral', 'let', 'church', 'respond', 'word', 'prophet', 'arise', 'shine', 'thy', 'light', 'come', 'glory', 'lord', 'risen', 'thee', 'behold', 'darkness', 'shall', 'cover', 'earth', 'gross_darkness', 'people', 'lord', 'shall', 'arise', 'thee', 'glory', 'shall', 'seen', 'thee', 'god', 'people', 'lost', 'love', 'repent', 'steady', 'advancement', 'path', 'holiness', 'god', 'purpose', 'reach', 'phase', 'life', 'immutable', 'eternal', 'time', 'appointed', 'executed', 'time', 'satan', 'power', 'hand', 'trust', 'god', 'draw', 'near', 'draw', 'near', 'work', 'mighty_power', 'accomplish', 'gracious', 'purpose', 'god', 'rebuke', 'people', 'sin', 'humble', 'lead', 'seek', 'face', 'reform', 'love', 'revives', 'heart', 'loving', 'answer', 'come', 'request', 'strengthen', 'reformatory', 'action', 'lifting', 'standard', 'enemy', 'rich', 'blessing', 'rest', 'bright', 'ray', 'reflect', 'light', 'heaven', 'multitude', 'faith', 'seeing', 'god', 'people', 'unite', 'serving', 'redeemer', 'chris', 'rians', 'mean', 'business', 'christian', 'hear', 'instance', 'wonderful', 'enerosity', 'person', 'giving', 'thousand', 'dollar', 'work', 'god', 'earnest', 'extortations', 'passionate', 'appeal', 'measured', 'divine', 'rule', 'poor_widow', 'cast', 'thousand', 'dollar', 'men', 'year', 'given', 'life', 'work', 'god', 'devotion', 'diligence', 'millionaire', 'lived', 'self', 'world', 'thousand', 'dollar', 'world', 'given', 'long', 'ago', 'exciting', 'appeal', 'hour', 'lonely', 'consecration', 'god', 'item', 'newspaper', 'great', 'generosity', 'lord', 'recorded', 'book', 'hear', 'christian', 'given', 'jewel', 'diamond', 'pin', 'gold', 'ring', 'wave', 'mighty', 'enthusiasm', 'cause', 'god', 'remembers', 'equal', 'opportunity', 'adornment', 'ring', 'pearl', 'diamond', 'given', 'time', 'money', 'such_things', 'cost', 'save', 'lost', 'men', 'sin', 'death', 'christian', 'gaudy', 'trumpery', 'wearing', 'direct', 'open', 'disobedience', 'word', 'god', 'wasting', 'lord', 'money', 'defiance', 'revealed', 'buying', 'lot', 'trash', 'bring', 'half', 'price', 'sold', 'old', 'junk', 'surely', 'manifestation', 'measure', 'high', 'water', 'mark', 'christian', 'giving', 'boasting', 'excluded', 'talk', 'thousand', 'dollar', 'given', 'day', 'matter', 'boasting', 'gratulation', 'priest', 'charge', 'shrine', 'horrible', 'hindu', 'idol', 'calcutta', 'asked', 'king', 'ago', 'offering', 'presented', 'worshiper', 'previous', 'day', 'named', 'reply', 'sum', 'equal', 'thousand', 'pound', 'sterling', 'nearly', 'million', 'half', 'dollar', 'christian', 'london', 'mighty', 'wealthy', 'christian', 'nation', 'rule', 'india', 'spending', 'million', 'pound', 'sterling', 'year', 'drink', 'spare', 'million', 'pound', 'annum', 'spread', 'gospel', 'multitude', 'heathen', 'shrine', 'temple', 'india', 'offering', 'paid', 'hindu', 'worshiper', 'single', 'temple', 'day', 'given', 'nearly', 'collected', 'church', 'society', 'great', 'britain', 'foreign_field', 'whole_year', 'christian', 'profess', 'light', 'truth', 'gospel', 'christ', 'pity', 'benighted', 'heathen', 'lack', 'thing', 'rejoicing', 'light', 'devotion', 'self', 'sacrificing', 'zeal', 'service', 'god', 'imitate', 'benighted', 'heathen', 'profit', 'example', 'god', 'kingdom', 'world', 'kingdom', 'grace', 'robinson', 'concluded', 'let', 'come', 'boldly', 'unto', 'throne', 'grace', 'obtain', 'mercy', 'grace', 'help', 'time', 'need', 'heb', 'throne', 'implies', 'king', 'subject', 'law', 'territory', 'study', 'subject', 'lord', 'abandoned', 'world', 'satan', 'soon', 'dominion', 'world', 'passed', 'hand', 'satan', 'lord', 'established', 'spiritual', 'kingdom', 'kingdom', 'grace', 'lord', 'god', 'heaven', 'sole', 'ruler', 'spiritual', 'realm', 'holy', 'law', 'perfect', 'rule', 'standard', 'righteousness', 'territory', 'spiritual', 'kingdom', 'heart', 'man', 'subject', 'forsaking', 'black', 'banner', 'prince', 'darkness', 'enlisting', 'banner', 'prince', 'light', 'said', 'delivered', 'power', 'darkness', 'translated', 'kingdom', 'dear_son', 'subject', 'kingdom', 'grace', 'subject', 'future', 'immortal', 'kingdom', 'glory', 'grace', 'saved', 'faith', 'kingdom', 'grace', 'god', 'spiritual', 'kingdom', 'dominion', 'usurped', 'satan', 'coexisted', 'earthly', 'kingdom', 'god', 'respecter', 'person', 'nation', 'feareth', 'worketh', 'righteousness', 'accepted', 'follows', 'time', 'nation', 'desired', 'opportunity', 'subject', 'kingdom', 'seeking', 'pardon', 'sin', 'jesus_christ', 'yielding', 'obedience', 'claim', 'divine_law', 'door', 'access', 'kingdom', 'grace', 'jew', 'gentile', 'faith', 'jesus_christ', 'justified', 'faith', 'peace', 'god', 'lord', 'jesus_christ', 'access', 'faith', 'grace', 'stand', 'rejoice', 'hope', 'glory', 'god', 'rom', 'thing', 'offend', 'iniquity', 'shall', 'gathered', 'kingdon', 'shall', 'delivered', 'satan', 'kingdom', 'darkness', 'translated', 'kingdom', 'dear_son', 'shall', 'shine', 'forth', 'sun', 'kingdom', 'father', 'israelite', 'apparent', 'alt', 'followed', 'study', 'subject', 'kingdom', 'grace', 'enrolled', 'israel', 'god', 'lord', 'method', 'reckoning', 'israel', 'jew', 'outwardly', 'circumcision', 'outward', 'flesh', 'jew', 'inwardly', 'circumcision', 'heart', 'rom', 'borne', 'mind', 'establishment', 'israel', 'nation', 'earth', 'god', 'purpose', 'spiritua', 'kingdom', 'theocracy', 'government', 'world', 'disobedience', 'unbelief', 'frustrated', 'purpose', 'concernin', 'nation', 'inquires', 'apostle', 'sha', 'unbelief', 'faith', 'god', 'witho', 'effect', 'god', 'forbid', 'wor', 'god', 'hath', 'taken', 'effect', 'israel', 'israel', 'cause', 'seed', 'abraham', 'child', 'isaac', 'child', 'faith', 'sha', 'thy', 'seed', 'called', 'rom', 'christ', 'abraham', 'seed', 'heir', 'according', 'promise', 'jesus', 'saw', 'nathanael', 'coming', 'saith', 'behold', 'israelite', 'whon', 'guile', 'john', 'john', 'revelation', 'giving', 'descriptio', 'remnant_church', 'church', 'living', 'lord', 'come', 'mouth', 'guile', 'fault', 'throne', 'god', 'rev', 'prophet', 'zephaniah', 'bear', 'similar', 'testimony', 'concerning', 'character', 'remnant_church', 'remnant', 'israel', 'shall', 'iniquity', 'speak', 'lie', 'shall', 'deceitft', 'tongue', 'mouth', 'zeph', 'lord', 'patience', 'tjte', 'saint', 'com', 'manelments', 'god', 'faith', 'jesus', 'rev', 'noted', 'reference', 'seventh', 'chapter', 'revelation', 'sate', 'company', 'spoken', 'distinctly', 'stated', 'belong', 'tribe', 'israel', 'evident', 'character', 'nationality', 'constitutes', 'israelite', 'sight', 'god', 'true', 'israe', 'god', 'shall', 'established', 'everlasting', 'kingdom', 'god', 'shaltilave', 'bgeugatheredoutlipm', 'natiand', 'kindred', 'tongue', 'people', 'washed', 'robe', 'character', 'cious', 'blood', 'christ', 'dear', 'reader', 'israelite', 'citizenship', 'world', 'live', 'tra', 'ferred', 'heavenly', 'country', 'zenship', 'heaven', 'saviour', 'lord', 'jesus_christ', 'phi', 'time', 'ogden', 'outt', 'time', 'belongs', 'god', 'moment', 'solemn', 'obli', 'tion', 'improve', 'glory', 'tal', 'given', 'require', 'strict', 'count', 'time', 'christ', 'object', 'son', 'page', 'foregoing', 'low', 'chapter', 'head', 'time', 'help', 'little', 'imp', 'tance', 'improving', 'time', 'mercy', 'value', 'tin', 'computation', 'satan', 'purpose', 'morrow', 'day', 'morrow', 'perform', 'morrow', 'duty', 'failed', 'form', 'day', 'duty', 'day', 'unp', 'formed', 'faithfi', 'morrow', 'day', 'lost', 'day', 'lost', 'lost', 'lost', 'eternally', 'person', 'heard', 'life', 'live', 'differently', 'simply', 'possible', 'earthly', 'life', 'live', 'continually', 'confronted', 'pre', 'present', 'way', 'spend', 'present', 'evidence', 'way', 'spend', 'eternity']
root - INFO - extracting file #114500: 2017-04-Final-Corpus/RH19020729-V79-30-page7.txt
root - INFO - extracting file #115000: 2017-04-Final-Corpus/RH19021230-V79-52-page3.txt
root - INFO - ['nthilis', 'maui', 'patience', 'saint', 'commandment', 'god', 'faith', 'jesus', 'key', 'vol', 'battle', 'creek', 'mich', 'tuesday', 'december', 'arnatut', 'tin', 'trudamation', 'faith', 'tea', 'xnur', 'neliurred', 'india', 'saiht', 'issued', 'tuesday', 'seventh', 'day', 'adventist', 'publishing', 'martyr', 'hoped', 'realized', 'testify', 'lord', 'longer', 'year', 'bight', 'month', 'month', 'term', 'advance', 'month', 'month', 'month', 'day', 'restoration', 'thing', 'accomplished', 'day', 'lord', 'let', 'faith', 'increased', 'hope', 'renewed', 'courage', 'revived', 'lord', 'hand', 'escape', 'grave', 'live', 'witness', 'coming', 'blessed', 'glorious', 'lard', 'enthusiasm', 'work', 'assurance', 'inspiration', 'renewed', 'zeal', 'diligence', 'jesus', 'soon', 'coming', 'song', 'cheer', 'heart', 'joy', 'depart', 'foe', 'pressing', 'strong', 'truth', 'jesus', 'said', 'day', 'loving', 'truth', 'seeking', 'truth', 'teaching', 'truth', 'certainly', 'important', 'chosen', 'salvation', 'sanctification', 'spirit', 'belief', 'truth', 'approved', 'worldly', 'wisdom', 'wonderful', 'truth', 'mere', 'human', 'speculation', 'product', 'research', 'reasoning', 'leave', 'god', 'word', 'account', 'altogether', 'truth', 'falsely', 'called', 'utterly', 'lacking', 'power', 'necessary', 'change', 'character', 'truth', 'save', 'truth', 'personality', 'revealed', 'jesus', 'said', 'truth', 'taught', 'holy', 'spirit', 'promised', 'guide', 'truth', 'truth', 'come', 'way', 'lead', 'utter', 'renunciation', 'world', 'self', 'new', 'walk', 'gentile', 'nation', 'heathen', 'walk', 'vanity', 'mind', 'darkened', 'understanding', 'alienated', 'life', 'god', 'ignorance', 'hardening', 'heart', 'past', 'feeling', 'gave', 'lasciviousness', 'work', 'uncleanness', 'greediness', 'learn', 'christ', 'heard', 'taught', 'truth', 'jesus', 'away', 'concerning', 'manner', 'life', 'old_man', 'waxeth', 'corrupt', 'lust', 'deceit', 'renewed', 'spirit', 'mind', 'new_man', 'god', 'hath', 'created', 'righteousness', 'holiness', 'truth', 'know', 'truth', 'jesus', 'mean', 'complete', 'change', 'life', 'putting', 'away', 'old_man', 'putting', 'new_man', 'truth', 'given', 'world', 'closing', 'message', 'teaching', 'pure', 'word', 'god', 'unchangeable', 'law', 'god', 'unchanged', 'commandment', 'god', 'thy_word', 'truth', 'thy_law', 'truth', 'thy', 'commandment', 'truth', 'message', 'message', 'truth', 'jesus', 'send', 'thy', 'light', 'thy', 'truth', 'new', 'preacher', 'voiced', 'truth', 'new_thing', 'sun', 'principle', 'gospel', 'salvation', 'older', 'sin', 'appearance', 'sin', 'universe', 'god', 'developed', 'new', 'element', 'character', 'necessitated', 'new', 'plan', 'administration', 'government', 'lord', 'change', 'jesus_christ', 'yesterday', 'day', 'yea', 'forever', 'new', 'sin', 'sin', 'modern_times', 'simply', 'learning', 'sin', 'called', 'new_light', 'hailed', 'satisfaction', 'creation', 'new', 'thought', 'movement', 'simply', 'error', 'past_ages', 'clothed', 'newly', 'polished', 'phrase', 'deceive', 'unwary', 'satisfy', 'itching', 'ear', 'modern', 'athenian', 'spend', 'time', 'tell', 'hear', 'new_thing', 'new', 'appearance', 'character', 'god', 'highest', 'revelation', 'cross', 'christ', 'character', 'satan', 'high', 'extra', 'charge', 'postage', 'country', 'universal_postal', 'union', 'address', 'communication', 'draft', 'money', 'order', 'payable', 'review', 'herald', 'bettie', 'creek', 'mich', 'entered', 'post', 'office', 'battle', 'creek', 'grlitarial', 'redemption_draweth_nigh', 'lord', 'gave', 'definite', 'sign', 'mark', 'approach', 'time', 'return', 'redeemed', 'shall', 'sign', 'sun', 'moon', 'star', 'earth', 'distress', 'nation', 'perplexity', 'roaring', 'sea', 'billow', 'men', 'fainting', 'fear', 'expectation', 'thing', 'coming', 'world', 'power', 'heaven', 'shall', 'shaken', 'shall', 'son', 'man', 'coming', 'cloud', 'power', 'great_glory', 'thing', 'begin', 'come', 'pas', 'look', 'lift', 'head', 'redemption_draweth_nigh', 'century', 'passed', 'darkening', 'sun', 'moon', 'sign', 'ordinary', 'span', 'human_life', 'covered', 'falling', 'star', 'distress', 'life', 'power', 'god', 'truth', 'nation', 'growing', 'apparent', 'year', 'year', 'roaring', 'sea', 'billow', 'unusual', 'winter', 'attract', 'attention', 'ocean', 'storm', 'increase', 'severity', 'season', 'season', 'growing', 'premonition', 'mind', 'accept', 'scriptural', 'teaching', 'great', 'calamity', 'threatens', 'world', 'reject', 'truth', 'fainting', 'fear', 'saviour', 'encourages', 'believe', 'word', 'look', 'courage', 'hope', 'view', 'redemption', 'near', 'thrilling', 'thought', 'redemption_draweth_nigh', 'world', 'waited', 'thousand', 'year', 'hand', 'live', 'prophet', 'saint', 'wholly', 'separate', 'hinder', 'truth', 'unrighteousness', 'consequently', 'exchanged', 'truth', 'god', 'lie', 'worshiped', 'served', 'creature', 'created', 'thing', 'creator', 'power', 'lie', 'save', 'sin', 'contrary', 'belief', 'lie', 'open', 'way', 'excess', 'sin', 'test', 'truth', 'save', 'sin', 'shall', 'know', 'truth', 'said', 'jesus', 'truth', 'shall', 'free', 'truth', 'jesus', 'power', 'truth', 'revealed', 'life', 'mark', 'difference', 'heathenism', 'lie', 'concrete', 'form', 'genuine', 'christianity', 'incarnation', 'truth', 'difference', 'clearly', 'set', 'forth', 'following', 'scripture']
root - INFO - extracting file #115500: 2017-04-Final-Corpus/RH19030609-V80-23-page7.txt
root - INFO - extracting file #116000: 2017-04-Final-Corpus/RH19031126-V80-47-page4.txt
root - INFO - ['vent', 'review', 'sabbath', 'herald', 'november', 'appreciate', 'real', 'nature', 'value', 'simple', 'heaven', 'sent', 'message', 'willing', 'ground', 'complete', 'message', 'salvation', 'world', 'generation', 'false', 'teaching', 'world', 'influence', 'tending', 'sweep', 'path', 'error', 'message', 'complete', 'message', 'save', 'people', 'thing', 'prepare', 'immediate', 'soon', 'coming', 'christ', 'message', 'mean', 'wonderfully', 'solemn', 'responsibility', 'rest', 'profess', 'believe', 'message', 'received', 'world', 'greatest', 'power', 'message', 'work', 'people', 'simple', 'foundation', 'truth', 'called', 'people', 'wonderfully', 'striking', 'intellectual', 'far', 'fetched', 'way', 'presenting', 'message', 'simplest', 'way', 'way', 'chila', 'understand', 'life', 'real', 'thing', 'heart', 'power', 'convict', 'truth', 'apart', 'personal_experience', 'intellectual', 'presentation', 'save', 'people', 'sin', 'come', 'day', 'difficulty', 'time', 'wonder', 'working', 'power', 'truth', 'shall', 'utter', 'helplessness', 'message', 'life', 'power', 'god', 'hope', 'concerning', 'work', 'teaching', 'message', 'generation', 'order', 'shall', 'triumph', 'prepare', 'people', 'coming', 'lord', 'personal_experience', 'messenger', 'fundamental', 'gospel', 'truth', 'message', 'let', 'practical', 'application', 'experience', 'message', 'professing', 'power', 'save', 'exhibition', 'evil', 'trait', 'character', 'experience', 'practical_experience', 'enlighten', 'quicken', 'mind', 'clear', 'view', 'present_situation', 'set', 'forth', 'prophetic_word', 'spiritual', 'perception', 'discern', 'true', 'false', 'personal', 'power', 'preserve', 'amid', 'experience', 'temptation', 'difficulty', 'wind', 'doctrine', 'blowing', 'ground', 'shall', 'present', 'believe', 'foremost', 'minister', 'people', 'need', 'new_experience', 'truth', 'message', 'consider', 'situation', 'experience', 'year', 'culminated', 'experience', 'year', 'let', 'ask', 'know', 'matter', 'doe', 'speak', 'loud', 'tone', 'concerning', 'need', 'new_experience', 'message', 'certainly', 'need', 'new_experience', 'matter', 'shall', 'able', 'positiveness', 'assurance', 'carry', 'god', 'special_message', 'generation', 'people', 'like', 'connection', 'thought', 'concerning', 'heavensent', 'message', 'taking', 'people', 'idea', 'learning', 'present', 'certain', 'view', 'book', 'learning', 'adapt', 'text', 'text', 'making', 'teach', 'certain', 'doctrine', 'saying', 'mean', 'word', 'adapting', 'text', 'text', 'teaching', 'certain', 'doctrine', 'assurance', 'plainness', 'mean', 'message', 'living', 'entity', 'mean', 'present', 'uncommon', 'view', 'fact', 'truth', 'mean', 'experience', 'life', 'minister', 'ministered', 'truth', 'certainly', 'divine', 'setting', 'given', 'experience', 'ministered', 'truth', 'truth', 'limit', 'ministry', 'work', 'ministering', 'intellect', 'convince', 'intellect', 'teaching', 'book', 'teach', 'angel', 'message', 'people', 'god', 'teach', 'let', 'look', 'little', 'like', 'follow', 'thought', 'sanctuary', 'question', 'relation', 'message', 'course', 'know', 'word', 'fourteenth', 'chapter', 'revelation', 'word', 'presenting', 'message', 'people', 'know', 'phase', 'truth', 'specifically', 'mentioned', 'word', 'threefold_message', 'word', 'setting', 'message', 'word', 'spoken', 'involves', 'truth', 'gospel', 'setting', 'given', 'sanctuary', 'question', 'doubtless', 'asked', 'question', 'body', 'christian', 'teacher', 'teach', 'gospel', 'standpoint', 'sanctuary', 'seventh', 'day', 'adventist', 'teach', 'use', 'text', 'talk', 'sanctuary', 'body', 'present', 'world', 'message', 'salvation', 'based', 'gospel', 'sanctuary', 'service', 'know', 'beginning', 'time', 'disappointment', 'people', 'brought', 'question', 'sanctuary', 'question', 'presented', 'law', 'god', 'seen', 'connection', 'sabbath', 'question', 'came', 'forward', 'fact', 'experience', 'people', 'fit', 'relation', 'fact', 'sanctuary', 'teaching', 'experience', 'gospel_work', 'heaven', 'experience', 'gospel_work', 'earth', 'close', 'relationship', 'intelligently', 'work', 'god', 'minister', 'god', 'earth', 'doe', 'understand', 'act', 'harmony', 'god', 'great', 'minister', 'heaven', 'minister', 'true', 'sanctuary', 'lord', 'pitched', 'man', 'true', 'gospel', 'time', 'taught', 'taught', 'leave', 'question', 'ministry', 'sanctuary', 'work', 'connected', 'work', 'salvation', 'simply', 'humanity', 'minister', 'reach', 'humanity', 'stand', 'heavenly', 'men', 'woman', 'earth', 'connection', 'humanity', 'sent', 'humanity', 'bear', 'heavenly', 'message', 'heavenly', 'provided', 'minister', 'carry', 'forward', 'work', 'intelligent', 'minister', 'gospel', 'account', 'work', 'great', 'high', 'priest', 'generation', 'appears', 'study', 'scripture', 'wonderful', 'day', 'marking', 'close', 'long', 'prophetic', 'period', 'year', 'came', 'end', 'ministry', 'heaven', 'changed', 'holy', 'holy', 'place', 'marked', 'change', 'true', 'minister', 'gospel', 'earth', 'account', 'ministry', 'know', 'ignores', 'ministry', 'prepared', 'nature', 'case', 'teach', 'people', 'generation', 'gospel', 'heaven', 'sent', 'message', 'god', 'throne', 'sanctuary', 'save', 'sinner', 'generation', 'note', 'connection', 'thing', 'heaven', 'thing', 'earth', 'previously', 'sent', 'forth', 'message', 'spoken', 'angel', 'message', 'fear_god', 'glory', 'hour', 'judgment', 'come', 'immediate', 'personal', 'coming', 'christ', 'taught', 'day', 'set', 'definitely', 'appear', 'movement', 'god', 'cast', 'aside', 'movement', 'teaching', 'angel', 'message', 'time', 'mean', 'second', 'message', 'followed', 'saying', 'babylon', 'fallen', 'midnight_cry', 'joined', 'summer', 'disappointment', 'followed', 'tenth_day', 'seventh', 'month', 'cast', 'aside', 'step', 'integral', 'work', 'come']
root - INFO - extracting file #116500: 2017-04-Final-Corpus/RH19040428-V81-17-page17.txt
root - INFO - extracting file #117000: 2017-04-Final-Corpus/RH19040929-V81-39-page14.txt
root - INFO - ['awitent', 'review', 'sabbath', 'herald', 'september', 'good_attention', 'truth', 'presf', 'nted', 'ministering', 'brother', 'brethiien', 'conradi', 'schuberth', 'weber', 'conference_workers', 'giving', 'tiressage', 'god', 'people', 'dey', 'weather', 'favorable', 'throughoe', 'outsi', 'sunday', 'gave', 'seven', 'franc', 'tow', 'defraying', 'expense', 'ple', 'generally', 'expressed', 'hay', 'received', 'richest', 'spiritual', 'lilessi', 'experienced', 'work', 'conference', 'moved', 'harmoniously', 'report', 'friom', 'worker', 'showed', 'god', 'bles', 'labor', 'dicem', 'member', 'quarter', 'ending', 'march', 'membership', 'trd', 'asur', 'report', 'showed', 'surplus', 'usand', 'franc', 'view', 'finan', 'ial', 'blessing', 'god', 'given', 'felt', 'privilege', 'join', 'german', 'nferences', 'voting', 'second', 'tithe', 'union', 'missionary', 'purpose', 'dur', 'past_year', 'hand', 'god', 'seen', 'differ', 'tat', 'way', 'canton', 'zurich', 'rea', 'brother', 'bible', 'iporteur', 'work', 'left', 'anieri', 'worker', 'followed', 'ithe', 'terest', 'hall', 'nieeti', 'held', 'reputation', 'desired', 'chalge', 'day', 'leave', 'place', 'gentleman', 'engaged', 'sort', 'work', 'asked', 'accept', 'position', 'contracted', 'year', 'service', 'sabbath', 'free', 'better', 'salary', 'received', 'thing', 'people', 'relate', 'brother', 'large_family', 'sentenced', 'thirty', 'day', 'imprisonment', 'send', 'child', 'state', 'school', 'sabbath', 'jail', 'opportunity', 'testify', 'truth', 'sabbath', 'day', 'came', 'asked', 'work', 'day', 'course', 'gave', 'plainly', 'understand', 'reason', 'prison', 'jail', 'keeper', 'let', 'morning', 'slipper', 'asked', 'working', 'shoe', 'jailor', 'tried', 'shoe', 'foot', 'shoe', 'small', 'attempt', 'failure', 'said', 'force', 'orphan', 'asylum', 'larger', 'pair', 'shoe', 'brought', 'forcibly', 'foot', 'kicked', 'stairway', 'beaten', 'fist', 'went', 'course', 'work', 'consideration', 'dark', 'room', 'bedding', 'save', 'little', 'straw', 'cold', 'stone', 'floor', 'obliged', 'remain', 'sabbath', 'sunday', 'self', 'book', 'received', 'bread', 'water', 'know', 'laid', 'matter', 'hand', 'thb', 'directed', 'tempera', 'restaurant', 'looking', 'paper', 'thinking', 'place', 'ovided', 'asked', 'family', 'charge', 'restaurant', 'noti', 'suitable', 'nieeti', 'ghall', 'making', 'request', 'thy', 'offered', 'own_house', 'tab', 'set', 'chait', 'seat', 'people', 'came', 'tio', 'rent', 'seventy', 'centi', 'night', 'lady', 'paid', 'cwent', 'centime', 'time', 'lection', 'plate', 'passed', 'easily', 'covered', 'expense', 'tie', 'whole_family', 'attended', 'shortly', 'mother', 'daughter', 'accepted', 'sage', 'father', 'baptied', 'week', 'machinist', 'largest', 'silk', 'factory', 'switierla', 'question', 'right', 'wrong', 'day', 'offering', 'taken', 'making', 'mind', 'stand', 'wrote', 'letter', 'dire', 'ctor', 'factory', 'stating', 'conviction', 'locality', 'alsit', 'lord', 'opened', 'fir', 'people', 'obey', 'fourth', 'commandme', 'instance', 'young', 'lady', 'working', 'envelope', 'factory', 'turic', 'site', 'began', 'obey', 'lord', 'coalman', 'ments', 'employer', 'discharged', 'taken', 'stand', 'fol', 'believed', 'lord', 'tiler', 'way', 'manner', 'lord', 'plainly', 'command', 'sabbath', 'day', 'obey', 'god', 'suffer', 'consequence', 'visit', 'good_impression', 'mind', 'jailer', 'following', 'sabbath', 'brother', 'permitted', 'stay', 'room', 'given', 'good_food', 'remaining', 'time', 'served', 'given', 'easiest', 'place', 'work', 'farm', 'herd', 'cattle', 'arrived', 'home', 'having', 'served', 'time', 'new', 'sentence', 'pending', 'amounting', 'thirty', 'franc', 'day', 'imprisonment', 'town', 'clerk', 'president', 'wrote', 'send', 'child', 'school', 'sabbath', 'away', 'comment', 'faithful', 'gift', 'support', 'east', 'african', 'mission', 'collection', 'day', 'amounted', 'ninety', 'franc', 'collection', 'franc', 'tent', 'fund', 'received', 'ground', 'begin', 'new_year', 'hope', 'courage', 'ask', 'friend', 'remember', 'prayer', 'worker', 'thoroughly', 'earnest', 'effort', 'save', 'soul', 'hasten', 'coming', 'lord', 'faithfulness', 'giving', 'warning_message', 'generation', 'especially', 'ask', 'remembered', 'continuation', 'tent_effort', 'sissach', 'plan', 'remain', 'time', 'follow', 'director', 'visited', 'personally', 'ahile', 'basel', 'sanitarium', 'taking', 'treatment', 'told', 'sabbath', 'free', 'knotty', 'god', 'directed', 'house', 'brother', 'food', 'repeated', 'following', 'sabbath', 'visited', 'chief', 'police', 'confederation', 'plainly', 'told', 'man', 'school', 'law', 'interpreted', 'civil_law', 'complied', 'went', 'jailor', 'talk', 'faith', 'course', 'thought', 'man', 'extremist', 'wished', 'influence', 'pay', 'fine', 'home', 'brother', 'called', 'keeper', 'jail', 'reprimanded', 'jailer', 'prison', 'home', 'family', 'better', 'brother', 'replied', 'look', 'ease', 'report', 'nominating', 'committee', 'adopted', 'read', 'follows', 'president', 'boettcher', 'secretary', 'kury', 'treasurer', 'hamburg', 'branch', 'international', 'tract', 'society', 'basel', 'sabbath', 'school', 'department', 'sebald', 'conference_committee', 'boettcher', 'erzenberger', 'kury', 'aufranc', 'weidmann', 'lay', 'member', 'form', 'auditing', 'committee', 'poorhouse', 'inflict', 'severest', 'penalty', 'law', 'disobeying', 'government', 'officer', 'know', 'outcome', 'pray', 'way', 'lord', 'help', 'brother', 'advance', 'work', 'earth', 'school', 'military', 'law', 'great', 'question', 'contend', 'country', 'friend', 'areacquainted', 'god', 'faithful', 'servant', 'elder', 'erzenberger', 'interested', 'learn', 'long_years', 'service', 'seen', 'angel', 'message', 'having', 'testimony', 'behalf', 'faith', 'great_value', 'brother', 'called', 'labor', 'entirely', 'direction', 'german', 'union', 'german', 'swiss', 'conference', 'heartily', 'expressed', 'thanks', 'faithful', 'labor', 'elder', 'erzenberger', 'past', 'asked', 'union', 'consideration', 'called', 'general_work', 'provide', 'measure', 'loss', 'sending', 'young', 'bible', 'worker', 'licentiate', 'experienced', 'canvasser', 'labor', 'german', 'switzerland', 'brother', 'free', 'express', 'thanks', 'volume', 'testimony', 'recently', 'received', 'hamburg', 'press', 'recommended', 'german', 'swiss', 'brother', 'encouraged', 'provide', 'wrote', 'coming', 'year', 'credential', 'granted', 'minister', 'license', 'licentiate', 'missionary', 'credential', 'bible', 'worker', 'seven', 'colporteurs', 'collection', 'sabbath', 'school', 'sabbath', 'amounted', 'thirty', 'franc', 'sunday']
root - INFO - extracting file #117500: 2017-04-Final-Corpus/RH19050223-V82-08-page5.txt
root - INFO - extracting file #118000: 2017-04-Final-Corpus/RH19050713-V82-28-page22.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'july', 'titrantt', 'ifirutiott', 'sweden', 'reported', 'mobilizing', 'portion', 'army', 'military', 'strength', 'norway', 'benefit', 'people', 'reported', 'killed', 'tornado', 'swept', 'portion', 'montague', 'county', 'northern', 'texas', 'july', 'path', 'storm', 'mile', 'wide', 'mile', 'length', 'fifty', 'people', 'injured', 'supreme_court', 'kansa', 'rendered', 'decision', 'debarring', 'state', 'kansa', 'competing', 'standard', 'oil', 'trust', 'furnishing', 'oil', 'people', 'state', 'mean', 'establishment', 'state', 'oil', 'refinery', 'establishment', 'plant', 'earnestly', 'favored', 'governor', 'hoch', 'tribute', 'human_life', 'paid', 'year', 'fourth', 'july', 'patriotism', 'according', 'figure', 'given', 'chicago', 'record', 'herald', 'july', 'total', 'thirty', 'people', 'leaf', 'room', 'case', 'tetanus', 'doe', 'develop', 'week', 'injury', 'cracker', 'toy', 'pistol', 'received', 'killed', 'person', 'received', 'injury', 'resident', 'town', 'guantajuato', 'mexico', 'lost', 'life', 'flood', 'resulted', 'violent', 'storm', 'july', 'town', 'situated', 'gorge', 'river', 'flow', 'subject', 'flood', 'present', 'disaster', 'unprecedented', 'force', 'flood', 'augmented', 'giving', 'way', 'dam', 'masonry', 'confined', 'river', 'flow', 'house', 'swept', 'away', 'property', 'loss', 'estimated', 'japanese', 'landed', 'force', 'sakhalin', 'island', 'backed', 'fleet', 'war', 'vessel', 'taken', 'possession', 'island', 'russian', 'garrison', 'weak', 'offer', 'effective', 'resistance', 'manchuria', 'comparative', 'quiet', 'opposing', 'army', 'commander', 'seemingly', 'desirous', 'bringing', 'general', 'engagement', 'arrangement', 'peace', 'negotiation', 'washington', 'russia', 'japan', 'making', 'favorable', 'progress', 'japanese', 'peace', 'envoy', 'havinc', 'sailed', 'yokohama', 'july', 'steamship', 'minnesota', 'rumor', 'unfortunate', 'czar', 'nicholas', 'beset', 'plot', 'russian', 'reactionary', 'aim', 'dethrone', 'set', 'czar', 'stronger', 'character', 'final', 'vote', 'french', 'chamber', 'deputy', 'abolishing', 'concordat', 'separating', 'church', 'state', 'france', 'taken', 'july', 'measure', 'passed', 'majority', 'total', 'vote', 'cast', 'general', 'principle', 'measure', 'set', 'forth', 'follows', 'republic', 'assures', 'liberty', 'conscience', 'guarantee', 'free', 'exercise', 'religion', 'subject', 'restriction', 'public', 'order', 'republic', 'recognizes', 'pay', 'stipend', 'subsidizes', 'sect', 'provides', 'fund', 'college', 'hospital', 'asylum', 'chaplain', 'public', 'worship', 'budget', 'abolished', 'public', 'establishment', 'connected', 'religion', 'suppressed', 'russian', 'battle', 'ship', 'kniaz', 'potemkin', 'black', 'sea', 'fleet', 'crew', 'rebelled', 'raised', 'red', 'flag', 'keeping', 'black', 'sea', 'port', 'shipping', 'state', 'uncertainty', 'terror', 'nearly', 'week', 'finally', 'surrendered', 'rumanian', 'authority', 'kustenji', 'promise', 'men', 'liberated', 'rumanian', 'frontier', 'expected', 'objection', 'treatment', 'mutineer', 'russian_government', 'incident', 'cause', 'friction', 'russia', 'rumania', 'fme', 'appointment', 'change', 'time', 'humboldt', 'county', 'cal', 'camp', 'meeting_the', 'time', 'holding', 'humboldt', 'campmeeting', 'changed', 'july', 'place', 'decided', 'local', 'brother', 'counsel', 'elder', 'behrens', 'gone', 'field', 'hoped', 'general_attendance', 'people', 'section', 'conference', 'stand', 'august', 'let', 'interested', 'note', 'change', 'date', 'conference_laborers', 'invited', 'meet', 'liberty', 'park', 'wednesday', 'august', 'worker', 'meeting', 'general', 'conference_laborers', 'attend', 'meeting', 'invited', 'worker', 'meeting', 'consistent', 'arrangement', 'porter', 'president', 'camp', 'meeting', 'atlantic_union_conference', 'southern', 'new', 'england', 'aug', 'sept', 'western', 'pennsylvania', 'erie', 'aug', 'southern', 'union', 'conference', 'north', 'carolina', 'newton', 'july', 'georgia', 'smyrna', 'aug', 'tennessee', 'river', 'probably', 'nashville', 'aug', 'oct', 'july', 'aug', 'sept', 'lake', 'union', 'conference', 'pres', 'cal', 'conf', 'annual_meeting', 'kansa', 'conference', 'vote', 'taken', 'meeting', 'conference', 'year', 'effect', 'conference', 'convene', 'monday', 'preceding', 'opening', 'camp', 'meeting', 'thursday', 'week', 'desire', 'announce', 'early', 'meeting', 'kansa', 'conference', 'convene', 'camp', 'ground', 'hutchinson', 'kan', 'monday', 'evening', 'august', 'meeting', 'hope', 'people', 'delegate', 'meeting', 'espec', 'ially', 'present', 'northern_union_conference', 'north', 'dakota', 'english', 'scandinavian', 'local', 'towner', 'july', 'manitoba', 'canada', 'near', 'winnipeg', 'july', 'central', 'union', 'conference', 'aug', 'sept', 'july', 'july', 'aug', 'aug', 'knox', 'important', 'delegate', 'mcreynolds', 'president', 'california', 'humboldt', 'district', 'california', 'hanford', 'district', 'california', 'santa', 'rosa', 'district', 'southern', 'california', 'san', 'diego', 'montana', 'sun', 'river', 'upper', 'columbia', 'utah', 'ogden', 'western', 'washington', 'seattle', 'july', 'oct', 'aug', 'sept', 'july', 'july', 'aug', 'legal', 'meeting', 'kansa', 'conference_association', 'annual_meeting', 'kansa', 'seventh', 'day', 'adventist', 'conference_association', 'held', 'camp', 'ground', 'hutchinson', 'kan', 'friday', 'august', 'foi', 'transaction', 'legal', 'business', 'come', 'render', 'report', 'standing', 'association', 'question', 'relating', 'title', 'church', 'property', 'possession', 'association', 'fully', 'understood', 'presented', 'time', 'receive', 'aug', 'sept', 'british', 'columbia', 'sept', 'general', 'european', 'conference', 'latin', 'union', 'union', 'conf', 'gland', 'switzerland', 'july', 'german', 'union', 'union', 'conf', 'friedproper', 'attention', 'mcreynolds', 'miscellaneous', 'east', 'caribbean', 'conference', 'georgetown', 'demerara', 'british', 'guiana', 'july', 'president', 'various_conferences', 'requested', 'send', 'information', 'tneetings', 'mentioned', 'preceding', 'table', 'able', 'complete', 'list', 'inform', 'correction', 'addition', 'report', 'publication', 'wanted', 'special', 'note', 'receive', 'periodical', 'answer', 'advised', 'examine', 'carefully', 'distributing', 'following', 'persons_desire', 'late', 'clean', 'copy', 'publication', 'post', 'paid', 'clay', 'griffin', 'bentonville', 'ark', 'periodical', 'tract', 'missionary', 'work', 'bassett', 'hobart', 'ave', 'east', 'atlantic', 'city', 'periodical', 'tract', 'missionary', 'work', 'president', 'wisconsin', 'state', 'camp', 'meeting', 'conference', 'meeting', 'wisconsin', 'decided', 'hold', 'annual', 'camp', 'meeting', 'conference', 'august', 'september', 'place', 'janesville', 'suitable', 'ground', 'secured', 'know', 'short_time', 'ground', 'place', 'covert', 'missouri', 'camp', 'meeting_the', 'date', 'opening', 'missouri', 'state_conference', 'camp', 'meeting', 'changed', 'august', 'instead', 'august', 'necessary', 'account', 'conflict', 'date', 'occupancy', 'liberty', 'park', 'sedalia', 'meeting', 'held', 'conflict', 'occurred', 'oversight', 'park', 'board', 'wholly', 'unintentional', 'appointment', 'florida', 'plant', 'city', 'cumberland', 'richmond', 'cumberland', 'spring', 'city', 'tenn', 'southern', 'illinois', 'mattoon', 'ohio', 'mansfield', 'aug', 'aug', 'aug', 'west', 'michigan', 'allegan', 'wisconsin', 'indiana', 'connersville', 'aug', 'sept', 'sept', 'missouri', 'sedalia', 'nebraska', 'omaha', 'colorado', 'denver', 'kansa', 'conference', 'hutchinson', 'kansa', 'valley', 'fall', 'kansa', 'broughton', 'kansa', 'southwestern', 'union', 'conference', 'texas', 'hillsboro', 'aug', 'arkansas', 'bentonville', 'aug', 'oklahoma', 'oklahoma', 'city', 'aug', 'sept', 'oklahoma', 'elk', 'city', 'july', 'pacific', 'union', 'conference', 'ensau', 'germany', 'british', 'union', 'joint', 'meeting', 'scotland', 'ireland', 'july', 'aug', 'aug', 'aug', 'aug', 'aug']
root - INFO - extracting file #118500: 2017-04-Final-Corpus/RH19051207-V82-49-page6.txt
root - INFO - extracting file #119000: 2017-04-Final-Corpus/RH19060510-V83-19-page16.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'ventists', 'jew', 'granted', 'suggested', 'reply', 'present', 'question', 'pro', 'allowed', 'defer', 'reply', 'following', 'sitting', 'meantime', 'filed', 'application', 'reply', 'shearer', 'hearing', 'closed', 'hearing', 'shearer', 'clear', 'care', 'religious', 'broad', 'discussed', 'hearing', 'brief', 'interview', 'shearer', 'said', 'personally', 'objection', 'people', 'working', 'sunday', 'providing', 'work', 'house', 'barn', 'sight', 'hearing', 'significant', 'statement', 'argument', 'written', 'oral', 'printed', 'official', 'document', 'house', 'common', 'argument', 'presented', 'position', 'brief', 'religious', 'character', 'legislation', 'proposed', 'religious_legislation', 'true', 'unconstitutional', 'antichristian', 'thankful', 'privilege', 'presenting', 'truth', 'men', 'authority', 'evident', 'committee', 'favorably', 'impressed', 'right', 'conscientious', 'conviction', 'recognized', 'minister', 'justice', 'admit', 'affected', 'religious_liberty', 'admitted', 'presentable', 'case', 'material', 'standpoint', 'enlightened', 'presentation', 'view', 'member', 'committee', 'stated', 'passed', 'day', 'earn', 'livelihood', 'said', 'let', 'live', 'country', 'anticipate', 'future', 'proposed', 'probability', 'reported', 'house', 'week', 'early', 'house', 'deal', 'think', 'laid', 'session', 'parliament', 'time', 'tell', 'feel', 'lord', 'directed', 'presentation', 'truth', 'good', 'result', 'effort', 'time', 'report', 'movement', 'matter', 'develop', 'thurston', 'pound', 'missionary', 'campaign', 'motto', 'continues', 'liberal', 'circulation', 'messagefilled', 'tract', 'seventh', 'day', 'adventist', 'pound', 'sign', 'time', 'leaflet', 'entering', 'wedge', 'concerning', 'leaflet', 'sister', 'sign', 'leaflet', 'grand', 'dear_sister', 'sent', 'sample', 'interested', 'enclosed', 'thousand', 'copy', 'following', 'law', 'god', 'sabbath', 'bible', 'day', 'changed', 'sabbath', 'seal', 'god', 'want', 'person', 'work', 'pound', 'leaflet', 'dear', 'reader', 'lying', 'shelf', 'number', 'contains', 'home', 'neighbor', 'friend', 'hall', 'angel', 'message', 'palestine', 'trip', 'syria', 'spent', 'day', 'worker', 'jaffa', 'jerusalem', 'landing', 'jaffa', 'met', 'heartily', 'welcomed', 'brother', 'gregorius', 'charge', 'medical_missionary_work', 'city', 'closing', 'treatment_rooms', 'nearly', 'year', 'ago', 'nurse', 'employed', 'bella', 'vista', 'hydro', 'new', 'institution', 'combining', 'hotel', 'accommodation', 'hydrotherapeutic', 'treatment', 'institution', 'owned', 'wealthy', 'english', 'woman', 'management', 'feingold', 'converted', 'jew', 'wife', 'scotland', 'nominal', 'sabbath', 'keeper', 'nurse', 'entirely', 'free', 'duty', 'sabbath', 'sabbathkeeping', 'jewish', 'christian', 'thoroughly', 'imbibed', 'modern', 'anglo', 'israel', 'idea', 'room', 'mind', 'light', 'concerning', 'angel', 'message', 'nurse', 'think', 'unwise', 'remain', 'employ', 'present', 'contract', 'expires', 'planning', 'city', 'lord', 'opening', 'way', 'locate', 'haifa', 'growing', 'city', 'prosperous', 'german', 'colony', 'situated', 'foot', 'carmel', 'bay', 'acre', 'place', 'worker', 'soon', 'suitable', 'location', 'secured', 'treatment_rooms', 'haifa', 'favorable', 'place', 'way', 'healthier', 'city', 'jaffa', 'jerusalem', 'recently', 'completed', 'railroad', 'connects', 'damascus', 'doubt', 'soon', 'similar', 'connection', 'jerusalem', 'harbor', 'better', 'jaffa', 'fact', 'harbor', 'landing', 'simply', 'impossible', 'heavy', 'sea', 'haifa', 'enterprising', 'oriental', 'city', 'progress', 'work', 'jaffa', 'characterized', 'eastern', 'slowness', 'onward', 'nurse', 'worked', 'meager', 'facility', 'difficulty', 'encountered', 'year', 'ago', 'small', 'organization', 'effected', 'known', 'jaffa', 'jerusalem', 'church', 'shortly', 'elder', 'deacon', 'conference_workers', 'went', 'field', 'account', 'health', 'moved', 'away', 'remained', 'continued', 'firm', 'worker', 'came', 'work', 'went', 'accepted', 'truth', 'time', 'visit', 'deemed', 'advisable', 'reorganize', 'church', 'elect', 'officer', 'permanent', 'resident', 'new_converts', 'baptized', 'partook', 'ordinance', 'celebrated', 'nearly', 'year', 'half', 'love', 'unity', 'prevailing', 'member', 'little_company', 'refreshing', 'feel', 'message', 'firmly', 'planted', 'continue', 'lord', 'come', 'good_courage', 'feel', 'sure', 'lord', 'add', 'worker', 'jerusalem', 'comparatively', 'new', 'work', 'increasing', 'receipt', 'treatment_rooms', 'year', 'preceding', 'year', 'person', 'favorably', 'impressed', 'truth', 'likely', 'accept', 'erelong', 'jerusalem', 'visited', 'protestant', 'cemetery', 'zion', 'lie', 'body', 'faithful', 'worker', 'brother', 'leschuer', 'long', 'ago', 'cut', 'prime', 'life', 'beginning', 'career', 'usefulness', 'worker', 'palestine', 'planning', 'place', 'small', 'modest', 'stone', 'mark', 'resting', 'place', 'learned', 'love', 'work', 'palestine', 'encouraging', 'lord', 'courage', 'grace', 'worker', 'battle', 'ground', 'primitive', 'christianity', 'wakeham', 'visit', 'boston', 'reached', 'boston', 'friday', 'afternoon', 'april', 'remained', 'thursday', 'april', 'year', 'half', 'left', 'boston', 'field', 'connect', 'religious_liberty', 'department', 'work', 'primary', 'object', 'visiting', 'new', 'england', 'time', 'purpose', 'attending', 'important', 'business', 'meeting', 'new', 'england', 'sanitarium', 'benevolent', 'association', 'member', 'meeting', 'held', 'monday', 'april', 'sanitarium', 'melrose', 'gratified', 'report', 'result', 'meeting', 'satisfactory', 'step', 'taken', 'place', 'institution', 'denominational', 'control', 'sabbath', 'april', 'spoke', 'church', 'everett', 'mass', 'spoke', 'boston', 'church', 'source', 'great_pleasure', 'meet', 'labored', 'encouraged', 'goodly', 'number', 'new_members', 'departure', 'added', 'church', 'earnest', 'labor', 'elder', 'wheeler', 'present', 'pastor', 'boston', 'church', 'faithful', 'colaborers', 'sunday', 'evening', 'privilege', 'speaking', 'good', 'audience', 'subject', 'religious_liberty', 'universalist', 'church', 'everett', 'arrival', 'boston', 'pleased', 'learn', 'dedicatory', 'service', 'mission', 'jewish_people', 'boston', 'occur', 'stay', 'reader', 'review', 'aware', 'year', 'elder', 'gilbert', 'converted', 'jew', 'laboring', 'earnestly', 'establishment', 'work', 'boston', 'dedicatory', 'service', 'took', 'place', 'tuesday', 'afternoon', 'evening', 'april', 'seventeenth', 'anniversary', 'elder', 'gilbert', 'conversion', 'christianity', 'acceptance', 'angel', 'message', 'elaborate', 'interesting', 'program', 'prepared', 'occasion', 'consisting', 'selection', 'vocal', 'instrumental', 'music', 'appropriate', 'address', 'minister', 'afternoon', 'evening_services', 'good_attendance', 'present', 'elder', 'farnsworth', 'elder', 'fitzgerald', 'sample', 'letter', 'received', 'tract_societies', 'publishing', 'house', 'earnestly', 'methodically', 'people', 'working', 'number']
root - INFO - extracting file #119500: 2017-04-Final-Corpus/RH19061004-V83-40-page23.txt
root - INFO - extracting file #120000: 2017-04-Final-Corpus/RH19070221-V84-08-page22.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'february', 'thrimian', 'tcihvrtg', 'report', 'note', 'comment', 'pertaining', 'current', 'history', 'right', 'conscience', 'conducted', 'religious', 'liberty', 'bureau', 'russati', 'chairmas', 'colcord', 'secretary', 'sabbath', 'changed', 'enforce', 'law', 'exist', 'word', 'significant', 'plainly', 'define', 'object', 'church', 'federation', 'religious', 'liberty', 'secretary', 'new', 'york', 'western', 'new', 'york', 'conference', 'written', 'letter', 'local_church', 'religious', 'liberty', 'secretary', 'write', 'short', 'terse', 'remonstrance', 'new', 'york', 'senator', 'congress', 'member', 'conference', 'likewise', 'sunday', 'introduced', 'present', 'session', 'connecticut', 'legislature', 'effort', 'incorporated', 'sunday', 'closing', 'question', 'local', 'recently', 'wrote', 'letter', 'president', 'southern', 'conference', 'suggested', 'making', 'appeal', 'wish', 'help', 'supplying', 'religious', 'liberty', 'literature', 'needy_field', 'reply', 'letter', 'new', 'york', 'tribune', 'bearing', 'congress', 'close', 'fourth', 'concerning', 'help', 'redate', 'feb', 'following', 'question', 'answer', 'concerning', 'change', 'sabbath', 'appeared', 'change', 'sabbath', 'seventh', 'day', 'week', 'day', 'observance', 'sunday', 'history', 'record', 'fourth', 'century', 'constantine', 'issued', 'edict', 'requiring', 'observance', 'simply', 'abstinence', 'work', 'reading', 'let', 'judge', 'people', 'town', 'rest', 'trade', 'suspended', 'venerable_day', 'sun', 'time', 'issue', 'edict', 'constantine', 'sun', 'worshiper', 'refused', 'unite', 'church', 'death', 'bed', 'church', 'council', 'religious_observance', 'sunday', 'recommended', 'little', 'attention', 'paid', 'alcuin', 'english', 'prelate', 'spiritual', 'adviser', 'charlemagne', 'time', 'formally', 'declared', 'fourth', 'commandment', 'covered', 'day', 'week', 'declaration', 'observed', 'comparatively', 'century', 'sunday', 'observed', 'far', 'day', 'sport', 'festivity', 'religious', 'english', 'parliament', 'sat', 'sunday', 'english', 'court', 'held', 'day', 'reign', 'elizabeth', 'nicholas', 'bound', 'suffolk', 'county', 'england', 'published', 'work', 'called', 'true', 'doctrine', 'sabbath', 'maintained', 'sunday', 'divinely', 'appointed', 'sabbath', 'obligation', 'observe', 'sabbath', 'divine', 'late', 'opening', 'seventeenth', 'century', 'puritan', 'england', 'began', 'practise', 'calling', 'sunday', 'sabbath', 'satisfactory', 'reason', 'given', 'calling', 'observing', 'sunday', 'sabbath', 'day', 'bishop', 'porter', 'puritan', 'warrant', 'reference', 'observance', 'sunday', 'sabbath', 'look', 'page', 'new_testament', 'tradition', 'catholic', 'christendom', 'substantial', 'sufficient', 'religious', 'liberty', 'note', 'religious', 'liberty', 'secretary', 'eastern', 'pennsylvania', 'conference', 'planning', 'aggressive', 'campaign', 'march', 'look', 'roman', 'catholic', 'nation', 'world', 'priest', 'nun', 'control', 'education', 'compare', 'protestant', 'nation', 'compare', 'scandinavia', 'spain', 'portugal', 'compare', 'germany', 'austria', 'compare', 'great', 'britain', 'italy', 'compare', 'protestant', 'ireland', 'romanist', 'ireland', 'compare', 'province', 'quebec', 'province', 'ontario', 'compare', 'north', 'america', 'south', 'america', 'comparison', 'awaken', 'keen', 'sense', 'blighting', 'effect', 'roman', 'catholicism', 'senator', 'albert', 'beveridge', 'indiana', 'recent', 'speech', 'delivered', 'united', 'state', 'senate', 'situation', 'france', 'said', 'thing', 'freedom', 'faith', 'tolerance', 'opinion', 'inviolable', 'right', 'believe', 'serve', 'god', 'conscience', 'command', 'absolute', 'liberty', 'brother', 'thing', 'free', 'institution', 'mean', 'men', 'rebelled', 'intolerance', 'politics', 'men', 'resisted', 'intolerance', 'church', 'protestant', 'catholic', 'men', 'resist', 'intolerance', 'state', 'republican', 'monarchical', 'ligious', 'liberty', 'line', 'help', 'supply', 'liberty', 'worker', 'energetic', 'magazine', 'free', 'desire', 'help', 'religious_liberty_work', 'paying', 'club', 'liberty', 'way', 'write', 'department', 'reference', 'matter', 'notice', 'appointment', 'notice', 'wabash', 'valley', 'sanitarium', 'recently', 'established', 'near', 'lafayette', 'ind', 'bank', 'wabash', 'river', 'beautiful', 'country', 'location', 'east', 'rocky', 'mountain', 'wish', 'announce', 'start', 'new', 'nurse', 'class', 'april', 'interested', 'department', 'work', 'desiring', 'information', 'obtain', 'addressing', 'worster', 'superintendent', 'lafayette', 'ind', 'notice', 'great_need', 'gentleman', 'lady', 'nurse', 'knowlton', 'quebec', 'sanitarium', 'promising', 'opening', 'tribune', 'kokomo', 'ind', 'bear', 'institution', 'accommodates', 'ing', 'date', 'january', 'sunday', 'lid', 'closed', 'tightly', 'city', 'montpelier', 'ind', 'womdn', 'living', 'keeping', 'cow', 'selling', 'milk', 'stopped', 'delivering', 'good', 'customer', 'sunday', 'newspaper', 'citizen', 'spend', 'pleasant', 'day', 'home', 'thing', 'left', 'church', 'leave', 'city', 'chose', 'minister', 'believe', 'matter', 'carried', 'far', 'mayor', 'law', 'look', 'alike', 'declares', 'montpelier', 'lid', 'fit', 'perfectly', 'vigorous', 'campaign', 'carried', 'religious', 'liberty', 'department', 'california', 'conference', 'protest', 'sunday', 'rest', 'amendment', 'california', 'constitution', 'report', 'work', 'performed', 'january', 'page', 'literature', 'circulated', 'includes', 'distribution', 'special', 'religious', 'liberty', 'patient', 'excellent', 'class', 'young_people', 'training', 'earnestly', 'invite', 'correspondence', 'reference', 'secretary', 'medical_department', 'general_conference', 'business_manager', 'elder', 'lindsey', 'sanitarium', 'knowlton', 'quebec', 'spring', 'term', 'union_college', 'spring', 'term', 'union_college', 'begin', 'february', 'close', 'best', 'time', 'year', 'study', 'condition', 'especially', 'favorable', 'teaching', 'winter', 'term', 'school', 'new', 'class', 'formed', 'following', 'subject', 'botany', 'bible', 'nature', 'algebra', 'commercial', 'law', 'moral', 'science', 'school', 'management', 'school', 'gardening', 'bookkeeping', 'typewriting', 'individual', 'study', 'taken', 'good_advantage', 'canvasser', 'institute', 'held', 'close', 'term', 'full_particulars', 'scholarship', 'plan', 'write', 'president', 'union', 'college', 'college', 'view', 'neb', 'special_course', 'south', 'lancaster', 'academy', 'religious', 'liberty', 'literature', 'harrisburg', 'capital', 'pennsylvania', 'sign', 'liberty', 'publication', 'trustee', 'south', 'lancaster', 'academy', 'daily', 'press', 'portland', 'maine', 'bearing', 'date', 'jan', 'report', 'enthusiastic', 'meeting', 'clergyman', 'city', 'church', 'federation', 'speaker', 'church', 'political', 'angel', 'light', 'state', 'federated', 'able', 'dictate', 'men', 'office', 'total', 'expense', 'campaign', 'arranged', 'special_course', 'beginning', 'date', 'march', 'ending', 'cludes', 'stationery', 'postage', 'printing', 'paid', 'labor', 'encouraging_report', 'let', 'pray', 'lord', 'bless', 'seed', 'sown', 'yield', 'bountiful', 'harvest', 'vindicating', 'right', 'winning', 'soul', 'truth', 'week', 'devoted', 'canvasser', 'institute', 'time', 'felt', 'intending', 'enter', 'ministry', 'bible', 'work', 'recently', 'begun', 'work', 'needed', 'special_instruction', 'aside', 'provided', 'regular', 'course', 'school', 'reason', 'important', 'pro', 'announced', 'board']
root - INFO - extracting file #120500: 2017-04-Final-Corpus/RH19070711-V84-28-page21.txt
root - INFO - extracting file #121000: 2017-04-Final-Corpus/RH19071205-V84-49-page11.txt
root - INFO - ['december', 'advent', 'review', 'sabbath', 'herald', 'cylinder', 'evidence', 'steam', 'life', 'locomotive', 'christian_life', 'paul', 'hid', 'christ', 'god', 'col', 'external', 'life', 'thermometer', 'indicates', 'degree', 'internal', 'life', 'life', 'given', 'trust', 'hoard', 'use', 'lived', 'epitaph', 'tomb', 'john', 'howard', 'rest', 'labor', 'said', 'friend', 'john', 'eliot', 'apostle', 'indian', 'day', 'death', 'eighty_years', 'age', 'teaching', 'indian', 'child', 'alphabet', 'said', 'prayed', 'god', 'useful', 'sphere', 'heard', 'prayer', 'preach', 'leaf', 'strength', 'teach', 'poor', 'child', 'learn', 'live', 'begun', 'live', 'live', 'bailey', 'wrote', 'deed', 'year', 'thought', 'breath', 'feeling', 'figure', 'dial', 'count', 'time', 'heart', 'throb', 'life', 'think', 'feel', 'noblest', 'act', 'best', 'life', 'life', 'perpetuate', 'loving', 'blessed', 'memory', 'heart', 'comforted', 'struggling', 'person', 'cheered', 'weakening', 'faith', 'strengthened', 'youth', 'turned', 'folly', 'needy', 'cause', 'assisted', 'god', 'desired', 'liberality', 'soul', 'instrumental', 'saving', 'right', 'wrong', 'bureau', 'information', 'instruction', 'receive', 'god', 'different_ways', 'bible', 'training', 'parent', 'teacher', 'settle', 'easy', 'assurance', 'safe', 'guide', 'conscience', 'tremendous', 'responsibility', 'learn', 'source', 'outside', 'duty', 'source', 'available', 'seek', 'time', 'prayer', 'thompson', 'pray', 'earnestly', 'clean', 'pure', 'heart', 'treasure', 'earth', 'equal', 'david', 'realizing', 'sinfulness', 'cried', 'create', 'clean', 'heart', 'god', 'renew', 'right_spirit', 'cast', 'away', 'thy', 'presence', 'thy', 'holy', 'spirit', 'restore', 'unto', 'joy', 'thy', 'salvation', 'uphold', 'thy', 'free', 'spirit', 'prayer', 'prayer', 'christian', 'need', 'clean', 'heart', 'need', 'world', 'sin', 'terrible', 'thing', 'wrecked', 'world', 'filling', 'sorrow', 'woe', 'finally', 'nailed', 'cross', 'wood', 'son', 'infinite', 'god', 'prayer', 'quoted', 'psalmist', 'implied', 'possible', 'holy', 'spirit', 'withdrawn', 'startle', 'terrible', 'thing', 'cling', 'sin', 'holy', 'spirit', 'condemning', 'pleading', 'earnestly', 'pray', 'victory', 'besetment', 'time', 'pray', 'victory', 'carnality', 'heart', 'thirst', 'righteousness', 'shall', 'filled', 'power', 'quicken', 'dead', 'soul', 'raised', 'crucified', 'lord', 'joseph', 'sepulcher', 'quickening', 'power', 'holy', 'spirit', 'rom', 'ought', 'study', 'jacob', 'experience', 'wrestled', 'god', 'prayer', 'till', 'won', 'victory', 'fast', 'hastening', 'time', 'known', 'scripture', 'time', 'jacob', 'trouble', 'ala', 'day', 'great', 'like', 'time', 'jacob', 'trouble', 'shall', 'saved', 'jer', 'weak', 'erring', 'mortal_man', 'won', 'victory', 'power', 'angel', 'prevailed', 'hosea', 'circumstance', 'placed', 'jacob', 'close', 'place', 'facing', 'crisis', 'help', 'perish', 'greatly', 'afraid', 'distressed', 'lonely', 'patriach', 'facing', 'result', 'own_sins', 'esau', 'coming', 'ought', 'time', 'fail', 'sought', 'refuge', 'prayer', 'solitude', 'mountain', 'haunt', 'wild_beasts', 'murderous', 'bandit', 'jacob', 'decided', 'spend', 'night', 'prayer', 'splendid', 'way', 'fight', 'commend', 'time', 'pray', 'till', 'avenging', 'army', 'match', 'wrestler', 'agonizing', 'prayer', 'pleading', 'immutable', 'promise', 'high', 'god', 'conflict', 'intense', 'persevering', 'prayer', 'won', 'battle', 'destruction', 'diverted', 'jacob', 'wrestled', 'prayer', 'angel', 'wrestled', 'esau', 'wicked', 'rebellious', 'heart', 'changed', 'subdued', 'jacob', 'prevailed', 'persevering', 'determined', 'experience', 'testifies', 'power', 'importunate', 'prayer', 'learn', 'lesson', 'prevailing', 'prayer', 'unyielding', 'faith', 'greatest', 'victory', 'church', 'christ', 'individual', 'christian', 'gained', 'talent', 'education', 'wealth', 'favor', 'man', 'victory', 'gained', 'audiencechamber', 'god', 'earnest', 'agonizing', 'faith', 'lay', 'hold', 'mighty', 'arm', 'power', 'unwilling', 'forsake', 'sin', 'seek', 'earnestly', 'god', 'blessing', 'obtain', 'lay', 'hold', 'god', 'promise', 'jacob', 'earnest', 'persevering', 'succeed', 'succeeded', 'patriarch', 'prophet', 'page', 'unwilling', 'deny', 'self', 'agonize', 'god', 'pray', 'long', 'earnestly', 'blessing', 'obtain', 'wrestling', 'god', 'know', 'soul', 'drawn', 'god', 'intensity', 'desire', 'power', 'stretch', 'wave', 'despair', 'language', 'express', 'sweep', 'suppliant', 'cling', 'unyielding', 'faith', 'promise', 'god', 'great', 'controversy', 'page', 'takoma', 'park', 'think', 'god', 'loving', 'tremble', 'fear', 'come', 'die', 'suddenly', 'realize', 'lived', 'better', 'leave', 'beautiful', 'picture', 'blessed', 'example', 'old', 'grandfather', 'little', 'girl', 'gone', 'room', 'ask', 'read', 'finding', 'asleep', 'head', 'chair', 'bible', 'knee', 'sunlight', 'coming', 'window', 'proper', 'angle', 'cast', 'halo', 'glory', 'filling', 'man', 'prays', 'ran', 'mother', 'saying', 'grandpa', 'room', 'seen', 'god', 'god', 'saw', 'paul', 'cried', 'live', 'christ', 'liveth', 'gal', 'life', 'life', 'worth_living', 'life', 'louisiana', 'conscience', 'information', 'bureau', 'conscience', 'safe', 'guide', 'right', 'wrong', 'bible', 'needed', 'half', 'way', 'ground', 'guide', 'need', 'guidance', 'guide', 'matter', 'fact', 'conscience', 'guide', 'soul', 'mistakenly', 'think', 'confused', 'wandering', 'error', 'pathway', 'life', 'constantly', 'conscience', 'monitor', 'prompt', 'prod', 'urge', 'know', 'right', 'know', 'wrong', 'doe', 'instruct', 'god', 'praying', 'christian', 'holy', 'spirit', 'man', 'spirit', 'christ', 'rom', 'daily', 'prayer', 'lord', 'holy', 'spirit', 'emptying', 'filled', 'pray', 'emptied', 'church', 'need', 'reviving', 'plenty', 'carnally', 'minded', 'critic', 'clothed', 'life', 'power', 'holy', 'spirit', 'moody', 'describes', 'condition', 'seen', 'wooden', 'pump', 'pour', 'water', 'pump', 'water', 'good', 'people', 'people', 'wonder', 'spiritual_power', 'stand', 'talk', 'meeting', 'haven', 'soon', 'describes', 'condition', 'pray', 'dry', 'dead', 'experience', 'simply', 'thirst', 'holy', 'spirit', 'lord', 'pour', 'water', 'thirsty', 'promise', 'hunger']
root - INFO - extracting file #121500: 2017-04-Final-Corpus/RH19080423-V85-17-page11.txt
root - INFO - extracting file #122000: 2017-04-Final-Corpus/RH19080910-V85-37-page12.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'september', 'burma', 'ollie', 'oberholtzer', 'work', 'onward', 'time', 'satan', 'desperate', 'effort', 'overthrow', 'prejudice', 'breaking', 'deeply', 'interested', 'teeming', 'mass', 'people', 'language', 'remember', 'message', 'help', 'asking', 'know', 'short', 'work', 'laying', 'plan', 'extend', 'work', 'village', 'river', 'visited', 'missionary', 'sister', 'white', 'tell', 'darkest', 'corner', 'honest_souls', 'light', 'plan', 'purchase', 'boat', 'live', 'monthly', 'visit', 'shall', 'small', 'tract', 'distribute', 'sick', 'shall', 'push', 'time', 'shall', 'larger', 'tract', 'sold', 'anna', 'revisiting', 'village', 'shall', 'search', 'honest', 'heart', 'want', 'begin', 'work', 'rain', 'lord', 'given', 'glimpse', 'day', 'little', 'village', 'hpo', 'hla', 'burmese', 'worker', 'spoke', 'buddhist', 'priest', 'showed', 'hpo', 'hla', 'invited', 'house', 'study', 'came', 'studied', 'day', 'early', 'morning', 'came', 'went', 'greater', 'week', 'said', 'bow', 'image', 'day', 'said', 'willing', 'robe', 'came', 'studying', 'helping', 'hear', 'early', 'morning', 'late', 'night', 'reading', 'bible', 'pleasant', 'sight', 'sitting', 'sabbath', 'school', 'class', 'little', 'lull', 'review', 'answered', 'loud', 'clear', 'accustomed', 'day', 'yellow', 'robe', 'begging', 'breakfast', 'priest', 'past', 'year', 'eaten', 'clock', 'day', 'began', 'eat', 'afternoon', 'partake', 'different', 'diet', 'considerable', 'trouble', 'digestion', 'taken', 'ill', 'night', 'brought', 'early', 'morning', 'help', 'felt', 'god', 'stake', 'realized', 'satan', 'triumph', 'cause', 'man', 'laid', 'away', 'heathen', 'acquaintance', 'wrath', 'devil', 'knew', 'devil', 'wroth', 'knew', 'stronger', 'pleaded', 'god', 'sake', 'spare', 'heal', 'man', 'took', 'priest', 'robe', 'gave', 'shall', 'prize', 'time', 'remember', 'power', 'message', 'robe', 'buddhist', 'priest', 'clothe', 'right', 'mind', 'word', 'god', 'hand', 'teaching', 'message', 'fast', 'yesterday', 'prayer', 'social_meeting', 'sabbath', 'school', 'lord', 'came', 'bless', 'man', 'sabbath', 'keeper', 'testified', 'thankful', 'transferred', 'moulmein', 'heard', 'angel', 'message', 'cleared', 'thing', 'thought', 'clear', 'family', 'life', 'child', 'miraculously', 'spared', 'week', 'said', 'praised', 'god', 'brought', 'moulmein', 'learn', 'sabbath', 'truth', 'deep_interest', 'long', 'time', 'help', 'especially', 'sabbath', 'school', 'meeting', 'plague', 'bad', 'trust', 'rage', 'home', 'land', 'doe', 'surprise', 'felt', 'case', 'called', 'attend', 'large', 'strong', 'woman', 'went', 'afternoon', 'sitting', 'charcoal', 'tried', 'impress', 'friend', 'lie', 'left', 'room', 'halted', 'door', 'talk', 'came', 'told', 'dead', 'hardly', 'believe', 'minute', 'told', 'lie', 'patient', 'disease', 'contend', 'native', 'treatment', 'physician', 'case', 'friend', 'patient', 'burmese', 'chinese', 'native', 'doctor', 'called', 'healing', 'balm', 'patient', 'went', 'open', 'eye', 'told', 'cast', 'devil', 'eye', 'native', 'medicine', 'fever', 'continued', 'called', 'burmese', 'doctor', 'medicine', 'result', 'lived', 'fear', 'eye', 'ruined', 'hold', 'bible', 'reading', 'held', 'week', 'subject', 'day', 'man', 'interested', 'know', 'sanctuary', 'told', 'large', 'subject', 'week', 'hardly', 'satisfied', 'reading', 'soon', 'saw', 'said', 'believe', 'know', 'sanctuary', 'gave', 'good', 'outline', 'studying', 'eighty', 'year', 'ago', 'judson', 'opened', 'work', 'time', 'pas', 'mission', 'ground', 'feel', 'thank', 'lord', 'endure', 'endured', 'lord', 'sent', 'messenger', 'prepare', 'way', 'truth', 'soon', 'close', 'triumphantly', 'think', 'welcome', 'day', 'corner', 'earth', 'medical_work', 'india', 'shaw', 'mention', 'god', 'goodness', 'overruling', 'providence', 'seen', 'manifested', 'work', 'joy', 'speak', 'medical_department', 'work', 'field', 'manifest', 'god', 'dealing', 'late', 'year', 'ago', 'difficulty', 'began', 'arise', 'knew', 'surmount', 'calcutta', 'sanitarium', 'number', 'year', 'struggling', 'difficulty', 'fast', 'reaching', 'place', 'needed', 'avert', 'calamity', 'perplexing', 'problem', 'time', 'running', 'larger', 'debt', 'incurred', 'effort', 'bring', 'work', 'sound', 'financial', 'basis', 'proved', 'unavailing', 'earnest_prayer', 'decided', 'close', 'sanitarium_work', 'calcutta', 'favorable', 'place', 'lord', 'said', 'sanitarium', 'placed', 'city', 'healthful', 'location', 'calcutta', 'fulfilled', 'condition', 'large', 'congested', 'city', 'trying', 'unhealthful', 'climate', 'began', 'look', 'location', 'calcutta', 'sanitarium', 'harmony', 'instruction', 'laid', 'spirit', 'prophecy', 'eye', 'turned', 'himalaya', 'natural', 'sanitarium', 'india', 'having', 'cool', 'bracing', 'climate', 'patient', 'helper', 'thrive', 'mussoorie', 'present', 'best', 'opening', 'moving', 'sanitarium', 'calcutta', 'necessary', 'relet', 'premise', 'required', 'treatment_rooms', 'lord', 'sudden', 'unexpected', 'manner', 'major', 'premise', 'sublet', 'balance', 'time', 'lease', 'amounting', 'nearly', 'year', 'landlord', 'responsible', 'collecting', 'rent', 'addition', 'gave', 'splendid', 'gift', 'helped', 'liquidating', 'indebtedness', 'lifted', 'burden', 'set', 'free', 'council', 'november', 'definitely', 'decided', 'carry', 'bathand', 'treatment', 'room', 'work', 'calcutta', 'sanitarium', 'mussoorie', 'time', 'friend', 'encourage', 'moving', 'sanitarium', 'mountain', 'gift', 'thousand']
root - INFO - extracting file #122500: 2017-04-Final-Corpus/RH19090128-V86-04-page16.txt
root - INFO - extracting file #123000: 2017-04-Final-Corpus/RH19090617-V86-24-page23.txt
root - INFO - ['june', 'notice', 'appointment', 'camp', 'meeting', 'atlantic_union_conference', 'central', 'new', 'england', 'nashua', 'junction', 'june', 'july', 'central', 'union', 'conference', 'address', 'wanted', 'knowing', 'present', 'address', 'emily', 'garnsey', 'confer', 'great', 'favor', 'sending', 'pohlman', 'chatham', 'medina', 'ohio', 'knowing', 'whereabouts', 'addie', 'robinson', 'herbert', 'kirby', 'amy', 'fuller', 'confer', 'favor', 'sending', 'information', 'clerk', 'seventh', 'day', 'adventist', 'church', 'brooklyn', 'address', 'broome', 'father', 'mother', 'motto', 'address', 'assorted', 'express', 'prepaid', 'address', 'muck', 'college_view', 'neb', 'box', 'sale', 'acre', 'land', 'partly', 'cleared', 'seeded', 'meadow', 'pasture', 'small', 'fruit', 'good', 'room_house', 'rod', 'forest', 'home', 'industrial', 'academy', 'particular', 'inquire', 'hollenbeck', 'vernon', 'wash', 'sale', 'sanitarium', 'cooking', 'oil', 'pure', 'healthful', 'odor', 'indefinitely', 'gal', 'gal', 'cent', 'gal', 'half', 'barrel', 'barrel', 'lot', 'gal', 'gal', 'address', 'sanitarium', 'cooking', 'oil', 'louisville', 'rent', 'seventh', 'day', 'adventist', 'room_house', 'acre', 'land', 'mile', 'washington', 'ideal', 'chicken', 'vegetable', 'rent', 'year', 'equivalent', 'work', 'address', 'sander', 'washington', 'wanted', 'woman', 'thirty', 'sixty_years', 'age', 'able', 'general', 'housework', 'cooking', 'plain', 'sewing', 'fruit', 'canning', 'season', 'good_home', 'right', 'person', 'man', 'boy', 'work', 'farm', 'hygienic', 'living', 'comins', 'battle', 'creek', 'mich', 'sale', 'acre', 'nice', 'land', 'cornering', 'city', 'limit', 'artesian', 'seventh', 'day', 'adventist', 'church', 'city', 'acre', 'wheat', 'grass', 'price', 'acre', 'beautiful_home', 'address', 'roderick', 'box', 'artesian', 'fox', 'sale', 'small', 'sanitarium', 'treatment', 'room', 'lady', 'gent', 'bath', 'room', 'accommodation', 'patient', 'opened', 'year', 'ago', 'good', 'trade', 'established', 'location', 'central', 'particular', 'write', 'louis', 'kaun', 'jackson', 'mich', 'wanted', 'young_man', 'seventh', 'day', 'adventist', 'willing', 'work', 'bicycle', 'general', 'repair', 'shop', 'mechanically', 'inclined', 'experience', 'necessity', 'state', 'wage', 'required', 'reference', 'church', 'june', 'aug', 'aug', 'aug', 'sept', 'sept', 'west', 'michigan', 'july', 'aug', 'northern', 'mina', 'dwight', 'july', 'northern', 'illinois', 'kalb', 'july', 'aug', 'wyoming', 'crawford', 'neb', 'north', 'missouri', 'chillicothe', 'smith', 'missouri', 'springfield', 'kansa', 'council', 'grove', 'nebraska', 'hastings', 'annual_conference', 'camp', 'meeting', 'north', 'missouri', 'conference', 'held', 'chillicothe', 'aug', 'good', 'ground', 'secured', 'suitable', 'ministerial', 'help', 'present', 'especially', 'solicit', 'attendance', 'isolated', 'sabbath', 'keeper', 'session', 'conference', 'convene', 'friday', 'august', 'west', 'colorado', 'grand', 'junction', 'lake_union_conference', 'indiana', 'newcastle', 'southern', 'illinois', 'centralia', 'east', 'michigan', 'north', 'michigan', 'petoskey', 'aug', 'sept', 'wisconsin', 'sept', 'aug', 'northern', 'union', 'conference', 'following', 'named', 'persons_desire', 'late', 'clean', 'copy', 'publication', 'post', 'paid', 'george', 'sand', 'circleville', 'sign', 'minnesota', 'paul', 'june', 'north', 'dakota', 'jamestown', 'june', 'time', 'south', 'dakota', 'sioux', 'fall', 'june', 'july', 'iowa', 'nevada', 'aug', 'southern', 'union', 'conference', 'louisiana', 'alexandria', 'july', 'aug', 'western', 'canadian', 'union', 'conference', 'manitoba', 'portage', 'prairie', 'june', 'july', 'saskatchewan', 'south', 'appelle', 'july', 'anderson', 'amor', 'denominational_literature', 'free_distribution', 'lizzie', 'symons', 'sterling', 'mich', 'sign', 'watchman', 'liberty', 'instructor', 'tract', 'foster', 'marlow', 'ala', 'sign', 'review', 'watchman', 'life', 'health', 'liberty', 'tract', 'burlingame', 'box', 'bridgeport', 'neb', 'desire', 'continuous', 'supply', 'dendm', 'saskatchewan', 'north', 'rosthern', 'alberta', 'old', 'british', 'columbia', 'near', 'vancouver', 'july', 'july', 'southern', 'idaho', 'conference', 'annual', 'camp', 'meeting', 'southern', 'idaho', 'conference', 'held', 'payette', 'idaho', 'june', 'interesting', 'meeting', 'urge', 'people', 'conference', 'lay', 'plan', 'attend', 'new', 'pavilion', 'pitched', 'having', 'seating', 'capacity', 'visitor', 'city', 'connection', 'campmeeting', 'annual', 'sessiob', 'conference', 'meeting', 'following', 'closely', 'general_conference', 'expected', 'good_help', 'foreign_missionaries', 'general', 'men', 'meeting', 'spiritual', 'feast', 'attend', 'pray', 'god', 'richly', 'bless', 'gathering', 'spirit', 'god', 'poured', 'service', 'deeper', 'consecration', 'application', 'rate', 'filed', 'railroad', 'company', 'certificate', 'plan', 'particular', 'pertaining', 'tent', 'address', 'writer', 'box', 'boise', 'idaho', 'copeland', 'secretary', 'north', 'michigan', 'camp', 'meeting', 'camp', 'meeting', 'upper', 'peninsula', 'michigan', 'held', 'gladstone', 'mich', 'june', 'elder', 'allen_moon', 'president', 'lake_union_conference', 'elder', 'westphal', 'south', 'america', 'present', 'elder', 'mortensen', 'consented', 'meeting', 'conducted', 'swedish', 'rockey', 'kalamath', 'denver', 'colo', 'denominational', 'paper', 'number', 'acceptable', 'advent', 'review', 'sabbath', 'herald', 'aug', 'ogden', 'publication', 'wanted', 'aug', 'essex', 'brooklyn', 'north', 'missouri', 'camp', 'meeting', 'july', 'aug', 'inational', 'literature', 'french', 'language', 'earnestly', 'hoped', 'satisfactory', 'written', 'recommendation', 'brother', 'avail', 'recommendation', 'come', 'privilege', 'attend', 'meeting', 'iaw', 'nora', 'missouri', 'conference_association', 'annual_meeting', 'north', 'missouri', 'conference_association', 'seventh', 'day', 'adventist', 'called', 'meet', 'chillicothe', 'monday', 'aug', 'meeting', 'called', 'election', 'officer', 'transaction', 'business', 'properly', 'come', 'association', 'ogden', 'president', 'minister', 'elder', 'seventhday_adventist', 'church', 'refer', 'individual', 'secure', 'recommendation', 'writing', 'send', 'open', 'account', 'advertising', 'cash', 'accompany', 'order', 'charge', 'dollar', 'insertion', 'word', 'additional_word', 'initial', 'group', 'figure', 'excess', 'cost', 'cent', 'discount', 'insertion', 'sale', 'thousand', 'new', 'bible', 'motto', 'large', 'assortment', 'including', 'shafer', 'empire', 'ala', 'little', 'required', 'address', 'kitto', 'calgary', 'friend', 'youth', 'instructor', 'denominational', 'paper', 'tract', 'herbert', 'crippen', 'box', 'alamogordo', 'denominational', 'publication', 'english', 'spanish', 'chinese', 'harvey', 'box', 'winnipeg', 'manitoba', 'sign', 'life', 'health', 'watchman', 'liberty', 'instructor', 'little', 'friend', 'tract', 'john', 'schick', 'barberton', 'ohio', 'denominational', 'paper', 'tract', 'free_distribution', 'missionary', 'band', 'akron', 'church', 'bartholomew', 'east', 'silver', 'bluffton', 'ind', 'review', 'sign', 'instructor', 'watchman', 'liberty', 'life', 'health', 'hubbell', 'west', 'santa', 'ana', 'cal', 'sign', 'instructor', 'bible', 'training', 'school', 'life', 'health', 'little', 'friend', 'watchman', 'tract', 'business_notices', 'department', 'conducted', 'especially', 'accommodation', 'seventh', 'day', 'adventist', 'reader', 'paper', 'brief', 'business_notices', 'published', 'subject', 'discretion', 'publisher', 'compliance', 'following', 'condition', 'person', 'unknown', 'manager', 'paper', 'send', 'advertisement', 'berta', 'sale', 'peanut', 'butter', 'cent', 'pound', 'pound', 'cocoanut', 'oil', 'olive', 'oil', 'gallon', 'pound', 'vegetable', 'cooking', 'oil', 'freight', 'paid', 'cereal', 'coffee', 'wheatee', 'wheat', 'flour', 'cheap', 'vegetarian_meat', 'company', 'washington', 'desire', 'correspond', 'good', 'strong', 'man', 'work', 'charge', 'place', 'oversee', 'boy', 'farm', 'taking', 'care', 'homeless', 'child', 'permanent', 'place', 'right', 'man', 'reference', 'address', 'shireman', 'toluca', 'write', 'price', 'list', 'health', 'food', 'vegetable', 'cooking', 'oil', 'guarantee', 'highest', 'quality', 'factory', 'operated', 'iowa', 'conference', 'seventh', 'day', 'adventist', 'earnings', 'contributed', 'work', 'address', 'iowa', 'sanitarium', 'food', 'moines', 'iowa', 'hygienic', 'vegetable', 'cooking', 'oil', 'institution', 'government', 'inspected', 'guaranteed', 'send', 'stamp', 'circular', 'gal', 'gal', 'crated', 'bbl', 'gal', 'cent', 'gal', 'freight', 'louisville', 'address', 'godsmark', 'chattanooga', 'tenn', 'midget', 'massage', 'vibrator', 'patented', 'special', 'offer', 'adventist', 'enable', 'practical', 'hand', 'massage', 'machine', 'help', 'haven', 'money', 'spare', 'extra', 'discount', 'foreign_missionaries', 'radiodescent', 'lamp', 'south', 'kalamazoo', 'mich', 'sale', 'million', 'bible', 'motto', 'new', 'father', 'mother', 'motto', 'lead', 'issue', 'sold', 'zoo', 'design', 'stock', 'address', 'assorted', 'goo', 'prepay', 'express', 'bible', 'post', 'card', 'bible', 'card', 'stock', 'write', 'mean', 'business', 'address', 'hampton', 'art', 'hampton', 'iowa']
root - INFO - extracting file #123500: 2017-04-Final-Corpus/RH19091118-V86-46-page11.txt
root - INFO - extracting file #124000: 2017-04-Final-Corpus/RH19100414-V87-15-page5.txt
root - INFO - ['april', 'advent', 'review', 'sabbath', 'herald', 'rheumatism', 'powerful', 'argument', 'true', 'sabbath', 'keeping', 'men', 'different', 'nation', 'hold', 'skirt', 'jew', 'sabbath', 'keeper', 'saying', 'heard', 'god', 'zech', 'experience', 'attained', 'merely', 'keeping', 'saturday', 'sunday', 'matter', 'kind', 'wilderness', 'wander', 'week', 'hour', 'sabbath', 'come', 'right', 'expect', 'god', 'special_manner', 'prepare', 'table', 'wilderness', 'look', 'shall', 'disappointed', 'god', 'word', 'special', 'flavor', 'day', 'telling', 'truth', 'burn', 'soul', 'day', 'glow', 'altar', 'heart', 'entire', 'week', 'week', 'day', 'christianity', 'prepares', 'holy', 'sabbath', 'keeping', 'experience', 'blessing', 'true', 'sabbath', 'keeping', 'pointed', 'isa', 'live', 'week', 'verse', 'step', 'lead', 'mean', 'deal', 'thy_bread', 'hungry', 'poor', 'cast', 'thy_house', 'institution', 'thou', 'seest', 'naked', 'thou', 'translation', 'god', 'peace', 'cover', 'refer', 'charsanctify', 'wholly', 'pray', 'god', 'ity', 'draw', 'thy_soul', 'hungry', 'spirit', 'soul', 'body', 'satisfy', 'afflicted', 'soul', 'eye', 'preserved', 'blameless', 'arrival', 'half', 'way', 'midnight', 'hour', 'ticked', 'anointed', 'opportunity', 'heart', 'willing', 'step', 'week', 'day', 'word', 'translating', 'day_life', 'verse', 'isaiah', 'shall', 'sabbath', 'experience', 'thirteenth', 'verse', 'certainly', 'spring', 'follows', 'winter', 'people', 'special', 'light', 'significance', 'matthew', 'special', 'antitoxin', 'commercial', 'spirit', 'sweeping', 'world', 'day', 'like', 'pestilence', 'crushing', 'blighting', 'noble', 'ideal', 'clear', 'cut', 'vision', 'time', 'living', 'want', 'attention', 'fact', 'overlook', 'special', 'significance', 'fifth', 'chapter', 'matthew', 'following', 'fourth', 'chapter', 'fourth', 'chapter', 'point', 'sign', 'christ', 'coming', 'twentyfifth', 'chapter', 'brings', 'view', 'everyday', 'christianity', 'understand', 'sign', 'feed', 'hungry', 'drink', 'thirsty', 'stranger', 'clothe', 'naked', 'visit', 'sick', 'interested', 'prison', 'work', 'matt', 'present', 'matthew', 'thrilling', 'manner', 'careless', 'generation', 'hear', 'feel', 'solemnity', 'judgment', 'hour', 'god', 'inspiring', 'live', 'matthew', 'god', 'bath', 'joined', 'let', 'man', 'asunder', 'naturally', 'follows', 'true', 'seventh', 'day', 'adventist', 'genuine', 'message', 'fellow_men', 'good', 'samaritan', 'type', 'christian', 'lord', 'jesus_christ', 'thess', 'rotherham', 'reason', 'health_principles', 'closing', 'message', 'sabbath', 'reform', 'antitoxin', 'spiritualism', 'second', 'coming', 'christ', 'spoke', 'great', 'wheel', 'present_truth', 'christ', 'hub', 'health', 'principle', 'doe', 'christ', 'foundation', 'god', 'prepare', 'people', 'special', 'experience', 'purely', 'worldly', 'presentation', 'health_principles', 'matter', 'extensively', 'agitated', 'place', 'heaven', 'born', 'heaven', 'inspired', 'presentation', 'subject', 'health', 'may_god', 'set', 'soul', 'realization', 'fact', 'late', 'physical', 'deterioration', 'undermining', 'race', 'civilized', 'country', 'arousing', 'attention', 'thoughtful', 'men', 'woman', 'world', 'perishing', 'simply', 'health', 'instruction', 'gospel', 'health', 'true', 'antitoxin', 'properly', 'rejoice', 'fact', 'god', 'committed', 'great', 'away', 'dawn', 'steal', 'sky', 'come', 'blackest', 'dreadful', 'hour', 'hour', 'night', 'precedes', 'day', 'bright', 'sun', 'glory', 'arise', 'healing', 'virtue', 'life', 'giving', 'power', 'antbato', 'ecuador', 'history', 'hebrew', 'sanctuary', 'corliss', 'rebuilding', 'zerubbabel', 'babylonian', 'captivity', 'wrought', 'desolation', 'judea', 'jerusalem', 'return', 'captive', 'persian', 'government', 'control', 'palestine', 'proper', 'ezra', 'cutheans', 'samaritan', 'hater', 'jewish', 'occupied', 'central_part', 'country', 'scythian', 'possessed', 'south', 'border', 'town', 'galilee', 'canaanite', 'stronghold', 'bethshan', 'country', 'moab', 'ammon', 'east', 'work', 'representing', 'master', 'genuine', 'helpfulness', 'fellow_men', 'closing', 'movement', 'reform', 'sabbath', 'keeping', 'sign', 'christ', 'second', 'coming', 'world', 'sign', 'sun', 'moon', 'star', 'sign', 'appear', 'earth', 'company', 'men', 'woman', 'walking', 'sin', 'cursed', 'associate', 'reflecting', 'image', 'christ', 'fully', 'day', 'christ', 'stand', 'heavenly', 'sanctuary', 'saying', 'father', 'look', 'erring', 'child', 'look', 'look', 'filthy', 'garment', 'look', 'spotless', 'righteousness', 'father', 'accepts', 'christ', 'perfection', 'imperfect', 'life', 'complete', 'col', 'day', 'thank', 'god', 'spite', 'failure', 'christ', 'willing', 'mind', 'accepted', 'according', 'man_hath', 'according', 'bath', 'cor', 'accepting', 'righteousness', 'die', 'come', 'resurrection', 'righteous', 'complete', 'imputed', 'righteousness', 'baptist', 'preach', 'heavenly', 'message', 'jordan', 'water', 'yea', 'like', 'lived', 'courageous', 'luther', 'planted', 'earth', 'god', 'divine', 'truth', 'shook', 'vatican', 'changed', 'speak', 'entire', 'map', 'europe', 'live', 'year', 'lord', 'fulfilling', 'eye', 'event', 'sage', 'seer', 'prophet', 'age', 'looked', 'forward', 'great_truths', 'god', 'accepted', 'human_life', 'create', 'transformation', 'cause', 'angel', 'light', 'look', 'wonder', 'astonishment', 'day', 'opportunity', 'faithful', 'charge', 'entrusted', 'hinsdale', 'ill', 'darkest', 'hour', 'delwin', 'rees', 'buckner', 'god', 'people', 'journey', 'night', 'cloud', 'moon', 'tinted', 'ofttimes', 'come', 'dim', 'star', 'come', 'luster', 'hide', 'light', 'thy', 'saving', 'health', 'nation', 'paul', 'looked', 'age', 'prayed', 'candidate', 'gigantic', 'shadow', 'cause', 'sudden', 'fear', 'dodge', 'wild', 'imaginary', 'blow', 'night', 'fear', 'long', 'truth', 'alive', 'earth', 'jordan', 'badly', 'devastated', 'deep', 'humility', 'soul', 'ask', 'keeping', 'alive', 'living', 'thrilling', 'time', 'chaldean', 'home', 'earlier', 'grudge', 'bearing', 'inhabitant', 'west', 'ancient', 'dagonwonderfully', 'interesting', 'work', 'worshiping', 'philistine', 'enemy', 'israel', 'committed', 'like', 'lived', 'elijah', 'word', 'god', 'dropped', 'heaven', 'consumed', 'sacrifice', 'wish', 'lived', 'judah', 'jerusalem', 'flocked', 'hear', 'simple', 'eloquent', 'john', 'chief', 'city', 'ashdod', 'largely', 'regulating', 'speech', 'semi', 'independent', 'nation', 'neh', 'south', 'swarmed', 'illiberal', 'vindictive', 'edomites', 'claimed', 'entire', 'country', 'rewe', 'know', 'expected', 'dawn', 'drawing', 'near']
root - INFO - extracting file #124500: 2017-04-Final-Corpus/RH19100908-V87-36-page14.txt
root - INFO - extracting file #125000: 2017-04-Final-Corpus/RH19110202-V88-05-page8.txt
root - INFO - ['trouble', 'saying', 'old', 'rusty', 'good', 'new', 'trouble', 'trouble', 'till', 'trouble', 'trouble', 'borrow', 'sorrow', 'surely', 'share', 'dream', 'sorrow', 'sorrow', 'care', 'got', 'carry', 'wait', 'till', 'door', 'run', 'meet', 'load', 'minding', 'mend', 'better', 'mind', 'best', 'thing', 'end', 'leave', 'trouble', 'trouble', 'till', 'trouble', 'trouble', 'double', 'trouble', 'trouble', 'selectod', 'overheated', 'house', 'pneumonia', 'kress', 'winter', 'pneumonia', 'responsible', 'death', 'disease', 'excepting', 'tuberculosis', 'death', 'large_cities', 'month', 'december', 'clue', 'disease', 'tuberculosis', 'attack', 'undernourished', 'suffering', 'malnutrition', 'pneumonia', 'selects', 'overnourished', 'apparently', 'robust', 'good_health', 'soil', 'favor', 'growth', 'germ', 'pnuemonia', 'contains', 'organic', 'impurity', 'pneumonia', 'chiefly', 'meat', 'eater', 'disease', 'confined', 'habit', 'sedentary', 'house', 'dweller', 'starch', 'sugar', 'fat', 'natural', 'heat', 'producer', 'winter', 'summer', 'liberally', 'winter', 'summer_months', 'greater', 'heat', 'needed', 'body', 'warm', 'burned', 'body', 'carbonic', 'acid', 'gas', 'water', 'readily', 'eliminated', 'little', 'excess', 'person', 'adipose', 'tissue', 'injury', 'result', 'recognize', 'meat', 'suitable', 'food', 'summer', 'reason', 'feeling', 'prevails', 'meat', 'eating', 'indicated', 'summer_months', 'necessity', 'cold_weather', 'result', 'meat', 'partaken', 'large_quantities', 'average', 'american', 'winter', 'meat', 'utilized', 'production', 'heat', 'good', 'body', 'fuel', 'place', 'concealed', 'fiber', 'organic', 'impurity', 'favor', 'growth', 'bacteria', 'secondly', 'burned', 'body', 'form', 'carbonic', 'acid', 'gas', 'water', 'fat', 'sugar', 'starch', 'addition', 'left', 'solid', 'residuum', 'ash', 'popularly', 'known', 'uric_acid', 'lead', 'active', 'outdoor', 'life', 'dispose', 'good', 'share', 'product', 'active', 'muscle', 'improved', 'circulation', 'blood', 'liver', 'assist', 'converting', 'harmful', 'uric_acid', 'organic', 'waste', 'harmless', 'prod', 'advent', 'review', 'sabbath', 'herald', 'february', 'honeandhealth', 'admission', 'air', 'regulated', 'according', 'tile', 'outdoor', 'temperature', 'admitted', 'way', 'strike', 'floor', 'aim', 'ventilating', 'air', 'surrounding', 'foot', 'warmer', 'air', 'surrounding', 'head', 'directing', 'air', 'upward', 'enters', 'room', 'simplest', 'contrivance', 'slat', 'inch', 'width', 'placed', 'lower', 'window', 'allow', 'air', 'enter', 'union', 'upper', 'lower', 'sash', 'time', 'direct', 'upward', 'takonia', 'park', 'mother', 'way', 'teaching', 'mother', 'care', 'child', 'health', 'went', 'home', 'boy', 'ruining', 'eyesight', 'reading', 'fine', 'print', 'waning', 'afternoon', 'light', 'going', 'begin', 'sharply', 'remembered', 'boy', 'impatient', 'temper', 'said', 'son', 'hear', 'story', 'carpenter', 'carlsbad', 'hadn', 'come', 'sit', 'tell', 'ucts', 'eliminated', 'kidney', 'marked', 'injury', 'tissue', 'circulate', 'organ', 'bragging', 'fine', 'thing', 'eliminated', 'addition', 'meat', 'undergoes', 'certain_amount', 'putrefacbuild', 'good', 'tool', 'night', 'dream', 'friend', 'brought', 'finest', 'chest', 'tool', 'tion', 'alimentary_canal', 'meatseen', 'shining', 'saw', 'sharp', 'chisel', 'eater', 'suffer', 'mild', 'form', 'ptomain', 'poisoning', 'time', 'poison', 'formed', 'sufficient', 'quantity', 'cause', 'symptom', 'sufficient_amount', 'undermine', 'resistance', 'tissue', 'germ', 'disease', 'especially', 'prepare', 'tissue', 'soil', 'cultivation', 'germ', 'pneumonia', 'cold', 'change', 'temperature', 'responsible', 'pneumonia', 'act', 'cause', 'successful', 'leading', 'shut', 'office', 'living', 'room', 'bedroom', 'breathing', 'impure_air', 'especially', 'overheated', 'impure_air', 'responsible', 'increased', 'prevalence', 'disease', 'winter_months', 'guard', 'pneumonia', 'keeping', 'tissue', 'soil', 'unfertile', 'growth', 'specific', 'germ', 'moderation', 'nitrogenous', 'food', 'excluding', 'meat', 'dietary', 'suitably', 'protecting', 'body', 'sudden', 'change', 'temperature', 'proper', 'clothing', 'admitting', 'outdoor', 'air', 'room', 'live', 'sleep', 'preventing', 'overheating', 'livingrooms', 'overheated', 'pure_air', 'debilitating', 'temperature', 'day', 'degree', 'fahrenheit', 'night', 'low', 'degree', 'lower', 'provided', 'body', 'protected', 'kept', 'warm', 'plane', 'brace', 'bit', 'thing', 'necessary', 'build', 'house', 'care', 'said', 'need', 'life', 'carpenter', 'woke', 'notall', 'dream', 'chair', 'bedside', 'toolchest', 'dreamed', 'complete', 'new', 'perfect', 'order', 'imagine', 'pleased', 'time', 'went', 'forgot', 'friend', 'told', 'taking', 'care', 'tool', 'saw', 'let', 'teeth', 'dulled', 'chisel', 'left', 'got', 'rained', 'rusty', 'gradually', 'got', 'place', 'broken', 'dull', 'edged', 'suddenly', 'came', 'build', 'new', 'palace', 'emperor', 'finest', 'palace', 'world', 'best', 'workman', 'called', 'help', 'builder', 'came', 'great', 'job', 'wanted', 'life', 'reputation', 'fortune', 'ala', 'began', 'work', 'fit', 'use', 'tool', 'lost', 'dull', 'rusty', 'worthless', 'accomplish', 'moral', 'donald', 'mean', 'eye', 'course', 'thing', 'faculty', 'working', 'tool', 'listen', 'said', 'family', 'come', 'school', 'child', 'began', 'good', 'box', 'tool', 'sharp', 'eye', 'sound', 'teeth', 'perfect', 'hearing', 'good', 'stomach', 'normal', 'nerv', 'carpenter', 'lived', 'carlsbad']
root - INFO - extracting file #125500: 2017-04-Final-Corpus/RH19110706-V88-27-page8.txt
root - INFO - extracting file #126000: 2017-04-Final-Corpus/RH19111207-V88-49-page20.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'december', 'loss', 'passing', 'duty', 'public_school', 'build', 'religion', 'mechanical', 'compulsion', 'ought', 'wage', 'campaign', 'bible', 'study', 'religious', 'field', 'religion', 'home', 'church', 'christian_citizenship', 'practical', 'thing', 'upsetting', 'present', 'publicschool', 'according', 'fort', 'worth', 'tex', 'star', 'telegram', 'november', 'sabbath', 'league', 'committee', 'central', 'texas', 'methodist', 'conference', 'adopted', 'resolution', 'sunday', 'law', 'enforcement', 'closing', 'word', 'resolution', 'striking', 'center', 'population', 'anarchistic', 'spirit', 'showing', 'open', 'perpetual', 'violation', 'sunday', 'law', 'defying', 'despising', 'authority', 'state', 'time', 'resolving', 'passed', 'time', 'action', 'come', 'responsibility', 'forth', 'virtue', 'blessing', 'holy', 'sabbath', 'defend', 'enemy', 'rest', 'church', 'chiefly', 'minister', 'mobilize', 'force', 'locked', 'shield', 'wage', 'war', 'form', 'sabbath', 'desecration', 'sabbath', 'sentiment', 'land', 'shall', 'strong', 'secure', 'effectually', 'moral', 'sentiment', 'civic', 'enactment', 'christian_sabbath', 'speaker', 'grand', 'rapid', 'mich', 'minister', 'conference', 'november', 'referring', 'sunday', 'desecration', 'deplored', 'fact', 'amusement', 'making', 'great', 'inroad', 'sacredness', 'day', 'thing', 'said', 'let', 'preach', 'fourth', 'commandment', 'fearlessly', 'pulpit', 'discipline', 'church', 'withdrawing', 'sacrament', 'offender', 'church', 'member', 'converted', 'manifestly', 'logic', 'thought', 'demand', 'civil_government', 'shall', 'assist', 'church', 'straightening', 'member', 'subject', 'sunday', 'observance', 'agitation', 'baltimore', 'behalf', 'keeping', 'catholic', 'boy', 'faith', 'rev', 'francis', 'sullivan', 'new', 'york', 'chaplain', 'new', 'york', 'police', 'department', 'following', 'comment', 'meeting', 'catholic', 'society', 'baltimore', 'catholic', 'boy', 'attend', 'protestant', 'club', 'deplored', 'spirit', 'old', 'oppose', 'tendency', 'good', 'protestant', 'bad', 'catholic', 'weakening', 'faith', 'leading', 'mixed', 'marriage', 'curse', 'church', 'washington', 'post', 'october', 'vote', 'taken', 'organize', 'boy', 'society', 'provided', 'attraction', 'similar', 'boy', 'brigade', 'boy', 'scout', 'protestant', 'organization', 'suppose', 'bird', 'bravest', 'creature', 'life', 'spite', 'natural', 'timidity', 'true', 'courage', 'incompatible', 'nervousness', 'heroism', 'doe', 'mean', 'absence', 'fear', 'conquest', 'henry', 'van', 'dyke', 'message', 'week', 'prayer', 'zululand', 'south', 'africa', 'brother', 'assembled', 'week', 'prayer', 'meeting', 'greeting', 'courage', 'good', 'rejoice', 'hope', 'seeing', 'work', 'finished', 'generation', 'indian', 'zulu', 'field', 'pleading', 'help', 'helper', 'pray', 'brother', 'plead', 'lord', 'send', 'laborer', 'armitage', 'siberia', 'omsk', 'river', 'irtysh', 'headquarters', 'west', 'siberian', 'mission', 'brother', 'loebsack', 'sends', 'message', 'week', 'prayer', 'season', 'come', 'day', 'time', 'mailing', 'peace', 'god', 'fellowship', 'holy', 'spirit', 'believer', 'west', 'siberia', 'thank', 'god', 'blessing', 'daily', 'bestowed', 'work', 'slowly', 'forward', 'number', 'letter', 'possession', 'brother', 'sister', 'plead', 'worker', 'shall', 'come', 'administer', 'baptism', 'receive', 'church', 'precious', 'soul', 'waiting', 'little', 'group', 'near', 'chinese', 'border', 'praying', 'unceasingly', 'visit', 'summer', 'meeting', 'germany', 'portion', 'time', 'summer', 'siberia', 'short', 'able', 'trip', 'requires', 'long_journey', 'ship', 'thousand', 'kilometer', 'wagon', 'sledge', 'region', 'group', 'brother', 'year', 'visit', 'church', 'tobolsk', 'calling', 'visit', 'region', 'turkestan', 'tomsk', 'little', 'place', 'reached', 'sledge', 'journey', 'place', 'letter', 'reporting', 'people', 'ready', 'baptism', 'planning', 'soon', 'lord', 'help', 'circuit', 'require', 'month', 'desire', 'mercy', 'heavenly_father', 'journey', 'winter', 'severe', 'long', 'worker', 'great', 'west', 'siberian', 'field', 'hand', 'siberia', 'brother', 'sister', 'send', 'hearty', 'greeting', 'dear_brethren', 'america', 'annual', 'prayer', 'season', 'poor', 'soul', 'lingers', 'may_god', 'raise', 'stout', 'heart', 'come', 'willing', 'mind', 'abundance', 'sacrifice', 'japan', 'great_need', 'christ', 'sake', 'devinney', 'news', 'miscellany', 'note', 'clipping', 'daily', 'weekly', 'press', 'production', 'petroleum', 'said', 'increasing', 'nearly', 'great', 'oil', 'region', 'world', 'jan', 'fixed', 'date', 'new', 'election', 'member', 'german', 'imperial', 'reichstag', 'sultan', 'abdul', 'hamid', 'jewel', 'sold', 'month', 'paris', 'time', 'announced', 'magnificent', 'collection', 'come', 'hammer', 'dutch', 'reformed', 'church', 'country', 'mission_station', 'bahrein', 'arabia', 'year', 'point', 'ioo', 'bible', 'sold', 'nearly', 'arabic', 'language', 'cent', 'moslem', 'nicaraguan', 'government', 'negotiated', 'temporary', 'loan', 'syndicate', 'american', 'banker', 'pending', 'final', 'ratification', 'nicaraguan', 'loan', 'agreement', 'convention', 'senate', 'hostile', 'action', 'present', 'turkish', 'government', 'contemplated', 'military', 'party', 'turkey', 'speak', 'openly', 'violently', 'expelling', 'men', 'exiled', 'abdul', 'hamid', 'trying', 'collect', 'real', 'element', 'ottoman', 'empire', 'instead', 'pleading', 'foreign', 'intervention', 'prevent', 'empire', 'falling', 'piece', 'parade', 'relative', 'friend', 'victim', 'triangle', 'waist', 'factory', 'disaster', 'new', 'york', 'city', 'took', 'place', 'week', 'intended', 'protest', 'condition', 'tragedy', 'possible', 'exist', 'place', 'city', 'aftermath', 'notorious', 'astor', 'force', 'marriage', 'retirement', 'ministry', 'clergyman', 'performed', 'ceremony', 'announced', 'action', 'emphatic', 'indorsement', 'upholder', 'social', 'purity', 'result', 'protest', 'appeal', 'japan', 'know', 'minister', 'participation', 'ing', 'righteousness', 'exalteth', 'nation', 'knowledge', 'rich', 'grace', 'japan', 'seek', 'perishable', 'treasure', 'earth', 'content', 'day', 'bauble', 'gained', 'morrow', 'eager', 'greater', 'feverish', 'haste', 'pass', 'unseeing', 'unhearing', 'eternal', 'wealth', 'god', 'truth', 'little', 'band', 'worker', 'japan', 'million', 'plead', 'men', 'mean', 'help', 'beat', 'power', 'evil', 'poor', 'captive', 'chain', 'darkness', 'free', 'light', 'liberty', 'christ', 'come', 'help', 'great', 'opportunity', 'work', 'marriage', 'associate', 'congregational', 'church', 'providence', 'public', 'generally', 'year', 'ago', 'united', 'state', 'government', 'sent', 'china', 'money', 'set', 'aside', 'council', 'nation', 'indemnity', 'country', 'account', 'boxer', 'uprising', 'chinese', 'fund', 'extraordinary', 'use', 'income', 'devoted', 'expense', 'educating', 'young', 'chinese', 'men', 'university', 'united', 'state', 'china', 'sending', 'student', 'year', 'year', 'year', 'student', 'present', 'time', 'roo', 'chinese', 'student', 'country']
root - INFO - extracting file #126500: 2017-04-Final-Corpus/RH19120509-V89-19-page11.txt
root - INFO - extracting file #127000: 2017-04-Final-Corpus/RH19121003-V89-40-page22.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'october', 'highest', 'ideal', 'truly', 'noble', 'profession', 'exemplify', 'experience', 'high', 'grade', 'practical', 'painstaking', 'efficient', 'scientific', 'endeavor', 'progressive', 'stand', 'advance', 'retrograde', 'advancement', 'mean', 'life', 'retrogression', 'death', 'abreast', 'procession', 'live', 'intelligent', 'worker', 'enlist', 'mental', 'faculty', 'graduation', 'evening', 'reception', 'diploma', 'counted', 'end', 'endeavor', 'occasion', 'mark', 'entrance', 'broader', 'field', 'study', 'labor', 'acquirement', 'year', 'constitutes', 'foundation', 'build', 'splendid', 'superstructure', 'useful', 'scientific', 'knowledge', 'urge', 'continued', 'diligence', 'educational', 'attainment', 'count', 'lost', 'day', 'learned', 'new', 'truth', 'study', 'thyself', 'approved', 'unto', 'god', 'workman', 'needeth', 'ashamed', 'choosing', 'profession', 'actuated', 'sordid', 'sinister', 'motif', 'fame', 'glory', 'great', 'monetary', 'reward', 'motif', 'prompting', 'choice', 'sounded', 'ear', 'world', 'distress', 'heard', 'suffering', 'fellow', 'year', 'service', 'institution', 'seeking', 'preparation', 'heart', 'training', 'mind', 'hand', 'enable', 'forth', 'efficiently', 'meet', 'demand', 'efficiency', 'medical_missionaries', 'gaged', 'knowledge', 'scientific', 'procedure', 'treatment', 'disease', 'knowledge', 'science', 'missionary', 'service', 'obtained', 'exploit', 'knowledge', 'personal', 'end', 'work', 'missionary', 'nurse', 'bring', 'application', 'scientific', 'principle', 'sympathetic', 'touch', 'divine', 'love', 'instrument', 'hand', 'great', 'physician', 'administer', 'healing', 'soul', 'body', 'temporal', 'physical', 'benefit', 'ministry', 'afford', 'lead', 'suffering', 'source', 'physical', 'spiritual_blessings', 'help', 'drunk', 'fountain', 'blessing', 'point', 'sinner', 'calvary', 'seen', 'calvary', 'cross', 'price', 'redemption', 'knowing', 'sweetness', 'forgiveness', 'power', 'saving', 'grace', 'own_life', 'able', 'tell', 'power', 'save', 'uttermost', 'let', 'life', 'exemplify', 'profess', 'seek', 'enjoin', 'principle', 'reform', 'physical', 'spiritual_life', 'place', 'example', 'remissness', 'general', 'deportment', 'truly', 'noble', 'set', 'high', 'ideal', 'relationship', 'life', 'away', 'life', 'simplicity', 'permit', 'cold', 'formalism', 'rob', 'naturalness', 'assume', 'professional', 'tone', 'arrogate', 'professional', 'air', 'remember', 'men', 'woman', 'impress', 'ignorant', 'superior', 'knowledge', 'sympathetic', 'touch', 'awakens', 'heart', 'christ', 'divinity', 'inspires', 'awe', 'christ', 'manifest', 'flesh', 'man', 'men', 'magnet', 'attracts', 'humanity', 'higher', 'life', 'afford', 'life', 'inspiration', 'associate', 'aim', 'life', 'touching', 'stronger', 'purer', 'nobler', 'cordial', 'kindly', 'attitude', 'withal', 'modest', 'reserved', 'dignified', 'unwise', 'word', 'act', 'lower', 'manhood', 'womanhood', 'permit', 'good', 'evil', 'spoken', 'retain', 'untarnished', 'purity', 'character', 'let', 'man', 'despise', 'thy', 'youth', 'thou', 'example', 'believer', 'word', 'conversation', 'charity', 'spirit', 'faith', 'purity', 'dress', 'personal', 'appearance', 'represent', 'neatness', 'modesty', 'refinement', 'true', 'culture', 'true', 'modesty', 'refinement', 'manifested', 'apparel', 'speech', 'general', 'deportment', 'modest', 'retiring', 'nature', 'true', 'woman', 'posse', 'seek', 'avoid', 'attire', 'cynosure', 'curious', 'eye', 'subject', 'slighting', 'remark', 'grace', 'heart', 'mind', 'commend', 'fellow', 'extravagance', 'dress', 'ostentation', 'appearance', 'let', 'general', 'bearing', 'balanced', 'sensible', 'christian_men', 'woman', 'remember', 'pas', 'life', 'opportunity', 'perform', 'act', 'light', 'present', 'governed', 'blind', 'impulse', 'passing', 'fancy', 'unreasoning', 'passion', 'judgment', 'later', 'year', 'shall', 'approve', 'look', 'past', 'mountain', 'height', 'life', 'journey', 'wish', 'later', 'year', 'live', 'present', 'eternity', 'accept', 'kindly', 'life', 'discipline', 'come', 'joy', 'sorrow', 'pain', 'pleasure', 'sunshine', 'shadow', 'bringing', 'needed', 'instruction', 'reproof', 'encouragement', 'experience', 'seek', 'learn', 'lesson', 'heaven', 'impart', 'sweet', 'cheerful', 'optimistic', 'allowno', 'failure', 'discourage', 'measure', 'success', 'selfcentered', 'forget', 'labor', 'god', 'humanity', 'brave', 'loyal', 'true', 'fellow', 'furnish', 'small', 'weed', 'approbation', 'labor', 'oftentimes', 'darkness', 'literally', 'figuratively', 'live', 'labor', 'look', 'catch', 'smile', 'god', 'acceptance', 'hear', 'sweet', 'approval', 'spirit', 'speaking', 'inner', 'consciousness', 'depend', 'god', 'sweet', 'bitter', 'life', 'experience', 'trust', 'love', 'look', 'sympathy', 'comfort', 'guard', 'carefully', 'health', 'time', 'rest', 'recreation', 'engaged', 'sacred', 'ministry', 'impunity', 'transgress', 'nature', 'law', 'kept', 'divine', 'author', 'laboring', 'presumption', 'unduly', 'sacrificed', 'health', 'warning', 'experience', 'finally', 'cultivate', 'constant', 'spirit', 'prayer', 'time', 'daily', 'heavenly', 'communion', 'daily', 'turn', 'blessed', 'word', 'counsel', 'comfort', 'god', 'partner', 'life', 'work', 'spirit', 'guide', 'grace', 'sustain', 'following', 'principle', 'devotion', 'study', 'conduct', 'dignify', 'profession', 'honor', 'alma', 'mater', 'prove', 'blessing', 'fellow', 'joy', 'heart', 'divine', 'master', 'gospel_message', 'soon', 'accomplish', 'work', 'god', 'given', 'night', 'knowledge', 'holy', 'principle', 'order', 'lightbearers', 'darkness', 'prove', 'faithful', 'sacred', 'commission', 'proportion', 'privilege', 'opportunity', 'responsibility', 'sharing', 'christian_service', 'shall', 'share', 'fruit', 'service', 'day', 'final', 'harvest', 'victory', 'selling', 'ministry', 'healing', 'report', 'blessing', 'selling', 'good', 'relief', 'book', 'ministry', 'healing', 'lord', 'doe', 'hear', 'answer', 'prayer', 'recent', 'long', 'canvassing', 'trip', 'eastern', 'arizona', 'favored', 'delivering', 'nearly', 'worth', 'ministry', 'healing', 'addition', 'regular', 'canvassing', 'work', 'marked', 'evidence', 'god', 'tender', 'care', 'loving', 'hand', 'work', 'crown', 'success', 'began', 'sell', 'relief', 'book', 'christ', 'object_lesson', 'later', 'added', 'ministry', 'healing', 'time', 'year', 'added', 'relief', 'book', 'regular', 'canvassing', 'work', 'try', 'order', 'day', 'book', 'regular_work', 'year', 'tested', 'plan', 'different', 'state', 'prospered', 'selling', 'priceless', 'book', 'got', 'order', 'day', 'object_lesson', 'day', 'took', 'order', 'hour', 'taken', 'high', 'day', 'ministry', 'healing', 'addition', 'allotted', 'canvassing', 'work', 'blessing', 'bright', 'varied', 'experience', 'work', 'taught', 'lesson', 'faith', 'god', 'minute', 'control', 'thing', 'earthly', 'truly', 'encouraging', 'strengthening', 'yoking', 'relief', 'book', 'work', 'allotted', 'task', 'bring', 'flood', 'blessing', 'success', 'triumph', 'regular_work', 'glad', 'young', 'successful', 'canvasser', 'connect', 'relief', 'book', 'work', 'regular', 'canvassing', 'work', 'sell', 'book', 'day', 'missionary_work', 'lord', 'bring', 'light', 'own_souls', 'prove', 'triple', 'blessing', 'blessing', 'buy', 'book', 'blessing', 'sell', 'blessing', 'relieving', 'school', 'sanitarium', 'ministry', 'healing', 'trip', 'christ', 'object_lesson', 'trip', 'alternating', 'year', 'northern', 'california', 'getting', 'number', 'order', 'christ', 'object_lesson', 'town', 'called', 'german', 'head', 'cook', 'large', 'boarding', 'house', 'gave', 'order', 'hook', 'bright', 'young', 'lady', 'waitress', 'place', 'relief', 'work', 'dead', 'thing', 'past', 'shelved', 'hut', 'real', 'live', 'issue', 'day', 'walter', 'harper']
root - INFO - extracting file #127500: 2017-04-Final-Corpus/RH19130227-V90-09-page8.txt
root - INFO - extracting file #128000: 2017-04-Final-Corpus/RH19130731-V90-31-page8.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'july', 'reform', 'association', 'according', 'portland', 'press', 'committee', 'business_men', 'greatly', 'disappointed', 'chagrined', 'inability', 'realize', 'sale', 'gate', 'ticket', 'recoup', 'partially', 'contributed', 'publicity', 'campaign', 'fund', 'expected', 'manager', 'enterprise', 'came', 'ground', 'committee', 'according', 'member', 'committee', 'dismissed', 'responsibility', 'national', 'reform', 'association', 'took', 'charge', 'arrangement', 'trouble', 'arose', 'sale', 'ticket', 'squad', 'police', 'called', 'prevent', 'trouble', 'seating', 'ticket', 'holder', 'hat', 'passed', 'frequent', 'interval', 'people', 'importuned', 'munities', 'experience', 'frank', 'statement', 'disappointment', 'cause', 'owe', 'neighbor', 'portland', 'tangled', 'second', 'time', 'promoter', 'world', 'christian', 'citizenship', 'conference', 'permit', 'neighbor', 'tangled', 'paper', 'far', 'speak', 'affair', 'frenzied', 'finance', 'deal', 'declares', 'warning', 'national', 'reform', 'association', 'method', 'given', 'city', 'proposed', 'hold', 'world', 'christian', 'citizenship', 'conference', 'oregonian', 'july', 'railroad', 'official', 'portland', 'country', 'started', 'trail', 'clement', 'congdon', 'promoter', 'recent', 'world', 'christian', 'citizenship', 'conference', 'held', 'portland', 'intend', 'prevent', 'barrier', 'encountered', 'good', 'samaritan', 'great_service', 'prince', 'social', 'servant', 'clean', 'robber', 'jerusalem', 'jericho', 'road', 'wiser', 'social', 'servant', 'statement', 'characteristic', 'way', 'epitomize', 'address', 'conference', 'national', 'reformer', 'contain', 'strange', 'commingling', 'thing', 'essential', 'soul', 'experience', 'christian', 'thing', 'dechristianize', 'christianity', 'attempt', 'enforce', 'compulsion', 'human_law', 'men', 'babylon', 'confusion', 'spirit', 'papacy', 'true', 'christian', 'god', 'process', 'human_law', 'men', 'god', 'supreme_law', 'christian', 'attempt', 'supreme_law', 'everybody', 'laid', 'groundwork', 'persecution', 'necessary', 'inquisition', 'christian', 'belief', 'force', 'compel', 'christ', 'supreme', 'lord', 'king', 'king', 'lord', 'lord', 'belief', 'enforced', 'law', 'apply', 'men', 'actuating', 'principle', 'government', 'world', 'attempt', 'world', 'shamble', 'torquemada', 'isabella', 'gloated', 'true', 'allegiance', 'scepter', 'jesus_christ', 'spirit', 'individual', 'christian', 'conquer', 'attempt', 'compel', 'world', 'accept', 'allegiance', 'scepter', 'unchristianize', 'imbrue', 'hand', 'brother', 'blood', 'spirit', 'world', 'christian', 'citizenship', 'conference', 'far', 'national', 'reformer', 'heard', 'essential', 'triumph', 'individual', 'christian', 'enact', 'law', 'enforce', 'christian', 'second', 'paragraph', 'quoted', 'evident', 'national', 'reformer', 'satisfied', 'achievement', 'good', 'samaritan', 'saviour', 'commends', 'work', 'good', 'samaritan', 'left', 'deed', 'record', 'incentive', 'example', 'national', 'reformer', 'satisfied', 'illustration', 'example', 'saviour', 'chose', 'advised', 'drop', 'good', 'samaritan', 'feature', 'discourse', 'substitute', 'liberally', 'help', 'defraying', 'expense', 'conference', 'orefrom', 'engaging', 'similar', 'enterprise', 'gonian', 'speaking', 'editorially', 'declares', 'manager', 'conference', 'concerned', 'pure', 'promotion', 'exploitation', 'mildly', 'spite', 'understanding', 'portland', 'committee', 'manager', 'conference', 'effect', 'attack', 'denomination', 'strong', 'attack', 'denomination', 'naturally', 'created', 'great', 'dissatisfaction', 'prominent', 'person', 'advertised', 'speak', 'conference', 'influence', 'portland', 'citizen', 'contribute', 'big', 'fund', 'come', 'such_men', 'president', 'wilson', 'secretary', 'state', 'bryan', 'robert', 'burdette', 'cause', 'disappointment', 'contributed', 'seven', 'delegate', 'england', 'dwindled', 'small', 'handful', 'probably', 'view', 'promise', 'expectation', 'aroused', 'fund', 'given', 'small', 'wonder', 'press', 'portland', 'condemning', 'affair', 'strong', 'language', 'telegram', 'july', 'perfect', 'frankness', 'manager', 'world', 'christian', 'citizenship', 'conference', 'begin', 'carry', 'contract', 'promise', 'fulfilled', 'got', 'large_sum', 'money', 'accounting', 'bring', 'twice', 'notable', 'foreign', 'speaker', 'brought', 'bring', 'visitor', 'brought', 'unit', 'best', 'add', 'receipt', 'mean', 'succeeded', 'degree', 'portland', 'bitterly', 'disappointed', 'men', 'permit', 'comin', 'san_francisco', 'city', 'advice', 'sent', 'official', 'road', 'san_francisco', 'official', 'panama', 'pacific', 'exposition', 'recent', 'conference', 'disappointment', 'gross', 'misrepresentation', 'number', 'speaker', 'brought', 'foreign_country', 'national', 'reform', 'association', 'long', 'remembered', 'portland', 'associated', 'unpleasant', 'experience', 'newspaper', 'speak', 'unsparing', 'term', 'management', 'conference', 'willing', 'conference', 'spite', 'disappointment', 'commended', 'address', 'given', 'platform', 'conference', 'distinctly', 'noticeable', 'address', 'commended', 'address', 'national', 'reformer', 'speaking', 'theme', 'social', 'religious', 'nature', 'opening', 'address', 'pres', 'henry', 'colin', 'minton', 'gave', 'expression', 'purpose', 'organization', 'word', 'spirit', 'movement', 'known', 'spirit', 'association', 'association', 'belief', 'almighty_god', 'source', 'earthly', 'authority', 'fountain', 'human', 'liberty', 'belief', 'universal', 'application', 'law', 'alike', 'life', 'individual', 'men', 'nation', 'earth', 'belief', 'supreme', 'lordship', 'man', 'nazareth', 'lived', 'earth', 'nineteen', 'year', 'ago', 'strong', 'son', 'god', 'worthy', 'today', 'king', 'king', 'lord', 'lord', 'belief', 'chance', 'change', 'human_history', 'stride', 'stage', 'world', 'development', 'allegiance', 'scepter', 'spirit', 'conquer', 'obedience', 'law', 'condition', 'solved', 'problem', 'earth', 'overcome']
root - INFO - extracting file #128500: 2017-04-Final-Corpus/RH19131225-V90-52-page16.txt
root - INFO - extracting file #129000: 2017-04-Final-Corpus/RH19140528-V91-22-page19.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'nebraska', 'conference_association', 'regular', 'meeting', 'nebraska', 'conference_association', 'seventh', 'day', 'adventist', 'legal', 'corporation', 'held', 'camp_ground', 'seward', 'nebr', 'monday', 'june', 'election', 'officer', 'transaction', 'business', 'properly', 'come', 'meeting', 'christian', 'president', 'anna', 'peterson', 'secretary', 'east', 'michigan', 'conference_association', 'annual_meeting', 'east', 'michigan', 'conference_association', 'seventh', 'day', 'adventist', 'held', 'orion', 'camp_ground', 'orion', 'mich', 'connection', 'annual_conference', 'june', 'purpose', 'meeting', 'elect', 'board', 'trustee', 'transact', 'business', 'properly', 'come', 'association', 'meeting', 'held', 'monday', 'june', 'guthrie', 'president', 'daniel', 'wood', 'secretary', 'california', 'conference_association', 'eighteenth', 'annual_meeting', 'california', 'conference_association', 'seventhday_adventists', 'held', 'connection', 'session', 'california', 'conference', 'seventh', 'day', 'adventist', 'oakland', 'cal', 'june', 'july', 'election', 'board', 'seven', 'trustee', 'ensuing', 'year', 'transaction', 'business', 'come', 'meeting', 'meeting', 'called', 'wednesday', 'june', 'farnsworth', 'president', 'claude', 'conard', 'secretary', 'wisconsin', 'conference_association', 'annual_session', 'wisconsin', 'conference_association', 'seventh', 'day', 'adventist', 'incorporated', 'held', 'wausau', 'connection', 'camp_meeting', 'wisconsin', 'conference', 'june', 'meeting', 'held', 'monday', 'june', 'officer', 'board', 'trustee', 'north', 'dakota', 'conference_association', 'notice', 'given', 'meeting', 'north', 'dakota', 'conference_association', 'seventh', 'day', 'adventist', 'held', 'jamestown', 'dak', 'connection', 'camp_meeting', 'purpose', 'electing', 'trustee', 'amending', 'constitution', 'provide', 'changing', 'headquarters', 'iowa', 'sanitarium', 'benevolent', 'association', 'notice', 'given', 'constituency', 'iowa', 'sanitarium', 'benevolent', 'association', 'annual_meeting', 'held', 'connection', 'iowa', 'seventh', 'day', 'adventist', 'conference', 'camp_meeting', 'state', 'fairground', 'moines', 'iowa', 'fargo', 'jamestown', 'dak', 'june', 'meeting', 'transacting', 'business', 'necessary', 'meeting', 'held', 'friday', 'june', 'jackson', 'president', 'andrew', 'roedel', 'secretary', 'sanitarium', 'constituency', 'called', 'order', 'main', 'pavilion', 'aforesaid', 'camp_ground', 'wednesday', 'june', 'ogden', 'chairman', 'heald', 'secretary', 'wyoming', 'conference_association', 'wyoming', 'conference_association', 'seventh', 'day', 'adventist', 'incorporated', 'day', 'adventist', 'held', 'south', 'stukely', 'called', 'convene', 'camp_ground', 'edge', 'quebec', 'june', 'election', 'officer', 'mont', 'dak', 'june', 'purpose', 'electing', 'officer', 'transacting', 'necessary', 'business', 'accredited', 'delegate', 'conference', 'delegate', 'quebec', 'conference', 'notice', 'given', 'annual_session', 'quebec', 'conference', 'seventhand', 'transaction', 'business', 'properly', 'come', 'conference', 'campbell', 'acting', 'president', 'eva', 'rickard', 'secretary', 'association', 'hale', 'president', 'reeder', 'secretary', 'nebraska', 'sanitarium', 'benevolent', 'association', 'nebraska', 'sanitarium', 'benevolent', 'association', 'hold', 'annual_meeting', 'wyoming', 'conference', 'eighth', 'annual_session', 'wyoming', 'conference', 'seventh', 'day', 'adventist', 'connection', 'nebraska', 'conference', 'held', 'connection', 'camp_meeting', 'camp_meeting', 'seward', 'nebr', 'meeting', 'called', 'tuesday', 'june', 'time', 'election', 'member', 'board', 'business', 'necessary', 'attended', 'christian', 'president', 'blue', 'secretary', 'upper_columbia', 'mission', 'society', 'sixteenth', 'annual_session', 'upper_columbia', 'mission', 'society', 'seventh', 'day', 'adventist', 'held', 'connection', 'conference', 'milton', 'oregon', 'june', 'election', 'officer', 'transaction', 'business', 'properly', 'come', 'society', 'time', 'accredited', 'delegate', 'conference', 'dele', 'edgemont', 'dak', 'june', 'election', 'officer', 'ensuing', 'year', 'transaction', 'business', 'properly', 'come', 'meeting', 'meeting', 'held', 'friday', 'june', 'delegate', 'answer', 'meeting', 'elected', 'ensuing', 'year', 'gate', 'body', 'meeting', 'held', 'monday', 'june', 'business', 'transacted', 'properly', 'come', 'association', 'accredited', 'delegate', 'wisconsin', 'conference', 'delegate', 'association', 'thurston', 'president', 'walter', 'secretary', 'wisconsin', 'medical', 'missionary', 'benevolent', 'association', 'annual_session', 'medical', 'missionary', 'benevolent', 'association', 'state', 'wisconsin', 'incorporated', 'held', 'wausau', 'connection', 'camp_meeting', 'wisconsin', 'conference', 'june', 'meeting', 'session', 'held', 'monday', 'june', 'session', 'officer', 'trustee', 'elected', 'business', 'transacted', 'properly', 'come', 'body', 'accredited', 'delegate', 'wisconsin', 'conference', 'delegate', 'association', 'ttruaston', 'president', 'larson', 'secretary', 'ontario', 'conference', 'notice', 'given', 'meeting', 'ontario', 'conference', 'seventh', 'day', 'adventist', 'held', 'buena', 'vista', 'academy', 'ground', 'oshawa', 'ontario', 'connection', 'annual', 'camp_meeting', 'june', 'july', 'officer', 'elected', 'ensuing', 'year', 'business', 'transacted', 'properly', 'come', 'conference', 'annual_session', 'meeting', 'convene', 'friday', 'june', 'member', 'good', 'regular', 'standing', 'belonging', 'seventh', 'day', 'adventist', 'church', 'ontario', 'held', 'june', 'hanson', 'president', 'dart', 'secretary', 'alberta', 'conference_association', 'notice', 'given', 'meeting', 'alberta', 'conference_association', 'seventhday_adventists', 'held', 'wednesday', 'june', 'camp_grounds', 'red', 'deer', 'alberta', 'transaction', 'business', 'properly', 'come', 'association', 'desired', 'church', 'represented', 'meeting', 'election', 'constituent', 'member', 'ensuing', 'year', 'transaction', 'business', 'come', 'meeting', 'richards', 'president', 'lucy', 'page', 'emerson', 'secretary', 'eastern', 'pennsylvania', 'conference', 'eleventh', 'annual_session', 'eastern', 'pennsylvania', 'conference', 'seventh', 'day', 'adventist', 'convene', 'camp_ground', 'emmanuel', 'grove', 'near', 'allentown', 'friday', 'june', 'elect', 'officer', 'ensuing', 'year', 'transact', 'business', 'properly', 'come', 'conference', 'church', 'entitled', 'delegate', 'organization', 'additional', 'delegate', 'member', 'thereof', 'richards', 'president', 'lucy', 'page', 'emerson', 'secretary', 'west', 'pennsylvania', 'association', 'session', 'constituency', 'west', 'pennsylvania', 'association', 'seventh', 'day', 'adventist', 'held', 'homestead', 'park', 'homestead', 'june', 'purpose', 'electing', 'officer', 'transacting', 'business', 'properly', 'come', 'meeting', 'constituency', 'meet', 'connection', 'camp_meeting', 'held', 'homestead', 'park', 'june', 'meeting', 'burman', 'president', 'hommel', 'secretary', 'new', 'jersey', 'conference', 'eleventh', 'annual_session', 'new', 'jersey', 'conference', 'held', 'camden', 'june', 'july', 'meeting', 'organization', 'appointment', 'committee', 'held', 'june', 'church', 'clerk', 'requested', 'place', 'file', 'secretary', 'conference', 'previous', 'date', 'complete', 'list', 'delegate', 'church', 'entitled', 'delegate', 'organization', 'additional', 'delegate', 'member', 'church', 'sandborn', 'president', 'secretary', 'new', 'jersey', 'conference_association', 'seventh', 'annual_session', 'new', 'jersey', 'conference_association', 'seventh', 'day', 'adventist', 'held', 'connection', 'conference', 'camp_meeting', 'camden', 'june', 'july', 'meeting', 'attendance', 'meeting', 'delegate', 'june', 'delegate', 'ventists', 'convene', 'connection', 'entitled', 'privilege', 'belonging', 'occasion', 'kirkendall', 'president', 'terwillegar', 'secretary', 'conference', 'delegate', 'association', 'sandborn', 'president', 'secretary', 'camp_meeting', 'homestead', 'park', 'homestead', 'june', 'meeting', 'conference', 'held', 'thursday', 'garde', 'president', 'hackman', 'secretary', 'hale', 'president', 'asa', 'smith', 'secretary', 'pennsylvania', 'tract', 'missionary', 'society', 'annual_meeting', 'pennsylvania', 'tract', 'missionary', 'society', 'held', 'connection', 'eastern', 'pennsylvania', 'conference', 'seventh', 'day', 'adventist', 'emmanuel', 'grove', 'camp_grounds', 'allentown', 'june', 'meeting', 'west', 'pennsylvania', 'conference', 'thirteenth', 'annual_session', 'west', 'pennsylvania', 'conference', 'seventh', 'day']
root - INFO - extracting file #129500: 2017-04-Final-Corpus/RH19141022-V91-44-page4.txt
root - INFO - extracting file #130000: 2017-04-Final-Corpus/RH19150318-V92-14-page9.txt
root - INFO - ['march', 'advent', 'review', 'sabbath', 'herald', 'decai', 'haman', 'troubler', 'israel', 'mordecai', 'gate', 'evidence', 'feel', 'ahab', 'elijah', 'haman', 'mordecai', 'fact', 'thirteenth', 'chapter', 'revelation', 'plainly', 'declares', 'close', 'conflict', 'promoter', 'compulsory', 'religion', 'assume', 'attitude', 'bearer', 'angel', 'message', 'ahab', 'haman', 'loyal', 'people', 'jehovah', 'day', 'similar', 'mean', 'rid', 'following', 'statement', 'spirit', 'prophecy', 'emphasize', 'thought', 'dragon', 'wroth', 'woman', 'went', 'war', 'remnant', 'seed', 'commandment', 'god', 'testimony', 'jesus_christ', 'near_future', 'shall', 'word', 'fulfilled', 'protestant', 'church', 'unite', 'world', 'papal_power', 'commandment_keepers', 'spirit', 'actuated', 'papist', 'age', 'past', 'lead', 'protestant', 'pursue', 'similar', 'course', 'maintain', 'loyalty', 'god', 'church', 'state', 'making', 'preparation', 'future', 'congict', 'protestant', 'working', 'disguise', 'bring', 'sunday', 'romanists', 'decree', 'forth', 'people', 'god', 'similar', 'issued', 'ahasuerus', 'jew', 'time', 'esther', 'persian', 'edict', 'sprang', 'malice', 'haman', 'mordecai', 'protestant', 'world', 'today', 'little', 'company', 'keeping', 'sabbath', 'mordecai', 'gate', 'secure', 'popularity', 'patronage', 'legislator', 'yield', 'demand', 'sunday', 'law', 'fear', 'god', 'accept', 'institution', 'violates', 'principle', 'decalogue', 'battle_field', 'come', 'great_conflict', 'controversy', 'truth', 'error', 'testimony', 'church', 'vol', 'page', 'cause', 'calamity', 'maintained', 'year', 'time', 'come', 'working', 'compulsory', 'sunday', 'observance', 'attribute', 'calamity', 'earth', 'failure', 'people', 'observe', 'sunday', 'plague', 'falling', 'world', 'stood', 'true', 'sabbath', 'jehovah', 'charged', 'responsibility', 'manifestation', 'divine', 'wrath', 'seen', 'indication', 'trend', 'opinion', 'meeting', 'lord', 'day', 'alliance', 'held', 'washington', 'jan', 'declaration', 'fearful', 'conflict', 'going', 'europe', 'carelessness', 'people', 'observing', 'god', 'law', 'word', 'god', 'punishing', 'europe', 'keeping', 'sunday', 'readily', 'seen', 'far', 'step', 'idea', 'idea', 'teach', 'people', 'sunday', 'lord', 'true', 'sabbath', 'primary', 'cause', 'calamity', 'preparing', 'aggressive', 'work', 'meeting', 'alliance', 'following', 'declaration', 'sure', 'sitting', 'seat', 'sunday', 'law', 'passed', 'congress', 'acquainted', 'president', 'wilson', 'office', 'word', 'time', 'come', 'clean', 'washington', 'line', 'sunday', 'desecration', 'sunday', 'law', 'secured', 'quickly', 'cooperation', 'church', 'lord', 'day', 'alliance', 'backed', 'sixteen', 'denomination', 'soon', 'backed', 'thirty', 'soon', 'stir', 'community', 'speak', 'heard', 'beginning', 'speak', 'strength', 'organization', 'want', 'going', 'school', 'college', 'educate', 'future', 'leader', 'thought', 'year', 'big', 'meeting', 'held', 'washington', 'crystallize', 'effort', 'sunday', 'observance', 'bring', 'influence', 'bear', 'christian', 'congressman', 'congress', 'flooded', 'petition', 'letter', 'seventh', 'day', 'adventist', 'thought', 'majority', 'country', 'proposed', 'course', 'procedure', 'indicates', 'carefully', 'laid', 'plan', 'educating', 'public', 'away', 'principle', 'freedom', 'america', 'refuge', 'oppressed', 'land', 'securing', 'oppressive', 'legislation', 'culminate', 'decree', 'oppression', 'soon', 'issued', 'god', 'commandment', 'keeping', 'child', 'meeting', 'reference', 'mutchler', 'philadelphia', 'president', 'international', 'federation', 'sunday', 'rest', 'association', 'following', 'statement', 'stringent', 'sunday', 'law', 'enacted', 'enforced', 'consequence', 'sunday', 'school', 'church', 'filled', 'minister', 'missionary', 'chance', 'reach', 'people', 'christian_work', 'note', 'similarity', 'declaration', 'homiletic', 'review', 'november', 'rev', 'leech', 'good', 'sunday', 'law', 'enforced', 'men', 'local', 'authority', 'church', 'worshiper', 'young_man', 'woman', 'attracted', 'divine_service', 'mighty', 'combination', 'church', 'united', 'state', 'win', 'congress', 'state', 'legislature', 'municipal', 'council', 'legislation', 'essential', 'splendid', 'result', 'plea', 'leader', 'apostatizing', 'church', 'early', 'century', 'demanded', 'public', 'transferred', 'day', 'sunday', 'compulsion', 'religious_things', 'characteristic', 'apostatizing', 'church', 'compelling', 'power', 'holy', 'spirit', 'waning', 'church', 'compelling', 'power', 'civil_law', 'brought', 'supply', 'lack', 'jesus', 'said', 'lifted', 'earth', 'draw', 'men', 'unto', 'meeting', 'question', 'bowdy', 'general_secretary', 'lord', 'day', 'alliance', 'following', 'statement', 'advocating', 'sunday', 'law', 'church', 'action', 'securing', 'sabbathday', 'rest', 'people', 'difficulty', 'principle', 'jesus_christ', 'heart', 'people', 'protestantism', 'catholicism', 'strike', 'hand', 'alike', 'movement', 'church', 'march', 'congress', 'state', 'legislature', 'demand', 'legislation', 'protection', 'lord', 'day', 'kingdom', 'jesus_christ', 'advanced', 'davis', 'secretary', 'maryland', 'lord', 'day', 'alliance', 'following', 'statement', 'meeting', 'session', 'congress', 'expect', 'introduce', 'sunday', 'law', 'district', 'columbia', 'clean', 'white', 'sabbath', 'going', 'organize', 'force', 'key', 'man', 'state', 'leading', 'representative', 'leading', 'denomination', 'congressional', 'district', 'men', 'organize', 'church', 'cooperative', 'basis', 'sunday', 'introduced', 'instead', 'seventh', 'day', 'adventist', 'sending', 'barrel', 'petition', 'united', 'state', 'able', 'send', 'barrel', 'state', 'union', 'foe', 'country', 'difficult', 'people', 'look', 'mordecai', 'gate', 'troubler', 'israel', 'activity', 'endanger', 'success', 'work', 'fastening', 'sunday', 'sabbath', 'people', 'force', 'law', 'idea', 'mind', 'general', 'manager', 'national', 'reform', 'association', 'following', 'declaration', 'aug', 'winona', 'lake', 'ind', 'foe', 'country', 'fear', 'half', 'religious_liberty', 'individual', 'right', 'conscience', 'infringing', 'right', 'christian', 'peopl', 'state', 'force', 'uniting', 'reader', 'familiar', 'program', 'great', 'organization', 'known', 'federal_council', 'church', 'christ', 'america', 'set', 'task', 'establishing', 'sunday', 'institution', 'force', 'law', 'working', 'line', 'creating', 'force', 'lawbreaker', 'lawmaker', 'respect', 'heed', 'question', 'interested', 'involved', 'world', 'christian', 'citizen', 'conference', 'chief', 'purpose', 'existence', 'compulsory', 'observance', 'sunday', 'sabbath', 'national', 'reform', 'association', 'developed', 'organization', 'look', 'way', 'aim']
root - INFO - extracting file #130500: 2017-04-Final-Corpus/RH19150812-V92-40-page6.txt
root - INFO - extracting file #131000: 2017-04-Final-Corpus/RH19160110-V93-02-page2.txt
root - INFO - ['blessing', 'attending', 'keeping', 'god', 'commandment', 'fear', 'lord', 'beginning', 'wisdom', 'good', 'understanding', 'commandment', 'moral', 'ceremonial_laws', 'commandment', 'law', 'proclaimed', 'nature', 'moral_law', 'law', 'lord', 'perfect', 'converting', 'soul', 'know', 'law', 'spiritual', 'rom', 'foolishness', 'unto', 'called', 'jew', 'greek', 'christ', 'power', 'god', 'wisdom', 'god', 'foretold', 'concerning', 'chri', 'attitude', 'law', 'god', 'said', 'come', 'volume', 'book', 'written', 'delight', 'thy', 'wilt', 'god', 'yea', 'thy', 'taw', 'written', 'heart', 'faith', 'law', 'doe', 'faith', 'brings', 'righteousness', 'abolish', 'law', 'void', 'law', 'faith', 'god', 'forbid', 'yea', 'establish', 'law', 'rom', 'note', 'law', 'reveals', 'perfection', 'character', 'required', 'knowledge', 'sin', 'powerless', 'confer', 'character', 'demanded', 'gospel', 'law', 'written', 'heart', 'christ', 'law', 'spirit', 'life', 'christ_jesus', 'trimsferred', 'heart', 'believer', 'heart', 'christ', 'dwells', 'faith', 'new', 'psalmist', 'describes', 'blessed', 'blessed', 'man', 'walketh', 'counsel', 'ungodly', 'standeth', 'way', 'sinner', 'aitteth', 'seat', 'scornful', 'delight', 'law', 'lord', 'law', 'cloth', 'meditate', 'day', 'night', 'rom', 'perpetuity', 'law', 'said', 'stability', 'god', 'character', 'lord', 'change', 'mal', 'science', 'believer', 'figure', 'time', 'present', 'offered', 'gift', 'sacrifice', 'service', 'perfect', 'pertaining', 'conscience', 'heb', 'ceremonial_law', 'abolished', 'christ', 'christ', 'death', 'affect', 'ceremonial_law', 'enduring', 'commandment', 'work', 'hand', 'verity', 'judgment', 'commandment', 'sure', 'stand', 'fast', 'forever', 'truth', 'uprightness', 'christ', 'come', 'abolish', 'destroy', 'law', 'think', 'come', 'destroy', 'law', 'prophet', 'come', 'destroy', 'fulfill', 'math', 'nora', 'moral_law', 'contained', 'commandment', 'enforced', 'prophet', 'away', 'design', 'coming', 'revoke', 'law', 'remain', 'force', 'mankind', 'age', 'depending', 'time', 'place', 'circumstance', 'liable', 'change', 'nature', 'god', 'nature', 'man', 'unchangeable', 'relation', 'john_wesley', 'sermon', 'vol', 'page', 'reference', 'prophecy', 'doe', 'word', 'fulfill', 'mean', 'accomplish', 'bring', 'pas', 'fulfiled', 'spoken', 'esaias', 'prophet', 'matt', 'doe', 'mean', 'reference', 'law', 'perform', 'act', 'accordance', 'bear', 'anther', 'burden', 'fulfill', 'law', 'christ', 'gal', 'matt', 'james', 'blotting', 'handwriting', 'ordinance', 'contrary', 'took', 'way', 'neiliee', 'cross', 'col', 'having', 'abolished', 'flesh', 'enmity', 'covenant', 'pond', 'fulfilled', 'law', 'shall', 'taw', 'commandmeniti', 'contained', 'written', 'heart', 'genuine', 'ordinance', 'eph', 'christ', 'treat', 'father', 'commandment', 'kept', 'father', 'commandment', 'abide', 'love', 'john', 'relation', 'faith', 'commandment', 'keeping', 'doe', 'faith', 'god', 'void', 'law', 'void', 'law', 'faith', 'god', 'forbid', 'yea', 'establish', 'law', 'rom', 'prof', 'perpetuity', 'immutability', 'law', 'god', 'ceremonial_law', 'lord', 'called', 'unto', 'moses', 'god', 'loved', 'world', 'gave', 'begotten_son', 'whosoever_believeth', 'perish', 'everlasting', 'complete', 'law', 'life', 'john', 'christ', 'died', 'sine', 'cor', 'nato', 'law', 'abolished', 'sin', 'disposed', 'way', 'christ', 'need', 'come', 'died', 'gift', 'christ', 'prof', 'immutability', 'law', 'god', 'christ', 'come', 'die', 'satisfy', 'claim', 'law', 'world', 'perish', 'law', 'way', 'spurgeon', 'sermon', 'perpetuity', 'law', 'god', 'lord', 'jesus_christ', 'gave', 'greater', 'vindication', 'law', 'dying', 'broken', 'lost', 'misery', 'fact', 'law', 'standard', 'judgment', 'moot', 'enduring', 'nature', 'ecel', 'james', 'word', 'lord', 'spoke', 'unto', 'assembly', 'mount', 'midst', 'cloud', 'darkness', 'great_voice', 'added', 'wrote', 'table', 'stone', 'delivered', 'unto', 'deut', 'lord', 'said', 'unto', 'moses', 'come', 'mount', 'thee', 'table', 'stone', 'law', 'commandment', 'written', 'ceremonial_law', 'complete', 'law', 'law', 'commandment', 'contained', 'ordinance', 'eph', 'god', 'write', 'commandmerits', 'declared', 'unto', 'covenant', 'commanded', 'perform', 'commandment', 'wrote', 'table', 'stone', 'deut', 'law', 'commandment', 'respecting', 'sacrifice', 'burnt_offerings', 'written', 'removed', 'burnt_offerings', 'according', 'division', 'family', 'people', 'offer', 'unto', 'lord', 'written', 'koo', 'moses', 'chien', 'commandment', 'placed', 'took', 'testimony', 'ark', 'mercy_seat', 'ark', 'moses', 'command', 'levite', 'book', 'law', 'written', 'moses', 'commanded', 'levite', 'bare', 'ark', 'covenant', 'lord', 'saying', 'book', 'law', 'aide', 'ark', 'covenant', 'lord', 'god', 'dent', 'shalt', 'jesus', 'shall', 'save', 'people', 'sin', 'matt', 'power', 'save', 'sin', 'revealed', 'preach', 'christ', 'crucified', 'unto', 'jew', 'stumblingblock', 'unto', 'greek', 'fulfillment', 'moral_law', 'law', 'translated', 'written', 'precept', 'living', 'deed', 'death', 'ceremonial', 'came', 'end', 'creation', 'centered', 'christ', 'grattan', 'guinness', 'london', 'hodder', 'stoughton', 'page', 'relation', 'doe', 'justified', 'person', 'sustain', 'law', 'moral_law', 'called', 'royal_law', 'james', 'spoken', 'god', 'petit', 'written', 'god', 'table', 'stone', 'written', 'finger', 'god', 'placed', 'ark', 'king', 'heb', 'perfect', 'stand', 'fast', 'forever', 'destroyed', 'christ', 'matt', 'magnified', 'christ', 'isa', 'knowledge', 'sin', 'rom', 'ceremonial_law', 'called', 'law', 'contained', 'ordinance', 'eph', 'spoken', 'moses', 'lev', 'handwriting', 'ordinance', 'col', 'written', 'moses', 'book', 'citron', 'placed', 'ark', 'deut', 'perfect', 'heb', 'nailed', 'cross', 'col', 'abolished', 'christ', 'eph', 'taken', 'way', 'christ', 'col', 'instituted', 'consequence', 'sin', 'leviticus', 'hearer', 'law', 'jus', 'tbefore', 'god', 'deem', 'law', 'shall', 'justified', 'rom', 'know', 'passed', 'death', 'unto', 'life', 'know', 'passed', 'death', 'unto', 'life', 'love', 'brother', 'john', 'know', 'love', 'brother', 'know', 'love', 'child', 'goa', 'love', 'god', 'commandment', 'john', 'love', 'god', 'love', 'god', 'toe', 'commandment', 'verse', 'described', 'prepared', 'coming', 'christ', 'patience', 'saint', 'commandment', 'god', 'faith', 'jesus', 'rev', 'advent', 'review', 'sabbath', 'herald', 'lord', 'spoke', 'unto', 'midst', 'man', 'delight', 'heard', 'voice', 'word', 'ceremonial_law', 'satisfy', 'perfect', 'consaw', 'similitude', 'oily', 'heard', 'voice', 'declared', 'unto', 'covenant', 'commanded', 'perform', 'commandment', 'wrote', 'table', 'stone', 'deut', 'law', 'god', 'thou_shalt', 'god', 'thou_shalt', 'unto_thee', 'graven', 'image', 'likeness', 'heaven', 'earth', 'beneath', 'water', 'earth', 'thou_shalt', 'bow', 'thyself', 'serve', 'lord_thy', 'god', 'jealous', 'god', 'visiting', 'iniquity', 'father', 'child', 'unto', 'fourth', 'generation', 'hate', 'showing', 'mercy', 'unto', 'thousand', 'love', 'commandment', 'iii', 'thou_shalt', 'lord_thy', 'god', 'vain', 'lord', 'hold', 'guiltless', 'taketh', 'vain', 'remember', 'sabbath', 'day', 'holy', 'day', 'shalt_thou_labor', 'thy_work', 'seventh', 'day', 'sabbath', 'lord_thy', 'god', 'thou_shalt', 'work', 'thou', 'thy_son', 'thy', 'daughter', 'thy', 'man', 'servant', 'thy', 'maid', 'servant', 'thy_cattle', 'thy_stranger', 'thy_gates', 'day', 'lord', 'heaven', 'earth', 'sea', 'rested', 'seventh', 'day', 'wherefore', 'lord', 'blessed', 'sabbath', 'day', 'hallowed', 'honor', 'thy', 'father', 'thy_mother', 'thy', 'day', 'long', 'land', 'lord_thy', 'god', 'giveth', 'thee', 'thou_shalt', 'kill', 'vii', 'thou_shalt', 'commit', 'adultery', 'viii', 'thou_shalt', 'steal', 'thou_shalt', 'bear', 'false', 'witness', 'thy_neighbor', 'thou_shalt', 'covet', 'thy_neighbor', 'house', 'thou_shalt', 'covet', 'thy_neighbor', 'wife', 'man', 'servant', 'maid', 'servant', 'thy_neighbor', 'known', 'israel', 'ceremonial_law', 'taken', 'away', 'disannuiling', 'foregoing', 'commandment', 'weakness', 'unprofitableness', 'law', 'perfect', 'bringing', 'better', 'hope', 'draw', 'nigh', 'unto', 'god', 'heb', 'miraculous', 'event', 'occurred', 'death', 'christ', 'signifying', 'sacrificial', 'forever', 'end', 'jesus', 'cried', 'loud_voice', 'yielded', 'ghost', 'behold', 'veil', 'temple', 'rent', 'twain', 'matt', 'word', 'prophet', 'daniel', 'foretold', 'shall', 'confirm', 'covenant', 'week', 'midst', 'week', 'shall', 'cause', 'sacrifice', 'oblation', 'cease', 'dan', 'enduring', 'moral_law', 'concerning', 'thy', 'testimony', 'known', 'old', 'thou', 'host', 'founded', 'forever', 'relation', 'law', 'gospel', 'law', 'deed', 'law', 'shall', 'flesh', 'justified', 'sight', 'law', 'knowledge', 'sin', 'rom', 'making', 'known', 'sin', 'consequent', 'need', 'saviour', 'doe', 'law', 'act', 'wherefore', 'late', 'schoolmaster', 'bring', 'unto', 'christ', 'justified', 'faith', 'gal', 'gospel', 'declared', 'ashamed', 'gospel', 'christ', 'power', 'god', 'unto_salvation', 'believeth', 'jew', 'greek', 'rom', 'ificance', 'bestowed', 'angelupon', 'saviour', 'birth', 'experience', 'righteousness', 'faith', 'righteousness', 'witnessed', 'law', 'revealed', 'life', 'harmony', 'law', 'gospel', 'seen', 'provision', 'restoring', 'law', 'place', 'heart', 'life', 'belief', 'christ', 'accepts', 'mediatoriel', 'work', 'faith', 'instead', 'making', 'void', 'law', 'establishes', 'heart', 'believer', 'gospel', 'law', 'upholds', 'maintains', 'present', 'law', 'christ', 'christ', 'away', 'died', 'cross', 'day', 'john', 'seeth', 'jesus', 'coming', 'unto', 'saitb', 'behold', 'lamb', 'god', 'taketh', 'away', 'sin', 'world', 'john', 'christ', 'abolished', 'death', 'resurrection', 'manifest', 'appearing', 'saviour', 'jesus_christ', 'hath', 'abolished', 'death', 'hath', 'brought', 'life', 'immortality', 'light', 'gospel', 'tim', 'scripture', 'god', 'remnant', 'people', 'right', 'conception', 'proper', 'relation', 'law', 'god', 'gospel', 'jesus_christ', 'hem', 'patience', 'saint', 'commandment', 'god', 'faith', 'jesus', 'rev', 'witness', 'law', 'prophet', 'tee', 'jewish', 'scripture', 'christ', 'appealed', 'consisted', 'law', 'prophet', 'bore', 'witness', 'messiah', 'prepared', 'way', 'fulfilled', 'moral_law', 'revealed', 'disease', 'lit', 'brought', 'remedy', 'precept', 'designed', 'convince', 'sin', 'hand', 'ceremonial_law', 'suited', 'typify', 'remedy', 'sin', 'contained', 'shadow', 'good_things', 'gospel', 'pictured', 'way', 'salvation', 'ceremonial_law', 'obscurely', 'typified', 'prophet', 'plainly', 'predicted', 'pointed', 'coming', 'messiah', 'daily', 'sacrifice', 'successive', 'utterance', 'pointed', 'lamb', 'god', 'taketh', 'away', 'sin', 'world', 'fulfillment', 'moral_law', 'ceremonial_law', 'prophet', 'character', 'work', 'christ', 'threefold', 'cord', 'evidence', 'broken', 'perfectly', 'fulfilled', 'precept', 'moral_law', 'fulfilled', 'type', 'ceremonial_law', 'fulsaying', 'speak', 'unto', 'child', 'israel', 'unto', 'man', 'bring', 'offering', 'lev', 'law', 'offering', 'meat', 'offering', 'ein', 'offering', 'trespass', 'offering', 'consecration', 'sacrifice', 'peace', 'offering', 'lord', 'commanded', 'moses', 'mount', 'sinai', 'day', 'commanded', 'child', 'israel', 'offer', 'oblation', 'unto', 'lord', 'wildernees', 'sinai', 'lev', 'burnt', 'commandment', 'distinct', 'shall', 'bring', 'forth', 'son', 'thou', 'filled', 'prediction', 'prophet', 'offering', 'commanded', 'law', 'contrasted']
root - INFO - extracting file #131500: 2017-04-Final-Corpus/RH19160605-V93-28-page4.txt
root - INFO - extracting file #132000: 2017-04-Final-Corpus/RH19161102-V93-54-page15.txt
root - INFO - ['november', 'advent', 'review', 'sabbath', 'herald', 'ing', 'cross', 'order', 'wear', 'crown', 'eternally', 'drink', 'joyful', 'cup', 'salvation', 'child', 'lesson', 'lord', 'prayer', 'thy', 'earth', 'eaven', 'memory', 'verse', 'angel', 'live', 'heaven', 'matt', 'number', 'angel', 'heb', 'rev', 'illustrate', 'perfectness', 'promptness', 'completeness', 'angel', 'father', 'heaven', 'referring', 'eze', 'emphasizing', 'particularly', 'verse', 'work', 'angel', 'heb', 'illustration', 'faithfulness', 'act', 'king', 'act', 'desire', 'god', 'earth', 'heaven', 'god', 'faithfully', 'angel', 'work', 'lord', 'earth', 'know', 'truth', 'tim', 'repent', 'peter', 'rejoice', 'pray', 'thanks', 'thess', 'perfect', 'good_work', 'heb', 'god', 'heart', 'eph', 'promise', 'john', 'god', 'possible', 'eze', 'reacting', 'wednesday', 'december', 'religion', 'home_life', 'kern', 'importance', 'home', 'pertains', 'success', 'god', 'work', 'victory', 'home', 'training', 'traced', 'larger', 'share', 'disease', 'misery', 'crime', 'curse', 'humanity', 'ministry', 'healing', 'hand', 'strong', 'influence', 'righteousness', 'blessed', 'world', 'carried', 'unrelenting', 'warfare', 'evil', 'come', 'largely', 'disciplined', 'christian', 'home', 'man', 'woman', 'kept', 'true', 'principle', 'conflict', 'life', 'influence', 'godly', 'home', 'precious', 'voice', 'fireside', 'sweet', 'spirit', 'calm', 'cheer', 'wild', 'wind', 'roar', 'pathless', 'waste', 'matter', 'thou_art', 'near', 'thy', 'voice', 'year', 'patter', 'falling', 'rain', 'drip', 'eaves', 'tremble', 'leaf', 'rattle', 'windowpane', 'holy', 'sacred', 'voice', 'home', 'steal', 'heart', 'home_life', 'test', 'redgious', 'experience', 'little', 'girl', 'asked', 'meant', 'christian', 'replied', 'christian', 'live', 'jesus', 'live', 'behave', 'jesus', 'behave', 'little', 'girl', 'lived', 'house', 'better', 'definition', 'practical', 'christianity', 'given', 'comparatively', 'easy', 'regular', 'attendant', 'church', 'sabbath', 'school', 'devotional', 'meeting', 'utterly', 'fail', 'daily', 'routine', 'home_life', 'real', 'test', 'genuineness', 'religion', 'home', 'constantly', 'experience', 'vex', 'annoy', 'considered', 'necessary', 'inner', 'thought', 'feeling', 'hidden', 'husband', 'andlwife', 'key', 'happy', 'christian', 'home', 'love', 'unselfish', 'love', 'husband', 'wife', 'parent', 'child', 'ministry', 'healing', 'page', 'read', 'difficulty', 'perplexity', 'discouragement', 'arise', 'let', 'husband', 'wife', 'harbor', 'thought', 'union', 'mistake', 'disappointment', 'deterand', 'human_power', 'required', 'enable', 'sweet', 'tempered', 'manifest', 'tender', 'regard', 'mutual', 'forbearance', 'natural', 'easy', 'lose', 'self', 'control', 'free', 'atmosphere', 'home', 'think', 'doe', 'matter', 'careful', 'thought', 'stranger', 'bitter', 'tone', 'cross', 'word', 'spoken', 'frequently', 'great', 'lack', 'endearing', 'expression', 'compliment', 'simplest', 'courtesy', 'life', 'worth_living', 'grace', 'god', 'best', 'love', 'little', 'boy', 'came', 'running', 'play', 'said', 'mamma', 'hungry', 'won', 'kiss', 'dear_ones', 'home', 'hungry', 'warmth', 'tenderness', 'receive', 'tired', 'mother', 'father', 'laid', 'life', 'burden', 'truthfully', 'written', 'died', 'want', 'love', 'apostle', 'admonition', 'husband', 'love', 'wife', 'eph', 'love', 'despotic', 'doe', 'object', 'servant', 'place', 'love', 'serf', 'love', 'seeketh', 'scripture', 'love', 'wife', 'christ', 'loved', 'church', 'standard', 'husband', 'strive', 'attain', 'christ', 'gave', 'church', 'true', 'husband', 'wife', 'self', 'denial', 'whore', 'hearted', 'devotion', 'husband', 'great_crisis', 'gladly', 'life', 'companion', 'fail', 'best', 'sense', 'manifestation', 'tenderness', 'expression', 'love', 'satisfies', 'soul', 'heart', 'hunger', 'lack', 'happy', 'home', 'mean', 'failure', 'husband', 'frequently', 'happens', 'wife', 'fails', 'sympathize', 'husband', 'work', 'appreciate', 'love', 'protection', 'lack', 'vision', 'larger', 'affair', 'life', 'allows', 'little', 'everyday', 'life', 'constantly', 'deal', 'harass', 'annoy', 'form', 'judgment', 'regard', 'great', 'problem', 'life', 'fall', 'far', 'short', 'complete', 'victory', 'ill', 'temper', 'petty', 'jealousy', 'woman', 'mistaken', 'ambition', 'independent', 'work', 'outside', 'home', 'overlook', 'neglect', 'exalted', 'work', 'god', 'training', 'child', 'cooperation', 'husband', 'work', 'happiness', 'thousand', 'home', 'marred', 'problem', 'handling', 'money', 'correctly', 'solved', 'stroke', 'pen', 'settle', 'economic', 'problem', 'home', 'word', 'shall', 'read', 'fundamental_principle', 'stated', 'lie', 'basis', 'problem', 'marriage', 'partnership', 'individuality', 'won', 'home_life', 'testimony', 'church', 'vol', 'possible', 'greatest', 'strength', 'church', 'doe', 'consist', 'impregnable', 'doctrine', 'excellent', 'organization', 'fact', 'know', 'final', 'outcome', 'world', 'present', 'strife', 'turmoil', 'greatest', 'strength', 'church', 'consists', 'genuine', 'virtue', 'grace', 'appear', 'family_circle', 'indicating', 'preparation', 'heart', 'meet', 'coming', 'issue', 'showing', 'world', 'preparing', 'coming', 'lord', 'world', 'impressed', 'church', 'life', 'ministry', 'preaches', 'church', 'judged', 'influence', 'flow', 'central', 'fountain', 'home', 'home', 'important', 'institution', 'world', 'formation', 'character', 'influence', 'real', 'university', 'men', 'woman', 'trained', 'life', 'lack', 'right', 'continue', 'early', 'attention', 'way', 'encourage', 'fighting', 'battle', 'life', 'study', 'advance', 'happiness', 'let', 'mutual', 'love', 'mutual', 'forbearance', 'marriage', 'instead', 'end', 'love', 'beginning', 'love', 'husband', 'wife', 'attempt', 'exercise', 'arbitrary', 'control', 'try', 'compel', 'yield', 'wish', 'retain', 'love', 'kind', 'patient', 'forbearing', 'considerate', 'courteous', 'grace', 'god', 'succeed', 'making', 'happy', 'marriage', 'vow', 'promised', 'sunny', 'day', 'courtship', 'imagine', 'mar', 'love', 'happiness', 'travel', 'life', 'road', 'care', 'perplexity', 'disappointment', 'come']
root - INFO - extracting file #132500: 2017-04-Final-Corpus/RH19170329-V94-13-page3.txt
root - INFO - extracting file #133000: 2017-04-Final-Corpus/RH19170830-V94-35-page3.txt
root - INFO - ['patience', 'saint', 'commandmentsof', 'god', 'faith', 'jesus', 'rev', 'takoma', 'park', 'station', 'washington', 'august', 'ezekiel', 'vision', 'moving', 'throne', 'recent_visit', 'conference', 'europe', 'mail', 'connection', 'irregular', 'satisfaction', 'knowing', 'jesus', 'carry', 'permit', 'feel', 'altogether', 'care', 'trouble', 'perplexity', 'lord', 'work', 'need', 'trust', 'believe', 'forward', 'tireless', 'vigilance', 'heavenly', 'messenger', 'unceasing', 'employ', 'editorial', 'trfor', 'danger', 'minister', 'careless', 'reference', 'appointment', 'meet', 'mile', 'away', 'home', 'attending', 'board', 'meeting', 'camp_meeting', 'better', 'arrange', 'begin', 'journey', 'completed', 'sabbath', 'believe', 'question', 'considered', 'considered', 'opportunity', 'improvement', 'worker', 'inclined', 'feel', 'long', 'engaged', 'lord', 'work', 'sabbath', 'employed', 'travel', 'danger', 'reasoning', 'definite', 'standard', 'suggest', 'sabbath', 'observance', 'aside', 'plainly', 'given', 'scripture', 'relating', 'question', 'settled', 'individual', 'conscience', 'prescribe', 'rule', 'behooves', 'careful', 'thought', 'attention', 'subject', 'effect', 'practice', 'own_life', 'experience', 'influence', 'exerts', 'brother', 'aged', 'consecrated', 'worker', 'writes', 'deep', 'concern', 'feel', 'practice', 'creeping', 'church', 'transacting', 'business', 'sabbath', 'copy', 'review', 'reached', 'ment', 'ministry', 'connection', 'month', 'journey', 'earth', 'god', 'hand', 'guiding', 'wheel', 'wheel', 'ezekiel', 'vision', 'brings', 'blessed', 'message', 'rest', 'assurance', 'review', 'good', 'friend', 'far', 'land', 'copy', 'received', 'bore', 'message', 'came', 'time', 'work', 'god', 'special', 'comfort', 'assurance', 'circumstance', 'perusal', 'copy', 'january', 'giving', 'study', 'pen', 'sister', 'white', 'vision', 'prophet', 'ezekiel', 'river', 'chebar', 'prophet', 'exile', 'home', 'saw', 'world', 'desolation', 'overturnings', 'mighty', 'force', 'leave', 'place', 'accomplishment', 'god', 'work', 'earth', 'came', 'vision', 'living', 'moving', 'throne', 'almighty', 'wonderful', 'symbol', 'presented', 'river', 'chebar', 'revealed', 'overruling', 'power', 'mightier', 'earthly', 'ruler', 'proud', 'cruel', 'monarch', 'assyria', 'babylon', 'god', 'mercy', 'truth', 'enthroned', 'dearest', 'thing', 'earth', 'heaven', 'god', 'rule', 'eye', 'trusting', 'child', 'god', 'world', 'ruler', 'program', 'coming', 'event', 'hand', 'lord', 'majesty', 'heaven', 'destiny', 'nation', 'concern', 'church', 'charge', 'testimony', 'church', 'vol', 'editor', 'mail', 'bag', 'danger', 'sabbath', 'observance', 'seventh', 'day', 'adventist', 'degenerate', 'plane', 'observance', 'sunday', 'great', 'religious', 'world', 'reader', 'fear', 'agree', 'full_time', 'sound', 'note', 'warning', 'abuse', 'creeping', 'church', 'article', 'reprinted', 'review', 'included', 'following', 'exhortation', 'roll', 'burden', 'lord', 'cause', 'heart', 'burden', 'late', 'growing', 'practice', 'living', 'god', 'sabbath', 'travel', 'refer', 'called', 'attention', 'god', 'employ', 'messenour', 'brother', 'sister', 'attending', 'seventh', 'day', 'adventist', 'gers', 'feel', 'work', 'dechurch', 'sabbath', 'reform', 'matter', 'selling', 'literature', 'house', 'god', 'sabbath', 'day', 'recently', 'sister', 'came', 'great', 'distress', 'mind', 'incident', 'witnessed', 'denominational_literature', 'sold', 'benefit', 'school', 'own_church', 'business', 'transacted', 'sabbath', 'pendent', 'finite', 'men', 'left', 'carry', 'burden', 'responsibility', 'ezekiel', 'vision', 'god', 'hand', 'beneath', 'wing', 'cherub', 'teach', 'servant', 'divine_power', 'success', 'work', 'away', 'iniquity', 'essary', 'minister', 'travel', 'pure', 'heart', 'life', 'heavbright', 'light', 'going', 'living', 'creature', 'swiftness', 'lightning', 'represent', 'speed', 'work', 'finally', 'forward', 'completion', 'slumber', 'continually', 'work', 'accomplishment', 'design', 'carry', 'forward', 'great_work', 'harmoniously', 'appears', 'finite', 'mind', 'entangled', 'complicated', 'lord', 'hand', 'perfect', 'order', 'devise', 'way', 'mean', 'thwart', 'purpose', 'wicked', 'counselor', 'plot', 'mischief', 'called', 'responsible_positions', 'work', 'god', 'feel', 'carrying', 'heavy_burdens', 'appointment', 'observe', 'late', 'growing', 'tendency', 'use', 'sabbath', 'appear', 'onlooker', 'entirely', 'invite', 'patient', 'attend', 'service', 'proper', 'city', 'sell', 'book', 'magazine', 'sabbath', 'day', 'sell', 'church', 'difference', 'principle', 'denomination', 'falling', 'way', 'necessary', 'team', 'trolley', 'distance', 'mile', 'believe', 'entirely', 'justified', 'necenly', 'messenger', 'seen', 'ezekiel', 'like', 'sabbath', 'order', 'reach', 'worker', 'sanitarium', 'hesitate', 'unnecessary', 'travel', 'long_journeys', 'business', 'church', 'sabbath', 'begun', 'day', 'sabbath', 'day', 'taking', 'long_journey', 'taken', 'earlier', 'week', 'apart', 'use', 'sabbath', 'time', 'right', 'let', 'know', 'reply', 'answer', 'right', 'suppose', 'brother', 'advantage', 'sabbath', 'congregation', 'bring', 'question', 'relating', 'work', 'expressing', 'sentiment']
root - INFO - extracting file #133500: 2017-04-Final-Corpus/RH19180131-V95-05-page17.txt
root - INFO - extracting file #134000: 2017-04-Final-Corpus/RH19180627-V95-26-page9.txt
root - INFO - ['june', 'advent', 'review', 'sabbath', 'herald', 'study', 'reform', 'message', 'dress', 'edith', 'graham', 'doe', 'bible', 'teach', 'regard', 'dress', 'bible', 'teach', 'modesty', 'dress', 'like', 'manner', 'woman', 'adorn', 'modest', 'apparel', 'forbids', 'display', 'dress', 'gaudy', 'color', 'profuse', 'ornamentation', 'device', 'designed', 'attract', 'attention', 'wearer', 'excite', 'admiration', 'excluded', 'modest', 'apparel', 'god', 'word', 'enjoins', 'dress', 'inexpensive', 'gold', 'pearl', 'costly', 'array', 'ministry', 'healing', 'clothing', 'chosen', 'clothing', 'modest', 'simple', 'good', 'quality', 'color', 'suited', 'service', 'chosen', 'durability', 'display', 'provide', 'warmth', 'proper', 'protection', 'ministry', 'healing', 'quality', 'characterize', 'clothing', 'dress', 'cleanly', 'lincleanlifloss', 'dress', 'unhealthful', 'defiling', 'body', 'soul', 'temple', 'god', 'man', 'defile', 'temple', 'god', 'shall', 'god', 'destroy', 'respect', 'dress', 'healthful', 'thing', 'god', 'desire', 'health', 'health', 'body', 'soul', 'worker', 'health', 'soul', 'body', 'promoted', 'healthful', 'dress', 'ministry', 'healing', 'sanctioned', 'word', 'god', 'making', 'change', 'apparel', 'sake', 'fashion', 'merely', 'sanctioned', 'word', 'god', 'changing', 'style', 'elaborate', 'costly', 'ornamentation', 'squander', 'time', 'mean', 'rich', 'lay', 'waste', 'energy', 'mind', 'soul', 'impose', 'heavy_burden', 'middle', 'poorer', 'class', 'hardly', 'earn', 'livelihood', 'simple', 'mode', 'clothing', 'compelled', 'resort', 'dressmaker', 'order', 'fashion', 'poor', 'girl', 'sake', 'stylish', 'gown', 'deprived', 'warm', 'underwear', 'paid', 'penalty', 'life', 'coveting', 'display', 'elegance', 'rich', 'enticed', 'path', 'dishonesty', 'shame', 'home', 'deprived', 'comfort', 'man', 'driven', 'embezzlement', 'bankruptcy', 'satisfy', 'extravagant', 'demand', 'wife', 'thildren', 'ministry', 'healing', 'evil', 'evil', 'wearing', 'skirt', 'weight', 'sustained', 'hip', 'heavy', 'weight', 'pressing', 'internal', 'organ', 'drag', 'downward', 'cause', 'weakness', 'stomach', 'feeling', 'lassitude', 'inclining', 'wearer', 'stoop', 'cramp', 'lung', 'making', 'correct', 'breathing', 'difficult', 'ministry', 'healing', 'symmetry', 'form', 'preserved', 'testimony', 'tight', 'lacing', 'doe', 'improve', 'form', 'chief', 'element', 'physical', 'beauty', 'symmetry', 'harmonious', 'proportion', 'correct', 'model', 'physical_development', 'figure', 'displayed', 'french', 'modiste', 'human', 'form', 'developed', 'according', 'law', 'god', 'nature', 'god', 'author', 'beauty', 'conform', 'ideal', 'shall', 'approach', 'standard', 'true', 'beauty', 'ministry', 'healing', 'evenly', 'body', 'clothed', 'evil', 'custom', 'foster', 'unequal', 'distribution', 'clothing', 'body', 'required', 'insufficiently', 'clad', 'foot', 'limb', 'remote', 'vital_organ', 'especially', 'guarded', 'cold', 'abundant', 'clothing', 'impossible', 'health', 'extremity', 'habitually', 'cold', 'little', 'blood', 'portion', 'body', 'perfect', 'health', 'requires', 'perfect', 'circulation', 'time', 'clothing', 'worn', 'body', 'vital_organ', 'situated', 'foot', 'limb', 'ministry', 'healing', 'order', 'influence', 'dress', 'like', 'world', 'influence', 'sad', 'fatal', 'mistake', 'true', 'saving', 'influence', 'let', 'live', 'profession', 'faith', 'righteous', 'work', 'distinction', 'great', 'christian', 'world', 'testimony', 'church', 'vol', 'woman', 'dress', 'house', 'wife', 'mother', 'think', 'matter', 'look', 'work', 'seen', 'husband', 'child', 'particular', 'dress', 'taste', 'eye', 'special', 'claim', 'esteem', 'love', 'husband', 'child', 'prized', 'stranger', 'common', 'friend', 'happiness', 'husband', 'child', 'sacred', 'wife', 'mother', 'christian', 'sister', 'time', 'dress', 'extravagantly', 'time', 'dress', 'neatly', 'modestly', 'healthfully', 'work', 'allow', 'testimony', 'church', 'vol', 'instruction', 'given', 'concerning', 'wearing', 'jewelry', 'ornament', 'dress', 'plainly', 'abstain', 'display', 'jewelry', 'ornament', 'kind', 'keeping', 'faith', 'unfortunate', 'come', 'possession', 'gold', 'chain', 'pin', 'shown', 'bad', 'taste', 'exhibiting', 'making', 'conspicuous', 'attract', 'attention', 'associate', 'character', 'vain', 'peacock', 'display', 'gorgeous', 'feather', 'admiration', 'poor', 'bird', 'attract', 'attention', 'voice', 'form', 'tractive', 'testimowies', 'churbh', 'vol', 'iii', 'persist', 'wearing', 'such_things', 'profess', 'child', 'god', 'feel', 'scruple', 'conforming', 'custom', 'world', 'wearing', 'gold', 'pearl', 'costly', 'array', 'conscientious', 'wear', 'thing', 'regarded', 'narrow', 'minded', 'superstitious', 'fanatical', 'god', 'condescends', 'instruction', 'declaration', 'infinite_wisdom', 'disregard', 'peril', 'loss', 'cling', 'ornament', 'forbidden', 'god', 'word', 'cherish', 'pride', 'vanity', 'heart', 'desire', 'attract', 'attention', 'dress', 'look', 'admire', 'vanity', 'inherent', 'human_nature', 'steadily', 'increasing', 'indulgence', 'mind', 'fixed', 'pleasing', 'god', 'needle', 'embellishment', 'person', 'disappear', 'testimony', 'church', 'vol', 'minister', 'wife', 'example', 'minister', 'wife', 'example', 'plainness', 'dress', 'dress', 'neatly', 'comfortably', 'wearing', 'good', 'material', 'avoidinganything', 'like', 'extravagance', 'trimming', 'expensive', 'thing', 'tell', 'disadvantage', 'special', 'testimony', 'minister', 'worker', 'preparedness', 'hannah', 'bak', 'fulness', 'preparation', 'needed', 'christian', 'warrior', 'ready', 'meet', 'god', 'peace', 'come', 'admonition', 'old', 'prophet', 'prepare', 'meet', 'thy', 'god', 'amos', 'prepare', 'diligently', 'peter', 'diligence', 'calling', 'election', 'sure', 'peter', 'careless', 'work', 'suffice', 'paul', 'behold', 'selfsame', 'thing', 'sorrowed', 'godly', 'sort', 'carefulness', 'wrought', 'yea', 'vehement', 'desire', 'yea', 'zeal', 'cor', 'sorrow', 'sin', 'godly', 'way', 'creates', 'carefulness', 'zeal', 'putting', 'away', 'sin', 'prepared', 'paul', 'approve', 'patience', 'affliction', 'necessity', 'distress', 'stripe', 'imprisonment', 'required', 'said', 'heaven', 'unready', 'god', 'help', 'way', 'prepare', 'work', 'fit', 'heaven', 'given', 'word', 'bible', 'studying', 'word', 'man', 'god', 'perfect', 'thoroughly', 'furnished', 'unto', 'good_works', 'testimony', 'people', 'destroyed', 'lack', 'knowledge', 'thou_hast', 'rejected', 'knowledge', 'reject', 'thee', 'hosea', 'servant', 'knew', 'lord', 'prepared']
root - INFO - extracting file #134500: 2017-04-Final-Corpus/RH19181205-V95-49-page13.txt
root - INFO - extracting file #135000: 2017-04-Final-Corpus/RH19190403-V96-14-page13.txt
root - INFO - ['april', 'advent', 'review', 'sabbath', 'herald', 'joel', 'trouble', 'evil', 'forth', 'land', 'land', 'like', 'rushing', 'whirlwind', 'jer', 'nation', 'angry', 'god', 'wrath', 'come', 'rev', 'trouble', 'tumult', 'commotion', 'strife', 'terminated', 'personal', 'visible', 'bodily', 'manifestation', 'jesus_christ', 'heart', 'men', 'fail', 'fear', 'shall', 'son', 'man', 'coming', 'cloud', 'heaven', 'power', 'great_glory', 'matt', 'time', 'trouble', 'come', 'sleep', 'dust', 'shall', 'awake', 'dan', 'nation', 'assemble', 'battle', 'god', 'bring', 'mighty', 'overthrow', 'joel', 'nation', 'shall', 'rush', 'like', 'rushing', 'water', 'god', 'shall', 'rebuke', 'drive', 'away', 'like', 'thistledown', 'whirlwind', 'isa', 'margin', 'nation', 'gathered', 'battle', 'great_day', 'god_almighty', 'second', 'advent', 'come', 'thief', 'rev', 'king', 'earth', 'war', 'christ', 'parted', 'sky', 'white', 'war', 'horse', 'come', 'marching', 'bringing', 'jesus', 'king', 'king', 'lord', 'lord', 'rev', 'amid', 'turmoil', 'day', 'surrounded', 'men', 'headstrong', 'hasty', 'unadvised', 'uncontrollable', 'borne', 'passion', 'driven', 'circumstance', 'civilization', 'appearance', 'gigantic', 'piece', 'dislocated', 'machinery', 'begin', 'crash', 'ruin', 'let', 'humble', 'follower', 'god', 'forget', 'god', 'laid', 'sure', 'foundation', 'people', 'god', 'said', 'believeth', 'shall', 'haste', 'satan', 'craze', 'men', 'mind', 'passion', 'hurry', 'headlong', 'ruin', 'god', 'wait', 'know', 'moderate', 'prudent', 'grave', 'men', 'strong_faith', 'unshaken', 'confidence', 'god', 'rest', 'secure', 'need', 'hurry', 'taking', 'hold', 'eternal', 'time', 'meditation', 'consideration', 'prayer', 'let', 'servant', 'christ', 'heed', 'sure_word', 'prophecy', 'wave', 'coming', 'trouble', 'surge', 'foot', 'fixed', 'god', 'truth', 'shall', 'stand', 'rock', 'unmoved', 'wild', 'tumult', 'popular', 'passion', 'unsurprised', 'undisturbed', 'child', 'god', 'need', 'wisdom', 'prudence', 'deliberation', 'day', 'upheaval', 'unrest', 'hand', 'strong', 'steady', 'eye', 'clear', 'heart', 'fixed', 'god', 'soul', 'humanity', 'tossed', 'tempest', 'wicked', 'like', 'troubled', 'sea', 'casteth', 'mire', 'dirt', 'foaming', 'shame', 'christian', 'pilgrim', 'shall', 'foot', 'standing', 'highest', 'surge', 'secure', 'everlasting', 'strength', 'living', 'day', 'earth', 'history', 'response', 'prophetic', 'forecast', 'headlong', 'haste', 'speed', 'reckless', 'rashness', 'lawlessness', 'anarchy', 'hurrying', 'men', 'woman', 'madness', 'heart', 'certainly', 'know', 'god', 'watchful', 'hoping', 'god', 'awaiting', 'unfolding', 'great', 'purpose', 'consider', 'god', 'surprised', 'dismayed', 'event', 'taking', 'place', 'world', 'abide', 'thein', 'know', 'provision', 'ample', 'plan', 'perfect', 'purpose', 'unalterable', 'shall', 'earth', 'heaven', 'world', 'wide', 'league', 'church', 'hilliard', 'plan', 'laid', 'world', 'wide', 'union', 'church', 'paving', 'way', 'threefold', 'union', 'spoken', 'revelation', 'read', 'union', 'great', 'controversy', 'page', 'follows', 'great', 'error', 'immortality', 'soul', 'sunday', 'sacredness', 'satan', 'bring', 'people', 'deception', 'lay', 'foundation', 'spiritualism', 'creates', 'bond', 'sympathy', 'rome', 'protestant', 'united', 'state', 'foremost', 'stretching', 'hand', 'gulf', 'grasp', 'hand', 'spiritualism', 'reach', 'abyss', 'clasp', 'hand', 'roman_power', 'influence', 'threefold', 'union', 'country', 'follow', 'step', 'rome', 'trampling', 'right', 'conscience', 'papist', 'boast', 'miracle', 'certain', 'sign', 'true_church', 'readily', 'deceived', 'wonder', 'working', 'power', 'protestant', 'having', 'cast', 'away', 'shield', 'truth', 'deluded', 'papist', 'protestant', 'worldling', 'alike', 'accept', 'form', 'godliness', 'withput', 'power', 'union', 'grand', 'movement', 'conversion', 'world', 'ushering', 'long', 'expected', 'millennium', 'prophetic', 'declaration', 'published', 'thirty', 'year', 'ago', 'receiving', 'marked', 'fulfilment', 'according', 'following', 'news', 'item', 'new', 'york', 'city', 'appeared', 'paul', 'dispatch', 'march', 'caption', 'league', 'church', 'planned', 'rome', 'read', 'plan', 'roman', 'catholic', 'greek', 'russian', 'protestant_church', 'organize', 'league', 'similar', 'proposed', 'society', 'nation', 'cooperate', 'christian_work', 'brother', 'laid', 'pope', 'protestant', 'bishop', 'rev', 'weller', 'protestant', 'episcopal', 'bishop', 'fond', 'lae', 'announced', 'today', 'bishop', 'weller', 'said', 'accompanied', 'bishop', 'charles', 'anderson', 'chicago', 'bishop', 'named', 'journey', 'rome', 'behalf', 'church', 'league', 'bishop', 'anderson', 'said', 'today', 'plan', 'involved', 'calling', 'world', 'wide', 'conference', 'christian_church', 'general', 'church', 'conference', 'met', 'cincinnati', 'said', 'bishop', 'anderson', 'undertook', 'promote', 'conference', 'christian_church', 'believed', 'conference', 'step', 'unity', 'moral', 'efficiency', 'christian_church', 'congress', 'secured', 'operation', 'english', 'church', 'leading', 'protestant_church', 'united', 'state', 'nonconformist', 'church', 'british', 'empire', 'old', 'catholic', 'church', 'europe', 'deputation', 'visit', 'europe', 'near', 'east', 'war', 'broke', 'deputation', 'proceed', 'europe', 'near', 'east', 'matter', 'left', 'time', 'nation', 'discussing', 'league', 'nation', 'christian_church', 'consider', 'way', 'mean', 'closer', 'ordination', 'giving', 'utterance', 'international', 'christian', 'conscience', 'thing', 'rapidly', 'nowadays', 'short_time', 'plan', 'working', 'force', 'church', 'shall', 'federated', 'readily', 'grasp', 'hand', 'spiritualism', 'clothed', 'religious', 'garb', 'patiently', 'stand', 'law', 'god', 'contend', 'faith', 'jesus', 'mass', 'drift', 'tide', 'cherish', 'sin', 'indulge', 'self', 'easy', 'popular']
root - INFO - extracting file #135500: 2017-04-Final-Corpus/RH19190724-V96-30-page21.txt
root - INFO - extracting file #136000: 2017-04-Final-Corpus/RH19191113-V96-46-page32.txt
root - INFO - ['the_advent_review_and_sabbath_herald_vol', 'washington', 'november', 'editor', 'francis', 'mclellan', 'wilcox', 'associate', 'editor', 'death', 'haskell', 'letter', 'received', 'elder', 'haskell', 'went', 'press', 'issue', 'october', 'apprised', 'death', 'sister', 'haskell', 'review', 'november', 'containing', 'week', 'prayer', 'reading', 'printed', 'week', 'previously', 'opportunity', 'pas', 'sad', 'word', 'reader', 'know', 'known', 'sister', 'haskell', 'year', 'word', 'come', 'sad', 'surprise', 'death', 'occurred', 'melrose', 'mass', 'october', 'sister', 'haskell', 'true', 'noble', 'woman', 'loyal', 'devoted', 'wife', 'consecrated', 'efficient', 'laborer', 'gospel_work', 'loss', 'keenly', 'felt', 'ministered', 'spoken', 'written', 'message', 'particularly', 'loss', 'deeply', 'sensed', 'husband', 'elder', 'haskell', 'stood', 'year', 'faithful', 'helper', 'elder', 'haskell', 'writes', 'elder', 'loughborough', 'prepare', 'review', 'sketch', 'sister', 'haskell', 'life', 'shall', 'glad', 'receive', 'brother', 'haskell', 'desire', 'express', 'friend', 'appreciation', 'sympathetic', 'letter', 'prayer', 'ascended', 'behalf', 'wife', 'appreciated', 'greatly', 'sympathy', 'brother', 'doe', 'present_time', 'let', 'continue', 'remember', 'prayer', 'god', 'blessed', 'presence', 'loss', 'companion', 'world', 'unrest', 'fond', 'hope', 'settled', 'condition', 'obtain', 'world', 'soon', 'signing', 'armistice', 'sadly', 'disappointed', 'international', 'question', 'remain', 'unsettled', 'treaty', 'peace', 'drawn', 'paris', 'formally', 'accepted', 'great', 'power', 'added', 'international', 'situation', 'question', 'domestic', 'concern', 'affording', 'real', 'perplexity', 'practically', 'nation', 'earth', 'great', 'britain', 'throe', 'great', 'industrial', 'upheaval', 'present_time', 'spirit', 'revolt', 'existing', 'order', 'attended', 'strike', 'labor', 'union', 'spread', 'united', 'state', 'steel', 'strike', 'holding', 'production', 'steel', 'consequently', 'limiting', 'constructive', 'work', 'coal', 'strike', 'cutting', 'fuel', 'supply', 'nation', 'sympathetic', 'strike', 'threatened', 'future', 'difficult', 'know', 'end', 'attempt', 'discussion', 'merit', 'controversy', 'undoubtedly', 'wrong', 'exist', 'human_nature', 'practically', 'represented', 'capital', 'labor', 'men', 'environment', 'education', 'experience', 'position', 'class', 'suddenly', 'reversed', 'end', 'strife', 'selfish', 'tendency', 'human_nature', 'continue', 'expression', 'sympathy', 'spirit', 'grind', 'laboring', 'man', 'believe', 'labor', 'entitled', 'fruit', 'repeatedly', 'warned', 'scripture', 'oppressing', 'poor', 'apostle', 'james', 'utters', 'warning', 'manifestation', 'spirit', 'day', 'danger', 'organized', 'labor', 'grow', 'autocratic', 'intrenched', 'capital', 'blessing', 'man', 'appreciate', 'fully', 'position', 'taken', 'seemingly', 'oppose', 'difficult', 'grace', 'christ', 'heart', 'transforms', 'life', 'man', 'able', 'view', 'question', 'personal_interest', 'unselfishly', 'spirit', 'unselfishness', 'great_need', 'world', 'today', 'afford', 'carried', 'away', 'spirit', 'men', 'afford', 'permit', 'spirit', 'partisan', 'strife', 'mind', 'blind', 'eye', 'extent', 'shall', 'cut', 'effective', 'labor', 'differ', 'begin', 'antagonize', 'neighbor', 'labor', 'spirit', 'master', 'earth', 'class', 'distinction', 'existed', 'today', 'repeatedly', 'effort', 'draw', 'christ', 'controversy', 'studiously', 'avoided', 'pharisee', 'sadducee', 'align', 'herodians', 'refused', 'drawn', 'controversy', 'question', 'roman', 'tribute', 'recognized', 'mission', 'men', 'king', 'throne', 'serf', 'field', 'refused', 'place', 'position', 'cut', 'access', 'human_heart', 'furnished', 'example', 'believer', 'gospel', 'herald', 'rich', 'poor', 'learned', 'illiterate', 'white', 'black', 'employer', 'employee', 'men', 'political', 'affiliation', 'midst', 'earth', 'turmoil', 'cherish', 'heart', 'peace', 'heaven', 'love', 'master', 'reach', 'life', 'avenue', 'win', 'christ', 'men', 'woman', 'outside', 'fold', 'master', 'wisdom', 'know', 'rightly', 'relate', 'life', 'relationship', 'making', 'wise', 'colaborers', 'salvation', 'fellow', 'men', 'recent_letter', 'elder', 'corliss', 'writes', 'completed', 'reading', 'course', 'current', 'year', 'deeply', 'impressed', 'importance', 'people', 'acquainted', 'content', 'hand', 'intervenes', 'mind', 'better', 'calculated', 'revive', 'waning', 'faith', 'quicken', 'pace', 'message', 'people', 'stand', 'importance', 'frequently', 'urged', 'review', 'circulation', 'pushed', 'laudable', 'mean', 'october', 'brother', 'sister', 'clarence', 'schofield', 'left', 'new', 'york', 'aboard', 'vauban', 'route', 'brazil', 'brother', 'sister', 'schofield', 'belonged', 'general', 'conference', 'staff', 'washington', 'brother', 'schofield', 'answer', 'brazil', 'secretary', 'treasurer', 'union', 'spicer', 'thompson', 'special', 'contributor', 'daniells', 'evans', 'caviness', 'knox', 'shaw', 'andross', 'cordially', 'invite', 'reader', 'contribute', 'article', 'bible', 'subject', 'christian_experience', 'suitable', 'article', 'rapidly', 'space', 'permit', 'undertake', 'acknowledge', 'receipt', 'return', 'manuscript', 'specially', 'solicited', 'duplicate', 'article', 'report', 'furnished', 'oth', 'paper', 'acceptable', 'communication', 'relating', 'itorial', 'department', 'manuscrip', 'submitted', 'publication', 'addressed', 'editorial', 'departmiint', 'review', 'herald', 'takoma', 'park_station', 'wasiaington', 'week', 'elder', 'robert', 'sailed', 'new', 'york', 'accompanied', 'wife', 'jamaica', 'returning', 'autumn', 'council', 'robert', 'terrell', 'wife', 'riverside', 'calif', 'booked', 'leave', 'new', 'orleans', 'cuba', 'november', 'brother', 'terrell', 'cuba', 'act', 'secretary', 'treasurer', 'cuban', 'mission', 'brother', 'charles', 'degering', 'wife', 'seattle', 'wash', 'left', 'new', 'york', 'october', 'answering', 'sem', 'tary', 'treasurership', 'south', 'caribbea', 'conference', 'brother', 'degering', 'span', 'time', 'jamaica', 'proceedin', 'trinidad', 'cable', 'cape_town', 'mission_board', 'receives', 'sad', 'word', 'loss', 'devoted', 'worker', 'africar', 'mission_field', 'sister', 'elizabeth', 'walde', 'wheeler', 'wife', 'brother', 'clarence', 'wheeler', 'bethel', 'mission', 'kafirland', 'died', 'october', 'undergoing', 'minor', 'surgical', 'operation', 'sympathy', 'prayer', 'brother', 'africa', 'member', 'family', 'country', 'new', 'grave', 'africa', 'speak', 'heart', 'people', 'love', 'sent', 'sister', 'wheeler', 'inspire', 'young_people', 'offer', 'service', 'recently', 'brother', 'hall', 'wood', 'itinerated', 'province', 'chekiang', 'china', 'general', 'meet', 'ing', 'worker', 'held', 'wen', 'chow', 'time', 'work', 'organizr', 'ing', 'south', 'chekiang', 'mission', 'comr', 'plated', 'working', 'district', 'year', 'good_beginning', 'churche', 'organized', 'work', 'conducted', 'place', 'corp', 'native_workers', 'prospect', 'mission', 'bright', 'reason', 'believe', 'manifesting', 'truth', 'good_number', 'unite', 'soon']
root - INFO - extracting file #136500: 2017-04-Final-Corpus/RH19200304-V97-10-page9.txt
root - INFO - extracting file #137000: 2017-04-Final-Corpus/RH19200701-V97-27-page20.txt
root - INFO - ['the_advent_review_and_sabbath_herald_vol', 'set', 'cent', 'larger', 'raise', 'contemplation', 'eye', 'worker', 'unfinished', 'task', 'unentered', 'field', 'elder', 'montgomery', 'following', 'statement', 'survey', 'large', 'section', 'south', 'america', 'entered', 'representative', 'message', 'great', 'stretch', 'country', 'argentina', 'including', 'state', 'state', 'western', 'portion', 'republic', 'bolivian', 'border', 'strait', 'magellan', 'scarcely', 'touched', 'considerably', 'half', 'entire', 'republic', 'brazil', 'touched', 'angel', 'message', 'think', 'great', 'amazon', 'region', 'vast', 'unentered', 'region', 'stand', 'wide', 'open', 'waiting', 'message', 'mighty', 'amazon', 'greatest', 'thoroughfare', 'continent', 'tributary', 'open', 'way', 'penetrate', 'heart', 'continent', 'reach', 'million', 'groping', 'darkness', 'path', 'mouth', 'amazon', 'city', 'iquitos', 'northeastern', 'peru', 'excellent', 'steamship', 'service', 'ocean', 'going', 'vessel', 'smaller', 'steamer', 'traverse', 'branch', 'thousand', 'mile', 'bring', 'missionary', 'colporteurs', 'worker', 'touch', 'city', 'small_town', 'great', 'highway', 'commerce', 'pity', 'waited', 'long', 'enter', 'field', 'influence', 'tract', 'paper', 'way', 'section', 'believer', 'waiting', 'living', 'preacher', 'city', 'manflos', 'thousand', 'mile', 'mouth', 'amazon', 'keeping', 'sabbath', 'definitely', 'planning', 'send', 'company', 'missionary', 'colporteurs', 'amazon', 'region', 'early', 'minister', 'helper', 'stationed', 'advantageous', 'point', 'great', 'territory', 'earnestly', 'hope', 'plan', 'operation', 'early_date', 'series', 'meeting', 'buenos', 'aire', 'austral', 'union_conference', 'convened', 'time', 'year', 'austral', 'union', 'includes', 'large_extent', 'territory', 'republic', 'argentina', 'chile', 'paraguay', 'uruguay', 'falkland', 'island', 'membership', 'believer', 'elder', 'westphal', 'president', 'union', 'set', 'forth', 'progress', 'different_departments', 'institution', 'departmental', 'work', 'strengthened', 'leadership', 'experienced', 'men', 'coming', 'united', 'state', 'crager', 'charge', 'training', 'school', 'south', 'africa', 'leading', 'educational', 'missionary', 'volunteer', 'department', 'cone', 'california', 'home', 'missionary', 'department', 'meyers', 'central', 'west', 'book_work', 'progress', 'department', 'president', 'report', 'refers', 'follows', 'union', 'permanent', 'field', 'secretary', 'book_sales', 'greatly', 'increased', 'home', 'missionary', 'secretary', 'succeeded', 'increasing', 'missionary', 'activity', 'people', 'sale', 'home', 'missionary', 'literature', 'especially', 'missionary', 'paper', 'atalaya', 'young_people', 'missionary', 'volunteer', 'educational_secretary', 'succeeded', 'excellent_work', 'young_people', 'way', 'instance', 'hand', 'secretary', 'strengthened', 'appointment', 'secretary', 'local_conferences', 'chile', 'missionary', 'volunteer', 'home', 'missionary', 'secretary', 'argentina', 'home', 'missionary_work', 'emulated', 'field', 'soon', 'constituency', 'permit', 'union', 'direction', 'care', 'institution', 'buenos', 'aire', 'publishing', 'house', 'casa', 'editora', 'sudamericana', 'river', 'plate', 'academy', 'river', 'plate', 'sanitarium', 'brother', 'westphal', 'report', 'following', 'reference', 'attendance', 'school', 'materially', 'changed', 'student', 'entered', 'various_departments', 'work', 'number', 'taking', 'nurse', 'course', 'future', 'promising', 'awakening', 'new', 'people', 'education', 'child', 'better', 'prepared', 'thorough', 'instruction', 'spanish', 'language', 'school', 'working', 'purpose', 'preparing', 'gospel', 'worker', 'harvest_field', 'need', 'chief', 'dormitory', 'boy', 'present', 'dormitory', 'unhomelike', 'rapidly', 'unfit', 'live', 'new', 'oven', 'bakery', 'needed', 'good', 'shed', 'hay', 'stock', 'better', 'dairy', 'stock', 'home', 'teacher', 'helper', 'patronage', 'sanitarium', 'excellent', 'substantial', 'gain', 'business', 'possible', 'important', 'improvement', 'year', 'paid', 'tithe', 'union', 'indication', 'net_gain', 'period', 'resource', 'doubled', 'year', 'result', 'matter', 'work', 'treasurer', 'maxson', 'writes', 'interesting', 'know', 'nurse', 'training', 'class', 'began', 'total_membership', 'sixtythree', 'fifty', 'graduated', 'thirtytwo', 'engaged', 'work', 'nurse', 'represent', 'fourteen', 'nationality', 'new', 'wing', 'added', 'main_building', 'equipped', 'operating', 'room', 'treatment_rooms', 'fairly', 'equipped', 'laboratory', 'better', 'equipped', 'replogle', 'went', 'state', 'year', 'ago', 'special', 'purpose', 'taking', 'work', 'bacteriology', 'charge', 'carlos', 'westphal', 'come', 'chile', 'connect', 'medical', 'staff', 'south', 'american', 'union', 'publishing', 'house', 'secured', 'service', 'experienced', 'printer', 'brother', 'everest', 'brother', 'hartman', 'carried', 'burden', 'duty', 'union', 'secretary', 'auditor', 'house', 'ihas', 'good', 'business', 'amounting', 'thousand', 'dollar', 'suffer', 'heavy', 'loss', 'periodical', 'fair', 'gain', 'year', 'year', 'goal', 'book_sales', 'austral', 'union', 'field', 'properly', 'manned', 'field', 'secretary', 'reason', 'goal', 'doubled', 'total', 'sale', 'raised', 'thousand', 'thousand', 'dollar', 'annually', 'increased', 'business', 'justifies', 'enlargement', 'improvement', 'printing', 'plant', 'necessary', 'increase', 'operating', 'fund', 'institution', 'reorganized', 'separate', 'constitution', 'law', 'placed', 'separate', 'board', 'management', 'elder', 'baer', 'chile', 'conference', 'elected', 'president', 'austral', 'union', 'ensuing', 'term', 'elder', 'westphal', 'served', 'year', 'capacity', 'general_work', 'direction', 'south', 'american', 'executive', 'board', 'brother', 'westphal', 'speaks', 'writes', 'german', 'spanish', 'language', 'taken', 'leading', 'direction', 'development', 'work', 'south', 'american', 'field', 'eighteen', 'year', 'able', 'assist', 'work', 'public', 'ministry', 'pen', 'general', 'counsel', 'elder', 'crager', 'recommended', 'president', 'chile', 'conference', 'place', 'brother', 'baer', 'recommendation', 'passed', 'convention', 'conference', 'trust', 'far', 'reaching', 'influence', 'work', 'different_departments', 'closing', 'sabbath', 'fitting', 'sermon', 'elder', 'charles', 'thompson', 'brother', 'stevens', 'crager', 'ordained', 'gospel_ministry', 'testimony', 'worker', 'indicated', 'meeting', 'widened', 'vision', 'unfinished', 'work', 'nearly', 'month', 'continuous', 'meeting', 'delegate', 'returned', 'post', 'service', 'renewed', 'faith', 'courage', 'shaw']
root - INFO - extracting file #137500: 2017-04-Final-Corpus/RH19201111-V97-46-page26.txt
root - INFO - extracting file #138000: 2017-04-Final-Corpus/Sligo19190301-V03-07-page15.txt
root - INFO - ['sligonian', 'instead', 'allowed', 'return', 'beloved', 'work', 'india', 'request', 'came', 'remain', 'add', 'mite', 'helping', 'meet', 'situation', 'pleasant', 'duty', 'east', 'labor', 'columbia', 'atlantic', 'union', 'conference', 'young_people', 'school', 'particularly', 'washington', 'missionary', 'college', 'columbia', 'hall', 'task', 'proved', 'easy', 'finishing', 'lord', 'work', 'earth', 'young_people', 'learn', 'ask', 'lord', 'easier', 'task', 'strength', 'equal', 'task', 'assigns', 'look', 'past', 'try', 'experience', 'difficult', 'know', 'record', 'everybody', 'union', 'conference', 'president', 'wilkinson', 'college', 'president', 'professor', 'machlan', 'union', 'committee', 'men', 'faculty', 'student', 'brother', 'sister', 'right', 'constituency', 'rallied', 'hour', 'unfortunately', 'great_war', 'gotten', 'nicely', 'started', 'own_country', 'entered', 'war', 'neglected', 'little', 'problem', 'complicated', 'word', 'building', 'finished', 'dedicated', 'february', 'debt', 'come', 'busy', 'campaign', 'raising', 'school', 'north', 'pacific', 'union', 'surely', 'want', 'little', 'word', 'congratulation', 'worked', 'hard', 'record', 'blazing', 'new', 'trail', 'money', 'large', 'building', 'spend', 'writer', 'asked', 'lead', 'campaign', 'mistake', 'common', 'undertaking', 'afterward', 'proved', 'somewhat', 'handicap', 'mark', 'twain', 'told', 'daughter', 'building', 'new_house', 'said', 'thought', 'careful', 'estimate', 'cost', 'asked', 'house', 'cost', 'yes', 'replied', 'half', 'took', 'hold', 'campaign', 'asked', 'raise', 'columbia', 'union', 'request', 'raised', 'took', 'stereopticon', 'picture', 'india', 'asia', 'burden', 'million', 'heart', 'church', 'visited', 'church', 'size', 'columbia', 'union', 'splendid', 'time', 'half', 'way', 'circuit', 'suddenly', 'woke', 'fact', 'require', 'union', 'instead', 'work', 'difficult', 'campaign', 'christ', 'object_lesson', 'theater', 'lec']
root - INFO - extracting file #138500: 2017-04-Final-Corpus/SOL19020101-V17-02-page2.txt
root - INFO - extracting file #139000: 2017-04-Final-Corpus/SOL19020801-V17-09-page61.txt
root - INFO - ['morocco', 'bound', 'stamp', 'holder', 'ther', 'pacific', 'press', 'publishing', 'advertisement', 'itly', 'fielp', 'sundry', 'lesson', 'july', 'december', 'month', 'international', 'sunday', 'school', 'lesson', 'study', 'old_testament', 'lesson', 'topic', 'selected', 'committee', 'cover', 'portion', 'bible', 'history', 'giving', 'manna', 'subject', 'lesson', 'time', 'samuel', 'subject', 'considered', 'contain', 'lesson', 'great_importance', 'necessity', 'somewhat', 'fragmentary', 'ofttimes', 'widely', 'separated', 'chronologically', 'account', 'help', 'covering', 'portion', 'bible', 'connectedly', 'valuable', 'help', 'patriarchs_and_prophets', 'cover', 'period', 'bible', 'history', 'topical', 'study', 'important', 'subject', 'entrance', 'sin', 'time', 'david', 'sin', 'permitted', 'por', 'tray', 'pleasing', 'language', 'interesting', 'manner', 'controversy', 'force', 'good', 'illustrated', 'life', 'holy', 'men', 'old', 'nearly', 'lesson', 'topic', 'half', 'year', 'treated', 'book', 'truth', 'brought', 'spiritual', 'lesson', 'drawn', 'scripture', 'publication', 'teacher', 'pupil', 'desire', 'good', 'series', 'lesson', 'afford', 'prive', 'help', 'read', 'subject', 'furnished', 'copy', 'patriarchs_and_prophets', 'page', 'cloth', 'address', 'book', 'course', 'study', 'getting', 'connected', 'iew', 'event', 'leaflet', 'giving', 'reference', 'lesson', 'page', 'book', 'treat', 'pacific', 'press', 'publishing', 'west', 'new', 'york', 'city', 'sig', 'little', 'dictionary', 'require', 'reading', 'rack', 'hold', 'library', 'information', 'little', 'book', 'fit', 'vest', 'docket', 'new', 'webster', 'vest', 'pocket', 'dictionary', 'compendium', 'book', 'dictionary', 'word', 'spelled', 'defined', 'pronounced', 'formation', 'plural', 'shown', 'list', 'proper', 'adjective', 'second', 'gazetteer', 'title', 'continent', 'given', 'country', 'area', 'population', 'capital', 'pronounced', 'postal', 'union', 'indicated', 'parliamentary', 'manual', 'complete', 'compendium', 'parliamentary', 'practice', 'compiled', 'arranged', 'momentary', 'glance', 'clear', 'question', 'fourth', 'rapid', 'calculator', 'short', 'cut', 'calculation', 'weight', 'measure', 'form', 'note', 'receipt', 'farther', 'section', 'general', 'deport', 'ment', 'dress', 'conversation', 'fifth', 'literary', 'guide', 'simple', 'sensible', 'rule', 'letter', 'writing', 'capital', 'letter', 'punctuation', 'postal', 'regulation', 'cloth', 'wwww', 'style', 'thumb', 'index', 'west', 'street', 'new', 'york']
root - INFO - extracting file #139500: 2017-04-Final-Corpus/SOL19030423-V18-17-page12.txt
root - INFO - extracting file #140000: 2017-04-Final-Corpus/SOL19031217-V18-50-page4.txt
root - INFO - ['sentinel', 'christian', 'liberty', 'candy', 'cigar', 'store', 'stand', 'self', 'defense', 'small', 'dealer', 'formed', 'organization', 'called', 'business', 'men', 'protective', 'association', 'securing', 'service', 'attorney', 'secured', 'protection', 'served', 'useful', 'purpose', 'giving', 'publicity', 'secretary', 'organization', 'field', 'time', 'time', 'furnished', 'press', 'detailed', 'account', 'work', 'representative', 'sabbath', 'association', 'result', 'activity', 'reporting', 'matter', 'shall', 'draw', 'largely', 'account', 'following', 'general', 'review', 'crusade', 'field', 'published', 'philadelphia', 'paper', 'early', 'november', 'review', 'month', 'work', 'sabbatarian', 'feel', 'constrained', 'write', 'review', 'month', 'work', 'sabbatarian', 'prosecution', 'brought', 'class', 'discriminating', 'mutchler', 'secretary', 'philadelphia', 'sabbath', 'association', 'month', 'ago', 'comparatively', 'relaxed', 'distasteful', 'work', 'cause', 'lieutenant', 'person', 'rev', 'george', 'vail', 'november', 'geo', 'vail', 'sent', 'edict', 'announcing', 'cigar', 'candy', 'store', 'close', 'warned', 'persisted', 'keeping', 'store', 'open', 'institute', 'prosecution', 'time', 'dictator', 'sending', 'intimidatory', 'order', 'thousand', 'men', 'employed', 'tearing', 'main', 'street', 'philadelphia', 'philadelphia', 'rapid', 'transit', 'company', 'chestnut', 'walnut', 'street', 'alive', 'men', 'sunday', 'heavy', 'machine', 'hammer', 'went', 'ordinary', 'day', 'allowed', 'pas', 'unoticed', 'worthy', 'preacher', 'undertaken', 'dictate', 'allowed', 'allowed', 'vail', 'edict', 'intended', 'large', 'violator', 'meant', 'cigar', 'candy', 'dealer', 'druggist', 'named', 'fined', 'selling', 'soda', 'water', 'sunday', 'fair', 'honest', 'question', 'ask', 'discriminating', 'edict', 'carried', 'violator', 'class', 'selected', 'especial', 'mark', 'dictator', 'time', 'termerity', 'larger', 'game', 'mentioned', 'vail', 'figured', 'prosecution', 'november', 'magistrate', 'seen', 'prosecuting', 'minister', 'refused', 'act', 'unsavory', 'work', 'finally', 'magistrate', 'tho', 'south', 'took', 'stupendous', 'task', 'helping', 'close', 'harmless', 'business', 'mentioned', 'scene', 'enacted', 'inception', 'glorious', 'prosecution', 'long', 'sufficient', 'seen', 'widow', 'support', 'family', 'adverse', 'circumstance', 'tottering', 'old_man', 'woman', 'cripple', 'crutch', 'blind', 'men', 'arrested', 'sabbath', 'people', 'hailed', 'magistrate', 'south', 'illustrative', 'glaring', 'discrimination', 'characterized', 'crusade', 'cite', 'case', 'edward', 'hungerford', 'employee', 'baldwin', 'locomotive', 'work', 'small', 'store', 'week', 'ago', 'accused', 'court', 'biddle', 'agent', 'sabbath', 'association', 'having', 'accepted', 'cent', 'exchange', 'good', 'store', 'sunday', 'paid', 'agent', 'tempted', 'man', 'making', 'sale', 'turned', 'caused', 'arrest', 'sought', 'fined', 'example', 'violator', 'law', 'hungerford', 'absent', 'wife', 'came', 'forward', 'said', 'husband', 'home', 'laid', 'smashed', 'foot', 'magistrate', 'asked', 'came', 'foot', 'smashed', 'replied', 'work', 'baldwin']
root - INFO - extracting file #140500: 2017-04-Final-Corpus/ST18751007-V01-47-page6.txt
root - INFO - extracting file #141000: 2017-04-Final-Corpus/ST18790403-V05-14-page6.txt
root - INFO - ['ont', 'cale', 'hidden', 'beauty', 'ancient', 'church', 'city', 'rome', 'far', 'grand', 'lofty', 'dome', 'master', 'hand', 'artist', 'traced', 'cartoon', 'defaced', 'sun', 'stole', 'turret', 'blind', 'faded', 'color', 'marred', 'design', 'dust', 'like', 'veil', 'gathered', 'fast', 'hid', 'present', 'work', 'past', 'thronging', 'people', 'worship', 'priest', 'wont', 'come', 'neer', 'dream', 'gaze', 'wall', 'high', 'rare', 'beauty', 'hidden', 'lie', 'painter', 'day', 'enwrapped', 'thought', 'dingy', 'wall', 'outline', 'caught', 'guessed', 'dust', 'mould', 'lay', 'work', 'artist', 'old', 'swept', 'dust', 'away', 'freely', 'let', 'light', 'day', 'magic', 'brush', 'skillful', 'hand', 'retouched', 'life', 'picture', 'grand', 'flooded', 'chapel', 'radiance', 'bright', 'till', 'like', 'holy', 'light', 'people', 'delighted', 'laughed', 'wept', 'think', 'wall', 'prize', 'kept', 'world', 'beautiful', 'character', 'fairer', 'flower', 'evil', 'influence', 'marred', 'specked', 'hidden', 'away', 'cold', 'neglect', 'need', 'touch', 'helping', 'hand', 'pitying', 'love', 'understand', 'clear', 'rubbish', 'wrong', 'away', 'raise', 'life', 'endless', 'day', 'watchman', 'reflector', 'fashionable', 'mother', 'fashionable', 'mother', 'world', 'better', 'happier', 'elevate', 'purify', 'sanctify', 'training', 'son', 'daughter', 'gospel', 'principle', 'habit', 'industry', 'economy', 'purity', 'sobriety', 'influence', 'good', 'evil', 'virtue', 'vice', 'sigh', 'time', 'vol', 'worthless', 'great', 'end', 'human_life', 'little', 'force', 'character', 'moral', 'little', 'physical', 'energy', 'living', 'ben', 'christian', 'live', 'ben', 'moore', 'said', 'ben', 'husband', 'told', 'minister', 'sunday', 'preached', 'old', 'minister', 'father', 'settled', 'parish', 'seven', 'year', 'preach', 'right', 'head', 'shot', 'random', 'wasted', 'arrow', 'went', 'straight', 'home', 'mark', 'hit', 'came', 'round', 'calling', 'week', 'heard', 'complain', 'brother', 'sister', 'ought', 'came', 'sunday', 'allude', 'brother', 'sister', 'word', 'shortcoming', 'took', 'christian', 'charity', 'forbearance', 'plain', 'beam', 'own_eyes', 'occasion', 'said', 'hearer', 'subject', 'morning', 'living', 'ben', 'moore', 'impossibility', 'christian', 'moore', 'kind', 'intermittent', 'christian', 'deacon', 'said', 'converted', 'think', 'religion', 'belonged', 'sunday', 'prayermeetings', 'spiritual', 'day', 'appear', 'occur', 'life', 'ought', 'regulated', 'principle', 'able', 'steadfast', 'state', 'mind', 'experience', 'came', 'dream', 'meeting', 'christian_people', 'especially', 'crossed', 'enjoyed', 'mind', 'called', 'doubted', 'try', 'live', 'christianlife', 'wood', 'sled', 'kitchen', 'winter', 'evening', 'long', 'went', 'neighbor', 'feeble', 'health', 'taken', 'great_interest', 'simple', 'humble', 'christian', 'woman', 'manifested', 'great', 'patience', 'sickness', 'enjoyed', 'comfort', 'luxury', 'abundance', 'world', 'good', 'bestow', 'star', 'crown', 'young', 'lady', 'preparing', 'dancehall', 'standing', 'large', 'mirror', 'placed', 'light', 'crown', 'ornamented', 'silver', 'star', 'head', 'standing', 'little', 'fair', 'headed', 'sister', 'climbed', 'chair', 'tiny', 'finger', 'examine', 'beautiful', 'head', 'dress', 'accosted', 'sister', 'touch', 'thorn', 'flesh', 'ben', 'irritable', 'temper', 'knew', 'great', 'good_man', 'appeared', 'think', 'discipline', 'bear', 'absent', 'week', 'time', 'business', 'good', 'christian', 'consistent', 'cheerful', 'contented', 'brit', 'came', 'home', 'said', 'fell', 'grace', 'clear', 'evidence', 'effect', 'afraid', 'converted', 'knocking', 'keeping', 'room', 'door', 'entered', 'humble', 'apartment', 'surprise', 'half', 'room', 'taken', 'great', 'double', 'sled', 'drawn', 'winter', 'working', 'husband', 'friend', 'vigorously', 'employed', 'excuse', 'madam', 'said', 'honest_man', 'rising', 'making', 'civil', 'bow', 'wife', 'feeling', 'pretty', 'poorly', 'evening', 'little', 'bed', 'thought', 'bring', 'wood', 'sled', 'paint', 'company', 'promised', 'finished', 'tomorrow', 'right', 'elli', 'replied', 'apology', 'delighted', 'sociable', 'pleasant', 'friend', 'janette', 'sitting', 'knitting', 'big', 'cosy', 'chair', 'working', 'away', 'sled', 'chat', 'merrily', 'dare', 'sitting', 'elegant', 'drawingroom', 'aeftr', 'making', 'pleasant', 'bade', 'friend', 'good', 'evening', 'way_home', 'thought', 'secret', 'happiness', 'unpretending', 'couple', 'dependent', 'comfort', 'pleasure', 'simile', 'way', 'enjoy', 'life', 'limited', 'hcme', 'circle', 'enjoyment', 'simple', 'picture', 'friend', 'elli', 'painting', 'big', 'wcod', 'sled', 'room', 'wife', 'ccmpany', 'looking', 'thinking', 'pray', 'tell', 'thinking', 'little', 'child', 'remembering', 'sabbath', 'school_teacher', 'said', 'save', 'sinner', 'influence', 'win', 'star', 'crown', 'heaven', 'saw', 'crown', 'wished', 'save', 'soul', 'elder', 'sister', 'went', 'dance', 'solemn', 'meditation', 'word', 'innocent', 'child', 'lodgment', 'heart', 'enjoy', 'association', 'friend', 'seasonable', 'hour', 'left', 'ball', 'returned', 'home', 'going', 'chamber', 'dear', 'little', 'sister', 'sleeping', 'imprinted', 'kiss', 'soft', 'cheek', 'said', 'precious', 'sister', 'won', 'star', 'crown', 'kneeling', 'bedside', 'offered', 'fervent', 'prayer', 'god', 'mercy', 'danger', 'book', 'friend', 'started', 'commercial', 'life', 'book', 'merchant', 'high', 'resolve', 'said', 'store', 'shall', 'book', 'family', 'read', 'time', 'passed', 'day', 'went', 'store', 'iniquitous', 'book', 'tile', 'shelf', 'said', 'possible', 'consent', 'sell', 'book', 'replied', 'got', 'puritanical', 'notion', 'man', 'business', 'day', 'doe', 'way', 'people', 'long', 'story', 'short', 'lost', 'hope', 'heaven', 'little', 'lost', 'morality', 'went', 'madhouse', 'oth', 'word', 'man', 'great', 'good', 'woman', 'reared', 'tuition', 'fashionable', 'mother', 'came', 'moses', 'miriams', 'samuel', 'john', 'baptist', 'timothy', 'wesley', 'doddridges', 'john', 'newton', 'washington', 'trained', 'moulded', 'infantile', 'year', 'fashionable', 'mother', 'great', 'good', 'holy', 'eminently', 'useful', 'men', 'great', 'good', 'mother', 'plain', 'practical', 'industrious', 'economical', 'diligent', 'business', 'prayerful', 'god', 'fearing', 'frov', 'read', 'biography', 'great', 'good_men', 'woman', 'early', 'time', 'present', 'fashionable', 'mother', 'sprang', 'plain', 'strong', 'minded', 'woman', 'little', 'fashion', 'changing', 'cloud', 'away', 'starch', 'aristocracy', 'gewgaw', 'pride', 'folly', 'live', 'live', 'god', 'glory', 'like', 'proverb', 'family', 'cast', 'god', 'god', 'cast', 'talmage', 'bring', 'wood', 'sled', 'come', 'fault', 'retorted', 'bitter', 'experience', 'recrimination', 'till', 'respect', 'character', 'christian', 'saddest', 'woman', 'consciousness', 'feeling', 'time', 'amounted', 'conviction', 'truly', 'repented', 'sin', 'accepted', 'christ', 'world', 'shut', 'cut', 'frcm', 'hope', 'said', 'father', 'differently', 'situated', 'think', 'live', 'consistent', 'life', 'christian', 'live', 'ben', 'sit', 'said', 'slight', 'cccupation', 'come', 'way', 'social_meeting', 'humble', 'home', 'picture', 'brought', 'mind', 'witnessed', 'far', 'apart', 'employment', 'husband', 'wife', 'office', 'evening', 'dear', 'husband', 'delicate', 'wife', 'lonely', 'day', 'bring', 'wood', 'sled', 'house', 'sit', 'wife', 'happy', 'couple', 'company', 'significant', 'testimony', 'joke', 'eagle', 'gentleman', 'resides', 'near', 'inlet', 'chesapeake', 'bay', 'taking', 'walk', 'water', 'edge', 'saw', 'fish', 'hawk', 'rise', 'water', 'prize', 'mouth', 'getting', 'short', 'distance', 'inland', 'hawk', 'attacked', 'eagle', 'evidently', 'waiting', 'meal', 'quiet', 'spectator', 'fishing', 'soon', 'hawk', 'dropped', 'fish', 'eagle', 'catching', 'air', 'flew', 'away', 'apparently', 'disregarding', 'pang', 'guilty', 'conscience', 'day', 'gentleman', 'noticed', 'repetition', 'fishing', 'operation', 'eagle', 'approach', 'hawk', 'dropped', 'prey', 'disappeared', 'eagle', 'caught', 'air', 'strange', 'encugh', 'let', 'fell', 'ground', 'greatly', 'interested', 'gentleman', 'concluded', 'examine', 'cause', 'unusual', 'conduct', 'thieving', 'emblem', 'freedom', 'reaching', 'spot', 'supposed', 'fish', 'decayed', 'bone', 'effect', 'politeness', 'dear', 'old_man', 'preached', 'homely', 'direct', 'way', 'tie', 'thing', 'said', 'men', 'like', 'friend', 'eir', 'duty', 'pleasure', 'devote', 'time', 'home', 'comfort', 'family', 'barroom', 'billiard', 'rocms', 'card', 'room', 'filled', 'peace', 'happiness', 'reign', 'weariness', 'discontent', 'want', 'mutual', 'dependence', 'hcme', 'humble', 'heaven', 'earth', 'christian', 'weekly', 'pious', 'mother', 'greatest', 'earthly', 'blessing', 'influence', 'exerts', 'excellent', 'known', 'earth', 'child', 'brought', 'godly', 'mother', 'old', 'fashioned', 'kind', 'saint', 'know', 'duty', 'doe', 'doubt', 'speak', 'got', 'religion', 'salvation', 'earliest', 'doubt', 'deepest', 'lasting', 'impression', 'mean', 'heart', 'mind', 'religion', 'possession', 'ing', 'invitation', 'editor', 'seated', 'bank', 'ground', 'associated', 'kind', 'winning', 'pleasant', 'home', 'life', 'grow', 'reverence', 'bible', 'sabbath', 'house', 'god', 'minister', 'christ', 'remember', 'time', 'heard', 'jesus', 'bowed', 'knee', 'prayer', 'lisped', 'praise', 'god', 'instructed', 'hate', 'shun', 'vice', 'seduction', 'admire', 'practice', 'virtue', 'having', 'trained', 'way', 'old', 'depart', 'great', 'responsibility', 'god', 'emitted', 'salvation', 'offspring', 'secure', 'faithful', 'discharge', 'trust', 'planted', 'time', 'maternal', 'heart', 'affection', 'toil', 'care', 'sacrifice', 'exhaust', 'mother', 'study', 'responsibility', 'child', 'consent', 'sustaining', 'guiding', 'influence', 'divine_grace', 'better', 'wcman', 'hope', 'christ', 'lovable', 'man', 'faith', 'save', 'kinder', 'considerate', 'case', 'religion', 'work', 'quote', 'knowledge', 'modern', 'drama', 'meagre', 'permit', 'wife', 'daughter', 'witness', 'play', 'withcut', 'previously', 'ascertaining', 'character', 'methcd', 'pursue', 'suggest', 'mean', 'dramatic', 'censor', 'taste', 'judgment', 'frequently', 'fault', 'man', 'actor', 'profession', 'doe', 'thinkit', 'safe', 'wife', 'daughter', 'witness', 'performance', 'best', 'american', 'theatre', 'previous', 'investigaticn', 'character', 'play', 'testimony', 'pen', 'man', 'like', 'booth', 'careful', 'guarded', 'stronger', 'condemnation', 'theatre', 'day', 'violent', 'denunciation', 'christian', 'pulpit', 'testimony', 'frcm', 'scene', 'simply', 'confirms', 'patent', 'notorious', 'fact', 'theatre', 'institution', 'corrupt', 'imawaited', 'onset', 'undisturbed', 'tranquility', 'dog', 'halted', 'foot', 'lim', 'reconnoiter', 'animal', 'took', 'long', 'steady', 'stare', 'dog', 'evidently', 'recovering', 'surprise', 'spring', 'intruder', 'critical', 'juncture', 'monkey', 'remained', 'perfectly', 'quiet', 'hitherto', 'raised', 'paw', 'gracefully', 'saluted', 'lifting', 'hat', 'effect', 'magical', 'dog', 'head', 'tail', 'dropped', 'sneaked', 'entered', 'house', 'refusing', 'leave', 'till', 'satisfied', 'polite', 'mysterious', 'guest', 'departed', 'demeanor', 'showed', 'felt', 'monkey', 'uncanny', 'net', 'meddled', 'nature', 'begin', 'aright', 'fashion', 'kill', 'woman', 'toil', 'sorrow', 'obedience', 'fashion', 'greater', 'transgression', 'law', 'woman', 'nature', 'greater', 'injury', 'physical', 'constitution', 'hardship', 'poverty', 'neglect', 'slave', 'woman', 'task', 'live', 'grow', 'old', 'generation', 'mistress', 'fade', 'pas', 'away', 'washerwoman', 'scarcely', 'ray', 'hope', 'cheer', 'toil', 'live', 'fashionable', 'sters', 'die', 'image', 'day', 'sad', 'truth', 'fashion', 'pampered', 'wcmen', 'changed', 'congregationalist', 'excuse', 'provccaticns', 'hard', 'place', 'avail', 'merit', 'amiable', 'hinder', 'family', 'easy', 'good', 'proof', 'utter', 'depravity', 'home', 'christian', 'mutual', 'help', 'member', 'fail', 'strongest', 'test', 'christian_life', 'likewise', 'deepest', 'richest', 'experience', 'apprehend', 'cur', 'saviour', 'watch', 'tender', 'solicitude', 'sorely', 'tried', 'set', 'solitary', 'irreligious', 'household', 'receiving', 'answer', 'come', 'crown', 'said', 'little', 'edwin', 'booth', 'foremost', 'representative', 'mcdern', 'drama', 'respond', 'brave', 'intelligent', 'terrier', 'belonging', 'lady', 'friend', 'day', 'discovered', 'monkey', 'belonging', 'itinerant', 'organ', 'grinder', 'given', 'great', 'comfort', 'christian_union', 'expressed', 'view', 'dash', 'monsupport', 'way', 'theatre', 'questicn', 'letter', 'frcm', 'key', 'attired', 'jacket', 'hat', 'piece', 'work', 'went', 'failed', 'moral', 'unsa', 'fedestructive', 'lyanvirtue', 'careful', 'begin', 'right', 'otherin', 'vital', 'point', 'ministry', 'failed', 'plain', 'people', 'spiritual_life', 'separate', 'thing', 'natural', 'life', 'incorporated', 'till', 'diviner', 'element', 'working', 'like', 'leaven', 'shall', 'ccnstantly', 'making', 'like', 'female', 'purity', 'safe', 'foul', 'atmosphere', 'unreforniable', 'satanic', 'trap', 'catch', 'soul', 'illuminated', 'decorated', 'gate', 'way', 'ruin', 'safe', 'theatre', 'outside', 'wise_man', 'woman', 'occupies', 'evangelical', 'messenger', 'envy', 'thou', 'oppressor', 'wise', 'piece', 'going', 'journey', 'careful', 'right', 'road', 'way', 'begin', 'life', 'aright', 'child', 'seek', 'god', 'fear', 'lord', 'beginning', 'wisdom', 'praise', 'hunt']
root - INFO - extracting file #141500: 2017-04-Final-Corpus/ST18800520-V06-19-page5.txt
root - INFO - extracting file #142000: 2017-04-Final-Corpus/ST18810331-V07-13-page10.txt
root - INFO - ['zile', 'borne', 'irth', 'rowing', 'tide', 'itis', 'easy', 'glide', 'ripple', 'adown', 'stream', 'time', 'flow', 'course', 'river', 'like', 'music', 'old', 'rhyme', 'courage', 'patience', 'current', 'ride', 'strength', 'heaven', 'rowing', 'tide', 'float', 'river', 'surface', 'oar', 'scarce', 'touch', 'stream', 'vision', 'early', 'glory', 'dazzling', 'sight', 'gleam', 'forget', 'dashing', 'torrent', 'roar', 'idly', 'dreaming', 'water', 'carry', 'row', 'stream', 'life', 'struggle', 'surge', 'mind', 'toil', 'strife', 'weary', 'faint', 'labor', 'singing', 'triumphant', 'ride', 'christ', 'hero', 'captain', 'rowing', 'tide', 'far', 'hazy', 'distance', 'like', 'mist', 'distant', 'shore', 'wall', 'city', 'banner', 'floating', 'seen', 'glass', 'darkly', 'mistake', 'way', 'faith', 'throw', 'light', 'harbor', 'darkness', 'shuts', 'day', 'shall', 'number', 'mind', 'toil', 'pain', 'shall', 'mourn', 'loss', 'earthly', 'joy', 'crown', 'gain', 'shall', 'glide', 'river', 'death', 'end', 'ride', 'brother', 'heaven', 'rowing', 'tide', 'raynor', 'sign', 'time', 'vol', 'swept', 'cleaned', 'garret', 'cellar', 'stand', 'sit', 'friday', 'mending', 'little', 'job', 'scrupuhands', 'lap', 'dirt', 'rot', 'floor', 'lously', 'attended', 'saturday', 'devoted', 'baking', 'cleaning', 'generally', 'delicious', 'bread', 'cake', 'pie', 'came', 'forth', 'capacious', 'oven', 'stored', 'away', 'pantry', 'shelf', 'kitchen', 'ball', 'floor', 'marvelously', 'white', 'clean', 'vigorous', 'use', 'soap', 'sand', 'stove', 'piece', 'rust', 'said', 'aaron', 'rest', 'tired', 'polish', 'stove', 'wednesday', 'saturday', 'matter', 'attend', 'mop', 'kitchen', 'hall', 'floor', 'regular', 'interval', 'suffering', 'severe', 'cold', 'matter', 'happened', 'went', 'liable', 'increased', 'impruas', 'usual', 'allowed', 'interrupt', 'dence', 'aaron', 'thought', 'thing', 'coming', 'severe', 'illness', 'aaron', 'house', 'removing', 'boot', 'surety', 'little', 'entry', 'kitchen', 'door', 'putting', 'said', 'husband', 'slipper', 'readiness', 'neat', 'bag', 'submitted', 'wife', 'rule', 'retiring', 'precisely', 'word', 'worked', 'isn', 'lazy', 'bone', 'rebellion', 'body', 'jack', 'careless', 'indifference', 'taken', 'sick', 'house', 'crossed', 'white', 'kitchen', 'floor', 'muddy', 'handed', 'tender', 'mercy', 'servant', 'boot', 'sister', 'annoyance', 'followed', 'fact', 'ought', 'pruclose', 'cloth', 'hand', 'dent', 'careful', 'health', 'said', 'jack', 'given', 'lecture', 'neatness', 'order', 'lived', 'maiden', 'aunt', 'taken', 'pain', 'bringing', 'thoroughly', 'imbued', 'housekeeping', 'carefully', 'wiped', 'track', 'expression', 'thing', 'come', 'night', 'face', 'spoke', 'volume', 'distressed', 'completely', 'tired', 'consequently', 'good', 'round', 'scolding', 'depressed', 'fretful', 'husdone', 'banded', 'strength', 'feel', 'bright', 'emma', 'unaware', 'rapcheerful', 'evening', 'woman', 'work', 'idly', 'destroying', 'good', 'look', 'wear', 'reach', 'middle', 'age', 'pretty', 'pleasant', 'girl', 'day', 'aaron', 'insane', 'farmer', 'wife', 'help', 'largely', 'courted', 'little', 'prim', 'precise', 'insane', 'asylum', 'ant', 'slack', 'disorderly', 'girl', 'ask', 'welcome', 'preferred', 'household', 'affair', 'unconscious', 'voice', 'flush', 'fault', 'finding', 'fretful', 'querulous', 'whine', 'eye', 'ought', 'tell', 'line', 'marring', 'beauty', 'answered', 'emma', 'house', 'forever', 'littered', 'white', 'forehead', 'crow', 'foot', 'gathering', 'sort', 'trash', 'book', 'newspaper', 'raynor', 'neatness', 'proverb', 'eye', 'elasticity', 'energy', 'bird', 'plant', 'scattered', 'best', 'neighborhood', 'lived', 'brother', 'day', 'deteriorating', 'parlor', 'attempt', 'systematize', 'work', 'called', 'painfully', 'neat', 'physically', 'intellectually', 'thought', 'driven', 'desperate', 'marry', 'said', 'jack', 'evening', 'sud', 'poor', 'aaron', 'thought', 'jack', 'saw', 'newspaper', 'folded', 'neatly', 'laid', 'knife', 'troubled', 'brother', 'law', 'face', 'table', 'took', 'mending', 'work', 'girl', 'perform', 'buy', 'farm', 'denly', 'dropping', 'floor', 'newspaper', 'brother', 'law', 'reading', 'center', 'table', 'shall', 'land', 'share', 'spoke', 'insist', 'wife', 'keeping', 'stout', 'girl', 'help', 'fun', 'treat', 'baying', 'field', 'aaron', 'feel', 'aware', 'emma', 'fun', 'work', 'better', 'bad', 'promised', 'change', 'working', 'grave', 'house', 'said', 'emma', 'mean', 'time', 'raynor', 'rose', 'seat', 'pick', 'saw', 'soiled', 'curtain', 'rusty', 'worried', 'bare', 'idea', 'saying', 'seated', 'leave', 'rigorous', 'emma', 'endure', 'hired', 'girl', 'house', 'sake', 'wait', 'awhile', 'owe', 'jack', 'slovenly', 'neglectful', 'consideration', 'hadn', 'mary', 'remember', 'rub', 'kettle', 'emma', 'tell', 'met', 'emma', 'morning', 'filled', 'bridget', 'time', 'engaged', 'fanny', 'aaron', 'raynor', 'quiet', 'man', 'forgot', 'hang', 'broom', 'hannah', 'hopson', 'married', 'subject', 'seldom', 'spill', 'thing', 'stove', 'tried', 'gave', 'vent', 'view', 'anythoroughly', 'decided', 'thing', 'save', 'farm_work', 'thought', 'great', 'girl', 'deal', 'emma', 'able', 'read', 'minor', 'evil', 'compared', 'thought', 'saddened', 'fretful', 'invalid', 'dying', 'overby', 'desponding', 'regretful', 'tendency', 'work', 'broom', 'cheap', 'matter', 'faithful', 'kind', 'husband', 'kettle', 'dusty', 'occasionally', 'jack', 'emma', 'shocked', 'piece', 'news', 'course', 'pity', 'heart', 'said', 'jack', 'machine', 'woman', 'hate', 'fanny', 'followed', 'wipe', 'power', 'lighten', 'wife', 'burden', 'jack', 'emma', 'tone', 'horrified', 'track', 'kitchen', 'floor', 'lived', 'atmosphere', 'fault', 'finding', 'disapproval', 'principle', 'thing', 'genial', 'affectionate', 'tried', 'fifty', 'unhappiness', 'regret', 'pervaded', 'year', 'girl', 'point', 'washing', 'window', 'certain', 'hour', 'certain', 'day', 'week', 'atmosphere', 'raynor', 'home', 'rise', 'terrible', 'law', 'governed', 'emma', 'life', 'ate', 'drank', 'slept', 'guessed', 'dust', 'house', 'swept', 'wall', 'remark', 'husshe', 'life', 'husband', 'brother', 'searched', 'garret', 'cellar', 'marry', 'said', 'emma', 'paying', 'aaron', 'coming', 'big', 'kitchen', 'wet', 'attention', 'brother', 'sarcastic', 'tone', 'hope', 'tired', 'longing', 'seat', 'stove', 'surrounded', 'chair', 'filled', 'damp', 'clothes', 'steam', 'rose', 'slowly', 'room', 'stretched', 'rope', 'seven', 'hung', 'small', 'piece', 'wasn', 'cheer', 'look', 'like', 'pig', 'sty', 'ful', 'certainly', 'aaron', 'complained', 'fan', 'wife', 'overwork', 'wasn', 'way', 'complain', 'keeping', 'clean', 'neat', 'aaron', 'emma', 'took', 'notice', 'jack', 'ought', 'stop', 'emma', 'perpetual', 'fault', 'trifling', 'health', 'strength', 'jack', 'smiled', 'grimly', 'reply', 'thing', 'emma', 'door', 'closed', 'praise', 'pursued', 'emma', 'gather', 'teaspoonful', 'set', 'jack', 'chair', 'particular', 'place', 'band', 'hoped', 'providence', 'interpose', 'save', 'jack', 'certai', 'misery', 'result', 'marriage', 'girl', 'work', 'monday', 'morning', 'aaron', 'rose', 'usual', 'day', 'break', 'went', 'attend', 'chore', 'left', 'wife', 'asleep', 'supposed', 'glad', 'rest', 'complained', 'severe', 'headache', 'night', 'expected', 'work', 'kitchen', 'came', 'milk', 'preparation', 'breakfast', 'surprised', 'alarmed', 'went', 'upstairs', 'bedroom', 'tuesday', 'ironing', 'jack', 'expected', 'smile', 'sigh', 'towel', 'matter', 'old', 'brother', 'law', 'answer', 'surprise', 'worn', 'faithfully', 'smoothed', 'folded', 'evenly', 'aaron', 'spoke', 'shirt', 'ironed', 'talked', 'said', 'expression', 'face', 'neighbor', 'remarked', 'linen', 'worn', 'necessary', 'severe', 'lesson', 'throw', 'away', 'soap', 'suds', 'said', 'jack', 'aaron', 'credit', 'learn', 'common_sense', 'want', 'mop', 'floor', 'chinese', 'laundry', 'mind', 'year', 'ago', 'clothes', 'wednesday', 'baking', 'churning', 'subject', 'delirium', 'knew', 'day', 'thursday', 'house', 'thoroughly', 'common_sense', 'said', 'emma', 'underweek', 'washed', 'usual', 'unhappy', 'strict', 'adherence', 'monday', 'morning', 'washing', 'rain', 'shine', 'frequently', 'rainy', 'day', 'jack', 'true', 'said', 'jack', 'waste', 'time', 'try', 'wife', 'orderly', 'neat', 'better', 'pity', 'house', 'live', 'felt', 'weather', 'course', 'difference', 'man', 'wife', 'glum', 'cross', 'interrupted', 'emma', 'jack', 'great', 'deal', 'lately', 'wife', 'raynor', 'servant', 'serv', 'hope', 'won', 'bring', 'home', 'hopson', 'asked', 'jack', 'sudden', 'house', 'family', 'large', 'said', 'jack', 'course', 'girl', 'thing', 'applepie', 'order', 'amiable', 'certain', 'duty', 'certain', 'day', 'short', 'patent', 'machine', 'regular', 'winding', 'interrupted', 'jack', 'parting', 'shot', 'jack', 'walked', 'room', 'sick', 'emma', 'asked', 'going', 'bed', 'turned', 'restlessly', 'pillow', 'anxious']
root - INFO - extracting file #142500: 2017-04-Final-Corpus/ST18820209-V08-06-page5.txt
root - INFO - extracting file #143000: 2017-04-Final-Corpus/ST18821214-V08-47-page5.txt
root - INFO - ['december', 'sign', 'time', 'abbathhaol', 'woman', 'tomb', 'spice', 'body', 'jesus', 'anointed', 'prepared', 'day', 'preceding', 'sabbath', 'early', 'morning', 'day', 'week', 'mary', 'certain', 'woman', 'went', 'sepulcher', 'proceed', 'work', 'embalming', 'body', 'saviour', 'neared', 'garden', 'surprised', 'heaven', 'beautifully', 'lighted', 'earth', 'trembling', 'beneath', 'foot', 'hastened', 'sepulcher', 'aston', 'ished', 'stone', 'rolled', 'away', 'door', 'roman', 'guard', 'noticed', 'light', 'shining', 'tomb', 'looking', 'saw', 'mary', 'hastened', 'speed', 'dis', 'ciples', 'informed', 'jesus', 'sepulcher', 'laid', 'errand', 'woman', 'waited', 'sepulcher', 'thorough', 'examination', 'interior', 'satisfy', 'lord', 'gone', 'suddenly', 'beheld', 'beautiful', 'young', 'man', 'clothed', 'shining', 'garment', 'sitting', 'sepul', 'cher', 'angel', 'rolled', 'away', 'stone', 'assumed', 'character', 'terrify', 'woman', 'friend', 'christ', 'assisted', 'public', 'ministry', 'notwithstanding', 'veiling', 'brightness', 'angel', 'woman', 'greatly', 'amazed', 'terrified', 'glory', 'lord', 'encircled', 'turned', 'flee', 'sepulcher', 'heavenly', 'messenger', 'addressed', 'soothing', 'comforting', 'word', 'fear', 'know', 'seek', 'jesus', 'crucified', 'risen', 'said', 'come', 'place', 'lord', 'lay', 'quickly', 'tell', 'disciple', 'risen', 'dead', 'behold', 'goeth', 'galilee', 'shall', 'told', 'woman', 'responded', 'invitation', 'angel', 'looked', 'sepulcher', 'saw', 'angel', 'shining', 'brightness', 'addressed', 'inquiry', 'seek', 'living', 'dead', 'risen', 'remember', 'spake_unto', 'galilee', 'saying', 'son', 'man', 'delivered', 'hand', 'sinful_men', 'crucified', 'day', 'rise', 'angel', 'acquainted', 'word', 'jesus', 'disciple', 'capacity', 'guardian', 'angel', 'scene', 'life', 'witnessed', 'trial', 'crucifixion', 'mary', 'discovered', 'tomb', 'hurried', 'peter', 'john', 'nounced', 'lord', 'taken', 'sepulcher', 'knew', 'laid', 'word', 'disciple', 'hastened', 'sepulcher', 'mary', 'said', 'body', 'master', 'linen', 'clothes', 'lay', 'peter', 'plexed', 'john', 'believed', 'jesus', 'risen', 'dead', 'told', 'understand', 'scripture', 'old_testament', 'taught', 'christ', 'rise', 'dead', 'belief', 'john', 'based', 'word', 'jesus', 'disciple', 'left', 'sepulcher', 'returned', 'home', 'mary', 'bear', 'leave', 'uncertainty', 'body', 'lord', 'stood', 'weeping', 'stooped', 'look', 'sepulcher', 'angel', 'clothed', 'garment', 'white', 'disguised', 'appearance', 'humanity', 'mary', 'recog', 'nize', 'celestial', 'sat', 'head', 'jesus', 'rested', 'foot', 'addressed', 'mary', 'word', 'woman', 'weepest', 'thou', 'saith_unto', 'taken', 'away', 'lord', 'know', 'laid', 'view', 'open', 'sepulcher', 'disappear', 'ance', 'master', 'body', 'mary', 'easily', 'comforted', 'abandonment', 'grief', 'notice', 'heavenly', 'appearance', 'addressed', 'turned', 'aside', 'weep', 'voice', 'inquired', 'woman', 'weepest', 'thou', 'seekest', 'thou', 'eye', 'blinded', 'tear', 'observe', 'person', 'spoke', 'immediately', 'grasped', 'idea', 'obtaining', 'interrogator', 'information', 'concerning', 'whereabouts', 'master', 'body', 'thought', 'speaker', 'charge', 'garden', 'addressed', 'pleadingly', 'sir', 'thou', 'borne', 'tell', 'thou', 'halt', 'laid', 'away', 'felt', 'gain', 'possession', 'precious', 'crucified', 'body', 'saviour', 'great', 'consolation', 'grief', 'thought', 'rich', 'man', 'tomb', 'sidered', 'honorable', 'place', 'lord', 'provide', 'place', 'great', 'anxiety', 'honorable', 'burial', 'voice', 'jesus', 'fell', 'astonished', 'ear', 'said', 'mary', 'instantly', 'tear', 'wore', 'brushed', 'away', 'supposed', 'gar', 'dener', 'stood', 'revealed', 'jesus', 'moment', 'forgot', 'joy', 'crucified', 'stretched', 'forth', 'hand', 'saying', 'rabboni', 'jesus', 'said', 'touch', 'ascended', 'father', 'brother', 'unto', 'ascend', 'unto', 'father', 'father', 'god', 'god', 'jesus', 'refused', 'receive', 'homage', 'peo', 'ple', 'knew', 'sacrifice', 'accepted', 'father', 'received', 'assurance', 'god', 'atone', 'ment', 'sin', 'people', 'ample', 'blood', 'gain', 'eternal', 'life', 'jesus', 'immediately', 'ascended', 'heaven', 'presented', 'throne', 'god', 'showing', 'mark', 'shame', 'cruelty', 'brow', 'hand', 'foot', 'refused', 'receive', 'coronet', 'glory', 'royal', 'robe', 'refused', 'adoration', 'angel', 'refused', 'homage', 'mary', 'father', 'signified', 'offering', 'accepted', 'request', 'prefer', 'concerning', 'chosen', 'earth', 'wished', 'relation', 'clearly', 'defined', 'redeemed', 'sustain', 'heaven', 'father', 'church', 'justified', 'accepted', 'accept', 'heavenly', 'honor', 'declared', 'church', 'glory', 'people', 'share', 'suffer', 'earth', 'finally', 'reign', 'kingdom', 'explicit', 'manner', 'christ', 'pleaded', 'church', 'identifying', 'theirs', 'advocating', 'love', 'stancy', 'stronger', 'death', 'right', 'title', 'gained', 'god', 'answer', 'appeal', 'forth', 'proclamation', 'let', 'angel', 'god', 'worship', 'angelic', 'commander', 'obeys', 'royal', 'mandate', 'worthy', 'worthy', 'lamb', 'slain', 'life', 'triumphant', 'conqueror', 'echo', 'echo', 'heaven', 'innumerable', 'company', 'angel', 'prostrate', 'redeemer', 'request', 'christ', 'granted', 'church', 'justified', 'representative', 'head', 'father', 'ratifies', 'contract', 'son', 'reconciled', 'repentant', 'obedient', 'men', 'divine', 'favor', 'merit', 'christ', 'christ', 'guarantee', 'man', 'precious', 'fine_gold', 'man', 'golden', 'wedge', 'ophir', 'ali', 'power', 'heaven', 'earth', 'given', 'prince', 'life', 'doe', 'moment', 'forget', 'poor', 'disciple', 'sinful', 'world', 'prepares', 'return', 'impart', 'power', 'glory', 'redeemer', 'mankind', 'sacrifice', 'connect', 'earth', 'heaven', 'finite', 'man', 'infinite', 'god', 'brightest', 'morning', 'dawned', 'fallen', 'world', 'saviour', 'rose', 'dead', 'greater', 'impor', 'tance', 'man', 'day', 'trial', 'crucifixion', 'took', 'place', 'marvel', 'heavenly', 'host', 'controlled', 'power', 'death', 'life', 'awaken', 'sleep', 'grave', 'marvel', 'loved', 'commander', 'die', 'rebellious', 'men', 'christ', 'rested', 'tomb', 'sabbath', 'day', 'holy', 'heaven', 'earth', 'astir', 'morning', 'day', 'week', 'rose', 'grave', 'renew', 'work', 'teaching', 'disciple', 'fact', 'doe', 'consecrate', 'day', 'week', 'sabbath', 'jesus', 'prior', 'death', 'established', 'memorial', 'breaking', 'body', 'spilling', 'blood', 'sin', 'world', 'ordinance', 'lord', 'supper', 'saying', 'eat', 'bread', 'drink', 'cup', 'lord', 'death', 'till', 'come', 'repentant', 'believer', 'step', 'required', 'conversion', 'commemorates', 'bap', 'tism', 'death', 'burial', 'resurrection', 'christ', 'water', 'likeness', 'christ', 'death', 'burial', 'raised', 'water', 'likeness', 'resurrection', 'old', 'life', 'sin', 'live', 'new_life', 'christ_jesus', 'woman', 'seen', 'addressed', 'angel', 'left', 'sepulcher', 'mingled', 'feeling', 'fear', 'great_joy', 'hastened', 'disciple', 'angel', 'directed', 'related', 'thing', 'seen', 'heard', 'peter', 'expressly', 'mentioned', 'angel', 'woman', 'communicate', 'news', 'disciple', 'despondent', 'little', 'company', 'christ', 'follower', 'shameful', 'denial', 'lord', 'peter', 'remorse', 'crime', 'understood', 'holy', 'angel', 'tender', 'compassion', 'wayward', 'sorrowing', 'revealed', 'solicitude', 'manifested', 'unhappy', 'disciple', 'evidenced', 'repentance', 'cepted', 'sin', 'forgiven', 'disciple', 'beard', 'account', 'woman', 'brought', 'astonished', 'began', 'recall', 'word', 'lord', 'foretold', 'resurrection', 'event', 'filled', 'heart', 'joy', 'great', 'perplexity', 'great', 'dis', 'appointment', 'death', 'christ', 'faith', 'strong', 'accept', 'fact', 'resurrection', 'hope', 'blighted', 'believe', 'statement', 'woman', 'thought', 'subject', 'illusion', 'mary_magdalene', 'testified', 'seen', 'spoken', 'lord', 'refused', 'believe', 'risen', 'spirit', 'prophecy', 'note', 'matt', 'end', 'sabbath', 'began', 'dawn', 'day', 'week', 'came', 'mary_magdalene', 'mary', 'sepul', 'cher', 'difficulty', 'experienced', 'harmonizing', 'verse', 'account', 'given', 'evangelist', 'luke', 'day', 'week', 'early', 'morning', 'mark', 'sabbath', 'past', 'early', 'morning', 'day', 'week', 'came', 'unto', 'sepul', 'cher', 'rising', 'sun', 'difference', 'account', 'translation', 'matt', 'misleading', 'clarke', 'end', 'week', 'translation', 'given', 'eminent', 'critic', 'way', 'word', 'opse', 'eminent', 'greek', 'writer', 'speaker', 'commentary', 'rendering', 'sabbath', 'late', 'hour', 'sabbath', 'fully', 'justified', 'quota', 'tions', 'hellenistic', 'writer', 'adopted', 'fritzsche', 'ewald', 'wette', 'holy', 'woman', 'left', 'home', 'dawn', 'day', 'nearly', 'hour', 'close', 'sab', 'bath', 'john', 'day', 'week', 'cometh', 'mary_magdalene', 'early', 'dark', 'appears', 'reached', 'sepulcher', 'rest', 'woman', 'john', 'speaks', 'coming', 'evangelist', 'rjlate', 'coming', 'woman', 'teacher', 'meeting', 'conceding', 'said', 'way', 'excuse', 'attend', 'acknowledged', 'real', 'reason', 'poor', 'meet', 'ings', 'want', 'work', 'teacher', 'imperatively', 'kept', 'away', 'ome', 'providence', 'wish', 'wish', 'depend', 'state', 'heart', 'way', 'secure', 'success', 'begin', 'root', 'stimulate', 'nourish', 'improved', 'life', 'felt', 'branch', 'united', 'presby', 'terian', 'humility', 'rarest', 'virtue', 'moment', 'conscious', 'longer', 'humility', 'pride']
root - INFO - extracting file #143500: 2017-04-Final-Corpus/ST18831025-V09-40-page3.txt
root - INFO - extracting file #144000: 2017-04-Final-Corpus/ST18840911-V10-35-page14.txt
root - INFO - ['ncrrios', 'send', 'paper', 'office', 'pay', 'advance', 'special_arrangement', 'person', 'receive', 'copy', 'ordering', 'sent', 'party', 'information', 'regard', 'person', 'receiving', 'indebted', 'office', 'money_order', 'draft', 'pacific_press', 'individual', 'absent', 'business', 'delayed', 'anti', 'gee', 'religious', 'bishop', 'pierce', 'senior', 'bishop', 'church', 'south', 'died', 'augusta', 'georgia', 'sept', 'pope', 'conferred', 'degree', 'master', 'theology', 'rev', 'father', 'higgins', 'joseph', 'college', 'somerset', 'person', 'country', 'honored', 'effort', 'secure', 'legislation', 'permitting', 'ordination', 'mims', 'louisa', 'baker', 'celestial', 'city', 'gate', 'won', 'oblige', 'enter', 'gate', 'mentioned', 'gate', 'universalist', 'gate', 'jew', 'gate', 'communist', 'gate', 'nihilist', 'gate', 'spiritualist', 'gate', 'roman', 'catholic', 'gate', 'mohametans', 'eagerly', 'looking', 'gate', 'enter', 'sooner', 'later', 'doubt', 'soon', 'gate', 'prove', 'insufficient', 'accommodate', 'probable', 'communist', 'nihilist', 'squeeze', 'gate', 'matter', 'universalist', 'spiritualist', 'gate', 'wide', 'dispensed', 'str', 'agent', 'michigan', 'miss', 'hattie', 'house', 'care', 'review', 'herald', 'battle', 'creek', 'mich', 'pository', 'south', 'lancaster', 'mass', 'north', 'pacific', 'boyd', 'east', 'portland', 'oregon', 'england', 'present', 'truth', 'heneage', 'street', 'great', 'grimsby', 'eng', 'norway', 'eld', 'matteson', 'akersveren', 'christiania', 'norway', 'switzerland', 'whitney', 'care', 'signer', 'temp', 'bale', 'suisse', 'new', 'receipt', 'book', 'congregational', 'church', 'nantucket', 'said', 'parochial', 'catholic', 'school', 'country', 'largest', 'connected', 'church', 'immaculate', 'conception', 'new', 'york', 'pupil', 'teacher', 'national', 'holiness', 'association', 'resolved', 'connection', 'called', 'undenominational', 'holiness', 'band', 'admit', 'methodist', 'association', 'work', 'infancy', 'ugh', 'secular', 'senator', 'anthony', 'rhode', 'island', 'died', 'week', 'telegraph', 'report', 'cholera', 'panic', 'italy', 'ninety', 'threshing', 'machine', 'work', 'grain', 'crop', 'colusa', 'county', 'cal', 'chinese', 'laundry', 'wrecked', 'colored', 'mob', 'philadelphia', 'inst', 'new', 'york', 'contractor', 'arrested', 'building', 'hollow', 'wall', 'filling', 'sand', 'said', 'europe', 'society', 'organized', 'oppose', 'eating', 'animal_food', 'agent', 'fails', 'agent', 'locality', 'notify', 'publisher', 'state_secretary', 'tract', 'society', 'state', 'agent', 'notified', 'exposition', 'burned', 'charged', 'broadway', 'railroad', 'cable', 'company', 'new', 'york', 'city', 'obtained', 'franchise', 'wholesale', 'bribery', 'alderman', 'town', 'creighton', 'near', 'pittsburg', 'large', 'plate', 'glass', 'work', 'supplied', 'abundance', 'heat', 'light', 'natural', 'gas', 'gepartmott', 'paw', 'press', 'oakland', 'cal', 'remittance', 'movement', 'inaugurated', 'spain', 'remitting', 'money', 'office', 'sign', 'book', 'money_order', 'preferable', 'safest', 'way', 'obtain', 'money_order', 'postal', 'note', 'cheaper', 'register', 'letter', 'containing', 'silver', 'magnificent', 'premium', 'offer', 'new', 'subscriber', 'furnish', 'storrs', 'time', 'year', 'copy', 'following', 'useful', 'instructive', 'book', 'geikie', 'life', 'sign', 'time', 'vol', 'new', 'england', 'palmer', 'tract', 'rewho', 'preaching', 'acceptably', 'year', 'think', 'holiness', 'movement', 'wehave', 'ready', 'receipt', 'book', 'taking', 'short', 'term', 'subscription', 'sign', 'time', 'accord', 'methodist', 'way', 'usage', 'book_contains', 'fifty', 'blank', 'receipt', 'receipt', 'brief', 'description', 'sign', 'answer', 'question', 'objection', 'calculated', 'facilitate', 'work', 'canvasser', 'developed', 'field', 'thoroughly', 'tested', 'sent', 'mail', 'postpaid', 'cent', 'canvasser', 'outfit', 'sign', 'canvasser', 'outfit', 'comprising', 'premium', 'book', 'circular', 'blank', 'receipt', 'book', 'order', 'sheet', 'suggestion', 'canvassing', 'furnished', 'mail', 'post', 'paid', 'address', 'sign', 'time', 'oakland', 'cal', 'great', 'controversy', 'vol', 'preventing', 'providence', 'edition', 'published', 'pacific_press', 'completed', 'september', 'ready', 'delivery', 'october', 'price', 'olive', 'cloth', 'title', 'great', 'controversy', 'black', 'cloth', 'title', 'spirit', 'prophecy', 'sold', 'subscription', 'important_work', 'placed', 'hand', 'thousand', 'family', 'soon', 'printed', 'appointed', 'agent', 'order', 'agent', 'shall', 'furnish', 'book', 'locality', 'idiem', 'bishop', 'turner', 'church', 'south', 'said', 'colored', 'man', 'received', 'degree', 'educated', 'night', 'cotton', 'field', 'south', 'carolina', 'colored', 'chaplain', 'united', 'state', 'army', 'commissioned', 'president', 'lincoln', 'article', 'september', 'number', 'north', 'american', 'review', 'bishop', 'lancaster', 'spaulding', 'insists', 'sure', 'basis', 'popular', 'fall', 'government', 'morality', 'culture', 'intellect', 'universal', 'suffrage', 'development', 'material', 'resource', 'country', 'saved', 'ruin', 'return', 'uncompromising', 'moral_code', 'founder', 'new', 'england', 'post', 'old', 'catholic', 'church', 'bernard', 'rockville', 'connecticut', 'disposed', 'raffle', 'father', 'furlong', 'selling', 'ticket', 'purpose', 'gambling', 'closely', 'connected', 'church', 'affair', 'san_francisco', 'saloon', 'sixtyseven', 'population', 'voter', 'branch', 'post', 'office', 'west', 'oakland', 'brooklyn', 'east', 'oakland', 'cal', 'reestablished', 'valuable', 'collectiori', 'mexican', 'rarity', 'zonot', 'surprised', 'pope', 'elevate', 'ological', 'botanical', 'destined', 'new', 'orleans', 'dignity', 'sacrament', 'catholic', 'church', 'adopts', 'custom', 'doe', 'half', 'way', 'work', 'protestant', 'daughter', 'pamphlet', 'issued', 'new', 'york', 'sabbath', 'committee', 'church_member', 'employ', 'railroad', 'united', 'state', 'labor', 'sunday', 'compelled', 'lose', 'place', 'sabbath', 'committee', 'doubtless', 'want', 'sunday', 'law', 'church_member', 'able', 'live', 'favor', 'restoration', 'temporal_power', 'religion', 'making', 'sacrifice', 'pope', 'chiefly', 'championed', 'bishop', 'good', 'people', 'favor', 'sunday', 'observance', 'waiting', 'law', 'compel', 'clergy', 'think', 'ought', 'riot', 'occurred', 'wire', 'drawing', 'summer_school', 'philosophy', 'joliet', 'ill', 'week', 'account', 'reduction', 'cord', 'session', 'spending', 'entire_time', 'wage', 'said', 'caused', 'competition', 'deifying', 'emerson', 'new', 'saying', 'state', 'penitentiary', 'told', 'intimate', 'friend', 'governor', 'stoneman', 'pardoned', 'chinese', 'best', 'way', 'preach', 'christ', 'leprous', 'convict', 'san', 'quentin', 'rethese', 'day', 'turned', 'china', 'ship', 'captain', 'statement', 'christian_union', 'revelatake', 'passenger', 'christ', 'sketch', 'life', 'paul', 'tion', 'religious', 'emerson', 'life', 'schloezer', 'prussian', 'minister', 'white', 'life', 'epistle', 'paul', 'throw', 'light', 'relation', 'vatican', 'instructed', 'offer', 'final', 'term', 'conybeare', 'howson', 'address', 'sign', 'time', 'oakland', 'cal', 'time', 'religious', 'method', 'strike', 'people', 'decidedly', 'emersonian', 'rethe', 'settlement', 'difference', 'pope', 'spect', 'religion', 'common', 'prussian', 'government', 'preaching', 'christ', 'advocated', 'extensive', 'flouring', 'wheat', 'elevator', 'doe', 'hide', 'broad', 'receipt', 'nomm', 'change', 'figure', 'address', 'label', 'case', 'sufficient', 'receipt', 'money', 'sent', 'paper', 'change', 'appear', 'due_time', 'book', 'ordered', 'mail', 'received', 'notify', 'business', 'acknowledged', 'california', 'society', 'district', 'anna', 'ingels', 'walden', 'moser', 'george', 'mead', 'luella', 'hail', 'blackwood', 'cash', 'received', 'account', 'illinois', 'society', 'lizzie', 'campbell', 'bice', 'hammond', 'foreign', 'mission', 'mccntcheon', 'order', 'forwarded', 'leading', 'religious', 'journal', 'religion', 'waterloo', 'ill', 'burned', 'week', 'book', 'sent', 'express', 'dyke', 'robbins', 'john', 'cooper', 'russian', 'census', 'called', 'attention', 'extraordinary', 'restriction', 'literature', 'country', 'firm', 'empire', 'patent', 'crown', 'sell', 'book', 'rest', 'exist', 'suflrance', 'permit', 'arbitrarily', 'given', 'arbitrarily', 'withdrawn', 'book', 'sent', 'mail', 'walden', 'fisher', 'geo', 'faucher', 'eld', 'underwood', 'nellie', 'rankin', 'boyd', 'eld', 'mcclure', 'frank', 'lamb', 'angove', 'randolph', 'fisher', 'pope', 'fleck', 'bird', 'boling', 'report', 'general', 'wolseley', 'commander', 'soudan', 'expedition', 'offered', 'henry', 'stanley', 'tie', 'holiness', 'including', 'think', 'african', 'explorer', 'position', 'staff', 'oakland', 'afflicted', 'measure', 'holiness', 'people', 'modern', 'variehave', 'appeared', 'fact', 'holiness', 'stanley', 'asked', 'permission', 'king', 'belhas', 'broken', 'loose', 'running', 'wild', 'wouldn', 'persecute', 'reader', 'description', 'vagary', 'mention', 'extreme', 'class', 'holier', 'thanthou', 'kind', 'preacher', 'class', 'telling', 'camp', 'meeting', 'session', 'east', 'oakland', 'affiliate', 'christian', 'said', 'substance', 'peculiarity', 'lacking', 'direction', 'said', 'brother', 'cast', 'gospel', 'mould', 'cast', 'right', 'class', 'believe', 'immortal', 'state', 'local', 'police', 'public', 'sanctified', 'glorified', 'paper', 'library', 'whole_country', 'said', 'mormon', 'question', 'prominent', 'issue', 'southern', 'politics', 'judge', 'folger', 'secretary', 'treasury', 'died', 'geneva', 'inst', 'aged', 'year', 'bushel', 'wheat', 'barrel', 'flour', 'loss', 'gium', 'accept', 'company', 'new', 'york', 'capitalist', 'formed', 'establish', 'telephone', 'line', 'atlantic', 'ocean', 'supplemented', 'patent', 'right', 'permit', 'telephone', 'line', 'new', 'york', 'san_francisco']
root - INFO - extracting file #144500: 2017-04-Final-Corpus/ST18850611-V11-23-page12.txt
root - INFO - extracting file #145000: 2017-04-Final-Corpus/ST18860304-V12-09-page16.txt
root - INFO - ['ign', 'tly', 'eimez', 'prevented', 'act', 'governor', 'erable', 'separation', 'immortal', 'sinner', 'god', 'oakland', 'cal', 'fifth', 'day', 'march', 'way', 'send', 'paper', 'office', 'pay', 'advance', 'special_arrangement', 'person', 'receive', 'copy', 'ordering', 'sent', 'party', 'information', 'regard', 'person', 'receiving', 'copy', 'stows', 'indebted', 'office', 'called', 'pay', 'read', 'paper', 'hand', 'friend', 'read', 'eustis', 'fla', 'poetry', 'loved', 'best', 'published', 'sign', 'vol', 'page', 'think', 'published', 'piece', 'seen', 'sign', 'time', 'void', 'hope', 'law', 'changed', 'convicted', 'doe', 'mean', 'loss', 'life', 'present', 'going', 'sign', 'review', 'dollar', 'prize', 'book', 'sunday', 'question', 'reader', 'doubtless', 'concluded', 'title', 'inconsistency', 'come', 'announcement', 'waffle', 'written', 'book', 'lord', 'day', 'taken', 'thousand', 'dollar', 'premium', 'offered', 'best', 'book', 'subpations', 'vain', 'effort', 'evade', 'plain', 'truth', 'ject', 'judging', 'past', 'suppose', 'god', 'word', 'villain', 'turned', 'loose', 'prey', 'society', 'actual', 'death', 'real', 'pardon', 'emboldens', 'future', 'career', 'crime', 'spirit', 'lawlessness', 'disregard', 'appeal', 'authority', 'god', 'right', 'prevailing', 'fear', 'word', 'justifies', 'disputing', 'claim', 'future', 'day', 'california', 'rest', 'disgrace', 'lord', 'source', 'eternal_life', 'sustains', 'abominable', 'doctrine', 'endless', 'having', 'muzzled', 'press', 'freedom', 'sin', 'misery', 'doctrine', 'reflects', 'terribly', 'press', 'national', 'boast', 'boast', 'great', 'state', 'california', 'longer', 'lost', 'time', 'mention', 'bible', 'justice', 'goodness', 'mercy', 'heavenly', 'father', 'war', 'instinct', 'humanity', 'ought', 'able', 'produce', 'school', 'solid', 'ground', 'foot', 'satisfying', 'confidence', 'strength', 'position', 'month', 'time', 'lost', 'sure', 'seek', 'avoid', 'evade', 'main', 'question', 'account', 'try', 'beguile', 'look', 'instruction', 'path', 'lead', 'away', 'thing', 'self', 'evident', 'impossibility', 'waste', 'strength', 'petty', 'hardly', 'conceive', 'mention', 'skirmishing', 'discussing', 'irrelevant', 'topic', 'maka', 'thing', 'account', 'ing', 'false', 'issue', 'setting', 'men', 'straw', 'record', 'time', 'month', 'knock', 'misrepresentation', 'unworthy', 'fling', 'expression', 'contempt', 'lost', 'record', 'proof', 'differ', 'supreme', 'time', 'lost', 'matter', 'fact', 'loyalty', 'word', 'god', 'time', 'lost', 'creation', 'people', 'squandered', 'worse', 'useless', 'occu', 'abominable', 'foolish', 'fashion', 'merit', 'strong', 'language', 'fashion', 'prevalent', 'bird', 'hat', 'decoration', 'content', 'feather', 'wing', 'informed', 'torn', 'living', 'bird', 'fashion', 'decreed', 'bird', 'worn', 'correspondent', 'congregationalist', 'writes', 'paper', 'follows', 'time', 'covered', 'report', 'despotism', 'blessing', 'january', 'number', 'auk', 'reached', 'score', 'laborer', 'working', 'matter', 'fact', 'boycotting', 'worst', 'kind', 'extremely', 'vigorous', 'remark', 'twice', 'inconsistent', 'written', 'elliott', 'imagine', 'good_book', 'use', 'showing', 'people', 'sunday', 'sabbath', 'shadow', 'support', 'bible', 'missionary', 'department', 'interesting', 'week', 'encouraging', 'news', 'australia', 'church', 'member', 'organized', 'report', 'progress', 'ninety', 'new', 'accession', 'rank', 'commandment_keepers', 'small_part', 'work', 'boycotting', 'glad', 'journal', 'dare', 'speak', 'plain', 'term', 'terrible', 'evil', 'threatening', 'country', 'foreign', 'product', 'ought', 'allowed', 'root', 'united', 'state', 'golden', 'gate', 'week', 'received', 'letter', 'england', 'boycotting', 'penal', 'oflady', 'stranger', 'begging', 'know', 'fense', 'country', 'prevent', 'destrucattempt', 'practice', 'meanest', 'tion', 'song', 'bird', 'millinery', 'purpose', 'kind', 'tyranny', 'allowed', 'unchecked', 'reading', 'newspaper', 'article', 'subject', 'way', 'politics', 'devilish', 'said', 'filled', 'eye', 'tear', 'spirit', 'bring', 'terror', 'country', 'heart', 'anguish', 'day', 'time', 'reported', 'despotism', 'dreaded', 'theme', 'magazine', 'strictly', 'scienhad', 'report', 'tithe', 'work', 'absolute', 'monarchy', 'tific', 'popular', 'sentidone', 'known', 'sign', 'head', 'despicable', 'namental', 'editor', 'writes', 'own_way', 'strongly', 'feminine', 'carrespondent', 'time', 'doe', 'work', 'report', 'ture', 'hope', 'chris', 'itating', 'adjective', 'terrible', 'apwith', 'kindred', 'periodical', 'preaches', 'week', 'tian', 'deceived', 'badgered', 'giving', 'palling', 'day', 'come', 'circular', 'congregation', 'thousand', 'slightest', 'sympathy', 'encouragement', 'whatsocommittee', 'american', 'ornithologist', 'union', 'people', 'truth', 'rapidly', 'spread', 'strain', 'christian', 'woman', 'heaven', 'men', 'save', 'mark', 'united', 'state', 'appears', 'agency', 'coming', 'lord', 'hasteven', 'law', 'prophso', 'encouraged', 'demanded', 'killing', 'naened', 'tive', 'bird', 'use', 'decorating', 'hat', 'bonnet', 'men', 'science', 'thought', 'tender', 'hearted', 'telt', 'obliged', 'interpose', 'lest', 'certain', 'specie', 'absolutely', 'exterminated', 'ets', 'boycotting', 'socialism', 'nihilism', 'branch', 'single', 'stock', 'supreme', 'secret', 'corrupt', 'hand', 'selfishness', 'contempt', 'law', 'oakland', 'tribune', 'public', 'thief', 'age', 'irreverence', 'lowgrade', 'moral', 'generation', 'loose', 'irreligious', 'training', 'young', 'subject', 'sad', 'contemplate', 'secular', 'paper', 'talk', 'manner', 'fault', 'let', 'religious', 'paper', 'quote', 'chapter', 'second', 'timothy', 'days_perilous_times', 'shall', 'come', 'men', 'shall', 'lover', 'own_selves', 'evil_men', 'seducerti', 'shall', 'wax', 'worse', 'worse', 'apply', 'present_generation', 'secular', 'paper', 'fanaticistn', 'men', 'despisers', 'good', 'earth', 'allowed', 'stand', 'present_condition', 'generation', 'good', 'men', 'existed', 'tolerated', 'men', 'generation', 'end', 'thing', 'hand', 'increase', 'crime', 'personal', 'knowledge', 'california', 'year', 'opened', 'fearful', 'list', 'high', 'crime', 'present', 'notice', 'large_number', 'worst', 'crime', 'committed', 'christ', 'life', 'reply', 'rev', 'brooke', 'annicriminals', 'pardoned', 'similar', 'offeited', 'posterity', 'fen', 'governor', 'abuse', 'pardonexplicitly', 'told', 'doe', 'eternal_life', 'mean', 'simply', 'puing', 'power', 'fast', 'making', 'criminal', 'court', 'farce', 'rity', 'happiness', 'engrafted', 'immortality', 'little', 'use', 'spend', 'time', 'money', 'common', 'men', 'doe', 'mean', 'divine_life', 'eternal', 'god', 'communicated', 'man', 'convict', 'execution', 'sentence', 'regeneration', 'doe', 'death', 'mean', 'state', 'adopt', 'fashion', 'know', 'regarded', 'certainly', 'abandon', 'unhilation', 'sent', 'author', 'pro', 'sensibility', 'blunted', 'fessor', 'pettengell', 'pamphlet', 'rejoinder', 'continued', 'concentration', 'attack', 'brooke', 'professor', 'pettengell', 'blindly', 'following', 'cruel', 'fashion', 'incawork', 'life', 'everlasting', 'clearly', 'pable', 'appreciating', 'honest', 'scorn', 'sincerely', 'absurdity', 'wickedness', 'posiwish', 'stop', 'pat', 'foolish', 'tion', 'rob', 'christ', 'chief', 'title', 'wicked', 'fashion', 'hope', 'fashof', 'life', 'giver', 'closing', 'professor', 'pettengell', 'ion', 'inexorable', 'demand', 'senseclearly', 'vigorously', 'state', 'point', 'issue', 'position', 'taken', 'oppose', 'claim', 'christ', 'specially', 'anxious', 'defend', 'writing', 'false', 'representation', 'truth', 'concerned', 'glad', 'possible', 'ignore', 'personal', 'consideration', 'matter', 'mere', 'opinion', 'doubtful', 'point', 'issue', 'hold', 'real', 'central', 'question', 'dispute', 'viz', 'eternal_life', 'hope', 'gift', 'god', 'jesus_christ', 'received', 'new_birth', 'scripture', 'emphatically', 'way', 'declare', 'natural', 'inheritance', 'tnen', 'birth', 'adam', 'seventh', 'day', 'sabbath', 'lord_thy', 'god', 'thou_shalt', 'work', 'sign', 'time', 'tuellthed', 'weekly', 'oakland', 'gal', 'international', 'tract', 'missionary', 'society', 'sixteen', 'page', 'religious', 'family', 'paper', 'devoted', 'discussion', 'prophecy', 'sign', 'time', 'second', 'coming', 'christ', 'law', 'gospel', 'department', 'devoted', 'health', 'temperance', 'home_circle', 'missionary', 'work', 'sabbath', 'sehool', 'price', 'year', 'post', 'paid', 'club', 'copy', 'lad', 'address', 'boused', 'missionary', 'work', 'foreign_country', 'single', 'subscription', 'post', 'paid', 'address', 'sign', 'tit', 'twelfth', 'castro', 'street', 'oaxiree', 'question', 'bible', 'tradition', 'philosophy', 'sentiment', 'plato', 'satan', 'authority', 'matter']
root - INFO - extracting file #145500: 2017-04-Final-Corpus/ST18861111-V12-43-page5.txt
root - INFO - extracting file #146000: 2017-04-Final-Corpus/ST18871215-V13-48-page16.txt
root - INFO - ['tee', 'sig', 'titet', 'tvies', 'vol', 'tilt', 'rpsn', 'attack', 'truth', 'argument', 'sober', 'reason', 'religious', 'body', 'attempt', 'use', 'physical', 'force', 'defense', 'dogma', 'set', 'fact', 'utterly', 'impossible', 'uphold', 'dogma', 'bible', 'principle', 'applies', 'case', 'attempt', 'professed', 'protestant', 'secure', 'law', 'enforcing', 'sunday', 'observance', 'uphold', 'bible', 'religious_institution', 'wish', 'enforced', 'civil', 'institution', 'week', 'prayer', 'trre', 'california', 'conference_committee', 'provided', 'help', 'week', 'prayer', 'follows', 'san_francisco', 'oakland', 'waggoner', 'jones', 'hansen', 'helena', 'loughborough', 'sacramento', 'mcclure', 'san', 'diego', 'healey', 'woodland', 'john', 'fresno', 'jones', 'lemoore', 'daniel', 'calistoga', 'rice', 'los', 'angeles', 'norwalk', 'santa', 'ana', 'point', 'select', 'owen', 'owen', 'swayze', 'brother', 'gibson', 'arroyo', 'grande', 'owen', 'humboldt', 'county', 'jasper', 'smith', 'santa', 'rosa', 'gee', 'derrick', 'vacaville', 'scott', 'burrough', 'valley', 'lucius', 'church', 'geo', 'hutchings', 'san', 'jose', 'john', 'morton', 'petaluma', 'lunt', 'excessive', 'conscientiousness', 'wirarr', 'independent', 'term', 'curious', 'case', 'conscientiousness', 'developed', 'dubuque', 'iowa', 'fact', 'given', 'lady', 'connected', 'management', 'iowa', 'home', 'friendless', 'habit', 'having', 'great', 'ball', 'year', 'raise', 'money', 'institution', 'year', 'owing', 'series', 'revival', 'meeting', 'city', 'date', 'ball', 'postponed', 'expected', 'meeting', 'concluded', 'meeting', 'continue', 'excitement', 'coming', 'ball', 'distracting', 'attention', 'young_people', 'clergyman', 'offered', 'canvas', 'money', 'home', 'ball', 'given', 'expressed', 'opinion', 'larger', 'raised', 'notice', 'taken', 'offer', 'number', 'lady', 'interested', 'home', 'offered', 'thousand', 'dollar', 'condition', 'considerably', 'larger', 'sum', 'ball', 'usually', 'netted', 'lady', 'gave', 'generous', 'offer', 'earnest', 'prayerful', 'deliberation', 'respectfully', 'declined', 'following', 'reason', 'therefor', 'band', 'christian', 'woman', 'working', 'charitable', 'institution', 'consistently', 'justice', 'admit', 'assume', 'consideration', 'innocent', 'amusement', 'year', 'provided', 'meansto', 'help', 'support', 'charitable', 'work', 'way', 'inconsistent', 'detrimental', 'christian_life', 'character', 'earnestly', 'recommend', 'young', 'convert', 'feel', 'amusement', 'recreation', 'blemish', 'higher', 'better', 'life', 'thing', 'subservient', 'lean', 'human', 'arm', 'counsel', 'support', 'individual', 'search', 'conscience', 'sight', 'heavenly', 'father', 'strength', 'follow', 'dictate', 'fearlessly', 'cheerfully', 'resolved', 'late', 'abandon', 'proposed', 'ball', 'preparation', 'having', 'proceeded', 'far', 'direction', 'justice', 'labored', 'hard', 'given', 'valuable', 'time', 'order', 'financial', 'success', 'consider', 'proposition', 'committee', 'independent', 'fine', 'sarcasm', 'sensitiveness', 'lady', 'right', 'number', 'labored', 'ball', 'success', 'touching', 'little', 'conscientious', 'fear', 'endangering', 'salvation', 'soul', 'given', 'better', 'evidence', 'true_spirit', 'christianity', 'affair', 'instance', 'people', 'delude', 'thinking', 'conscientiously', 'serving', 'god', 'act', 'proclaims', 'lover', 'pleasure', 'lover', 'god', 'alden', 'manifold', 'cyclopedia', 'knowledge', 'language', 'wish', 'cheap', 'cyclopedia', 'sufficiently', 'comprehensive', 'practical', 'purpose', 'heartily', 'recommend', 'work', 'volume', 'mere', 'cyclopedia', 'following', 'extract', 'publisher', 'notice', 'manifold', 'cyclopedia', 'undertakes', 'present', 'survey', 'entire', 'circle', 'knowledge', 'word', 'thing', 'combining', 'characteristic', 'cyclopedia', 'dictionary', 'including', 'vocabulary', 'word', 'claim', 'place', 'english', 'language', 'doe', 'especially', 'attempt', 'originality', 'treatment', 'aim', 'generally', 'accepted', 'view', 'eminent', 'scholar', 'world', 'topic', 'discussed', 'excellent', 'feature', 'work', 'pronunciation', 'indicated', 'volume', 'contains', 'page', 'cover', 'ground', 'america', 'idea', 'gained', 'comprehensiveness', 'work', 'book', 'inch', 'seven', 'size', 'single', 'column', 'illustrated', 'price', 'cent', 'cloth', 'cent', 'half', 'morocco', 'binding', 'cent', 'additional', 'postage', 'place', 'reach', 'everybody', 'volume', 'issued', 'interval', 'month', 'specimen', 'copy', 'ordered', 'returned', 'wanted', 'john', 'alden', 'publisher', 'pearl', 'street', 'new', 'york', 'progress', 'extensive', 'improvement', 'office', 'publication', 'past_season', 'new', 'building', 'foot', 'erected', 'increasing', 'manufacturing', 'department', 'fully', 'double', 'new', 'press', 'new', 'machinery', 'added', 'largest', 'complete', 'printing', 'publishing', 'house', 'west', 'rocky', 'mountain', 'hope', 'soon', 'reader', 'detailed', 'description', 'establishment', 'office', 'employ', 'person', 'weekly', 'pay', 'roll', 'steam', 'power', 'press', 'kept', 'constant', 'operation', 'paper', 'stock', 'ordered', 'direct', 'manufacturer', 'east', 'week', 'order', 'ninety', 'ton', 'car', 'load', 'paper', 'given', 'amounting', 'reader', 'idea', 'magnitude', 'work', 'rapidly', 'increasing', 'department', 'office', 'crowded', 'utmost_capacity', 'notwithstanding', 'increased', 'facility', 'difficult', 'order', 'necessary', 'run', 'department', 'night', 'day', 'glad', 'desire', 'thank', 'friend', 'laboring', 'energetically', 'increase', 'circulation', 'book', 'periodical', 'hope', 'united', 'effort', 'work', 'forward', 'rapidly', 'coming', 'year', 'jones', 'north', 'pacific', 'conference', 'change', 'field', 'labor', 'communication', 'official', 'nature', 'addressed', 'elder', 'samuel', 'fulton', 'box', 'east', 'portland', 'future', 'address', 'rural_health', 'retreat', 'oakland', 'cal', 'fibtii', 'day', 'december', 'saywe', 'send', 'paper', 'office', 'pay', 'advance', 'special_arrangement', 'person', 'receive', 'copy', 'ordering', 'sent', 'party', 'information', 'regard', 'person', 'receiving', 'copy', 'sign', 'indebted', 'office', 'called', 'pay', 'read', 'paper', 'hand', 'friend', 'read', 'tne', 'new', 'york', 'observer', 'sent', 'letter', 'congregational', 'church', 'new', 'england', 'asking', 'stand', 'concerning', 'doctrine', 'probation', 'death', 'reply', 'received', 'express', 'emphatic', 'disapproval', 'theory', 'observer', 'conclusion', 'cent', 'church', 'new', 'england', 'tolerate', 'hypothesis', 'post', 'mortem', 'probation', 'received', 'publishing', 'house', 'battle', 'creek', 'mich', 'pamphlet', 'fifty', 'page', 'entitled', 'prophetic', 'history', 'world', 'containing', 'conceive', 'exposition', 'seventh', 'eighth', 'chapter', 'daniel', 'dutch', 'language', 'assortment', 'tract', 'language', 'tract', 'following', 'law', 'gospel', 'sabbath', 'bible', 'sanctuary', 'bible', 'sabbath', 'man', 'seven', 'reason', 'sunday', 'keeping', 'examined', 'day', 'man', 'immortal', 'millennium', 'changed', 'sabbath', 'suffering', 'christ', 'temperance', 'tract', 'curse', 'nation', 'alcoholic', 'poison', 'glad', 'hollander', 'read', 'truth', 'language', 'people', 'acquainted', 'nationality', 'note', 'subject', 'discourse', 'barrow', 'pastor', 'congregationalist', 'church', 'san_francisco', 'sunday', 'ago', 'sunday', 'question', 'present', 'need', 'hope', 'concerning', 'discourse', 'reported', 'said', 'catholicity', 'needed', 'obtain', 'true', 'solution', 'question', 'expect', 'civil', 'moral', 'law', 'catholic', 'protestant', 'jew', 'ask', 'legislature', 'fuse', 'breadth', 'view', 'necessary', 'drop', 'sight', 'minor', 'individual', 'view', 'unite', 'common', 'cause', 'question', 'supreme', 'importance', 'country', 'present_time', 'know', 'equal', 'temperance_question', 'present', 'comment', 'anomaly', 'civil', 'moral', 'law', 'ask', 'special', 'note', 'fact', 'protestant', 'seriously', 'proposing', 'alliance', 'catholicism', 'order', 'influence', 'legislation', 'favor', 'sunday', 'leaving', 'aside', 'question', 'sunday', 'observed', 'sabbath', 'evident', 'somebody', 'right', 'going', 'infringed', 'protestant', 'catholic', 'unite', 'influence', 'legislation', 'rome', 'combine', 'power', 'advantage', 'time', 'somebody', 'aroused', 'following', 'news', 'item', 'clip', 'tian', 'union', 'rev', 'fulton', 'delivering', 'series', 'lecture', 'romanism', 'recently', 'attacked', 'mob', 'biddeford', 'maine', 'stoned', 'hall', 'drove', 'lecturer', 'away', 'fulton', 'returned', 'biddeford', 'invitation', 'protestant', 'clergyman', 'city', 'saco', 'begun', 'series', 'lecture', 'subject', 'story', 'told', 'poor', 'shoemaker', 'attend', 'theological', 'controversy', 'conducted', 'latin', 'asked', 'benefit', 'derived', 'discussion', 'knew', 'language', 'replied', 'tell', 'party', 'wrong', 'party', 'got', 'angry', 'knowledge', 'romanism', 'know', 'gross', 'error', 'reply', 'violence', 'helena', 'cal', 'fulton', 'chris', 'time', 'published', 'weekly', 'oakland', 'cal', 'international', 'tract', 'missionary', 'society', 'sixteen', 'page', 'religious', 'family', 'paper', 'devoted', 'discussion', 'prophecy', 'sign', 'time', 'second', 'coming', 'christ', 'harmony', 'law', 'gospel', 'department', 'devoted', 'health', 'temperance', 'home_circle', 'missionary', 'work', 'sabbath', 'school', 'price', 'year', 'post', 'paid', 'club', 'copy', 'address', 'missionary', 'work', 'foreign_country', 'single', 'subscription', 'post', 'paid', 'address', 'sign', 'time', 'twelfth', 'castro', 'sts', 'oakland', 'cal']
root - INFO - extracting file #146500: 2017-04-Final-Corpus/ST18890415-V15-15-page14.txt
root - INFO - extracting file #147000: 2017-04-Final-Corpus/ST18891202-V15-46-page3.txt
root - INFO - ['december', 'sign', 'tiele', 'tijite', 'edification', 'edify', 'mean', 'build', 'edification', 'building', 'christian_character', 'laying', 'solid', 'foundation', 'building', 'enduring', 'edifice', 'building', 'slow', 'laborious', 'proceds', 'mean', 'permanence', 'stability', 'solidity', 'absence', 'edifying', 'process', 'alarming', 'defect', 'modern', 'christian_character', 'resembles', 'arabian', 'tent', 'temple', 'flower', 'oak', 'material', 'character', 'light', 'flippant', 'gravity', 'strength', 'discarded', 'granite', 'place', 'building', 'active', 'life', 'light', 'work', 'work', 'surface', 'frequent', 'occurrence', 'scarcely', 'surprise', 'learn', 'defaulter', 'leading', 'church', 'man', 'suicide', 'prominent', 'worker', 'young', 'people', 'church', 'society', 'gross', 'hypocrite', 'believe', 'sized', 'religion', 'got', 'according', 'popular', 'idea', 'mean', 'pulpit', 'pew', 'feeble', 'adherence', 'feeble', 'busy', 'churchly', 'official', 'thing', 'simply', 'church', 'attractive', 'world', 'breezy', 'social', 'enjoyable', 'keeping', 'finance', 'keeping', 'rapport', 'world', 'farther', 'thought', 'holiness', 'heaven', 'stranger', 'thing', 'stranger', 'word', 'cross', 'bearing', 'self', 'denial', 'humility', 'category', 'spiritual', 'grace', 'force', 'foreign', 'hottentot', 'splinter', 'real', 'cross', 'semblance', 'new', 'testament', 'faith', 'piety', 'clean', 'miss', 'whole_thing', 'duplicity', 'simplicity', 'caricature', 'religion', 'shadow', 'substance', 'form', 'power', 'sang', 'sang', 'supplement', 'woman', 'hymn', 'far', 'regard', 'commandment', 'sermon', 'mount', 'heard', 'commandment', 'sermon', 'mount', 'pulpit', 'chief', 'sinner', 'case', 'wholly', 'blame', 'state', 'thing', 'humorous', 'showy', 'sensational', 'emotional', 'tasteful', 'proper', 'taken', 'place', 'homely', 'scriptural', 'function', 'edifying', 'pulpit', 'need', 'soaked', 'paul', 'precept', 'edifying', 'people', 'won', 'stimulate', 'worse', 'poke', 'fun', 'spin', 'theory', 'run', 'syllogism', 'stir', 'feeling', 'hot', 'cold', 'dry', 'moist', 'laugh', 'edify', 'starch', 'ice', 'edification', 'mean', 'adamant', 'foundation', 'iron', 'blood', 'steel', 'nerve', 'mean', 'use', 'best', 'material', 'best', 'workman', 'job', 'stand', 'cyclone', 'earthquake', 'character', 'defy', 'world', 'flesh', 'devil', 'good', 'stuff', 'archangel', 'living', 'age', 'adulteration', 'pulpit', 'caught', 'cue', 'putting', 'fine', 'veneering', 'bad', 'material', 'ancl', 'turn', 'bad', 'job', 'look', 'fresh', 'tawdry', 'dress', 'beauty', 'strength', 'inside', 'need', 'spiritual', 'character', 'builder', 'pulpit', 'men', 'dig', 'deep', 'lay', 'foundation', 'strong', 'build', 'temple', 'buttressed', 'god', 'omnipotence', 'ablaze', 'god', 'jewel', 'radiant', 'glory', 'let', 'thing', 'unto', 'edifying', 'paul', 'comprehensive', 'direction', 'matter', 'thing', 'build', 'adornment', 'symmetry', 'lost', 'sight', 'pulpit', 'tight', 'assert', 'right', 'edify', 'thing', 'paul', 'lawful', 'thing', 'edify', 'thing', 'dearly', 'beloved', 'edifying', 'self', 'denying', 'laborious', 'ordinance', 'paul', 'obeyed', 'louis', 'christian', 'advocate', 'vow', 'god', 'tin', 'grand', 'old', 'psalm', 'david', 'lyre', 'doth', 'trusting', 'heart', 'inspire', 'confidence', 'trust', 'hand', 'issued', 'divine_command', 'know', 'god', 'oft', 'pas', 'beneath', 'rod', 'trouble', 'weary', 'length', 'god', 'refuge', 'strength', 'wrought', 'spirit', 'devil', 'working', 'miracle', 'gather', 'king', 'people', 'earth', 'battle', 'great_day', 'god_almighty', 'point', 'time', 'saviour', 'behold', 'come', 'thief', 'blessed', 'watcheth', 'great_day', 'god', 'mentioned', 'text', 'day', 'lord', 'day', 'wrath', 'day', 'lord', 'anger', 'spoken', 'scripture', 'immediately', 'succeeds', 'day', 'salvation', 'comparing', 'text', 'reference', 'evidently', 'appears', 'matthew', 'refers', 'period', 'time', 'referrd', 'rev', 'matt', 'joel', 'deception', 'forth', 'world', 'deceived', 'son', 'man', 'appears', 'harvest', 'reaped', 'battle', 'fought', 'enemy', 'god', 'overthrown', 'object', 'matthew', 'important', 'consideration', 'present', 'mind', 'reader', 'think', 'given', 'fact', 'reasoning', 'prove', 'coming', 'lord', 'mentioned', 'matthew', 'literal', 'personal', 'visible', 'coming', 'idea', 'fact', 'controverted', 'reasoning', 'refuted', 'question', 'asked', 'believe', 'instruction', 'chapter', 'given', 'prove', 'second', 'coming', 'christ', 'literal', 'personal', 'answer', 'object', 'view', 'question', 'concerning', 'nature', 'coming', 'asked', 'mark', 'point', 'disciple', 'ask', 'master', 'actually', 'come', 'world', 'behold', 'personally', 'matter', 'query', 'universalist', 'spiritualizing', 'view', 'second', 'coming', 'invented', 'saviour', 'thing', 'know', 'coming', 'personal', 'visible', 'question', 'shall', 'sign', 'thy', 'coming', 'end', 'wor', 'question', 'concerning', 'certain', 'event', 'time', 'fulfillment', 'answer', 'question', 'direct', 'shall', 'thing', 'know', 'near', 'door', 'shown', 'great_mistake', 'majority', 'study', 'chapter', 'appear', 'think', 'sole', 'object', 'saviour', 'guard', 'follower', 'idea', 'know', 'time', 'coming', 'contrary', 'lead', 'mind', 'series', 'event', 'sign', 'special', 'object', 'know', 'tithe', 'day', 'hour', 'time', 'near', 'near', 'door', 'verse', 'perverted', 'justify', 'oft', 'repeated', 'assertion', 'cahnot', 'tell', 'time', 'lord', 'coming', 'opposer', 'quote', 'verse', 'accept', 'statement', 'fully', 'cheerfully', 'ekceeding', 'strong', 'confidence', 'saviour', 'word', 'tell', 'day', 'hour', 'equal', 'confidence', 'declaption', 'accept', 'confidence', 'statement', 'verse', 'assurance', 'know', 'near', 'know', 'god', 'dark', 'stormy', 'road', 'cloud', 'silver', 'lining', 'faith', 'triumphant', 'vision', 'wing', 'faith', 'prayer', 'rise', 'scale', 'wall', 'paradise', 'gather', 'strength', 'heavenly', 'birth', 'battle', 'care', 'earth', 'sorrow', 'rise', 'mountain', 'height', 'faith', 'hope', 'test', 'turn', 'dark', 'temptation', 'power', 'know', 'god', 'know', 'best', 'louisa', 'penn', 'matthew', 'late', 'elder', 'waggoner', 'striking', 'point', 'similarity', 'mat', 'thew', 'book', 'revelation', 'refer', 'closing', 'scene', 'dispensation', 'refers', 'working', 'miracle', 'deceive', 'word', 'saviour', 'man', 'shall', 'unto', 'christ', 'believe', 'shall', 'arise', 'false', 'christ', 'false_prophets', 'shall', 'great', 'sign', 'afid', 'wonder', 'insomuch', 'possible', 'shall', 'deceive', 'elect', 'matt', 'rev', 'prophecy', 'wonder', 'wrought', 'certain', 'power', 'called', 'beast', 'horn', 'like', 'lamb', 'mean', 'deceives', 'world', 'fastens', 'people', 'false', 'worship', 'work', 'deception', 'falsehood', 'god', 'cause', 'warning', 'pro', 'claimed', 'chapter', 'warning', 'given', 'son', 'man', 'appears', 'reap', 'harvest', 'earth', 'place', 'end', 'dispensation', 'matt', 'joel', 'miracle', 'shown', 'conclusion', 'work', 'rev', 'shown', 'object', 'tio']
root - INFO - extracting file #147500: 2017-04-Final-Corpus/ST18930320-V19-20-page7.txt
root - INFO - extracting file #148000: 2017-04-Final-Corpus/ST18931225-V20-08-page7.txt
root - INFO - ['december', 'sign', 'tim', 'lord', 'claim', 'commendation', 'lord', 'rest', 'people', 'rob', 'tithe', 'offering', 'need', 'setting', 'people', 'duty', 'matter', 'render', 'unto', 'god', 'let', 'present', 'truth', 'faithful', 'presenting', 'duty', 'let', 'follows', 'plain', 'requirement', 'god', 'tithing', 'people', 'point', 'laborer', 'teaching', 'truth', 'mind', 'urging', 'yield', 'obedience', 'requirement', 'god', 'let', 'laborer', 'discretion', 'strong', 'meat', 'babe', 'feed', 'milk', 'word', 'case', 'mingle', 'spirit', 'idea', 'truth', 'cover', 'precept', 'god', 'tradition', 'supposition', 'let', 'people', 'truth', 'jesus', 'mingle', 'concoction', 'devising', 'presentation', 'truth', 'taste', 'strongly', 'self', 'disgust', 'hearer', 'able', 'paul', 'kept', 'profitable', 'unto', 'showed', 'taught', 'publicly', 'house', 'house', 'testifying', 'jew', 'greek', 'repentance', 'god', 'faith', 'lord', 'jesus_christ', 'record', 'day', 'pure', 'blood', 'men', 'shunned', 'declare', 'unto', 'counsel', 'god', 'earnest_work', 'order', 'search', 'scripture', 'able', 'declare', 'unto', 'meet', 'counsel', 'god', 'history', 'george', 'price', 'act', 'drama', 'mighty', 'work', 'performed', 'son', 'man', 'appeared', 'thousand', 'thousand', 'tired', 'own_ways', 'eagerly', 'accepted', 'free_gift', 'god', 'everlasting', 'love', 'salvation', 'sin', 'gift', 'eternal_life', 'deliverance', 'pervad', 'ing', 'tyranny', 'rome', 'given', 'simply', 'willing', 'accept', 'nearly', 'century', 'went', 'power', 'compelled', 'attention', 'scoffing', 'atheist', 'deluded', 'pagan', 'bigoted', 'prejudiced', 'jew', 'fall', 'man', 'world', 'thoroughly', 'renovated', 'gospel', 'salvation', 'taken', 'nation', 'people', 'work', 'carried', 'different', 'way', 'satan', 'new', 'plan', 'counteract', 'influence', 'new', 'principle', 'outward_appearance', 'rev', 'evil', 'spoken', 'doctrine', 'balaam', 'doctrine', 'nicolaitanes', 'balaam', 'according', 'best', 'etymology', 'signifies', 'destroyer', 'people', 'nicola', 'grecizing', 'sir', 'arthur', 'blackwood', 'london', 'christian', 'balaam', 'said', 'taught', 'balak', 'cast', 'stumbling', 'block', 'child', 'issrael', 'eat', 'thing', 'sacrificed', 'unto', 'idol', 'commit', 'fornication', 'curse', 'people', 'overcome', 'open', 'warfare', 'love', 'wage', 'unrighteousness', 'taught', 'balak', 'thing', 'accomplished', 'way', 'daughter', 'moab', 'fair', 'israel', 'induced', 'unite', 'worship', 'life', 'rock', 'followed', 'defense', 'compelled', 'forsake', 'great_multitude', 'longer', 'feared', 'read', 'result', 'let', 'mind', 'sturdy', 'christianity', 'nero', 'galerius', 'fiendish', 'torture', 'subdue', 'let', 'christianity', 'fascinated', 'captured', 'emasculated', 'pagan', 'constantine', 'moabitish', 'woman', 'invited', 'israel', 'sacrifice', 'god', 'people', 'eat', 'bowed', 'god', 'israel', 'joined', 'baal', 'peor', 'roman', 'priapus', 'mingled', 'heathen', 'learned', 'work', 'served', 'idol', 'doe', 'tell', 'whole_story', 'great_apostasy', 'world', 'absorbed', 'church', 'church', 'mixed', 'world', 'nearly', 'millennium', 'civilized', 'world', 'nominally', 'christian', 'little', 'better', 'baptized', 'paganism', 'roman', 'world', 'augustan', 'age', 'reached', 'highest', 'stage', 'mental', 'development', 'worldly', 'prosperity', 'man', 'apart', 'god', 'able', 'attain', 'marble', 'palace', 'thousand', 'slave', 'mistress', 'rolling', 'stream', 'gold', 'subjected', 'world', 'glorious', 'rome', 'proud', 'thy', 'self', 'sufficiency', 'dost', 'think', 'thou_bast', 'need', 'help', 'lowly', 'nazarene', 'dost', 'think', 'thy', 'horace', 'thy', 'catullus', 'clearer', 'nobler', 'harp', 'celestial', 'delighted', 'opportunity', 'bumble', 'birth', 'chant', 'glory', 'god', 'highest', 'earth', 'peace', 'good', 'men', 'thou', 'despise', 'noble', 'song', 'corrupt', 'melody', 'consequence', 'barbarian', 'north', 'sweeping', 'thy', 'luxurious', 'villa', 'pleasure', 'garden', 'blotting', 'earth', 'civilization', 'corrupted', 'mean', 'heaven', 'possessed', 'order', 'purification', 'world', 'lay', 'dead', 'age', 'thousand', 'year', 'darkness', 'overspread', 'globe', 'scarcely', 'ray', 'light', 'pierced', 'black', 'pestilent', 'pall', 'lord', 'mercy', 'blotted', 'world', 'people', 'training', 'bring', 'forth', 'word', 'rubbish', 'century', 'study', 'proclaim', 'present', 'political', 'world', 'storm', 'howled', 'storm', 'lightning', 'forked', 'lightning', 'crossed', 'thunder', 'answered', 'thunder', 'muttering', 'sound', 'sullen', 'wrath', 'famine', 'pestilence', 'dread', 'sister', 'work', 'death', 'stalked', 'hand', 'hand', 'europe', 'ignorance', 'superstition', 'fettered', 'mind', 'men', 'delivered', 'helpless', 'hopeless', 'dominion', 'rome', 'personification', 'evil', 'man', 'grew', 'familiar', 'woe', 'beast', 'field', 'accustomed', 'continual', 'plunder', 'devastation', 'village', 'larum', 'bell', 'rung', 'sign', 'enemy', 'approach', 'hurry', 'home', 'protection', 'guide', 'accustomed', 'misery', 'serres', 'behold', 'result', 'rejection', 'perversion', 'gospel', 'god', 'behold', 'reprieve', 'merciful', 'god', 'grant', 'rebellious', 'world', 'opportunity', 'unparalleled', 'grace', 'day', 'glorious', 'dazzling', 'light', 'world', 'reached', 'aphelion', 'ability', 'return', 'blotted', 'destruction', 'came', 'result', 'national', 'condemnation', 'come', 'close', 'probation', 'world', 'remarked', 'augustan', 'age', 'highest', 'stage', 'man', 'development', 'apart', 'god', 'approach', 'period', 'man', 'attains', 'highest', 'possible', 'development', 'aid', 'religion', 'sanctifying', 'power', 'mean', 'modern', 'world', 'advantage', 'christianity', 'reflex', 'influence', 'time', 'denying', 'power', 'religion', 'life', 'denying', 'neglecting', 'man', 'progress', 'present_age', 'civilization', 'rome', 'socially', 'mentally', 'politically', 'reflex', 'influence', 'christianity', 'shine', 'literature', 'holy', 'life', 'heritage', 'present_day', 'orphanage', 'rome', 'asylum', 'hospital', 'range', 'philanthropic', 'work', 'equally', 'potent', 'politically', 'christianity', 'proclaim', 'liberty', 'individual', 'conscience', 'emancipated', 'world', 'far', 'possible', 'sin', 'reigning', 'world', 'beneath', 'curse', 'fast', 'approaching', 'mountain', 'light', 'reach', 'height', 'despise', 'god', 'law', 'trample', 'hold', 'holy', 'precept', 'dear', 'fitting', 'culmination', 'sin', 'meet', 'final', 'retribution', 'living', 'period', 'truly', 'age', 'grandest', 'hour', 'great_day', 'time', 'period', 'grand', 'sunset', 'hour', 'provocative', 'solemn', 'thought', 'look', 'day', 'work', 'learn', 'possible', 'lesson', 'guide', 'minute', 'daylight', 'remain', 'sun', 'gleam', 'brightly', 'western', 'hill', 'refulgence', 'far', 'exceeding', 'brightest', 'noonday', 'gleam', 'assured', 'dip', 'horizon', 'amid', 'dreadful', 'storm', 'weary', 'century', 'thank', 'god', 'boat', 'outride', 'blast', 'willing', 'occupy', 'berth', 'humble', 'cabin', 'carried', 'safely', 'haven', 'rest', 'let', 'listen', 'distant', 'muttering', 'storm', 'come', 'water', 'world', 'experieneed', 'rage', 'yes', 'burst', 'head', 'disciple', 'nero', 'raised', 'drown', 'infuriated', 'populace', 'satan', 'employed', 'age', 'blot', 'earth', 'serve', 'faithfully', 'lord', 'god', 'persecution', 'space', 'doe', 'thy', 'occupy', 'bloody', 'record', 'past', 'countless', 'thy', 'victim', 'dreadful', 'thy', 'work', 'contrary', 'pure', 'spirit', 'gospel', 'love', 'great_struggle', 'age', 'record', 'soon', 'placed', 'previous', 'great', 'book', 'need', 'heavenly', 'wisdom', 'discern', 'aright', 'sign', 'time', 'come', 'victor', 'conflict', 'best', 'preparation', 'corning', 'day', 'prayerful', 'dependence', 'god', 'intimate', 'increasing']
root - INFO - extracting file #148500: 2017-04-Final-Corpus/ST18940813-V20-40-page10.txt
root - INFO - extracting file #149000: 2017-04-Final-Corpus/ST18961203-V22-48-page10.txt
root - INFO - ['sign', 'time', 'vol', 'quickens', 'circulation', 'overheated', 'room', 'detrimental', 'deep', 'breathing', 'greatly', 'stimulates', 'circulation', 'providing', 'larger', 'quantity', 'pure_air', 'breathing', 'shallow', 'circulation', 'course', 'feeble', 'poison', 'thrown', 'carried', 'body', 'doubly', 'poisoned', 'custom', 'chili', 'opening', 'room', 'escape', 'smoke', 'impure_air', 'admission', 'pure_air', 'exception', 'kitchen', 'damp', 'season', 'use', 'burning', 'charcoal', 'render', 'air', 'unfit', 'use', 'great', 'cause', 'disease', 'room', 'admit', 'free', 'circulation', 'air', 'carried', 'away', 'received', 'good', 'quality', 'new', 'supply', 'brought', 'enter', 'close', 'room', 'notice', 'offensive', 'odor', 'stagnating', 'depressing', 'effect', 'time', 'accustomed', 'room', 'warm', 'soon', 'feel', 'sleeply', 'exhausted', 'effect', 'poison', 'contains', 'depend', 'feeling', 'circulation', 'free', 'possible', 'temperature', 'room', 'looked', 'air', 'seventy', 'degree', 'weakening', 'debilitating', 'body', 'deep', 'breathing', 'pure_air', 'free', 'circutlaion', 'proper', 'temperature', 'essential', 'health', 'vigor', 'having', 'right', 'quality', 'quantity', 'air', 'somewhat', 'stimulated', 'food', 'air', 'carried', 'body', 'depend', 'largely', 'strength', 'circulation', 'considered', 'week', 'answer', 'prayer', 'imvaus', 'arctic', 'mail', 'carrier', 'dog', 'died', 'night', 'poison', 'frozen', 'fish', 'supply', 'mile', 'trading', 'post', 'cold', 'degree', 'zero', 'broken', 'hearted', 'dog', 'poor', 'fellow', 'given', 'died', 'wife', 'little', 'babe', 'awaiting', 'end', 'route', 'thought', 'dear', 'failed', 'mind', 'wandering', 'variation', 'talking', 'dog', 'human', 'sound', 'crackling', 'ice', 'sight', 'snow', 'snow', 'snow', 'great', 'stretch', 'dazzling', 'whiteness', 'crisp', 'crust', 'foot', 'solid', 'glacier', 'poor', 'fellow', 'felt', 'lie', 'bear', 'longer', 'lightened', 'load', 'sledge', 'drew', 'day', 'slept', 'fur', 'bag', 'night', 'cried', 'great', 'father', 'agony', 'pleading', 'leave', 'long', 'send', 'send', 'die', 'onde', 'night', 'lay', 'fur', 'bag', 'slept', 'pushing', 'ignaus', 'opened', 'eye', 'stood', 'great', 'bear', 'evidently', 'brute', 'curious', 'lie', 'seen', 'like', 'strangely', 'ignaus', 'frightened', 'rose', 'fed', 'bear', 'frozen', 'fish', 'sledge', 'creature', 'acted', 'like', 'great', 'wild', 'dog', 'satisfied', 'lay', 'ignaus', 'satisfied', 'hunger', 'started', 'walk', 'bear', 'trotted', 'surely', 'great', 'father', 'sent', 'thought', 'ignaus', 'night', 'lie', 'fed', 'bear', 'lay', 'warmth', 'shaggy', 'brute', 'putting', 'new_life', 'ignaus', 'mile', 'trading', 'post', 'suddenly', 'bear', 'turned', 'great', 'forest', 'distance', 'ignaus', 'saw', 'reached', 'post', 'president', 'heard', 'ignaus', 'come', 'vast', 'solitude', 'ice', 'snow', 'dog', 'said', 'bravest', 'man', 'north', 'surely', 'good', 'god', 'sent', 'bear', 'save', 'reason', 'home', 'guard', 'leave', 'dear', 'hand', 'little', 'thing', 'understand', 'sting', 'let', 'care', 'sorely', 'pressing', 'finding', 'let', 'bear', 'changed', 'blessing', 'way', 'marked', 'love', 'thee', 'best', 'secret', 'happy', 'man', 'secret', 'promised', 'rest', 'money', 'education', 'health', 'help', 'account', 'world', 'strike', 'gave', 'lame', 'leg', 'reason', 'man', 'answer', 'turned', 'away', 'saw', 'couldn', 'word', 'mind', 'crippled', 'leg', 'god', 'gift', 'teach', 'patience', 'strength', 'believe', 'thoughtful', 'boy', 'taught', 'reverence', 'god', 'thought', 'stranger', 'told', 'truth', 'believe', 'god', 'pitied', 'came', 'feel', 'rose', 'deformity', 'manly', 'true', 'worked', 'temper', 'thought', 'action', 'gradually', 'influenced', 'whole_life', 'came', 'looked', 'god', 'gift', 'especial', 'purpose', 'difficulty', 'gave', 'struggle', 'strengthen', 'mind', 'faith', 'helpless', 'invalid', 'cast', 'support', 'beggar', 'thought', 'god', 'given', 'chance', 'work', 'idea', 'sweetened', 'helped', 'life', 'wish', 'man', 'gave', 'password', 'lifted', 'life', 'higher', 'plane', 'led', 'constantly', 'source', 'good', 'selected', 'tiny', 'steam', 'engine', 'year', 'ego', 'ingenious', 'mechanic', 'buck', 'worcester', 'mass', 'marvelous', 'miniature', 'steam', 'engine', 'liliputian', 'wonder', 'line', 'mechanic', 'small', 'louis', 'republic', 'boiler', 'pump', 'governor', 'necessary', 'attachment', 'occupied', 'space', 'seven', 'sixteenth', 'inch', 'diameter', 'area', 'old', 'fashioned', 'silver', 'threecent', 'piece', 'little', 'engine', 'fiveeighths', 'inch', 'height', 'contained', 'distinct', 'nearly', 'silver', 'gold', 'held', 'screw', 'smallest', 'hundredth', 'inch', 'length', 'miniature', 'engine', 'small', 'valve', 'gearing', 'ordinary', 'horizontal', 'engine', 'drop', 'water', 'sufficient', 'boiler', 'overflowing', 'entire', 'engine', 'weighed', 'grain', 'rid', 'base', 'plate', 'diameter', 'cylinder', 'sixteenth', 'inch', 'length', 'stroke', 'fifty', 'second', 'inch', 'year', 'ago', 'mechanic', 'hull', 'england', 'constructed', 'engine', 'weighed', 'half', 'ounce', 'time', 'thought', 'mechanical', 'marvel', 'levi', 'taylor', 'indianola', 'iowa', 'constructed', 'engine', 'weighed', 'grain', 'selected', 'bank', 'year', 'earliest', 'banking', 'firm', 'record', 'egibi', 'son', 'institution', 'carried', 'advance', 'exchange', 'general', 'financial', 'business', 'babylon', 'year', 'knowledge', 'firm', 'obtained', 'certain', 'record', 'clay', 'tablet', 'recent', 'excavation', 'party', 'english', 'french', 'archaeologist', 'near', 'site', 'ancient', 'city', 'mentioned', 'credit', 'draft', 'form', 'small', 'burnt', 'clay', 'tablet', 'bearing', 'characteristic', 'signature', 'egibi', 'son', 'asia_minor', 'believed', 'close', 'study', 'prove', 'clay', 'tablet', 'tomb', 'pyramid', 'egypt', 'finally', 'prove', 'egibi', 'negotiable', 'note', 'selected', 'havergal', 'remarkable', 'city', 'calumet', 'mich', 'according', 'writer', 'pulpit', 'gross', 'place', 'people', 'situated', 'bleak', 'plateau', 'foot', 'lake', 'superior', 'early', 'october', 'date', 'writing', 'snow', 'storm', 'progress', 'appearance', 'winter', 'set', 'approved', 'fashion', 'sole', 'industry', 'place', 'mining', 'located', 'famous', 'calumet', 'hecla', 'largest', 'copper', 'world', 'shaft', 'sink', 'distance', 'mile', 'underground', 'wierd', 'skip', 'load', 'miner', 'shoot', 'bowel', 'earth', 'watch', 'fading', 'glimmer', 'lamp', 'bend', 'shaft', 'loses', 'sight', 'machinery', 'company', 'cost', 'million', 'dollar', 'built', 'gigantic', 'scale', 'output', 'control', 'copper', 'market', 'world', 'credit', 'calumet', 'hecla', 'mining', 'said', 'strike', 'employee', 'probably', 'best', 'paid', 'housed', 'class', 'miner', 'united', 'state', 'furthermore', 'credit', 'miner', 'said', 'religious', 'behaved', 'calumet', 'boast', 'said', 'policeman', 'constable', 'overworked', 'overcoming', 'circumstance', 'secret', 'happy', 'useful', 'life', 'accept', 'cheerfully', 'adverse', 'circumstance', 'set', 'resolutely', 'work', 'better', 'following', 'incident', 'carry', 'lesson', 'physician', 'life', 'beautiful', 'good_deeds', 'high', 'faith', 'said', 'happy', 'useful', 'world', 'largely', 'effect', 'mind', 'chance', 'question', 'stranger', 'poor', 'boy', 'cripple', 'day', 'standing', 'ball', 'field', 'watching', 'boy', 'bitterness', 'envy', 'strong', 'healthy', 'clothed', 'fed', 'mother', 'player', 'sat', 'carriage', 'waiting', 'game', 'intending', 'drive', 'son', 'home', 'looked', 'angry', 'scowl', 'sick', 'heart', 'young_man', 'standing', 'seeing', 'doubt', 'discontent', 'face', 'touched', 'arm', 'hub', 'wish', 'place', 'boy', 'lie', 'said', 'yes', 'broke', 'nodded', 'gravely', 'reckon', 'god', 'gave']
root - INFO - extracting file #149500: 2017-04-Final-Corpus/ST18971223-V23-50-page10.txt
root - INFO - extracting file #150000: 2017-04-Final-Corpus/ST18990802-V25-31-page11.txt
root - INFO - ['man', 'called', 'day', 'told', 'gratitude', 'old', 'acquaintance', 'came', 'year', 'ago', 'assisted', 'day', 'secured', 'employment', 'added', 'force', 'expression', 'gratitude', 'leaving', 'dollar', 'help', 'work', 'exceptional', 'case', 'mere', 'type', 'similar', 'instance', 'mentioned', 'roll', 'called', 'upyonder', 'expect', 'familiar', 'face', 'mission', 'large_number', 'accepting', 'christ', 'taking', 'bold', 'stand', 'truth', 'know', 'power', 'god', 'mightily', 'midst', 'good_seed', 'sown', 'bear', 'rich_harvest', 'men', 'learning', 'way', 'god', 'thank', 'god', 'daily', 'privilege', 'working', 'class', 'express', 'thanks', 'oakland', 'san_francisco', 'friend', 'coming', 'assist', 'conduct', 'meeting', 'let', 'church_people', 'lend', 'assistance', 'work', 'presence', 'poor', 'people', 'need', 'assistance', 'come', 'united', 'power', 'faith', 'prayer', 'god', 'child', 'power', 'evil', 'destroyed', 'captive', 'set', 'liberty', 'good', 'know', 'christ', 'hearted', 'devotion', 'angel', 'rejoice', 'speak', 'voice', 'fiji', 'considerable', 'passed', 'colurns', 'size', 'position', 'population', 'island', 'need', 'recapitulate', 'better', 'acquainted', 'inhabitant', 'idea', 'broaden', 'lord', 'wesleyanism', 'past', 'great', 'deal', 'people', 'ala', 'day', 'stand', 'barrier', 'advance', 'light', 'thanks', 'god', 'fight', 'carnal', 'weapon', 'word', 'god', 'ismighty', 'intearing', 'stronghold', 'bringing', 'light', 'hidden', 'thing', 'error', 'language', 'white', 'missionary', 'people', 'nigger', 'posse', 'intellect', 'kind', 'caste', 'relation', 'exists', 'ordained', 'minister', 'native', 'allowed', 'title', 'preacher', 'helping', 'preacher', 'glad', 'truth', 'brother', 'exception', 'color', 'race', 'intellect', 'faith', 'vilest', 'son', 'god', 'glory', 'people', 'mean', 'low', 'intellect', 'time', 'childish', 'education', 'higher', 'school', 'learning', 'child', 'nature', 'clearer', 'purer', 'conception', 'truth', 'evidenced', 'regard', 'word', 'god', 'teachable', 'spirit', 'hospitable', 'average', 'old', 'saying', 'hitch', 'string', 'hang', 'time', 'outside', 'humble', 'dwelling', 'fulfilling', 'inasmuch', 'unto', 'brother', 'unto', 'suva', 'vou', 'parker', 'work', 'worker', 'convert', 'reported', 'brother', 'steward', 'meeting', 'held', 'ymir', 'camp', 'meeting', 'progress', 'basin', 'mont', 'thirty', 'mile', 'northeast', 'butte', 'great', 'northern', 'railroad', 'quarterly', 'meeting', 'church', 'paul', 'minn', 'seven', 'member', 'added', 'baptism', 'brother', 'phelps', 'officiated', 'recent', 'camp', 'meeting', 'held', 'red', 'butte', 'settlement', 'mile', 'south', 'great', 'fall', 'mont', 'person', 'baptized', 'marked', 'revival', 'professed', 'christ', 'recent', 'camp', 'meeting', 'held', 'spokane', 'wash', 'candidate', 'followed', 'lord', 'baptism', 'camp', 'meeting', 'held', 'upper_columbia', 'conference', 'season', 'nearly', 'person', 'baptized', 'item', 'reaper', 'decided', 'establish', 'health', 'food', 'store', 'sanitarium', 'city', 'spokane', 'wash', 'orphan', 'home', 'boise', 'idaho', 'enterprise', 'pending', 'starting', 'bakery', 'walla_walla', 'college', 'second', 'arrival', 'physician', 'sanitarium', 'battle', 'creek', 'mich', 'securing', 'suitable', 'home', 'near', 'boise', 'apostle', 'paul', 'best', 'work', 'prison', 'john', 'bunyan', 'occurred', 'frequently', 'marked', 'attention', 'drawn', 'work', 'arrest', 'brother', 'account', 'faith', 'especially', 'case', 'brother', 'rodney', 'owen', 'arrested', 'recently', 'mississippi', 'little', 'hoeing', 'garden', 'sunday', 'morning', 'argus', 'published', 'amory', 'given', 'brother', 'owen', 'large', 'space', 'column', 'presentation', 'truth', 'advancing', 'real', 'cause', 'persecution', 'paper', 'editorial', 'attention', 'brother', 'owen', 'position', 'principle', 'involved', 'truth', 'widely', 'proclaimed', 'arrest', 'ordinary', 'ministry', 'close', 'article', 'argus', 'ult', 'word', 'battle', 'religious_liberty', 'fought', 'pen', 'voice', 'inspired', 'principle', 'truth', 'justice', 'believe', 'noble', 'men', 'christian_church', 'outside', 'church', 'stand', 'defense', 'religious_liberty', 'august', 'san_francisco', 'helping', 'hand', 'medical_mission', 'pleased', 'furnish', 'friend', 'report', 'work', 'column', 'sign', 'time', 'doubt', 'regard', 'success', 'work', 'come', 'heartfelt', 'expression', 'gratitude', 'beneficiary', 'mission', 'heard', 'considered', 'privilege', 'contribute', 'success', 'visited', 'day', 'ago', 'man', 'fall', 'expression', 'gratitude', 'kindness', 'shown', 'wonderful', 'truth', 'god', 'word', 'learned', 'gave', 'dollar', 'assisting', 'poor_man', 'left', 'word', 'brother', 'richards', 'dexter', 'living', 'christian_life', 'truth', 'learned', 'new', 'treasurer', 'winslow', 'pacific_press', 'oakland', 'remit', 'money_order', 'express', 'order', 'arrest', 'different_parts', 'turkey', 'petty', 'annoyance', 'prohibition', 'principally', 'professing', 'protestant', 'acknowledge', 'sabbatarian', 'protestant', 'brother', 'baharian', 'obtained', 'important', 'concession', 'director', 'religion', 'minister', 'interior', 'follows', 'talked', 'zadour', 'baharian', 'preacher', 'sabbath', 'keeper', 'denomination', 'protestantism', 'theirs', 'prote', 'tantism', 'preaches', 'bible', 'let', 'free', 'preach', 'gospel', 'long', 'shall', 'act', 'contrary', 'bible', 'document', 'order', 'minister', 'interior', 'minister', 'police', 'read', 'follows', 'seeing', 'zadour', 'baharian', 'preacher', 'sabbatarian', 'church', 'positively', 'decided', 'preach', 'religion', 'according', 'confession', 'religion', 'protestantism', 'preaches', 'gospel', 'command', 'let', 'free', 'preach', 'religion', 'condition', 'shall', 'act', 'contrary', 'law', 'gospel', 'worthy', 'note', 'annoyance', 'laborer', 'turkey', 'come', 'moslem', 'catholic', 'catholic', 'protestant', 'nominal', 'authority', 'carry', 'work', 'sabbatarian', 'appellation', 'people', 'known', 'catholic', 'protestant', 'church', 'refused', 'recognize', 'protestant', 'subjected', 'annoyance', 'occasion', 'officer', 'police', 'complaint', 'minister', 'professing', 'protestant', 'spirit', 'ial', 'original', 'protestant', 'protested', 'valuable', 'tract', 'pamphlet', 'white', 'bible', 'sanctification', 'contrast', 'true', 'false', 'theory', 'bible', 'holiness', 'page', 'price', 'cent', 'experience', 'view', 'designed', 'cheer', 'encourage', 'look', 'soon', 'coming', 'christ', 'iii', 'page', 'price', 'cent', 'benefit', 'bible', 'study', 'design', 'excellent', 'tract', 'awaken', 'people', 'importance', 'bible', 'study', 'great', 'benefit', 'derived', 'therefrom', 'price', 'cent', 'christ', 'tempted', 'instruction', 'encouragement', 'tempted', 'tried', 'price', 'cent', 'christian', 'privilege', 'number', 'inspire', 'hope', 'courage', 'struggling', 'wayworn', 'traveler', 'zion', 'price', 'cent', 'elect', 'god', 'elect', 'elected', 'price', 'cent', 'home', 'missionary', 'work', 'compilation', 'inspired', 'appeal', 'behalf', 'home', 'missionary_efforts', 'read', 'carry', 'instruction', 'price', 'cent', 'justified', 'faith', 'kind', 'faith', 'necessary', 'justification', 'accomplishes', 'end', 'principal', 'thought', 'valuable', 'tract', 'price', 'ent', 'privilege', 'prayer', 'precious', 'privilege', 'privilege', 'realize', 'fulness', 'enable', 'intelligent', 'vital', 'point', 'tract', 'presented', 'price', 'cent', 'christian', 'member', 'secret', 'society', 'question', 'attracting', 'world', 'wide', 'attention', 'answered', 'tract', 'bible', 'standpoint', 'price', 'cent', 'suffering', 'christ', 'excellent', 'number', 'prejudiced', 'unconverted', 'christ', 'fearful', 'agony', 'garden', 'depicted', 'vivid', 'manner', 'true', 'reason', 'terrible', 'suffering', 'given', 'price', 'cent', 'veal', 'god', 'love', 'helping', 'hand', 'mission', 'work', 'monthly', 'summary', 'gospel', 'meeting', 'held', 'attendance', 'gospel', 'meeting', 'bible', 'class', 'conducted', 'bible', 'reading', 'held', 'request', 'prayer', 'professed', 'conversion', 'treatment', 'given', 'surgical', 'operation', 'examination', 'lodging', 'given', 'meal', 'served', 'penny', 'lunch', 'free', 'lodging', 'free', 'lunch', 'garment', 'given', 'away', 'bath', 'given', 'suit', 'fumigated', 'free', 'laundry', 'men', 'furnished', 'temporary', 'employment', 'men', 'furnished', 'position', 'page', 'literature', 'distributed', 'want', 'help', 'work', 'asp', 'send', 'donation', 'money', 'food', 'best', 'advantage', 'send', 'bean', 'onion', 'potato', 'squash', 'vegetable', 'season', 'send', 'dried', 'canned', 'fresh', 'fruit', 'sending', 'donation', 'careful', 'comply', 'suggestion', 'appear', 'fail', 'mark', 'box', 'package', 'address', 'donor', 'compliance', 'suggestion', 'save', 'delay', 'acknowledging', 'receipt', 'donation', 'sending', 'donation', 'forward', 'freight', 'prepaid', 'helping', 'hand', 'medical_mission', 'commercial', 'san_francisco', 'cal', 'cash', 'donation', 'sent', 'secretary', 'way', 'practical', 'instruction', 'given', 'line', 'price', 'cent', 'pacific_press', 'publishing', 'company', 'debow', 'sign', 'time', 'draft', 'dolson', 'supifintendent', 'way', 'christ', 'bond', 'street', 'new', 'york', 'city', 'oakland', 'cal', 'west', 'street', 'kansa', 'city', 'coming', 'milton', 'wilcox', 'conclusively', 'christ', 'coming', 'near', 'sold', 'price', 'pacific_press', 'pub', 'oak', 'land', 'ilondtc', 'akewyorkcity', 'kansa', 'city', 'rill']
root - INFO - extracting file #150500: 2017-04-Final-Corpus/ST19000613-V26-24-page13.txt
root - INFO - extracting file #151000: 2017-04-Final-Corpus/ST19020625-V28-26-page7.txt
root - INFO - ['june', 'sinned', 'grace', 'god', 'offer', 'salvation', 'titus', 'peter', 'add', 'god', 'lon', 'suffering', 'ward', 'willing', 'perish', 'shall', 'come', 'repentance', 'offered', 'free', 'blame', 'suffer', 'loss', 'proffered', 'favor', 'christ', 'throne', 'grace', 'invite', 'stand', 'need', 'favor', 'come', 'boldly', 'obtain', 'mercy', 'grace', 'help', 'time', 'need', 'heb', 'human', 'stand', 'need', 'divine', 'help', 'deserve', 'merit', 'set', 'claim', 'mean', 'buy', 'face', 'situation', 'squarely', 'lay', 'aside', 'pride', 'doubt', 'acknowledge', 'poverty', 'thankfully', 'accept', 'salvation', 'sin', 'love', 'grace', 'god', 'freely', 'offer', 'god', 'respecter', 'person', 'nationality', 'free_gift', 'grace', 'accept', 'spirit', 'bride', 'come', 'let', 'heareth', 'come', 'let', 'athirst', 'come', 'whosoever', 'let', 'water', 'life', 'freely', 'rev', 'invitation', 'recorded', 'book', 'verse', 'benediction', 'grace', 'lord', 'bitter', 'people', 'murmured', 'water', 'drink', 'lord', 'showed', 'moses', 'certain', 'tree', 'cut', 'cast', 'water', 'water', 'healed', 'lord', 'conditional', 'promise', 'people', 'said', 'thou_wilt', 'diligently', 'hearken', 'voice', 'lord_thy', 'god', 'wilt', 'right', 'sight', 'wilt', 'ear', 'commandment', 'statute', 'disease', 'thee', 'brought', 'egyptian', 'lord', 'healeth', 'thee', 'descendant', 'abraham', 'partaker', 'promise', 'meet', 'follow', 'footstep', 'kept', 'commandment', 'statute', 'law', 'lord', 'gen', 'week', 'departure', 'home', 'egypt', 'people', 'came', 'wilderness', 'sin', 'bitterly', 'murmured', 'time', 'lack', 'food', 'longed', 'fleshpots', 'egypt', 'lord', 'said', 'unto', 'moses', 'behold', 'rain', 'bread', 'heaven', 'people', 'shall', 'gather', 'certain', 'rate', 'day', 'prove', 'walk', 'law', 'law', 'god', 'existence', 'time', 'proving', 'people', 'matter', 'obedience', 'thing', 'revealed', 'particular', 'law', 'tested', 'sabbath', 'memorial', 'god', 'rest', 'creation', 'special', 'mark', 'sign', 'true', 'god', 'israel', 'delivered', 'servitude', 'egypt', 'submit', 'law', 'delivered', 'recognize', 'memorial', 'neglect', 'estranged', 'egypt', 'note', 'lord', 'time', 'enact', 'law', 'reference', 'solely', 'existed', 'instruction', 'regard', 'proving', 'walk', 'law', 'reference', 'gathering', 'manna', 'sixth', 'day', 'making', 'preparation', 'sabbath', 'shall', 'come', 'pas', 'sixth', 'day', 'shall', 'prepare', 'bring', 'shall', 'twice', 'gather', 'daily', 'verse', 'day', 'forbidden', 'manna', 'morning', 'afraid', 'manna', 'fail', 'morning', 'tried', 'eaten', 'abundant', 'supply', 'weak', 'faith', 'left', 'morning', 'bred', 'worm', 'stank', 'verse', 'came', 'pas', 'sixth', 'day', 'gathered', 'twice', 'bread', 'oniers', 'man', 'ruler', 'congregation', 'came', 'told', 'moses', 'said', 'unto', 'lord_bath', 'said', 'morrow', 'rest', 'holy', 'sabbath', 'unto', 'lord', 'bake', 'bake', 'day', 'seethe', 'seethe', 'remaineth', 'lay', 'kept', 'morning', 'laid', 'till', 'morning', 'moses', 'bade', 'stink', 'worm', 'moses', 'said', 'eat', 'day', 'day', 'sabbath', 'unto', 'lord', 'day', 'shall', 'field', 'day', 'shall', 'gather', 'seventh', 'day', 'sabbath', 'shall', 'slow', 'believe', 'disobedient', 'heart', 'large', 'mixed', 'multitude', 'camp', 'principal', 'instigator', 'murmuring', 'rebellion', 'came', 'pas', 'went', 'people', 'seventh', 'day', 'gather', 'hone', 'lord', 'said', 'unto', 'moses', 'long', 'refuse', 'commandment', 'law', 'lord_hath', 'given', 'sabbath', 'giveth', 'sixth', 'day', 'bread', 'day', 'abide', 'man', 'place', 'let', 'man', 'place', 'seventh', 'day', 'people', 'rested', 'seventh', 'day', 'began', 'sabbath', 'reformation', 'god', 'broken', 'egyptian', 'yoke', 'neck', 'people', 'brought', 'serve', 'brought', 'darkness', 'marvelous_light', 'set', 'free', 'meant', 'freedom', 'obey', 'law', 'instead', 'egyptian', 'law', 'christ', 'liberated', 'son', 'shall', 'free', 'shall', 'free', 'john', 'restored', 'rest', 'holy', 'sabbath', 'unto', 'lord', 'deprived', 'egypt', 'rigor', 'servitude', 'result', 'apostasy', 'new', 'sabbath', 'day', 'expressly', 'called', 'seventh', 'day', 'sabbath', 'sabbath', 'day', 'blessed', 'sanctified', 'creation', 'emphasized', 'week', 'later', 'whole_law', 'rehearsed', 'sinai', 'creed', 'speaking', 'new', 'doctrinal', 'statement', 'presbyterian', 'independent', 'adoption', 'remove', 'great', 'stumblin', 'block', 'substantial', 'advantage', 'church', 'abandon', 'confidence', 'binding', 'creed', 'imposed', 'church', 'distinctly', 'told', 'creed', 'try', 'orthodoxy', 'anybody', 'mere', 'statement', 'usually', 'believed', 'public', 'information', 'presbyterian', 'church', 'adopts', 'proposed', 'revision', 'binding', 'creed', 'declaratory', 'statement', 'said', 'confession', 'yes', 'amended', 'confession', 'practically', 'superseded', 'brief', 'statement', 'statement', 'creed', 'reason', 'conceive', 'independent', 'doe', 'abandon', 'confidence', 'binding', 'creed', 'confidence', 'god', 'word', 'church', 'hold', 'bible', 'need', 'creed', 'book', 'mighty', 'power', 'life', 'hold', 'believe', 'man', 'chooses', 'own_way', 'preference', 'god', 'way', 'departs', 'better', 'word', 'depart', 'stick', 'creed', 'departing', 'creed', 'excommunication', 'church', 'mean', 'simple', 'loyalty', 'god', 'book', 'nartion', 'corner', 'divinity', 'christ', 'kindly', 'inform', 'question', 'corner', 'belief', 'intelligent', 'sevent', 'day', 'adventist', 'divinity', 'christ', 'claim', 'wholly', 'divested', 'divinity', 'man', 'laid', 'aside', 'forever', 'occupy', 'position', 'glory', 'sacrifice', 'life', 'earth', 'know', 'understanding', 'people', 'abae', 'mentioned', 'suppose', 'believe', 'bible', 'reason', 'think', 'querist', 'doubt', 'evidently', 'christ', 'existence', 'form', 'god', 'equal', 'god', 'god', 'save', 'fallen', 'lost', 'purpose', 'emptied', 'beginning', 'lamb', 'slain', 'foundation', 'world', 'seen', 'career', 'afterward', 'carrying', 'great_purpose', 'jehovah', 'angel', 'messenger', 'man', 'died', 'cross', 'buried', 'rose', 'ascended', 'high', 'far', 'principality', 'power', 'named', 'coming', 'receive', 'reign', 'forever', 'career', 'represented', 'son', 'god', 'called', 'son', 'man', 'called', 'spirit', 'son', 'god', 'matt', 'john', 'multitude', 'text', 'wae', 'man', 'god', 'onl', 'begotten', 'father', 'time', 'power', 'deity', 'save', 'help', 'faith', 'god', 'soul', 'use', 'mysterious', 'union', 'till', 'poured', 'soul', 'death', 'great_purpose', 'uttermost', 'bore', 'fruit', 'deed', 'went', 'lowest', 'man', 'death', 'exalt', 'man', 'divine', 'sacrifice', 'eternal', 'took', 'human', 'form', 'bear', 'son', 'god', 'hiding', 'power', 'humanity', 'faithfulness', 'absolute', 'right', 'wound', 'hand', 'symbol', 'hab', 'suffering', 'raised', 'humanity', 'throne', 'infinite', 'forever', 'sacrifice', 'glorified', 'purchase', 'blood', 'cor', 'text', 'context', 'teach', 'time', 'safe', 'thing', 'glorify', 'god', 'especially', 'true', 'near', 'end', 'mourning', 'rejoicing', 'earthly', 'thing', 'business', 'social', 'relation', 'marriage', 'subject', 'god', 'claim', 'use', 'world', 'abusing', 'marriage', 'minister', 'lust', 'lewdness', 'miss', 'object', 'marriage', 'blessing', 'god', 'jesus_christ', 'amen', 'sabbath', 'sabbath', 'reform', 'wilderness', 'child', 'israel', 'egypt', 'servant', 'egyptian', 'case', 'subject', 'egyptian', 'law', 'joseph', 'lived', 'immediate', 'supervision', 'comparatively', 'independent', 'faithful', 'true', 'god', 'prospered', 'material', 'thing', 'possession', 'land', 'goshen', 'best', 'land', 'grew', 'multiplied', 'exceedingly', 'joseph', 'death', 'egyptian', 'rule', 'egyptian', 'influence', 'soon', 'began', 'work', 'apostasy', 'rank', 'god', 'people', 'far', 'departed', 'gob', 'father', 'worshiped', 'god', 'egyptian', 'lord', 'gave', 'rapacity', 'idolatrous', 'master', 'order', 'folly', 'way', 'willing', 'return', 'egyptian', 'child', 'israel', 'serve', 'rigor', 'came', 'pas', 'process', 'time', 'child', 'israel', 'sighed', 'reason', 'bondage', 'cried', 'came', 'unto', 'god', 'reason', 'bondage', 'lord', 'appeared', 'moses', 'burning', 'bush', 'mount', 'horeb', 'said', 'surely', 'seen', 'affliction', 'people', 'egypt', 'heard', 'reason', 'taskmaster', 'know', 'sorrow', 'moses', 'commissioned', 'bring', 'forth', 'lord', 'people', 'egypt', 'pharaoh', 'saith', 'lord', 'let', 'people', 'serve', 'moses', 'fearful', 'israelite', 'believe', 'message', 'forty_years', 'time', 'acknowledged', 'power', 'egypt', 'understood', 'deliver', 'bondage', 'lord', 'gave', 'sign', 'convince', 'commissioned', 'lord', 'went', 'accompanied', 'brother', 'aaron', 'showed', 'sign', 'lord', 'given', 'people', 'believed', 'heard', 'lord', 'visited', 'child', 'israel', 'looked', 'affliction', 'bowed', 'head', 'worshiped', 'delivered', 'serve', 'israelite', 'eventually', 'delivered', 'mighty', 'hand', 'situation', 'lord', 'unto', 'child', 'israel', 'servant', 'servant', 'brought', 'forth', 'land', 'egypt', 'lev', 'faith', 'crossed', 'red_sea', 'heb', 'direct', 'care', 'direct', 'guidance', 'god', 'israel', 'naturally', 'expected', 'obey', 'commandment', 'coming', 'red_sea', 'celebrated', 'deliverance', 'overthrow', 'master', 'led', 'day', 'journey', 'wilderness', 'place', 'called', 'marah', 'water', 'sign', 'time']
root - INFO - extracting file #151500: 2017-04-Final-Corpus/ST19040831-V30-35-page7.txt
root - INFO - extracting file #152000: 2017-04-Final-Corpus/ST19050628-V31-26-page7.txt
root - INFO - ['experiment', 'surely', 'ought', 'able', 'stand', 'day', 'week', 'assault', 'intent', 'kill', 'crime', 'need', 'saloon', 'order', 'strong', 'drink', 'suggest', 'closing', 'altogether', 'meet', 'strong', 'opposition', 'police', 'department', 'fourth', 'soon', 'conspicuously', 'unnecessary', 'lose', 'job', 'proposed', 'add', 'day', 'time', 'work', 'gradually', 'reason', 'sunday', 'week', 'enthusiasm', 'better', 'day', 'apt', 'stop', 'sunday', 'past', 'great', 'diana', 'ephesian', 'discrediting', 'word', 'tempting', 'target', 'called', 'higher', 'critic', 'miracle', 'bible', 'attempt', 'dis', 'credit', 'narrative', 'gloss', 'miraculous', 'film', 'cunningly', 'devised', 'fabrication', 'occurred', 'ordinary', 'course', 'miraculous', 'carefully', 'expunged', 'gospel', 'record', 'satan', 'considers', 'conquest', 'remainder', 'certain', 'mind', 'heart', 'men', 'latest', 'curious', 'irreverent', 'exhibit', 'character', 'appeared', 'june', 'issue', 'christian_work', 'evangelist', 'effort', 'completely', 'discredit', 'miraculous', 'deliverance', 'peter', 'prison', 'time', 'given', 'sword', 'writer', 'idea', 'word', 'roman', 'soldier', 'guarding', 'peter', 'heard', 'teaching', 'converted', 'friendly', 'released', 'spite', 'fact', 'knew', 'own_lives', 'pay', 'penalty', 'act', 'deliberately', 'gave', 'life', 'peter', 'live', 'word', 'italic', 'deliberate', 'emphasized', 'assertion', 'spite', 'plain', 'declaration', 'word', 'angel', 'lord', 'stood', 'light', 'shined', 'cell', 'smote', 'peter', 'awoke', 'saying', 'rise', 'quickly', 'chain', 'fell', 'hand', 'act', 'note', 'sentence', 'verse', 'quoted', 'alongside', 'place', 'statement', 'higher', 'critic', 'peter', 'slept', 'soldier', 'unfastened', 'fetter', 'unlocked', 'prison', 'door', 'confederate', 'waiting', 'iron', 'gate', 'open', 'statement', 'word', 'past', 'second', 'guard', 'came', 'unto', 'iron', 'gate', 'leadeth', 'city', 'opened', 'accord', 'verse', 'higher', 'critic', 'confederate', 'opened', 'shall', 'believe', 'inspiration', 'inspiration', 'human', 'antagonist', 'peter', 'arrived', 'house', 'brother', 'sister', 'praying', 'deliverance', 'declared', 'lord', 'brought', 'forth', 'prison', 'higher', 'critic', 'state', 'rough', 'roman', 'soldier', 'shall', 'believe', 'higher', 'critic', 'state', 'word', 'translated', 'angel', 'simply', 'mean', 'messenger', 'messenger', 'correct', 'translation', 'original', 'word', 'standing', 'mean', 'greatest', 'possible', 'difference', 'word', 'qualified', 'bible', 'state', 'doe', 'act', 'lord_hath', 'sent', 'forth', 'angel', 'shadow', 'excuse', 'supposing', 'god', 'angel', 'rough', 'roman', 'soldier', 'fact', 'word', 'translated', 'angel', 'new', 'testament', 'tho', 'coming', 'original', 'greek', 'word', 'meaning', 'messenger', 'doe', 'refer', 'men', 'case', 'celestial', 'qualifying', 'word', 'expression', 'sat', 'council', 'fastening', 'eye', 'saw', 'face', 'face', 'angel', 'act', 'question', 'word', 'mean', 'heavenly', 'surely', 'word', 'angel', 'companied', 'qualifying', 'word', 'act', 'anothe', 'subtle', 'insinuation', 'discredit', 'criticism', 'referred', 'revealed', 'attempt', 'sacred', 'record', 'appear', 'simply', 'man', 'impression', 'supposed', 'fact', 'quotation', 'writer', 'referred', 'clearly', 'objected', 'peter', 'ascribed', 'escape', 'supernatural', 'agency', 'appeatied', 'way', 'told', 'story', 'thought', 'saw', 'peter', 'perception', 'sufficiently', 'aroused', 'permit', 'note', 'accurately', 'surroundings', 'mental', 'concept', 'indefinite', 'enable', 'reason', 'correctly', 'cause', 'effect', 'jumble', 'inconsistency', 'uncertainty', 'bible', 'place', 'infallible_word', 'god', 'drowsy', 'beclouded', 'impression', 'men', 'worthless', 'theme', 'pulpit', 'land', 'sounding', 'forth', 'people', 'wonder', 'soul', 'drifting', 'ruin', 'doubting', 'agnosticism', 'infidelity', 'growing', 'apace', 'theologian', 'wasting', 'time', 'opportunity', 'worthless', 'babbling', 'saving', 'soul', 'portion', 'great', 'campaign', 'enemy', 'becloud', 'mind', 'men', 'set', 'soul', 'adrift', 'mooring', 'chart', 'compass', 'value', 'cost', 'soul', 'christ', 'died', 'feeding', 'souldestroying', 'husk', 'word', 'god', 'living', 'active', 'sharper', 'edged', 'sword', 'piercing', 'dividing', 'soul', 'spirit', 'boili', 'joint', 'marrow', 'quick', 'discern', 'thought', 'intent', 'heart', 'heb', 'sunday', 'enforcement', 'news', 'arrest', 'day', 'violation', 'sunday', 'law', 'current', 'news', 'item', 'new', 'orleans', 'white', 'rock', 'man', 'recently', 'tried', 'circuit_court', 'business', 'sunday', 'convicted', 'jury', 'movement', 'sunday', 'closing', 'milwaukee', 'said', 'instigated', 'fourteen', 'minister', 'south', 'church', 'crusade', 'sunday', 'baseball', 'inaugurated', 'marshall', 'mich', 'detroit', 'journal', 'crusade', 'led', 'minister', 'local', 'mayor', 'paducah', 'sunday', 'enforcement', 'inaugurated', 'saloon', 'announced', 'determination', 'enforce', 'sunday', 'closing', 'law', 'strong', 'regard', 'drug_stores', 'saloon', 'revoke', 'license', 'drug_store', 'guilty', 'selling', 'liquor', 'sunday', 'complaint', 'principally', 'woman', 'sabbath', 'alliance', 'sent', 'police', 'headquarters', 'speeding', 'fast', 'horse', 'sunday', 'mamaroneck', 'avenue', 'speedway', 'white', 'plain', 'stopped', 'police', 'speeding', 'place', 'week', 'day', 'sunday', 'determined', 'effort', 'enforce', 'sunday', 'closing', 'indianapolis', 'barber', 'report', 'indianapolis', 'ind', 'sentinel', 'member', 'barber', 'union', 'closely', 'investigate', 'status', 'sunday', 'closing', 'city', 'determined', 'secure', 'evidence', 'violator', 'city', 'ordinance', 'prosecute', 'vigorously', 'work', 'thorough', 'manner', 'special', 'committee', 'appointed', 'union', 'shop', 'city', 'kept', 'strict', 'surveillance', 'day', 'sunday', 'special_attention', 'given', 'shop', 'conducted', 'connection', 'hotel', 'entrance', 'shop', 'gained', 'hotel', 'lobby', 'ionia', 'county', 'mich', 'ministerial', 'association', 'recently', 'organized', 'include', 'minister', 'denomination', 'record', 'opposed', 'sunday', 'baseball', 'monthly', 'meeting', 'association', 'lyon', 'minister', 'decided', 'notify', 'sheriff', 'expect', 'hand', 'time', 'sunday', 'game', 'advertised', 'expected', 'state', 'law', 'violated', 'calling', 'civil', 'official', 'ettforcempet', 'law', 'clergyman', 'invariably', 'record', 'opposing', 'sunday', 'dark_ages', 'religious_persecution', 'simply', 'enforcement', 'civil_law', 'clergyman', 'niagara', 'fall', 'given', 'notice', 'intention', 'fight', 'sunday', 'baseball', 'year', 'state', 'law', 'enforced', 'long', 'statute_book', 'bryan', 'texas', 'march', 'grand_jury', 'adjournment', 'term', 'session', 'seven', 'day', 'reported', 'thing', 'carefully', 'investigated', 'enforcement', 'sundaylaw', 'bryan', 'officer', 'discharging', 'duty', 'line', 'general', 'naval', 'board', 'washington', 'admiral', 'dewey', 'head', 'recommends', 'secretary', 'navy', 'account', 'situation', 'far', 'east', 'battleship', 'added', 'asiatic', 'fleet', 'battleship', 'fleet', 'deemed', 'advisable', 'approximately', 'equivalent', 'force', 'japan', 'orient', 'item', 'joint', 'army', 'navy', 'board', 'decided', 'expend', 'available', 'fund', 'insular', 'defense', 'million', 'dollar', 'strengthening', 'defense', 'philippine', 'logically', 'reckoned', 'king', 'east', 'resource', 'lest', 'lose', 'home', 'prestige', 'paris', 'telegram', 'utmost', 'secrecy', 'french', 'army', 'navy', 'rapidly', 'prepared', 'general', 'mobilization', 'leaf', 'service', 'stopped', 'officer', 'summoned', 'haste', 'regiment', 'ship', 'war', 'office', 'admiralty', 'feverish', 'activity', 'prevails', 'prophet', 'reference', 'day', 'prepare', 'war', 'wake', 'mighty', 'men', 'let', 'men', 'war', 'draw', 'near', 'let', 'come', 'beat', 'plowshare', 'sword', 'pruninghooks', 'spear', 'let', 'weak', 'strong', 'joel', 'turkish', 'prince', 'ahmed', 'kemal', 'eddin', 'brother', 'sultan', 'died', 'disposed', 'affair', 'occurred', 'quietly', 'secretly', 'generally', 'supposed', 'dictation', 'sultan', 'sultan', 'dread', 'assassination', 'chief', 'police', 'intimate', 'danger', 'source', 'source', 'soon', 'disposed', 'said', 'enmity', 'chief', 'dead', 'prince', 'heir', 'throne', 'case', 'sultan', 'death', 'court', 'life', 'oriental', 'country', 'sequel', 'practical', 'destruction', 'russian', 'navy', 'japan', 'grand', 'duke', 'alexis', 'high', 'admiral', 'admiral', 'avellan', 'head', 'naval', 'department', 'resigned', 'grand', 'duke', 'uncle', 'czar', 'said', 'fear', 'assassination', 'extensive', 'fraud', 'connection', 'building', 'operation', 'navy', 'generally', 'alleged', 'fraud', 'bane', 'russian_government', 'world', 'government', 'affected', 'southern', 'pacific', 'railroad', 'company', 'begin', 'work', 'tunnelling', 'sierra', 'nevada', 'tunnel', 'mite', 'long', 'start', 'short_distance', 'north', 'donner', 'lake', 'series', 'end', 'foot', 'blue', 'canyon', 'american', 'river', 'contract', 'let', 'expenditure', 'chinese', 'exclusion', 'law', 'severe', 'judgment', 'secretary', 'war', 'probability', 'china', 'carrying', 'retaliatory', 'exclusion', 'policy', 'oriental', 'old', 'expert', 'business', 'undertake', 'work', 'effectually', 'china', 'given', 'notice', 'american', 'railroad', 'company', 'sell', 'concession', 'chinese', 'government', 'reasonable', 'price', 'submit', 'confiscation', 'concession', 'company', 'agreed', 'sell', 'agreed', 'representative', 'russia', 'japan', 'meet', 'washington', 'arrange', 'term', 'peace', 'japan', 'doe', 'agree', 'stop', 'fighting', 'russia', 'unreservedly', 'declares', 'peace']
root - INFO - extracting file #152500: 2017-04-Final-Corpus/ST19060214-V32-07-page8.txt
root - INFO - extracting file #153000: 2017-04-Final-Corpus/ST19061031-V32-42-page14.txt
root - INFO - ['vol', 'bankrupt', 'world', 'financially', 'world', 'practically', 'bankrupt', 'government', 'set', 'example', 'debt', 'expect', 'pay', 'debt', 'incurring', 'continually', 'increasing', 'liability', 'business', 'men', 'enormously', 'debt', 'bear', 'general', 'push', 'owe', 'business', 'credit', 'apalling', 'men', 'strain', 'credit', 'notch', 'hoping', 'streak', 'luck', 'help', 'great', 'leader', 'finance', 'business', 'principle', 'fact', 'business', 'day', 'largely', 'series', 'game', 'chance', 'instance', 'article', 'henry', 'dexter', 'new', 'york', 'paragraph', 'looking', 'year', 'report', 'railroad', 'stock', 'issued', 'extent', 'bond', 'showing', 'bondholder', 'practically', 'railroad', 'control', 'fifty', 'cent', 'money', 'invested', 'having', 'earnings', 'point', 'company', 'provision', 'paying', 'debt', 'principle', 'aim', 'large', 'dividend', 'let', 'liability', 'subject', 'speculative', 'manipulation', 'world', 'owes', 'heavier', 'debt', 'financial', 'liability', 'allowed', 'unheeded', 'debt', 'love', 'allegiance', 'god', 'indebted', 'life', 'breath', 'thing', 'espek', 'ially', 'owe', 'obey', 'law', 'notwithstanding', 'men', 'liable', 'eternal_death', 'sin', 'lord', 'jesus_christ', 'payed', 'debt', 'condition', 'acknowledgement', 'fact', 'faith', 'tendering', 'obedience', 'faith', 'furthermore', 'accepted', 'mediation', 'faith', 'debtor', 'unbelieving', 'spiritually', 'bankrupt', 'world', 'witness', 'christ', 'gospel', 'end', 'benefit', 'liberality', 'time', 'fast', 'approaching', 'debt', 'overdue', 'opportunity', 'pay', 'forever', 'past', 'time', 'near', 'plead', 'merit', 'christ', 'substitute', 'failure', 'high_time', 'laying', 'treasure', 'love', 'faithful_service', 'great_day', 'reckoning', 'plea', 'wherewith', 'pay', 'meet', 'condemtors', 'controlled', 'bos', 'arrange', 'party', 'want', 'special', 'measure', 'passed', 'defeated', 'according', 'journal', 'work', 'preparing', 'cinch', 'begun', 'introduced', 'sole', 'purpose', 'bought', 'cinched', 'party', 'pay', 'men', 'control', 'necessary', 'vote', 'turn', 'tide', 'right_direction', 'introduced', 'way', 'session', 'compel', 'sunday', 'observance', 'said', 'knowing', 'subject', 'sweeping', 'presented', 'legislature', 'referred', 'committee', 'public', 'moral', 'sabbath', 'law', 'called', 'measure', 'ostensibly', 'designed', 'prevent', 'going', 'wrong', 'sunday', 'reality', 'scatter', 'gun', 'expected', 'bring', 'earth', 'theatrical', 'man', 'concert', 'dance', 'hall', 'proprietor', 'coursing', 'promoter', 'amusement', 'director', 'state', 'law', 'benign', 'measure', 'close', 'sunday', 'place', 'amusement', 'french', 'government', 'action', 'archbishop', 'farley', 'country', 'tell', 'look', 'condition', 'thing', 'sorrow', 'despair', 'state', 'doe', 'conciliatory', 'policy', 'church', 'drive', 'church', 'drastic', 'measure', 'ttlits', 'scene', 'france', 'witnessed', 'world', 'seenio', 'outsider', 'church', 'france', 'decide', 'question', 'board', 'cardinal', 'italy', 'french', 'substance', 'appeal', 'pope', 'bishop', 'priest', 'feel', 'trial', 'ought', 'law', 'measure', 'taken', 'pointed', 'european', 'correspondent', 'roman', 'catholic', 'education', 'let', 'deceived', 'claim', 'roman', 'catholic', 'church', 'favor', 'public_school', 'simple', 'fact', 'opposed', 'opposed', 'reason', 'influence', 'public', 'school', 'weans', 'child', 'away', 'chu', 'plea', 'logical', 'education', 'ougheto', 'round', 'child', 'instruction', 'physical', 'mental', 'moral', 'spiritual', 'religious', 'element', 'state', 'true_education', 'child', 'ought', 'include', 'religion', 'roman', 'catholicism', 'nation', 'instead', 'mercy', 'cinch', 'state', 'far', 'coursing', 'concerned', 'expected', 'supervisor', 'san', 'mateo', 'county', 'look', 'intruder', 'reservation', 'special', 'privilege', 'golden', 'opportunity', 'probably', 'law', 'lively', 'deliberation', 'house', 'usually', 'preacher', 'woman', 'certain', 'circle', 'procured', 'introduction', 'possibly', 'look', 'matter', 'pretty', 'certain', 'introduced', 'purpose', 'popularly', 'called', 'graft', 'matter', 'little', 'introduces', 'manipulation', 'unavoidably', 'law', 'grafters', 'claim', 'true', 'protestantism', 'antipode', 'true', 'protestant', 'hold', 'child', 'taught', 'religion', 'know', 'province', 'purview', 'state', 'instruction', 'roman', 'catholic', 'believe', 'proviso', 'course', 'state', 'shall', 'catholic', 'demand', 'parochial', 'school', 'demand', 'power', 'enforce', 'demand', 'parochial', 'school', 'shall', 'supported', 'state', 'lecture', 'recently', 'given', 'youngstown', 'ohio', 'reverend', 'hehir', 'published', 'catholic', 'mirror', 'september', 'speaker', 'said', 'middle', 'age', 'primary', 'secondary', 'school', 'flourished', 'ecclesiastical', 'supervision', 'true_education', 'home', 'school', 'church', 'foster', 'religion', 'child', 'enabled', 'secure', 'eternal_salvation', 'comparison', 'worldly', 'aim', 'secondary', 'importance', 'enemy', 'christianity', 'banish', 'religious', 'training', 'school', 'late', 'cardinal', 'manning', 'writing', 'let', 'deceived', 'thinking', 'secular', 'religious', 'education', 'reconciled', 'mutually', 'exclusive', 'choose', 'english', 'bishop', 'joint', 'pastoral', 'wrote', 'declared', 'education', 'christianity', 'impossible', 'political', 'chicanery', 'seemingly', 'increase', 'world', 'surely', 'california', 'afflicted', 'victim', 'politician', 'political', 'organ', 'bearing', 'testimony', 'alleged', 'ought', 'know', 'doubt', 'know', 'lobby', 'attending', 'legislature', 'fruitful', 'source', 'revenue', 'legislature', 'purpose', 'certain', 'manipulator', 'convention', 'election', 'planned', 'lobby', 'essential', 'defend', 'certain', 'purposely', 'attacked', 'reformatory', 'order', 'force', 'antagonized', 'defend', 'cash', 'equivalent', 'said', 'settled', 'fact', 'certain', 'boss', 'expect', 'control', 'goodly', 'number', 'member', 'virtue', 'having', 'secured', 'nomination', 'possibly', 'election', 'planning', 'scheme', 'cat', 'paw', 'pecuniary', 'gain', 'game', 'bribing', 'member', 'directly', 'ecome', 'somewhat', 'dangerous', 'certain', 'legislagreat', 'credit', 'moral', 'reform', 'condition', 'catholic_church', 'france', 'looked', 'various_ways', 'prelate', 'church', 'tho', 'division', 'church', 'roman', 'catholic', 'bishop', 'clergy', 'disposed', 'favor', 'french', 'law', 'tbis', 'country', 'defending', 'feel', 'france', 'church', 'justly', 'contend', 'church', 'freer', 'notwithstanding', 'pope', 'condemned', 'vatican', 'garden', 'rome']
root - INFO - extracting file #153500: 2017-04-Final-Corpus/ST19070626-V33-26-page5.txt
root - INFO - extracting file #154000: 2017-04-Final-Corpus/ST19080212-V34-07-page4.txt
root - INFO - ['tesjq', 'ttf', 'law', 'rest', 'healing', 'disease', 'ballou', 'year', 'devoted', 'student', 'physical', 'mental', 'therapeutic', 'concluded', 'week', 'vol', 'natural_law', 'rest', 'invoked', 'natural_result', 'follow', 'mind', 'rest', 'god', 'creator', 'heathen', 'joss', 'assurance', 'family', 'doctor', 'occult', 'formula', 'eddy', 'rest', 'medicine', 'apart', 'entirely', 'vessel', 'bear', 'troubled', 'soul', 'christian_science', 'scheme', 'case', 'rival', 'power', 'stealing', 'weapon', 'armory', 'heaven', 'advance', 'cause', 'organized', 'age', 'ago', 'oppose', 'work', 'jehovah', 'earth', 'come', 'rival', 'christianity', 'region', 'occultism', 'known', 'suggestion', 'hypnotism', 'year', 'medical_man', 'putting', 'forward', 'suggestion', 'hypnotism', 'new', 'branch', 'medical_science', 'suggestion', 'mild', 'case', 'hypnotism', 'difficult', 'use', 'suggestion', 'divert', 'mind', 'unhappy', 'mood', 'channel', 'consists', 'case', 'exercising', 'certain', 'degree', 'trying', 'self', 'believe', 'differently', 'better', 'habit', 'thought', 'naturally', 'permit', 'right', 'far', 'recognizes', 'truth', 'god', 'worketh', 'good_pleasure', 'christ', 'conformity', 'truth', 'lead', 'paul', 'statement', 'thing', 'christ', 'strengtheneth', 'weapon', 'christian', 'warfare', 'carnal', 'mighty', 'thrti', 'god', 'pulling', 'stronghold', 'casting', 'imagination', 'high', 'thing', 'exalteth', 'knowledge', 'god', 'bringing', 'captivity', 'thought', 'obedience', 'christ', 'human', 'enabled', 'control', 'weak', 'spot', 'mind', 'bring', 'subjection', 'creator', 'suggestion', 'mainspring', 'help', 'ignored', 'poor', 'broken', 'staff', 'step', 'suggestion', 'lead', 'accept', 'readily', 'cheerful', 'advice', 'submit', 'fully', 'counsel', 'time', 'giving', 'suggestion', 'physician', 'friend', 'weight', 'weak', 'fearful', 'thought', 'control', 'weakened', 'condition', 'mind', 'effort', 'operator', 'inspire', 'better', 'line', 'thought', 'hopeful', 'cheerful', 'happy', 'vision', 'mentally', 'afflicted', 'commendable', 'procedure', 'provided', 'human_agent', 'influence', 'direct', 'faith', 'hope', 'great', 'source', 'life', 'privilege', 'true', 'teacher', 'healer', 'agent', 'jesus', 'saviour', 'men', 'help', 'save', 'sin', 'weakness', 'folly', 'human_agent', 'satisfied', 'inspiring', 'confidence', 'result', 'effort', 'infinitely', 'small', 'compared', 'true', 'christian', 'course', 'outlined', 'hypnotism', 'requires', 'phase', 'hypnotism', 'allows', 'encourages', 'incites', 'subject', 'mind', 'wholly', 'operator', 'place', 'subject', 'entirely', 'control', 'produce', 'condition', 'irresponsibility', 'power', 'spirit', 'actuates', 'hypnotizer', 'yielding', 'judgment', 'subject', 'greatest', 'open', 'door', 'behold', 'stand', 'door', 'knock', 'rev', 'open', 'door', 'brother', 'let', 'lord', 'come', 'presence', 'sweeter', 'brother', 'delight', 'sin', 'way', 'broad', 'flowery', 'way', 'end', 'gloom', 'way', 'straight', 'narrow', 'path', 'love', 'home', 'open', 'door', 'brother', 'long', 'closed', 'barred', 'opening', 'easy', 'exceedingly', 'hard', 'sweet', 'thing', 'opening', 'door', 'brother', 'welcoming', 'king', 'open', 'door', 'brother', 'open', 'day', 'promise', 'morrow', 'spirit', 'turn', 'away', 'ready', 'open', 'life', 'spent', 'vain', 'long', 'waited', 'come', 'power', 'transaction', 'moral', 'wrong', 'christian', 'afford', 'tolerate', 'christ', 'right', 'control', 'control', 'doe', 'rob', 'creature', 'responsibility', 'dangerous', 'mind', 'moral', 'surrendered', 'weakened', 'power', 'self_control', 'lost', 'subject', 'susceptible', 'subtle', 'occult', 'influence', 'work', 'repeated', 'condition', 'driveling', 'irresponsibility', 'established', 'yielding', 'christ', 'principle', 'brings', 'life', 'strength', 'power', 'imparted', 'exercise', 'self_control', 'yielding', 'let', 'repeat', 'self_control', 'possible', 'certain', 'fully', 'establishes', 'personal', 'responsibility', 'hypnotic', 'yielding', 'person', 'loses', 'semblance', 'self_control', 'mere', 'machine', 'called', 'absurd', 'criminal', 'thing', 'christian', 'know', 'god', 'use', 'hypnotism', 'christian_science', 'falsely', 'called', 'tho', 'doe', 'relief', 'bring', 'healing', 'disease', 'original', 'fountain', 'draw', 'need', 'drink', 'broken', 'cistern', 'fouled', 'water', 'let', 'summarize', 'god', 'law', 'rest', 'natural', 'spiritual', 'remedy', 'ailment', 'caused', 'mental', 'condition', 'law', 'rest', 'lord', 'wait', 'patiently', 'trust', 'shall', 'bring', 'pas', 'christian_science', 'rest', 'formula', 'eddy', 'cure', 'malady', 'medical_science', 'begin', 'suggestion', 'hypnotism', 'sufficient', 'remedy', 'connection', 'good', 'hygiene', 'nearly', 'malady', 'caused', 'mental', 'overwork', 'drink', 'god', 'pure', 'fountain', 'healing', 'sure', 'relief', 'mankind', 'trusting', 'money', 'price', 'relief', 'contaminated', 'relief', 'mere', 'farcical', 'exploitation', 'god', 'great', 'rest', 'cure', 'possible', 'professed', 'believed', 'god', 'resting', 'mind', 'heathen', 'joss', 'kind', 'relief', 'eddy', 'formula', 'work', 'hypnotism', 'conclusion', 'world', 'ripe', 'quackery', 'humbug', 'substitute', 'shrouded', 'mystery', 'demand', 'easy', 'sensible', 'rest', 'mind', 'soul', 'creative', 'power', 'world', 'position', 'guide', 'star', 'sustains', 'operation', 'life', 'accept', 'modern', 'substitute', 'glamour', 'mystery', 'fraud', 'clothe', 'gauze', 'cobweb', 'great', 'solid', 'reality', 'hiding', 'eye', 'people', 'let', 'sensible', 'men', 'woman', 'turn', 'hazy', 'darkness', 'newly', 'vamped', 'ancient', 'philosophy', 'kind', 'clear_light', 'god', 'doe', 'shine', 'soul', 'draw', 'shutter', 'unbelief', 'jesus', 'come', 'unto', 'labor', 'heavy_laden', 'rest', 'yoke', 'learn', 'meek', 'lowly', 'heart', 'shall', 'rest_unto', 'soul', 'yoke', 'easy', 'burden', 'light', 'yoke', 'right', 'gall', 'spot', 'half', 'submission', 'patience', 'faith', 'christian_science', 'demand', 'half', 'self', 'renunciation', 'hypnotism', 'demand', 'christ', 'burden', 'easy', 'light', 'year', 'writer', 'straitened', 'circumstance', 'following', 'hereditary', 'bent', 'own_mind', 'took', 'worrying', 'fretting', 'night', 'midnight', 'hour', 'hand', 'suddenly', 'laid', 'shoulder', 'instantly', 'wide', 'awake', 'attention', 'heard', 'word', 'audibly', 'spoken', 'worrying', 'answer', 'demanded', 'moment', 'heroic', 'mental', 'effort', 'impossible', 'formulate', 'like', 'coherent', 'answer', 'mental', 'answer', 'came', 'dis']
root - INFO - extracting file #154500: 2017-04-Final-Corpus/ST19090210-V36-06-page7.txt
root - INFO - extracting file #155000: 2017-04-Final-Corpus/ST19101004-V37-39-page10.txt
root - INFO - ['war', 'mad', 'nation', 'otwithstanding', 'constant', 'talk', 'peace', 'peace', 'council', 'peace', 'conference', 'peace', 'congress', 'appointed', 'religious', 'political', 'governmental', 'body', 'mad', 'preparation', 'war', 'apace', 'increasing', 'year', 'nation', 'talk', 'peace', 'nation', 'prepares', 'war', 'nation', 'earth', 'scarcely', 'apprehensive', 'danger', 'nation', 'looking', 'jealousy', 'nation', 'eager', 'hunger', 'greed', 'territory', 'cause', 'jealousy', 'stir', 'spirit', 'animosity', 'commerce', 'commercial', 'war', 'bound', 'sooner', 'later', 'awaken', 'spirit', 'civil_war', 'admiral', 'evans', 'remarked', 'san_francisco', 'examiner', 'july', 'united', 'state', 'needed', 'control', 'fair', 'share', 'commerce', 'pacific_ocean', 'ship', 'increase', 'number', 'surely', 'chance', 'friction', 'nation', 'multiply', 'rapidly', 'war', 'come', 'hour', 'notice', 'probably', 'result', 'increased', 'commerce', 'arouses', 'bitterness', 'read', 'despatch', 'europe', 'germany', 'looking', 'old', 'rival', 'austria', 'great', 'deal', 'anxiety', 'austria', 'caught', 'war', 'fever', 'germany', 'doe', 'know', 'war', 'involve', 'austria', 'turkey', 'greece', 'enmity', 'interference', 'great', 'power', 'prevent', 'war', 'time', 'possession', 'province', 'fear', 'breaking', 'peace', 'restrains', 'russia', 'taking', 'possession', 'balkan', 'peninsula', 'power', 'condition', 'affair', 'exists', 'england', 'germany', 'japan', 'united', 'state', 'recent', 'report', 'contend', 'outwardly', 'smooth', 'utterance', 'japan', 'professed', 'friendliness', 'country', 'preparing', 'war', 'year', 'tremendous', 'rapidity', 'expects', 'mistress', 'pacific_ocean', 'fearful', 'cost', 'war', 'fearful', 'cost', 'war', 'rest', 'like', 'horrible', 'incubus', 'breast', 'nation', 'plan', 'italian', 'dreadnought', 'yes', 'sel', 'armed', 'gun', 'turret', 'nightmare', 'influence', 'scarcely', 'breathe', 'vital', 'difference', 'nightmare', 'awakes', 'fearful', 'dream', 'relief', 'fearful', 'war', 'expenditure', 'reality', 'little', 'ago', 'battle', 'ship', 'united', 'state', 'relegated', 'junk', 'pile', 'cost', 'built', 'case', 'nation', 'ship', 'year', 'ago', 'considered', 'class', 'battleship', 'cruiser', 'like', 'oregon', 'new', 'york', 'entirely', 'class', 'considered', 'utterly', 'worthless', 'date', 'squadron', 'fleet', 'advance', 'stir', 'ambition', 'nation', 'long', 'ago', 'noted', 'launching', 'british', 'battle', 'ship', 'orion', 'considered', 'time', 'laid', 'battleship', 'world', 'stood', 'entirely', 'tonnage', 'british', 'cruiser', 'lion', 'combine', 'speed', 'scout', 'fighting', 'quality', 'dreadnought', 'length', 'like', 'struggle', 'stop', 'live', 'time', 'profound', 'peace', 'time', 'leading', 'nation', 'making', 'profuse', 'protestation', 'peaceful', 'desire', 'foot', 'knot', 'displacement', 'ton', 'mount', 'inch', 'gun', 'steam', 'thirty', 'week', 'noted', 'american', 'battle', 'ship', 'ton', 'brazilian', 'battle', 'ship', 'ton', 'secretary', 'navy', 'meyer', 'united', 'state', 'advocating', 'ton', 'battle', 'ship', 'brazil', 'planning', 'considered', 'immense', 'price', 'million', 'dollar', 'paid', 'battle', 'ship', 'ton', 'battle', 'ship', 'built', 'eighteen', 'million', 'dollar', 'peace', 'advocate', 'religious', 'newspaper', 'pointing', 'war', 'mad', 'spirit', 'men', 'standing', 'men', 'civil', 'political', 'life', 'talent', 'ability', 'power', 'given', 'respective', 'country', 'worship', 'war', 'god', 'wonder', 'end', 'instance', 'san', 'jose', 'mercury', 'august', 'stirring', 'editorial', 'entitled', 'contest', 'sovereignty', 'sea', 'referring', 'british', 'dreadnought', 'launched', 'battle', 'ship', 'cruiser', 'lion', 'ton', 'built', 'wonderfully', 'brief', 'time', 'purpose', 'preparation', 'war', 'going', 'scale', 'known', 'history', 'race', 'referring', 'strong', 'profession', 'peace', 'writer', 'illustration', 'suppose', 'instance', 'community', 'authority', 'newspaper', 'people', 'general', 'loudly', 'professing', 'love', 'devotion', 'peace', 'hatred', 'strife', 'time', 'man', 'busy', 'turning', 'house', 'arsenal', 'going', 'armed', 'teeth', 'feeling', 'insecurity', 'danger', 'precisely', 'great', 'community', 'nation', 'everybody', 'friendly', 'everybody', 'sincerely', 'want', 'peace', 'everybody', 'intent', 'getting', 'ready', 'fight', 'truth', 'belief', 'sincerity', 'anybody', 'feel', 'safe', 'going', 'unarmed', 'everybody', 'afraid', 'everybody', 'think', 'security', 'peace', 'ready', 'fight', 'ask', 'stop', 'refers', 'awful', 'burden', 'war', 'expenditure', 'imposes', 'people', 'intolerable', 'end', 'deck', 'plan', 'british', 'cruiser', 'lion', 'showing', 'sweep', 'gun', 'beam', 'beam', 'watchman', 'night', 'plan', 'latest', 'english', 'dreadnought', 'orion', 'turret', 'center', 'line', 'broadside', 'battle', 'ship', 'equipped', 'month', 'cost', 'million', 'dollar', 'hardly', 'water', 'germany', 'begun', 'build', 'bigger', 'faster', 'powerful', 'ship', 'brazil', 'entered', 'race', 'ship', 'larger', 'ton', 'recommended', 'secretary', 'navy', 'united', 'state', 'editor', 'hour', 'come', 'engine', 'mighty', 'terrible', 'ship', 'crash', 'ocean', 'new', 'chapter', 'horror', 'opened', 'history', 'mankind', 'fierce', 'competition', 'supremacy', 'sea', 'simply', 'england', 'germany', 'brazil', 'contending', 'nearly', 'leading', 'nation', 'engaged']
root - INFO - extracting file #155500: 2017-04-Final-Corpus/ST19110606-V38-22-page16.txt
root - INFO - extracting file #156000: 2017-04-Final-Corpus/ST19120206-V39-06-page2.txt
root - INFO - ['inquire', 'inquire', 'inquirer', 'department', 'conducted', 'purpose', 'helping', 'studying', 'bible', 'answer', 'oftentimes', 'suggestive', 'considered', 'fallible', 'agree', 'infallible_word', 'writer', 'answer', 'doe', 'consider', 'opinion', 'infallible', 'simply', 'best', 'plead', 'inquirer', 'search', 'word', 'such_questions', 'answered', 'editor', 'minister', 'good', 'reader', 'mission', 'paper', 'answer', 'repeatedly', 'volume', 'question', 'scripture', 'address', 'mast', 'accompany', 'question', 'publication', 'evidence', 'good_faith', 'answer', 'letter', 'deemed', 'advisable', 'letter', 'answered', 'contain', 'writer', 'enclose', 'stamp', 'reply', 'step', 'downward', 'christ', 'step', 'downward', 'lift', 'fallen', 'race', 'nature', 'angel', 'text', 'cited', 'correspondent', 'christ', 'called', 'angel', 'connect', 'isa', 'act', 'step', 'humiliation', 'lord', 'set', 'forth', 'phil', 'course', 'beginning', 'christ', 'gave', 'purpose', 'gave', 'fully', 'given', 'step', 'took', 'subsequently', 'carrying', 'great', 'holy', 'purpose', 'existing', 'form', 'god', 'counted', 'equality', 'god', 'thing', 'grasped', 'emptied', 'great_purpose', 'taking', 'form', 'servant', 'angel', 'likeness', 'men', 'step', 'fashion', 'man', 'humbled', 'obedient', 'unto', 'death', 'yea', 'death', 'cross', 'final', 'step', 'god', 'angel', 'truly', 'servant', 'rev', 'question', 'answer', 'page', 'ark', 'temple', 'ark', 'temple', 'jesus', 'earth', 'missing', 'herod', 'temple', 'ark', 'thing', 'candlestick', 'table', 'showbread', 'shown', 'arch', 'titus', 'rome', 'trophy', 'triumph', 'jerusalem', 'told', 'maccabees', 'book', 'apocrypha', 'verse', 'temple', 'destroyed', 'jeremiah', 'commanded', 'god', 'took', 'tabernacle', 'ark', 'went', 'forth', 'mountain', 'moses', 'went', 'beheld', 'heritage', 'god', 'chamber', 'rock', 'deposited', 'ark', 'altar', 'incense', 'went', 'sought', 'jeremiah', 'reproved', 'told', 'known', 'god', 'gather', 'people', 'mercy', 'come', 'sabbath', 'boa', 'text', 'sabbath', 'shall', 'flesh', 'come', 'worship', 'saith', 'lord', 'tell', 'rev', 'night', 'isaiah', 'reference', 'sabbath', 'eternal', 'rest', 'isa', 'reference', 'great', 'eternal', 'rest', 'absurd', 'speak', 'eternal', 'rest', 'eternal', 'rest', 'doe', 'provide', 'successive', 'eternal', 'rest', 'sabbath', 'indicated', 'shown', 'connection', 'new_moon', 'stand', 'month', 'month', 'sabbath', 'month', 'month', 'week', 'week', 'great_day', 'week', 'veil', 'abbath', 'mean', 'rev', 'known', 'depth', 'sin', 'professes', 'christ', 'shall', 'succession', 'day', 'night', 'day', 'shall', 'follow', 'day', 'thought', 'implied', 'contrast', 'city', 'world', 'city', 'world', 'wall', 'gate', 'day', 'gate', 'shut', 'night', 'robber', 'marauder', 'hostile', 'army', 'come', 'darkness', 'night', 'case', 'new', 'jerusalem', 'god', 'glory', 'great', 'city', 'shall', 'night', 'darkness', 'robber', 'hide', 'lawless', 'devise', 'plan', 'destruction', 'light', 'implied', 'spoken', 'city', 'new_earth', 'god', 'child', 'come', 'earth', 'difference', 'day', 'night', 'indicated', 'isa', 'sabbath', 'observed', 'truly', 'perfect', 'holiness', 'lord', 'light', 'moon', 'shall', 'fall', 'earth', 'like', 'light', 'sun', 'light', 'sun', 'new_earth', 'sevenfold', 'come', 'presence', 'god', 'glory', 'great', 'moon', 'shall', 'confounded', 'sun', 'ashamed', 'jehovah', 'host', 'reign', 'mount', 'zion', 'jerusalem', 'elder', 'shall', 'glory', 'isa', 'city', 'present_time', 'occasion', 'time', 'trouble', 'doe', 'bible', 'teach', 'plain', 'certainly', 'doe', 'taught', 'clearly', 'dan', 'lord', 'shall', 'leave', 'mediatorial', 'seat', 'stand', 'reign', 'great', 'prince', 'standeth', 'child', 'thy_people', 'shall', 'time', 'trouble', 'nation', 'time', 'time', 'thy_people', 'shall', 'delivered', 'shall', 'written', 'book', 'question', 'time', 'pouring', 'plague', 'fully', 'detailed', 'revelation', 'location', 'earth', 'earth', 'renewed', 'occupy', 'locality', 'north', 'star', 'doe', 'know', 'god', 'true', 'king', 'north', 'know', 'renewed', 'glorious', 'place', 'god', 'universe', 'clearly', 'taught', 'revelation', 'throne', 'god', 'lamb', 'shall', 'glorious', 'city', 'new', 'jerusalem', 'capital', 'thereof', 'city', 'god', 'glory', 'shall', 'bright', 'sun', 'moon', 'shall', 'ashamed', 'isa', 'light', 'day', 'tremendous', 'effulgence', 'number', 'arc', 'light', 'doe', 'away', 'night', 'change', 'succession', 'day', 'god', 'ineffable', 'glory', 'far', 'surpassing', 'artificial', 'natural', 'world', 'away', 'earth', 'succession', 'day', 'month', 'sabbath', 'character', 'phrenology', 'person', 'trait', 'character', 'correctly', 'given', 'applying', 'rule', 'given', 'phrenologist', 'physiognomists', 'ists', 'true', 'easier', 'person', 'lead', 'honorable', 'yea', 'christian', 'life', 'shaped', 'god', 'require', 'similar', 'obedience', 'faithfulness', 'person', 'harder', 'saved', 'measurably', 'true', 'man', 'saved', 'own_works', 'own_power', 'know', 'case', 'soul', 'saved', 'saved', 'grace', 'power', 'god', 'heaven', 'given', 'men', 'saved', 'save', 'jesus', 'sacrifice', 'counted', 'power', 'word', 'character', 'acceptable', 'sinned', 'come', 'short', 'glory', 'god', 'perverse', 'taught', 'right', 'infancy', 'mere', 'teaching', 'save', 'secret', 'harmonizing', 'condition', 'thing', 'set', 'forth', 'correspondent', 'given', 'text', 'sin', 'abounded', 'grace', 'abound', 'foi', 'grace', 'sated', 'faith', 'saving', 'gift', 'god', 'rom', 'eph', 'god', 'bestows', 'rich', 'graceabundantly', 'wisdom', 'prudence', 'eph', 'matter', 'great', 'sinner', 'little', 'siftners', 'formed', 'ugly', 'character', 'novice', 'sinning', 'god', 'grace', 'sufficient', 'sin', 'crimson', 'scarlet', 'grace', 'wash', 'away', 'transform', 'character', 'born', 'word', 'saviour', 'man', 'christ', 'new_creature', 'new_creation', 'word', 'paul', 'god', 'new_creation', 'matter', 'soul', 'saturated', 'sin', 'called', 'little', 'sinner', 'peter', 'wife', 'mother', 'sicic', 'fever', 'jesus', 'touched', 'fever', 'left', 'leper', 'sick', 'corrupt', 'jesus', 'touched', 'immediately', 'leprosy', 'cleansed', 'circumcision', 'uncircumcision', 'far', 'salvation', 'concerned', 'help', 'timothy', 'work', 'jew', 'jew', 'injured', 'instance', 'man', 'labor', 'people', 'wore', 'cornered', 'hat', 'prejudice', 'wore', 'round', 'certainly', 'expedient', 'proper', 'wear', 'cornered', 'hat', 'mean', 'way', 'away', 'prejudice', 'teach', 'better', 'thing', 'thing', 'utterly', 'non', 'essential', 'christian', 'rite', 'circumcision', 'set', 'time', 'god', 'set', 'time', 'christ', 'second', 'advent', 'hastened', 'delayed', 'according', 'soon', 'gospel', 'preached', 'inhabitant', 'earth', 'god', 'appointed', 'time', 'judgment', 'begin', 'clear', 'eccl', 'act', 'prophecy', 'clear', 'judgment', 'began', 'court', 'heaven', 'told', 'definite_time', 'set', 'lord', 'shall', 'come', 'course', 'infinite', 'knowledge', 'know', 'time', 'know', 'people', 'delay', 'unbelief', 'hasten', 'zeal', 'indicated', 'margin', 'peter', 'god', 'knew', 'course', 'israel', 'fail', 'meeting', 'desired', 'left', 'egypt', 'entered', 'canaan', 'given', 'eternal_life', 'blessed', 'rest', 'saved', 'jewish_nation', 'herald', 'people', 'reasonable', 'god', 'child', 'closing', 'day', 'earnest', 'hasten', 'work', 'master', 'depends', 'simple_faith', 'grasping', 'almighty', 'promise', 'lest', 'man', 'boast', 'truth', 'demonstrated', 'christian_life', 'worst', 'sort', 'sinner', 'come', 'lord', 'jesus_christ', 'time', 'live', 'life', 'faithfulness', 'commended', 'neighbor', 'friend', 'hand', 'half', 'pride', 'goodness', 'benevolence', 'character', 'lead', 'halting', 'stumbling', 'life', 'saw', 'need', 'grasped', 'christ', 'half', 'needed', 'saviour', 'secret', 'christianity', 'lie', 'absolute', 'utter', 'need', 'christ', 'meet', 'need', 'phrenology', 'physiognomy', 'psychic', 'science', 'best', 'lame', 'inadequate', 'diagnosis', 'bible', 'thoro', 'remedy', 'talsi', 'circumcision', 'timothy', 'paul', 'circumcise', 'timothy', 'circumcision', 'binding', 'essential', 'tuesday', 'wednesday', 'thursday', 'friday', 'sabbath', 'simply', 'relieve', 'prejudice', 'jew', 'jewish', 'christian', 'thought', 'old', 'ceremony', 'essential', 'act', 'tell', 'reason', 'took', 'circumcised', 'jew', 'knew', 'father', 'greek', 'time', 'course', 'paul', 'preached', 'jew', 'synagogs', 'taught', 'temple', 'want', 'timothy', 'hindered', 'work', 'teaching', 'circumcised', 'person', 'meeting', 'rite', 'performed', 'timothy', 'hindered', 'ministry', 'rite', 'apostle', 'teach', 'gal', 'psalm', 'severe', 'time', 'trouble', 'previous', 'second', 'coming', 'christ', 'schedule', 'week', 'ending', 'february', 'sunday', 'february', 'exodus', 'monday', 'week', 'journey', 'interesting', 'begin', 'child', 'israel', 'wilderness', 'sin', 'miraculous', 'feeding', 'bread', 'heaven', 'clear', 'pointing', 'weekly', 'threefold', 'miracle', 'sacredness', 'god', 'sabbath', 'pas', 'mount', 'sinai', 'god', 'holy', 'law', 'spoken', 'heaven', 'past', 'reception', 'law', 'written', 'table', 'stone', 'moses', 'building', 'sanctuary', 'form', 'center', 'worship', 'week', 'reading', 'close', 'wonderful', 'psalm', 'expressive', 'glorious', 'victory', 'subscriber']
root - INFO - extracting file #156500: 2017-04-Final-Corpus/ST19121008-V39-39-page16.txt
root - INFO - extracting file #157000: 2017-04-Final-Corpus/ST19140217-V41-06-page4.txt
root - INFO - ['sign', 'time', 'february', 'post', 'office', 'sunday', 'closing', 'law', 'criticized', 'assistant', 'postmaster', 'general', 'early', 'congress', 'grappled', 'subject', 'american', 'wrong', 'settle', 'religious', 'controversy', 'civil_law', 'horton', 'foundation', 'laid', 'usurpation', 'divine', 'prerogative', 'country', 'desolating', 'scourge', 'fairest', 'portion', 'old_world', 'american', 'state', 'paper', 'congress', 'question', 'house', 'committee', 'post', 'office', 'post', 'road', 'substantially', 'comment', 'principle', 'involved', 'report', 'enacting', 'sunday', 'observance', 'law', 'gave', 'evidence', 'committee', 'familiar', 'view', 'held', 'founder', 'republic', 'fortunate', 'report', 'country', 'proposition', 'early', 'period', 'spirit', 'revolution', 'exists', 'vigor', 'american', 'state', 'paper', 'established', 'principle', 'ignored', 'second', 'congress', 'gave', 'little', 'weight', 'view', 'patriotic', 'ancestor', 'refused', 'enter', 'forbidden', 'path', 'sunday', 'legislation', 'present', 'post', 'office', 'closing', 'law', 'repudiated', 'great', 'american', 'principle', 'absolute', 'separation', 'church', 'state', 'involved', 'post', 'office', 'service', 'question', 'economics', 'necessary', 'pertinent', 'stricture', 'suggested', 'report', 'assistant', 'postmastergeneral', 'thing', 'congress', 'repeal', 'statute', 'compelling', 'postoffice', 'shut', 'sunday', 'hand', 'kind', 'unconstitutional', 'american', 'legislation', 'man', 'law', 'prohibiting', 'opening', 'post', 'office', 'delivery', 'mail', 'sunday', 'added', 'largely', 'cost', 'postal', 'service', 'materially', 'lessens', 'efficiency', 'according', 'annual_report', 'daniel', 'roper', 'assistant', 'postmastergeneral', 'recently', 'presented', 'postmaster', 'general', 'burleson', 'year', 'trial', 'law', 'compelled', 'post', 'office', 'department', 'coincide', 'view', 'earlier', 'congress', 'subject', 'sunday', 'closing', 'office', 'consideration', 'regulation', 'referred', 'department', 'deal', 'according', 'judgment', 'official', 'came', 'rider', 'remembered', 'representative', 'mann', 'illinois', 'introduced', 'observance', 'sunday', 'post', 'office', 'religious', 'liberty', 'association', 'washington', 'inaugurated', 'campaign', 'passage', 'measure', 'applied', 'hearing', 'committee', 'referred', 'bring', 'consideration', 'postoffice', 'appropriation', 'reported', 'house', 'mann', 'moved', 'amendment', 'measure', 'inserting', 'rider', 'went', 'protest', 'member', 'reaching', 'senate', 'protestant', 'requested', 'opportunity', 'hearing', 'point', 'reason', 'rider', 'referred', 'struck', 'appropriation', 'avail', 'defeat', 'purpose', 'senate', 'post', 'office', 'committee', 'porting', 'favorably', 'report', 'july', 'gave', 'reason', 'passed', 'suggested', 'provision', 'changed', 'permit', 'delivery', 'mail', 'hour', 'delivery', 'mail', 'box', 'sunday', 'moment', 'reflection', 'readily', 'apparent', 'delivery', 'portion', 'mail', 'portion', 'day', 'necessitates', 'handling', 'distributing', 'entire', 'mail', 'consequently', 'employment', 'considerable_number', 'clerk', 'defeating', 'purpose', 'accomplished', 'word', 'legislation', 'economy', 'service', 'rest', 'employee', 'according', 'report', 'assistant', 'postmaster', 'general', 'legislation', 'point', 'enforcement', 'law', 'particularly', 'clause', 'add', 'largely', 'cost', 'service', 'materially', 'lessens', 'efficiency', 'mail', 'received', 'despatched', 'practically', 'firstand', 'second', 'class', 'office', 'sunday', 'certain', 'hour', 'necessitates', 'employment', 'force', 'law', 'employee', 'granted', 'compensatory', 'time', 'succeeding', 'day', 'granting', 'compensatory', 'time', 'employee', 'succeeding', 'week', 'condition', 'work', 'urgently', 'demand', 'presence', 'employ', 'inexperienced', 'substitute', 'place', 'result', 'impairment', 'force', 'department', 'belief', 'service', 'employee', 'amend', 'law', 'provide', 'granting', 'compensatory', 'time', 'sunday', 'work', 'employee', 'conveniently', 'excused', 'duty', 'report', 'year', 'ended', 'june', 'page', 'congressional', 'act', 'kind', 'law', 'question', 'favorable', 'response', 'national', 'legislature', 'demand', 'sunday', 'observance', 'civil', 'enactment', 'began', 'soon', 'organization', 'government', 'previous', 'attempt', 'sunday', 'legislation', 'january', 'petition', 'presented', 'eleventh', 'congress', 'synod', 'pittsburg', 'asking', 'compulsory', 'closing', 'postal', 'service', 'sunday', 'petition', 'referred', 'postmaster', 'general', 'gideon', 'granger', 'reported', 'peculiar', 'phraseology', 'ninth', 'section', 'said', 'act', 'act', 'april', 'doubted', 'warranted', 'law', 'limiting', 'right', 'citizen', 'demand', 'letter', 'hour', 'sabbath', 'postmaster', 'general', 'meigs', 'reporting', 'january', 'thirteenth', 'congress', 'similar', 'petition', 'said', 'thing', 'usage', 'transporting', 'mail', 'sab', 'wth', 'coeval', 'constitution', 'united', 'state', 'prohibition', 'usage', 'considered', 'postmaster', 'general', 'held', 'view', 'warning', 'religious', 'despotism', 'principle', 'involved', 'sunday', 'legislation', 'evidently', 'recognized', 'early_history', 'subject', 'fully', 'set', 'forth', 'twentieth', 'twentyfirst', 'congress', 'faithful', 'warning', 'lawmaking', 'character', 'sounded', 'patriotic', 'statesman', 'warning', 'emphasized', 'wellinformed', 'citizenship', 'outside', 'hall', 'congiess', 'reporting', 'adversely', 'sundayclosing', 'petition', 'referred', 'united', 'state', 'senate_committee', 'mentioned', 'congress', 'col', 'richard', 'johnson', 'kentucky', 'chairman', 'author', 'report', 'commented', 'follows', 'principle', 'involved', 'kept', 'mind', 'proper', 'object', 'government', 'protect', 'person', 'enjoyment', 'religious', 'civil', 'right', 'determine', 'shall', 'esteem', 'day', 'esteem', 'day', 'alike', 'holy', 'opinion', 'committee', 'subject', 'regarded', 'simply', 'question', 'expediency', 'irrespective', 'religious', 'bearing', 'congress', 'legislated', 'subject', 'rest', 'legal', 'discretion', 'postmaster', 'general', 'let', 'national', 'legislatureonce', 'perform', 'act', 'involves', 'decision', 'religious', 'controversy', 'fact', 'contemplated', 'sunday', 'law', 'passed', 'legitimate', 'bound', 'precedent', 'established', 'ference', 'man', 'belief', 'page', 'popular', 'adage', 'difsincere', 'let', 'man', 'indorsed', 'note', 'sincerely', 'believed', 'honest', 'man', 'scoundrel', 'left', 'friend', 'pay', 'debt', 'difference', 'traveler', 'train', 'going', 'north', 'sincerely', 'believing', 'south', 'bound', 'difference', 'train', 'south', 'popular', 'adage', 'correct', 'man', 'pain', 'know', 'truth', 'fact', 'concerned', 'thinking', 'world', 'change', 'year', 'america', 'foreign', 'missionary', 'organization', 'young', 'adoniram', 'judson', 'reared', 'educated', 'congregationalist', 'minister', 'interested', 'missionary_work', 'earnest_prayer', 'gathered', 'young_man', 'heart', 'burned', 'help', 'lost', 'missionary_society', 'organized', 'young_man', 'earnest', 'congregationalist', 'urged', 'establish', 'work', 'india', 'time', 'arrangement', 'young', 'judson', 'wife', 'friend', 'started', 'calcutta', 'india', 'expecting', 'meet', 'arrival', 'english', 'baptist', 'missionary', 'establish', 'mission', 'near', 'judson', 'realized', 'necessary', 'explain', 'native', 'difference', 'organization', 'spent', 'time', 'journey', 'studying', 'bible', 'arrived', 'calcutta', 'wife', 'baptized', 'having', 'convinced', 'baptist', 'right', 'doctrine', 'baptism', 'bible', 'admonition']
root - INFO - extracting file #157500: 2017-04-Final-Corpus/ST19141013-V41-40-page10.txt
root - INFO - extracting file #158000: 2017-04-Final-Corpus/ST19160912-V43-36-page5.txt
root - INFO - ['lucas', 'reed', 'result', 'present_war', 'nation', 'rule', 'world', 'question', 'mind', 'answer', 'simply', 'easily', 'given', 'nation', 'longer', 'dominate', 'world', 'know', 'appealing', 'prophecy', 'bible', 'given', 'second', 'chapter', 'daniel', 'according', 'prophecy', 'universal', 'empire', 'reign', 'man', 'earth', 'babylon', 'second', 'medo', 'persia', 'greece', 'fourth', 'rome', 'rome', 'come', 'divided', 'roman', 'empire', 'form', 'kingdom', 'europe', 'prophecy', 'definite', 'conclusion', 'earth', 'event', 'saying', 'day', 'king', 'shall', 'god', 'heaven', 'set', 'kingdom', 'shall', 'destroyed', 'clear', 'definite', 'ground', 'demurring', 'speculating', 'matter', 'know', 'plan', 'russia', 'plainly', 'come', 'seek', 'constantinople', 'strait', 'necessary', 'way', 'place', 'great_nation', 'right', 'existence', 'belongs', 'heart', 'desire', 'intend', 'largely', 'left', 'presume', 'ambition', 'intention', 'austria', 'germany', 'clearly', 'stated', 'according', 'report', 'published', 'london', 'time', 'observer', 'course', 'report', 'coming', 'doe', 'freely', 'frankly', 'partisan', 'ally', 'need', 'taken', 'degree', 'allowance', 'event', 'indicate', 'truth', 'assertion', 'example', 'following', 'unable', 'repeat', 'starving', 'policy', 'german', 'people', 'feel', 'crushing', 'servia', 'opening', 'route', 'bulgaria', 'constantinople', 'essential', 'portion', 'nation', 'isto', 'rule', 'world', 'coming', 'universal', 'kingdom', 'great', 'scheme', 'realized', 'moment', 'believe', 'mastery', 'highway', 'east', 'seriously', 'challenged', 'consequently', 'confident', 'soon', 'enemy', 'shall', 'recognized', 'defeat', 'left', 'germany', 'head', 'immense', 'zollverein', 'stretching', 'antwerp', 'persian', 'gulf', 'power', 'earth', 'british', 'blockade', 'able', 'repeat', 'policy', 'starving', 'germany', 'symbol', 'great', 'achievement', 'balkanzug', 'balkan', 'express', 'run', 'twice', 'week', 'antwerp', 'constantinople', 'german', 'train', 'replaced', 'german', 'believe', 'forever', 'international', 'orient', 'express', 'german', 'given', 'idea', 'challenging', 'british', 'naval', 'supremacy', 'obtaining', 'freedom', 'sea', 'german', 'sea', 'borne', 'trade', 'dispute', 'partisan', 'central', 'europe', 'world', 'trade', 'reality', 'little', 'importance', 'aim', 'complementary', 'german', 'mean', 'secure', 'moment', 'central', 'european', 'eastward', 'tendency', 'predominates', 'field', 'moment', 'lie', 'open', 'german', 'enterprise', 'east', 'wonder', 'having', 'secured', 'believe', 'highway', 'east', 'power', 'throttle', 'russia', 'bosporus', 'pleasure', 'german', 'confident', 'best', 'proof', 'confidence', 'lie', 'effort', 'making', 'organize', 'develop', 'extend', 'inland', 'waterway', 'possible', 'vessel', 'thousand', 'ton', 'pas', 'antwerp', 'hamburg', 'bremen', 'port', 'large', 'german', 'river', 'canal', 'black', 'sea', 'way', 'danube', 'danube', 'question', 'day', 'foremost', 'question', 'germany', 'preparation', 'link', 'canal', 'rhine', 'danube', 'elbe', 'important', 'german', 'waterway', 'past', 'canal', 'scheme', 'chiefly', 'bavarian', 'national', 'imperial', 'object', 'danube', 'scheme', 'secure', 'germany', 'control', 'bank', 'danube', 'source', 'mouth', 'austria', 'hungary', 'servo', 'bulgarian', 'shore', 'control', 'assured', 'hoped', 'bring', 'roumania', 'scheme', 'persuasion', 'force', 'compensate', 'securing', 'possession', 'russian', 'shore', 'lower', 'danube', 'german', 'control', 'waterway', 'complete', 'control', 'railway', 'route', 'link', 'germany', 'indissolubly', 'east', 'ambition', 'germany', 'russia', 'diametrically', 'oppose', 'russia', 'wish', 'press', 'south', 'east', 'conquering', 'turkey', 'bringing', 'subserviency', 'command', 'germany', 'similar', 'ambition', 'east', 'plan', 'turk', 'ally', 'causing', 'people', 'orient', 'cooperate', 'ina', 'great', 'alliance', 'trade', 'prosperity', 'plain', 'nation', 'intends', 'stop', 'unhindered', 'ambitious', 'project', 'conflict', 'purpose', 'present_war', 'ambition', 'nation', 'dominating', 'influence', 'world', 'affair', 'recent', 'success', 'russian', 'eastern', 'appear', 'mighty', 'menace', 'cherished', 'plan', 'germany', 'coming', 'kingdom', 'europe', 'territory', 'old', 'roman_empire', 'remain', 'divided', 'end', 'scripture', 'declares', 'shall', 'cleave', 'iron', 'mixed', 'clay', 'dan', 'kingdom', 'shall', 'partly', 'strong', 'partly', 'broken', 'day', 'king', 'shall', 'god', 'heaven', 'set', 'kingdom', 'shall', 'destroyed', 'kingdom', 'shall', 'left', 'people', 'shall', 'break', 'piece', 'consume', 'kingdom', 'shall', 'stand', 'forever', 'dan', 'grand', 'universal', 'empire', 'kingdom', 'christ', 'set', 'ruin', 'world', 'kingdom', 'kingdom', 'righteousneis', 'shall', 'pas', 'away', 'world', 'ambition', 'run', 'counter', 'plain', 'truth', 'bible', 'illusion', 'dream', 'god', 'word', 'fail', 'scripture', 'broken', 'moses', 'man', 'strong_faith', 'fleeing', 'egypt', 'selfpreservation', 'said', 'faith', 'forsook', 'egypt', 'fearing', 'wrath', 'king', 'endured', 'seeing', 'invisible', 'heb', 'faith', 'implanted', 'child', 'mother', 'knee', 'dear', 'parent', 'lesson', 'faith', 'taught', 'tender', 'childhood', 'forgotten', 'seemingly', 'buried', 'worldly', 'ambition', 'parting', 'way', 'reached', 'come', 'surface', 'precious', 'stand', 'endure', 'desert', 'journey', 'rest', 'end', 'way', 'canaan', 'clarence', 'santee', 'form', 'harsh', 'judgment', 'form', 'general', 'begin', 'attending', 'deficiency', 'sweep', 'walk', 'clean', 'street', 'sign', 'timefi', 'september', 'page']
root - INFO - extracting file #158500: 2017-04-Final-Corpus/ST19180521-V45-20-page8.txt
root - INFO - extracting file #159000: 2017-04-Final-Corpus/ST19190211-V46-06-page11.txt
root - INFO - ['great_heart', 'christ', 'opposite', 'principle', 'ruled', 'principle', 'humility', 'self', 'abnegation', 'service', 'ministry', 'looking', 'sorrow', 'master', 'riseth', 'supper', 'laid', 'aside', 'ill', 'garment', 'took', 'towel', 'girded', 'doubt', 'eye', 'man', 'followed', 'intense_interest', 'poureth', 'water', 'basin', 'began', 'wash', 'disciple', 'foot', 'wipe', 'towel', 'wherewith', 'girded', 'miraculous', 'change', 'doe', 'seer', 'able', 'perceive', 'thought', 'pride', 'self', 'exaltation', 'self', 'seeking', 'began', 'way', 'influence', 'wonderful', 'condescension', 'lord', 'hard', 'heart', 'melted', 'demonstration', 'love', 'christ', 'soul', 'began', 'ugliness', 'obstinacy', 'stubbornness', 'own_hearts', 'clear_light', 'gracious', 'act', 'humility', 'complete', 'transformation', 'effected', 'men', 'cometh', 'simon', 'peter', 'peter', 'saith_unto', 'lord', 'dost', 'thou', 'wash', 'foot', 'jesus', 'answered', 'said', 'unto', 'thou_knowest', 'thou_shalt', 'know', 'peter', 'saith_unto', 'thou_shalt', 'wash', 'foot', 'jesus', 'answered', 'wash', 'thee', 'thou_hast', 'simon', 'peter', 'saith_unto', 'lord', 'foot', 'hand', 'head', 'jesus', 'saith', 'washed', 'needeth', 'save', 'wash', 'foot', 'clean', 'whit', 'clean', 'knew', 'betray', 'said', 'clean', 'thou', 'knowest', 'thou_shalt', 'know', 'word', 'evident', 'hidden', 'significance', 'ordinance', 'mean', 'far', 'mere', 'physical', 'cleansing', 'physical', 'cleansing', 'type', 'far', 'higher', 'cleansing', 'soul', 'thou_shalt', 'know', 'disciple', 'able', 'appreciate', 'service', 'significance', 'act', 'humility', 'appear', 'later', 'new', 'application', 'christ', 'life', 'washed', 'needeth', 'save', 'wash', 'foot', 'clean', 'whit', 'clean', 'apparent', 'physical', 'cleanliness', 'end', 'service', 'men', 'clean', 'traveling', 'dusty', 'road', 'foot', 'travel', 'stained', 'heart', 'cleansed', 'blood', 'christ', 'contact', 'world', 'brought', 'defilement', 'needed', 'constantly', 'washed', 'blood', 'purified', 'ordinance', 'bring', 'lesson', 'home', 'plunge', 'fountain', 'opened', 'sin', 'uncleanness', 'constant', 'work', 'life', 'believer', 'christ', 'lesson', 'taught', 'kept', 'mind', 'celebration', 'great', 'ordinance', 'humility', 'conversion', 'place', 'heart', 'cleansed', 'sin', 'old', 'nature', 'crucified', 'buried', 'come', 'forth', 'walk', 'newness', 'life', 'experience', 'world', 'baptized', 'jesus_christ', 'buried', 'baptism', 'unto', 'death', 'raised', 'man', 'come', 'direct', 'bath', 'journey', 'road', 'foot', 'soiled', 'dust', 'road', 'need', 'washed', 'travel', 'stain', 'christian', 'baptism', 'mistake', 'heart', 'stained', 'contact', 'world', 'need', 'new', 'application', 'blood', 'christ', 'heart', 'shall', 'baptized', 'second', 'baptism', 'fourth', 'necessary', 'sin', 'come', 'life', 'baptized', 'recognition', 'sinner', 'constant', 'need', 'purifying', 'blood', 'christ', 'necessary', 'need', 'recognized', 'celebration', 'hosocver', 'writilifbc', 'etyrtortg', 'shall', 'attl', 'master', 'rabbi', 'washed', 'foot', 'duty', 'wash', 'foot', 'set', 'example', 'order', 'solemn', 'truth', 'tell', 'servant', 'superior', 'master', 'messenger', 'superior', 'sent', 'know', 'blessed', 'act', 'accordingly', 'pride', 'self', 'exaltation', 'came', 'church', 'day', 'apostle', 'blessed', 'ordinance', 'humility', 'discarded', 'message', 'gospel', 'world', 'second', 'coming', 'christ', 'lost', 'truth', 'lost', 'ordinance', 'restored', 'rightful', 'place', 'ordinance', 'humility', 'restored', 'observe', 'sabbath', 'delivering', 'message', 'god', 'world', 'celebrated', 'regularly', 'time', 'year', 'proved', 'greatest', 'blessing', 'believer', 'case', 'ordinance', 'gospel', 'ordinance', 'celebrated', 'decently', 'order', 'time', 'celebration', 'arrives', 'men', 'retire', 'place', 'celebrate', 'ordinance', 'leaving', 'woman', 'church', 'celebrate', 'celebration', 'time', 'great', 'spiritual', 'uplift', 'righting', 'wrong', 'putting', 'away', 'sin', 'ordinance', 'greatest', 'value', 'church', 'christ', 'let', 'come', 'knowledge', 'truth', 'time', 'draw', 'participating', 'celebration', 'ordinance', 'effect', 'saying', 'greater', 'lord', 'heart', 'pride', 'practice', 'truth', 'god', 'sends', 'remember', 'know', 'thing', 'happy', 'translation', 'quoted', 'know', 'blessed', 'act', 'accordingly', 'world', 'greatest', 'employer', 'continued', 'page', 'time', 'break', 'rod', 'iron', 'shiver', 'piece', 'like', 'potter', 'vessel', 'thought', 'killed', 'thousand', 'time', 'christ', 'holiness', 'incurred', 'displeasure', 'turned', 'enlarged', 'faculty', 'hate', 'storehouse', 'hate', 'enlarged', 'cried', 'frenzy', 'murderous', 'insanity', 'away', 'crucify', 'object_lesson', 'hate', 'opportunity', 'hate', 'time', 'like', 'seek', 'life', 'lifegiver', 'sin', 'suicide', 'sinner', 'murder', 'rest', 'sin', 'contradiction', 'existence', 'result', 'contradicts', 'existence', 'sodomite', 'old', 'tell', 'plainly', 'offensively', 'mean', 'loose', 'rein', 'lust', 'search', 'sign', 'time', 'february', 'srin', 'ofmart', 'alga', 'buthi', 'ordinance', 'humility', 'feetwashing', 'christ', 'washed', 'disciple', 'foot', 'upper', 'room', 'jerusalem', 'instituted', 'christian', 'ordinance', 'christian', 'celebrate', 'actual', 'participation', 'end', 'world', 'plain', 'following', 'word', 'washed', 'foot', 'taken', 'garment', 'set', 'said', 'unto', 'know', 'master', 'lord', 'lord', 'master', 'washed', 'foot', 'ought', 'wash', 'foot', 'given', 'example', 'unequivocal', 'command', 'language', 'meaning', 'mean', 'instituting', 'christian', 'ordinance', 'ought', 'wash', 'foot', 'given', 'example', 'stronger', 'language', 'bible', 'celebration', 'ceremony', 'christian_faith', 'notice', 'forcefully', 'modern', 'speech', 'new_testament', 'passage', 'read']
root - INFO - extracting file #159500: 2017-04-Final-Corpus/ST19190930-V46-38-page2.txt
root - INFO - extracting file #160000: 2017-04-Final-Corpus/ST19200511-V47-19-page8.txt
root - INFO - ['sign', 'time', 'stated', 'twice', 'people', 'god', 'living', 'time', 'waited', 'person', 'waited', 'knowledge', 'wait', 'train', 'station', 'expected', 'come', 'coming', 'christ', 'approach', 'sign', 'foreshadow', 'event', 'tell', 'god', 'people', 'darkness', 'day', 'apostle', 'paul', 'brother', 'darkness', 'day', 'overtake', 'thief', 'thessalonian', 'darkness', 'concerning', 'coming', 'christ', 'apostle', 'peter', 'sure_word', 'prophecy', 'light', 'shineth', 'dark_place', 'line', 'prophecy', 'lead', 'early', 'history', 'step', 'step', 'own_time', 'consummation', 'thing', 'prophecy', 'point', 'condition', 'exist', 'day', 'studying', 'scripture', 'recognize', 'sign', 'pas', 'know', 'end', 'approaching', 'hand', 'watch', 'point', 'time', 'day', 'prophecy', 'stand', 'world', 'history', 'time', 'table', 'enables', 'railway', 'traveler', 'know', 'approaching', 'end', 'journey', 'prophecy', 'time', 'table', 'world', 'event', 'advance', 'heed', 'light', 'prophetic_word', 'darkness', 'regard', 'day', 'heed', 'thing', 'god', 'spoken', 'discern', 'sign', 'time', 'final', 'event', 'eome', 'unawares', 'thief', 'night', 'overtakes', 'thief', 'fault', 'stone', 'left', 'matthew', 'occasion', 'christ', 'disciple', 'came', 'information', 'regard', 'time', 'advent', 'coming', 'temple', 'triumphant', 'entry', 'jerusalem', 'disciple', 'impressed', 'glory', 'edifice', 'directed', 'christ', 'attention', 'great', 'stone', 'entered', 'structure', 'disciple', 'said', 'master', 'manner', 'stone', 'building', 'massive', 'block', 'white', 'marble', 'brought', 'great', 'distance', 'form', 'temple', 'according', 'josephus', 'historian', 'time', 'stone', 'thirty', 'foot', 'long', 'eighteen', 'foot', 'wide', 'foot', 'high', 'jesus', 'turned', 'disciple', 'said', 'thing', 'verily', 'unto', 'shall', 'left', 'stone', 'shall', 'thrown', 'disciple', 'filled', 'wonder', 'mean', 'massive', 'apparently', 'imperishable', 'structure', 'overthrown', 'desired', 'understand', 'fully', 'meaning', 'word', 'silently', 'walked', 'mount', 'olive', 'seated', 'came', 'question', 'answer', 'forever', 'settle', 'matter', 'tell', 'shall', 'thing', 'shall', 'sign', 'thy', 'coming', 'end', 'world', 'question', 'power', 'jesus', 'william', 'pearce', 'marvelous', 'characteristic', 'tlife', 'jesus', 'power', 'hercules', 'greek', 'jesus', 'christ', 'christian', 'synonym', 'power', 'hercules', 'power', 'fabled', 'jesus', 'real', 'unfolding', 'mighty', 'conquering', 'personality', 'power', 'manifested', 'temptation', 'tempter', 'nature', 'disease', 'death', 'spoke', 'roaring', 'wind', 'tempestuous', 'sea', 'stilled', 'sickness', 'disease', 'fled', 'death', 'released', 'prey', 'touched', 'blind', 'eye', 'saw', 'fever', 'departed', 'devil', 'vacated', 'looked', 'peter', 'heart', 'smitten', 'penitent', 'pain', 'breathed', 'holy', 'ghost', 'bestowed', 'apostolic', 'band', 'power', 'forgive', 'sin', 'matthew', 'power', 'lay', 'life', 'john', 'powerful', 'peerless', 'come', 'great', 'power', 'mark', 'power', 'jesus', 'delegated', 'power', 'god', 'anointed', 'jesus', 'nazareth', 'said', 'luke', 'holy', 'ghost', 'power', 'act', 'inseparable', 'power', 'said', 'given', 'unto', 'matthew', 'humble', 'galilean', 'heavenly', 'patrician', 'word', 'power', 'exousia', 'revised_version', 'correctly', 'translated', 'authority', 'jesus', 'god', 'power', 'delegated', 'god_himself', 'thing', 'said', 'delivered', 'unto', 'father', 'matthew', 'power', 'jesus', 'universal', 'power', 'given', 'unto', 'heaven', 'earth', 'heaven', 'mighty', 'kingdom', 'vast', 'territory', 'myriad', 'celebrated', 'subject', 'continued', 'page', 'place', 'reprove', 'inquisitiveness', 'preach', 'gospel', 'let', 'prophecy', 'future', 'word', 'censure', 'utter', 'according', 'record', 'proceeded', 'answer', 'question', 'definite', 'manner', 'pointing', 'sign', 'indicate', 'nearness', 'coming', 'simple', 'fact', 'lord', 'pointed', 'sign', 'second', 'ili', 'vent', 'best', 'proof', 'possible', 'people', 'remain', 'ignorant', 'proximity', 'sending', 'judgment', 'god', 'warning', 'flood', 'warned', 'antediluvian', 'impending', 'doom', 'noah', 'hebrew', 'peter', 'subsequent', 'time', 'sin', 'nineveh', 'rose', 'heaven', 'destruction', 'determined', 'prophet', 'god', 'went', 'street', 'proud', 'assyrian', 'capital', 'saying', 'forty_days', 'nineveh', 'shall', 'overthrown', 'advent', 'christ', 'john', 'baptist', 'sent', 'preaching', 'prepare', 'way', 'lord', 'saviour', 'time', 'foresaw', 'destruction', 'jerusalem', 'future', 'generation', 'faithfully', 'warned', 'people', 'think', 'moment', 'god', 'allow', 'greatest', 'event', 'time', 'come', 'giving', 'people', 'notice', 'surely', 'lord', 'god', 'revealeth', 'secret', 'unto', 'servant', 'prophet', 'amos', 'world', 'continued', 'page', 'leaved', 'rudder', 'invented', 'ship', 'mean', 'vessel', 'turned', 'length', 'propelled', 'backwards', 'reversing', 'propeller', 'motor', 'boat', 'rudder', 'attached', 'brought', 'speed', 'ahead', 'backing', 'second', 'reverse', 'accomplished', 'making', 'rudder', 'propeller', 'running', 'ahead', 'stream', 'water', 'projected', 'forward', 'boat', 'prince', 'monaco', 'oceanagraphical', 'cruise', 'discovered', 'new', 'fish', 'life', 'depth', 'thousand', 'foot', 'sea_level', 'pressure', 'equal', 'atmosphere', 'elaborate', 'largest', 'map', 'world', 'valuation', 'map', 'city', 'london', 'year', 'making', 'thirty', 'foot', 'wide', 'foot', 'wealthiest', 'estate', 'shown', 'duke', 'westminster', 'acre', 'rent', 'roll', 'million', 'dollar', 'year', 'san', 'jose', 'mercury', 'herald', 'delamare', 'maze', 'frenchman', 'said', 'invented', 'sold', 'french', 'government', 'gun', 'testing', 'showed', 'range', 'mile', 'muzzle', 'velocity', 'shell', 'approximately', 'foot', 'second', 'known', 'turbon', 'cannon', 'specie', 'beetle', 'called', 'mordella', 'provided', 'eye', 'dragon', 'fly', 'said', 'eye', 'observe', 'direction', 'moving', 'head']
root - INFO - extracting file #160500: 2017-04-Final-Corpus/SUW19071217-V01-13-page5.txt
root - INFO - extracting file #161000: 2017-04-Final-Corpus/SUW19100203-V04-05-page3.txt
root - INFO - ['thoroughly', 'talked', 'motion', 'elder', 'burrow', 'supported', 'elder', 'maxwell', 'question', 'referred', 'committee', 'plan', 'brother', 'pierce', 'gave', 'financial', 'statement', 'fort', 'worth', 'branch', 'followed', 'statement', 'atlanta', 'branch', 'brother', 'randall', 'report', 'adopted', 'vote', 'eld', 'horton', 'manager', 'periodical', 'department', 'submitted', 'report', 'watchman', 'magazine', 'follows', 'known', 'watchman', 'magazine', 'month', 'old', 'month', 'wog', 'witnessed', 'publication', 'watchman', 'thought', 'loss', 'watchman', 'shown', 'manager', 'report', 'item', 'item', 'loss', 'account', 'previous', 'watchman', 'experience', 'previous', 'watchman', 'advantage', 'larger', 'circulation', 'weekly', 'watchman', 'month', 'experience', 'handling', 'monthly', 'thing', 'considered', 'doe', 'gross', 'loss', 'greater', 'previous', 'report', 'consider', 'matter', 'bringing', 'new', 'magazine', 'existence', 'going', 'list', 'circulation', 'month', 'statistic', 'circulation', 'department', 'southwestern', 'chairman', 'called', 'report', 'committee', 'committee', 'nomination', 'submitted', 'following', 'report', 'committee', 'nomination', 'respectfully', 'submit', 'following', 'place', 'vacant', 'expiration', 'term', 'office', 'southern', 'publishing', 'association', 'board', 'director', 'succeeding', 'year', 'elder', 'mcvagh', 'hook', 'bollman', 'harvey', 'removal', 'china', 'committee', 'recommends', 'constituency', 'declare', 'place', 'elder', 'westworth', 'board', 'vacant', 'elder', 'charles', 'thompson', 'elected', 'moved', 'elder', 'maxwell', 'seconded', 'eider', 'santee', 'accept', 'report', 'reading', 'separately', 'carried', 'considering', 'question', 'called', 'vote', 'taken', 'nominating', 'committee', 'following', 'recommendation', 'law', 'amended', 'admit', 'board', 'member', 'instead', 'place', 'additional', 'representative', 'southeastern_union_conference', 'southwestern_union_conference', 'comply', 'recommendation', 'recommend', 'cole', 'elder', 'santee', 'elected', 'body', 'additional', 'member', 'ive', 'recommend', 'law', 'changed', 'quorum', 'recommendation', 'contemplates', 'revision', 'law', 'duly', 'moved', 'seconded', 'chair', 'appoint', 'committee', 'constitution', 'law', 'chairman', 'named', 'elder', 'santee', 'bollman', 'parmele', 'member', 'committee', 'committee', 'plan', 'partial', 'repert', 'follows', 'com', 'end', 'itions', 'resolved', 'cooperate', 'conference', 'tract_societies', 'selecting', 'training', 'book', 'periodical', 'agent', 'harmony', 'suggestion', 'adopted', 'recent', 'bookman', 'convention', 'local_conferences', 'tract_societies', 'arc', 'natural', 'effective', 'mean', 'furnishing', 'supply', 'necessity', 'systematizing', 'periodical', 'work', 'best', 'concerned', 'february', 'march', 'april', 'june', 'july', 'august', 'september', 'october', 'november', 'december', 'total', 'distributed', 'hand', 'publish', 'hand', 'rio', 'retail', 'value', 'think', 'organize', 'conference', 'systematic', 'campaign', 'beneficial', 'state', 'publishing', 'house', 'periodical', 'business', 'circulation', 'watchman', 'month', 'averaged', 'watchman', 'receiving', 'attention', 'field', 'evidenced', 'correspcndence', 'state', 'paper', 'comparatively', 'speaking', 'plane', 'magazine', 'recommended', 'publishing', 'house', 'regard', 'editorial', 'circulation', 'work', 'territory', 'magazine', 'published', 'proper', 'constituency', 'obtained', 'paper', 'arc', 'sent', 'ont', 'southland', 'southland', 'brother', 'north', 'encouraged', 'larger', 'output', 'product', 'home', 'field', 'thousand', 'watchman', 'confined', 'field', 'coming', 'publishing', 'board', 'management', 'shcuid', 'question', 'visiting', 'school', 'denomination', 'close', 'spring', 'charge', 'circulation', 'department', 'ought', 'school', 'acquainted', 'student', 'field', 'great', 'avenue', 'usefulness', 'behalf', 'periodical', 'work', 'glad', 'work', 'judgment', 'reveal', 'soul', 'gathered', 'circulation', 'periodical', 'following', 'recess', 'minute', 'chair', 'expressed', 'thankfulness', 'avenue', 'spreading', 'message', 'suggested', 'believe', 'spend', 'time', 'better', 'hear', 'gospel', 'sentinel', 'called', 'bid', 'bollman', 'report', 'brother', 'bollman', 'responded', 'interesting', 'instructive', 'explanation', 'purpose', 'sentinel', 'general', 'discussion', 'paper', 'moved', 'elder', 'maxwell', 'duly', 'supported', 'subject', 'gospel', 'sentinel', 'referred', 'committee', 'plan', 'carried', 'motion', 'meeting', 'adjourned', 'january', 'mcvagh', 'chairman', 'home', 'secretary', 'day', 'exercise', 'closed', 'sermon', 'elder', 'parmele', 'president', 'florida', 'conference', 'subject', 'organization', 'eccl', 'session', 'meeting', 'held', 'pursuant', 'adjournment', 'january', 'prayer', 'elder', 'charles', 'thompson', 'minute', 'previous_meeting', 'read', 'approved', 'following', 'delegate', 'having', 'arrived', 'given', 'seat', 'meeting', 'charles', 'thompson', 'dowsett', 'stephenson', 'george', 'thompson', 'stanley', 'output', 'like', 'attention', 'sale', 'watchman', 'different', 'conference', 'southeastern', 'july', 'aug', 'sept', 'oct', 'nov', 'dec', 'total', 'fla', 'cumberland', 'grand_total', 'tenn', 'ala', 'miss', 'southern', 'resolved', 'cooperate', 'local_conferences', 'selection', 'training', 'protection', 'suitable', 'person', 'handle', 'periodical', 'supply', 'furnished', 'order', 'local_conference', 'tract_society', 'publisher', 'allowing', 'regular', 'tract_society', 'discount', 'conference', 'position', 'properly', 'handle', 'subscription', 'book', 'business', 'arrangement', 'publisher', 'handle', 'percent', 'basis', 'heretofore', 'conference', 'shall', 'assume', 'control', 'subscription', 'book', 'work', 'competent', 'help', 'secured', 'resolved', 'concur', 'recommendation', 'general', 'conference', 'department', 'adding', 'section', 'thereto', 'recommendation', 'shall', 'read', 'grand_total', 'report', 'progress', 'ark', 'okla', 'texas', 'mex', 'grand_total']
root - INFO - extracting file #161500: 2017-04-Final-Corpus/SUW19110601-V05-22-page3.txt
root - INFO - extracting file #162000: 2017-04-Final-Corpus/SUW19120815-V06-33-page2.txt
root - INFO - ['southern_union_worker', 'bible', 'truth', 'known', 'test', 'genuineness', 'subsequent', 'revelation', 'standard', 'agree', 'rejected', 'time', 'allows', 'lord', 'own_pleasure', 'communicate', 'people', 'message', 'hope', 'warning', 'instruction', 'encouragement', 'reproof', 'condition', 'circumstance', 'character', 'time', 'cause', 'require', 'leaf', 'individual', 'church', 'free', 'receive', 'follow', 'profit', 'language', 'author', 'set', 'forth', 'eternal', 'principle', 'equally', 'adapted', 'age', 'time', 'seventh', 'day', 'adventist', 'safely', 'follow', 'chillingworth', 'accepted', 'taking', 'position', 'close', 'century', 'god', 'revelation', 'man', 'future', 'bible', 'doe', 'warrant', 'contains', 'intimation', 'god', 'concluded', 'communication', 'man', 'eighteen', 'year', 'ago', 'time', 'probation', 'circumstance', 'people', 'place', 'need', 'special', 'light', 'divine', 'guidance', 'let', 'seek', 'god', 'light', 'learn', 'differentiate', 'truth', 'error', 'meaning', 'faith', 'essential', 'difference', 'protestantism', 'roman', 'catholicism', 'doctrine', 'justification', 'faith', 'greatly', 'misunderstood', 'vocabulary', 'reformer', 'faith', 'mean', 'intellectual', 'reception', 'truth', 'barren', 'orthodoxy', 'living', 'trust', 'risen', 'living', 'divine', 'saviour', 'direct', 'access', 'soul', 'god', 'direct', 'access', 'god', 'soul', 'ultimate', 'principle', 'true_faith', 'protestantism', 'controversy', 'protestantism', 'catholicism', 'turn', 'intercourse', 'god', 'man', 'direct', 'immediate', 'interposed', 'priest', 'saint', 'decree', 'council', 'authority', 'pope', 'catholic', 'access', 'intercourse', 'god', 'depends', 'good', 'favor', 'intermediary', 'protestant', 'mind', 'man', 'woman', 'child', 'direct', 'immediate', 'access', 'heart', 'eternal', 'father', 'decision', 'christ', 'appeal', 'decision', 'christ', 'appeal', 'subordinate', 'authority', 'dale', 'sound_doctrine', 'true_faith', 'simply', 'assent', 'mind', 'theoretical', 'truth', 'acceptance', 'yielding', 'truth', 'change', 'external', 'theory', 'fact', 'experience', 'certainty', 'expectation', 'hope', 'true', 'protestantism', 'consists', 'simply', 'rejecting', 'opposing', 'papal', 'theology', 'rejecting', 'principle', 'ejecting', 'heart', 'world', 'self', 'pleasure', 'friendship', 'dominating', 'influence', 'intervenes', 'god', 'clog', 'channel', 'communication', 'soul', 'enthronement', 'christ', 'heart', 'rightful', 'ruler', 'power', 'faculty', 'written', 'weapon', 'warfare', 'carnal', 'mighty', 'god', 'pulling', 'stronghold', 'casting', 'imagination', 'high', 'thing', 'exalteth', 'knowledge', 'god', 'bringing', 'captivity', 'thought', 'obedience', 'christ', 'cor', 'real', 'essence', 'catholicism', 'subjugation', 'domination', 'mind', 'heart', 'consci', 'rice', 'man', 'master', 'sovereignty', 'soul', 'rightly', 'belongs', 'principle', 'matter', 'master', 'pope', 'world', 'pope', 'greed', 'pope', 'pleasure', 'pope', 'pride', 'pope', 'fashion', 'pope', 'self', 'pope', 'pius', 'true', 'protestantism', 'exactly', 'opposite', 'principle', 'protest', 'agaihst', 'roman', 'domination', 'domination', 'evil', 'form', 'guise', 'refuse', 'surrender', 'mind', 'conscience', 'control', 'power', 'authority', 'influence', 'jesus_christ', 'holy', 'spirit', 'word', 'god', 'thou', 'shalt', 'worship', 'lord_thy', 'god', 'shalt_thou', 'serve', 'vublisbing', 'house', 'home', 'office', 'news', 'sale', 'report', 'week', 'ending', 'august', 'total_number', 'bound', 'volume', 'watchman', 'colporteurs', 'letter', 'alabama', 'half', 'time', 'spent', 'week', 'visiting', 'brother', 'tait', 'include', 'report', 'worth', 'time', 'needed', 'refreshing', 'presence', 'brother', 'impart', 'happy', 'learn', 'work', 'lord', 'blessing', 'stopped', 'coffee', 'tea', 'snuff', 'little', 'meat', 'brother', 'tait', 'best', 'crop', 'country', 'remarkable', 'owner', 'place', 'white_man', 'demonstration', 'agent', 'agriculture', 'investigating', 'began', 'keeping', 'sabbath', 'people', 'said', 'family', 'surely', 'starve', 'bos', 'drive', 'plantation', 'amazed', 'work', 'half', 'day', 'week', 'god', 'praised', 'sale', 'slow', 'doe', 'change', 'determination', 'sell', 'book', 'time', 'surely', 'come', 'minister', 'bought', 'bible_footlights', 'reading', 'carefully', 'pleased', 'bought', 'presiding', 'elder', 'day', 'riding', 'buggy', 'met', 'bought', 'bible_footlights', 'selffeeder', 'limited', 'time', 'soul', 'brought', 'light', 'good_book', 'lion', 'moab', 'hornet', 'wilderness', 'discouragement', 'turn', 'face', 'glorious', 'god', 'given', 'work', 'feel', 'little', 'own_hands', 'advance', 'truth', 'best', 'courage', 'ivory', 'thanking', 'lord', 'goodness', 'week', 'rainy', 'tuesday', 'delivering', 'book', 'got', 'wet', 'best', 'story', 'bible_footlights', 'buggy', 'late', 'monday', 'secured', 'water', 'tight', 'body', 'soon', 'flooded', 'rain', 'fell', 'hard', 'little', 'wet', 'water', 'got', 'grip', 'thank', 'lord', 'worse', 'remember', 'birmingham', 'took', 'order', 'delivered', 'order', 'deliver', 'week', 'delivered', 'like', 'considering', 'city', 'unreliable', 'morrow', 'order', 'deliver', 'hope', 'success', 'roawts', 'week', 'showing', 'lady', 'bible_footlights', 'asked', 'baptism', 'told', 'bible', 'faith', 'lord', 'baptism', 'said', 'methodist', 'form', 'baptist', 'told', 'read', 'chapter', 'roman', 'wanted', 'know']
root - INFO - extracting file #162500: 2017-04-Final-Corpus/SUW19131113-V07-45-page1.txt
root - INFO - extracting file #163000: 2017-04-Final-Corpus/SUW19150318-V09-11-page7.txt
root - INFO - ['zenneesee', 'river', 'conference', 'conference', 'directory', 'elliott', 'president', 'bruce', 'conference', 'tract', 'society_secretary', 'treas', 'pound', 'field', 'missionary', 'agent', 'office', 'address', 'cole', 'bldg', 'nashville', 'tenn', 'norwood', 'secretary', 'sabbath', 'school', 'young', 'people', 'department', 'ave', 'nashville', 'tenn', 'prof', 'atteberry', 'principal', 'hazel', 'academy', 'hazel', 'paducah', 'glad', 'field', 'post', 'thirty', 'book', 'deliver', 'monday', 'march', 'subscriber', 'largely', 'working', 'class', 'white', 'colored', 'reminded', 'living', 'inthe', 'time', 'end', 'wanted', 'book', 'possibly', 'save', 'money', 'pay', 'patient', 'showing', 'sympathy', 'delivered', 'larger', 'took', 'time', 'said', 'christian', 'spirit', 'saw', 'book', 'time', 'occasionally', 'feel', 'pray', 'individual', 'trouble', 'distressed', 'nearly', 'case', 'resulted', 'placing', 'book', 'home', 'man', 'asked', 'missionary', 'said', 'christ', 'said', 'john', 'baptist', 'read', 'cor', 'took', 'book', 'paid', 'agreed', 'john', 'sent', 'god', 'preach', 'advent', 'christ', 'argue', 'agree', 'possible', 'keel', 'membership', 'cent', 'week_fund', 'quota', 'paid', 'raised', 'sunset', 'calendar', 'friday', 'march', 'sun', 'set', 'marley', 'ralph', 'meade', 'miller', 'miller', 'ernest', 'water', 'norman', 'water', 'total', 'agts', 'kentucky', 'conference', 'allman', 'total', 'agts', 'total', 'summary', 'january', 'date', 'conference', 'order', 'elp', 'delivery', 'alabama', 'conference', 'edna', 'callender', 'harris', 'harris', 'raz', 'houstonkindre', 'huntd', 'marychapmann', 'hunt', 'swan', 'michael', 'beck', 'kentucky', 'conference', 'louisiana', 'conference', 'mississippi', 'conference', 'tenn', 'river_conference', 'total', 'colemankindrednx', 'winkler', 'jbreichenbach', 'alonzo', 'ramey', 'lewis', 'ramey', 'michael', 'bible', 'agent', 'alabama', 'conference', 'kentucky', 'conference', 'milton', 'jones', 'beck', 'tennessee', 'river_conference', 'bishop', 'keele', 'alice', 'parrott', 'value', 'magazine', 'agent', 'report', 'week', 'ending', 'mar', 'alabama', 'conference', 'total', 'agts', 'louisiana', 'conference', 'vicgilverypp', 'pau', 'total', 'agts', 'week', 'wagner', 'total', 'southern', 'union', 'worker', 'colporteurs', 'report', 'southern_union_conference', 'week', 'ending', 'mar', 'book', 'ords', 'value', 'fisher', 'panza', 'garrigan', 'help', 'total', 'deily', 'bishop', 'rhdewberry', 'frieda', 'fleisher', 'inez', 'frisby', 'hazelton', 'keele', 'lambert', 'epmayberry', 'parrott', 'fewagner', 'jack', 'margueritekeateck', 'alabama', 'conference', 'tennessee', 'river_conference']
root - INFO - extracting file #163500: 2017-04-Final-Corpus/SUW19160629-V10-26-page5.txt
root - INFO - extracting file #164000: 2017-04-Final-Corpus/SUW19171011-V11-40-page5.txt
root - INFO - ['conference', 'mission', 'harvest', 'ingathering', 'goal', 'ken', 'imm', 'conierence', 'louisville', 'sunday', 'night', 'charge', 'louisville', 'white', 'church_school', 'elder', 'keate', 'returned', 'office', 'visit', 'lockport', 'church', 'brings', 'encouraging_report', 'read', 'separate', 'article', 'harvest', 'ingathering_campaign', 'launched', 'outlook', 'encouraging', 'success', 'goal', 'set', 'member', 'course', 'expect', 'gather', 'rend', 'goal', 'mire', 'placed', 'honor', 'roll', 'writing', 'glad', 'report', 'list', 'work', 'lockport', 'prom', 'sabbath', 'monday', 'september', 'october', 'church', 'lockport', 'preaching', 'day', 'twice', 'sunday', 'service', 'sunday', 'afternoon', 'baptized', 'young_people', 'presented', 'brother', 'wagner', 'brownlie', 'held', 'meeting', 'week', 'ago', 'sister', 'aldridge', 'desired', 'baptized', 'baptized', 'came', 'church', 'sunday', 'afternoon', 'held', 'business_meeting', 'officer', 'elected', 'left', 'truth', 'dropped', 'seven', 'new', 'added', 'church_membership', 'remained', 'outlook', 'lockport', 'encouraging', 'member', 'good_courage', 'planning', 'extensive', 'missionary', 'campaign', 'far', 'exceeding', 'previous', 'record', 'theirs', 'harvest', 'ingathering', 'work', 'mary', 'aldridge', 'church', 'raised', 'second', 'report', 'having', 'passed', 'goal', 'good', 'outside', 'truth', 'place', 'confidently', 'expect', 'church', 'grow', 'spiritually', 'numerically', 'hope', 'church_school', 'soon', 'brother', 'harp', 'church', 'expects', 'enter', 'canvassing', 'field', 'possibly', 'brother', 'otis', 'wallace', 'join', 'work', 'possible', 'hold', 'meeting', 'place', 'honor', 'roll', 'wagner', 'miss', 'mary', 'aldridge', 'james', 'hickman', 'lexington', 'lockport', 'louisville', 'xxx', 'harvest', 'ingathering_campaign', 'harvest', 'ingathering_campaign', 'starting', 'earnest', 'september', 'sister', 'wagner', 'wrote', 'harvest', 'ingathering', 'paper', 'came', 'tuesday', 'morning', 'went', 'day', 'dollar', 'cash', 'pledge', 'given', 'paper', 'lord', 'surely', 'opening', 'heart', 'people', 'mary', 'aldridge', 'lockport', 'stopped', 'half', 'hour', 'pleasureville', 'way_home', 'raised', 'dollar', 'later', 'went', 'new', 'castle', 'hour', 'raised', 'making', 'total', 'raised', 'far', 'brother', 'hickman', 'writes', 'got', 'wish', 'twentyfive', 'harvest', 'ingathering', 'paper', 'fine', 'meeting', 'locust', 'branch', 'eldei', 'dow', 'raised', 'dollar', 'train', 'going', 'nicholasville', 'elder', 'keate', 'raised', 'train', 'going', 'lockport', 'returning', 'brother', 'wagner', 'report', 'hartford', 'church', 'gave', 'mission', 'sabbath', 'september', 'addition', 'thirteenth', 'sabbath', 'offering', 'signed', 'goal', 'card', 'harvest', 'ingathering', 'young_people', 'expecting', 'attend', 'ooltewah', 'desire', 'baptized', 'believer', 'place', 'decided', 'erect', 'church_building', 'pledged', 'following', 'land', 'cash', 'flooring', 'sill', 'rough', 'lumber', 'member', 'promised', 'help', 'work', 'voted', 'start', 'building', 'november', 'complete', 'december', 'possible', 'news', 'item', 'canvasser', 'writes', 'feel', 'thankful', 'good', 'delivery', 'lord', 'helped', 'week', 'trust', 'worker', 'sent', 'good_reports', 'brother', 'wilhelm', 'new', 'canvasser', 'office', 'sunday', 'good_report', 'work', 'experience', 'miss', 'gladys', 'ruth', 'clark', 'meridian', 'miss', 'arrived', 'winter', 'keate', 'uthern', 'ltnign', 'worker', 'nicholasville', 'ford', 'covington', 'september', 'started', 'camp_meeting', 'visit', 'church', 'nicholasville', 'brother', 'wheeler', 'good_courage', 'willing', 'help', 'raise', 'mission', 'fund', 'richmond', 'held', 'meeting', 'outside', 'affiong', 'colored', 'people', 'trust', 'followed', 'ford', 'held', 'night_meetings', 'spiritual', 'uplift', 'trust', 'present', 'lord', 'meeting', 'bless', 'sabbath', 'september', 'celebrated', 'lord', 'supper', 'afternoon', 'missionary_meeting', 'brother', 'set', 'harvest', 'ingathering', 'goal', 'member', 'signed', 'goal', 'card', 'pleased', 'able', 'lord', 'great_encouragement', 'worker', 'work', 'planning', 'having', 'church_school', 'planning', 'repairing', 'church', 'expects', 'win', 'soul', 'christ', 'year', 'left', 'tri', 'city', 'church', 'covington', 'feeling', 'repaid', 'time', 'spent', 'dow', 'western', 'kentucky', 'making', 'tour', 'visiting', 'church', 'western', 'kentucky', 'convenient', 'making', 'short', 'isolated', 'member', 'leaving', 'lexington', 'good_meeting', 'harvest', 'ingathering', 'magazine', 'ordered', 'stop', 'irvington', 'sister', 'monahan', 'neafus', 'faithfully', 'living', 'truth', 'signed', 'harvest', 'ingathering', 'goal', 'card', 'brother', 'monahan', 'farm', 'month', 'sabbath', 'way', 'hartford', 'stopped', 'sister', 'hall', 'chil']
root - INFO - extracting file #164500: 2017-04-Final-Corpus/SUW19190206-V13-07-page2.txt
root - INFO - extracting file #165000: 2017-04-Final-Corpus/SUW19200617-V14-26-page1.txt
root - INFO - ['meat', 'sent', 'finish', 'work', 'vol', 'xiv', 'ooltewah', 'tennessee', 'june', 'crowned', 'life', 'commencement', 'address', 'southern_junior_college', 'president', 'member', 'graduating', 'class', 'friend', 'peculiar', 'pleasure', 'meet', 'happy', 'evening', 'fruition', 'hope', 'year', 'gone', 'labor', 'sacrifice', 'great', 'reward', 'faith', 'courage', 'came', 'field', 'thirty', 'year', 'ago', 'save', 'south', 'comprised', 'union', 'southeastern', 'southern', 'seventh', 'day', 'adventist', 'told', 'regular', 'church', 'school', 'high', 'low', 'grade', 'sanitarium', 'medical', 'institution', 'kind', 'sole', 'representative', 'station', 'publishing', 'work', 'branch', 'office', 'review', 'herald', 'established', 'atlanta', 'georgia', 'people', 'scattered', 'poor', 'untrained', 'work', 'new', 'little', 'known', 'strange', 'corservative', 'people', 'meet', 'prejudice', 'suspicion', 'scorn', 'added', 'inexperience', 'practically', 'worker', 'came', 'north', 'south', 'seen', 'healed', 'wound', 'war', 'postwar', 'oppression', 'hea', 'worker', 'timorous', 'alien', 'mental', 'attitude', 'represented', 'recommendation', 'passed', 'certain', 'general', 'conference', 'concerning', 'minister', 'approving', 'plea', 'served', 'term', 'year', 'southern_field', 'sentence', 'commuted', 'day', 'restored', 'post', 'blessed', 'north', 'quoted', 'exact', 'language', 'recommendation', 'faithfully', 'reproduced', 'impression', 'true', 'staunch', 'heart', 'messenger', 'day', 'men', 'woman', 'like', 'heroic', 'figure', 'early', 'leader', 'elder', 'kilgore', 'gave', 'life', 'stint', 'reservation', 'people', 'south', 'midst', 'poverty', 'discouragement', 'faithfully', 'continued', 'sow', 'seed', 'seemingly', 'sterile', 'soil', 'today', 'fruit', 'membership', 'advanced', 'half', 'thousand', 'thousand', 'record', 'literature', 'sale', 'lead', 'nation', 'world', 'strong', 'company', 'young_people', 'tonight', 'trained', 'training', 'consecrated', 'work', 'pressing', 'gospel_message', 'strongly', 'progressive', 'south', 'world', 'gratitude', 'pride', 'draft', 'trained', 'membership', 'southern', 'church', 'service', 'mission_fields', 'world', 'welcome', 'universal', 'comradeship', 'brings', 'sight', 'field', 'lazarus', 'conference', 'table', 'bestowing', 'largess', 'needy', 'evidence', 'speedy', 'completion', 'great_work', 'god', 'earth', 'particularly', 'thank', 'god', 'training_school', 'christian_workers', 'southern_junior_college', 'instrument', 'aggressive', 'intelligent', 'evangelism', 'service', 'chief', 'agency', 'progress', 'gospel_work', 'secured', 'ideal', 'condition', 'magnificent', 'resource', 'giving', 'christian_education', 'pledge', 'increasing', 'efficiency', 'challenge', 'liberality', 'devotion', 'capability', 'measured', 'chiefly', 'building', 'equipment', 'convenience', 'pleasure', 'endowment', 'grace', 'god', 'country', 'environment', 'conception', 'education', 'preparation', 'fold', 'service', 'spirit', 'consecration', 'high', 'ideal', 'everlasting', 'gospel']
root - INFO - extracting file #165500: 2017-04-Final-Corpus/TCOG19150801-V02-08-page8.txt
root - INFO - extracting file #166000: 2017-04-Final-Corpus/TCOG19180401-V05-04-page11.txt
root - INFO - ['decorated', 'embroidered', 'red', 'cloth', 'rented', 'day', 'cash', 'borrowed', 'bench', 'chair', 'small', 'table', 'arranged', 'court', 'use', 'guest', 'ran', 'came', 'greet', 'prospective', 'bridegroom', 'dodging', 'briskly', 'tidying', 'place', 'feather', 'duster', 'hand', 'dishcloth', 'gown', 'tucked', 'old', 'cook', 'apron', 'tied', 'waist', 'presently', 'mother', 'brought', 'bow', 'drop', 'duster', 'dishcloth', 'order', 'civility', 'properly', 'immediately', 'returned', 'interrupted', 'work', 'ran', 'brought', 'little', 'girl', 'year', 'old', 'bow', 'introduced', 'daughter', 'brought', 'home', 'gasped', 'dismay', 'child', 'bride', 'sanction', 'thing', 'soon', 'girl', 'returned', 'kitchen', 'asked', 'horror', 'stricken', 'whisper', 'bride', 'dear', 'laughed', 'poor', 'little', 'girl', 'ran', 'took', 'pity', 'adopted', 'marveled', 'goodness', 'old', 'soul', 'poor', 'adopted', 'needy', 'family', 'soon', 'guest', 'began', 'arrive', 'earnest', 'ran', 'kept', 'busyreceiving', 'brought', 'present', 'wrapped', 'red', 'paper', 'gift', 'presented', 'hostess', 'protested', 'accepting', 'saying', 'quiet', 'gentle', 'voice', 'constant', 'surprise', 'want', 'gift', 'know', 'poor', 'far', 'better', 'heavenly', 'father', 'care', 'lack', 'addressed', 'little', 'group', 'guest', 'know', 'condition', 'god', 'cured', 'stant', 'peace', 'wish', 'believe', 'presently', 'group', 'deacon', 'pillar', 'church', 'arrived', 'dressed', 'best', 'carrying', 'hymn', 'book', 'arm', 'heard', 'weird', 'music', 'red', 'bridal', 'chair', 'appeared', 'carried', 'men', 'preceded', 'niusicians', 'ragged', 'dirty', 'fellow', 'blowing', 'flute', 'chair', 'set', 'bride', 'stepped', 'forth', 'healthylooking', 'country', 'girl', 'sunburned', 'face', 'natural', 'foot', 'led', 'ceremony', 'future', 'private', 'quarter', 'poor', 'little', 'thatch', 'room', 'bed', 'furniture', 'time', 'bridegroom', 'ready', 'ceremony', 'mother', 'whisked', 'away', 'minute', 'led', 'forth', 'wearing', 'long', 'black', 'sateen', 'gown', 'probably', 'borrowed', 'tight', 'fit', 'clothes', 'head', 'new', 'black', 'foreign', 'cap', 'bridal', 'gift', 'agitation', 'wrong_side', 'visor', 'resting', 'cozily', 'nape', 'neck', 'small', 'boy', 'company', 'laughed', 'aloud', 'called', 'cap', 'straight', 'nervous', 'haste', 'pastor', 'took', 'aside', 'word', 'instruction', 'ceremony', 'bride', 'came', 'forward', 'stood', 'position', 'hymn', 'sung', 'lustily', 'tune', 'native', 'christian', 'ceremony', 'place', 'ran', 'whispered', 'shall', 'red', 'veil', 'shall', 'bride', 'remove', 'married', 'christian', 'fashion', 'unimportant', 'whispered', 'like', 'foreign', 'lady', 'persisted', 'wear', 'red', 'veil', 'married', 'canright', 'disclaimed', 'having', 'settled', 'question', 'bride', 'wear', 'soon', 'ceremony', 'leave', 'till', 'ran', 'eat', 'cake', 'thanked', 'warmly', 'help', 'declaring', 'known', 'christian', 'wedding', 'hadn', 'instructed', 'prayer', 'social', 'meeting', 'week', 'ending', 'april', 'senior', 'subject', 'living', 'principle', 'helpful', 'thought', 'youth', 'principle', 'firm', 'powerful', 'temptation', 'satan', 'draw', 'away', 'allegiance', 'song', 'stand', 'rock', 'concert', 'scripture', 'reading', 'eph', 'silent', 'prayer', 'courage', 'stand', 'principle', 'followed', 'short', 'audible', 'prayer', 'special', 'music', 'talk', 'living', 'principle', 'help', 'article', 'elder', 'thompson', 'recitation', 'thing', 'different', 'discussion', 'men', 'principle', 'note', 'testimony', 'service', 'secretary', 'report', 'report', 'work', 'offering', 'benediction', 'junior', 'subject', 'unselfishness', 'motto', 'song', 'verse', 'repeating', 'bible', 'promise', 'sentence', 'prayer', 'member', 'bible', 'study', 'unselfishness', 'reading', 'mattie', 'roller', 'skate', 'object', 'talk', 'crossing', 'ont', 'capital', 'offering', 'report', 'song', 'benediction', 'note', 'leader', 'senior', 'discussion', 'topic', 'men', 'principle', 'divided', 'member', 'giving', 'brie', 'talk', 'life', 'bible', 'character', 'stood', 'firmly', 'principle', 'trying', 'circumstance', 'joseph', 'daniel', 'moses', 'mentioned', 'help', 'hold', 'attention', 'hearer', 'character', 'withheld', 'society', 'allowed', 'patriarch', 'prophet', 'story', 'prophet', 'king', 'helpful', 'presenting', 'character', 'sketch', 'interesting', 'forceful', 'way', 'emphasize', 'thought', 'experience', 'men', 'written', 'learning', 'appetite', 'worldly', 'honor', 'rich', 'immorality', 'idolatry', 'temptation', 'strong', 'overthrow', 'principle', 'allow', 'plenty', 'time', 'testimony', 'service', 'important', 'young', 'people', 'usually', 'receive', 'real', 'help', 'good', 'spiritual', 'prayer', 'testimony', 'meeting', 'finest', 'kind', 'literary', 'program', 'jusuoa', 'tell', 'junior', 'time', 'meeting', 'ready', 'bible', 'promise', 'recite', 'roll', 'save', 'time', 'embarrassment', 'meeting', 'bible', 'study', 'given', 'old', 'draw', 'practical', 'lesson', 'help', 'child', 'merely', 'asking', 'question', 'having', 'verse', 'read', 'sufficient', 'apply', 'principle', 'daily_life', 'tactfully', 'child', 'improve', 'giving', 'object', 'talk', 'preferred', 'capital', 'drawn', 'blackboard', 'instead', 'cardboard', 'bible', 'study', 'unselfishness', 'great_commandment', 'saviour', 'expects', 'unselfish', 'matt', 'big', 'sin', 'people', 'danger', 'day', 'tim', 'people', 'selfish', 'phil', 'charity', 'mean', 'loving', 'shall', 'act', 'cor', 'rom', 'treat', 'enemy', 'rom', 'jesus', 'try', 'rom', 'blessed', 'example', 'unselfishness', 'saviour', 'leave', 'cor', 'mention', 'practical', 'way', 'unselfish', 'everyday', 'life', 'sure', 'read', 'leader', 'note', 'written', 'margaret', 'canright', 'church', 'officer', 'gazette']
root - INFO - extracting file #166500: 2017-04-Final-Corpus/TCOG19201101-V07-11-page15.txt
root - INFO - extracting file #167000: 2017-04-Final-Corpus/TMM18990301-V11-03-page16.txt
root - INFO - ['leaf', 'diary', 'soundly', 'converted', 'permit', 'stand', 'duty', 'youth', 'heathen', 'past', 'life', 'filled', 'sort', 'idolatry', 'superstitious', 'rite', 'requires', 'time', 'patience', 'lead', 'point', 'rightly', 'view', 'god', 'wise', 'powerful', 'creator', 'jesus_christ', 'sin', 'pardoning', 'saviour', 'heir', 'everlasting', 'life', 'seen', 'men', 'tremble', 'word', 'reward', 'punishment', 'judgment', 'depicted', 'yes', 'seen', 'deep', 'conviction', 'sin', 'mind', 'troubled', 'bible', 'study', 'instead', 'yielding', 'lord', 'past_year', 'fully', 'received', 'instruction', 'word', 'hand', 'awaiting', 'baptism', 'number', 'started', 'study', 'bible', 'beginning', 'year', 'instructed', 'word', 'promise', 'eventually', 'identifying', 'people', 'god', 'pressing', 'need', 'literature', 'native', 'tongue', 'weekly', 'semimonthly', 'paper', 'doubtless', 'best', 'result', 'leaflet', 'short', 'tract', 'useful', 'leaf', 'diary', 'richardson', 'april', 'reached', 'aden', 'located', 'slope', 'high', 'promontory', 'desert', 'rock', 'sand', 'southwestern', 'extremity', 'arabia', 'importance', 'derived', 'position', 'convenient', 'coaling', 'station', 'trans', 'shipping', 'port', 'east', 'african', 'point', 'good', 'military', 'post', 'average', 'period', 'rain', 'doe', 'exceed', 'day', 'year', 'large', 'reservoir', 'excavated', 'ravine', 'hold', 'water', 'form', 'source', 'fresh', 'water', 'supply', 'noticing', 'native', 'wear', 'iron', 'band', 'arm', 'asked', 'black', 'boy', 'replied', 'devil', 'away', 'think', 'remedy', 'failure', 'dishonest', 'treacherous', 'lot', 'fellow', 'met', 'use', 'white', 'paste', 'hair', 'turn', 'yellow', 'having', 'taken', 'coal', 'seven', 'hour', 'sailing', 'reach', 'strait', 'bab', 'mandeb', 'southern', 'entrance', 'red_sea', 'sea', 'ancient', 'body', 'water', 'mentioned', 'history', 'thousand', 'mile', 'long', 'average', 'width', 'little', 'mile', 'form', 'principal', 'portion', 'boundary', 'asia', 'africa', 'time', 'shore', 'view', 'dreary', 'desert', 'appearance', 'green', 'thing', 'seen', 'passage', 'red_sea', 'usually', 'dreaded', 'extreme', 'heat', 'prevails', 'especially', 'time']
root - INFO - extracting file #167500: 2017-04-Final-Corpus/TMM19000401-V12-04-page5.txt
root - INFO - extracting file #168000: 2017-04-Final-Corpus/TMM19020401-V14-04-page49.txt
root - INFO - ['sabbath', 'came', 'hope', 'pray', 'obey', 'rented', 'hall', 'city', 'hold', 'meeting', 'difficult', 'place', 'lord', 'opened', 'way', 'best', 'hall', 'heart', 'city', 'expect', 'hold', 'service', 'sunday', 'switzerland', 'beautiful', 'country', 'like', 'far', 'time', 'think', 'home', 'homesick', 'health', 'good', 'better', 'climate', 'agree', 'way', 'nurse', 'opportunity', 'great', 'deal', 'good', 'realize', 'able', 'help', 'people', 'spiritually', 'physically', 'courage', 'good', 'hope', 'remain', 'lord', 'work', 'ing', 'chinese', 'fashion', 'large', 'room', 'public_meetings', 'sitting', 'room', 'dining', 'room', 'bedroom', 'course', 'screen', 'help', 'somewhat', 'addition', 'large', 'room', 'kitchen', 'ancient', 'style', 'climate', 'fine', 'spring', 'vegetable', 'flower', 'fruit', 'appear', 'sale', 'rain', 'arrival', 'water', 'supply', 'dependent', 'rainfall', 'little', 'low', 'present', 'government', 'charge', 'rainwater', 'drink', 'filtered', 'time', 'reach', 'good', 'hong', 'kong', 'beautiful', 'harbor', 'boat', 'description', 'sampan', 'class', 'battleship', 'majesty', 'king', 'england', 'certainly', 'great', 'naval', 'center', 'great', 'port', 'commerce', 'present', 'seven', 'sailor', 'marine', 'british', 'cruiser', 'harbor', 'obedient', 'truth', 'far', 'naval', 'service', 'permit', 'awaiting', 'baptism', 'buried', 'lord', 'hope', 'organize', 'church', 'come', 'david', 'voth', 'hong', 'kong', 'china', 'week', 'landed', 'hong', 'kong', 'brother', 'rue', 'gave', 'royal', 'reception', 'past_week', 'detained', 'house', 'nearly', 'built', 'accord', 'hong', 'kong', 'anderson', 'letter', 'field', 'church', 'living', 'god', 'awake', 'thy', 'sinful', 'sleep', 'dost', 'thou', 'hear', 'yon', 'awful', 'sounding', 'deep', 'nought', 'human_race', 'china', 'die', 'having', 'heard', 'gospel', 'god', 'grace', 'canst', 'thou', 'shut', 'thine', 'ear', 'awful', 'sound', 'voice', 'thy', 'brother', 'blood', 'million', 'month', 'china', 'dying', 'god', 'fourth', 'sabbath', 'reading', 'april', 'law', 'spirit', 'life', 'page', 'issue']
root - INFO - extracting file #168500: 2017-04-Final-Corpus/WMH19051213-V03-48-page1.txt
root - INFO - extracting file #169000: 2017-04-Final-Corpus/WMH19080603-V06-23-page1.txt
root - INFO - ['executive_committee', 'haughey', 'hartwelni', 'notstra', 'matthew', 'wilbur', 'lake_union_conference', 'note', 'friday', 'march', 'according', 'vote', 'previously', 'mentioned', 'study', 'organization', 'conducted', 'elder', 'daniells', 'read', 'scripture', 'eph', 'carry', 'idea', 'unity', 'oneness', 'church', 'likened', 'human_body', 'imagine', 'arm', 'leg', 'body', 'scattered', 'connection', 'separate', 'church', 'complete', 'prophet', 'teacher', 'evangelist', 'order', 'fulfill', 'scripture', 'eph', 'body', 'organization', 'wonderful', 'piece', 'organization', 'conceive', 'god', 'masterpiece', 'taken', 'illustrate', 'church', 'performs', 'work', 'harmony', 'growth', 'president', 'vice', 'pres', 'secretary', 'treasurer', 'ducational', 'sec', 'sabbath', 'school', 'sec', 'teach', 'higher', 'body', 'individual', 'church', 'sorry', 'time', 'study', 'morning', 'session', 'began', 'discussion', 'resolution', 'resumed', 'election', 'officer', 'called', 'motion', 'adopt', 'official', 'roster', 'published', 'repeated', 'afternoon', 'session', 'continuation', 'discussion', 'resolution', 'report', 'committee', 'distribution', 'labor', 'adopted', 'published', 'sermon', 'elder', 'daniells', 'text', 'john', 'great', 'secret', 'life', 'christ', 'earth', 'revealed', 'word', 'receive', 'holy', 'ghost', 'reason', 'sent', 'work', 'christ', 'world', 'let', 'world', 'learn', 'john', 'speech', 'essentiarpart', 'ministry', 'dealt', 'word', 'luke', 'matt', 'scribe', 'simply', 'mechanical', 'christ', 'spoke', 'authori', 'burning', 'power', 'matt', 'power', 'power', 'god', 'filled', 'sent', 'faithful', 'serve', 'god', 'john', 'christian', 'minister', 'john', 'operation', 'spirit', 'man', 'doe', 'work', 'god', 'luke', 'spirit', 'lord', 'qualifies', 'service', 'act', 'luke', 'act', 'bear', 'message', 'end', 'earth', 'need', 'spirit', 'god', 'shall', 'seek', 'baptism', 'holy', 'spirit', 'continued', 'union', 'conference', 'paper', 'read', 'notice', 'april', 'canvassed', 'hour', 'worked', 'hour', 'order', 'worked', 'loo', 'hour', 'took', 'order', 'hour', 'worked', 'hour', 'took', 'order', 'half', 'hour', 'curious', 'isn', 'fact', 'stubborn', 'thing', 'great', 'everachieved', 'enthusiasm', 'man', 'born', 'world', 'work', 'born', 'work', 'tool', 'work', 'withal', 'richmond', 'otsego', 'crandall', 'otsego', 'mot', 'ingwoof', 'yiiirregiimn', 'vol', 'west', 'michigan', 'herald', 'issued', 'wednesday', 'west', 'michigan', 'conference', 'seventh', 'day', 'adventist', 'otsego', 'michigan', 'rate', 'year', 'snunbers', 'advance', 'entered', 'sept', 'otsego', 'mich', 'second', 'class_matter', 'act', 'congress', 'march', 'richmond', 'editor', 'officer', 'haughey', 'otsego', 'otsego', 'michigan', 'june', 'organization', 'stood', 'supreme', 'cor', 'read', 'especially', 'verse', 'little', 'finger', 'joined', 'body', 'person', 'church', 'obtain', 'life', 'benefit', 'fullness', 'hartwell', 'rattle', 'creek', 'russell', 'otsego', 'volunteer', 'sec', 'haughey', 'otsego', 'field', 'secretary', 'medical', 'sec', 'otis', 'grand', 'rapid', 'giif', 'figa', 'reapeth', 'gathereth', 'fruit', 'unto', 'life', 'eternal', 'fifteenth', 'chapter', 'act', 'sixteenth', 'chapter', 'crave', 'john', 'spoke', 'gracious', 'word', 'power', 'led', 'multitude', 'enquire', 'utter', 'helplessness', 'human', 'word', 'freighted', 'divine_power', 'man', 'know']
root - INFO - extracting file #169500: 2017-04-Final-Corpus/YI18600501-V08-05-page6.txt
root - INFO - extracting file #170000: 2017-04-Final-Corpus/YI18790618-V27-24-page2.txt
root - INFO - ['the_youth', 'instructor', 'vol', 'grandpa', 'pleasure', 'reflection', 'life', 'tried', 'faithfully', 'fifth', 'commandment', 'grandpa', 'gone', 'tom', 'turned', 'mother', 'said', 'glad', 'fishing', 'morning', 'wish', 'little', 'honor', 'obedience', 'added', 'frank', 'blush', 'credit', 'heart', 'time', 'let', 'said', 'tom', 'decisively', 'yes', 'said', 'frank', 'let', 'follow', 'grandpa', 'example', 'lived', 'long', 'land', 'jolliest', 'grandpa', 'mean', 'like', 'sure', 'said', 'unfortunate', 'emigrant', 'mother', 'continue', 'resolve', 'following', 'example', 'keeping', 'fifth', 'commandment', 'mary', 'tvyeth', 'mission', 'flower', 'summer', 'blossom', 'hill', 'field', 'bounteous', 'treasure', 'mother', 'nature', 'yield', 'thanksgiving', 'grassy', 'sod', 'remembrance', 'come', 'god', 'child', 'city', 'street', 'crowded', 'lane', 'lowly', 'meet', 'reeking', 'haunt', 'foul', 'wicked', 'men', 'turn', 'sinful', 'heart', 'right', 'darkened', 'room', 'humble', 'cot', 'poor', 'lonely', 'sufferer', 'think', 'forgot', 'offering', 'god', 'loving', 'hand', 'let', 'breathe', 'fragrance', 'land', 'shall', 'weary', 'look', 'glad', 'shall', 'saddened', 'darkly', 'sad', 'shall', 'wicked', 'hint', 'good', 'god', 'june', 'run', 'round', 'world', 'meant', 'myrtle', 'sea', 'sea', 'continuing', 'journey', 'arrive', 'desolate', 'place', 'western', 'continent', 'mile', 'little', 'gravel', 'sage', 'brush', 'barren', 'rock', 'dwelling', 'mile', 'apart', 'occupied', 'principally', 'person', 'employ', 'railroad', 'company', 'dreary', 'monotonous', 'scenery', 'animal', 'seen', 'break', 'solitude', 'nature', 'occasionally', 'strike', 'stream', 'water', 'weary', 'eye', 'greeted', 'sight', 'cabin', 'small', 'cultivated', 'field', 'garden', 'look', 'amuse', 'finding', 'turn', 'fall', 'musing', 'past', 'present', 'convenience', 'crossing', 'plain', 'crossing', 'plain', 'swiftly', 'flying', 'steam', 'car', 'somewhat', 'tedious', 'fatigue', 'compared', 'crossing', 'rate', 'mile', 'day', 'slow', 'patient', 'team', 'early', 'emigrant', 'making', 'long', 'perilous', 'journey', 'california', 'view', 'old', 'wagon', 'track', 'ruin', 'old', 'adobe', 'brick', 'station', 'house', 'overland', 'stage', 'stop', 'met', 'savage', 'indian', 'instance', 'company', 'massacred', 'effect', 'taken', 'think', 'comparatively', 'safe', 'drawn', 'ponderous', 'iron', 'horse', 'wonder', 'indian', 'route', 'rest', 'night', 'fear', 'wild', 'savage', 'wearied', 'emigrant', 'resting', 'camp', 'inside', 'corral', 'inclosure', 'placing', 'wagon', 'leaving', 'stock', 'feed', 'sage', 'brush', 'aroused', 'midnight', 'startling', 'announcement', 'indian', 'taking', 'team', 'rushing', 'swiftly', 'state', 'nevada', 'rear', 'nearly', 'day', 'spent', 'crossing', 'utah', 'known', 'world', 'mormon', 'territory', 'great', 'salt', 'lake', 'located', 'nearing', 'ogden', 'passing', 'edge', 'lake', 'length', 'forty_miles', 'thousand', 'foot', 'sea', 'mountain', 'great', 'curiosity', 'water', 'lake', 'salt', 'ocean', 'visible', 'outlet', 'constantly', 'fed', 'stream', 'fresh', 'water', 'mountain', 'water', 'said', 'diminishing', 'instead', 'increasing', 'like', 'sink', 'carson', 'valley', 'nevada', 'probably', 'outlet', 'underground', 'channel', 'near', 'city', 'ogden', 'eye', 'refreshed', 'green', 'tree', 'verdure', 'pleasant', 'sight', 'spend', 'hour', 'changing', 'car', 'making', 'general', 'preparation', 'journey', 'missouri', 'river', 'distance', 'thousand', 'mile', 'ogden', 'large', 'place', 'passenger', 'branch', 'railroad', 'salt_lake_city', 'mile', 'lake', 'city', 'center', 'mormon', 'kingdom', 'foreign_lands', 'think', 'salt', 'lake', 'paradise', 'ala', 'arrival', 'soon', 'learn', 'slave', 'mormon', 'leader', 'point', 'discover', 'hole', 'dug', 'hill', 'pole', 'slab', 'straw', 'dirt', 'placed', 'roof', 'small', 'window', 'door', 'bare', 'earth', 'floor', 'abundance', 'misery', 'poverty', 'poorer', 'class', 'mormon', 'paradise', 'mile', 'san_francisco', 'ogden', 'leave', 'place', 'promised', 'romantic', 'scenery', 'route', 'preparation', 'early', 'breakfast', 'ready', 'sight', 'seeing', 'loughborough', 'forgive', 'forgiven', 'truly', 'said', 'forgive', 'break', 'bridge', 'pas', 'important', 'lesson', 'forcibly', 'taught', 'saviour', 'parable', 'certain', 'king', 'examining', 'affair', 'officer', 'employ', 'government', 'owed', 'enormous', 'sum', 'thousand', 'talent', 'equal', 'lowest', 'estimation', 'million', 'dollar', 'officer', 'unable', 'pay', 'vast', 'debt', 'king', 'gave', 'order', 'sold', 'slave', 'wife', 'child', 'payment', 'wretched', 'man', 'pleaded', 'mercy', 'sovereign', 'grant', 'time', 'pay', 'debt', 'monarch', 'heart', 'touched', 'pity', 'knowing', 'impossible', 'pay', 'vast', 'sum', 'freely', 'forgave', 'joy', 'man', 'heart', 'filled', 'earnestly', 'sought', 'gratitude', 'royal', 'favor', 'ala', 'day', 'met', 'fellow', 'servant', 'owed', 'penny', 'fourteen', 'dollar', 'seizing', 'roughly', 'throat', 'demanded', 'payment', 'poor', 'debtor', 'tremblingly', 'exclaimed', 'self', 'word', 'patience', 'pay', 'thee', 'unfeeling', 'creditor', 'hear', 'delay', 'cast', 'man', 'prison', 'till', 'full_amount', 'paid', 'wonder', 'king', 'angry', 'hearing', 'transaction', 'delivered', 'cruel', 'servant', 'fate', 'condemned', 'fellow', 'read', 'account', 'filled', 'indignation', 'ungrateful', 'hard', 'hearted', 'man', 'feel', 'punishment', 'pursue', 'similar', 'course', 'sin', 'god', 'great', 'cost', 'life', 'dear_son', 'represented', 'thousand', 'talent', 'sin', 'commit', 'represented', 'penny', 'contrast', 'great', 'appears', 'sin', 'having', 'forgiven', 'vast', 'debt', 'refuse', 'forgive', 'little', 'injury', 'wrong', 'received', 'fellow', 'creature', 'young_friends', 'tempted', 'cherish', 'unforgiving', 'spirit', 'think', 'bow', 'time', 'sinned', 'god', 'need', 'forgiveness', 'remember', 'prayer', 'saviour', 'taught', 'forgive', 'debt', 'forgive', 'debtor', 'forgive', 'forgiven', 'attention', 'directed', 'place']
root - INFO - extracting file #170500: 2017-04-Final-Corpus/YI18810921-V29-38-page2.txt
root - INFO - extracting file #171000: 2017-04-Final-Corpus/YI18840109-V32-02-page3.txt
root - INFO - ['jan', 'youth', 'instructor', 'manner', 'evil', 'spoken', 'falsely', 'christ', 'sake', 'happier', 'boy', 'renewed', 'heart', 'life', 'death', 'redeemer', 'harm', 'right', 'right', 'god', 'hold', 'school', 'cease', 'taught', 'teacher', 'hold', 'sabbath', 'service', 'ordinance', 'house', 'lord', 'like', 'ruth', 'naomi', 'thy', 'people', 'shall', 'people', 'thy', 'god', 'god', 'spurgeon', 'said', 'noble', 'builded', 'better', 'knew', 'care', 'cost', 'labor', 'lost', 'god', 'grant', 'skill', 'attain', 'build', 'vain', 'disappointment', 'rob', 'stood', 'window', 'moonlight', 'hope', 'rain', 'morrow', 'cried', 'doe', 'look', 'like', 'rain', 'cloud', 'west', 'asked', 'harry', 'hope', 'exclaimed', 'alice', 'eye', 'rain', 'eye', 'rest', 'life', 'asked', 'nurse', 'miss', 'alice', 'sends', 'rain', 'think', 'rain', 'spoil', 'picnic', 'muttered', 'rob', 'wish', 'hold', 'cloud', 'hand', 'turned', 'quickly', 'window', 'saw', 'mother', 'standing', 'door', 'way', 'look', 'surprise', 'face', 'rob', 'sure', 'heard', 'speech', 'came', 'good', 'night', 'darling', 'said', 'tell', 'story', 'interrupted', 'alice', 'yes', 'little', 'story', 'read', 'poetry', 'prose', 'long', 'ago', 'far', 'beautiful_home', 'sea', 'lived', 'little', 'sister', 'merry', 'day', 'long', 'happy', 'little', 'girl', 'land', 'sweet', 'morning', 'june', 'sat', 'tree', 'plan', 'spend', 'day', 'wood', 'basket', 'kind', 'nice', 'thing', 'carry', 'game', 'book', 'liked', 'entertainment', 'father', 'mother', 'uncle', 'george', 'uncle', 'george', 'head', 'brimful', 'funny', 'story', 'laura', 'said', 'brother', 'maurice', 'exclaimed', 'cecelia', 'maurice', 'young', 'midshipman', 'away', 'sea', 'hope', 'picnic', 'long', 'day', 'come', 'anxious', 'thought', 'weather', 'possible', 'rain', 'wanted', 'basket', 'filled', 'night', 'ringtoss', 'lawn', 'tennis', 'hall', 'waiting', 'carried', 'mountain', 'clock', 'came', 'minnie', 'catch', 'glimpse', 'sunrise', 'cloud', 'east', 'prospect', 'clear', 'sunrise', 'maybe', 'bright', 'clock', 'said', 'cecelia', 'hopefully', 'laura', 'shook', 'head', 'declaring', 'father', 'think', 'sure', 'rain', 'counted', 'hour', 'break', 'tim', 'know', 'cecelia', 'said', 'minnie', 'fell', 'asleep', 'dreamed', 'cloud', 'passed', 'away', 'merry', 'party', 'far', 'mountain', 'basket', 'game', 'happier', 'flower', 'little', 'plant', 'brought', 'moral', 'physical', 'blessing', 'vfte', 'tcaft', 'aoof', 'sabbath', 'january', 'new', 'testament', 'histofy', 'lesson', 'review', 'continued', 'enabled', 'apostle', 'speak', 'boldness', 'cor', 'faith', 'lead', 'hope', 'verse', 'enabled', 'bear', 'affliction', 'verse', 'took', 'away', 'terror', 'death', 'chap', 'assurance', 'resurrection', 'body', 'gift', 'eternal_life', 'verse', 'doe', 'paul', 'regard', 'preferable', 'present_state', 'immortal', 'state', 'promised', 'faithful', 'verse', 'doe', 'paul', 'desire', 'disembodied', 'doe', 'wish', 'exchange', 'perishable', 'body', 'glorious', 'verse', 'chief', 'care', 'apostle', 'reference', 'verse', 'press', 'claim', 'gospel', 'ardently', 'verse', 'willing', 'suffer', 'hardship', 'persecution', 'verse', 'change', 'produced', 'thorough', 'conversion', 'verse', 'doe', 'god', 'bring', 'men', 'harmony', 'law', 'verse', 'view', 'earnest', 'exhortation', 'doe', 'paul', 'chap', 'doe', 'experience', 'fellow', 'laborer', 'pas', 'verse', 'warning', 'doe', 'paul', 'close', 'union', 'world', 'verse', 'encouraging', 'promise', 'given', 'verse', 'prompted', 'promise', 'chap', 'doe', 'paul', 'anxiety', 'trouble', 'suffered', 'verse', 'change', 'wrought', 'learning', 'corinthian', 'heeded', 'letter', 'verse', 'intelligence', 'brought', 'verse', 'doe', 'paul', 'effect', 'letter', 'verse', 'doe', 'commend', 'liberality', 'macedonian', 'brother', 'chap', 'doe', 'urge', 'corinthian', 'practice', 'verse', 'doe', 'paul', 'commend', 'titus', 'brother', 'sends', 'help', 'corinthian', 'verse', 'special_work', 'wish', 'brother', 'accomplish', 'chap', 'doe', 'encourage', 'cheerful', 'giving', 'verse', 'doe', 'paul', 'weapon', 'christian', 'warfare', 'chap', 'fear', 'paul', 'chap', 'express', 'tender', 'verse', 'doe', 'warn', 'false', 'apostle', 'verse', 'doe', 'paul', 'urge', 'claim', 'apostleship', 'verse', 'proved', 'faithfulness', 'verse', 'doe', 'vision', 'revelation', 'chap', 'doe', 'speak', 'coming', 'visit', 'verse', 'anxiety', 'fear', 'doe', 'express', 'verse', 'warning', 'doe', 'chap', 'doe', 'exhort', 'verse', 'woke', 'soon', 'hear', 'great', 'drop', 'rain', 'pattering', 'window', 'pane', 'sorrowful', 'face', 'breakfast', 'table', 'morning', 'course', 'kind', 'mother', 'father', 'troubled', 'child', 'disappointment', 'sure', 'best', 'sorry', 'child', 'fretted', 'rain', 'day', 'fell', 'asleep', 'night', 'feeling', 'happy', 'week', 'passed', 'rainy', 'day', 'forgotten', 'evening', 'tea', 'knock', 'hall', 'door', 'delight', 'elsie', 'peeped', 'baluster', 'saw', 'brother', 'maurice', 'arm', 'mother', 'neck', 'laughing', 'time', 'moment', 'hall', 'welcome', 'hear', 'delightful', 'event', 'home', 'coming', 'happened', 'story', 'soon', 'told', 'ship', 'wrecked', 'day', 'sailor', 'escaped', 'sea', 'day', 'small', 'open', 'boat', 'fresh', 'water', 'sun', 'pouring', 'hot', 'ray', 'uncovered', 'head', 'dear', 'mother', 'hard', 'prayed', 'rain', 'little', 'shower', 'said', 'maurice', 'rain', 'asked', 'cecelia', 'eagerly', 'yes', 'rained', 'whole_day', 'wednesday', 'week', 'ago', 'died', 'rainy', 'day', 'sister', 'looked', 'mother', 'exclaimed', 'dear', 'hear', 'remember', 'rain', 'unhappy', 'tell', 'said', 'maurice', 'rain', 'saved', 'miserable', 'know', 'going', 'save', 'maurice', 'said', 'point', 'said', 'mother', 'know', 'good_things', 'prevent', 'terrible', 'thing', 'happen', 'own_way', 'think', 'case', 'seen', 'maurice', 'said', 'rob', 'solemnly', 'mother', 'finished', 'story', 'brother', 'lost', 'sea', 'added', 'said', 'alice', 'rain', 'intended', 'way', 'said', 'harry', 'sure', 'best', 'said', 'mother', 'hold', 'cloud', 'hand', 'know', 'right', 'moment', 'let', 'come', 'shower', 'earth', 'rob', 'looked', 'ashamed', 'saw', 'foolish', 'speech', 'cloud', 'control', 'wise', 'heavenly', 'father', 'new', 'york', 'observer', 'plant', 'little', 'plant', 'given', 'sick', 'girl', 'trying', 'care', 'family', 'change', 'way', 'living', 'cleaned', 'window', 'light', 'come', 'leaf', 'cold', 'open', 'window', 'fresh_air', 'help', 'plant', 'grow', 'clean', 'window', 'rest', 'room', 'look', 'untidy', 'wash', 'floor', 'wall', 'arrange', 'furniture', 'neatly', 'led', 'father', 'family', 'mend', 'broken', 'chair', 'kept', 'home', 'evening', 'work', 'lie', 'staid', 'home', 'instead', 'spending', 'evening', 'tavern', 'money', 'saved', 'went', 'buy', 'comfort', 'home', 'grew', 'attractive', 'whole_family', 'loved', 'grew', 'healthier']
root - INFO - extracting file #171500: 2017-04-Final-Corpus/YI18860616-V34-24-page3.txt
root - INFO - extracting file #172000: 2017-04-Final-Corpus/YI18890306-V37-10-page3.txt
root - INFO - ['march', 'youth', 'instructor', 'sure', 'ghat', 'pity', 'beauty', 'stay', 'said', 'thoughtful', 'little', 'nellie', 'stopping', 'briefly', 'play', 'velvet', 'pansy', 'withered', 'picked', 'day', 'certain', 'answered', 'face', 'demure', 'rain', 'driving', 'wish', 'promise', 'truer', 'rest', 'certain', 'single', 'thing', 'sure', 'grandma', 'smiled', 'corner', 'smoothing', 'soft', 'gray', 'tress', 'second', 'minute', 'know', 'little', 'minute', 'hour', 'second', 'minute', 'work', 'fun', 'minute', 'hour', 'numbered', 'thing', 'certain', 'world', 'begun', 'rose', 'lose', 'crimson', 'buttercup', 'gold', 'change', 'surely', 'hold', 'truth', 'lose', 'beauty', 'strength', 'growing', 'old', 'julia', 'ballard', 'instructor', 'lynn', 'snow', 'shoe', 'ast', 'summer', 'lynn', 'moved', 'florida', 'canada', 'seen', 'snow', 'year', 'lived', 'think', 'like', 'impatient', 'winter', 'come', 'summer', 'time', 'came', 'canada', 'week', 'flew', 'day', 'grew', 'shorter', 'night', 'longer', 'weather', 'colder', 'colder', 'morning', 'waked', 'snow', 'ground', 'fluffy', 'white', 'like', 'soft', 'baby', 'sister', 'cloak', 'hurried', 'dress', 'ran', 'outdoors', 'snow', 'cold', 'melted', 'took', 'warm', 'hand', 'brought', 'house', 'hardly', 'wait', 'eat', 'breakfast', 'continually', 'jumping', 'chair', 'run', 'window', 'mamma', 'dressed', 'gay', 'toboggan', 'coat', 'cap', 'sent', 'outdoors', 'lynn', 'know', 'snow', 'thought', 'walk', 'ground', 'mamma', 'tell', 'thought', 'like', 'better', 'lynn', 'ran', 'clean', 'swept', 'porch', 'drift', 'went', 'drift', 'knee', 'snow', 'flew', 'cap', 'eye', 'said', 'know', 'laugh', 'saw', 'surprised', 'little', 'boy', 'looked', 'window', 'mamma', 'stood', 'laughing', 'laughed', 'mamma', 'came', 'helped', 'wanted', 'wade', 'snow', 'day', 'let', 'lynn', 'papa', 'came', 'home', 'dinner', 'day', 'brought', 'queer', 'present', 'lynn', 'thought', 'strange', 'papa', 'told', 'snow', 'shoe', 'dinner', 'shoe', 'bending', 'stout', 'strip', 'hickory', 'oval', 'form', 'end', 'hickory', 'strip', 'fastened', 'point', 'frame', 'firm', 'stout', 'strip', 'hickory', 'filled', 'strong', 'thong', 'strip', 'leather', 'netted', 'strap', 'fasten', 'shoe', 'foot', 'lynn', 'said', 'want', 'wear', 'shoe', 'pretty', 'strange', 'thing', 'foot', 'pouted', 'like', 'naughty', 'boy', 'dinner', 'time', 'papa', 'laughed', 'right', 'said', 'wait', 'till', 'day', 'week', 'lynn', 'thought', 'shoe', 'kept', 'snowing', 'day', 'snow', 'got', 'deep', 'hard_work', 'lynn', 'papa', 'wade', 'thawed', 'little', 'froze', 'good', 'deal', 'crust', 'snow', 'bore', 'lynn', 'lynn', 'papa', 'brought', 'queer', 'shoe', 'said', 'papa', 'new', 'shoe', 'strapped', 'started', 'crust', 'lynn', 'delighted', 'come', 'papa', 'come', 'general', 'appearance', 'head', 'body', 'unlike', 'goat', 'slender', 'neck', 'beard', 'horn', 'black', 'stand', 'erect', 'curved', 'hook', 'tip', 'chamois', 'swift', 'foot', 'surefooted', 'cup', 'shaped', 'sharp', 'edged', 'hoof', 'specially', 'mountain', 'love', 'dwell', 'way', 'face', 'steep', 'rock', 'bound', 'swiftly', 'crag', 'crag', 'springing', 'fearlessly', 'sharpest', 'rock', 'room', 'place', 'foot', 'close', 'flesh', 'chamois', 'considered', 'great', 'dainty', 'swiss', 'skin', 'tanned', 'fine', 'soft', 'leather', 'called', 'chamois', 'leather', 'chamois', 'hunting', 'favorite', 'pursuit', 'switzerland', 'sport', 'attended', 'great', 'peril', 'hunter', 'spend', 'day', 'night', 'mountain', 'pas', 'dangerous', 'rock', 'precipice', 'rashness', 'cost', 'life', 'chamois', 'greatest', 'love', 'young', 'danger', 'wonderful', 'sagacity', 'planning', 'mean', 'escape', 'swiss', 'hunter', 'pursuing', 'dangerot', 'sport', 'saw', 'mother', 'chamois', 'kid', 'rock', 'sporting', 'leaping', 'hunter', 'climbing', 'rock', 'drew', 'near', 'intending', 'possible', 'kid', 'alive', 'sooner', 'mother', 'chamois', 'dashing', 'furiously', 'horn', 'tried', 'hurl', 'cliff', 'hunter', 'drove', 'fearing', 'lest', 'young', 'flight', 'knew', 'deep', 'chasm', 'believed', 'escape', 'animal', 'cut', 'surprise', 'saw', 'old', 'chamois', 'form', 'body', 'bridge', 'chasm', 'span', 'stretching', 'fore', 'hind', 'leg', 'soon', 'called', 'young', 'sprang', 'time', 'reached', 'safety', 'sprang', 'soon', 'reach', 'hunter', 'bullet', 'nursery', 'instructor', 'bennie', 'bennie', 'fat', 'rosy', 'boy', 'nearly', 'year', 'old', 'life', 'play', 'brother', 'sister', 'older', 'liked', 'play', 'home', 'went', 'away', 'fun', 'want', 'strange', 'time', 'wanted', 'house', 'stood', 'road', 'ground', 'sloped', 'away', 'pleasant', 'field', 'field', 'lived', 'little', 'cousin', 'glad', 'playmate', 'come', 'hour', 'romp', 'barn', 'warm', 'summer', 'day', 'open', 'big', 'door', 'breeze', 'come', 'play', 'hide', 'seek', 'climb', 'haymow', 'breathless', 'jump', 'bay', 'play', 'tag', 'barn', 'floor', 'farm', 'yard', 'thought', 'care', 'little', 'bennie', 'play', 'truth', 'elfish', 'want', 'way', 'managed', 'going', 'door', 'bennie', 'usual', 'bringing', 'rear', 'run', 'house', 'time', 'hard', 'poor', 'bennie', 'puffing', 'calling', 'wait', 'time', 'far', 'came', 'sight', 'running', 'cross', 'lot', 'sun', 'bonnet', 'hat', 'hand', 'farther', 'fence', 'tired', 'baby', 'foot', 'carry', 'shouted', 'want', 'papa', 'came', 'shoe', 'lynn', 'slowly', 'said', 'careful', 'trip', 'easy', 'lynn', 'replied', 'careful', 'wanted', 'walk', 'fast', 'papa', 'step', 'hit', 'snow', 'shoe', 'ankle', 'hurt', 'step', 'set', 'edge', 'shoe', 'lift', 'foot', 'lost', 'balance', 'went', 'snow', 'papa', 'helped', 'itis', 'easy', 'thought', 'lynn', 'said', 'want', 'papa', 'asked', 'sir', 'said', 'lynn', 'mean', 'try', 'day', 'walk', 'kept', 'walk', 'lynn', 'life', 'winter', 'long', 'cold', 'snow', 'deep', 'crust', 'indian', 'trapper', 'people', 'wear', 'snow', 'shoe', 'useful', 'article', 'difficult', 'chamois', 'chamois', 'mountain', 'europe', 'bound', 'valley', 'danube', 'switzerland', 'chief', 'home']
root - INFO - extracting file #172500: 2017-04-Final-Corpus/YI18950418-V43-16-page3.txt
root - INFO - extracting file #173000: 2017-04-Final-Corpus/YI18990614-V47-24-page8.txt
root - INFO - ['the_youth', 'instructor', 'published', 'care', 'farm', 'implement', 'place', 'place', 'farmer', 'gardener', 'thoughtless', 'careless', 'caring', 'implement', 'word', 'advice', 'amiss', 'uncommon', 'thing', 'spring', 'farm', 'implement', 'standing', 'previous', 'season', 'mower', 'twine', 'binder', 'hay', 'rake', 'plow', 'hoe', 'spade', 'left', 'outside', 'endure', 'freeze', 'thaw', 'stone', 'spring', 'farmer', 'begin', 'wonder', 'plow', 'scour', 'binder', 'mower', 'work', 'hard', 'soil', 'stick', 'spade', 'hoe', 'fact', 'matter', 'energy', 'storing', 'tool', 'away', 'scolding', 'fretting', 'tool', 'good_order', 'tool', 'polished', 'place', 'implement', 'sure', 'place', 'implement', 'kind', 'away', 'cleaned', 'wipe', 'dry', 'piece', 'old', 'cloth', 'putting', 'away', 'little', 'oil', 'paint', 'amiss', 'time', 'pay', 'build', 'shelter', 'implement', 'plow', 'good_care', 'protection', 'year', 'useless', 'year', 'left', 'exposed', 'weather', 'winter', 'summer', 'rain', 'dew', 'destructive', 'kind', 'woodwork', 'crack', 'heat', 'sun', 'admit', 'moisture', 'work', 'havoc', 'mean', 'loss', 'fifty', 'cent', 'woodwork', 'left', 'exposed', 'frequent', 'application', 'painting', 'oil', 'crack', 'formed', 'sun', 'heat', 'benefit', 'careless', 'gardener', 'equally', 'thoughtless', 'thing', 'coat', 'collar', 'turned', 'hat', 'jammed', 'head', 'uncombed', 'hair', 'sticking', 'table', 'company', 'shirt', 'sleeve', 'market', 'neat', 'tidy', 'carry', 'careless', 'habit', 'course', 'sell', 'produce', 'nearly', 'man', 'neatly', 'dressed', 'pride', 'personal', 'appearance', 'youth', 'begin', 'cultivate', 'habit', 'neatness', 'carefulness', 'establish', 'habit', 'serve', 'life', 'necessity', 'greatest', 'care', 'watchfulness', 'inroad', 'evil', 'habit', 'character', 'weakest', 'point', 'given', 'away', 'long', 'principle', 'restored', 'firm', 'moved', 'habit', 'necklace', 'pearl', 'untie', 'knot', 'unambitious', 'content', 'day', 'lauded', 'such_conditions', 'progress', 'ambitious', 'heart', 'spirit', 'unrest', 'sufficient', 'spur', 'attempt', 'reach', 'higher', 'better', 'remunerative', 'plane', 'indolent', 'improvident', 'discontented', 'farmer', 'world', 'busy', 'ambitious', 'time', 'inclination', 'discontent', 'nellie', 'hawk', 'notice', 'subscription', 'expires', 'june', 'renew', 'renew', 'direct', 'tract_society', 'june', 'yellow', 'address', 'label', 'page', 'paper', 'wrapper', 'bear', 'month', 'year', 'johnbrown', 'indicates', 'following', 'blank', 'filled', 'mailed', 'review', 'herald', 'battle', 'creek', 'mich', 'end', 'month', 'post', 'office', 'street', 'county', 'state', 'review', 'herald', 'publishing', 'company', 'battle', 'creek', 'michigan', 'adelaide', 'bee', 'cooper', 'editor', 'advisory', 'committee', 'henry', 'sisley', 'jones', 'sinlasriptiren', 'itatrs', 'yearly', 'subscription', 'month', 'month', 'foreign', 'country', 'club', 'rate', 'tip', 'btlurtlising', 'waft', 'copy', 'address', 'cent', 'agate', 'line', 'insertion', 'reading', 'notice', 'thirty', 'cent', 'brevier', 'line', 'insertion', 'information', 'application', 'entered', 'post', 'office', 'battle', 'creek', 'mich', 'second', 'class_matter', 'idleness', 'place', 'master', 'kingdom', 'father', 'worketh', 'hitherto', 'work', 'said', 'follows', 'gladly', 'work', 'choose', 'work', 'choice', 'criticism', 'kindly', 'meant', 'criticism', 'friend', 'pleasant', 'valuable', 'harsh', 'judgment', 'people', 'like', 'excellent', 'discipline', 'receive', 'right', 'spirit', 'look', 'honestly', 'face', 'set', 'remove', 'cause', 'engine', 'cat', 'power', 'running', 'time', 'effective', 'fortyhorse', 'power', 'standing', 'idle', 'true', 'promise', 'depended', 'worth', 'dozen', 'lightly', 'lightly', 'broken', 'ability', 'thing', 'far', 'value', 'use', 'possessor', 'smattering', 'idea', 'wide', 'range', 'subject', 'precious', 'promise', 'joy', 'confidence', 'life', 'easy', 'time', 'forget', 'god', 'desire', 'thing', 'happiness', 'child', 'allows', 'trial', 'come', 'help', 'remember', 'promise', 'promise', 'fit', 'circumstance', 'change', 'time', 'bring', 'life', 'prosperity', 'remember', 'gift', 'god', 'giveth', 'thee', 'power', 'wealth', 'adversity', 'cast', 'lord', 'bread', 'adversity', 'water', 'affliction', 'thine', 'ear', 'shall', 'hear', 'word', 'thee', 'saying', 'way', 'afraid', 'angel', 'lord', 'encampeth', 'round', 'fear', 'delivereth', 'trouble', 'day', 'trouble', 'deliver', 'thee', 'overburdened', 'cast', 'thy', 'burden', 'lord', 'shall', 'sustain', 'thee', 'perplexed', 'lack', 'wisdom', 'let', 'ask', 'god', 'giveth', 'men', 'liberally', 'friendless', 'friend', 'sticketh', 'closer', 'brother', 'weary', 'rest', 'homeless', 'prepare', 'place', 'blessed', 'word', 'come', 'receive', 'unto', 'verse', 'thejholy', 'book', 'benediction', 'contains', 'crowning', 'promise', 'dear', 'loving', 'heart', 'surely', 'come', 'quickly', 'cpme', 'lord', 'jesus', 'money', 'order', 'express', 'order', 'registered', 'letter', 'bank', 'draft', 'send', 'copy', 'the_youth', 'unthreads', 'arthur', 'hughes', 'daily', 'sunday', 'daily', 'discontented', 'farmer', 'discontented', 'farmer', 'neglect', 'home', 'business', 'time', 'loaf', 'town', 'fence', 'remain', 'unrepaired', 'farm', 'implement', 'unsheltered', 'stock', 'like', 'condition', 'work', 'outside', 'field', 'place', 'fruit', 'orchard', 'bush', 'farm', 'barren', 'barren', 'pride', 'tree', 'green', 'yard', 'spirit', 'care', 'shudder', 'pas', 'home', 'wonder', 'life', 'beneath', 'roof', 'burden', 'yard', 'porch', 'disreputable', 'stage', 'untidiness', 'clutter', 'confusion', 'know', 'housewife', 'lacking', 'spirit', 'ambition', 'densely', 'ignorant', 'dreadfully', 'discontented', 'east', 'boundfrom', 'battle', 'creek', 'mail', 'express', 'huron', 'east', 'detroit', 'lehigh', 'express', 'huron', 'east', 'atlantic', 'express', 'huron', 'east', 'anddeetrtrooitit', 'lehigh', 'exp', 'saginaw', 'bay_city', 'huron', 'mixed', 'durand', 'start', 'nichols', 'enclosed', 'instructor', 'month', 'addriss', 'object', 'clipping', 'paper', 'wish', 'forward', 'subscription', 'write', 'address', 'separate_sheet', 'stating', 'enclosj', 'purpose', 'reach', 'battle', 'creek', 'chicago', 'buffalo', 'detroit', 'toledo', 'purchase', 'ticket', 'michigan', 'central', 'reading', 'niagara', 'fall', 'route', 'class', 'line', 'class', 'travel', 'chicago', 'new', 'york', 'boston', 'elegantly', 'equipped', 'train', 'pas', 'battle', 'creek', 'direction', 'daily', 'wheeler', 'ruggles', 'ticket', 'agent', 'battle', 'creek', 'gen', 'agt', 'chicago', 'ill', 'grand', 'trunk', 'railway', 'time', 'card', 'effect', 'february', 'division', 'west', 'bound', 'battle', 'creek', 'leave', 'mail', 'express', 'chicago', 'chicago', 'express', 'chicago', 'lehigh', 'valley', 'express', 'chicago', 'pacific', 'express', 'chicago', 'sleeper', 'mixed', 'south_bend', 'daily', 'sunday', 'hughes', 'agt', 'chicago', 'ill', 'daily', 'parker', 'ticket', 'agent', 'battle', 'creek', 'canadian', 'pacific', 'railway', 'chatham', 'ottawa', 'montreal', 'london', 'galt', 'quebec', 'woodstock', 'toronto', 'boston', 'portland', 'point', 'new', 'england', 'maritime', 'province', 'great', 'britain', 'continent', 'illustrated', 'literature', 'time', 'table', 'full_particulars', 'application', 'francis', 'lee', 'gen', 'agent', 'passenger', 'dept', 'south', 'clark', 'chicago', 'branch', 'loit', 'sht', 'irearnodf', 'tpnils', 'commerce', 'cincinnati', 'chestnut', 'louis', 'cincinnati', 'ohio']
root - INFO - extracting file #173500: 2017-04-Final-Corpus/YI19000913-V48-36-page4.txt
root - INFO - extracting file #174000: 2017-04-Final-Corpus/YI19011128-V49-47-page8.txt
root - INFO - ['the_youth', 'instructor', 'anew', 'meadow', 'tropical', 'sea', 'atlantic', 'south', 'american', 'shore', 'spanish', 'mackerel', 'sea', 'southern', 'europe', 'occasionally', 'caught', 'shore', 'great', 'britain', 'united', 'state', 'common', 'mackerel', 'north', 'atlantic', 'region', 'mediterranean', 'black', 'sea', 'coast', 'norway', 'united', 'state', 'spring', 'large', 'school', 'approach', 'coast', 'mainly', 'composed', 'oneand', 'twoyear', 'old', 'fish', 'seek', 'shore', 'food', 'abundant', 'season', 'near', 'coast', 'deep', 'water', 'young', 'mackerel', 'chore', 'venturesome', 'lead', 'followed', 'later', 'older', 'fish', 'mackerel', 'doe', 'seek', 'shallow', 'water', 'spawn', 'necessary', 'spawn', 'float', 'developed', 'surface', 'water', 'spawning', 'season', 'school', 'break', 'smaller', 'company', 'widely', 'scattered', 'caught', 'principally', 'hook', 'line', 'chapman', 'tree', 'near', 'boundary', 'line', 'tree', 'real', 'property', 'belong', 'owner', 'ground', 'trunk', 'stand', 'trunk', 'stand', 'wholly', 'man', 'boundary', 'tree', 'belong', 'branch', 'overhang', 'root', 'feed', 'soil', 'land', 'owner', 'need', 'suffer', 'nuisance', 'overhanging', 'branch', 'abate', 'cutting', 'planting', 'orchard', 'farmer', 'placed', 'row', 'tree', 'close', 'fence', 'divided', 'land', 'neighbor', 'tree', 'small', 'caused', 'trouble', 'grew', 'large', 'branch', 'extended', 'neighbor', 'rand', 'source', 'annoyance', 'fall', 'tree', 'loaded', 'fine', 'fruit', 'neighbor', 'boy', 'began', 'apple', 'overhanging', 'branch', 'wife', 'owner', 'orchard', 'hasty', 'woman', 'scolded', 'boy', 'said', 'mean', 'thing', 'neighbor', 'family', 'started', 'bitter', 'quarrel', 'profitable', 'read', 'noted', 'authority', 'subject', 'english', 'physician', 'following', 'testimony', 'boy', 'early', 'smoke', 'rarely', 'known', 'man', 'energy', 'character', 'generally', 'lack', 'physical', 'muscular', 'mental', 'energy', 'particularly', 'warn', 'boy', 'want', 'rise', 'world', 'shun', 'tobacco', 'deadly', 'poison', 'seaver', 'writing', 'effect', 'nicotin', 'tabulation', 'record', 'student', 'entered', 'yale', 'year', 'young_man', 'examined', 'measured', 'smoker', 'averaged', 'month', 'older', 'nonsmoker', 'size', 'weight', 'tenth', 'kilogram', 'inferior', 'height', 'extent', 'seven', 'milometer', 'lung', 'capacity', 'extent', 'eighty', 'cubic', 'centimeter', 'keeley', 'analyst', 'microscopist', 'aside', 'tendency', 'inebriety', 'cigarette', 'smoking', 'immature', 'cause', 'partial', 'arrest', 'growth', 'physical', 'mental', 'bright', 'child', 'develop', 'weakling', 'exhibiting', 'little', 'bodily', 'intellectual', 'perfection', 'promised', 'precigarette', 'period', 'roy', 'cottrell', 'starting', 'library', 'thirteen', 'fourteen', 'year', 'old', 'library', 'started', 'school', 'book', 'dog', 'eared', 'probably', 'age', 'use', 'book', 'general', 'reading', 'writer', 'notice', 'young', 'long', 'ago', 'remembers', 'start', 'library', 'carefully', 'new_book', 'read', 'shelf', 'early', 'purchased', 'volume', 'marked', 'passage', 'voice', 'voice', 'speak', 'day', 'experience', 'association', 'money', 'buy', 'life', 'sign', 'time', 'plan', 'enable', 'start', 'library', 'kind', 'little', 'expense', 'address', 'follows', 'sign', 'time', 'oakland', 'cal', 'ask', 'copy', 'little', 'talk', 'gift', 'maker', 'sent', 'free', 'contains', 'plan', 'atlas', 'western', 'canada', 'new', 'page', 'atlas', 'western', 'canada', 'showing', 'map', 'province', 'ontario', 'quebec', 'new', 'brunswick', 'nova', 'scotia', 'prince', 'edward', 'island', 'manitoba', 'british', 'columbia', 'district', 'assiniboia', 'alberta', 'saskatchewan', 'new', 'ontario', 'great', 'britain', 'ireland', 'world', 'dominion', 'canada', 'received', 'addition', 'accurate', 'map', 'profusely', 'illustrated', 'contains', 'considerable', 'information', 'especially', 'concerning', 'western', 'canada', 'sent', 'free', 'prepaid', 'reader', 'instructor', 'sending', 'address', 'james', 'grieve', 'sault', 'ste', 'marie', 'mich', 'titr', 'yautit', 'irtstrurtur', 'published', 'review', 'herald', 'publishing', 'company', 'butterfly', 'spangle', 'gay', 'met', 'bumblebee', 'day', 'sunshine', 'warmly', 'lay', 'turning', 'clover', 'hay', 'hark', 'said', 'lovely', 'shining', 'wing', 'hear', 'loud', 'blackbird', 'sings', 'think', 'summer', 'brings', 'brightest', 'sweetest', 'thing', 'color', 'sky', 'cloud', 'sail', 'high', 'milkweed', 'floating', 'said', 'dainty', 'btitterfly', 'smell', 'clover', 'blossom', 'scenting', 'summer', 'air', 'half', 'sweet', 'fair', 'meadow', 'bumble', 'jerked', 'little', 'head', 'crossly', 'said', 'like', 'clover', 'red', 'perfume', 'bread', 'world', 'know', 'bee', 'busy', 'beauty', 'merely', 'care', 'utility', 'shining', 'wing', 'reply', 'butterfly', 'beauty', 'faithful', 'lover', 'fain', 'die', 'life', 'naught', 'poor', 'bee', 'utility', 'sure', 'twas', 'meant', 'beauty', 'summer', 'sky', 'cloud', 'sail', 'high', 'milkweed', 'floating', 'spangle', 'butterfly', 'angry', 'bumble', 'flew', 'away', 'leaving', 'shining', 'wing', 'stay', 'sunshine', 'warmly', 'lay', 'turning', 'clover', 'hay', 'day', 'scolding', 'boy', 'woman', 'crossed', 'division', 'fence', 'basket', 'apple', 'ordered', 'learning', 'husband', 'went', 'attorney', 'told', 'sarah', 'sprague', 'mackerel', 'mackerel', 'termed', 'pelagic', 'fish', 'home', 'surface', 'deep', 'ocean', 'frequents', 'shore', 'stated', 'period', 'food', 'spawning', 'distinct', 'specie', 'mackerel', 'fish', 'widely', 'diffused', 'prolific', 'abundant', 'tropical', 'temperate', 'ocean', 'true', 'mackerel', 'genus', 'scomber', 'elegantly', 'shaped', 'proportioned', 'beautifully', 'colored', 'design', 'adaptation', 'rapid', 'movement', 'water', 'muscle', 'extremely', 'large', 'making', 'body', 'rigid', 'tense', 'remarkable', 'degree', 'fish', 'swim', 'straight', 'forward', 'seldom', 'deviating', 'sidewise', 'rarely', 'turning', 'spot', 'constantly', 'showing', 'wonderful', 'endurance', 'flesh', 'firm', 'abundantly', 'supplied', 'blood', 'vessel', 'nerve', 'giving', 'characteristic', 'red', 'color', 'energy', 'temperature', 'body', 'higher', 'usual', 'fish', 'mackerel', 'strictly', 'carnivorous', 'constant', 'pursuit', 'prey', 'consisting', 'mainly', 'fish', 'crustacean', 'hard', 'shelled', 'creature', 'like', 'crab', 'frequent', 'surface', 'ocean', 'seek', 'fry', 'young', 'herring', 'swim', 'school', 'pursued', 'little', 'reach', 'shallow', 'water', 'mackerel', 'dare', 'follow', 'mackerel', 'frequent', 'nearly', 'temperate', 'apple', 'belonged', 'crossing', 'fence', 'trespasser', 'fine', 'fruit', 'fell', 'rotted', 'ground', 'spring', 'neighbor', 'ploughing', 'overhanging', 'branch', 'appletrees', 'scratched', 'horse', 'badly', 'angry', 'sawed', 'offending', 'branch', 'straight', 'fence', 'owner', 'tree', 'sought', 'advice', 'learned', 'remedy', 'tree', 'looked', 'unsymmetrical', 'branch', 'gone', 'neighbor', 'exercised', 'legal', 'right', 'plant', 'tree', 'plant', 'far', 'boundary', 'branch', 'room', 'spread', 'overhanging', 'land', 'neighbor', 'eye', 'law', 'man', 'owns', 'soil', 'owns', 'center', 'earth', 'highest', 'point', 'heaven', 'whittaker', 'christian', 'endeavor', 'world', 'blighting', 'effect', 'tobacco', 'known', 'fact', 'tobacco_habit', 'sapping', 'life', 'vitality', 'thousand', 'thousand', 'young_man', 'face', 'physician', 'dentist', 'encourage', 'use', 'filthy', 'weed', 'beneficial', 'bone', 'teeth', 'probably', 'reader', 'instructor', 'temptation', 'source', 'know', 'certain', 'result', 'evil', 'place', 'god', 'given', 'power', 'influence', 'right_side', 'battle', 'creek', 'michigan', 'adelaide', 'bee', 'cooper', 'editor', 'ubsrription', 'yearly', 'subscription', 'month', 'month', 'foreign', 'country', 'club', 'rate', 'copy', 'address', 'thr', 'arlurrtising', 'titer', 'cent', 'agate', 'line', 'insertion', 'reading', 'notice', 'thirty', 'cent', 'brevier', 'line', 'insertion', 'information', 'application', 'entered', 'post', 'ago', 'battle', 'creek', 'nick', 'wend', 'class', 'matter']
root - INFO - extracting file #174500: 2017-04-Final-Corpus/YI19030305-V51-08-page4.txt
root - INFO - extracting file #175000: 2017-04-Final-Corpus/YI19040823-V52-34-page2.txt
root - INFO - ['the_youth', 'instructor', 'august', 'russia', 'time', 'held', 'strong', 'censorship', 'press', 'finland', 'paper', 'allowed', 'press', 'examination', 'issue', 'oftti', 'withheld', 'revised', 'paper', 'coming', 'country', 'noted', 'authority', 'preferred', 'receiver', 'read', 'marked', 'black', 'ink', 'trouble', 'public_meetings', 'allowed', 'having', 'decreed', 'person', 'different', 'family', 'assemble', 'supplicating', 'permission', 'russian', 'dictator', 'russian', 'spy', 'alert', 'prevent', 'evasion', 'majesty', 'command', 'secret', 'council', 'held', 'leading', 'men', 'great', 'risk', 'attendance', 'illustration', 'company', 'secretly', 'gathered', 'home', 'salzma', 'leader', 'finnish', 'national', 'party', 'man', 'wide', 'reputation', 'dinner', 'present', 'senator', 'mayor', 'chief', 'city', 'professor', 'university', 'helsingfors', 'editor', 'minister', 'chief', 'architect', 'capital_city', 'american', 'visiting', 'country', 'invited', 'doubtless', 'indebted', 'picture', 'illustrious', 'gentleman', 'attendance', 'forty_days', 'meeting', 'men', 'bidden', 'leave', 'country', 'united', 'state', 'forced', 'begin', 'life', 'anew', 'foreign', 'shore', 'picture', 'long', 'dark', 'history', 'selfishness', 'saviour', 'soon', 'come', 'establish', 'rule', 'justice', 'peace', 'whole_earth', 'wonder', 'photography', 'novel', 'application', 'photography', 'recently', 'interesting', 'worthy', 'special_attention', 'testing', 'butter', 'photography', 'tailoring', 'photography', 'study', 'stenography', 'likely', 'reason', 'class', 'stenographer', 'frequently', 'met', 'shorthand', 'generally', 'regarded', 'important', 'art', 'young_people', 'heard', 'remark', 'going', 'lesson', 'shorthand', 'stenographer', 'writer', 'heard', 'remark', 'mistake', 'suppose', 'lesson', 'impart', 'knowledge', 'highly', 'important', 'valuable', 'accomplishment', 'expect', 'proficient', 'pianist', 'week', 'shorthand', 'acquired', 'satisfactorily', 'successfully', 'mean', 'great', 'deal', 'week', 'month', 'study', 'involves', 'month', 'hard', 'diligent', 'work', 'use', 'degree', 'confidence', 'reliability', 'speaks', 'knowledge', 'subject', 'testify', 'artist', 'work', 'mistake', 'look', 'shorthand', 'merely', 'stepping', 'stone', 'wide', 'spread', 'use', 'stenography', 'naturally', 'adapted', 'calling', 'sound', 'intelligence', 'readiness', 'grasp', 'principle', 'rule', 'possessed', 'student', 'success', 'natural', 'aptitude', 'language', 'work', 'valuable', 'degree', 'dexterity', 'handling', 'pen', 'pencil', 'requisite', 'short', 'person', 'naturally', 'slow', 'hardly', 'succeed', 'shorthand', 'writer', 'amanuensis', 'stated', 'course', 'shorthand', 'typewriting', 'business', 'college', 'guarantee', 'person', 'success', 'good_thing', 'pocketbook', 'maintain', 'college', 'feel', 'like', 'shorthand', 'attend', 'school', 'month', 'regardless', 'natural', 'adaptability', 'direction', 'experience', 'shown', 'person', 'such_schools', 'spend', 'month', 'month', 'disappointing', 'attempt', 'shorthand', 'writer', 'matter', 'fact', 'spending', 'time', 'acquiring', 'rudiment', 'ordinary', 'education', 'knowledge', 'shorthand', 'place', 'substantial', 'knowledge', 'reading', 'writing', 'arithmetic', 'word', 'passing', 'said', 'delusive', 'advertisement', 'issued', 'school', 'college', 'professing', 'prepare', 'person', 'stenographic', 'position', 'uninitiated', 'advertisement', 'appearing', 'paper', 'april', 'march', 'reading', 'prepare', 'position', 'autumn', 'alluring', 'announcement', 'deceptive', 'absurd', 'impossible', 'acquire', 'month', 'obtained', 'experience', 'hard', 'study', 'extending', 'considerable', 'period', 'time', 'student', 'thorough_knowledge', 'english', 'good', 'round', 'elementary', 'education', 'qualify', 'stenographer', 'post', 'simply', 'taking', 'course', 'shorthand', 'typewriting', 'required', 'position', 'porter', 'person', 'helped', 'hummel', 'state', 'chemist', 'minnesota', 'combination', 'nicol', 'prism', 'microscope', 'lensless', 'camera', 'sensitive', 'plate', 'hit', 'plan', 'detect', 'good', 'butter', 'spurious', 'article', 'glance', 'appears', 'pure', 'butter', 'contains', 'amorphous', 'fat', 'heating', 'process', 'generate', 'crystal', 'consequently', 'butter', 'free', 'crystal', 'pure', 'photographed', 'polarized', 'ray', 'dull', 'translucent', 'light', 'pas', 'plate', 'crystal', 'oleomargarine', 'butterine', 'bright', 'dark', 'spot', 'come', 'form', 'peculiarly', 'shaded', 'picture', 'negative', 'unmistakable', 'proof', 'said', 'absolute', 'convincing', 'paris', 'come', 'new', 'patented', 'process', 'entitled', 'tailoring', 'photography', 'person', 'measured', 'placed', 'camera', 'introduced', 'network', 'photographed', 'time', 'serf', 'standard', 'certain', 'artifice', 'necessary', 'stain', 'complete', 'result', 'certain', 'hidden', 'like', 'armpit', 'indicated', 'object', 'visible', 'finally', 'view', 'taken', 'standpoint', 'marked', 'directly', 'person', 'instead', 'relative', 'position', 'camera', 'network', 'subject', 'carefully', 'adjusted', 'subject', 'appears', 'scale', 'photograph', 'taken', 'necessary', 'standpoint', 'photography', 'like', 'alexander', 'old', 'seeking', 'new', 'world', 'conquer', 'photo', 'era', 'heaven', 'golden', 'gate', 'open', 'selfexalted', 'lifted', 'proud', 'spirit', 'everlasting', 'portal', 'open', 'wide', 'trembling', 'touch', 'little', 'child', 'courtesy', 'everybody', 'magazine', 'erro', 'erkko', 'count', 'carl', 'mannerheim', 'art', 'raised', 'dignity', 'profession', 'surely', 'young_man', 'woman', 'study', 'shorthand', 'aim', 'thoroughly', 'capable', 'user', 'let', 'shorthand', 'looked', 'calling', 'worthy', 'highest', 'endeavor', 'noblest', 'achievement', 'doe', 'intend', 'expect', 'writer', 'shorthand', 'earn', 'living', 'art', 'fail', 'permanent', 'increasing', 'value', 'long', 'life', 'possibly', 'position', 'stenographer', 'lead', 'post', 'great', 'trust', 'responsibility', 'evident', 'competent', 'efficient', 'person', 'stenographer', 'likely', 'quality', 'maintained', 'higher', 'position', 'probable', 'young_person', 'regarded', 'shorthand', 'merely', 'stepping', 'stone', 'higher', 'paid', 'little', 'attention', 'cultivation', 'efficiency', 'art', 'scarcely', 'liable', 'foster', 'qualification', 'essential', 'higher', 'post', 'story', 'told', 'certain', 'reply', 'received', 'answer', 'advertisement', 'stenographer', 'ran', 'like', 'dear', 'sir', 'beg', 'apply', 'position', 'stenographer', 'week', 'experience', 'typewriter', 'know', 'shorthand', 'believe', 'shown', 'somewhat', 'exaggerated', 'instance', 'affords', 'idea', 'popular', 'opinion', 'valuable', 'art', 'thing', 'mentioned', 'person', 'study', 'david', 'livingstone', 'said', 'graduating', 'glasgow', 'dollar', 'earn', 'carry', 'latin', 'book', 'loom', 'study', 'buried', 'westminster', 'abbey', 'site', 'hut', 'heart', 'africa', 'jungle', 'large', 'town', 'electric_light', 'railway', 'france', 'willard', 'brother', 'oliver', 'started', 'paper', 'fourteen', 'talk', 'grown', 'france', 'went', 'hungry', 'walked', 'long_distance', 'money', 'buy', 'bread', 'pay', 'car', 'fare', 'came', 'occupy', 'foremost', 'place', 'woman', 'lucy', 'stone', 'great', 'champion', 'higher', 'education', 'woman', 'mind', 'tiny', 'bit', 'girl', 'college', 'picked', 'berry', 'nut', 'sold', 'buy', 'book', 'lived', 'fifty', 'cent', 'week', 'graduated', 'oberlin', 'college', 'mary', 'livermore', 'taught', 'school', 'little', 'money', 'fit', 'life', 'work', 'lincoln', 'studied', 'light', 'pine', 'knot', 'emerson', 'sawed', 'wood', 'help', 'harvard', 'college', 'rev', 'charles', 'sheldon', 'worked', 'waiter', 'summer', 'hotel', 'money', 'complete', 'education', 'junior', 'endeavor', 'world', 'faithfulness', 'fellow', 'boarder', 'concluded', 'finally', 'day', 'departure', 'hand', 'dinner', 'house', 'went', 'room', 'regretting', 'said', 'word', 'christ', 'welfare']
root - INFO - extracting file #175500: 2017-04-Final-Corpus/YI19051121-V53-47-page6.txt
root - INFO - extracting file #176000: 2017-04-Final-Corpus/YI19070212-V55-07-page2.txt
root - INFO - ['the_youth', 'instructor', 'february', 'book', 'ezra', 'gon', 'long', 'suffering', 'mercy', 'year', 'people', 'following', 'course', 'opened', 'way', 'israel', 'flee', 'babylon', 'onewould', 'think', 'experience', 'recorded', 'book', 'esther', 'soon', 'opportunity', 'came', 'escape', 'city', 'captivity', 'arise', 'mass', 'flee', 'life', 'ezra', 'record', 'sad', 'fact', 'seventh', 'year', 'artaxerxes', 'provision', 'israel', 'flee', 'babylon', 'men', 'woman', 'child', 'responded', 'sad', 'sad', 'fact', 'experience', 'babylon', 'loved', 'land', 'promise', 'thousand', 'died', 'drunken', 'allurement', 'luxury', 'loved', 'talk', 'jerusalem', 'reckon', 'genealogy', 'true', 'israel', 'outward', 'form', 'babylon', 'jerusalem', 'held', 'heart', 'affection', 'ancient', 'israel', 'come', 'babylon', 'year', 'cyrus', 'came', 'clear', 'tone', 'ezra', 'obstacle', 'taken', 'way', 'israel', 'ready', 'fifty', 'thousand', 'responded', 'seventeen', 'year', 'later', 'second', 'year', 'darius', 'prophet', 'zechariah', 'gave', 'unmistakable', 'tone', 'fell', 'deaf', 'ear', 'mass', 'israel', 'remained', 'babylon', 'god', 'permitted', 'danger', 'allowing', 'haman', 'king', 'issue', 'decree', 'esther', 'notwithstanding', 'warning', 'fewer', 'responded', 'history', 'repeat', 'angel', 'message', 'escape', 'modern', 'babylon', 'babylon', 'lost', 'power', 'allure', 'thousand', 'god', 'people', 'day', 'content', 'talking', 'jerusalem', 'reckoning', 'themsellres', 'israel', 'awake', 'fact', 'world', 'charm', 'money', 'hold', 'heart', 'best', 'affection', 'loitering', 'babylon', 'profess', 'belong', 'israel', 'portion', 'decree', 'given', 'artaxerxes', 'seventh', 'year', 'reign', 'ezra', 'man', 'god', 'chosen', 'lord', 'carry', 'decree', 'jerusalem', 'time', 'ezra', 'introduced', 'bible', 'record', 'god', 'inspired', 'write', 'history', 'decree', 'decree', 'given', 'seventy', 'year', 'passed', 'cyrus', 'issued', 'portion', 'decree', 'know', 'ezra', 'age', 'went', 'jerusalem', 'glance', 'grown', 'manhood', 'seventy', 'year', 'covered', 'decree', 'doubt', 'earnestly', 'sought', 'lord', 'time', 'haman', 'wicked', 'decree', 'ezra', 'man', 'ordinary', 'ability', 'allurement', 'babylon', 'lost', 'charm', 'record', 'state', 'ezra', 'prepared', 'heart', 'seek', 'law', 'lord', 'teach', 'israel', 'statute', 'judgment', 'ezra', 'esteem', 'ezra', 'held', 'king', 'shown', 'fact', 'king', 'granted', 'request', 'ezra', 'ezra', 'simple', 'childlike', 'trust', 'god', 'shown', 'simple', 'narrative', 'fasting', 'prayer', 'divine', 'protection', 'crossing', 'desert', 'ezra', 'strict', 'integrity', 'shown', 'businesslike', 'way', 'disposed', 'treasure', 'carried', 'jerusalem', 'ezra', 'beautiful', 'view', 'man', 'god', 'given', 'ninth', 'chapter', 'ezra', 'completely', 'overcome', 'sin', 'people', 'broken', 'accent', 'pleads', 'god', 'god', 'ashamed', 'blush', 'lift', 'face', 'thee', 'god', 'iniquity', 'increased', 'head', 'like', 'saviour', 'ezra', 'willing', 'bear', 'sin', 'people', 'help', 'counted', 'tore', 'hair', 'head', 'agony', 'spirit', 'sin', 'spirit', 'precious', 'sight', 'lord', 'hasrell', 'sweetest', 'morning', 'hear', 'come', 'floating', 'listening', 'ear', 'dew', 'wet', 'meadow', 'land', 'waving', 'corn', 'row', 'stand', 'billow', 'wheat', 'piping', 'whistling', 'note', 'sweet', 'bob', 'white', 'morning', 'sweet', 'morn', 'noisy', 'catbird', 'thorn', 'meadow', 'lark', 'silver', 'throat', 'cardinal', 'whistled', 'note', 'dear', 'sound', 'morning', 'brings', 'bob', 'white', 'matin', 'clearest', 'ring', 'sweetest', 'max', 'hill', 'native', 'missionary', 'tribe', 'south', 'africa', 'nonewere', 'warlike', 'zulu', 'year', 'ago', 'chief', 'umzilikazi', 'took', 'large', 'band', 'warrior', 'invaded', 'country', 'known', 'rhodesia', 'impi', 'army', 'soon', 'conquered', 'country', 'slave', 'people', 'living', 'zulu', 'remained', 'country', 'known', 'matabele', 'tribe', 'conquered', 'country', 'set', 'called', 'attention', 'life', 'lived', 'faithfulness', 'presenting', 'word', 'god', 'urged', 'choose', 'obey', 'lord', 'said', 'stone', 'stick', 'father', 'worshiped', 'true', 'god', 'worship', 'serve', 'lord', 'heaven', 'earth', 'social_meeting', 'followed', 'touching', 'testimony', 'given', 'told', 'jim', 'helped', 'overcome', 'evil', 'thing', 'encouraged', 'counseled', 'time', 'need', 'dry', 'eye', 'congregation', 'sabbath', 'morning', 'jim', 'beloved', 'like', 'elder', 'brother', 'mission', 'miss', 'word', 'good_cheer', 'time', 'came', 'depart', 'new_field', 'labor', 'task', 'looked', 'great', 'shrank', 'longed', 'people', 'meet', 'perfectly', 'naked', 'covering', 'fig', 'leaf', 'afford', 'caused', 'stop', 'hesitate', 'little', 'love', 'christ', 'constrained', 'willing', 'leave', 'comfortable', 'home', 'wife', 'little', 'child', 'country', 'return', 'jim', 'own_people', 'good_influence', 'young_man', 'mission', 'left', 'deep_impression', 'mind', 'longing', 'people', 'came', 'asked', 'permitted', 'hope', 'lord', 'devoted', 'young_man', 'like', 'jim', 'come', 'mission', 'receive', 'training', 'return', 'people', 'teach', 'truth', 'glorious', 'gospel', 'christ', 'hyatt', 'terrible', 'story', 'kongo', 'king', 'leopold', 'whole_world', 'talking', 'king', 'belgium', 'self', 'appointed', 'monarch', 'kongo', 'free', 'state', 'africa', 'country', 'leopold', 'considers', 'altogther', 'time', 'large', 'combined', 'area', 'cuba', 'hawaii', 'porto', 'rico', 'philippine', 'half', 'size', 'roman_empire', 'charge', 'world', 'brought', 'leopold', 'monarch', 'kongo', 'robert', 'park', 'everybody', 'magazine', 'promoter', 'stupendous', 'scheme', 'loot', 'robbery', 'modern_times', 'single', 'handed', 'laid', 'waste', 'country', 'drenched', 'land', 'blood', 'offered', 'thousand', 'human', 'life', 'altar', 'greed', 'lust', 'gold', 'hoodwinked', 'power', 'earth', 'believing', 'philanthropy', 'civilization', 'played', 'game', 'chess', 'nation', 'million', 'black', 'men', 'helpless', 'pawn', 'gold', 'counting', 'reward', 'winning', 'possession', 'country', 'thirty', 'year', 'ago', 'civilized', 'world', 'shocked', 'startled', 'tale', 'inhumanity', 'portuguese', 'slave', 'trade', 'kongo', 'adjacent', 'territory', 'result', 'african', 'international', 'association', 'formed', 'meeting', 'summoned', 'leopold', 'held', 'brussels', 'object', 'discus', 'measure', 'stamping', 'slavery', 'horror', 'kongo', 'bettled', 'frequently', 'raid', 'north', 'zambesi', 'spoiling', 'country', 'taking', 'prisoner', 'slave', 'time', 'woman', 'little', 'boy', 'taken', 'supposed', 'father', 'killed', 'mother', 'child', 'soon', 'separated', 'year', 'new', 'year', 'separation', 'boy', 'employed', 'white_man', 'gave', 'jim', 'mother', 'mayinzi', 'took', 'jim', 'mayinzi', 'year', 'ago', 'visited', 'solusi', 'mission', 'acquainted', 'jim', 'earnest', 'studious', 'young_man', 'thirsting', 'knowledge', 'loved', 'bible', 'constant', 'companion', 'missionary', 'text', 'scripture', 'familiar', 'write', 'reference', 'study', 'leisure', 'way', 'jim', 'good', 'bible', 'student', 'strong', 'teacher', 'mission', 'year', 'passed', 'longed', 'mother', 'searched', 'country', 'trace', 'strange', 'elder', 'anderson', 'long', 'barotseland', 'learned', 'jim', 'father', 'mother', 'living', 'near', 'mission', 'course', 'jim', 'overjoyed', 'know', 'parent', 'alive', 'desired', 'teach', 'friend', 'gospel', 'poor', 'heathen', 'people', 'little', 'recent_visit', 'solusi', 'mission', 'plan', 'laid', 'jim', 'barotseland', 'labor', 'people', 'sabbath', 'service', 'departure', 'solemn', 'spoke', 'short_time', 'jim', 'delivered', 'farewell', 'address', 'spoke', 'joshua', 'referred', 'word', 'paul', 'act', 'jim', 'mayinzi', 'wife', 'child']
root - INFO - extracting file #176500: 2017-04-Final-Corpus/YI19080225-V56-08-page9.txt
root - INFO - extracting file #177000: 2017-04-Final-Corpus/YI19081020-V56-42-page15.txt
root - INFO - ['october', 'youth', 'instructor', 'jeroboam', 'appoint', 'yearly', 'meeting', 'visited', 'bethel', 'time', 'great', 'meeting', 'sent', 'burning', 'incense', 'altar', 'message', 'lord', 'speak', 'prophet', 'sign', 'message', 'true', 'jeroboam', 'heard', 'prophet', 'said', 'lord', 'punish', 'prophet', 'word', 'immediately', 'fulfilled', 'king', 'ask', 'lord', 'messenger', 'tell', 'prophet', 'prayer', 'answered', 'invitation', 'king', 'jeroboam', 'prophet', 'god', 'reply', 'lord', 'charged', 'think', 'understood', 'perfectly', 'lord', 'commanded', 'way', 'obey', 'lord', 'vvho', 'dwelt', 'bethel', 'time', 'son', 'tell', 'day', 'question', 'prophet', 'ask', 'son', 'old', 'prophet', 'man', 'god', 'question', 'ask', 'answer', 'invitation', 'lord', 'prophet', 'reply', 'lid', 'older', 'prophet', 'spoke', 'such_words', 'prophet', 'sent', 'bethel', 'prophet', 'sat', 'table', 'message', 'came', 'brought', 'guest', 'disobedient', 'prophet', 'started', 'way', 'befell', 'men', 'passed', 'report', 'seen', 'false_prophet', 'heard', 'occurred', 'ask', 'buried', 'come', 'pas', 'learn', 'god', 'deal', 'speaks', 'yovt', 'leo', 'material', 'composes', 'temple', 'peter', 'zech', 'note', 'process', 'building', 'holy', 'temple', 'lord', 'eph', 'serf', 'master', 'builder', 'grow', 'zech', 'bear', 'counsel', 'father', 'son', 'throne', 'sit', 'rule', 'priesthood', 'zech', 'heb', 'long', 'remain', 'throne', 'father', 'cor', 'purpose', 'builded', 'eph', 'note', 'note', 'child', 'family', 'recognized', 'bible', 'child', 'lord', 'deut', 'child', 'belial', 'judge', 'child', 'transgression', 'isa', 'child', 'light', 'thess', 'son', 'god', 'john', 'unbelieving', 'jew', 'christ', 'said', 'father', 'devil', 'john', 'building', 'solomon', 'temple', 'stone', 'prepared', 'place', 'building', 'brought', 'place', 'beautiful', 'temple', 'came', 'sound', 'hammer', 'living', 'stone', 'living', 'temple', 'taken', 'rough', 'quarry', 'sin', 'hewed', 'squared', 'fitted', 'polisld', 'particular', 'place', 'temple', 'lord', 'unlike', 'stone', 'solomon', 'temple', 'conveyed', 'spot', 'living', 'stone', 'said', 'far', 'shall', 'come', 'build', 'temple', 'lord', 'great', 'measureless', 'gift', 'holy', 'spirit', 'contained', 'heaven', 'resource', 'restriction', 'god', 'rich', 'grace', 'flow', 'earthward', 'men', 'willing', 'receive', 'filled', 'spirit', 'christ', 'object_lesson', 'page', 'glad', 'singer', 'glad', 'song', 'sang', 'honor', 'fame', 'passed', 'stage', 'hearer', 'remembered', 'song', 'artist', 'glad', 'brush', 'picture', 'drew', 'hand', 'grew', 'feeble', 'eye', 'grew', 'dim', 'picture', 'went', 'style', 'miser', 'glad', 'gold', 'counted', 'rich', 'took', 'wing', 'left', 'poor', 'yore', 'farmer', 'glad', 'field', 'barn', 'cattle', 'corn', 'flood', 'tempest', 'swept', 'land', 'field', 'glory', 'shorn', 'righteous', 'glad', 'lord', 'trusted', 'power', 'till', 'came', 'glorious', 'land', 'sorrow', 'night', 'elizabeth', 'rosser', 'work', 'god', 'scoffer', 'ask', 'gain', 'mocking', 'work', 'vain', 'scoffer', 'die', 'forgot', 'work', 'god', 'dieth', 'press', 'press', 'onl', 'doubt', 'fear', 'age', 'age', 'voice', 'shall', 'cheer', 'die', 'forgot', 'work', 'god', 'dieth', 'notl', 'selected', 'change', 'family', 'relationship', 'october', 'lesson', 'scripture', 'eph', 'memory', 'verse', 'behold', 'lay', 'thy', 'stone', 'fair', 'color', 'lay', 'thy', 'foundation', 'sapphire', 'isa', 'question', 'faith', 'christ', 'change', 'place', 'relationship', 'god', 'eph', 'figure', 'change', 'relationship', 'noticed', 'bible', 'rom', 'family', 'doe', 'bible', 'recognize', 'world', 'note', 'change', 'family', 'relationship', 'beautifully', 'expressed', 'prophet', 'hosea', 'hosea', 'margin', 'foundation', 'doe', 'new', 'household', 'rest', 'eph', 'cor', 'chief', 'corner', 'stone', 'isa', 'kind', 'stone', 'declared', 'peter']
root - INFO - extracting file #177500: 2017-04-Final-Corpus/YI19090608-V57-23-page11.txt
root - INFO - extracting file #178000: 2017-04-Final-Corpus/YI19100125-V58-04-page3.txt
root - INFO - ['youth', 'instructor', 'vol', 'lviii', 'takoma', 'park', 'station', 'washington', 'january', 'decision', 'character', 'white', 'youth', 'need', 'cultivate', 'decision', 'divided', 'state', 'snare', 'cause', 'ruin', 'bunyan', 'pilgrim', 'progress', 'character', 'called', 'pliable', 'youth', 'shun', 'character', 'represented', 'accommodating', 'reed', 'shaken', 'wind', 'posse', 'power', 'firm', 'house', 'character', 'built', 'sandy', 'foundation', 'path', 'cast', 'ransomed', 'lord', 'swayed', 'matter', 'conscience', 'moral', 'decision', 'afraid', 'thought', 'singular', 'changed', 'current', 'wait', 'hear', 'think', 'opinion', 'accepted', 'altogether', 'true', 'lord', 'lord', 'decision', 'know', 'thy', 'youth', 'lean', 'wholly', 'god', 'grow', 'strong', 'strength', 'fashion', 'world', 'criterion', 'world', 'type', 'dare', 'daniel', 'dare', 'stand', 'moses', 'endure', 'seeing', 'invisible', 'cowardly', 'silent', 'reserve', 'evil', 'associate', 'courage', 'right', 'posse', 'individuality', 'succeed', 'elevating', 'ennobling', 'cultivate', 'firmness', 'right', 'jesus', 'revealed', 'value', 'price', 'paid', 'redemption', 'salvation', 'purchased', 'agony', 'blood', 'favor', 'god', 'giving', 'jesus', 'propitiation', 'sin', 'god', 'gave', 'power', 'resist', 'overcome', 'evil', 'resolute', 'require', 'higher', 'help', 'human', 'friend', 'help', 'promised', 'consent', 'form', 'new', 'habit', 'require', 'effort', 'persistent', 'effort', 'satan', 'taking', 'step', 'decidedly', 'christ', 'employ', 'ingenious', 'method', 'deceive', 'ruin', 'christ', 'provided', 'refuge', 'weak', 'tempted', 'angel', 'help', 'shield', 'guide', 'trusting', 'soul', 'reach', 'finite', 'possibility', 'man', 'god', 'applies', 'term', 'son', 'god', 'son', 'god', 'doth', 'appear', 'shall', 'know', 'shall', 'appear', 'shall', 'like', 'shall', 'man', 'hath', 'hope', 'purifieth', 'pure', 'privilege', 'turn', 'away', 'cheap', 'inferior', 'rise', 'high_standard', 'respected', 'men', 'beloved', 'god', 'religious_work', 'lord', 'young_man', 'men', 'age', 'respect', 'child', 'work', 'selfgovernment', 'sharer', 'great_work', 'redemption', 'uplifting', 'father', 'son', 'partnership', 'business', 'lord', 'child', 'partnership', 'laborer', 'god', 'jesus', 'thou_hast', 'sent', 'world', 'sent', 'world', 'father', 'choose', 'child', 'god', 'servant', 'satan', 'sin', 'having', 'registered', 'enemy', 'christ', 'young_man', 'woman', 'need', 'grace', 'christ', 'bring', 'principle', 'christianity', 'daily_life', 'preparation', 'christ', 'coming', 'preparation', 'christ', 'exercise', 'highest', 'quality', 'privilege', 'youth', 'character', 'beautiful', 'structure', 'positive', 'need', 'keeping', 'close', 'jesus', 'strength', 'efficiency', 'power', 'depend', 'self', 'moment', 'young_man', 'young_woman', 'exercise', 'ability', 'faithfulness', 'generously', 'imparting', 'light', 'god', 'study', 'best', 'peace', 'light', 'truth', 'rich_blessings', 'heaven', 'constantly', 'improve', 'reaching', 'higher', 'higher', 'ability', 'tax', 'power', 'mind', 'body', 'keeping', 'eternal', 'reality', 'view', 'value', 'seek', 'lord', 'earnestly', 'refined', 'spiritually', 'cultured', 'large', 'small', 'talent', 'remember', 'trust', 'god', 'testing', 'giving', 'opportunity', 'prove', 'true', 'indebted', 'capability', 'belong', 'power', 'body', 'mind', 'soul', 'power', 'time', 'influence', 'capability', 'skill', 'accounted', 'gift', 'best', 'seek', 'earnest', 'endeavor', 'carry', 'lord', 'great_plan', 'uplifting', 'humanity', 'persevere', 'work', 'begun', 'gain', 'victory', 'victory', 'educate', 'purpose', 'view', 'highest', 'standard', 'accomplish', 'greater', 'greater', 'good', 'reflecting', 'glory', 'god', 'maw', 'mohammed', 'prophet', 'arabia', 'conversion', 'arabia', 'mecca', 'mohammed', 'age', 'fifty', 'scant', 'reason', 'think', 'decade', 'life', 'religion', 'arm', 'achieve', 'phenomenal', 'success', 'seldom', 'recorded', 'page', 'history', 'left', 'mecca', 'number', 'necessary', 'escape', 'clandestinely', 'lest']
root - INFO - extracting file #178500: 2017-04-Final-Corpus/YI19100906-V58-36-page7.txt
root - INFO - extracting file #179000: 2017-04-Final-Corpus/YI19110425-V59-17-page10.txt
root - INFO - ['wicked', 'stop', 'little', 'child', 'shall', 'lead', 'brief', 'entry', 'old', 'diary', 'date', 'oct', 'bright', 'afternoon', 'thereof', 'judge', 'morton', 'reached', 'gate', 'opening', 'ground', 'surrounding', 'residence', 'observed', 'little', 'girl', 'crutch', 'approaching', 'labored', 'effort', 'fatherly', 'heart', 'touched', 'thought', 'little', 'daughter', 'pain', 'crippled', 'leaning', 'gate', 'waited', 'child', 'came', 'near', 'dark', 'eye', 'thoughtful', 'sad', 'expression', 'young', 'face', 'wore', 'refining', 'touch', 'suffering', 'borne', 'sweet', 'resignation', 'caught', 'look', 'kindly', 'pausing', 'instinctively', 'said', 'delicate', 'pink', 'flushed', 'cheek', 'kate', 'judge', 'replied', 'pleasantly', 'look', 'weary', 'little', 'kate', 'come', 'rest', 'opening', 'gate', 'pointed', 'seat', 'shadow', 'tree', 'grateful', 'smile', 'entered', 'fancy', 'deemed', 'fairy', 'land', 'taking', 'proffered', 'seat', 'laid', 'crutch', 'ground', 'assurance', 'judge', 'gave', 'rest', 'long', 'chose', 'listen', 'bird', 'silvery', 'music', 'fountain', 'look', 'trout', 'miniature', 'lake', 'gather', 'bouquet', 'child', 'poverty', 'promise', 'unutterable', 'delight', 'leave', 'enjoyment', 'hour', 'turning', 'said', 'tenderly', 'dear', 'little', 'ask', 'lame', 'look', 'pain', 'instantly', 'spread', 'child', 'face', 'lip', 'trembled', 'fain', 'recalled', 'inquiry', 'saw', 'opened', 'afresh', 'secret', 'sorrow', 'come', 'nearer', 'tell', 'replied', 'low', 'tone', 'manifest', 'hesitation', 'tell', 'loud', 'like', 'tell', 'like', 'talking', 'papa', 'kind', 'judge', 'morton', 'sat', 'reverently', 'felt', 'royalty', 'child', 'sorrow', 'sat', 'presence', 'uncovered', 'head', 'voice', 'dropped', 'whisper', 'said', 'tremulously', 'happened', 'year', 'ago', 'year', 'old', 'know', 'papa', 'drank', 'bed', 'came', 'home', 'club', 'room', 'night', 'mama', 'sick', 'asked', 'went', 'parlor', 'drew', 'little', 'chair', 'close', 'putting', 'foot', 'fender', 'sat', 'imagining', 'pretty', 'thing', 'bright', 'coal', 'grate', 'fancying', 'heaven', 'street', 'gold', 'shining', 'spire', 'nurse', 'company', 'forgot', 'come', 'thought', 'late', 'suddenly', 'papa', 'mexican', 'friend', 'opened', 'door', 'staggered', 'dreadful', 'look', 'face', 'spoke', 'sternly', 'kate', 'bed', 'frightened', 'speak', 'said', 'wicked', 'look', 'eye', 'instantly', 'dead', 'screamed', 'loudly', 'tell', 'moment', 'struck', 'leg', 'heavy', 'cane', 'broke', 'child', 'emotion', 'overcame', 'wept', 'soon', 'nerving', 'task', 'continued', 'tell', 'week', 'lay', 'fastened', 'bed', 'mind', 'pain', 'sorry', 'dear', 'papa', 'poor', 'dear', 'papa', 'begged', 'forgive', 'tried', 'stop', 'drinking', 'said', 'couldn', 'wished', 'die', 'said', 'couldn', 'worse', 'punishment', 'world', 'stay', 'walking', 'life', 'crutch', 'morning', 'dead', 'bed', 'poor', 'papa', 'moaned', 'poor', 'papa', 'couldn', 'stop', 'drinking', 'mama', 'couldn', 'loved', 'stopped', 'added', 'sigh', 'think', 'wicked', 'stop', 'hard', 'poor', 'papa', 'know', 'gone', 'god', 'let', 'drunkard', 'heaven', 'shiver', 'shook', 'slender', 'frame', 'thought', 'associating', 'fearful', 'appellation', 'dear', 'pain', 'came', 'heart', 'known']
root - INFO - extracting file #179500: 2017-04-Final-Corpus/YI19111212-V59-50-page5.txt
root - INFO - extracting file #180000: 2017-04-Final-Corpus/YI19120723-V60-30-page7.txt
root - INFO - ['agt', 'goopei', 'beginning', 'modern', 'printing', 'movable', 'type', 'pfintin', 'bce', 'invention', 'movable', 'type', 'laurens', 'coster', 'native', 'holland', 'year', 'mark', 'beginning', 'modern', 'printing', 'coster', 'resident', 'old', 'town', 'haarlem', 'land', 'windmill', 'described', 'sleepy', 'old', 'town', 'boat', 'lie', 'quay', 'roman', 'developed', 'absolutely', 'commercial', 'demand', 'printihg', 'practical', 'use', 'type', 'knowledge', 'ancient', 'concerning', 'use', 'movable', 'type', 'certain', 'laurens', 'coster', 'man', 'lay', 'hold', 'idea', 'turn', 'practical', 'use', 'far', 'known', 'coster', 'achieve', 'great_success', 'invention', 'type', 'wood', 'stand', 'pressure', 'press', 'said', 'printed', 'document', 'including', 'pamphlet', 'far', 'known', 'copy', 'existence', 'substantiate', 'claim', 'idea', 'carried', 'germany', 'employ', 'coster', 'young', 'german', 'john', 'gutenberg', 'coster', 'death', 'gutenberg', 'returned', 'germany', 'cathedral', 'city', 'strassburg', 'began', 'setting', 'type', 'account', 'wooden', 'type', 'cart', 'rumble', 'street', 'said', 'people', 'holland', 'coster', 'got', 'idea', 'carving', 'letter', 'end', 'stick', 'common', 'incident', 'day', 'took', 'family', 'forest', 'outing', 'amuse', 'child', 'cut', 'knife', 'bark', 'tree', 'thought', 'came', 'carve', 'letter', 'alphabet', 'letter', 'separate', 'block', 'arrange', 'word', 'sentence', 'tie', 'ink', 'stamp', 'word', 'sentence', 'language', 'report', 'bark', 'loosened', 'tree', 'piece', 'fell', 'soft', 'earth', 'coster', 'john', 'gutenberg', 'picked', 'noticed', 'impression', 'letter', 'cut', 'led', 'idea', 'movable', 'type', 'letter', 'carved', 'end', 'advantage', 'business', 'ancient', 'form', 'printing', 'previous', 'time', 'comparatively', 'book', 'written', 'hand', 'parchment', 'work', 'nearly', 'lifetime', 'handprint', 'complete', 'copy', 'scripture', 'time', 'letter', 'carved', 'wood', 'egyptian', 'chi', 'nese', 'printed', 'block', 'letter', 'carved', 'time', 'asserted', 'authority', 'conceived', 'letter', 'carved', 'separate', 'block', 'arranged', 'conveniently', 'sentence', 'printing', 'distributed', 'set', 'authority', 'differ', 'point', 'believed', 'evidence', 'use', 'movable', 'type', 'printing', 'known', 'greek', 'impractical', 'resolved', 'type', 'metal', 'began', 'experiment', 'lead', 'soft', 'little', 'knowledge', 'metal', 'little', 'money', 'preferred', 'invention', 'proceed', 'assistance', 'finally', 'enlisted', 'cooperation', 'john', 'faust', 'wealthy', 'goldsmith', 'strassburg', 'knowledge', 'metal', 'liberal', 'investment', 'supplied', 'need', 'printed', 'bible', 'year', 'experiment', 'type', 'making', 'advanced', 'stage', 'development', 'gutenberg', 'ready', 'begin', 'printing', 'work', 'undertaken', 'printing', 'famous', 'line', 'latin', 'bible', 'year', 'required', 'carve', 'metal', 'letter', 'print', 'edition', 'work', 'strassburg', 'gutenberg', 'bible', 'bear', 'imprint', 'mainz', 'germany', 'edition', 'completed', 'great', 'secrecy', 'maintained', 'work', 'going', 'new', 'undertaking', 'ital']
root - INFO - extracting file #180500: 2017-04-Final-Corpus/YI19130311-V61-10-page15.txt
root - INFO - extracting file #181000: 2017-04-Final-Corpus/YI19131104-V61-44-page14.txt
root - INFO - ['the_youth', 'instructor', 'november', 'rgrs', 'warned', 'sad', 'experience', 'duty', 'fallen', 'temptation', 'lift', 'warning', 'voice', 'slippery', 'place', 'thousand', 'passing', 'heedlessly', 'let', 'entreat', 'beware', 'remember', 'bitter', 'experience', 'sinful', 'life', 'let', 'yielding', 'temptation', 'step', 'stepped', 'fell', 'selected', 'impossible', 'said', 'pastor', 'newly', 'formed', 'christian', 'brotherhood', 'fifty', 'member', 'constitution', 'law', 'dozen', 'committee', 'organized', 'christian_work', 'community', 'like', 'hear', 'understand', 'different', 'member', 'gave', 'different', 'answer', 'reply', 'vague', 'indefinite', 'suppose', 'outline', 'working', 'program', 'like', 'said', 'pastor', 'christian', 'brotherhood', 'organized', 'impossible', 'drive', 'saloon', 'town', 'monary', 'volunteer', 'kern', 'benson', 'matilda', 'erickson', 'meade', 'macguire', 'rid', 'vice', 'indifferent', 'men', 'church', 'convince', 'wickedness', 'society', 'study', 'sabbath', 'november', 'opening_exercises', 'minute', 'bible', 'study', 'minute', 'mission', 'study', 'minute', 'social', 'meeting', 'minute', 'suggestion', 'program', 'review', 'morning', 'watch', 'text', 'report', 'work', 'minute', 'item', 'church_paper', 'exercise', 'spend', 'minute', 'giving', 'briefly', 'interesting_facts', 'drawn', 'issue', 'review', 'herald', 'similar', 'exercise', 'success', 'christian_life', 'secret', 'wisdom', 'true', 'wisdom', 'great_value', 'prov', 'job', 'true', 'false', 'contrasted', 'james', 'great_men', 'wise', 'job', 'wisdom', 'world', 'luke', 'god', 'foolishness', 'cor', 'christ', 'true', 'wisdom', 'col', 'promise', 'james', 'word', 'tim', 'wisdom', 'winning', 'soul', 'prov', 'dan', 'preparing', 'future', 'matt', 'prov', 'work', 'south', 'america', 'paper', 'talk', 'work', 'began', 'neglected', 'continent', 'progress', 'angel', 'message', 'south', 'america', 'help', 'preparing', 'outline', 'mission_fields', 'instructor', 'numbei', 'review', 'general', 'conence', 'bulletin', 'page', 'suggestive', 'topic', 'rom', 'missionary', 'volunteer', 'reading', 'course', 'senior', 'lesson', 'exile', 'overthrow', 'chapter', 'note', 'proposed', 'unite', 'england', 'america', 'steam', 'lardmer', 'delivered', 'lecture', 'royal', 'society', 'proving', 'steamer', 'cross', 'atlantic', 'carry', 'coal', 'produce', 'steam', 'necessary', 'voyage', 'try', 'prove', 'reading', 'course', 'assignment', 'arrival', 'rome', 'policy', 'herod', 'pursue', 'result', 'order', 'save', 'city', 'temple', 'assault', 'roman', 'general', 'selected', 'office', 'high_priest', 'happened', 'roman', 'emperor', 'attitude', 'herod', 'assume', 'ruler', 'successful', 'new', 'trouble', 'developing', 'herod', 'household', 'time', 'policy', 'herod', 'pursue', 'ward', 'disaster', 'jew', 'feel', 'regard', 'method', 'effort', 'guard', 'insurrection', 'jew', 'mention', 'fortress', 'city', 'temple', 'built', 'occurred', 'spirit', 'herod', 'manifest', 'time', 'great', 'undertaking', 'begun', 'new', 'temple', 'junior', 'lesson', 'black', 'bearded', 'barbarian', 'chapter', 'nom', 'elihu', 'burrett', 'said', 'higher', 'ambition', 'set', 'example', 'employing', 'valuable', 'fragment', 'time', 'called', 'moment', 'suggestion', 'mackay', 'student', 'time', 'appreciate', 'anxious', 'sun', 'thoughtfulness', 'love', 'mackay', 'plan', 'work', 'danger', 'surrounded', 'trip', 'villager', 'receive', 'mackay', 'courage', 'fail', 'faith', 'rewarded', 'people', 'listened', 'wonderful', 'story', 'god', 'love', 'decide', 'selfishness', 'greed', 'teach', 'purity', 'boy', 'girl', 'convert', 'old_man', 'lowe', 'item', 'brotherhood', 'looked', 'aghast', 'old_man', 'lowe', 'worst', 'drunkard', 'gambler', 'town', 'thought', 'abandoned', 'reprobate', 'pastor', 'went', 'calmly', 'doe', 'need', 'converted', 'old_man', 'lowe', 'spoke', 'tried', 'convert', 'hopeless', 'case', 'jesus', 'come', 'save', 'men', 'agreed', 'speak', 'try', 'bring', 'christ', 'silence', 'christ', 'powerless', 'save', 'dared', 'let', 'try', 'save', 'said', 'pastor', 'member', 'brotherhood', 'went', 'turn', 'old_man', 'lowe', 'pleaded', 'men', 'successive', 'day', 'old_man', 'heart', 'melted', 'saved', 'man', 'swept', 'kingdom', 'heaven', 'sheer', 'amazement', 'busy', 'merchant', 'professional', 'men', 'think', 'come', 'talk', 'welfare', 'soul', 'forgotten', 'great', 'soul', 'saved', 'seek', 'save', 'limit', 'god', 'power', 'save', 'refusal', 'attempt', 'impossible', 'christian', 'especially', 'impossible', 'mean', 'power', 'gospel', 'save', 'uttermost', 'youth', 'companion', 'man', 'woman', 'fails', 'perform', 'punctually', 'duty', 'day', 'worth', 'men', 'woman', 'shirking', 'doer', 'good_deeds', 'worth', 'number', 'people', 'constantly', 'evil', 'department', 'aden', 'message', 'olldehnee', 'ariitodnitt', 'thie', 'ary', 'general', 'secretary', 'assistant', 'secretary', 'div', 'secretary', 'field', 'secretary']
root - INFO - extracting file #181500: 2017-04-Final-Corpus/YI19140616-V62-24-page16.txt
root - INFO - extracting file #182000: 2017-04-Final-Corpus/YI19150202-V63-05-page22.txt
root - INFO - ['year', 'previous', 'revenue', 'year', 'sure', 'person', 'misinformed', 'purposely', 'misinforming', 'tax', 'liquor', 'fell', 'short', 'year', 'slight', 'increase', 'tax', 'fermented', 'liquor', 'great', 'falling', 'tax', 'distilled', 'spirit', 'whisky', 'vastly', 'smaller', 'quantity', 'intoxicant', 'year', 'previous_year', 'city', 'philadelphia', 'spent', 'year', 'ended', 'june', 'beer', 'previous_year', 'prohibition', 'evidently', 'prohibited', 'increase', 'use', 'fermented', 'liquor', 'difficult', 'problem', 'solve', 'stop', 'consider', 'population', 'increasing', 'million', 'half', 'year', 'succeeding', 'year', 'drinker', 'convinced', 'annual', 'cost', 'state', 'loss', 'labor', 'resulting', 'premature', 'death', 'preventable', 'disease', 'accident', 'occasioned', 'intemperate', 'use', 'alcohol', 'thousand', 'dollar', 'cost', 'drunkenness', 'state', 'home', 'broken', 'divorce', 'desertion', 'cost', 'neglected', 'childhood', 'degraded', 'manhood', 'womanhood', 'measure', 'turning', 'remedy', 'commission', 'prevention', 'precedence', 'cure', 'point', 'rational', 'social', 'policy', 'control', 'drunkenness', 'theory', 'direct', 'way', 'prevent', 'drunkenness', 'enactment', 'state', 'wide', 'prohibition', 'manufacture', 'sale', 'intoxicating', 'liquor', 'notwithstanding', 'statement', 'commissioner', 'state', 'use', 'intoxicant', 'prohibitory', 'law', 'workable', 'advise', 'immediate', 'educational', 'campaign', 'presumably', 'people', 'better', 'prepared', 'direct', 'method', 'ridding', 'state', 'greatest', 'foe', 'citizenship', 'urge', 'public', 'use', 'municipal', 'government', 'poster', 'prepared', 'expert', 'giving', 'publicity', 'scientific', 'information', 'concerning', 'effect', 'alcohol', 'body', 'mind', 'bringing', 'public', 'attention', 'statistic', 'annual', 'cost', 'alcoholism', 'poverty', 'crime', 'insanity', 'urge', 'development', 'substitute', 'saloon', 'especially', 'ammlok', 'illl', 'ill', 'ili', 'manal', 'horse', 'laugh', 'tie', 'heard', 'master', 'hard', 'day', 'work', 'aid', 'alcoholic', 'drink', 'drink', 'succeeding', 'year', 'liquor', 'people', 'increase', 'foreign', 'trade', 'sending', 'million', 'gallon', 'country', 'noncontiguous', 'territory', 'europe', 'asia', 'south', 'america', 'mexico', 'island', 'sea', 'course', 'new', 'recruit', 'gained', 'wet', 'territory', 'mail', 'order', 'firm', 'insistent', 'aggressive', 'year', 'possibly', 'nullify', 'prohibitory', 'law', 'rev', 'sam', 'small', 'point', 'suppose', 'increased', 'receipt', 'fermented', 'liquor', 'represent', 'tax', 'paid', 'beer', 'porter', 'thai', 'mean', 'barrel', 'thirty', 'gallon', 'figure', 'quart', 'annum', 'increased', 'consumption', 'inhabitant', 'nation', 'drink', 'beer', 'extra', 'whole_year', 'taking', 'wet', 'population', 'drink', 'caput', 'counting', 'persistent', 'beer', 'guzzler', 'family', 'drink', 'extra', 'extra', 'drink', 'day', 'excess', 'consumption', 'beer', 'nation', 'figure', 'immigrant', 'europe', 'coming', 'year', 'regular', 'beer', 'drinker', 'total', 'increase', 'accounted', 'report', 'internal', 'revenue', 'commissioner', 'sufficiently', 'encouraging', 'arouse', 'temperance', 'peopk', 'redoubled', 'effort', 'behalf', 'temperance', 'cause', 'decrease', 'revenue', 'nearly', 'million', 'dollar', 'material', 'gain', 'prohibition', 'cause', 'massachusetts', 'legislature', 'drunkenness', 'committee', 'massachusetts', 'legislature', 'appointed', 'investigate', 'subject', 'drunkenness', 'report', 'month', 'ago', 'startling', 'statement', 'following', 'arraignment', 'liquor_traffic', 'intemperate', 'use', 'alcohol', 'generally', 'chief', 'cause', 'disorderly', 'conduct', 'disturbing', 'peace', 'assault', 'battery', 'cause', 'sexual', 'crime', 'homicide', 'statistic', 'source', 'satisfy', 'crime', 'aside', 'public', 'drunkenness', 'directly', 'occasioned', 'use', 'alcohol', 'massachusetts', 'prison', 'statistic', 'cent', 'criminal', 'prison', 'intemperate', 'habit', 'building', 'equipped', 'municipality', 'state', 'daily', 'use', 'social', 'civic', 'recreational', 'center', 'person', 'teacher', 'prepared', 'teach', 'child', 'effect', 'alcohol', 'body', 'mind', 'saloon', 'handwriting', 'wall', 'state', 'national', 'legislative', 'hall', 'traffic', 'read', 'doom', 'voluntarily', 'retire', 'field', 'refuse', 'forcibly', 'driven', 'fastness', 'completely', 'destroyed', 'shall', 'vote', 'help', 'hasten', 'day', 'final', 'undoing', 'safe', 'way', 'public', 'statement', 'fred', 'coursey', 'philadelphia', 'awaiting', 'sentence', 'murder', 'following', 'pathetic', 'warning', 'youth', 'town', 'influence', 'liquor', 'happened', 'young_man', 'poor', 'unfortunate', 'advice', 'pledge', 'year', 'touch', 'taste', 'handle', 'succeed', 'length', 'time', 'assuredly', 'time', 'momefit', 'hardly', 'believe', 'killed', 'young_man', 'led', 'good', 'life', 'time', 'life', 'locked', 'hung', 'street', 'corner', 'committed', 'disorderly', 'conduct', 'kind', 'terrible', 'drinking', 'young_man', 'lot', 'alley', 'lead', 'time', 'indulged', 'party', 'drink', 'cigarette', 'thing', 'cause', 'crime', 'young_man', 'warning', 'place', 'drink', 'smoke', 'chew', 'hoster', 'columbus', 'half', 'way', 'howe', 'wine', 'coors', 'beer', 'ralph', 'waldo', 'emerson', 'visit', 'nauset', 'cape', 'cod', 'lighthouse', 'keeper', 'told', 'opposed', 'building', 'lighthouse', 'ground', 'destroy', 'wrecking', 'business', 'men', 'marvel', 'duplicity', 'better', 'preserve', 'wrecking', 'business', 'dispense', 'lighthouse', 'preserve', 'liquor_traffic', 'expense', 'dry', 'policy', 'best', 'let', 'lighthouse', 'prohibition', 'erie', 'company', 'corporation', 'owning', 'brewery', 'state', 'gone', 'hand', 'receiver', 'order', 'united', 'state', 'dist', 'court', 'decreased', 'demand', 'beer', 'voting', 'dry', 'state', 'county', 'given', 'cause', 'nse', 'kill', 'kill']
root - INFO - extracting file #182500: 2017-04-Final-Corpus/YI19150921-V63-38-page13.txt
root - INFO - extracting file #183000: 2017-04-Final-Corpus/YI19160502-V64-18-page2.txt
root - INFO - ['george', 'getz', 'chicago', 'boy', 'henry', 'james', 'aged', 'seven', 'respectively', 'getz', 'belief', 'getting', 'knowledge', 'hand', 'far', 'possible', 'provided', 'boy', 'amateur', 'jungle', 'come', 'study', 'camel', 'examine', 'depend', 'observation', 'study', 'bear', 'visit', 'cage', 'bruin', 'lesson', 'monkey', 'rarest', 'type', 'monkey', 'captivity', 'zoology', 'learn', 'home', 'school', 'branch', 'modern_science', 'teaching', 'comprehended', 'boy', 'taught', 'farm', 'agricultural', 'establishment', 'complete', 'village', 'educational', 'mecca', 'garden', 'home', 'toadstool', 'weak', 'fragile', 'plant', 'grow', 'certain', 'circumstance', 'exert', 'immense', 'force', 'western', 'engineer', 'taken', 'pain', 'verify', 'story', 'strength', 'came', 'california', 'town', 'october', 'appears', 'old', 'macadam', 'road', 'town', 'resurfaced', 'asphalt', 'half', 'inch', 'spring', 'toadstool', 'forced', 'way', 'different_places', 'macadam', 'asphalt', 'lifted', 'nearly', 'inch', 'broke', 'let', 'air', 'place', 'large', 'toadstool', 'broke', 'way', 'inch', 'asphaltic', 'concrete', 'laid', 'year', 'familiar', 'song', 'annie', 'laurie', 'london', 'chronicle', 'special_interest', 'according', 'generally', 'accepted', 'story', 'written', 'soldier', 'flanders', 'ladylove', 'home', 'writer', 'william', 'douglas', 'annie', 'laurie', 'daughter', 'sir', 'robert', 'laurie', 'maxwelton', 'sad', 'relate', 'annie', 'marry', 'ardent', 'lover', 'douglas', 'killed', 'flanders', 'annie', 'led', 'altar', 'james', 'fergusson', 'craigdarroch', 'fisher', 'bishop', 'rochester', 'came', 'tower', 'london', 'saw', 'scaffold', 'beheaded', 'took', 'pocket', 'greek', 'testament', 'looking', 'exclaimed', 'lord', 'direct', 'passage', 'support', 'awful', 'scene', 'opened', 'book', 'eye', 'fell', 'john', 'father', 'instantly', 'closed', 'saying', 'praise_god', 'sufficient', 'eternity', 'principal', 'content', 'contribution', 'page', 'scoor', 'scale', 'introduced', 'laborsaving', 'device', 'material', 'bulk', 'weighed', 'time', 'scooped', 'goon', 'grenade', 'thrower', 'old', 'gun', 'attaching', 'heavy', 'spring', 'trigger', 'use', 'old', 'gun', 'europe', 'pan', 'american', 'scientific', 'congress', 'practically', 'financed', 'carnegie', 'endowment', 'international', 'peace', 'expense', 'delegate', 'cost', 'eastern', 'railroad', 'pride', 'selling', 'old', 'article', 'company', 'scrap', 'heap', 'brought', 'company', 'previous_year', 'newspaper', 'prenza', 'buenos', 'aire', 'blow', 'siren', 'place', 'good_news', 'bulletin', 'board', 'city', 'official', 'consider', 'noise', 'whistle', 'nuisance', 'paper', 'pay', 'fine', 'time', 'siren', 'sounded', 'war', 'raised', 'price', 'food', 'fuel', 'constantinople', 'sugar', 'sell', 'fifty', 'cent', 'pound', 'order', 'physician', 'small', 'quantity', 'kerosene', 'quoted', 'gallon', 'poor', 'grade', 'coal', 'cost', 'ton', 'robert', 'college', 'pay', 'day', 'heat', 'cold', 'day', 'chicago', 'examiner', 'decorated', 'christmas', 'tree', 'ninety', 'foot', 'high', 'stone', 'tower', 'jewel', 'exposition', 'dozen', 'powerful', 'searchlight', 'thrown', 'tree', 'caused', 'jewel', 'sparkle', 'brilliantly', 'color', 'seen', 'branch', 'swayed', 'fro', 'wind', 'simpson', 'light', 'new', 'ray', 'coming', 'electrode', 'mixture', 'ore', 'certain', 'metal', 'notably', 'tungstate', 'iron', 'manganese', 'known', 'wolfram', 'produce', 'intense', 'ultraviolet', 'light', 'given', 'carbon', 'arc', 'lamp', 'like', 'finsen', 'lamp', 'promise', 'produce', 'healing', 'effect', 'diseased', 'tissue', 'especially', 'throat', 'nose', 'lupus', 'asthma', 'eczema', 'ulcer', 'appear', 'yield', 'treatment', 'simpson', 'light', 'slow', 'mail', 'delivery', 'united', 'state', 'territory', 'mail', 'service', 'central', 'alaska', 'set', 'record', 'happens', 'matter', 'started', 'october', 'way', 'ice', 'bound', 'region', 'north', 'doe', 'reach', 'destination', 'following', 'june', 'settler', 'assert', 'similarly', 'isolated', 'region', 'northern', 'canada', 'better', 'served', 'dominion', 'postal', 'authority', 'alaskan', 'settler', 'located', 'tofty', 'half', 'way', 'nome', 'dawson', 'crow', 'fly', 'near', 'junction', 'tanana', 'yukon', 'river', 'going', 'post_office', 'long', 'delayed', 'mail', 'arrived', 'accumulation', 'letter', 'magazine', 'package', 'weighing', 'pound', 'filling', 'mail', 'bag', 'load', 'ninety', 'pound', 'delivered', 'home', 'returned', 'remainder', 'return', 'king', 'poetry', 'ancient', 'meaning', 'greatest', 'arm', 'plant', 'incident', 'porto', 'rico', 'ann', 'ideal', 'missionary', 'volunteer', 'lesson', 'learned', 'book', 'book', 'work', 'started', 'progressed', 'spanish', 'honduras', 'stretch', 'forth', 'thy', 'hand', 'poetry', 'helped', 'philippine', 'island', 'experience', 'guinea', 'philosophy', 'poetry', 'small', 'samuel', 'difficult', 'task', 'selection', 'thing', 'mission', 'power', 'bible', 'war', 'toothbrush', 'elephant', 'sense', 'prison', 'league']
root - INFO - extracting file #183500: 2017-04-Final-Corpus/YI19161219-V64-51-page9.txt
root - INFO - extracting file #184000: 2017-04-Final-Corpus/YI19170814-V65-33-page11.txt
root - INFO - ['august', 'youth', 'instructor', 'matter', 'mary', 'said', 'good', 'old', 'church', 'elder', 'month', 'ago', 'testimony', 'inspiration', 'thought', 'planning', 'enter', 'work', 'silent', 'uninterested', 'trouble', 'called', 'young_girl', 'true', 'christian', 'tact', 'began', 'seek', 'reason', 'mary', 'indifference', 'suppose', 'soon', 'ready', 'standard', 'attainment', 'examination', 'remember', 'enthusiastically', 'started', 'study', 'think', 'history', 'waldenses', 'inspiring', 'book', 'little', 'called', 'suffer', 'lord', 'morning_watch', 'think', 'psalm', 'rich', 'proving', 'poor', 'mary', 'heart', 'shame', 'saw', 'mistake', 'run', 'time', 'hindered', 'sudden', 'change', 'come', 'gradual', 'loss', 'moral', 'force', 'power', 'rise', 'inertia', 'press', 'end', 'knew', 'lacked', 'spiritual', 'backbone', 'element', 'added', 'character', 'sooner', 'later', 'fall', 'way', 'march', 'heavenly', 'city', 'kind', 'encouraging', 'word', 'old', 'elder', 'spoke', 'mary', 'confessing', 'weakness', 'lord', 'started', 'anew', 'finish', 'begun', 'study', 'table', 'little', 'motto', 'let', 'weary', 'lulu', 'white', 'butler', 'warning', 'johnnie', 'youngster', 'went', 'day', 'school', 'studied', 'grammar', 'learned', 'rule', 'definition', 'dozen', 'score', 'knew', 'analyze', 'parse', 'great', 'deal', 'johnnie', 'examination', 'day', 'stood', 'ninety', 'cent', 'comprehend', 'grammar', 'rule', 'meant', 'use', 'time', 'paid', 'small', 'heed', 'daily', 'speech', 'noun', 'verb', 'agreed', 'negative', 'mention', 'case', 'form', 'tense', 'gave', 'simply', 'attention', 'folk', 'held', 'opinion', 'johnnie', 'precocious', 'neighbor', 'said', 'bright', 'language', 'atrocious', 'johnnie', 'went', 'high_school', 'finished', 'eighth', 'grade', 'studied', 'rhetoric', 'speech', 'fine', 'paragraph', 'sentence', 'structure', 'constantly', 'read', 'yes', 'splendid', 'principle', 'tucked', 'head', 'johnnie', 'studied', 'german', 'latin', 'grammar', 'inflect', 'latin', 'noun', 'verb', 'ought', 'avail', 'pang', 'came', 'speaking', 'english', 'johnnie', 'recourse', 'slang', 'difference', 'fellow', 'said', 'people', 'told', 'day', 'rue', 'new', 'parent', 'proud', 'help', 'neighbor', 'said', 'advanced', 'dear', 'know', 'due_time', 'john', 'graduated', 'went', 'college', 'entered', 'broader', 'broader', 'field', 'knowledge', 'read', 'famous', 'classic', 'dipped', 'science', 'laboratory', 'learned', 'use', 'sort', 'strange', 'appliance', 'took', 'psychology', 'learned', 'directly', 'habit', 'long', 'formed', 'speaking', 'incorrectly', 'childhood', 'early', 'youth', 'easily', 'broken', 'great_difficulty', 'long', 'spoken', 'troubled', 'little', 'john', 'precision', 'english', 'great', 'necessity', 'folk', 'thought', 'john', 'mark', 'surely', 'wonder', 'people', 'smiled', 'said', 'likely', 'blunder', 'hour', 'came', 'john', 'desired', 'enter', 'profession', 'knd', 'use', 'knowledge', 'possession', 'minister', 'lawyer', 'teacher', 'vocation', 'correct', 'english', 'feature', 'great', 'prime', 'importance', 'true', 'editor', 'lecturer', 'politician', 'taste', 'medicine', 'line', 'engage', 'business', 'venture', 'large', 'scale', 'fine', 'little', 'john', 'suddenly', 'knew', 'long', 'abuse', 'english', 'bitterly', 'rue', 'parent', 'said', 'john', 'poor_health', 'bright', 'hope', 'blasted', 'education', 'said', 'simply', 'wasted', 'anonymous', 'finding', 'club', 'thing', 'bible', 'man', 'woman', 'deceiver', 'told', 'lie', 'bible', 'prophecy', 'concerning', 'christ', 'babe', 'born', 'world', 'babe', 'spoken', 'babe', 'adopted', 'babe', 'death', 'recorded', 'bible', 'record', 'die', 'natural', 'death', 'murderer', 'bible', 'mention', 'drunkenness', 'woman', 'accused', 'falsely', 'drunkenness', 'temperance_society', 'organized', 'god', 'animal_food', 'man', 'thing', 'noah', 'coming', 'ark', 'law', 'capital', 'punishment', 'mention', 'thorn', 'city', 'bible', 'built', 'mention', 'musical', 'instrument', 'father', 'musician', 'father', 'fine', 'art', 'father', 'nomad', 'commerce', 'worker', 'metal', 'father', 'useful', 'art', 'according', 'bible', 'record', 'wore', 'bridal', 'veil', 'person', 'mentioned', 'bible', 'committed', 'suicide', 'recorded', 'instance', 'purchase', 'land', 'erected', 'monument', 'memory', 'dead', 'mention', 'library', 'wall', 'built', 'water', 'woman', 'demand', 'right', 'claggett', 'correction', 'answer', 'question', 'instructor', 'july', 'recognized', 'official', 'motto', 'united', 'state', 'pluribus', 'unum', 'meaning', 'god', 'trust', 'given', 'instructor', 'july', 'coin', 'thought', 'national', 'motto', 'reason', 'gave', 'answer', 'credited', 'perfect', 'answer']
root - INFO - extracting file #184500: 2017-04-Final-Corpus/YI19180402-V66-14-page4.txt
root - INFO - extracting file #185000: 2017-04-Final-Corpus/YI19181126-V66-48-page12.txt
root - INFO - ['the_youth', 'instructor', 'november', 'glad', 'danced', 'joy', 'going', 'father', 'asked', 'buy', 'doll', 'edith', 'looked', 'disdainfully', 'said', 'doll', 'shook', 'head', 'guess', 'daddy', 'candy', 'chewing', 'gum', 'thrift', 'stamp', 'cried', 'delight', 'truly', 'thrift', 'stamp', 'help', 'buy', 'thing', 'susie', 'smith', 'brother', 'away', 'fight', 'won', 'susie', 'glad', 'edith', 'father', 'gathered', 'close', 'arm', 'kissed', 'felt', 'proud', 'little', 'daughter', 'new', 'lincoln', 'penny', 'proudest', 'think', 'time', 'buy', 'thrift', 'stamp', 'little', 'penny', 'proud', 'ruth', 'giersch', 'progressive', 'farmer', 'real', 'thanksgiving', 'spirit', 'irving', 'aren', 'glad', 'tomorrow', 'thanksgiving', 'glad', 'living', 'mother', 'want', 'dinner', 'surprise', 'smell', 'turkey', 'big', 'pumpkin', 'pie', 'know', 'cranberry', 'cooky', 'jell', 'big', 'heap', 'goody', 'stop', 'tell', 'hardly', 'wait', 'till', 'table', 'tell', 'eat', 'able', 'evelyn', 'thanksgiving', 'mean', 'haven', 'time', 'thankful', 'mother', 'way', 'spend', 'thanksgiving', 'day', 'play', 'eat', 'enjoy', 'food', 'god', 'given', 'good', 'forget', 'thank', 'care', 'blessing', 'share', 'god', 'life', 'health', 'food', 'thing', 'beautiful', 'good', 'shall', 'offer', 'praise', 'joy', 'life', 'length', 'day', 'think', 'right', 'better', 'change', 'way', 'forget', 'cake', 'pie', 'look', 'good', 'child', 'eye', 'told', 'mother', 'said', 'reminds', 'read', 'eating', 'rich', 'food', 'blessed', 'word', 'long', 'ago', 'help', 'thy', 'know', 'father', 'heaven', 'thank', 'thee', 'franklin', 'boy', 'girl', 'good', 'try', 'temperate', 'partake', 'think', 'blessing', 'given', 'praise', 'father', 'heaven', 'surely', 'help', 'remember', 'thankful', 'let', 'think', 'verse', 'bible', 'containing', 'word', 'thanksgiving', 'praise', 'begin', 'thanks', 'unto', 'thee', 'lord', 'heathen', 'sing', 'praise', 'unto', 'thy', 'franklin', 'thanks', 'unto', 'lord', 'good', 'mercy', 'endureth', 'forever', 'evelyn', 'good_thing', 'thanks', 'unto', 'lord', 'sing', 'praise', 'unto', 'thy', 'high', 'vera', 'like', 'praise', 'thee', 'lord', 'god', 'heart', 'glorify', 'thy', 'forevermore', 'irving', 'praise', 'lord', 'thanks', 'unto', 'lord', 'good', 'mercy', 'endureth', 'forever', 'let', 'repeat', 'thanksgiving', 'psalm', 'learned', 'school', 'repeat', 'joyful', 'noise', 'unto', 'lord', 'land', 'serve', 'lord', 'gladness', 'come', 'presence', 'singing', 'know', 'lord', 'god', 'hath', 'people', 'sheep', 'pasture', 'enter', 'gate', 'thanskgiving', 'court', 'praise', 'thankful', 'unto', 'bless', 'lord', 'good', 'mercy', 'everlasting', 'truth', 'endureth', 'generation', 'lulu', 'pressnall', 'mooam', 'man', 'ate', 'day', 'week', 'untruthful', 'story', 'story', 'man', 'ate', 'day', 'week', 'eat', 'day', 'week', 'man', 'eat', 'day', 'week', 'weary', 'week', 'giant', 'wonderland', 'strange', 'legend', 'everyday', 'man', 'wore', 'slouch', 'hat', 'spent', 'hour', 'day', 'horseback', 'hottest', 'sun', 'shine', 'immense', 'sheep', 'farm', 'ranch', 'australia', 'divided', 'district', 'district', 'man', 'look', 'high', 'fence', 'wire', 'good', 'repair', 'sheep', 'come', 'harm', 'lonely', 'life', 'lead', 'doe', 'human', 'month', 'boundary', 'rider', 'strange', 'way', 'keeping', 'count', 'day', 'rider', 'lived', 'thirty', 'year', 'country', 'queensland', 'tried', 'plan', 'count', 'day', 'failed', 'contrived', 'people', 'think', 'proved', 'successful', 'ate', 'day', 'week', 'big', 'damper', 'australian', 'cake', 'flour', 'water', 'seasoning', 'salt', 'sunday', 'week', 'marked', 'seven', 'bread', 'day', 'remained', 'told', 'number', 'day', 'pas', 'sunday', 'came', 'round', 'long_time', 'way', 'keeping', 'count', 'day', 'week', 'successful', 'knew', 'day', 'sunday', 'damper', 'eat', 'bake', 'tuesday', 'riding', 'boundary', 'met', 'fellow', 'rider', 'message', 'dismounted', 'food', 'newcomer', 'eaten', 'night', 'hungry', 'eagan', 'damper', 'ate', 'little', 'order', 'ravenous', 'satisfied', 'day', 'damper', 'use', 'reminds', 'poem', 'reader', 'vera', 'franklin', 'franklin', 'repeat', 'teacher', 'memorize', 'flower', 'bloom', 'foot', 'tender', 'grass', 'fresh', 'sweet', 'song', 'bird', 'hum', 'bee', 'thing', 'fair', 'hear', 'blue', 'stream', 'blue', 'sky', 'pleasant', 'shade', 'branch', 'high', 'fragrant', 'air', 'cooling', 'breeze', 'beauty', 'blooming', 'tree', 'father', 'heaven', 'thank', 'thee', 'mother', 'love', 'father', 'care', 'brother', 'strong', 'sister', 'fair', 'love', 'home', 'today', 'blessing', 'lest', 'astray', 'thy', 'dear', 'everlasting', 'arm', 'bear', 'ill', 'harm', 'harvey']
root - INFO - extracting file #185500: 2017-04-Final-Corpus/YI19190708-V67-27-page16.txt
root - INFO - extracting file #0: 2017-04-Final-Corpus/ADV18981201-V02-01-page1.txt
root - INFO - ['heavenly', 'visitor', 'home', 'god', 'dwells', 'personal', 'experience', 'editorial', 'greeting', 'retrospective', 'interim', 'prospective', 'new', 'ask', 'aid', 'new', 'departure', 'college', 'report', 'church_school_teachers', 'tne', 'educational', 'fund', 'note', 'comment', 'winter', 'announcement', 'cover', 'yaiqin', 'hool']
root - INFO - extracting file #500: 2017-04-Final-Corpus/ADV18990701-V01-07-page54.txt
root - INFO - extracting file #1000: 2017-04-Final-Corpus/CE19100401-V01-04-page42.txt
root - INFO - []
root - INFO - extracting file #1500: 2017-04-Final-Corpus/CE19180501-V09-09-page1.txt
root - INFO - extracting file #2000: 2017-04-Final-Corpus/HM18941101-V06-11-page22.txt
root - INFO - ['the_home_missionary', 'delivering', 'number', 'order', 'obnumbers', 'man', 'masterpiece', 'lady', 'tamed', 'little', 'place', 'day', 'guide', 'canvassing', 'work', 'book', 'patriarch', 'prophet', 'cape', 'colony', 'taal', 'total', 'new', 'zealand', 'great', 'britain', 'central', 'europe', 'state', 'atlantic', 'maine', 'maritime', 'prov', 'new', 'england', 'new', 'york', 'pennsylvania', 'quebec', 'book', 'delivkl', 'order', 'value', 'miscel', 'virginia', 'vermont', 'alabama', 'sal', 'west', 'virginia', 'cumb', 'field', 'florida', 'georgia', 'louisiana', 'mississippi', 'north', 'car', 'olina', 'south', 'carolina', 'tennessee', 'report', 'canvassing', 'work', 'october', 'canofre', 'day', 'hour', 'total', 'vassers', 'port', 'indiana', 'illinois', 'michigan', 'ohio', 'ontario', 'south', 'dakota', 'iowa', 'manitoba', 'minnesota', 'nebraska', 'wisconsin', 'arkansas', 'indian', 'territory', 'kansa', 'missouri', 'texas', 'colorado', 'california', 'north', 'pacific', 'zcs', 'upper', 'columbia', 'montana', 'stq', 'pnd', 'australia', 'germany', 'norway', 'denmark', 'sweden', 'south', 'africa', 'south', 'america', 'jamaica', 'west', 'indie', 'total', 'work', 'week', 'furnished', 'general', 'canvassing', 'agent']
root - INFO - extracting file #2500: 2017-04-Final-Corpus/HR18921001-V27-10-page3.txt
root - INFO - extracting file #3000: 2017-04-Final-Corpus/HR18991001-V34-10-page3.txt
root - INFO - ['toy', 'rfar']
root - INFO - extracting file #3500: 2017-04-Final-Corpus/HR19030701-V38-07-page13.txt
root - INFO - extracting file #4000: 2017-04-Final-Corpus/HR19050701-V40-07-page71.txt
root - INFO - ['good_health', 'journal', 'hygiene', 'kellogg', 'editor', 'subscription', 'price', 'year', 'single', 'cordes', 'cent', 'published', 'monthly', 'good_health', 'pub', 'washington', 'ave', 'battle', 'creek', 'michigan', 'tually', 'traveling', 'postmaster', 'trail', 'traveler', 'track', 'news', 'june', 'want', 'delightful', 'wedding', 'trip', 'new', 'palatial', 'steamer', 'eastern', 'state', 'western', 'state', 'run', 'daily', 'detroit', 'buffalo', 'stateroom', 'parlor', 'reserved', 'advance', 'send', 'cent', 'stamp', 'illustrated', 'booklet', 'address', 'steamboat', 'detroit', 'mich', 'publisher', 'department', 'samuel', 'osgood', 'postmastergeneral', 'washington', 'cabinet', 'office', 'presided', 'seventy', 'post_office', 'office', 'tendency', 'present', 'decrease', 'increase', 'number', 'account', 'successful', 'rural', 'free', 'delivery', 'plan', 'resulted', 'abolishing', 'smaller', 'appropriate', 'index', 'high', 'class', 'office', 'rural', 'carrier', 'virstories', 'article', 'magazine', 'listerine', 'matter', 'personal', 'hygiene', 'listerine', 'best', 'safest', 'agreeable', 'antiseptic', 'solution', 'prepared', 'success', 'listerine', 'based', 'merit', 'best', 'advertisement', 'listerine', 'listerine', 'literature', 'fully', 'descriptive', 'listerine', 'request', 'lambert', 'pharmacal', 'company', 'louis', 'standard', 'antiseptic', 'thirty', 'page', 'comprise', 'june', 'american', 'boy', 'dull', 'line', 'variety', 'class', 'matter', 'paper', 'head', 'shoulder', 'periodical', 'boy', 'cover', 'page', 'entitled', 'texas', 'bid', 'good', 'president', 'showing', 'great', 'throng', 'happy', 'smiling', 'face']
root - INFO - extracting file #4500: 2017-04-Final-Corpus/HR19070501-V42-05-page35.txt
root - INFO - extracting file #5000: 2017-04-Final-Corpus/LB19060101-V09-01-page1.txt
root - INFO - ['cent', 'year', 'ball', 'ibis', 'rea', 'lapp', 'new', 'war', 'published', 'monthly', 'single', 'copy', 'cent', 'volume', 'rine', 'rumber', 'itinsbale', 'city', 'lbeabquarters', 'state', 'street', 'cbicago', 'aanuarp', 'renew', 'pour', 'subscription']
root - INFO - extracting file #5500: 2017-04-Final-Corpus/LB19111201-V14-12-page36.txt
root - INFO - extracting file #6000: 2017-04-Final-Corpus/LH19061101-V21-11-page2.txt
root - INFO - ['washington', 'branch', 'sanitarium', 'washington', 'institution', 'sick', 'convalescent', 'equipped', 'sanitarium', 'delightful', 'surroundings', 'comfortable', 'place', 'sick', 'tired', 'friend', 'washington', 'edi', 'ethic', 'high_standard', 'maintained', 'prescribed', 'dietary', 'kind', 'bath', 'hydriatic', 'treatment', 'electricity', 'massage', 'swedish', 'movement', 'open', 'air', 'treatment', 'regulated', 'exercise', 'restcure', 'etr', 'diet', 'table', 'treatment_rooms', 'open', 'tnose', 'leave', 'home', 'altogether', 'wholly', 'separated', 'business', 'sanitarium', 'affords', 'relief', 'dyspeptic', 'gouty', 'rheumatic', 'neuralgic', 'subject', 'diabetic', 'nervous', 'sufferer', 'supply', 'department', 'furnish', 'atomizer', 'nebulizer', 'thymoleum', 'home', 'catarrh', 'outfit', 'rubber', 'water', 'bottle', 'syrinx', 'spine', 'bag', 'ice', 'bag', 'sanitary', 'nursing', 'supply', 'information_address', 'washington', 'branch', 'sanitarium', 'iowa', 'circle', 'washington', 'iowa', 'circle']
root - INFO - extracting file #6500: 2017-04-Final-Corpus/LH19110901-V26-09-page68.txt
root - INFO - extracting file #7000: 2017-04-Final-Corpus/LH19160401-V31-04-page2.txt
root - INFO - ['helena', 'sanitarium', 'nestled', 'scenic', 'foothill', 'sundy', 'slope', 'howell', 'mountain', 'like', 'great', 'white', 'jewel', 'setting', 'wonderful', 'landscape', 'beautiful', 'time', 'scientifically', 'conducted', 'institution', 'california', 'helena', 'sanitarium', 'refuge', 'haven', 'veritable', 'paradise', 'sick', 'invalid', 'need', 'rest', 'recuperation', 'hospitable', 'door', 'open', 'sick', 'environment', 'kindness', 'good_cheer', 'sanitarium', 'retreat', 'cultured', 'refined', 'affording', 'advantage', 'thoroughly', 'scientific', 'institution', 'nature', 'physician', 'surgeon', 'work', 'hand', 'hand', 'alleviation', 'human', 'ill', 'located', 'mile', 'north', 'san_francisco', 'little', 'hamlet', 'peaceful', 'placid', 'serene', 'world', 'apart', 'main_building', 'cottage', 'wholly', 'lack', 'depressing', 'atmosphere', 'hospital', 'apply', 'beautifully', 'illustrated', 'booklet', 'address', 'helena', 'sanitarium', 'napa', 'county', 'sanitarium', 'california', 'write', 'advertiser', 'biaj', 'sau', 'life_and_health']
root - INFO - extracting file #7500: 2017-04-Final-Corpus/LibM19090101-V04-01-page21.txt
root - INFO - extracting file #8000: 2017-04-Final-Corpus/PHJ19011101-V16-11-page31.txt
root - INFO - ['pacific_health_journal', 'helena', 'sanitarium', 'medical', 'surgical', 'electricity', 'form', 'ray', 'hydrotherapy', 'massage', 'swedish', 'movement', 'rest', 'cure', 'special', 'dietary', 'exercise', 'aft', 'ideal', 'fivvter', 'summer', 'resort', 'thoroughly', 'equipped', 'institution', 'need', 'class', 'invalid', 'scientifically', 'met', 'rational', 'measure', 'kind', 'staff', 'regularly', 'educated', 'experienced', 'physician', 'assisted', 'large', 'corp', 'professional', 'nurse', 'experienced', 'helper', 'situated', 'mile', 'north', 'san_francisco', 'famous', 'napa', 'valley', 'healthful', 'beautiful', 'invigorating', 'section', 'central', 'california', 'write', 'illustrated', 'descriptive', 'circular', 'giving', 'rate', 'information', 'helena', 'sanitarium', 'helena', 'cal', 'branch', 'market', 'street', 'san_francisco', 'west', 'street', 'los_angeles', 'answering', 'advetisements', 'mention', 'pacific_health_journal']
root - INFO - extracting file #8500: 2017-04-Final-Corpus/RH19040630-V81-26-page1.txt
root - INFO - extracting file #9000: 2017-04-Final-Corpus/RH19130918-V90-38-page1.txt
root - INFO - ['takoma', 'park_station', 'washington', 'september', 'mohammedan', 'mosque', 'kait', 'bey', 'article', 'mohammedan', 'sister', 'page', 'taiilaiivaial', 'illyrfi', 'tite']
root - INFO - extracting file #9500: 2017-04-Final-Corpus/Sligo19161101-V01-05-page1.txt
root - INFO - extracting file #10000: 2017-04-Final-Corpus/SOL19030730-V18-31-page1.txt
root - INFO - ['published', 'weekly', 'dollar', 'year', 'sentinel', 'vol', 'xviii', 'christian', 'liberty', 'new', 'york', 'july', 'oakland', 'california', 'san', 'francisco', 'california', 'kansa', 'city', 'missouri', 'pope', 'died', 'accession', 'papacy', 'probably', 'lowest', 'ebb', 'storm', 'stress', 'reformation', 'left', 'probably', 'highest', 'point', 'influence', 'prosperity', 'known', 'century', 'pacific', 'press', 'publishing', 'west', 'new', 'york', 'city', 'entered', 'january', 'new', 'york', 'second', 'class_matter', 'act', 'congress', 'march']
root - INFO - extracting file #10500: 2017-04-Final-Corpus/TMM18980601-V10-06-page14.txt
root - INFO - extracting file #11000: 2017-04-Final-Corpus/YI19091214-V57-50-page1.txt
root - INFO - ['youth', 'instructor', 'vol', 'lvii', 'december', 'youth', 'outward', 'look', 'boy', 'wait', 'life', 'wide', 'gate', 'ope', 'coming', 'year', 'think', 'hold', 'day', 'gold', 'manhood', 'prospect', 'nears', 'life', 'argonaut', 'appears', 'purpose', 'strong', 'gainst', 'wrong', 'gainst', 'greed', 'gain', 'shall', 'languid', 'ease', 'thing', 'assault', 'vain', 'steadfast', 'remain', 'thing', 'impure', 'heart', 'allure', 'joseph', 'sail', 'life', 'craft', 'angel', 'waft', 'heaven', 'environed', 'sea', 'quenchless', 'pleasure', 'want', 'shall', 'reply', 'free', 'open', 'hand', 'glad', 'feel', 'life', 'woe', 'unflinching', 'stand', 'mercy', 'high', 'command', 'doubt', 'deride', 'frederick', 'bliss', 'shall', 'decide', 'book', 'point', 'way', 'fear', 'oft', 'trusting', 'pray', 'dawn', 'close', 'day', 'set', 'life', 'sun', 'shall', 'work', 'summons', 'wait', 'till', 'pierced', 'hand', 'shall', 'loose', 'band', 'ope', 'palace', 'gate', 'joy', 'fore', 'insate', 'mom']
root - INFO - extracting file #11500: 2017-04-Final-Corpus/YI19180820-V66-34-page1.txt
root - INFO - extracting file #0: 2017-04-Final-Corpus/ADV18981201-V02-01-page12.txt
root - INFO - ['uncommon', 'thing', 'member', 'boarding', 'school', 'form', 'clique', 'pair', 'tend', 'thank', 'god', 'spirit', 'heart', 'sister', 'christ', 'lived', 'home', 'know', 'spirit', 'pervades', 'atmosphere', 'obey', 'rule', 'disobey', 'fun', 'chance', 'thank', 'god', 'today', 'spirit', 'look', 'thing', 'different', 'light', 'student', 'god', 'child', 'obey', 'better', 'sacrifice', 'silent', 'hour', 'response', 'saviour', 'invitation', 'come', 'apart', 'rest', 'awhile', 'spirit', 'visited', 'crave', 'talk', 'think', 'cautioned', 'whisper', 'visit', 'room', 'god', 'spoken', 'saying', 'know', 'god', 'pentecostal', 'shower', 'fell', 'natural_result', 'follower', 'christ', 'thing', 'common', 'spirit', 'noticeable', 'student', 'forced', 'demonstration', 'simply', 'overflow', 'heart', 'brim', 'student', 'clothing', 'share', 'comfortable', 'hearing', 'girl', 'condition', 'health', 'unable', 'earn', 'board', 'tuition', 'girl', 'pledged', 'support', 'donated', 'money', 'previously', 'spent', 'gum', 'candy', 'perfumery', 'nieknacks', 'offered', 'work', 'extra', 'hour', 'week', 'let', 'worthy', 'student', 'proceeds', 'know', 'sacrificed', 'sabbath', 'breakfast', 'week', 'sister', 'help', 'way', 'spirit', 'work', 'home', 'bessie', 'graw']
root - INFO - extracting file #500: 2017-04-Final-Corpus/ADV19010301-V03-03-page25.txt
root - INFO - extracting file #1000: 2017-04-Final-Corpus/ADV19020801-V04-08-page6.txt
root - INFO - ['the_advocate', 'possession', 'farm', 'worth', 'offered', 'stipulation', 'value', 'education', 'child', 'member', 'president', 'cabinet', 'planning', 'send', 'boy', 'united', 'state', 'germany', 'educated', 'told', 'brother', 'owen', 'send', 'opened', 'school', 'influential', 'people', 'ready', 'send', 'own_children', 'work', 'secure', 'student', 'church', 'practically', 'constituency', 'school', 'success', 'true', 'education', 'real', 'end', 'missionary_effort', 'mean', 'salvation', 'soul', 'essential_part', 'missionary_work', 'church', 'church_school', 'home', 'develop', 'missionary', 'true', 'school', 'mission_fields', 'demonstrated', 'boy', 'matabeleland', 'gathered', 'year', 'ago', 'heathen', 'home', 'kraal', 'teaching', 'kindred', 'read', 'write', 'spell', 'truth', 'dear', 'month', 'ago', 'brother', 'anderson', 'took', 'young_man', 'wankie', 'kraal', 'distance', 'mile', 'home', 'station', 'teach', 'school', 'year', 'young_man', 'returned', 'enter', 'training', 'school', 'forest', 'forty_miles', 'gwelo', 'brother', 'armitage', 'pushing', 'training', 'school', 'boy', 'imperative', 'demand', 'teacher', 'region', 'desire', 'appeal', 'school', 'basutoland', 'taught', 'native', 'true', 'little', 'school', 'west', 'indie', 'teacher', 'having', 'trained', 'own_schools', 'field', 'doubt', 'true', 'christian_education', 'develop', 'missionary', 'benighted', 'land', 'week', 'opening', 'mentioned', 'appeal', 'come', 'fiji', 'need', 'school', 'bay', 'island', 'opening', 'sumatra', 'paraguay', 'jamaica', 'british', 'guiana', 'teacher', 'needed', 'labor', 'indian', 'natal', 'school_building', 'process', 'erection', 'answered', 'soon', 'opening', 'increase', 'shall', 'respond', 'need', 'surely', 'child', 'voice', 'heard', 'land', 'truly', 'christian', 'teacher', 'needed', 'land', 'need', 'greater', 'region', 'population', 'dense', 'spiritual', 'darkness', 'degradation', 'deeper', 'home', 'field', 'time', 'save', 'child', 'youth', 'needy_fields', 'christless', 'graf', 'saved', 'kingdom', 'god', 'answer', 'thoiights', 'teacher', 'public', 'school', 'teacher', 'seven', 'year', 'experience', 'school', 'illinois', 'believed', 'christian_education', 'given', 'thought', 'phase', 'work', 'leave', 'public_school', 'forever', 'consecrating', 'unreservedly', 'christian_education', 'kansa', 'teacher', 'writes', 'read', 'christian', 'teacher', 'teaching', 'state', 'year', 'able', 'teach', 'german', 'received', 'education', 'germany', 'care', 'teach', 'longer', 'public_school', 'conscientiously', 'view', 'error', 'contained', 'popular', 'text', 'book', 'tired', 'teaching', 'consequently', 'attention', 'turned', 'church_school_work', 'young_woman', 'month', 'undecided', 'future_work', 'writes', 'thing', 'totally', 'differ']
root - INFO - extracting file #1500: 2017-04-Final-Corpus/ADV19031201-V05-12-page11.txt
root - INFO - extracting file #2000: 2017-04-Final-Corpus/AmSn18881015-V03-10a-page2.txt
root - INFO - ['anierica', 'sentinel', 'appear', 'act', 'perfectly', 'innocent', 'entirely', 'laudable', 'performed', 'day', 'week', 'intensely', 'criminal', 'performed', 'day', 'week', 'deserve', 'penalty', 'thousand', 'dollar', 'fine', 'section', 'read', 'sec', 'military', 'naval', 'drill', 'muster', 'parade', 'time', 'active_service', 'immediate', 'preparation', 'therefor', 'soldier', 'sailor', 'marine', 'cadet', 'united', 'state', 'day', 'week', 'assembly', 'orderly', 'observance', 'religious_worship', 'prohibited', 'shall', 'unnecessary', 'labor', 'performed', 'permitted', 'military', 'naval', 'service', 'united', 'state', 'lord', 'day', 'far', 'section', 'concerned', 'particularly', 'noticed', 'directly', 'line', 'constantine', 'sunday', 'legislation', 'went', 'step', 'caused', 'soldier', 'parade', 'expressly', 'worship', 'wrote', 'prayer', 'hehad', 'repeat', 'given', 'signal', 'like', 'fairly', 'expected', 'follow', 'law', 'religious_observance', 'religious_worship', 'object', 'soldier', 'required', 'pray', 'sunday', 'religiously', 'observe', 'day', 'said', 'religious_observance', 'day', 'required', 'come', 'section', 'seen', 'section', 'read', 'shall', 'unlawful', 'pay', 'receive', 'payment', 'wage', 'manner', 'service', 'rendered', 'labor', 'performed', 'transportation', 'person', 'property', 'violation', 'provision', 'act', 'shall', 'action', 'lie', 'recovery', 'thereof', 'paid', 'advance', 'recovered', 'shall', 'sue', 'section', 'provides', 'person', 'work', 'person', 'sunday', 'receives', 'ment', 'time', 'person', 'wide', 'world', 'party', 'concerned', 'enter', 'suit', 'recover', 'money', 'paid', 'work', 'sunday', 'pay', 'man', 'sup', 'money', 'wage', 'paid', 'sunday', 'work', 'advance', 'recovered', 'shall', 'sue', 'universal', 'term', 'deliberately', 'proposes', 'man', 'subject', 'exclusive', 'jurisdiction', 'united', 'state', 'receives', 'payment', 'work', 'sunday', 'necessity', 'mercy', 'sued', 'money', 'learns', 'received', 'person', 'shall', 'money', 'think', 'such_legislation', 'embodied', 'section', 'thought', 'sane', 'person', 'sufficiently', 'astonishing', 'thought', 'thought', 'embodied', 'introduced', 'united', 'state', 'senate', 'united', 'state', 'senator', 'passed', 'reading', 'body', 'dissenting', 'voice', 'simply', 'astounding', 'surpasses', 'belief', 'fact', 'demonstrate', 'such_things', 'land', 'liberty', 'national', 'legislature', 'year', 'nineteenth', 'century', 'united', 'state', 'senator', 'employ', 'time', 'such_legislation', 'liberty', 'safe', 'senator', 'blair', 'prohibitionist', 'national', 'reputation', 'justly', 'considered', 'representative', 'prohibitionist', 'legislation', 'proposed', 'section', 'justly', 'considered', 'representative', 'piece', 'prohibitionist', 'legislation', 'fewer', 'prohibitionist', 'secure', 'legislative', 'power', 'better', 'people', 'such_legislation', 'proposed', 'introduced', 'read', 'twice', 'united', 'state', 'senate', 'dissenting', 'voice', 'high_time', 'american_people', 'awaking', 'eternal', 'vigilance', 'price', 'liberty', 'section', 'follows', 'sec', 'labor', 'service', 'performed', 'rendered', 'day', 'week', 'consequence', 'accident', 'disaster', 'unavoidable', 'delay', 'making', 'regular', 'connection', 'postal', 'route', 'route', 'travel', 'transportation', 'preservation', 'perishable', 'exposed', 'property', 'regular', 'necessary', 'transportation', 'delivery', 'article', 'food', 'condition', 'healthy', 'use', 'transportation', 'short', 'distance', 'state', 'district', 'territory', 'state', 'district', 'territory', 'local', 'law', 'shall', 'declared', 'necessary', 'public', 'good', 'shall', 'deemed', 'violation', 'act', 'shall', 'construed', 'far', 'possible', 'secure', 'people', 'rest', 'toil', 'day', 'week', 'mental', 'moral', 'culture', 'religious_observance', 'sabbath', 'day', 'section', 'simply', 'provisory', 'requires', 'comment', 'line', 'object', 'entire', 'secure', 'people', 'rest', 'religious_observance', 'sabbath', 'day', 'need', 'attempt', 'evade', 'force', 'objection', 'saying', 'religious', 'civil', 'observance', 'day', 'required', 'plainly', 'declared', 'secure', 'rest', 'people', 'secure', 'religious_observance', 'sabbath', 'day', 'single', 'reference', 'such_thing', 'civil', 'observance', 'day', 'word', 'civil', 'religious', 'wholly', 'section', 'defines', 'lord', 'day', 'second', 'section', 'refers', 'day', 'worship', 'rest', 'section', 'refers', 'day', 'religious_worship', 'section', 'refers', 'observance', 'religious_worship', 'section', 'plainly', 'declares', 'apparent', 'object', 'secure', 'people', 'rest', 'religious_observance', 'sabbath', 'day', 'day', 'week', 'religious_legislation', 'present', 'constitution', 'forbids', 'religious_legislation', 'necessary', 'follow', 'presentation', 'proposed', 'amendment', 'constitution', 'establishing', 'christian_religion', 'hand', 'hand', 'belong', 'necessitates', 'let', 'adopted', 'language', 'united', 'state', 'senate', 'involve', 'legislative', 'decision', 'religious', 'controversy', 'point', 'good_citizens', 'honestly', 'differ', 'opinion', 'disturbing', 'peace', 'society', 'endangering', 'liberty', 'principle', 'introduced', 'impossible', 'define', 'bound', 'admitted', 'justly', 'apprehended', 'future', 'measure', 'government', 'strongly', 'marked', 'eventually', 'controlled', 'influence', 'religious', 'despotism', 'commences', 'combination', 'influence', 'influence', 'begin', 'operate', 'political', 'institution', 'country', 'civil_power', 'soon', 'bend', 'catastrophe', 'nation', 'furnishes', 'awful', 'warning', 'consequence', 'principle', 'established', 'religion', 'religious', 'observan', 'shall', 'interwoven', 'legislative', 'act', 'pursue', 'ultimatum', 'let', 'national', 'legislature', 'perform', 'act', 'involves', 'decision', 'religious', 'controversy', 'passed', 'legitimate', 'bound', 'precedent', 'established', 'foundation', 'laid', 'usurpation', 'divine', 'prerogative', 'country', 'desolating', 'scourge', 'fairest', 'portion', 'old_world', 'blair', 'sunday', 'accompanying', 'constitutional_amendment', 'bear', 'desolating', 'scourge', 'adopted', 'spread', 'scourge', 'fair', 'land', 'eternally', 'opposed', 'like', 'oppose', 'human_being', 'respect', 'human_right', 'oppose', 'american_citizens', 'believe', 'right', 'liberty', 'asserted', 'mankind', 'declaration', 'independence', 'maintained', 'american', 'constitution', 'inhere', 'genius', 'american', 'institution', 'oppose', 'men', 'fear', 'god', 'respect', 'right', 'man', 'worship', 'god', 'according', 'dictate', 'own_conscience', 'far', 'civil_government', 'concerned', 'worship', 'chooses', 'oppose', 'christian', 'love', 'christ', 'endeavor', 'sincerely', 'time', 'maintain', 'civil_government', 'man', 'entitled', 'right', 'christian', 'entitled', 'soul', 'united', 'state', 'inspired', 'spirit', 'hope', 'deathless', 'endurance', 'opposition', 'inspired', 'national', 'establishment', 'christian_religion', 'joint', 'resolution', 'proposing', 'amendment', 'constitution', 'united', 'state', 'respecting', 'establishment', 'religion', 'free', 'school', 'resolved', 'senate', 'house', 'representative', 'united', 'state', 'america', 'congress', 'assembled', 'house', 'concurring', 'following', 'amendment', 'constitution', 'united', 'state', 'proposed', 'state', 'valid', 'ratified', 'legislature', 'fourth', 'state', 'provided', 'constitution', 'section', 'state', 'shall', 'maintain', 'law', 'respecting', 'establishment', 'religion', 'prohibiting', 'free', 'exercise', 'thereof', 'sec', 'state', 'union', 'shall', 'establish', 'maintain', 'free', 'public', 'school', 'adequate', 'education', 'child', 'living', 'age', 'sixteen_years', 'inclusive', 'thecorn', 'mon', 'branch', 'knowledge', 'virtue', 'morality', 'principle', 'christian_religion', 'money', 'raised', 'taxation', 'imposed', 'law', 'money', 'property', 'credit', 'belonging', 'municipal', 'organization', 'state', 'united', 'state', 'shall', 'appropriated', 'applied', 'given', 'use', 'purpose', 'school', 'institution', 'corporation', 'person', 'instruction', 'training', 'shall', 'given', 'doctrine', 'tenet', 'belief', 'ceremonial', 'observance', 'peculiar', 'sect', 'denomination', 'organization', 'society', 'claiming', 'religious', 'character', 'shall', 'peculiar', 'doctrine', 'tenet', 'belief', 'ceremonial', 'observance', 'taught', 'inculcated', 'free', 'public', 'school', 'sec', 'end', 'state']
root - INFO - extracting file #2500: 2017-04-Final-Corpus/AmSn18900320-V05-12-page3.txt
root - INFO - extracting file #3000: 2017-04-Final-Corpus/AmSn18910611-V06-24-page4.txt
root - INFO - ['the_american_sentinel', 'argument', 'justify', 'law', 'requiring', 'corporation', 'suspend', 'business', 'sunday', 'creature', 'state', 'state', 'measure', 'responsible', 'action', 'chicago', 'fair', 'closed', 'sunday', 'sabbath', 'keeping', 'idea', 'public', 'business', 'cease', 'day', 'reason', 'short', 'recorder', 'logic', 'justify', 'sunday', 'legislation', 'present', 'statute_book', 'state', 'asked', 'state', 'national', 'conception', 'sabbath', 'sign', 'god', 'people', 'purpose', 'god', 'mind', 'creator', 'thing', 'observance', 'worship', 'divine', 'sabbath', 'idea', 'principle', 'worth', 'preserving', 'idea', 'entirely', 'foreign', 'civil_government', 'idea', 'state', 'right', 'foster', 'cultivate', 'religious', 'cult', 'congress', 'asked', 'suspend', 'sunday', 'mail', 'seventh', 'day', 'baptist', 'new', 'jersey', 'properly', 'remonstrated', 'passage', 'ground', 'precedent', 'kind', 'alarming', 'pave', 'way', 'union', 'church', 'state', 'deathblow', 'civil', 'religious', 'liberty', 'end', 'worst', 'tyranny', 'ecclesiastical', 'hierarchy', 'danger', 'greater', 'marvel', 'seventh', 'day', 'baptist', 'people', 'friend', 'legal', 'sunday', 'utmost', 'secure', 'official', 'recognition', 'sunday', 'sacred', 'day', 'determined', 'government', 'shall', 'way', 'committed', 'defense', 'sunday', 'religious_institution', 'shall', 'party', 'religious', 'controversy', 'question', 'shall', 'fair', 'closed', 'sunday', 'shall', 'matter', 'manipulated', 'advocate', 'legal', 'sunday', 'practically', 'government', 'tool', 'religious', 'cult', 'catechism', 'religious_liberty', 'religious_liberty', 'civil', 'right', 'privilege', 'right', 'worship', 'privately', 'publicly', 'according', 'dictate', 'own_conscience', 'right', 'worship', 'conscience', 'right', 'worship', 'worship', 'right', 'heathen', 'conscience', 'right', 'conscience', 'subject', 'whim', 'popular', 'majority', 'civil_government', 'rightful', 'control', 'conscience', 'belief', 'government', 'right', 'prescribe', 'religious_duty', 'citizen', 'right', 'appoint', 'solemn', 'day', 'fasting', 'prayer', 'president', 'united', 'state', 'official', 'capacity', 'right', 'appoint', 'day', 'thanksgiving', 'government', 'right', 'favor', 'mohammedanism', 'buddism', 'right', 'favor', 'religion', 'denomination', 'member', 'thereof', 'right', 'extend', 'special', 'favor', 'christianity', 'right', 'furnish', 'salaried', 'position', 'preacher', 'employment', 'simply', 'preacher', 'right', 'pay', 'religious_instruction', 'soldier', 'criminal', 'school', 'legislature', 'right', 'exempt', 'church_property', 'taxation', 'right', 'exempt', 'individual', 'penalty', 'violating', 'law', 'peculiar', 'religious', 'conviction', 'ought', 'sunday', 'law', 'exempt', 'person', 'conscientious', 'reason', 'government', 'right', 'pas', 'law', 'applied', 'exemption', 'infringe', 'civil', 'right', 'government', 'right', 'punish', 'person', 'deprive', 'free_use', 'time', 'labor', 'crime', 'practice', 'religious', 'secular', 'doe', 'interfere', 'equal_rights', 'crime', 'government', 'right', 'practice', 'criminal', 'right', 'prohibit', 'polygamy', 'government', 'right', 'prohibit', 'mariolatry', 'worship', 'crucifix', 'image', 'saint', 'right', 'prohibit', 'idolatry', 'right', 'prohibit', 'public', 'condemnation', 'practice', 'special', 'place', 'worship', 'rightfully', 'punish', 'person', 'denying', 'existence', 'supreme', 'right', 'punish', 'blasphemy', 'right', 'punish', 'person', 'quietly', 'observing', 'day', 'seven', 'sabbath', 'right', 'compel', 'command', 'observe', 'rightfully', 'punish', 'observing', 'right', 'require', 'total', 'rest', 'citizen', 'private', 'life', 'legal', 'holiday', 'right', 'require', 'person', 'cease', 'ordinary', 'labor', 'day', 'week', 'day', 'right', 'pas', 'law', 'requiring', 'person', 'rest', 'ordinary', 'labor', 'sunday', 'holiday', 'sacred', 'day', 'government', 'right', 'prohibit', 'disturbance', 'public_meetings', 'worship', 'secular', 'purpose', 'day', 'certain', 'act', 'form', 'labor', 'disturb', 'worship', 'church', 'wednesday', 'sunday', 'condition', 'disturb', 'sunday', 'day', 'responsible', 'changed', 'condition', 'sunday', 'religious_people', 'liable', 'disturbed', 'sunday', 'day', 'government', 'right', 'pas', 'law', 'person', 'prosecute', 'offending', 'distinctive', 'religious', 'sentiment', 'government', 'cognizance', 'personal', 'religious', 'opinion', 'rightful', 'basis', 'prosecution', 'christ', 'teach', 'follower', 'persecute', 'prosecute', 'unbeliever', 'doctrine', 'immoral', 'thought', 'act', 'immoral', 'occurs', 'particular_day', 'week', 'crime', 'criminal', 'act', 'doe', 'disturb', 'church', 'worship', 'crime', 'day', 'week', 'day', 'act', 'disturbance', 'crime', 'disturbed', 'public', 'meeting', 'occurred', 'sunday', 'doe', 'criminality', 'act', 'depend', 'day', 'week', 'committed', 'principle', 'sunday', 'saloon', 'worse', 'wednesday', 'saloon', 'sunday', 'barber', 'shop', 'sunday', 'milk', 'morally', 'civilly', 'wrong', 'daily', 'newspaper', 'publish', 'saturday', 'monday', 'matter', 'ought', 'published', 'read', 'sunday', 'wrong', 'matter', 'appear', 'sunday', 'newspaper', 'newsboy', 'responsible', 'circulation', 'sunday', 'paper', 'pressman', 'compositor', 'editor', 'sunday', 'newspaper', 'published', 'christian', 'read', 'christian', 'read', 'responsible', 'choose', 'read', 'thursday', 'sunday', 'government', 'punish', 'man', 'mental', 'state', 'covetousness', 'government', 'properly', 'legislate', 'subject_matter', 'commandment', 'decalogue', 'government', 'punish', 'word', 'act', 'disrespect', 'parent', 'misrepresentation', 'neighbor', 'rightfully', 'attempt', 'legislation', 'reach', 'offense', 'covered', 'fifth', 'ninth', 'commandment', 'decalogue', 'unquestionably', 'legislate']
root - INFO - extracting file #3500: 2017-04-Final-Corpus/AmSn18920922-V07-37-page1.txt
root - INFO - extracting file #4000: 2017-04-Final-Corpus/AmSn18931214-V08-49-page5.txt
root - INFO - ['beceniber', 'ntineil', 'gro', 'tion', 'attracted', 'thing', 'usual', 'accustomed', 'pass', 'open_door', 'livery', 'stable', 'number', 'men', 'boy', 'sit', 'chew', 'tobacco', 'talk', 'horse', 'inside', 'number', 'men', 'hard', 'work', 'currying', 'horse', 'washing', 'vehicle', 'hitching', 'team', 'doe', 'mind', 'contemplation', 'divine', 'thing', 'seen', 'matter', 'course', 'bird', 'singing', 'sweetly', 'bee', 'buzzing', 'flower', 'nature', 'happy', 'hark', 'saw', 'soul', 'saw', 'hand', 'teacher', 'strange', 'religion', 'crucify', 'release', 'unto', 'barabbas', 'straw', 'catholic', 'mirror', 'october', 'published', 'reprint', 'interview', 'cardinal', 'gibbon', 'concerning', 'growth', 'catholic_church', 'statement', 'cardinal', 'reader', 'american', 'sentinel', 'second', 'highest', 'representative', 'papacy', 'united', 'state', 'growth', 'church', 'america', 'said', 'light', 'past', 'read', 'future', 'old_world', 'passage', 'time', 'changed', 'organization', 'church', 'principle', 'doctrine', 'rite', 'precisely', 'day', 'columbus', 'landed', 'form', 'government', 'altered', 'new', 'nationality', 'new', 'custom', 'new', 'idea', 'come', 'new', 'religion', 'established', 'constantly', 'springing', 'daily', 'hut', 'teaching', 'procedure', 'form', 'structure', 'catholic_church', 'identically', 'catholic', 'priestraised', 'cross', 'american', 'soil', 'lapsus', 'linguce', 'lapsus', 'memorise', 'cardinal', 'speaks', 'volume', 'interview', 'catholic_church', 'past', 'persecuting', 'power', 'denouncing', 'outside', 'realm', 'heretic', 'reference', 'point', 'catholic', 'authority', 'opportune', 'pope', 'marcellus', 'decreed', 'permitted', 'think', 'teach', 'court', 'rome', 'directs', 'corpus', 'juris', 'canoici', 'chap', 'pope', 'innocent', 'iii', 'decreed', 'secular', 'power', 'shall', 'swear', 'exterminate', 'heretic', 'condemned', 'church', 'shall', 'anathema', 'decretals', 'gregory', 'book', 'title', 'quotation', 'alleged', 'ancient', 'moment', 'enlightened', 'age', 'civilization', 'urged', 'let', 'quote', 'catholic', 'literature', 'recent', 'date', 'shepherd', 'valley', 'published', 'louis', 'supervision', 'archbishop', 'kendrick', 'confess', 'roman', 'catholic_church', 'quoting', 'reference', 'cardinal', 'interview', 'reference', 'chosen', 'open', 'parliament', 'religion', 'prayer', 'closing', 'address', 'significant', 'eminence', 'invited', 'lead', 'opening', 'prayer', 'closing', 'address', 'view', 'assembled', 'representative', 'religion', 'leading', 'sect', 'world', 'representative', 'catholic_church', 'invited', 'opening', 'invocation', 'high', 'compliment', 'circumstance', 'deepest', 'significance', 'virtual', 'acknowledgment', 'catholic_church', 'rightful', 'ipreme', 'exponent', 'teacher', 'chris', 'ian', 'truth', 'led', 'prayer', 'followed', 'catholic', 'form', 'stipulated', 'advance', 'principb', 'involved', 'interview', 'place', 'utterance', 'roman_church', 'authority', 'reader', 'difficulty', 'determining', 'future', 'church', 'country', 'opportunity', 'shall', 'present', 'intolerant', 'intolerance', 'logical', 'necessary', 'consequence', 'infallibility', 'right', 'intolerant', 'truth', 'church', 'tolerates', 'heretic', 'obliged', 'hate', 'mortally', 'employ', 'force', 'secure', 'annihilation', 'catholic', 'shall', 'possession', 'considerable', 'majority', 'certainly', 'case', 'time', 'long', 'deferred', 'religious_liberty', 'come', 'end', 'republic', 'united', 'state', 'enemy', 'believe', 'enemy', 'know', 'pretend', 'better', 'church', 'concern', 'history', 'open', 'know', 'roman_church', 'dealt', 'heretic', 'middle', 'age', 'deal', 'day', 'power', 'think', 'denying', 'historic', 'fact', 'blaming', 'saint', 'god', 'prince', 'church', 'approved', 'matter', 'following', 'mgr', 'gur', 'plain', 'talk', 'protestantism', 'day', 'thechurch', 'certainly', 'intolerant', 'matter', 'doctrine', 'true', 'glory', 'religion', 'mathematics', 'true', 'true', 'false', 'false', 'compromise', 'truth', 'error', 'truth', 'compromise', 'concession', 'small', 'prove', 'immediate', 'destruction', 'truth', 'truth', 'asserts', 'contrary', 'utters', 'falsehood', 'church', 'proclaims', 'maintains', 'truth', 'certain', 'mathematical', 'teach', 'defends', 'truth', 'intolerance', 'science', 'mathematics', 'defends', 'logical', 'catholic_church', 'midst', 'different', 'sect', 'avers', 'possession', 'absolute', 'truth', 'true', 'christianity', 'right', 'intolerant', 'said', 'age', 'council', 'saith', 'believeth', 'contrary', 'teach', 'truth', 'let', 'anathema', 'record', 'roman_church', 'testimony', 'multiplied', 'point', 'intolerance', 'sufficient', 'quoted', 'coupled', 'word', 'prince', 'church', 'beginning', 'bestir', 'come', 'boldly', 'asserting', 'queenship', 'right', 'rule', 'conscience', 'men', 'protestantism', 'stop', 'consider', 'effort', 'theology', 'branch', 'politics', 'foundation', 'work', 'future', 'roman_church', 'country', 'great', 'badge', 'roman', 'authority', 'establishment', 'observance', 'sunday', 'day', 'week', 'sabbath', 'contrary', 'bible', 'guide', 'protestantism', 'time', 'romanists', 'admit', 'protestantism', 'challenged', 'rome', 'catholic', 'mirror', 'gainsay', 'fact', 'sunday', 'observance', 'purely', 'creation', 'roman', 'catholic_church', 'lately', 'september', 'year', 'protestantism', 'answer', 'horton', 'boycott', 'church', 'curious', 'illustration', 'moral', 'weakness', 'numerical', 'strength', 'present', 'majority', 'presbyterian', 'church', 'distinguished', 'representative', 'seriously', 'propose', 'resort', 'boycott', 'making', 'war', 'union', 'theological', 'seminary', 'boycott', 'introduced', 'civilized', 'society', 'papal', 'church', 'called', 'termed', 'excommunication', 'supposed', 'carry', 'penalty', 'future_state', 'earth', 'cut', 'excommunicated', 'person', 'fellowship', 'american_sentinel', 'current', 'volume', 'fellow_men', 'borrowed', 'church', 'trade', 'union', 'vigorous', 'effort', 'introduce', 'american', 'industrial', 'society', 'distinct', 'ill', 'success', 'abandoned', 'curious', 'anachronism', 'taken', 'protestant', 'church', 'weapon', 'ecclesiastical', 'warfare', 'fact', 'given', 'religious_world', 'committee', 'new', 'york', 'presbytery', 'seriously', 'proposes', 'presbytery', 'forbid', 'student', 'care', 'pursue', 'study', 'union', 'theological', 'seminary', 'ban', 'general_assembly', 'provide', 'minister', 'present', 'license', 'presbytery', 'acquired', 'education', 'seminary', 'broad', 'humor', 'proposition', 'best', 'illustrated', 'supposing', 'principle', 'applied', 'department', 'education', 'suppose', 'example', 'college', 'physician', 'surgeon', 'request', 'legislature', 'refuse', 'allow', 'diploma', 'given', 'studied', 'new', 'york', 'university', 'medical_college', 'columbia', 'college', 'year', 'ago', 'professor', 'went', 'new', 'law', 'school', 'town', 'ask', 'legislature', 'enact', 'men', 'admitted', 'bar', 'studied', 'new', 'law', 'school', 'method', 'conducting', 'warfare', 'worthy', 'derision', 'contempt', 'introduced', 'doctor', 'divinity', 'ecclesiastical', 'assemblage', 'function', 'presbytery', 'ascertain', 'student', 'come', 'competent', 'preach', 'sufficiently', 'accord', 'spirit', 'principle', 'presbyterian', 'church', 'inducted', 'presbyterian', 'pulpit', 'business', 'inquire', 'got', 'education', 'got', 'clothes', 'outlook', 'seventh', 'day', 'baptist', 'national', 'reform', 'convention', 'sabbath', 'recorder', 'publishes', 'following', 'pittsburg', 'press', 'timely', 'apt', 'language', 'rev', 'lewis', 'national', 'reform', 'convention', 'lately', 'held', 'allegheny', 'lewis', 'given', 'minute', 'close', 'forenoon', 'session', 'clock', 'saw', 'convention', 'scope', 'theme', 'considered', 'thought', 'large', 'include', 'discussion', 'claim', 'sabbath', 'important_factor', 'question', 'sabbath', 'reform', 'came', 'accredited', 'delegate', 'american', 'sabbath', 'tract', 'society', 'committee', 'enrollment', 'decided', 'recognized', 'thank', 'courtesy', 'minute', 'hearty', 'accord', 'touching', 'question', 'temperance', 'social', 'purity', 'divorce', 'chinese', 'exclusion', 'labor', 'problem', 'negro', 'problem', 'seventh', 'day', 'baptist', 'recognize', 'bible', 'religion', 'christ', 'source', 'help', 'solution', 'adjustment', 'problem', 'larger', 'question', 'desire', 'speak', 'merely', 'seventh', 'day', 'baptist', 'christian_man', 'christian_men', 'fundamental', 'error', 'effort', 'sabbath', 'reform', 'bible', 'standard', 'question', 'settled', 'according', 'book', 'primary', 'trouble', 'paramount', 'error', 'lie', 'christian', 'christian', 'support', 'sunday', 'paper']
root - INFO - extracting file #4500: 2017-04-Final-Corpus/AmSn18950314-V10-11-page5.txt
root - INFO - extracting file #5000: 2017-04-Final-Corpus/AmSn18960611-V11-24-page3.txt
root - INFO - ['june', 'iviieleti', 'referred', 'committee', 'state', 'church', 'committee', 'laid', 'matter', 'table', 'earnest', 'presentation', 'cause', 'downie', 'beaver', 'fall', 'taken', 'discussed', 'considerable', 'length', 'proposed', 'substitute', 'acknowledgment', 'almighty_god', 'reference', 'christ', 'committee', 'insisted', 'amendment', 'christian', 'character', 'determined', 'opposition', 'committee', 'acknowledgment', 'christ', 'whole_matter', 'laid', 'table', 'strongly', 'attached', 'methodist', 'sunday', 'observance', 'doctrine', 'sunday', 'lord', 'day', 'evident', 'large', 'element', 'denomination', 'recoil', 'step', 'process', 'securing', 'sunday', 'enforcement', 'proposed', 'amendment', 'embodies', 'evident', 'blind', 'fact', 'success', 'mean', 'union', 'church', 'state', 'statesman', 'action', 'representing', 'attitude', 'indifference', 'hostility', 'reform', 'scheme', 'entire', 'methodist', 'body', 'deep', 'grief', 'multitude', 'patriotic', 'member', 'great', 'church', 'spirit', 'christian', 'reform', 'strong', 'committee', 'official', 'action', 'general_conference', 'represents', 'entire', 'church', 'unit', 'record', 'nation', 'acknowledgment', 'fundamental_law', 'public', 'confession', 'national', 'character', 'world', 'kingly', 'character', 'claim', 'lord', 'jesus_christ', 'statesman', 'add', 'record', 'stand', 'fear', 'prohibition', 'party', 'iowa', 'pennsylvania', 'signified', 'allegiance', 'cause', 'expected', 'church', 'fall', 'political', 'body', 'giving', 'amendment', 'support', 'persuaded', 'large_number', 'leading', 'church', 'refuse', 'sanction', 'scheme', 'contrary', 'spirit', 'christianity', 'demand', 'justice', 'sanctioned', 'representative', 'engaging', 'friend', 'harder', 'task', 'maintain', 'entire', 'prohibition', 'resolution', 'printed', 'pittsburg', 'press', 'added', 'pertinent', 'comment', 'compulsory', 'holiday', 'operates', 'favor', 'saloon', 'behooves', 'prohibitionist', 'modify', 'action', 'respecting', 'sunday', 'law', 'california', 'sunday', 'law', 'following', 'letter', 'clerk', 'standing', 'committee', 'session', 'california', 'legislature', 'helena', 'cal', 'editor', 'american', 'sentinel', 'new', 'york', 'city', 'dear', 'sir', 'issue', 'page', 'speaking', 'decision', 'california', 'supreme_court', 'declaring', 'barber', 'law', 'unconstitutional', 'real', 'protection', 'aimed', 'protection', 'religious_institution', 'result', 'allow', 'conclusion', 'fact', 'erroneous', 'barber', 'law', 'devised', 'advocated', 'barber', 'union', 'expressed', 'intention', 'expressed', 'intention', 'advocate', 'sponsor', 'protect', 'business', 'barber', 'desired', 'close', 'shop', 'day', 'week', 'lose', 'trade', 'shop', 'men', 'close', 'actual', 'contact', 'proponent', 'barber', 'law', 'thought', 'religion', 'scheme', 'use', 'religious', 'argument', 'thought', 'service', 'general', 'belief', 'time', 'law', 'passed', 'governor', 'signed', 'political', 'favor', 'barber', 'union', 'knowing', 'unconstitutional', 'california', 'irreligious', 'state', 'union', 'religious_laws', 'looked', 'favor', 'respectfully', 'frank', 'onsen', 'glad', 'owen', 'written', 'fully', 'freely', 'doubtless', 'object', 'barber', 'view', 'asked', 'passage', 'act', 'question', 'right', 'ground', 'certainly', 'better', 'opportunity', 'know', 'fact', 'distance', 'motive', 'barber', 'doe', 'greatly', 'alter', 'case', 'fact', 'sunday', 'law', 'motive', 'tend', 'exaltation', 'sunday', 'religious_institution', 'fact', 'sunday', 'religious_institution', 'regarded', 'large_number', 'people', 'such_legislation', 'sought', 'sought', 'secured', 'law', 'forbidding', 'labor', 'national', 'state', 'holiday', 'legislation', 'subject', 'seek', 'possible', 'desire', 'holiday', 'compelled', 'observe', 'holiday', 'circumstance', 'render', 'question', 'business', 'business', 'penalty', 'provided', 'man', 'work', 'new', 'year', 'day', 'washington', 'birthday', 'decoration', 'day', 'fourth', 'july', 'christmas', 'true', 'country', 'abstinence', 'labor', 'compulsory', 'day', 'sunday', 'religious_character', 'day', 'such_laws', 'civil', 'basis', 'confessedly', 'religious', 'purpose', 'people', 'great_mistake', 'ask', 'such_legislation', 'order', 'freed', 'competition', 'sphere', 'state', 'invades', 'dominates', 'jurisdiction', 'state', 'forbid', 'labor', 'certain_class', 'forbid', 'forbid', 'sunday', 'labor', 'certainly', 'religion', 'ground', 'forbid', 'pleasure', 'day', 'barber', 'doubtless', 'object', 'number', 'desire', 'sunday', 'simply', 'holiday', 'asked', 'legislature', 'prohibit', 'labor', 'day', 'consistency', 'protest', 'act', 'prohibiting', 'pleasure', 'seeking', 'granting', 'barber', 'benefited', 'act', 'forbidding', 'carry', 'business', 'sunday', 'admitted', 'lose', 'end', 'gain', 'consenting', 'violation', 'principle', 'non', 'interference', 'reserved', 'right', 'people', 'government', 'best', 'governs', 'preserve', 'natural', 'inalienable', 'right', 'people', 'men', 'self', 'reliant', 'self', 'governing', 'permitted', 'use', 'time', 'fit', 'provided', 'trench', 'equal_rights', 'california', 'devoutly', 'thankful', 'supreme_court', 'declared', 'mischievous', 'barber', 'law', 'unconstitutional', 'barber', 'rejoice', 'mischievous', 'legislation', 'fastened', 'permanently', 'state', 'day', 'religious', 'petition', 'following', 'second', 'fourth', 'page', 'congressional', 'record', 'february', 'reader', 'showing', 'trend', 'time', 'sherman', 'presented', 'memorial', 'woman', 'christian', 'temperance', 'union', 'xenia', 'remonstrating', 'passage', 'senate', 'providing', 'military', 'education', 'public_school', 'referred', 'committee', 'military', 'affair', 'presented', 'sundry', 'petition', 'woman', 'christian', 'temperance', 'union', 'cincinnati', 'dayton', 'troy', 'state', 'ohio', 'petition', 'woman', 'christian', 'temperance', 'union', 'deposit', 'praying', 'passage', 'sunday', 'rest', 'law', 'district', 'columbia', 'referred', 'committee', 'district', 'columbia', 'presented', 'petition', 'christian', 'endeavor', 'society', 'dayton', 'praying', 'repeal', 'ninety', 'day', 'divorce', 'law', 'oklahoma', 'arizona', 'territory', 'substituting', 'stead', 'stricter', 'divorce', 'law', 'district', 'columbia', 'referred', 'committee', 'judiciary', 'presented', 'petition', 'christian', 'endeavor', 'society', 'dayton', 'ohio', 'praying', 'enactment', 'legislation', 'establishing', 'impartial', 'commission', 'investigation', 'labor', 'problem', 'referred', 'committee', 'education', 'labor', 'presented', 'petition', 'christian', 'endeavor', 'society', 'dayton', 'ohio', 'praying', 'enforcement', 'compulsory', 'education', 'law', 'district', 'columbia', 'referred', 'committee', 'education', 'labor', 'presented', 'petition', 'christian', 'endeavor', 'society', 'dayton', 'ohio', 'praying', 'passage', 'called', 'erdman', 'substituting', 'voluntary', 'arbitration', 'railway', 'strike', 'referred', 'committee', 'education', 'labor', 'presented', 'petition', 'ministerial', 'association', 'eastern', 'portion', 'heidelberg', 'class', 'reformed', 'church', 'bucyrus', 'ohio', 'praying', 'enactment', 'legislation', 'morality', 'education', 'labor', 'referred', 'committee', 'education', 'labor', 'presented', 'petition', 'ministerial', 'association', 'galion', 'ohio', 'praying', 'enactment', 'legislation', 'morality', 'sundayrest', 'law', 'repeal', 'oklahoma', 'divorce', 'law', 'compulsory', 'education', 'arbitration', 'labor', 'strike', 'investigation', 'labor', 'problem', 'church', 'body', 'compromise', 'saloon', 'convention', 'seventh', 'day', 'baptist', 'church', 'west', 'virginia', 'held', 'greenbriar', 'state', 'following', 'resolution', 'relating', 'sunday', 'law', 'passed', 'condemning', 'rum', 'traffic', 'advocating', 'prohibition', 'resolved', 'believe', 'sabbath', 'divine_institution', 'appointment', 'seventh', 'day', 'week', 'kept', 'holy', 'unto', 'lord', 'province', 'civil_law', 'determine', 'enforce', 'observance', 'resolved', 'ask', 'legislature', 'state', 'repeal', 'existing', 'sunday', 'law', 'encroachment', 'state', 'matter', 'men', 'owe', 'god', 'simulation', 'sabbath', 'imposes', 'hindrance', 'discernment', 'observance', 'day', 'commanded', 'god', 'holy', 'rfsolved', 'esteem', 'blessing', 'sabbath', 'great', 'good', 'compulsory', 'idleness', 'attempted', 'supervision', 'civil_law', 'presumes', 'interpose', 'subversive', 'good', 'holiday', 'instead', 'holy', 'day', 'enforced', 'idleness', 'intended', 'aid', 'church', 'instead', 'coralling', 'world', 'saloon', 'resolved', 'law', 'prohibition', 'liquor_traffic', 'day', 'seven', 'compromise', 'implies', 'tacit', 'admission', 'continue', 'day', 'diverts', 'effort', 'entire', 'prohibition', 'absorbs', 'largely', 'effort', 'behalf', 'prohibition']
root - INFO - extracting file #5500: 2017-04-Final-Corpus/AmSn18970506-V12-18-page5.txt
root - INFO - extracting file #6000: 2017-04-Final-Corpus/AmSn18971230-V12-50-page13.txt
root - INFO - ['difference', 'lion', 'bear', 'thing', 'lion', 'hold', 'head', 'look', 'bold', 'bear', 'hold', 'head', 'look', 'sneaky', 'savage', 'lion', 'bear', 'christian', 'sir', 'pig', 'nation', 'represented', 'lion', 'bear', 'declared', 'law', 'decree', 'christian_nation', 'christian_nation', 'sir', 'told', 'lie', 'think', 'nation', 'represented', 'bible', 'beast', 'yes', 'sir', 'horned', 'beast', 'like', 'united', 'state', 'picture', 'horned', 'beast', 'like', 'look', 'look', 'cross', 'look', 'like', 'tiger', 'got', 'mane', 'like', 'lion', 'got', 'little', 'horn', 'shouldn', 'think', 'hecould', 'hook', 'beast', 'christian', 'sir', 'people', 'nation', 'bad', 'tempered', 'beast', 'christian_nation', 'sir', 'good', 'christian', 'yes', 'belong', 'kingdom', 'heaven', 'good', 'claiming', 'christian', 'excellent', 'people', 'like', 'better', 'management', 'government', 'god', 'represents', 'nation', 'spirit', 'actually', 'rule', 'write', 'slip', 'paper', 'pig', 'christian', 'christian', 'pig', 'sir', 'february', 'supreme_court', 'united', 'state', 'declared', 'christian_nation', 'decision', 'christian_nation', 'sir', 'like', 'horned', 'beast', 'true', 'bible', 'god', 'doe', 'change', 'symbol', 'beast', 'representing', 'nation', 'end', 'time', 'twice', 'called', 'false', 'prophet', 'said', 'christian', 'wasn', 'smith', 'cox', 'december', 'issue', 'defender', 'truthful', 'observation', 'training', 'child', 'proper', 'sabbath', 'observance', 'accomplished', 'method', 'employed', 'stern', 'old_man', 'tied', 'boy', 'bedpost', 'sabbath', 'shouldn', 'play', 'marble', 'learn', 'hymn', 'thine', 'earthly', 'sabbath', 'lord', 'love', 'direction', 'making', 'remittance', 'sure', 'postoffice', 'state', 'paper', 'sent', 'abbott', 'address', 'sends', 'subscription_price', 'year', 'credit', 'know', 'receiving', 'paper', 'notice', 'present', 'offer', 'send', 'premium', 'bible', 'advertised', 'page', 'american_sentinel', 'year', 'expires', 'present', 'month', 'order', 'dated', 'later', 'friday', 'december', 'filled', 'price', 'date', 'price', 'bible', 'good', 'seen', 'testify', 'worth', 'asked', 'sentinel', 'send', 'money', 'postal', 'order', 'express', 'money_order', 'bank', 'draft', 'new', 'york', 'payable', 'pacific_press', 'publishing', 'bond', 'new', 'york', 'patron', 'writenames', 'plainly', 'remit', 'money_order', 'express', 'order', 'bank', 'draft', 'american_sentinel', 'new', 'york', 'personal', 'check', 'desired', 'order', 'draft', 'payable', 'pacific_press', 'publishing', 'editor', 'dividual', 'receive', 'postage_stamp', 'small_quantities', 'kind', 'good', 'money', 'defaced', 'coin', 'taken', 'paper', 'money', 'coin', 'sent', 'register', 'letter', 'erican', 'sentin', 'set', 'defense', 'liberty', 'conscience', 'uncompromisingly', 'opposed', 'tending', 'union', 'church', 'state', 'principle', 'organ', 'international', 'religious', 'hiberty', 'association', 'published', 'weekly', 'pacific_press', 'publishing', 'single', 'copy', 'year', 'address', 'month', 'arierican', 'sentinel', 'bond', 'street', 'new', 'york']
root - INFO - extracting file #6500: 2017-04-Final-Corpus/AmSn18980811-V13-31-page15.txt
root - INFO - extracting file #7000: 2017-04-Final-Corpus/AmSn18990406-V14-14-page1.txt
root - INFO - ['man', 'hear', 'word', 'believe', 'judge', 'jesus', 'christ', 'volume', 'new', 'york', 'april', 'number', 'published', 'religious', 'liberty', 'christian', 'constitutional', 'receiving', 'american', 'sentinel', 'having', 'ordered', 'allow', 'sent', 'friend', 'ordered', 'sentinel', 'need', 'fear', 'asked', 'pay', 'entered', 'new', 'york', 'postoffice', 'everysabbath', 'law', 'bond', 'union', 'church', 'world', 'individual', 'politically', 'saved', 'sign', 'morally', 'lost', 'thechristian', 'policy', 'forgiving', 'trespass', 'suicidal', 'civil_government', 'tat', 'impossible', 'state', 'maintain', 'religion', 'separate', 'church', 'work', 'christian', 'minister', 'touch', 'heart', 'civil', 'official', 'restrain', 'hand', 'puritan', 'spirit', 'let', 'person', 'ease', 'knowing', 'making', 'person', 'ill', 'ease', 'god', 'sabbath', 'law', 'provides', 'rest', 'refreshment', 'man', 'sabbath', 'law', 'provides', 'restraint', 'refreshment', 'preserve', 'individual', 'right', 'large', 'contract', 'civil_government', 'undertake', 'try', 'invariably', 'doe', 'best', 'thing', 'world', 'worst', 'thing', 'improper', 'use', 'truth', 'prominent', 'history', 'religion', 'love', 'carry', 'sword', 'save', 'sword', 'spirit', 'cat', 'bible', 'hand', 'civil_power', 'sanctify', 'carnal', 'weapon', 'society', 'elevated', 'elevating', 'member', 'individually', 'certainly', 'elevated', 'masse', 'political', 'reform', 'dam', 'stream', 'social', 'governmental', 'impurity', 'cause', 'overflow', 'divine', 'reformation', 'clean', 'fountainhead', 'purifies', 'stream', 'menace', 'trust', 'world', 'trade', 'furnishes', 'present_time', 'startling', 'modern', 'phenomenon', 'sudden', 'enormous', 'extension', 'dangerous', 'principle', 'embodied', 'combination', 'called', 'trust', 'combination', 'enormous', 'power', 'hand', 'person', 'condition', 'contrary', 'popular', 'government', 'essential', 'success', 'popular', 'government', 'distribution', 'power', 'people', 'people', 'equal_rights', 'right', 'mean', 'power', 'right', 'people', 'spring', 'power', 'rightfully', 'exercised', 'government', 'setting', 'government', 'united', 'state', 'special', 'pain', 'taken', 'safeguard', 'right', 'people', 'feared', 'congress', 'federal_government', 'usurp', 'powe', 'deemed', 'popular', 'good', 'provided', 'constitution', 'enumeration', 'constitution', 'certain', 'right', 'shall']
root - INFO - extracting file #7500: 2017-04-Final-Corpus/AmSn18991116-V14-45-page14.txt
root - INFO - extracting file #8000: 2017-04-Final-Corpus/AmSn19000705-V15-26-page6.txt
root - INFO - ['sentinel', 'liberty', 'labor', 'living', 'scarcely', 'compelled', 'recreation', 'sunday', 'maintain', 'perfect', 'right', 'want', 'people', 'recreation', 'sunday', 'ought', 'subject', 'attack', 'pulpit', 'day', 'sunday', 'right', 'abuse', 'berate', 'sabbath', 'demand', 'wheeler', 'depends', 'mean', 'sabbath', 'question', 'mean', 'required', 'bylaw', 'sunday', 'want', 'sincerely', 'hope', 'sabbath', 'mean', 'wish', 'sabbath', 'reply', 'certainly', 'earth', 'man', 'want', 'sabbath', 'having', 'lord', 'sabbath', 'sabbath', 'man', 'away', 'trouble', 'wheeler', 'man', 'sabbath', 'man', 'unmake', 'lord', 'sabbath', 'secure', 'sunday', 'bewailed', 'wheeler', 'dependent', 'act', 'men', 'year', 'springfield', 'republican', 'june', 'fast', 'moving', 'necessary', 'cast', 'short', 'backward', 'glance', 'grows', 'quickly', 'accustomed', 'daily', 'news', 'war', 'easy', 'forget', 'new', 'thing', 'time', 'day', 'hardly', 'believable', 'year', 'ago', 'world', 'peace', 'peace', 'lover', 'excuse', 'believing', 'brighter', 'sweeter', 'era', 'hand', 'blood', 'soaked', 'planet', 'known', 'war', 'remote', 'possibility', 'peace', 'normal', 'natural', 'thing', 'far', 'moved', 'tranquil', 'time', 'necessary', 'turn', 'newspaper', 'year', 'ago', 'compare', 'day', 'contrast', 'overwhelming', 'appalling', 'republican', 'wednesday', 'june', 'large', 'paper', 'present_day', 'gave', 'compact', 'form', 'news', 'import', 'space', 'given', 'college', 'commencement', 'column', 'devoted', 'speech', 'george', 'stearns', 'attorney', 'general', 'waterman', 'west', 'end', 'street', 'railroad', 'case', 'washington', 'came', 'news', 'wyoming', 'soon', 'admitted', 'state', 'paragraph', 'military', 'news', 'effect', 'appropriaat', 'boston', 'navy', 'yard', 'struck', 'committee', 'congress', 'tranquil', 'domestic', 'news', 'lacking', 'peace', 'prevailed', 'brief', 'antions', 'navy', 'yard', 'improvement', 'extra', 'tool', 'nouncement', 'men', 'canadian', 'fishery', 'protection', 'cruiser', 'armed', 'baton', 'instead', 'cutlass', 'sugar', 'trust', 'making', 'trouble', 'quay', 'pulling', 'string', 'pennsylvania', 'convention', 'new', 'record', 'baseball', 'throwing', 'john', 'sullivan', 'fined', 'doubt', 'properly', 'item', 'oldworld', 'news', 'sufficiently', 'important', 'given', 'place', 'crowded', 'paper', 'year', 'ago', 'yesterday', 'line', 'paragraph', 'effect', 'mme', 'sarah', 'bernhardt', 'accidentally', 'taken', 'overdose', 'chloral', 'editorial', 'mention', 'foreign', 'topic', 'action', 'newfoundland', 'regard', 'purchase', 'bait', 'dull', 'disappointing', 'day', 'news', 'reader', 'day', 'appetite', 'whetted', 'daily', 'horror', 'quarter', 'world', 'complete', 'contrast', 'necessary', 'analyze', 'content', 'yesterday', 'republican', 'principal', 'news', 'page', 'given', 'exclusively', 'war', 'different', 'war', 'read', 'north', 'china', 'ablaze', 'minister', 'opinion', 'war', 'supposed', 'safety', 'people', 'pekin', 'rise', 'boxer', 'canton', 'rumored', 'killing', 'missionary', 'shipping', 'vast', 'store', 'ammunition', 'china', 'departure', 'marine', 'washington', 'england', 'united', 'state', 'war', 'germany', 'russia', 'sailing', 'cavalry', 'killing', 'american', 'ambuscade', 'sailing', 'cruiser', 'brooklyn', 'transfer', 'headquarters', 'asiatic', 'squadron', 'plan', 'war_department', 'minister', 'view', 'war', 'rescue', 'missionary', 'sailing', 'russian', 'cruiser', 'augmentation', 'indian', 'army', 'bound', 'china', 'pressure', 'brought', 'bear', 'turkey', 'england', 'war', 'ashantis', 'gen', 'buller', 'progress', 'south', 'africa', 'raid', 'boer', 'departure', 'boer', 'envoy', 'war', 'mob', 'louis', 'gen', 'macarthur', 'dealing', 'filipino', 'movement', 'american', 'garrison', 'island', 'samoa', 'barely', 'room', 'appalling', 'record', 'bloodshed', 'brief', 'statement', 'effect', 'people', 'starving', 'death', 'india', 'peaceful', 'news', 'baccalaureate', 'sermon', 'sermon', 'local', 'pulpit', 'happening', 'day', 'dominant', 'note', 'war', 'sensation', 'topping', 'view', 'justice']
root - INFO - extracting file #8500: 2017-04-Final-Corpus/CE19090901-V01-01-page41.txt
root - INFO - extracting file #9000: 2017-04-Final-Corpus/CE19110801-V02-06-page46.txt
root - INFO - ['christian_education', 'jewish', 'child', 'taught', 'music', 'nature', 'star', 'sparkling', 'heaven', 'sang', 'grand', 'sweet', 'anthem', 'praise', 'god', 'breeze', 'hummed', 'little', 'loving', 'song', 'sea', 'sang', 'low', 'rich', 'undertone', 'fluttering', 'leaf', 'tree', 'music', 'praised', 'great', 'loving', 'creator', 'religion', 'taught', 'way', 'music', 'occupied', 'time', 'day', 'early_part', 'life', 'far', 'possible', 'let', 'child', 'earliest', 'year', 'placed', 'wonderful', 'lesson', 'book', 'shall', 'open', 'let', 'behold', 'glorious', 'scene', 'painted', 'great', 'master', 'artist', 'shifting', 'canvas', 'heaven', 'let', 'acquainted', 'wonder', 'earth', 'sea', 'let', 'watch', 'unfolding', 'mystery', 'changing', 'season', 'work', 'learn', 'creator', 'child', 'beholds', 'faded', 'flower', 'withered', 'grass', 'dry', 'leaf', 'brier', 'thorn', 'tell', 'result', 'disobedience', 'disobedience', 'allowed', 'little', 'life', 'blight', 'sin', 'finally', 'destroy', 'soul', 'child', 'generally', 'inquisitive', 'learn', 'thing', 'nature', 'ask', 'question', 'regard', 'thing', 'hear', 'parent', 'improve', 'opportunity', 'instruct', 'patiently', 'answer', 'little', 'inquiry', 'mother', 'begin', 'early', 'teach', 'child', 'helpful', 'home', 'physical_culture', 'let', 'certain', 'duty', 'house', 'bring', 'action', 'different', 'set', 'muscle', 'early', 'begin', 'learn', 'lesson', 'neatness', 'industry', 'putting', 'away', 'plaything', 'wiping', 'knife', 'spoon', 'helping', 'smooth', 'cover', 'bed', 'running', 'little', 'errand', 'save', 'mother', 'time', 'giving', 'exercise', 'training', 'activity', 'right_direction', 'number', 'work', 'taught', 'count', 'knife', 'fork', 'spoon', 'napkin', 'chair', 'table', 'language', 'work', 'certainly', 'begin', 'early', 'shall', 'lay', 'foundation', 'talking', 'baby', 'talk', 'beginning', 'correct', 'english', 'subject_matter', 'conversation', 'carefully', 'considered', 'course', 'conversation', 'child', 'speaks', 'incorrectly', 'corrected', 'parent', 'child', 'form', 'habit', 'proper', 'form', 'verb', 'pronoun', 'thing', 'unlearn', 'study', 'language', 'proper', 'school', 'simply', 'learn', 'form', 'speech', 'doe', 'story', 'telling', 'large', 'place', 'home', 'school', 'child', 'love', 'story', 'told', 'read', 'wonderful', 'mean', 'teach', 'beautiful', 'lesson', 'men', 'written', 'hold', 'heart', 'adapted', 'awaken', 'little', 'story', 'bible', 'simple', 'story', 'plain', 'great_principles', 'law', 'god', 'illustration', 'best', 'suited', 'child', 'comprehension', 'parent', 'teacher', 'begin', 'early', 'fulfil', 'lord', 'injunction', 'concerning', 'precept', 'use', 'object', 'lesson', 'blackboard', 'map', 'picture', 'aid', 'explaining', 'lesson', 'fixing', 'memory']
root - INFO - extracting file #9500: 2017-04-Final-Corpus/CE19130501-V04-08-page30.txt
root - INFO - extracting file #10000: 2017-04-Final-Corpus/CE19150101-V06-05-page12.txt
root - INFO - ['christian_education', 'titled', 'stenographic', 'expert', 'written', 'willard', 'bottome', 'young', 'reporter', 'enters', 'church', 'report', 'sermon', 'apprehends', 'sort', 'trouble', 'taking', 'unfamiliar', 'phrase', 'term', 'speaking', 'experience', 'sermon', 'reporting', 'bottome', 'painfully', 'conscious', 'losing', 'sentence', 'sentence', 'experience', 'kind', 'material', 'heading', 'preparation', 'sermon', 'reporting', 'state', 'place', 'study', 'bible', 'author', 'book', 'official', 'stenographer', 'new', 'york', 'supreme_court', 'reporting', 'year', 'recognizes', 'fact', 'stenographer', 'today', 'received', 'kind', 'material', 'studying', 'shorthand', 'business', 'college', 'stenographer', 'failed', 'work', 'knowledge', 'elementary', 'line', 'english', 'training', 'subject', 'grammar', 'spelling', 'punctuation', 'deficient', 'complaint', 'received', 'business_men', 'today', 'business', 'school', 'receive', 'student', 'merely', 'finished', 'work', 'outlined', 'elementary', 'grade', 'year', 'calendar', 'largest', 'school', 'specify', 'diploma', 'given', 'student', 'complete', 'study', 'outlined', 'shorthand', 'course', 'student', 'corn', 'pleted', 'grade', 'school_work', 'addition', 'work', 'shorthand', 'course', 'school', 'appreciate', 'fact', 'peculiar', 'character', 'work', 'requires', 'stenographer', 'ability', 'experience', 'stenographic', 'work', 'office', 'nature', 'require', 'converted', 'consecrated', 'young_man', 'woman', 'practice', 'christian', 'business', 'principle', 'successful', 'instruction', 'come', 'attention', 'daily', 'given', 'work', 'character_building', 'student', 'include', 'study', 'bible', 'pursuing', 'regular', 'course', 'reason', 'follow', 'commercial', 'course', 'offered', 'school', 'expected', 'branch', 'study', 'usually', 'given', 'course', 'plan', 'bible', 'study', 'daily', 'program', 'business', 'college', 'employ', 'instructor', 'teach', 'christian', 'busines', 'principle', 'based', 'word', 'god', 'equally', 'true', 'fact', 'introduce', 'study', 'bible', 'class_work', 'young_people', 'associate', 'day', 'day', 'business_men', 'aim', 'selfish', 'monetary', 'nearly', 'receive', 'distinctive', 'mold', 'unfits', 'denominational_work', 'counsel', 'given', 'volume', 'vii', 'testimony', 'men', 'promise', 'business', 'line', 'develop', 'perfect', 'talent', 'thorough', 'study', 'training', 'encouraged', 'place', 'student', 'rapidly', 'gain', 'knowledge', 'right', 'business', 'principle', 'method']
root - INFO - extracting file #10500: 2017-04-Final-Corpus/CE19160901-V08-01-page9.txt
root - INFO - extracting file #11000: 2017-04-Final-Corpus/CE19180501-V09-09-page30.txt
root - INFO - ['christi', 'enrc', 'ror', 'grasshopper', 'story', 'grasshopper', 'fine', 'fiddler', 'play', 'insect', 'party', 'given', 'evening', 'sun', 'delightful', 'thing', 'fiddling', 'obliged', 'lesson', 'practice', 'carry', 'fiddle', 'know', 'grasshopper', 'delicate', 'wing', 'heavier', 'wing', 'cover', 'delicate', 'grasshopper', 'rest', 'heavy', 'wing', 'called', 'wing', 'cover', 'near', 'place', 'wing', 'cover', 'attached', 'body', 'grasshopper', 'roughened', 'portion', 'outside', 'string', 'fiddle', 'sharp', 'edge', 'inside', 'hind', 'leg', 'bow', 'rubbing', 'bow', 'string', 'grasshopper', 'music', 'green', 'grasshopper', 'use', 'sharp', 'rough', 'wing', 'covering', 'fiddle', 'bow', 'people', 'like', 'music', 'grasshopper', 'south', 'america', 'kind', 'grasshopper', 'kept', 'cage', 'canary', 'bird', 'sake', 'music', 'grasshopper', 'produce', 'kind', 'music', 'differs', 'doe', 'song', 'bird', 'kind', 'grasshopper', 'music', 'sound', 'like', 'song', 'word', 'katy', 'katy', 'katy', 'didshe', 'song', 'sting', 'day', 'night', 'night', 'song', 'heard', 'cloudy', 'day', 'everybody', 'grasshopper', 'katydid', 'bigger', 'grasshopper', 'father', 'grasshopper', 'family', 'fiddle', 'mother', 'grasshopper', 'ear', 'hear', 'think', 'head', 'course', 'near', 'middle', 'leg', 'instead', 'turning', 'head', 'listen', 'need', 'stretch', 'leg', 'backward', 'forward', 'ear', 'enable', 'hear', 'sound', 'grasshopper', 'music', 'enemy', 'able', 'near', 'selected', 'plant', 'animal', 'child', 'old', 'grammar', 'ball', 'old', 'air', 'grammar', 'gave', 'tine', 'ball', 'invited', 'person', 'came', 'mistress', 'noun', 'adjective', 'maid', 'verb', 'dashing', 'young', 'blade', 'brought', 'young', 'adverb', 'wait', 'small', 'preposition', 'slender', 'slim', 'conjunction', 'pronoun', 'floor', 'late', 'interjection', 'slipped', 'door', 'danced', 'sang', 'young_people', 'happy', 'boasting', 'began', 'speak', 'said', 'blushing', 'ali', 'noun', 'doings', 'said', 'verb', 'talk', 'town', 'stand', 'miss', 'noun', 'pronoun', 'cried', 'help', 'verb', 'adverb', 'replied', 'speak', 'fair', 'noun', 'sweet', 'adjective', 'vowed', 'point', 'crowd', 'tell', 'kind', 'beautiful', 'virtue', 'better', 'deed', 'verb', 'adverb', 'declare', 'answer', 'plain', 'said', 'conjunction', 'favor', 'repentance', 'join', 'pas', 'sentence', 'use', 'broad', 'thought', 'farce', 'join', 'sentence', 'parse', 'yes', 'chirped', 'preposition', 'greatest', 'elation', 'know', 'kin', 'relation', 'spoke', 'voice', 'sin', 'wrangling', 'jangling', 'happy', 'place', 'meaning', 'easy', 'trace', 'poor', 'little', 'angrily', 'throw', 'right', 'sentence', 'feeling', 'forget', 'quarrel', 'tearful', 'reflection', 'trouble', 'trial', 'poor', 'interjection', 'ended', 'fuss', 'worry', 'kissed', 'said', 'sorry', 'lived', 'peace', 'told', 'house', 'blue', 'trimming', 'gold', 'teple', 'louis', 'globe', 'democrat']
root - INFO - extracting file #11500: 2017-04-Final-Corpus/CE19200401-V11-08-page28.txt
root - INFO - extracting file #12000: 2017-04-Final-Corpus/CUV19040302-V08-09-page1.txt
root - INFO - ['woloorno', 'visitor', 'surely', 'come', 'quioklu', 'come', 'lord', 'jesus', 'vol', 'weekly', 'year', 'gonferenge', 'sell', 'alms', 'provide', 'bag', 'wax', 'old', 'treasure', 'heaven', 'faileth', 'thief', 'approacheth', 'moth', 'corrupteth', 'treasure', 'heart', 'luke', 'washington', 'enterprise', 'present', 'condition', 'ready', 'people', 'opportunity', 'offering', 'suitably', 'establishing', 'headquarters', 'cause', 'city', 'washington', 'communication', 'directed', 'capital', 'nation', 'clearly', 'pointed', 'course', 'establish', 'work', 'herb', 'vee', 'eabli', 'shap', 'house', 'sanitarium', 'school', 'strong', 'public', 'proclamation', 'truth', 'city', 'train', 'worker', 'great_harvest_field', 'washington', 'council', 'fall', 'instruction', 'given', 'delegate', 'looked', 'location', 'studied', 'general', 'plan', 'thorough', 'deliberate', 'consideration', 'feature', 'situation', 'following', 'decision', 'unanimously', 'agreed', 'look', 'proceeds', 'come', 'review', 'herald', 'asset', 'battle', 'creek', 'necessary', 'fund', 'build', 'equip', 'printing', 'house', 'washington', 'second', 'provide', 'general_conference', 'office', 'sanitarium', 'school', 'specified', 'needed', 'located', 'washington', 'dared', 'think', 'asking', 'delegate', 'looked', 'condition', 'need', 'work', 'practical', 'courageous', 'way', 'refused', 'allow', 'smaller', 'named', 'stated', 'report', 'splendid', 'manifestation', 'confidence', 'good', 'judgment', 'courage', 'lifted', 'great', 'burden', 'heart', 'gave', 'hope', 'enterprise', 'entered', 'june', 'academia', 'ohio', 'march', 'second', 'class', 'matter', 'progress', 'organization', 'various_departments', 'pretty', 'organized', 'general', 'plan', 'clearly', 'outlined', 'publishing', 'represented', 'legal', 'corporation', 'large', 'wholly', 'denominationl', 'constituency', 'good', 'board', 'director', 'experienced', 'officer', 'work', 'moving', 'encouragingly', 'expected', 'circumstance', 'large', 'facility', 'needed', 'provided', 'present', 'reported', 'recently', 'medical_work', 'looked', 'board', 'trustee', 'elected', 'officer', 'appointed', 'department', 'committee', 'begun', 'preparation', 'opening', 'city', 'treatment', 'room', 'building', 'takoma', 'park', 'provisional', 'school', 'board', 'appointed', 'officer', 'elected', 'develop', 'school', 'member', 'board', 'prof', 'bland', 'spicer', 'washburn', 'needham', 'danlei', 'officer', 'elected', 'chairman', 'daniells', 'secretary', 'treasurer', 'bland', 'financial', 'secretary', 'washburn', 'step', 'taken', 'secure', 'service', 'brother', 'act', 'architect', 'builder', 'school', 'board', 'division', 'fund', 'board', 'manager', 'agreed', 'following', 'division', 'general_conference', 'building', 'land', 'expense', 'moving', 'headquarters', 'washington', 'school', 'land', 'building', 'furniture', 'improvement', 'land', 'cultivation', 'sanitarium', 'land', 'building', 'city', 'treatment', 'room', 'experience', 'establishing', 'school', 'sanitarium', 'enterprise', 'named', 'ill', 'eventually', 'required', 'blessing', 'god', 'attends', 'work', 'voted', 'sufficient', 'start', 'shall', 'thank', 'god', 'brother', 'sister', 'prepared', 'begin', 'operation', 'step', 'people', 'united', 'state', 'opportunity', 'offering', 'enterprise', 'money', 'beginning', 'come', 'shall', 'begin', 'preliminary', 'arrangement', 'proceed', 'purchase', 'material', 'build', 'soon', 'mean', 'cooperate', 'great', 'pressing', 'need', 'money', 'sanitarium', 'school', 'board', 'thought', 'wise', 'arrange', 'elder', 'washburn', 'responsibility', 'soliciting', 'fund', 'soul', 'washington', 'work', 'lord', 'laid', 'burden', 'heart', 'place', 'situation', 'phase', 'people', 'article', 'paper', 'correspondence', 'brother', 'washburn', 'pleased', 'answer', 'question', 'information', 'note', 'offering', 'sent', 'treasurer', 'general_conference', 'brother', 'washburn', 'doe', 'wish', 'receive', 'money', 'duty', 'burden', 'solicit', 'fund', 'general_conference', 'treasurer', 'apply', 'offering', 'exactly', 'requested', 'return', 'receipt', 'acknowledgment', 'fund', 'received', 'review', 'lord', 'commanded', 'establish', 'work', 'nation', 'capital', 'know', 'mean', 'believe', 'send', 'nerd', 'suppose', 'little', 'realization', 'mean', 'play', 'closing', 'scene', 'work', 'let', 'respond', 'quickly', 'liberally', 'niells', 'day', 'publishing', 'work', 'number', 'believer', 'angel', 'message', 'increased', 'number', 'necessity', 'medium', 'communication', 'began', 'felt', 'brother', 'sister', 'white', 'want', 'met', 'clear', 'paper', 'printed', 'money', 'hand']
root - INFO - extracting file #12500: 2017-04-Final-Corpus/CUV19061205-V10-47-page4.txt
root - INFO - extracting file #13000: 2017-04-Final-Corpus/CUV19081014-V13-39-page2.txt
root - INFO - ['columbia_union_visitor', 'expect', 'reaction', 'home', 'mission_work', 'worker', 'engaged', 'surely', 'unprecedented', 'revival', 'local', 'church', 'individual', 'member', 'life', 'scheme', 'affords', 'opportunity', 'message', 'time', 'inquiring', 'truth', 'seeker', 'exciting', 'prejudice', 'god', 'appreciate', 'time', 'favorable', 'visitation', 'use', 'improve', 'asking', 'member', 'eastern', 'pennsylvania', 'conference', 'man', 'utmost', 'raise', 'standard', 'mission', 'aim', 'banner', 'conference', 'union', 'heckman', 'thanksgiving', 'gathering', 'inception', 'idea', 'week', 'ingathering', 'faith', 'foreign_mission', 'said', 'kind', 'work', 'work', 'surely', 'lord', 'evident', 'lord', 'led', 'leader', 'path', 'trodden', 'start', 'men', 'thought', 'reaching', 'gigantic', 'proportion', 'followed', 'getting', 'great', 'missionary', 'number', 'review', 'meant', 'send', 'number', 'world', 'regular', 'postage', 'paper', 'rate', 'lord', 'sent', 'gentile', 'form', 'post', 'office', 'department', 'allowed', 'entire', 'issue', 'thanksgiving', 'ingathering', 'review', 'mailed', 'regular', 'pound', 'rate', 'surely', 'lord', 'work', 'read', 'isa', 'daughter', 'zion', 'behold', 'thy', 'salvation', 'cometh', 'behold', 'reward', 'work', 'salvation', 'lord', 'coming', 'ingathering', 'lord', 'going', 'spirit', 'soften', 'heart', 'people', 'ready', 'receive', 'child', 'open', 'arm', 'share', 'mean', 'carry', 'closing', 'message', 'corner', 'earth', 'minister', 'worker', 'church', 'elder', 'sabbath', 'school_officers', 'want', 'noble_work', 'come', 'hardly', 'wait', 'time', 'come', 'enter', 'special', 'line', 'work', 'day', 'expect', 'lay', 'line', 'work', 'good', 'missionary', 'number', 'review', 'visit', 'home', 'people', 'mean', 'carry', 'truth', 'world', 'expect', 'success', 'work', 'brother', 'west', 'virginia', 'conference', 'join', 'good_work', 'helping', 'people', 'entered', 'country', 'hope', 'reach', 'world', 'generation', 'enter', 'work', 'wholeheartedly', 'thousand', 'dollar', 'come', 'foreign', 'mission', 'treasury', 'great', 'blessing', 'work', 'missed', 'thousand', 'dollar', 'having', 'asked', 'lord', 'promised', 'rich', 'gentile', 'shall', 'flow', 'unto', 'shall', 'tap', 'vein', 'god', 'promise', 'fulfilled', 'rees', 'added', 'opportunity', 'sixty_years', 'ago', 'november', 'bowed', 'god', 'asking', 'blessing', 'pioneer', 'paper', 'review', 'sister', 'white', 'saw', 'vision', 'paper', 'steam', 'light', 'encircling', 'world', 'foundation', 'literature', 'paper', 'beginning', 'bathed', 'tear', 'blessed', 'prayer', 'borne', 'message', 'truth', 'intervening', 'year', 'sixty_years', 'ago', 'send', 'free', 'receive', 'response', 'money', 'flowed', 'defray', 'expense', 'fitting', 'sixtieth', 'anniversary', 'faith', 'send', 'pillar', 'truth', 'free', 'mission', 'light', 'love', 'receive', 'thanksgiving', 'number', 'review', 'opportunity', 'offered', 'blessed', 'experienced', 'faith', 'prayer', 'avail', 'consecrated', 'offering', 'foreign_mission', 'effort', 'place', 'home', 'friend', 'neighbor', 'public', 'large', 'thousand', 'truth', 'filled', 'paper', 'bring', 'depleted', 'treasury', 'foreign_mission_board', 'large_sum', 'money', 'carry', 'forward', 'missionary', 'enterprise', 'way', 'world', 'needy_fields', 'surprising', 'result', 'awaiting', 'faith', 'follow', 'plan', 'outlined', 'general_conference_committee', 'great', 'missionary', 'campaign', 'mean', 'far', 'able', 'comprehend', 'demonstrated', 'nineteen', 'class', 'respond', 'invitation', 'soliciting', 'mission', 'men', 'woman', 'waiting', 'ready', 'help', 'asking', 'time', 'consistent', 'thanksgiving', 'anniversary', 'let', 'dear', 'old', 'review', 'fulfil', 'word', 'angel', 'zechariah', 'power', 'spirit', 'saith', 'lord', 'host', 'hand', 'zerubbabel', 'laid', 'foundation', 'house', 'hand', 'shall', 'finish', 'god', 'review', 'important_factor', 'establishing', 'maintaining', 'gospel', 'angel', 'message', 'reasonable', 'expect', 'bear', 'important_part', 'closing', 'work', 'thanksgiving', 'missionary_effort', 'reap', 'blessing', 'power', 'god', 'life', 'attended', 'review', 'dedication', 'tear', 'prayer', 'sixty_years', 'ago', 'bring', 'knowledge', 'message', 'salvation', 'saved', 'kingdom', 'work', 'time', 'let', 'plan', 'active_part', 'jasper', 'wayne', 'god', 'love', 'man', 'broader', 'mighty', 'ocean', 'deeper', 'fathomless', 'sea', 'god', 'love', 'lost', 'humanity', 'christ', 'divine', 'expression', 'god', 'love', 'child', 'men', 'god', 'loved', 'world', 'result', 'wonderful', 'matchless', 'love', 'christ', 'sequel', 'utterly', 'impossible', 'fallen', 'man', 'gain', 'true', 'conception', 'love', 'god', 'tangible', 'visible', 'manifestation', 'love', 'lost', 'world', 'manifestation', 'christ', 'born', 'bethlehem', 'judea', 'man', 'undenied', 'privilege', 'lift', 'mortal', 'voice', 'sweet', 'accord', 'celestial', 'behold', 'love', 'god', 'ministry', 'earth', 'anxious', 'desire', 'man', 'galilee', 'sinful_man', 'know', 'feel', 'great', 'love', 'god', 'love', 'human', 'comprehension', 'passeth', 'understanding', 'healing', 'leper', 'giving', 'sight', 'blind', 'restoring', 'withered', 'hand', 'casting', 'demon', 'feeding', 'hungry', 'bread', 'raising', 'dead', 'bereaved', 'simply', 'infallible', 'indication', 'love', 'god', 'lost', 'son', 'adam', 'proof', 'man', 'convinced', 'jehovah']
root - INFO - extracting file #13500: 2017-04-Final-Corpus/CUV19100126-V15-04-page7.txt
root - INFO - extracting file #14000: 2017-04-Final-Corpus/CUV19110503-V16-18-page3.txt
root - INFO - ['gee', 'given', 'time', 'reflect', 'disciplinary', 'measure', 'taken', 'young_man', 'stood', 'firm', 'elder', 'conradi', 'visited', 'anti', 'worn', 'emaciated', 'determined', 'serve', 'god', 'elder', 'conradi', 'finally', 'interceded', 'grand', 'duke', 'avail', 'finally', 'matter', 'came', 'attention', 'emperor', 'released', 'came', 'forth', 'cell', 'haggard', 'worn', 'firm', 'conviction', 'god', 'day', 'voice', 'raised', 'proclamation', 'angel', 'message', 'word', 'living', 'day', 'growing', 'blade', 'ear', 'corn', 'ear', 'earth', 'bringeth', 'forth', 'fruit', 'greek', 'earth', 'bringeth', 'forth', 'fruit', 'automatically', 'power', 'work', 'london', 'took', 'occasion', 'visit', 'madam', 'toussot', 'famous', 'automatic', 'wax', 'work', 'saw', 'figure', 'men', 'moving', 'fro', 'talking', 'reading', 'stranger', 'place', 'stepped', 'uniforthed', 'policeman', 'enquire', 'way', 'certain', 'apartment', 'bowed', 'motioned', 'proceed', 'wished', 'additional', 'information', 'pressed', 'question', 'courteously', 'bowed', 'motioned', 'proceed', 'discovered', 'addressing', 'wax', 'automaton', 'word', 'god', 'work', 'causing', 'africa', 'missionary', 'writing', 'pen', 'reading', 'wrote', 'poor', 'native', 'leaning', 'shoulder', 'profoundly', 'convinced', 'pen', 'talking', 'requested', 'missionary', 'attempted', 'talk', 'result', 'scratch', 'paper', 'refuse', 'permit', 'god', 'speak', 'psalm', 'told', 'god', 'word', 'sweeter', 'honey', 'dropping', 'honey', 'comb', 'word', 'cell', 'highly', 'appreciated', 'power', 'god', 'attend', 'preaching', 'use', 'preach', 'cemetery', 'jesus', 'spiritually', 'dead', 'hear', 'stockholm', 'carefully', 'preserved', 'sword', 'gustavus', 'adolphus', 'wielded', 'man', 'renown', 'given', 'sword', 'spirit', 'sword', 'ancient', 'worthy', 'jesus_christ', 'given', 'knight', 'old', 'god', 'shall', 'wield', 'strength', 'acquit', 'like', 'men', 'spicer', 'holy', 'spirit', 'worker', 'tremendous', 'task', 'laid', 'giving', 'definite', 'message', 'generation', 'line', 'prophecy', 'point', 'hour', 'christ', 'second', 'coming', 'jesus', 'long', 'engaged', 'high_priest', 'ministering', 'heavenly', 'sanctuary', 'final', 'work', 'judgment', 'work', 'soon', 'close', 'jesus', 'come', 'work', 'defined', 'extent', 'message', 'shown', 'rev', 'nation', 'kindred', 'tongue', 'people', 'discounted', 'god', 'abundantly', 'blessed', 'past', 'remains', 'divine_power', 'accomplish', 'home', 'field', 'need', 'great', 'large', 'populous', 'city', 'unwarned', 'demand', 'earnest', 'attention', 'million', 'inhabitant', 'intrenched', 'sin', 'steeped', 'catholicism', 'knowledge', 'impending', 'judgment', 'city', 'worker', 'field', 'receive', 'needed', 'training', 'far', 'impression', 'difficult', 'problem', 'slight', 'large', 'task', 'know', 'god', 'doe', 'know', 'reveal', 'way', 'work', 'furnish', 'power', 'ready', 'surrender', 'foreign_lands', 'great', 'populous', 'city', 'need', 'hear', 'message', 'home', 'london', 'population', 'equal', 'pennsylvania', 'need', 'bombay', 'calcutta', 'reach', 'hand', 'pleading', 'aid', 'section', 'india', 'million', 'soul', 'warning', 'voice', 'china', 'fourth', 'population', 'globe', 'doe', 'proportion', 'laborer', 'great', 'australasian', 'field', 'dotted', 'island', 'need', 'mentioned', 'java', 'thirty', 'million', 'soul', 'fact', 'reveal', 'scope', 'work', 'largeness', 'task', 'truly', 'harvest', 'great', 'laborer', 'message', 'borne', 'went', 'world', 'john', 'saw', 'movement', 'vision', 'saw', 'disappointment', 'connected', 'gave', 'instruction', 'god', 'people', 'prophecy', 'nation', 'present', 'movement', 'seventh', 'day', 'adventist', 'fulfillment', 'prophecy', 'living', 'interesting', 'period', 'god', 'work', 'earth', 'angel', 'message', 'message', 'world', 'given', 'task', 'carrying', 'generation', 'human_power', 'needed', 'work', 'satisfied', 'present', 'result', 'effort', 'theological', 'position', 'attacked', 'successfully', 'defend', 'excuse', 'defense', 'present', 'rate', 'progress', 'educational_institution', 'publishing', 'house', 'sanitarium', 'organized', 'administrative', 'work', 'proper', 'basis', 'need', 'vitalized', 'spirit', 'god', 'time', 'come', 'mightiest', 'evangelical', 'movement', 'world', 'seen', 'need', 'baptism', 'holy', 'spirit', 'life', 'power', 'angel', 'message', 'work', 'cut', 'short', 'righteousness', 'read', 'chapter', 'early_writings', 'entitled', 'loud', 'thompson', 'ministry', 'wish', 'deal', 'question', 'simple', 'way', 'bible', 'jesus', 'life', 'true', 'minister', 'set', 'examble', 'teach', 'men', 'humble', 'improve', 'time', 'simple', 'practical', 'common', 'man', 'master', 'follow', 'light', 'john', 'disciple', 'lord', 'speaking', 'time', 'called', 'minister', 'taught', 'year', 'leave', 'finishing', 'work', 'hand', 'idea', 'jesus', 'chooses', 'men', 'work', 'gospel', 'father', 'chose', 'jesus', 'work', 'earth', 'man', 'sent', 'relation', 'jesus', 'father', 'far', 'work', 'ministry', 'concerned', 'john', 'sanctified', 'truth', 'minister', 'sanctified', 'truth', 'world', 'world', 'ministry', 'spiritual', 'sacred', 'divine', 'calling', 'distinct', 'secular', 'professional', 'calling', 'men', 'the_columbia_union_visitor']
root - INFO - extracting file #14500: 2017-04-Final-Corpus/CUV19120717-V17-29-page8.txt
root - INFO - extracting file #15000: 2017-04-Final-Corpus/CUV19131015-V18-41-page7.txt
root - INFO - ['the_columbia_union_visitor', 'east', 'pennsylvania', 'week', 'ending', 'oct', 'harmony', 'correspondence', 'like', 'harmony', 'successfully', 'taught', 'correspondence', 'mean', 'let', 'everybody', 'course', 'including', 'conference', 'committee', 'college', 'faculty', 'feel', 'sure', 'systematic', 'presentation', 'principle', 'men', 'harmonize', 'successfully', 'presented', 'series', 'lesson', 'profitably', 'pursued', 'uplifting', 'society', 'talking', 'kind', 'harmony', 'harmony', 'fireside', 'correspondence', 'school', 'proposes', 'teach', 'correspondence', 'music', 'harmony', 'sure', 'taught', 'successfully', 'way', 'lesson', 'series', 'press', 'prepared', 'miss', 'barbara', 'knox', 'daughter', 'elder', 'knox', 'treasurer', 'general_conference', 'miss', 'knox', 'thoroughly', 'qualified', 'work', 'having', 'completed', 'year', 'study', 'subject', 'year', 'prof', 'mccoy', 'university', 'pacific', 'san', 'jose', 'california', 'year', 'professor', 'george', 'siemonn', 'howard', 'thatcher', 'peabody', 'conservatory', 'music', 'baltimore', 'familiarity', 'rudiment', 'music', 'certain', 'skill', 'playing', 'enable', 'pupil', 'play', 'exercise', 'lesson', 'piano', 'organ', 'necessary', 'successful', 'pursuit', 'study', 'printed', 'extra', 'copy', 'lesson', 'free', 'interested', 'write', 'annual', 'announcement', 'full_information', 'regard', 'term', 'address', 'fireside', 'correspondence', 'school', 'takoma', 'park', 'washington', 'lewis', 'principal', 'sunday', 'september', 'adult', 'baptized', 'reading', 'elder', 'hartwell', 'admitted', 'membership', 'seventh', 'day', 'adventist', 'church', 'place', 'people', 'afraid', 'die', 'begun', 'live', 'courage', 'emancipates', 'freely', 'fear', 'god', 'henry', 'ran', 'dyke', 'loyal', 'heart', 'spirit', 'brave', 'soul', 'ore', 'true', 'world', 'bet', 'best', 'come', 'tiade', 'ppe', 'hess', 'lancaster', 'gearhart', 'berk', 'willruth', 'scranton', 'total', 'grand_total', 'harvest', 'lngathering', 'mission', 'columbia', 'union_conference', 'comparative', 'record', 'order', 'week', 'ending', 'october', 'agent', 'agent', 'value', 'order', 'delivery', 'ordered', 'ordered', 'chesapeake', 'district', 'columbia', 'new', 'jersey', 'east', 'pennsylvania', 'west', 'pennsylvania', 'ohio', 'virginia', 'west', 'virginia', 'total', 'local', 'conference', 'order', 'week', 'order', 'date', 'grand_total', 'elder', 'slade', 'returned', 'week', 'week', 'visit', 'relative', 'michigan', 'college', 'favored', 'having', 'president', 'griggs', 'union_college', 'stop', 'sabbath', 'way', 'washington', 'attend', 'meeting', 'north_american_division_conference', 'talk', 'friday', 'night', 'sabbath', 'appreciated', 'baker', 'mother', 'new', 'york', 'visiting', 'wife', 'aunt', 'dick', 'cincinnati', 'spent', 'day', 'week', 'walter', 'spending', 'short_time', 'village', 'packing', 'good', 'shipment', 'grand', 'rapid', 'walter', 'secretary', 'treasurer', 'conference', 'daughter', 'remain', 'school', 'paden', 'returned', 'home', 'hagerstown', 'spending', 'week', 'son', 'wife', 'charles', 'paden', 'recent_letter', 'sister', 'miss', 'mary', 'wheeler', 'learn', 'wheeler', 'wife', 'enjoying', 'work', 'holly', 'academy', 'holly', 'michigan', 'stated', 'elder', 'slade', 'stopped', 'sabbath', 'school', 'elder', 'slade', 'spoke', 'student', 'ver', 'colorado', 'teach', 'church_school', 'place', 'relative', 'living', 'expects', 'school', 'year', 'president', 'salisbury', 'attending', 'meeting', 'north', 'american', 'conference', 'meeting', 'columbia', 'union', 'committee', 'washington', 'harvest', 'lngathering', 'conference', 'covered', 'year', 'order', 'past_week', 'seven', 'year', 'record', 'pacific', 'union_conference', 'lead', 'union', 'copy', 'northern', 'pacific', 'follows', 'east', 'columbia', 'union', 'lead', 'lake_union', 'follows', 'october', 'year', 'total', 'order', 'total', 'octtober', 'year', 'order', 'averaging', 'copy', 'coming', 'daily', 'daily', 'average', 'week', 'year', 'copy', 'week', 'october', 'entered', 'home', 'run', 'finishing', 'thousand', 'road', 'slope', 'lead', 'grade', 'effort', 'work', 'man', 'destiny', 'climb', 'miss', 'louise', 'benselhas', 'gone', 'den']
root - INFO - extracting file #15500: 2017-04-Final-Corpus/CUV19150121-V20-03-page8.txt
root - INFO - extracting file #16000: 2017-04-Final-Corpus/CUV19160413-V21-15-page2.txt
root - INFO - ['columbia', 'union', 'visitor', 'new', 'jersey', 'news', 'note', 'brother', 'barritt', 'spent', 'sabbath', 'jersey', 'city', 'church', 'morning', 'little', 'company', 'englewood', 'afternoon', 'report', 'neighborhood', 'englewood', 'urgent_call', 'worker', 'visit', 'week', 'committee', 'met', 'office', 'monday', 'grappled', 'perplexing', 'problem', 'regard', 'work', 'coming', 'summer', 'dedication', 'burlington', 'church', 'definitely', 'fixed', 'sunday', 'april', 'expected', 'occasion', 'elder', 'thompson', 'elder', 'paap', 'elder', 'sandborn', 'local', 'worker', 'jersey', 'city', 'church', 'expect', 'dedicatory', 'service', 'week', 'later', 'april', 'elder', 'daniells', 'promised', 'present', 'occasion', 'welcome', 'attend', 'special', 'service', 'possibly', 'date', 'mind', 'brother', 'barritt', 'spend', 'day', 'elder', 'gaff', 'commencing', 'series', 'meeting', 'oakland', 'recently', 'invitation', 'extended', 'brother', 'barritt', 'brother', 'john', 'fischer', 'spent', 'day', 'visiting', 'friend', 'neighbor', 'worth', 'bible_readings', 'home_circle', 'sold', 'urgent_calls', 'meeting', 'held', 'place', 'believe', 'company', 'believer', 'raised', 'ask', 'pray', 'god', 'richly', 'bless', 'effort', 'elder', 'sandborn', 'visited', 'plainfield', 'company', 'sabbath', 'report', 'soul', 'waiting', 'baptism', 'trenton', 'report', 'soul', 'waiting', 'baptism', 'worker', 'greatly', 'blessed', 'union', 'meeting', 'pittsburgh', 'instruction', 'given', 'timely', 'carried', 'conference', 'benefit', 'member', 'conference', 'avail', 'watchman', 'night', 'letter', 'recently', 'received', 'mcconaughey', 'watchman', 'message', 'sent', 'yesterday', 'large', 'section', 'augusta', 'georgia', 'nashville', 'tenn', 'paris', 'texas', 'destroyed', 'town', 'kansa', 'reported', 'wiped', 'prairie', 'town', 'north', 'carolina', 'reported', 'burning', 'rumor', 'trouble', 'mexico', 'thing', 'mean', 'watchman', 'contain', 'account', 'destruction', 'thirty', 'block', 'residence', 'nashville', 'illustration', 'order', 'copy', 'friend', 'church', 'librarian', 'send', 'tract_society', 'chesapeake', 'temperance', 'rally', 'baltimore', 'subject', 'temperance', 'live', 'maryland', 'present_time', 'maryland', 'legislature', 'convening', 'considering', 'advisibility', 'passing', 'prohibition', 'course', 'fight', 'lively', 'tilt', 'right', 'wrong', 'energetic', 'believing', 'question', 'arise', 'let', 'public', 'know', 'stand', 'young', 'people', 'society', 'missionary', 'volunteer', 'baltimore', 'church', 'leadership', 'tetz', 'planned', 'big', 'temperance', 'rally', 'held', 'march', 'program', 'printed', 'extensively', 'distributed', 'special_effort', 'member', 'woman', 'christian', 'temperance', 'union', 'seat', 'reserved', 'society', 'appeared', 'platform', 'render', 'opening', 'chorus', 'face', 'greeted', 'whond', 'half', 'visitor', 'number', 'program', 'performed', 'splendidly', 'miss', 'margaret', 'bilz', 'national', 'organizer', 'lecturer', 'present', 'delivered', 'inspiring', 'address', 'audience', 'unanimous_vote', 'expressed', 'appreciation', 'enjoyment', 'program', 'stranger', 'member', 'said', 'best', 'program', 'witnessed', 'subject', 'stranger', 'said', 'paid', 'performance', 'enjoyed', 'half', 'prove', 'enjoyed', 'appreciated', 'evening', 'offering', 'amounting', 'nearly', 'received', 'society', 'asked', 'repeat', 'program', 'church', 'city', 'request', 'came', 'minister', 'present', 'program', 'follows', 'song', 'prayer', 'fence', 'ambulance', 'drinking', 'home', 'bidal', 'wine', 'cup', 'drink', 'personal', 'experience', 'solo', 'quartet', 'sinner', 'song', 'tommy', 'brown', 'prisoner', 'bar', 'business', 'funeral', 'sermon', 'remark', 'miss', 'bliz', 'song', 'wagner', 'news', 'note', 'colporteur', 'institute', 'held', 'march', 'success', 'served', 'inspiration', 'veteran', 'new', 'men', 'recruited', 'expect', 'greater', 'work', 'colporteur_work', 'field', 'young', 'people', 'society', 'missionary', 'volunteer', 'baltimore', 'church', 'mission', 'sabbath', 'school', 'southern', 'section', 'city', 'assistant', 'leader', 'society', 'superintendent', 'child', 'attending', 'meeting', 'closed', 'teacher', 'visit', 'child', 'parent', 'home', 'distribute', 'literature', 'such_work', 'bound', 'bring', 'result', 'elder', 'robinson', 'conducting', 'series', 'sunday', 'night_meetings', 'baltimore', 'church', 'lady', 'decided', 'sabbath', 'interested', 'miss', 'nellie', 'ansley', 'thurmont', 'teaching', 'church_school', 'baltimore', 'miss', 'phillips', 'teacher', 'forced', 'discontinue', 'work', 'ill', 'health', 'charles', 'blosser', 'church_school', 'teacher', 'rock', 'hall', 'spending', 'day', 'blosser', 'parent', 'elder', 'kirkendall', 'worker', 'conference', 'attended', 'union_conference', 'pittsburgh', 'returned', 'respective', 'field', 'labor', 'renewed', 'zeal', 'courage', 'press', 'onward', 'good_work', 'agreed', 'best', 'meeting', 'kind', 'attended', 'sorry', 'brother', 'sister', 'field', 'privilege', 'attended', 'conference', 'elder', 'shade', 'wierts', 'witmarsh', 'rodgers', 'brother', 'hankins', 'brother', 'james', 'richardson', 'emma', 'newcomer', 'desirous', 'good', 'spirit', 'ofthis', 'meeting', 'premeate', 'conference', 'regret', 'state', 'elder', 'kirkendall', 'unable', 'ill', 'health', 'spend', 'tine', 'washington_sanitarium', 'treatment', 'needed', 'rest']
root - INFO - extracting file #16500: 2017-04-Final-Corpus/CUV19170628-V22-26-page2.txt
root - INFO - extracting file #17000: 2017-04-Final-Corpus/CUV19181003-V23-39-page2.txt
root - INFO - ['chesapeake', 'rosedale', 'baltimore', 'booth', 'pres', 'emma', 'newcomer', 'sec', 'camp_meeting', 'chesapeake', 'conference', 'thing', 'past', 'far', 'meeting', 'concerned', 'know', 'effect', 'wish', 'member', 'conference', 'enjoy', 'splendid', 'study', 'given', 'blessing', 'received', 'worker', 'scattered', 'gone', 'respective', 'field', 'brother', 'andross', 'returned', 'salisbury', 'short_time', 'wilmington', 'del', 'field', 'labor', 'brother', 'stevens', 'located', 'dover', 'del', 'look', 'work', 'dover', 'salisbury', 'miss', 'ethel', 'carroll', 'returned', 'hagerstown', 'follow', 'created', 'tent_meetings', 'summer', 'miss', 'cately', 'returned', 'salisbury', 'bible', 'work', 'purpose', 'developing', 'created', 'elder', 'kellogg', 'family', 'returned', 'california', 'short', 'stay', 'midst', 'elder', 'kellogg', 'thought', 'better', 'return', 'native', 'home', 'brother', 'andross', 'labored', 'elder', 'kellogg', 'hagerstown', 'summer', 'brother', 'wagner', 'labored', 'elder', 'andross', 'salisbury', 'gone', 'washington', 'missionary', 'college', 'winter', 'miller', 'son', 'miller', 'clarence', 'miller', 'short', 'conference_office', 'week', 'way', 'massachusetts', 'brother', 'pettibone', 'home', 'missionary', 'secretary', 'moved', 'dover', 'del', 'queenstown', 'let', 'church', 'officer', 'note', 'change', 'address', 'brother', 'pettibone', 'brother', 'slier', 'locate', 'hagerstown', 'soon', 'place', 'elder', 'booth', 'continuing', 'tent_meetings', 'arlington', 'week', 'tent_efforts', 'summer', 'closed', 'stirred', 'result', 'meeting', 'valuable', 'addition', 'church', 'place', 'doubt', 'andross', 'suffered', 'severe', 'attack', 'malaria', 'ground', 'recovered', 'sufficiently', 'return', 'elder', 'andross', 'salisbury', 'work', 'office', 'hindered', 'good', 'deal', 'heavy', 'work', 'resulting', 'camp_meeting', 'dae', 'atapao', 'llu', 'qsaq', 'trio', 'alop', 'work', 'date', 'brother', 'lincoln', 'jones', 'young_man', 'baltimore', 'church', 'gone', 'college', 'new', 'jersey', 'francis', 'columbus', 'ayes', 'trenton', 'heckman', 'pres', 'lawry', 'sec', 'news', 'note', 'sabbath', 'school', 'young', 'people', 'convention', 'held', 'dover', 'sabbath', 'september', 'number', 'member', 'franklin', 'present', 'morris', 'plain', 'convention', 'short', 'interesting', 'instructive', 'enjoy', 'report', 'come', 'week', 'harvest', 'ingathering', 'campaign', 'encouraging', 'believe', 'church', 'work', 'hard', 'reach', 'goal', 'campaign', 'doe', 'necessarily', 'end', 'month', 'continued', 'balance', 'year', 'far', 'learned', 'trenton', 'church', 'lead', 'fund', 'received', 'harvest', 'ingathering', 'campaign', 'reached', 'goal', 'sabbath', 'month', 'tent_meetings', 'closed', 'jersey', 'city', 'new_members', 'reported', 'meeting', 'closed', 'paterson', 'bridgeton', 'tent', 'followed', 'personal', 'way', 'west', 'virginia', 'juliana', 'sta', 'parkersburg', 'westbrook', 'pres', 'taylor', 'sec', 'news', 'note', 'word', 'come', 'sister', 'welsh', 'cumberland', 'church', 'harvest', 'ingathering', 'goal', 'church', 'goal', 'church', 'standard', 'attainment', 'certificate', 'issued', 'west', 'virginia', 'given', 'brother', 'sister', 'mcnemar', 'little', 'birch', 'passed', 'examination', 'receiving', 'cent', 'surely', 'lord', 'soul', 'hid', 'away', 'hill', 'able', 'answer', 'man', 'asketh', 'reason', 'hope', 'meekness', 'fear', 'pet', 'ready', 'final', 'test', 'elder', 'westbrook', 'returned', 'telma', 'park', 'monday', 'report', 'good', 'camp_meeting', 'district', 'conference', 'left', 'wheeling', 'tuesday', 'noon', 'ohio', 'box', 'mount', 'vernon', 'ohio', 'robbins', 'pres', 'holtom', 'sec', 'wonderful', 'experience', 'campaign', 'launched', 'canton', 'ago', 'sister', 'bertsch', 'decided', 'spend', 'time', 'working', 'friend', 'neighbor', 'day', 'came', 'contaa', 'lady', 'catholic', 'gladly', 'accepted', 'little', 'paper', 'sister', 'bertsch', 'followed', 'later', 'bible', 'study', 'given', 'resulted', 'lady', 'accepting', 'truth', 'camp_meeting', 'recently', 'held', 'mount', 'vernon', 'answer', 'mission', 'gave', 'splendid', 'offering', 'sending', 'daughter', 'washington', 'missionary', 'college', 'attending', 'church_school', 'canton', 'pay', 'sister', 'bertsch', 'spend', 'little', 'time', 'master', 'service', 'surely', 'think', 'moment', 'dear', 'reader', 'accomplish', 'devote', 'little', 'time', 'spreading', 'warning_message', 'god', 'calling', 'awake', 'sleep', 'active', 'soul', 'winner', 'cause', 'individual', 'member', 'ohio', 'conference', 'prove', 'faithful', 'task', 'assigned', 'prayer', 'babbitt', 'home', 'miss', 'sec', 'canton', 'miss', 'mildred', 'schlott', 'miss', 'audra', 'reichenbaugh', 'left', 'canton', 'ohio', 'attend', 'school', 'mount', 'vernon', 'september', 'miss', 'ruth', 'shriver', 'canton', 'ohio', 'left', 'takoma', 'park', 'year', 'columbia_union_visitor', 'medical_work', 'miss', 'wide', 'awake', 'youth', 'midst', 'wish', 'speedy', 'preparation', 'active_part', 'finishing', 'work', 'bertsch', 'new', 'correspondence', 'school', 'study', 'bible', 'reading', 'prepare', 'conduct', 'lay_members', 'layman', 'bible', 'class', 'recommended', 'home', 'missionary', 'young', 'people', 'department', 'general_conference', 'lesson']
root - INFO - extracting file #17500: 2017-04-Final-Corpus/CUV19200101-V25-01-page2.txt
root - INFO - extracting file #18000: 2017-04-Final-Corpus/EDU18971201-V01-06-page1.txt
root - INFO - ['vol', 'edited', 'howe', 'ehristiart', 'grlurattrt', 'devoted', 'thorough', 'sgstematic', 'summetricol', 'culture', 'hand', 'head', 'art', 'home', 'school', 'church', 'monthly', 'entered', 'post_office', 'battle', 'creek', 'michigan', 'work', 'christian', 'comprised', 'willing', 'pearly', 'subscription', 'cent', 'view', 'god', 'claim', 'god', 'work', 'calm', 'regular', 'operation', 'appointed', 'law', 'farmer', 'fails', 'plow', 'sow', 'god', 'doe', 'work', 'miracle', 'undo', 'result', 'neglect', 'fully', 'appreciate', 'significance', 'hill', 'vale', 'river', 'sea', 'doe', 'look', 'expression', 'god', 'love', 'man', 'agriculture', 'education', 'manual', 'occupation', 'youth', 'essential', 'december', 'battle', 'creek', 'mich', 'let', 'imagine', 'drift', 'mind', 'constantly', 'taxed', 'neglect', 'position', 'usefulness', 'curse', 'church', 'day', 'men', 'adopt', 'christ', 'law', 'aim', 'mental', 'discipline', 'formation', 'right', 'moral', 'sentiment', 'habit', 'intellectual', 'physical', 'moral', 'culture', 'combined', 'order', 'developed', 'balanced', 'men', 'woman', 'child', 'physical', 'health', 'moral', 'good', 'taught', 'work', 'necessity', 'far', 'want', 'concerned', 'physical', 'power', 'ignorance', 'physiology', 'neglect', 'observe', 'law', 'health', 'brought', 'grave', 'lived', 'labor', 'study', 'intelligently', 'proper', 'exercise', 'mind', 'body', 'develop', 'strengthen', 'power', 'mind', 'body', 'preserved', 'capable', 'variety', 'work', 'minister', 'teacher', 'need', 'learn', 'regard', 'thing', 'need', 'practise', 'proper_use', 'physical_strength', 'mental', 'power', 'equalize', 'circulation', 'blood', 'organ', 'living', 'machinery', 'running', 'order', 'mind', 'abused', 'goaded', 'madness', 'pursuing', 'line', 'thought', 'excessive', 'employment', 'brain', 'power', 'neglect', 'phoical', 'organ', 'create', 'diseased', 'condition', 'thing', 'faculty']
root - INFO - extracting file #18500: 2017-04-Final-Corpus/GCB188010XX-VXX-XX-page1.txt
root - INFO - extracting file #19000: 2017-04-Final-Corpus/GCB18910316-V04-09-page1.txt
root - INFO - ['review', 'herald', 'extra', 'daily', 'bulletin', 'general', 'conference', 'vol', 'battle', 'creek', 'mich', 'monday', 'march', 'international', 'tract', 'society', 'proceeding', 'fourth', 'meeting', 'fourth', 'meeting', 'international', 'tract', 'society', 'convened', 'sunday', 'morning', 'clock', 'large_number', 'visiting', 'brother', 'sister', 'present', 'joined', 'singing', 'hymn', 'number', 'elder', 'durland', 'invoked', 'divine', 'blessing', 'minute', 'previous_meeting', 'read', 'approved', 'meeting', 'delegate', 'arrived', 'follows', 'indiana', 'oberholtzer', 'kansa', 'helen', 'cowles', 'michigan', 'gowell', 'goodrich', 'burlingame', 'lindsey', 'hamer', 'thompson', 'montana', 'watt', 'wisconsin', 'cady', 'hearing', 'report', 'canvassing', 'work', 'resumed', 'closed', 'meeting', 'elder', 'haskell', 'reported', 'australia', 'new', 'zealand', 'follows', 'canvassing', 'work', 'australia', 'new', 'zealand', 'canvassing', 'began', 'australia', 'commencement', 'presentation', 'present_truth', 'country', 'year', 'ago', 'brother', 'arnold', 'experience', 'canvassing', 'country', 'melbourne', 'probably', 'hard', 'field', 'australasia', 'doubly', 'hard', 'wholly', 'unacquainted', 'way', 'custom', 'colony', 'sold', 'book', 'embrace', 'truth', 'brother', 'stockton', 'wainman', 'took', 'hold', 'canvassing', 'work', 'trained', 'succeed', 'finally', 'brother', 'arnold', 'took', 'brother', 'wainman', 'distant', 'field', 'bearing', 'expense', 'till', 'return', 'book', 'sell', 'proved', 'success', 'financially', 'developing', 'good', 'canvasser', 'brother', 'wainman', 'pursued', 'course', 'canvassing', 'work', 'succeed', 'marked', 'manner', 'till', 'brother', 'morrison', 'went', 'australia', 'month', 'ago', 'visit', 'country', 'marked', 'new_era', 'canvassing', 'work', 'time', 'began', 'educate', 'instruct', 'canvasser', 'number', 'increased', 'successful', 'canvasser', 'developed', 'difficult', 'manage', 'territory', 'covered', 'canvassing', 'work', 'taking', 'melbourne', 'central', 'point', 'canvassing', 'north', 'distance', 'mile', 'reaching', 'mile', 'north', 'brisbane', 'capital', 'queensland', 'west', 'south', 'australia', 'west', 'australia', 'extending', 'distance', 'mile', 'covering', 'territory', 'nearly', 'mile', 'word', 'distance', 'atlantic', 'pacific', 'district', 'difficulty', 'soon', 'developed', 'fact', 'number', 'canvasser', 'good', 'delivering', 'book', 'successful', 'taking', 'order', 'came', 'deliver', 'deliver', 'book', 'taken', 'order', 'mention', 'case', 'sister', 'illustrate', 'class', 'canvassed', 'lady', 'guide', 'best', 'order', 'came', 'deliver', 'poorest', 'soon', 'got', 'debt', 'delivery', 'cause']
root - INFO - extracting file #19500: 2017-04-Final-Corpus/GCB18930224-V05-16-page1.txt
root - INFO - extracting file #20000: 2017-04-Final-Corpus/GCB18950226-V01-01ex14-page9.txt
root - INFO - ['begin', 'work', 'home', 'help', 'home', 'cookery', 'dress', 'ventilation', 'germ', 'household', 'economy', 'suggestion', 'mother', 'cleanliness', 'aid', 'unemployed', 'member', 'class', 'associated', 'christian', 'help', 'band', 'practical_work', 'advanced', 'course', 'larger', 'experience', 'second', 'year', 'general', 'missionary', 'study', 'church', 'missionary', 'agent', 'series', 'lesson', 'mission_work', 'bible', 'christ', 'model', 'missionary', 'leading', 'topic', 'history', 'mission', 'present', 'including', 'early', 'middle', 'age', 'modern', 'mission', 'dwelling', 'especially', 'npon', 'mission', 'own_church', 'land', 'established', 'year', 'practical', 'christian', 'help', 'work', 'year', 'work', 'consist', 'general', 'study', 'mission', 'special', 'topic', 'designed', 'assigned', 'special', 'department', 'home', 'work', 'included', 'review', 'practical', 'topic', 'year', 'teacher', 'standpoint', 'organization', 'mission_work', 'record', 'keeping', 'public', 'reporting', 'special', 'line', 'work', 'child', 'including', 'kitchengarden', 'bildren', 'meeting', 'paper', 'sloyd', 'sewing', 'knitting', 'talk', 'kindergarten', 'principle', 'work', 'mother', 'mother', 'meeting', 'physical', 'care', 'child', 'education', 'training', 'child', 'study', 'city', 'mission', 'phase', 'dispensary', 'work', 'district', 'work', 'rescue', 'bible', 'work', 'relation', 'organization', 'different', 'city', 'problem', 'foreign_work', 'missionary', 'educator', 'industrial', 'literary', 'hygiene', 'heathen_lands', 'missionary', 'relation', 'foreigner', 'missionary', 'practical', 'point', 'foreign_missionaries', 'outfit', 'tool', 'use', 'thing', 'missionary', 'need', 'know', 'care', 'family', 'study', 'special', 'fieldsby', 'appointment', 'meeting', 'health', 'reform', 'institute', 'second', 'meeting', 'health', 'reform', 'institute', 'convened', 'feb', 'prayer', 'offered', 'elder', 'van', 'horn', 'committee', 'nomination', 'reported', 'follows', 'board', 'director', 'health', 'reform', 'institute', 'kellogg', 'hall', 'henry', 'murphy', 'lyeurgus', 'mccoy', 'morrison', 'starr', 'chairman', 'took', 'opportunity', 'announce', 'following', 'committee', 'medical', 'missionary', 'benevolent', 'association', 'resolution', 'jones', 'mcclure', 'tait', 'nomination', 'heiser', 'fargo', 'porter', 'committee', 'resolution', 'submitted', 'following', 'additional', 'report', 'action', 'heretofore', 'taken', 'stockholder', 'health', 'reform', 'institute', 'director', 'looking', 'instituting', 'proceeding', 'dissolution', 'winding', 'said', 'institute', 'spite', 'such_action', 'proceeding', 'taken', 'delay', 'account', 'advice', 'legal', 'counsel', 'state', 'great', 'uncertainty', 'legal', 'status', 'concern', 'legal', 'proceeding', 'postponed', 'hope', 'substantially', 'similar', 'ease', 'come', 'supreme_court', 'state', 'judicially', 'passed', 'afford', 'precedent', 'course', 'followed', 'institute', 'hoped', 'decision', 'far', 'known', 'case', 'parallel', 'dissatisfied', 'condition', 'reason', 'main', 'summarized', 'advised', 'ibis', 'uncertain', 'health', 'reform', 'institute', 'corporation', 'joint', 'stock', 'company', 'partnership', 'paying', 'large', 'tax', 'basis', 'concern', 'carried', 'personal', 'profit', 'stockholder', 'dividendpaying', 'business', 'enterprise', 'fact', 'stockholder', 'reap', 'benefit', 'profit', 'philanthropy', 'charity', 'physician', 'surgeon', 'manager', 'employee', 'institute', 'receive', 'small', 'case', 'nominal', 'compensation', 'service', 'uncertain', 'result', 'winding', 'disposition', 'asset', 'possibility', 'continuance', 'work', 'limit', 'life', 'adjudged', 'jure', 'corporation', 'april', 'account', 'aad', 'reason', 'position', 'person', 'groping', 'dark', 'surrounded', 'harassment', 'doubt', 'perplexity', 'continuance', 'work', 'institute', 'properly', 'carry', 'samh', 'state', 'uncertainty', 'resolved', 'judgment', 'best', 'proceed', 'wind', 'health', 'reform', 'institute', 'best', 'way', 'possible', 'circumst', 'vice', 'end', 'far', 'power', 'demand', 'declare', 'dissolution', 'said', 'health', 'reform', 'institute', 'winding', 'business', 'request', 'authorize', 'director', 'initiate', 'continuously', 'carry', 'necessary', 'proceeding', 'dissolution', 'winding', 'said', 'institute', 'resolved', 'election', 'board', 'director', 'contemplate', 'continuance', 'business', 'institution', 'aimed', 'simply', 'provide', 'suitable', 'board', 'director', 'easily', 'accessible', 'transaction', 'business', 'incident', 'winding', 'affair', 'corporation', 'resolution', 'fully', 'discussed', 'adopted', 'meeting', 'adjourned', 'general', 'conference', 'bulletin', 'loughborough', 'krtaoxz', 'harmon', 'lindsay', 'committee', 'ballot', 'taken', 'tait', 'kilgore', 'appointed', 'teller', 'nominee', 'declared', 'elected']
root - INFO - extracting file #20500: 2017-04-Final-Corpus/GCB1897XXXX-V01-01-page22.txt
root - INFO - extracting file #21000: 2017-04-Final-Corpus/GCB19010416-V04-01ex12-page2.txt
root - INFO - ['general_conference', 'bulletin', 'waldenses', 'work', 'worked', 'home', 'remained', 'world', 'place', 'waldenses', 'publisher', 'post', 'likely', 'south', 'imwas', 'partly', 'mean', 'manuwould', 'die', 'spot', 'possible', 'especially', 'man', 'script', 'placed', 'home', 'people', 'home', 'church', 'family', 'enter', 'work', 'europe', 'reformataking', 'strengthened', 'enmake', 'success', 'family', 'tion', 'promoted', 'sixteenth', 'cencouraged', 'tury', 'minister', 'visit', 'plan', 'employed', 'soul', 'precious', 'sight', 'family', 'necessary', 'largely', 'send', 'experienced', 'god', 'favorable', 'localito', 'leave', 'worker', 'commencing', 'tie', 'shall', 'reach', 'people', 'strengthen', 'faith', 'placing', 'inexperienced', 'canglad', 'family', 'scattered', 'glad', 'minister', 'canvasser', 'company', 'having', 'knowlin', 'different_places', 'family', 'vassers', 'went', 'house', 'house', 'edge', 'work', 'expethey', 'open', 'door', 'help', 'distribute', 'precious', 'manuscript', 'rience', 'canvassing', 'georgia', 'far', 'matter', 'enable', 'canvasscontaining', 'portion', 'word', 'god', 'home', 'faithfully', 'studied', 'exist', 'field', 'support', 'plan', 'canvas', 'thought', 'knew', 'somefamilies', 'good_work', 'originated', 'uniting', 'selling', 'thing', 'sell', 'book', 'fortufamilies', 'help', 'sharer', 'christ', 'object_lesson', 'going', 'nately', 'placed', 'comthe', 'sheaf', 'brought', 'ring', 'harmony', 'centering', 'pany', 'leader', 'old', 'worker', 'master', 'vineyard', 'common', 'grand', 'work', 'field', 'having', 'year', 'thought', 'past', 'recover', 'effect', 'disunited', 'perience', 'train', 'goof', 'worker', 'best', 'effort', 'past', 'ing', 'territory', 'said', 'brother', 'success', 'canvassing', 'taken', 'plan', 'ford', 'canvas', 'felt', 'poor', 'worker', 'dividual', 'old', 'young', 'timid', 'began', 'line', 'complete', 'failure', 'want', 'calling', 'attention', 'apostle', 'got', 'far', 'began', 'asking', 'question', 'read', 'line', 'manual', 'canto', 'field', 'lord', 'said', 'harand', 'soon', 'mixed', 'vassers', 'page', 'canvasser', 'vest', 'truly', 'great', 'laborer', 'confused', 'laughed', 'called', 'evangelistic_work', 'pray', 'lord', 'decided', 'know', 'engage', 'labor', 'harvest', 'send', 'forth', 'laborer', 'canvassing', 'understand', 'harvest', 'believe', 'know', 'book', 'fear', 'mean', 'taken', 'plan', 'indelibly', 'impressed', 'great_mistake', 'educating', 'canvasser', 'rank', 'canvasser', 'mind', 'faithfully', 'carried', 'sort', 'parrot', 'like', 'way', 'fact', 'soon', 'canvasser', 'work', 'rise', 'know', 'field', 'success', 'work', 'ready', 'work', 'forward', 'real', 'pith', 'book', 'suggest', 'case', 'power', 'seen', 'selling', 'consequently', 'waldenses', 'pray', 'able', 'answer', 'question', 'intellinot', 'work', 'steppinginterests', 'thing', 'gently', 'stone', 'better', 'answer', 'canvasser', 'interthe', 'greatest', 'work', 'want', 'prayer', 'est', 'book', 'sell', 'remember', 'read', 'sentence', 'right', 'day', 'great', 'dearth', 'case', 'worker', 'book', 'page', 'showing', 'worker', 'distribute', 'literature', 'selling', 'great', 'controversy', 'read', 'canvassing', 'work', 'day', 'shall', 'obtain', 'worker', 'desire', 'age', 'said', 'earnestly', 'good', 'like', 'church', 'desired', 'thought', 'expressed', 'canvassing', 'work', 'properly', 'conducted', 'matter', 'set', 'apart', 'book', 'revealed', 'life', 'missionary', 'work', 'highest', 'order', 'number', 'train', 'thought', 'best', 'book', 'believe', 'work', 'world', 'concluded', 'conducting', 'work', 'right', 'want', 'special_interest', 'individthat', 'great', 'controversy', 'reorganize', 'extent', 'uals', 'follow', 'prayer', 'order', 'desire', 'glad', 'line', 'receiving', 'attention', 'assist', 'family', 'age', 'sure', 'experience', 'trust', 'reorthey', 'come', 'hard', 'place', 'observation', 'man', 'ganized', 'shall', 'taking', 'year', 'ago', 'certain', 'brother', 'indiana', 'special', 'burden', 'certain', 'book', 'hold', 'thought', 'told', 'church', 'helped', 'sanctifying', 'influence', 'times_past', 'field', 'working', 'book', 'life', 'man', 'person', 'going', 'work', 'week', 'disgoing', 'best', 'success', 'money', 'everybody', 'couraged', 'having', 'hard_time', 'education', 'worker', 'way', 'fail', 'received', 'letter', 'wife', 'question', 'left', 'failed', 'morning', 'feeling', 'real', 'downdividuals', 'state', 'officer', 'fail', 'hearted', 'said', 'operation', 'white', 'believe', 'time', 'prayer', 'meeting', 'night', 'gaged', 'glad', 'come', 'general_conference', 'special', 'object', 'prayer', 'god', 'standing', 'head', 'work', 'state', 'conference', 'sound', 'cle', 'came', 'meeting', 'pray', 'conference', 'taking', 'hold', 'matcall', 'men', 'entered', 'work', 'ing', 'success', 'brother', 'ter', 'lifting', 'expect', 'pioneer', 'year', 'ago', 'said', 'wrote', 'work', 'forward', 'blessed', 'work', 'suppose', 'gone', 'plan', 'destitute', 'field', 'drifted', 'line', 'come', 'home', 'shall', 'such_cases']
root - INFO - extracting file #21500: 2017-04-Final-Corpus/GCB19030406-V05-06-page8.txt
root - INFO - extracting file #22000: 2017-04-Final-Corpus/GCB19090607-V06-21-page5.txt
root - INFO - ['fact', 'theirs', 'prevailing', 'language', 'known', 'world', 'time', 'christ', 'finally', 'went', 'sustain', 'taking', 'discharge', 'brother', 'interesting_experiences', 'newbery', 'reply', 'shall', 'assure', 'suffice', 'profit', 'man', 'shall', 'gain', 'brother', 'wife', 'world', 'lose', 'own_soul', 'general_conference_bulletin', 'saviour', 'teaching', 'mainly', 'greek', 'language', 'new', 'testafive', 'child', 'observing', 'sabbath', 'faithdischarge', 'came', 'surprisingly', 'short', 'ment', 'written', 'greek', 'language', 'apostle', 'work', 'language', 'spiritual', 'pride', 'greek', 'grown', 'extent', 'regard', 'false', 'substitute', 'doe', 'original', 'text', 'greek', 'new', 'testament', 'consider', 'tampered', 'way', 'exists', 'greece', 'close', 'union', 'church', 'state', 'agreed', 'translation', 'original', 'text', 'greek', 'new', 'testament', 'shall', 'language', 'circulation', 'country', 'british', 'foreign', 'bible', 'society', 'translation', 'bible', 'modern', 'greek', 'fifty', 'year', 'ago', 'number', 'year', 'freedom', 'circulating', 'word', 'situation', 'developed', 'led', 'taking', 'action', 'holy', 'synod', 'compelling', 'bible', 'society', 'cease', 'sale', 'bible', 'modern', 'greek', 'forbidden', 'persuade', 'member', 'greek_church', 'join', 'word', 'work', 'endeavored', 'greece', 'family', 'went', 'year', 'ago', 'studied', 'language', 'started', 'work', 'greece', 'fallow', 'ground', 'century', 'representative', 'year', 'ago', 'remained', 'short_time', 'worker', 'far', 'know', 'printing', 'literature', 'modern', 'greek', 'extract', 'bible', 'edition', 'tract', 'way', 'christ', 'manuscript', 'ready', 'tract', 'chapter', 'step', 'christ', 'chapter', 'god', 'strength', 'shall', 'rest', 'whale', 'step', 'christ', 'modern', 'greek', 'ready', 'printed', 'athens', 'month', 'letter', 'came', 'day', 'addressed', 'seventh', 'day', 'sabbathkeeping', 'missionary', 'athens', 'god', 'providence', 'letter', 'came', 'proved', 'letter', 'greek', 'brother', 'away', 'mountain', 'albania', 'line', 'independent', 'country', 'greece', 'old', 'greek', 'territory', 'albania', 'macedonia', 'largely', 'greek', 'brother', 'seeking', 'light', 'learned', 'principle', 'protestantism', 'effort', 'brother', 'baharian', 'reading', 'small', 'tract', 'sabbath', 'question', 'printed', 'brother', 'baharian', 'constantinople', 'accepted', 'sabbath', 'knew', 'sabbath', 'keeping', 'people', 'jew', 'said', 'year', 'truth', 'came', 'hesitated', 'obey', 'sabbath', 'going', 'work', 'conviction', 'fell', 'strongly', 'went', 'home', 'told', 'wife', 'work', 'sabbath', 'year', 'convince', 'saturday', 'sabbath', 'sat', 'prepared', 'bible', 'reading', 'greek', 'wrote', 'greek', 'letter', 'corresponded', 'time', 'fully', 'willing', 'receive', 'light', 'time', 'month', 'time', 'time', 'application', 'immediately', 'add', 'baptism', 'family', 'left', 'canada', 'accustomed', 'speak', 'greek', 'lan', 'heard', 'guage', 'dead', 'language', 'brother', 'planning', 'enter', 'book_work', 'sister', 'wife', 'having', 'growing', 'greek', 'dead', 'nation', 'theirs', 'experience', 'message', 'dead', 'language', 'greatly', 'rejoice', 'year', 'woman', 'elder', 'morrow', 'submitted', 'kitts', 'accepted', 'present_truth', 'asked', 'following', 'report', 'bermuda', 'baptism', 'befo', 'administered', 'husband', 'sent', 'come', 'new', 'york', 'uniting', 'bermuda', 'unquestionably', 'smallone', 'church', 'greater', 'new', 'est', 'mission', 'field', 'represented', 'session', 'general_conference', 'york', 'month', 'ago', 'achave', 'square_mile', 'terriquainted', 'young_man', 'vilajtory', 'containing', 'population', 'eighteen', 'esty', 'navy', 'learned', 'peothousand', 'map', 'world', 'ple', 'work', 'stationed', 'neware', 'represented', 'mere', 'dot', 'foundland', 'leaving', 'newfound', 'mid', 'atlantic', 'thank', 'god', 'land', 'visited', 'germany', 'iceland', 'lonely', 'speck', 'land', 'midst', 'england', 'place', 'sea', 'lighted', 'came', 'contact', 'work', 'message', 'light', 'come', 'keeping', 'sabbath', 'hope', 'result', 'soon', 'sold', 'large_books', 'walk', 'light', 'old', 'association', 'broken', 'lighthouse', 'sea', 'lievers', 'willing', 'mean', 'mentioned', 'case', 'fund', 'raised', 'field', 'sustaining', 'work', 'message', 'bermuda', 'like', 'lightplanted', 'held', 'house', 'station', 'providence', 'god', 'slow', 'steady', 'work', 'heart', 'contributed', 'strength', 'support', 'native', 'church', 'cause', 'field', 'organization', 'membership', 'thir', 'time', 'session', 'total_number', 'sabbaththis', 'conference', 'boer', 'prisoner', 'keeper', 'fifty', 'scattered', 'war', 'returned', 'south', 'africa', 'island', 'greater', 'number', 'bejoy', 'new', 'truth', 'heart', 'near', 'hamilton', 'joy', 'fully', 'repaid', 'year', 'year', 'lonely', 'confinement', 'built', 'hamilton', 'neat', 'church', 'ceisland', 'return', 'south', 'afmeat', 'block', 'cost', 'rica', 'led', 'remains', 'debt', 'propefforts', 'accept', 'message', 'erty', 'doubt', 'awakened', 'cleared', 'time', 'met', 'portuguese', 'entire', 'crop', 'failure', 'deepened', 'month', 'alyears', 'raised', 'invested', 'work', 'people', 'enterprise', 'received', 'carried', 'interpreter', 'eighty', 'dollar', 'brother', 'outside', 'familiar', 'language', 'island', 'bermuda', 'offering', 'enyet', 'message', 'plain', 'eighteen', 'terprises', 'outside', 'border', 'head', 'family', 'number', 'time', 'notwithyouth', 'child', 'began', 'observstanding', 'financial', 'depression', 'ance', 'sabbath', 'young_man', 'passed', 'owing', 'crop', 'number', 'engaged', 'colporfailures', 'reduction', 'laborer', 'teur', 'work', 'central', 'new', 'england', 'employed', 'naval', 'dockyard', 'conference', 'summer', 'profound', 'gratitude', 'god', 'attended', 'south', 'lancaster', 'acadnote', 'steady', 'flow', 'tithe', 'offeremy', 'present', 'school', 'year', 'fit', 'himings', 'support', 'work', 'self', 'better', 'work', 'young', 'column', 'public_press', 'brother', 'accepted', 'present_truth', 'open', 'brother', 'enoch', 'time', 'attending', 'school', 'frequently', 'written', 'article', 'pres', 'loma', 'linda', 'cal', 'prepare', 'eat', 'truth', 'religious_liberty', 'carry', 'message', 'azores', 'island', 'read', 'native', 'home', 'brother', 'bought', 'year', 'conducted', 'bible', 'attending', 'reading', 'school', 'benefit', 'child', 'soldier', 'king', 'brother', 'proved', 'blessing', 'attended', 'owing', 'november', 'sergeant', 'came', 'scattered', 'condition', 'people', 'england', 'stationed', 'attendance', 'large', 'george', 'head', 'storekeeper', 'present', 'child', 'sabthe', 'military', 'naval', 'store', 'bath', 'keeping', 'parent', 'fourteen', 'place', 'sister', 'school', 'conducted', 'sell', 'cloth', 'house', 'house', 'bein', 'house', 'rented', 'cafrie', 'acquainted', 'family', 'dwelling', 'provide', 'conlater', 'wife', 'accepted', 'ritestinuance', 'school', 'sage', 'served', 'nearly', 'pressing', 'need', 'field', 'year', 'country', 'service', 'trust', 'conference', 'soon', 'promoted', 'asked', 'consideration', 'portuguese', 'discharge', 'free', 'brother', 'contributed', 'liberally', 'obey', 'commandment', 'god', 'cause', 'teach', 'child', 'colonel', 'tried', 'reason', 'home', 'provision', 'great_loss', 'order', 'chil']
root - INFO - extracting file #22500: 2017-04-Final-Corpus/GCB19130609-V07-21-page3.txt
root - INFO - extracting file #23000: 2017-04-Final-Corpus/GH19010501-V03-05-page6.txt
root - INFO - ['the_gospel_herald', 'sixteenth', 'chapter', 'revelation', 'describing', 'scene', 'earth', 'history', 'prophet', 'manding', 'compensation', 'injury', 'eager', 'lop', 'appropriate', 'territory', 'pretext', 'indemnity', 'loss', 'punishment', 'act', 'violence', 'security', 'future', 'outbreak', 'meantime', 'china', 'learned', 'decree', 'emperor', 'issued', 'january', 'frank', 'humble', 'pathetic', 'confession', 'evil', 'befallen', 'country', 'inefficient', 'government', 'turn', 'result', 'bad', 'method', 'china', 'weakness', 'lied', 'adherence', 'traditon', 'worthless', 'official', 'numerous', 'good_men', 'adapting', 'china', 'western', 'method', 'surface', 'thing', 'studied', 'ton', 'prepared', 'comprehensive', 'memorial', 'compliance', 'emperor', 'decree', 'keen', 'insight', 'wide', 'knowledge', 'greatest', 'service', 'joined', 'excellent', 'judgement', 'unfailing', 'tact', 'china', 'good_men', 'altogether', 'lacking', 'youth', 'companion', 'gambling', 'curse', 'recent', 'sermon', 'boston', 'bishop', 'lawrence', 'protestant', 'episcopal_church', 'said', 'listen', 'shout', 'stock', 'market', 'past', 'week', 'impressed', 'danger', 'young_man', 'woman', 'boy', 'girl', 'stand', 'temptation', 'gamble', 'try', 'money', 'fast', 'hazard', 'value', 'simply', 'pleasure', 'hazard', 'drawing', 'fine', 'distinction', 'making', 'stock', 'market', 'scape', 'goat', 'increasing', 'popular', 'danger', 'vice', 'vicious', 'gambling', 'catch', 'popular', 'eye', 'symptom', 'spirit', 'pervading', 'community', 'unreadiness', 'work', 'steadily', 'legitimate', 'reward', 'labor', 'unrest', 'moderate', 'fair', 'return', 'capital', 'making', 'haste', 'rich', 'keen', 'love', 'sport', 'overreaching', 'fascination', 'living', 'wit', 'instead', 'sober', 'thought', 'careful', 'work', 'generation', 'ago', 'playing', 'card', 'forbidden', 'associated', 'gambling', 'card', 'brought', 'forth', 'hiding', 'place', 'given', 'place', 'amusement', 'home', 'day', 'returning', 'old', 'calling', 'men', 'woman', 'worshiper', 'church', 'communicant', 'concentrate', 'thought', 'game', 'game', 'complete', 'stake', 'soldier', 'austria', 'hungarv', 'war', 'footing', 'saw', 'coming', 'mouth', 'dragon', 'mouth', 'beast', 'mouth', 'false_prophet', 'unclean', 'spirit', 'like', 'frog', 'spirit', 'devil', 'working', 'sign', 'forth', 'unto', 'king', 'whole_world', 'gather', 'unto', 'war', 'kernel', 'western', 'wisdom', 'failure', 'reform', 'result', 'obstinate', 'belief', 'literary', 'excellence', 'criterion', 'merit', 'government', 'carried', 'close', 'adherence', 'precedent', 'great_day', 'god', 'almighty', 'verse', 'thing', 'second', 'coming', 'lord', 'jesus_christ', 'lord', 'want', 'people', 'prepared', 'thing', 'coming', 'earth', 'satan', 'want', 'everybody', 'think', 'going', 'live', 'long', 'earth', 'good_time', 'going', 'believe', 'lord', 'satan', 'like', 'read', 'kindred', 'subject', 'invited', 'write', 'paper', 'signifying', 'topic', 'specially', 'interested', 'woe', 'china', 'russian', 'soldier', 'war', 'footing', 'perceive', 'confess', 'step', 'long', 'step', 'amendment', 'instance', 'case', 'shrink', 'task', 'magnitude', 'reform', 'centuriesold', 'abuse', 'emperor', 'commanded', 'minister', 'home', 'abroad', 'high', 'officer', 'study', 'chinese', 'western', 'mode', 'governing', 'report', 'reform', 'needed', 'restore', 'prestige', 'china', 'hopeful', 'movement', 'added', 'apparent', 'awakening', 'real', 'chinese', 'public', 'spirit', 'popular', 'demonstration', 'convention', 'russia', 'government', 'pluckily', 'refused', 'sign', 'understood', 'chinese', 'minister', 'washing', 'fen', 'society', 'man', 'prostrate', 'bleeding', 'helpless', 'surrounded', 'rapacious', 'enemy', 'spectacle', 'excites', 'pity', 'effort', 'assist', 'set', 'foot', 'restore', 'manhood', 'remove', 'justifiable', 'rage', 'world', 'proving', 'world', 'benevolent', 'doe', 'world', 'treat', 'china', 'analysis', 'atrocity', 'government', 'people', 'country', 'guilty', 'act', 'defense', 'intrusion', 'neighbor', 'inexcusably', 'violent', 'mean', 'chinese', 'knew', 'protect', 'power', 'earth', 'stand', 'aover', 'prostrate', 'empire', 'german', 'soldier', 'war', 'footing']
root - INFO - extracting file #23500: 2017-04-Final-Corpus/GH19050301-V02-03-page2.txt
root - INFO - extracting file #24000: 2017-04-Final-Corpus/GH19121101-V08-11-page3.txt
root - INFO - ['thing', 'cheerful', 'living', 'concluded', 'october', 'herald', 'xisting', 'living', 'different', 'thing', 'raw', 'oak', 'tide', 'boat', 'rowing', 'tide', 'god', 'brings', 'existence', 'living', 'source', 'true', 'happiness', 'circumstance', 'surroundings', 'bearing', 'hinhrances', 'happiness', 'such_thing', 'happiness', 'effort', 'sweat', 'thy', 'brow', 'shalt', 'thou', 'happy', 'ground', 'cleared', 'planted', 'cultivated', 'nature', 'rest', 'nature', 'mother', 'kind', 'alike', 'grant', 'bliss', 'labor', 'earnest', 'sure', 'way', 'making', 'cheerful', 'happy', 'cheerful', 'happy', 'expect', 'folk', 'cheerful', 'happy', 'covered', 'cloud', 'smile', 'meet', 'fellow_men', 'mean', 'turn', 'away', 'cloudy', 'face', 'good', 'active', 'stubborn', 'cheerfulness', 'contagious', 'sunlight', 'reflected', 'face', 'cheerful', 'liver', 'dispels', 'thickest', 'cloud', 'giving', 'new_life', 'vigor', 'regulate', 'ebb', 'flow', 'circumstance', 'place', 'check', 'feeling', 'worry', 'costly', 'electric_light', 'hope', 'cheaper', 'powerful', 'peace', 'good_cheer', 'peace', 'man', 'beast', 'chance', 'disease', 'malignant', 'abode', 'fret', 'resolute', 'calm', 'wonder', 'come', 'disease', 'respecter', 'person', 'satisfied', 'fight', 'wish', 'win', 'fail', 'fear', 'world', 'like', 'thou_shalt', 'know', 'ere', 'long', 'know', 'sublime', 'thing', 'suffer', 'strong', 'know', 'thorny', 'path', 'flowery', 'kingdom', 'laurel', 'today', 'circumstance', 'whipping', 'fraid', 'mother', 'won', 'sugar', 'plum', 'cried', 'mocking', 'tone', 'trying', 'afraid', 'said', 'new', 'scholar', 'boldly', 'want', 'afraid', 'like', 'know', 'best', 'sort', 'fear', 'fear', 'sonic', 'school', 'fellow', 'likely', 'lead', 'low', 'weak', 'contemptible', 'fear', 'parent', 'inspire', 'thing', 'manly', 'noble', 'fear', 'best', 'boy', 'felt', 'headway', 'new', 'scholar', 'said', 'hurt', 'liked', 'better', 'way', 'bad', 'boy', 'mean', 'gathered', 'work', 'play', 'greater', 'relish', 'champion', 'friend', 'study', 'better', 'play', 'better', 'said', 'principal', 'hunt', 'choice', 'fellow', 'carry', 'influence', 'boy', 'school', 'thing', 'mean', 'bad', 'sneak', 'way', 'anon', 'newbern', 'baptized', 'returning', 'field', 'january', 'waiting', 'baptism', 'valley', 'decision', 'altogether', 'prospect', 'encouraging', 'way', 'raised', 'june', 'nearly', 'cent', 'raised', 'return', 'work', 'sent', 'purchase', 'home', 'work', 'africa', 'tithe', 'bid', 'fair', 'soon', 'support', 'laborer', 'seen', 'mighty', 'working', 'invisible', 'leading', 'preparing', 'people', 'glorious', 'appearing', 'page', 'epard', 'let', 'pas', 'people', 'evil', 'thing', 'mind', 'hear', 'heard', 'let', 'pas', 'uttered', 'real', 'sentiment', 'heart', 'said', 'heat', 'anger', 'let', 'pas', 'hurt', 'permanently', 'let', 'stop', 'let', 'pas', 'gospel', 'herald', 'surroundings', 'yesterday', 'past', 'gone', 'catch', 'tail', 'tomorrow', 'ask', 'oldest', 'inhabitant', 'tell', 'neighborhood', 'seen', 'tomorow', 'time', 'people', 'live', 'ekpectation', 'die', 'dread', 'privileged', 'know', 'doe', 'come', 'chance', 'unprepared', 'acquainted', 'today', 'man', 'best', 'friend', 'tomorrow', 'trust', 'future', 'howe', 'pleasant', 'let', 'dead', 'past', 'bury', 'dead', 'act', 'act', 'living', 'present', 'heart', 'god', 'erhead', 'robert', 'fear', 'best', 'new', 'scholar', 'arrived', 'beginning', 'term', 'academy', 'dressed', 'fine', 'looking', 'lad', 'appearance', 'boy', 'liked', 'set', 'fellow', 'immediately', 'surrounded', 'invited', 'join', 'carousal', 'frolic', 'suppose', 'boy', 'know', 'pretty', 'mean', 'spend', 'money', 'eating', 'drinking', 'amusement', 'run', 'large', 'friend', 'hard', 'pay', 'wanted', 'new', 'scholar', 'join', 'contrived', 'laughing', 'reproaching', 'boy', 'wanted', 'mesh', 'new', 'boy', 'afraid', 'yield', 'new', 'scholar', 'refused', 'invitation', 'called', 'mean', 'stingy', 'charge', 'boy', 'particularly', 'sore', 'hearing', 'mean', 'answered', 'generosity', 'spending', 'money', 'soon', 'spent', 'supplied', 'sacrifice', 'stingy', 'stinginess', 'choosing', 'beg', 'money', 'friend', 'order', 'spend', 'way', 'friend', 'disapprove', 'money', 'come', 'havn', 'earn', 'boy', 'mean', 'spend', 'farthing', 'way', 'ashamed', 'account', 'father', 'mother', 'asked', 'leading', 'string', 'fraid', 'father', 'fraid']
root - INFO - extracting file #24500: 2017-04-Final-Corpus/GH19180401-V12-04-page8.txt
root - INFO - extracting file #25000: 2017-04-Final-Corpus/GOH18980801-V02-08-page6.txt
root - INFO - ['gospel', 'health', 'farther', 'work', 'money', 'pay', 'men', 'buying', 'material', 'replied', 'trusted', 'material', 'said', 'pay', 'men', 'suggested', 'town', 'grocery', 'household', 'good', 'merchant', 'trust', 'turn', 'men', 'family', 'live', 'prosecuting', 'work', 'building', 'plan', 'adopted', 'carried', 'successfully', 'till', 'lord', 'provided', 'money', 'came', 'time', 'needed', 'thousand', 'dollar', 'order', 'complete', 'building', 'possible_way', 'getting', 'money', 'prayed', 'matter', 'gave', 'earnest', 'study', 'light', 'time', 'drew', 'near', 'money', 'forthcoming', 'day', 'thought', 'came', 'ing', 'collier', 'president', 'city', 'national', 'bank', 'telling', 'met', 'gentleman', 'year', 'came', 'time', 'sand', 'said', 'doctor', 'like', 'examine', 'examined', 'physician', 'want', 'know', 'opinion', 'case', 'brief', 'examination', 'told', 'buy', 'new', 'liver', 'main', 'trouble', 'stomach', 'liver', 'said', 'want', 'examine', 'lung', 'sure', 'right', 'lately', 'examined', 'physician', 'detroit', 'said', 'consumption', 'live', 'month', 'close', 'business', 'examined', 'physician', 'thought', 'live', 'month', 'sure', 'lung', 'affected', 'want', 'undertake', 'cure', 'took', 'course', 'treatment', 'sanitarium', 'man', 'enjoying', 'good_health', 'year', 'died', 'week', 'went', 'collier', 'said', 'want', 'advice', 'putting', 'new_building', 'plenty', 'people', 'occupy', 'room', 'fast', 'complete', 'soon', 'building', 'furnished', 'begin', 'pay', 'debt', 'need', 'thousand', 'dollar', 'shall', 'replied', 'hesitation', 'think', 'help', 'law', 'doe', 'permit', 'loan', 'institution', 'thousand', 'dollar', 'proper', 'security', 'note', 'thousand', 'dollar', 'friend', 'note', 'thousand', 'dollar', 'endorse', 'let', 'thousand', 'dollar', 'way', 'faith', 'security', 'year', 'ago', 'collier', 'came', 'referring', 'transaction', 'asked', 'come', 'said', 'foolish', 'thing', 'business', 'standpoint', 'felt', 'heart', 'want', 'proposition', 'cashier', 'bank', 'said', 'crazy', 'told', 'bank', 'loan', 'money', 'detroit', 'hire', 'money', 'personal', 'responsibility', 'felt', 'wanted', 'know', 'prompted', 'deed', 'spirit', 'god', 'moving', 'heart', 'behalf', 'lord', 'work', 'week', 'later', 'thousanddollar', 'note', 'protest', 'pay', 'day', 'course', 'occurred', 'spoil', 'credit', 'went', 'collier', 'told', 'situation', 'said', 'right', 'let', 'overdraw', 'told', 'clerk', 'charge', 'book', 'cent', 'security', 'told', 'public', 'feared', 'people', 'think', 'collier', 'safe', 'man', 'business', 'unbusinesslike', 'proceeding', 'way', 'great', 'financial', 'crisis', 'god', 'kept', 'ruin', 'disaster', 'single', 'note', 'gone', 'protest', 'institution', 'sued', 'debt', 'applied', 'money', 'deposit', 'receiving', 'tight', 'place', 'seen', 'time', 'knew', 'lord', 'especially', 'help', 'work', 'certainly', 'piece', 'recently', 'passed', 'crisis', 'greatest', 'brought', 'face', 'face', 'question', 'work', 'conspiracy', 'destroy', 'men', 'far', 'away', 'god', 'dark', 'institution', 'man', 'love', 'fellow_men', 'ought', 'support', 'commercial', 'money', 'making', 'concern', 'honest', 'kindhearted', 'men', 'gotten', 'perverse', 'way', 'looking', 'work', 'anxious', 'money', 'board', 'management', 'right', 'duty', 'making', 'public', 'statement', 'thing', 'discussed']
root - INFO - extracting file #25500: 2017-04-Final-Corpus/GS18870101-V02-01-page1.txt
root - INFO - extracting file #26000: 2017-04-Final-Corpus/HM18900101-V02-01-page10.txt
root - INFO - ['home_missionary', 'health', 'temperance', 'conducted', 'jones', 'ventilate', 'cottage', 'home', 'season', 'year', 'question', 'fresh_air', 'important', 'astonishing', 'apathy', 'majority', 'person', 'regard', 'subject', 'thousand', 'lecture', 'hall', 'utmost', 'unconcern', 'spend', 'hour', 'stifling', 'polluted', 'atmosphere', 'dwelling', 'pillion', 'human', 'barricade', 'essential', 'necessary', 'life', 'god', 'life', 'giving', 'oxygen', 'result', 'consumption', 'scourge', 'civilization', 'annual', 'sacrifice', 'ignorance', 'heedlessness', 'nature', 'requirement', 'respect', 'sends', 'untimely', 'graf', 'nearly', 'fifth', 'die', 'sanitary', 'subject', 'ought', 'intelligent', 'person', 'question', 'ventilate', 'home', 'construction', 'dwelling', 'attention', 'given', 'ample', 'provision', 'adequate', 'supply', 'fresh', 'pure_air', 'remembered', 'person', 'requires', 'cubic_feet', 'pure', 'fresh_air', 'minute', 'cubic_feet', 'hour', 'secure', 'air', 'requires', 'person', 'opening', 'net', 'sixth', 'square', 'foot', 'area', 'absolute', 'safety', 'requires', 'larger', 'area', 'fresh_air', 'way', 'crack', 'vindow', 'sash', 'door', 'brick', 'wall', 'uncertain', 'inadequate', 'supply', 'opening', 'provided', 'convenient', 'place', 'purpose', 'provision', 'proper', 'ventilation', 'house', 'time', 'construction', 'little', 'expense', 'need', 'involved', 'importance', 'giving', 'matter', 'attention', 'planning', 'dwelling', 'following', 'brief', 'summary', 'principle', 'correct', 'ventilation', 'ought', 'familiar', 'interested', 'housebuilding', 'efficient', 'ventilation', 'room', 'building', 'opening', 'necessary', 'entrance', 'fresh_air', 'egress', 'foul', 'air', 'fresh_air', 'enters', 'room', 'warm', 'furnace', 'heating', 'foul', 'air', 'opening', 'oldest', 'air', 'room', 'consequently', 'impure', 'room', 'longest', 'gradually', 'cooled', 'contact', 'outside', 'wall', 'window', 'surface', 'room', 'boated', 'stove', 'foul', 'air', 'opening', 'near', 'ceiling', 'size', 'opening', 'depends', 'number', 'person', 'supplied', 'air', 'laid', 'general_rule', 'opening', 'twentyfour', 'square', 'inch', 'space', 'inlet', 'outlet', 'required', 'individual', 'room', 'opening', 'sufficient', 'size', 'allow', 'passage', 'cubic_feet', 'air', 'hour', 'creating', 'perceptible', 'draught', 'air', 'travel', 'room', 'rapidly', 'foot', 'second', 'current', 'perceptible', 'sickroom', 'need', 'time', 'ordinary', 'ventilation', 'foul', 'air', 'opening', 'connect', 'heated', 'ventilating', 'shaft', 'cold', 'air', 'shaft', 'uncertain', 'ventilator', 'relied', 'draught', 'shaft', 'depends', 'hight', 'shaft', 'heat', 'method', 'heating', 'ventilating', 'shaft', 'adopted', 'building', 'heated', 'steam', 'steampipes', 'employed', 'ordinary', 'dwelling', 'waste', 'heat', 'smoke', 'pipe', 'chimney', 'utilized', 'purpose', 'oil', 'stove', 'gas', 'jet', 'heating', 'small', 'shaft', 'dwelling', 'small', 'stove', 'accomplish', 'purpose', 'larger', 'shaft', 'room', 'different', 'story', 'open', 'ventilating', 'shaft', 'upper', 'room', 'certain', 'circumstance', 'receive', 'foul', 'air', 'room', 'constructing', 'dwelling', 'house', 'reference', 'health', 'matter', 'heating', 'ventilating', 'know', 'better', 'plan', 'heating', 'provide', 'improved', 'form', 'furnace', 'mean', 'supplying', 'warm', 'pure_air', 'grate', 'room', 'suite', 'room', 'mean', 'ventilation', 'kellogg', 'reader', 'notice', 'home_missionary', 'change', 'appearance', 'year', 'leading', 'feature', 'improvement', 'addition', 'health', 'person', 'congregate', 'church']
root - INFO - extracting file #26500: 2017-04-Final-Corpus/HM18910601-V03-06-page1.txt
root - INFO - extracting file #27000: 2017-04-Final-Corpus/HM18930101-V05-01-page2.txt
root - INFO - ['home', 'missionary', 'jan', 'great_work', 'loud_cry', 'angel', 'accomplished', 'lord', 'teach', 'humility', 'teach', 'own_selves', 'dwelleth', 'good_thing', 'righteousness', 'gift', 'come', 'christ', 'obtained', 'faith', 'live', 'faith', 'whatsoever', 'faith', 'sin', 'learn', 'way', 'way', 'fitted', 'great_work', 'lord', 'bring', 'condition', 'afford', 'work', 'brought', 'condition', 'lord', 'receive', 'honor', 'working', 'read', 'luke', 'act', 'time', 'great', 'reformation', 'justification', 'faith', 'great', 'soul', 'inspiring', 'theme', 'martin', 'luther', 'previous', 'time', 'church', 'fallen', 'certain', 'grevious', 'fundamental', 'error', 'aubigne', 'describes', 'faith', 'according', 'paul', 'way', 'believer', 'understanding', 'heart', 'enters', 'preaent', 'possession', 'salvation', 'purchased', 'incarnation', 'death', 'son', 'god', 'jesus', 'christ', 'apprehended', 'faith', 'hour', 'thing', 'thing', 'believer', 'communicates', 'human_nature', 'divine_life', 'believer', 'renewed', 'set', 'free', 'power', 'self', 'sin', 'feel', 'new', 'affection', 'bear', 'new', 'fruit', 'faith', 'appropriation', 'salvation', 'economy', 'christian', 'doctrine', 'place', 'degree', 'practical', 'view', 'faith', 'forgotten', 'ere', 'long', 'regarded', 'bare', 'act', 'understanding', 'mere', 'submission', 'commanding', 'evidence', 'primary', 'error', 'second', 'necessarily', 'resulted', 'faith', 'robbed', 'practical', 'character', 'longer', 'maintained', 'faith', 'saved', 'work', 'longer', 'followed', 'place', 'fruit', 'necessary', 'range', 'line', 'church', 'taught', 'believe', 'sinner', 'justified', 'faith', 'work', 'history', 'reformation', 'book', 'coming', 'time', 'protest', 'prince', 'diet', 'spire', 'reformation', 'placed', 'sure_foundation', 'historian', 'describes', 'condition', 'reformed', 'church', 'place', 'instead', 'hierarchy', 'seeking', 'righteousness', 'work', 'man', 'glory', 'external', 'pomp', 'strength', 'material', 'power', 'church', 'apostle', 'reappeared', 'humble', 'primitive', 'time', 'like', 'ancient', 'christian', 'looking', 'righteousness', 'glory', 'power', 'solely', 'blood', 'christ', 'word', 'god', 'mem', 'book', 'time', 'apostle', 'great', 'reformation', 'lord', 'great_work', 'people', 'doctrine', 'righteousness', 'christ', 'receives', 'attention', 'presented', 'central', 'theme', 'important', 'doctrine', 'gospel', 'message', 'fit', 'people', 'lord', 'great_work', 'conflict', 'thank', 'lord', 'revival', 'glorious', 'heavenborn', 'message', 'need', 'better', 'proof', 'great_crisis', 'fact', 'message', 'righteousness', 'christ', 'preached', 'past', 'year', 'true', 'message', 'time', 'termed', 'beginning', 'loud_cry', 'good_work', 'spreading', 'lord', 'wonderfully', 'blessing', 'people', 'recent', 'meeting', 'held', 'college', 'review', 'office', 'battle', 'creek', 'good_work', 'spreading', 'springing', 'place', 'elder', 'scoles', 'recent_letter', 'writing', 'meeting', 'held', 'graysville', 'tenn', 'sabbath', 'december', 'tell', 'good_meeting', 'sabbath', 'heard', 'awakening', 'enjoying', 'battle', 'creek', 'college', 'felt', 'like', 'crumb', 'expect', 'gracious', 'feast', 'called', 'participate', 'sabbath', 'elder', 'colcord', 'read', 'letter', 'received', 'sister', 'kilgore', 'relating', 'circumstance', 'connected', 'work', 'battle', 'creek', 'turned', 'service', 'right', 'social_meeting', 'lord', 'think', 'agreed', 'lord', 'place', 'begin', 'like', 'idea', 'pentecost', 'experienced', 'spirit', 'fanaticism', 'excitement', 'wave', 'wave', 'glory', 'power', 'spirit', 'god', 'passed', 'company', 'meeting', 'lasted', 'till', 'intermission', 'thought', 'hungry', 'tired', 'receiving', 'food', 'table', 'heaven', 'student', 'academy', 'hopefully', 'converted', 'god', 'day', 'rejoiced', 'privilege', 'burying', 'lord', 'baptism', 'elder', 'kilgore', 'daughter', 'mamie', 'number', 'lord', 'praise', 'brother', 'writing', 'place', 'praying', 'rain', 'falling', 'come', 'good_work', 'confined', 'country', 'land', 'felt', 'time']
root - INFO - extracting file #27500: 2017-04-Final-Corpus/HM18940801-V06-08-page1.txt
root - INFO - extracting file #28000: 2017-04-Final-Corpus/HM18960301-V08-03-page28.txt
root - INFO - ['home', 'missionary', 'home', 'missionary', 'monthly', 'journal', 'page', 'object', 'dissemination', 'general', 'missionary', 'intelligence', 'discussion', 'plan', 'method', 'report', 'labor', 'battle', 'creek', 'mich', 'march', 'apple', 'gold', 'library', 'little', 'time', 'international', 'tract', 'society', 'publishing', 'series', 'small', 'leaflet', 'apple', 'gold', 'library', 'leaflet', 'suitable', 'size', 'enclose', 'ordinary', 'envelope', 'present_time', 'twentynine', 'number', 'little', 'tract', 'treating', 'variety', 'practical', 'doctrinal', 'subject', 'people', 'desired', 'leaflet', 'use', 'missionary_work', 'particularly', 'correspondence', 'glad', 'large_number', 'printed', 'distributed', 'way', 'believe', 'people', 'generally', 'knew', 'leaflet', 'extensively', 'present_time', 'complete', 'catalogue', 'leaflet', 'applying', 'secretary', 'state', 'tract', 'society', 'publishing', 'house', 'suggest', 'good', 'idea', 'send', 'sample', 'tract', 'examine', 'know', 'appropriate', 'order', 'use', 'particular', 'line', 'missionary', 'correspondence', 'use', 'missionary', 'correspondence', 'writing', 'individual', 'topic', 'enclose', 'leaflet', 'making', 'mention', 'possible', 'accomplish', 'good', 'thi', 'notice', 'regard', 'apple', 'gold', 'library', 'mind', 'neglect', 'use', 'little', 'tract', 'interesting', 'valuable', 'pamphlet', 'early_history', 'work', 'sister', 'white', 'wrote', 'series', 'pamphlet', 'life', 'christ', 'apostle', 'pamphlet', 'superseded', 'later', 'bound', 'volume', 'sold', 'title', 'spirit', 'prophecy', 'turn', 'superseded', 'larger', 'subscription', 'book', 'entitled', 'great', 'controversy', 'ground', 'covered', 'completely', 'new', 'life', 'christ', 'preparation', 'issued', 'book', 'patriarch', 'prophet', 'life', 'christ', 'great', 'controversy', 'vol', 'cover', 'complete', 'ground', 'fall', 'till', 'close', 'time', 'later', 'publication', 'invaluable', 'fact', 'valuable', 'earlier', 'treat', 'subject', 'fully', 'great', 'people', 'desire', 'earlier', 'publication', 'set', 'pamphlet', 'life', 'christ', 'apostle', 'left', 'short_time', 'ago', 'bound', 'neat', 'volume', 'cloth', 'set', 'left', 'course', 'gone', 'new', 'life', 'christ', 'ready', 'month', 'sabbath', 'school', 'lesson', 'gospel', 'john', 'quarter', 'thought', 'especially', 'leading', 'worker', 'knew', 'pamphlet', 'glad', 'advertising', 'different', 'individual', 'heard', 'purchasing', 'attention', 'brother', 'sister', 'way', 'glad', 'supply', 'desire', 'stock', 'exhausted', 'pamphlet', 'bound', 'volume', 'stated', 'sent', 'postpaid', 'address', 'send', 'order', 'book', 'direct', 'international', 'tract', 'society', 'battle', 'creek', 'mich', 'tait', 'medical', 'missionary', 'free', 'copy', 'medical', 'missionary', 'copy', 'good_health', 'sent', 'free', 'organized', 'volunteer', 'christian', 'help', 'band', 'member', 'send', 'regular', 'monthly', 'report', 'work', 'leader', 'journal', 'mailed', 'leader', 'band', 'place', 'medical', 'missionary', 'auxiliary', 'association', 'exist', 'report', 'sent', 'secretary', 'association', 'free', 'copy', 'sent', 'band', 'extra', 'copy', 'association', 'such_cases', 'kellogg', 'pres', 'medical', 'missionary', 'benevolent', 'association']
root - INFO - extracting file #28500: 2017-04-Final-Corpus/HR18660801-V01-01-page12.txt
root - INFO - extracting file #29000: 2017-04-Final-Corpus/HR18681201-V03-06-page14.txt
root - INFO - ['pierciout', 'inigaiip', 'the_health_reformer', 'coercive', 'persuasive', 'mean', 'selection', 'governed', 'consideration', 'distinction', 'temperament', 'great_importance', 'connection', 'knowledge', 'mental', 'disposition', 'determining', 'nature', 'degree', 'require', 'child', 'stand', 'certain_time', 'greater', 'punishment', 'sanguine', 'child', 'lymphatic', 'bilious', 'child', 'impose', 'punishment', 'requiring', 'considerable', 'degree', 'physical', 'activity', 'oppressive', 'lymphatic', 'bilious', 'temperament', 'prove', 'mere', 'frolic', 'child', 'failing', 'eye', 'person', 'suffering', 'dyspepsia', 'malady', 'care', 'eye', 'disease', 'impairs', 'strength', 'nervous_system', 'depressed', 'laboring', 'form', 'depression', 'eye', 'particularly', 'liable', 'weak', 'reason', 'nerve', 'brain', 'distributed', 'wholly', 'partially', 'eye', 'great', 'sympathetic', 'nerve', 'disturbed', 'stomach', 'liver', 'intestine', 'communicates', 'telegraphic', 'speed', 'brain', 'eye', 'advice', 'given', 'reference', 'comfortable', 'use', 'eye', 'undoubtedly', 'sanguine', 'temperament', 'distinckeep', 'intestine', 'liver', 'stomach', 'tions', 'apply', 'persuasive', 'measure', 'promise', 'cookey', 'strong', 'inducement', 'lymphatic', 'temperament', 'produce', 'persuasion', 'nervous', 'temperament', 'promise', 'story', 'picture', 'appropriate', 'sanguine', 'temperament', 'game', 'ball', 'teacher', 'observes', 'difference', 'child', 'understand', 'principle', 'underlie', 'basis', 'intelligent', 'discrimination', 'practice', 'john', 'hecker', 'swedish', 'woman', 'bedding', 'road', 'home', 'linen', 'recollect', 'instance', 'brought', 'fresh', 'sweet', 'press', 'household', 'arrangement', 'people', 'tidy', 'cleanly', 'little', 'deficient', 'regard', 'person', 'clothing', 'healthy', 'substantial', 'character', 'woman', 'consult', 'comfort', 'ornament', 'wear', 'cloth', 'pantaloon', 'petticoat', 'able', 'gather', 'arm', 'wading', 'snowdrift', 'seen', 'low', 'necked', 'dress', 'shoe', 'north', 'stockholm', 'damsel', 'trip', 'daybreak', 'shod', 'like', 'mountaineer', 'sensible', 'man', 'sooner', 'damsel', 'wife', 'delicate', 'cinderella', 'ball', 'room', 'protest', 'lose', 'patience', 'think', 'habit', 'american', 'woman', 'especially', 'country', 'girl', 'saxon', 'race', 'doe', 'deteriorate', 'american', 'atlantic', 'ethnologist', 'anticipate', 'wholly', 'fault', 'bayard', 'taylor', 'northern', 'europe', 'healthy_condition', 'word', 'confirm', 'general_health', 'impaired', 'read', 'especially', 'write', 'long', 'giving', 'eye', 'rest', 'great', 'remedy', 'eye', 'disease', 'depends', 'nerve', 'muscle', 'rest', 'rest', 'rest', 'good', 'humor', 'good', 'humor', 'great', 'calamity', 'embitter', 'existence', 'petty', 'vexation', 'small', 'jealousy', 'little', 'disappointment', 'minor', 'misery', 'heart', 'heavy', 'temper', 'sour', 'let', 'anger', 'pure', 'waste', 'vitality', 'foolish', 'disgraceful', 'rare', 'case', 'kindled', 'seeing', 'wrong', 'noble', 'rage', 'seldom', 'mend', 'matter', 'good', 'humor', 'man', 'doe', 'best', 'cheerful', 'light', 'heart', 'nimble', 'hand', 'mind', 'free', 'alert', 'misfortune', 'great', 'sour', 'temper', 'cheerfulness', 'lost', 'lost', 'good', 'humor', 'look', 'early_life', 'truly', 'helpful', 'men', 'life', 'easier', 'nobler', 'come', 'invariably', 'lived', 'purely', 'day', 'youth', 'early_life', 'brain', 'abounding', 'vigor', 'sensitive', 'susceptible', 'injury', 'degree', 'comparatively', 'brief', 'moderate', 'indulgence', 'vicious', 'pleasure', 'appears', 'lower', 'tone', 'impair', 'delicacy', 'efficiency', 'brain', 'life', 'preaching', 'boy', 'simply', 'truth', 'science', 'parton', 'blithe', 'heart', 'blooming', 'visage', 'friend', 'known', 'till', 'needed']
root - INFO - extracting file #29500: 2017-04-Final-Corpus/HR18701201-V05-06-page12.txt
root - INFO - extracting file #30000: 2017-04-Final-Corpus/HR18720401-V07-04-page21.txt
root - INFO - ['govrvorendtuto', 'paterson', 'asks', 'cheese', 'good', 'forth', 'health', 'eaten', 'day', 'worse', 'pork', 'cheese', 'old', 'better', 'article', 'diet', 'pork', 'eating', 'simply', 'making', 'choice', 'evil', 'regard', 'cheese', 'wholesome', 'diet', 'thing', 'healthful', 'discard', 'jersey', 'ill', 'trouble', 'child', 'originates', 'stomach', 'indigestion', 'primary', 'cause', 'discard', 'grease', 'kind', 'condiment', 'let', 'diet', 'unbolted', 'wheat', 'bread', 'fruit', 'meal', 'day', 'retire', 'early', 'short', 'sitz', 'bath', 'going', 'bed', 'night', 'week', 'general', 'bath', 'week', 'use', 'tepid', 'enema', 'occasionally', 'apply', 'compress', 'freely', 'hour', 'time', 'advise', 'strictly', 'hygienic', 'diet', 'eat', 'lightly', 'later', 'exercise', 'daily', 'door', 'sitz', 'ath', 'foot', 'bath', 'time', 'frequently', 'going', 'bed', 'leg', 'bath', 'time', 'week', 'minute', 'minute', 'twice', 'week', 'use', 'hot', 'cold', 'rub', 'spine', 'confinement', 'apply', 'cool', 'compress', 'abdomen', 'hot', 'spine', 'alternate', 'minute', 'applying', 'hot', 'compress', 'abdomen', 'cool', 'spine', 'cool', 'douche', 'certain', 'cure', 'flowing', 'brighton', 'ill', 'doctor', 'treatment', 'year', 'scurvy', 'tired', 'taking', 'drug', 'tell', 'probably', 'scurvy', 'overdoses', 'medicine', 'better', 'discontinue', 'use', 'drug', 'giving', 'long', 'trial', 'try', 'nature', 'medicine', 'fruit', 'grain', 'vegetable', 'pure', 'air', 'sunshine', 'exercise', 'door', 'patiently', 'wait', 'nature', 'work', 'beloit', 'congested', 'state', 'brain', 'digestion', 'good', 'case', 'little', 'trouble', 'constant', 'dull', 'pain', 'change', 'hygienic', 'diet', 'meal', 'day', 'time', 'remove', 'pain', 'hard', 'water', 'improved', 'boiling', 'boiling', 'small', 'bag', 'bran', 'water', 'hard', 'water', 'fit', 'bathing', 'purpose', 'washing', 'clothes', 'patient', 'work', 'board', 'treatment', 'work', 'require', 'strength', 'healthy', 'ohio', 'examine', 'remove', 'obstruction', 'accumulate', 'child', 'ear', 'occasionally', 'cleanse', 'soft', 'cloth', 'warm_water', 'feed', 'regularly', 'good', 'hygienic', 'food', 'let', 'run', 'door', 'bathe', 'twice', 'week', 'tepid', 'water', 'subscriber', 'method', 'treating', 'quinsy', 'hot', 'foot', 'bath', 'fomentation', 'throat', 'followed', 'cool', 'compress', 'sitz', 'bath', 'sweating', 'dripping', 'sheet', 'minute', 'pack', 'hour', 'observing', 'foot', 'warm', 'head', 'cool', 'bowel', 'necessary', 'tepid', 'enema', 'case', 'unbalanced', 'state', 'circulation', 'consequence', 'congestion', 'throat', 'head', 'brain', 'balance', 'circulation', 'giving', 'warm', 'foot', 'sitz', 'bath', 'cool', 'application', 'head', 'let', 'followed', 'hour', 'warm', 'general', 'bath', 'pack', 'strength', 'patient', 'determine', 'yoh', 'governed', 'measure', 'patient', 'feeling', 'person', 'sensitive', 'cold', 'degree', 'cool', 'case', 'mild', 'treatment', 'indicated', 'person', 'feeble', 'poor', 'circulation', 'use', 'water', 'mild', 'temperature', 'iowa', 'difficulty', 'lady', 'probably', 'disease', 'liver', 'stomach', 'catarrh', 'indicated', 'case', 'come', 'institute', 'care', 'good', 'physician', 'live', 'door', 'time', 'weather', 'permit', 'use', 'pure', 'diet', 'nice', 'grain', 'fruit', 'great', 'pain', 'foot', 'hand', 'warm', 'clothing', 'warmly', 'exercising', 'according', 'strength', 'foot', 'bath', 'night', 'going', 'bed', 'bath', 'minute', 'dip', 'cold_water', 'rub', 'dry', 'week', 'sitz', 'bath', 'minute', 'minute', 'week', 'hot', 'cold', 'wet', 'hand', 'rub', 'stomach', 'liver', 'week', 'fomentation', 'liver', 'stomach', 'bowel', 'minute', 'week', 'dripping', 'sheet', 'use', 'frequent', 'manipulation', 'bowel', 'better', 'discontinue', 'use', 'milk', 'tends', 'clog', 'digestion', 'time', 'recover', 'health', 'eat', 'tired', 'great', 'harm', 'sameness', 'diet', 'frequent', 'change', 'kind', 'the_health_reformer']
root - INFO - extracting file #30500: 2017-04-Final-Corpus/HR18730901-V08-09-page10.txt
root - INFO - extracting file #31000: 2017-04-Final-Corpus/HR18741201-V09-12-page29.txt
root - INFO - ['scientific', 'sun', 'constitution', 'condition', 'distance', 'questionswhich', 'unsettled', 'subject', 'century', 'patient', 'inquiry', 'hope', 'settling', 'vexing', 'problem', 'solar', 'distance', 'cause', 'astronomer', 'globe', 'look', 'forward', 'transit', 'venus', 'occur', 'present', 'month', 'astronomy', 'mathematical', 'science', 'classed', 'accordingly', 'exact', 'science', 'far', 'accurate', 'deduction', 'unable', 'measure', 'distance', 'center', 'solar', 'million', 'mile', 'spectroscope', 'claimed', 'reveal', 'atomic', 'constitution', 'sun', 'deduction', 'wholly', 'satisfactory', 'physical', 'state', 'great', 'luminary', 'choose', 'variety', 'theory', 'boast', 'general', 'credence', 'distinguished', 'supporter', 'believe', 'source', 'light', 'heat', 'cold', 'opaque', 'mass', 'simply', 'enveloped', 'shell', 'phosphorescent', 'cloud', 'broken', 'allowing', 'dark', 'body', 'seen', 'giving', 'rise', 'sun', 'spot', 'sagely', 'scout', 'idea', 'light', 'heat', 'emanate', 'frigorifie', 'source', 'believe', 'sun', 'redhot', 'solid', 'mass', 'heated', 'burning', 'immense', 'quantity', 'carbon', 'combustible', 'declares', 'central', 'orb', 'fluid', 'state', 'comparable', 'molten', 'lava', 'undergoing', 'process', 'cooling', 'solidification', 'eventually', 'lose', 'heat', 'freeze', 'bringing', 'dire', 'catastrophe', 'million', 'year', 'young', 'cap', 'climax', 'assertion', 'thing', 'gas', 'assures', 'mighty', 'orb', 'hear', 'grand', 'story', 'said', 'ruling', 'power', 'great', 'planetary', 'huge', 'bubble', 'gas', 'inside', 'trying', 'said', 'cause', 'terrific', 'irruption', 'frequently', 'occur', 'making', 'huge', 'rent', 'surface', 'solar', 'disc', 'bubble', 'doe', 'collapse', 'forming', 'fast', 'broken', 'farce', 'continued', 'theory', 'young', 'advance', 'support', 'theory', 'ingenious', 'argument', 'propose', 'form', 'definite', 'opinion', 'concerning', 'wondrous', 'luminary', 'approaching', 'transit', 'possibly', 'wonderful', 'development', 'glittrarg', 'otirto', 'medical', 'use', 'alcohol', 'james', 'edmunds', 'new', 'york', 'national', 'temperance', 'society', 'work', 'comprises', 'lecture', 'delivered', 'edmunds', 'distinguished', 'london', 'physician', 'occasion', 'recent_visit', 'country', 'auspex', 'national', 'temperance', 'society', 'lecture', 'entitled', 'respectively', 'medical', 'use', 'alcohol', 'stimulant', 'woman', 'nursing', 'mother', 'dietetic', 'use', 'alcohol', 'edmunds', 'demonstrates', 'conclusively', 'statistic', 'incontrovertible', 'fact', 'common_use', 'alcohol', 'common_people', 'physician', 'unscientific', 'unnecessary', 'productive', 'vast_amount', 'injury', 'human_race', 'need', 'comment', 'excellent_work', 'publish', 'number', 'lengthy', 'extract', 'expect', 'reader', 'future', 'number', 'temperance', 'almanac', 'teetotaler', 'year_book', 'new', 'york', 'national', 'temperance', 'society', 'friend', 'remark', 'little', 'work', 'good_things', 'agree', 'contains', 'interesting', 'paragraph', 'instruction', 'amusement', 'young', 'old', 'eating', 'strength', 'holbrook', 'new', 'york', 'wood', 'holbrook', 'publisher', 'sent', 'work', 'suppose', 'expect', 'candid', 'criticism', 'largely', 'composed', 'recipe', 'cookery', 'represented', 'accordance', 'scientific', 'principle', 'questionable', 'compelled', 'according', 'experience', 'reader', 'health_reformer', 'great', 'portion', 'considered', 'hygienic', 'wholesome', 'justice', 'improvement', 'wretched', 'compound', 'popular', 'cook', 'book', 'think', 'author', 'unjust', 'imputation', 'intimate', 'dietetics', 'discard', 'salt', 'butter', 'cheese', 'fat', 'animal', 'food', 'condiment', 'founded', 'conception', 'brain', 'fancy', 'theorizer', 'opinion', 'living', 'principle', 'purely', 'result', 'inductive', 'reasoning', 'known', 'hygienic', 'reformer', 'claim', 'exponent', 'wellspring', 'published', 'monthly', 'cincinnati', 'ohio', 'new', 'magazine', 'glad', 'notice', 'worthy', 'patronage', 'prospectus', 'defines', 'object', 'journal', 'exposure', 'popular', 'error', 'day', 'character', 'reformatory', 'character', 'wish', 'abundant', 'success', 'health', 'reformer']
root - INFO - extracting file #31500: 2017-04-Final-Corpus/HR18760401-V11-04-page18.txt
root - INFO - extracting file #32000: 2017-04-Final-Corpus/HR18770701-V12-07-page8.txt
root - INFO - ['ill', 'precocious', 'child', 'disappoint', 'ardent', 'ing', 'love', 'change', 'simply', 'giving', 'expectation', 'friend', 'fiber', 'organ', 'chance', 'perfect', 'arrive', 'age', 'fondly', 'organization', 'supposed', 'ready', 'blaze', 'extraordinary', 'mental', 'brilliancy', 'feeble', 'light', 'slow', 'sure', 'true', 'saying', 'gradually', 'evolving', 'intellect', 'flower', 'unfolds', 'beauty', 'safer', 'process', 'bursting', 'open', 'suddenly', 'wither', 'ray', 'morning', 'sun', 'child', 'ought', 'taught', 'moral', 'duty', 'till', 'aye', 'reached', 'year', 'thire', 'brain', 'condition', 'concentrating', 'thought', 'perfect', 'liberty', 'act', 'exuberant', 'playfulness', 'little', 'restraint', 'possible', 'consistent', 'proper', 'discipline', 'lesson', 'good', 'manner', 'courtesy', 'truth', 'order', 'time', 'lost', 'giving', 'scope', 'exercising', 'body', 'mind', 'activity', 'evervarying', 'amusement', 'way', 'tutoring', 'muscle', 'organ', 'sense', 'preparing', 'place', 'responsibility', 'future', 'child', 'sleep', 'rest', 'active', 'limb', 'require', 'process', 'rapidly', 'going', 'physical', 'completion', 'body', 'reason', 'require', 'repose', 'internal', 'artisan', 'labor', 'intense', 'energy', 'quiescent', 'slumber', 'growth', 'suspended', 'awake', 'renewed', 'instant', 'eyelid', 'closed', 'unfledged', 'bird', 'nest', 'sleep', 'nearly', 'time', 'leaving', 'shell', 'till', 'feather', 'sufficiently', 'developed', 'sustain', 'wing', 'perfect', 'quietude', 'favor', 'vital', 'process', 'week', 'complete', 'proportion', 'brain', 'large', 'process', 'growth', 'slower', 'allow', 'young_girl', 'boy', 'sleep', 'desire', 'indolence', 'sluggish', 'nature', 'uniformly', 'disposed', 'drowse', 'the_health_reformer', 'public_school', 'overworking', 'pupil', 'goaded', 'fear', 'disgrace', 'punishment', 'late', 'hour', 'morning', 'retired', 'overexcited', 'promised', 'reward', 'immature', 'nervous', 'forced', 'expense', 'vitality', 'pale', 'delicate', 'frail', 'little', 'girl', 'flattered', 'morbid', 'scribed', 'pattern', 'interfere', 'ambition', 'sun', 'day_school', 'commit', 'memory', 'long', 'dry', 'chapter', 'meaning', 'reprehensible', 'violation', 'physical', 'law', 'broken', 'spoiled', 'bright', 'promising', 'child', 'law', 'interrupt', 'process', 'instituted', 'purpose', 'unfinished', 'body', 'weak', 'brain', 'poor_health', 'smith', 'health', 'jew', 'allow', 'child', 'play', 'time', 'wish', 'stop', 'seasonable', 'period', 'disciplining', 'innate', 'power', 'voluntarily', 'commence', 'higher', 'series', 'employment', 'strictions', 'mosaic', 'law', 'respecting', 'diet', 'enjoyment', 'earlier', 'rise', 'earlier', 'nature', 'demand', 'time', 'opportunity', 'completing', 'body', 'according', 'pre', 'writer', 'sanitary', 'record', 'remarking', 'peculiar', 'wholesome', 'recites', 'following', 'fact', 'confirmatory', 'evi', 'lamentable', 'mistake', 'young', 'dence', 'benefit', 'derive', 'miss', 'successive', 'hour', 'piano', 'dragooning', 'accomplishment', 'poor', 'policy', 'deranging', 'minute', 'structure', 'brain', 'long', 'continued', 'practice', 'single', 'sitting', 'attended', 'fatigue', 'continued', 'attitude', 'press', 'painfully', 'certain', 'bone', 'curvature', 'spine', 'droop', 'shoulder', 'traceable', 'such_circumstances', 'recollect', 'bone', 'young_girl', 'completely', 'ossified', 'till', 'near', 'twentieth', 'year', 'hard', 'firm', 'fixed', 'attitude', 'weight', 'body', 'press', 'directly', 'pelvic', 'framework', 'warp', 'line', 'development', 'nature', 'inspired', 'young', 'animal', 'restless', 'spirit', 'purpose', 'movtheir', 'attention', 'hygiene', 'jew', 'present', 'remarkable', 'immunity', 'intermittent', 'fever', 'cholera', 'filth', 'disease', 'convulsion', 'tabes', 'mesenterica', 'child', 'phlegmasia', 'respiratory', 'organ', 'tschudi', 'speaking', 'plague', 'malady', 'affect', 'jew', 'country', 'fracastor', 'mention', 'fact', 'jew', 'escaped', 'completely', 'epidemic', 'typhus', 'rau', 'mention', 'immunity', 'typhus', 'limacque', 'ramazzini', 'insisted', 'immunity', 'jew', 'intermittent', 'fever', 'observed', 'rome', 'dagner', 'jew', 'escaped', 'epidemic', 'dysentery', 'nimegue', 'eisenmann', 'irn']
root - INFO - extracting file #32500: 2017-04-Final-Corpus/HR18781101-V13-11-page29.txt
root - INFO - extracting file #33000: 2017-04-Final-Corpus/HR18800301-V15-03-page18.txt
root - INFO - ['good_health', 'mission', 'wai', 'iced', 'forest', 'light', 'shadow', 'chase', 'flower', 'footstep', 'betide', 'sprang', 'truant', 'space', 'tell', 'loveliness', 'lonely', 'way', 'grace', 'nodded', 'grow', 'bless', 'place', 'story', 'steel', 'pen', 'person', 'use', 'steel', 'pen', 'stamped', 'gillott', 'idea', 'story', 'suffering', 'indomitable', 'pluck', 'persistence', 'belong', 'placing', 'article', 'long', 'depression', 'trade', 'england', 'threw', 'thousand', 'sheffield', 'mechanic', 'work', 'joseph', 'gillott', 'year', 'age', 'left', 'city', 'shilling', 'pocket', 'reaching', 'birmingham', 'went', 'old', 'inn', 'sat', 'wooden', 'settle', 'tap', 'room', 'penny', 'spent', 'roll', 'weak', 'hungry', 'ill', 'friend', 'birmingham', 'little', 'chance', 'work', 'despondency', 'tempted', 'turn', 'beggar', 'tramp', 'sudden', 'fiery', 'energy', 'seized', 'brought', 'fist', 'table', 'declaring', 'try', 'trust', 'god', 'come', 'work', 'day', 'making', 'belt', 'buckle', 'fashionable', 'soon', 'saved', 'pound', 'hired', 'garret', 'bread', 'street', 'carried', 'work', 'bringing', 'taste', 'knowledge', 'tool', 'constant', 'use', 'working', 'hand', 'good', 'secret', 'gillott', 'success', 'workman', 'drudged', 'passively', 'old', 'rut', 'wide', 'awake', 'eager', 'improve', 'work', 'shorten', 'way', 'working', 'fell', 'love', 'pretty', 'sensible', 'girl', 'named', 'mitchell', 'brother', 'making', 'steel', 'pen', 'pen', 'clipped', 'punched', 'polished', 'hand', 'pen', 'sold', 'consequently', 'enormously', 'high', 'price', 'gillott', 'brought', 'skill', 'tool', 'bear', 'matter', 'soon', 'invented', 'machine', 'turned', 'point', 'thousand', 'time', 'man', 'require', 'married', 'miss', 'mitchell', 'carried', 'manufacture', 'year', 'morning', 'marriage', 'industrious', 'young', 'workman', 'gross', 'pen', 'sold', 'thirty', 'dollar', 'pay', 'wedding', 'fee', 'old_age', 'having', 'reaped', 'enormous', 'fortune', 'shrewdness', 'honesty', 'industry', 'gillott', 'went', 'old', 'inn', 'bought', 'settle', 'square', 'sat', 'night', 'sawed', 'chair', 'left', 'heir', 'loom', 'family', 'remind', 'iliem', 'secret', 'success', 'youth', 'conzpanion', 'inebriate', 'brain', 'hyrti', 'far', 'greatest', 'anatomist', 'age', 'tha', 'distinguish', 'darkest', 'room', 'stroke', 'scalpel', 'brain', 'inebr', 'ate', 'person', 'lived', 'soberly', 'congratulate', 'class', 'possession', 'drunkard', 'brain', 'admirably', 'fitted', 'hardness', 'complete', 'preservation', 'purpose', 'demonstration', 'anatomist', 'wish', 'preserve', 'human', 'brain', 'length', 'time', 'effect', 'object', 'keeping', 'crgan', 'vessel', 'alcohol', 'soft', 'pulpy', 'substance', 'comparatively', 'hard', 'inebriate', 'anticipating', 'anatomist', 'begin', 'indurating', 'process', 'death', 'begin', 'brain', 'remains', 'consecrated', 'temple', 'soul', 'delicate', 'gossamer', 'like', 'tissue', 'throb', 'pulse', 'heaven', 'born', 'life', 'strange', 'infatuation', 'desecrate', 'godlike', 'terrible', 'enchantment', 'dry', 'fountain', 'generous', 'feeling', 'petrifies', 'tender', 'humanity', 'sweet', 'charity', 'life', 'leaving', 'brain', 'lead', 'heart', 'stone', 'scientific', 'american', 'youth', 'schiller', 'learned', 'play', 'harp', 'neighbor', 'disliked', 'said', 'herr', 'schiller', 'play', 'like', 'david', 'finely', 'quickly', 'replied', 'schiller', 'speak', 'like', 'solomon', 'wisely']
root - INFO - extracting file #33500: 2017-04-Final-Corpus/HR18810601-V16-06-page6.txt
root - INFO - extracting file #34000: 2017-04-Final-Corpus/HR18821001-V17-10-page30.txt
root - INFO - ['good_health', 'winter', 'oven', 'longer', 'garment', 'second', 'morning', 'met', 'case', 'failure', 'clothe', 'body', 'sufficiently', 'time', 'year', 'occasion', 'cold', 'resulted', 'fatal', 'pulmonary', 'disease', 'necessary', 'flannel', 'clothing', 'removed', 'middle', 'portion', 'day', 'night', 'little', 'time', 'spent', 'changing', 'garment', 'saved', 'avoidance', 'sick', 'ness', 'suggestion', 'nurse', 'following', 'direction', 'self', 'care', 'benefit', 'obliged', 'overtax', 'self', 'nursing', 'sick', 'time', 'obliged', 'stance', 'expose', 'morbific', 'influence', 'disease', 'patient', 'suffering', 'considered', 'opportune', 'benefit', 'offered', 'called', 'nurse', 'sick', 'long', 'severe', 'illness', 'utmost_importance', 'patient', 'health', 'preserved', 'own_strength', 'maintained', 'critical', 'stage', 'period', 'convalescence', 'oftentimes', 'tediously', 'prolonged', 'submit', 'following', 'simple', 'precaution', 'aid', 'preserving', 'health', 'nursing', 'sick', 'malady', 'patient', 'cause', 'marked', 'odor', 'breath', 'noticeable', 'exhalation', 'skin', 'care', 'sit', 'bed', 'sick', 'person', 'opposite', 'away', 'direction', 'effluvium', 'window', 'draught', 'place', 'sit', 'breath', 'carried', 'away', 'sit', 'close', 'breath', 'avoid', 'own_strength', 'case', 'prolonged', 'care', 'particularly', 'obliged', 'sit', 'night', 'night', 'succession', 'great_benefit', 'rived', 'taking', 'warm', 'bath', 'early', 'morning', 'putting', 'fresh', 'disease', 'particularly', 'infectious', 'nature', 'best', 'change', 'clothing', 'morning', 'warm', 'bath', 'followed', 'brisk', 'rubbing', 'whole_body', 'course', 'turkish', 'towel', 'flesh', 'brush', 'refresh', 'wearied', 'body', 'sleep', 'feeding', 'bowel', 'certain', 'eas', 'disease', 'necessary', 'maintain', 'patient', 'introduction', 'food', 'bowel', 'process', 'known', 'rectal', 'alimentation', 'experiment', 'shown', 'food', 'introduced', 'anti', 'peristaltic', 'movement', 'carried', 'upper_part', 'alimentary_canal', 'digested', 'life', 'sustained', 'way', 'month', 'time', 'frequently', 'sustained', 'patient', 'week', 'time', 'following', 'useful', 'preparation', 'use', 'manner', 'pancreas', 'meat', 'solution', 'fresh', 'beef', 'pancreas', 'carefully', 'remove', 'fat', 'cut', 'ounce', 'heaping', 'tablespoonful', 'small', 'piece', 'finely', 'scraped', 'ground', 'beef', 'free', 'fat', 'sinew', 'double', 'quantity', 'pancreas', 'mix', 'teacupful', 'warm', 'hot', 'water', 'stir', 'broken', 'inject', 'rectum', 'large', 'tube', 'half', 'injected', 'injection', 'slowly', 'prevent', 'discharge', 'absorption', 'taken', 'place', 'necessary', 'napkin', 'held', 'anus', 'disposition', 'cease', 'iterary', 'north', 'american', 'review', 'october', 'open', 'article', 'coming', 'revolution', 'england', 'hyndman', 'english', 'radical', 'leader', 'giving', 'instructive', 'account', 'agitation', 'going', 'english', 'working', 'class', 'reconstruction', 'politico', 'social', 'fabric', 'country', 'frothingham', 'writes', 'objectionable', 'literature', 'endeavor', 'point', 'distinction', 'literature', 'perse']
root - INFO - extracting file #34500: 2017-04-Final-Corpus/HR18840201-V19-02-page12.txt
root - INFO - extracting file #35000: 2017-04-Final-Corpus/HR18850501-V20-05-page16.txt
root - INFO - ['oor', 'canirm', 'logically', 'appear', 'standing', 'wonder', 'long', 'use', 'principle', 'built', 'end', 'designed', 'attain', 'justly', 'inferred', 'result', 'actually', 'produced', 'apart', 'effort', 'discipline', 'mind', 'acquisition', 'useful', 'useless', 'knowledge', 'chief', 'purpose', 'furnishing', 'intelligent', 'plaything', 'men', 'possessing', 'exhaustless', 'wealth', 'judging', 'fruit', 'evidently', 'assumes', 'woman', 'work', 'mainly', 'consists', 'discussing', 'literature', 'smattering', 'french', 'executing', 'operetta', 'attempting', 'copy', 'painting', 'knowledge', 'drawing', 'assumes', 'girl', 'marry', 'doe', 'strain', 'maternity', 'test', 'constitution', 'child', 'sick', 'family', 'oblivious', 'bad', 'bread', 'household', 'confusion', 'flowerless', 'garden', 'husband', 'bliss', 'buttonless', 'shirt', 'ecstasy', 'adversity', 'conceivable', 'circumstance', 'required', 'perform', 'possible', 'kind', 'work', 'world', 'prepares', 'dreamland', 'poetic', 'clarence', 'mortimer', 'awaits', 'arrival', 'sail', 'fairy', 'ship', 'placid', 'ocean', 'castle', 'spain', 'spend', 'perpetual', 'youth', 'delicious', 'wooing', 'ceaseless', 'moonlight', 'sifts', 'overhanging', 'leaf', 'exotic', 'flower', 'perfume', 'air', 'clarence', 'mortimer', 'fraud', 'true', 'tom', 'jones', 'life', 'california', 'earns', 'cent', 'hard_labor', 'tear', 'clothes', 'snore', 'eats', 'unlimited', 'quantity', 'solid', 'food', 'tom', 'jones', 'cook', 'time', 'preserve', 'order', 'assorted', 'lot', 'little', 'jones', 'energetic', 'mischief', 'having', 'capacious', 'lung', 'elastic', 'stomach', 'strange', 'seminary', 'provide', 'usual', 'course', 'study', 'like', 'merchant', 'supply', 'article', 'demanded', 'market', 'strange', 'mother', 'educated', 'wife', 'housekeeper', 'keenly', 'felt', 'ignorance', 'subject', 'taught', 'want', 'skill', 'acquired', 'content', 'daughter', 'unreal', 'preparation', 'know', 'real_life', 'exceedingly', 'strange', 'father', 'long', 'familiar', 'distress', 'suddenly', 'wrought', 'financial', 'change', 'religiously', 'exclude', 'daughter', 'education', 'knowledge', 'business', 'possibility', 'earning', 'woman', 'living', 'washtub', 'needle', 'piano', 'student', 'workshop', 'pompeian', 'cheanliness', 'recent', 'letter', 'pompeii', 'american', 'architect', 'thing', 'difficult', 'conceive', 'seeing', 'gorgeousness', 'interior', 'private_houses', 'color', 'faded', 'column', 'broken', 'mosaic', 'floor', 'generally', 'nearly', 'destroyed', 'fountain', 'play', 'flower', 'bed', 'destitute', 'flower', 'continually', 'amazed', 'brilliant', 'effect', 'interior', 'vista', 'house', 'view', 'triclinium', 'court', 'surrounded', 'gayly', 'decorated', 'corinthian', 'column', 'standing', 'wall', 'painted', 'variety', 'color', 'dazing', 'eye', 'old', 'pompeians', 'lived', 'rainbow', 'atmosphere', 'striking', 'thing', 'absolute', 'cleanliness', 'dirt', 'taken', 'away', 'italian', 'government', 'true', 'evident', 'old', 'time', 'modern', 'house', 'clean', 'pompeian', 'residence', 'wall', 'floor', 'corner', 'home', 'finished', 'admirable', 'workmanship', 'room', 'plaster', 'fell', 'excellent', 'material', 'soon', 'like', 'marble', 'wooden', 'wall', 'crack', 'dust', 'penetrate', 'water', 'cleansing', 'house', 'ran', 'perfect', 'drain', 'table', 'bedstead', 'marble', 'bronze', 'curb', 'border', 'flower', 'bed', 'hewn', 'stone', 'hygiene', 'come', 'naturally', 'old', 'pompeian', 'evidently', 'chance', 'typhoidal', 'attack', 'class', 'disease', 'provide', 'eruptive', 'carried', 'look', 'library', 'kind', 'mental', 'chemist', 'shop', 'filled', 'crystal', 'form', 'hue', 'come', 'union', 'individual', 'thought', 'local', 'circumstance', 'universal', 'principle', 'holmes']
root - INFO - extracting file #35500: 2017-04-Final-Corpus/HR18870301-V22-03-page24.txt
root - INFO - extracting file #36000: 2017-04-Final-Corpus/HR18880401-V23-04-page29.txt
root - INFO - ['needed', 'household', 'discourager', 'reading', 'needed', 'exercise', 'discriminating', 'oversight', 'book', 'older', 'person', 'read', 'allowed', 'child', 'hand', 'single', 'sentence', 'determines', 'influence', 'book', 'life', 'single', 'sentence', 'stay', 'memory', 'forever', 'strange', 'thing', 'ought', 'remembered', 'stay', 'hold', 'fast', 'infrequently', 'happens', 'author', 'young', 'heart', 'spoil', 'book', 'commended', 'introducing', 'pernicious', 'idea', 'glossing', 'wrong', 'tampering', 'principle', 'long', 'ago', 'prettily', 'written', 'story', 'girl', 'appeared', 'pen', 'approved', 'author', 'story', 'positively', 'harmful', 'close', 'abhorrence', 'ought', 'felt', 'hero', 'wholly', 'neutralized', 'appeal', 'reader', 'sympathy', 'account', 'sad', 'circumstance', 'attending', 'death', 'single', 'instance', 'whole_subject', 'reading', 'young', 'summed', 'negatively', 'sentence', 'afford', 'boy', 'girl', 'tone', 'hero', 'heroine', 'sensational', 'novel', 'willing', 'book', 'come', 'influence', 'adventure', 'profligate', 'unprincipled', 'woman', 'shudder', 'brought', 'contact', 'endowed', 'talent', 'grace', 'bewilder', 'moral_sense', 'fiction', 'protest', 'acquaintance', 'content', 'book', 'religion', 'truth', 'honor', 'purity', 'mockery', 'condemn', 'class', 'book', 'line', 'good', 'evil', 'indefinite', 'plainly', 'seen', 'cease', 'begin', 'book', 'highly', 'colored', 'view', 'life', 'passion', 'sentimentality', 'questionable', 'moral', 'tone', 'quality', 'treatment', 'effect', 'confuse', 'sense', 'right', 'wrong', 'let', 'severely', 'let', 'child', 'benefit', 'doubt', 'right', 'responsibility', 'christian_union', 'social', 'purity', 'work', 'california', 'pleased', 'know', 'effective_work', 'social', 'purity', 'cause', 'california', 'rev', 'geo', 'james', 'informed', 'good_interest', 'aroused', 'oakland', 'fresno', 'certainly', 'state', 'long', 'tolerated', 'infamous', 'traffic', 'chinese', 'girl', 'taking', 'hold', 'social', 'purity', 'work', 'good', 'earnest', 'good', 'law', 'state', 'mississippi', 'recently', 'passed', 'law', 'proper', 'complement', 'law', 'respecting', 'age', 'consent', 'seduction', 'crime', 'punishable', 'year', 'imprisonment', 'case', 'victim', 'sixteen_years', 'age', 'friend', 'reformed', 'legislation', 'woman', 'rejoice', 'good_results', 'manifest', 'man', 'guilty', 'seduction', 'victim', 'thirteen', 'year', 'age', 'sentenced', 'imprisonment', 'life', 'year', 'ago', 'wretch', 'gone', 'free', 'fine', 'law', 'defective', 'age', 'raised', 'eighteen', 'year', 'infamous', 'crime', 'ought', 'recognized', 'punished', 'crime', 'age', 'let', 'lover', 'purity', 'endeavor', 'secure', 'lawmaker', 'reform', 'needed', 'better', 'legal', 'protection', 'woman', 'girl', 'engaged', 'effort', 'suppress', 'immorality', 'aided', 'knowing', 'according', 'recent', 'decision', 'judge', 'allison', 'philadelphia', 'property', 'owner', 'tenant', 'held', 'responsible', 'use', 'property', 'asserted', 'white', 'slave', 'girl', 'pinery', 'den', 'northern', 'michigan', 'wisconsin', 'john', 'brown', 'emancipation', 'good']
root - INFO - extracting file #36500: 2017-04-Final-Corpus/HR18890201-V24-02-page6.txt
root - INFO - extracting file #37000: 2017-04-Final-Corpus/HR18900301-V25-03-page35.txt
root - INFO - ['brother', 'president', 'harrison', 'private', 'secretary', 'halford', 'written', 'march', 'number', 'philadelphia', 'lady', 'home_journal', 'article', 'harrison', 'daily_life', 'white_house', 'prepared', 'consent', 'assistance', 'harrison', 'new', 'portrait', 'lady', 'white_house', 'especially', 'taken', 'article', 'view', 'stair', 'family', 'room', 'executive', 'mansion', 'illustration', 'accompany', 'halford', 'magazine', 'effort', 'jenness', 'miller', 'magazine', 'february', 'sustains', 'high', 'reputation', 'won', 'contains', 'table', 'content', 'list', 'subject', 'calculated', 'attract', 'attention', 'physical', 'culture', 'article', 'miss', 'jenness', 'valuable', 'suggestion', 'second', 'chapter', 'serial', 'story', 'philosopher', 'driftwood', 'jenness', 'miller', 'strong', 'absorbing', 'magazine', 'finely', 'illustrated', 'original', 'artistic', 'model', 'dress', 'rival', 'fashion', 'publication', 'day', 'jenness', 'miller', 'pub', 'fifth', 'avenue', 'new', 'york', 'denzorest', 'magazine', 'march', 'contains', 'illustration', 'opening', 'article', 'sketch', 'riviera', 'mediterraneian', 'coast', 'district', 'italy', 'view', 'nice', 'scenery', 'region', 'interesting', 'record', 'experience', 'natural', 'history', 'transformation', 'pickle', 'jar', 'hardinge', 'bound', 'book', 'minute', 'description', 'illustration', 'leila', 'frost', 'florence', 'howe', 'hall', 'excellent', 'advice', 'regard', 'art', 'letter', 'writing', 'decorative', 'instruction', 'design', 'artistic', 'household', 'note', 'jennings', 'demorest', 'new', 'york', 'city', 'interesting', 'fact', 'announced', 'messrs', 'charles', 'scribner', 'son', 'acquired', 'henry', 'stanley', 'american', 'right', 'personal', 'narrative', 'expedition', 'relief', 'emin', 'pasha', 'prior', 'appearance', 'complete', 'work', 'scrikiaer', 'magazine', 'publish', 'article', 'journey', 'stanley', 'illustrated', 'certain', 'important', 'contribution', 'appeared', 'american', 'magazine', 'reader', 'noticed', 'herbert', 'ward', 'stanley', 'officer', 'mention', 'expedition', 'article', 'recounting', 'experience', 'congo', 'appeared', 'scribner', 'february', 'fact', 'stanley', 'reserved', 'sole', 'right', 'remarkable', 'african', 'undertaking', 'march', 'number', 'chautauquan', 'present', 'following', 'varied', 'tempting', 'array', 'subject', 'politics', 'mediaeval', 'italy', 'prof', 'philip', 'van', 'ness', 'myers', 'archaeological', 'club', 'rome', 'james', 'harrison', 'lit', 'roman', 'moral', 'principal', 'james', 'donaldson', 'life', 'mediaeval', 'italy', 'rev', 'alfred', 'church', 'torquato', 'tasso', 'arlo', 'bates', 'trait', 'human', 'nature', 'rev', 'buckley', 'moral', 'teaching', 'science', 'arabella', 'buckley', 'english', 'politics', 'society', 'ranken', 'towse', 'robert', 'browning', 'poet', 'john', 'vance', 'cheney', 'lottery', 'united', 'state', 'edward', 'vallandigham', 'trust', 'deal', 'george', 'gunton', 'pan', 'american', 'congress', 'hon', 'frye', 'woman', 'question', 'germany', 'frau', 'kettler', 'excursion', 'life', 'florida', 'hezekiah', 'butterworth', 'common', 'sense', 'christian_science', 'dexter', 'meadville', 'marion', 'harland', 'friend', 'helper', 'woman', 'taken', 'work', 'restoring', 'ruined', 'monument', 'marking', 'burial', 'place', 'mary', 'mother', 'washington', 'year', 'ago', 'venerable', 'woman', 'interred', 'private', 'ground', 'near', 'fredericksburg', 'virginia', 'cornerstone', 'imposing', 'memorial', 'laid', 'president', 'andrew', 'jackson', 'patriotic', 'citizen', 'new', 'york', 'assumed', 'pious', 'task', 'single', 'handed', 'meeting', 'financial', 'disaster', 'compelled', 'abandon', 'marion', 'harland', 'truly', 'appeal', 'mother', 'daughter', 'america', 'erect', 'fitting', 'monument', 'gave', 'country', 'father', 'sun_shines', 'sadder', 'ruin', 'length', 'breadth', 'land', 'unfinished', 'structure', 'publisher', 'home', 'maker', 'marion', 'harland', 'editor', 'offer', 'contribution', 'good', 'cause', 'seventy', 'cent', 'annual', 'subscription', 'dollar', 'magazine', 'sent', 'month', 'subscription', 'accompanied', 'word', 'mary', 'washington', 'monument', 'offer', 'generous', 'meet', 'enthusiastic', 'response', 'literary', 'notice', 'home', 'maker', 'new', 'york']
root - INFO - extracting file #37500: 2017-04-Final-Corpus/HR18910401-V26-04-page15.txt
root - INFO - extracting file #38000: 2017-04-Final-Corpus/HR18920401-V27-04-page6.txt
root - INFO - ['eration', 'trouble', 'quality', 'food', 'commendable', 'point', 'cleanliness', 'rank', 'far', 'chinese', 'cooly', 'frequently', 'survive', 'epidemic', 'spite', 'shocking', 'cuisine', 'frugal', 'non', 'stimulating', 'diet', 'strict', 'attention', 'domestic', 'hygiene', 'settler', 'bank', 'laguna', 'kanda', 'dismal', 'swamp', 'chagres', 'valley', 'enjoy', 'good', 'health', 'year', 'dryest', 'month', 'year', 'frightful', 'insect', 'plague', 'rainy_season', 'sleep', 'difficult', 'cornfort', 'normal', 'human', 'rapid', 'quadruped', 'sustaining', 'virtue', 'success', 'kind', 'hope', 'deferred', 'disappointment', 'fatal', 'sultry', 'heat', 'known', 'non', 'arrival', 'expected', 'paymaster', 'raise', 'weekly', 'death', 'rate', 'cent', 'ruddy', 'cheek', 'considered', 'symptom', 'blooming', 'health', 'noticed', 'florid', 'complexion', 'far', 'apt', 'pas', 'jaundiced', 'hue', 'vomito', 'certain', 'pallor', 'peculiar', 'abstemious', 'active', 'individual', 'past', 'middle', 'life', 'palefacedness', 'betray', 'influence', 'counter', 'poison', 'probably', 'favorable', 'omen', 'florid', 'countenance', 'overrated', 'altogether', 'akin', 'hectic', 'flush', 'matter', 'congratulation', 'lean', 'bustling', 'fellow', 'superior', 'chance', 'survival', 'peculiar', 'flaccid', 'indolence', 'result', 'exhausting', 'vice', 'uglier', 'omen', 'florid', 'corpulence', 'lazy', 'life', 'weary', 'fellow', 'rio', 'chagres', 'risk', 'getting', 'longer', 'chance', 'sleep', 'bargained', 'studied', 'habit', 'imported', 'north', 'european', 'laborer', 'flatter', 'delusion', 'prophylactic', 'virtue', 'alcohol', 'quinine', 'denied', 'estimated', 'think', 'febrifuge', 'repulsive', 'red', 'pepper', 'native', 'peer', 'talking', 'predilection', 'dispense', 'spice', 'altogether', 'use', 'chile', 'colorado', 'substitute', 'salt', 'chewing', 'redhot', 'pepper', 'minute', 'distressful', 'second', 'struggle', 'palate', 'protest', 'quintessence', 'nauseous', 'taste', 'intense', 'bitterness', 'sulphate', 'quinine', 'said', 'quinia', 'fiend', 'swallow', 'dose', 'tonguetorture', 'chinaman', 'swallow', 'opium', 'come', 'specimen', 'genus', 'thousand', 'nay', 'thousand', 'spanish', 'american', 'contract', 'fondness', 'red', 'pepper', 'possible', 'penchant', 'result', 'sanitary', 'instinct', 'realizing', 'necessity', 'counter', 'ison', 'dram', 'drinker', 'hand', 'intuitively', 'dread', 'penalty', 'nature', 'protracted', 'alcohol', 'orgie', 'heel', 'time', 'avoid', 'consequence', 'premonition', 'instinct', 'observed', 'epidemic', 'person', 'rubber', 'tree', 'life', 'insurance', 'agent', 'decline', 'position', 'country', 'writes', 'french', 'physician', 'passed', 'year', 'half', 'isthmus', 'camp', 'experience', 'obliges', 'believe', 'existence', 'pathological', 'phoenix', 'absolutely', 'fever', 'proof', 'fellow', 'apt', 'turn', 'shape', 'south', 'united', 'state', 'hercules', 'gaunt', 'spanish', 'american', 'pill', 'vender', 'likely', 'active', 'little', 'italian', 'provision', 'dealer', 'yankee', 'engineer', 'irrepressible', 'business', 'energy', 'believe', 'men', 'time', 'sick', 'pull', 'sheer', 'dint', 'head', 'strength', 'entilteintnt', 'escape', 'seen', 'galloping', 'hin', 'run', 'gauntlet', 'volley', 'shattered', 'cavalcade', 'general_articles']
root - INFO - extracting file #38500: 2017-04-Final-Corpus/HR18930501-V28-05-page15.txt
root - INFO - extracting file #39000: 2017-04-Final-Corpus/HR18940501-V29-05-page30.txt
root - INFO - ['friend', 'sends', 'following', 'extract', 'philadelphia', 'time', 'request', 'subject', 'column', 'good_health', 'person', 'cathell', 'eminent', 'physician', 'actually', 'sick', 'par', 'strength', 'general', 'tone', 'opinion', 'fasting', 'long', 'interval', 'supper', 'breakfast', 'especially', 'complete', 'emptiness', 'stomach', 'sleep', 'add', 'greatly', 'emaciation', 'sleeplessness', 'general', 'weakness', 'meet', 'man', 'governed', 'natural', 'instinct', 'stomach', 'man', 'eats', 'sleep', 'human', 'infant', 'guided', 'instinct', 'suck', 'frequently', 'day', 'night', 'stomach', 'prolonged', 'period', 'long', 'loud', 'digestion', 'requires', 'interval', 'rest', 'food', 'hour', 'quantity', 'quality', 'physiological', 'limit', 'hurtful', 'difference', 'stomach', 'short', 'interval', 'eating', 'doe', 'vast', 'difference', 'weak', 'emaciated', 'welfare', 'modicum', 'food', 'stomach', 'time', 'sleep', 'instead', 'consumed', 'bodily', 'action', 'interval', 'improve', 'lower', 'fully', 'satisfied', 'weakly', 'emaciated', 'sleepless', 'nightly', 'light', 'lunch', 'meal', 'simple', 'nutritious', 'food', 'going', 'bed', 'long_period', 'lifted', 'better', 'standard', 'health', 'paragraph', 'sorry', 'newspaper', 'paragraph', 'relating', 'health', 'error', 'notice', 'conspicuous', 'dangerously', 'erroneous', 'numerous', 'false', 'unscientific', 'statement', 'writer', 'time', 'guilty', 'idea', 'presented', 'fasting', 'short', 'period', 'interval', 'night', 'morning', 'unhealthful', 'dangerous', 'practice', 'writer', 'ignorant', 'experience', 'tanner', 'griscom', 'fasted', 'day', 'respectively', 'italian', 'faster', 'test', 'condition', 'london', 'abstained', 'food', 'day', 'apparently', 'injury', 'temporary', 'loss', 'flesh', 'writer', 'recently', 'observation', 'treatment', 'patient', 'voluntarily', 'abstained', 'food', 'mean', 'reducing', 'obesity', 'week', 'taking', 'small', 'meal', 'entire', 'period', 'apparent', 'loss', 'strength', 'satisfactory', 'falling', 'flesh', 'body', 'doe', 'depend', 'immediately', 'constantly', 'food', 'taken', 'stomach', 'generally', 'supposed', 'food', 'taken', 'morning', 'example', 'assimilated', 'utilized', 'building', 'body', 'replenishing', 'force', 'hour', 'later', 'fact', 'day', 'new', 'food', 'supply', 'taken', 'body', 'utilized', 'physiological', 'investigation', 'recently', 'process', 'digestion', 'intestine', 'occupies', 'hour', 'fourteen', 'hour', 'having', 'elapsed', 'case', 'intestinal', 'fistula', 'gave', 'opportunity', 'minute', 'observation', 'food', 'taken', 'mouth', 'passed', 'small', 'intestine', 'colon', 'sense', 'satisfaction', 'comfort', 'ordinarily', 'follows', 'immediately', 'eating', 'strength', 'derived', 'food', 'eaten', 'quieting', 'nervous', 'disturbance', 'resulting', 'clamor', 'appetite', 'indian', 'western', 'plain', 'miss', 'meal', 'silence', 'demand', 'stomach', 'taking', 'notch', 'belt', 'repeating', 'process', 'day', 'succession', 'food', 'obtained', 'method', 'satisfying', 'appetite', 'eating', 'sleeping']
root - INFO - extracting file #39500: 2017-04-Final-Corpus/HR18950601-V30-06-page29.txt
root - INFO - extracting file #40000: 2017-04-Final-Corpus/HR18960601-V31-06-page34.txt
root - INFO - ['new', 'leaflet', 'philanthropist', 'series', 'ministerial', 'declaration', 'state', 'regulation', 'vice', 'christ', 'teaching', 'social', 'evil', 'rev', 'lyman', 'abbott', 'published', 'ministerial', 'declaration', 'strong', 'timely', 'protest', 'state', 'regulation', 'vice', 'signed', 'bishop', 'potter', 'andrew', 'rev', 'john', 'hall', 'rev', 'sabine', 'rev', 'virgin', 'rev', 'heber', 'newton', 'known', 'minister', 'new', 'york', 'valuable', 'document', 'social', 'purity', 'white', 'cross', 'worker', 'distribute', 'abbott', 'christ', 'teaching', 'social', 'evil', 'powerful', 'plea', 'christian', 'point', 'view', 'sinful', 'woman', 'equal', 'standard', 'moral', 'men', 'woman', 'regulation', 'licensing', 'vice', 'best', 'leaflet', 'popular', 'distribution', 'issued', 'merit', 'widest', 'possible', 'circulation', 'leaflet', 'contains', 'page', 'price', 'mail', 'cent', 'dozen', 'address', 'american', 'purity', 'alliance', 'united', 'charity', 'building', 'fourth', 'avenue', 'second', 'street', 'new', 'york', 'issue', 'table', 'talk', 'seasonable', 'culinary', 'line', 'hint', 'valuable', 'home', 'maker', 'inquiry', 'department', 'filled', 'question', 'direct', 'housekeeper', 'contains', 'tested', 'recipe', 'reply', 'plain', 'simple', 'choice', 'dish', 'lunch', 'longfellow', 'described', 'howard', 'paul', 'feature', 'jewish', 'cookery', 'miss', 'cornelia', 'bedford', 'book', 'housekeeper', 'hastings', 'west', 'publisher', 'magazine', 'offer', 'reader', 'sample_copy', 'send', 'address', 'table', 'talk', 'publishing', 'philadelphia', 'henry', 'norman', 'correspondent', 'london', 'chronicle', 'despatch', 'washington', 'important', 'influence', 'venezuela', 'question', 'long', 'student', 'international', 'politics', 'book', 'far', 'east', 'authority', 'autumn', 'visited', 'country', 'acquaintance', 'important', 'men', 'combine', 'form', 'called', 'eastern', 'question', 'published', 'article', 'interesting', 'trip', 'appear', 'scribner', 'june', 'title', 'balkan', 'chessboard', 'europe', 'vivid', 'presentation', 'curious', 'principality', 'interesting', 'corner', 'world', 'roumania', 'montenegro', 'servia', 'bosnia', 'funk', 'wagnalls', 'standard', 'diction', 'ary', 'extensive', 'table', 'coloring', 'substance', 'appear', 'word', 'representing', 'primary', 'color', 'constituting', 'novel', 'valuable', 'feature', 'table', 'coin', 'measure', 'weight', 'table', 'measure', 'giving', 'english', 'equivalent', 'measure', 'giving', 'country', 'measure', 'belongs', 'class', 'dry', 'liquid', 'linear', 'metrical', 'equivalent', 'table', 'undoubtedly', 'prove', 'immense', 'value', 'merchant', 'scholar', 'teacher', 'place', 'quotation', 'verify', 'illustrate', 'meaning', 'word', 'indicated', 'easily', 'author', 'title', 'work', 'volume', 'chapter', 'page', 'publisher', 'date', 'publication', 'given', 'decided', 'gain', 'dictionary', 'helpful', 'student', 'nearly', 'thousand', 'volume', 'read', 'person', 'course', 'selection', 'quotation', 'representing', 'search', 'practically', 'english', 'literature', 'chaucer', 'present_time', 'housekeeper', 'minneapolis', 'minn', 'original', 'practical', 'mission', 'helpful', 'housewife', 'recognizes', 'fact', 'million', 'woman', 'accomplish', 'little', 'success', 'demonstrated', 'immense', 'circulation', 'page', 'housekeeper', 'present', 'abundance', 'good_reading', 'classified', 'appropriate', 'heading', 'department', 'literature', 'fashion', 'fancy', 'work', 'home', 'talk', 'mother', 'council', 'home', 'remedy', 'floriculture', 'money', 'making', 'woman', 'young', 'folk', 'household', 'help', 'miscellany', 'paper', 'issued', 'twice', 'month', 'consists', 'large', 'page', 'published', 'year', 'domestic', 'semimonthly', 'published', 'america', 'subscription_price', 'dollar', 'year', 'little', 'knight', 'lady', 'verse', 'young_people', 'margaret', 'sangster', 'author', 'road', 'home', 'illustrated', 'rno', 'cloth', 'ornamental', 'harper', 'brother', 'new', 'literary', 'notice', 'york']
root - INFO - extracting file #40500: 2017-04-Final-Corpus/HR18970401-V32-04-page26.txt
root - INFO - extracting file #41000: 2017-04-Final-Corpus/HR18971101-V32-11-page8.txt
root - INFO - ['surroundings', 'pacific', 'slope', 'presented', 'advantage', 'member', 'household', 'seeking', 'relief', 'disease', 'spent', 'year', 'california', 'small', 'return', 'healthwise', 'advantage', 'pineries', 'north', 'carolina', 'considered', 'experience', 'friend', 'gone', 'section', 'country', 'justify', 'seeking', 'refuge', 'mountain', 'adirondacks', 'talked', 'like', 'result', 'section', 'country', 'present', 'claim', 'worthy', 'serious_consideration', 'great', 'arid', 'region', 'west', 'leave', 'east', 'refinement', 'education', 'social', 'religious', 'privilege', 'business', 'opportunity', 'numerous', 'advantage', 'contribute', 'successful', 'pleasant', 'life', 'experience', 'isolate', 'portion', 'country', 'thing', 'denied', 'thought', 'pleasant', 'mind', 'considered', 'rocky', 'mountain', 'region', 'wild', 'woolly', 'west', 'heard', 'gone', 'day', 'man', 'bath', 'life', 'silencing', 'doubt', 'questioning', 'closed', 'business', 'bidding', 'farewell', 'friend', 'acquaintance', 'turned', 'face', 'setting', 'sun', 'old', 'time', 'friend', 'unfortunate', 'refuge', 'quiet', 'retreat', 'boulder', 'thirty', 'mile', 'capital_city', 'colorado', 'learning', 'condition', 'invited', 'share', 'hospitality', 'such_time', 'fully', 'determine', 'great', 'rocky', 'mountain', 'region', 'home', 'invitation', 'gratefully', 'accepted', 'leaving', 'chicago', 'great', 'lake', 'state', 'middle', 'west', 'swift', 'easy', 'running', 'train', 'started', 'colorado', 'expected', 'boulder', 'mining', 'camp', 'composed', 'shanty', 'rough', 'uncouth', 'population', 'judge', 'surprise', 'neatly', 'laid', 'city', 'thousand', 'inhabitant', 'architecture', 'presenting', 'pretty', 'design', 'eastern', 'city', 'constructed', 'red', 'brick', 'forming', 'pleasant', 'picture', 'city', 'came']
root - INFO - extracting file #41500: 2017-04-Final-Corpus/HR18980701-V33-07-page52.txt
root - INFO - extracting file #42000: 2017-04-Final-Corpus/HR18990301-V34-03-page41.txt
root - INFO - ['power', 'tobacco', 'habit', 'shall', 'look', 'example', 'personal', 'purity', 'thing', 'emphasized', 'testament', 'head', 'church', 'ala', 'succumbed', 'seductiveness', 'narcotic', 'soul', 'belonging', 'body', 'longer', 'god', 'stimulated', 'injured', 'natural', 'self', 'rise', 'high', 'aspire', 'teach', 'people', 'thing', 'holy', 'impressed', 'sanctity', 'elevation', 'office', 'filled', 'holy', 'ghost', 'impossible', 'commit', 'worldly', 'sin', 'own_body', 'temple', 'god', 'told', 'poet', 'bryant', 'reached', 'higher', 'plane', 'stand', 'moral', 'teacher', 'idea', 'present', 'body', 'god', 'temple', 'treated', 'indulging', 'stimulant', 'coffee', 'narcotic', 'condiment', 'power', 'weed', 'acquire', 'clergyman', 'moral', 'understanding', 'illustrated', 'following', 'incident', 'rector', 'important', 'church', 'large_city', 'present', 'annual', 'picnic', 'indulging', 'favorite', 'occupation', 'smoking', 'offered', 'cigarette', 'boy', 'sundayschool', 'happened', 'talking', 'fortunate', 'relate', 'boy', 'mother', 'came', 'rescue', 'boy', 'heed', 'later', 'mother', 'counsel', 'rector', 'example', 'sunday', 'school', 'spectacle', 'janitor', 'receiving', 'boy', 'box', 'cigar', 'publicly', 'presented', 'christmas', 'present', 'power', 'tobacco', 'habit', 'exerts', 'self_control', 'illustrated', 'case', 'clergyman', 'gave', 'indulgence', 'lenten', 'task', 'holding', 'till', 'finished', 'easter', 'service', 'confessed', 'insane', 'longing', 'restlessness', 'remaining', 'hour', 'pas', 'indulge', 'gave', 'pipe', 'smoking', 'night', 'comparatively', 'smoker', 'realize', 'time', 'touch', 'tobacco', 'upholding', 'double', 'standard', 'moral', 'men', 'woman', 'plain', 'seen', 'glare', 'flashlight', 'able', 'look', 'clergy', 'uphold', 'single', 'standard', 'example', 'conspicuous', 'position', 'stand', 'questionable', 'habit', 'stand', 'attitude', 'moral', 'teacher', 'certainly', 'weaken', 'power', 'good', 'cause', 'espouse', 'necessary', 'high_standard', 'moral', 'maintainedby', 'men', 'influence', 'vitally', 'affect', 'morality', 'community', 'clergy', 'exert', 'mighty', 'influence', 'highest', 'welfare', 'society', 'hardly', 'preaching', 'living', 'practical', 'kind', 'christian_work', 'undertaken', 'connection', 'church', 'ought', 'stand', 'reform', 'higher', 'purer', 'life', 'forming', 'anti', 'tobacco', 'league', 'church_member', 'object', 'war', 'favorite', 'indulgence', 'determined', 'leader', 'knowledge', 'weapon', 'accomplished', 'thinker', 'emphasizing', 'perfect', 'condition', 'body', 'essential', 'perfect', 'intellectual', 'moral', 'condition', 'parkhurst', 'body', 'ground', 'work', 'edifice', 'proper', 'reared', 'case', 'structure', 'general', 'laid', 'determines', 'condition', 'afterward', 'far', 'process', 'mental', 'spiritual', 'development', 'carried', 'little', 'likelihood', 'escaping']
root - INFO - extracting file #42500: 2017-04-Final-Corpus/HR18991101-V34-11-page46.txt
root - INFO - extracting file #43000: 2017-04-Final-Corpus/HR19000601-V35-06-page46.txt
root - INFO - ['morning', 'face', 'sound', 'like', 'snap', 'shot', 'generality', 'new', 'woman', 'discouraged', 'shall', 'boldly', 'divorce', 'ill', 'assorted', 'couple', 'form', 'alliance', 'force', 'amiability', 'person', 'child', 'unblushing', 'mother', 'conceit', 'example', 'better', 'precept', 'manage', 'live', 'standard', 'contrary', 'frequently', 'utter', 'admonition', 'happiness', 'unhappy', 'accent', 'need', 'training', 'member', 'family', 'fortunately', 'child', 'uncritical', 'age', 'mother', 'wrong', 'quick', 'witted', 'theory', 'good', 'practice', 'fails', 'case', 'small', 'daughter', 'baby', 'sleep', 'warns', 'brother', 'quiet', 'piercing', 'tone', 'shrill', 'soprano', 'detect', 'discouraged', 'mood', 'line', 'robert', 'louis', 'stevenson', 'set', 'thinking', 'happiness', 'duty', 'know', 'faltered', 'great', 'task', 'happiness', 'moved', 'race', 'shown', 'glorious', 'morning', 'face', 'beam', 'happy', 'human', 'eye', 'moved', 'morning', 'sky', 'book', 'food', 'summer', 'rain', 'knocked', 'sullen', 'heart', 'vain', 'lord', 'thy', 'pointed', 'pleasure', 'stab', 'spirit', 'broad', 'awake', 'heard', 'characteristic', 'brave', 'sunny', 'spirit', 'phrase', 'morning', 'face', 'favorite', 'prayer', 'fond', 'day', 'return', 'return', 'sun', 'comforter', 'morning', 'face', 'morning', 'heart', 'short', 'child', 'grow', 'british', 'medical', 'journal', 'theater', 'brief', 'discussion', 'subject', 'writer', 'emphasizes', 'important', 'cause', 'stunted', 'growth', 'want', 'sufficient', 'rest', 'fresh_air', 'sunlight', 'boarding', 'school', 'child', 'bed', 'early', 'time', 'varying', 'different', 'institution', 'hand', 'child', 'attending', 'day', 'school', 'nearly', 'allowed', 'sit', 'till', 'spending', 'hour', 'artificially', 'lighted', 'badly', 'ventilated', 'room', 'result', 'child', 'attending', 'day', 'school', 'class', 'reach', 'average', 'height', 'boarding', 'school', 'picking', 'tall', 'boy', 'day', 'school', 'victim', 'illness', 'necessitated', 'remaining', 'bed', 'lengthened', 'period', 'reputation', 'lazy', 'fond', 'bed', 'parent', 'insist', 'having', 'plenty', 'rest', 'boy', 'boarding', 'school', 'divide', 'class', 'city', 'office', 'badly', 'ventilated', 'little', 'exercise', 'rule', 'late', 'hour', 'outdoor', 'occupation', 'university', 'favorably', 'placed', 'regard', 'rest', 'fresh_air', 'sunshine', 'average', 'height', 'class', 'undoubtedly', 'exceeds', 'age', 'year', 'rising', 'generation', 'promise', 'older', 'average', 'height', 'possibly', 'house', 'better', 'ventilated', 'outdoor', 'game', 'encouraged', 'school', 'girl']
root - INFO - extracting file #43500: 2017-04-Final-Corpus/HR19020201-V37-02-page42.txt
root - INFO - extracting file #44000: 2017-04-Final-Corpus/HR19021101-V37-11-page18.txt
root - INFO - ['thing', 'sight', 'room', 'dwelling', 'plenty', 'window', 'opposite', 'admit', 'free', 'interchange', 'air', 'summer', 'season', 'daytime', 'air', 'cellar', 'cooler', 'outside', 'warmer', 'door', 'air', 'enters', 'cool', 'atmosphere', 'cellar', 'moisture', 'contains', 'condenses', 'cellar', 'damp', 'reason', 'housekeeper', 'window', 'closed', 'daytime', 'open', 'night', 'warm_weather', 'cold', 'season', 'window', 'thrown', 'open', 'day', 'complete', 'change', 'air', 'care', 'attention', 'regard', 'cleanliness', 'necessary', 'cellar', 'dwelling', 'dust', 'vehicle', 'germ', 'commonly', 'enter', 'house', 'apt', 'abound', 'cellar', 'basement', 'usually', 'dark', 'frequented', 'room', 'dust', 'dirt', 'quarter', 'danger', 'signal', 'week', 'cellar', 'provision', 'kept', 'cleaned', 'wall', 'ceiling', 'brushed', 'floor', 'wiped', 'damp', 'cloth', 'scrubbed', 'necessary', 'shelf', 'cupboard', 'cleaned', 'possible', 'dust', 'gotten', 'rid', 'water', 'freely', 'special', 'pain', 'taken', 'dry', 'air', 'apartment', 'thoroughly', 'cleansing', 'dampness', 'left', 'foster', 'mold', 'fruit', 'vegetable', 'stored', 'cellar', 'carefully', 'looked', 'decaying', 'removed', 'especially', 'perishable', 'nature', 'given', 'frequent', 'inspection', 'decaying', 'vegetable', 'animal', 'matter', 'permitted', 'remain', 'cellar', 'day', 'pollute', 'air', 'content', 'room', 'matter', 'greatest', 'import', 'germ', 'foul', 'gas', 'arising', 'decomposing', 'food', 'stuff', 'form', 'deadly', 'source', 'contamination', 'content', 'cellar', 'air', 'living', 'room', 'ascends', 'crack', 'crevice', 'harvest', 'season', 'year', 'cellar', 'filled', 'provision', 'winter', 'utmost', 'pain', 'taken', 'provide', 'introduction', 'unnecessary', 'dirt', 'decaying', 'substance', 'tuber', 'stored', 'food', 'cellar', 'brushed', 'washed', 'unnecessary', 'dirt', 'introduced', 'room', 'placed', 'arranged', 'facilitate', 'frequent', 'cleaning', 'prevent', 'accumulation', 'dust', 'dirt', 'nook', 'corner', 'autumn', 'spring', 'entire', 'content', 'cellar', 'literally', 'turned', 'door', 'portion', 'room', 'thoroughly', 'disinfected', 'soap', 'water', 'fresh', 'whitewash', 'practicable', 'way', 'time', 'odor', 'mustiness', 'cellar', 'considered', 'signal', 'danger', 'attended', 'careful', 'cleaning', 'airing', 'doe', 'remove', 'vigorous', 'measure', 'employed', 'examine', 'drainage', 'content', 'cellar', 'remove', 'cause', 'possible', 'cause', 'discernible', 'room', 'disinfected', 'needed', 'case', 'reconstructed', 'basement', 'shed', 'fuel', 'kept', 'wise', 'neglected', 'floor', 'sort', 'essential', 'protect', 'dampness', 'decomposing', 'organic', 'matter', 'sort', 'avoided', 'desire', 'healthy', 'home']
root - INFO - extracting file #44500: 2017-04-Final-Corpus/HR19030701-V38-07-page51.txt
root - INFO - extracting file #45000: 2017-04-Final-Corpus/HR19040301-V39-03-page41.txt
root - INFO - ['cold', 'wet', 'mitten', 'friction', 'procedure', 'consists', 'application', 'cold_water', 'surface', 'mean', 'mitt', 'moderately', 'rough', 'firm', 'fabric', 'hair', 'cloth', 'mohair', 'answer', 'fairly', 'purpose', 'turkish', 'fabric', 'closely', 'resembling', 'mohair', 'somewhat', 'firmer', 'durable', 'preferable', 'mitt', 'slipped', 'hand', 'held', 'separating', 'thumb', 'finger', 'rubbed', 'surface', 'patient', 'clothing', 'removed', 'wrapped', 'sheet', 'preferably', 'turkish', 'sheet', 'covered', 'blanket', 'large', 'bowl', 'pail', 'filled', 'cold_water', 'placed', 'bedside', 'colder', 'water', 'vigorous', 'effect', 'little', 'effect', 'large', 'soft', 'towel', 'needed', 'sure', 'patient', 'warm', 'foot', 'cold', 'slip', 'edge', 'towel', 'portion', 'body', 'receiving', 'application', 'cooling', 'scalp', 'neck', 'dip', 'mitt', 'cold_water', 'apply', 'successively', 'chest', 'arm', 'abdomen', 'leg', 'accompanying', 'application', 'water', 'vigorous', 'rubbing', 'skin', 'rubbing', 'fro', 'movement', 'stroke', 'short', 'friction', 'mitt', 'quick', 'great', 'care', 'taken', 'secure', 'complete', 'reaction', 'proceeding', 'covered', 'undergoing', 'treatment', 'rubbing', 'mitt', 'carefully', 'dried', 'towel', 'rubbed', 'spatted', 'bare', 'hand', 'warm', 'red', 'vigor', 'treatment', 'graduated', 'water', 'carried', 'mitt', 'simply', 'dipped', 'saturated', 'filled', 'water', 'number', 'dippings', 'ordinarily', 'mitt', 'dipped', 'time', 'rubbing', 'cold', 'mitten', 'friction', 'employed', 'strong', 'stimulation', 'required', 'excellent', 'tonic', 'measure', 'especially', 'feeble', 'person', 'endure']
root - INFO - extracting file #45500: 2017-04-Final-Corpus/HR19041101-V39-11-page58.txt
root - INFO - extracting file #46000: 2017-04-Final-Corpus/HR19050601-V40-06-page70.txt
root - INFO - ['grand', 'canyon', 'colorado', 'photographed', 'aspect', 'grandeur', 'picturesqueness', 'dwight', 'elmendorf', 'remarkable', 'series', 'picture', 'article', 'scribner', 'illustrated', 'page', 'printed', 'tint', 'benjamin', 'brook', 'writes', 'short', 'impressionistic', 'article', 'canyon', 'poor', 'poor', 'great_cities', 'hungry', 'waste', 'money', 'spent', 'flower', 'deplore', 'waste', 'flower', 'rich', 'realized', 'poor', 'love', 'flower', 'long', 'flower', 'sure', 'better', 'use', 'bloom', 'buy', 'profusion', 'gather', 'greenhouse', 'enjoyed', 'merely', 'withered', 'rose', 'drooping', 'lily', 'crushed', 'crumb', 'abundance', 'sweet', 'fresh', 'flower', 'great', 'store', 'best', 'beautiful', 'poor', 'especially', 'poor', 'child', 'shameful', 'misuse', 'wealth', 'cleveland', 'moffett', 'success', 'stimulate', 'thought', 'attract', 'eye', 'issue', 'good', 'housekeeping', 'magazine', 'open', 'outspoken', 'paper', 'girl', 'reading', 'elizabeth', 'knight', 'tompkins', 'illustrated', 'beautiful', 'photograph', 'colburn', 'clarke', 'john', 'quackenbos', 'professor', 'emeritus', 'columbia', 'university', 'writes', 'psychic', 'influence', 'home', 'malcolm', 'mcgregor', 'jamieson', 'punishment', 'child', 'essay', 'having', 'won', 'prize', 'contest', 'astonishing', 'fact', 'concerning', 'poisonous', 'plant', 'field', 'garden', 'set', 'forth', 'alice', 'morse', 'earle', 'object_lesson', 'pure', 'milk', 'describes', 'remarkable', 'dairy', 'farm', 'process', 'text', 'joseph', 'adam', 'amply', 'illustrated', 'photograph', 'discovery', 'department', 'constitute', 'usual', 'larger', 'half', 'magazine', 'space', 'value', 'woman', 'health', 'breaking', 'monotony', 'resigning', 'flatness', 'flavorless', 'insipidity', 'stagnant', 'life', 'resolved', 'study', 'branch', 'life', 'chose', 'life', 'bird', 'patiently', 'minutely', 'lovingly', 'opera', 'glass', 'hand', 'watched', 'little', 'creature', 'nest', 'tree', 'sing', 'eaves', 'grew', 'year', 'younger', 'single', 'season', 'noted', 'coming', 'going', 'bird', 'arrived', 'departed', 'spring', 'autumn', 'entered', 'realm', 'wing', 'song', 'life', 'took', 'new', 'brightness', 'zest', 'people', 'began', 'charming', 'woman', 'know', 'tell', 'extraordinary', 'thing', 'bird', 'course', 'eye', 'margaret', 'sangster', 'woman', 'home', 'companion', 'friend', 'new', 'england', 'magazine', 'pleased', 'number', 'traditional', 'standard', 'illustrator', 'best', 'past', 'present', 'especial', 'field', 'pilgrim', 'contains', 'special', 'feature', 'double', 'page', 'portrait', 'living', 'american', 'composer', 'men', 'woman', 'breathing', 'american', 'spirit', 'music', 'creating', 'distinct', 'american', 'school', 'composition', 'portrait', 'feature', 'pilgrim', 'affords', 'published', 'magazine', 'seemingly', 'endless', 'work', 'collecting', 'seventy', 'portrait', 'living', 'american', 'composer', 'resulted', 'group', 'picture', 'venture', 'assertion', 'preserved', 'home', 'magazine', 'enters', 'better', 'better', 'motto', 'evidently', 'american', 'boy', 'attempted', 'line', 'literature', 'boy', 'equal', 'sterling', 'high', 'class', 'monthly', 'boy', 'announcement', 'celebration', 'american', 'boy', 'day', 'portland', 'exposition', 'july', 'chautauqua', 'july', 'boston', 'date', 'given', 'difficult', 'conceive', 'boy', 'paper', 'general_interest', 'paper', 'literary', 'note']
root - INFO - extracting file #46500: 2017-04-Final-Corpus/HR19060101-V41-01-page80.txt
root - INFO - extracting file #47000: 2017-04-Final-Corpus/HR19060801-V41-08-page58.txt
root - INFO - ['fresh_air', 'people', 'need', 'careful', 'guidance', 'especially', 'begin', 'feel', 'remembered', 'open_air', 'people_need', 'good_food', 'symptom', 'arising', 'individual', 'case', 'relieved', 'scientific', 'measure', 'value', 'help', 'bring', 'cure', 'disease', 'pottenger', 'journal', 'outdoor', 'life', 'pharaoh', 'worse', 'summer', 'visitant', 'country', 'people', 'fly', 'pest', 'time', 'year', 'scientist', 'tell', 'remedy', 'own_hands', 'man', 'owns', 'horse', 'duty', 'person', 'clean', 'fly', 'bother', 'hint', 'case', 'case', 'plague', 'simpler', 'remedy', 'ignored', 'long', 'ago', 'packard', 'investigated', 'life', 'history', 'common', 'house', 'fly', 'department', 'agriculture', 'instituted', 'experiment', 'purpose', 'controlling', 'evil', 'result', 'briefly', 'summed', 'house', 'fly', 'chooses', 'place', 'egg', 'refuse', 'horse', 'cow', 'stable', 'blue', 'bottle', 'deposit', 'egg', 'decaying', 'animal', 'matter', 'green', 'bottle', 'fly', 'affect', 'refuse', 'cow', 'stable', 'troublesome', 'small', 'jet', 'black', 'fly', 'breed', 'dust', 'carpet', 'question', 'shall', 'protect', 'regard', 'lastnamed', 'fly', 'simply', 'matter', 'domestic', 'cleanliness', 'doe', 'difficult', 'matter', 'sacrifice', 'trifling', 'expenditure', 'labor', 'money', 'decaying', 'animal', 'matter', 'destroyed', 'ought', 'wolld', 'bluebottle', 'drive', 'philosopher', 'mad', 'refuse', 'stable', 'treated', 'chloride', 'lime', 'single', 'house', 'fly', 'survive', 'department', 'agriculture', 'authority', 'pound', 'chloride', 'lime', 'utterly', 'destroyed', 'egg', 'quarter', 'bushel', 'refuse', 'ought', 'possible', 'solution', 'cheaply', 'refuse', 'town', 'country', 'treated', 'efficiently', 'plague', 'appears', 'difficulty', 'matter', 'refuse', 'placed', 'proper', 'building', 'course', 'uncivilized', 'neglect', 'necessary', 'cleanliness', 'suffer', 'decent', 'domestic', 'animal', 'twentieth', 'century', 'refuse', 'improve', 'method', 'kitchen', 'niidden', 'folk', 'doctor', 'leidy', 'proved', 'long', 'ago', 'fly', 'mean', 'carrying', 'hospital', 'gangrene', 'fly', 'caught', 'room', 'occupied', 'consumptive', 'patient', 'infected', 'bacillus', 'tuberculosis', 'typhoid_fever', 'disseminated', 'fly', 'fact', 'demonstrated', 'bitter', 'experience', 'camp', 'desire', 'exterminate', 'destroyer', 'health', 'peace', 'exert', 'persuade', 'people', 'cleanly', 'domestic', 'animal', 'reckon', 'disinfecting', 'necessary', 'operation', 'stable', 'contagious', 'disease', 'hospital', 'modern', 'moses', 'rod', 'perfect', 'cleanliness', 'public', 'ledger', 'plague', 'fly']
root - INFO - extracting file #47500: 2017-04-Final-Corpus/HR19070401-V42-04-page30.txt
root - INFO - extracting file #48000: 2017-04-Final-Corpus/HR19071101-V42-11-page100.txt
root - INFO - ['good', 'health', 'advertising', 'section', 'greatest', 'musical', 'invention', 'horn', 'duplex', 'phonograph', 'free', 'trial', 'money', 'advance', 'phonograph', 'sound', 'vibration', 'horn', 'vibrating', 'diaphragm', 'sound', 'box', 'phonograph', 'diaphragm', 'horn', 'duplex', 'volume', 'music', 'phonograph', 'half', 'duplex', 'better', 'tone', 'clearer', 'sweeter', 'like', 'original', 'free', 'catalogue', 'explain', 'fully', 'superiority', 'duplex', 'allow', 'persuade', 'buy', 'sending', 'catalogue', 'duplex', 'sold', 'dealer', 'store', 'actual', 'manufacturer', 'jobber', 'sell', 'direct', 'factory', 'user', 'eliminating', 'middleman', 'profit', 'reproducer', 'record', 'bility', 'record', 'exclusive', 'horn', 'lonkewith', 'bell', 'cabinet', 'ire', 'able', 'manufacture', 'deliver', 'best', 'phonograph', 'onethird', 'dealer', 'ask', 'good', 'freight', 'prepaid', 'seven', 'day', 'free', 'trial', 'allow', 'seven', 'day', 'free', 'trial', 'horne', 'decide', 'wish', 'machine', 'good', 'claim', 'volume', 'quality', 'saving', 'satisfaction', 'seagl', 'pay', 'freight', 'charge', 'way', 'latest', 'improvement', 'duplex', 'equipped', 'mechanical', 'feed', 'relief', 'record', 'destructive', 'work', 'pro', 'piling', 'reproducer', 'acre', 'surface', 'needle', 'point', 'held', 'continuous', 'contact', 'inner', 'accurate', 'wall', 'sound', 'wave', 'groove', 'reproducing', 'perfectly', 'music', 'wee', 'record', 'way', 'duplex', 'device', 'weight', 'regulated', 'suit', 'need', 'occasion', 'greatly', 'preserving', 'life', 'dura', 'feature', 'copy', 'mate', 'phonograph', 'piave', 'wee', 'lee', 'record', 'duplex', 'phonograph', 'patterson', 'kalamazoo', 'mich', 'catalogue', 'explains', 'eimything', 'chicago', 'sanitarium', 'place', 'near', 'cottage', 'rove', 'ave', 'quiet', 'restful', 'location', 'near', 'lake', 'michigan', 'park', 'recover', 'health', 'promoting', 'business', 'thorough', 'sanitarium', 'combining', 'scientific', 'treatment', 'accurate', 'diagnosis', 'proximity', 'business', 'center', 'frank', 'otis', 'supt', 'plcasc', 'suz', 'igc', 'good', 'health', 'arney', 'merry', 'wave', 'newest', 'amusement', 'health', 'idea', 'child', 'athletic', 'health', 'producer', 'unequaled', 'entertainer', 'child', 'unsurpassed', 'child', 'tire', 'riding', 'operated', 'easy', 'lever', 'movement', 'similar', 'rowing', 'boat', 'muscle', 'holding', 'body', 'graceful', 'position', 'child', 'year', 'old', 'operate', 'ease', 'send', 'merry', 'wave', 'like', 'cut', 'send', 'folder', 'merry', 'wave', 'outfit', 'different', 'machine', 'reproducing', 'movement', 'merry', 'round', 'teetertooter', 'ocean', 'wave', 'high', 'swing', 'ferriswh', 'eel', 'razzle', 'dazzle', 'arney', 'specialty', 'company', 'mendon', 'michigan']
root - INFO - extracting file #48500: 2017-04-Final-Corpus/IR19041026-V10-22-page3.txt
root - INFO - extracting file #49000: 2017-04-Final-Corpus/IR19080415-V14-08-page5.txt
root - INFO - ['mother', 'sacred', 'charge', 'inhoped', 'spirit', 'inquiry', 'night', 'summed', 'spiring', 'article', 'white', 'interesting', 'practical', 'lesson', 'woman', 'place', 'home', 'nannie', 'beauchamp', 'jones', 'training', 'child', 'life', 'awakened', 'heart', 'order', 'amounted', 'lead', 'truth', 'jacking', 'cent', 'page', 'cover', 'conbeing', 'pretty', 'good', 'tain', 'advertisement', 'leading', 'starter', 'young', 'judge', 'ben', 'lindsey', 'childhood', 'thursday', 'canvassed', 'book', 'pamphlet', 'tract', 'day', 'dropped', 'wish', 'read', 'little', 'day', 'usefulness', 'considered', 'subject', 'know', 'thought', 'occasionally', 'fitch', 'subject', 'send', 'mother', 'privilege', 'enthusiastic', 'eye', 'opened', 'forthcoming', 'number', 'reading', 'article', 'quote', 'following', 'letter', 'heald', 'asks', 'received', 'elder', 'white', 'forcible', 'way', 'question', 'president', 'north', 'pacific', 'union', 'parent', 'answer', 'conference', 'suggestion', 'wil', 'interested', 'naval', 'cox', 'entertainment', 'edition', 'sign', 'time', 'come', 'reach', 'ell', 'little', 'easier', 'know', 'hustling', 'lift', 'heart', 'earnest_prayer', 'lord', 'favor', 'people', 'written', 'article', 'people', 'lamp', 'light', 'little', 'issue', 'union', 'conference', 'paper', 'extreme', 'shall', 'hope', 'large', 'sale', 'bent', 'securing', 'order', 'labor', 'need', 'comment', 'haven', 'room', 'conference', 'month', 'got', 'went', 'way', 'paper', 'north', 'pacific', 'union', 'mention', 'good_things', 'think', 'happy', 'idea', 'rejoicing', 'mile', 'farther', 'stayed', 'contained', 'number', 'came', 'issuing', 'night', 'rathhave', 'seen', 'copy', 'life', 'naval', 'edition', 'sure', 'wealthy', 'farmer', 'supwill', 'sell', 'fine', 'mean', 'health', 'send', 'sample', 'bringing', 'truth', 'apparently', 'waiting', 'subscriber', 'send', 'people', 'order', 'day', 'amounted', 'order', 'miss', 'california', 'conference', 'good', 'reward', 'day', 'hustling', 'order', 'quantity', 'expects', 'sell', 'fifty', 'morning', 'sold', 'book', 'number', 'sell', 'neighthousand', 'copy', 'number', 'man', 'stayed', 'bors', 'friend', 'great', 'naval', 'edition', 'night', 'took', 'order', 'price', 'yearly', 'subscription', 'opportunity', 'place', 'way_home', 'reached', 'cent', 'copy', 'truth', 'hand', 'people', 'noon', 'friday', 'having', 'order', 'omountin', 'attractive', 'form', 'ing', 'price', 'naval', 'number', 'heart', 'love', 'gratitude', 'single', 'copy', 'cent', 'heavenly_father', 'copy', 'cent', 'copy', 'pleasant', 'task', 'hustle', 'cent', 'copy', 'mailed', 'wondrously', 'kind', 'direct', 'office', 'individual', 'come', 'address', 'furnished', 'brother', 'sister', 'let', 'hustle', 'fact', 'sign', 'cent', 'copy', 'pray', 'regular', 'subscription_price', 'sooner', 'home', 'earthly', 'home', 'friend', 'pleasent', 'heavenly_father', 'better', 'pure', 'noble', 'cover', 'large', 'halfto', 'order', 'good', 'lord', 'promised', 'tone', 'engraving', 'entire', 'battle', 'week', 'ungood', 'concerning', 'israel', 'derstood', 'meant', 'hustle', 'ship', 'fleet', 'flag', 'ship', 'conmy', 'began', 'work', 'early', 'monnecticut', 'center', 'cover', 'day', 'morning', 'lifting', 'heart', 'printed', 'photo', 'brown', 'ink', 'god', 'earnest_prayer', 'sacrifice', 'present', 'attractive', 'cent', 'copy', 'cent', 'address', 'office', 'iii', 'naval', 'edition', 'sign', 'attention', 'called', 'time', 'date', 'naval', 'number', 'illuminated', 'cover', 'year', 'number', 'address', 'office', 'page', 'portrait', 'vice', 'admiral', 'evans', 'hustling', 'started', 'recent', 'afford', 'leave', 'commander', 'fleet', 'dress', 'uniform', 'surrounded', 'emblematical', 'border', 'page', 'monday', 'morning', 'asked', 'lord', 'come', 'thee', 'appearance', 'purchase', 'number', 'beautiful', 'engraving', 'contains', 'important_part', 'paper', 'mean', 'page', 'filled', 'soul', 'stirring', 'truth', 'chas', 'dudley', 'frank', 'dudley', 'time', 'presented', 'forceful', 'martingrim', 'attractive', 'manner', 'total', 'agent', 'report', 'colporters', 'march', 'address', 'book', 'value', 'help', 'carmichael', 'ackson', 'cob', 'dan', 'rev', 'dan', 'rev', 'blackford', 'coblackford', 'johnson', 'blessed', 'hope', 'carmichael', 'reject', 'happiness', 'refuse']
root - INFO - extracting file #49500: 2017-04-Final-Corpus/LB19000101-V02-11-page10.txt
root - INFO - extracting file #50000: 2017-04-Final-Corpus/LB19020201-V05-02-page6.txt
root - INFO - ['the_life_boat', 'horse', 'throng', 'moving', 'busy', 'thoroughfare', 'quest', 'apple', 'core', 'fragment', 'constituted', 'diet', 'little', 'attention', 'learned', 'talk', 'idea', 'covered', 'vermin', 'practically', 'hair', 'head', 'scalp', 'great', 'sore', 'caused', 'parasitic', 'disease', 'case', 'pitiful', 'asked', 'kind', 'hearted', 'judge', 'turn', 'wrapped', 'blanket', 'brought', 'home', 'burned', 'belonging', 'gave', 'kerosene', 'oil', 'bath', 'set', 'nurse', 'work', 'scalp', 'month', 'fine', 'crop', 'black', 'curly', 'hair', 'year', 'developed', 'finest', 'boy', 'age', 'saw', 'bright', 'sharp', 'witty', 'life', 'energy', 'ride', 'bicycle', 'remarkable', 'skill', 'swim', 'like', 'duck', 'exceedingly', 'promising', 'lad', 'accompanying', 'cut', 'boy', 'pet', 'save', 'child', 'drunkard', 'career', 'david', 'paulson', 'people', 'believe', 'intemperance', 'begin', 'saloon', 'matter', 'fact', 'saloon', 'cause', 'intemperance', 'hospital', 'cause', 'disease', 'average', 'drunkard', 'pose', 'intolerable', 'thirst', 'forcibly', 'drag', 'saloon', 'pass', 'door', 'curse', 'causeless', 'shall', 'come', 'cause', 'thirst', 'cause', 'weariness', 'sleeplessness', 'earnest', 'advocate', 'temperance', 'duty', 'shown', 'poor', 'ship', 'wrecked', 'stranded', 'victim', 'intemperance', 'sow', 'thirst', 'question', 'diet', 'important', 'food', 'fuel', 'body', 'eat', 'strength', 'drunkenness', 'wise_man', 'wood', 'goeth', 'mother', 'feed', 'child', 'stimulating', 'irritating', 'flesh_foods', 'highly', 'spiced', 'dish', 'wrong', 'combination', 'spend', 'night', 'worrying', 'bad', 'trait', 'character', 'developing', 'harvest', 'sowing', 'thousand', 'drunkard', 'staggering', 'street', 'today', 'reason', 'table', 'spread', 'food', 'compelled', 'eat', 'drunkenness', 'ate', 'prophet', 'isaiah', 'looking', 'age', 'saw', 'table', 'loaded', 'substance', 'recognize', 'food', 'saw', 'scavenger', 'earth', 'sea', 'sky', 'blistering', 'condiment', 'foul', 'smelling', 'vinegar', 'scorching', 'pepper', 'beverage', 'certainly', 'contain', 'drug', 'bought', 'drug', 'store', 'food', 'substance', 'combined', 'fiendish', 'ingenuity', 'undermine', 'disorder', 'digestion', 'physical_strength', 'following', 'graphic', 'word', 'describes', 'saw', 'table', 'vomit', 'filthiness', 'place', 'clean', 'isa', 'said', 'frying', 'pan', 'drum', 'trade', 'man', 'sell', 'bad', 'whisky', 'experience', 'dealing', 'reformed', 'men', 'chicago', 'invariably', 'rule', 'long', 'men', 'persuaded', 'subsist', 'natural', 'product', 'earth', 'unconquerable', 'desire', 'liquor', 'incident', 'testifies', 'value', 'non', 'flesh', 'diet', 'work', 'promoting', 'temperance', 'related', 'manager', 'workingman', 'home', 'chicago', 'man', 'staying', 'home', 'week', 'day', 'said', 'worker', 'won', 'going', 'spree', 'thing', 'going', 'big', 'piece', 'juicy', 'beefsteak', 'eat', 'whisky', 'appetite', 'eating', 'pure', 'food', 'diet', 'drink', 'whisky', 'flesh_foods', 'account', 'large_amount', 'waste', 'product', 'irritating', 'substance', 'contain', 'fan', 'life', 'dormant', 'intemperance', 'born', 'tendency', 'liquor', 'habit', 'kidney', 'created', 'purpose', 'carrying', 'poison', 'human_body', 'impose', 'additional', 'burden', 'eliminating', 'waste', 'product', 'animal', 'flesh', 'fiery', 'spice', 'create', 'thirst', 'town', 'pump', 'satisfy', 'kitchen', 'vestibule', 'saloon', 'dining', 'table', 'modern', 'society', 'cleared', 'host', 'thing', 'create', 'appetite', 'liquor', 'vacant', 'place', 'bar', 'table', 'day', 'god', 'reveal', 'terrible', 'consequence', 'immoderffe', 'baneful', 'use', 'pain', 'deadening', 'sleep', 'producing']
root - INFO - extracting file #50500: 2017-04-Final-Corpus/LB19030901-V06-09-page13.txt
root - INFO - extracting file #51000: 2017-04-Final-Corpus/LB19041201-V07-12-page23.txt
root - INFO - ['the_life_boat', 'cbtibren', 'department', 'hang', 'christ', 'tree', 'year', 'practice', 'life_boat', 'mission', 'christmas', 'tree', 'bright', 'spot', 'memory', 'chicago', 'waif', 'know', 'joy', 'pleasure', 'life', 'time', 'year', 'holiday', 'season', 'shall', 'christmas', 'tree', 'year', 'inexpensive', 'sensible', 'toy', 'gift', 'clothing', 'mitten', 'wristlet', 'little', 'gift', 'book', 'health', 'confectionery', 'wholesome', 'popcorn', 'fruit', 'purpose', 'happiness', 'child', 'permitted', 'attend', 'gathering', 'know', 'bound', 'greater', 'event', 'trip', 'abroad', 'average', 'reader', 'the_life_boat', 'want', 'child', 'send', 'penny', 'help', 'success', 'doe', 'deprive', 'elder', 'folk', 'having', 'share', 'christ', 'earth', 'blessed', 'child', 'overlooking', 'reason', 'think', 'past', 'experience', 'heaven', 'smiled', 'effort', 'let', 'little', 'sunshine', 'dark', 'cheerless', 'life', 'neglected', 'child', 'slum', 'holiday', 'season', 'getting', 'occupy', 'larger', 'larger', 'place', 'mind', 'people', 'determine', 'time', 'special_manner', 'happiness', 'life', 'blessing', 'shall', 'willing', 'experience', 'continue', 'holiday', 'present', 'valued', 'recipient', 'derive', 'good', 'merely', 'ornamental', 'showy', 'send', 'life_boats', 'free', 'boy', 'girl', 'resolve', 'spend', 'time', 'month', 'life_boat', 'work', 'let', 'subscription', 'expire', 'boy', 'sell', 'life_boats', 'large', 'city', 'rold', 'andrew', 'invited', 'frarold', 'write', 'paper', 'read', 'the_life_boat', 'worker', 'convention', 'subject', 'quote', 'following', 'know', 'way', 'perfect', 'trust', 'lord', 'good_courage', 'tell', 'present_time', 'short', 'room', 'school', 'school', 'hour', 'half', 'day', 'work', 'fifty', 'paper', 'bag', 'knee', 'ask', 'lord', 'help', 'sell', 'thirty', 'fifty', 'afternoon', 'storm', 'course', 'sold', 'seventy', 'life_boats', 'day', 'vacation', 'boy', 'neat', 'polite', 'try', 'discouraged', 'hears', 'kind', 'remark', 'like']
root - INFO - extracting file #51500: 2017-04-Final-Corpus/LB19060401-V09-04-page25.txt
root - INFO - extracting file #52000: 2017-04-Final-Corpus/LB19070901-V10-09-page23.txt
root - INFO - ['wealth', 'country', 'doe', 'look', 'like', 'heaping', 'treasure', 'james', 'said', 'lived', 'pleasure', 'earth', 'wanton', 'nourished', 'heart', 'day', 'slaughter', 'james', 'doe', 'remind', 'fifty', 'thousand', 'dollar', 'banquet', 'display', 'luxury', 'extravagance', 'develop', 'class', 'hatred', 'james', 'furthermore', 'tell', 'hire', 'laborer', 'kept', 'fraud', 'crieth', 'line', 'read', 'echo', 'present', 'labor', 'agitation', 'daniel', 'verse', 'time', 'christ', 'return', 'stated', 'shall', 'run', 'fro', 'knowledge', 'shall', 'increased', 'suggests', 'development', 'enormous', 'transportation', 'facility', 'school', 'boy', 'know', 'wonderfully', 'fulfilled', 'generation', 'editor', 'collier', 'magazine', 'boy', 'year', 'old', 'remember', 'automobile', 'mere', 'toy', 'population', 'youth', 'college', 'seen', 'trolley', 'car', 'think', 'marvelous', 'educational', 'opportunity', 'invention', 'knowledge', 'increased', 'merely', 'dream', 'face', 'evidence', 'day', 'peter', 'declares', 'act', 'scoffer', 'walk', 'own_lusts', 'saying', 'promise', 'coming', 'insist', 'continues', 'afore', 'time', 'pet', 'belong', 'class', 'crossed', 'ocean', 'began', 'evidence', 'getting', 'near', 'land', 'saw', 'thing', 'packed', 'ready', 'time', 'came', 'land', 'view', 'thing', 'taking', 'place', 'getting', 'ready', 'moving', 'day', 'time', 'forget', 'occupy', 'come', 'luke', 'fold', 'hand', 'lord', 'soon', 'coming', 'endeavor', 'peace', 'entered', 'experience', 'sure', 'hunt', 'somebody', 'teach', 'experience', 'furthermore', 'paul', 'looking', 'age', 'prayed', 'people', 'live', 'generation', 'spirit', 'soul', 'body', 'preserved', 'blameless', 'arrival', 'lord', 'jesus', 'christ', 'thess', 'rotterdam', 'translation', 'gospel', 'body', 'soul', 'christ', 'return', 'surfeiting', 'form', 'religion', 'instead', 'spirit', 'marvelous', 'increase', 'knowledge', 'men', 'use', 'additional', 'knowledge', 'simply', 'scoff', 'evidence', 'christ', 'soon', 'return', 'time', 'earnestly', 'proclaiming', 'gospel', 'soul', 'body', 'teaching', 'people', 'thing', 'physical', 'righteousness', 'spiritual', 'righteousness', 'year', 'wife', 'moved', 'time', 'time', 'thing', 'decided', 'worth', 'moving', 'merely', 'rubbish', 'destroyed', 'hated', 'worth', 'moving', 'present', 'indication', 'god', 'moving', 'day', 'hastening', 'right', 'god', 'soon', 'transfer', 'world', 'worth', 'moving', 'worth', 'transferring', 'destroyed', 'moving', 'day', 'come', 'going', 'rubbish', 'permit', 'master', 'wrought', 'perfect', 'work', 'soul', 'body', 'spirit', 'transplanted', 'better', 'world', 'worth', 'deny', 'appetite', 'pas', 'sinful', 'pleasure', 'stand', 'time', 'trouble', 'ahead', 'thousand', 'shall', 'fall', 'thousand', 'shall', 'come', 'nigh', 'brother', 'darkness', 'day', 'overtake', 'thief', 'thes', 'life', 'boat']
root - INFO - extracting file #52500: 2017-04-Final-Corpus/LB19090201-V12-02-page25.txt
root - INFO - extracting file #53000: 2017-04-Final-Corpus/LB19100701-V13-07-page30.txt
root - INFO - ['the_life_boat', 'look', 'special', 'fountain', 'pen', 'offer', 'fountain', 'pen', 'guaranteed', 'class', 'particular', 'the_life_boat', 'david', 'pavlson', 'editor', 'pavlson', 'business_manager', 'the_life_boat', 'published', 'hinsdale', 'ill', 'workingman', 'home', 'life', 'boat', 'mission', 'incorporated', 'chicago', 'office', 'association', 'state', 'check', 'draft', 'money_order', 'payable', 'the_life_boat', 'hinsdale', 'illy', 'early', 'subscription', 'cent', 'special', 'discount', 'number', 'sent', 'address', 'cent', 'additional', 'canada', 'foreign_country', 'expiration', 'date', 'wrapper', 'indicates', 'subscription', 'expires', 'continue', 'list', 'expiration', 'subscription', 'renew', 'subscription', 'promptly', 'change', 'address', 'writing', 'address', 'the_life_boat', 'changed', 'sure', 'old', 'address', 'new', 'mistake', 'publisher', 'the_life_boat', 'pleased', 'attention', 'called', 'mistake', 'occur', 'glad', 'correct', 'premium', 'attention', 'reader', 'invited', 'valuable', 'premium', 'offer', 'constantly', 'receipt', 'appreciative', 'letter', 'taken', 'advantage', 'liberal', 'offer', 'rate', 'advertising', 'page', 'single', 'issue', 'month', 'half', 'page', 'month', 'inch', 'column', 'width', 'insertion', 'unparalleled', 'opportunity', 'advertising', 'desire', 'advertisement', 'large', 'small', 'dealer', 'article', 'recommend', 'subscriber', 'the_life_boat', 'unusually', 'large_circulation', 'best', 'class', 'people', 'full_information', 'concerning', 'circulation', 'given', 'application', 'the_life_boat', 'hinsdale', 'iii', 'new', 'subscription', 'the_life_boat', 'pen', 'solid', 'gold', 'testimony', 'use', 'time', 'lost', 'the_life_boat', 'premium', 'pen', 'year', 'satisfied', 'service', 'given', 'nished', 'beautiful', 'illustrated', 'gospel', 'post', 'card', 'design', 'striking', 'illustration', 'scriptural', 'text', 'like', 'published', 'sent', 'million', 'black', 'white', 'colored', 'gold', 'ground', 'ents', 'wanted', 'help', 'spread', 'gospel', 'osp', 'pit', 'itli', 'leag', 'logan', 'blvd', 'chicago', 'ill']
root - INFO - extracting file #53500: 2017-04-Final-Corpus/LB19111201-V14-12-page5.txt
root - INFO - extracting file #54000: 2017-04-Final-Corpus/LB19130501-V16-05-page16.txt
root - INFO - ['the_life_boat', 'said', 'boot', 'lord', 'george', 'starr', 'melrose', 'mass', 'time', 'ago', 'heard', 'bro', 'starr', 'relate', 'interesting', 'personal', 'experience', 'definite', 'answer', 'prayer', 'asked', 'write', 'supposed', 'best', 'god', 'work', 'earth', 'experience', 'reason', 'add', 'prayer', 'thine', 'best', 'receive', 'ask', 'assured', 'god', 'answer', 'prayer', 'year', 'age', 'heard', 'god', 'work', 'evangelist', 'trusting', 'god', 'support', 'started', 'forth', 'salary', 'taking', 'collection', 'depending', 'entirely', 'came', 'unsolicited', 'answer', 'prayer', 'needed', 'clothing', 'asked', 'shoe', 'boot', 'asked', 'definitely', 'lord', 'failed', 'second', 'winter', 'western', 'state', 'finding', 'shoe', 'sufficient', 'protection', 'snow', 'cold', 'winter', 'having', 'dollar', 'purchase', 'asked', 'lord', 'send', 'pair', 'boot', 'boot', 'night', 'close', 'evening_service', 'lady', 'came', 'forward', 'speak', 'placed', 'fivedollar', 'hand', 'whispering', 'boot', 'pair', 'boot', 'use', 'way', 'pair', 'boot', 'spoken', 'matter', 'living', 'soul', 'took', 'god', 'spoken', 'sister', 'answer', 'prayer', 'course', 'bought', 'pair', 'boot', 'weather', 'vane', 'sermonette', 'farmer', 'building', 'new_house', 'farm', 'decided', 'place', 'weather', 'vane', 'house', 'instead', 'barn', 'ordinarily', 'placed', 'weather', 'vane', 'letter', 'gold', 'word', 'god', 'love', 'glistened', 'sunshine', 'beautiful', 'sight', 'neighbor', 'concerned', 'eccentric', 'trait', 'man', 'thought', 'deviating', 'established', 'custom', 'remonstrated', 'said', 'right', 'weather', 'vane', 'house', 'motto', 'weathervane', 'saw', 'know', 'god', 'love', 'matter', 'way', 'wind', 'blew', 'let', 'forget', 'wind', 'blow', 'chilly', 'north', 'leaving', 'blasted', 'hope', 'withered', 'human', 'love', 'balmy', 'breeze', 'south', 'revive', 'sinking', 'heart', 'thing', 'remains', 'steadfast', 'varied', 'experience', 'thing', 'uppermost', 'mind', 'god', 'love', 'old', 'brier', 'bore', 'rose', 'brier', 'growing', 'ditch', 'came', 'gardener', 'spade', 'dug', 'lifted', 'brier', 'said', 'know', 'old', 'worthless', 'brier', 'gardener', 'took', 'garden', 'planted', 'amid', 'flower', 'brier', 'said', 'mistake', 'planting', 'old', 'brier', 'like', 'rose', 'tree', 'gardener', 'came', 'keen', 'edged', 'knife', 'slit', 'brier', 'grafted', 'rose', 'summer', 'came', 'lovely', 'rose', 'blooming', 'old', 'brier', 'gardener', 'said', 'beauty', 'came', 'christ', 'time', 'poor', 'human', 'life', 'use', 'hope', 'use', 'christ', 'hand', 'pours', 'love', 'lift', 'dust', 'graft', 'own_life', 'begin', 'like', 'little', 'branch', 'beautiful', 'life']
root - INFO - extracting file #54500: 2017-04-Final-Corpus/LB19140901-V17-09-page23.txt
root - INFO - extracting file #55000: 2017-04-Final-Corpus/LB19160101-V19-01-page19.txt
root - INFO - ['brightening', 'dark', 'life', 'ethel', 'harrison', 'member', 'medical', 'evangelistic', 'class', 'away', 'work', 'month', 'account', 'sickness', 'death', 'father', 'truly', 'glad', 'return', 'class', 'work', 'great_city', 'chicago', 'classmate', 'miss', 'kleidon', 'doubt', 'great_field', 'labor', 'field', 'broken', 'heart', 'unhappy', 'home', 'know', 'little', 'trusting', 'kind', 'merciful', 'heavenly_father', 'laves', 'care', 'day', 'life', 'stop', 'think', 'enlightened', 'age', 'live', 'chance', 'hear', 'know', 'god', 'promise', 'surprising', 'willing', 'learn', 'kept', 'ignorance', 'preciotis', 'word', 'god', 'lady', 'especially', 'mind', 'poor', 'bible', 'home', 'took', 'bible', 'prayed', 'read', 'mal', 'feared', 'lord_spake', 'lord', 'hearkened', 'heard', 'book', 'rememerance', 'written', 'feared', 'lord', 'thought', 'shall', 'saith', 'lord', 'host', 'day', 'jewel', 'spare', 'man', 'spareth', 'own_son', 'serveth', 'countenance', 'changed', 'said', 'good', 'study', 'god', 'word', 'try', 'study', 'bible', 'lady', 'week', 'enjoy', 'study', 'want', 'come', 'understand', 'teach', 'took', 'clothing', 'poorly', 'clad', 'grateful', 'thing', 'gave', 'especially', 'little', 'girl', 'happy', 'thing', 'hair', 'ribbon', 'work', 'faint', 'idea', 'christ', 'mission', 'earth', 'helped', 'cared', 'suffering', 'humanity', 'poverty', 'strickened', 'family', 'tried', 'care', 'father', 'mother', 'child', 'baby', 'week', 'old', 'father', 'worked', 'day', 'past', 'month', 'thanksgiving', 'day', 'bite', 'home', 'eat', 'sent', 'grocery', 'week', 'prayed', 'heavenly_father', 'open', 'way', 'man', 'work', 'care', 'family', 'surely', 'glad', 'know', 'man', 'working', 'week', 'praying', 'position', 'permanent', 'family', 'grateful', 'little', 'blessed', 'experience', 'meeting', 'different', 'people', 'best', 'know', 'somethin', 'master', 'king', 'shall', 'answer', 'unto', 'verily', 'unto', 'inasmuch', 'unto', 'brother', 'unto', 'matt', 'great', 'principle', 'great', 'book', 'david', 'paulson', 'month', 'introducing', 'book', 'ministry', 'healing', 'reader', 'page', 'filled', 'choice', 'truth', 'health', 'hygiene', 'wholesome', 'living', 'gospel', 'soul', 'body', 'present', 'reader', 'group', 'gem', 'culled', 'truth', 'dress', 'problem', 'poor', 'girl', 'sake', 'stylish', 'gown', 'deprived', 'warm', 'underwear', 'paid', 'penalty', 'life', 'coveting', 'display', 'elegance', 'rich', 'enticed', 'path', 'dishonesty', 'shame', 'home', 'deprived', 'comfort', 'man', 'driven', 'embezzlement', 'bankruptcy', 'satisfy', 'extravagant', 'demand', 'wife', 'child', 'mother', 'throbbing', 'nerve', 'trembling', 'finger', 'toil', 'far', 'night', 'add', 'child', 'clothing', 'ornamentation', 'contributes', 'healthfulness', 'comfort', 'real', 'beauty', 'soon', 'come', 'world', 'child', 'subjected', 'fashion', 'influence', 'hear', 'dress', 'saviour', 'mother', 'consulting', 'fashion', 'plate', 'earnestly', 'bible', 'display', 'dress', 'treated', 'greater', 'importance', 'development', 'character', 'fashionable', 'fashion', 'the_life_boat']
root - INFO - extracting file #55500: 2017-04-Final-Corpus/LB19180401-V21-04-page7.txt
root - INFO - extracting file #56000: 2017-04-Final-Corpus/LB19190801-V22-08-page12.txt
root - INFO - ['the_life_boat', 'faith', 'reach', 'higher', 'foundation', 'faith', 'body', 'substance', 'work', 'spirit', 'greek', 'pneuma', 'true', 'faith', 'hath', 'work', 'dead', 'trouble', 'work', 'hand', 'direction', 'value', 'perfect', 'faith', 'work', 'faith', 'perfect', 'work', 'spring', 'faith', 'enduring', 'value', 'value', 'god', 'sight', 'body', 'spirit', 'dead', 'faith', 'work', 'dead', 'word', 'spirit', 'symbolizes', 'work', 'disconnected', 'faith', 'work', 'faith', 'breath', 'greek', 'pneuma', 'air', 'talk', 'thing', 'wind', 'air', 'hot', 'air', 'work', 'value', 'faith', 'produce', 'faith', 'work', 'faith', 'gift', 'god', 'given', 'man', 'measure', 'faith', 'god', 'faith', 'framed', 'like', 'diploma', 'hung', 'wall', 'work', 'faith', 'mere', 'assent', 'principle', 'duty', 'truth', 'faith', 'dynamic', 'power', 'stored', 'good', 'released', 'duty', 'potential', 'energy', 'transformed', 'kinetic', 'energy', 'faith', 'water', 'stored', 'pond', 'released', 'turn', 'wheel', 'faith', 'voltage', 'wire', 'wire', 'touched', 'tapped', 'proper', 'connection', 'body', 'spirit', 'life', 'faith', 'work', 'life', 'work', 'faith', 'anymore', 'spirit', 'electricity', 'wire', 'power', 'pond', 'let', 'force', 'loose', 'soon', 'result', 'faith', 'shown', 'work', 'way', 'thy', 'faith', 'thy', 'work', 'thee', 'faith', 'work', 'jas', 'work', 'faith', 'perfect', 'carboy', 'electrolyte', 'valueless', 'sealed', 'set', 'away', 'faith', 'corked', 'demijohn', 'faith', 'end', 'mean', 'faith', 'work', 'yes', 'work', 'work', 'love', 'love', 'faith', 'idea', 'faith', 'blind', 'uncontrollable', 'force', 'like', 'cyclone', 'volcanic', 'eruption', 'faith', 'brings', 'grace', 'blessing', 'follow', 'train', 'remember', 'faith', 'work', 'prof', 'lamson', 'blessing', 'god', 'faith', 'mean', 'salvation', 'rich', 'education', 'talent', 'fame', 'said', 'fallen', 'man', 'heap', 'million', 'dollar', 'let', 'heaven', 'succeed', 'lord', 'said', 'degree', 'university', 'attach', 'admission', 'ticket', 'heaven', 'sheepskin', 'enter', 'pearly', 'gate', 'heaven', 'gained', 'climbing', 'alp', 'measuring', 'road', 'red_sea', 'mecca', 'grace', 'saved', 'faith', 'faith', 'gift', 'god', 'measure', 'faith', 'given', 'man', 'save', 'faith', 'work']
root - INFO - extracting file #56500: 2017-04-Final-Corpus/LB19201201-V23-12-page23.txt
root - INFO - extracting file #57000: 2017-04-Final-Corpus/LH19050901-V20-09-page34.txt
root - INFO - ['life_and_health', 'life_and_health', 'continuing', 'pacific_health_journal', 'aim', 'assist', 'physical', 'mental', 'moral', 'uplift', 'humanity', 'individual', 'home', 'geo', 'heald', 'editor', 'hare', 'associate', 'editor', 'subscription', 'price', 'cent', 'year', 'foreign', 'country', 'published', 'monthly', 'review', 'herald', 'publishing', 'assn', 'capitol', 'washington', 'entered', 'second', 'class_matter', 'june', 'post', 'office', 'washington', 'act', 'coagresi', 'march', 'number', 'begin', 'series', 'article', 'augusta', 'bainbridge', 'known', 'reader', 'pacific_health_journal', 'entitled', 'daughter', 'home', 'series', 'comprise', 'following', 'article', 'appreciated', 'parent', 'daughter', 'baby', 'girl', 'little', 'tot', 'little', 'miss', 'school', 'daughter', 'graduate', 'postgraduate', 'course', 'daughter', 'grown', 'married', 'single', 'mission', 'life_and_health', 'clear', 'rubbish', 'pathway', 'life_and_health', 'true', 'happiness', 'teaching', 'fundamental_principle', 'governing', 'life_and_health', 'delicately', 'constructed', 'human', 'organism', 'deep', 'hidden', 'mystery', 'possible', 'understood', 'applied', 'scientific', 'expert', 'natural', 'heritage', 'man', 'woman', 'accessible', 'applicable', 'commodity', 'essential', 'life', 'number', 'life_and_health', 'practical', 'manual', 'health', 'contains', 'information', 'applicable', 'home', 'use', 'treatment', 'prevention', 'disease', 'prevalent', 'season', 'year', 'written', 'simple', 'language', 'avoiding', 'use', 'medical', 'latin', 'term', 'usually', 'understood', 'majority', 'people', 'object', 'reveal', 'plain', 'practical', 'fundamental_principle', 'governing', 'life_and_health', 'delicately', 'constructed', 'human', 'organism', 'demonstrate', 'principle', 'natural', 'heritage', 'man', 'woman', 'accessible', 'applicable', 'commodity', 'essential', 'life', 'oft', 'circulation', 'life_and_health', 'practically', 'administering', 'need', 'suffering', 'humanity', 'knowledge', 'principle', 'law', 'health', 'great_need', 'adoption', 'thousand', 'home', 'seriously', 'consider', 'duty', 'fellow_men', 'causing', 'investigate', 'great_principles', 'true', 'health', 'reform', 'august', 'number', 'health', 'copy', 'printed', 'july', 'number', 'practically', 'exhausted', 'august', 'pure', 'vegetable', 'cooking', 'oil', 'normal', 'food', 'product', 'corn', 'purer', 'economical', 'clean', 'sample', 'mailing', 'case', 'cent', 'sanitarium', 'supply', 'nashville', 'tenn', 'life']
root - INFO - extracting file #57500: 2017-04-Final-Corpus/LH19061201-V21-12-page7.txt
root - INFO - extracting file #58000: 2017-04-Final-Corpus/LH19080201-V23-02-page24.txt
root - INFO - ['child', 'punished', 'mother', 'parent', 'child', 'unequal', 'struggle', 'child', 'think', 'right', 'cause', 'usually', 'lie', 'misunderstanding', 'failure', 'parent', 'view', 'matter', 'child', 'standpoint', 'real', 'thing', 'life', 'child', 'real', 'thing', 'passing', 'immediate', 'vision', 'infant', 'close', 'hand', 'immediate', 'surroundings', 'parent', 'little', 'world', 'child', 'farther', 'maturity', 'experience', 'come', 'power', 'relation', 'thing', 'thing', 'balance', 'want', 'necessity', 'little', 'hand', 'greater', 'achieved', 'child', 'doe', 'gain', 'equilibrium', 'sight', 'quickly', 'master', 'equilibrium', 'body', 'thing', 'present', 'intensely', 'real', 'bonum', 'life', 'undeveloped', 'mental', 'vision', 'youth', 'opposed', 'wish', 'throw', 'restraint', 'wrecking', 'parent', 'hope', 'future', 'keenest', 'joy', 'keenest', 'sorrow', 'come', 'child', 'youth', 'inexperienced', 'passing', 'second', 'vision', 'doe', 'penetrate', 'lie', 'outside', 'little', 'world', 'increase', 'mitigate', 'such_time', 'wise', 'parent', 'seek', 'live', 'close', 'child', 'feel', 'feel', 'order', 'help', 'thing', 'weigh', 'consequence', 'live', 'close', 'child', 'tender', 'love', 'creation', 'god', 'bestowed', 'blessing', 'parenthood', 'child', 'best', 'gift', 'heavenly_father', 'humanity', 'blessing', 'turned', 'curse', 'intent', 'purpose', 'failure', 'know', 'cope', 'arising', 'problem', 'discipline', 'object', 'discipline', 'primary', 'sole', 'object', 'discipline', 'train', 'child', 'meet', 'aright', 'life', 'duty', 'obligation', 'subverted', 'apparent', 'contest', 'series', 'article', 'furnished', 'special', 'request', 'editor']
root - INFO - extracting file #58500: 2017-04-Final-Corpus/LH19090101-V24-01-page48.txt
root - INFO - extracting file #59000: 2017-04-Final-Corpus/LH19091001-V24-10-page4.txt
root - INFO - ['glendale', 'sanitarium', 'glendale', 'los_angeles', 'california', 'beautifully', 'situated', 'glendale', 'calif', 'minute', 'ride', 'electric', 'car', 'heart', 'los_angeles', 'building', 'modern', 'fitted', 'convenience', 'glendale', 'posse', 'delightful', 'summer', 'climate', 'ocean', 'breeze', 'prevail', 'day', 'cool', 'mountain', 'air', 'refreshing', 'sleep', 'night', 'place', 'health', 'delicate', 'sick', 'renewed', 'youth', 'aged', 'vigorous', 'strength', 'young', 'pleasant', 'summerland', 'live', 'continuously', 'door', 'fragrant', 'flower', 'abound', 'abundance', 'kept', 'ground', 'method', 'diet', 'treatment', 'whi', 'given', 'battle', 'creek', 'world', 'wide', 'fame', 'qualified', 'medical', 'faculty', 'date', 'treatment', 'room', 'equipped', 'gymnasium', 'special', 'summer', 'rate', 'write', 'illustrated', 'souvenir', 'paradise', 'valley', 'sanitarium', 'national', 'city', 'california', 'equipped', 'regulated', 'medical', 'surgical', 'establishment', 'easy', 'access', 'san_diego', 'conducted', 'rational', 'principle', 'enjoying', 'ideal', 'climate', 'year_round', 'place', 'invalid', 'convalescent', 'overworked', 'contemplating', 'spending', 'week', 'month', 'season', 'true', 'health', 'resort', 'fifty', 'clear', 'day', 'year', 'write', 'illustrated', 'catalog', 'containing', 'rate', 'full_information', 'loma_linda', 'sanitarium', 'loma_linda', 'california', 'loma_linda', 'city', 'village', 'equipped', 'country', 'sanitarium', 'private', 'station', 'livery', 'daily', 'orchard', 'garden', 'grove', 'park', 'pleasure', 'ground', 'situated', 'beautiful', 'valley', 'southern', 'california', 'main', 'line', 'southern', 'pacific', 'railroad', 'patient', 'enjo', 'outdoor', 'life', 'day', 'yea', 'visiting', 'southern', 'california', 'earch', 'better', 'health', 'stop', 'loma', 'vela', 'sanitarium', 'send', 'fra', 'booklet', 'write', 'advertiser', 'saw', 'life_and_health']
root - INFO - extracting file #59500: 2017-04-Final-Corpus/LH19100601-V25-06-page52.txt
root - INFO - extracting file #60000: 2017-04-Final-Corpus/LH19110201-V26-02-page5.txt
root - INFO - ['content', 'february', 'general', 'article', 'laughter', 'song', 'god', 'door', 'geo', 'wharton', 'james', 'outdoor', 'school', 'harvey', 'middleton', 'ninth', 'international', 'antituberculosis', 'conference', 'olsen', 'purity', 'boy', 'preservation', 'rev', 'musselman', 'liberty', 'plus', 'fitzpatrick', 'simple', 'effective', 'exercise', 'chas', 'liebe', 'science', 'right', 'living', 'earl', 'van', 'meter', 'long', 'healthful', 'cookery', 'underground', 'vegetable', 'geo', 'cornforth', 'culinary', 'suggestion', 'fitch', 'page', 'medical', 'missionary', 'work', 'ambato', 'ecuador', 'wheeler', 'argentina', 'south', 'america', 'replogle', 'chinese', 'doctor', 'note', 'book', 'editorial', 'dedication', 'science', 'hall', 'howard', 'university', 'drug', 'treatment', 'edged', 'sword', 'testimony', 'source', 'tea', 'coffee', 'drinking', 'convention', 'american', 'civic', 'association', 'work', 'american', 'civic', 'association', 'junior', 'civic', 'league', 'school', 'garden', 'fly', 'clean', 'motion', 'picture', 'quackery', 'great', 'britain', 'department', 'agriculture', 'health', 'national', 'municipal', 'league', 'public', 'health', 'business', 'sense', 'abuse', 'disinfection', 'hand', 'current', 'comment', 'social', 'aspect', 'alcoholism', 'consumption', 'cure', 'fake', 'dietetic', 'fad', 'abstract', 'problem', 'typhoid', 'prevention', 'agar', 'agar', 'treatment', 'constipation', 'insomnia', 'related', 'cause', 'sleep', 'medical', 'forum', 'teach', 'child', 'nutrition', 'passing', 'drug', 'transmission', 'leprosy', 'book', 'magazine', 'news', 'note', 'entered', 'second', 'class_matter', 'june', 'post_office', 'washington', 'act', 'congress', 'march', 'term', 'year', 'cent', 'copy', 'special_rates', 'agent', 'postage', 'prepaid', 'publisher', 'subscription', 'country', 'change', 'address', 'change', 'address', 'ordered', 'new', 'old', 'address', 'given', 'remit', 'remittance', 'sent', 'draft', 'new', 'york', 'express', 'order', 'money_order', 'cash', 'sent', 'registered', 'letter', 'address', 'life', 'health', 'takoma', 'park', 'washington', 'guarantee', 'reliability', 'advertisement', 'inserted', 'life', 'health', 'want', 'reader', 'feel', 'deal', 'advertiser', 'fullest', 'confidence', 'fair', 'treatment', 'notwithstanding', 'thorough', 'investigation', 'advertising', 'submitted', 'publication', 'advertisement', 'published', 'subscriber', 'dishonestly', 'dealt', 'imposed', 'request', 'particulari', 'sent', 'proper', 'action', 'protection', 'reader']
root - INFO - extracting file #60500: 2017-04-Final-Corpus/LH19111001-V26-10-page6.txt
root - INFO - extracting file #61000: 2017-04-Final-Corpus/LH19120801-V27-08-page19.txt
root - INFO - ['oract', 'ity', 'razz', 'filf', 'world', 'shall', 'absolute', 'inactivity', 'action', 'motion', 'exercise', 'condition', 'high', 'himalaya', 'alp', 'geologist', 'claim', 'continually', 'changing', 'internally', 'externally', 'crumbling', 'away', 'action', 'element', 'river', 'ocean', 'bed', 'daily', 'receive', 'fresh', 'deposit', 'firmest', 'rock', 'world', 'world', 'planet', 'revolve', 'forming', 'spring', 'brook', 'river', 'flow', 'ocean', 'effect', 'mighty_power', 'action', 'water', 'seen', 'flood', 'destroy', 'entire', 'city', 'observe', 'incessant', 'activity', 'vegetable_kingdom', 'motion', 'tree', 'plant', 'life', 'wave', 'fro', 'breeze', 'fact', 'vegetable', 'life', 'thrive', 'circulation', 'fluid', 'innumerable', 'amazing', 'velocity', 'world', 'earth', 'whirling', 'space', 'frightful', 'rapidity', 'activity', 'great', 'body', 'water', 'ocean', 'movement', 'water', 'incessant', 'constant', 'change', 'ocean', 'mighty', 'mass', 'water', 'evaporating', 'atmosphere', 'returning', 'earth', 'form', 'rain', 'hail', 'snow', 'look', 'playfulness', 'kitten', 'little', 'channel', 'animal', 'kingdom', 'law', 'activity', 'manifested', 'playfulness', 'kitten', 'swimming', 'fish', 'flying', 'bird', 'look', 'man', 'form', 'baby', 'action', 'kicking', 'foot', 'grasping', 'hand', 'indicate', 'action', 'great', 'law', 'nature', 'child', 'active', 'henry', 'curtis', 'child']
root - INFO - extracting file #61500: 2017-04-Final-Corpus/LH19130701-V28-07-page17.txt
root - INFO - extracting file #62000: 2017-04-Final-Corpus/LH19140601-V29-06-page28.txt
root - INFO - ['chewing', 'rag', 'friend', 'baltimore', 'editorial', 'staff', 'american', 'kindly', 'sent', 'aphotograph', 'plug', 'tobacco', 'tell', 'story', 'man', 'purchased', 'tobacco', 'enjoyed', 'chew', 'teeth', 'met', 'chew', 'like', 'tobacco', 'looked', 'embedded', 'heart', 'cake', 'dirty', 'blood', 'stained', 'bandage', 'somebody', 'sore', 'thumb', 'learned', 'discoverer', 'realized', 'nastiness', 'tobacco_habit', 'certainly', 'facture', 'tobacco', 'product', 'doubtless', 'write', 'story', 'tobacco', 'factory', 'sinclair', 'wrote', 'jungle', 'story', 'chicago', 'packing', 'house', 'create', 'stir', 'fact', 'chewing', 'dirty', 'habit', 'milder', 'adjective', 'properly', 'descriptive', 'practice', 'habit', 'somewhat', 'popular', 'hidden', 'sight', 'refined', 'self', 'respecting', 'habit', 'snuff', 'taking', 'learned', 'saliva', 'globe', 'mean', 'germ', 'human', 'tolerant', 'practice', 'spread', 'secretion', 'promiscuously', 'doubtless', 'fully', 'learned', 'clean', 'exchange', 'saliva', 'neighbor', 'obvious', 'mancould', 'disgusting', 'une', 'xpect', 'edly', 'mouth', 'morsel', 'filthy', 'rag', 'chewing', 'rag', 'filthy', 'chewing', 'bacco', 'fact', 'rag', 'kind', 'porated', 'plug', 'tobacco', 'hint', 'method', 'employed', 'connection', 'manu', 'photograph', 'plug', 'tobacco', 'containing', 'dirty', 'rag', 'press', 'representative', 'eastern', 'city', 'sent', 'editor', 'life_and_health', 'ner', 'school_children', 'swap', 'gum', 'way', 'effective', 'shall', 'broken', 'important', 'link', 'chain', 'disease', 'munication', 'man', 'persists', 'chewing', 'tobacco', 'spitting', 'floor', 'sidewalk', 'walk', 'fit', 'candidate', 'detention', 'home']
root - INFO - extracting file #62500: 2017-04-Final-Corpus/LH19150501-V30-05-page41.txt
root - INFO - extracting file #63000: 2017-04-Final-Corpus/LH19160501-V31-05-page20.txt
root - INFO - ['chool', 'fhealt', 'iet', 'dress', 'general', 'hygien', 'hove', 'ativient', 'nur', 'prevention', 'blindness', 'baby', 'sore', 'eye', 'blind', 'unfortunate', 'remember', 'born', 'blind', 'good', 'eyesight', 'birth', 'got', 'baby', 'sgoe', 'eye', 'cold', 'eye', 'lack', 'proper', 'treatment', 'condition', 'went', 'bad', 'worse', 'sight', 'lost', 'eye', 'illustration', 'child', 'lessness', 'speak', 'plain', 'truth', 'baby', 'sore', 'eye', 'cold', 'eye', 'baby', 'week', 'old', 'little', 'older', 'redness', 'followed', 'swelling', 'lid', 'discharge', 'matter', 'infection', 'actually', 'place', 'birth', 'week', 'germ', 'establishing', 'new_home', 'increasing', 'number', 'eyesight', 'destroyed', 'manner', 'sad', 'feature', 'simple', 'treatment', 'right_time', 'prevented', 'eye', 'trouble', 'blindness', 'expensive', 'treatment', 'requires', 'great', 'skill', 'city', 'furnish', 'medicine', 'free', 'physician', 'treatment', 'city', 'midwife', 'instructed', 'use', 'preventive', 'case', 'account', 'danger', 'possible', 'infection', 'lifelong', 'disastrous', 'consequence', 'worse', 'folly', 'neglect', 'preventive', 'measure', 'criminal', 'care', 'case', 'neglected', 'baby', 'sore', 'eye', 'girl', 'neglected', 'baby', 'sore', 'eye', 'totally', 'blind', 'proper', 'care', 'time', 'birth', 'averted', 'disaster', 'getting', 'ready', 'aggressive_work', 'drop', 'infection', 'killed', 'rare', 'instance', 'day', 'delay', 'trouble', 'difficult', 'deal', 'fact', 'condition', 'suddenly', 'worse', 'day', 'damage', 'possible', 'save', 'sight', 'best', 'treatment', 'wonder', 'simple', 'remedy', 'costing', 'little', 'prevent', 'uncommon', 'affection', 'end', 'total', 'blindness', 'remedy', 'frequently', 'explanation']
root - INFO - extracting file #63500: 2017-04-Final-Corpus/LH19170601-V32-06-page25.txt
root - INFO - extracting file #64000: 2017-04-Final-Corpus/LH19190101-V34-01-page13.txt
root - INFO - ['mouth', 'hygiene', 'photo', 'american', 'red', 'cross', 'loosen', 'attended', 'speedily', 'soon', 'past', 'repair', 'tartar', 'chief', 'favoring', 'cause', 'worst', 'dental', 'disease', 'pyorrhea', 'pyorrhea', 'teeth', 'gum', 'cancer', 'general', 'curable', 'incipient', 'stage', 'esthetic', 'value', 'teeth', 'write', 'lie', 'desk', 'set', 'recently', 'extracted', 'teeth', 'teeth', 'repulsive', 'dentist', 'great', 'heavy', 'deposit', 'greenish', 'gray', 'tartar', 'reach', 'receded', 'neck', 'cutting', 'edge', 'teeth', 'lingual', 'palatal', 'surface', 'black', 'jet', 'tobacco', 'smoke', 'odor', 'indescribable', 'altogether', 'exceedingly', 'offensive', 'badly', 'decayed', 'characteristic', 'teeth', 'affected', 'pyorrhea', 'badly', 'broken', 'teeth', 'strong', 'long', 'rooted', 'mouth', 'today', 'thing', 'dirt', 'look', 'set', 'uncared', 'teeth', 'tartar', 'stain', 'cavity', 'unhealthy', 'gum', 'fetid', 'odor', 'look', 'row', 'clean', 'pretty', 'teeth', 'healthy', 'gum', 'untainted', 'odor', 'pearl', 'ruby', 'setting', 'look', 'demonstrate', 'value', 'esthetic', 'principle', 'care', 'preservation', 'teeth', 'said', 'dirty', 'teeth', 'slander', 'whitest', 'character', 'nice', 'way', 'putting', 'come', 'somewhat', 'near', 'truth', 'oliver', 'wendell', 'holmes', 'stated', 'case', 'said', 'dental', 'profession', 'established', 'prolonged', 'reign', 'beauty', 'added', 'charm', 'social', 'intercourse', 'lent', 'perfection', 'strain', 'eloquence', 'taken', 'old_age', 'unwelcome', 'feature', 'news', 'note', 'infantile', 'paralysis', 'infantile', 'paralysis', 'broke', 'locality', 'summer', 'nearly', 'general', 'previous', 'season', 'combat', 'influenza', 'congress', 'appropriated', 'expended', 'united', 'state', 'public', 'health', 'service', 'connection', 'medical', 'service', 'army', 'navy', 'combating', 'influenza', 'communicable', 'disease', 'tuberculosis', 'dispensary', 'closed', 'order', 'acting', 'state', 'commissioner', 'health', 'pennsylvania', 'tuberculosis', 'dispensary', 'operating', 'state', 'closed', 'october', 'order', 'nurse', 'fight', 'influenza', 'meat', 'poisoning', 'eating', 'municipal', 'canteen', 'france', 'child', 'developed', 'severe', 'poisoning', 'traced', 'paratyphoid', 'bacillus', 'meat', 'meat', 'thoroughly', 'cooked', 'paratyphoid', 'infection', 'severe', 'intoxication', 'evidently', 'cooking', 'destroy', 'poison', 'meat', 'killed', 'germ', 'child', 'died', 'dental', 'dispensary', 'american', 'military', 'hospital']
root - INFO - extracting file #64500: 2017-04-Final-Corpus/LH19200801-V35-08-page32.txt
root - INFO - extracting file #65000: 2017-04-Final-Corpus/LibM19081001-V03-04-page22.txt
root - INFO - ['liberty', 'church', 'obligatory', 'people', 'declaration', 'congress', 'shall', 'law', 'respecting', 'establishment', 'religion', 'forbids', 'congress', 'enforce', 'religious', 'ritual', 'ceremony', 'observance', 'establishment', 'religion', 'consists', 'compulsory', 'observance', 'ritual', 'ceremony', 'religion', 'established', 'prevention', 'establishment', 'entirety', 'manifest', 'prevention', 'establishment', 'ritual', 'ceremony', 'establish', 'ritual', 'ceremony', 'observance', 'set', 'religion', 'religion', 'held', 'people', 'nation', 'enact', 'sunday', 'law', 'establish', 'religion', 'degree', 'exalt', 'religion', 'observance', 'religion', 'deny', 'portion', 'people', 'equality', 'government', 'ordained', 'secure', 'men', 'deny', 'enforce', 'fridaykeeping', 'people', 'leave', 'free', 'wish', 'day', 'week', 'exalt', 'place', 'pre', 'eminence', 'religion', 'friday', 'keeping', 'establish', 'religion', 'mohammedanism', 'extent', 'establishing', 'observance', 'enforcement', 'seventh', 'day', 'week', 'exalt', 'religion', 'religious_observance', 'day', 'amendment', 'constitution', 'united', 'state', 'designed', 'prevent', 'establishment', 'religion', 'church', 'equally', 'designed', 'prevent', 'establishment', 'portion', 'religion', 'dogma', 'practise', 'church', 'man', 'legally', 'dictate', 'religious_duties', 'superior', 'law', 'religion', 'legally', 'compel', 'people', 'yield', 'obedience', 'observance', 'given', 'pre', 'eminence', 'religion', 'law', 'extent', 'tablished', 'law', 'fundamental', 'precept', 'government', 'protest', 'course', 'procedure', 'forbade', 'constitution', 'permit', 'enforcement', 'religious', 'ordinance', 'permit', 'enforcement', 'bulwark', 'defense', 'complete', 'establishment', 'religion', 'law', 'country', 'equal', 'sum', 'included', 'constitutional', 'prohibition', 'establishment', 'religion', 'country', 'prohibition', 'establishment', 'religion', 'country', 'observance', 'sunday', 'religious', 'dogma', 'greater', 'portion', 'christian_church', 'congress', 'united', 'state', 'amendment', 'constitution', 'forbidden', 'law', 'respecting', 'establishment', 'institution', 'enforcement', 'people', 'religio', 'political', 'campaign', 'missouri', 'john', 'wightman', 'state', 'missouri', 'chief', 'battle', 'ground', 'religious_intolerance', 'return', 'religiopolitical', 'government', 'ruled', 'ruined', 'republic', 'empire', 'past', 'conspicuous', 'figure', 'contest', 'joseph', 'folk', 'executive', 'state', 'leader', 'new', 'reform', 'element', 'democratic', 'party', 'state', 'judge', 'william', 'wallace', 'criminal', 'court', 'kansa', 'city', 'type', 'blue', 'law', 'exemplar', 'early', 'new', 'england', 'history', 'men', 'drawn', 'national', 'attention', 'peculiarly', 'moral', 'religious', 'issue', 'state', 'judge', 'wallace', 'need', 'introduction', 'reader', 'section', 'nation', 'unyielding', 'prosecution', 'persecution', 'theater', 'player', 'sunday', 'exhibit', 'violation', 'law', 'december', 'published', 'broadcast', 'atlantic', 'pacific', 'present', 'candidacy']
root - INFO - extracting file #65500: 2017-04-Final-Corpus/LibM19110701-V06-03-page12.txt
root - INFO - extracting file #66000: 2017-04-Final-Corpus/LibM19140401-V09-02-page11.txt
root - INFO - ['topic', 'legislative', 'discussion', 'particularly', 'making', 'religion', 'mean', 'abridging', 'natural', 'equal_rights', 'men', 'defiance', 'declaration', 'kingdom', 'world', 'view', 'subject', 'enforced', 'circumstance', 'espoused', 'member', 'distinguished', 'reputed', 'piety', 'christian', 'zeal', 'danger', 'direct', 'mixture', 'religion', 'civil_government', 'evil', 'ought', 'guarded', 'indefinite', 'accumulation', 'property', 'capacity', 'holding', 'perpetuity', 'ecclesiast', 'corporation', 'power', 'corporation', 'ought', 'limited', 'respect', 'growing', 'wealth', 'acquired', 'fails', 'source', 'abuse', 'warning', 'subject', 'emphatically', 'given', 'example', 'charitable', 'establishment', 'great', 'britain', 'management', 'lately', 'scrutinized', 'excessive', 'wealth', 'ecclesiastical', 'corporation', 'misuse', 'country', 'europe', 'long', 'topic', 'complaint', 'church', 'amassed', 'half', 'property', 'nation', 'reformation', 'took', 'place', 'event', 'promoted', 'caused', 'discordant', 'state', 'thing', 'enormous', 'treasure', 'religious', 'society', 'gross', 'corruption', 'engendered', 'enormous', 'gross', 'produce', 'cabinet', 'council', 'protestant', 'state', 'disregard', 'plea', 'interested', 'party', 'drawn', 'sanction', 'liberty', 'james', 'madison', 'father', 'american', 'constitution', 'law', 'sacredness', 'property', 'held', 'religious', 'trust', 'history', 'england', 'period', 'reformation', 'offer', 'sufficient', 'illustration', 'present', 'pose', 'duly', 'awake', 'tendency', 'precedent', 'establishing', 'multiplied', 'incorporat', 'ion', 'religious', 'congregation', 'faculty', 'acquiring', 'holdi', 'property', 'real', 'personal', 'act', 'faculty', 'limit', 'time', 'body', 'perpetual', 'existence', 'gaining', 'losing', 'speedily', 'gain', 'useful', 'time', 'safe', 'example', 'ecclesiastical', 'wealth', 'equally', 'object', 'foresight', 'laid', 'foundation', 'trouble', 'motive', 'fixing', 'limit', 'case']
root - INFO - extracting file #66500: 2017-04-Final-Corpus/LibM19161001-V11-04-page34.txt
root - INFO - extracting file #67000: 2017-04-Final-Corpus/LUH19081104-V01-01-page5.txt
root - INFO - ['open', 'series', 'meeting', 'monday', 'october', 'surely', 'lord', 'opening', 'way', 'endeavoring', 'help', 'opportunity', 'present', 'peterson', 'true', 'prayer', 'noisy', 'und', 'clamorous', 'lip', 'repeat', 'deep', 'silence', 'soul', 'clasp', 'jehovah', 'foot', 'west', 'michigan', 'west', 'michigan', 'note', 'encouraged', 'report', 'tent_companies', 'fall', 'church', 'benton', 'harbor', 'recently', 'undergoing', 'repair', 'sister', 'kingston', 'ross', 'canvassing', 'benton', 'harbor', 'joseph', 'baptized', 'added', 'grand', 'rapid', 'church', 'camp', 'meeting', 'writ', 'giving', 'particular', 'attention', 'day', 'circulation', 'special', 'review', 'post', 'wisconsin', 'mission', 'begun', 'keeping', 'sabbath', 'fremont', 'labor', 'hofstra', 'russell', 'doctor', 'runck', 'wife', 'plan', 'start', 'treatment_rooms', 'home', 'brother', 'eastman', 'benton', 'harbor', 'leon', 'nyman', 'working', 'county', 'way', 'open', 'company', 'canvasser', 'begun', 'work', 'county', 'covert', 'whitmarsh', 'good_interest', 'cedar', 'spring', 'meeting', 'continued', 'tent', 'taken', 'bible', 'worker', 'having', 'excellent_results', 'greater', 'care', 'remember', 'prayer', 'elder', 'stanley', 'report', 'added', 'kalamazoo', 'church', 'dollar', 'raised', 'repairing', 'church_building', 'furnace', 'installed', 'clifford', 'russell', 'visiting', 'church_school', 'rapidly', 'possible', 'able', 'visit', 'sabbath', 'school', 'time', 'save', 'expense', 'visit', 'true', 'best', 'lie', 'power', 'true', 'right', 'need', 'hour', 'remember', 'best', 'thing', 'brigham', 'sina', 'gjerde', 'lizzie', 'keat', 'iday', 'newell', 'collard', 'north', 'michigan', 'lake_union', 'herald', 'lake_union', 'canvasser', 'report', 'september', 'uthern', 'illinois', 'total', 'balsbaugh', 'canvasser', 'dent', 'book', 'ord', 'value', 'help', 'creary', 'trueblood', 'trueblood', 'piper', 'rigg', 'galbreath', 'leroy', 'knott', 'jackson', 'galbreath', 'smith', 'rodney', 'bailey', 'emerick', 'anna', 'ashley', 'ambs', 'lillian', 'smith', 'carlson', 'scharfenberg', 'olive', 'seaman', 'marian', 'bissett', 'puels', 'knolle', 'ethel', 'foster', 'john', 'hick', 'taylor', 'taylor', 'johnson', 'indiana', 'steven', 'boze', 'carmichael', 'charles', 'dudley', 'della', 'faust', 'martin', 'grim', 'hale', 'hendrixon', 'burton', 'wade', 'athen', 'metzer', 'archer', 'wright', 'step', 'eugene', 'sykes', 'howard', 'hick', 'gladys', 'mapes', 'northern', 'illinois', 'east', 'michigan']
root - INFO - extracting file #67500: 2017-04-Final-Corpus/LUH19100119-V02-03-page1.txt
root - INFO - extracting file #68000: 2017-04-Final-Corpus/LUH19110208-V03-06-page7.txt
root - INFO - ['sary', 'required', 'falter', 'work', 'able', 'accomplish', 'forward', 'courage', 'let', 'regard', 'son', 'daughter', 'god', 'carrying', 'responsibility', 'pertaining', 'father', 'business', 'intimately', 'personally', 'concerned', 'business', 'yes', 'special_sense', 'own_business', 'compare', 'importance', 'let', 'hold', 'work', 'consecrated', 'energy', 'let', 'stand', 'general_conference', 'union_conference', 'local_conference', 'chance', 'windfall', 'need', 'blessing', 'come', 'gladly', 'cheerfully', 'rich', 'arge', 'sum', 'average', 'member', 'liberal', 'youth', 'child', 'cau', 'help', 'poor', 'pray', 'speak', 'word', 'good_cheer', 'advise', 'cutting', 'membership', 'list', 'cent', 'week', 'plan', 'help', 'raise', 'membership', 'list', 'church', 'adjusted', 'harmony', 'gospel', 'advice', 'reduced', 'simply', 'ratio', 'member', 'financial', 'ability', 'lifting', 'love', 'soul', 'feel', 'limit', 'gift', 'need', 'supplied', 'need', 'limit', 'strong', 'ought', 'bear', 'burden', 'weak', 'supply', 'forwarded', 'soon', 'held', 'treasury', 'covert', 'chicago', 'englewood', 'church', 'englewood', 'advancing', 'feel', 'thank', 'god', 'blessing', 'faithful', 'member', 'leave', 'past_year', 'account', 'sickness', 'dear_sister', 'taken', 'away', 'death', 'rejoice', 'added', 'company', 'satan', 'way', 'tried', 'discourage', 'good_courage', 'god', 'word', 'new_church', 'fund', 'trying', 'new_church', 'sabbath', 'school', 'free', 'offering', 'taken', 'fund', 'present', 'fund', 'birthday', 'bank', 'content', 'mission', 'sabbath', 'school_offerings', 'may_god', 'help', 'faithful', 'earth', 'new', 'fund', 'needed', 'shall', 'come', 'pas', 'sabbath', 'shall', 'flesh', 'come', 'worship', 'saith', 'lord', 'hannah', 'johnson', 'sabbath', 'school_offerings', 'mission', 'glad', 'know', 'sabbath', 'school', 'generally', 'giving', 'offering', 'foreign_mission_work', 'offering', 'mission', 'sabbath', 'school', 'chief', 'vehicle', 'transporting', 'fund', 'mission_board', 'school', 'raising', 'fund', 'way', 'suppose', 'member', 'adopt', 'plan', 'cent', 'week', 'place', 'cent', 'paying', 'mission', 'sending', 'sum', 'office', 'tithe', 'close', 'month', 'money', 'early', 'passage', 'general_conference', 'treaury', 'great', 'advance', 'raising', 'mission_funds', 'way', 'brother', 'burgeson', 'wife', 'lynn', 'center', 'pleasant', 'caller', 'office', 'week', 'expect', 'soon', 'locate', 'home', 'near', 'school', 'gospel', 'meeting', 'conducted', 'elder', 'mortenson', 'swedish', 'mission', 'oak', 'street', 'evening', 'week', 'tuesday', 'thursday', 'friday', 'hasen', 'labor', 'time', 'church', 'northern', 'illinois', 'ministry', 'healing', 'relief', 'tri', 'city', 'sanitarium', 'indebtedness', 'let', 'church', 'note', 'item', 'roof', 'church', 'building', 'chicago', 'window', 'work', 'progressing', 'nicely', 'urge', 'intend', 'help', 'enterprise', 'send', 'money', 'soon', 'convenient', 'canvasser', 'appreciate', 'fine', 'day', 'work', 'canvassing', 'territory', 'entirely', 'catholic', 'consequently', 'sale', 'large', 'good_courage', 'eager', 'press', 'forward', 'miss', 'minnie', 'ringdahl', 'working', 'scholarship', 'swedish', 'seminary', 'having', 'excellent_success', 'placing', 'book', 'daniel', 'revelation', 'practical_guide', 'hand', 'business_men', 'chicago', 'sister', 'buzzell', 'spending', 'time', 'soliciting', 'harvest', 'ingathering', 'review', 'chinese', 'chicago', 'gathered', 'dollar', 'forenoon', 'planning', 'secure', 'subscription', 'chinese', 'sign', 'time', 'class', 'people_need', 'blessing', 'truth', 'news', 'note', 'brother', 'edward', 'lake', 'union', 'auditor', 'spent', 'day', 'conference', 'tract', 'society', 'office', 'oliver', 'morris', 'recently', 'passed', 'surgical', 'operation', 'hinsdale_sanitarium', 'recovering', 'nicely', 'agent', 'week', 'ending', 'january', 'lake', 'union', 'herald', 'covert', 'devereaux', 'saether', 'banty', 'robert', 'joyce', 'hardesty', 'indiana', 'canvasser', 'collard', 'bjork', 'gosden', 'friday', 'book', 'del', 'value', 'help', 'canvasser', 'report', 'week', 'ending', 'jan', 'vanfossen', 'moore', 'brainard', 'pettit', 'harrison', 'face', 'ottilia', 'tasker', 'mina', 'fowler', 'kellogg', 'kittleson', 'bisbee', 'del', 'clarke', 'hick', 'jos', 'nixon', 'andrew', 'minnie', 'ringdahld', 'del', 'north', 'michigan', 'ords', 'east', 'michigan', 'total', 'wisconsin', 'northern', 'illinois', 'ttwo', 'week']
root - INFO - extracting file #68500: 2017-04-Final-Corpus/LUH19120327-V04-13-page3.txt
root - INFO - extracting file #69000: 2017-04-Final-Corpus/LUH19130521-V05-20-page5.txt
root - INFO - ['tithe', 'recommend', 'people', 'faithful', 'paying', 'cent', 'income', 'fund', 'paid', 'time', 'pay', 'tithe', 'incident', 'scripture', 'people', 'asked', 'pay', 'cent', 'number', 'child', 'israel', 'half', 'thou_shalt', 'portion', 'fifty', 'person', 'beef', 'ass', 'flock', 'manner', 'beast', 'unto', 'levite', 'charge', 'tabernacle', 'lord', 'portion', 'fifty', 'readily', 'stating', 'briefly', 'cent', 'suppose', 'cent', 'paid', 'sufficent', 'carry', 'running', 'expense', 'conference', 'called', 'face', 'condition', 'contingency', 'arise', 'surplus', 'paid', 'mission_funds', 'cent', 'people', 'conference', 'paying', 'cent', 'tithe', 'payer', 'figure', 'cent', 'easily', 'simply', 'cent', 'dollar', 'income', 'illustrate', 'income', 'cent', 'cent', 'suppose', 'feel', 'able', 'pay', 'cent', 'burden', 'rest', 'heavily', 'supporting', 'work', 'conference', 'think', 'point', 'sufficiently', 'understood', 'people', 'apt', 'think', 'mean', 'excused', 'helping', 'forget', 'increase', 'burden', 'supporting', 'conference', 'individual', 'form', 'partnership', 'carry', 'business', 'member', 'firm', 'feel', 'obligation', 'help', 'pay', 'expense', 'association', 'member', 'conference', 'ought', 'feel', 'responsibility', 'helping', 'carry', 'forward', 'work', 'denomination', 'suppose', 'paid', 'cent', 'time', 'sufficent', 'true', 'expences', 'conference', 'accumulating', 'expense', 'accumulates', 'month', 'met', 'way', 'necessary', 'steady', 'income', 'meet', 'different', 'expense', 'doe', 'god', 'place', 'blessing', 'brother', 'struggling', 'load', 'refuse', 'help', 'judge', 'read', 'curse', 'meroz', 'said', 'angel', 'lord', 'curse', 'bitterly', 'inhabitants_thereof', 'came', 'help', 'lord', 'help', 'lord', 'mighty', 'reading', 'chapter', 'ephraim', 'benjamin', 'zebulun', 'issachar', 'struggling', 'enemy', 'obtained', 'great_victory', 'reuben', 'gilead', 'dan', 'asher', 'remained', 'home', 'possibly', 'thought', 'entitled', 'praise', 'victory', 'instead', 'curse', 'placed', 'trip', 'field', 'addition', 'number', 'effort', 'elder', 'bellow', 'winter', 'church_school', 'maintained', 'pupil', 'enrolled', 'mean', 'sacrifice', 'operate', 'school', 'such_circumstances', 'surely', 'god', 'reward', 'effort', 'forth', 'properly', 'educate', 'child', 'youth', 'joined', 'elder', 'bellow', 'went', 'manistique', 'secured', 'ground', 'june', 'camp_meeting', 'upper', 'peninsula', 'journeying', 'south', 'menominee', 'believer', 'visited', 'encouraged', 'prayer', 'study', 'word', 'met', 'brother', 'hannon', 'located', 'labor', 'french', 'people', 'surrounding', 'territory', 'continuing', 'journey', 'turned', 'north', 'met', 'elder', 'bellow', 'ishpeming', 'stopped', 'anse', 'visit', 'indian', 'company', 'ordinance', 'celebrated', 'profitable', 'meeting', 'held', 'planned', 'regard', 'church_building', 'erect', 'summer', 'haughton', 'copper', 'country', 'stage', 'journey', 'visited', 'believer', 'home', 'held', 'meeting', 'new', 'determination', 'christian_life', 'return', 'journey', 'stop', 'ishepming', 'marquette', 'big', 'bay', 'place', 'named', 'time', 'spent', 'believing', 'sister', 'representative', 'present_truth', 'thousand', 'city', 'big', 'bay', 'thriving', 'lumber', 'village', 'need', 'earnest_work', 'gospel', 'line', 'person', 'requested', 'series', 'meeting', 'held', 'near_future', 'prove', 'good', 'opening', 'altogether', 'profitable', 'trip', 'heart', 'cheered', 'effort', 'forth', 'behalf', 'number', 'subscription', 'secured', 'review', 'herald', 'general_conference', 'bulletin', 'surely', 'need', 'instruction', 'counsel', 'come', 'periodical', 'pace', 'message', 'petersen', 'canvasser', 'experience', 'post', 'card', 'received', 'brother', 'denton', 'yesterday', 'tell', 'having', 'splendid', 'success', 'canvassing', 'alba', 'easy', 'step', 'sister', 'ida', 'orth', 'relates', 'following', 'experience', 'week', 'woman', 'wanted', 'coming', 'king', 'going', 'leave', 'day', 'england', 'wanted', 'deliver', 'book', 'forenoon', 'expressed', 'glad', 'thought', 'best', 'kind', 'literature', 'read', 'voyage', 'book', 'sold', 'north', 'michigan', 'taken', 'world', 'shed', 'light', 'truth', 'sister', 'florence', 'orth', 'writes', 'received', 'order', 'thursday', 'girl', 'working', 'beautiful_home', 'wanted', 'deliver', 'book', 'immediately', 'took', 'friday', 'met', 'sabbath', 'morning', 'told', 'read', 'chapter', 'thought', 'best', 'book', 'read', 'encouraging', 'sister', 'orth', 'vicinity', 'working', 'given', 'house', 'cleaning', 'secure', 'order', 'lord', 'gave', 'experience', 'encouragement', 'expect', 'brother', 'smalley', 'return', 'frankfort', 'soon', 'miss', 'report', 'keliavian', 'eager', 'great', 'noble', 'man', 'future', 'present', 'great', 'noble', 'thought', 'deed', 'time', 'ago', 'left', 'soo', 'tour', 'church', 'company', 'sabbath', 'keeper', 'upper', 'peninsula', 'stop', 'cook', 'elder', 'bellow', 'laboring', 'past_winter', 'earnest', 'little', 'company', 'believer', 'number', 'interested', 'neighbor', 'friend', 'listened', 'attentively', 'preaching', 'message', 'believer', 'encouraged', 'lake', 'union', 'herald', 'irwm']
root - INFO - extracting file #69500: 2017-04-Final-Corpus/LUH19140701-V06-26-page1.txt
root - INFO - extracting file #70000: 2017-04-Final-Corpus/LUH19150804-V07-31-page5.txt
root - INFO - ['organization', 'society', 'ceasing', 'seventh', 'day', 'adventist', 'young_person', 'member', 'local', 'conference', 'society', 'received', 'great', 'blessing', 'year', 'harvest', 'ingathering', 'effort', 'helping', 'swell', 'mission_funds', 'finish', 'work', 'effort', 'splendid_opportunity', 'acquaint', 'people', 'world', 'wide', 'message', 'recommended', 'raise', 'conference', 'medium', 'conference_workers', 'spend', 'day', 'actual', 'field', 'work', 'harvest', 'ingathering', 'campaign', 'month', 'october', 'preferably', 'oct', 'present', 'world', 'situation', 'greater', 'urgency', 'proclaiming', 'adveht', 'message', 'world', 'generation', 'resolved', 'favor', 'rapid', 'enlargement', 'strengthening', 'evangelistic_work', 'pledging', 'prayer', 'support', 'behalf', 'especially', 'feel', 'encumbent', 'pray', 'lord', 'harvest', 'raise', 'laborer', 'guthrie', 'president', 'tillie', 'barr', 'secretary', 'west', 'michigan', 'conference_office', 'address', 'madison', 'ave', 'grand', 'rapid', 'mich', 'president', 'mcvagh', 'tent', 'holland', 'attendance', 'fifty', 'sabbath', 'question', 'causing', 'stir', 'town', 'number', 'signified', 'intention', 'faithful', 'light', 'received', 'work', 'continues', 'albion', 'attendance', 'good', 'begun', 'keeping', 'sabbath', 'persuaded', 'decatur', 'attendance', 'fair', 'inquiring', 'seventh', 'day', 'sabbath', 'presented', 'week', 'charlotte', 'attendance', 'continues', 'good', 'hopeful', 'hoyt', 'portland', 'attendance', 'improved', 'half', 'dozen', 'valley', 'decision', 'change', 'sabbath', 'week', 'lyle', 'shepard', 'floyd', 'smith', 'west', 'michigan', 'note', 'letter', 'elder', 'hebner', 'tell', 'encouraging', 'meeting', 'carlton', 'center', 'hastings', 'shelby', 'rothbury', 'ordinance', 'celebrated', 'spirit', 'unity', 'fellowship', 'manifest', 'large', 'delegation', 'near', 'church', 'attended', 'funeral', 'sister', 'white', 'battle', 'creek', 'sabbath', 'july', 'nearly', 'thousand', 'people', 'viewed', 'remains', 'elder', 'mcvagh', 'visited', 'tent', 'albion', 'decatur', 'holland', 'week', 'report', 'encouraging', 'prospect', 'place', 'week', 'worker', 'begin', 'pitch', 'tent', 'camp_meeting', 'charlotte', 'order', 'tent', 'coming', 'rapidly', 'letter', 'elder', 'jorgensen', 'tell', 'baptism', 'mona', 'lake', 'july', 'witnessed', 'scene', 'deeply', 'impressed', 'elder', 'daniells', 'attend', 'camp_meeting', 'charlotte', 'encouraging_report', 'missionary', 'trip', 'world', 'fail', 'camp_meeting', 'following', 'extract', 'obituary', 'white', 'read', 'funeral', 'elder', 'daniells', 'given', 'special', 'prominence', 'battle', 'creek', 'moon', 'journal', 'came', 'series', 'remarkable', 'spiritual', 'experience', 'unmistakably', 'genuine', 'regarded', 'associate', 'worker', 'day', 'manifestation', 'gift', 'prophecy', 'promised', 'christ', 'remnant_church', 'associated', 'year', 'passed', 'time', 'occasion', 'alter', 'conviction', 'revelation', 'come', 'year', 'come', 'god', 'funeral', 'sister', 'white', 'largest', 'held', 'battle', 'creek', 'able', 'tabernacle', 'carriage', 'available', 'city', 'use', 'private', 'automobile', 'citizen', 'lined', 'walk', 'procession', 'passed', 'giving', 'respectful', 'attention', 'pall', 'bearer', 'elder', 'evans', 'knox', 'thompson', 'wilcox', 'langdon', 'professor', 'griggs', 'guard', 'honor', 'attending', 'body', 'lay', 'state', 'elder', 'longacre', 'christian', 'mcvagh', 'westworth', 'bristol', 'andreasen', 'indiana', 'conference_office', 'address', 'indianapolis', 'president', 'bristol', 'indiana', 'conference_association', 'annual_meeting', 'indiana', 'conference_association', 'seventh', 'day', 'adventist', 'held', 'connection', 'camp_meeting', 'indianapolis', 'ind', 'aug', 'meeting', 'called', 'aug', 'election', 'officer', 'transaction', 'business', 'properly', 'come', 'association', 'duly', 'accredited', 'delegate', 'indiana', 'conference', 'delegate', 'association', 'bristol', 'president', 'young', 'secretary', 'indiana', 'medical', 'missionary', 'benevolent', 'association', 'indiana', 'medical', 'missionary', 'benevolent', 'association', 'hold', 'regular', 'annual_meeting', 'connection', 'conference', 'indianapolis', 'ind', 'aug', 'elect', 'board', 'trustee', 'transact', 'business', 'deemed', 'necessary', 'meeting', 'held', 'aug', 'accredited', 'delegate', 'conference', 'delegate', 'association', 'bristol', 'president', 'loop', 'secretary', 'lake_union_herald']
root - INFO - extracting file #70500: 2017-04-Final-Corpus/LUH19160802-V08-31-page4.txt
root - INFO - extracting file #71000: 2017-04-Final-Corpus/LUH19170829-V09-35-page7.txt
root - INFO - ['thought', 'running', 'talk', 'sin', 'banished', 'life', 'word', 'live', 'victorious', 'life', 'order', 'home', 'earth', 'new', 'regular', 'business', 'session', 'conference', 'matter', 'came', 'delegation', 'form', 'resolution', 'recommendation', 'follows', 'recommend', 'church', 'receive', 'disfellowship', 'member', 'presence', 'local', 'regular', 'ordained', 'elder', 'ordained', 'minister', 'living', 'solemn', 'time', 'price', 'wage', 'cost', 'living', 'increasing', 'time', 'bid', 'fair', 'darker', 'harder', 'resolved', 'claiming', 'god', 'promise', 'blessing', 'pledge', 'greater', 'faithfulness', 'tithe', 'offering', 'south', 'wisconsin', 'conference', 'greatly', 'need', 'money', 'academy', 'tent', 'camp_meeting', 'equipment', 'thing', 'resolved', 'instruct', 'urge', 'brother', 'pay', 'faithful', 'cent', 'able', 'year', 'help', 'god', 'pay', 'bethel', 'academy', 'debt', 'time', 'clear', 'conference', 'liability', 'resolved', 'set', 'goal', 'lift', 'entire', 'remaining', 'conference', 'indebtedness', 'year', 'harvest', 'ingathering', 'fruitful', 'source', 'increase', 'needy', 'mission', 'cause', 'resolved', 'grace', 'god', 'endeavor', 'raise', 'harvest', 'ingathering', 'work', 'fond', 'lac', 'county', 'fair', 'association', 'granted', 'privilege', 'fair', 'ground', 'building', 'conduct', 'annual', 'encampment', 'resolved', 'body', 'express', 'heartfelt', 'thanks', 'appreciation', 'liberality', 'kindness', 'anti', 'saloon', 'league', 'wisconsin', 'commendable', 'temperance', 'work', 'body', 'people', 'believing', 'temperance', 'movement', 'resolved', 'express', 'anti', 'saloon', 'league', 'wisconsin', 'appreciation', 'effort', 'suppress', 'liquor_traffic', 'pledge', 'power', 'ballot', 'influence', 'advance', 'cause', 'temperance', 'vote', 'taken', 'nearly', 'present', 'pledged', 'faithfulness', 'service', 'lord', 'outlined', 'recommendation', 'offering', 'mission', 'cash', 'pledge', 'amounted', 'sabbath', 'school_offerings', 'cash', 'pledge', 'sabbath', 'amounted', 'making', 'total', 'mission', 'offering', 'camp_meeting', 'paid', 'conference', 'month', 'year', 'cent', 'week', 'member', 'basis', 'mean', 'remaining', 'month', 'busy', 'reach', 'mission', 'year', 'attendance', 'good', 'seven', 'ground', 'better', 'weather', 'favorable', 'difficulty', 'attendahce', 'enjoyed', 'spirit', 'god', 'determined', 'return', 'home', 'live', 'teach', 'truth', 'walter', 'sec', 'treas', 'reaching', 'men', 'bar', 'beginning', 'work', 'prisoner', 'county_jail', 'place', 'precious', 'experience', 'unfortunate', 'men', 'willing', 'listen', 'feel', 'precious_seed', 'sown', 'immediate', 'result', 'master', 'said', 'shall', 'sow', 'reap', 'brother', 'anderson', 'enjoy', 'work', 'pray', 'dear_lord', 'bless', 'effort', 'engaged', 'similiar', 'service', 'rally', 'noble_work', 'opportunity', 'fond', 'lac', 'beloit', 'tent_meetings', 'conducted', 'elder', 'french', 'johnson', 'began', 'july', 'gradual', 'increase', 'attendance', 'manufacturing', 'town', 'like', 'attend', 'work', 'especially', 'true', 'young_man', 'called', 'military_service', 'city', 'editor', 'friendly', 'announces', 'subject', 'leading', 'point', 'sermon', 'time', 'time', 'column', 'paper', 'keeping', 'subject', 'people', 'church', 'cooperate', 'prayer', 'faithful', 'attendance', 'service', 'bringing', 'trust', 'god', 'look', 'harvest', 'soul', 'faithful', 'labor', 'worker', 'god', 'anna', 'woodbury', 'grange', 'osseo', 'week', 'month', 'privilege', 'spend', 'day', 'brother', 'vicinity', 'shennington', 'sabbath', 'met', 'believer', 'tomah', 'wyeville', 'old', 'grange', 'church', 'sabbath', 'school', 'ordinance', 'lord', 'brother', 'cady', 'ordained', 'office', 'deacon', 'vicinity', 'osseo', 'visited', 'isolated', 'sabbath', 'keeper', 'planned', 'hold', 'meeting', 'sabbath', 'september', 'home', 'brother', 'blake', 'seven', 'mile', 'south', 'osseo', 'celebrate', 'ordinance', 'lord', 'scattered', 'believer', 'surrounding', 'vicinity', 'invited', 'meeting', 'hanson', 'grange', 'sabbath', 'august', 'brother', 'belding', 'miss', 'bell', 'writer', 'attended', 'grange', 'church', 'arbor', 'erected', 'tree', 'yard', 'belonging', 'brother', 'herman', 'bauman', 'meeting', 'held', 'member', 'grange', 'church', 'lake_union_herald', 'behnken']
root - INFO - extracting file #71500: 2017-04-Final-Corpus/LUH19181002-V10-40-page4.txt
root - INFO - extracting file #72000: 2017-04-Final-Corpus/LUH19190827-V11-35-page9.txt
root - INFO - ['send', 'copy', 'sell', 'distribute', 'amoung', 'neighbor', 'friend', 'copy', 'cent', 'seven', 'cent', 'south', 'wisconsin', 'conference_office', 'address', 'room', 'washington', 'bldg', 'madison', 'presidert', 'bristol', 'waukesha', 'result', 'faithful', 'effort', 'forth', 'sister', 'living', 'waul', 'esha', 'visit', 'meeting', 'held', 'writer', 'adult', 'baptized', 'united', 'milwaukee', 'english', 'church', 'sister', 'canvassing', 'city', 'interested', 'people', 'felt', 'time', 'public', 'effort', 'result', 'strong', 'church', 'raised', 'glorify', 'cause', 'god', 'hick', 'study', 'testimony', 'rain', 'shaking', 'sifting', 'rain', 'zech', 'number', 'stand', 'truth', 'effort', 'racine', 'elder', 'johnson', 'assisted', 'brother', 'axelsen', 'sister', 'paulsen', 'holding', 'effort', 'increasing', 'abbottsford', 'brother', 'trowbridge', 'johnson', 'sufficient', 'warrant', 'continuing', 'meeting', 'shipped', 'tent', 'farge', 'join', 'brother', 'french', 'effort', 'looking', 'good_results', 'farge', 'effort', 'citizen', 'calling', 'truth', 'presented', 'close', 'evangelical', 'meeting', 'recently', 'held', 'popular', 'evangelist', 'brother', 'walter', 'family', 'spent', 'recent', 'week', 'end', 'fond', 'lac', 'elder', 'bristol', 'attended', 'educational', 'board', 'meeting', 'berrien', 'spring', 'week', 'following', 'pupil', 'finished', 'eighth', 'grade', 'church_school', 'year', 'arvilla', 'blossom', 'larson', 'albert', 'satterlee', 'violet', 'brice', 'grace', 'johnson', 'gladys', 'clarke', 'carl', 'pringle', 'ruth', 'burdick', 'birtis', 'ingersoll', 'lack', 'credit', 'teacher', 'righteousness', 'joel', 'argin', 'fullness', 'come', 'christ', 'sits', 'purifier', 'mal', 'zeph', 'shaking', 'straight', 'testimony', 'early_writings', 'shaking', 'commenced', 'mighty', 'siftingsoon', 'place', 'vol', 'sifting', 'paul', 'testimony', 'cor', 'thess', 'fanning', 'chaff', 'vol', 'floor', 'purged', 'chap', 'par', 'neglecting', 'prepare', 'early_writings', 'saved', 'vol', 'motto', 'vol', 'news', 'note', 'sabbath', 'august', 'elder', 'bristol', 'spent', 'mile', 'grove', 'church', 'lodi', 'people', 'hold', 'meeting', 'baptist', 'church', 'rent', 'reasonable', 'price', 'good_courage', 'close', 'meeting', 'offering', 'taken', 'primary', 'educational', 'work', 'good', 'considering', 'fact', 'company', 'small', 'sunday', 'august', 'elder', 'bristol', 'went', 'milwaukee', 'evening', 'attended', 'german', 'tent', 'effort', 'held', 'effort', 'conducted', 'elder', 'gaede', 'assisted', 'brother', 'dollinger', 'gaede', 'miss', 'amanda', 'monsted', 'good', 'attendance', 'large', 'past', 'testing', 'point', 'faith', 'reached', 'people', 'manifested', 'good_interest', 'looking', 'east', 'michigan', 'conference_office', 'address', 'holly', 'mich', 'president', 'weitworth', 'lady', 'yun', 'daughter', 'lake', 'union', 'herald', 'little', 'country', 'village', 'bank', 'tae', 'tan', 'river', 'seed', 'truth', 'planted', 'family', 'met', 'sabbath', 'study', 'word', 'god', 'sabbath', 'school', 'organized', 'member', 'poor', 'world', 'good', 'rich', 'faith', 'needed', 'place', 'worship', 'donating', 'land', 'time', 'money', 'soon', 'able', 'erect', 'nice', 'little', 'place', 'worship', 'number', 'pastor', 'sabbath', 'school', 'center', 'neighbor', 'aristocratic', 'class', 'looked', 'contempt', 'little_company', 'composed', 'poorest', 'poor', 'sabbath', 'morning', 'little', 'girl', 'wealthy', 'home', 'heard', 'singing', 'entered', 'place', 'meeting', 'year', 'old', 'deep_interest', 'listened', 'singing', 'story', 'jesus', 'heart', 'touched', 'gospel_message', 'good_news', 'salvation', 'youngest', 'child', 'widowed', 'mother', 'wish', 'fulfilled', 'bible', 'songbook', 'bought', 'soon', 'neighbor', 'began', 'whisper', 'heard', 'know', 'lady', 'yun', 'daughter', 'turned', 'jesus', 'believer', 'lady', 'yun', 'permit', 'doe', 'know', 'expect', 'son', 'law', 'went', 'lady', 'yun', 'told', 'desired', 'christian', 'daughter', 'law', 'son', 'poor', 'ignorant', 'people', 'sonin', 'law', 'said', 'consider', 'lady', 'yun', 'firmly', 'forbade', 'child', 'attend', 'meeting']
root - INFO - extracting file #72500: 2017-04-Final-Corpus/LUH19200512-V12-19-page14.txt
root - INFO - extracting file #73000: 2017-04-Final-Corpus/NMN19080128-V04-02-page4.txt
root - INFO - ['lour', 'earnest_prayers', 'free', 'offering', 'order', 'work', 'effective', 'begin', 'plan', 'offering', 'russell', 'religious', 'liberty', 'bureau', 'look', 'men', 'people', 'church', 'treasurer', 'excellent', 'worker', 'church', 'need', 'paint', 'ing', 'papering', 'repairing', 'way', 'come', 'right', 'ward', 'money', 'rich', 'willingness', 'valuable', 'man', 'church', 'lock', 'tithe', 'foreign', 'mission', 'offering', 'tract', 'society', 'fund', 'placed', 'hand', 'certain', 'story', 'run', 'like', 'boy', 'presence', 'miller', 'said', 'thing', 'know', 'thing', 'know', 'grist', 'man', 'said', 'thing', 'eou', 'know', 'thing', 'know', 'answered', 'boy', 'know', 'millorls', 'pig', 'fat', 'know', 'whore', 'feed', 'come', 'seselected', 'selection', 'remembered', 'reader', 'nevis', 'sheet', 'dollar', 'awed', 'cause', 'sonic', 'place', 'encouraging', 'letter', 'colfax', 'mich', 'jan', 'dear', 'brother', 'inch', 'ist', 'thought', 'woad', 'drop', 'line', 'news', 'sheet', 'lot', 'enow', 'mercy', 'god', 'aro', 'holding', 'truth', 'aneel', 'essage', 'endorsed', 'fifty', 'year', 'ago', 'doubt', 'firm_stand', 'people', 'taken', 'rejoices', 'heart', 'sounded', 'sounded', 'fifty', 'year', 'ago', 'tell', 'lord', 'heard', 'feeble', 'voice', 'whon', 'youth', 'friend', 'supposed', 'recovor', 'hod', 'sickness', 'prayed', 'good', 'lord', 'told', 'hee', 'spare', 'life', 'servo', 'long', 'lived', 'lieved', 'heard', 'prayer', 'raised', 'altho', 'wicked', 'boy', 'sommtimo', 'called', 'pay', 'vow', 'angel', 'message', 'preached', 'neighborhood', 'impressed', 'ree', 'ceived', 'truth', 'baptised', 'night', 'spoke', 'plain', 'hoard', 'speak', 'sleep', 'right', 'way', 'shall', 'believe', 'good', 'lord', 'angel', 'doubted', 'day', 'idle', 'tale', 'comfort', 'truth', 'party', 'leave', 'truth', 'cause', 'sorrow', 'brother', 'discouraged', 'angel', 'message', 'soan', 'fall', 'way', 'truth', 'stand', 'goa', 'men', 'world', 'let', 'know', 'lord', 'perfectly', 'lord', 'end', 'world', 'quarterly', 'meeting', 'sabbath', 'bright', 'truth', 'remington', 'cadillac', 'mich', 'universe', 'god', 'soul', 'alike', 'soul', 'work', 'talent', 'rival', 'gift', 'conflict', 'interfere', 'thought', 'ought', 'end', 'envy', 'life', 'grieving', 'good', 'let', 'pray', 'earnestly', 'laborer', 'sent', 'vineyard']
root - INFO - extracting file #73500: 2017-04-Final-Corpus/PHJ18870201-V02-05-page17.txt
root - INFO - extracting file #74000: 2017-04-Final-Corpus/PHJ18881201-V03-12-page25.txt
root - INFO - ['thing', 'hard_work', 'earned', 'right', 'easiest', 'chair', 'coziest', 'corner', 'best', 'room', 'house', 'choicest', 'leisure', 'luxury', 'appropriate', 'evening', 'life', 'christian', 'work', 'fare', 'vegetarian', 'careful', 'intelligent', 'housewife', 'mother', 'watch', 'unceasingly', 'health', 'strength', 'member', 'family', 'feel', 'certain', 'responsibility', 'individual', 'case', 'ill', 'look', 'learn', 'possible', 'cause', 'know', 'happiness', 'welfare', 'family', 'depend', 'largely', 'need', 'carefulness', 'dietary', 'habit', 'reflection', 'careful_study', 'persuaded', 'vegetarian_diet', 'far', 'preferable', 'meat', 'diet', 'knowing', 'food', 'doe', 'relish', 'lack', 'nourishment', 'result', 'consequently', 'loss', 'strength', 'change', 'time', 'furnish', 'table', 'wholesome', 'palatable', 'relishable', 'food', 'use', 'meat', 'culinary', 'problem', 'class', 'careful', 'conscientious', 'mother', 'housekeeper', 'venture', 'practical', 'suggestion', 'hope', 'helping', 'following', 'fare', 'breakfast', 'crushed', 'wheat', 'mush', 'baked', 'potato', 'white', 'butter', 'gravy', 'egg', 'toast', 'wheat', 'bread', 'unleavened', 'bread', 'canned', 'peach', 'hot', 'cold', 'milk', 'dinner', 'split', 'pea', 'soup', 'lima', 'bean', 'mashed', 'potato', 'tomato', 'stewed', 'apple', 'bread', 'pudding', 'cream', 'dessert', 'orange', 'apple', 'nut', 'variety', 'raisin', 'suggestive', 'varied', 'taste', 'dictate', 'preparing', 'crushed', 'wheat', 'proper', 'utensil', 'cook', 'double_boiler', 'granite', 'iron', 'preferable', 'absence', 'kettle', 'water', 'tin', 'pail', 'suspended', 'good', 'substitute', 'kind', 'grain', 'better', 'cooked', 'way', 'obviates', 'stirring', 'objectionable', 'water', 'outer', 'kettle', 'kept', 'boiling', 'surround', 'inner', 'kettle', 'sufficiently', 'thoroughly', 'cook', 'content', 'allowed', 'boil', 'add', 'recipe', 'know', 'actual', 'use', 'excellent', 'crushed', 'wheat', 'water', 'stir', 'wheat', 'water', 'boiling', 'hot', 'add', 'little', 'salt', 'cook', 'thirty', 'minute', 'cook', 'rice', 'crushed', 'oat', 'manner', 'white', 'butter', 'gravy', 'pint', 'gravy', 'piece', 'butter', 'size', 'english', 'walnut', 'rub', 'heaping', 'spoonful', 'white_flour', 'smooth', 'add', 'half', 'cup', 'hot_water', 'boiling', 'turn', 'boiling', 'water', 'proper', 'consistency', 'stir', 'continuously', 'let', 'boil', 'till', 'flour', 'thoroughly', 'cooked', 'salt', 'taste', 'unleavened', 'bread', 'cup', 'sifted', 'graham', 'flour', 'cup', 'germea', 'cup', 'sweet', 'milk', 'cup', 'cream', 'knead', 'dough', 'fine', 'smooth', 'roll', 'half', 'inch', 'thickness', 'cut', 'cake', 'prick', 'fork', 'bake', 'quick', 'oven', 'absence', 'cream', 'use', 'little', 'butter', 'kneading', 'flour', 'required', 'prevent', 'sticking', 'board', 'use', 'sifted', 'graham', 'apple', 'bread', 'pudding', 'layer', 'apple', 'sauce', 'layer', 'grated', 'bread', 'crumb', 'quarter', 'inch_thick', 'layer', 'apple', 'sauce', 'little', 'thicker', 'lastly', 'second', 'layer', 'bread', 'crumb', 'addition', 'little', 'sugar', 'sauce', 'sufficiently', 'sweet', 'good', 'pudding', 'sauce', 'juicy', 'moisten', 'crumb', 'sufficiently', 'sprinkle', 'layer', 'crumb', 'water', 'bake', 'minute', 'moderate', 'oven', 'whipped', 'cream', 'excellent', 'try', 'loughborough', 'close', 'volume', 'number', 'close', 'volume', 'pacific_health_journal', 'cheered', 'increased', 'patronage', 'obtained', 'word', 'approval', 'received', 'america', 'old', 'england', 'enter', 'volume', 'shall', 'furnish', 'patron', 'best', 'great', 'theme', 'hygiene', 'christian', 'temperance', 'request', 'reader', 'continue', 'volume', 'induce', 'friend', 'subscribe', 'aid', 'good_work', 'reform', 'pas', 'stage', 'ridicule', 'argument', 'adoption', 'and_temperance_advocate']
root - INFO - extracting file #74500: 2017-04-Final-Corpus/PHJ18900401-V05-04-page13.txt
root - INFO - extracting file #75000: 2017-04-Final-Corpus/PHJ18910801-V06-08-page14.txt
root - INFO - ['pacific', 'health', 'journal', 'tempuarre', 'word', 'cheer', 'fannie', 'bolton', 'valley', 'sorrow', 'soul', 'sick', 'fear', 'mourning', 'selfishness', 'evil', 'crowding', 'near', 'close', 'height', 'singing', 'angel', 'hovering', 'let', 'point', 'soul', 'mountain', 'word', 'good_cheer', 'look', 'valley', 'let', 'bid', 'sad', 'eye', 'look', 'let', 'offer', 'famishing', 'thirster', 'drink', 'good_cheer', 'cup', 'dreg', 'doubting', 'bitter', 'death', 'fear', 'speak', 'thy', 'sorrowing', 'brother', 'word', 'holy', 'good_cheer', 'emancipation', 'men', 'god', 'wrote', 'calvary', 'cross', 'power', 'risen', 'saviour', 'called', 'loss', 'gain', 'eternal', 'suffer', 'work', 'weight', 'glory', 'look', 'land', 'good_cheer', 'heat', 'fever', 'burn', 'vein', 'turn', 'brow', 'ash', 'turn', 'heart', 'stone', 'doubt', 'sorrow', 'sin', 'fear', 'hold', 'heart', 'blessing', 'away', 'world', 'good_cheer', 'wheresoever', 'moving', 'king', 'daughter', 'son', 'king', 'heavenly', 'loving', 'run', 'run', 'sing', 'sing', 'emancipation', 'sing', 'sweet', 'heaven', 'drawn', 'near', 'crowd', 'men', 'valley', 'land', 'good_cheer', 'alcohol', 'prof', 'youmans', 'alcohol', 'specifically', 'intent', 'purpose', 'cerebral', 'poison', 'seizes', 'disorganizing', 'energy', 'brain', 'mysterious', 'steady', 'undisturbed', 'action', 'hold', 'man', 'true', 'responsible', 'relation', 'family', 'society', 'god', 'fearful', 'fact', 'government', 'society', 'tremendous', 'question', 'revival', 'old', 'way', 'needed', 'speaking', 'different', 'method', 'temperance', 'worker', 'syracuse', 'standard', 'time', 'ago', 'called', 'recognition', 'use', 'old', 'time', 'method', 'moral', 'suasion', 'employment', 'restriction', 'prohibition', 'measure', 'following', 'gartidr', 'rsays', 'believe', 'commend', 'reader', 'danger', 'excess', 'crankishness', 'preaching', 'temperance', 'mere', 'truism', 'drunkenness', 'worst', 'evil', 'modern_civilization', 'vice', 'inspired', 'fed', 'wide', 'spreading', 'blighting', 'effect', 'innocent', 'crime', 'disease', 'insanity', 'idiocy', 'poverty', 'misery', 'discontent', 'society', 'drinking', 'intoxicating', 'liquor', 'person', 'engage', 'war', 'hideous', 'vice', 'yield', 'conflict', 'yield', 'breath', 'saying', 'educational', 'labor', 'performed', 'mean', 'simply', 'effort', 'directed', 'moulding', 'public_opinion', 'favor', 'proper', 'law', 'old', 'time', 'work', 'behalf', 'personal', 'abstinence', 'moderate', 'drinking', 'delusion', 'snare', 'upright', 'manly', 'total_abstinence', 'commended', 'alike', 'regard', 'welfare', 'regard', 'personal', 'influence', 'question', 'assertion', 'moral', 'suasion', 'neglected', 'sake', 'declaring', 'principle', 'prohibition', 'heard', 'prohibitionist', 'sneer', 'moral', 'suasion', 'doe', 'know', 'poor', 'esteem', 'prohibitionist', 'hold', 'francis', 'murphy', 'follows', 'honored', 'path', 'gough', 'father', 'matthew', 'mind', 'temperance', 'worker', 'scornfully', 'turned', 'away', 'moral', 'appeal', 'pledge', 'temperance', 'order', 'savor', 'persuasion', 'firmly', 'directed', 'prohibitory', 'law', 'amendment', 'caucus', 'convention', 'nomination', 'platform', 'campaign', 'result', 'temporary', 'triumph', 'prohibitory', 'enactment', 'indifferent', 'enforcement', 'startling', 'public', 'reaction', 'energetic', 'shake', 'structure', 'excise', 'law', 'contemporary', 'review', 'writer', 'observed', 'element', 'drink', 'problem', 'closest', 'range', 'suffered', 'studied', 'drinking', 'habit', 'offer', 'earnest', 'reflection', 'matter', 'writes', 'believe']
root - INFO - extracting file #75500: 2017-04-Final-Corpus/PHJ18921201-V07-12-page11.txt
root - INFO - extracting file #76000: 2017-04-Final-Corpus/PHJ18990501-V14-05-page2.txt
root - INFO - ['pacific_health_journal', 'female', 'state', 'nudity', 'frequently', 'circulated', 'sale', 'disgusting', 'picture', 'saloon', 'hung', 'wall', 'deal', 'engraving', 'age', 'corruption', 'teeming', 'lust', 'eye', 'corrupt', 'passion', 'aroused', 'beholding', 'heart', 'corrupted', 'imagination', 'mind', 'pleasure', 'contemplating', 'scene', 'awaken', 'lower', 'baser', 'passion', 'vile', 'image', 'seen', 'defiled', 'imagination', 'corrupt', 'moral', 'prepare', 'deluded', 'infatuated', 'loose', 'rein', 'lustful', 'passion', 'follow', 'sin', 'crime', 'drag', 'formed', 'image', 'god', 'level', 'beast', 'sinking', 'perdition', 'seeing', 'thing', 'suggest', 'impure', 'thought', 'avoided', 'cultivate', 'moral', 'intellectual', 'power', 'let', 'perverted', 'enfeebled', 'sin', 'public_sentiment', 'frown', 'vile', 'thing', 'exhibited', 'distributed', 'way', 'brighter', 'consideration', 'subject', 'picture', 'hold', 'commendable', 'place', 'educational', 'power', 'painting', 'developing', 'intellect', 'character', 'valuable', 'instruct', 'people', 'habit', 'create', 'aspiration', 'purity', 'beauty', 'great', 'achievement', 'photograph', 'absent', 'friend', 'arouse', 'tender', 'memory', 'recall', 'loving', 'advice', 'cowper', 'celebrates', 'receipt', 'mother', 'picture', 'poem', 'blessing', 'art', 'preserve', 'accurately', 'lip', 'thine', 'thine', 'sweet', 'smile', 'oft', 'childhood', 'solaced', 'voice', 'fails', 'distinct', 'grieve', 'child', 'chase', 'thy', 'fear', 'away', 'meek', 'intelligence', 'dear', 'eye', 'blest', 'art', 'immortalize', 'art', 'baffle', 'time', 'tyrannic', 'claim', 'quench', 'shine', 'faithful', 'remembrance', 'dear', 'beautiful', 'picture', 'like', 'sweet', 'music', 'uplift', 'soul', 'brings', 'tender', 'thought', 'holy', 'desire', 'picture', 'impurity', 'create', 'impure', 'thought', 'river', 'rise', 'higher', 'source', 'impure', 'picture', 'produce', 'better', 'impression', 'impurity', 'mind', 'fed', 'eye', 'developed', 'good', 'evil', 'according', 'seen', 'beholding', 'changed', 'reference', 'paper', 'fact', 'nitrogenous', 'food', 'furnish', 'material', 'bacteria', 'produce', 'compound', 'deleterious', 'effect', 'digestive', 'unable', 'rid', 'living', 'foe', 'assist', 'nature', 'resort', 'chemical', 'antiseptic', 'germicide', 'degree', 'beneficial', 'prolonged', 'use', 'injurious', 'effect', 'gastro', 'intestinal', 'wall', 'generally', 'second', 'stomach', 'frequently', 'washed', 'fruit', 'cure', 'heald']
root - INFO - extracting file #76500: 2017-04-Final-Corpus/PHJ19020201-V17-02-page36.txt
root - INFO - extracting file #77000: 2017-04-Final-Corpus/PHJ19030901-V18-09-page5.txt
root - INFO - ['vol', 'xviii', 'oakland', 'california', 'september', 'cause', 'depleted', 'energy', 'margaret', 'evans', 'disposed', 'grumble', 'trial', 'annoy', 'irritable', 'sort', 'little', 'thing', 'wrong', 'sure', 'enemy', 'work', 'energy', 'exhausted', 'way', 'vitality', 'low', 'ebb', 'greater', 'force', 'expended', 'generate', 'search', 'cause', 'traceable', 'imprudence', 'eating', 'drinking', 'overwork', 'overstudy', 'begin', 'dose', 'remedy', 'advertised', 'daily_papers', 'recommended', 'friend', 'carefully', 'scrutinize', 'habit', 'ascertain', 'cause', 'indisposition', 'discovered', 'removed', 'speedy', 'disappearance', 'morbid', 'symptom', 'follow', 'duty', 'remove', 'cause', 'leave', 'physical', 'mental', 'wreck', 'accomplish', 'great', 'world', 'portion', 'machinery', 'body', 'mind', 'order', 'immediate', 'attention', 'given', 'working', 'ease', 'perfection', 'perfectly', 'constructed', 'kept', 'machine', 'capable', 'look', 'daily_life', 'way', 'robbed', 'nourishment', 'defective', 'machine', 'turn', 'good_work', 'obstacle', 'clogging', 'wheel', 'try', 'use', 'greater', 'damage', 'suffers', 'difficult', 'proper', 'repair', 'wearing', 'excess', 'fashionable', 'dissipation', 'irregular', 'habit', 'rest', 'late', 'supper', 'attendance', 'theater', 'evening', 'party', 'like', 'condition', 'proceed', 'excessive', 'smoking', 'stimulant', 'tea', 'coffee', 'depraved', 'condition', 'nervous_system', 'settle', 'pastry', 'knickknack', 'lay', 'foundation', 'disease', 'direct', 'cause', 'large_amount', 'dyspepsia', 'ice', 'wine', 'confectionery', 'highly', 'indigestible', 'material', 'produce', 'impoverished', 'blood', 'highest', 'degree', 'detrimental', 'health', 'nature', 'long', 'suffering', 'possible', 'way', 'try', 'build', 'bulwark', 'disease', 'sooner']
root - INFO - extracting file #77500: 2017-04-Final-Corpus/PUR19010829-V01-03-page3.txt
root - INFO - extracting file #78000: 2017-04-Final-Corpus/PUR19021120-V02-08-page11.txt
root - INFO - ['pacific_union_recorder', 'cause', 'god', 'state', 'college', 'year', 'sufficient', 'mean', 'availing', 'opporschool', 'college', 'tunity', 'secure', 'help', 'giving', 'opsponsor', 'defportunity', 'work', 'expense', 'opportunity', 'noted', 'planned', 'worthy', 'young_person', 'limited', 'mean', 'obtain', 'christian_education', 'fitting', 'thempayment', 'willing', 'tunities', 'feel', 'impressed', 'entitled', 'board', 'room', 'advantage', 'light', 'heat', 'plain', 'laundry', 'tuiwrite', 'partion', 'college', 'year', 'ending', 'quarter', 'special_instruction', 'given', 'bible', 'physiology', 'history', 'nature', 'revelation', 'hydrotherand', 'incidental', 'met', 'student', 'college', 'properly', 'secured', 'college', 'mentioned', 'opportunity', 'making', 'arrangement', 'coming', 'cady', 'special', 'quarter', 'christian', 'worker', 'healdsburg', 'college', 'beginning', 'december', 'winter', 'quarter', 'beginning', 'december', 'continuing', 'march', 'set', 'apart', 'college', 'benefit', 'icit', 'case', 'student', 'fail', 'fulfil', 'condition', 'opportunity', 'number', 'evening', 'school', 'student', 'hour', 'self', 'christian_service', 'faithful', 'performance', 'thirty', 'considering', 'opporhours', 'labor', 'week', 'student', 'worker', 'field', 'ticulars', 'address', 'undersigned', 'june', 'expense', 'apy', 'cooking', 'dressmaking', 'healdsburg', 'college', 'healdsburg', 'book', 'clothing', 'incidental', 'met', 'student', 'opportunity', 'number', 'evening', 'school', 'student', 'hour', 'limited', 'desire', 'devote', 'entire_time', 'line', 'study', 'privilege', 'student', 'allowed', 'advance', 'rapidly', 'possible', 'line', 'line', 'study', 'chosen', 'church', 'ought', 'teach', 'principle', 'rational', 'treatment', 'simple', 'disease', 'healthful', 'dress', 'hygienic', 'cookery', 'angel', 'message', 'people', 'gospel', 'body', 'gospel', 'soul', 'winter', 'quarter', 'furnish', 'excellent_opportunity', 'church', 'educate', 'number', 'important', 'line', 'missionary_work', 'shall', 'glad', 'hear', 'church', 'regard', 'matter', 'information', 'address', 'cady', 'president', 'healdsburg', 'college', 'healdsburg', 'cal', 'church_school_work', 'western', 'oregon', 'western', 'washington', 'conference', 'formed', 'territory', 'north', 'pacific', 'conference', 'began', 'organization', 'plan', 'churchschools', 'educational_department', 'established', 'supervision', 'field_secretary', 'superintendent', 'account', 'scarcity', 'laborer', 'decided', 'place', 'educational_departments', 'conference', 'management', 'superintendent', 'cal', 'cady', 'president', 'opportunity', 'explained', 'industrial', 'department', 'number', 'person', 'able', 'healdsburg', 'college', 'grown', 'bodied', 'love', 'work', 'proportion', 'larger', 'admitted', 'college', 'given', 'work', 'furnished', 'faithful', 'industrious', 'student', 'history', 'institution', 'strongest', 'reason', 'connecting', 'trade', 'college', 'worthy', 'student', 'limited', 'mean', 'able', 'sufficient', 'work', 'meet', 'expense', 'attending', 'college', 'following', 'opportunity', 'open', 'person', 'willing', 'comply', 'condition', 'opportunity', 'student', 'limited', 'mean', 'opportunity', 'number', 'day', 'school', 'student', 'sufficient', 'work', 'pay', 'expense', 'far', 'board', 'room', 'light', 'heat', 'plain', 'laundry', 'tuition', 'concerned', 'fifty', 'hour', 'work', 'week', 'required', 'student', 'enter', 'opportunity', 'overtime', 'allowed', 'student', 'earn', 'sufficient', 'mean', 'meet', 'expense', 'book', 'working', 'clothes', 'opportunity', 'number', 'able', 'bodied', 'willing', 'hearted', 'young_man', 'wanted', 'cut', 'wood', 'mile', 'distant', 'college', 'student', 'work', 'wood', 'cutting', 'hour', 'week', 'attend', 'evening', 'school', 'day', 'college', 'teacher', 'wife', 'live', 'student', 'school', 'conducted', 'place', 'student', 'school', 'opportunity', 'enjoy', 'sabbath', 'privilege', 'healdsburg', 'church', 'sabbath', 'payment', 'person', 'enter', 'college', 'regular', 'student', 'pay', 'balance', 'school', 'expense', 'according', 'cost', 'board', 'room', 'tuition', 'working', 'college', 'summer_months', 'paid', 'entering', 'college', 'labor', 'performed', 'summer', 'cover', 'expense', 'board', 'room', 'tuition', 'light', 'heat', 'plain', 'laundry', 'work', 'assigned', 'expense', 'book', 'clothing', 'admitted', 'college', 'reserve', 'right', 'discontinue', 'opportunity', 'student', 'case', 'immoral', 'conduct', 'failure', 'perform', 'willingly', 'faithfully']
root - INFO - extracting file #78500: 2017-04-Final-Corpus/PUR19040421-V03-19-page6.txt
root - INFO - extracting file #79000: 2017-04-Final-Corpus/PUR19080319-V07-33-page3.txt
root - INFO - ['law', 'god', 'bible', 'readiags', 'important', 'topic', 'ontlook', 'ifrepartmeitt', 'specially', 'hpstrated', 'statistic', 'navy', 'world', 'wonerful', 'growth', 'year', 'mean', 'altogether', 'interesting', 'attractive', 'important', 'number', 'issued', 'california', 'conference', 'expects', 'circulate', 'copy', 'soldier', 'sailor', 'marine', 'city', 'san_francisco', 'bay', 'doubt', 'sell', 'equally', 'united', 'state', 'hoped', 'special_effort', 'wide_circulation', 'event', 'present', 'opportunity', 'truth', 'people', 'attractive', 'form', 'price', 'naval', 'number', 'office', 'publication', 'individual', 'address', 'furnished', 'cent', 'copy', 'regular', 'subscription', 'price', 'year', 'number', 'address', 'state_tract_society', 'sign', 'time', 'mountain', 'view', 'cal', 'field', 'southern', 'california', 'news', 'item', 'elder', 'richardson', 'soon', 'locate', 'san_diego', 'join', 'elder', 'healey', 'evangelistic', 'effort', 'city', 'conference_committee', 'secured', 'acre', 'home', 'brother', 'rauleder', 'cost', 'conference', 'inst', 'enabled', 'apply', 'fernando', 'academy', 'debtedness', 'redueing', 'present', 'obligation', 'student', 'fernando', 'academy', 'leave', 'conference', 'inst', 'south', 'africa', 'engage', 'missionary', 'work', 'aineng', 'nativo', 'liceple', 'dark_continent', 'southern', 'fhliforida', 'conference', 'recently', 'purchased', 'seventy', 'ounce', 'duck', 'floor', 'cloth', 'size', 'tent', 'stock', 'paidfor', 'warehouse', 'order', 'placed', 'inst', 'field', 'tent', 'foot', 'size', 'council', 'meeting', 'held', 'inst', 'decided', 'cooperate', 'conference', 'union', 'holding', 'onion', 'teacher', 'institute', 'matter', 'band', 'pacific_union', 'educational', 'committee', 'decide', 'time', 'place', 'holding', 'said', 'institute', 'expected', 'place', 'probably', 'oakland', 'cal', 'mass', 'meeting', 'held', 'leader', 'sunday', 'closing', 'movement', 'southern', 'california', 'los_angeles', 'fifteenth', 'march', 'conference_committee', 'requested', 'elder', 'healey', 'corliss', 'present', 'occasion', 'situation', 'seenis', 'demand', 'hold', 'mass', 'meeting', 'setting', 'people', 'true_principles', 'religious_liberty', 'academy', 'board', 'inviting', 'allen', 'john', 'spent', 'year', 'missionary', 'service', 'europe', 'yearsin', 'mexico', 'connect', 'fernando', 'academy', 'year', 'invite', 'foreign_field', 'home', 'field', 'desire', 'daughter', 'certain', 'educational', 'advantage', 'secure', 'mexico', 'council', 'meeting', 'held', 'los_angeles', 'inst', 'decided', 'organize', 'restaurant', 'los_angeles', 'cafeteria', 'basis', 'kind', 'restaurant', 'popular', 'southern', 'california', 'enables', 'restaurant', 'economize', 'probably', 'fifty', 'cent', 'employment', 'help', 'compelled', 'adopt', 'plan', 'account', 'popular', 'demand', 'elder', 'hare', 'brother', 'marvin', 'hay', 'ing', 'finished', 'series', 'meeting', 'watt', 'brahana', 'suburb', 'los', 'geles', 'closely', 'adjacent', 'accepted', 'truth', 'place', 'meet', 'common', 'center', 'cooperation', 'brother', 'vicinity', 'finishing', 'neat', 'chapel', 'soon', 'dedicated', 'church', 'organized', 'location', 'chapel', 'near', 'graham', 'brother', 'caviness', 'southern', 'california', 'having', 'recently', 'returned', 'mexico', 'purpose', 'getting', 'spanish', 'literature', 'circulation', 'million', 'mexican', 'republic', 'glad', 'brother', 'caviness', 'come', 'touch', 'spanish', 'work', 'worker', 'southern', 'california', 'number', 'spanish', 'worker', 'feel', 'free', 'recommend', 'service', 'mexico', 'tie', 'strongest', 'evidence', 'blessing', 'lord', 'work', 'institution', 'unusual', 'demand', 'meet', 'way', 'loan', 'called', 'short', 'notice', 'far', 'met', 'promptly', 'paid', 'obligation', 'drawing', 'high', 'rate', 'reduce', 'total', 'paid', 'fact', 'view', 'general', 'financial', 'depression', 'encouraging', 'brother', 'sister', 'loy', 'recently', 'omaha', 'neb', 'engaged', 'city', 'mission', 'work', 'joined', 'sister', 'stevens', 'san', 'bernardino', 'remarkable', 'created', 'house', 'house_work', 'sister', 'stevens', 'handle', 'work', 'strength', 'permit', 'understand', 'congrega', 'tion', 'city', 'numbered', 'short_time', 'ago', 'regular_attendance', 'sabbath', 'meeting', 'praise', 'lord', 'work', 'san', 'bernardino', 'completing', 'tent', 'meeting', 'effort', 'watt', 'graham', 'har', 'loony', 'advice', 'conference', 'committee', 'brother', 'marvin', 'secured', 'small', 'piece', 'land', 'centrally', 'located', 'garden', 'grove', 'santa', 'lige', 'pahelin', 'central', 'near', 'future', 'loeate', 'family', 'comfortable', 'house', 'land', 'whilkt', 'spending', 'time', 'outdoor', 'work', 'single', 'copy', 'copy', 'copy', 'copy', 'mailed', 'direct', 'cent', 'tre', 'tri', 'olt', 'tent', 'fly', 'brother', 'horsman', 'having', 'successful', 'experience', 'field_work', 'santa', 'maria', 'valley', 'returned', 'southern', 'california', 'oversight', 'campaign', 'soon', 'undertaken', 'student', 'fernando', 'aced', 'sale', 'christ', 'object', 'lesson', 'assist', 'worker', 'loma_linda', 'effort', 'dispose', 'large_number', 'copy', 'ministry', 'healing']
root - INFO - extracting file #79500: 2017-04-Final-Corpus/PUR19091028-V09-13-page1.txt
root - INFO - extracting file #80000: 2017-04-Final-Corpus/PUR19110112-V10-24-page5.txt
root - INFO - ['education', 'young', 'people', 'work', 'conducted', 'lewis', 'educational', 'secretary', 'pacific_union_conference', 'fiery_furnace', 'chapter', 'said', 'want', 'tell', 'certainly', 'time', 'commandment', 'god', 'long_time', 'able', 'good', 'night', 'rest', 'becaitse', 'scene', 'presented', 'god', 'people', 'work', 'city', 'borne', 'testimony', 'god', 'people', 'going', 'work', 'city', 'entered', 'let', 'people', 'perish', 'know', 'binding', 'force', 'god', 'law', 'responsible', 'lord', 'want', 'awake', 'forward', 'judgment', 'god', 'certainly', 'come', 'past', 'month', 'good_work', 'begun', 'great_cities', 'land', 'soon', 'city', 'began', 'entered', 'pain', 'foregoing', 'brief', 'sketch', 'speaker', 'remark', 'serve', 'fervent', 'spirit', 'aged', 'servant', 'god', 'effort', 'greatly', 'appreciated', 'zeal', 'student', 'teacher', 'stimulated', 'noble', 'example', 'week', 'prayer', 'pacific_union', 'collage', 'careful', 'preparation', 'faculty', 'week', 'prayer', 'decided', 'clock', 'morning', 'hour', 'study', 'worship', 'devoted', 'reading', 'prayer', 'regular', 'chapel', 'hour', 'clock', 'different', 'person', 'present', 'study', 'based', 'chapter', 'step', 'christ', 'study', 'followed', 'social_meetings', 'thirty', 'evening', 'usual', 'hour', 'worship', 'division', 'meeting', 'held', 'consisting', 'person', 'division', 'program', 'thoroughly', 'carried', 'week', 'early', 'morning', 'meeting', 'attended', 'teacher', 'student', 'time', 'reading', 'season', 'prayer', 'held', 'student', 'teacher', 'took', 'clock', 'meeting', 'usually', 'revival', 'nature', 'social_meeting', 'held', 'day', 'usually', 'running', 'time', 'recitation', 'following', 'chapel', 'hour', 'elder', 'irwin', 'returned', 'meeting', 'general_conference_committee', 'conducted', 'service', 'presented', 'reading', 'sabbath', 'small', 'division', 'meeting', 'evening', 'respect', 'interesting', 'effect', 'meeting', 'apparent', 'accustomed', 'prayer', 'beginning', 'learned', 'pray', 'time', 'great', 'request', 'came', 'student', 'meeting', 'continued', 'week', 'arrangement', 'number', 'took', 'stand', 'time', 'christian', 'backslidden', 'returned', 'lord', 'spiritually', 'refreshed', 'strengthened', 'result', 'meeting', 'clearly', 'cordially', 'invite', 'correspondence', 'teacher', 'young', 'people', 'worker', 'pacific_union_conference', 'short', 'pithy', 'paragraph', 'experience', 'interesting', 'item', 'reading', 'working', 'child', 'young', 'peo', 'ple', 'desired', 'department', 'source', 'inspiration', 'real', 'help', 'reader', 'matter', 'generally', 'sent', 'educational', 'secretary', 'helena', 'cal', 'care', 'college', 'report', 'notice', 'quick', 'publication', 'addressed', 'recorder', 'mountain', 'view', 'cal', 'past', 'visit', 'white', 'teacher', 'end', 'student', 'pacific_union', 'college', 'greatly', 'appremy', 'heart', 'relieved', 'ciated', 'visit', 'white', 'week', 'ago', 'came', 'friday', 'remained', 'sunday', 'speaking', 'sabbath', 'afternoon', 'hour', 'old', 'time', 'clearness', 'power', 'began', 'reading', 'impressively', 'second', 'chapter', 'daniel', 'account', 'loyalty', 'principle', 'daniel', 'friend', 'dwelling', 'seventeenth', 'verse', 'said', 'voice', 'tremulous', 'emotion', 'time', 'read', 'verse', 'hardly', 'contain', 'think', 'lord', 'heaven', 'guard', 'child', 'true', 'dwelt', 'lesson', 'temperance', 'day', 'necessity', 'eat', 'substance', 'food', 'plain', 'simple', 'effect', 'placidity', 'temper', 'undisturbed', 'condition', 'mind', 'heart', 'people', 'decided', 'use', 'meat', 'wise', 'began', 'speaking', 'year', 'age', 'continued', 'speak', 'write', 'present_time', 'health', 'poor', 'thought', 'going', 'die', 'physician', 'said', 'meat', 'diet', 'god', 'opened', 'ireportanee', 'simple', 'diet', 'assured', 'sustain', 'careful', 'year', 'emise', 'fulfilled', 'speaker', 'read', 'chapter', 'said', 'chapter', 'desire', 'read', 'lord', 'wrought', 'referring', 'trial', 'speaking', 'directly', 'teacher', 'encouraged', 'saying', 'want', 'mean', 'building', 'need', 'near_future', 'labor', 'utmost', 'ability', 'sacrifice', 'health', 'god', 'bestow', 'trust', 'learned', 'trust', 'past', 'month', 'walked', 'step', 'said', 'smiling', 'right_arm', 'form', 'arm', 'way', 'wrote', 'page', 'australia', 'think', 'ought', 'acknowledge', 'present', 'know', 'strength', 'began', 'recover', 'step', 'took', 'attendant', 'burst', 'carry', 'congregation', 'carry', 'home', 'mile', 'god', 'work', 'best', 'proved', 'lord', 'ile', 'true', 'night', 'ago', 'slept', 'wink', 'lay', 'awake', 'hour', 'praying', 'world', 'going', 'surprised', 'lord', 'coming', 'work', 'convince', 'earnest', 'hold', 'heart', 'let', 'evil_work', 'hand', 'world', 'going', 'mad', 'stirred', 'lucifer', 'working', 'mind', 'men', 'hold', 'banner', 'feel', 'free', 'stood', 'tested', 'strength', 'speak', 'pacific_union', 'recorder']
root - INFO - extracting file #80500: 2017-04-Final-Corpus/PUR19120314-V11-33-page1.txt
root - INFO - extracting file #81000: 2017-04-Final-Corpus/PUR19130501-V12-40-page6.txt
root - INFO - ['pacific_union_recorder', 'pacific_union_recorder', 'published', 'weekly', 'pacific_union', 'conference', 'seventh', 'day', 'adventist', 'mountain', 'view', 'california', 'subscription', 'price', 'fifty', 'cent', 'year', 'editorial', 'committee', 'andross', 'farnsworth', 'behrens', 'taggart', 'reaser', 'burg', 'adam', 'entered', 'second', 'class_matter', 'july', 'post', 'office', 'mountain', 'view', 'california', 'act', 'congress', 'march', 'thursday', 'young_people', 'day', 'california', 'conference', 'planned', 'send', 'offering', 'taken', 'young_people', 'day', 'equipment', 'bombay', 'treatment', 'room', 'india', 'truly', 'harmony', 'effort', 'conference', 'provide', 'mean', 'definite', 'foreign', 'missionary', 'enterprise', 'missionary', 'volunteer', 'helping', 'bear', 'financial', 'burden', 'resting', 'denomination', 'young_people', 'south', 'america', 'raising', 'money', 'work', 'peru', 'australasian', 'youth', 'supporting', 'missionary', 'south', 'pacific', 'island', 'missionary', 'volunteer', 'united', 'state', 'raising', 'thousand', 'dollar', 'year', 'definite', 'enterprise', 'atlantic', 'union', 'young_people', 'raising', 'canary', 'island', 'mission', 'west', 'african', 'rest', 'home', 'columbia', 'union', 'work', 'inca', 'indian', 'south', 'america', 'lake_union', 'elder', 'wood', 'india', 'northern', 'union', 'training', 'school', 'china', 'central', 'union', 'opening', 'new', 'mission', 'india', 'aside', 'conference', 'raising', 'smaller', 'supply', 'equally', 'urgent_calls', 'early_part', 'session', 'utah', 'legislature', 'introduced', 'request', 'seventh', 'day', 'adventist', 'making', 'sale', 'liquor', 'legal', 'holiday', 'unlawful', 'state', 'existing', 'law', 'provided', 'severe', 'penalty', 'selling', 'liquor', 'sunday', 'sought', 'remove', 'discrimination', 'respect', 'day', 'making', 'prohibition', 'apply', 'holiday', 'alike', 'removed', 'claim', 'adventist', 'favorable', 'liquor_traffic', 'opponent', 'measure', 'sought', 'defeat', 'assembly', 'declaring', 'emanated', 'seventhday_adventists', 'passed', 'vote', 'whisky', 'influence', 'senate', 'strong', 'overcome', 'killed', 'committee', 'campaign', 'demonstrated', 'fact', 'adventist', 'people', 'uncompromisingly', 'opposed', 'sale', 'intoxicant', 'beverage', 'time', 'returned', 'missionary', 'tuesday', 'week', 'april', 'elder', 'evans', 'arrived', 'san_francisco', 'steamer', 'mongolia', 'shanghai', 'china', 'accompanied', 'miss', 'mimi', 'scharffenberg', 'editor', 'korean', 'paper', 'elder', 'evans', 'met', 'boat', 'elder', 'andross', 'jones', 'desirous', 'reaching', 'east', 'soon', 'possible', 'elder', 'evans', 'miss', 'scharffenberg', 'left', 'san_francisco', 'train', 'night', 'fourteen', 'year', 'missionary', 'service', 'dutch', 'east', 'tndies', 'australian', 'field', 'elder', 'munson', 'family', 'returned', 'america', 'steamer', 'ventura', 'arrived', 'san_francisco', 'friday', 'april', 'member', 'family', 'state', 'left', 'island', 'sumatra', 'elder', 'munson', 'sent', 'east', 'indie', 'missionary', 'methodist', 'episcopal_church', 'returning', 'furlough', 'year', 'service', 'tropic', 'medium', 'health', 'work', 'hien', 'established', 'battle', 'creek', 'michigan', 'family', 'interested', 'truth', 'accepted', 'fully', 'returned', 'island', 'mission', 'board', 'elder', 'sister', 'munson', 'general_conference', 'child', 'girl', 'boy', 'remain', 'present', 'coast', 'likely', 'engage', 'field_work', 'coast', 'conference', 'past', 'week', 'following', 'magazine', 'sold', 'utah', 'watchman', 'sign', 'magazine', 'life', 'health', 'temperance_instructor', 'receive', 'honestly', 'best', 'thanks', 'good_thing', 'general_conference', 'company', 'brother', 'sister', 'coast', 'arranging', 'attend', 'general_conference', 'washington', 'open', 'following', 'list', 'scheduled', 'leave', 'san_francisco', 'los_angeles', 'andross', 'irwin', 'wife', 'loughborough', 'ireland', 'burg', 'frank', 'lane', 'ruble', 'adam', 'behrens', 'white', 'lewis', 'irwin', 'wife', 'hall', 'wife', 'jones', 'child', 'wilcox', 'hibbard', 'taggart', 'wife', 'daughter', 'derby', 'verah', 'macpherson', 'wife', 'corliss', 'ferren', 'beddoe', 'claude', 'conard', 'wolfson', 'wife', 'daughter', 'lodi', 'hansen', 'wife', 'armona', 'mina', 'mann', 'son', 'josephine', 'gotzian', 'san_diego', 'burnett', 'san_jose', 'tong', 'wife', 'modesto', 'comstock', 'wife', 'abbie', 'winegar', 'simpson', 'whitelock', 'wife', 'son', 'scott', 'wife', 'wood', 'miss', 'santee', 'miss', 'graham', 'miss', 'gregg', 'miss', 'sundburg', 'johnson', 'miss', 'bertha', 'neff', 'miss', 'maxfield', 'fry', 'burr', 'nichols', 'mann', 'kristal', 'holser', 'bond', 'lela', 'brown', 'potts', 'son', 'daughter', 'mcnaughton', 'rachel', 'ekbout', 'expecting', 'reservation', 'assured', 'ear', 'santa', 'going', 'way', 'chicago', 'ear', 'southern', 'pacific', 'routing', 'new', 'orleans', 'car', 'line', 'leave', 'san_francisco', 'los_angeles', 'home', 'sale', 'having', 'called', 'fernando', 'offering', 'sale', 'little', 'home', 'property', 'consisting', 'acre', 'land', 'room', 'bungalow', 'addition', 'large', 'living', 'room', 'fireplace', 'kitchen', 'bedroom', 'pantry', 'bathroom', 'toilet', 'clothes', 'closet', 'large', 'sleeping', 'porch', 'sewing', 'room', 'good', 'wood', 'shed', 'excellent', 'gas', 'engine', 'tank', 'furnish', 'plenty', 'water', 'heater', 'connected', 'stove', 'supply', 'bath', 'sink', 'wood', 'year', 'place', 'minute', 'walk', 'pacific_union', 'college', 'address', 'helena', 'california', 'taylor']
root - INFO - extracting file #81500: 2017-04-Final-Corpus/PUR19140730-V13-52-page1.txt
root - INFO - extracting file #82000: 2017-04-Final-Corpus/PUR19150930-V15-08-page5.txt
root - INFO - ['business', 'friend', 'solicit', 'eighth', 'equal', 'member', 'raised', 'church', 'campaign', 'closed', 'grand', 'thing', 'church', 'california', 'conference', 'organize', 'harvest', 'ingathering', 'campaign', 'substantial', 'way', 'laguna', 'street_church', 'central', 'california', 'item', 'elder', 'adam', 'came', 'fresno', 'week', 'work', 'place', 'remember', 'harvest', 'ingathering', 'work', 'plan', 'let', 'lift', 'person', 'united', 'fresno', 'church', 'sabbath', 'profession', 'faith', 'baptism', 'porterville', 'tent_company', 'held', 'meeting', 'friday', 'evening', 'understand', 'tent', 'crowded', 'stand', 'went', 'away', 'lack', 'room', 'elder', 'loughborough', 'spoke', 'fresno', 'church', 'sabbath', 'large_attendance', 'instruction', 'manifestation', 'gift', 'prophecy', 'providence', 'god', 'connection', 'rise', 'progress', 'movement', 'appreciated', 'harvest', 'ingathering', 'paper', 'mailed', 'church', 'instruction', 'leaflet', 'solicitor', 'card', 'fail', 'receive', 'write', 'office', 'let', 'hold', 'work', 'earnest', 'best', 'heaven', 'expects', 'duty', 'let', 'hear', 'special', 'meeting', 'lord', 'willing', 'elder', 'loughborough', 'armona', 'sabbath', 'october', 'speak', 'people', 'forenoon', 'afternoon', 'expects', 'speak', 'gift', 'prophecy', 'manifested', 'white', 'believe', 'ontyx', 'interesting', 'bit', 'verrin', 'strtietive', 'goodly', 'number', 'stirrotindirig', 'church', 'attendthese', 'meeting', 'september', 'easen', 'pres', 'central', 'cal', 'conf', 'southern', 'california', 'definite', 'responsibility', 'remainder', 'year', 'definite', 'responsibility', 'assigned', 'minister', 'labor', 'church', 'conference_committee', 'invited', 'following', 'person', 'charge', 'church', 'opposite', 'miller', 'dieffenbacher', 'san', 'luis', 'obispo', 'arroyo', 'grande', 'brown', 'santa', 'barbara', 'ventura', 'blunt', 'fillmore', 'shaeffer', 'sawtelle', 'santa', 'monica', 'beddoe', 'watt', 'swinson', 'edendale', 'johnson', 'inglewood', 'richardson', 'long_beach', 'florence', 'graham', 'andross', 'glendora', 'lucas', 'prener', 'san', 'fernando', 'castillo', 'mexican', 'snyder', 'carr', 'street', 'pomona', 'lucas', 'pasadena', 'parson', 'vermont', 'avenue', 'boyle', 'height', 'ritchie', 'whittier', 'rivera', 'rauleder', 'los', 'angeles', 'german', 'colcord', 'glendale', 'emerson', 'eastside', 'ireland', 'furlong', 'lowry', 'gardena', 'norwalk', 'artesia', 'marvin', 'san', 'pedro', 'burbank', 'dieffenbacher', 'southside', 'worker', 'asked', 'committee', 'special', 'watchcare', 'church', 'assigned', 'work', 'plan', 'local', 'elder', 'sabbath', 'day', 'service', 'harvest', 'ingathering', 'campaign', 'week', 'prayer', 'service', 'cent', 'aweek', 'fund', 'regular', 'special', 'church_work', 'duty', 'organize', 'harvest', 'ingathering', 'campaign', 'organization', 'perfected', 'sabbath', 'october', 'campaign', 'begin', 'october', 'let', 'believer', 'lined', 'service', 'definite', 'responsibility', 'placed', 'worker', 'benboe', 'pres', 'cal', 'conf', 'thing', 'expected', 'turn', 'wemust', 'measure', 'assist', 'turn', 'southeastern', 'california', 'huntington', 'beach', 'camp', 'meeting', 'camp', 'meeting', 'southeastern', 'california', 'conference', 'held', 'huntington', 'beach', 'august', 'september', 'building', 'ground', 'tent', 'belonging', 'huntington', 'beach', 'tent', 'city', 'secured', 'meeting', 'mani', 'fest', 'good', 'sized', 'meeting', 'day', 'opening', 'date', 'people', 'began', 'arrive', 'continued', 'till', 'tent', 'filled', 'weather', 'meeting', 'ideal', 'earnest', 'spirit', 'seeking', 'lord', 'camper', 'pleasing', 'feature', 'large_number', 'attended', 'early', 'morning', 'meeting', 'auditorium', 'young', 'people', 'tent', 'number', 'laborer', 'present', 'abroad', 'rendered', 'efficient', 'help', 'brought', 'blessing', 'meeting', 'time', 'remarked', 'attendance', 'best', 'camp', 'meeting', 'attended', 'sweet', 'spirit', 'cooperation', 'christian', 'love', 'earnest', 'seeking', 'lord', 'manifest', 'ground', 'baptismal', 'service', 'held', 'thirty', 'person', 'baptized', 'outside_attendance', 'large', 'deep_interest', 'manifested', 'number', 'excellent', 'impression', 'people', 'town', 'worker', 'left', 'huntington', 'beach', 'follow', 'camp', 'meeting', 'good', 'sabbathschool', 'organized', 'feel', 'thankful', 'good', 'blessing', 'lord', 'camp', 'meeting', 'martin', 'grand', 'thing', 'menace', 'war', 'destroyed', 'eventually', 'effort', 'end', 'energetically', 'forth', 'noble', 'men', 'woman', 'sound', 'doctrine', 'discussed', 'question', 'november', 'sign', 'magazine', 'incredible', 'isn', 'minister', 'gospel', 'love', 'peace', 'inion', 'war', 'turk', 'justifiable', 'title', 'battle', 'arrnageddon', 'sigh', 'magazine', 'november', 'consideration', 'mean', 'world', 'fully', 'set', 'forth', 'reason', 'copy', 'magazine', 'thomas', 'pacific', 'union', 'recorder']
root - INFO - extracting file #82500: 2017-04-Final-Corpus/PUR19161123-V16-16-page5.txt
root - INFO - extracting file #83000: 2017-04-Final-Corpus/PUR19180131-V17-26-page1.txt
root - INFO - ['feared', 'lord', 'spake_often', 'vol', 'loma', 'linda', 'california', 'january', 'pacific_union_conference', 'directory', 'office_address', 'box', 'glendale', 'california', 'president', 'andross', 'office_address', 'secretary', 'treasurer', 'emerson', 'office_address', 'educational', 'secretary', 'cady', 'twentyfifth', 'street', 'oakland', 'cal', 'general', 'field', 'agent', 'painter', 'acacia', 'avenue', 'tropico', 'cal', 'home', 'missionary', 'young', 'people', 'secretary', 'beddoe', 'office_address', 'publicity', 'secretary', 'frank', 'coffin', 'office_address', 'executive', 'committee', 'andross', 'farnsworth', 'emerson', 'beddoe', 'martin', 'neilsen', 'clarence', 'santee', 'mcelhany', 'adam', 'stevens', 'ernest', 'bond', 'holbrook', 'lysinger', 'painter', 'cady', 'jones', 'irwin', 'reaser', 'bowen', 'claude', 'conard', 'hare', 'home', 'missionary', 'council', 'held', 'fresno', 'january', 'time', 'history', 'development', 'work', 'pacific_union_conference', 'council', 'conference', 'home', 'missionary', 'secretary', 'held', 'january', 'home', 'missionary', 'secretary', 'union', 'excepting', 'inter', 'mountain', 'conference', 'met', 'counsel', 'fresno', 'territorial', 'responsibility', 'church', 'member', 'following', 'interesting', 'convincing', 'figure', 'brought', 'attention', 'present', 'showing', 'relation', 'membership', 'various_conferences', 'population', 'band', 'meet', 'week', 'plan', 'pray', 'work', 'sixth', 'recommend', 'conference', 'use', 'work', 'plan', 'sheet', 'printed', 'ohio', 'tract', 'society', 'organizing', 'church', 'beddoe', 'following', 'home', 'missionary', 'secretary', 'present', 'wheeler', 'central', 'california', 'conference', 'reynolds', 'arizona', 'conference', 'thomas', 'california', 'conference', 'morlan', 'southern', 'california', 'conference', 'hebard', 'southeastern', 'california', 'conference', 'belle', 'hall', 'northern', 'california', 'conference', 'holbrook', 'nevada', 'mission', 'field', 'donaldson', 'northwestern', 'california', 'conference', 'elder', 'territory', 'month', 'beddoe', 'pacific_union_conference', 'literature', 'weekly', 'sign', 'following', 'present', 'present_truth', 'joined', 'werk', 'elder', 'solicitor', 'selected', 'baud', 'andross', 'neilsen', 'visit', 'interested', 'arizona', 'california', 'central', 'california', 'inter', 'mountain', 'nevada', 'mission', 'northern', 'california', 'northwestern', 'california', 'southeastern', 'california', 'southern', 'california', 'pacific_union_conference', 'whole_world', 'especially', 'fitted', 'work', 'higher', 'class', 'seek', 'lord', 'connection', 'following', 'recommendation', 'adopted', 'recommend', 'entire', 'conference', 'thoroughly', 'organized', 'entire_field', 'assigned', 'church', 'company', 'second', 'church', 'company', 'conference', 'thoroughly', 'organized', 'leadership', 'missionary_secretary', 'member', 'conference', 'assigned', 'definite', 'work', 'territory', 'daily', 'making', 'study', 'reach', 'person', 'merely', 'casual', 'acquaintance', 'lay', 'hold', 'personal', 'fort', 'lifing', 'faith', 'manifesting', 'deep', 'love', 'soul', 'real', 'concern', 'shall', 'knowledge', 'truth', 'word', 'god', 'harvest', 'ingathering', 'campaign', 'completed', 'pleasure', 'reporting', 'interesting', 'effective', 'harvest', 'ingathering', 'campaign', 'pacific_union_conference', 'began', 'soliciting', 'fund', 'outside', 'church', 'way', 'return', 'close', 'december', 'arizona', 'inter', 'mountain', 'northern', 'church', 'divided', 'band', 'leader', 'report', 'church', 'society', 'individual', 'shall', 'held', 'respons', 'california', 'southern', 'califorible', 'work', 'assigned', 'nia', 'conference', 'nevada', 'misher', 'fourth', 'encourage', 'worker', 'visit', 'home', 'sion', 'passed', 'goal', 'dollar', 'total', 'receipt', 'union_conference', 'past', 'goal', 'conference', 'union', 'received', 'dollar', 'received', 'tnion', 'conference', 'increase', 'total', 'receipt', 'adam', 'brother', 'jas', 'cochran', 'ern', 'solicit', 'annual', 'subscription', 'est', 'lloyd', 'mina', 'mann', 'fifth', 'line', 'work', 'nearly', 'thousand', 'dol', 'overshadowing', 'theme', 'visiting', 'sick', 'giving', 'bible', 'readlars', 'following', 'table', 'entire', 'council', 'distribution', 'ings', 'carried', 'generalinterest']
root - INFO - extracting file #83500: 2017-04-Final-Corpus/PUR19190410-V18-36-page6.txt
root - INFO - extracting file #84000: 2017-04-Final-Corpus/PUR19200701-V19-46-page2.txt
root - INFO - ['pacific_union_recorder', 'general', 'fund', 'time', 'tuition', 'donation', 'paid', 'encouraged', 'pay', 'cent', 'fund', 'contribution', 'paid', 'feel', 'sure', 'people', 'union', 'appreciate', 'plan', 'assisting', 'educational_work', 'time', 'weaker', 'church', 'felt', 'compelled', 'shorten', 'school', 'term', 'close', 'school', 'critical', 'hour', 'relief', 'available', 'little', 'help', 'general', 'fund', 'saved', 'situation', 'trust', 'brother', 'hold', 'plan', 'loyally', 'corrugation', 'run', 'wrong', 'way', 'arose', 'strong_desire', 'hasten', 'bend', 'easily', 'black', 'protege', 'school', 'native', 'hut', 'clay', 'money', 'began', 'come', 'larger', 'low', 'door', 'grass', 'roof', 'grass', 'billie', 'brought', 'sewed', 'circular', 'piece', 'paper', 'dollar', 'began', 'fear', 'chilso', 'lapped', 'form', 'central', 'peak', 'dren', 'school', 'sent', 'according', 'native', 'custom', 'hut', 'missionary', 'forgotform', 'circle', 'cattle', 'corral', 'talking', 'felt', 'center', 'miniature', 'cow', 'cruel', 'send', 'missionary', 'sheep', 'safety', 'fierce', 'village', 'leave', 'lion', 'lurks', 'near', 'forto', 'starve', 'decided', 'cent', 'est', 'twig', 'grass', 'imbedded', 'week', 'necessary', 'clay', 'station', 'paper', 'covering', 'table', 'missionary', 'sister', 'ruled', 'inch', 'square', 'row', 'bright', 'idea', 'cent', 'vertical', 'square', 'right', 'native', 'teacher', 'new', 'school', 'child', 'pupil', 'school', 'goo', 'faithfully', 'place', 'education', 'upper', 'great', 'deal', 'woril', 'fund', 'cent', 'income', 'tenth', 'tithe', 'example', 'man', 'earns', 'tithe', 'gift', 'educational', 'fund', 'proportionate', 'giving', 'placed', 'basis', 'god', 'submits', 'tithing', 'plan', 'horizontal', 'row', 'square', 'writfor', 'teacher', 'draw', 'date', 'missionary', 'african', 'cent', 'brought', 'meeting', 'read', 'right', 'left', 'billie', 'seven', 'child', 'african', 'child', 'travel', 'naomi', 'evelyn', 'nineteen', 'direction', 'little', 'black', 'doll', 'plan', 'work', 'bought', 'white', 'goal', 'half', 'year', 'blackened', 'mountten', 'dollar', 'lacking', 'half', 'bit', 'cardboard', 'containing', 'deep', 'word', 'officer', 'church', 'pacific_union_conference', 'conference', 'president', 'let', 'cooperate', 'educate', 'african', 'child', 'child', 'mission_school', 'god', 'plan', 'succeed', 'cent', 'brings', 'child', 'vilnot', 'maintained', 'christian', 'lage', 'succeeding', 'cent', 'delightfully', 'intimate', 'enlightening', 'appealing', 'talk', 'given', 'dear', 'sister', 'baker', 'primary', 'teacher', 'god', 'waiting', 'men', 'woman', 'awake', 'responsibility', 'waiting', 'link', 'let', 'mark', 'signal', 'advance', 'longer', 'laggard', 'working', 'lord', 'pacific_union_recorder', 'vol', 'thursday', 'july', 'published', 'weekly', 'pacific_union_conference', 'seventh', 'day', 'adventist', 'matter', 'publication', 'correspondence', 'relating', 'subscription', 'addressed', 'box', 'glendale', 'cal', 'money', 'order', 'payable', 'pacific_union_conference', 'glendale', 'cal', 'subscription', 'price', 'fifty', 'cent', 'year', 'pupil', 'electyes', 'personal_interest', 'felt', 'making', 'mission', 'real', 'idea', 'making', 'miniature', 'indicated', 'square', 'mission_station', 'typical', 'african', 'low', 'bear', 'date', 'village', 'occurred', 'think', 'offering', 'cent', 'plan', 'inspired', 'contact', 'brought', 'child', 'returned', 'missionary', 'true', 'square', 'working', 'plan', 'child', 'reach', 'mission', 'heathcould', 'successful', 'ornament', 'removed', 'aid', 'clothed', 'white', 'garment', 'advance', 'square', 'east', 'african', 'mission_station', 'missionary', 'emerson', 'editor', 'christian', 'village', 'occupies', 'table', 'covered', 'native', 'village', 'taken', 'coffin', 'associate', 'editor', 'large', 'sheet', 'manila', 'paper', 'table', 'suspended', 'black', 'mission_house', 'clay', 'thread', 'blackboard', 'ember', 'post', 'office', 'los', 'obtained', 'tile', 'factory', 'drawing', 'village', 'school', 'house', 'asking', 'roof', 'corru', 'child', 'began', 'undergated', 'paste', 'board', 'stand', 'outworking', 'plan', 'entered', 'second', 'class_matter', 'nov', 'angeles', 'california', 'act', 'congress', 'march', 'acceptance', 'mailing', 'special_rate', 'postage', 'provided', 'section', 'act', 'october', 'authorized', 'november']
root - INFO - extracting file #84500: 2017-04-Final-Corpus/RH18520902-V03-09-page2.txt
root - INFO - extracting file #85000: 2017-04-Final-Corpus/RH18540530-V05-19-page6.txt
root - INFO - ['burnt', 'thing', 'dissolved', 'manner', 'person', 'ought', 'holy', 'conversation', 'godliness', 'looking', 'hastening', 'unto', 'coming', 'day', 'god', 'heaven', 'shall', 'dissolved', 'element', 'melt', 'fervent_heat', 'according', 'promise', 'look', 'new_heavens', 'new', 'earth', 'dwelleth', 'righteousness', 'wherefore', 'beloved', 'seeing', 'look', 'such_things', 'diligent', 'peace', 'spot', 'blameless', 'consider', 'long', 'suffering', 'lord', 'salvation', 'beloved', 'broth', 'paul', 'according', 'wisdom', 'given', 'unto', 'hath', 'written', 'unto', 'epistle', 'speaking', 'concerning', 'thing', 'interesting', 'passage', 'need', 'comment', 'compared', 'rom', 'viii', 'cor', 'thess', 'shed', 'flood', 'light', 'apostle', 'doctrine', 'resurrection', 'succeeded', 'settling', 'point', 'way', 'opened', 'deciding', 'satisfactorily', 'meaning', 'contested', 'ktisis', 'need', 'dwell', 'origin', 'possible', 'signification', 'word', 'derived', 'ktizein', 'create', 'denotes', 'primarily', 'act', 'creating', 'secondly', 'synonymous', 'ktisma', 'thing', 'created', 'creation', 'believe', 'ordinary', 'use', 'latitude', 'word', 'creation', 'according', 'connection', 'refer', 'chiefly', 'inanimate', 'nature', 'include', 'sentient', 'utmost', 'harshness', 'employed', 'denote', 'christian', 'evidence', 'expression', 'kaine', 'ktisis', 'new_creature', 'new', 'creation', 'furnishes', 'ground', 'supposition', 'question', 'view', 'includes', 'refers', 'chiefly', 'sentient', 'refers', 'exclusively', 'inanimate', 'nature', 'doe', 'word', 'passage', 'consideration', 'denote', 'men', 'general', 'mankind', 'inanimate', 'existence', 'nature', 'view', 'taken', 'correct', 'question', 'easily', 'nay', 'decided', 'ktisis', 'introduced', 'looking', 'earnest', 'longing', 'period', 'son', 'god', 'shall', 'manifested', 'hope', 'showing', 'glorious', 'deliverance', 'true', 'world', 'unconverted', 'men', 'heathen', 'age', 'apostle', 'said', 'possible', 'sense', 'anticipating', 'resurrection', 'period', 'hope', 'participators', 'benefit', 'point', 'plain', 'need', 'argument', 'doctrine', 'fact', 'the_review_and_herald', 'general', 'view', 'receives', 'confirmation', 'right', 'understanding', 'clause', 'contained', 'parenthesis', 'connected', 'hope', 'subjected', 'awaiting', 'introduces', 'reason', 'anxious', 'longing', 'creation', 'period', 'question', 'construction', 'simple', 'unembarrassed', 'think', 'commend', 'judgment', 'reader', 'clause', 'parenthesis', 'intimate', 'reasonableness', 'expectation', 'entertained', 'creation', 'reason', 'agency', 'act', 'subjected', 'state', 'bondage', 'guiltless', 'reduced', 'solely', 'account', 'earth', 'brought', 'subjection', 'account', 'cursed', 'ground', 'thy', 'sake', 'emphatic', 'declaration', 'judge', 'guilty', 'man', 'set', 'striking', 'light', 'truth', 'passage', 'agency', 'guilt', 'subjected', 'solely', 'innocent', 'participator', 'punishment', 'creation', 'rationally', 'hope', 'tacit', 'implication', 'vestige', 'curse', 'removed', 'offender', 'unwilling', 'unoffending', 'sharer', 'curse', 'shall', 'receive', 'like', 'liberation', 'tacit', 'appeal', 'justice', 'deity', 'implied', 'assertiop', 'suffer', 'innocent', 'victim', 'remain', 'involved', 'evil', 'guilty', 'author', 'liberated', 'idea', 'receive', 'extended', 'elucidation', 'far', 'establish', 'independent', 'ground', 'probability', 'future', 'restoration', 'material', 'world', 'natural', 'period', 'renovation', 'time', 'ceased', 'repository', 'sleeping', 'dust', 'sin', 'ruined', 'ransomed', 'man', 'death', 'final', 'enemy', 'utterly', 'annihilated', 'resurrection', 'body', 'believer', 'life', 'glory', 'repeat', 'natural', 'consonant', 'know', 'divine', 'economy', 'moment', 'physical', 'nature', 'moulded', 'plastic', 'hand', 'creator', 'innumerable', 'form', 'navy', 'irfection', 'scanned', 'ply', 'fact', 'current', 'opinion', 'christian', 'age', 'opinion', 'sanctioned', 'originated', 'express', 'promise', 'messiah', 'good_reason', 'shown', 'denying', 'paul', 'license', 'employed', 'colleague', 'composing', 'sacred', 'canon', 'regard', 'figure', 'unwarrantably', 'bold', 'believe', 'sympathize', 'dwell', 'accustomed', 'boldness', 'oriental', 'prophetic', 'imagery', 'sea', 'earth', 'mountain', 'valley', 'fraught', 'intelligence', 'emotion', 'greater', 'stretch', 'imagination', 'endowed', 'hand', 'eye', 'foot', 'perform', 'act', 'corresponding', 'endowment', 'figure', 'question', 'hardly', 'ally', 'respect', 'oriental', 'imagery', 'figure', 'nation', 'age', 'spontaneously', 'suggest', 'vivid', 'powerful', 'imagination', 'contemplation', 'fact', 'bosom', 'doe', 'thrill', 'conception', 'taste', 'doe', 'readily', 'admit', 'propriety', 'awful', 'grandeur', 'figure', 'robert', 'hall', 'represents', 'creation', 'clothing', 'sackcloth', 'shriek', 'unutterable', 'agony', 'rending', 'frame', 'work', 'universal', 'nature', 'perdition', 'single', 'soul', 'theine', 'general', 'resurrection', 'weight', 'glory', 'bestowed', 'people', 'god', 'omnipotence', 'shall', 'lavish', 'treasure', 'grandeur', 'glory', 'immeasurably', 'greater', 'propriety', 'representing', 'universal', 'nature', 'instinct', 'life', 'awaiting', 'earnest', 'longing', 'happy', 'period', 'result', 'inconceivably', 'glorious', 'largely', 'participate', 'bold', 'figure', 'superficial', 'contemplation', 'sink', 'tame', 'propriety', 'mighty', 'subject', 'designed', 'illustrate', 'finally', 'passage', 'instance', 'use', 'primitive', 'christian', 'doctrine', 'resurrection', 'vital', 'energy', 'animating', 'power', 'came', 'home', 'heart', 'prompted', 'labor', 'supported', 'trial', 'consoled', 'affliction', 'modern', 'church', 'inquire', 'far', 'folded', 'word', 'god', 'truth', 'undiscoverable', 'reason', 'gospel', 'depository', 'nue', 'bear', 'decidedly', 'impress', 'superhuman', 'origin', 'far', 'having', 'visited', 'loftiest', 'vision', 'sublimest', 'speculator', 'pythagorean', 'metempsychosis', 'bear', 'analogy', 'theologian', 'fancied', 'platonic', 'triad', 'discover', 'germ', 'mysterious', 'doctrine', 'trinity', 'sacrifice', 'pagan', 'world', 'regarded', 'embodying', 'dim', 'conception', 'atonement', 'resurrection', 'dead', 'said', 'great_fact', 'belongs', 'exclusivecult', 'interesting', 'sublime', 'passage', 'willingly', 'christianity', 'leave', 'compared', 'ktisis', 'omniscient', 'eye', 'pronounced', 'good', 'shall', 'spring', 'forth', 'bondage', 'corruption', 'freed', 'respect', 'partaken', 'apostolic', 'spirit', 'stain', 'sin', 'renovated', 'beautified', 'meet', 'abode', 'righteousness', 'christ', 'revealed', 'destroy', 'work', 'devil', 'work', 'subjugation', 'natural', 'world', 'natural', 'faint', 'type', 'moral', 'evil', 'curse', 'laid', 'earth', 'result', 'malignant', 'effort', 'great', 'viversa', 'rya', 'death', 'temporal', 'spiritual', 'inflicted', 'adam', 'posterity', 'doe', 'ask', 'accomplishment', 'avowed', 'purpose', 'son', 'appearing', 'complete', 'triumph', 'death', 'power', 'death', 'devil', 'require', 'rescue', 'earth', 'evil', 'shared', 'common', 'guilty', 'inhabitant', 'doctrine', 'resurrection', 'occasionally', 'dwelt', 'sublime', 'truth', 'glorious', 'reality', 'prominence', 'reflection', 'look', 'hasten', 'forward', 'coining', 'lord', 'doe', 'christian', 'preacher', 'avail', 'utmost', 'efficiency', 'instrument', 'mean', 'keeping', 'alive', 'spreading', 'deep', 'toned', 'active', 'piety', 'doe', 'press', 'christian', 'general', 'motif', 'obedience', 'cherished', 'vital', 'cordial', 'doctrine', 'gospel', 'intimately', 'connected', 'resurrection', 'lord', 'livingly', 'entwined', 'hope', 'future', 'blessedness', 'animating', 'steadfast', 'unmovable', 'alrvays', 'abounding', 'work', 'lord', 'inasmuch', 'conveys', 'assurance', 'pledge', 'labor', 'vain', 'inthe', 'lord', 'christian', 'review', 'march', 'light', 'salt', 'matt', 'salt', 'earth', 'christian', 'light', 'salt', 'said', 'jesus', 'christ', 'salt', 'earth', 'liglrt', 'world', 'salt', 'saltness', 'candle', 'light', 'burn', 'salt', 'meaning', 'remains', 'ktisis', 'refer', 'mankind', 'general', 'readily', 'seen', 'present', 'case', 'inanimate', 'creation', 'naa', 'stoop', 'requires', 'eleture', 'animated', 'bold', 'prosovation', 'raised', 'glowing', 'wing', 'popeeia', 'writer', 'introduces', 'universal', 'nature', 'apostolic', 'faith', 'hope', 'fact', 'perfectly', 'unlonging', 'period', 'complete', 'emancipation', 'son', 'god', 'argument', 'contains', 'substance', 'form', 'arguchristianizes', 'passage', 'degrades', 'manifestation', 'son', 'god', 'glorious', 'deliverance', 'bondage', 'uiothesian', 'public', 'lost', 'savor', 'wherewith', 'shall', 'salted', 'given', 'general', 'view', 'diffiment', 'fortiori', 'reason', 'solemn', 'ceremony', 'affiliation', 'men', 'light', 'candle', 'greater', 'benefit', 'reaped', 'irrational', 'existence', 'scene', 'day', 'great', 'justify', 'earnestly', 'expecting', 'shall', 'result', 'immortal', 'intelligence', 'son', 'god', 'principal', 'participators', 'glory', 'irits', 'subordinate', 'incidental', 'result', 'unspeakably', 'desirable', 'anticipate', 'shall', 'confer', 'weight', 'glory', 'sentiment', 'derived', 'interpretation', 'amply', 'sustained', 'declaration', 'scripture', 'prophetic', 'writing', 'certain', 'jew', 'existed', 'belief', 'future', 'renovation', 'earth', 'lay', 'stress', 'renovation', 'matt', 'xix', 'restoration', 'thing', 'act', 'iii', 'expression', 'general', 'safe', 'foundation', 'argument', 'fact', 'clearly', 'source', 'justly', 'regarded', 'corroborated', 'evidence', 'need', 'appeal', 'passage', 'quoted', 'peter', 'similar', 'connection', 'place', 'matter', 'doubt', 'according', 'promise', 'look', 'new_heavens', 'new', 'earth', 'dwelleth', 'righteousness', 'word', 'according', 'promise', 'decidedly', 'oppose', 'interpreting', 'mere', 'figurative', 'language', 'prophecy', 'anticipated', 'earnest', 'longing', 'heathen_world', 'tell', 'apostle', 'brings', 'forward', 'view', 'cheer', 'christian', 'brother', 'state', 'trial', 'infirmity', 'ask', 'believe', 'led', 'mind', 'away', 'glorious', 'resurrection', 'reality', 'truth', 'importance', 'mind', 'imbued', 'glowing', 'heathen', 'expectation', 'existed', 'existed', 'realized', 'inexplicable', 'lacuna', 'ommission', 'heathen_world', 'race', 'men', 'general', 'illusion', 'wholly', 'inappropriated', 'true', 'bondage', 'frailtyand', 'corruption', 'natural', 'world', 'true', 'like', 'propriety', 'represented', 'looking', 'forward', 'resurrection', 'period', 'deliverance', 'bring', 'deliverance', 'world', 'mankind', 'far', 'welcoming', 'gospel', 'intelligence', 'general', 'resurrection', 'judgment', 'shrink', 'period', 'superlative', 'woe', 'wrath', 'come', 'uttermost', 'consummates', 'blessedness', 'glory', 'righteous', 'shall', 'measure', 'misery', 'ruin', 'contrary', 'utmost', 'propriety', 'asserting', 'inanimate', 'nature', 'simbushel', 'candlestick', 'matt', 'grace', 'god', 'heart', 'salt', 'mark', 'candle', 'lighted', 'divine_grace', 'light', 'salt', 'greater', 'savor', 'heat', 'greater', 'light', 'heart', 'diligence', 'prov', 'reason', 'cultivate', 'christian_graces', 'own_souls', 'place', 'prepared', 'good', 'eminent', 'holiness', 'essential', 'great', 'usefulness', 'season', 'salt', 'light', 'flame', 'grace', 'burning', 'let', 'light_shine', 'savior', 'shine', 'burn', 'burn', 'shine', 'place', 'independently', 'importance', 'work', 'inward', 'growth', 'relathin', 'duty', 'christian', 'progress', 'divine_life', 'grow', 'grace', 'pet', 'iii', 'run', 'patience', 'race', 'set', 'heb', 'xii', 'fight', 'christian', 'warfare', 'eph', 'press', 'mark', 'phil', 'vineyard', 'cultivated', 'conformed', 'world']
root - INFO - extracting file #85500: 2017-04-Final-Corpus/RH18560313-V07-24-page2.txt
root - INFO - extracting file #86000: 2017-04-Final-Corpus/RH18570625-V10-08-page6.txt
root - INFO - ['mai', 'slated', 'rem', 'german', 'onward', 'qum', 'brother', 'let', 'onward', 'night', 'come', 'delay', 'howling', 'desert', 'good', 'stay', 'courage', 'strong', 'hosting', 'heaven', 'strength', 'warfare', 'given', 'glory', 'won', 'ere', 'long', 'pilgrim', 'path', 'trial', 'fear', 'view', 'know', 'voice', 'know', 'true', 'let', 'contemn', 'strong', 'almighty', 'grace', 'oome', 'errrp', 'steadfast', 'face', 'jerusalem', 'brother', 'soon', 'ended', 'journey', 'begun', 'endure', 'little', 'longer', 'race', 'soon', 'run', 'land', 'rest', 'yonder', 'bright', 'eternal', 'home', 'father', 'loved', 'come', 'shall', 'safe', 'blest', 'boldly', 'let', 'venture', 'worth', 'costl', 'danger', 'encounter', 'thing', 'lost', 'world', 'vain', 'thy', 'follow', 'went', 'follow', 'eternal', 'shore', 'jesus', 'letter', 'feared', 'lord_spake', 'accept', 'divided', 'affection', 'jealous', 'god', 'demand', 'whole_heart', 'entire', 'doe', 'require', 'nay', 'hard', 'master', 'purchased', 'price', 'far', 'ruby', 'precious_blood', 'dear_son', 'lord', 'help', 'realize', 'solemnity', 'hour', 'living', 'aid', 'white_raiment', 'wheeler', 'worcester', 'mass', 'fun', 'sister', 'water', 'bro', 'smith', 'reader', 'review', 'time', 'praiseworthy', 'instruction', 'meat', 'due_season', 'sermon', 'hear', 'sabbath', 'day', 'reading', 'review', 'husband', 'read', 'time', 'respect', 'sabbath', 'day', 'distributed', 'book', 'tract', 'people', 'endeavored', 'got', 'whole_truth', 'sunday', 'keeping', 'adventist', 'trying', 'truth', 'majority', 'scoff', 'new', 'theory', 'brother', 'wife', 'fully', 'persuaded', 'sabbath', 'binding', 'gospel_dispensation', 'stated', 'week', 'ago', 'determination', 'remember', 'sabbath', 'day', 'holy', 'prayer', 'lord', 'strength', 'sanctuary', 'high', 'build', 'holy', 'faith', 'grace', 'god', 'assisting', 'shall', 'endeavor', 'white_raiment', 'anoint', 'eye', 'eyesalve', 'desire', 'unworthy', 'sister', 'waiting', 'kingdom', 'god', 'laura', 'water', 'weaveraille', 'mich', 'june', 'sister', 'weaver', 'bro', 'smith', 'stranger', 'person', 'hope', 'spirit', 'love', 'doctrine', 'advocate', 'reader', 'review', 'short_time', 'truly', 'welcome', 'visitor', 'feel', 'encouraged', 'reading', 'cheering', 'communication', 'brother', 'sister', 'feel', 'truly', 'thankful', 'god', 'lot', 'cast', 'commandment_keepers', 'commenced', 'keeping', 'seventh', 'day', 'fully', 'persuaded', 'true', 'sabbath', 'father', 'saidshould', 'kept', 'holy', 'trying', 'commandment', 'god', 'faith', 'jesus', 'brother', 'sister', 'water', 'meet', 'talk', 'glorious', 'appearing', 'dear', 'saviour', 'think', 'nigh', 'door', 'prayer', 'shall', 'come', 'white', 'robe', 'lamp', 'trimmed', 'burning', 'come', 'blessed', 'father', 'inherit', 'kingdom', 'prepared', 'maim', 'weaver', 'weaver', 'agile', 'mieh', 'june', 'sister', 'seely', 'dear_brethren', 'sister', 'feel', 'heed', 'true', 'witness', 'buy', 'gold', 'tried', 'rich', 'white_raiment', 'clothed', 'eye_salve', 'believe', 'jesus', 'soon', 'coming', 'ransomed', 'home', 'want', 'prepared', 'meet', 'exclaim', 'god', 'waited', 'feel', 'cast', 'time', 'seeing', 'like', 'precious_faith', 'surrounded', 'infidelity', 'universalism', 'like', 'darkness', 'felt', 'look', 'precious', 'promise', 'left', 'record', 'exclaim', 'art', 'thou', 'cast', 'soul', 'saviour', 'said', 'grace', 'sufficient', 'thee', 'know', 'review', 'come', 'laden', 'precious_truths', 'bible', 'communication', 'dear_brethren', 'sister', 'instrument', 'hand', 'god', 'pointing', 'way', 'christ', 'people', 'free', 'oft', 'mind', 'carried', 'vox', 'place', 'met', 'sing', 'pray', 'thy', 'power', 'glory', 'seen', 'read', 'hear', 'join', 'prayer', 'wont', 'sing', 'thy', 'deed', 'sung', 'sweet', 'solemn', 'lay', 'glad', 'tongue', 'learn', 'new', 'theme', 'praise', 'thou_art', 'midst', 'teach', 'thy_name', 'thou', 'host', 'blessing', 'lord', 'east', 'blessing', 'lord', 'fellowship', 'bereft', 'spirit', 'turn', 'thee', 'ohl', 'bast', 'thou', 'blessing', 'left', 'blessing', 'lord', 'midst', 'repair', 'thou', 'surely', 'art', 'lord', 'consecrate', 'house', 'prayer', 'surrendered', 'heart', 'faith', 'reveal', 'thing', 'unseen', 'hope', 'joy', 'untold', 'let', 'love', 'vail', 'thy', 'glory', 'behold', 'ohl', 'thy', 'face', 'shine', 'doubt', 'fear', 'cease', 'lift', 'thy', 'countenance', 'benign', 'peace', 'sister', 'wheeler', 'beloved', 'brother', 'sister', 'taken', 'prayer', 'brix', 'robinson', 'dear_brethren', 'sister', 'let', 'strive', 'little', 'longer', 'prize', 'end', 'race', 'shame', 'deep', 'contrition', 'heart', 'confess', 'lukewarmness', 'backsliding', 'god', 'thank', 'great', 'hope', 'mercy', 'solemnly', 'touching', 'appeal', 'blessed', 'saviour', 'spirit', 'making', 'knocking', 'door', 'heart', 'want', 'zealous', 'repent', 'turn', 'lord', 'purpose', 'heart', 'lay', 'altar', 'god', 'posse', 'gold', 'tried', 'white_raiment', 'righteousness', 'saint', 'great_work', 'ere', 'shall', 'ready', 'meet', 'coming', 'lord', 'time', 'high', 'time', 'earnestly', 'seek', 'needed', 'preparation', 'humble', 'mighty', 'hand', 'god', 'seek', 'meekness', 'righteousness', 'hid', 'day', 'lord', 'fierce_anger', 'truly', 'time', 'look', 'short', 'determined', 'assisting', 'grace', 'god', 'overcome', 'receive', 'refreshing', 'come', 'presence', 'lord', 'brother', 'sister', 'striving', 'arise', 'waiting', 'kingdom', 'phreman', 'polly', 'robinson', 'catlin', 'june', 'extract', 'letter', 'bro', 'burton', 'writes', 'pittsfield', 'maine', 'wish', 'truth', 'dear', 'read', 'review', 'trust', 'profit', 'feel', 'thankful', 'lord', 'left', 'darkness', 'showing', 'wretched', 'know', 'lukewarm', 'state', 'time_past', 'hope', 'shall', 'enabled', 'repent', 'heed', 'warning', 'true', 'witness', 'whole_armor', 'sod', 'having', 'eye', 'anointed', 'clearly', 'precious_truths', 'connected', 'angel', 'message', 'feel', 'living', 'solemn', 'time', 'let', 'awake', 'diligent', 'calling', 'election', 'sure', 'feel', 'door', 'keeper', 'house', 'god', 'dwell', 'tent', 'wickedness', 'curtis', 'writes', 'trowbridge', 'mich', 'june', 'consider', 'duty', 'lover', 'god', 'stand', 'living', 'witness', 'truth', 'write', 'line', 'let', 'know', 'love', 'lord', 'determined', 'help', 'commandment', 'love', 'pen', 'testify', 'arm', 'lord', 'shortened', 'ear', 'heavy', 'child', 'feel', 'giving', 'hand', 'making', 'bard', 'thing', 'easy', 'rough', 'place', 'smooth', 'crooked', 'place', 'straight', 'bringing', 'light', 'hidden', 'thing', 'darkness', 'causing', 'child', 'stumbling', 'stone', 'prepare', 'way', 'angel', 'message', 'loud_cry', 'want', 'number', 'rise', 'remnant', 'know', 'grace', 'god', 'sufficient', 'promised', 'strength', 'according', 'day', 'discouraging', 'obedient', 'voice', 'good', 'shepherd', 'child', 'pas', 'sore', 'conflict', 'enemy', 'lord', 'suffer', 'length', 'chain', 'temptation', 'way', 'escape', 'realize', 'brother', 'sister', 'long', 'suffering', 'tender', 'mercy', 'god', 'love', 'manifest', 'vineyard', 'giving', 'word', 'spirit', 'begotten_son', 'suffer', 'unjust', 'link', 'probationary', 'time', 'sand', 'falling', 'hear', 'counsel', 'faithful', 'true', 'witness', 'buy', 'gold', 'tried', 'white_raiment', 'eye_salve', 'feel', 'keen', 'rebuke', 'chastening', 'ought', 'exercise', 'zeal', 'reforming', 'duty', 'privilege', 'stand', 'knocking', 'lock', 'wet', 'dew', 'night', 'fear', 'arouse', 'open', 'unto', 'immediately', 'withdraw', 'gone', 'shall', 'seek', 'answer', 'brought', 'straight', 'place', 'lord', 'long', 'suffering', 'tender', 'mercy', 'exercised', 'long', 'patience', 'willing', 'perish', 'spirit', 'strive', 'awful', 'left', 'perish', 'guilty', 'nation', 'realize', 'god', 'earnest', 'people', 'ought', 'heed', 'voice', 'speaking', 'unto', 'prophet', 'joel', 'saying', 'turn', 'heart', 'fasting', 'weeping', 'mourning', 'rend', 'heart', 'garment', 'turn', 'unto', 'lord', 'god', 'searching', 'eye', 'know', 'work', 'review', 'herald', 'salisbury', 'center', 'tune', 'elvira', 'seely']
root - INFO - extracting file #86500: 2017-04-Final-Corpus/RH18580930-V12-19-page2.txt
root - INFO - extracting file #87000: 2017-04-Final-Corpus/RH18591208-V15-03-page6.txt
root - INFO - ['review', 'herald', 'vol', 'idity', 'discouragement', 'neglect', 'use', 'gift', 'designed', 'edify', 'church', 'glorify', 'god', 'feel', 'embarrassing', 'influence', 'association', 'believe', 'acquainted', 'scattered', 'abroad', 'let', 'speak', 'word', 'encouragement', 'exhortation', 'imagination', 'gathering', 'disciple', 'jesus', 'day', 'pentecost', 'brother', 'humble', 'expectation', 'sat', 'faithful', 'mary', 'followed', 'beloved', 'master', 'sojourn', 'man', 'sorrow', 'unyielding', 'love', 'unflinching', 'constancy', 'dark', 'hour', 'forsook', 'stood', 'amid', 'scene', 'ignominy', 'suffering', 'terror', 'followed', 'line', 'heart', 'life', 'seeking', 'truth', 'column', 'open', 'unworthy', 'honestly', 'seeking', 'truth', 'purity', 'holiness', 'great', 'indulgence', 'granted', 'liberty', 'speech', 'freedom', 'expression', 'consistent', 'order', 'good', 'wholesome', 'rule', 'andiits', 'usefulness', 'greatly', 'increased', 'mean', 'varied', 'correspondent', 'week', 'week', 'time', 'time', 'vent', 'feeling', 'expression', 'desire', 'victory', 'trouble', 'conflict', 'trial', 'query', 'doubt', 'producing', 'weekly', 'paper', 'wholly', 'devoted', 'truth', 'godliness', 'taking', 'place', 'weekly', 'conference', 'remnant', 'earthly', 'distinction', 'pertain', 'wealth', 'rank', 'lost', 'sight', 'ample', 'scope', 'given', 'enter', 'list', 'bear', 'tesa', 'great', 'calling', 'god', 'kingdom', 'glory', 'let', 'strife', 'vain', 'glory', 'lowliness', 'mind', 'esteem', 'better', 'lord', 'bath', 'respect', 'lowly', 'resists', 'proud', 'whosoever', 'exalteth', 'shall', 'abased', 'lowly', 'wisdom', 'wisdom', 'pure', 'peaceable', 'gentle', 'easy', 'entreated', 'mercy', 'good', 'fruit', 'partiality', 'hypocrisy', 'fruit', 'spirit', 'love', 'joy', 'peace', 'longsuffering', 'gentleness', 'goodness', 'faith', 'meekness', 'temperance', 'walk', 'worthy', 'lord', 'pleasing', 'fruitful', 'good_work', 'increasing', 'knowledge', 'god', 'strengthened', 'according', 'glorious', 'power', 'unto', 'patience', 'longsuffering', 'joyfulness', 'giving', 'thanks', 'unto', 'father', 'hath', 'meet', 'partaker', 'inheritance', 'saint', 'light', 'chosen', 'god', 'holy', 'beloved', 'bowel', 'mercy', 'kindness', 'humbleness', 'mind', 'meekness', 'longsuffering', 'bearing', 'forgiving', 'quarrel', 'christ', 'forgave', 'love', 'bond', 'perfectness', 'let', 'bitterness', 'wrath', 'anger', 'clamor', 'evil', 'speaking', 'away', 'malice', 'kind', 'tender', 'hearted', 'forgiving', 'god', 'christ', 'sake', 'forgave', 'angry', 'sin', 'let', 'sun', 'wrath', 'place', 'devil', 'new', 'trans', 'overtaken', 'fault', 'spiritual', 'restore', 'spirit', 'meekness', 'considering', 'lest', 'templed', 'bear', 'burden', 'fulfil', 'law', 'christ', 'strong', 'resist', 'temptation', 'ought', 'bear', 'infirmity', 'weak', 'seek', 'seek', 'edify', 'build', 'weak', 'brother', 'sister', 'christ', 'divine', 'pattern', 'pleased', 'whatsoevye', 'sum', 'eat', 'drink', 'whatsoever', 'glory', 'god', 'god', 'peace', 'sanctify', 'wholly', 'spirit', 'soul', 'body', 'kept', 'blameless', 'unto', 'coming', 'lord', 'jesus', 'christ', 'faithful', 'hath', 'called', 'perform', 'birth', 'saviour', 'history', 'record', 'event', 'momentous', 'man', 'vista', 'eighteen', 'year', 'eye', 'faith', 'unfolded', 'radiance', 'halcyon', 'morning', 'orient', 'beam', 'dawning', 'immortal', 'day', 'lapse', 'age', 'thrown', 'obscurity', 'era', 'time', 'blot', 'recollection', 'man', 'eternity', 'expunge', 'archive', 'heaven', 'great', 'scene', 'redemption', 'opened', 'stupendous', 'scheme', 'mercy', 'projected', 'sublime', 'council', 'heaven', 'began', 'developed', 'great', 'prophecy', 'age', 'turned', 'history', 'shiloh', 'early', 'promise', 'stood', 'revealed', 'promulgated', 'good_tidings', 'great_joy', 'cheered', 'ecstacy', 'shepherd', 'bethlehem', 'soon', 'published', 'people', 'morning', 'star', 'sang', 'arch', 'heaven', 'rang', 'hosanna', 'angel', 'vain', 'attempt', 'portray', 'glory', 'auspicious', 'day', 'filled', 'earth', 'shout', 'jubilation', 'lighted', 'new', 'lustre', 'sky', 'pen', 'tongue', 'language', 'mortal', 'impotent', 'effort', 'eloquence', 'array', 'topic', 'figure', 'muse', 'combine', 'imagery', 'soar', 'sublimest', 'wing', 'prompting', 'inspiration', 'leave', 'lofty', 'theme', 'untold', 'portray', 'scene', 'love', 'dwell', 'portrait', 'drawn', 'gospel', 'mortal', 'pen', 'love', 'imagination', 'long', 'lapsed', 'period', 'nativity', 'linger', 'hallowed', 'spot', 'witness', 'train', 'wonder', 'involved', 'process', 'ponder', 'auspicious', 'sequel', 'scene', 'spread', 'anew', 'eye', 'solemn', 'awe', 'gather', 'heart', 'mighty', 'birth', 'proclaimed', 'ear', 'footstep', 'bore', 'lifeless', 'form', 'tomb', 'loving', 'heart', 'prompted', 'timony', 'goodness', 'god', 'desire', 'hofirst', 'sepulchre', 'morning', 'resurrection', 'brother', 'assembly', 'wait', 'promise', 'father', 'endowment', 'power', 'high', 'tongue', 'descend', 'alike', 'brother', 'assuredly', 'think', 'spirit', 'baptized', 'lip', 'closed', 'silence', 'solemn', 'assembly', 'servant', 'handmaiden', 'prophesied', 'spirit', 'gave', 'utterance', 'said', 'gift', 'designed', 'line', 'truth', 'thousand', 'sabbath', 'keeper', 'read', 'review', 'dear_people', 'god', 'welcome', 'dwelling', 'welcome', 'tried', 'faithful', 'friend', 'fiction', 'flattery', 'fact', 'tear', 'joy', 'gratitude', 'god', 'fall', 'page', 'trace', 'column', 'progress', 'cause', 'struggle', 'honest', 'free', 'satan', 'chain', 'honest', 'heart', 'swell', 'emotion', 'realizes', 'grandeur', 'great_effort', 'heaven', 'behalf', 'poor', 'lost', 'man', 'promulgated', 'god', 'edification', 'body', 'christ', 'church', 'glory', 'misspoken', 'shall', 'remember', 'fervent', 'spirit', 'young', 'sister', 'year', 'ago', 'efficient', 'fellow', 'laborer', 'gospel', 'effectual', 'prayer', 'encouragement', 'labor', 'love', 'congregation', 'column', 'review', 'abundantly', 'blessed', 'gathering', 'fruit', 'unto', 'life', 'eternal', 'country', 'canada', 'proving', 'locality', 'satan', 'desperate', 'work', 'deception', 'preparing', 'snare', 'ensnare', 'whole_world', 'egotistical', 'month', 'ago', 'testimony', 'sister', 'public', 'assembly', 'aroused', 'state', 'despondency', 'unbelief', 'humble', 'confidence', 'god', 'trust', 'resulted', 'consecration', 'living', 'trust', 'consuming', 'sacrifice', 'earthly', 'companion', 'guide', 'temple', 'altar', 'sanctifies', 'gift', 'laid', 'providential', 'testimony', 'dear', 'disciple', 'probably', 'know', 'influence', 'testimony', 'poor', 'humble', 'faith', 'lost', 'sight', 'hope', 'eternal', 'fruition', 'think', 'despise', 'undervalue', 'woman', 'gift', 'usefulness', 'cause', 'master', 'mourn', 'social', 'religious', 'interview', 'prone', 'inactivity', 'silence', 'prayer', 'exhortation', 'divine_grace', 'abundantly', 'qualified', 'edify', 'encourage', 'truth', 'bible', 'persecuted', 'delighted', 'weekly', 'review', 'present', 'honest', 'cheerful', 'face', 'away', 'corner', 'hidden', 'favorable', 'opportunity', 'occurs', 'read', 'free', 'fear', 'domestic', 'friend', 'burn', 'discovered', 'live', 'peculiar', 'time', 'land', 'peculiar', 'institution', 'law', 'strange', 'thing', 'daily', 'enacted', 'banner', 'star', 'stripe', 'remnant', 'alive', 'peril', 'time', 'aver', 'asleep', 'hear', 'oftener', 'believe', 'present_truth', 'doe', 'good', 'motive', 'open', 'heart', 'lover', 'god', 'truth', 'proper', 'fitting', 'place', 'time', 'manner', 'conference', 'sister', 'weak', 'disqualified', 'doubting', 'fearful', 'consecrated', 'faithful', 'loving', 'blessed', 'mary', 'let', 'consecration', 'god', 'entire', 'rest', 'sacrifice', 'laid', 'altar', 'rest', 'social_meeting', 'review', 'god', 'bless', 'perfect', 'love', 'consciously', 'lord', 'dead', 'unto', 'sin', 'vain', 'earth', 'alive', 'unto', 'god', 'seek', 'unweariedly', 'endowment', 'promise', 'father', 'power', 'high', 'alike', 'privilege', 'servant', 'handmaiden', 'god', 'hallowed', 'touched', 'lip', 'open', 'jesus', 'testimony', 'truth', 'faithfulness', 'covenant', 'keeping', 'god', 'abundant', 'source', 'strength', 'tried', 'amid', 'discouragement', 'earth', 'lift', 'hand', 'hang', 'strengthen', 'feeble', 'knee', 'rate', 'win', 'commendation', 'master', 'hath', 'day', 'coming', 'fought', 'way', 'finished', 'work', 'thou', 'didst', 'lord', 'receive', 'glad', 'word', 'faithfully', 'enter', 'joy', 'sit', 'throne', 'appeal', 'tried', 'clarke', 'friendship', 'nov', 'robbins', 'gentile', 'descended', 'stranger', 'enemy', 'god', 'wicked', 'work', 'christ', 'god', 'hope', 'came', 'dear', 'saviour', 'draw', 'near', 'god', 'speak', 'peace', 'god', 'rich', 'mercy', 'great', 'love', 'wherewith', 'loved', 'saved', 'faith', 'begotten_son', 'fellow', 'heir', 'chosen', 'people', 'unsearchable', 'rich', 'christ', 'chose', 'saul', 'bear', 'blessed', 'tidings', 'darkness', 'bondage', 'sin', 'glorious_light', 'liberty', 'gospel', 'saul', 'paul', 'prisoner', 'envious', 'jew', 'idolatrous', 'gentile', 'salvation', 'glory', 'true', 'god', 'offered', 'gentile', 'prisoner', 'writes', 'gentile', 'brother', 'eph', 'new', 'trans', 'beseech', 'walk', 'worthy', 'calling', 'called', 'lowliness', 'gentleness', 'longsuffering', 'bearing', 'love', 'gentile', 'called', 'let', 'consult', 'text', 'book', 'learn', 'walk', 'worthy', 'calling', 'hear', 'brother', 'sister', 'review', 'review', 'acknowledged', 'medium', 'people', 'mutually', 'striving', 'message', 'angel', 'heart', 'filled', 'pity', 'view', 'stupidity', 'race', 'rejecting', 'great_light', 'prophecy', 'week', 'week', 'testimony', 'lonely', 'greets', 'brother', 'sister', 'like', 'precious_faith', 'situated', 'hypocrite', 'wolf', 'beast', 'prey', 'figuratively', 'speaking', 'god', 'called', 'unto', 'kingdom', 'glory']
root - INFO - extracting file #87500: 2017-04-Final-Corpus/RH18610219-V17-14-page2.txt
root - INFO - extracting file #88000: 2017-04-Final-Corpus/RH18620513-V19-24-page6.txt
root - INFO - ['tue', 'review', 'herald', 'heaven', 'craved', 'blessing', 'god', 'scanty', 'plentiful', 'portion', 'little', 'reflectit', 'beautiful', 'order', 'example', 'son', 'god', 'help', 'sabbathkeepers', 'require', 'order', 'family', 'theirtables', 'blessing', 'heaven', 'asked', 'food', 'god', 'god', 'order', 'confusion', 'child', 'remnant', 'know', 'young', 'age', 'speak', 'plain', 'dear_brethren', 'utterly', 'fault', 'little', 'respect', 'reading', 'wordof', 'god', 'season', 'prayer', 'family', 'hour', 'family_worship', 'holy', 'sacred', 'stillness', 'observed', 'scripture', 'read', 'work', 'laid', 'aside', 'child', 'seated', 'whispering', 'talking', 'reading', 'matter', 'cease', 'heart', 'raised', 'devotion', 'holy', 'reverend', 'mime', 'high', 'entire', 'exercise', 'family', 'pay', 'respect', 'word', 'worship', 'god', 'hour', 'prayer', 'emphatically', 'best', 'hour', 'day', 'sunshine', 'heavenly', 'order', 'christian', 'grows', 'grace', 'knowledge', 'christ_jesus', 'confusion', 'wilt', 'let', 'clear', 'babylon', 'let', 'thing', 'decently', 'order', 'marcum', 'life', 'hope', 'fear', 'world', 'grief', 'tear', 'region', 'fair', 'know', 'change', 'decay', 'night', 'unending', 'day', 'glorious', 'gate', 'closed', 'sin', 'nought', 'defile', 'enter', 'mar', 'beauty', 'rare', 'bright', 'eternal', 'shore', 'earth', 'bitter', 'curse', 'known', 'drooping', 'form', 'tearful', 'eye', 'hoary', 'head', 'weary', 'sigh', 'pain', 'grief', 'care', 'joy', 'mortal', 'know', 'like', 'calm', 'river', 'flow', 'saviour', 'mortal', 'child', 'mortal_man', 'man', 'reviled', 'crown', 'doth', 'wear', 'thousand', 'thousand', 'swell', 'strain', 'glory', 'lamb', 'slain', 'shall', 'lowly', 'serve', 'lord', 'fear', 'world', 'proud', 'mockery', 'dare', 'holy', 'spirit', 'led', 'rejoice', 'narrow', 'path', 'tread', 'shall', 'learned', 'jesus', 'cross', 'earthly', 'gain', 'count', 'loss', 'love', 'share', 'gazing', 'crucified', 'faith', 'died', 'shall', 'shall', 'hating', 'sin', 'christ', 'trust', 'place', 'prepare', 'doth', 'voice', 'sound', 'sweetly', 'come', 'way', 'lead', 'home', 'looking', 'soon', 'coming', 'saviour', 'claim', 'peculiar', 'people', 'zealous', 'good_works', 'forth', 'life', 'manifestation', 'spirit', 'truth', 'fruit', 'love', 'joy', 'peace', 'longsuffering', 'gentleness', 'goodness', 'faith', 'meekness', 'temperance', 'gal', 'privilege', 'god', 'people', 'duty', 'grow', 'grace', 'knowledge', 'lord', 'saviour', 'jesus_christ', 'pet', 'iii', 'let', 'light', 'grow', 'brighter', 'brighter', 'unto', 'perfect_day', 'enjoyed', 'privilege', 'having', 'word', 'eternal_life', 'proclaimed', 'unto', 'straight', 'testimony', 'given', 'testimony', 'church', 'known', 'unto', 'notwithstanding', 'making', 'progress', 'divine_life', 'according', 'mean', 'opportunity', 'given', 'church', 'southern', 'iowa', 'profess', 'commandment', 'god', 'faith', 'jesus', 'great', 'lack', 'love', 'spirituality', 'humility', 'stead', 'cold', 'lukewarm', 'feeling', 'manifested', 'lethargy', 'benumbing', 'influence', 'exercised', 'total', 'disregard', 'testimony', 'given', 'church', 'darkening', 'influence', 'spreading', 'causing', 'division', 'negligence', 'clothe', 'whole_armor', 'god', 'eph', 'mean', 'allowing', 'enemy', 'soul', 'enter', 'wound', 'severely', 'condition', 'causing', 'brother', 'lose', 'confidence', 'extent', 'lord', 'host', 'withdrawn', 'influence', 'holy', 'spirit', 'fault', 'manifestly', 'sin', 'committed', 'flagrant', 'mercy', 'abused', 'heb', 'deserving', 'severe', 'judgment', 'heaven', 'god', 'language', 'isaiah', 'prophet', 'vineyard', 'wherefore', 'looked', 'bring', 'forth', 'grape', 'brought', 'forth', 'wild', 'grape', 'isa', 'danger', 'spued', 'mouth', 'faithful', 'true', 'witness', 'condition', 'desolate', 'fearful', 'dear_brethren', 'expect', 'arise', 'live', 'themessage', 'time', 'action', 'let', 'mightily', 'unto', 'god', 'turn', 'unto', 'whole_heart', 'fasting', 'weeping', 'mourning', 'rend', 'heart', 'garment', 'turn', 'unto', 'lord', 'god', 'gracious', 'merciful', 'slow', 'anger', 'great', 'kindness', 'repenteth', 'evil', 'joel', 'brother', 'love', 'allow', 'urge', 'following', 'consideration', 'humble', 'mighty', 'hand', 'god', 'pray', 'earnestly', 'look', 'little', 'longer', 'let', 'try', 'arise', 'bring', 'forth', 'fruit', 'hear', 'language', 'saviour', 'said', 'unto', 'dresser', 'vineyard', 'beheld', 'year', 'come', 'seeking', 'fruit', 'fig', 'tree', 'cut', 'cumbereth', 'ground', 'answering', 'said', 'unto', 'lord', 'let', 'year', 'till', 'shall', 'dig', 'dung', 'bear', 'fruit', 'thou', 'shalt', 'cut', 'luke', 'xiii', 'brother', 'reject', 'gift', 'believe', 'bible', 'book', 'god', 'yes', 'surely', 'thoroughly', 'furnish', 'unto', 'good_work', 'doctrine', 'clearly', 'ficulty', 'testimony', 'prophesied', 'smooth', 'thing', 'receive', 'aloud', 'spare', 'like', 'rom', 'xiii', 'commanded', 'lord', 'jesus_christ', 'provision', 'flesh', 'fulfill', 'lust', 'thereof', 'pet', 'gal', 'testimony', 'point', 'fleshly', 'appetite', 'reason', 'like', 'let', 'correct', 'brother', 'commence', 'interrogating', 'subject', 'receive', 'testimony', 'abstain', 'fleshly', 'habit', 'age', 'pointed', 'word', 'smoke', 'chew', 'little', 'tobacco', 'drink', 'coffee', 'tea', 'sister', 'add', 'wear', 'small', 'hoop', 'want', 'testimony', 'live', 'time', 'bow', 'fleshlyappetites', 'mortify', 'member', 'earth', 'sacrificeall', 'good', 'pure', 'dishonor', 'god', 'throw', 'away', 'enemy', 'health', 'cleanliness', 'holiness', 'tobacco', 'god', 'man', 'defile', 'temple', 'god', 'shall', 'god', 'destroy', 'shown', 'let', 'live', 'case', 'suffice', 'example', 'defiling', 'brother', 'cause', 'low', 'condition', 'let', 'entreat', 'cast', 'aside', 'idol', 'language', 'poet', 'dearest', 'idol', 'known', 'whate', 'idol', 'help', 'tear', 'thy', 'throne', 'worship', 'thee', 'away', 'thing', 'glorious', 'church', 'eph', 'present', 'glorious', 'church', 'having', 'spot', 'wrinkle', 'such_thing', 'holy', 'blemish', 'arise', 'cleanse', 'church', 'filthy', 'habit', 'leader', 'free', 'practice', 'living', 'testimony', 'ensamples', 'flock', 'peter', 'purified', 'obeying', 'truth', 'business', 'occupy', 'station', 'blind', 'lead', 'blind', 'fall', 'ditch', 'brother', 'let', 'purge', 'duty', 'lord', 'bless', 'away', 'coffee', 'tea', 'destroys', 'health', 'waste', 'money', 'belongs', 'lord', 'cause', 'sister', 'world', 'meek', 'lowly', 'follower', 'saviour', 'fashion', 'world', 'let', 'hoop', 'jewelry', 'cast', 'aside', 'adorning', 'let', 'outward', 'adorning', 'plaiting', 'hair', 'wearing', 'gold', 'putting', 'apparel', 'let', 'hidden', 'man', 'heart', 'corruptible', 'theornament', 'meek', 'quiet_spirit', 'sight', 'god', 'great_price', 'peter', 'iii', 'subject', 'systematic_benevolence', 'claim', 'attention', 'briefly', 'church', 'adopted', 'instead', 'carrying', 'dwindled', 'clown', 'place', 'died', 'brother', 'try', 'bring', 'testimony', 'favor', 'examined', 'subject', 'know', 'right', 'way', 'abundant', 'supply', 'mean', 'raised', 'support', 'cause', 'complain', 'great', 'deal', 'having', 'messenger', 'visit', 'preach', 'minister', 'little', 'faith', 'good', 'testimony', 'given', 'received', 'time', 'labor', 'lost', 'compelled', 'bear', 'reproach', 'bitter', 'feeling', 'gladly', 'benefit', 'asked', 'messenger', 'temporal', 'welfare', 'live', 'daily_bread', 'poor', 'difficulty', 'surmounted', 'carnal', 'appetite', 'requires', 'food', 'brother', 'address', 'brother', 'southtaught', 'bible', 'spiritual_gifts', 'consequently', 'good_work', 'doctrine', 'clearly', 'set', 'forth', 'certainly', 'believe', 'reject', 'mean', 'know', 'church', 'good', 'profession', 'truly', 'body', 'spirit', 'dead', 'faith', 'work', 'commandment', 'god', 'faith', 'jesus', 'dead', 'james', 'living', 'tesfor', 'cause', 'time', 'lay', 'treasure', 'ern', 'iowa', 'brother', 'sister', 'lord', 'allwise', 'creator', 'mercy', 'spared', 'life', 'present_time', 'enjoyed', 'great_privilege', 'beholding', 'light', 'present_truth', 'jesus', 'soon', 'coming', 'time', 'message', 'mercy', 'dawned', 'mind', 'enlightened', 'understanding', 'goodness', 'lord', 'enjoy', 'thing', 'realize', 'blessing', 'reflect', 'god', 'day', 'past', 'reasonable', 'expect', 'favored', 'blessing', 'timony', 'church', 'believe', 'gift', 'certain', 'testimony', 'poor', 'subterfuge', 'truly', 'doubt', 'testimony', 'matter', 'thing', 'contrary', 'god', 'word', 'answer', 'brother', 'allow', 'point', 'difheaven', 'soon', 'late', 'soon', 'cattle', 'horse', 'farm', 'money', 'good', 'brother', 'burden', 'soul', 'rest', 'cause', 'lend', 'liberally', 'lord', 'reject', 'systematic_benevolence', 'thing', 'want', 'weprosper', 'church', 'living', 'united', 'testi']
root - INFO - extracting file #88500: 2017-04-Final-Corpus/RH18630721-V22-08-page8.txt
root - INFO - extracting file #89000: 2017-04-Final-Corpus/RH18640524-V24-26-page4.txt
root - INFO - ['rev', 'jew', 'herald', 'vol', 'xxiv', 'prim', 'anti', 'trattl', 'time', 'vast', 'mean', 'preaching', 'message', 'benefit', 'sinner', 'anotify', 'thy', 'truth', 'thy', 'word', 'truth', 'believe', 'saved', 'know', 'according', 'wellcome', 'quoted', 'review', 'battle', 'creek', 'mouse', 'triad', 'day', 'november', 'minister', 'knave', 'fool', 'brother', 'come', 'people', 'hospitable', 'reception', 'introduction', 'advent', 'movement', 'confidence', 'sympathy', 'brother', 'introduce', 'message', 'sabbath', 'vision', 'let', 'understood', 'liberality', 'reciprocated', 'brother', 'proselyted', 'new', 'faith', 'turn', 'shut', 'nominal', 'adventist', 'adventist', 'doomed', 'tormented', 'brimstone', 'smoke', 'ascendeth', 'pleply', 'adventist', 'confessedly', 'indefinite', 'unsettled', 'position', 'clear', 'definite', 'truth', 'set', 'believe', 'thing', 'knowing', 'tight', 'apostle', 'expressed', 'confidence', 'john', 'having', 'harmonioussys', 'tem', 'set', 'course', 'receive', 'people', 'accused', 'coming', 'affirms', 'hospitable', 'reception', 'think', 'assertion', 'point', 'work', 'crusade', 'bin', 'operation', 'fact', 'case', 'summer', 'season', 'cause', 'advocated', 'mainly', 'mean', 'tent', 'supported', 'church', 'dependent', 'class', 'people', 'adventist', 'season', 'preacher', 'pushing', 'way', 'new_fields', 'rarely', 'meet', 'adventist', 'taken', 'stand', 'eld', 'present', 'work', 'uriah', 'smith', 'editor', 'closing', 'thanks', 'close', 'volume', 'extending', 'brother', 'sister', 'grateful', 'thanks', 'noble', 'acted', 'review', 'past', 'month', 'good_work', 'pen', 'thank', 'large_amount', 'interesting', 'profitable', 'reading', 'furnished', 'column', 'paper', 'preceding', 'volume', 'contains', 'page', 'large', 'original', 'matter', 'selection', 'second', 'thank', 'aid', 'rendered', 'department', 'line', 'dollar', 'cent', 'volume', 'presented', 'financial', 'record', 'showing', 'promptness', 'liberality', 'church', 'thank', 'god', 'blessing', 'review', 'blessing', 'cause', 'general', 'sound', 'financial', 'condition', 'publishing', 'association', 'zeal', 'liberality', 'brother', 'behalf', 'truth', 'precedent', 'clear', 'glorious', 'bright', 'prospect', 'brighter', 'great', 'triunphant', 'work', 'respect', 'hope', 'volume', 'abundant', 'seventh', 'day', 'adventist', 'lengthy', 'article', 'heading', 'voice', 'west', 'nov', 'statement', 'comment', 'voice', 'came', 'west', 'intention', 'enter', 'controversy', 'brother', 'gone', 'qualification', 'exception', 'according', 'eld', 'trifling', 'inconsistency', 'strange_thing', 'people', 'leave', 'point', 'stating', 'fact', 'benefit', 'candid', 'reader', 'regard', 'matter', 'shut', 'door', 'great', 'deal', 'misrepresentation', 'higbt', 'inconsistency', 'adventist', 'turn', 'round', 'stigmatize', 'shut', 'door', 'party', 'general', 'sentiment', 'advent', 'body', 'immediately', 'passing', 'time', 'year', 'work', 'world', 'position', 'set', 'forth', 'shut', 'door', 'parable', 'virgin', 'matt', 'xxv', 'miller', 'bore', 'following', 'testimony', 'subject', 'work', 'warning', 'sinner', 'trying', 'awake', 'formal', 'church', 'god', 'preyience', 'shut', 'door', 'stir', 'patient', 'diligent', 'calling', 'election', 'sure', 'living', 'time', 'specified', 'malachi', 'iii', 'dan', 'xii', 'rev', 'xxii', 'passage', 'help', 'little', 'christ', 'come', 'separation', 'unjust', 'rfighteous', 'wicked', 'love', 'appearing', 'hate', 'principle', 'supported', 'advent', 'doctrine', 'surrendered', 'continued', 'right', 'line', 'prophecy', 'commenced', 'backed', 'sailing', 'ship', 'devised', 'new', 'craft', 'got', 'aboard', 'way', 'gone', 'voice', 'leader', 'took', 'ground', 'prophetic_periods', 'ended', 'door', 'mercy', 'shut', 'saved', 'modified', 'opinion', 'saved', 'reply', 'took', 'ground', 'prophetic_periods', 'ended', 'simply', 'held', 'ground', 'going', 'regard', 'shut', 'door', 'hubbub', 'raised', 'view', 'subject', 'involve', 'extensive', 'examination', 'sanctuary', 'question', 'purpose', 'enter', 'remark', 'believe', 'usual', 'deal', 'person', 'present', 'belief', 'believed', 'eld', 'confesses', 'modified', 'view', 'believe', 'saved', 'think', 'held', 'view', 'saved', 'view', 'highly', 'important', 'people', 'know', 'believe', 'fact', 'represented', 'insignificant', 'set', 'contemptible', 'fanatic', 'appear', 'public', 'reception', 'angel', 'message', 'message', 'preached', 'purpose', 'converting', 'people', 'truth', 'finepiece', 'consistency', 'believed', 'saved', 'modified', 'view', 'late', 'thing', 'apparently', 'preacher', 'spent', 'year', 'time', 'gained', 'course', 'taken', 'matter', 'gone', 'sanctuary', 'subject', 'harmonious', 'plain', 'surrendering', 'inch', 'ground', 'previously', 'gained', 'place', 'parable', 'matt', 'xxv', 'world', 'wide', 'message', 'proclaimed', 'people', 'taken', 'consistent', 'course', 'judge', 'voice', 'view', 'added', 'seventhday', 'sabbath', 'mysteriously', 'vision', 'white', 'interwoven', 'angel', 'message', 'rev', 'xiv', 'particularly', 'realy', 'according', 'view', 'great', 'foundation', 'substratum', 'faith', 'saved', 'reader', 'startled', 'extreme', 'ultra', 'view', 'added', 'seventh', 'day', 'sabbath', 'step', 'saved', 'seventh', 'day', 'sabbath', 'mysteriously', 'vision', 'interwoven', 'angel', 'message', 'faith', 'stand', 'division', 'hundredth', 'time', 'accuse', 'having', 'mark', 'beast', 'sense', 'message', 'doom', 'brimstone', 'voice', 'month', 'voice', 'west', 'started', 'review', 'received', 'exchange', 'notice', 'exi', 'tence', 'removal', 'west', 'like', 'western', 'paper', 'word', 'welcome', 'finally', 'speak', 'connection', 'difference', 'faith', 'certain', 'question', 'called', 'reason', 'difference', 'course', 'organ', 'body', 'constant', 'attack', 'missionary', 'people', 'place', 'access', 'led', 'conclusion', 'relationi', 'like', 'jew', 'samaritan', 'reply', 'wonder', 'month', 'voice', 'west', 'started', 'gave', 'notice', 'existence', 'review', 'signified', 'desire', 'live', 'term', 'acquaintance', 'principle', 'cotemporaries', 'obeisance', 'regard', 'welcome', 'tell', 'welcomed', 'till', 'policy', 'principle', 'day', 'apos', 'division', 'ground', 'claim', 'adventist', 'line', 'drawn', 'drawn', 'thor', 'day', 'jewish', 'month', 'time', 'confidence', 'need', 'patience', 'god', 'receive', 'promise', 'testimony', 'published', 'advent', 'herald', 'dec', 'paper', 'himes', 'proprietor', 'himes', 'bliss', 'hale', 'editor', 'brown', 'date', 'nov', 'paper', 'bore', 'similar', 'testimony', 'testimony', 'import', 'barry', 'mansfield', 'pinney', 'marsh', 'pickands', 'cook', 'shut', 'door', 'advent', 'body', 'view', 'held', 'arranged', 'matter', 'future', 'labor', 'consistent', 'backing', 'square', 'people', 'given', 'called', 'advent', 'people', 'time', 'denounced', 'work', 'fanaticism', 'thrown', 'wind', 'hospitality', 'endeavor', 'manifest', 'instance', 'refer', 'battle', 'creek', 'year', 'told', 'doomed', 'tormented', 'brimstone', 'gratuitous', 'conclusion', 'place', 'false', 'light', 'people', 'message', 'warn', 'people', 'receiving', 'mark', 'beast', 'exposed', 'fearful', 'threatening', 'angel', 'till', 'receive', 'mark', 'engage', 'worship', 'beast', 'consistency', 'warning', 'men', 'receive', 'mark', 'beast', 'reply', 'tell', 'reader', 'gone', 'class', 'adventist', 'represented', 'eld', 'filmes', 'passing', 'year', 'adventist', 'held', 'experience', 'work', 'god', 'gave', 'adhere', 'fundamental', 'vious', 'surrendering', 'enemy', 'ground', 'distinctly', 'said', 'giving', 'work', 'year', 'presaved', 'seventh', 'day', 'sabbath', 'myswere', 'developed', 'bid', 'terious', 'conglomeration', 'sabbath', 'vision', 'angel', 'message', 'thing', 'introduced', 'vision', 'dependent', 'look', 'vision', 'proof', 'refer', 'connection', 'sabbath', 'message', 'vision', 'depend', 'proof', 'controversy', 'voice', 'plead', 'particle', 'publication', 'come', 'fact', 'matter', 'bid', 'posted', 'adventist', 'affair', 'reversed', 'truth', 'having', 'stated', 'zealous', 'making', 'proselyte', 'faith', 'voice', 'continues', 'guilty', 'opened', 'ball', 'giving', 'shallow', 'argument', 'prof', 'whiting', 'col', 'reference', 'sabbath', 'voice', 'think', 'people', 'bedrizzled', 'fog', 'remain', 'quiet', 'mistaken', 'spirit', 'neighbor', 'utterance', 'public', 'journal', 'open', 'welcome', 'god', 'speed', 'thing', 'knowing', 'caring', 'commend', 'person', 'thing', 'wish', 'know', 'entitled', 'commendation', 'speak', 'said', 'connection', 'difference', 'faith', 'ask', 'commenc']
root - INFO - extracting file #89500: 2017-04-Final-Corpus/RH18651219-V27-03-page8.txt
root - INFO - extracting file #90000: 2017-04-Final-Corpus/RH18670205-V29-09-page9.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'boundless', 'plain', 'red', 'hot', 'iron', 'atmosphere', 'river', 'seething', 'filth', 'sulphur', 'book', 'specially', 'intended', 'child', 'young_people', 'lost', 'want', 'smitten', 'terror', 'ute', 'consulting', 'atlas', 'placed', 'position', 'phenomenon', 'constellation', 'eridanus', 'star', 'fourth', 'magnitude', 'near', 'theeraint', 'connected', 'magnitude', 'degree', 'southwest', 'bright', 'light', 'resembling', 'comet', 'upper', 'bright', 'light', 'turned', 'little', 'north', 'year', 'abroad', 'mission', 'brother', 'soul', 'ought', 'rejoice', 'result', 'mission', 'late', 'terribly', 'little', 'great', 'searchings', 'heart', 'facht', 'missionary', 'year', 'standing', 'blood', 'brow', 'young_man', 'lately', 'entered', 'work', 'blood', 'fear', 'lest', 'addressing', 'multitude', 'constantly', 'blood', 'skirt', 'responsibility', 'god', 'wonder', 'ileaven', 'messrs', 'editor', 'night', 'january', 'noticed', 'strange', 'appearance', 'heaven', 'remarkable', 'phenomenon', 'consisted', 'bright', 'bar', 'light', 'connecting', 'star', 'lasted', 'minmonths', 'ago', 'nation', 'born', 'east', 'color', 'light', 'star', 'aldebaran', 'wish', 'inform', 'gained', 'victory', 'instead', 'morning', 'coming', 'column', 'cause', 'phenomenon', 'justus', 'cliambeits', 'sci', 'gain', 'number', 'parisian', 'seamstress', 'suffering', 'violent', 'colic', 'putting', 'silk', 'use', 'sewing', 'mouth', 'attributed', 'sulphate', 'lead', 'prosence', 'deleterious', 'substance', 'explained', 'fact', 'silk', 'sold', 'weight', 'manufacturer', 'mix', 'sulphate', 'heavier', 'paris', 'jan', 'information', 'received', 'workingman', 'riotously', 'assembling', 'street', 'madrid', 'clamor', 'bread', 'outbreak', 'anticipated', 'government', 'taking', 'measure', 'meet', 'geologist', 'differ', 'controversy', 'arisen', 'professor', 'hall', 'new', 'york', 'state', 'geological', 'museum', 'edward', 'maguire', 'saratoga', 'spring', 'touching', 'bone', 'recently', 'exhumed', 'game', 'holding', 'bone', 'mastodon', 'bone', 'large', 'elephant', 'died', 'nearly', 'forty_years', 'professor', 'hall', 'think', 'bone', 'laid', 'earth', 'year', 'slight', 'difference', 'voice', 'distress', 'popular', 'pulpit', 'buo', 'smitth', 'send', 'following', 'extract', 'sermon', 'recently', 'delivered', 'london', 'spurgeon', 'thinking', 'interesting', 'reader', 'review', 'ross', 'true', 'month', 'church', 'living', 'god', 'scarcely', 'slightest', 'approach', 'advance', 'true', 'respect', 'far', 'longer', 'period', 'let', 'sad', 'fact', 'rise', 'proof', 'month', 'apparent', 'increase', 'number', 'professed', 'disciple', 'lord', 'jesus', 'ask', 'proof', 'prove', 'ala', 'surely', 'own_body', 'baptist', 'denomination', 'thing', 'considered', 'sound', 'healthy', 'state', 'christian', 'community', 'existing', 'persuaded', 'respect', 'sound', 'healthy', 'know', 'increase', 'month', 'entire', 'denomination', 'england', 'scotland', 'ireland', 'far', 'ascertain', 'exception', 'london', 'county', 'glamorgan', 'wale', 'increase', 'worthy', 'wale', 'strongest', 'positive', 'decrease', 'think', 'county', 'england', 'shall', 'lost', 'number', 'instead', 'making', 'advance', 'good', 'bad', 'london', 'god', 'greatly', 'blessel', 'late', 'counted', 'rest', 'entire', 'increase', 'church', 'minister', 'thousand', 'soul', 'true', 'etatistics', 'accurate', 'accurate', 'believe', 'result', 'unfavorable', 'fearful', 'contemplate', 'increase', 'denomination', 'god', 'grace', 'naturally', 'look', 'merely', 'inincrease', 'population', 'christian_church', 'increased', 'persuaded', 'increased', 'far', 'correct', 'saying', 'positively', 'church', 'god', 'great', 'britain', 'ireland', 'instead', 'making', 'real', 'advance', 'proportion', 'increase', 'population', 'absolutely', 'gone', 'believe', 'accurate', 'truthful', 'borne', 'statistic', 'day', 'taken', 'census', 'number', 'person', 'commune', 'lord', 'table', 'smaller', 'instead', 'larger', 'number', 'corresponding', 'period', 'light', 'arising', 'sun', 'advancing', 'noonday', 'highte', 'best', 'stood', 'light', 'retrograde', 'surely', 'voice', 'god', 'hear', 'afraid', 'kind', 'age', 'lived', 'impassive', 'thoughtless', 'progress', 'impossible', 'living', 'dark_ages', 'mind', 'rocked', 'sleep', 'soul', 'stupefied', 'past_year', 'somnolence', 'human', 'intellect', 'prevented', 'presenting', 'truth', 'son', 'men', 'think', 'believe', 'brother', 'year', 'wakeful', 'annals', 'human_history', 'moment', 'london', 'like', 'city', 'prophet', 'said', 'stir', 'indulged', 'fancy', 'general', 'revival', 'church', 'healthystate', 'let', 'non', 'success', 'answer', 'question', 'convert', 'sad', 'afraid', 'look', 'tny', 'breth', 'fact', 'number', 'member', 'native', 'church', 'probably', 'rep', 'god', 'servant', 'truly', 'active', 'cause', 'stand', 'win', 'soul', 'conversion', 'cause', 'christ', 'like', 'army', 'rout', 'contrary', 'soon', 'receive', 'truth', 'use', 'firebrand', 'set', 'nation', 'blaze', 'met', 'persecution', 'stand', 'way', 'assaulted', 'threat', 'death', 'brave', 'stand', 'indomitable', 'zeal', 'omnipotence', 'holy', 'ghost', 'rested', 'went', 'conquering', 'conquer', 'cold', 'dead', 'life', 'degenerate', 'son', 'glorious', 'father', 'philosopical', 'gospel', 'bring', 'new', 'geological', 'gospel', 'neological', 'gospel', 'andsemi', 'pelagian', 'gospel', 'people', 'ephesqs', 'book', 'burn', 'let', 'paul', 'preach', 'modern', 'learning', 'ancient', 'gospel', 'oratory', 'eloquence', 'christ', 'crucified', 'lord', 'revive', 'thy_work', 'giving', 'old', 'fashioned', 'gospel', 'pulpit', 'bring', 'revival', 'came', 'revival', 'gospel', 'spirit', 'read', 'story', 'reformato', 'later', 'story', 'new', 'reformation', 'whitefield', 'wesley', 'struck', 'singular', 'spirit', 'went', 'preacher', 'world', 'said', 'mad', 'caricaturist', 'drew', 'fanatical', 'endurance', 'zeal', 'power', 'course', 'world', 'scoffed', 'afraid', 'world', 'fear', 'enthuslasm', 'enthusiasm', 'kindled', 'thought', 'ruin', 'men', 'desire', 'pluck', 'firebrand', 'flame', 'enthusiasm', 'belief', 'holy', 'ghost', 'belief', 'god', 'present', 'church', 'wonder', 'world', 'dread', 'church', 'want', 'famine', 'india', 'million', 'people', 'entire_population', 'michigan', 'starved', 'death', 'ravinsilaw', 'commissioner', 'rise', 'sent', 'bengal', 'government', 'report', 'fam', 'onein', 'province', 'heart', 'rending', 'picture', 'drawn', 'official', 'bias', 'exfists', 'lead', 'tone', 'horrible', 'fact', 'estimate', 'loss', 'life', 'froni', 'want', 'food', 'consequence', 'place', 'fourth', 'population', 'half', 'million', 'orissa', 'official', 'retort', 'death', 'going', 'rate', 'day', 'mortality', 'severe', 'proportionally', 'adjoining', 'district', 'alidnapore', 'population', 'half', 'million', 'ganjam', 'nearly', 'million', 'people', 'calamity', 'comparatively', 'light', 'famine', 'disease', 'debility', 'swept', 'away', 'thousand', 'true', 'chota', 'nagpore', 'reliable', 'record', 'day', 'year', 'thousand', 'king', 'bowed', 'king', 'jesus', 'nation', 'called', 'blessed', 'little', 'tribe', 'insignificant', 'owned', 'christ', 'past_year', 'visible', 'advance', 'army', 'living', 'god', 'suffered', 'repulse', 'meantime', 'truth', 'slumbereth', 'legion', 'evil_spirit', 'cease', 'mischievous', 'endeavor', 'swiftly', 'locust', 'priestcraft', 'ascended', 'tie', 'smoke', 'bottomless_pit', 'covered', 'land', 'compelled', 'fear', 'evangelical', 'truth', 'advance', 'ritualism', 'progress', 'perfectly', 'astounding', 'prophet', 'told', 'anglican', 'popery', 'great', 'advance', 'short', 'time', 'said', 'impossible', 'england', 'soundly', 'protestant', 'bear', 'incense', 'smoking', 'nose', 'millinery', 'church', 'ante', 'flaunted', 'face', 'borne', 'like', 'despite', 'said', 'concerning', 'puseyism', 'non', 'english', 'inclined', 'question', 'statement', 'greatest', 'crowd', 'establishment', 'foot', 'priest', 'baal', 'rank', 'fashion', 'gather', 'readily', 'place', 'sens', 'delighted', 'soul', 'deluded', 'yes', 'mean', 'popish', 'establishment', 'onward', 'rush', 'error', 'perfectly', 'appalling', 'watchman', 'ask', 'thee', 'night', 'canst', 'thou', 'morning', 'cometh', 'love', 'saviour', 'open', 'ear', 'catch', 'meaning', 'thing', 'men', 'dying', 'men', 'perishing', 'church', 'slumbering', 'error', 'coy', 'bring', 'land', 'doth', 'god', 'hear', 'darkness', 'voice', 'saying', 'people', 'somewhat', 'hear', 'lord', 'saying', 'shall', 'perish', 'blood', 'require', 'watchman', 'hand', 'saw', 'church', 'god', 'folding', 'hand', 'given', 'slumber', 'saying', 'rich', 'increased', 'good', 'need', 'suffering', 'multitude', 'perish', 'lack', 'death', 'pauper', 'famine', 'stricken', 'district', 'knowledge', 'leaving', 'banner', 'truth', 'moth', 'calmitta', 'add', 'mortality', 'eaten', 'trailed', 'mire', 'permitting', 'friend', 'error', 'ride', 'rough', 'shod', 'land', 'saw', 'said', 'heart', 'surely', 'lord', 'chasten', 'people', 'feared', 'send', 'judgment', 'church', 'away', 'candlestick', 'place', 'light', 'unto', 'people', 'serve', 'faithfully', 'felt', 'habakkuk', 'heard', 'voice', 'lord', 'afraid', 'afraid', 'fellow_men', 'afraid', 'christian_church', 'lest', 'live', 'dead', 'lest', 'lord', 'church', 'britain', 'church', 'shiloh', 'said', 'unto', 'place', 'shiloh', 'set', 'wickedness', 'people', 'israel', 'feared', 'lest', 'church', 'britain', 'church', 'rome', 'given', 'antichrist', 'abomination', 'eye', 'god', 'men', 'afraid', 'exceeding', 'great', 'fear', 'fellow', 'minister', 'feared', 'people', 'perished', 'historian', 'carried', 'half', 'million', 'guilty', 'blood', 'sixth', 'thirteen', 'million', 'affected', 'ignorance', 'remained', 'land', 'starvation', 'price', 'food', 'higher', 'preacher', 'faithful', 'fear', 'blood', 'seer', 'rupee', 'ere', 'close', 'swalsouls', 'required', 'hand', 'minister', 'gathering', 'minister', 'garment', 'blood', 'blood', 'sprinkled', 'gray', 'head', 'ala', 'lowed', 'sixth', 'people', 'rice', 'long', 'month', 'lower', 'seer', 'rupee', 'friend', 'india', 'district', 'bengal', 'sanger', 'island', 'patna', 'border', 'napaul', 'record', 'loss', 'life', 'exceeds', 'horror', 'extent', 'great', 'drought', 'india', 'century', 'destroying', 'angel', 'final', 'flight', 'tale', 'mounted', 'million', 'known', 'death', 'worse', 'great', 'famine', 'carried', 'people', 'north', 'western', 'doab', 'reason', 'believe', 'terrible', 'recorded', 'affliction', 'kind', 'ruthless', 'itsmurderous', 'work', 'demand', 'daily', 'holocaust', 'greater', 'million', 'death', 'occurred', 'wide', 'extent', 'terri', 'tory', 'million', 'people', 'area', 'larger', 'england', 'wale', 'people', 'exceed', 'million', 'number', 'plague', 'black', 'death', 'yellow_fever', 'great', 'physical', 'convulsion', 'like', 'tremendous', 'earthquake', 'record', 'engulfed', 'victim', 'famine', 'baird', 'smith', 'alleviator']
root - INFO - extracting file #90500: 2017-04-Final-Corpus/RH18671022-V30-19-page8.txt
root - INFO - extracting file #91000: 2017-04-Final-Corpus/RH18680609-V31-25-page14.txt
root - INFO - ['advent_review', 'sabbath_herald', 'vol', 'engliith', 'crisis', 'tux', 'remarkable', 'miticeiby', 'irish', 'member', 'parlianient', 'motion', 'inquire', 'ministiy', 'advised', 'queen', 'abdicate', 'health', 'permit', 'remain', 'capital', 'blow', 'gladstone', 'member', 'soddenly', 'ask', 'mistake', 'disraeli', 'doe', 'ask', 'logical', 'conclusion', 'liberal', 'policy', 'separate', 'church', 'state', 'ireland', 'smoothed', 'way', 'separation', 'england', 'mind', 'people', 'fixed', 'essential', 'reason', 'relation', 'philosophy', 'government', 'point', 'carefully', 'avoided', 'english', 'political', 'discussion', 'people', 'ask', 'hereditary', 'executive', 'itaticedi', 'glamour', 'royalty', 'gone', 'theking', 'merely', 'heyeditary', 'executive', 'crown', 'great', 'peril', 'knocked', 'ofrfalling', 'tiff', 'thereasonhf', 'thing', 'expired', 'hasbecome', 'eco', 'omieal', 'computation', 'questien', 'remaining', 'secure', 'order', 'cheaply', 'watch', 'course', 'english', 'politicshan', 'escape', 'seeing', 'qnestion', 'heeoming', 'yearly', 'imminent', 'way', 'prestige', 'crown', 'disappears', 'queen', 'die', 'morrow', 'delay', 'decided', 'want', 'enthusiasm', 'vive', 'roil', 'truth', 'queen', 'mild', 'maternal', 'arniable', 'character', 'shield', 'crown', 'incisive', 'criticiam', 'son', 'prince', 'wale', 'invite', 'dompels', 'youth', 'promise', 'devoted', 'theatre', 'club', 'questionable', 'ert', 'offer', 'moment', 'divert', 'searching', 'question', 'use', 'general', 'intelligence', 'british', 'people', 'mind', 'impossible', 'anwer', 'question', 'prince', 'lounging', 'white', 'roaring', 'cider', 'cellar', 'lyric', 'dancing', 'ardin', 'thine', 'princess', 'alexandra', 'sits', 'silent', 'anti', 'eact', 'home', 'pay', 'enormous', 'entns', 'taiimintain', 'young', 'gentleman', 'need', 'pageant', 'royalty', 'longer', 'currently', 'reported', 'generally', 'believed', 'prince', 'wale', 'younger', 'brother', 'duke', 'edinburgh', 'true', 'regard', 'english', 'people', 'regal', 'relaxed', 'conspicuous', 'representative', 'young_man', 'like', 'late', 'archduke', 'maximilian', 'affair', 'state', 'intelligence', 'sufficient', 'guide', 'conduct', 'shoulitendeardilin', 'personally', 'people', 'protect', 'monarchy', 'different', 'use', 'opportunity', 'offered', 'english', 'crown', 'prince', 'suckeman', 'impossible', 'ereate', 'ati', 'immense', 'resistless', 'loyalty', 'ireland', 'identifying', 'fundamental', 'irieh', 'refornis', 'residing', 'long', 'familiarly', 'country', 'late', 'visit', 'prince', 'princess', 'wale', 'brightest', 'gem', 'sea', 'readily', 'touched', 'heart', 'race', 'flexible', 'skillful', 'treatment', 'british', 'heir', 'apparent', 'reproduce', 'taste', 'general', 'oonditet', 'late', 'lamented', 'prince', 'regent', 'opportunity', 'companion', 'prince', 'alberti', 'edward', 'life', 'forty_years', 'later', 'grand', 'rmele', 'prince', 'george', 'century', 'progressive', 'intelligence', 'epoch', 'george', 'advantage', 'immense', 'reaction', 'royal', 'privilege', 'father', 'reign', 'whieli', 'followed', 'french', 'revolution', 'albert', 'edwe', 'life', 'great', 'republic', 'revealed', 'power', 'popular', 'government', 'principle', 'government', 'carry', 'fundamental', 'reformain', 'england', 'real', 'tenacity', 'systena', 'hearta', 'people', 'tested', 'prince', 'hold', 'thein', 'britieli', 'strengthened', 'late', 'extraordinary', 'onise', 'disraeli', 'endeavoring', 'qtieem', 'forward', 'active', 'agent', 'politics', 'tiro', 'expect', 'man', 'becnitruggliiii', 'bitty', 'year', 'reach', 'lofty', 'station', 'eonsent', 'driven', 'forever', 'fortnight', 'antecedent', 'prime', 'minister', 'assured', 'everybody', 'hardly', 'hesitate', 'strain', 'velem', 'save', 'british', 'crialai', 'remarkablo', 'excitement', 'earn', 'destroy', 'event', 'england', 'contemplated', 'harper', 'union', 'desirable', 'presbyterian', 'church', 'upper_part', 'city', 'secured', 'eligible', 'mission', 'station', 'gathered', 'sunday', 'school', 'preaching', 'sunday', 'success', 'attended', 'movement', 'episcopal', 'society', 'search', 'location', 'adapted', 'work', 'occupied', 'presbyterian', 'episcopalian', 'asked', 'favor', 'use', 'room', 'sunday', 'work', 'considered', 'request', 'granted', 'thing', 'went', 'smoothly', 'time', 'original', 'worker', 'went', 'renew', 'lease', 'new', 'friend', 'got', 'start', 'leased', 'room', 'own_name', 'refused', 'allow', 'presbyterian', 'share', 'coolly', 'told', 'needed', 'room', 'sunday', 'own_work', 'leaving', 'original', 'occupant', 'cold', 'lawyer', 'instruction', 'bible', 'truth', 'especially', 'fulfillment', 'sharp', 'practice', 'union', 'time', 'bring', 'millennium', 'opposition', 'secret_society', 'accordance', 'resolution', 'adopted', 'convention', 'held', 'aurora', 'ill', 'fall', 'person', 'opposed', 'secret_society', 'issued', 'national', 'convention', 'christian', 'opposed', 'secret_society', 'lafayette', 'hall', 'pittsburg', 'named', 'place', 'meeting', 'convention', 'assembled', 'pittsburg', 'tuesday', 'rev', 'brown', 'pastor', 'presbyterian', 'church', 'pittsburg', 'chosen', 'president', 'nearly', 'hour', 'spent', 'devotional', 'exercise', 'convention', 'permanently', 'organized', 'adjourned', 'till', 'day', 'second', 'day', 'session', 'half', 'hour', 'spent', 'devotional', 'exercise', 'following', 'resolution', 'adopted', 'resolved', 'apprehension', 'entertain', 'influence', 'secret', 'temperance', 'organization', 'especially', 'giving', 'countenance', 'principle', 'secret_society', 'furnishing', 'recruit', 'masonic', 'lodge', 'convention', 'decidedly', 'emphatically', 'favor', 'temperance', 'reformation', 'utterly', 'opposed', 'legalizing', 'traffic', 'strong', 'drink', 'beverage', 'cordially', 'invite', 'engaged', 'promoting', 'cause', 'temperprophecy', 'commandment', 'god', 'teachance', 'away', 'veil', 'secrecy', 'come', 'light', 'temperance', 'men', 'unite', 'set', 'forth', 'periodical', 'land', 'earnest_effort', 'destroy', 'greatest', 'scourge', 'land', 'rev', 'baird', 'free', 'mason', 'seventeenth', 'degree', 'asserted', 'masonic', 'order', 'unchristian', 'character', 'teaching', 'conclusion', 'remark', 'convention', 'adjourned', 'afternoon', 'fulfillment', 'prophecy', 'second', 'personal', 'advent', 'saviour', 'event', 'near', 'hand', 'immortality', 'christ', 'change', 'heart', 'operation', 'holy', 'spirit', 'observance', 'sabbath', 'fourth', 'commandment', 'divinity', 'mediatoriat', 'work', 'christ', 'development', 'holy', 'character', 'obedience', 'tothe', 'perfect', 'holy', 'law', 'god', 'embodied', 'decanbliation', 'prpartwant', 'buy', 'truth', 'sell', 'prey', 'xxiii', 'publishing', 'association', 'seventh', 'day', 'adventist', 'publishing', 'association', 'incorporated', 'battle', 'creek', 'mich', 'object', 'issue', 'periodical', 'book', 'tract', 'document', 'publication', 'calculated', 'impart', 'ings', 'jesus_christ', 'capital', 'stock', 'raised', 'share', 'shareholder', 'entitled', 'vote', 'deliberation', 'association', 'share', 'hold', 'association', 'large', 'furnished', 'office', 'publication', 'established', 'battle', 'creek', 'mich', 'employ', 'steam', 'power', 'press', 'carrying', 'business', 'meeting', 'stockholder', 'held', 'year', 'board', 'trustee', 'elected', 'manage', 'business', 'editor', 'chosen', 'conduct', 'periodical', 'till', 'ensuing', 'meeting', 'person', 'employed', 'publishing', 'department', 'engaged', 'stipulated', 'wage', 'profit', 'accruing', 'business', 'strictly', 'applied', 'association', 'carrying', 'object', 'formation', 'charitable', 'purpose', 'lover', 'truth', 'commandment', 'god', 'faith', 'jesus', 'invited', 'share', 'association', 'voice', 'deliberation', 'advent_review', 'sabbath_herald', 'large', 'sixteen', 'page', 'religious', 'family', 'paper', 'issued', 'weekly', 'pub', 'association', 'devoted', 'earnest', 'investigation', 'bible', 'question', 'designed', 'exponent', 'momentous', 'solemn', 'trtiths', 'pertaining', 'present_time', 'afternoon', 'session', 'usual', 'religious', 'logue', 'special', 'theme', 'exercise', 'occupied', 'drafting', 'constitution', 'rule', 'association', 'embodied', 'article', 'state', 'object', 'association', 'exposure', 'evil', 'secret_society', 'especially', 'free', 'masonry', 'order', 'save', 'church', 'jesus_christ', 'redeem', 'justice', 'republican', 'government', 'corruption', 'fourth', 'article', 'piovides', 'annual_meeting', 'association', 'fifth', 'local', 'association', 'similar', 'character', 'purpose', 'sixth', 'change', 'constitution', 'advisable', 'charles', 'finney', 'oberlin', 'ohio', 'publishing', 'independent', 'series', 'interesting', 'article', 'free', 'masonry', 'master', 'mason', 'retired', 'lodge', 'christian', 'previous', 'exposure', 'morgan', 'london', 'telegraph', 'largest', 'circulation', 'daily', 'newspaper', 'world', 'man', 'thoroughly', 'earnest', 'honest', 'having', 'moderate', 'share', 'talent', 'hardly', 'fail', 'success', 'nearly', 'young_woman', 'employed', 'different', 'shop', 'cork', 'wear', 'hair', 'rosette', 'crape', 'small', 'green', 'ribbon', 'attached', 'mourning', 'allen', 'larkin', 'gould', 'obituary', 'utirts', 'blessed', 'dead', 'die', 'lord', 'henceforth', 'died', 'ithaca', 'gratiot', 'mich', 'esteemed', 'beloved', 'finette', 'jeffrey', 'year', 'age', 'embraced', 'present_truth', 'tent', 'place', 'time', 'lived', 'consistent', 'christian_life', 'willing', 'bear', 'testimony', 'contribute', 'necessity', 'cause', 'church', 'deeply', 'feel', 'loss', 'sorrow', 'hope', 'believe', 'sleep', 'jesus', 'come', 'forth', 'appearing', 'remark', 'writer', 'attentive', 'congregation', 'james', 'text', 'choice', 'srtherland', 'endeavor', 'present', 'impartially', 'important_questions', 'definite', 'theory', 'teach', 'devote', 'space', 'indiscriminate', 'aimless', 'mass', 'conflicting', 'sentiment', 'view', 'regular', 'price', 'year', 'volume', 'number', 'trial', 'month', 'subscription', 'taken', 'month', 'worthy', 'poor', 'free', 'reporting', 'requesting', 'continuance', 'month', 'friend', 'review', 'invited', 'earnest', 'unceasing', 'effort', 'extend', 'circulation', 'youth', 'instructor', 'monthly', 'sheet', 'published', 'designed', 'youth', 'child', 'review', 'herald', 'riper', 'year', 'wish', 'child', 'instructed', 'great_truths', 'sheet', 'thing', 'set', 'forth', 'plain', 'interesting', 'manner', 'free', 'popular', 'fable', 'error', 'age', 'visit', 'regularly', 'youth', 'child', 'professes', 'follower', 'jesus', 'taken', 'read', 'sabbath', 'keeping', 'family', 'forget', 'child', 'instructor', 'term', 'year', 'advance', 'health', 'reformer', 'title', 'monthly', 'health', 'journal', 'devoted', 'exposition', 'law', 'application', 'law', 'preservation', 'health', 'treatment', 'disease', 'earnest', 'advocate', 'true', 'philosophy', 'life', 'rational', 'method', 'treating', 'disease', 'bestmeans', 'preserving', 'health', 'practical', 'instruction', 'given', 'month', 'month', 'relative', 'water', 'air', 'light', 'food', 'sleep', 'rest', 'recreation', 'health', 'recovery', 'preservation', 'subject', 'world', 'wide', 'person', 'tenet', 'respect', 'reformer', 'exclusively', 'devoted', 'edited', 'lay', 'managing', 'physician', 'health', 'reform', 'institute', 'term', 'advance', 'volume', 'number', 'address', 'lay', 'battle', 'creek', 'mich', 'sabbath', 'question', 'theme', 'wide_spread', 'absorbing', 'wish', 'subject', 'thorough', 'investigation', 'recommend', 'history', 'sabbath', 'work', 'setting', 'forth', 'connected', 'bible', 'view', 'sabbath', 'question', 'history']
root - INFO - extracting file #91500: 2017-04-Final-Corpus/RH18690608-V33-24-page2.txt
root - INFO - extracting file #92000: 2017-04-Final-Corpus/RH18700809-V36-08-page4.txt
root - INFO - ['sho', 'aggvittv', 'ary', 'host', 'trodden', 'foot', 'diadem', 'removed', 'crown', 'taken', 'isreel', 'subjected', 'kingdom', 'babylon', 'overturned', 'medes', 'persian', 'grecian', 'roman', 'correspending', 'time', 'word', 'repeated', 'prophet', 'jew', 'scattered', 'abroad', 'face', 'earth', 'throne', 'david', 'till', 'rightful', 'heir', 'messiah', 'prince', 'peace', 'shall', 'come', 'given', 'indignation', 'ceased', 'shall', 'place', 'end', 'period', 'prophet', 'known', 'daniel', 'skillful', 'destroy', 'meaning', 'description', 'applicable', 'roman', 'taking', 'jerusalem', 'slew', 'bun', 'dred', 'thousand', 'jew', 'ninety', 'seven', 'thousand', 'captive', 'wonderfully', 'destroy', 'mighty', 'holy', 'people', 'accomplish', 'force', 'secured', 'artifice', 'flattery', 'fraud', 'corruption', 'fatal', 'thunderbolt', 'war', 'rome', 'finally', 'person', 'govern', 'stood', 'prince', 'prince', 'giving', 'sentence', 'death', 'jesus', 'bhrist', 'shall', 'broken', 'hand', 'expression', 'iclemi', 'fies', 'destruction', 'power', 'smiting', 'image', 'chapter', 'vision', 'evening', 'morning', 'day', 'view', 'long_period', 'oppression', 'calamity', 'come', 'people', 'daniel', 'fainted', 'sick', 'certain', 'day', 'astonished', 'vision', 'understand', 'gabriel', 'time', 'carry', 'fully', 'instruction', 'cause', 'daniel', 'understand', 'ion', 'daniel', 'received', 'bear', 'instruction', 'deferred', 'future_time', 'hebrew', 'paul', 'wrote', 'sabbath', 'keeper', 'fact', 'deny', 'ecolesiastical', 'history', 'written', 'single', 'eye', 'maintaining', 'sunday', 'institution', 'denial', 'fact', 'hebrew', 'church', 'observed', 'sabbath', 'apostolic', 'time', 'continued', 'century', 'long', 'trace', 'existence', 'church', 'nationality', 'paul', 'wrote', 'epistle', 'hebrew', 'jerusalem', 'standing', 'church', 'praying', 'obedience', 'lord', 'direction', 'flight', 'judea', 'sabbath', 'day', 'matt', 'hebrew', 'churoh', 'anderstand', 'teaching', 'apostle', 'church', 'sabbath', 'changed', 'sunday', 'portion', 'early_church', 'stand', 'best', 'chance', 'know', 'certainly', 'nationslily', 'furnished', 'apostle', 'replied', 'hebrew', 'strong', 'attachment', 'ancient', 'sabbath', 'change', 'sunday', 'instruction', 'apostle', 'gentile', 'having', 'partiality', 'seventh', 'day', 'ready', 'accept', 'cloy', 'observance', 'observed', 'evi', 'bence', 'apostle', 'taught', 'change', 'sabbath', 'epistle', 'dressed', 'church', 'retain', 'original', 'salabath', 'recognize', 'alleged', 'apostolic', 'change', 'day', 'word', 'uttered', 'way', 'reproving', 'setting', 'right', 'early', 'age', 'supposed', 'sunday', 'sabbath', 'simply', 'festival', 'voluntarily', 'observed', 'day', 'religious_meetings', 'rank', 'holy', 'thursday', 'good', 'friday', 'way', 'account', 'gentile', 'observing', 'sunday', 'festival', 'readily', 'hebrew', 'sunday', 'good_day', 'gentile', 'observance', 'worship', 'false_gods', 'sun', 'moon', 'star', 'difficult', 'thing', 'festival', 'day', 'strange_thing', 'day', 'score', 'convenience', 'great_advantage', 'rest', 'day', 'crator', 'worthy', 'observation', 'apostle', 'paul', 'writing', 'church', 'deviate', 'ancient', 'sabbath', 'word', 'exhorting', 'change', 'certainly', 'observance', 'sunday', 'matter', 'obedience', 'god', 'paul', 'lightly', 'pas', 'case', 'clinging', 'sanctify', 'thy', 'truth', 'thy_word', 'truth', 'bamtx', 'creek', 'mien', 'day', 'aug', 'smitii', 'editor', 'thought', 'look', 'daniel', 'ovartbr', 'viii', 'continued', 'came', 'pas', 'danlel', 'mae', 'seen', 'vision', 'sought', 'meaning', 'behold', 'stood', 'appearance', 'min', 'heard', 'man', 'voice', 'batik', 'ulai', 'called', 'said', 'gabriel', 'man', 'understand', 'vision', 'verse', 'ram', 'thou', 'sawest', 'having', 'horn', 'king', 'medium', 'persia', 'rough', 'goat', 'king', 'grecia', 'great', 'horn', 'eye', 'king', 'broken', 'stood', 'kingdom', 'shall', 'stand', 'nation', 'power', 'vision', 'evening', 'advent', 'review', 'sabbath', 'herald', 'vol', 'new', 'enter', 'interpretation', 'vision', 'fret', 'mention', 'daniel', 'solicitude', 'anti', 'bfforte', 'understand', 'thing', 'sought', 'meaning', 'exporience', 'reference', 'prophetic', 'subject', 'unconcerned', 'such_matters', 'onlyhat', 'tread', 'indifference', 'gold', 'knew', 'bed', 'precious', 'metal', 'lien', 'beneath', 'foot', 'immediately', 'stood', 'prophet', 'appearance', 'man', 'doe', 'man', 'fain', 'think', 'wish', 'prove', 'angel', 'dead_men', 'resort', 'text', 'evidence', 'saysi', 'appearance', 'man', 'evidently', 'understand', 'angel', 'human', 'form', 'heard', 'man', 'voice', 'voice', 'angel', 'ofu', 'man', 'speaking', 'commandment', 'given', 'man', 'daniel', 'understand', 'vision', 'addresed', 'gabriel', 'signifies', 'raigh', 'iene', 'continues', 'instruction', 'daniel', 'chapter', 'new', 'dispensation', 'commissioned', 'announce', 'birth', 'john', 'bap', 'sessed', 'strength', 'original', 'kingdom', 'fist', 'father', 'zacharias', 'luke', 'verse', 'morning', 'told', 'true', 'wherefore', 'shut', 'thou', 'vision', 'shall', 'day', 'daniel', 'fainted', 'sick', 'certain', 'day', 'afterward', 'rose', 'king', 'business', 'astonished', 'vision', 'understedd', 'messiah', 'virgin', 'mary', 'verse', 'zacharine', 'introduced', 'word', 'gabriel', 'stand', 'presence', 'god', 'appears', 'angel', 'high', 'order', 'superior', 'dignity', 'addressed', 'evidently', 'rank', 'power', 'cocamand', 'control', 'action', 'probably', 'archangel', 'michael', 'christ', 'gabriel', 'knowledge', 'matter', 'communicated', 'daniel', 'existed', 'chap', 'litungn', 'came', 'near', 'stood', 'whew', 'came', 'afraid', 'fell', 'face', 'said', 'unto', 'understand', 'son', 'time', 'end', 'shall', 'vision', 'speaking', 'deep', 'sleep', 'face', 'ground', 'touched', 'set', 'upright', 'said', 'behold', 'thee', 'know', 'shall', 'end', 'ofthe', 'indig', 'natiou', 'appointed', 'end', 'shall', 'iwo', 'similar', 'circumstance', 'narrated', 'john', 'fell', 'foot', 'angel', 'purpose', 'worship', 'rev', 'daniel', 'completely', 'overcome', 'majesty', 'heavenly', 'messenger', 'ile', 'prostrated', 'face', 'ground', 'probably', 'deep', 'sleep', 'sorrow', 'true', 'caused', 'disciple', 'sleep', 'fear', 'cash', 'hardly', 'effect', 'angcl', 'gently', 'laid', 'hand', 'assurainte', 'time', 'mortal', 'told', 'heavit', 'prboetiongs', 'fear', 'helpless', 'condition', 'set', 'upright', 'general', 'statement', 'time', 'appointed', 'end', 'shallbe', 'know', 'shall', 'end', 'indignation', 'enters', 'inteepretation', 'vision', 'understand', 'indignation', 'cover', 'period', 'time', 'time', 'god', 'told', 'people', 'israel', 'pour', 'indignation', 'wickedness', 'gave', 'direction', 'coneerning', 'profane', 'wicked', 'prince', 'israel', 'remove', 'diadem', 'crown', 'overturn', 'overturn', 'overturn', 'shall', 'come', 'right', 'eze', 'hero', 'period', 'god', 'indignation', 'covenant', 'people', 'period', 'sanctugreat', 'waymarks', 'history', 'historian', 'bestows', 'volume', 'inspired', 'penman', 'sharp', 'outline', 'stroke', 'pencil', 'dash', 'pen', 'verse', 'time', 'kingdom', 'transgressor', 'come', 'king', 'fierce', 'countenance', 'understanding', 'dark', 'sentence', 'shall', 'stand', 'power', 'shall', 'mighty', 'nfuoltlybyahnids', 'rsahcatlileedeastnrdoyszaolnldrshallprwoesrpe', 'nandhep', 'destroy', 'mighty', 'holy', 'people', 'policy', 'shall', 'cause', 'craft', 'prosper', 'hand', 'shall', 'magnify', 'heart', 'peace', 'shall', 'destroy', 'shall', 'stand', 'prince', 'prince', 'shall', 'broken', 'hand', 'power', 'succeeds', 'division', 'gokatingdom', 'time', 'kingdom', 'termination', 'career', 'eourse', 'little', 'horn', 'verse', 'onw', 'radpp', 'rome', 'set', 'forth', 'remark', 'verse', 'harmonious', 'clear', 'king', 'fierce', 'countenance', 'moses', 'predicting', 'punishment', 'come', 'jew', 'power', 'nation', 'fierce', 'countenance', 'deut', 'people', 'formidable', 'appearance', 'warlike', 'array', 'roman', 'understanding', 'dark', 'sentence', 'moses', 'scripture', 'referred', 'tongue', 'thou', 'shalt', 'understand', 'said', 'babylonian', 'persian', 'greek', 'reference', 'jew', 'chaldean', 'greek', 'language', 'greater', 'extent', 'palestine', 'case', 'latin', 'transgressor', 'come', 'connection', 'god', 'people', 'oppressor', 'kept', 'view', 'account', 'transgression', 'people', 'sold', 'captivity', 'continuance', 'sin', 'brought', 'severe', 'punishment', 'time', 'jew', 'corrupt', 'morally', 'nation', 'time', 'came', 'jurisdiction', 'roman', 'mighty', 'own_power', 'success', 'roman', 'owing', 'largely', 'aid', 'ally', 'division', 'enemy', 'ready', 'advantage', 'ile', 'shall', 'destroy', 'wonderfully', 'lord', 'told', 'jew', 'prophet', 'ezekiel', 'deliver', 'men', 'disciple', 'said', 'lord', 'angel', 'spoke', 'daniel', 'speakest', 'thou', 'plainly', 'speakest', 'parable', 'explanation', 'vision', 'language', 'plain', 'need', 'given', 'verse', 'distinguishing', 'feature', 'persian', 'empire', 'union', 'nationality', 'composed', 'represented', 'horn', 'goat', 'grecia', 'attained', 'greatest', 'glory', 'unit', 'leadership', 'vile', 'man', 'great', 'king', 'world', 'seen', 'history', 'represented', 'phase', 'goat', 'notable', 'horn', 'symbolizing', 'alexander', 'great', 'death', 'kingdom', 'fell', 'fragment', 'immediately', 'consolidated', 'grand', 'division', 'represented', 'secand', 'phase', 'goat', 'horn', 'came', 'place', 'broken', 'division', 'stand', 'power']
root - INFO - extracting file #92500: 2017-04-Final-Corpus/RH18711017-V38-18-page7.txt
root - INFO - extracting file #93000: 2017-04-Final-Corpus/RH18721231-V41-03-page3.txt
root - INFO - ['decemb', 'tent', 'revie', 'herali', 'sabbath', 'natursj', 'parent', 'christ', 'pure', 'holy', 'spirit', 'remain', 'look', 'child', 'parcompany', 'jesus', 'presence', 'depassed', 'discerned', 'lord', 'land', 'heart', 'seek', 'resting', 'place', 'failed', 'yield', 'hand', 'bathe', 'way', 'worn', 'foot', 'pour', 'sweet', 'pufume', 'head', 'shall', 'receive', 'benediction', 'designed', 'unto', 'unto', 'ents', 'commonly', 'regard', 'child', 'danger', 'losmg', 'blessin', 'daily', 'attended', 'sired', 'encouraged', 'absence', 'marked', 'reason', 'great', 'mourning', 'grief', 'discouragement', 'exist', 'lack', 'meditation', 'watchfulness', 'prayer', 'lost', 'valuable', 'divine', 'ray', 'light', 'emanating', 'jesus', 'cheering', 'loving', 'elevating', 'influence', 'enshrouded', 'gloom', 'careless', 'irreverent', 'spirit', 'separated', 'jesus', 'company', 'iven', 'ministering', 'angel', 'attend', 'meeting', 'devotion', 'instructed', 'servant', 'god', 'greatly', 'refreshed', 'ancient', 'jewish_church', 'highly', 'favored', 'people', 'god', 'brought', 'egypt', 'acknowledged', 'peculiar', 'treasure', 'exceedmg', 'great', 'precious', 'promise', 'people', 'hope', 'confidence', 'jewish_church', 'trm', 'ted', 'believed', 'vation', 'sure', 'people', 'profeaserl', 'governed', 'commandment', 'god', 'saviour', 'came', 'let', 'come', 'high', 'holy', 'ground', 'presence', 'wor', 'cnrist', 'tly', 'hfe', 'respect', 'child', 'difficult', 'sacred', 'mission', 'daily', 'blessing', 'having', 'comto', 'charge', 'parental', 'care', 'awhile', 'son', 'god', 'divinity', 'vailed', 'humanity', 'tarry', 'jerusalem', 'design', 'gentle', 'reminder', 'duty', 'lest', 'indifferent', 'greater', 'degree', 'sense', 'high', 'favor', 'uwn', 'people', 'received', 'like', 'waiting', 'shepherdi', 'listen', 'angel', 'melody', 'till', 'anthem', 'loud', 'shall', 'ringing', 'age', 'come', 'breathing', 'inspiration', 'deep', 'help', 'swell', 'lofty', 'strain', 'ill', 'heaven', 'shall', 'echo', 'forth', 'song', 'praise', 'glory', 'god', 'earth', 'sweet', 'refrain', 'peace', 'earth', 'good', 'god', 'conferred', 'blessed', 'seeking', 'jesus', 'returned', 'self', 'righteous', 'unbelieving', 'jew', 'expected', 'saviour', 'king', 'come', 'world', 'clothed', 'majesty', 'power', 'compelling', 'gentile', 'yield', 'obedience', 'expect', 'humiliation', 'suffering', 'manifested', 'receive', 'men', 'davrs', 'meek', 'lowly', 'jesus', 'acknowledge', 'act', 'life', 'christ', 'unimportant', 'event', 'life', 'benefit', 'follower', 'future_time', 'circumstance', 'tarry', 'christ', 'jerusalem', 'teach', 'important', 'lesson', 'believe', 'realize', 'loss', 'murmur', 'come', 'great', 'distance', 'assagainst', 'god', 'reproach', 'themover', 'instituted', 'hebrew', 'ght', 'setves', 'cause', 'darkkeep', 'memory', 'wonderful', 'deliverness', 'suffering', 'minl', 'ance', 'egypt', 'ordinance', 'denot', 'reflect', 'ttte', 'fault', 'signed', 'mind', 'worldthemselves', 'talked', 'jested', 'loving', 'care', 'visited', 'away', 'heavenly', 'guest', 'themanxieties', 'relation', 'temporal', 'concern', 'self', 'blame', 'review', 'work', 'god', 'privilege', 'retain', 'jesus', 'mind', 'miracle', 'merlf', 'word', 'select', 'cies', 'loving', 'kindnesfl', 'seasoned', 'grace', 'thought', 'weary', 'traveler', 'way', 'judea', 'love', 'reverence', 'intheir', 'heart', 'disciplined', 'meditate', 'city', 'night', 'fall', 'seek', 'rest', 'shelter', 'crease', 'lead', 'look', 'heavenly', 'divine', 'thing', 'wayside', 'inn', 'humble', 'mien', 'trust', 'trial', 'rhe', 'love', 'god', 'manifested', 'lowly', 'garb', 'stand', 'admitturn', 'god', 'fallen', 'man', 'gift', 'beloved', 'son', 'home', 'better', 'left', 'feel', 'importance', 'praying', 'watching', 'thereunto', 'returned', 'home', 'frequently', 'feel', 'inclined', 'complain', 'saviour', 'world', 'appeared', 'splendor', 'assumed', 'authority', 'world', 'great_men', 'instead', 'taking', 'form', 'servant', 'received', 'worshiped', 'dry', 'dock', 'btlieve', 'sens', 'conclude', 'weekly', 'prayer', 'meeting', 'church', 'dry', 'dock', 'certain', 'church', 'member', 'inclosed', 'weekly', 'repair', 'apparatus', 'church', 'purpose', 'putting', 'leaky', 'fractured', 'christian', 'working', 'order', 'people', 'mend', 'difficulty', 'ship', 'observance', 'passover', 'possessed', 'amazed', 'holy', 'angel', 'god', 'loved', 'mournful', 'son', 'god', 'world', 'gave', 'saw', 'ebi', 'lamb', 'symbol', 'son', 'whosoever_believeth', 'lim', 'rhould', 'symbol', 'blood', 'christ', 'effi', 'cacioud', 'believing', 'sinner', 'cleansing', 'sin', 'sheltering', 'wrath', 'gvd', 'come', 'impenitent', 'unbelieving', 'world', 'wrath', 'god', 'fell', 'egyptian', 'benefited', 'special', 'provision', 'god', 'salvation', 'man', 'perform', 'work', 'lord', 'left', 'act', 'act', 'nifest', 'faith', 'provision', 'salvation', 'heart', 'crowd', 'returned', 'com', 'talking', 'anrl', 'vleiting', 'seasoned', 'hutnility', 'grace', 'return', 'jerusalem', 'form', 'outward_appearance', 'angeh', 'iile', 'shepherd', 'sage', 'celebration', 'sover', 'attracted', 'mind', 'people', 'himfollow', 'betll', 'ilem', 'star', 'till', 'meet', 'sought', 'sorro', 'ning', 'day', 'self', 'received', 'withand', 'pour', 'jeir', 'treasure', 'saviour', 'slain', 'sin', 'world', 'exercise', 'faith', 'foot', 'cold', 'dark', 'stable', 'aglow', 'separated', 'lost', 'order', 'gjd', 'christ', 'heavenly', 'light', 'fie', 'reception', 'room', 'day', 'form', 'natfor', 'guest', 'like', 'accepte', 'reveal', 'ure', 'fallen', 'man', 'faith', 'rely', 'perfect', 'suffering', 'enthe', 'redeemer', 'fallen', 'racp', 'advodure', 'strength', 'satan', 'fierce', 'temptacate', 'father', 'behalf', 'tions', 'understand', 'suc', 'lesson', 'instruction', 'cor', 'tempted', 'follower', 'christ', 'designed', 'faith', 'men', 'christ', 'messiah', 'leesons', 'lost', 'rest', 'evidence', 'sight', 'wntten', 'benefit', 'future', 'generation', 'believe', 'personal', 'tyrant', 'head', 'abel', 'typic', 'implanted', 'principle', 'grace', 'withi', 'neces', 'ity', 'carefulness', 'word', 'attraction', 'excellence', 'lamb', 'eee', 'lamb', 'god', 'heart', 'action', 'christian', 'associa', 'ted', 'character', 'earth', 'foundation', 'slain', 'sin', 'juncture', 'small', 'steam', 'tug', 'fresh', 'work', 'lest', 'jesus', 'forgotten', 'away', 'job', 'amid', 'trouble', 'view', 'came', 'near', 'dock', 'raised', 'smokeand', 'pas', 'careless', 'fact', 'loved', 'virtue', 'purity', 'holiness', 'hope', 'anchor', 'cast', 'vail', 'stack', 'spake', 'said', 'jesus', 'drawn', 'christ', 'know', 'redeemer', 'livhe', 'heard', 'proceeded', 'denl', 'aroused', 'condition', 'discover', 'sufficient_evidence', 'messiah', 'eth', 'sclomon', 'grace', 'beauty', 'sinner', 'saint', 'showed', 'journeyed', 'wizhout', 'presforetold', 'prophecy', 'come', 'flourish', 'rose', 'sharon', 'lily', 'death', 'people', 'celebrated', 'ordinance', 'instructed', 'associate', 'slajing', 'hmb', 'future', 'death', 'son', 'god', 'blood', 'mark', 'possessed', 'divine', 'excellence', 'greating', 'doorpost', 'house', 'perish', 'evell', 'son', 'brightnees', 'lher', 'express', 'image', 'person', 'world', 'journeyover', 'defect', 'fact', 'ings', 'lowly', 'overlooked', 'goal', 'reached', 'prize', 'secured', 'loft', 'proud', 'equal', 'god', 'peace', 'troubled', 'soul', 'bow', 'meek', 'form', 'servant', 'ances', 'weighs', 'pomp', 'craft', 'come', 'fresh', 'fruit', 'spice', 'bearing', 'land', 'tidings', 'good_cheer', 'encourage', 'break', 'stridulous', 'groan', 'wreck', 'bewail', 'willfulness', 'disposed', 'seek', 'quiet', 'safe', 'harbor', 'lie', 'safe', 'useless', 'ness', 'equal', 'god', 'pleased', 'father', 'fullness', 'dwell', 'thought', 'robbery', 'murmuring', 'heart', 'oft', 'question', 'reputation', 'took', 'submission', 'hold', 'bal', 'christmas', 'musing', 'christmas', 'eve', 'grand', 'festal', 'time', 'earthand', 'heaven', 'thrilling', 'association', 'cluster', 'thy', 'hallowed', 'redeemer', 'mind', 'borne', 'stream', 'time', 'near', 'yard', 'saint', 'stock', 'thousand', 'year', 'ago', 'band', 'humble', 'talk', 'sustaining', 'prayertance', 'couch', 'luxury', 'sumptuous', 'fea', 'prepared', 'heart', 'sick', 'turn', 'poor', 'stable', 'patient', 'toil', 'drowned', 'driven', 'away', 'worst', 'share', 'bed', 'straw', 'repose', 'shutting', 'away', 'world', 'refuser', 'free', 'tide', 'grumbling', 'likeness', 'men', 'fashmoral', 'worth', 'strength', 'sinew', 'unwarranted', 'mixion', 'man', 'humbled', 'obedient', 'unto', 'death', 'death', 'cross', 'christ', 'united', 'human', 'divine', 'mission', 'reconcile', 'god', 'power', 'ofliving', 'faith', 'leave', 'ing', 'figure', 'ship', 'speak', 'chosen', 'reproach', 'groaning', 'craft', 'uncommon', 'conception', 'shepherd', 'flock', 'prophet', 'isaiah', 'howl', 'plain', 'bethlehem', 'startled', 'ship', 'tarshish', 'midnight', 'musing', 'loud', 'swell', 'tried', 'sensible', 'man', 'world', 'man', 'god', 'work', 'ing', 'note', 'heavenly', 'music', 'multo', 'attend', 'thess', 'gathering', 'howling', 'unite', 'finite', 'wirh', 'infinite', 'fallen', 'men', 'cou', 'exaited', 'merit', 'christ', 'rtakers', 'divit', 'urc', 'taking', 'human_nature', 'fitted', 'titude', 'holy', 'angel', 'suddenly', 'appeu', 'sldps', 'tried', 'nee', 'refused', 'asto', 'hfd', 'vision', 'singing', 'glory', 'second', 'timp', 'hereglory', 'iod', 'high', 'earth', 'plied', 'goodpeace', 'good', 'men', 'eastern', 'magi', 'long', 'watched', 'catch', 'firet', 'excellent', 'bfo', 'ship', 'yard', 'faint', 'glimmer', 'glorious', 'star', 'prophstamp', 'felt', 'moved', 'start', 'prayer', 'meeting', 'ecy', 'behold', 'joy', 'earliest', 'beam', 'neighborhood', 'lived', 'follow', 'mild', 'radiance', 'till', 'plea', 'perishing', 'orbed', 'sun', 'righteousness', 'understand', 'nature', 'man', 'trial', 'temptation', 'wherewith', 'beset', 'angel', 'unacquainted', 'sin', 'sympathize', 'man', 'peculiar', 'trial', 'messiah', 'mission', 'nearly', 'forgotten', 'choice', 'return', 'jerusalem', 'parent', 'retired', 'father', 'mother', 'time', 'reflection', 'meditation', 'prophecy', 'referred', 'futqre', 'death', 'wish', 'inful', 'event', 'experience', 'offering', 'life', 'sin', 'world', 'new', 'men', 'living', 'earth', 'worn', 'watching', 'long', 'fell', 'unexpected', 'seplrated', 'come', 'men', 'noble', 'heavenly', 'asleep', 'day', 'star', 'rose', 'thereabouts', 'unreached', 'saving', 'influence', 'excellent', 'object', 'defeated', 'bdore', 'christ', 'left', 'heaven', 'came', 'world', 'die', 'taller', 'bethlehem', 'manger', 'nestle', 'oow', 'little', 'form', 'perfect', 'embodiment', 'god', 'boundless', 'combining', 'fullness', 'set', 'turning', 'affair', 'dry', 'dock', 'angel', 'majestic', 'lovely', 'weak', 'frail', 'humanity', 'tinkering', 'saint', 'obedient', 'ministry', 'commenced', 'holy', 'bard', 'prophet', 'desired', 'little', 'taller', 'common', 'size', 'feast', 'eye', 'wondrous', 'light', 'widely', 'circulated', 'invitation', 'considerable_number', 'saint', 'sinner', 'convened', 'aged', 'apostle', 'enjoyed', 'weekly', 'tinkering', 'own_church', 'conceive', 'prayermeeting', 'usual', 'accompaniment', 'oakum', 'pitch', 'calking', 'iron', 'hammer', 'stock', 'slipped', 'dock', 'shut', 'water', 'whined', 'decay', 'arid', 'general', 'sinful', 'hell', 'deserving', 'condition', 'raised', 'lamentation', 'fact', 'cared', 'religion', 'come', 'inviting', 'place', 'followed', 'nearly', 'strain', 'ence', 'orhill', 'peace', 'joy', 'heart', 'day', 'occupied', 'returning', 'searching', 'retained', 'moment', 'jesus', 'wtll', 'company', 'careless', 'presence', 'engage', 'conversation', 'having', 'refnence', 'redeemer', 'profess', 'hope', 'ete', 'nal', 'prophecy', 'marked', 'grace', 'world', 'receive', 'life', 'centered', 'jesus', 'shuns', 'company', 'come', 'wished', 'believe', 'lock', 'dripping', 'ale', 'angela', 'sufficient', 'ground', 'faith', 'refermidnight', 'dew', 'knock', 'response', 'care', 'worn', 'tossed', 'sweetly', 'trusted', 'word', 'god', 'valley', 'apple', 'tree', 'receive', 'benefit', 'teaching', 'tree', 'beloved', 'son', 'earthly', 'destiny', 'toil', 'weariness', 'pain', 'work', 'human', 'guise', 'open', 'lost', 'adam', 'race', 'way', 'everlasting', 'life', 'yes', 'come', 'world', 'redeemer', 'adam', 'saw', 'future', 'conqueror', 'adding', 'chief', 'business', 'embryo', 'promi', 'foot', 'world', 'heaven', 'god', 'christ', 'finally', 'atonement', 'chant', 'sweet', 'song', 'chief', 'christ', 'came', 'attention', 'thousand', 'tae', 'bright', 'morn', 'ship', 'yard', 'weekly', 'men', 'father', 'teaching', 'repenting', 'star', 'crucified', 'calvary', 'dry', 'dock', 'tmkermg', 'ance', 'god', 'work', 'reconcast', 'home', 'use', 'pump', 'craft', 'cile', 'man', 'god', 'christ', 'life', 'sacrifice', 'toil', 'know', 'ltaks', 'work', 'come', 'expected', 'came', 'oft', 'love', 'prove', 'rich', 'experience', 'canvas', 'breeze', 'paddle', 'whetls', 'motion', 'prayer', 'meeting', 'quiet', 'harbor', 'soul', 'command', 'heavenly', 'messenger', 'ring', 'prophecy', 'predicted', 'com', 'poorer', 'bird', 'fox', 'guided', 'joy', 'triumph', 'religion', 'gloriously', 'displayed', 'christian', 'work', 'attracted', 'crowd', 'mind', 'described', 'manwhere', 'lay', 'aching', 'head', 'worn', 'diverted', 'heavenly', 'thing', 'ner', 'commg', 'form', 'humble', 'follower', 'meeling', 'wolder', 'think', 'severe', 'strain', 'prayer', 'meeting', 'experience', 'sustain', 'week', 'float', 'place', 'air', 'filled', 'noise', 'calking', 'hammering', 'cadavarous', 'hulk', 'everj', 'sweeter', 'pleasanter', 'association', 'good_sense', 'staying', 'away', 'place', 'noise', 'creaking', 'heard', 'moral', 'profitable']
root - INFO - extracting file #93500: 2017-04-Final-Corpus/RH18740310-V43-13-page3.txt
root - INFO - extracting file #94000: 2017-04-Final-Corpus/RH18750603-V45-23-page3.txt
root - INFO - ['june', 'advent', 'review', 'herald', 'sabbath', 'bitration', 'power', 'scene', 'mourn', 'vain', 'evil', 'inquisition', 'reenacted', 'mies', 'lincoln', 'agriculturist', 'rome', 'europe', 'america', 'rome', 'need', 'consolation', 'subservient', 'legislator', 'civic', 'authority', 'united', 'state', 'canada', 'console', 'great', 'loss', 'incurring', 'europe', 'lost', 'temporal_power', 'clung', 'cling', 'deathlike', 'tenacity', 'disbandment', 'community', 'monastic', 'order', 'including', 'jesuit', 'italy', 'roman', 'catholic', 'russia', 'appear', 'turning', 'orthodox', 'russian', 'church', 'czar', 'head', 'germany', 'bid', 'fair', 'respect', 'like', 'england', 'henry', 'viii', 'short', 'process', 'enacting', 'enforcing', 'law', 'ecclesiastic', 'rome', 'brought', 'submission', 'state', 'deprived', 'revenue', 'banished', 'germany', 'willing', 'pay', 'protect', 'worst', 'enemy', 'whilst', 'plotting', 'apprehended', 'renewal', 'conflict', 'france', 'render', 'specially', 'necessary', 'germany', 'guard', 'internal', 'enemy', 'bismarck', 'fully', 'equal', 'henry', 'viii', 'determination', 'courage', 'course', 'run', 'great_danger', 'assassination', 'spirit', 'rome', 'like', 'spirit', 'slavery', 'spirit', 'liquorselling', 'stick', 'altogether', 'vast', 'power', 'papal', 'getting', 'pretty', 'pared', 'europe', 'circumstance', 'altogether', 'astonishing', 'pope', 'advise', 'devoted', 'adherent', 'italy', 'germany', 'emigrate', 'united', 'state', 'pope', 'temporal_power', 'grasp', 'europe', 'year', 'waning', 'crumbling', 'away', 'minion', 'taking', 'umbrage', 'home', 'free', 'people', 'censer', 'reader', 'feel', 'disposed', 'let', 'powerful', 'hater', 'liberty', 'plant', 'force', 'midst', 'apprehending', 'danger', 'price', 'liberty', 'eternal', 'vigilance', 'blood', 'noble', 'founder', 'nation', 'marched', 'possession', 'freedom', 'pope', 'rome', 'cardinal', 'america', 'vigorously', 'assailing', 'let', 'thb', 'great', 'invitation', 'untold', 'cruelty', 'hope', 'thing', 'fully', 'evidence', 'fulfilling', 'prophecy', 'telling', 'judgment', 'neat', 'hand', 'remember', 'faithful_ones', 'day', 'day', 'peril', 'biblical', 'messenger', 'touch', 'child', 'trial', 'farmer', 'wife', 'endure', 'difficult', 'avoid', 'cruel', 'having', 'let', 'carefully', 'reared', 'little', 'associate', 'strange', 'hired', 'help', 'experience', 'line', 'extend', 'friendly', 'welcome', 'stranger', 'mentally', 'touch', 'child', 'break', 'dish', 'waste', 'store', 'spoil', 'meal', 'let', 'horse', 'cold', 'colt', 'starve', 'cow', 'dry', 'rat', 'run', 'riot', 'uncovered', 'feed', 'bin', 'thing', 'long', 'leave', 'little', 'untarnished', 'endured', 'touch', 'unclean', 'hand', 'soul', 'child', 'crime', 'nigh', 'unpardonable', 'sully', 'innocence', 'confiding', 'little', 'boy', 'prattling', 'little', 'girl', 'poor', 'mother', 'unaware', 'presence', 'serpent', 'flower', 'garden', 'impossible', 'erase', 'slimy', 'trail', 'year', 'needing', 'cut', 'firewood', 'approaching', 'winter', 'husband', 'engaged', 'lad', 'seventeen', 'awarded', 'highest', 'praise', 'diligent', 'efficient', 'worker', 'especially', 'chopping', 'splitting', 'wood', 'boy', 'marion', 'feel', 'sure', 'friend', 'nearly', 'large_family', 'child', 'favored', 'beloved', 'black', 'sheep', 'flock', 'poor', 'marion', 'cheerless', 'home', 'day', 'night', 'succession', 'summer', 'little', 'boy', 'lived', 'wood', 'near', 'house', 'coming', 'home', 'food', 'pressed', 'end', 'world', 'hearing', 'directly', 'subject', 'mind', 'like', 'conclusion', 'end', 'world', 'near', 'process', 'reasoning', 'somewhat', 'follows', 'thing', 'governed', 'law', 'great_events', 'come', 'pas', 'accident', 'cause', 'unobserved', 'law', 'applies', 'god', 'action', 'movement', 'history', 'matter', 'constitute', 'material', 'science', 'place', 'history', 'history', 'ready', 'god', 'perform', 'act', 'certainly', 'destruction', 'human_race', 'proper_time', 'come', 'act', 'condition', 'affair', 'world', 'indicate', 'destruction', 'keeping', 'fitness', 'thing', 'reason', 'requires', 'assent', 'condition', 'appear', 'likely', 'god', 'prevail', 'inhabitant', 'world', 'law', 'persuade', 'accept', 'mercy', 'sin', 'enthroned', 'extent', 'terrestrial', 'affair', 'virtually', 'excluded', 'place', 'men', 'condition', 'appeared', 'nigh', 'reached', 'history', 'present', 'time', 'god', 'circuit', 'world', 'seeking', 'establish', 'law', 'lavish', 'mercy', 'began', 'far', 'east', 'spot', 'race', 'began', 'westward', 'course', 'world', 'pleaded', 'men', 'reached', 'point', 'like', 'retain', 'thought', 'gave', 'west', 'directed', 'course', 'search', 'men', 'willing', 'retain', 'mind', 'effort', 'extreme', 'verge', 'world', 'revolution', 'migration', 'driven', 'men', 'attend', 'friend', 'neighbor', 'moment', 'invitation', 'unto', 'splendid', 'exhibition', 'shortly', 'begin', 'ill', 'description', 'urge', 'come', 'theater', 'capacious', 'thousand', 'furlong', 'square', 'stand', 'foundation', 'precious', 'jewel', 'rare', 'ceiling', 'jasper', 'floor', 'purest', 'gold', 'prepared', 'view', 'glory', 'told', 'thousand', 'season', 'unexampled', 'cost', 'feast', 'preparing', 'time', 'lost', 'twill', 'shortly', 'ready', 'delay', 'sure', 'gain', 'admittance', 'apply', 'day', 'need', 'light', 'candle', 'silver', 'moon', 'sun', 'confounded', 'brightest', 'noon', 'glory', 'bridegroom', 'shall', 'far', 'outvie', 'ray', 'spacious', 'building', 'unclouded', 'blaze', 'ask', 'condition', 'lay', 'share', 'king', 'free', 'provision', 'welcome', 'king', 'lord', 'debtor', 'bondman', 'slave', 'apply', 'season', 'admittance', 'shall', 'waif', 'society', 'brief', 'record', 'zeal', 'statistician', 'suggestive', 'evil', 'result', 'usual', 'indifference', 'waif', 'society', 'curious', 'remarkable', 'criminal', 'statistic', 'obtained', 'given', 'public', 'harris', 'new', 'york', 'attention', 'called', 'eome', 'time', 'county', 'upper', 'hudson', 'showed', 'remarkable', 'proportion', 'crime', 'poverty', 'year', 'good_education', 'exhausted', 'divine', 'love', 'power', 'deceived', 'new', 'york', 'witness', 'population', 'eighty', 'hunger', 'idea', 'confided', 'appealed', 'heart', 'effectually', 'western', 'europe', 'america', 'fact', 'england', 'america', 'rome', 'thousand', 'inhabitant', 'recfor', 'friendless', 'lad', 'people', 'land', 'appear', 'land', 'promise', 'seemingly', 'decent', 'ords', 'little', 'certain', 'continuknown', 'compelled', 'live', 'ignorance', 'thirsting', 'knowledge', 'culture', 'know', 'wholly', 'void', 'grace', 'beauty', 'bashful', 'awkward', 'wholly', 'unable', 'longed', 'mother', 'love', 'andeom', 'petting', 'gave', 'marion', 'sympathy', 'pointed', 'speediest', 'way', 'reaching', 'goal', 'boy', 'aged', 'year', 'liked', 'wood', 'lot', 'chopped', 'field', 'garden', 'hoed', 'fond', 'company', 'day', 'away', 'employed', 'near', 'barn', 'child', 'usual', 'stepped', 'porch', 'boy', 'dinner', 'hear', 'marion', 'singing', 'loudly', 'sight', 'likely', 'hear', 'followed', 'sound', 'voice', 'farther', 'barn', 'getting', 'near', 'distinguish', 'word', 'song', 'obscene', 'piece', 'ribaldry', 'interspersed', 'foul', 'mouthed', 'comment', 'hearing', 'wealth', 'world', 'tempted', 'moment', 'expose', 'innocent', 'little', 'agonized', 'thought', 'remember', 'week', 'going', 'unknown', 'weary', 'turned', 'turn', 'shall', 'western', 'world', 'join', 'orient', 'universal', 'rejection', 'authority', 'mercy', 'return', 'old_world', 'doe', 'good_reason', 'believe', 'return', 'nation', 'abandoned', 'visit', 'new', 'rising', 'empire', 'sow', 'seed', 'truth', 'soil', 'preoccupied', 'rising', 'empire', 'new', 'people', 'forming', 'face', 'earth', 'room', 'form', 'world', 'end', 'reached', 'geographically', 'men', 'god', 'place', 'world', 'empire', 'breathless', 'sit', 'think', 'point', 'reached', 'conflict', 'improbable', 'god', 'retire', 'earth', 'leave', 'undisturbed', 'possession', 'enemy', 'seize', 'act', 'power', 'world', 'induce', 'goodness', 'mercy', 'obey', 'reason', 'adopts', 'conclusion', 'crisis', 'justify', 'shout', 'universal', 'intelligence', 'lord', 'god', 'omnipotent', 'reigneth', 'inspiration', 'teach', 'rise', 'amid', 'lamb', 'like', 'country', 'biding', 'time', 'world', 'slicaild', 'told', 'italian', 'gavazzi', 'french', 'canadian', 'chiniquy', 'dare', 'risking', 'life', 'declare', 'truth', 'section', 'rome', 'supreme', 'freedom', 'speech', 'nineteenth', 'century', 'rome', 'bear', 'rule', 'mexico', 'romanish', 'home', 'protestant', 'missionary', 'murdered', 'cold', 'blood', 'stone', 'assail', 'head', 'chiniquy', 'lower', 'canada', 'let', 'deceived', 'violence', 'rome', 'weapon', 'war', 'going', 'cardinal', 'mccloskey', 'master', 'sent', 'blessing', 'jeff', 'davis', 'southern', 'confederacy', 'avail', 'natural', 'pope', 'mightiest', 'slaveholder', 'cast', 'lot', 'misguided', 'american', 'struggled', 'african', 'chain', 'god', 'praised', 'triumphed', 'pope', 'slaveholder', 'year', 'systemg', 'existed', 'fruit', 'let', 'judged', 'italy', 'redeeming', 'thraldom', 'rome', 'bible', 'snowflake', 'scattered', 'kingdom', 'light', 'god', 'book', 'vatican', 'uncomfortable', 'old_gentleman', 'claim', 'thinking', 'mankind', 'thought', 'moving', 'temporal_power', 'gone', 'nation', 'rejoice', 'shall', 'encourage', 'cardinal', 'troup', 'land', 'puritan', 'god', 'forbid', 'thing', 'getting', 'power', 'hew', 'liberty', 'tree', 'burn', 'bible', 'fulminate', 'anathema', 'institution', 'occasion', 'longer', 'try', 'spirit', 'rome', 'cardinal', 'mccloskey', 'expected', 'work', 'harder', 'bible', 'school', 'institution', 'ally', 'appearing', 'interested', 'subject', 'concluded', 'search', 'genealogy', 'family', 'thorough', 'investigation', 'discovered', 'young_girl', 'named', 'margaret', 'left', 'adrift', 'remembers', 'village', 'county', 'seventy', 'year', 'ago', 'absence', 'almshouse', 'left', 'grow', 'best', 'descended', 'criminal', 'illustration', 'remarkable', 'record', 'single', 'generation', 'unhappy', 'line', 'child', 'died', 'infancy', 'seventeen', 'survived', 'maturity', 'seventeen', 'served', 'state', 'prison', 'high', 'crime', 'aggregate', 'term', 'fifty', 'year', 'frequent', 'inmate', 'jail', 'penitentiary', 'almshouses', 'whole_number', 'girl', 'descendant', 'generation', 'nbdesides', 'record', 'criminal', 'large_number', 'idiot', 'imbecile', 'drunkard', 'lunatic', 'prostitute', 'pauper', 'stronger', 'argument', 'careful', 'treatment', 'pauper', 'child', 'figure', 'hardly', 'springfield', 'republican', 'presently', 'presently', 'conscience', 'tell', 'man', 'shaped', 'destiny', 'destiny', 'wisely', 'dealt', 'presentlies', 'look', 'nature', 'postpones', 'time', 'arrives', 'bud', 'open', 'open', 'leaf', 'fall', 'fall', 'look', 'upward', 'shining', 'world', 'rising', 'setting', 'comet', 'erratic', 'appointment', 'eclipse', 'punctual', 'minute', 'delay', 'movement', 'universe', 'predetermined', 'absolute', 'fiat', 'creator', 'procrastination', 'star', 'involve', 'destruction', 'innumerable', 'procrastination', 'operation', 'nature', 'earth', 'result', 'famine', 'pestilence', 'blotting', 'human_race', 'man', 'free', 'agent', 'postof', 'day', 'knox', 'wren', 'genius', 'toleration', 'course', 'boy', 'instantly', 'discharged', 'contamination', 'brought', 'flock', 'summarily', 'expelled', 'mourn', 'anguish', 'heart', 'child', 'cruelly', 'robbed', 'priceless', 'gem', 'soul', 'purity', 'sure', 'boy', 'intend', 'cause', 'bitter', 'sorrow', 'return', 'kindness', 'received', 'afraid', 'earliest', 'existence', 'began', 'moral', 'leprosy', 'faintest', 'idea', 'degradation', 'poor', 'boy', 'known', 'beautiful', 'innocence', 'infancy', 'proper', 'behaviour', 'doe', 'best', 'suit', 'appear', 'company', 'such_persons', 'reformed', 'wonder', 'known', 'purity', 'proprotecting', 'youthful', 'figure', 'underneath', 'isting', 'fact', 'censer', 'reader', 'pone', 'performance', 'duty', 'doe', 'repentance', 'turning', 'sin', 'unto', 'righteousness', 'sense', 'word', 'born', 'agrin', 'convey', 'mind', 'god', 'know', 'god', 'pity', 'stand', 'clasped', 'hand', 'upturned', 'eye', 'represents', 'religion', 'main', 'figure', 'clothed', 'armor', 'mantle', 'peace', 'descends', 'left', 'shoulder', 'right', 'foot', 'foot', 'american', 'eagle', 'grasping', 'talon', 'conquered', 'spirit', 'intolerance', 'pedestal', 'statue', 'stand', 'foot', 'hight', 'cost', 'thirty', 'thousand', 'dollar', 'sculptor', 'small', 'compass', 'following', 'table', 'increase', 'romanism', 'frequently', 'destruction', 'draft', 'drawn', 'indolence', 'future', 'pretty', 'sure', 'dishonored', 'banker', 'economize', 'presently', 'presently', 'bankrupt', 'repent', 'atonement', 'presently', 'presently', 'tiny', 'judged', 'bear', 'mind', 'important', 'fact', 'taught', 'alike', 'history', 'nation', 'ruler', 'private', 'individual', 'case', 'presently', 'late', 'following', 'copied', 'church', 'union', 'jew', 'attempting', 'conquer', 'spirit', 'intolerance', 'learn', 'dollar', 'statue', 'impede', 'progress', 'intolerant', 'spirit', 'overthrow', 'prophecy', 'rev', 'penniman', 'hebrew', 'citizen', 'united', 'state', 'preparing', 'statue', 'placed', 'fairmount', 'park', 'centennial', 'exhibition', 'central', 'figure', 'named', 'genius', 'toleration', 'erect', 'female', 'figure', 'foot', 'high', 'left_hand', 'hold', 'constitution', 'right', 'outspread', 'son', 'america', 'ancestor', 'left', 'old_world', 'enjoy', 'freedom', 'rome', 'new', 'let', 'cardinal', 'hat', 'reminder', 'origin', 'destiny', 'shut', 'eye', 'fail', 'fearful', 'progress', 'enemy', 'liberty', 'making', 'place', 'clearer', 'view', 'mother', 'careful', 'let', 'sully', 'child', 'press', 'boy', 'heart', 'proud', 'fondness', 'gaze', 'dear', 'deep', 'untroubled', 'eye', 'agent', 'evil', 'work', 'guard', 'ezekiel', 'jew', 'native', 'richmond', 'source', 'contamination', 'studio', 'rome', 'population', 'golden', 'censer']
root - INFO - extracting file #94500: 2017-04-Final-Corpus/RH18760824-V48-09-page3.txt
root - INFO - extracting file #95000: 2017-04-Final-Corpus/RH18771115-V50-20-page3.txt
root - INFO - ['stream', 'prom', 'rock', 'oft', 'god', 'ask', 'fuller', 'happier', 'life', 'lie', 'set', 'new', 'task', 'involving', 'care', 'strife', 'boon', 'sought', 'prayer', 'new', 'trouble', 'brought', 'boon', 'strange', 'pierce', 'rook', 'soon', 'blessing', 'stream', 'athirst', 'clear', 'water', 'burst', 'toil', 'field', 'unknown', 'treasure', 'lie', 'concealed', 'shall', 'toil', 'complain', 'speedily', 'bring', 'gain', 'dig', 'life', 'god', 'water', 'win', 'way', 'strife', 'life', 'war', 'meet', 'peace', 'sacred', 'sweet', 'thomas', 'toke', 'linch', 'uninspired', 'frequent', 'notice', 'sabbath', 'keeper', 'century', 'church', 'mosheim', 'mention', 'person', 'class', 'second', 'century', 'notion', 'change', 'introduced', 'day', 'sabbath', 'observed', 'entertained', 'process', 'time', 'custom', 'arose', 'celebrating', 'resurrection', 'christ', 'religious', 'meeting', 'day', 'week', 'historical', 'record', 'sacred', 'profane', 'informed', 'celebration', 'day', 'certain', 'evidence', 'observed', 'weekly', 'introduced', 'voluntary', 'festival', 'commemorate', 'resurrection', 'sixth', 'day', 'observed', 'commemorate', 'crucifixion', 'fifth', 'day', 'commemorate', 'tbe', 'ascension', 'regarded', 'sabbath', 'gradually', 'grew', 'estimation', 'christian', 'century', 'fourth', 'century', 'emperor', 'constantine', 'embraced', 'christianity', 'zeal', 'magnify', 'institution', 'regarded', 'peculiarly', 'christian', 'bring', 'disrepute', 'fear', 'contamination', 'good', 'pure', 'innocent', 'childhood', 'loving', 'mother', 'watched', 'tenderly', 'prayed', 'god', 'shield', 'boy', 'temptation', 'death', 'perchance', 'called', 'mother', 'away', 'poor', 'boy', 'thrown', 'world', 'young', 'resist', 'tide', 'evil', 'fell', 'love', 'inspired', 'son', 'god', 'ministration', 'wretched', 'atfficted', 'man', 'lived', 'tomb', 'maniac', 'power', 'satan', 'mercifully', 'released', 'terrible', 'bondage', 'restored', 'right', 'mind', 'wonder', 'wanted', 'jesus', 'shown', 'great', 'mercy', 'eighteen', 'year', 'rolled', 'loving', 'saviour', 'dwelt', 'men', 'power', 'promise', 'sure', 'unto', 'believe', 'love', 'trust', 'needed', 'warm', 'heart', 'professed', 'christian', 'lead', 'highway', 'hedge', 'compel', 'come', 'successful', 'reaching', 'heart', 'arc', 'love', 'compassion', 'man', 'powchurch', 'process', 'ventilated', 'church', 'window', 'open', 'year', 'end', 'surprise', 'church', 'unfilled', 'afternoon', 'remain', 'awake', 'evening', 'nap', 'equally', 'prevalent', 'time', 'present', 'open', 'air', 'sermon', 'language', 'poor', 'train', 'thought', 'weak', 'saw', 'audience', 'asleep', 'worthy', 'people', 'feel', 'troubled', 'failing', 'accuse', 'moral', 'apathy', 'sinfulness', 'given', 'vitiated', 'air', 'sleep', 'breathe', 'enevitable', 'law', 'nature', 'matter', 'conscience', 'question', 'moral', 'responsibility', 'burned', 'lightning', 'strike', 'person', 'sleep', 'warning', 'signal', 'decrease', 'life', 'giving', 'oxygen', 'air', 'vain', 'ecclesiastical', 'unfortunate', 'struggle', 'fate', 'pin', 'scent', 'bottle', 'friendly', 'nudge', 'resorted', 'vain', 'time', 'firstly', 'reached', 'auditor', 'far', 'heart', 'land', 'patient', 'patriarch', 'dwelt', 'pricking', 'faithful', 'conscience', 'impelled', 'try', 'change', 'sanctuary', 'reputedly', 'rousing', 'preacher', 'airy', 'tabernacle', 'enable', 'awake', 'change', 'late', 'man', 'creature', 'habit', 'especially', 'bad_habits', 'experience', 'convivial', 'doctor', 'rare', 'occasion', 'went', 'bed', 'sober', 'unable', 'habit', 'stair', 'way', 'bad', 'air', 'explain', 'fit', 'illness', 'great', 'deal', 'spiritual', 'deadness', 'positive', 'wickedness', 'corruption', 'carbonic', 'acid', 'gas', 'band', 'hand', 'holy', 'living', 'holy', 'breathing', 'breathing', 'pure_air', 'heaven', 'tome', 'nal', 'blue', 'sky', 'child', 'eloquent', 'teacher', 'lesson', 'heart', 'good', 'learned', 'lisping', 'day', 'took', 'root', 'memory', 'going', 'picnic', 'course', 'little', 'ecstacies', 'day', 'appointed', 'morning', 'broke', 'forth', 'glad', 'sunshine', 'song', 'bird', 'peal', 'mirth', 'shan', 'mother', 'exclaimed', 'child', 'passionate', 'emphasis', 'clear', 'clear', 'look', 'blue', 'sky', 'poor', 'little', 'fellow', 'bit', 'blue', 'sky', 'gladdened', 'eye', 'care', 'mother', 'said', 'tedious', 'day', 'mad', 'length', 'numbered', 'hour', 'haven', 'seen', 'know', 'blue', 'sky', 'morning', 'blue', 'sky', 'greets', 'storm', 'mother', 'tell', 'cried', 'joyous', 'voice', 'blue', 'sky', 'little', 'head', 'bowed', 'moment', 'november', 'review', 'herald', 'ell', 'christian', 'agree', 'constiin', 'way', 'connected', 'jew', 'set', 'charm', 'ear', 'wonderful', 'orat', 'sin', 'parent', 'god', 'gave', 'tree', 'garden', 'eden', 'dept', 'tree', 'knowledge', 'good', 'gave', 'man', 'sacredly', 'reserved', 'set', 'apart', 'god', 'wasthe', 'tree', 'coveted', 'ose', 'fruit', 'stolen', 'adarn', 'eve', 'purpose', 'god', 'reserved', 'sacred', 'self', 'brought', 'earth', 'shame', 'misery', 'teth', 'mankind', 'tree', 'god', 'love', 'man', 'save', 'particular', 'reserved', 'forbade', 'man', 'use', 'time', 'god', 'man', 'day', 'reserved', 'gave', 'man', 'iii', 'seventh', 'day', 'god', 'gave', 'man', 'sanctified', 'set', 'apart', 'holy', 'hitn', 'god', 'solemnly', 'set', 'apart', 'seventh', 'tree', 'knowledge', 'evil', 'use', 'pose', 'gratification', 'god', 'gave', 'set', 'apart', 'holy', 'self', 'repeating', 'veryour', 'parent', 'called', 'forth', 'curse', 'forth', 'sing', 'adam', 'eve', 'posted', 'modv', 'theology', 'saved', 'theme', 'posterity', 'rted', 'curse', 'pleading', 'appropriated', 'own_use', 'partretree', 'expressly', 'forbidden', 'tree', 'icularly', 'commanded', 'usee', 'work', 'importance', 'day', 'week', 'required', 'army', 'people', 'generally', 'spend', 'day', 'devotional', 'exercise', 'court', 'judicature', 'held', 'day', 'suit', 'trial', 'law', 'praaecuted', 'certain', 'work', 'necessity', 'mercy', 'declared', 'lawful', 'instance', 'emancipation', 'slave', 'labor', 'husbandman', 'pleasant', 'weather', 'decree', 'subsequently', 'confirmed', 'extended', 'christian', 'emperor', 'similar', 'decree', 'passed', 'enforced', 'ecclesiastical', 'council', 'page', 'reformation', 'sixteenth_century', 'introduced', 'important', 'era', 'history', 'sabbath', 'keeping', 'great', 'point', 'movement', 'turned', 'doctrine', 'justification', 'faith', 'doctrine', 'nearly', 'lost', 'world', 'unfolding', 'necessarily', 'led', 'discussion', 'kindred', 'topic', 'subject', 'festival', 'church', 'rome', 'multiplied', 'festival', 'burdensome', 'extent', 'taught', 'day', 'occurred', 'inherently', 'holy', 'day', 'great', 'merit', 'observing', 'zeal', 'oppose', 'doctrine', 'leading', 'reformer', 'went', 'extreme', 'maintaining', 'gospel', 'day', 'alike', 'accordingly', 'rejected', 'sabbath', 'soon', 'discovered', 'necessary', 'sonic', 'fixed', 'time', 'public', 'occasion', 'bringing', 'truth', 'religion', 'contact', 'mind', 'people', 'ancient', 'sabbath', 'subject', 'charge', 'judaizing', 'advanced', 'doctrine', 'church', 'power', 'appoint', 'festival', 'necessary', 'prosperity', 'alter', 'suit', 'convenience', 'page', 'day', 'ready', 'sacrifice', 'truth', 'god', 'sake', 'convenience', 'reader', 'remember', 'testimony', 'lord', 'vain', 'worship', 'tory', 'heart', 'weep', 'sinner', 'convert', 'soul', 'lone', 'wanderer', 'hopeless', 'friendless', 'cheer', 'comfort', 'seeking', 'work', 'master', 'shall', 'leave', 'die', 'consider', 'selfish', 'ease', 'god', 'forbid', 'let', 'labor', 'rescue', 'perishing', 'opportunity', 'work', 'weak', 'vineyard', 'lord', 'reaper', 'life', 'harvest', 'stand', 'rusted', 'blade', 'night', 'draw', 'round', 'thee', 'day', 'begin', 'fade', 'stand', 'idle', 'waiting', 'reaper', 'come', 'golden', 'morn', 'passing', 'sit', 'idle', 'dumb', 'mount', 'bight', 'wisdom', 'lay', 'error', 'low', 'word', 'knowledge', 'human_hearts', 'know', 'faithful', 'thy', 'mission', 'service', 'thy_lord', 'golden', 'chaplet', 'shall', 'thy', 'reward', 'nason', 'ipswich', 'itfass', 'christian', 'duty', 'tobenefit', 'soul', 'greater', 'work', 'benefit', 'body', 'fact', 'includes', 'experience', 'shown', 'bring', 'individual', 'community', 'controling', 'influence', 'religious', 'principle', 'efficient', 'mean', 'promoting', 'happiness', 'prosperity', 'conquest', 'christ', 'kingdom', 'evil', 'conquest', 'love', 'duty', 'love', 'enemy', 'hate', 'practice', 'required', 'love', 'love', 'virtuous', 'lovely', 'order', 'good', 'necessary', 'deny', 'nature', 'prompt', 'parent', 'practice', 'self', 'denial', 'sake', 'child', 'christ', 'said', 'man', 'come', 'let', 'deny', 'cross', 'follow', 'held', 'sacred', 'god', 'forbade', 'eat', 'fif', 'tree', 'garden', 'tree', 'garden', 'eaten', 'long', 'loved', 'god', 'respect', 'tored', 'obey', 'mattered', 'small', 'variation', 'anti', 'god', 'particular', 'identical', 'particular', 'tree', 'charitable', 'usin', 'fruit', 'particular', 'tree', 'god', 'set', 'apart', 'test', 'god', 'teaching', 'doctrine', 'commandment', 'self_denial', 'practiced', 'selfagain', 'looked', 'tree', 'mother', 'reasonable', 'suppose', 'particular', 'visit', 'terrible', 'punishment', 'eating', 'tree', 'especially', 'ain', 'tree', 'admit', 'plea', 'availed', 'save', 'adam', 'eve', 'oning', 'vain', 'ird', 'generally', 'deemed', 'satisfactory', 'insist', 'est', 'evidence', 'ample', 'bible', 'men', 'win', 'pepper', 'blue', 'sky', 'day', 'yesterday', 'saw', 'bit', 'cause', 'ain', 'place', 'gone', 'god', 'ere', 'accept', 'teaching', 'moddi', 'theologian', 'use', 'purs', 'seventh', 'day', 'clay', 'god', 'sailedand', 'blessed', 'pretend', 'obey', 'sacredly', 'day', 'chas', 'reiynold', 'roe', 'introduction', 'day', 'observance', 'question', 'sunday', 'generally', 'adopted', 'hobr', 'precious', 'lesson', 'trust', 'power', 'omnipotent', 'hear', 'remarked', 'gay', 'devotee', 'world', 'life', 'live', 'mean', 'enjoy', 'deluded', 'soul', 'god', 'pity', 'fatal', 'mistake', 'following', 'natural', 'inclination', 'heart', 'true', 'joy', 'sad', 'wreck', 'humanity', 'love', 'pleasure', 'selfish', 'gratification', 'useful', 'member', 'society', 'love', 'shall', 'commandment', 'grievous', 'brother', 'sister', 'let', 'strive', 'duty', 'assurance', 'trust', 'jesus', 'shall', 'safe', 'christ', 'day', 'judgment', 'perdition', 'come', 'sleeping', 'church', 'church', 'goer', 'earl', 'stranger', 'disagreeable', 'sensation', 'meet', 'father', 'care', 'child', 'doe', 'leave', 'life', 'stormy', 'ocean', 'buffet', 'wave', 'fiercest', 'storm', 'helping', 'hand', 'near', 'eye', 'good', 'worldling', 'faith', 'denial', 'required', 'duty', 'duty', 'happy', 'duty', 'cultivate', 'cheerful', 'spirit', 'cheerful', 'suffering', 'remorse', 'covered', 'cloud', 'trust', 'god', 'labor', 'cause', 'gathering', 'cloud', 'gloom', 'dispelled', 'active', 'effort', 'good', 'imagination', 'allowed', 'form', 'gloomy', 'image', 'thing', 'viewed', 'right', 'view', 'god', 'providential', 'government', 'entertained', 'need', 'gloomy', 'heavenly', 'prayer', 'meant', 'substitute', 'labor', 'easy', 'way', 'throwing', 'responsibility', 'god', 'old', 'classic', 'story', 'teamster', 'cart', 'stuck', 'mud', 'fell', 'hercules', 'help', 'instead', 'effort', 'providence', 'god', 'tremble', 'hour', 'trial', 'danger', 'lie', 'ther', 'pledged', 'supply', 'want', 'told', 'god', 'invoked', 'look', 'upward', 'confidence', 'ask', 'declared', 'timing', 'shall', 'work', 'plain', 'positive', 'saith', 'divine', 'aid', 'learned', 'good', 'love', 'shoulder', 'wheel', 'heathen', 'mind', 'faith', 'meant', 'exclude', 'work', 'good', 'anecdote', 'tell', 'moody', 'authentic', 'earlier', 'day', 'chicago', 'noon', 'day', 'prayer', 'meeting', 'established', 'regular', 'attendant', 'bro', 'man', 'wealth', 'rose', 'day', 'told', 'meeting', 'opportunity', 'certain', 'good', 'thing', 'dollar', 'raised', 'purpose', 'urged', 'present', 'pray', 'earnestly', 'observance', 'introduced', 'loved', 'respected', 'doe', 'dethem', 'entering', 'church', 'afternoon', 'moody', 'foot', 'sudden', 'oper', 'day', 'observe', 'folk', 'wing', 'serve', 'pity', 'rejected', 'path', 'sln', 'work', 'entitled', 'vistory', 'demme', 'lead', 'immortal', 'glory', 'lion', 'united', 'state', 'chosen', 'way', 'sinner', 'man', 'throw', 'light', 'subject', 'look', 'loathing', 'passing', 'inspired', 'history', 'feeling', 'pas', 'choking', 'feeling', 'stuffiness', 'powerful', 'odor', 'fusty', 'clothes', 'moist', 'flannel', 'prevailing', 'element', 'peppermint', 'perspiration', 'form', 'marked', 'feature', 'atmosphere', 'saw', 'aspiration', 'saying', 'bro', 'wouldn', 'trouble', 'lord', 'little', 'thing', 'like', 'universal', 'smile', 'proved', 'took', 'point', 'joke', 'congregationalist', 'silent', 'thought', 'mother', 'exclaimed', 'child']
root - INFO - extracting file #95500: 2017-04-Final-Corpus/RH18790116-V53-03-page7.txt
root - INFO - extracting file #96000: 2017-04-Final-Corpus/RH18800219-V55-08-page6.txt
root - INFO - ['review', 'herald', 'vol', 'putditut', 'ittifil', 'inift', 'weary', 'eliza', 'morton', 'weary', 'self', 'weary', 'sin', 'weary', 'conflict', 'fierce', 'weary', 'toil', 'weary', 'pain', 'weary', 'failure', 'oft', 'weary', 'living', 'weary', 'life', 'weary', 'turmoil', 'noise', 'strife', 'weary', 'earth', 'woe', 'weary', 'homesick', 'weary', 'died', 'weary', 'crucified', 'bearing', 'infirmity', 'ought', 'reason', 'powerful', 'appealing', 'directly', 'selfishness', 'fact', 'expect', 'bear', 'surely', 'fair', 'ask', 'fellow', 'men', 'allowance', 'infirmity', 'theirs', 'religion', 'good', 'breeding', 'avoid', 'far', 'possible', 'coming', 'contact', 'idiosyncrasy', 'little', 'notice', 'manifestation', 'reference', 'physical', 'deformity', 'regard', 'mental', 'moral', 'defect', 'careful', 'tread', 'tender', 'toe', 'brush', 'broken', 'arm', 'stand', 'way', 'blind', 'ought', 'equally', 'careful', 'ruffle', 'temper', 'irritable', 'wound', 'feeling', 'sensitive', 'excite', 'fear', 'timid', 'course', 'limit', 'right', 'feeling', 'respected', 'presume', 'man', 'sincerely', 'desire', 'right', 'difficulty', 'fixing', 'limit', 'general_rule', 'given', 'apply', 'particular', 'case', 'common_sense', 'divine_grace', 'guide', 'man', 'ought', 'endeavor', 'lessen', 'burden', 'expects', 'help', 'bear', 'man', 'bad_habit', 'ought', 'try', 'break', 'man', 'foul', 'ulcer', 'deformed', 'limb', 'pitied', 'ought', 'persist', 'thrusting', 'ulcer', 'deformity', 'occasion', 'insisting', 'shall', 'examine', 'let', 'sight', 'possible', 'cured', 'impossible', 'men', 'ought', 'perpetually', 'obtruding', 'evil', 'temper', 'infirmity', 'friend', 'imposing', 'christian', 'forbearance', 'excusing', 'saying', 'way', 'bad', 'way', 'mended', 'moment', 'soon', 'excusable', 'infirmity', 'continuance', 'body', 'grace', 'god', 'promised', 'seek', 'burden', 'lessened', 'methodist', 'model', 'lady', 'truthful', 'honorable', 'reverence', 'maker', 'christian', 'improved', 'culture', 'good', 'literary', 'education', 'household', 'education', 'thorough', 'know', 'walk', 'hold', 'erect', 'tall', 'short', 'ashamed', 'dress', 'neat', 'simple', 'superfluous', 'good', 'society', 'manner', 'behaves', 'place', 'know', 'talk', 'word', 'chosen', 'slang', 'phrase', 'conversation', 'model', 'fear', 'lord', 'beginning', 'knowledge', 'fugue', 'finger', 'life', 'hallowed', 'organ', 'key', 'prov', 'battle', 'auk', 'mich', 'play', 'differing', 'theme', 'tune', 'time', 'discord', 'harmony', 'echoing', 'octave', 'sky', 'triumphant', 'footed', 'god', 'sure', 'purport', 'climb', 'awhile', 'heaven', 'blinded', 'eye', 'stand', 'bright', 'unconscious', 'solitude', 'people', 'world', 'fairy', 'land', 'hold', 'instinctively', 'lingering', 'hand', 'brief', 'glad', 'cadence', 'babyhood', 'grasp', 'grows', 'wonted', 'sounding', 'maze', 'stronger', 'tone', 'melody', 'childish', 'treble', 'earlier', 'day', 'dreamlike', 'memory', 'play', 'round', 'manhood', 'sonorous', 'symphony', 'airy', 'note', 'float', 'grow', 'clearly', 'sweet', 'vague', 'shadowy', 'somber', 'warp', 'golden', 'glow', 'flashing', 'magic', 'shuttle', 'fro', 'weave', 'love', 'intermediate', 'harmony', 'hark', 'vailed', 'rolling', 'chord', 'theme', 'questioning', 'eager', 'tongued', 'coming', 'year', 'wqhilueefsrtoiomning', 'stealing', 'minor', 'strain', 'palpitating', 'alive', 'pain', 'breathes', 'answer', 'sound', 'tear', 'slower', 'movement', 'softer', 'key', 'trembling', 'hand', 'age', 'old', 'refrain', 'waver', 'silence', 'shall', 'death', 'sea', 'heaven', 'echo', 'glad', 'child', 'song', 'caroline', 'leslie', 'evening', 'post', 'bad_habits', 'week', 'gave', 'chapter', 'howard', 'crosby', 'yale', 'lecture', 'divinity', 'student', 'personal', 'habit', 'minister', 'lecture', 'published', 'independent', 'mentioned', 'speculating', 'social', 'frivolous', 'loose', 'habit', 'bad_habits', 'avoided', 'remark', 'point', 'believing', 'minister', 'read', 'profit', 'pecuniary', 'habit', 'preacher', 'bring', 'great', 'reproach', 'speculating', 'minister', 'draw', 'expunging', 'line', 'sermon', 'money', 'market', 'small', 'kingdom', 'heaven', 'eagerness', 'buy', 'sell', 'preaching', 'lifeless', 'people', 'lose', 'respect', 'count', 'holding', 'incomparable', 'glory', 'unseen', 'eternal', 'man', 'muck', 'rake', 'ought', 'interpreter', 'extravagant', 'minister', 'different', 'equally', 'unfavorable', 'impression', 'supposed', 'worshiper', 'mammon', 'taking', 'chief', 'place', 'house', 'god', 'sabbath', 'eve', 'mary', 'faiilicner', 'pleasant', 'week', 'hour', 'commencement', 'sabbath', 'time', 'readiness', 'waiting', 'blessed', 'approach', 'appropriate', 'moment', 'review', 'place', 'retirement', 'life', 'day', 'passed', 'pouring', 'forth', 'soul', 'god', 'prayer', 'ask', 'help', 'failed', 'better', 'future', 'privilege', 'asking', 'divine', 'aid', 'truly', 'exalted', 'enjoy', 'jesus', 'mediator', 'careful', 'gain', 'victory', 'daily', 'improvement', 'divine_life', 'week', 'fitted', 'finishing', 'touch', 'immortality', 'waiting', 'weekly', 'holy', 'sabbath', 'ready', 'waiting', 'coming', 'blessed', 'saviour', 'mutual', 'forbearance', 'wish', 'succeed', 'life', 'learn', 'men', 'ought', 'making', 'better', 'time', 'remembering', 'infirmity', 'deal', 'ideal', 'man', 'dreaming', 'poet', 'real', 'men', 'day', 'life', 'men', 'precisely', 'like', 'fact', 'common', 'aim', 'ambition', 'infirmity', 'ought', 'create', 'constant', 'sympathy', 'forbearance', 'man', 'burden', 'bear', 'time', 'help', 'bear', 'peculiar', 'burden', 'helped', 'turn', 'god', 'mysteriously', 'linked', 'men', 'curious', 'fact', 'mutual', 'dependence', 'wonderful', 'possibility', 'mutual', 'help', 'poor', 'relieved', 'sick', 'visited', 'sorrowing', 'receive', 'lady', 'rich', 'poor', 'prepared', 'station', 'life', 'doe', 'care', 'called', 'old', 'maid', 'marry', 'merely', 'home', 'model', 'lady', 'best', 'situation', 'blessing', 'god', 'bless', 'world', 'prepare', 'solutely', 'independent', 'fellow', 'time', 'abetter', 'world', 'luella', 'plant', 'free', 'methodist', 'stamped', 'self', 'indulgent', 'man', 'cansympathy', 'inexperienced', 'counseled', 'faint', 'hearted', 'encouraged', 'feeble', 'established', 'turn', 'help', 'hand', 'help', 'god', 'ordered', 'man', 'abwe', 'help', 'act', 'moral', 'power', 'strengthened', 'time', 'come', 'direct', 'way', 'aid', 'extended', 'returned', 'principle', 'mutual', 'forbearance', 'especially', 'applicable', 'mental', 'moral', 'infirmity', 'men', 'conscious', 'infirmity', 'detest', 'render', 'burden', 'friend', 'peevish', 'fretful', 'chronic', 'suspicion', 'wrong', 'easily', 'offended', 'having', 'touchy', 'temper', 'quick', 'pistol', 'hair', 'trigger', 'rough', 'blunt', 'way', 'expressing', 'imagining', 'frank', 'simply', 'uncivil', 'haughty', 'overbearing', 'holding', 'head', 'common', 'herd', 'headstrong', 'yielding', 'position', 'taken', 'deny', 'gratification', 'arrest', 'eye', 'felt', 'lacking', 'self', 'control', 'important', 'element', 'foundation', 'christian_character', 'reason', 'liable', 'speculating', 'minister', 'reputation', 'insincerity', 'ministration', 'gospel', 'closely', 'allied', 'extravagant', 'minister', 'borrowing', 'minister', 'visit', 'people', 'expensive', 'pain', 'avoid', 'pulpit', 'naturally', 'consider', 'concerned', 'pocket', 'soul', 'man', 'gifted', 'conversation', 'direction', 'conscience', 'use', 'gift', 'spiritual_welfare', 'people', 'object', 'missed', 'exercise', 'pastoral', 'function', 'virtually', 'hand', 'attendance', 'preacher', 'throw', 'blame', 'borrowing', 'habit', 'wife', 'extravagance', 'exhibit', 'old', 'adam', 'original', 'meanness', 'woman', 'thou', 'gayest', 'spent', 'salary', 'borrow', 'confession', 'implied', 'know', 'rule', 'house', 'according', 'divine', 'oracle', 'unfit', 'care', 'church', 'god', 'evil', 'pecuniary', 'habit', 'soul', 'vocation', 'soiled', 'irregularity', 'matter', 'money', 'excuse', 'course', 'readily', 'human', 'fault', 'excuse', 'good', 'save', 'preacher', 'reputation', 'stain', 'matter', 'got', 'appropriate', 'answer', 'question', 'preacher', 'guilty', 'disagreeable', 'trait', 'common', 'named', 'origin', 'different', 'source', 'spring', 'constitutional', 'peculiarity', 'hereditary', 'result', 'symptom', 'nervous', 'disorder', 'traced', 'directly', 'defective', 'education', 'origin', 'learn', 'bear', 'forbearance', 'good_reasons', 'commend', 'christian', 'think', 'god', 'age', 'finest', 'date', 'gathered', 'command', 'love', 'neighbor', 'shall', 'equal', 'self', 'love', 'word', 'directs', 'strong', 'bear', 'infirmity', 'weak', 'exhorts', 'bear', 'burden', 'declaring', 'fulfill', 'law', 'christ', 'great', 'law', 'love', 'present', 'imitation', 'wonderful', 'example', 'pleased', 'save', 'men', 'tree', 'reached', 'year', 'sends', 'root', 'large_number', 'sucker', 'time', 'form', 'forest', 'growth', 'emblem', 'righteous', 'desert', 'guilty', 'world', 'uninstructive', 'add', 'tree', 'symbol', 'palestine', 'rarely', 'seen', 'country', 'selected', 'tree', 'scripture', 'righteous', 'shall', 'flourish', 'like', 'palm', 'tree', 'let', 'comparison', 'mean', 'palm', 'grows', 'depth', 'forest', 'fertile', 'loam', 'desert', 'verdure', 'spring', 'apparently', 'scorching', 'dust', 'friendly', 'lighthouse', 'guiding', 'traveler', 'spot', 'water', 'tree', 'remarkable', 'beauty', 'erect', 'aspiring', 'growth', 'leafy', 'canopy', 'waving', 'plume', 'emblem', 'praise', 'age', 'foliage', 'symbol', 'joy', 'exultation', 'fade', 'dust', 'settle', 'twisted', 'booth', 'feast', 'tabernacle', 'borne', 'aloft', 'multitude', 'accompanied', 'messiah', 'jerusalem', 'reprosent', 'hand', 'redeemed', 'heaven', 'usefulness', 'tree', 'unrivaled', 'gibbon', 'native', 'syria', 'speak', 'palm', 'applied', 'shade', 'refreshes', 'traveler', 'fruit', 'restores', 'strength', 'soul', 'fails', 'thirst', 'announces', 'water', 'stone', 'ground', 'camel', 'leaf', 'couch', 'bough', 'fence', 'wall', 'fiber', 'rope', 'rigging', 'best', 'fruit', 'borne', 'old', 'palm']
root - INFO - extracting file #96500: 2017-04-Final-Corpus/RH18800923-V56-14-page1.txt
root - INFO - extracting file #97000: 2017-04-Final-Corpus/RH18810517-V57-20-page13.txt
root - INFO - ['review', 'herald', 'god', 'let', 'god', 'work', 'need', 'clearest', 'brain', 'fleetest', 'foot', 'readiest', 'hand', 'quickest', 'eye', 'true', 'christian', 'fossil', 'trilobite', 'mummy', 'living', 'creature', 'activity', 'sympathy', 'born', 'god', 'spirit', 'need', 'enlightened', 'men', 'world', 'count', 'wisdom', 'enlightened', 'god', 'wisdom', 'god', 'chooses', 'weak', 'foolish', 'agency', 'strong', 'wise', 'wondrous', 'process', 'divine', 'discipline', 'base', 'metal', 'human_life', 'turn', 'crucible', 'pure_gold', 'wisdom', 'need', 'brave', 'men', 'god', 'church', 'use', 'coward', 'doe', 'recruit', 'camp', 'service', 'accomplish', 'warfare', 'aid', 'men', 'turn', 'day', 'battle', 'need', 'men', 'endure', 'hardness', 'good', 'soldier', 'men', 'learned', 'art', 'war', 'god', 'teacheth', 'hand', 'war', 'finger', 'fight', 'men', 'whole_armor', 'god', 'men', 'like', 'gadites', 'handle', 'shield', 'buckler', 'face', 'like', 'face', 'lion', 'swift', 'roe', 'mountain', 'swim', 'jordan', 'overflow', 'bank', 'men', 'yes', 'right', 'mean', 'wrong', 'stand', 'men', 'brave', 'poor', 'self', 'denying', 'honest', 'selected', 'kentucky', 'tract', 'society', 'report', 'quarter', 'ending', 'march', 'organize', 'woman', 'missionary', 'society', 'church', 'pastor', 'repeated', 'lady', 'question', 'yes', 'suppose', 'believe', 'woman', 'society', 'offering', 'come', 'husband', 'purse', 'quietly', 'answered', 'lady', 'argument', 'proved', 'unanswerable', 'speaker', 'happened', 'maiden', 'somewhat', 'uncertain', 'age', 'far', 'meridian', 'life', 'dependent', 'exertion', 'support', 'known', 'cheerful', 'giver', 'woman', 'church', 'christ', 'let', 'brother', 'hold', 'peace', 'lli', 'mention', 'source', 'civilization', 'short', 'stand', 'rule', 'good', 'citizen', 'object', 'school', 'ground', 'simple', 'elementary', 'use', 'scripture', 'inculcation', 'scriptural', 'morality', 'feature', 'public', 'school', 'instruction', 'state', 'citizen', 'object', 'furnish', 'better', 'prepare', 'young', 'moral', 'duty', 'civil', 'right', 'free', 'constitution', 'better', 'accepted', 'majority', 'people', 'doubtless', 'introduced', 'till', 'nolumus', 'mutairi', 'reason', 'changing', 'institution', 'suit', 'view', 'scruple', 'accept', 'foreign', 'despot', 'master', 'conscience', 'north', 'american', 'review', 'council', 'bluff', 'iowa', 'nonpareil', 'following', 'picture', 'recent', 'flood', 'seen', 'bridge', 'platform', 'car', 'offered', 'mean', 'mission', 'lived', 'flood', 'minute', 'examination', 'meaning', 'brief', 'hint', 'genesis', 'revelation', 'god', 'parent', 'work', 'noah', 'son', 'preserved', 'taught', 'posterity', 'supposes', 'noah', 'went', 'china', 'clear', 'view', 'divine_truth', 'received', 'handed', 'enjoyed', 'speculation', 'rapper', 'indulges', 'accepting', 'biblical', 'narrative', 'literal', 'truth', 'draw', 'inference', 'fairly', 'deduced', 'word', 'record', 'lucid', 'satisfactory', 'argument', 'civilization', 'nation', 'origin', 'religion', 'bible', 'observer', 'effect', 'public_school', 'bishop', 'coxe', 'misfortune', 'present_generation', 'american', 'romanists', 'foreign', 'oracle', 'compelled', 'choose', 'good_citizens', 'good', 'papist', 'teach', 'child', 'american', 'constitution', 'state', 'public_school', 'spoiled', 'romanists', 'example', 'teach', 'liberty', 'press', 'liberty', 'conscience', 'worship', 'liberty', 'speech', 'power', 'state', 'define', 'civil', 'right', 'ecclesiastic', 'church', 'employ', 'force', 'civil_law', 'prevail', 'papal', 'law', 'free', 'exercise', 'religion', 'ought', 'allowed', 'country', 'civil', 'marriage', 'valid', 'domain', 'moral', 'treated', 'apart', 'decree', 'pontiff', 'civil', 'duty', 'allegiance', 'railroad', 'track', 'sidewalk', 'piece', 'small', 'building', 'small', 'frame', 'telegraph', 'office', 'building', 'seen', 'lying', 'ready', 'topple', 'telegraph', 'pole', 'assumed', 'weakened', 'falling', 'appearance', 'madly', 'rushing', 'water', 'roared', 'pitched', 'easily', 'imagine', 'midst', 'ocean', 'watching', 'action', 'angry', 'wave', 'ship', 'deck', 'new', 'york', 'observer', 'catholic', 'protectory', 'city', 'demand', 'appropriation', 'state_legislature', 'probably', 'characterizes', 'appropriation', 'annual', 'outrage', 'punished', 'repeated', 'legislator', 'afraid', 'losing', 'vote', 'romanists', 'observer', 'add', 'propriety', 'voting', 'money', 'protectory', 'voting', 'sum', 'presbyterian', 'jewish', 'home', 'woman', 'child', 'grievous', 'wrong', 'public', 'money', 'apply', 'sectarian', 'purpose', 'naked', 'indefensible', 'abuse', 'power', 'ought', 'rebuked', 'people', 'hope', 'governor', 'firmness', 'come', 'hand', 'veto', 'appropriation', 'time', 'church', 'gambling', 'come', 'end', 'rope', 'instead', 'wholesome', 'result', 'attempt', 'new', 'york', 'legalize', 'church', 'lottery', 'purpose', 'introduced', 'legislature', 'state', 'methodist', 'supposes', 'romanists', 'directly', 'measure', 'trust', 'sure', 'index', 'character', 'church', 'seek', 'power', 'thing', 'ground', 'public', 'morality', 'protection', 'membership', 'donation', 'sale', 'periodical', 'collected', 'fund', 'note', 'local', 'society', 'custer', 'failed', 'report', 'bettie', 'coombs', 'sec', 'wisconsin', 'tract', 'society', 'report', 'quarter', 'ending', 'april', 'gia', 'tia', 'geai', 'teri', 'dft', 'membersh', 'donation', 'sale', 'periodical', 'reserve', 'fund', 'collected', 'fund', 'mattie', 'kerr', 'sec', 'minnesota', 'tract', 'society', 'taught', 'treated', 'similar', 'freedom', 'teach', 'young', 'poor', 'ruinous', 'habit', 'forbidden', 'report', 'quarter', 'ending', 'april', 'thing', 'directly', 'indirectly', 'expounding', 'american', 'constitution', 'principle', 'rest', 'american', 'complain', 'creed', 'papist', 'principle', 'condemned', 'infallible', 'authority', 'maintain', 'peril', 'salvation', 'called', 'turn', 'constitution', 'public_school', 'deference', 'romish', 'fellow', 'citizen', 'scruple', 'reading', 'book', 'purged', 'parable', 'lord', 'citizen', 'object', 'pupil', 'allowed', 'know', 'book', 'called', 'swear', 'court', 'justice', 'stop', 'shall', 'draw', 'line', 'year', 'american', 'freedom', 'bible', 'maxim', 'honored', 'degree', 'taught', 'public_school', 'business', 'enterprise', 'convinced', 'observation', 'protestant', 'church', 'ready', 'catholic', 'increase', 'revenue', 'disgraceful', 'manner', 'leader', 'church', 'compunction', 'conscience', 'account', 'remember', 'abbot', 'throw', 'dice', 'convent', 'play', 'thing', 'turn', 'north', 'carolina', 'boy', 'gatling', 'set', 'invent', 'corn', 'planter', 'kept', 'improving', 'improving', 'changing', 'came', 'destructive', 'implement', 'modern', 'warfare', 'gatling', 'gun', 'brother', 'studying', 'ministry', 'phillips', 'academy', 'shot', 'dead', 'attempt', 'burglary', 'ila', 'adopacl', 'worse', 'certainly', 'romanists', 'companion', 'crime', 'confessing', 'long', 'course', 'robbery', 'yes', 'corn', 'planter', 'grows', 'engine', 'destruction', 'ministerial', 'student', 'turn', 'burglar', 'believe', 'evolution', 'evolution', 'kind', 'derived', 'state', 'law', 'unbounded', 'franchise', 'state', 'treasury', 'immense', 'endowment', 'teach', 'romish', 'state', 'ought', 'tolerate', 'reverse', 'circumstance', 'obviously', 'soon', 'majority', 'shall', 'tolerated', 'wise', 'hold', 'civil', 'right', 'heretofore', 'understood', 'better', 'mean', 'self', 'preservation', 'finis', 'sole', 'resource', 'rome', 'obtain', 'past', 'year', 'congressional', 'library', 'majority', 'begin', 'act', 'principle', 'doubled', 'time', 'expected', 'syllabus', 'agent', 'making', 'book', 'end', 'library', 'soon', 'contain', 'volume', 'review', 'sign', 'good_health', 'instructor', 'periodical', 'membership', 'donation', 'sale', 'periodic', 'collected', 'fund', 'nettie', 'white', 'sec', 'contribution', 'important', 'amerof', 'access', 'great', 'transfer', 'depot', 'union', 'ican', 'missionary', 'religious', 'learning', 'repeatedly', 'acknowledged', 'foreign', 'scholar', 'led', 'speak', 'reading', 'pamphlet', 'hand', 'rev', 'happer', 'presbyterian', 'mission', 'canton', 'china', 'question', 'concern', 'correct', 'pacific', 'railroad', 'sight', 'presented', 'eye', 'simply', 'wonderful', 'awful', 'grand', 'vast', 'expanse', 'water', 'seen', 'direction', 'east', 'west', 'north', 'south', 'roar', 'tumbling', 'water', 'sound', 'appearance', 'mighty', 'river', 'deep', 'wide', 'water', 'filled', 'knowledge', 'antediluvian', 'transfloating', 'debris', 'consisting', 'huge', 'log', 'section', 'member', 'added', 'member', 'added', 'member', 'added', 'letter', 'written', 'letter', 'written', 'sign', 'taken', 'club', 'subscriber', 'obtained', 'periodical', 'subscriber', 'obtained', 'periodical', 'subscriber', 'obtained', 'periodical', 'page', 'tract', 'pamphlet', 'distribut', 'page', 'tract', 'pamphlet', 'distribut', 'page', 'tract', 'pamphlet', 'distribut', 'cash', 'rec', 'tract', 'fund', 'periodical', 'cash', 'rec', 'tract', 'fund', 'andperiodicals', 'cash', 'rec', 'tract', 'fund', 'andperiodicals', 'member', 'member', 'report', 'report', 'returned', 'returned', 'family', 'visited', 'periodical', 'ibu', 'distr', 'ted', 'annual', 'sold', 'given', 'away']
root - INFO - extracting file #97500: 2017-04-Final-Corpus/RH18820103-V59-01-page2.txt
root - INFO - extracting file #98000: 2017-04-Final-Corpus/RH18820808-V59-32-page6.txt
root - INFO - ['review', 'herald', 'voi', 'cool', 'men', 'apprehensive', 'decadence', 'decline', 'arrested', 'moral', 'life', 'nation', 'good', 'hope', 'hose', 'prospect', 'comprehended', 'shooting', 'niagara', 'deluge', 'reassuring', 'storrs', 'said', 'isan', 'ebe', 'adduced', 'conviction', 'strengthens', 'critical', 'period', 'moral', 'life', 'nation', 'seen', 'nation', 'christian', 'work', 'july', 'close', 'article', 'war', 'egypt', 'significant', 'word', 'hardly', 'question', 'mate', 'result', 'campaign', 'unholy', 'rebellion', 'beeniput', 'cost', 'thousand', 'life', 'work', 'europeanizing', 'egypt', 'begin', 'anew', 'greater', 'diffitulties', 'embarrassment', 'settlement', 'egyptian', 'question', 'country', 'thoroughly', 'subordinated', 'european', 'influence', 'governed', 'different', 'policy', 'emanates', 'constantinople', 'fact', 'egyptian', 'question', 'turkish', 'question', 'europe', 'peace', 'turk', 'ruling', 'force', 'outside', 'fashion', 'writer', 'popular', 'science', 'monthly', 'beginning', 'career', 'microscopic', 'apeck', 'living', 'matter', 'close', 'figure', 'highly', 'end', 'need', 'transcendent', 'man', 'biologically', 'considered', 'protoplasm', 'protoplasm', 'protoplasm', 'said', 'perfection', 'regarded', 'member', 'ief', 'animal', 'series', 'high', 'privilege', 'knowing', 'feeling', 'hinsself', 'brother', 'living', 'thing', 'unto', 'worm', 'thou', 'art', 'oiit', 'morning', 'arose', 'earlier', 'usual', 'went', 'crib', 'trap', 'caught', 'man', 'tom', 'slocum', 'pected', 'notice', 'thief', 'turned', 'aside', 'barn', 'began', 'hetip', 'manger', 'hay', 'sweet', 'scented', 'froin', 'summer', 'harvest', 'field', 'opened', 'door', 'took', 'golden', 'ear', 'fruit', 'honest', 'toil', 'time', 'thinking', 'whatstoii', 'try', 'law', 'coal', 'man', 'deserved', 'wife', 'asiti', 'kept', 'ringing', 'mind', 'emptied', 'corn', 'feeding', 'trough', 'went', 'soil', 'man', 'stood', 'hand', 'hello', 'neighbor', 'hero', 'asked', 'poor', 'tom', 'answered', 'dowry', 'guilty', 'face', 'confessed', 'word', 'farmer', 'dawson', 'released', 'imprisoned', 'hai', 'taking', 'tom', 'sack', 'ordered', 'held', 'filled', 'coveted', 'grain', 'toni', 'said', 'fasins', 'want', 'corn', 'come', 'let', 'trust', 'need', 'hand', 'farm', 'steady', 'work', 'good_wages', 'sir', 'replied', 'torn', 'overcome', 'wanting', 'work', 'hire', 'family', 'suffering', 'ashainsfl', 'beg', 'work', 'taken', 'chance', 'tom', 'said', 'farmer', 'taks', 'corn', 'thing', 'comfortableaho', 'home', 'day', 'morrow', 'begin', 'thing', 'agree', 'tom', 'lifted', 'inquiring', 'gaze', 'let', 'whisky', 'continued', 'farmer', 'promise', 'touch', 'disi', 'tear', 'sprang', 'tom', 'eyessand', 'hisvoi', 'trembledwith', 'emotion', 'said', 'youare', 'man', 'eversaskeda', 'ter', 'epirit', 'mortal', 'besproud', 'protoplasmic', 'spirit', 'mortal', 'exceedingly', 'proud', 'poinklar', 'scid', 'protoplasm', 'proud', 'man', 'protoplasm', 'doe', 'posse', 'spirit', 'mortal', 'spirit', 'protoplasmic', 'christian', 'work', 'eon', 'maybe', 'plant', 'grown', 'youtb', 'daughter', 'corner', 'stone', 'polished', 'similitude', 'pal', 'flee', 'hay', 'field', 'season', 'blithe', 'merry', 'gay', 'flower', 'sweet', 'song', 'rose', 'ripened', 'cherry', 'night', 'tranquil', 'day', 'long', 'earth', 'forgotten', 'time', 'sadness', 'silence', 'shadow', 'passed', 'away', 'universal', 'gladness', 'hay', 'season', 'lad', 'lass', 'betimes', 'sunny', 'field', 'swish', 'scythe', 'lay', 'low', 'grass', 'passing', 'hour', 'new', 'pleastires', 'yield', 'time', 'festive', 'sweet', 'hay', 'making', 'sporting', 'laugh', 'joyous', 'word', 'song', 'grateful', 'love', 'partaking', 'daybeard', 'squander', 'hour', 'sighing', 'thing', 'lovely', 'stay', 'dancing', 'gras', 'soon', 'dying', 'let', 'merry', 'amid', 'hay', 'time', 'coming', 'sorrow', 'wealth', 'beauty', 'let', 'ususe', 'day', 'leave', 'morrow', 'god', 'forget', 'blue', 'bright', 'sky', 'sweet', 'flower', 'scented', 'air', 'thing', 'whisper', 'god', 'doth', 'love', 'sound', 'woo', 'happy', 'prayer', 'forest', 'glade', 'joy', 'song', 'ringing', 'morn', 'night', 'happy', 'day', 'let', 'human', 'voice', 'hint', 'singing', 'ilelds', 'hay', 'coming', 'need', 'oppress', 'let', 'raise', 'triumph', 'trustful', 'song', 'god', 'father', 'bless', 'love', 'summer', 'whole_year', 'long', 'sky', 'darken', 'flower', 'failing', 'life', 'stormy', 'day', 'grow', 'dim', 'god', 'power', 'mercy', 'aye', 'prevailing', 'trust', 'marianne', 'garnio', 'oham', 'christian_world', 'coal', 'farmer', 'dawson', 'kept', 'missing', 'corn', 'night', 'taken', 'crib', 'door', 'secured', 'lock', 'key', 'lazy', 'tom', 'slocum', 'exclaimed', 'morning', 'missing', 'usual', 'mother', 'gave', 'breakfast', 'wife', 'lip', 'dred', 'thirty', 'lour', 'suspected', 'time', 'won', 'hear', 'basket', 'foodfor', 'suffering', 'family', 'insip', 'cording', 'lieutenant', 'conder', 'huntwentystwo', 'western', 'palestine', 'longer', 'poor', 'man', 'home', 'tornwent', 'workthe', 'day', 'theirie', 'think', 'tom', 'asked', 'wife', 'identified', 'according', 'selah', 'men', 'rill', 'arehaeologist', 'american', 'palestine', 'exploration', 'society', 'nearly', 'biblical', 'eastern', 'corn', 'matter', 'ing', 'attended', 'church', 'sabbath', 'school', 'palsistino', 'sidentified', 'great', 'spent', 'summer', 'saloon', 'family', 'respectable', 'membero', 'time', 'money', 'expended', 'neighbor', 'work', 'plenty', 'society', 'thisiwork', 'identifying', 'site', 'mentioned', 'bible', 'difilerilty', 'work', 'undoubtedly', 'little', 'appreciated', 'importance', 'work', 'haseonneel', 'edrwith', 'greater', 'hardship', 'risk', 'enters', 'doe', 'life', 'hand', 'life', 'hen', 'saerificedin', 'tbeir', 'labor', 'throw', 'light', 'page', 'sacred', 'record', 'surely', 'hristian', 'men', 'woman', 'owe', 'arid', 'lie', 'serf', 'right', 'family', 'suffering', 'rejoined', 'wife', 'sick', 'need', 'food', 'changed', 'torn', 'remarked', 'farmer', 'wife', 'day', 'yes', 'replied', 'husband', 'cost', 'royal', 'road', 'unwise', 'industry', 'time', 'hea', 'rdw', 'snot', 'like', 'attend', 'lecture', 'art', 'renter', 'like', 'foot', 'langeagi', 'time', 'scarcely', 'read', 'book', 'year', 'soillt', 'spell', 'truth', 'assertion', 'aril', 'medicine', 'help', 'grawled', 'farmer', 'neighbor', 'going', 'care', 'family', 'encourage', 'spend', 'season', 'better', 'send', 'jail', 'family', 'poor', 'house', 'going', 'sympathize', 'effort', 'andsto', 'laid', 'plan', 'trap', 'render', 'possible', 'encouragement', 'assistance', 'flsio', 'convincing', 'argument', 'atithentieity', 'scripture', 'produced', 'thati', 'based', 'identification', 'tbsoplaces', 'named', 'indeedj', 'surprising', 'tsin', 'country', 'suffered', 'severely', 'devastation', 'watistaitalso', 'tiro', 'destructive', 'policy', 'ruler', 'large', 'proportion', 'place', 'mentioned', 'thousand', 'year', 'ago', 'identified', 'breakfast', 'walked', 'house', 'let', 'work', 'christian', 'afford', 'decided', 'step', 'sustain', 'like', 'ail', 'work', 'similar', 'nature', 'mind', 'going', 'need', 'lettilathe', 'known', 'appreciated', 'wife', 'sighed', 'went', 'work', 'thinking', 'svatior', 'sisretv', 'student', 'tpfeeatt', 'self', 'respect', 'lie', 'exacting', 'lilsnor', 'iul', 'eserv', 'hut', 'striving', 'attain', 'tin', 'receives', 'honor', 'obof', 'weary', 'heart', 'broken', 'mother', 'sick', 'woman', 'cultivate', 'mind', 'tact', 'kande', 'leak', 'exclaimed', 'fix', 'difficult', 'sort', 'litter', 'koep', 'free', 'fro', 'went', 'work', 'setting', 'trap', 'inside', 'dust', 'supply', 'sksfamily', 'man', 'time', 'came', 'efficient', 'hand', 'tij', 'dawson', 'place', 'stopped', 'drinking', 'stea', 'night', 'tom', 'reaping', 'bitter', 'fruit', 'folly', 'time', 'help', 'better', 'life', 'suggested', 'wife', 'little', 'course', 'law', 'open', 'criticism', 'content', 'bearingas', 'efiective', 'replied', 'thofarmer', 'nature', 'necessity', 'laid', 'tijs', 'case', 'coal', 'better', 'womel', 'beapeate', 'try', 'coal', 'william', 'try', 'coal', 'farmer', 'dawson', 'reply', 'finished', 'load', 'sewing', 'house', 'keeping', 'social', 'dull', 'till', 'attempt', 'time', 'thought', 'quiet', 'study', 'wheeissd', 'juggernaut', 'saxe', 'holm', 'said', 'weal', 'house', 'kept', 'clean', 'china', 'cup', 'haw', 'hungry', 'babe', 'farmer', 'proceeded', 'examine', 'crib', 'thorough', 'search', 'hole', 'large', 'admit', 'man', 'hand', 'slovenly', 'home', 'weal', 'vital', 'defect', 'culture', 'brit', 'house', 'delicately', 'clean', 'thing', 'fancy', 'rks', 'whish', 'drink', 'drankuntil', 'thought', 'use', 'trying', 'beg', 'man', 'care', 'ask', 'use', 'stop', 'drinking', 'bound', 'trial', 'toni', 'sir', 'farmer', 'dawson', 'took', 'tom', 'house']
root - INFO - extracting file #98500: 2017-04-Final-Corpus/RH18830403-V60-14-page1.txt
root - INFO - extracting file #99000: 2017-04-Final-Corpus/RH18831030-V60-43-page6.txt
root - INFO - ['review', 'herald', 'vol', 'came', 'deacon', 'nash', 'greatly', 'disturbed', 'ought', 'said', 'like', 'dollar', 'stingy', 'better', 'sorry', 'principle', 'borrow', 'note', 'prosperous', 'year', 'said', 'neighbor', 'brother', 'church', 'crop', 'turned', 'sold', 'hay', 'usual', 'nut', 'fruit', 'brought', 'rich', 'return', 'true', 'replied', 'way', 'buying', 'cow', 'sheep', 'yesterday', 'bought', 'morgan', 'colt', 'burnham', 'good', 'investment', 'sorry', 'neighbor', 'pas', 'lane', 'time', 'wife', 'called', 'exacting', 'friend', 'sensitive', 'degree', 'partakes', 'self', 'love', 'measure', 'regard', 'wonder', 'return', 'recognize', 'vital', 'truth', 'relationship', 'friendship', 'love', 'held', 'worth', 'holding', 'spring', 'affinity', 'nature', 'stand', 'inevitable', 'friction', 'life', 'superficial', 'decoration', 'pleasant', 'role', 'assumed', 'deepest', 'sense', 'relation', 'predetermined', 'fore', 'ordained', 'sympathy', 'spiritual_nature', 'writer', 'trust', 'educate', 'inspire', 'realize', 'ideal', 'virtue', 'endow', 'idealize', 'clearly', 'truly', 'people', 'jar', 'perpetual', 'friction', 'false', 'interpretation', 'insignificant', 'doubt', 'suspicion', 'absurd', 'fancy', 'far', 'better', 'eliminated', 'social', 'list', 'life', 'offer', 'far', 'tions', 'series', 'explanation', 'justification', 'type', 'called', 'friend', 'demand', 'explain', 'time', 'misconstrue', 'tenth', 'people', 'world', 'afford', 'waste', 'energy', 'caused', 'friction', 'wise', 'course', 'safe', 'course', 'instinct', 'self', 'preservation', 'ing', 'people', 'sel', 'nut', 'comfortable', 'switzerland', 'treat', 'milk', 'bread', 'dram', 'drinker', 'thirst', 'assuaged', 'water', 'milk', 'enslaved', 'appetite', 'craves', 'wonted', 'tipple', 'stronger', 'stimulant', 'natural', 'food', 'effect', 'poison', 'hunger', 'nature', 'appetite', 'remedy', 'nature', 'felix', 'oswold', 'popular', 'science', 'monthly', 'october', 'lack', 'charity', 'uncharitableness', 'person', 'like', 'called', 'uncharitable', 'doe', 'hesitate', 'repeat', 'know', 'truth', 'neighbor', 'fellow', 'citizen', 'brother', 'church', 'member', 'truth', 'reflects', 'unpleasantly', 'spirit', 'conduct', 'person', 'mentioned', 'necessity', 'laid', 'speaker', 'tell', 'matter', 'duty', 'avoided', 'uncharitableness', 'charity', 'refrain', 'lying', 'person', 'common', 'decency', 'failure', 'point', 'crime', 'shame', 'charity', 'refrain', 'repeating', 'discredit', 'said', 'true', 'fact', 'established', 'question', 'ordinary', 'fairness', 'failure', 'point', 'gross', 'injustice', 'opportunity', 'charity', 'regaial', 'good_name', 'true', 'truth', 'mentioned', 'injury', 'person', 'left', 'unmentioned', 'sinning', 'silence', 'charity', 'taketh', 'account', 'evil', 'rejoiceth', 'iniquity', 'store', 'unfavorable', 'truth', 'pleasure', 'repeating', 'charity', 'beareth', 'thing', 'margin', 'revision', 'covereth', 'thing', 'let', 'duty', 'demand', 'truly', 'charitable', 'person', 'mention', 'repeat', 'discredit', 'duty', 'admit', 'silence', 'point', 'person', 'tell', 'truth', 'harm', 'telling', 'properly', 'evaded', 'far', 'uncharitable', 'ala', 'rarity', 'christian', 'charity', 'sun', 'time', 'hardly', 'extreme', 'statement', 'better', 'friend', 'admit', 'close', 'relation', 'exacting', 'nature', 'people', 'perpetually', 'posing', 'misunderstood', 'drive', 'friend', 'candidacy', 'lodge', 'vast', 'wilderness', 'lunatic', 'assylum', 'life', 'short', 'devote', 'explanation', 'certain_class', 'supersensitive', 'people', 'appear', 'stand', 'perpetual', 'need', 'genuine', 'basis', 'pleasant', 'social', 'relation', 'generous', 'trust', 'belief', 'fully', 'comprehend', 'admit', 'individual', 'inner', 'circle', 'relation', 'distinguishes', 'friend', 'mere', 'casual', 'acquaintance', 'endow', 'confidence', 'sufficient', 'degree', 'believe', 'right', 'best', 'knowledge', 'ability', 'able', 'predicate', 'know', 'precisely', 'right', 'having', 'let', 'repose', 'mutual', 'stance', 'change', 'aversion', 'specific', 'cravmanhood', 'royal', 'grandeur', 'trust', 'generous', 'belief', 'largeness', 'faith', 'ing', 'partake', 'majesty', 'room', 'heard', 'said', 'like', 'add', 'mite', 'lord', 'bank', 'seldom', 'nobler', 'resource', 'exhilarating', 'occupato', 'case', 'advisable', 'idea', 'added', 'week', 'prospered', 'given', 'usual', 'sunday', 'contribution', 'time', 'said', 'farmer', 'let', 'dollar', 'hardly', 'believe', 'eye', 'money', 'counted', 'handsome', 'sum', 'drop', 'list', 'friend', 'exacthe', 'said', 'ashamed', 'account', 'smallness', 'shall', 'seen', 'good', 'lord', 'bank', 'draw', 'understand', 'meaning', 'apostle', 'word', 'judicious', 'systematically', 'day', 'wholly', 'right_spirit', 'grown', 'better', 'better', 'heart', 'stirred', 'struggle', 'tenth', 'good', 'deal', 'spread', 'lord', 'work', 'work', 'willing', 'engage', 'inevitably', 'heart', 'softened', 'holy', 'service', 'annie', 'preston', 'christian', 'work', 'exacting', 'people', 'following', 'selection', 'contains', 'worth', 'passing', 'thought', 'cause', 'deep', 'reflection', 'persevering', 'prayer', 'christian', 'woman', 'town', 'new', 'york', 'desired', 'obtain', 'school', 'house', 'purpose', 'starting', 'sabbath', 'school', 'refused', 'skeptical', 'trustee', 'persevered', 'asked', 'tell', 'aunt', 'polly', 'use', 'school', 'house', 'purpose', 'think', 'going', 'said', 'aunt', 'polly', 'like', 'know', 'key', 'think', 'lord', 'going', 'unlock', 'maybe', 'said', 'infidel', 'tell', 'key', 'going', 'pray', 'experience', 'perishing', 'soul', 'examining', 'act', 'rumored', 'act', 'friend', 'mental', 'microscope', 'doubt', 'question', 'need', 'explained', 'thing', 'suicidal', 'true', 'friendship', 'explanation', 'finer', 'truer', 'feeling', 'usual', 'thing', 'hear', 'discord', 'friendship', 'good', 'deal', 'like', 'china', 'good', 'cracked', 'homely', 'comparison', 'truth', 'friendship', 'worthy', 'elevated', 'spiritual', 'relation', 'little', 'petty', 'daily', 'discord', 'possible', 'material', 'life', 'chiefly', 'woman', 'certain', 'bete', 'noir', 'life', 'persistent', 'obtrusion', 'noxious', 'sub', 'pleasurable', 'excitement', 'god', 'short', 'way', 'eminent', 'praying', 'way', 'time', 'came', 'hard', 'heart', 'infidel', 'gave', 'way', 'received', 'key', 'opposed', 'school', 'sustained', 'great', 'good', 'imitate', 'pearl', 'oyster', 'particle', 'sand', 'intrudes', 'shell', 'vexes', 'grief', 'eject', 'evil', 'cover', 'precious', 'way', 'stance', 'extracted', 'own_life', 'man', 'man', 'funeral', 'god', 'spirit', 'inspires', 'prayer', 'believing', 'christian', 'heart', 'omnipotence', 'stand', 'ready', 'answer', 'way', 'christian', 'secretary', 'turn', 'intruder', 'pearl', 'provocation', 'receive', 'fellow', 'christian', 'bred', 'pearl', 'patience', 'gentleness', 'forgiveness', 'harmed', 'spurgeon', 'natural', 'appetite', 'land', 'earth', 'age', 'world', 'man', 'unfolded', 'pre', 'eminent', 'manhood', 'passed', 'noble', 'ordeal', 'self', 'sacrifice', 'renounced', 'individual', 'preference', 'universal', 'principle', 'reverence', 'justice', 'true', 'truth', 'sake', 'manly', 'sake', 'magnificent', 'order', 'distinguish', 'poison', 'stimulant', 'harmless', 'nutritive', 'substance', 'nature', 'furnished', 'infallible', 'test', 'taste', 'poison', 'insipid', 'repulsive', 'produced', 'gratification', 'craving', 'domain', 'character', 'eternal', 'principle', 'followed', 'depressing', 'reaction', 'drop', 'wholesome', 'beverage', 'milk', 'cold', 'water', 'cider', 'fresh', 'press', 'pleasant', 'indulgence', 'pleasure', 'followed', 'repentance', 'begets', 'specific', 'craving', 'pancake', 'honey', 'eat', 'great', 'relish', 'won', 'miss', 'long', 'satisfy', 'hunger', 'bread', 'butter', 'midwinter', 'apple', 'advance', 'dollar', 'barrel', 'need', 'lecture', 'midnight', 'prayer', 'substitute', 'rice', 'pudding', 'apple', 'pie', 'turk', 'breakfast', 'thirty', 'year', 'fig', 'roasted', 'chestrule', 'way', 'self', 'surrender', 'infinite', 'good', 'week', 'novel', 'book', 'volumed', 'read', 'oft', 'crammed', 'poisonous', 'error', 'blackening', 'page', 'oftener', 'trifling', 'second', 'hand', 'remark', 'old', 'diseased', 'putrid', 'thought', 'miserable', 'incident', 'war', 'nature', 'self', 'truth', 'war', 'charming', 'greedy', 'reader', 'till', 'tried', 'recollect', 'thought', 'dreaming', 'emptiness', 'like', 'ephemera', 'sprung', 'day', 'day', 'expired', 'ponock', 'course', 'time']
root - INFO - extracting file #99500: 2017-04-Final-Corpus/RH18840617-V61-25-page1.txt
root - INFO - extracting file #100000: 2017-04-Final-Corpus/RH18850203-V62-05-page12.txt
root - INFO - ['tvgre', 'tly', 'anat', 'goeth', 'forth', 'weepeth', 'bearing', 'precious_seed', 'shall', 'doubt', 'come', 'rejoicing', 'bringing', 'sheaf', 'gentle', 'king', 'fannie', 'bolton', 'heart', 'bitter', 'weeping', 'moved', 'death', 'laid', 'low', 'darling', 'loved', 'distance', 'widened', 'apart', 'friend', 'taken', 'heart', 'fair', 'ambition', 'lured', 'grieved', 'fame', 'unwon', 'love', 'gave', 'hint', 'bliss', 'dropped', 'kiss', 'lord', 'day', 'thank', 'thee', 'idol', 'fell', 'thank', 'thee', 'false', 'god', 'gone', 'thou', 'dear', 'saviour', 'art', 'love', 'gave', 'thorn', 'pierced', 'heart', 'sorrow', 'grew', 'art', 'ambition', 'proved', 'monarch', 'vain', 'bowed', 'vassal', 'chain', 'poor', 'idol', 'loved', 'boasting', 'tyrant', 'proved', 'thank', 'thee', 'god', 'thou_hast', 'come', 'prove', 'thy', 'love', 'casting', 'heathen', 'horde', 'teaching', 'know', 'lord', 'bow', 'day', 'joy', 'sing', 'review', 'add', 'herald', 'vol', 'chicago', 'sweden', 'reported', 'review', 'time', 'brother', 'wonder', 'silence', 'idle', 'time', 'reported', 'waited', 'long', 'hoping', 'thing', 'develop', 'laboring', 'encouraging_report', 'remarkable', 'progress', 'work', 'feel', 'moving', 'september', 'trip', 'devonshire', 'mile', 'held', 'meeting', 'week', 'promising', 'young', 'man', 'began', 'observance', 'sabbath', 'spare', 'hour', 'missionary_work', 'obtained', 'subscription', 'present_truth', 'interested', 'think', 'obey', 'hope', 'soon', 'able', 'visit', 'field', 'month', 'december', 'held', 'meeting', 'isle', 'wight', 'seen', 'thing', 'encourage', 'work', 'finished', 'admitted', 'claim', 'truth', 'think', 'cross', 'heavy', 'obeyed', 'hope', 'great', 'hindrance', 'holding', 'meeting', 'country', 'getting', 'suitable', 'hall', 'reasonable', 'price', 'village', 'hall', 'room', 'suitable', 'public_meetings', 'usually', 'engaged', 'night', 'week', 'manager', 'think', 'great', 'favor', 'let', 'room', 'service', 'price', 'tendency', 'discourage', 'american', 'accustomed', 'school', 'house', 'hall', 'free', 'charge', 'way', 'avoid', 'difficulty', 'good_use', 'summer_months', 'holding', 'open', 'air', 'meeting', 'people', 'reached', 'way', 'inexperienced', 'work', 'meeting', 'summer', 'mean', 'bringing', 'truth', 'class', 'reached', 'way', 'occasionally', 'meet', 'influential', 'men', 'southampton', 'knew', 'speak', 'meeting', 'admit', 'truth', 'believe', 'open', 'air', 'meeting', 'followed', 'visiting', 'house', 'avenue', 'reach', 'people', 'way', 'cause', 'southampton', 'better', 'condition', 'time_past', 'meeting', 'good', 'season', 'trust', 'unpleasant', 'experience', 'church', 'recently', 'passed', 'prove', 'blessing', 'quarterly', 'meeting', 'disfellowshiped', 'censured', 'reign', 'thou', 'lord', 'gentle', 'king', 'tear', 'grief', 'wept', 'day', 'thy', 'love', 'sweet', 'wiped', 'away', 'smiled', 'thinking', 'tomb', 'thy', 'power', 'shall', 'break', 'gloom', 'day', 'thou', 'wilt', 'bid', 'dead', 'rise', 'life', 'bloom', 'instead', 'mid', 'darkness', 'land', 'clasping', 'close', 'thy_hand', 'poor', 'rich', 'privileged', 'walk', 'thee', 'rule', 'heart', 'safely', 'bring', 'thy', 'subject', 'thy', 'court', 'king', 'church', 'revived', 'greater', 'earnestness', 'shown', 'missionary_work', 'bro', 'oyen', 'leader', 'tract_society', 'church', 'beginning', 'earnest', 'spread', 'truth', 'bro', 'assisted', 'meeting', 'time', 'permit', 'labor', 'church', 'office', 'greatly', 'appreciated', 'great', 'blessing', 'cause', 'held', 'meeting', 'young', 'begun', 'serve', 'lord', 'sabbath', 'good_day', 'cause', 'morning', 'discourse', 'baptism', 'carefully', 'examining', 'candidate', 'eighteen', 'precious_souls', 'buried', 'lord', 'walk', 'newness', 'life', 'afternoon', 'ordinance', 'celebrated', 'said', 'brightest', 'day', 'experience', 'meeting', 'held', 'sunday', 'attended', 'interested', 'listener', 'commenced', 'sabbath', 'deeply', 'interested', 'hope', 'accepting', 'truth', 'city', 'labor', 'different_parts', 'norway', 'bro', 'sten', 'labored', 'time', 'hope', 'efficient', 'worker', 'cause', 'think', 'going', 'fredrikhald', 'february', 'labor', 'way', 'open', 'rejoices', 'heart', 'learn', 'spread', 'truth', 'america', 'trust', 'time', 'near', 'message', 'shall', 'loud_cry', 'grace', 'strength', 'till', 'jesus', 'come', 'good_courage', 'lord', 'address', 'akersveien', 'christiana', 'norway', 'thing', 'received', 'church_fellowship', 'elder', 'deacon', 'elected', 'brother', 'spend', 'time', 'going', 'house', 'house', 'missiei', 'work', 'meet', 'number', 'anxious', 'read', 'publication', 'mean', 'buy', 'necessary', 'away', 'loan', 'reading', 'matter', 'met', 'age', 'man', 'life', 'village', 'adjo', 'southampton', 'lord', 'sabbath', 'began', 'observance', 'seven', 'year', 'ago', 'whil', 'africa', 'know', 'time', 'sabbath', 'keeper', 'ward', 'country', 'minister', 'served', 'seventh', 'day', 'preach', 'fear', 'causing', 'division', 'came', 'england', 'saw', 'copy', 'present', 'learned', 'company', 'bath', 'keeper', 'southampton', 'met', 'time', 'harmony', 'point', 'hinders', 'friendly', 'punch', 'work', 'trust', 'accep', 'message', 'report', 'progress', 'like', 'believe', 'labor', 'past', 'month', 'vain', 'believe', 'sown', 'bring', 'forth', 'fruit', 'due_time', 'sow', 'water', 'lord', 'crease', 'brother', 'pray', 'work', 'stockholm', 'place', 'continues', 'better', 'previous', 'time', 'paper', 'city', 'generally', 'religious', 'advertisement', 'refused', 'advertisement', 'distribute', 'small', 'handbill', 'week', 'church', 'warn', 'people', 'hear', 'great', 'stir', 'religion', 'salvation_army', 'prospering', 'wonderfully', 'thousand', 'crowd', 'attend', 'meeting', 'peace', 'safety', 'theory', 'deceiving', 'great_majority', 'believer', 'know', 'saved', 'earthly', 'millennium', 'generally', 'expected', 'age', 'come', 'theory', 'flourishing', 'wonderfully', 'universalism', 'prefer', 'hear', 'truth', 'person', 'attend', 'meeting', 'sabbath', 'present', 'report', 'held', 'meeting', 'commenced', 'obey', 'truth', 'received', 'month', 'donation', 'obtained', 'fifty', 'new_subscribers', 'paper', 'received', 'book', 'sold', 'subscription', 'bro', 'johnson', 'labored', 'lagge', 'forty_miles', 'stockholm', 'good_interest', 'hear', 'lady', 'country', 'mile', 'city', 'widow', 'admiral', 'attended', 'meeting', 'deeply', 'interested', 'christian', 'lady', 'desire', 'instructed', 'truth', 'religious', 'vicinity', 'life', 'promised', 'hold', 'meeting', 'month', 'evidence', 'convince', 'lord', 'people', 'vicinity', 'lord', 'wisdom', 'strength', 'reach', 'truth', 'help', 'prepare', 'coming', 'son', 'man', 'jan', 'john', 'matteson', 'norway', 'christiana', 'thing', 'encourage', 'work', 'lord', 'blessed', 'effort', 'trust', 'salvation', 'soul', 'oct', 'place', 'studied', 'language', 'held', 'meeting', 'church', 'labored', 'house', 'house', 'lord', 'blessed', 'effort', 'indiana', 'jan', 'jan', 'illinois', 'southern', 'england', 'chicago', 'ilaving', 'fixed', 'inside', 'meeting', 'house', 'west', 'erie', 'makia', 'inviting', 'seating', 'modate', 'commenced', 'ing', 'jan', 'ill', 'hard', 'larger', 'audience', 'accommodate', 'house', 'filled', 'capacity', 'night', 'apparently', 'interested', 'hearer', 'week', 'evening', 'cold', 'people', 'come', 'pray', 'jan', 'hansom', 'kansa', 'chard', 'scott', 'ward', 'vie', 'place', 'mentioned', 'dec', 'bad', 'weather', 'continuo', 'disagreeable', 'impossibh', 'hold', 'meeting', 'tried', 'fully', 'time', 'visiting', 'house', 'house', 'trying', 'encourage', 'strengthen', 'brother', 'company', 'chard', 'new', 'isll', 'holding', 'encouraging', 'willing', 'walk', 'light', 'reform', 'essential', 'day', 'hope', 'soon', 'good', 'church', 'organized', 'church', 'scott', 'city', 'better', 'opportunity', 'meeting', 'thdug', 'rained', 'nearly', 'day', 'meeting', 'precious', 'season', 'lord', 'came', 'near', 'blessed', 'felt', 'cheered', 'strengthened', 'coming', 'conflict', 'dismissed', 'lett', 'added', 'manner', 'bagby', 'plan', 'concerning', 'tract', 'work', 'discussed', 'acted', 'prove', 'great', 'blessing', 'church', 'ward', 'sick', 'connection', 'bad', 'weather', 'dered', 'meeting', 'failure', 'nance', 'celebrated', 'lord', 'gave', 'spirit', 'disfellowshiped', 'bro', 'kimball', 'chard', 'assisting', 'visiting', 'hope', 'ere', 'long', 'continuously', 'work', 'courage', 'hope', 'send', 'better', 'report', 'soon', 'olsen', 'worker', 'mission', 'durlan', 'jan', 'goa', 'farmersburg', 'coal', 'city', 'week', 'eld', 'rees', 'writer', 'holding', 'meeting', 'named', 'place', 'commenced', 'farmersburg', 'new', 'year', 'eve', 'weather', 'stormy', 'muddy', 'large', 'house', 'worship']
root - INFO - extracting file #100500: 2017-04-Final-Corpus/RH18850908-V62-36-page16.txt
root - INFO - extracting file #101000: 2017-04-Final-Corpus/RH18860427-V63-17-page3.txt
root - INFO - ['april', 'service', 'pleasing', 'enemy', 'want', 'good', 'market', 'business', 'let', 'light_shine', 'speak', 'god', 'love', 'encourage', 'brother', 'sister', 'diligent', 'faithful', 'service', 'speak', 'beautiful', 'good', 'thing', 'properly', 'encourage', 'good_things', 'good', 'pure_heart', 'writer', 'recently', 'received', 'letter', 'stated', 'brother', 'place', 'written', 'getting', 'meeting', 'sabbath', 'school', 'excellent', 'talk', 'bright', 'remember', 'light', 'sweet', 'lovely', 'christian', 'jesus', 'talked', 'faith', 'courage', 'hung', 'cross', 'posse', 'spirit', 'master', 'respect', 'christian', 'walk', 'light', 'light', 'sit', 'darkness', 'church', 'light', 'world', 'represented', 'clothed', 'sun', 'day', 'apostle', 'path', 'righteous', 'tread', 'represented', 'word', 'god', 'shining', 'light', 'shineth', 'unto', 'perfect_day', 'solemn', 'warning', 'butler', 'end', 'thing', 'hand', 'sober', 'watch', 'unto', 'prayer', 'pet', 'solemn', 'declaration', 'end', 'thing', 'hand', 'reader', 'true', 'present_generation', 'actually', 'living', 'right', 'closing', 'hour', 'time', 'peter', 'let', 'end', 'thing', 'lord', 'come', 'prepare', 'place', 'come', 'receive', 'unto', 'peter', 'mean', 'coming', 'lord', 'right', 'hand', 'possible', 'grand', 'culminating', 'event', 'age', 'transpire', 'true', 'fact', 'fully', 'set', 'forth', 'scripture', 'paul', 'given', 'man', 'god', 'thoroughly', 'furnished', 'tim', 'teach', 'respecting', 'time', 'natural', 'look', 'prophet', 'god', 'revealed', 'secret', 'amos', 'daniel', 'mention', 'great', 'metallic', 'image', 'interpretation', 'daniel', 'told', 'nebuchadnezzar', 'image', 'symbolized', 'kingdom', 'rule', 'successively', 'earth', 'fourth', 'divided', 'symbolized', 'toe', 'image', 'told', 'day', 'king', 'god', 'heaven', 'set', 'kingdom', 'verse', 'image', 'developed', 'respectively', 'babylon', 'medo', 'persia', 'grecia', 'rome', 'living', 'divided', 'state', 'roman_empire', 'time', 'come', 'setting', 'everlasting', 'kingdom', 'seventh', 'chapter', 'daniel', 'cover', 'substantially', 'ground', 'additional', 'feature', 'prominent', 'little', 'horn', 'fourth', 'beast', 'agree', 'applying', 'papacy', 'distinctive', 'act', 'speak', 'great_words', 'high', 'verse', 'papacy', 'repeatedly', 'history', 'abundantly', 'testifies', 'blasphemous', 'utterance', 'reserved', 'modern_times', 'verse', 'prophet', 'beheld', 'voice', 'great_words', 'horn', 'spake', 'previous', 'verse', 'speak', 'judgment', 'close', 'connection', 'prophetic', 'attention', 'attracted', 'blasphemous', 'utterance', 'apostate', 'power', 'judgment', 'began', 'world', 'witnessed', 'presumptuous', 'act', 'papal_power', 'july', 'great', 'ecumenical', 'council', 'assembled', 'rome', 'thirty', 'men', 'declared', 'pope', 'infallible', 'word', 'daring', 'immediate', 'connection', 'bold', 'utterance', 'beast', 'destroyed', 'given', 'burning', 'flame', 'destruction', 'accomplished', 'brightness', 'christ', 'second', 'coming', 'thess', 'remains', 'closing', 'act', 'great', 'drama', 'twelfth', 'chapter', 'daniel', 'prophet', 'affection', 'soon', 'placed', 'earthly', 'possession', 'pleasure', 'wander', 'away', 'saviour', 'sad', 'lamentable', 'said', 'risen', 'christ', 'walk', 'newness', 'life', 'holy', 'sinless', 'life', 'following', 'lord', 'life', 'purity', 'love', 'professed', 'world', 'sinful', 'allurement', 'beneath', 'foot', 'new_man', 'god', 'created', 'righteousness', 'true', 'holiness', 'eph', 'little', 'real', 'spirit', 'christ', 'posse', 'slow', 'imitate', 'example', 'unselfish', 'love', 'view', 'apostle', 'continues', 'holy', 'admonition', 'set', 'affection', 'margin', 'mind', 'thing', 'thing', 'earth', 'col', 'precious', 'word', 'prompted', 'loving', 'spirit', 'god', 'god', 'christ', 'holy', 'city', 'new', 'jerusalem', 'charm', 'beautiful', 'eternal', 'christian', 'blissful', 'home', 'holy_angels', 'harp', 'god', 'hope', 'world', 'home', 'congenial', 'child', 'god', 'atmosphere', 'earth', 'pregnant', 'sin', 'laden', 'death', 'beneath', 'foot', 'head', 'equal', 'warning', 'given', 'beneath', 'lie', 'countless', 'dead', 'heaven', 'death', 'ride', 'passing', 'breeze', 'lurks', 'flower', 'season', 'disease', 'peril', 'hour', 'beloved', 'place', 'affection', 'thing', 'better', 'far', 'heed', 'precious', 'word', 'inspiration', 'raise', 'heart', 'love', 'god', 'need', 'loving', 'care', 'protection', 'need', 'guidance', 'holy', 'spirit', 'need', 'wisdom', 'light', 'strength', 'heavenly', 'sanctuary', 'carry', 'journey', 'end', 'let', 'return', 'love', 'let', 'remember', 'solemn', 'vow', 'holy', 'exalted', 'profession', 'let', 'consecrate', 'anew', 'lord', 'work', 'seek', 'thing', 'walk', 'newness', 'life', 'lord_bless', 'dear', 'child', 'god', 'read', 'word', 'prayer', 'chatfield', 'minn', 'believe', 'testimony', 'eld', 'tait', 'reason', 'believing', 'valuable', 'volume', 'given', 'gift', 'spirit', 'practicable', 'short', 'article', 'reason', 'important', 'following', 'plainly', 'expose', 'wrong', 'character', 'bring', 'vivid', 'light', 'behold', 'wrong', 'know', 'existed', 'kind', 'plain', 'reproof', 'wrong', 'pointing', 'way', 'overcome', 'exalted', 'purity', 'teach', 'read', 'resolution', 'overcome', 'world', 'sin', 'strengthened', 'thought', 'stamped', 'afresh', 'mind', 'better', 'climb', 'higher', 'divine', 'standard', 'perfectly', 'agree', 'teaching', 'bible', 'best', 'way', 'convinced', 'spirit', 'lord', 'inspired', 'testimony', 'carefully', 'read', 'carefully', 'practice', 'teach', 'month', 'trial', 'compare', 'character', 'better', 'kinder', 'family', 'church', 'outside_world', 'inclined', 'tattler', 'busybody', 'think', 'faithful', 'earnest_work', 'shall', 'innumerable', 'train', 'evil', 'rooted', 'stead', 'planted', 'principle', 'purest', 'ennobling', 'character', 'testimony', 'bible', 'strongest', 'evidence', 'internal', 'evidence', 'bring', 'reasoning', 'sage', 'prove', 'divine_origin', 'thoroughly', 'convinced', 'precious', 'confiding', 'trust', 'the_review_and_herald', 'tained', 'studying', 'obeying', 'teach', 'hake', 'afraid', 'eliza', 'morton', 'driving', 'storm', 'sweeping', 'past', 'drifting', 'snow', 'mournful', 'blast', 'awful', 'pestilence', 'heart', 'filled', 'fear', 'peace', 'god', 'securely', 'afraid', 'disease', 'death', 'land', 'thousand', 'fall', 'hand', 'plague', 'famine', 'abound', 'wretchedness', 'peace', 'god', 'securely', 'afraid', 'dreadful', 'earthquake', 'quivering', 'shock', 'sudden', 'woe', 'hidden', 'rock', 'bloody', 'war', 'cruel', 'strife', 'power', 'mar', 'life', 'peace', 'god', 'securely', 'afraid', 'shining', 'guard', 'angel', 'bright', 'promised', 'king', 'light', 'sweet', 'feel', 'sheltering', 'arm', 'joy', 'know', 'naught', 'harm', 'peace', 'god', 'securely', 'afraid', 'portland', 'lfe', 'walking', 'light', 'eld', 'covert', 'reason', 'assigned', 'scripture', 'walking', 'darkness', 'deed', 'evil', 'john', 'judging', 'stated', 'virtue', 'darkness', 'thousand', 'walking', 'darkness', 'simply', 'imagine', 'duty', 'hunt', 'stumbling', 'route', 'pathway', 'dark', 'know', 'stumbling', 'john', 'individual', 'enjoy', 'religion', 'jesus', 'suffer', 'led', 'dark', 'road', 'true', 'brother', 'sister', 'perfection', 'brought', 'light', 'accusative', 'spirit', 'hold', 'lamp', 'truth', 'remain', 'shining', 'path', 'tender', 'spirit', 'unmistakable', 'tone', 'love', 'way', 'walk', 'pleasant', 'life', 'dwells', 'sunshine', 'walk', 'light', 'darkness', 'night', 'behold', 'moon', 'star', 'enabled', 'profit', 'product', 'far', 'world', 'light', 'sun', 'behold', 'glory', 'world', 'merry', 'bird', 'greets', 'rising', 'sun', 'cheerful', 'song', 'devouring', 'wolf', 'cowardly', 'panther', 'hide', 'darkness', 'den', 'avoid', 'light', 'day', 'honest_man', 'love', 'light', 'noonday', 'assassin', 'burglar', 'choose', 'blackness', 'midnight', 'notwithstanding', 'good_things', 'truthfully', 'said', 'light', 'insist', 'necessity', 'walking', 'darkness', 'darkness', 'follow', 'storm', 'privilege', 'abiding', 'beneath', 'cloud', 'talk', 'discouragement', 'encourage', 'doubt', 'feed', 'fear', 'drink', 'dispair', 'usually', 'verge', 'dreadful', 'evil', 'scarcely', 'inspiration', 'present', 'enjoyment', 'evil', 'storm', 'devouring', 'destructive', 'flood', 'beneficent', 'providence', 'intended', 'dispensation', 'love', 'god', 'bow', 'promise', 'unseen', 'meaning', 'unknown', 'meet', 'people', 'compelled', 'listen', 'recitation', 'doubt', 'discouragement', 'perplexity', 'far', 'jesus', 'delight', 'hear', 'cultivate', 'faith', 'mirage', 'communication', 'write', 'courage', 'success', 'dwell', 'love', 'god', 'gave', 'son', 'die', 'think', 'blessed', 'privilege', 'working', 'jesus', 'cause', 'redemption', 'praise_god', 'blessing', 'came', 'tell', 'people', 'doubt', 'increase', 'remember', 'want', 'hear', 'come', 'satan', 'afflict', 'god', 'people']
root - INFO - extracting file #101500: 2017-04-Final-Corpus/RH18861207-V63-48-page7.txt
root - INFO - extracting file #102000: 2017-04-Final-Corpus/RH18870719-V64-29-page7.txt
root - INFO - ['july', 'gelical', 'matter', 'hesitation', 'expressing', 'brooklyn', 'pastor', 'true', 'blue', 'type', 'recently', 'declared', 'new', 'york', 'church', 'lax', 'faith', 'discipline', 'indicate', 'rapidly', 'going', 'devil', 'creed', 'liberalizing', 'people', 'liberalizing', 'faster', 'pace', 'large_class', 'intelligent', 'thoughtful', 'sympathy', 'ecclesiastic', 'organization', 'wont', 'church', 'given', 'going', 'sake', 'appearanqes', 'wholly', 'discarded', 'theology', 'agnosticism', 'accepted', 'year', 'thousand', 'assurdiod', 'adhere', 'ordinary', 'interpretation', 'bible', 'new', 'term', 'proved', 'convenient', 'gratifying', 'host', 'doubter', 'includes', 'latitudinarian', 'rationalist', 'skeptic', 'deist', 'infidel', 'atheist', 'men', 'alarmed', 'represent', 'acquainted', 'dozen', 'folk', 'feel', 'aflimnted', 'called', 'infidel', 'atheist', 'slightest', 'objection', 'agnostic', 'significance', 'somewhat', 'indefinite', 'greek', 'sound', 'learned', 'denoted', 'degree', 'intellectuality', 'oddly', 'enbugh', 'hear', 'inquiry', 'day', 'exact', 'meaning', 'agnostic', 'ducated', 'public', 'clear', 'idea', 'garding', 'agnosticism', 'lately', 'conversation', 'known', 'able', 'man', 'recognize', 'mention', 'enlarging', 'new', 'movement', 'styled', 'subject', 'agnosticism', 'broached', 'said', 'persoris', 'conception', 'prevalence', 'city', 'particularly', 'number', 'men', 'woman', 'believed', 'thoroughly', 'reference', 'topic', 'introduced', 'defined', 'necessarily', 'hostile', 'theology', 'independent', 'religion', 'supernaturalism', 'religion', 'nature', 'actual', 'life', 'sin', 'evil', 'belief', 'disbelief', 'condition', 'mind', 'having', 'relation', 'moral', 'intelligent', 'independent', 'man', 'believe', 'proved', 'end', 'life', 'pursuit', 'happiness', 'mere', 'selfishness', 'discharge', 'duty', 'utility', 'broadly', 'accurately', 'considered', 'standard', 'right', 'best', 'attained', 'greatest', 'freedom', 'thought', 'criticism', 'known', 'truth', 'falsity', 'theology', 'life', 'waste', 'time', 'thinking', 'agnosticism', 'provides', 'rule', 'conduct', 'established', 'experience', 'sympathy', 'investigation', 'science', 'follow', 'rule', 'need', 'religion', 'accepted', 'sense', 'enable', 'live', 'honestly', 'act', 'nobly', 'help', 'fellow', 'life', 'know', 'shall', 'deserve', 'performance', 'duty', 'life', 'shall', 'acted', 'wisely', 'best', 'life', 'regulating', 'conduct', 'striving', 'benefit', 'fellow', 'heard', 'great', 'talk', 'theme', 'pretty', 'nearly', 'form', 'belief', 'said', 'practical', 'religion', 'thoughtful', 'mind', 'tending', 'civilization', 'model', 'national', 'reform', 'edict', 'national', 'reform', 'movement', 'nearly', 'like', 'movement', 'led', 'establishment', 'papacy', 'teaching', 'doctrine', 'association', 'compared', 'history', 'clearly', 'indicate', 'successive', 'step', 'making', 'nation', 'persecuting', 'power', 'movement', 'doe', 'start', 'persecuting', 'christian', 'end', 'lead', 'evident', 'consider', 'import', 'word', 'policy', 'proceed', 'manner', 'following', 'foot', 'step', 'papacy', 'lord', 'macaulay', 'writes', 'impossible', 'deny', 'polity', 'church', 'rome', 'masterpiece', 'human_wisdom', 'experience', 'eventful', 'year', 'ingenuity', 'patient', 'care', 'generation', 'statesman', 'improved', 'polity', 'perfection', 'contrivance', 'whieh', 'devised', 'deceiving', 'oppressing', 'mankind', 'occupies', 'highest', 'place', 'essay', 'von', 'ranlce', 'review', 'herald', 'daniel', 'refers', 'power', 'chap', 'verse', 'policy', 'shall', 'cause', 'craft', 'prosper', 'hand', 'shall', 'magnify', 'heart', 'peace', 'shall', 'destroy', 'begin', 'constitution', 'ohio', 'begin', 'confession', 'dependence', 'almighty_god', 'author', 'liberty', 'perserve', 'declares', 'religion', 'essential', 'good_government', 'religion', 'mean', 'proposed', 'amendment', 'mean', 'order', 'state', 'shall', 'endure', 'citizen', 'religious', 'men', 'live', 'according', 'highest', 'idea', 'morality', 'state', 'moral', 'jesus_christ', 'state', 'conform', 'idea', 'morality', 'legislation', 'character', 'hope', 'life', 'thing', 'remark', 'mayo', 'nat', 'ref', 'cincinnati', 'profession', 'policy', 'movement', 'policy', 'movement', 'like', 'papacy', 'rise', 'shall', 'cause', 'craft', 'prosper', 'hand', 'thing', 'deny', 'step', 'farther', 'thing', 'christian_statesman', 'nov', 'acknowledgment', 'god', 'doe', 'impose', 'restraint', 'conscience', 'fix', 'single', 'law', 'requiring', 'obedience', 'state', 'constitution', 'little', 'force', 'complimentary', 'binding', 'stop', 'simply', 'foundation', 'imposing', 'structure', 'principle', 'premise', 'conclusion', 'come', 'dangerous', 'character', 'syllogism', 'conclusion', 'come', 'come', 'invincible', 'power', 'conclusion', 'change', 'respect', 'oath', 'office', 'matter', 'introduced', 'body', 'constitution', 'necessary', 'oct', 'amendment', 'preamble', 'memorial', 'congress', 'step', 'stated', 'prof', 'blanchard', 'constitutional', 'law', 'punish', 'false', 'money', 'weight', 'measure', 'course', 'congress', 'establishes', 'standard', 'money', 'weight', 'measure', 'congress', 'establish', 'standard', 'religion', 'admit', 'called', 'religion', 'speech', 'pittsburg', 'sat', 'ref', 'official', 'organ', 'enforce', 'vpofi', 'come', 'law', 'christian', 'morality', 'christian_statesman', 'oct', 'mean', 'according', 'webster', 'force', 'constrain', 'compel', 'execute', 'vigor', 'object', 'called', 'christian', 'law', 'institution', 'usage', 'government', 'compel', 'submit', 'suppose', 'citizen', 'belief', 'christ', 'ant', 'differs', 'interpretation', 'scripture', 'answered', 'rev', 'jonathan', 'edward', 'vicepresidcnts', 'association', 'speaking', 'atheist', 'dei', 'jew', 'seventh', 'day', 'baptist', 'believe', 'god', 'christianity', 'conjoined', 'member', 'class', 'accident', 'differing', 'mass', 'christian', 'question', 'precise', 'day', 'week', 'shall', 'observed', 'holy', 'occasion', 'far', 'amendment', 'concerned', 'class', 'use', 'argument', 'tactic', 'nnod', 'counted', 'named', 'atheist', 'treated', 'question', 'party', 'having', 'counted', 'rev', 'coleman', 'reply', 'question', 'state', 'class', 'object', 'amendment', 'jew', 'infidel', 'atheist', 'class', 'perfectly', 'satisfied', 'constitution', 'stand', 'recognized', 'authority', 'lord', 'jesus_christ', 'perfectly', 'plain', 'believe', 'existence', 'christian', 'constitution', 'disfranchise', 'logically', 'consistent', 'infidel', 'christian_statesman', 'nov', 'step', 'stated', 'rev', 'graham', 'vice', 'president', 'opponent', 'bible', 'interpretation', 'national', 'reform', 'party', 'bible', 'like', 'government', 'christian', 'feature', 'let', 'wild', 'desolate', 'land', 'devil', 'sake', 'devil', 'subdue', 'set', 'government', 'infidel', 'atheistic', 'idea', 'stand', 'stay', 'till', 'die', 'christian_statesman', 'carry', 'little', 'jonathan', 'edward', 'reverend', 'gentleman', 'declares', 'atheism', 'opposed', 'national', 'reform', 'tolerate', 'atheism', 'sir', 'hell', 'tolerate', 'soon', 'seventh', 'day', 'christian', 'conscientiously', 'submit', 'national', 'reform', 'proposition', 'rev', 'gault', 'leading', 'worker', 'ment', 'constant', 'contributor', 'christian_statesman', 'constitution', 'set', 'right', 'question', 'moral', 'supremacy', 'god', 'law', 'government', 'bloody', 'revolution', 'depend', 'entirely', 'strength', 'resistance', 'force', 'antichrist', 'cost', 'civil_war', 'blot', 'slavery', 'constitution', 'cost', 'war', 'blot', 'fidelity', 'christian_statesman', 'april', 'extreme', 'christian', 'necessary', 'imitation', 'meek', 'lowly', 'jesus', 'shame', 'profess', 'christian_religion', 'disgrace', 'profession', 'manner', 'teaching', 'christ', 'different', 'doctrine', 'national', 'reform', 'association', 'word', 'christ', 'sermon', 'mount', 'unto', 'love', 'enemy', 'bless', 'curse', 'good', 'hate', 'pray', 'despitefully', 'use', 'persecute', 'child', 'father', 'heaven', 'maketh', 'sun', 'rise', 'evil', 'good', 'sendeth', 'rain', 'unjust', 'matt', 'therefoi', 'things_whatsoever', 'men', 'law', 'prophet', 'chap', 'teaching', 'national', 'reform', 'exactly', 'opposed', 'true', 'christianity', 'true', 'christian', 'oppose', 'national', 'reform', 'consequence', 'thon', 'policy', 'national', 'reform', 'profess', 'movement', 'mean', 'wtere', 'profession', 'advantage', 'time', 'national_constitution', 'changed', 'establish', 'idea', 'bible', 'christian_religion', 'law', 'establish', 'enforce', 'count', 'christian', 'differ', 'atheist', 'punish', 'atheist', 'disfranchising', 'banish', 'doe', 'succeed', 'country', 'war', 'blot', 'infidelity', 'enforce', 'come', 'law', 'christian', 'morality', 'necessitates', 'bloody', 'revolution', 'national', 'reform', 'true_light', 'ready', 'send', 'seventh', 'day', 'baptist', 'christian', 'oppose', 'movement', 'wild', 'desolate', 'land', 'stay', 'till', 'die', 'simply', 'substituting', 'word', 'sabbatarian', 'oppose', 'movement', 'vaudois', 'national', 'reform', 'romanism', 'slight', 'change', 'use', 'edict', 'proclaimed', 'valley', 'vaudois', 'january', 'sabbatarian', 'shall', 'henceforth', 'forever', 'cease', 'discontinue', 'work', 'day', 'week', 'according', 'constantine', 'venerable_day', 'sun', 'forbidden', 'work', 'daily_bread', 'day', 'pain', 'death', 'penalty', 'confiscation', 'good', 'ancient', 'privilege', 'guaranteed', 'old', 'constitution', 'abolished', 'church', 'prayer', 'house', 'edifice', 'consecrated', 'worship', 'shall', 'confiscated', 'preacher', 'school', 'master', 'sabbatarian', 'required', 'embrace', 'national', 'reform', 'wild', 'desolate', 'land', 'day', 'pain', 'death', 'confiscation', 'good', 'child', 'born', 'born', 'sabbatarian', 'shall', 'compulsorily', 'trained', 'national', 'reformer', 'child', 'unborn', 'shall', 'week', 'birth', 'brought', 'cure', 'parish', 'brought', 'national', 'reformer', 'pain', 'mother', 'publicly', 'whipped', 'rod', 'father', 'laboring', 'year', 'penitentiary', 'sabbatarian', 'preacher', 'shall', 'abjure', 'doctrine', 'hitherto', 'publicly', 'preached', 'shall', 'receive', 'salary', 'greater', 'previously', 'enjoyed', 'half', 'thereof', 'shall', 'reversion', 'widow', 'sabbatarian', 'foreigner', 'settled', 'united', 'state', 'ordered', 'national', 'reformer', 'quit', 'country', 'day', 'special', 'act', 'great', 'paternal', 'clemency', 'national', 'reformer', 'permit', 'person', 'sell', 'interval', 'property', 'acquired', 'country', 'provided', 'sale', 'national', 'reform', 'purchaser', 'doubt', 'considerate', 'special', 'act', 'probably', 'spirit', 'word', 'national', 'reform', 'edict', 'banishing', 'atheist', 'national', 'reform', 'hight', 'glory', 'blakely', 'diverted', 'duty', 'reflection', 'silly', 'world']
root - INFO - extracting file #102500: 2017-04-Final-Corpus/RH18880228-V65-09-page3.txt
root - INFO - extracting file #103000: 2017-04-Final-Corpus/RH18881009-V65-40-page7.txt
root - INFO - ['truth', 'land', 'pleasure', 'resource', 'queensland', 'mile', 'brisbane', 'shore', 'moreton', 'bay', 'village', 'wymunn', 'quiet', 'watering', 'place', 'attraction', 'outside', 'bathing', 'facility', 'fresh', 'sea', 'air', 'opportunity', 'affords', 'picking', 'oyster', 'catching', 'fish', 'sufficient', 'draw', 'city', 'hot', 'season', 'crowd', 'pleasure', 'seeker', 'love', 'excitement', 'lead', 'time', 'daiing', 'feat', 'sea', 'turtle', 'plentiful', 'bay', 'ranging', 'weight', 'fifty', 'pound', 'sought', 'hotel', 'proprietor', 'fare', 'frequently', 'include', 'toothsome', 'viand', 'turtle', 'soup', 'turtle', 'egg', 'engage', 'turtle', 'fishing', 'supply', 'exceedingly', 'large', 'wand', 'questionable', 'article', 'diet', 'shell', 'monstera', 'usually', 'taken', 'white_people', 'net', 'aboriginal', 'different', 'way', 'securing', 'try', 'oct', 'ibc', 'yai', 'lort', 'advent', 'review', 'sabbath', 'herald', 'mussed', 'bow', 'beshlo', 'water', 'lea', 'distance', 'like', 'soldier', 'battle', 'wounded', 'refuse', 'leave', 'field', 'victory', 'turn', 'shout', 'loud', 'enthusiastically', 'escaped', 'scratch', 'fitzroy', 'river', 'forty_miles', 'mouth', 'mile', 'northwest', 'brisbane', 'situated', 'city', 'rockhampton', 'spread', 'level', 'plain', 'mountain', 'background', 'distance', 'look', 'inviting', 'city', 'nicely', 'laid', 'busy', 'activity', 'founded', 'city', 'queensland', 'unlimited', 'distance', 'soil', 'unsurpassed', 'richness', 'contributed', 'largely', 'growth', 'commercial', 'prosperity', 'place', 'gold', 'finest', 'world', 'located', 'mount', 'morgan', 'immediate', 'vicinity', 'given', 'town', 'upward', 'spring', 'neighborhood', 'inhabitant', 'canvassed', 'year', 'thought', 'daniel', 'revelation', 'bro', 'wainman', 'writes', 'canvas', 'city', 'successful', 'having', 'secured', 'nearly', 'subscription', 'book', 'place', 'brisbane', 'placed', 'book', 'present_truth', 'sermon', 'faith', 'delivered', 'great', 'colony', 'living', 'preacher', 'read', 'book', 'ready', 'listen', 'instruction', 'point', 'truth', 'rich', 'country', 'fail', 'prove', 'fruit', 'ful', 'field', 'truth', 'devoted', 'men', 'spared', 'field', 'country', 'yield', 'larger', 'return', 'effort', 'forth', 'colony', 'australia', 'true', 'nearly', 'half', 'score', 'worker', 'corner', 'earth', 'field', 'large', 'able', 'whole_field', 'like', 'speck', 'great', 'blue', 'heaven', 'head', 'work', 'land', 'gathering', 'force', 'ere', 'long', 'spread', 'cover', 'entire', 'country', 'way', 'lord', 'raise', 'men', 'place', 'need', 'entered', 'word', 'message', 'mouth', 'burden', 'heart', 'like', 'prophet', 'old', 'rest', 'day', 'night', 'consented', 'life', 'propagation', 'truth', 'happy', 'person', 'lord', 'use', 'branch', 'work', 'day', 'corliss', 'expect', 'conversion', 'generally', 'company', 'small', 'boat', 'turtle', 'seen', 'distance', 'boat', 'rapidly', 'steered', 'boat', 'cony', 'near', 'prey', 'scene', 'exciting', 'turtle', 'finding', 'pursued', 'rush', 'water', 'zigzag', 'course', 'diving', 'elude', 'pursuer', 'native', 'begin', 'yell', 'concert', 'increasing', 'volume', 'noise', 'proportion', 'chase', 'exciting', 'coming', 'yard', 'turtle', 'black', 'fiendish', 'yell', 'plunge', 'overboard', 'rope', 'hand', 'struggle', 'fasten', 'running', 'noose', 'line', 'monster', 'miss', 'mark', 'effort', 'seizes', 'creature', 'edge', 'shell', 'hold', 'life', 'carried', 'way', 'way', 'water', 'time', 'turtle', 'struggle', 'violently', 'striking', 'flipper', 'vainly', 'trying', 'bite', 'sable', 'foe', 'useless', 'effort', 'soon', 'noose', 'slipped', 'flipper', 'captive', 'finally', 'trouble', 'hauled', 'boat', 'order', 'enjoy', 'exciting', 'occasion', 'white_man', 'buy', 'privilege', 'accompanying', 'native', 'turtle', 'expedition', 'informed', 'ono', 'rarely', 'witness', 'scene', 'impassioned', 'yell', 'lustily', 'black', 'companion', 'said', 'frenzy', 'white_man', 'plunge', 'water', 'seize', 'turtle', 'zeal', 'native', 'black', 'proving', 'example', 'need', 'accompanied', 'zeal', 'enthusiasm', 'followed', 'higher', 'intelligence', 'ono', 'setting', 'men', 'enter', 'work', 'god', 'degree', 'enthusiasm', 'limit', 'named', 'good', 'possible', 'accomplish', 'real', 'reason', 'men', 'accomplish', 'truth', 'intensely', 'interested', 'adopt', 'theory', 'undying', 'anxiety', 'rapidly', 'oven', 'scented', 'ite', 'preaches', 'gospel', 'god', 'given', 'god', 'sent', 'bidden', 'preach', 'expecting', 'arid', 'working', 'conversion', 'men', 'likely', 'disap', 'mount', 'olio', 'near', 'tzocki', 'tje', 'pointed', 'work', 'own_way', 'far', 'surpassing', 'earlier', 'history', 'site', 'originally', 'owned', 'young', 'scotchrintri', 'named', 'gordon', 'cattle', 'run', 'owned', 'brother', 'morgan', 'discovered', 'value', 'mountain', 'occasion', 'bad', 'season', 'gordon', 'discouraged', 'bought', 'pound', 'acre', 'entire', 'section', 'land', 'soon', 'company', 'formed', 'purchased', 'brother', 'developing', 'proved', 'valuable', 'share', 'held', 'small', 'piece', 'property', 'sold', 'original', 'proprietor', 'singular', 'owner', 'little', 'mountain', 'learn', 'value', 'nearly', 'covered', 'gold', 'bearing', 'stone', 'somewhat', 'resembling', 'slag', 'iron', 'furnace', 'stone', 'dark', 'red', 'color', 'known', 'yield', 'high', 'ounce', 'gold', 'ton', 'year', 'crusher', 'work', 'paid', 'dividend', 'nearly', 'year', 'thirty', 'machine', 'constantly', 'work', 'enormous', 'return', 'interested', 'sketch', 'page', 'crushing', 'separating', 'work', 'foreground', 'old', 'work', 'higher', 'golden', 'hill', 'new', 'work', 'erected', 'cost', 'work', 'provide', 'labor', 'people', 'rock', 'hampton', 'time', 'enrich', 'elevate', 'public', 'favor', 'fortunate', 'stock', 'golden', 'mountain', 'city', 'rockhampton', 'contains', 'seek', 'own_pleasure', 'doe', 'expect', 'conversion', 'disappointed', 'expectation', 'men', 'lose', 'sight', 'great', 'object', 'christian', 'labor', 'cease', 'hold', 'direct', 'communion', 'god', 'hold', 'commission', 'men', 'devote', 'literary', 'discussion', 'doctrinal', 'dielilacs', 'human', 'notion', 'theory', 'measure', 'wonder', 'harvest', 'day', 'come', 'handed', 'fertile', 'field', 'soul', 'perishing', 'thousand', 'million', 'child', 'adam', 'hoard', 'christ', 'died', 'time', 'short', 'lot', 'christian', 'awake', 'duty', 'let', 'forth', 'effort', 'lost', 'men', 'let', 'soul', 'feel', 'burden', 'dying', 'multitude', 'let', 'forth', 'bearing', 'precious_seed', 'tear', 'prayer', 'hearing', 'god', 'bless', 'seed_sown', 'increase', 'faithful', 'steward', 'lord', 'worker', 'help', 'forward', 'work', 'consummation', 'christian', 'hero', 'man', 'goethe', 'rest', 'christ', 'torpor', 'harmony', 'refusing', 'struggle', 'conquering', 'resting', 'duty', 'finding', 'reste', 'duty', 'men', 'rejoice', 'increase', 'worldly', 'substance', 'far', 'greater', 'christian', 'joy', 'god', 'gladness', 'heart', 'comfort', 'peace', 'believing']
root - INFO - extracting file #103500: 2017-04-Final-Corpus/RH18890521-V66-21-page3.txt
root - INFO - extracting file #104000: 2017-04-Final-Corpus/RH18900107-V67-01-page14.txt
root - INFO - ['aditeht', 'review', 'ahd', 'sabbath', 'herald', 'secured', 'reduced', 'rate', 'railroad', 'obtain', 'certificate', 'showing', 'paid', 'fare', 'meeting', 'returned', 'fare', 'shall', 'hope', 'profitable_meeting', 'notice', 'like', 'member', 'bristol', 'tract', 'missionary', 'society', 'send', 'report', 'labor', 'general', 'church', 'report', 'address', 'bristol', 'smith', 'notice', 'arkansas', 'person', 'business', 'writing', 'secretary', 'arkansas', 'address', 'emma', 'buck', 'lock', 'box', 'little', 'rock', 'ark', 'address', 'writer', 'wood', 'pres', 'ark', 'soc', 'general_meeting', 'southwestern', 'missouri', 'counseling', 'matter', 'decided', 'hold', 'general_meeting', 'nevada', 'southwestern', 'missouri', 'jan', 'trust', 'good', 'representation', 'church', 'state', 'instruction', 'church_work', 'duty', 'church_officer', 'given', 'tract', 'work', 'association', 'canvassing', 'religious', 'liberty', 'petition', 'considered', 'nevada', 'church', 'extends', 'cordial', 'invitation', 'sister', 'church', 'state', 'come', 'study', 'work', 'god', 'earnestly', 'seek', 'face', 'living', 'connection', 'jesus', 'understand', 'lord', 'efficient_workers', 'master', 'bring', 'bedding', 'eld', 'covert', 'laborer', 'present', 'conf', 'coie', 'iowa', 'state_meeting', 'known', 'appointment', 'state_meeting', 'withdrawn', 'location', 'western', 'college', 'thought', 'jan', 'soon', 'dare', 'appoint', 'business', 'way', 'want', 'largest', 'gathering', 'seen', 'state_meetings', 'trust', 'brother', 'good', 'state', 'preparing', 'anxiously', 'waiting', 'appointment', 'meeting', 'enterprise', 'importance', 'west', 'school', 'question', 'hope', 'settled', 'time', 'locating', 'committee', 'meet', 'jan', 'des_moines', 'begin', 'work', 'confidently', 'expect', 'committee', 'composed', 'president', 'western', 'state', 'remain', 'state_meeting', 'brn', 'prescott', 'farnsworth', 'want', 'lay', 'plan', 'winter', 'work', 'divide', 'field', 'organize', 'force', 'shall', 'expect', 'minister', 'licentiate', 'director', 'worker', 'officer', 'church', 'tract_societies', 'present', 'beginning', 'meeting', 'morrison', 'place', 'permitted', 'holy', 'verse', 'doe', 'priest', 'minister', 'heb', 'sanctuary', 'minister', 'vol', 'called', 'covenant', 'basis', 'covenant', 'israel', 'matter', 'plain', 'necessity', 'confusion', 'difference', 'term', 'applied', 'sufficient', 'know', 'god', 'covenant', 'commandment', 'antedated', 'entirely', 'distinct', 'transaction', 'horeb', 'called', 'covenant', 'apostle', 'refers', 'covenant', 'simply', 'promise', 'people', 'holy', 'law', 'statement', 'god', 'result', 'obey', 'thool', 'entrance', 'thy', 'word', 'giveth', 'light', 'note', 'accordance', 'resolution', 'passed', 'late', 'session', 'general_conference', 'sabbath', 'school_lessons', 'appear', 'review', 'scripture', 'text', 'omitted', 'judgment', 'haying', 'especial', 'charge', 'sabbath', 'school', 'plan', 'likely', 'best', 'result', 'previously', 'followed', 'letter', 'hebrew', 'lesson', 'hebrew', 'sabbath', 'tan', 'mosaic', 'dispensation', 'god', 'dwelling', 'place', 'people', 'room', 'called', 'permitted', 'sanctuary', 'num', 'priest', 'holy', 'place', 'heb', 'starr', 'verse', 'sanctuary', 'verse', 'blood', 'sin', 'offering', 'presented', 'lord', 'lev', 'christ', 'priesthood', 'earth', 'heb', 'note', 'priest', 'served', 'according', 'law', 'nature', 'service', 'heb', 'meant', 'example', 'shadow', 'typical', 'pattern', 'example', 'obtained', 'verse', 'christ', 'mediator', 'verse', 'doe', 'compare', 'old_covenant', 'lished', 'old_covenant', 'note', 'covenant', 'better', 'covenant', 'estab', 'heb', 'condition', 'covenant', 'lord', 'called', 'covenant', 'covenant', 'required', 'deut', 'note', 'glance', 'reasoning', 'good', 'decides', 'christ', 'priesthood', 'earth', 'law', 'confined', 'priesthood', 'family', 'aaron', 'abolished', 'hinder', 'serving', 'tribe', 'remembered', 'priesthood', 'law', 'ordaining', 'priesthood', 'stood', 'fell', 'law', 'earthly', 'priesthood', 'law', 'gave', 'office', 'exclusively', 'family', 'aaron', 'act', 'priest', 'earth', 'conform', 'law', 'earthly', 'priesthood', 'impossible', 'tribe', 'act', 'priest', 'earth', 'borne', 'mind', 'service', 'temple', 'kept', 'jew', 'time', 'letter', 'written', 'word', 'verse', 'conformable', 'fact', 'existed', 'fact', 'concerning', 'change', 'dispensation', 'possibly', 'officiated', 'priest', 'family', 'aaron', 'webster', 'principal', 'definition', 'word', 'covenant', 'mutual', 'agreement', 'person', 'party', 'writing', 'seal', 'refrain', 'act', 'thing', 'second', 'writing', 'containing', 'term', 'agreement', 'party', 'definition', 'extensive', 'cover', 'word', 'bible', 'instance', 'gen', 'word', 'covenant', 'reference', 'promise', 'god', 'given', 'condition', 'expressed', 'implied', 'common', 'idea', 'covenant', 'nearly', 'fit', 'transaction', 'recorded', 'shall', 'thing', 'called', 'covenant', 'god', 'people', 'doe', 'particular', 'correspond', 'contract', 'men', 'instance', 'impossibility', 'perfect', 'comparison', 'divine', 'human', 'thing', 'place', 'bible', 'word', 'testament', 'reference', 'transaction', 'contract', 'greatly', 'different', 'transaction', 'god', 'israel', 'partakes', 'nature', 'little', 'consequence', 'human', 'covenant', 'doe', 'perfectly', 'represent', 'affair', 'bible', 'word', 'covenant', 'widely', 'varying', 'sens', 'main', 'point', 'understand', 'meant', 'instance', 'scripture', 'enable', 'readily', 'sense', 'word', 'covenant', 'bible', 'text', 'consideration', 'condition', 'covenant', 'lord', 'israel', 'covenant', 'existing', 'god', 'covenant', 'concerning', 'covenant', 'people', 'god', 'covenant', 'deut', 'commandment', 'god', 'law', 'law', 'rom', 'render', 'law', 'powerless', 'born', 'human', 'righteousness', 'isa', 'true', 'righteousness', 'phil', 'term', 'covenant', 'mention', 'faith', 'divine', 'assistance', 'note', 'let', 'student', 'note', 'promise', 'old_covenant', 'people', 'god', 'said', 'obey', 'voice', 'covenant', 'commandment', 'shall', 'peculiar', 'treasure', 'unto', 'people', 'shall', 'unto', 'kingdom', 'priest', 'holy', 'nation', 'god', 'people', 'obeyed', 'commandment', 'keeping', 'god', 'holy', 'law', 'constitute', 'holy', 'people', 'peculiar', 'treasure', 'zealous', 'good_works', 'set', 'simply', 'result', 'obedience', 'law', 'covenant', 'contained', 'promise', 'help', 'covenant', 'promise', 'people', 'holy', 'promise', 'good', 'fault', 'fault', 'lay', 'people', 'promise', 'faulty', 'weakness', 'people', 'read', 'rom', 'law', 'weak', 'flesh', 'thought', 'mind', 'learning', 'covenant', 'people', 'promise', 'possibly', 'fulfill', 'god', 'unjust', 'require', 'promise', 'know', 'god', 'unjust', 'conclude', 'covenant', 'contained', 'pardon', 'promise', 'divine', 'assistance', 'contained', 'hint', 'student', 'wait', 'subject', 'covenant', 'concluded', 'justice', 'mercy', 'god', 'plan', 'right', 'let', 'fasten', 'thought', 'covenant', 'contained', 'pardon', 'promise', 'divine', 'assistance', 'necessity', 'covenant', 'pardon', 'divine', 'aid', 'soul', 'covenant', 'faulty', 'second', 'let', 'forgotten', 'fact', 'pardon', 'holy', 'spirit', 'aid', 'israel', 'lesson', 'hebrew', 'sabbath', 'jan', 'old_covenant', 'doe', 'second', 'covenant', 'compare', 'heb', 'necessity', 'second', 'covenant', 'verse', 'second', 'covenant', 'better', 'founded', 'better', 'promise', 'faulty', 'promise', 'promise', 'covenant', 'god', 'covenant', 'people', 'promised', 'perform', 'said', 'nature', 'commandment', 'ecel', 'child', 'israel', 'promised', 'better', 'god', 'commandment', 'fault', 'heb', 'people', 'promise', 'note']
root - INFO - extracting file #104500: 2017-04-Final-Corpus/RH18900819-V67-32-page3.txt
root - INFO - extracting file #105000: 2017-04-Final-Corpus/RH18910331-V68-13-page5.txt
root - INFO - ['march', 'advent', 'review', 'sabbath', 'herald', 'ghat', 'icy', 'field', 'blessed', 'sow', 'water', 'isa', 'conducted', 'corliss', 'white', 'selling', 'book', 'transvaal', 'time', 'arrival', 'johannesburg', 'disease', 'death', 'prevalent', 'fever', 'taking', 'person', 'eek', 'day', 'work', 'ould', 'home', 'death', 'entered', 'cast', 'shadow', 'sorrow', 'heart', 'left', 'mourn', 'loss', 'dear_ones', 'time', 'arrival', 'deeply', 'impressed', 'thought', 'great_amount', 'good', 'accomplished', 'selling', 'printed', 'page', 'city', 'inhabitant', 'nation', 'sun', 'johannesburg', 'center', 'gold', 'mining', 'district', 'year', 'old', 'gained', 'rich', 'mining', 'center', 'adventurer', 'flocking', 'thousand', 'men', 'come', 'gold', 'field', 'search', 'rich', 'sadly', 'disappointed', 'living', 'expensive', 'employment', 'oftentimes', 'difficult', 'year', 'board', 'lodging', 'boarding', 'house', 'dollar', 'month', 'small', 'room', 'fur', 'nished', 'common', 'furniture', 'tented', 'seventeen', 'dollar', 'month', 'house', 'room', 'bring', 'monthly', 'rent', 'seventy', 'dollar', 'request', 'member', 'sabbathkeeping', 'family', 'boarded', 'organized', 'sabbath', 'school', 'transvaal', 'membership', 'seven', 'commenced', 'hold', 'ing', 'prayer', 'meeting', 'wednesday', 'evening', 'bible', 'reading', 'held', 'home', 'missionary', 'read', 'sabbath', 'afternoon', 'spirit', 'giving', 'missionary_work', 'realized', 'member', 'family', 'sabbath', 'school', 'quarter', 'contribution', 'foreign', 'missionary_work', 'amounted', 'dollar', 'bro', 'webb', 'fellow', 'laborer', 'greatly', 'blessed', 'effort', 'different_places', 'worked', 'transvaal', 'sold', 'stay', 'seven', 'month', 'republic', 'copy', 'thought', 'daniel', 'revelation', 'english', 'holland', 'german', 'language', 'canvassed', 'different_places', 'potchefstroom', 'second', 'place', 'visited', 'faith', 'severely', 'tried', 'dependent', 'daily', 'sale', 'small', 'publication', 'support', 'expense', 'amounted', 'dollar', 'week', 'pretoria', 'capital', 'transvaal', 'sold', 'copy', 'thought', 'daniel', 'revelation', 'holland', 'language', 'president', 'south', 'african', 'republic', 'secured', 'order', 'city', 'number', 'men', 'influence', 'government', 'sold', 'johannesburg', 'copy', 'thought', 'daniel', 'revelation', 'caused', 'stir', 'people', 'question', 'asked', 'subscriber', 'book', 'bought', 'read', 'book', 'sold', 'such_places', 'johannesburg', 'rimberley', 'mining', 'district', 'south', 'africa', 'way', 'different', 'colony', 'sent', 'world', 'book', 'sold', 'purchased', 'purpose', 'sending', 'friend', 'obscure', 'continent', 'young_man', 'desire', 'reading', 'religious', 'work', 'said', 'use', 'book', 'bought', 'idea', 'sending', 'relative', 'friend', 'teaching', 'mining', 'camp', 'noted', 'kedness', 'inhabitant', 'oecl', 'lhonest', 'christian', 'johannesburg', 'irisurely', 'great_demand', 'good_reading', 'such_places', 'bookstore', 'such_books', 'called', 'mass', 'novel', 'mining', 'work', 'book', 'religious', 'nature', 'seldom', 'kept', 'stock', 'want', 'good_reading', 'matter', 'enabled', 'order', 'young_man', 'purchased', 'dollar', 'worth', 'different', 'publication', 'real', 'joy', 'permitted', 'come', 'close', 'contact', 'people', 'home', 'speak', 'regard', 'promise', 'god', 'willingness', 'help', 'time', 'need', 'month', 'october', 'weekly', 'prayer', 'meeting', 'established', 'different', 'company', 'sabbath', 'keeper', 'south', 'africa', 'special', 'object', 'asking', 'god', 'blessing', 'canvassing', 'work', 'time', 'establishment', 'prayer', 'meeting', 'work', 'greater', 'advancement', 'assurance', 'god', 'work', 'separated', 'like', 'precious_faith', 'year', 'time', 'letter', 'kind', 'friend', 'cheered', 'gave', 'fresh', 'courage', 'time', 'year', 'experience', 'canvassing', 'field', 'africa', 'hope', 'success', 'darkness', 'experience', 'taken', 'believe', 'profit', 'lesson', 'learned', 'mean', 'giving', 'longing', 'desire', 'prepare', 'efficient', 'labor', 'stand', 'need', 'enlightenment', 'burleigh', 'letter', 'mission', 'substance', 'following', 'letter', 'presented', 'general_conference', 'space', 'bulletin', 'limited', 'impossible', 'publish', 'thinking', 'orinterest', 'reader', 'review', 'denmark', 'october', 'lecturing', 'different', 'hall', 'city', 'attendance', 'meeting', 'good', 'hearing', 'truth', 'time', 'presented', 'law', 'sabbath', 'question', 'hearer', 'begun', 'sabbath', 'spring', 'went', 'aalborg', 'received', 'church', 'received', 'baptized', 'new', 'year', 'day', 'copenhagen', 'good', 'mission', 'field', 'plenty', 'hall', 'rented', 'nearly', 'paid', 'collection', 'donation', 'friend', 'country', 'america', 'sending', 'money', 'truth', 'friend', 'relative', 'use', 'handbill', 'advertising', 'advertise', 'paper', 'hall', 'brother', 'meeting', 'purpose', 'hold', 'person', 'filled', 'sabbath', 'necessity', 'place', 'shall', 'obtain', 'know', 'advertised', 'larger', 'hall', 'regard', 'ship', 'work', 'city', 'satisfied', 'heretofore', 'man', 'good', 'work', 'know', 'mission', 'able', 'support', 'large_amount', 'good', 'sure', 'necessary', 'support', 'sale', 'book', 'effort', 'ascertain', 'great', 'field', 'occupied', 'sailor', 'number', 'ship', 'going', 'coming', 'different_countries', 'seventeen', 'different', 'nationality', 'represented', 'ship', 'come', 'direct', 'lay', 'short_distance', 'coal', 'provision', 'told', 'man', 'boat', 'kept', 'inland', 'mission', 'supply', 'reading', 'matter', 'pas', 'country', 'like', 'hope', 'near', 'future', 'john', 'hansen', 'copenhagen', 'march', 'norway', 'little', 'year', 'time', 'spent', 'canvassing', 'book', 'paper', 'work', 'met', 'opposition', 'place', 'met', 'little', 'lord', 'given', 'reasonable', 'success', 'enjoyed', 'work', 'happy', 'know', 'effort', 'direction', 'resulted', 'spreading', 'literature', 'high', 'low', 'trouble', 'sell', 'book', 'class', 'people', 'country', 'time', 'support', 'believe', 'way', 'good', 'circulating', 'literature', 'canvassing', 'work', 'delight', 'present', 'best', 'success', 'book', 'good_influence', 'read', 'usually', 'prized', 'far', 'work', 'encouraging', 'plainly', 'proved', 'doubt', 'young_man', 'consecreate', 'life', 'god', 'service', 'successful', 'canvassing', 'work', 'country', 'branch', 'work', 'onward', 'true', 'course', 'work', 'experience', 'need', 'order', 'accomplish', 'july', 'according', 'advice', 'conference', 'began', 'holding', 'bible', 'reading', 'city', 'place', 'canvassing', 'little', 'experience', 'line', 'work', 'united', 'state', 'canvassing', 'held', 'reading', 'right_place', 'hard', 'start', 'little', 'little', 'got', 'work', 'held', 'reading', 'day', 'finally', 'answer', 'reading', 'reading', 'dwelt', 'prophecy', 'chart', 'freely', 'ran', 'high', 'nice', 'people', 'appreciated', 'reading', 'methodist', 'noticed', 'work', 'minister', 'began', 'quietly', 'work', 'baptist', 'influence', 'began', 'warn', 'people', 'unable', 'visit', 'sent', 'counseled', 'brother', 'conference_committee', 'rented', 'hall', 'seat', 'people', 'use', 'twice', 'sunday', 'twice', 'week', 'invited', 'holding', 'reading', 'time', 'carried', 'work', 'home', 'lord', 'blessed', 'work', 'tried', 'draw', 'near', 'convinced', 'truth', 'keeping', 'lord', 'sabbath', 'bro', 'olsen', 'visited', 'held', 'meeting', 'large', 'hall', 'attended', 'people', 'lutheran', 'bishop', 'visit', 'expressed', 'great_desire', 'heathen', 'began', 'lecturing', 'faith', 'man', 'great_influence', 'watched', 'result', 'frightened', 'learning', 'peculiar', 'lost', 'stopping', 'described', 'people', 'gave', 'lecture', 'different', 'denomination', 'city', 'misrepresented', 'bible', 'work', 'produce', 'good', 'carried', 'extensively', 'workdone', 'laborer', 'country', 'prof', 'blessed', 'god', 'good_courage', 'work', 'great_interest', 'meeting', 'general_conference']
root - INFO - extracting file #105500: 2017-04-Final-Corpus/RH18911117-V68-45-page1.txt
root - INFO - extracting file #106000: 2017-04-Final-Corpus/RH18920628-V69-26-page10.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'vora', 'lord', 'light', 'arid', 'glory', 'hung', 'cross', 'agony', 'bearing', 'sin', 'world', 'expiring', 'nature', 'created', 'respond', 'sympathy', 'sun', 'darkened', 'veiling', 'face', 'author', 'cried', 'father', 'thy', 'hand', 'commend', 'spirit', 'luke', 'claim', 'transaction', 'figurative', 'spiritualize', 'thorn', 'away', 'till', 'conclude', 'actual', 'occurrence', 'took', 'place', 'saviour', 'prediction', 'concerning', 'sign', 'second', 'coming', 'word', 'evangelist', 'identical', 'sun', 'darkened', 'luke', 'enveloped', 'gloom', 'severalhours', 'sun', 'shall', 'darkened', 'matthew', 'mark', 'sign', 'coming', 'glory', 'shall', 'literal', 'figure', 'speech', 'inspiration', 'term', 'greek', 'word', 'hello', 'time', 'evangelist', 'instance', 'mean', 'literal', 'sun', 'light', 'globe', 'figurative', 'sense', 'new_testament', 'excepting', 'hook', 'symbol', 'revelation', 'instance', 'word', 'translated', 'moon', 'star', 'understood', 'literally', 'kind', 'darkening', 'reasonably', 'expect', 'constitute', 'sign', 'token', 'evidence', 'lord', 'soon', 'return', 'sun', 'disappear', 'forever', 'shall', 'sign', 'plural', 'sun', 'darkening', 'sun', 'truly', 'sign', 'constitute', 'sign', 'reasonably', 'expect', 'number', 'occurrence', 'strange', 'mysterious', 'alarming', 'great', 'luminary', 'heaven', 'calculated', 'rouse', 'attention', 'cause', 'strange', 'foreboding', 'approaching', 'trouble', 'darkening', 'sun', 'ansevent', 'destroy', 'remains', 'seen', 'darkened', 'sign', 'manifested', 'darkening', 'destroyed', 'sign', 'end', 'end', 'people', 'live', 'earth', 'sun', 'destroyed', 'conclude', 'darkening', 'sun', 'strange', 'mysterious', 'wonderful', 'darkness', 'comparatively', 'brief', 'season', 'astonish', 'world', 'unexplainable', 'science', 'constitute', 'strange', 'portent', 'fithriething', 'hunran', 'agency', 'explanation', 'nature', 'darkness', 'land', 'egypt', 'christ', 'crucifixion', 'instance', 'seen', 'term', 'saviour', 'discourse', 'sign', 'sun', 'predicted', 'oneeventof', 'kind', 'occur', 'bible', 'speaks', 'number', 'place', 'sun', 'slarkenings', 'instance', 'worthy', 'consideration', 'inspired', 'use', 'kind', 'language', 'dark', 'cloud', 'overspread', 'egypt', 'palestine', 'east', 'case', 'referred', 'shut', 'light', 'sun', 'entirely', 'vapor', 'affected', 'sens', 'sight', 'felt', 'light', 'emanating', 'sun', 'annihilated', 'intercepted', 'darkened', 'room', 'darkened', 'intervening', 'object', 'placed', 'light', 'room', 'john', 'tell', 'sun', 'darkened', 'bysmoke', 'pit', 'rev', 'sun', 'moon', 'destroyed', 'darkened', 'light', 'afterward', 'scripture', 'teach', 'endure', 'endless', 'age', 'light', 'designed', 'original', 'creation', 'need', 'sun', 'moon', 'new', 'jerusalem', 'surpassing', 'glory', 'creator', 'doe', 'prove', 'exist', 'endure', 'eternity', 'sign', 'spoken', 'oar', 'lord', 'fullfilled', 'moment', 'jumbled', 'indiscriminate', 'mass', 'teach', 'interspersed', 'age', 'light', 'knowledge', 'time', 'end', 'shall', 'notice', 'darkening', 'sun', 'fixed', 'coming', 'immediately', 'tribulation', 'day', 'placed', 'lord', 'usher', 'period', 'special', 'sign', 'coming', 'shall', 'exhibited', 'strange', 'occurrence', 'shown', 'taken', 'place', 'long_period', 'persecution', 'possibly', 'constitute', 'sign', 'jesus', 'gave', 'sign', 'commence', 'tribulation', 'seek', 'time', 'disbelieve', 'word', 'warning', 'whole_world', 'preaching', 'believer', 'advent', 'period', 'time', 'suppose', 'fulfilled', 'continue', 'seen', 'time', 'time', 'impressive', 'till', 'culminate', 'great_event', 'portentous', 'token', 'evident', 'saviour', 'word', 'thing', 'sign', 'sun', 'moon', 'star', 'begin', 'conic', 'pas', 'look', 'lift', 'head', 'redemption_draweth_nigh', 'shall', 'thing', 'know', 'brat', 'near', 'door', 'luke', 'matt', 'church', 'encouraged', 'sign', 'hope', 'courage', 'expectation', 'sign', 'given', 'seen', 'matter', 'knowledge', 'lord', 'saviour', 'present', 'fig', 'tree', 'illustration', 'fig', 'tree', 'learn', 'parable', 'branch', 'tender', 'putteth', 'forth', 'leaf', 'know', 'summer', 'nigh', 'thing', 'know', 'nigh', 'door', 'matt', 'revised', 'version', 'tree', 'putting', 'forth', 'leaf', 'certain', 'sign', 'summer', 'near', 'approach', 'saviour', 'declares', 'tlie', 'fulfilled', 'sign', 'tree', 'forth', 'leaf', 'instant', 'week', 'tender', 'bud', 'swell', 'small', 'leaf', 'begin', 'appear', 'leafage', 'summer', 'actually', 'come', 'process', 'involving', 'time', 'fact', 'lord', 'illustration', 'relation', 'coming', 'sign', 'token', 'conclude', 'period', 'elapse', 'great', 'sign', 'till', 'fulfilled', 'glory', 'presence', 'seen', 'jesus', 'refers', 'connection', 'deluge', 'parallel', 'day', 'noe', 'shall', 'coming', 'son', 'mart', 'matt', 'scripture', 'intimate', 'year', 'elapsed', 'noah', 'warned', 'coming', 'flood', 'till', 'thedeluge', 'burst', 'forth', 'preacher', 'righteousness', 'evidently', 'warned', 'antediluvian', 'period', 'taken', 'long_time', 'prepare', 'ark', 'provision', 'readiness', 'eventful', 'voyage', 'gen', 'pet', 'day', 'close', 'long', 'clay', 'sorrow', 'woe', 'suffering', 'church', 'blood', 'poured', 'like', 'water', 'startling', 'sign', 'dark_day', 'appears', 'church', 'look', 'rejoice', 'redemption_draweth_nigh', 'expected', 'sign', 'appear', 'due_time', 'thrilling', 'token', 'thicken', 'continue', 'strengthen', 'faith', 'warning', 'forth', 'world', 'sign', 'fast', 'fulfilling', 'end', 'approaching', 'warning', 'message', 'forth', 'based', 'evidence', 'careless', 'wicked', 'world', 'truly', 'love', 'lord', 'rejoice', 'evidence', 'soon', 'return', 'reasonably', 'suppose', 'space', 'time', 'world', 'harvest', 'ripened', 'sickle', 'reaper', 'joel', 'men', 'time', 'hear', 'accept', 'reject', 'decide', 'destiny', 'great_thing', 'warn', 'world', 'faithful_servants', 'believe', 'word', 'lord', 'proclaim', 'truth', 'darkness', 'antediluvian', 'warned', 'lot', 'men', 'sodom', 'ninevites', 'jew', 'christ', 'time', 'preaching', 'sign', 'advent', 'need', 'proclaimed', 'earth', 'remotest', 'bound', 'constantly', 'fulfilling', 'sign', 'message', 'impressive', 'scoffer', 'walking', 'own_lusts', 'seek', 'hinder', 'work', 'forward', 'pet', 'look', 'succession', 'sign', 'according', 'reason', 'word', 'lord', 'cover', 'ing', 'period', 'year', 'century', 'close', 'great', 'persecution', 'till', 'christ', 'shall', 'come', 'glory', 'period', 'thrilling', 'filled', 'succession', 'wonderful', 'event', 'seen', 'world', 'notice', 'special', 'sign', 'christ', 'coming', 'given', 'lord', 'commencing', 'darkening', 'sun', 'continued', 'russian', 'mission', 'field', 'country', 'present', 'moment', 'people', 'experience', 'greater', 'difficulty', 'vast', 'field', 'write', 'particular', 'state', 'place', 'forbear', 'statement', 'fall', 'wrong', 'hand', 'work', 'harm', 'afflicted', 'grateful', 'god', 'amid', 'trial', 'people', 'good', 'courage', 'lord', 'falter', 'press', 'forward', 'victory', 'time', 'company', 'swallowed', 'enemy', 'hardly', 'know', 'counsel', 'devise', 'time', 'wear', 'heavenly', 'father', 'wonderful', 'love', 'child', 'open', 'way', 'dream', 'raise', 'instrumentality', 'perceive', 'time', 'speak', 'native', 'company', 'brother', 'exiled', 'remain', 'experience', 'difficulty', 'holding', 'meeting', 'people', 'refuse', 'rent', 'house', 'trouble', 'way', 'opened', 'sister', 'saving', 'dollar', 'buying', 'home', 'worked', 'nobility', 'need', 'nanaged', 'contact', 'exile', 'learned', 'late', 'letter', 'searched', 'authority', 'implicated', 'following', 'letter', 'present_condition', 'sheriff', 'came', 'disguised', 'meeting', 'sat', 'common', 'lietsiner', 'perceive', 'meeting', 'lie', 'stepped', 'met', 'door', 'addressed', 'following', 'house', 'hardly', 'time', 'utter', 'warning', 'company', 'policeman', 'surrounded', 'door', 'locked', 'protocol', 'taken', 'notice', 'given', 'employer', 'strict', 'guard', 'counsell', 'wrote', 'petition', 'governor', 'asking', 'lam', 'allow', 'follow', 'brother', 'law', 'banishment', 'fourth', 'day', 'informed', 'police', 'supervision', 'choose', 'wait', 'judge', 'rendered', 'decision', 'submit', 'heavenly', 'father', 'know', 'good', 'praise', 'thanks', 'goodness', 'brother', 'sister', 'remember', 'hero', 'petition', 'spite', 'baptized', 'late', 'careful', 'person', 'paid', 'russian', 'priest', 'join', 'simply', 'turn', 'spy', 'betray', 'faithfill', 'sister', 'family', 'late', 'joined', 'banished', 'husband', 'exile', 'news', 'sale', 'arrival', 'greatest', 'difficulty', 'correspond', 'god', 'late', 'opened', 'way', 'reason', 'believe', 'work', 'communication', 'translated', 'twice', 'received', 'following', 'news', 'german', 'brother', 'banished', 'near', 'siberian', 'border', 'month', 'day', 'journey', 'stop', 'prison', 'cold', 'winter', 'day', 'sit', 'day', 'spot', 'hand', 'chained', 'vermin', 'plentiful', 'lord', 'helped', 'praise', 'honor', 'remain', 'year', 'supervision', 'police', 'neighborhood', 'hear', 'believer', 'lord', 'mighty', 'raise', 'new_believers', 'willing', 'spread', 'truth', 'neighborhood', 'feel', 'grateful', 'wife', 'child', 'united', 'remember', 'prayer', 'faithful', 'soul', 'suffer', 'truth', 'sake', 'cease', 'sending', 'forth', 'truth', 'different_parts', 'empire', 'letter', 'receive', 'learn', 'safe', 'arrival', 'soul', 'convinced', 'obey', 'far', 'german_work', 'concerned', 'learn', 'brother', 'passport', 'present', 'gone', 'governor', 'writes', 'new_believers', 'baptized', 'famine', 'district', 'far', 'sent', 'dollar', 'suffering', 'brother', 'month', 'supplied', 'distress', 'great', 'feel', 'grateful', 'assistance', 'portion']
root - INFO - extracting file #106500: 2017-04-Final-Corpus/RH18930214-V70-07-page11.txt
root - INFO - extracting file #107000: 2017-04-Final-Corpus/RH18930919-V70-38-page17.txt
root - INFO - ['fail', 'dea', 'atten', 'hay', 'der', 'severe', 'thi', 'ley', 'lamatio', 'tat', 'bholicism', 'ily', 'spid', 'tants', 'tory', 'conapostai', 'isb', 'losing', 'gining', 'min', 'self', 'laudaadmitted', 'ependent', 'trowing', 'ton', 'colic', 'churn', 'ucalion', 'mndoned', 'catholl', 'given', 'beginconscience', 'aye', 'place', 'sihristian', 'cdqever', 'tan', 'blessing', 'oine', 'taber', 'conrtian', 'rem', 'contestve', 'rein', 'body', 'body', 'god', 'ling', 'man', 'ghout', 'glorious', 'foster', 'aul', 'press', 'attraopon', 'eral', 'meetaasize', 'amp', 'meetmade', 'stirhe', 'time', 'pid', 'fulfilour', 'lookoul', 'lossible', 'ork', 'octohe', 'irk', 'article', 'rev', 'moslem', 'editor', 'mission', 'mission', 'barnum', 'gal', 'article', 'nent', 'moslem', 'xsia', 'ersia', 'rev', 'ject', 'ther', 'field', 'partmer', 'chief', 'spurgeon', 'review', 'nabs', 'cornirk', 'review', 'herald', 'extra', 'vol', 'rograt', 'battle', 'creek', 'mich', 'september', 'ire', 'goeth', 'forth', 'weepeth', 'bearing', 'precious_seed', 'shall', 'doubtless', 'come', 'rejoicing', 'bringing', 'sheaf', 'florida', 'church', 'report', 'visited', 'church', 'company', 'state', 'glad', 'able', 'report', 'advance', 'line', 'july', 'eustis', 'enjoyed', 'precious', 'season', 'church', 'sabbath', 'lord', 'especially', 'blessed', 'willing_souls', 'followed', 'lord', 'master', 'baptism', 'ordinance', 'celebrated', 'left', 'chumh', 'trust', 'courage', 'july', 'spent', 'bowling', 'green', 'privilege', 'meeting', 'elder', 'butler', 'courage', 'trust', 'strong', 'lord', 'visited', 'isolated', 'bartow', 'lakeland', 'valrico', 'seffner', 'privilege', 'speaking', 'baptist', 'church', 'appreciative', 'audience', 'july', 'aug', 'met', 'company', 'tampa', 'meeting', 'held', 'brother', 'jethro', 'kloss', 'added', 'company', 'need', 'church_building', 'trust', 'near_future', 'company', 'organized', 'comfortable', 'house', 'erected', 'spent', 'number', 'day', 'terra', 'ceia', 'house', 'filled', 'nearly', 'meeting', 'lord', 'came', 'meeting', 'spirit', 'soul', 'led', 'necessity', 'closer', 'walk', 'god', 'necessity', 'appropriating', 'righteousness', 'precious', 'saviour', 'faith', 'dear', 'lord', 'bless', 'church', 'add', 'number', 'osteen', 'leon', 'spring', 'held', 'excellent_meetings', 'soul', 'hungering', 'thirsting', 'righteousness', 'god', 'promise', 'matt', 'fulfilled', 'severe', 'storm', 'raged', 'atlantic', 'coast', 'seriously', 'interfered', 'meeting', 'moultrie', 'near', 'augustine', 'felt', 'believe', 'things_work', 'good', 'love', 'god', 'thank', 'lord', 'meeting', 'hold', 'spent', 'sabbath', 'sunday', 'sept', 'waldo', 'baptized', 'received', 'church', 'good_meetings', 'held', 'left', 'little', 'church', 'rejoicing', 'lord', 'jacksonville', 'fernandina', 'visited', 'meeting', 'held', 'brother', 'place', 'feel', 'praise', 'lord', 'manifestation', 'prospering', 'hand', 'lord', 'ask', 'remembered', 'prayer', 'people', 'god', 'bless', 'work', 'servant', 'field', 'sept', 'pennsylvania', 'erie', 'month', 'ago', 'undersigned', 'sent', 'battle', 'creek', 'city', 'canvas', 'health', 'publication', 'sentiment', 'heart', 'dear', 'saviour', 'thy', 'vineyard', 'wide', 'thou', 'bidst', 'labor', 'lord', 'abide', 'interested', 'christian', 'help', 'work', 'started', 'battle', 'creek', 'winter', 'resolved', 'lord', 'pleased', 'good', 'line', 'work', 'going', 'house', 'house', 'began', 'case', 'needed', 'attention', 'cite', 'week', 'ago', 'came', 'house', 'young_man', 'lying', 'floor', 'thrown', 'hauling', 'dray', 'began', 'work', 'badly', 'bruised', 'able', 'limb', 'heavy', 'shaft', 'having', 'fallen', 'worked', 'hour', 'left', 'feeling', 'better', 'returned', 'day', 'paid', 'trouble', 'seeing', 'countenance', 'brighten', 'saw', 'come', 'house', 'week', 'able', 'walk', 'help', 'cane', 'case', 'young_man', 'working', 'month', 'ago', 'board', 'flew', 'struck', 'inch', 'bethe', 'time', 'appointed', 'aug', 'fame', 'low', 'stomach', 'making', 'hole', 'inch', 'square', 'abdomen', 'entered', 'intestine', 'case', 'equal', 'phelix', 'martin', 'brother', 'davis', 'watched', 'carefully', 'time', 'presenting', 'work', 'kellogg', 'battle', 'creek', 'young_man', 'decided', 'operation', 'doctor', 'erie', 'avail', 'day', 'pleasure', 'putting', 'train', 'seeing', 'start', 'battle', 'creek', 'try', 'good', 'line', 'believe', 'seventh', 'day', 'adventist', 'ought', 'ready', 'answer', 'man', 'asketh', 'reason', 'hope', 'meekness', 'fear', 'lady', 'city', 'statement', 'seventh', 'day', 'adventist', 'going', 'believed', 'met', 'invited', 'hold', 'reading', 'house', 'believing', 'lord', 'immediately', 'accepted', 'invitation', 'attendance', 'fair', 'beginning', 'increasing', 'slowly', 'monday', 'night', 'gave', 'reading', 'sabbath', 'question', 'lord', 'came', 'worked', 'heart', 'deciding', 'sabbath', 'valley', 'decision', 'brother', 'pray', 'dear_souls', 'company', 'seventeen', 'lady', 'told', 'sunday', 'night', 'transfer', 'reading', 'hall', 'furnish', 'hall', 'gladly', 'accepted', 'offer', 'believing', 'come', 'reading', 'come', 'private_house', 'work', 'opening', 'good_workers', 'sent', 'great_amount', 'good', 'know', 'lord', 'strength', 'sufficient', 'thing', 'christ', 'strengtheneth', 'feel', 'weakness', 'paul', 'weak', 'strong', 'secret', 'whole_thing', 'advertised', 'paper', 'set', 'crank', 'doe', 'discourage', 'know', 'truth', 'truth', 'brother', 'pray', 'work', 'vineyard', 'baker', 'davis', 'vermont', 'camp', 'meeting', 'laborer', 'conference', 'meeting', 'professor', 'caviness', 'colcord', 'writer', 'professor', 'caviness', 'good_work', 'showing', 'duty', 'parent', 'child', 'duty', 'youth', 'regard', 'school', 'brother', 'colcord', 'labored', 'faithfully', 'line', 'religious_liberty', 'appreciated', 'people', 'line', 'work', 'matter', 'greatest', 'importance', 'time', 'love', 'truth', 'wish', 'prepared', 'time', 'trouble', 'careful_study', 'glad', 'meeting', 'minister', 'people', 'ready', 'receive', 'advanced', 'light', 'message', 'righteousness', 'byfaith', 'important', 'theme', 'necessary', 'time', 'attendance', 'own_people', 'good', 'considering', 'stormy', 'cold_weather', 'outside_attendance', 'good', 'seven', 'tent', 'ground', 'number', 'people', 'lodged', 'building', 'encampment', 'meeting', 'held', 'youth', 'child', 'good_results', 'pleased', 'meet', 'life', 'good', 'brother', 'elder', 'hutchins', 'haviirr', 'reached', 'age', 'score', 'feeble', 'able', 'camp', 'ground', 'attend', 'meeting', 'cheerful', 'testimony', 'gave', 'courage', 'heart', 'business_meetings', 'line', 'work', 'harmonious', 'believe', 'union', 'spirit', 'god', 'elder', 'covert', 'elected', 'president', 'elder', 'pierce', 'secretary', 'elder', 'purdon', 'treasurer', 'financial_condition', 'conference', 'growing', 'better', 'courage', 'people', 'line', 'good', 'lord', 'blessing', 'rested', 'cause', 'conference', 'past_year', 'prosperity', 'laborer', 'van', 'horn', 'maine', 'camp', 'meeting', 'journey', 'monday', 'sept', 'waterbury', 'white', 'mountain', 'portland', 'enjoyable', 'pleasant', 'staying', 'portland', 'night', 'morning', 'went', 'bath', 'soon', 'arriving', 'permitted', 'enter', 'prettiest', 'neatest', 'camp_ground', 'liver', 'saw', 'state', 'maine', 'simplicity', 'decoration', 'taste', 'shown', 'pitching', 'seventy', 'tent', 'attractive', 'good', 'brother', 'sister', 'attendance', 'meeting', 'agreeably', 'surprised', 'attendance', 'people', 'city', 'member', 'baptist', 'church', 'attended', 'interested', 'hearing', 'discourse', 'writer', 'holiness', 'evening', 'pastor', 'church', 'present', 'gave', 'cordial', 'invitation', 'deliver', 'pulpit', 'following', 'sunday', 'afternoon', 'cheerfully', 'accepted', 'enjoyed', 'privilege', 'granted', 'minister', 'opened', 'baptistry', 'church', 'baptism', 'thirteen', 'candidate', 'camp_ground', 'number', 'city', 'convinced', 'truth', 'obey', 'people', 'ready', 'accept', 'advanced', 'light', 'power', 'angel', 'message', 'glad', 'meet', 'elder', 'durland', 'meeting', 'work', 'youth', 'people', 'revival', 'service', 'appreciated', 'turned', 'good_results', 'maine', 'conference', 'looking', 'courage', 'cheer', 'taking', 'hold', 'people', 'business', 'conference', 'dispatch', 'harmony', 'elder', 'jayne', 'elected', 'president', 'elder', 'huffman', 'brother', 'davis', 'associate', 'committee', 'sister', 'eliza', 'morton', 'gave', 'consent', 'act', 'secretary', 'treasurer', 'conference', 'tract', 'missionary_society', 'duly', 'elected', 'depository', 'established', 'deering', 'near', 'portland', 'ended', 'best', 'campmeetings', 'held', 'maine', 'testimony', 'came', 'close', 'blessing', 'god', 'people', 'work', 'maine', 'conference', 'van', 'horn', 'atlantic', 'conference', 'camp', 'meeting', 'thenirginia', 'meeting', 'spent', 'day', 'washington', 'meeting', 'church', 'profit', 'item', 'cause', 'capital', 'nation', 'fail', 'mention', 'opportunity', 'providentially', 'opened', 'church', 'purchase', 'meeting', 'house', 'lot', 'stand', 'low', 'figure', 'slow', 'seize', 'privilege', 'purchase', 'held', 'meeting', 'house', 'quiet', 'comfortable', 'place', 'worship', 'sunday', 'aug', 'went', 'newark', 'del', 'place', 'camp', 'meeting', 'beautiful', 'shady', 'ground', 'meeting', 'held', 'year', 'fortunate', 'encamped', 'grove', 'stout', 'oak', 'hickory', 'tree', 'proved', 'shelter', 'severe', 'storm', 'wind', 'rain', 'raged', 'nearly', 'night', 'welcome', 'shade', 'extreme', 'heat', 'time', 'camp', 'organized', 'preparation', 'nearly', 'completed', 'tent', 'pitched', 'large', 'hollow', 'square', 'occupied', 'people', 'week', 'preceding', 'camp', 'meeting', 'institute', 'minister', 'bible', 'worker', 'canvasser', 'held', 'conducted', 'principally', 'elder', 'corliss', 'served', 'bring', 'good', 'spiritual', 'influence', 'early_part', 'meeting', 'elder', 'corliss', 'good', 'share', 'preaching', 'meeting', 'practical', 'line', 'work', 'elder', 'moon', 'caviness', 'brother', 'colcord', 'writer', 'present', 'elder', 'moon', 'day', 'brother', 'colcord', 'gave', 'acceptable', 'instruction', 'crisler', 'collie', 'weather', 'rough', 'stormy', 'preparation', 'far', 'meeting', 'delayed', 'arrived', 'place', 'meeting', 'monday', 'afternoon', 'heat', 'summer', 'delaware', 'changed', 'near', 'frost', 'fall', 'vermont', 'cold', 'somewhat', 'stormy', 'meeting', 'notwithstanding', 'good_meeting']
root - INFO - extracting file #107500: 2017-04-Final-Corpus/RH18940508-V71-19-page14.txt
root - INFO - extracting file #108000: 2017-04-Final-Corpus/RH18941218-V71-50-page3.txt
root - INFO - ['december', 'advent', 'review', 'mid', 'sabbath', 'herald', 'jesus', 'priest', 'right_hand', 'father', 'close', 'probation', 'father', 'enemy', 'break', 'rad', 'iron', 'david', 'speaks', 'beginning', 'jesus', 'highpriestly', 'office', 'fact', 'jesus', 'resurrection', 'ascended', 'heaven', 'sat', 'right_hand', 'majesty', 'high', 'heb', 'finished', 'work', 'sanctuary', 'eternal', 'father', 'sends', 'son', 'zion', 'rod', 'scepter', 'almighty', 'strength', 'rule', 'midst', 'enemy', 'great_power', 'reign', 'rev', 'kingdom', 'world', 'kingdom', 'lord', 'christ', 'reign', 'forever', 'verse', 'place', 'day', 'god', 'power', 'people', 'present', 'willingly', 'gladly', 'gather', 'joyfully', 'divine', 'redeemer', 'come', 'jesus', 'beauty', 'holiness', 'version', 'read', 'holy', 'adornment', 'come', 'immortal', 'glory', 'jesus', 'transformed', 'body', 'humiliation', 'fashioned', 'like', 'unto', 'body', 'glory', 'phil', 'psalmist', 'compare', 'beautiful', 'dawn', 'morning', 'eternal', 'morning', 'shine', 'child', 'god', 'loveliest', 'glory', 'heaven', 'like', 'crystal', 'dewdrop', 'come', 'forth', 'morning', 'shining', 'flower', 'like', 'bright', 'pearl', 'child', 'god', 'come', 'forth', 'tomb', 'almighty', 'power', 'god', 'air', 'filled', 'shout', 'victory', 'death', 'thy', 'sting', 'grave', 'thy', 'victory', 'cor', 'wise', 'shall', 'shine', 'brightness', 'firmament', 'turn', 'righteousness', 'star', 'forever', 'dan', 'fruit', 'sacrifice', 'jesus', 'service', 'heavenly', 'sanctuary', 'psalmist', 'speaks', 'fourth', 'verse', 'divine', 'foundation', 'priesthood', 'christ', 'lord', 'bath', 'sworn', 'repent', 'thou', 'art', 'priest', 'forever', 'order', 'melchisedec', 'subject', 'apostle', 'treat', 'fully', 'hebrew', 'melchisedec', 'presented', 'type', 'christ', 'high', 'priest', 'king', 'priest', 'meaning', 'word', 'heb', 'clear', 'following', 'translation', 'wakefield', 'clearly', 'father', 'mother', 'pedigree', 'birth', 'death', 'account', 'emphatic', 'diaglott', 'syriac', 'version', 'read', 'father', 'mother', 'inscribed', 'genealogy', 'arabic', 'ethiopic', 'version', 'read', 'nearly', 'way', 'clarke', 'commentary', 'silence', 'scripture', 'regard', 'genealogy', 'melchisedec', 'apostle', 'interpreted', 'allegorically', 'prominent', 'fact', 'priesthood', 'melchisedec', 'personal', 'office', 'obtain', 'father', 'serve', 'levitical', 'priesthood', 'tribe', 'levi', 'jesus', 'tribe', 'judah', 'consequently', 'obtain', 'priestly', 'office', 'account', 'parentage', 'greater', 'jesus', 'personally', 'appointed', 'high', 'priest', 'god', 'obtained', 'eternal', 'priesthood', 'instead', 'temporal', 'priest', 'old_covenant', 'atone', 'sin', 'service', 'possible', 'blood', 'bull', 'goat', 'away', 'sin', 'heb', 'jesus', 'entered', 'own_blood', 'holy', 'place', 'having', 'obtained', 'eternal', 'redemption', 'chapter', 'let', 'look', 'faith', 'suffer', 'work', 'work', 'salvation', 'heart', 'people', 'god', 'willing', 'ready', 'clay', 'power', 'robed', 'holy', 'adornment', 'ascend', 'jesus', 'celestial', 'city', 'temporal', 'millennium', 'elder', 'littlejohn', 'battle', 'creek', 'mich', 'term', 'millennium', 'signifies', 'thousand', 'year', 'compounded', 'latin', 'word', 'mille', 'annus', 'meaning', 'respectively', 'thousand', 'year', 'theory', 'held', 'anciently', 'subject', 'christ', 'second', 'advent', 'reign', 'saint', 'thousand', 'year', 'earth', 'adopted', 'view', 'millennium', 'precedes', 'advent', 'subjoined', 'extract', 'encyclopedia', 'religious', 'knowledge', 'furnishes', 'graphic', 'presentation', 'modern', 'view', 'respecting', 'real', 'millennium', 'observe', 'following', 'thing', 'scripture', 'afford', 'ground', 'believe', 'church', 'arrive', 'state', 'prosperity', 'enjoyed', 'rev', 'isa', 'dan', 'continue', 'thousand', 'year', 'considerable', 'space', 'time', 'work', 'salvation', 'fully', 'accomplished', 'utmost', 'extent', 'glory', 'time', 'world', 'soon', 'filled', 'real', 'christian', 'continue', 'early', 'regeneration', 'supply', 'place', 'leave', 'world', 'thousand', 'born', 'live', 'earth', 'born', 'lived', 'preceding', 'thousand', 'year', 'shall', 'born', 'thousand', 'year', 'shall', 'saved', 'thousand', 'mankind', 'saved', 'shall', 'lost', 'state', 'great', 'happiness', 'glory', 'jew', 'shall', 'converted', 'genuine', 'christianity', 'diffused', 'nation', 'christ', 'shall', 'reign', 'spiritual', 'presence', 'glorious', 'manner', 'time', 'eminent', 'holiness', 'clear_light', 'knowledge', 'love', 'peace', 'friendship', 'agreement', 'doctrine', 'worship', 'human_life', 'rarely', 'endangered', 'poison', 'mineral', 'vegetable', 'animal', 'kingdom', 'beast', 'prey', 'extirpated', 'tamed', 'power', 'man', 'inhabitant', 'place', 'rest', 'secure', 'fear', 'robbery', 'murder', 'war', 'shall', 'entirely', 'ended', 'capital', 'crime', 'punishment', 'shall', 'heard', 'government', 'placed', 'fair', 'humane', 'foundation', 'torch', 'civil', 'discord', 'shall', 'extinguished', 'pagan', 'turk', 'deist', 'jew', 'entirely', 'converted', 'number', 'real', 'christian', 'bible', 'highly', 'appreciated', 'harmony', 'perceived', 'superiority', 'owned', 'energy', 'felt', 'million', 'human_being', 'fact', 'earth', 'shall', 'knowledge', 'lord', 'water', 'cover', 'sea', 'extract', 'given', 'written', 'quarter', 'century', 'ago', 'objected', 'picture', 'present', 'sufficiently', 'roseate', 'satisfy', 'longing', 'enthusiastic', 'believer', 'golden', 'age', 'race', 'author', 'citation', 'given', 'intimate', 'connection', 'glorious', 'millennium', 'describes', 'begun', 'dawn', 'refers', 'certain', 'indication', 'religious', 'political', 'world', 'support', 'opinion', 'intelligent', 'reader', 'article', 'excusable', 'suggest', 'retrospective', 'view', 'period', 'intervened', 'author', 'penned', 'description', 'millennium', 'fails', 'confirm', 'expectation', 'graphic', 'writer', 'question', 'true', 'writing', 'anticipated', 'millennium', 'reached', 'present', 'indication', 'matter', 'change', 'better', 'materially', 'realized', 'glance', 'existing', 'order', 'thing', 'mean', 'assuring', 'confided', 'theory', 'world', 'conversion', 'far', 'church', 'concerned', 'lamentable', 'fact', 'gradually', 'losing', 'hold', 'public_mind', 'heart', 'longer', 'power', 'good', 'honeycombed', 'infidelity', 'worldliness', 'pride', 'incapable', 'holding', 'struggle', 'unbelief', 'age', 'waging', 'successful', 'war', 'realm', 'darkness', 'spiritualism', 'million', 'believer', 'friend', 'higher', 'criticism', 'believer', 'evolution', 'planted', 'banner', 'church', 'preaching', 'pulpit', 'instance', 'doctrine', 'shocked', 'conscience', 'faithful', 'half', 'century', 'ago', 'subversive', 'fundamental_principle', 'christianity', 'political', 'social', 'world', 'indication', 'hand', 'calculated', 'arouse', 'gravest', 'apprehension', 'far', 'abolition', 'war', 'concerned', 'period', 'likely', 'occur', 'world', 'vast', 'armed', 'camp', 'nation', 'equipped', 'terrible', 'engine', 'death', 'world', 'saw', 'verge', 'conflict', 'consequence', 'apprehension', 'bated', 'breath', 'diplomat', 'world', 'watch', 'situation', 'fearing', 'moment', 'untoward', 'circumstance', 'precipitate', 'terrible', 'collision', 'meantime', 'continually', 'widening', 'chasm', 'capital', 'labor', 'occasion', 'fearful', 'foreboding', 'world', 'final', 'outcome', 'struggle', 'class', 'intervention', 'military', 'arm', 'tell', 'result', 'recent', 'great', 'strike', 'country', 'matter', 'taken', 'slightly', 'different', 'turn', 'torch', 'incendiary', 'dagger', 'assassin', 'carried', 'consternation', 'ruin', 'portion', 'fair', 'land', 'outbreak', 'checked', 'cause', 'removed', 'general', 'feeling', 'unrest', 'dissatisfaction', 'distrust', 'pervades', 'society', 'period', 'universally', 'true', 'condition', 'thing', 'exist', 'prior', 'second', 'personal', 'coming', 'lord', 'jesus_christ', 'fully', 'realized', 'time', 'mind', 'men', 'possessed', 'fear', 'dread', 'come', 'earth', 'luke', 'said', 'coming', 'event', 'cast', 'shadow', 'men', 'instinctively', 'dread', 'development', 'near_future', 'assured', 'foreboding', 'evil', 'groundless', 'view', 'fact', 'reasonableness', 'scriptural', 'authority', 'theory', 'contradicts', 'fact', 'history', 'conviction', 'men', 'generally', 'boldly', 'challenged', 'future', 'paper', 'subject', 'labor', 'capital', 'joseph', 'clarke', 'lowry', 'city', 'condition', 'labor', 'capital', 'present', 'wisest', 'head', 'puzzled', 'provision', 'cheap', 'price', 'good', 'low', 'uncertain', 'railroad', 'idle', 'machinery', 'steam', 'pulling', 'lifting', 'harvest', 'gathered', 'threshed', 'machinery', 'farmer', 'leisure', 'dismisses', 'men', 'factory', 'turn', 'good', 'month', 'supply', 'market', 'longer', 'period', 'doe', 'mean', 'doe', 'leisure', 'leisure', 'thought', 'research', 'study', 'bible', 'search', 'scripture', 'study', 'history', 'god', 'people', 'past', 'present', 'future', 'doubt', 'enforced', 'leisure', 'large', 'portion', 'people', 'mean', 'stop', 'consider', 'read', 'pray', 'think', 'important', 'stake', 'court', 'heaven', 'case', 'court', 'probation', 'close', 'long', 'weary', 'year', 'trial', 'finished', 'right', 'delay', 'late', 'door', 'shut', 'god', 'good', 'kind', 'period', 'leisure']
root - INFO - extracting file #108500: 2017-04-Final-Corpus/RH18950723-V72-30-page3.txt
root - INFO - extracting file #109000: 2017-04-Final-Corpus/RH18960303-V73-09-page3.txt
root - INFO - ['march', 'advent', 'review', 'sabbath', 'herald', 'elly', 'point', 'moses', 'known', 'people', 'lord', 'communihis', 'law', 'god', 'conversed', 'ith', 'moses', 'hearing', 'people', 'believe', 'moses', 'erward', 'command', 'lord', 'lord', 'called', 'moses', 'mountain', 'moses', 'remain', 'spoke', 'moses', 'received', 'perempry', 'command', 'return', 'base', 'mounb', 'verse', 'moses', 'especial', 'ediator', 'christ', 'child', 'rael', 'peculiar_people', 'rough', 'time', 'god', 'mystery', 'salvation', 'symbol', 'ure', 'brief', 'time', 'divested', 'granter', 'christ', 'great', 'diator', 'god', 'mankind', 'known', 'great', 'universal', 'law', 'applible', 'alike', 'race', 'men', 'unchangee', 'divine', 'author', 'law', 'properly', 'given', 'human', 'agent', 'moses', 'man', 'god', 'allowed', 'stay', 'untain', 'proclaimed', 'reined', 'people', 'cod', 'ceased', 'speak', 'god', 'ceased', 'speaking', 'moses', 'drew', 'near', 'unto', 'thick_darkness', 'god', 'ord', 'said', 'unto', 'moses', 'shalt_thou', 'unto', 'child', 'israel', 'chapter', 'hen', 'followed', 'minor', 'law', 'given', 'god', 'ore', 'communicated', 'gel', 'christ', 'divine', 'ediator', 'father', 'mankind', 'spoken', 'great', 'universal', 'law', 'moses', 'human', 'mediator', 'christ', 'rael', 'returned', 'position', 'altogether', 'remarkable', 'sigficance', 'giving', 'law', 'let', 'riefly', 'review', 'lord', 'speaks', 'moses', 'hearing', 'people', 'speak', 'private', 'receive', 'moses', 'command', 'god', 'moses', 'stand', 'people', 'hile', 'god', 'speaks', 'moses', 'ords', 'law', 'moses', 'return', 'mount', 'lord', 'privately', 'imparts', 'secondary', 'law', 'designed', 'remain', 'rce', 'seed', 'come', 'foe', 'writes', 'roll', 'parchment', 'known', 'book', 'ltw', 'transaction', 'great', 'fact', 'stand', 'like', 'mountain', 'open', 'plain', 'moses', 'mediator', 'commandment', 'making', 'necessary', 'preparation', 'people', 'prepared', 'hear', 'vice', 'god', 'conclude', 'law', 'lie', 'law', 'god', 'given', 'directly', 'god', 'mself', 'moses', 'originated', 'portion', 'law', 'word', 'spoken', 'god', 'spoken', 'ihe', 'people', 'written', 'god', 'enduring', 'tablet', 'placed', 'peculiar', 'honored', 'position', 'emphatically', 'law', 'god', 'man', 'moses', 'claim', 'origin', 'proclamation', 'nature', 'thing', 'enuring', 'rock', 'engraved', 'lea', 'god', 'given', 'display', 'almighty', 'power', 'roelamation', 'law', 'transitory', 'nature', 'dened', 'restricted', 'period', 'time', 'untry', 'people', 'subject', 'mutation', 'destruction', 'unworthy', 'character', 'deity', 'law', 'commandment', 'proclama', 'throne', 'universe', 'iterance', 'moral', 'principle', 'everlasting', 'ath', 'cover', 'time', 'country', 'race', 'men', 'great', 'rule', 'hun', 'conduct', 'rule', 'judgment', 'gist', 'author', 'later', 'time', 'closer', 'man', 'presence', 'flesh', 'said', 'think', 'come', 'destroy', 'law', 'prophet', 'come', 'destroy', 'fulfil', 'verily', 'unto', 'till', 'heaven', 'earth_pass', 'jot', 'tittle', 'shall', 'wise_pass', 'law', 'till', 'fulfilled', 'matt', 'consolation', 'elder', 'santee', 'princeville', 'ill', 'dead', 'christ', 'shall', 'rise', 'alive', 'remain', 'shall', 'caught', 'cloud', 'meet', 'lord', 'air', 'thess', 'friend', 'loved', 'passed', 'meet', 'earth', 'life', 'tear', 'sorrowing', 'dried', 'parted', 'forever', 'come', 'word', 'seer', 'wonderful', 'touching', 'story', 'heaven', 'inexhaustible', 'year', 'soul', 'wear', 'mantle', 'glory', 'sleeping', 'low', 'earth', 'wait', 'till', 'lord', 'shall', 'rest', 'till', 'wake', 'angelic', 'birth', 'evil', 'harm', 'befall', 'left', 'anguish', 'cheek', 'wet', 'death', 'casket', 'hour', 'forget', 'promise', 'god', 'hovered', 'mourning', 'absence', 'heart', 'grows', 'light', 'weeping', 'grave', 'terror', 'mourner', 'know', 'chamber', 'loved', 'keeping', 'till', 'voice', 'lord', 'shall', 'bid', 'arise', 'slumbered', 'earth', 'dreary', 'weather', 'soon', 'bending', 'radiant', 'sky', 'shall', 'enter', 'heaven', 'odor', 'bloom', 'beautiful', 'year', 'share', 'rapture', 'gladness', 'laughter', 'shall', 'measure', 'tear', 'joy', 'shall', 'remove', 'sadness', 'mourning', 'ridge', 'clay', 'desolate', 'bosom', 'aching', 'look', 'light', 'glorious', 'day', 'soon', 'world', 'breaking', 'christ', 'self', 'elder', 'henderson', 'goodiand', 'ind', 'material', 'element', 'occupy', 'space', 'time', 'opposing', 'principle', 'control', 'mind', 'man', 'serve', 'master', 'hate', 'love', 'hold', 'despise', 'matt', 'primary', 'element', 'moral_nature', 'christ', 'self', 'entrance', 'spirit', 'god', 'heart', 'antagonize', 'spirit', 'selfishness', 'exist', 'entire', 'surrender', 'fulness', 'christ', 'manifested', 'feel', 'unworthiness', 'yielded', 'god', 'conformed', 'victory', 'gained', 'deceiver', 'mankind', 'particular', 'kind', 'doctrine', 'form', 'worship', 'adopted', 'partakes', 'evil', 'sufficiently', 'lead', 'follower', 'adoration', 'true', 'god', 'hear', 'said', 'man', 'weakest', 'point', 'appetite', 'deeper', 'thought', 'lead', 'know', 'self', 'allabsorbing', 'evil', 'spend', 'spent', 'benefit', 'fallen', 'humanity', 'life', 'christ', 'like', 'daniel', 'moses', 'paul', 'reached', 'similar', 'sphere', 'life', 'schooling', 'adversity', 'led', 'feel', 'helplessness', 'entire', 'dependence', 'god', 'realize', 'chief', 'end', 'man', 'glorify', 'god', 'enjoy', 'forever', 'man', 'created', 'innocence', 'thought', 'pure', 'aim', 'holy', 'disobedience', 'power', 'perverted', 'selfishness', 'took', 'place', 'love', 'step', 'christ', 'god', 'source', 'life', 'joy', 'universe', 'adam', 'live', 'act', 'adam', 'possessed', 'formed', 'glorify', 'god', 'moment', 'self', 'object', 'gratification', 'purpose', 'creator', 'secondary', 'man', 'fell', 'eve', 'dissatisfied', 'honor', 'glory', 'placed', 'moment', 'satan', 'inspired', 'thought', 'exalted', 'higher', 'sphere', 'mankind', 'god', 'knowing', 'good', 'evil', 'idea', 'filled', 'mind', 'forbidden', 'aspiration', 'discontented', 'simplicity', 'life', 'wise', 'creator', 'placed', 'thing', 'far', 'better', 'know', 'god', 'withheld', 'knowledge', 'sin', 'saw', 'desired', 'wise', 'took', 'fruit', 'eat', 'strange', 'wonderful', 'vision', 'passed', 'mind', 'moment', 'transgression', 'disappointment', 'sad', 'bitter', 'soul', 'came', 'instead', 'anticipated', 'greatness', 'covered', 'shame', 'remorse', 'adam', 'eve', 'driven', 'garden', 'meet', 'continued', 'sorrow', 'final', 'death', 'seek', 'glorification', 'self', 'contented', 'sphere', 'life', 'god', 'placed', 'live', 'humbly', 'thinking', 'honor', 'seeking', 'naught', 'wealth', 'honor', 'distinction', 'place', 'christ', 'enter', 'manifested', 'enmity', 'hatred', 'pride', 'gratification', 'lustful', 'passion', 'life', 'fruit', 'selfishness', 'sin', 'besets', 'seen', 'root', 'indulgence', 'cloaked', 'way', 'selfishness', 'righteousness', 'christ', 'adornment', 'meekness', 'lowliness', 'mind', 'contentment', 'esteeming', 'better', 'giving', 'place', 'position', 'honor', 'feeling', 'unworthiness', 'unfitness', 'planted', 'satan', 'spirit', 'self', 'uprooted', 'greater', 'ianpossible', 'man', 'extricate', 'pit', 'sin', 'fallen', 'heart', 'evil', 'change', 'battle', 'fought', 'held', 'fast', 'satan', 'snare', 'taken', 'captive', 'god', 'desire', 'heal', 'set', 'free', 'yield', 'wholly', 'warfare', 'self', 'greatest', 'battle', 'fought', 'yielding', 'self', 'surrendering', 'god', 'requires', 'struggle', 'soul', 'submit', 'god', 'renewed', 'holiness', 'step', 'christ', 'suggestive', 'reflection', 'edgar', 'iielsey', 'south', 'lancaster', 'mass', 'faith', 'work', 'dead', 'vital', 'faith', 'ungrateful', 'remembers', 'blessing', 'privilege', 'posse', 'god', 'utilizes', 'far', 'answering', 'prayer', 'believing', 'god', 'acknowledge', 'use', 'posse', 'growth', 'habit', 'sure', 'imperceptible', 'progress', 'common', 'natural', 'familiar', 'thing', 'forcibly', 'illustrates', 'growth', 'habit', 'perceive', 'growth', 'comparing', 'strength', 'different_times', 'reason', 'downward', 'course', 'continues', 'unchecked', 'unnoticed', 'power', 'irresistible', 'habit', 'directed', 'way', 'eternal_life', 'fruitful', 'like', 'good_seed', 'constancy', 'right_direction', 'strong', 'defense', 'prepare', 'enemy', 'righteousness', 'habit', 'directed', 'right', 'course']
root - INFO - extracting file #109500: 2017-04-Final-Corpus/RH18961006-V73-40-page15.txt
root - INFO - extracting file #110000: 2017-04-Final-Corpus/RH18970504-V74-18-page14.txt
root - INFO - ['advent', 'revieiti', 'sabbath', 'herald', 'vol', 'teach', 'pray', 'want', 'learn', 'pray', 'turned', 'page', 'book', 'lord', 'prayer', 'said', 'teach', 'pray', 'touching', 'experience', 'tear', 'eye', 'time', 'table', 'table', 'pupil', 'anxious', 'face', 'listen', 'intense_interest', 'teacher', 'read', 'expound', 'word', 'feel', 'heavy_burden', 'work', 'slow', 'satisfied', 'god', 'know', 'heart', 'send', 'spirit', 'enlighten', 'help', 'care', 'result', 'chinese', 'woman', 'lived', 'land', 'christian', 'bible', 'thirteen', 'year', 'worshiping', 'moon', 'seen', 'table', 'loaded', 'delicacy', 'roast', 'chicken', 'duck', 'pork', 'rich', 'cake', 'fine', 'fruit', 'nut', 'candy', 'chinese', 'american', 'pot', 'hot', 'tea', 'offering', 'moon', 'seen', 'dear_ones', 'earnestly', 'watch', 'moon', 'come', 'shine', 'window', 'nees', 'presented', 'offering', 'worship', 'heart', 'pity', 'poor', 'woman', 'rejoiced', 'opportunity', 'pointing', 'great', 'god', 'moon', 'power', 'word', 'trying', 'inspire', 'faith', 'worship', 'moon', 'creator', 'thing', 'school', 'incurs', 'heavy', 'monthly', 'expense', 'heavenly_father', 'child', 'consider', 'privilege', 'share', 'expense', 'appreciated', 'cross', 'ocean', 'heathen', 'land', 'explore', 'heathen', 'nearer', 'help', 'door', 'bitzzell', 'superintendent', 'chinese', 'school', 'polk', 'chicago', 'ill', 'utah', 'provo', 'springville', 'past_winter', 'held', 'protracted', 'meeting', 'provo', 'conclusion', 'began', 'meeting', 'springville', 'continuing', 'short_time', 'fair', 'place', 'enjoyed', 'blessing', 'god', 'holding', 'forth', 'word', 'life', 'earnest', 'kindhearted', 'people', 'utah', 'willingness', 'hear', 'word', 'god', 'far', 'promised', 'obey', 'god', 'walk', 'light', 'present_truth', 'provo', 'sabbath', 'school', 'number', 'springville', 'member', 'company', 'united', 'service', 'sabbath', 'april', 'provo', 'church', 'nineteen', 'member', 'organized', 'power', 'god', 'spirit', 'present', 'marked', 'degree', 'impress', 'heart', 'quietly', 'gently', 'shower', 'god', 'grace', 'fall', 'union', 'service', 'continued', 'sunday', 'springville', 'conclusion', 'congregation', 'proceeded', 'river', 'willing_souls', 'buried', 'lord', 'baptism', 'goodly', 'number', 'believe', 'ought', 'baptized', 'hope', 'pray', 'soon', 'yield', 'god', 'wrath', 'evil', 'stirred', 'receiving', 'opposition', 'profess', 'servant', 'god', 'lord', 'open', 'blind', 'eye', 'light', 'good_courage', 'willing', 'use', 'preacher', 'threw', 'influence', 'shut', 'considerable', 'searching', 'small', 'hall', 'seat', 'light', 'stove', 'obtain', 'want', 'lord', 'said', 'message', 'preached', 'city', 'feeling', 'line', 'duty', 'lord', 'increase', 'earnest_prayer', 'began', 'work', 'fair', 'congregation', 'dropping', 'began', 'present', 'testing', 'truth', 'work', 'home', 'people', 'dif', 'ferent', 'method', 'proved', 'successful', 'power', 'god', 'operated', 'mightily', 'convict', 'people', 'success', 'expectation', 'difficulty', 'contend', 'special', 'revivalist', 'holding', 'meeting', 'various_churches', 'city', 'general', 'combine', 'continuing', 'meeting', 'week', 'epidemic', 'measles', 'broke', 'extensive', 'broke', 'nearly', 'public', 'gathering', 'fully', 'accepted', 'point', 'faith', 'far', 'presented', 'continuing', 'meeting', 'larger', 'hall', 'regular', 'sabbath', 'meeting', 'flourishing', 'sabbath', 'school', 'elder', 'oliver', 'assisting', 'work', 'interested', 'case', 'work', 'continued', 'profit', 'indefinitely', 'dignitary', 'grade', 'occasion', 'class', 'delighted', 'honor', 'american', 'foreigner', 'union', 'confederate', 'soldier', 'military', 'civic', 'society', 'entered', 'heartily', 'spirit', 'occasion', 'prominent', 'general', 'fought', 'great_war', 'mingled', 'friendly', 'association', 'ailq', 'aieulogies', 'man', 'memory', 'respecte', 'adie', 'monument', 'situated', 'riverside', 'park', 'bank', 'hudson', 'mile', 'city', 'described', 'massive', 'plain', 'imposing', 'structure', 'cost', 'decadence', 'united', 'state', 'senate', 'subject', 'common', 'remark', 'best', 'paper', 'commenting', 'recently', 'senate', 'sharply', 'arraigned', 'member', 'charged', 'imbecility', 'having', 'reputation', 'legislative', 'body', 'world', 'impossible', 'force', 'business', 'noted', 'reliable', 'correspondent', 'new', 'york', 'world', 'speaking', 'matter', 'lobbying', 'gained', 'house', 'congress', 'business', 'professional', 'lobbyist', 'nigh', 'ruined', 'taken', 'senator', 'paid', 'attorney', 'important', 'stake', 'congress', 'sugar', 'trust', 'gigantic', 'monopoly', 'advantage', 'employ', 'lobbyist', 'position', 'speak', 'authority', 'gain', 'influence', 'felt', 'reason', 'old', 'time', 'lobbyist', 'complains', 'business', 'ruined', 'going', 'begging', 'depth', 'dignity', 'lawmaking', 'descended', 'story', 'great', 'suffefing', 'gome', 'sea', 'time', 'time', 'advantage', 'modern', 'improvement', 'raging', 'sea', 'danger', 'life', 'deep', 'averted', 'great_extent', 'lessened', 'week', 'ago', 'valant', 'french', 'fishing', 'vessel', 'left', 'france', 'french', 'fishing', 'colony', 'southern', 'shore', 'newfoundland', 'week', 'survivor', 'vessel', 'picked', 'sea', 'landed', 'fearful', 'tale', 'suffering', 'nearing', 'destination', 'vessel', 'fell', 'floe', 'iceberg', 'midnight', 'dense', 'fog', 'crashed', 'immense', 'berg', 'causing', 'ship', 'sink', 'minute', 'crew', 'sailor', 'company', 'fifty', 'fisherman', 'board', 'fought', 'desperately', 'place', 'small', 'boat', 'capable', 'holding', 'half', 'men', 'boat', 'survived', 'occupant', 'drifted', 'day', 'food', 'eating', 'companion', 'deranged', 'nearly', 'frozen', 'death', 'survive', 'lose', 'foot', 'hand', 'agitation', 'cheaper', 'fare', 'local', 'transit', 'city', 'greater', 'public', 'highway', 'cross', 'country', 'imaginable', 'angle', 'governor', 'michigan', 'avowed', 'champion', 'cheaper', 'fare', 'effort', 'bring', 'railway', 'state', 'past_winter', 'generalship', 'railway', 'men', 'measure', 'defeated', 'city', 'strife', 'street', 'fare', 'warm', 'trouble', 'indianapolis', 'referred', 'chicago', 'railway', 'taking', 'time', 'forelock', 'introduced', 'illinois', 'legislature', 'measure', 'establishes', 'cent', 'fare', 'fifty', 'year', 'condition', 'cent', 'gross', 'earnings', 'turned', 'city', 'measure', 'member', 'city', 'government', 'newspaper', 'people', 'opposed', 'passed', 'senate', 'large_majority', 'popular', 'outburst', 'indignation', 'senate', 'house', 'took', 'warning', 'probable', 'known', 'humphery', 'die', 'attitude', 'senate', 'furnishes', 'evidence', 'power', 'money', 'influence', 'legislation', 'flood', 'valley', 'mississippi', 'remembered', 'great', 'disaster', 'history', 'calamity', 'fallen', 'past_winter', 'snow', 'piled', 'deep', 'high', 'northwest', 'state', 'tributary', 'missouri', 'river', 'unprecedented', 'snow', 'case', 'dakota', 'montana', 'low', 'cottage', 'settler', 'stable', 'completely', 'buried', 'time', 'great_body', 'snow', 'converted', 'water', 'addition', 'spring', 'rain', 'result', 'naturally', 'north', 'south', 'dakota', 'minnesota', 'iowa', 'state', 'bordering', 'lower', 'mississippi', 'great', 'sufferer', 'raging', 'water', 'subsided', 'levee', 'built', 'river', 'protection', 'proved', 'insufficient', 'resist', 'great', 'pressure', 'brought', 'instance', 'water', 'formed', 'inland', 'sea', 'rushing', 'angry', 'water', 'carrying', 'devastation', 'track', 'damage', 'estimated', 'known', 'precious', 'life', 'swallowed', 'water', 'lord', 'gardner', 'oregon', 'week', 'ending', 'news', 'note', 'michigan', 'supreme_court', 'decided', 'governor', 'pingree', 'stand', 'trial', 'charge', 'malicious', 'prosecution', 'preferred', 'time', 'ago', 'james', 'tryon', 'secretary', 'detroit', 'commission', 'mayor', 'detroit', 'pingree', 'tryon', 'arrested', 'conspiracy', 'discharged', 'examination', 'tryon', 'proceeded', 'mayor', 'false', 'imprisonment', 'malicious', 'prosecution', 'trial', 'court', 'directed', 'verdict', 'pingree', 'court', 'granted', 'new', 'trial', 'cause', 'sale', 'deadly', 'detestable', 'cigarette', 'hedged', 'state', 'iowa', 'passed', 'stringent', 'law', 'year', 'point', 'decided', 'contrary', 'interstate', 'commerce', 'unconstitutional', 'law', 'reiterated', 'house', 'legislature', 'addition', 'fine', 'retail', 'sale', 'house', 'passed', 'resolution', 'asking', 'congress', 'place', 'traffic', 'cigarette', 'state', 'police', 'law', 'michigan', 'assembly', 'passed', 'stringent', 'prohibiting', 'sale', 'cigarette', 'person', 'twentyone', 'favorably', 'recommended', 'senate_committee', 'provision', 'age', 'limit', 'seventeen', 'numerous', 'case', 'death', 'insanity', 'caused', 'noxious', 'poisonous', 'article', 'cause', 'prompt', 'action', 'suppression', 'secretary', 'war', 'alger', 'reached', 'decision', 'chance', 'building', 'chapel', 'government', 'ground', 'west', 'point', 'fact', 'roman', 'catholic', 'permitted', 'build', 'called', 'good', 'manycomments', 'head', 'war_department', 'following', 'statement', 'said', 'building', 'roman', 'catholic', 'chapel', 'ground', 'united', 'state', 'military', 'academy', 'west', 'point', 'privilege', 'accorded', 'people', 'predecessor', 'said', 'similar', 'privilege', 'accorded', 'state', 'denomination', 'wishing', 'build', 'chapel', 'ground', 'condition', 'given', 'equally', 'advantageous', 'site', 'building', 'favoritism', 'shown', 'denomination', 'accorded', 'site', 'equalry', 'good', 'roman', 'catholic', 'chapel', 'celebration', 'dedication', 'grant', 'monument', 'new', 'york', 'april', 'event', 'met', 'expectation', 'promoter', 'reasonably', 'weather', 'day', 'cold', 'bleak', 'men', 'great', 'procession', 'occasion', 'graced', 'presence', 'president', 'vice_president', 'dozen', 'governor', 'baker', 'city', 'began', 'work', 'city', 'middle', 'january', 'outlook', 'discouraging', 'methodist', 'promised', 'use', 'meeting', 'house', 'trustee', 'april', 'decker', 'eeh']
root - INFO - extracting file #110500: 2017-04-Final-Corpus/RH18971116-V74-46s-page1.txt
root - INFO - extracting file #111000: 2017-04-Final-Corpus/RH18980531-V75-22-page6.txt
root - INFO - ['advent', 'review', 'ahd', 'sabbath', 'herald', 'son', 'plant', 'grown', 'youth', 'daughter', 'corner_stones', 'polished', 'similitude', 'palace', 'shuttlecock', 'heart', 'wish', 'come', 'fond', 'desire', 'wish', 'depart', 'want', 'want', 'shuttlecock', 'heart', 'high', 'tide', 'summer', 'break', 'year', 'float', 'flowery', 'crest', 'till', 'leaf', 'adrift', 'pine', 'covered', 'hill', 'beautiful', 'valley', 'rest', 'sadwinds', 'autumn', 'like', 'wandering', 'voice', 'spirit', 'roam', 'echo', 'thought', 'deepening', 'sky', 'longing', 'hunger', 'home', 'blessed', 'return', 'home', 'blessed', 'depart', 'want', 'want', 'shuttlecock', 'heart', 'walter', 'open', 'hearted', 'child', 'mks', 'henry', 'sanitarium', 'child', 'frankly', 'return', 'glance', 'responds', 'outstretched', 'hand', 'smile', 'artlessly', 'offer', 'share', 'mouthful', 'food', 'arid', 'ready', 'away', 'posse', 'asks', 'conceal', 'right', 'carefully', 'protected', 'generous', 'nature', 'rapacious', 'world', 'advantage', 'prey', 'tool', 'early', 'possible', 'taught', 'scriptural', 'basis', 'giving', 'holding', 'includes', 'child', 'practise', 'giving', 'home', 'ordinary', 'food', 'clothing', 'let', 'individual', 'member', 'share', 'taught', 'use', 'best', 'good', 'mean', 'learn', 'value', 'kind', 'produce', 'penny', 'penny', 'given', 'spent', 'gone', 'longer', 'counted', 'open', 'hearted', 'good', 'fellow', 'everybody', 'resist', 'appeal', 'church', 'collection', 'pocket', 'dedication', 'money', 'raised', 'bring', 'liberal', 'subscription', 'sure', 'raise', 'time', 'visit', 'mission', 'coat', 'send', 'home', 'fiercely', 'benevolent', 'demand', 'hostage', 'poverty', 'hidden', 'away', 'household', 'store', 'impulse', 'right', 'impulse', 'impulse', 'unsafe', 'rule', 'conduct', 'matter', 'benevolence', 'religion', 'argument', 'sooner', 'later', 'leave', 'man', 'heap', 'covered', 'contempt', 'home', 'sense', 'having', 'thing', 'common', 'possible', 'member', 'family', 'lay', 'claim', 'case', 'emergency', 'true', 'benevolence', 'require', 'equal', 'share', 'trained', 'true_principles', 'scattering', 'abroad', 'fainily', 'afford', 'meet', 'startling', 'demand', 'wait', 'explanation', 'home', 'saw', 'young_man', 'come', 'rushing', 'mother', 'room', 'breath', 'fairly', 'pale', 'earnestness', 'mother', 'cried', 'outfit', 'single', 'bed', 'storeroom', 'want', 'mattress', 'sheet', 'change', 'know', 'good', 'bed', 'quick', 'dray', 'minute', 'son', 'time', 'explain', 'mother', 'good_girl', 'know', 'know', 'explain', 'later', 'jump', 'come', 'cart', 'minute', 'good', 'fellow', 'clear', 'date', 'heavy', 'thing', 'aboard', 'getting', 'bedclothes', 'thing', 'won', 'mary', 'cooked', 'eat', 'house', 'ain', 'cooked', 'big', 'lot', 'foot', 'month', 'know', 'want', 'snack', 'afford', 'big', 'thing', 'mistake', 'shedding', 'coat', 'went', 'stairway', 'bound', 'storeroom', 'mother', 'moment', 'hesitation', 'went', 'closet', 'bedding', 'tossing', 'order', 'food', 'kitchen', 'went', 'knew', 'right', 'boy', 'knew', 'earn', 'protect', 'share', 'family', 'income', 'according', 'scriptural', 'rule', 'scriptural', 'rule', 'amazingly', 'manifest', 'practical', 'nature', 'heavenly_father', 'care', 'thing', 'took', 'account', 'material', 'spiritual', 'world', 'receive', 'thing', 'right', 'left', 'absolute', 'control', 'tenth', 'come', 'reserved', 'tenth', 'doe', 'force', 'collection', 'leaf', 'sense', 'right', 'justice', 'consecrate', 'use', 'child', 'taught', 'tithe', 'land', 'seed', 'land', 'fruit', 'tree', 'lord', 'holy', 'unto', 'lord', 'lev', 'wise', 'cultivate', 'willing', 'spirit', 'led', 'jacob', 'thou_shalt', 'surely', 'tenth', 'unto', 'thee', 'tenth', 'sacredly', 'kept', 'basis', 'operation', 'benevolence', 'business', 'tithe', 'shall', 'materialize', 'later', 'capital', 'away', 'left', 'work', 'robbing', 'god', 'withhold', 'tithe', 'tenth', 'lord', 'course', 'counted', 'like', 'debt', 'youngest', 'child', 'old', 'count', 'penny', 'little', 'harvest', 'flower', 'vegetable', 'fruit', 'balance', 'generous', 'portion', 'set', 'aside', 'pure', 'benevolence', 'subdivided', 'meet', 'need', 'represent', 'balance', 'proportion', 'prayerfully', 'decided', 'right', 'kept', 'work', 'channel', 'fruitful', 'service', 'end', 'lord', 'portion', 'shall', 'increase', 'month', 'month', 'year', 'year', 'know', 'good', 'people', 'time', 'ought', 'simply', 'time', 'away', 'impulse', 'moment', 'hand', 'afforded', 'retrenchment', 'paying', 'lord', 'absolutely', 'necessary', 'teach', 'child', 'money', 'converted', 'money', 'come', 'begging', 'door', 'pitiful', 'tale', 'woe', 'man', 'woman', 'begs', 'door', 'door', 'helped', 'money', 'child', 'taught', 'pity', 'poor', 'victim', 'ignorance', 'vice', 'beggar', 'understand', 'beggary', 'come', 'failure', 'trust', 'obey', 'respond', 'food', 'pay', 'money', 'send', 'clothing', 'mission', 'hospital', 'public', 'field', 'teacher', 'truth', 'trying', 'change', 'condition', 'beggar', 'outcast', 'far', 'possible', 'protect', 'eye', 'heart', 'sensitive', 'generous', 'child', 'sight', 'degradation', 'sorrow', 'sin', 'impossible', 'relieve', 'course', 'impossible', 'entirely', 'shut', 'thing', 'away', 'especially', 'summer', 'day', 'traveling', 'mendicant', 'abroad', 'country', 'town', 'safety', 'little', 'taught', 'chary', 'greeting', 'stranger', 'little', 'lass', 'ready', 'turn', 'sweet', 'blossom', 'face', 'kiss', 'asks', 'taught', 'true_principles', 'giving', 'withholding', 'danger', 'ending', 'sorrow', 'shame', 'life', 'began', 'sweet', 'innocent', 'free', 'bird', 'reminder', 'estate', 'open', 'hearted', 'child', 'adam', 'race', 'ala', 'long', 'sin', 'world', 'prey', 'generous', 'nature', 'hold', 'sake', 'jesus', 'lord', 'honest', 'safe', 'rule', 'sunny', 'life', 'day', 'oliver', 'wendell', 'holmes', 'said', 'owed', 'debt', 'gratitude', 'nurse', 'childhood', 'studiously', 'taught', 'ignore', 'unpleasant', 'incident', 'stubbed', 'toe', 'skinned', 'knee', 'bumped', 'nose', 'nurse', 'permit', 'mind', 'dwell', 'temporary', 'pain', 'claimed', 'attention', 'pretty', 'object', 'charming', 'story', 'happy', 'reminiscence', 'said', 'largely', 'indebted', 'sunshine', 'long_life', 'lesson', 'easily', 'mastered', 'childhood', 'seldom', 'learned', 'middle', 'life', 'old_age', 'selected', 'wishing', 'wardrobe', 'proper_care', 'forget', 'look', 'day', 'binding', 'skirt', 'button', 'boot', 'veil', 'glove', 'glance', 'unceasing', 'wear', 'fresh', 'binding', 'alter', 'entire', 'appearance', 'girl', 'making', 'look', 'neat', 'dainty', 'ragged', 'edge', 'skirt', 'suggested', 'untidy', 'ignorant', 'shabby', 'finery', 'inexcusable', 'chiffon', 'worn', 'ragged', 'replaced', 'removed', 'simpler', 'substituted', 'tear', 'worn', 'place', 'rip', 'seen', 'wellbred', 'girl', 'early', 'youth', 'learned', 'wield', 'needle', 'mend', 'belonging', 'daintiness', 'embroiders', 'ruth', 'ash', 'boy', 'saw', 'college', 'campus', 'know', 'difference', 'rule', 'geometry', 'theory', 'science', 'know', 'way', 'industry', 'usefulness', 'boy', 'support', 'instance', 'fatherless', 'family', 'actual', 'poverty', 'boy', 'work', 'day', 'public_school', 'night', 'school', 'business', 'college', 'supported', 'endowment', 'aided', 'philanthropy', 'knowledge', 'paid', 'come', 'hard', 'earned', 'money', 'struggling', 'parent', 'parent', 'eager', 'day', 'boy', 'merchant', 'honored', 'employee', 'community', 'live', 'young_man', 'saving', 'salt', 'commerce', 'nation', 'success']
root - INFO - extracting file #111500: 2017-04-Final-Corpus/RH18981206-V75-49-page4.txt
root - INFO - extracting file #112000: 2017-04-Final-Corpus/RH18990627-V76-26-page12.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'day', 'counted', 'work', 'ready', 'summer', 'house', 'built', 'provision', 'clean', 'water', 'time', 'seen', 'marsh', 'healthy', 'location', 'selected', 'seeding', 'reasonable', 'provision', 'guard', 'discomfort', 'danger', 'rainy_season', 'entering', 'cool', 'season', 'time', 'frost', 'night', 'shock', 'constitution', 'time', 'climate', 'gradually', 'change', 'housing', 'food', 'change', 'environment', 'taxing', 'health', 'precipitately', 'especially', 'sickly', 'season', 'year', 'instead', 'buying', 'experience', 'expense', 'costly', 'sacrifice', 'human_life', 'waste', 'money', 'humane', 'harmony', 'spirit', 'recent', 'testimony', 'spirit', 'message', 'mission_board', 'home', 'appoint', 'medical', 'committee', 'confer', 'physician', 'medical_missionaries', 'military', 'surgeon', 'time', 'rainy', 'hot', 'malarious', 'season', 'year', 'water', 'food', 'supply', 'elevation', 'sea', 'level', 'proximity', 'mountain', 'hot', 'rainy_season', 'mission_workers', 'retire', 'ready', 'cool', 'season', 'work', 'facility', 'reaching', 'healthy', 'seaboard', 'locality', 'quickly', 'boat', 'rail', 'english', 'territory', 'appointed', 'known', 'district', 'surgeon', 'required', 'record', 'far', 'possible', 'death', 'cause', 'note', 'cause', 'death', 'month', 'year', 'report', 'blue', 'book', 'report', 'small', 'expense', 'sending', 'proper', 'officer', 'fair', 'idea', 'death', 'rate', 'prevailing', 'disorder', 'season', 'year', 'speaking', 'course', 'interior', 'southern', 'africa', 'country', 'latitude', 'longitude', 'season', 'pertains', 'different', 'principle', 'investigation', 'remains', 'wet', 'season', 'near', 'seaboard', 'cold', 'winter', 'season', 'instead', 'interior', 'summer', 'mission', 'located', 'cape_town', 'vicinity', 'matter', 'time', 'opened', 'far', 'health', 'concerned', 'time', 'sickly', 'season', 'world', 'touch', 'mean', 'steam', 'electricity', 'planning', 'mission', 'enterprise', 'easily', 'ascertained', 'best', 'contribute', 'wellbeing', 'field', 'workman', 'brother', 'mead', 'band', 'waiting', 'cape', 'object', 'lesson', 'home', 'board', 'study', 'think', 'plan', 'time', 'sending', 'workman', 'interior', 'country', 'doubt', 'best', 'season', 'send', 'worker', 'field', 'time', 'sailed', 'discourage', 'foreign', 'mission_work', 'writing', 'interested', 'work', 'sound', 'economical', 'practical', 'basis', 'allow', 'exercise', 'common_sense', 'high', 'order', 'guide', 'great', 'britain', 'treatment', 'soldier', 'word', 'mission_fields', 'hot', 'country', 'possible', 'send', 'men', 'woman', 'northern', 'state', 'country', 'way', 'exempt', 'tropical', 'disease', 'brother', 'anderson', 'wife', 'weakest', 'buluwayo', 'mission', 'band', 'stood', 'climate', 'better', 'early', 'experience', 'malarial', 'section', 'indiana', 'michigan', 'brother', 'kerr', 'wife', 'came', 'alive', 'gold_coast', 'southern', 'birth', 'inured', 'climate', 'south', 'brother', 'tripp', 'sister', 'armitage', 'fell', 'came', 'locality', 'free', 'malaria', 'heat', 'god', 'given', 'reason', 'intends', 'use', 'surely', 'meet', 'regulating', 'affair', 'mission_work', 'large', 'field', 'studied', 'danger', 'pertaining', 'duly', 'prayerfully', 'thought', 'set', 'purpose', 'needful', 'advancement', 'message', 'best', 'fitted', 'way', 'place', 'field', 'white', 'ready', 'harvest', 'possible', 'prevent', 'fall', 'soldier', 'cross', 'active_work', 'mission_fields', 'known', 'season', 'especially', 'dangerous', 'waiting', 'month', 'possible', 'avoid', 'danger', 'better', 'wait', 'home', 'inactivity', 'forced', 'heat', 'rain', 'wait', 'tropical', 'sun', 'old', 'lack', 'knowledge', 'people', 'destroyed', 'written', 'stimulates', 'candid', 'systematic', 'investigation', 'subject', 'relating', 'proper', 'conducting', 'mission', 'proper_care', 'missionary', 'health', 'work', 'sanitarium', 'sanitarium', 'family', 'worker', 'daily', 'witness', 'new', 'token', 'lord', 'favor', 'blessing', 'inspiring', 'mark', 'enthusiasm', 'shown', 'patient', 'getting', 'hold', 'principle', 'health_reform', 'people', 'traveled', 'place', 'consulted', 'specialist', 'great_expense', 'come', 'resort', 'surprised', 'splendid', 'facility', 'giving', 'treatment', 'kind', 'especially', 'impressed', 'great_principles', 'underlie', 'work', 'said', 'nurse', 'day', 'ought', 'stay', 'ought', 'world', 'tell', 'wonderful', 'principle', 'thousand', 'suffering', 'came', 'world', 'such_people', 'going', 'young_people', 'come', 'trained', 'sanitarium', 'simply', 'brief', 'stopping', 'place', 'study', 'principle', 'absorb', 'light', 'possible', 'surrounding', 'darkness', 'let', 'light_shine', 'church', 'center', 'light', 'try', 'light', 'instruction', 'subject', 'healthful', 'living', 'receiving', 'number', 'application', 'person', 'wish', 'attend', 'summer_school', 'trust', 'excellent_opportunity', 'improved', 'worker', 'desire', 'knowledge', 'fundamental_principle', 'medical_missionary_work', 'rounded', 'experience', 'fit', 'meet', 'want', 'inquiring', 'soul', 'instruction', 'school', 'summer', 'intensely', 'practical', 'nature', 'effort', 'spared', 'profitable', 'interesting', 'reader', 'review', 'like', 'know', 'course', 'view', 'taking', 'descriptive', 'circular', 'sent', 'application', 'correspondence', 'course', 'mean', 'getting', 'hold', 'underlying', 'principle', 'medical_missionary_work', 'student', 'taking', 'course', 'month', 'july', 'good_time', 'join', 'circular', 'giving', 'full_particulars', 'concerning', 'work', 'sent', 'desire', 'religious', 'helper', 'good', 'prayer', 'consecration', 'meeting', 'held', 'room', 'parlor', 'dormitory', 'enjoying', 'lord', 'blessing', 'elder', 'hibbard', 'bringing', 'helpful', 'thought', 'bible', 'class', 'general', 'prayer', 'social_meeting', 'friday', 'evening', 'conducted', 'elder', 'mccoy', 'attended', 'season', 'great', 'spiritual', 'refreshing', 'feel', 'satisfied', 'realize', 'large_family', 'continually', 'fight', 'wrong', 'principle', 'seek', 'day', 'new_experience', 'thing', 'god', 'idea', 'instruction', 'given', 'time', 'time', 'got', 'following', 'partial_report', 'talk', 'given', 'paulson', 'short_time', 'ago', 'looked', 'peace', 'good', 'came', 'time', 'health', 'behold', 'trouble', 'balm', 'gilead', 'physician', 'health', 'daughter', 'people', 'recovered', 'jer', 'pertinent', 'question', 'time', 'health', 'daughter', 'people', 'recovered', 'read', 'judge', 'angel', 'lord', 'appeared', 'unto', 'said', 'unto', 'lord', 'thee', 'thou', 'mighty', 'man', 'valor', 'gideon', 'said', 'unto', 'lord', 'lord', 'befallen', 'miracle', 'father', 'told', 'saying', 'lord', 'bring', 'egypt', 'lord', 'hath', 'forsaken', 'delivered', 'hand', 'midianites', 'gideon', 'cast', 'altar', 'baal', 'cut', 'grove', 'lord', 'enabled', 'gather', 'people', 'great_work', 'organized', 'company', 'gave', 'lord', 'chance', 'work', 'cause', 'ask', 'miracle', 'great', 'host', 'stood', 'lord', 'little_company', 'won', 'glorious', 'victory', 'stood', 'man', 'place', 'round', 'camp', 'host', 'ran', 'cried', 'fled', 'wonderful', 'god', 'chance', 'work', 'brother', 'thought', 'gideon', 'miracle', 'sick', 'raised', 'life', 'answer', 'earnest_prayer', 'said', 'come', 'thou', 'thee', 'good', 'god', 'restore', 'sick', 'health', 'intense', 'looking', 'direction', 'people', 'thing', 'life', 'safe', 'copy', 'soon', 'sin', 'purged', 'life', 'sign', 'follow', 'patient', 'learn', 'helper', 'indisposed', 'god', 'raised', 'quickly', 'wonderful', 'manner', 'sending', 'day', 'long', 'learn', 'gospel', 'suppose', 'criticism', 'fault', 'finding', 'god', 'trust', 'power', 'sign', 'shall', 'follow', 'believe', 'glorious', 'future', 'come', 'high', 'calling', 'open', 'read', 'revelation', 'leaf', 'tree', 'life', 'healing', 'nation', 'think', 'need', 'leaf', 'shall', 'need', 'god', 'withhold', 'good_thing', 'walk', 'uprightly', 'god', 'purpose', 'access', 'tree', 'life', 'receive', 'healing', 'order', 'admitted', 'god', 'told', 'health_principles', 'leaf', 'tree', 'life', 'anybody', 'fruit', 'received', 'time', 'come', 'admire', 'principle', 'eat', 'joy', 'rejoicing', 'life', 'large', 'stake', 'sanitarium', 'heavy', 'responsibility', 'rest', 'physician', 'nurse', 'worker', 'connected', 'great', 'institution', 'hope', 'shall', 'remembered', 'prayer', 'god', 'people', 'olsen', 'closing', 'week', 'battle', 'creek', 'college', 'week', 'report', 'closed', 'work', 'wednesday', 'morning', 'thursday', 'devoted', 'consideration', 'various_lines', 'missionary_work', 'carried', 'college', 'work', 'hour', 'directed', 'professor', 'salisbury', 'special_interest', 'jackson', 'mission', 'chair', 'platform', 'occupied', 'young_man', 'spent', 'month', 'work', 'jackson', 'gave', 'interesting_account', 'experience', 'blessing', 'god', 'representative', 'minister', 'class', 'outlined', 'work', 'year', 'class', 'room', 'tutelage', 'elder', 'jones', 'representative', 'canvassing', 'class', 'described', 'class_work', 'department', 'spaulding', 'spoke', 'southern', 'work', 'fact', 'especially', 'noticeable', 'department', 'work', 'striven', 'instruction', 'practical_value', 'laborer', 'field', 'friday', 'morning', 'industrial_work', 'considered', 'considerable_interest', 'manifested', 'manual_training', 'pleasing', 'head', 'department', 'rostrum', 'brother', 'christiansen', 'told', 'rise', 'growth', 'various_departments', 'farm', 'represented', 'brother', 'fletcher', 'belief', 'following', 'bible', 'injunction', 'thorough', 'cultivation', 'relying', 'implicitly', 'lord', 'promise', 'abundant', 'crop', 'power', 'rebuke', 'devourer', 'spoke', 'work', 'carpentry', 'tailoring', 'dressmaking', 'engineering', 'broom', 'making', 'printing', 'received', 'enthusiasm', 'listener', 'sabbath', 'afternoon', 'professor', 'sutherland', 'outlined', 'large_audience', 'future', 'plan', 'school', 'stand', 'taken', 'college', 'subject', 'christian_education', 'educational_work', 'onward', 'opposition', 'necessity', 'met', 'cause', 'truth', 'triumph', 'object', 'faculty', 'adhere', 'strictly', 'principle', 'given', 'god', 'word', 'follow', 'closely', 'light', 'come', 'subject', 'spirit', 'prophecy', 'intended', 'writer', 'kate', 'lindsay']
root - INFO - extracting file #112500: 2017-04-Final-Corpus/RH19000116-V77-03-page13.txt
root - INFO - extracting file #113000: 2017-04-Final-Corpus/RH19000821-V77-34-page2.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'selfishness', 'unbelief', 'spoiling', 'life', 'church', 'weak', 'inefficiency', 'wear', 'yoke', 'christ', 'lift', 'burden', 'christ', 'need', 'person', 'genuine', 'experience', 'shall', 'army', 'men', 'spiritual', 'defect', 'soldier', 'seek', 'easiest', 'place', 'lest', 'rough', 'path', 'hurt', 'slippered', 'foot', 'battlefield', 'enlisted', 'service', 'trumpet', 'heard', 'advance', 'stop', 'nurse', 'little', 'infirmity', 'forget', 'active', 'soldier', 'clad', 'armor', 'god', 'prepared', 'aggressive', 'warfare', 'soldier', 'ready', 'lift', 'standard', 'bear', 'battle', 'captain', 'order', 'unto', 'victory', 'earnest', 'engagement', 'entered', 'lord', 'coming', 'away', 'easeloving', 'indolence', 'hold', 'work', 'unearth', 'buried', 'talent', 'obligation', 'active', 'diligent', 'worker', 'whosoever', 'come', 'christ', 'said', 'let', 'deny', 'cross', 'follow', 'refuse', 'responsibility', 'unite', 'earnest_work', 'god', 'forth', 'labor', 'carrying', 'colorsi', 'finally', 'brother', 'strong', 'lord', 'power', 'whole_armor', 'god', 'able', 'stand', 'wile', 'devil', 'wrestle', 'flesh', 'blood', 'principality', 'power', 'ruler', 'darkness', 'world', 'spiritual', 'wickedness', 'high_places', 'wherefore', 'unto', 'whole_armor', 'god', 'able', 'withstand', 'evil', 'day', 'having', 'stand', 'stand', 'having', 'loin', 'girt', 'truth', 'having', 'breastplate', 'righteousness', 'foot', 'shod', 'preparation', 'gospel', 'peace', 'taking', 'shield', 'faith', 'wherewith', 'shall', 'able', 'quench', 'fiery', 'dart', 'wicked', 'helmet', 'salvation', 'sword', 'spirit', 'word', 'god', 'messenger', 'shall', 'silver', 'gold', 'time', 'talent', 'sacrifice', 'service', 'required', 'shall', 'render', 'space', 'want', 'requires', 'space', 'receive', 'room', 'comfortable', 'indwelling', 'turn', 'remove', 'place', 'want', 'occupy', 'temple', 'preoccupied', 'church', 'world', 'family', 'self', 'preempted', 'claim', 'room', 'come', 'come', 'place', 'returnas', 'came', 'pity', 'space', 'space', 'space', 'better', 'let', 'prepare', 'try', 'let', 'girl', 'passed', 'successfully', 'examination', 'admission', 'normal', 'college', 'summer', 'majority', 'jew', 'sixth', 'whole_number', 'came', 'public_school', 'years_past', 'best', 'scholar', 'race', 'chiefly', 'happens', 'supply', 'teacher', 'profession', 'coming', 'largelynfrom', 'jewish', 'race', 'jew', 'notable', 'student', 'great', 'university', 'new', 'york', 'sun', 'behold', 'come', 'quickly', 'william', 'brickey', 'kimball', 'minn', 'behold', 'come', 'quickly', 'word', 'master', 'portentously', 'ring', 'world', 'disaster', 'cyclone', 'whirlwind', 'come', 'faster', 'faster', 'war', 'cloud', 'pestilence', 'darken', 'air', 'wheel', 'chariot', 'roll', 'age', 'sign', 'coming', 'history', 'page', 'written', 'prophet', 'sanctioned', 'sage', 'beacon', 'god', 'church', 'behold', 'come', 'quickly', 'repeat', 'glad_tidings', 'church', 'shameful', 'backsliding', 'angel', 'message', 'warning', 'chiding', 'lead', 'repentance', 'late', 'coming', 'draw', 'nearer', 'day', 'numbered', 'tarried', 'people', 'slumbered', 'fair', 'vineyard', 'encumbered', 'tree', 'fruitless', 'labor', 'great', 'behold', 'come', 'quickly', 'tell', 'glad', 'story', 'repeat', 'till', 'earth', 'ablaze', 'glory', 'youth', 'aged', 'infirm', 'hoary', 'angel', 'message', 'unfold', 'nahum', 'swift', 'chariot', 'teach', 'nation', 'send', 'swift', 'winged', 'lightning', 'news', 'salvation', 'day', 'lord', 'preparation', 'shorten', 'work', 'prophet', 'foretold', 'sanctification', 'ferciot', 'canton', 'ohio', 'sanctify', 'thy', 'truth', 'thy', 'word', 'truth', 'john', 'order', 'understand', 'sanctified', 'truth', 'necessary', 'understand', 'nature', 'truth', 'received', 'read', 'tim', 'word', 'scripture', 'given', 'inspiration', 'god', 'profitable', 'doctrine', 'reproof', 'correction', 'instruction', 'righteousness', 'man', 'god', 'perfect', 'thoroughly', 'furnished', 'unto', 'good_works', 'let', 'consider', 'word', 'inspiration', 'god', 'god', 'breathed', 'second', 'inspiration', 'breathing', 'receive', 'gen', 'beautiful', 'illustration', 'breathing', 'god', 'lord', 'god', 'formed', 'man', 'dust', 'ground', 'breathed', 'nostril', 'breath', 'life', 'man', 'living', 'soul', 'inspiration', 'breathing', 'almighty', 'giveth', 'understanding', 'job', 'mighty_power', 'created', 'man', 'word', 'create', 'anew', 'christ_jesus', 'begat', 'word', 'truth', 'james', 'workmanship', 'created', 'christ_jesus', 'unto', 'good_works', 'god', 'hath', 'ordained', 'walk', 'eph', 'jesus', 'resurrection', 'appeared', 'unto', 'disciple', 'said', 'unto', 'peace', 'unto', 'father', 'hath', 'sent', 'send', 'said', 'breathed', 'said', 'unto', 'receive', 'holy', 'ghost', 'john', 'gospel', 'power', 'god', 'unto_salvation', 'believeth', 'rom', 'thing', 'god', 'knoweth', 'man', 'spirit', 'god', 'cor', 'gospel', 'committed', 'christ', 'follower', 'important', 'receive', 'holy', 'spirit', 'scripture', 'prophecy', 'given', 'concerning', 'prophecy', 'read', 'knowing', 'prophecy', 'scripture', 'private', 'interpretation', 'prophecy', 'came', 'old_time', 'time', 'margin', 'man', 'holy', 'men', 'god', 'spake', 'moved', 'holy', 'ghost', 'peter', 'spirit', 'god', 'apostle', 'paul', 'word', 'brother', 'commend', 'god', 'word', 'grace', 'able', 'build', 'inheritance', 'sanctified', 'act', 'order', 'inherit', 'belong', 'family', 'god', 'christ', 'abraham', 'seed', 'heir', 'according', 'promise', 'gal', 'adopted', 'family', 'god', 'partaker', 'inheritance', 'faith', 'god', 'place', 'sign', 'seal', 'mark', 'member', 'family', 'partaker', 'inheritance', 'sanctification', 'spirit', 'belief', 'truth', 'order', 'testament', 'eon', 'veys', 'inheritance', 'force', 'sign', 'seal', 'mark', 'testator', 'necessary', 'inquire', 'whet', 'god', 'sign', 'seal', 'mark', 'designates', 'sanctified', 'read', 'eze', 'gave', 'sabbath', 'sign', 'know', 'lord', 'sanctify', 'obtained', 'inheritance', 'praise', 'glory', 'trusted', 'christ', 'trusted', 'heard', 'word', 'truth', 'gospel', 'salvation', 'believed', 'sealed', 'holy', 'spirit', 'promise', 'earnest', 'pledge', 'inheritance', 'redemption', 'purchased', 'possession', 'purchased', 'own_blood', 'act', 'unto', 'praise', 'glory', 'eph', 'eye', 'understanding', 'ing', 'enlightened', 'know', 'hope', 'calling', 'rich', 'glory', 'inheritance', 'saint', 'important', 'heed', 'instruction', 'given', 'peter', 'newborn', 'babe', 'desire', 'milk', 'word', 'grow', 'preciate', 'gift', 'church', 'understand', 'purpose', 'set', 'forth', 'eph', 'gave', 'apostle', 'prophet', 'evangelist', 'pastor', 'teacher', 'perfecting', 'saint', 'work', 'ministry', 'edifying', 'body', 'christ', 'till', 'come', 'unity', 'faith', 'knowledge', 'son', 'god', 'unto', 'perfect', 'man', 'unto', 'measure', 'stature', 'fullness', 'christ', 'henceforth', 'dren', 'tossed', 'fro', 'carried', 'wind', 'doctrine', 'sleight', 'meni', 'cunning', 'craftiness', 'lie', 'wait', 'deceive', 'speaking', 'truth', 'love', 'grow', 'thing', 'head', 'christ', 'grie', 'holy', 'spirit', 'god', 'eris', 'sealed', 'unto', 'day', 'redemption', 'act', 'christ', 'poetble', 'attain', 'unto', 'perfection', 'fin', 'answer', 'heb', 'offering', 'hath', 'perfected', 'forever', 'sanctified', 'whereof', 'holy', 'ghost', 'witness', 'covenant', 'day', 'saith', 'lord', 'law', 'heart', 'mind', 'write', 'sin', 'iniquity', 'remember', 'perfected', 'sane', 'truth', 'tim', 'object', 'god', 'giving', 'scripture', 'inspiratio', 'perfection', 'let']
root - INFO - extracting file #113500: 2017-04-Final-Corpus/RH19010326-V78-13-page6.txt
root - INFO - extracting file #114000: 2017-04-Final-Corpus/RH19011022-V78-43-page3.txt
root - INFO - ['oct', 'advent', 'review', 'ath', 'herald', 'ments', 'fast', 'twice', 'week', 'tithe', 'posse', 'nebuchadnezzar', 'felt', 'boast', 'self', 'hidden', 'christ', 'pride', 'boastfulness', 'manifested', 'practical', 'christianity', 'revealed', 'year', 'nebuchadnezzar', 'wrote', 'letter', 'nation', 'earth', 'received', 'warning', 'come', 'god', 'given', 'dream', 'sent', 'warning', 'prophet', 'daniel', 'king', 'let', 'counsel', 'acceptable', 'unto', 'thee', 'break', 'thy', 'sin', 'righteousness', 'thine', 'iniquity', 'showing', 'mercy', 'poor', 'healing', 'thine', 'error', 'year', 'mercy', 'granted', 'proud', 'monarch', 'proud', 'heart', 'boasting', 'great', 'babylon', 'built', 'house', 'kingdom', 'power', 'honor', 'majesty', 'word', 'king', 'mouth', 'fell', 'voice', 'heaven', 'saying', 'king', 'nebuchadnezzar', 'thee', 'spoken', 'kingdom', 'departed', 'thee', 'shall', 'drive', 'thee', 'men', 'thy', 'dwelling', 'shall', 'beast', 'field', 'shall', 'thee', 'eat', 'grass', 'seven', 'time', 'shall', 'pas', 'thee', 'thou', 'know', 'high', 'ruleth', 'kingdom', 'men', 'giveth', 'whomsoever', 'hour', 'thing', 'fulfilled', 'nebuchadnezzar', 'limit', 'god', 'mercy', 'mercy', 'everlasting', 'flight', 'soul', 'sad', 'experience', 'humbled', 'proud', 'heart', 'destiny', 'forever', 'sealed', 'driven', 'men', 'compelled', 'eat', 'grass', 'year', 'insanity', 'knowledge', 'god', 'known', 'wrestling', 'spirit', 'god', 'lifted', 'eye', 'god', 'heaven', 'understanding', 'returned', 'blessed', 'high', 'praised', 'honored', 'relates', 'belief', 'inhabitant', 'earth', 'reputed', 'doeth', 'according', 'army', 'heaven', 'inhabitant', 'earth', 'stay', 'hand', 'unto', 'doest', 'thou', 'walk', 'road', 'nebuchadnezzar', 'self', 'exalted', 'feel', 'success', 'work', 'god', 'depends', 'wholly', 'wrought', 'wonder', 'built', 'conference', 'wonder', 'wonderful', 'manner', 'great', 'babylon', 'built', 'mean', 'building', 'cause', 'god', 'necessary', 'estimation', 'accomplish', 'method', 'accomplish', 'different', 'method', 'short', 'capable', 'spirit', 'evidence', 'unregenerate', 'heart', 'unsubdued', 'soul', 'heart', 'renewed', 'god', 'use', 'work', 'god', 'prospered', 'monarch', 'doe', 'babylon', 'stand', 'forth', 'day', 'monument', 'kingdom', 'glory', 'far', 'world', 'concerned', 'history', 'past', 'thousand', 'year', 'wisdom', 'strength', 'power', 'god', 'god', 'acknowledged', 'author', 'bright', 'idea', 'source', 'intelligent', 'thought', 'expressed', 'suceess', 'god', 'self', 'large', 'god', 'dwell', 'soul', 'christ', 'life', 'brought', 'salvation', 'world', 'cessation', 'life', 'surrendering', 'own_self', 'lay', 'secret', 'salvation', 'great_apostle', 'gentile', 'said', 'die', 'daily', 'room', 'selfishness', 'self', 'righteousness', 'christ', 'possession', 'heart', 'inferior', 'place', 'soul', 'self', 'swell', 'importance', 'soul', 'temple', 'pride', 'heart', 'nebuchadnezzar', 'dot', 'true_spirit', 'led', 'spirit', 'lord', 'true', 'conversion', 'god', 'called', 'direct', 'message', 'heaven', 'present', 'time', 'man', 'god', 'pride', 'shuts', 'avenue', 'soul', 'spirit', 'god', 'enter', 'heart', 'god', 'humbled', 'proud', 'king', 'language', 'apostle', 'peter', 'clothed', 'humility', 'god', 'resisteth', 'proud', 'giveth', 'grace', 'humble', 'humble', 'mighty', 'hand', 'god', 'exalt', 'due_time', 'god', 'humbles', 'men', 'refuse', 'humble', 'pleasant', 'effectual', 'itwas', 'nebuchadnezzar', 'case', 'swayed', 'mightiest', 'scepter', 'swayed', 'mortal', 'man', 'brought', 'acknowledge', 'god', 'god', 'inhabitant', 'earth', 'reputed', 'doeth', 'according', 'army', 'heaven', 'inhabitant', 'earth', 'stay', 'hand', 'unto', 'doest', 'thott', 'holy', 'watcher', 'guardianship', 'king', 'beginning', 'god', 'bestowed', 'wisdom', 'glory', 'power', 'king', 'dream', 'seen', 'holy', 'coming', 'heaven', 'saying', 'hew', 'tree', 'destroy', 'inspiration', 'record', 'god', 'gave', 'king', 'accomplished', 'object', 'hear', 'nebuchadnezzar', 'hope', 'day', 'recorded', 'chapter', 'saved', 'monument', 'grace', 'having', 'passed', 'experience', 'brought', 'soul', 'felt', 'acknowledge', 'god', 'people', 'nation', 'tongue', 'restored', 'position', 'promise', 'god', 'restore', 'year', 'cankerworm', 'bath', 'eaten', 'fulfilled', 'spoke', 'instrument', 'god', 'hand', 'accomplish', 'acknowledged', 'god', 'work', 'truth', 'way', 'judgment', 'word', 'letter', 'king', 'sends', 'forth', 'walk', 'pride', 'able', 'abase', 'learn', 'important', 'principle', 'record', 'proud', 'heart', 'seeking', 'divide', 'glory', 'self', 'god', 'worshiped', 'evil', 'come', 'state', 'mind', 'different_ways', 'manifesting', 'legion', 'second', 'heart', 'thoroughly', 'humbled', 'god', 'appreciate', 'saving', 'grace', 'christ', 'desire', 'hear', 'lord_bath', 'soul', 'work', 'changing', 'human_heart', 'greatest', 'miracle', 'begin', 'christian', 'corner', 'room', 'house', 'office', 'like', 'heaven', 'begin', 'begin', 'paper', 'wall', 'beathiful', 'air', 'fresh', 'drain', 'sweet', 'furniture', 'honest', 'abolish', 'whatsoever', 'maketh', 'abomination', 'food', 'drink', 'luxury', 'book', 'art', 'whatsoever', 'maketh', 'lie', 'conversation', 'social', 'intercourse', 'correspondence', 'domestic', 'life', 'arranged', 'heaven', 'got', 'heaven', 'lie', 'kindness', 'humbleness', 'unselfishness', 'faith', 'love', 'service', 'christ', 'teach', 'house', 'christ', 'dwells', 'teach', 'doctrine', 'discovery', 'discovery', 'live', 'discovery', 'henry', 'drummond', 'open', 'letter', 'dear', 'friend', 'sad', 'contemplate', 'desirous', 'anxious', 'know', 'way', 'life', 'salvation', 'multitude', 'careless', 'indifferent', 'sign', 'time', 'lived', 'day', 'god', 'proclaimed', 'message', 'warning', 'faithful', 'noah', 'year', 'message', 'sounding', 'forth', 'inhabitant', 'noachian', 'world', 'flood', 'water', 'coming', 'true', 'warning_message', 'flood', 'came', 'destroyed', 'people', 'need', 'overtaken', 'destroyed', 'attention', 'called', 'fact', 'earth', 'flooded', 'water', 'mean', 'escape', 'provided', 'accept', 'plan', 'saviour', 'shall', 'end', 'world', 'lord', 'leave', 'people', 'generation', 'perish', 'warning', 'danger', 'pointing', 'way', 'escape', 'quote', 'warning', 'recorded', 'rev', 'man_worship', 'beast', 'image', 'man', 'shall', 'drink', 'wine', 'wrath', 'god', 'poured', 'mixture', 'cup', 'indignation', 'patience', 'saint', 'commandment', 'god', 'faith', 'jesus', 'solemn_message', 'warning', 'severe', 'denunciation', 'wrath', 'bible', 'notice', 'wine', 'wrath', 'god', 'poured', 'worship', 'beast', 'rev', 'speaking', 'seven', 'plague', 'filled', 'wrath', 'god', 'wrath', 'wrath', 'mixture', 'rev', 'sixteenth', 'chapter', 'description', 'wrath', 'terrible', 'contemplate', 'teeming', 'million', 'earth', 'inhabitant', 'worship', 'beast', 'image', 'consequence', 'drink', 'unmingled', 'wrath', 'god', 'day', 'flood', 'eating', 'drinking', 'excess', 'going', 'wild', 'careless', 'career', 'business', 'pleasure', 'knew', 'flood', 'came', 'took', 'away', 'shall', 'coming', 'son', 'man', 'trouble', 'people', 'believe', 'lord', 'day', 'believe', 'seventh', 'day', 'sabbath', 'god', 'bible', 'god', 'man', 'lie', 'num', 'people', 'minister', 'day', 'sabbath', 'flatly', 'contradict', 'great', 'god', 'saying', 'sunday', 'sabbath', 'agree', 'pope', 'rome', 'catholic', 'world', 'place', 'rome', 'sunday', 'sabbath', 'paul', 'rom', 'yield', 'servant', 'obey', 'servant', 'keeping', 'sunday', 'warning_message', 'god', 'tell', 'penalty', 'drinking', 'wine', 'wrath', 'thing', 'charge', 'god', 'liar', 'state', 'fact', 'believe', 'exactly', 'proof', 'believeth', 'god', 'bath', 'liar', 'john', 'seventh', 'day', 'adventist', 'peculiar_people', 'titus', 'believe', 'lord', 'bible', 'seventh', 'clay', 'sabbath', 'pope', 'rome', 'protestant', 'world', 'day', 'week', 'sabbath', 'seventh', 'day', 'adventist', 'hesitancy', 'deciding', 'right', 'reason', 'doubt', 'lord', 'word', 'consequently', 'believe', 'contradict', 'womrdih', 'people', 'noah', 'time', 'destroyed', 'simply', 'believe']
root - INFO - extracting file #114500: 2017-04-Final-Corpus/RH19020506-V79-18-page6.txt
root - INFO - extracting file #115000: 2017-04-Final-Corpus/RH19020930-V79-39-page20.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'september', 'silent', 'messenger', 'soon', 'lord', 'gave', 'great_burden', 'definite', 'work', 'book', 'tract', 'periodical', 'hand', 'member', 'church', 'visited', 'member', 'carrying', 'parcel', 'small_books', 'purpose', 'agent', 'wish', 'sell', 'single', 'copy', 'carry', 'small', 'roll', 'trouble', 'especially', 'true', 'life', 'boat', 'particularly', 'advise', 'agent', 'selling', 'health', 'book', 'try', 'periodical', 'help', 'write', 'state_tract_society', 'obtain', 'term', 'given', 'paper', 'fair', 'trial', 'let', 'know', 'success', 'new', 'plan', 'good', 'trial', 'successful', 'god', 'want', 'coward', 'rank', 'let', 'color', 'fly', 'fearless', 'loyal', 'heart', 'dare', 'die', 'selected', 'summary', 'canvassing', 'work', 'reported', 'august', 'atlantic', 'union', 'conference', 'agent', 'order', 'value', 'palmer', 'editor', 'home', 'talked', 'sabbath', 'service', 'satisfied', 'member', 'took', 'club', 'copy', 'paper', 'took', 'gross', 'week', 'sold', 'small_books', 'sold', 'loaned', 'gave', 'away', 'tract', 'held', 'bible', 'reading', 'effect', 'church', 'marvelous', 'cold', 'heart', 'grew', 'warm', 'church', 'working', 'power', 'soon', 'opened', 'pas', 'heavenly', 'light', 'pas', 'soul', 'grouping', 'night', 'daylight', 'gone', 'hold', 'thy', 'lighted', 'lamp', 'high', 'star', 'sky', 'live', 'die', 'pas', 'selfish', 'thy', 'greed', 'pas', 'look', 'thy', 'brother', 'need', 'pas', 'live', 'self', 'live', 'vain', 'live', 'christ', 'live', 'live', 'reign', 'pas', 'henry', 'burton', 'life', 'boat', 'missionary_work', 'progressive', 'way', 'hall', 'outside', 'place', 'large_church', 'raised', 'direct_result', 'effort', 'place', 'accepted', 'truth', 'result', 'small', 'meeting', 'held', 'lay_members', 'librarian', 'greatly', 'blessed', 'practical_experience', 'year', 'earnest', 'successful', 'tract_society', 'worker', 'qualify', 'service', 'jesus', 'came', 'world', 'serve', 'world', 'chief', 'servant', 'colaborers', 'service', 'law', 'life', 'universe', 'sinful', 'heart', 'man', 'life', 'unto', 'atom', 'god', 'great', 'kingdom', 'serf', 'support', 'neighbor', 'atom', 'kingdom', 'periodical', 'help', 'new', 'york', 'greater', 'new', 'york', 'vermont', 'new', 'jersey', 'year', 'ago', 'energetic', 'young_woman', 'engaged', 'assistant', 'tract_society', 'office', 'office', 'near', 'largest', 'church', 'conference', 'soon', 'asked', 'journal', 'favorable', 'impresto', 'act', 'librarian', 'church', 'willing', 'work', 'felt', 'perplexed', 'way', 'accomplish', 'large_church', 'member', 'sion', 'people', 'help', 'canvasser', 'agent', 'carry', 'simply', 'sample_copy', 'subscription', 'journal', 'help', 'relieved', 'necessity', 'dear', 'brother', 'let', 'labor', 'hour', 'medical', 'missionary_work', 'chiservice', 'holy', 'spirit', 'given', 'maine', 'following', 'card', 'come', 'hand', 'paulson', 'superintendent', 'cago', 'cflicaco', 'ill', 'sept', 'dear', 'broti', 'october', 'life', 'boat', 'special', 'home', 'purity', 'number', 'valuable', 'issued', 'encourage', 'people_everywhere', 'hand', 'neighbor', 'child', 'having', 'wonderful', 'success', 'sale', 'help', 'circulate', 'seventy', 'fivethousand', 'edition', 'price', 'cent', 'brother', 'david_paulson', 'new', 'england', 'chesapeake', 'pennsylvania', 'virginia', 'certainly', 'circulate', 'life', 'boat', 'colare', 'successfully', 'help', 'wisconsin', 'umn', 'suggested', 'use', 'help', 'begin', 'special', 'number', 'work', 'circulation', 'periodical', 'left', 'especially', 'appointed', 'agent', 'member', 'church', 'work', 'advise', 'people', 'subscribe', 'large', 'club', 'paper', 'given', 'away', 'easy', 'sell', 'paper', 'away', 'sold', 'hope', 'day', 'soon', 'come', 'periodical', 'way', 'doubtless', 'agent', 'conscious', 'weak', 'point', 'canvassing', 'work', 'meet', 'people', 'good', 'conversation', 'sell', 'book', 'away', 'lose', 'track', 'likely', 'people', 'interested', 'truth', 'like', 'correspond', 'concerning', 'order', 'publication', 'know', 'write', 'northern', 'union', 'conference', 'minnesota', 'south', 'dakota', 'north', 'dakota', 'manitoba', 'central', 'union', 'conference', 'field', 'periodical', 'ought', 'way', 'form', 'california', 'connecting', 'link', 'office', 'people', 'agent', 'extent', 'preserving', 'good', 'likely', 'read', 'appreciated', 'usually', 'consider', 'little', 'value', 'cost', 'believe', 'subscriber', 'collecting', 'southern', 'california', 'seventh', 'day', 'adventist', 'interested', 'person', 'european', 'general', 'conference', 'club', 'turned', 'state', 'norway', 'paper', 'devote', 'little', 'time', 'week', 'selling', 'neighbor', 'busy', 'farmer', 'hour', 'saturday', 'evening', 'busy', 'housewife', 'devote', 'afternoon', 'week', 'cripple', 'invalid', 'sell', 'paper', 'passer', 'god', 'given', 'man', 'work', 'work', 'given', 'tract_society', 'good_use', 'great', 'britain', 'missionary_work', 'denmark', 'africa', 'australasia', 'evidently', 'sweden', 'ought', 'agent', 'good', 'periodical', 'people', 'wish', 'mention', 'particular', 'good_health', 'journal', 'life', 'boat', 'life', 'boat', 'sell', 'cent', 'copy', 'brazil', 'good_health', 'cent', 'liberal', 'commission', 'offered', 'periodical', 'bath', 'single', 'copy', 'subscription', 'year', 'month', 'canadian', 'australasian', 'africa', 'south', 'america', 'grand', 'total', 'colorado', 'iowa', 'kansa', 'missouri', 'nebraska', 'southern', 'union', 'conference', 'georgia', 'tennessee', 'river', 'alabama', 'florida', 'mississippi', 'cumberland', 'carolina', 'louisiana', 'michigan', 'ohio', 'indiana', 'illinois', 'lake', 'union', 'conference', 'oklahoma', 'southwestern', 'union', 'conference', 'arkansas', 'texas', 'south', 'africa', 'australasia', 'south', 'america', 'pacific', 'union', 'conference', 'montana', 'upper', 'columbia', 'western', 'oregon', 'western', 'washington', 'summary']
root - INFO - extracting file #115500: 2017-04-Final-Corpus/RH19030317-V80-11-page18.txt
root - INFO - extracting file #116000: 2017-04-Final-Corpus/RH19030811-V80-32-page22.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'august', 'soweth', 'reapeth', 'ilege', 'sowing', 'seed', 'god', 'giveth', 'increase', 'child', 'edu', 'north', 'michigan', 'conference', 'meeting', 'north', 'michigan', 'conference', 'held', 'pavilion', 'cated', 'heart', 'drawn', 'wish', 'speak', 'word', 'encourageto', 'engage', 'work', 'little', 'camp', 'ground', 'mancelona', 'august', 'ment', 'faithful', 'canvasser', 'experience', 'message', 'noticed', 'fact', 'good_interest', 'awakened', 'minister', 'seen', 'decided', 'trace', 'work', 'canvasser', 'performed', 'month', 'year', 'previously', 'visit', 'house', 'house', 'book', 'tract', 'opened', 'examined', 'leaf', 'leaf', 'mary', 'hid', 'christ', 'word', 'heart', 'word', 'silent', 'messenger', 'hid', 'heart', 'seed', 'sprout', 'grow', 'ready', 'burst', 'gentle', 'dewdrop', 'fall', 'minister', 'forth', 'word', 'kindness', 'following', 'labor', 'weary', 'canvasser', 'god', 'abundant', 'increase', 'came', 'colony', 'half', 'year', 'ago', 'encouraged', 'canvasser', 'enter', 'field', 'faithful_work', 'rain', 'sunshine', 'time', 'having', 'sufficient', 'food', 'meet', 'actual', 'necessity', 'worked', 'thousand', 'page', 'literature', 'distributed', 'result', 'earnest_work', 'demonstrated', 'work', 'progress', 'village', 'kitty', 'demerara', 'south', 'america', 'house', 'enter', 'word', 'heard', 'know', 'mind', 'trained', 'love', 'work', 'fbr', 'master', 'year', 'old', 'girl', 'came', 'said', 'josie', 'want', 'join', 'tract_society', 'josie', 'little', 'brother', 'year', 'age', 'time', 'price', 'membership', 'society', 'dollar', 'asked', 'josie', 'grown', 'decide', 'spend', 'money', 'way', 'thinking', 'moment', 'said', 'ought', 'join', 'year', 'later', 'josie', 'came', 'dollar', 'said', 'want', 'tract_society', 'soul', 'saved', 'jesus', 'cony', 'spirit', 'disposition', 'worth', 'thousand', 'dollar', 'gold', 'silver', 'thought', 'heart', 'die', 'awake', 'resurrection', 'look', 'soul', 'saved', 'work', 'tract_society', 'educate', 'child', 'active_interest', 'missionary_work', 'parent', 'aroused', 'importance', 'end', 'appeal', 'brother', 'sister', 'effort', 'let', 'satisfied', 'missionary_spirit', 'seventh', 'day', 'adventist', 'home', 'time', 'lord', 'work', 'people', 'void', 'law', 'god', 'reaping', 'sure', 'come', 'let', 'fruitless', 'stalk', 'time', 'wight', 'north', 'michigan', 'conference_association', 'meeting', 'north', 'michigan', 'conference_association', 'seventh', 'day', 'adventist', 'held', 'mancelona', 'pavilion', 'camp', 'ground', 'aug', 'wight', 'president', 'august', 'advocate', 'city', 'message', 'word', 'recently', 'sent', 'church', 'vital', 'angel', 'message', 'obedience', 'christian', 'preparing', 'second', 'coming', 'christ', 'message', 'bear', 'directly', 'education', 'child', 'august', 'number', 'advocate', 'deal', 'problem', 'practical_way', 'especially', 'applies', 'cause', 'christian_education', 'living', 'city', 'country', 'provided', 'true', 'time', 'come', 'study', 'question', 'like', 'child', 'israel', 'egyptian', 'bondage', 'pray', 'release', 'read', 'issue', 'advocate', 'place', 'copy', 'hand', 'friend', 'single', 'copy', 'cent', 'club', 'address', 'cent', 'address', 'advocate', 'berrien', 'spring', 'mich', 'money', 'loan', 'time', 'ago', 'article', 'published', 'canvasser', 'got', 'book', 'hell', 'sowing', 'time', 'soon', 'harvest', 'review_and_herald', 'setting', 'forth', 'good_book', 'seed', 'sown', 'water', 'gently', 'god', 'increase', 'babcock', 'seed', 'sowing', 'importance', 'distributing', 'literature', 'containing', 'present_truth', 'overestimated', 'preacher', 'number', 'small', 'comparison', 'denomination', 'lord', 'morning', 'sow', 'thy_seed', 'evening', 'withhold', 'thine_hand', 'thou_knowest', 'shall', 'prosper', 'shall', 'alike', 'good', 'far', 'grain', 'sown', 'grows', 'produce', 'thirtyfold', 'hundredfold', 'tell', 'grow', 'quantity', 'yield', 'god', 'cause', 'earth', 'forth', 'fruit', 'scripture', 'seed', 'sowing', 'taken', 'illustrate', 'proclamation', 'gospel', 'human_agent', 'sow', 'gospel', 'seed', 'literature', 'containing', 'message', 'good_seed', 'scattered', 'like', 'falling', 'autumn', 'leaf', 'divinely', 'appointed', 'agent', 'canvasser', 'occupies', 'place', 'work', 'god', 'agency', 'impression', 'mind', 'come', 'contact', 'lasting', 'eternity', 'angel', 'lord', 'stand', 'aid', 'working', 'heart', 'labor', 'cooperating', 'lord', 'divine', 'agent', 'communicating', 'light', 'golden', 'pipe', 'conveyed', 'oil', 'life', 'position', 'god', 'sight', 'honorable', 'true', 'act', 'colporteurs', 'send', 'leaflet', 'tract', 'mail', 'need', 'deprived', 'privcome', 'reap', 'sow', 'god', 'cooperates', 'human', 'effort', 'success', 'haskell', 'notice', 'appointment', 'camp', 'meeting', 'atlantic_union_conference', 'fact', 'corporation', 'owning', 'controlling', 'old', 'battle', 'creek', 'college', 'property', 'pay', 'entire', 'review_and_herald', 'publishing', 'company', 'jan', 'discount', 'granted', 'review_and_herald', 'time', 'asked', 'money', 'loan', 'let', 'purpose', 'large', 'discount', 'offered', 'review_and_herald', 'secured', 'making', 'discount', 'review_and_herald', 'felt', 'making', 'substantial', 'donation', 'felt', 'unqualifiedly', 'condition', 'entire', 'liquidated', 'original', 'owing', 'review_and_herald', 'publishing', 'company', 'battle', 'creek', 'college', 'corporation', 'reduced', 'approximately', 'missionary', 'acre', 'money', 'apply', 'debt', 'battle', 'creek', 'college', 'sufficient', 'care', 'obligation', 'review_and_herald', 'time', 'justice', 'creditor', 'bearing', 'debt', 'battle', 'creek', 'college', 'steadily', 'reduced', 'sanitarium', 'pay', 'annual', 'rental', 'sufficient', 'cover', 'fixed', 'charge', 'estate', 'undersigned', 'glad', 'correspond', 'brother', 'sister', 'money', 'care', 'loan', 'matter', 'information', 'relative', 'address', 'magan', 'berrien', 'spring', 'mich', 'vermont', 'camp', 'meeting', 'round', 'trip', 'ticket', 'camp', 'meeting', 'randolph', 'usual', 'convention', 'rate', 'secured', 'boston', 'maine', 'central', 'vermont', 'railroad', 'following', 'station', 'brattleboro', 'bellow', 'fall', 'claremont', 'junction', 'windsor', 'taftsville', 'white', 'river', 'junction', 'river', 'johnsbury', 'lyndonville', 'burke', 'sutton', 'barton', 'landing', 'newport', 'walden', 'hardwick', 'wolcott', 'morrisville', 'johnson', 'hyde', 'park', 'cambridge', 'junction', 'fairfield', 'sheldon', 'junction', 'swanton', 'richford', 'enosburg', 'fall', 'albans', 'burlington', 'essex', 'junction', 'underhill', 'jericho', 'intermediate', 'station', 'essex', 'junction', 'white', 'river', 'junc', 'maine', 'new', 'england', 'new', 'york', 'vermont', 'sept', 'aug', 'sept', 'aug', 'sept', 'aug', 'canadian', 'union', 'conference', 'quebec', 'august', 'newfoundland', 'september', 'lake', 'union', 'conference', 'wisconsin', 'oshkosh', 'aug', 'north', 'michigan', 'mancelona', 'aug', 'sept', 'northern', 'illinois', 'streator', 'east', 'michigan', 'flint', 'ohio', 'vernon', 'southern', 'illinois', 'newton', 'aug', 'central', 'union', 'conference', 'nebraska', 'grand', 'island', 'kansa', 'newton', 'missouri', 'windsor', 'colorado', 'salida', 'kug', 'southwestern', 'union', 'conference', 'oklahoma', 'reno', 'aug', 'west', 'texas', 'buffalo', 'gap', 'aug', 'pacific_union_conference', 'central', 'montana', 'bozeman', 'aug', 'sept', 'oregon', 'grant', 'pas', 'aug', 'southern', 'california', 'los', 'angeles', 'aug', 'sept', 'british', 'columbia', 'new', 'westminster', 'sept', 'western', 'montana', 'hamilton', 'sept', 'president', 'various_conferences', 'requested', 'send', 'information', 'meeting', 'mentioned', 'preceding', 'table', 'able', 'complete', 'list', 'inform', 'correction', 'addition', 'report', 'aug', 'aug', 'aug', 'sept', 'sept', 'aug', 'sept', 'aug']
root - INFO - extracting file #116500: 2017-04-Final-Corpus/RH19040128-V81-04-page15.txt
root - INFO - extracting file #117000: 2017-04-Final-Corpus/RH19040623-V81-25-page8.txt
root - INFO - ['entre', 'artiths', 'whatsoever_things', 'true', 'whatsoever_things', 'honest', 'whatsoever_things', 'whatsoever_things', 'pure', 'whatsoever_things', 'lovely', 'whatsoever_things', 'good_report', 'virtue', 'sere', 'praise', 'think', 'thing', 'phil', 'come', 'testifieth', 'thing', 'saith', 'surely', 'come', 'quickly', 'amen', 'come', 'lord', 'jesus', 'rev', 'come', 'lord', 'jesus', 'quickly', 'come', 'creation', 'groan', 'thee', 'sin', 'abounds', 'sea', 'sea', 'million', 'grope', 'misery', 'lord', 'jesus', 'come', 'come', 'lord', 'jesus', 'quickly', 'come', 'death', 'darkness', 'satan', 'legion', 'air', 'elect', 'ensnare', 'lord', 'jesus', 'come', 'come', 'lord', 'jesus', 'quickly', 'come', 'burden', 'heartache', 'tear', 'strife', 'shedding', 'blood', 'taking', 'life', 'earth', 'rife', 'lord', 'jesus', 'come', 'come', 'lord', 'jesus', 'quickly', 'come', 'erring', 'daughter', 'throng', 'way', 'dearest', 'son', 'home', 'astray', 'weeping', 'mother', 'watch', 'pray', 'lord', 'jesus', 'come', 'come', 'lord', 'jesus', 'quickly', 'come', 'helpless', 'million', 'bread', 'robbed', 'ruling', 'greed', 'heeding', 'loud', 'plead', 'lord', 'jesus', 'come', 'come', 'lord', 'jesus', 'quickly', 'come', 'men', 'blaspheme', 'thy', 'holy', 'daughter', 'samong', 'people', 'god', 'tio', 'lasting', 'shall', 'cut', 'colonizing', 'word', 'lord', 'son', 'stranger', 'thou', 'shalt', 'break', 'forth', 'join', 'lord', 'serve', 'right_hand', 'left', 'love', 'lord', 'plant', 'place', 'servant', 'keepeth', 'truth', 'time', 'pto', 'sabbath', 'polluting', 'taketh', 'claimed', 'heart', 'hold', 'covenant', 'light', 'shone', 'remember', 'bring', 'holy', 'mountain', 'god', 'workman', 'witness', 'joyful', 'house', 'prayer', 'serve', 'honor', 'burnt_offerings', 'sacrifice', 'shall', 'science', 'accepted', 'altar', 'commandment', 'live', 'house', 'shall', 'called', 'house', 'prayer', 'people', 'nation', 'kindred', 'taketh', 'hold', 'covenant', 'tongue', 'truth', 'proclaimed', 'covenant', 'spoken', 'fol', 'time', 'come', 'watch', 'aggres', 'lowing', 'scripture', 'work', 'city', 'moses', 'went', 'unto', 'god', 'neglected', 'unworked', 'field', 'lord', 'called', 'mountain', 'emy', 'know', 'try', 'saying', 'shalt_thou', 'house', 'mind', 'work', 'jacob', 'tell', 'child', 'israel', 'committed', 'occupied', 'non', 'seen', 'unto', 'egypessentials', 'seek', 'lead', 'tians', 'bear', 'eagle', 'neglect', 'precious', 'opportunity', 'wing', 'brought', 'unto', 'come', 'present', 'truth', 'obey', 'voice', 'know', 'truth', 'earnestness', 'sin', 'shall', 'know', 'truth', 'cerity', 'covenant', 'ought', 'filled', 'zeal', 'shall', 'peculiar', 'treasure', 'unto', 'advancement', 'allow', 'satan', 'turn', 'earth', 'shall', 'thought', 'great_truth', 'unto', 'kingdom', 'priest', 'given', 'thers', 'theme', 'holy', 'nation', 'word', 'enemy', 'determined', 'place', 'god', 'peothou', 'shalt', 'speak', 'unto', 'child', 'ispie', 'false', 'light', 'world', 'rael', 'pleased', 'life', 'reveal', 'defect', 'moses', 'came', 'called', 'cherish', 'objectionable', 'trait', 'elder', 'people', 'laid', 'character', 'trait', 'character', 'face', 'word', 'lord', 'service', 'lord', 'jesus', 'come', 'come', 'lord', 'jesus', 'quickly', 'come', 'come', 'claim', 'thy', 'ready', 'bride', 'safely', 'thy', 'thy', 'wrath', 'world', 'betide', 'lord', 'jesus', 'come', 'iful', 'fulfilment', 'term', 'agreement', 'god', 'includes', 'coy', 'tenant', 'obey', 'justice', 'judgment', 'keeping', 'bland', 'evil', 'promise', 'unto', 'iin', 'house', 'wall', 'advent', 'review', 'sabbath', 'herald', 'june', 'commanded', 'people', 'answered', 'said', 'hath', 'spoken', 'pledge', 'god', 'people', 'day', 'yield', 'temptation', 'time', 'influence', 'god', 'servant', 'making', 'known', 'unbeliever', 'truth', 'time', 'effort', 'recover', 'professing', 'believer', 'satan', 'snare', 'way', 'advancement', 'truth', 'blocked', 'god', 'struggle', 'place', 'world', 'progress', 'outcome', 'traced', 'page', 'word', 'diseased', 'defective', 'eyesight', 'people', 'prevents', 'discerning', 'deficiency', 'taking', 'earnest', 'thing', 'live', 'wanton', 'sin', 'shame', 'mock', 'word', 'come', 'niacceptance', 'god', 'depends', 'faith', 'vanguard', 'rplace', 'better', 'son', 'daughter', 'work', 'white', 'lasting', 'shall', 'cut', 'lord', 'god', 'gathereth', 'eternity', 'hrist', 'memoutcasts', 'israel', 'saith', 'gather', 'church', 'cherish', 'true', 'uine', 'hope', 'gospel', 'point', 'instructed', 'direct', 'gathgen', 'ttheni', 'upward', 'distinctly', 'assuring', 'mind', 'people', 'fifty', 'sixth', 'ered', 'unto', 'pter', 'ausajah', 'tlig', 'fkapter', 'contains', 'seek', 'book', 'law', 'ithat', 'rich', 'endure', 'important', 'lesson', 'ftett', 'mad', 'day', 'shall', 'hope', 'heaven', 'ing', 'lord', 'conflict', 'bea', 'root', 'jesse', 'shall', 'stand', 'ithe', 'earth', 'seek', 'kingdom', 'tweengood', 'evil', 'saith', 'lord', 'judgment', 'justice', 'salvation', 'near', 'come', 'righteousness', 'revealed', 'blessed', 'man', 'doeth', 'son', 'man', 'layeth', 'hold', 'keepeth', 'sabbath', 'polluting', 'keepeth', 'hand', 'evil', 'let', 'son', 'stranger', 'hath', 'joined', 'lord', 'speak', 'saying', 'lord_hath', 'utterly', 'separated', 'people', 'let', 'eunuch', 'behold', 'dry', 'tree', 'saith', 'lord', 'unto', 'eunuch', 'sabbath', 'choose', 'thing', 'hold', 'covenant', 'unto', 'house', 'wall', 'place', 'better', 'son', 'ensign', 'people', 'shall', 'gen', 'hof', 'god', 'righteousness', 'tile', 'seek', 'rest', 'shall', 'glorious', 'thing', 'shall', 'come', 'pas', 'day', 'sential', 'good', 'shall', 'added', 'lord', 'shall', 'set', 'hand', 'againr', 'unto', 'second', 'time', 'recover', 'remnant', 'people', 'shall', 'left', 'assyria', 'egypt', 'path', 'cush', 'elam', 'shinar', 'hamath', 'island', 'sea', 'shall', 'set', 'ensign', 'nation', 'shall', 'assemble', 'outcast', 'israel', 'remove', 'eier', 'gather', 'dispersed', 'tliat', 'dbscuring', 'view', 'judah', 'corner', 'eternal', 'reality', 'insists', 'removal', 'causing', 'intake', 'phantom', 'reality', 'realscripture', 'received', 'poop', 'ities', 'phantom', 'god', 'entreats', 'earth', 'word', 'outline', 'work', 'fif', 'ssa', 'glad', 'eople', 'strength', 'body', 'mind', 'tiditigs', 'sarvation', 'carried', 'soul', 'service', 'expects', 'chose', 'heard', 'thing', 'world', 'bscure', 'glorious', 'view', 'eternal_weight', 'glory', 'awaits', 'saint', 'high', 'dis', 'tinguish', 'true', 'real', 'enduring', 'substance', 'false', 'counter', 'feit', 'passing', 'shadow', 'christ', 'urgei', 'perform']
root - INFO - extracting file #117500: 2017-04-Final-Corpus/RH19041124-V81-47-page24.txt
root - INFO - extracting file #118000: 2017-04-Final-Corpus/RH19050427-V82-17-page1.txt
root - INFO - ['vol', 'washington', 'thursday', 'april', 'said', 'master', 'coming', 'honor', 'town', 'day', 'tell', 'house', 'home', 'master', 'choose', 'stay', 'thought', 'heart', 'beat', 'wildly', 'come', 'strive', 'entertain', 'honor', 'guest', 'divine', 'straight', 'turned', 'toiling', 'home', 'neat', 'swept', 'polished', 'garnished', 'decked', 'blossom', 'sweet', 'troubled', 'fear', 'master', 'come', 'ere', 'task', 'hasted', 'worked', 'faster', 'watched', 'hurrying', 'sun', 'right', 'midst', 'duty', 'woman', 'came', 'door', 'come', 'tell', 'sorrow', 'comfort', 'aid', 'implore', 'said', 'listen', 'help', 'day', 'greater', 'thing', 'attend', 'pleader', 'turned', 'away', 'soon', 'came', 'cripple', 'pale', 'gray', 'said', 'let', 'stop', 'rest', 'awhile', 'home', 'pray', 'traveled', 'far', 'morning', 'hungry', 'faint', 'weak', 'heart', 'misery', 'comfort', 'help', 'seek', 'said', 'grieved', 'sorry', 'help', 'day', 'look', 'great', 'noble', 'guest', 'cripple', 'went', 'away', 'day', 'wore', 'swiftly', 'task', 'nearly', 'prayer', 'heart', 'master', 'come', 'thought', 'spring', 'meet', 'serve', 'utmost', 'care', 'little', 'child', 'stood', 'face', 'sweet', 'fair', 'sweet', 'mark', 'tear', 'drop', 'clothes', 'tattered', 'old', 'finger', 'bruised', 'bleeding', 'little', 'bare', 'foot', 'cold', 'said', 'sorry', 'sorely', 'need', 'care', 'stop', 'hasten', 'otherwhere', 'word', 'shadow', 'swept', 'blue', 'veined', 'brow', 'feed', 'clothe', 'dear', 'iarm', 'busy', 'day', 'ended', 'toil', 'house', 'swept', 'garnished', 'watched', 'dark', 'watched', 'footfall', 'sounded', 'paused', 'gate', 'entered', 'cottage', 'door', 'pray', 'wait', 'waited', 'till', 'night', 'deepened', 'master', 'come', 'entered', 'door', 'cried', 'gladdened', 'home', 'labor', 'bowed', 'head', 'wept', 'heart', 'sore', 'longing', 'spite', 'slept', 'master', 'stood', 'face', 'grave', 'fair', 'time', 'day', 'came', 'door', 'craved', 'pity', 'care', 'time', 'sent', 'onward', 'unhelped', 'uncomforted', 'blessing', 'lost', 'chance', 'serve', 'fled', 'lord', 'dear', 'lord', 'forgive', 'know', 'thee', 'soul', 'shamed', 'bowed', 'depth', 'humility', 'said', 'sin', 'pardoned', 'blessing', 'lost', 'thee', 'comforting', 'failed', 'comfort', 'selected', 'atisatagavittglitkhatlagatiklegag', 'virovpipipam', 'tzegtai', 'master', 'coining']
root - INFO - extracting file #118500: 2017-04-Final-Corpus/RH19050907-V82-36-page3.txt
root - INFO - extracting file #119000: 2017-04-Final-Corpus/RH19060208-V83-06-page10.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'february', 'church', 'designated', 'king', 'critical', 'text', 'based', 'newly', 'disof', 'god', 'humanly', 'speaking', 'james', 'version', 'parish', 'provided', 'year', 'later', 'rejected', 'nearly', 'year', 'held', 'place', 'universal', 'vernacular', 'protestant', 'church', 'english', 'speaking', 'world', 'english', 'revised_version', 'sixth', 'revision', 'protestant', 'bible', 'early', 'lightfoot', 'sermon', 'house', 'common', 'proposed', 'fresh', 'review', 'survey', 'translation', 'bible', 'pleaded', 'exact', 'rigorous', 'covered', 'character', 'sible', 'work', 'thorough', 'usually', 'succeeded', 'called', 'revision', 'far', 'entirely', 'natural', 'age', 'crit', 'new_testament', 'concerned', 'little', 'ical', 'perspective', 'natuless', 'anew', 'translation', 'based', 'rally', 'critical', 'authorized', 'text', 'older', 'purer', 'version', 'attempted', 'imcalled', 'received', 'text', 'prove', 'exceedingly', 'precious', 'simple', 'aim', 'entire', 'cornmany', 'believer', 'heart', 'language', 'mittee', 'bias', 'sectarian', 'message', 'prejudice', 'people', 'acrevisers', 'case', 'ruthlessly', 'curate', 'idiomatic', 'equivalent', 'altered', 'passage', 'hebrew', 'greek', 'scripture', 'dear', 'substituted', 'verbiage', 'lively', 'translation', 'order', 'new', 'revision', 'introduced', 'parliament', 'dropped', 'dissolution', 'parliament', 'futile', 'attempt', 'secure', 'revision', 'century', 'time', 'ripe', 'finally', 'convocation', 'canterbury', 'took', 'initial', 'step', 'movement', 'resulted', 'producing', 'known', 'english', 'revised_version', 'correctly', 'anglo', 'american', 'version', 'strictly', 'speaking', 'project', 'launched', 'carried', 'final', 'consummation', 'church', 'england', 'celebrated', 'linguist', 'outside', 'communion', 'invited', 'assist', 'execution', 'ninety', 'representative', 'scholar', 'thirty', 'american', 'hand', 'accomplishment', 'old', 'new_testament', 'company', 'formed', 'england', 'america', 'england', 'meeting', 'famous', 'jerusalem', 'chamber', 'westminster', 'abbey', 'america', 'bible', 'house', 'new', 'york', 'city', 'half', 'year', 'spent', 'new_testament', 'nearly', 'old', 'rule', 'governed', 'introduce', 'alteration', 'possible', 'text', 'authorized_version', 'consistent', 'faithfulness', 'limit', 'far', 'possible', 'basis', 'idiom', 'vocabulary', 'lacked', 'idiom', 'rhythm', 'thirty', 'thousand', 'change', 'new_testament', 'appeared', 'change', 'sake', 'change', 'work', 'appreciated', 'year', 'passed', 'valued', 'chiefly', 'scholar', 'intended', 'popular', 'translation', 'people', 'improved', 'grammatical', 'accuracy', 'sufficient', 'compensation', 'music', 'old', 'cadence', 'case', 'sacrificed', 'trifling', 'point', 'syntax', 'majority', 'decided', 'change', 'day', 'reading', 'public', 'deciding', 'english', 'version', 'displace', 'authorized', 'scholar', 'time', 'time', 'showing', 'certain', 'instance', 'true', 'original', 'expression', 'alteration', 'language', 'authorized', 'earlier', 'english', 'version', 'company', 'twice', 'portion', 'revised', 'provisionally', 'second', 'time', 'finally', 'change', 'second', 'revision', 'ratified', 'present', 'text', 'evidence', 'decidedly', 'preponderating', 'variant', 'reading', 'indicated', 'margin', 'accordingly', 'old', 'testament', 'company', 'massoretic', 'hebrew', 'text', 'new_testament', 'company', 'authorized_version', 'defect', 'version', 'charged', 'want', 'faithfulness', 'removing', 'authorized_version', 'archaic', 'obsolescent', 'expression', 'freeing', 'froth', 'artificial', 'distinction', 'restoring', 'certain', 'real', 'distinction', 'obscured', 'correcting', 'slight', 'error', 'bringing', 'vividly', 'force', 'occasional', 'article', 'verbal', 'form', 'reviser', 'actuated', 'motive', 'english', 'version', 'perfect', 'transcript', 'original', 'word', 'copyright', 'given', 'university', 'press', 'oxford', 'cambridge', 'stipulated', 'fourteen', 'year', 'english', 'revision', 'published', 'contain', 'appendix', 'preferred', 'american', 'reading', 'promised', 'american', 'committee', 'sanction', 'version', 'period', 'contract', 'faithfully', 'kept', 'party', 'expired', 'evident', 'american', 'committee', 'reading', 'regarded', 'sympathetic', 'century', 'century', 'century', 'century', 'century', 'tyn', 'cover', 'great', 'century', 'auth', 'old', 'american', 'standard', 'edition', 'seventh', 'revision', 'protestant', 'bible', 'american', 'revised_version', 'fresh', 'recension', 'anglo', 'american', 'english', 'revision', 'continues', 'corrects', 'completes', 'work', 'undertaken', 'church', 'england', 'true_sense', 'essentially', 'historically', 'product', 'american', 'english', 'scholarship', 'fitly', 'regarded', 'result', 'thirty', 'year', 'active', 'ceaseless', 'study', 'scholarly', 'men', 'protestant', 'world', 'wic', 'century', 'rev', 'ised', 'diagram', 'showing', 'got', 'bible', 'content', 'original', 'manuscript', 'lost', 'survive', 'existing', 'manuscript', 'version', 'father', 'latin', 'vulgate', 'revision', 'old', 'latin', 'version', 'comparison', 'greek', 'hebrew', 'manuscript', 'source', 'english', 'version', 'tyndale', 'draw', 'manuscript', 'source', 'modern', 'date', 'source', 'manuscript', 'version', 'father', 'combined', 'time', 'recent', 'revision']
root - INFO - extracting file #119500: 2017-04-Final-Corpus/RH19060705-V83-27-page20.txt
root - INFO - extracting file #120000: 2017-04-Final-Corpus/RH19061129-V83-48-page13.txt
root - INFO - ['november', 'advent', 'review', 'sabbath', 'herald', 'repulse', 'attack', 'marauder', 'captain', 'kidd', 'class', 'stand', 'day', 'firm', 'seemingly', 'untouched', 'hand', 'time', 'limited', 'spanish', 'vocabulary', 'taxed', 'utmost', 'visited', 'shop', 'public', 'building', 'church', 'ancient', 'spanish', 'stronghold', 'saw', 'result', 'romish', 'ritualism', 'fully', 'matured', 'massive', 'church', 'building', 'embellished', 'altar', 'laden', 'gaudily', 'dressed', 'doll', 'representing', 'supposed', 'saint', 'ignorant', 'mass', 'reverently', 'worshiped', 'educated', 'class', 'stood', 'stoical', 'countenance', 'silent', 'motionless', 'men', 'working', 'street', 'near', 'cheap', 'lithograph', 'woman', 'thought', 'picture', 'virgin', 'mary', 'candle', 'burned', 'poorer', 'class', 'woman', 'bowed', 'passed', 'men', 'licentiate', 'panama', 'mission', 'brother', 'ashley', 'horton', 'pacuarito', 'costa', 'rica', 'took', 'passage', 'bocas', 'del', 'toro', 'kearsage', 'mast', 'schooner', 'brother', 'robinson', 'deacon', 'andrew', 'island', 'church', 'owner', 'captain', 'seventeen', 'aboard', 'boat', 'sabbath', 'keeper', 'brother', 'haughton', 'old', 'providence', 'thoughtfully', 'brought', 'folding', 'estey', 'organ', 'great_help', 'song', 'service', 'acceptable', 'addition', 'morning', 'evening', 'worship', 'held', 'board', 'captain', 'robinson', 'looked', 'comfort', 'tender', 'solicitude', 'father', 'enabled', 'spite', 'hour', 'calm', 'experienced', 'hour', 'terrific', 'tropical', 'sun', 'pronounce', 'passage', 'vessel', 'rare', 'pleasant', 'treat', 'wait', 'minute', 'brought', 'doctor', 'custom', 'official', 'examination', 'baggage', 'brief', 'polite', 'work', 'worker', 'won', 'respect', 'confidence', 'official', 'bocas', 'del', 'toro', 'halfpast', 'ashore', 'service', 'held', 'tent', 'pitched', 'attractive', 'spot', 'center', 'town', 'start', 'power', 'presence', 'god', 'felt', 'perfect', 'harmony', 'prevailed', 'deliberation', 'act', 'assembly', 'breathed', 'faith', 'courage', 'believer', 'counted', 'present', 'fact', 'traveling', 'expense', 'exceedingly', 'high', 'transportation', 'secured', 'place', 'work', 'field', 'started', 'elder', 'hutchins', 'died', 'elder', 'knight', 'wife', 'sent', 'vacancy', 'following', 'year', 'changed', 'central', 'american', 'mission', 'south', 'panama', 'mission', 'time', 'sabbath', 'keeper', 'fifty', 'sabbath', 'keeper', 'organized', 'church', 'unorganized', 'company', 'believer', 'field', 'need', 'good', 'men', 'competent', 'consecrated', 'men', 'needed', 'brother', 'price', 'pay', 'failure', 'supply', 'soul', 'loss', 'vantageground', 'gained', 'unanimous_vote', 'decided', 'organize', 'field', 'conference', 'happy', 'harmonious', 'hopeful', 'west', 'caribbean', 'conference', 'launched', 'amid', 'hearty', 'amen', 'loyal', 'heart', 'field', 'self', 'supporting', 'year', 'present', 'dollar', 'treasury', 'meeting', 'brother', 'pledged', 'west', 'indian', 'training', 'school', 'jamaica', 'dollar', 'paid', 'cash', 'territory', 'conference', 'includes', 'republic', 'panama', 'costa', 'rica', 'nicaragua', 'andrew', 'old', 'providence', 'corn', 'island', 'officer', 'elected', 'follows', 'president', 'elder', 'knight', 'vice_president', 'elder', 'hubert', 'fletcher', 'jamaica', 'invited', 'begin', 'labor', 'treasurer', 'elder', 'knight', 'secretary', 'carrie', 'knight', 'secretary', 'sabbath', 'school', 'young', 'people', 'society', 'read', 'executive_committee', 'knight', 'chairman', 'robinson', 'mignott', 'samuel', 'knapp', 'conner', 'credential', 'given', 'elder', 'knight', 'mignott', 'ordained', 'received', 'credential', 'ministerial', 'license', 'granted', 'brown', 'read', 'missionary', 'license', 'given', 'wright', 'stuyvesant', 'dean', 'sheridan', 'archibald', 'carrie', 'knight', 'meeting', 'largely', 'attended', 'people', 'town', 'paid', 'rewho', 'happened', 'way', 'crossed', 'went', 'eloquent', 'silent', 'appeal', 'thing', 'send', 'light', 'blessed', 'gospel', 'christ', 'viewing', 'sight', 'carthagena', 'fellow', 'passenger', 'steamer', 'said', 'people', 'preach', 'sabbath', 'superstitious', 'old', 'city', 'yes', 'answered', 'stone', 'wall', 'exclude', 'sound', 'angel', 'message', 'darkened', 'mind', 'sad', 'heart', 'people', 'soon', 'light', 'glad', 'gospel', 'proclaims', 'commandment', 'god', 'faith', 'jesus', 'receive', 'word', 'power', 'god', 'unto_salvation', 'early', 'friday', 'morning', 'anchored', 'calm', 'water', 'bocas', 'del', 'toro', 'soon', 'passenger', 'crew', 'gathered', 'morning_service', 'sang', 'grand', 'old', 'hymn', 'lord', 'morning', 'thou', 'shalt', 'hear', 'voice', 'ascending', 'high', 'thee', 'direct', 'prayer', 'thee', 'lift', 'eye', 'crowd', 'gathered', 'wharf', 'near', 'news', 'went', 'like', 'wildfire', 'town', 'schooner', 'load', 'adventist', 'arrived', 'messenger', 'hurried', 'mission_house', 'informed', 'elder', 'knight', 'minute', 'heard', 'puff', 'gasoline', 'launch', 'saw', 'rounding', 'projection', 'lagoon', 'prow', 'pointed', 'splendid', 'shapely', 'lit', 'railway', 'pier', 'ort', 'limon', 'costa', 'rica', 'sabbath', 'september', 'dropped', 'anchor', 'harbor', 'port', 'limon', 'tle', 'mission', 'vessel', 'harbinger', 'costa', 'rica', 'organized', 'church', 'membership', 'thirty', 'frame', 'church', 'building', 'erected', 'outskirt', 'town', 'time', 'sabbath', 'school', 'heartily', 'thankful', 'remained', 'brother', 'port', 'limon', 'day', 'holding', 'meeting', 'night', 'large', 'crowd', 'attended', 'service', 'encouraging', 'manifested', 'wednesday', 'fifth', 'company', 'brother', 'rogers', 'local', 'elder', 'port', 'limon', 'church', 'wright', 'deacon', 'mignott', 'wish', 'money', 'invested', 'harbinger', 'spent', 'success', 'panama', 'mission', 'largely', 'fact', 'elder', 'knight', 'boat', 'territory', 'composed', 'score', 'lagoon', 'island', 'reached', 'boat', 'glad', 'greeting', 'boat', 'bearing', 'elder', 'knight', 'sister', 'carrie', 'knight', 'little', 'boy', 'came', 'alongside', 'come', 'aboard', 'ship', 'inspected', 'port', 'authority']
root - INFO - extracting file #120500: 2017-04-Final-Corpus/RH19070418-V84-16-page13.txt
root - INFO - extracting file #121000: 2017-04-Final-Corpus/RH19070905-V84-36-page2.txt
root - INFO - ['book', 'help', 'home', 'home', 'best', 'place', 'earth', 'child', 'evening', 'toung', 'bible', 'lighten', 'mother', 'work', 'men', 'woman', 'world', 'day', 'realizing', 'destruction', 'home', 'come', 'destruction', 'nation', 'article', 'appearing', 'day', 'day', 'leading', 'journal', 'calling', 'attention', 'mass', 'responsibility', 'preserving', 'home', 'life', 'surely', 'matter', 'helpful', 'suggestion', 'little', 'book', 'making', 'home', 'happy', 'invaluable', 'tell', 'home', 'dearest', 'place', 'earth', 'haven', 'rest', 'happiness', 'book', 'price', 'reach', 'cent', 'paper', 'cent', 'cloth', 'binding', 'home', 'preface', 'home', 'little', 'book', 'paradise', 'home', 'beauty', 'home', 'add', 'daily', 'incentive', 'price', 'cent', 'child', 'common', 'thing', 'god', 'work', 'creation', 'limitless', 'deeper', 'look', 'uncle', 'ben', 'cobblestone', 'commonplace', 'thing', 'life', 'appear', 'best', 'light', 'new', 'thing', 'common', 'article', 'salt', 'paper', 'coal', 'bread', 'air', 'water', 'pin', 'needle', 'book', 'furnish', 'hour', 'amusement', 'little', 'price', 'hears', 'cheering', 'song', 'bird', 'wish', 'better', 'acquainted', 'feathered', 'friend', 'reed', 'book', 'called', 'garden', 'neighbor', 'new', 'insight', 'habit', 'little', 'messenger', 'happiness', 'feel', 'akin', 'price', 'book', 'child', 'longs', 'travel', 'sight', 'great_world', 'permitted', 'small_amount', 'trip', 'miss', 'leona', 'bicknell', 'africa', 'seeing', 'eye', 'strange', 'sight', 'far', 'away', 'land', 'ostrich', 'farm', 'diamond', 'strange', 'wild', 'animal', 'described', 'little', 'girl', 'saw', 'book', 'grown', 'people', 'child', 'enjoy', 'child', 'love', 'story', 'mind', 'young', 'impression', 'sink', 'deep', 'necessary', 'impression', 'best', 'best', 'story', 'best', 'book', 'truly', 'signifies', 'collection', 'story', 'bible', 'retain', 'child', 'book', 'moderately', 'priced', 'style', 'binding', 'paper', 'board', 'cloth', 'cent', 'respectively', 'true', 'knowledge', 'self', 'best', 'defense', 'inroad', 'satan', 'young_people', 'mother', 'difficult', 'talk', 'child', 'personal', 'thing', 'great_advantage', 'little', 'book', 'man', 'woman', 'teaching', 'truth', 'added', 'thought', 'mother', 'value', 'early', 'imparting', 'knowledge', 'necessary', 'price', 'book', 'cloth', 'binding', 'cent', 'tired', 'day', 'work', 'wit', 'end', 'know', 'prepare', 'meal', 'friend', 'kitchen', 'come', 'truly', 'friend', 'need', 'aid', 'valuable', 'little', 'book', 'small', 'price', 'cent', 'order', 'state', 'tract', 'society', 'publishing', 'house', 'review', 'herald', 'publishing', 'assn', 'new', 'york', 'city', 'washington', 'battle', 'ceek', 'mich']
root - INFO - extracting file #121500: 2017-04-Final-Corpus/RH19080123-V85-04-page22.txt
root - INFO - extracting file #122000: 2017-04-Final-Corpus/RH19080611-V85-24-page22.txt
root - INFO - ['southeastern_union_conference', 'south', 'carolina', 'greenville', 'july', 'aug', 'georgia', 'atlanta', 'aug', 'north', 'carolina', 'lexington', 'aug', 'cumberland', 'cleveland', 'tenn', 'aug', 'southwestern', 'union', 'conference', 'texas', 'nacogdoches', 'july', 'oklahoma', 'local', 'muskogee', 'july', 'texas', 'keene', 'july', 'aug', 'oklahoma', 'state', 'enid', 'aug', 'western', 'canadian', 'union', 'conference', 'june', 'july', 'july', 'president', 'various_conferences', 'requested', 'forward', 'information', 'enable', 'publish', 'complete', 'correct', 'list', 'camp', 'meeting', 'appointed', 'present_season', 'change', 'time', 'place', 'meeting', 'appointed', 'notice', 'forwarded', 'union', 'college', 'summer_school', 'tin', 'summer_school', 'hold', 'june', 'august', 'application', 'june', 'application', 'blank', 'special', 'bulletin', 'giving', 'full_information', 'obtained', 'addressing', 'principal', 'union', 'college', 'summer_school', 'college', 'view', 'neb', 'notice', 'fifth', 'annual_session', 'west', 'pennsylvania', 'conference', 'seventh', 'day', 'adventist', 'convene', 'camp', 'ground', 'oil', 'city', 'june', 'election', 'officer', 'transaction', 'business', 'properly', 'come', 'conference', 'delegate', 'church', 'conference', 'represented', 'duly', 'appointed', 'delegate', 'advent', 'review', 'sabbath', 'herald', 'june', 'tilristiatt', 'kihrrth', 'report', 'note', 'comment', 'pertaining', 'current', 'history', 'right', 'conscience', 'conducted', 'religious', 'liberty', 'bureau', 'russell', 'chairman', 'colcorn', 'secretary', 'suggestive', 'article', 'tte', 'catholic', 'tribune', 'dubuque', 'constantine', 'difficult', 'forecast', 'denomination', 'reserve', 'right', 'merely', 'tolerate', 'denomination', 'according', 'best', 'knowledge', 'precisely', 'roman_catholic_church', 'past', 'aim', 'future', 'evident', 'student', 'past', 'present', 'history', 'whole_question', 'transparent', 'superficial', 'reader', 'discern', 'real_meaning', 'writer', 'noted', 'rome', 'boasted', 'love', 'united', 'state', 'notice', 'appointment', 'camp', 'meeting', 'atlantic_union_conference', 'central', 'new', 'england', 'west', 'newton', 'boston', 'mass', 'june', 'new', 'york', 'norwich', 'sept', 'central', 'union', 'conference', 'iowa', 'april', 'contains', 'article', 'entitled', 'deficiency', 'constitution', 'article', 'deal', 'stitution', 'profession', 'wyoming', 'crawford', 'neb', 'missouri', 'sedalia', 'kansa', 'ottawa', 'colorado', 'pueblo', 'june', 'aug', 'aug', 'aug', 'amendment', 'constitution', 'congress', 'shall', 'law', 'respecting', 'establishment', 'religion', 'prohibiting', 'free', 'exercise', 'thereof', 'comment', 'follows', 'religion', 'present', 'future', 'asiatic', 'african', 'mormon', 'freelovers', 'anarchist', 'atheist', 'understood', 'amendment', 'unwise', 'unjust', 'carried', 'government', 'allows', 'immoral', 'religion', 'religion', 'dangerous', 'state', 'government', 'obliged', 'protect', 'religious', 'people', 'feasible', 'foster', 'consequently', 'tolerate', 'intolerant', 'immoral', 'religion', 'european', 'constitution', 'framed', 'wisely', 'granting', 'equality', 'religion', 'reserving', 'right', 'merely', 'tolerate', 'religion', 'according', 'best', 'knowledge', 'writer', 'foregoing', 'paragraph', 'utterly', 'fails', 'comprehend', 'state', 'grant', 'perfect', 'freedom', 'religious', 'sect', 'practise', 'religion', 'whatsoever', 'time', 'prohibit', 'uncivil', 'act', 'committed', 'free', 'lover', 'anarchist', 'garb', 'religion', 'provision', 'amendment', 'constitution', 'congress', 'shall', 'law', 'respecting', 'establishment', 'religion', 'demonstrates', 'great', 'wisdom', 'exercised', 'founder', 'country', 'framing', 'constitution', 'word', 'plainly', 'teach', 'total', 'separation', 'church', 'state', 'question', 'raised', 'writer', 'foregoing', 'discriminated', 'sphere', 'church', 'state', 'properly', 'occupy', 'note', 'significant', 'question', 'critic', 'amendment', 'constitution', 'united', 'state', 'asks', 'european', 'constitution', 'framed', 'wisely', 'granting', 'equality', 'religion', 'reserving', 'right', 'merely', 'tolerate', 'religion', 'according', 'best', 'knowledge', 'question', 'reveals', 'antichristian', 'idea', 'characterized', 'roman_catholic_church', 'past_history', 'read', 'history', 'fourth', 'century', 'thp', 'emperor', 'constantine', 'required', 'decide', 'sect', 'religion', 'existing', 'time', 'christian_religion', 'catholic', 'religion', 'approved', 'emperor', 'method', 'outlined', 'editorial', 'necessitate', 'government', 'decide', 'religion', 'right', 'christian', 'religion', 'day', 'indicated', 'asks', 'question', 'european', 'constitution', 'framed', 'wisely', 'added', 'connection', 'roman', 'catholic', 'denomination', 'clearly', 'justified', 'effort', 'amendment', 'tothe', 'constitution', 'revised', 'establish', 'national_religion', 'national', 'reform', 'association', 'seeking', 'amendment', 'order', 'cherished', 'idea', 'religion', 'established', 'state', 'time', 'history', 'country', 'principle', 'underlie', 'government', 'jeopardy', 'hand', 'seeking', 'bring', 'columbia_union_conference', 'east', 'pennsylvania', 'scranton', 'june', 'west', 'pennsylvania', 'oil', 'city', 'june', 'chesapeake', 'wilmington', 'del', 'june', 'july', 'ohio', 'mansfield', 'aug', 'lake', 'union', 'conference', 'north', 'michigan', 'northern', 'peninsula', 'called', 'reform', 'aug', 'sept', 'wisconsin', 'madison', 'aug', 'sept', 'north', 'pacific', 'union', 'conference', 'montana', 'great', 'fall', 'june', 'northern', 'union', 'conference', 'south', 'dakota', 'woonsocket', 'june', 'north', 'dakota', 'velva', 'june', 'north', 'dakota', 'local', 'dickinson', 'july', 'iowa', 'nevada', 'aug', 'sept', 'pacific', 'union', 'conference', 'southern', 'california', 'los', 'angeles', 'aug', 'california', 'local', 'eureka', 'aug', 'southern', 'union', 'conference', 'congratulating', 'united', 'state', 'senate', 'convention', 'district', 'columbia', 'held', 'june', 'temple', 'baptist', 'church', 'washington', 'catlin', 'prominent', 'worker', 'vice', 'president', 'board', 'trustee', 'organization', 'said', 'louisiana', 'lake', 'charles', 'tennessee', 'river', 'dixon', 'alabama', 'cullman', 'aug', 'sept', 'sept', 'friday', 'senate', 'passed', 'sunday', 'rest', 'come', 'house', 'sunday', 'rest', 'law', 'soon', 'heard', 'senate', 'passed', 'sent', 'congratulation', 'wish', 'district', 'committee', 'house', 'act', 'shall', 'manitoba', 'carman', 'wait', 'longer', 'sunday', 'rest', 'law', 'word', 'attitude', 'organization', 'district', 'columbia', 'question', 'sunday', 'legislation', 'joy', 'great', 'learning', 'passage', 'johnston', 'sunday', 'senate', 'sent', 'congratulation', 'senator', 'wish', 'house', 'committee', 'act', 'anxiety', 'shown', 'secure', 'sunday', 'law', 'district', 'columbia', 'arouse', 'seventh', 'day', 'adventist', 'earnestness', 'improving', 'little', 'time', 'speaker', 'regretfully', 'said', 'wait', 'secure', 'sunday', 'rest', 'law', 'month', 'intervene', 'congress', 'meet', 'justice', 'tnompson', 'alexandria', 'police', 'court', 'decision', 'june', 'declared', 'fruit', 'store', 'pool', 'room', 'place', 'business', 'closed', 'sunday', 'justice', 'imposed', 'fine', 'dollar', 'violator', 'law', 'keeping', 'place', 'business', 'open', 'day', 'alberta', 'lacombe', 'saskatchewan', 'lumsden', 'gladstone', 'southern', 'illinois', 'west', 'michigan', 'east', 'michigan', 'lapeer', 'north', 'michigan', 'conference', 'petoskey', 'sept', 'florida', 'palatka', 'oct', 'wilmams', 'vice', 'president', 'june', 'july', 'aug', 'aug', 'aug']
root - INFO - extracting file #122500: 2017-04-Final-Corpus/RH19081029-V85-44-page4.txt
root - INFO - extracting file #123000: 2017-04-Final-Corpus/RH19090318-V86-11-page5.txt
root - INFO - ['march', 'advent', 'review', 'sabbath', 'herald', 'strength', 'faith', 'vital', 'fered', 'method', 'employed', 'secured', 'present', 'power', 'humoment', 'far', 'removal', 'given', 'healing', 'nobleman', 'son', 'john', 'man', 'family', 'enthralled', 'sin', 'disorder', 'concerned', 'relic', 'lead', 'superstition', 'bone', 'supposed', 'skeleton', 'medieval', 'saint', 'achieve', 'great_things', 'cure', 'physical', 'disorder', 'faith', 'living', 'god', 'modern', 'idea', 'concerning', 'faith', 'application', 'therapeutic', 'agent', 'dwelt', 'article', 'fortnightly', 'review', 'quotation', 'faith', 'old', 'fashioned', 'word', 'need', 'explanation', 'light', 'modern', 'psychological', 'fact', 'definition', 'faith', 'probably', 'best', 'purpose', 'faith', 'belief', 'conscious', 'knowledge', 'belief', 'belief', 'capacity', 'power', 'bring', 'salvation', 'body', 'soul', 'matter', 'power', 'supposed', 'reside', 'human', 'roasted', 'toad', 'carried', 'round', 'neck', 'tied', 'silk', 'bag', 'therapeutical', 'result', 'true', 'majority', 'case', 'faith', 'placed', 'power', 'person', 'object', 'power', 'live', 'spider', 'worn', 'round', 'neck', 'nutshell', 'scarcely', 'said', 'power', 'apart', 'condition', 'mind', 'induces', 'cure', 'ague', 'wicked', 'old', 'king', 'queen', 'england', 'france', 'said', 'special', 'power', 'heal', 'scrofulous', 'disease', 'point', 'granted', 'existence', 'power', 'organism', 'instinctively', 'capable', 'repairing', 'injury', 'preserving', 'ideality', 'type', 'small', 'consequence', 'faith', 'patient', 'placed', 'long', 'faith', 'strong', 'act', 'eliminator', 'counter', 'suggestion', 'conscious', 'mind', 'disease', 'likely', 'continue', 'miracle', 'cure', 'truly', 'natural', 'thing', 'world', 'page', 'exercise', 'faith', 'christ', 'lay', 'hand', 'mean', 'applying', 'natural', 'magnetic', 'healing', 'power', 'person', 'case', 'lazarus', 'cited', 'illustration', 'application', 'modern', 'theory', 'psychotherapy', 'evidently', 'theory', 'need', 'invented', 'ference', 'bulletin', 'april', 'page', 'cover', 'case', 'think', 'sufficient_evidence', 'submitted', 'concerning', 'theology', 'psychology', 'method', 'treatment', 'emmanuel', 'movement', 'furnish', 'basis', 'verdict', 'concerning', 'view', 'testimony', 'advocate', 'concerning', 'principle', 'underlying', 'movement', 'application', 'cure', 'certain', 'class', 'ailment', 'hesitancy', 'declaring', 'emmanuel', 'movement', 'revival', 'oriental', 'philosophy', 'exploitation', 'spiritualistic', 'psychology', 'application', 'wrong', 'principle', 'concerning', 'relation', 'human_mind', 'called', 'god', 'nature', 'place', 'true', 'god', 'human', 'philosophy', 'substituted', 'revealed', 'truth', 'men', 'taught', 'submit', 'control', 'human', 'utterly', 'pervert', 'divine', 'principle', 'freedom', 'active', 'use', 'control', 'human', 'conduct', 'speaking', 'frankly', 'regard', 'theology', 'heathenish', 'psychology', 'visionary', 'method', 'little', 'better', 'magical', 'incantation', 'explanation', 'undisputed', 'result', 'exhibited', 'emmanuel', 'movement', 'remember', 'god', 'world', 'know', 'satan', 'come', 'deceive', 'possible', 'elect', 'claim', 'christ', 'coming', 'pretending', 'great', 'medical', 'missionary', 'cause', 'come', 'heaven', 'sight', 'men', 'prove', 'god', 'reference', 'time', 'time', 'emmanuel', 'movement', 'reported', 'having', 'spread', 'seventy', 'church', 'country', 'consideration', 'given', 'series', 'article', 'hope', 'enable', 'reader', 'arrive', 'intelligent', 'conclusion', 'concerning', 'claim', 'movement', 'interpretation', 'gospel', 'christ', 'late', 'according', 'view', 'newtheology', 'psychologist', 'faith', 'instead', 'living', 'principle', 'virtue', 'present', 'order', 'thing', 'permitted', 'israel', 'replied', 'true', 'power', 'god', 'effective', 'individual', 'experience', 'synonymous', 'confidence', 'place', 'basis', 'person', 'thing', 'far', 'conception', 'faith', 'scripture', 'proof', 'modern', 'interpreter', 'religious', 'doctrine', 'substituted', 'philosophy', 'christian', 'truth', 'revealed', 'bible', 'attempt', 'christ', 'employed', 'psychotherapeutic', 'principle', 'work', 'miracle', 'natural', 'writer', 'article', 'fortnightly', 'review', 'refers', 'great', 'psychical', 'healer', 'christ', 'regard', 'faith', 'exercised', 'healing', 'kind', 'described', 'state', 'probable', 'case', 'principle', 'faith', 'lacking', 'christ', 'resort', 'natural', 'magnetic', 'healing', 'power', 'person', 'explanation', 'ofto', 'exercise', 'powerful_influence', 'affair', 'world', 'causing', 'bodily', 'affliction', 'case', 'job', 'exercise', 'constant', 'protecting', 'care', 'god', 'prevents', 'daily', 'exhibition', 'malevolent', 'purpose', 'use', 'permitted', 'power', 'bring', 'physical', 'trouble', 'appear', 'remedy', 'trouble', 'ceasing', 'exercise', 'power', 'sufficient', 'explanation', 'course', 'offered', 'restoration', 'normal', 'health', 'greater', 'permanent', 'control', 'gained', 'life', 'individual', 'throwing', 'exodus', 'movement', 'begun', 'wilderness', 'late', 'date', 'nearly', 'generation', 'according', 'god', 'promise', 'prophecy', 'time', 'exodus', 'movement', 'come', 'lord', 'leading', 'people', 'leadership', 'mighty', 'deliverance', 'disaffected', 'known', 'exodus', 'movement', 'egypt', 'making', 'brick', 'instead', 'people', 'god', 'border', 'canaan', 'plainly', 'exodus', 'movement', 'came', 'egypt', 'went', 'land', 'promise', 'light', 'matter', 'attention', 'fact', 'form', 'disease', 'clung', 'went', 'treated', 'psychotherapeutic', 'healer', 'classified', 'functional', 'disease', 'chiefly', 'condition', 'mind', 'appears', 'powerful_influence', 'physical', 'direct', 'control', 'mind', 'yielded', 'specious', 'suggestion', 'satan', 'form', 'serpent', 'true', 'god', 'called', 'disloyal', 'unbelieving', 'separated', 'experience', 'israel', 'happened', 'unto', 'ensamples', 'written', 'admonition', 'end', 'world', 'come', 'disaffected', 'element', 'channel', 'work', 'effectively', 'present_time', 'maintain', 'usurped', 'dominion', 'human_family', 'weakened', 'generation', 'indulgence', 'sin', 'connection', 'appropriate', 'quote', 'statement', 'white', 'reported', 'general', 'conis', 'easy', 'anybody', 'god', 'led', 'exodus', 'movement', 'way', 'red_sea', 'jordan', 'murmurer', 'doubter', 'men', 'rose', 'lead', 'element', 'rebellion', 'apostasy', 'suppose', 'example', 'thirty', 'eighth', 'year', 'journey', 'element', 'evil', 'risen', 'finding', 'fault', 'way', 'movement', 'led', 'proposing', 'new', 'exodus', 'movement', 'child', 'faith']
root - INFO - extracting file #123500: 2017-04-Final-Corpus/RH19090812-V86-32-page6.txt
root - INFO - extracting file #124000: 2017-04-Final-Corpus/RH19100113-V87-02-page14.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'january', 'accomplished', 'people', 'quickly', 'imagine', 'effect', 'tobacco', 'rum', 'uncivilized', 'heathen', 'village', 'temperance', 'band', 'organized', 'village', 'cause', 'great', 'rejoicing', 'monday', 'morning', 'village', 'chief', 'called', 'head', 'men', 'invited', 'meet', 'receive', 'warurst', 'jugaillering', 'tostons', 'thy', 'people', 'offer', 'willingly', 'day', 'thy', 'power', 'holy', 'array', 'probably', 'appear', 'credit', 'case', 'small', 'item', 'unmarked', 'ascertained', 'money', 'secured', 'harvest', 'ingathering', 'effort', 'source', 'treasurer', 'north', 'pacific', 'union_conference', 'report', 'retheir', 'hand', 'tract', 'land', 'granted', 'school_farm', 'land', 'harvest', 'ingathering', 'ceipts', 'fund', 'ready', 'marked', 'cleared', 'line', 'observed', 'carefully', 'guarded', 'fetish', 'ground', 'cutting', 'way', 'bush', 'path', 'deer', 'antelope', 'zebra', 'little', 'close', 'fleeing', 'hard', 'day', 'credited', 'second', 'work', 'got', 'line', 'cleared', 'evening', 'meeting', 'held', 'consider', 'candidate', 'baptism', 'tuesday', 'morning', 'half', 'past', 'school', 'bell', 'rung', 'half', 'past', 'way', 'place', 'arranged', 'baptism', 'solemn', 'occasion', 'wonderful', 'message', 'heathen', 'blindness', 'baptism', 'returned', 'village', 'organized', 'church', 'thirty', 'tender', 'spirit', 'lord', 'witnessed', 'deliberation', 'heart', 'tender', 'greatly', 'appreciated', 'truth', 'revealed', 'saviour', 'sin', 'church_organization', 'entirely', 'heathen', 'community', 'mission', 'village', 'church', 'sym', 'apollonian', 'tribe', 'named', 'catholic', 'year', 'ago', 'undertook', 'mission', 'work', 'native', 'rebelled', 'drove', 'named', 'catholic', 'apollonians', 'rev', 'campaign', 'began', 'november', 'summary', 'considered', 'final', 'statement', 'place', 'previous', 'incomplete', 'statement', 'fund', 'important', 'change', 'appear', 'summary', 'compared', 'previous', 'statement', 'case', 'mission', 'fund', 'forwarded', 'general', 'conference', 'treasury', 'definitely', 'labeled', 'fund', 'gathered', 'way', 'conference', 'receive', 'credit', 'work', 'harvest', 'ingathering', 'campaign', 'appreciate', 'effort', 'conference', 'furnish', 'data', 'enabled', 'publish', 'complete', 'report', 'reported', 'kansa', 'approximately', 'correct', 'apollonian', 'country', 'cover', 'portion', 'french', 'ivory', 'coast', 'extends', 'gold_coast', 'axim', 'far', 'hinterland', 'field', 'wide', 'open', 'message', 'posse', 'country', 'young_man', 'training', 'field', 'mean', 'expense', 'prepare', 'worker', 'field', 'canadian_union_conference', 'meet', 'tuesday', 'evening', 'returned', 'axim', 'attend', 'organization', 'church', 'place', 'friday', 'morning', 'brother', 'sister', 'met', 'clock', 'seashore', 'witness', 'solemn', 'ordinance', 'baptism', 'following', 'morning', 'met', 'hall', 'church', 'seventeen', 'organized', 'apollonian', 'country', 'company', 'ready', 'baptism', 'return_home', 'received', 'word', 'kickam', 'asking', 'baptism', 'making', 'asking', 'admittance', 'surely', 'time', 'loud_cry', 'come', 'help', 'great_need', 'men', 'mean', 'work', 'sierra', 'leone', 'encouraging', 'ask', 'prayer', 'freetown', 'total', 'pleasure', 'publishing', 'summary', 'harvest', 'ingathering', 'work', 'addition', 'correction', 'complete', 'trust', 'correct', 'nov', 'date', 'campaign', 'began', 'state', 'union_conference', 'kept', 'separate', 'full_amount', 'received', 'reported', 'item', 'people', 'worked', 'earnestly', 'collecting', 'money', 'foreign_mission', 'certainly', 'greatly', 'encouraged', 'thankful', 'god', 'effort', 'yielded', 'net', 'balance', 'foreign_mission', 'thirty', 'thousand', 'dollar', 'paying', 'cost', 'paper', 'palmer', 'campaign', 'note', 'elder', 'david', 'voth', 'president', 'oklahoma', 'conference', 'encouraged', 'prospect', 'successful', 'conclusion', 'harvest', 'ingathering', 'campaign', 'state', 'letter', 'received', 'people', 'oklahoma', 'successful', 'mission', 'number', 'review', 'elder', 'mcdonald', 'worker', 'letter', 'received', 'far', 'disposed', 'thirteen', 'paper', 'little', 'dollar', 'apiece', 'going', 'day', 'sabbath', 'visited', 'little', 'company', 'believer', 'received', 'dona', 'remittance', 'received', 'harvest', 'ingathering', 'work', 'oct', 'statement', 'harvest', 'ingathering', 'fund', 'nov', 'review', 'taken', 'total', 'coat', 'amt', 'paid', 'bal', 'mission', 'conference', 'atlantic', 'union_conference', 'central', 'new', 'england', 'greater', 'new', 'york', 'maine', 'new', 'york', 'southern', 'new', 'england', 'vermont', 'western', 'new', 'york', 'total', 'maritime', 'ontario', 'quebec', 'newfoundland', 'central', 'union_conference', 'international', 'publishing', 'assn', 'eastern', 'colorado', 'western', 'colorado', 'kansa', 'nebraska', 'north', 'missouri', 'southern', 'missouri', 'wyoming', 'total', 'northern', 'union_conference', 'iowa', 'minnesota', 'north', 'dakota', 'south', 'dakota']
root - INFO - extracting file #124500: 2017-04-Final-Corpus/RH19100616-V87-24-page12.txt
root - INFO - extracting file #125000: 2017-04-Final-Corpus/RH19101103-V87-44-page2.txt
root - INFO - ['printing', 'latest', 'greatest', 'gift', 'god', 'enablei', 'advance', 'thing', 'gospel', 'luther', 'sebenth', 'day', 'adbentist', 'denomination', 'owns', 'operates', 'publishing', 'house', 'north', 'america', 'flbenty', 'foreign_lands', 'doe', 'include', 'numerous', 'college', 'private', 'printing', 'plant', 'affiliated', 'tract_societies', 'handling', 'literature', 'local_conferences', 'choice', 'book', 'selected', 'list', 'book', 'marked', 'illustrated', 'bible_readings', 'home', 'circle', 'page', 'copy', 'sold', 'published', 'danish', 'swedish', 'dutch', 'ger', 'man', 'french', 'answer', 'questionii', 'cloth', 'bible', 'test', 'book', 'johnson', 'page', 'reading', 'chart', 'pocket', 'size', 'cloth', 'cent', 'leather', 'cent', 'cold', 'cause', 'prevention', 'cure', 'heald', 'leatherette', 'chimge', 'sabbath', 'george', 'butldr', 'divine', 'human', 'thority', 'page', 'paper', 'cent', 'cloth', 'cent', 'christ', 'smideur', 'life', 'christ', 'child', 'page', 'board', 'cent', 'cloth', 'cent', 'coming', 'king', 'white', 'page', 'engraving', 'oyes', 'christ', 'coming', 'soon', 'meth', 'daniel', 'revelation', 'response', 'history', 'voice', 'prophecy', 'uriah_smith', 'page', 'scholar', 'areatise', 'prophecy', 'extant', 'cloth', 'periodical', 'selected', 'list', 'sign', 'time', 'page', 'illustrated', 'religious', 'weekly', 'expositor', 'prophetic', 'educational', 'tempera', 'nce', 'truth', 'year', 'number', 'addresse', 'moun', 'tam', 'view', 'cal', 'sign', 'time', 'monthly', 'illustrated', 'page', 'monthly', 'magazine', 'interpreting', 'current', 'history', 'light', 'bible', 'prophecy', 'yearly', 'subscription', 'single', 'copy', 'cent', 'address', 'mountain', 'view', 'cal', 'bible', 'tract', 'selected', 'list', 'tract', 'marked', 'envelope', 'size', 'bible', 'study', 'white', 'page', 'relation', 'christianity', 'cloth', 'cover', 'color', 'friend', 'kitchen', 'anna', 'colcord', 'best', 'vegetarian', 'cook', 'book', 'waterproof', 'paper', 'cent', 'cloth', 'cent', 'great', 'controversy', 'christ', 'satan', 'history', 'christian_church', 'fall', 'jerusalem', 'tothe', 'end', 'world', 'white', 'page', 'clath', 'issued', 'danish', 'swedish', 'german', 'frenchi', 'great', 'second', 'adifent', 'movement', 'loughborough', 'rise', 'progress', 'seventh', 'day', 'adventist', 'page', 'paper', 'cent', 'cloth', 'herald', 'morning', 'tait', 'prophecy', 'concerning', 'christ', 'second', 'advent', 'explained', 'page', 'illustra', 'tions', 'cloth', 'german', 'danish', 'swedish', 'uriah_smith', 'man', 'life', 'death', 'reward', 'righteons', 'destiny', 'wicked', 'page', 'cloth', 'home', 'health', 'complete', 'household', 'manual', 'recipe', 'suggestion', 'building', 'care', 'home', 'vet', 'gable', 'encyclopedia', 'page', 'cloth', 'marvel', 'nation', 'uriah_smith', 'united', 'state', 'prophecy', 'bible', 'nation', 'page', 'cloth', 'tbe', 'ministry', 'healing', 'white', 'relation', 'christianity', 'health', 'healing', 'page', 'cloth', 'proceeds', 'sale', 'donated', 'health', 'institution', 'paradise', 'home', 'lane', 'page', 'board', 'cent', 'cloth', 'cent', 'practical_guide', 'health', 'frederick', 'rossiter', 'science', 'human_body', 'disease', 'rational', 'cure', 'page', 'loth', 'step', 'christ', 'white', 'highly', 'recommen', 'minister', 'sweetspirited', 'soul', 'saving', 'book', 'paper', 'cent', 'cloth', 'cent', 'end', 'near', 'christ', 'second', 'coming', 'herald', 'coming', 'illustrated', 'waymarks', 'holy_city', 'manner', 'christ', 'coming', 'jesus', 'coming', 'lord', 'excuse', 'sign', 'end', 'sabbath', 'question', 'best', 'day', 'seventh', 'seventh', 'sunday', 'sabbath', 'elihu', 'sabbath', 'new_testament', 'sabbath', 'changed', 'sabbath', 'sunday', 'nutshell', 'identical', 'seventh', 'day', 'sabbath', 'sunday', 'day', 'sabbath', 'involves', 'evolution', 'sabbath', 'religious', 'liberty', 'principle', 'little', 'understood', 'religious', 'liberty', 'eminent', 'authority', 'civil', 'sabbath', 'sunday', 'law', 'limit', 'civil_authority', 'civil', 'goverment', 'church', 'church', 'federation', 'logic', 'sabbath', 'legislation', 'william', 'lloyd', 'garrison', 'sunday', 'law', 'sunday', 'mail', 'report', 'work', 'charity', 'education', 'present', 'day', 'ism', 'temperance', 'illustrated', 'page', 'try', 'spirit', 'life', 'health', 'magazine', 'health', 'monthly', 'cent', 'yearly', 'subscription', 'address', 'taleama', 'park', 'washington', 'spiritualism', 'ofiotism', 'pei', 'remedy', 'present', 'day', 'liberty', 'illustrated', 'magazine', 'religious_freedom', 'issued', 'quarterly', 'page', 'advocate', 'complete', 'separationof', 'state', 'church', 'yearly', 'subscription', 'spirit', 'world', 'future', 'life', 'cent', 'single', 'copy', 'cent', 'address', 'takoma', 'park', 'washington', 'protestant_magazine', 'quarterly', 'illustrated', 'advocating', 'primitiv', 'christianity', 'protesting', 'apostasy', 'page', 'yearly', 'subscription', 'cent', 'single', 'copy', 'cent', 'address', 'takoma', 'park', 'washington', 'christian_education', 'illustrated', 'bimonthly', 'magazine', 'home', 'school', 'page', 'advocate', 'education', 'head', 'heart', 'hand', 'service', 'yearly', 'subscrip', 'tlon', 'cent', 'single', 'copy', 'cent', 'address', 'takoma', 'park', 'washington', 'watchman', 'page', 'monthly', 'azine', 'illustrated', 'throw', 'search', 'light', 'bible', 'pronheoy', 'vent', 'present', 'future', 'yearly', 'subscription', 'single', 'copy', 'cent', 'addresii', 'nashville', 'tenn', 'tin', 'youth', 'instructor', 'page', 'weekly', 'clean', 'educational', 'inspiring', 'yearly', 'subscription', 'address', 'takoma', 'park', 'washington', 'little', 'friend', 'christian', 'weekly', 'child', 'page', 'illustrated', 'yearly', 'subscription', 'cent', 'address', 'mountain', 'view', 'cal', 'review', 'herald', 'publish', 'ing', 'association', 'takoma', 'park', 'washington', 'union', 'square', 'new', 'york', 'city', 'fayette', 'south_bend', 'ind', 'pacific', 'press', 'publish', 'association', 'mountain', 'view', 'cal', 'twelfth', 'kansa', 'city', 'park', 'portland', 'ore', 'box', 'calgary', 'alberta', 'canada', 'southern', 'publishing', 'association', 'fourth', 'ave', 'north', 'nashville', 'west', 'railroad', 'ave', 'fort', 'worth', 'tex', 'bryan', 'atlanta', 'jackson', 'ave', 'new', 'orleans', 'health', 'temperance', 'benefit', 'bible', 'study', 'topical', 'bible', 'study', 'baptism', 'baptism', 'price', 'millennium', 'thetemporal', 'millennium', 'false', 'hope', 'second', 'probation', 'ism', 'chriatian', 'science', 'pamphlet', 'diet', 'endurance', 'tobacco', 'patent', 'medicine', 'chronic', 'constipation', 'care', 'national', 'intemperance', 'drunkenness', 'crime', 'demon', 'council', 'alcohol', 'disease', 'liquor', 'poverty', 'international', 'publishing', 'association', 'necessity', 'college_view', 'neb', 'tor', 'send', 'price', 'list', 'tract', 'pamphlet', 'foreign_languages', 'arabic', 'yiddish', 'zulu', 'book', 'periodical', 'tract', 'listed', 'abo', 'ery', 'large', 'variety', 'publication', 'language', 'issued', 'auspex', 'denomination', 'complete', 'catalogue', 'english', 'foreign', 'publication', 'address', 'publishing', 'house', 'branch', 'office', 'mentioned', 'page', 'immortality', 'question', 'thcmghts', 'candid', 'man', 'immortal', 'rich', 'man', 'lazarus', 'tormented', 'forever', 'arid', 'satan', 'lie', 'poem', 'christ', 'second', 'coming']
root - INFO - extracting file #125500: 2017-04-Final-Corpus/RH19110406-V88-14-page15.txt
root - INFO - extracting file #126000: 2017-04-Final-Corpus/RH19110831-V88-35-page8.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'august', 'angel', 'message', 'voice', 'literature', 'german', 'union', 'conference', 'body', 'thousand', 'earnest', 'believer', 'reaching', 'forward', 'push', 'work', 'unentered', 'region', 'report', 'year', 'ago', 'plea', 'behalf', 'people', 'border', 'germany', 'elder', 'conradi', 'wrote', 'million', 'german', 'country', 'pleading', 'million', 'hungarian', 'bohemian', 'pole', 'german', 'rule', 'accessible', 'german', 'language', 'way', 'yes', 'jew', 'world', 'country', 'holland', 'bohemia', 'poland', 'lungary', 'farthest', 'end', 'russia', 'speak', 'german', 'jargon', 'read', 'german', 'colony', 'africa', 'australasia', 'russian', 'empire', 'extending', 'influence', 'clear', 'asia', 'china', 'knocking', 'door', 'india', 'reaching', 'asia_minor', 'great_field', 'year', 'ago', 'faith', 'god', 'helped', 'gift', 'laborer', 'america', 'little', 'band', 'went', 'field', 'wondrously', 'lord', 'witnessed', 'spirit', 'preaching', 'word', 'difficulty', 'way', 'beset', 'difficulty', 'fact', 'year', 'year', 'portion', 'field', 'worked', 'law', 'local', 'government', 'seeking', 'block', 'way', 'truth', 'god', 'won', 'victory', 'time', 'sooner', 'later', 'barred', 'gate', 'usually', 'given', 'way', 'year', 'truth', 'greatest', 'gain', 'number', 'received', 'proportion', 'laborer', 'grown', 'rapidly', 'difficult', 'field', 'russia', 'power', 'god', 'strength', 'angel', 'message', 'subcommittee', 'meeting', 'day', 'council', 'mention', 'difficulty', 'difficulty', 'said', 'elder', 'reifschneider', 'caucasus', 'want', 'avoid', 'difficulty', 'russia', 'accustomed', 'difficulty', 'childhood', 'need', 'abounds', 'divine', 'help', 'abounds', 'greeting', 'japan', 'behalf', 'japanese', 'brother', 'elder', 'okohira', 'tokio', 'sent', 'message', 'greeting', 'council', 'greeting', 'brother', 'original', 'japanese', 'character', 'beautiful', 'document', 'translation', 'quote', 'representing', 'japanese', 'people', 'believe', 'angel', 'message', 'far', 'east', 'present', 'hearty', 'salutation', 'send', 'earnest_prayers', 'heavenly_father', 'asking', 'council', 'good', 'lord', 'richly', 'bless', 'dear_brethren', 'desire', 'opportunity', 'express', 'appreciation', 'giving', 'gospel', 'kingdom', 'shall', 'preached', 'world', 'witness', 'unto', 'nation', 'shall', 'end', 'come', 'dear_brethren', 'truth', 'perceive', 'god', 'respecter', 'person', 'nation', 'feareth', 'worketh', 'righteousness', 'accepted', 'thank', 'god', 'great', 'mercy', 'accepted', 'soul', 'spiritually', 'benighted', 'land', 'result', 'general_conference', 'elder', 'evans', 'sent', 'general', 'man', 'great', 'oriental', 'field', 'frequent', 'visit', 'field', 'great_encouragement', 'various_ways', 'year', 'ago', 'spared', 'elder', 'vinney', 'new', 'superintendent', 'glad', 'thankful', 'spare', 'experienced', 'man', 'work', 'progressing', 'tent', 'sent', 'thankful', 'gift', 'earnestly', 'proclaiming', 'blessed', 'message', 'clay', 'night', 'people', 'dear_brethren', 'good_reason', 'praise', 'lord', 'field', 'feel', 'anxious', 'extension', 'work', 'need', 'permanent', 'quarter', 'build', 'school', 'sanitarium', 'publishing', 'making', 'effort', 'line', 'lack', 'suitable', 'building', 'hindered', 'progress', 'earnestly', 'pray', 'lord', 'leave', 'request', 'lord', 'direct', 'good', 'spirit', 'act', 'appeal', 'grace', 'lord', 'jesus_christ', 'amen', 'need', 'growing', 'work', 'far', 'east', 'especially', 'hasten', 'fund', 'providing', 'facility', 'view', 'expanding', 'work', 'god', 'review', 'widespread', 'pressing', 'attention', 'brother', 'gather', 'general', 'council', 'lord', 'leading', 'world', 'bring', 'inheritance', 'promised', 'older', 'field', 'appealing', 'help', 'year', 'ago', 'tower', 'help', 'strength', 'work', 'encourage', 'throw', 'resource', 'newer', 'unworked', 'field', 'national', 'reform', 'institute', 'change', 'policy', 'character', 'program', 'carried', 'national', 'reform', 'institute', 'year', 'decidedly', 'different', 'carried', 'previous', 'year', 'held', 'place', 'winona', 'lake', 'ind', 'cover', 'week', 'beginning', 'august', 'martin', 'general', 'superintendent', 'charge', 'speaker', 'prominent', 'institute', 'past', 'program', 'save', 'superintendent', 'past_years', 'burden', 'address', 'term', 'political', 'christianity', 'saving', 'nation', 'remodeling', 'constitution', 'place', 'christian', 'law', 'rule', 'usage', 'undeniable', 'legal', 'basis', 'fundamental_law', 'land', 'bringing', 'kingdom', 'christ', 'political', 'mean', 'setting', 'national', 'standard', 'religion', 'bringing', 'religion', 'harmony', 'force', 'law', 'penalty', 'year', 'half', 'institute', 'practically', 'presented', 'nature', 'theme', 'dwelt', 'problem', 'receiving', 'properly', 'assimilating', 'thousand', 'immigrant', 'annually', 'come', 'shore', 'second', 'progress', 'christianity', 'heathen_lands', 'attitude', 'nation', 'nation', 'represented', 'address', 'china', 'india', 'arabia', 'turkey', 'persia', 'philippine', 'japan', 'greek', 'catholic', 'country', 'discussion', 'theme', 'interesting', 'main', 'conducted', 'problem', 'discussed', 'address', 'presented', 'experienced', 'missionary', 'recitation', 'experience', 'condition', 'condemned', 'principle', 'national', 'reform', 'association', 'stand', 'instance', 'address', 'charles', 'baer', 'india', 'statement', 'attitude', 'british_government', 'religion', 'attitude', 'christian', 'government', 'neutral', 'strikingly', 'different', 'attitude', 'national', 'reform', 'association', 'religion', 'attitude', 'let', 'government', 'simply', 'set', 'moral_law', 'acknowledge', 'god', 'authority', 'lay', 'hand', 'religion', 'doe', 'conform', 'attitude', 'british_government', 'india', 'attitude', 'christian', 'government', 'designate', 'attitude', 'national', 'reform', 'association', 'opposite', 'baer', 'statement', 'strikingly', 'harmony', 'national', 'reform', 'principle', 'british_government', 'sought', 'disguise', 'fact', 'religious', 'government', 'thought', 'wise', 'enforce', 'religion', 'people', 'christian', 'attitude', 'moment', 'force', 'religion', 'moment', 'kingdom', 'darkness', 'begin', 'masquerade', 'garb', 'kingdom', 'light', 'result', 'produced', 'christianity', 'baptized', 'paganism', 'key_note', 'paganism', 'religion', 'force', 'compulsion', 'christianity', 'religion', 'force', 'conviction']
root - INFO - extracting file #126500: 2017-04-Final-Corpus/RH19120201-V89-05-page23.txt
root - INFO - extracting file #127000: 2017-04-Final-Corpus/RH19120704-V89-27-page16.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'july', 'canvas', 'book', 'magazine', 'shown', 'picture', 'compelled', 'pay', 'fee', 'difficulty', 'press', 'forward', 'lord', 'blesses', 'faithful_ones', 'day', 'institute', 'held', 'close', 'school', 'williamsdale', 'privilege', 'writer', 'assist', 'field_agent', 'geo', 'miller', 'number', 'canvasser', 'maritime', 'conference', 'small', 'year', 'promise', 'healthy', 'growth', 'season', 'young_people', 'awakening', 'value', 'scholarship', 'arrangement', 'importance', 'book_work', 'ground', 'strawberry', 'festival', 'held', 'city', 'time', 'meeting', 'outside_attendance', 'good', 'deep_interest', 'manifested', 'word', 'spoken', 'notwithstanding', 'considerable', 'work', 'roseburg', 'year', 'annual', 'camp', 'meeting', 'held', 'time', 'past', 'deep', 'present', 'camped', 'ground', 'earnestly', 'sought', 'lord', 'result', 'presence', 'camp', 'day', 'day', 'god', 'people', 'gained', 'deeper', 'experience', 'close', 'medical', 'missionary', 'department', 'conducted', 'medical_department', 'general_conference', 'training', 'meeting', 'people', 'placing', 'good_book', 'home', 'institute', 'held', 'lornedale', 'academy', 'ontario', 'province', 'field_agent', 'class', 'place', 'larger', 'williamsdale', 'canvasser', 'band', 'having', 'kept', 'large_part', 'school_year', 'half', 'dozen', 'school', 'work', 'good_success', 'dozen', 'enter', 'field', 'camp', 'meeting', 'share', 'difficulty', 'field', 'insurmountable', 'lord', 'help', 'good_courage', 'pressing', 'battle', 'error', 'allen', 'southern', 'oregon', 'camp', 'meeting', 'meeting', 'held', 'according', 'appointment', 'roseburg', 'ground', 'year', 'elder', 'flaiz', 'present', 'meeting', 'took', 'active_part', 'preaching', 'brother', 'sister', 'appreciated', 'counsel', 'sermon', 'elder', 'tait', 'spent', 'day', 'ground', 'gave', 'good', 'talk', 'prophecy', 'prof', 'kellogg', 'cady', 'spent', 'day', 'ground', 'good_work', 'christian_education', 'brother', 'local', 'laborer', 'writer', 'preaching', 'meeting', 'brother', 'beatty', 'present', 'time', 'assisted', 'unanimous', 'opinion', 'best', 'camp', 'meeting', 'people', 'present', 'attended', 'draw', 'nearer', 'end', 'meeting', 'grow', 'better', 'family', 'tent', 'ground', 'attendance', 'sabbath', 'school', 'larger', 'year', 'liberal', 'donation', 'needy', 'cause', 'presented', 'close', 'meeting', 'baptized', 'elder', 'bunch', 'chosen', 'president', 'change', 'conference_officers', 'people', 'went', 'ground', 'excellent', 'courage', 'sure', 'good', 'year', 'ahead', 'southern', 'oregon', 'conference', 'martin', 'field', 'note', 'june', 'church', 'eighteen', 'member', 'organized', 'ford', 'elder', 'baxter', 'report', 'addition', 'church', 'searcy', 'ark', 'person', 'baptized', 'jonesboro', 'elder', 'bollman', 'writes', 'southern_union', 'worker', 'organization', 'church', 'sixteen', 'member', 'near', 'burn', 'bon', 'aqua', 'tenn', 'new', 'church', 'seventeen', 'member', 'organized', 'orange', 'week', 'ago', 'person', 'baptized', 'fairview', 'sabbath', 'school', 'member', 'organized', 'elder', 'vowbridge', 'maritime', 'colporteurs', 'ministry', 'healing', 'introductory', 'leaflet', 'plan', 'attention', 'called', 'leaflet', 'introducing', 'ministry', 'healing', 'printed', 'canvas', 'brief', 'description', 'book', 'plan', 'place', 'book', 'allowing', 'project', 'little', 'attract', 'attention', 'book', 'left', 'prospective', 'customer', 'day', 'examination', 'leave', 'sunday', 'second', 'visit', 'ascertain', 'book', 'kept', 'plan', 'meeting', 'hearty', 'approval', 'good_results', 'seen', 'sell', 'ministry', 'healing', 'way', 'twentyfive', 'field', 'missionary', 'agent', 'expressed', 'sentiment', 'plan', 'quote', 'letter', 'received', 'consider', 'plan', 'excellent', 'people', 'know', 'door', 'calling', 'missionary', 'campaign', 'leaflet', 'ministry', 'healing', 'struck', 'responsive', 'chord', 'heart', 'mean', 'simplifying', 'work', 'materially', 'count', 'cooperation', 'pushing', 'work', 'extent', 'ability', 'connection', 'little', 'experience', 'selling', 'ministry', 'healing', 'succeeded', 'taking', 'order', 'copy', 'little', 'hour', 'time', 'work', 'residence', 'portion', 'portland', 'oregon', 'entire', 'stranger', 'beatty', 'north', 'pacific', 'union', 'conf', 'erence', 'like', 'plan', 'timid', 'lay_members', 'feel', 'learn', 'printed', 'canvas', 'certainly', 'ought', 'appreciate', 'leaflet', 'felt', 'ought', 'larger', 'work', 'excellent_book', 'believe', 'work', 'strengthened', 'men', 'local_conferences', 'present', 'work', 'church', 'remain', 'long', 'church', 'member', 'definite', 'help', 'disposing', 'book', 'think', 'canvas', 'enclose', 'good', 'ought', 'meet', 'demand', 'fully', 'bellah', 'central_union_conference', 'interested', 'plan', 'increasing', 'circulation', 'ministry', 'healing', 'read', 'leaflet', 'serve', 'canvas', 'fully', 'outline', 'content', 'book', 'concluded', 'page', 'george', 'thomason', 'hansen', 'secretary', 'assistant', 'secretary']
root - INFO - extracting file #127500: 2017-04-Final-Corpus/RH19121128-V89-48-page16.txt
root - INFO - extracting file #128000: 2017-04-Final-Corpus/RH19130501-V90-18-page10.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'ness', 'largely', 'based', 'claim', 'creed', 'ritual', 'organization', 'complete', 'living', 'begin', 'tamper', 'suggest', 'creed', 'insisted', 'share', 'christian', 'threaten', 'vitality', 'living', 'organism', 'individuality', 'power', 'largely', 'depends', 'inference', 'rome', 'protestantism', 'yield', 'creed', 'ritual', 'organization', 'threaten', 'vitality', 'living', 'organism', 'protestantism', 'come', 'rome', 'union', 'editor', 'western', 'watchman', 'catholic', 'clear', 'issue', 'april', 'quote', 'essence', 'catholic', 'faith', 'obedience', 'teaching', 'church', 'truce', 'loss', 'time', 'lead', 'peace', 'peace', 'catholic', 'church', 'postulate', 'absolute', 'submission', 'terrible', 'price', 'pay', 'unity', 'especially', 'plain', 'price', 'includes', 'body', 'soul', 'enter', 'transaction', 'protestantism', 'pay', 'preparing', 'draw', 'check', 'specified', 'writer', 'article', 'quoted', 'quarterly', 'significant', 'statement', 'zeal', 'alva', 'merciless', 'emmissary', 'catholic', 'spain', 'destroyed', 'life', 'protestant', 'netherlands', 'fed', 'bonfire', 'burn', 'heretic', 'writer', 'expects', 'similar', 'result', 'protestant', 'catholic', 'making', 'common', 'cause', 'consider', 'enemy', 'faith', 'attention', 'energy', 'christian', 'concentrated', 'crusade', 'movement', 'threaten', 'religious_belief', 'principle', 'force', 'heat', 'religious', 'zeal', 'gradually', 'transferred', 'common', 'crusade', 'pilate', 'herod', 'friend', 'disposition', 'jesus', 'federated', 'force', 'lose', 'mutual', 'enmity', 'intolerance', 'believe', 'believe', 'worship', 'worship', 'lord', 'return', 'cast', 'away', 'confidence', 'hath', 'great', 'recompense', 'reward', 'need', 'patience', 'god', 'receive', 'promise', 'little', 'shall', 'come', 'come', 'tarry', 'shall', 'live', 'faith', 'man', 'draw', 'soul', 'shall', 'pleasure', 'draw', 'unto', 'perdition', 'believe', 'saving', 'soul', 'heb', 'reason', 'doe', 'christ', 'return', 'earth', 'second', 'time', 'answer', 'obvious', 'indicated', 'previous', 'article', 'come', 'child', 'home', 'lord', 'air', 'shall', 'lord', 'came', 'time', 'nineteen', 'year', 'ago', 'great', 'sacrificial', 'offering', 'sin', 'human_family', 'bath', 'sin', 'knew', 'sin', 'partaker', 'flesh', 'blood', 'lived', 'earth', 'man', 'suffered', 'death', 'cross', 'came', 'forth', 'grave', 'glorious', 'resurrection', 'ascended', 'right_hand', 'majesty', 'high', 'reign', 'priest', 'father', 'throne', 'order', 'redeem', 'man', 'fallen', 'lost', 'condition', 'short', 'infinite', 'love', 'prompted', 'humiliation', 'majtestimony', 'blood', 'reap', 'esty', 'heaven', 'sacrifice', 'life', 'son', 'god', 'christ', 'seated', 'throne', 'grace', 'throne', 'invited', 'come', 'boldly', 'obtain', 'mercy', 'grace', 'help', 'time', 'need', 'christ', 'engaged', 'work', 'gathering', 'nation', 'earth', 'love', 'righteousness', 'men', 'woman', 'constitute', 'subject', 'everlasting', 'kingdom', 'ministry', 'grace', 'completed', 'lay', 'aside', 'priestly', 'robe', 'return', 'earth', 'establish', 'kingdom', 'glory', 'apostle', 'paul', 'charge_thee', 'god', 'lord', 'jesus_christ', 'shall', 'judge', 'quick', 'dead', 'appearing', 'kingdom', 'preach', 'word', 'tim', 'lord', 'bear', 'similar', 'testimony', 'time', 'begin', 'sovereign', 'reign', 'son', 'man', 'shall', 'come', 'glory', 'holy', 'angel', 'shall', 'sit', 'throne', 'glory', 'matt', 'time', 'according', 'word', 'lord', 'kingdom', 'dominion', 'greatness', 'kingdom', 'whole_heaven', 'shall', 'given', 'people', 'saint', 'high', 'kingdom', 'everlasting', 'kingdom', 'dominion', 'shall', 'serve', 'obey', 'dan', 'righteous', 'age', 'constitute', 'subject', 'heavenly', 'kingdom', 'righteous', 'class', 'long_years', 'asleep', 'lord', 'jesus', 'righteous', 'living', 'time', 'second', 'advent', 'clearly', 'stated', 'apostle', 'paul', 'thess', 'lord', 'shall', 'descend', 'heaven', 'shout', 'voice', 'archangel', 'trump', 'god', 'dead', 'christ', 'shall', 'rise', 'alive', 'remain', 'shall', 'caught', 'cloud', 'meet', 'fruit', 'righteous', 'stood', 'defense', 'truth', 'witness', 'triumph', 'error', 'condition', 'reversed', 'death', 'world', 'life', 'world', 'come', 'pain', 'pleasure', 'poverty', 'lot', 'earth', 'eternal', 'rich', 'reward', 'heaven', 'sorrow', 'sickness', 'distress', 'earth', 'fulness', 'joy', 'pleasure', 'forevermore', 'eden', 'restored', 'grave', 'saint', 'come', 'forth', 'death', 'swallowed', 'victory', 'death', 'thy', 'sting', 'grave', 'thy', 'victory', 'earth', 'shall', 'share', 'glorious', 'restoration', 'cursed', 'result', 'man', 'transgression', 'bearing', 'thorn', 'thistle', 'groan', 'burden', 'sin', 'apostle', 'creation', 'groaneth', 'trayaileth', 'pain', 'waiting', 'redemption', 'come', 'christ_jesus', 'effect', 'curse', 'shall', 'removed', 'desert', 'shall', 'blossom', 'rose', 'earth', 'shall', 'adorned', 'glory', 'lebanon', 'beauty', 'eden', 'state', 'isaiah', 'purified', 'constitute', 'territory', 'christ', 'shall', 'rule', 'earth', 'shall', 'filled', 'knowledge', 'glory', 'lord', 'water', 'cover', 'sea', 'dwelling', 'place', 'sin', 'sought', 'vain', 'purifying', 'god', 'restore', 'earth', 'vernal', 'beauty', 'shall', 'purge', 'away', 'sin', 'dross', 'forever', 'destroy', 'satan', 'evil', 'host', 'end', 'god', 'universe', 'shout', 'thanksgiving', 'rejoicing', 'harmony', 'heaven', 'restored', 'heart', 'intelligence', 'christ', 'enthroned', 'lord', 'lord', 'king', 'king', 'creature', 'heaven', 'earth', 'earth', 'sea', 'heard', 'saying', 'blessing', 'honor', 'glory', 'power', 'unto', 'sitteth', 'throne', 'unto', 'lamb', 'forever', 'rev', 'scene', 'brought', 'view', 'power', 'grave', 'broken', 'lord', 'life', 'glory', 'loosens', 'relentless', 'grasp', 'age', 'past', 'countless', 'dead', 'sea', 'restores', 'swallowed', 'gone', 'result', 'wasting', 'sickness', 'disease', 'raised', 'inheritance', 'eternal', 'youth', 'despised', 'forsaken', 'memory', 'held', 'contempt', 'earth', 'inhabitant', 'come', 'forth', 'honored', 'glorified', 'martyr', 'earth', 'sealed']
root - INFO - extracting file #128500: 2017-04-Final-Corpus/RH19131002-V90-40-page10.txt
root - INFO - extracting file #129000: 2017-04-Final-Corpus/RH19140219-V91-08-page21.txt
root - INFO - ['february', 'advent', 'review', 'sabbath', 'herald', 'cover', 'thou', 'hide', 'thyself', 'thine', 'flesh', 'work', 'commend', 'religion', 'christ', 'follows', 'promise', 'shall', 'thy', 'light', 'break', 'forth', 'morning', 'thine', 'health', 'shall', 'spring', 'forth', 'speedily', 'thy', 'righteousness', 'shall', 'thee', 'glory', 'lord', 'shall', 'thy', 'rereward', 'matt', 'set', 'line', 'work', 'lord', 'placed', 'great_value', 'read', 'carefully', 'doe', 'indicate', 'kind', 'work', 'neglected', 'past', 'matt', 'summary', 'work', 'christ', 'study', 'care', 'work', 'son', 'god', 'people', 'subscribe', 'certain', 'creed', 'came', 'seek', 'save', 'lost', 'luke', 'giving', 'life', 'identified', 'sorrow', 'affliction', 'temptation', 'ministered', 'need', 'sick', 'deaf', 'lame', 'came', 'help', 'needed', 'follower', 'ability', 'ready', 'minister', 'afflicted', 'suffering', 'home', 'missionary_work', 'brother', 'sister', 'fully', 'opened', 'circulation', 'literature', 'purchase', 'interested', 'way', 'open', 'inquire', 'way', 'lord', 'perfectly', 'conclusion', 'correct', 'matter', 'receive', 'consideration', 'line', 'work', 'practice', 'community', 'follow', 'example', 'saviour', 'hear', 'blessed', 'invitation', 'come', 'blessed', 'father', 'inherit', 'kingdom', 'prepared', 'foundation', 'inapontments', 'southwestern_union_conference', 'association', 'seventh', 'biennial', 'meeting', 'southwestern_union_conference', 'association', 'seventh', 'day', 'adventist', 'held', 'keene', 'tex', 'connection', 'southwestern_union_conference', 'april', 'association', 'meeting', 'called', 'thursday', 'april', 'meeting', 'held', 'election', 'officer', 'trans', 'action', 'business', 'properly', 'come', 'watson', 'president', 'smith', 'secretary', 'splendid', 'number', 'sign', 'magazine', 'march', 'deal', 'great_world', 'wide', 'problem', 'relation', 'fulfillment', 'prophecy', 'seen', 'excellent', 'number', 'matter', 'wide_circulation', 'title', 'article', 'know', 'shelter', 'tait', 'power', 'restrains', 'war', 'editor', 'false', 'teacher', 'today', 'frank', 'weston', 'army', 'unemployed', 'tait', 'sign', 'zine', 'scripture', 'considered', 'set', 'forth', 'line', 'missionary_work', 'great_degree', 'past', 'negligent', 'suppose', 'enter', 'work', 'neighbor', 'right', 'immediate', 'vicinity', 'effect', 'think', 'people', 'think', 'christian', 'think', 'create', 'respect', 'doctrine', 'hold', 'amounting', 'leading', 'lead', 'neighbor', 'power', 'religion', 'jesus_christ', 'seen', 'manifested', 'life', 'suppose', 'course', 'neighbor', 'visit', 'afflicted', 'comfort', 'mourn', 'look', 'want', 'needy', 'finding', 'clothing', 'naked', 'food', 'hungry', 'according', 'ability', 'god', 'given', 'time', 'making', 'prominent', 'peculiar', 'view', 'bible', 'subject', 'entering', 'controversy', 'showing', 'bank', 'berlin', 'discharged', 'employee', 'engaged', 'agitating', 'formation', 'bank', 'clerk', 'union', 'bank', 'brought', 'term', 'short', 'order', 'labor_union', 'refused', 'desired', 'guaranty', 'step', 'virtually', 'decided', 'house', 'committee', 'naval', 'affair', 'deference', 'wish', 'administration', 'regard', 'naval', 'program', 'step', 'authorization', 'class', 'battleship', 'probably', 'destroyer', 'great', 'accumulation', 'wealth', 'editor', 'great', 'modern', 'movement', 'white', 'god', 'eternal_purpose', 'bowen', 'standard', 'morality', 'wilcox', 'home', 'saved', 'bible', 'reading', 'immortal', 'life', 'obtained', 'william', 'covert', 'corridor', 'throne', 'glory', 'current', 'event', 'publisher', 'arranged', 'series', 'article', 'astronomy', 'prof', 'edgar', 'lucien', 'larkin', 'director', 'lowe', 'observatory', 'southern', 'california', 'interested', 'mystery', 'bound', 'heaven', 'article', 'special_interest', 'believe', 'jehovah', 'created', 'heaven', 'earth', 'march', 'number', 'magazine', 'beautiful', 'cover', 'color', 'making', 'attractive', 'rate', 'copy', 'cent', 'fifty', 'copy', 'cent', 'rate', 'canada', 'cent', 'copy', 'order', 'tract_society', 'spirit', 'kindness', 'manifested', 'son', 'god', 'efand', 'submarine', 'favorable', 'refect', 'mind', 'work', 'think', 'course', 'increase', 'prejudice', 'drive', 'person', 'truth', 'think', 'opposite', 'effect', 'think', 'hear', 'yes', 'better', 'course', 'taking', 'open', 'way', 'inquire', 'way', 'lord', 'plainly', 'duty', 'way', 'open', 'ready', 'follow', 'instruction', 'apostle', 'peter', 'sanctify', 'lord', 'god', 'heart', 'ready', 'answer', 'man', 'asketh', 'reason', 'hope', 'meekness', 'fear', 'peter', 'port', 'authorizing', 'creation', 'vice', 'admiral', 'death', 'weir', 'mitchell', 'recently', 'philadelphia', 'age', 'eighty', 'year', 'took', 'stage', 'public', 'life', 'eminent', 'actor', 'primarily', 'learned', 'physician', 'neurologist', 'preeminently', 'author', 'rank', 'published', 'work', 'dealing', 'great_variety', 'subject', 'number', 'upward', 'fifty', 'volume', 'cover', 'period', 'half', 'century', 'glenn', 'martin', 'aviator', 'recently', 'demonstrated', 'practicability', 'new', 'aerial', 'life', 'preserver', 'los', 'angeles', 'cal', 'ascended', 'woman', 'passenger', 'aeroplane', 'foot', 'air', 'passenger', 'stepped', 'machine', 'world', 'olsen', 'news', 'miscellany', 'note', 'clipping', 'daily', 'weekly', 'press', 'reported', 'russian', 'expedition', 'left', 'petersburg', 'north', 'pole', 'route', 'taken', 'sedow', 'expedition', 'member', 'woman', 'scientist', 'missionary', 'hope', 'convert', 'eskimo', 'faith', 'orthodox', 'russian', 'church', 'number', 'individual', 'executed', 'china', 'year', 'known', 'exactness', 'official', 'figure', 'province', 'published', 'person', 'death', 'political', 'offender', 'labor_union', 'germany', 'decided', 'withdraw', 'deposit', 'battle', 'creek', 'mich', 'church', 'decade', 'ago', 'church', 'organized', 'battle', 'creek', 'mich', 'headquarters', 'denomination', 'located', 'such_work', 'order', 'falling', 'seventy', 'foot', 'parayears', 'place', 'important', 'institution', 'way', 'wish', 'belittle', 'importance', 'circulating', 'literature', 'said', 'behalf', 'bestowal', 'effort', 'believe', 'direction', 'indicated', 'article', 'way', 'chute', 'attachment', 'shoulder', 'unfolded', 'descended', 'gradually', 'apparent', 'effort', 'balance', 'publishing', 'house', 'sanitarium', 'college', 'established', 'condition', 'necessarily', 'greatly', 'augmented']
root - INFO - extracting file #129500: 2017-04-Final-Corpus/RH19140723-V91-30-page20.txt
root - INFO - extracting file #130000: 2017-04-Final-Corpus/RH19141217-V91-53-page5.txt
root - INFO - ['december', 'advent', 'review', 'sabbath', 'herald', 'sumed', 'true', 'deceptive', 'observance', 'purporting', 'honor', 'christ', 'reality', 'calculated', 'obscure', 'mission', 'mingling', 'ancient', 'heathen', 'custom', 'pomp', 'glare', 'pleasure', 'observance', 'captivate', 'innocent', 'mind', 'child', 'christmas', 'lowly', 'birth', 'bethlehem', 'suggested', 'child', 'mind', 'immediately', 'filled', 'christmas', 'festivity', 'thought', 'santa', 'claus', 'season', 'year', 'child', 'receive', 'lesson', 'deception', 'truthfulness', 'questioned', 'papa', 'mamma', 'told', 'thing', 'christmas', 'santa', 'claus', 'true', 'idea', 'truth', 'confused', 'modified', 'later', 'hear', 'bible', 'story', 'fall', 'cross', 'world', 'come', 'unprepared', 'believe', 'bible', 'mean', 'grace', 'god', 'apportioned', 'faith', 'efficacy', 'blood', 'christ', 'saved', 'acknowledgment', 'grace', 'received', 'expression', 'faith', 'transaction', 'grace', 'said', 'unmerited', 'favor', 'merit', 'favor', 'god', 'receive', 'grace', 'grace', 'saving', 'factor', 'class', 'class', 'receives', 'favor', 'god', 'gift', 'possible', 'blood', 'christ', 'class', 'receives', 'good_things', 'god', 'theirs', 'right', 'acknowledgment', 'love', 'acknowledge', 'love', 'god', 'believe', 'power', 'jesus', 'blood', 'definition', 'faith', 'saving', 'faith', 'transaction', 'receive', 'christ', 'join', 'covenant', 'relation', 'god', 'ministry', 'healing', 'page', 'significant', 'definition', 'faith', 'given', 'recorded', 'heb', 'faith', 'substance', 'thing', 'hoped', 'evidence', 'thing', 'seen', 'substratum', 'subsoil', 'synonym', 'substance', 'certain', 'portion', 'florida', 'quickup', 'result', 'present_war', 'continues', 'human', 'probability', 'result', 'expulsion', 'turk', 'europe', 'destruction', 'government', 'event', 'sign', 'people', 'work', 'michael', 'stand', 'door', 'mercy', 'closed', 'forever', 'rest', 'nation', 'drawn', 'struggle', 'fight', 'great_battle', 'thing', 'mean', 'year', 'lord', 'servant', 'appealing', 'people', 'sell', 'property', 'possibly', 'money', 'work', 'god', 'cling', 'fear', 'wait', 'week', 'month', 'long', 'ter', 'late', 'impossible', 'sell', 'brother', 'europe', 'sell', 'property', 'today', 'wait', 'till', 'country', 'drawn', 'struggle', 'shall', 'sell', 'sale', 'property', 'time', 'war', 'nation', 'drawn', 'struggle', 'need', 'look', 'peace', 'favorable_time', 'shall', 'sell', 'alms', 'lay', 'treasure', 'heaven', 'notice', 'stir', 'dare', 'christian', 'parent', 'run', 'risk', 'lessening', 'child', 'tendency', 'believe', 'simple', 'bible', 'truth', 'doubt', 'pomp', 'pleasantry', 'heathen', 'festival', 'proved', 'satan', 'powerful', 'agent', 'seducing', 'israel', 'sin', 'true', 'modern', 'israel', 'sunday', 'sand', 'underneath', 'subsoil', 'ring', 'statement', 'recently', 'christmas', 'day', 'visiting', 'cessation', 'ordinary', 'labor', 'expose', 'family', 'continued', 'temptation', 'god', 'gladly', 'shield', 'christmas', 'reality', 'ancient', 'saturnalia', 'yule', 'feast', 'masquerading', 'christian', 'great', 'annual', 'festival', 'sun', 'worship', 'sunday', 'weekly', 'receive', 'good', 'respecting', 'answer', 'read', 'lev', 'waurika', 'okla', 'faith', 'jesus', 'kelley', 'theologian', 'claim', 'kind', 'faith', 'historical', 'temporary', 'active', 'passive', 'classical', 'division', 'subject', 'taken', 'collectively', 'form', 'properly', 'term', 'saving', 'faith', 'blending', 'seven', 'color', 'produce', 'transparent', 'whiteness', 'effulgent', 'ray', 'sunshine', 'devoid', 'tint', 'harmony', 'kind', 'faith', 'produce', 'light', 'gospel_message', 'focused', 'world', 'redeemer', 'living', 'hope', 'christian', 'key', 'storehouse', 'knowledge', 'living', 'principle', 'saved', 'purer', 'righteousness', 'christ', 'exemplified', 'creation', 'man', 'man', 'came', 'hand', 'god', 'pure', 'undefiled', 'innocency', 'whiteness', 'soul', 'stained', 'sin', 'result', 'posterity', 'bear', 'emblem', 'adulteration', 'remove', 'stain', 'sin', 'redeeming', 'quality', 'thing', 'bearing', 'mark', 'blood', 'christ', 'subsoil', 'serf', 'good', 'purpose', 'hold', 'fertilizer', 'soil', 'sink', 'quicksand', 'soil', 'lose', 'strengthening', 'quality', 'given', 'faith', 'substance', 'thing', 'hoped', 'evidence', 'thing', 'seen', 'evidence', 'according', 'webster', 'ground', 'belief', 'ground', 'seed', 'cast', 'follows', 'man', 'faith', 'soil', 'subsoil', 'build', 'christian_character', 'barren', 'pit', 'quicksand', 'speaking', 'house', 'builded', 'sand', 'saviour', 'said', 'fell', 'great', 'fall', 'matter', 'kind', 'resolution', 'character_building', 'faith', 'stand', 'test', 'herrin', 'ill', 'god', 'work', 'closing', 'branson', 'year', 'preached', 'end', 'come', 'present_generation', 'generation', 'spoken', 'passing', 'away', 'tomb', 'begun', 'lose', 'faith', 'feel', 'time', 'prolonged', 'people', 'past', 'ardent', 'zealous', 'work', 'god', 'settled', 'laying', 'plan', 'comfortable', 'home', 'child', 'adding', 'acre', 'acre', 'dollar', 'dollar', 'forgotten', 'year', 'standing', 'threshold', 'eternal_world', 'clarion', 'seventh', 'day', 'adventist', 'present_war', 'involves', 'europe', 'long', 'preached', 'european', 'power', 'thrown', 'great_conflict', 'turkish_empire', 'dried', 'servant', 'lord', 'people', 'instead', 'seeking', 'expensive', 'dwelling', 'preparing', 'better', 'country', 'heavenly', 'mission', 'sustained', 'new', 'mission', 'opened', 'carry', 'forward', 'work', 'successfully', 'require', 'small', 'outlay', 'let', 'property', 'tied', 'worldly', 'enterprise', 'work', 'shall', 'hindered', 'mean', 'handle', 'benefit', 'cause', 'christ', 'send', 'treasure', 'heaven', 'member', 'church', 'individually', 'hold', 'possession', 'altar', 'god', 'saviour', 'admonition', 'applicable', 'sell', 'alms', 'fastening', 'mean', 'large', 'house', 'land', 'worldly', 'enterprise', 'saying', 'action', 'god', 'want', 'bound', 'talent', 'napkin', 'hid', 'earth', 'cause', 'alarmed', 'brother', 'god', 'intrusted', 'mean', 'lie', 'idle', 'covetously', 'retained', 'hid', 'away', 'advance', 'cause', 'save', 'soul', 'perishing', 'time', 'bind', 'lord', 'money', 'expensive', 'building', 'large', 'enterprise', 'cause', 'crippled', 'left', 'beg', 'way', 'treasury', 'half', 'supplied', 'lord', 'way', 'working', 'remember', 'day', 'fast', 'approaching', 'said', 'account', 'thy', 'stewardship', 'discern', 'sign', 'time', 'testimony', 'church', 'vol', 'page', 'war', 'cloud', 'bursting', 'whole_world', 'work', 'closing', 'let', 'warning', 'god']
root - INFO - extracting file #130500: 2017-04-Final-Corpus/RH19150513-V92-24-page22.txt
root - INFO - extracting file #131000: 2017-04-Final-Corpus/RH19151007-V92-49-page23.txt
root - INFO - ['winter', 'ailment', 'sure', 'read', 'mexican', 'number', 'protestant_magazine', 'october', 'issue', 'cent', 'copy', 'year', 'copy', 'cent', 'copy', 'cent', 'agent', 'opportunity', 'protestant_magazine', 'washington', 'live', 'issue', 'catholicism', 'mexico', 'ready', 'national', 'health', 'magazine', 'protestant_magazine', 'october', 'leading', 'article', 'issue', 'mexican', 'prominent', 'state', 'affair', 'qualified', 'deal', 'subject', 'set', 'forth', 'reason', 'uprising', 'mexico', 'roman_catholic_church', 'lawless', 'act', 'roman', 'hierarchy', 'interference', 'political', 'matter', 'determination', 'maintain', 'power', 'state', 'convincing', 'article', 'hardly', 'written', 'prove', 'american', 'natural', 'outcome', 'rome', 'ascendancy', 'power', 'country', 'sure', 'good', 'live', 'subject', 'issue', 'roman', 'catholic', 'public', 'office', 'magna', 'charta', 'lecture', 'mckim', 'extent', 'pope', 'authority', 'censorship', 'press', 'roman', 'catholic', 'criticism', 'administration', 'japanese', 'view', 'anti', 'papal', 'panic', 'president', 'wilson', 'pope', 'peace', 'named', 'article', 'covering', 'recent', 'attempt', 'vatican', 'join', 'president', 'wilson', 'peace', 'proposal', 'added', 'copy', 'prepared', 'october', 'number', 'interested', 'latest', 'papal_supremacy', 'onneergnooeoeeeoinoe', 'eoneneorggrgegloglargmeig', 'sure', 'come', 'winter', 'chilling', 'blast', 'cold', 'grippe', 'pneumonia', 'prevaa', 'arg', 'iffl', 'introduce', 'health', 'temperance', 'november', 'number', 'excellent', 'purpose', 'people', 'planning', 'winter', 'literature', 'help', 'student', 'agent', 'returned', 'aged', 'sister', 'profit', 'selling', 'magazine', 'key', 'success', 'time', 'order', 'fifty', 'copy', 'copy', 'begin', 'work', 'lent', 'time', 'school', 'young_lady', 'sold', 'thousand', 'copy', 'health', 'temperance', 'house', 'house', 'ninety', 'city', 'town', 'sell', 'health', 'temperance', 'pay', 'commission', 'send', 'today', 'descriptive', 'circular', 'splendid', 'november', 'number', 'inclose', 'cent', 'specimen', 'copy', 'better', 'save', 'hour', 'cent', 'hour', 'profit', 'want', 'representative', 'rffl', 'pleasure', 'washington', 'health', 'temperance']
root - INFO - extracting file #131500: 2017-04-Final-Corpus/RH19160302-V93-11-page3.txt
root - INFO - extracting file #132000: 2017-04-Final-Corpus/RH19160727-V93-37-page4.txt
root - INFO - ['thi', 'advent', 'review', 'sae', 'herald', 'vol', 'church', 'advent_movement', 'raised', 'church', 'bear', 'final', 'gospel', 'message', 'world', 'organized', 'movement', 'united', 'body', 'giving', 'instruction', 'gift', 'prophecy', 'placed', 'church', 'angel', 'god', 'ate', 'heavenly', 'messenger', 'indorsement', 'irregular', 'ization', 'disorder', 'tnese', 'result', 'satan', 'effort', 'weaken', 'force', 'destroy', 'courage', 'pre', 'strict', 'lenient', 'tother', 'people', 'ill', 'soul', 'bitter', 'memory', 'tenacious', 'conviction', 'recognize', 'folk', 'different', 'conviction', 'honest', 'shall', 'disgust', 'honest', 'man', 'offend', 'soil', 'soul', 'good', 'woman', 'causelessly', 'child', 'weep', 'forgive', 'everybody', 'night', 'sleep', 'decent', 'true', 'happy', 'brave', 'clean', 'patient', 'unselfish', 'strong', 'come', 'frank', 'crane', 'resolution', 'printed', 'magazine', 'published', 'great', 'railroad', 'corporation', 'forth', 'nec', 'church', 'vent', 'successful', 'action', 'wilderness', 'rebelled', 'organization', 'maintained', 'unity', 'order', 'apostolic', 'day', 'worked', 'order', 'harmony', 'church', 'appeared', 'opposed', 'order', 'organization', 'established', 'church', 'harmony', 'word', 'god', 'counsel', 'spirit', 'prophecy', 'wilderness', 'apostolic', 'day', 'day', 'god', 'order', 'god', 'leadership', 'church', 'set', 'aside', 'studied', 'effort', 'lead', 'professed', 'christian', 'far', 'heaven', 'arrangement', 'deceives', 'professed', 'people', 'god', 'believe', 'order', 'discipline', 'enemy', 'spirituality', 'effort', 'establish', 'order', 'considered', 'dangerous', 'restriction', 'rightful', 'liberty', 'feared', 'popery', 'testimony', 'church', 'vol', 'bible', 'history', 'thorough', 'organization', 'heavenly', 'appointed', 'safeguard', 'popery', 'risen', 'rebellion', 'truth', 'lead', 'away', 'disciple', 'god', 'author', 'confusion', 'author', 'order', 'way', 'struck', 'organization', 'essarily', 'religion', 'thought', 'divine', 'organization', 'secure', 'child', 'greatest', 'liberty', 'develop', 'godly', 'character', 'harmony', 'god', 'order', 'christian_liberty', 'long', 'created', 'acknowledged', 'allegiance', 'love', 'spirit', 'prophecy', 'perfect_harmony', 'universe', 'god', 'hedge', 'round', 'people', 'god', 'securing', 'protection', 'angelic', 'host', 'organization', 'vary', 'according', 'condition', 'work', 'god', 'called', 'church', 'appeared', 'spiritual', 'gift', 'order', 'government', 'spirit', 'rule', 'heaven', 'harmony', 'god', 'truth', 'work', 'time', 'shown', 'orderly', 'harmoof', 'good', 'railroading', 'bear', 'study', 'contain', 'principle', 'righta', 'eousness', 'christian', 'course', 'thing', 'understand', 'point', 'mind', 'crane', 'challenge', 'unite', 'believing', 'evil', 'rumor', 'repeating', 'disparaging', 'remark', 'offended', 'imaginary', 'slight', 'lucifer', 'author', 'confusion', 'coveting', 'supremacy', 'belonged', 'christ', 'charged', 'order', 'nious', 'cooperation', 'body', 'beattending', 'funeral', 'harmony', 'heaven', 'imposed', 'restraint', 'liberty', 'angel', 'came', 'rebellion', 'heaven', 'pride', 'ambition', 'prompted', 'lucifer', 'complain', 'government', 'god', 'seek', 'overthrow', 'order', 'established', 'heaven', 'fall', 'object', 'infuse', 'spirit', 'mind', 'men', 'patriarch', 'prophet', 'principle', 'separation', 'disorder', 'secular', 'work', 'number', 'people', 'engaged', 'value', 'organization', 'universally', 'recognized', 'thoughtful', 'successful', 'organizalievers', 'enemy', 'began', 'attack', 'organization', 'heaven', 'order', 'detach', 'angel', 'rank', 'lead', 'astray', 'worked', 'organization', 'body', 'believer', 'earth', 'order', 'divide', 'scatter', 'clipped', 'following', 'railroad', 'magazine', 'believe', 'evil', 'person', 'know', 'surely', 'repeat', 'disparaging', 'remark', 'hear', 'anybody', 'look', 'consigned', 'penal', 'servitude', 'life', 'cheerful', 'happy', 'challenge', 'polite', 'kind', 'house', 'surely', 'place', 'home', 'place', 'kind', 'courteous', 'heard', 'boy', 'came', 'house', 'hearing', 'voice', 'kitchen', 'said', 'kitchen', 'father', 'said', 'guess', 'family', 'yes', 'said', 'boy', 'company', 'voice', 'good', 'home', 'father', 'mother', 'company', 'voice', 'kind', 'nice', 'stranger', 'departs', 'angry', 'sullen', 'glance', 'coarse', 'snappy', 'word', 'bruise', 'wound', 'challenge', 'regard', 'conviction', 'feeling', 'think', 'honest', 'conscientious', 'challenge', 'unite', 'forgiving', 'human_soul', 'closing', 'eye', 'sleep', 'night', 'surely', 'christian', 'lie', 'night', 'hatred', 'heart', 'single', 'human', 'awake', 'grave', 'awful', 'awaken', 'grave', 'malice', 'envy', 'heart', 'chance', 'cleansed', 'intercessor', 'ready', 'hour', 'think', 'son', 'man', 'cornett', 'matt', 'tion', 'valued', 'god', 'work', 'slight', 'think', 'meant', 'thing', 'decently', 'order', 'cor', 'organization', 'believer', 'arbitrary', 'mechanical', 'arrangement', 'natural', 'spiritual', 'expression', 'christian', 'fellowship', 'service', 'fend', 'sensitive', 'suspicious', 'sign', 'weakness', 'anemic', 'personality', 'away', 'lock', 'gloom', 'afflict', 'depressing', 'mood', 'cheerful', 'meet', 'member', 'family', 'mean', 'personal', 'strength', 'blessing', 'individual', 'sign', 'cheerful', 'unity', 'spirit', 'member', 'making', 'body', 'spirit', 'prophecy', 'angel', 'work', 'harmoniously', 'perfect', 'order', 'characterizes', 'movement', 'closely', 'imitate', 'harmony', 'order', 'angelic', 'host', 'successful', 'effort', 'heavenly', 'agent', 'behalf', 'unction', 'high', 'effort', 'encourage', 'order', 'discipline', 'union', 'action', 'cheerfulness', 'act', 'polite', 'arid', 'charming', 'child', 'parent', 'brother', 'sister', 'stranger', 'practice', 'good', 'fellow', 'profligacy', 'funny', 'coarseness', 'strong', 'cruelty', 'successful', 'boasting', 'entertaining', 'bore', 'moral', 'trying', 'people', 'good', 'think', 'jtould', 'like', 'thought', 'looking', 'time']
root - INFO - extracting file #132500: 2017-04-Final-Corpus/RH19161221-V93-63-page3.txt
root - INFO - extracting file #133000: 2017-04-Final-Corpus/RH19170524-V94-21-page21.txt
root - INFO - ['advent', 'review', 'sabbath', 'herald', 'undertake', 'seriously', 'development', 'college', 'extension', 'recruiting', 'work', 'harmony', 'plan', 'adopted', 'latest', 'autumn', 'council', 'hold', 'faculty', 'meeting', 'weekly', 'study', 'spiritual_interests', 'student', 'definite', 'individual', 'way', 'hold', 'faculty', 'meeting', 'month', 'study', 'application', 'principle', 'christian_education', 'various_lines', 'departmental', 'work', 'head', 'department', 'turn', 'report', 'working', 'iiiii', 'ionarp', 'epartment', 'sister', 'constantly', 'engaged', 'selfsupporting', 'missionary_work', 'great_city', 'ringing', 'testimony', 'tell', 'question', 'thoroughly', 'enjoys', 'work', 'financially', 'sign', 'time', 'speaking', 'heart', 'people', 'god', 'preparing', 'way', 'time', 'enlist', 'service', 'seventh', 'day', 'adventist', 'number', 'olizzionarp', 'volunteer', 'epartment', 'secretary', 'assistant', 'secretary', 'office', 'secretary', 'field', 'secretary', 'recommend', 'student', 'comlarge', 'city', 'east', 'volume', 'plete', 'college_course', 'immediately', 'work', 'year', 'taking', 'special', 'advanced', 'study', 'formal', 'way', 'purpose', 'measure', 'help', 'meet', 'urgent', 'demand', 'laborer', 'avoid', 'student', 'drifting', 'intellectualism', 'assist', 'young_man', 'woman', 'reaching', 'actual_experience', 'wearing', 'yoke', 'responsible', 'service', 'high', 'spiritual', 'standard', 'set', 'forth', 'spirit', 'prophecy', 'rooted', 'grounded', 'truth', 'acquiring', 'love', 'soul', 'winning', 'effort', 'agreed', 'formal', 'action', 'young_man', 'woman', 'maturity', 'think', 'taking', 'special', 'graduate', 'study', 'advised', 'meet', 'condition', 'recommended', 'spirit', 'prophecy', 'testimony', 'viz', 'counseled', 'leading', 'brother', 'great', 'spiritual', 'work', 'like', 'safety', 'young_people', 'efficiency', 'soul', 'winning', 'guiding', 'principle', 'howell', 'river', 'plate', 'academy', 'till', 'academy', 'began', 'eighteenth', 'year', 'school_work', 'fifth', 'march', 'end', 'week', 'fifty', 'child', 'youth', 'enrolled', 'school', 'nineteen', 'nurse', 'sanitarium', 'class', 'somewhat', 'short', 'enrolment', 'week', 'year', 'new', 'price', 'gone', 'effect', 'year', 'thirty', 'cent', 'higher', 'year', 'view', 'drouth', 'afflicted', 'greater', 'argentina', 'past_year', 'hard_time', 'people', 'generally', 'attendance', 'encouraging', 'parent', 'making', 'heroic', 'sacrifice', 'child', 'education', 'dedicating', 'service', 'lord', 'making', 'effort', 'power', 'help', 'prepare', 'service', 'father', 'brought', 'son', 'summer', 'puno', 'peru', 'trip', 'clay', 'mountain', 'place', 'school', 'boy', 'thirteen', 'year', 'page', 'read', 'portland', 'maine', 'boston', 'town', 'round', 'new', 'york', 'populous', 'city', 'close', 'philadelphia', 'baltimore', 'washington', 'lord_desires', 'proclaim', 'angel', 'message', 'power', 'vicinit', 'boston', 'certainly', 'concern', 'fact', 'city', 'mentioned', 'list', 'statement', 'helped', 'guide', 'plan', 'work', 'page', 'work', 'god', 'earth', 'finished', 'men', 'woman', 'comprising', 'church', 'membership', 'rally', 'work', 'unite', 'effort', 'minister', 'church_officer', 'harmony', 'instruction', 'begun', 'house', 'house', 'campaign', 'colporteurs', 'home', 'missionary_workers', 'cooperating', 'evangelistic', 'effort', 'tremont', 'temple', 'started', 'systematic', 'work', 'present_truth', 'series', 'brother', 'sister', 'greater', 'boston', 'field', 'circulated', 'copy', 'week', 'experience', 'meeting', 'held', 'week', 'inspiration', 'attendance', 'meeting', 'home', 'missionary_workers', 'turned', 'interested', 'reader', 'given', 'charge', 'special', 'evangelistic', 'effort', 'keeping', 'sabbath', 'result', 'effort', 'self', 'supporting', 'worker', 'bible', 'reading', 'given', 'later', 'addition', 'home', 'missionary', 'campaign', 'stationed', 'colporteurs', 'various_parts', 'city', 'suburb', 'colporteurs', 'sold', 'large_books', 'endeavored', 'work', 'systematically', 'best', 'order', 'taken', 'catholic', 'christian', 'scientist', 'spiritualist', 'unitarian', 'usually', 'considered', 'hard', 'reach', 'speaking', 'tube', 'district', 'wealthy', 'home', 'proved', 'fruitful', 'place', 'colporteurs', 'received', 'advance', 'considerable', 'portion', 'cash', 'order', 'long', 'ago', 'brother', 'sent', 'report', 'totaling', 'week', 'secured', 'cash', 'week', 'received', 'advance', 'order', 'kern', 'old', 'father', 'arrangement', 'senior', 'bible', 'year', 'assignment', 'nehemiah', 'solemn', 'fast', 'nehemiah', 'abuse', 'rectified', 'sabbath', 'honored', 'esther', 'conspiracy', 'jew', 'esther', 'esther', 'plea', 'downfall', 'haman', 'esther', 'decree', 'favor', 'jew', 'victory', 'june', 'job', 'testing', 'job', 'june', 'job', 'opening', 'discussion', 'speech', 'eliphaz', 'unifying', 'idea', 'stated', 'positive', 'form', 'content', 'bible', 'record', 'historical', 'development', 'objective', 'establishment', 'salvation', 'time', 'redemptive', 'work', 'jesus_christ', 'content', 'accordingly', 'constitute', 'chapter', 'important', 'history', 'kingdom', 'god', 'earth', 'unifying', 'idea', 'connects', 'biblical', 'book', 'chapter', 'unfolding', 'god', 'redemptive', 'plan', 'circle', 'person', 'work', 'jesus_christ', 'properly', 'understood', 'bible', 'correctly', 'interpreted', 'explained', 'christo', 'centric', 'bible', 'essentially', 'historical', 'work', 'sacred', 'secular_history', 'historical', 'development', 'god', 'hand', 'seen', 'general', 'sense', 'providence', 'recognized', 'history', 'sense', 'special', 'factor', 'inspiration', 'revelation', 'law', 'prophecy', 'similar', 'particular', 'manifestation', 'ups', 'israel', 'appears', 'appears', 'avail', 'paap', 'general_secretary', 'div', 'secretary', 'greater', 'boston', 'number', 'year', 'instructed', 'forth', 'special_effort', 'leave', 'year', 'dollar', 'hour', 'common', 'record', 'tory', 'george', 'schodde', 'bright', 'little', 'fellow', 'promise', 'meeting', 'fond', 'father', 'expectation', 'experienced', 'worker', 'year', 'magazine', 'sold', 'massachusetts', 'work', 'largely', 'boston', 'vicinity', 'encouraging', 'feature', 'work', 'great_number', 'interested', 'person', 'searched', 'sabbath', 'service', 'tremont', 'temple', 'constantly', 'supplied', 'new', 'attendant', 'effort', 'self', 'supporting', 'worker', 'bible', 'magazine', 'february', 'job', 'book', 'stand', 'allusion', 'mosaic', 'law', 'israelitish', 'history', 'called', 'wisdom', 'book', 'bible', 'proverb', 'ecclesiastes', 'job', 'shown', 'affliction', 'destroy', 'excellence', 'character', 'obeys', 'law', 'god', 'problem', 'great', 'question', 'discussed', 'engaged', 'attention', 'wisest', 'age', 'existence', 'goodness', 'irrespective', 'child', 'responding', 'loyally', 'effort', 'self', 'sacrificing', 'parent', 'putting', 'forth', 'deeply', 'impressed', 'testimony', 'heard', 'given', 'summer', 'consecration', 'service', 'held', 'visiting', 'church', 'child', 'said', 'knew', 'parent', 'consecrated', 'service', 'god', 'wanted', 'pray', 'colporteurs', 'home', 'missionary_workmight', 'consecrate', 'meet', 'expectation', 'dear', 'parent', 'school', 'year', 'return', 'year', 'good', 'student', 'case', 'come', 'oba', 'faithful', 'girl', 'year', 'age', 'promise', 'developing', 'efficient', 'worker', 'addition', 'spiritual', 'awakening', 'able', 'direct', 'considerable', 'mean', 'treasury', 'way', 'telling', 'mention', 'servation', 'accomplished', 'mean', 'house', 'house', 'worker', 'brought', 'woman', 'meeting', 'little', 'later', 'woman', 'turned', 'cash', 'work', 'boston', 'time', 'reconciliation', 'unmerited', 'suffering', 'love', 'justice', 'god', 'happy', 'spirit', 'unity', 'cooperation', 'manifested', 'teacher', 'pupil', 'prospect', 'bright', 'prosperous', 'year', 'work', 'worker', 'persuaded', 'sister', 'reward', 'number', 'attendance', 'fall', 'somewhat', 'short', 'year', 'striving', 'quality', 'lack', 'quantity', 'stevens', 'largely', 'work', 'influence', 'woman', 'eventually', 'way', 'treasury', 'lord', 'providential', 'government', 'world', 'matilda', 'erickson', 'evans', 'meade', 'macguire', 'benson', 'simms', 'delay', 'divine', 'justice', 'punishing', 'wicked']
root - INFO - extracting file #133500: 2017-04-Final-Corpus/RH19171025-V94-43-page20.txt
root - INFO - extracting file #134000: 2017-04-Final-Corpus/RH19180321-V95-12-page8.txt
root - INFO - ['the_advent_review_and_sabbath_herald_vol', 'prominent', 'religious', 'worker', 'self', 'come', 'heathen', 'gather', 'worshiped', 'image', 'cast', 'time', 'ago', 'reported', 'follows', 'round', 'thither', 'alive', 'lake', 'burning', 'brim', 'miss', 'helen', 'clark', 'director', 'mott', 'cause', 'thy', 'mighty', 'come', 'stone', 'remnant', 'slain', 'lord', 'let', 'heathen', 'wakened', 'sword', 'sat', 'horse', 'street', 'evangel', 'band', 'city', 'new', 'york', 'come', 'valley', 'jehoshaphat', 'sword', 'proceeded', 'mouth', 'told', 'startling', 'story', 'methodist', 'minister', 'meeting', 'day', 'ago', 'supplemented', 'interview', 'morning', 'paper', 'half', 'miss', 'clark', 'fact', 'city', 'new', 'york', 'best', 'field', 'world', 'mission_work', 'cent', 'inhabitant', 'city', 'claimed', 'entirely', 'religion', 'doe', 'mean', 'protestant', 'religion', 'christian', 'buddhist', 'jew', 'mohammedan', 'city', 'tokio', 'mentioned', 'way', 'comparison', 'heathen', 'metropolis', 'considerable', 'extent', 'figure', 'accurate', 'pagan', 'population', 'metropolis', 'new', 'york', 'exceeds', 'tokio', 'city', 'people', 'bow', 'knee', 'jehovah', 'baal', 'ashtaroth', 'told', 'war', 'cease', 'earth', 'word', 'assures', 'sword', 'beaten', 'plowshare', 'men', 'learn', 'war', 'scholar', 'statesman', 'continually', 'talking', 'time', 'deluded', 'idea', 'bible', 'teach', 'doctrine', 'following', 'scripture', 'theory', 'based', 'day', 'shall', 'come', 'pas', 'mountain', 'house', 'lord', 'shall', 'established', 'mountain', 'shall', 'exalted', 'hill', 'people', 'shall', 'flow', 'unto', 'nation', 'shall', 'come', 'come', 'let', 'mountain', 'lord', 'house', 'god', 'jacob', 'teach', 'way', 'walk', 'path', 'law', 'shall', 'forth', 'zion', 'word', 'lord', 'jerusalem', 'shall', 'judge', 'people', 'rebuke', 'strong', 'nation', 'afar', 'shall', 'beat', 'sword', 'plowshare', 'spear', 'pruninghooks', 'nation', 'shall', 'lift', 'sword', 'nation', 'shall', 'learn', 'war', 'micah', 'notice', 'scripture', 'speaking', 'instead', 'declaration', 'lord', 'inspired', 'quotation', 'people', 'nation', 'nation', 'sword', 'beaten', 'plowshare', 'spear', 'pruning', 'hook', 'nation', 'lift', 'sword', 'prophecy', 'great', 'international', 'peace', 'individual', 'nation', 'enter', 'kind', 'agreement', 'settle', 'matter', 'arbitration', 'slaughtering', 'field', 'blood', 'nation', 'saying', 'peace', 'safety', 'jehovah', 'seen', 'world', 'proclaim', 'gentile', 'prepare', 'war', 'wake', 'mighty_men', 'let', 'men', 'war', 'draw', 'near', 'let', 'come', 'beat', 'plowshare', 'sword', 'pruninghooks', 'spear', 'let', 'weak', 'strong', 'assemble', 'yourthere', 'sit', 'judge', 'heathen', 'fowl', 'filled', 'flesh', 'rev', 'round', 'sickle', 'harvest', 'ripe', 'come', 'press', 'fat', 'overflow', 'wickedness', 'great', 'multitude', 'multitude', 'valley', 'decision', 'day', 'lord', 'near', 'valley', 'decision', 'joel', 'lord', 'proclaims', 'reserve', 'men', 'saying', 'instead', 'peace', 'replacing', 'war', 'war', 'absorb', 'agriculture', 'sword', 'plowshare', 'pruninghooks', 'prepare', 'war', 'lord', 'today', 'hear', 'hand', 'preparation', 'war', 'peaceful', 'nation', 'deplore', 'fact', 'prepared', 'war', 'unable', 'cope', 'nation', 'armed', 'teeth', 'ready', 'slaughter', 'mighty_men', 'today', 'waking', 'great', 'gibraltar', 'heathendom', 'shaking', 'stupor', 'century', 'training', 'inevitable', 'conflict', 'hand', 'fulfilment', 'awful', 'prediction', 'present_war', 'cease', 'covenant', 'compact', 'nation', 'supreme', 'tribunal', 'world', 'court', 'formed', 'national', 'difference', 'referred', 'national', 'jealousy', 'hatred', 'race', 'prejudice', 'exist', 'armageddon', 'ahead', 'cataclysm', 'war', 'world', 'seen', 'nation', 'drawn', 'fearful', 'vortex', 'ruin', 'slaughter', 'bloody', 'feast', 'nation', 'brought', 'end', 'opening', 'heaven', 'true', 'faithful', 'eye', 'flame', 'ride', 'forth', 'followed', 'army', 'heaven', 'read', 'sublime', 'awful', 'description', 'end', 'nation', 'end', 'war', 'pen', 'prophet', 'lived', 'long', 'ago', 'week', 'study', 'millennial', 'period', 'immediately', 'follows', 'destruction', 'men', 'nation', 'presence', 'lord', 'thompson', 'question', 'scripture', 'world', 'converted', 'adam', 'clarke', 'view', 'question', 'doctrine', 'world', 'conversion', 'dangerous', 'error', 'statement', 'bible', 'world', 'converted', 'attitude', 'nation', 'saviour', 'return', 'king', 'king', 'long', 'beast', 'power', 'remain', 'doe', 'prove', 'temporal_millennium', 'special', 'period', 'history', 'world', 'said', 'resemble', 'day', 'condition', 'seen', 'religious_world', 'nation', 'lord', 'come', 'doe', 'lord', 'warlike', 'condition', 'world', 'day', 'description', 'given', 'final', 'overthrow', 'nation', 'time', 'short', 'fitch', 'lord', 'said', 'quick', 'work', 'cut', 'short', 'righteousness', 'behooves', 'work', 'diligently', 'midst', 'opposing', 'force', 'earth', 'informed', 'satan', 'understands', 'short_time', 'accomplish', 'design', 'human_race', 'like', 'antagonism', 'heavenly', 'host', 'doe', 'know', 'short_time', 'work', 'know', 'time', 'expires', 'jesus', 'come', 'release', 'grasp', 'retain', 'captive', 'lord', 'spoken', 'word', 'fails', 'army', 'heaven', 'followed', 'white', 'horse', 'clothed', 'fine', 'linen', 'white', 'clean', 'mouth', 'goeth', 'sharp', 'sword', 'smite', 'nation', 'shall', 'rule', 'rod', 'iron', 'treadeth', 'winepress', 'fierceness', 'wrath', 'almighty_god', 'hath', 'vesture', 'thigh', 'written', 'king', 'king', 'lord', 'lord', 'saw', 'angel', 'standing', 'sun', 'cried', 'loud_voice', 'saying', 'fowl', 'fly', 'midst', 'heaven', 'come', 'gather', 'unto', 'supper', 'great', 'god', 'eat', 'flesh', 'king', 'flesh', 'captain', 'flesh', 'mighty_men', 'flesh', 'horse', 'sit', 'flesh', 'men', 'free', 'bond', 'small', 'great', 'saw', 'beast', 'king', 'earth', 'army', 'gathered', 'war', 'interesting', 'unrewarding', 'sat', 'horse', 'army', 'beast', 'taken', 'false_prophet', 'wrought', 'miracle', 'deceived', 'received', 'mark', 'beast', 'sphere', 'activity', 'wrong', 'help', 'remedy', 'evil', 'hope', 'overcome', 'charles', 'elliott', 'man', 'creed', 'deed', 'knowledge', 'wisdom', 'power', 'sympathy', 'lie', 'essence', 'good', 'human_life', 'powell', 'ill', 'right', 'life']
root - INFO - extracting file #134500: 2017-04-Final-Corpus/RH19180822-V95-34-page22.txt
root - INFO - extracting file #135000: 2017-04-Final-Corpus/RH19190116-V96-03-page3.txt
root - INFO - ['patience', 'saint', 'commandment', 'god', 'faith', 'jesus', 'rev', 'vole', 'takoma', 'park', 'station', 'washington', 'january', 'hour', 'greatest', 'danger', 'little', 'time', 'peace', 'mean', 'remnant_church', 'world', 'today', 'enjoying', 'little', 'period', 'comparative', 'peace', 'effect', 'looking', 'coming', 'lord', 'relate', 'situation', 'surely', 'pertinent', 'question', 'history', 'christian_church', 'hour', 'peace', 'prosperity', 'hour', 'danger', 'work', 'god', 'met', 'obstacle', 'difficulty', 'disciple', 'faced', 'persecution', 'death', 'flame', 'christian_faith', 'heroism', 'blazed', 'brightly', 'return', 'peace', 'quiet', 'come', 'cooling', 'christian', 'ardor', 'lessening', 'christian', 'effort', 'confidently', 'believe', 'little', 'time', 'peace', 'enjoying', 'direct', 'providence', 'god', 'answer', 'gone', 'thousand', 'burdened', 'heart', 'master', 'holding', 'check', 'wind', 'war', 'strife', 'order', 'gospel', 'kingdom', 'rapidly', 'carried', 'earth', 'remotest', 'bound', 'striking', 'parallel', 'god', 'ordered', 'event', 'siege', 'jerusalem', 'disciple', 'enabled', 'escape', 'death', 'imprisonment', 'inflicted', 'countryman', 'believe', 'affording', 'today', 'little', 'time', 'peace', 'readjust', 'affair', 'prepare', 'exodus', 'world', 'final', 'destruction', 'destruction', 'jerusalem', 'type', 'disciple', 'forewarned', 'master', 'warned', 'disciple', 'overthrow', 'national', 'city', 'gave', 'sign', 'know', 'destruction', 'near', 'shall', 'jerusalem', 'compassed', 'army', 'know', 'desolation', 'thereof', 'nigh', 'let', 'judea', 'flee', 'mountain', 'let', 'midst', 'depart', 'let', 'country', 'enter', 'thereinto', 'day', 'vengeance', 'thing', 'written', 'fulfilled', 'woe', 'unto', 'child', 'suck', 'day', 'shall', 'great', 'distress', 'land', 'wrath', 'people', 'shall', 'fall', 'edge', 'sword', 'shall', 'led', 'away', 'captive', 'nation', 'jerusalem', 'shall', 'trodden', 'gentile', 'time', 'gentile', 'fulfilled', 'luke', 'year', 'word', 'uttered', 'jerusalem', 'compassed', 'army', 'roman', 'cestius', 'laid', 'siege', 'city', 'siege', 'progressed', 'number', 'day', 'apparent', 'reason', 'roman', 'legion', 'withdrawn', 'christian', 'believer', 'saw', 'opportunity', 'escape', 'remembering', 'word', 'master', 'haste', 'flee', 'doomed', 'city', 'claimed', 'suffered', 'death', 'later', 'siege', 'final', 'destruction', 'ill', 'fated', 'city', 'hesitated', 'delayed', 'convinced', 'thousand', 'roman', 'abandoned', 'purpose', 'jerusalem', 'experience', 'time', 'settled', 'peace', 'prosperity', 'swallowed', 'final', 'destruction', 'holding', 'wind', 'prophecy', 'word', 'indicates', 'remnant_church', 'similar', 'experience', 'sealing', 'work', 'brought', 'view', 'seventh', 'chapter', 'revelation', 'time', 'represented', 'war', 'strife', 'nation', 'block', 'progress', 'work', 'god', 'critical', 'juncture', 'mighty', 'angel', 'heard', 'angel', 'charge', 'earth', 'hold', 'wind', 'till', 'servant', 'god', 'sealed', 'forehead', 'believe', 'time', 'reached', 'history', 'world', 'experience', 'movement', 'terrible', 'war', 'year', 'continued', 'undoubtedly', 'greatly', 'checked', 'progress', 'movement', 'probably', 'country', 'entire', 'disintegration', 'resulted', 'infinite', 'compassion', 'world', 'protection', 'work', 'god', 'reached', 'forth', 'hand', 'hold', 'check', 'elemental', 'fury', 'check', 'long', 'know', 'statement', 'word', 'end', 'world', 'come', 'war', 'bloodshed', 'hope', 'settled', 'condition', 'cessation', 'international', 'strife', 'experience', 'nation', 'increased', 'domestic', 'difficulty', 'close', 'war', 'beginning', 'intense', 'acute', 'bitter', 'struggle', 'capital', 'labor', 'little', 'time', 'peace', 'believe', 'hour', 'live', 'word', 'servant', 'lord', 'apply', 'shown', 'inhabitant', 'earth', 'utmost', 'confusion', 'war', 'bloodshed', 'privation', 'want', 'famine', 'pestilence', 'abroad', 'land', 'thing', 'surrounded', 'god', 'people', 'began', 'press', 'east', 'aside', 'little', 'difficulty', 'self', 'dignity', 'longer', 'controlled', 'deep', 'humility', 'took', 'place', 'suffering', 'perplexity', 'privation', 'caused', 'reason', 'resume', 'throne', 'passionate', 'unreasonable', 'man', 'sane', 'acted', 'discretion', 'wisdom', 'attention', 'called', 'scene', 'little', 'time', 'peace', 'inhabitant', 'earth', 'presented', 'utmost', 'confusion', 'strife', 'war', 'bloodshed', 'famine', 'pestilence', 'raged', 'nation', 'engaged', 'war', 'confusion', 'war', 'caused', 'famine', 'want', 'bloodshed', 'caused', 'pestilence', 'mess', 'heart', 'failed', 'fear', 'looking', 'thing', 'coming', 'earth', 'testimony', 'church', 'vol']
root - INFO - extracting file #135500: 2017-04-Final-Corpus/RH19190508-V96-19-page32.txt
root - INFO - extracting file #136000: 2017-04-Final-Corpus/RH19190904-V96-36-page16.txt
root - INFO - ['the_advent_review_and_sabbath_herald_vol', 'longer', 'condition', 'poverty', 'year', 'intelligent', 'reading', 'people', 'buy', 'literature', 'freely', 'printed', 'page', 'placed', 'hand', 'proper_way', 'created', 'demand', 'printing', 'plant', 'busy', 'year', 'training_school', 'japan', 'closed', 'fall', 'reopened', 'thirty', 'student', 'attendance', 'thought', 'whole_field', 'need', 'worker', 'worker', 'trained', 'know', 'believe', 'truth', 'men', 'non', 'christian_schools', 'church', 'preach', 'angel', 'message', 'special', 'training', 'fitting', 'schooled', 'tutelage', 'men', 'heart', 'burn', 'love', 'great', 'advent_movement', 'love', 'endure', 'hardship', 'suffer', 'persecution', 'triumph', 'obstacle', 'work', 'japan', 'need', 'love', 'daily', 'earnest', 'prayer', 'member', 'church', 'land', 'join', 'earnest', 'petition', 'god', 'begin', 'great_work', 'country', 'jesus', 'glorified', 'people', 'gathered', 'meet', 'joy', 'appearing', 'ffo', 'ffo', 'darkened', 'manchuria', 'bern', 'hard', 'petersen', 'month', 'morning', 'passed', 'place', 'indicated', 'picture', 'little', 'way', 'mission', 'compound', 'shadow', 'look', 'wall', 'sign', 'hung', 'bearing', 'fully', 'expecting', 'christlike', 'living', 'read', 'perfect', 'father', 'heaven', 'perfect', 'absorbed', 'teaching', 'gospel', 'power', 'observation', 'sixth', 'sense', 'unlearned', 'judgment', 'keen', 'swift', 'matter', 'lie', 'difficult', 'mission', 'problem', 'manner', 'missionary', 'meet', 'new', 'unlearned', 'critical', 'ekpectant', 'brother', 'quickly', 'test', 'ability', 'method', 'adopts', 'mean', 'success', 'failure', 'place', 'foot', 'shoe', 'past_experience', 'holy', 'ground', 'learn', 'great', 'teacher', 'parallel', 'scripture', 'moses', 'missionary', 'hebrew', 'good_example', 'graduation', 'university', 'egypt', 'went', 'hebrew', 'slave', 'wanted', 'save', 'uplift', 'missionary', 'doe', 'chose', 'method', 'knew', 'result', 'death', 'egyptian', 'separation', 'people', 'longed', 'help', 'blighted', 'hope', 'long', 'course', 'required', 'moses', 'wilderness', 'seminary', 'different', 'method', 'different', 'man', 'end', 'year', 'training', 'speak', 'ignorant', 'send', 'man', 'lord', 'better', 'moses', 'able', 'bear', 'petty', 'grievance', 'israel', 'leader', 'god', 'seventy', 'men', 'chosen', 'share', 'responsibility', 'administration', 'host', 'israel', 'come', 'second', 'crucial', 'point', 'missionary', 'experience', 'work', 'heathen', 'extends', 'multiplied', 'duty', 'activity', 'great', 'small', 'outstation', 'established', 'teacher', 'evangelist', 'trained', 'literature', 'created', 'translating', 'primitive_church', 'established', 'barren', 'land', 'discernment', 'calling', 'help', 'enter', 'labor', 'solicitous', 'important_questions', 'think', 'moses', 'observed', 'great', 'concern', 'work', 'seventy', 'assumed', 'burden', 'doubtless', 'different', 'idea', 'administration', 'interesting', 'work', 'men', 'relation', 'moses', 'aaron', 'growing', 'convert', 'multitude', 'question', 'new_life', 'long_distance', 'heathen', 'grossness', 'christian', 'refinement', 'convert', 'inquisitiveness', 'child', 'reserve', 'asking', 'draw', 'unasked', 'question', 'staff', 'meeting', 'held', 'associate', 'prayer', 'study', 'mission', 'problem', 'growing', 'flock', 'fed', 'faithfully', 'lord', 'thrice', 'repeated', 'admonition', 'peter', 'feed', 'sheep', 'daily', 'remembered', 'new', 'unexpected', 'question', 'daily', 'occurrence', 'labor', 'trouble', 'domestic', 'social', 'problem', 'thousand', 'form', 'speak', 'problem', 'concrete', 'man', 'arrives', 'broken', 'head', 'near', 'village', 'brawl', 'expected', 'policeman', 'prosecutor', 'judge', 'matter', 'careful', 'erroneous', 'judgment', 'reputation', 'usefulness', 'depend', 'heathen', 'altar', 'outside', 'temple', 'wall', 'near', 'mukden', 'mission', 'compound', 'god', 'prayer', 'altar', 'seen', 'people', 'stand', 'burning', 'incense', 'worshiping', 'thought', 'great_work', 'accomplished', 'land', 'read', 'share', 'giving', 'gospel', 'engrossed', 'heathen', 'darkness', 'shall', 'best', 'light', 'trust', 'read', 'aid', 'prayer', 'mean', 'mukden', 'spiritual', 'upkeep', 'mission', 'convert', 'joel', 'rogers', 'convert', 'reception', 'truth', 'wonderful', 'good', 'knew', 'god', 'expects', 'experience', 'good', 'wonderful', 'look', 'instructor', 'christian']
root - INFO - extracting file #136500: 2017-04-Final-Corpus/RH19191225-V96-52-page22.txt
root - INFO - extracting file #137000: 2017-04-Final-Corpus/RH19200415-V97-16-page29.txt
root - INFO - ['april', 'advent', 'review', 'sabbath', 'herald', 'movement', 'protestant', 'denomination', 'solid', 'organic', 'merger', 'trust', 'sherman', 'antitrust', 'law', 'touch', 'great', 'spiritual', 'revival', 'orva', 'lee', 'ice', 'review', 'prophecy', 'war', 'bring', 'spiritual', 'rebirth', 'world', 'real', 'effect', 'religion', 'produced', 'war', 'seventh', 'day', 'adventist', 'doe', 'believe', 'stray', 'considered', 'strictly', 'denominational', 'viewpoint', 'resume', 'bible', 'teaching', 'time', 'salient', 'point', 'sabbath', 'second', 'advent', 'pacific_union_conference', 'transact', 'business', 'constituency', 'fit', 'opening', 'meeting', 'called', 'april', 'cottrell', 'pres', 'olcott', 'sec', 'western', 'oregon', 'conference', 'association', 'seventh', 'day', 'adventist', 'notice', 'given', 'special', 'session', 'western', 'oregon', 'conference_association', 'seventh', 'day', 'adventist', 'held', 'portland', 'central', 'church', 'portland', 'oreg', 'tuesday', 'april', 'consideration', 'acceptance', 'portland', 'sanitarium', 'tendered', 'north', 'pacific_union_conference', 'transact', 'business', 'elect', 'constituency', 'body', 'composed', 'delegate', 'western', 'oregon', 'conference', 'cottrell', 'cady', 'emmerson', 'beatty', 'john', 'hartog', 'board', 'trustee', 'ffg', 'nurse', 'training', 'school', 'madison', 'madison', 'sanitarium', 'start', 'nurse', 'training', 'class', 'aug', 'thirty', 'young_people', 'class', 'earnest', 'christian', 'young', 'men', 'woman', 'desiring', 'course', 'qualified', 'efficient', 'medical_missionary_work', 'send', 'application', 'address', 'olive', 'ingersoll', 'madison', 'sanitarium', 'madison', 'nurse', 'training', 'school', 'kansa', 'sanitarium', 'nurse', 'training', 'school', 'receive', 'application', 'course', 'beginning', 'july', 'opportunity', 'thirty', 'earnest', 'consecrated', 'young_people', 'prepare', 'master', 'service', 'world', 'greatest', 'need', 'today', 'training', 'school', 'meet', 'requirement', 'kansa', 'state_board', 'health', 'send', 'application', 'blank', 'address', 'superintendent', 'training', 'school', 'kansa', 'sanitarium', 'wichita', 'kans', 'obituary', 'jennie', 'olsen', 'jennie', 'olsen', 'eldest', 'daughter', 'family', 'born', 'year', 'sogndal', 'quiet', 'little', 'village', 'nestling', 'base', 'wooded', 'mountain', 'west', 'coast', 'norway', 'brought', 'somewhat', 'strictly', 'lutheran', 'faith', 'age', 'eighteen', 'came', 'united', 'state', 'older', 'brother', 'relative', 'preceded', 'located', 'whitewater', 'southern', 'wisconsin', 'severe', 'illness', 'brought', 'realizing', 'sense', 'transitory', 'character', 'life', 'desire', 'higher', 'thing', 'recovery', 'acquaintance', 'group', 'earnest', 'devout', 'people', 'methodist', 'number', 'class', 'leader', 'methodist', 'church', 'elder', 'isaac', 'sanborn', 'visited', 'whitewater', 'held', 'series', 'meeting', 'sabbath', 'truth', 'clear', 'baptized', 'elder', 'sanborn', 'year', 'age', 'day', 'elder', 'matteson', 'pioneer', 'work', 'scandinavian', 'year', 'later', 'united', 'marriage', 'olsen', 'child', 'month', 'old', 'brother', 'olsen', 'entered', 'employ', 'wisconsin', 'conference', 'tent', 'master', 'elder', 'sanborn', 'downer', 'time', 'till', 'death', 'year', 'later', 'gave', 'unreservedly', 'work', 'ministry', 'year', 'wife', 'stood', 'nobly', 'work', 'success', 'sympathy', 'encouragement', 'giv', 'evolution', 'watch', 'meade', 'macguire', 'elder', 'macguire', 'tell', 'easy', 'conversational', 'way', 'chat', 'young_man', 'disbelieved', 'bible', 'account', 'creation', 'subsequent', 'conversion', 'praying', 'mortgage', 'george', 'thompson', 'elder', 'thompson', 'heart', 'reaching', 'lesson', 'prayer', 'worry', 'world', 'disease', 'william', 'wirth', 'pointing', 'confidence', 'trust', 'god', 'remedy', 'anxiety', 'vision', 'seer', 'arthur', 'spalding', 'seventh', 'series', 'kingdom', 'love', 'mother', 'charles', 'weniger', 'commemoration', 'mother', 'day', 'second', 'sunday', 'consistent', 'teetotaler', 'donaldson', 'consistent', 'denying', 'use', 'whisky', 'beer', 'coffee', 'toper', 'editorial', 'wake', 'spiritualism', 'tell', 'danger', 'mental', 'spiritual', 'nature', 'dabbler', 'spiritualism', 'liable', 'sign', 'magazine', 'want', 'read', 'want', 'friend', 'neighbor', 'magazine', 'message', 'nurse', 'training', 'school', 'boulder', 'training', 'class', 'nurse', 'boulder', 'colorado', 'sanitarium', 'open', 'sept', 'complete', 'year', 'course', 'offered', 'meet', 'requirement', 'colorado', 'state_board', 'health', 'boulder', 'good_place', 'training', 'service', 'medical_missionary_work', 'write', 'information', 'application', 'blank', 'superintendent', 'nurse', 'boulder', 'colorado', 'sanitarium', 'boulder', 'colo', 'ffo', 'western', 'oregon', 'conference', 'notice', 'given', 'special', 'session', 'western', 'oregon', 'conference', 'held', 'portland', 'central', 'church', 'portland', 'oreg', 'april', 'consider', 'pas', 'tender', 'portland', 'sanitarium', 'western', 'oregon', 'conference', 'north', 'ing', 'undivided', 'attention', 'management', 'home', 'bringing', 'child', 'son', 'died', 'early', 'childhood', 'result', 'accident', 'second', 'son', 'died', 'age', 'family', 'living', 'norway', 'country', 'elder', 'olsen', 'called', 'elder', 'olsen', 'work', 'especially', 'early_days', 'called', 'long', 'period', 'absence', 'home', 'house', 'inconveniently', 'arranged', 'day', 'help', 'scarce', 'day', 'hard_work', 'privation', 'olsen', 'hot', 'summer', 'suffered', 'sunstroke', 'followed', 'nervous', 'breakdown', 'fully', 'recovered', 'went', 'quietly', 'cheerfully', 'life_work', 'best', 'ability', 'especially', 'devoting', 'care', 'child', 'death', 'elder', 'olsen', 'olsen', 'home', 'takoma', 'park', 'younger', 'son', 'teaching', 'washington', 'missionary', 'college', 'fall', 'suffered', 'severe', 'attack', 'influenza', 'left', 'weak', 'early', 'summer', 'evident', 'safely', 'live', 'longer', 'needed', 'quiet', 'comfort', 'skilled', 'medical', 'attention', 'sanitarium', 'accordingly', 'june', 'taken', 'melrose', 'mass', 'remained', 'death', 'enjoying', 'quiet', 'restful', 'atmosphere', 'kindly', 'ministration', 'physician', 'nurse', 'gain', 'time', 'middle', 'august', 'disease', 'digestive', 'disorder', 'long', 'standing', 'took', 'sudden', 'turn', 'worse', 'skilful', 'medical', 'attention', 'careful', 'nursing', 'saved', 'life', 'time', 'condition', 'varied', 'somewhat', 'day', 'day', 'critical', 'suffered', 'considerable', 'pain', 'patiently', 'cheerfully', 'borne', 'olsen', 'continued', 'deep_interest', 'progress', 'message', 'equally', 'husband', 'devoted', 'best', 'energy', 'long_life', 'month', 'read', 'review', 'herald', 'week', 'diligent', 'reader', 'denominational', 'book', 'especially', 'work', 'sister', 'white', 'hope', 'continued', 'firm', 'end', 'expressed', 'longing', 'soon', 'return', 'saviour', 'pain', 'severe', 'longed', 'rest', 'submitted', 'cheerfully', 'father', 'leaf', 'mourn', 'loss', 'brother', 'sister', 'son', 'grandson', 'granddaughter', 'simple', 'service', 'charge', 'writer', 'conducted', 'sanitarium', 'melrose', 'body', 'taken', 'washington', 'sister', 'olsen', 'laid', 'rest', 'husband', 'rock', 'creek', 'cemetery', 'elder', 'wilcox', 'spicer', 'officiated', 'brief', 'service', 'grave', 'kress', 'harris', 'evelyn', 'rosalie', 'harris', 'infant', 'daughter', 'elder', 'harris', 'born', 'hinsdale', 'ill', 'sept', 'died', 'feb', 'sorrowing', 'parent', 'way', 'labor', 'china', 'comforted', 'hope', 'soon', 'coming', 'saviour', 'gaylord', 'mcconley', 'permelia', 'mcconley', 'died', 'march', 'home', 'daughter', 'crandon', 'born', 'wilmington', 'july', 'living', 'wisconsin', 'accepted', 'angel', 'message', 'continued', 'firm_believer', 'truth', 'till', 'end', 'life', 'son', 'daughter', 'survive', 'mark', 'spence', 'walter', 'spence', 'born', 'nevada', 'march', 'finishing', 'high_school', 'attended', 'union_college', 'college_view', 'nebr', 'later', 'took', 'business', 'training', 'health', 'failed', 'obliged', 'resign', 'work', 'washington', 'return', 'west', 'surgical', 'operation', 'failed', 'prolong', 'life', 'fell', 'asleep', 'oct', 'identified', 'church_membership', 'deceased', 'reared', 'knowledge', 'present_truth', 'believed', 'teaching', 'week', 'death', 'expressed', 'desire', 'live', 'christ', 'foote']
root - INFO - extracting file #137500: 2017-04-Final-Corpus/RH19200805-V97-32-page9.txt
root - INFO - extracting file #138000: 2017-04-Final-Corpus/RH19201230-V97-53-page5.txt
root - INFO - ['young_man', 'great', 'mission', 'field', 'recently', 'came', 'message', 'send', 'young', 'preacher', 'know', 'preach', 'message', 'win', 'soul', 'young_man', 'actually', 'home', 'field', 'end', 'earth', 'today', 'worker', 'department', 'service', 'required', 'post', 'listed', 'budget', 'far', 'greater', 'number', 'called', 'evangelist', 'learn', 'language', 'preach', 'message', 'save', 'great', 'work', 'young_man', 'hear', 'life', 'work', 'ministry', 'larger', 'number', 'year', 'ago', 'urged', 'spirit', 'prophecy', 'let', 'young_man', 'deterred', 'entering', 'ministry', 'danger', 'glowing', 'representation', 'drawn', 'away', 'path', 'god', 'bid', 'walk', 'gospel', 'worker', 'living', 'kept', 'constantly', 'mind', 'order', 'gain', 'victory', 'live', 'faith', 'saved', 'faith', 'work', 'good', 'course', 'count', 'dead', 'christ', 'dead', 'bible', 'declares', 'righteousness', 'god', 'law', 'manifested', 'witnessed', 'law', 'prophet', 'righteousness', 'god', 'faith', 'jesus_christ', 'unto', 'believe', 'difference', 'rom', 'blessed', 'experience', 'instead', 'seeking', 'attain', 'unto', 'righteousness', 'work', 'determining', 'standing', 'god', 'special', 'feeling', 'accept', 'salvation', 'come', 'thing', 'sure', 'need', 'spread', 'come', 'worker', 'land', 'god', 'bidding', 'young_man', 'walk', 'path', 'christian', 'ministry', 'hear', 'heed', 'reckon', 'dead', 'apostle', 'paul', 'setting', 'forth', 'real', 'christian', 'life', 'exhorts', 'likewise', 'reckon', 'dead', 'unto', 'sin', 'alive', 'unto', 'god', 'jesus_christ', 'lord', 'rom', 'notice', 'reckon', 'count', 'dead', 'unto', 'sin', 'temptation', 'assails', 'strongest', 'enticing', 'form', 'alluring', 'enchantment', 'old', 'habit', 'sinful', 'indulgence', 'clamor', 'recognition', 'yield', 'demand', 'dead', 'dead', 'freed', 'sin', 'rom', 'free', 'longer', 'slave', 'tyrant', 'sin', 'saviour', 'having', 'delivered', 'unto_death', 'offense', 'raised', 'dead', 'justification', 'free', 'son', 'shall', 'free', 'shall', 'free', 'john', 'failing', 'christian_experience', 'count', 'dead', 'sin', 'assailed', 'tempter', 'instead', 'reckoning', 'delivered', 'sin', 'death', 'jesus', 'yield', 'today', 'yesterday', 'day', 'instead', 'counting', 'dead', 'count', 'alive', 'consequently', 'having', 'failed', 'grasp', 'faith', 'death', 'christ', 'sin', 'fruit', 'thing', 'ashamed', 'apostle', 'paul', 'declared', 'died', 'daily', 'cor', 'daily', 'temptation', 'assailed', 'venerable', 'servant', 'high', 'counted', 'dead', 'victor', 'christ', 'experience', 'count', 'dead', 'sin', 'day', 'day', 'conscious', 'defeat', 'know', 'living', 'life', 'victorious', 'christian', 'crucial', 'christian', 'ffo', 'voice', 'wild', 'new', 'guinea', 'james', 'chalmers', 'pioneer', 'missionary', 'cannibal', 'new', 'guinea', 'knew', 'master', 'said', 'perilous', 'round', 'pioneer', 'service', 'autobiography', 'letter', 'prepared', 'richard', 'lovett', 'told', 'occasion', 'compelled', 'leave', 'chalmers', 'long_period', 'native', 'teacher', 'arrangement', 'justified', 'faith', 'power', 'lord', 'defense', 'servant', 'cannibal', 'gathered', 'round', 'feast', 'lovett', 'chalmers', 'determination', 'remain', 'sake', 'work', 'courageous', 'self', 'denying', 'action', 'horde', 'cannibal', 'sake', 'christ', 'possibility', 'hearing', 'husband', 'possession', 'eagerly', 'coveted', 'savage', 'body', 'rarotongan', 'teacher', 'considered', 'choice', 'dainty', 'feast', 'doubt', 'chief', 'chalmers', 'came', 'know', 'later', 'murder', 'missionary', 'party', 'determined', 'appointed', 'deed', 'come', 'low', 'fence', 'surrounding', 'mission', 'home', 'chief', 'told', 'chalmers', 'low', 'fence', 'restrained', 'mysterious', 'thing', 'held', 'remember', 'chalmers', 'helper', 'rarotongan', 'teacher', 'wife', 'devout', 'mind', 'believe', 'god', 'protecting', 'care', 'present', 'missionary', 'famous', 'pioneer', 'given', 'imaginary', 'thing', 'james', 'chalmers', 'tell', 'autobiography', 'surely', 'heard', 'voice', 'lord', 'speaking', 'wild', 'fly', 'river', 'district', 'gone', 'region', 'search', 'place', 'mission_station', 'remembrance', 'favorable', 'spot', 'noted', 'visit', 'mission', 'cutter', 'anchored', 'mouth', 'creek', 'anxious', 'night', 'know', 'fixed', 'morning', 'know', 'creek', 'swamp', 'land', 'wondered', 'sandy', 'land', 'seen', 'year', 'prayer', 'told', 'maru', 'wife', 'stay', 'boat', 'look', 'round', 'cast', 'walking', 'heard', 'voice', 'distinctly', 'way', 'walk', 'sat', 'log', 'close', 'said', 'thine', 'lord', 'voice', 'teach', 'hear', 'act', 'heard', 'editorial', 'wholly', 'faith', 'jesus_christ']
root - INFO - extracting file #138500: 2017-04-Final-Corpus/Sligo19201101-V05-02-page7.txt
root - INFO - extracting file #139000: 2017-04-Final-Corpus/SOL19020301-V17-04-page57.txt
root - INFO - ['known', 'attitude', 'united', 'state', 'matter', 'new', 'british', 'japanese', 'treaty', 'looked', 'reality', 'triple', 'instead', 'dual', 'alliance', 'rapid', 'succession', 'destructive', 'conflagration', 'past', 'week', 'matter', 'remark', 'insurance', 'company', 'instance', 'raised', 'rate', 'insurance', 'general', 'advance', 'rate', 'suggested', 'early', 'evening', 'february', 'gas', 'explosion', 'started', 'conflagration', 'waterbury', 'conn', 'practically', 'destroyed', 'business', 'center', 'city', 'burning', 'area', 'seven', 'block', 'gotten', 'control', 'loss', 'estimated', 'february', 'destructive', 'conflagration', 'swept', 'business', 'portion', 'city', 'paterson', 'public', 'building', 'destroyed', 'addition', 'destruction', 'business', 'block', 'people', 'left', 'homeless', 'loss', 'estimated', 'city', 'placed', 'military', 'control', 'burned', 'district', 'waterbury', 'immediately', 'following', 'day', 'large', 'lodging', 'house', 'destroyed', 'louis', 'inmate', 'lost', 'life', 'day', 'february', 'city', 'springfield', 'ohio', 'visited', 'conflagration', 'destroyed', 'property', 'valued', 'early', 'morning', 'february', 'famous', 'battle', 'creek_sanitarium', 'battle', 'creek', 'mich', 'adjoining', 'hospital', 'outlying', 'building', 'entirely', 'destroyed', 'patient', 'sanitarium', 'hospital', 'time', 'nearly', 'bed', 'life', 'lost', 'person', 'injured', 'thought', 'originated', 'laboratory', 'action', 'chemical', 'value', 'property', 'destroyed', 'estimated', 'half', 'million', 'dollar', 'clock', 'morning', 'february', 'broke', 'seventy', 'regiment', 'armory', 'park', 'avenue', 'thirtyfourth', 'street', 'new', 'york', 'fatal', 'result', 'exceeded', 'prededed', 'month', 'armory', 'destroyed', 'burning', 'communicated', 'upper', 'story', 'park', 'avenue', 'hotel', 'diagonally', 'street', 'guest', 'bed', 'upper', 'story', 'cut', 'escape', 'heart', 'rending', 'scene', 'followed', 'people', 'crowded', 'window', 'hung', 'ledge', 'escape', 'flame', 'suffocating', 'smoke', 'jumped', 'pavement', 'beneath', 'fatal', 'result', 'soon', 'gotten', 'control', 'person', 'lost', 'life', 'fifty', 'injured', 'injured', 'died', 'shortly', 'taken', 'hospital', 'frightful', 'catastrophe', 'stretch', 'scarcely', 'mile', 'park', 'avenue', 'terrible', 'record', 'opening', 'new_year', 'came', 'collision', 'railway', 'tunnel', 'fifty', 'sixth', 'street', 'january', 'seventeen', 'killed', 'score', 'injured', 'january', 'explosion', 'occurred', 'rapid', 'transit', 'tunnel', 'street', 'killed', 'fifty', 'injured', 'good', 'deal', 'property', 'destroyed', 'church', 'city', 'february', 'reference', 'prayer', 'sermon', 'incoming', 'tide', 'great', 'calamity', 'set', 'great', 'imperial', 'city', 'note', 'comment']
root - INFO - extracting file #139500: 2017-04-Final-Corpus/SOL19021101-V17-12-page48.txt
root - INFO - extracting file #140000: 2017-04-Final-Corpus/SOL19030709-V18-28-page4.txt
root - INFO - ['sentinel', 'christian', 'liberty', 'christ', 'town', 'city', 'state', 'mayor', 'councilman', 'christian', 'christ', 'rule', 'cincinnati', 'convention', 'year', 'ago', 'samuel', 'capen', 'delivered', 'address', 'entitled', 'christian', 'endeavorer', 'duty', 'municipal', 'politics', 'declared', 'christian_man', 'primary', 'meeting', 'sacred', 'appointment', 'place', 'prayer', 'sentiment', 'expressed', 'carlos', 'martyr', 'book', 'christian', 'citizenship', 'coun', 'sels', 'brother', 'church', 'leave', 'prayer_meeting', 'sister', 'attend', 'primary', 'pull', 'wire', 'kingdom', 'god', 'kingdom', 'speaking', 'christian', 'endeavor', 'society', 'said', 'society', 'numerous', 'church', 'banded', 'local', 'union', 'previous', 'election', 'assume', 'temporarily', 'function', 'political', 'convention', 'ratifying', 'candidate', 'carry', 'wish', 'christian', 'portion', 'community', 'purpose', 'christian', 'citizenship', 'movement', 'general', 'stated', 'official', 'organ', 'christian', 'citizenship', 'league', 'kingship', 'jesus', 'established', 'land', 'world', 'teaching', 'rule', 'public', 'affair', 'christian', 'citizenship', 'league', 'achieved', 'purpose', 'prepare', 'way', 'thc', 'lord', 'shall', 'kingdom', 'god', 'come', 'outward', 'day', 'religious_world', 'multitude', 'believe', 'working', 'establishment', 'kingdom', 'christ', 'earthly', 'temporal', 'dominion', 'desire', 'iour', 'lord', 'ruler', 'kingdom', 'world', 'ruler', 'court', 'camp', 'legislative', 'hall', 'palace', 'market', 'place', 'expect', 'rule', 'legal', 'enactment', 'enforced', 'human_authority', 'way', 'coming', 'prepared', 'truth', 'come', 'quotation', 'multiplied', 'sufficient', 'indicate', 'nature', 'movement', 'enlisted', 'support', 'great', 'host', 'christian', 'endeavor', 'great', 'organization', 'christian', 'endeavor', 'glad', 'believe', 'great_body', 'membership', 'committed', 'actively', 'movement', 'entered', 'giving', 'matter', 'careful', 'thought', 'great', 'error', 'plain', 'article', 'follow', 'article', 'written', 'sent', 'spirit', 'criticism', 'love', 'great_principles', 'truth', 'set', 'aside', 'desire', 'stay', 'tendency', 'certain', 'result', 'great', 'evil', 'church', 'world', 'continued', 'pray', 'success', 'prosperity', 'christian', 'endeavor', 'effort', 'putting', 'forth', 'god', 'humanity', 'way', 'forth', 'know', 'putting', 'forth', 'effort', 'pray', 'christian', 'endeavorers', 'hand', 'paper', 'come', 'helped', 'persuaded', 'corrvinced', 'presented', 'led', 'constant', 'guide', 'christian', 'endeavor', 'glorious', 'motto', 'power', 'spirit', 'saith', 'lord', 'christ', 'person', 'undertake', 'act', 'stead', 'execute', 'law', 'kingdom', 'establishment', 'kingdom', 'jew', 'desired', 'day', 'christ', 'received', 'jesus', 'willing', 'establish', 'temporal', 'dominion', 'enforce', 'regarded', 'law', 'god', 'expositor', 'agent', 'authority', 'said', 'kingdom', 'world', 'accept', 'earthly', 'throne']
root - INFO - extracting file #140500: 2017-04-Final-Corpus/ST18740813-V01-06-page5.txt
root - INFO - extracting file #141000: 2017-04-Final-Corpus/ST18780530-V04-21-page7.txt
root - INFO - ['sign', 'time', 'agant', 'crop', 'largest', 'gathered', 'sold', 'fair', 'price', 'thought', 'time', 'flush', 'woman', 'virginia', 'begun', 'movement', 'agitate', 'favor', 'paying', 'state', 'debt', 'organizationnvith', 'headquarters', 'warrenton', 'state', 'hope', 'render', 'effective', 'aid', 'bringing', 'voter', 'common', 'wealth', 'realizing', 'sense', 'grace', 'repudiation', 'population', 'london', 'estimated', 'registrar', 'general', 'million', 'excess', 'return', 'census', 'section', 'embraced', 'registrar', 'table', 'london', 'includes', 'county', 'comprises', 'area', 'square_mile', 'sacred', 'monkey', 'aggravating', 'suffering', 'famine', 'stricken', 'inhabitant', 'northwestern', 'province', 'india', 'near', 'mooraciabad', 'number', 'brahmin', 'thousand', 'pest', 'holy', 'ground', 'allow', 'roam', 'ripening', 'field', 'strip', 'long', 'way', 'said', 'icontfintalole', 'rimy', 'wage', 'broke', 'delayed', 'slept', 'iii', 'car', 'boy', 'played', 'trick', 'waked', 'wrong', 'station', 'stay', 'night', 'whipple', 'village', 'tell', 'taitli', 'good', 'deal', 'worriment', 'thing', 'getting', 'bright', 'added', 'radiant', 'ice', 'shall', 'house', 'good', 'health', 'proper', 'diet', 'man', 'continued', 'begin', 'comparative', 'examination', 'organ', 'mastication', 'teeth', 'teeth', 'man', 'thirty', 'number', 'sixteen', 'jaw', 'set', 'consisting', 'incisor', 'teeth', 'cuspid', 'erroneously', 'called', 'canine', 'teeth', 'jaw', 'presenting', 'appearance', 'teeth', 'predaceous', 'animal', 'judging', 'canine', 'teeth', 'obliged', 'consider', 'camel', 'carnivorous', 'animal', 'dog', 'brought', 'inevitable', 'conclusion', 'called', 'canine', 'teeth', 'man', 'prove', 'flesh', 'eating', 'animal', 'prove', 'horse', 'camel', 'stag', 'evidence', 'case', 'animal', 'ample', 'conclusive', 'brought', 'fair', 'logical', 'reasoning', 'conclusion', 'absurd', 'fallacious', 'wise', 'decide', 'cuspid', 'man', 'herbivi', 'rous', 'animal', 'provided', 'purpose', 'tearing', 'meat', 'consequently', 'way', 'indicative', 'rxe', 'sta', 'soon', 'dismissed', 'boy', 'said', 'conway', 'earnestly', 'turning', 'teeth', 'bicuspid', 'small', 'cheek', 'teeth', 'albert', 'lyman', 'anxiously', 'waited', 'spoke', 'errand', 'suppose', 'came', 'saw', 'ray', 'dvertisinent', 'molar', 'large', 'cheek', 'teeth', 'teeth', 'unlike', 'known', 'animal', 'arranged', 'jaw', 'close', 'juxtaposition', 'fact', 'worthy', 'notice', 'teeth', 'man', 'night', 'yes', 'sir', 'replied', 'simultaneously', 'vei', 'believe', 'came', 'firstg', 'nearly', 'thatan', 'argument', 'based', 'carnivorous', 'character', 'hat', 'yomsnarnel', 'inn', 'albert', 'gregory', 'sir', 'think', 'suit', 'brought', 'testimonial', 'ability', 'character', 'men', 'tquire', 'jenks', 'rev', 'joseph', 'lee', 'nshatr', 'letter', 'recpmmeadation', 'holding', 'conway', 'want', 'returned', 'aercehlaant', 'seen', 'understancpyour', 'character', 'present', 'addressed', 'word', 'lyman', 'cam', 'elrouldbe', 'vegryla', 'work', 'said', 'mari', 'yanothea', 'poor', 'want', 'ter', 'earn', 'living', 'testinica', 'ale', 'yai', 'yen', 'said', 'old', 'randal', 'waiting', 'opportunity', 'thing', 'told', 'men', 'chant', 'polite', 'helpful', 'lyman', 'ljeen', 'hini', 'conway', 'fixecthis', 'eye', 'severely', 'bey', 'contrast', 'jilin', 'young', 'dearnwae', 'certainly', 'worth', 'lesa', 'albert', 'gregory', 'said', 'merchant', 'oceirpied', 'theeeat', 'car', 'evening', 'heard', 'exultingly', 'wickedly', 'yeasting', 'deceived', 'distressed', 'old_man', 'randal', 'ley', 'whealieff', 'yea', 'caused', 'erig', 'etraion', 'randal', 'looked', 'earnestly', 'albert', 'declare', 'rernemoer', 'sure', 'useless', 'albert', 'attempt', 'indication', 'stammered', 'excuse', 'stuck', 'inn', 'throat', 'glad', 'alride', 'mortification', 'early', 'eseape', 'prestfallen', 'elm', 'away', 'taking', 'testrinonials', 'lyman', 'said', 'conway', 'kindly', 'hall', 'glad', 'employ', 'store', 'ktoil', 'shall', 'good', 'pay', 'sure', 'yort', 'yeu', 'begin', 'work', 'lyinan', 'eye', 'danced', 'joy', 'left', 'conntinvoom', 'receive', 'instruction', 'peraa', 'head', 'clerk', 'canine', 'teeth', 'carnivore', 'express', 'purpose', 'seizing', 'holding', 'prey', 'tearing', 'flesh', 'bone', 'teeth', 'man', 'evidently', 'utterly', 'worthless', 'purpose', 'mee', 'let', 'briefly', 'compare', 'organ', 'mastication', 'animal', 'herbivorous', 'ruminating', 'animal', 'incisor', 'longer', 'stronger', 'man', 'molar', 'better', 'adapted', 'grinding', 'man', 'fact', 'structure', 'teeth', 'different', 'instead', 'completely', 'encased', 'enamel', 'case', 'man', 'alternate', 'layer', 'bone', 'enamel', 'arranged', 'vertically', 'soft', 'bone', 'wear', 'away', 'faster', 'enamel', 'surface', 'teeth', 'constantly', 'present', 'rough', 'uneven', 'surface', 'considerable', 'resemblance', 'incisor', 'teeth', 'gnawing', 'animal', 'like', 'rat', 'beaver', 'differ', 'man', 'extent', 'leave', 'possibility', 'establish', 'ing', 'dietetic', 'relation', 'profess', 'remarkable', 'resemblance', 'human', 'teeth', 'carnivore', 'let', 'consider', 'matter', 'attention', 'incisor', 'flesh', 'eating', 'animal', 'usually', 'sharp', 'round', 'pointed', 'acuminated', 'man', 'opposite', 'case', 'look', 'molar', 'teeth', 'vast', 'difference', 'carnivpra', 'present', 'sawlike', 'surface', 'jaw', 'shut', 'like', 'shear', 'certainly', 'gre', 'likeness', 'eye', 'corner', 'teeth', 'usually', 'called', 'canine', 'teeth', 'supposed', 'resemblance', 'cuspile', 'dog', 'examination', 'stilt', 'resemblance', 'incisor', 'molar', 'man', 'eye', 'teeth', 'little', 'pointed', 'incisor', 'true', 'merely', 'result', 'gradual', 'transition', 'chisel', 'like', 'incisor', 'rough', 'jagged', 'molar', 'portion', 'mouth', 'man', 'cuspid', 'eye', 'teeth', 'seldom', 'longer', 'teeth', 'difference', 'sufficient', 'degree', 'appreciable', 'hand', 'carnivora', 'teeth', 'long', 'powerful', 'protruding', 'mouth', 'sharp', 'pointed', 'doubt', 'truth', 'statement', 'easily', 'satisfy', 'looking', 'mouth', 'cat', 'dog', 'little', 'resemblance', 'teeth', 'surprising', 'scientific', 'man', 'cared', 'reputation', 'accurate', 'observer', 'claim', 'resemblance', 'adapted', 'favorite', 'vaunted', 'argument', 'man', 'carnivorous', 'character', 'fall', 'ground', 'subjected', 'test', 'careful', 'criticism', 'fact', 'destroys', 'prof', 'altogether', 'true', 'prof', 'astonishing', 'whimsical', 'argument', 'urged', 'rational', 'men', 'religious', 'news', 'note', 'christian', 'secretary', 'messrs', 'moody', 'sankey', 'closed', 'labor', 'tabernacle', 'new', 'haven', 'friday', 'evening', 'messrs', 'pentecast', 'stebbins', 'follow', 'beginning', 'service', 'tuesday', 'week', 'said', 'hold', 'meeting', 'church', 'instead', 'tabernacle', 'moody', 'labor', 'week', 'new', 'haven', 'holding', 'meeting', 'shop', 'hall', 'personal_work', 'opportunity', 'present', 'intends', 'home', 'northfield', 'mass', 'sankey', 'said', 'gone', 'visit', 'home', 'pennsylvania', 'exchange', 'activity', 'rome', 'sleepless', 'increase', 'roman', 'catholic', 'priest', 'england', 'scotland', 'whilst', 'convent', 'monastery', 'religious', 'order', 'multiplying', 'rapidly', 'convent', 'france', 'liable', 'suppression', 'law', 'enforced', 'second', 'empire', 'priest', 'availing', 'boundless', 'influence', 'empress', 'eugenie', 'husband', 'began', 'covertly', 'reopen', 'religious', 'house', 'monk', 'different', 'community', 'nun', 'shall', 'soon', 'progress', 'scotland', 'edge', 'wedge', 'fairly', 'driven', 'ceremony', 'laying', 'corner_stone', 'new_church', 'congregational', 'society', 'oakland', 'occurred', 'person', 'present', 'ceremony', 'listened', 'attention', 'programme', 'exercise', 'embraced', 'scriptural', 'reading', 'response', 'congregation', 'singing', 'hymn', 'prayer', 'address', 'new_church', 'completed', 'finest', 'ecclesiastical', 'structure', 'california', 'month', 'ago', 'ground', 'broken', 'placing', 'brick', 'foundation', 'expected', 'middle', 'december', 'cost', 'secular', 'news', 'submit', 'fate', 'state', 'mississippi', 'ninety', 'newspaper', 'combined', 'circulation', 'arkansas', 'seventy', 'newspaper', 'com', 'bined', 'circulation', 'mississippi', 'people', 'circulates', 'newspaper', 'fourteen', 'soul', 'arkansas', 'people', 'proportion', 'population', 'newspaper', 'circulation', 'mississippi', 'new', 'city', 'hall', 'oakland', 'finished', 'paid', 'transfer', 'public', 'valuable', 'different', 'apartment', 'began', 'inside', 'building', 'light', 'bright', 'airy', 'neat', 'approximately', 'handsome', 'finish', 'admirably', 'arranged', 'point', 'utility', 'convenience', 'presentable', 'appearance', 'questioned', 'public', 'build', 'ing', 'good', 'erected', 'coast', 'money', 'viz', 'stated', 'new', 'york', 'city', 'population', 'number', 'family', 'living', 'city', 'dwelling', 'house', 'house', 'containing', 'family', 'classed', 'tenement', 'number', 'population', 'number', 'born', 'united', 'state', 'different', 'nationality', 'supply', 'foreign', 'population', 'past_year', 'marriage', 'birth', 'death', 'total', 'value', 'property', 'city', 'limit', 'set', 'paying', 'tax', 'new', 'torpedo', 'john', 'ericsson', 'built', 'steam', 'engine', 'wooden', 'armed', 'steam', 'vessel', 'spent', 'year', 'model', 'engine', 'driven', 'solely', 'power', 'solar', 'heat', 'fifty', 'year', 'perfected', 'patent', 'mechanical', 'invention', 'new', 'york', 'preserving', 'health', 'strength', 'proper', 'diet', 'work', 'invention', 'new', 'torpedo', 'irresistible', 'power', 'conductor', 'carry', 'vessel', 'deadly', 'effect', 'accuracy', 'capt', 'ericsson', 'enthusiasm', 'usuccessful', 'inventor', 'confidently', 'predicts', 'torpedo', 'sea', 'clear', 'peaceable', 'commerce', 'discontinue', 'iron', 'clads', 'coast', 'fortification', 'concede', 'inventor', 'ironclad', 'wipe', 'experiment', 'decemberin', 'hudson', 'torpedo', 'foot', 'inch', 'long', 'weighing', 'pound', 'propelled', 'horizontally', 'water', 'mean', 'compressed', 'air', 'rate', 'nautical', 'mile', 'hour', 'foot', 'inventor', 'iron', 'clad', 'built', 'fast', 'strong', 'escape', 'new', 'engine', 'destruction', 'conductor', 'carry', 'building', 'vessel', 'foot', 'long', 'foot', 'beam', 'wedgeshaped', 'bow', 'sharp', 'end', 'covered', 'heavy', 'inclined', 'plating', 'intended', 'foot', 'water', 'fighting', 'trim', 'propelled', 'peculiarly', 'fashioned', 'engine', 'horse', 'power', 'designed', 'capt', 'ericsson', 'run', 'swiftly', 'end', 'torpedo', 'mouth', 'shoot', 'unprotected', 'surface', 'iron', 'clad', 'water', 'conductor', 'presenting', 'small', 'surface', 'teen', 'enemy', 'rendered', 'impregnable', 'iron', 'ship', 'iron', 'plate', 'meet', 'expectation', 'author', 'revolutionize', 'present', 'clumsy', 'method', 'naval', 'warfare', 'sel', 'conway', 'paid', 'harrington', 'orley', 'owed', 'randal', 'envy', 'lead', 'lifted', 'good', 'old', 'flier', 'heart', 'remained', 'visitor', 'day', 'conway', 'house', 'treated', 'utmost', 'deference', 'ittention', 'conway', 'purchased', 'suit', 'warm', 'clothes', 'ail', 'overcoat', 'sent', 'confidential', 'clerk', 'hfin', 'return', 'journey', 'hit', 'safely', 'horse', 'iliger', 'goad', 'randal', 'forgotten', 'keceived', 'handsome', 'present', 'money', 'affection', 'occurred', 'disturb', 'life', 'aged', 'worthy', 'pair', 'albert', 'gregory', 'obtained', 'excellent', 'sitilatiort', 'new', 'york', 'false', 'character', 'wanton', 'disregard', 'feeling', 'asand', 'right', 'hateful', 'eel', 'ployers', 'associate', 'seen', 'desirable', 'seek', 'place', 'alle', 'changed', 'place', 'time', 'irdshis', 'career', 'unhappy', 'conway', 'message', 'grateful', 'revenue', 'united', 'state', 'example', 'penalty', 'frivoleirs', 'rhabits', 'heartless', 'nature', 'new', 'jersey', 'established', 'state', 'inebriate', 'asylum', 'vineland', 'lyman', 'dean', 'successful', 'merchant', 'partner', 'conway', 'occupies', 'high', 'position', 'society', 'honorable', 'reestablishing', 'capital', 'punishment', 'iowa', 'passed', 'state', 'senate', 'new', 'law', 'recent', 'rainstorm', 'derver', 'colorado', 'swept', 'away', 'seven', 'bridge', 'destroyed', 'property', 'year', 'united', 'state', 'sold', 'worth', 'arm', 'munition', 'war', 'europe', 'estimated', 'wheat', 'crop', 'california', 'reach', 'fifty', 'million', 'bushel', 'estimate', 'considered', 'extrav', 'terprising', 'man', 'sel', 'iof', 'mind', 'humiliation', 'great', 'arid', 'glaring', 'offen', 'supposes', 'pardon', 'obtained', 'true', 'repentance', 'ahmed', 'war', 'sin', 'permanent', 'inward', 'shame', 'defilement', 'till', 'death', 'sound', 'judgment', 'watch', 'alike', 'belief', 'human', 'specie', 'let', 'reader', 'sufficiently', 'interested', 'matter', 'epentaiv', 'talse', 'repentance', 'grief', 'investigate', 'pain', 'examine', 'retreat', 'mouth', 'horse', 'thought', 'matter', 'surprised', 'wonderful', 'similarity', 'bridle', 'teeth', 'horse', 'cuspid', 'dog', 'horse', 'long', 'teeth', 'upper', 'jaw', 'occupying', 'position', 'sixth', 'presenting', 'appearance', 'canine', 'teeth', 'carnivorous', 'animal', 'stag', 'canine', 'teeth', 'camel', 'furnished', 'difference', 'little', 'weight', 'surface', 'incisor', 'adapted', 'purpose', 'cutting', 'food', 'molar', 'appear', 'specially', 'dapted', 'purpose', 'triturating', 'grinding', 'substance', 'placed', 'consequently', 'cultivator', 'helpless', 'suppose', 'grant', 'argument', 'sake', 'admit', 'mean', 'similarity', 'termed', 'canine', 'teeth', 'man', 'teeth', 'carnivorous', 'animal', 'sufficient', 'establish', 'man', 'carnivorous', 'character', 'predicament', 'little', 'investigation', 'observe', 'animal', 'universally', 'acknowledged', 'herbivorous', 'observation', 'habit', 'century', 'having', 'fully', 'established', 'fact', 'having', 'teeth', 'kind', 'developed', 'extent', 'infitted', 'comparably', 'greater', 'edifice', 'completed']
root - INFO - extracting file #141500: 2017-04-Final-Corpus/ST18790918-V05-36-page1.txt
root - INFO - extracting file #142000: 2017-04-Final-Corpus/ST18800902-V06-33-page8.txt
root - INFO - ['sign', 'time', 'vol', 'tilissionatv', 'ihircimm', 'doe', 'baronius', 'use', 'word', 'signify', 'lord', 'day', 'happens', 'defined', 'word', 'direct', 'reference', 'seven', 'time', 'let', 'read', 'seven', 'definition', 'forever', 'term', 'forever', 'forever', 'generally', 'understood', 'meaning', 'eternity', 'duration', 'time', 'end', 'scotland', 'light', 'broke', 'deeply', 'idea', 'rooted', 'popular', 'roman', 'catholic', 'religion', 'religion', 'baronius', 'record', 'question', 'addressed', 'mind', 'question', 'considered', 'heresy', 'prevailed', 'time', 'reformation', 'comto', 'martyr', 'defines', 'word', 'felwhen', 'read', 'wicked', 'tormented', 'menced', 'work', 'people', 'word', 'collectam', 'collectionem', 'dompapal', 'supremacy', 'society', 'little', 'inic', 'author', 'understands', 'sacrifice', 'lake', 'day', 'night', 'forever', 'rev', 'advance', 'heathen', 'country', 'scott', 'mass', 'recording', 'word', 'martyr', 'think', 'land', 'half', 'wealth', 'nation', 'belonged', 'said', 'law', 'commanded', 'observance', 'matter', 'settled', 'controversy', 'wicked', 'clergy', 'obtained', 'exorbitant', 'dominicum', 'baronius', 'defines', 'statement', 'live', 'eternally', 'flame', 'notwithstanding', 'degree', 'opulence', 'power', 'life', 'evidently', 'christian', 'law', 'concerning', 'domin', 'scripture', 'plainly', 'declare', 'lake', 'caused', 'corrupted', 'wealth', 'idleness', 'doubt', 'celebrating', 'sacrifice', 'igniting', 'melting', 'earth', 'shall', 'cause', 'scandal', 'religion', 'outrage', 'decency', 'iltronius', 'romish', 'word', 'sacrifice', 'mass', 'perdition', 'destruction', 'webster', 'sec', 'ignorance', 'great', 'dissoluterefers', 'celebration', 'lord', 'supper', 'ond', 'death', 'ungodly', 'rev', 'pet', 'ness', 'moral', 'bishop', 'martyr', 'conclusion', 'examination', 'prov', 'shall', 'ashamed', 'confess', 'read', 'main', 'defines', 'celebration', 'dominicum', 'destroyed', 'isa', 'burned', 'portion', 'sacred', 'scripture', 'ignorance', 'shown', 'relating', 'root', 'branch', 'mal', 'destroyed', 'soul', 'common_people', 'prepared', 'superthings', 'christian', 'moved', 'body', 'matt', 'stition', 'religious', 'imposture', 'time', 'severe', 'persecution', 'celebrate', 'dominicum', 'obd', 'cease', 'exist', 'cut', 'book', 'intended', 'evidently', 'declared', 'saint', 'shall', 'inherit', 'earth', 'able', 'wise', 'unto', 'sin', 'sinner', 'effect', 'sin', 'forever', 'wiped', 'salvation', 'locked', 'use', 'proplaces', 'sacrifice', 'bloodshed', 'away', 'earth', 'purified', 'everlasting', 'hibited', 'severe', 'penalty', 'trusted', 'divine', 'appointment', 'presently', 'defines', 'domillicum', 'gain', 'saying', 'fact', 'exabode', 'rev', 'pet', 'pretended', 'spiritual', 'guide', 'instructed', 'trust', 'salvation', 'perform', 'matt', 'ance', 'certain', 'rite', 'ceremony', 'docpression', 'employed', 'time', 'reference', 'temple', 'god', 'church', 'ash', 'wicked', 'mingled', 'dust', 'trine', 'christianity', 'remained', 'scarcely', 'anyearth', 'united', 'matter', 'saint', 'tread', 'mal', 'thing', 'avaricious', 'priest', 'monk', 'thing', 'related', 'sufficiently', 'shown', 'term', 'meant', 'eternity', 'stood', 'ready', 'devour', 'temporal', 'substance', 'concerning', 'celebration', 'dominicum', 'duration', 'harmonize', 'declaration', 'sacrifice', 'mass', 'understood', 'observe', 'rev', 'fact', 'avenue', 'light', 'enter', 'carefully', 'guarded', 'learning', 'throw', 'light', 'scripture', 'branded', 'heresy', 'statement', 'word', 'presented', 'presented', 'tithe', 'employed', 'designate', 'temple', 'lord', 'evidence', 'substantiate', 'fact', 'frightful', 'picture', 'drawn', 'thing', 'related', 'signify', 'scripture', 'warrant', 'giving', 'limited', 'separated', 'romish', 'application', 'use', 'word', 'great', 'church', 'held', 'church', 'sacrifice', 'mass', 'testimony', 'exceedstumbling', 'block', 'removed', 'harmony', 'restored', 'deter', 'following', 'example', 'ingly', 'explicit', 'baronius', 'finished', 'meaningless', 'form', 'ceremony', 'index', 'tome', 'explains', 'word', 'word', 'god', 'religion', 'person', 'express', 'diswith', 'direct', 'reference', 'martyrdom', 'collecta', 'statement', 'collecta', 'dominicum', 'mass', 'xxxix', 'missa', 'mass', 'collecta', 'dominicum', 'xxxix', 'dominicum', 'celebrate', 'dominicum', 'conduct', 'mass', 'xxxix', 'xlix', 'dot', 'possible', 'mistake', 'meaning', 'baronius', 'dominicum', 'signifies', 'mass', 'celebration', 'supper', 'martyr', 'doubtless', 'different', 'pompous', 'ceremony', 'church', 'rome', 'observes', 'mass', 'sacrament', 'lord', 'supper', 'concerning', 'tested', 'observing', 'cruel', 'death', 'word', 'dominicum', 'signifies', 'sacred', 'mystery', 'ruinart', 'defines', 'baronius', 'seven', 'time', 'affirming', 'definition', 'acknowledging', 'signify', 'temple', 'god', 'plainly', 'declares', 'record', 'meaning', 'service', 'romanists', 'sacrifice', 'mass', 'gilfillan', 'read', 'dare', 'quote', 'baronius', 'saying', 'martyr', 'tested', 'question', 'kept', 'lord', 'day', 'know', 'writing', 'direct', 'falsehood', 'thought', 'honor', 'god', 'advancement', 'cause', 'truth', 'demanded', 'act', 'hand', 'gilfillan', 'wrote', 'work', 'domville', 'called', 'attention', 'fact', 'sentence', 'dominicum', 'servasti', 'doe', 'occur', 'acta', 'martyrum', 'different', 'verb', 'time', 'popular', 'form', 'question', 'given', 'gilfillan', 'declares', 'baronius', 'record', 'martyrdom', 'tormented', 'forever', 'burned', 'satisfaction', 'account', 'abuse', 'ash', 'die', 'cease', 'exist', 'proposed', 'correction', 'let', 'stigmatized', 'heretic', 'escaped', 'cited', 'different', 'form', 'question', 'recorded', 'barothe', 'thing', 'applied', 'adam', 'clarke', 'nius', 'precisely', 'mean', 'long', 'thing', 'considering', 'surthose', 'acta', 'martyrum', 'dominicum', 'servasti', 'doe', 'occur', 'historian', 'gilfillan', 'stating', 'doe', 'guilty', 'untruth', 'comparatively', 'unimportant', 'asserting', 'baronius', 'speaks', 'lord', 'day', 'dominicum', 'gilfillan', 'stand', 'convicted', 'inexcusable', 'falsehood', 'matter', 'importance', 'tttper', 'collectam', 'namque', 'collectionem', 'dominicum', 'intellegit', 'seinper', 'auctor', 'sacrificium', 'ldissai', 'baronius', 'tome', 'xxxix', 'scilicet', 'lex', 'christiana', 'dominic', 'nempe', 'sacrificio', 'celebrando', 'xlvii', 'tde', 'celebratione', 'dominici', 'quod', 'autem', 'superius', 'recitatis', 'actis', 'sit', 'demonstratum', 'flagrantis', 'persecutionis', 'etiam', 'tempore', 'solicitor', 'luisse', 'christianos', 'celebrate', 'dominicum', 'nempe', 'alias', 'pluribus', 'declararimus', 'ipsuin', 'sacrosanctum', 'sacrificium', 'ineruentum', 'lxxxiii', 'tquod', 'etsi', 'sciamus', 'eamdem', 'vocem', 'pro', 'dei', 'temple', 'interdum', 'aceipi', 'soliatani', 'tamen', 'quoit', 'ecclesias', 'omnes', 'solo', 'aquatic', 'fuissent', 'aliis', 'superius', 'recitatis', 'celebratione', 'dominici', 'nonisi', 'sacrificium', 'posse', 'intelligo', 'satis', 'eat', 'declaratum', 'lxxxiv', 'collecta', 'dominicum', 'mesa', 'idem', 'xxxix', 'idem', 'quod', 'collecta', 'sive', 'dominicum', 'xxxix', 'idominicum', 'celebrare', 'idem', 'quod', 'miss', 'agere', 'xxxix', 'xlix', 'rowiding', 'circumstance', 'exist', 'forever', 'come', 'greek', 'word', 'aion', 'defined', 'greenfield', 'duration', 'finite', 'infinite', 'unlimited', 'duration', 'eternity', 'period', 'duration', 'past', 'present', 'future', 'time', 'age', 'lifetime', 'world', 'universe', 'mented', 'day', 'night', 'forever', 'declaration', 'shall', 'burned', 'come', 'power', 'second', 'death', 'place', 'shall', 'place', 'burned', 'earth', 'pet', 'shall', 'new', 'righteous', 'dwell', 'forever', 'rice', 'read', 'lord', 'shall', 'endure', 'flight', 'immured', 'dungeon', 'burnt', 'forever', 'know', 'unlimited', 'god', 'stake', 'guarded', 'coreverlasting', 'everlasting', 'lam', 'dan', 'word', 'express', 'eternity', 'duration', 'need', 'multiply', 'text', 'point', 'think', 'deny', 'jonah', 'read', 'experience', 'swallowed', 'great', 'fish', 'went', 'mountain', 'earth', 'bar', 'forever', 'long', 'day', 'night', 'chap', 'evidently', 'limited', 'application', 'ruption', 'form', 'ceremony', 'clergy', 'ruled', 'people', 'making', 'important', 'devil', 'ruled', 'clergy', 'devil', 'manlier', 'spread', 'net', 'darkness', 'people', 'prevent', 'work', 'god', 'prevent', 'light', 'reformation', 'reaching', 'honest_hearts', 'dungeon', 'seed', 'truth', 'german', 'bible', 'good', 'soil', 'luther', 'heart', 'unknown', 'mean', 'history', 'intimate', 'stray', 'writing', 'luther', 'gleam', 'imparted', 'patrick', 'hamilton', 'young_man', 'relative', 'james', 'read', 'hebrew', 'servant', 'released', 'end', 'seven', 'year', 'chose', 'stay', 'master', 'iii', 'free', 'utterance', 'church', 'master', 'door', 'post', 'bore', 'ear', 'awl', 'record', 'state', 'shall', 'serve', 'forever', 'long', 'longer', 'live', 'represents', 'lifetime', 'course', 'indefinite', 'life', 'uncertain', 'list', 'greatly', 'extended', 'space', 'allowed', 'sufficient', 'given', 'doe', 'mean', 'eternity', 'bible', 'word', 'indefinite', 'time', 'express', 'determined', 'connection', 'applied', 'eternal', 'thing', 'god', 'holy', 'angel', 'inheritance', 'saint', 'know', 'signifies', 'eternity', 'applied', 'thing', 'life', 'probationary', 'state', 'thing', 'god', 'plainly', 'declares', 'shall', 'come', 'end', 'limited', 'time', 'application', 'extend', 'farther', 'aroused', 'suspicion', 'clergy', 'attracted', 'fame', 'luther', 'repaired', 'wittenburg', 'acquainted', 'melancthon', 'enlisted', 'university', 'marburg', 'direction', 'learned', 'pious', 'lambert', 'seized', 'unconquerable', 'desire', 'impart', 'knowledge', 'received', 'countryman', 'vain', 'danger', 'exposed', 'presented', 'determination', 'fixed', 'taking', 'single', 'attendant', 'returned', 'scotland', 'missionary_spirit', 'kindled', 'extinguished', 'haskell', 'quarterly', 'meeting', 'october', 'special', 'desire', 'quarterly', 'meeting', 'october', 'shall', 'meeting', 'great_benefit', 'cause', 'conference', 'let', 'brother', 'sister', 'mind', 'attend', 'meeting', 'church', 'belong', 'attend', 'report', 'church', 'writing', 'letter', 'belong', 'church', 'report', 'letter', 'beaverton', 'oregon', 'shall', 'pleased', 'hear', 'learn', 'truth', 'neighborhood', 'similar', 'testimony', 'schrevelius', 'liddell', 'scott', 'parkhurst', 'robinson', 'wahl', 'cruden', 'standard', 'authority', 'unanimous', 'giving', 'definition', 'word', 'tion', 'ordinance', 'organized', 'church', 'presented', 'shown', 'bible', 'let', 'difficulty', 'wrong', 'exist', 'fact', 'need', 'difficulty', 'settled', 'perfect', 'union', 'existing', 'harmonizing', 'statement', 'shall', 'tor', 'preparation', 'celebraamong', 'know', 'communion', 'express', 'fellowship', 'jesus', 'great', 'head', 'church', 'perfect', 'fellowship', 'exist', 'brother', 'sister', 'hypocrisy', 'manifested', 'believe', 'people', 'generally', 'conference', 'donot', 'place', 'importance', 'celebrating', 'ordinance']
root - INFO - extracting file #142500: 2017-04-Final-Corpus/ST18810721-V07-27-page2.txt
root - INFO - extracting file #143000: 2017-04-Final-Corpus/ST18820525-V08-20-page8.txt
root - INFO - ['sign', 'time', 'vol', 'returned', 'meeting', 'improved', 'health', 'increased', 'courage', 'renewed', 'hope', 'peace', 'christ', 'abiding', 'heart', 'look', 'condition', 'health', 'week', 'lord', 'wrought', 'hardly', 'language', 'express', 'gratitude', 'god', 'emergency', 'sustained', 'fear', 'faith', 'strong', 'wave', 'affliction', 'gone', 'head', 'lord', 'revealed', 'power', 'cast', 'care', 'careth', 'camp', 'meeting', 'best', 'attended', 'dear', 'brother', 'sister', 'shall', 'assemble', 'camp', 'meeting', 'jesus', 'great_things', 'faithfully', 'perform', 'duty', 'yield', 'god', 'honor', 'lord', 'obeying', 'commandment', 'term', 'little', 'thing', 'truth', 'like', 'divine', 'author', 'unchangeable', 'requirement', 'yesterday', 'day', 'forever', 'harmony', 'tradition', 'men', 'doe', 'conform', 'opinion', 'truth', 'brought', 'separation', 'god', 'people', 'world', 'position', 'year', 'peculiar_people', 'approved', 'god', 'doe', 'regard', 'present_position', 'gained', 'spirituality', 'departed', 'early', 'simplicity', 'living', 'epistle', 'known', 'read', 'men', 'saviour', 'mission', 'purify', 'unto', 'peculiar_people', 'zealous', 'good_works', 'disciple', 'light', 'world', 'apostle', 'paul', 'declares', 'spectacle', 'world', 'angel', 'men', 'person', 'reveal', 'life', 'faith', 'posse', 'dress', 'conversation', 'house', 'associate', 'bear', 'testimony', 'world', 'greater', 'force', 'word', 'faith', 'perfect', 'work', 'faith', 'work', 'dead', 'profess', 'giving', 'world', 'message', 'mercy', 'daily_life', 'harmony', 'pro', 'fession', 'form', 'godliness', 'popular', 'world', 'pro', 'fession', 'christianity', 'cost', 'little', 'choose', 'way', 'self', 'denial', 'way', 'cross', 'apostle', 'bear', 'body', 'mark', 'lord', 'jesus', 'desiring', 'know', 'christ', 'crucified', 'god', 'blessing', 'attend', 'faithful', 'channel', 'light', 'world', 'conduct', 'sour', 'camp', 'meeting', 'beginning', 'meeting', 'teach', 'work', 'wise', 'generalship', 'labor', 'permitted', 'come', 'wholly', 'minister', 'deprive', 'people', 'education', 'need', 'feel', 'responsibility', 'rest', 'engage', 'meeting', 'tent', 'work', 'help', 'help', 'reason', 'dying', 'spiritually', 'slothful', 'ser', 'vants', 'work', 'increase', 'spiritual_strength', 'work', 'great', 'probation', 'soon', 'close', 'wrath', 'god', 'poured', 'earth', 'sweet', 'voice', 'mercy', 'soon', 'cease', 'heard', 'servant', 'true', 'shepherd', 'realize', 'peril', 'time', 'labor', 'earnestly', 'bring', 'soul', 'christ', 'depend', 'theory', 'conclusive', 'argument', 'sufficient', 'hope', 'reach', 'people', 'god', 'bible', 'sure_word', 'prophecy', 'whereunto', 'heed', 'labor', 'word', 'doctrine', 'vital', 'connection', 'god', 'deep', 'living', 'experience', 'clear', 'convincing', 'argument', 'appeal', 'understanding', 'spirit', 'god', 'abiding', 'heart', 'minister', 'speak', 'heart', 'hear', 'rule', 'minister', 'formal', 'people', 'earnest', 'merely', 'desk', 'desk', 'fully', 'solemnly', 'believe', 'truth', 'preach', 'wish', 'feel', 'feel', 'minister', 'adopting', 'custom', 'church', 'copying', 'habit', 'manner', 'labor', 'pulpit', 'preaching', 'mechanical', 'mere', 'trade', 'kindle', 'taper', 'divine', 'altar', 'unction', 'high', 'shepherd', 'flock', 'earnest', 'vigilant', 'active', 'end', 'nearer', 'believed', 'people', 'right', 'ask', 'watchman', 'night', 'satan', 'sleep', 'time', 'salvation', 'sin', 'ners', 'past', 'let', 'trumpet', 'certain', 'sound', 'let', 'camp', 'meeting', 'occasion', 'visiting', 'feasting', 'occasion', 'heart', 'search', 'ing', 'deep', 'humiliation', 'earnest', 'agonizing', 'prayer', 'judgment', 'god', 'fall', 'unsheltered', 'head', 'sinner', 'time', 'seek', 'worldly', 'honor', 'time', 'exalt', 'self', 'indulge', 'pride', 'ambition', 'god', 'shall', 'come', 'shall', 'silence', 'shall', 'devour', 'shall', 'tempestuous', 'round', 'shall', 'heaven', 'earth', 'judge', 'people', 'shall', 'stand', 'day', 'heaven', 'earth', 'shall', 'hear', 'voice', 'god', 'ing', 'judgment', 'thought', 'word', 'motive', 'revealed', 'stand', 'registered', 'book', 'heaven', 'soul', 'shall', 'tried', 'perfect', 'standard', 'law', 'god', 'case', 'stand', 'god', 'inquisition', 'blood', 'soul', 'shepherd', 'gather', 'flock', 'great_white_throne', 'stand', 'associated', 'influenced', 'day', 'seen', 'work', 'committed', 'hand', 'voice', 'swell', 'glad', 'chorus', 'white', 'catholic', 'washington', 'following', 'writer', 'worthy', 'care', 'ful', 'attention', 'gigantic', 'stride', 'roman_church', 'making', 'united', 'state', 'result', 'chance', 'defined', 'plan', 'stu', 'dent', 'prophecy', 'difficulty', 'forecasting', 'result', 'years_past', 'catholic', 'archbishop', 'held', 'evidently', 'speculation', 'large_part', 'square', 'business', 'city', 'want', 'sell', 'asked', 'congress', 'remit', 'tax', 'hoped', 'donation', 'archbishop', 'property', 'exempted', 'rated', 'assessment', 'half', 'real_value', 'steadily', 'rapidly', 'acquiring', 'valuable', 'real_estate', 'district', 'government', 'archbishop', 'wealthiest', 'proprietor', 'buy', 'odds', 'end', 'lot', 'best', 'class', 'buy', 'church', 'parochial', 'school', 'nunnery', 'school', 'convent', 'asylum', 'home', 'aged', 'pay', 'tax', 'hold', 'sell', 'profit', 'buy', 'present', 'rate', 'purchase', 'united', 'state', 'fourth', 'real_estate', 'district', 'end', 'century', 'baptist', 'numerous', 'catholic', 'methodist', 'greater', 'numerical', 'superiority', 'time', 'church', 'archbishop', 'baltimore', 'exempted', 'property', 'figure', 'follows', 'archbishop', 'gibbon', 'hold', 'exempted', 'property', 'methodist', 'baptist', 'total', 'excess', 'archbishop', 'exempted', 'property', 'striking', 'difference', 'archbishop', 'protestant', 'carefully', 'digested', 'policy', 'regard', 'acquisition', 'property', 'kind', 'paid', 'agent', 'care', 'agent', 'protestant', 'paid', 'easy', 'result', 'district', 'archbishop', 'successor', 'wealthy', 'corporation', 'sole', 'national', 'capital', 'transfer', 'archiepiscopal', 'residence', 'washington', 'longer', 'necessary', 'mask', 'design', 'strongly', 'entrenched', 'defy', 'attack', 'strong', 'political', 'power', 'strong', 'backed', 'seven', 'million', 'cath', 'olics', 'united', 'state', 'control', 'balance', 'power', 'national', 'election', 'recently', 'significant', 'movement', 'archbishop', 'public_school', 'priest', 'refused', 'absolution', 'parent', 'send', 'child', 'school', 'catholic', 'child', 'brought', 'parochial', 'school', 'taught', 'priest', 'catholic', 'population', 'isolated', 'priest', 'accomplish', 'rest', 'population', 'separate', 'education', 'separate', 'social', 'lira', 'placing', 'public_school', 'ban', 'bell', 'book', 'candle', 'noticed', 'short', 'paragraph', 'washington', 'daily', 'res', 'regard', 'great_importance', 'ask', 'careful', 'attc', 'ition', 'love', 'republic', 'examiner', 'berlin', 'paper', 'publishes', 'singular', 'report', 'strong', 'increasing', 'hatred', 'german', 'russia', 'declaration', 'war', 'germany', 'hailed', 'delight', 'russian', 'russian', 'noble', 'turning', 'german', 'servant', 'german', 'tradesman', 'ruined', 'sian', 'deal', 'leaving', 'country', 'fast', 'possible', 'int', 'faissionarp', 'letter', 'brother', 'drew', 'following', 'personal_letter', 'tains', 'matter', 'interesting', 'publish', 'happy', 'cause', 'england', 'onward', 'good_courage', 'left', 'southampton', 'february', 'lon', 'spent', 'week', 'sold', 'worth', 'book', 'including', 'home', 'hand', 'book', 'sold', 'page', 'tract', 'left', 'reading', 'hope', 'good', 'god', 'glory', 'left', 'london', 'march', 'great', 'grimsby', 'lincolnshire', 'labor', 'day', 'brother', 'john', 'happy', 'report', 'progress', 'work', 'invitation', 'visit', 'bradford', 'lord', 'shall', 'distant', 'day', 'believe', 'soon', 'work', 'quarter', 'willing', 'hand', 'earnest', 'lover', 'truth', 'difficult', 'reach', 'people', 'brought', 'knowledge', 'truth', 'depend', 'feel', 'grateful', 'god', 'permitting', 'help', 'ing', 'hand', 'message', 'fallen', 'world', 'prepare', 'people', 'coming', 'blessed', 'lord', 'hull', 'engage', 'missionary_work', 'board', 'ship', 'land', 'shall', 'glad', 'remembered', 'friend', 'america', 'supply', 'reading', 'mat', 'ter', 'language', 'especially', 'english', 'german', 'danish', 'swedish', 'encouraged', 'day', 'god', 'hand', 'work', 'world', 'fast', 'filling', 'cup', 'iniquity', 'monished', 'work', 'whilst', 'day', 'night_cometh', 'man', 'work', 'hope', 'patient', 'labor', 'gather', 'precious', 'sheaf', 'present', 'master', 'come', 'assure', 'people', 'appreciate', 'favor', 'conferred', 'american_brethren', 'sending', 'truth', 'introduced', 'gentleman', 'review', 'sent', 'subscribed', 'said', 'subscription', 'year', 'ago', 'good_paper', 'wanted', 'pay', 'rejoice', 'know', 'prayer', 'god', 'laboring', 'glish', 'field', 'shall', 'strive', 'day', 'double', 'diligence', 'great_work', 'send', 'kind', 'regard', 'missionary_workers', 'hope', 'remembered', 'prayer', 'brother', 'blessed', 'hope', 'geo', 'drew', 'edon', 'road', 'hull', 'yorkshire', 'england', 'nevada', 'closed', 'meeting', 'clair', 'nevada', 'april', 'giving', 'discourse', 'result', 'meeting', 'fourteen', 'united', 'church', 'signed', 'covenant', 'making', 'trying', 'chris', 'tians', 'sold', 'worth', 'book', 'club', 'copy', 'sign', 'taken', 'making', 'taken', 'sab', 'bath', 'school', 'number', 'reorganized', 'believe', 'church', 'greatly', 'strengthened', 'encouraged', 'converted', 'child', 'sab', 'bath', 'keeper', 'neighbor', 'resided', 'near', 'farnsworth', 'eld', 'haskell', 'trip', 'europe', 'review', 'herald', 'eld', 'haskell', 'sailed', 'new', 'york', 'visit', 'missionary', 'old_world', 'visit', 'contemplation', 'years_past', 'pressure', 'duty', 'prevented', 'hitherto', 'great_difficulty', 'time', 'spring', 'bro', 'gardner', 'california', 'traveled', 'extensively', 'year', 'ago', 'familiar', 'custom', 'language', 'central', 'northern', 'europe', 'travel', 'great', 'assist', 'ance', 'eld', 'haskell', 'enable', 'accomplish', 'good', 'important', 'leading', 'brother', 'acquainted', 'state']
root - INFO - extracting file #143500: 2017-04-Final-Corpus/ST18830322-V09-12-page4.txt
root - INFO - extracting file #144000: 2017-04-Final-Corpus/ST18840214-V10-07-page1.txt
root - INFO - ['behold', 'come', 'quickly', 'reward', 'man', 'according', 'work', 'shall', 'rev', 'oakland', 'california', 'fifth', 'day', 'february', 'number', 'courtier', 'wholly', 'ignorant', 'christ', 'manifest', 'palace', 'humble', 'nazarine', 'regarded', 'place', 'hatred', 'derision', 'sermon', 'year', 'gospel', 'way', 'bond', 'attention', 'court', 'prisoner', 'lowly', 'home', 'imperial', 'hall', 'attracted', 'christianity', 'nety', 'paul', 'bond', 'evil', 'doer', 'word', 'captive', 'conquered', 'ruler', 'volume', 'eke', 'iglu', 'ike', 'publisker', 'altet', 'tim', 'international', 'tract', 'icare', 'tor', 'term', 'page', 'mitered', 'post', 'olidoe', 'oakland', 'bible', 'poisr', 'earth', 'heaven', 'swept', 'angel', 'wing', 'low', 'swing', 'little', 'child', 'touch', 'secret', 'spring', 'glad', 'song', 'earth', 'air', 'sky', 'wake', 'joyful', 'strain', 'sweet', 'refrain', 'soothe', 'aching', 'heart', 'bed', 'pain', 'poet', 'sweep', 'afar', 'fancy', 'wing', 'thought', 'rise', 'etherial', 'sky', 'nature', 'faint', 'towering', 'earthly', 'wisdom', 'resoh', 'simply', 'clear', 'sublimer', 'truth', 'appear', 'wayf', 'ring', 'confidence', 'draw', 'new', 'gathered', 'skillful', 'hand', 'fairest', 'thing', 'earth', 'paler', 'birth', 'stamp', 'forever', 'meaner', 'worth', 'ona', 'kingdom', 'utter', 'behest', 'voice', 'small', 'softer', 'murmuring', 'rill', 'sway', 'readier', 'human', 'love', 'born', 'earth', 'shroud', 'tear', 'love', 'drew', 'veil', 'stabler', 'hue', 'god', 'bound', 'chain', 'broken', 'saint', 'send', 'greeting', 'soul', 'bond', 'held', 'slavery', 'philippian', 'church', 'apostle', 'mention', 'chiefly', 'sin', 'declares', 'caesar', 'household', 'brother', 'lord', 'waxing', 'concould', 'exist', 'atmosphere', 'unconfident', 'bond', 'bold', 'genial', 'christianity', 'roman', 'court', 'speak', 'word', 'fear', 'monster', 'wickedness', 'patience', 'meekness', 'stood', 'head', 'nero', 'oblitsubmitted', 'long', 'unjust', 'imprisonment', 'erated', 'soul', 'trace', 'divine', 'drew', 'attention', 'public', 'forced', 'human', 'bear', 'conviction', 'mind', 'whore', 'impress', 'satanic', 'attendant', 'willingness', 'suffer', 'courtier', 'general', 'character', 'unwavering', 'faith', 'doctrine', 'fierce', 'debased', 'corrupt', 'advocated', 'cheerfulness', 'affliction', 'appearance', 'impossible', 'chrisand', 'imprisonment', 'unlike', 'spirit', 'tianity', 'gain', 'foot', 'hold', 'court', 'unfortunate', 'afflicted', 'world', 'palace', 'nero', 'power', 'higher', 'case', 'earthly', 'influence', 'abiding', 'proved', 'truth', 'paul', 'assertion', 'courage', 'faith', 'continual', 'weapon', 'warfare', 'mighty', 'sermon', 'example', 'christian', 'god', 'pulling', 'stronghold', 'trowere', 'nerved', 'greater', 'energy', 'felt', 'phies', 'cross', 'won', 'nero', 'loser', 'adhousehold', 'vile', 'attendant', 'vocates', 'truth', 'pushing', 'forward', 'work', 'viler', 'king', 'gained', 'convert', 'paul', 'temporarily', 'withdrawn', 'son', 'god', 'christian', 'way', 'apostle', 'bond', 'influcretly', 'openly', 'ashamed', 'ential', 'appearance', 'faith', 'felt', 'wannest', 'affection', 'power', 'usefulness', 'older', 'christian_faith', 'cut', 'gath', 'experience', 'afraid', 'ering', 'sheaf', 'christ', 'field', 'ashamed', 'acknowledge', 'brother', 'wholly', 'excluded', 'mean', 'entrance', 'achieved', 'servant', 'god', 'withdrawn', 'firm', 'footing', 'gained', 'christianity', 'active', 'duty', 'voice', 'longer', 'beard', 'admission', 'impossible', 'forin', 'encouragement', 'reproof', 'short', 'promise', 'sweet', 'struggle', 'mer', 'year', 'apostle', 'publicly', 'proclaimed', 'sighted', 'judgment', 'conclude', 'afar', 'healing', 'flow', 'near', 'wide', 'deep', 'covering', 'space', 'sin', 'steep', 'human', 'step', 'american', 'ill', 'enger', 'karat', 'rticin', 'caesar', 'household', 'white', 'faith', 'christ', 'winning', 'power', 'fulness', 'end', 'lord', 'doe', 'sign', 'miracle', 'given', 'unmisso', 'regard', 'mysterious', 'providence', 'takable', 'evidence', 'divine', 'character', 'lament', 'designed', 'god', 'noble', 'firmness', 'rose', 'sage', 'accomplish', 'work', 'greece', 'knowledge', 'eloquence', 'silence', 'argument', 'proud', 'philos', 'christian', 'manifest', 'patienceand', 'ophy', 'undaunted', 'courage', 'stood', 'cheerfulness', 'bereavement', 'suffering', 'king', 'governor', 'reasoned', 'meet', 'death', 'peace', 'calmness', 'righteousness', 'temperance', 'judgment', 'unwavering', 'faith', 'accomplish', 'far', 'come', 'haughty', 'ruler', 'trembled', 'overcoming', 'opposition', 'beholding', 'terror', 'enemy', 'gospel', 'efday', 'god', 'fected', 'labored', 'utmost', 'energy', 'opportunity', 'granted', 'day', 'night', 'bring', 'repentance', 'tint', 'gospel', 'achieved', 'greatest', 'apostle', 'confined', 'servant', 'christ', 'actively', 'success', 'humbler', 'class', 'dwelling', 'able', 'proclaim', 'truth', 'land', 'contend', 'prevailing', 'wise_men', 'flesh', 'sought', 'error', 'superstition', 'mighty', 'noble', 'called', 'like', 'moses', 'aaron', 'divine_command', 'work', 'lord', 'given', 'standing', 'expected', 'paul', 'poor', 'friendbefore', 'profligate', 'king', 'rod', 'god', 'defense', 'gospel', 'prisoner', 'able', 'gain', 'attenand', 'demand', 'attention', 'satan', 'malice', 'persecuted', 'active', 'tion', 'wealthy', 'titled', 'class', 'roman', 'great', 'rebuke', 'cruelty', 'oplabor', 'hindered', 'cast', 'prison', 'citizen', 'whole_life', 'physical', 'mental', 'pression', 'time', 'paul', 'finally', 'dragged', 'scaffold', 'moral', 'different', 'plane', 'chief', 'advocate', 'apparently', 'cut', 'stake', 'truth', 'gain', 'greater', 'vice', 'presented', 'glittering', 'allurepublic', 'labor', 'great_victory', 'won', 'triumph', 'doubted', 'conments', 'hold', 'willing', 'captive', 'truth', 'member', 'gained', 'vinced', 'sincerity', 'seal', 'toil', 'worn', 'want', 'stricken', 'victim', 'church', 'household', 'king', 'faith', 'blood', 'martyr', 'oppression', 'poor', 'slave', 'epistle', 'philippian', 'paul', 'asashes', 'spring', 'abundant', 'harvest', 'garignorant', 'degraded', 'cribes', 'imprisonment', 'success', 'ner', 'god', 'gladly', 'listened', 'ward', 'paul', 'bringing', 'convert', 'faith', 'nero', 'let', 'feel', 'longer', 'faith', 'chrisft', 'hope', 'peace', 'household', 'express', 'fearful', 'able', 'labor', 'openly', 'actively', 'god', 'cheered', 'hardship', 'lot', 'lest', 'philippian', 'thought', 'truth', 'service', 'render', 'reward', 'epos', 'work', 'began', 'affliction', 'impeded', 'progress', 'secure', 'true', 'christian', 'laid', 'aside', 'humble', 'lowly', 'influence', 'extended', 'gospel', 'assures', 'contrary', 'god', 'use', 'effectually', 'health', 'reached', 'palace', 'emperor', 'effect', 'produced', 'sickness', 'life', 'death', 'dark', 'rome', 'time', 'metropolis', 'understand', 'brother', 'thing', 'ness', 'affliction', 'bereavement', 'trial', 'pekseworld', 'haughty', 'caesar', 'giving', 'law', 'happened', 'unto', 'fallen', 'unto', 'cution', 'light', 'christian_faith', 'shine', 'nearly', 'nation', 'earth', 'king', 'furtherance', 'gospel', 'bond', 'brightest', 'lord', 'promise']
root - INFO - extracting file #144500: 2017-04-Final-Corpus/ST18841127-V10-45-page8.txt
root - INFO - extracting file #145000: 2017-04-Final-Corpus/ST18850903-V11-34-page8.txt
root - INFO - ['sign', 'time', 'vol', 'ignsof', 'tke', 'chas', 'discern', 'sign', 'time', 'law', 'john', 'law', 'transgress', 'law', 'circumcision', 'transgression', 'sin', 'rom', 'sin', 'consequence', 'connected', 'editor', 'assistant', 'editor', 'orresponding', 'editor', 'oakland', 'cal', 'fifth', 'day', 'september', 'question', 'rom', 'heard', 'minister', 'law', 'rom', 'righteousness', 'consists', 'obedience', 'waggoner', 'waggoner', 'alonzo', 'jones', 'uriah', 'smith', 'haskell', 'connection', 'difficulty', 'circumcision', 'given', 'abraham', 'token', 'covenant', 'god', 'gen', 'covenant', 'righteous', 'man', 'gen', 'given', 'abraham', 'seal', 'token', 'righteousness', 'circumcised', 'rom', 'righteousness', 'faith', 'faith', 'work', 'dead', 'faith', 'perreceived', 'promise', 'obeyed', 'god', 'commandment', 'righteousness', 'god', 'commandment', 'righteousness', 'isa', 'placing', 'right', 'relation', 'law', 'void', 'law', 'faith', 'god', 'forbid', 'yea', 'establish', 'law', 'rom', 'obedience', 'law', 'righteousness', 'circumcision', 'given', 'sign', 'righteousness', 'course', 'sign', 'obedience', 'obedience', 'ceremonial_law', 'righteousness', 'abraham', 'receive', 'promise', 'obedience', 'ceremonial_law', 'circumcision', 'given', 'sign', 'commit', 'adultery', 'thou', 'abhorrent', 'idol', 'sec', 'reject', 'christ', 'refuse', 'receive', 'faith', 'insist', 'retaining', 'circumcision', 'sign', 'acceptance', 'god', 'obedience', 'ceremonial_law', 'doe', 'great_amount', 'logical', 'acumen', 'discover', 'connection', 'old', 'new', 'testament', 'circumcision', 'law', 'righteousness', 'god', 'rom', 'paul', 'directly', 'address', 'jewish', 'reader', 'address', 'law', 'speaking', 'clearly', 'identified', 'notice', 'said', 'reference', 'verse', 'text', 'present', 'apparent', 'difficulty', 'expression', 'sinned', 'law', 'stumbling', 'block', 'need', 'context', 'considered', 'tact', 'acknowledged', 'nation', 'earth', 'forgotten', 'god', 'chose', 'abraham', 'fulfill', 'promise', 'adam', 'gen', 'especially', 'gross_darkness', 'earth', 'lord', 'brought', 'israel', 'egypt', 'knowledge', 'right', 'wrong', 'principle', 'government', 'lie', 'known', 'adam', 'enoch', 'noah', 'abraham', 'entirely', 'obliterated', 'heart', 'son', 'adam', 'rom', 'paul', 'speaks', 'gentile', 'nature', 'thing', 'contained', 'law', 'showing', 'work', 'law', 'written', 'heart', 'extent', 'conscience', 'bear', 'witness', 'action', 'thought', 'reasoning', 'accusing', 'excusing', 'nation', 'law', 'given', 'given', 'jew', 'retained', 'sufficient', 'knowledge', 'law', 'tradition', 'father', 'eneuse', 'wrong', 'approval', 'conscience', 'right', 'sense', 'said', 'sin', 'law', 'entire', 'absence', 'law', 'sin', 'sin', 'transgression', 'ond', 'dost', 'thou', 'commit', 'sacrilege', 'thou', 'makest', 'thy', 'boast', 'law', 'commandment', 'breaking', 'law', 'dishonorest', 'thou', 'god', 'commandment', 'quoted', 'code', 'called', 'law', 'declares', 'god', 'dishonored', 'violation', 'god', 'blasphemed', 'gentile', 'written', 'knowledge', 'truth', 'god', 'law', 'cause', 'enemy', 'blaspheme', 'law', 'come', 'text', 'question', 'circumcision', 'verily', 'profiteth', 'thou', 'law', 'thou', 'breaker', 'law', 'thy', 'circumcision', 'uncircumcision', 'ing', 'kept', 'law', 'whole_law', 'violated', 'particular', 'condemned', 'lost', 'justification', 'paul', 'place', 'testify', 'man', 'circumcised', 'debtor', 'whole_law', 'gal', 'exact', 'parallel', 'rom', 'paul', 'expression', 'letter', 'galatian', 'parallel', 'roman', 'insists', 'circumcision', 'insists', 'righteousness', 'insists', 'taking', 'law', 'mean', 'jus', 'ification', 'apostle', 'christ', 'shall', 'profit', 'gal', 'hand', 'jesus_christ', 'circumcision', 'availeth', 'uncircumcision', 'faith', 'worketh', 'love', 'verse', 'love', 'accompanies', 'genuine', 'faith', 'imputed', 'nation', 'adam', 'moses', 'time', 'time', 'flood', 'case', 'sodom', 'sin', 'imputed', 'law', 'rom', 'proved', 'sin', 'imputation', 'jew', 'perfectly', 'obeyed', 'guilt', 'entire', 'absence', 'law', 'law', 'justified', 'obedience', 'certainly', 'proved', 'correctness', 'construction', 'rom', 'distinctly', 'doer', 'rom', 'law', 'shall', 'justified', 'paul', 'expression', 'verse', 'gal', 'law', 'faith', 'considered', 'man', 'doeth', 'shall', 'live', 'jesus', 'sinned', 'law', 'shall', 'judged', 'said', 'lawyer', 'repeated', 'great', 'comlaw', 'verse', 'parenthetical', 'verse', 'mandments', 'given', 'israel', 'thou', 'closely', 'related', 'verse', 'saying', 'sinner', 'shall', 'shalt', 'live', 'luke', 'paul', 'said', 'judged', 'law', 'day', 'god', 'shall', 'commandment', 'ordained', 'life', 'rom', 'ceremonial_law', 'connected', 'circumcision', 'difficulty', 'judge', 'secret', 'men', 'jesus_christ', 'according', 'question', 'law', 'ordained', 'solve', 'gospel', 'important', 'fact', 'life', 'door', 'law', 'shall', 'justified', 'light', 'subject', 'answer', 'difficulty', 'stated', 'gospel', 'declares', 'future', 'judgment', 'necessity', 'mean', 'justificaview', 'solve', 'text', 'act', 'jesus_christ', 'judge', 'tion', 'faith', 'reason', 'evident', 'act', 'john', 'law', 'doer', 'law', 'rule', 'judgment', 'compare', 'eccl', 'sinned', 'come', 'short', 'glory', 'god', 'law', 'sinner', 'judged', 'doeth', 'good', 'clearly', 'identified', 'verse', 'behold', 'thou_art', 'siti', 'deceive', 'called', 'jew', 'restest', 'law', 'makest', 'thy', 'truth', 'paul', 'compare', 'john', 'paul', 'circumcision', 'boast', 'god', 'knowest', 'approvest', 'claring', 'gone', 'astray', 'said', 'thing', 'excellent', 'instructed', 'deed', 'law', 'shall', 'flesh', 'justified', 'law', 'law', 'given', 'jew', 'sight', 'law', 'knowledge', 'sin', 'instructed', 'law', 'knew', 'rom', 'reason', 'faith', 'god', 'approve', 'thing', 'christ', 'mean', 'justification', 'fected', 'work', 'jas', 'abraham', 'excellent', 'course', 'reject', 'apostle', 'carefully', 'guarded', 'error', 'thing', 'good', 'mark', 'law', 'supposing', 'faith', 'substituted', 'law', 'jew', 'contained', 'god', 'rule', 'life', 'law', 'remains', 'rule', 'men', 'contained', 'principle', 'right', 'wrong', 'judged', 'gospel', 'mean', 'written', 'heart', 'gentile', 'world', 'christ', 'judge', 'world', 'apostle', 'jew', 'thou', 'teachest', 'teachest', 'thou', 'thyself', 'thou', 'preachest', 'man', 'steal', 'eighth', 'commandment', 'dost', 'thou', 'steal', 'thou', 'sayest', 'man', 'commit', 'adultery', 'seventh', 'dost', 'thou', 'place', 'necessity', 'having', 'law', 'clearly', 'defined', 'commandment', 'proclaimed', 'jew', 'turn', 'consider', 'relation', 'fruit', 'work', 'shown', 'gal', 'circumcision', 'sustains', 'law', 'seen', 'law', 'fulfilled', 'word', 'thou', 'shalt', 'circumcision', 'given', 'sign', 'righteousness', 'personal', 'righteousness', 'obedience', 'righteousness', 'righteousness', 'law', 'god', 'commandment', 'righteousness', 'little', 'book', 'law', 'god', 'published', 'following', 'notice', 'point', 'question', 'expression', 'quoted', 'comment', 'text', 'circumcision', 'given', 'word', 'christ', 'paul', 'john', 'sign', 'seal', 'righteousness', 'righteousness', 'course', 'existing', 'prior', 'giving', 'rite', 'rom', 'circumcision', 'sign', 'righteousness', 'avail', 'righteousness', 'exists', 'paul', 'circumcision', 'verily', 'profiteth', 'thou', 'law', 'seal', 'valid', 'sign', 'righteousness', 'obediwhere', 'righteousness', 'exists', 'thou', 'ence', 'righteousness', 'exists', 'breaker', 'law', 'thy', 'circumcision', 'unciras', 'sign', 'significance', 'nothcumcision', 'righteousness', 'wanting', 'ing', 'jewish', 'great', 'imseal', 'sign', 'thereof', 'consequence', 'portance', 'representatiue', 'rite', 'besignifies', 'consequently', 'uncircumcision', 'came', 'mark', 'distinction', 'circumcision', 'nature', 'gentile', 'fulfill', 'law', 'shall', 'meaning', 'jew', 'uncircumcision', 'judge', 'thee', 'letter', 'circumcision', 'dost', 'meaning', 'nation', 'bearing', 'mind', 'servance', 'law', 'said', 'cor', 'circumcision', 'uncircumcision', 'keeping', 'commandment', 'god', 'love', 'thy_neighbor', 'thyself', 'apostle', 'john', 'said', 'thing', 'love', 'god', 'commandment', 'john', 'possibly', 'referred', 'ceremonial_law', 'relation', 'circumcision', 'sustained', 'law', 'god', 'sign', 'righteousness', 'abraham', 'sign', 'righteousness', 'faith', 'rom', 'reject', 'faith']
root - INFO - extracting file #145500: 2017-04-Final-Corpus/ST18860527-V12-20-page11.txt
root - INFO - extracting file #146000: 2017-04-Final-Corpus/ST18870210-V13-06-page15.txt
root - INFO - ['february', 'tse', 'figarishrrep', 'art', 'receipt', 'notice', 'change', 'figure', 'address', 'label', 'case', 'sufficient', 'receipt', 'money', 'sent', 'paper', 'hese', 'change', 'appe', 'time', 'book', 'ordered', 'mail', 'received', 'notify', 'business', 'acknowledged', 'california', 'conference', 'fund', 'coleman', 'healdsburg', 'petaluma', 'helena', 'rural', 'health', 'retreat', 'jos', 'leininger', 'healdsburo', 'college', 'jos', 'leininger', 'colby', 'sotrit', 'arracas', 'missiox', 'duarte', 'australian', 'mission', 'assii', 'received', 'account', 'society', 'minn', 'society', 'iowa', 'ind', 'ohio', 'american', 'sentinel', 'tile', 'demand', 'number', 'sentinel', 'reprint', 'fifth', 'time', 'page', 'electrotyped', 'furnish', 'month', 'issue', 'lot', 'copy', 'largely', 'missionary', 'tract', 'distributer', 'work', 'price', 'copy', 'mail', 'post', 'paid', 'sentinel', 'meeting', 'favor', 'lawyer', 'doctor', 'minister', 'men', 'culture', 'education', 'labberton', 'historical', 'atlas', 'queen', 'college', 'oxford', 'nov', 'dear', 'silt', 'allow', 'thank', 'copy', 'labberton', 'new', 'historical', 'atlas', 'general', 'history', 'kind', 'send', 'fail', 'great', 'utility', 'earlier', 'portion', 'examining', 'compiled', 'great', 'judgment', 'best', 'latest', 'authority', 'struck', 'map', 'work', 'distinctive', 'character', 'admirable', 'design', 'accuracy', 'execution', 'geographical', 'picture', 'best', 'surest', 'way', 'teaching', 'history', 'faithfully', 'sayce', 'prof', 'history', 'mail', 'express', 'prepaid', 'address', 'order', 'pacific_press', 'oakland', 'cal', 'great_controversy', 'new', 'remarkable', 'work', 'recently', 'issued', 'pacific_press', 'oakland', 'cal', 'writer', 'work', 'long', 'public', 'author', 'lecturer', 'probably', 'written', 'volume', 'bible', 'religious', 'theme', 'living', 'author', 'volume', 'history', 'christian_church', 'age', 'present', 'bible', 'truth', 'light', 'striking', 'convincing', 'page', 'source', 'constant', 'familiar', 'bible', 'church_history', 'doctrine', 'author', 'drawn', 'authentic', 'source', 'data', 'skillfully', 'woven', 'interesting', 'volume', 'stamp', 'discriminating', 'original', 'mind', 'clearly', 'seen', 'page', 'volume', 'individuality', 'place', 'distinctly', 'apart', 'work', 'previously', 'written', 'theme', 'considered', 'work', 'illustrated', 'substantially', 'bound', 'style', 'sold', 'sub', 'cription', 'address', 'publisher', 'circular', 'good_health', 'home', 'saved', 'eld', 'loughborough', 'tar', 'pamphlet', 'bible', 'evidence', 'interesting', 'topic', 'earth', 'new', 'inheritance', 'saint', 'contain', 'page', 'price', 'cent', 'addresai', 'pacific_press', 'oullitud', 'cal', 'christ', 'gospel', 'life', 'oar', 'lord', 'word', 'eraogelists', 'james', 'cadman', 'indicates', 'compilation', 'narrative', 'life', 'ohrist', 'woven', 'connected', 'story', 'making', 'com', 'pleteharmonyofthegospelsintheexact', 'language', 'scripture', 'text', 'revised_version', 'ward', 'gospel', 'appears', 'work', 'arranged', 'reader', 'tell', 'glance', 'word', 'gospel', 'tried', 'gather', 'fact', 'concerning', 'miracle', 'event', 'time', 'properly', 'locate', 'credit', 'various_parts', 'narrative', 'appreciate', 'book', 'best', 'evidence', 'immense', 'careful', 'painstaking', 'labor', 'book', 'fully', 'indexed', 'text', 'subject', 'readily', 'map', 'note', 'diagram', 'contains', 'worth', 'price', 'volume', 'following', 'partial', 'half', 'table', 'content', 'idea', 'scope', 'work', 'index', 'chapter', 'verse', 'life', 'lord', 'page', 'index', 'person', 'place', 'subject', 'dictionary', 'proper', 'explanation', 'map', 'diagram', 'map', 'pathway', 'jesus', 'diagram', 'illustrating', 'principal', 'event', 'crucifixion', 'week', 'work', 'invaluable', 'love', 'bible', 'copy', 'contains', 'page', 'printed', 'good_paper', 'neatly', 'substantially', 'bound', 'cloth', 'american', 'sentinel', 'met', 'page', 'monthly', 'journal', 'devoted', 'defense', 'american', 'institution', 'ervation', 'united', 'state', 'constitution', 'far', 'regard', 'religion', 'religious', 'test', 'maintenance', 'civil', 'religious', 'right', 'uncompromisingly', 'opposed', 'tending', 'union', 'church', 'state', 'fact', 'known', 'large', 'influential', 'association', 'lfnited', 'state', 'bearing', 'national', 'reform', 'association', 'endeavoring', 'secure', 'religious', 'amendment', 'constitution', 'united', 'state', 'place', 'christian', 'law', 'institu', 'usage', 'undeniable', 'legal', 'basis', 'flindamental', 'law', 'land', 'person', 'country', 'opposed', 'look', 'suspicion', 'movement', 'outside', 'party', 'realize', 'influence', 'amendment', 'object', 'american', 'sentinel', 'vindicate', 'right', 'american', 'citizen', 'believe', 'threatened', 'association', 'appeal', 'fundamental_principle', 'government', 'point', 'consequence', 'sure', 'follow', 'secure', 'desired', 'amendment', 'constitution', 'position', 'taken', 'carefully', 'guarded', 'fortified', 'sound', 'argument', 'respect', 'paid', 'opinion', 'right', 'conscience', 'fearlessly', 'maintained', 'single', 'copy', 'year', 'cent', 'foreign_country', 'single', 'subscription', 'post', 'paid', 'specimen', 'copy', 'free', 'address', 'american', 'sentinel', 'oakland', 'cal', 'sabbath', 'question', 'leading', 'subject', 'day', 'great', 'dfita', 'hour', 'pulpit', 'press', 'social', 'circle', 'legislative', 'hall', 'sabbath', 'strictly', 'observed', 'assist', 'intelligent', 'minded', 'land', 'correct', 'view', 'important_question', 'book', 'prepared', 'thoroughly', 'discus', 'sabbatic', 'institution', 'conceivable', 'phase', 'valuable', 'work', 'entitled', 'history', 'sabbath', 'aod', 'day', 'week', 'eld', 'andrew', 'great', 'exhaustive', 'work', 'result', 'year', 'hard_labor', 'historical', 'research', 'book', 'contains', 'page', 'printed', 'clear', 'type', 'good_paper', 'bound', 'price', 'post', 'paid', 'price', 'post', 'paid', 'gilt_edges', 'address', 'pacific_press', 'oakland', 'cal', 'new', 'historical', 'atlas', 'general', 'history', 'robert', 'labberton', 'class', 'text', 'book', 'superior', 'unity', 'brevity', 'clearness', 'logical', 'arrangement', 'suggestiveness', 'reference', 'book', 'library', 'school_room', 'country', 'student', 'history', 'posse', 'copy', 'reading', 'circle', 'home', 'wish', 'consult', 'atlas', 'need', 'map', 'particular', 'date', 'modern', 'atlas', 'atlas', 'map', 'period', 'map', 'particular', 'date', 'instantly', 'map', 'having', 'figure', 'year', 'period', 'cover', 'atlas', 'nationality', 'retains', 'distinctive', 'color', 'period', 'map', 'progressive', 'forming', 'panorama', 'event', 'effective', 'highest', 'degree', 'new', 'map', 'ancient', 'empire', 'contains', 'time', 'map', 'chaldean', 'elamitic', 'egyptian', 'kossean', 'armenian', 'hittite', 'assyrian', 'empire', 'text', 'brief', 'suggestive', 'fascinating', 'attractive', 'form', 'leading', 'event', 'history', 'world', 'bundle', 'particular', 'history', 'free', 'unnecessary', 'index', 'labberton', 'new', 'historical', 'atlas', 'general', 'history', 'indispensable', 'library', 'reading', 'circle', 'school', 'officer', 'teacher', 'student', 'contains', 'map', 'printed', 'color', 'genealogical', 'chart', 'complete', 'volume', 'cloth', 'page', 'sent', 'mail', 'express', 'prepaid', 'address', 'pacific_press', 'oakland', 'cal', 'spiritual', 'gift', 'volume', 'ome', 'white', 'reader', 'sign', 'need', 'introduction', 'writing', 'white', 'article', 'page', 'paper', 'pen', 'eagerly', 'read', 'read', 'need', 'guarantee', 'writing', 'elevating', 'nature', 'marked', 'high', 'moral', 'tone', 'book', 'long', 'print', 'republished', 'contains', 'appeared', 'work', 'brief', 'vivid', 'sketch', 'great_controversy', 'christ', 'satan', 'rebellion', 'heaven', 'establishment', 'christ', 'kingdom', 'book', 'adapted', 'extensive', 'circulation', 'contains', 'great_amount', 'important_matter', 'small', 'space', 'matter', 'special_interest', 'church', 'present_time', 'paper', 'cover', 'price', 'cent', 'address', 'pacific_press', 'oakland', 'cal', 'address', 'pacific_press', 'oakland', 'cal', 'man', 'nature', 'destiny', 'state', 'dead', 'reward', 'righteous', 'end', 'wiceed', 'elder', 'uriah', 'smith', 'trrns', 'work', 'thorough', 'canvas', 'great_question', 'fhture', 'life', 'nature', 'man', 'present_life', 'condition', 'immortality', 'logical', 'scriptural', 'standpoint', 'text', 'bible', 'possible', 'bearing', 'point', 'taken', 'carefully', 'explained', 'giving', 'comprehensive', 'view', 'subject', 'presented', 'man', 'nature', 'destiny', 'contains', 'page', 'printed', 'clear', 'new', 'plate', 'heavy', 'paper', 'attractively', 'bound', 'green', 'muslin', 'gilt', 'title', 'order', 'promptly', 'filled', 'mall', 'express', 'price', 'address', 'pacific_press', 'oakland', 'cal', 'larx', 'william', 'miller', 'portrait', 'book', 'contains', 'sketch', 'christian_experience', 'public', 'labor', 'remarkable', 'man', 'man', 'century', 'widely', 'spoken', 'generally', 'misunderstood', 'sketch', 'prepared', 'laborer', 'true', 'presentation', 'leading', 'event', 'life', 'labor', 'addition', 'life', 'char', 'acter', 'man', 'character', 'great', 'advent_movement', 'acted', 'prominent', 'clearly', 'set', 'forth', 'shown', 'miller', 'mere', 'enthusiast', 'man', 'calm', 'judgment', 'interpretation', 'prophecy', 'mainly', 'correct', 'mistake', 'regard', 'nature', 'event', 'place', 'close', 'day', 'consider', 'versed', 'history', 'advent_movement', 'country', 'read', 'book', 'contains', 'price', 'address', 'pacific_press', 'oakland', 'cal', 'age', 'come', 'refutation', 'doctrine', 'eld', 'waggoner', 'embracing', 'critical', 'examination', 'temporal_millennium', 'aurn', 'sews', 'time', 'manner', 'establishment', 'eingdom', 'god', 'day', 'lord', 'promise', 'israel', 'second', 'edition', 'revised', 'page', 'price', 'post', 'paid', 'eents', 'address', 'pacific_press', 'oakland']
root - INFO - extracting file #146500: 2017-04-Final-Corpus/ST18880824-V14-33-page13.txt
root - INFO - extracting file #147000: 2017-04-Final-Corpus/ST18890708-V15-26-page1.txt
root - INFO - ['behold', 'come', 'quickly', 'lard', 'ery', 'man', 'according', 'work', 'shall', 'rev', 'oakland', 'california', 'second', 'day', 'july', 'number', 'tolume', 'sip', 'audilipj', 'inip', 'talent', 'given', 'army', 'israel', 'man', 'god', 'answered', 'lord', 'able', 'thee', 'god', 'gave', 'amaziah', 'victory', 'israel', 'god', 'blessing', 'honor', 'blessing', 'worth', 'earthly', 'rich', 'glad', 'reproduce', 'healthful', 'truthful', 'expression', 'inspiratiqn', 'scripture', 'following', 'new', 'york', 'independent', 'paul', 'quoting', 'psalm', 'preface', 'quotation', 'word', 'wherefore', 'holy', 'ghost', 'saith', 'thought', 'thing', 'said', 'man', 'wrote', 'psalm', 'holy', 'ghost', 'spoke', 'language', 'human', 'language', 'holy', 'ghost', 'general', 'position', 'new_testament', 'respect', 'sacred', 'writing', 'composing', 'old_testament', 'accept', 'accept', 'word', 'god', 'maynard', 'editorial', 'staff', 'observer', 'making', 'tour', 'kansa', 'purpose', 'ascertaining', 'fact', 'working', 'prohibition', 'communication', 'writes', 'miss', 'presence', 'political', 'gathering', 'happy', 'miss', 'burly', 'dirty', 'insolent', 'rumseller', 'boss', 'primary', 'ward', 'caucus', 'east', 'true', 'state', 'liquor_traffic', 'prohibited', 'greatest', 'foe', 'pure', 'politics', 'good_government', 'existence', 'possible', 'exception', 'movement', 'government', 'religious', 'oppressor', 'easy', 'trust', 'god', 'sun_shines', 'brightly', 'bird', 'sing', 'person', 'meet', 'friendly', 'greeting', 'great', 'exercise', 'faith', 'required', 'trust', 'god', 'such_circumstances', 'trust', 'darkness', 'cover', 'pathway', 'adversity', 'come', 'affliction', 'press', 'sore', 'trust', 'brings', 'greatest', 'blessing', 'job', 'afflicted', 'point', 'death', 'rejoice', 'lord', 'exclaim', 'slay', 'trust', 'job', 'greater', 'need', 'greater', 'faith', 'assurance', 'god', 'willing', 'time', 'bestow', 'blessing', 'especially', 'cause', 'time', 'trial', 'greater', 'willingness', 'bless', 'fact', 'realize', 'greater', 'extent', 'need', 'help', 'such_occasions', 'full_assurance', 'faith', 'undoubtedly', 'joy', 'soul', 'launch', 'deep', 'awful', 'depth', 'world', 'despair', 'heart', 'breaking', 'eye', 'weep', 'sorrow', 'ruin', 'death', 'sea', 'wide', 'pitiless', 'tide', 'bear', 'bosom', 'away', 'away', 'beauty', 'youth', 'relentless', 'ruth', 'dark', 'abyss', 'aye', 'aye', 'master', 'voice', 'come', 'sea', 'let', 'net', 'draught', 'stand', 'midst', 'wreck', 'strewn', 'strand', 'sweet', 'royal', 'command', 'pleading', 'royal', 'heard', 'hang', 'net', 'royal', 'word', 'trust', 'net', 'skill', 'trust', 'royal', 'master', 'let', 'net', 'day', 'hour', 'word', 'king', 'word', 'power', 'king', 'own_voice', 'come', 'sea', 'let', 'net', 'draught', 'sunday', 'magazine', 'christ', 'yoke', 'easy', 'white', 'come', 'unto', 'labor', 'heavy_laden', 'rest', 'yoke', 'learn', 'meek', 'lowly', 'heart', 'shall', 'rest_unto', 'soul', 'yoke', 'easy', 'burden', 'light', 'precious', 'word', 'spoken', 'revealed', 'love', 'jesus', 'love', 'flow', 'tender', 'longing', 'sinner', 'come', 'unto', 'christ', 'rest', 'invitation', 'extended', 'labor', 'heavy_laden', 'christ', 'exception', 'come', 'toiling', 'burden', 'doe', 'specify', 'peculiar', 'difficulty', 'relieved', 'invitation', 'whole_world', 'come', 'labor', 'character', 'trouble', 'want', 'need', 'help', 'jesus', 'come', 'unto', 'rest', 'need', 'away', 'seeking', 'relief', 'comfort', 'hope', 'come', 'unto', 'source', 'strength', 'help', 'christ', 'came', 'world', 'men', 'recognize', 'divine', 'character', 'realize', 'nature', 'mission', 'come', 'pomp', 'ceremony', 'reign', 'temporal', 'prince', 'throne', 'jerusalem', 'jewish', 'nation', 'acknowl', 'sermon', 'chicago', 'april', 'published', 'weekly', 'international', 'tract', 'missionary', 'society', 'term', 'page', 'entered', 'post_office', 'oakland', 'truly', 'regenerate', 'soul', 'stop', 'argue', 'god', 'question', 'requirement', 'manifestation', 'wisdom', 'respect', 'reason', 'ought', 'accept', 'remains', 'poor', 'finite', 'mind', 'comprehend', 'knew', 'reason', 'precept', 'god', 'given', 'understood', 'way', 'wish', 'room', 'exercise', 'faith', 'walk', 'faith', 'sight', 'professed', 'christian', 'study', 'god', 'word', 'order', 'know', 'help', 'obey', 'instead', 'excuse', 'evade', 'obedience', 'need', 'christian_union', 'half', 'hearted', 'service', 'prevalent', 'question', 'old', 'lord', 'wilt_thou', 'changed', 'lord', 'rid', 'saved', 'lip', 'frame', 'query', 'life', 'heart', 'doe', 'world', 'day', 'wreck', 'stood', 'high', 'estimation', 'fellow_men', 'time', 'past', 'earthly', 'rich', 'honor', 'heaped', 'mere', 'cipher', 'estimation', 'friend', 'matter', 'high', 'value', 'world', 'placed', 'man', 'matter', 'applause', 'rendered', 'fall', 'circle', 'moved', 'spurns', 'covet', 'world', 'offer', 'way', 'honor', 'position', 'transitory', 'fleeting', 'justify', 'pursuing', 'wrong_course', 'invested', 'mean', 'enterprise', 'lose', 'refusing', 'farther', 'learn', 'lesson', 'history', 'amaziah', 'king', 'judah', 'recorded', 'chron', 'expedition', 'edomites', 'hired', 'thousand', 'men', 'israel', 'talent', 'silver', 'prophet', 'god', 'said', 'king', 'let', 'army', 'israel', 'lord', 'israel', 'thou_wilt', 'strong', 'battle', 'god', 'shall', 'thee', 'fall', 'enemy', 'god', 'hath', 'power', 'help', 'cast', 'said', 'amaziah', 'shall']
root - INFO - extracting file #147500: 2017-04-Final-Corpus/ST18900707-V16-26-page5.txt
root - INFO - extracting file #148000: 2017-04-Final-Corpus/ST18930731-V19-38-page2.txt
root - INFO - ['sign', 'time', 'vol', 'nature', 'teaching', 'thing', 'christ', 'commanded', 'teaching', 'word', 'god', 'word', 'gospel', 'heart', 'won', 'word', 'reach', 'heart', 'heb', 'soul', 'begotten', 'word', 'beget', 'james', 'heart', 'fed', 'word', 'feed', 'peter', 'character', 'built', 'god', 'word', 'build', 'act', 'men', 'dead', 'sin', 'given', 'life', 'word', 'spirit', 'life', 'belief', 'john', 'needed', 'word', 'promise', 'day', 'unto', 'consummation', 'age', 'revised_version', 'margin', 'christ', 'spirit', 'god', 'power', 'god', 'disciple', 'comforter', 'holy', 'ghost', 'father', 'send', 'shall', 'teach', 'thing', 'bring', 'thing', 'remembrance', 'whatsoever', 'said', 'unto', 'john', 'spirit', 'obvious', 'teach', 'church', 'contrary', 'taught', 'prophet', 'apostle', 'christ', 'god', 'word', 'truth', 'john', 'complete', 'storehouse', 'truth', 'tim', 'representative', 'christ', 'spirit', 'truth', 'came', 'lie', 'came', 'guide', 'truth', 'shall', 'speak', 'whatsoever', 'shall', 'hear', 'shall', 'speak', 'lie', 'thing', 'come', 'shall', 'glorify', 'christ', 'shall', 'receive', 'shall', 'unto', 'john', 'power', 'presence', 'promised', 'church', 'jesus_christ', 'fulfillment', 'lawful', 'mission', 'power', 'glorify', 'christ', 'christ', 'way', 'scripture', 'doe', 'admit', 'moment', 'church', 'trust', 'earthly', 'power', 'influence', 'claim', 'spirit', 'god', 'lord', 'expressly', 'glory', 'isa', 'god', 'divide', 'honor', 'earthly', 'power', 'result', 'church', 'went', 'forward', 'faith', 'promise', 'accord', 'commission', 'let', 'pentecost', 'witness', 'result', 'attraction', 'needed', 'draw', 'multitude', 'spirit', 'poured', 'time', 'voice', 'disciple', 'house', 'heard', 'multitude', 'came', 'act', 'margin', 'spirit', 'prepared', 'apostle', 'preach', 'christ', 'constrained', 'people', 'come', 'hear', 'thousand', 'converted', 'result', 'preaching', 'apostle', 'imprisoned', 'god', 'wanted', 'preach', 'prison', 'door', 'opened', 'word', 'proclaimed', 'continued', 'teacher', 'flogged', 'stoned', 'imprisoned', 'slain', 'gospel', 'went', 'graven', 'image', 'fell', 'idol', 'shrine', 'melted', 'awful', 'power', 'simple', 'word', 'god', 'died', 'bearing', 'cross', 'christ', 'caught', 'message', 'lip', 'carried', 'direction', 'civil_power', 'superstition', 'bigotry', 'apostate', 'church', 'wisdom', 'world', 'lived', 'fought', 'conquered', 'weapon', 'carnal', 'uniting', 'world', 'decay', 'church', 'began', 'christ', 'power', 'departed', 'armor', 'righteousness', 'weapon', 'carnal', 'dropped', 'form', 'hand', 'state', 'appealed', 'defend', 'professed', 'spouse', 'possessed', 'power', 'promised', 'constant', 'presence', 'chaste', 'virgin', 'bride', 'christ', 'committed', 'fornication', 'world', 'true', 'child', 'god', 'protested', 'unlawful', 'union', 'false', 'mother', 'secular', 'power', 'death', 'million', 'church', 'church', 'christ', 'work', 'authority', 'commission', 'christ', 'apocalyptic', 'harlot', 'drunken', 'blood', 'saint', 'blood', 'witness', 'jesus', 'church', 'profession', 'departs', 'commission', 'christ', 'lay', 'hold', 'secular', 'power', 'committing', 'fornication', 'daughter', 'old', 'mother', 'harlot', 'spoken', 'commission', 'christ', 'appertained', 'past', 'existed', 'beginning', 'living', 'commission', 'angel', 'heaven', 'preach', 'gospel', 'curse', 'god', 'gal', 'jesus_christ', 'yesterday', 'day', 'day', 'come', 'power', 'heaven', 'earth', 'commission', 'word', 'promised', 'power', 'presence', 'waiting', 'poured', 'abundant', 'measure', 'wholly', 'true_church', 'christ', 'heed', 'commission', 'claim', 'promise', 'appeal', 'heed', 'appeal', 'secular', 'power', 'union', 'help', 'array', 'secular', 'government', 'endeavor', 'politics', 'truly', 'spirit', 'god', 'work', 'political_power', 'way', 'policy', 'expediency', 'motif', 'plan', 'ask', 'sabbath', 'law', 'sunday', 'law', 'knowing', 'power', 'man', 'compel', 'true', 'sabbath', 'keeping', 'god', 'law', 'gospel', 'sufficient', 'short', 'preach', 'christ', 'way', 'truth', 'life', 'rain', 'come', 'drunk', 'shower', 'hears', 'voice', 'risen', 'lord', 'arise', 'shine', 'thy', 'light', 'come', 'glory', 'lord', 'risen', 'thee', 'persecuted', 'christ', 'discouraged', 'fail', 'expected', 'men', 'essence', 'sunday', 'law', 'intolerance', 'persecution', 'hold', 'sunday', 'despite', 'abundant', 'proof', 'day', 'support', 'scripture', 'persecutor', 'lie', 'devoted', 'worse', 'persecutor', 'devotion', 'cause', 'zealous', 'enforce', 'sunday', 'observance', 'prophecy', 'god', 'word', 'point', 'fact', 'sunday', 'law', 'persecution', 'conscience', 'sake', 'country', 'fast', 'ripening', 'event', 'year', 'sufficient', 'careful', 'observer', 'prediction', 'soon', 'fulfilled', 'congress', 'united', 'state', 'committed', 'sunday', 'sabbath', 'defeated', 'directois', 'world', 'fair', 'temporarily', 'utterance', 'church_people', 'conclusively', 'spirit', 'dared', 'oppose', 'wish', 'rev', 'little', 'denison', 'texas', 'religious', 'press', 'generally', 'far', 'seen', 'doe', 'denounce', 'utterance', 'unchristian', 'glad', 'secular', 'paper', 'outspoken', 'denison', 'sunday', 'gazette', 'issue', 'june', 'rev', 'little', 'catching', 'round', 'intemperate', 'language', 'indulged', 'sermon', 'preached', 'presbyterian', 'church', 'city', 'sunday', 'morning_service', 'speaking', 'sacredness', 'day', 'week', 'declared', 'sooner', 'cholera', 'sweep', 'fair', 'land', 'read', 'decision', 'united', 'state', 'court', 'world', 'fair', 'opened', 'sunday', 'little', 'meant', 'exactly', 'said', 'evident', 'reiterated', 'place', 'evening_service', 'sentiment', 'shocking', 'hardly', 'realize', 'men', 'day', 'claim', 'educated', 'prefer', 'deadly', 'plague', 'destroy', 'innocent', 'orphanize', 'child', 'rob', 'parent', 'prattling', 'babe', 'spread', 'pall', 'land', 'simply', 'federal', 'court', 'decided', 'greatest', 'educational', 'exhibition', 'world', 'saw', 'thrown', 'open', 'public', 'day', 'week', 'religious_observance', 'non', 'observance', 'sunday', 'government', 'doe', 'rest', 'divine_command', 'authority', 'religious_observance', 'roman_catholic_church', 'little', 'ought', 'know', 'consequently', 'language', 'simply', 'mean', 'sooner', 'cholera', 'rage', 'country', 'church', 'edict', 'enforced', 'civil_authority', 'fortunately', 'men', 'little', 'way', 'thinking', 'majority', 'boasted', 'land', 'religious_liberty', 'fortunate', 'majority', 'generally', 'rule', 'ignorant', 'indifferent', 'number', 'hold', 'balance', 'power', 'tool', 'aggressive', 'minority', 'speaks', 'truly', 'said', 'archbishop', 'riordan', 'dedication', 'church', 'francis', 'sale', 'city', 'july', 'day', 'worshiping', 'according', 'rite', 'creed', 'existed', 'existed', 'true', 'far', 'rome', 'purpose', 'concerned', 'came', 'near', 'true', 'absolute', 'fact', 'time', 'dark_ages', 'reason', 'rome', 'destroyed', 'doctrine', 'deemed', 'heresy', 'destroy', 'doctrine', 'destroyed', 'sword', 'famine', 'rack', 'dungeon', 'fagot', 'devotee', 'doctrine', 'till', 'wellnigh', 'destroyed', 'god', 'mercy', 'shortened', 'persecution', 'day', 'triumph', 'matt', 'opened', 'asylum', 'oppressed', 'savage', 'wild', 'america', 'human', 'standpoint', 'archbishop', 'wonderful', 'year', 'church', 'perish', 'enemy', 'tell', 'flourish', 'life', 'yes', 'wonderful', 'world', 'risen', 'blotted', 'great', 'iniquity', 'earth']
root - INFO - extracting file #148500: 2017-04-Final-Corpus/ST18940312-V20-19-page2.txt
root - INFO - extracting file #149000: 2017-04-Final-Corpus/ST18941022-V20-50-page6.txt
root - INFO - ['sign', 'time', 'vol', 'prayer', 'gift', 'taught', 'departed', 'life', 'dead', 'officer', 'god', 'attendant', 'recorder', 'overseer', 'governor', 'god', 'men', 'thing', 'god', 'service', 'demon', 'demon', 'simply', 'meaning', 'deified', 'man', 'teaching', 'doubt', 'brought', 'intermeddling', 'satan', 'angel', 'affair', 'men', 'purpose', 'deceiving', 'man', 'gaining', 'dominion', 'scheme', 'founded', 'falsehood', 'satan', 'told', 'eve', 'eden', 'afforded', 'devil', 'working', 'basis', 'idolatry', 'cursed', 'time', 'inhabitant', 'world', 'history', 'demonism', 'date', 'formal', 'beginning', 'death', 'bel', 'baal', 'bel', 'nimrod', 'ruler', 'babylon', 'babel', 'successor', 'deified', 'worshiped', 'thisname', 'reported', 'having', 'demon', 'god', 'death', 'old', 'babylon', 'laid', 'foundation', 'mystery', 'satan', 'foundation', 'mystery', 'bel', 'babylon', 'beginning', 'baalism', 'called', 'demon', 'baalim', 'deified', 'king', 'king', 'course', 'regarded', 'chief', 'deified', 'estimation', 'ancient', 'idolater', 'great_men', 'deified', 'time', 'god', 'regarded', 'natural', 'deity', 'represented', 'sun', 'moon', 'star', 'bel', 'baal', 'chief', 'god', 'sun', 'royalty', 'ruled', 'planet', 'order', 'worship', 'deity', 'man', 'image', 'consecrated', 'called', 'departed', 'soul', 'thought', 'inhabit', 'senseless', 'object', 'creation', 'sum', 'image', 'body', 'demon', 'soul', 'lived', 'idolater', 'said', 'explanation', 'worship', 'think', 'brass', 'gold', 'silver', 'material', 'image', 'god', 'holy', 'power', 'worship', 'reverence', 'god', 'brought', 'image', 'sacred', 'dedication', 'keeping', 'residence', 'kind', 'worship', 'support', 'manasseh', 'king', 'judah', 'stated', 'reared', 'altar', 'baalim', 'grove', 'worshiped', 'host', 'heaven', 'served', 'built', 'altar', 'time', 'host', 'heaven', 'court', 'house', 'lord', 'amid', 'enchantment', 'witchcraft', 'dealt', 'familiar', 'spirit', 'wizard', 'set', 'carved', 'image', 'idol', 'house', 'god', 'chron', 'kind', 'idolatry', 'especially', 'forbidden', 'early', 'time', 'moses', 'deut', 'instruction', 'given', 'deal', 'served', 'god', 'worshiped', 'sun', 'moon', 'host', 'heaven', 'lord', 'commanded', 'notwithstanding', 'positive', 'commandment', 'explicit', 'instruction', 'given', 'prevent', 'israel', 'falling', 'gross', 'habit', 'frequently', 'necessary', 'correct', 'iniquitous', 'practice', 'idolatry', 'lord', 'forbade', 'israel', 'making', 'marriage', 'idolatrous', 'people', 'said', 'result', 'led', 'serve', 'god', 'deut', 'josh', 'king', 'ezra', 'important', 'instruction', 'frequently', 'disregarded', 'greatly', 'detriment', 'noted', 'case', 'departure', 'followed', 'introduction', 'grossest', 'idolatry', 'marriage', 'ahab', 'king', 'israel', 'jezebel', 'daughter', 'ethbaal', 'king', 'zidonians', 'king', 'jezebel', 'according', 'philo', 'brought', 'israel', 'worship', 'baal', 'bible', 'history', 'abundantly', 'attests', 'narrative', 'marriage', 'proceedsto', 'tell', 'ahab', 'went', 'served', 'baal', 'worshiped', 'reared', 'altar', 'baal', 'house', 'baal', 'built', 'samaria', 'provoke', 'anger', 'lord', 'king', 'israel', 'verse', 'took', 'place', 'year', 'carrying', 'judah', 'remnant', 'israel', 'babylon', 'entire', 'history', 'wicked', 'woman', 'wholly', 'influence', 'demon', 'worship', 'consequently', 'enemy', 'law', 'worship', 'true', 'god', 'succeeded', 'preventing', 'public_worship', 'god', 'caused', 'obey', 'commandment', 'god', 'outcast', 'wander', 'mountain', 'hide', 'cave', 'earth', 'hunted', 'like', 'wild_beasts', 'prey', 'finally', 'prophet', 'elijah', 'king', 'ahab', 'met', 'face', 'face', 'ahab', 'accused', 'time', 'prophet', 'troubling', 'israel', 'lie', 'submit', 'idolatry', 'wicked', 'queen', 'caused', 'enforced', 'nation', 'answer', 'elijah', 'troubled', 'israel', 'thou', 'thy', 'father', 'house', 'forsaken', 'commandment', 'lord', 'thou_bast', 'followed', 'baalim', 'king', 'time', 'elijah', 'proposed', 'test', 'god', 'jezebel', 'prophet', 'lord', 'murdered', 'hid', 'cruelty', 'fed', 'fifty', 'prophet', 'priest', 'baal', 'image', 'worship', 'poor_widow', 'fed', 'perpetual', 'miracle', 'hiding', 'prophet', 'god', 'proposition', 'prophet', 'accepted', 'time', 'result', 'test', 'god', 'reader', 'acquainted', 'religion', 'zealously', 'espoused', 'defended', 'jezebel', 'embodied', 'theology', 'worship', 'baal', 'time', 'mind', 'heathen', 'sun', 'god', 'addition', 'bel', 'vast', 'number', 'deity', 'demon', 'lower', 'rank', 'belonged', 'fainily', 'confusion', 'constituted', 'baalim', 'necessary', 'employ', 'large_number', 'idolatrous', 'priest', 'business', 'god', 'demigod', 'reader', 'notice', 'king', 'elijah', 'asked', 'god', 'plural', 'number', 'began', 'frenzy', 'greatly', 'exercise', 'importunity', 'called', 'loudly', 'baal', 'baal', 'hear', 'lord', 'prophet', 'mockingly', 'said', 'god', 'baal', 'chiefly', 'depended', 'seen', 'prophet', 'understood', 'body', 'men', 'professed', 'represent', 'multitude', 'god', 'baal', 'chief', 'baalism', 'originated', 'babylon', 'prevailing', 'religion', 'state', 'time', 'ahab', 'hunted', 'kingdom', 'nation', 'hiding', 'prophet', 'took', 'oath', 'nation', 'joined', 'hunt', 'prophet', 'worshiped', 'created', 'heaven', 'earth', 'surely', 'mystery', 'babylonian', 'worship', 'ruling', 'time', 'nation', 'doctrine', 'satan', 'man', 'die', 'god', 'defended', 'true', 'worshiper', 'image', 'worship', 'various_kinds', 'apostasy', 'reign', 'jeroboam', 'israel', 'blown', 'baalism', 'wicked', 'jezebel', 'brought', 'babylonian', 'mystery', 'noticed', 'kingdom', 'judah', 'manasseh', 'given', 'worship', 'baalim', 'testimony', 'manasseh', 'judah', 'inhabitant', 'jerusalem', 'err', 'worse', 'heathen', 'chron', 'judah', 'long', 'cursed', 'monument', 'heathenish', 'folly', 'solomon', 'went', 'ashtoreth', 'goddess', 'zidonians', 'milcom', 'abomination', 'ammonite', 'chemosh', 'abomination', 'moab', 'king', 'reign', 'josiah', 'image', 'house', 'idolatrous', 'worship', 'destroyed', 'king', 'righting', 'matter', 'image', 'priest', 'accommodate', 'time', 'worship', 'time', 'sun', 'moon', 'constellation', 'represented', 'host', 'heaven', 'host', 'heaven', 'understood', 'heathen', 'mystery', 'departed', 'soul', 'men', 'deified', 'sublime', 'caste', 'demon', 'linked', 'mortal', 'body', 'mentioned', 'wise', 'god', 'dwelling', 'flesh', 'dan', 'judah', 'israel', 'inclined', 'imitate', 'time', 'iniquitous', 'worship', 'babylonian', 'lord', 'permitted', 'israel', 'entirely', 'absorbed', 'heathenism', 'judah', 'taken', 'captive', 'time', 'babylonian', 'kept', 'separate', 'nearly', 'alike', 'truth', 'left', 'chastisement', 'revers', 'light', 'affliction', 'forgiveness', 'little', 'word', 'great', 'force', 'prayer', 'forgive', 'debt', 'forgive', 'debtor', 'stumbled', 'word', 'mouthful', 'offered', 'time', 'petition', 'mental', 'reservation', 'mean', 'vastly', 'forgiveness', 'enemy', 'easy', 'fact', 'conscious', 'enemy', 'friend', 'hurt', 'touch', 'time', 'sorest', 'place', 'unjust', 'friend', 'pas', 'overcome', 'life', 'conflict', 'hardest', 'forgive', 'word', 'prophetic', 'psalm', 'enemy', 'reproached', 'borne', 'thou', 'man', 'equal', 'guide', 'acquaintance', 'saviour', 'entering', 'depth', 'human', 'need', 'own_experience', 'knew', 'power', 'petition']
root - INFO - extracting file #149500: 2017-04-Final-Corpus/ST18970603-V23-22-page6.txt
root - INFO - extracting file #150000: 2017-04-Final-Corpus/ST18990301-V25-09-page1.txt
root - INFO - ['allowed', 'god', 'trust', 'gospel', 'speak', 'pleasing', 'men', 'god', 'trieth', 'heart', 'volume', 'number', 'term', 'page', 'doom', 'sodom', 'lesson', 'day', 'early', 'thousand', 'year', 'ago', 'nestled', 'heart', 'garden', 'east', 'opulent', 'splendid', 'luxurious', 'city', 'antiquity', 'valley', 'jordan', 'given', 'glory', 'lebanon', 'excellency', 'carmel', 'sharon', 'resplendent', 'tint', 'leaf', 'blossom', 'redolent', 'fragrance', 'language', 'inspired', 'writ', 'garden', 'lord', 'breast', 'set', 'bright', 'shining', 'gem', 'far', 'famed', 'sodom', 'trade', 'money', 'vault', 'sodom', 'angel', 'messenger', 'divine', 'vengeance', 'entered', 'city', 'lord', 'sent', 'message', 'warning', 'remaining', 'servant', 'lot', 'people', 'doomed', 'city', 'saying', 'place', 'lord', 'destroy', 'city', 'unto', 'mocked', 'regarded', 'lot', 'visionary', 'alarmist', 'reasoned', 'thing', 'appeared', 'lot', 'incredulous', 'necessary', 'angel', 'resort', 'physical', 'constraint', 'save', 'wife', 'daughter', 'fate', 'city', 'saved', 'brand', 'plucked', 'burnthey', 'drank', 'bought', 'sold', 'planted', 'builded', 'day', 'lot', 'went', 'sodom', 'rained', 'brimstone', 'heaven', 'destroyed', 'shall', 'day', 'son', 'man', 'revealed', 'luke', 'tender', 'love', 'god', 'sent', 'message', 'warning', 'mercy', 'noah', 'antediluvian', 'people', 'scoffed', 'messenger', 'scouted', 'message', 'perished', 'people', 'sodom', 'laughed', 'heard', 'lot', 'proclaim', 'heaven', 'sent', 'message', 'likewise', 'perished', 'john', 'baptist', 'filled', 'holy', 'ghost', 'proclaimed', 'jew', 'coming', 'mightier', 'ancient', 'london', 'fashion', 'ana', 'luxury', 'olden', 'paris', 'vqy', 'plenitude', 'power', 'splendor', 'press', 'bursting', 'new_wine', 'heart', 'wish', 'forgot', 'forgot', 'god', 'author', 'good', 'rich', 'proud', 'idle', 'gluttonous', 'drunken', 'lecherous', 'bestial', 'turn', 'work', 'destruction', 'issue', 'death', 'note', 'testimony', 'prophet', 'ezekiel', 'behold', 'iniquity', 'wof', 'thy', 'sister', 'sodom', 'pride', 'fulness', 'bread', 'abundance', 'dead', 'sea', 'melancholy', 'monument', 'sodom', 'folly', 'fate', 'handful', 'believed', 'christ', 'came', 'received', 'house', 'left', 'unto', 'desolate', 'pall', 'blacker', 'night', 'soon', 'shrouded', 'jerusalem', 'year', 'street', 'ran', 'blood', 'million', 'son', 'daughter', 'soshall', 'day', 'son', 'man', 'book', 'daniel', 'revelation', 'fourth', 'chapter', 'matthew', 'chapter', 'luke', 'line', 'prophecy', 'bearing', 'distinctly', 'coming', 'christ', 'power', 'glory', 'student', 'propheof', 'idleness', 'daughter', 'strengthen', 'hand', 'poor', 'needy', 'haughty', 'committed', 'abomination', 'took', 'away', 'saw', 'good', 'pride', 'idleness', 'luxury', 'wrought', 'ruin', 'pride', 'mother', 'ingratitude', 'idleness', 'luxury', 'birth', 'formg', 'vice', 'crime', 'moral', 'sensibility', 'starved', 'conscience', 'dead', 'longer', 'respond', 'pleading', 'divine', 'mercy', 'cup', 'iniquity', 'soon', 'ran', 'stench', 'god', 'earth', 'foul', 'blot', 'universe', 'wage', 'sin', 'death', 'suffered', 'vengeance', 'eternal', 'god', 'promised', 'abraham', 'spare', 'city', 'fifty', 'thirty', 'righteous', 'soul', 'wall', 'number', 'ing', 'tho', 'body', 'lot', 'wife', 'fled', 'city', 'left', 'affection', 'heart', 'lingered', 'city', 'wall', 'turn', 'feast', 'eye', 'idol', 'awful', 'issue', 'reader', 'know', 'let', 'note', 'heed', 'admonition', 'saviour', 'speaking', 'day', 'son', 'man', 'day', 'come', 'command', 'remember', 'lot', 'wife', 'looking', 'putting', 'hand', 'plow', 'prof', 'unfit', 'kingdom', 'god', 'saviour', 'clearly', 'teach', 'flame', 'consumed', 'ancient', 'city', 'plain', 'shed', 'warning', 'light', 'end', 'time', 'woful', 'doom', 'sodomite', 'unbelief', 'recorded', 'admonition', 'end', 'world', 'come', 'note', 'saviour', 'word', 'likewise', 'day', 'lot', 'eat', 'cies', 'admit', 'conclusively', 'return', 'lord', 'near', 'door', 'thousand', 'master', 'servant', 'day', 'proclaiming', 'solemn', 'fact', 'nation', 'kindred', 'tongue', 'people', 'day', 'lot', 'people', 'outside', 'pale', 'church', 'vast_majority', 'completely', 'occupied', 'eating', 'drinking', 'planting', 'sowing', 'thing', 'supreme', 'kingdom', 'god', 'righteousness', 'secondary', 'life', 'professed', 'christian', 'saying', 'lord_delayeth', 'coming', 'apostle', 'peter', 'told', 'day', 'scoffer', 'promise', 'coming', 'father', 'fell', 'asleep', 'thing', 'continue', 'day', 'apostle', 'perilous', 'time', 'shall', 'come', 'men', 'shall', 'lover', 'oakland', 'california', 'march', 'single', 'copy', 'cent', 'weekly', 'year']
root - INFO - extracting file #150500: 2017-04-Final-Corpus/ST18991018-V25-42-page9.txt
root - INFO - extracting file #151000: 2017-04-Final-Corpus/ST19000905-V26-36-page5.txt
root - INFO - ['september', 'sign', 'time', 'hannah', 'prays', 'samuel', 'born', 'david', 'prays', 'ahithophel', 'hang', 'asa', 'prays', 'victory', 'gained', 'jehoshaphat', 'god', 'god', 'turn', 'away', 'foe', 'isaiah', 'hezekiah', 'pray', 'assyrian', 'dead', 'hour', 'daniel', 'prays', 'dream', 'revealed', 'daniel', 'prays', 'lion', 'muzzled', 'daniel', 'prays', 'seventy_weeks', 'revealed', 'mordecai', 'esther', 'fast', 'haman', 'hanged', 'gallows', 'day', 'ezra', 'prays', 'ahava', 'god', 'answer', 'nehemiah', 'dart', 'prayer', 'king', 'heart', 'softened', 'minute', 'elijah', 'prays', 'drought', 'year', 'succeeds', 'elijah', 'prays', 'rain', 'descends', 'apace', 'elisha', 'prays', 'jordan', 'divided', 'elisha', 'prays', 'child', 'soul', 'come', 'prayer', 'reach', 'eternity', 'church', 'prays', 'ardently', 'peter', 'delivered', 'angel', 'rev', 'ryland', 'old', 'old', 'story', 'tell', 'master', 'weary', 'worn', 'night', 'day', 'lie', 'shadow', 'evening', 'light', 'light', 'radiant', 'glory', 'lingers', 'west', 'poor', 'heart', 'aweary', 'aweary', 'longs', 'like', 'child', 'rest', 'tell', 'master', 'hill', 'loneliness', 'trod', 'tear', 'blood', 'anguish', 'dropped', 'judea', 'sod', 'life', 'seventy', 'mile', 'stone', 'sorrowful', 'journey', 'mark', 'rough', 'lie', 'hill', 'country', 'mountain', 'dark', 'tell', 'master', 'wrong', 'freely', 'forgave', 'love', 'tender', 'compassion', 'love', 'mighty', 'save', 'heart', 'aweary', 'aweary', 'woe', 'temptation', 'life', 'error', 'stalk', 'noonday', 'falsehood', 'malice', 'strife', 'know', 'sorrow', 'pain', 'temptation', 'befall', 'infinite', 'master', 'suffered', 'knoweth', 'pitieth', 'tell', 'old', 'old', 'story', 'fall', 'wound', 'like', 'balm', 'heart', 'bruised', 'broken', 'shall', 'grow', 'patient', 'strong', 'calm', 'selected', 'physical', 'restoration', 'miracle', 'remedy', 'posse', 'healing', 'power', 'power', 'god', 'heals', 'power', 'child', 'develops', 'grown', 'man', 'child', 'operate', 'step', 'order', 'secure', 'transformation', 'likewise', 'chronic', 'invalid', 'wish', 'miracle', 'health', 'wrought', 'frequently', 'boy', 'wish', 'pas', 'long', 'tiresome', 'process', 'growing', 'manhood', 'god', 'save', 'period', 'growth', 'evident', 'adam', 'case', 'raising', 'lazarus', 'ordinary', 'circumstance', 'god', 'recognizes', 'best', 'boy', 'grow', 'instead', 'reaching', 'manhood', 'shorter', 'process', 'invalid', 'knowing', 'god', 'refusing', 'recognize', 'god', 'best', 'frequently', 'clamor', 'immediate', 'recovery', 'consider', 'good', 'come', 'compelled', 'operate', 'god', 'order', 'secure', 'health', 'learning', 'enable', 'warn', 'cease', 'evil', 'learn', 'ask', 'question', 'appropriated', 'god', 'like', 'christ', 'let', 'life', 'willingly', 'tho', 'spit', 'insulted', 'covered', 'dust', 'oblivion', 'forgetfulness', 'conscientious', 'trusting', 'soul', 'sin', 'ignorance', 'gladly', 'walking', 'known', 'light', 'offer', 'life', 'perfect', 'trust', 'god', 'christ', 'merit', 'cover', 'unknown', 'sin', 'blessedness', 'man', 'lord', 'imputeth', 'iniquity', 'fat', 'sin_offering', 'trespass', 'offering', 'burned', 'holy', 'altar', 'burnt_offering', 'fat', 'different', 'flesh', 'burned', 'camp', 'unholy', 'doe', 'fat', 'oil', 'represent', 'scripture', 'grace', 'spirit', 'anointing', 'sign', 'bestowal', 'spirit', 'holy', 'spirit', 'descended', 'jesus', 'said', 'anointed', 'oil', 'gladness', 'fellow', 'said', 'spirit', 'lord', 'god', 'hath', 'anointed', 'oil', 'grace', 'spirit', 'result', 'christ', 'life', 'christ', 'light', 'lighteth', 'man', 'cometh', 'world', 'spirit', 'wholly', 'grieved', 'away', 'divine', 'light', 'wholly', 'darkness', 'sinner', 'desire', 'repent', 'hunger', 'god', 'thank', 'god', 'little', 'oil', 'fat', 'spirit', 'left', 'poorest', 'leanest', 'sinner', 'worst', 'repeated', 'trespasser', 'come', 'god', 'image', 'god', 'holy', 'doe', 'crucified', 'renewed', 'image', 'created', 'trespass', 'offering', 'offered', 'sin_offering', 'differed', 'sinoffering', 'meaning', 'sin_offering', 'represented', 'sinner', 'coming', 'god', 'repentance', 'nature', 'sinner', 'present', 'consciousness', 'particular', 'sin', 'little', 'child', 'come', 'god', 'tho', 'wilfully', 'knowingly', 'wrong', 'trespass', 'offering', 'represented', 'trespasser', 'tho', 'professing', 'serve', 'lord', 'conscious', 'having', 'transgressed', 'law', 'coming', 'repentance', 'individual', 'sin', 'let', 'thank', 'god', 'trespass', 'offering', 'heal', 'backsliding', 'receive', 'graciously', 'conclusion', 'dear', 'reader', 'sinner', 'let', 'plead', 'come', 'bringing', 'sin_offering', 'yield', 'sinful', 'nature', 'life', 'keeping', 'lord', 'receive', 'great_joy', 'glorify', 'life', 'goodness', 'river', 'life', 'purify', 'cause', 'grow', 'image', 'flow', 'bless', 'poor', 'discouraged', 'backsliding', 'trespasser', 'stay', 'away', 'longer', 'source', 'hope', 'joy', 'come', 'bringing', 'trespass', 'offering', 'living', 'faith', 'claim', 'forgiveness', 'victory', 'god', 'ordained', 'trespass', 'offering', 'refuse', 'receive', 'come', 'directs', 'wonder', 'prayer', 'abraham', 'servant', 'prays', 'rebekah', 'appears', 'jacob', 'wrestle', 'prays', 'prevails', 'christ', 'esau', 'mind', 'wonderfully', 'turned', 'revengeful', 'purpose', 'harbored', 'year', 'moses', 'god', 'sea', 'divide', 'moses', 'prays', 'amalek', 'discomfited', 'joshua', 'prays', 'achan', 'discovered', 'natural', 'operation', 'boy', 'cold', 'frosty', 'air', 'winter', 'morning', 'taking', 'vigorous', 'exercise', 'come', 'famishing', 'appetite', 'cold', 'atmosphere', 'coming', 'contact', 'entire_body', 'whispered', 'thousand', 'nerve', 'ending', 'cell', 'nerve', 'center', 'aroused', 'blood', 'come', 'surging', 'surface', 'shown', 'bright', 'red', 'glow', 'skin', 'boy', 'unconsciously', 'operated', 'god', 'gained', 'certain_amount', 'transformation', 'result', 'chronic', 'invalid', 'cold', 'hand', 'rub', 'cold', 'mitten', 'friction', 'perchance', 'cold', 'towel', 'rub', 'possibly', 'cold', 'spray', 'followed', 'case', 'vigorous', 'rubbing', 'surface', 'fairly', 'glow', 'secured', 'best', 'possible', 'physiological', 'substitute', 'boy', 'morning', 'exercise', 'cold_air', 'result', 'onward', 'step', 'march', 'health', 'nowadays', 'fashionable', 'boy', 'ruin', 'healthy', 'appetite', 'inside', 'use', 'cigaret', 'outside', 'lying', 'bed', 'breakfast', 'ready', 'morning', 'loafing', 'daytime', 'consequence', 'coming', 'stage', 'action', 'generation', 'dwarfed', 'puny', 'miserable', 'example', 'manhood', 'simply', 'failure', 'boy', 'properly', 'cooperate', 'god', 'reasonably', 'expect', 'miracle', 'growth', 'performed', 'thousand', 'invalid', 'persistently', 'refuse', 'deny', 'perverted', 'appetite', 'confidence', 'artificial', 'tonic', 'stimulant', 'purchased', 'corner', 'drug', 'store', 'vigorous', 'application', 'cold_water', 'door', 'yard', 'properly', 'adapted', 'case', 'physiologically', 'arouse', 'healing', 'force', 'reside', 'body', 'patient', 'spends', 'time', 'worrying', 'god', 'doe', 'heal', 'instantly', 'spends', 'finding', 'cease', 'evil', 'learn', 'god', 'healer', 'god', 'doe', 'healing', 'called', 'healing', 'agent', 'posse', 'virtue', 'extent', 'operates', 'clear', 'away', 'obstruction', 'way', 'healing', 'power', 'god', 'placed', 'man', 'breathed', 'breath', 'life', 'extent', 'man', 'succeeds', 'cooperating', 'power', 'process', 'restoration', 'shortened', 'god', 'doe', 'delight', 'suffering', 'creature', 'sure', 'doe', 'permit', 'moment', 'suffering', 'tending', 'correct', 'bring', 'dross', 'surface', 'teach', 'valuable', 'lesson', 'help', 'difficulty', 'prayer', 'beneficial', 'treatment', 'bring', 'invalid', 'harmony', 'infinite', 'clear', 'mind', 'rebellious', 'thought', 'feeling', 'lurking', 'case', 'answer', 'god', 'consistently', 'prayer', 'correct', 'physical', 'rebellion', 'patient', 'habit', 'life', 'willing', 'step', 'place', 'harmony', 'healing', 'power', 'earnest', 'prayer', 'mingled', 'patient', 'recovery', 'absolutely', 'leave', 'result', 'god', 'hand', 'physical', 'matter', 'human_agent', 'sow', 'god', 'bring', 'harvest', 'david_paulson', 'chicago', 'medical_mission']
root - INFO - extracting file #151500: 2017-04-Final-Corpus/ST19040120-V30-03-page12.txt
root - INFO - extracting file #152000: 2017-04-Final-Corpus/ST19050124-V31-04-page10.txt
root - INFO - ['covenant', 'everlasting', 'covenant', 'subject', 'sabbath', 'interlinked', 'interwoven', 'covenant', 'integral', 'importance', 'attaching', 'understanding', 'covenant', 'relation', 'sabbath', 'covenant', 'agreement', 'party', 'involving', 'certain', 'mutual', 'promise', 'certain_conditions', 'contract', 'covenant', 'covenant', 'promise', 'party', 'cause', 'certain_things', 'certain_conditions', 'met', 'involve', 'second', 'party', 'altho', 'second', 'party', 'formally', 'enter', 'agreement', 'time', 'party', 'promise', 'class', 'covenant', 'testament', 'illustration', 'scripture', 'word', 'covenant', 'testament', 'somewhat', 'synonomously', 'involving', 'idea', 'contract', 'mutual', 'promise', 'testament', 'covenant', 'contract', 'testament', 'essential', 'object', 'clearly', 'stated', 'consideration', 'value', 'pas', 'party', 'bind', 'covenant', 'tho', 'mutual', 'benefit', 'derived', 'covenanters', 'regarded', 'consideration', 'agreed', 'case', 'consideration', 'understood', 'relationship', 'friendship', 'benefaction', 'testament', 'confirmed', 'death', 'testator', 'provision', 'sure', 'unalterable', 'forever', 'covenant', 'idea', 'prominently', 'set', 'forth', 'scripture', 'requires', 'ordinary', 'careful', 'study', 'scheme', 'bible', 'discern', 'thought', 'lie', 'foundation', 'plan', 'redemption', 'covenant', 'adam', 'read', 'reference', 'sixth', 'chapter', 'hosea', 'backsliding', 'ephraim', 'judah', 'like', 'adam', 'transgressed', 'covenant', 'covenant', 'noah', 'son', 'covenant', 'abraham', 'renewed', 'repeated', 'isaac', 'jacob', 'covenant', 'israelite', 'lord', 'led', 'forth', 'egyptian', 'bondage', 'covenant', 'david', 'house', 'covenant', 'referred', 'isaiah', 'everlasting', 'covenant', 'prophecy', 'new_covenant', 'jeremiah', 'referred', 'writer', 'book', 'hebrew', 'new_testament', 'answer', 'question', 'covenant', 'matter', 'term', 'condition', 'promise', 'object', 'noah', 'earth', 'lord', 'promised', 'preservation', 'earth', 'forever', 'destruction', 'flood', 'water', 'abraham', 'isaac', 'jacob', 'promise', 'laud', 'canaan', 'everlasting', 'possession', 'seed', 'star', 'heaven', 'sand', 'seashore', 'number', 'fulfilment', 'promise', 'far', 'local', 'feature', 'concerned', 'israelite', 'led', 'egypt', 'promised', 'land', 'promise', 'canaan', 'innumerable', 'multitude', 'constitute', 'posterity', 'wasa', 'promise', 'embracing', 'literal', 'land', 'palestine', 'capacity', 'clearly', 'understood', 'worthy', 'old', 'faith', 'abraham', 'called', 'place', 'receive', 'inheritance', 'obeyed', 'went', 'knowing', 'went', 'faith', 'sojourned', 'land', 'promise', 'strange', 'country', 'dwelling', 'tabernacle', 'isaac', 'jacob', 'heir', 'promise', 'looked', 'city', 'bath', 'foundation', 'builder', 'maker', 'god', 'died', 'faith', 'having', 'received', 'promise', 'having', 'seen', 'afar', 'persuaded', 'themi', 'embraced', 'confessed', 'stranger', 'pilgrim', 'earth', 'thing', 'declare', 'plainly', 'seek', 'country', 'desire', 'better', 'country', 'heavenly', 'hebrew', 'promise', 'god', 'covenant', 'abraham', 'family', 'earth', 'blessed', 'scripture', 'foreseeing', 'god', 'justify', 'heathen', 'faith', 'preached', 'gospel', 'unto', 'abraham', 'saying', 'thee', 'shall', 'nation', 'blessed', 'faith', 'blessed', 'faithful', 'abraham', 'abraham', 'seed', 'promise', 'saith', 'seed', 'thy_seed', 'christ', 'christ', 'abraham', 'seed', 'heir', 'according', 'promise', 'christ', 'jew', 'greek', 'bond', 'free', 'male', 'female', 'christ', 'galatian', 'restoration', 'kingdom', 'blessing', 'blessing', 'gospel', 'working', 'otit', 'plan', 'redemption', 'christ', 'inclusive', 'object', 'anti', 'typical', 'canaan', 'earth', 'restored', 'everlasting', 'possession', 'object', 'everlasting', 'covenant', 'mentioned', 'isaiah', 'sure', 'mercy', 'david', 'mercy', 'mentioned', 'david', 'lord', 'promise', 'throne', 'established', 'forever', 'divine', 'mercy', 'depart', 'house', 'christ', 'seed', 'reign', 'throne', 'father', 'david', 'forever', 'regeneration', 'throne', 'called', 'throne', 'david', 'establishment', 'rested', 'successful', 'accomplishment', 'redeemer', 'mission', 'clear', 'promise', 'immediately', 'adam', 'eve', 'sinned', 'everlasting', 'covenant', 'enmity', 'thee', 'woman', 'thy_seed', 'seed', 'shall', 'sabbath', 'bruise', 'thy', 'head', 'thou', 'shalt', 'bruise', 'heel', 'promise', 'redeemer', 'destroy', 'sin', 'promise', 'salvation', 'forgiveness', 'restoration', 'beginning', 'proclamation', 'gospel', 'hope', 'adam', 'eve', 'soul', 'desired', 'salvation', 'precious', 'promise', 'unfolding', 'plan', 'passed', 'father', 'son', 'family', 'family', 'age', 'redeemer', 'came', 'adam', 'given', 'dominion', 'earth', 'edenic', 'state', 'lost', 'sin', 'christ', 'second', 'adam', 'regained', 'righteousness', 'prophecy', 'declares', 'thou', 'tower', 'flock', 'stronghold', 'daughter', 'zion', 'unto', 'thee', 'shall', 'come', 'dominion', 'micah', 'gate', 'eden', 'restoration', 'lost', 'dominion', 'work', 'redemption', 'work', 'promise', 'adam', 'noah', 'abraham', 'isaac', 'jacob', 'israel', 'david', 'object', 'everlasting', 'possession', 'condition', 'possession', 'demand', 'holy', 'people', 'everlasting', 'possession', 'people', 'righteous', 'holy', 'lord', 'mean', 'making', 'righteous', 'people', 'character', 'character', 'heart', 'law', 'god', 'people', 'dwell', 'condition', 'condition', 'new_covenant', 'new_covenant', 'clear', 'statement', 'accomplished', 'work', 'redemption', 'article', 'covenant', 'testament', 'starr', 'new_heart', 'new', 'spirit', 'away', 'stony', 'heart', 'flesh', 'heart', 'flesh', 'spirit', 'cause', 'walk', 'statute', 'shall', 'judgment', 'eze', 'gospel', 'doctrine', 'new_birth', 'change', 'heart', 'clearly', 'taught', 'quotation', 'evangelical', 'nature', 'dearly', 'shown', 'question', 'exist', 'benefit', 'derived', 'perusal', 'book', 'picture', 'beautiful', 'rainbow', 'encircling', 'throne', 'god', 'described', 'chapter', 'closing', 'word', 'chapter', 'city', 'day', 'shall', 'lord', 'entire', 'book', 'celestial', 'suggestion', 'lofty', 'idea', 'transport', 'mind', 'reader', 'earth', 'heaven', 'sublime', 'vision', 'given', 'important', 'topic', 'important', 'topic', 'book', 'subject', 'sabbath', 'combined', 'testimony', 'major', 'prophet', 'isaiah', 'jeremiah', 'ezekiel', 'constitutes', 'strong', 'evidence', 'importance', 'enduring', 'nature', 'institution', 'profitable', 'consider', 'lord', 'said', 'concerning', 'subject', 'mouth', 'seer', 'old', 'isaiah', 'read', 'everlasting', 'covenant', 'reference', 'isaiah', 'everlasting', 'covenant', 'reference', 'everlasting', 'covenant', 'god', 'covenant', 'noah', 'called', 'everlasting', 'covenant', 'earth', 'covenant', 'abraham', 'called', 'everlasting', 'covenant', 'renewed', 'isaac', 'jacob', 'israel', 'nation', 'everlasting', 'covenant', 'therefor', 'requires', 'glance', 'term', 'new_covenant', 'established', 'blessing', 'everlasting', 'effect', 'covenant', 'lord', 'refers', 'everlasting', 'covenant', 'warrant', 'term', 'phippeny']
root - INFO - extracting file #152500: 2017-04-Final-Corpus/ST19050920-V31-38-page13.txt
root - INFO - extracting file #153000: 2017-04-Final-Corpus/ST19060509-V32-19-page11.txt
root - INFO - ['baby', 'mustn', 'sleep', 'sister', 'couldn', 'carry', 'prayer', 'ask', 'god', 'way_home', 'yight', 'responded', 'little', 'bewildered', 'child', 'knelt', 'clasped', 'hand', 'shadow', 'grim', 'old', 'tree', 'short', 'pause', 'martha', 'said', 'lighten', 'darkness', 'beseech', 'thee', 'lord', 'thy', 'great', 'mercy', 'defend', 'peril', 'danger', 'night', 'jesus', 'sake', 'amen', 'chorused', 'child', 'moment', 'pause', 'billy', 'began', 'jesus', 'tender', 'shepherd', 'hear', 'bless', 'thy', 'little', 'lamb', 'night', 'darkness', 'thou', 'near', 'safe', 'till', 'morning', 'light', 'child', 'said', 'amen', 'little', 'sister', 'said', 'martha', 'dee', 'eepy', 'fink', 'anyfing', 'try', 'little', 'sister', 'urged', 'martha', 'yight', 'lord', 'shole', 'want', 'yight', 'home', 'muzzer', 'amen', 'amen', 'echoed', 'older', 'child', 'rising', 'knee', 'martha', 'said', 'god', 'surely', 'way_home', 'billy', 'boy', 'carry', 'flower', 'sister', 'carry', 'baby', 'bell', 'little', 'way', 'baby', 'bell', 'wide_awake', 'help', 'way', 'yight', 'plump', 'little', 'arm', 'clasped', 'lovingly', 'martha', 'neck', 'walking', 'martha', 'suddenly', 'stopped', 'listen', 'tow', 'bell', 'cried', 'baby', 'horsie', 'neighing', 'cried', 'boy', 'man', 'voice', 'cried', 'martha', 'goody', 'goody', 'said', 'boy', 'home', 'doody', 'doody', 'home', 'gurgled', 'drowsy', 'baby', 'cow', 'horse', 'man', 'asked', 'martha', 'cried', 'child', 'pointing', 'direction', 'think', 'hurry', 'said', 'martha', 'gladly', 'deposited', 'precious', 'burden', 'ground', 'let', 'hold', 'hand', 'soon', 'reach', 'laughing', 'merrily', 'trio', 'ran', 'direction', 'sound', 'soon', 'came', 'ranch', 'edge', 'forest', 'ain', 'fairy', 'coming', 'wood', 'exclaimed', 'genial', 'voice', 'rockwell', 'fairy', 'hungry', 'tired', 'child', 'lost', 'way', 'afternoon', 'isn', 'little', 'mother', 'martha', 'baby', 'come', 'right', 'house', 'let', 'mother', 'bread', 'milk', 'hitch', 'team', 'home', 'poor', 'little', 'lost', 'lamb', 'marfie', 'whispered', 'billy', 'boy', 'rode', 'home', 'deepening', 'twilight', 'pose', 'god', 'cow', 'ring', 'bell', 'loud', 'horsie', 'neigh', 'time', 'way', 'wood', 'sure', 'billy', 'boy', 'warm', 'bath', 'good', 'supper', 'little', 'soon', 'asleep', 'worse', 'wandering', 'motherly', 'little', 'martha', 'forgot', 'anxious', 'afternoon', 'forest', 'immediate', 'answer', 'khildish', 'prayer', 'pacific', 'churchman', 'xot', 'isn', 'home', 'fink', 'ayer', 'lie', 'yight', 'tree', 'renovating', 'straw', 'hat', 'way', 'renovate', 'straw', 'hat', 'properly', 'treated', 'cleaned', 'look', 'good', 'new', 'straw', 'good', 'whiten', 'leghorn', 'hat', 'soiled', 'yellow', 'scrub', 'let', 'dry', 'barrel', 'good', 'smoking', 'sulphur', 'barrel', 'tightly', 'closed', 'hour', 'end', 'time', 'hat', 'white', 'rinse', 'cold_water', 'smoke', 'proper', 'whiteness', 'easiest', 'way', 'renew', 'white', 'straw', 'hat', 'slightly', 'soiled', 'scour', 'corn', 'meal', 'moistened', 'warm_water', 'sponge', 'equal', 'lemon_juice', 'water', 'dry', 'sun', 'method', 'scour', 'soap', 'suds', 'rinse', 'clear', 'water', 'perfectly', 'dry', 'wash', 'solution', 'oxalic', 'acid', 'high', 'low', 'crown', 'hat', 'easily', 'changed', 'desired', 'adding', 'removing', 'sufficient_number', 'row', 'braid', 'fine', 'large', 'brown', 'chip', 'straw', 'hat', 'faded', 'brightened', 'dissolving', 'diamond', 'dye', 'wool', 'little', 'alcohol', 'applying', 'hat', 'soft', 'brush', 'bent', 'shape', 'perfectly', 'dry', 'hat', 'given', 'coat', 'varnish', 'faded', 'red', 'straw', 'hat', 'renewed', 'way', 'edge', 'finished', 'row', 'fancy', 'straw', 'braid', 'color', 'nice', 'new', 'hat', 'popularity', 'fancy', 'straw', 'help', 'wonderfully', 'transforming', 'old', 'hat', 'edge', 'fancy', 'straw', 'sewed', 'narrow', 'brim', 'broaden', 'fashionable', 'width', 'braid', 'come', 'grade', 'color', 'way', 'mary', 'mcgee', 'hall', 'time', 'way', 'narrow', 'straight', 'long', 'tear', 'song', 'step', 'joy', 'pain', 'shall', 'walked', 'pas', 'way', 'traveling', 'gate', 'day', 'shall', 'heart', 'break', 'way', 'shall', 'bewail', 'night', 'forever', 'shuts', 'past', 'sight', 'sunset', 'come', 'star', 'arise', 'morning', 'fails', 'sky', 'way', 'earthly', 'sod', 'tented', 'angel', 'sent', 'god', 'way', 'straight', 'cross', 'christ', 'weight', 'weight', 'wing', 'lark', 'bear', 'soaring', 'heavenward', 'air', 'northwestern', 'line', 'russia', 'japan', 'atlas', 'send', 'cent', 'stamp', 'ritchie', 'market', 'street', 'san_francisco', 'russo', 'japanese', 'war', 'atlas', 'issued', 'chicago', 'northwestern', 'railway', 'fine', 'colored', 'map', 'bound', 'convenient', 'form', 'reference', 'eastern', 'situation', 'shown', 'table', 'showing', 'relative', 'military', 'naval', 'strength', 'financial', 'resource', 'russia', 'japan', 'millennial', 'text', 'book', 'known', 'reference', 'arranged', 'according', 'event', 'adapted', 'instant', 'reference', 'profound', 'bible', 'study', 'result', 'year', 'search', 'mailed', 'cent', 'stamp', 'dime', 'eugene', 'brown', 'phcenix', 'ariz', 'real', 'pure', 'food', 'fulfils', 'requirement', 'pure', 'healthful', 'nutritious', 'economical', 'substitute', 'offensive', 'hog', 'lard', 'butter', 'cooking', 'purpose', 'odor', 'ity', 'taste', 'cooking', 'oil', 'guaranteed', 'purely', 'vegetable', 'endorsed', 'thousand', 'send', 'roc', 'stamp', 'mail', 'sample', 'cotton', 'valuable', 'booklet', 'free', 'request', 'pure', 'sweet', 'oil', 'assured', 'ordering', 'trinity', 'cotton', 'oil', 'dallas', 'texas', 'grand', 'canyon', 'arizona', 'santa', 'chaotic', 'underworld', 'sublime', 'scene', 'earth', 'mile', 'deep', 'mile', 'wide', 'mile', 'long', 'painted', 'like', 'flower', 'great', 'round', 'world', 'like', 'railroad', 'rim', 'excellent', 'hotel', 'tovar', 'bright', 'angel', 'grand', 'view', 'passenger', 'going', 'santa', 'stop', 'williams', 'trip', 'canyon', 'round', 'trip', 'fare', 'ask', 'pamphlet', 'titan', 'chasm', 'fred', 'prince', 'city', 'ticket', 'agent', 'market', 'san_francisco', 'cal', 'useful', 'hymn', 'book', 'devotional', 'song', 'half', 'new', 'song', 'grow', 'old', 'half', 'old', 'song', 'new', 'page', 'cloth', 'cent', 'mail', 'returnable', 'copy', 'examination', 'mailed', 'request', 'published', 'publisher', 'famous', 'gospel', 'hymn', 'biglow', 'main', 'new', 'york', 'chicago', 'important', 'traveler', 'washington', 'sunset', 'route', 'announce', 'opening', 'line', 'new', 'orleans', 'personally', 'conducted', 'car', 'san_francisco', 'washington', 'coast', 'line', 'los_angeles', 'tri', 'weekly', 'ticket', 'lowest', 'rate', 'washington', 'baltimore', 'philadelphia', 'new', 'york', 'new', 'england', 'eastern', 'point', 'old', 'south', 'quick', 'time', 'best', 'service', 'write', 'phil', 'gordon', 'market', 'san_francisco', 'full_information', 'atonement', 'examination', 'remedial', 'light', 'nature', 'revelation', 'waggoner', 'work', 'critical', 'exhaustive', 'treatise', 'plan', 'salvation', 'revealed', 'scripture', 'showing', 'harmony', 'principle', 'justice', 'mercy', 'consistency', 'reason', 'final', 'result', 'affecting', 'destiny', 'human_race', 'edition', 'revised', 'enlarged', 'cloth', 'sent', 'post', 'paid', 'cent', 'address', 'publisher', 'paper', 'famous', 'composer', 'doane', 'kirkpatrick', 'main']
root - INFO - extracting file #153500: 2017-04-Final-Corpus/ST19070116-V33-03-page5.txt
root - INFO - extracting file #154000: 2017-04-Final-Corpus/ST19070911-V33-37-page9.txt
root - INFO - ['tie', 'visited', 'impression', 'riveted', 'irresistibly', 'mind', 'end', 'thing', 'witnessed', 'foreshadowed', 'qpression', 'heard', 'great', 'visitation', 'progress', 'end', 'world', 'come', 'end', 'world', 'come', 'expect', 'expression', 'ignorant', 'superstitious', 'educated', 'way', 'fear', 'presence', 'nature', 'upheaval', 'conviction', 'wrung', 'end', 'time', 'reached', 'thing', 'convince', 'stubborn', 'proud', 'admit', 'god', 'spirit', 'scattering', 'wheat', 'tare', 'time', 'seed', 'sowing', 'husband', 'man', 'sent', 'servant', 'grain', 'sow', 'field', 'estate', 'strong_arm', 'servant', 'scattered', 'golden', 'grain', 'having', 'faith', 'rain', 'descend', 'sun', 'shine', 'soil', 'nourish', 'seed', 'bountiful', 'harvest', 'result', 'song', 'labored', 'cheering', 'own_heart', 'fellow', 'worker', 'sun', 'rose', 'higher', 'higher', 'paused', 'rest', 'wayside', 'great_measure', 'tare', 'seed', 'enemy', 'purposely', 'left', 'tempt', 'good', 'man', 'servant', 'wheat', 'sin', 'receive', 'punishment', 'judgment', 'day', 'receive', 'reward', 'eternal_life', 'sow', 'good_seed', 'max', 'hill', 'hath', 'glorified', 'lived', 'deliciously', 'concerning', 'spoken', 'course', 'spoken', 'applicable', 'thing', 'mentioned', 'originally', 'pronounced', 'rev', 'applies', 'babylon', 'great', 'babylon', 'great_city', 'rule', 'king', 'earth', 'babylon', 'composed', 'million', 'individual', 'way', 'babylon', 'thing', 'individual_members', 'composed', 'performing', 'act', 'individual', 'god', 'people', 'warned', 'come', 'babylon', 'partake', 'sin', 'sin', 'sin', 'prototype', 'sodom', 'behold', 'iniquity', 'thy', 'sister', 'sodom', 'pride', 'fulness', 'bread', 'abundance', 'idleness', 'daughter', 'strengthen', 'hand', 'poor', 'needy', 'eze', 'sin', 'babylon', 'similar', 'hath', 'glorified', 'lived', 'deliciously', 'point', 'destiny', 'turn', 'hath', 'glorified', 'lived', 'deliciously', 'torment', 'sorrow', 'cup', 'hath', 'filled', 'double', 'natural', 'individual', 'glorify', 'self', 'seen', 'glory', 'consists', 'sense', 'rich', 'message', 'time', 'fear', 'god', 'glory', 'truly', 'fully', 'glory', 'god', 'retain', 'rich', 'living', 'deliciously', 'surely', 'man', 'clothed', 'purple', 'fine', 'linen', 'fared', 'sumptuously', 'day', 'living', 'deliciously', 'lavishing', 'money', 'self', 'dare', 'rich_man', 'parable', 'isolated', 'case', 'sample', 'world', 'day', 'come', 'babylon', 'yes', 'abandoned', 'heterodoxal', 'creed', 'sink', 'perdition', 'surely', 'creed', 'deed', 'partake', 'sin', 'sin', 'prominently', 'glorifying', 'self', 'living', 'deliciously', 'thing', 'god', 'forbid', 'man', 'dare', 'stand', 'great_white_throne', 'hear', 'said', 'hath', 'lived', 'deliciously', 'woman', 'want', 'hear', 'irrevocable', 'decree', 'hath', 'glorified', 'lived', 'deliciously', 'torment', 'sorrow', 'let', 'look', 'inventory', 'given', 'rev', 'article', 'holding', 'possession', 'glorify', 'self', 'live', 'pleasure', 'earth', 'god', 'respecter', 'person', 'whomsoever', 'fearful', 'word', 'rev', 'spoken', 'doom', 'follows', 'let', 'warning', 'till', 'starr', 'tfie', 'gigt', 'itneo', 'company', 'prophetic_word', 'produce', 'heavy', 'worthless', 'seed', 'conviction', 'fulfilled', 'daily', 'report', 'great', 'flood', 'hail', 'storm', 'tornado', 'earthquake', 'famine', 'pestilence', 'thing', 'existed', 'greater', 'lesser', 'extent', 'came', 'number', 'place', 'recent_years', 'observant', 'know', 'alarmingly', 'increase', 'know', 'word', 'god', 'fully', 'aware', 'fact', 'increase', 'end', 'time', 'storm', 'calamity', 'past', 'compared', 'immediate', 'future', 'worst', 'reached', 'mean', 'true', 'true', 'place', 'trust', 'lord', 'word', 'fear', 'dread', 'god', 'protect', 'people', 'promise', 'thou', 'shalt', 'afraid', 'terror', 'night', 'arrow', 'flieth', 'day', 'pestilence', 'walketh', 'darkness', 'destruction', 'wasteth', 'noonday', 'thousand', 'shall', 'fall', 'thy', 'thousand', 'thy', 'right', 'hand', 'shall', 'come', 'nigh', 'thee', 'thine', 'eye', 'shalt', 'thou', 'behold', 'reward', 'wicked', 'thou', 'jehovah', 'art', 'refuge', 'thou', 'hest', 'high', 'thy', 'habitation', 'shall', 'evil', 'befall', 'thee', 'shall', 'plague', 'come', 'nigh', 'thy', 'tent', 'foregoing', 'promise', 'wonderfully', 'strong', 'soul', 'uplifting', 'assures', 'child', 'god', 'pas', 'day', 'disaster', 'unscathed', 'actually', 'afraid', 'glorious', 'thought', 'able', 'stand', 'fear', 'midst', 'calamity', 'prophet', 'tell', 'come', 'day', 'individual', 'desire', 'shelter', 'mighty', 'promise', 'heavenly', 'father', 'world', 'stricken', 'agony', 'fear', 'fitting', 'father', 'raise', 'follower', 'torment', 'hold', 'forth', 'sheltering', 'comfort', 'god', 'promise', 'strong', 'steady', 'confidence', 'divine_power', 'comparison', 'wit', 'wit', 'courage', 'courage', 'beauty', 'beauty', 'birth', 'birth', 'odious', 'cervantes', 'tare', 'light', 'thinking', 'lighten', 'load', 'laborer', 'took', 'tare', 'sowed', 'wheat', 'took', 'enemy', 'measure', 'wheat', 'length', 'master', 'came', 'work', 'progressed', 'overcome', 'sorrow', 'wickedness', 'servant', 'fell', 'master', 'craved', 'forgiveness', 'merciful', 'heart', 'master', 'forgave', 'set', 'scattering', 'good_seed', 'soon', 'heat', 'oppressive', 'load', 'heavy', 'weak', 'servant', 'despite', 'good', 'promise', 'resolution', 'mixed', 'tare', 'seed', 'wheat', 'sparingly', 'realized', 'sowing', 'tare', 'master', 'field', 'master', 'came', 'servant', 'plead', 'mercy', 'tho', 'knowing', 'sin', 'weakness', 'master', 'forgave', 'servant', 'indulged', 'natural', 'inclination', 'long', 'sooner', 'master', 'gone', 'threw', 'aside', 'wheat', 'began', 'scattering', 'tare', 'disobeying', 'master', 'forgave', 'pardoned', 'length', 'hope', 'cast', 'forth', 'estate', 'unprofitable', 'servant', 'longer', 'use', 'service', 'servant', 'pitied', 'outcast', 'blamed', 'master', 'estate', 'love', 'saviour', 'world', 'sends', 'forth', 'servant', 'labor', 'great_world', 'wide_field', 'sow', 'seed', 'truth', 'sends', 'rain', 'promise', 'increase', 'asks', 'servant', 'sow', 'seed', 'guard', 'tare', 'mixed', 'grieve', 'unfaithful', 'labor', 'mix', 'pure', 'gospel', 'seed', 'seed', 'error', 'scatter', 'sparingly', 'soil', 'rich', 'throw', 'away', 'pure', 'seed', 'altogether', 'scatter', 'tare', 'master', 'merciful', 'compassion', 'ready', 'forgive', 'pardon', 'backsliding', 'servant', 'hand', 'good_seed', 'sow', 'wicked', 'servant', 'parable', 'justice', 'speak', 'length', 'mercy', 'time', 'withdrawn', 'unprofitable', 'servant', 'cast', 'outer', 'darkness', 'lost', 'whosoever', 'come', 'enter', 'service', 'king', 'receive', 'reward', 'soon', 'day', 'human', 'probation', 'close']
root - INFO - extracting file #154500: 2017-04-Final-Corpus/ST19080429-V34-18-page8.txt
root - INFO - extracting file #155000: 2017-04-Final-Corpus/ST19100322-V37-12-page10.txt
root - INFO - ['mexico', 'running', 'time', 'popular', 'magazine', 'series', 'article', 'entitled', 'barbarous', 'mexico', 'charging', 'country', 'thousand', 'case', 'chattel', 'slavery', 'peonage', 'inhuman', 'treatment', 'yaqui', 'indian', 'long', 'ago', 'inquired', 'gentleman', 'time', 'mexico', 'conversant', 'condition', 'republic', 'truthfulness', 'article', 'reply', 'substance', 'thing', 'measure', 'true', 'thing', 'occurred', 'america', 'condition', 'vastly', 'different', 'republic', 'mexico', 'america', 'government', 'thing', 'absolutely', 'necessary', 'tolerated', 'older', 'republic', 'north', 'gentleman', 'considered', 'mexico', 'getting', 'good', 'government', 'expected', 'doubted', 'seriously', 'course', 'opposite', 'pursued', 'present', 'government', 'better', 'result', 'government', 'meet', 'constant', 'persistent', 'opposition', 'roman_church', 'lawless', 'class', 'report', 'cruelty', 'unjustifiable', 'severity', 'greatly', 'exaggerated', 'confirmed', 'article', 'literary', 'digest', 'february', 'come', 'hand', 'quote', 'elisha', 'talbot', 'series', 'article', 'moody', 'magazine', 'declares', 'article', 'referred', 'libel', 'maligned', 'sadly', 'misrepresented', 'country', 'mentioned', 'series', 'article', 'pronounced', 'wicked', 'fabrication', 'general', 'torres', 'decadence', 'france', 'received', 'advance', 'sheet', 'north', 'american', 'review', 'february', 'containing', 'striking', 'article', 'decadence', 'france', 'bellamy', 'storer', 'storer', 'france', 'rapidly', 'degenerating', 'absolute', 'infidelity', 'secular', 'school', 'instead', 'purely', 'secular', 'non', 'religious', 'anti', 'religious', 'making', 'religion', 'infidelity', 'sample', 'book', 'expression', 'refer', 'wise', 'god', 'providence', 'cut', 'nature', 'state', 'substituted', 'instance', 'tell', 'event', 'robinson', 'crusoe', 'came', 'time', 'great', 'reformation', 'period', 'protestant', 'driven', 'france', 'held', 'roman', 'catholicism', 'revolution', 'followed', 'revolution', 'repeated', 'reaction', 'swept', 'aggressively', 'eighteenth_century', 'truly', 'infidelity', 'reaction', 'extreme', 'traditionalism', 'man', 'history', 'place', 'god', 'living', 'carnal', 'human', 'place', 'tend', 'degeneracy', 'star', 'bethlehem', 'question', 'asked', 'prof', 'garrett', 'serviss', 'san_francisco', 'examiner', 'halley', 'comet', 'guidhog', 'star', 'bethlehem', 'bible', 'reader', 'answer', 'definitely', 'men', 'profess', 'believe', 'bible', 'endeavor', 'fix', 'combination', 'star', 'suggest', 'believe', 'particular', 'comet', 'appeared', 'time', 'comprehension', 'biblical', 'account', 'contrary', 'supposition', 'contention', 'meteor', 'ground', 'idea', 'comet', 'star', 'acting', 'light', 'guided', 'wise_men', 'preposterous', 'star', 'guided', 'day', 'journey', 'east', 'jerusalem', 'seen', 'counseling', 'chi', 'priest', 'herod', 'came', 'consultation', 'king', 'star', 'went', 'mile', 'little', 'city', 'bethlehem', 'came', 'stood', 'house', 'young', 'child', 'lay', 'utterly', 'pre', 'peaceable', 'yaqui', 'deported', 'yucatan', 'deported', 'guilty', 'criminal', 'act', 'mexican', 'family', 'deported', 'yaquis', 'appeal', 'obey', 'law', 'land', 'repeated', 'warning', 'cease', 'pillaging', 'murdering', 'david', 'thompson', 'united', 'state', 'minister', 'mexico', 'quoted', 'saying', 'mexican', 'government', 'dealt', 'kindly', 'bloodthirsty', 'indian', 'justice', 'demanded', 'american', 'lawyer', 'robert', 'kerr', 'period', 'year', 'covered', 'personal_experience', 'district', 'instance', 'improper', 'treatment', 'laborer', 'employer', 'investigated', 'soon', 'reported', 'offender', 'severely', 'punished', 'talbot', 'charge', 'president', 'diaz', 'despot', 'doubt', 'country', 'earth', 'point', 'cleaner', 'retort', 'regard', 'matter', 'amassing', 'great', 'wealth', 'expense', 'country', 'mexico', 'soul', 'affinity', 'better', 'marriage', 'thing', 'god', 'given', 'uncnan', 'oral', 'cartoon', 'meant', 'include', 'college', 'honorable', 'exception', 'especially', 'posterous', 'supposition', 'reamong', 'smaller', 'school', 'expression', 'banner', 'actual', 'quotation', 'garding', 'star', 'comet', 'teaching', 'educator', 'great', 'university', 'college', 'teaching', 'trample', 'foot', 'essential', 'christianity', 'religious', 'anarchy', 'breed', 'political', 'social', 'anarchy', 'foster', 'crime', 'believe', 'god', 'word', 'belidve', 'anneed', 'prayed', 'lord', 'help', 'need', 'great', 'remembered', 'tobacco', 'trunk', 'searching', 'tobacco', 'bible', 'bible', 'promise', 'pleads', 'promise', 'fever', 'leaf', 'revised', 'edition', 'book', 'school', 'france', 'omits', 'mention', 'bible', 'connected', 'idea', 'left', 'tobacco', 'cured', 'course', 'storer', 'devout', 'roman', 'catholic', 'feel', 'condition', 'france', 'awful', 'description', 'sad', 'sad', 'thing', 'infidelity', 'openly', 'aggressively', 'taught', 'thing', 'storer', 'good', 'catholic', 'ought', 'think', 'study', 'question', 'drove', 'france', 'infidelity', 'recoil', 'condition', 'brought', 'church', 'rome', 'ruled', 'year', 'protestantism', 'stood', 'ought', 'stand', 'save', 'french', 'infidelity', 'time', 'god', 'desired', 'save', 'france', 'infidelity', 'gelic', 'ministration', 'believe', 'miraculous', 'interposition', 'easily', 'believed', 'bright', 'shining', 'company', 'heavenly', 'messenger', 'guided', 'wise_men', 'trackless', 'waste', 'led', 'house', 'child', 'appeared', 'mission', 'angel', 'glory', 'invisible', 'mortal', 'eye', 'experiment', 'arizona', 'febniary', 'charles', 'hamilton', 'curtis', 'biplane', 'rose', 'height', 'foot', 'flew', 'international', 'line', 'mexico', 'air', 'minute', 'covered', 'distance', 'nearly', 'mile', 'march', 'information', 'fuego', 'great', 'volcano', 'guatemala', 'eruption', 'people', 'surrounding', 'great', 'fear', 'volcano', 'situated', 'forty_miles', 'northwest', 'guatemala', 'city']
root - INFO - extracting file #155500: 2017-04-Final-Corpus/ST19101220-V37-50-page2.txt
root - INFO - extracting file #156000: 2017-04-Final-Corpus/ST19110822-V38-33-page6.txt
root - INFO - ['copyright', 'milton', 'wilcox', 'let', 'revelation', 'speak', 'tell', 'truth', 'uplift', 'jesus', 'center', 'hope', 'xxxix', 'harvest', 'song', 'triumph', 'rev', 'verse', 'chapter', 'revelation', 'character', 'triumph', 'company', 'saved', 'coming', 'lord', 'jesus_christ', 'threefold_message', 'develops', 'character', 'follows', 'message', 'divided', 'containing', 'great', 'positive', 'truth', 'second', 'sad', 'lament', 'mighty', 'solemn', 'protest', 'warning', 'described', 'character', 'embrace', 'message', 'patience', 'saint', 'commandment', 'god', 'faith', 'jesus', 'follows', 'lesson', 'day', 'let', 'note', 'answer', 'text', 'answer', 'question', 'american', 'revised', 'version', 'omitting', 'question', 'disregarding', 'capital', 'beginning', 'period', 'close', 'answer', 'text', 'read', 'continuously', 'note', 'comment', 'version', 'designation', 'voice', 'john', 'hear', 'heaven', 'heard', 'voice', 'heaven', 'saying', 'write', 'blessed', 'dead', 'die', 'lord', 'henceforth', 'yea', 'saith', 'spirit', 'rest', 'labor', 'work', 'follow', 'rev', 'vision', 'shown', 'prophet', 'saw', 'behold', 'white_cloud', 'cloud', 'saw', 'sitting', 'like', 'unto', 'son', 'man', 'having', 'head', 'golden', 'crown', 'hand', 'sharp', 'sickle', 'verse', 'said', 'cloud', 'angel', 'came', 'temple', 'great_voice', 'sat', 'cloud', 'send', 'forth', 'thy', 'sickle', 'reap', 'hour', 'reap', 'come', 'harvest', 'earth', 'ripe', 'verse', 'followed', 'sat', 'cloud', 'cast', 'sickle', 'earth', 'earth', 'reaped', 'verse', 'prophet', 'angel', 'came', 'temple', 'heaven', 'having', 'sharp', 'sickle', 'verse', 'said', 'angel', 'angel', 'came', 'altar', 'hath', 'power', 'called', 'great_voice', 'sharp', 'sickle', 'saying', 'send', 'forth', 'thy', 'sharp', 'sickle', 'gather', 'cluster', 'vine', 'earth', 'grape', 'fully', 'ripe', 'verse', 'harvest', 'angel', 'cast', 'sickle', 'earth', 'gathered', 'vintage', 'earth', 'cast', 'wine', 'press', 'great', 'wine', 'press', 'wrath', 'god', 'wine', 'press', 'trodden', 'city', 'came', 'blood', 'winepress', 'unto', 'bridle', 'horse', 'far', 'thousand', 'furlong', 'verse', 'vision', 'judgment', 'shown', 'prophet', 'saw', 'sign', 'heaven', 'great', 'marvelous', 'seven', 'angel', 'having', 'seven', 'plague', 'finished', 'wrath', 'god', 'rev', 'vision', 'victory', 'victorious', 'company', 'shown', 'john', 'saw', 'sea', 'glass', 'mingled', 'come', 'victorious', 'beast', 'image', 'number', 'standing', 'sea', 'glass', 'having', 'harp', 'god', 'verse', 'song', 'triumph', 'sing', 'sing', 'song', 'moses', 'servant', 'god', 'song', 'lamb', 'saying', 'great', 'marvelous', 'thy', 'work', 'lord', 'god', 'almighty', 'righteous', 'true', 'thy', 'way', 'thou', 'king', 'age', 'shall', 'fear', 'lord', 'glorify', 'thy', 'thou', 'art', 'holy', 'nation', 'shall', 'come', 'worship', 'thee', 'thy', 'righteous', 'act', 'manifest', 'verse', 'note', 'comment', 'blessed', 'dead', 'frequently', 'told', 'spiritual', 'faith', 'christian', 'ought', 'hold', 'healing', 'strongly', 'hold', 'forgiveness', 'sin', 'justification', 'regeneration', 'faith', 'wanting', 'doe', 'scripture', 'like', 'lie', 'strongly', 'view', 'lord', 'declares', 'day', 'filled', 'blessing', 'trial', 'die', 'lord', 'blessed', 'blessing', 'lie', 'saved', 'awful', 'peril', 'remnant_church', 'pas', 'read', 'isaiah', 'concerning', 'time', 'righteous', 'perisheth', 'man', 'layeth', 'heart', 'merciful', 'men', 'taken', 'away', 'considering', 'righteous', 'taken', 'away', 'evil', 'come', 'entereth', 'peace', 'rest', 'bed', 'walketh', 'uprightness', 'god', 'save', 'aged', 'worn', 'servant', 'additional', 'trial', 'tested', 'proved', 'work', 'follow', 'dead', 'speak', 'rest', 'lord', 'shall', 'come', 'behold', 'white_cloud', 'john', 'culmination', 'work', 'great', 'old', 'message', 'pertained', 'white', 'indicative', 'purity', 'cloud', 'represents', 'god', 'angel', 'jesus', 'ascended', 'heaven', 'received', 'great', 'company', 'angel', 'appearance', 'cloud', 'come', 'come', 'surrounded', 'host', 'angel', 'appear', 'like', 'great', 'cloud', 'glory', 'act', 'rev', 'passage', 'like', 'unto', 'son', 'man', 'sitting', 'cloud', 'term', 'rev', 'lord', 'described', 'ministering', 'people', 'priest', 'heavenly', 'sanctuary', 'term', 'john', 'told', 'god', 'given', 'jesus', 'authority', 'execute', 'judgment', 'son', 'man', 'coming', 'cloud', 'consummate', 'work', 'come', 'king', 'head', 'golden', 'crown', 'carry', 'promise', 'prophecy', 'thou', 'settest', 'crown', 'fine_gold', 'head', 'hand', 'sickle', 'showing', 'reaper', 'harvest', 'hand', 'harvest', 'according', 'promise', 'learn', 'matthew', 'coming', 'reap', 'result', 'great', 'threefold_message', 'god', 'sends', 'message', 'world', 'save', 'world', 'utterly', 'reject', 'message', 'truly', 'ripened', 'message', 'accept', 'sun', 'ripens', 'wheat', 'ripens', 'tare', 'ripens', 'grain', 'ripens', 'weed', 'reject', 'god', 'saving', 'message', 'ripened', 'wickedness', 'character', 'unworthy', 'salvation', 'truly', 'accept', 'walk', 'ripened', 'heavenly', 'garner', 'passage', 'doe', 'represent', 'different', 'message', 'erroneously', 'thought', 'represents', 'result', 'great', 'threefold_message', 'given', 'angel', 'messenger', 'god', 'come', 'temple', 'lord', 'finished', 'ministry', 'ministry', 'closed', 'judgment', 'judgment', 'demand', 'harvest', 'shall', 'gathered', 'judgment', 'shall', 'executed', 'consequently', 'loud', 'sits', 'cloud', 'tho', 'linpi', 'gering', 'mercy', 'send', 'forth', 'thy', 'sickle', 'reap', 'hour', 'reap', 'come', 'harvest', 'earth', 'ripe', 'great_voice', 'indicates', 'time', 'hand', 'action', 'urgent', 'said', 'christ', 'culmination', 'appeal', 'century', 'past', 'sin', 'entered', 'king', 'come', 'answer', 'fourfold', 'living', 'creature', 'come', 'earth', 'reaped', 'sat', 'cloud', 'cast', 'sickle', 'earth', 'earth', 'reaped', 'noted', 'reapings', 'different', 'thought', 'expressed', 'reapings', 'read', 'reaping', 'matt', 'gather', 'wheat', 'garner', 'reaping', 'gathering', 'righteous', 'represented', 'gathering', 'grain', 'stored', 'future', 'reaping', 'pertains', 'eternity', 'reaping', 'vineyard', 'gathering', 'vintage', 'gathering', 'temporary', 'grape', 'wheat', 'doe', 'wheat', 'preserved', 'indefinitely', 'grape', 'soon', 'perish', 'gathering', 'vintage', 'good', 'grape', 'evil', 'reaping', 'sat', 'cloud', 'gathering', 'wheat', 'taking', 'shall', 'send', 'forth', 'angel', 'great', 'sound', 'trumpet', 'uttermost_parts', 'earth', 'gather', 'matt', 'shall', 'righteous', 'shine', 'forth', 'sun', 'kingdom', 'father', 'matt', 'parable', 'wheat', 'tare', 'point', 'end', 'age', 'harvest', 'end', 'world', 'matt', 'angel', 'angel', 'come', 'temple', 'sanctuary', 'margin', 'lord', 'finished', 'ministry', 'judgment', 'decision', 'rendered', 'filthy', 'shall', 'filthy', 'righteous', 'shall', 'righteous', 'rev', 'angel', 'sharp', 'sickle', 'reaper', 'angel', 'altar', 'come', 'forth', 'power', 'angel', 'sickle', 'saying', 'send', 'forth', 'thy', 'sharp', 'sickle', 'gather', 'cluster', 'vine', 'earth', 'grape', 'fully', 'ripe', 'indicative', 'judgment', 'judgment', 'case', 'rendered', 'come', 'altar', 'carry', 'rev', 'god', 'child', 'seen', 'slain', 'underneath']
root - INFO - extracting file #156500: 2017-04-Final-Corpus/ST19120423-V39-17-page7.txt
root - INFO - extracting file #157000: 2017-04-Final-Corpus/ST19121224-V39-50-page6.txt
root - INFO - ['eastern_question', 'involves', 'fate', 'ottoman', 'empire', 'balkan', 'near', 'eastern_question', 'complicated', 'political', 'problem', 'world', 'history', 'half', 'century', 'century', 'half', 'conquering', 'turk', 'crossed', 'bosporus', 'took', 'constantinople', 'grim', 'contest', 'dislodge', 'war', 'diplomacy', 'american', 'review', 'perk', 'november', 'sick_man', 'century', 'turkey', 'state', 'decadence', 'night', 'january', 'expressive', 'phrase', 'coined', 'czar', 'russia', 'conversing', 'british', 'ambassador', 'turkey', 'said', 'hand', 'sick_man', 'sick_man', 'great', 'misfortune', 'day', 'slip', 'away', 'necessary', 'arrangement', 'night', 'phrase', 'sick_man', 'clung', 'turkish', 'power', 'power', 'known', 'day', 'sick_man', 'east', 'strategic', 'position', 'character', 'constantinople', 'capital', 'ottoman', 'empire', 'strategic', 'point', 'europe', 'asia', 'prize', 'greatly', 'coveted', 'addition', 'hold', 'possession', 'jerusalem', 'holy', 'pity', 'palestine', 'largely', 'land', 'gospel_message', 'proclaimed', 'abraham', 'later', 'greater', 'fulness', 'apostle', 'carried', 'world', 'like', 'smoke', 'great', 'furnace', 'mohammedanism', 'overspread', 'land', 'till', 'resisted', 'attempt', 'christianization', 'civilization', 'gladstone', 'grand', 'old', 'man', 'england', 'said', 'question', 'mohammedanism', 'simply', 'mohammedanism', 'compounded', 'peculiar', 'character', 'race', 'mild', 'mohammedan', 'india', 'chivalrous', 'saladin', 'syria', 'cultured', 'moor', 'spain', 'black', 'day', 'entered', 'europe', 'great', 'antihuman', 'specimen', 'humanity', 'went', 'broad', 'line', 'blood', 'marked', 'trace', 'far', 'dominion', 'reached', 'civilization', 'disappeared', 'view', 'represented', 'government', 'force', 'opposed', 'government', 'law', 'tremendous', 'incarnation', 'military', 'power', 'advancing', 'curse', 'menaced', 'europe', 'driven', 'apparent', 'foregoing', 'europe', 'regarded', 'turkish_empire', 'oriental', 'power', 'properly', 'belonging', 'asia', 'europe', 'turk', 'long', 'ago', 'driven', 'bosporus', 'asia', 'came', 'fear', 'complication', 'great', 'power', 'europe', 'result', 'division', 'spoil', 'clearly', 'stated', 'marquis', 'salisbury', 'prime_minister', 'great', 'britain', 'mansion', 'house', 'speech', 'november', 'said', 'turkey', 'remarkable', 'condition', 'stood', 'half', 'century', 'mainly', 'great', 'power', 'world', 'resolved', 'peace', 'christendom', 'necessary', 'ottoman', 'empire', 'stand', 'came', 'conclusion', 'nearly', 'half', 'century', 'ago', 'think', 'havealtered', 'recent_years', 'demand', 'expulsion', 'turkish', 'power', 'europe', 'growing', 'louder', 'louder', 'consequence', 'constant', 'trouble', 'portion', 'dominion', 'armenia', 'macedonia', 'albania', 'christian', 'mohamniedan', 'subject', 'thousand', 'christian', 'ruthlessly', 'slaughtered', 'cruel', 'turk', 'massacre', 'wholly', 'provocation', 'resulted', 'mighty', 'chorus', 'voice', 'christian_world', 'demanding', 'end', 'turkish', 'rule', 'europe', 'writing', 'bloodiest', 'war', 'history', 'fought', 'allied', 'power', 'balkan', 'state', 'embracing', 'bulgaria', 'servia', 'montenegro', 'greece', 'turkey', 'series', 'uninterrupted', 'victory', 'crowning', 'effort', 'ally', 'gate', 'constantinople', 'daily', 'press', 'report', 'end', 'turkey', 'europe', 'irreducible', 'minimum', 'balkan', 'ally', 'implied', 'struggle', 'fear', 'daily', 'expressed', 'europe', 'involved', 'gigantic', 'war', 'late', 'marquis', 'salisbury', 'said', 'danger', 'ottoman', 'empire', 'fall', 'merely', 'danger', 'threaten', 'territory', 'empire', 'consists', 'danger', 'lit', 'spread', 'nation', 'involve', 'powerful', 'civilized', 'europe', 'dangerous', 'calamitous', 'contest', 'danger', 'present', 'mind', 'father', 'resolved', 'integrity', 'independence', 'ottoman', 'empire', 'matter', 'european', 'treaty', 'danger', 'passed', 'away', 'expulsion', 'certain', 'article', 'alexander', 'powell', 'entitled', 'balkan', 'union', 'turkey', 'american', 'review', 'review', 'november', 'following', 'statement', 'appears', 'turk', 'win', 'struggle', 'obtained', 'free', 'hand', 'concluding', 'peace', 'italy', 'probable', 'win', 'lose', 'compelled', 'macedonia', 'decent', 'government', 'certain', 'sooner', 'later', 'driven', 'bosporus', 'good', 'inevitable', 'view', 'apparent', 'certainty', 'turkish', 'power', 'eventually', 'forced', 'europe', 'involving', 'complication', 'foreseen', 'european', 'statesman', 'eastern_question', 'grave', 'import', 'beginning', 'half', 'told', 'follow', 'expulsion', 'turk', 'europe', 'final', 'destruction', 'holy', 'land', 'whole_question', 'clearly', 'outlined', 'prophetic_word', 'departure', 'turk', 'europe', 'constitutes', 'sign', 'marking', 'approach', 'great_day', 'lord', 'beginning', 'reign', 'prince', 'peace', 'turkey', 'end', 'andross', 'vol', 'stern', 'question', 'supreme', 'importance', 'god', 'rule', 'affair', 'men', 'god', 'world', 'thing', 'nation', 'men', 'dwell', 'face', 'earth', 'having', 'determined', 'appointed', 'season', 'bound', 'habitation', 'act', 'god', 'wisdom', 'produced', 'human', 'race', 'man', 'providence', 'scattered', 'face', 'earth', 'wisdom', 'goodness', 'appointed', 'family', 'nation', 'particular', 'place', 'having', 'determined', 'marked', 'boundary', 'dwelling', 'place', 'set', 'proper_time', 'residence', 'god', 'known', 'prophet', 'rise', 'fall', 'nation', 'instance', 'having', 'revealed', 'exact', 'time', 'rise', 'period', 'continuance', 'given', 'power', 'succeed', 'remember', 'thing', 'old', 'god', 'god', 'like', 'declaring', 'end', 'beginning', 'ancient_times', 'thing', 'saying', 'counsel', 'shall', 'stand', 'pleasure', 'calling', 'ravenous', 'bird', 'east', 'man', 'executeth', 'counsel', 'far', 'country', 'yea', 'spoken', 'bring', 'pas', 'purposed', 'isa', 'lord', 'particularly', 'revealed', 'event', 'importance', 'place', 'nation', 'earth', 'near', 'end', 'time', 'said', 'behold', 'thee', 'know', 'shall', 'end', 'indignation', 'time', 'appointed', 'hebrew', 'cooed', 'fixed', 'time', 'season', 'end', 'shall', 'dan', 'introductory', 'prophecy', 'eleventh', 'chapter', 'verse', 'twelfth', 'chapter', 'book', 'daniel', 'angel', 'revealed', 'prophet', 'thing', 'befall', 'nation', 'earth', 'people', 'god', 'day', 'beginning', 'day', 'prophet', 'history', 'nation', 'traced', 'time', 'kingdom', 'world', 'kingdom', 'lord', 'christ', 'concluding', 'reflection', 'bishop', 'newton', 'prophecy', 'point', 'proper', 'stand', 'little', 'reflect', 'particular', 'circumstantial', 'prophecy', 'concise', 'comprehensive', 'regular', 'account', 'king', 'affair', 'author', 'time', 'prophecy', 'perfect', 'history', 'declare', 'time', 'season', 'hath', 'own_power', 'kingdom', 'medium', 'persia', 'year', 'darius', 'mede', 'stood', 'confirm', 'strengthen', 'thee', 'truth', 'behold', 'shall', 'stand', 'king', 'persia', 'fourth', 'shall', 'far', 'richer', 'strength', 'rich', 'shall', 'stir', 'realm', 'grecia', 'following', 'darius', 'king', 'referred', 'cambyses', 'smerdis', 'darius', 'hystaspes', 'came', 'fourth', 'xerxes', 'led', 'army', 'half', 'million', 'greece', 'alexander', 'mighty', 'king', 'mighty', 'king', 'shall', 'stand', 'shall', 'rule', 'great', 'dominion', 'according', 'continued', 'page', 'gigno', 'mea']
root - INFO - extracting file #157500: 2017-04-Final-Corpus/ST19140505-V41-17-page13.txt
root - INFO - extracting file #158000: 2017-04-Final-Corpus/ST19141222-V41-50-page4.txt
root - INFO - ['law', 'divine', 'mediation', 'bring', 'obedience', 'god', 'commandment', 'god', 'given', 'world', 'hand', 'christ', 'completely', 'vindicate', 'binding', 'claim', 'law', 'manifest', 'holiness', 'principle', 'christ', 'father', 'appointed', 'heir', 'thing', 'world', 'brightness', 'glory', 'express', 'image', 'person', 'upheld', 'thing', 'word', 'power', 'possessed', 'divine', 'excellency', 'greatness', 'pleased', 'father', 'hirn', 'fulness', 'dwell', 'christ', 'thought', 'robbery', 'equal', 'god', 'jesus', 'exchanged', 'throne', 'light', 'glory', 'father', 'counting', 'thing', 'desired', 'equal', 'god', 'man', 'lost', 'sin', 'misery', 'came', 'heaven', 'earth', 'clothed', 'divinity', 'humanity', 'bore', 'curse', 'surety', 'fallen', 'race', 'compelled', 'chose', 'bear', 'result', 'man', 'transgression', 'man', 'escape', 'eternal', 'death', 'noon', 'charge', 'violating', 'sunday', 'law', 'pleaded', 'guilty', 'burgess', 'asked', 'witness', 'case', 'magistrate', 'replied', 'fined', 'defendant', 'remitted', 'cost', 'caused', 'burgess', 'remark', 'magistrate', 'help', 'people', 'evade', 'law', 'quick', 'flash', 'came', 'magistrate', 'clarke', 'remark', 'far', 'like', 'burgess', 'case', 'keeper', 'store', 'sold', 'ice_cream', 'chief', 'witness', 'testified', 'entered', 'store', 'asked', 'clerk', 'store', 'open', 'business', 'receiving', 'reply', 'affirmative', 'witness', 'testified', 'preached', 'little', 'sermon', 'man', 'witness', 'testified', 'man', 'clergyman', 'naming', 'accompanied', 'store', 'said', 'visit', 'church_service', 'earned', 'money', 'refused', 'right', 'attorney', 'dannehower', 'turned', 'witness', 'asked', 'sing', 'church', 'choir', 'sunday', 'paid', 'witness', 'replied', 'court', 'decided', 'violation', 'law', 'considered', 'necessity', 'attorney', 'said', 'true', 'admit', 'earned', 'money', 'sunday', 'spying', 'people', 'trying', 'earn', 'living', 'purpose', 'getting', 'difficulty', 'witness', 'said', 'case', 'attorney', 'replied', 'absolutely', 'want', 'court', 'know', 'kind', 'man', 'witness', 'angry', 'retorted', 'loudly', 'wife', 'sings', 'church', 'choir', 'sunday', 'smilingly', 'attorney', 'said', 'yes', 'proud', 'sings', 'choir', 'doe', 'spying', 'people', 'selfish', 'attends', 'own_business', 'great', 'deal', 'feeling', 'engendered', 'fact', 'burgess', 'discriminated', 'prosecution', 'sunday', 'law', 'violation', 'having', 'said', 'occasion', 'burgess', 'use', 'own_judgment', 'shall', 'prosecuted', 'shall', 'business_men', 'association', 'interesting', 'development', 'expected', 'near_future', 'sunday', 'newspaper', 'issue', 'following', 'meeting', 'altoona', 'ministerial', 'association', 'crusade', 'socalled', 'sunday', 'law', 'violator', 'begun', 'minister', 'association', 'seeking', 'altoona', 'newspaperless', 'center', 'newsagent', 'preparing', 'defeat', 'work', 'ministerial', 'association', 'official', 'philadelphia', 'new', 'york', 'newspaper', 'pittsburgh', 'paper', 'previously', 'informed', 'local', 'news', 'agent', 'assist', 'fighting', 'preacher', 'business', 'molested', 'fight', 'taken', 'men', 'declare', 'remain', 'minister', 'ridiculous', 'country', 'court', 'decision', 'handed', 'setting', 'forth', 'sunday', 'newspaper', 'continued', 'page', 'sign', 'time', 'december', 'enforcing', 'religious', 'lai', 'work', 'belongs', 'middle', 'age', 'protestant', 'minister', 'pushing', 'catholic', 'priest', 'denounces', 'horton', 'interesting', 'situation', 'developing', 'state', 'pennsylvania', 'present_time', 'connection', 'enforcement', 'sunday', 'blue', 'law', 'city', 'keystone', 'state', 'norristown', 'altoona', 'treated', 'espionage', 'keeping', 'medievalism', 'celebrated', 'holy', 'inquisition', 'dark', 'age', 'norristown', 'noted', 'largest', 'burg', 'united', 'state', 'having', 'population', 'thirty', 'thousand', 'unincorporated', 'municipal', 'commonwealth', 'fined', 'working', 'sunday', 'behest', 'welfare', 'league', 'burgess', 'norristown', 'committing', 'magistrate', 'community', 'called', 'arraign', 'business_men', 'public', 'criminal', 'charge', 'violation', 'sunday', 'law', 'celebrated', 'blue', 'law', 'obliged', 'pay', 'fine', 'cost', 'prosecution', 'discharged', 'held', 'await', 'hearing', 'vice_president', 'league', 'prominent', 'church', 'worker', 'appeared', 'prosecutor', 'case', 'william', 'dannehower', 'local', 'attorney', 'represented', 'defendant', 'case', 'peter', 'nemphos', 'employee', 'conduct', 'candy', 'store', 'star', 'witness', 'testified', 'lcoking', 'store', 'owned', 'defendant', 'sunday', 'night', 'preceding', 'saw', 'man', 'purchase', 'candy', 'crossexamination', 'witness', 'admitted', 'taking', 'walk', 'purpose', 'seeing', 'violating', 'sunday', 'law', 'witness', 'testified', 'gone', 'defendant', 'store', 'purpose', 'buying', 'chocolate', 'saw', 'young_woman', 'purchase', 'drink', 'later', 'purchased', 'cent', 'worth', 'candy', 'witness', 'broken', 'law', 'witness', 'response', 'question', 'attorney', 'defense', 'said', 'expect', 'paid', 'work', 'securing', 'evidence', 'asked', 'attorney', 'think', 'violating', 'law', 'making', 'purchase', 'sunday', 'witness', 'said', 'violating', 'law', 'expect', 'fined', 'saying', 'violating', 'law', 'mean', 'violating', 'law', 'god', 'burgess', 'adjudged', 'storekeeper', 'guilty', 'imposed', 'fine', 'cost', 'attorney', 'defense', 'charged', 'burgess', 'acting', 'illegally', 'saying', 'burgess', 'jurisdiction', 'prosecution', 'decided', 'court', 'common', 'plea', 'judge', 'newman', 'directed', 'burgess', 'jurisdiction', 'such_cases', 'decision', 'questioned', 'burgess', 'replied', 'notice', 'store', 'kept', 'open', 'sunday', 'charge', 'offender', 'violating', 'sunday', 'law', 'conspiracy', 'evade', 'law', 'case', 'adjudged', 'guilty', 'druggist', 'star', 'witness', 'aforesaid', 'vice_president', 'welfare', 'league', 'testified', 'standing', 'defendant', 'store', 'going', 'church', 'sunday', 'evening', 'seen', 'men', 'purchase', 'cigar', 'seen', 'clerk', 'cash', 'attorney', 'dannehower', 'called', 'magistrate', 'fourth', 'ward', 'stand', 'showed', 'docket', 'defendant', 'arraigned', 'previous', 'fore', 'pape']
root - INFO - extracting file #158500: 2017-04-Final-Corpus/ST19161219-V43-50-page12.txt
root - INFO - extracting file #159000: 2017-04-Final-Corpus/ST19180806-V45-31-page16.txt
root - INFO - ['pipp', 'rrserjr', 'piviv', 'tnt', 'irnifivilamm', 'mountain', 'view', 'california', 'thethe', 'august', 'recuperating', 'amid', 'beauty', 'palace', 'garden', 'italian', 'soldier', 'cared', 'temporary', 'hospital', 'ground', 'quirinal', 'royal', 'palace', 'rome', 'religious', 'theme', 'hour', 'rilhe', 'congregationalist', 'advance', 'july', 'devotes', 'practically', 'space', 'question', 'christ', 'coming', 'paper', 'ful', 'page', 'advertisement', 'article', 'appear', 'leading', 'writer', 'discus', 'various_phases', 'question', 'opening', 'sentence', 'editorial', 'theme', 'article', 'print', 'week', 'regard', 'belief', 'imminent', 'visible', 'return', 'christ', 'bear', 'witness', 'wide', 'popular', 'subject', 'war', 'brought', 'discussion', 'degree', 'unexampled', 'recent', 'history', 'church', 'page', 'issue', 'congregationalist', 'advance', 'given', 'report', 'watch', 'tower', 'popular', 'christ', 'second', 'coming', 'watch', 'tower', 'reporter', 'pacific_coast', 'travel', 'southern', 'california', 'earnest', 'devout', 'person', 'believe', 'immediate', 'second', 'coming', 'lord', 'doctrine', 'color', 'thinking', 'control', 'action', 'minister', 'layman', 'denomination', 'bible', 'institute', 'cardinal', 'teaching', 'theologizing', 'eschatology', 'bulk', 'larger', 'social', 'ethic', 'practical', 'religion', 'prophecy', 'daniel', 'revelation', 'john', 'engage', 'attention', 'student', 'exclusion', 'social', 'gospel', 'watch', 'tower', 'reporter', 'middle', 'west', 'evidently', 'writing', 'neighborhood', 'chicago', 'question', 'coming', 'christ', 'live', 'hereabouts', 'asked', 'practically', 'general', 'gathering', 'congregational', 'interdenominational', 'raised', 'church', 'minister', 'union', 'discussed', 'question', 'pro', 'reporter', 'middle', 'west', 'tell', 'sermon', 'preached', 'leading', 'doctor', 'divinity', 'influential', 'church', 'denomination', 'chicago', 'suburb', 'report', 'indicates', 'profound', 'stirred', 'question', 'church_member', 'large_number', 'insisting', 'knowing', 'bible', 'teach', 'important', 'theme', 'minister', 'known', 'nation', 'world', 'recently', 'convened', 'prophetic', 'conference', 'philadelphia', 'convention', 'reported', 'column', 'paper', 'devout', 'ministry', 'laity', 'denomination', 'stirred', 'question', 'studying', 'eagerly', 'clearer', 'bible', 'promise', 'christ', 'come', 'second', 'time', 'cloud', 'heaven', 'power', 'great_glory', 'god', 'spirit', 'accompanies', 'promise', 'word', 'spirit', 'impressing', 'great_truth', 'mind', 'men', 'day', 'event', 'near', 'hand', 'know', 'divine', 'book', 'god', 'impressing', 'men', 'order', 'shall', 'turn', 'salvation', 'freely', 'offer', 'seen', 'second', 'coming', 'christ', 'theme', 'cluster', 'engage', 'attention', 'men', 'shown', 'verse', 'twent', 'fourth', 'chapter', 'matthew', 'christ', 'asked', 'concerning', 'coming', 'opening', 'word', 'answering', 'question', 'heed', 'man', 'deceive', 'shall', 'come', 'saying', 'christ', 'shall', 'deceive', 'matthew', 'deceived', 'master', 'warns', 'course', 'pursued', 'avoid', 'deception', 'study', 'god', 'word', 'teaching', 'seek', 'personally', 'guidance', 'god', 'spirit', 'know', 'truth', 'concerning', 'great', 'theme', 'follow', 'god', 'plan', 'individually', 'anchor', 'god', 'word', 'anchor', 'wisest', 'teacher', 'matter', 'profound', 'scholarship', 'appear', 'living', 'word', 'guide', 'western', 'newspaper', 'union', 'god', 'spirit', 'supreme', 'teacher', 'minister', 'help', 'fellow_men', 'convey', 'god', 'light', 'truth', 'divine', 'book', 'inaccurate', 'quotation', 'issue', 'june', 'page', 'quoted', 'john', 'thompson', 'secretary', 'city', 'missionary', 'church', 'extension', 'society', 'having', 'said', 'men', 'die', 'battle_field', 'professing', 'christian', 'saved', 'men', 'opinion', 'truly', 'dying', 'mankind', 'jesus_christ', 'brother', 'fleming', 'methodist', 'minister', 'writing', 'chicago', 'present', 'meeting', 'heard', 'said', 'thompson', 'thompson', 'use', 'language', 'mouth', 'theis', 'fact', 'speaker', 'minister', 'preceding', 'thompson', 'use', 'language', 'somewhat', 'like', 'statement', 'credit', 'thompson', 'thompson', 'spoke', 'called', 'attention', 'word', 'man', 'declared', 'men', 'die', 'battle_field', 'opinion', 'truly', 'dying', 'mankind', 'jesus_christ', 'gladly', 'print', 'statement', 'attendant', 'meeting', 'question', 'eminent', 'corroborator', 'liquor', 'country', 'frequently', 'quoting', 'called', 'doctor', 'scientist', 'favorable', 'use', 'alcoholic_liquors', 'claim', 'drink', 'good', 'long', 'moderate', 'quantity', 'word', 'question', 'spoken', 'arthur', 'dean', 'bevan', 'president', 'american_medical_association', 'stirring', 'address', 'chicago', 'week', 'seven', 'thousand', 'doctor', 'declared', 'liquor', 'business', 'outlawed', 'political', 'measure', 'important', 'health', 'measure', 'secured', 'idle', 'hope', 'leading', 'address', 'given', 'bible', 'conference', 'return', 'lord', 'rev', 'sutchliffe', 'moody', 'bible', 'institute', 'chicago', 'theme', 'god', 'program', 'nation', 'affirmed', 'idle', 'hope', 'league', 'nation', 'bring', 'universal_peace', 'futhermore', 'expressed', 'conviction', 'international', 'court', 'arbitration', 'fail', 'thes', 'ethings', 'come', 'pas', 'book', 'god', 'true', 'robert', 'dollar', 'prominent', 'pacific_coast', 'shipbuilder', 'experience', 'dealing', 'chinese', 'people', 'word', 'chinese', 'merchant', 'banker', 'given', 'reliance', 'placed', 'forfeited', 'worthy', 'reputation', 'nation', 'posse', 'representative', 'professing', 'christian_nations', 'careful', 'maintain', 'high_standard']
root - INFO - extracting file #159500: 2017-04-Final-Corpus/ST19190429-V46-17-page5.txt
root - INFO - extracting file #160000: 2017-04-Final-Corpus/ST19191216-V46-49-page11.txt
root - INFO - ['hay', 'ton', 'france', 'frenchman', 'perfected', 'helicopter', 'aeroplane', 'propeller', 'mounted', 'vertical', 'shaft', 'vertical', 'ascent', 'protestant', 'poland', 'number', 'religious_liberty', 'assured', 'influence', 'general', 'pilsudski', 'official', 'government', 'circle', 'czechoslovakia', 'considering', 'enactment', 'law', 'declaring', 'total', 'prohibition', 'largest', 'single', 'disability', 'american', 'troop', 'war', 'reported', 'tuberculosis', 'lung', 'eighteen', 'cent', 'total', 'case', 'examined', 'showed', 'affected', 'lung', 'internal', 'revenue', 'statistic', 'indicate', 'fewer', 'cigar', 'smoking', 'chewing', 'tobacco', 'consumed', 'american', 'public', 'consumption', 'cigarette', 'half', 'time', 'according', 'newspaper', 'dispatch', 'people', 'living', 'near', 'volcano', 'italy', 'worrying', 'coal', 'shortage', 'winter', 'italian', 'government', 'perfected', 'scheme', 'heat', 'near', 'town', 'steam', 'furnace', 'nature', 'considerable', 'supply', 'peninsula', 'girl', 'enrolled', 'crandon', 'institute', 'maintained', 'italy', 'methodist', 'episcopal_church', 'radical', 'departure', 'convent', 'school', 'education', 'cloister', 'french', 'heel', 'dangerous', 'half', 'accident', 'woman', 'certain', 'huge', 'concern', 'thousand', 'men', 'woman', 'employed', 'stumbling', 'slipping', 'falling', 'height', 'like', 'fifth', 'accident', 'men', 'caused', 'great', 'skoda', 'gun', 'work', 'owned', 'austria', 'converted', 'machine', 'shop', 'factory', 'agricultural', 'implement', 'reckoning', 'according', 'progressive', 'ratio', 'cost', 'war', 'united', 'state', 'major', 'robert', 'cotton', 'estimate', 'war', 'cost', 'nation', 'time', 'present', 'wealth', 'thirty', 'state', 'presidential', 'woman', 'suffrage', 'suffrage', 'woman', 'granted', 'isle', 'man', 'new', 'zealand', 'australia', 'finland', 'norway', 'iceland', 'denmark', 'russia', 'canada', 'austria', 'england', 'germany', 'ireland', 'poland', 'scotland', 'wale', 'holland', 'sweden', 'christian', 'statesman', 'new', 'constitution', 'germany', 'effective', 'citizen', 'country', 'freedom', 'belief', 'conscience', 'state', 'church', 'freedom', 'education', 'guaranteed', 'citizen', 'men', 'fundamentally', 'right', 'duty', 'state', 'rank', 'abolished', 'title', 'nobility', 'missionary', 'review', 'los', 'angeles', 'california', 'report', 'marriage', 'year', 'divorce', 'case', 'filed', 'granted', 'failure', 'marriage', 'order', 'ministry', 'interior', 'china', 'following', 'instruction', 'circularized', 'republic', 'noticed', 'everybody', 'country', 'indulges', 'use', 'cigar', 'cigarette', 'worse', 'curse', 'nation', 'opium', 'day', 'restriction', 'imposed', 'decided', 'measure', 'taken', 'total', 'prohibition', 'use', 'following', 'restriction', 'shall', 'imposed', 'boy', 'girl', 'eighteen', 'year', 'age', 'shall', 'allowed', 'smoke', 'cigar', 'cigarette', 'military', 'naval', 'man', 'shall', 'punished', 'use', 'cigar', 'cigarette', 'government', 'school', 'college', 'shall', 'strictly', 'prohibited', 'month', 'person', 'killed', 'automobile', 'accident', 'city', 'chicago', 'illinois', 'soot', 'daily', 'falling', 'surface', 'london', 'estimated', 'half', 'pound', 'acre', 'year', 'eighty', 'ton', 'acre', 'william', 'mayo', 'state', 'close', 'civil_war', 'advance', 'medicine', 'added', 'year', 'average', 'length', 'human_life', 'predicts', 'year', 'added', 'year', 'germany', 'national', 'debt', 'thirty', 'billion', 'dollar', 'caput', 'wealth', 'caput', 'debt', 'charge', 'german', 'government', 'intends', 'pay', 'indebtedness', 'gigantic', 'lottery', 'drawing', 'twice', 'year', 'eighty_years', 'drawing', 'prize', 'given', 'amounting', 'mark', 'prize', 'drawing', 'million', 'mark', 'france', 'debt', 'thirty', 'billion', 'dollar', 'intends', 'raffle', 'debt', 'million', 'ticket', 'mean', 'new', 'millionaire', 'created', 'day', 'france', 'year', 'week', 'year', 'new', 'york', 'evening', 'world', 'scheme', 'wildest', 'carnival', 'gambling', 'world', 'seen', 'national', 'government', 'playing', 'role', 'croupier', 'world_war', 'inhabitant', 'france', 'killed', 'germany', 'great', 'britain', 'italy', 'remarkable', 'post', 'war', 'suggestion', 'proposal', 'english', 'statist', 'great', 'britain', 'national', 'debt', 'paid', 'sale', 'church', 'england', 'scotland', 'property', 'exempt', 'taxation', 'sale', 'naturally', 'include', 'paul', 'cathedral', 'westminster', 'abbey', 'famous', 'graf', 'relic', 'seeing', 'people', 'original', 'investment', 'supported', 'institution', 'century', 'right', 'people', 'deal', 'property', 'fit', 'view', 'famous', 'dome', 'paul']
root - INFO - extracting file #160500: 2017-04-Final-Corpus/ST19200810-V47-31-page9.txt
root - INFO - extracting file #161000: 2017-04-Final-Corpus/SUW19080818-V02-30-page2.txt
root - INFO - ['report', 'progress', 'tian', 'nurture', 'spiritual', 'loveliness', 'truly', 'noble', 'godlike', 'willing', 'submit', 'discipline', 'obstacle', 'true', 'living', 'nerve', 'fresh', 'determination', 'succeed', 'use', 'difficulty', 'hardship', 'leverage', 'gain', 'new', 'advantage', 'compel', 'temptation', 'minister', 'instead', 'hindering', 'regard', 'provocation', 'annoyance', 'trial', 'sort', 'practice', 'lesson', 'application', 'theory', 'christian_life', 'seen', 'end', 'hardship', 'difficulty', 'mean', 'smallest', 'blessing', 'life', 'compare', 'weight', 'clock', 'steady', 'orderly', 'life', 'tree', 'grows', 'tempest', 'toss', 'bough', 'bend', 'trunk', 'breaking', 'firmly', 'rooted', 'tree', 'grows', 'shaded', 'valley', 'storm', 'brings', 'stress', 'strain', 'true', 'life', 'grandest', 'character', 'grown', 'hardship', 'best', 'men', 'world', 'reared', 'brought', 'school', 'adversity', 'hardship', 'heroism', 'live', 'patiently', 'provocation', 'bravely', 'danger', 'calmly', 'disturb', 'hermit', 'cave', 'heart', 'busy', 'life', 'test', 'character', 'live', 'patiently', 'lovingly', 'cheerfully', 'amid', 'fret', 'irritation', 'day', 'day', 'year', 'year', 'grander', 'heroism', 'farthest', 'famed', 'military', 'exploit', 'ruleth', 'spirit', 'better', 'taketh', 'city', 'accomplished', 'continual', 'help', 'christ', 'battle', 'personal', 'decline', 'struggle', 'declining', 'joy', 'victory', 'reach', 'summit', 'climbing', 'steep', 'mountain', 'path', 'borne', 'strong', 'shout', 'der', 'god', 'carry', 'heaven', 'doe', 'feature', 'beauty', 'life', 'jeweler', 'set', 'gem', 'cluster', 'coronet', 'unlovely', 'element', 'removed', 'replaced', 'lovely', 'like', 'slide', 'stereopticon', 'win', 'way', 'struggle', 'effort', 'noble', 'attainment', 'help', 'god', 'given', 'operation', 'human', 'aspiration', 'energy', 'god', 'work', 'work', 'own_salvation', 'overcometh', 'shall', 'pillar', 'temple', 'god', 'accept', 'task', 'quiet', 'joy', 'shall', 'fail', 'time', 'night', 'shall', 'retire', 'weep', 'jesus', 'foot', 'day', 'defeat', 'effort', 'follow', 'copy', 'set', 'lord', 'shall', 'write', 'crooked', 'line', 'leave', 'blotted', 'page', 'blistered', 'tear', 'regret', 'brave', 'heart', 'unfaltering', 'purpose', 'calm', 'joyful', 'confidence', 'god', 'temporary', 'defeat', 'cause', 'lean', 'christ', 'fully', 'heaven', 'loyally', 'struggling', 'divine', 'grow', 'christ', 'likeness', 'mean', 'assured', 'victory', 'heart', 'fails', 'strive', 'pure', 'true', 'foam', 'sea', 'lower', 'crest', 'weary', 'wave', 'breast', 'sob', 'turn', 'sink', 'slowly', 'rest', 'tender', 'calm', 'crothers', 'withbrethrencarey', 'galli', 'ralfiii', 'greensboro', 'johnston', 'conference_committee', 'laborer', 'outside', 'conference', 'elder', 'dowsett', 'conference', 'auditor', 'secretary', 'treasurer', 'brother', 'hansen', 'cole', 'writer', 'various_lines', 'work', 'received', 'attention', 'health', 'study', 'conducted', 'brother', 'hansen', 'missionary', 'study', 'brother', 'cole', 'especially', 'beneficial', 'trust', 'stimulate', 'people', 'secration', 'line', 'sabbath', 'moving', 'spirit', 'god', 'seen', 'making', 'blessed', 'day', 'blessed', 'drawn', 'nearer', 'lord', 'glad', 'scene', 'sunday', 'morning', 'burial', 'lord', 'baptism', 'candidate', 'little', 'lake', 'near', 'tent_effort', 'held', 'elder', 'sydney', 'scott', 'greenville', 'town', 'camp', 'blessed', 'god', 'nightly', 'attendance', 'good', 'prevails', 'believe', 'result', 'soul', 'saved', 'kingdom', 'master', 'westworth', 'canvasser', 'testimony', 'following', 'good', 'testimony', 'compiled', 'canvasser', 'letter', 'good', 'index', 'spiritual', 'physical_condition', 'canvasser', 'pas', 'hour', 'lord', 'helped', 'sell', 'fifty', 'copy', 'watchman', 'amounted', 'like', 'work', 'hard', 'worker', 'little', 'girl', 'good', 'week', 'good_courage', 'lord', 'truly', 'lord', 'good', 'israel', 'canvasser', 'worked', 'fifty', 'hour', 'week', 'took', 'order', 'great', 'controversy', 'value', 'good', 'week', 'feeling', 'lord', 'got', 'heart', 'trouble', 'feel', 'brother', 'year', 'old', 'worked', 'hour', 'week', 'taking', 'order', 'amounting', 'worked', 'hour', 'monday', 'took', 'order', 'daniel', 'revelation', 'marb', 'delivered', 'best', 'story', 'work', 'long_time', 'owing', 'illness', 'glad', 'sister', 'trust', 'health', 'remain', 'good', 'big', 'report', 'week', 'thankful', 'degree', 'success', 'lord', 'given', 'good_experiences', 'week', 'surely', 'lord', 'good', 'canvasser', 'isn', 'brother', 'having', 'good_success', 'brother', 'worked', 'hour', 'took', 'worth', 'order', 'express', 'column', 'wish', 'dear', 'little', 'paper', 'gratitude', 'blessing', 'received', 'tent_meetings', 'held', 'place', 'lord', 'surely', 'reward', 'servant', 'faithfully', 'labored', 'salvation', 'soul', 'city', 'interested', 'believe', 'step', 'glorious_truth', 'late', 'trying', 'hold', 'banner', 'truth', 'husband', 'selling', 'paper', 'right', 'sunday', 'went', 'sold', 'short_time', 'child', 'selling', 'watchman', 'enjoy', 'work', 'interested', 'expect', 'attend', 'camp_meeting', 'sister', 'inez', 'underwood', 'faithful_work', 'canvassing', 'best', 'story', 'new_testament', 'primer', 'praise', 'lord', 'sending', 'message', 'greensboro', 'pray', 'work', 'barefoot', 'canvasser', 'manual', 'valuable', 'book', 'stock', 'time', 'pleasure', 'announced', 'manual', 'prepared', 'companion', 'evangelistic', 'canvasser', 'brought', 'courage', 'comfort', 'work', 'gone', 'hard', 'timely', 'instruction', 'help', 'beginner', 'difficult', 'experience', 'follow', 'counsel', 'given', 'realize', 'success', 'work', 'book', 'compilation', 'important', 'writing', 'white', 'canvassing', 'work', 'contains', 'page', 'small', 'pocket', 'size', 'bound', 'limp', 'leather', 'red', 'edge', 'price', 'cent', 'address', 'southern', 'publishing', 'association', 'south', 'carolina', 'camp_meeting', 'camp_meeting', 'conference', 'organization', 'held', 'south', 'carolina', 'conference', 'july', 'august', 'city', 'park', 'half', 'mile', 'center', 'town', 'evidence', 'help', 'lord', 'willingness', 'bless', 'people', 'strongly', 'manifested', 'new_churches', 'combined', 'membership', 'fifty', 'seven', 'admitted', 'sisterhood', 'church', 'step', 'taken', 'advance', 'work', 'line', 'field', 'state', 'canvassing', 'agent', 'spend', 'time', 'direction', 'pay', 'ference', 'brother', 'gallion', 'chosen', 'important_place', 'believe', 'good_results', 'seen', 'change', 'policy', 'conference', 'new', 'added', 'canvassing', 'force', 'conference', 'decided', 'press', 'school', 'proposition', 'time', 'taking', 'hold', 'commendable', 'shape', 'help', 'sending', 'student', 'southern', 'training', 'school', 'graysville', 'elder', 'nash', 'elected', 'president']
root - INFO - extracting file #161500: 2017-04-Final-Corpus/SUW19100811-V04-32-page2.txt
root - INFO - extracting file #162000: 2017-04-Final-Corpus/SUW19111026-V05-43-page3.txt
root - INFO - ['arise', 'work', 'quickly', 'enemy', 'beaten', 'day', 'day', 'opportunity', 'people', 'god', 'naw', 'let', 'campaign', 'right', 'canvasser', 'institute', 'rest', 'day', 'continue', 'satan', 'try', 'defeat', 'getting', 'lose', 'time', 'let', 'lord', 'need', 'help', 'people_need', 'book', 'need', 'money', 'demand', 'agoing', 'let', 'till', 'lord', 'finished', 'enjoy', 'rest', 'sit', 'bank', 'river', 'life', 'relish', 'fruit', 'tree', 'life', 'talk', 'wonder', 'surprise', 'await', 'child', 'god', 'let', 'faithful', 'eastman', 'gen', 'agt', 'god', 'hand', 'leading', 'people', 'eager', 'receive', 'book', 'exact', 'change', 'tied', 'cloth', 'handkerchief', 'sold', 'cotton', 'bortow', 'easy', 'induce', 'bortow', 'ofttimes', 'suggest', 'neighbor', 'lend', 'canvasser', 'tried', 'possible_way', 'deliver', 'book', 'failed', 'following', 'day', 'man', 'happened', 'present', 'delivering', 'neighbor', 'listening', 'canvas', 'interested', 'canvasser', 'told', 'home', 'saved', 'tear', 'came', 'eye', 'said', 'want', 'book', 'experience', 'past_week', 'good', 'minister', 'warned', 'people', 'book', 'telling', 'adventist', 'book', 'brother', 'jacob', 'went', 'deliver', 'book', 'ready', 'community', 'lost', 'order', 'surely', 'god', 'going', 'plain', 'pillar', 'cloud', 'moving', 'wish', 'day', 'day', 'field', 'devoted', 'canvasser', 'doe', 'promise', 'bible', 'applied', 'case', 'need', 'feel', 'presence', 'god', 'spirit', 'working', 'heart', 'people', 'god', 'help', 'faithful', 'placing', 'book', 'hand', 'people', 'ready', 'tucker', 'field', 'agent', 'arkansas', 'time', 'year', 'worked', 'prayed', 'brother', 'adam', 'state', 'book', 'delivery', 'mean', 'owe', 'thousand', 'dollar', 'branch', 'house', 'sends', 'money', 'collected', 'soon', 'wiped', 'day', 'went', 'office', 'asked', 'brother', 'adam', 'sending', 'money', 'showed', 'asked', 'guess', 'come', 'day', 'office', 'returned', 'know', 'embarrassment', 'mean', 'thought', 'delivery', 'lowest', 'report', 'regular', 'canvasser', 'delivery', 'brother', 'finished', 'report', 'cent', 'delivered', 'delivering', 'cent', 'faith', 'energy', 'vim', 'enthusiasm', 'delivery', 'taking', 'order', 'lord', 'help', 'delivery', 'helped', 'taking', 'order', 'september', 'order', 'far', 'whole_year', 'believe', 'lord', 'wanted', 'book', 'people', 'home', 'faithfully', 'larger', 'delivered', 'reporting', 'delivery', 'sure', 'retail', 'value', 'book', 'bible', 'delivered', 'mean', 'making', 'proper', 'record', 'let', 'remember', 'expect', 'lord', 'bless', 'faithful', 'paying', 'tithe', 'paying', 'tract_society', 'chas', 'collison', 'field', 'miss', 'agent', 'oklahoma', 'word', 'wise', 'sufficient', 'southern', 'publishing', 'association', 'hook', 'gen', 'mgr', 'periobtcal', 'epartment', 'watchman', 'ordeas', 'continue', 'come', 'nicely', 'november', 'number', 'indication', 'wide', 'publicity', 'given', 'thanksgiving', 'message', 'truly', 'living', 'time', 'end', 'fully', 'realize', 'beautiful', 'color', 'cover', 'page', 'adorning', 'november', 'issue', 'hand', 'providence', 'truly', 'drew', 'veil', 'revealing', 'magnificent', 'continent', 'planted', 'seed', 'truth', 'born', 'reformation', 'continent', 'continued', 'blighting', 'influence', 'man', 'sin', 'producing', 'fruit', 'hand', 'result', 'permitted', 'way', 'europe', 'country', 'work', 'reformation', 'completed', 'giving', 'gospel_message', 'world', 'know', 'better', 'medium', 'watchman', 'present', 'truth', 'evangelizer', 'article', 'prof', 'magan', 'attracting', 'wide', 'attention', 'received', 'thanksgiving', 'contribution', 'meaning', 'great', 'european', 'alliance', 'impossible', 'face', 'divine', 'fiat', 'european', 'monarch', 'mingle', 'seed', 'god', 'spoken', 'word', 'kingdom', 'hold', 'leading', 'editorial', 'read', 'interested', 'welfare', 'future', 'country', 'nation', 'established', 'divine', 'providence', 'clear', 'picture', 'providential', 'leading', 'nation', 'history', 'hand', 'god', 'history', 'editor', 'shown', 'interesting', 'way', 'god', 'rule', 'kingdom', 'men', 'altogether', 'november', 'watchman', 'exceptionally', 'strong', 'assist', 'greatly', 'carrying', 'gospel', 'kingdom', 'sending', 'small', 'order', 'cent', 'sold', 'cent', 'lost', 'gained', 'order', 'day', 'conference', 'tract_society', 'rate', 'quantity', 'copy', 'cent', 'cent', 'southern', 'publishing', 'association', 'day', 'week', 'copy', 'harvest', 'ingathering', 'number', 'sign', 'time', 'mailed', 'mountain', 'view', 'post', 'office', 'individual', 'society', 'order', 'coming', 'rapidly', 'handled', 'despatch', 'need', 'fear', 'delayed', 'paper', 'received', 'order', 'sent', 'forwarded', 'tract_society', 'minister', 'long', 'short', 'sermon', 'short', 'long', 'pastorate', 'southern', 'union', 'wormer']
root - INFO - extracting file #162500: 2017-04-Final-Corpus/SUW19130102-V07-01-page7.txt
root - INFO - extracting file #163000: 2017-04-Final-Corpus/SUW19140402-V08-14-page1.txt
root - INFO - ['air', 'dyglg', 'fir', 'vol', 'viii', 'meat', 'sent', 'knish', 'worlc', 'nashville', 'tennessee', 'april', 'true', 'happiness', 'saw', 'immense', 'ball', 'fall', 'beautiful', 'mansion', 'rich', 'earth', 'causing', 'instant', 'destruction', 'heard', 'knew', 'judgment', 'god', 'coming', 'earth', 'know', 'come', 'soon', 'agonized', 'voice', 'said', 'knew', 'tell', 'know', 'heard', 'similar', 'word', 'reproach', 'spoken', 'testimanies', 'church', 'vol', 'knew', 'judgment', 'come', 'soon', 'tell', 'seventhday_adventist', 'tell', 'ago', 'minister', 'passing', 'washington', 'sabbath', 'sermon', 'told', 'time', 'moved', 'double', 'house', 'certain', 'city', 'long', 'afterward', 'family', 'moved', 'remained', 'locality', 'month', 'laboring', 'received', 'appointment', 'began', 'moving', 'household', 'good', 'dray', 'lady', 'came', 'porch', 'little', 'hesitancy', 'inquired', 'seventh', 'adventist', 'minister', 'replied', 'affirmative', 'went', 'time', 'ago', 'heard', 'little', 'hold', 'truth', 'heard', 'said', 'doctrine', 'desire', 'entered', 'heart', 'understand', 'true', 'learned', 'minister', 'moved', 'house', 'moved', 'hope', 'learning', 'thing', 'month', 'said', 'word', 'bible', 'truth', 'moving', 'away', 'minister', 'said', 'served', 'lesson', 'forgot', 'god', 'blessed', 'effort', 'bringing', 'house', 'owner', 'truth', 'went', 'place', 'seeking', 'new', 'location', 'home', 'earnestly', 'seeking', 'god', 'guide', 'searching', 'truth', 'god', 'remarkably', 'guided', 'finding', 'lesson', 'obvious', 'god', 'want', 'acquainted', 'near', 'neighbor', 'custom', 'inclination', 'lead', 'neglect', 'little', 'farther', 'away', 'reproach', 'indolence', 'slothfulness', 'shall', 'wiped', 'away', 'church', 'spirit', 'lord', 'graciously', 'manifested', 'divine', 'power', 'revealed', 'church', 'providential', 'working', 'lord', 'host', 'light', 'truth', 'shine', 'forth', 'clear', 'strong', 'ray', 'time', 'apostle', 'soul', 'turn', 'error', 'truth', 'earth', 'lighted', 'glory', 'lord', 'heavenly', 'angel', 'long', 'waiting', 'human', 'agent', 'member', 'church', 'cooperate', 'great_work', 'waiting', 'vast', 'field', 'comprehensive', 'design', 'halr', 'happiness', 'living', 'come', 'willing', 'hearted', 'giving', 'come', 'sharing', 'pleasure', 'dividing', 'treasure', 'half', 'loving', 'lord', 'thing', 'living', 'good', 'child', 'sowing', 'love', 'seed', 'life', 'growing', 'happiness', 'living', 'come', 'loving', 'giving', 'seventh', 'adventist', 'missionary', 'living', 'closing', 'day', 'history', 'lost', 'world', 'soon', 'long', 'night', 'man', 'work', 'settle', 'opportunity', 'faithful', 'earnest_work', 'god', 'sin', 'neglect', 'failure', 'warn', 'help', 'possibly', 'charge', 'spirit', 'lord', 'bring', 'people', 'god', 'constant', 'danger', 'common', 'seventh', 'adventist', 'shall', 'heart', 'minister', 'preach', 'colporteurs', 'sell', 'book', 'periodical', 'worker', 'distribute', 'journal', 'glad', 'worker', 'tied', 'family', 'farm', 'business', 'surely', 'excused', 'aggressive_work', 'god', 'thought', 'uncommon', 'god', 'use', 'matter', 'situation', 'place', 'master', 'work', 'believe', 'statement', 'time', 'secret', 'pray', 'talk', 'lord', 'knee', 'ask', 'sincerely', 'contrite', 'spirit', 'lord', 'true', 'want', 'use', 'loving', 'service', 'ministry', 'suited', 'capability', 'waiting', 'prepared', 'hand', 'seale', 'message', 'desire', 'send', 'sinsick', 'heart', 'gather', 'faith', 'lord', 'power', 'thy', 'grace', 'thou_wilt', 'truly', 'thing', 'humble', 'jesus', 'light', 'salt', 'light', 'shine', 'salt', 'save', 'light', 'shine', 'dark', 'light', 'shine', 'dark', 'light', 'dark', 'soul', 'chamber', 'angel', 'lead', 'heart', 'ask', 'god', 'earnest', 'salt', 'good', 'mixed', 'need', 'salt', 'remain', 'aloof', 'sinner', 'vision', 'night', 'impressive', 'scene', 'passed', 'selected']
root - INFO - extracting file #163500: 2017-04-Final-Corpus/SUW19150722-V09-29-page1.txt
root - INFO - extracting file #164000: 2017-04-Final-Corpus/SUW19161019-V10-41-page1.txt
root - INFO - ['vol', 'meat', 'seat', 'finish', 'work', 'nashville', 'tennessee', 'october', 'urgent', 'harvester', 'hark', 'listen', 'distance', 'come', 'sound', 'busy', 'reaper', 'gathering', 'golden', 'harvest', 'plowman', 'sower', 'rejoice', 'worked', 'late', 'early', 'bringing', 'sheaf', 'ripened', 'gathering', 'precious', 'cluster', 'remains', 'gleaning', 'ending', 'harvest', 'listen', 'voice', 'calling', 'come', 'work', 'vineyard', 'hour', 'needed', 'faithful_workers', 'toil', 'till', 'gathered', 'waited', 'patient', 'waited', 'precious', 'cluster', 'till', 'rain', 'fallen', 'golden', 'grain', 'ripened', 'white', 'ready', 'harvest', 'loyalty', 'god', 'world', 'preach', 'gospel', 'creature', 'waiting', 'watching', 'working', 'inconsistent', 'church', 'opened', 'treasure', 'truth', 'dull', 'worldly', 'indifferent', 'casting', 'away', 'unbelief', 'faith', 'capability', 'power', 'exercise', 'appeal', 'church', 'yes', 'write', 'right', 'place', 'read', 'pointed', 'message', 'god', 'chosen', 'servant', 'field', 'encouraged', 'stimulated', 'hesitating', 'duty', 'clear', 'plain', 'god', 'expects', 'personal', 'service', 'entrusted', 'knowledge', 'truth', 'time', 'hour', 'excuse', 'basis', 'knowing', 'great', 'harvest', 'ingathering_campaign', 'mission', 'opportunity', 'consideration', 'allow', 'hesitate', 'come', 'short', 'time', 'hale', 'solicit', 'come', 'home', 'share', 'correspondence', 'helpful', 'suggestion', 'given', 'instruction', 'leaflet', 'line', 'study', 'haw', 'ask', 'god', 'earnestly', 'bless', 'effort', 'wholly', 'god', 'work', 'follow', 'direction', 'responsible', 'accomplishment', 'conjecture', 'success', 'honest', 'endeavor', 'think', 'failure', 'cooperate', 'know', 'failure', 'christ', 'object_lesson', 'forth', 'labor', 'come', 'rejoicing', 'laden', 'sheaf', 'gathered', 'joyful', 'heart', 'lay', 'foot', 'thy', 'master', 'saying', 'lord', 'talent', 'thou', 'trustedst', 'keeping', 'thou', 'hast', 'thine', 'usage', 'kept', 'increasing', 'thine', 'welcome', 'servant', 'worked', 'faith', 'earnest', 'given', 'bread', 'clothing', 'humblest', 'child', 'come', 'reign', 'come', 'feast', 'spreading', 'supper', 'bridegroom', 'surely', 'rise', 'serve', 'come', 'thou', 'blessed', 'father', 'enter', 'thy', 'home', 'welcome', 'iil', 'imiilnaill', 'ella', 'mae', 'abbott', 'motto', 'united', 'effort', 'work', 'best', 'asked', 'let', 'recorded', 'book', 'opposite', 'believer', 'thou_good', 'faithful_servant', 'saith_unto', 'lord', 'lord', 'shall', 'enter', 'kingdon', 'heaven', 'doeth', 'father', 'heaven', 'willingness', 'fail', 'heartiest', 'christian_life', 'lost', 'wish', 'touch', 'undertaking', 'assured', 'success', 'start', 'sorrow', 'regret', 'look', 'earlier', 'year', 'ready', 'try', 'risk', 'venture', 'experiment', 'promising', 'high', 'hearted', 'day', 'count', 'life', 'dear', 'feel', 'tragedy', 'apparently', 'came', 'fail', 'succeeded', 'memory', 'day', 'like', 'life', 'judged', 'known', 'evangelist', 'fallen', 'ordered', 'line', 'influential', 'pastorate', 'began', 'realize', 'early_days', 'ministry', 'courage', 'hope', 'men', 'directly', 'present', 'claim', 'christ', 'refusal', 'high', 'heartedness', 'ready', 'discount', 'failure', 'good', 'save', 'realized', 'fallen', 'adventurous', 'paap']
root - INFO - extracting file #164500: 2017-04-Final-Corpus/SUW19180124-V12-04-page2.txt
root - INFO - extracting file #165000: 2017-04-Final-Corpus/SUW19190508-V13-20-page6.txt
root - INFO - ['southern_union_worker', 'mitted', 'operation', 'hoping', 'prolong', 'life', 'died', 'soon', 'fully', 'resigned', 'lord', 'rest', 'bright_hope', 'resurrection', 'leaf', 'mother', 'year', 'old', 'husband', 'son', 'adopted', 'girl', 'sister', 'brother', 'mourn', 'loss', 'knew', 'speak', 'highly', 'christian_character', 'believe', 'future', 'bright', 'death', 'buhalts', 'kentucky', 'office', 'mail', 'bag', 'elder', 'keate', 'returned', 'trip', 'eastern', 'kentucky', 'sick', 'day', 'brother', 'thompson', 'visiting', 'place', 'educational_work', 'following', 'sad', 'news', 'received', 'sister', 'mary', 'bell', 'potter', 'bowling', 'green', 'kentucky', 'sister', 'helen', 'holcomb', 'bowling', 'green', 'died', 'april', 'leaf', 'husband', 'little', 'girl', 'age', 'splendid', 'christian', 'woman', 'missed', 'brother', 'frank', 'johnson', 'family', 'returning', 'home', 'illinois', 'stay', 'louisville', 'year', 'brother', 'johnson', 'serving', 'efficiently', 'superintendent', 'louisville', 'sabbath', 'school', 'sorry', 'lose', 'office', 'smith', 'hartford', 'michigan', 'visiting', 'relative', 'city', 'sister', 'conference_secretary', 'brother', 'claud', 'hughes', 'tell', 'delivered', 'book', 'preacher', 'outlook', 'good', 'number', 'sabbath', 'keeper', 'vicinity', 'col', 'report', 'southern', 'union', 'conference', 'week', 'ending', 'april', 'kentucky', 'conference', 'book', 'hour', 'order', 'value', 'help', 'total', 'allman', 'buckle', 'lindsay', 'cooper', 'crutcher', 'lee', 'crutcher', 'gibson', 'brraymond', 'harp', 'harrison', 'jeff', 'hickman', 'brr', 'hickman', 'brr', 'howard', 'howard', 'claud', 'hughes', 'martin', 'chas', 'minnis', 'wilber', 'moore', 'lee', 'page', 'ray', 'rhodes', 'robert', 'rowe', 'schroader', 'sherer', 'slaughter', 'claud', 'sullivan', 'ira', 'wallace', 'wilhelm', 'waller', 'hamm', 'ruby', 'hamm', 'thigpen', 'brook', 'cannada', 'balsbaugh', 'patrick', 'mcelroy', 'johnson', 'watt', 'west', 'brown', 'white', 'taylor', 'hastings', 'hampton', 'harrell', 'james', 'miller', 'mattie', 'lee', 'chastine', 'bible', 'total', 'total', 'mississippi', 'conference', 'bfl']
root - INFO - extracting file #165500: 2017-04-Final-Corpus/SUW19200902-V14-37-page4.txt
root - INFO - extracting file #166000: 2017-04-Final-Corpus/TCOG19160101-V03-01-page3.txt
root - INFO - ['ionmp', 'servant', 'labor', 'faith', 'long', 'neglected', 'despised', 'salvation', 'revealed', 'servant', 'god', 'referred', 'testimony', 'doubtless', 'true', 'people', 'god', 'people', 'message', 'present_truth', 'people', 'especially', 'prepared', 'carry', 'truth', 'gospel', 'jew', 'seventh', 'day', 'adventist', 'time', 'come', 'truth', 'given', 'jew', 'time', 'come', 'jew', 'given', 'light', 'lord', 'want', 'encourage', 'sustain', 'men', 'shall', 'labor', 'right', 'line', 'people', 'multitude', 'convinced', 'truth', 'position', 'god', 'sermon', 'given', 'general_conference', 'takoma', 'park', 'reported', 'review', 'herald', 'june', 'assurance', 'jew', 'accept', 'truth', 'presented', 'right', 'light', 'rom', 'old_testament', 'scripture', 'blended', 'new', 'explanation', 'jehovah', 'eternal', 'purpose', 'jew', 'dawn', 'new_creation', 'resurrection', 'soul', 'faith', 'receive', 'christ', 'redeemer', 'fulfilled', 'word', 'received', 'gave', 'power', 'son', 'god', 'believe', 'act', 'apostle', 'page', 'time', 'coming', 'converted', 'day', 'day', 'pentecost', 'disciple', 'received', 'holy', 'spirit', 'jew', 'power', 'labor', 'jew', 'salvation', 'god', 'altogether', 'narrow', 'need', 'broader', 'minded', 'review', 'herald', 'june', 'learned', 'prominent', 'jew', 'accept', 'message', 'jew', 'like', 'saul', 'tarsus', 'mighty', 'scripture', 'proclaim', 'wonderful', 'power', 'immutability', 'law', 'god', 'god', 'israel', 'bring', 'pas', 'day', 'arm', 'shortened', 'save', 'act', 'apostle', 'page', 'way', 'labor', 'jew', 'remarkable', 'manner', 'lord', 'wrought', 'heart', 'directed', 'course', 'young_man', 'brought', 'influence', 'truth', 'converted', 'obtain', 'experience', 'united', 'office', 'publication', 'education', 'jewish', 'religion', 'qualified', 'prepare', 'publication', 'knowledge', 'hebrew', 'help', 'office', 'preparation', 'publication', 'access', 'gained', 'class', 'reached', 'testimony', 'church', 'vol', 'iii', 'page', 'decided', 'work', 'city', 'past', 'preach', 'gospel', 'jew', 'gentile', 'work', 'given', 'freely', 'jew', 'gentile', 'pram', 'unpublished', 'testimony', 'february', 'desire', 'attitude', 'jew', 'rom', 'pray', 'labor', 'poor', 'lost', 'sheep', 'israel', 'lord', 'hear', 'answer', 'prayer', 'jew', 'hear', 'truth', 'people', 'read', 'message', 'impressed', 'holy', 'spirit', 'tootottarg', 'rpartmrnt', 'suggestive', 'program', 'fourth', 'sabbath', 'home', 'missionary', 'service', 'held', 'january', 'opening', 'song', 'hymn', 'tune', 'christ', 'song', 'prayer', 'song', 'hymn', 'tune', 'christ', 'song', 'bible', 'testimony', 'study', 'reading', 'thing', 'save', 'jew', 'reading', 'yiddish', 'magazine', 'ready', 'offering', 'literature', 'fund', 'closing', 'song', 'hymn', 'tune', 'christ', 'song', 'benediction', 'non', 'closing', 'message', 'nation', 'kindred', 'tongue', 'people', 'jew', 'evidently', 'time', 'work', 'meeting', 'write', 'table', 'content', 'yiddish', 'magazine', 'blackboard', 'people', 'article', 'read', 'given', 'talk', 'close', 'study', 'slip', 'paper', 'passed', 'member', 'write', 'order', 'magazine', 'book', 'tract', 'missionary_secretary', 'arrange', 'member', 'later', 'regard', 'payment', 'ordered', 'agreeable', 'church', 'offering', 'day', 'devoted', 'purchase', 'yiddish', 'tract', 'free_distribution', 'duty', 'labor', 'jew', 'work', 'angel', 'message', 'rev', 'nation', 'tongue', 'include', 'jewish_people', 'term', 'doe', 'new', 'testament', 'designate', 'jew', 'saviour', 'feel', 'matt', 'rabbi', 'hold', 'people', 'misinterpreted', 'word', 'god', 'jew', 'know', 'believe', 'led', 'rabbi', 'tethered', 'pure', 'provender', 'feed', 'refused', 'accept', 'saviour', 'earth', 'god', 'entirely', 'cast', 'away', 'rom', 'israel', 'rejected', 'son', 'god', 'reject', 'israel', 'stumbled', 'fallen', 'impossible', 'rise', 'god', 'purpose', 'grace', 'revealed', 'gentile', 'israelite', 'act', 'apostle', 'page', 'old_testament', 'prophesied', 'israel', 'long_time', 'god', 'hope', 'hosea', 'promise', 'remained', 'unbelief', 'god', 'bring', 'deut', 'rom', 'hosea', 'unbelief', 'rejection', 'heaven', 'purpose', 'israel', 'nation', 'lost', 'connection', 'god', 'branch', 'separated', 'parent', 'stock', 'god', 'able', 'reunite', 'true', 'stock', 'israel', 'remnant', 'remained', 'true', 'god', 'father', 'paul', 'god', 'abundantly', 'able', 'transforro', 'heart', 'jew', 'gentile', 'alike', 'grant', 'believer', 'christ', 'blessing', 'promised', 'israel', 'gospel', 'shall', 'presented', 'fullness', 'jew', 'accept', 'christ', 'messiah', 'page', 'especially', 'doe', 'scripture', 'testimony', 'jew', 'seek', 'lord', 'hosea', 'closing', 'proclamation', 'gospel', 'special_work', 'class', 'people', 'hitherto', 'neglected', 'god', 'expects', 'messenger', 'particular', 'jewish_people', 'earth', 'page', 'class', 'people', 'especially', 'fitted', 'work', 'jew', 'true', 'israel', 'god', 'gilbert', 'church', 'officer', 'gazette', 'thing', 'save', 'jew', 'ought', 'study', 'people', 'country', 'burden', 'soul', 'wish', 'labor', 'jew', 'need', 'learn', 'attitude', 'christianity', 'best', 'method', 'approaching', 'helpful', 'point', 'obtaining', 'knowledge', 'book', 'judaism', 'christianity']
root - INFO - extracting file #166500: 2017-04-Final-Corpus/TCOG19180801-V05-08-page7.txt
root - INFO - extracting file #167000: 2017-04-Final-Corpus/TMM18980201-V10-02-page32.txt
root - INFO - ['chinese', 'mission', 'work', 'philadelphia', 'sunday', 'school', 'taught', 'read', 'speak', 'english', 'object', 'instructing', 'principle', 'christianity', 'good', 'resulted', 'work', 'come', 'christian', 'influence', 'hour', 'week', 'surrounded', 'heathenism', 'idolatry', 'rest', 'time', 'expected', 'work', 'satisfactory', 'far', 'conversion', 'christianity', 'concerned', 'appear', 'evident', 'understood', 'nearly', 'case', 'motive', 'prompt', 'chinaman', 'attend', 'school', 'learn', 'english', 'order', 'increase', 'business', 'supply', 'need', 'systematic', 'work', 'rev', 'frederic', 'poole', 'year', 'missionary', 'china', 'established', 'city', 'chinese', 'mission', 'race', 'street', 'right', 'heart', 'chinatown', 'mission', 'auspex', 'christian', 'league', 'interdenominational', 'organization', 'city', 'work', 'carried', 'largely', 'educational', 'work', 'chinese', 'necessarily', 'primary', 'object', 'christianize', 'mission', 'opened', 'little', 'year', 'ago', 'progress', 'encouraging', 'evening', 'class', 'english', 'use', 'specially', 'prepared', 'text', 'book', 'english', 'chinese', 'parallel', 'column', 'plan', 'teacher', 'scholar', 'possible', 'formed', 'class', 'graded', 'according', 'ability', 'read', 'matter', 'intelligent', 'educated', 'native', 'tongue', 'child', 'knowledge', 'english', 'taught', 'sound', 'letter', 'pronounce', 'combined', 'word', 'letter', 'afterward', 'longer', 'pleasure', 'perseverance', 'word', 'repeated', 'pronounce', 'properly', 'stated', 'nearly', 'case', 'object', 'attending', 'school', 'learn', 'english', 'bqok', 'arranged', 'realize', 'learning', 'god', 'creator', 'heaven', 'earth', 'chinese', 'organized', 'connection', 'mission', 'month', 'formation', 'membership', 'increased', 'meeting', 'association', 'held', 'sunday', 'evening', 'gospel', 'jesus_christ', 'preached', 'native', 'language', 'president', 'lee', 'hong', 'advanced', 'christian', 'countryman', 'lately', 'organized', 'chinese', 'christian', 'endeavor', 'society', 'present_membership', 'service', 'society', 'conducted', 'member', 'society', 'nursery', 'come', 'boy', 'desire', 'join', 'church', 'privilege', 'writer', 'attend', 'sunday', 'evening_service', 'truly', 'inspiring', 'sight', 'earnestness', 'joined', 'singing', 'hymn', 'need', 'thee', 'hour', 'sweet', 'singing', 'english', 'hymn', 'prayer', 'chinese', 'second', 'song', 'boy', 'read', 'english', 'matt', 'scripture', 'lesson', 'translated']
root - INFO - extracting file #167500: 2017-04-Final-Corpus/TMM18990501-V11-05-page24.txt
root - INFO - extracting file #168000: 2017-04-Final-Corpus/TMM19000601-V12-06-page38.txt
root - INFO - ['south', 'oakwood', 'industrial_school', 'tion', 'poverty', 'stroke', 'incident', 'war', 'followed', 'horror', 'reconstruction', 'robbery', 'insult', 'corruption', 'incompetent', 'official', 'great', 'adding', 'complication', 'arose', 'turning', 'loose', 'ignorant', 'destitute', 'black', 'midst', 'proverbial', 'ignorance', 'poverty', 'south', 'exist', 'such_circumstances', 'inevitable', 'day', 'reconstruction', 'dark', 'sting', 'gone', 'excuse', 'attempted', 'numberless', 'atrocity', 'occur', 'certain', 'result', 'state', 'ignorance', 'revengeful', 'hatred', 'look', 'credit', 'despite', 'revers', 'fact', 'statistic', 'south', 'shown', 'commendably', 'patriotic', 'self', 'denial', 'hehalf', 'negro', 'drawn', 'largely', 'taxation', 'white_people', 'given', 'negro', 'education', 'negro', 'school', 'child', 'enrolled', 'remembering', 'state', 'school', 'unknown', 'war', 'interesting', 'note', 'day', 'state', 'south', 'public_school', 'race', 'legal', 'discrimination', 'benefit', 'conferred', 'rise', 'school', 'south', 'shown', 'fact', 'year', 'making', 'allowance', 'increase', 'population', 'number', 'child', 'school', 'proportionately', 'twice', 'northern', 'state', 'east', 'mississippi', 'period', 'increase', 'proportion', 'population', 'said', 'despite', 'discouraging', 'condition', 'said', 'ought', 'wretched', 'schoolhouse', 'place', 'poor', 'teacher', 'short', 'term', 'month', 'year', 'low', 'salary', 'asked', 'strong', 'prejudice', 'education', 'negro', 'course', 'prejudice', 'exists', 'betterment', 'negro', 'condition', 'better', 'class', 'favor', 'education', 'propriety', 'coming', 'general', 'favor', 'schooling', 'given', 'tending', 'useful', 'frequently', 'said', 'people', 'south', 'negro', 'better', 'citizen', 'neighbor', 'having', 'received', 'intelligent', 'schooling', 'wrong', 'idea', 'meaning', 'education', 'freedom', 'easy', 'freed', 'man', 'training', 'spoiled', 'useful', 'workman', 'useless', 'dude', 'brought', 'education', 'disrepute', 'introduction', 'industrial_school', 'offering', 'course', 'good', 'self', 'supporting', 'workman', 'teaching', 'producer', 'add', 'material', 'resource', 'south', 'meet', 'general', 'favor', 'oakwood', 'industrial_school', 'located', 'huntsville', 'alabama', 'midst', 'great', 'needy', 'district', 'established', 'general_conference', 'year', 'ago', 'purpose', 'preparing', 'worker', 'colored', 'race', 'school', 'located', 'acre', 'farm', 'war', 'slave', 'typical', 'prosperous', 'plantation', 'auctioneer', 'block', 'sold', 'regular', 'auction', 'bred', 'slave', 'fine', 'stock']
root - INFO - extracting file #168500: 2017-04-Final-Corpus/WMH19030506-V01-18-page3.txt
root - INFO - extracting file #169000: 2017-04-Final-Corpus/WMH19060418-V04-16-page2.txt
root - INFO - ['west', 'michigan', 'herald', 'conducted', 'manner', 'opportunity', 'labor', 'various_lines', 'work', 'society', 'definite', 'work', 'mailing', 'paper', 'writing', 'letter', 'helping', 'poor', 'giving', 'bible', 'reading', 'fail', 'real', 'object', 'intended', 'fail', 'receive', 'blessing', 'sure', 'follow', 'club', 'society', 'member', 'interested', 'enthusiastic', 'work', 'soon', 'die', 'exercise', 'strong', 'work', 'master', 'told', 'surely', 'mansion', 'prepared', 'heaven', 'special', 'place', 'designated', 'earth', 'work', 'canvas', 'foreign_fields', 'adapted', 'teaching', 'work', 'bible', 'work', 'nursing', 'work', 'let', 'own_work', 'story', 'told', 'young_lady', 'praying', 'year', 'foreign', 'missionary', 'day', 'asked', 'heavenly', 'father', 'born', 'answered', 'germany', 'america', 'life', 'swede', 'switzers', 'rear', 'italian', 'block', 'away', 'chinese', 'thousand', 'mile', 'away', 'home', 'dare', 'home', 'foreign_country', 'represented', 'right', 'door', 'sigh', 'foreign', 'missionary', 'tell', 'story', 'jesus', 'love', 'neighbor', 'surely', 'afraid', 'work', 'called', 'distant', 'field', 'labor', 'dissatisfied', 'discouraged', 'member', 'society', 'work', 'come', 'meeting', 'life', 'meeting', 'dependent', 'leader', 'officer', 'interesting', 'officer', 'absent', 'let', 'different_lines', 'work', 'taken', 'society', 'best', 'adapted', 'leader', 'work', 'train', 'desire', 'work', 'thing', 'young', 'people', 'need', 'remember', 'forget', 'little', 'thing', 'little', 'word', 'act', 'kindness', 'day', 'neglect', 'little', 'thing', 'called', 'greater', 'pas', 'little', 'thing', 'look', 'large', 'work', 'successfully', 'small', 'work', 'fail', 'utterly', 'attempting', 'large', 'work', 'fall', 'discouragement', 'hold', 'work', 'hand', 'develop', 'talent', 'aptitude', 'larger', 'work', 'slighting', 'daily', 'opportunity', 'neglecting', 'little', 'thing', 'fruitless', 'withered', 'thousand', 'heart', 'reached', 'simple', 'humble', 'way', 'work', 'time', 'meeting', 'profitably', 'spent', 'prayer', 'bible', 'study', 'report', 'laying', 'plan', 'work', 'meeting', 'held', 'selfish', 'pleasure', 'ward', 'little', 'good', 'come', 'living', 'near', 'closing', 'probation', 'second', 'coming', 'jesus', 'spend', 'time', 'money', 'talent', 'service', 'satan', 'god', 'calling', 'young', 'generation', 'arise', 'work', 'answer', 'whole_life', 'energy', 'work', 'message', 'preached', 'world', 'generation', 'going', 'april', 'tqo', 'leave', 'unanswered', 'work', 'finished', 'finished', 'finished', 'quickly', 'question', 'leave', 'person', 'fail', 'blessing', 'home', 'heaven', 'mercy', 'sounding', 'soon', 'probation', 'close', 'garment', 'free', 'blood', 'neighbor', 'friend', 'warned', 'face', 'question', 'tell', 'knew', 'thing', 'let', 'arise', 'work', 'soldier', 'christ', 'send', 'gospel', 'nation', 'heaven', 'generation', 'need', 'plan', 'study', 'meeting', 'interesting', 'prepare', 'literary', 'program', 'ear', 'hear', 'tell', 'trouble', 'time', 'tell', 'work', 'god', 'associated', 'soon', 'able', 'join', 'grand', 'meeting', 'shore', 'jesus', 'leader', 'grace', 'davis', 'sabbath', 'school', 'note', 'fourth', 'annual_session', 'west', 'michigan', 'conference', 'held', 'january', 'following', 'resolution', 'passed', 'resolved', 'continue', 'plan', 'holding', 'sabbath', 'school', 'convention', 'coming', 'year', 'glad', 'sabbath', 'school', 'anxious', 'carry', 'resolution', 'convention', 'held', 'foltows', 'grand', 'ledge', 'april', 'mendon', 'april', 'wright', 'glenwood', 'sand', 'lake', 'kalamazoo', 'june', 'benton', 'harbor', 'june', 'line', 'eduational', 'work', 'considered', 'convention', 'trust']
root - INFO - extracting file #169500: 2017-04-Final-Corpus/WMH19081014-V06-41-page2.txt
root - INFO - extracting file #170000: 2017-04-Final-Corpus/YI18620201-V10-02-page7.txt
root - INFO - ['youth', 'instructor', 'home', 'committed', 'book', 'matthew', 'sus', 'realize', 'living', 'perilous', 'mark', 'memory', 'contimes', 'enemy', 'come', 'great', 'stant', 'reader', 'instructor', 'prized', 'wrath', 'seeking', 'devour', 'highly', 'send', 'line', 'alphabetical', 'saysharp', 'conflict', 'cruel', 'foe', 'ings', 'wished', 'published', 'instructor', 'legal', 'subject', 'king', 'jesus', 'sentiment', 'tried', 'imitate', 'work', 'earth', 'gone', 'cold', 'grave', 'taken', 'sick', 'home', 'diphtheria', 'died', 'day', 'aged', 'year', 'month', 'day', 'afflicted', 'mother', 'sick', 'time', 'mary', 'death', 'rejoice', 'mourn', 'hope', 'comfort', 'bereavement', 'denied', 'melancholy', 'satisfaction', 'administering', 'want', 'looking', 'lovely', 'form', 'death', 'robbed', 'vitality', 'look', 'power', 'destroyer', 'life_giver', 'little', 'burst', 'fetter', 'tomb', 'die', 'come', 'forth', 'clothed', 'immortal', 'bloom', 'die', 'happy', 'thought', 'dear_sister', 'live', 'happy', 'throng', 'prayer', 'unworthy', 'friend', 'clarissa', 'shortridge', 'writes', 'pleasant', 'iowa', 'dear', 'reader', 'instructor', 'time', 'attempt', 'write', 'line', 'little', 'paper', 'written', 'sooner', 'feel', 'worthy', 'think', 'grace', 'god', 'reformed', 'resolved', 'commandment', 'lay', 'aside', 'hoop', 'earthly', 'vanity', 'follow', 'jesus', 'gain', 'treasure', 'taken', 'away', 'beiler', 'pleasant', 'iowa', 'writes', 'studying', 'truth', 'month', 'finally', 'resolved', 'obey', 'lord', 'come', 'grace', 'intend', 'live', 'near', 'right', 'know', 'new', 'way', 'good', 'mother', 'sister', 'father', 'long', 'rest', 'field', 'writes', 'anamosa', 'iowa', 'dear', 'friend', 'thankful', 'feel', 'heavenly', 'father', 'showing', 'truth', 'sanctified', 'ready', 'waiting', 'jesus', 'come', 'rejoice', 'faithful', 'shall', 'soon', 'temptation', 'satan', 'shall', 'receive', 'scoff', 'scorn', 'wicked', 'world', 'enjoy', 'society', 'angel', 'good', 'earth', 'forever', 'hope', 'god', 'continue', 'bless', 'effort', 'instructor', 'youth', 'instructor', 'alphabet', 'happiness', 'attend', 'own_business', 'punctual', 'engagement', 'consider', 'making', 'engagement', 'right', 'thing', 'fear', 'uvy', 'man', 'apparent', 'prosperity', 'ret', 'disappointment', 'gice', 'liberally', 'suffering', 'poor', 'hold', 'fast', 'integrity', 'nfringe', 'man', 'right', 'udge', 'severely', 'eep', 'away', 'evil', 'company', 'end', 'buy', 'arc', 'display', 'charity', 'profess', 'practice', 'ccupy', 'time', 'usefulness', 'pay', 'uarrel', 'associate', 'emember', 'dependence', 'providence', 'trive', 'promote', 'happiness', 'rest', 'civility', 'use', 'thing', 'world', 'discretion', 'ilify', 'person', 'reputation', 'watch', 'temptation', 'amine', 'character', 'yield', 'persuasion', 'vicious', 'ealously', 'pursue', 'path', 'duty', 'hope', 'everlasting', 'joy', 'transcribed', 'mary', 'ann', 'shaw', 'monterey', 'mich', 'bates', 'extract', 'letter', 'wale', 'writes', 'melbourne', 'prayer', 'good', 'lord', 'blessing', 'instructor', 'resting', 'place', 'lasting', 'benefit', 'child', 'god', 'remnant', 'people', 'lord_bless', 'strengthen', 'direct', 'bro', 'amadon', 'labor', 'strickland', 'burr', 'oak', 'mich', 'dear', 'bro', 'amadon', 'little', 'boy', 'live', 'meeting', 'want', 'good', 'commandment', 'like', 'read', 'instructor', 'want', 'live', 'ready', 'christ', 'come', 'think', 'happy', 'meeting', 'meet', 'sabbath', 'keeper', 'stebbins', 'vileyville', 'writes', 'love', 'peruse', 'page', 'instructor', 'learn', 'friend', 'getting', 'christian', 'course', 'want', 'overcome', 'temptation', 'life', 'separate', 'world', 'want', 'follower', 'meek', 'lowly', 'jesus', 'gave', 'life', 'ought', 'feel', 'willing', 'suffer', 'good', 'kind', 'stewart', 'writes', 'cleveland', 'ohio', 'dear', 'youth', 'world', 'doomed', 'soon', 'blessed', 'jesus', 'come', 'cloud', 'heaven', 'power', 'great_glory', 'love', 'world', 'thing', 'world', 'love', 'world', 'love', 'father', 'lanphear', 'writes', 'nile', 'striving', 'heaven', 'home', 'mean', 'assisting', 'grace', 'god', 'overcome', 'everlasting', 'kingdom', 'know', 'great', 'besetting', 'sin', 'hope', 'lord', 'help', 'overcome', 'young_friends', 'great_need', 'living', 'holy', 'setting', 'better', 'example', 'conformed', 'world', 'nichols', 'writes', 'worcester', 'rejoices', 'heart', 'know', 'dear', 'reader', 'valuable', 'little', 'paper', 'enlisted', 'soldier', 'banner', 'jex']
root - INFO - extracting file #170500: 2017-04-Final-Corpus/YI18791008-V27-40-page3.txt
root - INFO - extracting file #171000: 2017-04-Final-Corpus/YI18820111-V30-02-page3.txt
root - INFO - ['jan', 'ellie', 'ffiabhath', 'ffirkpol', 'sabbath', 'january', 'scene', 'life', 'christ', 'lesson', 'jesus', 'heals', 'syro', 'niciaw', 'woman', 'people', 'jesus', 'sea', 'crossed', 'took', 'boat', 'followed', 'finding', 'capernaum', 'said', 'earnest', 'thou', 'hither', 'jesus', 'turning', 'said', 'verily', 'verily', 'unto', 'seek', 'saw', 'miracle', 'eat', 'loaf', 'filled', 'labor', 'meat', 'perisheth', 'meat', 'endureth', 'unto', 'everlasting', 'life', 'son', 'man', 'shall', 'unto', 'jesus', 'went', 'teaching', 'thing', 'thatwere', 'hard', 'believe', 'disciple', 'forsook', 'followed', 'longer', 'said', 'jesus', 'unto', 'away', 'simon', 'peter', 'answered', 'lord', 'shall', 'thou_hast', 'word', 'eternal_life', 'believe', 'sure', 'thou_art', 'christ', 'son', 'living', 'god', 'came', 'jesus', 'scribe', 'pharisee', 'jerusalem', 'saying', 'thy', 'disciple', 'transgress', 'tradition', 'elder', 'wash', 'hand', 'eat', 'bread', 'answered', 'said', 'unto', 'transgress', 'commandment', 'god', 'tradition', 'god', 'commanded', 'saying', 'honor', 'thy', 'father', 'mother', 'curseth', 'father', 'mother', 'let', 'die', 'death', 'whosoever', 'shall', 'father', 'mother', 'gift', 'whatsoever', 'thou', 'mightest', 'profited', 'honor', 'father', 'mother', 'shall', 'free', 'commandment', 'god', 'effect', 'tradition', 'hypocrite', 'esaias', 'prophesy', 'saying', 'people', 'draweth', 'nigh', 'unto', 'mouth', 'honoreth', 'lip', 'heart', 'far', 'vain', 'worship', 'teaching', 'doctrine', 'commandment', 'men', 'lord', 'went', 'eat', 'bad', 'evil', 'thought', 'word', 'deed', 'corrupt', 'jesus', 'went', 'departed', 'coast', 'tyre', 'sidon', 'behold', 'woman', 'canaan', 'came', 'coast', 'cried', 'unto', 'saying', 'mercy', 'lord', 'thou', 'son', 'david', 'daughter', 'grievously', 'vexed', 'devil', 'answered', 'word', 'disciple', 'came', 'besought', 'saying', 'send', 'away', 'crieth', 'answered', 'said', 'sent', 'unto', 'lost', 'sheep', 'house', 'israel', 'came', 'worshiped', 'saying', 'lord', 'help', 'answered', 'said', 'meet', 'child', 'bread', 'cast', 'dog', 'said', 'truth', 'lord', 'dog', 'eat', 'crumb', 'fall', 'master', 'table', 'jesus', 'answered', 'said', 'unto', 'woman', 'great', 'thy', 'faith', 'unto_thee', 'thou_wilt', 'daughter', 'hour', 'question', 'people', 'jesus', 'sea', 'crossed', 'john', 'verse', 'question', 'ask', 'motive', 'following', 'advice', 'verse', 'doe', 'mean', 'siwuld', 'anxious', 'food', 'life', 'knowledge', 'god', 'enable', 'gain', 'eternal_life', 'world', 'come', 'ready', 'such_instruction', 'wise', 'unto', 'eternal_life', 'people', 'anxious', 'receive', 'instruction', 'fed', 'gain', 'knowledge', 'god', 'deserve', 'reproof', 'jesus', 'gave', 'followed', 'sea', 'caused', 'disciple', 'jesus', 'forsake', 'jesus', 'verse', 'answered', 'question', 'the_youth', 'instructor', 'disciple', 'feel', 'certain', 'time', 'came', 'jesus', 'jerusalem', 'matt', 'question', 'ask', 'question', 'jesus', 'ask', 'return', 'verse', 'commandment', 'transgressed', 'verse', 'broken', 'fifth', 'commandment', 'verse', 'saying', 'isaiah', 'prophet', 'jesus', 'apply', 'verse', 'lord', 'place', 'jesus', 'verse', 'came', 'jesus', 'treat', 'disciple', 'jesus', 'woman', 'time', 'jesus', 'answer', 'humble', 'prayer', 'reply', 'woman', 'jesus', 'address', 'effect', 'word', 'note', 'gift', 'word', 'gift', 'hebrew', 'word', 'meaning', 'devoted', 'dedicated', 'god', 'jew', 'way', 'dedicating', 'property', 'god', 'sacred', 'thought', 'right', 'person', 'set', 'apart', 'mean', 'way', 'refuse', 'help', 'parent', 'want', 'plea', 'property', 'dedicated', 'god', 'jesus', 'tell', 'transgressed', 'commandment', 'god', 'said', 'honor', 'thy', 'father', 'thy', 'mother', 'tyre', 'sidon', 'city', 'phoenicia', 'situated', 'mediterranean', 'sea', 'coast', 'north', 'carmel', 'ancient', 'city', 'rich', 'prosperous', 'coast', 'tyre', 'sidon', 'country', 'city', 'woman', 'canaan', 'woman', 'called', 'greek', 'syro', 'phoenician', 'birth', 'mark', 'anciently', 'whole_land', 'including', 'tyre', 'sidon', 'possession', 'canaanite', 'called', 'canaan', 'phoenician', 'descended', 'canaanite', 'country', 'including', 'tyre', 'sidon', 'called', 'phoenicia', 'syro', 'phoenicia', 'country', 'taken', 'greek', 'alexander', 'great', 'city', 'time', 'christ', 'greek', 'city', 'woman', 'gentile', 'living', 'greek', 'government', 'probably', 'speaking', 'greek', 'language', 'birth', 'syro', 'phoenician', 'born', 'country', 'descended', 'ancient', 'canaanite', 'barnes', 'meet', 'fit', 'proper', 'new', 'testament', 'history', 'lesson', 'warning', 'instruction', 'lesson', 'jesus', 'reproving', 'pharisee', 'lawyer', 'exposing', 'hypocrisy', 'said', 'woe', 'unto', 'scribe', 'pharisee', 'hypocrite', 'compass', 'sea', 'land', 'proselyte', 'twofold', 'child', 'hell', 'woe', 'unto', 'blind', 'guide', 'whosoever', 'shall', 'swear', 'temple', 'whosoever', 'shall', 'swear', 'gold', 'temple', 'debtor', 'fool', 'blind', 'greater', 'gold', 'temple', 'sanctifieth', 'gold', 'whosoever', 'shall', 'swear', 'altar', 'whosoever', 'sweareth', 'gift', 'guilty', 'fool', 'blind', 'greater', 'gift', 'altar', 'sanctifieth', 'gift', 'whoso', 'shall', 'swear', 'altar', 'sweareth', 'thing', 'thereon', 'whoso', 'shall', 'swear', 'temple', 'sweareth', 'dwelleth', 'shall', 'swear', 'heaven', 'sweareth', 'throne', 'god', 'sitteth', 'thereon', 'said', 'thing', 'unto', 'scribe', 'pharisee', 'began', 'urge', 'vehemently', 'provoke', 'speak', 'thing', 'laying', 'wait', 'seeking', 'catch', 'mouth', 'accuse', 'meantime', 'gathered', 'innumerable', 'multitude', 'people', 'insomuch', 'trode', 'began', 'unto', 'disciple', 'beware', 'leaven', 'pharisee', 'hypocrisy', 'covered', 'shall', 'revealed', 'hid', 'shall', 'known', 'tell', 'darkness', 'speak', 'light', 'bear', 'ear', 'preach', 'housetop', 'fear', 'kill', 'body', 'able', 'kill', 'soul', 'fear', 'able', 'destroy', 'soul', 'body', 'hell', 'sparrow', 'sold', 'farthing', 'shall', 'fall', 'ground', 'father', 'hair', 'head', 'numbered', 'fear', 'value', 'sparrow', 'whosoever', 'shall', 'confess', 'men', 'confess', 'father', 'heaven', 'whosoever', 'shall', 'deny', 'men', 'deny', 'father', 'heaven', 'receiveth', 'receiveth', 'receiveth', 'receiveth', 'sent', 'receiveth', 'prophet', 'prophet', 'shall', 'receive', 'prophet', 'reward', 'receiveth', 'righteous', 'man', 'righteous', 'man', 'shall', 'receive', 'righteous', 'man', 'reward', 'beware', 'men', 'deliver', 'council', 'scourge', 'synagogue', 'shall', 'brought', 'governor', 'king', 'sake', 'testimony', 'gentile', 'deliver', 'thought', 'shall', 'speak', 'shall', 'given', 'hour', 'shall', 'speak', 'speak', 'spirit', 'father', 'speaketh', 'question', 'principal', 'theme', 'lesson', 'reproving', 'scribe', 'pharisee', 'address', 'matt', 'effort', 'proselyte', 'successful', 'effect', 'character', 'proselyted', 'address', 'verse', 'manifest', 'blindness', 'verse', 'question', 'expose', 'weakness', 'theory', 'verse', 'statement', 'verse', 'jesus', 'said', 'thing', 'scribe', 'pharisee', 'luke', 'motive', 'verse', 'preaching', 'jesus', 'attended', 'time', 'luke', 'evil', 'practice', 'jesus', 'warn', 'disciple', 'folly', 'hypocrisy', 'admonition', 'disciple', 'matt', 'inspire', 'boldness', 'verse', 'assure', 'protecting', 'care', 'heavenly', 'father', 'verse', 'precious', 'promise', 'faithfully', 'confess', 'men', 'confession', 'word', 'deed', 'warning', 'deny', 'verse', 'prove', 'scripture', 'deny', 'christ', 'action', 'deed', 'way', 'christian', 'receive', 'jesus', 'father', 'verse', 'reward', 'jesus', 'promise', 'verse', 'disciple', 'beware', 'men', 'verse', 'trying', 'situation', 'disciple', 'brought', 'verse', 'brought', 'such_places', 'instructed', 'behave', 'such_times', 'peril', 'assurance', 'given', 'encourage', 'verse', 'compass', 'land', 'sea', 'proverbial', 'expression', 'similar', 'leave', 'stone', 'unturned', 'intimating', 'power', 'gain', 'convert', 'god', 'sect', 'clarke', 'proselyte', 'come', 'foreign', 'nation', 'religion', 'sect', 'convert', 'twofold', 'child', 'hell', 'twice', 'bad', 'child', 'hell', 'hebrew', 'phrase', 'signifying', 'deserving', 'hell', 'awfully', 'wicked', 'barnes', 'lawyer', 'doe', 'mean', 'practiced', 'law', 'men', 'skilled', 'learned', 'law', 'moses', 'known', 'way', 'lawyer', 'differed', 'scribe', 'pharisee', 'sadducee', 'note']
root - INFO - extracting file #171500: 2017-04-Final-Corpus/YI18840514-V32-20-page3.txt
root - INFO - extracting file #172000: 2017-04-Final-Corpus/YI18861020-V34-41-page3.txt
root - INFO - ['october', 'atficati', 'caoaf', 'sabbath', 'november', 'parable', 'christ', 'lesson', 'parable', 'fig', 'tree', 'lost', 'sheep', 'lost', 'drachma', 'cruel', 'act', 'punishment', 'related', 'jesus', 'luke', 'question', 'jesus', 'ask', 'verse', 'repeat', 'answer', 'question', 'verse', 'sad', 'instance', 'jesus', 'refer', 'verse', 'similar', 'question', 'ask', 'concerning', 'verse', 'answer', 'question', 'verse', 'way', 'saviour', 'teach', 'lesson', 'use', 'parable', 'parable', 'object', 'unrepentant', 'sinner', 'represented', 'verse', 'represented', 'dresser', 'vineyard', 'owner', 'vineyard', 'represented', 'saying', 'verse', 'owner', 'vineyard', 'way', 'doe', 'parable', 'illustrate', 'labor', 'pleading', 'christ', 'follower', 'salvation', 'sinner', 'verse', 'doe', 'parable', 'illustrate', 'fate', 'persist', 'sin', 'remain', 'unfruitful', 'verse', 'provoked', 'jealousy', 'ill', 'pharisee', 'scribe', 'luke', 'complaint', 'men', 'verse', 'parable', 'jesus', 'inconsistency', 'murmuring', 'parable', 'lost', 'sheep', 'lost', 'piece', 'money', 'doe', 'shepherd', 'sheep', 'strayed', 'flock', 'verse', 'meant', 'illustrate', 'jesus', 'time', 'mission', 'earth', 'luke', 'called', 'forth', 'remark', 'verse', 'doe', 'shepherd', 'the_youth', 'instructor', 'heart', 'fear', 'repetetion', 'idle', 'repetition', 'teach', 'truth', 'teach', 'selected', 'covered', 'white', 'spot', 'similar', 'character', 'araucarian', 'shell', 'cast', 'shell', 'chilian', 'crab', 'remains', 'white', 'dry', 'weather', 'approach', 'moist', 'weather', 'small', 'red', 'spot', 'grow', 'moisture', 'increase', 'time', 'ram', 'fall', 'shell', 'entirely', 'red', 'simply', 'case', 'change', 'color', 'change', 'moisture', 'absorbed', 'infrequent', 'known', 'chemist', 'barometric', 'artificial', 'flower', 'rage', 'especially', 'paris', 'year', 'ago', 'principle', 'substance', 'saturated', 'change', 'color', 'change', 'moisture', 'contain', 'curious', 'natural', 'barometer', 'geometrical', 'net', 'certain', 'spider', 'expansion', 'contraction', 'varying', 'moisture', 'case', 'rope', 'absorption', 'water', 'shortens', 'loss', 'lengthens', 'spider', 'cable', 'century', 'ago', 'studied', 'entomologist', 'named', 'isjonval', 'enthusiastic', 'thought', 'serve', 'regulate', 'march', 'army', 'movement', 'fleet', 'proposed', 'appearance', 'spider', 'spring', 'announced', 'sound', 'trumpet', 'announced', 'weather', 'stormy', 'wet', 'main', 'thread', 'net', 'spider', 'short', 'fair', 'weather', 'approaching', 'long', 'happens', 'spider', 'work', 'correct', 'lie', 'dependent', 'weather', 'change', 'human_being', 'ought', 'meteorologist', 'certainly', 'industrious', 'queer', 'chinese', 'custom', 'week', 'writes', 'american', 'pekin', 'china', 'friend', 'chicago', 'far', 'usquite', 'unusual', 'thing', 'told', 'building', 'brick', 'tile', 'roof', 'store', 'burned', 'strange', 'custom', 'connection', 'owner', 'building', 'break', 'taken', 'min', 'place', 'public', 'business', 'police', 'court', 'severely', 'beaten', 'suppose', 'idea', 'careless', 'let', 'occur', 'strange_thing', 'store', 'near', 'day', 'obliged', 'sell', 'good', 'cheap', 'gratitude', 'burn', 'fact', 'plant', 'american', 'think', 'trying', 'read', 'light', 'toadstool', 'said', 'late', 'traveler', 'australia', 'discovered', 'toadstool', 'night', 'gave', 'extremely', 'curious', 'light', 'specie', 'growing', 'stump', 'banskia', 'western', 'australia', 'plant', 'laid', 'newspaper', 'emitted', 'night', 'phosphorescent', 'light', 'enabled', 'person', 'read', 'word', 'continued', 'night', 'gradually', 'increasing', 'intensity', 'fungus', 'dried', 'specie', 'detected', 'years_afterward', 'specimen', 'measured', 'sixteen', 'inch', 'diameter', 'weighed', 'pound', 'plant', 'hung', 'dry', 'sitting', 'room', 'passing', 'apartment', 'dark', 'observed', 'remarkable', 'light', 'certain', 'specie', 'moss', 'said', 'norway', 'sweden', 'accumulation', 'moss', 'foot', 'half', 'decomposed', 'serve', 'paper', 'millboard', 'hard', 'wood', 'block', 'formed', 'hydraulic', 'press', 'turned', 'lathe', 'polished', 'substance', 'said', 'posse', 'good', 'quality', 'wood', 'defect', 'warping', 'splitting', 'suitable', 'making', 'door', 'window', 'factory', 'started', 'sweden', 'working', 'deposit', 'hitherto', 'waste', 'substance', 'useful', 'material', 'planetary', 'velocity', 'difficult', 'comprehend', 'addition', 'earth', 'motion', 'sun', 'moving', 'space', 'rate', 'mile', 'year', 'astronomer', 'century', 'discovered', 'solar', 'flying', 'space', 'direction', 'constellation', 'hercules', 'word', 'spectator', 'stationary', 'point', 'heaven', 'sun', 'attending', 'planet', 'passing', 'space', 'rate', 'nearly', 'mile', 'day', 'thousand', 'year', 'ago', 'computed', 'solar', 'million', 'million', 'mile', 'farther', 'star', 'hercules', 'day', 'region', 'entering', 'thickly', 'studded', 'star', 'sun', 'solar', 'heavenly', 'region', 'left', 'marvelous', 'universe', 'live', 'travel', 'railway', 'car', 'rate', 'fifty', 'mile', 'hour', 'head', 'swim', 'mind', 'earth', 'revolves', 'axis', 'hour', 'sun', 'mile', 'distant', 'day', 'sun', 'flying', 'space', 'mile', 'year', 'human', 'consciousness', 'comprehend', 'mad', 'whirl', 'world', 'surrounded', 'anon', 'tax', 'new', 'bridge', 'baltimore', 'ohio', 'railroad', 'company', 'susquehanna', 'river', 'havredo', 'grace', 'longest', 'bridge', 'united', 'state', 'exception', 'longest', 'world', 'foot', 'length', 'river', 'span', 'cover', 'foot', 'lost', 'sheep', 'verse', 'doe', 'manifest', 'joy', 'arriving', 'stone', 'particular', 'form', 'shape', 'evihome', 'verse', 'doe', 'illustrate', 'repeat', 'verse', 'relate', 'parable', 'lost', 'piece', 'money', 'verse', 'parallel', 'jesus', 'draw', 'repeat', 'verse', 'error', 'think', 'jesus', 'meant', 'correct', 'gave', 'parable', 'fig', 'tree', 'practical', 'lesson', 'draw', 'parable', 'given', 'lesson', 'note', 'lesson', 'writer', 'great', 'pain', 'lesson', 'hard', 'short', 'good_thing', 'spend', 'time', 'looking', 'parallel', 'text', 'scholar', 'preparation', 'teacher', 'urged', 'earnest', 'careful', 'preparation', 'lesson', 'order', 'instruct', 'class', 'right', 'teacher', 'doe', 'duty', 'doe', 'time', 'prepare', 'teacher', 'study', 'possible', 'danger', 'prepared', 'preparation', 'scholar', 'sided', 'affair', 'pastor', 'preaches', 'pulpit', 'doe', 'expect', 'response', 'pew', 'answer', 'question', 'teacher', 'sits', 'class', 'different', 'purpose', 'duty', 'pour', 'pump', 'gain', 'result', 'pump', 'dry', 'word', 'response', 'class', 'scholar', 'prepared', 'lesson', 'pupil', 'public_school', 'think', 'going', 'class', 'room', 'recite', 'lesson', 'geography', 'grammar', 'having', 'preparation', 'practice', 'place', 'foot', 'class', 'graduated', 'door', 'come', 'sabbathschool', 'sabbath', 'sabbath', 'having', 'looked', 'lesson', 'scripture', 'bible', 'important', 'arithmetic', 'interesting', 'secular', 'study', 'advanced', 'quarterly', 'law', 'universe', 'sun', 'rise', 'set', 'season', 'circle', 'vapor', 'water', 'ascends', 'sky', 'return', 'earth', 'law', 'teacher', 'work', 'gentle', 'influence', 'brought', 'bear', 'pupil', 'sabbath', 'sabbath', 'eternal', 'truth', 'taught', 'retaught', 'permanent', 'lodging', 'place', 'soul', 'dently', 'belong', 'rude', 'barbarous', 'age', 'runic', 'inscription', 'arranged', 'small', 'building', 'built', 'purposely', 'appearance', 'little', 'chapel', 'road', 'ceiling', 'building', 'inscribed', 'election', 'king', 'mora', 'stone', 'sten', 'kil', 'christian', 'sten', 'sture', 'chosen', 'administrator', 'kingdom', 'youth', 'companion', 'telephone', 'evidence', 'accumulates', 'showing', 'telephonic', 'transmitting', 'sound', 'existence', 'year', 'ago', 'exchange', 'century', 'ago', 'quotation', 'work', 'robert', 'hooke', 'published', 'telephone', 'modern', 'invention', 'generally', 'thought', 'hooke', 'glass', 'highly', 'promoted', 'seeing', 'improbable', 'mechanical', 'inventor', 'improve', 'sens', 'hearing', 'smelling', 'tasting', 'touching', 'impossible', 'hear', 'whisper', 'furlong', 'distance', 'having', 'nature', 'thing', 'impossible', 'furlong', 'time', 'multiplied', 'famous', 'author', 'affirmed', 'impossille', 'hear', 'thinnest', 'plate', 'muscovy', 'glass', 'know', 'away', 'easy', 'hear', 'speak', 'wall', 'yard', 'thoroughly', 'examined', 'far', 'octocousticons', 'improved', 'way', 'quickening', 'hearing', 'conveying', 'sound', 'body', 'air', 'medium', 'assure', 'reader', 'help', 'distended', 'wire', 'propagated', 'sound', 'considerable', 'distance', 'instant', 'seemingly', 'quick', 'motion', 'light', 'incomparably', 'swifter', 'time', 'propagated', 'air', 'straight', 'line', 'direct', 'bended', 'angle', 'natural', 'barometer', 'nature', 'affords', 'accurate', 'weather', 'barometer', 'close', 'observer', 'law', 'frequently', 'discover', 'person', 'guided', 'soon', 'good', 'weather', 'prophet', 'barometer', 'noticed', 'late', 'exchange', 'mention', 'curious', 'stone', 'northern_part', 'england', 'serf', 'inhabitant', 'instead', 'barometer', 'stone', 'ilmakiur', 'turn', 'black', 'blackish', 'gray', 'going', 'rain', 'approach', 'fine', 'weather', 'sae', 'arabian', 'proverb', 'know', 'know', 'know', 'net', 'surely', 'man', 'fool', 'avoided', 'men', 'know', 'knowing', 'know', 'doe', 'care', 'man', 'indifferent', 'aided', 'know', 'know', 'know', 'tie', 'late', 'man', 'asleep', 'awake', 'success', 'happy', 'fate', 'know', 'know', 'know', 'fortune', 'man', 'born', 'act', 'men', 'follow', 'lead', 'van', 'golden', 'day', 'sweden', 'mora', 'stone', 'old', 'upsala', 'town', 'gathered', 'historical', 'monument', 'old', 'sweden', 'apical', 'earliest', 'christian', 'king', 'queen', 'ruling', 'nearly', 'thousand', 'year', 'ago', 'earlier', 'worthy', 'worshiped', 'divinity', 'odin', 'thor', 'freya', 'hold', 'court', 'tomb', 'hero', 'great', 'barrow', 'mound', 'like', 'mound', 'western', 'state', 'stand', 'near', 'old', 'town', 'object', 'universal', 'deeper', 'memorial', 'mythological', 'story', 'spot', 'coronation', 'king', 'took', 'place', 'earliest', 'historic', 'time', 'mora', 'stone', 'english', 'visitor', 'describes', 'fact', 'stone', 'mark', 'place', 'ancient', 'king', 'elected', 'voice', 'people', 'small', 'insignificant', 'size', 'rough']
root - INFO - extracting file #172500: 2017-04-Final-Corpus/YI18890710-V37-28-page3.txt
root - INFO - extracting file #173000: 2017-04-Final-Corpus/YI18950620-V43-25-page3.txt
root - INFO - ['june', 'youth', 'instructor', 'opc', 'armenian', 'reform', 'sultan', 'doe', 'kindly', 'proposed', 'reform', 'armenia', 'reported', 'idea', 'power', 'europe', 'dictate', 'shall', 'appoint', 'governor', 'province', 'evidently', 'touched', 'pride', 'little', 'think', 'amurath', 'solyman', 'magnificent', 'throne', 'occupies', 'longs', 'power', 'bid', 'defiance', 'hated', 'giaours', 'rate', 'answer', 'demand', 'power', 'satisfactory', 'england', 'seventeen', 'ship', 'war', 'beyroot', 'clear', 'understanding', 'england', 'france', 'russia', 'abate', 'jot', 'demand', 'complete', 'reform', 'turkish', 'administration', 'armenia', 'slowness', 'sultan', 'acquiesce', 'demand', 'power', 'believed', 'rest', 'hope', 'help', 'european', 'power', 'germany', 'supposed', 'power', 'sultan', 'look', 'support', 'known', 'written', 'emperor_william', 'regard', 'matter', 'lately', 'murderous', 'assault', 'turk', 'jiddah', 'foreign', 'ambassador', 'british', 'vice', 'consul', 'killed', 'consul', 'wounded', 'russian', 'consul', 'seriously', 'hurt', 'grievance', 'power', 'french', 'cruiser', 'gone', 'jiddah', 'support', 'british', 'ship', 'england', 'france', 'supported', 'turkey', 'russia', 'join', 'russia', 'threatening', 'attitude', 'turkey', 'startling', 'development', 'expected', 'time', 'death', 'secretary', 'gresham', 'walter', 'gresham', 'secretary', 'state', 'united', 'state', 'died', 'home', 'washington', 'clock', 'secretary', 'ill', 'time', 'known', 'danger', 'death', 'generally', 'unexpected', 'probably', 'men', 'better', 'known', 'country', 'judge', 'gresham', 'prominently', 'people', 'year', 'holding', 'important', 'office', 'military', 'civil_affairs', 'rising', 'high', 'responsible', 'position', 'secretary', 'state', 'peace', 'war', 'discharging', 'duty', 'conscientious', 'fearlessness', 'won', 'respect', 'party', 'admiration', 'world', 'born', 'harrison', 'county', 'indiana', 'march', 'year', 'old', 'time', 'death', 'farmer', 'boy', 'gained', 'education', 'dint', 'hard_work', 'chose', 'profession', 'law', 'admitted', 'bar', 'age', 'politically', 'whig', 'united', 'new', 'party', 'nominated', 'fremont', 'presidency', 'commencement', 'civil_war', 'enlisted', 'private', 'immediately', 'promoted', 'continued', 'rise', 'spring', 'major', 'general', 'took', 'fortune', 'war', 'severely', 'wounded', 'atlanta', 'necessary', 'different', 'office', 'gresham', 'held', 'mentioned', 'united', 'state', 'judge', 'postmaster', 'general', 'office', 'secretary', 'state', 'named', 'president', 'republican', 'national', 'convention', 'received', 'vote', 'pledge', 'elected', 'lost', 'support', 'politician', 'judge', 'gresham', 'disconnected', 'republican', 'party', 'received', 'appointment', 'secretary', 'state', 'president', 'cleveland', 'understood', 'harmony', 'president', 'probably', 'retained', 'position', 'end', 'term', 'death', 'perplexing', 'question', 'grapple', 'satisfied', 'safe', 'man', 'pleased', 'good', 'office', 'peace', 'china', 'japan', 'appreciated', 'power', 'finally', 'thorough', 'american', 'true', 'conviction', 'duty', 'beautiful', 'trait', 'character', 'took', 'advantage', 'position', 'hedge', 'artificial', 'unnecessary', 'dignity', 'accessible', 'treated', 'high', 'low', 'rich', 'poor', 'consideration', 'respect', 'political', 'foe', 'personal', 'friend', 'american_citizens', 'party', 'mourn', 'sudden_death', 'secretary', 'olney', 'scarcely', 'secretary', 'gresham', 'breathed', 'speculation', 'rife', 'appointed', 'president', 'gresham', 'successor', 'office', 'june', 'president', 'cleveland', 'tendered', 'office', 'hon', 'richard', 'olney', 'massachusetts', 'served', 'administration', 'capacity', 'attorney', 'general', 'accepted', 'olney', 'secretary', 'state', 'united', 'state', 'olney', 'said', 'informed', 'present', 'relation', 'united', 'state', 'foreign', 'government', 'concerning', 'matter', 'left', 'unfinished', 'predecessor', 'thought', 'better', 'accord', 'president', 'gresham', 'hawaiian', 'episode', 'regard', 'foreign', 'affair', 'generally', 'president', 'olney', 'harmony', 'probably', 'appointment', 'higher', 'responsible', 'office', 'central', 'american', 'union', 'people', 'state', 'central', 'america', 'time', 'discussing', 'project', 'forming', 'union', 'independent', 'state', 'general_government', 'manner', 'union', 'united', 'state', 'america', 'favor', 'union', 'fearing', 'state', 'lose', 'independence', 'strange', 'people', 'central', 'american', 'state', 'idea', 'precisely', 'way', 'people', 'english', 'colony', 'state', 'united', 'state', 'looked', 'question', 'close', 'war', 'revolution', 'general_government', 'colony', 'proposed', 'took', 'personal', 'influence', 'washington', 'aided', 'adroit', 'skilful', 'statesmanship', 'alexander', 'hamilton', 'overcome', 'scruple', 'feared', 'state', 'lose', 'independence', 'general_government', 'established', 'course', 'state', 'lose', 'independence', 'union', 'state', 'gained', 'protection', 'rest', 'nationality', 'secured', 'come', 'separate', 'absolutely', 'independent', 'state', 'government', 'central', 'american', 'state', 'addressing', 'task', 'objection', 'urged', 'union', 'similar', 'reason', 'argument', 'adduced', 'favor', 'argument', 'urged', 'favor', 'union', 'based', 'idea', 'coalition', 'state', 'better', 'able', 'resist', 'foreign', 'aggression', 'strengthened', 'late', 'difficulty', 'great', 'britain', 'nicaragua', 'country', 'compelled', 'pay', 'powerful', 'adversary', 'seventy', 'thousand', 'dollar', 'war', 'certainty', 'defeated', 'end', 'affair', 'england', 'certainly', 'strong', 'effect', 'promoting', 'union', 'weakly', 'state', 'lately', 'practical', 'step', 'taken', 'new', 'treaty', 'nicaragua', 'honduras', 'treaty', 'effect', 'proclamation', 'president', 'country', 'foreign', 'power', 'notified', 'new', 'relation', 'important_points', 'mentioned', 'new', 'treaty', 'offensive', 'defensive', 'alliance', 'foreign', 'power', 'agreement', 'arbitrate', 'difference', 'promise', 'endeavor', 'relation', 'power', 'uniform', 'character', 'matter', 'duty', 'business', 'affair', 'generally', 'expected', 'state', 'central', 'america', 'later', 'come', 'union', 'persuaded', 'advantage', 'doubt', 'general', 'union', 'state', 'secured', 'constitution', 'covering', 'adopted', 'central', 'america', 'nation', 'united', 'state', 'central', 'america', 'cuban', 'success', 'rebellion', 'cuba', 'general', 'martinez', 'campos', 'going', 'short', 'order', 'entirely', 'outgrown', 'calculation', 'doughty', 'hero', 'calling', 'lustily', 'mother', 'country', 'battalion', 'think', 'presence', 'cuba', 'like', 'sheridan', 'winchester', 'turn', 'tide', 'battle', 'army', 'checked', 'rising', 'tide', 'revolution', 'cuban', 'leader', 'time', 'reported', 'killed', 'singular', 'obstinacy', 'refused', 'remain', 'dead', 'operation', 'active', 'expedition', 'reported', 'nearly', 'ready', 'sail', 'cuba', 'country', 'response', 'general', 'campos', 'spain', 'send', 'battalion', 'troop', 'general', 'spain', 'greatly', 'stirred', 'success', 'rebel', 'failure', 'campos', 'end', 'war', 'spanish', 'chamber', 'deputy', 'republican', 'member', 'asked', 'free', 'discussion', 'spanish', 'cuban', 'affair', 'resolution', 'offered', 'effect', 'rejected', 'vote', 'thirty', 'nineteen', 'hope', 'free', 'discussion', 'spain', 'hope', 'spain', 'change', 'sentiment', 'spain', 'good', 'deal', 'bourbon', 'forgets', 'learns', 'historian', 'buckley', 'proud', 'ought', 'ashamed', 'people', 'bound', 'body', 'soul', 'catholic_church', 'nation', 'advance', 'people', 'weaned', 'superstition', 'ready', 'forward']
root - INFO - extracting file #173500: 2017-04-Final-Corpus/YI18990817-V47-33-page8.txt
root - INFO - extracting file #174000: 2017-04-Final-Corpus/YI19001115-V48-45-page4.txt
root - INFO - ['the_youth', 'instructor', 'drawn', 'heard', 'excellent', 'artist', 'remark', 'knowledge', 'know', 'omit', 'picture', 'know', 'student', 'true', 'person', 'think', 'picture', 'filled', 'large_amount', 'work', 'expended', 'greater', 'work', 'art', 'simpler', 'drawing', 'trained', 'eye', 'criticize', 'picture', 'unnatural', 'picture', 'record', 'impression', 'scene', 'tire', 'hear', 'needle', 'description', 'eye', 'wearied', 'seeing', 'picture', 'admire', 'orator', 'writer', 'express', 'great', 'thought', 'word', 'best', 'author', 'sum', 'description', 'chosen', 'strong', 'sentence', 'likewise', 'best', 'picture', 'subject', 'fewest', 'line', 'art', 'tell', 'truth', 'whole_truth', 'pedro', 'lemos', 'kim', 'san', 'golden', 'hill', 'concluded', 'time', 'appeared', 'going', 'song', 'liang', 'desperate', 'resolved', 'own_life', 'reputation', 'gone', 'baby', 'dying', 'inch', 'apparently', 'helpless', 'poor', 'fellow', 'thought', 'better', 'die', 'live', 'god', 'restrained', 'led', 'pray', 'heard', 'missionary', 'called', 'smith', 'writer', 'hasty', 'farewell', 'wharf', 'singapore', 'thought', 'shall', 'adopted', 'father', 'mother', 'cried', 'god', 'distress', 'proved', 'man', 'extremity', 'god', 'opportunity', 'day', 'crouching', 'friendly', 'corner', 'street', 'thinking', 'trouble', 'postman', 'approached', 'handed', 'song', 'liang', 'post', 'card', 'dated', 'padang', 'sumatra', 'hastily', 'read', 'learned', 'reached', 'place', 'like', 'joyful', 'heart', 'rushed', 'home', 'inform', 'wife', 'good_news', 'best', 'friend', 'earth', 'despaired', 'seeing', 'padang', 'nearly', 'month', 'called', 'come', 'clown', 'help', 'work', 'resigned', 'situation', 'hospital', 'pawning', 'article', 'clothing', 'managed', 'raise', 'money', 'pay', 'way', 'padang', 'distance', 'mile', 'rail', 'day', 'start', 'bicycle', 'vehicle', 'drove', 'jumped', 'chinese', 'boy', 'changed', 'year', 'seen', 'countenance', 'sunny', 'smile', 'greeted', 'yore', 'family', 'acquaintance', 'stranger', 'strange', 'land', 'seldom', 'heard', 'familiar', 'accent', 'mother', 'tongue', 'heavy', 'hearted', 'lonely', 'sight', 'familiar', 'face', 'longed', 'prayed', 'suppose', 'near', 'unspeakable', 'joy', 'spent', 'day', 'prayer', 'scripture', 'study', 'talking', 'year', 'intervened', 'finally', 'replenishing', 'purse', 'sent', 'bring', 'wife', 'baby', 'day', 'week', 'passed', 'week', 'nearly', 'slipped', 'away', 'began', 'fear', 'enemy', 'good', 'caused', 'song', 'liang', 'new', 'trouble', 'fellowship', 'help', 'day', 'wheeled', 'cart', 'rolled', 'yard', 'station', 'loaded', 'bedding', 'box', 'clothing', 'came', 'young', 'wife', 'famine', 'baby', 'comely', 'pleasing', 'face', 'looked', 'world', 'like', 'baby', 'monkey', 'bony', 'skinny', 'small', 'feature', 'pitiable', 'object', 'saw', 'child', 'finger', 'bird', 'claw', 'wrist', 'pipe', 'stem', 'general', 'appearance', 'batlike', 'extreme', 'certainly', 'looked', 'like', 'animated', 'egyptian', 'mummy', 'humanly', 'speaking', 'hope', 'living', 'month', 'believe', 'happens', 'case', 'god', 'certainly', 'providential', 'purpose', 'prayed', 'altered', 'little', 'scarecrow', 'diet', 'golden', 'hill', 'appropriate', 'joking', 'seriously', 'addressed', 'task', 'saving', 'child', 'life', 'christ', 'sake', 'mother', 'felt', 'effort', 'successful', 'mother', 'easily', 'won', 'love', 'trust', 'saviour', 'brought', 'quantity', 'nut', 'food', 'bottle', 'malted', 'nut', 'remained', 'cost', 'sacrifice', 'gladly', 'order', 'mother', 'father', 'happy', 'save', 'baby', 'useful', 'service', 'boldly', 'claimed', 'promise', 'ask', 'shall', 'given', 'asked', 'definitely', 'specifically', 'god', 'word', 'test', 'faith', 'abundantly', 'rewarded', 'prepared', 'malted', 'nut', 'boiling', 'water', 'prohibited', 'mother', 'little', 'family', 'live', 'house', 'feeding', 'child', 'rice', 'mush', 'saw', 'little', 'fellow', 'properly', 'bathed', 'day', 'slowly', 'improved', 'ceased', 'peevish', 'fretful', 'slept', 'soundly', 'long', 'month', 'old', 'sick', 'baby', 'gradually', 'grew', 'stronger', 'head', 'hung', 'limp', 'frost', 'bitten', 'squash', 'blossom', 'began', 'lift', 'lifeless', 'form', 'began', 'little', 'little', 'muchwrinkled', 'skin', 'began', 'half', 'month', 'plump', 'cherub', 'jolly', 'baby', 'care', 'remarkable', 'thing', 'chinese', 'baby', 'flesh', 'hard', 'solid', 'wood', 'proud', 'father', 'chinese', 'express', 'amazement', 'feel', 'ask', 'feed', 'song', 'liang', 'invariably', 'reply', 'feed', 'prayer', 'unbelieving', 'mother', 'greatly', 'changed', 'convinced', 'prayer', 'saved', 'child', 'present', 'end', 'story', 'kim', 'san', 'golden', 'hill', 'coming', 'song', 'liang', 'faithfully', 'preaching', 'gospel', 'relative', 'believed', 'lord', 'jesus_christ', 'soon', 'baptized', 'kim', 'san', 'aunt', 'mohammedan', 'girl', 'year', 'age', 'recent', 'accession', 'home', 'husband', 'abandoned', 'leaving', 'little', 'child', 'entered', 'islam', 'recently', 'come', 'live', 'helper', 'home', 'great', 'object', 'bringing', 'benkulen', 'mile', 'coast', 'better', 'faith', 'islam', 'better', 'hope', 'held', 'mohammed', 'good_girl', 'devout', 'prayer', 'performs', 'faithfully', 'day', 'performance', 'consists', 'religious', 'bath', 'followed', 'long', 'prayer', 'mecca', 'white', 'robe', 'young', 'reader', 'remember', 'tachay', 'elder', 'sister', 'spirit', 'god', 'bless', 'effort', 'penetrate', 'dark', 'mind', 'ray', 'gospel', 'light', 'truth', 'love', 'hear', 'talk', 'gospel', 'learning', 'read', 'malay', 'proficient', 'shall', 'new_testament', 'hand', 'padang', 'sumatra', 'munson', 'need', 'patience', 'greatest', 'thing', 'sudden', 'inroad', 'trouble', 'daily', 'burden', 'weariness', 'body', 'wearing', 'soul', 'day', 'want', 'aching', 'sickness', 'decay', 'age', 'disappointment', 'bereavement', 'loss', 'injury', 'reproach', 'heaviness', 'heart', 'sickness', 'amid', 'delayed', 'hope', 'thing', 'childhood', 'little', 'trouble', 'martyr', 'suffering', 'patience', 'grace', 'god', 'endure', 'evil', 'love', 'god', 'pusey', 'learn', 'forget', 'trial', 'think', 'small', 'trial', 'woman', 'home', 'companion', 'talk', 'little', 'friend', 'spared', 'trouble', 'making', 'complaint', 'unprofitable', 'listening', 'learn', 'forget', 'forget', 'slight', 'error', 'taste', 'gossip', 'scandal', 'hear', 'forget', 'remember', 'puzzle', 'wrong', 'meet', 'soon', 'best', 'straighten', 'forget', 'worry', 'small', 'great', 'wear', 'heart', 'brain', 'forget', 'humiliation', 'care', 'trial', 'let', 'mind', 'heart', 'filled', 'goodness', 'justice', 'beauty', 'world', 'like', 'soldier', 'fought', 'hard', 'battle', 'spends', 'rest', 'life', 'thinking', 'telling', 'inspiring', 'meet', 'wholesome', 'unselfishly', 'happy', 'human', 'depressing', 'meet', 'insists', 'dwelling', 'misery', 'sharing', 'learn', 'forget', 'trouble', 'small', 'great', 'allow', 'forget', 'manner', 'manner', 'garment', 'taken', 'flesh', 'blood', 'life', 'person', 'habitual', 'way', 'smallest', 'largest', 'matter', 'alike', 'intimate', 'essentially', 'express', 'better', 'know', 'fugitive', 'deed', 'word', 'mere', 'air', 'thing', 'intimated', 'purpose', 'express', 'character', 'emerson', 'world', 'judgment', 'day', 'assembly', 'man', 'enters', 'action', 'attempt', 'gauged', 'stamped', 'manner', 'measure', 'real', 'self', 'person', 'truly', 'good_manners', 'begin', 'good', 'person', 'kind', 'gentle', 'mere', 'polish', 'doe', 'manner', 'foolish', 'mind', 'appear', 'think', 'selfishness', 'evil', 'veneered', 'polished', 'inch', 'deep', 'fair', 'imitation', 'real', 'thing', 'imitation', 'real', 'manner', 'stand', 'test', 'searching', 'occasion', 'deep', 'character', 'manner', 'gentle', 'courtesy', 'defeat', 'ill', 'luck', 'claim', 'advantage', 'adversary', 'unduly', 'exult', 'victory', 'testimonial', 'possessor', 'thorough', 'good', 'breeding', 'exceeds', 'framed', 'pedigree', 'crested', 'note', 'paper', 'selected']
root - INFO - extracting file #174500: 2017-04-Final-Corpus/YI19020130-V50-05-page8.txt
root - INFO - extracting file #175000: 2017-04-Final-Corpus/YI19030507-V51-17-page4.txt
root - INFO - ['the_youth', 'instructor', 'motto', 'low', 'christ', 'constraineth', 'aim', 'adoent', 'message', 'tbe', 'world', 'generation', 'working', 'thing', 'working', 'past', 'present', 'truth', 'error', 'wrong', 'right', 'deed', 'darkness', 'deed', 'light', 'cause', 'singing', 'cause', 'moan', 'force', 'power', 'unknown', 'sens', 'hear', 'working', 'resistlessly', 'working', 'brass', 'steel', 'guided', 'moved', 'central', 'rod', 'blindly', 'weaving', 'mighty', 'loom', 'fateful', 'pattern', 'joy', 'doom', 'thing', 'eye', 'commanded', 'servant', 'obeying', 'master', 'nod', 'working', 'god', 'naught', 'question', 'potent', 'word', 'naught', 'hinder', 'royal', 'force', 'evil', 'wage', 'puny', 'war', 'helpless', 'rage', 'ponder', 'plan', 'plot', 'matter', 'god', 'right_arm', 'mighty', 'purpose', 'fulfil', 'love', 'god', 'safe', 'glad', 'eternity', 'better', 'worse', 'time', 'bring', 'universe', 'let', 'portion', 'earthly', 'suffering', 'pain', 'ill', 'thing', 'shall', 'working', 'good', 'mary', 'albright', 'thought', 'help', 'kind', 'missionary', 'writes', 'sweet', 'read', 'kingdom', 'ruleth', 'lead', 'easy', 'life', 'hardly', 'know', 'appropriate', 'promise', 'risk', 'life', 'test', 'come', 'begin', 'believe', 'act', 'promise', 'hour', 'need', 'know', 'flora', 'plummer', 'bozeman', 'montana', 'shortly', 'opening', 'conference', 'intermediate', 'school', 'bozeman', 'montana', 'september', 'number', 'young_people', 'place', 'met', 'form', 'missionary_society', 'purpose', 'finally', 'organize', 'regular', 'young_people', 'society', 'order', 'mistake', 'occurs', 'letting', 'form', 'machinery', 'organization', 'place', 'actual', 'work', 'thought', 'best', 'form', 'missionary', 'band', 'started', 'actual', 'work', 'let', 'minutia', 'organization', 'follow', 'needed', 'thing', 'look', 'work', 'lay_plans', 'active_part', 'decided', 'tract', 'work', 'good', 'line', 'begin', 'way', 'come', 'contact', 'people', 'acquainted', 'leader', 'chosen', 'supervision', 'work', 'officer', 'elected', 'necessary', 'carry', 'orderly', 'manner', 'number', 'tract', 'ordered', 'young_people', 'glad', 'started', 'real', 'work', 'poorer', 'town', 'divided', 'district', 'person', 'given', 'territory', 'begin', 'reason', 'selecting', 'poorer', 'district', 'worker', 'likely', 'need', 'physical', 'spiritual', 'aid', 'work', 'direction', 'thankfully', 'received', 'better', 'class', 'city', 'people', 'willing', 'help', 'giving', 'clothes', 'need', 'society', 'taking', 'small', 'club', 'sign', 'paper', 'mailed', 'week', 'distributed', 'tract', 'worker', 'interested', 'reading', 'paper', 'taken', 'time', 'time', 'county', 'city', 'jail', 'child', 'interested', 'selling', 'life', 'boat', 'taken', 'number', 'subscription', 'present_time', 'visible', 'result', 'work', 'city', 'number', 'interested', 'reading', 'satisfaction', 'knowing', 'sowing', 'seed', 'god', 'water', 'increase', 'good', 'time', 'encouragement', 'know', 'god', 'watching', 'weakest', 'child', 'smile', 'approval', 'effort', 'forth', 'advancement', 'cause', 'earth', 'simple', 'missionary', 'band', 'organization', 'grown', 'regular', 'young_people', 'society', 'member', 'number', 'interested', 'line', 'work', 'mentioned', 'meeting', 'held', 'sunday', 'evening', 'consist', 'bible', 'lesson', 'missionary', 'study', 'different', 'field', 'work', 'own_work', 'discussed', 'planned', 'occasionally', 'meeting', 'given', 'report', 'experience', 'different', 'worker', 'report', 'earnest_prayers', 'offered', 'encouragement', 'lord', 'watch', 'tenderly', 'small_beginning', 'work', 'gather', 'soul', 'kingdom', 'glad', 'privilege', 'having', 'work', 'trust', 'faithful', 'prepared', 'greater', 'usefulness', 'master', 'vineyard', 'claude', 'aftd', 'weekly', 'study', 'angel', 'message', 'reached', 'turning', 'point', 'story', 'second', 'message', 'sounded', 'message', 'angel', 'taken', 'grand', 'threefold', 'message', 'ring', 'jesus', 'come', 'cite', 'scripture', 'showing', 'final', 'message', 'judgment', 'hour', 'loyalty', 'god', 'law', 'sabbath', 'second', 'trace', 'rise', 'reform', 'sketched', 'chapter', 'xii', 'rise', 'progress', 'cover', 'intensely', 'interesting', 'period', 'little', 'band', 'forming', 'grown', 'seventh', 'day', 'adventist', 'people', 'person', 'present', 'scripture', 'indicating', 'reform', 'day', 'study', 'chapter', 'prepares', 'story', 'brief', 'experience', 'joseph_bates', 'elder', 'white', 'step', 'way', 'message', 'lesson', 'work', 'ready', 'hand', 'learn', 'believe', 'evidence', 'god', 'witness', 'walking', 'way', 'conference', 'institution', 'facility', 'loyalty', 'confidence', 'stir', 'thousand', 'action', 'old', 'time', 'burden', 'build', 'work', 'carry', 'new_fields', 'truly', 'mighty', 'movement', 'forward', 'subsequent', 'vision', 'page', 'early_writings', 'good', 'selection', 'read', 'meeting', 'week', 'order', 'study', 'long', 'person', 'charge', 'fasten', 'fact', 'mind', 'present', 'story', 'briefly', 'doe', 'young_people', 'meeting', 'run', 'planning', 'working', 'praying', 'service', 'uplifting', 'influence', 'attend', 'clay', 'trumbull', 'thing', 'run', 'running', 'hill', 'way', 'society', 'going', 'knew', 'loaning', 'selling', 'single', 'book', 'tract', 'paper', 'result', 'salvation', 'soul', 'determined', 'effort', 'remember', 'god', 'increase', 'depends', 'sow', 'seed', 'sow', 'bountifully', 'shall', 'certainly', 'reap', 'sparingly', 'people', 'proud', 'proud', 'smartness', 'proud', 'money', 'proud', 'clothes', 'proud', 'beauty', 'proud', 'friend', 'proud', 'proud', 'ought', 'pride', 'god', 'foraigit', 'wicked', 'pride', 'counterimes', 'seek', 'god', 'god', 'thought', 'kind', 'weather', 'think', 'shall', 'morrow', 'asked', 'devout', 'christian', 'weather', 'plea', 'surprising', 'answer', 'asked', 'hoyr', 'knew', 'said', 'weather', 'plea', 'god', 'plea', 'spirit', 'ruled', 'heart', 'professed', 'christian', 'vast_amount', 'grumbling', 'faultfinding', 'discontent', 'melt', 'away', 'missionary', 'china', 'writes', 'terrible', 'condition', 'failure', 'rice', 'crop', 'place', 'people', 'desperate', 'perilous', 'travel', 'province', 'midst', 'danger', 'clearly', 'question', 'hint', 'given', 'different', 'member', 'answered', 'meeting', 'memory', 'angel', 'message', 'extent', 'proclamation', 'message', 'world', 'prove', 'professed', 'christian_world', 'departed', 'angel', 'message', 'directed', 'meant', 'worship', 'beast', 'image', 'mark', 'great', 'controversy', 'chapter', 'xxv', 'receives', 'mark', 'recorded', 'commandment', 'god', 'faith', 'jesus', 'mark', 'seal', 'receive', 'indiana', 'addition', 'report', 'indiana', 'society', 'recently', 'published', 'received', 'society', 'winamac', 'eighteen', 'member', 'dollar', 'collected', 'member', 'work', 'society', 'instrucron', 'lesson', 'meeting', 'member', 'engaged', 'christian', 'help', 'work', 'secretary', 'writes', 'good_courage', 'meeting', 'lesson', 'indianapolis', 'society', 'eighteen', 'member', 'having', 'added', 'quarter', 'dollar', 'cent', 'collected', 'buy', 'supply', 'missionary_work', 'repeat']
root - INFO - extracting file #175500: 2017-04-Final-Corpus/YI19041101-V52-44-page2.txt
root - INFO - extracting file #176000: 2017-04-Final-Corpus/YI19060130-V54-05-page6.txt
root - INFO - ['lkoly', 'electric', 'housekeeper', 'possible', 'long', 'electricity', 'largely', 'cooking', 'doe', 'away', 'smoke', 'soot', 'ash', 'dirt', 'regulated', 'exact', 'heat', 'required', 'length', 'time', 'needed', 'claimed', 'expense', 'certain', 'electrical', 'utensil', 'market', 'great', 'use', 'ordinary', 'fuel', 'writer', 'december', 'technical', 'world', 'magazine', 'electric', 'flat', 'iron', 'heater', 'cost', 'cent', 'operate', 'minute', 'water', 'heater', 'cost', 'cent', 'hour', 'electric', 'waffle', 'iron', 'cent', 'half', 'hour', 'chafing', 'dish', 'perfectly', 'cleanly', 'instantly', 'ready', 'cost', 'electrical', 'appliance', 'household', 'refrigerator', 'sick_room', 'said', 'successful', 'use', 'motor', 'secured', 'run', 'sewing', 'machine', 'play', 'piano', 'rock', 'baby', 'cradle', 'hail', 'electric', 'housekeeper', 'uncle', 'nelson', 'cotton', 'raising', 'corron', 'assumes', 'importance', 'people', 'south', 'palm', 'different', 'variety', 'doe', 'inhabitant', 'tropical', 'country', 'planted', 'row', 'foot', 'apart', 'row', 'planted', 'closer', 'difficult', 'clean', 'weed', 'started', 'weak', 'plant', 'growing', 'slowly', 'inch', 'high', 'plowed', 'corn', 'blossom', 'large', 'inch', 'diameter', 'white', 'day', 'open', 'pink', 'second', 'day', 'day', 'fall', 'follows', 'round', 'boll', 'pod', 'ripened', 'burst', 'open', 'beautiful', 'white', 'fluffy', 'ball', 'cotton', 'exposed', 'plant', 'usually', 'grows', 'foot', 'high', 'branch', 'field', 'green', 'leaf', 'white', 'bunch', 'cotton', 'dotting', 'stalk', 'branch', 'beautiful', 'sight', 'picking', 'begin', 'september', 'continues', 'middle', 'december', 'time', 'entire', 'family', 'close', 'home', 'camp', 'cotton', 'field', 'member', 'family', 'pick', 'cotton', 'child', 'seven', 'year', 'old', 'pick', 'eighty', 'pound', 'day', 'older', 'member', 'pick', 'pound', 'picking', 'brings', 'ninety', 'cent', 'pound', 'making', 'possible', 'family', 'earn', 'dollar', 'day', 'exceed', 'depending', 'yield', 'cotton', 'picking', 'picker', 'carry', 'cotton', 'large', 'bag', 'foot', 'long', 'fastens', 'neck', 'shoulder', 'strap', 'sack', 'drag', 'filled', 'cotton', 'weighed', 'emptied', 'wagon', 'hauled', 'gin', 'seed', 'removed', 'sixteen', 'pound', 'pound', 'bale', 'seed', 'taken', 'bale', 'taken', 'powerful', 'press', 'reduce', 'hard', 'solid', 'block', 'foot', 'long', 'half', 'foot', 'wide', 'fourteen', 'sixteen', 'inch', 'recently', 'visited', 'press', 'abilene', 'texas', 'indebted', 'matkin', 'superintendent', 'man', 'charge', 'large', 'year', 'stone', 'gilpin', 'engineer', 'following', 'item', 'bale', 'subjected', 'pressure', 'fourteen', 'ton', 'weight', 'bale', 'sent', 'foreign', 'country', 'increased', 'eighteen', 'ton', 'pressure', 'turpentine', 'camphor', 'gum', 'gum', 'turpentine', 'cut', 'applied', 'burn', 'heal', 'matter', 'burn', 'leave', 'scar', 'pick', 'rhubarb', 'long', 'good', 'cut', 'glass', 'fruit', 'press', 'cover', 'cold_water', 'seal', 'away', 'fresh', 'new', 'crop', 'come', 'baking', 'cake', 'slightly', 'burned', 'lemon', 'grater', 'rub', 'burned', 'portion', 'removing', 'breaking', 'cake', 'usually', 'happens', 'knife', 'buttermilk', 'remove', 'mildew', 'cloth', 'white', 'colored', 'soak', 'garment', 'overnight', 'lay', 'grass', 'sunlight', 'stain', 'set', 'soak', 'cloth', 'day', 'lay', 'sun', 'gingham', 'colored', 'shirt', 'waist', 'discolored', 'perspiration', 'arm', 'restored', 'soaking', 'waist', 'hour', 'cold_water', 'plenty', 'corn', 'meal', 'rub', 'place', 'instead', 'soap', 'washing', 'unfortunate', 'poisoned', 'poison', 'ivy', 'bathe', 'affected', 'buttermilk', 'minute', 'poison', 'counteracted', 'case', 'severe', 'poultice', 'blister', 'bread', 'buttermilk', 'poultice', 'relief', 'soon', 'cure', 'severe', 'case', 'wash', 'pick', 'berry', 'heating', 'wire', 'potato', 'masher', 'mash', 'thoroughly', 'nicely', 'mashed', 'stir', 'sugar', 'stove', 'let', 'come', 'boil', 'stirring', 'heat', 'evenly', 'let', 'boil', 'minute', 'glass', 'jar', 'fruit', 'year', 'jam', 'taste', 'like', 'fruit', 'right', 'vine', 'stand', 'stir', 'jam', 'hour', 'old', 'way', 'worn', 'chair', 'piece', 'common', 'chicken', 'wire', 'netting', 'cut', 'shape', 'chair', 'wish', 'let', 'inch', 'larger', 'size', 'chair', 'turn', 'edge', 'tack', 'wooden', 'chair', 'far', 'comfortable', 'wooden', 'expense', 'rockingchair', 'light', 'cushion', 'addition', 'wire', 'entirely', 'discarded', 'wooden', 'chair', 'national', 'magazine', 'submarine', 'telephone', 'wireless', 'signaling', 'water', 'reached', 'stage', 'perfection', 'importance', 'apparatus', 'purpose', 'installed', 'aboard', 'nearly', 'great', 'ocean', 'steamship', 'sailing', 'vessel', 'private', 'yacht', 'equipped', 'sound', 'vibration', 'travel', 'water', 'time', 'speed', 'air', 'vibration', 'steamer', 'propeller', 'ringing', 'bell', 'heard', 'mile', 'water', 'submarine', 'telephone', 'catch', 'sound', 'wave', 'conveys', 'receiving', 'station', 'telephone', 'look', 'like', 'ordinary', 'receiver', 'operator', 'holding', 'receiver', 'ear', 'tell', 'vessel', 'danger', 'signal', 'given', 'submarine', 'bell', 'use', 'youth', 'instructor', 'power', 'comprehend', 'faint', 'idea', 'giant', 'arm', 'solid', 'iron', 'seven', 'inch', 'square', 'enclosing', 'large', 'cast', 'iron', 'block', 'prepared', 'receive', 'raise', 'bale', 'stationary', 'block', 'iron', 'large', 'arm', 'tremble', 'strain', 'accomplish', 'engine', 'immense', 'power', 'especially', 'prepared', 'huge', 'cylinder', 'lever', 'furnish', 'power', 'endure', 'strain', 'men', 'stand', 'bale', 'raised', 'jaw', 'press', 'reach', 'greatest', 'pressure', 'quickly', 'draw', 'seven', 'strong', 'strap', 'iron', 'band', 'fasten', 'securely', 'time', 'men', 'stand', 'end', 'strong', 'cord', 'sew', 'hemp', 'cloth', 'end', 'bale', 'man', 'called', 'foreman', 'touch', 'bell', 'ring', 'engine', 'musical', 'rising', 'falling', 'tone', 'great', 'press', 'release', 'strain', 'roar', 'escaping', 'steam', 'ponderous', 'arm', 'descend', 'receive', 'bale', 'time', 'trace', 'line', 'hundre', 'bale', 'pressed', 'hour', 'foreman', 'pressure', 'release', 'regular', 'roar', 'escaping', 'steam', 'rise', 'fail', 'jaw', 'press', 'remind', 'vibration', 'immense', 'pendulum', 'man', 'know', 'place', 'hesitation', 'watchful', 'eye', 'superintendent', 'discerns', 'decided', 'command', 'brings', 'quick', 'action', 'thirty', 'men', 'employed', 'watched', 'wonderful', 'process', 'impressed', 'possibility', 'placed', 'reach', 'bring', 'aid', 'organization', 'regularity', 'order', 'bale', 'different_countries', 'supply', 'market', 'world', 'seed', 'separated', 'cotton', 'fine', 'feed', 'cattle', 'oil', 'pressed', 'seed', 'valuable', 'healthful', 'cooking', 'purpose', 'hull', 'pressed', 'fed', 'stock', 'like', 'hay', 'cotton', 'house', 'clothing', 'food', 'feed', 'stock', 'money', 'come', 'plant', 'surely', 'belt', 'cotton', 'thrives', 'january', 'stand', 'king', 'keene', 'texas', 'clarence', 'santee', 'little', 'help', 'home', 'maker', 'case', 'step', 'rusty', 'nail', 'tack', 'pin', 'set', 'foot', 'basin', 'kerosene', 'save', 'doctor', 'suffering', 'toughness', 'pineapple', 'entirely', 'eliminated', 'slicing', 'fruit', 'stem', 'blossom', 'end', 'instead', 'core', 'prevent', 'bug', 'eating', 'cucumber', 'vine', 'plant', 'stalk', 'garlic', 'cucumber', 'hill', 'bother', 'plant', 'prevent', 'smoking', 'lamp', 'soak', 'wick', 'strong', 'vinegar', 'dry', 'burn', 'sweet', 'pleasant', 'cooky', 'burning', 'turn', 'baking', 'pan', 'upside', 'bake', 'pan', 'way', 'mutton', 'tallow', 'white', 'chalk', 'blended', 'bound', 'finger', 'sure', 'cure', 'runaround', 'excellent', 'remedy', 'felon', 'applied', 'started', 'place', 'pin', 'button', 'sew', 'holding', 'thread', 'pin', 'removed', 'button', 'close', 'cloth', 'wrap', 'thread', 'time', 'stem', 'formed', 'button', 'stay', 'long', 'garment']
root - INFO - extracting file #176500: 2017-04-Final-Corpus/YI19070416-V55-16-page2.txt
root - INFO - extracting file #177000: 2017-04-Final-Corpus/YI19080331-V56-13-page6.txt
root - INFO - ['the_youth', 'instructor', 'march', 'horology', 'evolution', 'clock', 'person', 'appreciate', 'anxiety', 'expense', 'time', 'required', 'complete', 'modern', 'clock', 'day', 'particularly', 'given', 'subject', 'special', 'thought', 'study', 'evolution', 'indispensable', 'clock', 'interesting', 'history', 'science', 'measuring', 'time', 'date', 'earliest', 'period', 'man', 'existence', 'genesis', 'chapter', 'god', 'tell', 'sun', 'rule', 'day', 'moon', 'rule', 'night', 'natural', 'day', 'divided', 'sunrise', 'midday', 'sunset', 'midnight', 'pastoral', 'agricultural', 'nation', 'natural', 'division', 'time', 'sufficient', 'great', 'wheel', 'progress', 'revolved', 'man', 'took', 'pursuit', 'need', 'instrument', 'measure', 'time', 'egyptian', 'hebrew', 'babylonian', 'icians', 'prof', 'antiqity', 'simple', 'interesting', 'device', 'known', 'wick', 'lamp', 'time', 'keeper', 'simple', 'style', 'adopted', 'japanese', 'chinese', 'consisted', 'foot', 'length', 'resembling', 'flax', 'underwent', 'process', 'ignited', 'smolder', 'breaking', 'flame', 'knot', 'tied', 'particular', 'distance', 'effluxion', 'time', 'marked', 'section', 'knot', 'smoldered', 'away', 'near', 'beginning', 'sixteenth_century', 'jehan', 'lhermite', 'gentleman', 'chamber', 'phillippe', 'spain', 'mention', 'lamp', 'timekeeper', 'showing', 'hour', 'night', 'stand', 'pewter', 'glass', 'reservoir', 'clepsydra', 'minutely', 'realized', 'sun', 'dial', 'invention', 'man', 'measurement', 'time', 'record', 'sun', 'dial', 'instrument', 'time', 'day', 'mean', 'shadow', 'cast', 'gnomon', 'style', 'circular', 'plate', 'having', 'hour', 'numeral', 'marked', 'early', 'according', 'isa', 'record', 'earlier', 'probable', 'century', 'device', 'night', 'cloudy', 'service', 'limited', 'search', 'experimental', 'field', 'result', 'hour', 'glass', 'invented', 'hour', 'glass', 'exact', 'date', 'given', 'hour', 'sand', 'glass', 'invented', 'antiquity', 'proved', 'fact', 'connection', 'sundial', 'hour', 'glass', 'consisted', 'glass', 'bulb', 'joined', 'intervening', 'neck', 'measured', 'prearranged', 'period', 'falling', 'fine', 'specially', 'prepared', 'sand', 'upper', 'lower', 'bulb', 'church', 'universally', 'late', 'sixteenth_century', 'united', 'state', 'senate', 'timing', 'speaker', 'clepsydra', 'decided', 'improvement', 'horology', 'clepsydra', 'water', 'clock', 'instrument', 'measuring', 'time', 'efflux', 'water', 'small', 'orifice', 'style', 'class', 'ancient', 'recording', 'hour', 'varying', 'length', 'modern', 'sixteenth_century', 'measuring', 'equal', 'hour', 'style', 'clock', 'vessel', 'having', 'hour', 'numeral', 'marked', 'inside', 'filled', 'water', 'time', 'indicated', 'liquid', 'passed', 'drop', 'drop', 'lower', 'end', 'spout', 'seventeenth', 'century', 'clock', 'mechanical', 'accurate', 'nearly', 'resembling', 'modern', 'clock', 'crude', 'clepsydra', 'hour', 'glass', 'pendicular', 'strip', 'fastened', 'strip', 'cast', 'hour', 'numeral', 'iiii', 'downward', 'xii', 'viii', 'covering', 'period', 'darkness', 'winter', 'weight', 'clock', 'word', 'clock', 'derived', 'saxon', 'dugga', 'teutonic', 'glocio', 'french', 'cloche', 'originally', 'ancient', 'timepiece', 'vick', 'invention', 'great', 'improvement', 'accuracy', 'marking', 'time', 'attained', 'seventy_years', 'later', 'idea', 'attaching', 'pallet', 'escapement', 'pendulum', 'rod', 'making', 'escapement', 'horizontal', 'occurred', 'harris', 'english', 'clock', 'maker', 'concluded', 'page', 'wick', 'clock', 'entirely', 'straw', 'inch', 'square', 'stand', 'inch', 'high', 'weighs', 'ounce', 'german', 'shoemaker', 'worked', 'year', 'leisure', 'hour', 'signified', 'bell', 'early', 'effort', 'consist', 'merely', 'bell', 'sounded', 'person', 'sun', 'dial', 'hour', 'glass', 'indicated', 'time', 'exact', 'date', 'given', 'clock', 'composed', 'assemblage', 'wheel', 'actuated', 'weight', 'invented', 'generally', 'accepted', 'gerbert', 'born', 'invented', 'weight', 'clock', 'certain', 'writer', 'weight', 'clock', 'magdeburg', 'weight', 'clock', 'contrivance', 'necessary', 'regulate', 'weight', 'weight', 'pas', 'equal', 'space', 'equal', 'time', 'accomplished', 'pendulum', 'escapement', 'sort', 'rude', 'escapement', 'attributed', 'gerbert', 'better', 'sun', 'dial']
root - INFO - extracting file #177500: 2017-04-Final-Corpus/YI19081124-V56-47-page13.txt
root - INFO - extracting file #178000: 2017-04-Final-Corpus/YI19090706-V57-27-page9.txt
root - INFO - ['july', 'youth', 'instructor', 'active', 'fly', 'spread', 'disease', 'proposed', 'recent', 'publication', 'united', 'state', 'department', 'agriculture', 'rename', 'typhoid', 'fly', 'carry', 'germ', 'disease', 'way', 'directly', 'soiling', 'foot', 'discharge', 'fever', 'patient', 'flying', 'alighting', 'food', 'falling', 'milk', 'eating', 'matter', 'contaminated', 'typhoid', 'carrying', 'germ', 'intestinal', 'canal', 'depositing', 'food', 'typhoid', 'fly', 'spread', 'germ', 'tuberculosis', 'readily', 'carried', 'patient', 'heeded', 'warning', 'sounded', 'taken', 'care', 'destroy', 'expectorated', 'matter', 'virus', 'sore', 'taken', 'fly', 'foot', 'deposited', 'cut', 'abraded', 'surface', 'skin', 'person', 'disease', 'capable', 'inoculation', 'spread', 'taking', 'germ', 'food', 'drink', 'spread', 'noxious', 'insect', 'youth', 'companion', 'wine', 'red', 'beautiful', 'knoll', 'near', 'university', 'town', 'missouri', 'stand', 'stately', 'mansion', 'estate', 'owned', 'occupied', 'banker', 'enjoys', 'restful', 'effect', 'health', 'year', 'dissipation', 'sought', 'shelter', 'fraternal', 'brother', 'strange', 'stranget', 'ended', 'career', 'saloon', 'disgraced', 'friend', 'occupies', 'pauper', 'grave', 'fanciful', 'story', 'plain', 'fact', 'taken', 'place', 'short', 'year', 'man', 'pride', 'city', 'gave', 'city', 'boulevard', 'bearing', 'lie', 'drunkard', 'grave', 'forgotten', 'slab', 'mark', 'spot', 'shared', 'similar', 'fate', 'king', 'belshazzar', 'pomp', 'glory', 'came', 'humiliating', 'sorrowful', 'end', 'night', 'revel', 'wine', 'dan', 'hath', 'woe', 'hath', 'sorrow', 'tarry', 'long', 'wine', 'look', 'thou', 'wine', 'red', 'suburban', 'home', 'busy', 'hour', 'town', 'mansion', 'built', 'united', 'state', 'senator', 'man', 'education', 'extensive', 'travel', 'wide', 'reputation', 'guest', 'foreign', 'nobility', 'great_men', 'nation', 'town', 'aristocracy', 'royally', 'entertamed', 'liberalhearted', 'man', 'note', 'technical', 'world', 'pennsylvania', 'school', 'thirty', 'cent', 'pupil', 'decayed', 'teeth', 'regard', 'national', 'capital', 'model', 'problem', 'actually', 'money', 'refuse', 'company', 'collect', 'transport', 'rail', 'thirty', 'mile', 'potomac', 'sorted', 'tin', 'picked', 'use', 'old', 'bottle', 'sold', 'dead', 'horse', 'mass', 'hide', 'good', 'russet', 'spacious', 'kept', 'lawn', 'extending', 'half', 'mile', 'way', 'mansion', 'artistically', 'decorated', 'winding', 'shaded', 'drive', 'variety', 'ornamental', 'tree', 'shrubbery', 'artificial', 'lake', 'towering', 'windmill', 'orchard', 'barn', 'evidence', 'wealth', 'expended', 'owner', 'happy', 'place', 'beautiful', 'horse', 'carriage', 'envy', 'worldly', 'aspiration', 'house', 'supplied', 'richest', 'furnishing', 'velvet', 'carpet', 'imported', 'china', 'silver', 'gold', 'table', 'service', 'hostess', 'acknowledged', 'leader', 'society', 'entertained', 'lady', 'note', 'best', 'service', 'costly', 'imported', 'wine', 'fare', 'senator', 'freely', 'partook', 'freely', 'gave', 'member', 'highest', 'order', 'mason', 'fraternity', 'noted', 'generous', 'hospitality', 'time', 'changed', 'office', 'senate', 'expired', 'reason', 'riotous', 'living', 'heavy', 'mortgage', 'consumed', 'home', 'drank', 'wine', 'money', 'vanished', 'friend', 'wife', 'deserted', 'verge', 'despair', 'appealed', 'friend', 'influence', 'securing', 'ministry', 'mexico', 'expiration', 'office', 'returned', 'home', 'missouri', 'friend', 'flown', 'broken', 'leather', 'lot', 'bone', 'glue', 'factory', 'abominable', 'stuff', 'remains', 'thissorting', 'packed', 'iron', 'vessel', 'subjected', 'steam', 'pressure', 'allowed', 'settle', 'tank', 'oil', 'fat', 'making', 'soap', 'rise', 'surface', 'remains', 'hardens', 'pressure', 'pulverized', 'sold', 'fertilizing', 'entire', 'business', 'said', 'profitable', 'profitable', 'washington', 'reason', 'profitable', 'said', 'success', 'world', 'consists', 'largely', 'taking', 'care', 'odds', 'end', 'want', 'boy', 'ask', 'work', 'spare_time', 'good', 'housekeeper', 'known', 'buying', 'meat', 'vegetable', 'use', 'fragment', 'left', 'meal', 'good', 'teacher', 'known', 'result', 'bright', 'scholar', 'measure', 'inspiration', 'imparts', 'dull', 'appointed', 'hotel', 'judged', 'elegance', 'entrance', 'style', 'clerk', 'presence', 'absence', 'grit', 'strawberry', 'rich_man', 'depends', 'largely', 'attitude', 'nickel', 'penny', 'learned', 'man', 'depends', 'carry', 'book', 'pocket', 'concluded', 'page', 'winnifred', 'gold', 'garbage', 'edward', 'city', 'disposal', 'garbage', 'problem', 'large_sums', 'paid', 'company', 'agree', 'gather', 'cart', 'way', 'offend', 'sens', 'menace', 'health']
root - INFO - extracting file #178500: 2017-04-Final-Corpus/YI19100301-V58-09-page16.txt
root - INFO - extracting file #179000: 2017-04-Final-Corpus/YI19101011-V58-41-page4.txt
root - INFO - ['the_youth', 'instructor', 'october', 'superintendent', 'called', 'conference', 'information', 'wanted', 'interruption', 'task', 'hand', 'ing', 'rapidly', 'installed', 'united', 'state', 'replacing', 'old', 'method', 'transmitting', 'word', 'minute', 'hand', 'new', 'mechanical', 'sends', 'forth', 'wire', 'thousand', 'thousand', 'word', 'minute', 'feature', 'especial', 'large', 'business', 'concern', 'message', 'prepared', 'office', 'sent', 'telepost', 'rapid', 'secret', 'transmission', 'need', 'business_man', 'day', 'broader', 'method', 'intercommunication', 'employee', 'little', 'time', 'speaking', 'tube', 'afforded', 'relief', 'introduction', 'caused', 'merchant', 'attempt', 'expansion', 'power', 'control', 'quickly', 'developed', 'demand', 'time', 'safely', 'grant', 'necessity', 'dropping', 'occupation', 'engaging', 'attentidn', 'order', 'attend', 'speaking', 'tube', 'soon', 'majority', 'non', 'producer', 'finally', 'drifted', 'large', 'extent', 'account', 'phenomenal', 'success', 'labor', 'saving', 'invention', 'appliance', 'save', 'time', 'lighten', 'labor', 'enable', 'business_man', 'extend', 'personal', 'influence', 'eagerly', 'adopted', 'merchant', 'manufacturer', 'business_men', 'generally', 'necessity', 'twentieth', 'century', 'business_man', 'personally', 'oversee', 'department', 'business', 'curbing', 'neglect', 'weeding', 'inefficient', 'detecting', 'dishonest', 'place', 'time', 'fast', 'money', 'thought', 'uppermost', 'apparently', 'mind', 'inventor', 'timeand', 'labor', 'saving', 'appliance', 'resulted', 'revolutionizing', 'business', 'method', 'influence', 'noted', 'result', 'marvelous', 'improvement', 'invention', 'printing', 'press', 'railroad', 'steamship', 'expanded', 'possibility', 'commerce', 'trade', 'away', 'wildest', 'dream', 'merchant', 'year', 'ago', 'invention', 'like', 'telegraph', 'telephone', 'increased', 'power', 'single', 'men', 'control', 'guide', 'successfully', 'great', 'commercial', 'venture', 'employing', 'thousand', 'workman', 'million', 'dollar', 'capital', 'recognized', 'merchant', 'prince', 'fabulous', 'undertaking', 'establishment', 'army', 'worker', 'wealth', 'introduction', 'telegraph', 'ocean', 'cable', 'soon', 'created', 'expansion', 'business', 'overran', 'power', 'wire', 'care', 'year', 'insistent', 'demand', 'business', 'world', 'effective', 'service', 'automatic', 'telegraph', 'invented', 'world', 'greatest', 'living', 'inventor', 'field', 'telegraphy', 'patrick', 'delany', 'bebecame', 'loss', 'valuable', 'time', 'overbalanced', 'usefulness', 'tube', 'foreman', 'estimate', 'cost', 'supply', 'wanted', 'data', 'coming', 'telephone', 'marked', 'era', 'great', 'relief', 'increased', 'possibility', 'individual', 'communication', 'day', 'statistic', 'use', 'read', 'like', 'fairy', 'tale', 'merchant', 'manufacturer', 'financier', 'carrying', 'great', 'undertaking', 'vast', 'industry', 'moment', 'time', 'priceless', 'value', 'use', 'telephone', 'great', 'bugbear', 'score', 'business_men', 'refuse', 'absolutely', 'answer', 'man', 'greatly', 'need', 'aid', 'extension', 'personal', 'usefulness', 'provided', 'interfere', 'business', 'occupying', 'attention', 'electrical', 'engineer', 'called', 'conference', 'opening', 'closing', 'door', 'giving', 'direction', 'operator', 'shouting', 'helloing', 'introduction', 'dictograph', 'promise', 'relief', 'sought', 'marvelous', 'little', 'instrument', 'somewhat', 'nature', 'telephone', 'beginning']
root - INFO - extracting file #179500: 2017-04-Final-Corpus/YI19110523-V59-21-page7.txt
root - INFO - extracting file #180000: 2017-04-Final-Corpus/YI19120116-V60-03-page13.txt
root - INFO - ['january', 'youth', 'instructor', 'presence', 'god', 'bear', 'presence', 'lord', 'jesus', 'life', 'fragrant', 'prayer', 'prayer', 'breathing', 'soul', 'god', 'know', 'sweet', 'fellowship', 'prayer', 'answer', 'prayer', 'receive', 'thing', 'god', 'hath', 'prepared', 'love', 'thing', 'strangely', 'miss', 'pray', 'regard', 'iniquity', 'heart', 'lord', 'hear', 'doe', 'hear', 'face', 'day', 'look', 'glad', 'heart', 'singing', 'thy', 'blessed', 'face', 'great', 'dark', 'cloud', 'hanging', 'cloud', 'unforgiven', 'sin', 'face', 'hidden', 'prayerless', 'life', 'archimedes', 'discovered', 'lever', 'new', 'enthusiasm', 'said', 'stand', 'world', 'lever', 'prayer', 'stand', 'promise', 'god', 'world', 'fourth', 'question', 'winner', 'men', 'professional', 'belong', 'band', 'training', 'class', 'personal_work', 'win', 'men', 'consuming', 'love', 'copstrains', 'silent', 'placed', 'needy', 'life', 'saw', 'sir', 'george', 'williams', 'year', 'ago', 'presence', 'blessing', 'benediction', 'man', 'talent', 'education', 'majority', 'room', 'member', 'day', 'association', 'million', 'strong', 'man', 'winner', 'men', 'original', 'member', 'association', 'won', 'hour', 'prayer', 'faithful', 'witnessing', 'old_man', 'eighty', 'said', 'friend', 'mott', 'thrown', 'man', 'speak', 'jesus', 'christ', 'sir', 'george', 'true', 'winner', 'men', 'question', 'victory', 'sin', 'leading', 'victorious', 'life', 'normal', 'christian_life', 'blessed', 'life', 'blessed', 'poor', 'spirit', 'blessed', 'pure', 'heart', 'blessed', 'hunger', 'thirst', 'righteousness', 'poor', 'spirit', 'condition', 'advance', 'blessing', 'christian_life', 'humility', 'spirit', 'heaven', 'spirit', 'jesus', 'blessed', 'pure', 'heart', 'shall', 'god', 'word', 'daily_life', 'life', 'men', 'shall', 'ascend', 'hill', 'lord', 'shall', 'stand', 'holy', 'place', 'bath', 'clean', 'hand', 'pure_heart', 'bring', 'captivity', 'thought', 'obedience', 'christ', 'man', 'cleanse', 'shall', 'vessel', 'unto', 'honor', 'ready', 'master', 'use', 'god', 'able', 'use', 'largely', 'border', 'war', 'india', 'saw', 'paper', 'number', 'men', 'rejected', 'unfit', 'service', 'thought', 'great', 'warfare', 'kingdom', 'unfit', 'service', 'whosoever', 'committeth', 'sin', 'servant', 'sin', 'son', 'free', 'shall', 'free', 'free', 'long', 'freed', 'day', 'long', 'shackle', 'stricken', 'forever', 'free', 'man', 'christ', 'jesus', 'stood', 'cried', 'man', 'thirst', 'let', 'come', 'drink', 'depth', 'life', 'shall', 'flow', 'river', 'river', 'living', 'water', 'flowing', 'day', 'channel', 'choked', 'sin', 'hungering', 'thirsting', 'righteousness', 'man', 'thirst', 'let', 'drink', 'day', 'kern', 'matilda', 'erickson', 'secretary', 'corresponding', 'secretary', 'society', 'study', 'sabbath', 'february', 'world', 'home', 'foreign', 'mission', 'leader', 'note', 'map', 'exercise', 'graphically', 'truth', 'chapter', 'read', 'missionary', 'idea', 'pointing', 'map', 'world', 'field', 'australia', 'germany', 'foreign', 'reality', 'home', 'field', 'sending', 'laborer', 'benighted', 'land', 'field', 'long', 'embrace', 'whole_world', 'fact', 'item', 'impress', 'society', 'closely', 'different', 'field', 'world', 'tied', 'recent', 'invention', 'large', 'missionary', 'map', 'world', 'collection', 'right', 'away', 'occasion', 'large', 'sheet', 'wrapping', 'paper', 'good', 'black', 'pencil', 'old', 'geography', 'easily', 'rough', 'answer', 'purpose', 'member', 'supplied', 'book', 'missionary', 'idea', 'necessary', 'copy', 'paragraph', 'symposium', 'pas', 'form', 'read', 'summary', 'leader', 'impress', 'main', 'thought', 'brought', 'previous', 'number', 'program', 'time', 'permit', 'use', 'article', 'christianity', 'worth', 'propagating', 'need', 'question', 'missionary_work', 'day_life', 'suggestive', 'program', 'scripture', 'drill', 'review', 'morning_watch', 'text', 'week', 'home', 'foreign', 'reading', 'missionary', 'idea', 'page', 'map', 'exercise', 'fact', 'item', 'symposium', 'missionary', 'idea', 'page', 'summary', 'minute', 'talk', 'shepherd', 'appeal', 'recitation', 'page', 'report', 'work', 'missionary', 'volunteer', 'reading', 'course', 'senior', 'lesson', 'ministry', 'healing', 'page', 'help', 'solution', 'labor', 'question', 'relief', 'poor', 'plan', 'god', 'israel', 'maintenance', 'provision', 'industrial', 'training', 'god', 'abolish', 'poverty', 'israel', 'instruction', 'given', 'rendering', 'aid', 'poor', 'liberality', 'bring', 'blessing', 'taught', 'god', 'word', 'business', 'transaction', 'cite', 'example', 'employment', 'multitude', 'gain', 'livelihood', 'way', 'city', 'slum', 'affected', 'environment', 'removal', 'country', 'benefit', 'poor', 'city', 'need', 'industrial', 'education', 'city', 'country', 'christian', 'farmer', 'help', 'line', 'endeavor', 'necessity', 'teaching', 'people', 'help', 'object', 'lesson', 'home', 'surroundings', 'example', 'jesus', 'set', 'simplicity', 'self', 'denial', 'allow', 'counted', 'poor', 'said', 'life', 'best', 'thing', 'assurance', 'success', 'given', 'god', 'coworkers']
root - INFO - extracting file #180500: 2017-04-Final-Corpus/YI19120827-V60-35-page2.txt
root - INFO - extracting file #181000: 2017-04-Final-Corpus/YI19130415-V61-15-page10.txt
root - INFO - ['the_youth', 'instructor', 'april', 'kern', 'meade', 'macguire', 'matilda', 'erickson', 'secretary', 'field', 'secretary', 'corresponding', 'secretary', 'missionary_work', 'wife', 'result', 'strait', 'pansoo', 'finally', 'reduced', 'state', 'sought', 'relief', 'satan', 'follow', 'experience', 'jesus', 'act', 'native', 'christian', 'touched', 'note', 'hut', 'dwelling', 'place', 'idolatry', 'worship', 'spirit', 'god', 'room', 'kitchen', 'outer', 'chamber', 'fetishism', 'worship', 'material', 'object', 'reincarnation', 'representation', 'spirit', 'sanctioned', 'men', 'carried', 'woman', 'throw', 'rice', 'quiet', 'dragon', 'offer', 'sacrifice', 'mama', 'god', 'smallpox', 'unclean', 'spirit', 'worship', 'snake', 'weasel', 'pig', 'day', 'spirit', 'animal', 'propitiated', 'sound', 'awake', 'night', 'connected', 'heathen', 'worship', 'aigo', 'aigo', 'aigo', 'mean', 'dead', 'mourner', 'sitting', 'sackcloth', 'ash', 'wailing', 'gong', 'peculiar', 'tin', 'pan', 'note', 'disturbed', 'meant', 'kind', 'solace', 'requiem', 'soul', 'journey', 'land', 'jas', 'gale', 'korean', 'sketch', 'horror', 'foreigner', 'yangin', 'men', 'sea', 'time', 'immemorial', 'weather', 'worn', 'tablet', 'stand', 'roadside', 'essence', 'marked', 'meet', 'foreigner', 'kill', 'let', 'traitor', 'country', 'speaks', 'korea', 'lay', 'murderous', 'tradition', 'day', 'bear', 'foreigner', 'signing', 'treaty', 'year', 'progress', 'tin', 'young_people', 'work', 'going', 'world', 'carrying', 'blessing', 'train', 'prophetic', 'word', 'uttered', 'year', 'ago', 'worker', 'wide', 'experience', 'rapidly', 'history', 'year', 'passed', 'missionary', 'volunteer', 'day', 'young_people', 'movement', 'grown', 'stronger', 'home', 'land', 'region', 'entered', 'new', 'mission', 'field', 'day', 'missionary', 'volunteer', 'society', 'membership', 'nearly', 'thousand', 'aside', 'large_number', 'junior', 'society', 'general', 'awakening', 'fact', 'lord', 'appointed', 'the_youth', 'helping', 'hand', 'giving', 'advent_message', 'world', 'generation', 'young_people', 'organized', 'service', 'powerful', 'factor', 'prosecution', 'work', 'morning_watch', 'superhuman', 'task', 'helping', 'gospel', 'world', 'generation', 'youth', 'superhuman', 'power', 'literature', 'needed', 'tell', 'world', 'gospel', 'far', 'greater', 'need', 'life', 'demonstrate', 'saving', 'power', 'realization', 'fact', 'led', 'morning_watch', 'plan', 'past', 'clearly', 'men', 'woman', 'life', 'demonstrated', 'clearly', 'world', 'saving', 'power', 'gospel', 'men', 'woman', 'prayer', 'men', 'woman', 'turned', 'aside', 'world', 'busy', 'mart', 'god', 'morning_watch', 'plan', 'begin', 'day', 'prayer', 'doubtless', 'faithful', 'observance', 'morning_watch', 'thing', 'establish', 'individual', 'heaven', 'unbroken', 'communion', 'secret', 'right_living', 'successful', 'soul', 'winning', 'thousand', 'young_people', 'testify', 'morning_watch', 'plan', 'helping', 'form', 'habit', 'daily', 'secret', 'prayer', 'personal', 'bible', 'study', 'little', 'calendar', 'morning_watch', 'plan', 'making', 'friend', 'circulation', 'english', 'calendar', 'grown', 'thousand', 'thirty', 'thousand', 'present_year', 'aside', 'english', 'edition', 'text', 'year', 'printed', 'german', 'spanish', 'japanese', 'chinese', 'korean', 'society', 'study', 'sabbath', 'april', 'opening_exercises', 'minute', 'bible', 'study', 'minute', 'mission', 'study', 'minute', 'social', 'meeting', 'minute', 'suggestion', 'program', 'review', 'morning_watch', 'text', 'report', 'work', 'minute', 'prayer', 'special', 'music', 'success', 'christian_life', 'realize', 'nature', 'sin', 'poison', 'produce', 'men', 'terrible', 'result', 'paul', 'describes', 'rom', 'gal', 'sight', 'god', 'sinner', 'loathsome', 'condition', 'isa', 'rom', 'matt', 'end', 'sin', 'destroys', 'james', 'canvassing', 'mexico', 'revolution', 'intensely', 'interesting', 'use', 'article', 'subject', 'instructor', 'basis', 'program', 'supplement', 'interesting', 'item', 'able', 'glean', 'follow', 'recitation', 'hour', 'page', 'sixteen', 'significant', 'fact', 'year', 'strife', 'bloodshed', 'brought', 'richer', 'harvest', 'soul', 'previous_year', 'work', 'mexico', 'seven', 'month', 'worker', 'baptized', 'eighty', 'person', 'suggested', 'topic', 'dan', 'realizing', 'nature', 'sin', 'young_man', 'preferred', 'fiery_furnace', 'yield', 'abhor', 'sin', 'long', 'love', 'overcome', 'close', 'meeting', 'earliest', 'prayer', 'work', 'worker', 'mexico', 'missionary', 'volunteer', 'reading', 'course', 'senior', 'lesson', 'american_government', 'chapter', 'state', 'fact', 'concerning', 'work', 'problem', 'bureau', 'immigration', 'naturalization', 'service', 'bureau', 'corporation', 'rendered', 'recently', 'scope', 'following', 'bureau', 'labor', 'manufacture', 'statistic', 'item', 'connected', 'bureau', 'fishery', 'briefly', 'function', 'bureau', 'department', 'commerce', 'labor', 'primary', 'purpose', 'census', 'doe', 'government', 'watch', 'work', 'enumerator', 'assistance', 'machinery', 'compilation', 'return', 'statistic', 'gathered', 'year', 'census', 'period', 'relate', 'briefly', 'history', 'census', 'taking', 'united', 'state', 'use', 'doe', 'congress', 'population', 'figure', 'state', 'legislature', 'mention', 'interesting', 'facility', 'visit', 'bureau', 'standard', 'explain', 'method', 'precise', 'weighing', 'accurate', 'measuring', 'service', 'bureau', 'chief', 'duty', 'public', 'health', 'service', 'doe', 'combat', 'dreaded', 'disease', 'doe', 'protect', 'people', 'fake', 'cure', 'impure', 'food', 'medicine', 'mention', 'problem', 'department', 'wrestling', 'junior', 'lesson', 'daybreak', 'korea', 'chapter', 'way', 'pobai', 'learn', 'new', 'doctrine', 'appealed', 'resolve', 'account', 'visit', 'christian', 'church', 'tell', 'affected', 'learn', 'read', 'tell', 'husband', 'discovery', 'attendance', 'treatment', 'attitude', 'time', 'went', 'change', 'mansiki', 'notice', 'affect', 'determine', 'process', 'seek', 'accomplish', 'success', 'meet', 'repeat', 'story', 'conversion', 'happiness', 'brought', 'home']
root - INFO - extracting file #181500: 2017-04-Final-Corpus/YI19131202-V61-48-page8.txt
root - INFO - extracting file #182000: 2017-04-Final-Corpus/YI19140721-V62-29-page10.txt
root - INFO - ['the_youth', 'instructor', 'july', 'come', 'today', 'young_man', 'told', 'seen', 'heard', 'dream', 'little', 'boy', 'pointing', 'orphan', 'child', 'saw', 'sitting', 'door', 'dream', 'pointing', 'boy', 'girl', 'said', 'saw', 'teacher', 'known', 'met', 'mile', 'young_man', 'accepted', 'gospel', 'fully', 'trusted', 'worker', 'cause', 'god', 'missionary', 'porto_rico', 'fairhaired', 'sweet', 'faced', 'woman', 'noticed', 'day', 'little', 'colored', 'girl', 'kept', 'close', 'finally', 'asked', 'child', 'clung', 'white', 'senorita', 'said', 'thought', 'kept', 'real', 'close', 'white', 'rub', 'miss', 'minerva', 'guthapfel', 'tell', 'pathetic', 'story', 'korean', 'woman', 'christian_worker', 'ordinary', 'woman', 'city', 'seoul', 'little', 'land', 'called', 'korea', 'brown', 'faced', 'careworn', 'peaceful', 'employed', 'bible', 'woman', 'year', 'missionary', 'salary', 'dollar', 'half', 'month', 'incident', 'happened', 'missionary', 'said', 'district', 'day', 'visit', 'people', 'answer', 'day', 'started', 'pony', 'food', 'box', 'containing', 'missionary', 'food', 'kind', 'canned', 'good', 'america', 'strapped', 'saddle', 'cot', 'bedding', 'went', 'pony', 'came', 'korean', 'chair', 'framework', 'structure', 'carried', 'korean', 'men', 'floor', 'missionary', 'sat', 'rode', 'bible', 'woman', 'ride', 'traveled', 'mile', 'different', 'village', 'containing', 'christian', 'community', 'stopping', 'place', 'night', 'preached', 'word', 'late', 'hour', 'night', 'crowd', 'waiting', 'woman', 'eager', 'hear', 'merely', 'curious', 'attentive', 'day', 'come', 'morning', 'greeting', 'hostess', 'altogether', 'difficult', 'work', 'chair', 'chairman', 'today', 'village', 'altogether', 'lacking', 'ala', 'true', 'missionary', 'refusing', 'invitation', 'tarry', 'day', 'chair', 'chairman', 'return', 'decided', 'walk', 'mile', 'meeting', 'place', 'bible', 'woman', 'quiet', 'led', 'way', 'mile', 'mile', 'mile', 'long', 'way', 'thought', 'missionary', 'mile', 'seven', 'mile', 'bible', 'woman', 'quiet', 'mile', 'suddenly', 'sank', 'ground', 'big', 'tear', 'rolled', 'dark', 'cheek', 'missionary', 'amazed', 'exclaimed', 'matter', 'reply', 'sob', 'moment', 'pathetic', 'voice', 'greeted', 'apology', 'pou', 'lady', 'foot', 'missionary', 'aching', 'said', 'gently', 'matter', 'foot', 'let', 'moment', 'foot', 'came', 'view', 'missionary', 'heart', 'sank', 'blistered', 'day', 'blistered', 'second', 'day', 'day', 'ulcerated', 'swollen', 'horror', 'missionary', 'said', 'bathe', 'quickly', 'pool', 'water', 'tell', 'morning', 'remained', 'village', 'today', 'foot', 'know', 'jesus', 'pleased', 'try', 'serve', 'body', 'let', 'know', 'mile', 'tear', 'choked', 'caught', 'hold', 'pitying', 'hand', 'laid', 'pou', 'jesus', 'pleased', 'sake', 'came', 'weary', 'mile', 'morning', 'wanted', 'tell', 'couldn', 'time', 'remembered', 'traveling', 'remembered', 'speak', 'language', 'needed', 'missionary', 'groaned', 'knowing', 'true', 'remembered', 'american_people', 'sacrifice', 'like', 'send', 'money', 'salary', 'send', 'pou', 'teach', 'remembered', 'time', 'came', 'pou', 'jesus', 'sake', 'willing', 'suffer', 'way', 'think', 'shall', 'suffer', 'american', 'know', 'love', 'people', 'dor', 'pou', 'turned', 'away', 'thought', 'american_people', 'choke', 'gulped', 'said', 'yes', 'think', 'mind', 'american_people', 'jesus', 'want', 'body', 'serve', 'shall', 'village', 'cool', 'water', 'helped', 'dollar', 'anda', 'half', 'month', 'bible', 'woman', 'said', 'let', 'sing', 'onward', 'christian', 'soldier', 'pou', 'voice', 'shaky', 'thing', 'throat', 'verse', 'woman', 'tried', 'rise', 'stand', 'worry', 'pou', 'said', 'know', 'stronger', 'hymn', 'let', 'sing', 'soldier', 'christ', 'arise', 'sung', 'verse', 'foot', 'mile', 'plodded', 'crowd', 'people', 'met', 'meeting', 'held', 'late', 'people', 'leave', 'smiling', 'faintly', 'poultice', 'healing', 'herb', 'brave', 'foot', 'said', 'worry', 'pou', 'right', 'jesus', 'sake', 'know', 'love', 'like', 'american', 'value', 'mission', 'harold', 'mother', 'think', 'missionary', 'good', 'believe', 'heathen', 'better', 'left', 'mother', 'think', 'son', 'harold', 'heard', 'men', 'street_car', 'talking', 'morning', 'man', 'said', 'mission', 'failure', 'little', 'good', 'heathen', 'native', 'worse', 'missionary', 'went', 'said', 'know', 'money', 'mission', 'rightly', 'thought', 'long', 'need', 'sending', 'money', 'ocean', 'man', 'said', 'exactly', 'thought', 'mother', 'yes', 'harold', 'know', 'person', 'thing', 'sure', 'understand', 'condition', 'mar', 'gift', 'mission', 'think', 'leaving', 'lord', 'harvest', 'money', 'properly', 'true', 'missionary', 'opened', 'country', 'unchristian', 'white', 'trader', 'taken', 'advantage', 'situation', 'engage', 'trade', 'native', 'cheated', 'slave', 'gain', 'initiated', 'white', 'man', 'worst', 'habit', 'liquor', 'drinking', 'tobacco', 'thing', 'come', 'despite', 'missionary', 'work', 'viewpoint', 'science', 'geography', 'commerce', 'work', 'spiritual', 'uplift', 'people', 'sent', 'missionary', 'world', 'let', 'note', 'definite', 'point', 'museum', 'world', 'enriched', 'missionary', 'contribution', 'plant', 'animal_life', 'product', 'distant_lands', 'useful', 'drug', 'medicine', 'quinin', 'world', 'owes', 'discovery', 'missionary', 'south', 'america', 'african', 'rubber', 'discovered', 'missionary', 'khaki', 'dye', 'soldier', 'uniform', 'missionary', 'west', 'coast', 'africa', 'missionary', 'information', 'far', 'interior', 'africa', 'given', 'world', 'accurate', 'geographical', 'knowledge', 'land', 'person', 'combined', 'missionary', 'expanded', 'world', 'commerce', 'trade', 'fiji', 'island', 'year', 'entire', 'spent', 'fifty', 'year', 'christianizing', 'english', 'statesman', 'estimated', 'missionary', 'year', 'field', 'worth', 'indirect', 'expansion', 'trade', 'commerce', 'thousand', 'pound', 'year', 'british', 'commerce', 'nineteenth', 'century', 'missionary', 'reduced', 'writing', 'time', 'nineteen', 'spoken', 'language', 'purpose', 'bible', 'translation', 'bishop', 'patterson', 'gave', 'written', 'form', 'melanesian', 'language', 'grammar', 'thirteen']
root - INFO - extracting file #182500: 2017-04-Final-Corpus/YI19150302-V63-09-page13.txt
root - INFO - extracting file #183000: 2017-04-Final-Corpus/YI19151019-V63-42-page8.txt
root - INFO - ['the_youth', 'instructor', 'october', 'born', 'son', 'named', 'isaac', 'isaac', 'born', 'son', 'esau', 'jacob', 'jacob', 'changed', 'israel', 'born', 'son', 'came', 'known', 'child', 'israel', 'satan', 'try', 'destroy', 'joseph', 'son', 'israel', 'joseph', 'god', 'chosen', 'protect', 'people', 'time', 'great', 'famine', 'foresaw', 'satan', 'bring', 'order', 'destroy', 'lord', 'revealed', 'joseph', 'dream', 'chosen', 'perform', 'great_service', 'dream', 'joseph', 'told', 'father', 'brother', 'dream', 'satan', 'discerned', 'lord', 'use', 'joseph', 'great', 'deliverer', 'people', 'planned', 'destroy', 'joseph', 'jealousy', 'brother', 'moved', 'sell', 'joseph', 'slavery', 'joseph', 'slave', 'house', 'officer', 'pharaoh', 'egypt', 'blessed', 'lord', 'behaving', 'wisely', 'slavery', 'joseph', 'won', 'favor', 'master', 'rapidly', 'advanced', 'position', 'honor', 'responsibility', 'pleasing', 'satan', 'plotting', 'ruin', 'caused', 'sent', 'prison', 'lord', 'brought', 'contact', 'servant', 'pharaoh', 'released', 'finally', 'brought', 'joseph', 'attention', 'pharaoh', 'time', 'pharaoh', 'needed', 'help', 'joseph', 'interpreting', 'dream', 'result', 'interpreting', 'dream', 'joseph', 'prime_minister', 'egypt', 'famine', 'predicted', 'enabled', 'save', 'life', 'father', 'brother', 'god', 'people', 'defeat', 'devil', 'attempt', 'destroy', 'righteous', 'line', 'protect', 'people', 'famine', 'god', 'brought', 'egypt', 'placed', 'land', 'goshen', 'satan', 'attempted', 'destroy', 'joseph', 'death', 'king', 'came', 'throne', 'knew', 'joseph', 'satan', 'decree', 'male', 'child', 'israelite', 'killed', 'time', 'moses', 'born', 'miraculously', 'protected', 'death', 'discovered', 'floating', 'water', 'pharaoh', 'daughter', 'adopted', 'educated', 'heir', 'kingdom', 'egypt', 'seeing', 'god', 'deliver', 'israel', 'raising', 'moses', 'accomplish', 'work', 'satan', 'attempted', 'moses', 'life', 'failed', 'moses', 'fled', 'away', 'face', 'pharaoh', 'land', 'midian', 'remained', 'forty_years', 'gaining', 'preparation', 'mighty', 'work', 'jehovah', 'deliverance', 'people', 'great_battle', 'pharaoh', 'court', 'god', 'ready', 'deliver', 'people', 'hand', 'moses', 'force', 'satan', 'force', 'god', 'met', 'great_struggle', 'court', 'pharaoh', 'satan', 'pharaoh', 'resisted', 'utmost', 'purpose', 'god', 'deliver', 'people', 'victory', 'rested', 'lord', 'hand', 'moses', 'led', 'people', 'egypt', 'outstretched', 'arm', 'satan', 'angry', 'victory', 'moved', 'pharaoh', 'final', 'attempt', 'destroy', 'god', 'people', 'face', 'earth', 'great_army', 'egypt', 'pursued', 'israelite', 'completely', 'annihilated', 'water', 'red_sea', 'trial', 'brought', 'satan', 'wilderness', 'moved', 'rebel', 'god', 'set', 'golden', 'calf', 'worship', 'intermarry', 'heathen', 'people', 'brought', 'warfare', 'number', 'nation', 'oppose', 'progress', 'promised_land', 'finally', 'brought', 'land', 'canaan', 'established', 'inheritance', 'established', 'overcome', 'strong', 'opposition', 'idolatrous', 'nation', 'satan', 'established', 'land', 'settled', 'land', 'satan', 'led', 'away', 'god', 'captivity', 'nation', 'time', 'finally', 'rejected', 'god', 'asking', 'king', 'rule', 'setting', 'lead', 'god', 'consented', 'request', 'gave', 'king', 'satan', 'corrupted', 'king', 'allegiance', 'god', 'saul', 'rejected', 'king', 'lord', 'chose', 'david', 'king', 'david', 'anointed', 'satan', 'tried', 'hard', 'destroy', 'god', 'established', 'kingdom', 'gave', 'signal', 'success', 'war', 'god', 'promised', 'establish', 'kingdom', 'forever', 'want', 'man', 'sit', 'throne', 'god', 'kingdom', 'grows', 'reign', 'king', 'david', 'principle', 'kingdom', 'god', 'widely', 'extended', 'kingdom', 'earth', 'flourished', 'david', 'died', 'solomon', 'son', 'succeeded', 'throne', 'reign', 'kingdom', 'crowned', 'glory', 'built', 'great', 'temple', 'jerusalem', 'established', 'worship', 'true', 'god', 'city', 'draw', 'jerusalem', 'wrath', 'satan', 'planned', 'corrupt', 'worship', 'god', 'possible', 'destroy', 'temple', 'city', 'satan', 'succeeded', 'winning', 'solomon', 'service', 'king', 'idolater', 'departed', 'god', 'died', 'rehoboam', 'son', 'succeeded', 'throne', 'kingdom', 'divided', 'kingdom', 'jeroboam', 'son', 'nebat', 'king', 'israel', 'consisted', 'tribe', 'rehoboam', 'king', 'judah', 'composed', 'tribe', 'judah', 'remnant', 'tribe', 'benjamin', 'kingdom', 'israel', 'won', 'standard', 'satan', 'outset', 'establishment', 'idolatry', 'king', 'jeroboam', 'king', 'israel', 'evil_men', 'condition', 'constantly', 'grew', 'worse', 'tribe', 'finally', 'kingdom', 'entirely', 'overthrown', 'assyrian', 'land', 'shinar', 'removed', 'israelite', 'own_land', 'scattered', 'nation', 'god', 'kingdom', 'wane', 'kingdom', 'judah', 'learned', 'lesson', 'fate', 'kingdom', 'israel', 'king', 'judah', 'idolater', 'people', 'departed', 'greatly', 'law', 'god', 'condition', 'finally', 'bad', 'kingdom', 'judah', 'taken', 'captive', 'satan', 'kingdom', 'babylon', 'city', 'jerusalem', 'burned', 'temple', 'destroyed', 'vessel', 'taken', 'babylon', 'placed', 'temple', 'god', 'babylon', 'great_number', 'people', 'exiled', 'babylon', 'period', 'seventy_years', 'kingdom', 'god', 'earth', 'completely', 'destroyed', 'kingdom', 'satan', 'satan', 'triumphant', 'particular', 'god', 'people', 'captive', 'heart', 'kingdom', 'god', 'worship', 'service']
root - INFO - extracting file #183500: 2017-04-Final-Corpus/YI19160606-V64-23-page11.txt
root - INFO - extracting file #184000: 2017-04-Final-Corpus/YI19170123-V65-04-page3.txt
root - INFO - ['youth', 'instructor', 'vol', 'lxv', 'takoma', 'park', 'station', 'washington', 'january', 'mountain', 'climbing', 'switzerland', 'hose', 'live', 'flat', 'country', 'far', 'removed', 'mountain', 'know', 'pleasure', 'mountain', 'climbing', 'live', 'mountainous', 'country', 'visit', 'know', 'joy', 'mountain', 'trip', 'exhilarating', 'sport', 'begin', 'hard', 'stop', 'desire', 'earth', 'lofty', 'viewpoint', 'instinct', 'rugged', 'grandeur', 'wonderful', 'range', 'vision', 'victory', 'struggle', 'reach', 'rosy', 'glory', 'gilded', 'peak', 'reflecting', 'morning', 'ray', 'alpine', 'gleam', 'described', 'expression', 'language', 'convey', 'adequate', 'idea', 'glory', 'sunrise', 'seen', 'high', 'alp', 'sunrise', 'accompanied', 'rosy', 'gleaming', 'seen', 'low', 'fog', 'storm', 'saw', 'sunrise', 'moleson', 'meter', 'high', 'foot', 'walked', 'night', 'hasten', 'reach', 'summit', 'sun', 'appeared', 'peak', 'lay', 'lower', 'higher', 'shone', 'like', 'burnished', 'gold', 'mixed', 'entrancing', 'scene', 'guide', 'contemplated', 'uncovered', 'head', 'glory', 'dawn', 'come', 'gate', 'ajar', 'master', 'artist', 'paint', 'glorious', 'picture', 'mountain', 'sky', 'little', 'idea', 'sea', 'glass', 'mingled', 'mentioned', 'god', 'word', 'awaken', 'soul', 'longing', 'desire', 'glorious', 'land', 'far', 'eye', 'hath', 'seen', 'thing', 'god', 'hath', 'prepared', 'love', 'summer', 'party', 'seven', 'went', 'peak', 'marked', 'photograph', 'mountain', 'lie', 'west', 'rhone', 'valley', 'composed', 'seven', 'peak', 'forming', 'massive', 'mountain', 'dent', 'midi', 'tooth', 'south', 'arrived', 'evening', 'near', 'sunset', 'champery', 'charming', 'village', 'base', 'mountain', 'coming', 'electric', 'train', 'beautiful', 'vale', 'illiez', 'shown', 'lower', 'right', 'hand', 'corner', 'picture', 'champery', 'situated', 'altitude', 'meter', 'climbed', 'hour', 'quarter', 'slept', 'night', 'altitude', 'meter', 'mountain', 'cow', 'house', 'butter', 'maker', 'chalet', 'wild', 'nature', 'mountain', 'valley', 'bright', 'moonlight', 'fleecy', 'cloud', 'roaring', 'torrent', 'snow', 'capped', 'ruan', 'head', 'valley', 'tinkling', 'cowbell', 'rustic', 'chalet', 'picturesque', 'costume', 'woman', 'contrive', 'impression', 'easily', 'forgotten', 'course', 'sleep', 'thirty', 'eating', 'early', 'breakfast', 'hot', 'milk', 'peasant', 'bread', 'marmalade', 'started', 'climb', 'meter', 'nearly', 'mile', 'perpendicularly', 'walk', 'mile', 'left', 'chalet', 'moon', 'disappearing', 'cliff', 'went', 'onward', 'upward', 'crossed', 'snow', 'bank', 'meter', 'yard', 'wide', 'inclined', 'angle', 'slippery', 'went', 'valley', 'narrow', 'perpendicular', 'cliff', 'soon', 'brought', 'halt', 'cascade', 'guide', 'lost', 'way', 'moment', 'coming', 'yard', 'pointed', 'rock', 'said', 'path', 'climb', 'looked', 'truly', 'dangerous', 'beginner', 'careful', 'easy', 'surmount', 'bowlder', 'level', 'stream', 'beginning', 'alpine', 'cove', 'little', 'valley', 'surrounded']
root - INFO - extracting file #184500: 2017-04-Final-Corpus/YI19170911-V65-37-page5.txt
root - INFO - extracting file #185000: 2017-04-Final-Corpus/YI19180507-V66-19-page14.txt
root - INFO - ['the_youth', 'instructor', 'sure', 'letter', 'bringing', 'note', 'crisis', 'knew', 'ought', 'week', 'prayer', 'queer', 'indifference', 'half', 'discouragement', 'possessed', 'speak', 'sat', 'meeting', 'miserably', 'tormented', 'accusing', 'conscience', 'entirely', 'master', 'end', 'week', 'friend', 'said', 'quietly', 'happy', 'meeting', 'tonight', 'went', 'eagerly', 'answering', 'consecration', 'little', 'note', 'slipped', 'arm', 'chair', 'little', 'mean', 'stand', 'little', 'word', 'tipped', 'balance', 'regretted', 'step', 'took', 'night', 'friendly', 'greeting', 'generally', 'consider', 'personal_work', 'specific', 'think', 'speaking', 'soul', 'salvation', 'kind', 'personal_work', 'good', 'refer', 'speaking', 'fellow', 'street', 'common', 'totally', 'ignored', 'acquaintance', 'meeting', 'walk', 'passed', 'thought', 'began', 'feel', 'pessimistic', 'sour', 'met', 'friend', 'street', 'greeted', 'cordial', 'word', 'set', 'smile', 'brought', 'cheer', 'heart', 'scattered', 'cloud', 'believe', 'brought', 'nearer', 'heaven', 'called', 'personal_work', 'advice', 'teacher', 'happened', 'thing', 'way', 'school', 'hastily', 'decided', 'away', 'packed', 'trunk', 'boxed', 'book', 'secured', 'drop', 'voucher', 'class', 'right', 'unforeseen', 'came', 'way', 'president', 'school', 'talked', 'hour', 'half', 'thought', 'ought', 'teacher', 'spent', 'evening', 'study', 'hour', 'room', 'day', 'long', 'conference', 'teacher', 'decided', 'stay', 'afternoon', 'way', 'dinner', 'teacher', 'spoke', 'talk', 'like', 'rest', 'showed', 'long', 'experience', 'emptiness', 'thing', 'world', 'wavered', 'decision', 'finally', 'stayed', 'school', 'regretted', 'step', 'clarence', 'elliott', 'history', 'stamp', 'brazil', 'country', 'new', 'invention', 'sir', 'rowland', 'hill', 'induced', 'english', 'government', 'adopt', 'present', 'form', 'russia', 'adopted', 'postage', 'stamp', 'switzerland', 'march', 'congress', 'united', 'state', 'authorized', 'issue', 'postage_stamp', 'form', 'familiar', 'stamped', 'envelope', 'common', 'early_days', 'postage', 'valayer', 'owned', 'private', 'post', 'line', 'city', 'paris', 'use', 'chamousset', 'issued', 'printed', 'postage', 'slip', 'attached', 'letter', 'stamped', 'cover', 'mail', 'matter', 'spain', 'italy', 'flut', 'stamp', 'know', 'introduced', 'united', 'state', 'denomination', 'issued', 'fiveand', 'cent', 'stamp', 'reduction', 'postage', 'rate', 'gave', 'new', 'set', 'stamp', 'valued', 'cent', 'respectively', 'reduction', 'foreign', 'domestic', 'postage', 'frequently', 'took', 'place', 'postage', 'country', 'based', 'zone', 'rate', 'letter', 'varied', 'cent', 'cent', 'distance', 'thirty', 'mile', 'time', 'postage', 'reduced', 'cent', 'mile', 'cent', 'longer', 'distance', 'uniform', 'rate', 'postage', 'regard', 'distance', 'fixed', 'cent', 'provided', 'exceed', 'thousand', 'mile', 'oct', 'rate', 'reduced', 'cent', 'equivalent', 'british', 'penny', 'postage', 'letter', 'weighing', 'half', 'ounce', 'congress', 'decided', 'cent', 'sufficient', 'carry', 'letter', 'weighing', 'ounce', 'united', 'state', 'canada', 'change', 'past', 'seventy', 'year', 'time', 'general', 'form', 'postage', 'today', 'change', 'raise', 'rate', 'cent', 'nov', 'golda', 'james', 'missionary', 'volunteer', 'department', 'kern', 'matilda', 'erickson', 'ella', 'iden', 'evans', 'meade', 'mac', 'quire', 'benson', 'simon', 'counsel', 'corner', 'secretary', 'assistant', 'secretary', 'office', 'secretary', 'field', 'secretary', 'advice', 'reach', 'student', 'school', 'year', 'excellent', 'moral', 'character', 'interested', 'sensible', 'girlish', 'pursuit', 'responded', 'appeal', 'christian', 'answering', 'question', 'permit', 'refer', 'word', 'blessed', 'master', 'follow', 'fisher', 'men', 'follow', 'jesus', 'follow', 'mean', 'bear', 'burden', 'lost', 'soul', 'course', 'impossible', 'fathom', 'depth', 'yearning', 'love', 'lost', 'saviour', 'experienced', 'earth', 'know', 'received', 'strength', 'saving', 'lost', 'secret', 'disclosed', 'word', 'rising', 'great', 'day', 'went', 'departed', 'solitary', 'place', 'prayed', 'follow', 'jesus', 'solitary', 'place', 'closet', 'pray', 'said', 'talking', 'men', 'god', 'great_thing', 'talking', 'god', 'men', 'greater', 'talk', 'real', 'success', 'men', 'god', 'learned', 'talk', 'god', 'men', 'let', 'follow', 'jesus', 'way', 'way', 'importance', 'believe', 'way', 'secret_prayer', 'shall', 'fisher', 'men', 'young_people', 'read', 'senior', 'reading', 'course', 'written', 'review', 'receive', 'certificate', 'yes', 'making', 'certifying', 'card', 'book', 'read']
root - INFO - extracting file #185500: 2017-04-Final-Corpus/YI19181224-V66-52-page4.txt
root - INFO - extracting file #186000: 2017-04-Final-Corpus/YI19190805-V67-31-page9.txt
root - INFO - ['august', 'youth', 'instructor', 'prima', 'donna', 'charles', 'wagner', 'present', 'manager', 'famous', 'musical', 'artist', 'galli', 'curd', 'john', 'mccormack', 'emmy', 'destinn', 'france', 'alda', 'wide', 'fame', 'writes', 'known', 'magazine', 'recent', 'date', 'concerning', 'prima', 'donna', 'wagner', 'informing', 'article', 'doe', 'refer', 'real', 'musical', 'artist', 'rightfully', 'accorded', 'title', 'refers', 'person', 'posse', 'certain', 'unacceptable', 'characteristic', 'includes', 'term', 'prima', 'donna', 'traditional', 'meaning', 'unique', 'use', 'term', 'explains', 'come', 'application', 'real', 'prima', 'donna', 'temperament', 'traditional', 'prima', 'donna', 'temperament', 'grew', 'largely', 'mistaken', 'press', 'agent', 'tried', 'publicity', 'singer', 'spreading', 'story', 'eccentricity', 'whim', 'tantrum', 'way', 'people', 'got', 'thinking', 'prima', 'donna', 'vain', 'irritable', 'person', 'coddled', 'coaxed', 'kotowed', 'flattered', 'good', 'humor', 'prima', 'donna', 'idea', 'wagner', 'term', 'prima', 'donna', 'refers', 'men', 'woman', 'posse', 'unbecoming', 'characteristic', 'hindrance', 'business', 'social', 'relation', 'according', 'wagner', 'prima', 'donna', 'person', 'want', 'spot', 'light', 'head', 'department', 'bear', 'subordinate', 'credit', 'president', 'concern', 'want', 'vice', 'president', 'stay', 'background', 'head', 'stenographer', 'feel', 'importance', 'resents', 'order', 'prima', 'donna', 'abnormally', 'sensitive', 'feeling', 'hurt', 'good', 'woman', 'stenographer', 'acute', 'case', 'prima', 'donna', 'temperament', 'speak', 'mistake', 'having', 'burst', 'tear', 'flounce', 'room', 'temper', 'prefer', 'temper', 'tear', 'irritating', 'exaggerated', 'sense', 'ego', 'unfailing', 'characteristic', 'prima', 'donna', 'person', 'criticism', 'meet', 'squarely', 'better', 'write', 'large', 'letter', 'nice', 'white', 'piece', 'paper', 'eye', 'meet', 'time', 'look', 'prima', 'donna', 'course', 'prima', 'donna', 'inseparable', 'companion', 'green', 'eyed', 'monster', 'jealousy', 'getting', 'sore', 'good', 'luck', 'probably', 'come', 'men', 'woman', 'look', 'pretty', 'sure', 'sign', 'temperament', 'wanting', 'monopolize', 'applause', 'like', 'anybody', 'curtain', 'bouquet', 'handed', 'sort', 'spirit', 'common', 'business', 'footlights', 'home', 'happy', 'family', 'doe', 'include', 'domestic', 'prima', 'donna', 'member', 'son', 'petted', 'spoiled', 'parent', 'sister', 'father', 'everybody', 'stand', 'want', 'household', 'realize', 'word', 'law', 'husband', 'think', 'wife', 'doe', 'sit', 'day', 'stand', 'child', 'bothered', 'family', 'matter', 'understand', 'money', 'won', 'discus', 'won', 'listen', 'fine', 'example', 'prima', 'donna', 'knew', 'course', 'woman', 'wife', 'refuge', 'tear', 'long', 'suffering', 'husband', 'complains', 'housekeeping', 'daughter', 'tantrum', 'hat', 'want', 'automobile', 'plenty', 'prima', 'donna', 'home', 'aria', 'sung', 'refrain', 'want', 'course', 'met', 'prima', 'donna', 'sport', 'game', 'looking', 'gallery', 'applaud', 'constantly', 'complaining', 'luck', 'run', 'slice', 'ball', 'foot', 'slipped', 'foot', 'slipped', 'grass', 'wet', 'dry', 'long', 'short', 'sends', 'ball', 'hazard', 'sun', 'rain', 'eye', 'wind', 'blowing', 'point', 'think', 'affected', 'thing', 'grass', 'sun', 'rain', 'wind', 'everybody', 'lave', 'funny', 'experience', 'booking', 'musical', 'artist', 'artist', 'certain', 'person', 'town', 'concert', 'given', 'come', 'conclusion', 'common', 'prima', 'donna', 'large', 'town', 'president', 'local', 'woman', 'club', 'social', 'leader', 'think', 'arbiter', 'taste', 'fellow_citizens', 'sniff', 'ought', 'settle', 'seal', 'approval', 'treat', 'patronizing', 'scorn', 'people', 'attend', 'suppose', 'want', 'book', 'giulio', 'brown', 'concert', 'course', 'popular', 'ordinary', 'person', 'musically', 'critical', 'dear', 'everybody', 'know', 'technique', 'naturally', 'people', 'want', 'know', 'technique', 'belong', 'musically', 'critical', 'case', 'prima', 'donna', 'person', 'think', 'know', 'want', 'walk', 'head', 'parade', 'type', 'woman', 'want', 'leading', 'booth', 'hospital', 'bazaar', 'want', 'kitchen', 'church', 'supper', 'isn', 'spot', 'light', 'worker', 'kitchen', 'apron', 'wash', 'dish', 'warm', 'uncomfortable', 'making', 'coffee', 'frying', 'saratoga', 'chip', 'prima', 'donna', 'want', 'role', 'concluded', 'prima', 'donna', 'widely', 'distributed', 'specie', 'human_race', 'distinguishing', 'mark', 'sensitive', 'imagine', 'slight', 'intended', 'criticism', 'having', 'feeling', 'hurt', 'head', 'turned', 'praise', 'success', 'jealous', 'anybody', 'receives', 'credit', 'terribly', 'excited', 'wrong', 'like', 'flattered', 'kotowed', 'endure', 'contradicted', 'lack', 'success', 'bad', 'luck', 'fault', 'theirs', 'excitable', 'lose', 'head', 'emergency', 'prima', 'donna', 'trait', 'prima', 'donna', 'prima', 'donna']
In [ ]: