如何使用Levenshtein距离获得两个字符串的匹配状态

时间:2014-04-07 12:56:29

标签: string matching levenshtein-distance

是否可以从两个比较字符串中获取匹配状态,例如:

string 1 : this is a dog.
string 2 : this is not a cat.

如何使用Levenshtein距离生成以下字符串,有人可以帮忙吗?

string 1 : this is     a    dog.
string 2 : this is not a cat   .
Result   : ========++++==+++---=   <<< like this.

我知道帖子的解决方案是我需要的,但我无权访问源代码。 请有人帮忙,任何意见都表示赞赏。

0 个答案:

没有答案