Is there any LGPL or commercial-friendly licensed implementation of Jaro-Winkler distance in .NET?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
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.)
I wrote a public domain version in F#. You can access it here: http://fssnip.net/2M