Guy Macon's adventures with ASCII character frequency
From: Guy Macon (http://www.guymacon.com/)
Date: 01/22/05
- Next message: David C. Ullrich: "Re: Surrogate factoring approach, analysis"
- Previous message: Thomas Pornin: "Re: [Lit.] Buffer overruns"
- Next in thread: Joe Peschel: "Re: Guy Macon's adventures with ASCII character frequency"
- Reply: Joe Peschel: "Re: Guy Macon's adventures with ASCII character frequency"
- Reply: Douglas A. Gwyn: "Re: Guy Macon's adventures with ASCII character frequency"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 22 Jan 2005 13:12:14 +0000
http://deafandblind.com/word_frequency.htm
gives me the following data:
-------------------------------------------
Letter Frequency in the English Language
e t a o i n s r h l d c u m f p g w y b v k x j q z
Letter Frequency in Press Reporting
e t a o n i s r h l d c m u f p g w y b v k j x q z
Letter Frequency in Religious Writings
e t i a o n s r h l d c u m f p y w g b v k x j q z
Letter Frequency in Scientific Writings
e t a i o n s r h l c d u m f p g y b w v k x q j z
Letter Frequency of the most common first letters in a word
t o a w b c d s f m r h i y e g l n o u j k
Letter Frequency of the most common second letter in a word
h o e i a u n r t
Letter Frequency of the most common third letter in a word
e s a r n i
Letter Frequency of the most common last letter in a word
e s t d n r y f l o g h a k m p u w
More than half of all words end with
e t d s
Letter Frequency of the letters most likely to follow the e
r s n d
Digraph Frequency in the English Language
th he an in er on re ed nd ha at en es of
nt ea ti to io le is ou ar as de rt ve...
Trigraph Frequency in the English Language
the and tha ent ion tio for nde has nce tis oft men...
Double Letter Frequency in the English Language
ss ee tt ff ll mm oo...
-------------------------------------------
..but that's not exactly what I am looking for.
I want a list that includes the space, punctuation,
numerals, upper case and lower case, not just letters.
I strongly suspect that the space character is more
common that E or e is, for example.
Does anyone know where I can find such a list?
How about one with all the possible Digraphs?
-- Guy Macon <http://www.guymacon.com/>
- Next message: David C. Ullrich: "Re: Surrogate factoring approach, analysis"
- Previous message: Thomas Pornin: "Re: [Lit.] Buffer overruns"
- Next in thread: Joe Peschel: "Re: Guy Macon's adventures with ASCII character frequency"
- Reply: Joe Peschel: "Re: Guy Macon's adventures with ASCII character frequency"
- Reply: Douglas A. Gwyn: "Re: Guy Macon's adventures with ASCII character frequency"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]