calculate_total_presence_sentiment {RSentiment} | R Documentation |
This function loads text and calculates number of sentences which are positive, negative, very positive, very negative, neutral and sarcasm.
calculate_total_presence_sentiment(text)
text |
A vector of sentences or a sentence (English). |
A 2-D matrix with two rows and 6 columns where first row contains the name of sentiment category and the second row contains the number in each category in string format.
calculate_total_presence_sentiment(c("This is good","This is bad"))