LICENSE
README.md
pyproject.toml
corec/__init__.py
corec.egg-info/PKG-INFO
corec.egg-info/SOURCES.txt
corec.egg-info/dependency_links.txt
corec.egg-info/requires.txt
corec.egg-info/top_level.txt
corec/evaluation/__init__.py
corec/evaluation/constants.py
corec/evaluation/evaluator.py
corec/evaluation/metric_generator.py
corec/evaluation/qrels_generator.py
corec/evaluation/run_generator.py
corec/evaluation/utils.py
corec/postfilters/__init__.py
corec/postfilters/postfilter.py
corec/recommenders/__init__.py
corec/recommenders/base_rec.py
corec/recommenders/context_recs/context_rec.py
corec/recommenders/context_recs/heuristic_recs/__init__.py
corec/recommenders/context_recs/heuristic_recs/context_pop.py
corec/recommenders/context_recs/heuristic_recs/context_random.py
corec/recommenders/context_recs/heuristic_recs/context_satisfaction.py
corec/recommenders/context_recs/heuristic_recs/heuristic_rec.py
corec/recommenders/elliot_rec/constants.py
corec/recommenders/elliot_rec/elliot_rec.py
corec/utils/__init__.py
corec/utils/utils.py