Fuzzy-matching using Jaro-Winkler distance to calculate similarities between two strings.
Info
| Version: | 0.1.0 |
| Author(s): | Fredrik Eilertsen |
| Last Update: | Sunday, March 10, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/fredeil/FuzzyMatcher/ |
| NuGet Url: | https://www.nuget.org/packages/FuzzyMatcher |
Install
Install-Package FuzzyMatcher
dotnet add package FuzzyMatcher
paket add FuzzyMatcher
FuzzyMatcher Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 4.2.3)
- NETStandard.Library(>= 1.6.1)
- System.ValueTuple(>= 4.5.0)
Tags