LazyLevenshteinWithThreshold NuGet Package

A C# implementation of the Levenshtein string distance, using lazy evaluation of its diagonals.
Time Complexity: O( |a| * dist(A,B) )

Supports thresholding to skip calculations when distance is greater than the threshold

https://www.codeinthenorth.com.




Got any LazyLevenshteinWithThreshold Question?





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)



Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

1419