Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 563 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 563 Bytes

TopicModellingR

Try-out the DNZ topic-modeller (based on the Digital NZ API)

  1. Install [R] (https://www.r-project.org) and optionally [RStudio] (https://www.rstudio.com)
  2. In RStudio/R install some packages you will need: install.packages("shiny"), install.packages("LDAvis"), install.packages("XML"), install.packages("RCurl"), install.packages("plyr"), install.packages("tm")
  3. In RStudio/R run: library(shiny) and then:
  4. runUrl("https://github.com/ThomasK81/TopicModellingR/archive/master.zip", subdir = "/shiny/tmApp/")
  5. Enjoy!