Package lingscope.algorithms
Class BaselineCueAnnotator
- java.lang.Object
-
- lingscope.algorithms.Annotator
-
- lingscope.algorithms.BaselineAnnotator
-
- lingscope.algorithms.BaselineCueAnnotator
-
public class BaselineCueAnnotator extends BaselineAnnotator
- Author:
- shashank
-
-
Constructor Summary
Constructors Constructor Description BaselineCueAnnotator(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.BaselineAnnotator
getCueWords, 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
-
-