Metadata-Version: 2.4
Name: simple-text-preprocessor
Version: 0.2.0
Summary: A single-function utility for flexible NLP text cleaning.
Home-page: 
Author: Rohan Mudrale
Author-email: rohan.mudrale60@nmims.in
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: nltk
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# simple-text-preprocessor

A straightforward, single-function Python utility to handle common Natural Language Processing (NLP) text preprocessing steps, including lowercasing, punctuation removal, stop word removal, and choice of stemming or lemmatization.

## 🚀 Installation

```bash
pip install simple-text-preprocessor
