Classes for working with topic modelling result visualisations. End-users should not need to use these classes directly.

Expand source code
"""
Classes for working with topic modelling result visualisations.
End-users should not need to use these classes directly.
"""
# TODO: Keep a central registry of visualisation types with a base class

Sub-modules

ignis.vis.pyldavis

Visualisations using the pyLDAvis library …