C# (CSharp) Lucene.Net.Analysis.Nl DutchAnalyzer - 23 examples found. These are the top rated real world C# (CSharp) examples of Lucene.Net.Analysis.Nl.DutchAnalyzer extracted from open source projects. You can rate examples to help us improve the quality of examples.
Analyzer for Dutch language. Supports an external list of stopwords (words that will not be indexed at all), an external list of exclusions (word that will not be stemmed, but indexed) and an external list of word-stem pairs that overrule the algorithm (dictionary stemming). A default set of stopwords is used unless an alternative list is specified, the exclusion list is empty by default. As start for the Analyzer the German Analyzer was used. The stemming algorithm implemented can be found at $Id: DutchAnalyzer.java,v 1.1 2004/03/09 14:55:08 otis Exp $