C# Class Lucene.Net.Analysis.Nl.DutchStemFilter

Inheritance: TokenFilter
Show file Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
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

Method Details

DutchStemFilter() public method

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

DutchStemFilter() public method

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
return Lucene.Net.Analysis.Tokenattributes

IncrementToken() public method

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