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": "itin_valid",
  "category": "itin",
  "language": "en",
  "entities": ["Itin"],
  "text": "912-70-1234",
  "expected": [
    {"entity_type": "Itin", "start": 0, "end": 11, "recognizer": "validator_itin"}
  ]
}