我有一個問題,我們可以通過將e.d值除以兩個字符串的長度來規範levenshtein編輯距離嗎? 我在問這個,因爲如果我們比較兩個不等長的字符串,那麼兩者的長度之間的差異也會被計算在內。 例如: ed('has a','has a ball')= 4 and ed('has a','has a ball is is round')= 15 如果我們增加字符串的長度,即使它們相似,編輯距離也會增加。
假設我有一個大字符串和一個子字符串數組,當它們與大字符串相等時(差別很小)。 例如(注意字符串之間的細微差別): large_str = "hello, this is a long string, that may be made up of multiple
substrings that approximately match the original string"
sub_strs