@PipeBitInfo(name="Paragraph Sentence Splitter", description="Re-annotates Sentences based upon existing Paragraphs, preventing a Sentence from spanning more than one Paragraph.", dependencies={PARAGRAPH,SENTENCE}) public final class ParagraphSentenceFixer extends org.apache.uima.fit.component.JCasAnnotator_ImplBase
Constructor and Description |
---|
ParagraphSentenceFixer() |
Modifier and Type | Method and Description |
---|---|
void |
process(org.apache.uima.jcas.JCas jcas)
Where Sentence annotations and paragraph annotations overlap, Sentences are abbreviated or removed.
|
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.