TextAnalysis.jl icon indicating copy to clipboard operation
TextAnalysis.jl copied to clipboard

LDA does not return P(z|d) - distribution over topics given document

Open bevankoopman opened this issue 7 years ago • 1 comments

First, thanks for producing a Julia implementation of LDA.

The implementation current returns P(w|z) - the distribution over words w for the set of topic z. However, it currently does not return the other distribution P(z|d) - the distribution over topics z for each document d.

It would be great if this could be included.

Thanks.

bevankoopman avatar Oct 30 '17 01:10 bevankoopman

cc: @yukota

aviks avatar Oct 30 '17 14:10 aviks