powered by
Cleans the supplied text string and converts it into a list of individual words.
text_clean(text)
list of each word in all lower case and without punctuation.
(string): A string object.
Takes the string, converts all the characters to lower case, removes punctuation, and splits the string into individual words.