porter_stem
Reduce words to their root stem for text processing, such as converting 'running' to 'run'.
Instructions
Porter stemmer from scratch. Reduce word to its stem (e.g., 'running' -> 'run').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |