Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cfuncts.c | 2019-06-13 | 23.4 kB | |
README.txt | 2019-06-13 | 1.2 kB | |
Totals: 2 Items | 24.7 kB | 0 |
From: huddles@corp1.retail.com ("Huddleston, Joe") Newsgroups: comp.databases.informix Subject: FW: Phonetic searching algorithms Date: 25 Jan 1995 12:53:31 -0500 granholm@digex.net, if you have a problem with unloading the attached c code file, e-mail me and i'll send it in the body of a message. -joe- (huddles@hasting.com) [[ CFUNC.C : 2398 in CFUNC.C ]] ---------- From: Morgan, Joseph To: Huddleston, Joe Subject: RE: Phonetic searching algorithms Date: Wednesday, January 25, 1995 9:23AM Joe ... I have a rather robust C library. In there is a Soundex function that I have been developing over the years. It is an improved Russellian soundex procedure. I wrote it, though, using other functions in the library. The file is: /u/morganj/4gl/lib/cfunc.c He would need to compile the library with: cc -c cfunc.c And then include that as an additional object library in his program module. Joe. ---------- From: ilist To: informix-list Subject: Phonetic searching algorithms Date: Wednesday, January 25, 1995 12:23AM Does anyone have experience writing phonetic search algorithms for I4GL (or ESQL/C) I am interested in any ideas / source code. Thanks in advance. granholm@digex.net