Class JLanguageStemmerPorteren

Description

Porter English stemmer class.

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

  • since: 12.1

Located in /libraries/joomla/language/stemmer/porteren.php (line 23)

JLanguageStemmer
   |
   --JLanguageStemmerPorteren
Method Summary
 string stem (string $token, string $lang)
Variables
Methods
stem (line 50)

Method to stem a token and return the root.

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

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

Inherited Methods

Inherited From JLanguageStemmer

 JLanguageStemmer::getInstance()
 JLanguageStemmer::stem()

Documentation generated on Tue, 19 Nov 2013 15:10:57 +0100 by phpDocumentor 1.4.3