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.
- Host: GitHub
- URL: https://github.com/ajdavidl/textvisualizer
- Owner: ajdavidl
- License: gpl-3.0
- Created: 2022-11-23T17:12:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T14:00:52.000Z (about 3 years ago)
- Last Synced: 2025-03-14T10:45:38.395Z (over 1 year ago)
- Topics: nlp, text-visualisation, text-visualization
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.