本文介绍了近似字符串匹配算法的最新技术的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我寻求一种最先进的算法来近似字符串匹配.您是否提供给我参考(文章,论文等)?谢谢解决方案
您可能想了解有关Levenshtein距离的信息.
http://en.wikipedia.org/wiki/Levenshtein_distance
I seek a state of the art algorithms to approximate string matching.Do you offer me references(article, thesis,...)?thank you
解决方案
You might want to read about Levenshtein distance.
http://en.wikipedia.org/wiki/Levenshtein_distance
这篇关于近似字符串匹配算法的最新技术的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!