Skip to content

0.6.2

Compare
Choose a tag to compare
@bab2min bab2min released this 28 Mar 07:55
3830c3d
  • A critical bug related to save and load was fixed. Version 0.6.0 and 0.6.1 have been removed from releases.
  • tomotopy.utils.Corpus class that manages multiple documents easily was added.
  • tomotopy.LDAModel.set_word_prior method that controls word-topic priors of topic models was added.
  • A new argument min_df that filters words based on document frequency was added into every topic model's __init__.
  • tomotopy.label, the submodule about topic labeling was added. Currently, only tomotopy.label.FoRelevance is provided.