|
RiTa index |
|
| Name | stem() |
| Class | RiStemmer |
| Description | Extracts base roots from a word by lower-casing it, then removing prefixes and suffixes. For example, the words 'run', 'runs', 'ran', and 'running' all have "run" as their stem. |
| Syntax | stem(word); |
| Returns | java.lang.String |
| Usage | Web & Application |
| Related | |