Check out my first novel, midnight's simulacra!

Jaro-Winkler distance: Difference between revisions

From dankwiki
(Created page with "A string distance, computed on s1 and s2 as: JW = 0 if m = 0, otherwise JW = 1/3 * (m/|s1| + m/|s2| + (m - t)/m for m matching characters and t transpositions. [[CATEGORY:...")
 
(No difference)

Latest revision as of 09:41, 6 May 2013

A string distance, computed on s1 and s2 as:

JW = 0 if m = 0, otherwise

JW = 1/3 * (m/|s1| + m/|s2| + (m - t)/m

for m matching characters and t transpositions.