lingscope.algorithms
Class BaselineCueAnnotator

java.lang.Object
  extended by lingscope.algorithms.Annotator
      extended by lingscope.algorithms.BaselineAnnotator
          extended by lingscope.algorithms.BaselineCueAnnotator

public class BaselineCueAnnotator
extends BaselineAnnotator


Field Summary
 
Fields inherited from class lingscope.algorithms.BaselineAnnotator
phrases
 
Fields inherited from class lingscope.algorithms.Annotator
beginTag, interTag, otherTag
 
Constructor Summary
BaselineCueAnnotator(java.lang.String beginTag, java.lang.String interTag, java.lang.String otherTag)
           
 
Method Summary
 AnnotatedSentence annotateSentence(java.lang.String sentence, boolean isTokenized)
           
 
Methods inherited from class lingscope.algorithms.BaselineAnnotator
getCueWords, loadAnnotator, serializeAnnotator
 
Methods inherited from class lingscope.algorithms.Annotator
isTargetNegated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaselineCueAnnotator

public BaselineCueAnnotator(java.lang.String beginTag,
                            java.lang.String interTag,
                            java.lang.String otherTag)
Method Detail

annotateSentence

public AnnotatedSentence annotateSentence(java.lang.String sentence,
                                          boolean isTokenized)
Specified by:
annotateSentence in class Annotator