C# Class Disco.StringExtensions

Show file Open project: garysharp/Disco

Public Methods

Method Description
Score ( this Source, string Test, double Fuzziness ) : double

A fuzzy string search algorithm. Based on: ScoreSharp (https://github.com/bltavares/scoresharp) Based on: string_score from Joshaven Potter (https://github.com/joshaven/string_score) MIT License

Score ( this Sources, string Test, double Fuzziness ) : double

A fuzzy string search algorithm. Based on: ScoreSharp (https://github.com/bltavares/scoresharp) Based on: string_score from Joshaven Potter (https://github.com/joshaven/string_score) MIT License

Method Details

Score() public static method

A fuzzy string search algorithm. Based on: ScoreSharp (https://github.com/bltavares/scoresharp) Based on: string_score from Joshaven Potter (https://github.com/joshaven/string_score) MIT License
public static Score ( this Source, string Test, double Fuzziness ) : double
Source this
Test string
Fuzziness double
return double

Score() public static method

A fuzzy string search algorithm. Based on: ScoreSharp (https://github.com/bltavares/scoresharp) Based on: string_score from Joshaven Potter (https://github.com/joshaven/string_score) MIT License
public static Score ( this Sources, string Test, double Fuzziness ) : double
Sources this
Test string
Fuzziness double
return double