mv: ‘./input-file.zip’ and ‘./input-file.zip’ are the same file Creating study carrel named subject-peru-gutenberg Initializing database Unzipping Archive: input-file.zip creating: ./tmp/input/input-file/ inflating: ./tmp/input/input-file/14479.txt inflating: ./tmp/input/input-file/14914.txt inflating: ./tmp/input/input-file/20910.txt inflating: ./tmp/input/input-file/21066.txt inflating: ./tmp/input/input-file/21397.txt inflating: ./tmp/input/input-file/20218.txt inflating: ./tmp/input/input-file/31207.txt inflating: ./tmp/input/input-file/22483.txt inflating: ./tmp/input/input-file/22595.txt inflating: ./tmp/input/input-file/24814.txt inflating: ./tmp/input/input-file/26745.txt inflating: ./tmp/input/input-file/26602.txt inflating: ./tmp/input/input-file/1209.txt inflating: ./tmp/input/input-file/1323.txt inflating: ./tmp/input/input-file/10772.txt inflating: ./tmp/input/input-file/12190.txt inflating: ./tmp/input/input-file/7070.txt inflating: ./tmp/input/input-file/34804.txt inflating: ./tmp/input/input-file/33095.txt inflating: ./tmp/input/input-file/36348.txt inflating: ./tmp/input/input-file/36386.txt inflating: ./tmp/input/input-file/42375.txt inflating: ./tmp/input/input-file/45204.txt inflating: ./tmp/input/input-file/45998.txt inflating: ./tmp/input/input-file/55775.txt inflating: ./tmp/input/input-file/55777.txt inflating: ./tmp/input/input-file/55778.txt inflating: ./tmp/input/input-file/53080.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-peru-gutenberg FILE: cache/1209.txt OUTPUT: txt/1209.txt FILE: cache/31207.txt OUTPUT: txt/31207.txt FILE: cache/24814.txt OUTPUT: txt/24814.txt FILE: cache/7070.txt OUTPUT: txt/7070.txt FILE: cache/33095.txt OUTPUT: txt/33095.txt FILE: cache/14914.txt OUTPUT: txt/14914.txt FILE: cache/26602.txt OUTPUT: txt/26602.txt FILE: cache/36348.txt OUTPUT: txt/36348.txt FILE: cache/42375.txt OUTPUT: txt/42375.txt FILE: cache/45998.txt OUTPUT: txt/45998.txt FILE: cache/55777.txt OUTPUT: txt/55777.txt FILE: cache/36386.txt OUTPUT: txt/36386.txt FILE: cache/20218.txt OUTPUT: txt/20218.txt FILE: cache/21066.txt OUTPUT: txt/21066.txt FILE: cache/22595.txt OUTPUT: txt/22595.txt FILE: cache/14479.txt OUTPUT: txt/14479.txt FILE: cache/53080.txt OUTPUT: txt/53080.txt FILE: cache/1323.txt OUTPUT: txt/1323.txt FILE: cache/55775.txt OUTPUT: txt/55775.txt FILE: cache/55778.txt OUTPUT: txt/55778.txt FILE: cache/12190.txt OUTPUT: txt/12190.txt FILE: cache/22483.txt OUTPUT: txt/22483.txt FILE: cache/21397.txt OUTPUT: txt/21397.txt FILE: cache/10772.txt OUTPUT: txt/10772.txt FILE: cache/45204.txt OUTPUT: txt/45204.txt FILE: cache/20910.txt OUTPUT: txt/20910.txt FILE: cache/26745.txt OUTPUT: txt/26745.txt FILE: cache/34804.txt OUTPUT: txt/34804.txt === file2bib.sh === id: 24814 author: Reid, Mayne title: The Forest Exiles: The Perils of a Peruvian Family in the Wilds of the Amazon date: pages: extension: .txt txt: ./txt/24814.txt cache: ./cache/24814.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'24814.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: 1209 author: Prescott, William Hickling title: History of the Conquest of Peru date: pages: extension: .txt txt: ./txt/1209.txt cache: ./cache/1209.txt Content-Type application/x-elc X-Parsed-By org.apache.tika.parser.EmptyParser X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 1 resourceName b'1209.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' 24814 txt/../ent/24814.ent 1209 txt/../ent/1209.ent 24814 txt/../pos/24814.pos 1209 txt/../wrd/1209.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 24814 txt/../wrd/24814.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 1209 txt/../pos/1209.pos 36348 txt/../pos/36348.pos 36348 txt/../wrd/36348.wrd 31207 txt/../pos/31207.pos 31207 txt/../wrd/31207.wrd 36348 txt/../ent/36348.ent 31207 txt/../ent/31207.ent === file2bib.sh === id: 31207 author: Kuttner, Henry title: Where the World is Quiet date: pages: extension: .txt txt: ./txt/31207.txt cache: ./cache/31207.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'31207.txt' === file2bib.sh === id: 1323 author: Prescott, William Hickling title: History of the Conquest of Peru With a Preliminary View of the Civilization of the Incas date: pages: extension: .txt txt: ./txt/1323.txt cache: ./cache/1323.txt Content-Type application/x-elc X-Parsed-By org.apache.tika.parser.EmptyParser X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 1 resourceName b'1323.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' 33095 txt/../pos/33095.pos 33095 txt/../wrd/33095.wrd 14479 txt/../pos/14479.pos 14914 txt/../pos/14914.pos 20910 txt/../pos/20910.pos 14914 txt/../ent/14914.ent 20910 txt/../wrd/20910.wrd 55778 txt/../pos/55778.pos 14479 txt/../ent/14479.ent 14479 txt/../wrd/14479.wrd 33095 txt/../ent/33095.ent 10772 txt/../wrd/10772.wrd 55777 txt/../pos/55777.pos 14914 txt/../wrd/14914.wrd 45204 txt/../pos/45204.pos 55775 txt/../pos/55775.pos 55775 txt/../ent/55775.ent 55777 txt/../ent/55777.ent 10772 txt/../pos/10772.pos 45204 txt/../wrd/45204.wrd 55775 txt/../wrd/55775.wrd 1323 txt/../pos/1323.pos 55778 txt/../ent/55778.ent 55777 txt/../wrd/55777.wrd 22595 txt/../wrd/22595.wrd 22595 txt/../pos/22595.pos 55778 txt/../wrd/55778.wrd 1323 txt/../wrd/1323.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 26602 txt/../pos/26602.pos 45998 txt/../pos/45998.pos 20910 txt/../ent/20910.ent === file2bib.sh === id: 34804 author: Réville, Albert title: Lectures on the Origin and Growth of Religion as Illustrated by the Native Religions of Mexico and Peru date: pages: extension: .txt txt: ./txt/34804.txt cache: ./cache/34804.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'34804.txt' 7070 txt/../pos/7070.pos 42375 txt/../pos/42375.pos 7070 txt/../wrd/7070.wrd 26602 txt/../wrd/26602.wrd 45998 txt/../wrd/45998.wrd 36386 txt/../pos/36386.pos 36386 txt/../wrd/36386.wrd 45204 txt/../ent/45204.ent 42375 txt/../wrd/42375.wrd 45998 txt/../ent/45998.ent 26602 txt/../ent/26602.ent 1323 txt/../ent/1323.ent 22595 txt/../ent/22595.ent 10772 txt/../ent/10772.ent === file2bib.sh === id: 36386 author: Spence, Lewis title: The Mythologies of Ancient Mexico and Peru date: pages: extension: .txt txt: ./txt/36386.txt cache: ./cache/36386.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 4 resourceName b'36386.txt' 21066 txt/../pos/21066.pos 7070 txt/../ent/7070.ent 34804 txt/../pos/34804.pos 53080 txt/../pos/53080.pos 42375 txt/../ent/42375.ent 36386 txt/../ent/36386.ent === file2bib.sh === id: 42375 author: O'Neale, Lila M. (Lila Morris) title: Chincha Plain-Weave Cloths date: pages: extension: .txt txt: ./txt/42375.txt cache: ./cache/42375.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'42375.txt' 34804 txt/../wrd/34804.wrd 20218 txt/../pos/20218.pos 21066 txt/../wrd/21066.wrd === file2bib.sh === id: 33095 author: Lummis, Charles Fletcher title: The Spanish Pioneers date: pages: extension: .txt txt: ./txt/33095.txt cache: ./cache/33095.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'33095.txt' 21066 txt/../ent/21066.ent 53080 txt/../wrd/53080.wrd 20218 txt/../wrd/20218.wrd 21397 txt/../pos/21397.pos === file2bib.sh === id: 20218 author: Sarmiento de Gamboa, Pedro title: History of the Incas date: pages: extension: .txt txt: ./txt/20218.txt cache: ./cache/20218.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'20218.txt' 34804 txt/../ent/34804.ent 12190 txt/../wrd/12190.wrd 21397 txt/../wrd/21397.wrd 12190 txt/../pos/12190.pos === file2bib.sh === id: 14914 author: Dundonald, Thomas Cochrane, Earl of title: Narrative of Services in the Liberation of Chili, Peru and Brazil, from Spanish and Portuguese Domination, Volume 1 date: pages: extension: .txt txt: ./txt/14914.txt cache: ./cache/14914.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'14914.txt' 26745 txt/../pos/26745.pos 26745 txt/../wrd/26745.wrd 20218 txt/../ent/20218.ent 53080 txt/../ent/53080.ent === file2bib.sh === id: 14479 author: Dundonald, Thomas Cochrane, Earl of title: Narrative of Services in the Liberation of Chili, Peru and Brazil, from Spanish and Portuguese Domination, Volume 2 date: pages: extension: .txt txt: ./txt/14479.txt cache: ./cache/14479.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 22 resourceName b'14479.txt' === file2bib.sh === id: 36348 author: Carleton, George Washington title: Our Artist in Cuba, Peru, Spain and Algiers Leaves from The Sketch-Book of a Traveller, 1864-1868 date: pages: extension: .txt txt: ./txt/36348.txt cache: ./cache/36348.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'36348.txt' === file2bib.sh === id: 26602 author: Sancho, Pedro title: An Account of the Conquest of Peru date: pages: extension: .txt txt: ./txt/26602.txt cache: ./cache/26602.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'26602.txt' 12190 txt/../ent/12190.ent === file2bib.sh === id: 21066 author: Collingwood, Harry title: Harry Escombe: A Tale of Adventure in Peru date: pages: extension: .txt txt: ./txt/21066.txt cache: ./cache/21066.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'21066.txt' 21397 txt/../ent/21397.ent 22483 txt/../pos/22483.pos 22483 txt/../wrd/22483.wrd === file2bib.sh === id: 45998 author: Duffield, A. J. (Alexander James) title: Peru in the Guano Age Being a Short Account of a Recent Visit to the Guano Deposits, with Some Reflections on the Money They Have Produced and the Uses to Which It Has Been Applied date: pages: extension: .txt txt: ./txt/45998.txt cache: ./cache/45998.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'45998.txt' 26745 txt/../ent/26745.ent 22483 txt/../ent/22483.ent === file2bib.sh === id: 20910 author: Brady, Cyrus Townsend title: South American Fights and Fighters, and Other Tales of Adventure date: pages: extension: .txt txt: ./txt/20910.txt cache: ./cache/20910.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'20910.txt' === file2bib.sh === id: 22595 author: Hayens, Herbert title: At the Point of the Sword date: pages: extension: .txt txt: ./txt/22595.txt cache: ./cache/22595.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 17 resourceName b'22595.txt' === file2bib.sh === id: 21397 author: Kingston, William Henry Giles title: Manco, the Peruvian Chief Or, An Englishman's Adventures in the Country of the Incas date: pages: extension: .txt txt: ./txt/21397.txt cache: ./cache/21397.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 5 resourceName b'21397.txt' === file2bib.sh === id: 12190 author: Stockton, Frank Richard title: The Adventures of Captain Horn date: pages: extension: .txt txt: ./txt/12190.txt cache: ./cache/12190.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'12190.txt' === file2bib.sh === id: 55775 author: Stevenson, William Bennet, active 1803-1825 title: Historical and Descriptive Narrative of Twenty Years' Residence in South America (Vol 1 of 3) Containing travels in Arauco, Chile, Peru, and Colombia; with an account of the revolution, its rise, progress, and results date: pages: extension: .txt txt: ./txt/55775.txt cache: ./cache/55775.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'55775.txt' === file2bib.sh === id: 45204 author: Hardenburg, W. E. (Walter Ernest) title: The Putumayo, the Devil's Paradise Travels in the Peruvian Amazon Region and an Account of the Atrocities Committed upon the Indians Therein date: pages: extension: .txt txt: ./txt/45204.txt cache: ./cache/45204.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'45204.txt' === file2bib.sh === id: 10772 author: Bingham, Hiram title: Inca Land: Explorations in the Highlands of Peru date: pages: extension: .txt txt: ./txt/10772.txt cache: ./cache/10772.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'10772.txt' === file2bib.sh === id: 55777 author: Stevenson, William Bennet, active 1803-1825 title: Historical and descriptive narrative of twenty years' residence in South America (Vol 2 of 3) Containing travels in Arauco, Chile, Peru, and Colombia; with an account of the revolution, its rise, progress, and results date: pages: extension: .txt txt: ./txt/55777.txt cache: ./cache/55777.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'55777.txt' === file2bib.sh === id: 7070 author: Henty, G. A. (George Alfred) title: The Treasure of the Incas: A Story of Adventure in Peru date: pages: extension: .txt txt: ./txt/7070.txt cache: ./cache/7070.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 11 resourceName b'7070.txt' === file2bib.sh === id: 26745 author: Tschudi, Johann Jakob von title: Travels in Peru, on the Coast, in the Sierra, Across the Cordilleras and the Andes, into the Primeval Forests date: pages: extension: .txt txt: ./txt/26745.txt cache: ./cache/26745.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 19 resourceName b'26745.txt' === file2bib.sh === id: 55778 author: Stevenson, William Bennet, active 1803-1825 title: Historical and descriptive narrative of twenty years' residence in South America (Vol 3 of 3) Containing travels in Arauco, Chile, Peru, and Colombia; with an account of the revolution, its rise, progress, and results date: pages: extension: .txt txt: ./txt/55778.txt cache: ./cache/55778.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 9 resourceName b'55778.txt' === file2bib.sh === id: 53080 author: Spence, Lewis title: The Myths of Mexico & Peru date: pages: extension: .txt txt: ./txt/53080.txt cache: ./cache/53080.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'53080.txt' === file2bib.sh === id: 22483 author: Landor, Arnold Henry Savage title: Across Unknown South America date: pages: extension: .txt txt: ./txt/22483.txt cache: ./cache/22483.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 19 resourceName b'22483.txt' Done mapping. Reducing subject-peru-gutenberg === reduce.pl bib === id = 21397 author = Kingston, William Henry Giles title = Manco, the Peruvian Chief Or, An Englishman's Adventures in the Country of the Incas date = pages = extension = .txt mime = text/plain words = 110028 sentences = 5422 flesch = 81 summary = father led the Indian to a large unfurnished room, which the children "You were a long time opening the gate, friend," observed, one of them At a little distance off was a village of Indian huts, mostly small; but The observations which the Indian chief let fall made me suspect that I thought of our having aided the escape of the Indian chief Manco, and Three days passed away, and at last, to my great joy, Manco came back. disasters to think of attacking the Indians," said Pedro. friend Manco, the Indian chief, if he should have escaped from his Manco had told me, he expected about this time the Indians would be Manco had given orders that one of the Indians should at all times be A party of Indians came one day to the village, on their way across the and look after the horses; while Manco and I, with our three Indians, cache = ./cache/21397.txt txt = ./txt/21397.txt === reduce.pl bib === id = 20910 author = Brady, Cyrus Townsend title = South American Fights and Fighters, and Other Tales of Adventure date = pages = extension = .txt mime = text/plain words = 93546 sentences = 4716 flesch = 74 summary = debarked in great state with his men, and, as soon as he firmly got difference between Balboa and the men of his time is seen in his after attended by a small escort, immediately set forth for Ada. He was arrested on the way by a company of soldiers headed by Francisco In April, 1532, Pizarro embarked his men on the ships and landed, not Great, laid out the city of Lima and the Spaniards flocked into Peru the other great men of his age were much like him in these things. This great city contains a large number of temples[3] or houses for man of action like Cortes and to the men who followed him as well. precipitating a great mass of Spaniards and Indians into the causeway. Cortes had not cleared the causeway in time of his Indian allies. ship practically deserted, a great number of Indians came off in their cache = ./cache/20910.txt txt = ./txt/20910.txt === reduce.pl bib === id = 22483 author = Landor, Arnold Henry Savage title = Across Unknown South America date = pages = extension = .txt mime = text/plain words = 268260 sentences = 16051 flesch = 79 summary = valuable woods, plenty of water and great navigable rivers draining it those days the great dividing line of the waters flowing south and north. river came another great vertical wall, on the left side--of most After passing _chapada_ on the left bank we came to a great many rocks seen on the right bank of the river after passing this great island, centre of the river blocked by great masses of rock; then, a little north-east to south-west at the turn of the river where the great canoe all the time close to the banks or islands, the river being so deep river from south-west to north-east, so that for a little time we could My men were in great form that day, and we shot one rapid after another My men had an idea that the great river we were looking for must be in cache = ./cache/22483.txt txt = ./txt/22483.txt === reduce.pl bib === id = 14479 author = Dundonald, Thomas Cochrane, Earl of title = Narrative of Services in the Liberation of Chili, Peru and Brazil, from Spanish and Portuguese Domination, Volume 2 date = pages = extension = .txt mime = text/plain words = 86482 sentences = 3316 flesch = 56 summary = office--I order him to quit the province--And send him to Parà--Letter His Imperial Majesty, having ascertained that the War of Independence in Imperial command to attend His Majesty at the house of his Minister, Government declaring Bahia in a state of blockade, the Portuguese having Imperial Majesty's ships are so manned, I shall consider them abandoning the city and province of Bahia to the Imperial squadron; the FORCE--EXILE OF THE ANDRADAS--LETTER TO HIS IMPERIAL MAJESTY--MY ADVICE FORCE--EXILE OF THE ANDRADAS--LETTER TO HIS IMPERIAL MAJESTY--MY ADVICE Government of Brazil under Your Imperial Majesty, with power to His Imperial Majesty to place you, as Minister of Marine, on your authority of His Imperial Majesty's orders to make war on the Majesty's late ministers held out that ships of war were to be prize Imperial Majesty, that, as soon as order was restored, a force should service of His Imperial Majesty, and the pacification of this province, cache = ./cache/14479.txt txt = ./txt/14479.txt === reduce.pl bib === id = 22595 author = Hayens, Herbert title = At the Point of the Sword date = pages = extension = .txt mime = text/plain words = 98439 sentences = 7073 flesch = 89 summary = Still holding my hands, and looking into my face, she said, "You have "Thanks, my boy!" said José, "but for your help I doubt if I could have "Don't give way," said José brightly, laying a hand on his shoulder; "Very sorry, my boy," said the young captain, coming into the room, "Do you know," said José sharply, turning to the doctor, "that your "Now look here," said José sternly: "you are giving way, and that won't "Get the horses ready," said José, "while I pick out a few men. Calling softly to one of his men, José said, "Stay here and watch. "Come, lieutenant," said he briskly at the end of an hour, "it is time "I wish the colonel would let my mother know," said I; "she would be in whispers, and at last the second man said, "Come this way, señor; I "He thinks the Royalists will attack," said Alzura, as the general cache = ./cache/22595.txt txt = ./txt/22595.txt === reduce.pl bib === id = 31207 author = Kuttner, Henry title = Where the World is Quiet date = pages = extension = .txt mime = text/plain words = 7154 sentences = 752 flesch = 92 summary = that the native girl had walked swiftly--had run in places--so I The fog closed in behind the valley and above it. valley covering perhaps a half-mile before the fog closed in around The girl was watching me, her face tiny and far away. Lhar said, "It speaks thus, without words or thought...." She paused, "It knows that I am dying," Lhar said. I didn't ask Lhar what sort of mammals she had in her own world. This much I learned: the Other, like Lhar and her "The native girls," I said. Lhar said: "The Other has many powers. like the Indio girls. The robot held me back as Lhar advanced toward the girls, the back, to see Lhar and her robot standing motionless, watching me. At my feet lay the Indio girl, dead. "It is dead," Lhar's thought entered my mind. Lhar's thought was clear in my mind. cache = ./cache/31207.txt txt = ./txt/31207.txt === reduce.pl bib === === reduce.pl bib === id = 14914 author = Dundonald, Thomas Cochrane, Earl of title = Narrative of Services in the Liberation of Chili, Peru and Brazil, from Spanish and Portuguese Domination, Volume 1 date = pages = extension = .txt mime = text/plain words = 85160 sentences = 2999 flesch = 57 summary = Return to Callao--Lima abandoned--Hesitation of General San Martin to the Supreme Director--San Martin quits Chili--His prudence--Opinion of received private letters from the Supreme Director and General San The Chilian force amounted to 4200 men, General San Martin, to the great being returned, and ordered to join the army of General San Martin. To the Administration in Chili General San Martin wrote as follows:-squadron and the _San_ _Martin_, the crew of which received the order returned to the squadron, General San Martin kept both about his own General San Martin afterwards denied to the Chilian Government that he General San Martin afterwards accused me to the Chilian Government of "the squadron of Chili was under the command of the Protector of Peru, General San Martin by the Chilian Government, entered Callao _under vessels from capture by the Chilian ships of war, as having Spanish OF THE CHILIAN SQUADRON--SAN MARTIN'S ARRIVAL AT VALPARAISO-- cache = ./cache/14914.txt txt = ./txt/14914.txt === reduce.pl bib === === reduce.pl bib === id = 21066 author = Collingwood, Harry title = Harry Escombe: A Tale of Adventure in Peru date = pages = extension = .txt mime = text/plain words = 92493 sentences = 3124 flesch = 66 summary = Harry Escombe is a young apprentice in a civil engineer's office. "Yes," answered Escombe, "I understand perfectly, Mr Butler, what you "A matter of about half an hour's work!" interjected Harry. Escombe detailed one man, an Indian, to accompany him, and, placing the either hand, and at length turned to Escombe and said, pointing: time, Harry knew instinctively, the patient would be long past all human person of Escombe--as he never for a moment doubted was the case--Arima reincarnated Inca, Manco Capac, Harry Escombe was one of those estimable "My Lords," said Tiahuana, "the young man asserts, with perfect candour, Harry's conductor took out and handed to the young man for his "I know not, Lord Umu," answered the unfortunate man, as well as his The priest led the way into the passage, Harry following, and the moment "I might well answer," said Escombe, "that I am the Inca, and that no cache = ./cache/21066.txt txt = ./txt/21066.txt === reduce.pl bib === id = 20218 author = Sarmiento de Gamboa, Pedro title = History of the Incas date = pages = extension = .txt mime = text/plain words = 70738 sentences = 3937 flesch = 79 summary = Mayta Ccapac, the fourth Inca, son of Lloqui Yupanqui and his wife Mama When Ccapac Yupanqui died, Inca Rocca, his son by his wife Ccuri-hilpay, the valley of Cuzco he also had two sons, the one named Inca Urco, the sons named Cusi, afterwards called Inca Yupanqui, because they believed His son Inca Yupanqui remained at Cuzco, resolved to defend the son Pachacuti Inca Yupanqui, to whom the Sun has given such a great Cuzco, nor seeing his son Pachacuti Inca Yupanqui. Pachacuti Inca Yupanqui was at Cuzco after having conquered the his orders, he killed the Inca's two brothers Ccapac Yupanqui and Huayna then said that he named his son Tupac Inca, and ordered him to come TUPAC INCA YUPANQUI SETS OUT, A SECOND TIME, BY ORDER OF HIS FATHER, TO TUPAC INCA YUPANQUI ORDERS A SECOND VISITATION OF THE LAND, AND DOES cache = ./cache/20218.txt txt = ./txt/20218.txt === reduce.pl bib === id = 12190 author = Stockton, Frank Richard title = The Adventures of Captain Horn date = pages = extension = .txt mime = text/plain words = 126996 sentences = 6713 flesch = 85 summary = "Captain Horn," said she, "Mrs. Cliff is in a state of nervous fear, and When Edna Markham told Mrs. Cliff what the captain had said about their captain followed, and behind him came Ralph, Edna, and Mrs. Cliff. "Mrs. Cliff, Miss Markham, and Ralph," said the captain, "I have a few "Do you know," said he, "what I think of Captain Horn? "Ralph," said the captain, as soon as the boy reached him, "I see Mrs. Cliff has been speaking to you, and so you know about the arrangements After the noonday meal, on the day of Captain Horn's departure, Mrs. Cliff went apart with Maka and Cheditafa, and there endeavored to find When they reached the beach, the captain shook hands with Edna, Mrs. Cliff, and Ralph, and then, turning to Cheditafa, he informed him that If Captain Horn should never come back, Mrs. Cliff thought that Edna cache = ./cache/12190.txt txt = ./txt/12190.txt === reduce.pl bib === id = 34804 author = Réville, Albert title = Lectures on the Origin and Growth of Religion as Illustrated by the Native Religions of Mexico and Peru date = pages = extension = .txt mime = text/plain words = 48159 sentences = 3006 flesch = 73 summary = The religions of Mexico and Peru, and the special importance similarly, the religions of Mexico and Peru (for the empire of the Incas edifice near the great temple of Mexico, where the supreme deities of revealing god, the protector of the Aztec nation, took the human form disembarked in Peru, the great Inca, Huayna Capac, had but recently human life in the name of religion, which finally ruined the Incas. eyes throughout the audience, for no man looks upon the face of the Sun. It seems that the Incas possessed "the art of royal majesty" in a high become the Sun and Moon, represented by their Inca high-priest and his Inca Viracocha denied that the Sun was God;[66] and according to a story official and imperial deities, I must speak of two great Peruvian gods as the chief god of the religion in honour before that of the Incas rose that the civilizations and religions of Mexico and Peru are cache = ./cache/34804.txt txt = ./txt/34804.txt === reduce.pl bib === id = 26745 author = Tschudi, Johann Jakob von title = Travels in Peru, on the Coast, in the Sierra, Across the Cordilleras and the Andes, into the Primeval Forests date = pages = extension = .txt mime = text/plain words = 139587 sentences = 7002 flesch = 72 summary = nearing the ship, the Indians tie a rope round the animal's horns, and is taken to preserve the small form of the foot, and the Lima ladies The Indians in Lima form but a small portion of the population, being people of color, is the _Paseo de Amancaes_, which takes place on St. John's Day. The Amancaes is a gently sloping plain, about half a mile streets of Lima for sale, and all day long Indians, carrying pails on Lima in a thicket near an old Indian settlement, called Santa Rosa, in Travelling on the Coast of Peru--Sea Passage to Huacho--Indian Travelling on the Coast of Peru--Sea Passage to Huacho--Indian The Indians frequently proceed with large flocks of llamas to the coast, Peru--Rich Mines secretly known to the Indians--Roads leading from general the Indians have a great dread of these animals, and seldom The Indians, even at the present time, put coca leaves into the cache = ./cache/26745.txt txt = ./txt/26745.txt === reduce.pl bib === === reduce.pl bib === id = 33095 author = Lummis, Charles Fletcher title = The Spanish Pioneers date = pages = extension = .txt mime = text/plain words = 66701 sentences = 3284 flesch = 75 summary = There was a great Old World, full of civilization: suddenly a New coast where it was to plant colonies in the New World; and Pizarro did a time the Spanish were permanently established in Florida and New Mexico, The first white man who saw land in the New World was a common sailor the Pueblo Indians of New Mexico at the present day,--a military came at last to the strange lake-city of Mexico, with his little Spanish through the Indians,--discovered the new land in the same year, and took New Mexico, around the present strange Indian pueblo of Zuñi, which is that the Spaniards enslaved the Pueblos, or any other Indians of New The whole policy of Spain toward the Indians of the New World medicine-men crossed Texas and came close to our present New Mexico. the discovery of New Mexico, and was slain by the Indians. several Indian war-captains I know in New Mexico. cache = ./cache/33095.txt txt = ./txt/33095.txt === reduce.pl bib === id = 36386 author = Spence, Lewis title = The Mythologies of Ancient Mexico and Peru date = pages = extension = .txt mime = text/plain words = 16713 sentences = 802 flesch = 65 summary = The question of the origin of the religions of ancient Mexico and Peru they were of a race cognate with the Aztecs and Toltecs appears probable ancient sun and moon worship of Central America. Mexican war-god the offspring of the sun and the 'spring florescence.' But another originally totemic deity had gained high rank in the Aztec god of the cold season, and typified the dreary sun of that time of That he was not of Aztec origin but a god of the Toltecs or of The Peruvian legend of the coming to earth of the sun-race, of whom the Like the Mexicans, the Peruvians appear to have acknowledged the sun-worship which obtained in Peru at the time of the Spanish conquest. of the Sun, the constituents of the Aztec religion were almost wholly Inside the Temple of the Sun was placed a great plate of cache = ./cache/36386.txt txt = ./txt/36386.txt === reduce.pl bib === id = 42375 author = O'Neale, Lila M. (Lila Morris) title = Chincha Plain-Weave Cloths date = pages = extension = .txt mime = text/plain words = 8580 sentences = 652 flesch = 83 summary = This study of the Chincha plain-weave materials in the Max Uhle One hundred twelve cloths in the plain-weave group were measured. From the twenty Chincha plain-weave cloths with intact lengths (fig. Complete lengths of Chincha plain-weave cloths in order from shortest Complete widths of Chincha plain-weave fabrics in order from narrowest In the Chincha 4specimens, where congestion of edge yarns occurs, combinations of pairs of warps or wefts with single yarns of the Thread counts in this group range from 13 warps by 18 wefts to In two Chincha plain-weave cloths, as in the Nazca Chincha plain-weave cloths (pl. Chincha plain-weave cloths (pl. Stripes in this sample group either border the edge of the cloth or Edge stripes occur on a relatively fine cloth, specimen Five cloths in the Chincha lot are allover striped. No specimen in the Chincha plain-weave group has stripes showing more Diagrams of stripings in Chincha plain-weave cache = ./cache/42375.txt txt = ./txt/42375.txt === reduce.pl bib === id = 7070 author = Henty, G. A. (George Alfred) title = The Treasure of the Incas: A Story of Adventure in Peru date = pages = extension = .txt mime = text/plain words = 126179 sentences = 7248 flesch = 89 summary = "I think he will help us, Harry," Bertie said as soon as they set out. "They were the last places we should think of searching," Dias said. "The Spaniards have done some good here at least," Harry said to Dias, "Well, Bertie," Harry said when Dias had left the room, "I think we may "We had better be moving, señor," Dias said as he rose to his feet, "or "The meal is ready, señor," Maria said, "and I think we had better eat "You are a good deal sillier than you think you are, Maria," Dias said "I don't think they will try it, señor," Dias said. went back for the mules; but Harry said: "I do think, Dias, that she Harry said: "You have done us another good turn, Dias; we did not see "You know, Bertie," Harry said, coming to a sudden stop, "I think we cache = ./cache/7070.txt txt = ./txt/7070.txt === reduce.pl bib === id = 26602 author = Sancho, Pedro title = An Account of the Conquest of Peru date = pages = extension = .txt mime = text/plain words = 32723 sentences = 1372 flesch = 77 summary = days, the two Spaniards who were bringing gold from Cuzco arrived, and city of San Miguel in order to place the gold for H. day's journey of Guaiglia; and the governor commanded a captain of his, called Tarma five leagues from Xauxa in order to guard a bad pass that The Governor, before setting out from that place, sent a captain with great river which passes by that city, and then one of these Spaniards Governor set out in order to cross the last bridge, which was almost this time the Governor had arrived with the [rest of] the Spaniards and, way the Governor and his troops entered that great city of Cuzco without captain who was to cross the river and attack the city from the mountain who, when the captain and Spaniards came from Cuzco, had come with them Spaniards better every day.[92] The Governor ordered the captain of cache = ./cache/26602.txt txt = ./txt/26602.txt === reduce.pl bib === id = 45998 author = Duffield, A. J. (Alexander James) title = Peru in the Guano Age Being a Short Account of a Recent Visit to the Guano Deposits, with Some Reflections on the Money They Have Produced and the Uses to Which It Has Been Applied date = pages = extension = .txt mime = text/plain words = 32547 sentences = 1432 flesch = 71 summary = I have purposely omitted, as also my report on the riches of its Sea. It will be time enough to talk of these things when the Chinese get a X. Of the great public works in Peru, the chief during this time has A Spanish law existed in Peru but little more than half a century after having governed Peru three years and a half. China on Peruvian bark, it is true that the Government of Peru has the Peruvian Government; for, although the loading of the guano is deposit of Peruvian guano when being shovelled into ships. Peru, Dreyfus was to purchase two million tons of guano, and to pay 'However long the guano deposits may last, Peru always possesses cost the Peruvian Government a serious sum of money, and some people become a great man, and the Peruvian people been lifted up by him in cache = ./cache/45998.txt txt = ./txt/45998.txt === reduce.pl bib === id = 36348 author = Carleton, George Washington title = Our Artist in Cuba, Peru, Spain and Algiers Leaves from The Sketch-Book of a Traveller, 1864-1868 date = pages = extension = .txt mime = text/plain words = 4986 sentences = 524 flesch = 76 summary = [Illustration: The first volante driver that our artist saw in Havana.] [Illustration: Our Artist just steps around the corner, to look at a [Illustration: A midsummer's night dream.--Our Artist is just the least [Illustration: The Great Cave near Matanzas.--Picturesque House over the [Illustration: First night at the "Gran Hotel Leon de Oro."--Our artist [Illustration: Alarm of Our Artist and Wife, upon going to their room to [Illustration: Sea-sickness being a weakness of Our Artist, he [Illustration: Our Artist before going to Lima, during little poetical [Illustration: Our Artist doesn't want to say anything against the [Illustration: Our Artist, upon his arrival in "Sunny Spain," is [Illustration: Our Artist sees from the car-window, at a Rail-Road [Illustration: Our Artist discovers, one day, in the Calle Tunidores, [Illustration: Alarm of Our Artist, as he, for the first time, [Illustration: Merely a sketch (for the last page of this little book) cache = ./cache/36348.txt txt = ./txt/36348.txt === reduce.pl bib === id = 55775 author = Stevenson, William Bennet, active 1803-1825 title = Historical and Descriptive Narrative of Twenty Years' Residence in South America (Vol 1 of 3) Containing travels in Arauco, Chile, Peru, and Colombia; with an account of the revolution, its rise, progress, and results date = pages = extension = .txt mime = text/plain words = 97952 sentences = 4101 flesch = 68 summary = Fruits....Chilca, Village of Indians....Leave Lima, Thus an indian's house generally contains as many fire Maize, sometimes called indian corn, is cultivated in great quantities The principal produce of the valley of Lima is sugar cane, lucern, At the south east extremity of the city is a small citadel called Santa some time before left Lima for Spain, his native country, and having Between Pisco and Lima there is an indian village, called Chilca; it is thousand inhabitants, all indians; it has a large parish church and The indians on the coast of Peru are of a copper colour, with a small The number of indians who receive holy orders, natives of the coast as The great decrease of indian population in Peru may almost be called formed in Lima, of which the Viceroy was the president, having similar to that which is made by the indians at the present time, called cache = ./cache/55775.txt txt = ./txt/55775.txt === reduce.pl bib === id = 10772 author = Bingham, Hiram title = Inca Land: Explorations in the Highlands of Peru date = pages = extension = .txt mime = text/plain words = 95106 sentences = 5192 flesch = 75 summary = The next day we crossed two small oases, little gulches watered from early days before the Inca conquest of Peru, not so very long before been at one time an Inca house here, possibly a temple--lakes were once Inca ruins one may find small stone mortars, in which the primitive are the ruins of ancient houses, possibly once occupied by an Inca square mile," are called by Squier "the great Inca town of Muyna," here the evidences of a very large town, possibly pre-Inca, long since the Inca, who with a small party, "little more than eighty Indians," ruins down the Urubamba Valley at a place called "Huaina-Picchu or of many Inca ruins, the beauty of the deep, narrow valleys, and the the place where, in the days of Titu Cusi, the Inca priests faced the if the Indians had inhabited these valleys continuously from Inca cache = ./cache/10772.txt txt = ./txt/10772.txt === reduce.pl bib === id = 53080 author = Spence, Lewis title = The Myths of Mexico & Peru date = pages = extension = .txt mime = text/plain words = 110258 sentences = 5803 flesch = 71 summary = canoe from an early period, and that the Mexican god Quetzalcoatl, not temples or covered-in buildings, but "high places," great pyramids is of course to the gods of the invading Nahua tribes, the deities head of the wind-god stands for the second of the twenty day signs, Mexican god, or at least was not of Nahua origin, as he is mentioned Man of the Sun, but the original wind-god of the country. the Mexican rain-god Tlaloc, for many of the American races believed various Maya tribes worshipped similar gods under different names. great deity in Maya religion, and the myths which tell of the origin that four days' journey from that place a great Indian city was to be Mexican name of the sun-god, 97 of the Maya, god of the sun, the wind, and thunder, common to Mexican probably a god of pre-Nahua people, 78; Maya deity; God E probably cache = ./cache/53080.txt txt = ./txt/53080.txt === reduce.pl bib === id = 45204 author = Hardenburg, W. E. (Walter Ernest) title = The Putumayo, the Devil's Paradise Travels in the Peruvian Amazon Region and an Account of the Atrocities Committed upon the Indians Therein date = pages = extension = .txt mime = text/plain words = 93751 sentences = 4112 flesch = 68 summary = THE PERUVIAN AMAZON: FREE INDIANS OF THE UCAYALI RIVER 24 all this rubber was collected by the Indians in the Company's service, Indians return, and, gathering up the strings of rubber, place them in 1. The pacific Indians of the Putumayo are forced to work day and night 1, 1907, the Peruvian Amazon Rubber Company, Ltd., was formed, with a [Illustration: INDIANS OF THE PERUVIAN AMAZON REGION: RIVER UCAYALI. 6. And that "they force the Pacific Indians of the Putumayo to work day Here in Matanzas, Armando Norman ordered me to kill a little Indian information about the rubber possessions of the Peruvian Amazon Company employee receives from the agent of the company, on arrival, an Indian the agent of the company would ask one of the numerous Indian women surrounding forest Indians work rubber and supply them so far as may be rubber-collecting and treatment of Indians on the Putumayo by the cache = ./cache/45204.txt txt = ./txt/45204.txt === reduce.pl bib === id = 55777 author = Stevenson, William Bennet, active 1803-1825 title = Historical and descriptive narrative of twenty years' residence in South America (Vol 2 of 3) Containing travels in Arauco, Chile, Peru, and Colombia; with an account of the revolution, its rise, progress, and results date = pages = extension = .txt mime = text/plain words = 95604 sentences = 3437 flesch = 66 summary = ....Indians....Dress....Houses....Food Cocaniguas....Quito 408 is long, the ears broad and covered with hair, the eyes large with small sand a small white stone is found, called _piedra del ojo_, or _limpia a great number of large and small cattle are bred, particularly goats, sea; they are generally small miserable places, inhabited chiefly by indians employ themselves at present in fishing: it is the place to that called de Jesus, five leagues from the city, is an indian village, remains of an indian town, most curiously built; many of the houses are the water in the river, a general salutation often takes place, and The houses belonging to the principal inhabitants have generally an indians, called Malabas, who reside on the river de San Miguel, which to trees standing near the river side, or else to large posts placed for of the surrounding woods, generally on the banks of the small rivers, cache = ./cache/55777.txt txt = ./txt/55777.txt === reduce.pl bib === id = 55778 author = Stevenson, William Bennet, active 1803-1825 title = Historical and descriptive narrative of twenty years' residence in South America (Vol 3 of 3) Containing travels in Arauco, Chile, Peru, and Colombia; with an account of the revolution, its rise, progress, and results date = pages = extension = .txt mime = text/plain words = 98152 sentences = 3147 flesch = 54 summary = Government....Lord Cochrane resigns the Command of the Squadron 211 Liberating Army....Loss of the San Martin....Arrival of Lord Lima....Independence of Peru sworn....San Martin constitutes Army....State of the Squadron....San Martin takes the Field the Chilean vessels of war, San Martin, flag ship, Captain Wilkinson, re-occupation of Chile: the command of the army was given to San Martin; days, San Martin sent a corporal and two soldiers, with an order for the restoration of Chile was formed, San Martin took the command of the General San Martin has been pleased to order that the name of this ship On the fourth of March, General San Martin sent Captain Guise and his quarters of general San Martin, the state of Lima was well known. Army....Loss of the San Martin....Arrival of Lord Cochrane at General San Martin issued after his arrival in Peru. from Lima....Disturbances in Chile....San Martin arrives at from Lima....Disturbances in Chile....San Martin arrives at cache = ./cache/55778.txt txt = ./txt/55778.txt Building ./etc/reader.txt 22483 7070 12190 14914 55778 22595 number of items: 28 sum of words: 2,106,294 average size in words: 84,251 average readability score: 73 nouns: time; men; day; man; place; water; way; people; side; part; river; country; feet; night; order; captain; city; nothing; days; head; one; years; gold; work; others; name; morning; life; house; trees; sea; hand; end; course; ground; rock; m.; number; land; state; stone; distance; death; war; north; father; hands; point; coast; valley verbs: was; had; is; were; be; have; are; been; said; made; do; being; has; did; found; called; came; having; see; go; come; take; make; left; went; seen; took; get; taken; saw; know; say; think; brought; find; sent; am; give; put; done; given; got; gave; let; received; seemed; heard; thought; going; told adjectives: other; great; many; more; little; good; small; such; first; same; few; large; long; own; several; spanish; high; much; last; old; white; new; indian; certain; most; whole; able; young; possible; peruvian; next; different; necessary; beautiful; short; right; black; strong; second; present; only; ancient; general; best; wide; full; human; better; heavy; ready adverbs: not; so; very; up; then; now; as; only; out; most; down; more; here; well; also; even; there; again; never; still; much; however; away; back; about; almost; off; far; once; n''t; soon; too; on; just; all; thus; quite; long; ever; always; first; in; together; perhaps; often; indeed; over; already; generally; nearly pronouns: it; i; he; his; they; we; their; them; my; you; him; me; our; its; us; her; she; your; himself; themselves; myself; itself; one; ourselves; herself; yourself; mine; ours; thy; yours; theirs; ''s; oneself; thee; yourselves; ''em; o; hers; em; ye; y; you''re; ya; why--; whispered,--; whereof; whence; water,--since; u_--the; tzin proper nouns: _; indians; peru; inca; de; spaniards; lima; san; cuzco; harry; |; america; god; incas; lord; mexico; la; don; government; captain; pizarro; martin; dias; general; spain; indian; manco; rio; pedro; ii; .; majesty; c.; brazil; sun; river; cochrane; south; callao; ccapac; mr.; bertie; peruvians; chili; quito; new; yupanqui; josé; mrs.; maya keywords: peru; indians; spaniards; spanish; lima; peruvian; inca; don; america; san; cuzco; sun; spain; mexico; callao; south; santa; pedro; manco; man; lord; incas; great; government; god; general; francisco; captain; aztecs; atahualpa; viceroy; valparaiso; valdivia; tupac; river; quito; quetzalcoatl; pizarro; mr.; mexican; martin; illustration; guayaquil; cochrane; chapter; central; american; time; tezcatlipoca; small one topic; one dimension: great file(s): ./cache/14479.txt titles(s): Narrative of Services in the Liberation of Chili, Peru and Brazil, from Spanish and Portuguese Domination, Volume 2 three topics; one dimension: indians; said; government file(s): ./cache/53080.txt, ./cache/22483.txt, ./cache/14479.txt titles(s): The Myths of Mexico & Peru | Across Unknown South America | Narrative of Services in the Liberation of Chili, Peru and Brazil, from Spanish and Portuguese Domination, Volume 2 five topics; three dimensions: said time indians; inca great indians; government san squadron; river great men; captain said small file(s): ./cache/7070.txt, ./cache/53080.txt, ./cache/14479.txt, ./cache/22483.txt, ./cache/42375.txt titles(s): The Treasure of the Incas: A Story of Adventure in Peru | The Myths of Mexico & Peru | Narrative of Services in the Liberation of Chili, Peru and Brazil, from Spanish and Portuguese Domination, Volume 2 | Across Unknown South America | Chincha Plain-Weave Cloths Type: gutenberg title: subject-peru-gutenberg date: 2021-06-07 time: 14:06 username: emorgan patron: Eric Morgan email: emorgan@nd.edu input: facet_subject:"Peru" ==== make-pages.sh htm files ==== make-pages.sh complex files ==== make-pages.sh named enities ==== making bibliographics id: 10772 author: Bingham, Hiram title: Inca Land: Explorations in the Highlands of Peru date: words: 95106.0 sentences: 5192.0 pages: flesch: 75.0 cache: ./cache/10772.txt txt: ./txt/10772.txt summary: The next day we crossed two small oases, little gulches watered from early days before the Inca conquest of Peru, not so very long before been at one time an Inca house here, possibly a temple--lakes were once Inca ruins one may find small stone mortars, in which the primitive are the ruins of ancient houses, possibly once occupied by an Inca square mile," are called by Squier "the great Inca town of Muyna," here the evidences of a very large town, possibly pre-Inca, long since the Inca, who with a small party, "little more than eighty Indians," ruins down the Urubamba Valley at a place called "Huaina-Picchu or of many Inca ruins, the beauty of the deep, narrow valleys, and the the place where, in the days of Titu Cusi, the Inca priests faced the if the Indians had inhabited these valleys continuously from Inca id: 20910 author: Brady, Cyrus Townsend title: South American Fights and Fighters, and Other Tales of Adventure date: words: 93546.0 sentences: 4716.0 pages: flesch: 74.0 cache: ./cache/20910.txt txt: ./txt/20910.txt summary: debarked in great state with his men, and, as soon as he firmly got difference between Balboa and the men of his time is seen in his after attended by a small escort, immediately set forth for Ada. He was arrested on the way by a company of soldiers headed by Francisco In April, 1532, Pizarro embarked his men on the ships and landed, not Great, laid out the city of Lima and the Spaniards flocked into Peru the other great men of his age were much like him in these things. This great city contains a large number of temples[3] or houses for man of action like Cortes and to the men who followed him as well. precipitating a great mass of Spaniards and Indians into the causeway. Cortes had not cleared the causeway in time of his Indian allies. ship practically deserted, a great number of Indians came off in their id: 36348 author: Carleton, George Washington title: Our Artist in Cuba, Peru, Spain and Algiers Leaves from The Sketch-Book of a Traveller, 1864-1868 date: words: 4986.0 sentences: 524.0 pages: flesch: 76.0 cache: ./cache/36348.txt txt: ./txt/36348.txt summary: [Illustration: The first volante driver that our artist saw in Havana.] [Illustration: Our Artist just steps around the corner, to look at a [Illustration: A midsummer''s night dream.--Our Artist is just the least [Illustration: The Great Cave near Matanzas.--Picturesque House over the [Illustration: First night at the "Gran Hotel Leon de Oro."--Our artist [Illustration: Alarm of Our Artist and Wife, upon going to their room to [Illustration: Sea-sickness being a weakness of Our Artist, he [Illustration: Our Artist before going to Lima, during little poetical [Illustration: Our Artist doesn''t want to say anything against the [Illustration: Our Artist, upon his arrival in "Sunny Spain," is [Illustration: Our Artist sees from the car-window, at a Rail-Road [Illustration: Our Artist discovers, one day, in the Calle Tunidores, [Illustration: Alarm of Our Artist, as he, for the first time, [Illustration: Merely a sketch (for the last page of this little book) id: 21066 author: Collingwood, Harry title: Harry Escombe: A Tale of Adventure in Peru date: words: 92493.0 sentences: 3124.0 pages: flesch: 66.0 cache: ./cache/21066.txt txt: ./txt/21066.txt summary: Harry Escombe is a young apprentice in a civil engineer''s office. "Yes," answered Escombe, "I understand perfectly, Mr Butler, what you "A matter of about half an hour''s work!" interjected Harry. Escombe detailed one man, an Indian, to accompany him, and, placing the either hand, and at length turned to Escombe and said, pointing: time, Harry knew instinctively, the patient would be long past all human person of Escombe--as he never for a moment doubted was the case--Arima reincarnated Inca, Manco Capac, Harry Escombe was one of those estimable "My Lords," said Tiahuana, "the young man asserts, with perfect candour, Harry''s conductor took out and handed to the young man for his "I know not, Lord Umu," answered the unfortunate man, as well as his The priest led the way into the passage, Harry following, and the moment "I might well answer," said Escombe, "that I am the Inca, and that no id: 45998 author: Duffield, A. J. (Alexander James) title: Peru in the Guano Age Being a Short Account of a Recent Visit to the Guano Deposits, with Some Reflections on the Money They Have Produced and the Uses to Which It Has Been Applied date: words: 32547.0 sentences: 1432.0 pages: flesch: 71.0 cache: ./cache/45998.txt txt: ./txt/45998.txt summary: I have purposely omitted, as also my report on the riches of its Sea. It will be time enough to talk of these things when the Chinese get a X. Of the great public works in Peru, the chief during this time has A Spanish law existed in Peru but little more than half a century after having governed Peru three years and a half. China on Peruvian bark, it is true that the Government of Peru has the Peruvian Government; for, although the loading of the guano is deposit of Peruvian guano when being shovelled into ships. Peru, Dreyfus was to purchase two million tons of guano, and to pay ''However long the guano deposits may last, Peru always possesses cost the Peruvian Government a serious sum of money, and some people become a great man, and the Peruvian people been lifted up by him in id: 14479 author: Dundonald, Thomas Cochrane, Earl of title: Narrative of Services in the Liberation of Chili, Peru and Brazil, from Spanish and Portuguese Domination, Volume 2 date: words: 86482.0 sentences: 3316.0 pages: flesch: 56.0 cache: ./cache/14479.txt txt: ./txt/14479.txt summary: office--I order him to quit the province--And send him to Parà--Letter His Imperial Majesty, having ascertained that the War of Independence in Imperial command to attend His Majesty at the house of his Minister, Government declaring Bahia in a state of blockade, the Portuguese having Imperial Majesty''s ships are so manned, I shall consider them abandoning the city and province of Bahia to the Imperial squadron; the FORCE--EXILE OF THE ANDRADAS--LETTER TO HIS IMPERIAL MAJESTY--MY ADVICE FORCE--EXILE OF THE ANDRADAS--LETTER TO HIS IMPERIAL MAJESTY--MY ADVICE Government of Brazil under Your Imperial Majesty, with power to His Imperial Majesty to place you, as Minister of Marine, on your authority of His Imperial Majesty''s orders to make war on the Majesty''s late ministers held out that ships of war were to be prize Imperial Majesty, that, as soon as order was restored, a force should service of His Imperial Majesty, and the pacification of this province, id: 14914 author: Dundonald, Thomas Cochrane, Earl of title: Narrative of Services in the Liberation of Chili, Peru and Brazil, from Spanish and Portuguese Domination, Volume 1 date: words: 85160.0 sentences: 2999.0 pages: flesch: 57.0 cache: ./cache/14914.txt txt: ./txt/14914.txt summary: Return to Callao--Lima abandoned--Hesitation of General San Martin to the Supreme Director--San Martin quits Chili--His prudence--Opinion of received private letters from the Supreme Director and General San The Chilian force amounted to 4200 men, General San Martin, to the great being returned, and ordered to join the army of General San Martin. To the Administration in Chili General San Martin wrote as follows:-squadron and the _San_ _Martin_, the crew of which received the order returned to the squadron, General San Martin kept both about his own General San Martin afterwards denied to the Chilian Government that he General San Martin afterwards accused me to the Chilian Government of "the squadron of Chili was under the command of the Protector of Peru, General San Martin by the Chilian Government, entered Callao _under vessels from capture by the Chilian ships of war, as having Spanish OF THE CHILIAN SQUADRON--SAN MARTIN''S ARRIVAL AT VALPARAISO-- id: 45204 author: Hardenburg, W. E. (Walter Ernest) title: The Putumayo, the Devil''s Paradise Travels in the Peruvian Amazon Region and an Account of the Atrocities Committed upon the Indians Therein date: words: 93751.0 sentences: 4112.0 pages: flesch: 68.0 cache: ./cache/45204.txt txt: ./txt/45204.txt summary: THE PERUVIAN AMAZON: FREE INDIANS OF THE UCAYALI RIVER 24 all this rubber was collected by the Indians in the Company''s service, Indians return, and, gathering up the strings of rubber, place them in 1. The pacific Indians of the Putumayo are forced to work day and night 1, 1907, the Peruvian Amazon Rubber Company, Ltd., was formed, with a [Illustration: INDIANS OF THE PERUVIAN AMAZON REGION: RIVER UCAYALI. 6. And that "they force the Pacific Indians of the Putumayo to work day Here in Matanzas, Armando Norman ordered me to kill a little Indian information about the rubber possessions of the Peruvian Amazon Company employee receives from the agent of the company, on arrival, an Indian the agent of the company would ask one of the numerous Indian women surrounding forest Indians work rubber and supply them so far as may be rubber-collecting and treatment of Indians on the Putumayo by the id: 22595 author: Hayens, Herbert title: At the Point of the Sword date: words: 98439.0 sentences: 7073.0 pages: flesch: 89.0 cache: ./cache/22595.txt txt: ./txt/22595.txt summary: Still holding my hands, and looking into my face, she said, "You have "Thanks, my boy!" said José, "but for your help I doubt if I could have "Don''t give way," said José brightly, laying a hand on his shoulder; "Very sorry, my boy," said the young captain, coming into the room, "Do you know," said José sharply, turning to the doctor, "that your "Now look here," said José sternly: "you are giving way, and that won''t "Get the horses ready," said José, "while I pick out a few men. Calling softly to one of his men, José said, "Stay here and watch. "Come, lieutenant," said he briskly at the end of an hour, "it is time "I wish the colonel would let my mother know," said I; "she would be in whispers, and at last the second man said, "Come this way, señor; I "He thinks the Royalists will attack," said Alzura, as the general id: 7070 author: Henty, G. A. (George Alfred) title: The Treasure of the Incas: A Story of Adventure in Peru date: words: 126179.0 sentences: 7248.0 pages: flesch: 89.0 cache: ./cache/7070.txt txt: ./txt/7070.txt summary: "I think he will help us, Harry," Bertie said as soon as they set out. "They were the last places we should think of searching," Dias said. "The Spaniards have done some good here at least," Harry said to Dias, "Well, Bertie," Harry said when Dias had left the room, "I think we may "We had better be moving, señor," Dias said as he rose to his feet, "or "The meal is ready, señor," Maria said, "and I think we had better eat "You are a good deal sillier than you think you are, Maria," Dias said "I don''t think they will try it, señor," Dias said. went back for the mules; but Harry said: "I do think, Dias, that she Harry said: "You have done us another good turn, Dias; we did not see "You know, Bertie," Harry said, coming to a sudden stop, "I think we id: 21397 author: Kingston, William Henry Giles title: Manco, the Peruvian Chief Or, An Englishman''s Adventures in the Country of the Incas date: words: 110028.0 sentences: 5422.0 pages: flesch: 81.0 cache: ./cache/21397.txt txt: ./txt/21397.txt summary: father led the Indian to a large unfurnished room, which the children "You were a long time opening the gate, friend," observed, one of them At a little distance off was a village of Indian huts, mostly small; but The observations which the Indian chief let fall made me suspect that I thought of our having aided the escape of the Indian chief Manco, and Three days passed away, and at last, to my great joy, Manco came back. disasters to think of attacking the Indians," said Pedro. friend Manco, the Indian chief, if he should have escaped from his Manco had told me, he expected about this time the Indians would be Manco had given orders that one of the Indians should at all times be A party of Indians came one day to the village, on their way across the and look after the horses; while Manco and I, with our three Indians, id: 31207 author: Kuttner, Henry title: Where the World is Quiet date: words: 7154.0 sentences: 752.0 pages: flesch: 92.0 cache: ./cache/31207.txt txt: ./txt/31207.txt summary: that the native girl had walked swiftly--had run in places--so I The fog closed in behind the valley and above it. valley covering perhaps a half-mile before the fog closed in around The girl was watching me, her face tiny and far away. Lhar said, "It speaks thus, without words or thought...." She paused, "It knows that I am dying," Lhar said. I didn''t ask Lhar what sort of mammals she had in her own world. This much I learned: the Other, like Lhar and her "The native girls," I said. Lhar said: "The Other has many powers. like the Indio girls. The robot held me back as Lhar advanced toward the girls, the back, to see Lhar and her robot standing motionless, watching me. At my feet lay the Indio girl, dead. "It is dead," Lhar''s thought entered my mind. Lhar''s thought was clear in my mind. id: 22483 author: Landor, Arnold Henry Savage title: Across Unknown South America date: words: 268260.0 sentences: 16051.0 pages: flesch: 79.0 cache: ./cache/22483.txt txt: ./txt/22483.txt summary: valuable woods, plenty of water and great navigable rivers draining it those days the great dividing line of the waters flowing south and north. river came another great vertical wall, on the left side--of most After passing _chapada_ on the left bank we came to a great many rocks seen on the right bank of the river after passing this great island, centre of the river blocked by great masses of rock; then, a little north-east to south-west at the turn of the river where the great canoe all the time close to the banks or islands, the river being so deep river from south-west to north-east, so that for a little time we could My men were in great form that day, and we shot one rapid after another My men had an idea that the great river we were looking for must be in id: 33095 author: Lummis, Charles Fletcher title: The Spanish Pioneers date: words: 66701.0 sentences: 3284.0 pages: flesch: 75.0 cache: ./cache/33095.txt txt: ./txt/33095.txt summary: There was a great Old World, full of civilization: suddenly a New coast where it was to plant colonies in the New World; and Pizarro did a time the Spanish were permanently established in Florida and New Mexico, The first white man who saw land in the New World was a common sailor the Pueblo Indians of New Mexico at the present day,--a military came at last to the strange lake-city of Mexico, with his little Spanish through the Indians,--discovered the new land in the same year, and took New Mexico, around the present strange Indian pueblo of Zuñi, which is that the Spaniards enslaved the Pueblos, or any other Indians of New The whole policy of Spain toward the Indians of the New World medicine-men crossed Texas and came close to our present New Mexico. the discovery of New Mexico, and was slain by the Indians. several Indian war-captains I know in New Mexico. id: 42375 author: O''Neale, Lila M. (Lila Morris) title: Chincha Plain-Weave Cloths date: words: 8580.0 sentences: 652.0 pages: flesch: 83.0 cache: ./cache/42375.txt txt: ./txt/42375.txt summary: This study of the Chincha plain-weave materials in the Max Uhle One hundred twelve cloths in the plain-weave group were measured. From the twenty Chincha plain-weave cloths with intact lengths (fig. Complete lengths of Chincha plain-weave cloths in order from shortest Complete widths of Chincha plain-weave fabrics in order from narrowest In the Chincha 4specimens, where congestion of edge yarns occurs, combinations of pairs of warps or wefts with single yarns of the Thread counts in this group range from 13 warps by 18 wefts to In two Chincha plain-weave cloths, as in the Nazca Chincha plain-weave cloths (pl. Chincha plain-weave cloths (pl. Stripes in this sample group either border the edge of the cloth or Edge stripes occur on a relatively fine cloth, specimen Five cloths in the Chincha lot are allover striped. No specimen in the Chincha plain-weave group has stripes showing more Diagrams of stripings in Chincha plain-weave id: 1209 author: Prescott, William Hickling title: History of the Conquest of Peru date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 1323 author: Prescott, William Hickling title: History of the Conquest of Peru With a Preliminary View of the Civilization of the Incas date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 24814 author: Reid, Mayne title: The Forest Exiles: The Perils of a Peruvian Family in the Wilds of the Amazon date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 34804 author: Réville, Albert title: Lectures on the Origin and Growth of Religion as Illustrated by the Native Religions of Mexico and Peru date: words: 48159.0 sentences: 3006.0 pages: flesch: 73.0 cache: ./cache/34804.txt txt: ./txt/34804.txt summary: The religions of Mexico and Peru, and the special importance similarly, the religions of Mexico and Peru (for the empire of the Incas edifice near the great temple of Mexico, where the supreme deities of revealing god, the protector of the Aztec nation, took the human form disembarked in Peru, the great Inca, Huayna Capac, had but recently human life in the name of religion, which finally ruined the Incas. eyes throughout the audience, for no man looks upon the face of the Sun. It seems that the Incas possessed "the art of royal majesty" in a high become the Sun and Moon, represented by their Inca high-priest and his Inca Viracocha denied that the Sun was God;[66] and according to a story official and imperial deities, I must speak of two great Peruvian gods as the chief god of the religion in honour before that of the Incas rose that the civilizations and religions of Mexico and Peru are id: 26602 author: Sancho, Pedro title: An Account of the Conquest of Peru date: words: 32723.0 sentences: 1372.0 pages: flesch: 77.0 cache: ./cache/26602.txt txt: ./txt/26602.txt summary: days, the two Spaniards who were bringing gold from Cuzco arrived, and city of San Miguel in order to place the gold for H. day''s journey of Guaiglia; and the governor commanded a captain of his, called Tarma five leagues from Xauxa in order to guard a bad pass that The Governor, before setting out from that place, sent a captain with great river which passes by that city, and then one of these Spaniards Governor set out in order to cross the last bridge, which was almost this time the Governor had arrived with the [rest of] the Spaniards and, way the Governor and his troops entered that great city of Cuzco without captain who was to cross the river and attack the city from the mountain who, when the captain and Spaniards came from Cuzco, had come with them Spaniards better every day.[92] The Governor ordered the captain of id: 20218 author: Sarmiento de Gamboa, Pedro title: History of the Incas date: words: 70738.0 sentences: 3937.0 pages: flesch: 79.0 cache: ./cache/20218.txt txt: ./txt/20218.txt summary: Mayta Ccapac, the fourth Inca, son of Lloqui Yupanqui and his wife Mama When Ccapac Yupanqui died, Inca Rocca, his son by his wife Ccuri-hilpay, the valley of Cuzco he also had two sons, the one named Inca Urco, the sons named Cusi, afterwards called Inca Yupanqui, because they believed His son Inca Yupanqui remained at Cuzco, resolved to defend the son Pachacuti Inca Yupanqui, to whom the Sun has given such a great Cuzco, nor seeing his son Pachacuti Inca Yupanqui. Pachacuti Inca Yupanqui was at Cuzco after having conquered the his orders, he killed the Inca''s two brothers Ccapac Yupanqui and Huayna then said that he named his son Tupac Inca, and ordered him to come TUPAC INCA YUPANQUI SETS OUT, A SECOND TIME, BY ORDER OF HIS FATHER, TO TUPAC INCA YUPANQUI ORDERS A SECOND VISITATION OF THE LAND, AND DOES id: 36386 author: Spence, Lewis title: The Mythologies of Ancient Mexico and Peru date: words: 16713.0 sentences: 802.0 pages: flesch: 65.0 cache: ./cache/36386.txt txt: ./txt/36386.txt summary: The question of the origin of the religions of ancient Mexico and Peru they were of a race cognate with the Aztecs and Toltecs appears probable ancient sun and moon worship of Central America. Mexican war-god the offspring of the sun and the ''spring florescence.'' But another originally totemic deity had gained high rank in the Aztec god of the cold season, and typified the dreary sun of that time of That he was not of Aztec origin but a god of the Toltecs or of The Peruvian legend of the coming to earth of the sun-race, of whom the Like the Mexicans, the Peruvians appear to have acknowledged the sun-worship which obtained in Peru at the time of the Spanish conquest. of the Sun, the constituents of the Aztec religion were almost wholly Inside the Temple of the Sun was placed a great plate of id: 53080 author: Spence, Lewis title: The Myths of Mexico & Peru date: words: 110258.0 sentences: 5803.0 pages: flesch: 71.0 cache: ./cache/53080.txt txt: ./txt/53080.txt summary: canoe from an early period, and that the Mexican god Quetzalcoatl, not temples or covered-in buildings, but "high places," great pyramids is of course to the gods of the invading Nahua tribes, the deities head of the wind-god stands for the second of the twenty day signs, Mexican god, or at least was not of Nahua origin, as he is mentioned Man of the Sun, but the original wind-god of the country. the Mexican rain-god Tlaloc, for many of the American races believed various Maya tribes worshipped similar gods under different names. great deity in Maya religion, and the myths which tell of the origin that four days'' journey from that place a great Indian city was to be Mexican name of the sun-god, 97 of the Maya, god of the sun, the wind, and thunder, common to Mexican probably a god of pre-Nahua people, 78; Maya deity; God E probably id: 55775 author: Stevenson, William Bennet, active 1803-1825 title: Historical and Descriptive Narrative of Twenty Years'' Residence in South America (Vol 1 of 3) Containing travels in Arauco, Chile, Peru, and Colombia; with an account of the revolution, its rise, progress, and results date: words: 97952.0 sentences: 4101.0 pages: flesch: 68.0 cache: ./cache/55775.txt txt: ./txt/55775.txt summary: Fruits....Chilca, Village of Indians....Leave Lima, Thus an indian''s house generally contains as many fire Maize, sometimes called indian corn, is cultivated in great quantities The principal produce of the valley of Lima is sugar cane, lucern, At the south east extremity of the city is a small citadel called Santa some time before left Lima for Spain, his native country, and having Between Pisco and Lima there is an indian village, called Chilca; it is thousand inhabitants, all indians; it has a large parish church and The indians on the coast of Peru are of a copper colour, with a small The number of indians who receive holy orders, natives of the coast as The great decrease of indian population in Peru may almost be called formed in Lima, of which the Viceroy was the president, having similar to that which is made by the indians at the present time, called id: 55777 author: Stevenson, William Bennet, active 1803-1825 title: Historical and descriptive narrative of twenty years'' residence in South America (Vol 2 of 3) Containing travels in Arauco, Chile, Peru, and Colombia; with an account of the revolution, its rise, progress, and results date: words: 95604.0 sentences: 3437.0 pages: flesch: 66.0 cache: ./cache/55777.txt txt: ./txt/55777.txt summary: ....Indians....Dress....Houses....Food Cocaniguas....Quito 408 is long, the ears broad and covered with hair, the eyes large with small sand a small white stone is found, called _piedra del ojo_, or _limpia a great number of large and small cattle are bred, particularly goats, sea; they are generally small miserable places, inhabited chiefly by indians employ themselves at present in fishing: it is the place to that called de Jesus, five leagues from the city, is an indian village, remains of an indian town, most curiously built; many of the houses are the water in the river, a general salutation often takes place, and The houses belonging to the principal inhabitants have generally an indians, called Malabas, who reside on the river de San Miguel, which to trees standing near the river side, or else to large posts placed for of the surrounding woods, generally on the banks of the small rivers, id: 55778 author: Stevenson, William Bennet, active 1803-1825 title: Historical and descriptive narrative of twenty years'' residence in South America (Vol 3 of 3) Containing travels in Arauco, Chile, Peru, and Colombia; with an account of the revolution, its rise, progress, and results date: words: 98152.0 sentences: 3147.0 pages: flesch: 54.0 cache: ./cache/55778.txt txt: ./txt/55778.txt summary: Government....Lord Cochrane resigns the Command of the Squadron 211 Liberating Army....Loss of the San Martin....Arrival of Lord Lima....Independence of Peru sworn....San Martin constitutes Army....State of the Squadron....San Martin takes the Field the Chilean vessels of war, San Martin, flag ship, Captain Wilkinson, re-occupation of Chile: the command of the army was given to San Martin; days, San Martin sent a corporal and two soldiers, with an order for the restoration of Chile was formed, San Martin took the command of the General San Martin has been pleased to order that the name of this ship On the fourth of March, General San Martin sent Captain Guise and his quarters of general San Martin, the state of Lima was well known. Army....Loss of the San Martin....Arrival of Lord Cochrane at General San Martin issued after his arrival in Peru. from Lima....Disturbances in Chile....San Martin arrives at from Lima....Disturbances in Chile....San Martin arrives at id: 12190 author: Stockton, Frank Richard title: The Adventures of Captain Horn date: words: 126996.0 sentences: 6713.0 pages: flesch: 85.0 cache: ./cache/12190.txt txt: ./txt/12190.txt summary: "Captain Horn," said she, "Mrs. Cliff is in a state of nervous fear, and When Edna Markham told Mrs. Cliff what the captain had said about their captain followed, and behind him came Ralph, Edna, and Mrs. Cliff. "Mrs. Cliff, Miss Markham, and Ralph," said the captain, "I have a few "Do you know," said he, "what I think of Captain Horn? "Ralph," said the captain, as soon as the boy reached him, "I see Mrs. Cliff has been speaking to you, and so you know about the arrangements After the noonday meal, on the day of Captain Horn''s departure, Mrs. Cliff went apart with Maka and Cheditafa, and there endeavored to find When they reached the beach, the captain shook hands with Edna, Mrs. Cliff, and Ralph, and then, turning to Cheditafa, he informed him that If Captain Horn should never come back, Mrs. Cliff thought that Edna id: 26745 author: Tschudi, Johann Jakob von title: Travels in Peru, on the Coast, in the Sierra, Across the Cordilleras and the Andes, into the Primeval Forests date: words: 139587.0 sentences: 7002.0 pages: flesch: 72.0 cache: ./cache/26745.txt txt: ./txt/26745.txt summary: nearing the ship, the Indians tie a rope round the animal''s horns, and is taken to preserve the small form of the foot, and the Lima ladies The Indians in Lima form but a small portion of the population, being people of color, is the _Paseo de Amancaes_, which takes place on St. John''s Day. The Amancaes is a gently sloping plain, about half a mile streets of Lima for sale, and all day long Indians, carrying pails on Lima in a thicket near an old Indian settlement, called Santa Rosa, in Travelling on the Coast of Peru--Sea Passage to Huacho--Indian Travelling on the Coast of Peru--Sea Passage to Huacho--Indian The Indians frequently proceed with large flocks of llamas to the coast, Peru--Rich Mines secretly known to the Indians--Roads leading from general the Indians have a great dread of these animals, and seldom The Indians, even at the present time, put coca leaves into the ==== make-pages.sh questions ==== make-pages.sh search ==== make-pages.sh topic modeling corpus Zipping study carrel