Info
Version: | 1.0.0 |
Author(s): | Karl Tillström |
Last Update: | Sunday, May 10, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/skarlman/LazyLevenshteinWithThreshold |
NuGet Url: | https://www.nuget.org/packages/LazyLevenshteinWithThreshold |
Install
Install-Package LazyLevenshteinWithThreshold
dotnet add package LazyLevenshteinWithThreshold
paket add LazyLevenshteinWithThreshold
LazyLevenshteinWithThreshold Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Time Complexity: O( |a| * dist(A,B) )
Supports thresholding to skip calculations when distance is greater than the threshold
https://www.codeinthenorth.com.