Parses a string into a vector of word tokens.
get_tokens(text_of_file, pattern = "\\W")
text_of_file
A Text String
pattern
A regular expression for token breaking
A Character Vector of Words