Fastenshtein 1.0.0.7

.NET Standard 1.0 .NET Framework 4.5.2
There is a newer version of this package available.
See the version list below for details.
dotnet add package Fastenshtein --version 1.0.0.7
NuGet\Install-Package Fastenshtein -Version 1.0.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fastenshtein" Version="1.0.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fastenshtein --version 1.0.0.7
#r "nuget: Fastenshtein, 1.0.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Fastenshtein as a Cake Addin
#addin nuget:?package=Fastenshtein&version=1.0.0.7

// Install Fastenshtein as a Cake Tool
#tool nuget:?package=Fastenshtein&version=1.0.0.7

The one of the fastest Levenshtein distance packages on NuGet. Supports .NET Framework and .NET Core (.NET Standard 1.0). 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.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Windows Phone wp8 wp81 wpa81
Windows Store netcore netcore45 netcore451
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Fastenshtein:

Package Downloads
NINA.Astrometry

This assembly contains the astronomy components of N.I.N.A.

SimplifiedSearch

Simple way to add ranked fuzzy matching search. For when you have up to a few thousand products, locations or similar and want to add a search that most users will see as smart, with minimal work. using SimplifiedSearch; IList<Country> matches = await listOfCountries.SimplifiedSearchAsync("thaiwan", x => x.CountryName); foreach (var country in matches) Console.WriteLine(country.CountryName); // output: // Taiwan // Thailand

Musoq.Plugins

Package Description

Slackbot.Net.Extensions.FplBot

Package Description

NearestWord

Find a closer word in a list of synonyms.

GitHub repositories (8)

Showing the top 5 popular GitHub repositories that depend on Fastenshtein:

Repository Stars
YarnSpinnerTool/YarnSpinner
Yarn Spinner is a tool for building interactive dialogue in games!
Puchaczov/Musoq
Use SQL on various data sources
cnbluefire/HotLyric
热词,为 HyPlayer 和 LyricEase 提供桌面歌词支持。https://www.microsoft.com/store/productId/9MXFFHVQVBV9
tomkerkhove/promitor
Bringing Azure Monitor metrics where you need them.
Turnerj/Quickenshtein
Making the quickest and most memory efficient implementation of Levenshtein Distance with SIMD and Threading support
Version Downloads Last updated
1.0.0.8 939,960 10/8/2021
1.0.0.7 278,573 2/12/2021
1.0.0.5 1,037,161 8/26/2018
1.0.0.4 78,639 1/25/2017
1.0.0.3 954 1/23/2017
1.0.0.2 97,436 12/6/2015

Speed improvment of around 10%. Removed support for Portable Class Libraries (PCL). .NET Framework support has moved to 4.5.2.