Skip to content
Extraits de code Groupes Projets
Valider 5585ef6b rédigé par renato's avatar renato
Parcourir les fichiers

added again the pipeline pre_indexation

parent 5cdbd7d2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -208,6 +208,9 @@ function indexer_chaine($texte, $val = 1, $min_long = 3) { ...@@ -208,6 +208,9 @@ function indexer_chaine($texte, $val = 1, $min_long = 3) {
global $index, $mots; global $index, $mots;
global $translitteration_complexe; global $translitteration_complexe;
// Point d'entree pour traiter le texte avant indexation
$texte = pipeline('pre_indexation', $texte);
$table = mots_indexation($texte, $min_long); $table = mots_indexation($texte, $min_long);
foreach ($table as $mot) { foreach ($table as $mot) {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter