Package: rJST
Type: Package
Title: Joint Sentiment Topic Modelling
Version: 1.3
Date: 2020-02-13
Authors@R: c(person(given='Max', family='Boiten',role=c('cre','aut'),email='max_boiten@live.nl'), 
	person(given='Chenghua', family='Lin', role='cph'), 
	person(given='Yulan', family='He', role='cph'))
Maintainer: Max Boiten <max_boiten@live.nl>
Description: Estimates the Joint Sentiment Topic model and its reversed variety, 
    as described by Lin and He, 2009 <DOI:10.1145/1645953.1646003> and Lin, He, Everson and Ruger 
    (2012) <DOI:10.1109/TKDE.2011.48>.
License: GPL-3
Imports: magrittr, quanteda, reshape2, Rcpp, RcppProgress, SnowballC
Depends: methods
Suggests: knitr, rmarkdown, testthat (>= 2.1.0)
LinkingTo: Rcpp, RcppArmadillo, RcppProgress
Collate: 'RcppExports.R' 'dictionary.R' 'topNwords.R' 'jst_reversed.R'
        'jst.R' 'get_parameter.R' 'rJST.R'
Encoding: UTF-8
RoxygenNote: 7.0.2
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-02-13 14:36:34 UTC; max_b
Author: Max Boiten [cre, aut],
  Chenghua Lin [cph],
  Yulan He [cph]
Repository: CRAN
Date/Publication: 2020-02-13 15:00:02 UTC
