C# Class FileScanner.Preprocessing.Preprocessor

Inheritance: IPreprocessor
Afficher le fichier Open project: kzemek/FileScanner

Méthodes publiques

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

Private Methods

Méthode Description
Preprocessor ( ) : System

Method Details

GetNormalizedPhrase() public méthode

public GetNormalizedPhrase ( String phrase ) : String
phrase String
Résultat String

GetVariations() public méthode

public GetVariations ( String phrase ) : IEnumerable
phrase String
Résultat IEnumerable

Preprocessor() public méthode

public Preprocessor ( Normalizer normalizer, Inflector inflector ) : System
normalizer Normalizer
inflector Inflector
Résultat System