text-anonymize-legal-de/NOTICE
flemming-it c8953011de
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1m18s
Add license, maintainers and disclaimer section
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.
2026-07-10 12:53:35 +02:00

25 lines
959 B
Text

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 JuraNonymizer anonymization library and the JuraNER
named-entity-recognition model, both MIT-licensed:
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.
JSON (de)serialization uses `serde` + `serde_json`
(MIT OR Apache-2.0).