def denoise_text()

in workshop/preprocessing.py [0:0]


def denoise_text(text):
    text = remove_between_square_brackets(text)
    return text