Skip to contents

Cleans the supplied text string and converts it into a list of individual words.

Usage

text_clean(text)

Arguments

text

(string): A string object.

Value

list of each word in all lower case and without punctuation.

Details

Takes the string, converts all the characters to lower case, removes punctuation, and splits the string into individual words.