MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / jaro_winkler.py

File jaro_winkler.py

strings/jaro_winkler.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""https://en.wikipedia.org/wiki/Jaro%E2%80%93Winkler_distance"""
2
3
4def jaro_winkler(str1: str, str2: str) -> float:

Callers

nothing calls this directly

Calls 1

jaro_winklerFunction · 0.85

Tested by

no test coverage detected