pii 0.1.0

PII detection and anonymization with deterministic, capability-aware NLP pipelines.
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "de_basic",
  "category": "basic",
  "language": "de",
  "entities": ["Email", "Phone"],
  "text": "Schreiben Sie an max@example.de oder rufen Sie +49 30 1234567 an.",
  "expected": [
    {"entity_type": "Email", "start": 17, "end": 31, "recognizer": "regex_email"},
    {"entity_type": "Phone", "start": 47, "end": 61, "recognizer": "regex_phone"}
  ]
}