Hi, I hope you are doing well! I have a question about topic modeling. Please consider summarized steps for making a LDA (Latent Direchlet Allocation) model: 1-importing data 2-making a corpus. 3-pre-processing and cleaning data 4-making term document matrix 5-Apply LDA in topicmodel package. During mentioned steps, should i convert my data to Tidy format using unnest_tokens or not?
Many thanks! With best regards, -- *Mehdi Dadkhah* [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.