A stemmer for French words. The algorithm is based on the work of Dr Martin Porter on his snowball project
refer to http://snowball.sourceforge.net/french/stemmer.html
(French stemming algorithm) for details Patrick Talbot (based on Gerhard Schwarz work for German)$Id: FrenchStemmer.java,v 1.2 2004/01/22 20:54:47 ehatcher 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 class FrenchStemmer
Visual Basic
Public Class FrenchStemmer
Visual C++
public ref class FrenchStemmer

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Analysis.Fr..::..FrenchStemmer

See Also