Word-based text compression using the Burrows–Wheeler transform

作者:

Highlights:

摘要

Block-sorting is an innovative compression mechanism introduced in 1994 by Burrows and Wheeler. It involves three steps: permuting the input one block at a time through the use of the Burrows–Wheeler transform (bwt); applying a move-to-front (mtf) transform to each of the permuted blocks; and then entropy coding the output with a Huffman or arithmetic coder. Until now, block-sorting implementations have assumed that the input message is a sequence of characters. In this paper we extend the block-sorting mechanism to word-based models. We also consider other recency transformations, and are able to show improved compression results compared to mtf and uniform arithmetic coding. For large files of text, the combination of word-based modeling, bwt, and mtf-like transformations allows excellent compression effectiveness to be attained within reasonable resource costs.

论文关键词:Text compression,Word-based model,Burrows–Wheeler transformation,Recency ranking,Move-to-Front

论文评审过程:Received 10 December 2003, Accepted 11 August 2004, Available online 14 October 2004.

论文官网地址:https://doi.org/10.1016/j.ipm.2004.08.009