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.







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