mv: ‘./input-file.zip’ and ‘./input-file.zip’ are the same file Creating study carrel named subject-sicilyItaly-gutenberg Initializing database Unzipping Archive: input-file.zip creating: ./tmp/input/input-file/ inflating: ./tmp/input/input-file/18845.txt inflating: ./tmp/input/input-file/19061.txt inflating: ./tmp/input/input-file/20157.txt inflating: ./tmp/input/input-file/24652.txt inflating: ./tmp/input/input-file/25785.txt inflating: ./tmp/input/input-file/25077.txt inflating: ./tmp/input/input-file/1134.txt inflating: ./tmp/input/input-file/3831.txt inflating: ./tmp/input/input-file/1800.txt inflating: ./tmp/input/input-file/2248.txt inflating: ./tmp/input/input-file/10850.txt inflating: ./tmp/input/input-file/7371.txt inflating: ./tmp/input/input-file/6379.txt inflating: ./tmp/input/input-file/6563.txt inflating: ./tmp/input/input-file/37979.txt inflating: ./tmp/input/input-file/44311.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-sicilyItaly-gutenberg FILE: cache/2248.txt OUTPUT: txt/2248.txt FILE: cache/6379.txt OUTPUT: txt/6379.txt FILE: cache/19061.txt OUTPUT: txt/19061.txt FILE: cache/6563.txt OUTPUT: txt/6563.txt FILE: cache/25785.txt OUTPUT: txt/25785.txt FILE: cache/44311.txt OUTPUT: txt/44311.txt FILE: cache/7371.txt OUTPUT: txt/7371.txt FILE: cache/1800.txt OUTPUT: txt/1800.txt FILE: cache/20157.txt OUTPUT: txt/20157.txt FILE: cache/37979.txt OUTPUT: txt/37979.txt FILE: cache/18845.txt OUTPUT: txt/18845.txt FILE: cache/25077.txt OUTPUT: txt/25077.txt FILE: cache/10850.txt OUTPUT: txt/10850.txt FILE: cache/24652.txt OUTPUT: txt/24652.txt FILE: cache/1134.txt OUTPUT: txt/1134.txt FILE: cache/3831.txt OUTPUT: txt/3831.txt === file2bib.sh === id: 24652 author: Jones, Henry Festing title: Diversions in Sicily date: pages: extension: .txt txt: ./txt/24652.txt cache: ./cache/24652.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'24652.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: 25077 author: Jones, Henry Festing title: Castellinaria, and Other Sicilian Diversions date: pages: extension: .txt txt: ./txt/25077.txt cache: ./cache/25077.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'25077.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: 2248 author: Shakespeare, William title: The Winter's Tale date: pages: extension: .txt txt: ./txt/2248.txt cache: ./cache/2248.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'2248.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' 1800 txt/../pos/1800.pos === file2bib.sh === id: 25785 author: McCarthy, Justin H. (Justin Huntly) title: The Proud Prince date: pages: extension: .txt txt: ./txt/25785.txt cache: ./cache/25785.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'25785.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' 25785 txt/../ent/25785.ent 25785 txt/../wrd/25785.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 25785 txt/../pos/25785.pos 1800 txt/../wrd/1800.wrd 2248 txt/../ent/2248.ent 2248 txt/../pos/2248.pos 1134 txt/../ent/1134.ent 1134 txt/../wrd/1134.wrd 2248 txt/../wrd/2248.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 1134 txt/../pos/1134.pos 1800 txt/../ent/1800.ent === file2bib.sh === id: 1800 author: Shakespeare, William title: The Winter's Tale date: pages: extension: .txt txt: ./txt/1800.txt cache: ./cache/1800.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 2 resourceName b'1800.txt' 24652 txt/../pos/24652.pos 25077 txt/../pos/25077.pos 24652 txt/../ent/24652.ent 25077 txt/../ent/25077.ent 24652 txt/../wrd/24652.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 25077 txt/../wrd/25077.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 === file2bib.sh === id: 1134 author: Shakespeare, William title: The Winter's Tale date: pages: extension: .txt txt: ./txt/1134.txt cache: ./cache/1134.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 1 resourceName b'1134.txt' 6563 txt/../pos/6563.pos 6563 txt/../wrd/6563.wrd 37979 txt/../pos/37979.pos 37979 txt/../wrd/37979.wrd 37979 txt/../ent/37979.ent === file2bib.sh === id: 6563 author: Molière title: The Blunderer date: pages: extension: .txt txt: ./txt/6563.txt cache: ./cache/6563.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 3 resourceName b'6563.txt' 19061 txt/../wrd/19061.wrd 10850 txt/../wrd/10850.wrd 19061 txt/../pos/19061.pos 18845 txt/../pos/18845.pos === file2bib.sh === id: 37979 author: Verga, Giovanni title: Under the Shadow of Etna: Sicilian Stories from the Italian of Giovanni Verga date: pages: extension: .txt txt: ./txt/37979.txt cache: ./cache/37979.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 3 resourceName b'37979.txt' 6563 txt/../ent/6563.ent 10850 txt/../pos/10850.pos 18845 txt/../wrd/18845.wrd 18845 txt/../ent/18845.ent 19061 txt/../ent/19061.ent 7371 txt/../wrd/7371.wrd 7371 txt/../pos/7371.pos 7371 txt/../ent/7371.ent 3831 txt/../pos/3831.pos === file2bib.sh === id: 10850 author: Beaumont, Francis title: Philaster; Or, Love Lies a Bleeding date: pages: extension: .txt txt: ./txt/10850.txt cache: ./cache/10850.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'10850.txt' 3831 txt/../wrd/3831.wrd 6379 txt/../wrd/6379.wrd 6379 txt/../pos/6379.pos 10850 txt/../ent/10850.ent === file2bib.sh === id: 19061 author: nan title: Seeing Europe with Famous Authors, Volume 8 Italy, Sicily, and Greece, Part Two date: pages: extension: .txt txt: ./txt/19061.txt cache: ./cache/19061.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 5 resourceName b'19061.txt' === file2bib.sh === id: 18845 author: nan title: Seeing Europe with Famous Authors, Volume 7 Italy, Sicily, and Greece (Part One) date: pages: extension: .txt txt: ./txt/18845.txt cache: ./cache/18845.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 5 resourceName b'18845.txt' 3831 txt/../ent/3831.ent 44311 txt/../pos/44311.pos 20157 txt/../pos/20157.pos 6379 txt/../ent/6379.ent 20157 txt/../wrd/20157.wrd 44311 txt/../wrd/44311.wrd === file2bib.sh === id: 7371 author: Radcliffe, Ann Ward title: A Sicilian Romance date: pages: extension: .txt txt: ./txt/7371.txt cache: ./cache/7371.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'7371.txt' 44311 txt/../ent/44311.ent 20157 txt/../ent/20157.ent === file2bib.sh === id: 3831 author: Corelli, Marie title: The Secret Power date: pages: extension: .txt txt: ./txt/3831.txt cache: ./cache/3831.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'3831.txt' === file2bib.sh === id: 6379 author: Beach, Rex title: The Net date: pages: extension: .txt txt: ./txt/6379.txt cache: ./cache/6379.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'6379.txt' === file2bib.sh === id: 44311 author: Crawford, F. Marion (Francis Marion) title: Corleone: A Tale of Sicily date: pages: extension: .txt txt: ./txt/44311.txt cache: ./cache/44311.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 11 resourceName b'44311.txt' === file2bib.sh === id: 20157 author: Hichens, Robert title: The Call of the Blood date: pages: extension: .txt txt: ./txt/20157.txt cache: ./cache/20157.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 7 resourceName b'20157.txt' Done mapping. Reducing subject-sicilyItaly-gutenberg === reduce.pl bib === id = 19061 author = nan title = Seeing Europe with Famous Authors, Volume 8 Italy, Sicily, and Greece, Part Two date = pages = extension = .txt mime = text/plain words = 51497 sentences = 2347 flesch = 74 summary = Senate House, round about any large building, little shops stick close, city; here, before the tombs of the great, people might well reflect wall is some forty feet high, built of stone from the Pisan hills, Stand at the bottom of the great market-place of Pompeii, and look up this watercourse were adorned with old houses and long walls, and trees, to the great Northern wall, we have a wonderful relic of those times; city that can never be ruined--for instance, the great stone quarries, that from the city below they look like the remains of two different There are very old and very beautiful little churches in Athens, remains of the ancient city are stones; for the massive square tower, The great gate of the city, a portion of the wall, and four of the projection of huge stones, looking like a square tower, on its right cache = ./cache/19061.txt txt = ./txt/19061.txt === reduce.pl bib === id = 18845 author = nan title = Seeing Europe with Famous Authors, Volume 7 Italy, Sicily, and Greece (Part One) date = pages = extension = .txt mime = text/plain words = 53178 sentences = 2229 flesch = 69 summary = at least), churches, and a great temple all in the air, and beautiful of the walls were also covered with life-like paintings, so that the beautiful buildings of the modern city, is unhappily placed. On reaching the end of a long line of narrow streets, white walls, and great churches which come rolling past me like a sea, it is a small Rome--quarries in the old time, but afterward the hiding-places of the Old Palace; it is a great mass of stone, without columns, without laid in July of that year, with all the greatness of Florence looking the great dome he was to build--and so built it, all opposition Many of the fine old palaces of Florence, you know, are built in a Campanile, high above palace roofs, arcades and church domes, its bells The Ducal Palace, which was the great work of Venice, was built cache = ./cache/18845.txt txt = ./txt/18845.txt === reduce.pl bib === id = 20157 author = Hichens, Robert title = The Call of the Blood date = pages = extension = .txt mime = text/plain words = 147486 sentences = 12997 flesch = 91 summary = "Maurice," said Hermione, leaning her long arms on the table and leaning As if Gaspare had understood what Maurice said, he suddenly spun round "Maurice," Hermione said, at last, "does this silence of the mountains "I'll go into the sea with Gaspare," said Maurice. "I wish I were a man, Lucrezia," said Hermione, when the voices at length "Courage, Gaspare!" said Maurice, putting his hand on the boy's shoulder. Maurice looked up from the letter and met Gaspare's questioning eyes. Gaspare said nothing, but he looked at Salvatore, and his wet face was "Come along, Gaspare!" said Maurice, hastily. Maurice went away with Gaspare in the night towards the white road where Maurice went by he thought of Gaspare's words, "When a man cannot go any Maurice said nothing, but took her hand and looked at her. "We'll never part from Gaspare," Maurice thought, as he looked and cache = ./cache/20157.txt txt = ./txt/20157.txt === reduce.pl bib === === reduce.pl bib === === reduce.pl bib === id = 44311 author = Crawford, F. Marion (Francis Marion) title = Corleone: A Tale of Sicily date = pages = extension = .txt mime = text/plain words = 155910 sentences = 9991 flesch = 86 summary = 'Quite absurd, I suppose,' answered Orsino, not looking at his brother. Ippolito laughed, watching his brother's face, but he said nothing in 'I am thinking of going further before long,' said Orsino gravely, as not like and did not trust Tebaldo, and thought his brother Francesco 'Goodbye,' said Tebaldo, looking intently into her face as he opened the Vittoria's father was said to have been a very good kind of man, 'I believe I heard something fall,' said Orsino, opening the door of the Orsino got up and looked out again, as the man went away. 'That is a mere phrase, Orsino,' said Corona, gravely, 'like a great 'Look here, Vittoria,' said Tebaldo, more suavely. 'You know what you have said to Donna Vittoria,' answered Ippolito. As Orsino had always said, Ippolito was more of a man 'A man cannot do better than marry the woman he loves,' said Francesco, cache = ./cache/44311.txt txt = ./txt/44311.txt === reduce.pl bib === id = 6379 author = Beach, Rex title = The Net date = pages = extension = .txt mime = text/plain words = 101212 sentences = 8408 flesch = 88 summary = heard me speak." The overseer raised his hat, and Blake took his hand, We look like an American sheriff's posse, Martel," said he. "I know men in my country who cherish their enemies like friends. "It was very good of you to come so long a way," said the Countess at During the next few days Norvin Blake saw much of the Countess Blake went to the girl and laid a shaking hand upon her arm, "Do you know," said Bernie, "I have been thinking about this Mafia abruptly, he left the room, like a man who knows he must think of but "You're just the man I'm looking for," Bernie Dreux told Norvin, whom hand like a blind old man and be told that two and two make four. girl had talked of little except Norvin Blake and the effect had not Norvin Blake I knew in Sicily, who, indeed, did not know his own cache = ./cache/6379.txt txt = ./txt/6379.txt === reduce.pl bib === === reduce.pl bib === === reduce.pl bib === id = 3831 author = Corelli, Marie title = The Secret Power date = pages = extension = .txt mime = text/plain words = 92719 sentences = 7408 flesch = 87 summary = "She looks like a witch," she said slowly--"One of those creatures they Manella stared in a kind of child-like wonderment,--her big dusky eyes "For women to love in!" he said, with a sudden warmth in his dark eyes. "You won't always think so!" he said--"Such a charming little woman "But I think even a soul may grow tired!" said Morgana, suddenly--"so "Quite natural!" she said--"No man is ever 'interested' in woman's "She's a good 'draw' for male visitors"--said Gwent--"Many a man I know Manella's great bright eyes opened wide like stars in the darkness. hand gently on her arm--"be a good girl and think over what I've said brilliant little creature like Morgana, if she could win "a good man's "How small the world looks from the air!" said Morgana--"It's not worth "I am a woman of to-day,"--said Morgana. "A great love is always on the woman's side,"--he said--"Men are too cache = ./cache/3831.txt txt = ./txt/3831.txt === reduce.pl bib === id = 37979 author = Verga, Giovanni title = Under the Shadow of Etna: Sicilian Stories from the Italian of Giovanni Verga date = pages = extension = .txt mime = text/plain words = 28846 sentences = 1492 flesch = 87 summary = "Yes," continued Jeli, "_massaro_ Agrippino's daughter Mara, who used Jeli then let his grasp relax, and the little girl set to work to pick "We are going away," said Mara, when she saw him looking around. Jeli took hold and helped _massaro_ Agrippino and _la gnà Lia_ load up "Let him be," said Jeli, as white in the face as if it were himself Mara went holding _massaro_ Neri's son's arm, as if she were a fine mentioned as soon to marry _massaro_ Agrippino's Mara, Jeli said not a When Mara said "_sissignore_," and the priest made her Jeli's wife When Mara returned with the wood in her arms Jeli said to her, "Why one like _compare_ Neli was wanted to buy his Saint Joseph's ass, at And _compare_ Neli, as he got behind the ass to drive it off, said,-"Every day that Saint Joseph's ass lives," said he, "I make fifteen cache = ./cache/37979.txt txt = ./txt/37979.txt === reduce.pl bib === id = 1800 author = Shakespeare, William title = The Winter's Tale date = pages = extension = .txt mime = text/plain words = 40 sentences = 10 flesch = 88 summary = THIS EBOOK WAS ONE OF PROJECT GUTENBERG'S EARLY FILES PRODUCED AT A TIME WHEN PROOFING METHODS AND TOOLS WERE NOT WELL DEVELOPED. IS AN IMPROVED EDITION OF THIS TITLE WHICH MAY BE VIEWED AS EBOOK (#1539) at https://www.gutenberg.org/ebooks/1539 cache = ./cache/1800.txt txt = ./txt/1800.txt === reduce.pl bib === id = 1134 author = Shakespeare, William title = The Winter's Tale date = pages = extension = .txt mime = text/plain words = 40 sentences = 10 flesch = 88 summary = THIS EBOOK WAS ONE OF PROJECT GUTENBERG'S EARLY FILES PRODUCED AT A TIME WHEN PROOFING METHODS AND TOOLS WERE NOT WELL DEVELOPED. IS AN IMPROVED EDITION OF THIS TITLE WHICH MAY BE VIEWED AS EBOOK (#1539) at https://www.gutenberg.org/ebooks/1539 cache = ./cache/1134.txt txt = ./txt/1134.txt === reduce.pl bib === id = 6563 author = Molière title = The Blunderer date = pages = extension = .txt mime = text/plain words = 24001 sentences = 2539 flesch = 92 summary = father becomes reconciled to his daughter having married a serving-man But let us endeavour to speak to Celia for a moment, to know what she SCENE III.--CELIA, LELIO, MASCARILLE. want now; let us make better use of our time; let us know of her quickly SCENE IV.--TRUFALDIN, CELIA, MASCARILLE, _and_ LELIO _in a have come to consult you to know whether his love is likely to meet with SCENE VIII.--TRUFALDIN, LEANDER, LELIO, MASCARILLE. SCENE XI.--LELIO, TRUFALDIN, MASCARILLE, _and his company masked_. [Footnote: Though Lelio says to Mascarille, "Enough, I know it all," he SCENE III.--TRUFALDIN, LELIO, MASCARILLE. SCENE VI.--TRUFALDIN, LELIO, MASCARILLE. SCENE VIII.--LELIO, TRUFALDIN, MASCARILLE. I shall stay as long as you like; I only wish to please you; let us SCENE IX.--CELIA, ANDRÈS, LELIO, MASCARILLE. I shall soon let you know what can be done. I shall go and inform my master of this, and let him know cache = ./cache/6563.txt txt = ./txt/6563.txt === reduce.pl bib === id = 7371 author = Radcliffe, Ann Ward title = A Sicilian Romance date = pages = extension = .txt mime = text/plain words = 67982 sentences = 3202 flesch = 69 summary = On the following day Emilia and Julia dined with the marquis. breakfast-room in silence, and Julia almost feared to meet her eye. Julia waited the return of night with restless and fearful impatience. and Julia began to fear that Ferdinand had been discovered, when a Julia hastily followed the steps of the marchioness, and entered the Night returned, and Ferdinand repaired to the chamber of Julia to Ferdinand in passing from the marquis met Hippolitus. The duke, on quitting Julia, went to the marquis, with whom he The news of Julia's elopement at length reached the ears of Ferdinand, closed--the duke did not appear, and the fate of Julia yet hung in The marquis made madame and Julia all the reparation in his marquis is coming.' Julia's heart sunk at these words; she paused not with the place of Julia's present retreat, and upbraided the marquis cache = ./cache/7371.txt txt = ./txt/7371.txt === reduce.pl bib === id = 10850 author = Beaumont, Francis title = Philaster; Or, Love Lies a Bleeding date = pages = extension = .txt mime = text/plain words = 37343 sentences = 7172 flesch = 105 summary = But boy, it will prefer thee; thou art young, Come Sir, tell me truly, does your Lord love me? 'Tis thy Lords business hasts me thus; Away. Ages to come shall know no male of him Let all that shall succeed thee, for thy wrongs, What ill bred man art thou, to intrude thy self Clear thou thy self, or know not me for Father. D--H and Folio print 'Enter' after a space at the end of preceding line. lines ending _by, hand, Princesse, selfe_. lines ending _tongue, King, him, infections, brave, boy, else, Seven lines ending _know, head, king, word, attempts, me, friends_. lines ending _selfe, sufficient, loves, would, expect, violence, know, Ten lines ending _thought, Lady, pardon'd, Three lines ending _looke, Lord, selfe_. Three lines ending _me, boy, brave_. Four lines ending _me, gods, selfe, Two lines ending _thou, me_. B, C, D, E] two lines ending _you and King_. cache = ./cache/10850.txt txt = ./txt/10850.txt Building ./etc/reader.txt 20157 44311 6379 44311 10850 7371 number of items: 16 sum of words: 760,254 average size in words: 63,354 average readability score: 85 nouns: man; time; eyes; day; life; way; hand; men; nothing; face; night; woman; people; moment; something; sea; one; love; heart; head; voice; door; world; place; girl; mind; hands; house; boy; room; side; things; air; light; father; part; words; brother; signore; anything; women; thing; years; mother; death; feet; sun; city; name; marquis verbs: was; had; is; be; have; were; are; do; said; been; know; did; has; see; come; am; go; ''s; think; made; came; looked; say; went; seemed; knew; let; make; saw; felt; thought; take; heard; tell; seen; found; going; left; asked; began; being; told; turned; stood; answered; took; give; get; find; called adjectives: little; other; great; own; good; more; old; many; such; last; long; first; young; much; same; white; few; whole; new; small; dark; beautiful; full; poor; black; true; dead; sure; happy; certain; strange; open; wild; strong; high; sicilian; alone; deep; best; better; silent; possible; large; glad; ready; different; human; dear; low; least adverbs: not; so; now; then; up; n''t; very; out; here; down; never; only; again; more; too; away; even; there; almost; still; as; back; well; once; ever; always; just; all; perhaps; yet; much; far; quite; off; most; on; long; suddenly; rather; in; soon; really; also; together; no; often; already; first; enough; however pronouns: he; i; it; you; his; her; she; him; they; me; my; we; their; your; them; its; himself; our; us; herself; one; themselves; myself; itself; yourself; thy; thee; yours; mine; hers; ourselves; ''em; ''s; ours; i''m; theirs; him,--; ye; you''re; oneself; em; yourselves; you''ll; we''l; punish''d; me"--she; youth,--the; your----; you,--you; you''ld proper nouns: _; l.; maurice; tebaldo; orsino; gaspare; vittoria; hermione; julia; sicily; god; artois; san; blake; morgana; rome; ippolito; masc; maddalena; norvin; salvatore; lucrezia; francesco; giacinto; king; phi; signora; aliandra; don; lel; ferdinand; manella; di; miss; heaven; lady; bernie; la; sir; lord; pagliuca; delarey; italy; santa; hippolitus; sicilian; martel; corona; nell; myra keywords: sicily; santa; like; great; god; vittoria; think; st.; sicilian; san; rome; roman; naples; miss; maria; look; lady; italy; italian; ebook; don; co.; city; zeus; work; woman; winston; white; warren; wall; vincent; vesuvius; vereza; venice; turiddu; trufaldin; truf; terranova; temple; tebaldo; slayback; sir; signorino; signore; sebastiano; seaton; scene; saracinesca; salvatore; saint one topic; one dimension: said file(s): ./cache/19061.txt titles(s): Seeing Europe with Famous Authors, Volume 8 Italy, Sicily, and Greece, Part Two three topics; one dimension: said; said; masc file(s): ./cache/44311.txt, ./cache/7371.txt, ./cache/6563.txt titles(s): Corleone: A Tale of Sicily | A Sicilian Romance | The Blunderer five topics; three dimensions: said man like; gaspare said maurice; great like ll; blake know masc; edition title files file(s): ./cache/44311.txt, ./cache/7371.txt, ./cache/18845.txt, ./cache/6563.txt, titles(s): Corleone: A Tale of Sicily | A Sicilian Romance | Seeing Europe with Famous Authors, Volume 7 Italy, Sicily, and Greece (Part One) | The Blunderer | The Proud Prince Type: gutenberg title: subject-sicilyItaly-gutenberg date: 2021-06-09 time: 23:06 username: emorgan patron: Eric Morgan email: emorgan@nd.edu input: facet_subject:"Sicily (Italy)" ==== make-pages.sh htm files ==== make-pages.sh complex files ==== make-pages.sh named enities ==== making bibliographics id: 6379 author: Beach, Rex title: The Net date: words: 101212.0 sentences: 8408.0 pages: flesch: 88.0 cache: ./cache/6379.txt txt: ./txt/6379.txt summary: heard me speak." The overseer raised his hat, and Blake took his hand, We look like an American sheriff''s posse, Martel," said he. "I know men in my country who cherish their enemies like friends. "It was very good of you to come so long a way," said the Countess at During the next few days Norvin Blake saw much of the Countess Blake went to the girl and laid a shaking hand upon her arm, "Do you know," said Bernie, "I have been thinking about this Mafia abruptly, he left the room, like a man who knows he must think of but "You''re just the man I''m looking for," Bernie Dreux told Norvin, whom hand like a blind old man and be told that two and two make four. girl had talked of little except Norvin Blake and the effect had not Norvin Blake I knew in Sicily, who, indeed, did not know his own id: 10850 author: Beaumont, Francis title: Philaster; Or, Love Lies a Bleeding date: words: 37343.0 sentences: 7172.0 pages: flesch: 105.0 cache: ./cache/10850.txt txt: ./txt/10850.txt summary: But boy, it will prefer thee; thou art young, Come Sir, tell me truly, does your Lord love me? ''Tis thy Lords business hasts me thus; Away. Ages to come shall know no male of him Let all that shall succeed thee, for thy wrongs, What ill bred man art thou, to intrude thy self Clear thou thy self, or know not me for Father. D--H and Folio print ''Enter'' after a space at the end of preceding line. lines ending _by, hand, Princesse, selfe_. lines ending _tongue, King, him, infections, brave, boy, else, Seven lines ending _know, head, king, word, attempts, me, friends_. lines ending _selfe, sufficient, loves, would, expect, violence, know, Ten lines ending _thought, Lady, pardon''d, Three lines ending _looke, Lord, selfe_. Three lines ending _me, boy, brave_. Four lines ending _me, gods, selfe, Two lines ending _thou, me_. B, C, D, E] two lines ending _you and King_. id: 3831 author: Corelli, Marie title: The Secret Power date: words: 92719.0 sentences: 7408.0 pages: flesch: 87.0 cache: ./cache/3831.txt txt: ./txt/3831.txt summary: "She looks like a witch," she said slowly--"One of those creatures they Manella stared in a kind of child-like wonderment,--her big dusky eyes "For women to love in!" he said, with a sudden warmth in his dark eyes. "You won''t always think so!" he said--"Such a charming little woman "But I think even a soul may grow tired!" said Morgana, suddenly--"so "Quite natural!" she said--"No man is ever ''interested'' in woman''s "She''s a good ''draw'' for male visitors"--said Gwent--"Many a man I know Manella''s great bright eyes opened wide like stars in the darkness. hand gently on her arm--"be a good girl and think over what I''ve said brilliant little creature like Morgana, if she could win "a good man''s "How small the world looks from the air!" said Morgana--"It''s not worth "I am a woman of to-day,"--said Morgana. "A great love is always on the woman''s side,"--he said--"Men are too id: 44311 author: Crawford, F. Marion (Francis Marion) title: Corleone: A Tale of Sicily date: words: 155910.0 sentences: 9991.0 pages: flesch: 86.0 cache: ./cache/44311.txt txt: ./txt/44311.txt summary: ''Quite absurd, I suppose,'' answered Orsino, not looking at his brother. Ippolito laughed, watching his brother''s face, but he said nothing in ''I am thinking of going further before long,'' said Orsino gravely, as not like and did not trust Tebaldo, and thought his brother Francesco ''Goodbye,'' said Tebaldo, looking intently into her face as he opened the Vittoria''s father was said to have been a very good kind of man, ''I believe I heard something fall,'' said Orsino, opening the door of the Orsino got up and looked out again, as the man went away. ''That is a mere phrase, Orsino,'' said Corona, gravely, ''like a great ''Look here, Vittoria,'' said Tebaldo, more suavely. ''You know what you have said to Donna Vittoria,'' answered Ippolito. As Orsino had always said, Ippolito was more of a man ''A man cannot do better than marry the woman he loves,'' said Francesco, id: 20157 author: Hichens, Robert title: The Call of the Blood date: words: 147486.0 sentences: 12997.0 pages: flesch: 91.0 cache: ./cache/20157.txt txt: ./txt/20157.txt summary: "Maurice," said Hermione, leaning her long arms on the table and leaning As if Gaspare had understood what Maurice said, he suddenly spun round "Maurice," Hermione said, at last, "does this silence of the mountains "I''ll go into the sea with Gaspare," said Maurice. "I wish I were a man, Lucrezia," said Hermione, when the voices at length "Courage, Gaspare!" said Maurice, putting his hand on the boy''s shoulder. Maurice looked up from the letter and met Gaspare''s questioning eyes. Gaspare said nothing, but he looked at Salvatore, and his wet face was "Come along, Gaspare!" said Maurice, hastily. Maurice went away with Gaspare in the night towards the white road where Maurice went by he thought of Gaspare''s words, "When a man cannot go any Maurice said nothing, but took her hand and looked at her. "We''ll never part from Gaspare," Maurice thought, as he looked and id: 24652 author: Jones, Henry Festing title: Diversions in Sicily date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 25077 author: Jones, Henry Festing title: Castellinaria, and Other Sicilian Diversions date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 25785 author: McCarthy, Justin H. (Justin Huntly) title: The Proud Prince date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 6563 author: Molière title: The Blunderer date: words: 24001.0 sentences: 2539.0 pages: flesch: 92.0 cache: ./cache/6563.txt txt: ./txt/6563.txt summary: father becomes reconciled to his daughter having married a serving-man But let us endeavour to speak to Celia for a moment, to know what she SCENE III.--CELIA, LELIO, MASCARILLE. want now; let us make better use of our time; let us know of her quickly SCENE IV.--TRUFALDIN, CELIA, MASCARILLE, _and_ LELIO _in a have come to consult you to know whether his love is likely to meet with SCENE VIII.--TRUFALDIN, LEANDER, LELIO, MASCARILLE. SCENE XI.--LELIO, TRUFALDIN, MASCARILLE, _and his company masked_. [Footnote: Though Lelio says to Mascarille, "Enough, I know it all," he SCENE III.--TRUFALDIN, LELIO, MASCARILLE. SCENE VI.--TRUFALDIN, LELIO, MASCARILLE. SCENE VIII.--LELIO, TRUFALDIN, MASCARILLE. I shall stay as long as you like; I only wish to please you; let us SCENE IX.--CELIA, ANDRÈS, LELIO, MASCARILLE. I shall soon let you know what can be done. I shall go and inform my master of this, and let him know id: 7371 author: Radcliffe, Ann Ward title: A Sicilian Romance date: words: 67982.0 sentences: 3202.0 pages: flesch: 69.0 cache: ./cache/7371.txt txt: ./txt/7371.txt summary: On the following day Emilia and Julia dined with the marquis. breakfast-room in silence, and Julia almost feared to meet her eye. Julia waited the return of night with restless and fearful impatience. and Julia began to fear that Ferdinand had been discovered, when a Julia hastily followed the steps of the marchioness, and entered the Night returned, and Ferdinand repaired to the chamber of Julia to Ferdinand in passing from the marquis met Hippolitus. The duke, on quitting Julia, went to the marquis, with whom he The news of Julia''s elopement at length reached the ears of Ferdinand, closed--the duke did not appear, and the fate of Julia yet hung in The marquis made madame and Julia all the reparation in his marquis is coming.'' Julia''s heart sunk at these words; she paused not with the place of Julia''s present retreat, and upbraided the marquis id: 1134 author: Shakespeare, William title: The Winter''s Tale date: words: 40.0 sentences: 10.0 pages: flesch: 88.0 cache: ./cache/1134.txt txt: ./txt/1134.txt summary: THIS EBOOK WAS ONE OF PROJECT GUTENBERG''S EARLY FILES PRODUCED AT A TIME WHEN PROOFING METHODS AND TOOLS WERE NOT WELL DEVELOPED. IS AN IMPROVED EDITION OF THIS TITLE WHICH MAY BE VIEWED AS EBOOK (#1539) at https://www.gutenberg.org/ebooks/1539 id: 1800 author: Shakespeare, William title: The Winter''s Tale date: words: 40.0 sentences: 10.0 pages: flesch: 88.0 cache: ./cache/1800.txt txt: ./txt/1800.txt summary: THIS EBOOK WAS ONE OF PROJECT GUTENBERG''S EARLY FILES PRODUCED AT A TIME WHEN PROOFING METHODS AND TOOLS WERE NOT WELL DEVELOPED. IS AN IMPROVED EDITION OF THIS TITLE WHICH MAY BE VIEWED AS EBOOK (#1539) at https://www.gutenberg.org/ebooks/1539 id: 2248 author: Shakespeare, William title: The Winter's Tale date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 37979 author: Verga, Giovanni title: Under the Shadow of Etna: Sicilian Stories from the Italian of Giovanni Verga date: words: 28846.0 sentences: 1492.0 pages: flesch: 87.0 cache: ./cache/37979.txt txt: ./txt/37979.txt summary: "Yes," continued Jeli, "_massaro_ Agrippino''s daughter Mara, who used Jeli then let his grasp relax, and the little girl set to work to pick "We are going away," said Mara, when she saw him looking around. Jeli took hold and helped _massaro_ Agrippino and _la gnà Lia_ load up "Let him be," said Jeli, as white in the face as if it were himself Mara went holding _massaro_ Neri''s son''s arm, as if she were a fine mentioned as soon to marry _massaro_ Agrippino''s Mara, Jeli said not a When Mara said "_sissignore_," and the priest made her Jeli''s wife When Mara returned with the wood in her arms Jeli said to her, "Why one like _compare_ Neli was wanted to buy his Saint Joseph''s ass, at And _compare_ Neli, as he got behind the ass to drive it off, said,-"Every day that Saint Joseph''s ass lives," said he, "I make fifteen id: 18845 author: nan title: Seeing Europe with Famous Authors, Volume 7 Italy, Sicily, and Greece (Part One) date: words: 53178.0 sentences: 2229.0 pages: flesch: 69.0 cache: ./cache/18845.txt txt: ./txt/18845.txt summary: at least), churches, and a great temple all in the air, and beautiful of the walls were also covered with life-like paintings, so that the beautiful buildings of the modern city, is unhappily placed. On reaching the end of a long line of narrow streets, white walls, and great churches which come rolling past me like a sea, it is a small Rome--quarries in the old time, but afterward the hiding-places of the Old Palace; it is a great mass of stone, without columns, without laid in July of that year, with all the greatness of Florence looking the great dome he was to build--and so built it, all opposition Many of the fine old palaces of Florence, you know, are built in a Campanile, high above palace roofs, arcades and church domes, its bells The Ducal Palace, which was the great work of Venice, was built id: 19061 author: nan title: Seeing Europe with Famous Authors, Volume 8 Italy, Sicily, and Greece, Part Two date: words: 51497.0 sentences: 2347.0 pages: flesch: 74.0 cache: ./cache/19061.txt txt: ./txt/19061.txt summary: Senate House, round about any large building, little shops stick close, city; here, before the tombs of the great, people might well reflect wall is some forty feet high, built of stone from the Pisan hills, Stand at the bottom of the great market-place of Pompeii, and look up this watercourse were adorned with old houses and long walls, and trees, to the great Northern wall, we have a wonderful relic of those times; city that can never be ruined--for instance, the great stone quarries, that from the city below they look like the remains of two different There are very old and very beautiful little churches in Athens, remains of the ancient city are stones; for the massive square tower, The great gate of the city, a portion of the wall, and four of the projection of huge stones, looking like a square tower, on its right ==== make-pages.sh questions ==== make-pages.sh search ==== make-pages.sh topic modeling corpus Zipping study carrel