Skip to content

ajdavidl/TextVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.