LICENSE
README.md
pyproject.toml
src/vindex/__init__.py
src/vindex/calibration.py
src/vindex/encoder.py
src/vindex/judge.py
src/vindex/judge_align.py
src/vindex/judge_model.py
src/vindex/judge_rubric.py
src/vindex/judge_rubric_en_baseline.py
src/vindex/judge_trace_check.py
src/vindex/language.py
src/vindex/loanwords.py
src/vindex/match.py
src/vindex/metric.py
src/vindex/normalize.py
src/vindex/result.py
src/vindex/script.py
src/vindex/similarity.py
src/vindex/transliterate.py
src/vindex/trap_words.py
src/vindex.egg-info/PKG-INFO
src/vindex.egg-info/SOURCES.txt
src/vindex.egg-info/dependency_links.txt
src/vindex.egg-info/requires.txt
src/vindex.egg-info/top_level.txt
src/vindex/data/trap_words/hindiwic_inventory.csv
src/vindex/data/trap_words/own_additions.csv
tests/test_calibration.py
tests/test_encoder.py
tests/test_integrations.py
tests/test_judge.py
tests/test_judge_parsing.py
tests/test_judge_trace_check.py
tests/test_language.py
tests/test_loanwords.py
tests/test_match.py
tests/test_metric.py
tests/test_normalize.py
tests/test_package.py
tests/test_result.py
tests/test_script.py
tests/test_similarity.py
tests/test_transliterate.py
tests/test_trap_words.py