I am using LDA in mallet to explore my data. I do not have any problem with running, just I need to have the probability of top words (let's say 20 words)
I use this query:
bin\mallet train-topics --input tutorial.mallet --num-topics 40 --optimize-interval 20 --output-state topic-state_doc_40t.gz --output-topic-keys tutorial_keys_doc_40t.txt --output-doc-topics tutorial_composition_doc_40t.txt
I do not know what would be the query for words' probabilities.