Improving performance of fuzzy string matching against a dictionary

后端 未结 3 1440
借酒劲吻你
借酒劲吻你 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:18

    Or you may also use a Java Fuzzy HashMap (an extention to java hashMap that allows fuzzy search): http://sourceforge.net/projects/fuzzyhashmap/ I think it is exactly what you need. Here you have a complete description of the data structure: http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=5565628

提交回复
热议问题