@PipeBitInfo(name="List Sentence Splitter", description="Re-annotates Sentences based upon existing List Entries, preventing a Sentence from spanning more than one List Entry.", dependencies={LIST,SENTENCE}) public final class ListSentenceFixer extends org.apache.uima.fit.component.JCasAnnotator_ImplBase
Constructor and Description |
---|
ListSentenceFixer() |
Modifier and Type | Method and Description |
---|---|
void |
process(org.apache.uima.jcas.JCas jcas)
Where Sentence annotations and List entry annotation ends overlap, Sentences are abbreviated.
|
getLogger, initialize
getRequiredCasInterface, process
getCasInstancesRequired, hasNext, next
public void process(org.apache.uima.jcas.JCas jcas) throws org.apache.uima.analysis_engine.AnalysisEngineProcessException
process
in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
org.apache.uima.analysis_engine.AnalysisEngineProcessException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.