StemmerInterface
Stemmer interface.
since |
1.4.0 |
---|---|
package |
Joomla Framework |
Methods
stem
Method to stem a token and return the root.
stem(string token, string lang) : string
since |
1.4.0 |
---|
Arguments
- token
string
The token to stem.- lang
string
The language of the token.
Response
string
The root token.