-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.35 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
51
52
53
54
55
56
57
Package: textmineR
Type: Package
Title: Functions for Text Mining and Topic Modeling
Version: 3.0.5.999
Authors@R: c(
person("Tommy", "Jones", role = c("aut", "cre"), email = "jones.thos.w@gmail.com"),
person("William", "Doane", email = "wil@drdoane.com", role = "ctb"),
person("Mattias", "Attbom", email = "mattias1126@protonmail.com", role = "ctb")
)
Description: An aid for text mining in R, with a syntax that
should be familiar to experienced R users. Provides a wrapper for several
topic models that take similarly-formatted input and give similarly-formatted
output. Has additional functionality for analyzing and diagnostics for
topic models.
SystemRequirements: GNU make, C++11
Depends:
R (>= 3.0.2),
Matrix
Imports:
gtools,
magrittr,
methods,
parallel,
text2vec (>= 0.5),
stopwords,
stringr,
Rcpp,
RcppProgress,
RSpectra,
utils
Suggests:
spelling,
digest,
dplyr,
igraph,
knitr,
lda,
MASS,
rmarkdown,
SnowballC,
stringi,
testthat,
tibble,
tidyr,
tidytext,
topicmodels,
wordcloud
License: MIT + file LICENSE
URL: https://www.rtextminer.com/
BugReports: https://github.com/TommyJones/textmineR/issues
LazyData: true
LinkingTo: Rcpp,
RcppArmadillo,
RcppProgress
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Language: en-US