Lab 2: Conceptual Overview
Part 1: Research Overview
What is Sentiment Analysis?
What research questions can sentiment analysis answer?
Part 2: R Code-Along
Affin
Bing
Loughran
NRC
Applying Sentiment Analysis in STEM Education Research
By summing the values related to each word in a document, we will be able to find out the tone or sentiment of the whole document.
Figure source: Silge & Robinson, 2017
What is the public sentiment expressed toward the NGSS? How does sentiment for NGSS compare to sentiment for CCSS?
Take a look at the dataset located here and consider the following:
- What format is this data set stored as?
- What are some things you notice about this dataset?
- What questions do you have about this dataset?
- What similar dataset do you have?
- What research questions do you want to address with your dataset?
Lexicons!
[Text Mining_Sentiment Analysis]
inner_join() allows us to keep only the rows with words that match words in our sentiment lexicons, or dictionaries, along with the sentiment measure for that word from the sentiment lexicon.
There is a difference in the intended use of the lexicon. The following figure shows the different lexicons, the number of words in the lexicon, resolution, calculation method and classification method.
Dr. Shiyan Jiang