Metadata-Version: 2.4
Name: nlptermux
Version: 0.1.0
Summary: A lightweight Natural Language Processing library optimized for Termux and mobile development
Author-email: Termux Developer <developer@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/nlptermux
Project-URL: Documentation, https://github.com/yourusername/nlptermux#readme
Project-URL: Issues, https://github.com/yourusername/nlptermux/issues
Project-URL: Source, https://github.com/yourusername/nlptermux
Keywords: nlp,termux,mobile,text-processing,natural-language,android
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Android
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.0
Dynamic: license-file

# NLP Termux

A lightweight Natural Language Processing library optimized for Termux and mobile development.

## Features

- Text preprocessing and cleaning
- Tokenization (word and sentence)
- Sentiment analysis with emoji support
- Text similarity calculations (Jaccard, Cosine, Levenshtein, Jaro-Winkler)
- Stop words removal
- Mobile-optimized performance
- Batch processing capabilities
- Termux environment detection and optimization

## Installation

### From PyPI
```bash
pip install nlptermux
