This function tokenizes comments that are to be used in collocate_comments_fuzzy()
or collocate_comments()
Examples
comment_example_rename <- dplyr::rename(comment_example, page_notes=Notes)
toks_comment <- token_comments(comment_example_rename)
This function tokenizes comments that are to be used in collocate_comments_fuzzy()
or collocate_comments()
comment_example_rename <- dplyr::rename(comment_example, page_notes=Notes)
toks_comment <- token_comments(comment_example_rename)