editdistance
editdistance copied to clipboard
Can we write our own comparator?
I am trying to find edit distance between two arrays. But I want my own logic to determine whether two elements are equal or not - which is not exact match. Is there any way I can do that?