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/12 16:17:30 UTC

svn commit: r1502570 - /ctakes/trunk/ctakes-assertion/src/main/java/org/apache/ctakes/assertion/util/AssertionConst.java

Author: james-masanz
Date: Fri Jul 12 14:17:29 2013
New Revision: 1502570

URL: http://svn.apache.org/r1502570
Log:
constants for wrapper for running plaintext clinical documents pipeline without needing a run configuration, and that uses directories listed in AssertionConst.java

Modified:
    ctakes/trunk/ctakes-assertion/src/main/java/org/apache/ctakes/assertion/util/AssertionConst.java

Modified: ctakes/trunk/ctakes-assertion/src/main/java/org/apache/ctakes/assertion/util/AssertionConst.java
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion/src/main/java/org/apache/ctakes/assertion/util/AssertionConst.java?rev=1502570&r1=1502569&r2=1502570&view=diff
==============================================================================
--- ctakes/trunk/ctakes-assertion/src/main/java/org/apache/ctakes/assertion/util/AssertionConst.java (original)
+++ ctakes/trunk/ctakes-assertion/src/main/java/org/apache/ctakes/assertion/util/AssertionConst.java Fri Jul 12 14:17:29 2013
@@ -31,6 +31,10 @@ public class AssertionConst {
 	// expects subdirectories: ast, txt
 	public static final String I2B2_2010_TEST_CORPUS = DATA_DIR + "gold_standard/i2b2Challenge2010/Data/Test/reports/";
 
+	// Just plaintext files, which will be run through cTAKES, to generate XMI - attributes will then be judged
+	// This in input for cTAKES; the output (evalOutputDir) can then be the input of the judge step.
+	public static final String CORPUS_WO_GOLD_STD_TO_RUN_THROUGH_CTAKES = DATA_DIR + "ActiveLearning/plaintext"; 
+	
 	// specify the model to write (train/crossvalidate) or read (test/crossvalidate).
 	//  please rename for different configurations of training data 
 	public static String modelDirectory = "../ctakes-assertion-res/resources/model/sharp-sprint-train";