C# Класс Lucene.Net.Analysis.Hunspell.HunspellWord

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

HasFlag() публичный Метод

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.
Результат System.Boolean

HunspellWord() публичный Метод

Creates a new HunspellWord with no associated flags.
public HunspellWord ( ) : System
Результат System

HunspellWord() публичный Метод

Constructs a new HunspellWord with the given flags.
public HunspellWord ( Char flags ) : System
flags Char Flags to associate with the word.
Результат System