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

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 ()
 
 step4 ()
 

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

◆ hasValidSEnding()

hasValidSEnding (   $word)
private

Define a valid s-ending as one of a b c d f g h j k l m n o p r t v y z å

Paramètres
string$ending
Renvoie
boolean

Références Stem\$word.

Référencé par Danish\step1().

◆ 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 Stem\$word, Stem\r1(), Danish\step1(), Danish\step2(), Danish\step3(), et Danish\step4().

◆ step1()

step1 ( )
private

Step 1 Search for the longest among the following suffixes in R1, and perform the action indicated.

Références $position, Stem\$word, Danish\hasValidSEnding(), et Stem\searchIfInR1().

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

◆ step2()

step2 ( )
private

Step 2 Search for one of the following suffixes in R1, and if found delete the last letter. gd dt gt kt

Références Stem\searchIfInR1().

Référencé par Danish\stem(), et Danish\step3().

◆ step3()

step3 ( )
private

Step 3:

Références $position, Stem\search(), Stem\searchIfInR1(), et Danish\step2().

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

◆ step4()

step4 ( )
private

Step 4: undouble If the word ends with double consonant in R1, remove one of the consonants.

Références Stem\inR1().

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

Documentation des champs

◆ $vowels

$vowels = array('a', 'e', 'i', 'o', 'u', 'y', 'æ', 'å', 'ø')
staticprotected

All danish vowels


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