Re: soundex and difference
From: Joe Celko (jcelko212_at_earthlink.net)
Date: 06/04/04
- Next message: Jim Young: "Re: Recordset opens as read-only -- WHY???"
- Previous message: Partha Mandayam: "Re: How to have a varchar column accept '(appostrophy)"
- In reply to: Zoury: "soundex and difference"
- Next in thread: Raymond D'Anjou \(raydan\): "Re: soundex and difference"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 04 Jun 2004 11:47:00 -0700
>> What about using them to compare string in an other language such as
french? <<
Soundex is bad for any language except English. Look up Metaphone and
various national Soundex algorithms. Some of the details are given in
SQL FOR SMARTIES.
REFERENCES:
"A Better Phonetic Search", Gary A. Parker, THE C GAZETTE, 1991
Jun/Jul, p. 55.
"Hanging on the Metaphone", Lawrence Philips, COMPUTER LANGUAGE, 1990
Dec, p.39.
"Approximate String Matching", John Rex, THE C GAZETTE, Autumn 1988, p.
26.
"Pattern Matching: The Gestalt Approach", John W. Ratcliff & David E.
Metzener, DR. DOBB'S JOURNAL, 1988 Jul, p. 46.
"An Alternative to Soundex", Jim Howell, DR. DOBB'S JOURNAL, 1987 Nov,
p. 62.
"Wordz that Almost Match", Dave Taylor, COMPUTER LANGUAGE, 1986 Nov,
p. 47.
"Soundex", C GAZETTE Staff, The C GAZETTE, Winter 1988, p. 4.
"Optimized Soundex", Joe Celko, The C GAZETTE, Autumn 1989, p. 29.
"C program finds words that sound alike", Robert D. Grappel, EDN, 1985
Jul 11, p. 288.
"Soundex algorithm is good but not perfect (letter referring to
above)", William T. Manheim, EDN, 1985 Nov 14, p. 288.
--CELKO--
===========================
Please post DDL, so that people do not have to guess what the keys,
constraints, Declarative Referential Integrity, datatypes, etc. in your
schema are.
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
- text/html attachment: _alt.0
- Next message: Jim Young: "Re: Recordset opens as read-only -- WHY???"
- Previous message: Partha Mandayam: "Re: How to have a varchar column accept '(appostrophy)"
- In reply to: Zoury: "soundex and difference"
- Next in thread: Raymond D'Anjou \(raydan\): "Re: soundex and difference"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|