C# Класс DuoVia.FuzzyStrings.LevenshteinDistanceExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
LevenshteinDistance ( this input, string comparedTo, bool caseSensitive = false ) : int

Levenshtein Distance algorithm with transposition.
A value of 1 or 2 is okay, 3 is iffy and greater than 4 is a poor match

Приватные методы

Метод Описание
FindMinimum ( ) : int

Описание методов

LevenshteinDistance() публичный статический Метод

Levenshtein Distance algorithm with transposition.
A value of 1 or 2 is okay, 3 is iffy and greater than 4 is a poor match
public static LevenshteinDistance ( this input, string comparedTo, bool caseSensitive = false ) : int
input this
comparedTo string
caseSensitive bool
Результат int