LICENSE
README.md
VERSION
setup.py
src/cltl.emotionrecognition.egg-info/PKG-INFO
src/cltl.emotionrecognition.egg-info/SOURCES.txt
src/cltl.emotionrecognition.egg-info/dependency_links.txt
src/cltl.emotionrecognition.egg-info/requires.txt
src/cltl.emotionrecognition.egg-info/top_level.txt
src/cltl/emotion_extraction/__init__.py
src/cltl/emotion_extraction/add_emotions_to_emissor.py
src/cltl/emotion_extraction/api.py
src/cltl/emotion_extraction/emotion_mappings.py
src/cltl/emotion_extraction/utterance_go_emotion_extractor.py
src/cltl/emotion_extraction/utterance_tae_emotion_extractor.py
src/cltl/emotion_extraction/utterance_vader_sentiment_extractor.py
src/cltl/emotion_responder/__init__.py
src/cltl/emotion_responder/api.py
src/cltl/emotion_responder/emotion_responder.py
src/cltl/emotion_responder/emotion_sentences.py
src/cltl/face_emotion_extraction/__init__.py
src/cltl/face_emotion_extraction/api.py
src/cltl/face_emotion_extraction/context_face_emotion_extractor.py
src/cltl/face_emotion_extraction/emotic_pickle.py
src/cltl_service/emotion_extraction/__init__.py
src/cltl_service/emotion_extraction/schema.py
src/cltl_service/emotion_extraction/service.py
src/cltl_service/emotion_responder/__init__.py
src/cltl_service/emotion_responder/service.py
src/cltl_service/face_emotion_extraction/__init__.py
src/cltl_service/face_emotion_extraction/schema.py
src/cltl_service/face_emotion_extraction/service.py
tests/test_emotion_responder.py
tests/test_face_context_emotions.py
tests/test_go_emotions.py
tests/test_vader_emotions.py