mv: ‘./input-file.zip’ and ‘./input-file.zip’ are the same file Creating study carrel named subject-athensGreece-gutenberg Initializing database Unzipping Archive: input-file.zip creating: ./tmp/input/input-file/ inflating: ./tmp/input/input-file/26095.txt inflating: ./tmp/input/input-file/1113.txt inflating: ./tmp/input/input-file/1132.txt inflating: ./tmp/input/input-file/4716.txt inflating: ./tmp/input/input-file/1798.txt inflating: ./tmp/input/input-file/1778.txt inflating: ./tmp/input/input-file/3013.txt inflating: ./tmp/input/input-file/3012.txt inflating: ./tmp/input/input-file/1536.txt inflating: ./tmp/input/input-file/1542.txt inflating: ./tmp/input/input-file/2242.txt inflating: ./tmp/input/input-file/2262.txt inflating: ./tmp/input/input-file/6151.txt inflating: ./tmp/input/input-file/6152.txt inflating: ./tmp/input/input-file/6155.txt inflating: ./tmp/input/input-file/6153.txt inflating: ./tmp/input/input-file/6154.txt inflating: ./tmp/input/input-file/6878.txt inflating: ./tmp/input/input-file/12842.txt inflating: ./tmp/input/input-file/9060.txt inflating: ./tmp/input/input-file/9061.txt inflating: ./tmp/input/input-file/8689.txt inflating: ./tmp/input/input-file/8688.txt inflating: ./tmp/input/input-file/41471.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-athensGreece-gutenberg FILE: cache/1536.txt OUTPUT: txt/1536.txt FILE: cache/3012.txt OUTPUT: txt/3012.txt FILE: cache/1798.txt OUTPUT: txt/1798.txt FILE: cache/12842.txt OUTPUT: txt/12842.txt FILE: cache/2262.txt OUTPUT: txt/2262.txt FILE: cache/1132.txt OUTPUT: txt/1132.txt FILE: cache/8689.txt OUTPUT: txt/8689.txt FILE: cache/6155.txt OUTPUT: txt/6155.txt FILE: cache/41471.txt OUTPUT: txt/41471.txt FILE: cache/1778.txt OUTPUT: txt/1778.txt FILE: cache/6154.txt OUTPUT: txt/6154.txt FILE: cache/1113.txt OUTPUT: txt/1113.txt FILE: cache/1542.txt OUTPUT: txt/1542.txt FILE: cache/4716.txt OUTPUT: txt/4716.txt FILE: cache/9061.txt OUTPUT: txt/9061.txt FILE: cache/26095.txt OUTPUT: txt/26095.txt FILE: cache/6878.txt OUTPUT: txt/6878.txt FILE: cache/6152.txt OUTPUT: txt/6152.txt FILE: cache/3013.txt OUTPUT: txt/3013.txt FILE: cache/2242.txt OUTPUT: txt/2242.txt FILE: cache/6153.txt OUTPUT: txt/6153.txt FILE: cache/6151.txt OUTPUT: txt/6151.txt FILE: cache/9060.txt OUTPUT: txt/9060.txt FILE: cache/8688.txt OUTPUT: txt/8688.txt === file2bib.sh === id: 1536 author: Shakespeare, William title: The Life of Timon of Athens date: pages: extension: .txt txt: ./txt/1536.txt cache: ./cache/1536.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'1536.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' 1132 txt/../pos/1132.pos 1798 txt/../pos/1798.pos === file2bib.sh === id: 1542 author: Shakespeare (spurious and doubtful works) title: The Two Noble Kinsmen date: pages: extension: .txt txt: ./txt/1542.txt cache: ./cache/1542.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'1542.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' 1536 txt/../pos/1536.pos === file2bib.sh === id: 2242 author: Shakespeare, William title: A Midsummer Night's Dream date: pages: extension: .txt txt: ./txt/2242.txt cache: ./cache/2242.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'2242.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' 2262 txt/../wrd/2262.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 1778 txt/../pos/1778.pos 2262 txt/../pos/2262.pos 1536 txt/../wrd/1536.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 1536 txt/../ent/1536.ent 1132 txt/../ent/1132.ent 2262 txt/../ent/2262.ent 1132 txt/../wrd/1132.wrd 1798 txt/../ent/1798.ent 1798 txt/../wrd/1798.wrd 1778 txt/../wrd/1778.wrd 1778 txt/../ent/1778.ent === file2bib.sh === id: 1132 author: Shakespeare, William title: The Life of Timon of Athens date: pages: extension: .txt txt: ./txt/1132.txt cache: ./cache/1132.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'1132.txt' === file2bib.sh === id: 1778 author: Shakespeare, William title: A Midsummer Night's Dream date: pages: extension: .txt txt: ./txt/1778.txt cache: ./cache/1778.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'1778.txt' 12842 txt/../wrd/12842.wrd 1113 txt/../pos/1113.pos === file2bib.sh === id: 1113 author: Shakespeare, William title: A Midsummer Night's Dream date: pages: extension: .txt txt: ./txt/1113.txt cache: ./cache/1113.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'1113.txt' 1542 txt/../pos/1542.pos 1113 txt/../wrd/1113.wrd 1113 txt/../ent/1113.ent 1542 txt/../wrd/1542.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 1542 txt/../ent/1542.ent === file2bib.sh === id: 2262 author: Shakespeare, William title: Timon of Athens date: pages: extension: .txt txt: ./txt/2262.txt cache: ./cache/2262.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'2262.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' 12842 txt/../pos/12842.pos 2242 txt/../pos/2242.pos 2242 txt/../wrd/2242.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 2242 txt/../ent/2242.ent 12842 txt/../ent/12842.ent === file2bib.sh === id: 12842 author: Colman, George title: A Fairy Tale in Two Acts Taken from Shakespeare (1763) date: pages: extension: .txt txt: ./txt/12842.txt cache: ./cache/12842.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 2 resourceName b'12842.txt' 3012 txt/../wrd/3012.wrd 3012 txt/../pos/3012.pos === file2bib.sh === id: 3012 author: Aristophanes title: The Acharnians date: pages: extension: .txt txt: ./txt/3012.txt cache: ./cache/3012.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 2 resourceName b'3012.txt' 3012 txt/../ent/3012.ent 26095 txt/../pos/26095.pos === file2bib.sh === id: 1798 author: Shakespeare, William title: Timon of Athens date: pages: extension: .txt txt: ./txt/1798.txt cache: ./cache/1798.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'1798.txt' 3013 txt/../wrd/3013.wrd 3013 txt/../pos/3013.pos 26095 txt/../wrd/26095.wrd 26095 txt/../ent/26095.ent 6878 txt/../pos/6878.pos 6154 txt/../pos/6154.pos 6878 txt/../wrd/6878.wrd === file2bib.sh === id: 26095 author: Aristotle title: The Athenian Constitution date: pages: extension: .txt txt: ./txt/26095.txt cache: ./cache/26095.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'26095.txt' === file2bib.sh === id: 3013 author: Aristophanes title: The Birds date: pages: extension: .txt txt: ./txt/3013.txt cache: ./cache/3013.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'3013.txt' 6154 txt/../wrd/6154.wrd 6154 txt/../ent/6154.ent 6155 txt/../pos/6155.pos 6155 txt/../wrd/6155.wrd 3013 txt/../ent/3013.ent 6878 txt/../ent/6878.ent 6152 txt/../pos/6152.pos 6152 txt/../wrd/6152.wrd 9061 txt/../pos/9061.pos 6155 txt/../ent/6155.ent 9061 txt/../wrd/9061.wrd === file2bib.sh === id: 6878 author: Demosthenes title: The Olynthiacs and the Phillippics of Demosthenes Literally translated with notes date: pages: extension: .txt txt: ./txt/6878.txt cache: ./cache/6878.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'6878.txt' 6153 txt/../pos/6153.pos 6151 txt/../pos/6151.pos === file2bib.sh === id: 6154 author: Lytton, Edward Bulwer Lytton, Baron title: Athens: Its Rise and Fall, Book IV date: pages: extension: .txt txt: ./txt/6154.txt cache: ./cache/6154.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'6154.txt' 6152 txt/../ent/6152.ent 6151 txt/../wrd/6151.wrd 6153 txt/../wrd/6153.wrd 4716 txt/../pos/4716.pos 41471 txt/../pos/41471.pos 6153 txt/../ent/6153.ent 4716 txt/../wrd/4716.wrd === file2bib.sh === id: 6153 author: Lytton, Edward Bulwer Lytton, Baron title: Athens: Its Rise and Fall, Book III date: pages: extension: .txt txt: ./txt/6153.txt cache: ./cache/6153.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'6153.txt' 41471 txt/../wrd/41471.wrd 9061 txt/../ent/9061.ent === file2bib.sh === id: 6155 author: Lytton, Edward Bulwer Lytton, Baron title: Athens: Its Rise and Fall, Book V date: pages: extension: .txt txt: ./txt/6155.txt cache: ./cache/6155.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'6155.txt' 6151 txt/../ent/6151.ent 8688 txt/../wrd/8688.wrd 9060 txt/../wrd/9060.wrd 8688 txt/../pos/8688.pos 8689 txt/../wrd/8689.wrd 9060 txt/../pos/9060.pos === file2bib.sh === id: 6152 author: Lytton, Edward Bulwer Lytton, Baron title: Athens: Its Rise and Fall, Book II date: pages: extension: .txt txt: ./txt/6152.txt cache: ./cache/6152.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'6152.txt' 8689 txt/../pos/8689.pos 9060 txt/../ent/9060.ent 41471 txt/../ent/41471.ent 4716 txt/../ent/4716.ent 8688 txt/../ent/8688.ent === file2bib.sh === id: 9061 author: Demosthenes title: The Public Orations of Demosthenes, volume 2 date: pages: extension: .txt txt: ./txt/9061.txt cache: ./cache/9061.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'9061.txt' === file2bib.sh === id: 6151 author: Lytton, Edward Bulwer Lytton, Baron title: Athens: Its Rise and Fall, Book I date: pages: extension: .txt txt: ./txt/6151.txt cache: ./cache/6151.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'6151.txt' 8689 txt/../ent/8689.ent === file2bib.sh === id: 9060 author: Demosthenes title: The Public Orations of Demosthenes, volume 1 date: pages: extension: .txt txt: ./txt/9060.txt cache: ./cache/9060.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 7 resourceName b'9060.txt' === file2bib.sh === id: 4716 author: Davis, William Stearns title: A Day in Old Athens; a Picture of Athenian Life date: pages: extension: .txt txt: ./txt/4716.txt cache: ./cache/4716.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 8 resourceName b'4716.txt' === file2bib.sh === id: 41471 author: Church, Alfred John title: Callias: A Tale of the Fall of Athens date: pages: extension: .txt txt: ./txt/41471.txt cache: ./cache/41471.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 6 resourceName b'41471.txt' === file2bib.sh === id: 8688 author: Aristophanes title: The Eleven Comedies, Volume 1 date: pages: extension: .txt txt: ./txt/8688.txt cache: ./cache/8688.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 8 resourceName b'8688.txt' === file2bib.sh === id: 8689 author: Aristophanes title: The Eleven Comedies, Volume 2 date: pages: extension: .txt txt: ./txt/8689.txt cache: ./cache/8689.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 8 resourceName b'8689.txt' Done mapping. Reducing subject-athensGreece-gutenberg === reduce.pl bib === id = 3013 author = Aristophanes title = The Birds date = pages = extension = .txt mime = text/plain words = 21622 sentences = 2481 flesch = 88 summary = Euelpides and Pisthetaerus, two old Athenians, Epops (the hoopoe), sometime called Tereus, and now King of the Birds, EUELPIDES This is, then, truly a running-bird.(1) Come, Trochilus, do us PISTHETAERUS Aye, indeed; 'tis a foreign bird too. PISTHETAERUS It was not the gods, but the birds, who were formerly the PISTHETAERUS First I advise that the birds gather together in one city PISTHETAERUS Why, the birds, by Zeus, will add three hundred years to f(1) Pisthetaerus and Euelpides now both return with wings. PISTHETAERUS Let us address our sacrifices and our prayers to the winged PISTHETAERUS Men now adore the birds as gods, and 'tis to them, by Zeus, PISTHETAERUS Will you stay with us and form a chorus of winged birds as PISTHETAERUS 'Tis I, but you must tell me for what purpose you want PISTHETAERUS 'Tis just my words that give you wings. cache = ./cache/3013.txt txt = ./txt/3013.txt === reduce.pl bib === id = 26095 author = Aristotle title = The Athenian Constitution date = pages = extension = .txt mime = text/plain words = 24852 sentences = 935 flesch = 65 summary = The elections to the various offices Solon enacted should be by lot, nine Archons; whereas in early times the Council of Areopagus summoned Council of Five Hundred, and others to the Assembly and the law-courts. Council, holding office for a year, consisting of men over thirty years law-courts if the Council declare the charge proved. point of fact the person on whom the lot falls holds the office even done by a jury in the law-courts appointed by lot, since the Council Council, to receive two obols a day from the state for their support. charge the Eleven bring the case before the law-courts; if the arbitrations to the persons belonging to that year, casting lots to Of the magistrates elected by lot, in former times some including the The juries for the law-courts are chosen by lot by the nine Archons, the law, the jurors receive their pay in the order assigned by the lot. cache = ./cache/26095.txt txt = ./txt/26095.txt === reduce.pl bib === id = 3012 author = Aristophanes title = The Acharnians date = pages = extension = .txt mime = text/plain words = 13741 sentences = 1671 flesch = 89 summary = SCENE: The Athenian Ecclesia on the Pnyx; afterwards Dicaeopolis' house in the country. Friend, with thy great eye, round like the hole through Let the basket-bearer(1) come forward, and thou of Bacchus, night reveller, god of adultery, friend of young men, these let us hear the good grounds you can give us; I am curious to know wanted to see this great poet, who had dared to speak the truth to Come, poor little daughters of an unfortunate father, try to find Come, let some figs be Lamachus wants to keep the Feast of Cups,(1) and I come by his order Let him eat salt fish, while he shakes his plumes, and, if he comes I shall take away all these goods; I go home on thrushes' wings Come quickly to the feast and bring your basket and your cup; Old man, I come at your bidding! cache = ./cache/3012.txt txt = ./txt/3012.txt === reduce.pl bib === id = 6154 author = Lytton, Edward Bulwer Lytton, Baron title = Athens: Its Rise and Fall, Book IV date = pages = extension = .txt mime = text/plain words = 35898 sentences = 1521 flesch = 60 summary = Remarks on the Effects of War.--State of Athens.--Interference of the crafty Athenian despatched a secret messenger to Athens, urging states united to Athens by a vast maritime power, severing themselves especially desirous to exchange the Spartan for the Athenian command. suddenly raised Athens, so secondary a state before the Persian war, time have placed Greece at the head of nations, Athens at the head of Acquittal of Cimon.--The Athenians assist the Spartans at Ithome.-Spartan faction in Athens stood Cimon. Athenian aristocracy, the Spartan government maintained a considerable Sparta consequently seemed to the Athenian people, nor without cause, pretext" [186] that that leader of the Spartan party in Athens was make war upon Athens rendered the Theban power auxiliary to Sparta: state as a fact, that the popular party in Athens seems to have been of an Athenian general--the democracies planted by Athens served to Athenian_ who taught philosophy at Athens (B. cache = ./cache/6154.txt txt = ./txt/6154.txt === reduce.pl bib === id = 1132 author = Shakespeare, William title = The Life of Timon of Athens 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 (#100) at https://www.gutenberg.org/ebooks/100 cache = ./cache/1132.txt txt = ./txt/1132.txt === reduce.pl bib === id = 1778 author = Shakespeare, William title = A Midsummer Night's Dream 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 (#1514) at https://www.gutenberg.org/ebooks/1514 cache = ./cache/1778.txt txt = ./txt/1778.txt === reduce.pl bib === id = 6155 author = Lytton, Edward Bulwer Lytton, Baron title = Athens: Its Rise and Fall, Book V date = pages = extension = .txt mime = text/plain words = 44839 sentences = 2879 flesch = 74 summary = withdrawn, than an Athenian force, headed by Pericles, who is said to Causes of the Power of Pericles.--Judicial Courts of the dependant Allies transferred to Athens.--Sketch of the Athenian Revenues.-ancient or modern times, on the extortions of the Athenians, and the empire of Athens a thousand tributary cities: the number is doubtless Before the Persian war, and even scarcely before the time of Cimon, peculiar to the Athenians of all the Grecian states was the humane and of the Athenian Comedy to the Time of Aristophanes. Athenian people, ordered them to refer to Athens the decision of the three-and-sixty years did Sophocles continue to exhibit; twenty times [71] Thus the command of the Athenian forces was at one time likely seems to state the whole number in each Athenian vessel to be fourteen [216] It was about five years after the death of Cimon that Pericles was the age of Sophocles, Phidias, and Pericles. cache = ./cache/6155.txt txt = ./txt/6155.txt === reduce.pl bib === === reduce.pl bib === === reduce.pl bib === id = 6153 author = Lytton, Edward Bulwer Lytton, Baron title = Athens: Its Rise and Fall, Book III date = pages = extension = .txt mime = text/plain words = 44167 sentences = 1933 flesch = 63 summary = Artemisium.--The Greeks retreat.--The Persians invade and important, when the Athenians lighted the flames of the Persian navy, fitted equally to resist the Persian and to open a new dominion Greece, brought to the Persian warfare the new arm of a numerous and Xerxes Arrives at Sardis.--Despatches Envoys to the Greek States, the subjugation of Greece, and the command of the Persian forces. Artemisium.--The Greeks retreat.--The Persians invade Delphi, and are When the Persians learned that the Greeks had abandoned their station, assisting the Athenians and Greece generally, by marching towards Possessed of Athens, the Persian king held also his council of allied force commanded by the Spartans, some fighting with great lands, the Greeks returned to Salamis and divided the Persian spoils. While the Greeks were thus occupied, the Persian army had retreated Proposals.--Athenians retreat to Salamis.--Mardonius occupies Athens. The answer of the Athenians to both Spartan and Persian, the cache = ./cache/6153.txt txt = ./txt/6153.txt === reduce.pl bib === === reduce.pl bib === id = 1113 author = Shakespeare, William title = A Midsummer Night's Dream 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 (#1514) at https://www.gutenberg.org/ebooks/1514 cache = ./cache/1113.txt txt = ./txt/1113.txt === reduce.pl bib === id = 12842 author = Colman, George title = A Fairy Tale in Two Acts Taken from Shakespeare (1763) date = pages = extension = .txt mime = text/plain words = 4788 sentences = 623 flesch = 102 summary = Enter Quince, Snug, Bottom, Flute, Snowt, and Starveling. Bot. First, good Peter Quince, say what the play treats on; then Flu. Nay, faith, let not me play a woman, I have a beard coming. Bot. An I may hide my face, let me play Thisby too; I'll speak in a monstrous little voice; Thisne, Thisne, ah Pyramus my lover dear, thy Bot. Let me play the Lion too, I will roar, that I will do any man's Enter a Fairy at one Door, and Puck, or Robin-good-fellow, at But make room, Fairy, here comes Oberon. Enter Oberon King of Fairies at one door, with his train, and the Enter Queen of the Fairies, and her Train. Come not near our fairy Queen. [Oberon squeeses the Juice of the Flower on the Queen's Eyes. Bot. There are things in this Comedy of Pyramus and Thisby, that cache = ./cache/12842.txt txt = ./txt/12842.txt === reduce.pl bib === id = 6878 author = Demosthenes title = The Olynthiacs and the Phillippics of Demosthenes Literally translated with notes date = pages = extension = .txt mime = text/plain words = 33726 sentences = 1761 flesch = 72 summary = pass a good account [Footnote: Every man, who is required to justify the That here are men prepared for a war with Philip, possessed of a myself, men of Athens, should most assuredly have regarded Philip as an To this crisis, O Athenians, are Philip's affairs come; or let Think not, Athenians, that Philip and his subjects to let Philip enslave Greek cities for lack of provisions for your [Footnote: He refers to the war in which Athens assisted the Thebans In all the speeches, men of Athens, about Philip's measures and If now we were all agreed that Philip is at war with Athens and [Footnote: Not long before this oration was delivered, Philip was convinced in your minds, that Philip is at war with our state, and has are in such danger as you, men of Athens; not only because Philip's without any Athenian moving a declaration of war, Philip has taken many cache = ./cache/6878.txt txt = ./txt/6878.txt === reduce.pl bib === id = 8689 author = Aristophanes title = The Eleven Comedies, Volume 2 date = pages = extension = .txt mime = text/plain words = 105748 sentences = 13476 flesch = 91 summary = 'Tis acting like a man eager for his safety. thou art come to live near the tribunal, 'tis with the express design of want my father to lead a joyous life like Morychus[64] instead of going That old men are no longer good for anything; we shall be masses; I shall always fight for the people." And 'tis you, father, who My dear son never lets me out of his sight; 'tis an unbearable tragic poet who pretends to be a skilful dancer, let him come and contest know that a clever old man has come to us, bringing an entirely new idea sake of the gods, let her come here, so that we may contemplate the Men now adore the birds as gods, and 'tis to them, by Zeus, Come, thou Muse of Euripides; 'tis 'Tis said that Euripides has sent an old man here to-day, one cache = ./cache/8689.txt txt = ./txt/8689.txt === reduce.pl bib === === reduce.pl bib === id = 6152 author = Lytton, Edward Bulwer Lytton, Baron title = Athens: Its Rise and Fall, Book II date = pages = extension = .txt mime = text/plain words = 48472 sentences = 2383 flesch = 64 summary = Cirrhaean War.--Epimenides.--Political State of Athens.--Character of Solon.--His Legislation.--General View of the Athenian Constitution. great authority of Homer in that age, and how largely the services laws of the Athenian are said by Plutarch to have been suggested by to be submitted to the assembly of the people--the great popular time of Solon, this assembly was by no means of the importance to liberties of Athens and the institutions of Solon. The Departure of Solon from Athens.--The Rise of Pisistratus.--Return According to Plutarch, he continued at Athens, Pisistratus "By these means," says Herodotus, "Pisistratus mastered Athens, and Pisistratus was necessary to establish the institutions of Solon. most powerful of the Athenians was a noble named Miltiades, son of in the time of his great-grandson Alyattes, a war of twelve years with From the time that the Athenians had assisted the forces of Miletus of the Athenians, one cannot but suppose, that if Solon had really cache = ./cache/6152.txt txt = ./txt/6152.txt === reduce.pl bib === id = 41471 author = Church, Alfred John title = Callias: A Tale of the Fall of Athens date = pages = extension = .txt mime = text/plain words = 94998 sentences = 6033 flesch = 84 summary = to Callias, and the young man asked and obtained leave from the captain "Come," he said, as Callias looked up, "if you can spare half an hour my dear boy," he said, "things have come to a pretty pass with Athens. "You talk as an Athenian," said the old man, "and they are not "Nay, sir," said the young man who had spoken to Callias, "you must call it so?" said Xenophon, to the young man as he entered the room. "As you are going to see this man for the first time," said the latter, "I feel that my place is at Athens," said Callias to his host a few days "What say you, Callias?" said Hippocles, turning to the young man. "I know very little of such matters," said the young Callias after a "Stand up for the honor of Athens," said Xenophon, "don't let the men of cache = ./cache/41471.txt txt = ./txt/41471.txt === reduce.pl bib === id = 4716 author = Davis, William Stearns title = A Day in Old Athens; a Picture of Athenian Life date = pages = extension = .txt mime = text/plain words = 75384 sentences = 5234 flesch = 79 summary = Athenian Pottery an Expression of the Greek Sense of Beauty . Attica in general; but what of the setting of the city of Athens of the old Athenian life in Zimmern's "The Greek Commonwealth," p. Preëminently Athens may be called the "City of the Simple Life." great side of civilization which the city of Athens might develop the Hellene,--Old Age. Athenian women especially (though the men Slavery an Integral Part of Greek Life.--An Athenian lady cares The Schoolboy's Pedagogue.--It is a great day for an Athenian in Athens) as possible, and must they not some day, as good citizens, By eighteen the young Athenian's days of study will usually come The Commerce of Athens.--Part of Athenian wealth comes from the boys, there are three great public Gymnasia at Athens,--the a marked man around Athens or any other Greek city. The Acropolis of Athens.--Almost every Greek city has its own cache = ./cache/4716.txt txt = ./txt/4716.txt === reduce.pl bib === id = 8688 author = Aristophanes title = The Eleven Comedies, Volume 1 date = pages = extension = .txt mime = text/plain words = 89653 sentences = 10936 flesch = 89 summary = DEMOS, an old man, typifying the Athenian people. This man of leather knows his old master thoroughly; he plays 'Tis best then to die; but let us seek the most heroic death. Let us drink the blood of a bull; 'tis the death which there he is, going towards the market-place; 'tis the gods, faith, 'tis nobly done and like a true friend of Demos. The god tells you here to look after me, for, 'tis I who am your have become a great man, 'tis thanks to me; I ask but a little thing; loose hairs, muse, think of my fields, long for peace, curse town life Come, speak; for 'tis a good Fate, that has dances, if you love me; come and celebrate the nuptials of the gods, the they will come, my dear; but 'tis not easy, you know, for Come, tell me the kind of mind you have; 'tis important I know cache = ./cache/8688.txt txt = ./txt/8688.txt === reduce.pl bib === id = 1798 author = Shakespeare, William title = Timon of Athens 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 (#100) at https://www.gutenberg.org/ebooks/100 cache = ./cache/1798.txt txt = ./txt/1798.txt === reduce.pl bib === id = 9061 author = Demosthenes title = The Public Orations of Demosthenes, volume 2 date = pages = extension = .txt mime = text/plain words = 65191 sentences = 4281 flesch = 81 summary = Philip sent troops to hold the town, and complained to Athens in accused of having brought about the war, Philip wrongfully seized many one comes forward and tells you the truth, and says, 'Men of Athens, minds to the fact that Philip is at war with Athens, and has broken the reason, men of Athens, that though Philip's campaigns, his aggressions, for any one in Athens to propose the declaration of war, Philip has not city, although, men of Athens, I could tell how often I had been admitted by us all that Philip was at war with Athens, and was For, men of Athens, we have many natural advantages for a war,[n] if we Amphictyonic states must either send men and money, or else make Philip {61} Philip, men of Athens, had a great advantage in Yet in truth, men of Athens, so far as Aeschines is cache = ./cache/9061.txt txt = ./txt/9061.txt === reduce.pl bib === id = 6151 author = Lytton, Edward Bulwer Lytton, Baron title = Athens: Its Rise and Fall, Book I date = pages = extension = .txt mime = text/plain words = 58803 sentences = 2385 flesch = 58 summary = I Remarks on the Effects of War.--State of Athens.--Interference earliest Civilizers of Greece foreigners or Greeks?--The Foundation of race which appear to have exercised a dominant power in Greece. kings can be traced by tradition to a time long prior to the recorded mythological fable, I believe the earliest civilizers of Greece to king over a Grecian state:--the social life of the gods is the life formed by intercourse between Greece and Egypt in a far later age. whole character of the Athenian people--moral, social, religious, and At that time, as I have before stated, Greece was overrun by robbers: an extensive population was necessary to a powerful state, so Theseus A General Survey of Greece and the East previous to the time of the most powerful of the states of Greece; and Argos, next to Sicyori, many of the Dorian states--even Sparta itself--appear to have been cache = ./cache/6151.txt txt = ./txt/6151.txt === reduce.pl bib === id = 9060 author = Demosthenes title = The Public Orations of Demosthenes, volume 1 date = pages = extension = .txt mime = text/plain words = 83565 sentences = 3570 flesch = 73 summary = {14} In thinking out these points and others like them, men of Athens, For you ought, men of Athens, to think of a man's But Philip saw quite clearly, men of Athens, {1} I believe, men of Athens, that you would give a great sum to know {2} The present time, men of Athens, seems almost to cry aloud that you {3} Now to describe at length the power of Philip, men of Athens, and the crisis, men of Athens, to which Philip's fortunes have now come. {22} Now if any of you, men of Athens, seeing Philip's good fortune, time of peace; and we have trained Philip to be the powerful enemy to peace should be made by Athens and her allies with Philip and his {5} In the first place, men of Athens, when at the time of For you must be well assured, men of Athens, that Philip does not cache = ./cache/9060.txt txt = ./txt/9060.txt Building ./etc/reader.txt 8689 9060 8688 8689 8688 41471 number of items: 24 sum of words: 845,607 average size in words: 42,280 average readability score: 79 nouns: men; man; time; city; people; war; day; gods; nothing; life; power; way; one; part; country; name; state; place; peace; years; son; death; things; women; law; father; others; thing; king; age; citizens; character; course; house; hand; money; allies; battle; poet; fact; woman; friend; words; head; days; word; friends; year; master; force verbs: is; was; have; be; are; had; were; been; has; do; come; see; let; am; made; said; did; take; say; make; know; go; give; being; tell; done; does; think; find; put; get; brought; going; called; found; sent; speak; given; came; having; seems; taken; ''s; hear; according; bring; took; seen; left; keep adjectives: other; great; own; such; athenian; many; good; old; first; same; little; more; young; public; new; whole; last; second; greek; much; true; long; best; common; certain; persian; popular; general; few; very; least; present; ancient; possible; poor; sacred; grecian; better; able; free; full; most; small; single; political; open; ready; large; less; greater adverbs: not; so; then; now; more; only; up; even; here; most; very; out; as; well; never; also; thus; too; still; just; yet; indeed; there; first; again; far; once; ever; away; off; down; however; no; long; n''t; much; perhaps; always; all; already; therefore; probably; often; rather; back; soon; on; almost; over; less pronouns: you; he; i; it; his; their; they; we; him; your; them; me; my; us; our; her; its; himself; she; themselves; myself; itself; yourself; one; ourselves; herself; thy; thee; yours; yourselves; mine; ours; theirs; ''s; ''em; ye; oneself; thyself; theseus; inarus.--aegina; ay; ithome.--thasos; hers; egypt;--the; you?--when; women;--they; whosoever; us:--; universal;--so; tranquillity;--their proper nouns: _; athens; philip; athenians; greece; chorus; greek; pisthetaerus; euripides; greeks; §; dicaeopolis; sparta; c.; zeus; spartans; god; socrates; aeschines; athenian; strepsiades; callias; i.; trygaeus; chremylus; aeschylus; ii; attica; .; council; cleon; spartan; euelpides; solon; peace; xanthias; epops; philocleon; b.; themistocles; lysistrata; king; bdelycleon; thebes; first; thebans; lamachus; cimon; assembly; mnesilochus keywords: athens; greece; athenian; man; spartans; greek; athenians; zeus; herodotus; greeks; grecian; ebook; demosthene; chorus; themistocles; thebans; socrates; philip; persian; old; lamachus; hellenes; council; attica; aeschylus; woman; war; time; thebes; spartan; sparta; solon; plutarch; pisthetaerus; pisistratus; phocians; pericles; peace; pausanias; olynthus; mr.; miltiades; megarian; informer; homer; heracles; good; footnote; f(1; euripides one topic; one dimension: athens file(s): titles(s): The Life of Timon of Athens three topics; one dimension: athens; athens; people file(s): ./cache/8689.txt, ./cache/6153.txt, ./cache/6151.txt titles(s): The Eleven Comedies, Volume 2 | Athens: Its Rise and Fall, Book III | Athens: Its Rise and Fall, Book I five topics; three dimensions: oh tis come; athens man said; athens athenians greece; philip athens men; time state people file(s): ./cache/8688.txt, ./cache/41471.txt, ./cache/6152.txt, ./cache/9061.txt, ./cache/6155.txt titles(s): The Eleven Comedies, Volume 1 | Callias: A Tale of the Fall of Athens | Athens: Its Rise and Fall, Book II | The Public Orations of Demosthenes, volume 2 | Athens: Its Rise and Fall, Book V Type: gutenberg title: subject-athensGreece-gutenberg date: 2021-06-01 time: 13:06 username: emorgan patron: Eric Morgan email: emorgan@nd.edu input: facet_subject:"Athens (Greece)" ==== make-pages.sh htm files ==== make-pages.sh complex files ==== make-pages.sh named enities ==== making bibliographics id: 3013 author: Aristophanes title: The Birds date: words: 21622.0 sentences: 2481.0 pages: flesch: 88.0 cache: ./cache/3013.txt txt: ./txt/3013.txt summary: Euelpides and Pisthetaerus, two old Athenians, Epops (the hoopoe), sometime called Tereus, and now King of the Birds, EUELPIDES This is, then, truly a running-bird.(1) Come, Trochilus, do us PISTHETAERUS Aye, indeed; ''tis a foreign bird too. PISTHETAERUS It was not the gods, but the birds, who were formerly the PISTHETAERUS First I advise that the birds gather together in one city PISTHETAERUS Why, the birds, by Zeus, will add three hundred years to f(1) Pisthetaerus and Euelpides now both return with wings. PISTHETAERUS Let us address our sacrifices and our prayers to the winged PISTHETAERUS Men now adore the birds as gods, and ''tis to them, by Zeus, PISTHETAERUS Will you stay with us and form a chorus of winged birds as PISTHETAERUS ''Tis I, but you must tell me for what purpose you want PISTHETAERUS ''Tis just my words that give you wings. id: 3012 author: Aristophanes title: The Acharnians date: words: 13741.0 sentences: 1671.0 pages: flesch: 89.0 cache: ./cache/3012.txt txt: ./txt/3012.txt summary: SCENE: The Athenian Ecclesia on the Pnyx; afterwards Dicaeopolis'' house in the country. Friend, with thy great eye, round like the hole through Let the basket-bearer(1) come forward, and thou of Bacchus, night reveller, god of adultery, friend of young men, these let us hear the good grounds you can give us; I am curious to know wanted to see this great poet, who had dared to speak the truth to Come, poor little daughters of an unfortunate father, try to find Come, let some figs be Lamachus wants to keep the Feast of Cups,(1) and I come by his order Let him eat salt fish, while he shakes his plumes, and, if he comes I shall take away all these goods; I go home on thrushes'' wings Come quickly to the feast and bring your basket and your cup; Old man, I come at your bidding! id: 8689 author: Aristophanes title: The Eleven Comedies, Volume 2 date: words: 105748.0 sentences: 13476.0 pages: flesch: 91.0 cache: ./cache/8689.txt txt: ./txt/8689.txt summary: ''Tis acting like a man eager for his safety. thou art come to live near the tribunal, ''tis with the express design of want my father to lead a joyous life like Morychus[64] instead of going That old men are no longer good for anything; we shall be masses; I shall always fight for the people." And ''tis you, father, who My dear son never lets me out of his sight; ''tis an unbearable tragic poet who pretends to be a skilful dancer, let him come and contest know that a clever old man has come to us, bringing an entirely new idea sake of the gods, let her come here, so that we may contemplate the Men now adore the birds as gods, and ''tis to them, by Zeus, Come, thou Muse of Euripides; ''tis ''Tis said that Euripides has sent an old man here to-day, one id: 8688 author: Aristophanes title: The Eleven Comedies, Volume 1 date: words: 89653.0 sentences: 10936.0 pages: flesch: 89.0 cache: ./cache/8688.txt txt: ./txt/8688.txt summary: DEMOS, an old man, typifying the Athenian people. This man of leather knows his old master thoroughly; he plays ''Tis best then to die; but let us seek the most heroic death. Let us drink the blood of a bull; ''tis the death which there he is, going towards the market-place; ''tis the gods, faith, ''tis nobly done and like a true friend of Demos. The god tells you here to look after me, for, ''tis I who am your have become a great man, ''tis thanks to me; I ask but a little thing; loose hairs, muse, think of my fields, long for peace, curse town life Come, speak; for ''tis a good Fate, that has dances, if you love me; come and celebrate the nuptials of the gods, the they will come, my dear; but ''tis not easy, you know, for Come, tell me the kind of mind you have; ''tis important I know id: 26095 author: Aristotle title: The Athenian Constitution date: words: 24852.0 sentences: 935.0 pages: flesch: 65.0 cache: ./cache/26095.txt txt: ./txt/26095.txt summary: The elections to the various offices Solon enacted should be by lot, nine Archons; whereas in early times the Council of Areopagus summoned Council of Five Hundred, and others to the Assembly and the law-courts. Council, holding office for a year, consisting of men over thirty years law-courts if the Council declare the charge proved. point of fact the person on whom the lot falls holds the office even done by a jury in the law-courts appointed by lot, since the Council Council, to receive two obols a day from the state for their support. charge the Eleven bring the case before the law-courts; if the arbitrations to the persons belonging to that year, casting lots to Of the magistrates elected by lot, in former times some including the The juries for the law-courts are chosen by lot by the nine Archons, the law, the jurors receive their pay in the order assigned by the lot. id: 41471 author: Church, Alfred John title: Callias: A Tale of the Fall of Athens date: words: 94998.0 sentences: 6033.0 pages: flesch: 84.0 cache: ./cache/41471.txt txt: ./txt/41471.txt summary: to Callias, and the young man asked and obtained leave from the captain "Come," he said, as Callias looked up, "if you can spare half an hour my dear boy," he said, "things have come to a pretty pass with Athens. "You talk as an Athenian," said the old man, "and they are not "Nay, sir," said the young man who had spoken to Callias, "you must call it so?" said Xenophon, to the young man as he entered the room. "As you are going to see this man for the first time," said the latter, "I feel that my place is at Athens," said Callias to his host a few days "What say you, Callias?" said Hippocles, turning to the young man. "I know very little of such matters," said the young Callias after a "Stand up for the honor of Athens," said Xenophon, "don''t let the men of id: 12842 author: Colman, George title: A Fairy Tale in Two Acts Taken from Shakespeare (1763) date: words: 4788.0 sentences: 623.0 pages: flesch: 102.0 cache: ./cache/12842.txt txt: ./txt/12842.txt summary: Enter Quince, Snug, Bottom, Flute, Snowt, and Starveling. Bot. First, good Peter Quince, say what the play treats on; then Flu. Nay, faith, let not me play a woman, I have a beard coming. Bot. An I may hide my face, let me play Thisby too; I''ll speak in a monstrous little voice; Thisne, Thisne, ah Pyramus my lover dear, thy Bot. Let me play the Lion too, I will roar, that I will do any man''s Enter a Fairy at one Door, and Puck, or Robin-good-fellow, at But make room, Fairy, here comes Oberon. Enter Oberon King of Fairies at one door, with his train, and the Enter Queen of the Fairies, and her Train. Come not near our fairy Queen. [Oberon squeeses the Juice of the Flower on the Queen''s Eyes. Bot. There are things in this Comedy of Pyramus and Thisby, that id: 4716 author: Davis, William Stearns title: A Day in Old Athens; a Picture of Athenian Life date: words: 75384.0 sentences: 5234.0 pages: flesch: 79.0 cache: ./cache/4716.txt txt: ./txt/4716.txt summary: Athenian Pottery an Expression of the Greek Sense of Beauty . Attica in general; but what of the setting of the city of Athens of the old Athenian life in Zimmern''s "The Greek Commonwealth," p. Preëminently Athens may be called the "City of the Simple Life." great side of civilization which the city of Athens might develop the Hellene,--Old Age. Athenian women especially (though the men Slavery an Integral Part of Greek Life.--An Athenian lady cares The Schoolboy''s Pedagogue.--It is a great day for an Athenian in Athens) as possible, and must they not some day, as good citizens, By eighteen the young Athenian''s days of study will usually come The Commerce of Athens.--Part of Athenian wealth comes from the boys, there are three great public Gymnasia at Athens,--the a marked man around Athens or any other Greek city. The Acropolis of Athens.--Almost every Greek city has its own id: 6878 author: Demosthenes title: The Olynthiacs and the Phillippics of Demosthenes Literally translated with notes date: words: 33726.0 sentences: 1761.0 pages: flesch: 72.0 cache: ./cache/6878.txt txt: ./txt/6878.txt summary: pass a good account [Footnote: Every man, who is required to justify the That here are men prepared for a war with Philip, possessed of a myself, men of Athens, should most assuredly have regarded Philip as an To this crisis, O Athenians, are Philip''s affairs come; or let Think not, Athenians, that Philip and his subjects to let Philip enslave Greek cities for lack of provisions for your [Footnote: He refers to the war in which Athens assisted the Thebans In all the speeches, men of Athens, about Philip''s measures and If now we were all agreed that Philip is at war with Athens and [Footnote: Not long before this oration was delivered, Philip was convinced in your minds, that Philip is at war with our state, and has are in such danger as you, men of Athens; not only because Philip''s without any Athenian moving a declaration of war, Philip has taken many id: 9060 author: Demosthenes title: The Public Orations of Demosthenes, volume 1 date: words: 83565.0 sentences: 3570.0 pages: flesch: 73.0 cache: ./cache/9060.txt txt: ./txt/9060.txt summary: {14} In thinking out these points and others like them, men of Athens, For you ought, men of Athens, to think of a man''s But Philip saw quite clearly, men of Athens, {1} I believe, men of Athens, that you would give a great sum to know {2} The present time, men of Athens, seems almost to cry aloud that you {3} Now to describe at length the power of Philip, men of Athens, and the crisis, men of Athens, to which Philip''s fortunes have now come. {22} Now if any of you, men of Athens, seeing Philip''s good fortune, time of peace; and we have trained Philip to be the powerful enemy to peace should be made by Athens and her allies with Philip and his {5} In the first place, men of Athens, when at the time of For you must be well assured, men of Athens, that Philip does not id: 9061 author: Demosthenes title: The Public Orations of Demosthenes, volume 2 date: words: 65191.0 sentences: 4281.0 pages: flesch: 81.0 cache: ./cache/9061.txt txt: ./txt/9061.txt summary: Philip sent troops to hold the town, and complained to Athens in accused of having brought about the war, Philip wrongfully seized many one comes forward and tells you the truth, and says, ''Men of Athens, minds to the fact that Philip is at war with Athens, and has broken the reason, men of Athens, that though Philip''s campaigns, his aggressions, for any one in Athens to propose the declaration of war, Philip has not city, although, men of Athens, I could tell how often I had been admitted by us all that Philip was at war with Athens, and was For, men of Athens, we have many natural advantages for a war,[n] if we Amphictyonic states must either send men and money, or else make Philip {61} Philip, men of Athens, had a great advantage in Yet in truth, men of Athens, so far as Aeschines is id: 6151 author: Lytton, Edward Bulwer Lytton, Baron title: Athens: Its Rise and Fall, Book I date: words: 58803.0 sentences: 2385.0 pages: flesch: 58.0 cache: ./cache/6151.txt txt: ./txt/6151.txt summary: I Remarks on the Effects of War.--State of Athens.--Interference earliest Civilizers of Greece foreigners or Greeks?--The Foundation of race which appear to have exercised a dominant power in Greece. kings can be traced by tradition to a time long prior to the recorded mythological fable, I believe the earliest civilizers of Greece to king over a Grecian state:--the social life of the gods is the life formed by intercourse between Greece and Egypt in a far later age. whole character of the Athenian people--moral, social, religious, and At that time, as I have before stated, Greece was overrun by robbers: an extensive population was necessary to a powerful state, so Theseus A General Survey of Greece and the East previous to the time of the most powerful of the states of Greece; and Argos, next to Sicyori, many of the Dorian states--even Sparta itself--appear to have been id: 6152 author: Lytton, Edward Bulwer Lytton, Baron title: Athens: Its Rise and Fall, Book II date: words: 48472.0 sentences: 2383.0 pages: flesch: 64.0 cache: ./cache/6152.txt txt: ./txt/6152.txt summary: Cirrhaean War.--Epimenides.--Political State of Athens.--Character of Solon.--His Legislation.--General View of the Athenian Constitution. great authority of Homer in that age, and how largely the services laws of the Athenian are said by Plutarch to have been suggested by to be submitted to the assembly of the people--the great popular time of Solon, this assembly was by no means of the importance to liberties of Athens and the institutions of Solon. The Departure of Solon from Athens.--The Rise of Pisistratus.--Return According to Plutarch, he continued at Athens, Pisistratus "By these means," says Herodotus, "Pisistratus mastered Athens, and Pisistratus was necessary to establish the institutions of Solon. most powerful of the Athenians was a noble named Miltiades, son of in the time of his great-grandson Alyattes, a war of twelve years with From the time that the Athenians had assisted the forces of Miletus of the Athenians, one cannot but suppose, that if Solon had really id: 6155 author: Lytton, Edward Bulwer Lytton, Baron title: Athens: Its Rise and Fall, Book V date: words: 44839.0 sentences: 2879.0 pages: flesch: 74.0 cache: ./cache/6155.txt txt: ./txt/6155.txt summary: withdrawn, than an Athenian force, headed by Pericles, who is said to Causes of the Power of Pericles.--Judicial Courts of the dependant Allies transferred to Athens.--Sketch of the Athenian Revenues.-ancient or modern times, on the extortions of the Athenians, and the empire of Athens a thousand tributary cities: the number is doubtless Before the Persian war, and even scarcely before the time of Cimon, peculiar to the Athenians of all the Grecian states was the humane and of the Athenian Comedy to the Time of Aristophanes. Athenian people, ordered them to refer to Athens the decision of the three-and-sixty years did Sophocles continue to exhibit; twenty times [71] Thus the command of the Athenian forces was at one time likely seems to state the whole number in each Athenian vessel to be fourteen [216] It was about five years after the death of Cimon that Pericles was the age of Sophocles, Phidias, and Pericles. id: 6153 author: Lytton, Edward Bulwer Lytton, Baron title: Athens: Its Rise and Fall, Book III date: words: 44167.0 sentences: 1933.0 pages: flesch: 63.0 cache: ./cache/6153.txt txt: ./txt/6153.txt summary: Artemisium.--The Greeks retreat.--The Persians invade and important, when the Athenians lighted the flames of the Persian navy, fitted equally to resist the Persian and to open a new dominion Greece, brought to the Persian warfare the new arm of a numerous and Xerxes Arrives at Sardis.--Despatches Envoys to the Greek States, the subjugation of Greece, and the command of the Persian forces. Artemisium.--The Greeks retreat.--The Persians invade Delphi, and are When the Persians learned that the Greeks had abandoned their station, assisting the Athenians and Greece generally, by marching towards Possessed of Athens, the Persian king held also his council of allied force commanded by the Spartans, some fighting with great lands, the Greeks returned to Salamis and divided the Persian spoils. While the Greeks were thus occupied, the Persian army had retreated Proposals.--Athenians retreat to Salamis.--Mardonius occupies Athens. The answer of the Athenians to both Spartan and Persian, the id: 6154 author: Lytton, Edward Bulwer Lytton, Baron title: Athens: Its Rise and Fall, Book IV date: words: 35898.0 sentences: 1521.0 pages: flesch: 60.0 cache: ./cache/6154.txt txt: ./txt/6154.txt summary: Remarks on the Effects of War.--State of Athens.--Interference of the crafty Athenian despatched a secret messenger to Athens, urging states united to Athens by a vast maritime power, severing themselves especially desirous to exchange the Spartan for the Athenian command. suddenly raised Athens, so secondary a state before the Persian war, time have placed Greece at the head of nations, Athens at the head of Acquittal of Cimon.--The Athenians assist the Spartans at Ithome.-Spartan faction in Athens stood Cimon. Athenian aristocracy, the Spartan government maintained a considerable Sparta consequently seemed to the Athenian people, nor without cause, pretext" [186] that that leader of the Spartan party in Athens was make war upon Athens rendered the Theban power auxiliary to Sparta: state as a fact, that the popular party in Athens seems to have been of an Athenian general--the democracies planted by Athens served to Athenian_ who taught philosophy at Athens (B. id: 1542 author: Shakespeare (spurious and doubtful works) title: The Two Noble Kinsmen date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 1113 author: Shakespeare, William title: A Midsummer Night''s Dream date: words: 40.0 sentences: 10.0 pages: flesch: 88.0 cache: ./cache/1113.txt txt: ./txt/1113.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 (#1514) at https://www.gutenberg.org/ebooks/1514 id: 1132 author: Shakespeare, William title: The Life of Timon of Athens date: words: 40.0 sentences: 10.0 pages: flesch: 88.0 cache: ./cache/1132.txt txt: ./txt/1132.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 (#100) at https://www.gutenberg.org/ebooks/100 id: 1798 author: Shakespeare, William title: Timon of Athens date: words: 40.0 sentences: 10.0 pages: flesch: 88.0 cache: ./cache/1798.txt txt: ./txt/1798.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 (#100) at https://www.gutenberg.org/ebooks/100 id: 1778 author: Shakespeare, William title: A Midsummer Night''s Dream date: words: 40.0 sentences: 10.0 pages: flesch: 88.0 cache: ./cache/1778.txt txt: ./txt/1778.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 (#1514) at https://www.gutenberg.org/ebooks/1514 id: 1536 author: Shakespeare, William title: The Life of Timon of Athens date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 2242 author: Shakespeare, William title: A Midsummer Night's Dream date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 2262 author: Shakespeare, William title: Timon of Athens 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