Metadata-Version: 2.4
Name: abijith_nlp_v1
Version: 0.1.0
Summary: A simple NLP library for sentiment and entity analysis
Author: YOUR_NAME
Description-Content-Type: text/markdown
Requires-Dist: textblob
Requires-Dist: spacy
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
