bezerra-lucas / VerbosityMeter

Python software that will table the most common words in a given text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VerbosityMeter

Python software that will table the most common words in a given text.

Installation

1. Be sure to have Python installed.

2. Download ZIP or clone the repository:

git clone https://github.com/Hoklifter/VerbosityMeter.git

3. Go to Repository Directory

cd VerbosityMeter

4. Install dependencies:

Linux

python3 -m pip install -r requirements.txt

Windows

py -m pip install -r requirements.txt

5. Run the program:

python3 src/main.py

For more info, check out the documentation

About

Python software that will table the most common words in a given text.

License:MIT License


Languages

Language:Python 100.0%