Skip to content

0.12.1

Compare
Choose a tag to compare
@bab2min bab2min released this 20 Jun 16:21
· 147 commits to main since this release
6f4cf0e
  • An issue where tomotopy.LDAModel.set_word_prior() causes a crash has been fixed.
  • Now tomotopy.LDAModel.perplexity and tomotopy.LDAModel.ll_per_word return the accurate value when TermWeight is not ONE.
  • 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.