Learn R Programming

SentimentAnalysis (version 1.3-4)

ruleNegativity: Ratio of negative words

Description

Ratio of words labeled as negative in that dictionary compared to the total number of words in the document. Here, it uses the entry negativeWords of the SentimentDictionaryBinary.

Usage

ruleNegativity(dtm, d)

Value

Ratio of negative words compared to all

Arguments

dtm

Document-term matrix

d

Dictionary of type SentimentDictionaryBinary