http://GameProgrammer.Com

Programming

GP Mailing List
     Thread Index
     Date Index

ATXGPSIG List
     Thread Index
     Date Index

Google
>

Home

TheGrumpyProgrammer



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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@rakkar.org>
To: <gameprogrammer@freelists.org>
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