18 lines
399 B
ReStructuredText
18 lines
399 B
ReStructuredText
string_metric module
|
|
====================
|
|
|
|
levenshtein
|
|
-----------
|
|
.. autofunction:: rapidfuzz.string_metric.levenshtein
|
|
|
|
normalized_levenshtein
|
|
----------------------
|
|
.. autofunction:: rapidfuzz.string_metric.normalized_levenshtein
|
|
|
|
hamming
|
|
-------
|
|
.. autofunction:: rapidfuzz.string_metric.hamming
|
|
|
|
normalized_hamming
|
|
------------------
|
|
.. autofunction:: rapidfuzz.string_metric.normalized_hamming |