jangada
Class SigFileAnnotator

java.lang.Object
  extended byedu.cmu.minorthird.text.AbstractAnnotator
      extended byjangada.LocalStringAnnotator
          extended byjangada.SigFileAnnotator
All Implemented Interfaces:
edu.cmu.minorthird.text.Annotator

public class SigFileAnnotator
extends LocalStringAnnotator


Field Summary
 
Fields inherited from class jangada.LocalStringAnnotator
providedAnnotation
 
Constructor Summary
SigFileAnnotator()
           
 
Method Summary
protected  edu.cmu.minorthird.text.CharAnnotation[] annotateString(java.lang.String spanString)
          Override this class to provide the actual annotations for a span.
 java.lang.String explainAnnotation(edu.cmu.minorthird.text.TextLabels labels, edu.cmu.minorthird.text.Span documentSpan)
           
 
Methods inherited from class jangada.LocalStringAnnotator
closedTypes, doAnnotate
 
Methods inherited from class edu.cmu.minorthird.text.AbstractAnnotator
annotate, annotatedCopy, getLabels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SigFileAnnotator

public SigFileAnnotator()
Method Detail

annotateString

protected edu.cmu.minorthird.text.CharAnnotation[] annotateString(java.lang.String spanString)
Description copied from class: LocalStringAnnotator
Override this class to provide the actual annotations for a span.

Specified by:
annotateString in class LocalStringAnnotator

explainAnnotation

public java.lang.String explainAnnotation(edu.cmu.minorthird.text.TextLabels labels,
                                          edu.cmu.minorthird.text.Span documentSpan)