Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool | ||
GetDistance ( string s1, string s2 ) : float | ||
GetHashCode ( ) : int | ||
JaroWinklerDistance ( ) : Lucene.Net.Support |
Creates a new distance metric with the default threshold for the Jaro Winkler bonus (0.7)
|
|
ToString ( ) : string |
Метод | Описание | |
---|---|---|
Matches ( string s1, string s2 ) : int[] |
public GetDistance ( string s1, string s2 ) : float | ||
s1 | string | |
s2 | string | |
Результат | float |
public JaroWinklerDistance ( ) : Lucene.Net.Support | ||
Результат | Lucene.Net.Support |