I am new in natural language processing and I found this interesting tutorial which describes how to do the topic modeling.
Available data for this tutorial
Source code: here
The above code can provide topic modeling using LDA and generates the k number of topic. My question is how can I find which document belongs to which topic (cluster)? Like the example shown in figure here. I wondering something like:
publish_date:20030219 with text (aba ...) belongs to topic 1 cluster or ..
I already read the post such as: [1] or [2] but still, I couldn't get my answer.
I also tried Matlab text analytic toolbox but I couldn't figure that out yet.
It would be great if you can provide me any help.