C# Class FileScanner.Preprocessing.Preprocessor

Inheritance: IPreprocessor
显示文件 Open project: kzemek/FileScanner

Public Methods

Method Description
GetNormalizedPhrase ( String phrase ) : String
GetVariations ( String phrase ) : IEnumerable
Preprocessor ( Normalizer normalizer, Inflector inflector ) : System

Private Methods

Method Description
Preprocessor ( ) : System

Method Details

GetNormalizedPhrase() public method

public GetNormalizedPhrase ( String phrase ) : String
phrase String
return String

GetVariations() public method

public GetVariations ( String phrase ) : IEnumerable
phrase String
return IEnumerable

Preprocessor() public method

public Preprocessor ( Normalizer normalizer, Inflector inflector ) : System
normalizer Normalizer
inflector Inflector
return System