C# Class FileScanner.Preprocessing.Inflector

Exibir arquivo Open project: kzemek/FileScanner Class Usage Examples

Public Methods

Method Description
GetVariations ( String phrase ) : IEnumerable

Private Methods

Method Description
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

Method Details

GetVariations() public method

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