Analyzer for french language. Supports an external list of stopwords (words that will not be indexed at all) and an external list of exclusions (word that will not be stemmed, but indexed). A default set of stopwords is used unless an other list is specified, the exclusionlist is empty by default. Patrick Talbot (based on Gerhard Schwarz work for German)$Id: FrenchAnalyzer.java,v 1.9 2004/10/17 11:41:40 dnaber Exp $

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

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Analysis..::..Analyzer
    Lucene.Net.Analysis.Fr..::..FrenchAnalyzer

See Also