how to recognize similar words with difference in spelling

前端 未结 8 1877
逝去的感伤
逝去的感伤 2020-12-02 02:05

I want to filter out duplicate customer names from a database. A single customer may have more than one entry to the system with the same name but with little difference in

8条回答
  •  無奈伤痛
    2020-12-02 02:42

    You might want to google for phonetic similarity algorithm and you'll find plenty of information about this. Including this article on Codeproject about implementing a solution in C#.

提交回复
热议问题