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": "hostname",
  "category": "hostname",
  "language": "en",
  "entities": ["Hostname"],
  "text": "node-01.internal",
  "expected": [
    {"entity_type": "Hostname", "start": 0, "end": 16, "recognizer": "regex_hostname"}
  ]
}