From: <lor...@us...> - 2011-11-28 14:43:55
|
Revision: 3445 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3445&view=rev Author: lorenz_b Date: 2011-11-28 14:43:45 +0000 (Mon, 28 Nov 2011) Log Message: ----------- Fixed example syntax. Modified Paths: -------------- trunk/examples/sparql/new_approach.conf Modified: trunk/examples/sparql/new_approach.conf =================================================================== --- trunk/examples/sparql/new_approach.conf 2011-11-28 12:11:47 UTC (rev 3444) +++ trunk/examples/sparql/new_approach.conf 2011-11-28 14:43:45 UTC (rev 3445) @@ -81,7 +81,6 @@ lp.type = "posNegStandard" lp.positiveExamples = {"http://dbpedia.org/resource/Berlin"} lp.negativeExamples = {"http://dbpedia.org/resource/London"} -lp.reasoner = reasoner // create a refinement operator and configure it op.type = "rho" @@ -92,6 +91,4 @@ // we use the OCEL algorithm alg.type = "ocel" -alg.reasoner = reasoner -alg.learningProblem = lp alg.operator = op This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |