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: 11 months 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 13 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T17:19:49.000Z (over 5 years ago)
- Last Synced: 2024-10-11T18:26:31.833Z (over 1 year 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
====
[](https://www.repostatus.org/)
[](https://travis-ci.org/trinker/qdap) [](http://dx.doi.org/10.5281/zenodo.11124)
[](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)*