Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe German
+ Graphe d'héritage de German:

Fonctions membres publiques

 stem ($word)
 

Attributs protégés statiques

static $vowels = array('a', 'e', 'i', 'o', 'u', 'y', 'ä', 'ö', 'ü')
 
static $sEndings = array('b', 'd', 'f', 'g', 'h', 'k', 'l', 'm', 'n', 'r' ,'t')
 
static $stEndings = array('b', 'd', 'f', 'g', 'h', 'k', 'l', 'm', 'n', 't')
 
- 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 ()
 
 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
 

Description détaillée

Documentation des fonctions membres

◆ finish()

finish ( )
private

Finally

Référencé par German\stem().

◆ stem()

stem (   $word)

{Main function to get the STEM of a word

Paramètres
string$wordA valid UTF-8 word
Renvoie
string
Exceptions
}

Implémente Stemmer.

Références $this, Stem\$word, German\finish(), Stem\r1(), Stem\r2(), German\step1(), German\step2(), et German\step3().

◆ step1()

step1 ( )
private

Step 1

Références $position, Stem\inR1(), et Stem\search().

Référencé par German\stem().

◆ step2()

step2 ( )
private

Step 2

Références $position, Stem\inR1(), et Stem\search().

Référencé par German\stem().

◆ step3()

step3 ( )
private

Step 3: d-suffixes

Références $position, Stem\inR1(), Stem\inR2(), et Stem\search().

Référencé par German\stem().

Documentation des champs

◆ $sEndings

$sEndings = array('b', 'd', 'f', 'g', 'h', 'k', 'l', 'm', 'n', 'r' ,'t')
staticprotected

◆ $stEndings

$stEndings = array('b', 'd', 'f', 'g', 'h', 'k', 'l', 'm', 'n', 't')
staticprotected

◆ $vowels

$vowels = array('a', 'e', 'i', 'o', 'u', 'y', 'ä', 'ö', 'ü')
staticprotected

All German vowels


La documentation de cette classe a été générée à partir du fichier suivant :