C# Class FuzzySearch.FuzzySearchService

Show file Open project: rstokes/fuzzysearch Class Usage Examples

Public Methods

Method Description
FuzzySearchService ( IEnumerable valuesToIndex ) : System
Search ( string inputToSearch ) : IEnumerable

Private Methods

Method Description
DicesCoeffienct ( string in1, string in2 ) : double
EncodeChar ( char c ) : string
Init ( IEnumerable valuesToIndex ) : List>.Dictionary
ParseValue ( string value ) : IEnumerable
Score ( string in1, string in2 ) : double
Soundex ( string data ) : string

Method Details

FuzzySearchService() public method

public FuzzySearchService ( IEnumerable valuesToIndex ) : System
valuesToIndex IEnumerable
return System

Search() public method

public Search ( string inputToSearch ) : IEnumerable
inputToSearch string
return IEnumerable