A stemmer for Dutch words. The algorithm is an implementation of
the dutch stemming
algorithm in snowball. Snowball is a project of Martin Porter (does Porter Stemmer ring a bell?):
@version $Id: DutchStemmer.java,v 1.1 2004/03/09 14:55:08 otis Exp $
Namespace: Lucene.Net.Analysis.NlAssembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)
Syntax
C# |
---|
public class DutchStemmer |
Visual Basic |
---|
Public Class DutchStemmer |
Visual C++ |
---|
public ref class DutchStemmer |
Inheritance Hierarchy
See Also