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).
