From: <lor...@us...> - 2011-11-12 09:37:28
|
Revision: 3398 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3398&view=rev Author: lorenz_b Date: 2011-11-12 09:37:21 +0000 (Sat, 12 Nov 2011) Log Message: ----------- Added missing prefixes to positive examples. Modified Paths: -------------- trunk/examples/qtl/dbpedia_simple.conf Modified: trunk/examples/qtl/dbpedia_simple.conf =================================================================== --- trunk/examples/qtl/dbpedia_simple.conf 2011-11-12 08:14:05 UTC (rev 3397) +++ trunk/examples/qtl/dbpedia_simple.conf 2011-11-12 09:37:21 UTC (rev 3398) @@ -7,6 +7,6 @@ // learning problem lp.type = "posonlylp" -lp.positiveExamples = { "Bob_Dylan", "The_Beatles", "dbr:Aerosmith" } +lp.positiveExamples = { "dbr:Bob_Dylan", "dbr:The_Beatles", "dbr:Aerosmith" } alg.type = "qtl" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |