C# 클래스 DuoVia.FuzzyStrings.LevenshteinDistanceExtensions

파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools

공개 메소드들

메소드 설명
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