org.cleartk.timeml.corpus
Class TimeMLGoldAnnotator

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

public class TimeMLGoldAnnotator
extends org.uimafit.component.JCasAnnotator_ImplBase


Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.

Author:
Steven Bethard

Field Summary
static String PARAM_LOAD_TLINKS
           
 
Constructor Summary
TimeMLGoldAnnotator()
           
 
Method Summary
static org.apache.uima.analysis_engine.AnalysisEngineDescription getDescription()
           
static org.apache.uima.analysis_engine.AnalysisEngineDescription getDescriptionNoTLINKs()
           
 void initialize(org.apache.uima.UimaContext context)
           
 void process(org.apache.uima.jcas.JCas jCas)
           
 void setLoadTlinks(boolean loadTLINKs)
           
 
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
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_LOAD_TLINKS

public static final String PARAM_LOAD_TLINKS
Constructor Detail

TimeMLGoldAnnotator

public TimeMLGoldAnnotator()
Method Detail

getDescription

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

getDescriptionNoTLINKs

public static org.apache.uima.analysis_engine.AnalysisEngineDescription getDescriptionNoTLINKs()
                                                                                        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

setLoadTlinks

public void setLoadTlinks(boolean loadTLINKs)


Copyright © 2012. All Rights Reserved.