Initializes a new instance of the DutchStemFilter class

Namespace: Lucene.Net.Analysis.Nl
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
public DutchStemFilter(
	TokenStream _in,
	Hashtable exclusiontable,
	Hashtable stemdictionary
)
Visual Basic
Public Sub New ( _
	_in As TokenStream, _
	exclusiontable As Hashtable, _
	stemdictionary As Hashtable _
)
Visual C++
public:
DutchStemFilter(
	TokenStream^ _in, 
	Hashtable^ exclusiontable, 
	Hashtable^ stemdictionary
)

Parameters

_in
Type: Lucene.Net.Analysis..::..TokenStream

[Missing <param name="_in"/> documentation for "M:Lucene.Net.Analysis.Nl.DutchStemFilter.#ctor(Lucene.Net.Analysis.TokenStream,System.Collections.Hashtable,System.Collections.Hashtable)"]

exclusiontable
Type: System.Collections..::..Hashtable

[Missing <param name="exclusiontable"/> documentation for "M:Lucene.Net.Analysis.Nl.DutchStemFilter.#ctor(Lucene.Net.Analysis.TokenStream,System.Collections.Hashtable,System.Collections.Hashtable)"]

stemdictionary
Type: System.Collections..::..Hashtable
Dictionary of word stem pairs, that overrule the algorithm

See Also