tcarnus / LDAvis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LDAvis

R package for interactive topic model visualization.

Installing the package

If you are familiar with devtools, it is easiest to install LDAvis this way:

devtools::install_github("cpsievert/LDAvis")

Alternatively, you can decompress the zip ball or tar ball and run R CMD INSTALL on it.

Using the package

Once installed and loaded, there are two 'main' help pages that implement the two main approaches of LDAvis:

  • ?runShiny: demonstrates some shiny-based examples.

  • ?createJSON: demonstrates some static web page examples.

LDAvis demos

Explanation and documentation:

To read about the methodology behind LDAvis, please see our paper, which will be presented at the 2014 ACL Workshop on Interactive Language Learning, Visualization, and Interfaces in Baltimore on June 27, 2014.

About

License:MIT License


Languages

Language:JavaScript 64.1%Language:R 34.9%Language:CSS 1.0%