So I\'m currently working for with using SecondString for fuzzy string matching, where I have a large dictionary to compare to (with each entry in the dictionary has an associat
see this excellent article for explanation and comparison of different fuzzy string matching:
http://ntz-develop.blogspot.com/2011/03/fuzzy-string-search.html
java source code available at
https://code.google.com/p/fuzzy-search-tools/