Package: seededlda
Type: Package
Title: Seeded Sequential LDA for Topic Modeling
Version: 0.9.1
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: Seeded Sequential LDA can classify sentences of texts into pre-define topics with a small number of seed words (Watanabe & Baturo, forthcoming).
    Implements Seeded LDA (Lu et al., 2010) <doi:10.1109/ICDMW.2011.125> and Sequential LDA (Du et al., 2012) <doi:10.1007/s10115-011-0425-1> algorithms based on the GibbsLDA++ library. 
License: GPL-3
LazyData: TRUE
URL: https://github.com/koheiw/seededlda
BugReports: https://github.com/koheiw/seededlda/issues
Encoding: UTF-8
Depends: R (>= 3.5.0), quanteda (>= 3.3.0), methods, proxyC (>= 0.3.1)
Imports: Matrix
LinkingTo: Rcpp, RcppParallel, RcppArmadillo (>= 0.7.600.1.0), quanteda
Suggests: testthat, topicmodels
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-05-01 10:44:17 UTC; watan
Author: Kohei Watanabe [aut, cre, cph],
  Phan Xuan-Hieu [aut, cph] (GibbsLDA++)
Maintainer: Kohei Watanabe <watanabe.kohei@gmail.com>
Repository: CRAN
Date/Publication: 2023-05-01 14:20:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2023-05-02 11:18:25 UTC; unix
Archs: seededlda.so.dSYM
