Skip to content
Extraits de code Groupes Projets
Valider 45d87dfc rédigé par Alexandre Morignot's avatar Alexandre Morignot
Parcourir les fichiers

remove last occurence of stop words

parent cdd7b095
Branches
Étiquettes
Aucune requête de fusion associée trouvée
...@@ -18,8 +18,6 @@ sub exec { ...@@ -18,8 +18,6 @@ sub exec {
sub addTag sub addTag
{ {
my ($id, $tag) = @_; my ($id, $tag) = @_;
my $stopwords_en = getStopWords('en');
my $stopwords_fr = getStopWords('fr');
my $sth; my $sth;
......
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