Hi, I follow the course on YouTube titled by "Sentiment Analysis in R | Sentiment Analysis of Twitter Data | Data Science Training | Edureka", but can't solve the error after I imported my prepared tweets data set, which contains 518 tweets. The scores of every sentence are all 101, and when I limited the data set to 50 tweets, the scores are all 24.
> tweet1 <- read.csv('theInternet2009.csv')
> theInternet2009score <- score.sentiment(tweet1,pos.words,neg.words,.progress = 'text')
|=====================================================================================================================================| 100%
Warning message:
In data.frame(score = scores, text = sentences) :
row names were found from a short variable and have been discarded