lingscope.algorithms
Class NegexCueAnnotator

java.lang.Object
  extended by lingscope.algorithms.Annotator
      extended by lingscope.algorithms.NegexAnnotator
          extended by lingscope.algorithms.NegexCueAnnotator

public class NegexCueAnnotator
extends NegexAnnotator


Field Summary
 
Fields inherited from class lingscope.algorithms.NegexAnnotator
negex, rules
 
Fields inherited from class lingscope.algorithms.Annotator
beginTag, interTag, otherTag
 
Constructor Summary
NegexCueAnnotator(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.NegexAnnotator
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

NegexCueAnnotator

public NegexCueAnnotator(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