org.apache.uima.alchemy.annotator
Class TextRankedNamedEntityExtractionAnnotator
java.lang.Object
org.apache.uima.analysis_component.AnalysisComponent_ImplBase
org.apache.uima.analysis_component.Annotator_ImplBase
org.apache.uima.analysis_component.JCasAnnotator_ImplBase
org.apache.uima.alchemy.annotator.AbstractAlchemyAnnotator
org.apache.uima.alchemy.annotator.TextRankedNamedEntityExtractionAnnotator
- All Implemented Interfaces:
- org.apache.uima.analysis_component.AnalysisComponent
public class TextRankedNamedEntityExtractionAnnotator
- extends AbstractAlchemyAnnotator
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 |
TextRankedNamedEntityExtractionAnnotator
public TextRankedNamedEntityExtractionAnnotator()
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.