if(submission.is_user):
        text = Util.sanitize_text(submission.text)
        user.corpus += text.lower()