Méthode | Description | |
---|---|---|
LevenshteinDistance ( this input, string comparedTo, bool caseSensitive = false ) : int |
Levenshtein Distance algorithm with transposition.
|
Méthode | Description | |
---|---|---|
FindMinimum ( ) : int |
public static LevenshteinDistance ( this input, string comparedTo, bool caseSensitive = false ) : int | ||
input | this | |
comparedTo | string | |
caseSensitive | bool | |
Résultat | int |