com.raritantechnologies.uima
Class UIMASentenceAnnotator

java.lang.Object
  extended byAnnotator_ImplBase
      extended bycom.raritantechnologies.uima.UIMASentenceAnnotator

public class UIMASentenceAnnotator
extends Annotator_ImplBase

A UIMA Annotator that uses a java.util.BreakIterator to determine sentence boundries.


Developed by Raritan Technologies .

Author:
Ted Sullivan
See Also:
Serialized Form

Constructor Summary
UIMASentenceAnnotator()
           
 
Method Summary
 void initialize(AnnotatorContext aContext)
           
 void process(TCAS aTCAS, ResultSpecification aResultSpec)
           
 void typeSystemInit(TypeSystem aTypeSystem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIMASentenceAnnotator

public UIMASentenceAnnotator()
Method Detail

initialize

public void initialize(AnnotatorContext aContext)
                throws AnnotatorConfigurationException,
                       AnnotatorInitializationException
Throws:
AnnotatorConfigurationException
AnnotatorInitializationException

typeSystemInit

public void typeSystemInit(TypeSystem aTypeSystem)
                    throws AnnotatorInitializationException
Throws:
AnnotatorInitializationException

process

public void process(TCAS aTCAS,
                    ResultSpecification aResultSpec)
             throws AnnotatorProcessException
Throws:
AnnotatorProcessException