mv: ‘./input-file.zip’ and ‘./input-file.zip’ are the same file Creating study carrel named classification-RM-gutenberg Initializing database Unzipping Archive: input-file.zip creating: ./tmp/input/input-file/ inflating: ./tmp/input/input-file/14985.txt inflating: ./tmp/input/input-file/28549.txt inflating: ./tmp/input/input-file/29339.txt inflating: ./tmp/input/input-file/18370.txt inflating: ./tmp/input/input-file/18487.txt inflating: ./tmp/input/input-file/27203.txt inflating: ./tmp/input/input-file/27128.txt inflating: ./tmp/input/input-file/27181.txt inflating: ./tmp/input/input-file/30162.txt inflating: ./tmp/input/input-file/15069.txt inflating: ./tmp/input/input-file/26774.txt inflating: ./tmp/input/input-file/23729.txt inflating: ./tmp/input/input-file/3453.txt inflating: ./tmp/input/input-file/4273.txt inflating: ./tmp/input/input-file/6752.txt inflating: ./tmp/input/input-file/33379.txt inflating: ./tmp/input/input-file/36450.txt inflating: ./tmp/input/input-file/37326.txt inflating: ./tmp/input/input-file/33102.txt inflating: ./tmp/input/input-file/47701.txt inflating: ./tmp/input/input-file/47439.txt inflating: ./tmp/input/input-file/48746.txt inflating: ./tmp/input/input-file/50660.txt inflating: ./tmp/input/input-file/44325.txt inflating: ./tmp/input/input-file/46745.txt inflating: ./tmp/input/input-file/46356.txt inflating: ./tmp/input/input-file/63293.txt inflating: ./tmp/input/input-file/16977.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 classification-RM-gutenberg FILE: cache/18370.txt OUTPUT: txt/18370.txt FILE: cache/29339.txt OUTPUT: txt/29339.txt FILE: cache/30162.txt OUTPUT: txt/30162.txt FILE: cache/28549.txt OUTPUT: txt/28549.txt FILE: cache/27203.txt OUTPUT: txt/27203.txt FILE: cache/18487.txt OUTPUT: txt/18487.txt FILE: cache/14985.txt OUTPUT: txt/14985.txt FILE: cache/15069.txt OUTPUT: txt/15069.txt FILE: cache/3453.txt OUTPUT: txt/3453.txt FILE: cache/27128.txt OUTPUT: txt/27128.txt FILE: cache/26774.txt OUTPUT: txt/26774.txt FILE: cache/6752.txt OUTPUT: txt/6752.txt FILE: cache/4273.txt OUTPUT: txt/4273.txt FILE: cache/23729.txt OUTPUT: txt/23729.txt FILE: cache/47701.txt OUTPUT: txt/47701.txt FILE: cache/33379.txt OUTPUT: txt/33379.txt FILE: cache/50660.txt OUTPUT: txt/50660.txt FILE: cache/47439.txt OUTPUT: txt/47439.txt FILE: cache/16977.txt OUTPUT: txt/16977.txt FILE: cache/37326.txt OUTPUT: txt/37326.txt FILE: cache/46356.txt OUTPUT: txt/46356.txt FILE: cache/33102.txt OUTPUT: txt/33102.txt FILE: cache/27181.txt OUTPUT: txt/27181.txt FILE: cache/36450.txt OUTPUT: txt/36450.txt FILE: cache/48746.txt OUTPUT: txt/48746.txt FILE: cache/63293.txt OUTPUT: txt/63293.txt FILE: cache/44325.txt OUTPUT: txt/44325.txt FILE: cache/46745.txt OUTPUT: txt/46745.txt === file2bib.sh === id: 4273 author: Lindlahr, Henry title: Nature Cure: Philosophy & Practice Based on the Unity of Disease & Cure date: pages: extension: .txt txt: ./txt/4273.txt cache: ./cache/4273.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'4273.txt' Traceback (most recent call last): File "/data-disk/reader-compute/reader-classic/bin/file2bib.py", line 107, in text = textacy.preprocessing.normalize.normalize_quotation_marks( text ) File "/data-disk/python/lib/python3.8/site-packages/textacy/preprocessing/normalize.py", line 32, in normalize_quotation_marks return text.translate(QUOTE_TRANSLATION_TABLE) AttributeError: 'NoneType' object has no attribute 'translate' === file2bib.sh === id: 3453 author: Tyrrell, Chas. A. (Charles Alfred) title: The Royal Road to Health; Or, the Secret of Health Without Drugs date: pages: extension: .txt txt: ./txt/3453.txt cache: ./cache/3453.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'3453.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' 4273 txt/../wrd/4273.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 3453 txt/../pos/3453.pos 3453 txt/../ent/3453.ent 4273 txt/../pos/4273.pos 3453 txt/../wrd/3453.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 4273 txt/../ent/4273.ent 18487 txt/../wrd/18487.wrd 18487 txt/../pos/18487.pos 23729 txt/../pos/23729.pos 30162 txt/../pos/30162.pos 30162 txt/../ent/30162.ent 23729 txt/../wrd/23729.wrd 30162 txt/../wrd/30162.wrd 15069 txt/../pos/15069.pos 18487 txt/../ent/18487.ent 28549 txt/../pos/28549.pos 23729 txt/../ent/23729.ent 15069 txt/../wrd/15069.wrd 28549 txt/../wrd/28549.wrd === file2bib.sh === id: 18487 author: Daniel, Florence title: Food Remedies: Facts About Foods And Their Medicinal Uses date: pages: extension: .txt txt: ./txt/18487.txt cache: ./cache/18487.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'18487.txt' 29339 txt/../wrd/29339.wrd === file2bib.sh === id: 23729 author: Higginbottom, John title: An Essay on the Application of the Lunar Caustic in the Cure of Certain Wounds and Ulcers date: pages: extension: .txt txt: ./txt/23729.txt cache: ./cache/23729.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'23729.txt' 28549 txt/../ent/28549.ent === file2bib.sh === id: 30162 author: Griffenhagen, George B. title: Old English Patent Medicines in America date: pages: extension: .txt txt: ./txt/30162.txt cache: ./cache/30162.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'30162.txt' 27203 txt/../wrd/27203.wrd 27203 txt/../pos/27203.pos 15069 txt/../ent/15069.ent 18370 txt/../pos/18370.pos 29339 txt/../pos/29339.pos 18370 txt/../wrd/18370.wrd === file2bib.sh === id: 15069 author: Peters, Lulu Hunt title: Diet and Health; With Key to the Calories date: pages: extension: .txt txt: ./txt/15069.txt cache: ./cache/15069.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'15069.txt' 37326 txt/../pos/37326.pos 6752 txt/../pos/6752.pos 27203 txt/../ent/27203.ent 29339 txt/../ent/29339.ent 37326 txt/../wrd/37326.wrd 18370 txt/../ent/18370.ent === file2bib.sh === id: 28549 author: Smith, Hugh title: A Treatise on Foreign Teas Abstracted From An Ingenious Work, Lately Published, Entitled An Essay On the Nerves date: pages: extension: .txt txt: ./txt/28549.txt cache: ./cache/28549.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'28549.txt' 37326 txt/../ent/37326.ent 6752 txt/../wrd/6752.wrd === file2bib.sh === id: 29339 author: Brooks, C. Harry (Cyrus Harry) title: The Practice of Autosuggestion date: pages: extension: .txt txt: ./txt/29339.txt cache: ./cache/29339.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'29339.txt' === file2bib.sh === id: 37326 author: Stables, Gordon title: Turkish and Other Baths: A Guide to Good Health and Longevity date: pages: extension: .txt txt: ./txt/37326.txt cache: ./cache/37326.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'37326.txt' 27128 txt/../pos/27128.pos 47701 txt/../pos/47701.pos === file2bib.sh === id: 27203 author: Coué, Emile title: Self Mastery Through Conscious Autosuggestion date: pages: extension: .txt txt: ./txt/27203.txt cache: ./cache/27203.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'27203.txt' === file2bib.sh === id: 18370 author: Civiale Remedial Agency title: Manhood Perfectly Restored Prof. Jean Civiale's Soluble Urethral Crayons as a Quick, Painless, and Certain Cure for Impotence, Etc. date: pages: extension: .txt txt: ./txt/18370.txt cache: ./cache/18370.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'18370.txt' 6752 txt/../ent/6752.ent 47701 txt/../wrd/47701.wrd 47701 txt/../ent/47701.ent 27128 txt/../wrd/27128.wrd 27181 txt/../pos/27181.pos 27128 txt/../ent/27128.ent 27181 txt/../wrd/27181.wrd 50660 txt/../pos/50660.pos 50660 txt/../wrd/50660.wrd 27181 txt/../ent/27181.ent 48746 txt/../pos/48746.pos 50660 txt/../ent/50660.ent 48746 txt/../wrd/48746.wrd 33102 txt/../pos/33102.pos 47439 txt/../pos/47439.pos 16977 txt/../pos/16977.pos 33102 txt/../wrd/33102.wrd 16977 txt/../wrd/16977.wrd 47439 txt/../wrd/47439.wrd === file2bib.sh === id: 6752 author: nan title: Study and Stimulants Or, the Use of Intoxicants and Narcotics in Relation to Intellectual Life, as Illustrated by Personal Communications on the Subject, from Men of Letters and of Science date: pages: extension: .txt txt: ./txt/6752.txt cache: ./cache/6752.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'6752.txt' 63293 txt/../pos/63293.pos 14985 txt/../pos/14985.pos 48746 txt/../ent/48746.ent 14985 txt/../wrd/14985.wrd 44325 txt/../pos/44325.pos 16977 txt/../ent/16977.ent 26774 txt/../pos/26774.pos 46356 txt/../pos/46356.pos === file2bib.sh === id: 27181 author: Birnbaum, Max title: Prof. Koch's Method to Cure Tuberculosis Popularly Treated date: pages: extension: .txt txt: ./txt/27181.txt cache: ./cache/27181.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'27181.txt' === file2bib.sh === id: 47701 author: Christian, Eugene title: Encyclopedia of Diet: A Treatise on the Food Question, Vol. 4 date: pages: extension: .txt txt: ./txt/47701.txt cache: ./cache/47701.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'47701.txt' 63293 txt/../wrd/63293.wrd 47439 txt/../ent/47439.ent 63293 txt/../ent/63293.ent 44325 txt/../wrd/44325.wrd 33102 txt/../ent/33102.ent 26774 txt/../ent/26774.ent 46356 txt/../wrd/46356.wrd === file2bib.sh === id: 27128 author: Dewey, Edward Hooker title: The No Breakfast Plan and the Fasting-Cure date: pages: extension: .txt txt: ./txt/27128.txt cache: ./cache/27128.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'27128.txt' 14985 txt/../ent/14985.ent 26774 txt/../wrd/26774.wrd 44325 txt/../ent/44325.ent === file2bib.sh === id: 50660 author: Christian, Eugene title: Encyclopedia of Diet: A Treatise on the Food Question, Vol. 5 date: pages: extension: .txt txt: ./txt/50660.txt cache: ./cache/50660.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'50660.txt' === file2bib.sh === id: 48746 author: Christian, Eugene title: Encyclopedia of Diet: A Treatise on the Food Question, Vol. 2 date: pages: extension: .txt txt: ./txt/48746.txt cache: ./cache/48746.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'48746.txt' === file2bib.sh === id: 16977 author: Lydia E. Pinkham Medicine Company title: Food and Health date: pages: extension: .txt txt: ./txt/16977.txt cache: ./cache/16977.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'16977.txt' 46356 txt/../ent/46356.ent === file2bib.sh === id: 33102 author: Davis, Audrey B. title: Bloodletting Instruments in the National Museum of History and Technology date: pages: extension: .txt txt: ./txt/33102.txt cache: ./cache/33102.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'33102.txt' === file2bib.sh === id: 63293 author: Sinclair, Upton title: The Fasting Cure date: pages: extension: .txt txt: ./txt/63293.txt cache: ./cache/63293.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'63293.txt' === file2bib.sh === id: 47439 author: Fletcher, Horace title: The New Glutton or Epicure date: pages: extension: .txt txt: ./txt/47439.txt cache: ./cache/47439.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'47439.txt' 46745 txt/../pos/46745.pos 33379 txt/../pos/33379.pos 46745 txt/../wrd/46745.wrd 33379 txt/../wrd/33379.wrd === file2bib.sh === id: 44325 author: Adams, Samuel Hopkins title: The Great American Fraud The Patent Medicine Evil date: pages: extension: .txt txt: ./txt/44325.txt cache: ./cache/44325.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'44325.txt' 33379 txt/../ent/33379.ent 46745 txt/../ent/46745.ent === file2bib.sh === id: 46356 author: Salant, William title: The Toxicity of Caffein: An experimental study on different species of animals date: pages: extension: .txt txt: ./txt/46356.txt cache: ./cache/46356.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'46356.txt' === file2bib.sh === id: 14985 author: Dechmann, Louis title: Valere Aude: Dare to Be Healthy, Or, The Light of Physical Regeneration date: pages: extension: .txt txt: ./txt/14985.txt cache: ./cache/14985.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'14985.txt' 36450 txt/../pos/36450.pos === file2bib.sh === id: 26774 author: Allen, Martha Meir title: Alcohol: A Dangerous and Unnecessary Medicine, How and Why What Medical Writers Say date: pages: extension: .txt txt: ./txt/26774.txt cache: ./cache/26774.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'26774.txt' 36450 txt/../wrd/36450.wrd 36450 txt/../ent/36450.ent === file2bib.sh === id: 46745 author: Headland, Frederick William title: The Action of Medicines in the System Or, on the mode in which therapeutic agents introduced into the stomach produce their peculiar effects on the animal economy date: pages: extension: .txt txt: ./txt/46745.txt cache: ./cache/46745.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'46745.txt' === file2bib.sh === id: 33379 author: Proudfit, Fairfax T. (Fairfax Throckmorton) title: Dietetics for Nurses date: pages: extension: .txt txt: ./txt/33379.txt cache: ./cache/33379.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'33379.txt' === file2bib.sh === id: 36450 author: Walsh, James J. (James Joseph) title: Psychotherapy Including the History of the Use of Mental Influence, Directly and Indirectly, in Healing and the Principles for the Application of Energies Derived from the Mind to the Treatment of Disease date: pages: extension: .txt txt: ./txt/36450.txt cache: ./cache/36450.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 40 resourceName b'36450.txt' Done mapping. Reducing classification-RM-gutenberg === reduce.pl bib === id = 28549 author = Smith, Hugh title = A Treatise on Foreign Teas Abstracted From An Ingenious Work, Lately Published, Entitled An Essay On the Nerves date = pages = extension = .txt mime = text/plain words = 22688 sentences = 1209 flesch = 64 summary = frequently the consequence of drinking India teas, its injurious nature especially nervous disorders, in proportion as the use of India tea receive, from the use of the sanative tea, the most beneficial effects, From this the medicinal effects of the tea upon the solids are of your Sanative Tea, to all persons afflicted with nervous and other and spirits, by the use of this celebrated Tea. CASE III. drinking the Sanative English Tea is now enjoying a good state of effects your excellent Tea had done in nervous disorders, in various benefit, till an acquaintance recommended me to use the Sanative Tea. I SOME time ago being recommended to drink your Sanative Tea for a recommended to drink your Sanative Tea, which after a little time did YOUR Sanative Tea being recommended to me for a nervous disorder and a Sanative Tea, which she continued to drink for some time, and I am cache = ./cache/28549.txt txt = ./txt/28549.txt === reduce.pl bib === id = 18370 author = Civiale Remedial Agency title = Manhood Perfectly Restored Prof. Jean Civiale's Soluble Urethral Crayons as a Quick, Painless, and Certain Cure for Impotence, Etc. date = pages = extension = .txt mime = text/plain words = 29812 sentences = 1863 flesch = 71 summary = Venereal and Urinary Diseases on Boys and Men. Could we read the heart of every man and boy we pass upon the street, Impotency (loss of Sexual Desire or Power) and Sterility (inability to means a condition of the Sexual Organs in which a man is not able to of the thorough cure of Impotence and restoration to full sexual vigor a like case leading to sexual incapacity, as a result of the stricture. are few--very few--cases of Seminal Weakness and Impotency that cannot their sexual power by abuse in early years, and for older men who have cure of Spermatorrhoea, Impotence, Debility, &c., &c., in any case Spermatorrhoea in every case where the organs are wasted. weakness and lost vitality, in which case all the symptoms of these and the cure of Sexual and Seminal Diseases than those eminent French "Again, some medical men * * * * affect to consider these cases cache = ./cache/18370.txt txt = ./txt/18370.txt === reduce.pl bib === id = 14985 author = Dechmann, Louis title = Valere Aude: Dare to Be Healthy, Or, The Light of Physical Regeneration date = pages = extension = .txt mime = text/plain words = 96802 sentences = 4989 flesch = 62 summary = the nerves when there is a generally diseased condition of the blood, access of disease; to maintain the fair form and vigor of the body disease is to supply the lacking chemical elements in the form of to the regular food_, the missing chemical elements in organic form; and The discovery that a diseased condition of the blood leads to certain _The body tissue in general_: This comprises the red blood organic forms of the nature of plant and animal bodies. forms a direct connection between blood and nerve tissues. elements, and can be regenerated in case of disease, like every other cases prevents recovery and even causes chronic disease or fatal thus removing the degenerated and diseased cells of the human body _Diet_: Diet in case of hair disease calls for a combination of food In every case these climatic disease forms are caused by a combination cache = ./cache/14985.txt txt = ./txt/14985.txt === reduce.pl bib === id = 27203 author = Coué, Emile title = Self Mastery Through Conscious Autosuggestion date = pages = extension = .txt mime = text/plain words = 27708 sentences = 1781 flesch = 78 summary = Self Mastery Through Conscious Autosuggestion, by _Emile Coué_ 5 Suggestion, or rather Autosuggestion, is quite a new subject, and yet "good conscious autosuggestions" against our "bad unconscious times without thinking of anything else: "This thing is coming", or In the same way it is sufficient to think a pain is going, to feel it that one suffers in order to feel the pain begin to come immediately. going to ask him in a moment to think: "I am falling backwards, I visits his doctor, it is in order to be told what medicine will cure him. imagine that they can be immediately cured by autosuggestion. the pain ceases entirely, and the patient walks like other people. day, even if it is not true, "There this time your work is much better next day I was cured and never any more since have I suffered from who may be suffering, to make themselves good autosuggestions cache = ./cache/27203.txt txt = ./txt/27203.txt === reduce.pl bib === id = 18487 author = Daniel, Florence title = Food Remedies: Facts About Foods And Their Medicinal Uses date = pages = extension = .txt mime = text/plain words = 14683 sentences = 1341 flesch = 80 summary = abandonment for a time of every kind of food in favour of fruit. cited against the free use of fruit is that "the acids act injuriously water flavoured with lemon juice should be taken between the meals. avoid tea and coffee, and supply their place with barley water or bran Apple water or apple tea is an excellent drink for fever patients. The fresh juice pressed from the fruit is, of course, better than tea Fresh carrot juice is also good for consumptives on account of the large juice the best possible food for fever patients, consumptives, and all I have found the juice of one lemon taken in a little hot water remove The juice of a lemon in hot water may be taken night and morning with is because fresh pine-apple juice has been found to act upon animal food Especially do not cook fruit and vegetables in hard water. cache = ./cache/18487.txt txt = ./txt/18487.txt === reduce.pl bib === id = 29339 author = Brooks, C. Harry (Cyrus Harry) title = The Practice of Autosuggestion date = pages = extension = .txt mime = text/plain words = 28317 sentences = 1680 flesch = 73 summary = The clinic of Emile Coué, where Induced Autosuggestion is applied to fears or phobias, these ideas will gradually cease to occupy your mind. merely an agent calling the ideas of health into their minds. may possess in private life a good voice, a mind fertile in ideas and a _Every idea which enters the conscious mind, if it is accepted by the ideas we are likely to make the subjects of Induced Autosuggestion are this means we can induce the Unconscious to accept an idea, the normal disease-soaked mind can gradually implant ideas of health, filling his sufferer, whose mind is filled with thoughts of ill-health, sits down suggestions take a positive form, if you fill your mind with thoughts states of mind, and in a short time all the little happenings of life "going." The pain-thought so obsesses the mind that the state of autosuggestions to the child-mind. cache = ./cache/29339.txt txt = ./txt/29339.txt === reduce.pl bib === id = 30162 author = Griffenhagen, George B. title = Old English Patent Medicines in America date = pages = extension = .txt mime = text/plain words = 17299 sentences = 1144 flesch = 65 summary = OLD ENGLISH PATENT MEDICINES IN AMERICA OLD ENGLISH PATENT MEDICINES IN AMERICA and other old English patent medicines, as of the year when the 12-page Patent-medicine advertising in the _News-Letter_ prior to 1750 was the lists of the English patent medicines advertised in the _Virginia American imprints seeking to promote the English patent medicines were a New York merchant, became American agent for the sale of Dr. Bateman's Pectoral Drops. English patent medicines, including Stoughton's Elixir and Turlington's the American demand for the old English patent medicines created by a 296-302; also _The New York Physician and American Medicine_, May and Large Opodeldoc bottles, among many other American patent medicine Thus had the old English patent medicines reached a new point in their role in American therapy of the old English patent medicines. prepared to take orders for the old English patent medicines.[94] Thus as the present century opened, the old English patent medicines cache = ./cache/30162.txt txt = ./txt/30162.txt === reduce.pl bib === id = 27128 author = Dewey, Edward Hooker title = The No Breakfast Plan and the Fasting-Cure date = pages = extension = .txt mime = text/plain words = 55404 sentences = 2465 flesch = 73 summary = The error of enforced food in cases of severe injuries and diseases to food patients had been sick for many days, and even weeks, with not sick as a mere witness of Nature's power in disease rather than as an clearness, the brain has no need of food when disease has abolished the A fast was ordered, and on the third day a mass of undigested food was After a week of fasting there came a natural desire for food, and thence ten hours each day; and yet these men are not eating more food daily he had said he would make his fast last forty days this time. cases of acute sickness or in the voluntary fasts in chronic disease, have been eating more food every day in proportion to general muscle The physiology of fasting in time of sickness is so entirely new to the cache = ./cache/27128.txt txt = ./txt/27128.txt === reduce.pl bib === === reduce.pl bib === id = 26774 author = Allen, Martha Meir title = Alcohol: A Dangerous and Unnecessary Medicine, How and Why What Medical Writers Say date = pages = extension = .txt mime = text/plain words = 106761 sentences = 5143 flesch = 63 summary = test alcohol shows up in its true nature as a poison, and not a food. "The internal use of alcohol in disease is as injurious as in yet seen a case in which the use of alcoholic drinks either common use, and the alcohol generally used in medicine, creates a fatal The alcohol-drinker uses up more water from his blood and so has thought of the use of alcohol in heart disease. non-use of alcohol in the treatment of the disease. disease the medical use of alcohol is unnecessary, and in a use of alcohol in the treatment of disease, and in fact it is as Dr. Gould says, the use of alcohol in medical practice is use of alcohol in the treatment of disease."--DR. use of alcohol in the treatment of disease."--DR. use of alcohol in the treatment of disease."--DR. the effect of beer-drinking and the use of other alcoholic cache = ./cache/26774.txt txt = ./txt/26774.txt === reduce.pl bib === === reduce.pl bib === id = 15069 author = Peters, Lulu Hunt title = Diet and Health; With Key to the Calories date = pages = extension = .txt mime = text/plain words = 20343 sentences = 2393 flesch = 89 summary = [Sidenote: _Candy Cake, Pie, Rich Meats, Thick Gravy, Bread, Butter, [Sidenote: _Whipped Cream, Candied Sweet Potatoes_] Now you know that a calorie is a unit of measuring heat and food. _Calories Needed per Day for Normal Individuals_ growing child needing many more calories per pound per day than the [Sidenote: _Calories Required for Normal_] 2. Multiply normal weight by number of calories needed per pound per you can absolutely lose by having a knowledge of food values (calories) If you want to gain, add gradually 500-1000 Calories per day. [Sidenote: _List of Foods to Follow_] I am going to sandwich you in between the food calories and my fat One thousand calories less food per day equals four ounces of fat lost You may eat just what you like--candy, pie, cake, fat meat, butter, calories of food is equivalent to approximately 4 ounces of fat cache = ./cache/15069.txt txt = ./txt/15069.txt === reduce.pl bib === id = 6752 author = nan title = Study and Stimulants Or, the Use of Intoxicants and Narcotics in Relation to Intellectual Life, as Illustrated by Personal Communications on the Subject, from Men of Letters and of Science date = pages = extension = .txt mime = text/plain words = 38716 sentences = 2226 flesch = 74 summary = alcohol is so good a stimulant to thought as coffee, tea, opium, or stimulate himself for his great speeches by the use of alcohol. kind of stimulant for intellectual work--only a glass of wine during experience as to the effects of tobacco and alcohol upon the mind and _even_ mental work is to be obtained without the use of alcohol the use of stimulants-either alcohol or tobacco. but exhausted for the time by a hard day's work, tobacco nerves and tobacco and alcohol have a disturbing effect, when doing mental work. effects of alcohol and tobacco upon intellectual work is a very smoked tobacco and taken wine for years, and though I cannot aver that do not smoke or use alcoholic drinks. _The Use and Abuse of Alcoholic Stimulants and Tobacco_. use of alcoholic stimulants at work is one thing; at dinner, another. believer in the use of tobacco, he smokes _before_ work, cache = ./cache/6752.txt txt = ./txt/6752.txt === reduce.pl bib === id = 23729 author = Higginbottom, John title = An Essay on the Application of the Lunar Caustic in the Cure of Certain Wounds and Ulcers date = pages = extension = .txt mime = text/plain words = 14128 sentences = 737 flesch = 70 summary = Lunar Caustic in the treatment of Wounds and Ulcers, and having great eschar remains adherent from the first application, the wound or ulcer punctured wound are prevented; the eschar usually remains adherent, On the ensuing day, the eschar was adherent and there was little pain; The eschar remained adherent, the inflammation subsided and the case On the following day the eschar remained adherent round the edges, but On the third day there was no pain or inflammation, and the eschar The eschars separated in nine days leaving the wounds healed. caustic was again applied; fluid formed underneath the eschar as the oedema, to apply the lunar caustic to form an eschar, enjoining caustic must be applied to form an eschar. applied the lunar caustic to it to form an eschar. applied the lunar caustic to it to form an eschar. applied the lunar caustic to it to form an eschar. cache = ./cache/23729.txt txt = ./txt/23729.txt === reduce.pl bib === id = 36450 author = Walsh, James J. (James Joseph) title = Psychotherapy Including the History of the Use of Mental Influence, Directly and Indirectly, in Healing and the Principles for the Application of Energies Derived from the Mind to the Treatment of Disease date = pages = extension = .txt mime = text/plain words = 470673 sentences = 20961 flesch = 62 summary = of certain conditions, all act by suggestion on the patient's mind and an ill effect by disturbing the patient's general condition and cases, he was able by suggestion to help many patients with regard to painful conditions as relieved by suggestion or mental influence, but patient's mind is fixed upon the idea of sleep coming after a certain relief of the symptoms of patients suffering from heart affections. the same time the patient's mind can be influenced very favorably by patient's mind, to his habits of life, and to his worries, and the way important factor in the disease is the patient's nervous condition. of cases the difference between the condition of patients suffering distract the patient's mind from the local condition after a time, or especially likely to be influenced by the patient's state of mind. Once the disease has developed and the patient's mind becomes affected cache = ./cache/36450.txt txt = ./txt/36450.txt === reduce.pl bib === id = 33379 author = Proudfit, Fairfax T. (Fairfax Throckmorton) title = Dietetics for Nurses date = pages = extension = .txt mime = text/plain words = 167112 sentences = 14935 flesch = 82 summary = ~Organic Acids.~--Certain of the carbohydrate foods (fruits and green fat in food material, but milk likewise furnishes an appreciable certain fats, namely, milk (whole), butter, egg yolk, the organs of in the fat soluble vitamine, in each day's food allowance, milk and foods, such as milk, cream, eggs, cereals, potatoes, etc., olive oil. ~Obesity Diets.~--Those containing as few of the fat-forming foods as may be necessary to place the patient upon a milk diet for a time juice, milk soups, and like protein foods. On the fourth day an egg is added to the diet, the milk and cream new foods to the diet; milk, cream, eggs and lactose are the principal food for the milk in the diet, but great care should be taken to Foods composing the diet are, milk and eggs for the proteins, with form of diet and milk the chief food, as long as there is an elevation cache = ./cache/33379.txt txt = ./txt/33379.txt === reduce.pl bib === id = 37326 author = Stables, Gordon title = Turkish and Other Baths: A Guide to Good Health and Longevity date = pages = extension = .txt mime = text/plain words = 12252 sentences = 536 flesch = 71 summary = THE LUXURY OF THE TURKISH BATH--ITS USES AND PHYSIOLOGICAL ACTION--THE venture to recommend the Anglo-Turkish bath to our readers although number of votaries of the Bath who do at times catch cold like other periodical use of the Anglo-Turkish bath, would tend to remove. The diseases which the Turkish bath may be the means of curing or "By the use of your bath," he says "the patients can breathe pure air 4. What is the best time of the day to have the bath? People who use the bath for the purpose of gaining health and strength, 4. THE MUSTARD FOOT-BATH is useful in cases of incipient colds, 3.--If you feel too much exhausted in the morning for a cold bath, from 5--A cold bath may be taken with advantage when the body is heated, from In bathing at home, after lathering the whole body with warm water and cache = ./cache/37326.txt txt = ./txt/37326.txt === reduce.pl bib === id = 33102 author = Davis, Audrey B. title = Bloodletting Instruments in the National Museum of History and Technology date = pages = extension = .txt mime = text/plain words = 47001 sentences = 4851 flesch = 74 summary = Instruments in this category include scarificators, cupping glasses, eighteenth century, delicate mechanical spring lancets and scarificators developing new designs for lancets and scarificators, pumps, fancy cupping In the spring lancet, the blade was fixed into a small metal case with a [Illustration: FIGURE 9.--Persian spouted cupping glass, 12th century. nineteenth-century all-purpose patent pump outfit that included cups among Spring lancet blade with case, 19th century. Scarificator with case, 12 blades, late 19th-early 20th century. Scarificator with case, 12 blades, 19th-20th century. Scarificator with case, 12 blades, 19th-20th century. Scarificator with case, 12 blades, 19th-20th century. Scarificator with case, 12 blades, 19th-20th century. Scarificator with case, 12 blades, 19th-20th century. Scarificator with case, 12 blades, 19th-20th century. [Illustration: FIGURE 39.--Typical 19th-century brass spring lancet and [Illustration: FIGURE 63.--Cupping and bleeding instruments, 1780. [Illustration: FIGURE 122.--Spring lancet, 19th century. [Illustration: FIGURE 122.--Spring lancet, 19th century. [Illustration: FIGURE 122.--Spring lancet, 19th century. cache = ./cache/33102.txt txt = ./txt/33102.txt === reduce.pl bib === id = 47439 author = Fletcher, Horace title = The New Glutton or Epicure date = pages = extension = .txt mime = text/plain words = 53238 sentences = 2438 flesch = 64 summary = foods lies the great danger to the digestive economy of man. food thirty-two times to each mouthful," or words to that effect. complete knowledge of their body's food requirements, or, as a patient food-stuffs in the mouth and indicated that great advantages follow careful mouth-treatment of food, guards the body from excess and keeps has taste until it is absorbed by Nature's Food Filter, it must be instincts and food economics have taught the author to like many things and the senses which Nature's Food Chemist employs in her work are is, "THAT WHILE ANY TASTE IS LEFT IN A MOUTHFUL OF FOOD IN PROCESS OF natural way--the food is already alkaline and ready for digestion in discovery of new uses for Taste in securing perfect economic nutrition, natural requirements, and by trial of the care in taking food which is Economic Nutrition," and "Nature's Food Filter; or, What and When to cache = ./cache/47439.txt txt = ./txt/47439.txt === reduce.pl bib === id = 47701 author = Christian, Eugene title = Encyclopedia of Diet: A Treatise on the Food Question, Vol. 4 date = pages = extension = .txt mime = text/plain words = 26666 sentences = 2926 flesch = 86 summary = A very ripe peach or plum, a cup of cool water, exercise and deep /Fourth Day/: Exercises, water-drinking, and fruit as prescribed Such vegetables as sweet potatoes, parsnips, baked beans and pumpkin Fruit-juice, a glass of water, and ten minutes devoted to vigorous A small, baked white potato, with butter; eat Drink a glass of water, take a spoonful or two of wheat bran, and /Fourth Day/: Exercise, water-drinking, and deep breathing just Bananas, very ripe, baked, Boiled wheat, eaten with Choice of any fresh vegetable One egg, or a bit of fish, if One egg whipped, or a glass A baked potato One egg or a very small portion Baked beans or rye bread If small portions of the above foods are eaten, two egg whites and one corn-meal or wheat bran small portion of fish sweet potatoes, baked beans, corn hominy, and plain boiled wheat may be cache = ./cache/47701.txt txt = ./txt/47701.txt === reduce.pl bib === id = 50660 author = Christian, Eugene title = Encyclopedia of Diet: A Treatise on the Food Question, Vol. 5 date = pages = extension = .txt mime = text/plain words = 34084 sentences = 2066 flesch = 69 summary = [Sidenote: Effects of overfeeding on starchy foods and sweets] [Sidenote: Temporary disturbances caused by radical changes in diet] [Sidenote: The stomach should agree with natural food] concerning diet, exercise, fresh air, sunshine, and mental training. salads, sweet ripe fruits, fresh vegetables in season, eggs, milk, nuts, [Sidenote: The lives of babies often depend upon the mother's diet] will enter the solid food age with good digestion, a strong body, and an [Sidenote: Importance of cleanliness in preparing child's food] [Sidenote: General diet for normal athlete] proper food, air, and exercise given, Nature would begin her work of [Sidenote: Difference in the development of man and apes] [Sidenote: Mother's nutrition the only factor in influencing her child] [Sidenote: Food furnishes but a fraction of the total body-energy] [Sidenote: Relative importance of air, food and water] [Sidenote: Twelve health rules for the business man] food for animals, government experiments on, III 602 cache = ./cache/50660.txt txt = ./txt/50660.txt === reduce.pl bib === id = 48746 author = Christian, Eugene title = Encyclopedia of Diet: A Treatise on the Food Question, Vol. 2 date = pages = extension = .txt mime = text/plain words = 40501 sentences = 2485 flesch = 67 summary = [Sidenote: Wheat bran a natural remedy for constipation] sugars and starches--causing acid fermentation and all the symptoms [Sidenote: Vegetable juices aid the digestion of all food] fruit-acids, and starchy foods will cause rapid accumulation of gas, Indigestion is a term used to describe the condition caused by food quantity of food remains from one meal to another, causing an the use of poisonous drugs called laxative remedies, or from foods [Sidenote: Value of milk and eggs in the remedial diet] [Sidenote: Chronic emaciation--its cause and remedy] [Sidenote: Diet for extreme constipation in emaciated cases] [Sidenote: Diet, the governing law of body-weight] normal, then a diet composed largely of non-acid fruits and fresh [Sidenote: Foods that produce fat] the diet should consist of nuts, fruits, salads, fresh vegetables, eggs, reducing the diet entirely to nuts, fruits, fresh vegetables [Sidenote: Decomposition of unused food the primary cause of catarrh] cache = ./cache/48746.txt txt = ./txt/48746.txt === reduce.pl bib === id = 27181 author = Birnbaum, Max title = Prof. Koch's Method to Cure Tuberculosis Popularly Treated date = pages = extension = .txt mime = text/plain words = 22181 sentences = 1091 flesch = 63 summary = Pulmonary consumption is only one form of tuberculosis, by far the most cause the rarely occurring diseases--_tuberculosis of the tongue and In the diseases of the _bones_ and _joints_ tuberculosis forms an The well known children's disease _Scrofula_ is considered a preceding of the disease a short, clear but light, very often dry cough appears. The lameness in the case of diseased hip-joint has something peculiar possible, as the majority of patients died in whose case the disease had On other parts of the face lupus generally appears in the form of small cases additions appear in the course of time, which may affect larger diseased; in a great number of cases this happens in the form of a In many other cases the disease appears in the form of scrofulous ulcers spine, etc.; especially in the case of diseased bones it is extremely disease, tuberculosis, is influenced in the same manner by this remedy cache = ./cache/27181.txt txt = ./txt/27181.txt === reduce.pl bib === id = 46356 author = Salant, William title = The Toxicity of Caffein: An experimental study on different species of animals date = pages = extension = .txt mime = text/plain words = 56590 sentences = 6449 flesch = 82 summary = by subcutaneous injection, 0.18 gram of caffein per kilo and noticed Small doses of caffein, 0.1 gram, given to a rabbit weighing experiment, since this rabbit received 325 mg of caffein per kilo dose; 0.2 to 0.15 gram of caffein per kilo was injected into the per cent caffein (0.2 gram per kilo) injected into peritoneal cavity; 6 cc 2 per cent caffein solution (0.2 gram per kilo) injected into October 4: 5 cc 2 per cent caffein (0.2 gram per kilo) injected October 4: 5 cc 2 per cent caffein (0.2 gram per kilo) injected October 4: 5 cc 2 per cent caffein (0.2 gram per kilo) injected injections showed that 0.2 gram caffein per kilo was toxic in One dog (No. 38) died after a dose of 0.12 gram caffein per kilo, while dose of caffein for the normal dog is about 0.15 gram per kilo when cache = ./cache/46356.txt txt = ./txt/46356.txt === reduce.pl bib === id = 63293 author = Sinclair, Upton title = The Fasting Cure date = pages = extension = .txt mime = text/plain words = 36622 sentences = 1791 flesch = 76 summary = a dozen "fasting letters" every day for the rest of my life; and The loss of weight during the fast is generally about a pound a day. I know a man who fasted fifty days, and then ate half a then took another fast of six days with me, and with no more trouble fasted seven days, and went for four weeks longer on a very light diet, were undertaking a three days' fast as a result of reading a diet after a short fast of three or four days, and always the milk has friend who fasted eight days for the first time, and who did all her young girl who fasted thirty-three days and worked all the time at a the time, and where twenty or thirty-day fasts occasion no more remark I myself took a twelve-day fast while living alone with my little cache = ./cache/63293.txt txt = ./txt/63293.txt === reduce.pl bib === id = 44325 author = Adams, Samuel Hopkins title = The Great American Fraud The Patent Medicine Evil date = pages = extension = .txt mime = text/plain words = 39989 sentences = 2170 flesch = 68 summary = refuse their pages to this class of advertisements, the patent-medicine of the newspapers to abjure the patent-medicine man and all his ways. states, and we have seen in the case of the Hall Catarrh cure contract Yet the Liquozone Company is not a patent medicine concern. glaringly advertised cure-alls, such as Liquozone or Peruna. the "white plague." One and all, the men who advertise medicines to cure Piso's Consumption Cure, extensively advertised a year or two ago, is dollars' worth of patent-medicine advertising that we think is either Back of all patent medicine advertising stands the testimonial. Medical testimony exploiting any medicine advertised in the The patent-medicine business in the United States is one of huge patent medicines in the advertising columns. printed as an advertisement in every newspaper in the United States. in several patent-medicine advertising contracts suggests mutual carries a patent-medicine advertisement knows what it is doing. cache = ./cache/44325.txt txt = ./txt/44325.txt === reduce.pl bib === id = 46745 author = Headland, Frederick William title = The Action of Medicines in the System Or, on the mode in which therapeutic agents introduced into the stomach produce their peculiar effects on the animal economy date = pages = extension = .txt mime = text/plain words = 113796 sentences = 6763 flesch = 66 summary = Before we inquire into the remedial action of the medicine in the blood, nerve-medicines, that they act by passing out of the blood to the seems to me that when a medicine acts on the blood, this action ought may, without passing into the blood, produce on distant parts an action of these never results from the action of a medicine while in the blood; But a medicine may act in the blood, and may counteract a disorder; and _Catalytic medicines act in the blood, and their effect is permanent._ of those blood-medicines which are useful in other cases. necessary to maintain this in the case of medicines acting on the blood; Stimulants are medicines which pass from the blood to the nerves or This medicine acts chemically as an acid in the blood and in the Blood, medicinal actions in the, 103, 106, 167. cache = ./cache/46745.txt txt = ./txt/46745.txt === reduce.pl bib === id = 16977 author = Lydia E. Pinkham Medicine Company title = Food and Health date = pages = extension = .txt mime = text/plain words = 9514 sentences = 884 flesch = 87 summary = We recommend this as a good blood medicine for either men or women. Pinkham's Vegetable Compound by friends and advised to try it. Pinkham's Vegetable Compound and Lydia E. Beat the yolk until thick and add the hot water and salt. Pinkham's Vegetable Compound advertised for women's Pinkham's Vegetable Compound does for sick and ailing women. Pinkham's Vegetable Compound for weakness and female Pinkham's Vegetable Compound when we feel the need. Method--Beat eggs light, add sugar, butter, milk, salt and all but 2 Method--Beat eggs very light, add sugar and remaining ingredients. Pinkham's Vegetable Compound to strengthen me so that I could work. When cold add 1 teaspoon soda dissolved in 2 tablespoons hot water. Pinkham's Vegetable Compound has been used by women Method--Cut chocolate into small pieces, add sugar and water and stir Pinkham's Vegetable Compound any time." Pinkham's Vegetable Compound can be safely taken by all women. cache = ./cache/16977.txt txt = ./txt/16977.txt Building ./etc/reader.txt 36450 46745 33379 46356 26774 33379 number of items: 28 sum of words: 1,602,880 average size in words: 61,649 average readability score: 72 nouns: food; cases; time; patient; body; disease; water; milk; blood; day; case; life; mind; patients; people; symptoms; diet; years; action; condition; treatment; alcohol; use; man; work; conditions; stomach; system; way; health; heart; men; effect; power; physician; medicine; influence; part; amount; caffein; days; medicines; fact; m.; nature; attention; matter; weight; sugar; form verbs: is; be; are; have; was; has; been; had; were; do; made; used; found; given; being; taken; make; take; does; called; know; become; said; known; come; give; seems; see; did; am; find; get; think; following; having; increased; say; done; seen; seem; produce; go; put; eat; taking; becomes; use; add; supposed; produced adjectives: other; many; such; same; more; great; certain; good; much; little; nervous; mental; first; small; important; large; general; few; possible; most; necessary; physical; old; normal; various; medical; true; serious; least; own; hot; best; human; better; different; due; fresh; new; likely; able; natural; cold; present; several; whole; young; special; less; long; white adverbs: not; so; more; very; only; even; as; then; most; well; often; also; much; up; however; now; out; thus; too; especially; quite; always; just; sometimes; about; never; almost; rather; usually; therefore; less; far; down; probably; on; still; once; in; again; nearly; first; all; particularly; generally; soon; entirely; here; off; long; frequently pronouns: it; i; they; he; their; his; we; them; its; you; my; our; him; her; me; she; your; themselves; us; itself; himself; one; myself; herself; ourselves; yourself; yours; mine; oneself; thy; ours; list); theirs; thee; thyself; whey; whereof; wart; ei; à; ~the; ~test.~--mix; ~glycogen~; yourselves; xii; weak+; twitchings+; materials.~--we; laxatives; iron,--the proper nouns: _; |; dr.; ii; c.; kilo; new; mr.; m.; medical; diet; london; iv; york; iii; nmht; gm; may; sir; j.; e.; aug.; d.; tea; breakfast; dinner; weight; .; f.; nature; h.; s.; a.; w; b.; professor; rabbit; luncheon; w.; march; v; health; footnote; figure; october; june; food; john; coué; e.p. keywords: dr.; food; case; york; new; disease; day; body; time; nature; mr.; diet; medical; london; child; year; sir; sidenote; professor; paris; illustration; english; cure; work; water; vegetable; university; treatment; tea; symptom; remedy; prof.; pinkham; people; patient; nutrition; mrs.; mind; medicine; man; life; great; good; fruit; footnote; fletcher; fat; fast; effect; eat one topic; one dimension: food file(s): ./cache/14985.txt titles(s): Valere Aude: Dare to Be Healthy, Or, The Light of Physical Regeneration three topics; one dimension: patient; alcohol; milk file(s): ./cache/36450.txt, ./cache/33102.txt, ./cache/33379.txt titles(s): Psychotherapy Including the History of the Use of Mental Influence, Directly and Indirectly, in Healing and the Principles for the Application of Energies Derived from the Mind to the Treatment of Disease | Bloodletting Instruments in the National Museum of History and Technology | Dietetics for Nurses five topics; three dimensions: patient patients mind; milk food diet; day time food; alcohol disease dr; mm ii century file(s): ./cache/36450.txt, ./cache/33379.txt, ./cache/27128.txt, ./cache/44325.txt, ./cache/33102.txt titles(s): Psychotherapy Including the History of the Use of Mental Influence, Directly and Indirectly, in Healing and the Principles for the Application of Energies Derived from the Mind to the Treatment of Disease | Dietetics for Nurses | The No Breakfast Plan and the Fasting-Cure | The Great American Fraud The Patent Medicine Evil | Bloodletting Instruments in the National Museum of History and Technology Type: gutenberg title: classification-RM-gutenberg date: 2021-05-28 time: 15:05 username: emorgan patron: Eric Morgan email: emorgan@nd.edu input: classification:"RM" ==== make-pages.sh htm files ==== make-pages.sh complex files ==== make-pages.sh named enities ==== making bibliographics id: 44325 author: Adams, Samuel Hopkins title: The Great American Fraud The Patent Medicine Evil date: words: 39989.0 sentences: 2170.0 pages: flesch: 68.0 cache: ./cache/44325.txt txt: ./txt/44325.txt summary: refuse their pages to this class of advertisements, the patent-medicine of the newspapers to abjure the patent-medicine man and all his ways. states, and we have seen in the case of the Hall Catarrh cure contract Yet the Liquozone Company is not a patent medicine concern. glaringly advertised cure-alls, such as Liquozone or Peruna. the "white plague." One and all, the men who advertise medicines to cure Piso''s Consumption Cure, extensively advertised a year or two ago, is dollars'' worth of patent-medicine advertising that we think is either Back of all patent medicine advertising stands the testimonial. Medical testimony exploiting any medicine advertised in the The patent-medicine business in the United States is one of huge patent medicines in the advertising columns. printed as an advertisement in every newspaper in the United States. in several patent-medicine advertising contracts suggests mutual carries a patent-medicine advertisement knows what it is doing. id: 26774 author: Allen, Martha Meir title: Alcohol: A Dangerous and Unnecessary Medicine, How and Why What Medical Writers Say date: words: 106761.0 sentences: 5143.0 pages: flesch: 63.0 cache: ./cache/26774.txt txt: ./txt/26774.txt summary: test alcohol shows up in its true nature as a poison, and not a food. "The internal use of alcohol in disease is as injurious as in yet seen a case in which the use of alcoholic drinks either common use, and the alcohol generally used in medicine, creates a fatal The alcohol-drinker uses up more water from his blood and so has thought of the use of alcohol in heart disease. non-use of alcohol in the treatment of the disease. disease the medical use of alcohol is unnecessary, and in a use of alcohol in the treatment of disease, and in fact it is as Dr. Gould says, the use of alcohol in medical practice is use of alcohol in the treatment of disease."--DR. use of alcohol in the treatment of disease."--DR. use of alcohol in the treatment of disease."--DR. the effect of beer-drinking and the use of other alcoholic id: 27181 author: Birnbaum, Max title: Prof. Koch''s Method to Cure Tuberculosis Popularly Treated date: words: 22181.0 sentences: 1091.0 pages: flesch: 63.0 cache: ./cache/27181.txt txt: ./txt/27181.txt summary: Pulmonary consumption is only one form of tuberculosis, by far the most cause the rarely occurring diseases--_tuberculosis of the tongue and In the diseases of the _bones_ and _joints_ tuberculosis forms an The well known children''s disease _Scrofula_ is considered a preceding of the disease a short, clear but light, very often dry cough appears. The lameness in the case of diseased hip-joint has something peculiar possible, as the majority of patients died in whose case the disease had On other parts of the face lupus generally appears in the form of small cases additions appear in the course of time, which may affect larger diseased; in a great number of cases this happens in the form of a In many other cases the disease appears in the form of scrofulous ulcers spine, etc.; especially in the case of diseased bones it is extremely disease, tuberculosis, is influenced in the same manner by this remedy id: 29339 author: Brooks, C. Harry (Cyrus Harry) title: The Practice of Autosuggestion date: words: 28317.0 sentences: 1680.0 pages: flesch: 73.0 cache: ./cache/29339.txt txt: ./txt/29339.txt summary: The clinic of Emile Coué, where Induced Autosuggestion is applied to fears or phobias, these ideas will gradually cease to occupy your mind. merely an agent calling the ideas of health into their minds. may possess in private life a good voice, a mind fertile in ideas and a _Every idea which enters the conscious mind, if it is accepted by the ideas we are likely to make the subjects of Induced Autosuggestion are this means we can induce the Unconscious to accept an idea, the normal disease-soaked mind can gradually implant ideas of health, filling his sufferer, whose mind is filled with thoughts of ill-health, sits down suggestions take a positive form, if you fill your mind with thoughts states of mind, and in a short time all the little happenings of life "going." The pain-thought so obsesses the mind that the state of autosuggestions to the child-mind. id: 47701 author: Christian, Eugene title: Encyclopedia of Diet: A Treatise on the Food Question, Vol. 4 date: words: 26666.0 sentences: 2926.0 pages: flesch: 86.0 cache: ./cache/47701.txt txt: ./txt/47701.txt summary: A very ripe peach or plum, a cup of cool water, exercise and deep /Fourth Day/: Exercises, water-drinking, and fruit as prescribed Such vegetables as sweet potatoes, parsnips, baked beans and pumpkin Fruit-juice, a glass of water, and ten minutes devoted to vigorous A small, baked white potato, with butter; eat Drink a glass of water, take a spoonful or two of wheat bran, and /Fourth Day/: Exercise, water-drinking, and deep breathing just Bananas, very ripe, baked, Boiled wheat, eaten with Choice of any fresh vegetable One egg, or a bit of fish, if One egg whipped, or a glass A baked potato One egg or a very small portion Baked beans or rye bread If small portions of the above foods are eaten, two egg whites and one corn-meal or wheat bran small portion of fish sweet potatoes, baked beans, corn hominy, and plain boiled wheat may be id: 48746 author: Christian, Eugene title: Encyclopedia of Diet: A Treatise on the Food Question, Vol. 2 date: words: 40501.0 sentences: 2485.0 pages: flesch: 67.0 cache: ./cache/48746.txt txt: ./txt/48746.txt summary: [Sidenote: Wheat bran a natural remedy for constipation] sugars and starches--causing acid fermentation and all the symptoms [Sidenote: Vegetable juices aid the digestion of all food] fruit-acids, and starchy foods will cause rapid accumulation of gas, Indigestion is a term used to describe the condition caused by food quantity of food remains from one meal to another, causing an the use of poisonous drugs called laxative remedies, or from foods [Sidenote: Value of milk and eggs in the remedial diet] [Sidenote: Chronic emaciation--its cause and remedy] [Sidenote: Diet for extreme constipation in emaciated cases] [Sidenote: Diet, the governing law of body-weight] normal, then a diet composed largely of non-acid fruits and fresh [Sidenote: Foods that produce fat] the diet should consist of nuts, fruits, salads, fresh vegetables, eggs, reducing the diet entirely to nuts, fruits, fresh vegetables [Sidenote: Decomposition of unused food the primary cause of catarrh] id: 50660 author: Christian, Eugene title: Encyclopedia of Diet: A Treatise on the Food Question, Vol. 5 date: words: 34084.0 sentences: 2066.0 pages: flesch: 69.0 cache: ./cache/50660.txt txt: ./txt/50660.txt summary: [Sidenote: Effects of overfeeding on starchy foods and sweets] [Sidenote: Temporary disturbances caused by radical changes in diet] [Sidenote: The stomach should agree with natural food] concerning diet, exercise, fresh air, sunshine, and mental training. salads, sweet ripe fruits, fresh vegetables in season, eggs, milk, nuts, [Sidenote: The lives of babies often depend upon the mother''s diet] will enter the solid food age with good digestion, a strong body, and an [Sidenote: Importance of cleanliness in preparing child''s food] [Sidenote: General diet for normal athlete] proper food, air, and exercise given, Nature would begin her work of [Sidenote: Difference in the development of man and apes] [Sidenote: Mother''s nutrition the only factor in influencing her child] [Sidenote: Food furnishes but a fraction of the total body-energy] [Sidenote: Relative importance of air, food and water] [Sidenote: Twelve health rules for the business man] food for animals, government experiments on, III 602 id: 18370 author: Civiale Remedial Agency title: Manhood Perfectly Restored Prof. Jean Civiale''s Soluble Urethral Crayons as a Quick, Painless, and Certain Cure for Impotence, Etc. date: words: 29812.0 sentences: 1863.0 pages: flesch: 71.0 cache: ./cache/18370.txt txt: ./txt/18370.txt summary: Venereal and Urinary Diseases on Boys and Men. Could we read the heart of every man and boy we pass upon the street, Impotency (loss of Sexual Desire or Power) and Sterility (inability to means a condition of the Sexual Organs in which a man is not able to of the thorough cure of Impotence and restoration to full sexual vigor a like case leading to sexual incapacity, as a result of the stricture. are few--very few--cases of Seminal Weakness and Impotency that cannot their sexual power by abuse in early years, and for older men who have cure of Spermatorrhoea, Impotence, Debility, &c., &c., in any case Spermatorrhoea in every case where the organs are wasted. weakness and lost vitality, in which case all the symptoms of these and the cure of Sexual and Seminal Diseases than those eminent French "Again, some medical men * * * * affect to consider these cases id: 27203 author: Coué, Emile title: Self Mastery Through Conscious Autosuggestion date: words: 27708.0 sentences: 1781.0 pages: flesch: 78.0 cache: ./cache/27203.txt txt: ./txt/27203.txt summary: Self Mastery Through Conscious Autosuggestion, by _Emile Coué_ 5 Suggestion, or rather Autosuggestion, is quite a new subject, and yet "good conscious autosuggestions" against our "bad unconscious times without thinking of anything else: "This thing is coming", or In the same way it is sufficient to think a pain is going, to feel it that one suffers in order to feel the pain begin to come immediately. going to ask him in a moment to think: "I am falling backwards, I visits his doctor, it is in order to be told what medicine will cure him. imagine that they can be immediately cured by autosuggestion. the pain ceases entirely, and the patient walks like other people. day, even if it is not true, "There this time your work is much better next day I was cured and never any more since have I suffered from who may be suffering, to make themselves good autosuggestions id: 18487 author: Daniel, Florence title: Food Remedies: Facts About Foods And Their Medicinal Uses date: words: 14683.0 sentences: 1341.0 pages: flesch: 80.0 cache: ./cache/18487.txt txt: ./txt/18487.txt summary: abandonment for a time of every kind of food in favour of fruit. cited against the free use of fruit is that "the acids act injuriously water flavoured with lemon juice should be taken between the meals. avoid tea and coffee, and supply their place with barley water or bran Apple water or apple tea is an excellent drink for fever patients. The fresh juice pressed from the fruit is, of course, better than tea Fresh carrot juice is also good for consumptives on account of the large juice the best possible food for fever patients, consumptives, and all I have found the juice of one lemon taken in a little hot water remove The juice of a lemon in hot water may be taken night and morning with is because fresh pine-apple juice has been found to act upon animal food Especially do not cook fruit and vegetables in hard water. id: 33102 author: Davis, Audrey B. title: Bloodletting Instruments in the National Museum of History and Technology date: words: 47001.0 sentences: 4851.0 pages: flesch: 74.0 cache: ./cache/33102.txt txt: ./txt/33102.txt summary: Instruments in this category include scarificators, cupping glasses, eighteenth century, delicate mechanical spring lancets and scarificators developing new designs for lancets and scarificators, pumps, fancy cupping In the spring lancet, the blade was fixed into a small metal case with a [Illustration: FIGURE 9.--Persian spouted cupping glass, 12th century. nineteenth-century all-purpose patent pump outfit that included cups among Spring lancet blade with case, 19th century. Scarificator with case, 12 blades, late 19th-early 20th century. Scarificator with case, 12 blades, 19th-20th century. Scarificator with case, 12 blades, 19th-20th century. Scarificator with case, 12 blades, 19th-20th century. Scarificator with case, 12 blades, 19th-20th century. Scarificator with case, 12 blades, 19th-20th century. Scarificator with case, 12 blades, 19th-20th century. [Illustration: FIGURE 39.--Typical 19th-century brass spring lancet and [Illustration: FIGURE 63.--Cupping and bleeding instruments, 1780. [Illustration: FIGURE 122.--Spring lancet, 19th century. [Illustration: FIGURE 122.--Spring lancet, 19th century. [Illustration: FIGURE 122.--Spring lancet, 19th century. id: 14985 author: Dechmann, Louis title: Valere Aude: Dare to Be Healthy, Or, The Light of Physical Regeneration date: words: 96802.0 sentences: 4989.0 pages: flesch: 62.0 cache: ./cache/14985.txt txt: ./txt/14985.txt summary: the nerves when there is a generally diseased condition of the blood, access of disease; to maintain the fair form and vigor of the body disease is to supply the lacking chemical elements in the form of to the regular food_, the missing chemical elements in organic form; and The discovery that a diseased condition of the blood leads to certain _The body tissue in general_: This comprises the red blood organic forms of the nature of plant and animal bodies. forms a direct connection between blood and nerve tissues. elements, and can be regenerated in case of disease, like every other cases prevents recovery and even causes chronic disease or fatal thus removing the degenerated and diseased cells of the human body _Diet_: Diet in case of hair disease calls for a combination of food In every case these climatic disease forms are caused by a combination id: 27128 author: Dewey, Edward Hooker title: The No Breakfast Plan and the Fasting-Cure date: words: 55404.0 sentences: 2465.0 pages: flesch: 73.0 cache: ./cache/27128.txt txt: ./txt/27128.txt summary: The error of enforced food in cases of severe injuries and diseases to food patients had been sick for many days, and even weeks, with not sick as a mere witness of Nature''s power in disease rather than as an clearness, the brain has no need of food when disease has abolished the A fast was ordered, and on the third day a mass of undigested food was After a week of fasting there came a natural desire for food, and thence ten hours each day; and yet these men are not eating more food daily he had said he would make his fast last forty days this time. cases of acute sickness or in the voluntary fasts in chronic disease, have been eating more food every day in proportion to general muscle The physiology of fasting in time of sickness is so entirely new to the id: 47439 author: Fletcher, Horace title: The New Glutton or Epicure date: words: 53238.0 sentences: 2438.0 pages: flesch: 64.0 cache: ./cache/47439.txt txt: ./txt/47439.txt summary: foods lies the great danger to the digestive economy of man. food thirty-two times to each mouthful," or words to that effect. complete knowledge of their body''s food requirements, or, as a patient food-stuffs in the mouth and indicated that great advantages follow careful mouth-treatment of food, guards the body from excess and keeps has taste until it is absorbed by Nature''s Food Filter, it must be instincts and food economics have taught the author to like many things and the senses which Nature''s Food Chemist employs in her work are is, "THAT WHILE ANY TASTE IS LEFT IN A MOUTHFUL OF FOOD IN PROCESS OF natural way--the food is already alkaline and ready for digestion in discovery of new uses for Taste in securing perfect economic nutrition, natural requirements, and by trial of the care in taking food which is Economic Nutrition," and "Nature''s Food Filter; or, What and When to id: 30162 author: Griffenhagen, George B. title: Old English Patent Medicines in America date: words: 17299.0 sentences: 1144.0 pages: flesch: 65.0 cache: ./cache/30162.txt txt: ./txt/30162.txt summary: OLD ENGLISH PATENT MEDICINES IN AMERICA OLD ENGLISH PATENT MEDICINES IN AMERICA and other old English patent medicines, as of the year when the 12-page Patent-medicine advertising in the _News-Letter_ prior to 1750 was the lists of the English patent medicines advertised in the _Virginia American imprints seeking to promote the English patent medicines were a New York merchant, became American agent for the sale of Dr. Bateman''s Pectoral Drops. English patent medicines, including Stoughton''s Elixir and Turlington''s the American demand for the old English patent medicines created by a 296-302; also _The New York Physician and American Medicine_, May and Large Opodeldoc bottles, among many other American patent medicine Thus had the old English patent medicines reached a new point in their role in American therapy of the old English patent medicines. prepared to take orders for the old English patent medicines.[94] Thus as the present century opened, the old English patent medicines id: 46745 author: Headland, Frederick William title: The Action of Medicines in the System Or, on the mode in which therapeutic agents introduced into the stomach produce their peculiar effects on the animal economy date: words: 113796.0 sentences: 6763.0 pages: flesch: 66.0 cache: ./cache/46745.txt txt: ./txt/46745.txt summary: Before we inquire into the remedial action of the medicine in the blood, nerve-medicines, that they act by passing out of the blood to the seems to me that when a medicine acts on the blood, this action ought may, without passing into the blood, produce on distant parts an action of these never results from the action of a medicine while in the blood; But a medicine may act in the blood, and may counteract a disorder; and _Catalytic medicines act in the blood, and their effect is permanent._ of those blood-medicines which are useful in other cases. necessary to maintain this in the case of medicines acting on the blood; Stimulants are medicines which pass from the blood to the nerves or This medicine acts chemically as an acid in the blood and in the Blood, medicinal actions in the, 103, 106, 167. id: 23729 author: Higginbottom, John title: An Essay on the Application of the Lunar Caustic in the Cure of Certain Wounds and Ulcers date: words: 14128.0 sentences: 737.0 pages: flesch: 70.0 cache: ./cache/23729.txt txt: ./txt/23729.txt summary: Lunar Caustic in the treatment of Wounds and Ulcers, and having great eschar remains adherent from the first application, the wound or ulcer punctured wound are prevented; the eschar usually remains adherent, On the ensuing day, the eschar was adherent and there was little pain; The eschar remained adherent, the inflammation subsided and the case On the following day the eschar remained adherent round the edges, but On the third day there was no pain or inflammation, and the eschar The eschars separated in nine days leaving the wounds healed. caustic was again applied; fluid formed underneath the eschar as the oedema, to apply the lunar caustic to form an eschar, enjoining caustic must be applied to form an eschar. applied the lunar caustic to it to form an eschar. applied the lunar caustic to it to form an eschar. applied the lunar caustic to it to form an eschar. id: 4273 author: Lindlahr, Henry title: Nature Cure: Philosophy & Practice Based on the Unity of Disease & Cure date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 16977 author: Lydia E. Pinkham Medicine Company title: Food and Health date: words: 9514.0 sentences: 884.0 pages: flesch: 87.0 cache: ./cache/16977.txt txt: ./txt/16977.txt summary: We recommend this as a good blood medicine for either men or women. Pinkham''s Vegetable Compound by friends and advised to try it. Pinkham''s Vegetable Compound and Lydia E. Beat the yolk until thick and add the hot water and salt. Pinkham''s Vegetable Compound advertised for women''s Pinkham''s Vegetable Compound does for sick and ailing women. Pinkham''s Vegetable Compound for weakness and female Pinkham''s Vegetable Compound when we feel the need. Method--Beat eggs light, add sugar, butter, milk, salt and all but 2 Method--Beat eggs very light, add sugar and remaining ingredients. Pinkham''s Vegetable Compound to strengthen me so that I could work. When cold add 1 teaspoon soda dissolved in 2 tablespoons hot water. Pinkham''s Vegetable Compound has been used by women Method--Cut chocolate into small pieces, add sugar and water and stir Pinkham''s Vegetable Compound any time." Pinkham''s Vegetable Compound can be safely taken by all women. id: 15069 author: Peters, Lulu Hunt title: Diet and Health; With Key to the Calories date: words: 20343.0 sentences: 2393.0 pages: flesch: 89.0 cache: ./cache/15069.txt txt: ./txt/15069.txt summary: [Sidenote: _Candy Cake, Pie, Rich Meats, Thick Gravy, Bread, Butter, [Sidenote: _Whipped Cream, Candied Sweet Potatoes_] Now you know that a calorie is a unit of measuring heat and food. _Calories Needed per Day for Normal Individuals_ growing child needing many more calories per pound per day than the [Sidenote: _Calories Required for Normal_] 2. Multiply normal weight by number of calories needed per pound per you can absolutely lose by having a knowledge of food values (calories) If you want to gain, add gradually 500-1000 Calories per day. [Sidenote: _List of Foods to Follow_] I am going to sandwich you in between the food calories and my fat One thousand calories less food per day equals four ounces of fat lost You may eat just what you like--candy, pie, cake, fat meat, butter, calories of food is equivalent to approximately 4 ounces of fat id: 33379 author: Proudfit, Fairfax T. (Fairfax Throckmorton) title: Dietetics for Nurses date: words: 167112.0 sentences: 14935.0 pages: flesch: 82.0 cache: ./cache/33379.txt txt: ./txt/33379.txt summary: ~Organic Acids.~--Certain of the carbohydrate foods (fruits and green fat in food material, but milk likewise furnishes an appreciable certain fats, namely, milk (whole), butter, egg yolk, the organs of in the fat soluble vitamine, in each day''s food allowance, milk and foods, such as milk, cream, eggs, cereals, potatoes, etc., olive oil. ~Obesity Diets.~--Those containing as few of the fat-forming foods as may be necessary to place the patient upon a milk diet for a time juice, milk soups, and like protein foods. On the fourth day an egg is added to the diet, the milk and cream new foods to the diet; milk, cream, eggs and lactose are the principal food for the milk in the diet, but great care should be taken to Foods composing the diet are, milk and eggs for the proteins, with form of diet and milk the chief food, as long as there is an elevation id: 46356 author: Salant, William title: The Toxicity of Caffein: An experimental study on different species of animals date: words: 56590.0 sentences: 6449.0 pages: flesch: 82.0 cache: ./cache/46356.txt txt: ./txt/46356.txt summary: by subcutaneous injection, 0.18 gram of caffein per kilo and noticed Small doses of caffein, 0.1 gram, given to a rabbit weighing experiment, since this rabbit received 325 mg of caffein per kilo dose; 0.2 to 0.15 gram of caffein per kilo was injected into the per cent caffein (0.2 gram per kilo) injected into peritoneal cavity; 6 cc 2 per cent caffein solution (0.2 gram per kilo) injected into October 4: 5 cc 2 per cent caffein (0.2 gram per kilo) injected October 4: 5 cc 2 per cent caffein (0.2 gram per kilo) injected October 4: 5 cc 2 per cent caffein (0.2 gram per kilo) injected injections showed that 0.2 gram caffein per kilo was toxic in One dog (No. 38) died after a dose of 0.12 gram caffein per kilo, while dose of caffein for the normal dog is about 0.15 gram per kilo when id: 63293 author: Sinclair, Upton title: The Fasting Cure date: words: 36622.0 sentences: 1791.0 pages: flesch: 76.0 cache: ./cache/63293.txt txt: ./txt/63293.txt summary: a dozen "fasting letters" every day for the rest of my life; and The loss of weight during the fast is generally about a pound a day. I know a man who fasted fifty days, and then ate half a then took another fast of six days with me, and with no more trouble fasted seven days, and went for four weeks longer on a very light diet, were undertaking a three days'' fast as a result of reading a diet after a short fast of three or four days, and always the milk has friend who fasted eight days for the first time, and who did all her young girl who fasted thirty-three days and worked all the time at a the time, and where twenty or thirty-day fasts occasion no more remark I myself took a twelve-day fast while living alone with my little id: 28549 author: Smith, Hugh title: A Treatise on Foreign Teas Abstracted From An Ingenious Work, Lately Published, Entitled An Essay On the Nerves date: words: 22688.0 sentences: 1209.0 pages: flesch: 64.0 cache: ./cache/28549.txt txt: ./txt/28549.txt summary: frequently the consequence of drinking India teas, its injurious nature especially nervous disorders, in proportion as the use of India tea receive, from the use of the sanative tea, the most beneficial effects, From this the medicinal effects of the tea upon the solids are of your Sanative Tea, to all persons afflicted with nervous and other and spirits, by the use of this celebrated Tea. CASE III. drinking the Sanative English Tea is now enjoying a good state of effects your excellent Tea had done in nervous disorders, in various benefit, till an acquaintance recommended me to use the Sanative Tea. I SOME time ago being recommended to drink your Sanative Tea for a recommended to drink your Sanative Tea, which after a little time did YOUR Sanative Tea being recommended to me for a nervous disorder and a Sanative Tea, which she continued to drink for some time, and I am id: 37326 author: Stables, Gordon title: Turkish and Other Baths: A Guide to Good Health and Longevity date: words: 12252.0 sentences: 536.0 pages: flesch: 71.0 cache: ./cache/37326.txt txt: ./txt/37326.txt summary: THE LUXURY OF THE TURKISH BATH--ITS USES AND PHYSIOLOGICAL ACTION--THE venture to recommend the Anglo-Turkish bath to our readers although number of votaries of the Bath who do at times catch cold like other periodical use of the Anglo-Turkish bath, would tend to remove. The diseases which the Turkish bath may be the means of curing or "By the use of your bath," he says "the patients can breathe pure air 4. What is the best time of the day to have the bath? People who use the bath for the purpose of gaining health and strength, 4. THE MUSTARD FOOT-BATH is useful in cases of incipient colds, 3.--If you feel too much exhausted in the morning for a cold bath, from 5--A cold bath may be taken with advantage when the body is heated, from In bathing at home, after lathering the whole body with warm water and id: 3453 author: Tyrrell, Chas. A. (Charles Alfred) title: The Royal Road to Health; Or, the Secret of Health Without Drugs date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 36450 author: Walsh, James J. (James Joseph) title: Psychotherapy Including the History of the Use of Mental Influence, Directly and Indirectly, in Healing and the Principles for the Application of Energies Derived from the Mind to the Treatment of Disease date: words: 470673.0 sentences: 20961.0 pages: flesch: 62.0 cache: ./cache/36450.txt txt: ./txt/36450.txt summary: of certain conditions, all act by suggestion on the patient''s mind and an ill effect by disturbing the patient''s general condition and cases, he was able by suggestion to help many patients with regard to painful conditions as relieved by suggestion or mental influence, but patient''s mind is fixed upon the idea of sleep coming after a certain relief of the symptoms of patients suffering from heart affections. the same time the patient''s mind can be influenced very favorably by patient''s mind, to his habits of life, and to his worries, and the way important factor in the disease is the patient''s nervous condition. of cases the difference between the condition of patients suffering distract the patient''s mind from the local condition after a time, or especially likely to be influenced by the patient''s state of mind. Once the disease has developed and the patient''s mind becomes affected id: 6752 author: nan title: Study and Stimulants Or, the Use of Intoxicants and Narcotics in Relation to Intellectual Life, as Illustrated by Personal Communications on the Subject, from Men of Letters and of Science date: words: 38716.0 sentences: 2226.0 pages: flesch: 74.0 cache: ./cache/6752.txt txt: ./txt/6752.txt summary: alcohol is so good a stimulant to thought as coffee, tea, opium, or stimulate himself for his great speeches by the use of alcohol. kind of stimulant for intellectual work--only a glass of wine during experience as to the effects of tobacco and alcohol upon the mind and _even_ mental work is to be obtained without the use of alcohol the use of stimulants-either alcohol or tobacco. but exhausted for the time by a hard day''s work, tobacco nerves and tobacco and alcohol have a disturbing effect, when doing mental work. effects of alcohol and tobacco upon intellectual work is a very smoked tobacco and taken wine for years, and though I cannot aver that do not smoke or use alcoholic drinks. _The Use and Abuse of Alcoholic Stimulants and Tobacco_. use of alcoholic stimulants at work is one thing; at dinner, another. believer in the use of tobacco, he smokes _before_ work, ==== make-pages.sh questions ==== make-pages.sh search ==== make-pages.sh topic modeling corpus Zipping study carrel