edu.cmu.minorthird.text.learn
Interface ExtractorAnnotator

All Superinterfaces:
Annotator
All Known Implementing Classes:
ConditionalSemiMarkovModel.CSMMAnnotator, ConfidenceReportingSequenceAnnotator, SegmentAnnotatorLearner.SegmentAnnotator, SequenceAnnotatorLearner.SequenceAnnotator, StartEndLengthAnnotator

public interface ExtractorAnnotator
extends Annotator

An annotator that uses a learned extractor to mark up document spans.


Method Summary
 java.lang.String getSpanType()
          The spanType used to encode the spans extracted by the ExtractorAnnotator.
 
Methods inherited from interface edu.cmu.minorthird.text.Annotator
annotate, annotatedCopy, explainAnnotation
 

Method Detail

getSpanType

java.lang.String getSpanType()
The spanType used to encode the spans extracted by the ExtractorAnnotator.