forked from keyATM/keyATM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.6 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: keyATM
Version: 0.3.1
Title: Keyword Assisted Topic Model
Description: Fits keyword assisted topic models (keyATM) using collapsed Gibbs samplers. The keyATM combines the latent dirichlet allocation (LDA) models with a small number of keywords selected by researchers in order to improve the interpretability and topic classification of the LDA. The keyATM can also incorporate covariates and directly model time trends. The keyATM is proposed in Eshima, Imai, and Sasaki (2020) <arXiv:2004.05964>.
Authors@R: c(person("Shusei", "Eshima", email = "[email protected]", role = c("aut","cre"), comment = c(ORCID = "0000-0003-3613-4046")),
person("Tomoya", "Sasaki", email = "[email protected]", role = c("aut")),
person("William", "Lowe", email = "[email protected]", role = c("ctb")),
person("Kosuke", "Imai", email = "[email protected]", role = c("aut")),
person("Chung-hong", "Chan", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-6232-7530")),
person(given = "Romain", family = "François", role = "ctb", comment = c(ORCID = "0000-0002-2444-4226")))
License: GPL-3
Depends: R (>= 3.6)
Imports: Rcpp,
dplyr (>= 1.0.0),
fastmap,
ggplot2,
ggrepel,
magrittr,
Matrix,
parallel,
purrr,
quanteda (>= 2.0.0),
rlang,
stats,
stringr,
tibble,
tidyr (>= 1.0.0)
LinkingTo: Rcpp,
RcppEigen,
RcppProgress
Suggests:
readtext,
testthat (>= 2.1.0)
URL: https://keyatm.github.io/keyATM/
Encoding: UTF-8
BugReports: https://github.com/keyATM/keyATM/issues
LazyData: TRUE
RoxygenNote: 7.1.1
SystemRequirements: C++11
Roxygen: list(markdown = TRUE)