From: <jen...@us...> - 2008-10-10 16:23:57
|
Revision: 1362 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=1362&view=rev Author: jenslehmann Date: 2008-10-10 16:23:50 +0000 (Fri, 10 Oct 2008) Log Message: ----------- adapted/commented two learning problems Added Paths: ----------- trunk/examples/sparql/actors.conf trunk/examples/sparql/actors2.conf Removed Paths: ------------- trunk/examples/sparql/SilentBobWorking1.conf trunk/examples/sparql/SilentBobWorking2.conf Deleted: trunk/examples/sparql/SilentBobWorking1.conf =================================================================== --- trunk/examples/sparql/SilentBobWorking1.conf 2008-10-10 15:44:36 UTC (rev 1361) +++ trunk/examples/sparql/SilentBobWorking1.conf 2008-10-10 16:23:50 UTC (rev 1362) @@ -1,44 +0,0 @@ -// Note: DBpedia is always subject to change, solutions will change over time - - -refinement.useAllConstructor = false; -refinement.useExistsConstructor = true; -refinement.useNegation = false; - - -// recursion depth of extraction algorithm -sparql.recursionDepth = 1; - - -//predefined filter (1 = YAGO based learning) -// 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter -sparql.predefinedFilter = "YAGO"; -sparql.predefinedEndpoint = "DBPEDIA"; - - -// use DBpedia endpoint -import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); - -// the set of objects as starting point for fragment selection -// (should be identical to the set of examples) -sparql.instances = { -"http://dbpedia.org/resource/Matt_Stone", -"http://dbpedia.org/resource/Sarah_Silverman", -"http://dbpedia.org/resource/Jim_Carrey", -"http://dbpedia.org/resource/Jason_Mewes", -"http://dbpedia.org/resource/Kevin_Smith", -"http://dbpedia.org/resource/Trey_Parker", -"http://dbpedia.org/resource/Adam_Sandler"}; - - - -// http://dbpedia.org/class/yago/agnostic OR http://dbpedia.org/class/yago/artist -// http://dbpedia.org/class/yago/agnostic OR http://dbpedia.org/class/yago/teetotaler - -+"http://dbpedia.org/resource/Matt_Stone" -+"http://dbpedia.org/resource/Sarah_Silverman" --"http://dbpedia.org/resource/Jim_Carrey" --"http://dbpedia.org/resource/Jason_Mewes" --"http://dbpedia.org/resource/Kevin_Smith" --"http://dbpedia.org/resource/Trey_Parker" --"http://dbpedia.org/resource/Adam_Sandler" \ No newline at end of file Deleted: trunk/examples/sparql/SilentBobWorking2.conf =================================================================== --- trunk/examples/sparql/SilentBobWorking2.conf 2008-10-10 15:44:36 UTC (rev 1361) +++ trunk/examples/sparql/SilentBobWorking2.conf 2008-10-10 16:23:50 UTC (rev 1362) @@ -1,51 +0,0 @@ -//Note: DBpedia is always subject to change, solutions will change over time - - -refinement.useAllConstructor = false; -refinement.useExistsConstructor = true; -refinement.useNegation = false; - - -// recursion depth of extraction algorithm -sparql.recursionDepth = 1; - - -//predefined filter (1 = YAGO based learning) -// 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter -sparql.predefinedFilter = "YAGO"; -sparql.predefinedEndpoint = "DBPEDIA"; - - -// use DBpedia endpoint -import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); - -// the set of objects as starting point for fragment selection -// (should be identical to the set of examples) -sparql.instances = { - "http://dbpedia.org/resource/Matt_Stone", -"http://dbpedia.org/resource/Sarah_Silverman", -"http://dbpedia.org/resource/Kevin_Smith", - -"http://dbpedia.org/resource/Jason_Mewes", -"http://dbpedia.org/resource/Jim_Carrey", -"http://dbpedia.org/resource/Trey_Parker", -"http://dbpedia.org/resource/Adam_Sandler" - -}; - - -/* -Category:1970s AND Category:Religion_in_the_United_States -Category:Actors AND Category:Religion_in_the_United_States -*/ - -+"http://dbpedia.org/resource/Matt_Stone" -+"http://dbpedia.org/resource/Sarah_Silverman" -+"http://dbpedia.org/resource/Kevin_Smith" - --"http://dbpedia.org/resource/Jason_Mewes" --"http://dbpedia.org/resource/Jim_Carrey" --"http://dbpedia.org/resource/Trey_Parker" --"http://dbpedia.org/resource/Adam_Sandler" - - Copied: trunk/examples/sparql/actors.conf (from rev 1360, trunk/examples/sparql/SilentBobWorking1.conf) =================================================================== --- trunk/examples/sparql/actors.conf (rev 0) +++ trunk/examples/sparql/actors.conf 2008-10-10 16:23:50 UTC (rev 1362) @@ -0,0 +1,35 @@ +/** + * Learning problem involving some actors. + * + * Note: DBpedia is always subject to change, solutions will change over time + */ + +// recursion depth of extraction algorithm +sparql.recursionDepth = 1; + +//predefined filter (1 = YAGO based learning) +// 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter +sparql.predefinedFilter = "YAGO"; +sparql.predefinedEndpoint = "DBPEDIA"; + +// use DBpedia endpoint +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); + +// the set of objects as starting point for fragment selection +// (should be identical to the set of examples) +sparql.instances = { +"http://dbpedia.org/resource/Matt_Stone", +"http://dbpedia.org/resource/Sarah_Silverman", +"http://dbpedia.org/resource/Jim_Carrey", +"http://dbpedia.org/resource/Jason_Mewes", +"http://dbpedia.org/resource/Kevin_Smith", +"http://dbpedia.org/resource/Trey_Parker", +"http://dbpedia.org/resource/Adam_Sandler"}; + ++"http://dbpedia.org/resource/Matt_Stone" ++"http://dbpedia.org/resource/Sarah_Silverman" +-"http://dbpedia.org/resource/Jim_Carrey" +-"http://dbpedia.org/resource/Jason_Mewes" +-"http://dbpedia.org/resource/Kevin_Smith" +-"http://dbpedia.org/resource/Trey_Parker" +-"http://dbpedia.org/resource/Adam_Sandler" \ No newline at end of file Copied: trunk/examples/sparql/actors2.conf (from rev 1360, trunk/examples/sparql/SilentBobWorking2.conf) =================================================================== --- trunk/examples/sparql/actors2.conf (rev 0) +++ trunk/examples/sparql/actors2.conf 2008-10-10 16:23:50 UTC (rev 1362) @@ -0,0 +1,43 @@ +/** + * Learning problem involving some actors. + * + * Note: DBpedia is always subject to change, solutions will change over time + */ + +refexamples.useAllConstructor = false; + +// recursion depth of extraction algorithm +sparql.recursionDepth = 1; + +//predefined filter (1 = YAGO based learning) +// 2 = SKOS, more Options are needed then though. replacePredicate, breakSuperClassRetrievalAfter +sparql.predefinedFilter = "YAGO"; +sparql.predefinedEndpoint = "DBPEDIA"; + +// use DBpedia endpoint +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); + +// the set of objects as starting point for fragment selection +// (should be identical to the set of examples) +sparql.instances = { + "http://dbpedia.org/resource/Matt_Stone", +"http://dbpedia.org/resource/Sarah_Silverman", +"http://dbpedia.org/resource/Kevin_Smith", + +"http://dbpedia.org/resource/Jason_Mewes", +"http://dbpedia.org/resource/Jim_Carrey", +"http://dbpedia.org/resource/Trey_Parker", +"http://dbpedia.org/resource/Adam_Sandler" + +}; + ++"http://dbpedia.org/resource/Matt_Stone" ++"http://dbpedia.org/resource/Sarah_Silverman" ++"http://dbpedia.org/resource/Kevin_Smith" + +-"http://dbpedia.org/resource/Jason_Mewes" +-"http://dbpedia.org/resource/Jim_Carrey" +-"http://dbpedia.org/resource/Trey_Parker" +-"http://dbpedia.org/resource/Adam_Sandler" + + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |