Skip to content

An open source Java library to compare text files word-for-word or sentence-by-sentence producing a comprehensive report as HTML. This is not your usual line-based diff.

License

Notifications You must be signed in to change notification settings

codebusta/daisydiff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This fork of DaisyDiff daisydiff.github.io is specialized for library ("embedded") use. It also removes the HTML diffing, as we are interested only plain text diffing.

Histogram diff support

We have repackaged HistogramDiff algorithm from JGit. It seems more promising than the LCS/RangeDifferencer algorithms. Also all unnecessary runtime dependencies have been dropped (or repackaged - where expedient).

Acknowledgements

About

An open source Java library to compare text files word-for-word or sentence-by-sentence producing a comprehensive report as HTML. This is not your usual line-based diff.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 56.4%
  • JavaScript 41.6%
  • XSLT 1.5%
  • CSS 0.5%