forked from mjockers/syuzhet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.21 KB
/
DESCRIPTION
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
Package: syuzhet
Type: Package
Title: Extracts Sentiment and Sentiment-Derived Plot Arcs from Text
Version: 1.0.1
Date: 2017-03-05
Authors@R: person("Matthew", "Jockers", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Matthew Jockers <[email protected]>
Description: Extracts sentiment and sentiment-derived plot arcs
from text using three sentiment dictionaries conveniently
packaged for consumption by R users. Implemented dictionaries include
"syuzhet" (default) developed in the Nebraska Literary Lab
"afinn" developed by Finn {\AA}rup Nielsen, "bing" developed by Minqing Hu
and Bing Liu, and "nrc" developed by Mohammad, Saif M. and Turney, Peter D.
Applicable references are available in README.md and in the documentation
for the "get_sentiment" function. The package also provides a hack for
implementing Stanford's coreNLP sentiment parser. The package provides
several methods for plot arc normalization.
URL: https://github.com/mjockers/syuzhet
License: GPL-3
Imports:
openNLP,
NLP,
zoo,
dtt,
stats,
graphics
LazyData: true
Suggests:
knitr,
pander,
testthat (>= 0.9.1)
NeedsCompilation: no
VignetteBuilder: knitr
RoxygenNote: 5.0.1