org.cleartk.timeml.corpus
Class TempEval2010GoldAnnotator

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.TempEval2010GoldAnnotator
All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent

public class TempEval2010GoldAnnotator
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_VIEWS
           
static String PARAM_EVENT_ATTRIBUTE_VIEWS
           
static String PARAM_EVENT_EXTENT_VIEWS
           
static String PARAM_TEMPORAL_LINK_EVENT_TO_DOCUMENT_CREATION_TIME_VIEWS
           
static String PARAM_TEMPORAL_LINK_EVENT_TO_SAME_SENTENCE_TIME_VIEWS
           
static String PARAM_TEMPORAL_LINK_EVENT_TO_SUBORDINATED_EVENT_VIEWS
           
static String PARAM_TEMPORAL_LINK_MAIN_EVENT_TO_NEXT_SENTENCE_MAIN_EVENT_VIEWS
           
static String PARAM_TEXT_VIEWS
           
static String PARAM_TIME_ATTRIBUTE_VIEWS
           
static String PARAM_TIME_EXTENT_VIEWS
           
 
Constructor Summary
TempEval2010GoldAnnotator()
           
 
Method Summary
static org.apache.uima.analysis_engine.AnalysisEngineDescription getDescription()
           
 void process(org.apache.uima.jcas.JCas jCas)
           
 
Methods inherited from class org.uimafit.component.JCasAnnotator_ImplBase
getLogger, initialize
 
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
batchProcessComplete, collectionProcessComplete, 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_TEXT_VIEWS

public static final String PARAM_TEXT_VIEWS

PARAM_DOCUMENT_CREATION_TIME_VIEWS

public static final String PARAM_DOCUMENT_CREATION_TIME_VIEWS

PARAM_TIME_EXTENT_VIEWS

public static final String PARAM_TIME_EXTENT_VIEWS

PARAM_TIME_ATTRIBUTE_VIEWS

public static final String PARAM_TIME_ATTRIBUTE_VIEWS

PARAM_EVENT_EXTENT_VIEWS

public static final String PARAM_EVENT_EXTENT_VIEWS

PARAM_EVENT_ATTRIBUTE_VIEWS

public static final String PARAM_EVENT_ATTRIBUTE_VIEWS

PARAM_TEMPORAL_LINK_EVENT_TO_DOCUMENT_CREATION_TIME_VIEWS

public static final String PARAM_TEMPORAL_LINK_EVENT_TO_DOCUMENT_CREATION_TIME_VIEWS

PARAM_TEMPORAL_LINK_EVENT_TO_SAME_SENTENCE_TIME_VIEWS

public static final String PARAM_TEMPORAL_LINK_EVENT_TO_SAME_SENTENCE_TIME_VIEWS

PARAM_TEMPORAL_LINK_EVENT_TO_SUBORDINATED_EVENT_VIEWS

public static final String PARAM_TEMPORAL_LINK_EVENT_TO_SUBORDINATED_EVENT_VIEWS

PARAM_TEMPORAL_LINK_MAIN_EVENT_TO_NEXT_SENTENCE_MAIN_EVENT_VIEWS

public static final String PARAM_TEMPORAL_LINK_MAIN_EVENT_TO_NEXT_SENTENCE_MAIN_EVENT_VIEWS
Constructor Detail

TempEval2010GoldAnnotator

public TempEval2010GoldAnnotator()
Method Detail

getDescription

public static org.apache.uima.analysis_engine.AnalysisEngineDescription getDescription()
                                                                                throws org.apache.uima.resource.ResourceInitializationException
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


Copyright © 2012. All Rights Reserved.