F23.StringSimilarity
2.0.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 2.0.0
dotnet add package F23.StringSimilarity --version 2.0.0
<PackageReference Include="F23.StringSimilarity" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add F23.StringSimilarity --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (4)
Showing the top 4 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#
|
|
Take.SmartContacts.Utils.Intent
Package Description
|
|
AzureTackleAnalyzer.Core
AzureTackleAnalyzer
|
GitHub repositories (3)
Showing the top 3 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
|