satinjeet / google-diff-match-patch

Automatically exported from code.google.com/p/google-diff-match-patch
Apache License 2.0
0 stars 0 forks source link

Word diff mode #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

First of all, thanks for the work done. It is a very useful API. I have tried 
to add the 'Word mode' diff following the instructions you gave above, but it 
does not seem to work. Can you, please, give me (and perhaps for others) 
another example? Or why not adding a mode variable in the class with which you 
can have the diff by chars, words or lines (depending on its value)?

Regards,
Emmanuel

Original issue reported on code.google.com by zygolech...@gmail.com on 5 Oct 2011 at 6:52

GoogleCodeExporter commented 8 years ago
I am looking for Word mode with LCS algorith implementation but not able to 
make it, I tried with the suggstion given for converting to word mode but its 
giving completely out of box results. 

Original comment by harshal....@gmail.com on 14 Nov 2013 at 1:26

GoogleCodeExporter commented 8 years ago
LCS algorithm will not work fine either in Char or Word mode, see  
http://psta.psiras.ru/read/psta2015_1_189-197.pdf

Original comment by SergejZn...@gmail.com on 8 Apr 2015 at 7:34