Add license, maintainers and disclaimer section
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1m18s

License clarified via upstream pyproject: JuraNonymizer library and
JuraNER model are MIT (Harshil Jagadishbhai Darji, HTW Berlin —
JUDGE-KI project at the KI-Werkstatt). Adds a human-review disclaimer
for automatic anonymization to MODULE.md/MODULE.de.md and corrects
the NOTICE attribution.
This commit is contained in:
flemming-it 2026-07-10 12:53:35 +02:00
parent 3e018f528a
commit c8953011de
3 changed files with 60 additions and 4 deletions

12
NOTICE
View file

@ -8,11 +8,15 @@ 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):
on the JuraNonymizer anonymization library and the JuraNER
named-entity-recognition model, both MIT-licensed:
- Model: https://huggingface.co/harshildarji/JuraNER
- Related work: https://github.com/harshildarji/German-NER-BERT
JuraNonymizer — German legal text anonymization library
Authors: Harshil Jagadishbhai Darji (HTW Berlin),
Dr. Stefan Alexander Flemming (Flemming.AI)
Project: JUDGE-KI, KI-Werkstatt HTW Berlin
https://kiwerkstatt.f2.htw-berlin.de/projekte/judge-ki
Model: https://huggingface.co/harshildarji/JuraNER (MIT)
The WASM module itself contains none of that code; it forwards
documents to the host service over loopback HTTP.