com.raritantechnologies.uima
Class UIMASentenceAnnotator
java.lang.Object
Annotator_ImplBase
com.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
|
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 |
UIMASentenceAnnotator
public UIMASentenceAnnotator()
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