Relative Content

Tag Archive for rtmtopic-modeling

How to extract terms and probabilities from tmResult$terms in topic modeling?

I like to create separate word clouds for each of my 8 topics in an LDA model. I extracted top 40 words across 8 topics – an object of length 320 containing top words and occurrence probabilities.
I am struggling with accessing the terms and probabilities from my top_words_vector object. It is hard to reproduce bc of the tmResult object, but any hint would be much appreciated: