Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
4
def
jaro_winkler(str1: str, str2: str) -> float:
Callers
nothing calls this directly
Calls
1
jaro_winkler
Function · 0.85
Tested by
no test coverage detected