Info
Version: | 1.0.0 |
Author(s): | Thomas Lauzi |
Last Update: | Sunday, June 25, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JohnnyBravo75/TwinFinder |
NuGet Url: | https://www.nuget.org/packages/TwinFinder.Nuget |
Install
Install-Package TwinFinder.Nuget
dotnet add package TwinFinder.Nuget
paket add TwinFinder.Nuget
TwinFinder.Nuget Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- log4net(>= 1.2.10)
- UnidecodeSharpFork(>= 1.0.0)
Tags
Can be used to find doublets or similarities between strings.
-string metrics (Levenshtein, Jaccard, JaroWinkler,...)
-algorithms (SortedNeigborhood, Blocking)
-phonetic codecs(Soundex, DoubleMetaphone, Phonix, ...)
-string tokenizer (NGram, Whitespace, Word,..)
Samples can be found in the github sources.