Info
Version: | 1.0.10 |
Author(s): | DanHartley |
Last Update: | Wednesday, June 19, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/DanHarltey/Fastenshtein |
NuGet Url: | https://www.nuget.org/packages/Fastenshtein |
Install
Install-Package Fastenshtein
dotnet add package Fastenshtein
paket add Fastenshtein
Fastenshtein Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Runtime(>= 4.1.0)
Tags
Supports .NET Framework and .NET. Levenshtein calculates the shortest possible distance between two strings.
Producing a count of the number of insertions, deletions and substitutions to make one string into another.