Function Stemmer_EN->cvc
Definitions
sources/lang_stemmer_EN.php
- Checks for ending CVC sequence where second C is not W, X or Y
- Visibility: private
- Is abstract?: No
- Is static?: Yes
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$str | string | required parameter | N/A | N/A | String to check |
Return
- Result
- Type: bool
- Set: N/A
- Range: N/A