From: <jen...@us...> - 2009-06-11 14:57:35
|
Revision: 1794 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=1794&view=rev Author: jenslehmann Date: 2009-06-11 14:57:29 +0000 (Thu, 11 Jun 2009) Log Message: ----------- small extension Modified Paths: -------------- trunk/src/dl-learner/org/dllearner/scripts/evaluation/OntologyEngineering.java Modified: trunk/src/dl-learner/org/dllearner/scripts/evaluation/OntologyEngineering.java =================================================================== --- trunk/src/dl-learner/org/dllearner/scripts/evaluation/OntologyEngineering.java 2009-06-11 14:55:10 UTC (rev 1793) +++ trunk/src/dl-learner/org/dllearner/scripts/evaluation/OntologyEngineering.java 2009-06-11 14:57:29 UTC (rev 1794) @@ -225,8 +225,7 @@ // but there is one which was not found // - n ("none"): none of the axioms is appropriate and // there is probably no other appropriate axiom - System.out - .println("Type a number (\"0\"-\"" + System.out.println("Type a number (\"0\"-\"" + (suggestions.size() - 1) + "\") if any of the suggestions is appropriate (if several are possible choose the lowest number). Type \"n\" if there is no appropriate suggestion for this class in your opinion. Type \"m\" if there is an appropriate suggestion in your opinion, but the algorithm did not suggest it."); @@ -244,6 +243,8 @@ input = br.readLine(); } while (!allowedInputs.contains(input)); + userInputProtocol += input; + if (input.equals("m")) { if (i == 0) { missesCount++; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |