mv: ‘./input-file.zip’ and ‘./input-file.zip’ are the same file Creating study carrel named subject-autobiographies-gutenberg Initializing database Unzipping Archive: input-file.zip creating: ./tmp/input/input-file/ inflating: ./tmp/input/input-file/25941.txt inflating: ./tmp/input/input-file/24665.txt inflating: ./tmp/input/input-file/15042.txt inflating: ./tmp/input/input-file/1702.txt inflating: ./tmp/input/input-file/4321.txt inflating: ./tmp/input/input-file/2669.txt inflating: ./tmp/input/input-file/2668.txt inflating: ./tmp/input/input-file/2846.txt inflating: ./tmp/input/input-file/2674.txt inflating: ./tmp/input/input-file/5733.txt inflating: ./tmp/input/input-file/10655.txt inflating: ./tmp/input/input-file/12193.txt inflating: ./tmp/input/input-file/8160.txt inflating: ./tmp/input/input-file/11962.txt inflating: ./tmp/input/input-file/48668.txt inflating: ./tmp/input/input-file/metadata.csv caution: excluded filename not matched: *MACOSX* === DIRECTORIES: ./tmp/input === DIRECTORY: ./tmp/input/input-file === metadata file: ./tmp/input/input-file/metadata.csv === found metadata file === updating bibliographic database Building study carrel named subject-autobiographies-gutenberg FILE: cache/1702.txt OUTPUT: txt/1702.txt FILE: cache/4321.txt OUTPUT: txt/4321.txt FILE: cache/2669.txt OUTPUT: txt/2669.txt FILE: cache/2674.txt OUTPUT: txt/2674.txt FILE: cache/24665.txt OUTPUT: txt/24665.txt FILE: cache/11962.txt OUTPUT: txt/11962.txt FILE: cache/48668.txt OUTPUT: txt/48668.txt FILE: cache/15042.txt OUTPUT: txt/15042.txt FILE: cache/25941.txt OUTPUT: txt/25941.txt FILE: cache/2846.txt OUTPUT: txt/2846.txt FILE: cache/8160.txt OUTPUT: txt/8160.txt FILE: cache/2668.txt OUTPUT: txt/2668.txt FILE: cache/12193.txt OUTPUT: txt/12193.txt FILE: cache/5733.txt OUTPUT: txt/5733.txt FILE: cache/10655.txt OUTPUT: txt/10655.txt === file2bib.sh === id: 2674 author: Warner, Charles Dudley title: The Complete Writings of Charles Dudley Warner — Volume 4 date: pages: extension: .txt txt: ./txt/2674.txt cache: ./cache/2674.txt Content-Encoding ISO-8859-1 Content-Type text/plain; charset=ISO-8859-1 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 2 resourceName b'2674.txt' Traceback (most recent call last): File "/data-disk/reader-compute/reader-classic/bin/file2bib.py", line 107, in text = textacy.preprocessing.normalize.normalize_quotation_marks( text ) File "/data-disk/python/lib/python3.8/site-packages/textacy/preprocessing/normalize.py", line 32, in normalize_quotation_marks return text.translate(QUOTE_TRANSLATION_TABLE) AttributeError: 'NoneType' object has no attribute 'translate' === file2bib.sh === id: 1702 author: Iles, George title: Little Masterpieces of Autobiography: Actors date: pages: extension: .txt txt: ./txt/1702.txt cache: ./cache/1702.txt Content-Encoding ISO-8859-1 Content-Type text/plain; charset=ISO-8859-1 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 1 resourceName b'1702.txt' Traceback (most recent call last): File "/data-disk/reader-compute/reader-classic/bin/file2bib.py", line 107, in text = textacy.preprocessing.normalize.normalize_quotation_marks( text ) File "/data-disk/python/lib/python3.8/site-packages/textacy/preprocessing/normalize.py", line 32, in normalize_quotation_marks return text.translate(QUOTE_TRANSLATION_TABLE) AttributeError: 'NoneType' object has no attribute 'translate' === file2bib.sh === id: 4321 author: Asquith, Margot title: Margot Asquith, an Autobiography - Two Volumes in One date: pages: extension: .txt txt: ./txt/4321.txt cache: ./cache/4321.txt Content-Encoding ISO-8859-1 Content-Type text/plain; charset=ISO-8859-1 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 2 resourceName b'4321.txt' Traceback (most recent call last): File "/data-disk/reader-compute/reader-classic/bin/file2bib.py", line 107, in text = textacy.preprocessing.normalize.normalize_quotation_marks( text ) File "/data-disk/python/lib/python3.8/site-packages/textacy/preprocessing/normalize.py", line 32, in normalize_quotation_marks return text.translate(QUOTE_TRANSLATION_TABLE) AttributeError: 'NoneType' object has no attribute 'translate' === file2bib.sh === id: 24665 author: Rundle, Edwin George title: A Soldier's Life: Being the Personal Reminiscences of Edwin G. Rundle date: pages: extension: .txt txt: ./txt/24665.txt cache: ./cache/24665.txt Content-Encoding ISO-8859-1 Content-Type text/plain; charset=ISO-8859-1 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 2 resourceName b'24665.txt' Traceback (most recent call last): File "/data-disk/reader-compute/reader-classic/bin/file2bib.py", line 107, in text = textacy.preprocessing.normalize.normalize_quotation_marks( text ) File "/data-disk/python/lib/python3.8/site-packages/textacy/preprocessing/normalize.py", line 32, in normalize_quotation_marks return text.translate(QUOTE_TRANSLATION_TABLE) AttributeError: 'NoneType' object has no attribute 'translate' 24665 txt/../ent/24665.ent 4321 txt/../wrd/4321.wrd Traceback (most recent call last): File "/data-disk/reader-compute/reader-classic/bin/txt2keywords.py", line 54, in for keyword, score in ( yake( doc, ngrams=NGRAMS, topn=TOPN ) ) : File "/data-disk/python/lib/python3.8/site-packages/textacy/ke/yake.py", line 96, in yake word_scores = _compute_word_scores(doc, word_occ_vals, word_freqs, stop_words) File "/data-disk/python/lib/python3.8/site-packages/textacy/ke/yake.py", line 205, in _compute_word_scores freq_baseline = statistics.mean(freqs_nsw) + statistics.stdev(freqs_nsw) File "/data-disk/python/lib/python3.8/statistics.py", line 315, in mean raise StatisticsError('mean requires at least one data point') statistics.StatisticsError: mean requires at least one data point 2674 txt/../pos/2674.pos 24665 txt/../pos/24665.pos 4321 txt/../pos/4321.pos 1702 txt/../ent/1702.ent 2674 txt/../ent/2674.ent 24665 txt/../wrd/24665.wrd Traceback (most recent call last): File "/data-disk/reader-compute/reader-classic/bin/txt2keywords.py", line 54, in for keyword, score in ( yake( doc, ngrams=NGRAMS, topn=TOPN ) ) : File "/data-disk/python/lib/python3.8/site-packages/textacy/ke/yake.py", line 96, in yake word_scores = _compute_word_scores(doc, word_occ_vals, word_freqs, stop_words) File "/data-disk/python/lib/python3.8/site-packages/textacy/ke/yake.py", line 205, in _compute_word_scores freq_baseline = statistics.mean(freqs_nsw) + statistics.stdev(freqs_nsw) File "/data-disk/python/lib/python3.8/statistics.py", line 315, in mean raise StatisticsError('mean requires at least one data point') statistics.StatisticsError: mean requires at least one data point 1702 txt/../wrd/1702.wrd Traceback (most recent call last): File "/data-disk/reader-compute/reader-classic/bin/txt2keywords.py", line 54, in for keyword, score in ( yake( doc, ngrams=NGRAMS, topn=TOPN ) ) : File "/data-disk/python/lib/python3.8/site-packages/textacy/ke/yake.py", line 96, in yake word_scores = _compute_word_scores(doc, word_occ_vals, word_freqs, stop_words) File "/data-disk/python/lib/python3.8/site-packages/textacy/ke/yake.py", line 205, in _compute_word_scores freq_baseline = statistics.mean(freqs_nsw) + statistics.stdev(freqs_nsw) File "/data-disk/python/lib/python3.8/statistics.py", line 315, in mean raise StatisticsError('mean requires at least one data point') statistics.StatisticsError: mean requires at least one data point 1702 txt/../pos/1702.pos 4321 txt/../ent/4321.ent 2674 txt/../wrd/2674.wrd Traceback (most recent call last): File "/data-disk/reader-compute/reader-classic/bin/txt2keywords.py", line 54, in for keyword, score in ( yake( doc, ngrams=NGRAMS, topn=TOPN ) ) : File "/data-disk/python/lib/python3.8/site-packages/textacy/ke/yake.py", line 96, in yake word_scores = _compute_word_scores(doc, word_occ_vals, word_freqs, stop_words) File "/data-disk/python/lib/python3.8/site-packages/textacy/ke/yake.py", line 205, in _compute_word_scores freq_baseline = statistics.mean(freqs_nsw) + statistics.stdev(freqs_nsw) File "/data-disk/python/lib/python3.8/statistics.py", line 315, in mean raise StatisticsError('mean requires at least one data point') statistics.StatisticsError: mean requires at least one data point 15042 txt/../pos/15042.pos 15042 txt/../ent/15042.ent 48668 txt/../wrd/48668.wrd 15042 txt/../wrd/15042.wrd 48668 txt/../pos/48668.pos 48668 txt/../ent/48668.ent === file2bib.sh === id: 15042 author: Gronniosaw, James Albert Ukawsaw title: A Narrative of the Most Remarkable Particulars in the Life of James Albert Ukawsaw Gronniosaw, an African Prince, as Related by Himself date: pages: extension: .txt txt: ./txt/15042.txt cache: ./cache/15042.txt Content-Encoding ISO-8859-1 Content-Type text/plain; charset=ISO-8859-1 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:content_handler ToTextContentHandler X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 3 resourceName b'15042.txt' 2846 txt/../pos/2846.pos === file2bib.sh === id: 48668 author: Skanchy, Anthon L. (Anthon Lornsen) title: Anthon L. Skanchy A Brief Autobiographical Sketch of the Missionary Labors of a Valiant Soldier for Christ date: pages: extension: .txt txt: ./txt/48668.txt cache: ./cache/48668.txt Content-Encoding ISO-8859-1 Content-Type text/plain; charset=ISO-8859-1 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:content_handler ToTextContentHandler X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 3 resourceName b'48668.txt' 2846 txt/../ent/2846.ent 2846 txt/../wrd/2846.wrd === file2bib.sh === id: 2846 author: Josephus, Flavius title: The Life of Flavius Josephus date: pages: extension: .txt txt: ./txt/2846.txt cache: ./cache/2846.txt Content-Encoding ISO-8859-1 Content-Type text/plain; charset=ISO-8859-1 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:content_handler ToTextContentHandler X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 3 resourceName b'2846.txt' 2669 txt/../pos/2669.pos 2669 txt/../wrd/2669.wrd 2668 txt/../pos/2668.pos 2668 txt/../wrd/2668.wrd 25941 txt/../wrd/25941.wrd 11962 txt/../pos/11962.pos 12193 txt/../pos/12193.pos 12193 txt/../wrd/12193.wrd 11962 txt/../wrd/11962.wrd 2669 txt/../ent/2669.ent 2668 txt/../ent/2668.ent 12193 txt/../ent/12193.ent 25941 txt/../pos/25941.pos 11962 txt/../ent/11962.ent 25941 txt/../ent/25941.ent === file2bib.sh === id: 2668 author: Trenck, Friedrich, Freiherr von der title: The Life and Adventures of Baron Trenck, Volume 1 date: pages: extension: .txt txt: ./txt/2668.txt cache: ./cache/2668.txt Content-Encoding ISO-8859-1 Content-Type text/plain; charset=ISO-8859-1 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:content_handler ToTextContentHandler X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 4 resourceName b'2668.txt' === file2bib.sh === id: 2669 author: Trenck, Friedrich, Freiherr von der title: The Life and Adventures of Baron Trenck, Volume 2 date: pages: extension: .txt txt: ./txt/2669.txt cache: ./cache/2669.txt Content-Encoding ISO-8859-1 Content-Type text/plain; charset=ISO-8859-1 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:content_handler ToTextContentHandler X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 4 resourceName b'2669.txt' 10655 txt/../wrd/10655.wrd 10655 txt/../pos/10655.pos 5733 txt/../pos/5733.pos 8160 txt/../pos/8160.pos 8160 txt/../wrd/8160.wrd === file2bib.sh === id: 12193 author: Foss, James Henry title: The Gentleman from Everywhere date: pages: extension: .txt txt: ./txt/12193.txt cache: ./cache/12193.txt Content-Encoding ISO-8859-1 Content-Type text/plain; charset=ISO-8859-1 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:content_handler ToTextContentHandler X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 4 resourceName b'12193.txt' 5733 txt/../wrd/5733.wrd 5733 txt/../ent/5733.ent === file2bib.sh === id: 11962 author: Beers, Clifford Whittingham title: A Mind That Found Itself: An Autobiography date: pages: extension: .txt txt: ./txt/11962.txt cache: ./cache/11962.txt Content-Encoding ISO-8859-1 Content-Type text/plain; charset=ISO-8859-1 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:content_handler ToTextContentHandler X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 4 resourceName b'11962.txt' 8160 txt/../ent/8160.ent 10655 txt/../ent/10655.ent === file2bib.sh === id: 25941 author: Allen, F. G. (Frank Gibbs) title: Autobiography of Frank G. Allen, Minister of the Gospel and Selections from his Writings date: pages: extension: .txt txt: ./txt/25941.txt cache: ./cache/25941.txt Content-Encoding ISO-8859-1 Content-Type text/plain; charset=ISO-8859-1 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:content_handler ToTextContentHandler X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 4 resourceName b'25941.txt' === file2bib.sh === id: 5733 author: Goethe, Johann Wolfgang von title: Autobiography: Truth and Fiction Relating to My Life date: pages: extension: .txt txt: ./txt/5733.txt cache: ./cache/5733.txt Content-Encoding UTF-8 Content-Type text/plain; charset=UTF-8 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:content_handler ToTextContentHandler X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 10 resourceName b'5733.txt' === file2bib.sh === id: 10655 author: Airy, George Biddell title: Autobiography of Sir George Biddell Airy date: pages: extension: .txt txt: ./txt/10655.txt cache: ./cache/10655.txt Content-Encoding ISO-8859-1 Content-Type text/plain; charset=ISO-8859-1 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:content_handler ToTextContentHandler X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 6 resourceName b'10655.txt' === file2bib.sh === id: 8160 author: Brandes, Georg title: Recollections of My Childhood and Youth date: pages: extension: .txt txt: ./txt/8160.txt cache: ./cache/8160.txt Content-Encoding UTF-8 Content-Type text/plain; charset=UTF-8 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:content_handler ToTextContentHandler X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 10 resourceName b'8160.txt' Done mapping. Reducing subject-autobiographies-gutenberg === reduce.pl bib === id = 25941 author = Allen, F. G. (Frank Gibbs) title = Autobiography of Frank G. Allen, Minister of the Gospel and Selections from his Writings date = pages = extension = .txt mime = text/plain words = 75003 sentences = 4830 flesch = 81 summary = have become one myself, the society of good, faithful men of God brings way of life and had the precious promises of God. An ungodly man may be For the year 1868, the church at Crittenden wanted all my time, and I In August of this year, I held another meeting for my old home church, kingdom of God and the name of Jesus Christ, and on the second Lord's I engaged to preach for Mt. Byrd Church one-half my time, beginning the a long time, and was not meeting on the Lord's day. In August I held another good meeting at my old home church--Pleasant walks forth into a world where life is parallel with the ages of God. An intelligent, expansive being that will never cease to be--what a God supplies the bread of life, but He does not compel men the God-man, Christ Jesus. cache = ./cache/25941.txt txt = ./txt/25941.txt === reduce.pl bib === === reduce.pl bib === === reduce.pl bib === === reduce.pl bib === id = 48668 author = Skanchy, Anthon L. (Anthon Lornsen) title = Anthon L. Skanchy A Brief Autobiographical Sketch of the Missionary Labors of a Valiant Soldier for Christ date = pages = extension = .txt mime = text/plain words = 16777 sentences = 961 flesch = 82 summary = From the time I was eight years old, I had to work and earn something After three years of school work I was confirmed, with a very good a house where meetings could be held, the missionaries secured the "A man who has walked over the mountain alone at this time of these facts because this great mission field is little known, even now, became surrounded by a great light and a voice said to me, "Be of good my mission up among the people of northern Norway, in the days of my [Image captioned "LATTER-DAY SAINTS' MISSION HOUSE, CHRISTIANA, MISSION HOUSE, CHRISTIANIA, NORWAY."] [Image captioned "MISSION HOUSE OF THE LATTER-DAY SAINTS, AT I rented a small log house, in the Logan Fifth ward, and began to work Our meeting place, at that time, was on what was known At the time that we erected our mission houses in these countries, cache = ./cache/48668.txt txt = ./txt/48668.txt === reduce.pl bib === id = 2669 author = Trenck, Friedrich, Freiherr von der title = The Life and Adventures of Baron Trenck, Volume 2 date = pages = extension = .txt mime = text/plain words = 53365 sentences = 2852 flesch = 75 summary = The governor, General Borck, presently came, attended by the town-major The years in my dungeon passed away as days, those moments excepted when, friend, in the year 1763, paid four thousand florins to the imperial captains a florin per man each day, and the men for their labour said, "This time, my dear Trenck, I am the messenger of good news. never had any man of rank, any great general, my enemy, except Count house in Vienna in the year 1750; the price was sixteen thousand florins, Laudohn's journey, she said to me, "The baths are necessary to the reestablishment of your health, Trenck." I was ready, and followed him in "Truth and Trenck, my good friend, flourish not in courts. Trenck, the father, was a miser, yet a well-meaning man. one day said to Trenck, when he was in Vienna, embarrassed by his complaints against Colonel Baron Trenck should receive a ducat per day cache = ./cache/2669.txt txt = ./txt/2669.txt === reduce.pl bib === id = 2846 author = Josephus, Flavius title = The Life of Flavius Josephus date = pages = extension = .txt mime = text/plain words = 27321 sentences = 886 flesch = 69 summary = to the Romans], and to gather a great number of forces, in order to Tiberius, and desired that the principal men of the city would come to Jerusalem, I took care to have arms provided, and the cities fortified. But when John was come to the city of Tiberias, he persuaded the men for what he had said, he took some of the armed men, and made haste pleased: and upon the multitude's ordering me to speak, the armed men and said that those great men that belonged to the king ought not to when they came to Gabara, John met them with three thousand armed men; of armed men, who were come out of Galilee to assist me: many others of given orders to the armed men, that when I came they should let nobody carry him into a village; and, commanding my armed men to come down, I cache = ./cache/2846.txt txt = ./txt/2846.txt === reduce.pl bib === === reduce.pl bib === id = 5733 author = Goethe, Johann Wolfgang von title = Autobiography: Truth and Fiction Relating to My Life date = pages = extension = .txt mime = text/plain words = 153485 sentences = 5858 flesch = 66 summary = reading him he felt, he said, like a blind man who suddenly receives his long time to come, but a great deal of small gear of the same ware had every thing was quiet in the house, I whiled away the time with my pots At that time the general interchange of personal good wishes made the small, thin man of lively good nature, that in his earlier years he had But for this the good old man cared but little, days he let me sit as long as I could read, many times alone; after a disturb them; but 'there is a time for all things,'--an excellent great rapidly, and it needs not a man's life-time to bring such things to feeling of revering a great man; so did a new friend, whom I gained at Time is infinitely long; and each day is a vessel into which a great cache = ./cache/5733.txt txt = ./txt/5733.txt === reduce.pl bib === id = 12193 author = Foss, James Henry title = The Gentleman from Everywhere date = pages = extension = .txt mime = text/plain words = 59986 sentences = 2462 flesch = 72 summary = of leaves at the great white clouds sailing over like ships upon At the opening of the school, this long and lank fifteen year old on earth--father, mother, sister, brothers, came and went almost from home nearly all the time; but my father, mother, brother, and secure more lands and to cut avenues, we went home, where we formed a said, like the fabled raccoon in the tree, "Don't shoot, I'll come none of what the world calls the great prizes of life, but he had what who had been in spirit life a little over one year came fully These people long to return to their old homes in New The great masses of the people had for a long time watched with money is flowing in like water to furnish homes for us all away from great family, the rich and the poor clasped hands like brothers, and cache = ./cache/12193.txt txt = ./txt/12193.txt === reduce.pl bib === id = 11962 author = Beers, Clifford Whittingham title = A Mind That Found Itself: An Autobiography date = pages = extension = .txt mime = text/plain words = 65447 sentences = 3452 flesch = 73 summary = remark; and several times I said, "I wish it was over!" For I believed day in the room with the aged man, sick unto death. the time they were hurt until I again began to talk--two years later--I mind, not only were the doctors and attendants detectives; each patient time, the attendants naturally grew careless, and often locked a door Many times a day I would tell the attendants friendly way, the attendant in charge, and ask him to permit my new Unfortunately for me, my good attendant soon left the institution to attendant placed me in the strait-jacket during the day for refusing to doctor put on a knowing look, but said nothing and soon left the room. continued abuse often causes death), this man lived a long time--five said: "A patient in this ward--a man in his right mind, who leaves here A free man on New Year's Day, cache = ./cache/11962.txt txt = ./txt/11962.txt === reduce.pl bib === id = 8160 author = Brandes, Georg title = Recollections of My Childhood and Youth date = pages = extension = .txt mime = text/plain words = 147605 sentences = 7581 flesch = 74 summary = But this time his kind mother has not let the girl come empty-handed. When I was six years old I heard the word "war" for the first time. little girl named Ingeborg, from an eleven or twelve-year-old boy The young people who came to his house might have wished him a younger, year was new and great poetry, and fascinated young people's minds. is said that at one time Heiberg had held back; the well-bred old man, These Danish girls were likely to appeal to a young man just returned I saw Goldschmidt for the first time, when I was a young man, at a and the same time Italian to the people of the house, and French to me. stout, good-looking man, who works all day for his living, and has a and thought all the time of the little girl from whom they wished to cache = ./cache/8160.txt txt = ./txt/8160.txt === reduce.pl bib === id = 15042 author = Gronniosaw, James Albert Ukawsaw title = A Narrative of the Most Remarkable Particulars in the Life of James Albert Ukawsaw Gronniosaw, an African Prince, as Related by Himself date = pages = extension = .txt mime = text/plain words = 13640 sentences = 604 flesch = 78 summary = Soon after I came to the merchant's house I heard a very gracious, good Minister, heard it, and he took a great deal of He told me that God was a Great and Good Spirit, that He created I went home in great trouble, but said nothing to any body.--I was good to me; he kept me at his house a long while, and took great friend of my Master.--I desired he would take the trouble to read my experienced from these kind friends, for, as soon as my wife came about The boundless goodness of GOD to me has been so very great, that with thought that my dear wife and children would be in want of every means himself, if I had wanted work.--When I came to his house he told me that good work, and full employ: he sent for my wife, and children to cache = ./cache/15042.txt txt = ./txt/15042.txt === reduce.pl bib === id = 10655 author = Airy, George Biddell title = Autobiography of Sir George Biddell Airy date = pages = extension = .txt mime = text/plain words = 138294 sentences = 8937 flesch = 69 summary = survey work, the establishment of time-balls at different places, his time was also given to Lectures, generally on current astronomical Herschel.--On Nov. 13th I gave the Royal Astronomical Society a Paper Greenwich Observatory this year.--I was at this time pressing Tulley, Observatory, visiting Greenwich once a week (at least for some time), Greenwich, and worked for a long time in the Computing Room.--And in Observatory, and a great deal of correspondence followed: the plans time-signals, moved by an original clock at the Royal Observatory; and great value of the Greenwich Lunar Observations to Prof. observed at the Royal Observatory of Greenwich. Observatory which has occupied any of my time within the last year is the Planetary Observations made at the Royal Observatory in the years Lunar Theory, the great work which for some years had occupied much of Observations made at Cambridge Observatory Observations made at the Royal Observatory, cache = ./cache/10655.txt txt = ./txt/10655.txt === reduce.pl bib === id = 2668 author = Trenck, Friedrich, Freiherr von der title = The Life and Adventures of Baron Trenck, Volume 1 date = pages = extension = .txt mime = text/plain words = 53071 sentences = 2291 flesch = 70 summary = body guard lost more men and horses in one year's peace than they did, was imagined I had been taken, that accident having happened the same day commanding officer sent me immediately to receive the King's orders. Eight days after, the King being come to Potzdam, I was sent by General I went the same day to pay my respects to the King, who, receiving me my cousin Trenck, having fallen into the power of his enemies, who had Trenck had actually taken the King of Prussia prisoner. Empress-Queen as the Prussian Trenck did Frederic, his King. is, my cousin Trenck, at Vienna, affirmed to his death he never received Prussian officers was at that time so great, and the word of honour so appear, and they shall receive a ducat per day, so long as the with thirty thousand florins, which money I received from his friend cache = ./cache/2668.txt txt = ./txt/2668.txt Building ./etc/reader.txt 8160 5733 10655 10655 8160 12193 number of items: 15 sum of words: 803,994 average size in words: 73,090 average readability score: 73 nouns: time; man; day; life; men; years; people; way; house; year; world; work; place; one; nothing; father; part; mind; days; others; things; friend; night; letter; thing; city; hand; country; friends; order; room; wife; family; children; money; manner; heart; death; nature; name; eyes; mother; end; history; church; observations; power; times; home; brother verbs: was; had; be; were; is; have; been; are; made; did; has; said; do; went; came; found; see; being; took; gave; make; come; take; go; saw; having; received; called; seemed; sent; am; thought; left; knew; felt; know; became; give; read; began; brought; put; given; wrote; think; done; taken; seen; told; say adjectives: great; other; many; first; good; little; own; such; old; same; more; much; young; last; few; new; long; whole; several; large; certain; small; next; best; able; high; true; possible; present; different; full; short; necessary; least; second; beautiful; various; general; only; important; private; most; poor; greatest; better; human; french; free; very; public adverbs: not; so; very; then; now; more; only; up; well; as; most; out; never; even; also; here; much; again; thus; too; still; soon; there; once; always; down; ever; far; often; however; away; therefore; just; long; first; about; yet; indeed; on; all; quite; almost; in; off; back; afterwards; together; already; before; immediately pronouns: i; my; he; it; his; me; they; we; him; their; them; her; our; you; she; us; myself; its; himself; your; themselves; itself; one; ourselves; herself; mine; thy; yourself; yours; thee; ours; hers; theirs; thyself; ye; silicum/; ''s; whosoever; was--"we; us.--there; us''d; unself; there; them.--this; them.--the; passion,--; paris_--the; me;--that; inself; inn proper nouns: _; god; mr; observatory; royal; lord; june; trenck; airy; cambridge; king; sir; greenwich; c.; christ; may; vienna; university; july; john; r.; soc; paris; london; society; report; board; feb.; jan.; jesus; dec.; nov.; college; mr.; new; astr; de; heaven; admiralty; august; astronomer; thou; mar.; french; october; paper; dr; oct.; berlin; sept. keywords: god; time; man; life; good; day; year; lord; long; like; king; great; general; count; young; vienna; university; trenck; sunday; state; old; new; mr.; london; little; june; john; german; french; frederic; father; english; church; chapter; berlin; baron; york; yale; work; way; von; visitors; trondhjem; tree; transit; town; tiberias; thing; theory; taine one topic; one dimension: time file(s): titles(s): Little Masterpieces of Autobiography: Actors three topics; one dimension: time; observatory; trenck file(s): ./cache/8160.txt, ./cache/10655.txt, ./cache/2669.txt titles(s): Recollections of My Childhood and Youth | Autobiography of Sir George Biddell Airy | The Life and Adventures of Baron Trenck, Volume 2 five topics; three dimensions: time man did; observatory mr time; trenck like vienna; master wife mr; digression shipping comforts file(s): ./cache/8160.txt, ./cache/10655.txt, ./cache/12193.txt, ./cache/15042.txt, titles(s): Recollections of My Childhood and Youth | Autobiography of Sir George Biddell Airy | The Gentleman from Everywhere | A Narrative of the Most Remarkable Particulars in the Life of James Albert Ukawsaw Gronniosaw, an African Prince, as Related by Himself | Little Masterpieces of Autobiography: Actors Type: gutenberg title: subject-autobiographies-gutenberg date: 2021-06-01 time: 13:06 username: emorgan patron: Eric Morgan email: emorgan@nd.edu input: facet_subject:"Autobiographies" ==== make-pages.sh htm files ==== make-pages.sh complex files ==== make-pages.sh named enities ==== making bibliographics id: 10655 author: Airy, George Biddell title: Autobiography of Sir George Biddell Airy date: words: 138294.0 sentences: 8937.0 pages: flesch: 69.0 cache: ./cache/10655.txt txt: ./txt/10655.txt summary: survey work, the establishment of time-balls at different places, his time was also given to Lectures, generally on current astronomical Herschel.--On Nov. 13th I gave the Royal Astronomical Society a Paper Greenwich Observatory this year.--I was at this time pressing Tulley, Observatory, visiting Greenwich once a week (at least for some time), Greenwich, and worked for a long time in the Computing Room.--And in Observatory, and a great deal of correspondence followed: the plans time-signals, moved by an original clock at the Royal Observatory; and great value of the Greenwich Lunar Observations to Prof. observed at the Royal Observatory of Greenwich. Observatory which has occupied any of my time within the last year is the Planetary Observations made at the Royal Observatory in the years Lunar Theory, the great work which for some years had occupied much of Observations made at Cambridge Observatory Observations made at the Royal Observatory, id: 25941 author: Allen, F. G. (Frank Gibbs) title: Autobiography of Frank G. Allen, Minister of the Gospel and Selections from his Writings date: words: 75003.0 sentences: 4830.0 pages: flesch: 81.0 cache: ./cache/25941.txt txt: ./txt/25941.txt summary: have become one myself, the society of good, faithful men of God brings way of life and had the precious promises of God. An ungodly man may be For the year 1868, the church at Crittenden wanted all my time, and I In August of this year, I held another meeting for my old home church, kingdom of God and the name of Jesus Christ, and on the second Lord''s I engaged to preach for Mt. Byrd Church one-half my time, beginning the a long time, and was not meeting on the Lord''s day. In August I held another good meeting at my old home church--Pleasant walks forth into a world where life is parallel with the ages of God. An intelligent, expansive being that will never cease to be--what a God supplies the bread of life, but He does not compel men the God-man, Christ Jesus. id: 4321 author: Asquith, Margot title: Margot Asquith, an Autobiography - Two Volumes in One date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 11962 author: Beers, Clifford Whittingham title: A Mind That Found Itself: An Autobiography date: words: 65447.0 sentences: 3452.0 pages: flesch: 73.0 cache: ./cache/11962.txt txt: ./txt/11962.txt summary: remark; and several times I said, "I wish it was over!" For I believed day in the room with the aged man, sick unto death. the time they were hurt until I again began to talk--two years later--I mind, not only were the doctors and attendants detectives; each patient time, the attendants naturally grew careless, and often locked a door Many times a day I would tell the attendants friendly way, the attendant in charge, and ask him to permit my new Unfortunately for me, my good attendant soon left the institution to attendant placed me in the strait-jacket during the day for refusing to doctor put on a knowing look, but said nothing and soon left the room. continued abuse often causes death), this man lived a long time--five said: "A patient in this ward--a man in his right mind, who leaves here A free man on New Year''s Day, id: 8160 author: Brandes, Georg title: Recollections of My Childhood and Youth date: words: 147605.0 sentences: 7581.0 pages: flesch: 74.0 cache: ./cache/8160.txt txt: ./txt/8160.txt summary: But this time his kind mother has not let the girl come empty-handed. When I was six years old I heard the word "war" for the first time. little girl named Ingeborg, from an eleven or twelve-year-old boy The young people who came to his house might have wished him a younger, year was new and great poetry, and fascinated young people''s minds. is said that at one time Heiberg had held back; the well-bred old man, These Danish girls were likely to appeal to a young man just returned I saw Goldschmidt for the first time, when I was a young man, at a and the same time Italian to the people of the house, and French to me. stout, good-looking man, who works all day for his living, and has a and thought all the time of the little girl from whom they wished to id: 12193 author: Foss, James Henry title: The Gentleman from Everywhere date: words: 59986.0 sentences: 2462.0 pages: flesch: 72.0 cache: ./cache/12193.txt txt: ./txt/12193.txt summary: of leaves at the great white clouds sailing over like ships upon At the opening of the school, this long and lank fifteen year old on earth--father, mother, sister, brothers, came and went almost from home nearly all the time; but my father, mother, brother, and secure more lands and to cut avenues, we went home, where we formed a said, like the fabled raccoon in the tree, "Don''t shoot, I''ll come none of what the world calls the great prizes of life, but he had what who had been in spirit life a little over one year came fully These people long to return to their old homes in New The great masses of the people had for a long time watched with money is flowing in like water to furnish homes for us all away from great family, the rich and the poor clasped hands like brothers, and id: 5733 author: Goethe, Johann Wolfgang von title: Autobiography: Truth and Fiction Relating to My Life date: words: 153485.0 sentences: 5858.0 pages: flesch: 66.0 cache: ./cache/5733.txt txt: ./txt/5733.txt summary: reading him he felt, he said, like a blind man who suddenly receives his long time to come, but a great deal of small gear of the same ware had every thing was quiet in the house, I whiled away the time with my pots At that time the general interchange of personal good wishes made the small, thin man of lively good nature, that in his earlier years he had But for this the good old man cared but little, days he let me sit as long as I could read, many times alone; after a disturb them; but ''there is a time for all things,''--an excellent great rapidly, and it needs not a man''s life-time to bring such things to feeling of revering a great man; so did a new friend, whom I gained at Time is infinitely long; and each day is a vessel into which a great id: 15042 author: Gronniosaw, James Albert Ukawsaw title: A Narrative of the Most Remarkable Particulars in the Life of James Albert Ukawsaw Gronniosaw, an African Prince, as Related by Himself date: words: 13640.0 sentences: 604.0 pages: flesch: 78.0 cache: ./cache/15042.txt txt: ./txt/15042.txt summary: Soon after I came to the merchant''s house I heard a very gracious, good Minister, heard it, and he took a great deal of He told me that God was a Great and Good Spirit, that He created I went home in great trouble, but said nothing to any body.--I was good to me; he kept me at his house a long while, and took great friend of my Master.--I desired he would take the trouble to read my experienced from these kind friends, for, as soon as my wife came about The boundless goodness of GOD to me has been so very great, that with thought that my dear wife and children would be in want of every means himself, if I had wanted work.--When I came to his house he told me that good work, and full employ: he sent for my wife, and children to id: 1702 author: Iles, George title: Little Masterpieces of Autobiography: Actors date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 2846 author: Josephus, Flavius title: The Life of Flavius Josephus date: words: 27321.0 sentences: 886.0 pages: flesch: 69.0 cache: ./cache/2846.txt txt: ./txt/2846.txt summary: to the Romans], and to gather a great number of forces, in order to Tiberius, and desired that the principal men of the city would come to Jerusalem, I took care to have arms provided, and the cities fortified. But when John was come to the city of Tiberias, he persuaded the men for what he had said, he took some of the armed men, and made haste pleased: and upon the multitude''s ordering me to speak, the armed men and said that those great men that belonged to the king ought not to when they came to Gabara, John met them with three thousand armed men; of armed men, who were come out of Galilee to assist me: many others of given orders to the armed men, that when I came they should let nobody carry him into a village; and, commanding my armed men to come down, I id: 24665 author: Rundle, Edwin George title: A Soldier's Life: Being the Personal Reminiscences of Edwin G. Rundle date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 48668 author: Skanchy, Anthon L. (Anthon Lornsen) title: Anthon L. Skanchy A Brief Autobiographical Sketch of the Missionary Labors of a Valiant Soldier for Christ date: words: 16777.0 sentences: 961.0 pages: flesch: 82.0 cache: ./cache/48668.txt txt: ./txt/48668.txt summary: From the time I was eight years old, I had to work and earn something After three years of school work I was confirmed, with a very good a house where meetings could be held, the missionaries secured the "A man who has walked over the mountain alone at this time of these facts because this great mission field is little known, even now, became surrounded by a great light and a voice said to me, "Be of good my mission up among the people of northern Norway, in the days of my [Image captioned "LATTER-DAY SAINTS'' MISSION HOUSE, CHRISTIANA, MISSION HOUSE, CHRISTIANIA, NORWAY."] [Image captioned "MISSION HOUSE OF THE LATTER-DAY SAINTS, AT I rented a small log house, in the Logan Fifth ward, and began to work Our meeting place, at that time, was on what was known At the time that we erected our mission houses in these countries, id: 2669 author: Trenck, Friedrich, Freiherr von der title: The Life and Adventures of Baron Trenck, Volume 2 date: words: 53365.0 sentences: 2852.0 pages: flesch: 75.0 cache: ./cache/2669.txt txt: ./txt/2669.txt summary: The governor, General Borck, presently came, attended by the town-major The years in my dungeon passed away as days, those moments excepted when, friend, in the year 1763, paid four thousand florins to the imperial captains a florin per man each day, and the men for their labour said, "This time, my dear Trenck, I am the messenger of good news. never had any man of rank, any great general, my enemy, except Count house in Vienna in the year 1750; the price was sixteen thousand florins, Laudohn''s journey, she said to me, "The baths are necessary to the reestablishment of your health, Trenck." I was ready, and followed him in "Truth and Trenck, my good friend, flourish not in courts. Trenck, the father, was a miser, yet a well-meaning man. one day said to Trenck, when he was in Vienna, embarrassed by his complaints against Colonel Baron Trenck should receive a ducat per day id: 2668 author: Trenck, Friedrich, Freiherr von der title: The Life and Adventures of Baron Trenck, Volume 1 date: words: 53071.0 sentences: 2291.0 pages: flesch: 70.0 cache: ./cache/2668.txt txt: ./txt/2668.txt summary: body guard lost more men and horses in one year''s peace than they did, was imagined I had been taken, that accident having happened the same day commanding officer sent me immediately to receive the King''s orders. Eight days after, the King being come to Potzdam, I was sent by General I went the same day to pay my respects to the King, who, receiving me my cousin Trenck, having fallen into the power of his enemies, who had Trenck had actually taken the King of Prussia prisoner. Empress-Queen as the Prussian Trenck did Frederic, his King. is, my cousin Trenck, at Vienna, affirmed to his death he never received Prussian officers was at that time so great, and the word of honour so appear, and they shall receive a ducat per day, so long as the with thirty thousand florins, which money I received from his friend id: 2674 author: Warner, Charles Dudley title: The Complete Writings of Charles Dudley Warner — Volume 4 date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: ==== make-pages.sh questions ==== make-pages.sh search ==== make-pages.sh topic modeling corpus Zipping study carrel