public class UriToDocumentTextAnnotator extends org.apache.uima.fit.component.JCasAnnotator_ImplBase
This Analysis Engine reads in the contents of the URI in the default sofa, and puts it in the CAS
| Constructor and Description |
|---|
UriToDocumentTextAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
static AnalysisEngineDescription |
getDescription() |
static AnalysisEngineDescription |
getDescriptionForView(String targetViewName)
This description will read the contents into the specify view.
|
void |
process(JCas jCas) |
getLogger, initializegetRequiredCasInterface, processgetCasInstancesRequired, hasNext, nextbatchProcessComplete, collectionProcessComplete, destroy, getContext, getResultSpecification, reconfigure, setResultSpecificationpublic UriToDocumentTextAnnotator()
public static AnalysisEngineDescription getDescription() throws ResourceInitializationException
ResourceInitializationExceptionpublic static AnalysisEngineDescription getDescriptionForView(String targetViewName) throws ResourceInitializationException
ResourceInitializationExceptionpublic void process(JCas jCas) throws AnalysisEngineProcessException
process in class JCasAnnotator_ImplBaseAnalysisEngineProcessExceptionCopyright © 2014. All rights reserved.