LICENSE
README.md
pyproject.toml
src/groundrails/__init__.py
src/groundrails/bootstrap.py
src/groundrails/calibration.py
src/groundrails/chunking.py
src/groundrails/claims.py
src/groundrails/cli.py
src/groundrails/config.py
src/groundrails/config_document_processing.yaml
src/groundrails/consistency.py
src/groundrails/entity_check.py
src/groundrails/extract.py
src/groundrails/grounding.py
src/groundrails/joint.py
src/groundrails/lexical.py
src/groundrails/lexical_mt.py
src/groundrails/nli.py
src/groundrails/semantic.py
src/groundrails/semantic_ov.py
src/groundrails/settings.py
src/groundrails.egg-info/PKG-INFO
src/groundrails.egg-info/SOURCES.txt
src/groundrails.egg-info/dependency_links.txt
src/groundrails.egg-info/entry_points.txt
src/groundrails.egg-info/requires.txt
src/groundrails.egg-info/top_level.txt
src/groundrails/sat/__init__.py
src/groundrails/sat/_config.py
src/groundrails/sat/_tokenizer.py
src/groundrails/sat/_utils.py
src/groundrails/sat/extract.py
src/groundrails/sat/ov_backend.py
src/groundrails/sat/segmenter.py
tests/test_bootstrap.py
tests/test_calibration.py
tests/test_claims.py
tests/test_cli.py
tests/test_config.py
tests/test_document_processing.py
tests/test_equivalence_golden.py
tests/test_grounding_document.py
tests/test_lexical_grounding.py
tests/test_mt_bridge.py
tests/test_robustness.py
tests/test_sat_segmenter.py
tests/test_semantic_grounder_equivalence.py
tests/test_semantic_switch.py
tests/test_unsupported_language.py