Visualizations
Total Monthly Mean
Graphing the mean sentiment of all messages in a monthly period with a trendline. The size of the dot corresponds to the number of messages in that period of time. Graphed using R ggplot
.
Polarity of Facebook messages
A trendline of positivity in Facebook messages and how it changes month over month. This graph was created using an earlier version of the sentiment scoring explorations and graphs relative change rather than absolute score. Graphed with ChatGPT.
Word Cloud
A word cloud generated with python using the WordCloud
package, scaled with frequency of sentiment.
Source: gen_wordcloud.py