Text Mining: Sentiment Analysis in R

Опубликовано: 11 Февраль 2026
на канале: ProfessorPitch
7,196
35

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:
   • How to Run SQL in R  

Create data set:
https://github.com/ProfessorPitch/Pro...

Sentiment Script:
https://github.com/ProfessorPitch/Pro...