JuliaText / TextAnalysis.jl

Julia package for text analysis
Other
374 stars 96 forks source link

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

Open bevankoopman opened 6 years ago

bevankoopman commented 6 years ago

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.

aviks commented 6 years ago

cc: @yukota