Description Usage Format Source Examples
A collection of texts annotated by humans in terms of relevance to the U.S. economy or not. The texts come from two major journals in the U.S. (The Wall Street Journal and The Washington Post) and cover 4145 documents between 1995 and 2014. It contains following information:
id. A character
ID identifier.
date. Date as "yyyy-mm-dd"
.
texts. Texts in character
format.
wsj. Equals 1 if the article comes from The Wall Street Journal.
wapo. Equals 1 if the article comes from The Washington Post (complementary to ‘wsj’).
economy. Equals 1 if the article is relevant to the U.S. economy.
noneconomy. Equals 1 if the article is not relevant to the U.S. economy (complementary to ‘economy’).
1 | data("usnews")
|
A data.frame
, formatted as required to be an input for sento_corpus
.
Economic News Article Tone and Relevance. Retrieved November 1, 2017.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.