From: <ku...@us...> - 2008-02-13 13:55:28
|
Revision: 563 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=563&view=rev Author: kurzum Date: 2008-02-13 05:55:23 -0800 (Wed, 13 Feb 2008) Log Message: ----------- folder examples family added a command list for copy and paste reasons Added Paths: ----------- trunk/examples/commandcollection.txt trunk/examples/family/ Added: trunk/examples/commandcollection.txt =================================================================== --- trunk/examples/commandcollection.txt (rev 0) +++ trunk/examples/commandcollection.txt 2008-02-13 13:55:23 UTC (rev 563) @@ -0,0 +1,47 @@ +// just a collection of options for copy and paste + +// control output +showIndividuals = true; +showConcepts = true; +showRoles = true; +showInternalKB = true; +showSubsumptionHierarchy = true; + +hidePrefix("http://localhost/foo#"); + +// reasoner settings +reasoner = dig; +digReasonerURL = "http://localhost:8081"; +useRetrievalForClassification = true; +refinement.useDIGMultiInstanceChecks = twoChecks; + +// algorithm settings +algorithm = refinement; +refinement.horizontalExpansionFactor = 0.6; +refinement.quiet = false; +refinement.useTooWeakList = true; + + +// search tree protocol +refinement.writeSearchTree = false; +refinement.searchTreeFile = "log/SearchTree.txt"; + + +//dig protocol +writeDIGProtocol = true; +digProtocolFile = "dig.log"; + +//knowledgesources +import("someFile.kb"); +import("someFile.owl"); + + +// SPARQL options +sparql.recursionDepth = 1; + +//predefined filter (1 = YAGO based learning) +sparql.predefinedFilter = 5; +sparql.predefinedEndpoint = 1; + +import("http://dbpedia.openlinksw.com:8890/sparql","SPARQL"); +sparql.instances = {}; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |