-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
π Background / Context
The pipeline currently crashes or behaves unexpectedly if data/processed/corpus.txt is empty or missing. Proper handling improves robustness and user experience.
π― Objectives
- Gracefully handle missing or empty corpus
- Provide clear error messages
- Reduce setup issues for new users
β Tasks
- Check if corpus file exists
- Validate corpus is not empty
- Add descriptive error messages and instructions
- Provide guidance in README or setup scripts
Reactions are currently unavailable