-
Notifications
You must be signed in to change notification settings - Fork 72
/
DESCRIPTION
45 lines (45 loc) · 1.35 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
36
37
38
39
40
41
42
43
44
45
Package: syuzhet
Type: Package
Title: Extracts Sentiment and Sentiment-Derived Plot Arcs from Text
Version: 1.0.7
Date: 2023-8-11
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 a variety of sentiment dictionaries conveniently
packaged for consumption by R users. Implemented dictionaries include
"syuzhet" (default) developed in the Nebraska Literary Lab
"afinn" developed by Finn Å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
Depends:
R (>= 3.5.0)
Imports:
textshape (>= 1.3.0),
NLP,
zoo,
dtt,
stats,
graphics,
dplyr,
tidyr,
rlang
Suggests:
devtools,
knitr,
pander,
parallel,
readxl,
rmarkdown,
stringr,
testthat (>= 0.9.1)
NeedsCompilation: no
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Encoding: UTF-8