The `process_data` function in `processor.py` calls a helper `normalize_text` that doesn't exist. Find the correct helper in `utils.py` and fix processor.py so it works.
