Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool | ||
GetDistance ( string source, string target ) : float | ||
GetHashCode ( ) : int | ||
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.
|
|
ToString ( ) : string |
public GetDistance ( string source, string target ) : float | ||
source | string | |
target | string | |
Результат | float |
public NGramDistance ( int size ) : System | ||
size | int | The size of the n-gram to be used to compute the string distance. |
Результат | System |