Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
stem ($word) | |
Attributs protégés statiques | |
static | $vowels = array('a', 'e', 'i', 'o', 'u', 'á', 'é', 'í', 'ó', 'ú', 'â', 'ê', 'ô') |
Attributs protégés statiques hérités de Stem | |
static | $vowels = array('a', 'e', 'i', 'o', 'u', 'y') |
Fonctions membres privées | |
step1 () | |
step2 () | |
step3 () | |
step4 () | |
step5 () | |
finish () | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de Stem | |
inRv ($position) | |
inR1 ($position) | |
inR2 ($position) | |
searchIfInRv ($suffixes) | |
searchIfInR1 ($suffixes) | |
searchIfInR2 ($suffixes) | |
search ($suffixes, $offset=0) | |
r1 () | |
r2 () | |
rx ($in) | |
rv () | |
Attributs protégés hérités de Stem | |
$plainVowels | |
$word | |
$originalWord | |
$rv | |
$rvIndex | |
$r1 | |
$r1Index | |
$r2 | |
$r2Index | |
|
private |
Finally
Référencé par Portuguese\stem().
stem | ( | $word | ) |
{Main function to get the STEM of a word
string | $word | A valid UTF-8 word |
Implémente Stemmer.
Références Stem\$word, Portuguese\finish(), Stem\r1(), Stem\r2(), Stem\rv(), Portuguese\step1(), Portuguese\step2(), Portuguese\step3(), Portuguese\step4(), et Portuguese\step5().
|
private |
Step 1: Standard suffix removal
Références $position, elseif, Stem\inR1(), Stem\inR2(), Stem\inRv(), Stem\search(), et Stem\searchIfInR2().
Référencé par Portuguese\stem().
|
private |
Step 2: Verb suffixes Search for the longest among the following suffixes in RV, and if found, delete.
Références $position, et Stem\searchIfInRv().
Référencé par Portuguese\stem().
|
private |
|
private |
|
private |
Step 5
Références Stem\inRv(), Stem\search(), et Stem\searchIfInRv().
Référencé par Portuguese\stem().
|
staticprotected |
All Portuguese vowels