.. _f-editdistance: module ``algorithms.edit_distance`` =================================== Short summary +++++++++++++ module ``cpyquickhelper.algorithms.edit_distance`` Edit distance. :githublink:`%|py|5` Functions +++++++++ +---------------------------------------------------------------------------------------------+-----------------------------------------------------------+ | function | truncated documentation | +=============================================================================================+===========================================================+ | :func:`edit_distance_string ` | Computes the edit distance between strings *s1* and *s2*. | +---------------------------------------------------------------------------------------------+-----------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: cpyquickhelper.algorithms.edit_distance :members: :special-members: __init__ :show-inheritance: