gtoubassi / femtozip

FemtoZip is a "shared dictionary" compression library optimized for small documents that may not compress well with traditional tools such as gzip
Other
146 stars 23 forks source link

setMaxDictionaryLength is ignored when set on FemtoZipCompressionModel #12

Closed chrido closed 8 years ago

chrido commented 8 years ago

FemtoZipCompressionModel fmtCompressionModel = new FemtoZipCompressionModel(); fmtCompressionModel.setMaxDictionaryLength(dictionaryLength); fmtCompressionModel.build(trainingDocs);

Dictionarylength is set to 64*1024