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, process
getCasInstancesRequired, hasNext, next
batchProcessComplete, collectionProcessComplete, destroy, getContext, getResultSpecification, initialize, reconfigure, setResultSpecification
public void process(JCas aJCas) throws AnalysisEngineProcessException
JCasAnnotator_ImplBase
Annotator_ImplBase.hasNext()
is called and returns
false (see AnalysisComponent
for details).process
in class JCasAnnotator_ImplBase
aJCas
- a JCAS that this AnalysisComponent should process.AnalysisEngineProcessException
- if a problem occurs during processingCopyright © 2016. All rights reserved.