C# Class Wox.Infrastructure.StringMatcher

Exibir arquivo Open project: Wox-launcher/Wox Class Usage Examples

Public Methods

Method Description
IsMatch ( string source, string target ) : bool
Score ( string source, string target ) : int
ScoreForPinyin ( string source, string target ) : int

Method Details

IsMatch() public static method

public static IsMatch ( string source, string target ) : bool
source string
target string
return bool

Score() public static method

public static Score ( string source, string target ) : int
source string
target string
return int

ScoreForPinyin() public static method

public static ScoreForPinyin ( string source, string target ) : int
source string
target string
return int