LICENSE
README.md
pyproject.toml
src/whymatched/__init__.py
src/whymatched/batch.py
src/whymatched/cache.py
src/whymatched/calibration.py
src/whymatched/cli.py
src/whymatched/collapse.py
src/whymatched/core.py
src/whymatched/projection.py
src/whymatched/py.typed
src/whymatched/report.py
src/whymatched/testing.py
src/whymatched/text.py
src/whymatched/utils.py
src/whymatched.egg-info/PKG-INFO
src/whymatched.egg-info/SOURCES.txt
src/whymatched.egg-info/dependency_links.txt
src/whymatched.egg-info/entry_points.txt
src/whymatched.egg-info/requires.txt
src/whymatched.egg-info/top_level.txt
src/whymatched/attribution/__init__.py
src/whymatched/attribution/base.py
src/whymatched/attribution/gradient.py
src/whymatched/attribution/maxsim.py
src/whymatched/attribution/occlusion.py
src/whymatched/data/__init__.py
src/whymatched/data/antonym_pairs.json
src/whymatched/data/entity_surrogates.json
src/whymatched/data/synonym_pairs.json
src/whymatched/models/__init__.py
src/whymatched/models/api.py
src/whymatched/models/base.py
src/whymatched/models/local.py
src/whymatched/perturbations/__init__.py
src/whymatched/perturbations/_dictionary.py
src/whymatched/perturbations/antonym.py
src/whymatched/perturbations/base.py
src/whymatched/perturbations/comparative.py
src/whymatched/perturbations/engine.py
src/whymatched/perturbations/entity.py
src/whymatched/perturbations/modal.py
src/whymatched/perturbations/negation.py
src/whymatched/perturbations/numeric.py
src/whymatched/perturbations/quantifier.py
src/whymatched/perturbations/temporal.py
tests/test_batch.py
tests/test_cache.py
tests/test_calibration.py
tests/test_cli.py
tests/test_cli_scan.py
tests/test_cli_scan_subprocess.py
tests/test_collapse.py
tests/test_collapse_calibrated.py
tests/test_collapse_legacy_fixture.py
tests/test_core.py
tests/test_fakes.py
tests/test_gradient_baseline.py
tests/test_local_model_integration.py
tests/test_occlusion.py
tests/test_projection.py
tests/test_public_api_f3.py
tests/test_report.py
tests/test_report_batch_html.py
tests/test_testing.py
tests/test_text.py