Function Stemmer_EN->step1c

Definitions

sources/lang_stemmer_EN.php

  • Step 1c
  • 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 Word to stem

Preview

Code (PHP)

/**
 * Step 1c
 *
 * @param  string $word Word to stem
 */

private static function step1c($word)