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

Fonctions membres publiques

 __construct ($locale=null)
 
 tokenise ($input)
 
 stem ($token)
 
- Fonctions membres publiques hérités de Language
 __construct ($locale=null)
 
 tokenise ($input)
 
 stem ($token)
 

Champs de données

 $language = 'el'
 
- Champs de données hérités de Language
 $language
 
 $spacer = ' '
 

Fonctions membres protégées

 toUpperCase ($token, &$wCase)
 
 toLowerCase ($token, $wCase)
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de Language
static getInstance ($language)
 
- Attributs protégés hérités de Language
 $stemmer = null
 
- Attributs protégés statiques hérités de Language
static $instances = array()
 

Description détaillée

Greek language support class for the Finder indexer package.

Depuis
4.0.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $locale = null)

Method to construct the language object.

Depuis
4.0.0

Documentation des fonctions membres

◆ stem()

stem (   $token)

Method to stem a token.

Paramètres
string$tokenThe token to stem.
Renvoie
string The stemmed token.
Depuis
4.0.0

Références $suffix.

◆ tokenise()

tokenise (   $input)

Method to tokenise a text string. It takes into account the odd punctuation commonly used in Greek text, mapping it to ASCII punctuation.

Reference: http://www.teicrete.gr/users/kutrulis/Glosika/Stixi.htm

Paramètres
string$inputThe input to tokenise.
Renvoie
array An array of term strings.
Depuis
4.0.0

Références $input.

◆ toLowerCase()

toLowerCase (   $token,
  $wCase 
)
protected

Converts the suppressed uppercase token back to lowercase, using the $wCase map to add back the accents, diaeresis and handle the special case of final sigma (different lowercase glyph than the regular sigma, only used at the end of words).

Paramètres
string$tokenToken to process
array$wCaseMap of lowercase rules
Renvoie
string
Depuis
4.0.0

Références $i.

◆ toUpperCase()

toUpperCase (   $token,
$wCase 
)
protected

Converts the token to uppercase, suppressing accents and diaeresis. The array $wCase contains a special map of the uppercase rule used to convert each character at each position.

Paramètres
string$tokenToken to process
array&$wCaseMap of uppercase rules
Renvoie
string
Depuis
4.0.0

Références $i.

Documentation des champs

◆ $language

$language = 'el'

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