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/09 23:33:03 UTC

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

Author: james-masanz
Date: Tue Jul  9 21:33:03 2013
New Revision: 1501571

URL: http://svn.apache.org/r1501571
Log:
fix some comments

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=1501571&r1=1501570&r2=1501571&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 Tue Jul  9 21:33:03 2013
@@ -22,9 +22,8 @@ public class ReadPreprocessTrainTestJudg
 		TestAttributeModels.main(null);
 
 
-
-		// Set up parameters for judging test
-		// output of test step becomes input for runjudge
+		// Set up parameters for judging test.
+		// Output of test step becomes input for runjudge
 		ArrayList<String> params;
 		params = new ArrayList<String>();
 		
@@ -49,8 +48,5 @@ 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);
-
 	}
 }