LICENSE
README.md
pyproject.toml
emotion_algebra/__init__.py
emotion_algebra/__main__.py
emotion_algebra/appraisal.py
emotion_algebra/base.py
emotion_algebra/behaviour.py
emotion_algebra/composite_emotions.py
emotion_algebra/deepmoji.py
emotion_algebra/distance.py
emotion_algebra/emoji.py
emotion_algebra/emotions.py
emotion_algebra/feelings.py
emotion_algebra/float_emotion.py
emotion_algebra/lexicons.py
emotion_algebra/needs.py
emotion_algebra/plutchik.py
emotion_algebra/reference_maps.py
emotion_algebra/state.py
emotion_algebra/text.py
emotion_algebra/version.py
emotion_algebra/word_emotion_lexicon.csv
emotion_algebra.egg-info/PKG-INFO
emotion_algebra.egg-info/SOURCES.txt
emotion_algebra.egg-info/dependency_links.txt
emotion_algebra.egg-info/entry_points.txt
emotion_algebra.egg-info/requires.txt
emotion_algebra.egg-info/top_level.txt
test/test_algebra.py
test/test_appraisal.py
test/test_behaviour.py
test/test_blend.py
test/test_cli.py
test/test_composite.py
test/test_deepmoji_adapter.py
test/test_distance.py
test/test_emoji.py
test/test_emotions_module.py
test/test_feeling_operators.py
test/test_feelings.py
test/test_feelings_coverage.py
test/test_float_emotion.py
test/test_lexicons_ac.py
test/test_mixed_and_registry.py
test/test_needs.py
test/test_plutchik.py
test/test_state.py
test/test_text.py