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
{
  "name": "unicode_email",
  "category": "unicode",
  "language": "en",
  "entities": ["Email"],
  "text": "Café email: user@example.com.",
  "expected": [
    {"entity_type": "Email", "start": 13, "end": 29, "recognizer": "regex_email"}
  ]
}