Improving performance of fuzzy string matching against a dictionary

后端 未结 3 1437
借酒劲吻你
借酒劲吻你 2021-02-08 00:34

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

3条回答
  •  轮回少年
    2021-02-08 01:07

    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/

提交回复
热议问题