-
Notifications
You must be signed in to change notification settings - Fork 134
/
DESCRIPTION
executable file
·50 lines (50 loc) · 1.46 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
41
42
43
44
45
46
47
48
49
50
Package: text2vec
Type: Package
Version: 0.6.4
Title: Modern Text Mining Framework for R
License: GPL (>= 2) | file LICENSE
Description: Fast and memory-friendly tools for text vectorization, topic
modeling (LDA, LSA), word embeddings (GloVe), similarities. This package
provides a source-agnostic streaming API, which allows researchers to perform
analysis of collections of documents which are larger than available RAM. All
core functions are parallelized to benefit from multicore machines.
Authors@R: c(
person("Dmitriy", "Selivanov", role = c("aut", "cre", "cph"),
email = "[email protected]"),
person("Manuel", "Bickel", role = c("aut", "cph"),
comment = "Coherence measures for topic models"),
person("Qing", "Wang", role = c("aut", "cph"),
comment = "Author of the WaprLDA C++ code"))
Maintainer: Dmitriy Selivanov <[email protected]>
Encoding: UTF-8
Depends:
R (>= 3.6.0),
methods
Imports:
Matrix (>= 1.5-2),
Rcpp (>= 1.0.3),
R6 (>= 2.3.0),
data.table(>= 1.9.6),
rsparse (>= 0.3.3.4),
stringi (>= 1.1.5),
mlapi (>= 0.1.0),
lgr (>= 0.2),
digest (>= 0.6.8)
LinkingTo:
Rcpp,
digest (>= 0.6.8)
Suggests:
magrittr,
udpipe (>= 0.6),
glmnet,
testthat,
covr,
knitr,
rmarkdown,
proxy,
LDAvis
URL: http://text2vec.org
BugReports: https://github.com/dselivanov/text2vec/issues
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 6.1.1