Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trinker/qdap
Quantitative Discourse Analysis Package: Bridging the gap between qualitative data and quantitative analysis
https://github.com/trinker/qdap
qdap quantitative-discourse-analysis text-analysis text-mining text-plotting
Last synced: 12 days ago
JSON representation
Quantitative Discourse Analysis Package: Bridging the gap between qualitative data and quantitative analysis
- Host: GitHub
- URL: https://github.com/trinker/qdap
- Owner: trinker
- Created: 2012-06-01T03:47:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T17:19:49.000Z (about 4 years ago)
- Last Synced: 2024-10-11T18:26:31.833Z (about 1 month ago)
- Topics: qdap, quantitative-discourse-analysis, text-analysis, text-mining, text-plotting
- Language: R
- Homepage: http://cran.us.r-project.org/web/packages/qdap/index.html
- Size: 36.9 MB
- Stars: 175
- Watchers: 26
- Forks: 44
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
qdap
====[![Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](http://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/)
[![Build Status](https://travis-ci.org/trinker/qdap.svg?branch=master)](https://travis-ci.org/trinker/qdap) [![DOI](https://zenodo.org/badge/5398/trinker/qdap.svg)](http://dx.doi.org/10.5281/zenodo.11124)
[![](https://cranlogs.r-pkg.org/badges/qdap)](https://cran.r-project.org/package=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](https://github.com/trinker/qdap/zipball/master) or [tar ball](https://github.com/trinker/qdap/tarball/master), 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](https://github.com/trinker/reports) first):
```r
if (!require("pacman")) install.packages("pacman")
pacman::p_load_gh(
"trinker/qdapDictionaries",
"trinker/qdapRegex",
"trinker/qdapTools",
"trinker/qdap"
)
```## Help
- Vignettes:
- [HTML Vignette: Introduction to qdap](http://trinker.github.io/qdap/vignettes/qdap_vignette.html)
- [PDF Vignette: qdap-tm Package Compatibility](http://trinker.github.io/qdap/vignettes/tm_package_compatibility.pdf)
- [PDF Vignette: Cleaning Text & Debugging](http://trinker.github.io/qdap_dev/vignettes/cleaning_and_debugging.pdf)## Contact
You are welcome to:
* submit suggestions and bug-reports at:
* send a pull request on:
* compose a friendly e-mail to:*Note: If you are reporting a bug make sure you have first read the [Cleaning Text & Debugging vignette](http://trinker.github.io/qdap_dev/vignettes/cleaning_and_debugging.pdf)*