powered by
This function will help you extract the weight of emotions conveyed in a tweet
sentimentAnalyzer(word_vec, details)
This is the corpus you want to extract the sentiments from
(A TRUE/FALSE value): If TRUE you get a more robust distribution of these emotions. FALSE is summarised as Positive or Negative
a data frame object. A data frame of each emotions and their corresponding weight in text
# NOT RUN { sentimentAnalyzer(doge$text, details = TRUE) # }
Run the code above in your browser using DataLab