LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
SentimentModel/SentimentModel.py
SentimentModel/VERSION
SentimentModel/__init__.py
SentimentModel/config.yml
SentimentModel/model.py
SentimentModel/pipeline.py
SentimentModel/prediction.py
SentimentModel/training.py
SentimentModel/word_embeddings.py
SentimentModel.egg-info/PKG-INFO
SentimentModel.egg-info/SOURCES.txt
SentimentModel.egg-info/dependency_links.txt
SentimentModel.egg-info/not-zip-safe
SentimentModel.egg-info/requires.txt
SentimentModel.egg-info/top_level.txt
SentimentModel/Config/__init__.py
SentimentModel/Config/core.py
SentimentModel/Config/logging_config.py
SentimentModel/Processing/__init__.py
SentimentModel/Processing/data_management.py
SentimentModel/Processing/preprocessing.py
data/.gitignore
models/.gitignore
tests/__init__.py
tests/test_SentimentModel.py