Commonly used algorithms for measuring string distance, including Levenstein distance, block distance, Chapman length deviation, cosine similarity, Dice similarity, Euclidean distance, Jaccard similarity, Jaro, Jaro Winkler, matching coefficient, Monge Elkan, Needleman Wunch, overlapping coefficient, Q-Gram distance, Smith Waterman, Smith Waterman Gotoh, Smith Waterman Gotoh windowed affine, and Chapman mean length.
Info
Version: | 2.1.0 |
Author(s): | Lizoc |
Last Update: | Wednesday, June 6, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://standardfx.github.io/standard |
NuGet Url: | https://www.nuget.org/packages/Standard.Data.StringMetrics |
Install
Install-Package Standard.Data.StringMetrics
dotnet add package Standard.Data.StringMetrics
paket add Standard.Data.StringMetrics
Standard.Data.StringMetrics Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- Standard.Core(>= 2.1.0)
- System.Collections(>= 4.3.0)
- System.Diagnostics.Debug(>= 4.3.0)
- System.Dynamic.Runtime(>= 4.3.0)
- System.Globalization(>= 4.3.0)
- System.IO(>= 4.3.0)
- System.Linq(>= 4.3.0)
- System.Linq.Expressions(>= 4.3.0)
- System.ObjectModel(>= 4.3.0)
- System.Reflection(>= 4.3.0)
- System.Reflection.Extensions(>= 4.3.0)
- System.Resources.ResourceManager(>= 4.3.0)
- System.Runtime(>= 4.3.0)
- System.Runtime.Extensions(>= 4.3.0)
- System.Runtime.Serialization.Primitives(>= 4.3.0)
- System.Text.Encoding(>= 4.3.0)
- System.Text.Encoding.Extensions(>= 4.3.0)
- System.Text.RegularExpressions(>= 4.3.0)
- System.Threading(>= 4.3.0)
- System.Threading.Tasks(>= 4.3.0)
- System.Xml.ReaderWriter(>= 4.3.0)
- System.Xml.XDocument(>= 4.3.0)
- Standard.Core(>= 2.1.0)
Tags