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