C# 클래스 FileScanner.Preprocessing.Normalizer

파일 보기 프로젝트 열기: kzemek/FileScanner 1 사용 예제들

공개 메소드들

메소드 설명
GetBasicForm ( String phrase ) : String

Finds the basic form for the given word. For example, returns a singular nominative form if a noun is given.

RemovePolishCharacters ( String phrase ) : String

Returns a string with Polish characters converted to English ones and all letters converted to lower-case.

비공개 메소드들

메소드 설명
AddMissingE ( StringBuilder mutablePhrase ) : void
GetBasicFormOfPhrase ( String phrase ) : String
GetBasicFormOfSingleWord ( String phrase ) : String
GetNormalizedCharacter ( char c ) : char
RemovePalatization ( StringBuilder mutablePhrase ) : void
ReplaceSuffix ( StringBuilder mutablePhrase, string suffix, string newSuffix ) : void
appendWordToStringBuilder ( StringBuilder builder, String word ) : StringBuilder
isSingleWord ( String phrase ) : bool

메소드 상세

GetBasicForm() 공개 메소드

Finds the basic form for the given word. For example, returns a singular nominative form if a noun is given.
public GetBasicForm ( String phrase ) : String
phrase String input word
리턴 String

RemovePolishCharacters() 공개 메소드

Returns a string with Polish characters converted to English ones and all letters converted to lower-case.
public RemovePolishCharacters ( String phrase ) : String
phrase String input word
리턴 String