Overview of pyLDAvis
masterpyLDAvis is a Python library designed for the interactive web-based visualization of topic models (specifically Latent Dirichlet Allocation - LDA). It extracts information from a fitted LDA topic model to help users interpret topics within a corpus of text data.
Key features include:
- Interactive visualizations designed for use within IPython notebooks.
- Ability to save visualizations as stand-alone HTML files for sharing.
- A Python port of the original R package
LDAvis.