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": "es_basic",
  "category": "basic",
  "language": "es",
  "entities": ["Email", "Phone"],
  "text": "Envia un correo a ana@example.es o llama al +34 91 123 4567.",
  "expected": [
    {"entity_type": "Email", "start": 18, "end": 32, "recognizer": "regex_email"},
    {"entity_type": "Phone", "start": 44, "end": 59, "recognizer": "regex_phone"}
  ]
}