Better suffixes

This commit is contained in:
Sergiotarxz 2023-09-05 17:18:32 +02:00
parent 7c5c94b45a
commit 505206e6e6
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ sub normalize($self, $text) {
ante|ario|ente|rgir|ento|errimo|ible|ico|ífico|il|ino|ísimo|ivo|izo|oso|ear|ecer
ificar|izar|es|as|os|e|o|a
)\b//xg;
$decomposed =~ s/a\b/o/g;
return $decomposed;
}