Text compression algorithm: Arithmetic Coding and PPM
807569Aug 3 2006 — edited Aug 3 2006Hi guys,
I was looking for an implementation in Java on Arithmetic Coding (and PPM). I've found the next one: http://www.colloquial.com/ArithmeticCoding/ by Bob Carpenter, however, I get some 'unexpected' results when writing a simple piece of code to compress and decompress a text.
Yes, I can ask Bob about this... and I'm about to do it... But I also think I can just try another java API too.
Any suggestions on alternatives of a java API implementing Arithmetic Coding and PPM are WELCOME!
Thanks a lot!
R