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

@ -94,6 +94,31 @@ Source and image build: `fai_judge/host_services/judge-ner/`
- Service unreachable, 5xx, malformed service response →
`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
```bash