JoshData / fast_diff_match_patch

Python package for Google's diff-match-patch native C++ implementation.
https://pypi.org/project/fast-diff-match-patch/
Apache License 2.0
73 stars 27 forks source link

Add support for cleanup_efficiency #11

Closed codeofdusk closed 3 years ago

codeofdusk commented 3 years ago

This PR adds support for calling diff_cleanupEfficiency from Python code.

JoshData commented 3 years ago

Merged (with some changes)! Thanks!