C# 클래스 Disco.StringExtensions

파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
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

메소드 상세

Score() 공개 정적인 메소드

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
리턴 double

Score() 공개 정적인 메소드

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
리턴 double