C# 클래스 SpellChecker.Net.Search.Spell.TRStringDistance

Edit distance class
파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
GetDistance ( System other ) : int
TRStringDistance ( System target )

Optimized to run a bit faster than the static getDistance(). In one benchmark times were 5.3sec using ctr vs 8.5sec w/ static method, thus 37% faster.

비공개 메소드들

메소드 설명
Form ( int n, int m ) : int[][]

Min3 ( int a, int b, int c ) : int

메소드 상세

GetDistance() 공개 메소드

public GetDistance ( System other ) : int
other System
리턴 int

TRStringDistance() 공개 메소드

Optimized to run a bit faster than the static getDistance(). In one benchmark times were 5.3sec using ctr vs 8.5sec w/ static method, thus 37% faster.
public TRStringDistance ( System target )
target System