Function Stemmer_EN->step3
Definitions
sources/lang_stemmer_EN.php
- Step 3
- Visibility: private
- Is abstract?: No
- Is static?: Yes
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $word | string | No | No | required parameter | N/A | N/A | String to stem |
Preview
Code (PHP)
/**
* Step 3
*
* @param string $word String to stem
*/
private static function step3($word)
* Step 3
*
* @param string $word String to stem
*/
private static function step3($word)

