All Projects → trinker → Qdap

trinker / Qdap

Quantitative Discourse Analysis Package: Bridging the gap between qualitative data and quantitative analysis

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Qdap

woolly
The Text Mining Elixir
Stars: ✭ 48 (-67.12%)
Mutual labels:  text-mining, text-analysis
support-tickets-classification
This case study shows how to create a model for text analysis and classification and deploy it as a web service in Azure cloud in order to automatically classify support tickets. This project is a proof of concept made by Microsoft (Commercial Software Engineering team) in collaboration with Endava http://endava.com/en
Stars: ✭ 142 (-2.74%)
Mutual labels:  text-mining, text-analysis
TRUNAJOD2.0
An easy-to-use library to extract indices from texts.
Stars: ✭ 18 (-87.67%)
Mutual labels:  text-mining, text-analysis
Fake news detection
Fake News Detection in Python
Stars: ✭ 194 (+32.88%)
Mutual labels:  text-mining, text-analysis
Text mining resources
Resources for learning about Text Mining and Natural Language Processing
Stars: ✭ 358 (+145.21%)
Mutual labels:  text-mining, text-analysis
corpusexplorer2.0
Korpuslinguistik war noch nie so einfach...
Stars: ✭ 16 (-89.04%)
Mutual labels:  text-mining, text-analysis
R Text Data
List of textual data sources to be used for text mining in R
Stars: ✭ 85 (-41.78%)
Mutual labels:  text-mining, text-analysis
text-analysis
Weaving analytical stories from text data
Stars: ✭ 12 (-91.78%)
Mutual labels:  text-mining, text-analysis
Artificial Adversary
🗣️ Tool to generate adversarial text examples and test machine learning models against them
Stars: ✭ 348 (+138.36%)
Mutual labels:  text-mining, text-analysis
Graphbrain
Language, Knowledge, Cognition
Stars: ✭ 294 (+101.37%)
Mutual labels:  text-mining, text-analysis
Awesome Text Classification
Awesome-Text-Classification Projects,Papers,Tutorial .
Stars: ✭ 158 (+8.22%)
Mutual labels:  text-mining, text-analysis
Awesome Sentiment Analysis
Repository with all what is necessary for sentiment analysis and related areas
Stars: ✭ 459 (+214.38%)
Mutual labels:  text-mining, text-analysis
DaDengAndHisPython
【微信公众号:大邓和他的python】, Python语法快速入门https://www.bilibili.com/video/av44384851 Python网络爬虫快速入门https://www.bilibili.com/video/av72010301, 我的联系邮箱[email protected]
Stars: ✭ 59 (-59.59%)
Mutual labels:  text-mining, text-analysis
kwx
BERT, LDA, and TFIDF based keyword extraction in Python
Stars: ✭ 33 (-77.4%)
Mutual labels:  text-mining, text-analysis
Open Semantic Search
Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)
Stars: ✭ 386 (+164.38%)
Mutual labels:  text-mining, text-analysis
Orange3 Text
🍊 📄 Text Mining add-on for Orange3
Stars: ✭ 83 (-43.15%)
Mutual labels:  text-mining, text-analysis
Text predictor
Char-level RNN LSTM text generator📄.
Stars: ✭ 99 (-32.19%)
Mutual labels:  text-mining
Awesome Hungarian Nlp
A curated list of NLP resources for Hungarian
Stars: ✭ 121 (-17.12%)
Mutual labels:  text-mining
Lda Topic Modeling
A PureScript, browser-based implementation of LDA topic modeling.
Stars: ✭ 91 (-37.67%)
Mutual labels:  text-mining
Stopwords
Multilingual Stopword Lists in R
Stars: ✭ 89 (-39.04%)
Mutual labels:  text-analysis

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. Build Status DOI

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

Contact

You are welcome to:

Note: If you are reporting a bug make sure you have first read the Cleaning Text & Debugging vignette

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].