C# 클래스 Lucene.Net.Analysis.Es.SpanishLightStemFilter

A TokenFilter that applies SpanishLightStemmer to stem Spanish words.

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

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

공개 메소드들

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

메소드 상세

IncrementToken() 공개 메소드

public IncrementToken ( ) : bool
리턴 bool

SpanishLightStemFilter() 공개 메소드

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