This tutorial will walk you through three different types of Sentiment application to a data set. It will strip text into single words and allow you to apply a sentiment match to each word (if its available in R). We use the three sentiments; bing, nrc, & afinn.
Connect to SQL Server:
https://youtu.be/DwzIx7CEn0Y
Create data set:
https://github.com/ProfessorPitch/ProfessorPitch/blob/master/SQL/Sentiment.sql
Sentiment Script:
https://github.com/ProfessorPitch/ProfessorPitch/blob/master/R/Sentiment.R