C# 클래스 FileScanner.Preprocessing.Preprocessor

상속: IPreprocessor
파일 보기 프로젝트 열기: kzemek/FileScanner

공개 메소드들

메소드 설명
GetNormalizedPhrase ( String phrase ) : String
GetVariations ( String phrase ) : IEnumerable
Preprocessor ( Normalizer normalizer, Inflector inflector ) : System

비공개 메소드들

메소드 설명
Preprocessor ( ) : System

메소드 상세

GetNormalizedPhrase() 공개 메소드

public GetNormalizedPhrase ( String phrase ) : String
phrase String
리턴 String

GetVariations() 공개 메소드

public GetVariations ( String phrase ) : IEnumerable
phrase String
리턴 IEnumerable

Preprocessor() 공개 메소드

public Preprocessor ( Normalizer normalizer, Inflector inflector ) : System
normalizer Normalizer
inflector Inflector
리턴 System