Diff optimized for comparing text files containing prose

by rhythmvson 3/29/2017, 9:14 AMwith 2 comments

by rhythmvson 3/29/2017, 9:16 AM

The library (Common Lisp) is on Github: https://github.com/gigamonkey/monkeylib-prose-diff

by macmacon 3/29/2017, 10:02 AM

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.