I'm looking for high performance Java library for fuzzy string search.
There are numerous algorithms to find similar strings, Levenshtein distance, Daitch-Mokotoff Soundex, n-grams etc.
What Java implemenations exists? Pros and cons for them? I'm aware of Lucene, any other solution or Lucene is best?
I found these, anyone has experience with them?
SimMetrics
NGramJ