org.apache.uima.alchemy.annotator
Class TextConceptTaggingAnnotator

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.apache.uima.alchemy.annotator.AbstractAlchemyAnnotator
                  extended by org.apache.uima.alchemy.annotator.TextConceptTaggingAnnotator
All Implemented Interfaces:
org.apache.uima.analysis_component.AnalysisComponent

public class TextConceptTaggingAnnotator
extends AbstractAlchemyAnnotator


Field Summary
 
Fields inherited from class org.apache.uima.alchemy.annotator.AbstractAlchemyAnnotator
serviceParams
 
Constructor Summary
TextConceptTaggingAnnotator()
           
 
Method Summary
protected  DigesterProvider createDigester()
           
protected  URL createServiceURI()
           
protected  String[] getServiceParameters()
           
protected  void initializeRuntimeParameters(org.apache.uima.jcas.JCas aJCas)
           
 
Methods inherited from class org.apache.uima.alchemy.annotator.AbstractAlchemyAnnotator
cleanText, getDigesterProvider, initialize, process, setDigesterProvider
 
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
 

Constructor Detail

TextConceptTaggingAnnotator

public TextConceptTaggingAnnotator()
Method Detail

createDigester

protected DigesterProvider createDigester()
Specified by:
createDigester in class AbstractAlchemyAnnotator

createServiceURI

protected URL createServiceURI()
                        throws MalformedURLException
Specified by:
createServiceURI in class AbstractAlchemyAnnotator
Throws:
MalformedURLException

getServiceParameters

protected String[] getServiceParameters()
Specified by:
getServiceParameters in class AbstractAlchemyAnnotator

initializeRuntimeParameters

protected void initializeRuntimeParameters(org.apache.uima.jcas.JCas aJCas)
                                    throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
Specified by:
initializeRuntimeParameters in class AbstractAlchemyAnnotator
Throws:
org.apache.uima.analysis_engine.AnalysisEngineProcessException


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.