\FinderIndexerStemmerSnowball
Snowball stemmer class for the Finder indexer package.
Synopsis
class FinderIndexerStemmerSnowball
extends FinderIndexerStemmer
{
- // Inherited members from FinderIndexerStemmer
- public $cache;
- // methods
- public string stem()
- // Inherited methods from FinderIndexerStemmer
- public static FinderIndexerStemmer getInstance()
- public abstract string stem()
Hierarchy
Extends
Members
public
- $cache
—
array
An internal cache of stemmed tokens.
Methods
public
- stem() — Method to stem a token and return the root.
Inherited from FinderIndexerStemmer
public
- getInstance() — Method to get a stemmer, creating it if necessary.
- stem() — Method to stem a token and return the root.