amalgame/commit

fixed: parameter name missmatch in snowball stemmed matcher: language -> source_language

authorJacco van Ossenbruggen
Mon Nov 29 18:13:01 2021 +0100
committerJacco van Ossenbruggen
Mon Nov 29 18:13:01 2021 +0100
commit0232e7e3524b3687751fc0d00c0e29f9cdd8dfcd
treecb418783bc12f392eb06bb74a29738791a505faa
parentea1f11a5940d69e7ce3befda61d4bead6701b4b6
Diff style: patch stat
diff --git a/lib/ag_modules/snowball_label_match.pl b/lib/ag_modules/snowball_label_match.pl
index 38910bf..7b0fedb 100644
--- a/lib/ag_modules/snowball_label_match.pl
+++ b/lib/ag_modules/snowball_label_match.pl
@@ -17,7 +17,7 @@ snowball_label_match(align(Source, Target, Prov0),
 	option(sourcelabel(MatchPropS), Options, DefaultP),
 	option(targetlabel(MatchPropT), Options, DefaultP),
 	option(matchacross_lang(MatchAcross), Options, true),
-	option(language(Lang),Options, any),
+	option(source_language(Lang),Options, any),
 	option(edit_distance(Edit_Distance), Options, 0),
 
 	(   Lang == 'any'