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

21
NOTICE Normal file
View file

@ -0,0 +1,21 @@
text-anonymize-legal-de
Copyright 2026 Flemming.AI
This product includes software developed by Dr. Stefan Flemming
and contributors (https://flemming.ai/).
------------------------------------------------------------------
Third-party acknowledgments
This module is a bridge to the judge-ner host service, which builds
on the JuraNER named-entity-recognition model and anonymization
pipeline by Harshil Darji (MIT License):
- Model: https://huggingface.co/harshildarji/JuraNER
- Related work: https://github.com/harshildarji/German-NER-BERT
The WASM module itself contains none of that code; it forwards
documents to the host service over loopback HTTP.
JSON (de)serialization uses `serde` + `serde_json`
(MIT OR Apache-2.0).