org.cleartk.timeml.corpus
Class TempEval2010Writer

java.lang.Object
  extended by org.apache.uima.analysis_component.AnalysisComponent_ImplBase
      extended by org.apache.uima.analysis_component.Annotator_ImplBase
          extended by org.apache.uima.analysis_component.JCasAnnotator_ImplBase
              extended by org.uimafit.component.JCasAnnotator_ImplBase
                  extended by org.cleartk.timeml.corpus.TempEval2010Writer
All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent

public class TempEval2010Writer
extends org.uimafit.component.JCasAnnotator_ImplBase


Copyright (c) 2011, Regents of the University of Colorado
All rights reserved.

Author:
Steven Bethard

Field Summary
static String PARAM_DOCUMENT_CREATION_TIME_VIEW
           
static String PARAM_EVENT_ATTRIBUTE_VIEW
           
static String PARAM_EVENT_EXTENT_VIEW
           
static String PARAM_OUTPUT_DIRECTORY
           
static String PARAM_TEMPORAL_LINK_EVENT_TO_DOCUMENT_CREATION_TIME_VIEW
           
static String PARAM_TEMPORAL_LINK_EVENT_TO_SAME_SENTENCE_TIME_VIEW
           
static String PARAM_TEMPORAL_LINK_EVENT_TO_SUBORDINATED_EVENT_VIEW
           
static String PARAM_TEMPORAL_LINK_MAIN_EVENT_TO_NEXT_SENTENCE_MAIN_EVENT_VIEW
           
static String PARAM_TEXT_VIEW
           
static String PARAM_TIME_ATTRIBUTE_VIEW
           
static String PARAM_TIME_EXTENT_VIEW
           
 
Constructor Summary
TempEval2010Writer()
           
 
Method Summary
 void batchProcessComplete()
           
 void collectionProcessComplete()
           
static org.apache.uima.analysis_engine.AnalysisEngineDescription getDescription()
           
 void initialize(org.apache.uima.UimaContext context)
           
 void process(org.apache.uima.jcas.JCas jCas)
           
 
Methods inherited from class org.uimafit.component.JCasAnnotator_ImplBase
getLogger
 
Methods inherited from class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
getRequiredCasInterface, process
 
Methods inherited from class org.apache.uima.analysis_component.Annotator_ImplBase
getCasInstancesRequired, hasNext, next
 
Methods inherited from class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
destroy, getContext, getResultSpecification, reconfigure, setResultSpecification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_OUTPUT_DIRECTORY

public static final String PARAM_OUTPUT_DIRECTORY

PARAM_TEXT_VIEW

public static final String PARAM_TEXT_VIEW

PARAM_DOCUMENT_CREATION_TIME_VIEW

public static final String PARAM_DOCUMENT_CREATION_TIME_VIEW

PARAM_TIME_EXTENT_VIEW

public static final String PARAM_TIME_EXTENT_VIEW

PARAM_TIME_ATTRIBUTE_VIEW

public static final String PARAM_TIME_ATTRIBUTE_VIEW

PARAM_EVENT_EXTENT_VIEW

public static final String PARAM_EVENT_EXTENT_VIEW

PARAM_EVENT_ATTRIBUTE_VIEW

public static final String PARAM_EVENT_ATTRIBUTE_VIEW

PARAM_TEMPORAL_LINK_EVENT_TO_DOCUMENT_CREATION_TIME_VIEW

public static final String PARAM_TEMPORAL_LINK_EVENT_TO_DOCUMENT_CREATION_TIME_VIEW

PARAM_TEMPORAL_LINK_EVENT_TO_SAME_SENTENCE_TIME_VIEW

public static final String PARAM_TEMPORAL_LINK_EVENT_TO_SAME_SENTENCE_TIME_VIEW

PARAM_TEMPORAL_LINK_EVENT_TO_SUBORDINATED_EVENT_VIEW

public static final String PARAM_TEMPORAL_LINK_EVENT_TO_SUBORDINATED_EVENT_VIEW

PARAM_TEMPORAL_LINK_MAIN_EVENT_TO_NEXT_SENTENCE_MAIN_EVENT_VIEW

public static final String PARAM_TEMPORAL_LINK_MAIN_EVENT_TO_NEXT_SENTENCE_MAIN_EVENT_VIEW
Constructor Detail

TempEval2010Writer

public TempEval2010Writer()
Method Detail

getDescription

public static org.apache.uima.analysis_engine.AnalysisEngineDescription getDescription()
                                                                                throws org.apache.uima.resource.ResourceInitializationException
Throws:
org.apache.uima.resource.ResourceInitializationException

initialize

public void initialize(org.apache.uima.UimaContext context)
                throws org.apache.uima.resource.ResourceInitializationException
Specified by:
initialize in interface org.apache.uima.analysis_component.AnalysisComponent
Overrides:
initialize in class org.uimafit.component.JCasAnnotator_ImplBase
Throws:
org.apache.uima.resource.ResourceInitializationException

process

public void process(org.apache.uima.jcas.JCas jCas)
             throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
Specified by:
process in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
Throws:
org.apache.uima.analysis_engine.AnalysisEngineProcessException

batchProcessComplete

public void batchProcessComplete()
                          throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
Specified by:
batchProcessComplete in interface org.apache.uima.analysis_component.AnalysisComponent
Overrides:
batchProcessComplete in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
Throws:
org.apache.uima.analysis_engine.AnalysisEngineProcessException

collectionProcessComplete

public void collectionProcessComplete()
                               throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
Specified by:
collectionProcessComplete in interface org.apache.uima.analysis_component.AnalysisComponent
Overrides:
collectionProcessComplete in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
Throws:
org.apache.uima.analysis_engine.AnalysisEngineProcessException


Copyright © 2013. All Rights Reserved.