C# 클래스 Lucene.Net.Analysis.Nl.DutchStemFilter

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

공개 메소드들

메소드 설명
DutchStemFilter ( TokenStream _in ) : Lucene.Net.Analysis.Tokenattributes
DutchStemFilter ( TokenStream _in, string>.IDictionary stemdictionary ) : Lucene.Net.Analysis.Tokenattributes
IncrementToken ( ) : bool

Returns the next token in the stream, or null at EOS

메소드 상세

DutchStemFilter() 공개 메소드

public DutchStemFilter ( TokenStream _in ) : Lucene.Net.Analysis.Tokenattributes
_in TokenStream
리턴 Lucene.Net.Analysis.Tokenattributes

DutchStemFilter() 공개 메소드

public DutchStemFilter ( TokenStream _in, string>.IDictionary stemdictionary ) : Lucene.Net.Analysis.Tokenattributes
_in TokenStream
stemdictionary string>.IDictionary Dictionary of word stem pairs, that overrule the algorithm
리턴 Lucene.Net.Analysis.Tokenattributes

IncrementToken() 공개 메소드

Returns the next token in the stream, or null at EOS
public IncrementToken ( ) : bool
리턴 bool