Can you offer a small fuzzy text search library?
What I want to do is let users find the right data for typo searches.
I could use full-text search engines like Lucene, but I think this is overkill.
Edit:
To make the question clearer, this is the main scenario for this library:
I have a large list of strings. I want to be able to search in this list (something like MSVS intellisense), but it should be possible to filter this list by lines that are not in it, but close enough to some line that is in the list.
Example:
When I type "Gren" or "Geen" in the text box, I want to see "Green" in the result set.
The main language for indexed data will be English.
I think that Lutsen is hard for this task.
Update
I found one product that meets my requirements. This is a ShuffleText .
Do you know any alternatives?
fuzzy-search
aku 03 Sep '08 at 15:49 2008-09-03 15:49
source share