Skip to content
forked from kshirley/LDAtools

R package to create interactive d3 visualization of LDA topic model

License

Notifications You must be signed in to change notification settings

cpsievert/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 88.5%
  • R 7.8%
  • CSS 2.5%
  • C 1.2%