Calculate word counts in a text file
Project description
pycounts_rl
Calculate word counts in a text file
Installation
$ pip install pycounts_rl
Usage
pycounts
can be used to count words in a text file and plot results
as follows:
from pycounts.pycounts import count_words
from pycounts.plotting import plot_words
import matplotlib.pyplot as plt
file_path = "test.txt" # path to your file
counts = count_words(file_path)
fig = plot_words(counts, n=10)
plt.show()
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
pycounts_rl
was created by Rong Li. It is licensed under the terms of the MIT license.
Credits
pycounts_rl
was created with cookiecutter
and the py-pkgs-cookiecutter
template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pycounts_rl-0.1.0.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file pycounts_rl-0.1.0.tar.gz
.
File metadata
- Download URL: pycounts_rl-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.9.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ed2a79a187db4543e438b12398cc41c9a1cdd3e7f8406e083609359b19bff89 |
|
MD5 | 566eeed40309aac39216a74e28b6eaea |
|
BLAKE2b-256 | 58585966632bc5c15214c6393f108995169b3b5728e435b9e2c44b203569d1a7 |
File details
Details for the file pycounts_rl-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pycounts_rl-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.9.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e9ff930ce4fcb73234614bedad044d7eaed733d7abbb03456e58584fee286dc |
|
MD5 | 84e05e221d2eda34dfcbffbc7e34ae24 |
|
BLAKE2b-256 | ac478c1611cd1aec5522116e58c9e41a0a8e60150cb89febded696da51ab2932 |