Method | Description | |
---|---|---|
DutchStemFilter ( TokenStream _in ) : Lucene.Net.Analysis.Tokenattributes | ||
DutchStemFilter ( TokenStream _in, string>.IDictionary |
||
IncrementToken ( ) : bool |
Returns the next token in the stream, or null at EOS
|
public DutchStemFilter ( TokenStream _in ) : Lucene.Net.Analysis.Tokenattributes | ||
_in | TokenStream | |
return | Lucene.Net.Analysis.Tokenattributes |
public DutchStemFilter ( TokenStream _in, string>.IDictionary |
||
_in | TokenStream | |
stemdictionary | string>.IDictionary | Dictionary of word stem pairs, that overrule the algorithm |
return | Lucene.Net.Analysis.Tokenattributes |