Analyzer for Czech language. Supports an external list of stopwords (words that will not be indexed at all). A default set of stopwords is used unless an alternative list is specified, the exclusion list is empty by default. Lukas Zapletal [lzap@root.cz]$Id: CzechAnalyzer.java,v 1.2 2003/01/22 20:54:47 ehatcher Exp $

Namespace: Lucene.Net.Analysis.Cz
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 CzechAnalyzer : Analyzer
Visual Basic
Public NotInheritable Class CzechAnalyzer _
	Inherits Analyzer
Visual C++
public ref class CzechAnalyzer sealed : public Analyzer

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Analysis..::..Analyzer
    Lucene.Net.Analysis.Cz..::..CzechAnalyzer

See Also