- Install [R] (https://www.r-project.org) and optionally [RStudio] (https://www.rstudio.com)
- 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") - In RStudio/R run:
library(shiny)and then: runUrl("https://github.com/ThomasK81/TopicModellingR/archive/master.zip", subdir = "/shiny/tmApp/")- Enjoy!
PerseusDL/TopicModellingR
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- JavaScript 78.5%
- R 19.9%
- Other 1.6%