org.apache.ctakes.constituency.parser.ae
Class ParserEvaluationAnnotator

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.apache.ctakes.constituency.parser.ae.ParserEvaluationAnnotator
All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent

public class ParserEvaluationAnnotator
extends org.uimafit.component.JCasAnnotator_ImplBase


Field Summary
static String PARAM_PARSERMODEL
           
 
Constructor Summary
ParserEvaluationAnnotator()
           
 
Method Summary
 void initialize(org.apache.uima.UimaContext aContext)
           
static void main(String[] args)
           
 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
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_PARSERMODEL

public static final String PARAM_PARSERMODEL
See Also:
Constant Field Values
Constructor Detail

ParserEvaluationAnnotator

public ParserEvaluationAnnotator()
Method Detail

initialize

public void initialize(org.apache.uima.UimaContext aContext)
                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

main

public static void main(String[] args)
                 throws org.apache.uima.UIMAException,
                        IOException
Throws:
org.apache.uima.UIMAException
IOException


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.