forked from sfeuerriegel/SentimentAnalysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.32 KB
/
Copy pathDESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: SentimentAnalysis
Type: Package
Title: Dictionary-based sentiment analysis
Version: 1.1-0
Date: 2016-08-26
Authors@R: c(person("Stefan", "Feuerriegel", email="stefan.feuerriegel@is.uni-freiburg.de",
role=c("aut", "cre")),
person("Nicolas", "Proellochs", email="nicolas.proellochs@is.uni-freiburg.de",
role=c("aut")))
Author: Stefan Feuerriegel [aut, cre],
Nicolas Proellochs [aut]
Maintainer: Stefan Feuerriegel <stefan.feuerriegel@is.uni-freiburg.de>
Description: Performs a sentiment analysis of textual contents in R. This implementation
utilizes various existing dictionaries, such as General Inquirer, Harvard IV or
Loughran-McDonald. Furthermore, it can also create customized dictionaries. The latter
uses LASSO regularization as a statistical approach to select relevant terms based on
an exogeneous response variable.
License: MIT + file LICENSE
URL: https://github.com/sfeuerriegel/SentimentAnalysis
BugReports: https://github.com/sfeuerriegel/SentimentAnalysis/issues
Depends:
R (>= 2.10)
Imports:
tm (>= 0.6),
qdapDictionaries,
ngramrr (>= 0.1),
moments,
stringdist,
SnowballC,
XML,
glmnet,
ggplot2,
mgcv
Suggests:
testthat,
knitr,
rmarkdown
LazyData: true
RoxygenNote: 5.0.1
VignetteBuilder: knitr