Metadata-Version: 2.4
Name: nltk_tools
Version: 0.1.3
Summary: NLTK transformation package with tokenization, POS tagging, and TF-IDF functions
Home-page: https://github.com/krishaga/nltk_tools
Author: NageGowda from Karnataka
Author-email: akkirat2016@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: summary

# nltktrans

A Python package for NLTK transformations including tokenization, POS tagging, and TF-IDF calculations.

## Installation

```bash
pip install nltktrans
