Google's robust Diff Match and Patch algorithms to perform the operations required for synchronizing plain text.
http://code.google.com/p/google-diff-match-patch/
1. Diff:
* Compare two blocks of plain text and efficiently return a list of differences.
* Diff Demo
2. Match:
* Given a search string, find its best fuzzy match in a block of plain text. Weighted for both accuracy and location.
* Match Demo
3. Patch:
* Apply a list of patches onto plain text. Use best-effort to apply patch even when the underlying text doesn't match.
* Patch Demo
- Sources inherited from project openSUSE:Leap:15.2:Rings:1-MinimalX
- Links to openSUSE:Leap:15.2 / python-dif...tch_patch
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2:Staging:N/python-diff_match_patch && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
diff-match-patch-20181111.tar.gz | 0000058554 57.2 KB | |
python-diff_match_patch.changes | 0000001910 1.87 KB | |
python-diff_match_patch.spec | 0000001781 1.74 KB |
Revision 21 (latest revision is 22)
Lubos Kocman (lkocman-factory)
committed
(revision 21)
branch from 15.1
Comments 0