-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1010 Bytes
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: biglda
Type: Package
Title: Fast LDA Topic Modelling for Big Corpora
Version: 0.0.2
Date: 2023-02-17
Authors@R: c(
person("Andreas", "Blaette", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0001-8970-8010")),
person("Christoph", "Leonhardt", role = "ctb")
)
Maintainer: Andreas Blaette <[email protected]>
Description: Auxiliary functions for topicmodelling.
Encoding: UTF-8
License: GPL-3
Depends:
R (>= 3.5.0)
Imports:
polmineR (>= 0.8.7.9012),
methods,
data.table,
topicmodels,
pbapply,
parallel,
rJava,
slam,
xml2,
cli,
readr,
Rcpp (>= 1.0.10)
Suggests:
testthat,
knitr,
rmarkdown,
reticulate,
RcppCNPy,
tm,
purrr,
stringi
SystemRequirements: java
LinkingTo: Rcpp, RcppArmadillo
VignetteBuilder: knitr
Collate:
'biglda.R'
'utils.R'
'fileops.R'
'as.instance_list.R'
'as_LDA.R'
'gensim.R'
'metrics.R'
'svmlight.R'
'beta.R'
'gamma.R'
'zzz.R'
'RcppExports.R'
RoxygenNote: 7.2.3