Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Text compression algorithm: Arithmetic Coding and PPM

807569Aug 3 2006 — edited Aug 3 2006
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2006
Added on Aug 3 2006
1 comment
195 views