This function tokenizes a transcript document that is to be used in
collocate_comments_fuzzy()
or collocate_comments()
Examples
transcript_example_rename <- dplyr::rename(transcript_example, text=Text)
toks_transcript <- token_transcript(transcript_example_rename)