@hackage edits0.1.0.1
show the differences between 2 pieces of Text using the Levenshtein distance
Categories
License
MIT
Maintainer
etorreborre@yahoo.com
Links
Versions
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.