text.anonymize.legal-de 0.1.0: WASM bridge to the judge-ner host service
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1m20s

NER anonymization of German legal texts (plain text + DOCX) via the
JuraNER model by Harshil Darji (MIT). The transformer model runs in
the judge-ner host service; this module forwards documents over
loopback HTTP and maps responses onto the capability contract.
This commit is contained in:
flemming-it 2026-07-10 12:44:32 +02:00
commit 3e018f528a
15 changed files with 1781 additions and 0 deletions

8
assets/icon.svg Normal file
View file

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
<rect width="64" height="64" rx="12" fill="#08090A"/>
<!-- document with redacted lines -->
<rect x="18" y="12" width="28" height="40" rx="3" fill="none" stroke="#E9E7E2" stroke-width="3"/>
<line x1="24" y1="22" x2="40" y2="22" stroke="#E9E7E2" stroke-width="3" stroke-linecap="round"/>
<rect x="24" y="28" width="16" height="5" rx="2" fill="#2E8F9E"/>
<line x1="24" y1="40" x2="36" y2="40" stroke="#E9E7E2" stroke-width="3" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 553 B