C# 클래스 Fastenshtein.Levenshtein

Measures the difference between two strings. Uses the Levenshtein string difference algorithm.
파일 보기 프로젝트 열기: DanHarltey/Fastenshtein 1 사용 예제들

공개 메소드들

메소드 설명
Distance ( string value ) : int

Compares a value to the stored value. Not thread safe.

Levenshtein ( string value )

Creates a new instance with a value to test other values against

비공개 메소드들

메소드 설명
Distance ( string value1, string value2 ) : int

메소드 상세

Distance() 공개 메소드

Compares a value to the stored value. Not thread safe.
public Distance ( string value ) : int
value string
리턴 int

Levenshtein() 공개 메소드

Creates a new instance with a value to test other values against
public Levenshtein ( string value )
value string