Jaro-Winkler Distance Algorithm in .NET [closed]

拥有回忆 提交于 2019-12-01 03:43:53

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!