F23.StringSimilarity
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.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package F23.StringSimilarity -Version 1.1.0
dotnet add package F23.StringSimilarity --version 1.1.0
<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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: F23.StringSimilarity, 1.1.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
This release brings the library up-to-date with v0.18 of the upstream Java version.
Dependencies
This package has no dependencies.
Used By
NuGet packages (6)
Showing the top 5 NuGet packages that depend on F23.StringSimilarity:
Package | Downloads |
---|---|
Take.SmartContacts.Utils
Package Description
|
|
AzureTackleAnalyzer
Advanced embedded static analysis and type-checking for AzureTable code from F#
|
|
AzureTackleAnalyzer.Core
AzureTackleAnalyzer
|
|
Take.SmartContacts.Utils.Intent
Package Description
|
|
Nuna.Lib.NetStandard
Helper for ICS Development
|
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on F23.StringSimilarity:
Repository | Stars |
---|---|
wabbajack-tools/wabbajack
A mod list downloader & installer for Skyrim/Oblivion and Fallout games
|
|
ShokoAnime/ShokoServer
Repository for Shoko Server.
|
|
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.
|