Package lingscope.algorithms
Class NegexCueAnnotator
- java.lang.Object
-
- lingscope.algorithms.Annotator
-
- lingscope.algorithms.NegexAnnotator
-
- lingscope.algorithms.NegexCueAnnotator
-
public class NegexCueAnnotator extends NegexAnnotator
- Author:
- shashank
-
-
Constructor Summary
Constructors Constructor Description NegexCueAnnotator(String beginTag, String interTag, String otherTag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotatedSentenceannotateSentence(String sentence, boolean isTokenized)-
Methods inherited from class lingscope.algorithms.NegexAnnotator
loadAnnotator, serializeAnnotator
-
Methods inherited from class lingscope.algorithms.Annotator
isTargetNegated, loadAnnotator
-
-
-
-
Method Detail
-
annotateSentence
public AnnotatedSentence annotateSentence(String sentence, boolean isTokenized)
- Specified by:
annotateSentencein classAnnotator
-
-