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

파일 보기 프로젝트 열기: spatial-computing/strabo-learning-ocr-transformation 1 사용 예제들

공개 메소드들

메소드 설명
GetDistance ( String source, String target ) : float
NGramDistance ( ) : System

Creates an N-Gram distance measure using n-grams of size 2.

NGramDistance ( int size ) : System

Creates an N-Gram distance measure using n-grams of the specified size.

메소드 상세

GetDistance() 공개 메소드

public GetDistance ( String source, String target ) : float
source String
target String
리턴 float

NGramDistance() 공개 메소드

Creates an N-Gram distance measure using n-grams of size 2.
public NGramDistance ( ) : System
리턴 System

NGramDistance() 공개 메소드

Creates an N-Gram distance measure using n-grams of the specified size.
public NGramDistance ( int size ) : System
size int The size of the n-gram to be used to compute the string distance.
리턴 System