-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.61 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
Package: tosca
Type: Package
Title: Tools for Statistical Content Analysis
Version: 0.3-1
Date: 2021-04-20
Authors@R: c(person("Lars", "Koppers", email="koppers@statistik.tu-dortmund.de", role=c("aut", "cre"), comment = c(ORCID = "0000-0002-1642-9616")),
person("Jonas", "Rieger", email="jonas.rieger@tu-dortmund.de", role=c("aut"), comment = c(ORCID = "0000-0002-0007-4478")),
person("Karin", "Boczek", email="karin.boczek@tu-dortmund.de", role=c("ctb"), comment = c(ORCID = "0000-0003-1516-4094")),
person("Gerret", "von Nordheim", email="gerret.vonnordheim@tu-dortmund.de", role=c("ctb"), comment = c(ORCID = "0000-0001-7553-3838")))
Description: A framework for statistical analysis in content analysis. In addition to a pipeline for preprocessing text corpora and linking to the latent Dirichlet allocation from the 'lda' package, plots are offered for the descriptive analysis of text corpora and topic models. In addition, an implementation of Chang's intruder words and intruder topics is provided. Sample data for the vignette is included in the toscaData package, which is available on gitHub: <https://github.com/Docma-TU/toscaData>.
URL: https://github.com/Docma-TU/tosca, https://doi.org/10.5281/zenodo.3591068
License: GPL (>= 2)
Encoding: UTF-8
Depends:
R (>= 3.5.0)
Imports:
tm (>= 0.7-5),
lda (>= 1.4.2),
quanteda (>= 1.4.0),
lubridate (>= 1.7.3),
htmltools (>= 0.3.6),
RColorBrewer (>= 1.1-2),
stringr (>= 1.3.1),
WikipediR (>= 1.5.0),
data.table (>= 1.11.4)
Suggests:
toscaData,
testthat (>= 2.0.0),
knitr (>= 1.20),
devtools (>= 1.13),
rmarkdown (>= 1.9)
RoxygenNote: 7.1.1
VignetteBuilder: knitr