Metadata-Version: 2.1
Name: NLP_NLTK
Version: 0.3.3
Summary: A library for NLP tasks using NLTK
Home-page: 
Author: Naxio Technology
Author-email: naxiotech.2024@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: LICENCE
Requires-Dist: nltk
Requires-Dist: transformers
Requires-Dist: torch
Requires-Dist: tensorflow>=2.0
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn

# NLP-NLTK

A Python library for NLP tasks using NLTK.

## Installation

```bash
pip install NLP-NLTK
