lingscope.algorithms
Class NegexScopeAnnotator

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

public class NegexScopeAnnotator
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
NegexScopeAnnotator(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

NegexScopeAnnotator

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