Class FinderIndexerStemmerSnowball

Description

Snowball stemmer class for the Finder indexer package.

  • since: 2.5

Located in /administrator/components/com_finder/helpers/indexer/stemmer/snowball.php (line 21)

FinderIndexerStemmer
   |
   --FinderIndexerStemmerSnowball
Method Summary
 string stem (string $token, string $lang)
Variables

Inherited Variables

Inherited from FinderIndexerStemmer

FinderIndexerStemmer::$cache
Methods
stem (line 33)

Method to stem a token and return the root.

  • return: The root token.
  • since: 2.5
  • 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:14:00 +0100 by phpDocumentor 1.4.3