Supprimer clean.py

This commit is contained in:
Joachim Rey 2025-04-20 12:44:24 +02:00
parent 5caf7c95db
commit 972ab13880

View file

@ -1,5 +0,0 @@
import re
def clean(input_text):
output_text = re.sub(r'keywords:', ', ', input_text)
output_text = re.sub(r'\n', ', ', input_text)
return output_text