-
Notifications
You must be signed in to change notification settings - Fork 131
/
DESCRIPTION
38 lines (38 loc) · 1.22 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
Package: LDAvis
Title: Interactive Visualization of Topic Models
Version: 0.3.5
Authors@R: c(
person("Carson", "Sievert", role = c("aut", "cre"), email = "cpsievert1@gmail.com", comment = c(ORCID = "0000-0002-4958-2844")),
person("Kenny", "Shirley", role = "aut", email = "kshirley@research.att.com"),
person("Christopher", "Baker", role = "ctb", email = "chriscrewbaker@gmail.com")
)
Description: Tools to create an interactive web-based visualization of a
topic model that has been fit to a corpus of text data using
Latent Dirichlet Allocation (LDA). Given the estimated parameters of
the topic model, it computes various summary statistics as input to
an interactive visualization built with 'D3.js' that is accessed via
a browser. The goal is to help users interpret the topics in their
'LDA' topic model.
Depends:
R (>= 3.4.0)
Imports:
proxy,
RJSONIO,
parallel
License: MIT + file LICENSE
Suggests:
mallet,
lda,
topicmodels,
gistr (>= 0.0.8.99),
servr,
shiny,
knitr,
rmarkdown,
digest,
htmltools
LazyData: true
VignetteBuilder: knitr
URL: https://github.com/cpsievert/LDAvis
BugReports: https://github.com/cpsievert/LDAvis/issues
RoxygenNote: 6.0.1