home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / sci / crypt / 3797 < prev    next >
Encoding:
Internet Message Format  |  1992-10-15  |  1.9 KB

  1. Xref: sparky sci.crypt:3797 alt.security:4569
  2. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!torn!cunews!nrcnet0!emr1!nyelle
  3. From: nyelle@ccrs.emr.ca (Norman Yelle)
  4. Newsgroups: sci.crypt,alt.security
  5. Subject: Re: Letter Frequency
  6. Message-ID: <1992Oct15.140918.27296@emr1.emr.ca>
  7. Date: 15 Oct 92 14:09:18 GMT
  8. References: <1big1qINNrnq@matt.ksu.ksu.edu>
  9. Sender: news@emr1.emr.ca
  10. Organization: Canada Centre for Remote Sensing, Ottawa
  11. Lines: 51
  12. Nntp-Posting-Host: nova.ccrs.emr.ca
  13.  
  14. In article <1big1qINNrnq@matt.ksu.ksu.edu> holland@matt.ksu.ksu.edu (Rich Holland) writes:
  15. >I'm in dire need of a letter frequency chart for the English language.  I
  16. >remember as a kid reading books on basic cryptanalysis and seeing these
  17. >charts of the most frequently used letter (like "E" is most often used,
  18. >then "S" or "R" or something, etc).  I don't remember the order, but now
  19. >I need it.  Anyone got a copy of a table of something like this online?
  20. >
  21. >If not, got a source where I can go look it up quick?
  22. >
  23.  
  24. If you have an on-line copy of the dictionnary, then you can do the
  25. following:
  26.  
  27.   grep -i e /usr/dict/words | wc
  28.  
  29. ... to find how many words contain the letter 'e'.  You can do this for all
  30. 26 letters.  This is the results I got with a dictionary of 25144 words:
  31.  
  32.    a   13190
  33.    b    3862
  34.    c    7204
  35.    d    5324
  36.    e   14835
  37.    f    2342
  38.    g    3756
  39.    h    4844
  40.    i   11428
  41.    j     427
  42.    k    1848
  43.    l    8625
  44.    m    5320
  45.    n   10256
  46.    o   10285
  47.    p    4929
  48.    q     377
  49.    r   11533
  50.    s    8700
  51.    t   10599
  52.    u    5989
  53.    v    1848
  54.    w    1907
  55.    x     616
  56.    y    3523
  57.    z     380
  58.  
  59. Norman.
  60. -- 
  61. Norman Yelle      (Email: nyelle@ccrs.emr.ca)             |       Amazing
  62. Canada Centre for Remote Sensing                        --+--      Grace
  63. 588 Booth Street, Ottawa, Ontario, Canada  K1A 0Y7        |
  64.   Phone: (613) 947-1299     Fax: (613) 947-1408           |     Romans 1.16
  65.