Function Stemmer_EN->stem

Definitions

sources/lang_stemmer_EN.php

  • Stems a word. Simple huh?
  • Visibility: public
  • Is abstract?: No
  • Is static?: Yes
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$word string required parameter N/A N/A Word to stem

Return

  • Stemmed word
  • Type: string
  • Set: N/A
  • Range: N/A