Metadata-Version: 2.4
Name: aynlp
Version: 0.1.0
Summary: AYNLP: A lightweight NLP toolkit built by Ankit and Yash for tokenization, stemming, lemmatization, and more.
Home-page: https://github.com/aijadugar/AYNLP
Author: Ankit and Yash
Author-email: ankit.s238247105@vcet.edu.in, yash.s238267105@vcet.edu.in
License: MIT
Keywords: python,aynlp,nlp,tokenization,lemmatization,Ankit,Yash
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nltk>=3.8.1
Requires-Dist: spacy>=3.7.0
Requires-Dist: tabulate-0.9.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

A package to perform multiple NLP-related tasks like tokenization, lemmatization, POS tagging, NER, and sentiment analysis.
