You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ja...@apache.org on 2013/07/08 22:58:17 UTC

svn commit: r1500944 - /ctakes/trunk/ctakes-assertion/src/main/java/org/apache/ctakes/assertion/train/ReadPreprocessTrainTestJudge.java

Author: james-masanz
Date: Mon Jul  8 20:58:17 2013
New Revision: 1500944

URL: http://svn.apache.org/r1500944
Log:
don't run AssertionEvaluation again after judge

Modified:
    ctakes/trunk/ctakes-assertion/src/main/java/org/apache/ctakes/assertion/train/ReadPreprocessTrainTestJudge.java

Modified: ctakes/trunk/ctakes-assertion/src/main/java/org/apache/ctakes/assertion/train/ReadPreprocessTrainTestJudge.java
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion/src/main/java/org/apache/ctakes/assertion/train/ReadPreprocessTrainTestJudge.java?rev=1500944&r1=1500943&r2=1500944&view=diff
==============================================================================
--- ctakes/trunk/ctakes-assertion/src/main/java/org/apache/ctakes/assertion/train/ReadPreprocessTrainTestJudge.java (original)
+++ ctakes/trunk/ctakes-assertion/src/main/java/org/apache/ctakes/assertion/train/ReadPreprocessTrainTestJudge.java Mon Jul  8 20:58:17 2013
@@ -50,7 +50,7 @@ public class ReadPreprocessTrainTestJudg
 		RunJudgeAttributeInstances.main(parmsAsArray);
 
 		// Run the actual assertion preprocessing on just one data source
-		if (true) /** TODO Should this be done here? **/ AssertionEvaluation.main(parmsAsArray);
+		// if (true) /** TODO Should this be done here? **/ AssertionEvaluation.main(parmsAsArray);
 
 	}
 }