AiAnonymize_2 / core /__init__.py
Alessandro Tomassini
vs 2.0
fa1e652
"""Nucleo del sistema: pipeline di rilevazione e anonimizzazione."""
from .pipeline import detect, anonymize_from_entities, anonymize, apply_custom_lines
from .span_resolver import resolve_overlapping_spans
from .pipeline_config import PIPELINE_CFG, PipelineConfig