Releases: lejon/PartiallyCollapsedLDA
Releases · lejon/PartiallyCollapsedLDA
Added Progress Bar and various small fixes
Added source to MALLET state printing, fixed base_dir bug
Added MALLET logging format
Supporting MALLET topic indicator logging format by using:
topic_indicator_logging_format=mallet (default = "standard")
In configuration together with
log_topic_indicators = true
v9.1.0
v8.5.1
v8.5.0
v8.4.0: Improved support for continued sampling, various cleanup
If using 'continue' CMD line option, ParalllelLDA will now try to load a stored sampler matching the given configuration and continue sampling from it (with all the same settings)
v8.3.0: Support saving sampler from main Java application
Add save_sampler = true saved_sampler_dir = stored_samplers To activate saving functionality