Function Stemmer_EN->step5

Definitions

sources/lang_stemmer_EN.php

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

private static function step5($word)