Skip to content

wrathematics/TAG

Repository files navigation

TAG: Text Analysis Gateway

  • Version: 0.0.11
  • Status
  • Build Status
  • License
  • Authors: The TAG Team: Drew Schmidt and Mike Black

The Text Analytics Gateway (TAG) is an interactive webapp for performing simple analyses on unstructured text.

When the gateway becomes mature enough, it will be made available one XSEDE compute resources. However, it is completely open source and you are free to install it on your laptop or a different remote resource.

Installation

In addition to needing R, you need the following packages:

  • utils,
  • shiny (>= 0.11.1),
  • ggplot2 (>= 1.0.0),
  • memuse (>= 3.0.0),
  • tm (>= 0.6),
  • wordcloud (>= 2.5),
  • RColorBrewer (>= 1.0.5),
  • SnowballC (>= 0.5.1),
  • qdap (>= 2.2.0),
  • markdown (>= 0.7.4),
  • rmarkdown (>= 0.5.1),
  • topicmodels (>= 0.2.1),
  • LDAvis (>= 0.3.1),
  • DT (>= 0.1),
  • ngram (>= 2.0),
  • rvest (>= 0.2.0)

The easiest way to install this package is use the devtools package, which will handle dependency resolution for you. To install devtools, you can run the following from R:

install.packages("devtools")

Note that you will need to be able to install R packages from source. So in addition, you will need:

From then on, you can install the current build of the textgateway package via:

devtools::install_github("wrathematics/textgateway")

Launching

From a terminal, you can launch the app via the runapp.sh script. If your web browser does not automatically open the web app, use the url/port combo that it prints it's "listening on" in your web browser.

You can also easily run the app from any interactive R session:

library(TAG)
runTAG()

Acknowledgements

Work for this project was supported in part by the project Extreme Science and Engineering Discovery Environment (XSEDE), which is supported by National Science Foundation grant number ACI-1053575.

Any opinions, findings, and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the National Science Foundation.

About

Text Analytics Gateway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors