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', 'y', 'æ', 'å', 'ø') |
Attributs protégés statiques hérités de Stem | |
static | $vowels = array('a', 'e', 'i', 'o', 'u', 'y') |
Fonctions membres privées | |
hasValidSEnding ($word) | |
step1 () | |
step2 () | |
step3 () | |
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 |
Define a valid s-ending as one of b c d f g h j l m n o p r t v y z, or k not preceded by a vowel
string | $ending |
Références Stem\$word.
Référencé par Norwegian\step1().
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, Stem\r1(), Norwegian\step1(), Norwegian\step2(), et Norwegian\step3().
|
private |
Step 1 Search for the longest among the following suffixes in R1, and perform the action indicated.
Références $position, Stem\$word, Norwegian\hasValidSEnding(), et Stem\searchIfInR1().
Référencé par Norwegian\stem().
|
private |
Step 2 If the word ends dt or vt in R1, delete the t.
Références Stem\searchIfInR1().
Référencé par Norwegian\stem().
|
private |
Step 3: Search for the longest among the following suffixes in R1, and if found, delete.
Références $position, et Stem\searchIfInR1().
Référencé par Norwegian\stem().
|
staticprotected |
All norwegian vowels