Metadata-Version: 2.4
Name: my-sentiment
Version: 0.1.0
Summary: A modular Python sentiment analysis library
Author: Mohammed Sinan K
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

# My Sentiment

A modular Python sentiment analysis library that analyzes text using
lexicon-based sentiment scoring, negation, modifiers, emphasis,
emojis, emoticons, and contextual expressions.

## Features

- Lexicon-based sentiment analysis
- Tokenization
- Negation handling
- Intensifiers and modifiers
- Capitalization emphasis
- Punctuation emphasis
- Emoji sentiment
- Emoticon sentiment
- Context-aware sentiment
- Modular architecture
- Automated testing with pytest

## Installation

`bash
pip install my-sentiment
