senti_diffs_per_ref: Calculate senti_diffs_per_ref from Matrix

Description Usage Arguments Author(s)

Description

Calculate senti_diffs_per_ref from Matrix

Usage

1
2
3
4
5
6
7
8
senti_diffs_per_ref(x, positive, negative)

## S3 method for class 'TermDocumentMatrix'
senti_diffs_per_ref(x, positive = posterms_GI(),
  negative = negterms_GI())

## S3 method for class 'DocumentTermMatrix'
senti_diffs_per_ref(x, ...)

Arguments

x

TermDocumentMatrix

positive

character vector specifying positive terms to be used, defaults to posterms_GI

negative

character vector specifying negative terms to be used, defaults tonegterms_GI

...

Additional paramters passed to polarity

Author(s)

Mario Annau


ViennaR/SentimentAnalysis documentation built on May 9, 2019, 9:56 p.m.