C# Class Disco.StringExtensions

Afficher le fichier Open project: garysharp/Disco

Méthodes publiques

Méthode 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 méthode

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
Résultat double

Score() public static méthode

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
Résultat double