Package: seededlda Type: Package Title: Seeded Sequential LDA for Topic Modeling Version: 1.4.4 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, 2023) . Implements Seeded LDA (Lu et al., 2010) and Sequential LDA (Du et al., 2012) with the distributed LDA algorithm (Newman, et al., 2009) for parallel computing. License: GPL-3 LazyData: TRUE URL: https://github.com/koheiw/seededlda, https://koheiw.github.io/seededlda/ BugReports: https://github.com/koheiw/seededlda/issues Encoding: UTF-8 Depends: R (>= 3.5.0) Imports: quanteda (>= 4.0.0), methods, proxyC (>= 0.3.1), Matrix, utils LinkingTo: Rcpp, RcppArmadillo (>= 0.7.600.1.0), quanteda, testthat Suggests: spelling, testthat, topicmodels RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Language: en-US Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev Repository: https://koheiw.r-universe.dev Date/Publication: 2026-05-28 00:19:35 UTC RemoteUrl: https://github.com/koheiw/seededlda RemoteRef: HEAD RemoteSha: afb4cd02f2a73881f22aabe70b639710f101d2d7 NeedsCompilation: yes Packaged: 2026-07-04 06:44:39 UTC; root Author: Kohei Watanabe [aut, cre, cph], Phan Xuan-Hieu [aut, cph] (GibbsLDA++) Maintainer: Kohei Watanabe