C# Class Lucene.Net.Analysis.Hunspell.HunspellDictionary.FlagParsingStrategy

Abstraction of the process of parsing flags taken from the affix and dic files
Afficher le fichier Open project: sisve/Lucene.Net.Analysis.Hunspell

Méthodes publiques

Méthode Description
ParseFlag ( String rawFlag ) : Char

Parses the given String into a single flag.

ParseFlags ( String rawFlags ) : Char[]

Parses the given String into multiple flag.

Method Details

ParseFlag() public méthode

Parses the given String into a single flag.
public ParseFlag ( String rawFlag ) : Char
rawFlag String String to parse into a flag.
Résultat Char

ParseFlags() public abstract méthode

Parses the given String into multiple flag.
public abstract ParseFlags ( String rawFlags ) : Char[]
rawFlags String String to parse into a flags.
Résultat Char[]