ALGORITHM - String similarity score/hash

后端 未结 8 1441
遇见更好的自我
遇见更好的自我 2021-02-01 10:16

Is there a method to calculate something like general \"similarity score\" of a string? In a way that I am not comparing two strings together but rather I get some number/scores

8条回答
  •  旧时难觅i
    2021-02-01 10:31

    For a fast way of determining string similarity, you might want to use fuzzy hashing.

提交回复
热议问题