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

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
 

Description détaillée

Documentation des fonctions membres

◆ hasValidSEnding()

hasValidSEnding (   $word)
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

Paramètres
string$ending
Renvoie
boolean

Références Stem\$word.

Référencé par Norwegian\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(), Norwegian\step1(), Norwegian\step2(), et Norwegian\step3().

◆ 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, Norwegian\hasValidSEnding(), et Stem\searchIfInR1().

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

◆ step2()

step2 ( )
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().

◆ step3()

step3 ( )
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().

Documentation des champs

◆ $vowels

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

All norwegian vowels


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