From: <ku...@us...> - 2008-08-29 21:36:35
|
Revision: 1148 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=1148&view=rev Author: kurzum Date: 2008-08-29 21:36:31 +0000 (Fri, 29 Aug 2008) Log Message: ----------- servercommit Modified Paths: -------------- trunk/src/dl-learner/org/dllearner/scripts/SemanticBible.java Modified: trunk/src/dl-learner/org/dllearner/scripts/SemanticBible.java =================================================================== --- trunk/src/dl-learner/org/dllearner/scripts/SemanticBible.java 2008-08-29 21:33:35 UTC (rev 1147) +++ trunk/src/dl-learner/org/dllearner/scripts/SemanticBible.java 2008-08-29 21:36:31 UTC (rev 1148) @@ -68,7 +68,7 @@ // different negative Ex (randomizes) each run, if set to false private static final boolean DEVELOP = true; private static final boolean WAITFORINPUT = false; - private static final boolean RANDOMNEGATIVES = true; + private static final boolean RANDOMNEGATIVES = false; static File file = new File("sembib.txt"); public static String ontologyPath = "examples/semantic_bible/NTNcombined.owl"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |