An open API service indexing awesome lists of open source software.

https://github.com/ajdavidl/textvisualizer

A python package for textual data visualization.
https://github.com/ajdavidl/textvisualizer

nlp text-visualisation text-visualization

Last synced: about 2 months ago
JSON representation

A python package for textual data visualization.

Awesome Lists containing this project

README

          

# 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.

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

## Usage

See the [`examples.ipnyb`](examples.ipnyb) file to learn how to use the package.

## Contributing

Pull requests are welcome.