From: <ku...@us...> - 2008-08-31 15:06:30
|
Revision: 1157 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=1157&view=rev Author: kurzum Date: 2008-08-31 15:06:24 +0000 (Sun, 31 Aug 2008) Log Message: ----------- Modified Paths: -------------- trunk/src/dl-learner/org/dllearner/scripts/SemanticBible2.java Modified: trunk/src/dl-learner/org/dllearner/scripts/SemanticBible2.java =================================================================== --- trunk/src/dl-learner/org/dllearner/scripts/SemanticBible2.java 2008-08-31 15:04:13 UTC (rev 1156) +++ trunk/src/dl-learner/org/dllearner/scripts/SemanticBible2.java 2008-08-31 15:06:24 UTC (rev 1157) @@ -38,13 +38,13 @@ import org.dllearner.core.ReasoningService; import org.dllearner.core.owl.Description; import org.dllearner.core.owl.Individual; +import org.dllearner.kb.sparql.Cache; import org.dllearner.utilities.Files; import org.dllearner.utilities.JamonMonitorLogger; import org.dllearner.utilities.StringFormatter; import org.dllearner.utilities.datastructures.SetManipulation; import org.dllearner.utilities.owl.ReasoningServiceFactory; import org.dllearner.utilities.owl.ReasoningServiceFactory.AvailableReasoners; -import org.dllearner.utilities.statistics.SimpleClock; import com.jamonapi.Monitor; @@ -113,9 +113,9 @@ logLine += StringFormatter.doubleToPercent(onOnto.getAccuracy())+del; logLine += m.getTotal()+del+"missing instead size of retrieve: "+retrieved.size()+cr; Files.appendFile(log, logLine); - //Cache.getDefaultCache().clearCache(); + Cache.getDefaultCache().clearCache(); cm.freeAllComponents(); - System.exit(0); + }//end for }catch (Exception e) { e.printStackTrace(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |