LICENSE
README.md
pyproject.toml
poison_vectors/__init__.py
poison_vectors/collateral.py
poison_vectors/feedback.py
poison_vectors/harness.py
poison_vectors/index.py
poison_vectors/inmemory.py
poison_vectors/metrics.py
poison_vectors/py.typed
poison_vectors/snapshot.py
poison_vectors/store.py
poison_vectors/vecmath.py
poison_vectors.egg-info/PKG-INFO
poison_vectors.egg-info/SOURCES.txt
poison_vectors.egg-info/dependency_links.txt
poison_vectors.egg-info/requires.txt
poison_vectors.egg-info/top_level.txt
poison_vectors/corpus/__init__.py
poison_vectors/corpus/coarsewsd.py
poison_vectors/corpus/scifact.py
poison_vectors/corpus/synthetic.py
poison_vectors/corpus/types.py
poison_vectors/experiments/__init__.py
poison_vectors/experiments/coarsewsd_run.py
poison_vectors/experiments/contrastive_compare.py
poison_vectors/experiments/milestone_a.py
poison_vectors/experiments/milestone_c.py
poison_vectors/experiments/sweep.py
poison_vectors/mechanisms/__init__.py
poison_vectors/mechanisms/base.py
poison_vectors/mechanisms/conditional.py
poison_vectors/mechanisms/contrastive.py
poison_vectors/mechanisms/naive.py
poison_vectors/mechanisms/perdoc.py
poison_vectors/mechanisms/rocchio.py
tests/test_coarsewsd.py
tests/test_collateral.py
tests/test_conditional.py
tests/test_contrastive.py
tests/test_contrastive_compare.py
tests/test_csharp_roundtrip.py
tests/test_example_ann_overlay.py
tests/test_feedback.py
tests/test_harness.py
tests/test_index.py
tests/test_inmemory_index.py
tests/test_mechanism_record.py
tests/test_mechanism_state.py
tests/test_metrics.py
tests/test_milestone_a.py
tests/test_milestone_c.py
tests/test_naive.py
tests/test_perdoc.py
tests/test_persistence.py
tests/test_poison_store.py
tests/test_rocchio.py
tests/test_scifact.py
tests/test_smoke.py
tests/test_snapshot.py
tests/test_sweep.py
tests/test_synthetic.py
tests/test_vecmath.py