Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Approximate or Phonetic String-Matching

by vroom (His Eminence)
on Dec 27, 1999 at 03:53 UTC ( [id://1407]=perlquestion: print w/replies, xml ) Need Help??

vroom has asked for the wisdom of the Perl Monks concerning the following question:

I want to be able to search a database and return approximate matches or matches that are phonetically similar. I've run across the String::Approx module which looks like it may be useful. I need a solution that will scale well and was wondering if anyone else had any insight or experience doing something similar.

Replies are listed 'Best First'.
Text::Soundex
by chromatic (Archbishop) on Dec 27, 1999 at 05:19 UTC
    One option for your phonetic needs is the Soundex module. It implements Knuth's Soundex algorithm and hashes text keys into small strings which approximate English phonetic equivalents.

    You might also want to see How do I find the Soundex value of a string?, though it isn't very informative.

Re: Approximate or Phonetic String-Matching (newer thread)
by bsb (Priest) on Jun 20, 2003 at 03:04 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1407]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-03-28 21:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found