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

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

공개 메소드들

메소드 설명
CheckCondition ( String text ) : System.Boolean

Checks whether the String defined by the provided char array, offset and length, meets the condition of this affix.

SetCondition ( String condition, String pattern ) : void

Sets the condition that must be met before the affix can be applied.

메소드 상세

CheckCondition() 공개 메소드

Checks whether the String defined by the provided char array, offset and length, meets the condition of this affix.
public CheckCondition ( String text ) : System.Boolean
text String
리턴 System.Boolean

SetCondition() 공개 메소드

Sets the condition that must be met before the affix can be applied.
public SetCondition ( String condition, String pattern ) : void
condition String Condition to be met before affix application.
pattern String Condition as a regular expression pattern.
리턴 void