Metadata-Version: 2.4
Name: abijith_nlp_v1
Version: 0.2.0
Summary: A simple NLP library for sentiment and entity analysis
Author: G Abijith
Description-Content-Type: text/markdown
Requires-Dist: textblob
Requires-Dist: spacy
Requires-Dist: nltk
Requires-Dist: scikit-learn
Requires-Dist: gensim
Requires-Dist: pandas
Requires-Dist: numpy
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary

# Abijith NLP Library

This is a custom library for performing:
1. Sentiment Analysis
2. Named Entity Recognition (NER)

## Installation
```bash
pip install abijith_nlp_v1
