ReClaim Documentation¶
Welcome to the ReClaim docs. These pages target contributors who need to understand how the library decomposes text into claims, aligns them to model tokens, and annotates them for faithfulness and factuality.
Getting Started¶
Install dependencies with
uv sync.Explore the package entry point under
src/reclaim.Run the usage snippets from
README.mdto validate your environment.
Release Workflow¶
Update the version in
pyproject.toml(and any user-facing references).Run
uv lock --upgradeif dependency constraints change.Build artifacts via
uv build.Publish with
uv publishortwine upload dist/*.