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 19)

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

Inherited Variables

Inherited from FinderIndexerStemmer

FinderIndexerStemmer::$cache
Methods
stem (line 31)

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 Mon, 25 Jun 2012 13:59:39 -0500 by phpDocumentor 1.4.4