C# 클래스 Lucene.Net.Analysis.Hunspell.HunspellWord

파일 보기 프로젝트 열기: sisve/Lucene.Net.Analysis.Hunspell 1 사용 예제들

공개 메소드들

메소드 설명
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