Description
Bridging the Gap Between Qualitative Data and Quantitative Analysis.
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.
README.md
qdap
qdap (Quantitative Discourse Analysis Package) is an R package designed to assist in quantitative discourse analysis. The package stands as a bridge between qualitative transcripts of dialogue and statistical analysis & visualization.
Installation
To download the development version of qdap:
Download the zip ball or tar ball, decompress and run R CMD INSTALL
on it, or use the pacman package to install the development version (The user may want to install the dev version of reports first):
if (!require("pacman")) install.packages("pacman")
pacman::p_load_gh(
"trinker/qdapDictionaries",
"trinker/qdapRegex",
"trinker/qdapTools",
"trinker/qdap"
)
Help
- Vignettes:
Contact
You are welcome to:
- submit suggestions and bug-reports at: https://github.com/trinker/qdap/issues
- send a pull request on: https://github.com/trinker/qdap/
- compose a friendly e-mail to: [email protected]
Note: If you are reporting a bug make sure you have first read the Cleaning Text & Debugging vignette.