问题
Is there any LGPL or commercial-friendly licensed implementation of Jaro-Winkler distance in .NET?
回答1:
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.)
回答2:
I wrote a public domain version in F#. You can access it here: http://fssnip.net/2M
来源:https://stackoverflow.com/questions/1510593/jaro-winkler-distance-algorithm-in-net