feat: Enhanced PII detection with GDPR compliance and Nordic recognizers

This commit is contained in:
2025-11-07 20:06:12 +05:30
parent 83ecfc510e
commit fd3f924cc6
5 changed files with 122 additions and 18 deletions

View File

@@ -20,6 +20,8 @@ from data_cleaning.config import (
ENTITY_STRATEGY_MAP,
STRATEGIES,
GDPR_COMPLIANCE,
COLUMN_CONTEXT_FILTERS,
EXCLUSION_PATTERNS,
get_strategy_for_entity,
get_risk_level
)