Externalize dictionaries and add anonymization review corpus
This commit is contained in:
@@ -9,11 +9,12 @@ from collections import Counter
|
||||
sys.path.insert(0, str(Path(__file__).parent))
|
||||
|
||||
import anonymizer_core_refactored_onnx as core
|
||||
from config_defaults import RUNTIME_DICTIONARIES_CONFIG_PATH
|
||||
from eds_pseudo_manager import EdsPseudoManager
|
||||
|
||||
SRC = Path("/home/dom/Téléchargements/II-1 Ctrl_T2A_2025_CHCB_DocJustificatifs (1)")
|
||||
OUTDIR = SRC / "anonymise"
|
||||
CONFIG = Path("/home/dom/ai/anonymisation/config/dictionnaires.yml")
|
||||
CONFIG = RUNTIME_DICTIONARIES_CONFIG_PATH
|
||||
|
||||
def main():
|
||||
# Charger EDS-Pseudo
|
||||
|
||||
Reference in New Issue
Block a user