Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!bellcore!rutgers!njin!princeton!phoenix!duncans From: duncans@phoenix.Princeton.EDU (Duncan E Smith) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: Dictionary-based archiver Keywords: archiver Message-ID: <5801@idunno.Princeton.EDU> Date: 30 Jan 91 14:20:22 GMT References: <5741@idunno.Princeton.EDU> <1991Jan28.161216.28110@en.ecn.purdue.edu> <2862@charon.cwi.nl> Sender: news@idunno.Princeton.EDU Distribution: comp Organization: Princeton University, Princeton, New Jersey Lines: 17 In article <2862@charon.cwi.nl> sander@cwi.nl (Sander Plomp) writes: >Yes, Imploding uses a 'sliding dictionary' method. You should really consult [description of "sliding dictionary" deleted] > -- Sander Plomp sander@cwi.nl This looks like a standard compression method, but what I was thinking of was more along the lines of an English dictionary. Perhaps the program would search the file(s) to be compressed and compile a "common word list." No doubt all compressors use this technique to some extent, but it seems that one would get much better compression on plain text files (i.e. written documents) if the compressor knew that this is what it was squishing. - D