Pairwise conflict classification for Vietnamese legal clauses.
Status: scaffold (v0.1.0) — walking skeleton only. Feature PRs land per the implementation plan.
python -m venv .venv
# Windows: .venv\Scripts\activate Unix: source .venv/bin/activate
pip install -e ".[dev]"
cce version # -> 0.1.0
cce doctor # environment + writable data dirsmake is the canonical runner (used in CI). Equivalent direct commands:
| Task | make | direct |
|---|---|---|
| tests | make test |
python -m pytest -q |
| lint | make lint |
python -m ruff check src tests |
| typecheck | make typecheck |
python -m mypy src |
| gate | make check |
run the three above |
| demo | make demo |
python -m clauseconflict.cli doctor |
src/clauseconflict/ package (cli, config, logging, schemas/)
tests/ unit / fixtures / golden
data/ raw (gitignored) · samples (committed) · processed (gitignored)
Licensed under the Apache License 2.0, matching the package metadata.