Commit Graph

2 Commits

Author SHA1 Message Date
3cfb18be11 Narrow bare except handlers in keyword_extractor.py
Replace broad `except Exception` with `except ImportError` for the yake
import and `except (ValueError, TypeError)` for YAKE extraction. Add
logging so failures are no longer silently swallowed.

Fixes #4
2026-03-19 19:32:06 +01:00
584b2e07b4 first commit 2026-03-19 18:16:20 +01:00