[gameprogrammer] Re: Frequency table for standard english for huffman encoding tree

  • From: "Alan Wolfe" <atrix2@xxxxxxx>
  • To: <gameprogrammer@xxxxxxxxxxxxx>
  • Date: Thu, 15 Jul 2004 13:08:34 -0700

hey kevin,

why not build your own?

you could make a program that you fed text files that would keep tallies of
each letter.

or...you could build your huffman table/tree on the fly w/ each file you
compressed and add the tally table as a header to the compressed file.

or of course you could just use zlib nad make gz files.

----- Original Message ----- 
From: "Kevin Jenkins" <gameprogrammer@xxxxxxxxxx>
To: <gameprogrammer@xxxxxxxxxxxxx>
Sent: Thursday, July 15, 2004 12:52 PM
Subject: [gameprogrammer] Frequency table for standard english for huffman
encoding tree


> I need a 256 element long frequency table containing the average
frequencies
> for the english language, for use in my huffman table to compress strings.
>
> I can't seem to find it on google - anyone know where to get one?
>
>
>
> ---------------------
> To unsubscribe go to http://gameprogrammer.com/mailinglist.html
>
>



---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: