Ledolter/VanderVelde
Analyzing Textual Information
SAGE Publications, Inc.
Chapter 6: Sentiment Analysis
- HGI.csv: Harvard Sentiment file
- SentimentWords.RData: List of words with positive/negative sentimentv
- datacomb.csv: Text of the letters in the Territorial Papers, together with their meta-information
- Chapter6RCode1.docx: Importing HGI and creating lists of words with positive/negative sentiment, stored in SentimentWords.RData
- Chapter6RCode2.docx: Sentiment analysis of two letters
- Chapter6RCode3.txt: Sentiment analysis of the letters in the Territorial Papers
- Chapter6RCode4.docx: Sentiment analysis using the R package tidytext
- Chapter6CongressRCode5Tidytext.docx: Sentiment analysis for the Speeches of the 39th Congress using the R library tidytext
- PrelimData.RData: Raw R data for 39th Congress
- Other useful sentiment software in R.docx: Additional information on software