Fuzzy Search Module Testing

|

I've posted up a live version of my current development on a fuzzy search engine. You can now search through the content on my blog using my current algorithm. This is only for demonstration purposes and trial of the algorithm as I make progress on the module. I encourage you all to try a few searches based on the content of my website, including some searches with misspellings.

Search

Sorry, the search has been temporarily removed until fixes have been made.

Wow! Nice module. It is what

Wow! Nice module. It is what I ever want for drupal, a good search engine.

What are you basing your

What are you basing your fuzzy-ness upon? If you like, I can give you C source to a Ternary tree that I wrote years ago. It does great fuzzy matching and runs very fast. I implemented it for a real time offensive language filter component of an online chat system.

http://en.wikipedia.org/wiki/Ternary_search_tree

interesting article

interesting article http://postironic.org/

good code, thanks.

good code, thanks.

Nice module

Nice module

fuzzy-ness upon - good

fuzzy-ness upon - good

Wonderful article, many

Wonderful article, many thanks

Hey, I was just wondering

Hey,

I was just wondering how you implemented this? I used a levenshtein() + soundex() method as detailed here: (http://porteightyeight.com/archives/21-Fuzzy-Searching-in-PHP-Part-1.htm...)

Very nice

Very nice

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may use [inline:xx] tags to display uploaded files or images inline.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.

Upcoming events

  • No upcoming events available