PPM*-Style Context Sorting Compression Method Using a Prefix List

  • Authors:
  • Suguru Itagaki;Hidetoshi Yokoo

  • Affiliations:
  • -;-

  • Venue:
  • DCC '00 Proceedings of the Conference on Data Compression
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present a new implementation of the context sorting data compression method, which is an on-line adaptive algorithm for text compression. Our key idea is to utilize a new data structure called a prefix list. The original context sorting compression method, which uses neither explicit modeling nor arithmetic coding, can be viewed as a symbol ranking text compressor.In the method presented here, in contrast, we form a context model with the frequency distribution to predict the current symbol. Our context model can exploit contexts of unlimited length, and it is combined with arithmetic coding. In these respects, the proposed method can also be viewed as giving an implementation of PPM*.