Class FinderIndexerStemmerFr

Description

French stemmer class for Smart Search indexer.

First contributed by Eric Sanou (bobotche@hotmail.fr) This class is inspired in Alexis Ulrich's French stemmer code (http://alx2002.free.fr)

  • since: 3.0

Located in /administrator/components/com_finder/helpers/indexer/stemmer/fr.php (line 24)

FinderIndexerStemmer
   |
   --FinderIndexerStemmerFr
Method Summary
 static array getStemRules ()
 string stem (string $token, string $lang)
Variables

Inherited Variables

Inherited from FinderIndexerStemmer

FinderIndexerStemmer::$cache
Methods
static getStemRules (line 78)

French stemmer rules variables.

  • return: The rules
  • since: 3.0
  • access: protected
static array getStemRules ()
stem (line 44)

Method to stem a token and return the root.

  • return: The root token.
  • since: 3.0
  • access: public
string stem (string $token, string $lang)
  • string $token: The token to stem.
  • string $lang: The language of the token.

Redefinition of:
FinderIndexerStemmer::stem()
Method to stem a token and return the root.

Inherited Methods

Inherited From FinderIndexerStemmer

 FinderIndexerStemmer::getInstance()
 FinderIndexerStemmer::stem()

Documentation generated on Tue, 19 Nov 2013 15:03:46 +0100 by phpDocumentor 1.4.3