Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClauseConflictEngine

Pairwise conflict classification for Vietnamese legal clauses.

Status: scaffold (v0.1.0) — walking skeleton only. Feature PRs land per the implementation plan.

Quickstart

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 dirs

Tasks

make 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

Layout

src/clauseconflict/   package (cli, config, logging, schemas/)
tests/            unit / fixtures / golden
data/             raw (gitignored) · samples (committed) · processed (gitignored)

License

Licensed under the Apache License 2.0, matching the package metadata.

About

Pairwise conflict classification for Vietnamese legal clauses.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages