Metadata-Version: 2.4
Name: nlp_tools_dataminer
Version: 0.1.0
Summary: A collection of NLP utility functions for education and prototyping
Home-page: 
Author: Your Name
Author-email: aryanjbagwe@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nltk
Requires-Dist: spacy
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# NLP Toolkit

A simple educational library for common NLP tasks: tokenization, stemming, POS tagging, NER, sentiment analysis, and more.
