示例#1
0
 public static double FuzzyMatch(string input1, string input2)
 {
     return(Fuzz.WeightedRatio(input1, input2));
 }