Latent Dirichlet Allocation

Hello guys!

For my master-thesis, I am analyzing online product reviews. My goal is to extract predefined product quality dimensions from the reviews (possible through LDA), while at the same time obtaining the valence of the text related to these product quality dimensions, which is the positivity/negativity (sentiment analysis), expressed in the reviews. I was wondering if someone on this forum has an R-script for performing this kind of analysis. I would be forever gratefull :slight_smile:

Kind regards,

Mark

There are several R packages that will help you with this. For a nice intro, I like the tidytext examples/reference

3 Likes

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.