Function Stemmer_EN->step2

Definitions

sources/lang_stemmer_EN.php

  • Step 2
  • 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 2
 *
 * @param  string $word Word to stem
 */

private static function step2($word)