Installation

You can install Wordview the in following ways.

Install via Pip

To install Wordview via Pip, simply run the following command in your terminal:

pip install wordview

What is Wordview

Wordview is a Python package for Exploratory Data Analysis of text and provides many statistics about your data in the form of plots, tables, and descriptions allowing you to have both a high-level and detailed overview of your data. It has functions to analyze explicit text elements such as words, n-grams, POS tags, and multi-word expressions, as well as implicit elements such as clusters, anomalies, and biases.

Tutorials

Coming soon…