forked from dselivanov/text2vec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.52 KB
/
DESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.52 KB
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
Package: text2vec
Type: Package
Version: 0.5.0.10
Date: 2017-01-07
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 = "selivanov.dmitriy@gmail.com"),
person("Qing", "Wang", role = c("aut", "cph"),
email = "selivanov.dmitriy@gmail.com",
comment = "Author of the WaprLDA C++ code"))
Maintainer: Dmitriy Selivanov <selivanov.dmitriy@gmail.com>
Encoding: UTF-8
SystemRequirements: GNU make, C++11
Depends:
R (>= 3.2.0),
methods
Imports:
Matrix (>= 1.1),
Rcpp (>= 0.11),
RcppParallel (>= 4.3.14),
digest (>= 0.6.8),
foreach(>= 1.4.3),
data.table(>= 1.9.6),
irlba (>= 2.2.1),
R6 (>= 2.1.2),
futile.logger (>= 1.4.3),
stringi (>= 1.1.5),
mlapi (>= 0.1.0)
LinkingTo: Rcpp,
RcppParallel,
digest,
sparsepp (>= 0.2.0)
Suggests:
doParallel,
testthat,
covr,
knitr,
rmarkdown,
glmnet,
parallel,
tokenizers,
magrittr
URL: http://text2vec.org
BugReports: https://github.com/dselivanov/text2vec/issues
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 6.0.1