Hi, 
I'm a newbie to PLDA, I would like to apply it on a huge corpus (like gigaword) to obtain some synonyms. I tried your code and it's the fastest lda algorithm i found... 
But, I don't know exactly how to obtain the theta and phi parameters of LDA. 
I see the output file of the procedure is a model_plda.txt file, where each line is the topic distribution of a word: the first element is the word, and the rest is the occurrence count within each topic. 
Here I have a question, since I see decimals numbers (is this because the occurrence is averaged between machines?).
My second question, do you think that I could get theta and phi from the output of plda? I kind of imagine how to do it for phi, but I don't see the way to do it for theta, since I don't see information about the documents in the output file. Should I use the infer procedure?
Thanks a lot for your answer. 
Alejandra.