public class SimpleTokenAndSentenceAnnotator extends JCasAnnotator_ImplBase
| Constructor and Description |
|---|
SimpleTokenAndSentenceAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(JCas aJCas)
This method should be overriden by subclasses.
|
getRequiredCasInterface, processgetCasInstancesRequired, hasNext, nextbatchProcessComplete, collectionProcessComplete, destroy, getContext, getResultSpecification, initialize, reconfigure, setResultSpecificationpublic void process(JCas aJCas) throws AnalysisEngineProcessException
JCasAnnotator_ImplBaseAnnotator_ImplBase.hasNext() is called and returns
false (see AnalysisComponent for details).process in class JCasAnnotator_ImplBaseaJCas - a JCAS that this AnalysisComponent should process.AnalysisEngineProcessException - if a problem occurs during processingCopyright © 2013. All Rights Reserved.