sentimentAnalyzer: Get the overall weight of emotions conveyed in a corpus

Description Usage Arguments Value Examples

View source: R/sentimentAnalyzer.R

Description

This function will help you extract the weight of emotions conveyed in a tweet

Usage

1
sentimentAnalyzer(word_vec, details)

Arguments

word_vec

This is the corpus you want to extract the sentiments from

details

(A TRUE/FALSE value): If TRUE you get a more robust distribution of these emotions. FALSE is summarised as Positive or Negative

Value

a data frame object. A data frame of each emotions and their corresponding weight in text

Examples

1

texter documentation built on Sept. 20, 2021, 5:08 p.m.