LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
tests/__init__.py
tests/test_datasets.py
tests/test_preprocessing.py
tests/test_query.py
tests/test_utils.py
tests/test_word_embedding_model.py
tests/debias/__init__.py
tests/debias/conftest.py
tests/debias/test_base_debias.py
tests/debias/test_double_hard_debias.py
tests/debias/test_half_sibling_regression.py
tests/debias/test_hard_debias.py
tests/debias/test_multiclass_hard_debias.py
tests/debias/test_repulsion_attraction_neutralization.py
tests/metrics/__init__.py
tests/metrics/conftest.py
tests/metrics/test_ECT.py
tests/metrics/test_MAC.py
tests/metrics/test_RIPA.py
tests/metrics/test_RND.py
tests/metrics/test_RNSB.py
tests/metrics/test_WEAT.py
tests/metrics/test_base_metric.py
wefe/__init__.py
wefe/_version.py
wefe/preprocessing.py
wefe/query.py
wefe/utils.py
wefe/word_embedding_model.py
wefe.egg-info/PKG-INFO
wefe.egg-info/SOURCES.txt
wefe.egg-info/dependency_links.txt
wefe.egg-info/not-zip-safe
wefe.egg-info/requires.txt
wefe.egg-info/top_level.txt
wefe/datasets/__init__.py
wefe/datasets/datasets.py
wefe/datasets/data/WEAT.json
wefe/datasets/data/negative-words.txt
wefe/datasets/data/positive-words.txt
wefe/datasets/data/test_model.kv
wefe/datasets/data/weat_w2v____old.txt
wefe/debias/__init__.py
wefe/debias/base_debias.py
wefe/debias/double_hard_debias.py
wefe/debias/half_sibling_regression.py
wefe/debias/hard_debias.py
wefe/debias/multiclass_hard_debias.py
wefe/debias/repulsion_attraction_neutralization.py
wefe/metrics/ECT.py
wefe/metrics/MAC.py
wefe/metrics/RIPA.py
wefe/metrics/RND.py
wefe/metrics/RNSB.py
wefe/metrics/WEAT.py
wefe/metrics/__init__.py
wefe/metrics/base_metric.py
wefe/metrics/example_metric.py