Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.4 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.4 KB

TextVisualizer

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.

Installation

Clone this repository and install using pip.

git clone https://github.com/ajdavidl/TextVisualizer.git 
cd TextVisualizer
pip install -e .

Usage

See the examples.ipnyb file to learn how to use the package.

Contributing

Pull requests are welcome.