是否可以从两个比较字符串中获取匹配状态,例如:
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.
我知道帖子的解决方案是我需要的,但我无权访问源代码。 请有人帮忙,任何意见都表示赞赏。