in reply to Fuzzy Searching: Optimizing Algorithm Selection

Get a perl 5.010. Download the source of re::engine::TRE. Download the full source of the TRE library. Replace the reduced source that comes with the module with the full source. Change the configuration so TRE will be built with fuzzy matching support enabled. Build, test, debug, fix, repeat. You get fast fuzzy matching that enables you to do exactly what you want.

  • Comment on Re: Fuzzy Searching: Optimizing Algorithm Selection