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

View file

@ -95,6 +95,33 @@ Quellcode und Image-Build: `fai_judge/host_services/judge-ner/`
- Service nicht erreichbar, 5xx, fehlerhafte Service-Antwort → - Service nicht erreichbar, 5xx, fehlerhafte Service-Antwort →
`internal error: judge-ner at <url> ...` `internal error: judge-ner at <url> ...`
## Lizenz, Maintainer & Haftungshinweis
**Lizenz.** Dieses Modul steht unter Apache-2.0. Die zugrunde
liegende NER-Methode und das Modell sind die
**JuraNonymizer**-Bibliothek und das **JuraNER**-Modell, beide
**MIT-lizenziert**:
- Modell: https://huggingface.co/harshildarji/JuraNER (MIT)
- Projekt: JUDGE-KI an der KI-Werkstatt der HTW Berlin —
https://kiwerkstatt.f2.htw-berlin.de/projekte/judge-ki
**Maintainer.**
- Harshil Jagadishbhai Darji (HTW Berlin) — NER-Modell und
Anonymisierungs-Methode (JuraNonymizer / JuraNER)
- Dr. Stefan Alexander Flemming (Flemming.AI) — dieses Brückenmodul
und der judge-ner-Host-Service
**Haftungshinweis.** Automatische Anonymisierung ist ein
statistisches Verfahren und bietet **keine Garantie auf
Vollständigkeit**: Entitäten können übersehen, nur teilweise erkannt
oder falsch klassifiziert werden. Bevor ein anonymisiertes Dokument
veröffentlicht oder weitergegeben wird, **muss es von einem Menschen
geprüft werden**. Die datenschutzrechtliche Verantwortung (DSGVO)
verbleibt beim Betreiber; Autoren und Maintainer übernehmen keine
Haftung für unvollständige Anonymisierung.
## Build ## Build
```bash ```bash

View file

@ -94,6 +94,31 @@ Source and image build: `fai_judge/host_services/judge-ner/`
- Service unreachable, 5xx, malformed service response → - Service unreachable, 5xx, malformed service response →
`internal error: judge-ner at <url> ...` `internal error: judge-ner at <url> ...`
## License, maintainers & disclaimer
**License.** This module is Apache-2.0. The underlying NER method and
model are the **JuraNonymizer** library and the **JuraNER** model,
both **MIT-licensed**:
- Model: https://huggingface.co/harshildarji/JuraNER (MIT)
- Project: JUDGE-KI at the HTW Berlin KI-Werkstatt —
https://kiwerkstatt.f2.htw-berlin.de/projekte/judge-ki
**Maintainers.**
- Harshil Jagadishbhai Darji (HTW Berlin) — NER model and
anonymization method (JuraNonymizer / JuraNER)
- Dr. Stefan Alexander Flemming (Flemming.AI) — this bridge module
and the judge-ner host service
**Disclaimer.** Automatic anonymization is a statistical process and
gives **no guarantee of completeness**: entities can be missed,
detected only partially, or mislabeled. Before an anonymized document
is published or passed on, it **must be reviewed by a human**. The
operator remains responsible for compliance with data-protection law
(GDPR); the authors and maintainers accept no liability for
incomplete anonymization.
## Build ## Build
```bash ```bash

12
NOTICE
View file

@ -8,11 +8,15 @@ and contributors (https://flemming.ai/).
Third-party acknowledgments Third-party acknowledgments
This module is a bridge to the judge-ner host service, which builds This module is a bridge to the judge-ner host service, which builds
on the JuraNER named-entity-recognition model and anonymization on the JuraNonymizer anonymization library and the JuraNER
pipeline by Harshil Darji (MIT License): named-entity-recognition model, both MIT-licensed:
- Model: https://huggingface.co/harshildarji/JuraNER JuraNonymizer — German legal text anonymization library
- Related work: https://github.com/harshildarji/German-NER-BERT 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 The WASM module itself contains none of that code; it forwards
documents to the host service over loopback HTTP. documents to the host service over loopback HTTP.