def process(input_data: str): """Transforme une entrée brute en signaux interprétables.""" return input_data.lower().split()