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', 'ex