aesy / Similitude

A similarity metrics library for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Similitude

NuGet Travis License

A similarity metrics library for .NET.

Summary

{{TODO}}

Usage

{{TODO}}

Installation

Using Package Manager: run Install-Package Similitude.

Using .NET CLI: run dotnet add package Similitude.

Contribute

Use the issue tracker to report bugs or make feature requests. There are a lot of functions left to be included for the library to feel complete. This is because I only aim to implement the functions I personally need, but I will gladly accept pull requests! It may be a good idea (as always) to create an issue to discuss it first though! Maybe you want to contribute but don't know how? Check the list below for some inspiration!

Todo

  • Weighted variations
  • Levenshtein variations
  • Longest Common Subsequence
  • Dice coefficient
  • Cosine similarity
  • Jaccard index
  • N-grams
  • Q-grams

License

MIT, see LICENSE file.

About

A similarity metrics library for .NET

License:MIT License


Languages

Language:C# 100.0%