Metadata-Version: 2.1
Name: my-unique-word-counter
Version: 0.1.1
Summary: A package to count word frequencies in a text with stopword removal
Home-page: https://github.com/izzzuuuuuuuuu/word_counter
Author: Izu Hayato
Author-email: hayato.0210.0210@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# my_unique_word_counter

A simple package to count word frequencies in a text with stopword removal.

## Installation

```sh
pip install my_unique_word_counter


