org.apache.uima.alchemy.annotator
Class TextKeywordExtractionAnnotator

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

public class TextKeywordExtractionAnnotator
extends AbstractAlchemyAnnotator


Field Summary
 
Fields inherited from class org.apache.uima.alchemy.annotator.AbstractAlchemyAnnotator
serviceParams
 
Constructor Summary
TextKeywordExtractionAnnotator()
           
 
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

TextKeywordExtractionAnnotator

public TextKeywordExtractionAnnotator()
Method Detail

createServiceURI

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

getServiceParameters

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

createDigester

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

initializeRuntimeParameters

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


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