Supprimer clean.py
This commit is contained in:
parent
5caf7c95db
commit
972ab13880
1 changed files with 0 additions and 5 deletions
5
clean.py
5
clean.py
|
@ -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
|
Loading…
Add table
Reference in a new issue