Metadata-Version: 2.1
Name: hinglish_stopword
Version: 0.1.1
Summary: A simple library to filter hinglish stopwords from text.
Author: abhiruchipatilbhagat
Author-email: abhipatilngp@gmail.com
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

# Stopwords Filter

A simple Python library to filter out stopwords from hinglish text. It comes with a predefined list of stopwords and allows users to add custom stopwords.

## Installation

You can install the library using pip:

```bash
pip install hinglish_stopwords
