ruleLinearModel {SentimentAnalysis} | R Documentation |
Sentiment based on linear model
Description
Sentiment score as denoted by a linear model.
Usage
ruleLinearModel(dtm, d)
Arguments
dtm |
Document-term matrix |
d |
Dictionary of type |
Value
Continuous sentiment score
[Package SentimentAnalysis version 1.3-5 Index]