C# 클래스 Lucene.Net.Analysis.Hi.HindiNormalizationFilter

A TokenFilter that applies HindiNormalizer to normalize the orthography.

In some cases the normalization may cause unrelated terms to conflate, so to prevent terms from being normalized use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream.

상속: TokenFilter
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
HindiNormalizationFilter ( TokenStream input ) : Lucene.Net.Analysis.Tokenattributes
IncrementToken ( ) : bool

메소드 상세

HindiNormalizationFilter() 공개 메소드

public HindiNormalizationFilter ( TokenStream input ) : Lucene.Net.Analysis.Tokenattributes
input TokenStream
리턴 Lucene.Net.Analysis.Tokenattributes

IncrementToken() 공개 메소드

public IncrementToken ( ) : bool
리턴 bool