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": "ipv6",
  "category": "ipv6",
  "language": "en",
  "entities": ["Ipv6"],
  "text": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
  "expected": [
    {"entity_type": "Ipv6", "start": 0, "end": 39, "recognizer": "regex_ipv6"}
  ]
}