Live data from Hacker News

Diff optimized for comparing text files containing prose

gigamonkeys.com

1–3 of 3 posts

Re: Diff optimized for comparing text files containing prose

#3
google-diff-match-patch will produce some very nice prose diffs, especially if you tune the defaults a little to look further back/ahead. https://code.google.com/p/google-diff-match-patch/ - it is availabke in Java, JavaScript, Dart, C++, C#, Objective C, Lua and Python.