0.12.1
- An issue where
tomotopy.LDAModel.set_word_prior()
causes a crash has been fixed. - Now
tomotopy.LDAModel.perplexity
andtomotopy.LDAModel.ll_per_word
return the accurate value whenTermWeight
is notONE
. tomotopy.LDAModel.used_vocab_weighted_freq
was added, which returns term-weighted frequencies of words.- Now
tomotopy.LDAModel.summary()
shows not only the entropy of words, but also the entropy of term-weighted words.