Metadata-Version: 2.4
Name: nlp-myprocessor
Version: 0.1.1
Summary: A simple NLP preprocessing library for pandas DataFrames
Home-page: https://github.com/goyaldivyanx/nlp-preprocessor
Author: Divyansh Goyal
Author-email: divyansh.goyal23@lpu.in
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: nltk>=3.8
Requires-Dist: emoji>=2.0
Requires-Dist: spacy>=3.5
Requires-Dist: textblob>=0.17
Requires-Dist: pandas>=1.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🧠 NLP MyProcessor

`nlp-myprocessor` is a lightweight Python package that enables quick and modular preprocessing of text data directly on Pandas DataFrames. Ideal for NLP pipelines in data science and machine learning workflows.

---

## 📦 Installation

```bash
pip install nlp-myprocessor
