A python package for textual data visualization.
This is a personal project to centralize in one place many plots related to text.
The available plots are frequency plots, word clouds, word trees, bubble charts, phrase nets, lexical dispersion plots and correlation plots.
Clone this repository and install using pip.
git clone https://github.com/ajdavidl/TextVisualizer.git cd TextVisualizer pip install -e .See the examples.ipnyb file to learn how to use the package.
Pull requests are welcome.