Displaying 1 result from an estimated 1 matches for "classify_emot".
2012 Nov 23
1
Sentiment analysis in R
Hi All,
I am trying to perform sentiment analysis using R with the
help of the library(sentiment). I am using the function
classify_emotions(sentiment). It is basically selecting a particular word
from a sentence and with the help of the pr-defined score of that
particular word, it is giving the sentiment score of the whole sentence.
For example,in the sentence "I am happy", it is selecting the word "happy"
and i...