Method | Description | |
---|---|---|
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.
|
public GetDistance ( String source, String target ) : float | ||
source | String | |
target | String | |
return | float |
public NGramDistance ( int size ) : System | ||
size | int | The size of the n-gram to be used to compute the string distance. |
return | System |