C# 클래스 FileScanner.Preprocessing.Inflector

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

공개 메소드들

메소드 설명
GetVariations ( String phrase ) : IEnumerable

비공개 메소드들

메소드 설명
AddSufixes ( String grupaDeklinacyjna, String koniecTematu, String poczTematu, HashSet result ) : IEnumerable
CartesianProduct ( IEnumerable phrases, int i ) : IEnumerable
FindDeclensionGroup ( String phrase, String grupaDeklinacyjna, string[]>.Dictionary declensionDictionary ) : string
GetNormalizedCharacter ( char c ) : char
GetVariationsFeminine ( String phrase ) : IEnumerable
GetVariationsMasculine ( String phrase ) : IEnumerable
GetVariationsNeuter ( string phrase ) : IEnumerable
GetWordVariations ( String word ) : IEnumerable
RemovePolishCharacters ( String phrase ) : String

메소드 상세

GetVariations() 공개 메소드

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