Skip to content

Releases: lejon/PartiallyCollapsedLDA

Added Progress Bar and various small fixes

12 Feb 17:27
Compare
Choose a tag to compare

Added source to MALLET state printing, fixed base_dir bug

06 Nov 12:18
Compare
Choose a tag to compare

Added MALLET logging format

16 Oct 13:22
Compare
Choose a tag to compare

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

14 Jul 08:42
Compare
Choose a tag to compare
Bumped POM

v8.5.1

21 Feb 08:31
Compare
Choose a tag to compare
Fixed resource leaks in file loading and 'continued' sampling

v8.5.0

15 Feb 10:47
Compare
Choose a tag to compare

Support for compressed input files (zip, gz). Improved iteration callback support

v8.4.0: Improved support for continued sampling, various cleanup

09 Jan 20:05
Compare
Choose a tag to compare
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

23 Dec 11:12
Compare
Choose a tag to compare
Add
save_sampler = true
saved_sampler_dir = stored_samplers

To activate saving functionality

v8.2.2

20 Dec 16:00
Compare
Choose a tag to compare
Support raw imoprt mode when reading from string

v8.2.1

20 Dec 15:16
Compare
Choose a tag to compare
Bumped POM