Modifying the sentiment of certain words in tidytext get_sentiments()
I am trying to modify the sentiment of a few specific words in my df to make them more suitable for my context, where they were used with a negative connotation but have been classified as having a positive sentiment. The words are “talent” and “prefer”. Here is my code: #Loading packages library(dplyr) library(ggplot2) require(readxl) … Read more