Skip to content

Code used for research of the effect of emotionally charged memes on reddit users

Notifications You must be signed in to change notification settings

coreywoodfield/meme-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meme-analysis

Purpose

This code was used for research on the long-term effects of emotionally charged memes (shared on reddit) on consumers of those memes, through the lens of their written text before and after joining communities where said memes were shared. LIWC and Empath were used to analyze the sentiment of the texts, and the Julia HypothesisTests package was used to analyze the results of LIWC and Empath, and Apache Spark was used to sort the users.

Organization

The sql in getdata was run on Google BigQuery to get user data. The code in sortdata is a Spark program for the sorting of comments by user. BigQuery is unwilling to sort such large amounts of data, and Spark is well suited to the task. processdata contains Julia code for preprocessing the data (cleaning text and filtering out users with insufficient information) and for processing the data (running it through Empath and running paired t-tests on the results)

About

Code used for research of the effect of emotionally charged memes on reddit users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published