From: <ku...@us...> - 2008-05-16 00:40:58
|
Revision: 867 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=867&view=rev Author: kurzum Date: 2008-05-15 17:40:54 -0700 (Thu, 15 May 2008) Log Message: ----------- Modified Paths: -------------- trunk/src/dl-learner/org/dllearner/algorithms/refexamples/ExampleBasedROLComponent.java Modified: trunk/src/dl-learner/org/dllearner/algorithms/refexamples/ExampleBasedROLComponent.java =================================================================== --- trunk/src/dl-learner/org/dllearner/algorithms/refexamples/ExampleBasedROLComponent.java 2008-05-16 00:34:06 UTC (rev 866) +++ trunk/src/dl-learner/org/dllearner/algorithms/refexamples/ExampleBasedROLComponent.java 2008-05-16 00:40:54 UTC (rev 867) @@ -292,6 +292,8 @@ } else if(ignoredConcepts != null) { System.out.println(ignoredConcepts); usedConcepts = Helper.computeConceptsUsingIgnoreList(rs, ignoredConcepts); + //RBC + System.out.println(usedConcepts); } else { usedConcepts = Helper.computeConcepts(rs); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |