A filter that stems Dutch words. It supports a table of words that should not be stemmed at all. The stemmer used can be changed at runtime after the filter object is created (as long as it is a DutchStemmer). $Id: DutchStemFilter.java,v 1.1 2004/03/09 14:55:08 otis Exp $

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 sealed class DutchStemFilter : TokenFilter
Visual Basic
Public NotInheritable Class DutchStemFilter _
	Inherits TokenFilter
Visual C++
public ref class DutchStemFilter sealed : public TokenFilter

Inheritance Hierarchy

See Also