Text Mining Data Reprocessing using R

Hello,
I imported csv file contains column of documents names and the text for each document. what are the functions of data reprocessing. I am facing problems while writing the functions of data preprocessing.

Thanks

For text mining in general, see the {tidytext} package. For functions to selectively change text, see the {stringr} package.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.