Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

(jeffa) Re: Fuzzy Strings

by jeffa (Bishop)
on Sep 05, 2000 at 17:55 UTC ( [id://31119]=note: print w/replies, xml ) Need Help??


in reply to Fuzzy Strings

You can try Text::Soundex, but like String::Approx, finding the 'best' match is not an exact science.
use Text::Soundex; $similar = soundex($string); @sims = soundex(@strings);

Jeff

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-03-28 20:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found