Modeling for text compression

  • Authors:
  • Timothy Bell;Ian H. Witten;John G. Cleary

  • Affiliations:
  • Univ. of Canterbury, Christchurch, New Zealand;Univ. of Calgary, Calgary, Alta., Canada;Univ. of Calgary, Calgary, Alta., Canada

  • Venue:
  • ACM Computing Surveys (CSUR)
  • Year:
  • 1989

Quantified Score

Hi-index 0.00

Visualization

Abstract

The best schemes for text compression use large models to help them predict which characters will come next. The actual next characters are coded with respect to the prediction, resulting in compression of information. Models are best formed adaptively, based on the text seen so far. This paper surveys successful strategies for adaptive modeling that are suitable for use in practical text compression systems.The strategies fall into three main classes: finite-context modeling, in which the last few characters are used to condition the probability distribution for the next one; finite-state modeling, in which the distribution is conditioned by the current state (and which subsumes finite-context modeling as an important special case); and dictionary modeling, in which strings of characters are replaced by pointers into an evolving dictionary. A comparison of different methods on the same sample texts is included, along with an analysis of future research directions.