Questions tagged [sentimentr]
33 questions
0
votes
1 answer
How is sentiment score calculated in the R SentimentAnalysis package?
I'm using the General Inquirer dictionary with the SentimentAnalysis package and I can't figure out how they assign the sentiment score...
For example, if I run the following code:
sentiment <-…

zabo
- 1
- 3
0
votes
1 answer
What are the available packages for sentimental analysis in r?
There are various packages available to perform sentiment analysis in R: sentimentalanalysis,syuzhet, sentimentr and many more. actually i just want sentimensts - positive, neutral, and negative. so as to predict stock movement or justify it's…

paras raheja
- 9
- 3
-1
votes
1 answer
Sentimentr package with French dictionary
I have created polarity and shifters dictionaries (a few words just to test) with columns x and y as requested.
I get the following error:
Error in [.data.frame`(polarity_dt, word_dat[["words"]]) : undefined
columns selected
Please could you…

hganger
- 147
- 2
- 12