# F∆I Judge module store index — source of truth before publish. # # Canonical host (hub fetch + Studio "Store hinzufügen"): # https://git.flemming.ai/chain-modules/judge/raw/branch/main/store.yaml # # Independent store — deliberately NOT part of the Recl∆Im index. The # repo layout and publish flow mirror chain-modules/reclaim: bundles # are packed locally with `chain pack`, hashes mirrored in SHA256.txt, # publish = commit store.yaml + bundles/*.chain and `git push` (main). # Bundles are UNSIGNED for now (same decision as Recl∆Im, 2026-06-20). # # The anonymization capability requires the judge-ner host service # (Docker, see MODULE.md inside the bundle) — the JuraNER transformer # model cannot run inside the WASM sandbox. schema_version: 1 modules: - name: text.anonymize.legal-de versions: - version: 0.1.0 status: published wasm_url: https://git.flemming.ai/chain-modules/judge/raw/branch/main/bundles/text-anonymize-legal-de-0.1.0.chain sha256: cc20f13f2b0c37ea29c97b20fa042e5960fbb86569cb14d9117f07e257338c38 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). Detects persons, addresses, courts, file numbers and more; replaces them with consistent ⟦TYPE#⟧ tokens. Requires the judge-ner host service (Docker)." de: "Transformer-basierte Anonymisierung deutscher Rechtsdokumente (Klartext und DOCX) mit dem JuraNER-Modell von Harshil Darji (MIT). Erkennt Personen, Adressen, Gerichte, Aktenzeichen u. v. m. und ersetzt sie durch konsistente ⟦TYP#⟧-Token. Benötigt den judge-ner-Host-Service (Docker)." category: text-processing tags: [legal, german, anonymization, ner, gdpr, requires-host-service] requires_services: [judge-ner] license: Apache-2.0 repository: https://git.flemming.ai/chain-modules/text-anonymize-legal-de