Package: syuzhet
Type: Package
Title: Extracts Sentiment and Sentiment-Derived Plot Arcs from Text
Version: 0.2.0
Date: 2015-01-20
Authors@R: person("Matthew", "Jockers", email = "mjockers@gmail.com",
  role = c("aut", "cre"))
Maintainer: Matthew Jockers <mjockers@gmail.com>
Description: Extracts sentiment and sentiment-derived plot arcs 
  from text using three sentiment dictionaries conveniently 
  packaged for consumption by R users.  Implemented dictionaries include
  "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 method 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
LazyData: true
Suggests: knitr, pander, testthat (>= 0.9.1)
NeedsCompilation: no
VignetteBuilder: knitr
Packaged: 2015-02-21 22:16:27 UTC; mjockers
Author: Matthew Jockers [aut, cre]
Repository: CRAN
Date/Publication: 2015-02-22 00:24:40
Built: R 3.1.2; ; 2015-02-22 16:49:25 UTC; unix
