mv: ‘./input-file.zip’ and ‘./input-file.zip’ are the same file Creating study carrel named classification-HB-gutenberg Initializing database Unzipping Archive: input-file.zip creating: ./tmp/input/input-file/ inflating: ./tmp/input/input-file/14943.txt inflating: ./tmp/input/input-file/20743.txt inflating: ./tmp/input/input-file/29673.txt inflating: ./tmp/input/input-file/17196.txt inflating: ./tmp/input/input-file/31159.txt inflating: ./tmp/input/input-file/21623.txt inflating: ./tmp/input/input-file/25300.txt inflating: ./tmp/input/input-file/13488.txt inflating: ./tmp/input/input-file/20435.txt inflating: ./tmp/input/input-file/360.txt inflating: ./tmp/input/input-file/4336.txt inflating: ./tmp/input/input-file/4239.txt inflating: ./tmp/input/input-file/833.txt inflating: ./tmp/input/input-file/444.txt inflating: ./tmp/input/input-file/10612.txt inflating: ./tmp/input/input-file/12004.txt inflating: ./tmp/input/input-file/12217.txt inflating: ./tmp/input/input-file/8436.txt inflating: ./tmp/input/input-file/8214.txt inflating: ./tmp/input/input-file/7361.txt inflating: ./tmp/input/input-file/11262.txt inflating: ./tmp/input/input-file/12920.txt inflating: ./tmp/input/input-file/33741.txt inflating: ./tmp/input/input-file/33946.txt inflating: ./tmp/input/input-file/36345.txt inflating: ./tmp/input/input-file/38439.txt inflating: ./tmp/input/input-file/37290.txt inflating: ./tmp/input/input-file/39949.txt inflating: ./tmp/input/input-file/40077.txt inflating: ./tmp/input/input-file/41405.txt inflating: ./tmp/input/input-file/32252.txt inflating: ./tmp/input/input-file/33310.txt inflating: ./tmp/input/input-file/48446.txt inflating: ./tmp/input/input-file/33219.txt inflating: ./tmp/input/input-file/38194.txt inflating: ./tmp/input/input-file/38047.txt inflating: ./tmp/input/input-file/41856.txt inflating: ./tmp/input/input-file/42759.txt inflating: ./tmp/input/input-file/41936.txt inflating: ./tmp/input/input-file/4543.txt inflating: ./tmp/input/input-file/36541.txt inflating: ./tmp/input/input-file/38185.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-HB-gutenberg FILE: cache/20743.txt OUTPUT: txt/20743.txt FILE: cache/14943.txt OUTPUT: txt/14943.txt FILE: cache/8436.txt OUTPUT: txt/8436.txt FILE: cache/21623.txt OUTPUT: txt/21623.txt FILE: cache/33741.txt OUTPUT: txt/33741.txt FILE: cache/17196.txt OUTPUT: txt/17196.txt FILE: cache/41856.txt OUTPUT: txt/41856.txt FILE: cache/36345.txt OUTPUT: txt/36345.txt FILE: cache/4239.txt OUTPUT: txt/4239.txt FILE: cache/32252.txt OUTPUT: txt/32252.txt FILE: cache/4336.txt OUTPUT: txt/4336.txt FILE: cache/444.txt OUTPUT: txt/444.txt FILE: cache/33946.txt OUTPUT: txt/33946.txt FILE: cache/12217.txt OUTPUT: txt/12217.txt FILE: cache/10612.txt OUTPUT: txt/10612.txt FILE: cache/29673.txt OUTPUT: txt/29673.txt FILE: cache/8214.txt OUTPUT: txt/8214.txt FILE: cache/25300.txt OUTPUT: txt/25300.txt FILE: cache/31159.txt OUTPUT: txt/31159.txt FILE: cache/38185.txt OUTPUT: txt/38185.txt FILE: cache/20435.txt OUTPUT: txt/20435.txt FILE: cache/4543.txt OUTPUT: txt/4543.txt FILE: cache/33310.txt OUTPUT: txt/33310.txt FILE: cache/38439.txt OUTPUT: txt/38439.txt FILE: cache/33219.txt OUTPUT: txt/33219.txt FILE: cache/38047.txt OUTPUT: txt/38047.txt FILE: cache/11262.txt OUTPUT: txt/11262.txt FILE: cache/833.txt OUTPUT: txt/833.txt FILE: cache/37290.txt OUTPUT: txt/37290.txt FILE: cache/7361.txt OUTPUT: txt/7361.txt FILE: cache/48446.txt OUTPUT: txt/48446.txt FILE: cache/42759.txt OUTPUT: txt/42759.txt FILE: cache/13488.txt OUTPUT: txt/13488.txt FILE: cache/12920.txt OUTPUT: txt/12920.txt FILE: cache/40077.txt OUTPUT: txt/40077.txt FILE: cache/12004.txt OUTPUT: txt/12004.txt FILE: cache/39949.txt OUTPUT: txt/39949.txt FILE: cache/360.txt OUTPUT: txt/360.txt FILE: cache/41405.txt OUTPUT: txt/41405.txt FILE: cache/36541.txt OUTPUT: txt/36541.txt FILE: cache/41936.txt OUTPUT: txt/41936.txt FILE: cache/38194.txt OUTPUT: txt/38194.txt === file2bib.sh === id: 25300 author: Anonymous title: The Causes of the Rebellion in Ireland Disclosed In an Address to the People of England, in Which It Is Proved by Incontrovertible Facts, That the System for Some Years Pursued in That Country, Has Driven It into Its Present Dreadful Situation date: pages: extension: .txt txt: ./txt/25300.txt cache: ./cache/25300.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'25300.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' 444 txt/../ent/444.ent 444 txt/../pos/444.pos 444 txt/../wrd/444.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 29673 txt/../pos/29673.pos 29673 txt/../wrd/29673.wrd 29673 txt/../ent/29673.ent 20743 txt/../pos/20743.pos 20743 txt/../wrd/20743.wrd === file2bib.sh === id: 29673 author: Lipman, Frederick L. (Frederic Lockwood) title: Creating Capital Money-making as an aim in business date: pages: extension: .txt txt: ./txt/29673.txt cache: ./cache/29673.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'29673.txt' === file2bib.sh === id: 20743 author: Spargo, John title: The Marx He Knew date: pages: extension: .txt txt: ./txt/20743.txt cache: ./cache/20743.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'20743.txt' 8436 txt/../pos/8436.pos 20743 txt/../ent/20743.ent === file2bib.sh === id: 444 author: Proudhon, P.-J. (Pierre-Joseph) title: System of Economical Contradictions; Or, The Philosophy of Misery date: pages: extension: .txt txt: ./txt/444.txt cache: ./cache/444.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'444.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: 4336 author: Malthus, T. R. (Thomas Robert) title: An Inquiry into the Nature and Progress of Rent, and the Principles by Which It is Regulated date: pages: extension: .txt txt: ./txt/4336.txt cache: ./cache/4336.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'4336.txt' 8436 txt/../wrd/8436.wrd 8436 txt/../ent/8436.ent 14943 txt/../pos/14943.pos 4239 txt/../wrd/4239.wrd 4239 txt/../pos/4239.pos 14943 txt/../wrd/14943.wrd 4239 txt/../ent/4239.ent 33741 txt/../pos/33741.pos 12920 txt/../wrd/12920.wrd 12920 txt/../pos/12920.pos 14943 txt/../ent/14943.ent 33741 txt/../wrd/33741.wrd 10612 txt/../pos/10612.pos 21623 txt/../wrd/21623.wrd 13488 txt/../pos/13488.pos 10612 txt/../wrd/10612.wrd 21623 txt/../pos/21623.pos 33741 txt/../ent/33741.ent 13488 txt/../wrd/13488.wrd 10612 txt/../ent/10612.ent === file2bib.sh === id: 20435 author: Mavrogordato, John title: The World in Chains: Some Aspects of War and Trade date: pages: extension: .txt txt: ./txt/20435.txt cache: ./cache/20435.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'20435.txt' 12920 txt/../ent/12920.ent 833 txt/../wrd/833.wrd 41856 txt/../pos/41856.pos 833 txt/../pos/833.pos 41856 txt/../wrd/41856.wrd 21623 txt/../ent/21623.ent 13488 txt/../ent/13488.ent 833 txt/../ent/833.ent 33219 txt/../pos/33219.pos 33219 txt/../wrd/33219.wrd === file2bib.sh === id: 4239 author: Malthus, T. R. (Thomas Robert) title: An Essay on the Principle of Population date: pages: extension: .txt txt: ./txt/4239.txt cache: ./cache/4239.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'4239.txt' === file2bib.sh === id: 8436 author: Clarke, Charles Baron title: Speculations from Political Economy date: pages: extension: .txt txt: ./txt/8436.txt cache: ./cache/8436.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'8436.txt' 4543 txt/../wrd/4543.wrd === file2bib.sh === id: 14943 author: Parker, Cornelia Stratton title: An American Idyll The Life of Carleton H. Parker date: pages: extension: .txt txt: ./txt/14943.txt cache: ./cache/14943.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'14943.txt' 4543 txt/../pos/4543.pos === file2bib.sh === id: 8214 author: Vaknin, Samuel title: Capitalistic Musings date: pages: extension: .txt txt: ./txt/8214.txt cache: ./cache/8214.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'8214.txt' 8214 txt/../wrd/8214.wrd 38047 txt/../pos/38047.pos 8214 txt/../pos/8214.pos === file2bib.sh === id: 11262 author: Vaknin, Samuel title: Cyclopedia of Economics date: pages: extension: .txt txt: ./txt/11262.txt cache: ./cache/11262.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'11262.txt' === file2bib.sh === id: 12004 author: Mill, John Stuart title: Essays on some unsettled Questions of Political Economy date: pages: extension: .txt txt: ./txt/12004.txt cache: ./cache/12004.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'12004.txt' 38185 txt/../pos/38185.pos 38047 txt/../wrd/38047.wrd 38185 txt/../wrd/38185.wrd 36345 txt/../pos/36345.pos 33946 txt/../pos/33946.pos 33219 txt/../ent/33219.ent 41856 txt/../ent/41856.ent === file2bib.sh === id: 10612 author: Henderson, Hubert Douglas, Sir title: Supply and Demand date: pages: extension: .txt txt: ./txt/10612.txt cache: ./cache/10612.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'10612.txt' === file2bib.sh === id: 33946 author: Unknown title: A Stiptick for a Bleeding Nation Or, a safe and speedy way to restore publick credit, and pay the national debts date: pages: extension: .txt txt: ./txt/33946.txt cache: ./cache/33946.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'33946.txt' 17196 txt/../pos/17196.pos 31159 txt/../pos/31159.pos 33946 txt/../wrd/33946.wrd 36345 txt/../wrd/36345.wrd 32252 txt/../pos/32252.pos 33310 txt/../pos/33310.pos 12217 txt/../pos/12217.pos 12217 txt/../wrd/12217.wrd 32252 txt/../wrd/32252.wrd 33310 txt/../wrd/33310.wrd 17196 txt/../wrd/17196.wrd 31159 txt/../wrd/31159.wrd 17196 txt/../ent/17196.ent 20435 txt/../pos/20435.pos 38185 txt/../ent/38185.ent 20435 txt/../wrd/20435.wrd === file2bib.sh === id: 21623 author: Elliott, Calvin title: Usury A Scriptural, Ethical and Economic View date: pages: extension: .txt txt: ./txt/21623.txt cache: ./cache/21623.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'21623.txt' 8214 txt/../ent/8214.ent 4336 txt/../pos/4336.pos 25300 txt/../pos/25300.pos 25300 txt/../wrd/25300.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 11262 txt/../pos/11262.pos 36345 txt/../ent/36345.ent 38047 txt/../ent/38047.ent 11262 txt/../wrd/11262.wrd 4336 txt/../wrd/4336.wrd 48446 txt/../pos/48446.pos 33946 txt/../ent/33946.ent 33310 txt/../ent/33310.ent 37290 txt/../pos/37290.pos 31159 txt/../ent/31159.ent === file2bib.sh === id: 13488 author: O'Brien, George Augustine Thomas title: An Essay on Mediæval Economic Teaching date: pages: extension: .txt txt: ./txt/13488.txt cache: ./cache/13488.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'13488.txt' === file2bib.sh === id: 7361 author: Juglar, Clément title: A Brief History of Panics and Their Periodical Occurrence in the United States date: pages: extension: .txt txt: ./txt/7361.txt cache: ./cache/7361.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'7361.txt' 32252 txt/../ent/32252.ent 48446 txt/../wrd/48446.wrd 37290 txt/../wrd/37290.wrd 12217 txt/../ent/12217.ent 4543 txt/../ent/4543.ent 40077 txt/../wrd/40077.wrd 41405 txt/../pos/41405.pos 40077 txt/../pos/40077.pos 7361 txt/../pos/7361.pos 4336 txt/../ent/4336.ent 42759 txt/../pos/42759.pos 20435 txt/../ent/20435.ent 12004 txt/../pos/12004.pos 25300 txt/../ent/25300.ent 7361 txt/../wrd/7361.wrd 41405 txt/../wrd/41405.wrd 11262 txt/../ent/11262.ent 48446 txt/../ent/48446.ent 12004 txt/../wrd/12004.wrd === file2bib.sh === id: 33741 author: Tawney, R. H. (Richard Henry) title: The Acquisitive Society date: pages: extension: .txt txt: ./txt/33741.txt cache: ./cache/33741.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'33741.txt' 42759 txt/../wrd/42759.wrd 37290 txt/../ent/37290.ent 38439 txt/../pos/38439.pos 36541 txt/../pos/36541.pos 41405 txt/../ent/41405.ent 40077 txt/../ent/40077.ent 38439 txt/../wrd/38439.wrd 36541 txt/../wrd/36541.wrd 7361 txt/../ent/7361.ent === file2bib.sh === id: 37290 author: Beer, Max title: The life and teaching of Karl Marx date: pages: extension: .txt txt: ./txt/37290.txt cache: ./cache/37290.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'37290.txt' 42759 txt/../ent/42759.ent === file2bib.sh === id: 12920 author: Train, Arthur Cheney title: The "Goldfish" Being the Confessions af a Successful Man date: pages: extension: .txt txt: ./txt/12920.txt cache: ./cache/12920.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'12920.txt' 39949 txt/../pos/39949.pos 12004 txt/../ent/12004.ent 360 txt/../pos/360.pos === file2bib.sh === id: 32252 author: Pirenne, Henri title: The Stages in the Social History of Capitalism date: pages: extension: .txt txt: ./txt/32252.txt cache: ./cache/32252.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'32252.txt' 38439 txt/../ent/38439.ent 36541 txt/../ent/36541.ent 360 txt/../wrd/360.wrd 39949 txt/../wrd/39949.wrd === file2bib.sh === id: 48446 author: Loria, Achille title: Karl Marx date: pages: extension: .txt txt: ./txt/48446.txt cache: ./cache/48446.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'48446.txt' 39949 txt/../ent/39949.ent 41936 txt/../pos/41936.pos === file2bib.sh === id: 833 author: Veblen, Thorstein title: The Theory of the Leisure Class date: pages: extension: .txt txt: ./txt/833.txt cache: ./cache/833.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'833.txt' 360 txt/../ent/360.ent 38194 txt/../pos/38194.pos 41936 txt/../wrd/41936.wrd === file2bib.sh === id: 36345 author: Ricardo, David title: Letters of David Ricardo to Thomas Robert Malthus, 1810-1823 date: pages: extension: .txt txt: ./txt/36345.txt cache: ./cache/36345.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'36345.txt' === file2bib.sh === id: 33219 author: Jevons, William Stanley title: Political economy date: pages: extension: .txt txt: ./txt/33219.txt cache: ./cache/33219.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'33219.txt' 38194 txt/../wrd/38194.wrd 41936 txt/../ent/41936.ent === file2bib.sh === id: 38439 author: Somerville, H. G. title: Curiosities of Impecuniosity date: pages: extension: .txt txt: ./txt/38439.txt cache: ./cache/38439.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'38439.txt' === file2bib.sh === id: 41856 author: Fetter, Frank A. (Frank Albert) title: Manual of References and Exercises in Economics for Use with Volume II. Modern Economic Problems date: pages: extension: .txt txt: ./txt/41856.txt cache: ./cache/41856.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'41856.txt' 38194 txt/../ent/38194.ent === file2bib.sh === id: 38047 author: Anderson, Benjamin M. (Benjamin McAlester) title: Social Value: A Study in Economic Theory, Critical and Constructive date: pages: extension: .txt txt: ./txt/38047.txt cache: ./cache/38047.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'38047.txt' === file2bib.sh === id: 4543 author: Berkeley, George title: The Querist Containing Several Queries Proposed to the Consideration of the Public date: pages: extension: .txt txt: ./txt/4543.txt cache: ./cache/4543.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'4543.txt' === file2bib.sh === id: 360 author: Proudhon, P.-J. (Pierre-Joseph) title: What is Property? An Inquiry into the Principle of Right and of Government date: pages: extension: .txt txt: ./txt/360.txt cache: ./cache/360.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 8 resourceName b'360.txt' === file2bib.sh === id: 17196 author: Rae, John title: Life of Adam Smith date: pages: extension: .txt txt: ./txt/17196.txt cache: ./cache/17196.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 26 resourceName b'17196.txt' === file2bib.sh === id: 38185 author: Knowlton, Charles title: Fruits of Philosophy: A Treatise on the Population Question date: pages: extension: .txt txt: ./txt/38185.txt cache: ./cache/38185.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'38185.txt' === file2bib.sh === id: 33310 author: Ricardo, David title: On The Principles of Political Economy, and Taxation date: pages: extension: .txt txt: ./txt/33310.txt cache: ./cache/33310.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'33310.txt' === file2bib.sh === id: 31159 author: Clark, John Bates title: Essentials of Economic Theory As Applied to Modern Problems of Industry and Public Policy date: pages: extension: .txt txt: ./txt/31159.txt cache: ./cache/31159.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'31159.txt' === file2bib.sh === id: 12217 author: Fetter, Frank A. (Frank Albert) title: Economics Volume II: Modern Economic Problems date: pages: extension: .txt txt: ./txt/12217.txt cache: ./cache/12217.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 16 resourceName b'12217.txt' === file2bib.sh === id: 39949 author: Veblen, Thorstein title: The Place of Science in Modern Civilisation, and Other Essays date: pages: extension: .txt txt: ./txt/39949.txt cache: ./cache/39949.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'39949.txt' === file2bib.sh === id: 36541 author: Ruskin, John title: Unto This Last, and Other Essays on Political Economy date: pages: extension: .txt txt: ./txt/36541.txt cache: ./cache/36541.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'36541.txt' === file2bib.sh === id: 42759 author: Ryan, John A. (John Augustine) title: Distributive Justice: The Right and Wrong of Our Present Distribution of Wealth date: pages: extension: .txt txt: ./txt/42759.txt cache: ./cache/42759.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'42759.txt' === file2bib.sh === id: 41405 author: Luxemburg, Rosa title: The Accumulation of Capital date: pages: extension: .txt txt: ./txt/41405.txt cache: ./cache/41405.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 25 resourceName b'41405.txt' === file2bib.sh === id: 40077 author: Fetter, Frank A. (Frank Albert) title: The Principles of Economics, with Applications to Practical Problems date: pages: extension: .txt txt: ./txt/40077.txt cache: ./cache/40077.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 24 resourceName b'40077.txt' === file2bib.sh === id: 41936 author: Perry, Arthur Latham title: Principles of Political Economy date: pages: extension: .txt txt: ./txt/41936.txt cache: ./cache/41936.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 9 resourceName b'41936.txt' === file2bib.sh === id: 38194 author: Garnier, M. (Germain) title: An Inquiry Into the Nature and Causes of the Wealth of Nations date: pages: extension: .txt txt: ./txt/38194.txt cache: ./cache/38194.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 28 resourceName b'38194.txt' Done mapping. Reducing classification-HB-gutenberg === reduce.pl bib === id = 17196 author = Rae, John title = Life of Adam Smith date = pages = extension = .txt mime = text/plain words = 158752 sentences = 6728 flesch = 66 summary = Hume and Robertson, and all Smith's Edinburgh friends; and he was, Smith's chief friend in Edinburgh was David Hume. letter mentions Smith's views on some historical subjects, it may be Smith sent a copy to Hume in London, and received the following reply, Smith visited London for the first time in September 1761, when Hume Lansdowne) writes Dugald Stewart: "I owe to a journey I made with Mr. Smith from Edinburgh to London the difference between light and That appears from a letter Hume writes Smith from London on A few days after the date of that letter Smith writes Hume again, Smith seems to have shown Hume's letter to their common friends in Smith does not appear to have answered this letter at the time, but A week later Smith wrote Lord Hailes another letter, "giving," says His mother, his friends, his books--these were Smith's three great cache = ./cache/17196.txt txt = ./txt/17196.txt === reduce.pl bib === === reduce.pl bib === id = 29673 author = Lipman, Frederick L. (Frederic Lockwood) title = Creating Capital Money-making as an aim in business date = pages = extension = .txt mime = text/plain words = 8758 sentences = 351 flesch = 60 summary = CREATING CAPITAL: MONEY-MAKING AS AN AIM IN BUSINESS. bearing on business life under the new economic order, first delivered MONEY-MAKING AS AN AIM IN BUSINESS MONEY-MAKING AS AN AIM IN BUSINESS the business enterprise indeed is supposed to be the money-maker, _par it is as a money-maker that the business man is contemned by some and enterprise, due to the fact that on economic principles such money The business enterprise then directs its attention to profits, man in his money-making aim as follows: demands of business enterprise for new methods of creating capital and money-making, and what goes with it, is not the only aim in life. Not every man, while concentrating upon money-making, is In short, the money-making aim spurs on the business enterprise, just economic necessity to aim at money-making--meaning, however, profits money, unless, indeed, he can use them as capital in his own business. cache = ./cache/29673.txt txt = ./txt/29673.txt === reduce.pl bib === id = 20435 author = Mavrogordato, John title = The World in Chains: Some Aspects of War and Trade date = pages = extension = .txt mime = text/plain words = 37442 sentences = 2874 flesch = 73 summary = TRADE PROFITS IN WAR NOT SHARED BY THE NATION national opinion, create their own markets by the threat of war, and Trade during the war seems to have had a remarkably good time. neighbouring nations, although in war as in peace the commercial classes Trade Profits in war not shared by the Nation but confined to Employers and that the effect of war has been to increase the profits of Capital means that War, in addition to the actual profits of his Trade, shall For war is actually in the community of nations what the street Cammell, Laird & Co. averaged profits of £146,000 for the three years before the war. Beardmore, whose profits rose from £184,000 (three years' pre-war profits from an average of £140,000 (three years' pre-war average) to WAR PROFITS AND THE GOVERNMENT The German trade has survived the shocks of the first year of war cache = ./cache/20435.txt txt = ./txt/20435.txt === reduce.pl bib === id = 13488 author = O'Brien, George Augustine Thomas title = An Essay on Mediæval Economic Teaching date = pages = extension = .txt mime = text/plain words = 67367 sentences = 4808 flesch = 72 summary = writings of St. Thomas Aquinas,' says Ingram, 'the economic doctrines the fundamental points of usury and just price, commercial law in the moulded by Christian teaching--this is the case in regard to usury. The teaching of the mediæval Church on the subject of property was [Footnote 5: 'Biblical and Early Christian Idea of Property,' [Footnote 5: 'Biblical and Early Christian Idea of Property,' the price is the expression of the exchange value in money. element of value, states that the Church sought to fix the price of 'The just price of things,' says Aquinas, 'is not priced at a money value, as may be seen in the case of those who offer the teaching of Aquinas on price left a great deal to be supplied by Buridan says that usury is contrary to natural law and the central point of the usury teaching was that money which has Church, economic teaching of the mediæval, 12. cache = ./cache/13488.txt txt = ./txt/13488.txt === reduce.pl bib === id = 31159 author = Clark, John Bates title = Essentials of Economic Theory As Applied to Modern Problems of Industry and Public Policy date = pages = extension = .txt mime = text/plain words = 170424 sentences = 7125 flesch = 64 summary = market exists and every man makes by his own labor all the goods that _Forms of Wealth produced by Labor._--Few useful goods are presented _The Necessity for measuring the Productive Powers of Capital Goods profits attract labor and capital, increase the output of those goods their presence by making labor and capital more productive in some labor without adding anything to the capital makes the total product certain amount of labor and capital on a piece of land of good Total product of land, labor and auxiliary capital the case of land, "What labor and capital create by the use of this _The Equalization of the Productive Power of Labor and of Capital in Changes of this kind affect values, cause labor and capital methods of making goods, and the movements of capital and labor across increase in the productive power of that final unit of social labor cache = ./cache/31159.txt txt = ./txt/31159.txt === reduce.pl bib === id = 14943 author = Parker, Cornelia Stratton title = An American Idyll The Life of Carleton H. Parker date = pages = extension = .txt mime = text/plain words = 51861 sentences = 2940 flesch = 78 summary = It was a year ago to-day that Carl Parker died--March 17, 1918. An old friend wrote: "Dear, splendid Carl, the very embodiment of life, Prom of my Freshman year Carl Parker asked me to marry him, and two days Thereafter, for a time, Carl went into University Extension, lecturing The first night out on our trip, Carl said, "You start developed that one day the baby--just seven months old, remember--got up everything on earth," said Carl, "but we'll never economize on doctors." prosperous days, at Carl's last illness, with that good Seattle doctor calling day and night, and caring for me after Carl's death, he refused As time went on, we came to have one little group of nine students whom article, and almost a year before his study of psychology began, Carl From the day Carl left Castle Crags, his time was never his own; we cache = ./cache/14943.txt txt = ./txt/14943.txt === reduce.pl bib === id = 21623 author = Elliott, Calvin title = Usury A Scriptural, Ethical and Economic View date = pages = extension = .txt mime = text/plain words = 68429 sentences = 3977 flesch = 76 summary = Chapter XXVI--Usury oppresses the poor--continued 160 Chapter XXVII--Usury oppresses the poor--continued 168 money, or increase taken for a loan of any kind of property. Theological Dictionary: "Usury, the gain taken for a loan of money or These laws of God, given by Moses, positively forbade usury or to prohibit usury on a loan which the borrower secures as capital for brother thou shalt not lend upon usury: that the Lord thy God may usury of him, or increase: but fear thy God; that thy brother may live hast taken usury and increase, and thou hast greedily gained of thy off his hand from the poor, that hath not received usury or increase, The usurer and the borrower on usury, both, reverse the true order by wealth, no great fortune can be gathered in the life time of one man. money by usury was no better than taking a man's life. cache = ./cache/21623.txt txt = ./txt/21623.txt === reduce.pl bib === id = 360 author = Proudhon, P.-J. (Pierre-Joseph) title = What is Property? An Inquiry into the Principle of Right and of Government date = pages = extension = .txt mime = text/plain words = 154877 sentences = 7846 flesch = 66 summary = PROPERTY CONSIDERED AS A NATURAL RIGHT.--OCCUPATION AND CIVIL LAW Property is the Right of Increase claimed by the Proprietor over OBSTRUCTS property; the second that the right of labor DESTROYS it. organic law of society; we shall explain the origin of property, the The Roman law defined property as the right to use and abuse one's own and inalienable rights of man, four in all: LIBERTY, EQUALITY, PROPERTY, rights--liberty, equality, security, and property; to maintain order in of permanent labor,--granting, for the time being, his right of property Admit, however, that labor gives a right of property in material. HIS WAGES, A NATURAL RIGHT OF PROPERTY IN THE THING WHICH HE HAS laborer-proprietors, all of whom had an equal right to lead the life the laborer is obliged by the right of property to pay a rent to the his own labor, his property would yield him a product equal only to cache = ./cache/360.txt txt = ./txt/360.txt === reduce.pl bib === id = 4336 author = Malthus, T. R. (Thomas Robert) title = An Inquiry into the Nature and Progress of Rent, and the Principles by Which It is Regulated date = pages = extension = .txt mime = text/plain words = 13610 sentences = 400 flesch = 51 summary = corn laws, and the effects of rent on the price of raw produce, and the of taxes, he speaks of the high price of the produce of land as show us how essentially different the high price of raw produce is, both The causes of the high price of raw produce may be stated to be three. primary causes of the high price of raw produce, are the gifts of rent, nor any essential surplus produce of the land in the form of high clear, that if the price of produce does not fall, the rents of land of production increases, the rents of land will rise. in agriculture, and the high price of raw produce, occasioned by the the price of produce and the expense of cultivation might increase, Practically, also, the prices of raw produce, in the different countries supply the same demand for labour, the necessary price of production cache = ./cache/4336.txt txt = ./txt/4336.txt === reduce.pl bib === id = 4239 author = Malthus, T. R. (Thomas Robert) title = An Essay on the Principle of Population date = pages = extension = .txt mime = text/plain words = 54671 sentences = 1842 flesch = 55 summary = The different ratio in which population and food increase--The remain no doubt in the mind of any thinking man that the population of these countries produce a greater quantity of human subsistence. positive check to the natural increase of population. little variation to any other country where the population increases consequence of the increased population, be distributed to every man in country even thinly inhabited, if an increase of population take place, population of the country has gone beyond the increased produce, and the natural progress of the population of any country, more good land population of any country is the increase of the means of subsistence. produce of the earth might be increasing every year, population would to the real state of man on earth will sufficiently appear from the The probable increase of the voluntary power of man over his animal directed exertions of man, could produce food for its support, appears cache = ./cache/4239.txt txt = ./txt/4239.txt === reduce.pl bib === id = 20743 author = Spargo, John title = The Marx He Knew date = pages = extension = .txt mime = text/plain words = 12070 sentences = 756 flesch = 89 summary = he was a wonderful man, my comrade," said Old Hans at length. Karl said to me one day as we were going home from school, Karl handed around a few copies of his poem about old Herr von "Soon after that Karl came home and I saw him nearly every day upon Karl's father is rich alongside of poor people like us, but last Karl wrote to old Westphalen about it, and asked for Jenny in a like Karl: he had a way somehow of saying things you couldn't forget. Then the government suppressed the paper, and Karl went away to Paris. Sometimes Karl and Engels would talk seriously about the great cause, Karl knew my writing, but not Barbara's, so she wrote a little letter "How like Marx that was, Hans," said the Young Comrade then, "how then that I, poor old Hans Fritzsche, went to school with Karl; that I cache = ./cache/20743.txt txt = ./txt/20743.txt === reduce.pl bib === id = 833 author = Veblen, Thorstein title = The Theory of the Leisure Class date = pages = extension = .txt mime = text/plain words = 106753 sentences = 3469 flesch = 46 summary = characteristic feature of leisure class life is a conspicuous exemption leisure class has affected the economic life of later times were taking leisure-class scheme of life, since the household of this pecuniary leisure-class scheme of life here comes to an expression at the second whose tastes have been formed under middle-class habits of life or under shape leisure-class economic life. life under the leisure-class scheme, and so controlling the effective The leisure class lives by the industrial community rather than in it. leisure-class canon of reputable waste; at the same time all activity, the sporting life which the higher leisure-class code of proprieties leisure class of a modern community, or to the economic motives of which substantial canons of the leisure-class scheme of life are a conspicuous but it at the same time fits into the leisure-class scheme of life as leisure-class scheme of life. cache = ./cache/833.txt txt = ./txt/833.txt === reduce.pl bib === === reduce.pl bib === id = 10612 author = Henderson, Hubert Douglas, Sir title = Supply and Demand date = pages = extension = .txt mime = text/plain words = 51792 sentences = 2521 flesch = 66 summary = similar to those between price, demand, and supply in commodity Price tends to the level at which demand is equal to supply. relations which exist between demand, supply and price, if we exhibit fact that demand and supply are both dependent upon price. an increase in demand or a decrease in supply will raise the price in demand, or an increase in supply will tend to lower the price since a condition of things in which supply generally exceeds demand speak of cost of production as a factor determining price, we must use marginal utility and price holds good generally of the ultimate agents supply a commodity to poor people below cost price, it is possible to Supply and demand, changes in, and their reaction on price; general relation of price, utility and cost; general relation of price, utility and cost; general relation of price, utility and cost; cache = ./cache/10612.txt txt = ./txt/10612.txt === reduce.pl bib === id = 12004 author = Mill, John Stuart title = Essays on some unsettled Questions of Political Economy date = pages = extension = .txt mime = text/plain words = 50085 sentences = 1659 flesch = 54 summary = capital, to purchase a quantity of another commodity which, if produced foreign country, we may be able to obtain a greater return to our labour commodities at a smaller expense of labour and capital than they cost cost her 100 days' labour, equal to the quantity produced in England by 200 days' labour, she could in the supposed case purchase in England the labour in England in the article of cloth would be equal to the produce therefore, the general fall of money-prices, the English producers will increase in the general productiveness of the labour and capital of the latter case, a large portion of the productive capital of the country is productive labourer; so were the producers of the perishable articles; labour, to the production of commodities, no more than the price of production; in other words, the _quantity of labour_ required to produce cache = ./cache/12004.txt txt = ./txt/12004.txt === reduce.pl bib === id = 12217 author = Fetter, Frank A. (Frank Albert) title = Economics Volume II: Modern Economic Problems date = pages = extension = .txt mime = text/plain words = 162293 sentences = 9397 flesch = 65 summary = total number of improved acres in farms in the United States increased The character of a _general_ price good clearly distinguishes money and silver production, paper money issues, banking growth, and gold is in general use as money, and where for some time there has the forced issue of large amounts of bank notes) and prices rose above of gold fell off while its use as money increased greatly, and prices great state bank, made forced issues of notes of a political nature, and act under the general state laws governing private contracts; 1866, at which time a federal tax of 10 per cent on state bank notes They received deposits, issued bank notes under state laws, market for United States bonds at a time when government credit was [Footnote 2: The general property tax in the United States rate, a market price for labor, is it possible for a wage contract to cache = ./cache/12217.txt txt = ./txt/12217.txt === reduce.pl bib === id = 8436 author = Clarke, Charles Baron title = Speculations from Political Economy date = pages = extension = .txt mime = text/plain words = 20949 sentences = 850 flesch = 67 summary = English corn trade: a small rise in the price of wheat at Mark Lane National Rate on Real Property (_i.e._ Land, with the houses, mines, because they will not pay the tithe, land tax, and rates already on his land was taken up by Government or by a railway company for some So if a new tax or rate is laid on land (and made present price of agricultural labour in England this seems to be be employed to ordinary trade profit on the land must be transferred to present; the company would make a large profit on their capital. the land they take as valued in the National Rate Book, with the 30 companies would very generally gain by Free Trade in railways. By the small increase in value of some land, the large £1000 a year, has a land tax of £2:l0s. cache = ./cache/8436.txt txt = ./txt/8436.txt === reduce.pl bib === id = 8214 author = Vaknin, Samuel title = Capitalistic Musings date = pages = extension = .txt mime = text/plain words = 30 sentences = 3 flesch = 86 summary = Copyright (C) 2007 by Lidija Rangelovska. Please see the corresponding RTF file for this eBook. RTF is Rich Text Format, and is readable in nearly any modern word processing program. cache = ./cache/8214.txt txt = ./txt/8214.txt === reduce.pl bib === id = 7361 author = Juglar, Clément title = A Brief History of Panics and Their Periodical Occurrence in the United States date = pages = extension = .txt mime = text/plain words = 37013 sentences = 2309 flesch = 75 summary = business world in the United States to prevent panics, and farther yet showing the condition of banks at the time of various panics, etc., calling in of government bonds, the basis of bank-note issue.] and a YEAR |LATION | HAND |TENDERS| AND | DEPOSITS| BANKS |CAPITAL|DIVIDED| YEAR |LATION | HAND |TENDERS| AND | DEPOSITS| BANKS |CAPITAL|DIVIDED| YEAR |LATION | HAND |TENDERS| AND | DEPOSITS| BANKS |CAPITAL|DIVIDED| YEAR |LATION | HAND |TENDERS| AND | DEPOSITS| BANKS |CAPITAL|DIVIDED| national bank, in order to re-establish metallic circulation, an end the paper issued but not redeemed by their bank-note circulation, being Mr. Biddle, the President of the United States Stock Bank, said that the was the Bank of the United States' increase of circulation from August, in New York, bank notes passed at 2 or 3 per cent. New York banks before and during the panic--that is to say, in 1852 and cache = ./cache/7361.txt txt = ./txt/7361.txt === reduce.pl bib === id = 11262 author = Vaknin, Samuel title = Cyclopedia of Economics date = pages = extension = .txt mime = text/plain words = 30 sentences = 3 flesch = 86 summary = Copyright (C) 2007 by Lidija Rangelovska. Please see the corresponding RTF file for this eBook. RTF is Rich Text Format, and is readable in nearly any modern word processing program. cache = ./cache/11262.txt txt = ./txt/11262.txt === reduce.pl bib === id = 12920 author = Train, Arthur Cheney title = The "Goldfish" Being the Confessions af a Successful Man date = pages = extension = .txt mime = text/plain words = 63394 sentences = 3767 flesch = 78 summary = I like hot baths and spend a good deal of time in the Turkish bath money and they read my wife's name in the society columns of the New this way at my daughter's request, cost thirty-seven hundred dollars. I could rent a good house for five thousand dollars successful fellow man lies in having a bigger house, men servants week-end party at the country-house of a widely known New York hostess In what we call the Old World a man's social position is a matter of for the purpose of enabling people to have a good time, there is far eight hours a day for a thousand dollars a year, while his classmate is a good turn to let him know what I thought; and it was time that I did man; living my own life; finding happiness in things that were worth cache = ./cache/12920.txt txt = ./txt/12920.txt === reduce.pl bib === id = 33741 author = Tawney, R. H. (Richard Henry) title = The Acquisitive Society date = pages = extension = .txt mime = text/plain words = 50402 sentences = 1745 flesch = 52 summary = owners of property against the possibility that their private rights social purpose is at once to turn property and economic activity from fact that the meaning of industry is the service of man, all who labor conditions of industrial organization, of the institution of private private property in the fact that it enabled the industrious man to The application to property and industry of the principle of function property used in industry, though not, of course, of the managers who As long as the private ownership of industrial capital remains, the property in capital in the important group of industries in which property in land and industrial capital, except for purposes specified public service, is so much the rule in private industry that no one The first condition of the right organization of industry is, then, the The first condition of the right organization of industry is, then, the cache = ./cache/33741.txt txt = ./txt/33741.txt === reduce.pl bib === id = 33946 author = Unknown title = A Stiptick for a Bleeding Nation Or, a safe and speedy way to restore publick credit, and pay the national debts date = pages = extension = .txt mime = text/plain words = 5247 sentences = 325 flesch = 79 summary = A Safe and Speedy WAY to Restore _Publick Credit_, and Pay If the _South-Sea_ Company would trade to our own Islands, _viz._ the _The Debt of =Seven Millions, Five Hundred Thousand Pounds=, One great Calamity is the Loss of _Paper Credit_, on which our _Trade_ If the _Government_ will forgive the _South-Sea_ Company the Debt of Has not the easy Way of getting Money prevented the _South-Sea_ Company us in a Way speedily to pay our _Debts_, and prevent _Stock-Jobbing_, or _South-Sea_ Company, of Lending Money on their _Stock_; had it not been, And for the _East-India_ Company, their _Trade_ is so far extended, Way to distress _Trade_: Especially when Corporations are suffer'd to _South-Sea_ Stock at _One Hundred and Twenty Five_ per Cent. _Losses_ of the _South-Sea_ Company shall be made good? _Bodies_ will be never able to raise Money to carry on a _Trade_, or cache = ./cache/33946.txt txt = ./txt/33946.txt === reduce.pl bib === id = 36345 author = Ricardo, David title = Letters of David Ricardo to Thomas Robert Malthus, 1810-1823 date = pages = extension = .txt mime = text/plain words = 93069 sentences = 5427 flesch = 75 summary = value of a thing depends on the labour employed in producing it. corn remained low, money wages would not rise, and general profits could [_sic_] not corn and labour enter into its price or value? opinion that a rise in the price of corn always lowers general profits wages of labour produce, I think, the same effects as the second rise in relative price of corn rises from more labour being required to produce the demand may be, unless commodities fall in value from less labour commodity which a day's labour will produce, and I cannot help thinking if, from an increased quantity of labour on the land, corn should appear or fall of corn, labour, and commodities, in real value, that is to say value of a commodity would be in proportion to the quantity of labour The value of almost all commodities is made up of labour and profits, cache = ./cache/36345.txt txt = ./txt/36345.txt === reduce.pl bib === id = 38439 author = Somerville, H. G. title = Curiosities of Impecuniosity date = pages = extension = .txt mime = text/plain words = 96151 sentences = 4117 flesch = 70 summary = The man handed him the wig, and as soon as the doctor put it on, he said The men bowed and went away pleased, and early the next day waited on his business-man, Sherry took a look at the meagrely-filled house, and calling Sir Peter Laurie, when Lord Mayor of London, said at a dinner given to the The young blacksmith obtained work on his arrival, and some short time in Ely Place, on my return one day from Court, I found an old gentleman said, "very hard" at his time of life to every day perform the allotted eccentric provincial manager, abruptly closed the theatre at Bury St. Edmunds, after keeping it open a week or ten days, leaving the unfortunate was three years old, and living under the protection of a poor man and he lived three days on the shilling, and said afterwards the most my boy," said the man, and away went John. cache = ./cache/38439.txt txt = ./txt/38439.txt === reduce.pl bib === id = 37290 author = Beer, Max title = The life and teaching of Karl Marx date = pages = extension = .txt mime = text/plain words = 42147 sentences = 1914 flesch = 57 summary = critical periods of Marx's intellectual development; it was a time of productive power, of destruction of existing social conditions, of French and English Socialism, Marx gave up Hegel's overstrained idea to feel that living labour-power forms the soul of the economic life. Marx's doctrine of the class struggle as exercised in political capitalist and working class, cannot be the State form during the labour power can work during a whole day; that consequently the value of all social wrongs, Marx used the theory of surplus value as the key course of the productive process; it creates no fresh value: Marx also production: it creates new additional value: Marx also called variable unpaid labour, or, shortly, s/v, Marx calls the rate of surplus value: living labour power) create a surplus value in the process of living labour power, without the wage worker, his whole capital capital, which means that living labour-power, the source of surplus cache = ./cache/37290.txt txt = ./txt/37290.txt === reduce.pl bib === id = 39949 author = Veblen, Thorstein title = The Place of Science in Modern Civilisation, and Other Essays date = pages = extension = .txt mime = text/plain words = 155806 sentences = 5676 flesch = 49 summary = industry; the matter-of-fact theories were accepted as substantial and items in the scheme of life, these productive goods are facts of human like nature is true for economic science; and it is the aim here to sequence in economic phenomena, they are worked out in terms given by In hedonistic theory the substantial end of economic life is individual Yet the critic is required to speak impersonally of Mr. Clark's work as a phase of current economic theory. "natural." In point of economic theory the law appears on examination to growth, sequence, change, process, or the like, in economic life. The business man enters the economic life process from the pecuniary productive effect compassed by the industrial use of the material means are questions of the bearing of economic life upon the cultural changes The nature of landed wealth, in point of economic theory, especially as natural-rights theories in economic science, the growth of technological cache = ./cache/39949.txt txt = ./txt/39949.txt === reduce.pl bib === id = 40077 author = Fetter, Frank A. (Frank Albert) title = The Principles of Economics, with Applications to Practical Problems date = pages = extension = .txt mime = text/plain words = 205712 sentences = 12323 flesch = 68 summary = have the second quality of a good money material, that of great value in [Sidenote: Industrial changes affect the convenience of certain money [Sidenote: Land, the main form of wealth, was rented without the use of of the general unit of value._ In economic discussion new conditions [Sidenote: Time-value in the case of different kinds of gratifications] [Sidenote: The exchange value of present and future goods] enjoyable goods his income at its capitalized value; or he may use up [Sidenote: Rent and time-value are essentially different phrases of the values of uses and gratifications of wealth at different points of time. [Sidenote: The products of land are increased at a given time and place time-value or of money interest, appears as large as the present good. industrial agents would reduce marginal productivity._ Labor makes use [Sidenote: Relations of wages, rent, and time-value] [Sidenote: Economical use of machinery in large production] cache = ./cache/40077.txt txt = ./txt/40077.txt === reduce.pl bib === id = 41405 author = Luxemburg, Rosa title = The Accumulation of Capital date = pages = extension = .txt mime = text/plain words = 177407 sentences = 8533 flesch = 59 summary = reproduction (production with capital accumulating) set out in volume ii It is the production of surplus value which turns reproduction of social new capital must first assume its productive form of labour and means of production as constant capital, the labour necessary for the capital and of the surplus value in the production of producer goods economic form of fixed capital, or those means of production which in and labour power in the natural form of productive capital, and by capital because the social surplus product comes into the world from the means-of-production-department increase both their variable capital and condition for capitalist production that the surplus value must be Under capitalist forms of production, the value of the aggregate social simple, he identifies capital with the means of production in capitalist surplus product into an invention of capital and the capitalist into a an expansion of capital and a production of surplus-value on an enlarged cache = ./cache/41405.txt txt = ./txt/41405.txt === reduce.pl bib === id = 32252 author = Pirenne, Henri title = The Stages in the Social History of Capitalism date = pages = extension = .txt mime = text/plain words = 10173 sentences = 495 flesch = 61 summary = period preceding the middle of the eleventh century, we know too little period was sufficient to create gathering-places of merchants at the of commerce begins to furnish men with new means of existence. merchant coming from the country to establish himself in the town. commerce of the eleventh and twelfth centuries to that bloody In the first place, down to the end of the twelfth century, the number In the second place, at the period we have now reached the towns devoted thirteenth century we find a period of free capitalistic expansion. In the course of the fifteenth century this second class of capitalists, the same time that is sets commerce and industry free from the by the capitalists of the late Middle Ages in a class of new men. the twelfth century, so mercantilism imposed itself upon commerce and that commerce which in the beginning made their fortunes. cache = ./cache/32252.txt txt = ./txt/32252.txt === reduce.pl bib === id = 33310 author = Ricardo, David title = On The Principles of Political Economy, and Taxation date = pages = extension = .txt mime = text/plain words = 118192 sentences = 4963 flesch = 66 summary = wages rise, the value of commodities produced in that manufacture, is natural price, the quantity of labour necessary to their production, price of commodities, wages, or profits, since these effects are equally The natural price of all commodities excepting raw produce and labour in the price of corn, which increases the money wages of the labourer, The high profits on capital employed in producing that commodity will the money price of commodities would not be raised by a rise of wages, cheaper price, wages will fall and profits rise; but if the commodities Taxes are a portion of the produce of the land and labour of a country, Neither a fall in the value of money, nor a tax on raw produce, though and therefore money rent varies with the price of corn; but a tax on raw money wages of labour which raises the price of commodities, but that cache = ./cache/33310.txt txt = ./txt/33310.txt === reduce.pl bib === id = 48446 author = Loria, Achille title = Karl Marx date = pages = extension = .txt mime = text/plain words = 23639 sentences = 752 flesch = 45 summary = distant," he means the morrow of the social revolution, when Marx's Economic Synthesis_; but since in his theory of social evolution the Marx rejected the idea that, for human beings, population tends to grow 645 of _Capital_ Marx writes: "The labouring free land, labour owns the means of production, so that agriculture is hardly be disputed, to question the labour theory of value. to point out that Marx, though in the first volume of _Capital_ he in the third volume that in the capitalist economic phase value neither relationships of men in social life, says Marx, are determined by the In fact, according to Marx, the historic mission of capitalism based transmits into the product a value equal to the quantity of labour In the posthumous work Marx traces the development of the theory of The value of Marx's work is, in fact, displayed in the most brilliant cache = ./cache/48446.txt txt = ./txt/48446.txt === reduce.pl bib === id = 33219 author = Jevons, William Stanley title = Political economy date = pages = extension = .txt mime = text/plain words = 44959 sentences = 2130 flesch = 74 summary = being the case; rich men, as a general rule, have very little money in labour, for the reason that capital must have been the produce of land Work at the best Time.# Of course we ought to do things when it is labour, so that each man shall do the kind of work he can do best. The capital invested in any work may always be said to consist of wages labourer seldom owns all the land and capital he uses; he goes to work gets higher wages by making other people pay dearer for the goods they The general result of trades-union monopolies to the working people working men saving up their wages until they have got small capitals, so produce enough to pay the wages of the labourers who work upon it, get a valuable thing like gold with little labour, many people would cache = ./cache/33219.txt txt = ./txt/33219.txt === reduce.pl bib === id = 38194 author = Garnier, M. (Germain) title = An Inquiry Into the Nature and Causes of the Wealth of Nations date = pages = extension = .txt mime = text/plain words = 423319 sentences = 16462 flesch = 62 summary = wages of labour are generally higher in a great town than in a country In all great countries, the greater part of the cultivated lands are countries where labour is equally well rewarded, the money price of of a rise in the real price of labour, in the particular market of Great annual produce of the land and labour of the country had before required value of the annual produce of the land and labour of the country would great countries of Europe, however, much good land still remains countries an advantageous carrying trade, of which Great Britain was equally supported the annual produce of the land and labour of Great trade, maintain in Great Britain a greater quantity of productive labour capital generally affording a greater revenue than a great profit upon a the annual produce of the land and labour of the country, have generally cache = ./cache/38194.txt txt = ./txt/38194.txt === reduce.pl bib === id = 38047 author = Anderson, Benjamin M. (Benjamin McAlester) title = Social Value: A Study in Economic Theory, Critical and Constructive date = pages = extension = .txt mime = text/plain words = 55981 sentences = 3316 flesch = 65 summary = utility"--Relation of social-value theory to Austrian to no individual values, great social forces of theory of social value--Intensity of a man's feelings or Professors Ross, Merriam, and Kinley, value _is_ that social marginal the conception that value and social marginal utility coincide, or that [9] In his discussion of social value in the _Principles_, Professor Schumpeter indicates that his objection to the social value concept relates of the exponents of the social value concept named, except Professor marginal utility, or the social value, of the money unit. PROFESSOR CLARK'S THEORY OF SOCIAL VALUE PROFESSOR CLARK'S THEORY OF SOCIAL VALUE social organism, and that the value of a good, at a given time, measures treatment of economic social values, seeming to hold that the Austrian a theory of "social value." These individual "utilities" and "costs" have of social economic value in terms of a feeling-magnitude which an theory of social value. cache = ./cache/38047.txt txt = ./txt/38047.txt === reduce.pl bib === id = 41856 author = Fetter, Frank A. (Frank Albert) title = Manual of References and Exercises in Economics for Use with Volume II. Modern Economic Problems date = pages = extension = .txt mime = text/plain words = 18245 sentences = 2252 flesch = 79 summary = causes as affecting the political history of the United States. _White, Horace_, Money and banking illustrated by American history. money: gold ingots, gold coin, silver dollars, copper cents, level of money prices effects similar to those produced by an the United States) sell in New York for $201.25 has the money 3. Is a United States standard silver dollar commodity or fiduciary secure the privilege of note issue, buys United States 2 per cent. BANKING IN THE UNITED STATES BEFORE 1914 money in other ways than by issuing bank notes? 2. Describe the trade, banking and price conditions which obtain just effect on prices, foreign trade, rate of exchange? conduct of industry in competition with countries where money wages present general wage level in the United States. in the United States with reference to the taxation of public service F._, Trade unionism in the United States: general R._, Industrial insurance in the United States. cache = ./cache/41856.txt txt = ./txt/41856.txt === reduce.pl bib === id = 42759 author = Ryan, John A. (John Augustine) title = Distributive Justice: The Right and Wrong of Our Present Distribution of Wealth date = pages = extension = .txt mime = text/plain words = 141343 sentences = 7205 flesch = 61 summary = reckon the land as so much capital value, and the economic rent as has a right to the full product of his labour applies to capital as that land owners have a right to rent and to the selling value of socially created land values; for they expend neither time nor labour Since social production does not constitute a right to land values nor already existing land values than it has to seize the labourer's wages from men's equal rights to land merely proves that private ownership evils; and the so called production of the social values of land Private ownership of land belongs in a third class of natural rights. both are morally weaker than the labourer's right to a living wage. THE ALLEGED RIGHT OF LABOUR TO THE ENTIRE PRODUCT OF INDUSTRY the value of the product belongs by a moral right to the labourer. cache = ./cache/42759.txt txt = ./txt/42759.txt === reduce.pl bib === id = 41936 author = Perry, Arthur Latham title = Principles of Political Economy date = pages = extension = .txt mime = text/plain words = 200821 sentences = 8178 flesch = 65 summary = any given country are due to general and great changes in the Money Market-value is the present rate of exchange between dollars and cents times, and later became Money or a medium in exchanging other things; tariff-taxes, in the buying and selling of useful commodities into credit-money valid as against the United States as debtor, like nature of Bank Bills; they are a form of commercial credit; and indefinitely; especially as _credit-money_ in the form of bank bills, time till the present all the paper money of the United States of both United States the national moneys deposited there, and placed them "in Government took in return for the moneys a Right to demand of the Bank gold and silver money must have been circulating a long time in their (2) The second general reason why gold and silver make the best money appraised _money value_ of the goods subject to the tax. cache = ./cache/41936.txt txt = ./txt/41936.txt === reduce.pl bib === id = 4543 author = Berkeley, George title = The Querist Containing Several Queries Proposed to the Consideration of the Public date = pages = extension = .txt mime = text/plain words = 27644 sentences = 3027 flesch = 84 summary = Qu. Whether a bank of national credit, supported by public England, but a bank in the hands of the public, wherein there are no made use of by other nations, paper-money, bank-notes, public funds, stock for a national bank, under direction of certain persons, bank, ought not to be in different hands, and both under public national bank with power to extend its credit, to circulate notes industry, can be any just objection against a national bank hath credit in the bank can want money from particular persons, who industry, if we had a national bank? Qu. Whether the objection to a pubic national bank, from want of people of England to encourage rather than to oppose a national bank Qu. Whether, as a national bank would increase our industry, and Qu. Whether a national bank would not be the great means and Qu. Whether upon the circulation of a national bank more land cache = ./cache/4543.txt txt = ./txt/4543.txt === reduce.pl bib === id = 36541 author = Ruskin, John title = Unto This Last, and Other Essays on Political Economy date = pages = extension = .txt mime = text/plain words = 121727 sentences = 4476 flesch = 65 summary = STORE, NATURE OF LABOUR, VALUE AND PRICE, THE CURRENCY 225 possess a good picture, as that any work of real merit should cost the first question of a good art-economist respecting any work is, we had political power, we would use it for the good of the nation; powers of mind would do far more real good by merely carrying out man is among His best works presently visible, and, as things stand, a real riches or property; and, supposing the men both to have worked some person working for us, that for the time and labour he spends in support so many persons as labour applied to produce useful articles, quantity of labour given by the person desiring it, in order to obtain and life-giving things, and by what degrees and kinds of labour they Property--that a man who works for a thing shall be allowed to get it, cache = ./cache/36541.txt txt = ./txt/36541.txt === reduce.pl bib === id = 38185 author = Knowlton, Charles title = Fruits of Philosophy: A Treatise on the Population Question date = pages = extension = .txt mime = text/plain words = 21200 sentences = 913 flesch = 63 summary = calls of nature in a like place; yet they must and ought to be attended People generally, as it was the case with physicians until late years, partake in their general form of the male character, and are called The internal organs of generation consist in the female of the Vagina, physiological property is that of exciting the female genital organs in It ought to be known that women have conceived when the semen was merely semen lodged in the vagina to the ovary, and excites those actions which female organism increases like that of the male, until an emission of forming an organized being, I do not believe such a thing takes place, ovary, and have consequently presumed this is not generally the case. error that the semen must enter the uterus to effect impregnation, I semen to pass through the mouth of the uterus to produce conception have cache = ./cache/38185.txt txt = ./txt/38185.txt Building ./etc/reader.txt 38194 41936 40077 12217 42759 41936 number of items: 42 sum of words: 3,323,784 average size in words: 83,094 average readability score: 66 nouns: value; capital; money; price; time; labour; man; part; land; men; goods; production; interest; country; wages; life; trade; property; labor; people; work; wealth; society; quantity; years; business; industry; case; power; things; rate; law; rent; profits; way; state; means; market; nature; class; demand; use; produce; day; place; year; gold; commodities; order; tax verbs: is; be; are; have; was; has; been; were; had; do; made; being; does; make; said; say; given; see; take; give; pay; paid; called; get; employed; become; did; come; found; taken; used; find; increased; according; seems; having; go; put; making; produce; know; let; increase; am; done; produced; think; fall; makes; says adjectives: other; same; great; such; more; own; economic; many; general; social; greater; different; new; first; good; present; certain; large; natural; much; whole; necessary; public; little; less; human; true; particular; small; private; common; real; industrial; few; possible; political; productive; last; foreign; old; high; free; equal; higher; poor; modern; most; least; important; best adverbs: not; so; only; more; as; very; even; most; then; now; therefore; up; always; well; much; however; also; out; far; thus; still; never; too; just; less; here; ever; indeed; perhaps; rather; on; first; almost; often; all; yet; again; already; sometimes; long; no; generally; once; probably; there; soon; merely; necessarily; instead; together pronouns: it; his; he; they; their; i; its; we; them; you; him; our; my; us; me; itself; himself; themselves; your; her; she; one; myself; ourselves; yours; herself; thy; yourself; mine; theirs; thee; ours; ''em; oneself; ye; ''s; yourselves; thyself; hers; £; you----a; you''ll; yer; yd; whosoever; wh; view_.--"is; tro; think?--what; things,--the proper nouns: _; smith; england; mr.; |; europe; london; marx; united; states; qu; france; america; ii; new; .; professor; britain; great; vol; adam; pp; ricardo; m.; state; lord; god; sir; dr.; government; york; john; c.; i.; hume; scotland; de; bank; english; germany; economy; political; paris; edinburgh; cit; capital; department; glasgow; footnote; st. keywords: england; man; value; time; mr.; money; economic; capital; price; labour; good; europe; york; work; united; state; smith; new; life; great; government; wealth; states; london; german; france; english; chapter; wage; professor; production; produce; marx; labor; interest; god; french; footnote; economy; bank; america; adam; year; thing; theory; social; ricardo; rate; political; paris one topic; one dimension: value file(s): ./cache/14943.txt titles(s): An American Idyll The Life of Carleton H. Parker three topics; one dimension: money; labour; value file(s): ./cache/12920.txt, ./cache/38194.txt, ./cache/39949.txt titles(s): The "Goldfish" Being the Confessions af a Successful Man | An Inquiry Into the Nature and Causes of the Wealth of Nations | The Place of Science in Modern Civilisation, and Other Essays five topics; three dimensions: labour price value; value labor capital; 000 property land; money man men; smith property man file(s): ./cache/38194.txt, ./cache/39949.txt, ./cache/13488.txt, ./cache/36541.txt, ./cache/38439.txt titles(s): An Inquiry Into the Nature and Causes of the Wealth of Nations | The Place of Science in Modern Civilisation, and Other Essays | An Essay on Mediæval Economic Teaching | Unto This Last, and Other Essays on Political Economy | Curiosities of Impecuniosity Type: gutenberg title: classification-HB-gutenberg date: 2021-05-28 time: 23:05 username: emorgan patron: Eric Morgan email: emorgan@nd.edu input: classification:"HB" ==== make-pages.sh htm files ==== make-pages.sh complex files ==== make-pages.sh named enities ==== making bibliographics id: 38047 author: Anderson, Benjamin M. (Benjamin McAlester) title: Social Value: A Study in Economic Theory, Critical and Constructive date: words: 55981.0 sentences: 3316.0 pages: flesch: 65.0 cache: ./cache/38047.txt txt: ./txt/38047.txt summary: utility"--Relation of social-value theory to Austrian to no individual values, great social forces of theory of social value--Intensity of a man''s feelings or Professors Ross, Merriam, and Kinley, value _is_ that social marginal the conception that value and social marginal utility coincide, or that [9] In his discussion of social value in the _Principles_, Professor Schumpeter indicates that his objection to the social value concept relates of the exponents of the social value concept named, except Professor marginal utility, or the social value, of the money unit. PROFESSOR CLARK''S THEORY OF SOCIAL VALUE PROFESSOR CLARK''S THEORY OF SOCIAL VALUE social organism, and that the value of a good, at a given time, measures treatment of economic social values, seeming to hold that the Austrian a theory of "social value." These individual "utilities" and "costs" have of social economic value in terms of a feeling-magnitude which an theory of social value. id: 25300 author: Anonymous title: The Causes of the Rebellion in Ireland Disclosed In an Address to the People of England, in Which It Is Proved by Incontrovertible Facts, That the System for Some Years Pursued in That Country, Has Driven It into Its Present Dreadful Situation date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 37290 author: Beer, Max title: The life and teaching of Karl Marx date: words: 42147.0 sentences: 1914.0 pages: flesch: 57.0 cache: ./cache/37290.txt txt: ./txt/37290.txt summary: critical periods of Marx''s intellectual development; it was a time of productive power, of destruction of existing social conditions, of French and English Socialism, Marx gave up Hegel''s overstrained idea to feel that living labour-power forms the soul of the economic life. Marx''s doctrine of the class struggle as exercised in political capitalist and working class, cannot be the State form during the labour power can work during a whole day; that consequently the value of all social wrongs, Marx used the theory of surplus value as the key course of the productive process; it creates no fresh value: Marx also production: it creates new additional value: Marx also called variable unpaid labour, or, shortly, s/v, Marx calls the rate of surplus value: living labour power) create a surplus value in the process of living labour power, without the wage worker, his whole capital capital, which means that living labour-power, the source of surplus id: 4543 author: Berkeley, George title: The Querist Containing Several Queries Proposed to the Consideration of the Public date: words: 27644.0 sentences: 3027.0 pages: flesch: 84.0 cache: ./cache/4543.txt txt: ./txt/4543.txt summary: Qu. Whether a bank of national credit, supported by public England, but a bank in the hands of the public, wherein there are no made use of by other nations, paper-money, bank-notes, public funds, stock for a national bank, under direction of certain persons, bank, ought not to be in different hands, and both under public national bank with power to extend its credit, to circulate notes industry, can be any just objection against a national bank hath credit in the bank can want money from particular persons, who industry, if we had a national bank? Qu. Whether the objection to a pubic national bank, from want of people of England to encourage rather than to oppose a national bank Qu. Whether, as a national bank would increase our industry, and Qu. Whether a national bank would not be the great means and Qu. Whether upon the circulation of a national bank more land id: 31159 author: Clark, John Bates title: Essentials of Economic Theory As Applied to Modern Problems of Industry and Public Policy date: words: 170424.0 sentences: 7125.0 pages: flesch: 64.0 cache: ./cache/31159.txt txt: ./txt/31159.txt summary: market exists and every man makes by his own labor all the goods that _Forms of Wealth produced by Labor._--Few useful goods are presented _The Necessity for measuring the Productive Powers of Capital Goods profits attract labor and capital, increase the output of those goods their presence by making labor and capital more productive in some labor without adding anything to the capital makes the total product certain amount of labor and capital on a piece of land of good Total product of land, labor and auxiliary capital the case of land, "What labor and capital create by the use of this _The Equalization of the Productive Power of Labor and of Capital in Changes of this kind affect values, cause labor and capital methods of making goods, and the movements of capital and labor across increase in the productive power of that final unit of social labor id: 8436 author: Clarke, Charles Baron title: Speculations from Political Economy date: words: 20949.0 sentences: 850.0 pages: flesch: 67.0 cache: ./cache/8436.txt txt: ./txt/8436.txt summary: English corn trade: a small rise in the price of wheat at Mark Lane National Rate on Real Property (_i.e._ Land, with the houses, mines, because they will not pay the tithe, land tax, and rates already on his land was taken up by Government or by a railway company for some So if a new tax or rate is laid on land (and made present price of agricultural labour in England this seems to be be employed to ordinary trade profit on the land must be transferred to present; the company would make a large profit on their capital. the land they take as valued in the National Rate Book, with the 30 companies would very generally gain by Free Trade in railways. By the small increase in value of some land, the large £1000 a year, has a land tax of £2:l0s. id: 21623 author: Elliott, Calvin title: Usury A Scriptural, Ethical and Economic View date: words: 68429.0 sentences: 3977.0 pages: flesch: 76.0 cache: ./cache/21623.txt txt: ./txt/21623.txt summary: Chapter XXVI--Usury oppresses the poor--continued 160 Chapter XXVII--Usury oppresses the poor--continued 168 money, or increase taken for a loan of any kind of property. Theological Dictionary: "Usury, the gain taken for a loan of money or These laws of God, given by Moses, positively forbade usury or to prohibit usury on a loan which the borrower secures as capital for brother thou shalt not lend upon usury: that the Lord thy God may usury of him, or increase: but fear thy God; that thy brother may live hast taken usury and increase, and thou hast greedily gained of thy off his hand from the poor, that hath not received usury or increase, The usurer and the borrower on usury, both, reverse the true order by wealth, no great fortune can be gathered in the life time of one man. money by usury was no better than taking a man''s life. id: 12217 author: Fetter, Frank A. (Frank Albert) title: Economics Volume II: Modern Economic Problems date: words: 162293.0 sentences: 9397.0 pages: flesch: 65.0 cache: ./cache/12217.txt txt: ./txt/12217.txt summary: total number of improved acres in farms in the United States increased The character of a _general_ price good clearly distinguishes money and silver production, paper money issues, banking growth, and gold is in general use as money, and where for some time there has the forced issue of large amounts of bank notes) and prices rose above of gold fell off while its use as money increased greatly, and prices great state bank, made forced issues of notes of a political nature, and act under the general state laws governing private contracts; 1866, at which time a federal tax of 10 per cent on state bank notes They received deposits, issued bank notes under state laws, market for United States bonds at a time when government credit was [Footnote 2: The general property tax in the United States rate, a market price for labor, is it possible for a wage contract to id: 40077 author: Fetter, Frank A. (Frank Albert) title: The Principles of Economics, with Applications to Practical Problems date: words: 205712.0 sentences: 12323.0 pages: flesch: 68.0 cache: ./cache/40077.txt txt: ./txt/40077.txt summary: have the second quality of a good money material, that of great value in [Sidenote: Industrial changes affect the convenience of certain money [Sidenote: Land, the main form of wealth, was rented without the use of of the general unit of value._ In economic discussion new conditions [Sidenote: Time-value in the case of different kinds of gratifications] [Sidenote: The exchange value of present and future goods] enjoyable goods his income at its capitalized value; or he may use up [Sidenote: Rent and time-value are essentially different phrases of the values of uses and gratifications of wealth at different points of time. [Sidenote: The products of land are increased at a given time and place time-value or of money interest, appears as large as the present good. industrial agents would reduce marginal productivity._ Labor makes use [Sidenote: Relations of wages, rent, and time-value] [Sidenote: Economical use of machinery in large production] id: 41856 author: Fetter, Frank A. (Frank Albert) title: Manual of References and Exercises in Economics for Use with Volume II. Modern Economic Problems date: words: 18245.0 sentences: 2252.0 pages: flesch: 79.0 cache: ./cache/41856.txt txt: ./txt/41856.txt summary: causes as affecting the political history of the United States. _White, Horace_, Money and banking illustrated by American history. money: gold ingots, gold coin, silver dollars, copper cents, level of money prices effects similar to those produced by an the United States) sell in New York for $201.25 has the money 3. Is a United States standard silver dollar commodity or fiduciary secure the privilege of note issue, buys United States 2 per cent. BANKING IN THE UNITED STATES BEFORE 1914 money in other ways than by issuing bank notes? 2. Describe the trade, banking and price conditions which obtain just effect on prices, foreign trade, rate of exchange? conduct of industry in competition with countries where money wages present general wage level in the United States. in the United States with reference to the taxation of public service F._, Trade unionism in the United States: general R._, Industrial insurance in the United States. id: 38194 author: Garnier, M. (Germain) title: An Inquiry Into the Nature and Causes of the Wealth of Nations date: words: 423319.0 sentences: 16462.0 pages: flesch: 62.0 cache: ./cache/38194.txt txt: ./txt/38194.txt summary: wages of labour are generally higher in a great town than in a country In all great countries, the greater part of the cultivated lands are countries where labour is equally well rewarded, the money price of of a rise in the real price of labour, in the particular market of Great annual produce of the land and labour of the country had before required value of the annual produce of the land and labour of the country would great countries of Europe, however, much good land still remains countries an advantageous carrying trade, of which Great Britain was equally supported the annual produce of the land and labour of Great trade, maintain in Great Britain a greater quantity of productive labour capital generally affording a greater revenue than a great profit upon a the annual produce of the land and labour of the country, have generally id: 10612 author: Henderson, Hubert Douglas, Sir title: Supply and Demand date: words: 51792.0 sentences: 2521.0 pages: flesch: 66.0 cache: ./cache/10612.txt txt: ./txt/10612.txt summary: similar to those between price, demand, and supply in commodity Price tends to the level at which demand is equal to supply. relations which exist between demand, supply and price, if we exhibit fact that demand and supply are both dependent upon price. an increase in demand or a decrease in supply will raise the price in demand, or an increase in supply will tend to lower the price since a condition of things in which supply generally exceeds demand speak of cost of production as a factor determining price, we must use marginal utility and price holds good generally of the ultimate agents supply a commodity to poor people below cost price, it is possible to Supply and demand, changes in, and their reaction on price; general relation of price, utility and cost; general relation of price, utility and cost; general relation of price, utility and cost; id: 33219 author: Jevons, William Stanley title: Political economy date: words: 44959.0 sentences: 2130.0 pages: flesch: 74.0 cache: ./cache/33219.txt txt: ./txt/33219.txt summary: being the case; rich men, as a general rule, have very little money in labour, for the reason that capital must have been the produce of land Work at the best Time.# Of course we ought to do things when it is labour, so that each man shall do the kind of work he can do best. The capital invested in any work may always be said to consist of wages labourer seldom owns all the land and capital he uses; he goes to work gets higher wages by making other people pay dearer for the goods they The general result of trades-union monopolies to the working people working men saving up their wages until they have got small capitals, so produce enough to pay the wages of the labourers who work upon it, get a valuable thing like gold with little labour, many people would id: 7361 author: Juglar, Clément title: A Brief History of Panics and Their Periodical Occurrence in the United States date: words: 37013.0 sentences: 2309.0 pages: flesch: 75.0 cache: ./cache/7361.txt txt: ./txt/7361.txt summary: business world in the United States to prevent panics, and farther yet showing the condition of banks at the time of various panics, etc., calling in of government bonds, the basis of bank-note issue.] and a YEAR |LATION | HAND |TENDERS| AND | DEPOSITS| BANKS |CAPITAL|DIVIDED| YEAR |LATION | HAND |TENDERS| AND | DEPOSITS| BANKS |CAPITAL|DIVIDED| YEAR |LATION | HAND |TENDERS| AND | DEPOSITS| BANKS |CAPITAL|DIVIDED| YEAR |LATION | HAND |TENDERS| AND | DEPOSITS| BANKS |CAPITAL|DIVIDED| national bank, in order to re-establish metallic circulation, an end the paper issued but not redeemed by their bank-note circulation, being Mr. Biddle, the President of the United States Stock Bank, said that the was the Bank of the United States'' increase of circulation from August, in New York, bank notes passed at 2 or 3 per cent. New York banks before and during the panic--that is to say, in 1852 and id: 38185 author: Knowlton, Charles title: Fruits of Philosophy: A Treatise on the Population Question date: words: 21200.0 sentences: 913.0 pages: flesch: 63.0 cache: ./cache/38185.txt txt: ./txt/38185.txt summary: calls of nature in a like place; yet they must and ought to be attended People generally, as it was the case with physicians until late years, partake in their general form of the male character, and are called The internal organs of generation consist in the female of the Vagina, physiological property is that of exciting the female genital organs in It ought to be known that women have conceived when the semen was merely semen lodged in the vagina to the ovary, and excites those actions which female organism increases like that of the male, until an emission of forming an organized being, I do not believe such a thing takes place, ovary, and have consequently presumed this is not generally the case. error that the semen must enter the uterus to effect impregnation, I semen to pass through the mouth of the uterus to produce conception have id: 29673 author: Lipman, Frederick L. (Frederic Lockwood) title: Creating Capital Money-making as an aim in business date: words: 8758.0 sentences: 351.0 pages: flesch: 60.0 cache: ./cache/29673.txt txt: ./txt/29673.txt summary: CREATING CAPITAL: MONEY-MAKING AS AN AIM IN BUSINESS. bearing on business life under the new economic order, first delivered MONEY-MAKING AS AN AIM IN BUSINESS MONEY-MAKING AS AN AIM IN BUSINESS the business enterprise indeed is supposed to be the money-maker, _par it is as a money-maker that the business man is contemned by some and enterprise, due to the fact that on economic principles such money The business enterprise then directs its attention to profits, man in his money-making aim as follows: demands of business enterprise for new methods of creating capital and money-making, and what goes with it, is not the only aim in life. Not every man, while concentrating upon money-making, is In short, the money-making aim spurs on the business enterprise, just economic necessity to aim at money-making--meaning, however, profits money, unless, indeed, he can use them as capital in his own business. id: 48446 author: Loria, Achille title: Karl Marx date: words: 23639.0 sentences: 752.0 pages: flesch: 45.0 cache: ./cache/48446.txt txt: ./txt/48446.txt summary: distant," he means the morrow of the social revolution, when Marx''s Economic Synthesis_; but since in his theory of social evolution the Marx rejected the idea that, for human beings, population tends to grow 645 of _Capital_ Marx writes: "The labouring free land, labour owns the means of production, so that agriculture is hardly be disputed, to question the labour theory of value. to point out that Marx, though in the first volume of _Capital_ he in the third volume that in the capitalist economic phase value neither relationships of men in social life, says Marx, are determined by the In fact, according to Marx, the historic mission of capitalism based transmits into the product a value equal to the quantity of labour In the posthumous work Marx traces the development of the theory of The value of Marx''s work is, in fact, displayed in the most brilliant id: 41405 author: Luxemburg, Rosa title: The Accumulation of Capital date: words: 177407.0 sentences: 8533.0 pages: flesch: 59.0 cache: ./cache/41405.txt txt: ./txt/41405.txt summary: reproduction (production with capital accumulating) set out in volume ii It is the production of surplus value which turns reproduction of social new capital must first assume its productive form of labour and means of production as constant capital, the labour necessary for the capital and of the surplus value in the production of producer goods economic form of fixed capital, or those means of production which in and labour power in the natural form of productive capital, and by capital because the social surplus product comes into the world from the means-of-production-department increase both their variable capital and condition for capitalist production that the surplus value must be Under capitalist forms of production, the value of the aggregate social simple, he identifies capital with the means of production in capitalist surplus product into an invention of capital and the capitalist into a an expansion of capital and a production of surplus-value on an enlarged id: 4336 author: Malthus, T. R. (Thomas Robert) title: An Inquiry into the Nature and Progress of Rent, and the Principles by Which It is Regulated date: words: 13610.0 sentences: 400.0 pages: flesch: 51.0 cache: ./cache/4336.txt txt: ./txt/4336.txt summary: corn laws, and the effects of rent on the price of raw produce, and the of taxes, he speaks of the high price of the produce of land as show us how essentially different the high price of raw produce is, both The causes of the high price of raw produce may be stated to be three. primary causes of the high price of raw produce, are the gifts of rent, nor any essential surplus produce of the land in the form of high clear, that if the price of produce does not fall, the rents of land of production increases, the rents of land will rise. in agriculture, and the high price of raw produce, occasioned by the the price of produce and the expense of cultivation might increase, Practically, also, the prices of raw produce, in the different countries supply the same demand for labour, the necessary price of production id: 4239 author: Malthus, T. R. (Thomas Robert) title: An Essay on the Principle of Population date: words: 54671.0 sentences: 1842.0 pages: flesch: 55.0 cache: ./cache/4239.txt txt: ./txt/4239.txt summary: The different ratio in which population and food increase--The remain no doubt in the mind of any thinking man that the population of these countries produce a greater quantity of human subsistence. positive check to the natural increase of population. little variation to any other country where the population increases consequence of the increased population, be distributed to every man in country even thinly inhabited, if an increase of population take place, population of the country has gone beyond the increased produce, and the natural progress of the population of any country, more good land population of any country is the increase of the means of subsistence. produce of the earth might be increasing every year, population would to the real state of man on earth will sufficiently appear from the The probable increase of the voluntary power of man over his animal directed exertions of man, could produce food for its support, appears id: 20435 author: Mavrogordato, John title: The World in Chains: Some Aspects of War and Trade date: words: 37442.0 sentences: 2874.0 pages: flesch: 73.0 cache: ./cache/20435.txt txt: ./txt/20435.txt summary: TRADE PROFITS IN WAR NOT SHARED BY THE NATION national opinion, create their own markets by the threat of war, and Trade during the war seems to have had a remarkably good time. neighbouring nations, although in war as in peace the commercial classes Trade Profits in war not shared by the Nation but confined to Employers and that the effect of war has been to increase the profits of Capital means that War, in addition to the actual profits of his Trade, shall For war is actually in the community of nations what the street Cammell, Laird & Co. averaged profits of £146,000 for the three years before the war. Beardmore, whose profits rose from £184,000 (three years'' pre-war profits from an average of £140,000 (three years'' pre-war average) to WAR PROFITS AND THE GOVERNMENT The German trade has survived the shocks of the first year of war id: 12004 author: Mill, John Stuart title: Essays on some unsettled Questions of Political Economy date: words: 50085.0 sentences: 1659.0 pages: flesch: 54.0 cache: ./cache/12004.txt txt: ./txt/12004.txt summary: capital, to purchase a quantity of another commodity which, if produced foreign country, we may be able to obtain a greater return to our labour commodities at a smaller expense of labour and capital than they cost cost her 100 days'' labour, equal to the quantity produced in England by 200 days'' labour, she could in the supposed case purchase in England the labour in England in the article of cloth would be equal to the produce therefore, the general fall of money-prices, the English producers will increase in the general productiveness of the labour and capital of the latter case, a large portion of the productive capital of the country is productive labourer; so were the producers of the perishable articles; labour, to the production of commodities, no more than the price of production; in other words, the _quantity of labour_ required to produce id: 13488 author: O''Brien, George Augustine Thomas title: An Essay on Mediæval Economic Teaching date: words: 67367.0 sentences: 4808.0 pages: flesch: 72.0 cache: ./cache/13488.txt txt: ./txt/13488.txt summary: writings of St. Thomas Aquinas,'' says Ingram, ''the economic doctrines the fundamental points of usury and just price, commercial law in the moulded by Christian teaching--this is the case in regard to usury. The teaching of the mediæval Church on the subject of property was [Footnote 5: ''Biblical and Early Christian Idea of Property,'' [Footnote 5: ''Biblical and Early Christian Idea of Property,'' the price is the expression of the exchange value in money. element of value, states that the Church sought to fix the price of ''The just price of things,'' says Aquinas, ''is not priced at a money value, as may be seen in the case of those who offer the teaching of Aquinas on price left a great deal to be supplied by Buridan says that usury is contrary to natural law and the central point of the usury teaching was that money which has Church, economic teaching of the mediæval, 12. id: 14943 author: Parker, Cornelia Stratton title: An American Idyll The Life of Carleton H. Parker date: words: 51861.0 sentences: 2940.0 pages: flesch: 78.0 cache: ./cache/14943.txt txt: ./txt/14943.txt summary: It was a year ago to-day that Carl Parker died--March 17, 1918. An old friend wrote: "Dear, splendid Carl, the very embodiment of life, Prom of my Freshman year Carl Parker asked me to marry him, and two days Thereafter, for a time, Carl went into University Extension, lecturing The first night out on our trip, Carl said, "You start developed that one day the baby--just seven months old, remember--got up everything on earth," said Carl, "but we''ll never economize on doctors." prosperous days, at Carl''s last illness, with that good Seattle doctor calling day and night, and caring for me after Carl''s death, he refused As time went on, we came to have one little group of nine students whom article, and almost a year before his study of psychology began, Carl From the day Carl left Castle Crags, his time was never his own; we id: 41936 author: Perry, Arthur Latham title: Principles of Political Economy date: words: 200821.0 sentences: 8178.0 pages: flesch: 65.0 cache: ./cache/41936.txt txt: ./txt/41936.txt summary: any given country are due to general and great changes in the Money Market-value is the present rate of exchange between dollars and cents times, and later became Money or a medium in exchanging other things; tariff-taxes, in the buying and selling of useful commodities into credit-money valid as against the United States as debtor, like nature of Bank Bills; they are a form of commercial credit; and indefinitely; especially as _credit-money_ in the form of bank bills, time till the present all the paper money of the United States of both United States the national moneys deposited there, and placed them "in Government took in return for the moneys a Right to demand of the Bank gold and silver money must have been circulating a long time in their (2) The second general reason why gold and silver make the best money appraised _money value_ of the goods subject to the tax. id: 32252 author: Pirenne, Henri title: The Stages in the Social History of Capitalism date: words: 10173.0 sentences: 495.0 pages: flesch: 61.0 cache: ./cache/32252.txt txt: ./txt/32252.txt summary: period preceding the middle of the eleventh century, we know too little period was sufficient to create gathering-places of merchants at the of commerce begins to furnish men with new means of existence. merchant coming from the country to establish himself in the town. commerce of the eleventh and twelfth centuries to that bloody In the first place, down to the end of the twelfth century, the number In the second place, at the period we have now reached the towns devoted thirteenth century we find a period of free capitalistic expansion. In the course of the fifteenth century this second class of capitalists, the same time that is sets commerce and industry free from the by the capitalists of the late Middle Ages in a class of new men. the twelfth century, so mercantilism imposed itself upon commerce and that commerce which in the beginning made their fortunes. id: 360 author: Proudhon, P.-J. (Pierre-Joseph) title: What is Property? An Inquiry into the Principle of Right and of Government date: words: 154877.0 sentences: 7846.0 pages: flesch: 66.0 cache: ./cache/360.txt txt: ./txt/360.txt summary: PROPERTY CONSIDERED AS A NATURAL RIGHT.--OCCUPATION AND CIVIL LAW Property is the Right of Increase claimed by the Proprietor over OBSTRUCTS property; the second that the right of labor DESTROYS it. organic law of society; we shall explain the origin of property, the The Roman law defined property as the right to use and abuse one''s own and inalienable rights of man, four in all: LIBERTY, EQUALITY, PROPERTY, rights--liberty, equality, security, and property; to maintain order in of permanent labor,--granting, for the time being, his right of property Admit, however, that labor gives a right of property in material. HIS WAGES, A NATURAL RIGHT OF PROPERTY IN THE THING WHICH HE HAS laborer-proprietors, all of whom had an equal right to lead the life the laborer is obliged by the right of property to pay a rent to the his own labor, his property would yield him a product equal only to id: 444 author: Proudhon, P.-J. (Pierre-Joseph) title: System of Economical Contradictions; Or, The Philosophy of Misery date: words: nan sentences: nan pages: flesch: nan cache: txt: summary: id: 17196 author: Rae, John title: Life of Adam Smith date: words: 158752.0 sentences: 6728.0 pages: flesch: 66.0 cache: ./cache/17196.txt txt: ./txt/17196.txt summary: Hume and Robertson, and all Smith''s Edinburgh friends; and he was, Smith''s chief friend in Edinburgh was David Hume. letter mentions Smith''s views on some historical subjects, it may be Smith sent a copy to Hume in London, and received the following reply, Smith visited London for the first time in September 1761, when Hume Lansdowne) writes Dugald Stewart: "I owe to a journey I made with Mr. Smith from Edinburgh to London the difference between light and That appears from a letter Hume writes Smith from London on A few days after the date of that letter Smith writes Hume again, Smith seems to have shown Hume''s letter to their common friends in Smith does not appear to have answered this letter at the time, but A week later Smith wrote Lord Hailes another letter, "giving," says His mother, his friends, his books--these were Smith''s three great id: 36345 author: Ricardo, David title: Letters of David Ricardo to Thomas Robert Malthus, 1810-1823 date: words: 93069.0 sentences: 5427.0 pages: flesch: 75.0 cache: ./cache/36345.txt txt: ./txt/36345.txt summary: value of a thing depends on the labour employed in producing it. corn remained low, money wages would not rise, and general profits could [_sic_] not corn and labour enter into its price or value? opinion that a rise in the price of corn always lowers general profits wages of labour produce, I think, the same effects as the second rise in relative price of corn rises from more labour being required to produce the demand may be, unless commodities fall in value from less labour commodity which a day''s labour will produce, and I cannot help thinking if, from an increased quantity of labour on the land, corn should appear or fall of corn, labour, and commodities, in real value, that is to say value of a commodity would be in proportion to the quantity of labour The value of almost all commodities is made up of labour and profits, id: 33310 author: Ricardo, David title: On The Principles of Political Economy, and Taxation date: words: 118192.0 sentences: 4963.0 pages: flesch: 66.0 cache: ./cache/33310.txt txt: ./txt/33310.txt summary: wages rise, the value of commodities produced in that manufacture, is natural price, the quantity of labour necessary to their production, price of commodities, wages, or profits, since these effects are equally The natural price of all commodities excepting raw produce and labour in the price of corn, which increases the money wages of the labourer, The high profits on capital employed in producing that commodity will the money price of commodities would not be raised by a rise of wages, cheaper price, wages will fall and profits rise; but if the commodities Taxes are a portion of the produce of the land and labour of a country, Neither a fall in the value of money, nor a tax on raw produce, though and therefore money rent varies with the price of corn; but a tax on raw money wages of labour which raises the price of commodities, but that id: 36541 author: Ruskin, John title: Unto This Last, and Other Essays on Political Economy date: words: 121727.0 sentences: 4476.0 pages: flesch: 65.0 cache: ./cache/36541.txt txt: ./txt/36541.txt summary: STORE, NATURE OF LABOUR, VALUE AND PRICE, THE CURRENCY 225 possess a good picture, as that any work of real merit should cost the first question of a good art-economist respecting any work is, we had political power, we would use it for the good of the nation; powers of mind would do far more real good by merely carrying out man is among His best works presently visible, and, as things stand, a real riches or property; and, supposing the men both to have worked some person working for us, that for the time and labour he spends in support so many persons as labour applied to produce useful articles, quantity of labour given by the person desiring it, in order to obtain and life-giving things, and by what degrees and kinds of labour they Property--that a man who works for a thing shall be allowed to get it, id: 42759 author: Ryan, John A. (John Augustine) title: Distributive Justice: The Right and Wrong of Our Present Distribution of Wealth date: words: 141343.0 sentences: 7205.0 pages: flesch: 61.0 cache: ./cache/42759.txt txt: ./txt/42759.txt summary: reckon the land as so much capital value, and the economic rent as has a right to the full product of his labour applies to capital as that land owners have a right to rent and to the selling value of socially created land values; for they expend neither time nor labour Since social production does not constitute a right to land values nor already existing land values than it has to seize the labourer''s wages from men''s equal rights to land merely proves that private ownership evils; and the so called production of the social values of land Private ownership of land belongs in a third class of natural rights. both are morally weaker than the labourer''s right to a living wage. THE ALLEGED RIGHT OF LABOUR TO THE ENTIRE PRODUCT OF INDUSTRY the value of the product belongs by a moral right to the labourer. id: 38439 author: Somerville, H. G. title: Curiosities of Impecuniosity date: words: 96151.0 sentences: 4117.0 pages: flesch: 70.0 cache: ./cache/38439.txt txt: ./txt/38439.txt summary: The man handed him the wig, and as soon as the doctor put it on, he said The men bowed and went away pleased, and early the next day waited on his business-man, Sherry took a look at the meagrely-filled house, and calling Sir Peter Laurie, when Lord Mayor of London, said at a dinner given to the The young blacksmith obtained work on his arrival, and some short time in Ely Place, on my return one day from Court, I found an old gentleman said, "very hard" at his time of life to every day perform the allotted eccentric provincial manager, abruptly closed the theatre at Bury St. Edmunds, after keeping it open a week or ten days, leaving the unfortunate was three years old, and living under the protection of a poor man and he lived three days on the shilling, and said afterwards the most my boy," said the man, and away went John. id: 20743 author: Spargo, John title: The Marx He Knew date: words: 12070.0 sentences: 756.0 pages: flesch: 89.0 cache: ./cache/20743.txt txt: ./txt/20743.txt summary: he was a wonderful man, my comrade," said Old Hans at length. Karl said to me one day as we were going home from school, Karl handed around a few copies of his poem about old Herr von "Soon after that Karl came home and I saw him nearly every day upon Karl''s father is rich alongside of poor people like us, but last Karl wrote to old Westphalen about it, and asked for Jenny in a like Karl: he had a way somehow of saying things you couldn''t forget. Then the government suppressed the paper, and Karl went away to Paris. Sometimes Karl and Engels would talk seriously about the great cause, Karl knew my writing, but not Barbara''s, so she wrote a little letter "How like Marx that was, Hans," said the Young Comrade then, "how then that I, poor old Hans Fritzsche, went to school with Karl; that I id: 33741 author: Tawney, R. H. (Richard Henry) title: The Acquisitive Society date: words: 50402.0 sentences: 1745.0 pages: flesch: 52.0 cache: ./cache/33741.txt txt: ./txt/33741.txt summary: owners of property against the possibility that their private rights social purpose is at once to turn property and economic activity from fact that the meaning of industry is the service of man, all who labor conditions of industrial organization, of the institution of private private property in the fact that it enabled the industrious man to The application to property and industry of the principle of function property used in industry, though not, of course, of the managers who As long as the private ownership of industrial capital remains, the property in capital in the important group of industries in which property in land and industrial capital, except for purposes specified public service, is so much the rule in private industry that no one The first condition of the right organization of industry is, then, the The first condition of the right organization of industry is, then, the id: 12920 author: Train, Arthur Cheney title: The "Goldfish" Being the Confessions af a Successful Man date: words: 63394.0 sentences: 3767.0 pages: flesch: 78.0 cache: ./cache/12920.txt txt: ./txt/12920.txt summary: I like hot baths and spend a good deal of time in the Turkish bath money and they read my wife''s name in the society columns of the New this way at my daughter''s request, cost thirty-seven hundred dollars. I could rent a good house for five thousand dollars successful fellow man lies in having a bigger house, men servants week-end party at the country-house of a widely known New York hostess In what we call the Old World a man''s social position is a matter of for the purpose of enabling people to have a good time, there is far eight hours a day for a thousand dollars a year, while his classmate is a good turn to let him know what I thought; and it was time that I did man; living my own life; finding happiness in things that were worth id: 33946 author: Unknown title: A Stiptick for a Bleeding Nation Or, a safe and speedy way to restore publick credit, and pay the national debts date: words: 5247.0 sentences: 325.0 pages: flesch: 79.0 cache: ./cache/33946.txt txt: ./txt/33946.txt summary: A Safe and Speedy WAY to Restore _Publick Credit_, and Pay If the _South-Sea_ Company would trade to our own Islands, _viz._ the _The Debt of =Seven Millions, Five Hundred Thousand Pounds=, One great Calamity is the Loss of _Paper Credit_, on which our _Trade_ If the _Government_ will forgive the _South-Sea_ Company the Debt of Has not the easy Way of getting Money prevented the _South-Sea_ Company us in a Way speedily to pay our _Debts_, and prevent _Stock-Jobbing_, or _South-Sea_ Company, of Lending Money on their _Stock_; had it not been, And for the _East-India_ Company, their _Trade_ is so far extended, Way to distress _Trade_: Especially when Corporations are suffer''d to _South-Sea_ Stock at _One Hundred and Twenty Five_ per Cent. _Losses_ of the _South-Sea_ Company shall be made good? _Bodies_ will be never able to raise Money to carry on a _Trade_, or id: 8214 author: Vaknin, Samuel title: Capitalistic Musings date: words: 30.0 sentences: 3.0 pages: flesch: 86.0 cache: ./cache/8214.txt txt: ./txt/8214.txt summary: Copyright (C) 2007 by Lidija Rangelovska. Please see the corresponding RTF file for this eBook. RTF is Rich Text Format, and is readable in nearly any modern word processing program. id: 11262 author: Vaknin, Samuel title: Cyclopedia of Economics date: words: 30.0 sentences: 3.0 pages: flesch: 86.0 cache: ./cache/11262.txt txt: ./txt/11262.txt summary: Copyright (C) 2007 by Lidija Rangelovska. Please see the corresponding RTF file for this eBook. RTF is Rich Text Format, and is readable in nearly any modern word processing program. id: 833 author: Veblen, Thorstein title: The Theory of the Leisure Class date: words: 106753.0 sentences: 3469.0 pages: flesch: 46.0 cache: ./cache/833.txt txt: ./txt/833.txt summary: characteristic feature of leisure class life is a conspicuous exemption leisure class has affected the economic life of later times were taking leisure-class scheme of life, since the household of this pecuniary leisure-class scheme of life here comes to an expression at the second whose tastes have been formed under middle-class habits of life or under shape leisure-class economic life. life under the leisure-class scheme, and so controlling the effective The leisure class lives by the industrial community rather than in it. leisure-class canon of reputable waste; at the same time all activity, the sporting life which the higher leisure-class code of proprieties leisure class of a modern community, or to the economic motives of which substantial canons of the leisure-class scheme of life are a conspicuous but it at the same time fits into the leisure-class scheme of life as leisure-class scheme of life. id: 39949 author: Veblen, Thorstein title: The Place of Science in Modern Civilisation, and Other Essays date: words: 155806.0 sentences: 5676.0 pages: flesch: 49.0 cache: ./cache/39949.txt txt: ./txt/39949.txt summary: industry; the matter-of-fact theories were accepted as substantial and items in the scheme of life, these productive goods are facts of human like nature is true for economic science; and it is the aim here to sequence in economic phenomena, they are worked out in terms given by In hedonistic theory the substantial end of economic life is individual Yet the critic is required to speak impersonally of Mr. Clark''s work as a phase of current economic theory. "natural." In point of economic theory the law appears on examination to growth, sequence, change, process, or the like, in economic life. The business man enters the economic life process from the pecuniary productive effect compassed by the industrial use of the material means are questions of the bearing of economic life upon the cultural changes The nature of landed wealth, in point of economic theory, especially as natural-rights theories in economic science, the growth of technological ==== make-pages.sh questions ==== make-pages.sh search ==== make-pages.sh topic modeling corpus Zipping study carrel