Package: seededlda
Type: Package
Title: Seeded-LDA for Topic Modeling
Version: 0.8.2
Authors@R: c(person("Kohei", "Watanabe", email = "watanabe.kohei@gmail.com", role = c("aut", "cre", "cph")),
             person("Phan", "Xuan-Hieu", email = "pxhieu@gmail.com", role = c("aut", "cph"), comment = "GibbsLDA++"))
Description: Implements the seeded-LDA model (Lu, Ott, Cardie & Tsou 2010) <doi:10.1109/ICDMW.2011.125> using the quanteda package and the GibbsLDA++ library for semisupervised topic modeling. 
    Seeded-LDA allows users to pre-define topics with keywords to perform theory-driven analysis of textual data in social sciences and humanities (Watanabe & Zhou 2020) <doi:10.1177/0894439320907027>.
License: GPL-3
URL: https://github.com/koheiw/seededlda
BugReports: https://github.com/koheiw/seededlda/issues
Encoding: UTF-8
Depends: R (>= 3.5.0), quanteda (> 2.0), methods, proxyC (>= 0.3.1)
Imports: Matrix
LinkingTo: Rcpp, RcppParallel, RcppArmadillo (>= 0.7.600.1.0), quanteda
Suggests: testthat, quanteda.textmodels, topicmodels
RoxygenNote: 7.2.1
NeedsCompilation: yes
Packaged: 2022-10-09 12:39:27 UTC; kohei
Author: Kohei Watanabe [aut, cre, cph],
  Phan Xuan-Hieu [aut, cph] (GibbsLDA++)
Maintainer: Kohei Watanabe <watanabe.kohei@gmail.com>
Repository: CRAN
Date/Publication: 2022-10-09 13:10:02 UTC
