Skip to content

PerseusDL/TopicModellingR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.5%
  • R 19.9%
  • Other 1.6%