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

Exibir arquivo Open project: sisve/Lucene.Net.Analysis.Hunspell Class Usage Examples

Public Methods

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

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.
return System.Boolean

HunspellWord() public method

Creates a new HunspellWord with no associated flags.
public HunspellWord ( ) : System
return System

HunspellWord() public method

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