0.10.1
- An issue was fixed where
tomotopy.utils.Corpus.extract_ngrams
craches with empty input. - An issue was fixed where
tomotopy.LDAModel.infer
raises exception with valid input. - An issue was fixed where
tomotopy.HLDAModel.infer
generates wrongtomotopy.Document.path
. - Since a new parameter
freeze_topics
fortomotopy.HLDAModel.train
was added, you can control whether to create a new topic or not when training.