pii 0.1.0

PII detection and anonymization with deterministic, capability-aware NLP pipelines.
Documentation
1
2
3
4
5
6
7
8
9
{
  "name": "ip_basic",
  "category": "ip",
  "language": "en",
  "text": "Server 192.168.0.1 responded.",
  "expected": [
    {"entity_type": "IpAddress", "start": 7, "end": 18, "recognizer": "regex_ip"}
  ]
}