Judge module store: text.anonymize.legal-de 0.1.0 (JuraNER bridge)

This commit is contained in:
flemming-it 2026-07-10 00:15:38 +02:00
commit 6e7625d739
4 changed files with 56 additions and 0 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# F∆I Judge — Ch∆In module store
Module store index for the F∆I Judge capabilities. Independent store;
add it to a Ch∆In installation with:
```bash
chain store add Judge https://git.flemming.ai/chain-modules/judge/raw/branch/main/store.yaml
```
## Modules
| Capability | Version | Notes |
|---|---|---|
| `text.anonymize.legal-de` | 0.1.0 | NER anonymization of German legal texts (JuraNER model by Harshil Darji, MIT). Requires the `judge-ner` host service (Docker) — see the MODULE.md inside the bundle. |
## Publish flow
Bundles are packed locally with `chain pack`, sha256 hashes are
mirrored in `SHA256.txt`, and publishing is a plain `git push` of
`store.yaml` + `bundles/*.chain` to `main`. Bundles are unsigned for
now (same policy as the Recl∆Im store).