.. _f-edittextdiff: module ``texthelper.edit_text_diff`` ==================================== Short summary +++++++++++++ module ``pyquickhelper.texthelper.edit_text_diff`` Improves text comparison. :githublink:`%|py|6` Functions +++++++++ +---------------------------------------------------------------------------------------------+----------------------------------------------------------------------+ | function | truncated documentation | +=============================================================================================+======================================================================+ | :func:`diff2html ` | Produces a HTML report with differences between *rows1* and *rows2*. | +---------------------------------------------------------------------------------------------+----------------------------------------------------------------------+ | :func:`edit_distance_string ` | Computes the edit distance between strings *s1* and *s2*. | +---------------------------------------------------------------------------------------------+----------------------------------------------------------------------+ | :func:`edit_distance_text ` | Computes an edit distance between lines of a text. | +---------------------------------------------------------------------------------------------+----------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.texthelper.edit_text_diff :members: :special-members: __init__ :show-inheritance: