home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / clarion / library / soundx / readme.txt next >
Text File  |  1989-01-31  |  1KB  |  45 lines

  1. February 1st, 1989
  2.  
  3. Howdy!,
  4.  
  5. I have developed a soundex routine in CLARION to allow users to
  6. search for similar sounding names in a database. When the user adds a
  7. record to the database, the soundex value of the name is calculated
  8. (as an edit procedure) and is stored in the database as a key. Later,
  9. when the user then requests a search by similar sounding names,
  10. perhaps because of a misspelled name, the soundex value of the search
  11. name is calculated and a search is performed using this value as a
  12. record selector.  
  13.  
  14. Released in the public domain by the author on February 1st, 1989.
  15.  
  16. Files included in this archive:
  17.  
  18. Name             CRC
  19. -----------     ----
  20. SOUNDEX.CLA  7D1F    The soundex routine (source)
  21. SOUNDEX.PRO  4405    The soundex processor file
  22. SOUNDEX.SYM  E3DC    The soundex symbols file        
  23. TEST.CLA     36A7    Test program for the soundex routine (source)
  24. TEST.PRO     5735    Test program processor file
  25. TEST.SYM     B8A2    Test program symbols file
  26. README.TXT           This file (don't know the CRC yet)
  27.  
  28.  
  29.  
  30. Please address any comments to:
  31.  
  32. Paul Giroux
  33.   BIX:  pgiroux
  34.   CompuServe: 72007,3677
  35.   FidoNet: 1:167/106.0
  36.  
  37. 
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.