Description
show the differences between 2 pieces of Text using the Levenshtein distance.
Description
This library computes the minimum number of edit operations insert
, delete
, substitute
which are necessary to transform a piece of text into another. It then displays the parts which are different in brackets.