-
-
Notifications
You must be signed in to change notification settings - Fork 209
Closed
Description
Thanks a lot for this project. I was wondering if something can be done to achieve the following. Let's say I have 2 versions of a string:
"J. G. Feldstein, Chair" and "T. P. Pastor, Chair"
When using character level diff, I get this result:

Makes sense, of course, since it diffs by character and keeps all the ones that were there before. Id I diff by word, this happens:

Again, makes sense. However, this makes it difficult for a user to understand what happens. What would be great is if we could "whitelist" a few characters, so that they don't count on the diff, and use it in phrase level. So in that case, if we whitelist whitespace and punctuation, we could get:

Would this be feasible and/or possible?
Metadata
Metadata
Assignees
Labels
No labels