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/dataset/__init__.py
src/groundrails/dataset/_cli.py
src/groundrails/dataset/_deps.py
src/groundrails/dataset/adapters.py
src/groundrails/dataset/assemble.py
src/groundrails/dataset/census.py
src/groundrails/dataset/contaminate.py
src/groundrails/dataset/corpora.yaml
src/groundrails/dataset/fetch.py
src/groundrails/dataset/fetchers.py
src/groundrails/dataset/format.py
src/groundrails/dataset/manifest.py
src/groundrails/dataset/pipeline.py
src/groundrails/dataset/shape.py
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_dataset_assemble.py
tests/test_dataset_census.py
tests/test_dataset_cli.py
tests/test_dataset_contaminate.py
tests/test_dataset_format.py
tests/test_dataset_manifest.py
tests/test_dataset_shape.py
tests/test_defect_regressions.py
tests/test_document_processing.py
tests/test_equivalence_golden.py
tests/test_fail_hard_components.py
tests/test_functional_pipeline.py
tests/test_grounding_document.py
tests/test_hf_token_warning.py
tests/test_lexical_grounding.py
tests/test_mt_bridge.py
tests/test_out_of_scope_claims.py
tests/test_recalibration.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