Constructor DutchStemFilter
DutchStemFilter(TokenStream)
Declaration
public DutchStemFilter(TokenStream in)
Parameters
Type | Name | Description |
---|---|---|
TokenStream | in | Input TokenStream |
DutchStemFilter(TokenStream, IDictionary<String, String>)
Declaration
public DutchStemFilter(TokenStream in, IDictionary<string, string> stemdictionary)
Parameters
Type | Name | Description |
---|---|---|
TokenStream | in | Input TokenStream |
System.Collections.Generic.IDictionary<System.String, System.String> | stemdictionary | Dictionary of word stem pairs, that overrule the algorithm |