amalgame/commit

set default of isub matcher to 0.7. Suggested by Joachim Neubert.

authorJacco van Ossenbruggen
Mon Aug 11 12:18:07 2014 +0200
committerJacco van Ossenbruggen
Mon Aug 11 12:18:07 2014 +0200
commit85b227651910a8b8b6f0e8ea1a126e0b2079ca4c
treeecb6900294c1454fd93b9cfad5dee54627b5dc9d
parentdf5094646b0fb905cc6d789389745a9c036895a0
Diff style: patch stat
diff --git a/lib/ag_modules/isub_match.pl b/lib/ag_modules/isub_match.pl
index 4e473d8..6c8a33c 100644
--- a/lib/ag_modules/isub_match.pl
+++ b/lib/ag_modules/isub_match.pl
@@ -23,7 +23,7 @@ parameter(targetlabel, oneof(LabelProps), Default,
 	  '(Super)Property to get the label of the target by') :-
 	rdf_equal(Default, rdfs:label),
 	label_list(LabelProps).
-parameter(threshold, float, 0.0,
+parameter(threshold, float, 0.7,
 	  'threshold edit distance').
 parameter(language, oneof(['any'|L]), 'any', 'Language of source label') :-
 	strategy_languages(_,L).
@@ -102,10 +102,3 @@ match(align(Source, Target, Prov0), align(Source, Target, [Prov|Prov0]), Options
 		graph([rdf(Source, SourceProp, SourceLit),
 		       rdf(Target, TargetProp, TargetLit)])
 	       ].
-
-
-
-
-
-
-