There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Python implementation of the standard Wagner-Fischer edit distance for two strings. It computes the string dissimilarity based on the number of operations required to transform one string into the other.