texthero.preprocessing.fillna()
texthero.preprocessing.lowercase()
texthero.preprocessing.remove_digits()
texthero.preprocessing.remove_punctuation()
texthero.preprocessing.remove_diacritics()
texthero.preprocessing.remove_stopwords()
texthero.preprocessing.remove_whitespace()