Method | Description | |
---|---|---|
FuzzyAnswerMatchStrategy ( ) : System | ||
FuzzyAnswerMatchStrategy ( int maxDistance ) : System | ||
IsMatch ( string p1, string p2 ) : bool |
Method | Description | |
---|---|---|
Compute ( string s, string t ) : int |
Compute the distance between two strings.
|
public FuzzyAnswerMatchStrategy ( int maxDistance ) : System | ||
maxDistance | int | |
return | System |
public IsMatch ( string p1, string p2 ) : bool | ||
p1 | string | |
p2 | string | |
return | bool |