home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / sndx10.zip / SOUNDEX.DOC < prev    next >
Text File  |  1994-11-06  |  1KB  |  35 lines

  1.                                   SOUNDEX
  2.  
  3. The Soundex system provides a simple way of encoding and classifying names by 
  4. the way they are pronounced.  This system is used by the National Archives 
  5. and Motor Vehicle Bureaus in some states (although sometimes with modific-
  6. ations).  
  7.  
  8. Soundex can be thought of as a crude hashing algorithm for names.  It has 
  9. been in use about 70 years, since before the adoption of modern information 
  10. handling techniques, but it can still simplify filing procedures if used 
  11. creatively.
  12.  
  13. To use the program, make certain that SOUNDEX.EXE is in your current 
  14. directory.  Type    soundex name    where "name" is the name to be converted, 
  15. or just type   soundex   and you will be prompted for a name to convert.
  16.  
  17. The enclosed executable, SOUNDEX.EXE, and the source code, SOUNDEX.C and 
  18. SOUNDEX.H, are placed in the Public Domain courtesy of the author of same.
  19. Any lawful use may be made of them.  The author accepts no liability for 
  20. damages, incidental or otherwise, caused by use or misuse of the program.
  21.  
  22. The author does not solicit contributions for the use of this program, 
  23. nevertheless any that find their way to him will be gratefully accepted.  
  24. Comments and/or suggestions [criticisms?] are of course welcome.  To pervert 
  25. an old saying, "Don't throw money, applaud!".
  26.  
  27.  
  28. M\Cooper
  29. 3425 Chestnut Ridge Rd.
  30. Grantsville, MD 21536-9801
  31. --------------------------
  32. Email:  thegrendel@aol.com
  33.  
  34. 10/92
  35.