Class FinderIndexerStemmerPorter_En

Description

Porter English stemmer class for the Finder indexer package.

This class was adapted from one written by Richard Heyes. See copyright and link information above.

  • since: 2.5

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

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

Inherited Variables

Inherited from FinderIndexerStemmer

FinderIndexerStemmer::$cache
Methods
stem (line 52)

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:10:58 +0100 by phpDocumentor 1.4.3