SimMetrics.Net
1.0.5
SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman).
Install-Package SimMetrics.Net -Version 1.0.5
dotnet add package SimMetrics.Net --version 1.0.5
<PackageReference Include="SimMetrics.Net" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimMetrics.Net --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimMetrics.Net, 1.0.5"
#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 SimMetrics.Net as a Cake Addin
#addin nuget:?package=SimMetrics.Net&version=1.0.5
// Install SimMetrics.Net as a Cake Tool
#tool nuget:?package=SimMetrics.Net&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Sign assembly
Dependencies
-
.NETFramework 2.0
- LINQBridge (>= 1.3.0)
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on SimMetrics.Net:
Package | Downloads |
---|---|
WireMock.Net
Lightweight Http Mocking Server for .Net, inspired by WireMock from the Java landscape.
|
|
md-stdl
Utility library for smaller miscellaneous problems.
|
|
Unimpressive.Core
Yet another unimpressive standard library of many simple and often used things
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SimMetrics.Net:
Repository | Stars |
---|---|
WireMock-Net/WireMock.Net
WireMock.Net is a flexible library for stubbing and mocking web HTTP responses using request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
|