Each marginal distribution is a Dirichlet distribution. The values that you are seeing are the pseudo-counts which are the parameters of the distribution. A Dirichlet distribution is a distribution over probability vectors. You can ask this distribution
for its mean (call its GetMean method) or you can sample this distribution (call its Sample method). In all cases you will get a probability vector that sums to 1.