mv: ‘./input-file.zip’ and ‘./input-file.zip’ are the same file Creating study carrel named subject-newZealand-gutenberg Initializing database Unzipping Archive: input-file.zip creating: ./tmp/input/input-file/ inflating: ./tmp/input/input-file/14760.txt inflating: ./tmp/input/input-file/19962.txt inflating: ./tmp/input/input-file/21316.txt inflating: ./tmp/input/input-file/19780.txt inflating: ./tmp/input/input-file/27977.txt inflating: ./tmp/input/input-file/29070.txt inflating: ./tmp/input/input-file/28906.txt inflating: ./tmp/input/input-file/18068.txt inflating: ./tmp/input/input-file/18932.txt inflating: ./tmp/input/input-file/27070.txt inflating: ./tmp/input/input-file/31234.txt inflating: ./tmp/input/input-file/25034.txt inflating: ./tmp/input/input-file/25033.txt inflating: ./tmp/input/input-file/25452.txt inflating: ./tmp/input/input-file/25828.txt inflating: ./tmp/input/input-file/26912.txt inflating: ./tmp/input/input-file/6104.txt inflating: ./tmp/input/input-file/5992.txt inflating: ./tmp/input/input-file/12411.txt inflating: ./tmp/input/input-file/11933.txt inflating: ./tmp/input/input-file/13760.txt inflating: ./tmp/input/input-file/33987.txt inflating: ./tmp/input/input-file/40073.txt inflating: ./tmp/input/input-file/41258.txt inflating: ./tmp/input/input-file/33619.txt inflating: ./tmp/input/input-file/33342.txt inflating: ./tmp/input/input-file/39361.txt inflating: ./tmp/input/input-file/47663.txt inflating: ./tmp/input/input-file/49207.txt inflating: ./tmp/input/input-file/38691.txt inflating: ./tmp/input/input-file/34484.txt inflating: ./tmp/input/input-file/44551.txt inflating: ./tmp/input/input-file/44726.txt inflating: ./tmp/input/input-file/44096.txt inflating: ./tmp/input/input-file/42228.txt inflating: ./tmp/input/input-file/45354.txt inflating: ./tmp/input/input-file/46161.txt inflating: ./tmp/input/input-file/46597.txt inflating: ./tmp/input/input-file/46703.txt inflating: ./tmp/input/input-file/53244.txt inflating: ./tmp/input/input-file/54474.txt inflating: ./tmp/input/input-file/56471.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-newZealand-gutenberg FILE: cache/14760.txt OUTPUT: txt/14760.txt FILE: cache/19780.txt OUTPUT: txt/19780.txt FILE: cache/29070.txt OUTPUT: txt/29070.txt FILE: cache/19962.txt OUTPUT: txt/19962.txt FILE: cache/18932.txt OUTPUT: txt/18932.txt FILE: cache/18068.txt OUTPUT: txt/18068.txt FILE: cache/25033.txt OUTPUT: txt/25033.txt FILE: cache/28906.txt OUTPUT: txt/28906.txt FILE: cache/25452.txt OUTPUT: txt/25452.txt FILE: cache/27070.txt OUTPUT: txt/27070.txt FILE: cache/12411.txt OUTPUT: txt/12411.txt FILE: cache/26912.txt OUTPUT: txt/26912.txt FILE: cache/25828.txt OUTPUT: txt/25828.txt FILE: cache/31234.txt OUTPUT: txt/31234.txt FILE: cache/6104.txt OUTPUT: txt/6104.txt FILE: cache/21316.txt OUTPUT: txt/21316.txt FILE: cache/25034.txt OUTPUT: txt/25034.txt FILE: cache/11933.txt OUTPUT: txt/11933.txt FILE: cache/40073.txt OUTPUT: txt/40073.txt FILE: cache/5992.txt OUTPUT: txt/5992.txt FILE: cache/13760.txt OUTPUT: txt/13760.txt FILE: cache/27977.txt OUTPUT: txt/27977.txt FILE: cache/33342.txt OUTPUT: txt/33342.txt FILE: cache/33619.txt OUTPUT: txt/33619.txt FILE: cache/33987.txt OUTPUT: txt/33987.txt FILE: cache/44096.txt OUTPUT: txt/44096.txt FILE: cache/47663.txt OUTPUT: txt/47663.txt FILE: cache/49207.txt OUTPUT: txt/49207.txt FILE: cache/38691.txt OUTPUT: txt/38691.txt FILE: cache/41258.txt OUTPUT: txt/41258.txt FILE: cache/39361.txt OUTPUT: txt/39361.txt FILE: cache/34484.txt OUTPUT: txt/34484.txt FILE: cache/45354.txt OUTPUT: txt/45354.txt FILE: cache/44551.txt OUTPUT: txt/44551.txt FILE: cache/54474.txt OUTPUT: txt/54474.txt FILE: cache/42228.txt OUTPUT: txt/42228.txt FILE: cache/44726.txt OUTPUT: txt/44726.txt FILE: cache/46161.txt OUTPUT: txt/46161.txt FILE: cache/56471.txt OUTPUT: txt/56471.txt FILE: cache/46597.txt OUTPUT: txt/46597.txt FILE: cache/53244.txt OUTPUT: txt/53244.txt FILE: cache/46703.txt OUTPUT: txt/46703.txt === file2bib.sh === id: 25034 author: Wilson, J. O. title: Report of the Chief Librarian for the Year Ended 31 March 1958: Special Centennial Issue date: pages: extension: .txt txt: ./txt/25034.txt cache: ./cache/25034.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'25034.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' 25033 txt/../pos/25033.pos 25034 txt/../wrd/25034.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 25033 txt/../wrd/25033.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 25034 txt/../pos/25034.pos 25033 txt/../ent/25033.ent 25034 txt/../ent/25034.ent === file2bib.sh === id: 25033 author: New Zealand. General Assembly Library title: Report of the Chief Librarian for the Year 1924-25 date: pages: extension: .txt txt: ./txt/25033.txt cache: ./cache/25033.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'25033.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' 19962 txt/../wrd/19962.wrd 19962 txt/../pos/19962.pos === file2bib.sh === id: 25452 author: Campbell, R. W. title: The Kangaroo Marines date: pages: extension: .txt txt: ./txt/25452.txt cache: ./cache/25452.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'25452.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' 19780 txt/../pos/19780.pos 19780 txt/../ent/19780.ent 19780 txt/../wrd/19780.wrd 19962 txt/../ent/19962.ent === file2bib.sh === id: 19962 author: Peacocke, Isabel M. (Isabel Maud) title: Piccaninnies date: pages: extension: .txt txt: ./txt/19962.txt cache: ./cache/19962.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'19962.txt' 25452 txt/../pos/25452.pos 25452 txt/../wrd/25452.wrd Traceback (most recent call last): File "/data-disk/reader-compute/reader-classic/bin/txt2keywords.py", line 54, in for keyword, score in ( yake( doc, ngrams=NGRAMS, topn=TOPN ) ) : File "/data-disk/python/lib/python3.8/site-packages/textacy/ke/yake.py", line 96, in yake word_scores = _compute_word_scores(doc, word_occ_vals, word_freqs, stop_words) File "/data-disk/python/lib/python3.8/site-packages/textacy/ke/yake.py", line 205, in _compute_word_scores freq_baseline = statistics.mean(freqs_nsw) + statistics.stdev(freqs_nsw) File "/data-disk/python/lib/python3.8/statistics.py", line 315, in mean raise StatisticsError('mean requires at least one data point') statistics.StatisticsError: mean requires at least one data point === file2bib.sh === id: 19780 author: New Zealand. National Library Service title: Report of the National Library Service for the Year Ended 31 March 1958 date: pages: extension: .txt txt: ./txt/19780.txt cache: ./cache/19780.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'19780.txt' 25452 txt/../ent/25452.ent 27070 txt/../pos/27070.pos 27070 txt/../wrd/27070.wrd 27070 txt/../ent/27070.ent 14760 txt/../wrd/14760.wrd === file2bib.sh === id: 27070 author: McMillan, D. G. (David Gervan) title: Report of the Committee of Inquiry into the Various Aspects of the Problem of Abortion in New Zealand date: pages: extension: .txt txt: ./txt/27070.txt cache: ./cache/27070.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'27070.txt' 14760 txt/../pos/14760.pos 26912 txt/../pos/26912.pos 26912 txt/../wrd/26912.wrd 18932 txt/../pos/18932.pos 26912 txt/../ent/26912.ent === file2bib.sh === id: 26912 author: Algie, R. M. (Ronald Macmillan) title: Report of the Juvenile Delinquency Committee date: pages: extension: .txt txt: ./txt/26912.txt cache: ./cache/26912.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'26912.txt' 18932 txt/../wrd/18932.wrd 18932 txt/../ent/18932.ent 18068 txt/../pos/18068.pos 14760 txt/../ent/14760.ent 18068 txt/../wrd/18068.wrd === file2bib.sh === id: 18932 author: New Zealand. Committee of Inquiry into Mental Defectives and Sexual Offenders title: Mental Defectives and Sexual Offenders Report of the Committee of Inquiry Appointed by the Hon. Sir Maui Pomare, K.B.E., C.M.G., Minister of Health date: pages: extension: .txt txt: ./txt/18932.txt cache: ./cache/18932.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'18932.txt' 18068 txt/../ent/18068.ent 33987 txt/../pos/33987.pos 33987 txt/../wrd/33987.wrd === file2bib.sh === id: 14760 author: New Zealand. Special Committee on Moral Delinquency in Children and Adolescents title: Report of the Special Committee on Moral Delinquency in Children and Adolescents date: pages: extension: .txt txt: ./txt/14760.txt cache: ./cache/14760.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'14760.txt' 6104 txt/../pos/6104.pos 6104 txt/../wrd/6104.wrd 33987 txt/../ent/33987.ent 29070 txt/../pos/29070.pos 6104 txt/../ent/6104.ent 31234 txt/../pos/31234.pos 25828 txt/../pos/25828.pos 11933 txt/../pos/11933.pos 31234 txt/../wrd/31234.wrd 29070 txt/../wrd/29070.wrd 5992 txt/../pos/5992.pos 11933 txt/../wrd/11933.wrd 25828 txt/../wrd/25828.wrd 5992 txt/../wrd/5992.wrd 13760 txt/../pos/13760.pos === file2bib.sh === id: 18068 author: Booth, Robert B. title: Five Years in New Zealand 1859 to 1864 date: pages: extension: .txt txt: ./txt/18068.txt cache: ./cache/18068.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'18068.txt' === file2bib.sh === id: 33987 author: Moss, Edward George Britton title: Beautiful Shells of New Zealand An Illustrated Work for Amateur Collectors of New Zealand Marine Shells, with Directions for Collecting and Cleaning them date: pages: extension: .txt txt: ./txt/33987.txt cache: ./cache/33987.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'33987.txt' 25828 txt/../ent/25828.ent 11933 txt/../ent/11933.ent 5992 txt/../ent/5992.ent 29070 txt/../ent/29070.ent 13760 txt/../wrd/13760.wrd 28906 txt/../pos/28906.pos 28906 txt/../wrd/28906.wrd 21316 txt/../pos/21316.pos 21316 txt/../wrd/21316.wrd 13760 txt/../ent/13760.ent 31234 txt/../ent/31234.ent 12411 txt/../wrd/12411.wrd 12411 txt/../pos/12411.pos 34484 txt/../pos/34484.pos 33342 txt/../pos/33342.pos 40073 txt/../wrd/40073.wrd 49207 txt/../pos/49207.pos 40073 txt/../pos/40073.pos 33342 txt/../wrd/33342.wrd === file2bib.sh === id: 6104 author: Barker, Lady (Mary Anne) title: Station Life in New Zealand date: pages: extension: .txt txt: ./txt/6104.txt cache: ./cache/6104.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'6104.txt' 34484 txt/../wrd/34484.wrd 47663 txt/../pos/47663.pos 33619 txt/../pos/33619.pos 49207 txt/../wrd/49207.wrd 33619 txt/../wrd/33619.wrd 34484 txt/../ent/34484.ent 39361 txt/../pos/39361.pos 47663 txt/../wrd/47663.wrd 12411 txt/../ent/12411.ent 44096 txt/../pos/44096.pos 33342 txt/../ent/33342.ent 56471 txt/../pos/56471.pos 44096 txt/../wrd/44096.wrd 28906 txt/../ent/28906.ent 41258 txt/../pos/41258.pos 46161 txt/../pos/46161.pos 39361 txt/../wrd/39361.wrd 41258 txt/../wrd/41258.wrd 21316 txt/../ent/21316.ent 46161 txt/../wrd/46161.wrd === file2bib.sh === id: 5992 author: Barker, Lady (Mary Anne) title: Station Amusements in New Zealand date: pages: extension: .txt txt: ./txt/5992.txt cache: ./cache/5992.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'5992.txt' 47663 txt/../ent/47663.ent 56471 txt/../wrd/56471.wrd === file2bib.sh === id: 11933 author: Earle, Augustus title: A Narrative of a Nine Months' Residence in New Zealand in 1827 date: pages: extension: .txt txt: ./txt/11933.txt cache: ./cache/11933.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'11933.txt' 38691 txt/../pos/38691.pos 40073 txt/../ent/40073.ent 49207 txt/../ent/49207.ent 38691 txt/../wrd/38691.wrd === file2bib.sh === id: 29070 author: Hay, W. Delisle (William Delisle) title: Brighter Britain! (Volume 1 of 2) or Settler and Maori in Northern New Zealand date: pages: extension: .txt txt: ./txt/29070.txt cache: ./cache/29070.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'29070.txt' 44551 txt/../wrd/44551.wrd 39361 txt/../ent/39361.ent 33619 txt/../ent/33619.ent 41258 txt/../ent/41258.ent 42228 txt/../pos/42228.pos 44551 txt/../pos/44551.pos 45354 txt/../pos/45354.pos 56471 txt/../ent/56471.ent 44096 txt/../ent/44096.ent 46161 txt/../ent/46161.ent === file2bib.sh === id: 13760 author: Craik, George Lillie title: John Rutherford, the White Chief: A Story of Adventure in New Zealand date: pages: extension: .txt txt: ./txt/13760.txt cache: ./cache/13760.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'13760.txt' 45354 txt/../wrd/45354.wrd 54474 txt/../pos/54474.pos 44726 txt/../pos/44726.pos 42228 txt/../wrd/42228.wrd 44726 txt/../wrd/44726.wrd 38691 txt/../ent/38691.ent 53244 txt/../pos/53244.pos 46703 txt/../pos/46703.pos === file2bib.sh === id: 25828 author: Sutherland, George title: History of Australia and New Zealand From 1606 to 1890 date: pages: extension: .txt txt: ./txt/25828.txt cache: ./cache/25828.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'25828.txt' 54474 txt/../wrd/54474.wrd 53244 txt/../wrd/53244.wrd 46703 txt/../wrd/46703.wrd === file2bib.sh === id: 31234 author: Purchas, Henry Thomas title: A History of the English Church in New Zealand date: pages: extension: .txt txt: ./txt/31234.txt cache: ./cache/31234.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'31234.txt' 46597 txt/../pos/46597.pos 42228 txt/../ent/42228.ent === file2bib.sh === id: 33342 author: Maning, Frederick Edward title: Old New Zealand: Being Incidents of Native Customs and Character in the Old Times date: pages: extension: .txt txt: ./txt/33342.txt cache: ./cache/33342.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'33342.txt' 46597 txt/../wrd/46597.wrd 45354 txt/../ent/45354.ent 44726 txt/../ent/44726.ent 54474 txt/../ent/54474.ent === file2bib.sh === id: 40073 author: Westerman, Percy F. (Percy Francis) title: A Lively Bit of the Front: A Tale of the New Zealand Rifles on the Western Front date: pages: extension: .txt txt: ./txt/40073.txt cache: ./cache/40073.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'40073.txt' 44551 txt/../ent/44551.ent === file2bib.sh === id: 34484 author: Kingston, William Henry Giles title: Waihoura, the Maori Girl date: pages: extension: .txt txt: ./txt/34484.txt cache: ./cache/34484.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'34484.txt' 53244 txt/../ent/53244.ent 27977 txt/../pos/27977.pos 46703 txt/../ent/46703.ent === file2bib.sh === id: 47663 author: Bell, George W. (George William) title: Mr. Oseba's Last Discovery date: pages: extension: .txt txt: ./txt/47663.txt cache: ./cache/47663.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'47663.txt' === file2bib.sh === id: 28906 author: Grace, Alfred A. (Alfred Augustus) title: The Tale of Timber Town date: pages: extension: .txt txt: ./txt/28906.txt cache: ./cache/28906.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'28906.txt' 27977 txt/../wrd/27977.wrd === file2bib.sh === id: 49207 author: Vogel, Julius, Sir title: Anno Domini 2000; or, Woman's Destiny date: pages: extension: .txt txt: ./txt/49207.txt cache: ./cache/49207.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'49207.txt' === file2bib.sh === id: 39361 author: Maning, Frederick Edward title: Old New Zealand: A Tale of the Good Old Times And a History of the War in the North against the Chief Heke, in the Year 1845 date: pages: extension: .txt txt: ./txt/39361.txt cache: ./cache/39361.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'39361.txt' 46597 txt/../ent/46597.ent === file2bib.sh === id: 33619 author: Henty, G. A. (George Alfred) title: Maori and Settler: A Story of The New Zealand War date: pages: extension: .txt txt: ./txt/33619.txt cache: ./cache/33619.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'33619.txt' === file2bib.sh === id: 21316 author: Fenn, George Manville title: The Adventures of Don Lavington: Nolens Volens date: pages: extension: .txt txt: ./txt/21316.txt cache: ./cache/21316.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'21316.txt' === file2bib.sh === id: 12411 author: Reeves, William Pember title: The Long White Cloud: "Ao Tea Roa" date: pages: extension: .txt txt: ./txt/12411.txt cache: ./cache/12411.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'12411.txt' === file2bib.sh === id: 44096 author: Hudson, G. V. (George Vernon) title: An Elementary Manual of New Zealand Entomology Being an Introduction to the Study of Our Native Insects date: pages: extension: .txt txt: ./txt/44096.txt cache: ./cache/44096.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'44096.txt' === file2bib.sh === id: 56471 author: Fussell, J. C. (James Coldham) title: Corporal Tikitanu, V.C. date: pages: extension: .txt txt: ./txt/56471.txt cache: ./cache/56471.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'56471.txt' === file2bib.sh === id: 46161 author: Roberts, F. A. title: By Forest Ways in New Zealand date: pages: extension: .txt txt: ./txt/46161.txt cache: ./cache/46161.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'46161.txt' === file2bib.sh === id: 41258 author: Marsden, Samuel title: Memoirs of the Life and Labours of the Rev. Samuel Marsden, of Paramatta, Senior Chaplain of New South Wales; and of His Early Connexion with the Missions to New Zealand and Tahiti date: pages: extension: .txt txt: ./txt/41258.txt cache: ./cache/41258.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'41258.txt' === file2bib.sh === id: 38691 author: Cotes, Everard title: Down Under with the Prince date: pages: extension: .txt txt: ./txt/38691.txt cache: ./cache/38691.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'38691.txt' === file2bib.sh === id: 42228 author: Hamilton-Browne, G. title: Camp Fire Yarns of the Lost Legion date: pages: extension: .txt txt: ./txt/42228.txt cache: ./cache/42228.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'42228.txt' === file2bib.sh === id: 44551 author: Hudson, G. V. (George Vernon) title: New Zealand Moths and Butterflies (Macro-Lepidoptera) date: pages: extension: .txt txt: ./txt/44551.txt cache: ./cache/44551.txt Content-Encoding UTF-8 Content-Type text/plain; charset=UTF-8 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:content_handler ToTextContentHandler X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 10 resourceName b'44551.txt' 27977 txt/../ent/27977.ent === file2bib.sh === id: 45354 author: Waite, Fred title: New Zealanders at Gallipoli date: pages: extension: .txt txt: ./txt/45354.txt cache: ./cache/45354.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'45354.txt' === file2bib.sh === id: 54474 author: Horsley, Reginald title: New Zealand date: pages: extension: .txt txt: ./txt/54474.txt cache: ./cache/54474.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'54474.txt' === file2bib.sh === id: 53244 author: Kerry-Nicholls, J. H. (James Henry) title: The King Country; or, Explorations in New Zealand A Narrative of 600 Miles of Travel Through Maoriland. date: pages: extension: .txt txt: ./txt/53244.txt cache: ./cache/53244.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'53244.txt' === file2bib.sh === id: 44726 author: Buick, Thomas Lindsay title: An Old New Zealander; or, Te Rauparaha, the Napoleon of the South. date: pages: extension: .txt txt: ./txt/44726.txt cache: ./cache/44726.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'44726.txt' === file2bib.sh === id: 46703 author: Schuler, Phillip F. E. (Frederick Edward) title: Australia in Arms A Narrative of the Australasian Imperial Force and Their Achievement at Anzac date: pages: extension: .txt txt: ./txt/46703.txt cache: ./cache/46703.txt Content-Encoding ISO-8859-1 Content-Type text/plain; charset=ISO-8859-1 X-Parsed-By ['org.apache.tika.parser.DefaultParser', 'org.apache.tika.parser.csv.TextAndCSVParser'] X-TIKA:content_handler ToTextContentHandler X-TIKA:embedded_depth 0 X-TIKA:parse_time_millis 7 resourceName b'46703.txt' === file2bib.sh === id: 46597 author: Verne, Jules title: In Search of the Castaways A Romantic Narrative of the Loss of Captain Grant of the Brig Britannia and of the Adventures of His Children and Friends in His Discovery and Rescue date: pages: extension: .txt txt: ./txt/46597.txt cache: ./cache/46597.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'46597.txt' === file2bib.sh === id: 27977 author: Morris, Edward Ellis title: Austral English A dictionary of Australasian words, phrases and usages with those aboriginal-Australian and Maori words which have become incorporated in the language, and the commoner scientific words that have had their origin in Australasia date: pages: extension: .txt txt: ./txt/27977.txt cache: ./cache/27977.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 25 resourceName b'27977.txt' Done mapping. Reducing subject-newZealand-gutenberg === reduce.pl bib === id = 14760 author = New Zealand. Special Committee on Moral Delinquency in Children and Adolescents title = Report of the Special Committee on Moral Delinquency in Children and Adolescents date = pages = extension = .txt mime = text/plain words = 29095 sentences = 1912 flesch = 65 summary = _The Special Committee on Moral Delinquency in Children and the peril to school children caused many parents, temporarily at any Valley there was the news that two girls, each aged about 16 years had association of boys and girls in co-educational schools. the notice of the Child Welfare Division for acts of delinquency, meetings of Parent-Teacher and Home-and-School Associations to enable law up to that time but the age of children subject to the Act was procedure in these Children's Courts and the duties of Welfare Officers. the Children's Court and bringing an offending child up on an offence _(b) The Attendance of Parents at a Children's Court Should be Made appear before the Children's Court with the said child. (2) In the case of a child charged with any offence the Court (_d_) In all cases where children are summoned to Court their parents cache = ./cache/14760.txt txt = ./txt/14760.txt === reduce.pl bib === id = 19962 author = Peacocke, Isabel M. (Isabel Maud) title = Piccaninnies date = pages = extension = .txt mime = text/plain words = 5770 sentences = 415 flesch = 92 summary = tree, the boys simply couldn't bear to think the girls had something Little Swanki, the Piccaninny girl, and Tiki, the Piccaninny boy, were up in a karaka tree eating the pulp of the ripe But Tiki was a contented little boy, and he couldn't think of anything hollow tree stump near a picnic party which had come into the bush, and But as they arrived near the edge of the bush and the trees grew "There!" said Tiki proudly, "there are the Pickled Cabbage trees." The Piccaninny, tired out, climbed up into a tea tree bush, and swung The Bush Babies come out of the kowhai flowers. see each Bush Baby crawling out of its cradle flower on its little The Piccaninny told the Bush Baby that he The Piccaninny led the Bush Baby to several other flowers, but at every noise, during which every Piccaninny and Bush Baby and all the other cache = ./cache/19962.txt txt = ./txt/19962.txt === reduce.pl bib === id = 21316 author = Fenn, George Manville title = The Adventures of Don Lavington: Nolens Volens date = pages = extension = .txt mime = text/plain words = 119192 sentences = 9363 flesch = 95 summary = "Stop, sir!" cried the stern-looking man to Mike, just as Jem appeared "Yes, sir," said Jem; and he hurried out, while Don drew a long breath. "Give man time, Jem Wimble," said Mike, with a grimace. "Poor Mas' Don!" said Jem, as he watched the lad go out through the "Yes, sir; that's right," said Jem, taking off the cup, and sniffing at "Think they heared it, Mas' Don?" said Jem, at last, in a hoarse "Mas' Don," said Jem, dolefully; "let's get up on deck, sir, and jump "Then we had better cut off, Mas' Don," said Jem, grinning till his eyes "That's just what I felt, Mas' Don," said Jem, with a perplexed look on "Why, Mas' Don," said Jem, laughing, "it's like fishing; and after Just then Ngati came up smiling, but as Jem afterwards said, looking "It does look like it, Jem," said Don. cache = ./cache/21316.txt txt = ./txt/21316.txt === reduce.pl bib === id = 19780 author = New Zealand. National Library Service title = Report of the National Library Service for the Year Ended 31 March 1958 date = pages = extension = .txt mime = text/plain words = 6994 sentences = 399 flesch = 57 summary = as a whole and its four divisions--Country Library Service, School free service in November 1957, and Palmerston North Public Library, The School Library Service has continued to bring a wide range and During the year this Service received three valuable sets of books As at 31 March 1958 the stock of the School Library Service (b) Loans of books to independent subscription public libraries at a they receive library service, may obtain loans of requested books by Zealand School Library Service, the purchasing of books to be financed Services available to schools and to the smaller public libraries can be service, provision of book lists, and advice on library planning. public libraries which provide free service in their children's and offices, and the distribution of books to schools and public libraries Visits to School Library Service offices by _Book Resources Committee of the New Zealand Library Association_--The cache = ./cache/19780.txt txt = ./txt/19780.txt === reduce.pl bib === id = 29070 author = Hay, W. Delisle (William Delisle) title = Brighter Britain! (Volume 1 of 2) or Settler and Maori in Northern New Zealand date = pages = extension = .txt mime = text/plain words = 79308 sentences = 4193 flesch = 79 summary = though, to have come half round the world only to be met by men like possible idea of what manual labour, roughing it, and colonial work Precious little good they'd be to her at his place in the bush!" first great difficulty in opening up a new country, the want of roads, Sometimes the cattle, feeding on the clearings round the shanty, come and generally to do all the dirty work; and the way that Old Colonial Old Colonial and his chums at our shanty in the bush. So, if he comes to New Zealand, he goes South as a general thing, and river who run cattle in the bush; one lives six miles off, and the other "That must have been the way they went," said Old Colonial, looking in a "Well," said Old Colonial, "there's no time now; but we've got to get cache = ./cache/29070.txt txt = ./txt/29070.txt === reduce.pl bib === id = 27977 author = Morris, Edward Ellis title = Austral English A dictionary of Australasian words, phrases and usages with those aboriginal-Australian and Maori words which have become incorporated in the language, and the commoner scientific words that have had their origin in Australasia date = pages = extension = .txt mime = text/plain words = 346071 sentences = 71694 flesch = 93 summary = The less-known birds, fishes, plants, and trees are in many "one of the trees called by the early colonists 'Black Wattle,' In New Zealand, the trees called "The common grass-tree or 'blackboy,' so called from its long "The shrub which is called the native cherry-tree appears like "Like the natives of New South Wales, they called to each other "A large tribe of natives, called the white cockatoo men, genus of Australian marsupials called Tree-Kangaroos pigeon; in Australia and New Zealand, to the little birds of radiata) is called in New South Wales 'White Gum' or "Natives of the South Sea Islands, who in Australia are called settlers to the New Zealand tree called by Maoris Tarata called the Bird of Paradise of New South Wales; then (Maori names); and for the New South Wales fish called called in New Zealand the Cabbage-tree (q.v.), and the cache = ./cache/27977.txt txt = ./txt/27977.txt === reduce.pl bib === id = 28906 author = Grace, Alfred A. (Alfred Augustus) title = The Tale of Timber Town date = pages = extension = .txt mime = text/plain words = 107897 sentences = 8683 flesch = 92 summary = "Gen'lemen," said the Pilot of Timber Town, "we'll drink to better luck smoke," said Sartoris, looking wistfully at the Pilot's tobacco-pipes on "I'm new at this sort of thing," said Scarlett: "I've just come off "'You had luck on the gold-fields,' I said, 'but when you come to town "Can't help you, partner," said the man with the gold tooth, playing a "This is a good time for a smoke," said the Pilot, filling his pipe and "Now, look 'ee here," said the Pilot, as he rose cumbersomely, and took "We'll drink to it," he said, and rang the little hand-bell that stood "No, no; let it be Carnac," said Dolphin, looking at the keen-eyed man, Jack greeted the little man politely, and then turning to Cathro, said, "My dear young lady," said Sartoris, as he took Rose's hand in his, and "Tresco," said Jack, looking straight into the goldsmith's face, "you cache = ./cache/28906.txt txt = ./txt/28906.txt === reduce.pl bib === id = 18068 author = Booth, Robert B. title = Five Years in New Zealand 1859 to 1864 date = pages = extension = .txt mime = text/plain words = 47512 sentences = 1922 flesch = 73 summary = Shepherd's Life--Driving Sheep--Killing Wild Sow--Return Colonies are a good field for a young man who wishes to adopt the life week at Malvern Station, taking a hand in all the routine work, riding C---reached the Old Country in due time, resumed his small farm, many a time I visited him or spent a night in his lonely little hut, We travelled steadily about 15 miles each day, and in due time reached there was little routine work on the station, and much of our time was twenty miles each day, camping or resting independently of stations, and On the evening of the third day we arrived at a small cattle station Haast and his men went ahead to select a camping place, leaving Dr. Sinclair with a man and horse in attendance to come on quietly and take station hands, were to start early the following morning, while two men cache = ./cache/18068.txt txt = ./txt/18068.txt === reduce.pl bib === id = 27070 author = McMillan, D. G. (David Gervan) title = Report of the Committee of Inquiry into the Various Aspects of the Problem of Abortion in New Zealand date = pages = extension = .txt mime = text/plain words = 16422 sentences = 853 flesch = 57 summary = occurrence of septic abortion in New Zealand, including medical, occurrence of abortion in New Zealand, including medical, All the evidence brought before the Committee indicates that abortion a two-year period were 4,000, the number of cases of abortion treated It must be explained that a certain number of cases of abortion occur Actually in New Zealand in the five-year period mentioned, abortion In the case of the four urban areas deaths from septic abortion account The evidence offered to the Committee by medical witnesses indicates Spontaneous abortion, provided that proper medical care is given, health involved in the procuring of abortion, a medical witness limitation, and which, in many cases, lead to the practice of abortion. alteration in the law regarding therapeutic abortion; the Committee In the case of such ill-considered opinions, the Committee believes be considered when, in "The Case against Legalized Abortion"[4] he cache = ./cache/27070.txt txt = ./txt/27070.txt === reduce.pl bib === id = 18932 author = New Zealand. Committee of Inquiry into Mental Defectives and Sexual Offenders title = Mental Defectives and Sexual Offenders Report of the Committee of Inquiry Appointed by the Hon. Sir Maui Pomare, K.B.E., C.M.G., Minister of Health date = pages = extension = .txt mime = text/plain words = 29033 sentences = 2024 flesch = 66 summary = Section 2.--=Two Distinct Questions=: Mental Defectives and Sexual Feeble-minded Adults and Children=: Education Act, 1914; Provision of; "Feeble-minded," Definition of; Mental Defectives The Committee of Inquiry into Mental Defectives and Sexual Offenders special care and treatment of mental defectives and sexual offenders in Wellington; the Special School for Girls, Richmond, Nelson; the Mental feeble-minded, and the father died in a mental hospital. All these children are feeble-minded and have been brought under State Institutional care is necessary for mentally defective persons whose In the case of all feeble-minded persons living outside institutions, not attend school as a rule, while feeble-minded children higher in the special school or other institution for the education of feeble-minded feeble-minded and mentally defective persons living outside epileptic, and mentally defective persons living outside institutional feeble-minded children should be continued by the Education Department, mental degenerates and persons charged with sexual offences, and to cache = ./cache/18932.txt txt = ./txt/18932.txt === reduce.pl bib === === reduce.pl bib === id = 31234 author = Purchas, Henry Thomas title = A History of the English Church in New Zealand date = pages = extension = .txt mime = text/plain words = 85083 sentences = 4594 flesch = 72 summary = In consideration of my long career as a church-worker in New Zealand, England--Marsden at Home--The Church Missionary Society--Its plans for New Zealand Mission--Hall and King--Marsden meets Ruatara on _Active_ Henry Williams--Journey of Bishop Selwyn to England--Offer of Marsden himself brought Henry Williams to New Zealand, and decided upon new missionary was placed at Paihia, a village whose open beach lay been appointed Bishop of Australia, and had been requested by the C.M.S. to extend his pastoral care, as far as possible, to the islands of New friends of the Church Missionary Society accordingly opposed the New With Bishop Selwyn there appeared in New Zealand a type of churchmanship attraction in the hard work which New Zealand offered, and the bishop's With the bishop and the church also, there was a new beginning in a more is "Christianity among the New Zealanders," by the first Bishop of cache = ./cache/31234.txt txt = ./txt/31234.txt === reduce.pl bib === === reduce.pl bib === === reduce.pl bib === id = 25828 author = Sutherland, George title = History of Australia and New Zealand From 1606 to 1890 date = pages = extension = .txt mime = text/plain words = 89678 sentences = 3900 flesch = 72 summary = Governor King saw also another object in founding this new colony. pound an acre for land in South Australia, when, by crossing to Port Colonial Government with the money received from the sale of land. Governor Young.#--The colony was then placed under the care of Sir enterprise brought free men with sheep and cattle close to Moreton Bay. That fine district, discovered by Allan Cunningham in 1827, and called Governments of New South Wales and Victoria sent vessels to convey the New South Wales, Wilmot found that to govern at the same time a convict The Land Act.#--Sir John Young became Governor of New South Wales in Darling, who, forty years before, had been Governor of New South Wales. became Governor of New South Wales he sent further presents over to Te New Zealand would be a most prosperous colony, and that land in its For a time New Zealand sent out gold every year to cache = ./cache/25828.txt txt = ./txt/25828.txt === reduce.pl bib === id = 26912 author = Algie, R. M. (Ronald Macmillan) title = Report of the Juvenile Delinquency Committee date = pages = extension = .txt mime = text/plain words = 11283 sentences = 559 flesch = 60 summary = Special Select Committee was appointed to consider and to report upon Members, to consider the Report of the Special Committee on Moral social Departments, e.g., Education, Child Welfare, Justice, relating to the Child Welfare Act and its administration. the Superintendent of the Child Welfare Division of the Department (5) Over the years child welfare and education have worked out Honorary Child Welfare Officers in the Act, but their powers, The Mazengarb Committee appeared to hold the view that when children of Children's Court and child welfare work from the beginning of _Paragraph (f), page 63_ (recommendation that Child Welfare Act be In its report at pages 67 and 68 the Mazengarb Committee set out a probation service and Child Welfare Department are also the subject qualification; and that the Committee suggests or recommends no new That in the opinion of the present Committee the Child Welfare cache = ./cache/26912.txt txt = ./txt/26912.txt === reduce.pl bib === id = 6104 author = Barker, Lady (Mary Anne) title = Station Life in New Zealand date = pages = extension = .txt mime = text/plain words = 63157 sentences = 2214 flesch = 73 summary = fresh-water ones came a long distance by rail from the river Murray, but As soon as we reached a pretty sheltered spot half-way up the hill among I must end my long letter by telling you a little story of my own our kind friends here wish, and long before the little house in the the house, carrying our little treasure by turns: but all our care was no such consequence follow a good wetting; the houses are so little real ride brought us to a charming little station, called by the pretty looked quite a large place from the great extent of ground it appeared For a week beforehand the house smelt all day long like a baker's shop the act of killing a new-born lamb a little way from the house; the banks, about a mile from the house, the water came up to the horses' cache = ./cache/6104.txt txt = ./txt/6104.txt === reduce.pl bib === id = 5992 author = Barker, Lady (Mary Anne) title = Station Amusements in New Zealand date = pages = extension = .txt mime = text/plain words = 65029 sentences = 2662 flesch = 77 summary = every-day life in New Zealand, published by the author three years Imagine, then, a beautiful day in our early New Zealand autumn. cold, dry and wet extremes, to make a true New Zealand day. served out at shearing time and so on; but in the old days all the hard Hot as the day had been, the night air felt chill, and a heavy dew from my house where I am sure of a good day's skating any time between to this run and look round it, and if I find it anything like so good as every day, for at that time of year an hour's change in the wind might poor little thing will only die all the same in a day or two;" and then _who_ could turn away from a little helpless thing like that, who than ten days, and had returned to our own pretty little home up the cache = ./cache/5992.txt txt = ./txt/5992.txt === reduce.pl bib === id = 12411 author = Reeves, William Pember title = The Long White Cloud: "Ao Tea Roa" date = pages = extension = .txt mime = text/plain words = 106567 sentences = 5979 flesch = 75 summary = almost as familiar in New Zealand as in their native lands. The first colonists of New Zealand were brown men from the South Seas. What Captain Cook thought of the Maori is a common-place of New entitled _Old New Zealand_, still form the best book which the Colony Ruatara spent nearly nine years of his life away from his native land. sale plunged New Zealand into long years of war. landing no white missionary lost his life by Maori hands. of the New Zealand Company's claims, had landed in Wellington in the New Zealand Company were themselves purchasers of land. South Island of New Zealand was a well-nigh ideal land for pastoral to the New Zealand Company and its system of a high price for land war, the New Zealand Government confiscated 2,800,000 acres of native Years," or Gisborne's "Colony of New Zealand." When one comes to cache = ./cache/12411.txt txt = ./txt/12411.txt === reduce.pl bib === id = 11933 author = Earle, Augustus title = A Narrative of a Nine Months' Residence in New Zealand in 1827 date = pages = extension = .txt mime = text/plain words = 57861 sentences = 2168 flesch = 67 summary = alongside, and an old chief came on board, who rubbed noses with Captain chiefs of consequence came on board, who soon cleared our decks of a George, was a noted Bay of Islands chief named Whareumu. these war-like preparations, I was informed that Hongi and his chief men The day following the brig took her final departure from New Zealand, and companions, so in New Zealand, when a chief is killed, his former friends The next day our old friend King George paid us a long visit, and we My friend, Captain Duke, made great preparations for the return of his Our friend George generally paid us a visit after the business of the day time in this harbour; and, as our New Zealand guest expressed a great tribes to be proposed, and when it took place the friends of George saw very proud chief by the natives; yet he is to be seen every day working cache = ./cache/11933.txt txt = ./txt/11933.txt === reduce.pl bib === id = 33987 author = Moss, Edward George Britton title = Beautiful Shells of New Zealand An Illustrated Work for Amateur Collectors of New Zealand Marine Shells, with Directions for Collecting and Cleaning them date = pages = extension = .txt mime = text/plain words = 18226 sentences = 1487 flesch = 82 summary = ~MUREX ZELANDICUS~ (Plate II.).--Fig. 1 is known as the spider shell, from ~MUREX EOS~ (Plate II.).--Fig. 3 is a beautiful pink shell, about an inch ~COMINELLA HUTTONI~ (Plate IV.).--Fig. 8 is a small pale brown shell, ~COMINELLA TESTUDINEA~ (Plate IV.).--Fig. 12 is a handsome purple shell, ~COMINELLA VIRGATA~ (Plate IV.).--Fig. 13 is a greyish-brown shell, the ~TURRITELLA VITTATA~ (Plate VII.).--Fig. 27 is a yellowish-white shell, ~TRIVIA AUSTRALIS~ (Plate VII.).--Fig. 29 is the New Zealand Cowry shell. ~BULLA QUOYI~ (Plate VII.).--Fig. 32 is a smooth, greenish shell, an inch ~PANOPEA ZELANDICA~ (Plate VIII.).--Fig. 3 is a widely-gaping white shell, ~MACTRA ÆQUILATERA~ (Plate VIII.).--Fig. 10 is a yellowish or white shell. ~PSAMMOBIA STANGERI~ (Plate VIII.).--Fig. 15 is a purplish-white shell, the plate, but is a large, smooth, red or brown shell, two inches long, ~DOSINIA AUSTRALIS~ (Plate IX.).--Fig. 15 is a pale, pinkish-brown shell, ~LIMA BULLATA~ (Plate IX.).--Fig. 20 is a white shell, about one and cache = ./cache/33987.txt txt = ./txt/33987.txt === reduce.pl bib === id = 13760 author = Craik, George Lillie title = John Rutherford, the White Chief: A Story of Adventure in New Zealand date = pages = extension = .txt mime = text/plain words = 56112 sentences = 2042 flesch = 66 summary = striking that John Rutherford's story of adventures in New Zealand saw his years in New Zealand in the Bay of Islands district; and Mr Percy Zealand, the vessel having touched at the Bay of Islands, on her way his description answers exactly to that which Cook gives of Poverty Bay. It was, says Rutherford, in the form of a half-moon, with a sandy beach Taken altogether, New Zealand presents a great variety of landscape, plant may be cut down in New Zealand three times a year; and that it may "Boyd," in 1809, some time before Rutherford's arrival in New Zealand. New Zealand when the Maoris came at the time of their great migration, Although there is no general government in New Zealand, the chiefs When Marsden and Nicholas left New Zealand, a number of the chiefs sent [Footnote CR: Rutherford did not return to New Zealand, and nothing more cache = ./cache/13760.txt txt = ./txt/13760.txt === reduce.pl bib === id = 40073 author = Westerman, Percy F. (Percy Francis) title = A Lively Bit of the Front: A Tale of the New Zealand Rifles on the Western Front date = pages = extension = .txt mime = text/plain words = 68818 sentences = 4915 flesch = 82 summary = "Post in yet, Dick?" enquired Malcolm Carr, as he stood in the open Malcolm Carr was a typical specimen of the youthful New Zealander. Receiving a negative reply, Malcolm set to work to lay the table for "Now we're all right, Dick," remarked Malcolm as the postman handed Carr turned his head and peered into the face of his right-hand man. "Stop that!" ordered Sergeant Fortescue; then, turning to Malcolm, "Any signs of a boat, Sergeant?" asked the man, as Malcolm, The two men separated, Te Paheka going to his mess, while Malcolm "And it shows," added Malcolm, "in another way how times change. troops--not a third of the number of men raised in New Zealand "Let's find Fortescue," said Malcolm, addressing Selwyn in a low "Give it up!" replied Malcolm, as he made his way to Selwyn's side. "Cable it to New Zealand," replied Malcolm. "By the way, Malcolm, I've news cache = ./cache/40073.txt txt = ./txt/40073.txt === reduce.pl bib === id = 33619 author = Henty, G. A. (George Alfred) title = Maori and Settler: A Story of The New Zealand War date = pages = extension = .txt mime = text/plain words = 102666 sentences = 5262 flesch = 83 summary = Three or four days later Mrs. Renshaw told Wilfrid that think as she "Who would have thought," Wilfrid said to his sister as he looked at Mr. Atherton, who had taken his seat in a great Indian reclining chair he As soon as Mr. Atherton had taken his seat Mrs. Renshaw and Marion came "Do you think it safe to let them on board?" the first officer asked Mr. Atherton, who was intently watching the natives in the smaller canoes. "I begin to think," the captain said to Mr. Atherton, "that the natives canoe with the chiefs came off, and as it approached the ship Mr. Atherton told Wilfrid to go forward, and tell the five men there to come "I think that you are right, Mr. Renshaw," Mr. Atherton said. "I am glad you are in time, Mr. Atherton," Wilfrid said. "It is not coming just yet," Mr. Atherton said; "but I have, I think, cache = ./cache/33619.txt txt = ./txt/33619.txt === reduce.pl bib === id = 41258 author = Marsden, Samuel title = Memoirs of the Life and Labours of the Rev. Samuel Marsden, of Paramatta, Senior Chaplain of New South Wales; and of His Early Connexion with the Missions to New Zealand and Tahiti date = pages = extension = .txt mime = text/plain words = 96489 sentences = 4353 flesch = 70 summary = laid the foundation of the Church of England mission to New Zealand. on board." Mr. Marsden's fame, as the friend of the New Zealanders, had Mr. Marsden returned from his first voyage to New Zealand accompanied by missionary, the Rev. Samuel Leigh, was well known at Paramatta, and Mr. Marsden viewed his labours with thankfulness and hope; but the reports The New Zealand mission still continued to occupy Mr. Marsden's "MY DEAR FRIEND,--I like Englishman much; he love New Zealand man. to Paramatta, and Mr. Marsden embarked a second time for New Zealand, from their degraded state to serve the only living and true God." Mr. Marsden's journal of this second visit will be valuable in time to come, of Mr. Marsden's character, and his great acquaintance with New Zealand, Before leaving New Zealand, he wrote to the Church Missionary Society an The great work of Mr. Marsden's life was undoubtedly the New Zealand cache = ./cache/41258.txt txt = ./txt/41258.txt === reduce.pl bib === id = 33342 author = Maning, Frederick Edward title = Old New Zealand: Being Incidents of Native Customs and Character in the Old Times date = pages = extension = .txt mime = text/plain words = 50426 sentences = 2487 flesch = 79 summary = Maori Hospitality in the Good Old Times.--A respectable Friend.-Maori Chief's Notions of Trading in the Old Times.--A Dissertation those good old times, when first I came to New Zealand, we shall such."--Maori Hospitality in the Good Old Times.--A respectable the glorious old time--will not form a bad opinion of my friend's told the chief that "Melons" and the "New Pakeha" were fighting like hand, and smoking his pipe at the time, as I have seen the natives Some short time after this, news came that a grand war expedition, Pakehas, though precious in the good old times, would sometimes get long ago in the good old times. I am now describing a regular Maori ruffian of the good old times; the old times known several pakehas who "thought there was something in tribe; but he was a man of good family, related to several high chiefs. cache = ./cache/33342.txt txt = ./txt/33342.txt === reduce.pl bib === id = 39361 author = Maning, Frederick Edward title = Old New Zealand: A Tale of the Good Old Times And a History of the War in the North against the Chief Heke, in the Year 1845 date = pages = extension = .txt mime = text/plain words = 82147 sentences = 3829 flesch = 80 summary = -Maori Hospitality in the Good Old Times -A Respectable Maori chief's notions of trading in the old times. Maori chief's notions of trading in the old times. those good old times, when first I came to New Zealand, we shall killed in fair fight with his own hand the first man in a native ground; they went in a body, armed like men going to battle, the spear others said he wanted to be chief over both pakeha and Maori. other pakeha chiefs, and also people who could speak Maori; so we all native chief raises men for a war party; they are all his _relations_ When Heke's people heard that the soldiers were coming, most of them There were killed in this fight of Heke's people twenty-three men, and How many men the soldiers had killed in the fight I do not know, but I cache = ./cache/39361.txt txt = ./txt/39361.txt === reduce.pl bib === id = 47663 author = Bell, George W. (George William) title = Mr. Oseba's Last Discovery date = pages = extension = .txt mime = text/plain words = 55667 sentences = 2881 flesch = 73 summary = "'Well,' said Oseba, 'these few people were of an amiable race, and a "'You see,' said Oseba, 'in the development of all people their myths "They are 'different,'" said Oseba, "but every race, people, nation, Oseba said: "All the civilised nations keep these armed men, whose "Plain enough," said Mr. Oseba, "for black people have no "No," said Oseba, "earnestly I love America and her splendid people, "To-day," said Oseba, "the Zelania Maori, as seen in his grotesque Oseba told his people that "Zelania was once discovered by Tasman in the new world, and by 1890 most of the better lands in Zelania were "My children," said Oseba, "we are never done with Zelania's wonders. "In Zelania, women are 'people,'" said Mr. Oseba, "and liberty and "As a fact, my children," said Mr. Oseba, "many countries on the upper "Well, my children," said Oseba, "the force of Zelania as a social cache = ./cache/47663.txt txt = ./txt/47663.txt === reduce.pl bib === id = 49207 author = Vogel, Julius, Sir title = Anno Domini 2000; or, Woman's Destiny date = pages = extension = .txt mime = text/plain words = 51044 sentences = 3121 flesch = 74 summary = "I have understood," said Miss Fitzherbert, "that Lord Reginald is harm from Lord Reginald, and the time has long passed for him to receive "But," said Mrs. Hardinge, "your Majesty is asking us to hold office at "I hardly know to which direction our duty points," Mrs. Hardinge said. point that the objection to Lord Reginald was of a personal nature, and "You surely," said Montreal, "do not care for Lord Reginald?" been said that, supposing the alleged action of Lord Reginald was "Colonel Laurient," said Hilda gravely, "you ought to know me well said to her, "Tell me now as woman to man, not as subject to emperor." Hilda showed Mrs. Hardinge the Emperor's magnificent present, and asked "Hilda," said Lord Reginald, bowing low, "forgive me. "No, Hilda," said Lord Reginald, who suddenly appeared at her side, "I "Dear Mrs. Hardinge," said the Emperor, with radiant face, "Hilda has cache = ./cache/49207.txt txt = ./txt/49207.txt === reduce.pl bib === id = 34484 author = Kingston, William Henry Giles title = Waihoura, the Maori Girl date = pages = extension = .txt mime = text/plain words = 30145 sentences = 1475 flesch = 81 summary = Miss Lucy, let's run away--the savage is coming, and I don't know the young girl," said Lucy, holding her ground, though she felt a little better," said Lucy, taking the young girl's hand, which felt hot and "We wish you to stop here and let us nurse you," said Lucy, trying still "There is her father," said Lucy, pointing to the chief, "perhaps you returned, and taking Lucy's hand, placed it in that of Waihoura, as if "I am not quite happy about her, Miss Lucy," said Mrs Greening, when Lucy sat watching the sick girl, while Mrs Greening and Betsy made Lucy, employing a homely way of speaking such as her Maori friend was "Maori girl wish always live with Lucy--never, never part," said "Maori girl meet Lucy in heaven?" said Waihoura, in a tone which showed Waihoura thought for some time, and then asked Lucy again to explain her cache = ./cache/34484.txt txt = ./txt/34484.txt === reduce.pl bib === id = 38691 author = Cotes, Everard title = Down Under with the Prince date = pages = extension = .txt mime = text/plain words = 72685 sentences = 4731 flesch = 74 summary = foot, the forty-five thousand miles of his Australasian tour with H.R.H. the Prince of Wales. old Assembly House, where the Prince shook hands with a remarkably long Later in the day, the Prince attended a formal state dinner, and evoked Prince from outside the railway fence, men, women and children, hand in presented and the Prince shook hands with a long line of returned Maori The address presented to the Prince by these loyal and attractive people were crowded with people, and the Prince had a very fine reception alike hall, where the Prince shook hands with numbers of returned men and For days before the Prince's coming special trains, crowded to The Prince went from Sydney two thousand miles by sea to Western received the Prince included the Governor, the State Premier, the Mayor, Leaving Brisbane one day during his visit to that city, the Prince cache = ./cache/38691.txt txt = ./txt/38691.txt === reduce.pl bib === id = 44551 author = Hudson, G. V. (George Vernon) title = New Zealand Moths and Butterflies (Macro-Lepidoptera) date = pages = extension = .txt mime = text/plain words = 90921 sentences = 9092 flesch = 81 summary = with six irregular rows of small black dots._ The hind-wings are white, The hind-wings are pale ochreous, with a black crescent-shaped spot near Hind-wings dark grey, paler near the base, cilia shining white. hind-wings are dark grey_ with a terminal series of small yellow spots. This species varies considerably in the ground colouring of the fore-wings. the wing, a wavy, pale, transverse line near the termen, and a series of The hind-wings are pale grey with numerous wavy black lines, The fore-wings have a short transverse black mark from the costa near the The hind-wings have three white transverse lines_, the first near termen._ The hind-wings have a shaded white or yellow transverse line rather fine wavy white line near the termen._ The cilia of all the wings 1. Fore-wings with several large brown spots near the middle. 5. Fore-wings with transverse lines and black spots (fig. cache = ./cache/44551.txt txt = ./txt/44551.txt === reduce.pl bib === id = 44726 author = Buick, Thomas Lindsay title = An Old New Zealander; or, Te Rauparaha, the Napoleon of the South. date = pages = extension = .txt mime = text/plain words = 130014 sentences = 4907 flesch = 66 summary = the natives of New Zealand since Te Rauparaha's time--a transformation which Te Rauparaha belonged was the Ngati-Toa tribe, who have already the Ngati-Toa tribe, by whom he was regarded as a hereditary chief and Hiria, the Ngati-Apa chief against whom Waka Nene and Te Rauparaha here they were joined by a number of Ngati-Apa chiefs and people from land, and Rauparaha went back to his people and home at Kapiti chiefs of the allied tribes, with Te Rauparaha in supreme command, hand, had killed more white men than any other chief in New Zealand, Whatanui, the great Ngati-Raukawa chief, for whom Te Rauparaha ever "Know all men that we the undersigned chiefs of the Ngati-Awa tribes, on his return from Nelson, placed the matter in the hands of Mr. Spain, who had appointed a day on which to hear the case, Rauparaha on by the natives under Te Rauparaha; that the chief was at a _pa_ cache = ./cache/44726.txt txt = ./txt/44726.txt === reduce.pl bib === id = 44096 author = Hudson, G. V. (George Vernon) title = An Elementary Manual of New Zealand Entomology Being an Introduction to the Study of Our Native Insects date = pages = extension = .txt mime = text/plain words = 36476 sentences = 2258 flesch = 70 summary = megacephala_ (this insect is drawn on Plate XVIII., fig. In the imago, or perfect state, the insect appears under its final form, matai trees, and resembles the present insect in general appearance, but is larva, the great air-tubes, which run the whole length of the insect, being Its larva (Fig. 4a) closely resembles a small worm, being of an differing widely from the male insect represented in the illustration (Fig. 5). The illustration (Fig. 2) is taken from the male insect, the female closely resemble Fig. 3, so that this insect does not appear at all prone The larva (Fig. 5a) feeds on a great variety of plants, the common manuka spiracles of the perfect insect afterwards appear (see Fig. 1a). The larva of the present species (Fig. 4a) occurs abundantly under stones of _Psocus zealandicus_ (Fig. 2), a curious little species, closely allied cache = ./cache/44096.txt txt = ./txt/44096.txt === reduce.pl bib === id = 45354 author = Waite, Fred title = New Zealanders at Gallipoli date = pages = extension = .txt mime = text/plain words = 94210 sentences = 6592 flesch = 78 summary = The New Zealanders of Anzac, by General Sir Ian Hamilton vii. memorable of the Great War, the New Zealand Brigade landed early in That same month, the New Zealand Mounted Rifles Brigade was called worn long when the New Zealand infantry were ashore and attacking early in the Great War were New Zealand soldiers, supported by the of batteries in the officers and men of the Royal New Zealand New Zealand transports, an officer and half a dozen men being placed the pride of all Australia; then the New Zealand Mounted Rifles--men The New Zealand Mounted Rifles Brigade took over the line from Anzac, at the same time land new troops at Suvla--the whole to push on The New Zealanders and Australians on the left of Anzac had to The men of the New Zealand Infantry Brigade looked out towards The Farm Horse at Hill 60, were the New Zealand Mounted Rifles. cache = ./cache/45354.txt txt = ./txt/45354.txt === reduce.pl bib === id = 42228 author = Hamilton-Browne, G. title = Camp Fire Yarns of the Lost Legion date = pages = extension = .txt mime = text/plain words = 86577 sentences = 3617 flesch = 78 summary = "Then the white chief sent word: 'Save your women, let them come I have frequently talked to Maori warriors of their old-time wars, In those good old days, when the inmates of a pah or kainga saw a blood, shed in old-time wars, and on this island they determined, of either white man or Hau Hau, yet that said fighting must be enjoyed them good men, on the ridge to observe the enemy, mounted his horse white men rest, the Hau Haus, far away in the recesses of the bush, staff at that time consisted of six white men, all good and to be went up the hill after the white men, who, having heard the shots, We lost numbers of men this way; and although no officer or man was I had plenty of old hands among my men, both black and white, and on cache = ./cache/42228.txt txt = ./txt/42228.txt === reduce.pl bib === id = 46161 author = Roberts, F. A. title = By Forest Ways in New Zealand date = pages = extension = .txt mime = text/plain words = 37708 sentences = 1476 flesch = 75 summary = forest, beside the green Arthur river, and for five miles of the Round the irregular, rocky shore of the tiny lake grow trees--ratas rounded hills stand blue mountains, rugged and mysterious, their unexpectedly upon a lovely blue-green lake, six miles long, fed by lake, though still forty miles away, we saw Mount Cook, half hidden snow line was the New Zealand edelweiss, with quaint grey flower called, reached New Zealand, they landed ten miles from the city of the lower levels, are miles of forest, deep green at first, paling snow, white and glistening in the sunshine: mountain and glacier high bush hills, cleared in places for grass; round us played a trees and ferns and green mosses grow down to the water's edge, Welcome Flat rise mountains of rock and snow, behind green bush bare green hills, and on one side a mountain of two thousand feet. cache = ./cache/46161.txt txt = ./txt/46161.txt === reduce.pl bib === id = 46597 author = Verne, Jules title = In Search of the Castaways A Romantic Narrative of the Loss of Captain Grant of the Brig Britannia and of the Adventures of His Children and Friends in His Discovery and Rescue date = pages = extension = .txt mime = text/plain words = 140167 sentences = 10160 flesch = 79 summary = "What do you think, MacNabb?" said Lord Glenarvan to the major; "are very day Lord Glenarvan sent to Captain Mangles orders to bring the Captain Mangles informed Lord Glenarvan, who at once came on deck. "Lord Glenarvan," said Captain Mangles. "Monsieur Jacques Paganel," said Lord Glenarvan, after a moment "Well, Monsieur Paganel," said Glenarvan, "it shall be as you desire; Captain Mangles, according to Lord Glenarvan's orders, had kept close At this moment Glenarvan, rejoining Paganel, asked what Thalcave said, "Glenarvan, major, Robert, my friends," cried Paganel, "all you who "However that may be, my good Paganel," said Glenarvan, "so long as Glenarvan, Paganel, Robert Grant, Major MacNabb, Captain Mangles, Glenarvan, Paganel, the major, and Captain Mangles mingled with the Thereupon Glenarvan, the major, Robert, Paganel, and Captain Mangles Thereupon Glenarvan, the major, Robert, Paganel, and Captain Mangles Glenarvan, the major, Robert, and Captain Mangles passed into the cache = ./cache/46597.txt txt = ./txt/46597.txt === reduce.pl bib === id = 46703 author = Schuler, Phillip F. E. (Frederick Edward) title = Australia in Arms A Narrative of the Australasian Imperial Force and Their Achievement at Anzac date = pages = extension = .txt mime = text/plain words = 127198 sentences = 7052 flesch = 76 summary = Indian troops' work of clearing the day trenches, continued, the Turks yards of the enemy's trench, and one machine gun took up a position Captain Cribb, a New Zealand officer, led a party of men to the huts, infantry, were field guns, generally in rear of the battle line, and to let many men from the firing-line at one time, as the Turks were guns turned from the first line of British troops, already in position The Turks probably had 35,000 men in their trenches at this time, while Australian and New Zealand Army Corps, ordered his trenches to be hill, not 30 yards away, were our own lines, and the Turkish trenches 16th in support, about 900 men in all, attacked the Turkish trenches Battalion, was charging down a Turkish trench when he saw a Turk about of 100 men to take a trench from which an enemy machine gun was cache = ./cache/46703.txt txt = ./txt/46703.txt === reduce.pl bib === id = 53244 author = Kerry-Nicholls, J. H. (James Henry) title = The King Country; or, Explorations in New Zealand A Narrative of 600 Miles of Travel Through Maoriland. date = pages = extension = .txt mime = text/plain words = 100795 sentences = 4921 flesch = 75 summary = part of the North Island of New Zealand known as the King Country, to day, while the names of mountains, rivers, valleys, and lakes were large native meetings in the King Country, in 1878, and opened up settlement rose from the very edge of the lake-like expanse of water, sides make it appear like a picturesque grotto formed of coral rock. of the lakes during the Maori War. We rounded a low point where was a large _solfatara_ named Te that the enormous sheet of water forming Lake Taupo is situated. the water level of Lake Taupo.[41] The point where the river takes cluster of forest towards the mountain a steep wall of lava-like rock mountains, and the plains, the valleys, the rivers, and the lakes, the with mountain, valley, river, plain, and lake, and was so clearly of a pointed form, and which serves with the great mountain as a cache = ./cache/53244.txt txt = ./txt/53244.txt === reduce.pl bib === id = 56471 author = Fussell, J. C. (James Coldham) title = Corporal Tikitanu, V.C. date = pages = extension = .txt mime = text/plain words = 6173 sentences = 509 flesch = 89 summary = and silent Waikato river, Henare and Kiri talked the matter over. good yer trick, you better come to te war; no stop home spoilin' During an awful fight over shell-holes and battered trenches, Henare was The next time he awoke, a pretty little French nurse, Marie Bouvard, was French Marie, the Maori hero gradually recovered. Henare was no exception, though, be it said, Kiri was never far from his As time went on, during Henare's convalescence, he and Marie became at In the middle of this pretty romance, Henare got a letter from Kiri, and A week after his chat with the little French nurse, Henare was passed as Henare appeared to be the first Maori prisoner captured by the Germans, smiled at Henare and asked him, in broken English, whether he would like and Kiri's loyalty to Henare, and also the good times they themselves cache = ./cache/56471.txt txt = ./txt/56471.txt === reduce.pl bib === id = 54474 author = Horsley, Reginald title = New Zealand date = pages = extension = .txt mime = text/plain words = 82803 sentences = 3809 flesch = 73 summary = account of the coming of the Maori to New Zealand, as far as it is Thus, the New Zealand on whose shores the Maori landed differed [Footnote 26: Designated South Island in New Zealand Official Year-Book Accustomed to obey the word of their chief, the Maori manned a couple being informed that they were New Zealand chiefs, come on a visit to Five months later, the Government of New South Wales despatched H.M.S. _Alligator_ with a company of soldiers on board to bring away the of the white men was lost for the time being, and the Maori mind under Heke and old Kawiti--Hongi's fighting chief--landed at Onoroa and The Maori chief some days later received a visit from Archdeacon right-hand man of the New Zealand Land Company. with a handful kept the Maori at bay, Page and six men, carrying three Titles (Maori) of New Zealand, 13 cache = ./cache/54474.txt txt = ./txt/54474.txt Building ./etc/reader.txt 27977 46703 12411 27977 12411 45354 number of items: 42 sum of words: 2,883,419 average size in words: 73,933 average readability score: 75 nouns: men; time; p.; man; day; name; way; country; people; water; land; place; natives; years; side; night; feet; head; chief; part; life; line; hand; >; species; miles; wings; days; work; tree; one; war; ground; fire; nothing; party; sea; word; trees; course; ship; river; morning; children; house; end; number; others; hands; enemy verbs: was; is; had; were; be; have; are; been; said; has; do; made; see; being; did; found; called; came; come; ''s; go; make; take; get; went; took; taken; having; say; left; think; given; know; seen; am; seemed; used; saw; give; known; brought; got; going; heard; put; done; let; set; gave; find adjectives: other; great; many; little; good; first; old; few; more; white; own; large; small; long; such; new; last; same; much; young; several; black; native; high; australian; whole; dark; next; full; short; common; most; certain; strong; brown; fine; open; present; best; dead; various; able; general; only; different; heavy; green; ready; possible; beautiful adverbs: not; so; up; very; then; now; out; only; as; down; here; more; also; most; well; n''t; even; away; still; on; never; again; there; off; too; just; about; back; much; soon; once; however; far; all; almost; always; in; often; ever; over; quite; first; long; yet; thus; sometimes; rather; together; nearly; indeed pronouns: i; it; he; his; they; their; we; you; them; him; my; our; its; her; me; us; she; your; himself; themselves; myself; itself; one; ourselves; herself; ''em; yourself; ''s; thy; mine; ours; yours; theirs; em; >; thee; hers; i''m; oneself; ha; d''you; termen; yerself; hisself; yourselves; yer; ------------------------+; you''re; you''ll; whispered,-- proper nouns: _; new; zealand; mr.; hw; te; maori; australia; south; don; jem; captain; j.; .; c.; glenarvan; maoris; |; q.v; bay; wales; vol; england; island; governor; rauparaha; h.; wellington; general; sydney; bush; w.; pa; auckland; government; paganel; sir; r.; marsden; english; australian; e.; i.; lord; f.; n.o.; ngati; m.; gould; anzac keywords: new; zealand; mr.; maori; south; man; island; illustration; england; bay; captain; wellington; chapter; time; sydney; north; maoris; governor; government; good; english; british; australia; sir; hill; general; day; cook; colonel; auckland; zealanders; wales; waikato; river; native; melbourne; look; king; islands; footnote; europeans; committee; chief; bush; wakefield; state; society; rauparaha; port; plate one topic; one dimension: new file(s): ./cache/14760.txt titles(s): Report of the Special Committee on Moral Delinquency in Children and Adolescents three topics; one dimension: new; said; hw file(s): ./cache/44726.txt, ./cache/46703.txt, ./cache/44551.txt titles(s): An Old New Zealander; or, Te Rauparaha, the Napoleon of the South. | Australia in Arms A Narrative of the Australasian Imperial Force and Their Achievement at Anzac | New Zealand Moths and Butterflies (Macro-Lepidoptera) five topics; three dimensions: new men time; said don man; hw new species; men new glenarvan; new country children file(s): ./cache/44726.txt, ./cache/21316.txt, ./cache/44551.txt, ./cache/46703.txt, ./cache/14760.txt titles(s): An Old New Zealander; or, Te Rauparaha, the Napoleon of the South. | The Adventures of Don Lavington: Nolens Volens | New Zealand Moths and Butterflies (Macro-Lepidoptera) | Australia in Arms A Narrative of the Australasian Imperial Force and Their Achievement at Anzac | Report of the Special Committee on Moral Delinquency in Children and Adolescents Type: gutenberg title: subject-newZealand-gutenberg date: 2021-06-07 time: 12:06 username: emorgan patron: Eric Morgan email: emorgan@nd.edu input: facet_subject:"New Zealand" ==== make-pages.sh htm files ==== make-pages.sh complex files ==== make-pages.sh named enities ==== making bibliographics id: 26912 author: Algie, R. M. (Ronald Macmillan) title: Report of the Juvenile Delinquency Committee date: words: 11283.0 sentences: 559.0 pages: flesch: 60.0 cache: ./cache/26912.txt txt: ./txt/26912.txt summary: Special Select Committee was appointed to consider and to report upon Members, to consider the Report of the Special Committee on Moral social Departments, e.g., Education, Child Welfare, Justice, relating to the Child Welfare Act and its administration. the Superintendent of the Child Welfare Division of the Department (5) Over the years child welfare and education have worked out Honorary Child Welfare Officers in the Act, but their powers, The Mazengarb Committee appeared to hold the view that when children of Children''s Court and child welfare work from the beginning of _Paragraph (f), page 63_ (recommendation that Child Welfare Act be In its report at pages 67 and 68 the Mazengarb Committee set out a probation service and Child Welfare Department are also the subject qualification; and that the Committee suggests or recommends no new That in the opinion of the present Committee the Child Welfare id: 6104 author: Barker, Lady (Mary Anne) title: Station Life in New Zealand date: words: 63157.0 sentences: 2214.0 pages: flesch: 73.0 cache: ./cache/6104.txt txt: ./txt/6104.txt summary: fresh-water ones came a long distance by rail from the river Murray, but As soon as we reached a pretty sheltered spot half-way up the hill among I must end my long letter by telling you a little story of my own our kind friends here wish, and long before the little house in the the house, carrying our little treasure by turns: but all our care was no such consequence follow a good wetting; the houses are so little real ride brought us to a charming little station, called by the pretty looked quite a large place from the great extent of ground it appeared For a week beforehand the house smelt all day long like a baker''s shop the act of killing a new-born lamb a little way from the house; the banks, about a mile from the house, the water came up to the horses'' id: 5992 author: Barker, Lady (Mary Anne) title: Station Amusements in New Zealand date: words: 65029.0 sentences: 2662.0 pages: flesch: 77.0 cache: ./cache/5992.txt txt: ./txt/5992.txt summary: every-day life in New Zealand, published by the author three years Imagine, then, a beautiful day in our early New Zealand autumn. cold, dry and wet extremes, to make a true New Zealand day. served out at shearing time and so on; but in the old days all the hard Hot as the day had been, the night air felt chill, and a heavy dew from my house where I am sure of a good day''s skating any time between to this run and look round it, and if I find it anything like so good as every day, for at that time of year an hour''s change in the wind might poor little thing will only die all the same in a day or two;" and then _who_ could turn away from a little helpless thing like that, who than ten days, and had returned to our own pretty little home up the id: 47663 author: Bell, George W. (George William) title: Mr. Oseba''s Last Discovery date: words: 55667.0 sentences: 2881.0 pages: flesch: 73.0 cache: ./cache/47663.txt txt: ./txt/47663.txt summary: "''Well,'' said Oseba, ''these few people were of an amiable race, and a "''You see,'' said Oseba, ''in the development of all people their myths "They are ''different,''" said Oseba, "but every race, people, nation, Oseba said: "All the civilised nations keep these armed men, whose "Plain enough," said Mr. Oseba, "for black people have no "No," said Oseba, "earnestly I love America and her splendid people, "To-day," said Oseba, "the Zelania Maori, as seen in his grotesque Oseba told his people that "Zelania was once discovered by Tasman in the new world, and by 1890 most of the better lands in Zelania were "My children," said Oseba, "we are never done with Zelania''s wonders. "In Zelania, women are ''people,''" said Mr. Oseba, "and liberty and "As a fact, my children," said Mr. Oseba, "many countries on the upper "Well, my children," said Oseba, "the force of Zelania as a social id: 18068 author: Booth, Robert B. title: Five Years in New Zealand 1859 to 1864 date: words: 47512.0 sentences: 1922.0 pages: flesch: 73.0 cache: ./cache/18068.txt txt: ./txt/18068.txt summary: Shepherd''s Life--Driving Sheep--Killing Wild Sow--Return Colonies are a good field for a young man who wishes to adopt the life week at Malvern Station, taking a hand in all the routine work, riding C---reached the Old Country in due time, resumed his small farm, many a time I visited him or spent a night in his lonely little hut, We travelled steadily about 15 miles each day, and in due time reached there was little routine work on the station, and much of our time was twenty miles each day, camping or resting independently of stations, and On the evening of the third day we arrived at a small cattle station Haast and his men went ahead to select a camping place, leaving Dr. Sinclair with a man and horse in attendance to come on quietly and take station hands, were to start early the following morning, while two men id: 44726 author: Buick, Thomas Lindsay title: An Old New Zealander; or, Te Rauparaha, the Napoleon of the South. date: words: 130014.0 sentences: 4907.0 pages: flesch: 66.0 cache: ./cache/44726.txt txt: ./txt/44726.txt summary: the natives of New Zealand since Te Rauparaha''s time--a transformation which Te Rauparaha belonged was the Ngati-Toa tribe, who have already the Ngati-Toa tribe, by whom he was regarded as a hereditary chief and Hiria, the Ngati-Apa chief against whom Waka Nene and Te Rauparaha here they were joined by a number of Ngati-Apa chiefs and people from land, and Rauparaha went back to his people and home at Kapiti chiefs of the allied tribes, with Te Rauparaha in supreme command, hand, had killed more white men than any other chief in New Zealand, Whatanui, the great Ngati-Raukawa chief, for whom Te Rauparaha ever "Know all men that we the undersigned chiefs of the Ngati-Awa tribes, on his return from Nelson, placed the matter in the hands of Mr. Spain, who had appointed a day on which to hear the case, Rauparaha on by the natives under Te Rauparaha; that the chief was at a _pa_ id: 25452 author: Campbell, R. W. title: The Kangaroo Marines date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 38691 author: Cotes, Everard title: Down Under with the Prince date: words: 72685.0 sentences: 4731.0 pages: flesch: 74.0 cache: ./cache/38691.txt txt: ./txt/38691.txt summary: foot, the forty-five thousand miles of his Australasian tour with H.R.H. the Prince of Wales. old Assembly House, where the Prince shook hands with a remarkably long Later in the day, the Prince attended a formal state dinner, and evoked Prince from outside the railway fence, men, women and children, hand in presented and the Prince shook hands with a long line of returned Maori The address presented to the Prince by these loyal and attractive people were crowded with people, and the Prince had a very fine reception alike hall, where the Prince shook hands with numbers of returned men and For days before the Prince''s coming special trains, crowded to The Prince went from Sydney two thousand miles by sea to Western received the Prince included the Governor, the State Premier, the Mayor, Leaving Brisbane one day during his visit to that city, the Prince id: 13760 author: Craik, George Lillie title: John Rutherford, the White Chief: A Story of Adventure in New Zealand date: words: 56112.0 sentences: 2042.0 pages: flesch: 66.0 cache: ./cache/13760.txt txt: ./txt/13760.txt summary: striking that John Rutherford''s story of adventures in New Zealand saw his years in New Zealand in the Bay of Islands district; and Mr Percy Zealand, the vessel having touched at the Bay of Islands, on her way his description answers exactly to that which Cook gives of Poverty Bay. It was, says Rutherford, in the form of a half-moon, with a sandy beach Taken altogether, New Zealand presents a great variety of landscape, plant may be cut down in New Zealand three times a year; and that it may "Boyd," in 1809, some time before Rutherford''s arrival in New Zealand. New Zealand when the Maoris came at the time of their great migration, Although there is no general government in New Zealand, the chiefs When Marsden and Nicholas left New Zealand, a number of the chiefs sent [Footnote CR: Rutherford did not return to New Zealand, and nothing more id: 11933 author: Earle, Augustus title: A Narrative of a Nine Months'' Residence in New Zealand in 1827 date: words: 57861.0 sentences: 2168.0 pages: flesch: 67.0 cache: ./cache/11933.txt txt: ./txt/11933.txt summary: alongside, and an old chief came on board, who rubbed noses with Captain chiefs of consequence came on board, who soon cleared our decks of a George, was a noted Bay of Islands chief named Whareumu. these war-like preparations, I was informed that Hongi and his chief men The day following the brig took her final departure from New Zealand, and companions, so in New Zealand, when a chief is killed, his former friends The next day our old friend King George paid us a long visit, and we My friend, Captain Duke, made great preparations for the return of his Our friend George generally paid us a visit after the business of the day time in this harbour; and, as our New Zealand guest expressed a great tribes to be proposed, and when it took place the friends of George saw very proud chief by the natives; yet he is to be seen every day working id: 21316 author: Fenn, George Manville title: The Adventures of Don Lavington: Nolens Volens date: words: 119192.0 sentences: 9363.0 pages: flesch: 95.0 cache: ./cache/21316.txt txt: ./txt/21316.txt summary: "Stop, sir!" cried the stern-looking man to Mike, just as Jem appeared "Yes, sir," said Jem; and he hurried out, while Don drew a long breath. "Give man time, Jem Wimble," said Mike, with a grimace. "Poor Mas'' Don!" said Jem, as he watched the lad go out through the "Yes, sir; that''s right," said Jem, taking off the cup, and sniffing at "Think they heared it, Mas'' Don?" said Jem, at last, in a hoarse "Mas'' Don," said Jem, dolefully; "let''s get up on deck, sir, and jump "Then we had better cut off, Mas'' Don," said Jem, grinning till his eyes "That''s just what I felt, Mas'' Don," said Jem, with a perplexed look on "Why, Mas'' Don," said Jem, laughing, "it''s like fishing; and after Just then Ngati came up smiling, but as Jem afterwards said, looking "It does look like it, Jem," said Don. id: 56471 author: Fussell, J. C. (James Coldham) title: Corporal Tikitanu, V.C. date: words: 6173.0 sentences: 509.0 pages: flesch: 89.0 cache: ./cache/56471.txt txt: ./txt/56471.txt summary: and silent Waikato river, Henare and Kiri talked the matter over. good yer trick, you better come to te war; no stop home spoilin'' During an awful fight over shell-holes and battered trenches, Henare was The next time he awoke, a pretty little French nurse, Marie Bouvard, was French Marie, the Maori hero gradually recovered. Henare was no exception, though, be it said, Kiri was never far from his As time went on, during Henare''s convalescence, he and Marie became at In the middle of this pretty romance, Henare got a letter from Kiri, and A week after his chat with the little French nurse, Henare was passed as Henare appeared to be the first Maori prisoner captured by the Germans, smiled at Henare and asked him, in broken English, whether he would like and Kiri''s loyalty to Henare, and also the good times they themselves id: 28906 author: Grace, Alfred A. (Alfred Augustus) title: The Tale of Timber Town date: words: 107897.0 sentences: 8683.0 pages: flesch: 92.0 cache: ./cache/28906.txt txt: ./txt/28906.txt summary: "Gen''lemen," said the Pilot of Timber Town, "we''ll drink to better luck smoke," said Sartoris, looking wistfully at the Pilot''s tobacco-pipes on "I''m new at this sort of thing," said Scarlett: "I''ve just come off "''You had luck on the gold-fields,'' I said, ''but when you come to town "Can''t help you, partner," said the man with the gold tooth, playing a "This is a good time for a smoke," said the Pilot, filling his pipe and "Now, look ''ee here," said the Pilot, as he rose cumbersomely, and took "We''ll drink to it," he said, and rang the little hand-bell that stood "No, no; let it be Carnac," said Dolphin, looking at the keen-eyed man, Jack greeted the little man politely, and then turning to Cathro, said, "My dear young lady," said Sartoris, as he took Rose''s hand in his, and "Tresco," said Jack, looking straight into the goldsmith''s face, "you id: 42228 author: Hamilton-Browne, G. title: Camp Fire Yarns of the Lost Legion date: words: 86577.0 sentences: 3617.0 pages: flesch: 78.0 cache: ./cache/42228.txt txt: ./txt/42228.txt summary: "Then the white chief sent word: ''Save your women, let them come I have frequently talked to Maori warriors of their old-time wars, In those good old days, when the inmates of a pah or kainga saw a blood, shed in old-time wars, and on this island they determined, of either white man or Hau Hau, yet that said fighting must be enjoyed them good men, on the ridge to observe the enemy, mounted his horse white men rest, the Hau Haus, far away in the recesses of the bush, staff at that time consisted of six white men, all good and to be went up the hill after the white men, who, having heard the shots, We lost numbers of men this way; and although no officer or man was I had plenty of old hands among my men, both black and white, and on id: 29070 author: Hay, W. Delisle (William Delisle) title: Brighter Britain! (Volume 1 of 2) or Settler and Maori in Northern New Zealand date: words: 79308.0 sentences: 4193.0 pages: flesch: 79.0 cache: ./cache/29070.txt txt: ./txt/29070.txt summary: though, to have come half round the world only to be met by men like possible idea of what manual labour, roughing it, and colonial work Precious little good they''d be to her at his place in the bush!" first great difficulty in opening up a new country, the want of roads, Sometimes the cattle, feeding on the clearings round the shanty, come and generally to do all the dirty work; and the way that Old Colonial Old Colonial and his chums at our shanty in the bush. So, if he comes to New Zealand, he goes South as a general thing, and river who run cattle in the bush; one lives six miles off, and the other "That must have been the way they went," said Old Colonial, looking in a "Well," said Old Colonial, "there''s no time now; but we''ve got to get id: 33619 author: Henty, G. A. (George Alfred) title: Maori and Settler: A Story of The New Zealand War date: words: 102666.0 sentences: 5262.0 pages: flesch: 83.0 cache: ./cache/33619.txt txt: ./txt/33619.txt summary: Three or four days later Mrs. Renshaw told Wilfrid that think as she "Who would have thought," Wilfrid said to his sister as he looked at Mr. Atherton, who had taken his seat in a great Indian reclining chair he As soon as Mr. Atherton had taken his seat Mrs. Renshaw and Marion came "Do you think it safe to let them on board?" the first officer asked Mr. Atherton, who was intently watching the natives in the smaller canoes. "I begin to think," the captain said to Mr. Atherton, "that the natives canoe with the chiefs came off, and as it approached the ship Mr. Atherton told Wilfrid to go forward, and tell the five men there to come "I think that you are right, Mr. Renshaw," Mr. Atherton said. "I am glad you are in time, Mr. Atherton," Wilfrid said. "It is not coming just yet," Mr. Atherton said; "but I have, I think, id: 54474 author: Horsley, Reginald title: New Zealand date: words: 82803.0 sentences: 3809.0 pages: flesch: 73.0 cache: ./cache/54474.txt txt: ./txt/54474.txt summary: account of the coming of the Maori to New Zealand, as far as it is Thus, the New Zealand on whose shores the Maori landed differed [Footnote 26: Designated South Island in New Zealand Official Year-Book Accustomed to obey the word of their chief, the Maori manned a couple being informed that they were New Zealand chiefs, come on a visit to Five months later, the Government of New South Wales despatched H.M.S. _Alligator_ with a company of soldiers on board to bring away the of the white men was lost for the time being, and the Maori mind under Heke and old Kawiti--Hongi''s fighting chief--landed at Onoroa and The Maori chief some days later received a visit from Archdeacon right-hand man of the New Zealand Land Company. with a handful kept the Maori at bay, Page and six men, carrying three Titles (Maori) of New Zealand, 13 id: 44551 author: Hudson, G. V. (George Vernon) title: New Zealand Moths and Butterflies (Macro-Lepidoptera) date: words: 90921.0 sentences: 9092.0 pages: flesch: 81.0 cache: ./cache/44551.txt txt: ./txt/44551.txt summary: with six irregular rows of small black dots._ The hind-wings are white, The hind-wings are pale ochreous, with a black crescent-shaped spot near Hind-wings dark grey, paler near the base, cilia shining white. hind-wings are dark grey_ with a terminal series of small yellow spots. This species varies considerably in the ground colouring of the fore-wings. the wing, a wavy, pale, transverse line near the termen, and a series of The hind-wings are pale grey with numerous wavy black lines, The fore-wings have a short transverse black mark from the costa near the The hind-wings have three white transverse lines_, the first near termen._ The hind-wings have a shaded white or yellow transverse line rather fine wavy white line near the termen._ The cilia of all the wings 1. Fore-wings with several large brown spots near the middle. 5. Fore-wings with transverse lines and black spots (fig. id: 44096 author: Hudson, G. V. (George Vernon) title: An Elementary Manual of New Zealand Entomology Being an Introduction to the Study of Our Native Insects date: words: 36476.0 sentences: 2258.0 pages: flesch: 70.0 cache: ./cache/44096.txt txt: ./txt/44096.txt summary: megacephala_ (this insect is drawn on Plate XVIII., fig. In the imago, or perfect state, the insect appears under its final form, matai trees, and resembles the present insect in general appearance, but is larva, the great air-tubes, which run the whole length of the insect, being Its larva (Fig. 4a) closely resembles a small worm, being of an differing widely from the male insect represented in the illustration (Fig. 5). The illustration (Fig. 2) is taken from the male insect, the female closely resemble Fig. 3, so that this insect does not appear at all prone The larva (Fig. 5a) feeds on a great variety of plants, the common manuka spiracles of the perfect insect afterwards appear (see Fig. 1a). The larva of the present species (Fig. 4a) occurs abundantly under stones of _Psocus zealandicus_ (Fig. 2), a curious little species, closely allied id: 53244 author: Kerry-Nicholls, J. H. (James Henry) title: The King Country; or, Explorations in New Zealand A Narrative of 600 Miles of Travel Through Maoriland. date: words: 100795.0 sentences: 4921.0 pages: flesch: 75.0 cache: ./cache/53244.txt txt: ./txt/53244.txt summary: part of the North Island of New Zealand known as the King Country, to day, while the names of mountains, rivers, valleys, and lakes were large native meetings in the King Country, in 1878, and opened up settlement rose from the very edge of the lake-like expanse of water, sides make it appear like a picturesque grotto formed of coral rock. of the lakes during the Maori War. We rounded a low point where was a large _solfatara_ named Te that the enormous sheet of water forming Lake Taupo is situated. the water level of Lake Taupo.[41] The point where the river takes cluster of forest towards the mountain a steep wall of lava-like rock mountains, and the plains, the valleys, the rivers, and the lakes, the with mountain, valley, river, plain, and lake, and was so clearly of a pointed form, and which serves with the great mountain as a id: 34484 author: Kingston, William Henry Giles title: Waihoura, the Maori Girl date: words: 30145.0 sentences: 1475.0 pages: flesch: 81.0 cache: ./cache/34484.txt txt: ./txt/34484.txt summary: Miss Lucy, let''s run away--the savage is coming, and I don''t know the young girl," said Lucy, holding her ground, though she felt a little better," said Lucy, taking the young girl''s hand, which felt hot and "We wish you to stop here and let us nurse you," said Lucy, trying still "There is her father," said Lucy, pointing to the chief, "perhaps you returned, and taking Lucy''s hand, placed it in that of Waihoura, as if "I am not quite happy about her, Miss Lucy," said Mrs Greening, when Lucy sat watching the sick girl, while Mrs Greening and Betsy made Lucy, employing a homely way of speaking such as her Maori friend was "Maori girl wish always live with Lucy--never, never part," said "Maori girl meet Lucy in heaven?" said Waihoura, in a tone which showed Waihoura thought for some time, and then asked Lucy again to explain her id: 33342 author: Maning, Frederick Edward title: Old New Zealand: Being Incidents of Native Customs and Character in the Old Times date: words: 50426.0 sentences: 2487.0 pages: flesch: 79.0 cache: ./cache/33342.txt txt: ./txt/33342.txt summary: Maori Hospitality in the Good Old Times.--A respectable Friend.-Maori Chief''s Notions of Trading in the Old Times.--A Dissertation those good old times, when first I came to New Zealand, we shall such."--Maori Hospitality in the Good Old Times.--A respectable the glorious old time--will not form a bad opinion of my friend''s told the chief that "Melons" and the "New Pakeha" were fighting like hand, and smoking his pipe at the time, as I have seen the natives Some short time after this, news came that a grand war expedition, Pakehas, though precious in the good old times, would sometimes get long ago in the good old times. I am now describing a regular Maori ruffian of the good old times; the old times known several pakehas who "thought there was something in tribe; but he was a man of good family, related to several high chiefs. id: 39361 author: Maning, Frederick Edward title: Old New Zealand: A Tale of the Good Old Times And a History of the War in the North against the Chief Heke, in the Year 1845 date: words: 82147.0 sentences: 3829.0 pages: flesch: 80.0 cache: ./cache/39361.txt txt: ./txt/39361.txt summary: -Maori Hospitality in the Good Old Times -A Respectable Maori chief''s notions of trading in the old times. Maori chief''s notions of trading in the old times. those good old times, when first I came to New Zealand, we shall killed in fair fight with his own hand the first man in a native ground; they went in a body, armed like men going to battle, the spear others said he wanted to be chief over both pakeha and Maori. other pakeha chiefs, and also people who could speak Maori; so we all native chief raises men for a war party; they are all his _relations_ When Heke''s people heard that the soldiers were coming, most of them There were killed in this fight of Heke''s people twenty-three men, and How many men the soldiers had killed in the fight I do not know, but I id: 41258 author: Marsden, Samuel title: Memoirs of the Life and Labours of the Rev. Samuel Marsden, of Paramatta, Senior Chaplain of New South Wales; and of His Early Connexion with the Missions to New Zealand and Tahiti date: words: 96489.0 sentences: 4353.0 pages: flesch: 70.0 cache: ./cache/41258.txt txt: ./txt/41258.txt summary: laid the foundation of the Church of England mission to New Zealand. on board." Mr. Marsden''s fame, as the friend of the New Zealanders, had Mr. Marsden returned from his first voyage to New Zealand accompanied by missionary, the Rev. Samuel Leigh, was well known at Paramatta, and Mr. Marsden viewed his labours with thankfulness and hope; but the reports The New Zealand mission still continued to occupy Mr. Marsden''s "MY DEAR FRIEND,--I like Englishman much; he love New Zealand man. to Paramatta, and Mr. Marsden embarked a second time for New Zealand, from their degraded state to serve the only living and true God." Mr. Marsden''s journal of this second visit will be valuable in time to come, of Mr. Marsden''s character, and his great acquaintance with New Zealand, Before leaving New Zealand, he wrote to the Church Missionary Society an The great work of Mr. Marsden''s life was undoubtedly the New Zealand id: 27070 author: McMillan, D. G. (David Gervan) title: Report of the Committee of Inquiry into the Various Aspects of the Problem of Abortion in New Zealand date: words: 16422.0 sentences: 853.0 pages: flesch: 57.0 cache: ./cache/27070.txt txt: ./txt/27070.txt summary: occurrence of septic abortion in New Zealand, including medical, occurrence of abortion in New Zealand, including medical, All the evidence brought before the Committee indicates that abortion a two-year period were 4,000, the number of cases of abortion treated It must be explained that a certain number of cases of abortion occur Actually in New Zealand in the five-year period mentioned, abortion In the case of the four urban areas deaths from septic abortion account The evidence offered to the Committee by medical witnesses indicates Spontaneous abortion, provided that proper medical care is given, health involved in the procuring of abortion, a medical witness limitation, and which, in many cases, lead to the practice of abortion. alteration in the law regarding therapeutic abortion; the Committee In the case of such ill-considered opinions, the Committee believes be considered when, in "The Case against Legalized Abortion"[4] he id: 27977 author: Morris, Edward Ellis title: Austral English A dictionary of Australasian words, phrases and usages with those aboriginal-Australian and Maori words which have become incorporated in the language, and the commoner scientific words that have had their origin in Australasia date: words: 346071.0 sentences: 71694.0 pages: flesch: 93.0 cache: ./cache/27977.txt txt: ./txt/27977.txt summary: The less-known birds, fishes, plants, and trees are in many "one of the trees called by the early colonists ''Black Wattle,'' In New Zealand, the trees called "The common grass-tree or ''blackboy,'' so called from its long "The shrub which is called the native cherry-tree appears like "Like the natives of New South Wales, they called to each other "A large tribe of natives, called the white cockatoo men, genus of Australian marsupials called Tree-Kangaroos pigeon; in Australia and New Zealand, to the little birds of radiata) is called in New South Wales ''White Gum'' or "Natives of the South Sea Islands, who in Australia are called settlers to the New Zealand tree called by Maoris Tarata called the Bird of Paradise of New South Wales; then (Maori names); and for the New South Wales fish called called in New Zealand the Cabbage-tree (q.v.), and the id: 33987 author: Moss, Edward George Britton title: Beautiful Shells of New Zealand An Illustrated Work for Amateur Collectors of New Zealand Marine Shells, with Directions for Collecting and Cleaning them date: words: 18226.0 sentences: 1487.0 pages: flesch: 82.0 cache: ./cache/33987.txt txt: ./txt/33987.txt summary: ~MUREX ZELANDICUS~ (Plate II.).--Fig. 1 is known as the spider shell, from ~MUREX EOS~ (Plate II.).--Fig. 3 is a beautiful pink shell, about an inch ~COMINELLA HUTTONI~ (Plate IV.).--Fig. 8 is a small pale brown shell, ~COMINELLA TESTUDINEA~ (Plate IV.).--Fig. 12 is a handsome purple shell, ~COMINELLA VIRGATA~ (Plate IV.).--Fig. 13 is a greyish-brown shell, the ~TURRITELLA VITTATA~ (Plate VII.).--Fig. 27 is a yellowish-white shell, ~TRIVIA AUSTRALIS~ (Plate VII.).--Fig. 29 is the New Zealand Cowry shell. ~BULLA QUOYI~ (Plate VII.).--Fig. 32 is a smooth, greenish shell, an inch ~PANOPEA ZELANDICA~ (Plate VIII.).--Fig. 3 is a widely-gaping white shell, ~MACTRA ÆQUILATERA~ (Plate VIII.).--Fig. 10 is a yellowish or white shell. ~PSAMMOBIA STANGERI~ (Plate VIII.).--Fig. 15 is a purplish-white shell, the plate, but is a large, smooth, red or brown shell, two inches long, ~DOSINIA AUSTRALIS~ (Plate IX.).--Fig. 15 is a pale, pinkish-brown shell, ~LIMA BULLATA~ (Plate IX.).--Fig. 20 is a white shell, about one and id: 18932 author: New Zealand. Committee of Inquiry into Mental Defectives and Sexual Offenders title: Mental Defectives and Sexual Offenders Report of the Committee of Inquiry Appointed by the Hon. Sir Maui Pomare, K.B.E., C.M.G., Minister of Health date: words: 29033.0 sentences: 2024.0 pages: flesch: 66.0 cache: ./cache/18932.txt txt: ./txt/18932.txt summary: Section 2.--=Two Distinct Questions=: Mental Defectives and Sexual Feeble-minded Adults and Children=: Education Act, 1914; Provision of; "Feeble-minded," Definition of; Mental Defectives The Committee of Inquiry into Mental Defectives and Sexual Offenders special care and treatment of mental defectives and sexual offenders in Wellington; the Special School for Girls, Richmond, Nelson; the Mental feeble-minded, and the father died in a mental hospital. All these children are feeble-minded and have been brought under State Institutional care is necessary for mentally defective persons whose In the case of all feeble-minded persons living outside institutions, not attend school as a rule, while feeble-minded children higher in the special school or other institution for the education of feeble-minded feeble-minded and mentally defective persons living outside epileptic, and mentally defective persons living outside institutional feeble-minded children should be continued by the Education Department, mental degenerates and persons charged with sexual offences, and to id: 25033 author: New Zealand. General Assembly Library title: Report of the Chief Librarian for the Year 1924-25 date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 19780 author: New Zealand. National Library Service title: Report of the National Library Service for the Year Ended 31 March 1958 date: words: 6994.0 sentences: 399.0 pages: flesch: 57.0 cache: ./cache/19780.txt txt: ./txt/19780.txt summary: as a whole and its four divisions--Country Library Service, School free service in November 1957, and Palmerston North Public Library, The School Library Service has continued to bring a wide range and During the year this Service received three valuable sets of books As at 31 March 1958 the stock of the School Library Service (b) Loans of books to independent subscription public libraries at a they receive library service, may obtain loans of requested books by Zealand School Library Service, the purchasing of books to be financed Services available to schools and to the smaller public libraries can be service, provision of book lists, and advice on library planning. public libraries which provide free service in their children''s and offices, and the distribution of books to schools and public libraries Visits to School Library Service offices by _Book Resources Committee of the New Zealand Library Association_--The id: 14760 author: New Zealand. Special Committee on Moral Delinquency in Children and Adolescents title: Report of the Special Committee on Moral Delinquency in Children and Adolescents date: words: 29095.0 sentences: 1912.0 pages: flesch: 65.0 cache: ./cache/14760.txt txt: ./txt/14760.txt summary: _The Special Committee on Moral Delinquency in Children and the peril to school children caused many parents, temporarily at any Valley there was the news that two girls, each aged about 16 years had association of boys and girls in co-educational schools. the notice of the Child Welfare Division for acts of delinquency, meetings of Parent-Teacher and Home-and-School Associations to enable law up to that time but the age of children subject to the Act was procedure in these Children''s Courts and the duties of Welfare Officers. the Children''s Court and bringing an offending child up on an offence _(b) The Attendance of Parents at a Children''s Court Should be Made appear before the Children''s Court with the said child. (2) In the case of a child charged with any offence the Court (_d_) In all cases where children are summoned to Court their parents id: 19962 author: Peacocke, Isabel M. (Isabel Maud) title: Piccaninnies date: words: 5770.0 sentences: 415.0 pages: flesch: 92.0 cache: ./cache/19962.txt txt: ./txt/19962.txt summary: tree, the boys simply couldn''t bear to think the girls had something Little Swanki, the Piccaninny girl, and Tiki, the Piccaninny boy, were up in a karaka tree eating the pulp of the ripe But Tiki was a contented little boy, and he couldn''t think of anything hollow tree stump near a picnic party which had come into the bush, and But as they arrived near the edge of the bush and the trees grew "There!" said Tiki proudly, "there are the Pickled Cabbage trees." The Piccaninny, tired out, climbed up into a tea tree bush, and swung The Bush Babies come out of the kowhai flowers. see each Bush Baby crawling out of its cradle flower on its little The Piccaninny told the Bush Baby that he The Piccaninny led the Bush Baby to several other flowers, but at every noise, during which every Piccaninny and Bush Baby and all the other id: 31234 author: Purchas, Henry Thomas title: A History of the English Church in New Zealand date: words: 85083.0 sentences: 4594.0 pages: flesch: 72.0 cache: ./cache/31234.txt txt: ./txt/31234.txt summary: In consideration of my long career as a church-worker in New Zealand, England--Marsden at Home--The Church Missionary Society--Its plans for New Zealand Mission--Hall and King--Marsden meets Ruatara on _Active_ Henry Williams--Journey of Bishop Selwyn to England--Offer of Marsden himself brought Henry Williams to New Zealand, and decided upon new missionary was placed at Paihia, a village whose open beach lay been appointed Bishop of Australia, and had been requested by the C.M.S. to extend his pastoral care, as far as possible, to the islands of New friends of the Church Missionary Society accordingly opposed the New With Bishop Selwyn there appeared in New Zealand a type of churchmanship attraction in the hard work which New Zealand offered, and the bishop''s With the bishop and the church also, there was a new beginning in a more is "Christianity among the New Zealanders," by the first Bishop of id: 12411 author: Reeves, William Pember title: The Long White Cloud: "Ao Tea Roa" date: words: 106567.0 sentences: 5979.0 pages: flesch: 75.0 cache: ./cache/12411.txt txt: ./txt/12411.txt summary: almost as familiar in New Zealand as in their native lands. The first colonists of New Zealand were brown men from the South Seas. What Captain Cook thought of the Maori is a common-place of New entitled _Old New Zealand_, still form the best book which the Colony Ruatara spent nearly nine years of his life away from his native land. sale plunged New Zealand into long years of war. landing no white missionary lost his life by Maori hands. of the New Zealand Company''s claims, had landed in Wellington in the New Zealand Company were themselves purchasers of land. South Island of New Zealand was a well-nigh ideal land for pastoral to the New Zealand Company and its system of a high price for land war, the New Zealand Government confiscated 2,800,000 acres of native Years," or Gisborne''s "Colony of New Zealand." When one comes to id: 46161 author: Roberts, F. A. title: By Forest Ways in New Zealand date: words: 37708.0 sentences: 1476.0 pages: flesch: 75.0 cache: ./cache/46161.txt txt: ./txt/46161.txt summary: forest, beside the green Arthur river, and for five miles of the Round the irregular, rocky shore of the tiny lake grow trees--ratas rounded hills stand blue mountains, rugged and mysterious, their unexpectedly upon a lovely blue-green lake, six miles long, fed by lake, though still forty miles away, we saw Mount Cook, half hidden snow line was the New Zealand edelweiss, with quaint grey flower called, reached New Zealand, they landed ten miles from the city of the lower levels, are miles of forest, deep green at first, paling snow, white and glistening in the sunshine: mountain and glacier high bush hills, cleared in places for grass; round us played a trees and ferns and green mosses grow down to the water''s edge, Welcome Flat rise mountains of rock and snow, behind green bush bare green hills, and on one side a mountain of two thousand feet. id: 46703 author: Schuler, Phillip F. E. (Frederick Edward) title: Australia in Arms A Narrative of the Australasian Imperial Force and Their Achievement at Anzac date: words: 127198.0 sentences: 7052.0 pages: flesch: 76.0 cache: ./cache/46703.txt txt: ./txt/46703.txt summary: Indian troops'' work of clearing the day trenches, continued, the Turks yards of the enemy''s trench, and one machine gun took up a position Captain Cribb, a New Zealand officer, led a party of men to the huts, infantry, were field guns, generally in rear of the battle line, and to let many men from the firing-line at one time, as the Turks were guns turned from the first line of British troops, already in position The Turks probably had 35,000 men in their trenches at this time, while Australian and New Zealand Army Corps, ordered his trenches to be hill, not 30 yards away, were our own lines, and the Turkish trenches 16th in support, about 900 men in all, attacked the Turkish trenches Battalion, was charging down a Turkish trench when he saw a Turk about of 100 men to take a trench from which an enemy machine gun was id: 25828 author: Sutherland, George title: History of Australia and New Zealand From 1606 to 1890 date: words: 89678.0 sentences: 3900.0 pages: flesch: 72.0 cache: ./cache/25828.txt txt: ./txt/25828.txt summary: Governor King saw also another object in founding this new colony. pound an acre for land in South Australia, when, by crossing to Port Colonial Government with the money received from the sale of land. Governor Young.#--The colony was then placed under the care of Sir enterprise brought free men with sheep and cattle close to Moreton Bay. That fine district, discovered by Allan Cunningham in 1827, and called Governments of New South Wales and Victoria sent vessels to convey the New South Wales, Wilmot found that to govern at the same time a convict The Land Act.#--Sir John Young became Governor of New South Wales in Darling, who, forty years before, had been Governor of New South Wales. became Governor of New South Wales he sent further presents over to Te New Zealand would be a most prosperous colony, and that land in its For a time New Zealand sent out gold every year to id: 46597 author: Verne, Jules title: In Search of the Castaways A Romantic Narrative of the Loss of Captain Grant of the Brig Britannia and of the Adventures of His Children and Friends in His Discovery and Rescue date: words: 140167.0 sentences: 10160.0 pages: flesch: 79.0 cache: ./cache/46597.txt txt: ./txt/46597.txt summary: "What do you think, MacNabb?" said Lord Glenarvan to the major; "are very day Lord Glenarvan sent to Captain Mangles orders to bring the Captain Mangles informed Lord Glenarvan, who at once came on deck. "Lord Glenarvan," said Captain Mangles. "Monsieur Jacques Paganel," said Lord Glenarvan, after a moment "Well, Monsieur Paganel," said Glenarvan, "it shall be as you desire; Captain Mangles, according to Lord Glenarvan''s orders, had kept close At this moment Glenarvan, rejoining Paganel, asked what Thalcave said, "Glenarvan, major, Robert, my friends," cried Paganel, "all you who "However that may be, my good Paganel," said Glenarvan, "so long as Glenarvan, Paganel, Robert Grant, Major MacNabb, Captain Mangles, Glenarvan, Paganel, the major, and Captain Mangles mingled with the Thereupon Glenarvan, the major, Robert, Paganel, and Captain Mangles Thereupon Glenarvan, the major, Robert, Paganel, and Captain Mangles Glenarvan, the major, Robert, and Captain Mangles passed into the id: 49207 author: Vogel, Julius, Sir title: Anno Domini 2000; or, Woman''s Destiny date: words: 51044.0 sentences: 3121.0 pages: flesch: 74.0 cache: ./cache/49207.txt txt: ./txt/49207.txt summary: "I have understood," said Miss Fitzherbert, "that Lord Reginald is harm from Lord Reginald, and the time has long passed for him to receive "But," said Mrs. Hardinge, "your Majesty is asking us to hold office at "I hardly know to which direction our duty points," Mrs. Hardinge said. point that the objection to Lord Reginald was of a personal nature, and "You surely," said Montreal, "do not care for Lord Reginald?" been said that, supposing the alleged action of Lord Reginald was "Colonel Laurient," said Hilda gravely, "you ought to know me well said to her, "Tell me now as woman to man, not as subject to emperor." Hilda showed Mrs. Hardinge the Emperor''s magnificent present, and asked "Hilda," said Lord Reginald, bowing low, "forgive me. "No, Hilda," said Lord Reginald, who suddenly appeared at her side, "I "Dear Mrs. Hardinge," said the Emperor, with radiant face, "Hilda has id: 45354 author: Waite, Fred title: New Zealanders at Gallipoli date: words: 94210.0 sentences: 6592.0 pages: flesch: 78.0 cache: ./cache/45354.txt txt: ./txt/45354.txt summary: The New Zealanders of Anzac, by General Sir Ian Hamilton vii. memorable of the Great War, the New Zealand Brigade landed early in That same month, the New Zealand Mounted Rifles Brigade was called worn long when the New Zealand infantry were ashore and attacking early in the Great War were New Zealand soldiers, supported by the of batteries in the officers and men of the Royal New Zealand New Zealand transports, an officer and half a dozen men being placed the pride of all Australia; then the New Zealand Mounted Rifles--men The New Zealand Mounted Rifles Brigade took over the line from Anzac, at the same time land new troops at Suvla--the whole to push on The New Zealanders and Australians on the left of Anzac had to The men of the New Zealand Infantry Brigade looked out towards The Farm Horse at Hill 60, were the New Zealand Mounted Rifles. id: 40073 author: Westerman, Percy F. (Percy Francis) title: A Lively Bit of the Front: A Tale of the New Zealand Rifles on the Western Front date: words: 68818.0 sentences: 4915.0 pages: flesch: 82.0 cache: ./cache/40073.txt txt: ./txt/40073.txt summary: "Post in yet, Dick?" enquired Malcolm Carr, as he stood in the open Malcolm Carr was a typical specimen of the youthful New Zealander. Receiving a negative reply, Malcolm set to work to lay the table for "Now we''re all right, Dick," remarked Malcolm as the postman handed Carr turned his head and peered into the face of his right-hand man. "Stop that!" ordered Sergeant Fortescue; then, turning to Malcolm, "Any signs of a boat, Sergeant?" asked the man, as Malcolm, The two men separated, Te Paheka going to his mess, while Malcolm "And it shows," added Malcolm, "in another way how times change. troops--not a third of the number of men raised in New Zealand "Let''s find Fortescue," said Malcolm, addressing Selwyn in a low "Give it up!" replied Malcolm, as he made his way to Selwyn''s side. "Cable it to New Zealand," replied Malcolm. "By the way, Malcolm, I''ve news id: 25034 author: Wilson, J. O. title: Report of the Chief Librarian for the Year Ended 31 March 1958: Special Centennial Issue 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