in reply to Fuzzy String matching with index?
This subject has come up before.
My pure perl approach is explained in Re: Fuzzy Searching: Optimizing Algorithm Selection and there is a greatly improved performance version at Re^2: Fuzzy Searching: Optimizing Algorithm ( A few improvements)..
Also of note is ysth & demerphq's compiled XS trie approach the code for which can be found in this Algorithm Showdown: Fuzzy Matching.
Be warned: Both these threads contain ultimately futile, heated technical debate.
I still have, several further iterations of performance improvement of my code kicking around. If you are seriously interested and want to try and take it forward, I could look them out.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Fuzzy String matching with index?
by ysth (Canon) on Sep 05, 2006 at 05:32 UTC | |
by BrowserUk (Patriarch) on Sep 05, 2006 at 06:03 UTC | |
by Corion (Patriarch) on Sep 05, 2006 at 06:52 UTC |