forked from trinker/qdap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 1.81 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
Package: qdap
Type: Package
Title: Bridging the Gap Between Qualitative Data and Quantitative Analysis
Version: 2.3.1
Authors@R: c(person("Bryan", "Goodrich", role = "ctb"), person("Dason", "Kurkiewicz", role =
"ctb"), person("Tyler", "Rinker", email = "[email protected]", role = c("aut",
"cre")))
Maintainer: Tyler Rinker <[email protected]>
Depends: R (>= 3.1.0), qdapDictionaries (>= 1.0.2), qdapRegex (>= 0.1.2), qdapTools (>= 1.3.1),
RColorBrewer
Imports: chron, dplyr (>= 0.3), gdata, gender (>= 0.5.1), ggplot2 (>= 2.1.0), grid, gridExtra,
igraph, methods, NLP, openNLP (>= 0.2-1), parallel, plotrix, RCurl, reports,
reshape2, scales, stringdist, tidyr, tm (>= 0.7.2), tools, venneuler, wordcloud,
xlsx, XML
Suggests: koRpus, knitr, lda, proxy, stringi, SnowballC, testthat
LazyData: TRUE
VignetteBuilder: knitr
Description: Automates many of the tasks associated with quantitative discourse analysis of
transcripts containing discourse including frequency counts of sentence types,
words, sentences, turns of talk, syllables and other assorted analysis tasks. The
package provides parsing tools for preparing transcript data. Many functions enable
the user to aggregate data by any number of grouping variables, providing analysis
and seamless integration with other R packages that undertake higher level analysis
and visualization of text. This affords the user a more efficient and targeted
analysis. 'qdap' is designed for transcript analysis, however, many functions are
applicable to other areas of Text Mining/ Natural Language Processing.
License: GPL-2
URL: http://trinker.github.com/qdap/
BugReports: http://github.com/trinker/qdap/issues
Roxygen: list(wrap = FALSE)
RoxygenNote: 6.0.1