F23.StringSimilarity 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package F23.StringSimilarity --version 1.1.0
NuGet\Install-Package F23.StringSimilarity -Version 1.1.0
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="F23.StringSimilarity" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add F23.StringSimilarity --version 1.1.0
#r "nuget: F23.StringSimilarity, 1.1.0"
#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 F23.StringSimilarity as a Cake Addin
#addin nuget:?package=F23.StringSimilarity&version=1.1.0

// Install F23.StringSimilarity as a Cake Tool
#tool nuget:?package=F23.StringSimilarity&version=1.1.0

A .NET port of java-string-similarity (https://github.com/tdebatty/java-string-similarity). A library implementing different string similarity and distance measures. Several algorithms (including Levenshtein edit distance and sibblings, Jaro-Winkler, Longest Common Subsequence, cosine similarity etc.) are currently implemented.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on F23.StringSimilarity:

Package Downloads
Microsoft.CST.OSSGadget.Shared The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

OSS Gadget - Shared Library Functionality

Nuna.Lib.NetStandard

Helper for ICS Development

Take.SmartContacts.Utils

Package Description

AzureTackleAnalyzer

AzureTackleAnalyzer

Wabbajack.Downloaders.IPS4OAuth2Downloader

Package Description

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on F23.StringSimilarity:

Repository Stars
wabbajack-tools/wabbajack
An automated Modlist installer for various games.
ShokoAnime/ShokoServer
Repository for Shoko Server.
microsoft/OSSGadget
Collection of tools for analyzing open source packages.
DanHarltey/Fastenshtein
The fastest .Net Levenshtein around
Zaid-Ajaj/Npgsql.FSharp.Analyzer
F# analyzer that provides embedded SQL syntax analysis, type-checking for parameters and result sets and nullable column detection when writing queries using Npgsql.FSharp.
Version Downloads Last updated
6.0.0 97,439 11/27/2023
5.1.0 282,182 1/16/2023
5.0.0 485,231 3/2/2022
4.1.0 672,336 6/7/2021
4.0.0 288,499 3/9/2021
4.0.0-beta 892 2/19/2021
3.1.0 840,946 9/14/2018
3.0.0 108,557 9/13/2017
2.0.0 79,398 12/12/2016
1.1.1 11,790 9/26/2016
1.1.0 1,719 9/26/2016
1.0.0 2,094 8/23/2016

This release brings the library up-to-date with v0.18 of the upstream Java version.