Darkdadaah has uploaded a new change for review.
https://gerrit.wikimedia.org/r/49825
Change subject: Final r_pron_simple correction: reverse() did not work in the
hash definition.
......................................................................
Final r_pron_simple correction: reverse() did not work in the hash definition.
Change-Id: I2383e4c07762fd866738cb70ea0e010a9c21a01a
---
M scripts/extract_tables.pl
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/wiktionary/anagrimes
refs/changes/25/49825/1
diff --git a/scripts/extract_tables.pl b/scripts/extract_tables.pl
index bd15117..167378c 100755
--- a/scripts/extract_tables.pl
+++ b/scripts/extract_tables.pl
@@ -431,13 +431,14 @@
my %pron_values = ();
if ($p) {
my $p_simple = simple_prononciation($p);
+ my $r_p_simple = reverse($p_simple);
my $rime = {pauvre=>'', suffisante=>'', riche=>'', voyelle=>''};
$rime = extrait_rimes($p_simple);
%pron_values = (
'pron' => $p,
'pron_simple' => $p_simple,
- 'r_pron_simple' => reverse($p_simple),
+ 'r_pron_simple' => $r_p_simple,
'rime_pauvre' => $rime->{pauvre},
'rime_suffisante' => $rime->{suffisante},
'rime_riche' => $rime->{riche},
--
To view, visit https://gerrit.wikimedia.org/r/49825
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2383e4c07762fd866738cb70ea0e010a9c21a01a
Gerrit-PatchSet: 1
Gerrit-Project: wiktionary/anagrimes
Gerrit-Branch: cleaning
Gerrit-Owner: Darkdadaah <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits