[codex] Integrate German regex support#146
Open
sidmohan0 wants to merge 7 commits into
Open
Conversation
Refs DFPY-71
Refs DFPY-74
Refs DFPY-75
Refs DFPY-72
Refs DFPY-73
Refs DFPY-76
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
locales=["de"]or explicitentity_types, with context guards to avoid ordinary ticket/SKU/order ID false positives.scan,redact, guardrail helpers,DataFog,TextService, and the core text CLI commands.Review notes
Verification
DATAFOG_NO_TELEMETRY=1 DO_NOT_TRACK=1 .venv312/bin/python -m pytest tests/test_de_pii_regex.py tests/test_regex_annotator.py -qDATAFOG_NO_TELEMETRY=1 DO_NOT_TRACK=1 .venv312/bin/python -m pytest tests/test_detection_accuracy.py::test_structured_pii_detection_fast tests/test_detection_accuracy.py::test_negative_cases_fast tests/test_main.py::test_lean_datafog_detect tests/test_main.py::test_lean_datafog_process tests/test_client.py::test_scan_text_success tests/test_cli_smoke.py::test_redact_text_command -q.venv312/bin/pre-commit run --files README.md datafog/__init__.py datafog/agent.py datafog/client.py datafog/core.py datafog/engine.py datafog/main.py datafog/processing/text_processing/regex_annotator/regex_annotator.py datafog/services/text_service.py docs/cli.rst docs/getting-started.rst docs/python-sdk.rst tests/corpus/structured_pii.json tests/test_detection_accuracy.py tests/test_regex_annotator.py tests/test_de_pii_regex.py --show-diff-on-failureDATAFOG_NO_TELEMETRY=1 DO_NOT_TRACK=1 .venv312/bin/python -m sphinx -b html docs docs/_build/htmlDATAFOG_NO_TELEMETRY=1 DO_NOT_TRACK=1 .venv312/bin/python -m pytest tests/test_runtime_dependency_safety.py tests/test_no_network_core.py -qgit diff --checkDATAFOG_NO_TELEMETRY=1 DO_NOT_TRACK=1 .venv312/bin/python -m pytest -m "not slow" -q-> 583 passed, 4 skipped, 295 deselected, 19 xfailedRefs DFPY-78.