SimMetrics.Net

SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman).


Keywords
intelligence, artifical, algorithms, distance-metric, string, string-metrics
License
MIT
Install
Install-Package SimMetrics.Net -Version 1.0.4

Documentation

SimMetrics.Net

SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman).

Status
AppVeyor Build status
Travis Build Status
codecov.io codecov
coveralls.io Coverage Status
NuGet NuGet Badge

Supported frameworks are:

  • .NET 2.0
  • .NET 3.5
  • .NET 4.0
  • .NET 4.5 and up
  • .NETStandard 1.0 to .NETStandard 1.6 (including portable, windows phone and uap)

Based on https://github.com/HamedFathi/SimMetricsCore with all the 87 unit-tests from the orginal project.