You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by dl...@apache.org on 2013/05/14 22:19:15 UTC

svn commit: r1482556 - /ctakes/trunk/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/pipelines/EventAndTimeExtractionPipeline.java

Author: dligach
Date: Tue May 14 20:19:15 2013
New Revision: 1482556

URL: http://svn.apache.org/r1482556
Log:
default model location in prev. version was incorrect

Modified:
    ctakes/trunk/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/pipelines/EventAndTimeExtractionPipeline.java

Modified: ctakes/trunk/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/pipelines/EventAndTimeExtractionPipeline.java
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/pipelines/EventAndTimeExtractionPipeline.java?rev=1482556&r1=1482555&r2=1482556&view=diff
==============================================================================
--- ctakes/trunk/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/pipelines/EventAndTimeExtractionPipeline.java (original)
+++ ctakes/trunk/ctakes-temporal/src/main/java/org/apache/ctakes/temporal/pipelines/EventAndTimeExtractionPipeline.java Tue May 14 20:19:15 2013
@@ -94,7 +94,7 @@ public class EventAndTimeExtractionPipel
         name = "--time-model-dir",
         usage = "specify the path to the directory where the trained event model is located",
         required = false)
-    public String timeModelDirectory = "target/eval/event-spans/train_and_test/";
+    public String timeModelDirectory = "target/eval/time-spans/train_and_test/seq/";
   }
   
 	public static void main(String[] args) throws Exception {