text.anonymize.legal-de 0.1.0: WASM bridge to the judge-ner host service
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1m20s

NER anonymization of German legal texts (plain text + DOCX) via the
JuraNER model by Harshil Darji (MIT). The transformer model runs in
the judge-ner host service; this module forwards documents over
loopback HTTP and maps responses onto the capability contract.
This commit is contained in:
flemming-it 2026-07-10 12:44:32 +02:00
commit 3e018f528a
15 changed files with 1781 additions and 0 deletions

27
STORE.yaml Normal file
View file

@ -0,0 +1,27 @@
schema_version: 1
author:
name: "Flemming.AI"
email: chain@flemming.ai
url: https://flemming.ai
license: Apache-2.0
tagline:
en: "NER anonymization for German legal texts (JuraNER)"
de: "NER-Anonymisierung für deutsche Rechtstexte (JuraNER)"
description:
en: "Transformer-based anonymization of German legal documents (plain text and DOCX) using the JuraNER model by Harshil Darji (MIT, HTW Berlin research). Detects persons, addresses, courts, file numbers and more; replaces them with consistent ⟦TYPE#⟧ tokens. Requires the judge-ner host service (Docker) — the NER model runs outside the WASM sandbox."
de: "Transformer-basierte Anonymisierung deutscher Rechtsdokumente (Klartext und DOCX) mit dem JuraNER-Modell von Harshil Darji (MIT, HTW-Berlin-Forschung). Erkennt Personen, Adressen, Gerichte, Aktenzeichen u. v. m. und ersetzt sie durch konsistente ⟦TYP#⟧-Token. Benötigt den judge-ner-Host-Service (Docker) — das NER-Modell läuft außerhalb der WASM-Sandbox."
category: text-processing
tags: [legal, german, anonymization, ner, gdpr, requires-host-service]
assets:
icon: assets/icon.svg
documentation:
long_description: MODULE.md
links:
repository: https://git.flemming.ai/chain-modules/text-anonymize-legal-de