Hacker News new | ask | show | jobs
Diff optimized for comparing text files containing prose (gigamonkeys.com)
2 points by rhythmvs 3374 days ago
2 comments

The library (Common Lisp) is on Github: https://github.com/gigamonkey/monkeylib-prose-diff
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.