Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jaro-Winkler Distance Algorithm in .NET [closed]

Is there any LGPL or commercial-friendly licensed implementation of Jaro-Winkler distance in .NET?

like image 269
dr. evil Avatar asked Oct 02 '09 16:10

dr. evil


2 Answers

The SimMetrics library appears to support Jaro-Winkler, and there's a .NET version available for download.

Unfortunately it's licensed under the GPL, but maybe the authors would be amenable to giving/selling you a commercial license.

(NB: I haven't used this library myself, and know absolutely nothing about it.)

like image 159
LukeH Avatar answered Oct 12 '22 01:10

LukeH


I wrote a public domain version in F#. You can access it here: http://fssnip.net/2M

like image 21
Rick Minerich Avatar answered Oct 11 '22 23:10

Rick Minerich