README.md
pyproject.toml
setup.py
src/my_sentiment/__init__.py
src/my_sentiment/context.py
src/my_sentiment/emoji.py
src/my_sentiment/emoticon.py
src/my_sentiment/emphasis.py
src/my_sentiment/lexicon.py
src/my_sentiment/modifiers.py
src/my_sentiment/negation.py
src/my_sentiment/nlp.py
src/my_sentiment/normalization.py
src/my_sentiment/result.py
src/my_sentiment/sarcasm.py
src/my_sentiment/sentiment.py
src/my_sentiment/tokenizer.py
src/my_sentiment.egg-info/PKG-INFO
src/my_sentiment.egg-info/SOURCES.txt
src/my_sentiment.egg-info/dependency_links.txt
src/my_sentiment.egg-info/requires.txt
src/my_sentiment.egg-info/top_level.txt
tests/test_sentiment.py