Skip to content

R package to create interactive d3 visualization of LDA topic model

License

Notifications You must be signed in to change notification settings

GaganKapoor/LDAviz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDAviz

R package for fitting and visualizing topic models. To install the package:

library(devtools); install_github("LDAviz", "cpsievert"); library(LDAviz)

To run the shiny web app:

library(shiny); runApp(system.file('shiny', 'hover', package='LDAviz'))

About

R package to create interactive d3 visualization of LDA topic model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.5%
  • R 26.8%
  • CSS 7.8%
  • C 3.8%
  • HTML 0.1%