I need to get the probability of a topic in a document and  the probability
of a word in a given topic for any document in the corpus and any word in
the vocubulary.

i.e prob(Topic|document) where document is any document in the corpus
and prob(word|Topic) where word is any in the corpus vocubulary .

Internally LDA computes all of these above probabilities . Is it possible
to get as output all these values.


Thanks,
Parnab

Reply via email to