Commit Graph
2 Commits
Author SHA1 Message Date
Richie bcb8b7b169 Add models and database persistence for protected phrase extraction
- Introduced dataclasses for phrase candidates, judgments, and matches in `models.py`.
- Implemented database operations for candidate and protected phrases in `store.py`, including loading, saving, and deleting phrases.
- Enhanced text normalization functions in `text_normalization.py` with detailed docstrings.
- Refactored search functionality to utilize new models and methods for detecting protected phrases.
2026-07-12 17:49:52 -04:00
Richie 8d8c8cd3dd refactor(protected-phrases): extract config and text normalization helpers 2026-07-12 17:49:52 -04:00