Metadata-Version: 2.4
Name: nlpfig
Version: 0.1.0
Summary: A simple NLP helper package for text preprocessing and analysis.
Author-email: Smithin_X1 <smithinthankachan44@gmail.com>
License: MIT
Project-URL: connect me, https://www.linkedin.com/in/smithin-thankachan-230168301/
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# NLP Helper

A lightweight Python package for basic NLP preprocessing such as splitting text and converting to lowercase.  
This package is **dependency-free** (uses only Python’s built-in functions).

## ✨ Features
- Split sentences into words
- Convert text to lowercase
- Simple and fast (no extra libraries required)

## 📦 Installation
```bash
pip install nlp-helper
