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": "crypto_eth",
  "category": "crypto",
  "language": "en",
  "entities": ["CryptoAddress"],
  "text": "0x52908400098527886E0F7030069857D2E4169EE7",
  "expected": [
    {"entity_type": "CryptoAddress", "start": 0, "end": 42, "recognizer": "regex_crypto_address"}
  ]
}