C# Class Lucene.Net.Analysis.Hunspell.HunspellWord

Afficher le fichier Open project: sisve/Lucene.Net.Analysis.Hunspell Class Usage Examples

Méthodes publiques

Méthode Description
HasFlag ( Char flag ) : System.Boolean

Checks whether the word has the given flag associated with it.

HunspellWord ( ) : System

Creates a new HunspellWord with no associated flags.

HunspellWord ( Char flags ) : System

Constructs a new HunspellWord with the given flags.

Method Details

HasFlag() public méthode

Checks whether the word has the given flag associated with it.
public HasFlag ( Char flag ) : System.Boolean
flag Char Flag to check whether it is associated with the word.
Résultat System.Boolean

HunspellWord() public méthode

Creates a new HunspellWord with no associated flags.
public HunspellWord ( ) : System
Résultat System

HunspellWord() public méthode

Constructs a new HunspellWord with the given flags.
public HunspellWord ( Char flags ) : System
flags Char Flags to associate with the word.
Résultat System