Textwizai / utils.py
Erfan11's picture
Create utils.py
6bd167a verified
raw
history blame
No virus
106 Bytes
def helper_function(param):
# Some utility function, e.g., text preprocessing
return param.lower()