C# 클래스 Lucene.Net.Analysis.El.GreekStemFilter

A TokenFilter that applies GreekStemmer to stem Greek words.

To prevent terms from being stemmed use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream.

NOTE: Input is expected to be casefolded for Greek (including folding of final sigma to sigma), and with diacritics removed. This can be achieved by using either GreekLowerCaseFilter or ICUFoldingFilter before GreekStemFilter. @lucene.experimental

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

공개 메소드들

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

메소드 상세

GreekStemFilter() 공개 메소드

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

IncrementToken() 공개 메소드

public IncrementToken ( ) : bool
리턴 bool