Skip to content

stefan-mueller/tada

Repository files navigation

TADA - The Text as Data App

This repository contains all files of the Shiny application TADA - The Text as Data App. TADA is work in progress and its functionality will be constantly extended. Currently, the app allows you to upload textual data with document-level variables, get descriptive statistics of your text and to analyze the corpus using various text scaling techniques (Wordscores, Wordfish, Correspondence Analysis) or topic models. All results from this app can be downloaded easily. The app also allows you to visualize most of your models and produces publication ready graphics. Almost all of the text analysis functions avaialble in TADA are based on the quanteda R package. The implementation of LDA is based on the topicmodels package. All plots are based on ggplot2.

You can access the most recent stable version at: https://tada-gui.shinyapps.io/tada/.

When you have R installed, you can open the app on your local machine.

# install shiny package if it is not
if (!"shiny" %in% installed.packages()) {
  install.packages("shiny")
}

# load the shiny package
library(shiny)

# easiest way to load TADA is to use runGitHub
runGitHub("tada", "stefan-mueller")

How to cite TADA:

Jankowski, Michael, and Stefan Müller (2017). TADA: The Text-as-Data-App. Version 0.1. https://github.com/stefan-mueller/tada.

A BibTeX entry for LaTeX users is:

@Manual{,
	author = {Michael Jankowski and Stefan Müller},
	title = {TADA: The Text as Data App},
	note = {Version 0.1}, 
	url = {https://github.com/stefan-mueller/tada},
}

Manuals and an extensive documentation are coming soon. If you have recommendations or face a problem, please open an issue or contact the maintainers:

About

TADA – The Text as Data App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages